aws-sdk 2.1448.0 → 2.1450.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +21 -1
- package/README.md +1 -1
- package/apis/chime-sdk-media-pipelines-2021-07-15.min.json +261 -21
- package/apis/cloudhsm-2014-05-30.min.json +60 -20
- package/apis/connect-2017-08-08.min.json +589 -186
- package/apis/connect-2017-08-08.paginators.json +12 -0
- package/apis/connectcampaigns-2021-01-30.min.json +103 -90
- package/apis/connectparticipant-2018-09-07.min.json +62 -0
- package/apis/customer-profiles-2020-08-15.min.json +269 -118
- package/apis/grafana-2020-08-18.min.json +2 -1
- package/apis/health-2016-08-04.min.json +116 -34
- package/apis/kafkaconnect-2021-09-14.min.json +38 -36
- package/apis/payment-cryptography-data-2022-02-03.min.json +29 -16
- package/apis/runtime.sagemaker-2017-05-13.min.json +104 -0
- package/clients/chimesdkmediapipelines.d.ts +228 -2
- package/clients/cloudwatchevents.d.ts +2 -2
- package/clients/connect.d.ts +440 -13
- package/clients/connectcampaigns.d.ts +30 -23
- package/clients/connectparticipant.d.ts +71 -2
- package/clients/customerprofiles.d.ts +56 -52
- package/clients/ecs.d.ts +14 -14
- package/clients/health.d.ts +86 -2
- package/clients/identitystore.d.ts +26 -26
- package/clients/ivs.d.ts +4 -4
- package/clients/kafkaconnect.d.ts +6 -8
- package/clients/paymentcryptographydata.d.ts +8 -6
- package/clients/sagemakerruntime.d.ts +86 -8
- package/dist/aws-sdk-core-react-native.js +1 -1
- package/dist/aws-sdk-react-native.js +13 -13
- package/dist/aws-sdk.js +664 -209
- package/dist/aws-sdk.min.js +89 -89
- package/lib/core.js +1 -1
- package/package.json +1 -1
package/dist/aws-sdk.js
CHANGED
@@ -1,4 +1,4 @@
|
|
1
|
-
// AWS SDK for JavaScript v2.
|
1
|
+
// AWS SDK for JavaScript v2.1450.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){
|
@@ -39332,7 +39332,9 @@ module.exports={
|
|
39332
39332
|
"members": {
|
39333
39333
|
"Status": {}
|
39334
39334
|
}
|
39335
|
-
}
|
39335
|
+
},
|
39336
|
+
"deprecated": true,
|
39337
|
+
"deprecatedMessage": "This API is deprecated."
|
39336
39338
|
},
|
39337
39339
|
"CreateHapg": {
|
39338
39340
|
"input": {
|
@@ -39349,7 +39351,9 @@ module.exports={
|
|
39349
39351
|
"members": {
|
39350
39352
|
"HapgArn": {}
|
39351
39353
|
}
|
39352
|
-
}
|
39354
|
+
},
|
39355
|
+
"deprecated": true,
|
39356
|
+
"deprecatedMessage": "This API is deprecated."
|
39353
39357
|
},
|
39354
39358
|
"CreateHsm": {
|
39355
39359
|
"input": {
|
@@ -39376,7 +39380,9 @@ module.exports={
|
|
39376
39380
|
"members": {
|
39377
39381
|
"HsmArn": {}
|
39378
39382
|
}
|
39379
|
-
}
|
39383
|
+
},
|
39384
|
+
"deprecated": true,
|
39385
|
+
"deprecatedMessage": "This API is deprecated."
|
39380
39386
|
},
|
39381
39387
|
"CreateLunaClient": {
|
39382
39388
|
"input": {
|
@@ -39394,7 +39400,9 @@ module.exports={
|
|
39394
39400
|
"members": {
|
39395
39401
|
"ClientArn": {}
|
39396
39402
|
}
|
39397
|
-
}
|
39403
|
+
},
|
39404
|
+
"deprecated": true,
|
39405
|
+
"deprecatedMessage": "This API is deprecated."
|
39398
39406
|
},
|
39399
39407
|
"DeleteHapg": {
|
39400
39408
|
"input": {
|
@@ -39414,7 +39422,9 @@ module.exports={
|
|
39414
39422
|
"members": {
|
39415
39423
|
"Status": {}
|
39416
39424
|
}
|
39417
|
-
}
|
39425
|
+
},
|
39426
|
+
"deprecated": true,
|
39427
|
+
"deprecatedMessage": "This API is deprecated."
|
39418
39428
|
},
|
39419
39429
|
"DeleteHsm": {
|
39420
39430
|
"input": {
|
@@ -39434,7 +39444,9 @@ module.exports={
|
|
39434
39444
|
"members": {
|
39435
39445
|
"Status": {}
|
39436
39446
|
}
|
39437
|
-
}
|
39447
|
+
},
|
39448
|
+
"deprecated": true,
|
39449
|
+
"deprecatedMessage": "This API is deprecated."
|
39438
39450
|
},
|
39439
39451
|
"DeleteLunaClient": {
|
39440
39452
|
"input": {
|
@@ -39454,7 +39466,9 @@ module.exports={
|
|
39454
39466
|
"members": {
|
39455
39467
|
"Status": {}
|
39456
39468
|
}
|
39457
|
-
}
|
39469
|
+
},
|
39470
|
+
"deprecated": true,
|
39471
|
+
"deprecatedMessage": "This API is deprecated."
|
39458
39472
|
},
|
39459
39473
|
"DescribeHapg": {
|
39460
39474
|
"input": {
|
@@ -39487,7 +39501,9 @@ module.exports={
|
|
39487
39501
|
},
|
39488
39502
|
"State": {}
|
39489
39503
|
}
|
39490
|
-
}
|
39504
|
+
},
|
39505
|
+
"deprecated": true,
|
39506
|
+
"deprecatedMessage": "This API is deprecated."
|
39491
39507
|
},
|
39492
39508
|
"DescribeHsm": {
|
39493
39509
|
"input": {
|
@@ -39525,7 +39541,9 @@ module.exports={
|
|
39525
39541
|
"member": {}
|
39526
39542
|
}
|
39527
39543
|
}
|
39528
|
-
}
|
39544
|
+
},
|
39545
|
+
"deprecated": true,
|
39546
|
+
"deprecatedMessage": "This API is deprecated."
|
39529
39547
|
},
|
39530
39548
|
"DescribeLunaClient": {
|
39531
39549
|
"input": {
|
@@ -39544,7 +39562,9 @@ module.exports={
|
|
39544
39562
|
"LastModifiedTimestamp": {},
|
39545
39563
|
"Label": {}
|
39546
39564
|
}
|
39547
|
-
}
|
39565
|
+
},
|
39566
|
+
"deprecated": true,
|
39567
|
+
"deprecatedMessage": "This API is deprecated."
|
39548
39568
|
},
|
39549
39569
|
"GetConfig": {
|
39550
39570
|
"input": {
|
@@ -39569,7 +39589,9 @@ module.exports={
|
|
39569
39589
|
"ConfigFile": {},
|
39570
39590
|
"ConfigCred": {}
|
39571
39591
|
}
|
39572
|
-
}
|
39592
|
+
},
|
39593
|
+
"deprecated": true,
|
39594
|
+
"deprecatedMessage": "This API is deprecated."
|
39573
39595
|
},
|
39574
39596
|
"ListAvailableZones": {
|
39575
39597
|
"input": {
|
@@ -39584,7 +39606,9 @@ module.exports={
|
|
39584
39606
|
"member": {}
|
39585
39607
|
}
|
39586
39608
|
}
|
39587
|
-
}
|
39609
|
+
},
|
39610
|
+
"deprecated": true,
|
39611
|
+
"deprecatedMessage": "This API is deprecated."
|
39588
39612
|
},
|
39589
39613
|
"ListHapgs": {
|
39590
39614
|
"input": {
|
@@ -39604,7 +39628,9 @@ module.exports={
|
|
39604
39628
|
},
|
39605
39629
|
"NextToken": {}
|
39606
39630
|
}
|
39607
|
-
}
|
39631
|
+
},
|
39632
|
+
"deprecated": true,
|
39633
|
+
"deprecatedMessage": "This API is deprecated."
|
39608
39634
|
},
|
39609
39635
|
"ListHsms": {
|
39610
39636
|
"input": {
|
@@ -39621,7 +39647,9 @@ module.exports={
|
|
39621
39647
|
},
|
39622
39648
|
"NextToken": {}
|
39623
39649
|
}
|
39624
|
-
}
|
39650
|
+
},
|
39651
|
+
"deprecated": true,
|
39652
|
+
"deprecatedMessage": "This API is deprecated."
|
39625
39653
|
},
|
39626
39654
|
"ListLunaClients": {
|
39627
39655
|
"input": {
|
@@ -39642,7 +39670,9 @@ module.exports={
|
|
39642
39670
|
},
|
39643
39671
|
"NextToken": {}
|
39644
39672
|
}
|
39645
|
-
}
|
39673
|
+
},
|
39674
|
+
"deprecated": true,
|
39675
|
+
"deprecatedMessage": "This API is deprecated."
|
39646
39676
|
},
|
39647
39677
|
"ListTagsForResource": {
|
39648
39678
|
"input": {
|
@@ -39664,7 +39694,9 @@ module.exports={
|
|
39664
39694
|
"shape": "S3"
|
39665
39695
|
}
|
39666
39696
|
}
|
39667
|
-
}
|
39697
|
+
},
|
39698
|
+
"deprecated": true,
|
39699
|
+
"deprecatedMessage": "This API is deprecated."
|
39668
39700
|
},
|
39669
39701
|
"ModifyHapg": {
|
39670
39702
|
"input": {
|
@@ -39685,7 +39717,9 @@ module.exports={
|
|
39685
39717
|
"members": {
|
39686
39718
|
"HapgArn": {}
|
39687
39719
|
}
|
39688
|
-
}
|
39720
|
+
},
|
39721
|
+
"deprecated": true,
|
39722
|
+
"deprecatedMessage": "This API is deprecated."
|
39689
39723
|
},
|
39690
39724
|
"ModifyHsm": {
|
39691
39725
|
"input": {
|
@@ -39707,7 +39741,9 @@ module.exports={
|
|
39707
39741
|
"members": {
|
39708
39742
|
"HsmArn": {}
|
39709
39743
|
}
|
39710
|
-
}
|
39744
|
+
},
|
39745
|
+
"deprecated": true,
|
39746
|
+
"deprecatedMessage": "This API is deprecated."
|
39711
39747
|
},
|
39712
39748
|
"ModifyLunaClient": {
|
39713
39749
|
"input": {
|
@@ -39726,7 +39762,9 @@ module.exports={
|
|
39726
39762
|
"members": {
|
39727
39763
|
"ClientArn": {}
|
39728
39764
|
}
|
39729
|
-
}
|
39765
|
+
},
|
39766
|
+
"deprecated": true,
|
39767
|
+
"deprecatedMessage": "This API is deprecated."
|
39730
39768
|
},
|
39731
39769
|
"RemoveTagsFromResource": {
|
39732
39770
|
"input": {
|
@@ -39751,7 +39789,9 @@ module.exports={
|
|
39751
39789
|
"members": {
|
39752
39790
|
"Status": {}
|
39753
39791
|
}
|
39754
|
-
}
|
39792
|
+
},
|
39793
|
+
"deprecated": true,
|
39794
|
+
"deprecatedMessage": "This API is deprecated."
|
39755
39795
|
}
|
39756
39796
|
},
|
39757
39797
|
"shapes": {
|
@@ -65742,6 +65782,82 @@ module.exports={
|
|
65742
65782
|
}
|
65743
65783
|
}
|
65744
65784
|
},
|
65785
|
+
"CreateView": {
|
65786
|
+
"http": {
|
65787
|
+
"method": "PUT",
|
65788
|
+
"requestUri": "/views/{InstanceId}"
|
65789
|
+
},
|
65790
|
+
"input": {
|
65791
|
+
"type": "structure",
|
65792
|
+
"required": [
|
65793
|
+
"InstanceId",
|
65794
|
+
"Status",
|
65795
|
+
"Content",
|
65796
|
+
"Name"
|
65797
|
+
],
|
65798
|
+
"members": {
|
65799
|
+
"InstanceId": {
|
65800
|
+
"location": "uri",
|
65801
|
+
"locationName": "InstanceId"
|
65802
|
+
},
|
65803
|
+
"ClientToken": {},
|
65804
|
+
"Status": {},
|
65805
|
+
"Content": {
|
65806
|
+
"shape": "S85"
|
65807
|
+
},
|
65808
|
+
"Description": {},
|
65809
|
+
"Name": {
|
65810
|
+
"shape": "S8a"
|
65811
|
+
},
|
65812
|
+
"Tags": {
|
65813
|
+
"shape": "S1r"
|
65814
|
+
}
|
65815
|
+
}
|
65816
|
+
},
|
65817
|
+
"output": {
|
65818
|
+
"type": "structure",
|
65819
|
+
"members": {
|
65820
|
+
"View": {
|
65821
|
+
"shape": "S8c"
|
65822
|
+
}
|
65823
|
+
}
|
65824
|
+
},
|
65825
|
+
"idempotent": true
|
65826
|
+
},
|
65827
|
+
"CreateViewVersion": {
|
65828
|
+
"http": {
|
65829
|
+
"method": "PUT",
|
65830
|
+
"requestUri": "/views/{InstanceId}/{ViewId}/versions"
|
65831
|
+
},
|
65832
|
+
"input": {
|
65833
|
+
"type": "structure",
|
65834
|
+
"required": [
|
65835
|
+
"InstanceId",
|
65836
|
+
"ViewId"
|
65837
|
+
],
|
65838
|
+
"members": {
|
65839
|
+
"InstanceId": {
|
65840
|
+
"location": "uri",
|
65841
|
+
"locationName": "InstanceId"
|
65842
|
+
},
|
65843
|
+
"ViewId": {
|
65844
|
+
"location": "uri",
|
65845
|
+
"locationName": "ViewId"
|
65846
|
+
},
|
65847
|
+
"VersionDescription": {},
|
65848
|
+
"ViewContentSha256": {}
|
65849
|
+
}
|
65850
|
+
},
|
65851
|
+
"output": {
|
65852
|
+
"type": "structure",
|
65853
|
+
"members": {
|
65854
|
+
"View": {
|
65855
|
+
"shape": "S8c"
|
65856
|
+
}
|
65857
|
+
}
|
65858
|
+
},
|
65859
|
+
"idempotent": true
|
65860
|
+
},
|
65745
65861
|
"CreateVocabulary": {
|
65746
65862
|
"http": {
|
65747
65863
|
"requestUri": "/vocabulary/{InstanceId}"
|
@@ -66257,6 +66373,66 @@ module.exports={
|
|
66257
66373
|
}
|
66258
66374
|
}
|
66259
66375
|
},
|
66376
|
+
"DeleteView": {
|
66377
|
+
"http": {
|
66378
|
+
"method": "DELETE",
|
66379
|
+
"requestUri": "/views/{InstanceId}/{ViewId}"
|
66380
|
+
},
|
66381
|
+
"input": {
|
66382
|
+
"type": "structure",
|
66383
|
+
"required": [
|
66384
|
+
"InstanceId",
|
66385
|
+
"ViewId"
|
66386
|
+
],
|
66387
|
+
"members": {
|
66388
|
+
"InstanceId": {
|
66389
|
+
"location": "uri",
|
66390
|
+
"locationName": "InstanceId"
|
66391
|
+
},
|
66392
|
+
"ViewId": {
|
66393
|
+
"location": "uri",
|
66394
|
+
"locationName": "ViewId"
|
66395
|
+
}
|
66396
|
+
}
|
66397
|
+
},
|
66398
|
+
"output": {
|
66399
|
+
"type": "structure",
|
66400
|
+
"members": {}
|
66401
|
+
}
|
66402
|
+
},
|
66403
|
+
"DeleteViewVersion": {
|
66404
|
+
"http": {
|
66405
|
+
"method": "DELETE",
|
66406
|
+
"requestUri": "/views/{InstanceId}/{ViewId}/versions/{ViewVersion}"
|
66407
|
+
},
|
66408
|
+
"input": {
|
66409
|
+
"type": "structure",
|
66410
|
+
"required": [
|
66411
|
+
"InstanceId",
|
66412
|
+
"ViewId",
|
66413
|
+
"ViewVersion"
|
66414
|
+
],
|
66415
|
+
"members": {
|
66416
|
+
"InstanceId": {
|
66417
|
+
"location": "uri",
|
66418
|
+
"locationName": "InstanceId"
|
66419
|
+
},
|
66420
|
+
"ViewId": {
|
66421
|
+
"location": "uri",
|
66422
|
+
"locationName": "ViewId"
|
66423
|
+
},
|
66424
|
+
"ViewVersion": {
|
66425
|
+
"location": "uri",
|
66426
|
+
"locationName": "ViewVersion",
|
66427
|
+
"type": "integer"
|
66428
|
+
}
|
66429
|
+
}
|
66430
|
+
},
|
66431
|
+
"output": {
|
66432
|
+
"type": "structure",
|
66433
|
+
"members": {}
|
66434
|
+
}
|
66435
|
+
},
|
66260
66436
|
"DeleteVocabulary": {
|
66261
66437
|
"http": {
|
66262
66438
|
"requestUri": "/vocabulary-remove/{InstanceId}/{VocabularyId}"
|
@@ -66470,7 +66646,7 @@ module.exports={
|
|
66470
66646
|
"EvaluatorArn": {},
|
66471
66647
|
"ContactAgentId": {},
|
66472
66648
|
"Score": {
|
66473
|
-
"shape": "
|
66649
|
+
"shape": "Sa4"
|
66474
66650
|
}
|
66475
66651
|
}
|
66476
66652
|
},
|
@@ -66481,23 +66657,23 @@ module.exports={
|
|
66481
66657
|
"type": "structure",
|
66482
66658
|
"members": {
|
66483
66659
|
"Value": {
|
66484
|
-
"shape": "
|
66660
|
+
"shape": "Sa8"
|
66485
66661
|
},
|
66486
66662
|
"SystemSuggestedValue": {
|
66487
|
-
"shape": "
|
66663
|
+
"shape": "Sa8"
|
66488
66664
|
}
|
66489
66665
|
}
|
66490
66666
|
}
|
66491
66667
|
},
|
66492
66668
|
"Notes": {
|
66493
|
-
"shape": "
|
66669
|
+
"shape": "Sab"
|
66494
66670
|
},
|
66495
66671
|
"Status": {},
|
66496
66672
|
"Scores": {
|
66497
66673
|
"type": "map",
|
66498
66674
|
"key": {},
|
66499
66675
|
"value": {
|
66500
|
-
"shape": "
|
66676
|
+
"shape": "Sa4"
|
66501
66677
|
}
|
66502
66678
|
},
|
66503
66679
|
"CreatedTime": {
|
@@ -66733,7 +66909,7 @@ module.exports={
|
|
66733
66909
|
"type": "structure",
|
66734
66910
|
"members": {
|
66735
66911
|
"HoursOfOperation": {
|
66736
|
-
"shape": "
|
66912
|
+
"shape": "Sax"
|
66737
66913
|
}
|
66738
66914
|
}
|
66739
66915
|
}
|
@@ -66816,7 +66992,7 @@ module.exports={
|
|
66816
66992
|
"type": "structure",
|
66817
66993
|
"members": {
|
66818
66994
|
"Attribute": {
|
66819
|
-
"shape": "
|
66995
|
+
"shape": "Sb7"
|
66820
66996
|
}
|
66821
66997
|
}
|
66822
66998
|
}
|
@@ -66928,7 +67104,7 @@ module.exports={
|
|
66928
67104
|
"type": "structure",
|
66929
67105
|
"members": {
|
66930
67106
|
"Prompt": {
|
66931
|
-
"shape": "
|
67107
|
+
"shape": "Sbl"
|
66932
67108
|
}
|
66933
67109
|
}
|
66934
67110
|
}
|
@@ -66959,7 +67135,7 @@ module.exports={
|
|
66959
67135
|
"type": "structure",
|
66960
67136
|
"members": {
|
66961
67137
|
"Queue": {
|
66962
|
-
"shape": "
|
67138
|
+
"shape": "Sbo"
|
66963
67139
|
}
|
66964
67140
|
}
|
66965
67141
|
}
|
@@ -66990,7 +67166,7 @@ module.exports={
|
|
66990
67166
|
"type": "structure",
|
66991
67167
|
"members": {
|
66992
67168
|
"QuickConnect": {
|
66993
|
-
"shape": "
|
67169
|
+
"shape": "Sbs"
|
66994
67170
|
}
|
66995
67171
|
}
|
66996
67172
|
}
|
@@ -67021,7 +67197,7 @@ module.exports={
|
|
67021
67197
|
"type": "structure",
|
67022
67198
|
"members": {
|
67023
67199
|
"RoutingProfile": {
|
67024
|
-
"shape": "
|
67200
|
+
"shape": "Sbv"
|
67025
67201
|
}
|
67026
67202
|
}
|
67027
67203
|
}
|
@@ -67269,19 +67445,19 @@ module.exports={
|
|
67269
67445
|
"type": "structure",
|
67270
67446
|
"members": {
|
67271
67447
|
"LevelOne": {
|
67272
|
-
"shape": "
|
67448
|
+
"shape": "Sch"
|
67273
67449
|
},
|
67274
67450
|
"LevelTwo": {
|
67275
|
-
"shape": "
|
67451
|
+
"shape": "Sch"
|
67276
67452
|
},
|
67277
67453
|
"LevelThree": {
|
67278
|
-
"shape": "
|
67454
|
+
"shape": "Sch"
|
67279
67455
|
},
|
67280
67456
|
"LevelFour": {
|
67281
|
-
"shape": "
|
67457
|
+
"shape": "Sch"
|
67282
67458
|
},
|
67283
67459
|
"LevelFive": {
|
67284
|
-
"shape": "
|
67460
|
+
"shape": "Sch"
|
67285
67461
|
}
|
67286
67462
|
}
|
67287
67463
|
},
|
@@ -67317,25 +67493,56 @@ module.exports={
|
|
67317
67493
|
"type": "structure",
|
67318
67494
|
"members": {
|
67319
67495
|
"LevelOne": {
|
67320
|
-
"shape": "
|
67496
|
+
"shape": "Scl"
|
67321
67497
|
},
|
67322
67498
|
"LevelTwo": {
|
67323
|
-
"shape": "
|
67499
|
+
"shape": "Scl"
|
67324
67500
|
},
|
67325
67501
|
"LevelThree": {
|
67326
|
-
"shape": "
|
67502
|
+
"shape": "Scl"
|
67327
67503
|
},
|
67328
67504
|
"LevelFour": {
|
67329
|
-
"shape": "
|
67505
|
+
"shape": "Scl"
|
67330
67506
|
},
|
67331
67507
|
"LevelFive": {
|
67332
|
-
"shape": "
|
67508
|
+
"shape": "Scl"
|
67333
67509
|
}
|
67334
67510
|
}
|
67335
67511
|
}
|
67336
67512
|
}
|
67337
67513
|
}
|
67338
67514
|
},
|
67515
|
+
"DescribeView": {
|
67516
|
+
"http": {
|
67517
|
+
"method": "GET",
|
67518
|
+
"requestUri": "/views/{InstanceId}/{ViewId}"
|
67519
|
+
},
|
67520
|
+
"input": {
|
67521
|
+
"type": "structure",
|
67522
|
+
"required": [
|
67523
|
+
"InstanceId",
|
67524
|
+
"ViewId"
|
67525
|
+
],
|
67526
|
+
"members": {
|
67527
|
+
"InstanceId": {
|
67528
|
+
"location": "uri",
|
67529
|
+
"locationName": "InstanceId"
|
67530
|
+
},
|
67531
|
+
"ViewId": {
|
67532
|
+
"location": "uri",
|
67533
|
+
"locationName": "ViewId"
|
67534
|
+
}
|
67535
|
+
}
|
67536
|
+
},
|
67537
|
+
"output": {
|
67538
|
+
"type": "structure",
|
67539
|
+
"members": {
|
67540
|
+
"View": {
|
67541
|
+
"shape": "S8c"
|
67542
|
+
}
|
67543
|
+
}
|
67544
|
+
}
|
67545
|
+
},
|
67339
67546
|
"DescribeVocabulary": {
|
67340
67547
|
"http": {
|
67341
67548
|
"method": "GET",
|
@@ -67706,7 +67913,7 @@ module.exports={
|
|
67706
67913
|
"type": "structure",
|
67707
67914
|
"members": {
|
67708
67915
|
"Attributes": {
|
67709
|
-
"shape": "
|
67916
|
+
"shape": "Sda"
|
67710
67917
|
}
|
67711
67918
|
}
|
67712
67919
|
}
|
@@ -67728,15 +67935,15 @@ module.exports={
|
|
67728
67935
|
"locationName": "InstanceId"
|
67729
67936
|
},
|
67730
67937
|
"Filters": {
|
67731
|
-
"shape": "
|
67938
|
+
"shape": "Sde"
|
67732
67939
|
},
|
67733
67940
|
"Groupings": {
|
67734
|
-
"shape": "
|
67941
|
+
"shape": "Sdi"
|
67735
67942
|
},
|
67736
67943
|
"CurrentMetrics": {
|
67737
67944
|
"type": "list",
|
67738
67945
|
"member": {
|
67739
|
-
"shape": "
|
67946
|
+
"shape": "Sdl"
|
67740
67947
|
}
|
67741
67948
|
},
|
67742
67949
|
"NextToken": {},
|
@@ -67765,7 +67972,7 @@ module.exports={
|
|
67765
67972
|
"type": "structure",
|
67766
67973
|
"members": {
|
67767
67974
|
"Dimensions": {
|
67768
|
-
"shape": "
|
67975
|
+
"shape": "Sdw"
|
67769
67976
|
},
|
67770
67977
|
"Collections": {
|
67771
67978
|
"type": "list",
|
@@ -67773,7 +67980,7 @@ module.exports={
|
|
67773
67980
|
"type": "structure",
|
67774
67981
|
"members": {
|
67775
67982
|
"Metric": {
|
67776
|
-
"shape": "
|
67983
|
+
"shape": "Sdl"
|
67777
67984
|
},
|
67778
67985
|
"Value": {
|
67779
67986
|
"type": "double"
|
@@ -67812,7 +68019,7 @@ module.exports={
|
|
67812
68019
|
"type": "structure",
|
67813
68020
|
"members": {
|
67814
68021
|
"Queues": {
|
67815
|
-
"shape": "
|
68022
|
+
"shape": "Sdf"
|
67816
68023
|
},
|
67817
68024
|
"ContactFilter": {
|
67818
68025
|
"type": "structure",
|
@@ -67824,7 +68031,7 @@ module.exports={
|
|
67824
68031
|
}
|
67825
68032
|
},
|
67826
68033
|
"RoutingProfiles": {
|
67827
|
-
"shape": "
|
68034
|
+
"shape": "Sdh"
|
67828
68035
|
},
|
67829
68036
|
"Agents": {
|
67830
68037
|
"type": "list",
|
@@ -67859,25 +68066,25 @@ module.exports={
|
|
67859
68066
|
}
|
67860
68067
|
},
|
67861
68068
|
"RoutingProfile": {
|
67862
|
-
"shape": "
|
68069
|
+
"shape": "Sdy"
|
67863
68070
|
},
|
67864
68071
|
"HierarchyPath": {
|
67865
68072
|
"type": "structure",
|
67866
68073
|
"members": {
|
67867
68074
|
"LevelOne": {
|
67868
|
-
"shape": "
|
68075
|
+
"shape": "Sef"
|
67869
68076
|
},
|
67870
68077
|
"LevelTwo": {
|
67871
|
-
"shape": "
|
68078
|
+
"shape": "Sef"
|
67872
68079
|
},
|
67873
68080
|
"LevelThree": {
|
67874
|
-
"shape": "
|
68081
|
+
"shape": "Sef"
|
67875
68082
|
},
|
67876
68083
|
"LevelFour": {
|
67877
|
-
"shape": "
|
68084
|
+
"shape": "Sef"
|
67878
68085
|
},
|
67879
68086
|
"LevelFive": {
|
67880
|
-
"shape": "
|
68087
|
+
"shape": "Sef"
|
67881
68088
|
}
|
67882
68089
|
}
|
67883
68090
|
},
|
@@ -67892,13 +68099,13 @@ module.exports={
|
|
67892
68099
|
}
|
67893
68100
|
},
|
67894
68101
|
"AvailableSlotsByChannel": {
|
67895
|
-
"shape": "
|
68102
|
+
"shape": "Seh"
|
67896
68103
|
},
|
67897
68104
|
"MaxSlotsByChannel": {
|
67898
|
-
"shape": "
|
68105
|
+
"shape": "Seh"
|
67899
68106
|
},
|
67900
68107
|
"ActiveSlotsByChannel": {
|
67901
|
-
"shape": "
|
68108
|
+
"shape": "Seh"
|
67902
68109
|
},
|
67903
68110
|
"Contacts": {
|
67904
68111
|
"type": "list",
|
@@ -67916,7 +68123,7 @@ module.exports={
|
|
67916
68123
|
"type": "timestamp"
|
67917
68124
|
},
|
67918
68125
|
"Queue": {
|
67919
|
-
"shape": "
|
68126
|
+
"shape": "Sdx"
|
67920
68127
|
}
|
67921
68128
|
}
|
67922
68129
|
}
|
@@ -67955,13 +68162,13 @@ module.exports={
|
|
67955
68162
|
"type": "structure",
|
67956
68163
|
"members": {
|
67957
68164
|
"AccessToken": {
|
67958
|
-
"shape": "
|
68165
|
+
"shape": "Seo"
|
67959
68166
|
},
|
67960
68167
|
"AccessTokenExpiration": {
|
67961
68168
|
"type": "timestamp"
|
67962
68169
|
},
|
67963
68170
|
"RefreshToken": {
|
67964
|
-
"shape": "
|
68171
|
+
"shape": "Seo"
|
67965
68172
|
},
|
67966
68173
|
"RefreshTokenExpiration": {
|
67967
68174
|
"type": "timestamp"
|
@@ -67999,15 +68206,15 @@ module.exports={
|
|
67999
68206
|
"type": "timestamp"
|
68000
68207
|
},
|
68001
68208
|
"Filters": {
|
68002
|
-
"shape": "
|
68209
|
+
"shape": "Sde"
|
68003
68210
|
},
|
68004
68211
|
"Groupings": {
|
68005
|
-
"shape": "
|
68212
|
+
"shape": "Sdi"
|
68006
68213
|
},
|
68007
68214
|
"HistoricalMetrics": {
|
68008
68215
|
"type": "list",
|
68009
68216
|
"member": {
|
68010
|
-
"shape": "
|
68217
|
+
"shape": "Ser"
|
68011
68218
|
}
|
68012
68219
|
},
|
68013
68220
|
"NextToken": {},
|
@@ -68026,7 +68233,7 @@ module.exports={
|
|
68026
68233
|
"type": "structure",
|
68027
68234
|
"members": {
|
68028
68235
|
"Dimensions": {
|
68029
|
-
"shape": "
|
68236
|
+
"shape": "Sdw"
|
68030
68237
|
},
|
68031
68238
|
"Collections": {
|
68032
68239
|
"type": "list",
|
@@ -68034,7 +68241,7 @@ module.exports={
|
|
68034
68241
|
"type": "structure",
|
68035
68242
|
"members": {
|
68036
68243
|
"Metric": {
|
68037
|
-
"shape": "
|
68244
|
+
"shape": "Ser"
|
68038
68245
|
},
|
68039
68246
|
"Value": {
|
68040
68247
|
"type": "double"
|
@@ -68089,7 +68296,7 @@ module.exports={
|
|
68089
68296
|
"Metrics": {
|
68090
68297
|
"type": "list",
|
68091
68298
|
"member": {
|
68092
|
-
"shape": "
|
68299
|
+
"shape": "Sfa"
|
68093
68300
|
}
|
68094
68301
|
},
|
68095
68302
|
"NextToken": {},
|
@@ -68118,7 +68325,7 @@ module.exports={
|
|
68118
68325
|
"type": "structure",
|
68119
68326
|
"members": {
|
68120
68327
|
"Metric": {
|
68121
|
-
"shape": "
|
68328
|
+
"shape": "Sfa"
|
68122
68329
|
},
|
68123
68330
|
"Value": {
|
68124
68331
|
"type": "double"
|
@@ -68244,15 +68451,15 @@ module.exports={
|
|
68244
68451
|
"type": "structure",
|
68245
68452
|
"members": {
|
68246
68453
|
"TelephonyConfig": {
|
68247
|
-
"shape": "
|
68454
|
+
"shape": "Sfy"
|
68248
68455
|
},
|
68249
68456
|
"Id": {},
|
68250
68457
|
"Arn": {},
|
68251
68458
|
"SignInConfig": {
|
68252
|
-
"shape": "
|
68459
|
+
"shape": "Sg3"
|
68253
68460
|
},
|
68254
68461
|
"AgentConfig": {
|
68255
|
-
"shape": "
|
68462
|
+
"shape": "Sg6"
|
68256
68463
|
}
|
68257
68464
|
}
|
68258
68465
|
}
|
@@ -68451,7 +68658,7 @@ module.exports={
|
|
68451
68658
|
"Status": {},
|
68452
68659
|
"EvaluatorArn": {},
|
68453
68660
|
"Score": {
|
68454
|
-
"shape": "
|
68661
|
+
"shape": "Sa4"
|
68455
68662
|
},
|
68456
68663
|
"CreatedTime": {
|
68457
68664
|
"type": "timestamp"
|
@@ -68936,7 +69143,7 @@ module.exports={
|
|
68936
69143
|
"Attributes": {
|
68937
69144
|
"type": "list",
|
68938
69145
|
"member": {
|
68939
|
-
"shape": "
|
69146
|
+
"shape": "Sb7"
|
68940
69147
|
}
|
68941
69148
|
},
|
68942
69149
|
"NextToken": {}
|
@@ -69184,12 +69391,12 @@ module.exports={
|
|
69184
69391
|
"locationName": "InstanceId"
|
69185
69392
|
},
|
69186
69393
|
"PhoneNumberTypes": {
|
69187
|
-
"shape": "
|
69394
|
+
"shape": "Sig",
|
69188
69395
|
"location": "querystring",
|
69189
69396
|
"locationName": "phoneNumberTypes"
|
69190
69397
|
},
|
69191
69398
|
"PhoneNumberCountryCodes": {
|
69192
|
-
"shape": "
|
69399
|
+
"shape": "Sih",
|
69193
69400
|
"location": "querystring",
|
69194
69401
|
"locationName": "phoneNumberCountryCodes"
|
69195
69402
|
},
|
@@ -69237,10 +69444,10 @@ module.exports={
|
|
69237
69444
|
},
|
69238
69445
|
"NextToken": {},
|
69239
69446
|
"PhoneNumberCountryCodes": {
|
69240
|
-
"shape": "
|
69447
|
+
"shape": "Sih"
|
69241
69448
|
},
|
69242
69449
|
"PhoneNumberTypes": {
|
69243
|
-
"shape": "
|
69450
|
+
"shape": "Sig"
|
69244
69451
|
},
|
69245
69452
|
"PhoneNumberPrefix": {}
|
69246
69453
|
}
|
@@ -69346,7 +69553,7 @@ module.exports={
|
|
69346
69553
|
"members": {
|
69347
69554
|
"NextToken": {},
|
69348
69555
|
"QuickConnectSummaryList": {
|
69349
|
-
"shape": "
|
69556
|
+
"shape": "Siy"
|
69350
69557
|
}
|
69351
69558
|
}
|
69352
69559
|
}
|
@@ -69438,7 +69645,7 @@ module.exports={
|
|
69438
69645
|
"type": "structure",
|
69439
69646
|
"members": {
|
69440
69647
|
"QuickConnectSummaryList": {
|
69441
|
-
"shape": "
|
69648
|
+
"shape": "Siy"
|
69442
69649
|
},
|
69443
69650
|
"NextToken": {}
|
69444
69651
|
}
|
@@ -70023,7 +70230,7 @@ module.exports={
|
|
70023
70230
|
"UserHierarchyGroupSummaryList": {
|
70024
70231
|
"type": "list",
|
70025
70232
|
"member": {
|
70026
|
-
"shape": "
|
70233
|
+
"shape": "Sch"
|
70027
70234
|
}
|
70028
70235
|
},
|
70029
70236
|
"NextToken": {}
|
@@ -70074,6 +70281,116 @@ module.exports={
|
|
70074
70281
|
}
|
70075
70282
|
}
|
70076
70283
|
},
|
70284
|
+
"ListViewVersions": {
|
70285
|
+
"http": {
|
70286
|
+
"method": "GET",
|
70287
|
+
"requestUri": "/views/{InstanceId}/{ViewId}/versions"
|
70288
|
+
},
|
70289
|
+
"input": {
|
70290
|
+
"type": "structure",
|
70291
|
+
"required": [
|
70292
|
+
"InstanceId",
|
70293
|
+
"ViewId"
|
70294
|
+
],
|
70295
|
+
"members": {
|
70296
|
+
"InstanceId": {
|
70297
|
+
"location": "uri",
|
70298
|
+
"locationName": "InstanceId"
|
70299
|
+
},
|
70300
|
+
"ViewId": {
|
70301
|
+
"location": "uri",
|
70302
|
+
"locationName": "ViewId"
|
70303
|
+
},
|
70304
|
+
"NextToken": {
|
70305
|
+
"location": "querystring",
|
70306
|
+
"locationName": "nextToken"
|
70307
|
+
},
|
70308
|
+
"MaxResults": {
|
70309
|
+
"location": "querystring",
|
70310
|
+
"locationName": "maxResults",
|
70311
|
+
"type": "integer"
|
70312
|
+
}
|
70313
|
+
}
|
70314
|
+
},
|
70315
|
+
"output": {
|
70316
|
+
"type": "structure",
|
70317
|
+
"members": {
|
70318
|
+
"ViewVersionSummaryList": {
|
70319
|
+
"type": "list",
|
70320
|
+
"member": {
|
70321
|
+
"type": "structure",
|
70322
|
+
"members": {
|
70323
|
+
"Id": {},
|
70324
|
+
"Arn": {},
|
70325
|
+
"Description": {},
|
70326
|
+
"Name": {
|
70327
|
+
"shape": "S8a"
|
70328
|
+
},
|
70329
|
+
"Type": {},
|
70330
|
+
"Version": {
|
70331
|
+
"type": "integer"
|
70332
|
+
},
|
70333
|
+
"VersionDescription": {}
|
70334
|
+
}
|
70335
|
+
}
|
70336
|
+
},
|
70337
|
+
"NextToken": {}
|
70338
|
+
}
|
70339
|
+
}
|
70340
|
+
},
|
70341
|
+
"ListViews": {
|
70342
|
+
"http": {
|
70343
|
+
"method": "GET",
|
70344
|
+
"requestUri": "/views/{InstanceId}"
|
70345
|
+
},
|
70346
|
+
"input": {
|
70347
|
+
"type": "structure",
|
70348
|
+
"required": [
|
70349
|
+
"InstanceId"
|
70350
|
+
],
|
70351
|
+
"members": {
|
70352
|
+
"InstanceId": {
|
70353
|
+
"location": "uri",
|
70354
|
+
"locationName": "InstanceId"
|
70355
|
+
},
|
70356
|
+
"Type": {
|
70357
|
+
"location": "querystring",
|
70358
|
+
"locationName": "type"
|
70359
|
+
},
|
70360
|
+
"NextToken": {
|
70361
|
+
"location": "querystring",
|
70362
|
+
"locationName": "nextToken"
|
70363
|
+
},
|
70364
|
+
"MaxResults": {
|
70365
|
+
"location": "querystring",
|
70366
|
+
"locationName": "maxResults",
|
70367
|
+
"type": "integer"
|
70368
|
+
}
|
70369
|
+
}
|
70370
|
+
},
|
70371
|
+
"output": {
|
70372
|
+
"type": "structure",
|
70373
|
+
"members": {
|
70374
|
+
"ViewsSummaryList": {
|
70375
|
+
"type": "list",
|
70376
|
+
"member": {
|
70377
|
+
"type": "structure",
|
70378
|
+
"members": {
|
70379
|
+
"Id": {},
|
70380
|
+
"Arn": {},
|
70381
|
+
"Name": {
|
70382
|
+
"shape": "S8a"
|
70383
|
+
},
|
70384
|
+
"Type": {},
|
70385
|
+
"Status": {},
|
70386
|
+
"Description": {}
|
70387
|
+
}
|
70388
|
+
}
|
70389
|
+
},
|
70390
|
+
"NextToken": {}
|
70391
|
+
}
|
70392
|
+
}
|
70393
|
+
},
|
70077
70394
|
"MonitorContact": {
|
70078
70395
|
"http": {
|
70079
70396
|
"requestUri": "/contact/monitor"
|
@@ -70272,12 +70589,12 @@ module.exports={
|
|
70272
70589
|
"type": "structure",
|
70273
70590
|
"members": {
|
70274
70591
|
"TagFilter": {
|
70275
|
-
"shape": "
|
70592
|
+
"shape": "Slg"
|
70276
70593
|
}
|
70277
70594
|
}
|
70278
70595
|
},
|
70279
70596
|
"SearchCriteria": {
|
70280
|
-
"shape": "
|
70597
|
+
"shape": "Slk"
|
70281
70598
|
}
|
70282
70599
|
}
|
70283
70600
|
},
|
@@ -70287,7 +70604,7 @@ module.exports={
|
|
70287
70604
|
"HoursOfOperations": {
|
70288
70605
|
"type": "list",
|
70289
70606
|
"member": {
|
70290
|
-
"shape": "
|
70607
|
+
"shape": "Sax"
|
70291
70608
|
}
|
70292
70609
|
},
|
70293
70610
|
"NextToken": {},
|
@@ -70316,12 +70633,12 @@ module.exports={
|
|
70316
70633
|
"type": "structure",
|
70317
70634
|
"members": {
|
70318
70635
|
"TagFilter": {
|
70319
|
-
"shape": "
|
70636
|
+
"shape": "Slg"
|
70320
70637
|
}
|
70321
70638
|
}
|
70322
70639
|
},
|
70323
70640
|
"SearchCriteria": {
|
70324
|
-
"shape": "
|
70641
|
+
"shape": "Sls"
|
70325
70642
|
}
|
70326
70643
|
}
|
70327
70644
|
},
|
@@ -70331,7 +70648,7 @@ module.exports={
|
|
70331
70648
|
"Prompts": {
|
70332
70649
|
"type": "list",
|
70333
70650
|
"member": {
|
70334
|
-
"shape": "
|
70651
|
+
"shape": "Sbl"
|
70335
70652
|
}
|
70336
70653
|
},
|
70337
70654
|
"NextToken": {},
|
@@ -70360,12 +70677,12 @@ module.exports={
|
|
70360
70677
|
"type": "structure",
|
70361
70678
|
"members": {
|
70362
70679
|
"TagFilter": {
|
70363
|
-
"shape": "
|
70680
|
+
"shape": "Slg"
|
70364
70681
|
}
|
70365
70682
|
}
|
70366
70683
|
},
|
70367
70684
|
"SearchCriteria": {
|
70368
|
-
"shape": "
|
70685
|
+
"shape": "Sly"
|
70369
70686
|
}
|
70370
70687
|
}
|
70371
70688
|
},
|
@@ -70375,7 +70692,7 @@ module.exports={
|
|
70375
70692
|
"Queues": {
|
70376
70693
|
"type": "list",
|
70377
70694
|
"member": {
|
70378
|
-
"shape": "
|
70695
|
+
"shape": "Sbo"
|
70379
70696
|
}
|
70380
70697
|
},
|
70381
70698
|
"NextToken": {},
|
@@ -70404,12 +70721,12 @@ module.exports={
|
|
70404
70721
|
"type": "structure",
|
70405
70722
|
"members": {
|
70406
70723
|
"TagFilter": {
|
70407
|
-
"shape": "
|
70724
|
+
"shape": "Slg"
|
70408
70725
|
}
|
70409
70726
|
}
|
70410
70727
|
},
|
70411
70728
|
"SearchCriteria": {
|
70412
|
-
"shape": "
|
70729
|
+
"shape": "Sm5"
|
70413
70730
|
}
|
70414
70731
|
}
|
70415
70732
|
},
|
@@ -70419,7 +70736,7 @@ module.exports={
|
|
70419
70736
|
"QuickConnects": {
|
70420
70737
|
"type": "list",
|
70421
70738
|
"member": {
|
70422
|
-
"shape": "
|
70739
|
+
"shape": "Sbs"
|
70423
70740
|
}
|
70424
70741
|
},
|
70425
70742
|
"NextToken": {},
|
@@ -70500,12 +70817,12 @@ module.exports={
|
|
70500
70817
|
"type": "structure",
|
70501
70818
|
"members": {
|
70502
70819
|
"TagFilter": {
|
70503
|
-
"shape": "
|
70820
|
+
"shape": "Slg"
|
70504
70821
|
}
|
70505
70822
|
}
|
70506
70823
|
},
|
70507
70824
|
"SearchCriteria": {
|
70508
|
-
"shape": "
|
70825
|
+
"shape": "Smk"
|
70509
70826
|
}
|
70510
70827
|
}
|
70511
70828
|
},
|
@@ -70515,7 +70832,7 @@ module.exports={
|
|
70515
70832
|
"RoutingProfiles": {
|
70516
70833
|
"type": "list",
|
70517
70834
|
"member": {
|
70518
|
-
"shape": "
|
70835
|
+
"shape": "Sbv"
|
70519
70836
|
}
|
70520
70837
|
},
|
70521
70838
|
"NextToken": {},
|
@@ -70541,13 +70858,13 @@ module.exports={
|
|
70541
70858
|
"type": "integer"
|
70542
70859
|
},
|
70543
70860
|
"SearchCriteria": {
|
70544
|
-
"shape": "
|
70861
|
+
"shape": "Smp"
|
70545
70862
|
},
|
70546
70863
|
"SearchFilter": {
|
70547
70864
|
"type": "structure",
|
70548
70865
|
"members": {
|
70549
70866
|
"TagFilter": {
|
70550
|
-
"shape": "
|
70867
|
+
"shape": "Slg"
|
70551
70868
|
}
|
70552
70869
|
}
|
70553
70870
|
}
|
@@ -70595,12 +70912,12 @@ module.exports={
|
|
70595
70912
|
"type": "structure",
|
70596
70913
|
"members": {
|
70597
70914
|
"TagFilter": {
|
70598
|
-
"shape": "
|
70915
|
+
"shape": "Slg"
|
70599
70916
|
}
|
70600
70917
|
}
|
70601
70918
|
},
|
70602
70919
|
"SearchCriteria": {
|
70603
|
-
"shape": "
|
70920
|
+
"shape": "Smx"
|
70604
70921
|
}
|
70605
70922
|
}
|
70606
70923
|
},
|
@@ -70715,7 +71032,7 @@ module.exports={
|
|
70715
71032
|
"InstanceId": {},
|
70716
71033
|
"ContactFlowId": {},
|
70717
71034
|
"Attributes": {
|
70718
|
-
"shape": "
|
71035
|
+
"shape": "Sda"
|
70719
71036
|
},
|
70720
71037
|
"ParticipantDetails": {
|
70721
71038
|
"type": "structure",
|
@@ -70894,7 +71211,7 @@ module.exports={
|
|
70894
71211
|
"SourcePhoneNumber": {},
|
70895
71212
|
"QueueId": {},
|
70896
71213
|
"Attributes": {
|
70897
|
-
"shape": "
|
71214
|
+
"shape": "Sda"
|
70898
71215
|
},
|
70899
71216
|
"AnswerMachineDetectionConfig": {
|
70900
71217
|
"type": "structure",
|
@@ -70934,7 +71251,7 @@ module.exports={
|
|
70934
71251
|
"PreviousContactId": {},
|
70935
71252
|
"ContactFlowId": {},
|
70936
71253
|
"Attributes": {
|
70937
|
-
"shape": "
|
71254
|
+
"shape": "Sda"
|
70938
71255
|
},
|
70939
71256
|
"Name": {},
|
70940
71257
|
"References": {
|
@@ -71043,10 +71360,10 @@ module.exports={
|
|
71043
71360
|
"locationName": "EvaluationId"
|
71044
71361
|
},
|
71045
71362
|
"Answers": {
|
71046
|
-
"shape": "
|
71363
|
+
"shape": "So9"
|
71047
71364
|
},
|
71048
71365
|
"Notes": {
|
71049
|
-
"shape": "
|
71366
|
+
"shape": "Sab"
|
71050
71367
|
}
|
71051
71368
|
}
|
71052
71369
|
},
|
@@ -71237,7 +71554,7 @@ module.exports={
|
|
71237
71554
|
"InitialContactId": {},
|
71238
71555
|
"InstanceId": {},
|
71239
71556
|
"Attributes": {
|
71240
|
-
"shape": "
|
71557
|
+
"shape": "Sda"
|
71241
71558
|
}
|
71242
71559
|
}
|
71243
71560
|
},
|
@@ -71266,10 +71583,10 @@ module.exports={
|
|
71266
71583
|
"locationName": "EvaluationId"
|
71267
71584
|
},
|
71268
71585
|
"Answers": {
|
71269
|
-
"shape": "
|
71586
|
+
"shape": "So9"
|
71270
71587
|
},
|
71271
71588
|
"Notes": {
|
71272
|
-
"shape": "
|
71589
|
+
"shape": "Sab"
|
71273
71590
|
}
|
71274
71591
|
}
|
71275
71592
|
},
|
@@ -72162,13 +72479,13 @@ module.exports={
|
|
72162
72479
|
"locationName": "Id"
|
72163
72480
|
},
|
72164
72481
|
"TelephonyConfig": {
|
72165
|
-
"shape": "
|
72482
|
+
"shape": "Sfy"
|
72166
72483
|
},
|
72167
72484
|
"SignInConfig": {
|
72168
|
-
"shape": "
|
72485
|
+
"shape": "Sg3"
|
72169
72486
|
},
|
72170
72487
|
"AgentConfig": {
|
72171
|
-
"shape": "
|
72488
|
+
"shape": "Sg6"
|
72172
72489
|
}
|
72173
72490
|
}
|
72174
72491
|
},
|
@@ -72239,19 +72556,19 @@ module.exports={
|
|
72239
72556
|
"type": "structure",
|
72240
72557
|
"members": {
|
72241
72558
|
"LevelOne": {
|
72242
|
-
"shape": "
|
72559
|
+
"shape": "Sqc"
|
72243
72560
|
},
|
72244
72561
|
"LevelTwo": {
|
72245
|
-
"shape": "
|
72562
|
+
"shape": "Sqc"
|
72246
72563
|
},
|
72247
72564
|
"LevelThree": {
|
72248
|
-
"shape": "
|
72565
|
+
"shape": "Sqc"
|
72249
72566
|
},
|
72250
72567
|
"LevelFour": {
|
72251
|
-
"shape": "
|
72568
|
+
"shape": "Sqc"
|
72252
72569
|
},
|
72253
72570
|
"LevelFive": {
|
72254
|
-
"shape": "
|
72571
|
+
"shape": "Sqc"
|
72255
72572
|
}
|
72256
72573
|
}
|
72257
72574
|
},
|
@@ -72363,6 +72680,72 @@ module.exports={
|
|
72363
72680
|
}
|
72364
72681
|
}
|
72365
72682
|
}
|
72683
|
+
},
|
72684
|
+
"UpdateViewContent": {
|
72685
|
+
"http": {
|
72686
|
+
"requestUri": "/views/{InstanceId}/{ViewId}"
|
72687
|
+
},
|
72688
|
+
"input": {
|
72689
|
+
"type": "structure",
|
72690
|
+
"required": [
|
72691
|
+
"InstanceId",
|
72692
|
+
"ViewId",
|
72693
|
+
"Status",
|
72694
|
+
"Content"
|
72695
|
+
],
|
72696
|
+
"members": {
|
72697
|
+
"InstanceId": {
|
72698
|
+
"location": "uri",
|
72699
|
+
"locationName": "InstanceId"
|
72700
|
+
},
|
72701
|
+
"ViewId": {
|
72702
|
+
"location": "uri",
|
72703
|
+
"locationName": "ViewId"
|
72704
|
+
},
|
72705
|
+
"Status": {},
|
72706
|
+
"Content": {
|
72707
|
+
"shape": "S85"
|
72708
|
+
}
|
72709
|
+
}
|
72710
|
+
},
|
72711
|
+
"output": {
|
72712
|
+
"type": "structure",
|
72713
|
+
"members": {
|
72714
|
+
"View": {
|
72715
|
+
"shape": "S8c"
|
72716
|
+
}
|
72717
|
+
}
|
72718
|
+
}
|
72719
|
+
},
|
72720
|
+
"UpdateViewMetadata": {
|
72721
|
+
"http": {
|
72722
|
+
"requestUri": "/views/{InstanceId}/{ViewId}/metadata"
|
72723
|
+
},
|
72724
|
+
"input": {
|
72725
|
+
"type": "structure",
|
72726
|
+
"required": [
|
72727
|
+
"InstanceId",
|
72728
|
+
"ViewId"
|
72729
|
+
],
|
72730
|
+
"members": {
|
72731
|
+
"InstanceId": {
|
72732
|
+
"location": "uri",
|
72733
|
+
"locationName": "InstanceId"
|
72734
|
+
},
|
72735
|
+
"ViewId": {
|
72736
|
+
"location": "uri",
|
72737
|
+
"locationName": "ViewId"
|
72738
|
+
},
|
72739
|
+
"Name": {
|
72740
|
+
"shape": "S8a"
|
72741
|
+
},
|
72742
|
+
"Description": {}
|
72743
|
+
}
|
72744
|
+
},
|
72745
|
+
"output": {
|
72746
|
+
"type": "structure",
|
72747
|
+
"members": {}
|
72748
|
+
}
|
72366
72749
|
}
|
72367
72750
|
},
|
72368
72751
|
"shapes": {
|
@@ -73004,7 +73387,67 @@ module.exports={
|
|
73004
73387
|
"type": "list",
|
73005
73388
|
"member": {}
|
73006
73389
|
},
|
73007
|
-
"
|
73390
|
+
"S85": {
|
73391
|
+
"type": "structure",
|
73392
|
+
"members": {
|
73393
|
+
"Template": {},
|
73394
|
+
"Actions": {
|
73395
|
+
"shape": "S87"
|
73396
|
+
}
|
73397
|
+
}
|
73398
|
+
},
|
73399
|
+
"S87": {
|
73400
|
+
"type": "list",
|
73401
|
+
"member": {
|
73402
|
+
"type": "string",
|
73403
|
+
"sensitive": true
|
73404
|
+
}
|
73405
|
+
},
|
73406
|
+
"S8a": {
|
73407
|
+
"type": "string",
|
73408
|
+
"sensitive": true
|
73409
|
+
},
|
73410
|
+
"S8c": {
|
73411
|
+
"type": "structure",
|
73412
|
+
"members": {
|
73413
|
+
"Id": {},
|
73414
|
+
"Arn": {},
|
73415
|
+
"Name": {
|
73416
|
+
"shape": "S8a"
|
73417
|
+
},
|
73418
|
+
"Status": {},
|
73419
|
+
"Type": {},
|
73420
|
+
"Description": {},
|
73421
|
+
"Version": {
|
73422
|
+
"type": "integer"
|
73423
|
+
},
|
73424
|
+
"VersionDescription": {},
|
73425
|
+
"Content": {
|
73426
|
+
"type": "structure",
|
73427
|
+
"members": {
|
73428
|
+
"InputSchema": {
|
73429
|
+
"type": "string",
|
73430
|
+
"sensitive": true
|
73431
|
+
},
|
73432
|
+
"Template": {},
|
73433
|
+
"Actions": {
|
73434
|
+
"shape": "S87"
|
73435
|
+
}
|
73436
|
+
}
|
73437
|
+
},
|
73438
|
+
"Tags": {
|
73439
|
+
"shape": "S1r"
|
73440
|
+
},
|
73441
|
+
"CreatedTime": {
|
73442
|
+
"type": "timestamp"
|
73443
|
+
},
|
73444
|
+
"LastModifiedTime": {
|
73445
|
+
"type": "timestamp"
|
73446
|
+
},
|
73447
|
+
"ViewContentSha256": {}
|
73448
|
+
}
|
73449
|
+
},
|
73450
|
+
"Sa4": {
|
73008
73451
|
"type": "structure",
|
73009
73452
|
"members": {
|
73010
73453
|
"Percentage": {
|
@@ -73018,7 +73461,7 @@ module.exports={
|
|
73018
73461
|
}
|
73019
73462
|
}
|
73020
73463
|
},
|
73021
|
-
"
|
73464
|
+
"Sa8": {
|
73022
73465
|
"type": "structure",
|
73023
73466
|
"members": {
|
73024
73467
|
"StringValue": {},
|
@@ -73031,7 +73474,7 @@ module.exports={
|
|
73031
73474
|
},
|
73032
73475
|
"union": true
|
73033
73476
|
},
|
73034
|
-
"
|
73477
|
+
"Sab": {
|
73035
73478
|
"type": "map",
|
73036
73479
|
"key": {},
|
73037
73480
|
"value": {
|
@@ -73041,7 +73484,7 @@ module.exports={
|
|
73041
73484
|
}
|
73042
73485
|
}
|
73043
73486
|
},
|
73044
|
-
"
|
73487
|
+
"Sax": {
|
73045
73488
|
"type": "structure",
|
73046
73489
|
"members": {
|
73047
73490
|
"HoursOfOperationId": {},
|
@@ -73057,14 +73500,14 @@ module.exports={
|
|
73057
73500
|
}
|
73058
73501
|
}
|
73059
73502
|
},
|
73060
|
-
"
|
73503
|
+
"Sb7": {
|
73061
73504
|
"type": "structure",
|
73062
73505
|
"members": {
|
73063
73506
|
"AttributeType": {},
|
73064
73507
|
"Value": {}
|
73065
73508
|
}
|
73066
73509
|
},
|
73067
|
-
"
|
73510
|
+
"Sbl": {
|
73068
73511
|
"type": "structure",
|
73069
73512
|
"members": {
|
73070
73513
|
"PromptARN": {},
|
@@ -73076,7 +73519,7 @@ module.exports={
|
|
73076
73519
|
}
|
73077
73520
|
}
|
73078
73521
|
},
|
73079
|
-
"
|
73522
|
+
"Sbo": {
|
73080
73523
|
"type": "structure",
|
73081
73524
|
"members": {
|
73082
73525
|
"Name": {},
|
@@ -73096,7 +73539,7 @@ module.exports={
|
|
73096
73539
|
}
|
73097
73540
|
}
|
73098
73541
|
},
|
73099
|
-
"
|
73542
|
+
"Sbs": {
|
73100
73543
|
"type": "structure",
|
73101
73544
|
"members": {
|
73102
73545
|
"QuickConnectARN": {},
|
@@ -73111,7 +73554,7 @@ module.exports={
|
|
73111
73554
|
}
|
73112
73555
|
}
|
73113
73556
|
},
|
73114
|
-
"
|
73557
|
+
"Sbv": {
|
73115
73558
|
"type": "structure",
|
73116
73559
|
"members": {
|
73117
73560
|
"InstanceId": {},
|
@@ -73135,7 +73578,7 @@ module.exports={
|
|
73135
73578
|
"AgentAvailabilityTimer": {}
|
73136
73579
|
}
|
73137
73580
|
},
|
73138
|
-
"
|
73581
|
+
"Sch": {
|
73139
73582
|
"type": "structure",
|
73140
73583
|
"members": {
|
73141
73584
|
"Id": {},
|
@@ -73143,7 +73586,7 @@ module.exports={
|
|
73143
73586
|
"Name": {}
|
73144
73587
|
}
|
73145
73588
|
},
|
73146
|
-
"
|
73589
|
+
"Scl": {
|
73147
73590
|
"type": "structure",
|
73148
73591
|
"members": {
|
73149
73592
|
"Id": {},
|
@@ -73151,90 +73594,90 @@ module.exports={
|
|
73151
73594
|
"Name": {}
|
73152
73595
|
}
|
73153
73596
|
},
|
73154
|
-
"
|
73597
|
+
"Sda": {
|
73155
73598
|
"type": "map",
|
73156
73599
|
"key": {},
|
73157
73600
|
"value": {}
|
73158
73601
|
},
|
73159
|
-
"
|
73602
|
+
"Sde": {
|
73160
73603
|
"type": "structure",
|
73161
73604
|
"members": {
|
73162
73605
|
"Queues": {
|
73163
|
-
"shape": "
|
73606
|
+
"shape": "Sdf"
|
73164
73607
|
},
|
73165
73608
|
"Channels": {
|
73166
73609
|
"type": "list",
|
73167
73610
|
"member": {}
|
73168
73611
|
},
|
73169
73612
|
"RoutingProfiles": {
|
73170
|
-
"shape": "
|
73613
|
+
"shape": "Sdh"
|
73171
73614
|
}
|
73172
73615
|
}
|
73173
73616
|
},
|
73174
|
-
"
|
73617
|
+
"Sdf": {
|
73175
73618
|
"type": "list",
|
73176
73619
|
"member": {}
|
73177
73620
|
},
|
73178
|
-
"
|
73621
|
+
"Sdh": {
|
73179
73622
|
"type": "list",
|
73180
73623
|
"member": {}
|
73181
73624
|
},
|
73182
|
-
"
|
73625
|
+
"Sdi": {
|
73183
73626
|
"type": "list",
|
73184
73627
|
"member": {}
|
73185
73628
|
},
|
73186
|
-
"
|
73629
|
+
"Sdl": {
|
73187
73630
|
"type": "structure",
|
73188
73631
|
"members": {
|
73189
73632
|
"Name": {},
|
73190
73633
|
"Unit": {}
|
73191
73634
|
}
|
73192
73635
|
},
|
73193
|
-
"
|
73636
|
+
"Sdw": {
|
73194
73637
|
"type": "structure",
|
73195
73638
|
"members": {
|
73196
73639
|
"Queue": {
|
73197
|
-
"shape": "
|
73640
|
+
"shape": "Sdx"
|
73198
73641
|
},
|
73199
73642
|
"Channel": {},
|
73200
73643
|
"RoutingProfile": {
|
73201
|
-
"shape": "
|
73644
|
+
"shape": "Sdy"
|
73202
73645
|
}
|
73203
73646
|
}
|
73204
73647
|
},
|
73205
|
-
"
|
73648
|
+
"Sdx": {
|
73206
73649
|
"type": "structure",
|
73207
73650
|
"members": {
|
73208
73651
|
"Id": {},
|
73209
73652
|
"Arn": {}
|
73210
73653
|
}
|
73211
73654
|
},
|
73212
|
-
"
|
73655
|
+
"Sdy": {
|
73213
73656
|
"type": "structure",
|
73214
73657
|
"members": {
|
73215
73658
|
"Id": {},
|
73216
73659
|
"Arn": {}
|
73217
73660
|
}
|
73218
73661
|
},
|
73219
|
-
"
|
73662
|
+
"Sef": {
|
73220
73663
|
"type": "structure",
|
73221
73664
|
"members": {
|
73222
73665
|
"Id": {},
|
73223
73666
|
"Arn": {}
|
73224
73667
|
}
|
73225
73668
|
},
|
73226
|
-
"
|
73669
|
+
"Seh": {
|
73227
73670
|
"type": "map",
|
73228
73671
|
"key": {},
|
73229
73672
|
"value": {
|
73230
73673
|
"type": "integer"
|
73231
73674
|
}
|
73232
73675
|
},
|
73233
|
-
"
|
73676
|
+
"Seo": {
|
73234
73677
|
"type": "string",
|
73235
73678
|
"sensitive": true
|
73236
73679
|
},
|
73237
|
-
"
|
73680
|
+
"Ser": {
|
73238
73681
|
"type": "structure",
|
73239
73682
|
"members": {
|
73240
73683
|
"Name": {},
|
@@ -73251,7 +73694,7 @@ module.exports={
|
|
73251
73694
|
"Unit": {}
|
73252
73695
|
}
|
73253
73696
|
},
|
73254
|
-
"
|
73697
|
+
"Sfa": {
|
73255
73698
|
"type": "structure",
|
73256
73699
|
"members": {
|
73257
73700
|
"Name": {},
|
@@ -73282,18 +73725,18 @@ module.exports={
|
|
73282
73725
|
}
|
73283
73726
|
}
|
73284
73727
|
},
|
73285
|
-
"
|
73728
|
+
"Sfy": {
|
73286
73729
|
"type": "structure",
|
73287
73730
|
"required": [
|
73288
73731
|
"Distributions"
|
73289
73732
|
],
|
73290
73733
|
"members": {
|
73291
73734
|
"Distributions": {
|
73292
|
-
"shape": "
|
73735
|
+
"shape": "Sfz"
|
73293
73736
|
}
|
73294
73737
|
}
|
73295
73738
|
},
|
73296
|
-
"
|
73739
|
+
"Sfz": {
|
73297
73740
|
"type": "list",
|
73298
73741
|
"member": {
|
73299
73742
|
"type": "structure",
|
@@ -73309,7 +73752,7 @@ module.exports={
|
|
73309
73752
|
}
|
73310
73753
|
}
|
73311
73754
|
},
|
73312
|
-
"
|
73755
|
+
"Sg3": {
|
73313
73756
|
"type": "structure",
|
73314
73757
|
"required": [
|
73315
73758
|
"Distributions"
|
@@ -73333,26 +73776,26 @@ module.exports={
|
|
73333
73776
|
}
|
73334
73777
|
}
|
73335
73778
|
},
|
73336
|
-
"
|
73779
|
+
"Sg6": {
|
73337
73780
|
"type": "structure",
|
73338
73781
|
"required": [
|
73339
73782
|
"Distributions"
|
73340
73783
|
],
|
73341
73784
|
"members": {
|
73342
73785
|
"Distributions": {
|
73343
|
-
"shape": "
|
73786
|
+
"shape": "Sfz"
|
73344
73787
|
}
|
73345
73788
|
}
|
73346
73789
|
},
|
73347
|
-
"
|
73790
|
+
"Sig": {
|
73348
73791
|
"type": "list",
|
73349
73792
|
"member": {}
|
73350
73793
|
},
|
73351
|
-
"
|
73794
|
+
"Sih": {
|
73352
73795
|
"type": "list",
|
73353
73796
|
"member": {}
|
73354
73797
|
},
|
73355
|
-
"
|
73798
|
+
"Siy": {
|
73356
73799
|
"type": "list",
|
73357
73800
|
"member": {
|
73358
73801
|
"type": "structure",
|
@@ -73364,57 +73807,57 @@ module.exports={
|
|
73364
73807
|
}
|
73365
73808
|
}
|
73366
73809
|
},
|
73367
|
-
"
|
73810
|
+
"Slg": {
|
73368
73811
|
"type": "structure",
|
73369
73812
|
"members": {
|
73370
73813
|
"OrConditions": {
|
73371
73814
|
"type": "list",
|
73372
73815
|
"member": {
|
73373
|
-
"shape": "
|
73816
|
+
"shape": "Sli"
|
73374
73817
|
}
|
73375
73818
|
},
|
73376
73819
|
"AndConditions": {
|
73377
|
-
"shape": "
|
73820
|
+
"shape": "Sli"
|
73378
73821
|
},
|
73379
73822
|
"TagCondition": {
|
73380
|
-
"shape": "
|
73823
|
+
"shape": "Slj"
|
73381
73824
|
}
|
73382
73825
|
}
|
73383
73826
|
},
|
73384
|
-
"
|
73827
|
+
"Sli": {
|
73385
73828
|
"type": "list",
|
73386
73829
|
"member": {
|
73387
|
-
"shape": "
|
73830
|
+
"shape": "Slj"
|
73388
73831
|
}
|
73389
73832
|
},
|
73390
|
-
"
|
73833
|
+
"Slj": {
|
73391
73834
|
"type": "structure",
|
73392
73835
|
"members": {
|
73393
73836
|
"TagKey": {},
|
73394
73837
|
"TagValue": {}
|
73395
73838
|
}
|
73396
73839
|
},
|
73397
|
-
"
|
73840
|
+
"Slk": {
|
73398
73841
|
"type": "structure",
|
73399
73842
|
"members": {
|
73400
73843
|
"OrConditions": {
|
73401
|
-
"shape": "
|
73844
|
+
"shape": "Sll"
|
73402
73845
|
},
|
73403
73846
|
"AndConditions": {
|
73404
|
-
"shape": "
|
73847
|
+
"shape": "Sll"
|
73405
73848
|
},
|
73406
73849
|
"StringCondition": {
|
73407
|
-
"shape": "
|
73850
|
+
"shape": "Slm"
|
73408
73851
|
}
|
73409
73852
|
}
|
73410
73853
|
},
|
73411
|
-
"
|
73854
|
+
"Sll": {
|
73412
73855
|
"type": "list",
|
73413
73856
|
"member": {
|
73414
|
-
"shape": "
|
73857
|
+
"shape": "Slk"
|
73415
73858
|
}
|
73416
73859
|
},
|
73417
|
-
"
|
73860
|
+
"Slm": {
|
73418
73861
|
"type": "structure",
|
73419
73862
|
"members": {
|
73420
73863
|
"FieldName": {},
|
@@ -73422,118 +73865,118 @@ module.exports={
|
|
73422
73865
|
"ComparisonType": {}
|
73423
73866
|
}
|
73424
73867
|
},
|
73425
|
-
"
|
73868
|
+
"Sls": {
|
73426
73869
|
"type": "structure",
|
73427
73870
|
"members": {
|
73428
73871
|
"OrConditions": {
|
73429
|
-
"shape": "
|
73872
|
+
"shape": "Slt"
|
73430
73873
|
},
|
73431
73874
|
"AndConditions": {
|
73432
|
-
"shape": "
|
73875
|
+
"shape": "Slt"
|
73433
73876
|
},
|
73434
73877
|
"StringCondition": {
|
73435
|
-
"shape": "
|
73878
|
+
"shape": "Slm"
|
73436
73879
|
}
|
73437
73880
|
}
|
73438
73881
|
},
|
73439
|
-
"
|
73882
|
+
"Slt": {
|
73440
73883
|
"type": "list",
|
73441
73884
|
"member": {
|
73442
|
-
"shape": "
|
73885
|
+
"shape": "Sls"
|
73443
73886
|
}
|
73444
73887
|
},
|
73445
|
-
"
|
73888
|
+
"Sly": {
|
73446
73889
|
"type": "structure",
|
73447
73890
|
"members": {
|
73448
73891
|
"OrConditions": {
|
73449
|
-
"shape": "
|
73892
|
+
"shape": "Slz"
|
73450
73893
|
},
|
73451
73894
|
"AndConditions": {
|
73452
|
-
"shape": "
|
73895
|
+
"shape": "Slz"
|
73453
73896
|
},
|
73454
73897
|
"StringCondition": {
|
73455
|
-
"shape": "
|
73898
|
+
"shape": "Slm"
|
73456
73899
|
},
|
73457
73900
|
"QueueTypeCondition": {}
|
73458
73901
|
}
|
73459
73902
|
},
|
73460
|
-
"
|
73903
|
+
"Slz": {
|
73461
73904
|
"type": "list",
|
73462
73905
|
"member": {
|
73463
|
-
"shape": "
|
73906
|
+
"shape": "Sly"
|
73464
73907
|
}
|
73465
73908
|
},
|
73466
|
-
"
|
73909
|
+
"Sm5": {
|
73467
73910
|
"type": "structure",
|
73468
73911
|
"members": {
|
73469
73912
|
"OrConditions": {
|
73470
|
-
"shape": "
|
73913
|
+
"shape": "Sm6"
|
73471
73914
|
},
|
73472
73915
|
"AndConditions": {
|
73473
|
-
"shape": "
|
73916
|
+
"shape": "Sm6"
|
73474
73917
|
},
|
73475
73918
|
"StringCondition": {
|
73476
|
-
"shape": "
|
73919
|
+
"shape": "Slm"
|
73477
73920
|
}
|
73478
73921
|
}
|
73479
73922
|
},
|
73480
|
-
"
|
73923
|
+
"Sm6": {
|
73481
73924
|
"type": "list",
|
73482
73925
|
"member": {
|
73483
|
-
"shape": "
|
73926
|
+
"shape": "Sm5"
|
73484
73927
|
}
|
73485
73928
|
},
|
73486
|
-
"
|
73929
|
+
"Smk": {
|
73487
73930
|
"type": "structure",
|
73488
73931
|
"members": {
|
73489
73932
|
"OrConditions": {
|
73490
|
-
"shape": "
|
73933
|
+
"shape": "Sml"
|
73491
73934
|
},
|
73492
73935
|
"AndConditions": {
|
73493
|
-
"shape": "
|
73936
|
+
"shape": "Sml"
|
73494
73937
|
},
|
73495
73938
|
"StringCondition": {
|
73496
|
-
"shape": "
|
73939
|
+
"shape": "Slm"
|
73497
73940
|
}
|
73498
73941
|
}
|
73499
73942
|
},
|
73500
|
-
"
|
73943
|
+
"Sml": {
|
73501
73944
|
"type": "list",
|
73502
73945
|
"member": {
|
73503
|
-
"shape": "
|
73946
|
+
"shape": "Smk"
|
73504
73947
|
}
|
73505
73948
|
},
|
73506
|
-
"
|
73949
|
+
"Smp": {
|
73507
73950
|
"type": "structure",
|
73508
73951
|
"members": {
|
73509
73952
|
"OrConditions": {
|
73510
|
-
"shape": "
|
73953
|
+
"shape": "Smq"
|
73511
73954
|
},
|
73512
73955
|
"AndConditions": {
|
73513
|
-
"shape": "
|
73956
|
+
"shape": "Smq"
|
73514
73957
|
},
|
73515
73958
|
"StringCondition": {
|
73516
|
-
"shape": "
|
73959
|
+
"shape": "Slm"
|
73517
73960
|
}
|
73518
73961
|
}
|
73519
73962
|
},
|
73520
|
-
"
|
73963
|
+
"Smq": {
|
73521
73964
|
"type": "list",
|
73522
73965
|
"member": {
|
73523
|
-
"shape": "
|
73966
|
+
"shape": "Smp"
|
73524
73967
|
}
|
73525
73968
|
},
|
73526
|
-
"
|
73969
|
+
"Smx": {
|
73527
73970
|
"type": "structure",
|
73528
73971
|
"members": {
|
73529
73972
|
"OrConditions": {
|
73530
|
-
"shape": "
|
73973
|
+
"shape": "Smy"
|
73531
73974
|
},
|
73532
73975
|
"AndConditions": {
|
73533
|
-
"shape": "
|
73976
|
+
"shape": "Smy"
|
73534
73977
|
},
|
73535
73978
|
"StringCondition": {
|
73536
|
-
"shape": "
|
73979
|
+
"shape": "Slm"
|
73537
73980
|
},
|
73538
73981
|
"HierarchyGroupCondition": {
|
73539
73982
|
"type": "structure",
|
@@ -73544,25 +73987,25 @@ module.exports={
|
|
73544
73987
|
}
|
73545
73988
|
}
|
73546
73989
|
},
|
73547
|
-
"
|
73990
|
+
"Smy": {
|
73548
73991
|
"type": "list",
|
73549
73992
|
"member": {
|
73550
|
-
"shape": "
|
73993
|
+
"shape": "Smx"
|
73551
73994
|
}
|
73552
73995
|
},
|
73553
|
-
"
|
73996
|
+
"So9": {
|
73554
73997
|
"type": "map",
|
73555
73998
|
"key": {},
|
73556
73999
|
"value": {
|
73557
74000
|
"type": "structure",
|
73558
74001
|
"members": {
|
73559
74002
|
"Value": {
|
73560
|
-
"shape": "
|
74003
|
+
"shape": "Sa8"
|
73561
74004
|
}
|
73562
74005
|
}
|
73563
74006
|
}
|
73564
74007
|
},
|
73565
|
-
"
|
74008
|
+
"Sqc": {
|
73566
74009
|
"type": "structure",
|
73567
74010
|
"required": [
|
73568
74011
|
"Name"
|
@@ -73804,6 +74247,18 @@ module.exports={
|
|
73804
74247
|
"output_token": "NextToken",
|
73805
74248
|
"result_key": "UserSummaryList"
|
73806
74249
|
},
|
74250
|
+
"ListViewVersions": {
|
74251
|
+
"input_token": "NextToken",
|
74252
|
+
"limit_key": "MaxResults",
|
74253
|
+
"output_token": "NextToken",
|
74254
|
+
"result_key": "ViewVersionSummaryList"
|
74255
|
+
},
|
74256
|
+
"ListViews": {
|
74257
|
+
"input_token": "NextToken",
|
74258
|
+
"limit_key": "MaxResults",
|
74259
|
+
"output_token": "NextToken",
|
74260
|
+
"result_key": "ViewsSummaryList"
|
74261
|
+
},
|
73807
74262
|
"SearchAvailablePhoneNumbers": {
|
73808
74263
|
"input_token": "NextToken",
|
73809
74264
|
"limit_key": "MaxResults",
|
@@ -261249,7 +261704,7 @@ AWS.util.update(AWS, {
|
|
261249
261704
|
/**
|
261250
261705
|
* @constant
|
261251
261706
|
*/
|
261252
|
-
VERSION: '2.
|
261707
|
+
VERSION: '2.1450.0',
|
261253
261708
|
|
261254
261709
|
/**
|
261255
261710
|
* @api private
|
@@ -283430,7 +283885,7 @@ var LRUCache = /** @class */ (function () {
|
|
283430
283885
|
}());
|
283431
283886
|
exports.LRUCache = LRUCache;
|
283432
283887
|
},{}],467:[function(require,module,exports){
|
283433
|
-
// AWS SDK for JavaScript v2.
|
283888
|
+
// AWS SDK for JavaScript v2.1450.0
|
283434
283889
|
// Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
|
283435
283890
|
// License at https://sdk.amazonaws.com/js/BUNDLE_LICENSE.txt
|
283436
283891
|
require('./browser_loader');
|