Skip to content

Commit

Permalink
Merge branch 'release-1.34.111'
Browse files Browse the repository at this point in the history
* release-1.34.111:
  Bumping version to 1.34.111
  Update endpoints model
  Update to latest models
  • Loading branch information
aws-sdk-python-automation committed May 22, 2024
2 parents 8525ce0 + d80894c commit 47852dc
Show file tree
Hide file tree
Showing 10 changed files with 368 additions and 16 deletions.
27 changes: 27 additions & 0 deletions .changes/1.34.111.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
[
{
"category": "``chatbot``",
"description": "This change adds support for tagging Chatbot configurations.",
"type": "api-change"
},
{
"category": "``cloudformation``",
"description": "Added DeletionMode FORCE_DELETE_STACK for deleting a stack that is stuck in DELETE_FAILED state due to resource deletion failure.",
"type": "api-change"
},
{
"category": "``kms``",
"description": "This release includes feature to import customer's asymmetric (RSA, ECC and SM2) and HMAC keys into KMS in China.",
"type": "api-change"
},
{
"category": "``opensearch``",
"description": "This release adds support for enabling or disabling a data source configured as part of Zero-ETL integration with Amazon S3, by setting its status.",
"type": "api-change"
},
{
"category": "``wafv2``",
"description": "You can now use Security Lake to collect web ACL traffic data.",
"type": "api-change"
}
]
10 changes: 10 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,16 @@
CHANGELOG
=========

1.34.111
========

* api-change:``chatbot``: This change adds support for tagging Chatbot configurations.
* api-change:``cloudformation``: Added DeletionMode FORCE_DELETE_STACK for deleting a stack that is stuck in DELETE_FAILED state due to resource deletion failure.
* api-change:``kms``: This release includes feature to import customer's asymmetric (RSA, ECC and SM2) and HMAC keys into KMS in China.
* api-change:``opensearch``: This release adds support for enabling or disabling a data source configured as part of Zero-ETL integration with Amazon S3, by setting its status.
* api-change:``wafv2``: You can now use Security Lake to collect web ACL traffic data.


1.34.110
========

Expand Down
2 changes: 1 addition & 1 deletion botocore/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
import os
import re

__version__ = '1.34.110'
__version__ = '1.34.111'


class NullHandler(logging.Handler):
Expand Down
211 changes: 211 additions & 0 deletions botocore/data/chatbot/2017-10-11/service-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 @@ -321,6 +322,55 @@
],
"documentation":"Lists all Microsoft Teams user identities with a mapped role."
},
"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"}
],
"documentation":"Retrieves the list of tags applied to a configuration."
},
"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"}
],
"documentation":"Applies the supplied tags to a configuration."
},
"UntagResource":{
"name":"UntagResource",
"http":{
"method":"POST",
"requestUri":"/untag-resource",
"responseCode":200
},
"input":{"shape":"UntagResourceRequest"},
"output":{"shape":"UntagResourceResponse"},
"errors":[
{"shape":"InternalServiceError"},
{"shape":"ServiceUnavailableException"},
{"shape":"ResourceNotFoundException"}
],
"documentation":"Removes the supplied tags from a configuration"
},
"UpdateAccountPreferences":{
"name":"UpdateAccountPreferences",
"http":{
Expand Down Expand Up @@ -404,6 +454,12 @@
},
"documentation":"Preferences which apply for AWS Chatbot usage in the calling AWS account."
},
"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 @@ -455,6 +511,10 @@
"LoggingLevel":{
"shape":"CustomerCwLogLevel",
"documentation":"Specifies the logging level for this configuration. This property affects the log entries pushed to Amazon CloudWatch Logs.Logging levels include ERROR, INFO, or NONE."
},
"Tags":{
"shape":"Tags",
"documentation":"A list of tags applied to the configuration."
}
},
"documentation":"An AWS Chatbot configuration for Amazon Chime."
Expand Down Expand Up @@ -557,6 +617,10 @@
"LoggingLevel":{
"shape":"CustomerCwLogLevel",
"documentation":"Logging levels include ERROR, INFO, or NONE."
},
"Tags":{
"shape":"Tags",
"documentation":"A list of tags to apply to the configuration."
}
}
},
Expand Down Expand Up @@ -622,6 +686,10 @@
"UserAuthorizationRequired":{
"shape":"BooleanAccountPreference",
"documentation":"Enables use of a user role requirement in your chat configuration."
},
"Tags":{
"shape":"Tags",
"documentation":"A list of tags to apply to the configuration."
}
}
},
Expand Down Expand Up @@ -696,6 +764,10 @@
"UserAuthorizationRequired":{
"shape":"BooleanAccountPreference",
"documentation":"Enables use of a user role requirement in your chat configuration."
},
"Tags":{
"shape":"Tags",
"documentation":"A list of tags to apply to the configuration."
}
}
},
Expand Down Expand Up @@ -1120,6 +1192,14 @@
"type":"list",
"member":{"shape":"GuardrailPolicyArn"}
},
"InternalServiceError":{
"type":"structure",
"members":{
},
"documentation":"Customer/consumer-facing internal service exception. https://w.amazon.com/index.php/AWS/API_Standards/Exceptions#InternalServiceError",
"error":{"httpStatusCode":500},
"exception":true
},
"InvalidParameterException":{
"type":"structure",
"members":{
Expand Down Expand Up @@ -1218,6 +1298,25 @@
}
}
},
"ListTagsForResourceRequest":{
"type":"structure",
"required":["ResourceARN"],
"members":{
"ResourceARN":{
"shape":"AmazonResourceName",
"documentation":"The ARN of the configuration."
}
}
},
"ListTagsForResourceResponse":{
"type":"structure",
"members":{
"Tags":{
"shape":"TagList",
"documentation":"A list of tags applied to the configuration."
}
}
},
"ListTeamsChannelConfigurationsException":{
"type":"structure",
"members":{
Expand Down Expand Up @@ -1279,6 +1378,14 @@
"error":{"httpStatusCode":404},
"exception":true
},
"ServiceUnavailableException":{
"type":"structure",
"members":{
},
"documentation":"We can’t process your request right now because of a server issue. Try again later.",
"error":{"httpStatusCode":429},
"exception":true
},
"SlackChannelConfiguration":{
"type":"structure",
"required":[
Expand Down Expand Up @@ -1335,6 +1442,10 @@
"UserAuthorizationRequired":{
"shape":"BooleanAccountPreference",
"documentation":"Enables use of a user role requirement in your chat configuration."
},
"Tags":{
"shape":"Tags",
"documentation":"A list of tags applied to the configuration."
}
},
"documentation":"An AWS Chatbot configuration for Slack."
Expand Down Expand Up @@ -1434,6 +1545,72 @@
"member":{"shape":"Arn"}
},
"String":{"type":"string"},
"Tag":{
"type":"structure",
"required":[
"TagKey",
"TagValue"
],
"members":{
"TagKey":{
"shape":"TagKey",
"documentation":"The tag key."
},
"TagValue":{
"shape":"TagValue",
"documentation":"The tag value."
}
},
"documentation":"A tag applied to the configuration."
},
"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",
"documentation":"The ARN of the configuration."
},
"Tags":{
"shape":"TagList",
"documentation":"A list of tags to apply to the configuration."
}
}
},
"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 @@ -1503,6 +1680,10 @@
"UserAuthorizationRequired":{
"shape":"BooleanAccountPreference",
"documentation":"Enables use of a user role requirement in your chat configuration."
},
"Tags":{
"shape":"Tags",
"documentation":"A list of tags applied to the configuration."
}
},
"documentation":"An AWS Chatbot configuration for Microsoft Teams."
Expand Down Expand Up @@ -1562,12 +1743,42 @@
},
"documentation":"Identifes a user level permission for a channel configuration."
},
"TooManyTagsException":{
"type":"structure",
"members":{
},
"documentation":"The supplied list of tags contains too many tags.",
"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",
"documentation":"The ARN of the configuration."
},
"TagKeys":{
"shape":"TagKeyList",
"documentation":"A list of tag keys to remove from the configuration."
}
}
},
"UntagResourceResponse":{
"type":"structure",
"members":{
}
},
"UpdateAccountPreferencesException":{
"type":"structure",
"members":{
Expand Down
Loading

0 comments on commit 47852dc

Please sign in to comment.