Skip to content

Commit

Permalink
Release v1.44.288 (2023-06-22) (#4892)
Browse files Browse the repository at this point in the history
Release v1.44.288 (2023-06-22)
===

### Service Client Updates
* `service/chime-sdk-identity`: Updates service API and documentation
* `service/chime-sdk-messaging`: Updates service API and documentation
* `service/kendra`: Updates service API and documentation
  * Introducing Amazon Kendra Retrieve API that can be used to retrieve relevant passages or text excerpts given an input query.
* `service/states`: Updates service API and documentation
  * Adds support for Versions and Aliases. Adds 8 operations: PublishStateMachineVersion, DeleteStateMachineVersion, ListStateMachineVersions, CreateStateMachineAlias, DescribeStateMachineAlias, UpdateStateMachineAlias, DeleteStateMachineAlias, ListStateMachineAliases
  • Loading branch information
aws-sdk-go-automation authored Jun 22, 2023
1 parent ac3d1b0 commit 4db4de0
Show file tree
Hide file tree
Showing 21 changed files with 5,044 additions and 2,141 deletions.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,14 @@
Release v1.44.288 (2023-06-22)
===

### Service Client Updates
* `service/chime-sdk-identity`: Updates service API and documentation
* `service/chime-sdk-messaging`: Updates service API and documentation
* `service/kendra`: Updates service API and documentation
* Introducing Amazon Kendra Retrieve API that can be used to retrieve relevant passages or text excerpts given an input query.
* `service/states`: Updates service API and documentation
* Adds support for Versions and Aliases. Adds 8 operations: PublishStateMachineVersion, DeleteStateMachineVersion, ListStateMachineVersions, CreateStateMachineAlias, DescribeStateMachineAlias, UpdateStateMachineAlias, DeleteStateMachineAlias, ListStateMachineAliases

Release v1.44.287 (2023-06-21)
===

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.44.287"
const SDKVersion = "1.44.288"
79 changes: 56 additions & 23 deletions models/apis/chime-sdk-identity/2021-04-20/api-2.json
Original file line number Diff line number Diff line change
Expand Up @@ -658,8 +658,8 @@
"AppInstanceUserEndpoint":{
"type":"structure",
"members":{
"AppInstanceUserArn":{"shape":"SensitiveChimeArn"},
"EndpointId":{"shape":"SensitiveString64"},
"AppInstanceUserArn":{"shape":"ChimeArn"},
"EndpointId":{"shape":"String64"},
"Name":{"shape":"SensitiveString1600"},
"Type":{"shape":"AppInstanceUserEndpointType"},
"ResourceArn":{"shape":"ChimeArn"},
Expand All @@ -673,8 +673,8 @@
"AppInstanceUserEndpointSummary":{
"type":"structure",
"members":{
"AppInstanceUserArn":{"shape":"SensitiveChimeArn"},
"EndpointId":{"shape":"SensitiveString64"},
"AppInstanceUserArn":{"shape":"ChimeArn"},
"EndpointId":{"shape":"String64"},
"Name":{"shape":"SensitiveString1600"},
"Type":{"shape":"AppInstanceUserEndpointType"},
"AllowMessages":{"shape":"AllowMessages"},
Expand Down Expand Up @@ -904,12 +904,12 @@
],
"members":{
"AppInstanceUserArn":{
"shape":"SensitiveChimeArn",
"shape":"ChimeArn",
"location":"uri",
"locationName":"appInstanceUserArn"
},
"EndpointId":{
"shape":"SensitiveString64",
"shape":"String64",
"location":"uri",
"locationName":"endpointId"
}
Expand Down Expand Up @@ -982,12 +982,12 @@
],
"members":{
"AppInstanceUserArn":{
"shape":"SensitiveString1600",
"shape":"String1600",
"location":"uri",
"locationName":"appInstanceUserArn"
},
"EndpointId":{
"shape":"SensitiveString64",
"shape":"String64",
"location":"uri",
"locationName":"endpointId"
}
Expand Down Expand Up @@ -1120,6 +1120,17 @@
"Name":{"shape":"ResourceName"}
}
},
"InvokedBy":{
"type":"structure",
"required":[
"StandardMessages",
"TargetedMessages"
],
"members":{
"StandardMessages":{"shape":"StandardMessages"},
"TargetedMessages":{"shape":"TargetedMessages"}
}
},
"LexBotAliasArn":{
"type":"string",
"max":2048,
Expand All @@ -1129,12 +1140,12 @@
"LexConfiguration":{
"type":"structure",
"required":[
"RespondsTo",
"LexBotAliasArn",
"LocaleId"
],
"members":{
"RespondsTo":{"shape":"RespondsTo"},
"InvokedBy":{"shape":"InvokedBy"},
"LexBotAliasArn":{"shape":"LexBotAliasArn"},
"LocaleId":{"shape":"String"},
"WelcomeIntent":{"shape":"LexIntentName"}
Expand Down Expand Up @@ -1412,8 +1423,8 @@
"RegisterAppInstanceUserEndpointResponse":{
"type":"structure",
"members":{
"AppInstanceUserArn":{"shape":"SensitiveChimeArn"},
"EndpointId":{"shape":"SensitiveString64"}
"AppInstanceUserArn":{"shape":"ChimeArn"},
"EndpointId":{"shape":"String64"}
}
},
"ResourceLimitExceededException":{
Expand Down Expand Up @@ -1455,13 +1466,6 @@
"pattern":".*",
"sensitive":true
},
"SensitiveString64":{
"type":"string",
"max":64,
"min":0,
"pattern":".*",
"sensitive":true
},
"ServiceFailureException":{
"type":"structure",
"members":{
Expand All @@ -1482,7 +1486,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 @@ -1529,6 +1554,13 @@
"min":1,
"sensitive":true
},
"TargetedMessages":{
"type":"string",
"enum":[
"ALL",
"NONE"
]
},
"ThrottledClientException":{
"type":"structure",
"members":{
Expand Down Expand Up @@ -1573,7 +1605,8 @@
"locationName":"appInstanceBotArn"
},
"Name":{"shape":"ResourceName"},
"Metadata":{"shape":"Metadata"}
"Metadata":{"shape":"Metadata"},
"Configuration":{"shape":"Configuration"}
}
},
"UpdateAppInstanceBotResponse":{
Expand Down Expand Up @@ -1613,12 +1646,12 @@
],
"members":{
"AppInstanceUserArn":{
"shape":"SensitiveChimeArn",
"shape":"ChimeArn",
"location":"uri",
"locationName":"appInstanceUserArn"
},
"EndpointId":{
"shape":"SensitiveString64",
"shape":"String64",
"location":"uri",
"locationName":"endpointId"
},
Expand All @@ -1629,8 +1662,8 @@
"UpdateAppInstanceUserEndpointResponse":{
"type":"structure",
"members":{
"AppInstanceUserArn":{"shape":"SensitiveChimeArn"},
"EndpointId":{"shape":"SensitiveString64"}
"AppInstanceUserArn":{"shape":"ChimeArn"},
"EndpointId":{"shape":"String64"}
}
},
"UpdateAppInstanceUserRequest":{
Expand Down
68 changes: 46 additions & 22 deletions models/apis/chime-sdk-identity/2021-04-20/docs-2.json
Original file line number Diff line number Diff line change
Expand Up @@ -169,7 +169,9 @@
"AppInstanceBotSummary$AppInstanceBotArn": "<p>The ARN of the AppInstanceBot.</p>",
"AppInstanceSummary$AppInstanceArn": "<p>The <code>AppInstance</code> ARN.</p>",
"AppInstanceUser$AppInstanceUserArn": "<p>The ARN of the <code>AppInstanceUser</code>.</p>",
"AppInstanceUserEndpoint$AppInstanceUserArn": "<p>The ARN of the <code>AppInstanceUser</code>.</p>",
"AppInstanceUserEndpoint$ResourceArn": "<p>The ARN of the resource to which the endpoint belongs.</p>",
"AppInstanceUserEndpointSummary$AppInstanceUserArn": "<p>The ARN of the <code>AppInstanceUser</code>.</p>",
"AppInstanceUserSummary$AppInstanceUserArn": "<p>The ARN of the <code>AppInstanceUser</code>.</p>",
"CreateAppInstanceAdminRequest$AppInstanceAdminArn": "<p>The ARN of the administrator of the current <code>AppInstance</code>.</p>",
"CreateAppInstanceAdminRequest$AppInstanceArn": "<p>The ARN of the <code>AppInstance</code>.</p>",
Expand All @@ -184,6 +186,7 @@
"DeleteAppInstanceBotRequest$AppInstanceBotArn": "<p>The ARN of the <code>AppInstanceBot</code> being deleted.</p>",
"DeleteAppInstanceRequest$AppInstanceArn": "<p>The ARN of the <code>AppInstance</code>.</p>",
"DeleteAppInstanceUserRequest$AppInstanceUserArn": "<p>The ARN of the user request being deleted.</p>",
"DeregisterAppInstanceUserEndpointRequest$AppInstanceUserArn": "<p>The ARN of the <code>AppInstanceUser</code>.</p>",
"DescribeAppInstanceAdminRequest$AppInstanceAdminArn": "<p>The ARN of the <code>AppInstanceAdmin</code>.</p>",
"DescribeAppInstanceAdminRequest$AppInstanceArn": "<p>The ARN of the <code>AppInstance</code>.</p>",
"DescribeAppInstanceBotRequest$AppInstanceBotArn": "<p>The ARN of the <code>AppInstanceBot</code>.</p>",
Expand All @@ -202,12 +205,15 @@
"PutAppInstanceUserExpirationSettingsRequest$AppInstanceUserArn": "<p>The ARN of the <code>AppInstanceUser</code>.</p>",
"PutAppInstanceUserExpirationSettingsResponse$AppInstanceUserArn": "<p>The ARN of the <code>AppInstanceUser</code>.</p>",
"RegisterAppInstanceUserEndpointRequest$ResourceArn": "<p>The ARN of the resource to which the endpoint belongs.</p>",
"RegisterAppInstanceUserEndpointResponse$AppInstanceUserArn": "<p>The ARN of the <code>AppInstanceUser</code>.</p>",
"TagResourceRequest$ResourceARN": "<p>The resource ARN.</p>",
"UntagResourceRequest$ResourceARN": "<p>The resource ARN.</p>",
"UpdateAppInstanceBotRequest$AppInstanceBotArn": "<p>The ARN of the <code>AppInstanceBot</code>.</p>",
"UpdateAppInstanceBotResponse$AppInstanceBotArn": "<p>The ARN of the <code>AppInstanceBot</code>.</p>",
"UpdateAppInstanceRequest$AppInstanceArn": "<p>The ARN of the <code>AppInstance</code>.</p>",
"UpdateAppInstanceResponse$AppInstanceArn": "<p>The ARN of the <code>AppInstance</code>.</p>",
"UpdateAppInstanceUserEndpointRequest$AppInstanceUserArn": "<p>The ARN of the <code>AppInstanceUser</code>.</p>",
"UpdateAppInstanceUserEndpointResponse$AppInstanceUserArn": "<p>The ARN of the <code>AppInstanceUser</code>.</p>",
"UpdateAppInstanceUserRequest$AppInstanceUserArn": "<p>The ARN of the <code>AppInstanceUser</code>.</p>",
"UpdateAppInstanceUserResponse$AppInstanceUserArn": "<p>The ARN of the <code>AppInstanceUser</code>.</p>"
}
Expand All @@ -225,7 +231,8 @@
"base": "<p>A structure that contains configuration data.</p>",
"refs": {
"AppInstanceBot$Configuration": "<p>The data processing instructions for an AppInstanceBot.</p>",
"CreateAppInstanceBotRequest$Configuration": "<p>Configuration information about the Amazon Lex V2 V2 bot.</p>"
"CreateAppInstanceBotRequest$Configuration": "<p>Configuration information about the Amazon Lex V2 V2 bot.</p>",
"UpdateAppInstanceBotRequest$Configuration": "<p>The configuration for the bot update.</p>"
}
},
"ConflictException": {
Expand Down Expand Up @@ -432,6 +439,12 @@
"CreateAppInstanceAdminResponse$AppInstanceAdmin": "<p>The ARN and name of the administrator, the ARN of the <code>AppInstance</code>, and the created and last-updated timestamps. All timestamps use epoch milliseconds.</p>"
}
},
"InvokedBy": {
"base": "<p>Specifies the type of message that triggers a bot.</p>",
"refs": {
"LexConfiguration$InvokedBy": "<p>Specifies the type of message that triggers a bot.</p>"
}
},
"LexBotAliasArn": {
"base": null,
"refs": {
Expand Down Expand Up @@ -621,7 +634,7 @@
"RespondsTo": {
"base": null,
"refs": {
"LexConfiguration$RespondsTo": "<p>Determines whether the Amazon Lex V2 bot responds to all standard messages. Control messages are not supported.</p>"
"LexConfiguration$RespondsTo": "<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>"
}
},
"RetentionDays": {
Expand All @@ -633,38 +646,19 @@
"SensitiveChimeArn": {
"base": null,
"refs": {
"AppInstanceUserEndpoint$AppInstanceUserArn": "<p>The ARN of the <code>AppInstanceUser</code>.</p>",
"AppInstanceUserEndpointSummary$AppInstanceUserArn": "<p>The ARN of the <code>AppInstanceUser</code>.</p>",
"DeregisterAppInstanceUserEndpointRequest$AppInstanceUserArn": "<p>The ARN of the <code>AppInstanceUser</code>.</p>",
"ListAppInstanceUserEndpointsRequest$AppInstanceUserArn": "<p>The ARN of the <code>AppInstanceUser</code>.</p>",
"RegisterAppInstanceUserEndpointRequest$AppInstanceUserArn": "<p>The ARN of the <code>AppInstanceUser</code>.</p>",
"RegisterAppInstanceUserEndpointResponse$AppInstanceUserArn": "<p>The ARN of the <code>AppInstanceUser</code>.</p>",
"UpdateAppInstanceUserEndpointRequest$AppInstanceUserArn": "<p>The ARN of the <code>AppInstanceUser</code>.</p>",
"UpdateAppInstanceUserEndpointResponse$AppInstanceUserArn": "<p>The ARN of the <code>AppInstanceUser</code>.</p>"
"RegisterAppInstanceUserEndpointRequest$AppInstanceUserArn": "<p>The ARN of the <code>AppInstanceUser</code>.</p>"
}
},
"SensitiveString1600": {
"base": null,
"refs": {
"AppInstanceUserEndpoint$Name": "<p>The name of the <code>AppInstanceUserEndpoint</code>.</p>",
"AppInstanceUserEndpointSummary$Name": "<p>The name of the <code>AppInstanceUserEndpoint</code>.</p>",
"DescribeAppInstanceUserEndpointRequest$AppInstanceUserArn": "<p>The ARN of the <code>AppInstanceUser</code>.</p>",
"RegisterAppInstanceUserEndpointRequest$Name": "<p>The name of the <code>AppInstanceUserEndpoint</code>.</p>",
"UpdateAppInstanceUserEndpointRequest$Name": "<p>The name of the <code>AppInstanceUserEndpoint</code>.</p>"
}
},
"SensitiveString64": {
"base": null,
"refs": {
"AppInstanceUserEndpoint$EndpointId": "<p>The unique identifier of the <code>AppInstanceUserEndpoint</code>.</p>",
"AppInstanceUserEndpointSummary$EndpointId": "<p>The unique identifier of the <code>AppInstanceUserEndpoint</code>.</p>",
"DeregisterAppInstanceUserEndpointRequest$EndpointId": "<p>The unique identifier of the <code>AppInstanceUserEndpoint</code>.</p>",
"DescribeAppInstanceUserEndpointRequest$EndpointId": "<p>The unique identifier of the <code>AppInstanceUserEndpoint</code>.</p>",
"RegisterAppInstanceUserEndpointResponse$EndpointId": "<p>The unique identifier of the <code>AppInstanceUserEndpoint</code>.</p>",
"UpdateAppInstanceUserEndpointRequest$EndpointId": "<p>The unique identifier of the <code>AppInstanceUserEndpoint</code>.</p>",
"UpdateAppInstanceUserEndpointResponse$EndpointId": "<p>The unique identifier of the <code>AppInstanceUserEndpoint</code>.</p>"
}
},
"ServiceFailureException": {
"base": "<p>The service encountered an unexpected error.</p>",
"refs": {
Expand All @@ -675,6 +669,12 @@
"refs": {
}
},
"StandardMessages": {
"base": null,
"refs": {
"InvokedBy$StandardMessages": "<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>"
}
},
"String": {
"base": null,
"refs": {
Expand All @@ -690,6 +690,24 @@
"UnauthorizedClientException$Message": null
}
},
"String1600": {
"base": null,
"refs": {
"DescribeAppInstanceUserEndpointRequest$AppInstanceUserArn": "<p>The ARN of the <code>AppInstanceUser</code>.</p>"
}
},
"String64": {
"base": null,
"refs": {
"AppInstanceUserEndpoint$EndpointId": "<p>The unique identifier of the <code>AppInstanceUserEndpoint</code>.</p>",
"AppInstanceUserEndpointSummary$EndpointId": "<p>The unique identifier of the <code>AppInstanceUserEndpoint</code>.</p>",
"DeregisterAppInstanceUserEndpointRequest$EndpointId": "<p>The unique identifier of the <code>AppInstanceUserEndpoint</code>.</p>",
"DescribeAppInstanceUserEndpointRequest$EndpointId": "<p>The unique identifier of the <code>AppInstanceUserEndpoint</code>.</p>",
"RegisterAppInstanceUserEndpointResponse$EndpointId": "<p>The unique identifier of the <code>AppInstanceUserEndpoint</code>.</p>",
"UpdateAppInstanceUserEndpointRequest$EndpointId": "<p>The unique identifier of the <code>AppInstanceUserEndpoint</code>.</p>",
"UpdateAppInstanceUserEndpointResponse$EndpointId": "<p>The unique identifier of the <code>AppInstanceUserEndpoint</code>.</p>"
}
},
"Tag": {
"base": "<p>A tag object containing a key-value pair.</p>",
"refs": {
Expand Down Expand Up @@ -730,6 +748,12 @@
"Tag$Value": "<p>The value in a tag.</p>"
}
},
"TargetedMessages": {
"base": null,
"refs": {
"InvokedBy$TargetedMessages": "<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>"
}
},
"ThrottledClientException": {
"base": "<p>The client exceeded its request rate limit.</p>",
"refs": {
Expand Down
Loading

0 comments on commit 4db4de0

Please sign in to comment.