Skip to content

Commit

Permalink
Merge branch 'release-1.29.159'
Browse files Browse the repository at this point in the history
* release-1.29.159:
  Bumping version to 1.29.159
  Update to latest models
  • Loading branch information
aws-sdk-python-automation committed Jun 22, 2023
2 parents 05a9c69 + c81e923 commit 09a228f
Show file tree
Hide file tree
Showing 11 changed files with 1,347 additions and 1,679 deletions.
22 changes: 22 additions & 0 deletions .changes/1.29.159.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
[
{
"category": "``chime-sdk-identity``",
"description": "AppInstanceBots can be configured to be invoked or not using the Target or the CHIME.mentions attribute for ChannelMessages",
"type": "api-change"
},
{
"category": "``chime-sdk-messaging``",
"description": "ChannelMessages can be made visible to sender and intended recipient rather than all channel members with the target attribute. For example, a user can send messages to a bot and receive messages back in a group channel without other members seeing them.",
"type": "api-change"
},
{
"category": "``kendra``",
"description": "Introducing Amazon Kendra Retrieve API that can be used to retrieve relevant passages or text excerpts given an input query.",
"type": "api-change"
},
{
"category": "``stepfunctions``",
"description": "Update stepfunctions client to latest version",
"type": "api-change"
}
]
9 changes: 9 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,15 @@
CHANGELOG
=========

1.29.159
========

* api-change:``chime-sdk-identity``: AppInstanceBots can be configured to be invoked or not using the Target or the CHIME.mentions attribute for ChannelMessages
* api-change:``chime-sdk-messaging``: ChannelMessages can be made visible to sender and intended recipient rather than all channel members with the target attribute. For example, a user can send messages to a bot and receive messages back in a group channel without other members seeing them.
* api-change:``kendra``: Introducing Amazon Kendra Retrieve API that can be used to retrieve relevant passages or text excerpts given an input query.
* api-change:``stepfunctions``: Update stepfunctions client to latest version


1.29.158
========

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.29.158'
__version__ = '1.29.159'


class NullHandler(logging.Handler):
Expand Down
92 changes: 69 additions & 23 deletions botocore/data/chime-sdk-identity/2021-04-20/service-2.json
Original file line number Diff line number Diff line change
Expand Up @@ -781,11 +781,11 @@
"type":"structure",
"members":{
"AppInstanceUserArn":{
"shape":"SensitiveChimeArn",
"shape":"ChimeArn",
"documentation":"<p>The ARN of the <code>AppInstanceUser</code>.</p>"
},
"EndpointId":{
"shape":"SensitiveString64",
"shape":"String64",
"documentation":"<p>The unique identifier of the <code>AppInstanceUserEndpoint</code>.</p>"
},
"Name":{
Expand Down Expand Up @@ -827,11 +827,11 @@
"type":"structure",
"members":{
"AppInstanceUserArn":{
"shape":"SensitiveChimeArn",
"shape":"ChimeArn",
"documentation":"<p>The ARN of the <code>AppInstanceUser</code>.</p>"
},
"EndpointId":{
"shape":"SensitiveString64",
"shape":"String64",
"documentation":"<p>The unique identifier of the <code>AppInstanceUserEndpoint</code>.</p>"
},
"Name":{
Expand Down Expand Up @@ -1165,13 +1165,13 @@
],
"members":{
"AppInstanceUserArn":{
"shape":"SensitiveChimeArn",
"shape":"ChimeArn",
"documentation":"<p>The ARN of the <code>AppInstanceUser</code>.</p>",
"location":"uri",
"locationName":"appInstanceUserArn"
},
"EndpointId":{
"shape":"SensitiveString64",
"shape":"String64",
"documentation":"<p>The unique identifier of the <code>AppInstanceUserEndpoint</code>.</p>",
"location":"uri",
"locationName":"endpointId"
Expand Down Expand Up @@ -1258,13 +1258,13 @@
],
"members":{
"AppInstanceUserArn":{
"shape":"SensitiveString1600",
"shape":"String1600",
"documentation":"<p>The ARN of the <code>AppInstanceUser</code>.</p>",
"location":"uri",
"locationName":"appInstanceUserArn"
},
"EndpointId":{
"shape":"SensitiveString64",
"shape":"String64",
"documentation":"<p>The unique identifier of the <code>AppInstanceUserEndpoint</code>.</p>",
"location":"uri",
"locationName":"endpointId"
Expand Down Expand Up @@ -1441,6 +1441,24 @@
},
"documentation":"<p>The details of a user or bot.</p>"
},
"InvokedBy":{
"type":"structure",
"required":[
"StandardMessages",
"TargetedMessages"
],
"members":{
"StandardMessages":{
"shape":"StandardMessages",
"documentation":"<p>Sets standard messages as the bot trigger. For standard messages:</p> <ul> <li> <p> <code>ALL</code>: The bot processes all standard messages.</p> </li> <li> <p> <code>AUTO</code>: The bot responds to ALL messages when the channel has one other non-hidden member, and responds to MENTIONS when the channel has more than one other non-hidden member.</p> </li> <li> <p> <code>MENTIONS</code>: The bot processes all standard messages that have a message attribute with <code>CHIME.mentions</code> and a value of the bot ARN.</p> </li> <li> <p> <code>NONE</code>: The bot processes no standard messages.</p> </li> </ul>"
},
"TargetedMessages":{
"shape":"TargetedMessages",
"documentation":"<p>Sets targeted messages as the bot trigger. For targeted messages:</p> <ul> <li> <p> <code>ALL</code>: The bot processes all <code>TargetedMessages</code> sent to it. The bot then responds with a targeted message back to the sender. </p> </li> <li> <p> <code>NONE</code>: The bot processes no targeted messages.</p> </li> </ul>"
}
},
"documentation":"<p>Specifies the type of message that triggers a bot.</p>"
},
"LexBotAliasArn":{
"type":"string",
"max":2048,
Expand All @@ -1450,14 +1468,17 @@
"LexConfiguration":{
"type":"structure",
"required":[
"RespondsTo",
"LexBotAliasArn",
"LocaleId"
],
"members":{
"RespondsTo":{
"shape":"RespondsTo",
"documentation":"<p>Determines whether the Amazon Lex V2 bot responds to all standard messages. Control messages are not supported.</p>"
"documentation":"<important> <p> <b>Deprecated</b>. Use <code>InvokedBy</code> instead.</p> </important> <p>Determines whether the Amazon Lex V2 bot responds to all standard messages. Control messages are not supported.</p>"
},
"InvokedBy":{
"shape":"InvokedBy",
"documentation":"<p>Specifies the type of message that triggers a bot.</p>"
},
"LexBotAliasArn":{
"shape":"LexBotAliasArn",
Expand Down Expand Up @@ -1842,11 +1863,11 @@
"type":"structure",
"members":{
"AppInstanceUserArn":{
"shape":"SensitiveChimeArn",
"shape":"ChimeArn",
"documentation":"<p>The ARN of the <code>AppInstanceUser</code>.</p>"
},
"EndpointId":{
"shape":"SensitiveString64",
"shape":"String64",
"documentation":"<p>The unique identifier of the <code>AppInstanceUserEndpoint</code>.</p>"
}
}
Expand Down Expand Up @@ -1891,13 +1912,6 @@
"pattern":".*",
"sensitive":true
},
"SensitiveString64":{
"type":"string",
"max":64,
"min":0,
"pattern":".*",
"sensitive":true
},
"ServiceFailureException":{
"type":"structure",
"members":{
Expand All @@ -1920,7 +1934,28 @@
"exception":true,
"fault":true
},
"StandardMessages":{
"type":"string",
"enum":[
"AUTO",
"ALL",
"MENTIONS",
"NONE"
]
},
"String":{"type":"string"},
"String1600":{
"type":"string",
"max":1600,
"min":0,
"pattern":".*"
},
"String64":{
"type":"string",
"max":64,
"min":0,
"pattern":".*"
},
"Tag":{
"type":"structure",
"required":[
Expand Down Expand Up @@ -1980,6 +2015,13 @@
"min":1,
"sensitive":true
},
"TargetedMessages":{
"type":"string",
"enum":[
"ALL",
"NONE"
]
},
"ThrottledClientException":{
"type":"structure",
"members":{
Expand Down Expand Up @@ -2039,6 +2081,10 @@
"Metadata":{
"shape":"Metadata",
"documentation":"<p>The metadata of the <code>AppInstanceBot</code>.</p>"
},
"Configuration":{
"shape":"Configuration",
"documentation":"<p>The configuration for the bot update.</p>"
}
}
},
Expand Down Expand Up @@ -2092,13 +2138,13 @@
],
"members":{
"AppInstanceUserArn":{
"shape":"SensitiveChimeArn",
"shape":"ChimeArn",
"documentation":"<p>The ARN of the <code>AppInstanceUser</code>.</p>",
"location":"uri",
"locationName":"appInstanceUserArn"
},
"EndpointId":{
"shape":"SensitiveString64",
"shape":"String64",
"documentation":"<p>The unique identifier of the <code>AppInstanceUserEndpoint</code>.</p>",
"location":"uri",
"locationName":"endpointId"
Expand All @@ -2117,11 +2163,11 @@
"type":"structure",
"members":{
"AppInstanceUserArn":{
"shape":"SensitiveChimeArn",
"shape":"ChimeArn",
"documentation":"<p>The ARN of the <code>AppInstanceUser</code>.</p>"
},
"EndpointId":{
"shape":"SensitiveString64",
"shape":"String64",
"documentation":"<p>The unique identifier of the <code>AppInstanceUserEndpoint</code>.</p>"
}
}
Expand Down
Loading

0 comments on commit 09a228f

Please sign in to comment.