aws-sdk-core 2.11.631 → 2.11.632

Sign up to get free protection for your applications and to get access to all the features.
@@ -107,7 +107,8 @@
107
107
  {"shape":"InvalidIdentityPoolConfigurationException"},
108
108
  {"shape":"InternalErrorException"},
109
109
  {"shape":"ExternalServiceException"}
110
- ]
110
+ ],
111
+ "authtype":"none"
111
112
  },
112
113
  "GetId":{
113
114
  "name":"GetId",
@@ -126,7 +127,8 @@
126
127
  {"shape":"InternalErrorException"},
127
128
  {"shape":"LimitExceededException"},
128
129
  {"shape":"ExternalServiceException"}
129
- ]
130
+ ],
131
+ "authtype":"none"
130
132
  },
131
133
  "GetIdentityPoolRoles":{
132
134
  "name":"GetIdentityPoolRoles",
@@ -161,7 +163,8 @@
161
163
  {"shape":"TooManyRequestsException"},
162
164
  {"shape":"InternalErrorException"},
163
165
  {"shape":"ExternalServiceException"}
164
- ]
166
+ ],
167
+ "authtype":"none"
165
168
  },
166
169
  "GetOpenIdTokenForDeveloperIdentity":{
167
170
  "name":"GetOpenIdTokenForDeveloperIdentity",
@@ -327,7 +330,8 @@
327
330
  {"shape":"TooManyRequestsException"},
328
331
  {"shape":"InternalErrorException"},
329
332
  {"shape":"ExternalServiceException"}
330
- ]
333
+ ],
334
+ "authtype":"none"
331
335
  },
332
336
  "UntagResource":{
333
337
  "name":"UntagResource",
@@ -846,7 +850,7 @@
846
850
  "MappingRulesList":{
847
851
  "type":"list",
848
852
  "member":{"shape":"MappingRule"},
849
- "max":25,
853
+ "max":400,
850
854
  "min":1
851
855
  },
852
856
  "MergeDeveloperIdentitiesInput":{
@@ -884,6 +888,7 @@
884
888
  "OIDCToken":{"type":"string"},
885
889
  "PaginationKey":{
886
890
  "type":"string",
891
+ "max":65535,
887
892
  "min":1,
888
893
  "pattern":"[\\S]+"
889
894
  },
@@ -930,6 +935,8 @@
930
935
  },
931
936
  "RoleType":{
932
937
  "type":"string",
938
+ "max":128,
939
+ "min":1,
933
940
  "pattern":"(un)?authenticated"
934
941
  },
935
942
  "RolesMap":{
@@ -1,4 +1,10 @@
1
1
  {
2
2
  "pagination": {
3
+ "ListIdentityPools": {
4
+ "input_token": "NextToken",
5
+ "limit_key": "MaxResults",
6
+ "output_token": "NextToken",
7
+ "result_key": "IdentityPools"
8
+ }
3
9
  }
4
- }
10
+ }
@@ -0,0 +1,20 @@
1
+ {
2
+ "version": 1,
3
+ "defaultRegion": "us-west-2",
4
+ "testCases": [
5
+ {
6
+ "operationName": "ListIdentityPools",
7
+ "input": {
8
+ "MaxResults": 10
9
+ },
10
+ "errorExpectedFromService": false
11
+ },
12
+ {
13
+ "operationName": "DescribeIdentityPool",
14
+ "input": {
15
+ "IdentityPoolId": "us-east-1:aaaaaaaa-bbbb-cccc-dddd-eeeeeeeeeeee"
16
+ },
17
+ "errorExpectedFromService": true
18
+ }
19
+ ]
20
+ }
@@ -13,6 +13,74 @@
13
13
  "uid":"connect-2017-08-08"
14
14
  },
15
15
  "operations":{
16
+ "AssociateApprovedOrigin":{
17
+ "name":"AssociateApprovedOrigin",
18
+ "http":{
19
+ "method":"PUT",
20
+ "requestUri":"/instance/{InstanceId}/approved-origin"
21
+ },
22
+ "input":{"shape":"AssociateApprovedOriginRequest"},
23
+ "errors":[
24
+ {"shape":"ResourceNotFoundException"},
25
+ {"shape":"ResourceConflictException"},
26
+ {"shape":"InternalServiceException"},
27
+ {"shape":"InvalidRequestException"},
28
+ {"shape":"InvalidParameterException"},
29
+ {"shape":"ServiceQuotaExceededException"},
30
+ {"shape":"ThrottlingException"}
31
+ ]
32
+ },
33
+ "AssociateInstanceStorageConfig":{
34
+ "name":"AssociateInstanceStorageConfig",
35
+ "http":{
36
+ "method":"PUT",
37
+ "requestUri":"/instance/{InstanceId}/storage-config"
38
+ },
39
+ "input":{"shape":"AssociateInstanceStorageConfigRequest"},
40
+ "output":{"shape":"AssociateInstanceStorageConfigResponse"},
41
+ "errors":[
42
+ {"shape":"ResourceNotFoundException"},
43
+ {"shape":"ResourceConflictException"},
44
+ {"shape":"InternalServiceException"},
45
+ {"shape":"InvalidRequestException"},
46
+ {"shape":"InvalidParameterException"},
47
+ {"shape":"ThrottlingException"}
48
+ ]
49
+ },
50
+ "AssociateLambdaFunction":{
51
+ "name":"AssociateLambdaFunction",
52
+ "http":{
53
+ "method":"PUT",
54
+ "requestUri":"/instance/{InstanceId}/lambda-function"
55
+ },
56
+ "input":{"shape":"AssociateLambdaFunctionRequest"},
57
+ "errors":[
58
+ {"shape":"ResourceNotFoundException"},
59
+ {"shape":"ResourceConflictException"},
60
+ {"shape":"InternalServiceException"},
61
+ {"shape":"InvalidRequestException"},
62
+ {"shape":"InvalidParameterException"},
63
+ {"shape":"ServiceQuotaExceededException"},
64
+ {"shape":"ThrottlingException"}
65
+ ]
66
+ },
67
+ "AssociateLexBot":{
68
+ "name":"AssociateLexBot",
69
+ "http":{
70
+ "method":"PUT",
71
+ "requestUri":"/instance/{InstanceId}/lex-bot"
72
+ },
73
+ "input":{"shape":"AssociateLexBotRequest"},
74
+ "errors":[
75
+ {"shape":"ResourceNotFoundException"},
76
+ {"shape":"ResourceConflictException"},
77
+ {"shape":"InternalServiceException"},
78
+ {"shape":"InvalidRequestException"},
79
+ {"shape":"InvalidParameterException"},
80
+ {"shape":"ServiceQuotaExceededException"},
81
+ {"shape":"ThrottlingException"}
82
+ ]
83
+ },
16
84
  "AssociateRoutingProfileQueues":{
17
85
  "name":"AssociateRoutingProfileQueues",
18
86
  "http":{
@@ -28,6 +96,24 @@
28
96
  {"shape":"InternalServiceException"}
29
97
  ]
30
98
  },
99
+ "AssociateSecurityKey":{
100
+ "name":"AssociateSecurityKey",
101
+ "http":{
102
+ "method":"PUT",
103
+ "requestUri":"/instance/{InstanceId}/security-key"
104
+ },
105
+ "input":{"shape":"AssociateSecurityKeyRequest"},
106
+ "output":{"shape":"AssociateSecurityKeyResponse"},
107
+ "errors":[
108
+ {"shape":"ResourceNotFoundException"},
109
+ {"shape":"ResourceConflictException"},
110
+ {"shape":"InternalServiceException"},
111
+ {"shape":"InvalidRequestException"},
112
+ {"shape":"InvalidParameterException"},
113
+ {"shape":"ServiceQuotaExceededException"},
114
+ {"shape":"ThrottlingException"}
115
+ ]
116
+ },
31
117
  "CreateContactFlow":{
32
118
  "name":"CreateContactFlow",
33
119
  "http":{
@@ -47,6 +133,22 @@
47
133
  {"shape":"InternalServiceException"}
48
134
  ]
49
135
  },
136
+ "CreateInstance":{
137
+ "name":"CreateInstance",
138
+ "http":{
139
+ "method":"PUT",
140
+ "requestUri":"/instance"
141
+ },
142
+ "input":{"shape":"CreateInstanceRequest"},
143
+ "output":{"shape":"CreateInstanceResponse"},
144
+ "errors":[
145
+ {"shape":"InvalidRequestException"},
146
+ {"shape":"ServiceQuotaExceededException"},
147
+ {"shape":"ThrottlingException"},
148
+ {"shape":"ResourceNotFoundException"},
149
+ {"shape":"InternalServiceException"}
150
+ ]
151
+ },
50
152
  "CreateRoutingProfile":{
51
153
  "name":"CreateRoutingProfile",
52
154
  "http":{
@@ -101,6 +203,19 @@
101
203
  {"shape":"InternalServiceException"}
102
204
  ]
103
205
  },
206
+ "DeleteInstance":{
207
+ "name":"DeleteInstance",
208
+ "http":{
209
+ "method":"DELETE",
210
+ "requestUri":"/instance/{InstanceId}"
211
+ },
212
+ "input":{"shape":"DeleteInstanceRequest"},
213
+ "errors":[
214
+ {"shape":"ResourceNotFoundException"},
215
+ {"shape":"InternalServiceException"},
216
+ {"shape":"InvalidRequestException"}
217
+ ]
218
+ },
104
219
  "DeleteUser":{
105
220
  "name":"DeleteUser",
106
221
  "http":{
@@ -149,6 +264,52 @@
149
264
  {"shape":"InternalServiceException"}
150
265
  ]
151
266
  },
267
+ "DescribeInstance":{
268
+ "name":"DescribeInstance",
269
+ "http":{
270
+ "method":"GET",
271
+ "requestUri":"/instance/{InstanceId}"
272
+ },
273
+ "input":{"shape":"DescribeInstanceRequest"},
274
+ "output":{"shape":"DescribeInstanceResponse"},
275
+ "errors":[
276
+ {"shape":"InvalidRequestException"},
277
+ {"shape":"ResourceNotFoundException"},
278
+ {"shape":"InternalServiceException"}
279
+ ]
280
+ },
281
+ "DescribeInstanceAttribute":{
282
+ "name":"DescribeInstanceAttribute",
283
+ "http":{
284
+ "method":"GET",
285
+ "requestUri":"/instance/{InstanceId}/attribute/{AttributeType}"
286
+ },
287
+ "input":{"shape":"DescribeInstanceAttributeRequest"},
288
+ "output":{"shape":"DescribeInstanceAttributeResponse"},
289
+ "errors":[
290
+ {"shape":"ResourceNotFoundException"},
291
+ {"shape":"InternalServiceException"},
292
+ {"shape":"InvalidRequestException"},
293
+ {"shape":"InvalidParameterException"},
294
+ {"shape":"ThrottlingException"}
295
+ ]
296
+ },
297
+ "DescribeInstanceStorageConfig":{
298
+ "name":"DescribeInstanceStorageConfig",
299
+ "http":{
300
+ "method":"GET",
301
+ "requestUri":"/instance/{InstanceId}/storage-config/{AssociationId}"
302
+ },
303
+ "input":{"shape":"DescribeInstanceStorageConfigRequest"},
304
+ "output":{"shape":"DescribeInstanceStorageConfigResponse"},
305
+ "errors":[
306
+ {"shape":"ResourceNotFoundException"},
307
+ {"shape":"InternalServiceException"},
308
+ {"shape":"InvalidRequestException"},
309
+ {"shape":"InvalidParameterException"},
310
+ {"shape":"ThrottlingException"}
311
+ ]
312
+ },
152
313
  "DescribeRoutingProfile":{
153
314
  "name":"DescribeRoutingProfile",
154
315
  "http":{
@@ -213,6 +374,66 @@
213
374
  {"shape":"InternalServiceException"}
214
375
  ]
215
376
  },
377
+ "DisassociateApprovedOrigin":{
378
+ "name":"DisassociateApprovedOrigin",
379
+ "http":{
380
+ "method":"DELETE",
381
+ "requestUri":"/instance/{InstanceId}/approved-origin"
382
+ },
383
+ "input":{"shape":"DisassociateApprovedOriginRequest"},
384
+ "errors":[
385
+ {"shape":"ResourceNotFoundException"},
386
+ {"shape":"InternalServiceException"},
387
+ {"shape":"InvalidRequestException"},
388
+ {"shape":"InvalidParameterException"},
389
+ {"shape":"ThrottlingException"}
390
+ ]
391
+ },
392
+ "DisassociateInstanceStorageConfig":{
393
+ "name":"DisassociateInstanceStorageConfig",
394
+ "http":{
395
+ "method":"DELETE",
396
+ "requestUri":"/instance/{InstanceId}/storage-config/{AssociationId}"
397
+ },
398
+ "input":{"shape":"DisassociateInstanceStorageConfigRequest"},
399
+ "errors":[
400
+ {"shape":"ResourceNotFoundException"},
401
+ {"shape":"InternalServiceException"},
402
+ {"shape":"InvalidRequestException"},
403
+ {"shape":"InvalidParameterException"},
404
+ {"shape":"ThrottlingException"}
405
+ ]
406
+ },
407
+ "DisassociateLambdaFunction":{
408
+ "name":"DisassociateLambdaFunction",
409
+ "http":{
410
+ "method":"DELETE",
411
+ "requestUri":"/instance/{InstanceId}/lambda-function"
412
+ },
413
+ "input":{"shape":"DisassociateLambdaFunctionRequest"},
414
+ "errors":[
415
+ {"shape":"ResourceNotFoundException"},
416
+ {"shape":"InternalServiceException"},
417
+ {"shape":"InvalidRequestException"},
418
+ {"shape":"InvalidParameterException"},
419
+ {"shape":"ThrottlingException"}
420
+ ]
421
+ },
422
+ "DisassociateLexBot":{
423
+ "name":"DisassociateLexBot",
424
+ "http":{
425
+ "method":"DELETE",
426
+ "requestUri":"/instance/{InstanceId}/lex-bot"
427
+ },
428
+ "input":{"shape":"DisassociateLexBotRequest"},
429
+ "errors":[
430
+ {"shape":"ResourceNotFoundException"},
431
+ {"shape":"InternalServiceException"},
432
+ {"shape":"InvalidRequestException"},
433
+ {"shape":"InvalidParameterException"},
434
+ {"shape":"ThrottlingException"}
435
+ ]
436
+ },
216
437
  "DisassociateRoutingProfileQueues":{
217
438
  "name":"DisassociateRoutingProfileQueues",
218
439
  "http":{
@@ -228,6 +449,21 @@
228
449
  {"shape":"InternalServiceException"}
229
450
  ]
230
451
  },
452
+ "DisassociateSecurityKey":{
453
+ "name":"DisassociateSecurityKey",
454
+ "http":{
455
+ "method":"DELETE",
456
+ "requestUri":"/instance/{InstanceId}/security-key/{AssociationId}"
457
+ },
458
+ "input":{"shape":"DisassociateSecurityKeyRequest"},
459
+ "errors":[
460
+ {"shape":"ResourceNotFoundException"},
461
+ {"shape":"InternalServiceException"},
462
+ {"shape":"InvalidRequestException"},
463
+ {"shape":"InvalidParameterException"},
464
+ {"shape":"ThrottlingException"}
465
+ ]
466
+ },
231
467
  "GetContactAttributes":{
232
468
  "name":"GetContactAttributes",
233
469
  "http":{
@@ -291,6 +527,22 @@
291
527
  {"shape":"ResourceNotFoundException"}
292
528
  ]
293
529
  },
530
+ "ListApprovedOrigins":{
531
+ "name":"ListApprovedOrigins",
532
+ "http":{
533
+ "method":"GET",
534
+ "requestUri":"/instance/{InstanceId}/approved-origins"
535
+ },
536
+ "input":{"shape":"ListApprovedOriginsRequest"},
537
+ "output":{"shape":"ListApprovedOriginsResponse"},
538
+ "errors":[
539
+ {"shape":"ResourceNotFoundException"},
540
+ {"shape":"InternalServiceException"},
541
+ {"shape":"InvalidRequestException"},
542
+ {"shape":"InvalidParameterException"},
543
+ {"shape":"ThrottlingException"}
544
+ ]
545
+ },
294
546
  "ListContactFlows":{
295
547
  "name":"ListContactFlows",
296
548
  "http":{
@@ -323,6 +575,83 @@
323
575
  {"shape":"InternalServiceException"}
324
576
  ]
325
577
  },
578
+ "ListInstanceAttributes":{
579
+ "name":"ListInstanceAttributes",
580
+ "http":{
581
+ "method":"GET",
582
+ "requestUri":"/instance/{InstanceId}/attributes"
583
+ },
584
+ "input":{"shape":"ListInstanceAttributesRequest"},
585
+ "output":{"shape":"ListInstanceAttributesResponse"},
586
+ "errors":[
587
+ {"shape":"ResourceNotFoundException"},
588
+ {"shape":"InternalServiceException"},
589
+ {"shape":"InvalidRequestException"},
590
+ {"shape":"InvalidParameterException"},
591
+ {"shape":"ThrottlingException"}
592
+ ]
593
+ },
594
+ "ListInstanceStorageConfigs":{
595
+ "name":"ListInstanceStorageConfigs",
596
+ "http":{
597
+ "method":"GET",
598
+ "requestUri":"/instance/{InstanceId}/storage-configs"
599
+ },
600
+ "input":{"shape":"ListInstanceStorageConfigsRequest"},
601
+ "output":{"shape":"ListInstanceStorageConfigsResponse"},
602
+ "errors":[
603
+ {"shape":"ResourceNotFoundException"},
604
+ {"shape":"InternalServiceException"},
605
+ {"shape":"InvalidRequestException"},
606
+ {"shape":"InvalidParameterException"},
607
+ {"shape":"ThrottlingException"}
608
+ ]
609
+ },
610
+ "ListInstances":{
611
+ "name":"ListInstances",
612
+ "http":{
613
+ "method":"GET",
614
+ "requestUri":"/instance"
615
+ },
616
+ "input":{"shape":"ListInstancesRequest"},
617
+ "output":{"shape":"ListInstancesResponse"},
618
+ "errors":[
619
+ {"shape":"InvalidRequestException"},
620
+ {"shape":"InternalServiceException"}
621
+ ]
622
+ },
623
+ "ListLambdaFunctions":{
624
+ "name":"ListLambdaFunctions",
625
+ "http":{
626
+ "method":"GET",
627
+ "requestUri":"/instance/{InstanceId}/lambda-functions"
628
+ },
629
+ "input":{"shape":"ListLambdaFunctionsRequest"},
630
+ "output":{"shape":"ListLambdaFunctionsResponse"},
631
+ "errors":[
632
+ {"shape":"ResourceNotFoundException"},
633
+ {"shape":"InternalServiceException"},
634
+ {"shape":"InvalidRequestException"},
635
+ {"shape":"InvalidParameterException"},
636
+ {"shape":"ThrottlingException"}
637
+ ]
638
+ },
639
+ "ListLexBots":{
640
+ "name":"ListLexBots",
641
+ "http":{
642
+ "method":"GET",
643
+ "requestUri":"/instance/{InstanceId}/lex-bots"
644
+ },
645
+ "input":{"shape":"ListLexBotsRequest"},
646
+ "output":{"shape":"ListLexBotsResponse"},
647
+ "errors":[
648
+ {"shape":"ResourceNotFoundException"},
649
+ {"shape":"InternalServiceException"},
650
+ {"shape":"InvalidRequestException"},
651
+ {"shape":"InvalidParameterException"},
652
+ {"shape":"ThrottlingException"}
653
+ ]
654
+ },
326
655
  "ListPhoneNumbers":{
327
656
  "name":"ListPhoneNumbers",
328
657
  "http":{
@@ -403,6 +732,22 @@
403
732
  {"shape":"InternalServiceException"}
404
733
  ]
405
734
  },
735
+ "ListSecurityKeys":{
736
+ "name":"ListSecurityKeys",
737
+ "http":{
738
+ "method":"GET",
739
+ "requestUri":"/instance/{InstanceId}/security-keys"
740
+ },
741
+ "input":{"shape":"ListSecurityKeysRequest"},
742
+ "output":{"shape":"ListSecurityKeysResponse"},
743
+ "errors":[
744
+ {"shape":"ResourceNotFoundException"},
745
+ {"shape":"InternalServiceException"},
746
+ {"shape":"InvalidRequestException"},
747
+ {"shape":"InvalidParameterException"},
748
+ {"shape":"ThrottlingException"}
749
+ ]
750
+ },
406
751
  "ListSecurityProfiles":{
407
752
  "name":"ListSecurityProfiles",
408
753
  "http":{
@@ -651,6 +996,36 @@
651
996
  {"shape":"InternalServiceException"}
652
997
  ]
653
998
  },
999
+ "UpdateInstanceAttribute":{
1000
+ "name":"UpdateInstanceAttribute",
1001
+ "http":{
1002
+ "method":"POST",
1003
+ "requestUri":"/instance/{InstanceId}/attribute/{AttributeType}"
1004
+ },
1005
+ "input":{"shape":"UpdateInstanceAttributeRequest"},
1006
+ "errors":[
1007
+ {"shape":"ResourceNotFoundException"},
1008
+ {"shape":"InternalServiceException"},
1009
+ {"shape":"InvalidRequestException"},
1010
+ {"shape":"InvalidParameterException"},
1011
+ {"shape":"ThrottlingException"}
1012
+ ]
1013
+ },
1014
+ "UpdateInstanceStorageConfig":{
1015
+ "name":"UpdateInstanceStorageConfig",
1016
+ "http":{
1017
+ "method":"POST",
1018
+ "requestUri":"/instance/{InstanceId}/storage-config/{AssociationId}"
1019
+ },
1020
+ "input":{"shape":"UpdateInstanceStorageConfigRequest"},
1021
+ "errors":[
1022
+ {"shape":"ResourceNotFoundException"},
1023
+ {"shape":"InternalServiceException"},
1024
+ {"shape":"InvalidRequestException"},
1025
+ {"shape":"InvalidParameterException"},
1026
+ {"shape":"ThrottlingException"}
1027
+ ]
1028
+ },
654
1029
  "UpdateRoutingProfileConcurrency":{
655
1030
  "name":"UpdateRoutingProfileConcurrency",
656
1031
  "http":{
@@ -841,7 +1216,75 @@
841
1216
  "max":100,
842
1217
  "min":1
843
1218
  },
844
- "AssociateRoutingProfileQueuesRequest":{
1219
+ "AssociateApprovedOriginRequest":{
1220
+ "type":"structure",
1221
+ "required":[
1222
+ "InstanceId",
1223
+ "Origin"
1224
+ ],
1225
+ "members":{
1226
+ "InstanceId":{
1227
+ "shape":"InstanceId",
1228
+ "location":"uri",
1229
+ "locationName":"InstanceId"
1230
+ },
1231
+ "Origin":{"shape":"Origin"}
1232
+ }
1233
+ },
1234
+ "AssociateInstanceStorageConfigRequest":{
1235
+ "type":"structure",
1236
+ "required":[
1237
+ "InstanceId",
1238
+ "ResourceType",
1239
+ "StorageConfig"
1240
+ ],
1241
+ "members":{
1242
+ "InstanceId":{
1243
+ "shape":"InstanceId",
1244
+ "location":"uri",
1245
+ "locationName":"InstanceId"
1246
+ },
1247
+ "ResourceType":{"shape":"InstanceStorageResourceType"},
1248
+ "StorageConfig":{"shape":"InstanceStorageConfig"}
1249
+ }
1250
+ },
1251
+ "AssociateInstanceStorageConfigResponse":{
1252
+ "type":"structure",
1253
+ "members":{
1254
+ "AssociationId":{"shape":"AssociationId"}
1255
+ }
1256
+ },
1257
+ "AssociateLambdaFunctionRequest":{
1258
+ "type":"structure",
1259
+ "required":[
1260
+ "InstanceId",
1261
+ "FunctionArn"
1262
+ ],
1263
+ "members":{
1264
+ "InstanceId":{
1265
+ "shape":"InstanceId",
1266
+ "location":"uri",
1267
+ "locationName":"InstanceId"
1268
+ },
1269
+ "FunctionArn":{"shape":"FunctionArn"}
1270
+ }
1271
+ },
1272
+ "AssociateLexBotRequest":{
1273
+ "type":"structure",
1274
+ "required":[
1275
+ "InstanceId",
1276
+ "LexBot"
1277
+ ],
1278
+ "members":{
1279
+ "InstanceId":{
1280
+ "shape":"InstanceId",
1281
+ "location":"uri",
1282
+ "locationName":"InstanceId"
1283
+ },
1284
+ "LexBot":{"shape":"LexBot"}
1285
+ }
1286
+ },
1287
+ "AssociateRoutingProfileQueuesRequest":{
845
1288
  "type":"structure",
846
1289
  "required":[
847
1290
  "InstanceId",
@@ -862,6 +1305,39 @@
862
1305
  "QueueConfigs":{"shape":"RoutingProfileQueueConfigList"}
863
1306
  }
864
1307
  },
1308
+ "AssociateSecurityKeyRequest":{
1309
+ "type":"structure",
1310
+ "required":[
1311
+ "InstanceId",
1312
+ "Key"
1313
+ ],
1314
+ "members":{
1315
+ "InstanceId":{
1316
+ "shape":"InstanceId",
1317
+ "location":"uri",
1318
+ "locationName":"InstanceId"
1319
+ },
1320
+ "Key":{"shape":"PEM"}
1321
+ }
1322
+ },
1323
+ "AssociateSecurityKeyResponse":{
1324
+ "type":"structure",
1325
+ "members":{
1326
+ "AssociationId":{"shape":"AssociationId"}
1327
+ }
1328
+ },
1329
+ "AssociationId":{
1330
+ "type":"string",
1331
+ "max":100,
1332
+ "min":1
1333
+ },
1334
+ "Attribute":{
1335
+ "type":"structure",
1336
+ "members":{
1337
+ "AttributeType":{"shape":"InstanceAttributeType"},
1338
+ "Value":{"shape":"InstanceAttributeValue"}
1339
+ }
1340
+ },
865
1341
  "AttributeName":{
866
1342
  "type":"string",
867
1343
  "max":32767,
@@ -877,7 +1353,20 @@
877
1353
  "key":{"shape":"AttributeName"},
878
1354
  "value":{"shape":"AttributeValue"}
879
1355
  },
1356
+ "AttributesList":{
1357
+ "type":"list",
1358
+ "member":{"shape":"Attribute"}
1359
+ },
880
1360
  "AutoAccept":{"type":"boolean"},
1361
+ "BotName":{
1362
+ "type":"string",
1363
+ "max":50
1364
+ },
1365
+ "BucketName":{
1366
+ "type":"string",
1367
+ "max":128,
1368
+ "min":1
1369
+ },
881
1370
  "Channel":{
882
1371
  "type":"string",
883
1372
  "enum":[
@@ -1027,6 +1516,29 @@
1027
1516
  "ContactFlowArn":{"shape":"ARN"}
1028
1517
  }
1029
1518
  },
1519
+ "CreateInstanceRequest":{
1520
+ "type":"structure",
1521
+ "required":[
1522
+ "IdentityManagementType",
1523
+ "InboundCallsEnabled",
1524
+ "OutboundCallsEnabled"
1525
+ ],
1526
+ "members":{
1527
+ "ClientToken":{"shape":"ClientToken"},
1528
+ "IdentityManagementType":{"shape":"DirectoryType"},
1529
+ "InstanceAlias":{"shape":"DirectoryAlias"},
1530
+ "DirectoryId":{"shape":"DirectoryId"},
1531
+ "InboundCallsEnabled":{"shape":"InboundCallsEnabled"},
1532
+ "OutboundCallsEnabled":{"shape":"OutboundCallsEnabled"}
1533
+ }
1534
+ },
1535
+ "CreateInstanceResponse":{
1536
+ "type":"structure",
1537
+ "members":{
1538
+ "Id":{"shape":"InstanceId"},
1539
+ "Arn":{"shape":"ARN"}
1540
+ }
1541
+ },
1030
1542
  "CreateRoutingProfileRequest":{
1031
1543
  "type":"structure",
1032
1544
  "required":[
@@ -1181,6 +1693,17 @@
1181
1693
  "max":9999,
1182
1694
  "min":0
1183
1695
  },
1696
+ "DeleteInstanceRequest":{
1697
+ "type":"structure",
1698
+ "required":["InstanceId"],
1699
+ "members":{
1700
+ "InstanceId":{
1701
+ "shape":"InstanceId",
1702
+ "location":"uri",
1703
+ "locationName":"InstanceId"
1704
+ }
1705
+ }
1706
+ },
1184
1707
  "DeleteUserHierarchyGroupRequest":{
1185
1708
  "type":"structure",
1186
1709
  "required":[
@@ -1244,6 +1767,79 @@
1244
1767
  "ContactFlow":{"shape":"ContactFlow"}
1245
1768
  }
1246
1769
  },
1770
+ "DescribeInstanceAttributeRequest":{
1771
+ "type":"structure",
1772
+ "required":[
1773
+ "InstanceId",
1774
+ "AttributeType"
1775
+ ],
1776
+ "members":{
1777
+ "InstanceId":{
1778
+ "shape":"InstanceId",
1779
+ "location":"uri",
1780
+ "locationName":"InstanceId"
1781
+ },
1782
+ "AttributeType":{
1783
+ "shape":"InstanceAttributeType",
1784
+ "location":"uri",
1785
+ "locationName":"AttributeType"
1786
+ }
1787
+ }
1788
+ },
1789
+ "DescribeInstanceAttributeResponse":{
1790
+ "type":"structure",
1791
+ "members":{
1792
+ "Attribute":{"shape":"Attribute"}
1793
+ }
1794
+ },
1795
+ "DescribeInstanceRequest":{
1796
+ "type":"structure",
1797
+ "required":["InstanceId"],
1798
+ "members":{
1799
+ "InstanceId":{
1800
+ "shape":"InstanceId",
1801
+ "location":"uri",
1802
+ "locationName":"InstanceId"
1803
+ }
1804
+ }
1805
+ },
1806
+ "DescribeInstanceResponse":{
1807
+ "type":"structure",
1808
+ "members":{
1809
+ "Instance":{"shape":"Instance"}
1810
+ }
1811
+ },
1812
+ "DescribeInstanceStorageConfigRequest":{
1813
+ "type":"structure",
1814
+ "required":[
1815
+ "InstanceId",
1816
+ "AssociationId",
1817
+ "ResourceType"
1818
+ ],
1819
+ "members":{
1820
+ "InstanceId":{
1821
+ "shape":"InstanceId",
1822
+ "location":"uri",
1823
+ "locationName":"InstanceId"
1824
+ },
1825
+ "AssociationId":{
1826
+ "shape":"AssociationId",
1827
+ "location":"uri",
1828
+ "locationName":"AssociationId"
1829
+ },
1830
+ "ResourceType":{
1831
+ "shape":"InstanceStorageResourceType",
1832
+ "location":"querystring",
1833
+ "locationName":"resourceType"
1834
+ }
1835
+ }
1836
+ },
1837
+ "DescribeInstanceStorageConfigResponse":{
1838
+ "type":"structure",
1839
+ "members":{
1840
+ "StorageConfig":{"shape":"InstanceStorageConfig"}
1841
+ }
1842
+ },
1247
1843
  "DescribeRoutingProfileRequest":{
1248
1844
  "type":"structure",
1249
1845
  "required":[
@@ -1351,7 +1947,116 @@
1351
1947
  "Channel":{"shape":"Channel"}
1352
1948
  }
1353
1949
  },
1950
+ "DirectoryAlias":{
1951
+ "type":"string",
1952
+ "max":62,
1953
+ "min":1,
1954
+ "pattern":"^(?!d-)([\\da-zA-Z]+)([-]*[\\da-zA-Z])*$",
1955
+ "sensitive":true
1956
+ },
1957
+ "DirectoryId":{
1958
+ "type":"string",
1959
+ "max":12,
1960
+ "min":12,
1961
+ "pattern":"^d-[0-9a-f]{10}$"
1962
+ },
1963
+ "DirectoryType":{
1964
+ "type":"string",
1965
+ "enum":[
1966
+ "SAML",
1967
+ "CONNECT_MANAGED",
1968
+ "EXISTING_DIRECTORY"
1969
+ ]
1970
+ },
1354
1971
  "DirectoryUserId":{"type":"string"},
1972
+ "DisassociateApprovedOriginRequest":{
1973
+ "type":"structure",
1974
+ "required":[
1975
+ "InstanceId",
1976
+ "Origin"
1977
+ ],
1978
+ "members":{
1979
+ "InstanceId":{
1980
+ "shape":"InstanceId",
1981
+ "location":"uri",
1982
+ "locationName":"InstanceId"
1983
+ },
1984
+ "Origin":{
1985
+ "shape":"Origin",
1986
+ "location":"querystring",
1987
+ "locationName":"origin"
1988
+ }
1989
+ }
1990
+ },
1991
+ "DisassociateInstanceStorageConfigRequest":{
1992
+ "type":"structure",
1993
+ "required":[
1994
+ "InstanceId",
1995
+ "AssociationId",
1996
+ "ResourceType"
1997
+ ],
1998
+ "members":{
1999
+ "InstanceId":{
2000
+ "shape":"InstanceId",
2001
+ "location":"uri",
2002
+ "locationName":"InstanceId"
2003
+ },
2004
+ "AssociationId":{
2005
+ "shape":"AssociationId",
2006
+ "location":"uri",
2007
+ "locationName":"AssociationId"
2008
+ },
2009
+ "ResourceType":{
2010
+ "shape":"InstanceStorageResourceType",
2011
+ "location":"querystring",
2012
+ "locationName":"resourceType"
2013
+ }
2014
+ }
2015
+ },
2016
+ "DisassociateLambdaFunctionRequest":{
2017
+ "type":"structure",
2018
+ "required":[
2019
+ "InstanceId",
2020
+ "FunctionArn"
2021
+ ],
2022
+ "members":{
2023
+ "InstanceId":{
2024
+ "shape":"InstanceId",
2025
+ "location":"uri",
2026
+ "locationName":"InstanceId"
2027
+ },
2028
+ "FunctionArn":{
2029
+ "shape":"FunctionArn",
2030
+ "location":"querystring",
2031
+ "locationName":"functionArn"
2032
+ }
2033
+ }
2034
+ },
2035
+ "DisassociateLexBotRequest":{
2036
+ "type":"structure",
2037
+ "required":[
2038
+ "InstanceId",
2039
+ "BotName",
2040
+ "LexRegion"
2041
+ ],
2042
+ "members":{
2043
+ "InstanceId":{
2044
+ "shape":"InstanceId",
2045
+ "location":"uri",
2046
+ "locationName":"InstanceId"
2047
+ },
2048
+ "BotName":{
2049
+ "shape":"BotName",
2050
+ "location":"querystring",
2051
+ "locationName":"botName"
2052
+ },
2053
+ "LexRegion":{
2054
+ "shape":"LexRegion",
2055
+ "location":"querystring",
2056
+ "locationName":"lexRegion"
2057
+ }
2058
+ }
2059
+ },
1355
2060
  "DisassociateRoutingProfileQueuesRequest":{
1356
2061
  "type":"structure",
1357
2062
  "required":[
@@ -1373,6 +2078,25 @@
1373
2078
  "QueueReferences":{"shape":"RoutingProfileQueueReferenceList"}
1374
2079
  }
1375
2080
  },
2081
+ "DisassociateSecurityKeyRequest":{
2082
+ "type":"structure",
2083
+ "required":[
2084
+ "InstanceId",
2085
+ "AssociationId"
2086
+ ],
2087
+ "members":{
2088
+ "InstanceId":{
2089
+ "shape":"InstanceId",
2090
+ "location":"uri",
2091
+ "locationName":"InstanceId"
2092
+ },
2093
+ "AssociationId":{
2094
+ "shape":"AssociationId",
2095
+ "location":"uri",
2096
+ "locationName":"AssociationId"
2097
+ }
2098
+ }
2099
+ },
1376
2100
  "DisplayName":{
1377
2101
  "type":"string",
1378
2102
  "max":256,
@@ -1387,6 +2111,21 @@
1387
2111
  "exception":true
1388
2112
  },
1389
2113
  "Email":{"type":"string"},
2114
+ "EncryptionConfig":{
2115
+ "type":"structure",
2116
+ "required":[
2117
+ "EncryptionType",
2118
+ "KeyId"
2119
+ ],
2120
+ "members":{
2121
+ "EncryptionType":{"shape":"EncryptionType"},
2122
+ "KeyId":{"shape":"KeyId"}
2123
+ }
2124
+ },
2125
+ "EncryptionType":{
2126
+ "type":"string",
2127
+ "enum":["KMS"]
2128
+ },
1390
2129
  "Filters":{
1391
2130
  "type":"structure",
1392
2131
  "members":{
@@ -1394,6 +2133,15 @@
1394
2133
  "Channels":{"shape":"Channels"}
1395
2134
  }
1396
2135
  },
2136
+ "FunctionArn":{
2137
+ "type":"string",
2138
+ "max":140,
2139
+ "min":1
2140
+ },
2141
+ "FunctionArnsList":{
2142
+ "type":"list",
2143
+ "member":{"shape":"FunctionArn"}
2144
+ },
1397
2145
  "GetContactAttributesRequest":{
1398
2146
  "type":"structure",
1399
2147
  "required":[
@@ -1640,81 +2388,404 @@
1640
2388
  "SERVICE_LEVEL"
1641
2389
  ]
1642
2390
  },
1643
- "HistoricalMetricResult":{
2391
+ "HistoricalMetricResult":{
2392
+ "type":"structure",
2393
+ "members":{
2394
+ "Dimensions":{"shape":"Dimensions"},
2395
+ "Collections":{"shape":"HistoricalMetricDataCollections"}
2396
+ }
2397
+ },
2398
+ "HistoricalMetricResults":{
2399
+ "type":"list",
2400
+ "member":{"shape":"HistoricalMetricResult"}
2401
+ },
2402
+ "HistoricalMetrics":{
2403
+ "type":"list",
2404
+ "member":{"shape":"HistoricalMetric"}
2405
+ },
2406
+ "Hours":{
2407
+ "type":"integer",
2408
+ "max":87600,
2409
+ "min":0
2410
+ },
2411
+ "HoursOfOperationId":{"type":"string"},
2412
+ "HoursOfOperationName":{"type":"string"},
2413
+ "HoursOfOperationSummary":{
2414
+ "type":"structure",
2415
+ "members":{
2416
+ "Id":{"shape":"HoursOfOperationId"},
2417
+ "Arn":{"shape":"ARN"},
2418
+ "Name":{"shape":"HoursOfOperationName"}
2419
+ }
2420
+ },
2421
+ "HoursOfOperationSummaryList":{
2422
+ "type":"list",
2423
+ "member":{"shape":"HoursOfOperationSummary"}
2424
+ },
2425
+ "InboundCallsEnabled":{"type":"boolean"},
2426
+ "Instance":{
2427
+ "type":"structure",
2428
+ "members":{
2429
+ "Id":{"shape":"InstanceId"},
2430
+ "Arn":{"shape":"ARN"},
2431
+ "IdentityManagementType":{"shape":"DirectoryType"},
2432
+ "InstanceAlias":{"shape":"DirectoryAlias"},
2433
+ "CreatedTime":{"shape":"Timestamp"},
2434
+ "ServiceRole":{"shape":"ARN"},
2435
+ "InstanceStatus":{"shape":"InstanceStatus"},
2436
+ "StatusReason":{"shape":"InstanceStatusReason"},
2437
+ "InboundCallsEnabled":{"shape":"InboundCallsEnabled"},
2438
+ "OutboundCallsEnabled":{"shape":"OutboundCallsEnabled"}
2439
+ }
2440
+ },
2441
+ "InstanceAttributeType":{
2442
+ "type":"string",
2443
+ "enum":[
2444
+ "INBOUND_CALLS",
2445
+ "OUTBOUND_CALLS",
2446
+ "CONTACTFLOW_LOGS",
2447
+ "CONTACT_LENS",
2448
+ "AUTO_RESOLVE_BEST_VOICES",
2449
+ "USE_CUSTOM_TTS_VOICES",
2450
+ "EARLY_MEDIA"
2451
+ ]
2452
+ },
2453
+ "InstanceAttributeValue":{
2454
+ "type":"string",
2455
+ "max":100,
2456
+ "min":1
2457
+ },
2458
+ "InstanceId":{
2459
+ "type":"string",
2460
+ "max":100,
2461
+ "min":1
2462
+ },
2463
+ "InstanceStatus":{
2464
+ "type":"string",
2465
+ "enum":[
2466
+ "CREATION_IN_PROGRESS",
2467
+ "ACTIVE",
2468
+ "CREATION_FAILED"
2469
+ ]
2470
+ },
2471
+ "InstanceStatusReason":{
2472
+ "type":"structure",
2473
+ "members":{
2474
+ "Message":{"shape":"String"}
2475
+ }
2476
+ },
2477
+ "InstanceStorageConfig":{
2478
+ "type":"structure",
2479
+ "required":["StorageType"],
2480
+ "members":{
2481
+ "AssociationId":{"shape":"AssociationId"},
2482
+ "StorageType":{"shape":"StorageType"},
2483
+ "S3Config":{"shape":"S3Config"},
2484
+ "KinesisVideoStreamConfig":{"shape":"KinesisVideoStreamConfig"},
2485
+ "KinesisStreamConfig":{"shape":"KinesisStreamConfig"},
2486
+ "KinesisFirehoseConfig":{"shape":"KinesisFirehoseConfig"}
2487
+ }
2488
+ },
2489
+ "InstanceStorageConfigs":{
2490
+ "type":"list",
2491
+ "member":{"shape":"InstanceStorageConfig"}
2492
+ },
2493
+ "InstanceStorageResourceType":{
2494
+ "type":"string",
2495
+ "enum":[
2496
+ "CHAT_TRANSCRIPTS",
2497
+ "CALL_RECORDINGS",
2498
+ "SCHEDULED_REPORTS",
2499
+ "MEDIA_STREAMS",
2500
+ "CONTACT_TRACE_RECORDS",
2501
+ "AGENT_EVENTS"
2502
+ ]
2503
+ },
2504
+ "InstanceSummary":{
2505
+ "type":"structure",
2506
+ "members":{
2507
+ "Id":{"shape":"InstanceId"},
2508
+ "Arn":{"shape":"ARN"},
2509
+ "IdentityManagementType":{"shape":"DirectoryType"},
2510
+ "InstanceAlias":{"shape":"DirectoryAlias"},
2511
+ "CreatedTime":{"shape":"Timestamp"},
2512
+ "ServiceRole":{"shape":"ARN"},
2513
+ "InstanceStatus":{"shape":"InstanceStatus"},
2514
+ "InboundCallsEnabled":{"shape":"InboundCallsEnabled"},
2515
+ "OutboundCallsEnabled":{"shape":"OutboundCallsEnabled"}
2516
+ }
2517
+ },
2518
+ "InstanceSummaryList":{
2519
+ "type":"list",
2520
+ "member":{"shape":"InstanceSummary"}
2521
+ },
2522
+ "InternalServiceException":{
2523
+ "type":"structure",
2524
+ "members":{
2525
+ "Message":{"shape":"Message"}
2526
+ },
2527
+ "error":{"httpStatusCode":500},
2528
+ "exception":true
2529
+ },
2530
+ "InvalidContactFlowException":{
2531
+ "type":"structure",
2532
+ "members":{
2533
+ "problems":{"shape":"Problems"}
2534
+ },
2535
+ "error":{"httpStatusCode":400},
2536
+ "exception":true
2537
+ },
2538
+ "InvalidParameterException":{
2539
+ "type":"structure",
2540
+ "members":{
2541
+ "Message":{"shape":"Message"}
2542
+ },
2543
+ "error":{"httpStatusCode":400},
2544
+ "exception":true
2545
+ },
2546
+ "InvalidRequestException":{
2547
+ "type":"structure",
2548
+ "members":{
2549
+ "Message":{"shape":"Message"}
2550
+ },
2551
+ "error":{"httpStatusCode":400},
2552
+ "exception":true
2553
+ },
2554
+ "KeyId":{
2555
+ "type":"string",
2556
+ "max":128,
2557
+ "min":1
2558
+ },
2559
+ "KinesisFirehoseConfig":{
2560
+ "type":"structure",
2561
+ "required":["FirehoseArn"],
2562
+ "members":{
2563
+ "FirehoseArn":{"shape":"ARN"}
2564
+ }
2565
+ },
2566
+ "KinesisStreamConfig":{
2567
+ "type":"structure",
2568
+ "required":["StreamArn"],
2569
+ "members":{
2570
+ "StreamArn":{"shape":"ARN"}
2571
+ }
2572
+ },
2573
+ "KinesisVideoStreamConfig":{
2574
+ "type":"structure",
2575
+ "required":[
2576
+ "Prefix",
2577
+ "RetentionPeriodHours",
2578
+ "EncryptionConfig"
2579
+ ],
2580
+ "members":{
2581
+ "Prefix":{"shape":"Prefix"},
2582
+ "RetentionPeriodHours":{"shape":"Hours"},
2583
+ "EncryptionConfig":{"shape":"EncryptionConfig"}
2584
+ }
2585
+ },
2586
+ "LexBot":{
2587
+ "type":"structure",
2588
+ "members":{
2589
+ "Name":{"shape":"BotName"},
2590
+ "LexRegion":{"shape":"LexRegion"}
2591
+ }
2592
+ },
2593
+ "LexBotsList":{
2594
+ "type":"list",
2595
+ "member":{"shape":"LexBot"}
2596
+ },
2597
+ "LexRegion":{
2598
+ "type":"string",
2599
+ "max":60
2600
+ },
2601
+ "LimitExceededException":{
2602
+ "type":"structure",
2603
+ "members":{
2604
+ "Message":{"shape":"Message"}
2605
+ },
2606
+ "error":{"httpStatusCode":429},
2607
+ "exception":true
2608
+ },
2609
+ "ListApprovedOriginsRequest":{
2610
+ "type":"structure",
2611
+ "required":["InstanceId"],
2612
+ "members":{
2613
+ "InstanceId":{
2614
+ "shape":"InstanceId",
2615
+ "location":"uri",
2616
+ "locationName":"InstanceId"
2617
+ },
2618
+ "NextToken":{
2619
+ "shape":"NextToken",
2620
+ "location":"querystring",
2621
+ "locationName":"nextToken"
2622
+ },
2623
+ "MaxResults":{
2624
+ "shape":"MaxResult25",
2625
+ "box":true,
2626
+ "location":"querystring",
2627
+ "locationName":"maxResults"
2628
+ }
2629
+ }
2630
+ },
2631
+ "ListApprovedOriginsResponse":{
2632
+ "type":"structure",
2633
+ "members":{
2634
+ "Origins":{"shape":"OriginsList"},
2635
+ "NextToken":{"shape":"NextToken"}
2636
+ }
2637
+ },
2638
+ "ListContactFlowsRequest":{
2639
+ "type":"structure",
2640
+ "required":["InstanceId"],
2641
+ "members":{
2642
+ "InstanceId":{
2643
+ "shape":"InstanceId",
2644
+ "location":"uri",
2645
+ "locationName":"InstanceId"
2646
+ },
2647
+ "ContactFlowTypes":{
2648
+ "shape":"ContactFlowTypes",
2649
+ "location":"querystring",
2650
+ "locationName":"contactFlowTypes"
2651
+ },
2652
+ "NextToken":{
2653
+ "shape":"NextToken",
2654
+ "location":"querystring",
2655
+ "locationName":"nextToken"
2656
+ },
2657
+ "MaxResults":{
2658
+ "shape":"MaxResult1000",
2659
+ "location":"querystring",
2660
+ "locationName":"maxResults"
2661
+ }
2662
+ }
2663
+ },
2664
+ "ListContactFlowsResponse":{
1644
2665
  "type":"structure",
1645
2666
  "members":{
1646
- "Dimensions":{"shape":"Dimensions"},
1647
- "Collections":{"shape":"HistoricalMetricDataCollections"}
2667
+ "ContactFlowSummaryList":{"shape":"ContactFlowSummaryList"},
2668
+ "NextToken":{"shape":"NextToken"}
1648
2669
  }
1649
2670
  },
1650
- "HistoricalMetricResults":{
1651
- "type":"list",
1652
- "member":{"shape":"HistoricalMetricResult"}
1653
- },
1654
- "HistoricalMetrics":{
1655
- "type":"list",
1656
- "member":{"shape":"HistoricalMetric"}
1657
- },
1658
- "HoursOfOperationId":{"type":"string"},
1659
- "HoursOfOperationName":{"type":"string"},
1660
- "HoursOfOperationSummary":{
2671
+ "ListHoursOfOperationsRequest":{
1661
2672
  "type":"structure",
2673
+ "required":["InstanceId"],
1662
2674
  "members":{
1663
- "Id":{"shape":"HoursOfOperationId"},
1664
- "Arn":{"shape":"ARN"},
1665
- "Name":{"shape":"HoursOfOperationName"}
2675
+ "InstanceId":{
2676
+ "shape":"InstanceId",
2677
+ "location":"uri",
2678
+ "locationName":"InstanceId"
2679
+ },
2680
+ "NextToken":{
2681
+ "shape":"NextToken",
2682
+ "location":"querystring",
2683
+ "locationName":"nextToken"
2684
+ },
2685
+ "MaxResults":{
2686
+ "shape":"MaxResult1000",
2687
+ "location":"querystring",
2688
+ "locationName":"maxResults"
2689
+ }
1666
2690
  }
1667
2691
  },
1668
- "HoursOfOperationSummaryList":{
1669
- "type":"list",
1670
- "member":{"shape":"HoursOfOperationSummary"}
2692
+ "ListHoursOfOperationsResponse":{
2693
+ "type":"structure",
2694
+ "members":{
2695
+ "HoursOfOperationSummaryList":{"shape":"HoursOfOperationSummaryList"},
2696
+ "NextToken":{"shape":"NextToken"}
2697
+ }
1671
2698
  },
1672
- "InstanceId":{
1673
- "type":"string",
1674
- "max":100,
1675
- "min":1
2699
+ "ListInstanceAttributesRequest":{
2700
+ "type":"structure",
2701
+ "required":["InstanceId"],
2702
+ "members":{
2703
+ "InstanceId":{
2704
+ "shape":"InstanceId",
2705
+ "location":"uri",
2706
+ "locationName":"InstanceId"
2707
+ },
2708
+ "NextToken":{
2709
+ "shape":"NextToken",
2710
+ "location":"querystring",
2711
+ "locationName":"nextToken"
2712
+ },
2713
+ "MaxResults":{
2714
+ "shape":"MaxResult7",
2715
+ "box":true,
2716
+ "location":"querystring",
2717
+ "locationName":"maxResults"
2718
+ }
2719
+ }
1676
2720
  },
1677
- "InternalServiceException":{
2721
+ "ListInstanceAttributesResponse":{
1678
2722
  "type":"structure",
1679
2723
  "members":{
1680
- "Message":{"shape":"Message"}
1681
- },
1682
- "error":{"httpStatusCode":500},
1683
- "exception":true
2724
+ "Attributes":{"shape":"AttributesList"},
2725
+ "NextToken":{"shape":"NextToken"}
2726
+ }
1684
2727
  },
1685
- "InvalidContactFlowException":{
2728
+ "ListInstanceStorageConfigsRequest":{
1686
2729
  "type":"structure",
2730
+ "required":[
2731
+ "InstanceId",
2732
+ "ResourceType"
2733
+ ],
1687
2734
  "members":{
1688
- "problems":{"shape":"Problems"}
1689
- },
1690
- "error":{"httpStatusCode":400},
1691
- "exception":true
2735
+ "InstanceId":{
2736
+ "shape":"InstanceId",
2737
+ "location":"uri",
2738
+ "locationName":"InstanceId"
2739
+ },
2740
+ "ResourceType":{
2741
+ "shape":"InstanceStorageResourceType",
2742
+ "location":"querystring",
2743
+ "locationName":"resourceType"
2744
+ },
2745
+ "NextToken":{
2746
+ "shape":"NextToken",
2747
+ "location":"querystring",
2748
+ "locationName":"nextToken"
2749
+ },
2750
+ "MaxResults":{
2751
+ "shape":"MaxResult10",
2752
+ "box":true,
2753
+ "location":"querystring",
2754
+ "locationName":"maxResults"
2755
+ }
2756
+ }
1692
2757
  },
1693
- "InvalidParameterException":{
2758
+ "ListInstanceStorageConfigsResponse":{
1694
2759
  "type":"structure",
1695
2760
  "members":{
1696
- "Message":{"shape":"Message"}
1697
- },
1698
- "error":{"httpStatusCode":400},
1699
- "exception":true
2761
+ "StorageConfigs":{"shape":"InstanceStorageConfigs"},
2762
+ "NextToken":{"shape":"NextToken"}
2763
+ }
1700
2764
  },
1701
- "InvalidRequestException":{
2765
+ "ListInstancesRequest":{
1702
2766
  "type":"structure",
1703
2767
  "members":{
1704
- "Message":{"shape":"Message"}
1705
- },
1706
- "error":{"httpStatusCode":400},
1707
- "exception":true
2768
+ "NextToken":{
2769
+ "shape":"NextToken",
2770
+ "location":"querystring",
2771
+ "locationName":"nextToken"
2772
+ },
2773
+ "MaxResults":{
2774
+ "shape":"MaxResult10",
2775
+ "box":true,
2776
+ "location":"querystring",
2777
+ "locationName":"maxResults"
2778
+ }
2779
+ }
1708
2780
  },
1709
- "LimitExceededException":{
2781
+ "ListInstancesResponse":{
1710
2782
  "type":"structure",
1711
2783
  "members":{
1712
- "Message":{"shape":"Message"}
1713
- },
1714
- "error":{"httpStatusCode":429},
1715
- "exception":true
2784
+ "InstanceSummaryList":{"shape":"InstanceSummaryList"},
2785
+ "NextToken":{"shape":"NextToken"}
2786
+ }
1716
2787
  },
1717
- "ListContactFlowsRequest":{
2788
+ "ListLambdaFunctionsRequest":{
1718
2789
  "type":"structure",
1719
2790
  "required":["InstanceId"],
1720
2791
  "members":{
@@ -1723,31 +2794,27 @@
1723
2794
  "location":"uri",
1724
2795
  "locationName":"InstanceId"
1725
2796
  },
1726
- "ContactFlowTypes":{
1727
- "shape":"ContactFlowTypes",
1728
- "location":"querystring",
1729
- "locationName":"contactFlowTypes"
1730
- },
1731
2797
  "NextToken":{
1732
2798
  "shape":"NextToken",
1733
2799
  "location":"querystring",
1734
2800
  "locationName":"nextToken"
1735
2801
  },
1736
2802
  "MaxResults":{
1737
- "shape":"MaxResult1000",
2803
+ "shape":"MaxResult25",
2804
+ "box":true,
1738
2805
  "location":"querystring",
1739
2806
  "locationName":"maxResults"
1740
2807
  }
1741
2808
  }
1742
2809
  },
1743
- "ListContactFlowsResponse":{
2810
+ "ListLambdaFunctionsResponse":{
1744
2811
  "type":"structure",
1745
2812
  "members":{
1746
- "ContactFlowSummaryList":{"shape":"ContactFlowSummaryList"},
2813
+ "LambdaFunctions":{"shape":"FunctionArnsList"},
1747
2814
  "NextToken":{"shape":"NextToken"}
1748
2815
  }
1749
2816
  },
1750
- "ListHoursOfOperationsRequest":{
2817
+ "ListLexBotsRequest":{
1751
2818
  "type":"structure",
1752
2819
  "required":["InstanceId"],
1753
2820
  "members":{
@@ -1762,16 +2829,17 @@
1762
2829
  "locationName":"nextToken"
1763
2830
  },
1764
2831
  "MaxResults":{
1765
- "shape":"MaxResult1000",
2832
+ "shape":"MaxResult25",
2833
+ "box":true,
1766
2834
  "location":"querystring",
1767
2835
  "locationName":"maxResults"
1768
2836
  }
1769
2837
  }
1770
2838
  },
1771
- "ListHoursOfOperationsResponse":{
2839
+ "ListLexBotsResponse":{
1772
2840
  "type":"structure",
1773
2841
  "members":{
1774
- "HoursOfOperationSummaryList":{"shape":"HoursOfOperationSummaryList"},
2842
+ "LexBots":{"shape":"LexBotsList"},
1775
2843
  "NextToken":{"shape":"NextToken"}
1776
2844
  }
1777
2845
  },
@@ -1941,6 +3009,35 @@
1941
3009
  "NextToken":{"shape":"NextToken"}
1942
3010
  }
1943
3011
  },
3012
+ "ListSecurityKeysRequest":{
3013
+ "type":"structure",
3014
+ "required":["InstanceId"],
3015
+ "members":{
3016
+ "InstanceId":{
3017
+ "shape":"InstanceId",
3018
+ "location":"uri",
3019
+ "locationName":"InstanceId"
3020
+ },
3021
+ "NextToken":{
3022
+ "shape":"NextToken",
3023
+ "location":"querystring",
3024
+ "locationName":"nextToken"
3025
+ },
3026
+ "MaxResults":{
3027
+ "shape":"MaxResult2",
3028
+ "box":true,
3029
+ "location":"querystring",
3030
+ "locationName":"maxResults"
3031
+ }
3032
+ }
3033
+ },
3034
+ "ListSecurityKeysResponse":{
3035
+ "type":"structure",
3036
+ "members":{
3037
+ "SecurityKeys":{"shape":"SecurityKeysList"},
3038
+ "NextToken":{"shape":"NextToken"}
3039
+ }
3040
+ },
1944
3041
  "ListSecurityProfilesRequest":{
1945
3042
  "type":"structure",
1946
3043
  "required":["InstanceId"],
@@ -2045,6 +3142,11 @@
2045
3142
  "NextToken":{"shape":"NextToken"}
2046
3143
  }
2047
3144
  },
3145
+ "MaxResult10":{
3146
+ "type":"integer",
3147
+ "max":10,
3148
+ "min":1
3149
+ },
2048
3150
  "MaxResult100":{
2049
3151
  "type":"integer",
2050
3152
  "max":100,
@@ -2055,6 +3157,21 @@
2055
3157
  "max":1000,
2056
3158
  "min":1
2057
3159
  },
3160
+ "MaxResult2":{
3161
+ "type":"integer",
3162
+ "max":2,
3163
+ "min":1
3164
+ },
3165
+ "MaxResult25":{
3166
+ "type":"integer",
3167
+ "max":25,
3168
+ "min":1
3169
+ },
3170
+ "MaxResult7":{
3171
+ "type":"integer",
3172
+ "max":7,
3173
+ "min":1
3174
+ },
2058
3175
  "MediaConcurrencies":{
2059
3176
  "type":"list",
2060
3177
  "member":{"shape":"MediaConcurrency"}
@@ -2072,6 +3189,15 @@
2072
3189
  },
2073
3190
  "Message":{"type":"string"},
2074
3191
  "NextToken":{"type":"string"},
3192
+ "Origin":{
3193
+ "type":"string",
3194
+ "max":267
3195
+ },
3196
+ "OriginsList":{
3197
+ "type":"list",
3198
+ "member":{"shape":"Origin"}
3199
+ },
3200
+ "OutboundCallsEnabled":{"type":"boolean"},
2075
3201
  "OutboundContactNotPermittedException":{
2076
3202
  "type":"structure",
2077
3203
  "members":{
@@ -2080,6 +3206,11 @@
2080
3206
  "error":{"httpStatusCode":403},
2081
3207
  "exception":true
2082
3208
  },
3209
+ "PEM":{
3210
+ "type":"string",
3211
+ "max":1024,
3212
+ "min":1
3213
+ },
2083
3214
  "ParticipantDetails":{
2084
3215
  "type":"structure",
2085
3216
  "required":["DisplayName"],
@@ -2383,6 +3514,11 @@
2383
3514
  "DESK_PHONE"
2384
3515
  ]
2385
3516
  },
3517
+ "Prefix":{
3518
+ "type":"string",
3519
+ "max":128,
3520
+ "min":1
3521
+ },
2386
3522
  "Priority":{
2387
3523
  "type":"integer",
2388
3524
  "max":99,
@@ -2471,6 +3607,14 @@
2471
3607
  "max":100,
2472
3608
  "min":1
2473
3609
  },
3610
+ "ResourceConflictException":{
3611
+ "type":"structure",
3612
+ "members":{
3613
+ "Message":{"shape":"Message"}
3614
+ },
3615
+ "error":{"httpStatusCode":409},
3616
+ "exception":true
3617
+ },
2474
3618
  "ResourceInUseException":{
2475
3619
  "type":"structure",
2476
3620
  "members":{
@@ -2618,6 +3762,30 @@
2618
3762
  "type":"list",
2619
3763
  "member":{"shape":"RoutingProfileSummary"}
2620
3764
  },
3765
+ "S3Config":{
3766
+ "type":"structure",
3767
+ "required":[
3768
+ "BucketName",
3769
+ "BucketPrefix"
3770
+ ],
3771
+ "members":{
3772
+ "BucketName":{"shape":"BucketName"},
3773
+ "BucketPrefix":{"shape":"Prefix"},
3774
+ "EncryptionConfig":{"shape":"EncryptionConfig"}
3775
+ }
3776
+ },
3777
+ "SecurityKey":{
3778
+ "type":"structure",
3779
+ "members":{
3780
+ "AssociationId":{"shape":"AssociationId"},
3781
+ "Key":{"shape":"PEM"},
3782
+ "CreationTime":{"shape":"timestamp"}
3783
+ }
3784
+ },
3785
+ "SecurityKeysList":{
3786
+ "type":"list",
3787
+ "member":{"shape":"SecurityKey"}
3788
+ },
2621
3789
  "SecurityProfileId":{"type":"string"},
2622
3790
  "SecurityProfileIds":{
2623
3791
  "type":"list",
@@ -2642,6 +3810,14 @@
2642
3810
  "type":"string",
2643
3811
  "sensitive":true
2644
3812
  },
3813
+ "ServiceQuotaExceededException":{
3814
+ "type":"structure",
3815
+ "members":{
3816
+ "Message":{"shape":"Message"}
3817
+ },
3818
+ "error":{"httpStatusCode":402},
3819
+ "exception":true
3820
+ },
2645
3821
  "StartChatContactRequest":{
2646
3822
  "type":"structure",
2647
3823
  "required":[
@@ -2757,6 +3933,16 @@
2757
3933
  "members":{
2758
3934
  }
2759
3935
  },
3936
+ "StorageType":{
3937
+ "type":"string",
3938
+ "enum":[
3939
+ "S3",
3940
+ "KINESIS_VIDEO_STREAM",
3941
+ "KINESIS_STREAM",
3942
+ "KINESIS_FIREHOSE"
3943
+ ]
3944
+ },
3945
+ "String":{"type":"string"},
2760
3946
  "SuspendContactRecordingRequest":{
2761
3947
  "type":"structure",
2762
3948
  "required":[
@@ -2832,6 +4018,7 @@
2832
4018
  "error":{"httpStatusCode":429},
2833
4019
  "exception":true
2834
4020
  },
4021
+ "Timestamp":{"type":"timestamp"},
2835
4022
  "Unit":{
2836
4023
  "type":"string",
2837
4024
  "enum":[
@@ -2919,6 +4106,54 @@
2919
4106
  "Description":{"shape":"ContactFlowDescription"}
2920
4107
  }
2921
4108
  },
4109
+ "UpdateInstanceAttributeRequest":{
4110
+ "type":"structure",
4111
+ "required":[
4112
+ "InstanceId",
4113
+ "AttributeType",
4114
+ "Value"
4115
+ ],
4116
+ "members":{
4117
+ "InstanceId":{
4118
+ "shape":"InstanceId",
4119
+ "location":"uri",
4120
+ "locationName":"InstanceId"
4121
+ },
4122
+ "AttributeType":{
4123
+ "shape":"InstanceAttributeType",
4124
+ "location":"uri",
4125
+ "locationName":"AttributeType"
4126
+ },
4127
+ "Value":{"shape":"InstanceAttributeValue"}
4128
+ }
4129
+ },
4130
+ "UpdateInstanceStorageConfigRequest":{
4131
+ "type":"structure",
4132
+ "required":[
4133
+ "InstanceId",
4134
+ "AssociationId",
4135
+ "ResourceType",
4136
+ "StorageConfig"
4137
+ ],
4138
+ "members":{
4139
+ "InstanceId":{
4140
+ "shape":"InstanceId",
4141
+ "location":"uri",
4142
+ "locationName":"InstanceId"
4143
+ },
4144
+ "AssociationId":{
4145
+ "shape":"AssociationId",
4146
+ "location":"uri",
4147
+ "locationName":"AssociationId"
4148
+ },
4149
+ "ResourceType":{
4150
+ "shape":"InstanceStorageResourceType",
4151
+ "location":"querystring",
4152
+ "locationName":"resourceType"
4153
+ },
4154
+ "StorageConfig":{"shape":"InstanceStorageConfig"}
4155
+ }
4156
+ },
2922
4157
  "UpdateRoutingProfileConcurrencyRequest":{
2923
4158
  "type":"structure",
2924
4159
  "required":[