@pgarbe/cdk-ecr-sync 0.5.25 → 0.5.26
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 +147 -4
- package/.projenrc.ts +1 -1
- package/CHANGELOG.md +1 -1
- package/lib/ecr-sync.d.ts +4 -22
- package/lib/ecr-sync.js +3 -10
- package/lib/image.d.ts +5 -8
- package/lib/image.js +1 -1
- package/node_modules/aws-sdk/CHANGELOG.md +69 -1
- package/node_modules/aws-sdk/README.md +1 -1
- package/node_modules/aws-sdk/apis/appconfig-2019-10-09.min.json +3 -1
- package/node_modules/aws-sdk/apis/appconfigdata-2021-11-11.min.json +11 -11
- package/node_modules/aws-sdk/apis/appflow-2020-08-23.min.json +677 -237
- package/node_modules/aws-sdk/apis/appflow-2020-08-23.paginators.json +7 -1
- package/node_modules/aws-sdk/apis/apprunner-2020-05-15.min.json +171 -15
- package/node_modules/aws-sdk/apis/apprunner-2020-05-15.paginators.json +5 -0
- package/node_modules/aws-sdk/apis/athena-2017-05-18.min.json +43 -30
- package/node_modules/aws-sdk/apis/auditmanager-2017-07-25.min.json +5 -1
- package/node_modules/aws-sdk/apis/cloudformation-2010-05-15.min.json +86 -25
- package/node_modules/aws-sdk/apis/codeguru-reviewer-2019-09-19.waiters2.json +14 -2
- package/node_modules/aws-sdk/apis/comprehend-2017-11-27.min.json +167 -79
- package/node_modules/aws-sdk/apis/connect-2017-08-08.min.json +408 -133
- package/node_modules/aws-sdk/apis/connect-2017-08-08.paginators.json +12 -0
- package/node_modules/aws-sdk/apis/ec2-2016-11-15.min.json +122 -43
- package/node_modules/aws-sdk/apis/ec2-2016-11-15.paginators.json +6 -0
- package/node_modules/aws-sdk/apis/elasticfilesystem-2015-02-01.min.json +149 -21
- package/node_modules/aws-sdk/apis/es-2015-01-01.min.json +125 -49
- package/node_modules/aws-sdk/apis/fis-2020-12-01.min.json +136 -30
- package/node_modules/aws-sdk/apis/fis-2020-12-01.paginators.json +5 -0
- package/node_modules/aws-sdk/apis/frauddetector-2019-11-15.min.json +212 -6
- package/node_modules/aws-sdk/apis/frauddetector-2019-11-15.paginators.json +5 -0
- package/node_modules/aws-sdk/apis/fsx-2018-03-01.min.json +4 -1
- package/node_modules/aws-sdk/apis/guardduty-2017-11-28.min.json +352 -77
- package/node_modules/aws-sdk/apis/kafka-2018-11-14.min.json +114 -94
- package/node_modules/aws-sdk/apis/kendra-2019-02-03.min.json +80 -55
- package/node_modules/aws-sdk/apis/lakeformation-2017-03-31.min.json +0 -1
- package/node_modules/aws-sdk/apis/mediaconvert-2017-08-29.min.json +148 -127
- package/node_modules/aws-sdk/apis/mediatailor-2018-04-23.min.json +79 -51
- package/node_modules/aws-sdk/apis/meteringmarketplace-2016-01-14.min.json +2 -1
- package/node_modules/aws-sdk/apis/opensearch-2021-01-01.min.json +125 -49
- package/node_modules/aws-sdk/apis/personalize-2018-05-22.min.json +3 -0
- package/node_modules/aws-sdk/apis/robomaker-2018-06-29.min.json +135 -45
- package/node_modules/aws-sdk/apis/s3control-2018-08-20.min.json +152 -52
- package/node_modules/aws-sdk/apis/sagemaker-2017-07-24.min.json +131 -123
- package/node_modules/aws-sdk/apis/secretsmanager-2017-10-17.min.json +15 -10
- package/node_modules/aws-sdk/apis/securityhub-2018-10-26.min.json +47 -33
- package/node_modules/aws-sdk/apis/synthetics-2017-10-11.min.json +11 -3
- package/node_modules/aws-sdk/apis/transcribe-2017-10-26.min.json +44 -40
- package/node_modules/aws-sdk/clients/amplify.d.ts +7 -7
- package/node_modules/aws-sdk/clients/appconfig.d.ts +13 -13
- package/node_modules/aws-sdk/clients/appconfigdata.d.ts +18 -18
- package/node_modules/aws-sdk/clients/appflow.d.ts +611 -3
- package/node_modules/aws-sdk/clients/apprunner.d.ts +179 -12
- package/node_modules/aws-sdk/clients/athena.d.ts +31 -8
- package/node_modules/aws-sdk/clients/auditmanager.d.ts +2 -2
- package/node_modules/aws-sdk/clients/cloudformation.d.ts +407 -264
- package/node_modules/aws-sdk/clients/codegurureviewer.d.ts +6 -5
- package/node_modules/aws-sdk/clients/cognitoidentityserviceprovider.d.ts +287 -287
- package/node_modules/aws-sdk/clients/comprehend.d.ts +138 -0
- package/node_modules/aws-sdk/clients/connect.d.ts +327 -10
- package/node_modules/aws-sdk/clients/costexplorer.d.ts +17 -17
- package/node_modules/aws-sdk/clients/dynamodb.d.ts +5 -5
- package/node_modules/aws-sdk/clients/ebs.d.ts +6 -6
- package/node_modules/aws-sdk/clients/ec2.d.ts +124 -10
- package/node_modules/aws-sdk/clients/efs.d.ts +131 -4
- package/node_modules/aws-sdk/clients/elasticache.d.ts +3 -3
- package/node_modules/aws-sdk/clients/emr.d.ts +14 -14
- package/node_modules/aws-sdk/clients/es.d.ts +97 -0
- package/node_modules/aws-sdk/clients/eventbridge.d.ts +8 -8
- package/node_modules/aws-sdk/clients/fis.d.ts +142 -22
- package/node_modules/aws-sdk/clients/frauddetector.d.ts +308 -0
- package/node_modules/aws-sdk/clients/fsx.d.ts +15 -11
- package/node_modules/aws-sdk/clients/glue.d.ts +7 -7
- package/node_modules/aws-sdk/clients/guardduty.d.ts +309 -44
- package/node_modules/aws-sdk/clients/iot.d.ts +1 -1
- package/node_modules/aws-sdk/clients/kafka.d.ts +19 -1
- package/node_modules/aws-sdk/clients/kendra.d.ts +95 -59
- package/node_modules/aws-sdk/clients/lakeformation.d.ts +1 -1
- package/node_modules/aws-sdk/clients/marketplacemetering.d.ts +17 -12
- package/node_modules/aws-sdk/clients/mediaconvert.d.ts +40 -6
- package/node_modules/aws-sdk/clients/mediatailor.d.ts +11 -0
- package/node_modules/aws-sdk/clients/opensearch.d.ts +97 -0
- package/node_modules/aws-sdk/clients/personalize.d.ts +7 -3
- package/node_modules/aws-sdk/clients/rbin.d.ts +41 -41
- package/node_modules/aws-sdk/clients/rds.d.ts +17 -17
- package/node_modules/aws-sdk/clients/robomaker.d.ts +30 -30
- package/node_modules/aws-sdk/clients/route53recoveryreadiness.d.ts +275 -230
- package/node_modules/aws-sdk/clients/s3control.d.ts +137 -10
- package/node_modules/aws-sdk/clients/sagemaker.d.ts +27 -7
- package/node_modules/aws-sdk/clients/secretsmanager.d.ts +62 -48
- package/node_modules/aws-sdk/clients/securityhub.d.ts +15 -0
- package/node_modules/aws-sdk/clients/ssmincidents.d.ts +1 -1
- package/node_modules/aws-sdk/clients/synthetics.d.ts +15 -5
- package/node_modules/aws-sdk/clients/transcribeservice.d.ts +6 -0
- package/node_modules/aws-sdk/dist/aws-sdk-core-react-native.js +35 -28
- package/node_modules/aws-sdk/dist/aws-sdk-react-native.js +73 -66
- package/node_modules/aws-sdk/dist/aws-sdk.js +1048 -371
- package/node_modules/aws-sdk/dist/aws-sdk.min.js +90 -90
- package/node_modules/aws-sdk/lib/core.js +1 -1
- package/node_modules/aws-sdk/lib/dynamodb/document_client.d.ts +1 -1
- package/node_modules/aws-sdk/lib/param_validator.js +2 -0
- package/node_modules/aws-sdk/package.json +2 -2
- package/node_modules/jmespath/jmespath.js +32 -27
- package/node_modules/jmespath/package.json +2 -7
- package/package.json +3 -3
- package/releasetag.txt +1 -1
- package/version.txt +1 -1
- package/node_modules/jmespath/.eslintrc +0 -10
- package/node_modules/jmespath/.npmignore +0 -1
- package/node_modules/jmespath/.travis.yml +0 -6
- package/node_modules/jmespath/BASELINE +0 -15
- package/node_modules/jmespath/Gruntfile.js +0 -36
- package/node_modules/jmespath/g.sh +0 -5
- package/node_modules/jmespath/index.html +0 -93
- package/node_modules/jmespath/james.html +0 -7
- package/node_modules/jmespath/l.js +0 -189
- package/node_modules/jmespath/perf.js +0 -33
- package/node_modules/jmespath/reservedWords.json +0 -4
- package/node_modules/jmespath/test/compliance/basic.json +0 -96
- package/node_modules/jmespath/test/compliance/boolean.json +0 -257
- package/node_modules/jmespath/test/compliance/current.json +0 -25
- package/node_modules/jmespath/test/compliance/escape.json +0 -46
- package/node_modules/jmespath/test/compliance/filters.json +0 -468
- package/node_modules/jmespath/test/compliance/functions.json +0 -825
- package/node_modules/jmespath/test/compliance/identifiers.json +0 -1377
- package/node_modules/jmespath/test/compliance/indices.json +0 -346
- package/node_modules/jmespath/test/compliance/literal.json +0 -190
- package/node_modules/jmespath/test/compliance/multiselect.json +0 -393
- package/node_modules/jmespath/test/compliance/pipe.json +0 -131
- package/node_modules/jmespath/test/compliance/slice.json +0 -187
- package/node_modules/jmespath/test/compliance/syntax.json +0 -616
- package/node_modules/jmespath/test/compliance/unicode.json +0 -38
- package/node_modules/jmespath/test/compliance/wildcard.json +0 -460
- package/node_modules/jmespath/test/compliance.js +0 -56
- package/node_modules/jmespath/test/jmespath.js +0 -217
|
@@ -57,6 +57,34 @@
|
|
|
57
57
|
}
|
|
58
58
|
}
|
|
59
59
|
},
|
|
60
|
+
"AssociateDefaultVocabulary": {
|
|
61
|
+
"http": {
|
|
62
|
+
"method": "PUT",
|
|
63
|
+
"requestUri": "/default-vocabulary/{InstanceId}/{LanguageCode}"
|
|
64
|
+
},
|
|
65
|
+
"input": {
|
|
66
|
+
"type": "structure",
|
|
67
|
+
"required": [
|
|
68
|
+
"InstanceId",
|
|
69
|
+
"LanguageCode"
|
|
70
|
+
],
|
|
71
|
+
"members": {
|
|
72
|
+
"InstanceId": {
|
|
73
|
+
"location": "uri",
|
|
74
|
+
"locationName": "InstanceId"
|
|
75
|
+
},
|
|
76
|
+
"LanguageCode": {
|
|
77
|
+
"location": "uri",
|
|
78
|
+
"locationName": "LanguageCode"
|
|
79
|
+
},
|
|
80
|
+
"VocabularyId": {}
|
|
81
|
+
}
|
|
82
|
+
},
|
|
83
|
+
"output": {
|
|
84
|
+
"type": "structure",
|
|
85
|
+
"members": {}
|
|
86
|
+
}
|
|
87
|
+
},
|
|
60
88
|
"AssociateInstanceStorageConfig": {
|
|
61
89
|
"http": {
|
|
62
90
|
"method": "PUT",
|
|
@@ -76,7 +104,7 @@
|
|
|
76
104
|
},
|
|
77
105
|
"ResourceType": {},
|
|
78
106
|
"StorageConfig": {
|
|
79
|
-
"shape": "
|
|
107
|
+
"shape": "Sg"
|
|
80
108
|
}
|
|
81
109
|
}
|
|
82
110
|
},
|
|
@@ -150,7 +178,7 @@
|
|
|
150
178
|
"locationName": "QueueId"
|
|
151
179
|
},
|
|
152
180
|
"QuickConnectIds": {
|
|
153
|
-
"shape": "
|
|
181
|
+
"shape": "S10"
|
|
154
182
|
}
|
|
155
183
|
}
|
|
156
184
|
}
|
|
@@ -176,7 +204,7 @@
|
|
|
176
204
|
"locationName": "RoutingProfileId"
|
|
177
205
|
},
|
|
178
206
|
"QueueConfigs": {
|
|
179
|
-
"shape": "
|
|
207
|
+
"shape": "S14"
|
|
180
208
|
}
|
|
181
209
|
}
|
|
182
210
|
}
|
|
@@ -231,7 +259,7 @@
|
|
|
231
259
|
"type": "integer"
|
|
232
260
|
},
|
|
233
261
|
"Tags": {
|
|
234
|
-
"shape": "
|
|
262
|
+
"shape": "S1i"
|
|
235
263
|
}
|
|
236
264
|
}
|
|
237
265
|
},
|
|
@@ -266,7 +294,7 @@
|
|
|
266
294
|
"Description": {},
|
|
267
295
|
"Content": {},
|
|
268
296
|
"Tags": {
|
|
269
|
-
"shape": "
|
|
297
|
+
"shape": "S1i"
|
|
270
298
|
}
|
|
271
299
|
}
|
|
272
300
|
},
|
|
@@ -299,7 +327,7 @@
|
|
|
299
327
|
"Description": {},
|
|
300
328
|
"Content": {},
|
|
301
329
|
"Tags": {
|
|
302
|
-
"shape": "
|
|
330
|
+
"shape": "S1i"
|
|
303
331
|
},
|
|
304
332
|
"ClientToken": {
|
|
305
333
|
"idempotencyToken": true
|
|
@@ -336,10 +364,10 @@
|
|
|
336
364
|
"Description": {},
|
|
337
365
|
"TimeZone": {},
|
|
338
366
|
"Config": {
|
|
339
|
-
"shape": "
|
|
367
|
+
"shape": "S25"
|
|
340
368
|
},
|
|
341
369
|
"Tags": {
|
|
342
|
-
"shape": "
|
|
370
|
+
"shape": "S1i"
|
|
343
371
|
}
|
|
344
372
|
}
|
|
345
373
|
},
|
|
@@ -367,7 +395,7 @@
|
|
|
367
395
|
"ClientToken": {},
|
|
368
396
|
"IdentityManagementType": {},
|
|
369
397
|
"InstanceAlias": {
|
|
370
|
-
"shape": "
|
|
398
|
+
"shape": "S2f"
|
|
371
399
|
},
|
|
372
400
|
"DirectoryId": {},
|
|
373
401
|
"InboundCallsEnabled": {
|
|
@@ -409,7 +437,7 @@
|
|
|
409
437
|
"SourceApplicationName": {},
|
|
410
438
|
"SourceType": {},
|
|
411
439
|
"Tags": {
|
|
412
|
-
"shape": "
|
|
440
|
+
"shape": "S1i"
|
|
413
441
|
}
|
|
414
442
|
}
|
|
415
443
|
},
|
|
@@ -441,17 +469,17 @@
|
|
|
441
469
|
"Name": {},
|
|
442
470
|
"Description": {},
|
|
443
471
|
"OutboundCallerConfig": {
|
|
444
|
-
"shape": "
|
|
472
|
+
"shape": "S2t"
|
|
445
473
|
},
|
|
446
474
|
"HoursOfOperationId": {},
|
|
447
475
|
"MaxContacts": {
|
|
448
476
|
"type": "integer"
|
|
449
477
|
},
|
|
450
478
|
"QuickConnectIds": {
|
|
451
|
-
"shape": "
|
|
479
|
+
"shape": "S10"
|
|
452
480
|
},
|
|
453
481
|
"Tags": {
|
|
454
|
-
"shape": "
|
|
482
|
+
"shape": "S1i"
|
|
455
483
|
}
|
|
456
484
|
}
|
|
457
485
|
},
|
|
@@ -483,10 +511,10 @@
|
|
|
483
511
|
"Name": {},
|
|
484
512
|
"Description": {},
|
|
485
513
|
"QuickConnectConfig": {
|
|
486
|
-
"shape": "
|
|
514
|
+
"shape": "S31"
|
|
487
515
|
},
|
|
488
516
|
"Tags": {
|
|
489
|
-
"shape": "
|
|
517
|
+
"shape": "S1i"
|
|
490
518
|
}
|
|
491
519
|
}
|
|
492
520
|
},
|
|
@@ -521,13 +549,13 @@
|
|
|
521
549
|
"Description": {},
|
|
522
550
|
"DefaultOutboundQueueId": {},
|
|
523
551
|
"QueueConfigs": {
|
|
524
|
-
"shape": "
|
|
552
|
+
"shape": "S14"
|
|
525
553
|
},
|
|
526
554
|
"MediaConcurrencies": {
|
|
527
|
-
"shape": "
|
|
555
|
+
"shape": "S3c"
|
|
528
556
|
},
|
|
529
557
|
"Tags": {
|
|
530
|
-
"shape": "
|
|
558
|
+
"shape": "S1i"
|
|
531
559
|
}
|
|
532
560
|
}
|
|
533
561
|
},
|
|
@@ -554,14 +582,14 @@
|
|
|
554
582
|
"SecurityProfileName": {},
|
|
555
583
|
"Description": {},
|
|
556
584
|
"Permissions": {
|
|
557
|
-
"shape": "
|
|
585
|
+
"shape": "S3j"
|
|
558
586
|
},
|
|
559
587
|
"InstanceId": {
|
|
560
588
|
"location": "uri",
|
|
561
589
|
"locationName": "InstanceId"
|
|
562
590
|
},
|
|
563
591
|
"Tags": {
|
|
564
|
-
"shape": "
|
|
592
|
+
"shape": "S1i"
|
|
565
593
|
}
|
|
566
594
|
}
|
|
567
595
|
},
|
|
@@ -596,7 +624,7 @@
|
|
|
596
624
|
},
|
|
597
625
|
"UseCaseType": {},
|
|
598
626
|
"Tags": {
|
|
599
|
-
"shape": "
|
|
627
|
+
"shape": "S1i"
|
|
600
628
|
}
|
|
601
629
|
}
|
|
602
630
|
},
|
|
@@ -626,14 +654,14 @@
|
|
|
626
654
|
"Username": {},
|
|
627
655
|
"Password": {},
|
|
628
656
|
"IdentityInfo": {
|
|
629
|
-
"shape": "
|
|
657
|
+
"shape": "S3u"
|
|
630
658
|
},
|
|
631
659
|
"PhoneConfig": {
|
|
632
|
-
"shape": "
|
|
660
|
+
"shape": "S3y"
|
|
633
661
|
},
|
|
634
662
|
"DirectoryUserId": {},
|
|
635
663
|
"SecurityProfileIds": {
|
|
636
|
-
"shape": "
|
|
664
|
+
"shape": "S43"
|
|
637
665
|
},
|
|
638
666
|
"RoutingProfileId": {},
|
|
639
667
|
"HierarchyGroupId": {},
|
|
@@ -642,7 +670,7 @@
|
|
|
642
670
|
"locationName": "InstanceId"
|
|
643
671
|
},
|
|
644
672
|
"Tags": {
|
|
645
|
-
"shape": "
|
|
673
|
+
"shape": "S1i"
|
|
646
674
|
}
|
|
647
675
|
}
|
|
648
676
|
},
|
|
@@ -671,6 +699,9 @@
|
|
|
671
699
|
"InstanceId": {
|
|
672
700
|
"location": "uri",
|
|
673
701
|
"locationName": "InstanceId"
|
|
702
|
+
},
|
|
703
|
+
"Tags": {
|
|
704
|
+
"shape": "S1i"
|
|
674
705
|
}
|
|
675
706
|
}
|
|
676
707
|
},
|
|
@@ -682,6 +713,48 @@
|
|
|
682
713
|
}
|
|
683
714
|
}
|
|
684
715
|
},
|
|
716
|
+
"CreateVocabulary": {
|
|
717
|
+
"http": {
|
|
718
|
+
"requestUri": "/vocabulary/{InstanceId}"
|
|
719
|
+
},
|
|
720
|
+
"input": {
|
|
721
|
+
"type": "structure",
|
|
722
|
+
"required": [
|
|
723
|
+
"InstanceId",
|
|
724
|
+
"VocabularyName",
|
|
725
|
+
"LanguageCode",
|
|
726
|
+
"Content"
|
|
727
|
+
],
|
|
728
|
+
"members": {
|
|
729
|
+
"ClientToken": {
|
|
730
|
+
"idempotencyToken": true
|
|
731
|
+
},
|
|
732
|
+
"InstanceId": {
|
|
733
|
+
"location": "uri",
|
|
734
|
+
"locationName": "InstanceId"
|
|
735
|
+
},
|
|
736
|
+
"VocabularyName": {},
|
|
737
|
+
"LanguageCode": {},
|
|
738
|
+
"Content": {},
|
|
739
|
+
"Tags": {
|
|
740
|
+
"shape": "S1i"
|
|
741
|
+
}
|
|
742
|
+
}
|
|
743
|
+
},
|
|
744
|
+
"output": {
|
|
745
|
+
"type": "structure",
|
|
746
|
+
"required": [
|
|
747
|
+
"VocabularyArn",
|
|
748
|
+
"VocabularyId",
|
|
749
|
+
"State"
|
|
750
|
+
],
|
|
751
|
+
"members": {
|
|
752
|
+
"VocabularyArn": {},
|
|
753
|
+
"VocabularyId": {},
|
|
754
|
+
"State": {}
|
|
755
|
+
}
|
|
756
|
+
}
|
|
757
|
+
},
|
|
685
758
|
"DeleteContactFlow": {
|
|
686
759
|
"http": {
|
|
687
760
|
"method": "DELETE",
|
|
@@ -916,6 +989,41 @@
|
|
|
916
989
|
}
|
|
917
990
|
}
|
|
918
991
|
},
|
|
992
|
+
"DeleteVocabulary": {
|
|
993
|
+
"http": {
|
|
994
|
+
"requestUri": "/vocabulary-remove/{InstanceId}/{VocabularyId}"
|
|
995
|
+
},
|
|
996
|
+
"input": {
|
|
997
|
+
"type": "structure",
|
|
998
|
+
"required": [
|
|
999
|
+
"InstanceId",
|
|
1000
|
+
"VocabularyId"
|
|
1001
|
+
],
|
|
1002
|
+
"members": {
|
|
1003
|
+
"InstanceId": {
|
|
1004
|
+
"location": "uri",
|
|
1005
|
+
"locationName": "InstanceId"
|
|
1006
|
+
},
|
|
1007
|
+
"VocabularyId": {
|
|
1008
|
+
"location": "uri",
|
|
1009
|
+
"locationName": "VocabularyId"
|
|
1010
|
+
}
|
|
1011
|
+
}
|
|
1012
|
+
},
|
|
1013
|
+
"output": {
|
|
1014
|
+
"type": "structure",
|
|
1015
|
+
"required": [
|
|
1016
|
+
"VocabularyArn",
|
|
1017
|
+
"VocabularyId",
|
|
1018
|
+
"State"
|
|
1019
|
+
],
|
|
1020
|
+
"members": {
|
|
1021
|
+
"VocabularyArn": {},
|
|
1022
|
+
"VocabularyId": {},
|
|
1023
|
+
"State": {}
|
|
1024
|
+
}
|
|
1025
|
+
}
|
|
1026
|
+
},
|
|
919
1027
|
"DescribeAgentStatus": {
|
|
920
1028
|
"http": {
|
|
921
1029
|
"method": "GET",
|
|
@@ -954,7 +1062,7 @@
|
|
|
954
1062
|
},
|
|
955
1063
|
"State": {},
|
|
956
1064
|
"Tags": {
|
|
957
|
-
"shape": "
|
|
1065
|
+
"shape": "S1i"
|
|
958
1066
|
}
|
|
959
1067
|
}
|
|
960
1068
|
}
|
|
@@ -1068,7 +1176,7 @@
|
|
|
1068
1176
|
"Description": {},
|
|
1069
1177
|
"Content": {},
|
|
1070
1178
|
"Tags": {
|
|
1071
|
-
"shape": "
|
|
1179
|
+
"shape": "S1i"
|
|
1072
1180
|
}
|
|
1073
1181
|
}
|
|
1074
1182
|
}
|
|
@@ -1111,7 +1219,7 @@
|
|
|
1111
1219
|
"State": {},
|
|
1112
1220
|
"Status": {},
|
|
1113
1221
|
"Tags": {
|
|
1114
|
-
"shape": "
|
|
1222
|
+
"shape": "S1i"
|
|
1115
1223
|
}
|
|
1116
1224
|
}
|
|
1117
1225
|
}
|
|
@@ -1152,10 +1260,10 @@
|
|
|
1152
1260
|
"Description": {},
|
|
1153
1261
|
"TimeZone": {},
|
|
1154
1262
|
"Config": {
|
|
1155
|
-
"shape": "
|
|
1263
|
+
"shape": "S25"
|
|
1156
1264
|
},
|
|
1157
1265
|
"Tags": {
|
|
1158
|
-
"shape": "
|
|
1266
|
+
"shape": "S1i"
|
|
1159
1267
|
}
|
|
1160
1268
|
}
|
|
1161
1269
|
}
|
|
@@ -1189,7 +1297,7 @@
|
|
|
1189
1297
|
"Arn": {},
|
|
1190
1298
|
"IdentityManagementType": {},
|
|
1191
1299
|
"InstanceAlias": {
|
|
1192
|
-
"shape": "
|
|
1300
|
+
"shape": "S2f"
|
|
1193
1301
|
},
|
|
1194
1302
|
"CreatedTime": {
|
|
1195
1303
|
"type": "timestamp"
|
|
@@ -1239,7 +1347,7 @@
|
|
|
1239
1347
|
"type": "structure",
|
|
1240
1348
|
"members": {
|
|
1241
1349
|
"Attribute": {
|
|
1242
|
-
"shape": "
|
|
1350
|
+
"shape": "S5s"
|
|
1243
1351
|
}
|
|
1244
1352
|
}
|
|
1245
1353
|
}
|
|
@@ -1275,7 +1383,7 @@
|
|
|
1275
1383
|
"type": "structure",
|
|
1276
1384
|
"members": {
|
|
1277
1385
|
"StorageConfig": {
|
|
1278
|
-
"shape": "
|
|
1386
|
+
"shape": "Sg"
|
|
1279
1387
|
}
|
|
1280
1388
|
}
|
|
1281
1389
|
}
|
|
@@ -1313,7 +1421,7 @@
|
|
|
1313
1421
|
"QueueId": {},
|
|
1314
1422
|
"Description": {},
|
|
1315
1423
|
"OutboundCallerConfig": {
|
|
1316
|
-
"shape": "
|
|
1424
|
+
"shape": "S2t"
|
|
1317
1425
|
},
|
|
1318
1426
|
"HoursOfOperationId": {},
|
|
1319
1427
|
"MaxContacts": {
|
|
@@ -1321,7 +1429,7 @@
|
|
|
1321
1429
|
},
|
|
1322
1430
|
"Status": {},
|
|
1323
1431
|
"Tags": {
|
|
1324
|
-
"shape": "
|
|
1432
|
+
"shape": "S1i"
|
|
1325
1433
|
}
|
|
1326
1434
|
}
|
|
1327
1435
|
}
|
|
@@ -1361,10 +1469,10 @@
|
|
|
1361
1469
|
"Name": {},
|
|
1362
1470
|
"Description": {},
|
|
1363
1471
|
"QuickConnectConfig": {
|
|
1364
|
-
"shape": "
|
|
1472
|
+
"shape": "S31"
|
|
1365
1473
|
},
|
|
1366
1474
|
"Tags": {
|
|
1367
|
-
"shape": "
|
|
1475
|
+
"shape": "S1i"
|
|
1368
1476
|
}
|
|
1369
1477
|
}
|
|
1370
1478
|
}
|
|
@@ -1405,11 +1513,11 @@
|
|
|
1405
1513
|
"RoutingProfileId": {},
|
|
1406
1514
|
"Description": {},
|
|
1407
1515
|
"MediaConcurrencies": {
|
|
1408
|
-
"shape": "
|
|
1516
|
+
"shape": "S3c"
|
|
1409
1517
|
},
|
|
1410
1518
|
"DefaultOutboundQueueId": {},
|
|
1411
1519
|
"Tags": {
|
|
1412
|
-
"shape": "
|
|
1520
|
+
"shape": "S1i"
|
|
1413
1521
|
}
|
|
1414
1522
|
}
|
|
1415
1523
|
}
|
|
@@ -1450,7 +1558,7 @@
|
|
|
1450
1558
|
"SecurityProfileName": {},
|
|
1451
1559
|
"Description": {},
|
|
1452
1560
|
"Tags": {
|
|
1453
|
-
"shape": "
|
|
1561
|
+
"shape": "S1i"
|
|
1454
1562
|
}
|
|
1455
1563
|
}
|
|
1456
1564
|
}
|
|
@@ -1489,19 +1597,19 @@
|
|
|
1489
1597
|
"Arn": {},
|
|
1490
1598
|
"Username": {},
|
|
1491
1599
|
"IdentityInfo": {
|
|
1492
|
-
"shape": "
|
|
1600
|
+
"shape": "S3u"
|
|
1493
1601
|
},
|
|
1494
1602
|
"PhoneConfig": {
|
|
1495
|
-
"shape": "
|
|
1603
|
+
"shape": "S3y"
|
|
1496
1604
|
},
|
|
1497
1605
|
"DirectoryUserId": {},
|
|
1498
1606
|
"SecurityProfileIds": {
|
|
1499
|
-
"shape": "
|
|
1607
|
+
"shape": "S43"
|
|
1500
1608
|
},
|
|
1501
1609
|
"RoutingProfileId": {},
|
|
1502
1610
|
"HierarchyGroupId": {},
|
|
1503
1611
|
"Tags": {
|
|
1504
|
-
"shape": "
|
|
1612
|
+
"shape": "S1i"
|
|
1505
1613
|
}
|
|
1506
1614
|
}
|
|
1507
1615
|
}
|
|
@@ -1544,21 +1652,24 @@
|
|
|
1544
1652
|
"type": "structure",
|
|
1545
1653
|
"members": {
|
|
1546
1654
|
"LevelOne": {
|
|
1547
|
-
"shape": "
|
|
1655
|
+
"shape": "S6h"
|
|
1548
1656
|
},
|
|
1549
1657
|
"LevelTwo": {
|
|
1550
|
-
"shape": "
|
|
1658
|
+
"shape": "S6h"
|
|
1551
1659
|
},
|
|
1552
1660
|
"LevelThree": {
|
|
1553
|
-
"shape": "
|
|
1661
|
+
"shape": "S6h"
|
|
1554
1662
|
},
|
|
1555
1663
|
"LevelFour": {
|
|
1556
|
-
"shape": "
|
|
1664
|
+
"shape": "S6h"
|
|
1557
1665
|
},
|
|
1558
1666
|
"LevelFive": {
|
|
1559
|
-
"shape": "
|
|
1667
|
+
"shape": "S6h"
|
|
1560
1668
|
}
|
|
1561
1669
|
}
|
|
1670
|
+
},
|
|
1671
|
+
"Tags": {
|
|
1672
|
+
"shape": "S1i"
|
|
1562
1673
|
}
|
|
1563
1674
|
}
|
|
1564
1675
|
}
|
|
@@ -1589,19 +1700,76 @@
|
|
|
1589
1700
|
"type": "structure",
|
|
1590
1701
|
"members": {
|
|
1591
1702
|
"LevelOne": {
|
|
1592
|
-
"shape": "
|
|
1703
|
+
"shape": "S6l"
|
|
1593
1704
|
},
|
|
1594
1705
|
"LevelTwo": {
|
|
1595
|
-
"shape": "
|
|
1706
|
+
"shape": "S6l"
|
|
1596
1707
|
},
|
|
1597
1708
|
"LevelThree": {
|
|
1598
|
-
"shape": "
|
|
1709
|
+
"shape": "S6l"
|
|
1599
1710
|
},
|
|
1600
1711
|
"LevelFour": {
|
|
1601
|
-
"shape": "
|
|
1712
|
+
"shape": "S6l"
|
|
1602
1713
|
},
|
|
1603
1714
|
"LevelFive": {
|
|
1604
|
-
"shape": "
|
|
1715
|
+
"shape": "S6l"
|
|
1716
|
+
}
|
|
1717
|
+
}
|
|
1718
|
+
}
|
|
1719
|
+
}
|
|
1720
|
+
}
|
|
1721
|
+
},
|
|
1722
|
+
"DescribeVocabulary": {
|
|
1723
|
+
"http": {
|
|
1724
|
+
"method": "GET",
|
|
1725
|
+
"requestUri": "/vocabulary/{InstanceId}/{VocabularyId}"
|
|
1726
|
+
},
|
|
1727
|
+
"input": {
|
|
1728
|
+
"type": "structure",
|
|
1729
|
+
"required": [
|
|
1730
|
+
"InstanceId",
|
|
1731
|
+
"VocabularyId"
|
|
1732
|
+
],
|
|
1733
|
+
"members": {
|
|
1734
|
+
"InstanceId": {
|
|
1735
|
+
"location": "uri",
|
|
1736
|
+
"locationName": "InstanceId"
|
|
1737
|
+
},
|
|
1738
|
+
"VocabularyId": {
|
|
1739
|
+
"location": "uri",
|
|
1740
|
+
"locationName": "VocabularyId"
|
|
1741
|
+
}
|
|
1742
|
+
}
|
|
1743
|
+
},
|
|
1744
|
+
"output": {
|
|
1745
|
+
"type": "structure",
|
|
1746
|
+
"required": [
|
|
1747
|
+
"Vocabulary"
|
|
1748
|
+
],
|
|
1749
|
+
"members": {
|
|
1750
|
+
"Vocabulary": {
|
|
1751
|
+
"type": "structure",
|
|
1752
|
+
"required": [
|
|
1753
|
+
"Name",
|
|
1754
|
+
"Id",
|
|
1755
|
+
"Arn",
|
|
1756
|
+
"LanguageCode",
|
|
1757
|
+
"State",
|
|
1758
|
+
"LastModifiedTime"
|
|
1759
|
+
],
|
|
1760
|
+
"members": {
|
|
1761
|
+
"Name": {},
|
|
1762
|
+
"Id": {},
|
|
1763
|
+
"Arn": {},
|
|
1764
|
+
"LanguageCode": {},
|
|
1765
|
+
"State": {},
|
|
1766
|
+
"LastModifiedTime": {
|
|
1767
|
+
"type": "timestamp"
|
|
1768
|
+
},
|
|
1769
|
+
"FailureReason": {},
|
|
1770
|
+
"Content": {},
|
|
1771
|
+
"Tags": {
|
|
1772
|
+
"shape": "S1i"
|
|
1605
1773
|
}
|
|
1606
1774
|
}
|
|
1607
1775
|
}
|
|
@@ -1754,7 +1922,7 @@
|
|
|
1754
1922
|
"locationName": "QueueId"
|
|
1755
1923
|
},
|
|
1756
1924
|
"QuickConnectIds": {
|
|
1757
|
-
"shape": "
|
|
1925
|
+
"shape": "S10"
|
|
1758
1926
|
}
|
|
1759
1927
|
}
|
|
1760
1928
|
}
|
|
@@ -1782,7 +1950,7 @@
|
|
|
1782
1950
|
"QueueReferences": {
|
|
1783
1951
|
"type": "list",
|
|
1784
1952
|
"member": {
|
|
1785
|
-
"shape": "
|
|
1953
|
+
"shape": "S16"
|
|
1786
1954
|
}
|
|
1787
1955
|
}
|
|
1788
1956
|
}
|
|
@@ -1837,7 +2005,7 @@
|
|
|
1837
2005
|
"type": "structure",
|
|
1838
2006
|
"members": {
|
|
1839
2007
|
"Attributes": {
|
|
1840
|
-
"shape": "
|
|
2008
|
+
"shape": "S73"
|
|
1841
2009
|
}
|
|
1842
2010
|
}
|
|
1843
2011
|
}
|
|
@@ -1859,15 +2027,15 @@
|
|
|
1859
2027
|
"locationName": "InstanceId"
|
|
1860
2028
|
},
|
|
1861
2029
|
"Filters": {
|
|
1862
|
-
"shape": "
|
|
2030
|
+
"shape": "S77"
|
|
1863
2031
|
},
|
|
1864
2032
|
"Groupings": {
|
|
1865
|
-
"shape": "
|
|
2033
|
+
"shape": "S7a"
|
|
1866
2034
|
},
|
|
1867
2035
|
"CurrentMetrics": {
|
|
1868
2036
|
"type": "list",
|
|
1869
2037
|
"member": {
|
|
1870
|
-
"shape": "
|
|
2038
|
+
"shape": "S7d"
|
|
1871
2039
|
}
|
|
1872
2040
|
},
|
|
1873
2041
|
"NextToken": {},
|
|
@@ -1886,7 +2054,7 @@
|
|
|
1886
2054
|
"type": "structure",
|
|
1887
2055
|
"members": {
|
|
1888
2056
|
"Dimensions": {
|
|
1889
|
-
"shape": "
|
|
2057
|
+
"shape": "S7l"
|
|
1890
2058
|
},
|
|
1891
2059
|
"Collections": {
|
|
1892
2060
|
"type": "list",
|
|
@@ -1894,7 +2062,7 @@
|
|
|
1894
2062
|
"type": "structure",
|
|
1895
2063
|
"members": {
|
|
1896
2064
|
"Metric": {
|
|
1897
|
-
"shape": "
|
|
2065
|
+
"shape": "S7d"
|
|
1898
2066
|
},
|
|
1899
2067
|
"Value": {
|
|
1900
2068
|
"type": "double"
|
|
@@ -1935,13 +2103,13 @@
|
|
|
1935
2103
|
"type": "structure",
|
|
1936
2104
|
"members": {
|
|
1937
2105
|
"AccessToken": {
|
|
1938
|
-
"shape": "
|
|
2106
|
+
"shape": "S7t"
|
|
1939
2107
|
},
|
|
1940
2108
|
"AccessTokenExpiration": {
|
|
1941
2109
|
"type": "timestamp"
|
|
1942
2110
|
},
|
|
1943
2111
|
"RefreshToken": {
|
|
1944
|
-
"shape": "
|
|
2112
|
+
"shape": "S7t"
|
|
1945
2113
|
},
|
|
1946
2114
|
"RefreshTokenExpiration": {
|
|
1947
2115
|
"type": "timestamp"
|
|
@@ -1976,15 +2144,15 @@
|
|
|
1976
2144
|
"type": "timestamp"
|
|
1977
2145
|
},
|
|
1978
2146
|
"Filters": {
|
|
1979
|
-
"shape": "
|
|
2147
|
+
"shape": "S77"
|
|
1980
2148
|
},
|
|
1981
2149
|
"Groupings": {
|
|
1982
|
-
"shape": "
|
|
2150
|
+
"shape": "S7a"
|
|
1983
2151
|
},
|
|
1984
2152
|
"HistoricalMetrics": {
|
|
1985
2153
|
"type": "list",
|
|
1986
2154
|
"member": {
|
|
1987
|
-
"shape": "
|
|
2155
|
+
"shape": "S7w"
|
|
1988
2156
|
}
|
|
1989
2157
|
},
|
|
1990
2158
|
"NextToken": {},
|
|
@@ -2003,7 +2171,7 @@
|
|
|
2003
2171
|
"type": "structure",
|
|
2004
2172
|
"members": {
|
|
2005
2173
|
"Dimensions": {
|
|
2006
|
-
"shape": "
|
|
2174
|
+
"shape": "S7l"
|
|
2007
2175
|
},
|
|
2008
2176
|
"Collections": {
|
|
2009
2177
|
"type": "list",
|
|
@@ -2011,7 +2179,7 @@
|
|
|
2011
2179
|
"type": "structure",
|
|
2012
2180
|
"members": {
|
|
2013
2181
|
"Metric": {
|
|
2014
|
-
"shape": "
|
|
2182
|
+
"shape": "S7w"
|
|
2015
2183
|
},
|
|
2016
2184
|
"Value": {
|
|
2017
2185
|
"type": "double"
|
|
@@ -2330,6 +2498,55 @@
|
|
|
2330
2498
|
}
|
|
2331
2499
|
}
|
|
2332
2500
|
},
|
|
2501
|
+
"ListDefaultVocabularies": {
|
|
2502
|
+
"http": {
|
|
2503
|
+
"requestUri": "/default-vocabulary-summary/{InstanceId}"
|
|
2504
|
+
},
|
|
2505
|
+
"input": {
|
|
2506
|
+
"type": "structure",
|
|
2507
|
+
"required": [
|
|
2508
|
+
"InstanceId"
|
|
2509
|
+
],
|
|
2510
|
+
"members": {
|
|
2511
|
+
"InstanceId": {
|
|
2512
|
+
"location": "uri",
|
|
2513
|
+
"locationName": "InstanceId"
|
|
2514
|
+
},
|
|
2515
|
+
"LanguageCode": {},
|
|
2516
|
+
"MaxResults": {
|
|
2517
|
+
"type": "integer"
|
|
2518
|
+
},
|
|
2519
|
+
"NextToken": {}
|
|
2520
|
+
}
|
|
2521
|
+
},
|
|
2522
|
+
"output": {
|
|
2523
|
+
"type": "structure",
|
|
2524
|
+
"required": [
|
|
2525
|
+
"DefaultVocabularyList"
|
|
2526
|
+
],
|
|
2527
|
+
"members": {
|
|
2528
|
+
"DefaultVocabularyList": {
|
|
2529
|
+
"type": "list",
|
|
2530
|
+
"member": {
|
|
2531
|
+
"type": "structure",
|
|
2532
|
+
"required": [
|
|
2533
|
+
"InstanceId",
|
|
2534
|
+
"LanguageCode",
|
|
2535
|
+
"VocabularyId",
|
|
2536
|
+
"VocabularyName"
|
|
2537
|
+
],
|
|
2538
|
+
"members": {
|
|
2539
|
+
"InstanceId": {},
|
|
2540
|
+
"LanguageCode": {},
|
|
2541
|
+
"VocabularyId": {},
|
|
2542
|
+
"VocabularyName": {}
|
|
2543
|
+
}
|
|
2544
|
+
}
|
|
2545
|
+
},
|
|
2546
|
+
"NextToken": {}
|
|
2547
|
+
}
|
|
2548
|
+
}
|
|
2549
|
+
},
|
|
2333
2550
|
"ListHoursOfOperations": {
|
|
2334
2551
|
"http": {
|
|
2335
2552
|
"method": "GET",
|
|
@@ -2406,7 +2623,7 @@
|
|
|
2406
2623
|
"Attributes": {
|
|
2407
2624
|
"type": "list",
|
|
2408
2625
|
"member": {
|
|
2409
|
-
"shape": "
|
|
2626
|
+
"shape": "S5s"
|
|
2410
2627
|
}
|
|
2411
2628
|
},
|
|
2412
2629
|
"NextToken": {}
|
|
@@ -2450,7 +2667,7 @@
|
|
|
2450
2667
|
"StorageConfigs": {
|
|
2451
2668
|
"type": "list",
|
|
2452
2669
|
"member": {
|
|
2453
|
-
"shape": "
|
|
2670
|
+
"shape": "Sg"
|
|
2454
2671
|
}
|
|
2455
2672
|
},
|
|
2456
2673
|
"NextToken": {}
|
|
@@ -2488,7 +2705,7 @@
|
|
|
2488
2705
|
"Arn": {},
|
|
2489
2706
|
"IdentityManagementType": {},
|
|
2490
2707
|
"InstanceAlias": {
|
|
2491
|
-
"shape": "
|
|
2708
|
+
"shape": "S2f"
|
|
2492
2709
|
},
|
|
2493
2710
|
"CreatedTime": {
|
|
2494
2711
|
"type": "timestamp"
|
|
@@ -2775,7 +2992,7 @@
|
|
|
2775
2992
|
"members": {
|
|
2776
2993
|
"NextToken": {},
|
|
2777
2994
|
"QuickConnectSummaryList": {
|
|
2778
|
-
"shape": "
|
|
2995
|
+
"shape": "Sai"
|
|
2779
2996
|
}
|
|
2780
2997
|
}
|
|
2781
2998
|
}
|
|
@@ -2867,7 +3084,7 @@
|
|
|
2867
3084
|
"type": "structure",
|
|
2868
3085
|
"members": {
|
|
2869
3086
|
"QuickConnectSummaryList": {
|
|
2870
|
-
"shape": "
|
|
3087
|
+
"shape": "Sai"
|
|
2871
3088
|
},
|
|
2872
3089
|
"NextToken": {}
|
|
2873
3090
|
}
|
|
@@ -3062,7 +3279,7 @@
|
|
|
3062
3279
|
"type": "structure",
|
|
3063
3280
|
"members": {
|
|
3064
3281
|
"Permissions": {
|
|
3065
|
-
"shape": "
|
|
3282
|
+
"shape": "S3j"
|
|
3066
3283
|
},
|
|
3067
3284
|
"NextToken": {}
|
|
3068
3285
|
}
|
|
@@ -3133,7 +3350,7 @@
|
|
|
3133
3350
|
"type": "structure",
|
|
3134
3351
|
"members": {
|
|
3135
3352
|
"tags": {
|
|
3136
|
-
"shape": "
|
|
3353
|
+
"shape": "S1i"
|
|
3137
3354
|
}
|
|
3138
3355
|
}
|
|
3139
3356
|
}
|
|
@@ -3219,7 +3436,7 @@
|
|
|
3219
3436
|
"UserHierarchyGroupSummaryList": {
|
|
3220
3437
|
"type": "list",
|
|
3221
3438
|
"member": {
|
|
3222
|
-
"shape": "
|
|
3439
|
+
"shape": "S6h"
|
|
3223
3440
|
}
|
|
3224
3441
|
},
|
|
3225
3442
|
"NextToken": {}
|
|
@@ -3292,6 +3509,61 @@
|
|
|
3292
3509
|
"members": {}
|
|
3293
3510
|
}
|
|
3294
3511
|
},
|
|
3512
|
+
"SearchVocabularies": {
|
|
3513
|
+
"http": {
|
|
3514
|
+
"requestUri": "/vocabulary-summary/{InstanceId}"
|
|
3515
|
+
},
|
|
3516
|
+
"input": {
|
|
3517
|
+
"type": "structure",
|
|
3518
|
+
"required": [
|
|
3519
|
+
"InstanceId"
|
|
3520
|
+
],
|
|
3521
|
+
"members": {
|
|
3522
|
+
"InstanceId": {
|
|
3523
|
+
"location": "uri",
|
|
3524
|
+
"locationName": "InstanceId"
|
|
3525
|
+
},
|
|
3526
|
+
"MaxResults": {
|
|
3527
|
+
"type": "integer"
|
|
3528
|
+
},
|
|
3529
|
+
"NextToken": {},
|
|
3530
|
+
"State": {},
|
|
3531
|
+
"NameStartsWith": {},
|
|
3532
|
+
"LanguageCode": {}
|
|
3533
|
+
}
|
|
3534
|
+
},
|
|
3535
|
+
"output": {
|
|
3536
|
+
"type": "structure",
|
|
3537
|
+
"members": {
|
|
3538
|
+
"VocabularySummaryList": {
|
|
3539
|
+
"type": "list",
|
|
3540
|
+
"member": {
|
|
3541
|
+
"type": "structure",
|
|
3542
|
+
"required": [
|
|
3543
|
+
"Name",
|
|
3544
|
+
"Id",
|
|
3545
|
+
"Arn",
|
|
3546
|
+
"LanguageCode",
|
|
3547
|
+
"State",
|
|
3548
|
+
"LastModifiedTime"
|
|
3549
|
+
],
|
|
3550
|
+
"members": {
|
|
3551
|
+
"Name": {},
|
|
3552
|
+
"Id": {},
|
|
3553
|
+
"Arn": {},
|
|
3554
|
+
"LanguageCode": {},
|
|
3555
|
+
"State": {},
|
|
3556
|
+
"LastModifiedTime": {
|
|
3557
|
+
"type": "timestamp"
|
|
3558
|
+
},
|
|
3559
|
+
"FailureReason": {}
|
|
3560
|
+
}
|
|
3561
|
+
}
|
|
3562
|
+
},
|
|
3563
|
+
"NextToken": {}
|
|
3564
|
+
}
|
|
3565
|
+
}
|
|
3566
|
+
},
|
|
3295
3567
|
"StartChatContact": {
|
|
3296
3568
|
"http": {
|
|
3297
3569
|
"method": "PUT",
|
|
@@ -3308,7 +3580,7 @@
|
|
|
3308
3580
|
"InstanceId": {},
|
|
3309
3581
|
"ContactFlowId": {},
|
|
3310
3582
|
"Attributes": {
|
|
3311
|
-
"shape": "
|
|
3583
|
+
"shape": "S73"
|
|
3312
3584
|
},
|
|
3313
3585
|
"ParticipantDetails": {
|
|
3314
3586
|
"type": "structure",
|
|
@@ -3332,6 +3604,9 @@
|
|
|
3332
3604
|
},
|
|
3333
3605
|
"ClientToken": {
|
|
3334
3606
|
"idempotencyToken": true
|
|
3607
|
+
},
|
|
3608
|
+
"ChatDurationInMinutes": {
|
|
3609
|
+
"type": "integer"
|
|
3335
3610
|
}
|
|
3336
3611
|
}
|
|
3337
3612
|
},
|
|
@@ -3434,7 +3709,7 @@
|
|
|
3434
3709
|
"SourcePhoneNumber": {},
|
|
3435
3710
|
"QueueId": {},
|
|
3436
3711
|
"Attributes": {
|
|
3437
|
-
"shape": "
|
|
3712
|
+
"shape": "S73"
|
|
3438
3713
|
},
|
|
3439
3714
|
"AnswerMachineDetectionConfig": {
|
|
3440
3715
|
"type": "structure",
|
|
@@ -3475,11 +3750,11 @@
|
|
|
3475
3750
|
"PreviousContactId": {},
|
|
3476
3751
|
"ContactFlowId": {},
|
|
3477
3752
|
"Attributes": {
|
|
3478
|
-
"shape": "
|
|
3753
|
+
"shape": "S73"
|
|
3479
3754
|
},
|
|
3480
3755
|
"Name": {},
|
|
3481
3756
|
"References": {
|
|
3482
|
-
"shape": "
|
|
3757
|
+
"shape": "Scm"
|
|
3483
3758
|
},
|
|
3484
3759
|
"Description": {},
|
|
3485
3760
|
"ClientToken": {
|
|
@@ -3599,7 +3874,7 @@
|
|
|
3599
3874
|
"locationName": "resourceArn"
|
|
3600
3875
|
},
|
|
3601
3876
|
"tags": {
|
|
3602
|
-
"shape": "
|
|
3877
|
+
"shape": "S1i"
|
|
3603
3878
|
}
|
|
3604
3879
|
}
|
|
3605
3880
|
}
|
|
@@ -3682,7 +3957,7 @@
|
|
|
3682
3957
|
"Name": {},
|
|
3683
3958
|
"Description": {},
|
|
3684
3959
|
"References": {
|
|
3685
|
-
"shape": "
|
|
3960
|
+
"shape": "Scm"
|
|
3686
3961
|
}
|
|
3687
3962
|
}
|
|
3688
3963
|
},
|
|
@@ -3706,7 +3981,7 @@
|
|
|
3706
3981
|
"InitialContactId": {},
|
|
3707
3982
|
"InstanceId": {},
|
|
3708
3983
|
"Attributes": {
|
|
3709
|
-
"shape": "
|
|
3984
|
+
"shape": "S73"
|
|
3710
3985
|
}
|
|
3711
3986
|
}
|
|
3712
3987
|
},
|
|
@@ -3892,7 +4167,7 @@
|
|
|
3892
4167
|
"Description": {},
|
|
3893
4168
|
"TimeZone": {},
|
|
3894
4169
|
"Config": {
|
|
3895
|
-
"shape": "
|
|
4170
|
+
"shape": "S25"
|
|
3896
4171
|
}
|
|
3897
4172
|
}
|
|
3898
4173
|
}
|
|
@@ -3947,7 +4222,7 @@
|
|
|
3947
4222
|
"locationName": "resourceType"
|
|
3948
4223
|
},
|
|
3949
4224
|
"StorageConfig": {
|
|
3950
|
-
"shape": "
|
|
4225
|
+
"shape": "Sg"
|
|
3951
4226
|
}
|
|
3952
4227
|
}
|
|
3953
4228
|
}
|
|
@@ -4046,7 +4321,7 @@
|
|
|
4046
4321
|
"locationName": "QueueId"
|
|
4047
4322
|
},
|
|
4048
4323
|
"OutboundCallerConfig": {
|
|
4049
|
-
"shape": "
|
|
4324
|
+
"shape": "S2t"
|
|
4050
4325
|
}
|
|
4051
4326
|
}
|
|
4052
4327
|
}
|
|
@@ -4096,7 +4371,7 @@
|
|
|
4096
4371
|
"locationName": "QuickConnectId"
|
|
4097
4372
|
},
|
|
4098
4373
|
"QuickConnectConfig": {
|
|
4099
|
-
"shape": "
|
|
4374
|
+
"shape": "S31"
|
|
4100
4375
|
}
|
|
4101
4376
|
}
|
|
4102
4377
|
}
|
|
@@ -4146,7 +4421,7 @@
|
|
|
4146
4421
|
"locationName": "RoutingProfileId"
|
|
4147
4422
|
},
|
|
4148
4423
|
"MediaConcurrencies": {
|
|
4149
|
-
"shape": "
|
|
4424
|
+
"shape": "S3c"
|
|
4150
4425
|
}
|
|
4151
4426
|
}
|
|
4152
4427
|
}
|
|
@@ -4220,7 +4495,7 @@
|
|
|
4220
4495
|
"locationName": "RoutingProfileId"
|
|
4221
4496
|
},
|
|
4222
4497
|
"QueueConfigs": {
|
|
4223
|
-
"shape": "
|
|
4498
|
+
"shape": "S14"
|
|
4224
4499
|
}
|
|
4225
4500
|
}
|
|
4226
4501
|
}
|
|
@@ -4238,7 +4513,7 @@
|
|
|
4238
4513
|
"members": {
|
|
4239
4514
|
"Description": {},
|
|
4240
4515
|
"Permissions": {
|
|
4241
|
-
"shape": "
|
|
4516
|
+
"shape": "S3j"
|
|
4242
4517
|
},
|
|
4243
4518
|
"SecurityProfileId": {
|
|
4244
4519
|
"location": "uri",
|
|
@@ -4313,19 +4588,19 @@
|
|
|
4313
4588
|
"type": "structure",
|
|
4314
4589
|
"members": {
|
|
4315
4590
|
"LevelOne": {
|
|
4316
|
-
"shape": "
|
|
4591
|
+
"shape": "Se0"
|
|
4317
4592
|
},
|
|
4318
4593
|
"LevelTwo": {
|
|
4319
|
-
"shape": "
|
|
4594
|
+
"shape": "Se0"
|
|
4320
4595
|
},
|
|
4321
4596
|
"LevelThree": {
|
|
4322
|
-
"shape": "
|
|
4597
|
+
"shape": "Se0"
|
|
4323
4598
|
},
|
|
4324
4599
|
"LevelFour": {
|
|
4325
|
-
"shape": "
|
|
4600
|
+
"shape": "Se0"
|
|
4326
4601
|
},
|
|
4327
4602
|
"LevelFive": {
|
|
4328
|
-
"shape": "
|
|
4603
|
+
"shape": "Se0"
|
|
4329
4604
|
}
|
|
4330
4605
|
}
|
|
4331
4606
|
},
|
|
@@ -4349,7 +4624,7 @@
|
|
|
4349
4624
|
],
|
|
4350
4625
|
"members": {
|
|
4351
4626
|
"IdentityInfo": {
|
|
4352
|
-
"shape": "
|
|
4627
|
+
"shape": "S3u"
|
|
4353
4628
|
},
|
|
4354
4629
|
"UserId": {
|
|
4355
4630
|
"location": "uri",
|
|
@@ -4375,7 +4650,7 @@
|
|
|
4375
4650
|
],
|
|
4376
4651
|
"members": {
|
|
4377
4652
|
"PhoneConfig": {
|
|
4378
|
-
"shape": "
|
|
4653
|
+
"shape": "S3y"
|
|
4379
4654
|
},
|
|
4380
4655
|
"UserId": {
|
|
4381
4656
|
"location": "uri",
|
|
@@ -4425,7 +4700,7 @@
|
|
|
4425
4700
|
],
|
|
4426
4701
|
"members": {
|
|
4427
4702
|
"SecurityProfileIds": {
|
|
4428
|
-
"shape": "
|
|
4703
|
+
"shape": "S43"
|
|
4429
4704
|
},
|
|
4430
4705
|
"UserId": {
|
|
4431
4706
|
"location": "uri",
|
|
@@ -4453,7 +4728,7 @@
|
|
|
4453
4728
|
"AliasArn": {}
|
|
4454
4729
|
}
|
|
4455
4730
|
},
|
|
4456
|
-
"
|
|
4731
|
+
"Sg": {
|
|
4457
4732
|
"type": "structure",
|
|
4458
4733
|
"required": [
|
|
4459
4734
|
"StorageType"
|
|
@@ -4471,7 +4746,7 @@
|
|
|
4471
4746
|
"BucketName": {},
|
|
4472
4747
|
"BucketPrefix": {},
|
|
4473
4748
|
"EncryptionConfig": {
|
|
4474
|
-
"shape": "
|
|
4749
|
+
"shape": "Sm"
|
|
4475
4750
|
}
|
|
4476
4751
|
}
|
|
4477
4752
|
},
|
|
@@ -4488,7 +4763,7 @@
|
|
|
4488
4763
|
"type": "integer"
|
|
4489
4764
|
},
|
|
4490
4765
|
"EncryptionConfig": {
|
|
4491
|
-
"shape": "
|
|
4766
|
+
"shape": "Sm"
|
|
4492
4767
|
}
|
|
4493
4768
|
}
|
|
4494
4769
|
},
|
|
@@ -4512,7 +4787,7 @@
|
|
|
4512
4787
|
}
|
|
4513
4788
|
}
|
|
4514
4789
|
},
|
|
4515
|
-
"
|
|
4790
|
+
"Sm": {
|
|
4516
4791
|
"type": "structure",
|
|
4517
4792
|
"required": [
|
|
4518
4793
|
"EncryptionType",
|
|
@@ -4523,11 +4798,11 @@
|
|
|
4523
4798
|
"KeyId": {}
|
|
4524
4799
|
}
|
|
4525
4800
|
},
|
|
4526
|
-
"
|
|
4801
|
+
"S10": {
|
|
4527
4802
|
"type": "list",
|
|
4528
4803
|
"member": {}
|
|
4529
4804
|
},
|
|
4530
|
-
"
|
|
4805
|
+
"S14": {
|
|
4531
4806
|
"type": "list",
|
|
4532
4807
|
"member": {
|
|
4533
4808
|
"type": "structure",
|
|
@@ -4538,7 +4813,7 @@
|
|
|
4538
4813
|
],
|
|
4539
4814
|
"members": {
|
|
4540
4815
|
"QueueReference": {
|
|
4541
|
-
"shape": "
|
|
4816
|
+
"shape": "S16"
|
|
4542
4817
|
},
|
|
4543
4818
|
"Priority": {
|
|
4544
4819
|
"type": "integer"
|
|
@@ -4549,7 +4824,7 @@
|
|
|
4549
4824
|
}
|
|
4550
4825
|
}
|
|
4551
4826
|
},
|
|
4552
|
-
"
|
|
4827
|
+
"S16": {
|
|
4553
4828
|
"type": "structure",
|
|
4554
4829
|
"required": [
|
|
4555
4830
|
"QueueId",
|
|
@@ -4560,12 +4835,12 @@
|
|
|
4560
4835
|
"Channel": {}
|
|
4561
4836
|
}
|
|
4562
4837
|
},
|
|
4563
|
-
"
|
|
4838
|
+
"S1i": {
|
|
4564
4839
|
"type": "map",
|
|
4565
4840
|
"key": {},
|
|
4566
4841
|
"value": {}
|
|
4567
4842
|
},
|
|
4568
|
-
"
|
|
4843
|
+
"S25": {
|
|
4569
4844
|
"type": "list",
|
|
4570
4845
|
"member": {
|
|
4571
4846
|
"type": "structure",
|
|
@@ -4577,15 +4852,15 @@
|
|
|
4577
4852
|
"members": {
|
|
4578
4853
|
"Day": {},
|
|
4579
4854
|
"StartTime": {
|
|
4580
|
-
"shape": "
|
|
4855
|
+
"shape": "S28"
|
|
4581
4856
|
},
|
|
4582
4857
|
"EndTime": {
|
|
4583
|
-
"shape": "
|
|
4858
|
+
"shape": "S28"
|
|
4584
4859
|
}
|
|
4585
4860
|
}
|
|
4586
4861
|
}
|
|
4587
4862
|
},
|
|
4588
|
-
"
|
|
4863
|
+
"S28": {
|
|
4589
4864
|
"type": "structure",
|
|
4590
4865
|
"required": [
|
|
4591
4866
|
"Hours",
|
|
@@ -4600,11 +4875,11 @@
|
|
|
4600
4875
|
}
|
|
4601
4876
|
}
|
|
4602
4877
|
},
|
|
4603
|
-
"
|
|
4878
|
+
"S2f": {
|
|
4604
4879
|
"type": "string",
|
|
4605
4880
|
"sensitive": true
|
|
4606
4881
|
},
|
|
4607
|
-
"
|
|
4882
|
+
"S2t": {
|
|
4608
4883
|
"type": "structure",
|
|
4609
4884
|
"members": {
|
|
4610
4885
|
"OutboundCallerIdName": {},
|
|
@@ -4612,7 +4887,7 @@
|
|
|
4612
4887
|
"OutboundFlowId": {}
|
|
4613
4888
|
}
|
|
4614
4889
|
},
|
|
4615
|
-
"
|
|
4890
|
+
"S31": {
|
|
4616
4891
|
"type": "structure",
|
|
4617
4892
|
"required": [
|
|
4618
4893
|
"QuickConnectType"
|
|
@@ -4652,7 +4927,7 @@
|
|
|
4652
4927
|
}
|
|
4653
4928
|
}
|
|
4654
4929
|
},
|
|
4655
|
-
"
|
|
4930
|
+
"S3c": {
|
|
4656
4931
|
"type": "list",
|
|
4657
4932
|
"member": {
|
|
4658
4933
|
"type": "structure",
|
|
@@ -4668,11 +4943,11 @@
|
|
|
4668
4943
|
}
|
|
4669
4944
|
}
|
|
4670
4945
|
},
|
|
4671
|
-
"
|
|
4946
|
+
"S3j": {
|
|
4672
4947
|
"type": "list",
|
|
4673
4948
|
"member": {}
|
|
4674
4949
|
},
|
|
4675
|
-
"
|
|
4950
|
+
"S3u": {
|
|
4676
4951
|
"type": "structure",
|
|
4677
4952
|
"members": {
|
|
4678
4953
|
"FirstName": {},
|
|
@@ -4680,7 +4955,7 @@
|
|
|
4680
4955
|
"Email": {}
|
|
4681
4956
|
}
|
|
4682
4957
|
},
|
|
4683
|
-
"
|
|
4958
|
+
"S3y": {
|
|
4684
4959
|
"type": "structure",
|
|
4685
4960
|
"required": [
|
|
4686
4961
|
"PhoneType"
|
|
@@ -4696,18 +4971,18 @@
|
|
|
4696
4971
|
"DeskPhoneNumber": {}
|
|
4697
4972
|
}
|
|
4698
4973
|
},
|
|
4699
|
-
"
|
|
4974
|
+
"S43": {
|
|
4700
4975
|
"type": "list",
|
|
4701
4976
|
"member": {}
|
|
4702
4977
|
},
|
|
4703
|
-
"
|
|
4978
|
+
"S5s": {
|
|
4704
4979
|
"type": "structure",
|
|
4705
4980
|
"members": {
|
|
4706
4981
|
"AttributeType": {},
|
|
4707
4982
|
"Value": {}
|
|
4708
4983
|
}
|
|
4709
4984
|
},
|
|
4710
|
-
"
|
|
4985
|
+
"S6h": {
|
|
4711
4986
|
"type": "structure",
|
|
4712
4987
|
"members": {
|
|
4713
4988
|
"Id": {},
|
|
@@ -4715,7 +4990,7 @@
|
|
|
4715
4990
|
"Name": {}
|
|
4716
4991
|
}
|
|
4717
4992
|
},
|
|
4718
|
-
"
|
|
4993
|
+
"S6l": {
|
|
4719
4994
|
"type": "structure",
|
|
4720
4995
|
"members": {
|
|
4721
4996
|
"Id": {},
|
|
@@ -4723,12 +4998,12 @@
|
|
|
4723
4998
|
"Name": {}
|
|
4724
4999
|
}
|
|
4725
5000
|
},
|
|
4726
|
-
"
|
|
5001
|
+
"S73": {
|
|
4727
5002
|
"type": "map",
|
|
4728
5003
|
"key": {},
|
|
4729
5004
|
"value": {}
|
|
4730
5005
|
},
|
|
4731
|
-
"
|
|
5006
|
+
"S77": {
|
|
4732
5007
|
"type": "structure",
|
|
4733
5008
|
"members": {
|
|
4734
5009
|
"Queues": {
|
|
@@ -4741,18 +5016,18 @@
|
|
|
4741
5016
|
}
|
|
4742
5017
|
}
|
|
4743
5018
|
},
|
|
4744
|
-
"
|
|
5019
|
+
"S7a": {
|
|
4745
5020
|
"type": "list",
|
|
4746
5021
|
"member": {}
|
|
4747
5022
|
},
|
|
4748
|
-
"
|
|
5023
|
+
"S7d": {
|
|
4749
5024
|
"type": "structure",
|
|
4750
5025
|
"members": {
|
|
4751
5026
|
"Name": {},
|
|
4752
5027
|
"Unit": {}
|
|
4753
5028
|
}
|
|
4754
5029
|
},
|
|
4755
|
-
"
|
|
5030
|
+
"S7l": {
|
|
4756
5031
|
"type": "structure",
|
|
4757
5032
|
"members": {
|
|
4758
5033
|
"Queue": {
|
|
@@ -4765,11 +5040,11 @@
|
|
|
4765
5040
|
"Channel": {}
|
|
4766
5041
|
}
|
|
4767
5042
|
},
|
|
4768
|
-
"
|
|
5043
|
+
"S7t": {
|
|
4769
5044
|
"type": "string",
|
|
4770
5045
|
"sensitive": true
|
|
4771
5046
|
},
|
|
4772
|
-
"
|
|
5047
|
+
"S7w": {
|
|
4773
5048
|
"type": "structure",
|
|
4774
5049
|
"members": {
|
|
4775
5050
|
"Name": {},
|
|
@@ -4786,7 +5061,7 @@
|
|
|
4786
5061
|
"Unit": {}
|
|
4787
5062
|
}
|
|
4788
5063
|
},
|
|
4789
|
-
"
|
|
5064
|
+
"Sai": {
|
|
4790
5065
|
"type": "list",
|
|
4791
5066
|
"member": {
|
|
4792
5067
|
"type": "structure",
|
|
@@ -4798,7 +5073,7 @@
|
|
|
4798
5073
|
}
|
|
4799
5074
|
}
|
|
4800
5075
|
},
|
|
4801
|
-
"
|
|
5076
|
+
"Scm": {
|
|
4802
5077
|
"type": "map",
|
|
4803
5078
|
"key": {},
|
|
4804
5079
|
"value": {
|
|
@@ -4813,7 +5088,7 @@
|
|
|
4813
5088
|
}
|
|
4814
5089
|
}
|
|
4815
5090
|
},
|
|
4816
|
-
"
|
|
5091
|
+
"Se0": {
|
|
4817
5092
|
"type": "structure",
|
|
4818
5093
|
"required": [
|
|
4819
5094
|
"Name"
|