Skip to content

Commit

Permalink
Release v1.53.8 (2024-05-22) (#5267)
Browse files Browse the repository at this point in the history
Release v1.53.8 (2024-05-22)
===

### Service Client Updates
* `service/chatbot`: Updates service API and documentation
* `service/cloudformation`: Updates service API and documentation
  * Added DeletionMode FORCE_DELETE_STACK for deleting a stack that is stuck in DELETE_FAILED state due to resource deletion failure.
* `service/kms`: Updates service API and documentation
  * This release includes feature to import customer's asymmetric (RSA, ECC and SM2) and HMAC keys into KMS in China.
* `service/opensearch`: Updates service API and documentation
* `service/wafv2`: Updates service API and documentation

### SDK Bugs
* `service/ec2`: Correct empty list serialization behavior.
  * Empty, non-nil lists should NOT be serialized for this service.
  • Loading branch information
aws-sdk-go-automation committed May 22, 2024
1 parent bc144f9 commit cb0e3f4
Show file tree
Hide file tree
Showing 22 changed files with 1,679 additions and 91 deletions.
16 changes: 16 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,19 @@
Release v1.53.8 (2024-05-22)
===

### Service Client Updates
* `service/chatbot`: Updates service API and documentation
* `service/cloudformation`: Updates service API and documentation
* Added DeletionMode FORCE_DELETE_STACK for deleting a stack that is stuck in DELETE_FAILED state due to resource deletion failure.
* `service/kms`: Updates service API and documentation
* This release includes feature to import customer's asymmetric (RSA, ECC and SM2) and HMAC keys into KMS in China.
* `service/opensearch`: Updates service API and documentation
* `service/wafv2`: Updates service API and documentation

### SDK Bugs
* `service/ec2`: Correct empty list serialization behavior.
* Empty, non-nil lists should NOT be serialized for this service.

Release v1.53.7 (2024-05-21)
===

Expand Down
2 changes: 0 additions & 2 deletions CHANGELOG_PENDING.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,3 @@
### SDK Enhancements

### SDK Bugs
* `service/ec2`: Correct empty list serialization behavior.
* Empty, non-nil lists should NOT be serialized for this service.
49 changes: 49 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.53.7"
const SDKVersion = "1.53.8"
174 changes: 168 additions & 6 deletions models/apis/chatbot/2017-10-11/api-2.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
"endpointPrefix":"chatbot",
"jsonVersion":"1.1",
"protocol":"rest-json",
"protocols":["rest-json"],
"serviceFullName":"AWS Chatbot",
"serviceId":"chatbot",
"signatureVersion":"v4",
Expand Down Expand Up @@ -302,6 +303,52 @@
{"shape":"InvalidParameterException"}
]
},
"ListTagsForResource":{
"name":"ListTagsForResource",
"http":{
"method":"POST",
"requestUri":"/list-tags-for-resource",
"responseCode":200
},
"input":{"shape":"ListTagsForResourceRequest"},
"output":{"shape":"ListTagsForResourceResponse"},
"errors":[
{"shape":"InternalServiceError"},
{"shape":"ServiceUnavailableException"},
{"shape":"ResourceNotFoundException"}
]
},
"TagResource":{
"name":"TagResource",
"http":{
"method":"POST",
"requestUri":"/tag-resource",
"responseCode":200
},
"input":{"shape":"TagResourceRequest"},
"output":{"shape":"TagResourceResponse"},
"errors":[
{"shape":"InternalServiceError"},
{"shape":"ServiceUnavailableException"},
{"shape":"ResourceNotFoundException"},
{"shape":"TooManyTagsException"}
]
},
"UntagResource":{
"name":"UntagResource",
"http":{
"method":"POST",
"requestUri":"/untag-resource",
"responseCode":200
},
"input":{"shape":"UntagResourceRequest"},
"output":{"shape":"UntagResourceResponse"},
"errors":[
{"shape":"InternalServiceError"},
{"shape":"ServiceUnavailableException"},
{"shape":"ResourceNotFoundException"}
]
},
"UpdateAccountPreferences":{
"name":"UpdateAccountPreferences",
"http":{
Expand Down Expand Up @@ -374,6 +421,12 @@
"TrainingDataCollectionEnabled":{"shape":"BooleanAccountPreference"}
}
},
"AmazonResourceName":{
"type":"string",
"max":1011,
"min":1,
"pattern":"^arn:aws:(wheatley|chatbot):[A-Za-z0-9_/.-]{0,63}:[A-Za-z0-9_/.-]{0,63}:[A-Za-z0-9][A-Za-z0-9:_/+=,@.-]{0,1023}$"
},
"Arn":{
"type":"string",
"max":1224,
Expand Down Expand Up @@ -407,7 +460,8 @@
"IamRoleArn":{"shape":"Arn"},
"SnsTopicArns":{"shape":"SnsTopicArnList"},
"ConfigurationName":{"shape":"ConfigurationName"},
"LoggingLevel":{"shape":"CustomerCwLogLevel"}
"LoggingLevel":{"shape":"CustomerCwLogLevel"},
"Tags":{"shape":"Tags"}
}
},
"ChimeWebhookConfigurationList":{
Expand Down Expand Up @@ -480,7 +534,8 @@
"SnsTopicArns":{"shape":"SnsTopicArnList"},
"IamRoleArn":{"shape":"Arn"},
"ConfigurationName":{"shape":"ConfigurationName"},
"LoggingLevel":{"shape":"CustomerCwLogLevel"}
"LoggingLevel":{"shape":"CustomerCwLogLevel"},
"Tags":{"shape":"Tags"}
}
},
"CreateChimeWebhookConfigurationResult":{
Expand Down Expand Up @@ -514,7 +569,8 @@
"ConfigurationName":{"shape":"ConfigurationName"},
"LoggingLevel":{"shape":"CustomerCwLogLevel"},
"GuardrailPolicyArns":{"shape":"GuardrailPolicyArnList"},
"UserAuthorizationRequired":{"shape":"BooleanAccountPreference"}
"UserAuthorizationRequired":{"shape":"BooleanAccountPreference"},
"Tags":{"shape":"Tags"}
}
},
"CreateSlackChannelConfigurationResult":{
Expand Down Expand Up @@ -551,7 +607,8 @@
"ConfigurationName":{"shape":"ConfigurationName"},
"LoggingLevel":{"shape":"CustomerCwLogLevel"},
"GuardrailPolicyArns":{"shape":"GuardrailPolicyArnList"},
"UserAuthorizationRequired":{"shape":"BooleanAccountPreference"}
"UserAuthorizationRequired":{"shape":"BooleanAccountPreference"},
"Tags":{"shape":"Tags"}
}
},
"CreateTeamsChannelConfigurationResult":{
Expand Down Expand Up @@ -875,6 +932,13 @@
"type":"list",
"member":{"shape":"GuardrailPolicyArn"}
},
"InternalServiceError":{
"type":"structure",
"members":{
},
"error":{"httpStatusCode":500},
"exception":true
},
"InvalidParameterException":{
"type":"structure",
"members":{
Expand Down Expand Up @@ -941,6 +1005,19 @@
"NextToken":{"shape":"PaginationToken"}
}
},
"ListTagsForResourceRequest":{
"type":"structure",
"required":["ResourceARN"],
"members":{
"ResourceARN":{"shape":"AmazonResourceName"}
}
},
"ListTagsForResourceResponse":{
"type":"structure",
"members":{
"Tags":{"shape":"TagList"}
}
},
"ListTeamsChannelConfigurationsException":{
"type":"structure",
"members":{
Expand Down Expand Up @@ -991,6 +1068,13 @@
"error":{"httpStatusCode":404},
"exception":true
},
"ServiceUnavailableException":{
"type":"structure",
"members":{
},
"error":{"httpStatusCode":429},
"exception":true
},
"SlackChannelConfiguration":{
"type":"structure",
"required":[
Expand All @@ -1016,7 +1100,8 @@
"ConfigurationName":{"shape":"ConfigurationName"},
"LoggingLevel":{"shape":"CustomerCwLogLevel"},
"GuardrailPolicyArns":{"shape":"GuardrailPolicyArnList"},
"UserAuthorizationRequired":{"shape":"BooleanAccountPreference"}
"UserAuthorizationRequired":{"shape":"BooleanAccountPreference"},
"Tags":{"shape":"Tags"}
}
},
"SlackChannelConfigurationList":{
Expand Down Expand Up @@ -1091,6 +1176,59 @@
"member":{"shape":"Arn"}
},
"String":{"type":"string"},
"Tag":{
"type":"structure",
"required":[
"TagKey",
"TagValue"
],
"members":{
"TagKey":{"shape":"TagKey"},
"TagValue":{"shape":"TagValue"}
}
},
"TagKey":{
"type":"string",
"max":128,
"min":1
},
"TagKeyList":{
"type":"list",
"member":{"shape":"TagKey"},
"max":200,
"min":0
},
"TagList":{
"type":"list",
"member":{"shape":"Tag"},
"max":200,
"min":0
},
"TagResourceRequest":{
"type":"structure",
"required":[
"ResourceARN",
"Tags"
],
"members":{
"ResourceARN":{"shape":"AmazonResourceName"},
"Tags":{"shape":"TagList"}
}
},
"TagResourceResponse":{
"type":"structure",
"members":{
}
},
"TagValue":{
"type":"string",
"max":256,
"min":1
},
"Tags":{
"type":"list",
"member":{"shape":"Tag"}
},
"TeamChannelConfigurationsList":{
"type":"list",
"member":{"shape":"TeamsChannelConfiguration"}
Expand Down Expand Up @@ -1126,7 +1264,8 @@
"ConfigurationName":{"shape":"ConfigurationName"},
"LoggingLevel":{"shape":"CustomerCwLogLevel"},
"GuardrailPolicyArns":{"shape":"GuardrailPolicyArnList"},
"UserAuthorizationRequired":{"shape":"BooleanAccountPreference"}
"UserAuthorizationRequired":{"shape":"BooleanAccountPreference"},
"Tags":{"shape":"Tags"}
}
},
"TeamsChannelId":{
Expand Down Expand Up @@ -1162,12 +1301,35 @@
"TeamsTenantId":{"shape":"UUID"}
}
},
"TooManyTagsException":{
"type":"structure",
"members":{
},
"error":{"httpStatusCode":400},
"exception":true
},
"UUID":{
"type":"string",
"max":36,
"min":36,
"pattern":"^[0-9A-Fa-f]{8}(?:-[0-9A-Fa-f]{4}){3}-[0-9A-Fa-f]{12}$"
},
"UntagResourceRequest":{
"type":"structure",
"required":[
"ResourceARN",
"TagKeys"
],
"members":{
"ResourceARN":{"shape":"AmazonResourceName"},
"TagKeys":{"shape":"TagKeyList"}
}
},
"UntagResourceResponse":{
"type":"structure",
"members":{
}
},
"UpdateAccountPreferencesException":{
"type":"structure",
"members":{
Expand Down
Loading

0 comments on commit cb0e3f4

Please sign in to comment.