cdk-lambda-subminute 2.0.284 → 2.0.286
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.
- package/.jsii +3 -3
- package/lib/cdk-lambda-subminute.js +3 -3
- package/node_modules/aws-sdk/CHANGELOG.md +16 -1
- package/node_modules/aws-sdk/README.md +1 -1
- package/node_modules/aws-sdk/apis/amplify-2017-07-25.min.json +53 -38
- package/node_modules/aws-sdk/apis/amplify-2017-07-25.paginators.json +24 -0
- package/node_modules/aws-sdk/apis/application-insights-2018-11-25.min.json +35 -25
- package/node_modules/aws-sdk/apis/connect-2017-08-08.min.json +503 -365
- package/node_modules/aws-sdk/apis/connect-2017-08-08.paginators.json +16 -0
- package/node_modules/aws-sdk/apis/ec2-2016-11-15.min.json +1297 -1181
- package/node_modules/aws-sdk/apis/ec2-2016-11-15.paginators.json +6 -0
- package/node_modules/aws-sdk/apis/globalaccelerator-2018-08-08.min.json +251 -49
- package/node_modules/aws-sdk/apis/globalaccelerator-2018-08-08.paginators.json +12 -0
- package/node_modules/aws-sdk/apis/m2-2021-04-28.min.json +36 -6
- package/node_modules/aws-sdk/apis/rds-2014-10-31.min.json +228 -206
- package/node_modules/aws-sdk/apis/redshift-2012-12-01.min.json +187 -145
- package/node_modules/aws-sdk/apis/sagemaker-2017-07-24.min.json +3 -0
- package/node_modules/aws-sdk/apis/translate-2017-07-01.min.json +23 -26
- package/node_modules/aws-sdk/clients/amplify.d.ts +239 -223
- package/node_modules/aws-sdk/clients/applicationinsights.d.ts +17 -0
- package/node_modules/aws-sdk/clients/connect.d.ts +247 -5
- package/node_modules/aws-sdk/clients/ec2.d.ts +138 -5
- package/node_modules/aws-sdk/clients/globalaccelerator.d.ts +254 -2
- package/node_modules/aws-sdk/clients/m2.d.ts +51 -6
- package/node_modules/aws-sdk/clients/neptunedata.d.ts +11 -11
- package/node_modules/aws-sdk/clients/rds.d.ts +30 -0
- package/node_modules/aws-sdk/clients/redshift.d.ts +47 -0
- package/node_modules/aws-sdk/clients/sagemaker.d.ts +1 -0
- package/node_modules/aws-sdk/clients/translate.d.ts +17 -9
- package/node_modules/aws-sdk/dist/aws-sdk-core-react-native.js +1 -1
- package/node_modules/aws-sdk/dist/aws-sdk-react-native.js +15 -15
- package/node_modules/aws-sdk/dist/aws-sdk.js +2263 -1926
- package/node_modules/aws-sdk/dist/aws-sdk.min.js +81 -80
- package/node_modules/aws-sdk/lib/core.js +1 -1
- package/node_modules/aws-sdk/package.json +1 -1
- package/package.json +3 -3
@@ -325,6 +325,45 @@
|
|
325
325
|
},
|
326
326
|
"idempotent": true
|
327
327
|
},
|
328
|
+
"BatchGetFlowAssociation": {
|
329
|
+
"http": {
|
330
|
+
"requestUri": "/flow-associations-batch/{InstanceId}"
|
331
|
+
},
|
332
|
+
"input": {
|
333
|
+
"type": "structure",
|
334
|
+
"required": [
|
335
|
+
"InstanceId",
|
336
|
+
"ResourceIds"
|
337
|
+
],
|
338
|
+
"members": {
|
339
|
+
"InstanceId": {
|
340
|
+
"location": "uri",
|
341
|
+
"locationName": "InstanceId"
|
342
|
+
},
|
343
|
+
"ResourceIds": {
|
344
|
+
"type": "list",
|
345
|
+
"member": {}
|
346
|
+
},
|
347
|
+
"ResourceType": {}
|
348
|
+
}
|
349
|
+
},
|
350
|
+
"output": {
|
351
|
+
"type": "structure",
|
352
|
+
"members": {
|
353
|
+
"FlowAssociationSummaryList": {
|
354
|
+
"type": "list",
|
355
|
+
"member": {
|
356
|
+
"type": "structure",
|
357
|
+
"members": {
|
358
|
+
"ResourceId": {},
|
359
|
+
"FlowId": {},
|
360
|
+
"ResourceType": {}
|
361
|
+
}
|
362
|
+
}
|
363
|
+
}
|
364
|
+
}
|
365
|
+
}
|
366
|
+
},
|
328
367
|
"ClaimPhoneNumber": {
|
329
368
|
"http": {
|
330
369
|
"requestUri": "/phone-number/claim"
|
@@ -340,7 +379,7 @@
|
|
340
379
|
"PhoneNumber": {},
|
341
380
|
"PhoneNumberDescription": {},
|
342
381
|
"Tags": {
|
343
|
-
"shape": "
|
382
|
+
"shape": "S1x"
|
344
383
|
},
|
345
384
|
"ClientToken": {
|
346
385
|
"idempotencyToken": true
|
@@ -379,7 +418,7 @@
|
|
379
418
|
"type": "integer"
|
380
419
|
},
|
381
420
|
"Tags": {
|
382
|
-
"shape": "
|
421
|
+
"shape": "S1x"
|
383
422
|
}
|
384
423
|
}
|
385
424
|
},
|
@@ -414,7 +453,7 @@
|
|
414
453
|
"Description": {},
|
415
454
|
"Content": {},
|
416
455
|
"Tags": {
|
417
|
-
"shape": "
|
456
|
+
"shape": "S1x"
|
418
457
|
}
|
419
458
|
}
|
420
459
|
},
|
@@ -447,7 +486,7 @@
|
|
447
486
|
"Description": {},
|
448
487
|
"Content": {},
|
449
488
|
"Tags": {
|
450
|
-
"shape": "
|
489
|
+
"shape": "S1x"
|
451
490
|
},
|
452
491
|
"ClientToken": {
|
453
492
|
"idempotencyToken": true
|
@@ -482,10 +521,10 @@
|
|
482
521
|
"Title": {},
|
483
522
|
"Description": {},
|
484
523
|
"Items": {
|
485
|
-
"shape": "
|
524
|
+
"shape": "S2o"
|
486
525
|
},
|
487
526
|
"ScoringStrategy": {
|
488
|
-
"shape": "
|
527
|
+
"shape": "S3j"
|
489
528
|
},
|
490
529
|
"ClientToken": {
|
491
530
|
"idempotencyToken": true
|
@@ -527,10 +566,10 @@
|
|
527
566
|
"Description": {},
|
528
567
|
"TimeZone": {},
|
529
568
|
"Config": {
|
530
|
-
"shape": "
|
569
|
+
"shape": "S3r"
|
531
570
|
},
|
532
571
|
"Tags": {
|
533
|
-
"shape": "
|
572
|
+
"shape": "S1x"
|
534
573
|
}
|
535
574
|
}
|
536
575
|
},
|
@@ -558,7 +597,7 @@
|
|
558
597
|
"ClientToken": {},
|
559
598
|
"IdentityManagementType": {},
|
560
599
|
"InstanceAlias": {
|
561
|
-
"shape": "
|
600
|
+
"shape": "S41"
|
562
601
|
},
|
563
602
|
"DirectoryId": {},
|
564
603
|
"InboundCallsEnabled": {
|
@@ -600,7 +639,7 @@
|
|
600
639
|
"SourceApplicationName": {},
|
601
640
|
"SourceType": {},
|
602
641
|
"Tags": {
|
603
|
-
"shape": "
|
642
|
+
"shape": "S1x"
|
604
643
|
}
|
605
644
|
}
|
606
645
|
},
|
@@ -673,7 +712,7 @@
|
|
673
712
|
"Description": {},
|
674
713
|
"S3Uri": {},
|
675
714
|
"Tags": {
|
676
|
-
"shape": "
|
715
|
+
"shape": "S1x"
|
677
716
|
}
|
678
717
|
}
|
679
718
|
},
|
@@ -705,7 +744,7 @@
|
|
705
744
|
"Name": {},
|
706
745
|
"Description": {},
|
707
746
|
"OutboundCallerConfig": {
|
708
|
-
"shape": "
|
747
|
+
"shape": "S4u"
|
709
748
|
},
|
710
749
|
"HoursOfOperationId": {},
|
711
750
|
"MaxContacts": {
|
@@ -715,7 +754,7 @@
|
|
715
754
|
"shape": "S17"
|
716
755
|
},
|
717
756
|
"Tags": {
|
718
|
-
"shape": "
|
757
|
+
"shape": "S1x"
|
719
758
|
}
|
720
759
|
}
|
721
760
|
},
|
@@ -747,10 +786,10 @@
|
|
747
786
|
"Name": {},
|
748
787
|
"Description": {},
|
749
788
|
"QuickConnectConfig": {
|
750
|
-
"shape": "
|
789
|
+
"shape": "S51"
|
751
790
|
},
|
752
791
|
"Tags": {
|
753
|
-
"shape": "
|
792
|
+
"shape": "S1x"
|
754
793
|
}
|
755
794
|
}
|
756
795
|
},
|
@@ -788,10 +827,10 @@
|
|
788
827
|
"shape": "S1b"
|
789
828
|
},
|
790
829
|
"MediaConcurrencies": {
|
791
|
-
"shape": "
|
830
|
+
"shape": "S5a"
|
792
831
|
},
|
793
832
|
"Tags": {
|
794
|
-
"shape": "
|
833
|
+
"shape": "S1x"
|
795
834
|
},
|
796
835
|
"AgentAvailabilityTimer": {}
|
797
836
|
}
|
@@ -825,11 +864,11 @@
|
|
825
864
|
},
|
826
865
|
"Name": {},
|
827
866
|
"TriggerEventSource": {
|
828
|
-
"shape": "
|
867
|
+
"shape": "S5j"
|
829
868
|
},
|
830
869
|
"Function": {},
|
831
870
|
"Actions": {
|
832
|
-
"shape": "
|
871
|
+
"shape": "S5m"
|
833
872
|
},
|
834
873
|
"PublishStatus": {},
|
835
874
|
"ClientToken": {
|
@@ -864,23 +903,23 @@
|
|
864
903
|
"SecurityProfileName": {},
|
865
904
|
"Description": {},
|
866
905
|
"Permissions": {
|
867
|
-
"shape": "
|
906
|
+
"shape": "S6f"
|
868
907
|
},
|
869
908
|
"InstanceId": {
|
870
909
|
"location": "uri",
|
871
910
|
"locationName": "InstanceId"
|
872
911
|
},
|
873
912
|
"Tags": {
|
874
|
-
"shape": "
|
913
|
+
"shape": "S1x"
|
875
914
|
},
|
876
915
|
"AllowedAccessControlTags": {
|
877
|
-
"shape": "
|
916
|
+
"shape": "S6h"
|
878
917
|
},
|
879
918
|
"TagRestrictedResources": {
|
880
|
-
"shape": "
|
919
|
+
"shape": "S6k"
|
881
920
|
},
|
882
921
|
"Applications": {
|
883
|
-
"shape": "
|
922
|
+
"shape": "S6m"
|
884
923
|
}
|
885
924
|
}
|
886
925
|
},
|
@@ -913,14 +952,14 @@
|
|
913
952
|
"Description": {},
|
914
953
|
"ContactFlowId": {},
|
915
954
|
"Constraints": {
|
916
|
-
"shape": "
|
955
|
+
"shape": "S6w"
|
917
956
|
},
|
918
957
|
"Defaults": {
|
919
|
-
"shape": "
|
958
|
+
"shape": "S75"
|
920
959
|
},
|
921
960
|
"Status": {},
|
922
961
|
"Fields": {
|
923
|
-
"shape": "
|
962
|
+
"shape": "S7a"
|
924
963
|
},
|
925
964
|
"ClientToken": {
|
926
965
|
"idempotencyToken": true
|
@@ -958,7 +997,7 @@
|
|
958
997
|
"idempotencyToken": true
|
959
998
|
},
|
960
999
|
"Tags": {
|
961
|
-
"shape": "
|
1000
|
+
"shape": "S1x"
|
962
1001
|
}
|
963
1002
|
}
|
964
1003
|
},
|
@@ -993,7 +1032,7 @@
|
|
993
1032
|
},
|
994
1033
|
"UseCaseType": {},
|
995
1034
|
"Tags": {
|
996
|
-
"shape": "
|
1035
|
+
"shape": "S1x"
|
997
1036
|
}
|
998
1037
|
}
|
999
1038
|
},
|
@@ -1023,14 +1062,14 @@
|
|
1023
1062
|
"Username": {},
|
1024
1063
|
"Password": {},
|
1025
1064
|
"IdentityInfo": {
|
1026
|
-
"shape": "
|
1065
|
+
"shape": "S7x"
|
1027
1066
|
},
|
1028
1067
|
"PhoneConfig": {
|
1029
|
-
"shape": "
|
1068
|
+
"shape": "S81"
|
1030
1069
|
},
|
1031
1070
|
"DirectoryUserId": {},
|
1032
1071
|
"SecurityProfileIds": {
|
1033
|
-
"shape": "
|
1072
|
+
"shape": "S86"
|
1034
1073
|
},
|
1035
1074
|
"RoutingProfileId": {},
|
1036
1075
|
"HierarchyGroupId": {},
|
@@ -1039,7 +1078,7 @@
|
|
1039
1078
|
"locationName": "InstanceId"
|
1040
1079
|
},
|
1041
1080
|
"Tags": {
|
1042
|
-
"shape": "
|
1081
|
+
"shape": "S1x"
|
1043
1082
|
}
|
1044
1083
|
}
|
1045
1084
|
},
|
@@ -1070,7 +1109,7 @@
|
|
1070
1109
|
"locationName": "InstanceId"
|
1071
1110
|
},
|
1072
1111
|
"Tags": {
|
1073
|
-
"shape": "
|
1112
|
+
"shape": "S1x"
|
1074
1113
|
}
|
1075
1114
|
}
|
1076
1115
|
},
|
@@ -1103,14 +1142,14 @@
|
|
1103
1142
|
"ClientToken": {},
|
1104
1143
|
"Status": {},
|
1105
1144
|
"Content": {
|
1106
|
-
"shape": "
|
1145
|
+
"shape": "S8g"
|
1107
1146
|
},
|
1108
1147
|
"Description": {},
|
1109
1148
|
"Name": {
|
1110
|
-
"shape": "
|
1149
|
+
"shape": "S8l"
|
1111
1150
|
},
|
1112
1151
|
"Tags": {
|
1113
|
-
"shape": "
|
1152
|
+
"shape": "S1x"
|
1114
1153
|
}
|
1115
1154
|
}
|
1116
1155
|
},
|
@@ -1118,7 +1157,7 @@
|
|
1118
1157
|
"type": "structure",
|
1119
1158
|
"members": {
|
1120
1159
|
"View": {
|
1121
|
-
"shape": "
|
1160
|
+
"shape": "S8n"
|
1122
1161
|
}
|
1123
1162
|
}
|
1124
1163
|
},
|
@@ -1152,7 +1191,7 @@
|
|
1152
1191
|
"type": "structure",
|
1153
1192
|
"members": {
|
1154
1193
|
"View": {
|
1155
|
-
"shape": "
|
1194
|
+
"shape": "S8n"
|
1156
1195
|
}
|
1157
1196
|
}
|
1158
1197
|
},
|
@@ -1182,7 +1221,7 @@
|
|
1182
1221
|
"LanguageCode": {},
|
1183
1222
|
"Content": {},
|
1184
1223
|
"Tags": {
|
1185
|
-
"shape": "
|
1224
|
+
"shape": "S1x"
|
1186
1225
|
}
|
1187
1226
|
}
|
1188
1227
|
},
|
@@ -1806,8 +1845,12 @@
|
|
1806
1845
|
},
|
1807
1846
|
"State": {},
|
1808
1847
|
"Tags": {
|
1809
|
-
"shape": "
|
1810
|
-
}
|
1848
|
+
"shape": "S1x"
|
1849
|
+
},
|
1850
|
+
"LastModifiedTime": {
|
1851
|
+
"type": "timestamp"
|
1852
|
+
},
|
1853
|
+
"LastModifiedRegion": {}
|
1811
1854
|
}
|
1812
1855
|
}
|
1813
1856
|
}
|
@@ -1946,7 +1989,7 @@
|
|
1946
1989
|
"EvaluatorArn": {},
|
1947
1990
|
"ContactAgentId": {},
|
1948
1991
|
"Score": {
|
1949
|
-
"shape": "
|
1992
|
+
"shape": "Sag"
|
1950
1993
|
}
|
1951
1994
|
}
|
1952
1995
|
},
|
@@ -1957,23 +2000,23 @@
|
|
1957
2000
|
"type": "structure",
|
1958
2001
|
"members": {
|
1959
2002
|
"Value": {
|
1960
|
-
"shape": "
|
2003
|
+
"shape": "Sak"
|
1961
2004
|
},
|
1962
2005
|
"SystemSuggestedValue": {
|
1963
|
-
"shape": "
|
2006
|
+
"shape": "Sak"
|
1964
2007
|
}
|
1965
2008
|
}
|
1966
2009
|
}
|
1967
2010
|
},
|
1968
2011
|
"Notes": {
|
1969
|
-
"shape": "
|
2012
|
+
"shape": "San"
|
1970
2013
|
},
|
1971
2014
|
"Status": {},
|
1972
2015
|
"Scores": {
|
1973
2016
|
"type": "map",
|
1974
2017
|
"key": {},
|
1975
2018
|
"value": {
|
1976
|
-
"shape": "
|
2019
|
+
"shape": "Sag"
|
1977
2020
|
}
|
1978
2021
|
},
|
1979
2022
|
"CreatedTime": {
|
@@ -1983,7 +2026,7 @@
|
|
1983
2026
|
"type": "timestamp"
|
1984
2027
|
},
|
1985
2028
|
"Tags": {
|
1986
|
-
"shape": "
|
2029
|
+
"shape": "S1x"
|
1987
2030
|
}
|
1988
2031
|
}
|
1989
2032
|
},
|
@@ -2005,10 +2048,10 @@
|
|
2005
2048
|
"Title": {},
|
2006
2049
|
"Description": {},
|
2007
2050
|
"Items": {
|
2008
|
-
"shape": "
|
2051
|
+
"shape": "S2o"
|
2009
2052
|
},
|
2010
2053
|
"ScoringStrategy": {
|
2011
|
-
"shape": "
|
2054
|
+
"shape": "S3j"
|
2012
2055
|
}
|
2013
2056
|
}
|
2014
2057
|
}
|
@@ -2051,7 +2094,7 @@
|
|
2051
2094
|
"Description": {},
|
2052
2095
|
"Content": {},
|
2053
2096
|
"Tags": {
|
2054
|
-
"shape": "
|
2097
|
+
"shape": "S1x"
|
2055
2098
|
}
|
2056
2099
|
}
|
2057
2100
|
}
|
@@ -2094,7 +2137,7 @@
|
|
2094
2137
|
"State": {},
|
2095
2138
|
"Status": {},
|
2096
2139
|
"Tags": {
|
2097
|
-
"shape": "
|
2140
|
+
"shape": "S1x"
|
2098
2141
|
}
|
2099
2142
|
}
|
2100
2143
|
}
|
@@ -2162,10 +2205,10 @@
|
|
2162
2205
|
"Description": {},
|
2163
2206
|
"Status": {},
|
2164
2207
|
"Items": {
|
2165
|
-
"shape": "
|
2208
|
+
"shape": "S2o"
|
2166
2209
|
},
|
2167
2210
|
"ScoringStrategy": {
|
2168
|
-
"shape": "
|
2211
|
+
"shape": "S3j"
|
2169
2212
|
},
|
2170
2213
|
"CreatedTime": {
|
2171
2214
|
"type": "timestamp"
|
@@ -2176,7 +2219,7 @@
|
|
2176
2219
|
},
|
2177
2220
|
"LastModifiedBy": {},
|
2178
2221
|
"Tags": {
|
2179
|
-
"shape": "
|
2222
|
+
"shape": "S1x"
|
2180
2223
|
}
|
2181
2224
|
}
|
2182
2225
|
}
|
@@ -2209,7 +2252,7 @@
|
|
2209
2252
|
"type": "structure",
|
2210
2253
|
"members": {
|
2211
2254
|
"HoursOfOperation": {
|
2212
|
-
"shape": "
|
2255
|
+
"shape": "Sb9"
|
2213
2256
|
}
|
2214
2257
|
}
|
2215
2258
|
}
|
@@ -2241,7 +2284,7 @@
|
|
2241
2284
|
"Arn": {},
|
2242
2285
|
"IdentityManagementType": {},
|
2243
2286
|
"InstanceAlias": {
|
2244
|
-
"shape": "
|
2287
|
+
"shape": "S41"
|
2245
2288
|
},
|
2246
2289
|
"CreatedTime": {
|
2247
2290
|
"type": "timestamp"
|
@@ -2292,7 +2335,7 @@
|
|
2292
2335
|
"type": "structure",
|
2293
2336
|
"members": {
|
2294
2337
|
"Attribute": {
|
2295
|
-
"shape": "
|
2338
|
+
"shape": "Sbj"
|
2296
2339
|
}
|
2297
2340
|
}
|
2298
2341
|
}
|
@@ -2365,7 +2408,7 @@
|
|
2365
2408
|
"TargetArn": {},
|
2366
2409
|
"InstanceId": {},
|
2367
2410
|
"Tags": {
|
2368
|
-
"shape": "
|
2411
|
+
"shape": "S1x"
|
2369
2412
|
},
|
2370
2413
|
"PhoneNumberStatus": {
|
2371
2414
|
"type": "structure",
|
@@ -2405,7 +2448,7 @@
|
|
2405
2448
|
"type": "structure",
|
2406
2449
|
"members": {
|
2407
2450
|
"Prompt": {
|
2408
|
-
"shape": "
|
2451
|
+
"shape": "Sbx"
|
2409
2452
|
}
|
2410
2453
|
}
|
2411
2454
|
}
|
@@ -2436,7 +2479,7 @@
|
|
2436
2479
|
"type": "structure",
|
2437
2480
|
"members": {
|
2438
2481
|
"Queue": {
|
2439
|
-
"shape": "
|
2482
|
+
"shape": "Sc0"
|
2440
2483
|
}
|
2441
2484
|
}
|
2442
2485
|
}
|
@@ -2467,7 +2510,7 @@
|
|
2467
2510
|
"type": "structure",
|
2468
2511
|
"members": {
|
2469
2512
|
"QuickConnect": {
|
2470
|
-
"shape": "
|
2513
|
+
"shape": "Sc4"
|
2471
2514
|
}
|
2472
2515
|
}
|
2473
2516
|
}
|
@@ -2498,7 +2541,7 @@
|
|
2498
2541
|
"type": "structure",
|
2499
2542
|
"members": {
|
2500
2543
|
"RoutingProfile": {
|
2501
|
-
"shape": "
|
2544
|
+
"shape": "Sc7"
|
2502
2545
|
}
|
2503
2546
|
}
|
2504
2547
|
}
|
@@ -2550,11 +2593,11 @@
|
|
2550
2593
|
"RuleId": {},
|
2551
2594
|
"RuleArn": {},
|
2552
2595
|
"TriggerEventSource": {
|
2553
|
-
"shape": "
|
2596
|
+
"shape": "S5j"
|
2554
2597
|
},
|
2555
2598
|
"Function": {},
|
2556
2599
|
"Actions": {
|
2557
|
-
"shape": "
|
2600
|
+
"shape": "S5m"
|
2558
2601
|
},
|
2559
2602
|
"PublishStatus": {},
|
2560
2603
|
"CreatedTime": {
|
@@ -2565,7 +2608,7 @@
|
|
2565
2608
|
},
|
2566
2609
|
"LastUpdatedBy": {},
|
2567
2610
|
"Tags": {
|
2568
|
-
"shape": "
|
2611
|
+
"shape": "S1x"
|
2569
2612
|
}
|
2570
2613
|
}
|
2571
2614
|
}
|
@@ -2606,14 +2649,18 @@
|
|
2606
2649
|
"SecurityProfileName": {},
|
2607
2650
|
"Description": {},
|
2608
2651
|
"Tags": {
|
2609
|
-
"shape": "
|
2652
|
+
"shape": "S1x"
|
2610
2653
|
},
|
2611
2654
|
"AllowedAccessControlTags": {
|
2612
|
-
"shape": "
|
2655
|
+
"shape": "S6h"
|
2613
2656
|
},
|
2614
2657
|
"TagRestrictedResources": {
|
2615
|
-
"shape": "
|
2616
|
-
}
|
2658
|
+
"shape": "S6k"
|
2659
|
+
},
|
2660
|
+
"LastModifiedTime": {
|
2661
|
+
"type": "timestamp"
|
2662
|
+
},
|
2663
|
+
"LastModifiedRegion": {}
|
2617
2664
|
}
|
2618
2665
|
}
|
2619
2666
|
}
|
@@ -2649,7 +2696,7 @@
|
|
2649
2696
|
"InstanceArn": {},
|
2650
2697
|
"Status": {},
|
2651
2698
|
"Tags": {
|
2652
|
-
"shape": "
|
2699
|
+
"shape": "S1x"
|
2653
2700
|
},
|
2654
2701
|
"IsDefault": {
|
2655
2702
|
"type": "boolean"
|
@@ -2691,20 +2738,24 @@
|
|
2691
2738
|
"Arn": {},
|
2692
2739
|
"Username": {},
|
2693
2740
|
"IdentityInfo": {
|
2694
|
-
"shape": "
|
2741
|
+
"shape": "S7x"
|
2695
2742
|
},
|
2696
2743
|
"PhoneConfig": {
|
2697
|
-
"shape": "
|
2744
|
+
"shape": "S81"
|
2698
2745
|
},
|
2699
2746
|
"DirectoryUserId": {},
|
2700
2747
|
"SecurityProfileIds": {
|
2701
|
-
"shape": "
|
2748
|
+
"shape": "S86"
|
2702
2749
|
},
|
2703
2750
|
"RoutingProfileId": {},
|
2704
2751
|
"HierarchyGroupId": {},
|
2705
2752
|
"Tags": {
|
2706
|
-
"shape": "
|
2707
|
-
}
|
2753
|
+
"shape": "S1x"
|
2754
|
+
},
|
2755
|
+
"LastModifiedTime": {
|
2756
|
+
"type": "timestamp"
|
2757
|
+
},
|
2758
|
+
"LastModifiedRegion": {}
|
2708
2759
|
}
|
2709
2760
|
}
|
2710
2761
|
}
|
@@ -2746,25 +2797,29 @@
|
|
2746
2797
|
"type": "structure",
|
2747
2798
|
"members": {
|
2748
2799
|
"LevelOne": {
|
2749
|
-
"shape": "
|
2800
|
+
"shape": "Sct"
|
2750
2801
|
},
|
2751
2802
|
"LevelTwo": {
|
2752
|
-
"shape": "
|
2803
|
+
"shape": "Sct"
|
2753
2804
|
},
|
2754
2805
|
"LevelThree": {
|
2755
|
-
"shape": "
|
2806
|
+
"shape": "Sct"
|
2756
2807
|
},
|
2757
2808
|
"LevelFour": {
|
2758
|
-
"shape": "
|
2809
|
+
"shape": "Sct"
|
2759
2810
|
},
|
2760
2811
|
"LevelFive": {
|
2761
|
-
"shape": "
|
2812
|
+
"shape": "Sct"
|
2762
2813
|
}
|
2763
2814
|
}
|
2764
2815
|
},
|
2765
2816
|
"Tags": {
|
2766
|
-
"shape": "
|
2767
|
-
}
|
2817
|
+
"shape": "S1x"
|
2818
|
+
},
|
2819
|
+
"LastModifiedTime": {
|
2820
|
+
"type": "timestamp"
|
2821
|
+
},
|
2822
|
+
"LastModifiedRegion": {}
|
2768
2823
|
}
|
2769
2824
|
}
|
2770
2825
|
}
|
@@ -2794,19 +2849,19 @@
|
|
2794
2849
|
"type": "structure",
|
2795
2850
|
"members": {
|
2796
2851
|
"LevelOne": {
|
2797
|
-
"shape": "
|
2852
|
+
"shape": "Scx"
|
2798
2853
|
},
|
2799
2854
|
"LevelTwo": {
|
2800
|
-
"shape": "
|
2855
|
+
"shape": "Scx"
|
2801
2856
|
},
|
2802
2857
|
"LevelThree": {
|
2803
|
-
"shape": "
|
2858
|
+
"shape": "Scx"
|
2804
2859
|
},
|
2805
2860
|
"LevelFour": {
|
2806
|
-
"shape": "
|
2861
|
+
"shape": "Scx"
|
2807
2862
|
},
|
2808
2863
|
"LevelFive": {
|
2809
|
-
"shape": "
|
2864
|
+
"shape": "Scx"
|
2810
2865
|
}
|
2811
2866
|
}
|
2812
2867
|
}
|
@@ -2839,7 +2894,7 @@
|
|
2839
2894
|
"type": "structure",
|
2840
2895
|
"members": {
|
2841
2896
|
"View": {
|
2842
|
-
"shape": "
|
2897
|
+
"shape": "S8n"
|
2843
2898
|
}
|
2844
2899
|
}
|
2845
2900
|
}
|
@@ -2894,7 +2949,7 @@
|
|
2894
2949
|
"FailureReason": {},
|
2895
2950
|
"Content": {},
|
2896
2951
|
"Tags": {
|
2897
|
-
"shape": "
|
2952
|
+
"shape": "S1x"
|
2898
2953
|
}
|
2899
2954
|
}
|
2900
2955
|
}
|
@@ -3214,7 +3269,7 @@
|
|
3214
3269
|
"type": "structure",
|
3215
3270
|
"members": {
|
3216
3271
|
"Attributes": {
|
3217
|
-
"shape": "
|
3272
|
+
"shape": "Sdm"
|
3218
3273
|
}
|
3219
3274
|
}
|
3220
3275
|
}
|
@@ -3236,15 +3291,15 @@
|
|
3236
3291
|
"locationName": "InstanceId"
|
3237
3292
|
},
|
3238
3293
|
"Filters": {
|
3239
|
-
"shape": "
|
3294
|
+
"shape": "Sdq"
|
3240
3295
|
},
|
3241
3296
|
"Groupings": {
|
3242
|
-
"shape": "
|
3297
|
+
"shape": "Sdu"
|
3243
3298
|
},
|
3244
3299
|
"CurrentMetrics": {
|
3245
3300
|
"type": "list",
|
3246
3301
|
"member": {
|
3247
|
-
"shape": "
|
3302
|
+
"shape": "Sdx"
|
3248
3303
|
}
|
3249
3304
|
},
|
3250
3305
|
"NextToken": {},
|
@@ -3273,7 +3328,7 @@
|
|
3273
3328
|
"type": "structure",
|
3274
3329
|
"members": {
|
3275
3330
|
"Dimensions": {
|
3276
|
-
"shape": "
|
3331
|
+
"shape": "Se8"
|
3277
3332
|
},
|
3278
3333
|
"Collections": {
|
3279
3334
|
"type": "list",
|
@@ -3281,7 +3336,7 @@
|
|
3281
3336
|
"type": "structure",
|
3282
3337
|
"members": {
|
3283
3338
|
"Metric": {
|
3284
|
-
"shape": "
|
3339
|
+
"shape": "Sdx"
|
3285
3340
|
},
|
3286
3341
|
"Value": {
|
3287
3342
|
"type": "double"
|
@@ -3320,7 +3375,7 @@
|
|
3320
3375
|
"type": "structure",
|
3321
3376
|
"members": {
|
3322
3377
|
"Queues": {
|
3323
|
-
"shape": "
|
3378
|
+
"shape": "Sdr"
|
3324
3379
|
},
|
3325
3380
|
"ContactFilter": {
|
3326
3381
|
"type": "structure",
|
@@ -3332,7 +3387,7 @@
|
|
3332
3387
|
}
|
3333
3388
|
},
|
3334
3389
|
"RoutingProfiles": {
|
3335
|
-
"shape": "
|
3390
|
+
"shape": "Sdt"
|
3336
3391
|
},
|
3337
3392
|
"Agents": {
|
3338
3393
|
"type": "list",
|
@@ -3367,25 +3422,25 @@
|
|
3367
3422
|
}
|
3368
3423
|
},
|
3369
3424
|
"RoutingProfile": {
|
3370
|
-
"shape": "
|
3425
|
+
"shape": "Sea"
|
3371
3426
|
},
|
3372
3427
|
"HierarchyPath": {
|
3373
3428
|
"type": "structure",
|
3374
3429
|
"members": {
|
3375
3430
|
"LevelOne": {
|
3376
|
-
"shape": "
|
3431
|
+
"shape": "Ser"
|
3377
3432
|
},
|
3378
3433
|
"LevelTwo": {
|
3379
|
-
"shape": "
|
3434
|
+
"shape": "Ser"
|
3380
3435
|
},
|
3381
3436
|
"LevelThree": {
|
3382
|
-
"shape": "
|
3437
|
+
"shape": "Ser"
|
3383
3438
|
},
|
3384
3439
|
"LevelFour": {
|
3385
|
-
"shape": "
|
3440
|
+
"shape": "Ser"
|
3386
3441
|
},
|
3387
3442
|
"LevelFive": {
|
3388
|
-
"shape": "
|
3443
|
+
"shape": "Ser"
|
3389
3444
|
}
|
3390
3445
|
}
|
3391
3446
|
},
|
@@ -3400,13 +3455,13 @@
|
|
3400
3455
|
}
|
3401
3456
|
},
|
3402
3457
|
"AvailableSlotsByChannel": {
|
3403
|
-
"shape": "
|
3458
|
+
"shape": "Set"
|
3404
3459
|
},
|
3405
3460
|
"MaxSlotsByChannel": {
|
3406
|
-
"shape": "
|
3461
|
+
"shape": "Set"
|
3407
3462
|
},
|
3408
3463
|
"ActiveSlotsByChannel": {
|
3409
|
-
"shape": "
|
3464
|
+
"shape": "Set"
|
3410
3465
|
},
|
3411
3466
|
"Contacts": {
|
3412
3467
|
"type": "list",
|
@@ -3424,7 +3479,7 @@
|
|
3424
3479
|
"type": "timestamp"
|
3425
3480
|
},
|
3426
3481
|
"Queue": {
|
3427
|
-
"shape": "
|
3482
|
+
"shape": "Se9"
|
3428
3483
|
}
|
3429
3484
|
}
|
3430
3485
|
}
|
@@ -3463,13 +3518,13 @@
|
|
3463
3518
|
"type": "structure",
|
3464
3519
|
"members": {
|
3465
3520
|
"AccessToken": {
|
3466
|
-
"shape": "
|
3521
|
+
"shape": "Sf0"
|
3467
3522
|
},
|
3468
3523
|
"AccessTokenExpiration": {
|
3469
3524
|
"type": "timestamp"
|
3470
3525
|
},
|
3471
3526
|
"RefreshToken": {
|
3472
|
-
"shape": "
|
3527
|
+
"shape": "Sf0"
|
3473
3528
|
},
|
3474
3529
|
"RefreshTokenExpiration": {
|
3475
3530
|
"type": "timestamp"
|
@@ -3507,15 +3562,15 @@
|
|
3507
3562
|
"type": "timestamp"
|
3508
3563
|
},
|
3509
3564
|
"Filters": {
|
3510
|
-
"shape": "
|
3565
|
+
"shape": "Sdq"
|
3511
3566
|
},
|
3512
3567
|
"Groupings": {
|
3513
|
-
"shape": "
|
3568
|
+
"shape": "Sdu"
|
3514
3569
|
},
|
3515
3570
|
"HistoricalMetrics": {
|
3516
3571
|
"type": "list",
|
3517
3572
|
"member": {
|
3518
|
-
"shape": "
|
3573
|
+
"shape": "Sf3"
|
3519
3574
|
}
|
3520
3575
|
},
|
3521
3576
|
"NextToken": {},
|
@@ -3534,7 +3589,7 @@
|
|
3534
3589
|
"type": "structure",
|
3535
3590
|
"members": {
|
3536
3591
|
"Dimensions": {
|
3537
|
-
"shape": "
|
3592
|
+
"shape": "Se8"
|
3538
3593
|
},
|
3539
3594
|
"Collections": {
|
3540
3595
|
"type": "list",
|
@@ -3542,7 +3597,7 @@
|
|
3542
3597
|
"type": "structure",
|
3543
3598
|
"members": {
|
3544
3599
|
"Metric": {
|
3545
|
-
"shape": "
|
3600
|
+
"shape": "Sf3"
|
3546
3601
|
},
|
3547
3602
|
"Value": {
|
3548
3603
|
"type": "double"
|
@@ -3604,7 +3659,7 @@
|
|
3604
3659
|
"Metrics": {
|
3605
3660
|
"type": "list",
|
3606
3661
|
"member": {
|
3607
|
-
"shape": "
|
3662
|
+
"shape": "Sfo"
|
3608
3663
|
}
|
3609
3664
|
},
|
3610
3665
|
"NextToken": {},
|
@@ -3645,7 +3700,7 @@
|
|
3645
3700
|
"type": "structure",
|
3646
3701
|
"members": {
|
3647
3702
|
"Metric": {
|
3648
|
-
"shape": "
|
3703
|
+
"shape": "Sfo"
|
3649
3704
|
},
|
3650
3705
|
"Value": {
|
3651
3706
|
"type": "double"
|
@@ -3684,7 +3739,11 @@
|
|
3684
3739
|
"output": {
|
3685
3740
|
"type": "structure",
|
3686
3741
|
"members": {
|
3687
|
-
"PromptPresignedUrl": {}
|
3742
|
+
"PromptPresignedUrl": {},
|
3743
|
+
"LastModifiedTime": {
|
3744
|
+
"type": "timestamp"
|
3745
|
+
},
|
3746
|
+
"LastModifiedRegion": {}
|
3688
3747
|
}
|
3689
3748
|
}
|
3690
3749
|
},
|
@@ -3729,13 +3788,13 @@
|
|
3729
3788
|
"Description": {},
|
3730
3789
|
"ContactFlowId": {},
|
3731
3790
|
"Constraints": {
|
3732
|
-
"shape": "
|
3791
|
+
"shape": "S6w"
|
3733
3792
|
},
|
3734
3793
|
"Defaults": {
|
3735
|
-
"shape": "
|
3794
|
+
"shape": "S75"
|
3736
3795
|
},
|
3737
3796
|
"Fields": {
|
3738
|
-
"shape": "
|
3797
|
+
"shape": "S7a"
|
3739
3798
|
},
|
3740
3799
|
"Status": {},
|
3741
3800
|
"LastModifiedTime": {
|
@@ -3745,7 +3804,7 @@
|
|
3745
3804
|
"type": "timestamp"
|
3746
3805
|
},
|
3747
3806
|
"Tags": {
|
3748
|
-
"shape": "
|
3807
|
+
"shape": "S1x"
|
3749
3808
|
}
|
3750
3809
|
}
|
3751
3810
|
}
|
@@ -3771,15 +3830,15 @@
|
|
3771
3830
|
"type": "structure",
|
3772
3831
|
"members": {
|
3773
3832
|
"TelephonyConfig": {
|
3774
|
-
"shape": "
|
3833
|
+
"shape": "Sgd"
|
3775
3834
|
},
|
3776
3835
|
"Id": {},
|
3777
3836
|
"Arn": {},
|
3778
3837
|
"SignInConfig": {
|
3779
|
-
"shape": "
|
3838
|
+
"shape": "Sgi"
|
3780
3839
|
},
|
3781
3840
|
"AgentConfig": {
|
3782
|
-
"shape": "
|
3841
|
+
"shape": "Sgl"
|
3783
3842
|
}
|
3784
3843
|
}
|
3785
3844
|
}
|
@@ -3828,7 +3887,11 @@
|
|
3828
3887
|
"Id": {},
|
3829
3888
|
"Arn": {},
|
3830
3889
|
"Name": {},
|
3831
|
-
"Type": {}
|
3890
|
+
"Type": {},
|
3891
|
+
"LastModifiedTime": {
|
3892
|
+
"type": "timestamp"
|
3893
|
+
},
|
3894
|
+
"LastModifiedRegion": {}
|
3832
3895
|
}
|
3833
3896
|
}
|
3834
3897
|
}
|
@@ -3978,7 +4041,7 @@
|
|
3978
4041
|
"Status": {},
|
3979
4042
|
"EvaluatorArn": {},
|
3980
4043
|
"Score": {
|
3981
|
-
"shape": "
|
4044
|
+
"shape": "Sag"
|
3982
4045
|
},
|
3983
4046
|
"CreatedTime": {
|
3984
4047
|
"type": "timestamp"
|
@@ -4423,7 +4486,11 @@
|
|
4423
4486
|
"members": {
|
4424
4487
|
"Id": {},
|
4425
4488
|
"Arn": {},
|
4426
|
-
"Name": {}
|
4489
|
+
"Name": {},
|
4490
|
+
"LastModifiedTime": {
|
4491
|
+
"type": "timestamp"
|
4492
|
+
},
|
4493
|
+
"LastModifiedRegion": {}
|
4427
4494
|
}
|
4428
4495
|
}
|
4429
4496
|
},
|
@@ -4463,7 +4530,7 @@
|
|
4463
4530
|
"Attributes": {
|
4464
4531
|
"type": "list",
|
4465
4532
|
"member": {
|
4466
|
-
"shape": "
|
4533
|
+
"shape": "Sbj"
|
4467
4534
|
}
|
4468
4535
|
},
|
4469
4536
|
"NextToken": {}
|
@@ -4545,7 +4612,7 @@
|
|
4545
4612
|
"Arn": {},
|
4546
4613
|
"IdentityManagementType": {},
|
4547
4614
|
"InstanceAlias": {
|
4548
|
-
"shape": "
|
4615
|
+
"shape": "S41"
|
4549
4616
|
},
|
4550
4617
|
"CreatedTime": {
|
4551
4618
|
"type": "timestamp"
|
@@ -4711,12 +4778,12 @@
|
|
4711
4778
|
"locationName": "InstanceId"
|
4712
4779
|
},
|
4713
4780
|
"PhoneNumberTypes": {
|
4714
|
-
"shape": "
|
4781
|
+
"shape": "Siv",
|
4715
4782
|
"location": "querystring",
|
4716
4783
|
"locationName": "phoneNumberTypes"
|
4717
4784
|
},
|
4718
4785
|
"PhoneNumberCountryCodes": {
|
4719
|
-
"shape": "
|
4786
|
+
"shape": "Siw",
|
4720
4787
|
"location": "querystring",
|
4721
4788
|
"locationName": "phoneNumberCountryCodes"
|
4722
4789
|
},
|
@@ -4765,10 +4832,10 @@
|
|
4765
4832
|
},
|
4766
4833
|
"NextToken": {},
|
4767
4834
|
"PhoneNumberCountryCodes": {
|
4768
|
-
"shape": "
|
4835
|
+
"shape": "Siw"
|
4769
4836
|
},
|
4770
4837
|
"PhoneNumberTypes": {
|
4771
|
-
"shape": "
|
4838
|
+
"shape": "Siv"
|
4772
4839
|
},
|
4773
4840
|
"PhoneNumberPrefix": {}
|
4774
4841
|
}
|
@@ -4831,7 +4898,11 @@
|
|
4831
4898
|
"members": {
|
4832
4899
|
"Id": {},
|
4833
4900
|
"Arn": {},
|
4834
|
-
"Name": {}
|
4901
|
+
"Name": {},
|
4902
|
+
"LastModifiedTime": {
|
4903
|
+
"type": "timestamp"
|
4904
|
+
},
|
4905
|
+
"LastModifiedRegion": {}
|
4835
4906
|
}
|
4836
4907
|
}
|
4837
4908
|
},
|
@@ -4875,8 +4946,12 @@
|
|
4875
4946
|
"members": {
|
4876
4947
|
"NextToken": {},
|
4877
4948
|
"QuickConnectSummaryList": {
|
4878
|
-
"shape": "
|
4879
|
-
}
|
4949
|
+
"shape": "Sjd"
|
4950
|
+
},
|
4951
|
+
"LastModifiedTime": {
|
4952
|
+
"type": "timestamp"
|
4953
|
+
},
|
4954
|
+
"LastModifiedRegion": {}
|
4880
4955
|
}
|
4881
4956
|
}
|
4882
4957
|
},
|
@@ -4923,7 +4998,11 @@
|
|
4923
4998
|
"Id": {},
|
4924
4999
|
"Arn": {},
|
4925
5000
|
"Name": {},
|
4926
|
-
"QueueType": {}
|
5001
|
+
"QueueType": {},
|
5002
|
+
"LastModifiedTime": {
|
5003
|
+
"type": "timestamp"
|
5004
|
+
},
|
5005
|
+
"LastModifiedRegion": {}
|
4927
5006
|
}
|
4928
5007
|
}
|
4929
5008
|
},
|
@@ -4967,7 +5046,7 @@
|
|
4967
5046
|
"type": "structure",
|
4968
5047
|
"members": {
|
4969
5048
|
"QuickConnectSummaryList": {
|
4970
|
-
"shape": "
|
5049
|
+
"shape": "Sjd"
|
4971
5050
|
},
|
4972
5051
|
"NextToken": {}
|
4973
5052
|
}
|
@@ -5033,7 +5112,11 @@
|
|
5033
5112
|
"Channel": {}
|
5034
5113
|
}
|
5035
5114
|
}
|
5036
|
-
}
|
5115
|
+
},
|
5116
|
+
"LastModifiedTime": {
|
5117
|
+
"type": "timestamp"
|
5118
|
+
},
|
5119
|
+
"LastModifiedRegion": {}
|
5037
5120
|
}
|
5038
5121
|
}
|
5039
5122
|
},
|
@@ -5073,7 +5156,11 @@
|
|
5073
5156
|
"members": {
|
5074
5157
|
"Id": {},
|
5075
5158
|
"Arn": {},
|
5076
|
-
"Name": {}
|
5159
|
+
"Name": {},
|
5160
|
+
"LastModifiedTime": {
|
5161
|
+
"type": "timestamp"
|
5162
|
+
},
|
5163
|
+
"LastModifiedRegion": {}
|
5077
5164
|
}
|
5078
5165
|
}
|
5079
5166
|
},
|
@@ -5247,9 +5334,13 @@
|
|
5247
5334
|
"type": "structure",
|
5248
5335
|
"members": {
|
5249
5336
|
"Applications": {
|
5250
|
-
"shape": "
|
5337
|
+
"shape": "S6m"
|
5251
5338
|
},
|
5252
|
-
"NextToken": {}
|
5339
|
+
"NextToken": {},
|
5340
|
+
"LastModifiedTime": {
|
5341
|
+
"type": "timestamp"
|
5342
|
+
},
|
5343
|
+
"LastModifiedRegion": {}
|
5253
5344
|
}
|
5254
5345
|
}
|
5255
5346
|
},
|
@@ -5288,9 +5379,13 @@
|
|
5288
5379
|
"type": "structure",
|
5289
5380
|
"members": {
|
5290
5381
|
"Permissions": {
|
5291
|
-
"shape": "
|
5382
|
+
"shape": "S6f"
|
5292
5383
|
},
|
5293
|
-
"NextToken": {}
|
5384
|
+
"NextToken": {},
|
5385
|
+
"LastModifiedTime": {
|
5386
|
+
"type": "timestamp"
|
5387
|
+
},
|
5388
|
+
"LastModifiedRegion": {}
|
5294
5389
|
}
|
5295
5390
|
}
|
5296
5391
|
},
|
@@ -5330,7 +5425,11 @@
|
|
5330
5425
|
"members": {
|
5331
5426
|
"Id": {},
|
5332
5427
|
"Arn": {},
|
5333
|
-
"Name": {}
|
5428
|
+
"Name": {},
|
5429
|
+
"LastModifiedTime": {
|
5430
|
+
"type": "timestamp"
|
5431
|
+
},
|
5432
|
+
"LastModifiedRegion": {}
|
5334
5433
|
}
|
5335
5434
|
}
|
5336
5435
|
},
|
@@ -5359,7 +5458,7 @@
|
|
5359
5458
|
"type": "structure",
|
5360
5459
|
"members": {
|
5361
5460
|
"tags": {
|
5362
|
-
"shape": "
|
5461
|
+
"shape": "S1x"
|
5363
5462
|
}
|
5364
5463
|
}
|
5365
5464
|
}
|
@@ -5593,7 +5692,7 @@
|
|
5593
5692
|
"UserHierarchyGroupSummaryList": {
|
5594
5693
|
"type": "list",
|
5595
5694
|
"member": {
|
5596
|
-
"shape": "
|
5695
|
+
"shape": "Sct"
|
5597
5696
|
}
|
5598
5697
|
},
|
5599
5698
|
"NextToken": {}
|
@@ -5636,7 +5735,11 @@
|
|
5636
5735
|
"members": {
|
5637
5736
|
"Id": {},
|
5638
5737
|
"Arn": {},
|
5639
|
-
"Username": {}
|
5738
|
+
"Username": {},
|
5739
|
+
"LastModifiedTime": {
|
5740
|
+
"type": "timestamp"
|
5741
|
+
},
|
5742
|
+
"LastModifiedRegion": {}
|
5640
5743
|
}
|
5641
5744
|
}
|
5642
5745
|
},
|
@@ -5687,7 +5790,7 @@
|
|
5687
5790
|
"Arn": {},
|
5688
5791
|
"Description": {},
|
5689
5792
|
"Name": {
|
5690
|
-
"shape": "
|
5793
|
+
"shape": "S8l"
|
5691
5794
|
},
|
5692
5795
|
"Type": {},
|
5693
5796
|
"Version": {
|
@@ -5742,7 +5845,7 @@
|
|
5742
5845
|
"Id": {},
|
5743
5846
|
"Arn": {},
|
5744
5847
|
"Name": {
|
5745
|
-
"shape": "
|
5848
|
+
"shape": "S8l"
|
5746
5849
|
},
|
5747
5850
|
"Type": {},
|
5748
5851
|
"Status": {},
|
@@ -5859,7 +5962,7 @@
|
|
5859
5962
|
"idempotencyToken": true
|
5860
5963
|
},
|
5861
5964
|
"ReplicaAlias": {
|
5862
|
-
"shape": "
|
5965
|
+
"shape": "S41"
|
5863
5966
|
}
|
5864
5967
|
}
|
5865
5968
|
},
|
@@ -5952,12 +6055,12 @@
|
|
5952
6055
|
"type": "structure",
|
5953
6056
|
"members": {
|
5954
6057
|
"TagFilter": {
|
5955
|
-
"shape": "
|
6058
|
+
"shape": "Slx"
|
5956
6059
|
}
|
5957
6060
|
}
|
5958
6061
|
},
|
5959
6062
|
"SearchCriteria": {
|
5960
|
-
"shape": "
|
6063
|
+
"shape": "Sm1"
|
5961
6064
|
}
|
5962
6065
|
}
|
5963
6066
|
},
|
@@ -5967,7 +6070,7 @@
|
|
5967
6070
|
"HoursOfOperations": {
|
5968
6071
|
"type": "list",
|
5969
6072
|
"member": {
|
5970
|
-
"shape": "
|
6073
|
+
"shape": "Sb9"
|
5971
6074
|
}
|
5972
6075
|
},
|
5973
6076
|
"NextToken": {},
|
@@ -5996,12 +6099,12 @@
|
|
5996
6099
|
"type": "structure",
|
5997
6100
|
"members": {
|
5998
6101
|
"TagFilter": {
|
5999
|
-
"shape": "
|
6102
|
+
"shape": "Slx"
|
6000
6103
|
}
|
6001
6104
|
}
|
6002
6105
|
},
|
6003
6106
|
"SearchCriteria": {
|
6004
|
-
"shape": "
|
6107
|
+
"shape": "Sm9"
|
6005
6108
|
}
|
6006
6109
|
}
|
6007
6110
|
},
|
@@ -6011,7 +6114,7 @@
|
|
6011
6114
|
"Prompts": {
|
6012
6115
|
"type": "list",
|
6013
6116
|
"member": {
|
6014
|
-
"shape": "
|
6117
|
+
"shape": "Sbx"
|
6015
6118
|
}
|
6016
6119
|
},
|
6017
6120
|
"NextToken": {},
|
@@ -6040,12 +6143,12 @@
|
|
6040
6143
|
"type": "structure",
|
6041
6144
|
"members": {
|
6042
6145
|
"TagFilter": {
|
6043
|
-
"shape": "
|
6146
|
+
"shape": "Slx"
|
6044
6147
|
}
|
6045
6148
|
}
|
6046
6149
|
},
|
6047
6150
|
"SearchCriteria": {
|
6048
|
-
"shape": "
|
6151
|
+
"shape": "Smf"
|
6049
6152
|
}
|
6050
6153
|
}
|
6051
6154
|
},
|
@@ -6055,7 +6158,7 @@
|
|
6055
6158
|
"Queues": {
|
6056
6159
|
"type": "list",
|
6057
6160
|
"member": {
|
6058
|
-
"shape": "
|
6161
|
+
"shape": "Sc0"
|
6059
6162
|
}
|
6060
6163
|
},
|
6061
6164
|
"NextToken": {},
|
@@ -6084,12 +6187,12 @@
|
|
6084
6187
|
"type": "structure",
|
6085
6188
|
"members": {
|
6086
6189
|
"TagFilter": {
|
6087
|
-
"shape": "
|
6190
|
+
"shape": "Slx"
|
6088
6191
|
}
|
6089
6192
|
}
|
6090
6193
|
},
|
6091
6194
|
"SearchCriteria": {
|
6092
|
-
"shape": "
|
6195
|
+
"shape": "Smm"
|
6093
6196
|
}
|
6094
6197
|
}
|
6095
6198
|
},
|
@@ -6099,7 +6202,7 @@
|
|
6099
6202
|
"QuickConnects": {
|
6100
6203
|
"type": "list",
|
6101
6204
|
"member": {
|
6102
|
-
"shape": "
|
6205
|
+
"shape": "Sc4"
|
6103
6206
|
}
|
6104
6207
|
},
|
6105
6208
|
"NextToken": {},
|
@@ -6180,12 +6283,12 @@
|
|
6180
6283
|
"type": "structure",
|
6181
6284
|
"members": {
|
6182
6285
|
"TagFilter": {
|
6183
|
-
"shape": "
|
6286
|
+
"shape": "Slx"
|
6184
6287
|
}
|
6185
6288
|
}
|
6186
6289
|
},
|
6187
6290
|
"SearchCriteria": {
|
6188
|
-
"shape": "
|
6291
|
+
"shape": "Sn1"
|
6189
6292
|
}
|
6190
6293
|
}
|
6191
6294
|
},
|
@@ -6195,7 +6298,7 @@
|
|
6195
6298
|
"RoutingProfiles": {
|
6196
6299
|
"type": "list",
|
6197
6300
|
"member": {
|
6198
|
-
"shape": "
|
6301
|
+
"shape": "Sc7"
|
6199
6302
|
}
|
6200
6303
|
},
|
6201
6304
|
"NextToken": {},
|
@@ -6221,13 +6324,13 @@
|
|
6221
6324
|
"type": "integer"
|
6222
6325
|
},
|
6223
6326
|
"SearchCriteria": {
|
6224
|
-
"shape": "
|
6327
|
+
"shape": "Sn6"
|
6225
6328
|
},
|
6226
6329
|
"SearchFilter": {
|
6227
6330
|
"type": "structure",
|
6228
6331
|
"members": {
|
6229
6332
|
"TagFilter": {
|
6230
|
-
"shape": "
|
6333
|
+
"shape": "Slx"
|
6231
6334
|
}
|
6232
6335
|
}
|
6233
6336
|
}
|
@@ -6247,7 +6350,7 @@
|
|
6247
6350
|
"SecurityProfileName": {},
|
6248
6351
|
"Description": {},
|
6249
6352
|
"Tags": {
|
6250
|
-
"shape": "
|
6353
|
+
"shape": "S1x"
|
6251
6354
|
}
|
6252
6355
|
}
|
6253
6356
|
}
|
@@ -6275,12 +6378,12 @@
|
|
6275
6378
|
"type": "structure",
|
6276
6379
|
"members": {
|
6277
6380
|
"TagFilter": {
|
6278
|
-
"shape": "
|
6381
|
+
"shape": "Slx"
|
6279
6382
|
}
|
6280
6383
|
}
|
6281
6384
|
},
|
6282
6385
|
"SearchCriteria": {
|
6283
|
-
"shape": "
|
6386
|
+
"shape": "Sne"
|
6284
6387
|
}
|
6285
6388
|
}
|
6286
6389
|
},
|
@@ -6304,14 +6407,14 @@
|
|
6304
6407
|
}
|
6305
6408
|
},
|
6306
6409
|
"PhoneConfig": {
|
6307
|
-
"shape": "
|
6410
|
+
"shape": "S81"
|
6308
6411
|
},
|
6309
6412
|
"RoutingProfileId": {},
|
6310
6413
|
"SecurityProfileIds": {
|
6311
|
-
"shape": "
|
6414
|
+
"shape": "S86"
|
6312
6415
|
},
|
6313
6416
|
"Tags": {
|
6314
|
-
"shape": "
|
6417
|
+
"shape": "S1x"
|
6315
6418
|
},
|
6316
6419
|
"Username": {}
|
6317
6420
|
}
|
@@ -6395,7 +6498,7 @@
|
|
6395
6498
|
"InstanceId": {},
|
6396
6499
|
"ContactFlowId": {},
|
6397
6500
|
"Attributes": {
|
6398
|
-
"shape": "
|
6501
|
+
"shape": "Sdm"
|
6399
6502
|
},
|
6400
6503
|
"ParticipantDetails": {
|
6401
6504
|
"type": "structure",
|
@@ -6574,7 +6677,7 @@
|
|
6574
6677
|
"SourcePhoneNumber": {},
|
6575
6678
|
"QueueId": {},
|
6576
6679
|
"Attributes": {
|
6577
|
-
"shape": "
|
6680
|
+
"shape": "Sdm"
|
6578
6681
|
},
|
6579
6682
|
"AnswerMachineDetectionConfig": {
|
6580
6683
|
"type": "structure",
|
@@ -6614,11 +6717,11 @@
|
|
6614
6717
|
"PreviousContactId": {},
|
6615
6718
|
"ContactFlowId": {},
|
6616
6719
|
"Attributes": {
|
6617
|
-
"shape": "
|
6720
|
+
"shape": "Sdm"
|
6618
6721
|
},
|
6619
6722
|
"Name": {},
|
6620
6723
|
"References": {
|
6621
|
-
"shape": "
|
6724
|
+
"shape": "S5s"
|
6622
6725
|
},
|
6623
6726
|
"Description": {},
|
6624
6727
|
"ClientToken": {
|
@@ -6723,10 +6826,10 @@
|
|
6723
6826
|
"locationName": "EvaluationId"
|
6724
6827
|
},
|
6725
6828
|
"Answers": {
|
6726
|
-
"shape": "
|
6829
|
+
"shape": "Soq"
|
6727
6830
|
},
|
6728
6831
|
"Notes": {
|
6729
|
-
"shape": "
|
6832
|
+
"shape": "San"
|
6730
6833
|
}
|
6731
6834
|
}
|
6732
6835
|
},
|
@@ -6780,7 +6883,7 @@
|
|
6780
6883
|
"locationName": "resourceArn"
|
6781
6884
|
},
|
6782
6885
|
"tags": {
|
6783
|
-
"shape": "
|
6886
|
+
"shape": "S1x"
|
6784
6887
|
}
|
6785
6888
|
}
|
6786
6889
|
}
|
@@ -6893,7 +6996,7 @@
|
|
6893
6996
|
"Name": {},
|
6894
6997
|
"Description": {},
|
6895
6998
|
"References": {
|
6896
|
-
"shape": "
|
6999
|
+
"shape": "S5s"
|
6897
7000
|
}
|
6898
7001
|
}
|
6899
7002
|
},
|
@@ -6917,7 +7020,7 @@
|
|
6917
7020
|
"InitialContactId": {},
|
6918
7021
|
"InstanceId": {},
|
6919
7022
|
"Attributes": {
|
6920
|
-
"shape": "
|
7023
|
+
"shape": "Sdm"
|
6921
7024
|
}
|
6922
7025
|
}
|
6923
7026
|
},
|
@@ -6946,10 +7049,10 @@
|
|
6946
7049
|
"locationName": "EvaluationId"
|
6947
7050
|
},
|
6948
7051
|
"Answers": {
|
6949
|
-
"shape": "
|
7052
|
+
"shape": "Soq"
|
6950
7053
|
},
|
6951
7054
|
"Notes": {
|
6952
|
-
"shape": "
|
7055
|
+
"shape": "San"
|
6953
7056
|
}
|
6954
7057
|
}
|
6955
7058
|
},
|
@@ -7163,10 +7266,10 @@
|
|
7163
7266
|
"Title": {},
|
7164
7267
|
"Description": {},
|
7165
7268
|
"Items": {
|
7166
|
-
"shape": "
|
7269
|
+
"shape": "S2o"
|
7167
7270
|
},
|
7168
7271
|
"ScoringStrategy": {
|
7169
|
-
"shape": "
|
7272
|
+
"shape": "S3j"
|
7170
7273
|
},
|
7171
7274
|
"ClientToken": {
|
7172
7275
|
"idempotencyToken": true
|
@@ -7213,7 +7316,7 @@
|
|
7213
7316
|
"Description": {},
|
7214
7317
|
"TimeZone": {},
|
7215
7318
|
"Config": {
|
7216
|
-
"shape": "
|
7319
|
+
"shape": "S3r"
|
7217
7320
|
}
|
7218
7321
|
}
|
7219
7322
|
}
|
@@ -7518,7 +7621,7 @@
|
|
7518
7621
|
"locationName": "QueueId"
|
7519
7622
|
},
|
7520
7623
|
"OutboundCallerConfig": {
|
7521
|
-
"shape": "
|
7624
|
+
"shape": "S4u"
|
7522
7625
|
}
|
7523
7626
|
}
|
7524
7627
|
}
|
@@ -7568,7 +7671,7 @@
|
|
7568
7671
|
"locationName": "QuickConnectId"
|
7569
7672
|
},
|
7570
7673
|
"QuickConnectConfig": {
|
7571
|
-
"shape": "
|
7674
|
+
"shape": "S51"
|
7572
7675
|
}
|
7573
7676
|
}
|
7574
7677
|
}
|
@@ -7642,7 +7745,7 @@
|
|
7642
7745
|
"locationName": "RoutingProfileId"
|
7643
7746
|
},
|
7644
7747
|
"MediaConcurrencies": {
|
7645
|
-
"shape": "
|
7748
|
+
"shape": "S5a"
|
7646
7749
|
}
|
7647
7750
|
}
|
7648
7751
|
}
|
@@ -7748,7 +7851,7 @@
|
|
7748
7851
|
"Name": {},
|
7749
7852
|
"Function": {},
|
7750
7853
|
"Actions": {
|
7751
|
-
"shape": "
|
7854
|
+
"shape": "S5m"
|
7752
7855
|
},
|
7753
7856
|
"PublishStatus": {}
|
7754
7857
|
}
|
@@ -7767,7 +7870,7 @@
|
|
7767
7870
|
"members": {
|
7768
7871
|
"Description": {},
|
7769
7872
|
"Permissions": {
|
7770
|
-
"shape": "
|
7873
|
+
"shape": "S6f"
|
7771
7874
|
},
|
7772
7875
|
"SecurityProfileId": {
|
7773
7876
|
"location": "uri",
|
@@ -7778,13 +7881,13 @@
|
|
7778
7881
|
"locationName": "InstanceId"
|
7779
7882
|
},
|
7780
7883
|
"AllowedAccessControlTags": {
|
7781
|
-
"shape": "
|
7884
|
+
"shape": "S6h"
|
7782
7885
|
},
|
7783
7886
|
"TagRestrictedResources": {
|
7784
|
-
"shape": "
|
7887
|
+
"shape": "S6k"
|
7785
7888
|
},
|
7786
7889
|
"Applications": {
|
7787
|
-
"shape": "
|
7890
|
+
"shape": "S6m"
|
7788
7891
|
}
|
7789
7892
|
}
|
7790
7893
|
}
|
@@ -7812,14 +7915,14 @@
|
|
7812
7915
|
"Description": {},
|
7813
7916
|
"ContactFlowId": {},
|
7814
7917
|
"Constraints": {
|
7815
|
-
"shape": "
|
7918
|
+
"shape": "S6w"
|
7816
7919
|
},
|
7817
7920
|
"Defaults": {
|
7818
|
-
"shape": "
|
7921
|
+
"shape": "S75"
|
7819
7922
|
},
|
7820
7923
|
"Status": {},
|
7821
7924
|
"Fields": {
|
7822
|
-
"shape": "
|
7925
|
+
"shape": "S7a"
|
7823
7926
|
}
|
7824
7927
|
}
|
7825
7928
|
},
|
@@ -7833,13 +7936,13 @@
|
|
7833
7936
|
"Description": {},
|
7834
7937
|
"ContactFlowId": {},
|
7835
7938
|
"Constraints": {
|
7836
|
-
"shape": "
|
7939
|
+
"shape": "S6w"
|
7837
7940
|
},
|
7838
7941
|
"Defaults": {
|
7839
|
-
"shape": "
|
7942
|
+
"shape": "S75"
|
7840
7943
|
},
|
7841
7944
|
"Fields": {
|
7842
|
-
"shape": "
|
7945
|
+
"shape": "S7a"
|
7843
7946
|
},
|
7844
7947
|
"Status": {},
|
7845
7948
|
"LastModifiedTime": {
|
@@ -7867,13 +7970,13 @@
|
|
7867
7970
|
"locationName": "Id"
|
7868
7971
|
},
|
7869
7972
|
"TelephonyConfig": {
|
7870
|
-
"shape": "
|
7973
|
+
"shape": "Sgd"
|
7871
7974
|
},
|
7872
7975
|
"SignInConfig": {
|
7873
|
-
"shape": "
|
7976
|
+
"shape": "Sgi"
|
7874
7977
|
},
|
7875
7978
|
"AgentConfig": {
|
7876
|
-
"shape": "
|
7979
|
+
"shape": "Sgl"
|
7877
7980
|
}
|
7878
7981
|
}
|
7879
7982
|
},
|
@@ -7944,19 +8047,19 @@
|
|
7944
8047
|
"type": "structure",
|
7945
8048
|
"members": {
|
7946
8049
|
"LevelOne": {
|
7947
|
-
"shape": "
|
8050
|
+
"shape": "Squ"
|
7948
8051
|
},
|
7949
8052
|
"LevelTwo": {
|
7950
|
-
"shape": "
|
8053
|
+
"shape": "Squ"
|
7951
8054
|
},
|
7952
8055
|
"LevelThree": {
|
7953
|
-
"shape": "
|
8056
|
+
"shape": "Squ"
|
7954
8057
|
},
|
7955
8058
|
"LevelFour": {
|
7956
|
-
"shape": "
|
8059
|
+
"shape": "Squ"
|
7957
8060
|
},
|
7958
8061
|
"LevelFive": {
|
7959
|
-
"shape": "
|
8062
|
+
"shape": "Squ"
|
7960
8063
|
}
|
7961
8064
|
}
|
7962
8065
|
},
|
@@ -7980,7 +8083,7 @@
|
|
7980
8083
|
],
|
7981
8084
|
"members": {
|
7982
8085
|
"IdentityInfo": {
|
7983
|
-
"shape": "
|
8086
|
+
"shape": "S7x"
|
7984
8087
|
},
|
7985
8088
|
"UserId": {
|
7986
8089
|
"location": "uri",
|
@@ -8006,7 +8109,7 @@
|
|
8006
8109
|
],
|
8007
8110
|
"members": {
|
8008
8111
|
"PhoneConfig": {
|
8009
|
-
"shape": "
|
8112
|
+
"shape": "S81"
|
8010
8113
|
},
|
8011
8114
|
"UserId": {
|
8012
8115
|
"location": "uri",
|
@@ -8056,7 +8159,7 @@
|
|
8056
8159
|
],
|
8057
8160
|
"members": {
|
8058
8161
|
"SecurityProfileIds": {
|
8059
|
-
"shape": "
|
8162
|
+
"shape": "S86"
|
8060
8163
|
},
|
8061
8164
|
"UserId": {
|
8062
8165
|
"location": "uri",
|
@@ -8092,7 +8195,7 @@
|
|
8092
8195
|
},
|
8093
8196
|
"Status": {},
|
8094
8197
|
"Content": {
|
8095
|
-
"shape": "
|
8198
|
+
"shape": "S8g"
|
8096
8199
|
}
|
8097
8200
|
}
|
8098
8201
|
},
|
@@ -8100,7 +8203,7 @@
|
|
8100
8203
|
"type": "structure",
|
8101
8204
|
"members": {
|
8102
8205
|
"View": {
|
8103
|
-
"shape": "
|
8206
|
+
"shape": "S8n"
|
8104
8207
|
}
|
8105
8208
|
}
|
8106
8209
|
}
|
@@ -8125,7 +8228,7 @@
|
|
8125
8228
|
"locationName": "ViewId"
|
8126
8229
|
},
|
8127
8230
|
"Name": {
|
8128
|
-
"shape": "
|
8231
|
+
"shape": "S8l"
|
8129
8232
|
},
|
8130
8233
|
"Description": {}
|
8131
8234
|
}
|
@@ -8261,12 +8364,12 @@
|
|
8261
8364
|
"Channel": {}
|
8262
8365
|
}
|
8263
8366
|
},
|
8264
|
-
"
|
8367
|
+
"S1x": {
|
8265
8368
|
"type": "map",
|
8266
8369
|
"key": {},
|
8267
8370
|
"value": {}
|
8268
8371
|
},
|
8269
|
-
"
|
8372
|
+
"S2o": {
|
8270
8373
|
"type": "list",
|
8271
8374
|
"member": {
|
8272
8375
|
"type": "structure",
|
@@ -8283,7 +8386,7 @@
|
|
8283
8386
|
"RefId": {},
|
8284
8387
|
"Instructions": {},
|
8285
8388
|
"Items": {
|
8286
|
-
"shape": "
|
8389
|
+
"shape": "S2o"
|
8287
8390
|
},
|
8288
8391
|
"Weight": {
|
8289
8392
|
"type": "double"
|
@@ -8434,7 +8537,7 @@
|
|
8434
8537
|
"union": true
|
8435
8538
|
}
|
8436
8539
|
},
|
8437
|
-
"
|
8540
|
+
"S3j": {
|
8438
8541
|
"type": "structure",
|
8439
8542
|
"required": [
|
8440
8543
|
"Mode",
|
@@ -8445,7 +8548,7 @@
|
|
8445
8548
|
"Status": {}
|
8446
8549
|
}
|
8447
8550
|
},
|
8448
|
-
"
|
8551
|
+
"S3r": {
|
8449
8552
|
"type": "list",
|
8450
8553
|
"member": {
|
8451
8554
|
"type": "structure",
|
@@ -8457,15 +8560,15 @@
|
|
8457
8560
|
"members": {
|
8458
8561
|
"Day": {},
|
8459
8562
|
"StartTime": {
|
8460
|
-
"shape": "
|
8563
|
+
"shape": "S3u"
|
8461
8564
|
},
|
8462
8565
|
"EndTime": {
|
8463
|
-
"shape": "
|
8566
|
+
"shape": "S3u"
|
8464
8567
|
}
|
8465
8568
|
}
|
8466
8569
|
}
|
8467
8570
|
},
|
8468
|
-
"
|
8571
|
+
"S3u": {
|
8469
8572
|
"type": "structure",
|
8470
8573
|
"required": [
|
8471
8574
|
"Hours",
|
@@ -8480,11 +8583,11 @@
|
|
8480
8583
|
}
|
8481
8584
|
}
|
8482
8585
|
},
|
8483
|
-
"
|
8586
|
+
"S41": {
|
8484
8587
|
"type": "string",
|
8485
8588
|
"sensitive": true
|
8486
8589
|
},
|
8487
|
-
"
|
8590
|
+
"S4u": {
|
8488
8591
|
"type": "structure",
|
8489
8592
|
"members": {
|
8490
8593
|
"OutboundCallerIdName": {},
|
@@ -8492,7 +8595,7 @@
|
|
8492
8595
|
"OutboundFlowId": {}
|
8493
8596
|
}
|
8494
8597
|
},
|
8495
|
-
"
|
8598
|
+
"S51": {
|
8496
8599
|
"type": "structure",
|
8497
8600
|
"required": [
|
8498
8601
|
"QuickConnectType"
|
@@ -8532,7 +8635,7 @@
|
|
8532
8635
|
}
|
8533
8636
|
}
|
8534
8637
|
},
|
8535
|
-
"
|
8638
|
+
"S5a": {
|
8536
8639
|
"type": "list",
|
8537
8640
|
"member": {
|
8538
8641
|
"type": "structure",
|
@@ -8557,7 +8660,7 @@
|
|
8557
8660
|
}
|
8558
8661
|
}
|
8559
8662
|
},
|
8560
|
-
"
|
8663
|
+
"S5j": {
|
8561
8664
|
"type": "structure",
|
8562
8665
|
"required": [
|
8563
8666
|
"EventSourceName"
|
@@ -8567,7 +8670,7 @@
|
|
8567
8670
|
"IntegrationAssociationId": {}
|
8568
8671
|
}
|
8569
8672
|
},
|
8570
|
-
"
|
8673
|
+
"S5m": {
|
8571
8674
|
"type": "list",
|
8572
8675
|
"member": {
|
8573
8676
|
"type": "structure",
|
@@ -8587,7 +8690,7 @@
|
|
8587
8690
|
"Description": {},
|
8588
8691
|
"ContactFlowId": {},
|
8589
8692
|
"References": {
|
8590
|
-
"shape": "
|
8693
|
+
"shape": "S5s"
|
8591
8694
|
}
|
8592
8695
|
}
|
8593
8696
|
},
|
@@ -8636,7 +8739,7 @@
|
|
8636
8739
|
}
|
8637
8740
|
}
|
8638
8741
|
},
|
8639
|
-
"
|
8742
|
+
"S5s": {
|
8640
8743
|
"type": "map",
|
8641
8744
|
"key": {},
|
8642
8745
|
"value": {
|
@@ -8651,20 +8754,20 @@
|
|
8651
8754
|
}
|
8652
8755
|
}
|
8653
8756
|
},
|
8654
|
-
"
|
8757
|
+
"S6f": {
|
8655
8758
|
"type": "list",
|
8656
8759
|
"member": {}
|
8657
8760
|
},
|
8658
|
-
"
|
8761
|
+
"S6h": {
|
8659
8762
|
"type": "map",
|
8660
8763
|
"key": {},
|
8661
8764
|
"value": {}
|
8662
8765
|
},
|
8663
|
-
"
|
8766
|
+
"S6k": {
|
8664
8767
|
"type": "list",
|
8665
8768
|
"member": {}
|
8666
8769
|
},
|
8667
|
-
"
|
8770
|
+
"S6m": {
|
8668
8771
|
"type": "list",
|
8669
8772
|
"member": {
|
8670
8773
|
"type": "structure",
|
@@ -8677,7 +8780,7 @@
|
|
8677
8780
|
}
|
8678
8781
|
}
|
8679
8782
|
},
|
8680
|
-
"
|
8783
|
+
"S6w": {
|
8681
8784
|
"type": "structure",
|
8682
8785
|
"members": {
|
8683
8786
|
"RequiredFields": {
|
@@ -8686,7 +8789,7 @@
|
|
8686
8789
|
"type": "structure",
|
8687
8790
|
"members": {
|
8688
8791
|
"Id": {
|
8689
|
-
"shape": "
|
8792
|
+
"shape": "S6z"
|
8690
8793
|
}
|
8691
8794
|
}
|
8692
8795
|
}
|
@@ -8697,7 +8800,7 @@
|
|
8697
8800
|
"type": "structure",
|
8698
8801
|
"members": {
|
8699
8802
|
"Id": {
|
8700
|
-
"shape": "
|
8803
|
+
"shape": "S6z"
|
8701
8804
|
}
|
8702
8805
|
}
|
8703
8806
|
}
|
@@ -8708,20 +8811,20 @@
|
|
8708
8811
|
"type": "structure",
|
8709
8812
|
"members": {
|
8710
8813
|
"Id": {
|
8711
|
-
"shape": "
|
8814
|
+
"shape": "S6z"
|
8712
8815
|
}
|
8713
8816
|
}
|
8714
8817
|
}
|
8715
8818
|
}
|
8716
8819
|
}
|
8717
8820
|
},
|
8718
|
-
"
|
8821
|
+
"S6z": {
|
8719
8822
|
"type": "structure",
|
8720
8823
|
"members": {
|
8721
8824
|
"Name": {}
|
8722
8825
|
}
|
8723
8826
|
},
|
8724
|
-
"
|
8827
|
+
"S75": {
|
8725
8828
|
"type": "structure",
|
8726
8829
|
"members": {
|
8727
8830
|
"DefaultFieldValues": {
|
@@ -8730,7 +8833,7 @@
|
|
8730
8833
|
"type": "structure",
|
8731
8834
|
"members": {
|
8732
8835
|
"Id": {
|
8733
|
-
"shape": "
|
8836
|
+
"shape": "S6z"
|
8734
8837
|
},
|
8735
8838
|
"DefaultValue": {}
|
8736
8839
|
}
|
@@ -8738,7 +8841,7 @@
|
|
8738
8841
|
}
|
8739
8842
|
}
|
8740
8843
|
},
|
8741
|
-
"
|
8844
|
+
"S7a": {
|
8742
8845
|
"type": "list",
|
8743
8846
|
"member": {
|
8744
8847
|
"type": "structure",
|
@@ -8747,7 +8850,7 @@
|
|
8747
8850
|
],
|
8748
8851
|
"members": {
|
8749
8852
|
"Id": {
|
8750
|
-
"shape": "
|
8853
|
+
"shape": "S6z"
|
8751
8854
|
},
|
8752
8855
|
"Description": {},
|
8753
8856
|
"Type": {},
|
@@ -8758,7 +8861,7 @@
|
|
8758
8861
|
}
|
8759
8862
|
}
|
8760
8863
|
},
|
8761
|
-
"
|
8864
|
+
"S7x": {
|
8762
8865
|
"type": "structure",
|
8763
8866
|
"members": {
|
8764
8867
|
"FirstName": {},
|
@@ -8768,7 +8871,7 @@
|
|
8768
8871
|
"Mobile": {}
|
8769
8872
|
}
|
8770
8873
|
},
|
8771
|
-
"
|
8874
|
+
"S81": {
|
8772
8875
|
"type": "structure",
|
8773
8876
|
"required": [
|
8774
8877
|
"PhoneType"
|
@@ -8784,37 +8887,37 @@
|
|
8784
8887
|
"DeskPhoneNumber": {}
|
8785
8888
|
}
|
8786
8889
|
},
|
8787
|
-
"
|
8890
|
+
"S86": {
|
8788
8891
|
"type": "list",
|
8789
8892
|
"member": {}
|
8790
8893
|
},
|
8791
|
-
"
|
8894
|
+
"S8g": {
|
8792
8895
|
"type": "structure",
|
8793
8896
|
"members": {
|
8794
8897
|
"Template": {},
|
8795
8898
|
"Actions": {
|
8796
|
-
"shape": "
|
8899
|
+
"shape": "S8i"
|
8797
8900
|
}
|
8798
8901
|
}
|
8799
8902
|
},
|
8800
|
-
"
|
8903
|
+
"S8i": {
|
8801
8904
|
"type": "list",
|
8802
8905
|
"member": {
|
8803
8906
|
"type": "string",
|
8804
8907
|
"sensitive": true
|
8805
8908
|
}
|
8806
8909
|
},
|
8807
|
-
"
|
8910
|
+
"S8l": {
|
8808
8911
|
"type": "string",
|
8809
8912
|
"sensitive": true
|
8810
8913
|
},
|
8811
|
-
"
|
8914
|
+
"S8n": {
|
8812
8915
|
"type": "structure",
|
8813
8916
|
"members": {
|
8814
8917
|
"Id": {},
|
8815
8918
|
"Arn": {},
|
8816
8919
|
"Name": {
|
8817
|
-
"shape": "
|
8920
|
+
"shape": "S8l"
|
8818
8921
|
},
|
8819
8922
|
"Status": {},
|
8820
8923
|
"Type": {},
|
@@ -8832,12 +8935,12 @@
|
|
8832
8935
|
},
|
8833
8936
|
"Template": {},
|
8834
8937
|
"Actions": {
|
8835
|
-
"shape": "
|
8938
|
+
"shape": "S8i"
|
8836
8939
|
}
|
8837
8940
|
}
|
8838
8941
|
},
|
8839
8942
|
"Tags": {
|
8840
|
-
"shape": "
|
8943
|
+
"shape": "S1x"
|
8841
8944
|
},
|
8842
8945
|
"CreatedTime": {
|
8843
8946
|
"type": "timestamp"
|
@@ -8848,7 +8951,7 @@
|
|
8848
8951
|
"ViewContentSha256": {}
|
8849
8952
|
}
|
8850
8953
|
},
|
8851
|
-
"
|
8954
|
+
"Sag": {
|
8852
8955
|
"type": "structure",
|
8853
8956
|
"members": {
|
8854
8957
|
"Percentage": {
|
@@ -8862,7 +8965,7 @@
|
|
8862
8965
|
}
|
8863
8966
|
}
|
8864
8967
|
},
|
8865
|
-
"
|
8968
|
+
"Sak": {
|
8866
8969
|
"type": "structure",
|
8867
8970
|
"members": {
|
8868
8971
|
"StringValue": {},
|
@@ -8875,7 +8978,7 @@
|
|
8875
8978
|
},
|
8876
8979
|
"union": true
|
8877
8980
|
},
|
8878
|
-
"
|
8981
|
+
"San": {
|
8879
8982
|
"type": "map",
|
8880
8983
|
"key": {},
|
8881
8984
|
"value": {
|
@@ -8885,7 +8988,7 @@
|
|
8885
8988
|
}
|
8886
8989
|
}
|
8887
8990
|
},
|
8888
|
-
"
|
8991
|
+
"Sb9": {
|
8889
8992
|
"type": "structure",
|
8890
8993
|
"members": {
|
8891
8994
|
"HoursOfOperationId": {},
|
@@ -8894,21 +8997,25 @@
|
|
8894
8997
|
"Description": {},
|
8895
8998
|
"TimeZone": {},
|
8896
8999
|
"Config": {
|
8897
|
-
"shape": "
|
9000
|
+
"shape": "S3r"
|
8898
9001
|
},
|
8899
9002
|
"Tags": {
|
8900
|
-
"shape": "
|
8901
|
-
}
|
9003
|
+
"shape": "S1x"
|
9004
|
+
},
|
9005
|
+
"LastModifiedTime": {
|
9006
|
+
"type": "timestamp"
|
9007
|
+
},
|
9008
|
+
"LastModifiedRegion": {}
|
8902
9009
|
}
|
8903
9010
|
},
|
8904
|
-
"
|
9011
|
+
"Sbj": {
|
8905
9012
|
"type": "structure",
|
8906
9013
|
"members": {
|
8907
9014
|
"AttributeType": {},
|
8908
9015
|
"Value": {}
|
8909
9016
|
}
|
8910
9017
|
},
|
8911
|
-
"
|
9018
|
+
"Sbx": {
|
8912
9019
|
"type": "structure",
|
8913
9020
|
"members": {
|
8914
9021
|
"PromptARN": {},
|
@@ -8916,11 +9023,15 @@
|
|
8916
9023
|
"Name": {},
|
8917
9024
|
"Description": {},
|
8918
9025
|
"Tags": {
|
8919
|
-
"shape": "
|
8920
|
-
}
|
9026
|
+
"shape": "S1x"
|
9027
|
+
},
|
9028
|
+
"LastModifiedTime": {
|
9029
|
+
"type": "timestamp"
|
9030
|
+
},
|
9031
|
+
"LastModifiedRegion": {}
|
8921
9032
|
}
|
8922
9033
|
},
|
8923
|
-
"
|
9034
|
+
"Sc0": {
|
8924
9035
|
"type": "structure",
|
8925
9036
|
"members": {
|
8926
9037
|
"Name": {},
|
@@ -8928,7 +9039,7 @@
|
|
8928
9039
|
"QueueId": {},
|
8929
9040
|
"Description": {},
|
8930
9041
|
"OutboundCallerConfig": {
|
8931
|
-
"shape": "
|
9042
|
+
"shape": "S4u"
|
8932
9043
|
},
|
8933
9044
|
"HoursOfOperationId": {},
|
8934
9045
|
"MaxContacts": {
|
@@ -8936,11 +9047,15 @@
|
|
8936
9047
|
},
|
8937
9048
|
"Status": {},
|
8938
9049
|
"Tags": {
|
8939
|
-
"shape": "
|
8940
|
-
}
|
9050
|
+
"shape": "S1x"
|
9051
|
+
},
|
9052
|
+
"LastModifiedTime": {
|
9053
|
+
"type": "timestamp"
|
9054
|
+
},
|
9055
|
+
"LastModifiedRegion": {}
|
8941
9056
|
}
|
8942
9057
|
},
|
8943
|
-
"
|
9058
|
+
"Sc4": {
|
8944
9059
|
"type": "structure",
|
8945
9060
|
"members": {
|
8946
9061
|
"QuickConnectARN": {},
|
@@ -8948,14 +9063,18 @@
|
|
8948
9063
|
"Name": {},
|
8949
9064
|
"Description": {},
|
8950
9065
|
"QuickConnectConfig": {
|
8951
|
-
"shape": "
|
9066
|
+
"shape": "S51"
|
8952
9067
|
},
|
8953
9068
|
"Tags": {
|
8954
|
-
"shape": "
|
8955
|
-
}
|
9069
|
+
"shape": "S1x"
|
9070
|
+
},
|
9071
|
+
"LastModifiedTime": {
|
9072
|
+
"type": "timestamp"
|
9073
|
+
},
|
9074
|
+
"LastModifiedRegion": {}
|
8956
9075
|
}
|
8957
9076
|
},
|
8958
|
-
"
|
9077
|
+
"Sc7": {
|
8959
9078
|
"type": "structure",
|
8960
9079
|
"members": {
|
8961
9080
|
"InstanceId": {},
|
@@ -8964,11 +9083,11 @@
|
|
8964
9083
|
"RoutingProfileId": {},
|
8965
9084
|
"Description": {},
|
8966
9085
|
"MediaConcurrencies": {
|
8967
|
-
"shape": "
|
9086
|
+
"shape": "S5a"
|
8968
9087
|
},
|
8969
9088
|
"DefaultOutboundQueueId": {},
|
8970
9089
|
"Tags": {
|
8971
|
-
"shape": "
|
9090
|
+
"shape": "S1x"
|
8972
9091
|
},
|
8973
9092
|
"NumberOfAssociatedQueues": {
|
8974
9093
|
"type": "long"
|
@@ -8976,109 +9095,124 @@
|
|
8976
9095
|
"NumberOfAssociatedUsers": {
|
8977
9096
|
"type": "long"
|
8978
9097
|
},
|
8979
|
-
"AgentAvailabilityTimer": {}
|
9098
|
+
"AgentAvailabilityTimer": {},
|
9099
|
+
"LastModifiedTime": {
|
9100
|
+
"type": "timestamp"
|
9101
|
+
},
|
9102
|
+
"LastModifiedRegion": {},
|
9103
|
+
"IsDefault": {
|
9104
|
+
"type": "boolean"
|
9105
|
+
}
|
8980
9106
|
}
|
8981
9107
|
},
|
8982
|
-
"
|
9108
|
+
"Sct": {
|
8983
9109
|
"type": "structure",
|
8984
9110
|
"members": {
|
8985
9111
|
"Id": {},
|
8986
9112
|
"Arn": {},
|
8987
|
-
"Name": {}
|
9113
|
+
"Name": {},
|
9114
|
+
"LastModifiedTime": {
|
9115
|
+
"type": "timestamp"
|
9116
|
+
},
|
9117
|
+
"LastModifiedRegion": {}
|
8988
9118
|
}
|
8989
9119
|
},
|
8990
|
-
"
|
9120
|
+
"Scx": {
|
8991
9121
|
"type": "structure",
|
8992
9122
|
"members": {
|
8993
9123
|
"Id": {},
|
8994
9124
|
"Arn": {},
|
8995
|
-
"Name": {}
|
9125
|
+
"Name": {},
|
9126
|
+
"LastModifiedTime": {
|
9127
|
+
"type": "timestamp"
|
9128
|
+
},
|
9129
|
+
"LastModifiedRegion": {}
|
8996
9130
|
}
|
8997
9131
|
},
|
8998
|
-
"
|
9132
|
+
"Sdm": {
|
8999
9133
|
"type": "map",
|
9000
9134
|
"key": {},
|
9001
9135
|
"value": {}
|
9002
9136
|
},
|
9003
|
-
"
|
9137
|
+
"Sdq": {
|
9004
9138
|
"type": "structure",
|
9005
9139
|
"members": {
|
9006
9140
|
"Queues": {
|
9007
|
-
"shape": "
|
9141
|
+
"shape": "Sdr"
|
9008
9142
|
},
|
9009
9143
|
"Channels": {
|
9010
9144
|
"type": "list",
|
9011
9145
|
"member": {}
|
9012
9146
|
},
|
9013
9147
|
"RoutingProfiles": {
|
9014
|
-
"shape": "
|
9148
|
+
"shape": "Sdt"
|
9015
9149
|
}
|
9016
9150
|
}
|
9017
9151
|
},
|
9018
|
-
"
|
9152
|
+
"Sdr": {
|
9019
9153
|
"type": "list",
|
9020
9154
|
"member": {}
|
9021
9155
|
},
|
9022
|
-
"
|
9156
|
+
"Sdt": {
|
9023
9157
|
"type": "list",
|
9024
9158
|
"member": {}
|
9025
9159
|
},
|
9026
|
-
"
|
9160
|
+
"Sdu": {
|
9027
9161
|
"type": "list",
|
9028
9162
|
"member": {}
|
9029
9163
|
},
|
9030
|
-
"
|
9164
|
+
"Sdx": {
|
9031
9165
|
"type": "structure",
|
9032
9166
|
"members": {
|
9033
9167
|
"Name": {},
|
9034
9168
|
"Unit": {}
|
9035
9169
|
}
|
9036
9170
|
},
|
9037
|
-
"
|
9171
|
+
"Se8": {
|
9038
9172
|
"type": "structure",
|
9039
9173
|
"members": {
|
9040
9174
|
"Queue": {
|
9041
|
-
"shape": "
|
9175
|
+
"shape": "Se9"
|
9042
9176
|
},
|
9043
9177
|
"Channel": {},
|
9044
9178
|
"RoutingProfile": {
|
9045
|
-
"shape": "
|
9179
|
+
"shape": "Sea"
|
9046
9180
|
}
|
9047
9181
|
}
|
9048
9182
|
},
|
9049
|
-
"
|
9183
|
+
"Se9": {
|
9050
9184
|
"type": "structure",
|
9051
9185
|
"members": {
|
9052
9186
|
"Id": {},
|
9053
9187
|
"Arn": {}
|
9054
9188
|
}
|
9055
9189
|
},
|
9056
|
-
"
|
9190
|
+
"Sea": {
|
9057
9191
|
"type": "structure",
|
9058
9192
|
"members": {
|
9059
9193
|
"Id": {},
|
9060
9194
|
"Arn": {}
|
9061
9195
|
}
|
9062
9196
|
},
|
9063
|
-
"
|
9197
|
+
"Ser": {
|
9064
9198
|
"type": "structure",
|
9065
9199
|
"members": {
|
9066
9200
|
"Id": {},
|
9067
9201
|
"Arn": {}
|
9068
9202
|
}
|
9069
9203
|
},
|
9070
|
-
"
|
9204
|
+
"Set": {
|
9071
9205
|
"type": "map",
|
9072
9206
|
"key": {},
|
9073
9207
|
"value": {
|
9074
9208
|
"type": "integer"
|
9075
9209
|
}
|
9076
9210
|
},
|
9077
|
-
"
|
9211
|
+
"Sf0": {
|
9078
9212
|
"type": "string",
|
9079
9213
|
"sensitive": true
|
9080
9214
|
},
|
9081
|
-
"
|
9215
|
+
"Sf3": {
|
9082
9216
|
"type": "structure",
|
9083
9217
|
"members": {
|
9084
9218
|
"Name": {},
|
@@ -9095,7 +9229,7 @@
|
|
9095
9229
|
"Unit": {}
|
9096
9230
|
}
|
9097
9231
|
},
|
9098
|
-
"
|
9232
|
+
"Sfo": {
|
9099
9233
|
"type": "structure",
|
9100
9234
|
"members": {
|
9101
9235
|
"Name": {},
|
@@ -9129,18 +9263,18 @@
|
|
9129
9263
|
}
|
9130
9264
|
}
|
9131
9265
|
},
|
9132
|
-
"
|
9266
|
+
"Sgd": {
|
9133
9267
|
"type": "structure",
|
9134
9268
|
"required": [
|
9135
9269
|
"Distributions"
|
9136
9270
|
],
|
9137
9271
|
"members": {
|
9138
9272
|
"Distributions": {
|
9139
|
-
"shape": "
|
9273
|
+
"shape": "Sge"
|
9140
9274
|
}
|
9141
9275
|
}
|
9142
9276
|
},
|
9143
|
-
"
|
9277
|
+
"Sge": {
|
9144
9278
|
"type": "list",
|
9145
9279
|
"member": {
|
9146
9280
|
"type": "structure",
|
@@ -9156,7 +9290,7 @@
|
|
9156
9290
|
}
|
9157
9291
|
}
|
9158
9292
|
},
|
9159
|
-
"
|
9293
|
+
"Sgi": {
|
9160
9294
|
"type": "structure",
|
9161
9295
|
"required": [
|
9162
9296
|
"Distributions"
|
@@ -9180,26 +9314,26 @@
|
|
9180
9314
|
}
|
9181
9315
|
}
|
9182
9316
|
},
|
9183
|
-
"
|
9317
|
+
"Sgl": {
|
9184
9318
|
"type": "structure",
|
9185
9319
|
"required": [
|
9186
9320
|
"Distributions"
|
9187
9321
|
],
|
9188
9322
|
"members": {
|
9189
9323
|
"Distributions": {
|
9190
|
-
"shape": "
|
9324
|
+
"shape": "Sge"
|
9191
9325
|
}
|
9192
9326
|
}
|
9193
9327
|
},
|
9194
|
-
"
|
9328
|
+
"Siv": {
|
9195
9329
|
"type": "list",
|
9196
9330
|
"member": {}
|
9197
9331
|
},
|
9198
|
-
"
|
9332
|
+
"Siw": {
|
9199
9333
|
"type": "list",
|
9200
9334
|
"member": {}
|
9201
9335
|
},
|
9202
|
-
"
|
9336
|
+
"Sjd": {
|
9203
9337
|
"type": "list",
|
9204
9338
|
"member": {
|
9205
9339
|
"type": "structure",
|
@@ -9207,61 +9341,65 @@
|
|
9207
9341
|
"Id": {},
|
9208
9342
|
"Arn": {},
|
9209
9343
|
"Name": {},
|
9210
|
-
"QuickConnectType": {}
|
9344
|
+
"QuickConnectType": {},
|
9345
|
+
"LastModifiedTime": {
|
9346
|
+
"type": "timestamp"
|
9347
|
+
},
|
9348
|
+
"LastModifiedRegion": {}
|
9211
9349
|
}
|
9212
9350
|
}
|
9213
9351
|
},
|
9214
|
-
"
|
9352
|
+
"Slx": {
|
9215
9353
|
"type": "structure",
|
9216
9354
|
"members": {
|
9217
9355
|
"OrConditions": {
|
9218
9356
|
"type": "list",
|
9219
9357
|
"member": {
|
9220
|
-
"shape": "
|
9358
|
+
"shape": "Slz"
|
9221
9359
|
}
|
9222
9360
|
},
|
9223
9361
|
"AndConditions": {
|
9224
|
-
"shape": "
|
9362
|
+
"shape": "Slz"
|
9225
9363
|
},
|
9226
9364
|
"TagCondition": {
|
9227
|
-
"shape": "
|
9365
|
+
"shape": "Sm0"
|
9228
9366
|
}
|
9229
9367
|
}
|
9230
9368
|
},
|
9231
|
-
"
|
9369
|
+
"Slz": {
|
9232
9370
|
"type": "list",
|
9233
9371
|
"member": {
|
9234
|
-
"shape": "
|
9372
|
+
"shape": "Sm0"
|
9235
9373
|
}
|
9236
9374
|
},
|
9237
|
-
"
|
9375
|
+
"Sm0": {
|
9238
9376
|
"type": "structure",
|
9239
9377
|
"members": {
|
9240
9378
|
"TagKey": {},
|
9241
9379
|
"TagValue": {}
|
9242
9380
|
}
|
9243
9381
|
},
|
9244
|
-
"
|
9382
|
+
"Sm1": {
|
9245
9383
|
"type": "structure",
|
9246
9384
|
"members": {
|
9247
9385
|
"OrConditions": {
|
9248
|
-
"shape": "
|
9386
|
+
"shape": "Sm2"
|
9249
9387
|
},
|
9250
9388
|
"AndConditions": {
|
9251
|
-
"shape": "
|
9389
|
+
"shape": "Sm2"
|
9252
9390
|
},
|
9253
9391
|
"StringCondition": {
|
9254
|
-
"shape": "
|
9392
|
+
"shape": "Sm3"
|
9255
9393
|
}
|
9256
9394
|
}
|
9257
9395
|
},
|
9258
|
-
"
|
9396
|
+
"Sm2": {
|
9259
9397
|
"type": "list",
|
9260
9398
|
"member": {
|
9261
|
-
"shape": "
|
9399
|
+
"shape": "Sm1"
|
9262
9400
|
}
|
9263
9401
|
},
|
9264
|
-
"
|
9402
|
+
"Sm3": {
|
9265
9403
|
"type": "structure",
|
9266
9404
|
"members": {
|
9267
9405
|
"FieldName": {},
|
@@ -9269,118 +9407,118 @@
|
|
9269
9407
|
"ComparisonType": {}
|
9270
9408
|
}
|
9271
9409
|
},
|
9272
|
-
"
|
9410
|
+
"Sm9": {
|
9273
9411
|
"type": "structure",
|
9274
9412
|
"members": {
|
9275
9413
|
"OrConditions": {
|
9276
|
-
"shape": "
|
9414
|
+
"shape": "Sma"
|
9277
9415
|
},
|
9278
9416
|
"AndConditions": {
|
9279
|
-
"shape": "
|
9417
|
+
"shape": "Sma"
|
9280
9418
|
},
|
9281
9419
|
"StringCondition": {
|
9282
|
-
"shape": "
|
9420
|
+
"shape": "Sm3"
|
9283
9421
|
}
|
9284
9422
|
}
|
9285
9423
|
},
|
9286
|
-
"
|
9424
|
+
"Sma": {
|
9287
9425
|
"type": "list",
|
9288
9426
|
"member": {
|
9289
|
-
"shape": "
|
9427
|
+
"shape": "Sm9"
|
9290
9428
|
}
|
9291
9429
|
},
|
9292
|
-
"
|
9430
|
+
"Smf": {
|
9293
9431
|
"type": "structure",
|
9294
9432
|
"members": {
|
9295
9433
|
"OrConditions": {
|
9296
|
-
"shape": "
|
9434
|
+
"shape": "Smg"
|
9297
9435
|
},
|
9298
9436
|
"AndConditions": {
|
9299
|
-
"shape": "
|
9437
|
+
"shape": "Smg"
|
9300
9438
|
},
|
9301
9439
|
"StringCondition": {
|
9302
|
-
"shape": "
|
9440
|
+
"shape": "Sm3"
|
9303
9441
|
},
|
9304
9442
|
"QueueTypeCondition": {}
|
9305
9443
|
}
|
9306
9444
|
},
|
9307
|
-
"
|
9445
|
+
"Smg": {
|
9308
9446
|
"type": "list",
|
9309
9447
|
"member": {
|
9310
|
-
"shape": "
|
9448
|
+
"shape": "Smf"
|
9311
9449
|
}
|
9312
9450
|
},
|
9313
|
-
"
|
9451
|
+
"Smm": {
|
9314
9452
|
"type": "structure",
|
9315
9453
|
"members": {
|
9316
9454
|
"OrConditions": {
|
9317
|
-
"shape": "
|
9455
|
+
"shape": "Smn"
|
9318
9456
|
},
|
9319
9457
|
"AndConditions": {
|
9320
|
-
"shape": "
|
9458
|
+
"shape": "Smn"
|
9321
9459
|
},
|
9322
9460
|
"StringCondition": {
|
9323
|
-
"shape": "
|
9461
|
+
"shape": "Sm3"
|
9324
9462
|
}
|
9325
9463
|
}
|
9326
9464
|
},
|
9327
|
-
"
|
9465
|
+
"Smn": {
|
9328
9466
|
"type": "list",
|
9329
9467
|
"member": {
|
9330
|
-
"shape": "
|
9468
|
+
"shape": "Smm"
|
9331
9469
|
}
|
9332
9470
|
},
|
9333
|
-
"
|
9471
|
+
"Sn1": {
|
9334
9472
|
"type": "structure",
|
9335
9473
|
"members": {
|
9336
9474
|
"OrConditions": {
|
9337
|
-
"shape": "
|
9475
|
+
"shape": "Sn2"
|
9338
9476
|
},
|
9339
9477
|
"AndConditions": {
|
9340
|
-
"shape": "
|
9478
|
+
"shape": "Sn2"
|
9341
9479
|
},
|
9342
9480
|
"StringCondition": {
|
9343
|
-
"shape": "
|
9481
|
+
"shape": "Sm3"
|
9344
9482
|
}
|
9345
9483
|
}
|
9346
9484
|
},
|
9347
|
-
"
|
9485
|
+
"Sn2": {
|
9348
9486
|
"type": "list",
|
9349
9487
|
"member": {
|
9350
|
-
"shape": "
|
9488
|
+
"shape": "Sn1"
|
9351
9489
|
}
|
9352
9490
|
},
|
9353
|
-
"
|
9491
|
+
"Sn6": {
|
9354
9492
|
"type": "structure",
|
9355
9493
|
"members": {
|
9356
9494
|
"OrConditions": {
|
9357
|
-
"shape": "
|
9495
|
+
"shape": "Sn7"
|
9358
9496
|
},
|
9359
9497
|
"AndConditions": {
|
9360
|
-
"shape": "
|
9498
|
+
"shape": "Sn7"
|
9361
9499
|
},
|
9362
9500
|
"StringCondition": {
|
9363
|
-
"shape": "
|
9501
|
+
"shape": "Sm3"
|
9364
9502
|
}
|
9365
9503
|
}
|
9366
9504
|
},
|
9367
|
-
"
|
9505
|
+
"Sn7": {
|
9368
9506
|
"type": "list",
|
9369
9507
|
"member": {
|
9370
|
-
"shape": "
|
9508
|
+
"shape": "Sn6"
|
9371
9509
|
}
|
9372
9510
|
},
|
9373
|
-
"
|
9511
|
+
"Sne": {
|
9374
9512
|
"type": "structure",
|
9375
9513
|
"members": {
|
9376
9514
|
"OrConditions": {
|
9377
|
-
"shape": "
|
9515
|
+
"shape": "Snf"
|
9378
9516
|
},
|
9379
9517
|
"AndConditions": {
|
9380
|
-
"shape": "
|
9518
|
+
"shape": "Snf"
|
9381
9519
|
},
|
9382
9520
|
"StringCondition": {
|
9383
|
-
"shape": "
|
9521
|
+
"shape": "Sm3"
|
9384
9522
|
},
|
9385
9523
|
"HierarchyGroupCondition": {
|
9386
9524
|
"type": "structure",
|
@@ -9391,25 +9529,25 @@
|
|
9391
9529
|
}
|
9392
9530
|
}
|
9393
9531
|
},
|
9394
|
-
"
|
9532
|
+
"Snf": {
|
9395
9533
|
"type": "list",
|
9396
9534
|
"member": {
|
9397
|
-
"shape": "
|
9535
|
+
"shape": "Sne"
|
9398
9536
|
}
|
9399
9537
|
},
|
9400
|
-
"
|
9538
|
+
"Soq": {
|
9401
9539
|
"type": "map",
|
9402
9540
|
"key": {},
|
9403
9541
|
"value": {
|
9404
9542
|
"type": "structure",
|
9405
9543
|
"members": {
|
9406
9544
|
"Value": {
|
9407
|
-
"shape": "
|
9545
|
+
"shape": "Sak"
|
9408
9546
|
}
|
9409
9547
|
}
|
9410
9548
|
}
|
9411
9549
|
},
|
9412
|
-
"
|
9550
|
+
"Squ": {
|
9413
9551
|
"type": "structure",
|
9414
9552
|
"required": [
|
9415
9553
|
"Name"
|