cdk-lambda-subminute 2.0.287 → 2.0.288
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 +9 -2
- package/node_modules/aws-sdk/README.md +1 -1
- package/node_modules/aws-sdk/apis/connect-2017-08-08.min.json +310 -277
- package/node_modules/aws-sdk/apis/iotwireless-2020-11-22.min.json +1 -0
- package/node_modules/aws-sdk/apis/launch-wizard-2018-05-10.examples.json +5 -0
- package/node_modules/aws-sdk/apis/launch-wizard-2018-05-10.min.json +312 -0
- package/node_modules/aws-sdk/apis/launch-wizard-2018-05-10.paginators.json +28 -0
- package/node_modules/aws-sdk/apis/metadata.json +4 -0
- package/node_modules/aws-sdk/clients/all.d.ts +1 -0
- package/node_modules/aws-sdk/clients/all.js +2 -1
- package/node_modules/aws-sdk/clients/configservice.d.ts +1 -1
- package/node_modules/aws-sdk/clients/connect.d.ts +36 -0
- package/node_modules/aws-sdk/clients/iotwireless.d.ts +8 -4
- package/node_modules/aws-sdk/clients/launchwizard.d.ts +450 -0
- package/node_modules/aws-sdk/clients/launchwizard.js +18 -0
- package/node_modules/aws-sdk/dist/aws-sdk-core-react-native.js +2 -2
- package/node_modules/aws-sdk/dist/aws-sdk-react-native.js +43 -6
- package/node_modules/aws-sdk/dist/aws-sdk.js +317 -280
- package/node_modules/aws-sdk/dist/aws-sdk.min.js +81 -81
- package/node_modules/aws-sdk/lib/config_service_placeholders.d.ts +2 -0
- package/node_modules/aws-sdk/lib/core.js +1 -1
- package/node_modules/aws-sdk/lib/credentials/ec2_metadata_credentials.d.ts +14 -0
- package/node_modules/aws-sdk/lib/credentials/ec2_metadata_credentials.js +1 -0
- package/node_modules/aws-sdk/lib/metadata_service.d.ts +16 -1
- package/node_modules/aws-sdk/lib/metadata_service.js +36 -0
- package/node_modules/aws-sdk/package.json +1 -1
- package/package.json +3 -3
@@ -1,4 +1,4 @@
|
|
1
|
-
// AWS SDK for JavaScript v2.
|
1
|
+
// AWS SDK for JavaScript v2.1488.0
|
2
2
|
// Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
|
3
3
|
// License at https://sdk.amazonaws.com/js/BUNDLE_LICENSE.txt
|
4
4
|
(function(){function r(e,n,t){function o(i,f){if(!n[i]){if(!e[i]){var c="function"==typeof require&&require;if(!f&&c)return c(i,!0);if(u)return u(i,!0);var a=new Error("Cannot find module '"+i+"'");throw a.code="MODULE_NOT_FOUND",a}var p=n[i]={exports:{}};e[i][0].call(p.exports,function(r){var n=e[i][1][r];return o(n||r)},p,p.exports,r,e,n,t)}return n[i].exports}for(var u="function"==typeof require&&require,i=0;i<t.length;i++)o(t[i]);return o}return r})()({1:[function(require,module,exports){
|
@@ -65506,6 +65506,39 @@ module.exports={
|
|
65506
65506
|
}
|
65507
65507
|
}
|
65508
65508
|
},
|
65509
|
+
"CreatePersistentContactAssociation": {
|
65510
|
+
"http": {
|
65511
|
+
"requestUri": "/contact/persistent-contact-association/{InstanceId}/{InitialContactId}"
|
65512
|
+
},
|
65513
|
+
"input": {
|
65514
|
+
"type": "structure",
|
65515
|
+
"required": [
|
65516
|
+
"InstanceId",
|
65517
|
+
"InitialContactId",
|
65518
|
+
"RehydrationType",
|
65519
|
+
"SourceContactId"
|
65520
|
+
],
|
65521
|
+
"members": {
|
65522
|
+
"InstanceId": {
|
65523
|
+
"location": "uri",
|
65524
|
+
"locationName": "InstanceId"
|
65525
|
+
},
|
65526
|
+
"InitialContactId": {
|
65527
|
+
"location": "uri",
|
65528
|
+
"locationName": "InitialContactId"
|
65529
|
+
},
|
65530
|
+
"RehydrationType": {},
|
65531
|
+
"SourceContactId": {},
|
65532
|
+
"ClientToken": {}
|
65533
|
+
}
|
65534
|
+
},
|
65535
|
+
"output": {
|
65536
|
+
"type": "structure",
|
65537
|
+
"members": {
|
65538
|
+
"ContinuedFromContactId": {}
|
65539
|
+
}
|
65540
|
+
}
|
65541
|
+
},
|
65509
65542
|
"CreatePrompt": {
|
65510
65543
|
"http": {
|
65511
65544
|
"method": "PUT",
|
@@ -65559,7 +65592,7 @@ module.exports={
|
|
65559
65592
|
"Name": {},
|
65560
65593
|
"Description": {},
|
65561
65594
|
"OutboundCallerConfig": {
|
65562
|
-
"shape": "
|
65595
|
+
"shape": "S4x"
|
65563
65596
|
},
|
65564
65597
|
"HoursOfOperationId": {},
|
65565
65598
|
"MaxContacts": {
|
@@ -65601,7 +65634,7 @@ module.exports={
|
|
65601
65634
|
"Name": {},
|
65602
65635
|
"Description": {},
|
65603
65636
|
"QuickConnectConfig": {
|
65604
|
-
"shape": "
|
65637
|
+
"shape": "S54"
|
65605
65638
|
},
|
65606
65639
|
"Tags": {
|
65607
65640
|
"shape": "S1x"
|
@@ -65642,7 +65675,7 @@ module.exports={
|
|
65642
65675
|
"shape": "S1b"
|
65643
65676
|
},
|
65644
65677
|
"MediaConcurrencies": {
|
65645
|
-
"shape": "
|
65678
|
+
"shape": "S5d"
|
65646
65679
|
},
|
65647
65680
|
"Tags": {
|
65648
65681
|
"shape": "S1x"
|
@@ -65679,11 +65712,11 @@ module.exports={
|
|
65679
65712
|
},
|
65680
65713
|
"Name": {},
|
65681
65714
|
"TriggerEventSource": {
|
65682
|
-
"shape": "
|
65715
|
+
"shape": "S5m"
|
65683
65716
|
},
|
65684
65717
|
"Function": {},
|
65685
65718
|
"Actions": {
|
65686
|
-
"shape": "
|
65719
|
+
"shape": "S5p"
|
65687
65720
|
},
|
65688
65721
|
"PublishStatus": {},
|
65689
65722
|
"ClientToken": {
|
@@ -65718,7 +65751,7 @@ module.exports={
|
|
65718
65751
|
"SecurityProfileName": {},
|
65719
65752
|
"Description": {},
|
65720
65753
|
"Permissions": {
|
65721
|
-
"shape": "
|
65754
|
+
"shape": "S6i"
|
65722
65755
|
},
|
65723
65756
|
"InstanceId": {
|
65724
65757
|
"location": "uri",
|
@@ -65728,13 +65761,13 @@ module.exports={
|
|
65728
65761
|
"shape": "S1x"
|
65729
65762
|
},
|
65730
65763
|
"AllowedAccessControlTags": {
|
65731
|
-
"shape": "
|
65764
|
+
"shape": "S6k"
|
65732
65765
|
},
|
65733
65766
|
"TagRestrictedResources": {
|
65734
|
-
"shape": "
|
65767
|
+
"shape": "S6n"
|
65735
65768
|
},
|
65736
65769
|
"Applications": {
|
65737
|
-
"shape": "
|
65770
|
+
"shape": "S6p"
|
65738
65771
|
}
|
65739
65772
|
}
|
65740
65773
|
},
|
@@ -65767,14 +65800,14 @@ module.exports={
|
|
65767
65800
|
"Description": {},
|
65768
65801
|
"ContactFlowId": {},
|
65769
65802
|
"Constraints": {
|
65770
|
-
"shape": "
|
65803
|
+
"shape": "S6z"
|
65771
65804
|
},
|
65772
65805
|
"Defaults": {
|
65773
|
-
"shape": "
|
65806
|
+
"shape": "S78"
|
65774
65807
|
},
|
65775
65808
|
"Status": {},
|
65776
65809
|
"Fields": {
|
65777
|
-
"shape": "
|
65810
|
+
"shape": "S7d"
|
65778
65811
|
},
|
65779
65812
|
"ClientToken": {
|
65780
65813
|
"idempotencyToken": true
|
@@ -65877,14 +65910,14 @@ module.exports={
|
|
65877
65910
|
"Username": {},
|
65878
65911
|
"Password": {},
|
65879
65912
|
"IdentityInfo": {
|
65880
|
-
"shape": "
|
65913
|
+
"shape": "S80"
|
65881
65914
|
},
|
65882
65915
|
"PhoneConfig": {
|
65883
|
-
"shape": "
|
65916
|
+
"shape": "S84"
|
65884
65917
|
},
|
65885
65918
|
"DirectoryUserId": {},
|
65886
65919
|
"SecurityProfileIds": {
|
65887
|
-
"shape": "
|
65920
|
+
"shape": "S89"
|
65888
65921
|
},
|
65889
65922
|
"RoutingProfileId": {},
|
65890
65923
|
"HierarchyGroupId": {},
|
@@ -65957,11 +65990,11 @@ module.exports={
|
|
65957
65990
|
"ClientToken": {},
|
65958
65991
|
"Status": {},
|
65959
65992
|
"Content": {
|
65960
|
-
"shape": "
|
65993
|
+
"shape": "S8j"
|
65961
65994
|
},
|
65962
65995
|
"Description": {},
|
65963
65996
|
"Name": {
|
65964
|
-
"shape": "
|
65997
|
+
"shape": "S8o"
|
65965
65998
|
},
|
65966
65999
|
"Tags": {
|
65967
66000
|
"shape": "S1x"
|
@@ -65972,7 +66005,7 @@ module.exports={
|
|
65972
66005
|
"type": "structure",
|
65973
66006
|
"members": {
|
65974
66007
|
"View": {
|
65975
|
-
"shape": "
|
66008
|
+
"shape": "S8q"
|
65976
66009
|
}
|
65977
66010
|
}
|
65978
66011
|
},
|
@@ -66006,7 +66039,7 @@ module.exports={
|
|
66006
66039
|
"type": "structure",
|
66007
66040
|
"members": {
|
66008
66041
|
"View": {
|
66009
|
-
"shape": "
|
66042
|
+
"shape": "S8q"
|
66010
66043
|
}
|
66011
66044
|
}
|
66012
66045
|
},
|
@@ -66804,7 +66837,7 @@ module.exports={
|
|
66804
66837
|
"EvaluatorArn": {},
|
66805
66838
|
"ContactAgentId": {},
|
66806
66839
|
"Score": {
|
66807
|
-
"shape": "
|
66840
|
+
"shape": "Saj"
|
66808
66841
|
}
|
66809
66842
|
}
|
66810
66843
|
},
|
@@ -66815,23 +66848,23 @@ module.exports={
|
|
66815
66848
|
"type": "structure",
|
66816
66849
|
"members": {
|
66817
66850
|
"Value": {
|
66818
|
-
"shape": "
|
66851
|
+
"shape": "San"
|
66819
66852
|
},
|
66820
66853
|
"SystemSuggestedValue": {
|
66821
|
-
"shape": "
|
66854
|
+
"shape": "San"
|
66822
66855
|
}
|
66823
66856
|
}
|
66824
66857
|
}
|
66825
66858
|
},
|
66826
66859
|
"Notes": {
|
66827
|
-
"shape": "
|
66860
|
+
"shape": "Saq"
|
66828
66861
|
},
|
66829
66862
|
"Status": {},
|
66830
66863
|
"Scores": {
|
66831
66864
|
"type": "map",
|
66832
66865
|
"key": {},
|
66833
66866
|
"value": {
|
66834
|
-
"shape": "
|
66867
|
+
"shape": "Saj"
|
66835
66868
|
}
|
66836
66869
|
},
|
66837
66870
|
"CreatedTime": {
|
@@ -67067,7 +67100,7 @@ module.exports={
|
|
67067
67100
|
"type": "structure",
|
67068
67101
|
"members": {
|
67069
67102
|
"HoursOfOperation": {
|
67070
|
-
"shape": "
|
67103
|
+
"shape": "Sbc"
|
67071
67104
|
}
|
67072
67105
|
}
|
67073
67106
|
}
|
@@ -67150,7 +67183,7 @@ module.exports={
|
|
67150
67183
|
"type": "structure",
|
67151
67184
|
"members": {
|
67152
67185
|
"Attribute": {
|
67153
|
-
"shape": "
|
67186
|
+
"shape": "Sbm"
|
67154
67187
|
}
|
67155
67188
|
}
|
67156
67189
|
}
|
@@ -67263,7 +67296,7 @@ module.exports={
|
|
67263
67296
|
"type": "structure",
|
67264
67297
|
"members": {
|
67265
67298
|
"Prompt": {
|
67266
|
-
"shape": "
|
67299
|
+
"shape": "Sc0"
|
67267
67300
|
}
|
67268
67301
|
}
|
67269
67302
|
}
|
@@ -67294,7 +67327,7 @@ module.exports={
|
|
67294
67327
|
"type": "structure",
|
67295
67328
|
"members": {
|
67296
67329
|
"Queue": {
|
67297
|
-
"shape": "
|
67330
|
+
"shape": "Sc3"
|
67298
67331
|
}
|
67299
67332
|
}
|
67300
67333
|
}
|
@@ -67325,7 +67358,7 @@ module.exports={
|
|
67325
67358
|
"type": "structure",
|
67326
67359
|
"members": {
|
67327
67360
|
"QuickConnect": {
|
67328
|
-
"shape": "
|
67361
|
+
"shape": "Sc7"
|
67329
67362
|
}
|
67330
67363
|
}
|
67331
67364
|
}
|
@@ -67356,7 +67389,7 @@ module.exports={
|
|
67356
67389
|
"type": "structure",
|
67357
67390
|
"members": {
|
67358
67391
|
"RoutingProfile": {
|
67359
|
-
"shape": "
|
67392
|
+
"shape": "Sca"
|
67360
67393
|
}
|
67361
67394
|
}
|
67362
67395
|
}
|
@@ -67408,11 +67441,11 @@ module.exports={
|
|
67408
67441
|
"RuleId": {},
|
67409
67442
|
"RuleArn": {},
|
67410
67443
|
"TriggerEventSource": {
|
67411
|
-
"shape": "
|
67444
|
+
"shape": "S5m"
|
67412
67445
|
},
|
67413
67446
|
"Function": {},
|
67414
67447
|
"Actions": {
|
67415
|
-
"shape": "
|
67448
|
+
"shape": "S5p"
|
67416
67449
|
},
|
67417
67450
|
"PublishStatus": {},
|
67418
67451
|
"CreatedTime": {
|
@@ -67467,10 +67500,10 @@ module.exports={
|
|
67467
67500
|
"shape": "S1x"
|
67468
67501
|
},
|
67469
67502
|
"AllowedAccessControlTags": {
|
67470
|
-
"shape": "
|
67503
|
+
"shape": "S6k"
|
67471
67504
|
},
|
67472
67505
|
"TagRestrictedResources": {
|
67473
|
-
"shape": "
|
67506
|
+
"shape": "S6n"
|
67474
67507
|
},
|
67475
67508
|
"LastModifiedTime": {
|
67476
67509
|
"type": "timestamp"
|
@@ -67553,14 +67586,14 @@ module.exports={
|
|
67553
67586
|
"Arn": {},
|
67554
67587
|
"Username": {},
|
67555
67588
|
"IdentityInfo": {
|
67556
|
-
"shape": "
|
67589
|
+
"shape": "S80"
|
67557
67590
|
},
|
67558
67591
|
"PhoneConfig": {
|
67559
|
-
"shape": "
|
67592
|
+
"shape": "S84"
|
67560
67593
|
},
|
67561
67594
|
"DirectoryUserId": {},
|
67562
67595
|
"SecurityProfileIds": {
|
67563
|
-
"shape": "
|
67596
|
+
"shape": "S89"
|
67564
67597
|
},
|
67565
67598
|
"RoutingProfileId": {},
|
67566
67599
|
"HierarchyGroupId": {},
|
@@ -67612,19 +67645,19 @@ module.exports={
|
|
67612
67645
|
"type": "structure",
|
67613
67646
|
"members": {
|
67614
67647
|
"LevelOne": {
|
67615
|
-
"shape": "
|
67648
|
+
"shape": "Scw"
|
67616
67649
|
},
|
67617
67650
|
"LevelTwo": {
|
67618
|
-
"shape": "
|
67651
|
+
"shape": "Scw"
|
67619
67652
|
},
|
67620
67653
|
"LevelThree": {
|
67621
|
-
"shape": "
|
67654
|
+
"shape": "Scw"
|
67622
67655
|
},
|
67623
67656
|
"LevelFour": {
|
67624
|
-
"shape": "
|
67657
|
+
"shape": "Scw"
|
67625
67658
|
},
|
67626
67659
|
"LevelFive": {
|
67627
|
-
"shape": "
|
67660
|
+
"shape": "Scw"
|
67628
67661
|
}
|
67629
67662
|
}
|
67630
67663
|
},
|
@@ -67664,19 +67697,19 @@ module.exports={
|
|
67664
67697
|
"type": "structure",
|
67665
67698
|
"members": {
|
67666
67699
|
"LevelOne": {
|
67667
|
-
"shape": "
|
67700
|
+
"shape": "Sd0"
|
67668
67701
|
},
|
67669
67702
|
"LevelTwo": {
|
67670
|
-
"shape": "
|
67703
|
+
"shape": "Sd0"
|
67671
67704
|
},
|
67672
67705
|
"LevelThree": {
|
67673
|
-
"shape": "
|
67706
|
+
"shape": "Sd0"
|
67674
67707
|
},
|
67675
67708
|
"LevelFour": {
|
67676
|
-
"shape": "
|
67709
|
+
"shape": "Sd0"
|
67677
67710
|
},
|
67678
67711
|
"LevelFive": {
|
67679
|
-
"shape": "
|
67712
|
+
"shape": "Sd0"
|
67680
67713
|
}
|
67681
67714
|
}
|
67682
67715
|
}
|
@@ -67709,7 +67742,7 @@ module.exports={
|
|
67709
67742
|
"type": "structure",
|
67710
67743
|
"members": {
|
67711
67744
|
"View": {
|
67712
|
-
"shape": "
|
67745
|
+
"shape": "S8q"
|
67713
67746
|
}
|
67714
67747
|
}
|
67715
67748
|
}
|
@@ -68084,7 +68117,7 @@ module.exports={
|
|
68084
68117
|
"type": "structure",
|
68085
68118
|
"members": {
|
68086
68119
|
"Attributes": {
|
68087
|
-
"shape": "
|
68120
|
+
"shape": "Sdp"
|
68088
68121
|
}
|
68089
68122
|
}
|
68090
68123
|
}
|
@@ -68106,15 +68139,15 @@ module.exports={
|
|
68106
68139
|
"locationName": "InstanceId"
|
68107
68140
|
},
|
68108
68141
|
"Filters": {
|
68109
|
-
"shape": "
|
68142
|
+
"shape": "Sdt"
|
68110
68143
|
},
|
68111
68144
|
"Groupings": {
|
68112
|
-
"shape": "
|
68145
|
+
"shape": "Sdx"
|
68113
68146
|
},
|
68114
68147
|
"CurrentMetrics": {
|
68115
68148
|
"type": "list",
|
68116
68149
|
"member": {
|
68117
|
-
"shape": "
|
68150
|
+
"shape": "Se0"
|
68118
68151
|
}
|
68119
68152
|
},
|
68120
68153
|
"NextToken": {},
|
@@ -68143,7 +68176,7 @@ module.exports={
|
|
68143
68176
|
"type": "structure",
|
68144
68177
|
"members": {
|
68145
68178
|
"Dimensions": {
|
68146
|
-
"shape": "
|
68179
|
+
"shape": "Seb"
|
68147
68180
|
},
|
68148
68181
|
"Collections": {
|
68149
68182
|
"type": "list",
|
@@ -68151,7 +68184,7 @@ module.exports={
|
|
68151
68184
|
"type": "structure",
|
68152
68185
|
"members": {
|
68153
68186
|
"Metric": {
|
68154
|
-
"shape": "
|
68187
|
+
"shape": "Se0"
|
68155
68188
|
},
|
68156
68189
|
"Value": {
|
68157
68190
|
"type": "double"
|
@@ -68190,7 +68223,7 @@ module.exports={
|
|
68190
68223
|
"type": "structure",
|
68191
68224
|
"members": {
|
68192
68225
|
"Queues": {
|
68193
|
-
"shape": "
|
68226
|
+
"shape": "Sdu"
|
68194
68227
|
},
|
68195
68228
|
"ContactFilter": {
|
68196
68229
|
"type": "structure",
|
@@ -68202,7 +68235,7 @@ module.exports={
|
|
68202
68235
|
}
|
68203
68236
|
},
|
68204
68237
|
"RoutingProfiles": {
|
68205
|
-
"shape": "
|
68238
|
+
"shape": "Sdw"
|
68206
68239
|
},
|
68207
68240
|
"Agents": {
|
68208
68241
|
"type": "list",
|
@@ -68237,25 +68270,25 @@ module.exports={
|
|
68237
68270
|
}
|
68238
68271
|
},
|
68239
68272
|
"RoutingProfile": {
|
68240
|
-
"shape": "
|
68273
|
+
"shape": "Sed"
|
68241
68274
|
},
|
68242
68275
|
"HierarchyPath": {
|
68243
68276
|
"type": "structure",
|
68244
68277
|
"members": {
|
68245
68278
|
"LevelOne": {
|
68246
|
-
"shape": "
|
68279
|
+
"shape": "Seu"
|
68247
68280
|
},
|
68248
68281
|
"LevelTwo": {
|
68249
|
-
"shape": "
|
68282
|
+
"shape": "Seu"
|
68250
68283
|
},
|
68251
68284
|
"LevelThree": {
|
68252
|
-
"shape": "
|
68285
|
+
"shape": "Seu"
|
68253
68286
|
},
|
68254
68287
|
"LevelFour": {
|
68255
|
-
"shape": "
|
68288
|
+
"shape": "Seu"
|
68256
68289
|
},
|
68257
68290
|
"LevelFive": {
|
68258
|
-
"shape": "
|
68291
|
+
"shape": "Seu"
|
68259
68292
|
}
|
68260
68293
|
}
|
68261
68294
|
},
|
@@ -68270,13 +68303,13 @@ module.exports={
|
|
68270
68303
|
}
|
68271
68304
|
},
|
68272
68305
|
"AvailableSlotsByChannel": {
|
68273
|
-
"shape": "
|
68306
|
+
"shape": "Sew"
|
68274
68307
|
},
|
68275
68308
|
"MaxSlotsByChannel": {
|
68276
|
-
"shape": "
|
68309
|
+
"shape": "Sew"
|
68277
68310
|
},
|
68278
68311
|
"ActiveSlotsByChannel": {
|
68279
|
-
"shape": "
|
68312
|
+
"shape": "Sew"
|
68280
68313
|
},
|
68281
68314
|
"Contacts": {
|
68282
68315
|
"type": "list",
|
@@ -68294,7 +68327,7 @@ module.exports={
|
|
68294
68327
|
"type": "timestamp"
|
68295
68328
|
},
|
68296
68329
|
"Queue": {
|
68297
|
-
"shape": "
|
68330
|
+
"shape": "Sec"
|
68298
68331
|
}
|
68299
68332
|
}
|
68300
68333
|
}
|
@@ -68333,13 +68366,13 @@ module.exports={
|
|
68333
68366
|
"type": "structure",
|
68334
68367
|
"members": {
|
68335
68368
|
"AccessToken": {
|
68336
|
-
"shape": "
|
68369
|
+
"shape": "Sf3"
|
68337
68370
|
},
|
68338
68371
|
"AccessTokenExpiration": {
|
68339
68372
|
"type": "timestamp"
|
68340
68373
|
},
|
68341
68374
|
"RefreshToken": {
|
68342
|
-
"shape": "
|
68375
|
+
"shape": "Sf3"
|
68343
68376
|
},
|
68344
68377
|
"RefreshTokenExpiration": {
|
68345
68378
|
"type": "timestamp"
|
@@ -68377,15 +68410,15 @@ module.exports={
|
|
68377
68410
|
"type": "timestamp"
|
68378
68411
|
},
|
68379
68412
|
"Filters": {
|
68380
|
-
"shape": "
|
68413
|
+
"shape": "Sdt"
|
68381
68414
|
},
|
68382
68415
|
"Groupings": {
|
68383
|
-
"shape": "
|
68416
|
+
"shape": "Sdx"
|
68384
68417
|
},
|
68385
68418
|
"HistoricalMetrics": {
|
68386
68419
|
"type": "list",
|
68387
68420
|
"member": {
|
68388
|
-
"shape": "
|
68421
|
+
"shape": "Sf6"
|
68389
68422
|
}
|
68390
68423
|
},
|
68391
68424
|
"NextToken": {},
|
@@ -68404,7 +68437,7 @@ module.exports={
|
|
68404
68437
|
"type": "structure",
|
68405
68438
|
"members": {
|
68406
68439
|
"Dimensions": {
|
68407
|
-
"shape": "
|
68440
|
+
"shape": "Seb"
|
68408
68441
|
},
|
68409
68442
|
"Collections": {
|
68410
68443
|
"type": "list",
|
@@ -68412,7 +68445,7 @@ module.exports={
|
|
68412
68445
|
"type": "structure",
|
68413
68446
|
"members": {
|
68414
68447
|
"Metric": {
|
68415
|
-
"shape": "
|
68448
|
+
"shape": "Sf6"
|
68416
68449
|
},
|
68417
68450
|
"Value": {
|
68418
68451
|
"type": "double"
|
@@ -68474,7 +68507,7 @@ module.exports={
|
|
68474
68507
|
"Metrics": {
|
68475
68508
|
"type": "list",
|
68476
68509
|
"member": {
|
68477
|
-
"shape": "
|
68510
|
+
"shape": "Sfr"
|
68478
68511
|
}
|
68479
68512
|
},
|
68480
68513
|
"NextToken": {},
|
@@ -68515,7 +68548,7 @@ module.exports={
|
|
68515
68548
|
"type": "structure",
|
68516
68549
|
"members": {
|
68517
68550
|
"Metric": {
|
68518
|
-
"shape": "
|
68551
|
+
"shape": "Sfr"
|
68519
68552
|
},
|
68520
68553
|
"Value": {
|
68521
68554
|
"type": "double"
|
@@ -68603,13 +68636,13 @@ module.exports={
|
|
68603
68636
|
"Description": {},
|
68604
68637
|
"ContactFlowId": {},
|
68605
68638
|
"Constraints": {
|
68606
|
-
"shape": "
|
68639
|
+
"shape": "S6z"
|
68607
68640
|
},
|
68608
68641
|
"Defaults": {
|
68609
|
-
"shape": "
|
68642
|
+
"shape": "S78"
|
68610
68643
|
},
|
68611
68644
|
"Fields": {
|
68612
|
-
"shape": "
|
68645
|
+
"shape": "S7d"
|
68613
68646
|
},
|
68614
68647
|
"Status": {},
|
68615
68648
|
"LastModifiedTime": {
|
@@ -68645,15 +68678,15 @@ module.exports={
|
|
68645
68678
|
"type": "structure",
|
68646
68679
|
"members": {
|
68647
68680
|
"TelephonyConfig": {
|
68648
|
-
"shape": "
|
68681
|
+
"shape": "Sgg"
|
68649
68682
|
},
|
68650
68683
|
"Id": {},
|
68651
68684
|
"Arn": {},
|
68652
68685
|
"SignInConfig": {
|
68653
|
-
"shape": "
|
68686
|
+
"shape": "Sgl"
|
68654
68687
|
},
|
68655
68688
|
"AgentConfig": {
|
68656
|
-
"shape": "
|
68689
|
+
"shape": "Sgo"
|
68657
68690
|
}
|
68658
68691
|
}
|
68659
68692
|
}
|
@@ -68856,7 +68889,7 @@ module.exports={
|
|
68856
68889
|
"Status": {},
|
68857
68890
|
"EvaluatorArn": {},
|
68858
68891
|
"Score": {
|
68859
|
-
"shape": "
|
68892
|
+
"shape": "Saj"
|
68860
68893
|
},
|
68861
68894
|
"CreatedTime": {
|
68862
68895
|
"type": "timestamp"
|
@@ -69345,7 +69378,7 @@ module.exports={
|
|
69345
69378
|
"Attributes": {
|
69346
69379
|
"type": "list",
|
69347
69380
|
"member": {
|
69348
|
-
"shape": "
|
69381
|
+
"shape": "Sbm"
|
69349
69382
|
}
|
69350
69383
|
},
|
69351
69384
|
"NextToken": {}
|
@@ -69593,12 +69626,12 @@ module.exports={
|
|
69593
69626
|
"locationName": "InstanceId"
|
69594
69627
|
},
|
69595
69628
|
"PhoneNumberTypes": {
|
69596
|
-
"shape": "
|
69629
|
+
"shape": "Siy",
|
69597
69630
|
"location": "querystring",
|
69598
69631
|
"locationName": "phoneNumberTypes"
|
69599
69632
|
},
|
69600
69633
|
"PhoneNumberCountryCodes": {
|
69601
|
-
"shape": "
|
69634
|
+
"shape": "Siz",
|
69602
69635
|
"location": "querystring",
|
69603
69636
|
"locationName": "phoneNumberCountryCodes"
|
69604
69637
|
},
|
@@ -69647,10 +69680,10 @@ module.exports={
|
|
69647
69680
|
},
|
69648
69681
|
"NextToken": {},
|
69649
69682
|
"PhoneNumberCountryCodes": {
|
69650
|
-
"shape": "
|
69683
|
+
"shape": "Siz"
|
69651
69684
|
},
|
69652
69685
|
"PhoneNumberTypes": {
|
69653
|
-
"shape": "
|
69686
|
+
"shape": "Siy"
|
69654
69687
|
},
|
69655
69688
|
"PhoneNumberPrefix": {}
|
69656
69689
|
}
|
@@ -69761,7 +69794,7 @@ module.exports={
|
|
69761
69794
|
"members": {
|
69762
69795
|
"NextToken": {},
|
69763
69796
|
"QuickConnectSummaryList": {
|
69764
|
-
"shape": "
|
69797
|
+
"shape": "Sjg"
|
69765
69798
|
},
|
69766
69799
|
"LastModifiedTime": {
|
69767
69800
|
"type": "timestamp"
|
@@ -69861,7 +69894,7 @@ module.exports={
|
|
69861
69894
|
"type": "structure",
|
69862
69895
|
"members": {
|
69863
69896
|
"QuickConnectSummaryList": {
|
69864
|
-
"shape": "
|
69897
|
+
"shape": "Sjg"
|
69865
69898
|
},
|
69866
69899
|
"NextToken": {}
|
69867
69900
|
}
|
@@ -70149,7 +70182,7 @@ module.exports={
|
|
70149
70182
|
"type": "structure",
|
70150
70183
|
"members": {
|
70151
70184
|
"Applications": {
|
70152
|
-
"shape": "
|
70185
|
+
"shape": "S6p"
|
70153
70186
|
},
|
70154
70187
|
"NextToken": {},
|
70155
70188
|
"LastModifiedTime": {
|
@@ -70194,7 +70227,7 @@ module.exports={
|
|
70194
70227
|
"type": "structure",
|
70195
70228
|
"members": {
|
70196
70229
|
"Permissions": {
|
70197
|
-
"shape": "
|
70230
|
+
"shape": "S6i"
|
70198
70231
|
},
|
70199
70232
|
"NextToken": {},
|
70200
70233
|
"LastModifiedTime": {
|
@@ -70507,7 +70540,7 @@ module.exports={
|
|
70507
70540
|
"UserHierarchyGroupSummaryList": {
|
70508
70541
|
"type": "list",
|
70509
70542
|
"member": {
|
70510
|
-
"shape": "
|
70543
|
+
"shape": "Scw"
|
70511
70544
|
}
|
70512
70545
|
},
|
70513
70546
|
"NextToken": {}
|
@@ -70605,7 +70638,7 @@ module.exports={
|
|
70605
70638
|
"Arn": {},
|
70606
70639
|
"Description": {},
|
70607
70640
|
"Name": {
|
70608
|
-
"shape": "
|
70641
|
+
"shape": "S8o"
|
70609
70642
|
},
|
70610
70643
|
"Type": {},
|
70611
70644
|
"Version": {
|
@@ -70660,7 +70693,7 @@ module.exports={
|
|
70660
70693
|
"Id": {},
|
70661
70694
|
"Arn": {},
|
70662
70695
|
"Name": {
|
70663
|
-
"shape": "
|
70696
|
+
"shape": "S8o"
|
70664
70697
|
},
|
70665
70698
|
"Type": {},
|
70666
70699
|
"Status": {},
|
@@ -70870,12 +70903,12 @@ module.exports={
|
|
70870
70903
|
"type": "structure",
|
70871
70904
|
"members": {
|
70872
70905
|
"TagFilter": {
|
70873
|
-
"shape": "
|
70906
|
+
"shape": "Sm0"
|
70874
70907
|
}
|
70875
70908
|
}
|
70876
70909
|
},
|
70877
70910
|
"SearchCriteria": {
|
70878
|
-
"shape": "
|
70911
|
+
"shape": "Sm4"
|
70879
70912
|
}
|
70880
70913
|
}
|
70881
70914
|
},
|
@@ -70885,7 +70918,7 @@ module.exports={
|
|
70885
70918
|
"HoursOfOperations": {
|
70886
70919
|
"type": "list",
|
70887
70920
|
"member": {
|
70888
|
-
"shape": "
|
70921
|
+
"shape": "Sbc"
|
70889
70922
|
}
|
70890
70923
|
},
|
70891
70924
|
"NextToken": {},
|
@@ -70914,12 +70947,12 @@ module.exports={
|
|
70914
70947
|
"type": "structure",
|
70915
70948
|
"members": {
|
70916
70949
|
"TagFilter": {
|
70917
|
-
"shape": "
|
70950
|
+
"shape": "Sm0"
|
70918
70951
|
}
|
70919
70952
|
}
|
70920
70953
|
},
|
70921
70954
|
"SearchCriteria": {
|
70922
|
-
"shape": "
|
70955
|
+
"shape": "Smc"
|
70923
70956
|
}
|
70924
70957
|
}
|
70925
70958
|
},
|
@@ -70929,7 +70962,7 @@ module.exports={
|
|
70929
70962
|
"Prompts": {
|
70930
70963
|
"type": "list",
|
70931
70964
|
"member": {
|
70932
|
-
"shape": "
|
70965
|
+
"shape": "Sc0"
|
70933
70966
|
}
|
70934
70967
|
},
|
70935
70968
|
"NextToken": {},
|
@@ -70958,12 +70991,12 @@ module.exports={
|
|
70958
70991
|
"type": "structure",
|
70959
70992
|
"members": {
|
70960
70993
|
"TagFilter": {
|
70961
|
-
"shape": "
|
70994
|
+
"shape": "Sm0"
|
70962
70995
|
}
|
70963
70996
|
}
|
70964
70997
|
},
|
70965
70998
|
"SearchCriteria": {
|
70966
|
-
"shape": "
|
70999
|
+
"shape": "Smi"
|
70967
71000
|
}
|
70968
71001
|
}
|
70969
71002
|
},
|
@@ -70973,7 +71006,7 @@ module.exports={
|
|
70973
71006
|
"Queues": {
|
70974
71007
|
"type": "list",
|
70975
71008
|
"member": {
|
70976
|
-
"shape": "
|
71009
|
+
"shape": "Sc3"
|
70977
71010
|
}
|
70978
71011
|
},
|
70979
71012
|
"NextToken": {},
|
@@ -71002,12 +71035,12 @@ module.exports={
|
|
71002
71035
|
"type": "structure",
|
71003
71036
|
"members": {
|
71004
71037
|
"TagFilter": {
|
71005
|
-
"shape": "
|
71038
|
+
"shape": "Sm0"
|
71006
71039
|
}
|
71007
71040
|
}
|
71008
71041
|
},
|
71009
71042
|
"SearchCriteria": {
|
71010
|
-
"shape": "
|
71043
|
+
"shape": "Smp"
|
71011
71044
|
}
|
71012
71045
|
}
|
71013
71046
|
},
|
@@ -71017,7 +71050,7 @@ module.exports={
|
|
71017
71050
|
"QuickConnects": {
|
71018
71051
|
"type": "list",
|
71019
71052
|
"member": {
|
71020
|
-
"shape": "
|
71053
|
+
"shape": "Sc7"
|
71021
71054
|
}
|
71022
71055
|
},
|
71023
71056
|
"NextToken": {},
|
@@ -71098,12 +71131,12 @@ module.exports={
|
|
71098
71131
|
"type": "structure",
|
71099
71132
|
"members": {
|
71100
71133
|
"TagFilter": {
|
71101
|
-
"shape": "
|
71134
|
+
"shape": "Sm0"
|
71102
71135
|
}
|
71103
71136
|
}
|
71104
71137
|
},
|
71105
71138
|
"SearchCriteria": {
|
71106
|
-
"shape": "
|
71139
|
+
"shape": "Sn4"
|
71107
71140
|
}
|
71108
71141
|
}
|
71109
71142
|
},
|
@@ -71113,7 +71146,7 @@ module.exports={
|
|
71113
71146
|
"RoutingProfiles": {
|
71114
71147
|
"type": "list",
|
71115
71148
|
"member": {
|
71116
|
-
"shape": "
|
71149
|
+
"shape": "Sca"
|
71117
71150
|
}
|
71118
71151
|
},
|
71119
71152
|
"NextToken": {},
|
@@ -71139,13 +71172,13 @@ module.exports={
|
|
71139
71172
|
"type": "integer"
|
71140
71173
|
},
|
71141
71174
|
"SearchCriteria": {
|
71142
|
-
"shape": "
|
71175
|
+
"shape": "Sn9"
|
71143
71176
|
},
|
71144
71177
|
"SearchFilter": {
|
71145
71178
|
"type": "structure",
|
71146
71179
|
"members": {
|
71147
71180
|
"TagFilter": {
|
71148
|
-
"shape": "
|
71181
|
+
"shape": "Sm0"
|
71149
71182
|
}
|
71150
71183
|
}
|
71151
71184
|
}
|
@@ -71193,12 +71226,12 @@ module.exports={
|
|
71193
71226
|
"type": "structure",
|
71194
71227
|
"members": {
|
71195
71228
|
"TagFilter": {
|
71196
|
-
"shape": "
|
71229
|
+
"shape": "Sm0"
|
71197
71230
|
}
|
71198
71231
|
}
|
71199
71232
|
},
|
71200
71233
|
"SearchCriteria": {
|
71201
|
-
"shape": "
|
71234
|
+
"shape": "Snh"
|
71202
71235
|
}
|
71203
71236
|
}
|
71204
71237
|
},
|
@@ -71222,11 +71255,11 @@ module.exports={
|
|
71222
71255
|
}
|
71223
71256
|
},
|
71224
71257
|
"PhoneConfig": {
|
71225
|
-
"shape": "
|
71258
|
+
"shape": "S84"
|
71226
71259
|
},
|
71227
71260
|
"RoutingProfileId": {},
|
71228
71261
|
"SecurityProfileIds": {
|
71229
|
-
"shape": "
|
71262
|
+
"shape": "S89"
|
71230
71263
|
},
|
71231
71264
|
"Tags": {
|
71232
71265
|
"shape": "S1x"
|
@@ -71313,7 +71346,7 @@ module.exports={
|
|
71313
71346
|
"InstanceId": {},
|
71314
71347
|
"ContactFlowId": {},
|
71315
71348
|
"Attributes": {
|
71316
|
-
"shape": "
|
71349
|
+
"shape": "Sdp"
|
71317
71350
|
},
|
71318
71351
|
"ParticipantDetails": {
|
71319
71352
|
"type": "structure",
|
@@ -71492,7 +71525,7 @@ module.exports={
|
|
71492
71525
|
"SourcePhoneNumber": {},
|
71493
71526
|
"QueueId": {},
|
71494
71527
|
"Attributes": {
|
71495
|
-
"shape": "
|
71528
|
+
"shape": "Sdp"
|
71496
71529
|
},
|
71497
71530
|
"AnswerMachineDetectionConfig": {
|
71498
71531
|
"type": "structure",
|
@@ -71532,11 +71565,11 @@ module.exports={
|
|
71532
71565
|
"PreviousContactId": {},
|
71533
71566
|
"ContactFlowId": {},
|
71534
71567
|
"Attributes": {
|
71535
|
-
"shape": "
|
71568
|
+
"shape": "Sdp"
|
71536
71569
|
},
|
71537
71570
|
"Name": {},
|
71538
71571
|
"References": {
|
71539
|
-
"shape": "
|
71572
|
+
"shape": "S5v"
|
71540
71573
|
},
|
71541
71574
|
"Description": {},
|
71542
71575
|
"ClientToken": {
|
@@ -71641,10 +71674,10 @@ module.exports={
|
|
71641
71674
|
"locationName": "EvaluationId"
|
71642
71675
|
},
|
71643
71676
|
"Answers": {
|
71644
|
-
"shape": "
|
71677
|
+
"shape": "Sos"
|
71645
71678
|
},
|
71646
71679
|
"Notes": {
|
71647
|
-
"shape": "
|
71680
|
+
"shape": "Saq"
|
71648
71681
|
}
|
71649
71682
|
}
|
71650
71683
|
},
|
@@ -71811,7 +71844,7 @@ module.exports={
|
|
71811
71844
|
"Name": {},
|
71812
71845
|
"Description": {},
|
71813
71846
|
"References": {
|
71814
|
-
"shape": "
|
71847
|
+
"shape": "S5v"
|
71815
71848
|
}
|
71816
71849
|
}
|
71817
71850
|
},
|
@@ -71835,7 +71868,7 @@ module.exports={
|
|
71835
71868
|
"InitialContactId": {},
|
71836
71869
|
"InstanceId": {},
|
71837
71870
|
"Attributes": {
|
71838
|
-
"shape": "
|
71871
|
+
"shape": "Sdp"
|
71839
71872
|
}
|
71840
71873
|
}
|
71841
71874
|
},
|
@@ -71864,10 +71897,10 @@ module.exports={
|
|
71864
71897
|
"locationName": "EvaluationId"
|
71865
71898
|
},
|
71866
71899
|
"Answers": {
|
71867
|
-
"shape": "
|
71900
|
+
"shape": "Sos"
|
71868
71901
|
},
|
71869
71902
|
"Notes": {
|
71870
|
-
"shape": "
|
71903
|
+
"shape": "Saq"
|
71871
71904
|
}
|
71872
71905
|
}
|
71873
71906
|
},
|
@@ -72436,7 +72469,7 @@ module.exports={
|
|
72436
72469
|
"locationName": "QueueId"
|
72437
72470
|
},
|
72438
72471
|
"OutboundCallerConfig": {
|
72439
|
-
"shape": "
|
72472
|
+
"shape": "S4x"
|
72440
72473
|
}
|
72441
72474
|
}
|
72442
72475
|
}
|
@@ -72486,7 +72519,7 @@ module.exports={
|
|
72486
72519
|
"locationName": "QuickConnectId"
|
72487
72520
|
},
|
72488
72521
|
"QuickConnectConfig": {
|
72489
|
-
"shape": "
|
72522
|
+
"shape": "S54"
|
72490
72523
|
}
|
72491
72524
|
}
|
72492
72525
|
}
|
@@ -72560,7 +72593,7 @@ module.exports={
|
|
72560
72593
|
"locationName": "RoutingProfileId"
|
72561
72594
|
},
|
72562
72595
|
"MediaConcurrencies": {
|
72563
|
-
"shape": "
|
72596
|
+
"shape": "S5d"
|
72564
72597
|
}
|
72565
72598
|
}
|
72566
72599
|
}
|
@@ -72666,7 +72699,7 @@ module.exports={
|
|
72666
72699
|
"Name": {},
|
72667
72700
|
"Function": {},
|
72668
72701
|
"Actions": {
|
72669
|
-
"shape": "
|
72702
|
+
"shape": "S5p"
|
72670
72703
|
},
|
72671
72704
|
"PublishStatus": {}
|
72672
72705
|
}
|
@@ -72685,7 +72718,7 @@ module.exports={
|
|
72685
72718
|
"members": {
|
72686
72719
|
"Description": {},
|
72687
72720
|
"Permissions": {
|
72688
|
-
"shape": "
|
72721
|
+
"shape": "S6i"
|
72689
72722
|
},
|
72690
72723
|
"SecurityProfileId": {
|
72691
72724
|
"location": "uri",
|
@@ -72696,13 +72729,13 @@ module.exports={
|
|
72696
72729
|
"locationName": "InstanceId"
|
72697
72730
|
},
|
72698
72731
|
"AllowedAccessControlTags": {
|
72699
|
-
"shape": "
|
72732
|
+
"shape": "S6k"
|
72700
72733
|
},
|
72701
72734
|
"TagRestrictedResources": {
|
72702
|
-
"shape": "
|
72735
|
+
"shape": "S6n"
|
72703
72736
|
},
|
72704
72737
|
"Applications": {
|
72705
|
-
"shape": "
|
72738
|
+
"shape": "S6p"
|
72706
72739
|
}
|
72707
72740
|
}
|
72708
72741
|
}
|
@@ -72730,14 +72763,14 @@ module.exports={
|
|
72730
72763
|
"Description": {},
|
72731
72764
|
"ContactFlowId": {},
|
72732
72765
|
"Constraints": {
|
72733
|
-
"shape": "
|
72766
|
+
"shape": "S6z"
|
72734
72767
|
},
|
72735
72768
|
"Defaults": {
|
72736
|
-
"shape": "
|
72769
|
+
"shape": "S78"
|
72737
72770
|
},
|
72738
72771
|
"Status": {},
|
72739
72772
|
"Fields": {
|
72740
|
-
"shape": "
|
72773
|
+
"shape": "S7d"
|
72741
72774
|
}
|
72742
72775
|
}
|
72743
72776
|
},
|
@@ -72751,13 +72784,13 @@ module.exports={
|
|
72751
72784
|
"Description": {},
|
72752
72785
|
"ContactFlowId": {},
|
72753
72786
|
"Constraints": {
|
72754
|
-
"shape": "
|
72787
|
+
"shape": "S6z"
|
72755
72788
|
},
|
72756
72789
|
"Defaults": {
|
72757
|
-
"shape": "
|
72790
|
+
"shape": "S78"
|
72758
72791
|
},
|
72759
72792
|
"Fields": {
|
72760
|
-
"shape": "
|
72793
|
+
"shape": "S7d"
|
72761
72794
|
},
|
72762
72795
|
"Status": {},
|
72763
72796
|
"LastModifiedTime": {
|
@@ -72785,13 +72818,13 @@ module.exports={
|
|
72785
72818
|
"locationName": "Id"
|
72786
72819
|
},
|
72787
72820
|
"TelephonyConfig": {
|
72788
|
-
"shape": "
|
72821
|
+
"shape": "Sgg"
|
72789
72822
|
},
|
72790
72823
|
"SignInConfig": {
|
72791
|
-
"shape": "
|
72824
|
+
"shape": "Sgl"
|
72792
72825
|
},
|
72793
72826
|
"AgentConfig": {
|
72794
|
-
"shape": "
|
72827
|
+
"shape": "Sgo"
|
72795
72828
|
}
|
72796
72829
|
}
|
72797
72830
|
},
|
@@ -72862,19 +72895,19 @@ module.exports={
|
|
72862
72895
|
"type": "structure",
|
72863
72896
|
"members": {
|
72864
72897
|
"LevelOne": {
|
72865
|
-
"shape": "
|
72898
|
+
"shape": "Sqw"
|
72866
72899
|
},
|
72867
72900
|
"LevelTwo": {
|
72868
|
-
"shape": "
|
72901
|
+
"shape": "Sqw"
|
72869
72902
|
},
|
72870
72903
|
"LevelThree": {
|
72871
|
-
"shape": "
|
72904
|
+
"shape": "Sqw"
|
72872
72905
|
},
|
72873
72906
|
"LevelFour": {
|
72874
|
-
"shape": "
|
72907
|
+
"shape": "Sqw"
|
72875
72908
|
},
|
72876
72909
|
"LevelFive": {
|
72877
|
-
"shape": "
|
72910
|
+
"shape": "Sqw"
|
72878
72911
|
}
|
72879
72912
|
}
|
72880
72913
|
},
|
@@ -72898,7 +72931,7 @@ module.exports={
|
|
72898
72931
|
],
|
72899
72932
|
"members": {
|
72900
72933
|
"IdentityInfo": {
|
72901
|
-
"shape": "
|
72934
|
+
"shape": "S80"
|
72902
72935
|
},
|
72903
72936
|
"UserId": {
|
72904
72937
|
"location": "uri",
|
@@ -72924,7 +72957,7 @@ module.exports={
|
|
72924
72957
|
],
|
72925
72958
|
"members": {
|
72926
72959
|
"PhoneConfig": {
|
72927
|
-
"shape": "
|
72960
|
+
"shape": "S84"
|
72928
72961
|
},
|
72929
72962
|
"UserId": {
|
72930
72963
|
"location": "uri",
|
@@ -72974,7 +73007,7 @@ module.exports={
|
|
72974
73007
|
],
|
72975
73008
|
"members": {
|
72976
73009
|
"SecurityProfileIds": {
|
72977
|
-
"shape": "
|
73010
|
+
"shape": "S89"
|
72978
73011
|
},
|
72979
73012
|
"UserId": {
|
72980
73013
|
"location": "uri",
|
@@ -73010,7 +73043,7 @@ module.exports={
|
|
73010
73043
|
},
|
73011
73044
|
"Status": {},
|
73012
73045
|
"Content": {
|
73013
|
-
"shape": "
|
73046
|
+
"shape": "S8j"
|
73014
73047
|
}
|
73015
73048
|
}
|
73016
73049
|
},
|
@@ -73018,7 +73051,7 @@ module.exports={
|
|
73018
73051
|
"type": "structure",
|
73019
73052
|
"members": {
|
73020
73053
|
"View": {
|
73021
|
-
"shape": "
|
73054
|
+
"shape": "S8q"
|
73022
73055
|
}
|
73023
73056
|
}
|
73024
73057
|
}
|
@@ -73043,7 +73076,7 @@ module.exports={
|
|
73043
73076
|
"locationName": "ViewId"
|
73044
73077
|
},
|
73045
73078
|
"Name": {
|
73046
|
-
"shape": "
|
73079
|
+
"shape": "S8o"
|
73047
73080
|
},
|
73048
73081
|
"Description": {}
|
73049
73082
|
}
|
@@ -73402,7 +73435,7 @@ module.exports={
|
|
73402
73435
|
"type": "string",
|
73403
73436
|
"sensitive": true
|
73404
73437
|
},
|
73405
|
-
"
|
73438
|
+
"S4x": {
|
73406
73439
|
"type": "structure",
|
73407
73440
|
"members": {
|
73408
73441
|
"OutboundCallerIdName": {},
|
@@ -73410,7 +73443,7 @@ module.exports={
|
|
73410
73443
|
"OutboundFlowId": {}
|
73411
73444
|
}
|
73412
73445
|
},
|
73413
|
-
"
|
73446
|
+
"S54": {
|
73414
73447
|
"type": "structure",
|
73415
73448
|
"required": [
|
73416
73449
|
"QuickConnectType"
|
@@ -73450,7 +73483,7 @@ module.exports={
|
|
73450
73483
|
}
|
73451
73484
|
}
|
73452
73485
|
},
|
73453
|
-
"
|
73486
|
+
"S5d": {
|
73454
73487
|
"type": "list",
|
73455
73488
|
"member": {
|
73456
73489
|
"type": "structure",
|
@@ -73475,7 +73508,7 @@ module.exports={
|
|
73475
73508
|
}
|
73476
73509
|
}
|
73477
73510
|
},
|
73478
|
-
"
|
73511
|
+
"S5m": {
|
73479
73512
|
"type": "structure",
|
73480
73513
|
"required": [
|
73481
73514
|
"EventSourceName"
|
@@ -73485,7 +73518,7 @@ module.exports={
|
|
73485
73518
|
"IntegrationAssociationId": {}
|
73486
73519
|
}
|
73487
73520
|
},
|
73488
|
-
"
|
73521
|
+
"S5p": {
|
73489
73522
|
"type": "list",
|
73490
73523
|
"member": {
|
73491
73524
|
"type": "structure",
|
@@ -73505,7 +73538,7 @@ module.exports={
|
|
73505
73538
|
"Description": {},
|
73506
73539
|
"ContactFlowId": {},
|
73507
73540
|
"References": {
|
73508
|
-
"shape": "
|
73541
|
+
"shape": "S5v"
|
73509
73542
|
}
|
73510
73543
|
}
|
73511
73544
|
},
|
@@ -73554,7 +73587,7 @@ module.exports={
|
|
73554
73587
|
}
|
73555
73588
|
}
|
73556
73589
|
},
|
73557
|
-
"
|
73590
|
+
"S5v": {
|
73558
73591
|
"type": "map",
|
73559
73592
|
"key": {},
|
73560
73593
|
"value": {
|
@@ -73569,20 +73602,20 @@ module.exports={
|
|
73569
73602
|
}
|
73570
73603
|
}
|
73571
73604
|
},
|
73572
|
-
"
|
73605
|
+
"S6i": {
|
73573
73606
|
"type": "list",
|
73574
73607
|
"member": {}
|
73575
73608
|
},
|
73576
|
-
"
|
73609
|
+
"S6k": {
|
73577
73610
|
"type": "map",
|
73578
73611
|
"key": {},
|
73579
73612
|
"value": {}
|
73580
73613
|
},
|
73581
|
-
"
|
73614
|
+
"S6n": {
|
73582
73615
|
"type": "list",
|
73583
73616
|
"member": {}
|
73584
73617
|
},
|
73585
|
-
"
|
73618
|
+
"S6p": {
|
73586
73619
|
"type": "list",
|
73587
73620
|
"member": {
|
73588
73621
|
"type": "structure",
|
@@ -73595,7 +73628,7 @@ module.exports={
|
|
73595
73628
|
}
|
73596
73629
|
}
|
73597
73630
|
},
|
73598
|
-
"
|
73631
|
+
"S6z": {
|
73599
73632
|
"type": "structure",
|
73600
73633
|
"members": {
|
73601
73634
|
"RequiredFields": {
|
@@ -73604,7 +73637,7 @@ module.exports={
|
|
73604
73637
|
"type": "structure",
|
73605
73638
|
"members": {
|
73606
73639
|
"Id": {
|
73607
|
-
"shape": "
|
73640
|
+
"shape": "S72"
|
73608
73641
|
}
|
73609
73642
|
}
|
73610
73643
|
}
|
@@ -73615,7 +73648,7 @@ module.exports={
|
|
73615
73648
|
"type": "structure",
|
73616
73649
|
"members": {
|
73617
73650
|
"Id": {
|
73618
|
-
"shape": "
|
73651
|
+
"shape": "S72"
|
73619
73652
|
}
|
73620
73653
|
}
|
73621
73654
|
}
|
@@ -73626,20 +73659,20 @@ module.exports={
|
|
73626
73659
|
"type": "structure",
|
73627
73660
|
"members": {
|
73628
73661
|
"Id": {
|
73629
|
-
"shape": "
|
73662
|
+
"shape": "S72"
|
73630
73663
|
}
|
73631
73664
|
}
|
73632
73665
|
}
|
73633
73666
|
}
|
73634
73667
|
}
|
73635
73668
|
},
|
73636
|
-
"
|
73669
|
+
"S72": {
|
73637
73670
|
"type": "structure",
|
73638
73671
|
"members": {
|
73639
73672
|
"Name": {}
|
73640
73673
|
}
|
73641
73674
|
},
|
73642
|
-
"
|
73675
|
+
"S78": {
|
73643
73676
|
"type": "structure",
|
73644
73677
|
"members": {
|
73645
73678
|
"DefaultFieldValues": {
|
@@ -73648,7 +73681,7 @@ module.exports={
|
|
73648
73681
|
"type": "structure",
|
73649
73682
|
"members": {
|
73650
73683
|
"Id": {
|
73651
|
-
"shape": "
|
73684
|
+
"shape": "S72"
|
73652
73685
|
},
|
73653
73686
|
"DefaultValue": {}
|
73654
73687
|
}
|
@@ -73656,7 +73689,7 @@ module.exports={
|
|
73656
73689
|
}
|
73657
73690
|
}
|
73658
73691
|
},
|
73659
|
-
"
|
73692
|
+
"S7d": {
|
73660
73693
|
"type": "list",
|
73661
73694
|
"member": {
|
73662
73695
|
"type": "structure",
|
@@ -73665,7 +73698,7 @@ module.exports={
|
|
73665
73698
|
],
|
73666
73699
|
"members": {
|
73667
73700
|
"Id": {
|
73668
|
-
"shape": "
|
73701
|
+
"shape": "S72"
|
73669
73702
|
},
|
73670
73703
|
"Description": {},
|
73671
73704
|
"Type": {},
|
@@ -73676,7 +73709,7 @@ module.exports={
|
|
73676
73709
|
}
|
73677
73710
|
}
|
73678
73711
|
},
|
73679
|
-
"
|
73712
|
+
"S80": {
|
73680
73713
|
"type": "structure",
|
73681
73714
|
"members": {
|
73682
73715
|
"FirstName": {},
|
@@ -73686,7 +73719,7 @@ module.exports={
|
|
73686
73719
|
"Mobile": {}
|
73687
73720
|
}
|
73688
73721
|
},
|
73689
|
-
"
|
73722
|
+
"S84": {
|
73690
73723
|
"type": "structure",
|
73691
73724
|
"required": [
|
73692
73725
|
"PhoneType"
|
@@ -73702,37 +73735,37 @@ module.exports={
|
|
73702
73735
|
"DeskPhoneNumber": {}
|
73703
73736
|
}
|
73704
73737
|
},
|
73705
|
-
"
|
73738
|
+
"S89": {
|
73706
73739
|
"type": "list",
|
73707
73740
|
"member": {}
|
73708
73741
|
},
|
73709
|
-
"
|
73742
|
+
"S8j": {
|
73710
73743
|
"type": "structure",
|
73711
73744
|
"members": {
|
73712
73745
|
"Template": {},
|
73713
73746
|
"Actions": {
|
73714
|
-
"shape": "
|
73747
|
+
"shape": "S8l"
|
73715
73748
|
}
|
73716
73749
|
}
|
73717
73750
|
},
|
73718
|
-
"
|
73751
|
+
"S8l": {
|
73719
73752
|
"type": "list",
|
73720
73753
|
"member": {
|
73721
73754
|
"type": "string",
|
73722
73755
|
"sensitive": true
|
73723
73756
|
}
|
73724
73757
|
},
|
73725
|
-
"
|
73758
|
+
"S8o": {
|
73726
73759
|
"type": "string",
|
73727
73760
|
"sensitive": true
|
73728
73761
|
},
|
73729
|
-
"
|
73762
|
+
"S8q": {
|
73730
73763
|
"type": "structure",
|
73731
73764
|
"members": {
|
73732
73765
|
"Id": {},
|
73733
73766
|
"Arn": {},
|
73734
73767
|
"Name": {
|
73735
|
-
"shape": "
|
73768
|
+
"shape": "S8o"
|
73736
73769
|
},
|
73737
73770
|
"Status": {},
|
73738
73771
|
"Type": {},
|
@@ -73750,7 +73783,7 @@ module.exports={
|
|
73750
73783
|
},
|
73751
73784
|
"Template": {},
|
73752
73785
|
"Actions": {
|
73753
|
-
"shape": "
|
73786
|
+
"shape": "S8l"
|
73754
73787
|
}
|
73755
73788
|
}
|
73756
73789
|
},
|
@@ -73766,7 +73799,7 @@ module.exports={
|
|
73766
73799
|
"ViewContentSha256": {}
|
73767
73800
|
}
|
73768
73801
|
},
|
73769
|
-
"
|
73802
|
+
"Saj": {
|
73770
73803
|
"type": "structure",
|
73771
73804
|
"members": {
|
73772
73805
|
"Percentage": {
|
@@ -73780,7 +73813,7 @@ module.exports={
|
|
73780
73813
|
}
|
73781
73814
|
}
|
73782
73815
|
},
|
73783
|
-
"
|
73816
|
+
"San": {
|
73784
73817
|
"type": "structure",
|
73785
73818
|
"members": {
|
73786
73819
|
"StringValue": {},
|
@@ -73793,7 +73826,7 @@ module.exports={
|
|
73793
73826
|
},
|
73794
73827
|
"union": true
|
73795
73828
|
},
|
73796
|
-
"
|
73829
|
+
"Saq": {
|
73797
73830
|
"type": "map",
|
73798
73831
|
"key": {},
|
73799
73832
|
"value": {
|
@@ -73803,7 +73836,7 @@ module.exports={
|
|
73803
73836
|
}
|
73804
73837
|
}
|
73805
73838
|
},
|
73806
|
-
"
|
73839
|
+
"Sbc": {
|
73807
73840
|
"type": "structure",
|
73808
73841
|
"members": {
|
73809
73842
|
"HoursOfOperationId": {},
|
@@ -73823,14 +73856,14 @@ module.exports={
|
|
73823
73856
|
"LastModifiedRegion": {}
|
73824
73857
|
}
|
73825
73858
|
},
|
73826
|
-
"
|
73859
|
+
"Sbm": {
|
73827
73860
|
"type": "structure",
|
73828
73861
|
"members": {
|
73829
73862
|
"AttributeType": {},
|
73830
73863
|
"Value": {}
|
73831
73864
|
}
|
73832
73865
|
},
|
73833
|
-
"
|
73866
|
+
"Sc0": {
|
73834
73867
|
"type": "structure",
|
73835
73868
|
"members": {
|
73836
73869
|
"PromptARN": {},
|
@@ -73846,7 +73879,7 @@ module.exports={
|
|
73846
73879
|
"LastModifiedRegion": {}
|
73847
73880
|
}
|
73848
73881
|
},
|
73849
|
-
"
|
73882
|
+
"Sc3": {
|
73850
73883
|
"type": "structure",
|
73851
73884
|
"members": {
|
73852
73885
|
"Name": {},
|
@@ -73854,7 +73887,7 @@ module.exports={
|
|
73854
73887
|
"QueueId": {},
|
73855
73888
|
"Description": {},
|
73856
73889
|
"OutboundCallerConfig": {
|
73857
|
-
"shape": "
|
73890
|
+
"shape": "S4x"
|
73858
73891
|
},
|
73859
73892
|
"HoursOfOperationId": {},
|
73860
73893
|
"MaxContacts": {
|
@@ -73870,7 +73903,7 @@ module.exports={
|
|
73870
73903
|
"LastModifiedRegion": {}
|
73871
73904
|
}
|
73872
73905
|
},
|
73873
|
-
"
|
73906
|
+
"Sc7": {
|
73874
73907
|
"type": "structure",
|
73875
73908
|
"members": {
|
73876
73909
|
"QuickConnectARN": {},
|
@@ -73878,7 +73911,7 @@ module.exports={
|
|
73878
73911
|
"Name": {},
|
73879
73912
|
"Description": {},
|
73880
73913
|
"QuickConnectConfig": {
|
73881
|
-
"shape": "
|
73914
|
+
"shape": "S54"
|
73882
73915
|
},
|
73883
73916
|
"Tags": {
|
73884
73917
|
"shape": "S1x"
|
@@ -73889,7 +73922,7 @@ module.exports={
|
|
73889
73922
|
"LastModifiedRegion": {}
|
73890
73923
|
}
|
73891
73924
|
},
|
73892
|
-
"
|
73925
|
+
"Sca": {
|
73893
73926
|
"type": "structure",
|
73894
73927
|
"members": {
|
73895
73928
|
"InstanceId": {},
|
@@ -73898,7 +73931,7 @@ module.exports={
|
|
73898
73931
|
"RoutingProfileId": {},
|
73899
73932
|
"Description": {},
|
73900
73933
|
"MediaConcurrencies": {
|
73901
|
-
"shape": "
|
73934
|
+
"shape": "S5d"
|
73902
73935
|
},
|
73903
73936
|
"DefaultOutboundQueueId": {},
|
73904
73937
|
"Tags": {
|
@@ -73920,7 +73953,7 @@ module.exports={
|
|
73920
73953
|
}
|
73921
73954
|
}
|
73922
73955
|
},
|
73923
|
-
"
|
73956
|
+
"Scw": {
|
73924
73957
|
"type": "structure",
|
73925
73958
|
"members": {
|
73926
73959
|
"Id": {},
|
@@ -73932,7 +73965,7 @@ module.exports={
|
|
73932
73965
|
"LastModifiedRegion": {}
|
73933
73966
|
}
|
73934
73967
|
},
|
73935
|
-
"
|
73968
|
+
"Sd0": {
|
73936
73969
|
"type": "structure",
|
73937
73970
|
"members": {
|
73938
73971
|
"Id": {},
|
@@ -73944,90 +73977,90 @@ module.exports={
|
|
73944
73977
|
"LastModifiedRegion": {}
|
73945
73978
|
}
|
73946
73979
|
},
|
73947
|
-
"
|
73980
|
+
"Sdp": {
|
73948
73981
|
"type": "map",
|
73949
73982
|
"key": {},
|
73950
73983
|
"value": {}
|
73951
73984
|
},
|
73952
|
-
"
|
73985
|
+
"Sdt": {
|
73953
73986
|
"type": "structure",
|
73954
73987
|
"members": {
|
73955
73988
|
"Queues": {
|
73956
|
-
"shape": "
|
73989
|
+
"shape": "Sdu"
|
73957
73990
|
},
|
73958
73991
|
"Channels": {
|
73959
73992
|
"type": "list",
|
73960
73993
|
"member": {}
|
73961
73994
|
},
|
73962
73995
|
"RoutingProfiles": {
|
73963
|
-
"shape": "
|
73996
|
+
"shape": "Sdw"
|
73964
73997
|
}
|
73965
73998
|
}
|
73966
73999
|
},
|
73967
|
-
"
|
74000
|
+
"Sdu": {
|
73968
74001
|
"type": "list",
|
73969
74002
|
"member": {}
|
73970
74003
|
},
|
73971
|
-
"
|
74004
|
+
"Sdw": {
|
73972
74005
|
"type": "list",
|
73973
74006
|
"member": {}
|
73974
74007
|
},
|
73975
|
-
"
|
74008
|
+
"Sdx": {
|
73976
74009
|
"type": "list",
|
73977
74010
|
"member": {}
|
73978
74011
|
},
|
73979
|
-
"
|
74012
|
+
"Se0": {
|
73980
74013
|
"type": "structure",
|
73981
74014
|
"members": {
|
73982
74015
|
"Name": {},
|
73983
74016
|
"Unit": {}
|
73984
74017
|
}
|
73985
74018
|
},
|
73986
|
-
"
|
74019
|
+
"Seb": {
|
73987
74020
|
"type": "structure",
|
73988
74021
|
"members": {
|
73989
74022
|
"Queue": {
|
73990
|
-
"shape": "
|
74023
|
+
"shape": "Sec"
|
73991
74024
|
},
|
73992
74025
|
"Channel": {},
|
73993
74026
|
"RoutingProfile": {
|
73994
|
-
"shape": "
|
74027
|
+
"shape": "Sed"
|
73995
74028
|
}
|
73996
74029
|
}
|
73997
74030
|
},
|
73998
|
-
"
|
74031
|
+
"Sec": {
|
73999
74032
|
"type": "structure",
|
74000
74033
|
"members": {
|
74001
74034
|
"Id": {},
|
74002
74035
|
"Arn": {}
|
74003
74036
|
}
|
74004
74037
|
},
|
74005
|
-
"
|
74038
|
+
"Sed": {
|
74006
74039
|
"type": "structure",
|
74007
74040
|
"members": {
|
74008
74041
|
"Id": {},
|
74009
74042
|
"Arn": {}
|
74010
74043
|
}
|
74011
74044
|
},
|
74012
|
-
"
|
74045
|
+
"Seu": {
|
74013
74046
|
"type": "structure",
|
74014
74047
|
"members": {
|
74015
74048
|
"Id": {},
|
74016
74049
|
"Arn": {}
|
74017
74050
|
}
|
74018
74051
|
},
|
74019
|
-
"
|
74052
|
+
"Sew": {
|
74020
74053
|
"type": "map",
|
74021
74054
|
"key": {},
|
74022
74055
|
"value": {
|
74023
74056
|
"type": "integer"
|
74024
74057
|
}
|
74025
74058
|
},
|
74026
|
-
"
|
74059
|
+
"Sf3": {
|
74027
74060
|
"type": "string",
|
74028
74061
|
"sensitive": true
|
74029
74062
|
},
|
74030
|
-
"
|
74063
|
+
"Sf6": {
|
74031
74064
|
"type": "structure",
|
74032
74065
|
"members": {
|
74033
74066
|
"Name": {},
|
@@ -74044,7 +74077,7 @@ module.exports={
|
|
74044
74077
|
"Unit": {}
|
74045
74078
|
}
|
74046
74079
|
},
|
74047
|
-
"
|
74080
|
+
"Sfr": {
|
74048
74081
|
"type": "structure",
|
74049
74082
|
"members": {
|
74050
74083
|
"Name": {},
|
@@ -74078,18 +74111,18 @@ module.exports={
|
|
74078
74111
|
}
|
74079
74112
|
}
|
74080
74113
|
},
|
74081
|
-
"
|
74114
|
+
"Sgg": {
|
74082
74115
|
"type": "structure",
|
74083
74116
|
"required": [
|
74084
74117
|
"Distributions"
|
74085
74118
|
],
|
74086
74119
|
"members": {
|
74087
74120
|
"Distributions": {
|
74088
|
-
"shape": "
|
74121
|
+
"shape": "Sgh"
|
74089
74122
|
}
|
74090
74123
|
}
|
74091
74124
|
},
|
74092
|
-
"
|
74125
|
+
"Sgh": {
|
74093
74126
|
"type": "list",
|
74094
74127
|
"member": {
|
74095
74128
|
"type": "structure",
|
@@ -74105,7 +74138,7 @@ module.exports={
|
|
74105
74138
|
}
|
74106
74139
|
}
|
74107
74140
|
},
|
74108
|
-
"
|
74141
|
+
"Sgl": {
|
74109
74142
|
"type": "structure",
|
74110
74143
|
"required": [
|
74111
74144
|
"Distributions"
|
@@ -74129,26 +74162,26 @@ module.exports={
|
|
74129
74162
|
}
|
74130
74163
|
}
|
74131
74164
|
},
|
74132
|
-
"
|
74165
|
+
"Sgo": {
|
74133
74166
|
"type": "structure",
|
74134
74167
|
"required": [
|
74135
74168
|
"Distributions"
|
74136
74169
|
],
|
74137
74170
|
"members": {
|
74138
74171
|
"Distributions": {
|
74139
|
-
"shape": "
|
74172
|
+
"shape": "Sgh"
|
74140
74173
|
}
|
74141
74174
|
}
|
74142
74175
|
},
|
74143
|
-
"
|
74176
|
+
"Siy": {
|
74144
74177
|
"type": "list",
|
74145
74178
|
"member": {}
|
74146
74179
|
},
|
74147
|
-
"
|
74180
|
+
"Siz": {
|
74148
74181
|
"type": "list",
|
74149
74182
|
"member": {}
|
74150
74183
|
},
|
74151
|
-
"
|
74184
|
+
"Sjg": {
|
74152
74185
|
"type": "list",
|
74153
74186
|
"member": {
|
74154
74187
|
"type": "structure",
|
@@ -74164,57 +74197,57 @@ module.exports={
|
|
74164
74197
|
}
|
74165
74198
|
}
|
74166
74199
|
},
|
74167
|
-
"
|
74200
|
+
"Sm0": {
|
74168
74201
|
"type": "structure",
|
74169
74202
|
"members": {
|
74170
74203
|
"OrConditions": {
|
74171
74204
|
"type": "list",
|
74172
74205
|
"member": {
|
74173
|
-
"shape": "
|
74206
|
+
"shape": "Sm2"
|
74174
74207
|
}
|
74175
74208
|
},
|
74176
74209
|
"AndConditions": {
|
74177
|
-
"shape": "
|
74210
|
+
"shape": "Sm2"
|
74178
74211
|
},
|
74179
74212
|
"TagCondition": {
|
74180
|
-
"shape": "
|
74213
|
+
"shape": "Sm3"
|
74181
74214
|
}
|
74182
74215
|
}
|
74183
74216
|
},
|
74184
|
-
"
|
74217
|
+
"Sm2": {
|
74185
74218
|
"type": "list",
|
74186
74219
|
"member": {
|
74187
|
-
"shape": "
|
74220
|
+
"shape": "Sm3"
|
74188
74221
|
}
|
74189
74222
|
},
|
74190
|
-
"
|
74223
|
+
"Sm3": {
|
74191
74224
|
"type": "structure",
|
74192
74225
|
"members": {
|
74193
74226
|
"TagKey": {},
|
74194
74227
|
"TagValue": {}
|
74195
74228
|
}
|
74196
74229
|
},
|
74197
|
-
"
|
74230
|
+
"Sm4": {
|
74198
74231
|
"type": "structure",
|
74199
74232
|
"members": {
|
74200
74233
|
"OrConditions": {
|
74201
|
-
"shape": "
|
74234
|
+
"shape": "Sm5"
|
74202
74235
|
},
|
74203
74236
|
"AndConditions": {
|
74204
|
-
"shape": "
|
74237
|
+
"shape": "Sm5"
|
74205
74238
|
},
|
74206
74239
|
"StringCondition": {
|
74207
|
-
"shape": "
|
74240
|
+
"shape": "Sm6"
|
74208
74241
|
}
|
74209
74242
|
}
|
74210
74243
|
},
|
74211
|
-
"
|
74244
|
+
"Sm5": {
|
74212
74245
|
"type": "list",
|
74213
74246
|
"member": {
|
74214
|
-
"shape": "
|
74247
|
+
"shape": "Sm4"
|
74215
74248
|
}
|
74216
74249
|
},
|
74217
|
-
"
|
74250
|
+
"Sm6": {
|
74218
74251
|
"type": "structure",
|
74219
74252
|
"members": {
|
74220
74253
|
"FieldName": {},
|
@@ -74222,118 +74255,118 @@ module.exports={
|
|
74222
74255
|
"ComparisonType": {}
|
74223
74256
|
}
|
74224
74257
|
},
|
74225
|
-
"
|
74258
|
+
"Smc": {
|
74226
74259
|
"type": "structure",
|
74227
74260
|
"members": {
|
74228
74261
|
"OrConditions": {
|
74229
|
-
"shape": "
|
74262
|
+
"shape": "Smd"
|
74230
74263
|
},
|
74231
74264
|
"AndConditions": {
|
74232
|
-
"shape": "
|
74265
|
+
"shape": "Smd"
|
74233
74266
|
},
|
74234
74267
|
"StringCondition": {
|
74235
|
-
"shape": "
|
74268
|
+
"shape": "Sm6"
|
74236
74269
|
}
|
74237
74270
|
}
|
74238
74271
|
},
|
74239
|
-
"
|
74272
|
+
"Smd": {
|
74240
74273
|
"type": "list",
|
74241
74274
|
"member": {
|
74242
|
-
"shape": "
|
74275
|
+
"shape": "Smc"
|
74243
74276
|
}
|
74244
74277
|
},
|
74245
|
-
"
|
74278
|
+
"Smi": {
|
74246
74279
|
"type": "structure",
|
74247
74280
|
"members": {
|
74248
74281
|
"OrConditions": {
|
74249
|
-
"shape": "
|
74282
|
+
"shape": "Smj"
|
74250
74283
|
},
|
74251
74284
|
"AndConditions": {
|
74252
|
-
"shape": "
|
74285
|
+
"shape": "Smj"
|
74253
74286
|
},
|
74254
74287
|
"StringCondition": {
|
74255
|
-
"shape": "
|
74288
|
+
"shape": "Sm6"
|
74256
74289
|
},
|
74257
74290
|
"QueueTypeCondition": {}
|
74258
74291
|
}
|
74259
74292
|
},
|
74260
|
-
"
|
74293
|
+
"Smj": {
|
74261
74294
|
"type": "list",
|
74262
74295
|
"member": {
|
74263
|
-
"shape": "
|
74296
|
+
"shape": "Smi"
|
74264
74297
|
}
|
74265
74298
|
},
|
74266
|
-
"
|
74299
|
+
"Smp": {
|
74267
74300
|
"type": "structure",
|
74268
74301
|
"members": {
|
74269
74302
|
"OrConditions": {
|
74270
|
-
"shape": "
|
74303
|
+
"shape": "Smq"
|
74271
74304
|
},
|
74272
74305
|
"AndConditions": {
|
74273
|
-
"shape": "
|
74306
|
+
"shape": "Smq"
|
74274
74307
|
},
|
74275
74308
|
"StringCondition": {
|
74276
|
-
"shape": "
|
74309
|
+
"shape": "Sm6"
|
74277
74310
|
}
|
74278
74311
|
}
|
74279
74312
|
},
|
74280
|
-
"
|
74313
|
+
"Smq": {
|
74281
74314
|
"type": "list",
|
74282
74315
|
"member": {
|
74283
|
-
"shape": "
|
74316
|
+
"shape": "Smp"
|
74284
74317
|
}
|
74285
74318
|
},
|
74286
|
-
"
|
74319
|
+
"Sn4": {
|
74287
74320
|
"type": "structure",
|
74288
74321
|
"members": {
|
74289
74322
|
"OrConditions": {
|
74290
|
-
"shape": "
|
74323
|
+
"shape": "Sn5"
|
74291
74324
|
},
|
74292
74325
|
"AndConditions": {
|
74293
|
-
"shape": "
|
74326
|
+
"shape": "Sn5"
|
74294
74327
|
},
|
74295
74328
|
"StringCondition": {
|
74296
|
-
"shape": "
|
74329
|
+
"shape": "Sm6"
|
74297
74330
|
}
|
74298
74331
|
}
|
74299
74332
|
},
|
74300
|
-
"
|
74333
|
+
"Sn5": {
|
74301
74334
|
"type": "list",
|
74302
74335
|
"member": {
|
74303
|
-
"shape": "
|
74336
|
+
"shape": "Sn4"
|
74304
74337
|
}
|
74305
74338
|
},
|
74306
|
-
"
|
74339
|
+
"Sn9": {
|
74307
74340
|
"type": "structure",
|
74308
74341
|
"members": {
|
74309
74342
|
"OrConditions": {
|
74310
|
-
"shape": "
|
74343
|
+
"shape": "Sna"
|
74311
74344
|
},
|
74312
74345
|
"AndConditions": {
|
74313
|
-
"shape": "
|
74346
|
+
"shape": "Sna"
|
74314
74347
|
},
|
74315
74348
|
"StringCondition": {
|
74316
|
-
"shape": "
|
74349
|
+
"shape": "Sm6"
|
74317
74350
|
}
|
74318
74351
|
}
|
74319
74352
|
},
|
74320
|
-
"
|
74353
|
+
"Sna": {
|
74321
74354
|
"type": "list",
|
74322
74355
|
"member": {
|
74323
|
-
"shape": "
|
74356
|
+
"shape": "Sn9"
|
74324
74357
|
}
|
74325
74358
|
},
|
74326
|
-
"
|
74359
|
+
"Snh": {
|
74327
74360
|
"type": "structure",
|
74328
74361
|
"members": {
|
74329
74362
|
"OrConditions": {
|
74330
|
-
"shape": "
|
74363
|
+
"shape": "Sni"
|
74331
74364
|
},
|
74332
74365
|
"AndConditions": {
|
74333
|
-
"shape": "
|
74366
|
+
"shape": "Sni"
|
74334
74367
|
},
|
74335
74368
|
"StringCondition": {
|
74336
|
-
"shape": "
|
74369
|
+
"shape": "Sm6"
|
74337
74370
|
},
|
74338
74371
|
"HierarchyGroupCondition": {
|
74339
74372
|
"type": "structure",
|
@@ -74344,25 +74377,25 @@ module.exports={
|
|
74344
74377
|
}
|
74345
74378
|
}
|
74346
74379
|
},
|
74347
|
-
"
|
74380
|
+
"Sni": {
|
74348
74381
|
"type": "list",
|
74349
74382
|
"member": {
|
74350
|
-
"shape": "
|
74383
|
+
"shape": "Snh"
|
74351
74384
|
}
|
74352
74385
|
},
|
74353
|
-
"
|
74386
|
+
"Sos": {
|
74354
74387
|
"type": "map",
|
74355
74388
|
"key": {},
|
74356
74389
|
"value": {
|
74357
74390
|
"type": "structure",
|
74358
74391
|
"members": {
|
74359
74392
|
"Value": {
|
74360
|
-
"shape": "
|
74393
|
+
"shape": "San"
|
74361
74394
|
}
|
74362
74395
|
}
|
74363
74396
|
}
|
74364
74397
|
},
|
74365
|
-
"
|
74398
|
+
"Sqw": {
|
74366
74399
|
"type": "structure",
|
74367
74400
|
"required": [
|
74368
74401
|
"Name"
|
@@ -187656,6 +187689,10 @@ module.exports={
|
|
187656
187689
|
},
|
187657
187690
|
"datazone": {
|
187658
187691
|
"name": "DataZone"
|
187692
|
+
},
|
187693
|
+
"launchwizard": {
|
187694
|
+
"prefix": "launch-wizard",
|
187695
|
+
"name": "LaunchWizard"
|
187659
187696
|
}
|
187660
187697
|
}
|
187661
187698
|
},{}],169:[function(require,module,exports){
|
@@ -263356,7 +263393,7 @@ AWS.util.update(AWS, {
|
|
263356
263393
|
/**
|
263357
263394
|
* @constant
|
263358
263395
|
*/
|
263359
|
-
VERSION: '2.
|
263396
|
+
VERSION: '2.1488.0',
|
263360
263397
|
|
263361
263398
|
/**
|
263362
263399
|
* @api private
|
@@ -285537,7 +285574,7 @@ var LRUCache = /** @class */ (function () {
|
|
285537
285574
|
}());
|
285538
285575
|
exports.LRUCache = LRUCache;
|
285539
285576
|
},{}],467:[function(require,module,exports){
|
285540
|
-
// AWS SDK for JavaScript v2.
|
285577
|
+
// AWS SDK for JavaScript v2.1488.0
|
285541
285578
|
// Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
|
285542
285579
|
// License at https://sdk.amazonaws.com/js/BUNDLE_LICENSE.txt
|
285543
285580
|
require('./browser_loader');
|