cdk-comprehend-s3olap 2.0.86 → 2.0.89
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/.jsii +5 -5
- package/lib/cdk-comprehend-s3olap.js +2 -2
- package/lib/comprehend-lambdas.js +2 -2
- package/lib/iam-roles.js +4 -4
- package/node_modules/aws-sdk/CHANGELOG.md +20 -1
- package/node_modules/aws-sdk/README.md +1 -1
- package/node_modules/aws-sdk/apis/cognito-idp-2016-04-18.min.json +60 -51
- package/node_modules/aws-sdk/apis/connect-2017-08-08.min.json +275 -134
- package/node_modules/aws-sdk/apis/connect-2017-08-08.paginators.json +18 -0
- package/node_modules/aws-sdk/apis/dataexchange-2017-07-25.examples.json +5 -0
- package/node_modules/aws-sdk/apis/dataexchange-2017-07-25.min.json +337 -335
- package/node_modules/aws-sdk/apis/dataexchange-2017-07-25.paginators.json +1 -1
- package/node_modules/aws-sdk/apis/dataexchange-2017-07-25.waiters2.json +5 -0
- package/node_modules/aws-sdk/apis/inspector2-2020-06-08.min.json +10 -2
- package/node_modules/aws-sdk/apis/iotsitewise-2019-12-02.min.json +2 -1
- package/node_modules/aws-sdk/apis/mediapackage-2017-10-12.min.json +57 -54
- package/node_modules/aws-sdk/apis/sagemaker-2017-07-24.min.json +619 -563
- package/node_modules/aws-sdk/apis/sns-2010-03-31.min.json +42 -10
- package/node_modules/aws-sdk/clients/cognitoidentityserviceprovider.d.ts +24 -11
- package/node_modules/aws-sdk/clients/connect.d.ts +144 -10
- package/node_modules/aws-sdk/clients/dataexchange.d.ts +13 -13
- package/node_modules/aws-sdk/clients/dataexchange.js +1 -0
- package/node_modules/aws-sdk/clients/ec2.d.ts +1 -1
- package/node_modules/aws-sdk/clients/eks.d.ts +7 -7
- package/node_modules/aws-sdk/clients/fsx.d.ts +2 -2
- package/node_modules/aws-sdk/clients/identitystore.d.ts +34 -34
- package/node_modules/aws-sdk/clients/inspector2.d.ts +16 -2
- package/node_modules/aws-sdk/clients/iotsitewise.d.ts +12 -8
- package/node_modules/aws-sdk/clients/mediapackage.d.ts +2 -0
- package/node_modules/aws-sdk/clients/sagemaker.d.ts +74 -1
- package/node_modules/aws-sdk/clients/sns.d.ts +42 -0
- package/node_modules/aws-sdk/dist/aws-sdk-core-react-native.js +1 -1
- package/node_modules/aws-sdk/dist/aws-sdk-react-native.js +754 -747
- package/node_modules/aws-sdk/dist/aws-sdk.js +398 -198
- package/node_modules/aws-sdk/dist/aws-sdk.min.js +79 -79
- package/node_modules/aws-sdk/lib/core.js +1 -1
- package/node_modules/aws-sdk/lib/credentials/sso_credentials.d.ts +2 -0
- package/node_modules/aws-sdk/lib/credentials/sso_credentials.js +5 -1
- package/node_modules/aws-sdk/package.json +1 -1
- package/node_modules/esbuild/bin/esbuild +1 -1
- package/node_modules/esbuild/install.js +5 -5
- package/node_modules/esbuild/lib/main.js +14 -13
- package/node_modules/esbuild/package.json +22 -22
- package/node_modules/esbuild-linux-64/bin/esbuild +0 -0
- package/node_modules/esbuild-linux-64/package.json +1 -1
- package/package.json +12 -10
@@ -1,4 +1,4 @@
|
|
1
|
-
// AWS SDK for JavaScript v2.
|
1
|
+
// AWS SDK for JavaScript v2.1211.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){
|
@@ -48918,6 +48918,9 @@ module.exports={
|
|
48918
48918
|
},
|
48919
48919
|
"EnablePropagateAdditionalUserContextData": {
|
48920
48920
|
"type": "boolean"
|
48921
|
+
},
|
48922
|
+
"AuthSessionValidity": {
|
48923
|
+
"type": "integer"
|
48921
48924
|
}
|
48922
48925
|
}
|
48923
48926
|
},
|
@@ -48925,7 +48928,7 @@ module.exports={
|
|
48925
48928
|
"type": "structure",
|
48926
48929
|
"members": {
|
48927
48930
|
"UserPoolClient": {
|
48928
|
-
"shape": "
|
48931
|
+
"shape": "S6y"
|
48929
48932
|
}
|
48930
48933
|
}
|
48931
48934
|
}
|
@@ -48941,7 +48944,7 @@ module.exports={
|
|
48941
48944
|
"Domain": {},
|
48942
48945
|
"UserPoolId": {},
|
48943
48946
|
"CustomDomainConfig": {
|
48944
|
-
"shape": "
|
48947
|
+
"shape": "S71"
|
48945
48948
|
}
|
48946
48949
|
}
|
48947
48950
|
},
|
@@ -49138,7 +49141,7 @@ module.exports={
|
|
49138
49141
|
],
|
49139
49142
|
"members": {
|
49140
49143
|
"RiskConfiguration": {
|
49141
|
-
"shape": "
|
49144
|
+
"shape": "S7j"
|
49142
49145
|
}
|
49143
49146
|
}
|
49144
49147
|
}
|
@@ -49201,7 +49204,7 @@ module.exports={
|
|
49201
49204
|
"type": "structure",
|
49202
49205
|
"members": {
|
49203
49206
|
"UserPoolClient": {
|
49204
|
-
"shape": "
|
49207
|
+
"shape": "S6y"
|
49205
49208
|
}
|
49206
49209
|
}
|
49207
49210
|
}
|
@@ -49230,7 +49233,7 @@ module.exports={
|
|
49230
49233
|
"Version": {},
|
49231
49234
|
"Status": {},
|
49232
49235
|
"CustomDomainConfig": {
|
49233
|
-
"shape": "
|
49236
|
+
"shape": "S71"
|
49234
49237
|
}
|
49235
49238
|
}
|
49236
49239
|
}
|
@@ -49283,7 +49286,7 @@ module.exports={
|
|
49283
49286
|
"type": "structure",
|
49284
49287
|
"members": {
|
49285
49288
|
"CodeDeliveryDetails": {
|
49286
|
-
"shape": "
|
49289
|
+
"shape": "S8h"
|
49287
49290
|
}
|
49288
49291
|
}
|
49289
49292
|
},
|
@@ -49417,7 +49420,7 @@ module.exports={
|
|
49417
49420
|
],
|
49418
49421
|
"members": {
|
49419
49422
|
"UICustomization": {
|
49420
|
-
"shape": "
|
49423
|
+
"shape": "S8v"
|
49421
49424
|
}
|
49422
49425
|
}
|
49423
49426
|
}
|
@@ -49479,7 +49482,7 @@ module.exports={
|
|
49479
49482
|
"type": "structure",
|
49480
49483
|
"members": {
|
49481
49484
|
"CodeDeliveryDetails": {
|
49482
|
-
"shape": "
|
49485
|
+
"shape": "S8h"
|
49483
49486
|
}
|
49484
49487
|
}
|
49485
49488
|
},
|
@@ -49499,10 +49502,10 @@ module.exports={
|
|
49499
49502
|
"type": "structure",
|
49500
49503
|
"members": {
|
49501
49504
|
"SmsMfaConfiguration": {
|
49502
|
-
"shape": "
|
49505
|
+
"shape": "S95"
|
49503
49506
|
},
|
49504
49507
|
"SoftwareTokenMfaConfiguration": {
|
49505
|
-
"shape": "
|
49508
|
+
"shape": "S96"
|
49506
49509
|
},
|
49507
49510
|
"MfaConfiguration": {}
|
49508
49511
|
}
|
@@ -49830,7 +49833,7 @@ module.exports={
|
|
49830
49833
|
"type": "structure",
|
49831
49834
|
"members": {
|
49832
49835
|
"Users": {
|
49833
|
-
"shape": "
|
49836
|
+
"shape": "Sa8"
|
49834
49837
|
},
|
49835
49838
|
"PaginationToken": {}
|
49836
49839
|
}
|
@@ -49856,7 +49859,7 @@ module.exports={
|
|
49856
49859
|
"type": "structure",
|
49857
49860
|
"members": {
|
49858
49861
|
"Users": {
|
49859
|
-
"shape": "
|
49862
|
+
"shape": "Sa8"
|
49860
49863
|
},
|
49861
49864
|
"NextToken": {}
|
49862
49865
|
}
|
@@ -49894,7 +49897,7 @@ module.exports={
|
|
49894
49897
|
"type": "structure",
|
49895
49898
|
"members": {
|
49896
49899
|
"CodeDeliveryDetails": {
|
49897
|
-
"shape": "
|
49900
|
+
"shape": "S8h"
|
49898
49901
|
}
|
49899
49902
|
}
|
49900
49903
|
},
|
@@ -49957,7 +49960,7 @@ module.exports={
|
|
49957
49960
|
"shape": "S1j"
|
49958
49961
|
},
|
49959
49962
|
"ClientSecret": {
|
49960
|
-
"shape": "
|
49963
|
+
"shape": "S6z"
|
49961
49964
|
}
|
49962
49965
|
}
|
49963
49966
|
},
|
@@ -49978,13 +49981,13 @@ module.exports={
|
|
49978
49981
|
"shape": "S1j"
|
49979
49982
|
},
|
49980
49983
|
"CompromisedCredentialsRiskConfiguration": {
|
49981
|
-
"shape": "
|
49984
|
+
"shape": "S7k"
|
49982
49985
|
},
|
49983
49986
|
"AccountTakeoverRiskConfiguration": {
|
49984
|
-
"shape": "
|
49987
|
+
"shape": "S7p"
|
49985
49988
|
},
|
49986
49989
|
"RiskExceptionConfiguration": {
|
49987
|
-
"shape": "
|
49990
|
+
"shape": "S7y"
|
49988
49991
|
}
|
49989
49992
|
}
|
49990
49993
|
},
|
@@ -49995,7 +49998,7 @@ module.exports={
|
|
49995
49998
|
],
|
49996
49999
|
"members": {
|
49997
50000
|
"RiskConfiguration": {
|
49998
|
-
"shape": "
|
50001
|
+
"shape": "S7j"
|
49999
50002
|
}
|
50000
50003
|
}
|
50001
50004
|
}
|
@@ -50024,7 +50027,7 @@ module.exports={
|
|
50024
50027
|
],
|
50025
50028
|
"members": {
|
50026
50029
|
"UICustomization": {
|
50027
|
-
"shape": "
|
50030
|
+
"shape": "S8v"
|
50028
50031
|
}
|
50029
50032
|
}
|
50030
50033
|
}
|
@@ -50061,10 +50064,10 @@ module.exports={
|
|
50061
50064
|
"members": {
|
50062
50065
|
"UserPoolId": {},
|
50063
50066
|
"SmsMfaConfiguration": {
|
50064
|
-
"shape": "
|
50067
|
+
"shape": "S95"
|
50065
50068
|
},
|
50066
50069
|
"SoftwareTokenMfaConfiguration": {
|
50067
|
-
"shape": "
|
50070
|
+
"shape": "S96"
|
50068
50071
|
},
|
50069
50072
|
"MfaConfiguration": {}
|
50070
50073
|
}
|
@@ -50073,10 +50076,10 @@ module.exports={
|
|
50073
50076
|
"type": "structure",
|
50074
50077
|
"members": {
|
50075
50078
|
"SmsMfaConfiguration": {
|
50076
|
-
"shape": "
|
50079
|
+
"shape": "S95"
|
50077
50080
|
},
|
50078
50081
|
"SoftwareTokenMfaConfiguration": {
|
50079
|
-
"shape": "
|
50082
|
+
"shape": "S96"
|
50080
50083
|
},
|
50081
50084
|
"MfaConfiguration": {}
|
50082
50085
|
}
|
@@ -50153,7 +50156,7 @@ module.exports={
|
|
50153
50156
|
"type": "boolean"
|
50154
50157
|
},
|
50155
50158
|
"CodeDeliveryDetails": {
|
50156
|
-
"shape": "
|
50159
|
+
"shape": "S8h"
|
50157
50160
|
},
|
50158
50161
|
"UserSub": {}
|
50159
50162
|
}
|
@@ -50401,7 +50404,7 @@ module.exports={
|
|
50401
50404
|
"CodeDeliveryDetailsList": {
|
50402
50405
|
"type": "list",
|
50403
50406
|
"member": {
|
50404
|
-
"shape": "
|
50407
|
+
"shape": "S8h"
|
50405
50408
|
}
|
50406
50409
|
}
|
50407
50410
|
}
|
@@ -50526,6 +50529,9 @@ module.exports={
|
|
50526
50529
|
},
|
50527
50530
|
"EnablePropagateAdditionalUserContextData": {
|
50528
50531
|
"type": "boolean"
|
50532
|
+
},
|
50533
|
+
"AuthSessionValidity": {
|
50534
|
+
"type": "integer"
|
50529
50535
|
}
|
50530
50536
|
}
|
50531
50537
|
},
|
@@ -50533,7 +50539,7 @@ module.exports={
|
|
50533
50539
|
"type": "structure",
|
50534
50540
|
"members": {
|
50535
50541
|
"UserPoolClient": {
|
50536
|
-
"shape": "
|
50542
|
+
"shape": "S6y"
|
50537
50543
|
}
|
50538
50544
|
}
|
50539
50545
|
}
|
@@ -50550,7 +50556,7 @@ module.exports={
|
|
50550
50556
|
"Domain": {},
|
50551
50557
|
"UserPoolId": {},
|
50552
50558
|
"CustomDomainConfig": {
|
50553
|
-
"shape": "
|
50559
|
+
"shape": "S71"
|
50554
50560
|
}
|
50555
50561
|
}
|
50556
50562
|
},
|
@@ -51294,7 +51300,7 @@ module.exports={
|
|
51294
51300
|
}
|
51295
51301
|
}
|
51296
51302
|
},
|
51297
|
-
"
|
51303
|
+
"S6y": {
|
51298
51304
|
"type": "structure",
|
51299
51305
|
"members": {
|
51300
51306
|
"UserPoolId": {},
|
@@ -51303,7 +51309,7 @@ module.exports={
|
|
51303
51309
|
"shape": "S1j"
|
51304
51310
|
},
|
51305
51311
|
"ClientSecret": {
|
51306
|
-
"shape": "
|
51312
|
+
"shape": "S6z"
|
51307
51313
|
},
|
51308
51314
|
"LastModifiedDate": {
|
51309
51315
|
"type": "timestamp"
|
@@ -51360,14 +51366,17 @@ module.exports={
|
|
51360
51366
|
},
|
51361
51367
|
"EnablePropagateAdditionalUserContextData": {
|
51362
51368
|
"type": "boolean"
|
51369
|
+
},
|
51370
|
+
"AuthSessionValidity": {
|
51371
|
+
"type": "integer"
|
51363
51372
|
}
|
51364
51373
|
}
|
51365
51374
|
},
|
51366
|
-
"
|
51375
|
+
"S6z": {
|
51367
51376
|
"type": "string",
|
51368
51377
|
"sensitive": true
|
51369
51378
|
},
|
51370
|
-
"
|
51379
|
+
"S71": {
|
51371
51380
|
"type": "structure",
|
51372
51381
|
"required": [
|
51373
51382
|
"CertificateArn"
|
@@ -51376,7 +51385,7 @@ module.exports={
|
|
51376
51385
|
"CertificateArn": {}
|
51377
51386
|
}
|
51378
51387
|
},
|
51379
|
-
"
|
51388
|
+
"S7j": {
|
51380
51389
|
"type": "structure",
|
51381
51390
|
"members": {
|
51382
51391
|
"UserPoolId": {},
|
@@ -51384,20 +51393,20 @@ module.exports={
|
|
51384
51393
|
"shape": "S1j"
|
51385
51394
|
},
|
51386
51395
|
"CompromisedCredentialsRiskConfiguration": {
|
51387
|
-
"shape": "
|
51396
|
+
"shape": "S7k"
|
51388
51397
|
},
|
51389
51398
|
"AccountTakeoverRiskConfiguration": {
|
51390
|
-
"shape": "
|
51399
|
+
"shape": "S7p"
|
51391
51400
|
},
|
51392
51401
|
"RiskExceptionConfiguration": {
|
51393
|
-
"shape": "
|
51402
|
+
"shape": "S7y"
|
51394
51403
|
},
|
51395
51404
|
"LastModifiedDate": {
|
51396
51405
|
"type": "timestamp"
|
51397
51406
|
}
|
51398
51407
|
}
|
51399
51408
|
},
|
51400
|
-
"
|
51409
|
+
"S7k": {
|
51401
51410
|
"type": "structure",
|
51402
51411
|
"required": [
|
51403
51412
|
"Actions"
|
@@ -51418,7 +51427,7 @@ module.exports={
|
|
51418
51427
|
}
|
51419
51428
|
}
|
51420
51429
|
},
|
51421
|
-
"
|
51430
|
+
"S7p": {
|
51422
51431
|
"type": "structure",
|
51423
51432
|
"required": [
|
51424
51433
|
"Actions"
|
@@ -51434,13 +51443,13 @@ module.exports={
|
|
51434
51443
|
"ReplyTo": {},
|
51435
51444
|
"SourceArn": {},
|
51436
51445
|
"BlockEmail": {
|
51437
|
-
"shape": "
|
51446
|
+
"shape": "S7r"
|
51438
51447
|
},
|
51439
51448
|
"NoActionEmail": {
|
51440
|
-
"shape": "
|
51449
|
+
"shape": "S7r"
|
51441
51450
|
},
|
51442
51451
|
"MfaEmail": {
|
51443
|
-
"shape": "
|
51452
|
+
"shape": "S7r"
|
51444
51453
|
}
|
51445
51454
|
}
|
51446
51455
|
},
|
@@ -51448,19 +51457,19 @@ module.exports={
|
|
51448
51457
|
"type": "structure",
|
51449
51458
|
"members": {
|
51450
51459
|
"LowAction": {
|
51451
|
-
"shape": "
|
51460
|
+
"shape": "S7v"
|
51452
51461
|
},
|
51453
51462
|
"MediumAction": {
|
51454
|
-
"shape": "
|
51463
|
+
"shape": "S7v"
|
51455
51464
|
},
|
51456
51465
|
"HighAction": {
|
51457
|
-
"shape": "
|
51466
|
+
"shape": "S7v"
|
51458
51467
|
}
|
51459
51468
|
}
|
51460
51469
|
}
|
51461
51470
|
}
|
51462
51471
|
},
|
51463
|
-
"
|
51472
|
+
"S7r": {
|
51464
51473
|
"type": "structure",
|
51465
51474
|
"required": [
|
51466
51475
|
"Subject"
|
@@ -51471,7 +51480,7 @@ module.exports={
|
|
51471
51480
|
"TextBody": {}
|
51472
51481
|
}
|
51473
51482
|
},
|
51474
|
-
"
|
51483
|
+
"S7v": {
|
51475
51484
|
"type": "structure",
|
51476
51485
|
"required": [
|
51477
51486
|
"Notify",
|
@@ -51484,7 +51493,7 @@ module.exports={
|
|
51484
51493
|
"EventAction": {}
|
51485
51494
|
}
|
51486
51495
|
},
|
51487
|
-
"
|
51496
|
+
"S7y": {
|
51488
51497
|
"type": "structure",
|
51489
51498
|
"members": {
|
51490
51499
|
"BlockedIPRangeList": {
|
@@ -51497,7 +51506,7 @@ module.exports={
|
|
51497
51506
|
}
|
51498
51507
|
}
|
51499
51508
|
},
|
51500
|
-
"
|
51509
|
+
"S8h": {
|
51501
51510
|
"type": "structure",
|
51502
51511
|
"members": {
|
51503
51512
|
"Destination": {},
|
@@ -51505,7 +51514,7 @@ module.exports={
|
|
51505
51514
|
"AttributeName": {}
|
51506
51515
|
}
|
51507
51516
|
},
|
51508
|
-
"
|
51517
|
+
"S8v": {
|
51509
51518
|
"type": "structure",
|
51510
51519
|
"members": {
|
51511
51520
|
"UserPoolId": {},
|
@@ -51523,7 +51532,7 @@ module.exports={
|
|
51523
51532
|
}
|
51524
51533
|
}
|
51525
51534
|
},
|
51526
|
-
"
|
51535
|
+
"S95": {
|
51527
51536
|
"type": "structure",
|
51528
51537
|
"members": {
|
51529
51538
|
"SmsAuthenticationMessage": {},
|
@@ -51532,7 +51541,7 @@ module.exports={
|
|
51532
51541
|
}
|
51533
51542
|
}
|
51534
51543
|
},
|
51535
|
-
"
|
51544
|
+
"S96": {
|
51536
51545
|
"type": "structure",
|
51537
51546
|
"members": {
|
51538
51547
|
"Enabled": {
|
@@ -51540,7 +51549,7 @@ module.exports={
|
|
51540
51549
|
}
|
51541
51550
|
}
|
51542
51551
|
},
|
51543
|
-
"
|
51552
|
+
"Sa8": {
|
51544
51553
|
"type": "list",
|
51545
51554
|
"member": {
|
51546
51555
|
"shape": "St"
|
@@ -61333,24 +61342,7 @@ module.exports={
|
|
61333
61342
|
"type": "structure",
|
61334
61343
|
"members": {
|
61335
61344
|
"Queue": {
|
61336
|
-
"
|
61337
|
-
"members": {
|
61338
|
-
"Name": {},
|
61339
|
-
"QueueArn": {},
|
61340
|
-
"QueueId": {},
|
61341
|
-
"Description": {},
|
61342
|
-
"OutboundCallerConfig": {
|
61343
|
-
"shape": "S2z"
|
61344
|
-
},
|
61345
|
-
"HoursOfOperationId": {},
|
61346
|
-
"MaxContacts": {
|
61347
|
-
"type": "integer"
|
61348
|
-
},
|
61349
|
-
"Status": {},
|
61350
|
-
"Tags": {
|
61351
|
-
"shape": "S1j"
|
61352
|
-
}
|
61353
|
-
}
|
61345
|
+
"shape": "S72"
|
61354
61346
|
}
|
61355
61347
|
}
|
61356
61348
|
}
|
@@ -61424,21 +61416,7 @@ module.exports={
|
|
61424
61416
|
"type": "structure",
|
61425
61417
|
"members": {
|
61426
61418
|
"RoutingProfile": {
|
61427
|
-
"
|
61428
|
-
"members": {
|
61429
|
-
"InstanceId": {},
|
61430
|
-
"Name": {},
|
61431
|
-
"RoutingProfileArn": {},
|
61432
|
-
"RoutingProfileId": {},
|
61433
|
-
"Description": {},
|
61434
|
-
"MediaConcurrencies": {
|
61435
|
-
"shape": "S3g"
|
61436
|
-
},
|
61437
|
-
"DefaultOutboundQueueId": {},
|
61438
|
-
"Tags": {
|
61439
|
-
"shape": "S1j"
|
61440
|
-
}
|
61441
|
-
}
|
61419
|
+
"shape": "S79"
|
61442
61420
|
}
|
61443
61421
|
}
|
61444
61422
|
}
|
@@ -61571,19 +61549,19 @@ module.exports={
|
|
61571
61549
|
"type": "structure",
|
61572
61550
|
"members": {
|
61573
61551
|
"LevelOne": {
|
61574
|
-
"shape": "
|
61552
|
+
"shape": "S7m"
|
61575
61553
|
},
|
61576
61554
|
"LevelTwo": {
|
61577
|
-
"shape": "
|
61555
|
+
"shape": "S7m"
|
61578
61556
|
},
|
61579
61557
|
"LevelThree": {
|
61580
|
-
"shape": "
|
61558
|
+
"shape": "S7m"
|
61581
61559
|
},
|
61582
61560
|
"LevelFour": {
|
61583
|
-
"shape": "
|
61561
|
+
"shape": "S7m"
|
61584
61562
|
},
|
61585
61563
|
"LevelFive": {
|
61586
|
-
"shape": "
|
61564
|
+
"shape": "S7m"
|
61587
61565
|
}
|
61588
61566
|
}
|
61589
61567
|
},
|
@@ -61619,19 +61597,19 @@ module.exports={
|
|
61619
61597
|
"type": "structure",
|
61620
61598
|
"members": {
|
61621
61599
|
"LevelOne": {
|
61622
|
-
"shape": "
|
61600
|
+
"shape": "S7q"
|
61623
61601
|
},
|
61624
61602
|
"LevelTwo": {
|
61625
|
-
"shape": "
|
61603
|
+
"shape": "S7q"
|
61626
61604
|
},
|
61627
61605
|
"LevelThree": {
|
61628
|
-
"shape": "
|
61606
|
+
"shape": "S7q"
|
61629
61607
|
},
|
61630
61608
|
"LevelFour": {
|
61631
|
-
"shape": "
|
61609
|
+
"shape": "S7q"
|
61632
61610
|
},
|
61633
61611
|
"LevelFive": {
|
61634
|
-
"shape": "
|
61612
|
+
"shape": "S7q"
|
61635
61613
|
}
|
61636
61614
|
}
|
61637
61615
|
}
|
@@ -61947,7 +61925,7 @@ module.exports={
|
|
61947
61925
|
"type": "structure",
|
61948
61926
|
"members": {
|
61949
61927
|
"Attributes": {
|
61950
|
-
"shape": "
|
61928
|
+
"shape": "S89"
|
61951
61929
|
}
|
61952
61930
|
}
|
61953
61931
|
}
|
@@ -61969,15 +61947,15 @@ module.exports={
|
|
61969
61947
|
"locationName": "InstanceId"
|
61970
61948
|
},
|
61971
61949
|
"Filters": {
|
61972
|
-
"shape": "
|
61950
|
+
"shape": "S8d"
|
61973
61951
|
},
|
61974
61952
|
"Groupings": {
|
61975
|
-
"shape": "
|
61953
|
+
"shape": "S8g"
|
61976
61954
|
},
|
61977
61955
|
"CurrentMetrics": {
|
61978
61956
|
"type": "list",
|
61979
61957
|
"member": {
|
61980
|
-
"shape": "
|
61958
|
+
"shape": "S8j"
|
61981
61959
|
}
|
61982
61960
|
},
|
61983
61961
|
"NextToken": {},
|
@@ -61996,7 +61974,7 @@ module.exports={
|
|
61996
61974
|
"type": "structure",
|
61997
61975
|
"members": {
|
61998
61976
|
"Dimensions": {
|
61999
|
-
"shape": "
|
61977
|
+
"shape": "S8r"
|
62000
61978
|
},
|
62001
61979
|
"Collections": {
|
62002
61980
|
"type": "list",
|
@@ -62004,7 +61982,7 @@ module.exports={
|
|
62004
61982
|
"type": "structure",
|
62005
61983
|
"members": {
|
62006
61984
|
"Metric": {
|
62007
|
-
"shape": "
|
61985
|
+
"shape": "S8j"
|
62008
61986
|
},
|
62009
61987
|
"Value": {
|
62010
61988
|
"type": "double"
|
@@ -62040,7 +62018,7 @@ module.exports={
|
|
62040
62018
|
"type": "structure",
|
62041
62019
|
"members": {
|
62042
62020
|
"Queues": {
|
62043
|
-
"shape": "
|
62021
|
+
"shape": "S8e"
|
62044
62022
|
},
|
62045
62023
|
"ContactFilter": {
|
62046
62024
|
"type": "structure",
|
@@ -62086,19 +62064,19 @@ module.exports={
|
|
62086
62064
|
"type": "structure",
|
62087
62065
|
"members": {
|
62088
62066
|
"LevelOne": {
|
62089
|
-
"shape": "
|
62067
|
+
"shape": "S97"
|
62090
62068
|
},
|
62091
62069
|
"LevelTwo": {
|
62092
|
-
"shape": "
|
62070
|
+
"shape": "S97"
|
62093
62071
|
},
|
62094
62072
|
"LevelThree": {
|
62095
|
-
"shape": "
|
62073
|
+
"shape": "S97"
|
62096
62074
|
},
|
62097
62075
|
"LevelFour": {
|
62098
|
-
"shape": "
|
62076
|
+
"shape": "S97"
|
62099
62077
|
},
|
62100
62078
|
"LevelFive": {
|
62101
|
-
"shape": "
|
62079
|
+
"shape": "S97"
|
62102
62080
|
}
|
62103
62081
|
}
|
62104
62082
|
},
|
@@ -62112,13 +62090,13 @@ module.exports={
|
|
62112
62090
|
}
|
62113
62091
|
},
|
62114
62092
|
"AvailableSlotsByChannel": {
|
62115
|
-
"shape": "
|
62093
|
+
"shape": "S99"
|
62116
62094
|
},
|
62117
62095
|
"MaxSlotsByChannel": {
|
62118
|
-
"shape": "
|
62096
|
+
"shape": "S99"
|
62119
62097
|
},
|
62120
62098
|
"ActiveSlotsByChannel": {
|
62121
|
-
"shape": "
|
62099
|
+
"shape": "S99"
|
62122
62100
|
},
|
62123
62101
|
"Contacts": {
|
62124
62102
|
"type": "list",
|
@@ -62136,7 +62114,7 @@ module.exports={
|
|
62136
62114
|
"type": "timestamp"
|
62137
62115
|
},
|
62138
62116
|
"Queue": {
|
62139
|
-
"shape": "
|
62117
|
+
"shape": "S8s"
|
62140
62118
|
}
|
62141
62119
|
}
|
62142
62120
|
}
|
@@ -62171,13 +62149,13 @@ module.exports={
|
|
62171
62149
|
"type": "structure",
|
62172
62150
|
"members": {
|
62173
62151
|
"AccessToken": {
|
62174
|
-
"shape": "
|
62152
|
+
"shape": "S9g"
|
62175
62153
|
},
|
62176
62154
|
"AccessTokenExpiration": {
|
62177
62155
|
"type": "timestamp"
|
62178
62156
|
},
|
62179
62157
|
"RefreshToken": {
|
62180
|
-
"shape": "
|
62158
|
+
"shape": "S9g"
|
62181
62159
|
},
|
62182
62160
|
"RefreshTokenExpiration": {
|
62183
62161
|
"type": "timestamp"
|
@@ -62212,15 +62190,15 @@ module.exports={
|
|
62212
62190
|
"type": "timestamp"
|
62213
62191
|
},
|
62214
62192
|
"Filters": {
|
62215
|
-
"shape": "
|
62193
|
+
"shape": "S8d"
|
62216
62194
|
},
|
62217
62195
|
"Groupings": {
|
62218
|
-
"shape": "
|
62196
|
+
"shape": "S8g"
|
62219
62197
|
},
|
62220
62198
|
"HistoricalMetrics": {
|
62221
62199
|
"type": "list",
|
62222
62200
|
"member": {
|
62223
|
-
"shape": "
|
62201
|
+
"shape": "S9j"
|
62224
62202
|
}
|
62225
62203
|
},
|
62226
62204
|
"NextToken": {},
|
@@ -62239,7 +62217,7 @@ module.exports={
|
|
62239
62217
|
"type": "structure",
|
62240
62218
|
"members": {
|
62241
62219
|
"Dimensions": {
|
62242
|
-
"shape": "
|
62220
|
+
"shape": "S8r"
|
62243
62221
|
},
|
62244
62222
|
"Collections": {
|
62245
62223
|
"type": "list",
|
@@ -62247,7 +62225,7 @@ module.exports={
|
|
62247
62225
|
"type": "structure",
|
62248
62226
|
"members": {
|
62249
62227
|
"Metric": {
|
62250
|
-
"shape": "
|
62228
|
+
"shape": "S9j"
|
62251
62229
|
},
|
62252
62230
|
"Value": {
|
62253
62231
|
"type": "double"
|
@@ -63028,12 +63006,12 @@ module.exports={
|
|
63028
63006
|
"locationName": "InstanceId"
|
63029
63007
|
},
|
63030
63008
|
"PhoneNumberTypes": {
|
63031
|
-
"shape": "
|
63009
|
+
"shape": "Sbx",
|
63032
63010
|
"location": "querystring",
|
63033
63011
|
"locationName": "phoneNumberTypes"
|
63034
63012
|
},
|
63035
63013
|
"PhoneNumberCountryCodes": {
|
63036
|
-
"shape": "
|
63014
|
+
"shape": "Sby",
|
63037
63015
|
"location": "querystring",
|
63038
63016
|
"locationName": "phoneNumberCountryCodes"
|
63039
63017
|
},
|
@@ -63081,10 +63059,10 @@ module.exports={
|
|
63081
63059
|
},
|
63082
63060
|
"NextToken": {},
|
63083
63061
|
"PhoneNumberCountryCodes": {
|
63084
|
-
"shape": "
|
63062
|
+
"shape": "Sby"
|
63085
63063
|
},
|
63086
63064
|
"PhoneNumberTypes": {
|
63087
|
-
"shape": "
|
63065
|
+
"shape": "Sbx"
|
63088
63066
|
},
|
63089
63067
|
"PhoneNumberPrefix": {}
|
63090
63068
|
}
|
@@ -63190,7 +63168,7 @@ module.exports={
|
|
63190
63168
|
"members": {
|
63191
63169
|
"NextToken": {},
|
63192
63170
|
"QuickConnectSummaryList": {
|
63193
|
-
"shape": "
|
63171
|
+
"shape": "Scg"
|
63194
63172
|
}
|
63195
63173
|
}
|
63196
63174
|
}
|
@@ -63282,7 +63260,7 @@ module.exports={
|
|
63282
63260
|
"type": "structure",
|
63283
63261
|
"members": {
|
63284
63262
|
"QuickConnectSummaryList": {
|
63285
|
-
"shape": "
|
63263
|
+
"shape": "Scg"
|
63286
63264
|
},
|
63287
63265
|
"NextToken": {}
|
63288
63266
|
}
|
@@ -63694,7 +63672,7 @@ module.exports={
|
|
63694
63672
|
"UserHierarchyGroupSummaryList": {
|
63695
63673
|
"type": "list",
|
63696
63674
|
"member": {
|
63697
|
-
"shape": "
|
63675
|
+
"shape": "S7m"
|
63698
63676
|
}
|
63699
63677
|
},
|
63700
63678
|
"NextToken": {}
|
@@ -63859,6 +63837,94 @@ module.exports={
|
|
63859
63837
|
}
|
63860
63838
|
}
|
63861
63839
|
},
|
63840
|
+
"SearchQueues": {
|
63841
|
+
"http": {
|
63842
|
+
"requestUri": "/search-queues"
|
63843
|
+
},
|
63844
|
+
"input": {
|
63845
|
+
"type": "structure",
|
63846
|
+
"required": [
|
63847
|
+
"InstanceId"
|
63848
|
+
],
|
63849
|
+
"members": {
|
63850
|
+
"InstanceId": {},
|
63851
|
+
"NextToken": {},
|
63852
|
+
"MaxResults": {
|
63853
|
+
"type": "integer"
|
63854
|
+
},
|
63855
|
+
"SearchFilter": {
|
63856
|
+
"type": "structure",
|
63857
|
+
"members": {
|
63858
|
+
"TagFilter": {
|
63859
|
+
"shape": "Se4"
|
63860
|
+
}
|
63861
|
+
}
|
63862
|
+
},
|
63863
|
+
"SearchCriteria": {
|
63864
|
+
"shape": "Se8"
|
63865
|
+
}
|
63866
|
+
}
|
63867
|
+
},
|
63868
|
+
"output": {
|
63869
|
+
"type": "structure",
|
63870
|
+
"members": {
|
63871
|
+
"Queues": {
|
63872
|
+
"type": "list",
|
63873
|
+
"member": {
|
63874
|
+
"shape": "S72"
|
63875
|
+
}
|
63876
|
+
},
|
63877
|
+
"NextToken": {},
|
63878
|
+
"ApproximateTotalCount": {
|
63879
|
+
"type": "long"
|
63880
|
+
}
|
63881
|
+
}
|
63882
|
+
}
|
63883
|
+
},
|
63884
|
+
"SearchRoutingProfiles": {
|
63885
|
+
"http": {
|
63886
|
+
"requestUri": "/search-routing-profiles"
|
63887
|
+
},
|
63888
|
+
"input": {
|
63889
|
+
"type": "structure",
|
63890
|
+
"required": [
|
63891
|
+
"InstanceId"
|
63892
|
+
],
|
63893
|
+
"members": {
|
63894
|
+
"InstanceId": {},
|
63895
|
+
"NextToken": {},
|
63896
|
+
"MaxResults": {
|
63897
|
+
"type": "integer"
|
63898
|
+
},
|
63899
|
+
"SearchFilter": {
|
63900
|
+
"type": "structure",
|
63901
|
+
"members": {
|
63902
|
+
"TagFilter": {
|
63903
|
+
"shape": "Se4"
|
63904
|
+
}
|
63905
|
+
}
|
63906
|
+
},
|
63907
|
+
"SearchCriteria": {
|
63908
|
+
"shape": "Sei"
|
63909
|
+
}
|
63910
|
+
}
|
63911
|
+
},
|
63912
|
+
"output": {
|
63913
|
+
"type": "structure",
|
63914
|
+
"members": {
|
63915
|
+
"RoutingProfiles": {
|
63916
|
+
"type": "list",
|
63917
|
+
"member": {
|
63918
|
+
"shape": "S79"
|
63919
|
+
}
|
63920
|
+
},
|
63921
|
+
"NextToken": {},
|
63922
|
+
"ApproximateTotalCount": {
|
63923
|
+
"type": "long"
|
63924
|
+
}
|
63925
|
+
}
|
63926
|
+
}
|
63927
|
+
},
|
63862
63928
|
"SearchSecurityProfiles": {
|
63863
63929
|
"http": {
|
63864
63930
|
"requestUri": "/search-security-profiles"
|
@@ -63875,13 +63941,13 @@ module.exports={
|
|
63875
63941
|
"type": "integer"
|
63876
63942
|
},
|
63877
63943
|
"SearchCriteria": {
|
63878
|
-
"shape": "
|
63944
|
+
"shape": "Sen"
|
63879
63945
|
},
|
63880
63946
|
"SearchFilter": {
|
63881
63947
|
"type": "structure",
|
63882
63948
|
"members": {
|
63883
63949
|
"TagFilter": {
|
63884
|
-
"shape": "
|
63950
|
+
"shape": "Se4"
|
63885
63951
|
}
|
63886
63952
|
}
|
63887
63953
|
}
|
@@ -63929,12 +63995,12 @@ module.exports={
|
|
63929
63995
|
"type": "structure",
|
63930
63996
|
"members": {
|
63931
63997
|
"TagFilter": {
|
63932
|
-
"shape": "
|
63998
|
+
"shape": "Se4"
|
63933
63999
|
}
|
63934
64000
|
}
|
63935
64001
|
},
|
63936
64002
|
"SearchCriteria": {
|
63937
|
-
"shape": "
|
64003
|
+
"shape": "Sev"
|
63938
64004
|
}
|
63939
64005
|
}
|
63940
64006
|
},
|
@@ -64049,7 +64115,7 @@ module.exports={
|
|
64049
64115
|
"InstanceId": {},
|
64050
64116
|
"ContactFlowId": {},
|
64051
64117
|
"Attributes": {
|
64052
|
-
"shape": "
|
64118
|
+
"shape": "S89"
|
64053
64119
|
},
|
64054
64120
|
"ParticipantDetails": {
|
64055
64121
|
"type": "structure",
|
@@ -64182,7 +64248,7 @@ module.exports={
|
|
64182
64248
|
"SourcePhoneNumber": {},
|
64183
64249
|
"QueueId": {},
|
64184
64250
|
"Attributes": {
|
64185
|
-
"shape": "
|
64251
|
+
"shape": "S89"
|
64186
64252
|
},
|
64187
64253
|
"AnswerMachineDetectionConfig": {
|
64188
64254
|
"type": "structure",
|
@@ -64222,11 +64288,11 @@ module.exports={
|
|
64222
64288
|
"PreviousContactId": {},
|
64223
64289
|
"ContactFlowId": {},
|
64224
64290
|
"Attributes": {
|
64225
|
-
"shape": "
|
64291
|
+
"shape": "S89"
|
64226
64292
|
},
|
64227
64293
|
"Name": {},
|
64228
64294
|
"References": {
|
64229
|
-
"shape": "
|
64295
|
+
"shape": "Sfz"
|
64230
64296
|
},
|
64231
64297
|
"Description": {},
|
64232
64298
|
"ClientToken": {
|
@@ -64461,7 +64527,7 @@ module.exports={
|
|
64461
64527
|
"Name": {},
|
64462
64528
|
"Description": {},
|
64463
64529
|
"References": {
|
64464
|
-
"shape": "
|
64530
|
+
"shape": "Sfz"
|
64465
64531
|
}
|
64466
64532
|
}
|
64467
64533
|
},
|
@@ -64485,7 +64551,7 @@ module.exports={
|
|
64485
64551
|
"InitialContactId": {},
|
64486
64552
|
"InstanceId": {},
|
64487
64553
|
"Attributes": {
|
64488
|
-
"shape": "
|
64554
|
+
"shape": "S89"
|
64489
64555
|
}
|
64490
64556
|
}
|
64491
64557
|
},
|
@@ -65184,19 +65250,19 @@ module.exports={
|
|
65184
65250
|
"type": "structure",
|
65185
65251
|
"members": {
|
65186
65252
|
"LevelOne": {
|
65187
|
-
"shape": "
|
65253
|
+
"shape": "Shj"
|
65188
65254
|
},
|
65189
65255
|
"LevelTwo": {
|
65190
|
-
"shape": "
|
65256
|
+
"shape": "Shj"
|
65191
65257
|
},
|
65192
65258
|
"LevelThree": {
|
65193
|
-
"shape": "
|
65259
|
+
"shape": "Shj"
|
65194
65260
|
},
|
65195
65261
|
"LevelFour": {
|
65196
|
-
"shape": "
|
65262
|
+
"shape": "Shj"
|
65197
65263
|
},
|
65198
65264
|
"LevelFive": {
|
65199
|
-
"shape": "
|
65265
|
+
"shape": "Shj"
|
65200
65266
|
}
|
65201
65267
|
}
|
65202
65268
|
},
|
@@ -65659,7 +65725,50 @@ module.exports={
|
|
65659
65725
|
"Value": {}
|
65660
65726
|
}
|
65661
65727
|
},
|
65662
|
-
"
|
65728
|
+
"S72": {
|
65729
|
+
"type": "structure",
|
65730
|
+
"members": {
|
65731
|
+
"Name": {},
|
65732
|
+
"QueueArn": {},
|
65733
|
+
"QueueId": {},
|
65734
|
+
"Description": {},
|
65735
|
+
"OutboundCallerConfig": {
|
65736
|
+
"shape": "S2z"
|
65737
|
+
},
|
65738
|
+
"HoursOfOperationId": {},
|
65739
|
+
"MaxContacts": {
|
65740
|
+
"type": "integer"
|
65741
|
+
},
|
65742
|
+
"Status": {},
|
65743
|
+
"Tags": {
|
65744
|
+
"shape": "S1j"
|
65745
|
+
}
|
65746
|
+
}
|
65747
|
+
},
|
65748
|
+
"S79": {
|
65749
|
+
"type": "structure",
|
65750
|
+
"members": {
|
65751
|
+
"InstanceId": {},
|
65752
|
+
"Name": {},
|
65753
|
+
"RoutingProfileArn": {},
|
65754
|
+
"RoutingProfileId": {},
|
65755
|
+
"Description": {},
|
65756
|
+
"MediaConcurrencies": {
|
65757
|
+
"shape": "S3g"
|
65758
|
+
},
|
65759
|
+
"DefaultOutboundQueueId": {},
|
65760
|
+
"Tags": {
|
65761
|
+
"shape": "S1j"
|
65762
|
+
},
|
65763
|
+
"NumberOfAssociatedQueues": {
|
65764
|
+
"type": "long"
|
65765
|
+
},
|
65766
|
+
"NumberOfAssociatedUsers": {
|
65767
|
+
"type": "long"
|
65768
|
+
}
|
65769
|
+
}
|
65770
|
+
},
|
65771
|
+
"S7m": {
|
65663
65772
|
"type": "structure",
|
65664
65773
|
"members": {
|
65665
65774
|
"Id": {},
|
@@ -65667,7 +65776,7 @@ module.exports={
|
|
65667
65776
|
"Name": {}
|
65668
65777
|
}
|
65669
65778
|
},
|
65670
|
-
"
|
65779
|
+
"S7q": {
|
65671
65780
|
"type": "structure",
|
65672
65781
|
"members": {
|
65673
65782
|
"Id": {},
|
@@ -65675,16 +65784,16 @@ module.exports={
|
|
65675
65784
|
"Name": {}
|
65676
65785
|
}
|
65677
65786
|
},
|
65678
|
-
"
|
65787
|
+
"S89": {
|
65679
65788
|
"type": "map",
|
65680
65789
|
"key": {},
|
65681
65790
|
"value": {}
|
65682
65791
|
},
|
65683
|
-
"
|
65792
|
+
"S8d": {
|
65684
65793
|
"type": "structure",
|
65685
65794
|
"members": {
|
65686
65795
|
"Queues": {
|
65687
|
-
"shape": "
|
65796
|
+
"shape": "S8e"
|
65688
65797
|
},
|
65689
65798
|
"Channels": {
|
65690
65799
|
"type": "list",
|
@@ -65692,56 +65801,56 @@ module.exports={
|
|
65692
65801
|
}
|
65693
65802
|
}
|
65694
65803
|
},
|
65695
|
-
"
|
65804
|
+
"S8e": {
|
65696
65805
|
"type": "list",
|
65697
65806
|
"member": {}
|
65698
65807
|
},
|
65699
|
-
"
|
65808
|
+
"S8g": {
|
65700
65809
|
"type": "list",
|
65701
65810
|
"member": {}
|
65702
65811
|
},
|
65703
|
-
"
|
65812
|
+
"S8j": {
|
65704
65813
|
"type": "structure",
|
65705
65814
|
"members": {
|
65706
65815
|
"Name": {},
|
65707
65816
|
"Unit": {}
|
65708
65817
|
}
|
65709
65818
|
},
|
65710
|
-
"
|
65819
|
+
"S8r": {
|
65711
65820
|
"type": "structure",
|
65712
65821
|
"members": {
|
65713
65822
|
"Queue": {
|
65714
|
-
"shape": "
|
65823
|
+
"shape": "S8s"
|
65715
65824
|
},
|
65716
65825
|
"Channel": {}
|
65717
65826
|
}
|
65718
65827
|
},
|
65719
|
-
"
|
65828
|
+
"S8s": {
|
65720
65829
|
"type": "structure",
|
65721
65830
|
"members": {
|
65722
65831
|
"Id": {},
|
65723
65832
|
"Arn": {}
|
65724
65833
|
}
|
65725
65834
|
},
|
65726
|
-
"
|
65835
|
+
"S97": {
|
65727
65836
|
"type": "structure",
|
65728
65837
|
"members": {
|
65729
65838
|
"Id": {},
|
65730
65839
|
"Arn": {}
|
65731
65840
|
}
|
65732
65841
|
},
|
65733
|
-
"
|
65842
|
+
"S99": {
|
65734
65843
|
"type": "map",
|
65735
65844
|
"key": {},
|
65736
65845
|
"value": {
|
65737
65846
|
"type": "integer"
|
65738
65847
|
}
|
65739
65848
|
},
|
65740
|
-
"
|
65849
|
+
"S9g": {
|
65741
65850
|
"type": "string",
|
65742
65851
|
"sensitive": true
|
65743
65852
|
},
|
65744
|
-
"
|
65853
|
+
"S9j": {
|
65745
65854
|
"type": "structure",
|
65746
65855
|
"members": {
|
65747
65856
|
"Name": {},
|
@@ -65758,15 +65867,15 @@ module.exports={
|
|
65758
65867
|
"Unit": {}
|
65759
65868
|
}
|
65760
65869
|
},
|
65761
|
-
"
|
65870
|
+
"Sbx": {
|
65762
65871
|
"type": "list",
|
65763
65872
|
"member": {}
|
65764
65873
|
},
|
65765
|
-
"
|
65874
|
+
"Sby": {
|
65766
65875
|
"type": "list",
|
65767
65876
|
"member": {}
|
65768
65877
|
},
|
65769
|
-
"
|
65878
|
+
"Scg": {
|
65770
65879
|
"type": "list",
|
65771
65880
|
"member": {
|
65772
65881
|
"type": "structure",
|
@@ -65778,27 +65887,58 @@ module.exports={
|
|
65778
65887
|
}
|
65779
65888
|
}
|
65780
65889
|
},
|
65781
|
-
"
|
65890
|
+
"Se4": {
|
65782
65891
|
"type": "structure",
|
65783
65892
|
"members": {
|
65784
65893
|
"OrConditions": {
|
65785
|
-
"
|
65894
|
+
"type": "list",
|
65895
|
+
"member": {
|
65896
|
+
"shape": "Se6"
|
65897
|
+
}
|
65786
65898
|
},
|
65787
65899
|
"AndConditions": {
|
65788
|
-
"shape": "
|
65900
|
+
"shape": "Se6"
|
65789
65901
|
},
|
65790
|
-
"
|
65791
|
-
"shape": "
|
65902
|
+
"TagCondition": {
|
65903
|
+
"shape": "Se7"
|
65792
65904
|
}
|
65793
65905
|
}
|
65794
65906
|
},
|
65795
|
-
"
|
65907
|
+
"Se6": {
|
65796
65908
|
"type": "list",
|
65797
65909
|
"member": {
|
65798
|
-
"shape": "
|
65910
|
+
"shape": "Se7"
|
65799
65911
|
}
|
65800
65912
|
},
|
65801
|
-
"
|
65913
|
+
"Se7": {
|
65914
|
+
"type": "structure",
|
65915
|
+
"members": {
|
65916
|
+
"TagKey": {},
|
65917
|
+
"TagValue": {}
|
65918
|
+
}
|
65919
|
+
},
|
65920
|
+
"Se8": {
|
65921
|
+
"type": "structure",
|
65922
|
+
"members": {
|
65923
|
+
"OrConditions": {
|
65924
|
+
"shape": "Se9"
|
65925
|
+
},
|
65926
|
+
"AndConditions": {
|
65927
|
+
"shape": "Se9"
|
65928
|
+
},
|
65929
|
+
"StringCondition": {
|
65930
|
+
"shape": "Sea"
|
65931
|
+
},
|
65932
|
+
"QueueTypeCondition": {}
|
65933
|
+
}
|
65934
|
+
},
|
65935
|
+
"Se9": {
|
65936
|
+
"type": "list",
|
65937
|
+
"member": {
|
65938
|
+
"shape": "Se8"
|
65939
|
+
}
|
65940
|
+
},
|
65941
|
+
"Sea": {
|
65802
65942
|
"type": "structure",
|
65803
65943
|
"members": {
|
65804
65944
|
"FieldName": {},
|
@@ -65806,47 +65946,57 @@ module.exports={
|
|
65806
65946
|
"ComparisonType": {}
|
65807
65947
|
}
|
65808
65948
|
},
|
65809
|
-
"
|
65949
|
+
"Sei": {
|
65810
65950
|
"type": "structure",
|
65811
65951
|
"members": {
|
65812
65952
|
"OrConditions": {
|
65813
|
-
"
|
65814
|
-
"member": {
|
65815
|
-
"shape": "Se9"
|
65816
|
-
}
|
65953
|
+
"shape": "Sej"
|
65817
65954
|
},
|
65818
65955
|
"AndConditions": {
|
65819
|
-
"shape": "
|
65956
|
+
"shape": "Sej"
|
65820
65957
|
},
|
65821
|
-
"
|
65958
|
+
"StringCondition": {
|
65822
65959
|
"shape": "Sea"
|
65823
65960
|
}
|
65824
65961
|
}
|
65825
65962
|
},
|
65826
|
-
"
|
65963
|
+
"Sej": {
|
65827
65964
|
"type": "list",
|
65828
65965
|
"member": {
|
65829
|
-
"shape": "
|
65966
|
+
"shape": "Sei"
|
65830
65967
|
}
|
65831
65968
|
},
|
65832
|
-
"
|
65969
|
+
"Sen": {
|
65833
65970
|
"type": "structure",
|
65834
65971
|
"members": {
|
65835
|
-
"
|
65836
|
-
|
65972
|
+
"OrConditions": {
|
65973
|
+
"shape": "Seo"
|
65974
|
+
},
|
65975
|
+
"AndConditions": {
|
65976
|
+
"shape": "Seo"
|
65977
|
+
},
|
65978
|
+
"StringCondition": {
|
65979
|
+
"shape": "Sea"
|
65980
|
+
}
|
65981
|
+
}
|
65982
|
+
},
|
65983
|
+
"Seo": {
|
65984
|
+
"type": "list",
|
65985
|
+
"member": {
|
65986
|
+
"shape": "Sen"
|
65837
65987
|
}
|
65838
65988
|
},
|
65839
|
-
"
|
65989
|
+
"Sev": {
|
65840
65990
|
"type": "structure",
|
65841
65991
|
"members": {
|
65842
65992
|
"OrConditions": {
|
65843
|
-
"shape": "
|
65993
|
+
"shape": "Sew"
|
65844
65994
|
},
|
65845
65995
|
"AndConditions": {
|
65846
|
-
"shape": "
|
65996
|
+
"shape": "Sew"
|
65847
65997
|
},
|
65848
65998
|
"StringCondition": {
|
65849
|
-
"shape": "
|
65999
|
+
"shape": "Sea"
|
65850
66000
|
},
|
65851
66001
|
"HierarchyGroupCondition": {
|
65852
66002
|
"type": "structure",
|
@@ -65857,13 +66007,13 @@ module.exports={
|
|
65857
66007
|
}
|
65858
66008
|
}
|
65859
66009
|
},
|
65860
|
-
"
|
66010
|
+
"Sew": {
|
65861
66011
|
"type": "list",
|
65862
66012
|
"member": {
|
65863
|
-
"shape": "
|
66013
|
+
"shape": "Sev"
|
65864
66014
|
}
|
65865
66015
|
},
|
65866
|
-
"
|
66016
|
+
"Sfz": {
|
65867
66017
|
"type": "map",
|
65868
66018
|
"key": {},
|
65869
66019
|
"value": {
|
@@ -65878,7 +66028,7 @@ module.exports={
|
|
65878
66028
|
}
|
65879
66029
|
}
|
65880
66030
|
},
|
65881
|
-
"
|
66031
|
+
"Shj": {
|
65882
66032
|
"type": "structure",
|
65883
66033
|
"required": [
|
65884
66034
|
"Name"
|
@@ -66086,6 +66236,24 @@ module.exports={
|
|
66086
66236
|
"output_token": "NextToken",
|
66087
66237
|
"result_key": "AvailableNumbersList"
|
66088
66238
|
},
|
66239
|
+
"SearchQueues": {
|
66240
|
+
"input_token": "NextToken",
|
66241
|
+
"limit_key": "MaxResults",
|
66242
|
+
"non_aggregate_keys": [
|
66243
|
+
"ApproximateTotalCount"
|
66244
|
+
],
|
66245
|
+
"output_token": "NextToken",
|
66246
|
+
"result_key": "Queues"
|
66247
|
+
},
|
66248
|
+
"SearchRoutingProfiles": {
|
66249
|
+
"input_token": "NextToken",
|
66250
|
+
"limit_key": "MaxResults",
|
66251
|
+
"non_aggregate_keys": [
|
66252
|
+
"ApproximateTotalCount"
|
66253
|
+
],
|
66254
|
+
"output_token": "NextToken",
|
66255
|
+
"result_key": "RoutingProfiles"
|
66256
|
+
},
|
66089
66257
|
"SearchSecurityProfiles": {
|
66090
66258
|
"input_token": "NextToken",
|
66091
66259
|
"limit_key": "MaxResults",
|
@@ -219894,7 +220062,8 @@ module.exports={
|
|
219894
220062
|
},
|
219895
220063
|
"Tags": {
|
219896
220064
|
"shape": "Sw"
|
219897
|
-
}
|
220065
|
+
},
|
220066
|
+
"DataProtectionPolicy": {}
|
219898
220067
|
}
|
219899
220068
|
},
|
219900
220069
|
"output": {
|
@@ -219954,6 +220123,24 @@ module.exports={
|
|
219954
220123
|
}
|
219955
220124
|
}
|
219956
220125
|
},
|
220126
|
+
"GetDataProtectionPolicy": {
|
220127
|
+
"input": {
|
220128
|
+
"type": "structure",
|
220129
|
+
"required": [
|
220130
|
+
"ResourceArn"
|
220131
|
+
],
|
220132
|
+
"members": {
|
220133
|
+
"ResourceArn": {}
|
220134
|
+
}
|
220135
|
+
},
|
220136
|
+
"output": {
|
220137
|
+
"resultWrapper": "GetDataProtectionPolicyResult",
|
220138
|
+
"type": "structure",
|
220139
|
+
"members": {
|
220140
|
+
"DataProtectionPolicy": {}
|
220141
|
+
}
|
220142
|
+
}
|
220143
|
+
},
|
219957
220144
|
"GetEndpointAttributes": {
|
219958
220145
|
"input": {
|
219959
220146
|
"type": "structure",
|
@@ -220047,7 +220234,7 @@ module.exports={
|
|
220047
220234
|
"type": "structure",
|
220048
220235
|
"members": {
|
220049
220236
|
"Attributes": {
|
220050
|
-
"shape": "
|
220237
|
+
"shape": "S1j"
|
220051
220238
|
}
|
220052
220239
|
}
|
220053
220240
|
}
|
@@ -220229,7 +220416,7 @@ module.exports={
|
|
220229
220416
|
"type": "structure",
|
220230
220417
|
"members": {
|
220231
220418
|
"Subscriptions": {
|
220232
|
-
"shape": "
|
220419
|
+
"shape": "S2h"
|
220233
220420
|
},
|
220234
220421
|
"NextToken": {}
|
220235
220422
|
}
|
@@ -220251,7 +220438,7 @@ module.exports={
|
|
220251
220438
|
"type": "structure",
|
220252
220439
|
"members": {
|
220253
220440
|
"Subscriptions": {
|
220254
|
-
"shape": "
|
220441
|
+
"shape": "S2h"
|
220255
220442
|
},
|
220256
220443
|
"NextToken": {}
|
220257
220444
|
}
|
@@ -220331,7 +220518,7 @@ module.exports={
|
|
220331
220518
|
"Subject": {},
|
220332
220519
|
"MessageStructure": {},
|
220333
220520
|
"MessageAttributes": {
|
220334
|
-
"shape": "
|
220521
|
+
"shape": "S31"
|
220335
220522
|
},
|
220336
220523
|
"MessageDeduplicationId": {},
|
220337
220524
|
"MessageGroupId": {}
|
@@ -220369,7 +220556,7 @@ module.exports={
|
|
220369
220556
|
"Subject": {},
|
220370
220557
|
"MessageStructure": {},
|
220371
220558
|
"MessageAttributes": {
|
220372
|
-
"shape": "
|
220559
|
+
"shape": "S31"
|
220373
220560
|
},
|
220374
220561
|
"MessageDeduplicationId": {},
|
220375
220562
|
"MessageGroupId": {}
|
@@ -220415,6 +220602,19 @@ module.exports={
|
|
220415
220602
|
}
|
220416
220603
|
}
|
220417
220604
|
},
|
220605
|
+
"PutDataProtectionPolicy": {
|
220606
|
+
"input": {
|
220607
|
+
"type": "structure",
|
220608
|
+
"required": [
|
220609
|
+
"ResourceArn",
|
220610
|
+
"DataProtectionPolicy"
|
220611
|
+
],
|
220612
|
+
"members": {
|
220613
|
+
"ResourceArn": {},
|
220614
|
+
"DataProtectionPolicy": {}
|
220615
|
+
}
|
220616
|
+
}
|
220617
|
+
},
|
220418
220618
|
"RemovePermission": {
|
220419
220619
|
"input": {
|
220420
220620
|
"type": "structure",
|
@@ -220516,7 +220716,7 @@ module.exports={
|
|
220516
220716
|
"Protocol": {},
|
220517
220717
|
"Endpoint": {},
|
220518
220718
|
"Attributes": {
|
220519
|
-
"shape": "
|
220719
|
+
"shape": "S1j"
|
220520
220720
|
},
|
220521
220721
|
"ReturnSubscriptionArn": {
|
220522
220722
|
"type": "boolean"
|
@@ -220627,12 +220827,12 @@ module.exports={
|
|
220627
220827
|
}
|
220628
220828
|
}
|
220629
220829
|
},
|
220630
|
-
"
|
220830
|
+
"S1j": {
|
220631
220831
|
"type": "map",
|
220632
220832
|
"key": {},
|
220633
220833
|
"value": {}
|
220634
220834
|
},
|
220635
|
-
"
|
220835
|
+
"S2h": {
|
220636
220836
|
"type": "list",
|
220637
220837
|
"member": {
|
220638
220838
|
"type": "structure",
|
@@ -220645,7 +220845,7 @@ module.exports={
|
|
220645
220845
|
}
|
220646
220846
|
}
|
220647
220847
|
},
|
220648
|
-
"
|
220848
|
+
"S31": {
|
220649
220849
|
"type": "map",
|
220650
220850
|
"key": {
|
220651
220851
|
"locationName": "Name"
|
@@ -242390,7 +242590,7 @@ AWS.util.update(AWS, {
|
|
242390
242590
|
/**
|
242391
242591
|
* @constant
|
242392
242592
|
*/
|
242393
|
-
VERSION: '2.
|
242593
|
+
VERSION: '2.1211.0',
|
242394
242594
|
|
242395
242595
|
/**
|
242396
242596
|
* @api private
|
@@ -264374,7 +264574,7 @@ var LRUCache = /** @class */ (function () {
|
|
264374
264574
|
}());
|
264375
264575
|
exports.LRUCache = LRUCache;
|
264376
264576
|
},{}],458:[function(require,module,exports){
|
264377
|
-
// AWS SDK for JavaScript v2.
|
264577
|
+
// AWS SDK for JavaScript v2.1211.0
|
264378
264578
|
// Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
|
264379
264579
|
// License at https://sdk.amazonaws.com/js/BUNDLE_LICENSE.txt
|
264380
264580
|
require('./browser_loader');
|