Skip to content

Commit

Permalink
Release v1.44.125 (2022-10-27) (#4602)
Browse files Browse the repository at this point in the history
Release v1.44.125 (2022-10-27)
===

### Service Client Updates
* `service/ec2`: Updates service API and documentation
  * Feature supports the replacement of instance root volume using an updated AMI without requiring customers to stop their instance.
* `service/fms`: Updates service API and documentation
* `service/glue`: Updates service API and documentation
  * Added support for custom datatypes when using custom csv classifier.
* `service/redshift`: Updates service documentation
  * This release clarifies use for the ElasticIp parameter of the CreateCluster and RestoreFromClusterSnapshot APIs.
* `service/sagemaker`: Updates service API and documentation
  * This change allows customers to provide a custom entrypoint script for the docker container to be run while executing training jobs, and provide custom arguments to the entrypoint script.
* `service/wafv2`: Updates service API and documentation
  • Loading branch information
aws-sdk-go-automation committed Oct 27, 2022
1 parent db46e95 commit ee2b6ae
Show file tree
Hide file tree
Showing 32 changed files with 10,928 additions and 276 deletions.
15 changes: 15 additions & 0 deletions CHANGELOG.md
@@ -1,3 +1,18 @@
Release v1.44.125 (2022-10-27)
===

### Service Client Updates
* `service/ec2`: Updates service API and documentation
* Feature supports the replacement of instance root volume using an updated AMI without requiring customers to stop their instance.
* `service/fms`: Updates service API and documentation
* `service/glue`: Updates service API and documentation
* Added support for custom datatypes when using custom csv classifier.
* `service/redshift`: Updates service documentation
* This release clarifies use for the ElasticIp parameter of the CreateCluster and RestoreFromClusterSnapshot APIs.
* `service/sagemaker`: Updates service API and documentation
* This change allows customers to provide a custom entrypoint script for the docker container to be run while executing training jobs, and provide custom arguments to the entrypoint script.
* `service/wafv2`: Updates service API and documentation

Release v1.44.124 (2022-10-26)
===

Expand Down
6 changes: 6 additions & 0 deletions aws/endpoints/defaults.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion aws/version.go
Expand Up @@ -5,4 +5,4 @@ package aws
const SDKName = "aws-sdk-go"

// SDKVersion is the version of this SDK
const SDKVersion = "1.44.124"
const SDKVersion = "1.44.125"
16 changes: 15 additions & 1 deletion models/apis/ec2/2016-11-15/api-2.json
Expand Up @@ -10255,7 +10255,9 @@
"TagSpecifications":{
"shape":"TagSpecificationList",
"locationName":"TagSpecification"
}
},
"ImageId":{"shape":"ImageId"},
"DeleteReplacedRootVolume":{"shape":"Boolean"}
}
},
"CreateReplaceRootVolumeTaskResult":{
Expand Down Expand Up @@ -32656,6 +32658,18 @@
"Tags":{
"shape":"TagList",
"locationName":"tagSet"
},
"ImageId":{
"shape":"ImageId",
"locationName":"imageId"
},
"SnapshotId":{
"shape":"SnapshotId",
"locationName":"snapshotId"
},
"DeleteReplacedRootVolume":{
"shape":"Boolean",
"locationName":"deleteReplacedRootVolume"
}
}
},
Expand Down
9 changes: 7 additions & 2 deletions models/apis/ec2/2016-11-15/docs-2.json
Expand Up @@ -89,7 +89,7 @@
"CreateNetworkInterfacePermission": "<p>Grants an Amazon Web Services-authorized account permission to attach the specified network interface to an instance in their account.</p> <p>You can grant permission to a single Amazon Web Services account only, and only one account at a time.</p>",
"CreatePlacementGroup": "<p>Creates a placement group in which to launch instances. The strategy of the placement group determines how the instances are organized within the group. </p> <p>A <code>cluster</code> placement group is a logical grouping of instances within a single Availability Zone that benefit from low network latency, high network throughput. A <code>spread</code> placement group places instances on distinct hardware. A <code>partition</code> placement group places groups of instances in different partitions, where instances in one partition do not share the same hardware with instances in another partition.</p> <p>For more information, see <a href=\"https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/placement-groups.html\">Placement groups</a> in the <i>Amazon EC2 User Guide</i>.</p>",
"CreatePublicIpv4Pool": "<p>Creates a public IPv4 address pool. A public IPv4 pool is an EC2 IP address pool required for the public IPv4 CIDRs that you own and bring to Amazon Web Services to manage with IPAM. IPv6 addresses you bring to Amazon Web Services, however, use IPAM pools only. To monitor the status of pool creation, use <a href=\"https://docs.aws.amazon.com/AWSEC2/latest/APIReference/API_DescribePublicIpv4Pools.html\">DescribePublicIpv4Pools</a>.</p>",
"CreateReplaceRootVolumeTask": "<p>Creates a root volume replacement task for an Amazon EC2 instance. The root volume can either be restored to its initial launch state, or it can be restored using a specific snapshot.</p> <p>For more information, see <a href=\"https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/ebs-restoring-volume.html#replace-root\">Replace a root volume</a> in the <i>Amazon Elastic Compute Cloud User Guide</i>.</p>",
"CreateReplaceRootVolumeTask": "<p>Replaces the EBS-backed root volume for a <code>running</code> instance with a new volume that is restored to the original root volume's launch state, that is restored to a specific snapshot taken from the original root volume, or that is restored from an AMI that has the same key characteristics as that of the instance.</p> <p>For more information, see <a href=\"https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/ebs-restoring-volume.html#replace-root\">Replace a root volume</a> in the <i>Amazon Elastic Compute Cloud User Guide</i>.</p>",
"CreateReservedInstancesListing": "<p>Creates a listing for Amazon EC2 Standard Reserved Instances to be sold in the Reserved Instance Marketplace. You can submit one Standard Reserved Instance listing at a time. To get a list of your Standard Reserved Instances, you can use the <a>DescribeReservedInstances</a> operation.</p> <note> <p>Only Standard Reserved Instances can be sold in the Reserved Instance Marketplace. Convertible Reserved Instances cannot be sold.</p> </note> <p>The Reserved Instance Marketplace matches sellers who want to resell Standard Reserved Instance capacity that they no longer need with buyers who want to purchase additional capacity. Reserved Instances bought and sold through the Reserved Instance Marketplace work like any other Reserved Instances.</p> <p>To sell your Standard Reserved Instances, you must first register as a seller in the Reserved Instance Marketplace. After completing the registration process, you can create a Reserved Instance Marketplace listing of some or all of your Standard Reserved Instances, and specify the upfront price to receive for them. Your Standard Reserved Instance listings then become available for purchase. To view the details of your Standard Reserved Instance listing, you can use the <a>DescribeReservedInstancesListings</a> operation.</p> <p>For more information, see <a href=\"https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/ri-market-general.html\">Reserved Instance Marketplace</a> in the <i>Amazon EC2 User Guide</i>.</p>",
"CreateRestoreImageTask": "<p>Starts a task that restores an AMI from an Amazon S3 object that was previously created by using <a href=\"https://docs.aws.amazon.com/AWSEC2/latest/APIReference/API_CreateStoreImageTask.html\">CreateStoreImageTask</a>.</p> <p>To use this API, you must have the required permissions. For more information, see <a href=\"https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/ami-store-restore.html#ami-s3-permissions\">Permissions for storing and restoring AMIs using Amazon S3</a> in the <i>Amazon Elastic Compute Cloud User Guide</i>.</p> <p>For more information, see <a href=\"https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/ami-store-restore.html\">Store and restore an AMI using Amazon S3</a> in the <i>Amazon Elastic Compute Cloud User Guide</i>.</p>",
"CreateRoute": "<p>Creates a route in a route table within a VPC.</p> <p>You must specify either a destination CIDR block or a prefix list ID. You must also specify exactly one of the resources from the parameter list.</p> <p>When determining how to route traffic, we use the route with the most specific match. For example, traffic is destined for the IPv4 address <code>192.0.2.3</code>, and the route table includes the following two IPv4 routes:</p> <ul> <li> <p> <code>192.0.2.0/24</code> (goes to some target A)</p> </li> <li> <p> <code>192.0.2.0/28</code> (goes to some target B)</p> </li> </ul> <p>Both routes apply to the traffic destined for <code>192.0.2.3</code>. However, the second route in the list covers a smaller number of IP addresses and is therefore more specific, so we use that route to determine where to target the traffic.</p> <p>For more information about route tables, see <a href=\"https://docs.aws.amazon.com/vpc/latest/userguide/VPC_Route_Tables.html\">Route tables</a> in the <i>Amazon Virtual Private Cloud User Guide</i>.</p>",
Expand Down Expand Up @@ -1807,6 +1807,7 @@
"CreatePlacementGroupRequest$DryRun": "<p>Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>. Otherwise, it is <code>UnauthorizedOperation</code>.</p>",
"CreatePublicIpv4PoolRequest$DryRun": "<p>A check for whether you have the required permissions for the action without actually making the request and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>. Otherwise, it is <code>UnauthorizedOperation</code>.</p>",
"CreateReplaceRootVolumeTaskRequest$DryRun": "<p>Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>. Otherwise, it is <code>UnauthorizedOperation</code>.</p>",
"CreateReplaceRootVolumeTaskRequest$DeleteReplacedRootVolume": "<p>Indicates whether to automatically delete the original root volume after the root volume replacement task completes. To delete the original root volume, specify <code>true</code>. If you choose to keep the original root volume after the replacement task completes, you must manually delete it when you no longer need it.</p>",
"CreateRestoreImageTaskRequest$DryRun": "<p>Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>. Otherwise, it is <code>UnauthorizedOperation</code>.</p>",
"CreateRouteRequest$DryRun": "<p>Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>. Otherwise, it is <code>UnauthorizedOperation</code>.</p>",
"CreateRouteResult$Return": "<p>Returns <code>true</code> if the request succeeds; otherwise, it returns an error.</p>",
Expand Down Expand Up @@ -2373,6 +2374,7 @@
"ReplaceNetworkAclAssociationRequest$DryRun": "<p>Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>. Otherwise, it is <code>UnauthorizedOperation</code>.</p>",
"ReplaceNetworkAclEntryRequest$DryRun": "<p>Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>. Otherwise, it is <code>UnauthorizedOperation</code>.</p>",
"ReplaceNetworkAclEntryRequest$Egress": "<p>Indicates whether to replace the egress rule.</p> <p>Default: If no value is specified, we replace the ingress rule.</p>",
"ReplaceRootVolumeTask$DeleteReplacedRootVolume": "<p>Indicates whether the original root volume is to be deleted after the root volume replacement task completes.</p>",
"ReplaceRouteRequest$DryRun": "<p>Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>. Otherwise, it is <code>UnauthorizedOperation</code>.</p>",
"ReplaceRouteRequest$LocalTarget": "<p>Specifies whether to reset the local route to its default target (<code>local</code>).</p>",
"ReplaceRouteTableAssociationRequest$DryRun": "<p>Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>. Otherwise, it is <code>UnauthorizedOperation</code>.</p>",
Expand Down Expand Up @@ -9534,6 +9536,7 @@
"ImageId": {
"base": null,
"refs": {
"CreateReplaceRootVolumeTaskRequest$ImageId": "<p>The ID of the AMI to use to restore the root volume. The specified AMI must have the same product code, billing information, architecture type, and virtualization type as that of the instance.</p> <p>If you want to restore the replacement volume from a specific snapshot, or if you want to restore it to its launch state, omit this parameter.</p>",
"CreateStoreImageTaskRequest$ImageId": "<p>The ID of the AMI.</p>",
"DeregisterImageRequest$ImageId": "<p>The ID of the AMI.</p>",
"DescribeFastLaunchImagesSuccessItem$ImageId": "<p>The image ID that identifies the fast-launch enabled Windows image.</p>",
Expand All @@ -9551,6 +9554,7 @@
"ImageIdList$member": null,
"ImageIdStringList$member": null,
"ModifyImageAttributeRequest$ImageId": "<p>The ID of the AMI.</p>",
"ReplaceRootVolumeTask$ImageId": "<p>The ID of the AMI used to create the replacement root volume.</p>",
"RequestLaunchTemplateData$ImageId": "<p>The ID of the AMI.</p>",
"RequestSpotLaunchSpecification$ImageId": "<p>The ID of the AMI.</p>",
"ResetImageAttributeRequest$ImageId": "<p>The ID of the AMI.</p>",
Expand Down Expand Up @@ -16317,7 +16321,7 @@
"SnapshotId": {
"base": null,
"refs": {
"CreateReplaceRootVolumeTaskRequest$SnapshotId": "<p>The ID of the snapshot from which to restore the replacement root volume. If you want to restore the volume to the initial launch state, omit this parameter.</p>",
"CreateReplaceRootVolumeTaskRequest$SnapshotId": "<p>The ID of the snapshot from which to restore the replacement root volume. The specified snapshot must be a snapshot that you previously created from the original root volume.</p> <p>If you want to restore the replacement root volume to the initial launch state, or if you want to restore the replacement root volume from an AMI, omit this parameter.</p>",
"CreateVolumeRequest$SnapshotId": "<p>The snapshot from which to create the volume. You must specify either a snapshot ID or a volume size.</p>",
"DeleteSnapshotRequest$SnapshotId": "<p>The ID of the EBS snapshot.</p>",
"DescribeSnapshotAttributeRequest$SnapshotId": "<p>The ID of the EBS snapshot.</p>",
Expand All @@ -16327,6 +16331,7 @@
"LaunchTemplateEbsBlockDeviceRequest$SnapshotId": "<p>The ID of the snapshot.</p>",
"ModifySnapshotAttributeRequest$SnapshotId": "<p>The ID of the snapshot.</p>",
"ModifySnapshotTierRequest$SnapshotId": "<p>The ID of the snapshot.</p>",
"ReplaceRootVolumeTask$SnapshotId": "<p>The ID of the snapshot used to create the replacement root volume.</p>",
"ResetSnapshotAttributeRequest$SnapshotId": "<p>The ID of the snapshot.</p>",
"RestoreSnapshotFromRecycleBinRequest$SnapshotId": "<p>The ID of the snapshot to restore.</p>",
"RestoreSnapshotTierRequest$SnapshotId": "<p>The ID of the snapshot to restore.</p>",
Expand Down

0 comments on commit ee2b6ae

Please sign in to comment.