Skip to content

Commit

Permalink
Release v1.38.52 (2021-06-01) (#3937)
Browse files Browse the repository at this point in the history
Release v1.38.52 (2021-06-01)
===

### Service Client Updates
* `service/ec2`: Updates service API and documentation
  * Added idempotency to CreateNetworkInterface using the ClientToken parameter.
* `service/iotwireless`: Updates service API and documentation
* `service/polly`: Updates service API
  * Amazon Polly adds new Canadian French voice - Gabrielle. Gabrielle is available as Neural voice only.
* `service/servicediscovery`: Updates service API and documentation
* `service/sns`: Updates service API, documentation, and paginators
  * This release adds SMS sandbox in Amazon SNS and the ability to view all configured origination numbers. The SMS sandbox provides a safe environment for sending SMS messages, without risking your reputation as an SMS sender.
  • Loading branch information
aws-sdk-go-automation authored Jun 1, 2021
1 parent 0bba8f5 commit adb81ee
Show file tree
Hide file tree
Showing 20 changed files with 4,162 additions and 342 deletions.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,16 @@
Release v1.38.52 (2021-06-01)
===

### Service Client Updates
* `service/ec2`: Updates service API and documentation
* Added idempotency to CreateNetworkInterface using the ClientToken parameter.
* `service/iotwireless`: Updates service API and documentation
* `service/polly`: Updates service API
* Amazon Polly adds new Canadian French voice - Gabrielle. Gabrielle is available as Neural voice only.
* `service/servicediscovery`: Updates service API and documentation
* `service/sns`: Updates service API, documentation, and paginators
* This release adds SMS sandbox in Amazon SNS and the ability to view all configured origination numbers. The SMS sandbox provides a safe environment for sending SMS messages, without risking your reputation as an SMS sender.

Release v1.38.51 (2021-05-28)
===

Expand Down
2 changes: 1 addition & 1 deletion aws/version.go
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,4 @@ package aws
const SDKName = "aws-sdk-go"

// SDKVersion is the version of this SDK
const SDKVersion = "1.38.51"
const SDKVersion = "1.38.52"
8 changes: 8 additions & 0 deletions models/apis/ec2/2016-11-15/api-2.json
Original file line number Diff line number Diff line change
Expand Up @@ -8250,6 +8250,10 @@
"TagSpecifications":{
"shape":"TagSpecificationList",
"locationName":"TagSpecification"
},
"ClientToken":{
"shape":"String",
"idempotencyToken":true
}
}
},
Expand All @@ -8259,6 +8263,10 @@
"NetworkInterface":{
"shape":"NetworkInterface",
"locationName":"networkInterface"
},
"ClientToken":{
"shape":"String",
"locationName":"clientToken"
}
}
},
Expand Down
2 changes: 2 additions & 0 deletions models/apis/ec2/2016-11-15/docs-2.json
Original file line number Diff line number Diff line change
Expand Up @@ -13764,6 +13764,8 @@
"CreateNetworkInterfacePermissionRequest$AwsService": "<p>The AWS service. Currently not supported.</p>",
"CreateNetworkInterfaceRequest$Description": "<p>A description for the network interface.</p>",
"CreateNetworkInterfaceRequest$PrivateIpAddress": "<p>The primary private IPv4 address of the network interface. If you don't specify an IPv4 address, Amazon EC2 selects one for you from the subnet's IPv4 CIDR range. If you specify an IP address, you cannot indicate any IP addresses specified in <code>privateIpAddresses</code> as primary (only one IP address can be designated as primary).</p>",
"CreateNetworkInterfaceRequest$ClientToken": "<p>Unique, case-sensitive identifier that you provide to ensure the idempotency of the request. For more information, see <a href=\"https://docs.aws.amazon.com/AWSEC2/latest/APIReference/Run_Instance_Idempotency.html\">Ensuring Idempotency</a>.</p>",
"CreateNetworkInterfaceResult$ClientToken": "<p>The token to use to retrieve the next page of results. This value is <code>null</code> when there are no more results to return.</p>",
"CreatePlacementGroupRequest$GroupName": "<p>A name for the placement group. Must be unique within the scope of your account for the Region.</p> <p>Constraints: Up to 255 ASCII characters</p>",
"CreateReplaceRootVolumeTaskRequest$ClientToken": "<p>Unique, case-sensitive identifier you provide to ensure the idempotency of the request. If you do not specify a client token, a randomly generated token is used for the request to ensure idempotency. For more information, see <a href=\"https://docs.aws.amazon.com/AWSEC2/latest/APIReference/Run_Instance_Idempotency.html\">Ensuring Idempotency</a>.</p>",
"CreateReservedInstancesListingRequest$ClientToken": "<p>Unique, case-sensitive identifier you provide to ensure idempotency of your listings. This helps avoid duplicate listings. For more information, see <a href=\"https://docs.aws.amazon.com/AWSEC2/latest/APIReference/Run_Instance_Idempotency.html\">Ensuring Idempotency</a>.</p>",
Expand Down
Loading

0 comments on commit adb81ee

Please sign in to comment.