cdk-lambda-subminute 2.0.290 → 2.0.292

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 (28) hide show
  1. package/.jsii +3 -3
  2. package/lib/cdk-lambda-subminute.js +3 -3
  3. package/node_modules/aws-sdk/CHANGELOG.md +16 -1
  4. package/node_modules/aws-sdk/README.md +1 -1
  5. package/node_modules/aws-sdk/apis/ce-2017-10-25.min.json +42 -28
  6. package/node_modules/aws-sdk/apis/connect-2017-08-08.min.json +433 -346
  7. package/node_modules/aws-sdk/apis/dlm-2018-01-12.min.json +39 -13
  8. package/node_modules/aws-sdk/apis/docdb-2014-10-31.min.json +63 -43
  9. package/node_modules/aws-sdk/apis/mwaa-2020-07-01.min.json +23 -7
  10. package/node_modules/aws-sdk/apis/rds-2014-10-31.min.json +330 -108
  11. package/node_modules/aws-sdk/apis/rds-2014-10-31.paginators.json +12 -0
  12. package/node_modules/aws-sdk/apis/rds-2014-10-31.waiters2.json +49 -0
  13. package/node_modules/aws-sdk/clients/codebuild.d.ts +12 -12
  14. package/node_modules/aws-sdk/clients/connect.d.ts +116 -0
  15. package/node_modules/aws-sdk/clients/costexplorer.d.ts +32 -6
  16. package/node_modules/aws-sdk/clients/dataexchange.d.ts +2 -1
  17. package/node_modules/aws-sdk/clients/dlm.d.ts +40 -2
  18. package/node_modules/aws-sdk/clients/docdb.d.ts +31 -0
  19. package/node_modules/aws-sdk/clients/mwaa.d.ts +3 -3
  20. package/node_modules/aws-sdk/clients/polly.d.ts +1 -1
  21. package/node_modules/aws-sdk/clients/rds.d.ts +345 -6
  22. package/node_modules/aws-sdk/dist/aws-sdk-core-react-native.js +1 -1
  23. package/node_modules/aws-sdk/dist/aws-sdk-react-native.js +9 -9
  24. package/node_modules/aws-sdk/dist/aws-sdk.js +869 -485
  25. package/node_modules/aws-sdk/dist/aws-sdk.min.js +99 -99
  26. package/node_modules/aws-sdk/lib/core.js +1 -1
  27. package/node_modules/aws-sdk/package.json +1 -1
  28. package/package.json +3 -3
@@ -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
  },
@@ -745,7 +819,7 @@
745
819
  "Description": {},
746
820
  "S3Uri": {},
747
821
  "Tags": {
748
- "shape": "S1x"
822
+ "shape": "S2i"
749
823
  }
750
824
  }
751
825
  },
@@ -777,7 +851,7 @@
777
851
  "Name": {},
778
852
  "Description": {},
779
853
  "OutboundCallerConfig": {
780
- "shape": "S4x"
854
+ "shape": "S5g"
781
855
  },
782
856
  "HoursOfOperationId": {},
783
857
  "MaxContacts": {
@@ -787,7 +861,7 @@
787
861
  "shape": "S17"
788
862
  },
789
863
  "Tags": {
790
- "shape": "S1x"
864
+ "shape": "S2i"
791
865
  }
792
866
  }
793
867
  },
@@ -819,10 +893,10 @@
819
893
  "Name": {},
820
894
  "Description": {},
821
895
  "QuickConnectConfig": {
822
- "shape": "S54"
896
+ "shape": "S5n"
823
897
  },
824
898
  "Tags": {
825
- "shape": "S1x"
899
+ "shape": "S2i"
826
900
  }
827
901
  }
828
902
  },
@@ -860,10 +934,10 @@
860
934
  "shape": "S1b"
861
935
  },
862
936
  "MediaConcurrencies": {
863
- "shape": "S5d"
937
+ "shape": "S5w"
864
938
  },
865
939
  "Tags": {
866
- "shape": "S1x"
940
+ "shape": "S2i"
867
941
  },
868
942
  "AgentAvailabilityTimer": {}
869
943
  }
@@ -897,11 +971,11 @@
897
971
  },
898
972
  "Name": {},
899
973
  "TriggerEventSource": {
900
- "shape": "S5m"
974
+ "shape": "S65"
901
975
  },
902
976
  "Function": {},
903
977
  "Actions": {
904
- "shape": "S5p"
978
+ "shape": "S68"
905
979
  },
906
980
  "PublishStatus": {},
907
981
  "ClientToken": {
@@ -936,23 +1010,23 @@
936
1010
  "SecurityProfileName": {},
937
1011
  "Description": {},
938
1012
  "Permissions": {
939
- "shape": "S6i"
1013
+ "shape": "S70"
940
1014
  },
941
1015
  "InstanceId": {
942
1016
  "location": "uri",
943
1017
  "locationName": "InstanceId"
944
1018
  },
945
1019
  "Tags": {
946
- "shape": "S1x"
1020
+ "shape": "S2i"
947
1021
  },
948
1022
  "AllowedAccessControlTags": {
949
- "shape": "S6k"
1023
+ "shape": "S72"
950
1024
  },
951
1025
  "TagRestrictedResources": {
952
- "shape": "S6n"
1026
+ "shape": "S75"
953
1027
  },
954
1028
  "Applications": {
955
- "shape": "S6p"
1029
+ "shape": "S77"
956
1030
  }
957
1031
  }
958
1032
  },
@@ -985,14 +1059,14 @@
985
1059
  "Description": {},
986
1060
  "ContactFlowId": {},
987
1061
  "Constraints": {
988
- "shape": "S6z"
1062
+ "shape": "S7h"
989
1063
  },
990
1064
  "Defaults": {
991
- "shape": "S78"
1065
+ "shape": "S7q"
992
1066
  },
993
1067
  "Status": {},
994
1068
  "Fields": {
995
- "shape": "S7d"
1069
+ "shape": "S7v"
996
1070
  },
997
1071
  "ClientToken": {
998
1072
  "idempotencyToken": true
@@ -1030,7 +1104,7 @@
1030
1104
  "idempotencyToken": true
1031
1105
  },
1032
1106
  "Tags": {
1033
- "shape": "S1x"
1107
+ "shape": "S2i"
1034
1108
  }
1035
1109
  }
1036
1110
  },
@@ -1065,7 +1139,7 @@
1065
1139
  },
1066
1140
  "UseCaseType": {},
1067
1141
  "Tags": {
1068
- "shape": "S1x"
1142
+ "shape": "S2i"
1069
1143
  }
1070
1144
  }
1071
1145
  },
@@ -1095,14 +1169,14 @@
1095
1169
  "Username": {},
1096
1170
  "Password": {},
1097
1171
  "IdentityInfo": {
1098
- "shape": "S80"
1172
+ "shape": "S8i"
1099
1173
  },
1100
1174
  "PhoneConfig": {
1101
- "shape": "S84"
1175
+ "shape": "S8m"
1102
1176
  },
1103
1177
  "DirectoryUserId": {},
1104
1178
  "SecurityProfileIds": {
1105
- "shape": "S89"
1179
+ "shape": "S8r"
1106
1180
  },
1107
1181
  "RoutingProfileId": {},
1108
1182
  "HierarchyGroupId": {},
@@ -1111,7 +1185,7 @@
1111
1185
  "locationName": "InstanceId"
1112
1186
  },
1113
1187
  "Tags": {
1114
- "shape": "S1x"
1188
+ "shape": "S2i"
1115
1189
  }
1116
1190
  }
1117
1191
  },
@@ -1142,7 +1216,7 @@
1142
1216
  "locationName": "InstanceId"
1143
1217
  },
1144
1218
  "Tags": {
1145
- "shape": "S1x"
1219
+ "shape": "S2i"
1146
1220
  }
1147
1221
  }
1148
1222
  },
@@ -1175,14 +1249,14 @@
1175
1249
  "ClientToken": {},
1176
1250
  "Status": {},
1177
1251
  "Content": {
1178
- "shape": "S8j"
1252
+ "shape": "S91"
1179
1253
  },
1180
1254
  "Description": {},
1181
1255
  "Name": {
1182
- "shape": "S8o"
1256
+ "shape": "S96"
1183
1257
  },
1184
1258
  "Tags": {
1185
- "shape": "S1x"
1259
+ "shape": "S2i"
1186
1260
  }
1187
1261
  }
1188
1262
  },
@@ -1190,7 +1264,7 @@
1190
1264
  "type": "structure",
1191
1265
  "members": {
1192
1266
  "View": {
1193
- "shape": "S8q"
1267
+ "shape": "S98"
1194
1268
  }
1195
1269
  }
1196
1270
  },
@@ -1224,7 +1298,7 @@
1224
1298
  "type": "structure",
1225
1299
  "members": {
1226
1300
  "View": {
1227
- "shape": "S8q"
1301
+ "shape": "S98"
1228
1302
  }
1229
1303
  }
1230
1304
  },
@@ -1254,7 +1328,7 @@
1254
1328
  "LanguageCode": {},
1255
1329
  "Content": {},
1256
1330
  "Tags": {
1257
- "shape": "S1x"
1331
+ "shape": "S2i"
1258
1332
  }
1259
1333
  }
1260
1334
  },
@@ -1878,7 +1952,7 @@
1878
1952
  },
1879
1953
  "State": {},
1880
1954
  "Tags": {
1881
- "shape": "S1x"
1955
+ "shape": "S2i"
1882
1956
  },
1883
1957
  "LastModifiedTime": {
1884
1958
  "type": "timestamp"
@@ -2022,7 +2096,7 @@
2022
2096
  "EvaluatorArn": {},
2023
2097
  "ContactAgentId": {},
2024
2098
  "Score": {
2025
- "shape": "Saj"
2099
+ "shape": "Sb1"
2026
2100
  }
2027
2101
  }
2028
2102
  },
@@ -2033,23 +2107,23 @@
2033
2107
  "type": "structure",
2034
2108
  "members": {
2035
2109
  "Value": {
2036
- "shape": "San"
2110
+ "shape": "Sb5"
2037
2111
  },
2038
2112
  "SystemSuggestedValue": {
2039
- "shape": "San"
2113
+ "shape": "Sb5"
2040
2114
  }
2041
2115
  }
2042
2116
  }
2043
2117
  },
2044
2118
  "Notes": {
2045
- "shape": "Saq"
2119
+ "shape": "Sb8"
2046
2120
  },
2047
2121
  "Status": {},
2048
2122
  "Scores": {
2049
2123
  "type": "map",
2050
2124
  "key": {},
2051
2125
  "value": {
2052
- "shape": "Saj"
2126
+ "shape": "Sb1"
2053
2127
  }
2054
2128
  },
2055
2129
  "CreatedTime": {
@@ -2059,7 +2133,7 @@
2059
2133
  "type": "timestamp"
2060
2134
  },
2061
2135
  "Tags": {
2062
- "shape": "S1x"
2136
+ "shape": "S2i"
2063
2137
  }
2064
2138
  }
2065
2139
  },
@@ -2081,10 +2155,10 @@
2081
2155
  "Title": {},
2082
2156
  "Description": {},
2083
2157
  "Items": {
2084
- "shape": "S2o"
2158
+ "shape": "S38"
2085
2159
  },
2086
2160
  "ScoringStrategy": {
2087
- "shape": "S3j"
2161
+ "shape": "S43"
2088
2162
  }
2089
2163
  }
2090
2164
  }
@@ -2127,7 +2201,7 @@
2127
2201
  "Description": {},
2128
2202
  "Content": {},
2129
2203
  "Tags": {
2130
- "shape": "S1x"
2204
+ "shape": "S2i"
2131
2205
  }
2132
2206
  }
2133
2207
  }
@@ -2170,7 +2244,7 @@
2170
2244
  "State": {},
2171
2245
  "Status": {},
2172
2246
  "Tags": {
2173
- "shape": "S1x"
2247
+ "shape": "S2i"
2174
2248
  }
2175
2249
  }
2176
2250
  }
@@ -2238,10 +2312,10 @@
2238
2312
  "Description": {},
2239
2313
  "Status": {},
2240
2314
  "Items": {
2241
- "shape": "S2o"
2315
+ "shape": "S38"
2242
2316
  },
2243
2317
  "ScoringStrategy": {
2244
- "shape": "S3j"
2318
+ "shape": "S43"
2245
2319
  },
2246
2320
  "CreatedTime": {
2247
2321
  "type": "timestamp"
@@ -2252,7 +2326,7 @@
2252
2326
  },
2253
2327
  "LastModifiedBy": {},
2254
2328
  "Tags": {
2255
- "shape": "S1x"
2329
+ "shape": "S2i"
2256
2330
  }
2257
2331
  }
2258
2332
  }
@@ -2285,7 +2359,7 @@
2285
2359
  "type": "structure",
2286
2360
  "members": {
2287
2361
  "HoursOfOperation": {
2288
- "shape": "Sbc"
2362
+ "shape": "Sbu"
2289
2363
  }
2290
2364
  }
2291
2365
  }
@@ -2317,7 +2391,7 @@
2317
2391
  "Arn": {},
2318
2392
  "IdentityManagementType": {},
2319
2393
  "InstanceAlias": {
2320
- "shape": "S41"
2394
+ "shape": "S4l"
2321
2395
  },
2322
2396
  "CreatedTime": {
2323
2397
  "type": "timestamp"
@@ -2368,7 +2442,7 @@
2368
2442
  "type": "structure",
2369
2443
  "members": {
2370
2444
  "Attribute": {
2371
- "shape": "Sbm"
2445
+ "shape": "Sc4"
2372
2446
  }
2373
2447
  }
2374
2448
  }
@@ -2441,7 +2515,7 @@
2441
2515
  "TargetArn": {},
2442
2516
  "InstanceId": {},
2443
2517
  "Tags": {
2444
- "shape": "S1x"
2518
+ "shape": "S2i"
2445
2519
  },
2446
2520
  "PhoneNumberStatus": {
2447
2521
  "type": "structure",
@@ -2481,7 +2555,7 @@
2481
2555
  "type": "structure",
2482
2556
  "members": {
2483
2557
  "Prompt": {
2484
- "shape": "Sc0"
2558
+ "shape": "Sci"
2485
2559
  }
2486
2560
  }
2487
2561
  }
@@ -2512,7 +2586,7 @@
2512
2586
  "type": "structure",
2513
2587
  "members": {
2514
2588
  "Queue": {
2515
- "shape": "Sc3"
2589
+ "shape": "Scl"
2516
2590
  }
2517
2591
  }
2518
2592
  }
@@ -2543,7 +2617,7 @@
2543
2617
  "type": "structure",
2544
2618
  "members": {
2545
2619
  "QuickConnect": {
2546
- "shape": "Sc7"
2620
+ "shape": "Scp"
2547
2621
  }
2548
2622
  }
2549
2623
  }
@@ -2574,7 +2648,7 @@
2574
2648
  "type": "structure",
2575
2649
  "members": {
2576
2650
  "RoutingProfile": {
2577
- "shape": "Sca"
2651
+ "shape": "Scs"
2578
2652
  }
2579
2653
  }
2580
2654
  }
@@ -2626,11 +2700,11 @@
2626
2700
  "RuleId": {},
2627
2701
  "RuleArn": {},
2628
2702
  "TriggerEventSource": {
2629
- "shape": "S5m"
2703
+ "shape": "S65"
2630
2704
  },
2631
2705
  "Function": {},
2632
2706
  "Actions": {
2633
- "shape": "S5p"
2707
+ "shape": "S68"
2634
2708
  },
2635
2709
  "PublishStatus": {},
2636
2710
  "CreatedTime": {
@@ -2641,7 +2715,7 @@
2641
2715
  },
2642
2716
  "LastUpdatedBy": {},
2643
2717
  "Tags": {
2644
- "shape": "S1x"
2718
+ "shape": "S2i"
2645
2719
  }
2646
2720
  }
2647
2721
  }
@@ -2682,13 +2756,13 @@
2682
2756
  "SecurityProfileName": {},
2683
2757
  "Description": {},
2684
2758
  "Tags": {
2685
- "shape": "S1x"
2759
+ "shape": "S2i"
2686
2760
  },
2687
2761
  "AllowedAccessControlTags": {
2688
- "shape": "S6k"
2762
+ "shape": "S72"
2689
2763
  },
2690
2764
  "TagRestrictedResources": {
2691
- "shape": "S6n"
2765
+ "shape": "S75"
2692
2766
  },
2693
2767
  "LastModifiedTime": {
2694
2768
  "type": "timestamp"
@@ -2729,7 +2803,7 @@
2729
2803
  "InstanceArn": {},
2730
2804
  "Status": {},
2731
2805
  "Tags": {
2732
- "shape": "S1x"
2806
+ "shape": "S2i"
2733
2807
  },
2734
2808
  "IsDefault": {
2735
2809
  "type": "boolean"
@@ -2771,19 +2845,19 @@
2771
2845
  "Arn": {},
2772
2846
  "Username": {},
2773
2847
  "IdentityInfo": {
2774
- "shape": "S80"
2848
+ "shape": "S8i"
2775
2849
  },
2776
2850
  "PhoneConfig": {
2777
- "shape": "S84"
2851
+ "shape": "S8m"
2778
2852
  },
2779
2853
  "DirectoryUserId": {},
2780
2854
  "SecurityProfileIds": {
2781
- "shape": "S89"
2855
+ "shape": "S8r"
2782
2856
  },
2783
2857
  "RoutingProfileId": {},
2784
2858
  "HierarchyGroupId": {},
2785
2859
  "Tags": {
2786
- "shape": "S1x"
2860
+ "shape": "S2i"
2787
2861
  },
2788
2862
  "LastModifiedTime": {
2789
2863
  "type": "timestamp"
@@ -2830,24 +2904,24 @@
2830
2904
  "type": "structure",
2831
2905
  "members": {
2832
2906
  "LevelOne": {
2833
- "shape": "Scw"
2907
+ "shape": "Sde"
2834
2908
  },
2835
2909
  "LevelTwo": {
2836
- "shape": "Scw"
2910
+ "shape": "Sde"
2837
2911
  },
2838
2912
  "LevelThree": {
2839
- "shape": "Scw"
2913
+ "shape": "Sde"
2840
2914
  },
2841
2915
  "LevelFour": {
2842
- "shape": "Scw"
2916
+ "shape": "Sde"
2843
2917
  },
2844
2918
  "LevelFive": {
2845
- "shape": "Scw"
2919
+ "shape": "Sde"
2846
2920
  }
2847
2921
  }
2848
2922
  },
2849
2923
  "Tags": {
2850
- "shape": "S1x"
2924
+ "shape": "S2i"
2851
2925
  },
2852
2926
  "LastModifiedTime": {
2853
2927
  "type": "timestamp"
@@ -2882,19 +2956,19 @@
2882
2956
  "type": "structure",
2883
2957
  "members": {
2884
2958
  "LevelOne": {
2885
- "shape": "Sd0"
2959
+ "shape": "Sdi"
2886
2960
  },
2887
2961
  "LevelTwo": {
2888
- "shape": "Sd0"
2962
+ "shape": "Sdi"
2889
2963
  },
2890
2964
  "LevelThree": {
2891
- "shape": "Sd0"
2965
+ "shape": "Sdi"
2892
2966
  },
2893
2967
  "LevelFour": {
2894
- "shape": "Sd0"
2968
+ "shape": "Sdi"
2895
2969
  },
2896
2970
  "LevelFive": {
2897
- "shape": "Sd0"
2971
+ "shape": "Sdi"
2898
2972
  }
2899
2973
  }
2900
2974
  }
@@ -2927,7 +3001,7 @@
2927
3001
  "type": "structure",
2928
3002
  "members": {
2929
3003
  "View": {
2930
- "shape": "S8q"
3004
+ "shape": "S98"
2931
3005
  }
2932
3006
  }
2933
3007
  }
@@ -2982,7 +3056,7 @@
2982
3056
  "FailureReason": {},
2983
3057
  "Content": {},
2984
3058
  "Tags": {
2985
- "shape": "S1x"
3059
+ "shape": "S2i"
2986
3060
  }
2987
3061
  }
2988
3062
  }
@@ -3302,7 +3376,7 @@
3302
3376
  "type": "structure",
3303
3377
  "members": {
3304
3378
  "Attributes": {
3305
- "shape": "Sdp"
3379
+ "shape": "S22"
3306
3380
  }
3307
3381
  }
3308
3382
  }
@@ -3324,15 +3398,15 @@
3324
3398
  "locationName": "InstanceId"
3325
3399
  },
3326
3400
  "Filters": {
3327
- "shape": "Sdt"
3401
+ "shape": "Se8"
3328
3402
  },
3329
3403
  "Groupings": {
3330
- "shape": "Sdx"
3404
+ "shape": "Sec"
3331
3405
  },
3332
3406
  "CurrentMetrics": {
3333
3407
  "type": "list",
3334
3408
  "member": {
3335
- "shape": "Se0"
3409
+ "shape": "Sef"
3336
3410
  }
3337
3411
  },
3338
3412
  "NextToken": {},
@@ -3361,7 +3435,7 @@
3361
3435
  "type": "structure",
3362
3436
  "members": {
3363
3437
  "Dimensions": {
3364
- "shape": "Seb"
3438
+ "shape": "Seq"
3365
3439
  },
3366
3440
  "Collections": {
3367
3441
  "type": "list",
@@ -3369,7 +3443,7 @@
3369
3443
  "type": "structure",
3370
3444
  "members": {
3371
3445
  "Metric": {
3372
- "shape": "Se0"
3446
+ "shape": "Sef"
3373
3447
  },
3374
3448
  "Value": {
3375
3449
  "type": "double"
@@ -3408,7 +3482,7 @@
3408
3482
  "type": "structure",
3409
3483
  "members": {
3410
3484
  "Queues": {
3411
- "shape": "Sdu"
3485
+ "shape": "Se9"
3412
3486
  },
3413
3487
  "ContactFilter": {
3414
3488
  "type": "structure",
@@ -3420,7 +3494,7 @@
3420
3494
  }
3421
3495
  },
3422
3496
  "RoutingProfiles": {
3423
- "shape": "Sdw"
3497
+ "shape": "Seb"
3424
3498
  },
3425
3499
  "Agents": {
3426
3500
  "type": "list",
@@ -3455,25 +3529,25 @@
3455
3529
  }
3456
3530
  },
3457
3531
  "RoutingProfile": {
3458
- "shape": "Sed"
3532
+ "shape": "Ses"
3459
3533
  },
3460
3534
  "HierarchyPath": {
3461
3535
  "type": "structure",
3462
3536
  "members": {
3463
3537
  "LevelOne": {
3464
- "shape": "Seu"
3538
+ "shape": "Sf9"
3465
3539
  },
3466
3540
  "LevelTwo": {
3467
- "shape": "Seu"
3541
+ "shape": "Sf9"
3468
3542
  },
3469
3543
  "LevelThree": {
3470
- "shape": "Seu"
3544
+ "shape": "Sf9"
3471
3545
  },
3472
3546
  "LevelFour": {
3473
- "shape": "Seu"
3547
+ "shape": "Sf9"
3474
3548
  },
3475
3549
  "LevelFive": {
3476
- "shape": "Seu"
3550
+ "shape": "Sf9"
3477
3551
  }
3478
3552
  }
3479
3553
  },
@@ -3488,13 +3562,13 @@
3488
3562
  }
3489
3563
  },
3490
3564
  "AvailableSlotsByChannel": {
3491
- "shape": "Sew"
3565
+ "shape": "Sfb"
3492
3566
  },
3493
3567
  "MaxSlotsByChannel": {
3494
- "shape": "Sew"
3568
+ "shape": "Sfb"
3495
3569
  },
3496
3570
  "ActiveSlotsByChannel": {
3497
- "shape": "Sew"
3571
+ "shape": "Sfb"
3498
3572
  },
3499
3573
  "Contacts": {
3500
3574
  "type": "list",
@@ -3512,7 +3586,7 @@
3512
3586
  "type": "timestamp"
3513
3587
  },
3514
3588
  "Queue": {
3515
- "shape": "Sec"
3589
+ "shape": "Ser"
3516
3590
  }
3517
3591
  }
3518
3592
  }
@@ -3551,13 +3625,13 @@
3551
3625
  "type": "structure",
3552
3626
  "members": {
3553
3627
  "AccessToken": {
3554
- "shape": "Sf3"
3628
+ "shape": "Sfi"
3555
3629
  },
3556
3630
  "AccessTokenExpiration": {
3557
3631
  "type": "timestamp"
3558
3632
  },
3559
3633
  "RefreshToken": {
3560
- "shape": "Sf3"
3634
+ "shape": "Sfi"
3561
3635
  },
3562
3636
  "RefreshTokenExpiration": {
3563
3637
  "type": "timestamp"
@@ -3595,15 +3669,15 @@
3595
3669
  "type": "timestamp"
3596
3670
  },
3597
3671
  "Filters": {
3598
- "shape": "Sdt"
3672
+ "shape": "Se8"
3599
3673
  },
3600
3674
  "Groupings": {
3601
- "shape": "Sdx"
3675
+ "shape": "Sec"
3602
3676
  },
3603
3677
  "HistoricalMetrics": {
3604
3678
  "type": "list",
3605
3679
  "member": {
3606
- "shape": "Sf6"
3680
+ "shape": "Sfl"
3607
3681
  }
3608
3682
  },
3609
3683
  "NextToken": {},
@@ -3622,7 +3696,7 @@
3622
3696
  "type": "structure",
3623
3697
  "members": {
3624
3698
  "Dimensions": {
3625
- "shape": "Seb"
3699
+ "shape": "Seq"
3626
3700
  },
3627
3701
  "Collections": {
3628
3702
  "type": "list",
@@ -3630,7 +3704,7 @@
3630
3704
  "type": "structure",
3631
3705
  "members": {
3632
3706
  "Metric": {
3633
- "shape": "Sf6"
3707
+ "shape": "Sfl"
3634
3708
  },
3635
3709
  "Value": {
3636
3710
  "type": "double"
@@ -3692,7 +3766,7 @@
3692
3766
  "Metrics": {
3693
3767
  "type": "list",
3694
3768
  "member": {
3695
- "shape": "Sfr"
3769
+ "shape": "Sg6"
3696
3770
  }
3697
3771
  },
3698
3772
  "NextToken": {},
@@ -3733,7 +3807,7 @@
3733
3807
  "type": "structure",
3734
3808
  "members": {
3735
3809
  "Metric": {
3736
- "shape": "Sfr"
3810
+ "shape": "Sg6"
3737
3811
  },
3738
3812
  "Value": {
3739
3813
  "type": "double"
@@ -3821,13 +3895,13 @@
3821
3895
  "Description": {},
3822
3896
  "ContactFlowId": {},
3823
3897
  "Constraints": {
3824
- "shape": "S6z"
3898
+ "shape": "S7h"
3825
3899
  },
3826
3900
  "Defaults": {
3827
- "shape": "S78"
3901
+ "shape": "S7q"
3828
3902
  },
3829
3903
  "Fields": {
3830
- "shape": "S7d"
3904
+ "shape": "S7v"
3831
3905
  },
3832
3906
  "Status": {},
3833
3907
  "LastModifiedTime": {
@@ -3837,7 +3911,7 @@
3837
3911
  "type": "timestamp"
3838
3912
  },
3839
3913
  "Tags": {
3840
- "shape": "S1x"
3914
+ "shape": "S2i"
3841
3915
  }
3842
3916
  }
3843
3917
  }
@@ -3863,15 +3937,15 @@
3863
3937
  "type": "structure",
3864
3938
  "members": {
3865
3939
  "TelephonyConfig": {
3866
- "shape": "Sgg"
3940
+ "shape": "Sgv"
3867
3941
  },
3868
3942
  "Id": {},
3869
3943
  "Arn": {},
3870
3944
  "SignInConfig": {
3871
- "shape": "Sgl"
3945
+ "shape": "Sh0"
3872
3946
  },
3873
3947
  "AgentConfig": {
3874
- "shape": "Sgo"
3948
+ "shape": "Sh3"
3875
3949
  }
3876
3950
  }
3877
3951
  }
@@ -4074,7 +4148,7 @@
4074
4148
  "Status": {},
4075
4149
  "EvaluatorArn": {},
4076
4150
  "Score": {
4077
- "shape": "Saj"
4151
+ "shape": "Sb1"
4078
4152
  },
4079
4153
  "CreatedTime": {
4080
4154
  "type": "timestamp"
@@ -4563,7 +4637,7 @@
4563
4637
  "Attributes": {
4564
4638
  "type": "list",
4565
4639
  "member": {
4566
- "shape": "Sbm"
4640
+ "shape": "Sc4"
4567
4641
  }
4568
4642
  },
4569
4643
  "NextToken": {}
@@ -4645,7 +4719,7 @@
4645
4719
  "Arn": {},
4646
4720
  "IdentityManagementType": {},
4647
4721
  "InstanceAlias": {
4648
- "shape": "S41"
4722
+ "shape": "S4l"
4649
4723
  },
4650
4724
  "CreatedTime": {
4651
4725
  "type": "timestamp"
@@ -4811,12 +4885,12 @@
4811
4885
  "locationName": "InstanceId"
4812
4886
  },
4813
4887
  "PhoneNumberTypes": {
4814
- "shape": "Siy",
4888
+ "shape": "Sjd",
4815
4889
  "location": "querystring",
4816
4890
  "locationName": "phoneNumberTypes"
4817
4891
  },
4818
4892
  "PhoneNumberCountryCodes": {
4819
- "shape": "Siz",
4893
+ "shape": "Sje",
4820
4894
  "location": "querystring",
4821
4895
  "locationName": "phoneNumberCountryCodes"
4822
4896
  },
@@ -4865,10 +4939,10 @@
4865
4939
  },
4866
4940
  "NextToken": {},
4867
4941
  "PhoneNumberCountryCodes": {
4868
- "shape": "Siz"
4942
+ "shape": "Sje"
4869
4943
  },
4870
4944
  "PhoneNumberTypes": {
4871
- "shape": "Siy"
4945
+ "shape": "Sjd"
4872
4946
  },
4873
4947
  "PhoneNumberPrefix": {}
4874
4948
  }
@@ -4979,7 +5053,7 @@
4979
5053
  "members": {
4980
5054
  "NextToken": {},
4981
5055
  "QuickConnectSummaryList": {
4982
- "shape": "Sjg"
5056
+ "shape": "Sjv"
4983
5057
  },
4984
5058
  "LastModifiedTime": {
4985
5059
  "type": "timestamp"
@@ -5079,7 +5153,7 @@
5079
5153
  "type": "structure",
5080
5154
  "members": {
5081
5155
  "QuickConnectSummaryList": {
5082
- "shape": "Sjg"
5156
+ "shape": "Sjv"
5083
5157
  },
5084
5158
  "NextToken": {}
5085
5159
  }
@@ -5367,7 +5441,7 @@
5367
5441
  "type": "structure",
5368
5442
  "members": {
5369
5443
  "Applications": {
5370
- "shape": "S6p"
5444
+ "shape": "S77"
5371
5445
  },
5372
5446
  "NextToken": {},
5373
5447
  "LastModifiedTime": {
@@ -5412,7 +5486,7 @@
5412
5486
  "type": "structure",
5413
5487
  "members": {
5414
5488
  "Permissions": {
5415
- "shape": "S6i"
5489
+ "shape": "S70"
5416
5490
  },
5417
5491
  "NextToken": {},
5418
5492
  "LastModifiedTime": {
@@ -5491,7 +5565,7 @@
5491
5565
  "type": "structure",
5492
5566
  "members": {
5493
5567
  "tags": {
5494
- "shape": "S1x"
5568
+ "shape": "S2i"
5495
5569
  }
5496
5570
  }
5497
5571
  }
@@ -5725,7 +5799,7 @@
5725
5799
  "UserHierarchyGroupSummaryList": {
5726
5800
  "type": "list",
5727
5801
  "member": {
5728
- "shape": "Scw"
5802
+ "shape": "Sde"
5729
5803
  }
5730
5804
  },
5731
5805
  "NextToken": {}
@@ -5823,7 +5897,7 @@
5823
5897
  "Arn": {},
5824
5898
  "Description": {},
5825
5899
  "Name": {
5826
- "shape": "S8o"
5900
+ "shape": "S96"
5827
5901
  },
5828
5902
  "Type": {},
5829
5903
  "Version": {
@@ -5878,7 +5952,7 @@
5878
5952
  "Id": {},
5879
5953
  "Arn": {},
5880
5954
  "Name": {
5881
- "shape": "S8o"
5955
+ "shape": "S96"
5882
5956
  },
5883
5957
  "Type": {},
5884
5958
  "Status": {},
@@ -5995,7 +6069,7 @@
5995
6069
  "idempotencyToken": true
5996
6070
  },
5997
6071
  "ReplicaAlias": {
5998
- "shape": "S41"
6072
+ "shape": "S4l"
5999
6073
  }
6000
6074
  }
6001
6075
  },
@@ -6088,12 +6162,12 @@
6088
6162
  "type": "structure",
6089
6163
  "members": {
6090
6164
  "TagFilter": {
6091
- "shape": "Sm0"
6165
+ "shape": "Smf"
6092
6166
  }
6093
6167
  }
6094
6168
  },
6095
6169
  "SearchCriteria": {
6096
- "shape": "Sm4"
6170
+ "shape": "Smj"
6097
6171
  }
6098
6172
  }
6099
6173
  },
@@ -6103,7 +6177,7 @@
6103
6177
  "HoursOfOperations": {
6104
6178
  "type": "list",
6105
6179
  "member": {
6106
- "shape": "Sbc"
6180
+ "shape": "Sbu"
6107
6181
  }
6108
6182
  },
6109
6183
  "NextToken": {},
@@ -6132,12 +6206,12 @@
6132
6206
  "type": "structure",
6133
6207
  "members": {
6134
6208
  "TagFilter": {
6135
- "shape": "Sm0"
6209
+ "shape": "Smf"
6136
6210
  }
6137
6211
  }
6138
6212
  },
6139
6213
  "SearchCriteria": {
6140
- "shape": "Smc"
6214
+ "shape": "Smr"
6141
6215
  }
6142
6216
  }
6143
6217
  },
@@ -6147,7 +6221,7 @@
6147
6221
  "Prompts": {
6148
6222
  "type": "list",
6149
6223
  "member": {
6150
- "shape": "Sc0"
6224
+ "shape": "Sci"
6151
6225
  }
6152
6226
  },
6153
6227
  "NextToken": {},
@@ -6176,12 +6250,12 @@
6176
6250
  "type": "structure",
6177
6251
  "members": {
6178
6252
  "TagFilter": {
6179
- "shape": "Sm0"
6253
+ "shape": "Smf"
6180
6254
  }
6181
6255
  }
6182
6256
  },
6183
6257
  "SearchCriteria": {
6184
- "shape": "Smi"
6258
+ "shape": "Smx"
6185
6259
  }
6186
6260
  }
6187
6261
  },
@@ -6191,7 +6265,7 @@
6191
6265
  "Queues": {
6192
6266
  "type": "list",
6193
6267
  "member": {
6194
- "shape": "Sc3"
6268
+ "shape": "Scl"
6195
6269
  }
6196
6270
  },
6197
6271
  "NextToken": {},
@@ -6220,12 +6294,12 @@
6220
6294
  "type": "structure",
6221
6295
  "members": {
6222
6296
  "TagFilter": {
6223
- "shape": "Sm0"
6297
+ "shape": "Smf"
6224
6298
  }
6225
6299
  }
6226
6300
  },
6227
6301
  "SearchCriteria": {
6228
- "shape": "Smp"
6302
+ "shape": "Sn4"
6229
6303
  }
6230
6304
  }
6231
6305
  },
@@ -6235,7 +6309,7 @@
6235
6309
  "QuickConnects": {
6236
6310
  "type": "list",
6237
6311
  "member": {
6238
- "shape": "Sc7"
6312
+ "shape": "Scp"
6239
6313
  }
6240
6314
  },
6241
6315
  "NextToken": {},
@@ -6316,12 +6390,12 @@
6316
6390
  "type": "structure",
6317
6391
  "members": {
6318
6392
  "TagFilter": {
6319
- "shape": "Sm0"
6393
+ "shape": "Smf"
6320
6394
  }
6321
6395
  }
6322
6396
  },
6323
6397
  "SearchCriteria": {
6324
- "shape": "Sn4"
6398
+ "shape": "Snj"
6325
6399
  }
6326
6400
  }
6327
6401
  },
@@ -6331,7 +6405,7 @@
6331
6405
  "RoutingProfiles": {
6332
6406
  "type": "list",
6333
6407
  "member": {
6334
- "shape": "Sca"
6408
+ "shape": "Scs"
6335
6409
  }
6336
6410
  },
6337
6411
  "NextToken": {},
@@ -6357,13 +6431,13 @@
6357
6431
  "type": "integer"
6358
6432
  },
6359
6433
  "SearchCriteria": {
6360
- "shape": "Sn9"
6434
+ "shape": "Sno"
6361
6435
  },
6362
6436
  "SearchFilter": {
6363
6437
  "type": "structure",
6364
6438
  "members": {
6365
6439
  "TagFilter": {
6366
- "shape": "Sm0"
6440
+ "shape": "Smf"
6367
6441
  }
6368
6442
  }
6369
6443
  }
@@ -6383,7 +6457,7 @@
6383
6457
  "SecurityProfileName": {},
6384
6458
  "Description": {},
6385
6459
  "Tags": {
6386
- "shape": "S1x"
6460
+ "shape": "S2i"
6387
6461
  }
6388
6462
  }
6389
6463
  }
@@ -6411,12 +6485,12 @@
6411
6485
  "type": "structure",
6412
6486
  "members": {
6413
6487
  "TagFilter": {
6414
- "shape": "Sm0"
6488
+ "shape": "Smf"
6415
6489
  }
6416
6490
  }
6417
6491
  },
6418
6492
  "SearchCriteria": {
6419
- "shape": "Snh"
6493
+ "shape": "Snw"
6420
6494
  }
6421
6495
  }
6422
6496
  },
@@ -6440,14 +6514,14 @@
6440
6514
  }
6441
6515
  },
6442
6516
  "PhoneConfig": {
6443
- "shape": "S84"
6517
+ "shape": "S8m"
6444
6518
  },
6445
6519
  "RoutingProfileId": {},
6446
6520
  "SecurityProfileIds": {
6447
- "shape": "S89"
6521
+ "shape": "S8r"
6448
6522
  },
6449
6523
  "Tags": {
6450
- "shape": "S1x"
6524
+ "shape": "S2i"
6451
6525
  },
6452
6526
  "Username": {}
6453
6527
  }
@@ -6531,7 +6605,7 @@
6531
6605
  "InstanceId": {},
6532
6606
  "ContactFlowId": {},
6533
6607
  "Attributes": {
6534
- "shape": "Sdp"
6608
+ "shape": "S22"
6535
6609
  },
6536
6610
  "ParticipantDetails": {
6537
6611
  "type": "structure",
@@ -6710,7 +6784,7 @@
6710
6784
  "SourcePhoneNumber": {},
6711
6785
  "QueueId": {},
6712
6786
  "Attributes": {
6713
- "shape": "Sdp"
6787
+ "shape": "S22"
6714
6788
  },
6715
6789
  "AnswerMachineDetectionConfig": {
6716
6790
  "type": "structure",
@@ -6750,11 +6824,11 @@
6750
6824
  "PreviousContactId": {},
6751
6825
  "ContactFlowId": {},
6752
6826
  "Attributes": {
6753
- "shape": "Sdp"
6827
+ "shape": "S22"
6754
6828
  },
6755
6829
  "Name": {},
6756
6830
  "References": {
6757
- "shape": "S5v"
6831
+ "shape": "S6e"
6758
6832
  },
6759
6833
  "Description": {},
6760
6834
  "ClientToken": {
@@ -6787,7 +6861,13 @@
6787
6861
  ],
6788
6862
  "members": {
6789
6863
  "ContactId": {},
6790
- "InstanceId": {}
6864
+ "InstanceId": {},
6865
+ "DisconnectReason": {
6866
+ "type": "structure",
6867
+ "members": {
6868
+ "Code": {}
6869
+ }
6870
+ }
6791
6871
  }
6792
6872
  },
6793
6873
  "output": {
@@ -6859,10 +6939,10 @@
6859
6939
  "locationName": "EvaluationId"
6860
6940
  },
6861
6941
  "Answers": {
6862
- "shape": "Sos"
6942
+ "shape": "Sp8"
6863
6943
  },
6864
6944
  "Notes": {
6865
- "shape": "Saq"
6945
+ "shape": "Sb8"
6866
6946
  }
6867
6947
  }
6868
6948
  },
@@ -6916,7 +6996,7 @@
6916
6996
  "locationName": "resourceArn"
6917
6997
  },
6918
6998
  "tags": {
6919
- "shape": "S1x"
6999
+ "shape": "S2i"
6920
7000
  }
6921
7001
  }
6922
7002
  }
@@ -7029,7 +7109,7 @@
7029
7109
  "Name": {},
7030
7110
  "Description": {},
7031
7111
  "References": {
7032
- "shape": "S5v"
7112
+ "shape": "S6e"
7033
7113
  }
7034
7114
  }
7035
7115
  },
@@ -7053,7 +7133,7 @@
7053
7133
  "InitialContactId": {},
7054
7134
  "InstanceId": {},
7055
7135
  "Attributes": {
7056
- "shape": "Sdp"
7136
+ "shape": "S22"
7057
7137
  }
7058
7138
  }
7059
7139
  },
@@ -7082,10 +7162,10 @@
7082
7162
  "locationName": "EvaluationId"
7083
7163
  },
7084
7164
  "Answers": {
7085
- "shape": "Sos"
7165
+ "shape": "Sp8"
7086
7166
  },
7087
7167
  "Notes": {
7088
- "shape": "Saq"
7168
+ "shape": "Sb8"
7089
7169
  }
7090
7170
  }
7091
7171
  },
@@ -7299,10 +7379,10 @@
7299
7379
  "Title": {},
7300
7380
  "Description": {},
7301
7381
  "Items": {
7302
- "shape": "S2o"
7382
+ "shape": "S38"
7303
7383
  },
7304
7384
  "ScoringStrategy": {
7305
- "shape": "S3j"
7385
+ "shape": "S43"
7306
7386
  },
7307
7387
  "ClientToken": {
7308
7388
  "idempotencyToken": true
@@ -7349,7 +7429,7 @@
7349
7429
  "Description": {},
7350
7430
  "TimeZone": {},
7351
7431
  "Config": {
7352
- "shape": "S3r"
7432
+ "shape": "S4b"
7353
7433
  }
7354
7434
  }
7355
7435
  }
@@ -7654,7 +7734,7 @@
7654
7734
  "locationName": "QueueId"
7655
7735
  },
7656
7736
  "OutboundCallerConfig": {
7657
- "shape": "S4x"
7737
+ "shape": "S5g"
7658
7738
  }
7659
7739
  }
7660
7740
  }
@@ -7704,7 +7784,7 @@
7704
7784
  "locationName": "QuickConnectId"
7705
7785
  },
7706
7786
  "QuickConnectConfig": {
7707
- "shape": "S54"
7787
+ "shape": "S5n"
7708
7788
  }
7709
7789
  }
7710
7790
  }
@@ -7778,7 +7858,7 @@
7778
7858
  "locationName": "RoutingProfileId"
7779
7859
  },
7780
7860
  "MediaConcurrencies": {
7781
- "shape": "S5d"
7861
+ "shape": "S5w"
7782
7862
  }
7783
7863
  }
7784
7864
  }
@@ -7884,7 +7964,7 @@
7884
7964
  "Name": {},
7885
7965
  "Function": {},
7886
7966
  "Actions": {
7887
- "shape": "S5p"
7967
+ "shape": "S68"
7888
7968
  },
7889
7969
  "PublishStatus": {}
7890
7970
  }
@@ -7903,7 +7983,7 @@
7903
7983
  "members": {
7904
7984
  "Description": {},
7905
7985
  "Permissions": {
7906
- "shape": "S6i"
7986
+ "shape": "S70"
7907
7987
  },
7908
7988
  "SecurityProfileId": {
7909
7989
  "location": "uri",
@@ -7914,13 +7994,13 @@
7914
7994
  "locationName": "InstanceId"
7915
7995
  },
7916
7996
  "AllowedAccessControlTags": {
7917
- "shape": "S6k"
7997
+ "shape": "S72"
7918
7998
  },
7919
7999
  "TagRestrictedResources": {
7920
- "shape": "S6n"
8000
+ "shape": "S75"
7921
8001
  },
7922
8002
  "Applications": {
7923
- "shape": "S6p"
8003
+ "shape": "S77"
7924
8004
  }
7925
8005
  }
7926
8006
  }
@@ -7948,14 +8028,14 @@
7948
8028
  "Description": {},
7949
8029
  "ContactFlowId": {},
7950
8030
  "Constraints": {
7951
- "shape": "S6z"
8031
+ "shape": "S7h"
7952
8032
  },
7953
8033
  "Defaults": {
7954
- "shape": "S78"
8034
+ "shape": "S7q"
7955
8035
  },
7956
8036
  "Status": {},
7957
8037
  "Fields": {
7958
- "shape": "S7d"
8038
+ "shape": "S7v"
7959
8039
  }
7960
8040
  }
7961
8041
  },
@@ -7969,13 +8049,13 @@
7969
8049
  "Description": {},
7970
8050
  "ContactFlowId": {},
7971
8051
  "Constraints": {
7972
- "shape": "S6z"
8052
+ "shape": "S7h"
7973
8053
  },
7974
8054
  "Defaults": {
7975
- "shape": "S78"
8055
+ "shape": "S7q"
7976
8056
  },
7977
8057
  "Fields": {
7978
- "shape": "S7d"
8058
+ "shape": "S7v"
7979
8059
  },
7980
8060
  "Status": {},
7981
8061
  "LastModifiedTime": {
@@ -8003,13 +8083,13 @@
8003
8083
  "locationName": "Id"
8004
8084
  },
8005
8085
  "TelephonyConfig": {
8006
- "shape": "Sgg"
8086
+ "shape": "Sgv"
8007
8087
  },
8008
8088
  "SignInConfig": {
8009
- "shape": "Sgl"
8089
+ "shape": "Sh0"
8010
8090
  },
8011
8091
  "AgentConfig": {
8012
- "shape": "Sgo"
8092
+ "shape": "Sh3"
8013
8093
  }
8014
8094
  }
8015
8095
  },
@@ -8080,19 +8160,19 @@
8080
8160
  "type": "structure",
8081
8161
  "members": {
8082
8162
  "LevelOne": {
8083
- "shape": "Sqw"
8163
+ "shape": "Src"
8084
8164
  },
8085
8165
  "LevelTwo": {
8086
- "shape": "Sqw"
8166
+ "shape": "Src"
8087
8167
  },
8088
8168
  "LevelThree": {
8089
- "shape": "Sqw"
8169
+ "shape": "Src"
8090
8170
  },
8091
8171
  "LevelFour": {
8092
- "shape": "Sqw"
8172
+ "shape": "Src"
8093
8173
  },
8094
8174
  "LevelFive": {
8095
- "shape": "Sqw"
8175
+ "shape": "Src"
8096
8176
  }
8097
8177
  }
8098
8178
  },
@@ -8116,7 +8196,7 @@
8116
8196
  ],
8117
8197
  "members": {
8118
8198
  "IdentityInfo": {
8119
- "shape": "S80"
8199
+ "shape": "S8i"
8120
8200
  },
8121
8201
  "UserId": {
8122
8202
  "location": "uri",
@@ -8142,7 +8222,7 @@
8142
8222
  ],
8143
8223
  "members": {
8144
8224
  "PhoneConfig": {
8145
- "shape": "S84"
8225
+ "shape": "S8m"
8146
8226
  },
8147
8227
  "UserId": {
8148
8228
  "location": "uri",
@@ -8192,7 +8272,7 @@
8192
8272
  ],
8193
8273
  "members": {
8194
8274
  "SecurityProfileIds": {
8195
- "shape": "S89"
8275
+ "shape": "S8r"
8196
8276
  },
8197
8277
  "UserId": {
8198
8278
  "location": "uri",
@@ -8228,7 +8308,7 @@
8228
8308
  },
8229
8309
  "Status": {},
8230
8310
  "Content": {
8231
- "shape": "S8j"
8311
+ "shape": "S91"
8232
8312
  }
8233
8313
  }
8234
8314
  },
@@ -8236,7 +8316,7 @@
8236
8316
  "type": "structure",
8237
8317
  "members": {
8238
8318
  "View": {
8239
- "shape": "S8q"
8319
+ "shape": "S98"
8240
8320
  }
8241
8321
  }
8242
8322
  }
@@ -8261,7 +8341,7 @@
8261
8341
  "locationName": "ViewId"
8262
8342
  },
8263
8343
  "Name": {
8264
- "shape": "S8o"
8344
+ "shape": "S96"
8265
8345
  },
8266
8346
  "Description": {}
8267
8347
  }
@@ -8397,12 +8477,24 @@
8397
8477
  "Channel": {}
8398
8478
  }
8399
8479
  },
8400
- "S1x": {
8480
+ "S1y": {
8481
+ "type": "structure",
8482
+ "members": {
8483
+ "Type": {},
8484
+ "Address": {}
8485
+ }
8486
+ },
8487
+ "S22": {
8401
8488
  "type": "map",
8402
8489
  "key": {},
8403
8490
  "value": {}
8404
8491
  },
8405
- "S2o": {
8492
+ "S2i": {
8493
+ "type": "map",
8494
+ "key": {},
8495
+ "value": {}
8496
+ },
8497
+ "S38": {
8406
8498
  "type": "list",
8407
8499
  "member": {
8408
8500
  "type": "structure",
@@ -8419,7 +8511,7 @@
8419
8511
  "RefId": {},
8420
8512
  "Instructions": {},
8421
8513
  "Items": {
8422
- "shape": "S2o"
8514
+ "shape": "S38"
8423
8515
  },
8424
8516
  "Weight": {
8425
8517
  "type": "double"
@@ -8570,7 +8662,7 @@
8570
8662
  "union": true
8571
8663
  }
8572
8664
  },
8573
- "S3j": {
8665
+ "S43": {
8574
8666
  "type": "structure",
8575
8667
  "required": [
8576
8668
  "Mode",
@@ -8581,7 +8673,7 @@
8581
8673
  "Status": {}
8582
8674
  }
8583
8675
  },
8584
- "S3r": {
8676
+ "S4b": {
8585
8677
  "type": "list",
8586
8678
  "member": {
8587
8679
  "type": "structure",
@@ -8593,15 +8685,15 @@
8593
8685
  "members": {
8594
8686
  "Day": {},
8595
8687
  "StartTime": {
8596
- "shape": "S3u"
8688
+ "shape": "S4e"
8597
8689
  },
8598
8690
  "EndTime": {
8599
- "shape": "S3u"
8691
+ "shape": "S4e"
8600
8692
  }
8601
8693
  }
8602
8694
  }
8603
8695
  },
8604
- "S3u": {
8696
+ "S4e": {
8605
8697
  "type": "structure",
8606
8698
  "required": [
8607
8699
  "Hours",
@@ -8616,11 +8708,11 @@
8616
8708
  }
8617
8709
  }
8618
8710
  },
8619
- "S41": {
8711
+ "S4l": {
8620
8712
  "type": "string",
8621
8713
  "sensitive": true
8622
8714
  },
8623
- "S4x": {
8715
+ "S5g": {
8624
8716
  "type": "structure",
8625
8717
  "members": {
8626
8718
  "OutboundCallerIdName": {},
@@ -8628,7 +8720,7 @@
8628
8720
  "OutboundFlowId": {}
8629
8721
  }
8630
8722
  },
8631
- "S54": {
8723
+ "S5n": {
8632
8724
  "type": "structure",
8633
8725
  "required": [
8634
8726
  "QuickConnectType"
@@ -8668,7 +8760,7 @@
8668
8760
  }
8669
8761
  }
8670
8762
  },
8671
- "S5d": {
8763
+ "S5w": {
8672
8764
  "type": "list",
8673
8765
  "member": {
8674
8766
  "type": "structure",
@@ -8693,7 +8785,7 @@
8693
8785
  }
8694
8786
  }
8695
8787
  },
8696
- "S5m": {
8788
+ "S65": {
8697
8789
  "type": "structure",
8698
8790
  "required": [
8699
8791
  "EventSourceName"
@@ -8703,7 +8795,7 @@
8703
8795
  "IntegrationAssociationId": {}
8704
8796
  }
8705
8797
  },
8706
- "S5p": {
8798
+ "S68": {
8707
8799
  "type": "list",
8708
8800
  "member": {
8709
8801
  "type": "structure",
@@ -8723,7 +8815,7 @@
8723
8815
  "Description": {},
8724
8816
  "ContactFlowId": {},
8725
8817
  "References": {
8726
- "shape": "S5v"
8818
+ "shape": "S6e"
8727
8819
  }
8728
8820
  }
8729
8821
  },
@@ -8772,7 +8864,7 @@
8772
8864
  }
8773
8865
  }
8774
8866
  },
8775
- "S5v": {
8867
+ "S6e": {
8776
8868
  "type": "map",
8777
8869
  "key": {},
8778
8870
  "value": {
@@ -8787,20 +8879,20 @@
8787
8879
  }
8788
8880
  }
8789
8881
  },
8790
- "S6i": {
8882
+ "S70": {
8791
8883
  "type": "list",
8792
8884
  "member": {}
8793
8885
  },
8794
- "S6k": {
8886
+ "S72": {
8795
8887
  "type": "map",
8796
8888
  "key": {},
8797
8889
  "value": {}
8798
8890
  },
8799
- "S6n": {
8891
+ "S75": {
8800
8892
  "type": "list",
8801
8893
  "member": {}
8802
8894
  },
8803
- "S6p": {
8895
+ "S77": {
8804
8896
  "type": "list",
8805
8897
  "member": {
8806
8898
  "type": "structure",
@@ -8813,7 +8905,7 @@
8813
8905
  }
8814
8906
  }
8815
8907
  },
8816
- "S6z": {
8908
+ "S7h": {
8817
8909
  "type": "structure",
8818
8910
  "members": {
8819
8911
  "RequiredFields": {
@@ -8822,7 +8914,7 @@
8822
8914
  "type": "structure",
8823
8915
  "members": {
8824
8916
  "Id": {
8825
- "shape": "S72"
8917
+ "shape": "S7k"
8826
8918
  }
8827
8919
  }
8828
8920
  }
@@ -8833,7 +8925,7 @@
8833
8925
  "type": "structure",
8834
8926
  "members": {
8835
8927
  "Id": {
8836
- "shape": "S72"
8928
+ "shape": "S7k"
8837
8929
  }
8838
8930
  }
8839
8931
  }
@@ -8844,20 +8936,20 @@
8844
8936
  "type": "structure",
8845
8937
  "members": {
8846
8938
  "Id": {
8847
- "shape": "S72"
8939
+ "shape": "S7k"
8848
8940
  }
8849
8941
  }
8850
8942
  }
8851
8943
  }
8852
8944
  }
8853
8945
  },
8854
- "S72": {
8946
+ "S7k": {
8855
8947
  "type": "structure",
8856
8948
  "members": {
8857
8949
  "Name": {}
8858
8950
  }
8859
8951
  },
8860
- "S78": {
8952
+ "S7q": {
8861
8953
  "type": "structure",
8862
8954
  "members": {
8863
8955
  "DefaultFieldValues": {
@@ -8866,7 +8958,7 @@
8866
8958
  "type": "structure",
8867
8959
  "members": {
8868
8960
  "Id": {
8869
- "shape": "S72"
8961
+ "shape": "S7k"
8870
8962
  },
8871
8963
  "DefaultValue": {}
8872
8964
  }
@@ -8874,7 +8966,7 @@
8874
8966
  }
8875
8967
  }
8876
8968
  },
8877
- "S7d": {
8969
+ "S7v": {
8878
8970
  "type": "list",
8879
8971
  "member": {
8880
8972
  "type": "structure",
@@ -8883,7 +8975,7 @@
8883
8975
  ],
8884
8976
  "members": {
8885
8977
  "Id": {
8886
- "shape": "S72"
8978
+ "shape": "S7k"
8887
8979
  },
8888
8980
  "Description": {},
8889
8981
  "Type": {},
@@ -8894,7 +8986,7 @@
8894
8986
  }
8895
8987
  }
8896
8988
  },
8897
- "S80": {
8989
+ "S8i": {
8898
8990
  "type": "structure",
8899
8991
  "members": {
8900
8992
  "FirstName": {},
@@ -8904,7 +8996,7 @@
8904
8996
  "Mobile": {}
8905
8997
  }
8906
8998
  },
8907
- "S84": {
8999
+ "S8m": {
8908
9000
  "type": "structure",
8909
9001
  "required": [
8910
9002
  "PhoneType"
@@ -8920,37 +9012,37 @@
8920
9012
  "DeskPhoneNumber": {}
8921
9013
  }
8922
9014
  },
8923
- "S89": {
9015
+ "S8r": {
8924
9016
  "type": "list",
8925
9017
  "member": {}
8926
9018
  },
8927
- "S8j": {
9019
+ "S91": {
8928
9020
  "type": "structure",
8929
9021
  "members": {
8930
9022
  "Template": {},
8931
9023
  "Actions": {
8932
- "shape": "S8l"
9024
+ "shape": "S93"
8933
9025
  }
8934
9026
  }
8935
9027
  },
8936
- "S8l": {
9028
+ "S93": {
8937
9029
  "type": "list",
8938
9030
  "member": {
8939
9031
  "type": "string",
8940
9032
  "sensitive": true
8941
9033
  }
8942
9034
  },
8943
- "S8o": {
9035
+ "S96": {
8944
9036
  "type": "string",
8945
9037
  "sensitive": true
8946
9038
  },
8947
- "S8q": {
9039
+ "S98": {
8948
9040
  "type": "structure",
8949
9041
  "members": {
8950
9042
  "Id": {},
8951
9043
  "Arn": {},
8952
9044
  "Name": {
8953
- "shape": "S8o"
9045
+ "shape": "S96"
8954
9046
  },
8955
9047
  "Status": {},
8956
9048
  "Type": {},
@@ -8968,12 +9060,12 @@
8968
9060
  },
8969
9061
  "Template": {},
8970
9062
  "Actions": {
8971
- "shape": "S8l"
9063
+ "shape": "S93"
8972
9064
  }
8973
9065
  }
8974
9066
  },
8975
9067
  "Tags": {
8976
- "shape": "S1x"
9068
+ "shape": "S2i"
8977
9069
  },
8978
9070
  "CreatedTime": {
8979
9071
  "type": "timestamp"
@@ -8984,7 +9076,7 @@
8984
9076
  "ViewContentSha256": {}
8985
9077
  }
8986
9078
  },
8987
- "Saj": {
9079
+ "Sb1": {
8988
9080
  "type": "structure",
8989
9081
  "members": {
8990
9082
  "Percentage": {
@@ -8998,7 +9090,7 @@
8998
9090
  }
8999
9091
  }
9000
9092
  },
9001
- "San": {
9093
+ "Sb5": {
9002
9094
  "type": "structure",
9003
9095
  "members": {
9004
9096
  "StringValue": {},
@@ -9011,7 +9103,7 @@
9011
9103
  },
9012
9104
  "union": true
9013
9105
  },
9014
- "Saq": {
9106
+ "Sb8": {
9015
9107
  "type": "map",
9016
9108
  "key": {},
9017
9109
  "value": {
@@ -9021,7 +9113,7 @@
9021
9113
  }
9022
9114
  }
9023
9115
  },
9024
- "Sbc": {
9116
+ "Sbu": {
9025
9117
  "type": "structure",
9026
9118
  "members": {
9027
9119
  "HoursOfOperationId": {},
@@ -9030,10 +9122,10 @@
9030
9122
  "Description": {},
9031
9123
  "TimeZone": {},
9032
9124
  "Config": {
9033
- "shape": "S3r"
9125
+ "shape": "S4b"
9034
9126
  },
9035
9127
  "Tags": {
9036
- "shape": "S1x"
9128
+ "shape": "S2i"
9037
9129
  },
9038
9130
  "LastModifiedTime": {
9039
9131
  "type": "timestamp"
@@ -9041,14 +9133,14 @@
9041
9133
  "LastModifiedRegion": {}
9042
9134
  }
9043
9135
  },
9044
- "Sbm": {
9136
+ "Sc4": {
9045
9137
  "type": "structure",
9046
9138
  "members": {
9047
9139
  "AttributeType": {},
9048
9140
  "Value": {}
9049
9141
  }
9050
9142
  },
9051
- "Sc0": {
9143
+ "Sci": {
9052
9144
  "type": "structure",
9053
9145
  "members": {
9054
9146
  "PromptARN": {},
@@ -9056,7 +9148,7 @@
9056
9148
  "Name": {},
9057
9149
  "Description": {},
9058
9150
  "Tags": {
9059
- "shape": "S1x"
9151
+ "shape": "S2i"
9060
9152
  },
9061
9153
  "LastModifiedTime": {
9062
9154
  "type": "timestamp"
@@ -9064,7 +9156,7 @@
9064
9156
  "LastModifiedRegion": {}
9065
9157
  }
9066
9158
  },
9067
- "Sc3": {
9159
+ "Scl": {
9068
9160
  "type": "structure",
9069
9161
  "members": {
9070
9162
  "Name": {},
@@ -9072,7 +9164,7 @@
9072
9164
  "QueueId": {},
9073
9165
  "Description": {},
9074
9166
  "OutboundCallerConfig": {
9075
- "shape": "S4x"
9167
+ "shape": "S5g"
9076
9168
  },
9077
9169
  "HoursOfOperationId": {},
9078
9170
  "MaxContacts": {
@@ -9080,7 +9172,7 @@
9080
9172
  },
9081
9173
  "Status": {},
9082
9174
  "Tags": {
9083
- "shape": "S1x"
9175
+ "shape": "S2i"
9084
9176
  },
9085
9177
  "LastModifiedTime": {
9086
9178
  "type": "timestamp"
@@ -9088,7 +9180,7 @@
9088
9180
  "LastModifiedRegion": {}
9089
9181
  }
9090
9182
  },
9091
- "Sc7": {
9183
+ "Scp": {
9092
9184
  "type": "structure",
9093
9185
  "members": {
9094
9186
  "QuickConnectARN": {},
@@ -9096,10 +9188,10 @@
9096
9188
  "Name": {},
9097
9189
  "Description": {},
9098
9190
  "QuickConnectConfig": {
9099
- "shape": "S54"
9191
+ "shape": "S5n"
9100
9192
  },
9101
9193
  "Tags": {
9102
- "shape": "S1x"
9194
+ "shape": "S2i"
9103
9195
  },
9104
9196
  "LastModifiedTime": {
9105
9197
  "type": "timestamp"
@@ -9107,7 +9199,7 @@
9107
9199
  "LastModifiedRegion": {}
9108
9200
  }
9109
9201
  },
9110
- "Sca": {
9202
+ "Scs": {
9111
9203
  "type": "structure",
9112
9204
  "members": {
9113
9205
  "InstanceId": {},
@@ -9116,11 +9208,11 @@
9116
9208
  "RoutingProfileId": {},
9117
9209
  "Description": {},
9118
9210
  "MediaConcurrencies": {
9119
- "shape": "S5d"
9211
+ "shape": "S5w"
9120
9212
  },
9121
9213
  "DefaultOutboundQueueId": {},
9122
9214
  "Tags": {
9123
- "shape": "S1x"
9215
+ "shape": "S2i"
9124
9216
  },
9125
9217
  "NumberOfAssociatedQueues": {
9126
9218
  "type": "long"
@@ -9138,7 +9230,7 @@
9138
9230
  }
9139
9231
  }
9140
9232
  },
9141
- "Scw": {
9233
+ "Sde": {
9142
9234
  "type": "structure",
9143
9235
  "members": {
9144
9236
  "Id": {},
@@ -9150,7 +9242,7 @@
9150
9242
  "LastModifiedRegion": {}
9151
9243
  }
9152
9244
  },
9153
- "Sd0": {
9245
+ "Sdi": {
9154
9246
  "type": "structure",
9155
9247
  "members": {
9156
9248
  "Id": {},
@@ -9162,90 +9254,85 @@
9162
9254
  "LastModifiedRegion": {}
9163
9255
  }
9164
9256
  },
9165
- "Sdp": {
9166
- "type": "map",
9167
- "key": {},
9168
- "value": {}
9169
- },
9170
- "Sdt": {
9257
+ "Se8": {
9171
9258
  "type": "structure",
9172
9259
  "members": {
9173
9260
  "Queues": {
9174
- "shape": "Sdu"
9261
+ "shape": "Se9"
9175
9262
  },
9176
9263
  "Channels": {
9177
9264
  "type": "list",
9178
9265
  "member": {}
9179
9266
  },
9180
9267
  "RoutingProfiles": {
9181
- "shape": "Sdw"
9268
+ "shape": "Seb"
9182
9269
  }
9183
9270
  }
9184
9271
  },
9185
- "Sdu": {
9272
+ "Se9": {
9186
9273
  "type": "list",
9187
9274
  "member": {}
9188
9275
  },
9189
- "Sdw": {
9276
+ "Seb": {
9190
9277
  "type": "list",
9191
9278
  "member": {}
9192
9279
  },
9193
- "Sdx": {
9280
+ "Sec": {
9194
9281
  "type": "list",
9195
9282
  "member": {}
9196
9283
  },
9197
- "Se0": {
9284
+ "Sef": {
9198
9285
  "type": "structure",
9199
9286
  "members": {
9200
9287
  "Name": {},
9201
9288
  "Unit": {}
9202
9289
  }
9203
9290
  },
9204
- "Seb": {
9291
+ "Seq": {
9205
9292
  "type": "structure",
9206
9293
  "members": {
9207
9294
  "Queue": {
9208
- "shape": "Sec"
9295
+ "shape": "Ser"
9209
9296
  },
9210
9297
  "Channel": {},
9211
9298
  "RoutingProfile": {
9212
- "shape": "Sed"
9299
+ "shape": "Ses"
9213
9300
  }
9214
9301
  }
9215
9302
  },
9216
- "Sec": {
9303
+ "Ser": {
9217
9304
  "type": "structure",
9218
9305
  "members": {
9219
9306
  "Id": {},
9220
9307
  "Arn": {}
9221
9308
  }
9222
9309
  },
9223
- "Sed": {
9310
+ "Ses": {
9224
9311
  "type": "structure",
9225
9312
  "members": {
9226
9313
  "Id": {},
9227
9314
  "Arn": {}
9228
9315
  }
9229
9316
  },
9230
- "Seu": {
9317
+ "Sf9": {
9231
9318
  "type": "structure",
9232
9319
  "members": {
9233
9320
  "Id": {},
9234
9321
  "Arn": {}
9235
9322
  }
9236
9323
  },
9237
- "Sew": {
9324
+ "Sfb": {
9238
9325
  "type": "map",
9239
9326
  "key": {},
9240
9327
  "value": {
9241
9328
  "type": "integer"
9242
9329
  }
9243
9330
  },
9244
- "Sf3": {
9331
+ "Sfi": {
9245
9332
  "type": "string",
9246
9333
  "sensitive": true
9247
9334
  },
9248
- "Sf6": {
9335
+ "Sfl": {
9249
9336
  "type": "structure",
9250
9337
  "members": {
9251
9338
  "Name": {},
@@ -9262,7 +9349,7 @@
9262
9349
  "Unit": {}
9263
9350
  }
9264
9351
  },
9265
- "Sfr": {
9352
+ "Sg6": {
9266
9353
  "type": "structure",
9267
9354
  "members": {
9268
9355
  "Name": {},
@@ -9296,18 +9383,18 @@
9296
9383
  }
9297
9384
  }
9298
9385
  },
9299
- "Sgg": {
9386
+ "Sgv": {
9300
9387
  "type": "structure",
9301
9388
  "required": [
9302
9389
  "Distributions"
9303
9390
  ],
9304
9391
  "members": {
9305
9392
  "Distributions": {
9306
- "shape": "Sgh"
9393
+ "shape": "Sgw"
9307
9394
  }
9308
9395
  }
9309
9396
  },
9310
- "Sgh": {
9397
+ "Sgw": {
9311
9398
  "type": "list",
9312
9399
  "member": {
9313
9400
  "type": "structure",
@@ -9323,7 +9410,7 @@
9323
9410
  }
9324
9411
  }
9325
9412
  },
9326
- "Sgl": {
9413
+ "Sh0": {
9327
9414
  "type": "structure",
9328
9415
  "required": [
9329
9416
  "Distributions"
@@ -9347,26 +9434,26 @@
9347
9434
  }
9348
9435
  }
9349
9436
  },
9350
- "Sgo": {
9437
+ "Sh3": {
9351
9438
  "type": "structure",
9352
9439
  "required": [
9353
9440
  "Distributions"
9354
9441
  ],
9355
9442
  "members": {
9356
9443
  "Distributions": {
9357
- "shape": "Sgh"
9444
+ "shape": "Sgw"
9358
9445
  }
9359
9446
  }
9360
9447
  },
9361
- "Siy": {
9448
+ "Sjd": {
9362
9449
  "type": "list",
9363
9450
  "member": {}
9364
9451
  },
9365
- "Siz": {
9452
+ "Sje": {
9366
9453
  "type": "list",
9367
9454
  "member": {}
9368
9455
  },
9369
- "Sjg": {
9456
+ "Sjv": {
9370
9457
  "type": "list",
9371
9458
  "member": {
9372
9459
  "type": "structure",
@@ -9382,57 +9469,57 @@
9382
9469
  }
9383
9470
  }
9384
9471
  },
9385
- "Sm0": {
9472
+ "Smf": {
9386
9473
  "type": "structure",
9387
9474
  "members": {
9388
9475
  "OrConditions": {
9389
9476
  "type": "list",
9390
9477
  "member": {
9391
- "shape": "Sm2"
9478
+ "shape": "Smh"
9392
9479
  }
9393
9480
  },
9394
9481
  "AndConditions": {
9395
- "shape": "Sm2"
9482
+ "shape": "Smh"
9396
9483
  },
9397
9484
  "TagCondition": {
9398
- "shape": "Sm3"
9485
+ "shape": "Smi"
9399
9486
  }
9400
9487
  }
9401
9488
  },
9402
- "Sm2": {
9489
+ "Smh": {
9403
9490
  "type": "list",
9404
9491
  "member": {
9405
- "shape": "Sm3"
9492
+ "shape": "Smi"
9406
9493
  }
9407
9494
  },
9408
- "Sm3": {
9495
+ "Smi": {
9409
9496
  "type": "structure",
9410
9497
  "members": {
9411
9498
  "TagKey": {},
9412
9499
  "TagValue": {}
9413
9500
  }
9414
9501
  },
9415
- "Sm4": {
9502
+ "Smj": {
9416
9503
  "type": "structure",
9417
9504
  "members": {
9418
9505
  "OrConditions": {
9419
- "shape": "Sm5"
9506
+ "shape": "Smk"
9420
9507
  },
9421
9508
  "AndConditions": {
9422
- "shape": "Sm5"
9509
+ "shape": "Smk"
9423
9510
  },
9424
9511
  "StringCondition": {
9425
- "shape": "Sm6"
9512
+ "shape": "Sml"
9426
9513
  }
9427
9514
  }
9428
9515
  },
9429
- "Sm5": {
9516
+ "Smk": {
9430
9517
  "type": "list",
9431
9518
  "member": {
9432
- "shape": "Sm4"
9519
+ "shape": "Smj"
9433
9520
  }
9434
9521
  },
9435
- "Sm6": {
9522
+ "Sml": {
9436
9523
  "type": "structure",
9437
9524
  "members": {
9438
9525
  "FieldName": {},
@@ -9440,118 +9527,118 @@
9440
9527
  "ComparisonType": {}
9441
9528
  }
9442
9529
  },
9443
- "Smc": {
9530
+ "Smr": {
9444
9531
  "type": "structure",
9445
9532
  "members": {
9446
9533
  "OrConditions": {
9447
- "shape": "Smd"
9534
+ "shape": "Sms"
9448
9535
  },
9449
9536
  "AndConditions": {
9450
- "shape": "Smd"
9537
+ "shape": "Sms"
9451
9538
  },
9452
9539
  "StringCondition": {
9453
- "shape": "Sm6"
9540
+ "shape": "Sml"
9454
9541
  }
9455
9542
  }
9456
9543
  },
9457
- "Smd": {
9544
+ "Sms": {
9458
9545
  "type": "list",
9459
9546
  "member": {
9460
- "shape": "Smc"
9547
+ "shape": "Smr"
9461
9548
  }
9462
9549
  },
9463
- "Smi": {
9550
+ "Smx": {
9464
9551
  "type": "structure",
9465
9552
  "members": {
9466
9553
  "OrConditions": {
9467
- "shape": "Smj"
9554
+ "shape": "Smy"
9468
9555
  },
9469
9556
  "AndConditions": {
9470
- "shape": "Smj"
9557
+ "shape": "Smy"
9471
9558
  },
9472
9559
  "StringCondition": {
9473
- "shape": "Sm6"
9560
+ "shape": "Sml"
9474
9561
  },
9475
9562
  "QueueTypeCondition": {}
9476
9563
  }
9477
9564
  },
9478
- "Smj": {
9565
+ "Smy": {
9479
9566
  "type": "list",
9480
9567
  "member": {
9481
- "shape": "Smi"
9568
+ "shape": "Smx"
9482
9569
  }
9483
9570
  },
9484
- "Smp": {
9571
+ "Sn4": {
9485
9572
  "type": "structure",
9486
9573
  "members": {
9487
9574
  "OrConditions": {
9488
- "shape": "Smq"
9575
+ "shape": "Sn5"
9489
9576
  },
9490
9577
  "AndConditions": {
9491
- "shape": "Smq"
9578
+ "shape": "Sn5"
9492
9579
  },
9493
9580
  "StringCondition": {
9494
- "shape": "Sm6"
9581
+ "shape": "Sml"
9495
9582
  }
9496
9583
  }
9497
9584
  },
9498
- "Smq": {
9585
+ "Sn5": {
9499
9586
  "type": "list",
9500
9587
  "member": {
9501
- "shape": "Smp"
9588
+ "shape": "Sn4"
9502
9589
  }
9503
9590
  },
9504
- "Sn4": {
9591
+ "Snj": {
9505
9592
  "type": "structure",
9506
9593
  "members": {
9507
9594
  "OrConditions": {
9508
- "shape": "Sn5"
9595
+ "shape": "Snk"
9509
9596
  },
9510
9597
  "AndConditions": {
9511
- "shape": "Sn5"
9598
+ "shape": "Snk"
9512
9599
  },
9513
9600
  "StringCondition": {
9514
- "shape": "Sm6"
9601
+ "shape": "Sml"
9515
9602
  }
9516
9603
  }
9517
9604
  },
9518
- "Sn5": {
9605
+ "Snk": {
9519
9606
  "type": "list",
9520
9607
  "member": {
9521
- "shape": "Sn4"
9608
+ "shape": "Snj"
9522
9609
  }
9523
9610
  },
9524
- "Sn9": {
9611
+ "Sno": {
9525
9612
  "type": "structure",
9526
9613
  "members": {
9527
9614
  "OrConditions": {
9528
- "shape": "Sna"
9615
+ "shape": "Snp"
9529
9616
  },
9530
9617
  "AndConditions": {
9531
- "shape": "Sna"
9618
+ "shape": "Snp"
9532
9619
  },
9533
9620
  "StringCondition": {
9534
- "shape": "Sm6"
9621
+ "shape": "Sml"
9535
9622
  }
9536
9623
  }
9537
9624
  },
9538
- "Sna": {
9625
+ "Snp": {
9539
9626
  "type": "list",
9540
9627
  "member": {
9541
- "shape": "Sn9"
9628
+ "shape": "Sno"
9542
9629
  }
9543
9630
  },
9544
- "Snh": {
9631
+ "Snw": {
9545
9632
  "type": "structure",
9546
9633
  "members": {
9547
9634
  "OrConditions": {
9548
- "shape": "Sni"
9635
+ "shape": "Snx"
9549
9636
  },
9550
9637
  "AndConditions": {
9551
- "shape": "Sni"
9638
+ "shape": "Snx"
9552
9639
  },
9553
9640
  "StringCondition": {
9554
- "shape": "Sm6"
9641
+ "shape": "Sml"
9555
9642
  },
9556
9643
  "HierarchyGroupCondition": {
9557
9644
  "type": "structure",
@@ -9562,25 +9649,25 @@
9562
9649
  }
9563
9650
  }
9564
9651
  },
9565
- "Sni": {
9652
+ "Snx": {
9566
9653
  "type": "list",
9567
9654
  "member": {
9568
- "shape": "Snh"
9655
+ "shape": "Snw"
9569
9656
  }
9570
9657
  },
9571
- "Sos": {
9658
+ "Sp8": {
9572
9659
  "type": "map",
9573
9660
  "key": {},
9574
9661
  "value": {
9575
9662
  "type": "structure",
9576
9663
  "members": {
9577
9664
  "Value": {
9578
- "shape": "San"
9665
+ "shape": "Sb5"
9579
9666
  }
9580
9667
  }
9581
9668
  }
9582
9669
  },
9583
- "Sqw": {
9670
+ "Src": {
9584
9671
  "type": "structure",
9585
9672
  "required": [
9586
9673
  "Name"