aws-sdk 2.1487.0 → 2.1489.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.
@@ -364,6 +364,80 @@
364
364
  }
365
365
  }
366
366
  },
367
+ "BatchPutContact": {
368
+ "http": {
369
+ "method": "PUT",
370
+ "requestUri": "/contact/batch/{InstanceId}"
371
+ },
372
+ "input": {
373
+ "type": "structure",
374
+ "required": [
375
+ "InstanceId",
376
+ "ContactDataRequestList"
377
+ ],
378
+ "members": {
379
+ "ClientToken": {
380
+ "idempotencyToken": true
381
+ },
382
+ "InstanceId": {
383
+ "location": "uri",
384
+ "locationName": "InstanceId"
385
+ },
386
+ "ContactDataRequestList": {
387
+ "type": "list",
388
+ "member": {
389
+ "type": "structure",
390
+ "members": {
391
+ "SystemEndpoint": {
392
+ "shape": "S1y"
393
+ },
394
+ "CustomerEndpoint": {
395
+ "shape": "S1y"
396
+ },
397
+ "RequestIdentifier": {},
398
+ "QueueId": {},
399
+ "Attributes": {
400
+ "shape": "S22"
401
+ },
402
+ "Campaign": {
403
+ "type": "structure",
404
+ "members": {
405
+ "CampaignId": {}
406
+ }
407
+ }
408
+ }
409
+ }
410
+ }
411
+ }
412
+ },
413
+ "output": {
414
+ "type": "structure",
415
+ "members": {
416
+ "SuccessfulRequestList": {
417
+ "type": "list",
418
+ "member": {
419
+ "type": "structure",
420
+ "members": {
421
+ "RequestIdentifier": {},
422
+ "ContactId": {}
423
+ }
424
+ }
425
+ },
426
+ "FailedRequestList": {
427
+ "type": "list",
428
+ "member": {
429
+ "type": "structure",
430
+ "members": {
431
+ "RequestIdentifier": {},
432
+ "FailureReasonCode": {},
433
+ "FailureReasonMessage": {}
434
+ }
435
+ }
436
+ }
437
+ }
438
+ },
439
+ "idempotent": true
440
+ },
367
441
  "ClaimPhoneNumber": {
368
442
  "http": {
369
443
  "requestUri": "/phone-number/claim"
@@ -379,7 +453,7 @@
379
453
  "PhoneNumber": {},
380
454
  "PhoneNumberDescription": {},
381
455
  "Tags": {
382
- "shape": "S1x"
456
+ "shape": "S2i"
383
457
  },
384
458
  "ClientToken": {
385
459
  "idempotencyToken": true
@@ -418,7 +492,7 @@
418
492
  "type": "integer"
419
493
  },
420
494
  "Tags": {
421
- "shape": "S1x"
495
+ "shape": "S2i"
422
496
  }
423
497
  }
424
498
  },
@@ -453,7 +527,7 @@
453
527
  "Description": {},
454
528
  "Content": {},
455
529
  "Tags": {
456
- "shape": "S1x"
530
+ "shape": "S2i"
457
531
  }
458
532
  }
459
533
  },
@@ -486,7 +560,7 @@
486
560
  "Description": {},
487
561
  "Content": {},
488
562
  "Tags": {
489
- "shape": "S1x"
563
+ "shape": "S2i"
490
564
  },
491
565
  "ClientToken": {
492
566
  "idempotencyToken": true
@@ -521,10 +595,10 @@
521
595
  "Title": {},
522
596
  "Description": {},
523
597
  "Items": {
524
- "shape": "S2o"
598
+ "shape": "S38"
525
599
  },
526
600
  "ScoringStrategy": {
527
- "shape": "S3j"
601
+ "shape": "S43"
528
602
  },
529
603
  "ClientToken": {
530
604
  "idempotencyToken": true
@@ -566,10 +640,10 @@
566
640
  "Description": {},
567
641
  "TimeZone": {},
568
642
  "Config": {
569
- "shape": "S3r"
643
+ "shape": "S4b"
570
644
  },
571
645
  "Tags": {
572
- "shape": "S1x"
646
+ "shape": "S2i"
573
647
  }
574
648
  }
575
649
  },
@@ -597,7 +671,7 @@
597
671
  "ClientToken": {},
598
672
  "IdentityManagementType": {},
599
673
  "InstanceAlias": {
600
- "shape": "S41"
674
+ "shape": "S4l"
601
675
  },
602
676
  "DirectoryId": {},
603
677
  "InboundCallsEnabled": {
@@ -639,7 +713,7 @@
639
713
  "SourceApplicationName": {},
640
714
  "SourceType": {},
641
715
  "Tags": {
642
- "shape": "S1x"
716
+ "shape": "S2i"
643
717
  }
644
718
  }
645
719
  },
@@ -691,6 +765,39 @@
691
765
  }
692
766
  }
693
767
  },
768
+ "CreatePersistentContactAssociation": {
769
+ "http": {
770
+ "requestUri": "/contact/persistent-contact-association/{InstanceId}/{InitialContactId}"
771
+ },
772
+ "input": {
773
+ "type": "structure",
774
+ "required": [
775
+ "InstanceId",
776
+ "InitialContactId",
777
+ "RehydrationType",
778
+ "SourceContactId"
779
+ ],
780
+ "members": {
781
+ "InstanceId": {
782
+ "location": "uri",
783
+ "locationName": "InstanceId"
784
+ },
785
+ "InitialContactId": {
786
+ "location": "uri",
787
+ "locationName": "InitialContactId"
788
+ },
789
+ "RehydrationType": {},
790
+ "SourceContactId": {},
791
+ "ClientToken": {}
792
+ }
793
+ },
794
+ "output": {
795
+ "type": "structure",
796
+ "members": {
797
+ "ContinuedFromContactId": {}
798
+ }
799
+ }
800
+ },
694
801
  "CreatePrompt": {
695
802
  "http": {
696
803
  "method": "PUT",
@@ -712,7 +819,7 @@
712
819
  "Description": {},
713
820
  "S3Uri": {},
714
821
  "Tags": {
715
- "shape": "S1x"
822
+ "shape": "S2i"
716
823
  }
717
824
  }
718
825
  },
@@ -744,7 +851,7 @@
744
851
  "Name": {},
745
852
  "Description": {},
746
853
  "OutboundCallerConfig": {
747
- "shape": "S4u"
854
+ "shape": "S5g"
748
855
  },
749
856
  "HoursOfOperationId": {},
750
857
  "MaxContacts": {
@@ -754,7 +861,7 @@
754
861
  "shape": "S17"
755
862
  },
756
863
  "Tags": {
757
- "shape": "S1x"
864
+ "shape": "S2i"
758
865
  }
759
866
  }
760
867
  },
@@ -786,10 +893,10 @@
786
893
  "Name": {},
787
894
  "Description": {},
788
895
  "QuickConnectConfig": {
789
- "shape": "S51"
896
+ "shape": "S5n"
790
897
  },
791
898
  "Tags": {
792
- "shape": "S1x"
899
+ "shape": "S2i"
793
900
  }
794
901
  }
795
902
  },
@@ -827,10 +934,10 @@
827
934
  "shape": "S1b"
828
935
  },
829
936
  "MediaConcurrencies": {
830
- "shape": "S5a"
937
+ "shape": "S5w"
831
938
  },
832
939
  "Tags": {
833
- "shape": "S1x"
940
+ "shape": "S2i"
834
941
  },
835
942
  "AgentAvailabilityTimer": {}
836
943
  }
@@ -864,11 +971,11 @@
864
971
  },
865
972
  "Name": {},
866
973
  "TriggerEventSource": {
867
- "shape": "S5j"
974
+ "shape": "S65"
868
975
  },
869
976
  "Function": {},
870
977
  "Actions": {
871
- "shape": "S5m"
978
+ "shape": "S68"
872
979
  },
873
980
  "PublishStatus": {},
874
981
  "ClientToken": {
@@ -903,23 +1010,23 @@
903
1010
  "SecurityProfileName": {},
904
1011
  "Description": {},
905
1012
  "Permissions": {
906
- "shape": "S6f"
1013
+ "shape": "S70"
907
1014
  },
908
1015
  "InstanceId": {
909
1016
  "location": "uri",
910
1017
  "locationName": "InstanceId"
911
1018
  },
912
1019
  "Tags": {
913
- "shape": "S1x"
1020
+ "shape": "S2i"
914
1021
  },
915
1022
  "AllowedAccessControlTags": {
916
- "shape": "S6h"
1023
+ "shape": "S72"
917
1024
  },
918
1025
  "TagRestrictedResources": {
919
- "shape": "S6k"
1026
+ "shape": "S75"
920
1027
  },
921
1028
  "Applications": {
922
- "shape": "S6m"
1029
+ "shape": "S77"
923
1030
  }
924
1031
  }
925
1032
  },
@@ -952,14 +1059,14 @@
952
1059
  "Description": {},
953
1060
  "ContactFlowId": {},
954
1061
  "Constraints": {
955
- "shape": "S6w"
1062
+ "shape": "S7h"
956
1063
  },
957
1064
  "Defaults": {
958
- "shape": "S75"
1065
+ "shape": "S7q"
959
1066
  },
960
1067
  "Status": {},
961
1068
  "Fields": {
962
- "shape": "S7a"
1069
+ "shape": "S7v"
963
1070
  },
964
1071
  "ClientToken": {
965
1072
  "idempotencyToken": true
@@ -997,7 +1104,7 @@
997
1104
  "idempotencyToken": true
998
1105
  },
999
1106
  "Tags": {
1000
- "shape": "S1x"
1107
+ "shape": "S2i"
1001
1108
  }
1002
1109
  }
1003
1110
  },
@@ -1032,7 +1139,7 @@
1032
1139
  },
1033
1140
  "UseCaseType": {},
1034
1141
  "Tags": {
1035
- "shape": "S1x"
1142
+ "shape": "S2i"
1036
1143
  }
1037
1144
  }
1038
1145
  },
@@ -1062,14 +1169,14 @@
1062
1169
  "Username": {},
1063
1170
  "Password": {},
1064
1171
  "IdentityInfo": {
1065
- "shape": "S7x"
1172
+ "shape": "S8i"
1066
1173
  },
1067
1174
  "PhoneConfig": {
1068
- "shape": "S81"
1175
+ "shape": "S8m"
1069
1176
  },
1070
1177
  "DirectoryUserId": {},
1071
1178
  "SecurityProfileIds": {
1072
- "shape": "S86"
1179
+ "shape": "S8r"
1073
1180
  },
1074
1181
  "RoutingProfileId": {},
1075
1182
  "HierarchyGroupId": {},
@@ -1078,7 +1185,7 @@
1078
1185
  "locationName": "InstanceId"
1079
1186
  },
1080
1187
  "Tags": {
1081
- "shape": "S1x"
1188
+ "shape": "S2i"
1082
1189
  }
1083
1190
  }
1084
1191
  },
@@ -1109,7 +1216,7 @@
1109
1216
  "locationName": "InstanceId"
1110
1217
  },
1111
1218
  "Tags": {
1112
- "shape": "S1x"
1219
+ "shape": "S2i"
1113
1220
  }
1114
1221
  }
1115
1222
  },
@@ -1142,14 +1249,14 @@
1142
1249
  "ClientToken": {},
1143
1250
  "Status": {},
1144
1251
  "Content": {
1145
- "shape": "S8g"
1252
+ "shape": "S91"
1146
1253
  },
1147
1254
  "Description": {},
1148
1255
  "Name": {
1149
- "shape": "S8l"
1256
+ "shape": "S96"
1150
1257
  },
1151
1258
  "Tags": {
1152
- "shape": "S1x"
1259
+ "shape": "S2i"
1153
1260
  }
1154
1261
  }
1155
1262
  },
@@ -1157,7 +1264,7 @@
1157
1264
  "type": "structure",
1158
1265
  "members": {
1159
1266
  "View": {
1160
- "shape": "S8n"
1267
+ "shape": "S98"
1161
1268
  }
1162
1269
  }
1163
1270
  },
@@ -1191,7 +1298,7 @@
1191
1298
  "type": "structure",
1192
1299
  "members": {
1193
1300
  "View": {
1194
- "shape": "S8n"
1301
+ "shape": "S98"
1195
1302
  }
1196
1303
  }
1197
1304
  },
@@ -1221,7 +1328,7 @@
1221
1328
  "LanguageCode": {},
1222
1329
  "Content": {},
1223
1330
  "Tags": {
1224
- "shape": "S1x"
1331
+ "shape": "S2i"
1225
1332
  }
1226
1333
  }
1227
1334
  },
@@ -1845,7 +1952,7 @@
1845
1952
  },
1846
1953
  "State": {},
1847
1954
  "Tags": {
1848
- "shape": "S1x"
1955
+ "shape": "S2i"
1849
1956
  },
1850
1957
  "LastModifiedTime": {
1851
1958
  "type": "timestamp"
@@ -1989,7 +2096,7 @@
1989
2096
  "EvaluatorArn": {},
1990
2097
  "ContactAgentId": {},
1991
2098
  "Score": {
1992
- "shape": "Sag"
2099
+ "shape": "Sb1"
1993
2100
  }
1994
2101
  }
1995
2102
  },
@@ -2000,23 +2107,23 @@
2000
2107
  "type": "structure",
2001
2108
  "members": {
2002
2109
  "Value": {
2003
- "shape": "Sak"
2110
+ "shape": "Sb5"
2004
2111
  },
2005
2112
  "SystemSuggestedValue": {
2006
- "shape": "Sak"
2113
+ "shape": "Sb5"
2007
2114
  }
2008
2115
  }
2009
2116
  }
2010
2117
  },
2011
2118
  "Notes": {
2012
- "shape": "San"
2119
+ "shape": "Sb8"
2013
2120
  },
2014
2121
  "Status": {},
2015
2122
  "Scores": {
2016
2123
  "type": "map",
2017
2124
  "key": {},
2018
2125
  "value": {
2019
- "shape": "Sag"
2126
+ "shape": "Sb1"
2020
2127
  }
2021
2128
  },
2022
2129
  "CreatedTime": {
@@ -2026,7 +2133,7 @@
2026
2133
  "type": "timestamp"
2027
2134
  },
2028
2135
  "Tags": {
2029
- "shape": "S1x"
2136
+ "shape": "S2i"
2030
2137
  }
2031
2138
  }
2032
2139
  },
@@ -2048,10 +2155,10 @@
2048
2155
  "Title": {},
2049
2156
  "Description": {},
2050
2157
  "Items": {
2051
- "shape": "S2o"
2158
+ "shape": "S38"
2052
2159
  },
2053
2160
  "ScoringStrategy": {
2054
- "shape": "S3j"
2161
+ "shape": "S43"
2055
2162
  }
2056
2163
  }
2057
2164
  }
@@ -2094,7 +2201,7 @@
2094
2201
  "Description": {},
2095
2202
  "Content": {},
2096
2203
  "Tags": {
2097
- "shape": "S1x"
2204
+ "shape": "S2i"
2098
2205
  }
2099
2206
  }
2100
2207
  }
@@ -2137,7 +2244,7 @@
2137
2244
  "State": {},
2138
2245
  "Status": {},
2139
2246
  "Tags": {
2140
- "shape": "S1x"
2247
+ "shape": "S2i"
2141
2248
  }
2142
2249
  }
2143
2250
  }
@@ -2205,10 +2312,10 @@
2205
2312
  "Description": {},
2206
2313
  "Status": {},
2207
2314
  "Items": {
2208
- "shape": "S2o"
2315
+ "shape": "S38"
2209
2316
  },
2210
2317
  "ScoringStrategy": {
2211
- "shape": "S3j"
2318
+ "shape": "S43"
2212
2319
  },
2213
2320
  "CreatedTime": {
2214
2321
  "type": "timestamp"
@@ -2219,7 +2326,7 @@
2219
2326
  },
2220
2327
  "LastModifiedBy": {},
2221
2328
  "Tags": {
2222
- "shape": "S1x"
2329
+ "shape": "S2i"
2223
2330
  }
2224
2331
  }
2225
2332
  }
@@ -2252,7 +2359,7 @@
2252
2359
  "type": "structure",
2253
2360
  "members": {
2254
2361
  "HoursOfOperation": {
2255
- "shape": "Sb9"
2362
+ "shape": "Sbu"
2256
2363
  }
2257
2364
  }
2258
2365
  }
@@ -2284,7 +2391,7 @@
2284
2391
  "Arn": {},
2285
2392
  "IdentityManagementType": {},
2286
2393
  "InstanceAlias": {
2287
- "shape": "S41"
2394
+ "shape": "S4l"
2288
2395
  },
2289
2396
  "CreatedTime": {
2290
2397
  "type": "timestamp"
@@ -2335,7 +2442,7 @@
2335
2442
  "type": "structure",
2336
2443
  "members": {
2337
2444
  "Attribute": {
2338
- "shape": "Sbj"
2445
+ "shape": "Sc4"
2339
2446
  }
2340
2447
  }
2341
2448
  }
@@ -2408,7 +2515,7 @@
2408
2515
  "TargetArn": {},
2409
2516
  "InstanceId": {},
2410
2517
  "Tags": {
2411
- "shape": "S1x"
2518
+ "shape": "S2i"
2412
2519
  },
2413
2520
  "PhoneNumberStatus": {
2414
2521
  "type": "structure",
@@ -2448,7 +2555,7 @@
2448
2555
  "type": "structure",
2449
2556
  "members": {
2450
2557
  "Prompt": {
2451
- "shape": "Sbx"
2558
+ "shape": "Sci"
2452
2559
  }
2453
2560
  }
2454
2561
  }
@@ -2479,7 +2586,7 @@
2479
2586
  "type": "structure",
2480
2587
  "members": {
2481
2588
  "Queue": {
2482
- "shape": "Sc0"
2589
+ "shape": "Scl"
2483
2590
  }
2484
2591
  }
2485
2592
  }
@@ -2510,7 +2617,7 @@
2510
2617
  "type": "structure",
2511
2618
  "members": {
2512
2619
  "QuickConnect": {
2513
- "shape": "Sc4"
2620
+ "shape": "Scp"
2514
2621
  }
2515
2622
  }
2516
2623
  }
@@ -2541,7 +2648,7 @@
2541
2648
  "type": "structure",
2542
2649
  "members": {
2543
2650
  "RoutingProfile": {
2544
- "shape": "Sc7"
2651
+ "shape": "Scs"
2545
2652
  }
2546
2653
  }
2547
2654
  }
@@ -2593,11 +2700,11 @@
2593
2700
  "RuleId": {},
2594
2701
  "RuleArn": {},
2595
2702
  "TriggerEventSource": {
2596
- "shape": "S5j"
2703
+ "shape": "S65"
2597
2704
  },
2598
2705
  "Function": {},
2599
2706
  "Actions": {
2600
- "shape": "S5m"
2707
+ "shape": "S68"
2601
2708
  },
2602
2709
  "PublishStatus": {},
2603
2710
  "CreatedTime": {
@@ -2608,7 +2715,7 @@
2608
2715
  },
2609
2716
  "LastUpdatedBy": {},
2610
2717
  "Tags": {
2611
- "shape": "S1x"
2718
+ "shape": "S2i"
2612
2719
  }
2613
2720
  }
2614
2721
  }
@@ -2649,13 +2756,13 @@
2649
2756
  "SecurityProfileName": {},
2650
2757
  "Description": {},
2651
2758
  "Tags": {
2652
- "shape": "S1x"
2759
+ "shape": "S2i"
2653
2760
  },
2654
2761
  "AllowedAccessControlTags": {
2655
- "shape": "S6h"
2762
+ "shape": "S72"
2656
2763
  },
2657
2764
  "TagRestrictedResources": {
2658
- "shape": "S6k"
2765
+ "shape": "S75"
2659
2766
  },
2660
2767
  "LastModifiedTime": {
2661
2768
  "type": "timestamp"
@@ -2696,7 +2803,7 @@
2696
2803
  "InstanceArn": {},
2697
2804
  "Status": {},
2698
2805
  "Tags": {
2699
- "shape": "S1x"
2806
+ "shape": "S2i"
2700
2807
  },
2701
2808
  "IsDefault": {
2702
2809
  "type": "boolean"
@@ -2738,19 +2845,19 @@
2738
2845
  "Arn": {},
2739
2846
  "Username": {},
2740
2847
  "IdentityInfo": {
2741
- "shape": "S7x"
2848
+ "shape": "S8i"
2742
2849
  },
2743
2850
  "PhoneConfig": {
2744
- "shape": "S81"
2851
+ "shape": "S8m"
2745
2852
  },
2746
2853
  "DirectoryUserId": {},
2747
2854
  "SecurityProfileIds": {
2748
- "shape": "S86"
2855
+ "shape": "S8r"
2749
2856
  },
2750
2857
  "RoutingProfileId": {},
2751
2858
  "HierarchyGroupId": {},
2752
2859
  "Tags": {
2753
- "shape": "S1x"
2860
+ "shape": "S2i"
2754
2861
  },
2755
2862
  "LastModifiedTime": {
2756
2863
  "type": "timestamp"
@@ -2797,24 +2904,24 @@
2797
2904
  "type": "structure",
2798
2905
  "members": {
2799
2906
  "LevelOne": {
2800
- "shape": "Sct"
2907
+ "shape": "Sde"
2801
2908
  },
2802
2909
  "LevelTwo": {
2803
- "shape": "Sct"
2910
+ "shape": "Sde"
2804
2911
  },
2805
2912
  "LevelThree": {
2806
- "shape": "Sct"
2913
+ "shape": "Sde"
2807
2914
  },
2808
2915
  "LevelFour": {
2809
- "shape": "Sct"
2916
+ "shape": "Sde"
2810
2917
  },
2811
2918
  "LevelFive": {
2812
- "shape": "Sct"
2919
+ "shape": "Sde"
2813
2920
  }
2814
2921
  }
2815
2922
  },
2816
2923
  "Tags": {
2817
- "shape": "S1x"
2924
+ "shape": "S2i"
2818
2925
  },
2819
2926
  "LastModifiedTime": {
2820
2927
  "type": "timestamp"
@@ -2849,19 +2956,19 @@
2849
2956
  "type": "structure",
2850
2957
  "members": {
2851
2958
  "LevelOne": {
2852
- "shape": "Scx"
2959
+ "shape": "Sdi"
2853
2960
  },
2854
2961
  "LevelTwo": {
2855
- "shape": "Scx"
2962
+ "shape": "Sdi"
2856
2963
  },
2857
2964
  "LevelThree": {
2858
- "shape": "Scx"
2965
+ "shape": "Sdi"
2859
2966
  },
2860
2967
  "LevelFour": {
2861
- "shape": "Scx"
2968
+ "shape": "Sdi"
2862
2969
  },
2863
2970
  "LevelFive": {
2864
- "shape": "Scx"
2971
+ "shape": "Sdi"
2865
2972
  }
2866
2973
  }
2867
2974
  }
@@ -2894,7 +3001,7 @@
2894
3001
  "type": "structure",
2895
3002
  "members": {
2896
3003
  "View": {
2897
- "shape": "S8n"
3004
+ "shape": "S98"
2898
3005
  }
2899
3006
  }
2900
3007
  }
@@ -2949,7 +3056,7 @@
2949
3056
  "FailureReason": {},
2950
3057
  "Content": {},
2951
3058
  "Tags": {
2952
- "shape": "S1x"
3059
+ "shape": "S2i"
2953
3060
  }
2954
3061
  }
2955
3062
  }
@@ -3269,7 +3376,7 @@
3269
3376
  "type": "structure",
3270
3377
  "members": {
3271
3378
  "Attributes": {
3272
- "shape": "Sdm"
3379
+ "shape": "S22"
3273
3380
  }
3274
3381
  }
3275
3382
  }
@@ -3291,15 +3398,15 @@
3291
3398
  "locationName": "InstanceId"
3292
3399
  },
3293
3400
  "Filters": {
3294
- "shape": "Sdq"
3401
+ "shape": "Se8"
3295
3402
  },
3296
3403
  "Groupings": {
3297
- "shape": "Sdu"
3404
+ "shape": "Sec"
3298
3405
  },
3299
3406
  "CurrentMetrics": {
3300
3407
  "type": "list",
3301
3408
  "member": {
3302
- "shape": "Sdx"
3409
+ "shape": "Sef"
3303
3410
  }
3304
3411
  },
3305
3412
  "NextToken": {},
@@ -3328,7 +3435,7 @@
3328
3435
  "type": "structure",
3329
3436
  "members": {
3330
3437
  "Dimensions": {
3331
- "shape": "Se8"
3438
+ "shape": "Seq"
3332
3439
  },
3333
3440
  "Collections": {
3334
3441
  "type": "list",
@@ -3336,7 +3443,7 @@
3336
3443
  "type": "structure",
3337
3444
  "members": {
3338
3445
  "Metric": {
3339
- "shape": "Sdx"
3446
+ "shape": "Sef"
3340
3447
  },
3341
3448
  "Value": {
3342
3449
  "type": "double"
@@ -3375,7 +3482,7 @@
3375
3482
  "type": "structure",
3376
3483
  "members": {
3377
3484
  "Queues": {
3378
- "shape": "Sdr"
3485
+ "shape": "Se9"
3379
3486
  },
3380
3487
  "ContactFilter": {
3381
3488
  "type": "structure",
@@ -3387,7 +3494,7 @@
3387
3494
  }
3388
3495
  },
3389
3496
  "RoutingProfiles": {
3390
- "shape": "Sdt"
3497
+ "shape": "Seb"
3391
3498
  },
3392
3499
  "Agents": {
3393
3500
  "type": "list",
@@ -3422,25 +3529,25 @@
3422
3529
  }
3423
3530
  },
3424
3531
  "RoutingProfile": {
3425
- "shape": "Sea"
3532
+ "shape": "Ses"
3426
3533
  },
3427
3534
  "HierarchyPath": {
3428
3535
  "type": "structure",
3429
3536
  "members": {
3430
3537
  "LevelOne": {
3431
- "shape": "Ser"
3538
+ "shape": "Sf9"
3432
3539
  },
3433
3540
  "LevelTwo": {
3434
- "shape": "Ser"
3541
+ "shape": "Sf9"
3435
3542
  },
3436
3543
  "LevelThree": {
3437
- "shape": "Ser"
3544
+ "shape": "Sf9"
3438
3545
  },
3439
3546
  "LevelFour": {
3440
- "shape": "Ser"
3547
+ "shape": "Sf9"
3441
3548
  },
3442
3549
  "LevelFive": {
3443
- "shape": "Ser"
3550
+ "shape": "Sf9"
3444
3551
  }
3445
3552
  }
3446
3553
  },
@@ -3455,13 +3562,13 @@
3455
3562
  }
3456
3563
  },
3457
3564
  "AvailableSlotsByChannel": {
3458
- "shape": "Set"
3565
+ "shape": "Sfb"
3459
3566
  },
3460
3567
  "MaxSlotsByChannel": {
3461
- "shape": "Set"
3568
+ "shape": "Sfb"
3462
3569
  },
3463
3570
  "ActiveSlotsByChannel": {
3464
- "shape": "Set"
3571
+ "shape": "Sfb"
3465
3572
  },
3466
3573
  "Contacts": {
3467
3574
  "type": "list",
@@ -3479,7 +3586,7 @@
3479
3586
  "type": "timestamp"
3480
3587
  },
3481
3588
  "Queue": {
3482
- "shape": "Se9"
3589
+ "shape": "Ser"
3483
3590
  }
3484
3591
  }
3485
3592
  }
@@ -3518,13 +3625,13 @@
3518
3625
  "type": "structure",
3519
3626
  "members": {
3520
3627
  "AccessToken": {
3521
- "shape": "Sf0"
3628
+ "shape": "Sfi"
3522
3629
  },
3523
3630
  "AccessTokenExpiration": {
3524
3631
  "type": "timestamp"
3525
3632
  },
3526
3633
  "RefreshToken": {
3527
- "shape": "Sf0"
3634
+ "shape": "Sfi"
3528
3635
  },
3529
3636
  "RefreshTokenExpiration": {
3530
3637
  "type": "timestamp"
@@ -3562,15 +3669,15 @@
3562
3669
  "type": "timestamp"
3563
3670
  },
3564
3671
  "Filters": {
3565
- "shape": "Sdq"
3672
+ "shape": "Se8"
3566
3673
  },
3567
3674
  "Groupings": {
3568
- "shape": "Sdu"
3675
+ "shape": "Sec"
3569
3676
  },
3570
3677
  "HistoricalMetrics": {
3571
3678
  "type": "list",
3572
3679
  "member": {
3573
- "shape": "Sf3"
3680
+ "shape": "Sfl"
3574
3681
  }
3575
3682
  },
3576
3683
  "NextToken": {},
@@ -3589,7 +3696,7 @@
3589
3696
  "type": "structure",
3590
3697
  "members": {
3591
3698
  "Dimensions": {
3592
- "shape": "Se8"
3699
+ "shape": "Seq"
3593
3700
  },
3594
3701
  "Collections": {
3595
3702
  "type": "list",
@@ -3597,7 +3704,7 @@
3597
3704
  "type": "structure",
3598
3705
  "members": {
3599
3706
  "Metric": {
3600
- "shape": "Sf3"
3707
+ "shape": "Sfl"
3601
3708
  },
3602
3709
  "Value": {
3603
3710
  "type": "double"
@@ -3659,7 +3766,7 @@
3659
3766
  "Metrics": {
3660
3767
  "type": "list",
3661
3768
  "member": {
3662
- "shape": "Sfo"
3769
+ "shape": "Sg6"
3663
3770
  }
3664
3771
  },
3665
3772
  "NextToken": {},
@@ -3700,7 +3807,7 @@
3700
3807
  "type": "structure",
3701
3808
  "members": {
3702
3809
  "Metric": {
3703
- "shape": "Sfo"
3810
+ "shape": "Sg6"
3704
3811
  },
3705
3812
  "Value": {
3706
3813
  "type": "double"
@@ -3788,13 +3895,13 @@
3788
3895
  "Description": {},
3789
3896
  "ContactFlowId": {},
3790
3897
  "Constraints": {
3791
- "shape": "S6w"
3898
+ "shape": "S7h"
3792
3899
  },
3793
3900
  "Defaults": {
3794
- "shape": "S75"
3901
+ "shape": "S7q"
3795
3902
  },
3796
3903
  "Fields": {
3797
- "shape": "S7a"
3904
+ "shape": "S7v"
3798
3905
  },
3799
3906
  "Status": {},
3800
3907
  "LastModifiedTime": {
@@ -3804,7 +3911,7 @@
3804
3911
  "type": "timestamp"
3805
3912
  },
3806
3913
  "Tags": {
3807
- "shape": "S1x"
3914
+ "shape": "S2i"
3808
3915
  }
3809
3916
  }
3810
3917
  }
@@ -3830,15 +3937,15 @@
3830
3937
  "type": "structure",
3831
3938
  "members": {
3832
3939
  "TelephonyConfig": {
3833
- "shape": "Sgd"
3940
+ "shape": "Sgv"
3834
3941
  },
3835
3942
  "Id": {},
3836
3943
  "Arn": {},
3837
3944
  "SignInConfig": {
3838
- "shape": "Sgi"
3945
+ "shape": "Sh0"
3839
3946
  },
3840
3947
  "AgentConfig": {
3841
- "shape": "Sgl"
3948
+ "shape": "Sh3"
3842
3949
  }
3843
3950
  }
3844
3951
  }
@@ -4041,7 +4148,7 @@
4041
4148
  "Status": {},
4042
4149
  "EvaluatorArn": {},
4043
4150
  "Score": {
4044
- "shape": "Sag"
4151
+ "shape": "Sb1"
4045
4152
  },
4046
4153
  "CreatedTime": {
4047
4154
  "type": "timestamp"
@@ -4530,7 +4637,7 @@
4530
4637
  "Attributes": {
4531
4638
  "type": "list",
4532
4639
  "member": {
4533
- "shape": "Sbj"
4640
+ "shape": "Sc4"
4534
4641
  }
4535
4642
  },
4536
4643
  "NextToken": {}
@@ -4612,7 +4719,7 @@
4612
4719
  "Arn": {},
4613
4720
  "IdentityManagementType": {},
4614
4721
  "InstanceAlias": {
4615
- "shape": "S41"
4722
+ "shape": "S4l"
4616
4723
  },
4617
4724
  "CreatedTime": {
4618
4725
  "type": "timestamp"
@@ -4778,12 +4885,12 @@
4778
4885
  "locationName": "InstanceId"
4779
4886
  },
4780
4887
  "PhoneNumberTypes": {
4781
- "shape": "Siv",
4888
+ "shape": "Sjd",
4782
4889
  "location": "querystring",
4783
4890
  "locationName": "phoneNumberTypes"
4784
4891
  },
4785
4892
  "PhoneNumberCountryCodes": {
4786
- "shape": "Siw",
4893
+ "shape": "Sje",
4787
4894
  "location": "querystring",
4788
4895
  "locationName": "phoneNumberCountryCodes"
4789
4896
  },
@@ -4832,10 +4939,10 @@
4832
4939
  },
4833
4940
  "NextToken": {},
4834
4941
  "PhoneNumberCountryCodes": {
4835
- "shape": "Siw"
4942
+ "shape": "Sje"
4836
4943
  },
4837
4944
  "PhoneNumberTypes": {
4838
- "shape": "Siv"
4945
+ "shape": "Sjd"
4839
4946
  },
4840
4947
  "PhoneNumberPrefix": {}
4841
4948
  }
@@ -4946,7 +5053,7 @@
4946
5053
  "members": {
4947
5054
  "NextToken": {},
4948
5055
  "QuickConnectSummaryList": {
4949
- "shape": "Sjd"
5056
+ "shape": "Sjv"
4950
5057
  },
4951
5058
  "LastModifiedTime": {
4952
5059
  "type": "timestamp"
@@ -5046,7 +5153,7 @@
5046
5153
  "type": "structure",
5047
5154
  "members": {
5048
5155
  "QuickConnectSummaryList": {
5049
- "shape": "Sjd"
5156
+ "shape": "Sjv"
5050
5157
  },
5051
5158
  "NextToken": {}
5052
5159
  }
@@ -5334,7 +5441,7 @@
5334
5441
  "type": "structure",
5335
5442
  "members": {
5336
5443
  "Applications": {
5337
- "shape": "S6m"
5444
+ "shape": "S77"
5338
5445
  },
5339
5446
  "NextToken": {},
5340
5447
  "LastModifiedTime": {
@@ -5379,7 +5486,7 @@
5379
5486
  "type": "structure",
5380
5487
  "members": {
5381
5488
  "Permissions": {
5382
- "shape": "S6f"
5489
+ "shape": "S70"
5383
5490
  },
5384
5491
  "NextToken": {},
5385
5492
  "LastModifiedTime": {
@@ -5458,7 +5565,7 @@
5458
5565
  "type": "structure",
5459
5566
  "members": {
5460
5567
  "tags": {
5461
- "shape": "S1x"
5568
+ "shape": "S2i"
5462
5569
  }
5463
5570
  }
5464
5571
  }
@@ -5692,7 +5799,7 @@
5692
5799
  "UserHierarchyGroupSummaryList": {
5693
5800
  "type": "list",
5694
5801
  "member": {
5695
- "shape": "Sct"
5802
+ "shape": "Sde"
5696
5803
  }
5697
5804
  },
5698
5805
  "NextToken": {}
@@ -5790,7 +5897,7 @@
5790
5897
  "Arn": {},
5791
5898
  "Description": {},
5792
5899
  "Name": {
5793
- "shape": "S8l"
5900
+ "shape": "S96"
5794
5901
  },
5795
5902
  "Type": {},
5796
5903
  "Version": {
@@ -5845,7 +5952,7 @@
5845
5952
  "Id": {},
5846
5953
  "Arn": {},
5847
5954
  "Name": {
5848
- "shape": "S8l"
5955
+ "shape": "S96"
5849
5956
  },
5850
5957
  "Type": {},
5851
5958
  "Status": {},
@@ -5962,7 +6069,7 @@
5962
6069
  "idempotencyToken": true
5963
6070
  },
5964
6071
  "ReplicaAlias": {
5965
- "shape": "S41"
6072
+ "shape": "S4l"
5966
6073
  }
5967
6074
  }
5968
6075
  },
@@ -6055,12 +6162,12 @@
6055
6162
  "type": "structure",
6056
6163
  "members": {
6057
6164
  "TagFilter": {
6058
- "shape": "Slx"
6165
+ "shape": "Smf"
6059
6166
  }
6060
6167
  }
6061
6168
  },
6062
6169
  "SearchCriteria": {
6063
- "shape": "Sm1"
6170
+ "shape": "Smj"
6064
6171
  }
6065
6172
  }
6066
6173
  },
@@ -6070,7 +6177,7 @@
6070
6177
  "HoursOfOperations": {
6071
6178
  "type": "list",
6072
6179
  "member": {
6073
- "shape": "Sb9"
6180
+ "shape": "Sbu"
6074
6181
  }
6075
6182
  },
6076
6183
  "NextToken": {},
@@ -6099,12 +6206,12 @@
6099
6206
  "type": "structure",
6100
6207
  "members": {
6101
6208
  "TagFilter": {
6102
- "shape": "Slx"
6209
+ "shape": "Smf"
6103
6210
  }
6104
6211
  }
6105
6212
  },
6106
6213
  "SearchCriteria": {
6107
- "shape": "Sm9"
6214
+ "shape": "Smr"
6108
6215
  }
6109
6216
  }
6110
6217
  },
@@ -6114,7 +6221,7 @@
6114
6221
  "Prompts": {
6115
6222
  "type": "list",
6116
6223
  "member": {
6117
- "shape": "Sbx"
6224
+ "shape": "Sci"
6118
6225
  }
6119
6226
  },
6120
6227
  "NextToken": {},
@@ -6143,12 +6250,12 @@
6143
6250
  "type": "structure",
6144
6251
  "members": {
6145
6252
  "TagFilter": {
6146
- "shape": "Slx"
6253
+ "shape": "Smf"
6147
6254
  }
6148
6255
  }
6149
6256
  },
6150
6257
  "SearchCriteria": {
6151
- "shape": "Smf"
6258
+ "shape": "Smx"
6152
6259
  }
6153
6260
  }
6154
6261
  },
@@ -6158,7 +6265,7 @@
6158
6265
  "Queues": {
6159
6266
  "type": "list",
6160
6267
  "member": {
6161
- "shape": "Sc0"
6268
+ "shape": "Scl"
6162
6269
  }
6163
6270
  },
6164
6271
  "NextToken": {},
@@ -6187,12 +6294,12 @@
6187
6294
  "type": "structure",
6188
6295
  "members": {
6189
6296
  "TagFilter": {
6190
- "shape": "Slx"
6297
+ "shape": "Smf"
6191
6298
  }
6192
6299
  }
6193
6300
  },
6194
6301
  "SearchCriteria": {
6195
- "shape": "Smm"
6302
+ "shape": "Sn4"
6196
6303
  }
6197
6304
  }
6198
6305
  },
@@ -6202,7 +6309,7 @@
6202
6309
  "QuickConnects": {
6203
6310
  "type": "list",
6204
6311
  "member": {
6205
- "shape": "Sc4"
6312
+ "shape": "Scp"
6206
6313
  }
6207
6314
  },
6208
6315
  "NextToken": {},
@@ -6283,12 +6390,12 @@
6283
6390
  "type": "structure",
6284
6391
  "members": {
6285
6392
  "TagFilter": {
6286
- "shape": "Slx"
6393
+ "shape": "Smf"
6287
6394
  }
6288
6395
  }
6289
6396
  },
6290
6397
  "SearchCriteria": {
6291
- "shape": "Sn1"
6398
+ "shape": "Snj"
6292
6399
  }
6293
6400
  }
6294
6401
  },
@@ -6298,7 +6405,7 @@
6298
6405
  "RoutingProfiles": {
6299
6406
  "type": "list",
6300
6407
  "member": {
6301
- "shape": "Sc7"
6408
+ "shape": "Scs"
6302
6409
  }
6303
6410
  },
6304
6411
  "NextToken": {},
@@ -6324,13 +6431,13 @@
6324
6431
  "type": "integer"
6325
6432
  },
6326
6433
  "SearchCriteria": {
6327
- "shape": "Sn6"
6434
+ "shape": "Sno"
6328
6435
  },
6329
6436
  "SearchFilter": {
6330
6437
  "type": "structure",
6331
6438
  "members": {
6332
6439
  "TagFilter": {
6333
- "shape": "Slx"
6440
+ "shape": "Smf"
6334
6441
  }
6335
6442
  }
6336
6443
  }
@@ -6350,7 +6457,7 @@
6350
6457
  "SecurityProfileName": {},
6351
6458
  "Description": {},
6352
6459
  "Tags": {
6353
- "shape": "S1x"
6460
+ "shape": "S2i"
6354
6461
  }
6355
6462
  }
6356
6463
  }
@@ -6378,12 +6485,12 @@
6378
6485
  "type": "structure",
6379
6486
  "members": {
6380
6487
  "TagFilter": {
6381
- "shape": "Slx"
6488
+ "shape": "Smf"
6382
6489
  }
6383
6490
  }
6384
6491
  },
6385
6492
  "SearchCriteria": {
6386
- "shape": "Sne"
6493
+ "shape": "Snw"
6387
6494
  }
6388
6495
  }
6389
6496
  },
@@ -6407,14 +6514,14 @@
6407
6514
  }
6408
6515
  },
6409
6516
  "PhoneConfig": {
6410
- "shape": "S81"
6517
+ "shape": "S8m"
6411
6518
  },
6412
6519
  "RoutingProfileId": {},
6413
6520
  "SecurityProfileIds": {
6414
- "shape": "S86"
6521
+ "shape": "S8r"
6415
6522
  },
6416
6523
  "Tags": {
6417
- "shape": "S1x"
6524
+ "shape": "S2i"
6418
6525
  },
6419
6526
  "Username": {}
6420
6527
  }
@@ -6498,7 +6605,7 @@
6498
6605
  "InstanceId": {},
6499
6606
  "ContactFlowId": {},
6500
6607
  "Attributes": {
6501
- "shape": "Sdm"
6608
+ "shape": "S22"
6502
6609
  },
6503
6610
  "ParticipantDetails": {
6504
6611
  "type": "structure",
@@ -6677,7 +6784,7 @@
6677
6784
  "SourcePhoneNumber": {},
6678
6785
  "QueueId": {},
6679
6786
  "Attributes": {
6680
- "shape": "Sdm"
6787
+ "shape": "S22"
6681
6788
  },
6682
6789
  "AnswerMachineDetectionConfig": {
6683
6790
  "type": "structure",
@@ -6717,11 +6824,11 @@
6717
6824
  "PreviousContactId": {},
6718
6825
  "ContactFlowId": {},
6719
6826
  "Attributes": {
6720
- "shape": "Sdm"
6827
+ "shape": "S22"
6721
6828
  },
6722
6829
  "Name": {},
6723
6830
  "References": {
6724
- "shape": "S5s"
6831
+ "shape": "S6e"
6725
6832
  },
6726
6833
  "Description": {},
6727
6834
  "ClientToken": {
@@ -6754,7 +6861,13 @@
6754
6861
  ],
6755
6862
  "members": {
6756
6863
  "ContactId": {},
6757
- "InstanceId": {}
6864
+ "InstanceId": {},
6865
+ "DisconnectReason": {
6866
+ "type": "structure",
6867
+ "members": {
6868
+ "Code": {}
6869
+ }
6870
+ }
6758
6871
  }
6759
6872
  },
6760
6873
  "output": {
@@ -6826,10 +6939,10 @@
6826
6939
  "locationName": "EvaluationId"
6827
6940
  },
6828
6941
  "Answers": {
6829
- "shape": "Soq"
6942
+ "shape": "Sp8"
6830
6943
  },
6831
6944
  "Notes": {
6832
- "shape": "San"
6945
+ "shape": "Sb8"
6833
6946
  }
6834
6947
  }
6835
6948
  },
@@ -6883,7 +6996,7 @@
6883
6996
  "locationName": "resourceArn"
6884
6997
  },
6885
6998
  "tags": {
6886
- "shape": "S1x"
6999
+ "shape": "S2i"
6887
7000
  }
6888
7001
  }
6889
7002
  }
@@ -6996,7 +7109,7 @@
6996
7109
  "Name": {},
6997
7110
  "Description": {},
6998
7111
  "References": {
6999
- "shape": "S5s"
7112
+ "shape": "S6e"
7000
7113
  }
7001
7114
  }
7002
7115
  },
@@ -7020,7 +7133,7 @@
7020
7133
  "InitialContactId": {},
7021
7134
  "InstanceId": {},
7022
7135
  "Attributes": {
7023
- "shape": "Sdm"
7136
+ "shape": "S22"
7024
7137
  }
7025
7138
  }
7026
7139
  },
@@ -7049,10 +7162,10 @@
7049
7162
  "locationName": "EvaluationId"
7050
7163
  },
7051
7164
  "Answers": {
7052
- "shape": "Soq"
7165
+ "shape": "Sp8"
7053
7166
  },
7054
7167
  "Notes": {
7055
- "shape": "San"
7168
+ "shape": "Sb8"
7056
7169
  }
7057
7170
  }
7058
7171
  },
@@ -7266,10 +7379,10 @@
7266
7379
  "Title": {},
7267
7380
  "Description": {},
7268
7381
  "Items": {
7269
- "shape": "S2o"
7382
+ "shape": "S38"
7270
7383
  },
7271
7384
  "ScoringStrategy": {
7272
- "shape": "S3j"
7385
+ "shape": "S43"
7273
7386
  },
7274
7387
  "ClientToken": {
7275
7388
  "idempotencyToken": true
@@ -7316,7 +7429,7 @@
7316
7429
  "Description": {},
7317
7430
  "TimeZone": {},
7318
7431
  "Config": {
7319
- "shape": "S3r"
7432
+ "shape": "S4b"
7320
7433
  }
7321
7434
  }
7322
7435
  }
@@ -7621,7 +7734,7 @@
7621
7734
  "locationName": "QueueId"
7622
7735
  },
7623
7736
  "OutboundCallerConfig": {
7624
- "shape": "S4u"
7737
+ "shape": "S5g"
7625
7738
  }
7626
7739
  }
7627
7740
  }
@@ -7671,7 +7784,7 @@
7671
7784
  "locationName": "QuickConnectId"
7672
7785
  },
7673
7786
  "QuickConnectConfig": {
7674
- "shape": "S51"
7787
+ "shape": "S5n"
7675
7788
  }
7676
7789
  }
7677
7790
  }
@@ -7745,7 +7858,7 @@
7745
7858
  "locationName": "RoutingProfileId"
7746
7859
  },
7747
7860
  "MediaConcurrencies": {
7748
- "shape": "S5a"
7861
+ "shape": "S5w"
7749
7862
  }
7750
7863
  }
7751
7864
  }
@@ -7851,7 +7964,7 @@
7851
7964
  "Name": {},
7852
7965
  "Function": {},
7853
7966
  "Actions": {
7854
- "shape": "S5m"
7967
+ "shape": "S68"
7855
7968
  },
7856
7969
  "PublishStatus": {}
7857
7970
  }
@@ -7870,7 +7983,7 @@
7870
7983
  "members": {
7871
7984
  "Description": {},
7872
7985
  "Permissions": {
7873
- "shape": "S6f"
7986
+ "shape": "S70"
7874
7987
  },
7875
7988
  "SecurityProfileId": {
7876
7989
  "location": "uri",
@@ -7881,13 +7994,13 @@
7881
7994
  "locationName": "InstanceId"
7882
7995
  },
7883
7996
  "AllowedAccessControlTags": {
7884
- "shape": "S6h"
7997
+ "shape": "S72"
7885
7998
  },
7886
7999
  "TagRestrictedResources": {
7887
- "shape": "S6k"
8000
+ "shape": "S75"
7888
8001
  },
7889
8002
  "Applications": {
7890
- "shape": "S6m"
8003
+ "shape": "S77"
7891
8004
  }
7892
8005
  }
7893
8006
  }
@@ -7915,14 +8028,14 @@
7915
8028
  "Description": {},
7916
8029
  "ContactFlowId": {},
7917
8030
  "Constraints": {
7918
- "shape": "S6w"
8031
+ "shape": "S7h"
7919
8032
  },
7920
8033
  "Defaults": {
7921
- "shape": "S75"
8034
+ "shape": "S7q"
7922
8035
  },
7923
8036
  "Status": {},
7924
8037
  "Fields": {
7925
- "shape": "S7a"
8038
+ "shape": "S7v"
7926
8039
  }
7927
8040
  }
7928
8041
  },
@@ -7936,13 +8049,13 @@
7936
8049
  "Description": {},
7937
8050
  "ContactFlowId": {},
7938
8051
  "Constraints": {
7939
- "shape": "S6w"
8052
+ "shape": "S7h"
7940
8053
  },
7941
8054
  "Defaults": {
7942
- "shape": "S75"
8055
+ "shape": "S7q"
7943
8056
  },
7944
8057
  "Fields": {
7945
- "shape": "S7a"
8058
+ "shape": "S7v"
7946
8059
  },
7947
8060
  "Status": {},
7948
8061
  "LastModifiedTime": {
@@ -7970,13 +8083,13 @@
7970
8083
  "locationName": "Id"
7971
8084
  },
7972
8085
  "TelephonyConfig": {
7973
- "shape": "Sgd"
8086
+ "shape": "Sgv"
7974
8087
  },
7975
8088
  "SignInConfig": {
7976
- "shape": "Sgi"
8089
+ "shape": "Sh0"
7977
8090
  },
7978
8091
  "AgentConfig": {
7979
- "shape": "Sgl"
8092
+ "shape": "Sh3"
7980
8093
  }
7981
8094
  }
7982
8095
  },
@@ -8047,19 +8160,19 @@
8047
8160
  "type": "structure",
8048
8161
  "members": {
8049
8162
  "LevelOne": {
8050
- "shape": "Squ"
8163
+ "shape": "Src"
8051
8164
  },
8052
8165
  "LevelTwo": {
8053
- "shape": "Squ"
8166
+ "shape": "Src"
8054
8167
  },
8055
8168
  "LevelThree": {
8056
- "shape": "Squ"
8169
+ "shape": "Src"
8057
8170
  },
8058
8171
  "LevelFour": {
8059
- "shape": "Squ"
8172
+ "shape": "Src"
8060
8173
  },
8061
8174
  "LevelFive": {
8062
- "shape": "Squ"
8175
+ "shape": "Src"
8063
8176
  }
8064
8177
  }
8065
8178
  },
@@ -8083,7 +8196,7 @@
8083
8196
  ],
8084
8197
  "members": {
8085
8198
  "IdentityInfo": {
8086
- "shape": "S7x"
8199
+ "shape": "S8i"
8087
8200
  },
8088
8201
  "UserId": {
8089
8202
  "location": "uri",
@@ -8109,7 +8222,7 @@
8109
8222
  ],
8110
8223
  "members": {
8111
8224
  "PhoneConfig": {
8112
- "shape": "S81"
8225
+ "shape": "S8m"
8113
8226
  },
8114
8227
  "UserId": {
8115
8228
  "location": "uri",
@@ -8159,7 +8272,7 @@
8159
8272
  ],
8160
8273
  "members": {
8161
8274
  "SecurityProfileIds": {
8162
- "shape": "S86"
8275
+ "shape": "S8r"
8163
8276
  },
8164
8277
  "UserId": {
8165
8278
  "location": "uri",
@@ -8195,7 +8308,7 @@
8195
8308
  },
8196
8309
  "Status": {},
8197
8310
  "Content": {
8198
- "shape": "S8g"
8311
+ "shape": "S91"
8199
8312
  }
8200
8313
  }
8201
8314
  },
@@ -8203,7 +8316,7 @@
8203
8316
  "type": "structure",
8204
8317
  "members": {
8205
8318
  "View": {
8206
- "shape": "S8n"
8319
+ "shape": "S98"
8207
8320
  }
8208
8321
  }
8209
8322
  }
@@ -8228,7 +8341,7 @@
8228
8341
  "locationName": "ViewId"
8229
8342
  },
8230
8343
  "Name": {
8231
- "shape": "S8l"
8344
+ "shape": "S96"
8232
8345
  },
8233
8346
  "Description": {}
8234
8347
  }
@@ -8364,12 +8477,24 @@
8364
8477
  "Channel": {}
8365
8478
  }
8366
8479
  },
8367
- "S1x": {
8480
+ "S1y": {
8481
+ "type": "structure",
8482
+ "members": {
8483
+ "Type": {},
8484
+ "Address": {}
8485
+ }
8486
+ },
8487
+ "S22": {
8488
+ "type": "map",
8489
+ "key": {},
8490
+ "value": {}
8491
+ },
8492
+ "S2i": {
8368
8493
  "type": "map",
8369
8494
  "key": {},
8370
8495
  "value": {}
8371
8496
  },
8372
- "S2o": {
8497
+ "S38": {
8373
8498
  "type": "list",
8374
8499
  "member": {
8375
8500
  "type": "structure",
@@ -8386,7 +8511,7 @@
8386
8511
  "RefId": {},
8387
8512
  "Instructions": {},
8388
8513
  "Items": {
8389
- "shape": "S2o"
8514
+ "shape": "S38"
8390
8515
  },
8391
8516
  "Weight": {
8392
8517
  "type": "double"
@@ -8537,7 +8662,7 @@
8537
8662
  "union": true
8538
8663
  }
8539
8664
  },
8540
- "S3j": {
8665
+ "S43": {
8541
8666
  "type": "structure",
8542
8667
  "required": [
8543
8668
  "Mode",
@@ -8548,7 +8673,7 @@
8548
8673
  "Status": {}
8549
8674
  }
8550
8675
  },
8551
- "S3r": {
8676
+ "S4b": {
8552
8677
  "type": "list",
8553
8678
  "member": {
8554
8679
  "type": "structure",
@@ -8560,15 +8685,15 @@
8560
8685
  "members": {
8561
8686
  "Day": {},
8562
8687
  "StartTime": {
8563
- "shape": "S3u"
8688
+ "shape": "S4e"
8564
8689
  },
8565
8690
  "EndTime": {
8566
- "shape": "S3u"
8691
+ "shape": "S4e"
8567
8692
  }
8568
8693
  }
8569
8694
  }
8570
8695
  },
8571
- "S3u": {
8696
+ "S4e": {
8572
8697
  "type": "structure",
8573
8698
  "required": [
8574
8699
  "Hours",
@@ -8583,11 +8708,11 @@
8583
8708
  }
8584
8709
  }
8585
8710
  },
8586
- "S41": {
8711
+ "S4l": {
8587
8712
  "type": "string",
8588
8713
  "sensitive": true
8589
8714
  },
8590
- "S4u": {
8715
+ "S5g": {
8591
8716
  "type": "structure",
8592
8717
  "members": {
8593
8718
  "OutboundCallerIdName": {},
@@ -8595,7 +8720,7 @@
8595
8720
  "OutboundFlowId": {}
8596
8721
  }
8597
8722
  },
8598
- "S51": {
8723
+ "S5n": {
8599
8724
  "type": "structure",
8600
8725
  "required": [
8601
8726
  "QuickConnectType"
@@ -8635,7 +8760,7 @@
8635
8760
  }
8636
8761
  }
8637
8762
  },
8638
- "S5a": {
8763
+ "S5w": {
8639
8764
  "type": "list",
8640
8765
  "member": {
8641
8766
  "type": "structure",
@@ -8660,7 +8785,7 @@
8660
8785
  }
8661
8786
  }
8662
8787
  },
8663
- "S5j": {
8788
+ "S65": {
8664
8789
  "type": "structure",
8665
8790
  "required": [
8666
8791
  "EventSourceName"
@@ -8670,7 +8795,7 @@
8670
8795
  "IntegrationAssociationId": {}
8671
8796
  }
8672
8797
  },
8673
- "S5m": {
8798
+ "S68": {
8674
8799
  "type": "list",
8675
8800
  "member": {
8676
8801
  "type": "structure",
@@ -8690,7 +8815,7 @@
8690
8815
  "Description": {},
8691
8816
  "ContactFlowId": {},
8692
8817
  "References": {
8693
- "shape": "S5s"
8818
+ "shape": "S6e"
8694
8819
  }
8695
8820
  }
8696
8821
  },
@@ -8739,7 +8864,7 @@
8739
8864
  }
8740
8865
  }
8741
8866
  },
8742
- "S5s": {
8867
+ "S6e": {
8743
8868
  "type": "map",
8744
8869
  "key": {},
8745
8870
  "value": {
@@ -8754,20 +8879,20 @@
8754
8879
  }
8755
8880
  }
8756
8881
  },
8757
- "S6f": {
8882
+ "S70": {
8758
8883
  "type": "list",
8759
8884
  "member": {}
8760
8885
  },
8761
- "S6h": {
8886
+ "S72": {
8762
8887
  "type": "map",
8763
8888
  "key": {},
8764
8889
  "value": {}
8765
8890
  },
8766
- "S6k": {
8891
+ "S75": {
8767
8892
  "type": "list",
8768
8893
  "member": {}
8769
8894
  },
8770
- "S6m": {
8895
+ "S77": {
8771
8896
  "type": "list",
8772
8897
  "member": {
8773
8898
  "type": "structure",
@@ -8780,7 +8905,7 @@
8780
8905
  }
8781
8906
  }
8782
8907
  },
8783
- "S6w": {
8908
+ "S7h": {
8784
8909
  "type": "structure",
8785
8910
  "members": {
8786
8911
  "RequiredFields": {
@@ -8789,7 +8914,7 @@
8789
8914
  "type": "structure",
8790
8915
  "members": {
8791
8916
  "Id": {
8792
- "shape": "S6z"
8917
+ "shape": "S7k"
8793
8918
  }
8794
8919
  }
8795
8920
  }
@@ -8800,7 +8925,7 @@
8800
8925
  "type": "structure",
8801
8926
  "members": {
8802
8927
  "Id": {
8803
- "shape": "S6z"
8928
+ "shape": "S7k"
8804
8929
  }
8805
8930
  }
8806
8931
  }
@@ -8811,20 +8936,20 @@
8811
8936
  "type": "structure",
8812
8937
  "members": {
8813
8938
  "Id": {
8814
- "shape": "S6z"
8939
+ "shape": "S7k"
8815
8940
  }
8816
8941
  }
8817
8942
  }
8818
8943
  }
8819
8944
  }
8820
8945
  },
8821
- "S6z": {
8946
+ "S7k": {
8822
8947
  "type": "structure",
8823
8948
  "members": {
8824
8949
  "Name": {}
8825
8950
  }
8826
8951
  },
8827
- "S75": {
8952
+ "S7q": {
8828
8953
  "type": "structure",
8829
8954
  "members": {
8830
8955
  "DefaultFieldValues": {
@@ -8833,7 +8958,7 @@
8833
8958
  "type": "structure",
8834
8959
  "members": {
8835
8960
  "Id": {
8836
- "shape": "S6z"
8961
+ "shape": "S7k"
8837
8962
  },
8838
8963
  "DefaultValue": {}
8839
8964
  }
@@ -8841,7 +8966,7 @@
8841
8966
  }
8842
8967
  }
8843
8968
  },
8844
- "S7a": {
8969
+ "S7v": {
8845
8970
  "type": "list",
8846
8971
  "member": {
8847
8972
  "type": "structure",
@@ -8850,7 +8975,7 @@
8850
8975
  ],
8851
8976
  "members": {
8852
8977
  "Id": {
8853
- "shape": "S6z"
8978
+ "shape": "S7k"
8854
8979
  },
8855
8980
  "Description": {},
8856
8981
  "Type": {},
@@ -8861,7 +8986,7 @@
8861
8986
  }
8862
8987
  }
8863
8988
  },
8864
- "S7x": {
8989
+ "S8i": {
8865
8990
  "type": "structure",
8866
8991
  "members": {
8867
8992
  "FirstName": {},
@@ -8871,7 +8996,7 @@
8871
8996
  "Mobile": {}
8872
8997
  }
8873
8998
  },
8874
- "S81": {
8999
+ "S8m": {
8875
9000
  "type": "structure",
8876
9001
  "required": [
8877
9002
  "PhoneType"
@@ -8887,37 +9012,37 @@
8887
9012
  "DeskPhoneNumber": {}
8888
9013
  }
8889
9014
  },
8890
- "S86": {
9015
+ "S8r": {
8891
9016
  "type": "list",
8892
9017
  "member": {}
8893
9018
  },
8894
- "S8g": {
9019
+ "S91": {
8895
9020
  "type": "structure",
8896
9021
  "members": {
8897
9022
  "Template": {},
8898
9023
  "Actions": {
8899
- "shape": "S8i"
9024
+ "shape": "S93"
8900
9025
  }
8901
9026
  }
8902
9027
  },
8903
- "S8i": {
9028
+ "S93": {
8904
9029
  "type": "list",
8905
9030
  "member": {
8906
9031
  "type": "string",
8907
9032
  "sensitive": true
8908
9033
  }
8909
9034
  },
8910
- "S8l": {
9035
+ "S96": {
8911
9036
  "type": "string",
8912
9037
  "sensitive": true
8913
9038
  },
8914
- "S8n": {
9039
+ "S98": {
8915
9040
  "type": "structure",
8916
9041
  "members": {
8917
9042
  "Id": {},
8918
9043
  "Arn": {},
8919
9044
  "Name": {
8920
- "shape": "S8l"
9045
+ "shape": "S96"
8921
9046
  },
8922
9047
  "Status": {},
8923
9048
  "Type": {},
@@ -8935,12 +9060,12 @@
8935
9060
  },
8936
9061
  "Template": {},
8937
9062
  "Actions": {
8938
- "shape": "S8i"
9063
+ "shape": "S93"
8939
9064
  }
8940
9065
  }
8941
9066
  },
8942
9067
  "Tags": {
8943
- "shape": "S1x"
9068
+ "shape": "S2i"
8944
9069
  },
8945
9070
  "CreatedTime": {
8946
9071
  "type": "timestamp"
@@ -8951,7 +9076,7 @@
8951
9076
  "ViewContentSha256": {}
8952
9077
  }
8953
9078
  },
8954
- "Sag": {
9079
+ "Sb1": {
8955
9080
  "type": "structure",
8956
9081
  "members": {
8957
9082
  "Percentage": {
@@ -8965,7 +9090,7 @@
8965
9090
  }
8966
9091
  }
8967
9092
  },
8968
- "Sak": {
9093
+ "Sb5": {
8969
9094
  "type": "structure",
8970
9095
  "members": {
8971
9096
  "StringValue": {},
@@ -8978,7 +9103,7 @@
8978
9103
  },
8979
9104
  "union": true
8980
9105
  },
8981
- "San": {
9106
+ "Sb8": {
8982
9107
  "type": "map",
8983
9108
  "key": {},
8984
9109
  "value": {
@@ -8988,7 +9113,7 @@
8988
9113
  }
8989
9114
  }
8990
9115
  },
8991
- "Sb9": {
9116
+ "Sbu": {
8992
9117
  "type": "structure",
8993
9118
  "members": {
8994
9119
  "HoursOfOperationId": {},
@@ -8997,10 +9122,10 @@
8997
9122
  "Description": {},
8998
9123
  "TimeZone": {},
8999
9124
  "Config": {
9000
- "shape": "S3r"
9125
+ "shape": "S4b"
9001
9126
  },
9002
9127
  "Tags": {
9003
- "shape": "S1x"
9128
+ "shape": "S2i"
9004
9129
  },
9005
9130
  "LastModifiedTime": {
9006
9131
  "type": "timestamp"
@@ -9008,14 +9133,14 @@
9008
9133
  "LastModifiedRegion": {}
9009
9134
  }
9010
9135
  },
9011
- "Sbj": {
9136
+ "Sc4": {
9012
9137
  "type": "structure",
9013
9138
  "members": {
9014
9139
  "AttributeType": {},
9015
9140
  "Value": {}
9016
9141
  }
9017
9142
  },
9018
- "Sbx": {
9143
+ "Sci": {
9019
9144
  "type": "structure",
9020
9145
  "members": {
9021
9146
  "PromptARN": {},
@@ -9023,7 +9148,7 @@
9023
9148
  "Name": {},
9024
9149
  "Description": {},
9025
9150
  "Tags": {
9026
- "shape": "S1x"
9151
+ "shape": "S2i"
9027
9152
  },
9028
9153
  "LastModifiedTime": {
9029
9154
  "type": "timestamp"
@@ -9031,7 +9156,7 @@
9031
9156
  "LastModifiedRegion": {}
9032
9157
  }
9033
9158
  },
9034
- "Sc0": {
9159
+ "Scl": {
9035
9160
  "type": "structure",
9036
9161
  "members": {
9037
9162
  "Name": {},
@@ -9039,7 +9164,7 @@
9039
9164
  "QueueId": {},
9040
9165
  "Description": {},
9041
9166
  "OutboundCallerConfig": {
9042
- "shape": "S4u"
9167
+ "shape": "S5g"
9043
9168
  },
9044
9169
  "HoursOfOperationId": {},
9045
9170
  "MaxContacts": {
@@ -9047,7 +9172,7 @@
9047
9172
  },
9048
9173
  "Status": {},
9049
9174
  "Tags": {
9050
- "shape": "S1x"
9175
+ "shape": "S2i"
9051
9176
  },
9052
9177
  "LastModifiedTime": {
9053
9178
  "type": "timestamp"
@@ -9055,7 +9180,7 @@
9055
9180
  "LastModifiedRegion": {}
9056
9181
  }
9057
9182
  },
9058
- "Sc4": {
9183
+ "Scp": {
9059
9184
  "type": "structure",
9060
9185
  "members": {
9061
9186
  "QuickConnectARN": {},
@@ -9063,10 +9188,10 @@
9063
9188
  "Name": {},
9064
9189
  "Description": {},
9065
9190
  "QuickConnectConfig": {
9066
- "shape": "S51"
9191
+ "shape": "S5n"
9067
9192
  },
9068
9193
  "Tags": {
9069
- "shape": "S1x"
9194
+ "shape": "S2i"
9070
9195
  },
9071
9196
  "LastModifiedTime": {
9072
9197
  "type": "timestamp"
@@ -9074,7 +9199,7 @@
9074
9199
  "LastModifiedRegion": {}
9075
9200
  }
9076
9201
  },
9077
- "Sc7": {
9202
+ "Scs": {
9078
9203
  "type": "structure",
9079
9204
  "members": {
9080
9205
  "InstanceId": {},
@@ -9083,11 +9208,11 @@
9083
9208
  "RoutingProfileId": {},
9084
9209
  "Description": {},
9085
9210
  "MediaConcurrencies": {
9086
- "shape": "S5a"
9211
+ "shape": "S5w"
9087
9212
  },
9088
9213
  "DefaultOutboundQueueId": {},
9089
9214
  "Tags": {
9090
- "shape": "S1x"
9215
+ "shape": "S2i"
9091
9216
  },
9092
9217
  "NumberOfAssociatedQueues": {
9093
9218
  "type": "long"
@@ -9105,7 +9230,7 @@
9105
9230
  }
9106
9231
  }
9107
9232
  },
9108
- "Sct": {
9233
+ "Sde": {
9109
9234
  "type": "structure",
9110
9235
  "members": {
9111
9236
  "Id": {},
@@ -9117,7 +9242,7 @@
9117
9242
  "LastModifiedRegion": {}
9118
9243
  }
9119
9244
  },
9120
- "Scx": {
9245
+ "Sdi": {
9121
9246
  "type": "structure",
9122
9247
  "members": {
9123
9248
  "Id": {},
@@ -9129,90 +9254,85 @@
9129
9254
  "LastModifiedRegion": {}
9130
9255
  }
9131
9256
  },
9132
- "Sdm": {
9133
- "type": "map",
9134
- "key": {},
9135
- "value": {}
9136
- },
9137
- "Sdq": {
9257
+ "Se8": {
9138
9258
  "type": "structure",
9139
9259
  "members": {
9140
9260
  "Queues": {
9141
- "shape": "Sdr"
9261
+ "shape": "Se9"
9142
9262
  },
9143
9263
  "Channels": {
9144
9264
  "type": "list",
9145
9265
  "member": {}
9146
9266
  },
9147
9267
  "RoutingProfiles": {
9148
- "shape": "Sdt"
9268
+ "shape": "Seb"
9149
9269
  }
9150
9270
  }
9151
9271
  },
9152
- "Sdr": {
9272
+ "Se9": {
9153
9273
  "type": "list",
9154
9274
  "member": {}
9155
9275
  },
9156
- "Sdt": {
9276
+ "Seb": {
9157
9277
  "type": "list",
9158
9278
  "member": {}
9159
9279
  },
9160
- "Sdu": {
9280
+ "Sec": {
9161
9281
  "type": "list",
9162
9282
  "member": {}
9163
9283
  },
9164
- "Sdx": {
9284
+ "Sef": {
9165
9285
  "type": "structure",
9166
9286
  "members": {
9167
9287
  "Name": {},
9168
9288
  "Unit": {}
9169
9289
  }
9170
9290
  },
9171
- "Se8": {
9291
+ "Seq": {
9172
9292
  "type": "structure",
9173
9293
  "members": {
9174
9294
  "Queue": {
9175
- "shape": "Se9"
9295
+ "shape": "Ser"
9176
9296
  },
9177
9297
  "Channel": {},
9178
9298
  "RoutingProfile": {
9179
- "shape": "Sea"
9299
+ "shape": "Ses"
9180
9300
  }
9181
9301
  }
9182
9302
  },
9183
- "Se9": {
9303
+ "Ser": {
9184
9304
  "type": "structure",
9185
9305
  "members": {
9186
9306
  "Id": {},
9187
9307
  "Arn": {}
9188
9308
  }
9189
9309
  },
9190
- "Sea": {
9310
+ "Ses": {
9191
9311
  "type": "structure",
9192
9312
  "members": {
9193
9313
  "Id": {},
9194
9314
  "Arn": {}
9195
9315
  }
9196
9316
  },
9197
- "Ser": {
9317
+ "Sf9": {
9198
9318
  "type": "structure",
9199
9319
  "members": {
9200
9320
  "Id": {},
9201
9321
  "Arn": {}
9202
9322
  }
9203
9323
  },
9204
- "Set": {
9324
+ "Sfb": {
9205
9325
  "type": "map",
9206
9326
  "key": {},
9207
9327
  "value": {
9208
9328
  "type": "integer"
9209
9329
  }
9210
9330
  },
9211
- "Sf0": {
9331
+ "Sfi": {
9212
9332
  "type": "string",
9213
9333
  "sensitive": true
9214
9334
  },
9215
- "Sf3": {
9335
+ "Sfl": {
9216
9336
  "type": "structure",
9217
9337
  "members": {
9218
9338
  "Name": {},
@@ -9229,7 +9349,7 @@
9229
9349
  "Unit": {}
9230
9350
  }
9231
9351
  },
9232
- "Sfo": {
9352
+ "Sg6": {
9233
9353
  "type": "structure",
9234
9354
  "members": {
9235
9355
  "Name": {},
@@ -9263,18 +9383,18 @@
9263
9383
  }
9264
9384
  }
9265
9385
  },
9266
- "Sgd": {
9386
+ "Sgv": {
9267
9387
  "type": "structure",
9268
9388
  "required": [
9269
9389
  "Distributions"
9270
9390
  ],
9271
9391
  "members": {
9272
9392
  "Distributions": {
9273
- "shape": "Sge"
9393
+ "shape": "Sgw"
9274
9394
  }
9275
9395
  }
9276
9396
  },
9277
- "Sge": {
9397
+ "Sgw": {
9278
9398
  "type": "list",
9279
9399
  "member": {
9280
9400
  "type": "structure",
@@ -9290,7 +9410,7 @@
9290
9410
  }
9291
9411
  }
9292
9412
  },
9293
- "Sgi": {
9413
+ "Sh0": {
9294
9414
  "type": "structure",
9295
9415
  "required": [
9296
9416
  "Distributions"
@@ -9314,26 +9434,26 @@
9314
9434
  }
9315
9435
  }
9316
9436
  },
9317
- "Sgl": {
9437
+ "Sh3": {
9318
9438
  "type": "structure",
9319
9439
  "required": [
9320
9440
  "Distributions"
9321
9441
  ],
9322
9442
  "members": {
9323
9443
  "Distributions": {
9324
- "shape": "Sge"
9444
+ "shape": "Sgw"
9325
9445
  }
9326
9446
  }
9327
9447
  },
9328
- "Siv": {
9448
+ "Sjd": {
9329
9449
  "type": "list",
9330
9450
  "member": {}
9331
9451
  },
9332
- "Siw": {
9452
+ "Sje": {
9333
9453
  "type": "list",
9334
9454
  "member": {}
9335
9455
  },
9336
- "Sjd": {
9456
+ "Sjv": {
9337
9457
  "type": "list",
9338
9458
  "member": {
9339
9459
  "type": "structure",
@@ -9349,57 +9469,57 @@
9349
9469
  }
9350
9470
  }
9351
9471
  },
9352
- "Slx": {
9472
+ "Smf": {
9353
9473
  "type": "structure",
9354
9474
  "members": {
9355
9475
  "OrConditions": {
9356
9476
  "type": "list",
9357
9477
  "member": {
9358
- "shape": "Slz"
9478
+ "shape": "Smh"
9359
9479
  }
9360
9480
  },
9361
9481
  "AndConditions": {
9362
- "shape": "Slz"
9482
+ "shape": "Smh"
9363
9483
  },
9364
9484
  "TagCondition": {
9365
- "shape": "Sm0"
9485
+ "shape": "Smi"
9366
9486
  }
9367
9487
  }
9368
9488
  },
9369
- "Slz": {
9489
+ "Smh": {
9370
9490
  "type": "list",
9371
9491
  "member": {
9372
- "shape": "Sm0"
9492
+ "shape": "Smi"
9373
9493
  }
9374
9494
  },
9375
- "Sm0": {
9495
+ "Smi": {
9376
9496
  "type": "structure",
9377
9497
  "members": {
9378
9498
  "TagKey": {},
9379
9499
  "TagValue": {}
9380
9500
  }
9381
9501
  },
9382
- "Sm1": {
9502
+ "Smj": {
9383
9503
  "type": "structure",
9384
9504
  "members": {
9385
9505
  "OrConditions": {
9386
- "shape": "Sm2"
9506
+ "shape": "Smk"
9387
9507
  },
9388
9508
  "AndConditions": {
9389
- "shape": "Sm2"
9509
+ "shape": "Smk"
9390
9510
  },
9391
9511
  "StringCondition": {
9392
- "shape": "Sm3"
9512
+ "shape": "Sml"
9393
9513
  }
9394
9514
  }
9395
9515
  },
9396
- "Sm2": {
9516
+ "Smk": {
9397
9517
  "type": "list",
9398
9518
  "member": {
9399
- "shape": "Sm1"
9519
+ "shape": "Smj"
9400
9520
  }
9401
9521
  },
9402
- "Sm3": {
9522
+ "Sml": {
9403
9523
  "type": "structure",
9404
9524
  "members": {
9405
9525
  "FieldName": {},
@@ -9407,118 +9527,118 @@
9407
9527
  "ComparisonType": {}
9408
9528
  }
9409
9529
  },
9410
- "Sm9": {
9530
+ "Smr": {
9411
9531
  "type": "structure",
9412
9532
  "members": {
9413
9533
  "OrConditions": {
9414
- "shape": "Sma"
9534
+ "shape": "Sms"
9415
9535
  },
9416
9536
  "AndConditions": {
9417
- "shape": "Sma"
9537
+ "shape": "Sms"
9418
9538
  },
9419
9539
  "StringCondition": {
9420
- "shape": "Sm3"
9540
+ "shape": "Sml"
9421
9541
  }
9422
9542
  }
9423
9543
  },
9424
- "Sma": {
9544
+ "Sms": {
9425
9545
  "type": "list",
9426
9546
  "member": {
9427
- "shape": "Sm9"
9547
+ "shape": "Smr"
9428
9548
  }
9429
9549
  },
9430
- "Smf": {
9550
+ "Smx": {
9431
9551
  "type": "structure",
9432
9552
  "members": {
9433
9553
  "OrConditions": {
9434
- "shape": "Smg"
9554
+ "shape": "Smy"
9435
9555
  },
9436
9556
  "AndConditions": {
9437
- "shape": "Smg"
9557
+ "shape": "Smy"
9438
9558
  },
9439
9559
  "StringCondition": {
9440
- "shape": "Sm3"
9560
+ "shape": "Sml"
9441
9561
  },
9442
9562
  "QueueTypeCondition": {}
9443
9563
  }
9444
9564
  },
9445
- "Smg": {
9565
+ "Smy": {
9446
9566
  "type": "list",
9447
9567
  "member": {
9448
- "shape": "Smf"
9568
+ "shape": "Smx"
9449
9569
  }
9450
9570
  },
9451
- "Smm": {
9571
+ "Sn4": {
9452
9572
  "type": "structure",
9453
9573
  "members": {
9454
9574
  "OrConditions": {
9455
- "shape": "Smn"
9575
+ "shape": "Sn5"
9456
9576
  },
9457
9577
  "AndConditions": {
9458
- "shape": "Smn"
9578
+ "shape": "Sn5"
9459
9579
  },
9460
9580
  "StringCondition": {
9461
- "shape": "Sm3"
9581
+ "shape": "Sml"
9462
9582
  }
9463
9583
  }
9464
9584
  },
9465
- "Smn": {
9585
+ "Sn5": {
9466
9586
  "type": "list",
9467
9587
  "member": {
9468
- "shape": "Smm"
9588
+ "shape": "Sn4"
9469
9589
  }
9470
9590
  },
9471
- "Sn1": {
9591
+ "Snj": {
9472
9592
  "type": "structure",
9473
9593
  "members": {
9474
9594
  "OrConditions": {
9475
- "shape": "Sn2"
9595
+ "shape": "Snk"
9476
9596
  },
9477
9597
  "AndConditions": {
9478
- "shape": "Sn2"
9598
+ "shape": "Snk"
9479
9599
  },
9480
9600
  "StringCondition": {
9481
- "shape": "Sm3"
9601
+ "shape": "Sml"
9482
9602
  }
9483
9603
  }
9484
9604
  },
9485
- "Sn2": {
9605
+ "Snk": {
9486
9606
  "type": "list",
9487
9607
  "member": {
9488
- "shape": "Sn1"
9608
+ "shape": "Snj"
9489
9609
  }
9490
9610
  },
9491
- "Sn6": {
9611
+ "Sno": {
9492
9612
  "type": "structure",
9493
9613
  "members": {
9494
9614
  "OrConditions": {
9495
- "shape": "Sn7"
9615
+ "shape": "Snp"
9496
9616
  },
9497
9617
  "AndConditions": {
9498
- "shape": "Sn7"
9618
+ "shape": "Snp"
9499
9619
  },
9500
9620
  "StringCondition": {
9501
- "shape": "Sm3"
9621
+ "shape": "Sml"
9502
9622
  }
9503
9623
  }
9504
9624
  },
9505
- "Sn7": {
9625
+ "Snp": {
9506
9626
  "type": "list",
9507
9627
  "member": {
9508
- "shape": "Sn6"
9628
+ "shape": "Sno"
9509
9629
  }
9510
9630
  },
9511
- "Sne": {
9631
+ "Snw": {
9512
9632
  "type": "structure",
9513
9633
  "members": {
9514
9634
  "OrConditions": {
9515
- "shape": "Snf"
9635
+ "shape": "Snx"
9516
9636
  },
9517
9637
  "AndConditions": {
9518
- "shape": "Snf"
9638
+ "shape": "Snx"
9519
9639
  },
9520
9640
  "StringCondition": {
9521
- "shape": "Sm3"
9641
+ "shape": "Sml"
9522
9642
  },
9523
9643
  "HierarchyGroupCondition": {
9524
9644
  "type": "structure",
@@ -9529,25 +9649,25 @@
9529
9649
  }
9530
9650
  }
9531
9651
  },
9532
- "Snf": {
9652
+ "Snx": {
9533
9653
  "type": "list",
9534
9654
  "member": {
9535
- "shape": "Sne"
9655
+ "shape": "Snw"
9536
9656
  }
9537
9657
  },
9538
- "Soq": {
9658
+ "Sp8": {
9539
9659
  "type": "map",
9540
9660
  "key": {},
9541
9661
  "value": {
9542
9662
  "type": "structure",
9543
9663
  "members": {
9544
9664
  "Value": {
9545
- "shape": "Sak"
9665
+ "shape": "Sb5"
9546
9666
  }
9547
9667
  }
9548
9668
  }
9549
9669
  },
9550
- "Squ": {
9670
+ "Src": {
9551
9671
  "type": "structure",
9552
9672
  "required": [
9553
9673
  "Name"