aws-sdk 2.1651.0 → 2.1653.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/README.md +1 -1
- package/apis/apigateway-2015-07-09.min.json +7 -1
- package/apis/cognito-identity-2014-06-30.min.json +23 -5
- package/apis/connect-2017-08-08.min.json +432 -285
- package/apis/connect-2017-08-08.paginators.json +6 -0
- package/apis/docdb-2014-10-31.min.json +7 -1
- package/apis/fms-2018-01-01.min.json +4 -1
- package/apis/payment-cryptography-2021-09-14.min.json +10 -1
- package/apis/payment-cryptography-data-2022-02-03.min.json +409 -367
- package/apis/payment-cryptography-data-2022-02-03.waiters2.json +5 -0
- package/apis/s3-2006-03-01.examples.json +103 -103
- package/apis/s3-2006-03-01.min.json +37 -5
- package/apis/states-2016-11-23.min.json +4 -1
- package/apis/swf-2012-01-25.min.json +4 -1
- package/apis/wafv2-2019-07-29.min.json +4 -1
- package/clients/connect.d.ts +184 -6
- package/clients/ec2.d.ts +9 -9
- package/clients/eks.d.ts +1 -1
- package/clients/paymentcryptography.d.ts +3 -3
- package/clients/paymentcryptographydata.d.ts +302 -260
- package/clients/paymentcryptographydata.js +1 -0
- package/clients/s3.d.ts +34 -10
- package/clients/wafv2.d.ts +1 -1
- package/dist/aws-sdk-core-react-native.js +1 -1
- package/dist/aws-sdk-react-native.js +299 -292
- package/dist/aws-sdk.js +508 -299
- package/dist/aws-sdk.min.js +107 -107
- 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.1653.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){
|
@@ -1903,10 +1903,16 @@ module.exports={
|
|
1903
1903
|
"apiVersion": "2015-07-09",
|
1904
1904
|
"endpointPrefix": "apigateway",
|
1905
1905
|
"protocol": "rest-json",
|
1906
|
+
"protocols": [
|
1907
|
+
"rest-json"
|
1908
|
+
],
|
1906
1909
|
"serviceFullName": "Amazon API Gateway",
|
1907
1910
|
"serviceId": "API Gateway",
|
1908
1911
|
"signatureVersion": "v4",
|
1909
|
-
"uid": "apigateway-2015-07-09"
|
1912
|
+
"uid": "apigateway-2015-07-09",
|
1913
|
+
"auth": [
|
1914
|
+
"aws.auth#sigv4"
|
1915
|
+
]
|
1910
1916
|
},
|
1911
1917
|
"operations": {
|
1912
1918
|
"CreateApiKey": {
|
@@ -53066,11 +53072,17 @@ module.exports={
|
|
53066
53072
|
"endpointPrefix": "cognito-identity",
|
53067
53073
|
"jsonVersion": "1.1",
|
53068
53074
|
"protocol": "json",
|
53075
|
+
"protocols": [
|
53076
|
+
"json"
|
53077
|
+
],
|
53069
53078
|
"serviceFullName": "Amazon Cognito Identity",
|
53070
53079
|
"serviceId": "Cognito Identity",
|
53071
53080
|
"signatureVersion": "v4",
|
53072
53081
|
"targetPrefix": "AWSCognitoIdentityService",
|
53073
|
-
"uid": "cognito-identity-2014-06-30"
|
53082
|
+
"uid": "cognito-identity-2014-06-30",
|
53083
|
+
"auth": [
|
53084
|
+
"aws.auth#sigv4"
|
53085
|
+
]
|
53074
53086
|
},
|
53075
53087
|
"operations": {
|
53076
53088
|
"CreateIdentityPool": {
|
@@ -53209,7 +53221,10 @@ module.exports={
|
|
53209
53221
|
}
|
53210
53222
|
}
|
53211
53223
|
},
|
53212
|
-
"authtype": "none"
|
53224
|
+
"authtype": "none",
|
53225
|
+
"auth": [
|
53226
|
+
"smithy.api#noAuth"
|
53227
|
+
]
|
53213
53228
|
},
|
53214
53229
|
"GetId": {
|
53215
53230
|
"input": {
|
@@ -53231,7 +53246,10 @@ module.exports={
|
|
53231
53246
|
"IdentityId": {}
|
53232
53247
|
}
|
53233
53248
|
},
|
53234
|
-
"authtype": "none"
|
53249
|
+
"authtype": "none",
|
53250
|
+
"auth": [
|
53251
|
+
"smithy.api#noAuth"
|
53252
|
+
]
|
53235
53253
|
},
|
53236
53254
|
"GetIdentityPoolRoles": {
|
53237
53255
|
"input": {
|
@@ -53276,7 +53294,10 @@ module.exports={
|
|
53276
53294
|
"Token": {}
|
53277
53295
|
}
|
53278
53296
|
},
|
53279
|
-
"authtype": "none"
|
53297
|
+
"authtype": "none",
|
53298
|
+
"auth": [
|
53299
|
+
"smithy.api#noAuth"
|
53300
|
+
]
|
53280
53301
|
},
|
53281
53302
|
"GetOpenIdTokenForDeveloperIdentity": {
|
53282
53303
|
"input": {
|
@@ -53569,7 +53590,10 @@ module.exports={
|
|
53569
53590
|
}
|
53570
53591
|
}
|
53571
53592
|
},
|
53572
|
-
"authtype": "none"
|
53593
|
+
"authtype": "none",
|
53594
|
+
"auth": [
|
53595
|
+
"smithy.api#noAuth"
|
53596
|
+
]
|
53573
53597
|
},
|
53574
53598
|
"UntagResource": {
|
53575
53599
|
"input": {
|
@@ -69423,6 +69447,65 @@ module.exports={
|
|
69423
69447
|
}
|
69424
69448
|
}
|
69425
69449
|
},
|
69450
|
+
"DescribeAuthenticationProfile": {
|
69451
|
+
"http": {
|
69452
|
+
"method": "GET",
|
69453
|
+
"requestUri": "/authentication-profiles/{InstanceId}/{AuthenticationProfileId}"
|
69454
|
+
},
|
69455
|
+
"input": {
|
69456
|
+
"type": "structure",
|
69457
|
+
"required": [
|
69458
|
+
"AuthenticationProfileId",
|
69459
|
+
"InstanceId"
|
69460
|
+
],
|
69461
|
+
"members": {
|
69462
|
+
"AuthenticationProfileId": {
|
69463
|
+
"location": "uri",
|
69464
|
+
"locationName": "AuthenticationProfileId"
|
69465
|
+
},
|
69466
|
+
"InstanceId": {
|
69467
|
+
"location": "uri",
|
69468
|
+
"locationName": "InstanceId"
|
69469
|
+
}
|
69470
|
+
}
|
69471
|
+
},
|
69472
|
+
"output": {
|
69473
|
+
"type": "structure",
|
69474
|
+
"members": {
|
69475
|
+
"AuthenticationProfile": {
|
69476
|
+
"type": "structure",
|
69477
|
+
"members": {
|
69478
|
+
"Id": {},
|
69479
|
+
"Arn": {},
|
69480
|
+
"Name": {},
|
69481
|
+
"Description": {},
|
69482
|
+
"AllowedIps": {
|
69483
|
+
"shape": "Sch"
|
69484
|
+
},
|
69485
|
+
"BlockedIps": {
|
69486
|
+
"shape": "Sch"
|
69487
|
+
},
|
69488
|
+
"IsDefault": {
|
69489
|
+
"type": "boolean"
|
69490
|
+
},
|
69491
|
+
"CreatedTime": {
|
69492
|
+
"type": "timestamp"
|
69493
|
+
},
|
69494
|
+
"LastModifiedTime": {
|
69495
|
+
"type": "timestamp"
|
69496
|
+
},
|
69497
|
+
"LastModifiedRegion": {},
|
69498
|
+
"PeriodicSessionDuration": {
|
69499
|
+
"type": "integer"
|
69500
|
+
},
|
69501
|
+
"MaxSessionDuration": {
|
69502
|
+
"type": "integer"
|
69503
|
+
}
|
69504
|
+
}
|
69505
|
+
}
|
69506
|
+
}
|
69507
|
+
}
|
69508
|
+
},
|
69426
69509
|
"DescribeContact": {
|
69427
69510
|
"http": {
|
69428
69511
|
"method": "GET",
|
@@ -69457,10 +69540,10 @@ module.exports={
|
|
69457
69540
|
"PreviousContactId": {},
|
69458
69541
|
"InitiationMethod": {},
|
69459
69542
|
"Name": {
|
69460
|
-
"shape": "
|
69543
|
+
"shape": "Scp"
|
69461
69544
|
},
|
69462
69545
|
"Description": {
|
69463
|
-
"shape": "
|
69546
|
+
"shape": "Scq"
|
69464
69547
|
},
|
69465
69548
|
"Channel": {},
|
69466
69549
|
"QueueInfo": {
|
@@ -69486,27 +69569,27 @@ module.exports={
|
|
69486
69569
|
"type": "structure",
|
69487
69570
|
"members": {
|
69488
69571
|
"Level1": {
|
69489
|
-
"shape": "
|
69572
|
+
"shape": "Scx"
|
69490
69573
|
},
|
69491
69574
|
"Level2": {
|
69492
|
-
"shape": "
|
69575
|
+
"shape": "Scx"
|
69493
69576
|
},
|
69494
69577
|
"Level3": {
|
69495
|
-
"shape": "
|
69578
|
+
"shape": "Scx"
|
69496
69579
|
},
|
69497
69580
|
"Level4": {
|
69498
|
-
"shape": "
|
69581
|
+
"shape": "Scx"
|
69499
69582
|
},
|
69500
69583
|
"Level5": {
|
69501
|
-
"shape": "
|
69584
|
+
"shape": "Scx"
|
69502
69585
|
}
|
69503
69586
|
}
|
69504
69587
|
},
|
69505
69588
|
"DeviceInfo": {
|
69506
|
-
"shape": "
|
69589
|
+
"shape": "Scy"
|
69507
69590
|
},
|
69508
69591
|
"Capabilities": {
|
69509
|
-
"shape": "
|
69592
|
+
"shape": "Sd2"
|
69510
69593
|
}
|
69511
69594
|
}
|
69512
69595
|
},
|
@@ -69548,7 +69631,7 @@ module.exports={
|
|
69548
69631
|
"type": "long"
|
69549
69632
|
},
|
69550
69633
|
"Tags": {
|
69551
|
-
"shape": "
|
69634
|
+
"shape": "Sd9"
|
69552
69635
|
},
|
69553
69636
|
"ConnectedToSystemTimestamp": {
|
69554
69637
|
"type": "timestamp"
|
@@ -69573,7 +69656,7 @@ module.exports={
|
|
69573
69656
|
}
|
69574
69657
|
},
|
69575
69658
|
"Expression": {
|
69576
|
-
"shape": "
|
69659
|
+
"shape": "Sdh"
|
69577
69660
|
},
|
69578
69661
|
"Status": {}
|
69579
69662
|
}
|
@@ -69591,10 +69674,10 @@ module.exports={
|
|
69591
69674
|
"type": "structure",
|
69592
69675
|
"members": {
|
69593
69676
|
"DeviceInfo": {
|
69594
|
-
"shape": "
|
69677
|
+
"shape": "Scy"
|
69595
69678
|
},
|
69596
69679
|
"Capabilities": {
|
69597
|
-
"shape": "
|
69680
|
+
"shape": "Sd2"
|
69598
69681
|
}
|
69599
69682
|
}
|
69600
69683
|
},
|
@@ -69620,7 +69703,7 @@ module.exports={
|
|
69620
69703
|
"type": "structure",
|
69621
69704
|
"members": {
|
69622
69705
|
"Audio": {
|
69623
|
-
"shape": "
|
69706
|
+
"shape": "Sdy"
|
69624
69707
|
}
|
69625
69708
|
}
|
69626
69709
|
},
|
@@ -69628,7 +69711,7 @@ module.exports={
|
|
69628
69711
|
"type": "structure",
|
69629
69712
|
"members": {
|
69630
69713
|
"Audio": {
|
69631
|
-
"shape": "
|
69714
|
+
"shape": "Sdy"
|
69632
69715
|
}
|
69633
69716
|
}
|
69634
69717
|
}
|
@@ -69641,7 +69724,7 @@ module.exports={
|
|
69641
69724
|
}
|
69642
69725
|
},
|
69643
69726
|
"SegmentAttributes": {
|
69644
|
-
"shape": "
|
69727
|
+
"shape": "Se5"
|
69645
69728
|
}
|
69646
69729
|
}
|
69647
69730
|
}
|
@@ -69703,7 +69786,7 @@ module.exports={
|
|
69703
69786
|
"EvaluatorArn": {},
|
69704
69787
|
"ContactAgentId": {},
|
69705
69788
|
"Score": {
|
69706
|
-
"shape": "
|
69789
|
+
"shape": "Sed"
|
69707
69790
|
}
|
69708
69791
|
}
|
69709
69792
|
},
|
@@ -69714,23 +69797,23 @@ module.exports={
|
|
69714
69797
|
"type": "structure",
|
69715
69798
|
"members": {
|
69716
69799
|
"Value": {
|
69717
|
-
"shape": "
|
69800
|
+
"shape": "Seh"
|
69718
69801
|
},
|
69719
69802
|
"SystemSuggestedValue": {
|
69720
|
-
"shape": "
|
69803
|
+
"shape": "Seh"
|
69721
69804
|
}
|
69722
69805
|
}
|
69723
69806
|
}
|
69724
69807
|
},
|
69725
69808
|
"Notes": {
|
69726
|
-
"shape": "
|
69809
|
+
"shape": "Sek"
|
69727
69810
|
},
|
69728
69811
|
"Status": {},
|
69729
69812
|
"Scores": {
|
69730
69813
|
"type": "map",
|
69731
69814
|
"key": {},
|
69732
69815
|
"value": {
|
69733
|
-
"shape": "
|
69816
|
+
"shape": "Sed"
|
69734
69817
|
}
|
69735
69818
|
},
|
69736
69819
|
"CreatedTime": {
|
@@ -69798,7 +69881,7 @@ module.exports={
|
|
69798
69881
|
"type": "structure",
|
69799
69882
|
"members": {
|
69800
69883
|
"ContactFlow": {
|
69801
|
-
"shape": "
|
69884
|
+
"shape": "Ses"
|
69802
69885
|
}
|
69803
69886
|
}
|
69804
69887
|
}
|
@@ -69829,7 +69912,7 @@ module.exports={
|
|
69829
69912
|
"type": "structure",
|
69830
69913
|
"members": {
|
69831
69914
|
"ContactFlowModule": {
|
69832
|
-
"shape": "
|
69915
|
+
"shape": "Sew"
|
69833
69916
|
}
|
69834
69917
|
}
|
69835
69918
|
}
|
@@ -69942,7 +70025,7 @@ module.exports={
|
|
69942
70025
|
"type": "structure",
|
69943
70026
|
"members": {
|
69944
70027
|
"HoursOfOperation": {
|
69945
|
-
"shape": "
|
70028
|
+
"shape": "Sf6"
|
69946
70029
|
}
|
69947
70030
|
}
|
69948
70031
|
}
|
@@ -70028,7 +70111,7 @@ module.exports={
|
|
70028
70111
|
"type": "structure",
|
70029
70112
|
"members": {
|
70030
70113
|
"Attribute": {
|
70031
|
-
"shape": "
|
70114
|
+
"shape": "Sfg"
|
70032
70115
|
}
|
70033
70116
|
}
|
70034
70117
|
}
|
@@ -70142,7 +70225,7 @@ module.exports={
|
|
70142
70225
|
"type": "structure",
|
70143
70226
|
"members": {
|
70144
70227
|
"PredefinedAttribute": {
|
70145
|
-
"shape": "
|
70228
|
+
"shape": "Sfu"
|
70146
70229
|
}
|
70147
70230
|
}
|
70148
70231
|
}
|
@@ -70173,7 +70256,7 @@ module.exports={
|
|
70173
70256
|
"type": "structure",
|
70174
70257
|
"members": {
|
70175
70258
|
"Prompt": {
|
70176
|
-
"shape": "
|
70259
|
+
"shape": "Sfx"
|
70177
70260
|
}
|
70178
70261
|
}
|
70179
70262
|
}
|
@@ -70204,7 +70287,7 @@ module.exports={
|
|
70204
70287
|
"type": "structure",
|
70205
70288
|
"members": {
|
70206
70289
|
"Queue": {
|
70207
|
-
"shape": "
|
70290
|
+
"shape": "Sg0"
|
70208
70291
|
}
|
70209
70292
|
}
|
70210
70293
|
}
|
@@ -70235,7 +70318,7 @@ module.exports={
|
|
70235
70318
|
"type": "structure",
|
70236
70319
|
"members": {
|
70237
70320
|
"QuickConnect": {
|
70238
|
-
"shape": "
|
70321
|
+
"shape": "Sg4"
|
70239
70322
|
}
|
70240
70323
|
}
|
70241
70324
|
}
|
@@ -70266,7 +70349,7 @@ module.exports={
|
|
70266
70349
|
"type": "structure",
|
70267
70350
|
"members": {
|
70268
70351
|
"RoutingProfile": {
|
70269
|
-
"shape": "
|
70352
|
+
"shape": "Sg7"
|
70270
70353
|
}
|
70271
70354
|
}
|
70272
70355
|
}
|
@@ -70526,19 +70609,19 @@ module.exports={
|
|
70526
70609
|
"type": "structure",
|
70527
70610
|
"members": {
|
70528
70611
|
"LevelOne": {
|
70529
|
-
"shape": "
|
70612
|
+
"shape": "Sgu"
|
70530
70613
|
},
|
70531
70614
|
"LevelTwo": {
|
70532
|
-
"shape": "
|
70615
|
+
"shape": "Sgu"
|
70533
70616
|
},
|
70534
70617
|
"LevelThree": {
|
70535
|
-
"shape": "
|
70618
|
+
"shape": "Sgu"
|
70536
70619
|
},
|
70537
70620
|
"LevelFour": {
|
70538
|
-
"shape": "
|
70621
|
+
"shape": "Sgu"
|
70539
70622
|
},
|
70540
70623
|
"LevelFive": {
|
70541
|
-
"shape": "
|
70624
|
+
"shape": "Sgu"
|
70542
70625
|
}
|
70543
70626
|
}
|
70544
70627
|
},
|
@@ -70578,19 +70661,19 @@ module.exports={
|
|
70578
70661
|
"type": "structure",
|
70579
70662
|
"members": {
|
70580
70663
|
"LevelOne": {
|
70581
|
-
"shape": "
|
70664
|
+
"shape": "Sgy"
|
70582
70665
|
},
|
70583
70666
|
"LevelTwo": {
|
70584
|
-
"shape": "
|
70667
|
+
"shape": "Sgy"
|
70585
70668
|
},
|
70586
70669
|
"LevelThree": {
|
70587
|
-
"shape": "
|
70670
|
+
"shape": "Sgy"
|
70588
70671
|
},
|
70589
70672
|
"LevelFour": {
|
70590
|
-
"shape": "
|
70673
|
+
"shape": "Sgy"
|
70591
70674
|
},
|
70592
70675
|
"LevelFive": {
|
70593
|
-
"shape": "
|
70676
|
+
"shape": "Sgy"
|
70594
70677
|
}
|
70595
70678
|
}
|
70596
70679
|
}
|
@@ -71173,15 +71256,15 @@ module.exports={
|
|
71173
71256
|
"locationName": "InstanceId"
|
71174
71257
|
},
|
71175
71258
|
"Filters": {
|
71176
|
-
"shape": "
|
71259
|
+
"shape": "Shz"
|
71177
71260
|
},
|
71178
71261
|
"Groupings": {
|
71179
|
-
"shape": "
|
71262
|
+
"shape": "Si5"
|
71180
71263
|
},
|
71181
71264
|
"CurrentMetrics": {
|
71182
71265
|
"type": "list",
|
71183
71266
|
"member": {
|
71184
|
-
"shape": "
|
71267
|
+
"shape": "Si8"
|
71185
71268
|
}
|
71186
71269
|
},
|
71187
71270
|
"NextToken": {},
|
@@ -71210,7 +71293,7 @@ module.exports={
|
|
71210
71293
|
"type": "structure",
|
71211
71294
|
"members": {
|
71212
71295
|
"Dimensions": {
|
71213
|
-
"shape": "
|
71296
|
+
"shape": "Sij"
|
71214
71297
|
},
|
71215
71298
|
"Collections": {
|
71216
71299
|
"type": "list",
|
@@ -71218,7 +71301,7 @@ module.exports={
|
|
71218
71301
|
"type": "structure",
|
71219
71302
|
"members": {
|
71220
71303
|
"Metric": {
|
71221
|
-
"shape": "
|
71304
|
+
"shape": "Si8"
|
71222
71305
|
},
|
71223
71306
|
"Value": {
|
71224
71307
|
"type": "double"
|
@@ -71257,7 +71340,7 @@ module.exports={
|
|
71257
71340
|
"type": "structure",
|
71258
71341
|
"members": {
|
71259
71342
|
"Queues": {
|
71260
|
-
"shape": "
|
71343
|
+
"shape": "Si0"
|
71261
71344
|
},
|
71262
71345
|
"ContactFilter": {
|
71263
71346
|
"type": "structure",
|
@@ -71269,7 +71352,7 @@ module.exports={
|
|
71269
71352
|
}
|
71270
71353
|
},
|
71271
71354
|
"RoutingProfiles": {
|
71272
|
-
"shape": "
|
71355
|
+
"shape": "Si2"
|
71273
71356
|
},
|
71274
71357
|
"Agents": {
|
71275
71358
|
"type": "list",
|
@@ -71304,25 +71387,25 @@ module.exports={
|
|
71304
71387
|
}
|
71305
71388
|
},
|
71306
71389
|
"RoutingProfile": {
|
71307
|
-
"shape": "
|
71390
|
+
"shape": "Sil"
|
71308
71391
|
},
|
71309
71392
|
"HierarchyPath": {
|
71310
71393
|
"type": "structure",
|
71311
71394
|
"members": {
|
71312
71395
|
"LevelOne": {
|
71313
|
-
"shape": "
|
71396
|
+
"shape": "Sj2"
|
71314
71397
|
},
|
71315
71398
|
"LevelTwo": {
|
71316
|
-
"shape": "
|
71399
|
+
"shape": "Sj2"
|
71317
71400
|
},
|
71318
71401
|
"LevelThree": {
|
71319
|
-
"shape": "
|
71402
|
+
"shape": "Sj2"
|
71320
71403
|
},
|
71321
71404
|
"LevelFour": {
|
71322
|
-
"shape": "
|
71405
|
+
"shape": "Sj2"
|
71323
71406
|
},
|
71324
71407
|
"LevelFive": {
|
71325
|
-
"shape": "
|
71408
|
+
"shape": "Sj2"
|
71326
71409
|
}
|
71327
71410
|
}
|
71328
71411
|
},
|
@@ -71337,13 +71420,13 @@ module.exports={
|
|
71337
71420
|
}
|
71338
71421
|
},
|
71339
71422
|
"AvailableSlotsByChannel": {
|
71340
|
-
"shape": "
|
71423
|
+
"shape": "Sj4"
|
71341
71424
|
},
|
71342
71425
|
"MaxSlotsByChannel": {
|
71343
|
-
"shape": "
|
71426
|
+
"shape": "Sj4"
|
71344
71427
|
},
|
71345
71428
|
"ActiveSlotsByChannel": {
|
71346
|
-
"shape": "
|
71429
|
+
"shape": "Sj4"
|
71347
71430
|
},
|
71348
71431
|
"Contacts": {
|
71349
71432
|
"type": "list",
|
@@ -71361,7 +71444,7 @@ module.exports={
|
|
71361
71444
|
"type": "timestamp"
|
71362
71445
|
},
|
71363
71446
|
"Queue": {
|
71364
|
-
"shape": "
|
71447
|
+
"shape": "Sik"
|
71365
71448
|
}
|
71366
71449
|
}
|
71367
71450
|
}
|
@@ -71400,13 +71483,13 @@ module.exports={
|
|
71400
71483
|
"type": "structure",
|
71401
71484
|
"members": {
|
71402
71485
|
"AccessToken": {
|
71403
|
-
"shape": "
|
71486
|
+
"shape": "Sjb"
|
71404
71487
|
},
|
71405
71488
|
"AccessTokenExpiration": {
|
71406
71489
|
"type": "timestamp"
|
71407
71490
|
},
|
71408
71491
|
"RefreshToken": {
|
71409
|
-
"shape": "
|
71492
|
+
"shape": "Sjb"
|
71410
71493
|
},
|
71411
71494
|
"RefreshTokenExpiration": {
|
71412
71495
|
"type": "timestamp"
|
@@ -71481,15 +71564,15 @@ module.exports={
|
|
71481
71564
|
"type": "timestamp"
|
71482
71565
|
},
|
71483
71566
|
"Filters": {
|
71484
|
-
"shape": "
|
71567
|
+
"shape": "Shz"
|
71485
71568
|
},
|
71486
71569
|
"Groupings": {
|
71487
|
-
"shape": "
|
71570
|
+
"shape": "Si5"
|
71488
71571
|
},
|
71489
71572
|
"HistoricalMetrics": {
|
71490
71573
|
"type": "list",
|
71491
71574
|
"member": {
|
71492
|
-
"shape": "
|
71575
|
+
"shape": "Sjg"
|
71493
71576
|
}
|
71494
71577
|
},
|
71495
71578
|
"NextToken": {},
|
@@ -71508,7 +71591,7 @@ module.exports={
|
|
71508
71591
|
"type": "structure",
|
71509
71592
|
"members": {
|
71510
71593
|
"Dimensions": {
|
71511
|
-
"shape": "
|
71594
|
+
"shape": "Sij"
|
71512
71595
|
},
|
71513
71596
|
"Collections": {
|
71514
71597
|
"type": "list",
|
@@ -71516,7 +71599,7 @@ module.exports={
|
|
71516
71599
|
"type": "structure",
|
71517
71600
|
"members": {
|
71518
71601
|
"Metric": {
|
71519
|
-
"shape": "
|
71602
|
+
"shape": "Sjg"
|
71520
71603
|
},
|
71521
71604
|
"Value": {
|
71522
71605
|
"type": "double"
|
@@ -71578,7 +71661,7 @@ module.exports={
|
|
71578
71661
|
"Metrics": {
|
71579
71662
|
"type": "list",
|
71580
71663
|
"member": {
|
71581
|
-
"shape": "
|
71664
|
+
"shape": "Sk1"
|
71582
71665
|
}
|
71583
71666
|
},
|
71584
71667
|
"NextToken": {},
|
@@ -71619,7 +71702,7 @@ module.exports={
|
|
71619
71702
|
"type": "structure",
|
71620
71703
|
"members": {
|
71621
71704
|
"Metric": {
|
71622
|
-
"shape": "
|
71705
|
+
"shape": "Sk1"
|
71623
71706
|
},
|
71624
71707
|
"Value": {
|
71625
71708
|
"type": "double"
|
@@ -71749,15 +71832,15 @@ module.exports={
|
|
71749
71832
|
"type": "structure",
|
71750
71833
|
"members": {
|
71751
71834
|
"TelephonyConfig": {
|
71752
|
-
"shape": "
|
71835
|
+
"shape": "Skq"
|
71753
71836
|
},
|
71754
71837
|
"Id": {},
|
71755
71838
|
"Arn": {},
|
71756
71839
|
"SignInConfig": {
|
71757
|
-
"shape": "
|
71840
|
+
"shape": "Skv"
|
71758
71841
|
},
|
71759
71842
|
"AgentConfig": {
|
71760
|
-
"shape": "
|
71843
|
+
"shape": "Sky"
|
71761
71844
|
}
|
71762
71845
|
}
|
71763
71846
|
}
|
@@ -71924,6 +72007,57 @@ module.exports={
|
|
71924
72007
|
}
|
71925
72008
|
}
|
71926
72009
|
},
|
72010
|
+
"ListAuthenticationProfiles": {
|
72011
|
+
"http": {
|
72012
|
+
"method": "GET",
|
72013
|
+
"requestUri": "/authentication-profiles-summary/{InstanceId}"
|
72014
|
+
},
|
72015
|
+
"input": {
|
72016
|
+
"type": "structure",
|
72017
|
+
"required": [
|
72018
|
+
"InstanceId"
|
72019
|
+
],
|
72020
|
+
"members": {
|
72021
|
+
"InstanceId": {
|
72022
|
+
"location": "uri",
|
72023
|
+
"locationName": "InstanceId"
|
72024
|
+
},
|
72025
|
+
"MaxResults": {
|
72026
|
+
"location": "querystring",
|
72027
|
+
"locationName": "maxResults",
|
72028
|
+
"type": "integer"
|
72029
|
+
},
|
72030
|
+
"NextToken": {
|
72031
|
+
"location": "querystring",
|
72032
|
+
"locationName": "nextToken"
|
72033
|
+
}
|
72034
|
+
}
|
72035
|
+
},
|
72036
|
+
"output": {
|
72037
|
+
"type": "structure",
|
72038
|
+
"members": {
|
72039
|
+
"AuthenticationProfileSummaryList": {
|
72040
|
+
"type": "list",
|
72041
|
+
"member": {
|
72042
|
+
"type": "structure",
|
72043
|
+
"members": {
|
72044
|
+
"Id": {},
|
72045
|
+
"Arn": {},
|
72046
|
+
"Name": {},
|
72047
|
+
"IsDefault": {
|
72048
|
+
"type": "boolean"
|
72049
|
+
},
|
72050
|
+
"LastModifiedTime": {
|
72051
|
+
"type": "timestamp"
|
72052
|
+
},
|
72053
|
+
"LastModifiedRegion": {}
|
72054
|
+
}
|
72055
|
+
}
|
72056
|
+
},
|
72057
|
+
"NextToken": {}
|
72058
|
+
}
|
72059
|
+
}
|
72060
|
+
},
|
71927
72061
|
"ListBots": {
|
71928
72062
|
"http": {
|
71929
72063
|
"method": "GET",
|
@@ -72030,7 +72164,7 @@ module.exports={
|
|
72030
72164
|
"Status": {},
|
72031
72165
|
"EvaluatorArn": {},
|
72032
72166
|
"Score": {
|
72033
|
-
"shape": "
|
72167
|
+
"shape": "Sed"
|
72034
72168
|
},
|
72035
72169
|
"CreatedTime": {
|
72036
72170
|
"type": "timestamp"
|
@@ -72560,7 +72694,7 @@ module.exports={
|
|
72560
72694
|
"Attributes": {
|
72561
72695
|
"type": "list",
|
72562
72696
|
"member": {
|
72563
|
-
"shape": "
|
72697
|
+
"shape": "Sfg"
|
72564
72698
|
}
|
72565
72699
|
},
|
72566
72700
|
"NextToken": {}
|
@@ -72812,12 +72946,12 @@ module.exports={
|
|
72812
72946
|
"locationName": "InstanceId"
|
72813
72947
|
},
|
72814
72948
|
"PhoneNumberTypes": {
|
72815
|
-
"shape": "
|
72949
|
+
"shape": "Sni",
|
72816
72950
|
"location": "querystring",
|
72817
72951
|
"locationName": "phoneNumberTypes"
|
72818
72952
|
},
|
72819
72953
|
"PhoneNumberCountryCodes": {
|
72820
|
-
"shape": "
|
72954
|
+
"shape": "Snj",
|
72821
72955
|
"location": "querystring",
|
72822
72956
|
"locationName": "phoneNumberCountryCodes"
|
72823
72957
|
},
|
@@ -72866,10 +73000,10 @@ module.exports={
|
|
72866
73000
|
},
|
72867
73001
|
"NextToken": {},
|
72868
73002
|
"PhoneNumberCountryCodes": {
|
72869
|
-
"shape": "
|
73003
|
+
"shape": "Snj"
|
72870
73004
|
},
|
72871
73005
|
"PhoneNumberTypes": {
|
72872
|
-
"shape": "
|
73006
|
+
"shape": "Sni"
|
72873
73007
|
},
|
72874
73008
|
"PhoneNumberPrefix": {}
|
72875
73009
|
}
|
@@ -73028,7 +73162,7 @@ module.exports={
|
|
73028
73162
|
"members": {
|
73029
73163
|
"NextToken": {},
|
73030
73164
|
"QuickConnectSummaryList": {
|
73031
|
-
"shape": "
|
73165
|
+
"shape": "So4"
|
73032
73166
|
},
|
73033
73167
|
"LastModifiedTime": {
|
73034
73168
|
"type": "timestamp"
|
@@ -73128,7 +73262,7 @@ module.exports={
|
|
73128
73262
|
"type": "structure",
|
73129
73263
|
"members": {
|
73130
73264
|
"QuickConnectSummaryList": {
|
73131
|
-
"shape": "
|
73265
|
+
"shape": "So4"
|
73132
73266
|
},
|
73133
73267
|
"NextToken": {}
|
73134
73268
|
}
|
@@ -73198,7 +73332,7 @@ module.exports={
|
|
73198
73332
|
"Content": {},
|
73199
73333
|
"ContentType": {},
|
73200
73334
|
"Time": {
|
73201
|
-
"shape": "
|
73335
|
+
"shape": "Sot"
|
73202
73336
|
},
|
73203
73337
|
"Redaction": {
|
73204
73338
|
"type": "structure",
|
@@ -73206,7 +73340,7 @@ module.exports={
|
|
73206
73340
|
"CharacterOffsets": {
|
73207
73341
|
"type": "list",
|
73208
73342
|
"member": {
|
73209
|
-
"shape": "
|
73343
|
+
"shape": "Sox"
|
73210
73344
|
}
|
73211
73345
|
}
|
73212
73346
|
}
|
@@ -73244,7 +73378,7 @@ module.exports={
|
|
73244
73378
|
"members": {
|
73245
73379
|
"Id": {},
|
73246
73380
|
"CharacterOffsets": {
|
73247
|
-
"shape": "
|
73381
|
+
"shape": "Sox"
|
73248
73382
|
}
|
73249
73383
|
}
|
73250
73384
|
}
|
@@ -73282,7 +73416,7 @@ module.exports={
|
|
73282
73416
|
"Content": {},
|
73283
73417
|
"Id": {},
|
73284
73418
|
"CharacterOffsets": {
|
73285
|
-
"shape": "
|
73419
|
+
"shape": "Sox"
|
73286
73420
|
}
|
73287
73421
|
}
|
73288
73422
|
}
|
@@ -73306,7 +73440,7 @@ module.exports={
|
|
73306
73440
|
"DisplayName": {},
|
73307
73441
|
"EventType": {},
|
73308
73442
|
"Time": {
|
73309
|
-
"shape": "
|
73443
|
+
"shape": "Sot"
|
73310
73444
|
}
|
73311
73445
|
}
|
73312
73446
|
},
|
@@ -73341,7 +73475,7 @@ module.exports={
|
|
73341
73475
|
}
|
73342
73476
|
},
|
73343
73477
|
"Time": {
|
73344
|
-
"shape": "
|
73478
|
+
"shape": "Sot"
|
73345
73479
|
}
|
73346
73480
|
}
|
73347
73481
|
}
|
@@ -73993,7 +74127,7 @@ module.exports={
|
|
73993
74127
|
"UserHierarchyGroupSummaryList": {
|
73994
74128
|
"type": "list",
|
73995
74129
|
"member": {
|
73996
|
-
"shape": "
|
74130
|
+
"shape": "Sgu"
|
73997
74131
|
}
|
73998
74132
|
},
|
73999
74133
|
"NextToken": {}
|
@@ -74443,12 +74577,12 @@ module.exports={
|
|
74443
74577
|
"type": "structure",
|
74444
74578
|
"members": {
|
74445
74579
|
"TagFilter": {
|
74446
|
-
"shape": "
|
74580
|
+
"shape": "Ss0"
|
74447
74581
|
}
|
74448
74582
|
}
|
74449
74583
|
},
|
74450
74584
|
"SearchCriteria": {
|
74451
|
-
"shape": "
|
74585
|
+
"shape": "Ss4"
|
74452
74586
|
}
|
74453
74587
|
}
|
74454
74588
|
},
|
@@ -74458,7 +74592,7 @@ module.exports={
|
|
74458
74592
|
"ContactFlowModules": {
|
74459
74593
|
"type": "list",
|
74460
74594
|
"member": {
|
74461
|
-
"shape": "
|
74595
|
+
"shape": "Sew"
|
74462
74596
|
}
|
74463
74597
|
},
|
74464
74598
|
"NextToken": {},
|
@@ -74487,12 +74621,12 @@ module.exports={
|
|
74487
74621
|
"type": "structure",
|
74488
74622
|
"members": {
|
74489
74623
|
"TagFilter": {
|
74490
|
-
"shape": "
|
74624
|
+
"shape": "Ss0"
|
74491
74625
|
}
|
74492
74626
|
}
|
74493
74627
|
},
|
74494
74628
|
"SearchCriteria": {
|
74495
|
-
"shape": "
|
74629
|
+
"shape": "Ssc"
|
74496
74630
|
}
|
74497
74631
|
}
|
74498
74632
|
},
|
@@ -74502,7 +74636,7 @@ module.exports={
|
|
74502
74636
|
"ContactFlows": {
|
74503
74637
|
"type": "list",
|
74504
74638
|
"member": {
|
74505
|
-
"shape": "
|
74639
|
+
"shape": "Ses"
|
74506
74640
|
}
|
74507
74641
|
},
|
74508
74642
|
"NextToken": {},
|
@@ -74552,19 +74686,19 @@ module.exports={
|
|
74552
74686
|
"type": "structure",
|
74553
74687
|
"members": {
|
74554
74688
|
"L1Ids": {
|
74555
|
-
"shape": "
|
74689
|
+
"shape": "Ssm"
|
74556
74690
|
},
|
74557
74691
|
"L2Ids": {
|
74558
|
-
"shape": "
|
74692
|
+
"shape": "Ssm"
|
74559
74693
|
},
|
74560
74694
|
"L3Ids": {
|
74561
|
-
"shape": "
|
74695
|
+
"shape": "Ssm"
|
74562
74696
|
},
|
74563
74697
|
"L4Ids": {
|
74564
|
-
"shape": "
|
74698
|
+
"shape": "Ssm"
|
74565
74699
|
},
|
74566
74700
|
"L5Ids": {
|
74567
|
-
"shape": "
|
74701
|
+
"shape": "Ssm"
|
74568
74702
|
}
|
74569
74703
|
}
|
74570
74704
|
},
|
@@ -74740,12 +74874,12 @@ module.exports={
|
|
74740
74874
|
"type": "structure",
|
74741
74875
|
"members": {
|
74742
74876
|
"TagFilter": {
|
74743
|
-
"shape": "
|
74877
|
+
"shape": "Ss0"
|
74744
74878
|
}
|
74745
74879
|
}
|
74746
74880
|
},
|
74747
74881
|
"SearchCriteria": {
|
74748
|
-
"shape": "
|
74882
|
+
"shape": "Std"
|
74749
74883
|
}
|
74750
74884
|
}
|
74751
74885
|
},
|
@@ -74755,7 +74889,7 @@ module.exports={
|
|
74755
74889
|
"HoursOfOperations": {
|
74756
74890
|
"type": "list",
|
74757
74891
|
"member": {
|
74758
|
-
"shape": "
|
74892
|
+
"shape": "Sf6"
|
74759
74893
|
}
|
74760
74894
|
},
|
74761
74895
|
"NextToken": {},
|
@@ -74781,7 +74915,7 @@ module.exports={
|
|
74781
74915
|
"type": "integer"
|
74782
74916
|
},
|
74783
74917
|
"SearchCriteria": {
|
74784
|
-
"shape": "
|
74918
|
+
"shape": "Sti"
|
74785
74919
|
}
|
74786
74920
|
}
|
74787
74921
|
},
|
@@ -74791,7 +74925,7 @@ module.exports={
|
|
74791
74925
|
"PredefinedAttributes": {
|
74792
74926
|
"type": "list",
|
74793
74927
|
"member": {
|
74794
|
-
"shape": "
|
74928
|
+
"shape": "Sfu"
|
74795
74929
|
}
|
74796
74930
|
},
|
74797
74931
|
"NextToken": {},
|
@@ -74820,12 +74954,12 @@ module.exports={
|
|
74820
74954
|
"type": "structure",
|
74821
74955
|
"members": {
|
74822
74956
|
"TagFilter": {
|
74823
|
-
"shape": "
|
74957
|
+
"shape": "Ss0"
|
74824
74958
|
}
|
74825
74959
|
}
|
74826
74960
|
},
|
74827
74961
|
"SearchCriteria": {
|
74828
|
-
"shape": "
|
74962
|
+
"shape": "Sto"
|
74829
74963
|
}
|
74830
74964
|
}
|
74831
74965
|
},
|
@@ -74835,7 +74969,7 @@ module.exports={
|
|
74835
74969
|
"Prompts": {
|
74836
74970
|
"type": "list",
|
74837
74971
|
"member": {
|
74838
|
-
"shape": "
|
74972
|
+
"shape": "Sfx"
|
74839
74973
|
}
|
74840
74974
|
},
|
74841
74975
|
"NextToken": {},
|
@@ -74864,12 +74998,12 @@ module.exports={
|
|
74864
74998
|
"type": "structure",
|
74865
74999
|
"members": {
|
74866
75000
|
"TagFilter": {
|
74867
|
-
"shape": "
|
75001
|
+
"shape": "Ss0"
|
74868
75002
|
}
|
74869
75003
|
}
|
74870
75004
|
},
|
74871
75005
|
"SearchCriteria": {
|
74872
|
-
"shape": "
|
75006
|
+
"shape": "Stv"
|
74873
75007
|
}
|
74874
75008
|
}
|
74875
75009
|
},
|
@@ -74879,7 +75013,7 @@ module.exports={
|
|
74879
75013
|
"Queues": {
|
74880
75014
|
"type": "list",
|
74881
75015
|
"member": {
|
74882
|
-
"shape": "
|
75016
|
+
"shape": "Sg0"
|
74883
75017
|
}
|
74884
75018
|
},
|
74885
75019
|
"NextToken": {},
|
@@ -74908,12 +75042,12 @@ module.exports={
|
|
74908
75042
|
"type": "structure",
|
74909
75043
|
"members": {
|
74910
75044
|
"TagFilter": {
|
74911
|
-
"shape": "
|
75045
|
+
"shape": "Ss0"
|
74912
75046
|
}
|
74913
75047
|
}
|
74914
75048
|
},
|
74915
75049
|
"SearchCriteria": {
|
74916
|
-
"shape": "
|
75050
|
+
"shape": "Su2"
|
74917
75051
|
}
|
74918
75052
|
}
|
74919
75053
|
},
|
@@ -74923,7 +75057,7 @@ module.exports={
|
|
74923
75057
|
"QuickConnects": {
|
74924
75058
|
"type": "list",
|
74925
75059
|
"member": {
|
74926
|
-
"shape": "
|
75060
|
+
"shape": "Sg4"
|
74927
75061
|
}
|
74928
75062
|
},
|
74929
75063
|
"NextToken": {},
|
@@ -75004,12 +75138,12 @@ module.exports={
|
|
75004
75138
|
"type": "structure",
|
75005
75139
|
"members": {
|
75006
75140
|
"TagFilter": {
|
75007
|
-
"shape": "
|
75141
|
+
"shape": "Ss0"
|
75008
75142
|
}
|
75009
75143
|
}
|
75010
75144
|
},
|
75011
75145
|
"SearchCriteria": {
|
75012
|
-
"shape": "
|
75146
|
+
"shape": "Suh"
|
75013
75147
|
}
|
75014
75148
|
}
|
75015
75149
|
},
|
@@ -75019,7 +75153,7 @@ module.exports={
|
|
75019
75153
|
"RoutingProfiles": {
|
75020
75154
|
"type": "list",
|
75021
75155
|
"member": {
|
75022
|
-
"shape": "
|
75156
|
+
"shape": "Sg7"
|
75023
75157
|
}
|
75024
75158
|
},
|
75025
75159
|
"NextToken": {},
|
@@ -75045,13 +75179,13 @@ module.exports={
|
|
75045
75179
|
"type": "integer"
|
75046
75180
|
},
|
75047
75181
|
"SearchCriteria": {
|
75048
|
-
"shape": "
|
75182
|
+
"shape": "Sum"
|
75049
75183
|
},
|
75050
75184
|
"SearchFilter": {
|
75051
75185
|
"type": "structure",
|
75052
75186
|
"members": {
|
75053
75187
|
"TagFilter": {
|
75054
|
-
"shape": "
|
75188
|
+
"shape": "Ss0"
|
75055
75189
|
}
|
75056
75190
|
}
|
75057
75191
|
}
|
@@ -75102,7 +75236,7 @@ module.exports={
|
|
75102
75236
|
"type": "structure",
|
75103
75237
|
"members": {
|
75104
75238
|
"TagFilter": {
|
75105
|
-
"shape": "
|
75239
|
+
"shape": "Ss0"
|
75106
75240
|
},
|
75107
75241
|
"UserAttributeFilter": {
|
75108
75242
|
"type": "structure",
|
@@ -75110,24 +75244,24 @@ module.exports={
|
|
75110
75244
|
"OrConditions": {
|
75111
75245
|
"type": "list",
|
75112
75246
|
"member": {
|
75113
|
-
"shape": "
|
75247
|
+
"shape": "Suw"
|
75114
75248
|
}
|
75115
75249
|
},
|
75116
75250
|
"AndCondition": {
|
75117
|
-
"shape": "
|
75251
|
+
"shape": "Suw"
|
75118
75252
|
},
|
75119
75253
|
"TagCondition": {
|
75120
|
-
"shape": "
|
75254
|
+
"shape": "Ss3"
|
75121
75255
|
},
|
75122
75256
|
"HierarchyGroupCondition": {
|
75123
|
-
"shape": "
|
75257
|
+
"shape": "Sux"
|
75124
75258
|
}
|
75125
75259
|
}
|
75126
75260
|
}
|
75127
75261
|
}
|
75128
75262
|
},
|
75129
75263
|
"SearchCriteria": {
|
75130
|
-
"shape": "
|
75264
|
+
"shape": "Suz"
|
75131
75265
|
}
|
75132
75266
|
}
|
75133
75267
|
},
|
@@ -75260,16 +75394,16 @@ module.exports={
|
|
75260
75394
|
"type": "structure",
|
75261
75395
|
"members": {
|
75262
75396
|
"SupportedMessagingContentTypes": {
|
75263
|
-
"shape": "
|
75397
|
+
"shape": "Svi"
|
75264
75398
|
},
|
75265
75399
|
"ParticipantDetails": {
|
75266
|
-
"shape": "
|
75400
|
+
"shape": "Svk"
|
75267
75401
|
},
|
75268
75402
|
"Attributes": {
|
75269
75403
|
"shape": "S38"
|
75270
75404
|
},
|
75271
75405
|
"StreamingConfiguration": {
|
75272
|
-
"shape": "
|
75406
|
+
"shape": "Svl"
|
75273
75407
|
}
|
75274
75408
|
}
|
75275
75409
|
}
|
@@ -75371,7 +75505,7 @@ module.exports={
|
|
75371
75505
|
"shape": "S38"
|
75372
75506
|
},
|
75373
75507
|
"ParticipantDetails": {
|
75374
|
-
"shape": "
|
75508
|
+
"shape": "Svk"
|
75375
75509
|
},
|
75376
75510
|
"InitialMessage": {
|
75377
75511
|
"type": "structure",
|
@@ -75391,7 +75525,7 @@ module.exports={
|
|
75391
75525
|
"type": "integer"
|
75392
75526
|
},
|
75393
75527
|
"SupportedMessagingContentTypes": {
|
75394
|
-
"shape": "
|
75528
|
+
"shape": "Svi"
|
75395
75529
|
},
|
75396
75530
|
"PersistentChat": {
|
75397
75531
|
"type": "structure",
|
@@ -75402,7 +75536,7 @@ module.exports={
|
|
75402
75536
|
},
|
75403
75537
|
"RelatedContactId": {},
|
75404
75538
|
"SegmentAttributes": {
|
75405
|
-
"shape": "
|
75539
|
+
"shape": "Se5"
|
75406
75540
|
}
|
75407
75541
|
}
|
75408
75542
|
},
|
@@ -75498,7 +75632,7 @@ module.exports={
|
|
75498
75632
|
"InstanceId": {},
|
75499
75633
|
"ContactId": {},
|
75500
75634
|
"ChatStreamingConfiguration": {
|
75501
|
-
"shape": "
|
75635
|
+
"shape": "Svl"
|
75502
75636
|
},
|
75503
75637
|
"ClientToken": {
|
75504
75638
|
"idempotencyToken": true
|
@@ -75529,10 +75663,10 @@ module.exports={
|
|
75529
75663
|
],
|
75530
75664
|
"members": {
|
75531
75665
|
"Name": {
|
75532
|
-
"shape": "
|
75666
|
+
"shape": "Scp"
|
75533
75667
|
},
|
75534
75668
|
"Description": {
|
75535
|
-
"shape": "
|
75669
|
+
"shape": "Scq"
|
75536
75670
|
},
|
75537
75671
|
"References": {
|
75538
75672
|
"shape": "S7l"
|
@@ -75590,13 +75724,13 @@ module.exports={
|
|
75590
75724
|
"shape": "S38"
|
75591
75725
|
},
|
75592
75726
|
"Name": {
|
75593
|
-
"shape": "
|
75727
|
+
"shape": "Scp"
|
75594
75728
|
},
|
75595
75729
|
"References": {
|
75596
75730
|
"shape": "S7l"
|
75597
75731
|
},
|
75598
75732
|
"Description": {
|
75599
|
-
"shape": "
|
75733
|
+
"shape": "Scq"
|
75600
75734
|
},
|
75601
75735
|
"ClientToken": {
|
75602
75736
|
"idempotencyToken": true
|
@@ -75641,22 +75775,22 @@ module.exports={
|
|
75641
75775
|
"type": "structure",
|
75642
75776
|
"members": {
|
75643
75777
|
"Customer": {
|
75644
|
-
"shape": "
|
75778
|
+
"shape": "Sd2"
|
75645
75779
|
},
|
75646
75780
|
"Agent": {
|
75647
|
-
"shape": "
|
75781
|
+
"shape": "Sd2"
|
75648
75782
|
}
|
75649
75783
|
}
|
75650
75784
|
},
|
75651
75785
|
"ParticipantDetails": {
|
75652
|
-
"shape": "
|
75786
|
+
"shape": "Svk"
|
75653
75787
|
},
|
75654
75788
|
"RelatedContactId": {},
|
75655
75789
|
"References": {
|
75656
75790
|
"shape": "S7l"
|
75657
75791
|
},
|
75658
75792
|
"Description": {
|
75659
|
-
"shape": "
|
75793
|
+
"shape": "Scq"
|
75660
75794
|
}
|
75661
75795
|
}
|
75662
75796
|
},
|
@@ -75802,10 +75936,10 @@ module.exports={
|
|
75802
75936
|
"locationName": "EvaluationId"
|
75803
75937
|
},
|
75804
75938
|
"Answers": {
|
75805
|
-
"shape": "
|
75939
|
+
"shape": "Sx2"
|
75806
75940
|
},
|
75807
75941
|
"Notes": {
|
75808
|
-
"shape": "
|
75942
|
+
"shape": "Sek"
|
75809
75943
|
}
|
75810
75944
|
}
|
75811
75945
|
},
|
@@ -75858,7 +75992,7 @@ module.exports={
|
|
75858
75992
|
"ContactId": {},
|
75859
75993
|
"InstanceId": {},
|
75860
75994
|
"Tags": {
|
75861
|
-
"shape": "
|
75995
|
+
"shape": "Sd9"
|
75862
75996
|
}
|
75863
75997
|
}
|
75864
75998
|
},
|
@@ -76010,6 +76144,39 @@ module.exports={
|
|
76010
76144
|
}
|
76011
76145
|
}
|
76012
76146
|
},
|
76147
|
+
"UpdateAuthenticationProfile": {
|
76148
|
+
"http": {
|
76149
|
+
"requestUri": "/authentication-profiles/{InstanceId}/{AuthenticationProfileId}"
|
76150
|
+
},
|
76151
|
+
"input": {
|
76152
|
+
"type": "structure",
|
76153
|
+
"required": [
|
76154
|
+
"AuthenticationProfileId",
|
76155
|
+
"InstanceId"
|
76156
|
+
],
|
76157
|
+
"members": {
|
76158
|
+
"AuthenticationProfileId": {
|
76159
|
+
"location": "uri",
|
76160
|
+
"locationName": "AuthenticationProfileId"
|
76161
|
+
},
|
76162
|
+
"InstanceId": {
|
76163
|
+
"location": "uri",
|
76164
|
+
"locationName": "InstanceId"
|
76165
|
+
},
|
76166
|
+
"Name": {},
|
76167
|
+
"Description": {},
|
76168
|
+
"AllowedIps": {
|
76169
|
+
"shape": "Sch"
|
76170
|
+
},
|
76171
|
+
"BlockedIps": {
|
76172
|
+
"shape": "Sch"
|
76173
|
+
},
|
76174
|
+
"PeriodicSessionDuration": {
|
76175
|
+
"type": "integer"
|
76176
|
+
}
|
76177
|
+
}
|
76178
|
+
}
|
76179
|
+
},
|
76013
76180
|
"UpdateContact": {
|
76014
76181
|
"http": {
|
76015
76182
|
"requestUri": "/contacts/{InstanceId}/{ContactId}"
|
@@ -76030,10 +76197,10 @@ module.exports={
|
|
76030
76197
|
"locationName": "ContactId"
|
76031
76198
|
},
|
76032
76199
|
"Name": {
|
76033
|
-
"shape": "
|
76200
|
+
"shape": "Scp"
|
76034
76201
|
},
|
76035
76202
|
"Description": {
|
76036
|
-
"shape": "
|
76203
|
+
"shape": "Scq"
|
76037
76204
|
},
|
76038
76205
|
"References": {
|
76039
76206
|
"shape": "S7l"
|
@@ -76089,10 +76256,10 @@ module.exports={
|
|
76089
76256
|
"locationName": "EvaluationId"
|
76090
76257
|
},
|
76091
76258
|
"Answers": {
|
76092
|
-
"shape": "
|
76259
|
+
"shape": "Sx2"
|
76093
76260
|
},
|
76094
76261
|
"Notes": {
|
76095
|
-
"shape": "
|
76262
|
+
"shape": "Sek"
|
76096
76263
|
}
|
76097
76264
|
}
|
76098
76265
|
},
|
@@ -77071,13 +77238,13 @@ module.exports={
|
|
77071
77238
|
"locationName": "Id"
|
77072
77239
|
},
|
77073
77240
|
"TelephonyConfig": {
|
77074
|
-
"shape": "
|
77241
|
+
"shape": "Skq"
|
77075
77242
|
},
|
77076
77243
|
"SignInConfig": {
|
77077
|
-
"shape": "
|
77244
|
+
"shape": "Skv"
|
77078
77245
|
},
|
77079
77246
|
"AgentConfig": {
|
77080
|
-
"shape": "
|
77247
|
+
"shape": "Sky"
|
77081
77248
|
}
|
77082
77249
|
}
|
77083
77250
|
},
|
@@ -77148,19 +77315,19 @@ module.exports={
|
|
77148
77315
|
"type": "structure",
|
77149
77316
|
"members": {
|
77150
77317
|
"LevelOne": {
|
77151
|
-
"shape": "
|
77318
|
+
"shape": "Szf"
|
77152
77319
|
},
|
77153
77320
|
"LevelTwo": {
|
77154
|
-
"shape": "
|
77321
|
+
"shape": "Szf"
|
77155
77322
|
},
|
77156
77323
|
"LevelThree": {
|
77157
|
-
"shape": "
|
77324
|
+
"shape": "Szf"
|
77158
77325
|
},
|
77159
77326
|
"LevelFour": {
|
77160
|
-
"shape": "
|
77327
|
+
"shape": "Szf"
|
77161
77328
|
},
|
77162
77329
|
"LevelFive": {
|
77163
|
-
"shape": "
|
77330
|
+
"shape": "Szf"
|
77164
77331
|
}
|
77165
77332
|
}
|
77166
77333
|
},
|
@@ -78259,21 +78426,25 @@ module.exports={
|
|
78259
78426
|
"ViewContentSha256": {}
|
78260
78427
|
}
|
78261
78428
|
},
|
78262
|
-
"
|
78429
|
+
"Sch": {
|
78430
|
+
"type": "list",
|
78431
|
+
"member": {}
|
78432
|
+
},
|
78433
|
+
"Scp": {
|
78263
78434
|
"type": "string",
|
78264
78435
|
"sensitive": true
|
78265
78436
|
},
|
78266
|
-
"
|
78437
|
+
"Scq": {
|
78267
78438
|
"type": "string",
|
78268
78439
|
"sensitive": true
|
78269
78440
|
},
|
78270
|
-
"
|
78441
|
+
"Scx": {
|
78271
78442
|
"type": "structure",
|
78272
78443
|
"members": {
|
78273
78444
|
"Arn": {}
|
78274
78445
|
}
|
78275
78446
|
},
|
78276
|
-
"
|
78447
|
+
"Scy": {
|
78277
78448
|
"type": "structure",
|
78278
78449
|
"members": {
|
78279
78450
|
"PlatformName": {},
|
@@ -78281,18 +78452,18 @@ module.exports={
|
|
78281
78452
|
"OperatingSystem": {}
|
78282
78453
|
}
|
78283
78454
|
},
|
78284
|
-
"
|
78455
|
+
"Sd2": {
|
78285
78456
|
"type": "structure",
|
78286
78457
|
"members": {
|
78287
78458
|
"Video": {}
|
78288
78459
|
}
|
78289
78460
|
},
|
78290
|
-
"
|
78461
|
+
"Sd9": {
|
78291
78462
|
"type": "map",
|
78292
78463
|
"key": {},
|
78293
78464
|
"value": {}
|
78294
78465
|
},
|
78295
|
-
"
|
78466
|
+
"Sdh": {
|
78296
78467
|
"type": "structure",
|
78297
78468
|
"members": {
|
78298
78469
|
"AttributeCondition": {
|
@@ -78321,20 +78492,20 @@ module.exports={
|
|
78321
78492
|
}
|
78322
78493
|
},
|
78323
78494
|
"AndExpression": {
|
78324
|
-
"shape": "
|
78495
|
+
"shape": "Sdq"
|
78325
78496
|
},
|
78326
78497
|
"OrExpression": {
|
78327
|
-
"shape": "
|
78498
|
+
"shape": "Sdq"
|
78328
78499
|
}
|
78329
78500
|
}
|
78330
78501
|
},
|
78331
|
-
"
|
78502
|
+
"Sdq": {
|
78332
78503
|
"type": "list",
|
78333
78504
|
"member": {
|
78334
|
-
"shape": "
|
78505
|
+
"shape": "Sdh"
|
78335
78506
|
}
|
78336
78507
|
},
|
78337
|
-
"
|
78508
|
+
"Sdy": {
|
78338
78509
|
"type": "structure",
|
78339
78510
|
"members": {
|
78340
78511
|
"QualityScore": {
|
@@ -78346,7 +78517,7 @@ module.exports={
|
|
78346
78517
|
}
|
78347
78518
|
}
|
78348
78519
|
},
|
78349
|
-
"
|
78520
|
+
"Se5": {
|
78350
78521
|
"type": "map",
|
78351
78522
|
"key": {},
|
78352
78523
|
"value": {
|
@@ -78356,7 +78527,7 @@ module.exports={
|
|
78356
78527
|
}
|
78357
78528
|
}
|
78358
78529
|
},
|
78359
|
-
"
|
78530
|
+
"Sed": {
|
78360
78531
|
"type": "structure",
|
78361
78532
|
"members": {
|
78362
78533
|
"Percentage": {
|
@@ -78370,7 +78541,7 @@ module.exports={
|
|
78370
78541
|
}
|
78371
78542
|
}
|
78372
78543
|
},
|
78373
|
-
"
|
78544
|
+
"Seh": {
|
78374
78545
|
"type": "structure",
|
78375
78546
|
"members": {
|
78376
78547
|
"StringValue": {},
|
@@ -78383,7 +78554,7 @@ module.exports={
|
|
78383
78554
|
},
|
78384
78555
|
"union": true
|
78385
78556
|
},
|
78386
|
-
"
|
78557
|
+
"Sek": {
|
78387
78558
|
"type": "map",
|
78388
78559
|
"key": {},
|
78389
78560
|
"value": {
|
@@ -78393,7 +78564,7 @@ module.exports={
|
|
78393
78564
|
}
|
78394
78565
|
}
|
78395
78566
|
},
|
78396
|
-
"
|
78567
|
+
"Ses": {
|
78397
78568
|
"type": "structure",
|
78398
78569
|
"members": {
|
78399
78570
|
"Arn": {},
|
@@ -78409,7 +78580,7 @@ module.exports={
|
|
78409
78580
|
}
|
78410
78581
|
}
|
78411
78582
|
},
|
78412
|
-
"
|
78583
|
+
"Sew": {
|
78413
78584
|
"type": "structure",
|
78414
78585
|
"members": {
|
78415
78586
|
"Arn": {},
|
@@ -78424,7 +78595,7 @@ module.exports={
|
|
78424
78595
|
}
|
78425
78596
|
}
|
78426
78597
|
},
|
78427
|
-
"
|
78598
|
+
"Sf6": {
|
78428
78599
|
"type": "structure",
|
78429
78600
|
"members": {
|
78430
78601
|
"HoursOfOperationId": {},
|
@@ -78444,14 +78615,14 @@ module.exports={
|
|
78444
78615
|
"LastModifiedRegion": {}
|
78445
78616
|
}
|
78446
78617
|
},
|
78447
|
-
"
|
78618
|
+
"Sfg": {
|
78448
78619
|
"type": "structure",
|
78449
78620
|
"members": {
|
78450
78621
|
"AttributeType": {},
|
78451
78622
|
"Value": {}
|
78452
78623
|
}
|
78453
78624
|
},
|
78454
|
-
"
|
78625
|
+
"Sfu": {
|
78455
78626
|
"type": "structure",
|
78456
78627
|
"members": {
|
78457
78628
|
"Name": {},
|
@@ -78464,7 +78635,7 @@ module.exports={
|
|
78464
78635
|
"LastModifiedRegion": {}
|
78465
78636
|
}
|
78466
78637
|
},
|
78467
|
-
"
|
78638
|
+
"Sfx": {
|
78468
78639
|
"type": "structure",
|
78469
78640
|
"members": {
|
78470
78641
|
"PromptARN": {},
|
@@ -78480,7 +78651,7 @@ module.exports={
|
|
78480
78651
|
"LastModifiedRegion": {}
|
78481
78652
|
}
|
78482
78653
|
},
|
78483
|
-
"
|
78654
|
+
"Sg0": {
|
78484
78655
|
"type": "structure",
|
78485
78656
|
"members": {
|
78486
78657
|
"Name": {},
|
@@ -78504,7 +78675,7 @@ module.exports={
|
|
78504
78675
|
"LastModifiedRegion": {}
|
78505
78676
|
}
|
78506
78677
|
},
|
78507
|
-
"
|
78678
|
+
"Sg4": {
|
78508
78679
|
"type": "structure",
|
78509
78680
|
"members": {
|
78510
78681
|
"QuickConnectARN": {},
|
@@ -78523,7 +78694,7 @@ module.exports={
|
|
78523
78694
|
"LastModifiedRegion": {}
|
78524
78695
|
}
|
78525
78696
|
},
|
78526
|
-
"
|
78697
|
+
"Sg7": {
|
78527
78698
|
"type": "structure",
|
78528
78699
|
"members": {
|
78529
78700
|
"InstanceId": {},
|
@@ -78558,7 +78729,7 @@ module.exports={
|
|
78558
78729
|
}
|
78559
78730
|
}
|
78560
78731
|
},
|
78561
|
-
"
|
78732
|
+
"Sgu": {
|
78562
78733
|
"type": "structure",
|
78563
78734
|
"members": {
|
78564
78735
|
"Id": {},
|
@@ -78570,7 +78741,7 @@ module.exports={
|
|
78570
78741
|
"LastModifiedRegion": {}
|
78571
78742
|
}
|
78572
78743
|
},
|
78573
|
-
"
|
78744
|
+
"Sgy": {
|
78574
78745
|
"type": "structure",
|
78575
78746
|
"members": {
|
78576
78747
|
"Id": {},
|
@@ -78582,18 +78753,18 @@ module.exports={
|
|
78582
78753
|
"LastModifiedRegion": {}
|
78583
78754
|
}
|
78584
78755
|
},
|
78585
|
-
"
|
78756
|
+
"Shz": {
|
78586
78757
|
"type": "structure",
|
78587
78758
|
"members": {
|
78588
78759
|
"Queues": {
|
78589
|
-
"shape": "
|
78760
|
+
"shape": "Si0"
|
78590
78761
|
},
|
78591
78762
|
"Channels": {
|
78592
78763
|
"type": "list",
|
78593
78764
|
"member": {}
|
78594
78765
|
},
|
78595
78766
|
"RoutingProfiles": {
|
78596
|
-
"shape": "
|
78767
|
+
"shape": "Si2"
|
78597
78768
|
},
|
78598
78769
|
"RoutingStepExpressions": {
|
78599
78770
|
"type": "list",
|
@@ -78601,71 +78772,71 @@ module.exports={
|
|
78601
78772
|
}
|
78602
78773
|
}
|
78603
78774
|
},
|
78604
|
-
"
|
78775
|
+
"Si0": {
|
78605
78776
|
"type": "list",
|
78606
78777
|
"member": {}
|
78607
78778
|
},
|
78608
|
-
"
|
78779
|
+
"Si2": {
|
78609
78780
|
"type": "list",
|
78610
78781
|
"member": {}
|
78611
78782
|
},
|
78612
|
-
"
|
78783
|
+
"Si5": {
|
78613
78784
|
"type": "list",
|
78614
78785
|
"member": {}
|
78615
78786
|
},
|
78616
|
-
"
|
78787
|
+
"Si8": {
|
78617
78788
|
"type": "structure",
|
78618
78789
|
"members": {
|
78619
78790
|
"Name": {},
|
78620
78791
|
"Unit": {}
|
78621
78792
|
}
|
78622
78793
|
},
|
78623
|
-
"
|
78794
|
+
"Sij": {
|
78624
78795
|
"type": "structure",
|
78625
78796
|
"members": {
|
78626
78797
|
"Queue": {
|
78627
|
-
"shape": "
|
78798
|
+
"shape": "Sik"
|
78628
78799
|
},
|
78629
78800
|
"Channel": {},
|
78630
78801
|
"RoutingProfile": {
|
78631
|
-
"shape": "
|
78802
|
+
"shape": "Sil"
|
78632
78803
|
},
|
78633
78804
|
"RoutingStepExpression": {}
|
78634
78805
|
}
|
78635
78806
|
},
|
78636
|
-
"
|
78807
|
+
"Sik": {
|
78637
78808
|
"type": "structure",
|
78638
78809
|
"members": {
|
78639
78810
|
"Id": {},
|
78640
78811
|
"Arn": {}
|
78641
78812
|
}
|
78642
78813
|
},
|
78643
|
-
"
|
78814
|
+
"Sil": {
|
78644
78815
|
"type": "structure",
|
78645
78816
|
"members": {
|
78646
78817
|
"Id": {},
|
78647
78818
|
"Arn": {}
|
78648
78819
|
}
|
78649
78820
|
},
|
78650
|
-
"
|
78821
|
+
"Sj2": {
|
78651
78822
|
"type": "structure",
|
78652
78823
|
"members": {
|
78653
78824
|
"Id": {},
|
78654
78825
|
"Arn": {}
|
78655
78826
|
}
|
78656
78827
|
},
|
78657
|
-
"
|
78828
|
+
"Sj4": {
|
78658
78829
|
"type": "map",
|
78659
78830
|
"key": {},
|
78660
78831
|
"value": {
|
78661
78832
|
"type": "integer"
|
78662
78833
|
}
|
78663
78834
|
},
|
78664
|
-
"
|
78835
|
+
"Sjb": {
|
78665
78836
|
"type": "string",
|
78666
78837
|
"sensitive": true
|
78667
78838
|
},
|
78668
|
-
"
|
78839
|
+
"Sjg": {
|
78669
78840
|
"type": "structure",
|
78670
78841
|
"members": {
|
78671
78842
|
"Name": {},
|
@@ -78682,7 +78853,7 @@ module.exports={
|
|
78682
78853
|
"Unit": {}
|
78683
78854
|
}
|
78684
78855
|
},
|
78685
|
-
"
|
78856
|
+
"Sk1": {
|
78686
78857
|
"type": "structure",
|
78687
78858
|
"members": {
|
78688
78859
|
"Name": {},
|
@@ -78716,18 +78887,18 @@ module.exports={
|
|
78716
78887
|
}
|
78717
78888
|
}
|
78718
78889
|
},
|
78719
|
-
"
|
78890
|
+
"Skq": {
|
78720
78891
|
"type": "structure",
|
78721
78892
|
"required": [
|
78722
78893
|
"Distributions"
|
78723
78894
|
],
|
78724
78895
|
"members": {
|
78725
78896
|
"Distributions": {
|
78726
|
-
"shape": "
|
78897
|
+
"shape": "Skr"
|
78727
78898
|
}
|
78728
78899
|
}
|
78729
78900
|
},
|
78730
|
-
"
|
78901
|
+
"Skr": {
|
78731
78902
|
"type": "list",
|
78732
78903
|
"member": {
|
78733
78904
|
"type": "structure",
|
@@ -78743,7 +78914,7 @@ module.exports={
|
|
78743
78914
|
}
|
78744
78915
|
}
|
78745
78916
|
},
|
78746
|
-
"
|
78917
|
+
"Skv": {
|
78747
78918
|
"type": "structure",
|
78748
78919
|
"required": [
|
78749
78920
|
"Distributions"
|
@@ -78767,26 +78938,26 @@ module.exports={
|
|
78767
78938
|
}
|
78768
78939
|
}
|
78769
78940
|
},
|
78770
|
-
"
|
78941
|
+
"Sky": {
|
78771
78942
|
"type": "structure",
|
78772
78943
|
"required": [
|
78773
78944
|
"Distributions"
|
78774
78945
|
],
|
78775
78946
|
"members": {
|
78776
78947
|
"Distributions": {
|
78777
|
-
"shape": "
|
78948
|
+
"shape": "Skr"
|
78778
78949
|
}
|
78779
78950
|
}
|
78780
78951
|
},
|
78781
|
-
"
|
78952
|
+
"Sni": {
|
78782
78953
|
"type": "list",
|
78783
78954
|
"member": {}
|
78784
78955
|
},
|
78785
|
-
"
|
78956
|
+
"Snj": {
|
78786
78957
|
"type": "list",
|
78787
78958
|
"member": {}
|
78788
78959
|
},
|
78789
|
-
"
|
78960
|
+
"So4": {
|
78790
78961
|
"type": "list",
|
78791
78962
|
"member": {
|
78792
78963
|
"type": "structure",
|
@@ -78802,7 +78973,7 @@ module.exports={
|
|
78802
78973
|
}
|
78803
78974
|
}
|
78804
78975
|
},
|
78805
|
-
"
|
78976
|
+
"Sot": {
|
78806
78977
|
"type": "structure",
|
78807
78978
|
"members": {
|
78808
78979
|
"AbsoluteTime": {
|
@@ -78812,7 +78983,7 @@ module.exports={
|
|
78812
78983
|
},
|
78813
78984
|
"union": true
|
78814
78985
|
},
|
78815
|
-
"
|
78986
|
+
"Sox": {
|
78816
78987
|
"type": "structure",
|
78817
78988
|
"required": [
|
78818
78989
|
"BeginOffsetChar",
|
@@ -78827,57 +78998,57 @@ module.exports={
|
|
78827
78998
|
}
|
78828
78999
|
}
|
78829
79000
|
},
|
78830
|
-
"
|
79001
|
+
"Ss0": {
|
78831
79002
|
"type": "structure",
|
78832
79003
|
"members": {
|
78833
79004
|
"OrConditions": {
|
78834
79005
|
"type": "list",
|
78835
79006
|
"member": {
|
78836
|
-
"shape": "
|
79007
|
+
"shape": "Ss2"
|
78837
79008
|
}
|
78838
79009
|
},
|
78839
79010
|
"AndConditions": {
|
78840
|
-
"shape": "
|
79011
|
+
"shape": "Ss2"
|
78841
79012
|
},
|
78842
79013
|
"TagCondition": {
|
78843
|
-
"shape": "
|
79014
|
+
"shape": "Ss3"
|
78844
79015
|
}
|
78845
79016
|
}
|
78846
79017
|
},
|
78847
|
-
"
|
79018
|
+
"Ss2": {
|
78848
79019
|
"type": "list",
|
78849
79020
|
"member": {
|
78850
|
-
"shape": "
|
79021
|
+
"shape": "Ss3"
|
78851
79022
|
}
|
78852
79023
|
},
|
78853
|
-
"
|
79024
|
+
"Ss3": {
|
78854
79025
|
"type": "structure",
|
78855
79026
|
"members": {
|
78856
79027
|
"TagKey": {},
|
78857
79028
|
"TagValue": {}
|
78858
79029
|
}
|
78859
79030
|
},
|
78860
|
-
"
|
79031
|
+
"Ss4": {
|
78861
79032
|
"type": "structure",
|
78862
79033
|
"members": {
|
78863
79034
|
"OrConditions": {
|
78864
|
-
"shape": "
|
79035
|
+
"shape": "Ss5"
|
78865
79036
|
},
|
78866
79037
|
"AndConditions": {
|
78867
|
-
"shape": "
|
79038
|
+
"shape": "Ss5"
|
78868
79039
|
},
|
78869
79040
|
"StringCondition": {
|
78870
|
-
"shape": "
|
79041
|
+
"shape": "Ss6"
|
78871
79042
|
}
|
78872
79043
|
}
|
78873
79044
|
},
|
78874
|
-
"
|
79045
|
+
"Ss5": {
|
78875
79046
|
"type": "list",
|
78876
79047
|
"member": {
|
78877
|
-
"shape": "
|
79048
|
+
"shape": "Ss4"
|
78878
79049
|
}
|
78879
79050
|
},
|
78880
|
-
"
|
79051
|
+
"Ss6": {
|
78881
79052
|
"type": "structure",
|
78882
79053
|
"members": {
|
78883
79054
|
"FieldName": {},
|
@@ -78885,220 +79056,220 @@ module.exports={
|
|
78885
79056
|
"ComparisonType": {}
|
78886
79057
|
}
|
78887
79058
|
},
|
78888
|
-
"
|
79059
|
+
"Ssc": {
|
78889
79060
|
"type": "structure",
|
78890
79061
|
"members": {
|
78891
79062
|
"OrConditions": {
|
78892
|
-
"shape": "
|
79063
|
+
"shape": "Ssd"
|
78893
79064
|
},
|
78894
79065
|
"AndConditions": {
|
78895
|
-
"shape": "
|
79066
|
+
"shape": "Ssd"
|
78896
79067
|
},
|
78897
79068
|
"StringCondition": {
|
78898
|
-
"shape": "
|
79069
|
+
"shape": "Ss6"
|
78899
79070
|
},
|
78900
79071
|
"TypeCondition": {},
|
78901
79072
|
"StateCondition": {},
|
78902
79073
|
"StatusCondition": {}
|
78903
79074
|
}
|
78904
79075
|
},
|
78905
|
-
"
|
79076
|
+
"Ssd": {
|
78906
79077
|
"type": "list",
|
78907
79078
|
"member": {
|
78908
|
-
"shape": "
|
79079
|
+
"shape": "Ssc"
|
78909
79080
|
}
|
78910
79081
|
},
|
78911
|
-
"
|
79082
|
+
"Ssm": {
|
78912
79083
|
"type": "list",
|
78913
79084
|
"member": {}
|
78914
79085
|
},
|
78915
|
-
"
|
79086
|
+
"Std": {
|
78916
79087
|
"type": "structure",
|
78917
79088
|
"members": {
|
78918
79089
|
"OrConditions": {
|
78919
|
-
"shape": "
|
79090
|
+
"shape": "Ste"
|
78920
79091
|
},
|
78921
79092
|
"AndConditions": {
|
78922
|
-
"shape": "
|
79093
|
+
"shape": "Ste"
|
78923
79094
|
},
|
78924
79095
|
"StringCondition": {
|
78925
|
-
"shape": "
|
79096
|
+
"shape": "Ss6"
|
78926
79097
|
}
|
78927
79098
|
}
|
78928
79099
|
},
|
78929
|
-
"
|
79100
|
+
"Ste": {
|
78930
79101
|
"type": "list",
|
78931
79102
|
"member": {
|
78932
|
-
"shape": "
|
79103
|
+
"shape": "Std"
|
78933
79104
|
}
|
78934
79105
|
},
|
78935
|
-
"
|
79106
|
+
"Sti": {
|
78936
79107
|
"type": "structure",
|
78937
79108
|
"members": {
|
78938
79109
|
"OrConditions": {
|
78939
|
-
"shape": "
|
79110
|
+
"shape": "Stj"
|
78940
79111
|
},
|
78941
79112
|
"AndConditions": {
|
78942
|
-
"shape": "
|
79113
|
+
"shape": "Stj"
|
78943
79114
|
},
|
78944
79115
|
"StringCondition": {
|
78945
|
-
"shape": "
|
79116
|
+
"shape": "Ss6"
|
78946
79117
|
}
|
78947
79118
|
}
|
78948
79119
|
},
|
78949
|
-
"
|
79120
|
+
"Stj": {
|
78950
79121
|
"type": "list",
|
78951
79122
|
"member": {
|
78952
|
-
"shape": "
|
79123
|
+
"shape": "Sti"
|
78953
79124
|
}
|
78954
79125
|
},
|
78955
|
-
"
|
79126
|
+
"Sto": {
|
78956
79127
|
"type": "structure",
|
78957
79128
|
"members": {
|
78958
79129
|
"OrConditions": {
|
78959
|
-
"shape": "
|
79130
|
+
"shape": "Stp"
|
78960
79131
|
},
|
78961
79132
|
"AndConditions": {
|
78962
|
-
"shape": "
|
79133
|
+
"shape": "Stp"
|
78963
79134
|
},
|
78964
79135
|
"StringCondition": {
|
78965
|
-
"shape": "
|
79136
|
+
"shape": "Ss6"
|
78966
79137
|
}
|
78967
79138
|
}
|
78968
79139
|
},
|
78969
|
-
"
|
79140
|
+
"Stp": {
|
78970
79141
|
"type": "list",
|
78971
79142
|
"member": {
|
78972
|
-
"shape": "
|
79143
|
+
"shape": "Sto"
|
78973
79144
|
}
|
78974
79145
|
},
|
78975
|
-
"
|
79146
|
+
"Stv": {
|
78976
79147
|
"type": "structure",
|
78977
79148
|
"members": {
|
78978
79149
|
"OrConditions": {
|
78979
|
-
"shape": "
|
79150
|
+
"shape": "Stw"
|
78980
79151
|
},
|
78981
79152
|
"AndConditions": {
|
78982
|
-
"shape": "
|
79153
|
+
"shape": "Stw"
|
78983
79154
|
},
|
78984
79155
|
"StringCondition": {
|
78985
|
-
"shape": "
|
79156
|
+
"shape": "Ss6"
|
78986
79157
|
},
|
78987
79158
|
"QueueTypeCondition": {}
|
78988
79159
|
}
|
78989
79160
|
},
|
78990
|
-
"
|
79161
|
+
"Stw": {
|
78991
79162
|
"type": "list",
|
78992
79163
|
"member": {
|
78993
|
-
"shape": "
|
79164
|
+
"shape": "Stv"
|
78994
79165
|
}
|
78995
79166
|
},
|
78996
|
-
"
|
79167
|
+
"Su2": {
|
78997
79168
|
"type": "structure",
|
78998
79169
|
"members": {
|
78999
79170
|
"OrConditions": {
|
79000
|
-
"shape": "
|
79171
|
+
"shape": "Su3"
|
79001
79172
|
},
|
79002
79173
|
"AndConditions": {
|
79003
|
-
"shape": "
|
79174
|
+
"shape": "Su3"
|
79004
79175
|
},
|
79005
79176
|
"StringCondition": {
|
79006
|
-
"shape": "
|
79177
|
+
"shape": "Ss6"
|
79007
79178
|
}
|
79008
79179
|
}
|
79009
79180
|
},
|
79010
|
-
"
|
79181
|
+
"Su3": {
|
79011
79182
|
"type": "list",
|
79012
79183
|
"member": {
|
79013
|
-
"shape": "
|
79184
|
+
"shape": "Su2"
|
79014
79185
|
}
|
79015
79186
|
},
|
79016
|
-
"
|
79187
|
+
"Suh": {
|
79017
79188
|
"type": "structure",
|
79018
79189
|
"members": {
|
79019
79190
|
"OrConditions": {
|
79020
|
-
"shape": "
|
79191
|
+
"shape": "Sui"
|
79021
79192
|
},
|
79022
79193
|
"AndConditions": {
|
79023
|
-
"shape": "
|
79194
|
+
"shape": "Sui"
|
79024
79195
|
},
|
79025
79196
|
"StringCondition": {
|
79026
|
-
"shape": "
|
79197
|
+
"shape": "Ss6"
|
79027
79198
|
}
|
79028
79199
|
}
|
79029
79200
|
},
|
79030
|
-
"
|
79201
|
+
"Sui": {
|
79031
79202
|
"type": "list",
|
79032
79203
|
"member": {
|
79033
|
-
"shape": "
|
79204
|
+
"shape": "Suh"
|
79034
79205
|
}
|
79035
79206
|
},
|
79036
|
-
"
|
79207
|
+
"Sum": {
|
79037
79208
|
"type": "structure",
|
79038
79209
|
"members": {
|
79039
79210
|
"OrConditions": {
|
79040
|
-
"shape": "
|
79211
|
+
"shape": "Sun"
|
79041
79212
|
},
|
79042
79213
|
"AndConditions": {
|
79043
|
-
"shape": "
|
79214
|
+
"shape": "Sun"
|
79044
79215
|
},
|
79045
79216
|
"StringCondition": {
|
79046
|
-
"shape": "
|
79217
|
+
"shape": "Ss6"
|
79047
79218
|
}
|
79048
79219
|
}
|
79049
79220
|
},
|
79050
|
-
"
|
79221
|
+
"Sun": {
|
79051
79222
|
"type": "list",
|
79052
79223
|
"member": {
|
79053
|
-
"shape": "
|
79224
|
+
"shape": "Sum"
|
79054
79225
|
}
|
79055
79226
|
},
|
79056
|
-
"
|
79227
|
+
"Suw": {
|
79057
79228
|
"type": "structure",
|
79058
79229
|
"members": {
|
79059
79230
|
"TagConditions": {
|
79060
|
-
"shape": "
|
79231
|
+
"shape": "Ss2"
|
79061
79232
|
},
|
79062
79233
|
"HierarchyGroupCondition": {
|
79063
|
-
"shape": "
|
79234
|
+
"shape": "Sux"
|
79064
79235
|
}
|
79065
79236
|
}
|
79066
79237
|
},
|
79067
|
-
"
|
79238
|
+
"Sux": {
|
79068
79239
|
"type": "structure",
|
79069
79240
|
"members": {
|
79070
79241
|
"Value": {},
|
79071
79242
|
"HierarchyGroupMatchType": {}
|
79072
79243
|
}
|
79073
79244
|
},
|
79074
|
-
"
|
79245
|
+
"Suz": {
|
79075
79246
|
"type": "structure",
|
79076
79247
|
"members": {
|
79077
79248
|
"OrConditions": {
|
79078
|
-
"shape": "
|
79249
|
+
"shape": "Sv0"
|
79079
79250
|
},
|
79080
79251
|
"AndConditions": {
|
79081
|
-
"shape": "
|
79252
|
+
"shape": "Sv0"
|
79082
79253
|
},
|
79083
79254
|
"StringCondition": {
|
79084
|
-
"shape": "
|
79255
|
+
"shape": "Ss6"
|
79085
79256
|
},
|
79086
79257
|
"HierarchyGroupCondition": {
|
79087
|
-
"shape": "
|
79258
|
+
"shape": "Sux"
|
79088
79259
|
}
|
79089
79260
|
}
|
79090
79261
|
},
|
79091
|
-
"
|
79262
|
+
"Sv0": {
|
79092
79263
|
"type": "list",
|
79093
79264
|
"member": {
|
79094
|
-
"shape": "
|
79265
|
+
"shape": "Suz"
|
79095
79266
|
}
|
79096
79267
|
},
|
79097
|
-
"
|
79268
|
+
"Svi": {
|
79098
79269
|
"type": "list",
|
79099
79270
|
"member": {}
|
79100
79271
|
},
|
79101
|
-
"
|
79272
|
+
"Svk": {
|
79102
79273
|
"type": "structure",
|
79103
79274
|
"required": [
|
79104
79275
|
"DisplayName"
|
@@ -79107,7 +79278,7 @@ module.exports={
|
|
79107
79278
|
"DisplayName": {}
|
79108
79279
|
}
|
79109
79280
|
},
|
79110
|
-
"
|
79281
|
+
"Svl": {
|
79111
79282
|
"type": "structure",
|
79112
79283
|
"required": [
|
79113
79284
|
"StreamingEndpointArn"
|
@@ -79116,19 +79287,19 @@ module.exports={
|
|
79116
79287
|
"StreamingEndpointArn": {}
|
79117
79288
|
}
|
79118
79289
|
},
|
79119
|
-
"
|
79290
|
+
"Sx2": {
|
79120
79291
|
"type": "map",
|
79121
79292
|
"key": {},
|
79122
79293
|
"value": {
|
79123
79294
|
"type": "structure",
|
79124
79295
|
"members": {
|
79125
79296
|
"Value": {
|
79126
|
-
"shape": "
|
79297
|
+
"shape": "Seh"
|
79127
79298
|
}
|
79128
79299
|
}
|
79129
79300
|
}
|
79130
79301
|
},
|
79131
|
-
"
|
79302
|
+
"Szf": {
|
79132
79303
|
"type": "structure",
|
79133
79304
|
"required": [
|
79134
79305
|
"Name"
|
@@ -79174,6 +79345,12 @@ module.exports={
|
|
79174
79345
|
"output_token": "NextToken",
|
79175
79346
|
"result_key": "Origins"
|
79176
79347
|
},
|
79348
|
+
"ListAuthenticationProfiles": {
|
79349
|
+
"input_token": "NextToken",
|
79350
|
+
"limit_key": "MaxResults",
|
79351
|
+
"output_token": "NextToken",
|
79352
|
+
"result_key": "AuthenticationProfileSummaryList"
|
79353
|
+
},
|
79177
79354
|
"ListBots": {
|
79178
79355
|
"input_token": "NextToken",
|
79179
79356
|
"limit_key": "MaxResults",
|
@@ -240090,7 +240267,10 @@ module.exports={
|
|
240090
240267
|
"serviceFullName": "Amazon Simple Storage Service",
|
240091
240268
|
"serviceId": "S3",
|
240092
240269
|
"signatureVersion": "s3",
|
240093
|
-
"uid": "s3-2006-03-01"
|
240270
|
+
"uid": "s3-2006-03-01",
|
240271
|
+
"auth": [
|
240272
|
+
"aws.auth#sigv4"
|
240273
|
+
]
|
240094
240274
|
},
|
240095
240275
|
"operations": {
|
240096
240276
|
"AbortMultipartUpload": {
|
@@ -242508,10 +242688,9 @@ module.exports={
|
|
242508
242688
|
"locationName": "response-content-type"
|
242509
242689
|
},
|
242510
242690
|
"ResponseExpires": {
|
242691
|
+
"shape": "S9w",
|
242511
242692
|
"location": "querystring",
|
242512
|
-
"locationName": "response-expires"
|
242513
|
-
"type": "timestamp",
|
242514
|
-
"timestampFormat": "rfc822"
|
242693
|
+
"locationName": "response-expires"
|
242515
242694
|
},
|
242516
242695
|
"VersionId": {
|
242517
242696
|
"location": "querystring",
|
@@ -243293,6 +243472,31 @@ module.exports={
|
|
243293
243472
|
"location": "header",
|
243294
243473
|
"locationName": "Range"
|
243295
243474
|
},
|
243475
|
+
"ResponseCacheControl": {
|
243476
|
+
"location": "querystring",
|
243477
|
+
"locationName": "response-cache-control"
|
243478
|
+
},
|
243479
|
+
"ResponseContentDisposition": {
|
243480
|
+
"location": "querystring",
|
243481
|
+
"locationName": "response-content-disposition"
|
243482
|
+
},
|
243483
|
+
"ResponseContentEncoding": {
|
243484
|
+
"location": "querystring",
|
243485
|
+
"locationName": "response-content-encoding"
|
243486
|
+
},
|
243487
|
+
"ResponseContentLanguage": {
|
243488
|
+
"location": "querystring",
|
243489
|
+
"locationName": "response-content-language"
|
243490
|
+
},
|
243491
|
+
"ResponseContentType": {
|
243492
|
+
"location": "querystring",
|
243493
|
+
"locationName": "response-content-type"
|
243494
|
+
},
|
243495
|
+
"ResponseExpires": {
|
243496
|
+
"shape": "S9w",
|
243497
|
+
"location": "querystring",
|
243498
|
+
"locationName": "response-expires"
|
243499
|
+
},
|
243296
243500
|
"VersionId": {
|
243297
243501
|
"location": "querystring",
|
243298
243502
|
"locationName": "versionId"
|
@@ -246819,7 +247023,8 @@ module.exports={
|
|
246819
247023
|
"UseObjectLambdaEndpoint": {
|
246820
247024
|
"value": true
|
246821
247025
|
}
|
246822
|
-
}
|
247026
|
+
},
|
247027
|
+
"unsignedPayload": true
|
246823
247028
|
}
|
246824
247029
|
},
|
246825
247030
|
"shapes": {
|
@@ -247829,6 +248034,10 @@ module.exports={
|
|
247829
248034
|
}
|
247830
248035
|
}
|
247831
248036
|
},
|
248037
|
+
"S9w": {
|
248038
|
+
"type": "timestamp",
|
248039
|
+
"timestampFormat": "rfc822"
|
248040
|
+
},
|
247832
248041
|
"Sar": {
|
247833
248042
|
"type": "structure",
|
247834
248043
|
"members": {
|
@@ -276024,7 +276233,7 @@ AWS.util.update(AWS, {
|
|
276024
276233
|
/**
|
276025
276234
|
* @constant
|
276026
276235
|
*/
|
276027
|
-
VERSION: '2.
|
276236
|
+
VERSION: '2.1653.0',
|
276028
276237
|
|
276029
276238
|
/**
|
276030
276239
|
* @api private
|
@@ -298295,7 +298504,7 @@ var LRUCache = /** @class */ (function () {
|
|
298295
298504
|
}());
|
298296
298505
|
exports.LRUCache = LRUCache;
|
298297
298506
|
},{}],467:[function(require,module,exports){
|
298298
|
-
// AWS SDK for JavaScript v2.
|
298507
|
+
// AWS SDK for JavaScript v2.1653.0
|
298299
298508
|
// Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
|
298300
298509
|
// License at https://sdk.amazonaws.com/js/BUNDLE_LICENSE.txt
|
298301
298510
|
require('./browser_loader');
|