Skip to content

Commit

Permalink
Update models for release
Browse files Browse the repository at this point in the history
  • Loading branch information
aws-sdk-php-automation committed Jun 22, 2023
1 parent dbb8640 commit e8a60cc
Show file tree
Hide file tree
Showing 26 changed files with 1,463 additions and 1,726 deletions.
22 changes: 22 additions & 0 deletions .changes/3.273.6
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
[
{
"type": "api-change",
"category": "ChimeSDKMessaging",
"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": "SFN",
"description": "Adds support for Versions and Aliases. Adds 8 operations: PublishStateMachineVersion, DeleteStateMachineVersion, ListStateMachineVersions, CreateStateMachineAlias, DescribeStateMachineAlias, UpdateStateMachineAlias, DeleteStateMachineAlias, ListStateMachineAliases"
},
{
"type": "api-change",
"category": "ChimeSDKIdentity",
"description": "AppInstanceBots can be configured to be invoked or not using the Target or the CHIME.mentions attribute for ChannelMessages"
}
]
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# CHANGELOG

## next release

* `Aws\ChimeSDKIdentity` - AppInstanceBots can be configured to be invoked or not using the Target or the CHIME.mentions attribute for ChannelMessages
* `Aws\ChimeSDKMessaging` - 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.
* `Aws\SFN` - Adds support for Versions and Aliases. Adds 8 operations: PublishStateMachineVersion, DeleteStateMachineVersion, ListStateMachineVersions, CreateStateMachineAlias, DescribeStateMachineAlias, UpdateStateMachineAlias, DeleteStateMachineAlias, ListStateMachineAliases
* `Aws\kendra` - Introducing Amazon Kendra Retrieve API that can be used to retrieve relevant passages or text excerpts given an input query.

## 3.273.5 - 2023-06-21

* `Aws\DynamoDB` - Documentation updates for DynamoDB
Expand Down
16 changes: 16 additions & 0 deletions src/Sfn/SfnClient.php
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,16 @@
* @method \GuzzleHttp\Promise\Promise createActivityAsync(array $args = [])
* @method \Aws\Result createStateMachine(array $args = [])
* @method \GuzzleHttp\Promise\Promise createStateMachineAsync(array $args = [])
* @method \Aws\Result createStateMachineAlias(array $args = [])
* @method \GuzzleHttp\Promise\Promise createStateMachineAliasAsync(array $args = [])
* @method \Aws\Result deleteActivity(array $args = [])
* @method \GuzzleHttp\Promise\Promise deleteActivityAsync(array $args = [])
* @method \Aws\Result deleteStateMachine(array $args = [])
* @method \GuzzleHttp\Promise\Promise deleteStateMachineAsync(array $args = [])
* @method \Aws\Result deleteStateMachineAlias(array $args = [])
* @method \GuzzleHttp\Promise\Promise deleteStateMachineAliasAsync(array $args = [])
* @method \Aws\Result deleteStateMachineVersion(array $args = [])
* @method \GuzzleHttp\Promise\Promise deleteStateMachineVersionAsync(array $args = [])
* @method \Aws\Result describeActivity(array $args = [])
* @method \GuzzleHttp\Promise\Promise describeActivityAsync(array $args = [])
* @method \Aws\Result describeExecution(array $args = [])
Expand All @@ -21,6 +27,8 @@
* @method \GuzzleHttp\Promise\Promise describeMapRunAsync(array $args = [])
* @method \Aws\Result describeStateMachine(array $args = [])
* @method \GuzzleHttp\Promise\Promise describeStateMachineAsync(array $args = [])
* @method \Aws\Result describeStateMachineAlias(array $args = [])
* @method \GuzzleHttp\Promise\Promise describeStateMachineAliasAsync(array $args = [])
* @method \Aws\Result describeStateMachineForExecution(array $args = [])
* @method \GuzzleHttp\Promise\Promise describeStateMachineForExecutionAsync(array $args = [])
* @method \Aws\Result getActivityTask(array $args = [])
Expand All @@ -33,10 +41,16 @@
* @method \GuzzleHttp\Promise\Promise listExecutionsAsync(array $args = [])
* @method \Aws\Result listMapRuns(array $args = [])
* @method \GuzzleHttp\Promise\Promise listMapRunsAsync(array $args = [])
* @method \Aws\Result listStateMachineAliases(array $args = [])
* @method \GuzzleHttp\Promise\Promise listStateMachineAliasesAsync(array $args = [])
* @method \Aws\Result listStateMachineVersions(array $args = [])
* @method \GuzzleHttp\Promise\Promise listStateMachineVersionsAsync(array $args = [])
* @method \Aws\Result listStateMachines(array $args = [])
* @method \GuzzleHttp\Promise\Promise listStateMachinesAsync(array $args = [])
* @method \Aws\Result listTagsForResource(array $args = [])
* @method \GuzzleHttp\Promise\Promise listTagsForResourceAsync(array $args = [])
* @method \Aws\Result publishStateMachineVersion(array $args = [])
* @method \GuzzleHttp\Promise\Promise publishStateMachineVersionAsync(array $args = [])
* @method \Aws\Result sendTaskFailure(array $args = [])
* @method \GuzzleHttp\Promise\Promise sendTaskFailureAsync(array $args = [])
* @method \Aws\Result sendTaskHeartbeat(array $args = [])
Expand All @@ -57,5 +71,7 @@
* @method \GuzzleHttp\Promise\Promise updateMapRunAsync(array $args = [])
* @method \Aws\Result updateStateMachine(array $args = [])
* @method \GuzzleHttp\Promise\Promise updateStateMachineAsync(array $args = [])
* @method \Aws\Result updateStateMachineAlias(array $args = [])
* @method \GuzzleHttp\Promise\Promise updateStateMachineAliasAsync(array $args = [])
*/
class SfnClient extends AwsClient {}
79 changes: 56 additions & 23 deletions src/data/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
2 changes: 1 addition & 1 deletion src/data/chime-sdk-identity/2021-04-20/api-2.json.php

Large diffs are not rendered by default.

Loading

0 comments on commit e8a60cc

Please sign in to comment.