Skip to content

Commit adb81ee

Browse files
Release v1.38.52 (2021-06-01) (#3937)
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.
1 parent 0bba8f5 commit adb81ee

File tree

20 files changed

+4162
-342
lines changed

20 files changed

+4162
-342
lines changed

CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,16 @@
1+
Release v1.38.52 (2021-06-01)
2+
===
3+
4+
### Service Client Updates
5+
* `service/ec2`: Updates service API and documentation
6+
* Added idempotency to CreateNetworkInterface using the ClientToken parameter.
7+
* `service/iotwireless`: Updates service API and documentation
8+
* `service/polly`: Updates service API
9+
* Amazon Polly adds new Canadian French voice - Gabrielle. Gabrielle is available as Neural voice only.
10+
* `service/servicediscovery`: Updates service API and documentation
11+
* `service/sns`: Updates service API, documentation, and paginators
12+
* 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.
13+
114
Release v1.38.51 (2021-05-28)
215
===
316

aws/version.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,4 @@ package aws
55
const SDKName = "aws-sdk-go"
66

77
// SDKVersion is the version of this SDK
8-
const SDKVersion = "1.38.51"
8+
const SDKVersion = "1.38.52"

models/apis/ec2/2016-11-15/api-2.json

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8250,6 +8250,10 @@
82508250
"TagSpecifications":{
82518251
"shape":"TagSpecificationList",
82528252
"locationName":"TagSpecification"
8253+
},
8254+
"ClientToken":{
8255+
"shape":"String",
8256+
"idempotencyToken":true
82538257
}
82548258
}
82558259
},
@@ -8259,6 +8263,10 @@
82598263
"NetworkInterface":{
82608264
"shape":"NetworkInterface",
82618265
"locationName":"networkInterface"
8266+
},
8267+
"ClientToken":{
8268+
"shape":"String",
8269+
"locationName":"clientToken"
82628270
}
82638271
}
82648272
},

models/apis/ec2/2016-11-15/docs-2.json

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13764,6 +13764,8 @@
1376413764
"CreateNetworkInterfacePermissionRequest$AwsService": "<p>The AWS service. Currently not supported.</p>",
1376513765
"CreateNetworkInterfaceRequest$Description": "<p>A description for the network interface.</p>",
1376613766
"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>",
13767+
"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>",
13768+
"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>",
1376713769
"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>",
1376813770
"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>",
1376913771
"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>",

0 commit comments

Comments
 (0)