Skip to content

Commit

Permalink
Update models for release
Browse files Browse the repository at this point in the history
  • Loading branch information
aws-sdk-php-automation committed May 10, 2022
1 parent c0344f5 commit 7bd6c04
Show file tree
Hide file tree
Showing 19 changed files with 213 additions and 42 deletions.
27 changes: 27 additions & 0 deletions .changes/3.222.9
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
[
{
"type": "api-change",
"category": "EC2",
"description": "Added support for using NitroTPM and UEFI Secure Boot on EC2 instances."
},
{
"type": "enhancement",
"category": "ComputeOptimizer",
"description": "Documentation updates for Compute Optimizer"
},
{
"type": "enhancement",
"category": "MigrationHubRefactorSpaces",
"description": "AWS Migration Hub Refactor Spaces documentation only update to fix a formatting issue."
},
{
"type": "api-change",
"category": "EMR",
"description": "This release updates the Amazon EMR ModifyInstanceGroups API to support \"MERGE\" type cluster reconfiguration. Also, added the ability to specify a particular Amazon Linux release for all nodes in a cluster launch request."
},
{
"type": "api-change",
"category": "EKS",
"description": "Adds BOTTLEROCKET_ARM_64_NVIDIA and BOTTLEROCKET_x86_64_NVIDIA AMI types to EKS managed nodegroups"
}
]
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# CHANGELOG

## next release

* `Aws\ComputeOptimizer` - Documentation updates for Compute Optimizer
* `Aws\EC2` - Added support for using NitroTPM and UEFI Secure Boot on EC2 instances.
* `Aws\EKS` - Adds BOTTLEROCKET_ARM_64_NVIDIA and BOTTLEROCKET_x86_64_NVIDIA AMI types to EKS managed nodegroups
* `Aws\EMR` - This release updates the Amazon EMR ModifyInstanceGroups API to support "MERGE" type cluster reconfiguration. Also, added the ability to specify a particular Amazon Linux release for all nodes in a cluster launch request.
* `Aws\MigrationHubRefactorSpaces` - AWS Migration Hub Refactor Spaces documentation only update to fix a formatting issue.

## 3.222.8 - 2022-05-09

* `Aws\CloudControlApi` - SDK release for Cloud Control API to include paginators for Python SDK.
Expand Down
2 changes: 2 additions & 0 deletions src/Ec2/Ec2Client.php
Original file line number Diff line number Diff line change
Expand Up @@ -862,6 +862,8 @@
* @method \GuzzleHttp\Promise\Promise getGroupsForCapacityReservationAsync(array $args = []) (supported in versions 2016-11-15)
* @method \Aws\Result getInstanceTypesFromInstanceRequirements(array $args = []) (supported in versions 2016-11-15)
* @method \GuzzleHttp\Promise\Promise getInstanceTypesFromInstanceRequirementsAsync(array $args = []) (supported in versions 2016-11-15)
* @method \Aws\Result getInstanceUefiData(array $args = []) (supported in versions 2016-11-15)
* @method \GuzzleHttp\Promise\Promise getInstanceUefiDataAsync(array $args = []) (supported in versions 2016-11-15)
* @method \Aws\Result getIpamAddressHistory(array $args = []) (supported in versions 2016-11-15)
* @method \GuzzleHttp\Promise\Promise getIpamAddressHistoryAsync(array $args = []) (supported in versions 2016-11-15)
* @method \Aws\Result getIpamPoolAllocations(array $args = []) (supported in versions 2016-11-15)
Expand Down
6 changes: 3 additions & 3 deletions src/data/compute-optimizer/2019-11-01/docs-2.json
Original file line number Diff line number Diff line change
Expand Up @@ -1234,9 +1234,9 @@
"ResourceType": {
"base": null,
"refs": {
"DeleteRecommendationPreferencesRequest$resourceType": "<p>The target resource type of the recommendation preference to delete.</p> <p>The <code>Ec2Instance</code> option encompasses standalone instances and instances that are part of Auto Scaling groups. The <code>AutoScalingGroup</code> option encompasses only instances that are part of an Auto Scaling group.</p>",
"GetRecommendationPreferencesRequest$resourceType": "<p>The target resource type of the recommendation preference for which to return preferences.</p> <p>The <code>Ec2Instance</code> option encompasses standalone instances and instances that are part of Auto Scaling groups. The <code>AutoScalingGroup</code> option encompasses only instances that are part of an Auto Scaling group.</p>",
"PutRecommendationPreferencesRequest$resourceType": "<p>The target resource type of the recommendation preference to create.</p> <p>The <code>Ec2Instance</code> option encompasses standalone instances and instances that are part of Auto Scaling groups. The <code>AutoScalingGroup</code> option encompasses only instances that are part of an Auto Scaling group.</p>",
"DeleteRecommendationPreferencesRequest$resourceType": "<p>The target resource type of the recommendation preference to delete.</p> <p>The <code>Ec2Instance</code> option encompasses standalone instances and instances that are part of Auto Scaling groups. The <code>AutoScalingGroup</code> option encompasses only instances that are part of an Auto Scaling group.</p> <note> <p>The valid values for this parameter are <code>Ec2Instance</code> and <code>AutoScalingGroup</code>.</p> </note>",
"GetRecommendationPreferencesRequest$resourceType": "<p>The target resource type of the recommendation preference for which to return preferences.</p> <p>The <code>Ec2Instance</code> option encompasses standalone instances and instances that are part of Auto Scaling groups. The <code>AutoScalingGroup</code> option encompasses only instances that are part of an Auto Scaling group.</p> <note> <p>The valid values for this parameter are <code>Ec2Instance</code> and <code>AutoScalingGroup</code>.</p> </note>",
"PutRecommendationPreferencesRequest$resourceType": "<p>The target resource type of the recommendation preference to create.</p> <p>The <code>Ec2Instance</code> option encompasses standalone instances and instances that are part of Auto Scaling groups. The <code>AutoScalingGroup</code> option encompasses only instances that are part of an Auto Scaling group.</p> <note> <p>The valid values for this parameter are <code>Ec2Instance</code> and <code>AutoScalingGroup</code>.</p> </note>",
"RecommendationExportJob$resourceType": "<p>The resource type of the exported recommendations.</p>",
"RecommendationPreferencesDetail$resourceType": "<p>The target resource type of the recommendation preference to create.</p> <p>The <code>Ec2Instance</code> option encompasses standalone instances and instances that are part of Auto Scaling groups. The <code>AutoScalingGroup</code> option encompasses only instances that are part of an Auto Scaling group.</p>"
}
Expand Down
2 changes: 1 addition & 1 deletion src/data/compute-optimizer/2019-11-01/docs-2.json.php

Large diffs are not rendered by default.

61 changes: 60 additions & 1 deletion src/data/ec2/2016-11-15/api-2.json
Original file line number Diff line number Diff line change
Expand Up @@ -3333,6 +3333,15 @@
"input":{"shape":"GetInstanceTypesFromInstanceRequirementsRequest"},
"output":{"shape":"GetInstanceTypesFromInstanceRequirementsResult"}
},
"GetInstanceUefiData":{
"name":"GetInstanceUefiData",
"http":{
"method":"POST",
"requestUri":"/"
},
"input":{"shape":"GetInstanceUefiDataRequest"},
"output":{"shape":"GetInstanceUefiDataResult"}
},
"GetIpamAddressHistory":{
"name":"GetIpamAddressHistory",
"http":{
Expand Down Expand Up @@ -20099,6 +20108,27 @@
}
}
},
"GetInstanceUefiDataRequest":{
"type":"structure",
"required":["InstanceId"],
"members":{
"InstanceId":{"shape":"InstanceId"},
"DryRun":{"shape":"Boolean"}
}
},
"GetInstanceUefiDataResult":{
"type":"structure",
"members":{
"InstanceId":{
"shape":"InstanceId",
"locationName":"instanceId"
},
"UefiData":{
"shape":"String",
"locationName":"uefiData"
}
}
},
"GetIpamAddressHistoryRequest":{
"type":"structure",
"required":[
Expand Down Expand Up @@ -21391,6 +21421,10 @@
"shape":"BootModeValues",
"locationName":"bootMode"
},
"TpmSupport":{
"shape":"TpmSupportValues",
"locationName":"tpmSupport"
},
"DeprecationTime":{
"shape":"String",
"locationName":"deprecationTime"
Expand Down Expand Up @@ -21436,6 +21470,14 @@
"shape":"AttributeValue",
"locationName":"bootMode"
},
"TpmSupport":{
"shape":"AttributeValue",
"locationName":"tpmSupport"
},
"UefiData":{
"shape":"AttributeValue",
"locationName":"uefiData"
},
"LastLaunchedTime":{
"shape":"AttributeValue",
"locationName":"lastLaunchedTime"
Expand All @@ -21453,6 +21495,8 @@
"blockDeviceMapping",
"sriovNetSupport",
"bootMode",
"tpmSupport",
"uefiData",
"lastLaunchedTime"
]
},
Expand Down Expand Up @@ -22372,6 +22416,10 @@
"shape":"String",
"locationName":"ipv6Address"
},
"TpmSupport":{
"shape":"String",
"locationName":"tpmSupport"
},
"MaintenanceOptions":{
"shape":"InstanceMaintenanceOptions",
"locationName":"maintenanceOptions"
Expand Down Expand Up @@ -31307,7 +31355,9 @@
"shape":"String",
"locationName":"virtualizationType"
},
"BootMode":{"shape":"BootModeValues"}
"BootMode":{"shape":"BootModeValues"},
"TpmSupport":{"shape":"TpmSupportValues"},
"UefiData":{"shape":"StringType"}
}
},
"RegisterImageResult":{
Expand Down Expand Up @@ -35820,6 +35870,11 @@
"locationName":"item"
}
},
"StringType":{
"type":"string",
"max":64000,
"min":0
},
"Subnet":{
"type":"structure",
"members":{
Expand Down Expand Up @@ -36478,6 +36533,10 @@
"Max":{"shape":"Double"}
}
},
"TpmSupportValues":{
"type":"string",
"enum":["v2.0"]
},
"TrafficDirection":{
"type":"string",
"enum":[
Expand Down
2 changes: 1 addition & 1 deletion src/data/ec2/2016-11-15/api-2.json.php

Large diffs are not rendered by default.

Loading

0 comments on commit 7bd6c04

Please sign in to comment.