Skip to content

Commit 570ec89

Browse files
AWS SDK for RubyNobody
authored andcommitted
Updated API models and rebuilt service gems.
1 parent 951257f commit 570ec89

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

44 files changed

+4372
-3396
lines changed

apis/chime-sdk-identity/2021-04-20/api-2.json

Lines changed: 56 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -658,8 +658,8 @@
658658
"AppInstanceUserEndpoint":{
659659
"type":"structure",
660660
"members":{
661-
"AppInstanceUserArn":{"shape":"SensitiveChimeArn"},
662-
"EndpointId":{"shape":"SensitiveString64"},
661+
"AppInstanceUserArn":{"shape":"ChimeArn"},
662+
"EndpointId":{"shape":"String64"},
663663
"Name":{"shape":"SensitiveString1600"},
664664
"Type":{"shape":"AppInstanceUserEndpointType"},
665665
"ResourceArn":{"shape":"ChimeArn"},
@@ -673,8 +673,8 @@
673673
"AppInstanceUserEndpointSummary":{
674674
"type":"structure",
675675
"members":{
676-
"AppInstanceUserArn":{"shape":"SensitiveChimeArn"},
677-
"EndpointId":{"shape":"SensitiveString64"},
676+
"AppInstanceUserArn":{"shape":"ChimeArn"},
677+
"EndpointId":{"shape":"String64"},
678678
"Name":{"shape":"SensitiveString1600"},
679679
"Type":{"shape":"AppInstanceUserEndpointType"},
680680
"AllowMessages":{"shape":"AllowMessages"},
@@ -904,12 +904,12 @@
904904
],
905905
"members":{
906906
"AppInstanceUserArn":{
907-
"shape":"SensitiveChimeArn",
907+
"shape":"ChimeArn",
908908
"location":"uri",
909909
"locationName":"appInstanceUserArn"
910910
},
911911
"EndpointId":{
912-
"shape":"SensitiveString64",
912+
"shape":"String64",
913913
"location":"uri",
914914
"locationName":"endpointId"
915915
}
@@ -982,12 +982,12 @@
982982
],
983983
"members":{
984984
"AppInstanceUserArn":{
985-
"shape":"SensitiveString1600",
985+
"shape":"String1600",
986986
"location":"uri",
987987
"locationName":"appInstanceUserArn"
988988
},
989989
"EndpointId":{
990-
"shape":"SensitiveString64",
990+
"shape":"String64",
991991
"location":"uri",
992992
"locationName":"endpointId"
993993
}
@@ -1120,6 +1120,17 @@
11201120
"Name":{"shape":"ResourceName"}
11211121
}
11221122
},
1123+
"InvokedBy":{
1124+
"type":"structure",
1125+
"required":[
1126+
"StandardMessages",
1127+
"TargetedMessages"
1128+
],
1129+
"members":{
1130+
"StandardMessages":{"shape":"StandardMessages"},
1131+
"TargetedMessages":{"shape":"TargetedMessages"}
1132+
}
1133+
},
11231134
"LexBotAliasArn":{
11241135
"type":"string",
11251136
"max":2048,
@@ -1129,12 +1140,12 @@
11291140
"LexConfiguration":{
11301141
"type":"structure",
11311142
"required":[
1132-
"RespondsTo",
11331143
"LexBotAliasArn",
11341144
"LocaleId"
11351145
],
11361146
"members":{
11371147
"RespondsTo":{"shape":"RespondsTo"},
1148+
"InvokedBy":{"shape":"InvokedBy"},
11381149
"LexBotAliasArn":{"shape":"LexBotAliasArn"},
11391150
"LocaleId":{"shape":"String"},
11401151
"WelcomeIntent":{"shape":"LexIntentName"}
@@ -1412,8 +1423,8 @@
14121423
"RegisterAppInstanceUserEndpointResponse":{
14131424
"type":"structure",
14141425
"members":{
1415-
"AppInstanceUserArn":{"shape":"SensitiveChimeArn"},
1416-
"EndpointId":{"shape":"SensitiveString64"}
1426+
"AppInstanceUserArn":{"shape":"ChimeArn"},
1427+
"EndpointId":{"shape":"String64"}
14171428
}
14181429
},
14191430
"ResourceLimitExceededException":{
@@ -1455,13 +1466,6 @@
14551466
"pattern":".*",
14561467
"sensitive":true
14571468
},
1458-
"SensitiveString64":{
1459-
"type":"string",
1460-
"max":64,
1461-
"min":0,
1462-
"pattern":".*",
1463-
"sensitive":true
1464-
},
14651469
"ServiceFailureException":{
14661470
"type":"structure",
14671471
"members":{
@@ -1482,7 +1486,28 @@
14821486
"exception":true,
14831487
"fault":true
14841488
},
1489+
"StandardMessages":{
1490+
"type":"string",
1491+
"enum":[
1492+
"AUTO",
1493+
"ALL",
1494+
"MENTIONS",
1495+
"NONE"
1496+
]
1497+
},
14851498
"String":{"type":"string"},
1499+
"String1600":{
1500+
"type":"string",
1501+
"max":1600,
1502+
"min":0,
1503+
"pattern":".*"
1504+
},
1505+
"String64":{
1506+
"type":"string",
1507+
"max":64,
1508+
"min":0,
1509+
"pattern":".*"
1510+
},
14861511
"Tag":{
14871512
"type":"structure",
14881513
"required":[
@@ -1529,6 +1554,13 @@
15291554
"min":1,
15301555
"sensitive":true
15311556
},
1557+
"TargetedMessages":{
1558+
"type":"string",
1559+
"enum":[
1560+
"ALL",
1561+
"NONE"
1562+
]
1563+
},
15321564
"ThrottledClientException":{
15331565
"type":"structure",
15341566
"members":{
@@ -1573,7 +1605,8 @@
15731605
"locationName":"appInstanceBotArn"
15741606
},
15751607
"Name":{"shape":"ResourceName"},
1576-
"Metadata":{"shape":"Metadata"}
1608+
"Metadata":{"shape":"Metadata"},
1609+
"Configuration":{"shape":"Configuration"}
15771610
}
15781611
},
15791612
"UpdateAppInstanceBotResponse":{
@@ -1613,12 +1646,12 @@
16131646
],
16141647
"members":{
16151648
"AppInstanceUserArn":{
1616-
"shape":"SensitiveChimeArn",
1649+
"shape":"ChimeArn",
16171650
"location":"uri",
16181651
"locationName":"appInstanceUserArn"
16191652
},
16201653
"EndpointId":{
1621-
"shape":"SensitiveString64",
1654+
"shape":"String64",
16221655
"location":"uri",
16231656
"locationName":"endpointId"
16241657
},
@@ -1629,8 +1662,8 @@
16291662
"UpdateAppInstanceUserEndpointResponse":{
16301663
"type":"structure",
16311664
"members":{
1632-
"AppInstanceUserArn":{"shape":"SensitiveChimeArn"},
1633-
"EndpointId":{"shape":"SensitiveString64"}
1665+
"AppInstanceUserArn":{"shape":"ChimeArn"},
1666+
"EndpointId":{"shape":"String64"}
16341667
}
16351668
},
16361669
"UpdateAppInstanceUserRequest":{

apis/chime-sdk-identity/2021-04-20/docs-2.json

Lines changed: 46 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -169,7 +169,9 @@
169169
"AppInstanceBotSummary$AppInstanceBotArn": "<p>The ARN of the AppInstanceBot.</p>",
170170
"AppInstanceSummary$AppInstanceArn": "<p>The <code>AppInstance</code> ARN.</p>",
171171
"AppInstanceUser$AppInstanceUserArn": "<p>The ARN of the <code>AppInstanceUser</code>.</p>",
172+
"AppInstanceUserEndpoint$AppInstanceUserArn": "<p>The ARN of the <code>AppInstanceUser</code>.</p>",
172173
"AppInstanceUserEndpoint$ResourceArn": "<p>The ARN of the resource to which the endpoint belongs.</p>",
174+
"AppInstanceUserEndpointSummary$AppInstanceUserArn": "<p>The ARN of the <code>AppInstanceUser</code>.</p>",
173175
"AppInstanceUserSummary$AppInstanceUserArn": "<p>The ARN of the <code>AppInstanceUser</code>.</p>",
174176
"CreateAppInstanceAdminRequest$AppInstanceAdminArn": "<p>The ARN of the administrator of the current <code>AppInstance</code>.</p>",
175177
"CreateAppInstanceAdminRequest$AppInstanceArn": "<p>The ARN of the <code>AppInstance</code>.</p>",
@@ -184,6 +186,7 @@
184186
"DeleteAppInstanceBotRequest$AppInstanceBotArn": "<p>The ARN of the <code>AppInstanceBot</code> being deleted.</p>",
185187
"DeleteAppInstanceRequest$AppInstanceArn": "<p>The ARN of the <code>AppInstance</code>.</p>",
186188
"DeleteAppInstanceUserRequest$AppInstanceUserArn": "<p>The ARN of the user request being deleted.</p>",
189+
"DeregisterAppInstanceUserEndpointRequest$AppInstanceUserArn": "<p>The ARN of the <code>AppInstanceUser</code>.</p>",
187190
"DescribeAppInstanceAdminRequest$AppInstanceAdminArn": "<p>The ARN of the <code>AppInstanceAdmin</code>.</p>",
188191
"DescribeAppInstanceAdminRequest$AppInstanceArn": "<p>The ARN of the <code>AppInstance</code>.</p>",
189192
"DescribeAppInstanceBotRequest$AppInstanceBotArn": "<p>The ARN of the <code>AppInstanceBot</code>.</p>",
@@ -202,12 +205,15 @@
202205
"PutAppInstanceUserExpirationSettingsRequest$AppInstanceUserArn": "<p>The ARN of the <code>AppInstanceUser</code>.</p>",
203206
"PutAppInstanceUserExpirationSettingsResponse$AppInstanceUserArn": "<p>The ARN of the <code>AppInstanceUser</code>.</p>",
204207
"RegisterAppInstanceUserEndpointRequest$ResourceArn": "<p>The ARN of the resource to which the endpoint belongs.</p>",
208+
"RegisterAppInstanceUserEndpointResponse$AppInstanceUserArn": "<p>The ARN of the <code>AppInstanceUser</code>.</p>",
205209
"TagResourceRequest$ResourceARN": "<p>The resource ARN.</p>",
206210
"UntagResourceRequest$ResourceARN": "<p>The resource ARN.</p>",
207211
"UpdateAppInstanceBotRequest$AppInstanceBotArn": "<p>The ARN of the <code>AppInstanceBot</code>.</p>",
208212
"UpdateAppInstanceBotResponse$AppInstanceBotArn": "<p>The ARN of the <code>AppInstanceBot</code>.</p>",
209213
"UpdateAppInstanceRequest$AppInstanceArn": "<p>The ARN of the <code>AppInstance</code>.</p>",
210214
"UpdateAppInstanceResponse$AppInstanceArn": "<p>The ARN of the <code>AppInstance</code>.</p>",
215+
"UpdateAppInstanceUserEndpointRequest$AppInstanceUserArn": "<p>The ARN of the <code>AppInstanceUser</code>.</p>",
216+
"UpdateAppInstanceUserEndpointResponse$AppInstanceUserArn": "<p>The ARN of the <code>AppInstanceUser</code>.</p>",
211217
"UpdateAppInstanceUserRequest$AppInstanceUserArn": "<p>The ARN of the <code>AppInstanceUser</code>.</p>",
212218
"UpdateAppInstanceUserResponse$AppInstanceUserArn": "<p>The ARN of the <code>AppInstanceUser</code>.</p>"
213219
}
@@ -225,7 +231,8 @@
225231
"base": "<p>A structure that contains configuration data.</p>",
226232
"refs": {
227233
"AppInstanceBot$Configuration": "<p>The data processing instructions for an AppInstanceBot.</p>",
228-
"CreateAppInstanceBotRequest$Configuration": "<p>Configuration information about the Amazon Lex V2 V2 bot.</p>"
234+
"CreateAppInstanceBotRequest$Configuration": "<p>Configuration information about the Amazon Lex V2 V2 bot.</p>",
235+
"UpdateAppInstanceBotRequest$Configuration": "<p>The configuration for the bot update.</p>"
229236
}
230237
},
231238
"ConflictException": {
@@ -432,6 +439,12 @@
432439
"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>"
433440
}
434441
},
442+
"InvokedBy": {
443+
"base": "<p>Specifies the type of message that triggers a bot.</p>",
444+
"refs": {
445+
"LexConfiguration$InvokedBy": "<p>Specifies the type of message that triggers a bot.</p>"
446+
}
447+
},
435448
"LexBotAliasArn": {
436449
"base": null,
437450
"refs": {
@@ -621,7 +634,7 @@
621634
"RespondsTo": {
622635
"base": null,
623636
"refs": {
624-
"LexConfiguration$RespondsTo": "<p>Determines whether the Amazon Lex V2 bot responds to all standard messages. Control messages are not supported.</p>"
637+
"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>"
625638
}
626639
},
627640
"RetentionDays": {
@@ -633,38 +646,19 @@
633646
"SensitiveChimeArn": {
634647
"base": null,
635648
"refs": {
636-
"AppInstanceUserEndpoint$AppInstanceUserArn": "<p>The ARN of the <code>AppInstanceUser</code>.</p>",
637-
"AppInstanceUserEndpointSummary$AppInstanceUserArn": "<p>The ARN of the <code>AppInstanceUser</code>.</p>",
638-
"DeregisterAppInstanceUserEndpointRequest$AppInstanceUserArn": "<p>The ARN of the <code>AppInstanceUser</code>.</p>",
639649
"ListAppInstanceUserEndpointsRequest$AppInstanceUserArn": "<p>The ARN of the <code>AppInstanceUser</code>.</p>",
640-
"RegisterAppInstanceUserEndpointRequest$AppInstanceUserArn": "<p>The ARN of the <code>AppInstanceUser</code>.</p>",
641-
"RegisterAppInstanceUserEndpointResponse$AppInstanceUserArn": "<p>The ARN of the <code>AppInstanceUser</code>.</p>",
642-
"UpdateAppInstanceUserEndpointRequest$AppInstanceUserArn": "<p>The ARN of the <code>AppInstanceUser</code>.</p>",
643-
"UpdateAppInstanceUserEndpointResponse$AppInstanceUserArn": "<p>The ARN of the <code>AppInstanceUser</code>.</p>"
650+
"RegisterAppInstanceUserEndpointRequest$AppInstanceUserArn": "<p>The ARN of the <code>AppInstanceUser</code>.</p>"
644651
}
645652
},
646653
"SensitiveString1600": {
647654
"base": null,
648655
"refs": {
649656
"AppInstanceUserEndpoint$Name": "<p>The name of the <code>AppInstanceUserEndpoint</code>.</p>",
650657
"AppInstanceUserEndpointSummary$Name": "<p>The name of the <code>AppInstanceUserEndpoint</code>.</p>",
651-
"DescribeAppInstanceUserEndpointRequest$AppInstanceUserArn": "<p>The ARN of the <code>AppInstanceUser</code>.</p>",
652658
"RegisterAppInstanceUserEndpointRequest$Name": "<p>The name of the <code>AppInstanceUserEndpoint</code>.</p>",
653659
"UpdateAppInstanceUserEndpointRequest$Name": "<p>The name of the <code>AppInstanceUserEndpoint</code>.</p>"
654660
}
655661
},
656-
"SensitiveString64": {
657-
"base": null,
658-
"refs": {
659-
"AppInstanceUserEndpoint$EndpointId": "<p>The unique identifier of the <code>AppInstanceUserEndpoint</code>.</p>",
660-
"AppInstanceUserEndpointSummary$EndpointId": "<p>The unique identifier of the <code>AppInstanceUserEndpoint</code>.</p>",
661-
"DeregisterAppInstanceUserEndpointRequest$EndpointId": "<p>The unique identifier of the <code>AppInstanceUserEndpoint</code>.</p>",
662-
"DescribeAppInstanceUserEndpointRequest$EndpointId": "<p>The unique identifier of the <code>AppInstanceUserEndpoint</code>.</p>",
663-
"RegisterAppInstanceUserEndpointResponse$EndpointId": "<p>The unique identifier of the <code>AppInstanceUserEndpoint</code>.</p>",
664-
"UpdateAppInstanceUserEndpointRequest$EndpointId": "<p>The unique identifier of the <code>AppInstanceUserEndpoint</code>.</p>",
665-
"UpdateAppInstanceUserEndpointResponse$EndpointId": "<p>The unique identifier of the <code>AppInstanceUserEndpoint</code>.</p>"
666-
}
667-
},
668662
"ServiceFailureException": {
669663
"base": "<p>The service encountered an unexpected error.</p>",
670664
"refs": {
@@ -675,6 +669,12 @@
675669
"refs": {
676670
}
677671
},
672+
"StandardMessages": {
673+
"base": null,
674+
"refs": {
675+
"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>"
676+
}
677+
},
678678
"String": {
679679
"base": null,
680680
"refs": {
@@ -690,6 +690,24 @@
690690
"UnauthorizedClientException$Message": null
691691
}
692692
},
693+
"String1600": {
694+
"base": null,
695+
"refs": {
696+
"DescribeAppInstanceUserEndpointRequest$AppInstanceUserArn": "<p>The ARN of the <code>AppInstanceUser</code>.</p>"
697+
}
698+
},
699+
"String64": {
700+
"base": null,
701+
"refs": {
702+
"AppInstanceUserEndpoint$EndpointId": "<p>The unique identifier of the <code>AppInstanceUserEndpoint</code>.</p>",
703+
"AppInstanceUserEndpointSummary$EndpointId": "<p>The unique identifier of the <code>AppInstanceUserEndpoint</code>.</p>",
704+
"DeregisterAppInstanceUserEndpointRequest$EndpointId": "<p>The unique identifier of the <code>AppInstanceUserEndpoint</code>.</p>",
705+
"DescribeAppInstanceUserEndpointRequest$EndpointId": "<p>The unique identifier of the <code>AppInstanceUserEndpoint</code>.</p>",
706+
"RegisterAppInstanceUserEndpointResponse$EndpointId": "<p>The unique identifier of the <code>AppInstanceUserEndpoint</code>.</p>",
707+
"UpdateAppInstanceUserEndpointRequest$EndpointId": "<p>The unique identifier of the <code>AppInstanceUserEndpoint</code>.</p>",
708+
"UpdateAppInstanceUserEndpointResponse$EndpointId": "<p>The unique identifier of the <code>AppInstanceUserEndpoint</code>.</p>"
709+
}
710+
},
693711
"Tag": {
694712
"base": "<p>A tag object containing a key-value pair.</p>",
695713
"refs": {
@@ -730,6 +748,12 @@
730748
"Tag$Value": "<p>The value in a tag.</p>"
731749
}
732750
},
751+
"TargetedMessages": {
752+
"base": null,
753+
"refs": {
754+
"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>"
755+
}
756+
},
733757
"ThrottledClientException": {
734758
"base": "<p>The client exceeded its request rate limit.</p>",
735759
"refs": {

0 commit comments

Comments
 (0)