Skip to content

Commit

Permalink
Release v1.44.328 (2023-08-21) (#4959)
Browse files Browse the repository at this point in the history
Release v1.44.328 (2023-08-21)
===

### Service Client Updates
* `service/cloud9`: Adds new service
  * Doc only update to add Ubuntu 22.04 as an Image ID option for Cloud9
* `service/ec2`: Updates service API and documentation
  * The DeleteKeyPair API has been updated to return the keyPairId when an existing key pair is deleted.
* `service/finspace`: Updates service API and documentation
* `service/rds`: Updates service API, documentation, waiters, paginators, and examples
  * Adding support for RDS Aurora Global Database Unplanned Failover
* `service/route53domains`: Updates service documentation
  * Fixed typos in description fields
  • Loading branch information
aws-sdk-go-automation committed Aug 21, 2023
1 parent 1dee181 commit 6b43f9d
Show file tree
Hide file tree
Showing 18 changed files with 1,416 additions and 496 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.44.328 (2023-08-21)
===

### Service Client Updates
* `service/cloud9`: Adds new service
* Doc only update to add Ubuntu 22.04 as an Image ID option for Cloud9
* `service/ec2`: Updates service API and documentation
* The DeleteKeyPair API has been updated to return the keyPairId when an existing key pair is deleted.
* `service/finspace`: Updates service API and documentation
* `service/rds`: Updates service API, documentation, waiters, paginators, and examples
* Adding support for RDS Aurora Global Database Unplanned Failover
* `service/route53domains`: Updates service documentation
* Fixed typos in description fields

Release v1.44.327 (2023-08-18)
===

Expand Down
9 changes: 9 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
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.44.327"
const SDKVersion = "1.44.328"
344 changes: 154 additions & 190 deletions models/apis/cloud9/2017-09-23/endpoint-rule-set-1.json

Large diffs are not rendered by default.

16 changes: 15 additions & 1 deletion models/apis/ec2/2016-11-15/api-2.json
Original file line number Diff line number Diff line change
Expand Up @@ -1394,7 +1394,8 @@
"method":"POST",
"requestUri":"/"
},
"input":{"shape":"DeleteKeyPairRequest"}
"input":{"shape":"DeleteKeyPairRequest"},
"output":{"shape":"DeleteKeyPairResult"}
},
"DeleteLaunchTemplate":{
"name":"DeleteLaunchTemplate",
Expand Down Expand Up @@ -12979,6 +12980,19 @@
}
}
},
"DeleteKeyPairResult":{
"type":"structure",
"members":{
"Return":{
"shape":"Boolean",
"locationName":"return"
},
"KeyPairId":{
"shape":"String",
"locationName":"keyPairId"
}
}
},
"DeleteLaunchTemplateRequest":{
"type":"structure",
"members":{
Expand Down
7 changes: 7 additions & 0 deletions models/apis/ec2/2016-11-15/docs-2.json
Original file line number Diff line number Diff line change
Expand Up @@ -2093,6 +2093,7 @@
"DeleteIpamResourceDiscoveryRequest$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>",
"DeleteIpamScopeRequest$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>",
"DeleteKeyPairRequest$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>",
"DeleteKeyPairResult$Return": "<p>Is <code>true</code> if the request succeeds, and an error otherwise.</p>",
"DeleteLaunchTemplateRequest$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>",
"DeleteLaunchTemplateVersionsRequest$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>",
"DeleteLocalGatewayRouteRequest$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 @@ -5243,6 +5244,11 @@
"refs": {
}
},
"DeleteKeyPairResult": {
"base": null,
"refs": {
}
},
"DeleteLaunchTemplateRequest": {
"base": null,
"refs": {
Expand Down Expand Up @@ -18761,6 +18767,7 @@
"DeleteClientVpnRouteRequest$DestinationCidrBlock": "<p>The IPv4 address range, in CIDR notation, of the route to be deleted.</p>",
"DeleteCoipCidrRequest$Cidr": "<p> A customer-owned IP address range that you want to delete. </p>",
"DeleteFleetError$Message": "<p>The description for the error code.</p>",
"DeleteKeyPairResult$KeyPairId": "<p>The ID of the key pair.</p>",
"DeleteLaunchTemplateVersionsResponseErrorItem$LaunchTemplateId": "<p>The ID of the launch template.</p>",
"DeleteLaunchTemplateVersionsResponseErrorItem$LaunchTemplateName": "<p>The name of the launch template.</p>",
"DeleteLaunchTemplateVersionsResponseSuccessItem$LaunchTemplateId": "<p>The ID of the launch template.</p>",
Expand Down
111 changes: 102 additions & 9 deletions models/apis/finspace/2021-03-12/api-2.json
Original file line number Diff line number Diff line change
Expand Up @@ -499,6 +499,7 @@
{"shape":"AccessDeniedException"},
{"shape":"LimitExceededException"},
{"shape":"ValidationException"},
{"shape":"ConflictException"},
{"shape":"ResourceNotFoundException"}
]
},
Expand Down Expand Up @@ -576,6 +577,7 @@
"AccessDeniedException":{
"type":"structure",
"members":{
"message":{"shape":"errorMessage"}
},
"error":{"httpStatusCode":403},
"exception":true
Expand Down Expand Up @@ -1444,6 +1446,18 @@
"type":"string",
"enum":["IP_V4"]
},
"IcmpTypeCode":{
"type":"structure",
"required":[
"type",
"code"
],
"members":{
"type":{"shape":"IcmpTypeOrCode"},
"code":{"shape":"IcmpTypeOrCode"}
}
},
"IcmpTypeOrCode":{"type":"integer"},
"IdType":{
"type":"string",
"max":26,
Expand Down Expand Up @@ -1612,7 +1626,7 @@
"type":"string",
"max":50,
"min":1,
"pattern":"^[a-zA-Z0-9][a-zA-Z0-9_:.]*"
"pattern":"^[a-zA-Z0-9_:./]+$"
},
"KxCommandLineArguments":{
"type":"list",
Expand Down Expand Up @@ -1658,6 +1672,20 @@
"type":"list",
"member":{"shape":"KxDatabaseListEntry"}
},
"KxDeploymentConfiguration":{
"type":"structure",
"required":["deploymentStrategy"],
"members":{
"deploymentStrategy":{"shape":"KxDeploymentStrategy"}
}
},
"KxDeploymentStrategy":{
"type":"string",
"enum":[
"NO_RESTART",
"ROLLING"
]
},
"KxEnvironment":{
"type":"structure",
"members":{
Expand Down Expand Up @@ -1995,28 +2023,72 @@
"min":1,
"pattern":"^[a-zA-Z0-9]{1,50}$"
},
"NetworkACLConfiguration":{
"type":"list",
"member":{"shape":"NetworkACLEntry"},
"max":100,
"min":1
},
"NetworkACLEntry":{
"type":"structure",
"required":[
"ruleNumber",
"protocol",
"ruleAction",
"cidrBlock"
],
"members":{
"ruleNumber":{"shape":"RuleNumber"},
"protocol":{"shape":"Protocol"},
"ruleAction":{"shape":"RuleAction"},
"portRange":{"shape":"PortRange"},
"icmpTypeCode":{"shape":"IcmpTypeCode"},
"cidrBlock":{"shape":"ValidCIDRBlock"}
}
},
"NodeCount":{
"type":"integer",
"max":5,
"min":1
},
"NodeType":{
"type":"string",
"max":32,
"min":1,
"pattern":"^[a-zA-Z0-9._]+"
"pattern":"^[a-zA-Z0-9._]+$"
},
"PaginationToken":{
"type":"string",
"max":1000,
"min":1,
"pattern":".*"
},
"Port":{
"type":"integer",
"max":65535,
"min":0
},
"PortRange":{
"type":"structure",
"required":[
"from",
"to"
],
"members":{
"from":{"shape":"Port"},
"to":{"shape":"Port"}
}
},
"Protocol":{
"type":"string",
"max":5,
"min":1,
"pattern":"^-1|[0-9]+$"
},
"ReleaseLabel":{
"type":"string",
"max":16,
"min":1,
"pattern":"^[a-zA-Z0-9._-]+"
"pattern":"^[a-zA-Z0-9._-]+$"
},
"ResourceAlreadyExistsException":{
"type":"structure",
Expand Down Expand Up @@ -2045,6 +2117,18 @@
"min":20,
"pattern":"^arn:aws[a-z\\-]*:iam::\\d{12}:role/?[a-zA-Z_0-9+=,.@\\-_/]+$"
},
"RuleAction":{
"type":"string",
"enum":[
"allow",
"deny"
]
},
"RuleNumber":{
"type":"integer",
"max":32766,
"min":1
},
"S3Bucket":{
"type":"string",
"max":255,
Expand Down Expand Up @@ -2176,6 +2260,7 @@
"ThrottlingException":{
"type":"structure",
"members":{
"message":{"shape":"errorMessage"}
},
"error":{"httpStatusCode":429},
"exception":true
Expand All @@ -2189,7 +2274,8 @@
],
"members":{
"transitGatewayID":{"shape":"TransitGatewayID"},
"routableCIDRSpace":{"shape":"ValidCIDRSpace"}
"routableCIDRSpace":{"shape":"ValidCIDRSpace"},
"attachmentNetworkAclConfiguration":{"shape":"NetworkACLConfiguration"}
}
},
"TransitGatewayID":{
Expand Down Expand Up @@ -2260,8 +2346,12 @@
"location":"uri",
"locationName":"clusterName"
},
"clientToken":{"shape":"ClientTokenString"},
"databases":{"shape":"KxDatabaseConfigurations"}
"clientToken":{
"shape":"ClientTokenString",
"idempotencyToken":true
},
"databases":{"shape":"KxDatabaseConfigurations"},
"deploymentConfiguration":{"shape":"KxDeploymentConfiguration"}
}
},
"UpdateKxClusterDatabasesResponse":{
Expand Down Expand Up @@ -2404,10 +2494,13 @@
"iamRole":{"shape":"RoleArn"}
}
},
"ValidCIDRSpace":{
"ValidCIDRBlock":{
"type":"string",
"pattern":"^(?:(?:25[0-5]|2[0-4][0-9]|[01]?[0-9][0-9]?)\\.){3}(?:25[0-5]|2[0-4][0-9]|[01]?[0-9][0-9]?)\\/26$"
"max":18,
"min":1,
"pattern":"^(?:\\d{1,3}\\.){3}\\d{1,3}(?:\\/(?:3[0-2]|[12]\\d|\\d))$"
},
"ValidCIDRSpace":{"type":"string"},
"ValidHostname":{
"type":"string",
"max":255,
Expand Down
Loading

0 comments on commit 6b43f9d

Please sign in to comment.