Skip to content

Commit

Permalink
Release v1.50.3 (2024-01-24) (#5151)
Browse files Browse the repository at this point in the history
Release v1.50.3 (2024-01-24)
===

### Service Client Updates
* `service/ec2`: Updates service API and documentation
  * Introduced a new clientToken request parameter on CreateNetworkAcl and CreateRouteTable APIs. The clientToken parameter allows idempotent operations on the APIs.
* `service/ecs`: Updates service documentation
  * Documentation updates for Amazon ECS.
* `service/outposts`: Updates service API
* `service/rds`: Updates service API, documentation, waiters, paginators, and examples
  * This release adds support for Aurora Limitless Database.
* `service/storagegateway`: Updates service API and documentation
  * Add DeprecationDate and SoftwareVersion to response of ListGateways.
  • Loading branch information
aws-sdk-go-automation committed Jan 24, 2024
1 parent 8fd6108 commit 15beed0
Show file tree
Hide file tree
Showing 21 changed files with 2,420 additions and 119 deletions.
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,17 @@
Release v1.50.3 (2024-01-24)
===

### Service Client Updates
* `service/ec2`: Updates service API and documentation
* Introduced a new clientToken request parameter on CreateNetworkAcl and CreateRouteTable APIs. The clientToken parameter allows idempotent operations on the APIs.
* `service/ecs`: Updates service documentation
* Documentation updates for Amazon ECS.
* `service/outposts`: Updates service API
* `service/rds`: Updates service API, documentation, waiters, paginators, and examples
* This release adds support for Aurora Limitless Database.
* `service/storagegateway`: Updates service API and documentation
* Add DeprecationDate and SoftwareVersion to response of ListGateways.

Release v1.50.2 (2024-01-23)
===

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.50.2"
const SDKVersion = "1.50.3"
22 changes: 20 additions & 2 deletions models/apis/ec2/2016-11-15/api-2.json
Original file line number Diff line number Diff line change
Expand Up @@ -7918,7 +7918,8 @@
"available",
"information",
"impaired",
"unavailable"
"unavailable",
"constrained"
]
},
"AvailabilityZoneStringList":{
Expand Down Expand Up @@ -11317,6 +11318,10 @@
"TagSpecifications":{
"shape":"TagSpecificationList",
"locationName":"TagSpecification"
},
"ClientToken":{
"shape":"String",
"idempotencyToken":true
}
}
},
Expand All @@ -11326,6 +11331,10 @@
"NetworkAcl":{
"shape":"NetworkAcl",
"locationName":"networkAcl"
},
"ClientToken":{
"shape":"String",
"locationName":"clientToken"
}
}
},
Expand Down Expand Up @@ -11717,6 +11726,10 @@
"TagSpecifications":{
"shape":"TagSpecificationList",
"locationName":"TagSpecification"
},
"ClientToken":{
"shape":"String",
"idempotencyToken":true
}
}
},
Expand All @@ -11726,6 +11739,10 @@
"RouteTable":{
"shape":"RouteTable",
"locationName":"routeTable"
},
"ClientToken":{
"shape":"String",
"locationName":"clientToken"
}
}
},
Expand Down Expand Up @@ -42047,7 +42064,8 @@
"type":"string",
"enum":[
"pending",
"available"
"available",
"unavailable"
]
},
"Subscription":{
Expand Down
8 changes: 6 additions & 2 deletions models/apis/ec2/2016-11-15/docs-2.json
Original file line number Diff line number Diff line change
Expand Up @@ -19344,7 +19344,7 @@
"CreateCustomerGatewayRequest$CertificateArn": "<p>The Amazon Resource Name (ARN) for the customer gateway certificate.</p>",
"CreateCustomerGatewayRequest$DeviceName": "<p>A name for the customer gateway device.</p> <p>Length Constraints: Up to 255 characters.</p>",
"CreateCustomerGatewayRequest$IpAddress": "<p> IPv4 address for the customer gateway device's outside interface. The address must be static. </p>",
"CreateEgressOnlyInternetGatewayRequest$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/UserGuide/Run_Instance_Idempotency.html\">How to ensure idempotency</a>.</p>",
"CreateEgressOnlyInternetGatewayRequest$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/UserGuide/Run_Instance_Idempotency.html\">Ensuring idempotency</a>.</p>",
"CreateEgressOnlyInternetGatewayResult$ClientToken": "<p>Unique, case-sensitive identifier that you provide to ensure the idempotency of the request.</p>",
"CreateFleetError$ErrorCode": "<p>The error code that indicates why the instance could not be launched. For more information about error codes, see <a href=\"https://docs.aws.amazon.com/AWSEC2/latest/APIReference/errors-overview.html.html\">Error codes</a>.</p>",
"CreateFleetError$ErrorMessage": "<p>The error message that describes why the instance could not be launched. For more information about error messages, see <a href=\"https://docs.aws.amazon.com/AWSEC2/latest/APIReference/errors-overview.html.html\">Error codes</a>.</p>",
Expand Down Expand Up @@ -19386,12 +19386,14 @@
"CreateManagedPrefixListRequest$PrefixListName": "<p>A name for the prefix list.</p> <p>Constraints: Up to 255 characters in length. The name cannot start with <code>com.amazonaws</code>.</p>",
"CreateManagedPrefixListRequest$AddressFamily": "<p>The IP address type.</p> <p>Valid Values: <code>IPv4</code> | <code>IPv6</code> </p>",
"CreateManagedPrefixListRequest$ClientToken": "<p>Unique, case-sensitive identifier 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> <p>Constraints: Up to 255 UTF-8 characters in length.</p>",
"CreateNatGatewayRequest$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\">How to ensure idempotency</a>.</p> <p>Constraint: Maximum 64 ASCII characters.</p>",
"CreateNatGatewayRequest$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> <p>Constraint: Maximum 64 ASCII characters.</p>",
"CreateNatGatewayRequest$PrivateIpAddress": "<p>The private IPv4 address to assign to the NAT gateway. If you don't provide an address, a private IPv4 address will be automatically assigned.</p>",
"CreateNatGatewayResult$ClientToken": "<p>Unique, case-sensitive identifier to ensure the idempotency of the request. Only returned if a client token was provided in the request.</p>",
"CreateNetworkAclEntryRequest$CidrBlock": "<p>The IPv4 network range to allow or deny, in CIDR notation (for example <code>172.16.0.0/24</code>). We modify the specified CIDR block to its canonical form; for example, if you specify <code>100.68.0.18/18</code>, we modify it to <code>100.68.0.0/18</code>.</p>",
"CreateNetworkAclEntryRequest$Ipv6CidrBlock": "<p>The IPv6 network range to allow or deny, in CIDR notation (for example <code>2001:db8:1234:1a00::/64</code>).</p>",
"CreateNetworkAclEntryRequest$Protocol": "<p>The protocol number. A value of \"-1\" means all protocols. If you specify \"-1\" or a protocol number other than \"6\" (TCP), \"17\" (UDP), or \"1\" (ICMP), traffic on all ports is allowed, regardless of any ports or ICMP types or codes that you specify. If you specify protocol \"58\" (ICMPv6) and specify an IPv4 CIDR block, traffic for all ICMP types and codes allowed, regardless of any that you specify. If you specify protocol \"58\" (ICMPv6) and specify an IPv6 CIDR block, you must specify an ICMP type and code.</p>",
"CreateNetworkAclRequest$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/UserGuide/Run_Instance_Idempotency.html\">Ensuring idempotency</a>.</p>",
"CreateNetworkAclResult$ClientToken": "<p>Unique, case-sensitive identifier to ensure the idempotency of the request. Only returned if a client token was provided in the request.</p>",
"CreateNetworkInsightsAccessScopeRequest$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\">How to ensure idempotency</a>.</p>",
"CreateNetworkInsightsPathRequest$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\">How to ensure idempotency</a>.</p>",
"CreateNetworkInterfacePermissionRequest$AwsAccountId": "<p>The Amazon Web Services account ID.</p>",
Expand All @@ -19409,6 +19411,8 @@
"CreateRestoreImageTaskResult$ImageId": "<p>The AMI ID.</p>",
"CreateRouteRequest$DestinationCidrBlock": "<p>The IPv4 CIDR address block used for the destination match. Routing decisions are based on the most specific match. We modify the specified CIDR block to its canonical form; for example, if you specify <code>100.68.0.18/18</code>, we modify it to <code>100.68.0.0/18</code>.</p>",
"CreateRouteRequest$DestinationIpv6CidrBlock": "<p>The IPv6 CIDR block used for the destination match. Routing decisions are based on the most specific match.</p>",
"CreateRouteTableRequest$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/UserGuide/Run_Instance_Idempotency.html\">Ensuring idempotency</a>.</p>",
"CreateRouteTableResult$ClientToken": "<p>Unique, case-sensitive identifier to ensure the idempotency of the request. Only returned if a client token was provided in the request.</p>",
"CreateSecurityGroupRequest$Description": "<p>A description for the security group.</p> <p>Constraints: Up to 255 characters in length</p> <p>Valid characters: a-z, A-Z, 0-9, spaces, and ._-:/()#,@[]+=&amp;;{}!$*</p>",
"CreateSecurityGroupRequest$GroupName": "<p>The name of the security group.</p> <p>Constraints: Up to 255 characters in length. Cannot start with <code>sg-</code>.</p> <p>Valid characters: a-z, A-Z, 0-9, spaces, and ._-:/()#,@[]+=&amp;;{}!$*</p>",
"CreateSecurityGroupResult$GroupId": "<p>The ID of the security group.</p>",
Expand Down
Loading

0 comments on commit 15beed0

Please sign in to comment.