aws-sdk 2.962.0 → 2.966.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (48) hide show
  1. package/CHANGELOG.md +19 -1
  2. package/README.md +1 -1
  3. package/apis/chime-sdk-identity-2021-04-20.examples.json +5 -0
  4. package/apis/chime-sdk-identity-2021-04-20.min.json +644 -0
  5. package/apis/chime-sdk-identity-2021-04-20.paginators.json +19 -0
  6. package/apis/chime-sdk-messaging-2021-05-15.examples.json +5 -0
  7. package/apis/chime-sdk-messaging-2021-05-15.min.json +1413 -0
  8. package/apis/chime-sdk-messaging-2021-05-15.paginators.json +39 -0
  9. package/apis/codebuild-2016-10-06.examples.json +0 -276
  10. package/apis/codebuild-2016-10-06.min.json +51 -26
  11. package/apis/connect-2017-08-08.min.json +364 -101
  12. package/apis/connect-2017-08-08.paginators.json +6 -0
  13. package/apis/lightsail-2016-11-28.min.json +154 -144
  14. package/apis/metadata.json +12 -0
  15. package/apis/nimble-2020-08-01.min.json +13 -0
  16. package/apis/rekognition-2016-06-27.min.json +51 -30
  17. package/apis/snow-device-management-2021-08-04.examples.json +5 -0
  18. package/apis/snow-device-management-2021-08-04.min.json +638 -0
  19. package/apis/snow-device-management-2021-08-04.paginators.json +28 -0
  20. package/apis/wafv2-2019-07-29.min.json +306 -98
  21. package/clients/all.d.ts +3 -0
  22. package/clients/all.js +4 -1
  23. package/clients/athena.d.ts +28 -28
  24. package/clients/chime.d.ts +17 -14
  25. package/clients/chimesdkidentity.d.ts +591 -0
  26. package/clients/chimesdkidentity.js +18 -0
  27. package/clients/chimesdkmessaging.d.ts +1344 -0
  28. package/clients/chimesdkmessaging.js +18 -0
  29. package/clients/codebuild.d.ts +166 -126
  30. package/clients/connect.d.ts +310 -9
  31. package/clients/ebs.d.ts +10 -10
  32. package/clients/ecs.d.ts +18 -18
  33. package/clients/lightsail.d.ts +19 -1
  34. package/clients/nimble.d.ts +31 -15
  35. package/clients/rekognition.d.ts +59 -26
  36. package/clients/route53.d.ts +57 -57
  37. package/clients/snowdevicemanagement.d.ts +767 -0
  38. package/clients/snowdevicemanagement.js +18 -0
  39. package/clients/ssm.d.ts +110 -110
  40. package/clients/synthetics.d.ts +25 -1
  41. package/clients/wafv2.d.ts +325 -6
  42. package/dist/aws-sdk-core-react-native.js +2 -2
  43. package/dist/aws-sdk-react-native.js +122 -11
  44. package/dist/aws-sdk.js +487 -160
  45. package/dist/aws-sdk.min.js +76 -76
  46. package/lib/config_service_placeholders.d.ts +6 -0
  47. package/lib/core.js +1 -1
  48. package/package.json +1 -1
@@ -207,6 +207,42 @@
207
207
  }
208
208
  }
209
209
  },
210
+ "CreateAgentStatus": {
211
+ "http": {
212
+ "method": "PUT",
213
+ "requestUri": "/agent-status/{InstanceId}"
214
+ },
215
+ "input": {
216
+ "type": "structure",
217
+ "required": [
218
+ "InstanceId",
219
+ "Name",
220
+ "State"
221
+ ],
222
+ "members": {
223
+ "InstanceId": {
224
+ "location": "uri",
225
+ "locationName": "InstanceId"
226
+ },
227
+ "Name": {},
228
+ "Description": {},
229
+ "State": {},
230
+ "DisplayOrder": {
231
+ "type": "integer"
232
+ },
233
+ "Tags": {
234
+ "shape": "S1e"
235
+ }
236
+ }
237
+ },
238
+ "output": {
239
+ "type": "structure",
240
+ "members": {
241
+ "AgentStatusARN": {},
242
+ "AgentStatusId": {}
243
+ }
244
+ }
245
+ },
210
246
  "CreateContactFlow": {
211
247
  "http": {
212
248
  "method": "PUT",
@@ -242,6 +278,43 @@
242
278
  }
243
279
  }
244
280
  },
281
+ "CreateHoursOfOperation": {
282
+ "http": {
283
+ "method": "PUT",
284
+ "requestUri": "/hours-of-operations/{InstanceId}"
285
+ },
286
+ "input": {
287
+ "type": "structure",
288
+ "required": [
289
+ "InstanceId",
290
+ "Name",
291
+ "TimeZone",
292
+ "Config"
293
+ ],
294
+ "members": {
295
+ "InstanceId": {
296
+ "location": "uri",
297
+ "locationName": "InstanceId"
298
+ },
299
+ "Name": {},
300
+ "Description": {},
301
+ "TimeZone": {},
302
+ "Config": {
303
+ "shape": "S1u"
304
+ },
305
+ "Tags": {
306
+ "shape": "S1e"
307
+ }
308
+ }
309
+ },
310
+ "output": {
311
+ "type": "structure",
312
+ "members": {
313
+ "HoursOfOperationId": {},
314
+ "HoursOfOperationArn": {}
315
+ }
316
+ }
317
+ },
245
318
  "CreateInstance": {
246
319
  "http": {
247
320
  "method": "PUT",
@@ -258,7 +331,7 @@
258
331
  "ClientToken": {},
259
332
  "IdentityManagementType": {},
260
333
  "InstanceAlias": {
261
- "shape": "S1m"
334
+ "shape": "S25"
262
335
  },
263
336
  "DirectoryId": {},
264
337
  "InboundCallsEnabled": {
@@ -335,7 +408,7 @@
335
408
  "Name": {},
336
409
  "Description": {},
337
410
  "OutboundCallerConfig": {
338
- "shape": "S21"
411
+ "shape": "S2j"
339
412
  },
340
413
  "HoursOfOperationId": {},
341
414
  "MaxContacts": {
@@ -377,7 +450,7 @@
377
450
  "Name": {},
378
451
  "Description": {},
379
452
  "QuickConnectConfig": {
380
- "shape": "S2a"
453
+ "shape": "S2r"
381
454
  },
382
455
  "Tags": {
383
456
  "shape": "S1e"
@@ -418,7 +491,7 @@
418
491
  "shape": "S10"
419
492
  },
420
493
  "MediaConcurrencies": {
421
- "shape": "S2l"
494
+ "shape": "S32"
422
495
  },
423
496
  "Tags": {
424
497
  "shape": "S1e"
@@ -486,14 +559,14 @@
486
559
  "Username": {},
487
560
  "Password": {},
488
561
  "IdentityInfo": {
489
- "shape": "S2w"
562
+ "shape": "S3d"
490
563
  },
491
564
  "PhoneConfig": {
492
- "shape": "S30"
565
+ "shape": "S3h"
493
566
  },
494
567
  "DirectoryUserId": {},
495
568
  "SecurityProfileIds": {
496
- "shape": "S35"
569
+ "shape": "S3m"
497
570
  },
498
571
  "RoutingProfileId": {},
499
572
  "HierarchyGroupId": {},
@@ -542,6 +615,29 @@
542
615
  }
543
616
  }
544
617
  },
618
+ "DeleteHoursOfOperation": {
619
+ "http": {
620
+ "method": "DELETE",
621
+ "requestUri": "/hours-of-operations/{InstanceId}/{HoursOfOperationId}"
622
+ },
623
+ "input": {
624
+ "type": "structure",
625
+ "required": [
626
+ "InstanceId",
627
+ "HoursOfOperationId"
628
+ ],
629
+ "members": {
630
+ "InstanceId": {
631
+ "location": "uri",
632
+ "locationName": "InstanceId"
633
+ },
634
+ "HoursOfOperationId": {
635
+ "location": "uri",
636
+ "locationName": "HoursOfOperationId"
637
+ }
638
+ }
639
+ }
640
+ },
545
641
  "DeleteInstance": {
546
642
  "http": {
547
643
  "method": "DELETE",
@@ -680,6 +776,51 @@
680
776
  }
681
777
  }
682
778
  },
779
+ "DescribeAgentStatus": {
780
+ "http": {
781
+ "method": "GET",
782
+ "requestUri": "/agent-status/{InstanceId}/{AgentStatusId}"
783
+ },
784
+ "input": {
785
+ "type": "structure",
786
+ "required": [
787
+ "InstanceId",
788
+ "AgentStatusId"
789
+ ],
790
+ "members": {
791
+ "InstanceId": {
792
+ "location": "uri",
793
+ "locationName": "InstanceId"
794
+ },
795
+ "AgentStatusId": {
796
+ "location": "uri",
797
+ "locationName": "AgentStatusId"
798
+ }
799
+ }
800
+ },
801
+ "output": {
802
+ "type": "structure",
803
+ "members": {
804
+ "AgentStatus": {
805
+ "type": "structure",
806
+ "members": {
807
+ "AgentStatusARN": {},
808
+ "AgentStatusId": {},
809
+ "Name": {},
810
+ "Description": {},
811
+ "Type": {},
812
+ "DisplayOrder": {
813
+ "type": "integer"
814
+ },
815
+ "State": {},
816
+ "Tags": {
817
+ "shape": "S1e"
818
+ }
819
+ }
820
+ }
821
+ }
822
+ }
823
+ },
683
824
  "DescribeContactFlow": {
684
825
  "http": {
685
826
  "method": "GET",
@@ -756,19 +897,7 @@
756
897
  "Description": {},
757
898
  "TimeZone": {},
758
899
  "Config": {
759
- "type": "list",
760
- "member": {
761
- "type": "structure",
762
- "members": {
763
- "Day": {},
764
- "StartTime": {
765
- "shape": "S3t"
766
- },
767
- "EndTime": {
768
- "shape": "S3t"
769
- }
770
- }
771
- }
900
+ "shape": "S1u"
772
901
  },
773
902
  "Tags": {
774
903
  "shape": "S1e"
@@ -805,7 +934,7 @@
805
934
  "Arn": {},
806
935
  "IdentityManagementType": {},
807
936
  "InstanceAlias": {
808
- "shape": "S1m"
937
+ "shape": "S25"
809
938
  },
810
939
  "CreatedTime": {
811
940
  "type": "timestamp"
@@ -855,7 +984,7 @@
855
984
  "type": "structure",
856
985
  "members": {
857
986
  "Attribute": {
858
- "shape": "S46"
987
+ "shape": "S4k"
859
988
  }
860
989
  }
861
990
  }
@@ -929,7 +1058,7 @@
929
1058
  "QueueId": {},
930
1059
  "Description": {},
931
1060
  "OutboundCallerConfig": {
932
- "shape": "S21"
1061
+ "shape": "S2j"
933
1062
  },
934
1063
  "HoursOfOperationId": {},
935
1064
  "MaxContacts": {
@@ -977,7 +1106,7 @@
977
1106
  "Name": {},
978
1107
  "Description": {},
979
1108
  "QuickConnectConfig": {
980
- "shape": "S2a"
1109
+ "shape": "S2r"
981
1110
  },
982
1111
  "Tags": {
983
1112
  "shape": "S1e"
@@ -1021,7 +1150,7 @@
1021
1150
  "RoutingProfileId": {},
1022
1151
  "Description": {},
1023
1152
  "MediaConcurrencies": {
1024
- "shape": "S2l"
1153
+ "shape": "S32"
1025
1154
  },
1026
1155
  "DefaultOutboundQueueId": {},
1027
1156
  "Tags": {
@@ -1064,14 +1193,14 @@
1064
1193
  "Arn": {},
1065
1194
  "Username": {},
1066
1195
  "IdentityInfo": {
1067
- "shape": "S2w"
1196
+ "shape": "S3d"
1068
1197
  },
1069
1198
  "PhoneConfig": {
1070
- "shape": "S30"
1199
+ "shape": "S3h"
1071
1200
  },
1072
1201
  "DirectoryUserId": {},
1073
1202
  "SecurityProfileIds": {
1074
- "shape": "S35"
1203
+ "shape": "S3m"
1075
1204
  },
1076
1205
  "RoutingProfileId": {},
1077
1206
  "HierarchyGroupId": {},
@@ -1119,19 +1248,19 @@
1119
1248
  "type": "structure",
1120
1249
  "members": {
1121
1250
  "LevelOne": {
1122
- "shape": "S4s"
1251
+ "shape": "S56"
1123
1252
  },
1124
1253
  "LevelTwo": {
1125
- "shape": "S4s"
1254
+ "shape": "S56"
1126
1255
  },
1127
1256
  "LevelThree": {
1128
- "shape": "S4s"
1257
+ "shape": "S56"
1129
1258
  },
1130
1259
  "LevelFour": {
1131
- "shape": "S4s"
1260
+ "shape": "S56"
1132
1261
  },
1133
1262
  "LevelFive": {
1134
- "shape": "S4s"
1263
+ "shape": "S56"
1135
1264
  }
1136
1265
  }
1137
1266
  }
@@ -1164,19 +1293,19 @@
1164
1293
  "type": "structure",
1165
1294
  "members": {
1166
1295
  "LevelOne": {
1167
- "shape": "S4w"
1296
+ "shape": "S5a"
1168
1297
  },
1169
1298
  "LevelTwo": {
1170
- "shape": "S4w"
1299
+ "shape": "S5a"
1171
1300
  },
1172
1301
  "LevelThree": {
1173
- "shape": "S4w"
1302
+ "shape": "S5a"
1174
1303
  },
1175
1304
  "LevelFour": {
1176
- "shape": "S4w"
1305
+ "shape": "S5a"
1177
1306
  },
1178
1307
  "LevelFive": {
1179
- "shape": "S4w"
1308
+ "shape": "S5a"
1180
1309
  }
1181
1310
  }
1182
1311
  }
@@ -1412,7 +1541,7 @@
1412
1541
  "type": "structure",
1413
1542
  "members": {
1414
1543
  "Attributes": {
1415
- "shape": "S5a"
1544
+ "shape": "S5o"
1416
1545
  }
1417
1546
  }
1418
1547
  }
@@ -1434,15 +1563,15 @@
1434
1563
  "locationName": "InstanceId"
1435
1564
  },
1436
1565
  "Filters": {
1437
- "shape": "S5e"
1566
+ "shape": "S5s"
1438
1567
  },
1439
1568
  "Groupings": {
1440
- "shape": "S5h"
1569
+ "shape": "S5v"
1441
1570
  },
1442
1571
  "CurrentMetrics": {
1443
1572
  "type": "list",
1444
1573
  "member": {
1445
- "shape": "S5k"
1574
+ "shape": "S5y"
1446
1575
  }
1447
1576
  },
1448
1577
  "NextToken": {},
@@ -1461,7 +1590,7 @@
1461
1590
  "type": "structure",
1462
1591
  "members": {
1463
1592
  "Dimensions": {
1464
- "shape": "S5s"
1593
+ "shape": "S66"
1465
1594
  },
1466
1595
  "Collections": {
1467
1596
  "type": "list",
@@ -1469,7 +1598,7 @@
1469
1598
  "type": "structure",
1470
1599
  "members": {
1471
1600
  "Metric": {
1472
- "shape": "S5k"
1601
+ "shape": "S5y"
1473
1602
  },
1474
1603
  "Value": {
1475
1604
  "type": "double"
@@ -1510,13 +1639,13 @@
1510
1639
  "type": "structure",
1511
1640
  "members": {
1512
1641
  "AccessToken": {
1513
- "shape": "S61"
1642
+ "shape": "S6f"
1514
1643
  },
1515
1644
  "AccessTokenExpiration": {
1516
1645
  "type": "timestamp"
1517
1646
  },
1518
1647
  "RefreshToken": {
1519
- "shape": "S61"
1648
+ "shape": "S6f"
1520
1649
  },
1521
1650
  "RefreshTokenExpiration": {
1522
1651
  "type": "timestamp"
@@ -1551,15 +1680,15 @@
1551
1680
  "type": "timestamp"
1552
1681
  },
1553
1682
  "Filters": {
1554
- "shape": "S5e"
1683
+ "shape": "S5s"
1555
1684
  },
1556
1685
  "Groupings": {
1557
- "shape": "S5h"
1686
+ "shape": "S5v"
1558
1687
  },
1559
1688
  "HistoricalMetrics": {
1560
1689
  "type": "list",
1561
1690
  "member": {
1562
- "shape": "S64"
1691
+ "shape": "S6i"
1563
1692
  }
1564
1693
  },
1565
1694
  "NextToken": {},
@@ -1578,7 +1707,7 @@
1578
1707
  "type": "structure",
1579
1708
  "members": {
1580
1709
  "Dimensions": {
1581
- "shape": "S5s"
1710
+ "shape": "S66"
1582
1711
  },
1583
1712
  "Collections": {
1584
1713
  "type": "list",
@@ -1586,7 +1715,7 @@
1586
1715
  "type": "structure",
1587
1716
  "members": {
1588
1717
  "Metric": {
1589
- "shape": "S64"
1718
+ "shape": "S6i"
1590
1719
  },
1591
1720
  "Value": {
1592
1721
  "type": "double"
@@ -1600,6 +1729,57 @@
1600
1729
  }
1601
1730
  }
1602
1731
  },
1732
+ "ListAgentStatuses": {
1733
+ "http": {
1734
+ "method": "GET",
1735
+ "requestUri": "/agent-status/{InstanceId}"
1736
+ },
1737
+ "input": {
1738
+ "type": "structure",
1739
+ "required": [
1740
+ "InstanceId"
1741
+ ],
1742
+ "members": {
1743
+ "InstanceId": {
1744
+ "location": "uri",
1745
+ "locationName": "InstanceId"
1746
+ },
1747
+ "NextToken": {
1748
+ "location": "querystring",
1749
+ "locationName": "nextToken"
1750
+ },
1751
+ "MaxResults": {
1752
+ "location": "querystring",
1753
+ "locationName": "maxResults",
1754
+ "type": "integer"
1755
+ },
1756
+ "AgentStatusTypes": {
1757
+ "location": "querystring",
1758
+ "locationName": "AgentStatusTypes",
1759
+ "type": "list",
1760
+ "member": {}
1761
+ }
1762
+ }
1763
+ },
1764
+ "output": {
1765
+ "type": "structure",
1766
+ "members": {
1767
+ "NextToken": {},
1768
+ "AgentStatusSummaryList": {
1769
+ "type": "list",
1770
+ "member": {
1771
+ "type": "structure",
1772
+ "members": {
1773
+ "Id": {},
1774
+ "Arn": {},
1775
+ "Name": {},
1776
+ "Type": {}
1777
+ }
1778
+ }
1779
+ }
1780
+ }
1781
+ }
1782
+ },
1603
1783
  "ListApprovedOrigins": {
1604
1784
  "http": {
1605
1785
  "method": "GET",
@@ -1816,7 +1996,7 @@
1816
1996
  "Attributes": {
1817
1997
  "type": "list",
1818
1998
  "member": {
1819
- "shape": "S46"
1999
+ "shape": "S4k"
1820
2000
  }
1821
2001
  },
1822
2002
  "NextToken": {}
@@ -1898,7 +2078,7 @@
1898
2078
  "Arn": {},
1899
2079
  "IdentityManagementType": {},
1900
2080
  "InstanceAlias": {
1901
- "shape": "S1m"
2081
+ "shape": "S25"
1902
2082
  },
1903
2083
  "CreatedTime": {
1904
2084
  "type": "timestamp"
@@ -2181,7 +2361,7 @@
2181
2361
  "members": {
2182
2362
  "NextToken": {},
2183
2363
  "QuickConnectSummaryList": {
2184
- "shape": "S81"
2364
+ "shape": "S8k"
2185
2365
  }
2186
2366
  }
2187
2367
  }
@@ -2273,7 +2453,7 @@
2273
2453
  "type": "structure",
2274
2454
  "members": {
2275
2455
  "QuickConnectSummaryList": {
2276
- "shape": "S81"
2456
+ "shape": "S8k"
2277
2457
  },
2278
2458
  "NextToken": {}
2279
2459
  }
@@ -2584,7 +2764,7 @@
2584
2764
  "UserHierarchyGroupSummaryList": {
2585
2765
  "type": "list",
2586
2766
  "member": {
2587
- "shape": "S4s"
2767
+ "shape": "S56"
2588
2768
  }
2589
2769
  },
2590
2770
  "NextToken": {}
@@ -2673,7 +2853,7 @@
2673
2853
  "InstanceId": {},
2674
2854
  "ContactFlowId": {},
2675
2855
  "Attributes": {
2676
- "shape": "S5a"
2856
+ "shape": "S5o"
2677
2857
  },
2678
2858
  "ParticipantDetails": {
2679
2859
  "type": "structure",
@@ -2760,7 +2940,7 @@
2760
2940
  "SourcePhoneNumber": {},
2761
2941
  "QueueId": {},
2762
2942
  "Attributes": {
2763
- "shape": "S5a"
2943
+ "shape": "S5o"
2764
2944
  }
2765
2945
  }
2766
2946
  },
@@ -2788,7 +2968,7 @@
2788
2968
  "PreviousContactId": {},
2789
2969
  "ContactFlowId": {},
2790
2970
  "Attributes": {
2791
- "shape": "S5a"
2971
+ "shape": "S5o"
2792
2972
  },
2793
2973
  "Name": {},
2794
2974
  "References": {
@@ -2929,6 +3109,37 @@
2929
3109
  }
2930
3110
  }
2931
3111
  },
3112
+ "UpdateAgentStatus": {
3113
+ "http": {
3114
+ "requestUri": "/agent-status/{InstanceId}/{AgentStatusId}"
3115
+ },
3116
+ "input": {
3117
+ "type": "structure",
3118
+ "required": [
3119
+ "InstanceId",
3120
+ "AgentStatusId"
3121
+ ],
3122
+ "members": {
3123
+ "InstanceId": {
3124
+ "location": "uri",
3125
+ "locationName": "InstanceId"
3126
+ },
3127
+ "AgentStatusId": {
3128
+ "location": "uri",
3129
+ "locationName": "AgentStatusId"
3130
+ },
3131
+ "Name": {},
3132
+ "Description": {},
3133
+ "State": {},
3134
+ "DisplayOrder": {
3135
+ "type": "integer"
3136
+ },
3137
+ "ResetOrderNumber": {
3138
+ "type": "boolean"
3139
+ }
3140
+ }
3141
+ }
3142
+ },
2932
3143
  "UpdateContactAttributes": {
2933
3144
  "http": {
2934
3145
  "requestUri": "/contact/attributes"
@@ -2944,7 +3155,7 @@
2944
3155
  "InitialContactId": {},
2945
3156
  "InstanceId": {},
2946
3157
  "Attributes": {
2947
- "shape": "S5a"
3158
+ "shape": "S5o"
2948
3159
  }
2949
3160
  }
2950
3161
  },
@@ -3001,6 +3212,34 @@
3001
3212
  }
3002
3213
  }
3003
3214
  },
3215
+ "UpdateHoursOfOperation": {
3216
+ "http": {
3217
+ "requestUri": "/hours-of-operations/{InstanceId}/{HoursOfOperationId}"
3218
+ },
3219
+ "input": {
3220
+ "type": "structure",
3221
+ "required": [
3222
+ "InstanceId",
3223
+ "HoursOfOperationId"
3224
+ ],
3225
+ "members": {
3226
+ "InstanceId": {
3227
+ "location": "uri",
3228
+ "locationName": "InstanceId"
3229
+ },
3230
+ "HoursOfOperationId": {
3231
+ "location": "uri",
3232
+ "locationName": "HoursOfOperationId"
3233
+ },
3234
+ "Name": {},
3235
+ "Description": {},
3236
+ "TimeZone": {},
3237
+ "Config": {
3238
+ "shape": "S1u"
3239
+ }
3240
+ }
3241
+ }
3242
+ },
3004
3243
  "UpdateInstanceAttribute": {
3005
3244
  "http": {
3006
3245
  "requestUri": "/instance/{InstanceId}/attribute/{AttributeType}"
@@ -3150,7 +3389,7 @@
3150
3389
  "locationName": "QueueId"
3151
3390
  },
3152
3391
  "OutboundCallerConfig": {
3153
- "shape": "S21"
3392
+ "shape": "S2j"
3154
3393
  }
3155
3394
  }
3156
3395
  }
@@ -3200,7 +3439,7 @@
3200
3439
  "locationName": "QuickConnectId"
3201
3440
  },
3202
3441
  "QuickConnectConfig": {
3203
- "shape": "S2a"
3442
+ "shape": "S2r"
3204
3443
  }
3205
3444
  }
3206
3445
  }
@@ -3250,7 +3489,7 @@
3250
3489
  "locationName": "RoutingProfileId"
3251
3490
  },
3252
3491
  "MediaConcurrencies": {
3253
- "shape": "S2l"
3492
+ "shape": "S32"
3254
3493
  }
3255
3494
  }
3256
3495
  }
@@ -3391,19 +3630,19 @@
3391
3630
  "type": "structure",
3392
3631
  "members": {
3393
3632
  "LevelOne": {
3394
- "shape": "Sat"
3633
+ "shape": "Sbh"
3395
3634
  },
3396
3635
  "LevelTwo": {
3397
- "shape": "Sat"
3636
+ "shape": "Sbh"
3398
3637
  },
3399
3638
  "LevelThree": {
3400
- "shape": "Sat"
3639
+ "shape": "Sbh"
3401
3640
  },
3402
3641
  "LevelFour": {
3403
- "shape": "Sat"
3642
+ "shape": "Sbh"
3404
3643
  },
3405
3644
  "LevelFive": {
3406
- "shape": "Sat"
3645
+ "shape": "Sbh"
3407
3646
  }
3408
3647
  }
3409
3648
  },
@@ -3427,7 +3666,7 @@
3427
3666
  ],
3428
3667
  "members": {
3429
3668
  "IdentityInfo": {
3430
- "shape": "S2w"
3669
+ "shape": "S3d"
3431
3670
  },
3432
3671
  "UserId": {
3433
3672
  "location": "uri",
@@ -3453,7 +3692,7 @@
3453
3692
  ],
3454
3693
  "members": {
3455
3694
  "PhoneConfig": {
3456
- "shape": "S30"
3695
+ "shape": "S3h"
3457
3696
  },
3458
3697
  "UserId": {
3459
3698
  "location": "uri",
@@ -3503,7 +3742,7 @@
3503
3742
  ],
3504
3743
  "members": {
3505
3744
  "SecurityProfileIds": {
3506
- "shape": "S35"
3745
+ "shape": "S3m"
3507
3746
  },
3508
3747
  "UserId": {
3509
3748
  "location": "uri",
@@ -3643,11 +3882,46 @@
3643
3882
  "key": {},
3644
3883
  "value": {}
3645
3884
  },
3646
- "S1m": {
3885
+ "S1u": {
3886
+ "type": "list",
3887
+ "member": {
3888
+ "type": "structure",
3889
+ "required": [
3890
+ "Day",
3891
+ "StartTime",
3892
+ "EndTime"
3893
+ ],
3894
+ "members": {
3895
+ "Day": {},
3896
+ "StartTime": {
3897
+ "shape": "S1x"
3898
+ },
3899
+ "EndTime": {
3900
+ "shape": "S1x"
3901
+ }
3902
+ }
3903
+ }
3904
+ },
3905
+ "S1x": {
3906
+ "type": "structure",
3907
+ "required": [
3908
+ "Hours",
3909
+ "Minutes"
3910
+ ],
3911
+ "members": {
3912
+ "Hours": {
3913
+ "type": "integer"
3914
+ },
3915
+ "Minutes": {
3916
+ "type": "integer"
3917
+ }
3918
+ }
3919
+ },
3920
+ "S25": {
3647
3921
  "type": "string",
3648
3922
  "sensitive": true
3649
3923
  },
3650
- "S21": {
3924
+ "S2j": {
3651
3925
  "type": "structure",
3652
3926
  "members": {
3653
3927
  "OutboundCallerIdName": {},
@@ -3655,7 +3929,7 @@
3655
3929
  "OutboundFlowId": {}
3656
3930
  }
3657
3931
  },
3658
- "S2a": {
3932
+ "S2r": {
3659
3933
  "type": "structure",
3660
3934
  "required": [
3661
3935
  "QuickConnectType"
@@ -3695,7 +3969,7 @@
3695
3969
  }
3696
3970
  }
3697
3971
  },
3698
- "S2l": {
3972
+ "S32": {
3699
3973
  "type": "list",
3700
3974
  "member": {
3701
3975
  "type": "structure",
@@ -3711,7 +3985,7 @@
3711
3985
  }
3712
3986
  }
3713
3987
  },
3714
- "S2w": {
3988
+ "S3d": {
3715
3989
  "type": "structure",
3716
3990
  "members": {
3717
3991
  "FirstName": {},
@@ -3719,7 +3993,7 @@
3719
3993
  "Email": {}
3720
3994
  }
3721
3995
  },
3722
- "S30": {
3996
+ "S3h": {
3723
3997
  "type": "structure",
3724
3998
  "required": [
3725
3999
  "PhoneType"
@@ -3735,29 +4009,18 @@
3735
4009
  "DeskPhoneNumber": {}
3736
4010
  }
3737
4011
  },
3738
- "S35": {
4012
+ "S3m": {
3739
4013
  "type": "list",
3740
4014
  "member": {}
3741
4015
  },
3742
- "S3t": {
3743
- "type": "structure",
3744
- "members": {
3745
- "Hours": {
3746
- "type": "integer"
3747
- },
3748
- "Minutes": {
3749
- "type": "integer"
3750
- }
3751
- }
3752
- },
3753
- "S46": {
4016
+ "S4k": {
3754
4017
  "type": "structure",
3755
4018
  "members": {
3756
4019
  "AttributeType": {},
3757
4020
  "Value": {}
3758
4021
  }
3759
4022
  },
3760
- "S4s": {
4023
+ "S56": {
3761
4024
  "type": "structure",
3762
4025
  "members": {
3763
4026
  "Id": {},
@@ -3765,7 +4028,7 @@
3765
4028
  "Name": {}
3766
4029
  }
3767
4030
  },
3768
- "S4w": {
4031
+ "S5a": {
3769
4032
  "type": "structure",
3770
4033
  "members": {
3771
4034
  "Id": {},
@@ -3773,12 +4036,12 @@
3773
4036
  "Name": {}
3774
4037
  }
3775
4038
  },
3776
- "S5a": {
4039
+ "S5o": {
3777
4040
  "type": "map",
3778
4041
  "key": {},
3779
4042
  "value": {}
3780
4043
  },
3781
- "S5e": {
4044
+ "S5s": {
3782
4045
  "type": "structure",
3783
4046
  "members": {
3784
4047
  "Queues": {
@@ -3791,18 +4054,18 @@
3791
4054
  }
3792
4055
  }
3793
4056
  },
3794
- "S5h": {
4057
+ "S5v": {
3795
4058
  "type": "list",
3796
4059
  "member": {}
3797
4060
  },
3798
- "S5k": {
4061
+ "S5y": {
3799
4062
  "type": "structure",
3800
4063
  "members": {
3801
4064
  "Name": {},
3802
4065
  "Unit": {}
3803
4066
  }
3804
4067
  },
3805
- "S5s": {
4068
+ "S66": {
3806
4069
  "type": "structure",
3807
4070
  "members": {
3808
4071
  "Queue": {
@@ -3815,11 +4078,11 @@
3815
4078
  "Channel": {}
3816
4079
  }
3817
4080
  },
3818
- "S61": {
4081
+ "S6f": {
3819
4082
  "type": "string",
3820
4083
  "sensitive": true
3821
4084
  },
3822
- "S64": {
4085
+ "S6i": {
3823
4086
  "type": "structure",
3824
4087
  "members": {
3825
4088
  "Name": {},
@@ -3836,7 +4099,7 @@
3836
4099
  "Unit": {}
3837
4100
  }
3838
4101
  },
3839
- "S81": {
4102
+ "S8k": {
3840
4103
  "type": "list",
3841
4104
  "member": {
3842
4105
  "type": "structure",
@@ -3848,7 +4111,7 @@
3848
4111
  }
3849
4112
  }
3850
4113
  },
3851
- "Sat": {
4114
+ "Sbh": {
3852
4115
  "type": "structure",
3853
4116
  "required": [
3854
4117
  "Name"