cdk-lambda-subminute 2.0.377 → 2.0.378
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/.jsii +3 -3
- package/lib/cdk-lambda-subminute.js +3 -3
- package/node_modules/aws-sdk/README.md +1 -1
- package/node_modules/aws-sdk/apis/elasticmapreduce-2009-03-31.min.json +26 -0
- package/node_modules/aws-sdk/apis/firehose-2015-08-04.min.json +260 -171
- package/node_modules/aws-sdk/apis/sns-2010-03-31.min.json +35 -9
- package/node_modules/aws-sdk/clients/connectparticipant.d.ts +7 -7
- package/node_modules/aws-sdk/clients/emr.d.ts +32 -2
- package/node_modules/aws-sdk/clients/firehose.d.ts +195 -118
- package/node_modules/aws-sdk/clients/lambda.d.ts +15 -15
- package/node_modules/aws-sdk/clients/rds.d.ts +2 -2
- package/node_modules/aws-sdk/clients/sns.d.ts +20 -20
- 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 +4 -4
- package/node_modules/aws-sdk/dist/aws-sdk.js +324 -183
- package/node_modules/aws-sdk/dist/aws-sdk.min.js +57 -57
- package/node_modules/aws-sdk/lib/core.js +1 -1
- package/node_modules/aws-sdk/package.json +1 -1
- package/package.json +3 -3
@@ -1,4 +1,4 @@
|
|
1
|
-
// AWS SDK for JavaScript v2.
|
1
|
+
// AWS SDK for JavaScript v2.1560.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){
|
@@ -139723,6 +139723,9 @@ module.exports={
|
|
139723
139723
|
"TerminationProtected": {
|
139724
139724
|
"type": "boolean"
|
139725
139725
|
},
|
139726
|
+
"UnhealthyNodeReplacement": {
|
139727
|
+
"type": "boolean"
|
139728
|
+
},
|
139726
139729
|
"VisibleToAllUsers": {
|
139727
139730
|
"type": "boolean"
|
139728
139731
|
},
|
@@ -139905,6 +139908,9 @@ module.exports={
|
|
139905
139908
|
"TerminationProtected": {
|
139906
139909
|
"type": "boolean"
|
139907
139910
|
},
|
139911
|
+
"UnhealthyNodeReplacement": {
|
139912
|
+
"type": "boolean"
|
139913
|
+
},
|
139908
139914
|
"HadoopVersion": {}
|
139909
139915
|
}
|
139910
139916
|
},
|
@@ -141186,6 +141192,9 @@ module.exports={
|
|
141186
141192
|
"TerminationProtected": {
|
141187
141193
|
"type": "boolean"
|
141188
141194
|
},
|
141195
|
+
"UnhealthyNodeReplacement": {
|
141196
|
+
"type": "boolean"
|
141197
|
+
},
|
141189
141198
|
"HadoopVersion": {},
|
141190
141199
|
"Ec2SubnetId": {},
|
141191
141200
|
"Ec2SubnetIds": {
|
@@ -141314,6 +141323,23 @@ module.exports={
|
|
141314
141323
|
}
|
141315
141324
|
}
|
141316
141325
|
},
|
141326
|
+
"SetUnhealthyNodeReplacement": {
|
141327
|
+
"input": {
|
141328
|
+
"type": "structure",
|
141329
|
+
"required": [
|
141330
|
+
"JobFlowIds",
|
141331
|
+
"UnhealthyNodeReplacement"
|
141332
|
+
],
|
141333
|
+
"members": {
|
141334
|
+
"JobFlowIds": {
|
141335
|
+
"shape": "S1t"
|
141336
|
+
},
|
141337
|
+
"UnhealthyNodeReplacement": {
|
141338
|
+
"type": "boolean"
|
141339
|
+
}
|
141340
|
+
}
|
141341
|
+
}
|
141342
|
+
},
|
141317
141343
|
"SetVisibleToAllUsers": {
|
141318
141344
|
"input": {
|
141319
141345
|
"type": "structure",
|
@@ -147403,7 +147429,9 @@ module.exports={
|
|
147403
147429
|
},
|
147404
147430
|
"DynamicPartitioningConfiguration": {
|
147405
147431
|
"shape": "S1o"
|
147406
|
-
}
|
147432
|
+
},
|
147433
|
+
"FileExtension": {},
|
147434
|
+
"CustomTimeZone": {}
|
147407
147435
|
}
|
147408
147436
|
},
|
147409
147437
|
"RedshiftDestinationConfiguration": {
|
@@ -147420,16 +147448,16 @@ module.exports={
|
|
147420
147448
|
"RoleARN": {},
|
147421
147449
|
"ClusterJDBCURL": {},
|
147422
147450
|
"CopyCommand": {
|
147423
|
-
"shape": "
|
147451
|
+
"shape": "S1v"
|
147424
147452
|
},
|
147425
147453
|
"Username": {
|
147426
|
-
"shape": "
|
147454
|
+
"shape": "S1z"
|
147427
147455
|
},
|
147428
147456
|
"Password": {
|
147429
|
-
"shape": "
|
147457
|
+
"shape": "S20"
|
147430
147458
|
},
|
147431
147459
|
"RetryOptions": {
|
147432
|
-
"shape": "
|
147460
|
+
"shape": "S21"
|
147433
147461
|
},
|
147434
147462
|
"S3Configuration": {
|
147435
147463
|
"shape": "Sa"
|
@@ -147461,10 +147489,10 @@ module.exports={
|
|
147461
147489
|
"TypeName": {},
|
147462
147490
|
"IndexRotationPeriod": {},
|
147463
147491
|
"BufferingHints": {
|
147464
|
-
"shape": "
|
147492
|
+
"shape": "S2a"
|
147465
147493
|
},
|
147466
147494
|
"RetryOptions": {
|
147467
|
-
"shape": "
|
147495
|
+
"shape": "S2d"
|
147468
147496
|
},
|
147469
147497
|
"S3BackupMode": {},
|
147470
147498
|
"S3Configuration": {
|
@@ -147477,10 +147505,10 @@ module.exports={
|
|
147477
147505
|
"shape": "Sl"
|
147478
147506
|
},
|
147479
147507
|
"VpcConfiguration": {
|
147480
|
-
"shape": "
|
147508
|
+
"shape": "S2g"
|
147481
147509
|
},
|
147482
147510
|
"DocumentIdOptions": {
|
147483
|
-
"shape": "
|
147511
|
+
"shape": "S2j"
|
147484
147512
|
}
|
147485
147513
|
}
|
147486
147514
|
},
|
@@ -147499,10 +147527,10 @@ module.exports={
|
|
147499
147527
|
"TypeName": {},
|
147500
147528
|
"IndexRotationPeriod": {},
|
147501
147529
|
"BufferingHints": {
|
147502
|
-
"shape": "
|
147530
|
+
"shape": "S2r"
|
147503
147531
|
},
|
147504
147532
|
"RetryOptions": {
|
147505
|
-
"shape": "
|
147533
|
+
"shape": "S2u"
|
147506
147534
|
},
|
147507
147535
|
"S3BackupMode": {},
|
147508
147536
|
"S3Configuration": {
|
@@ -147515,10 +147543,10 @@ module.exports={
|
|
147515
147543
|
"shape": "Sl"
|
147516
147544
|
},
|
147517
147545
|
"VpcConfiguration": {
|
147518
|
-
"shape": "
|
147546
|
+
"shape": "S2g"
|
147519
147547
|
},
|
147520
147548
|
"DocumentIdOptions": {
|
147521
|
-
"shape": "
|
147549
|
+
"shape": "S2j"
|
147522
147550
|
}
|
147523
147551
|
}
|
147524
147552
|
},
|
@@ -147538,7 +147566,7 @@ module.exports={
|
|
147538
147566
|
"type": "integer"
|
147539
147567
|
},
|
147540
147568
|
"RetryOptions": {
|
147541
|
-
"shape": "
|
147569
|
+
"shape": "S32"
|
147542
147570
|
},
|
147543
147571
|
"S3BackupMode": {},
|
147544
147572
|
"S3Configuration": {
|
@@ -147551,7 +147579,7 @@ module.exports={
|
|
147551
147579
|
"shape": "Sl"
|
147552
147580
|
},
|
147553
147581
|
"BufferingHints": {
|
147554
|
-
"shape": "
|
147582
|
+
"shape": "S35"
|
147555
147583
|
}
|
147556
147584
|
}
|
147557
147585
|
},
|
@@ -147563,23 +147591,23 @@ module.exports={
|
|
147563
147591
|
],
|
147564
147592
|
"members": {
|
147565
147593
|
"EndpointConfiguration": {
|
147566
|
-
"shape": "
|
147594
|
+
"shape": "S39"
|
147567
147595
|
},
|
147568
147596
|
"BufferingHints": {
|
147569
|
-
"shape": "
|
147597
|
+
"shape": "S3d"
|
147570
147598
|
},
|
147571
147599
|
"CloudWatchLoggingOptions": {
|
147572
147600
|
"shape": "Sl"
|
147573
147601
|
},
|
147574
147602
|
"RequestConfiguration": {
|
147575
|
-
"shape": "
|
147603
|
+
"shape": "S3g"
|
147576
147604
|
},
|
147577
147605
|
"ProcessingConfiguration": {
|
147578
147606
|
"shape": "Sq"
|
147579
147607
|
},
|
147580
147608
|
"RoleARN": {},
|
147581
147609
|
"RetryOptions": {
|
147582
|
-
"shape": "
|
147610
|
+
"shape": "S3m"
|
147583
147611
|
},
|
147584
147612
|
"S3BackupMode": {},
|
147585
147613
|
"S3Configuration": {
|
@@ -147588,7 +147616,7 @@ module.exports={
|
|
147588
147616
|
}
|
147589
147617
|
},
|
147590
147618
|
"Tags": {
|
147591
|
-
"shape": "
|
147619
|
+
"shape": "S3p"
|
147592
147620
|
},
|
147593
147621
|
"AmazonOpenSearchServerlessDestinationConfiguration": {
|
147594
147622
|
"type": "structure",
|
@@ -147602,10 +147630,10 @@ module.exports={
|
|
147602
147630
|
"CollectionEndpoint": {},
|
147603
147631
|
"IndexName": {},
|
147604
147632
|
"BufferingHints": {
|
147605
|
-
"shape": "
|
147633
|
+
"shape": "S3w"
|
147606
147634
|
},
|
147607
147635
|
"RetryOptions": {
|
147608
|
-
"shape": "
|
147636
|
+
"shape": "S3z"
|
147609
147637
|
},
|
147610
147638
|
"S3BackupMode": {},
|
147611
147639
|
"S3Configuration": {
|
@@ -147618,7 +147646,7 @@ module.exports={
|
|
147618
147646
|
"shape": "Sl"
|
147619
147647
|
},
|
147620
147648
|
"VpcConfiguration": {
|
147621
|
-
"shape": "
|
147649
|
+
"shape": "S2g"
|
147622
147650
|
}
|
147623
147651
|
}
|
147624
147652
|
},
|
@@ -147633,7 +147661,7 @@ module.exports={
|
|
147633
147661
|
"MSKClusterARN": {},
|
147634
147662
|
"TopicName": {},
|
147635
147663
|
"AuthenticationConfiguration": {
|
147636
|
-
"shape": "
|
147664
|
+
"shape": "S45"
|
147637
147665
|
}
|
147638
147666
|
}
|
147639
147667
|
},
|
@@ -147651,38 +147679,38 @@ module.exports={
|
|
147651
147679
|
],
|
147652
147680
|
"members": {
|
147653
147681
|
"AccountUrl": {
|
147654
|
-
"shape": "
|
147682
|
+
"shape": "S48"
|
147655
147683
|
},
|
147656
147684
|
"PrivateKey": {
|
147657
|
-
"shape": "
|
147685
|
+
"shape": "S49"
|
147658
147686
|
},
|
147659
147687
|
"KeyPassphrase": {
|
147660
|
-
"shape": "
|
147688
|
+
"shape": "S4a"
|
147661
147689
|
},
|
147662
147690
|
"User": {
|
147663
|
-
"shape": "
|
147691
|
+
"shape": "S4b"
|
147664
147692
|
},
|
147665
147693
|
"Database": {
|
147666
|
-
"shape": "
|
147694
|
+
"shape": "S4c"
|
147667
147695
|
},
|
147668
147696
|
"Schema": {
|
147669
|
-
"shape": "
|
147697
|
+
"shape": "S4d"
|
147670
147698
|
},
|
147671
147699
|
"Table": {
|
147672
|
-
"shape": "
|
147700
|
+
"shape": "S4e"
|
147673
147701
|
},
|
147674
147702
|
"SnowflakeRoleConfiguration": {
|
147675
|
-
"shape": "
|
147703
|
+
"shape": "S4f"
|
147676
147704
|
},
|
147677
147705
|
"DataLoadingOption": {},
|
147678
147706
|
"MetaDataColumnName": {
|
147679
|
-
"shape": "
|
147707
|
+
"shape": "S4i"
|
147680
147708
|
},
|
147681
147709
|
"ContentColumnName": {
|
147682
|
-
"shape": "
|
147710
|
+
"shape": "S4j"
|
147683
147711
|
},
|
147684
147712
|
"SnowflakeVpcConfiguration": {
|
147685
|
-
"shape": "
|
147713
|
+
"shape": "S4k"
|
147686
147714
|
},
|
147687
147715
|
"CloudWatchLoggingOptions": {
|
147688
147716
|
"shape": "Sl"
|
@@ -147692,7 +147720,7 @@ module.exports={
|
|
147692
147720
|
},
|
147693
147721
|
"RoleARN": {},
|
147694
147722
|
"RetryOptions": {
|
147695
|
-
"shape": "
|
147723
|
+
"shape": "S4m"
|
147696
147724
|
},
|
147697
147725
|
"S3BackupMode": {},
|
147698
147726
|
"S3Configuration": {
|
@@ -147763,7 +147791,7 @@ module.exports={
|
|
147763
147791
|
"DeliveryStreamARN": {},
|
147764
147792
|
"DeliveryStreamStatus": {},
|
147765
147793
|
"FailureDescription": {
|
147766
|
-
"shape": "
|
147794
|
+
"shape": "S4z"
|
147767
147795
|
},
|
147768
147796
|
"DeliveryStreamEncryptionConfiguration": {
|
147769
147797
|
"type": "structure",
|
@@ -147772,7 +147800,7 @@ module.exports={
|
|
147772
147800
|
"KeyType": {},
|
147773
147801
|
"Status": {},
|
147774
147802
|
"FailureDescription": {
|
147775
|
-
"shape": "
|
147803
|
+
"shape": "S4z"
|
147776
147804
|
}
|
147777
147805
|
}
|
147778
147806
|
},
|
@@ -147803,7 +147831,7 @@ module.exports={
|
|
147803
147831
|
"MSKClusterARN": {},
|
147804
147832
|
"TopicName": {},
|
147805
147833
|
"AuthenticationConfiguration": {
|
147806
|
-
"shape": "
|
147834
|
+
"shape": "S45"
|
147807
147835
|
},
|
147808
147836
|
"DeliveryStartTimestamp": {
|
147809
147837
|
"type": "timestamp"
|
@@ -147822,7 +147850,7 @@ module.exports={
|
|
147822
147850
|
"members": {
|
147823
147851
|
"DestinationId": {},
|
147824
147852
|
"S3DestinationDescription": {
|
147825
|
-
"shape": "
|
147853
|
+
"shape": "S5b"
|
147826
147854
|
},
|
147827
147855
|
"ExtendedS3DestinationDescription": {
|
147828
147856
|
"type": "structure",
|
@@ -147853,14 +147881,16 @@ module.exports={
|
|
147853
147881
|
},
|
147854
147882
|
"S3BackupMode": {},
|
147855
147883
|
"S3BackupDescription": {
|
147856
|
-
"shape": "
|
147884
|
+
"shape": "S5b"
|
147857
147885
|
},
|
147858
147886
|
"DataFormatConversionConfiguration": {
|
147859
147887
|
"shape": "Sz"
|
147860
147888
|
},
|
147861
147889
|
"DynamicPartitioningConfiguration": {
|
147862
147890
|
"shape": "S1o"
|
147863
|
-
}
|
147891
|
+
},
|
147892
|
+
"FileExtension": {},
|
147893
|
+
"CustomTimeZone": {}
|
147864
147894
|
}
|
147865
147895
|
},
|
147866
147896
|
"RedshiftDestinationDescription": {
|
@@ -147876,23 +147906,23 @@ module.exports={
|
|
147876
147906
|
"RoleARN": {},
|
147877
147907
|
"ClusterJDBCURL": {},
|
147878
147908
|
"CopyCommand": {
|
147879
|
-
"shape": "
|
147909
|
+
"shape": "S1v"
|
147880
147910
|
},
|
147881
147911
|
"Username": {
|
147882
|
-
"shape": "
|
147912
|
+
"shape": "S1z"
|
147883
147913
|
},
|
147884
147914
|
"RetryOptions": {
|
147885
|
-
"shape": "
|
147915
|
+
"shape": "S21"
|
147886
147916
|
},
|
147887
147917
|
"S3DestinationDescription": {
|
147888
|
-
"shape": "
|
147918
|
+
"shape": "S5b"
|
147889
147919
|
},
|
147890
147920
|
"ProcessingConfiguration": {
|
147891
147921
|
"shape": "Sq"
|
147892
147922
|
},
|
147893
147923
|
"S3BackupMode": {},
|
147894
147924
|
"S3BackupDescription": {
|
147895
|
-
"shape": "
|
147925
|
+
"shape": "S5b"
|
147896
147926
|
},
|
147897
147927
|
"CloudWatchLoggingOptions": {
|
147898
147928
|
"shape": "Sl"
|
@@ -147909,14 +147939,14 @@ module.exports={
|
|
147909
147939
|
"TypeName": {},
|
147910
147940
|
"IndexRotationPeriod": {},
|
147911
147941
|
"BufferingHints": {
|
147912
|
-
"shape": "
|
147942
|
+
"shape": "S2a"
|
147913
147943
|
},
|
147914
147944
|
"RetryOptions": {
|
147915
|
-
"shape": "
|
147945
|
+
"shape": "S2d"
|
147916
147946
|
},
|
147917
147947
|
"S3BackupMode": {},
|
147918
147948
|
"S3DestinationDescription": {
|
147919
|
-
"shape": "
|
147949
|
+
"shape": "S5b"
|
147920
147950
|
},
|
147921
147951
|
"ProcessingConfiguration": {
|
147922
147952
|
"shape": "Sq"
|
@@ -147925,10 +147955,10 @@ module.exports={
|
|
147925
147955
|
"shape": "Sl"
|
147926
147956
|
},
|
147927
147957
|
"VpcConfigurationDescription": {
|
147928
|
-
"shape": "
|
147958
|
+
"shape": "S5f"
|
147929
147959
|
},
|
147930
147960
|
"DocumentIdOptions": {
|
147931
|
-
"shape": "
|
147961
|
+
"shape": "S2j"
|
147932
147962
|
}
|
147933
147963
|
}
|
147934
147964
|
},
|
@@ -147942,14 +147972,14 @@ module.exports={
|
|
147942
147972
|
"TypeName": {},
|
147943
147973
|
"IndexRotationPeriod": {},
|
147944
147974
|
"BufferingHints": {
|
147945
|
-
"shape": "
|
147975
|
+
"shape": "S2r"
|
147946
147976
|
},
|
147947
147977
|
"RetryOptions": {
|
147948
|
-
"shape": "
|
147978
|
+
"shape": "S2u"
|
147949
147979
|
},
|
147950
147980
|
"S3BackupMode": {},
|
147951
147981
|
"S3DestinationDescription": {
|
147952
|
-
"shape": "
|
147982
|
+
"shape": "S5b"
|
147953
147983
|
},
|
147954
147984
|
"ProcessingConfiguration": {
|
147955
147985
|
"shape": "Sq"
|
@@ -147958,10 +147988,10 @@ module.exports={
|
|
147958
147988
|
"shape": "Sl"
|
147959
147989
|
},
|
147960
147990
|
"VpcConfigurationDescription": {
|
147961
|
-
"shape": "
|
147991
|
+
"shape": "S5f"
|
147962
147992
|
},
|
147963
147993
|
"DocumentIdOptions": {
|
147964
|
-
"shape": "
|
147994
|
+
"shape": "S2j"
|
147965
147995
|
}
|
147966
147996
|
}
|
147967
147997
|
},
|
@@ -147975,11 +148005,11 @@ module.exports={
|
|
147975
148005
|
"type": "integer"
|
147976
148006
|
},
|
147977
148007
|
"RetryOptions": {
|
147978
|
-
"shape": "
|
148008
|
+
"shape": "S32"
|
147979
148009
|
},
|
147980
148010
|
"S3BackupMode": {},
|
147981
148011
|
"S3DestinationDescription": {
|
147982
|
-
"shape": "
|
148012
|
+
"shape": "S5b"
|
147983
148013
|
},
|
147984
148014
|
"ProcessingConfiguration": {
|
147985
148015
|
"shape": "Sq"
|
@@ -147988,7 +148018,7 @@ module.exports={
|
|
147988
148018
|
"shape": "Sl"
|
147989
148019
|
},
|
147990
148020
|
"BufferingHints": {
|
147991
|
-
"shape": "
|
148021
|
+
"shape": "S35"
|
147992
148022
|
}
|
147993
148023
|
}
|
147994
148024
|
},
|
@@ -147999,30 +148029,30 @@ module.exports={
|
|
147999
148029
|
"type": "structure",
|
148000
148030
|
"members": {
|
148001
148031
|
"Url": {
|
148002
|
-
"shape": "
|
148032
|
+
"shape": "S3a"
|
148003
148033
|
},
|
148004
148034
|
"Name": {}
|
148005
148035
|
}
|
148006
148036
|
},
|
148007
148037
|
"BufferingHints": {
|
148008
|
-
"shape": "
|
148038
|
+
"shape": "S3d"
|
148009
148039
|
},
|
148010
148040
|
"CloudWatchLoggingOptions": {
|
148011
148041
|
"shape": "Sl"
|
148012
148042
|
},
|
148013
148043
|
"RequestConfiguration": {
|
148014
|
-
"shape": "
|
148044
|
+
"shape": "S3g"
|
148015
148045
|
},
|
148016
148046
|
"ProcessingConfiguration": {
|
148017
148047
|
"shape": "Sq"
|
148018
148048
|
},
|
148019
148049
|
"RoleARN": {},
|
148020
148050
|
"RetryOptions": {
|
148021
|
-
"shape": "
|
148051
|
+
"shape": "S3m"
|
148022
148052
|
},
|
148023
148053
|
"S3BackupMode": {},
|
148024
148054
|
"S3DestinationDescription": {
|
148025
|
-
"shape": "
|
148055
|
+
"shape": "S5b"
|
148026
148056
|
}
|
148027
148057
|
}
|
148028
148058
|
},
|
@@ -148030,32 +148060,32 @@ module.exports={
|
|
148030
148060
|
"type": "structure",
|
148031
148061
|
"members": {
|
148032
148062
|
"AccountUrl": {
|
148033
|
-
"shape": "
|
148063
|
+
"shape": "S48"
|
148034
148064
|
},
|
148035
148065
|
"User": {
|
148036
|
-
"shape": "
|
148066
|
+
"shape": "S4b"
|
148037
148067
|
},
|
148038
148068
|
"Database": {
|
148039
|
-
"shape": "
|
148069
|
+
"shape": "S4c"
|
148040
148070
|
},
|
148041
148071
|
"Schema": {
|
148042
|
-
"shape": "
|
148072
|
+
"shape": "S4d"
|
148043
148073
|
},
|
148044
148074
|
"Table": {
|
148045
|
-
"shape": "
|
148075
|
+
"shape": "S4e"
|
148046
148076
|
},
|
148047
148077
|
"SnowflakeRoleConfiguration": {
|
148048
|
-
"shape": "
|
148078
|
+
"shape": "S4f"
|
148049
148079
|
},
|
148050
148080
|
"DataLoadingOption": {},
|
148051
148081
|
"MetaDataColumnName": {
|
148052
|
-
"shape": "
|
148082
|
+
"shape": "S4i"
|
148053
148083
|
},
|
148054
148084
|
"ContentColumnName": {
|
148055
|
-
"shape": "
|
148085
|
+
"shape": "S4j"
|
148056
148086
|
},
|
148057
148087
|
"SnowflakeVpcConfiguration": {
|
148058
|
-
"shape": "
|
148088
|
+
"shape": "S4k"
|
148059
148089
|
},
|
148060
148090
|
"CloudWatchLoggingOptions": {
|
148061
148091
|
"shape": "Sl"
|
@@ -148065,11 +148095,11 @@ module.exports={
|
|
148065
148095
|
},
|
148066
148096
|
"RoleARN": {},
|
148067
148097
|
"RetryOptions": {
|
148068
|
-
"shape": "
|
148098
|
+
"shape": "S4m"
|
148069
148099
|
},
|
148070
148100
|
"S3BackupMode": {},
|
148071
148101
|
"S3DestinationDescription": {
|
148072
|
-
"shape": "
|
148102
|
+
"shape": "S5b"
|
148073
148103
|
}
|
148074
148104
|
}
|
148075
148105
|
},
|
@@ -148080,14 +148110,14 @@ module.exports={
|
|
148080
148110
|
"CollectionEndpoint": {},
|
148081
148111
|
"IndexName": {},
|
148082
148112
|
"BufferingHints": {
|
148083
|
-
"shape": "
|
148113
|
+
"shape": "S3w"
|
148084
148114
|
},
|
148085
148115
|
"RetryOptions": {
|
148086
|
-
"shape": "
|
148116
|
+
"shape": "S3z"
|
148087
148117
|
},
|
148088
148118
|
"S3BackupMode": {},
|
148089
148119
|
"S3DestinationDescription": {
|
148090
|
-
"shape": "
|
148120
|
+
"shape": "S5b"
|
148091
148121
|
},
|
148092
148122
|
"ProcessingConfiguration": {
|
148093
148123
|
"shape": "Sq"
|
@@ -148096,7 +148126,7 @@ module.exports={
|
|
148096
148126
|
"shape": "Sl"
|
148097
148127
|
},
|
148098
148128
|
"VpcConfigurationDescription": {
|
148099
|
-
"shape": "
|
148129
|
+
"shape": "S5f"
|
148100
148130
|
}
|
148101
148131
|
}
|
148102
148132
|
}
|
@@ -148111,6 +148141,51 @@ module.exports={
|
|
148111
148141
|
}
|
148112
148142
|
}
|
148113
148143
|
},
|
148144
|
+
"GetKinesisStream": {
|
148145
|
+
"input": {
|
148146
|
+
"type": "structure",
|
148147
|
+
"required": [
|
148148
|
+
"DeliveryStreamARN"
|
148149
|
+
],
|
148150
|
+
"members": {
|
148151
|
+
"DeliveryStreamARN": {}
|
148152
|
+
}
|
148153
|
+
},
|
148154
|
+
"output": {
|
148155
|
+
"type": "structure",
|
148156
|
+
"members": {
|
148157
|
+
"KinesisStreamARN": {},
|
148158
|
+
"CredentialsForReadingKinesisStream": {
|
148159
|
+
"type": "structure",
|
148160
|
+
"required": [
|
148161
|
+
"AccessKeyId",
|
148162
|
+
"SecretAccessKey",
|
148163
|
+
"SessionToken",
|
148164
|
+
"Expiration"
|
148165
|
+
],
|
148166
|
+
"members": {
|
148167
|
+
"AccessKeyId": {
|
148168
|
+
"type": "string",
|
148169
|
+
"sensitive": true
|
148170
|
+
},
|
148171
|
+
"SecretAccessKey": {
|
148172
|
+
"type": "string",
|
148173
|
+
"sensitive": true
|
148174
|
+
},
|
148175
|
+
"SessionToken": {
|
148176
|
+
"type": "string",
|
148177
|
+
"sensitive": true
|
148178
|
+
},
|
148179
|
+
"Expiration": {
|
148180
|
+
"type": "timestamp"
|
148181
|
+
}
|
148182
|
+
},
|
148183
|
+
"sensitive": true
|
148184
|
+
}
|
148185
|
+
}
|
148186
|
+
},
|
148187
|
+
"internalonly": true
|
148188
|
+
},
|
148114
148189
|
"ListDeliveryStreams": {
|
148115
148190
|
"input": {
|
148116
148191
|
"type": "structure",
|
@@ -148163,7 +148238,7 @@ module.exports={
|
|
148163
148238
|
"Tags": {
|
148164
148239
|
"type": "list",
|
148165
148240
|
"member": {
|
148166
|
-
"shape": "
|
148241
|
+
"shape": "S3q"
|
148167
148242
|
}
|
148168
148243
|
},
|
148169
148244
|
"HasMoreTags": {
|
@@ -148182,7 +148257,7 @@ module.exports={
|
|
148182
148257
|
"members": {
|
148183
148258
|
"DeliveryStreamName": {},
|
148184
148259
|
"Record": {
|
148185
|
-
"shape": "
|
148260
|
+
"shape": "S61"
|
148186
148261
|
}
|
148187
148262
|
}
|
148188
148263
|
},
|
@@ -148211,7 +148286,7 @@ module.exports={
|
|
148211
148286
|
"Records": {
|
148212
148287
|
"type": "list",
|
148213
148288
|
"member": {
|
148214
|
-
"shape": "
|
148289
|
+
"shape": "S61"
|
148215
148290
|
}
|
148216
148291
|
}
|
148217
148292
|
}
|
@@ -148286,7 +148361,7 @@ module.exports={
|
|
148286
148361
|
"members": {
|
148287
148362
|
"DeliveryStreamName": {},
|
148288
148363
|
"Tags": {
|
148289
|
-
"shape": "
|
148364
|
+
"shape": "S3p"
|
148290
148365
|
}
|
148291
148366
|
}
|
148292
148367
|
},
|
@@ -148328,7 +148403,7 @@ module.exports={
|
|
148328
148403
|
"CurrentDeliveryStreamVersionId": {},
|
148329
148404
|
"DestinationId": {},
|
148330
148405
|
"S3DestinationUpdate": {
|
148331
|
-
"shape": "
|
148406
|
+
"shape": "S6m",
|
148332
148407
|
"deprecated": true
|
148333
148408
|
},
|
148334
148409
|
"ExtendedS3DestinationUpdate": {
|
@@ -148353,14 +148428,16 @@ module.exports={
|
|
148353
148428
|
},
|
148354
148429
|
"S3BackupMode": {},
|
148355
148430
|
"S3BackupUpdate": {
|
148356
|
-
"shape": "
|
148431
|
+
"shape": "S6m"
|
148357
148432
|
},
|
148358
148433
|
"DataFormatConversionConfiguration": {
|
148359
148434
|
"shape": "Sz"
|
148360
148435
|
},
|
148361
148436
|
"DynamicPartitioningConfiguration": {
|
148362
148437
|
"shape": "S1o"
|
148363
|
-
}
|
148438
|
+
},
|
148439
|
+
"FileExtension": {},
|
148440
|
+
"CustomTimeZone": {}
|
148364
148441
|
}
|
148365
148442
|
},
|
148366
148443
|
"RedshiftDestinationUpdate": {
|
@@ -148369,26 +148446,26 @@ module.exports={
|
|
148369
148446
|
"RoleARN": {},
|
148370
148447
|
"ClusterJDBCURL": {},
|
148371
148448
|
"CopyCommand": {
|
148372
|
-
"shape": "
|
148449
|
+
"shape": "S1v"
|
148373
148450
|
},
|
148374
148451
|
"Username": {
|
148375
|
-
"shape": "
|
148452
|
+
"shape": "S1z"
|
148376
148453
|
},
|
148377
148454
|
"Password": {
|
148378
|
-
"shape": "
|
148455
|
+
"shape": "S20"
|
148379
148456
|
},
|
148380
148457
|
"RetryOptions": {
|
148381
|
-
"shape": "
|
148458
|
+
"shape": "S21"
|
148382
148459
|
},
|
148383
148460
|
"S3Update": {
|
148384
|
-
"shape": "
|
148461
|
+
"shape": "S6m"
|
148385
148462
|
},
|
148386
148463
|
"ProcessingConfiguration": {
|
148387
148464
|
"shape": "Sq"
|
148388
148465
|
},
|
148389
148466
|
"S3BackupMode": {},
|
148390
148467
|
"S3BackupUpdate": {
|
148391
|
-
"shape": "
|
148468
|
+
"shape": "S6m"
|
148392
148469
|
},
|
148393
148470
|
"CloudWatchLoggingOptions": {
|
148394
148471
|
"shape": "Sl"
|
@@ -148405,13 +148482,13 @@ module.exports={
|
|
148405
148482
|
"TypeName": {},
|
148406
148483
|
"IndexRotationPeriod": {},
|
148407
148484
|
"BufferingHints": {
|
148408
|
-
"shape": "
|
148485
|
+
"shape": "S2a"
|
148409
148486
|
},
|
148410
148487
|
"RetryOptions": {
|
148411
|
-
"shape": "
|
148488
|
+
"shape": "S2d"
|
148412
148489
|
},
|
148413
148490
|
"S3Update": {
|
148414
|
-
"shape": "
|
148491
|
+
"shape": "S6m"
|
148415
148492
|
},
|
148416
148493
|
"ProcessingConfiguration": {
|
148417
148494
|
"shape": "Sq"
|
@@ -148420,7 +148497,7 @@ module.exports={
|
|
148420
148497
|
"shape": "Sl"
|
148421
148498
|
},
|
148422
148499
|
"DocumentIdOptions": {
|
148423
|
-
"shape": "
|
148500
|
+
"shape": "S2j"
|
148424
148501
|
}
|
148425
148502
|
}
|
148426
148503
|
},
|
@@ -148434,13 +148511,13 @@ module.exports={
|
|
148434
148511
|
"TypeName": {},
|
148435
148512
|
"IndexRotationPeriod": {},
|
148436
148513
|
"BufferingHints": {
|
148437
|
-
"shape": "
|
148514
|
+
"shape": "S2r"
|
148438
148515
|
},
|
148439
148516
|
"RetryOptions": {
|
148440
|
-
"shape": "
|
148517
|
+
"shape": "S2u"
|
148441
148518
|
},
|
148442
148519
|
"S3Update": {
|
148443
|
-
"shape": "
|
148520
|
+
"shape": "S6m"
|
148444
148521
|
},
|
148445
148522
|
"ProcessingConfiguration": {
|
148446
148523
|
"shape": "Sq"
|
@@ -148449,7 +148526,7 @@ module.exports={
|
|
148449
148526
|
"shape": "Sl"
|
148450
148527
|
},
|
148451
148528
|
"DocumentIdOptions": {
|
148452
|
-
"shape": "
|
148529
|
+
"shape": "S2j"
|
148453
148530
|
}
|
148454
148531
|
}
|
148455
148532
|
},
|
@@ -148463,11 +148540,11 @@ module.exports={
|
|
148463
148540
|
"type": "integer"
|
148464
148541
|
},
|
148465
148542
|
"RetryOptions": {
|
148466
|
-
"shape": "
|
148543
|
+
"shape": "S32"
|
148467
148544
|
},
|
148468
148545
|
"S3BackupMode": {},
|
148469
148546
|
"S3Update": {
|
148470
|
-
"shape": "
|
148547
|
+
"shape": "S6m"
|
148471
148548
|
},
|
148472
148549
|
"ProcessingConfiguration": {
|
148473
148550
|
"shape": "Sq"
|
@@ -148476,7 +148553,7 @@ module.exports={
|
|
148476
148553
|
"shape": "Sl"
|
148477
148554
|
},
|
148478
148555
|
"BufferingHints": {
|
148479
|
-
"shape": "
|
148556
|
+
"shape": "S35"
|
148480
148557
|
}
|
148481
148558
|
}
|
148482
148559
|
},
|
@@ -148484,27 +148561,27 @@ module.exports={
|
|
148484
148561
|
"type": "structure",
|
148485
148562
|
"members": {
|
148486
148563
|
"EndpointConfiguration": {
|
148487
|
-
"shape": "
|
148564
|
+
"shape": "S39"
|
148488
148565
|
},
|
148489
148566
|
"BufferingHints": {
|
148490
|
-
"shape": "
|
148567
|
+
"shape": "S3d"
|
148491
148568
|
},
|
148492
148569
|
"CloudWatchLoggingOptions": {
|
148493
148570
|
"shape": "Sl"
|
148494
148571
|
},
|
148495
148572
|
"RequestConfiguration": {
|
148496
|
-
"shape": "
|
148573
|
+
"shape": "S3g"
|
148497
148574
|
},
|
148498
148575
|
"ProcessingConfiguration": {
|
148499
148576
|
"shape": "Sq"
|
148500
148577
|
},
|
148501
148578
|
"RoleARN": {},
|
148502
148579
|
"RetryOptions": {
|
148503
|
-
"shape": "
|
148580
|
+
"shape": "S3m"
|
148504
148581
|
},
|
148505
148582
|
"S3BackupMode": {},
|
148506
148583
|
"S3Update": {
|
148507
|
-
"shape": "
|
148584
|
+
"shape": "S6m"
|
148508
148585
|
}
|
148509
148586
|
}
|
148510
148587
|
},
|
@@ -148515,13 +148592,13 @@ module.exports={
|
|
148515
148592
|
"CollectionEndpoint": {},
|
148516
148593
|
"IndexName": {},
|
148517
148594
|
"BufferingHints": {
|
148518
|
-
"shape": "
|
148595
|
+
"shape": "S3w"
|
148519
148596
|
},
|
148520
148597
|
"RetryOptions": {
|
148521
|
-
"shape": "
|
148598
|
+
"shape": "S3z"
|
148522
148599
|
},
|
148523
148600
|
"S3Update": {
|
148524
|
-
"shape": "
|
148601
|
+
"shape": "S6m"
|
148525
148602
|
},
|
148526
148603
|
"ProcessingConfiguration": {
|
148527
148604
|
"shape": "Sq"
|
@@ -148535,35 +148612,35 @@ module.exports={
|
|
148535
148612
|
"type": "structure",
|
148536
148613
|
"members": {
|
148537
148614
|
"AccountUrl": {
|
148538
|
-
"shape": "
|
148615
|
+
"shape": "S48"
|
148539
148616
|
},
|
148540
148617
|
"PrivateKey": {
|
148541
|
-
"shape": "
|
148618
|
+
"shape": "S49"
|
148542
148619
|
},
|
148543
148620
|
"KeyPassphrase": {
|
148544
|
-
"shape": "
|
148621
|
+
"shape": "S4a"
|
148545
148622
|
},
|
148546
148623
|
"User": {
|
148547
|
-
"shape": "
|
148624
|
+
"shape": "S4b"
|
148548
148625
|
},
|
148549
148626
|
"Database": {
|
148550
|
-
"shape": "
|
148627
|
+
"shape": "S4c"
|
148551
148628
|
},
|
148552
148629
|
"Schema": {
|
148553
|
-
"shape": "
|
148630
|
+
"shape": "S4d"
|
148554
148631
|
},
|
148555
148632
|
"Table": {
|
148556
|
-
"shape": "
|
148633
|
+
"shape": "S4e"
|
148557
148634
|
},
|
148558
148635
|
"SnowflakeRoleConfiguration": {
|
148559
|
-
"shape": "
|
148636
|
+
"shape": "S4f"
|
148560
148637
|
},
|
148561
148638
|
"DataLoadingOption": {},
|
148562
148639
|
"MetaDataColumnName": {
|
148563
|
-
"shape": "
|
148640
|
+
"shape": "S4i"
|
148564
148641
|
},
|
148565
148642
|
"ContentColumnName": {
|
148566
|
-
"shape": "
|
148643
|
+
"shape": "S4j"
|
148567
148644
|
},
|
148568
148645
|
"CloudWatchLoggingOptions": {
|
148569
148646
|
"shape": "Sl"
|
@@ -148573,11 +148650,11 @@ module.exports={
|
|
148573
148650
|
},
|
148574
148651
|
"RoleARN": {},
|
148575
148652
|
"RetryOptions": {
|
148576
|
-
"shape": "
|
148653
|
+
"shape": "S4m"
|
148577
148654
|
},
|
148578
148655
|
"S3BackupMode": {},
|
148579
148656
|
"S3Update": {
|
148580
|
-
"shape": "
|
148657
|
+
"shape": "S6m"
|
148581
148658
|
}
|
148582
148659
|
}
|
148583
148660
|
}
|
@@ -148587,6 +148664,44 @@ module.exports={
|
|
148587
148664
|
"type": "structure",
|
148588
148665
|
"members": {}
|
148589
148666
|
}
|
148667
|
+
},
|
148668
|
+
"VerifyResourcesExistForTagris": {
|
148669
|
+
"input": {
|
148670
|
+
"type": "structure",
|
148671
|
+
"required": [
|
148672
|
+
"TagrisSweepList"
|
148673
|
+
],
|
148674
|
+
"members": {
|
148675
|
+
"TagrisSweepList": {
|
148676
|
+
"type": "list",
|
148677
|
+
"member": {
|
148678
|
+
"type": "structure",
|
148679
|
+
"members": {
|
148680
|
+
"TagrisAccountId": {},
|
148681
|
+
"TagrisAmazonResourceName": {},
|
148682
|
+
"TagrisInternalId": {},
|
148683
|
+
"TagrisVersion": {
|
148684
|
+
"type": "long"
|
148685
|
+
}
|
148686
|
+
}
|
148687
|
+
}
|
148688
|
+
}
|
148689
|
+
}
|
148690
|
+
},
|
148691
|
+
"output": {
|
148692
|
+
"type": "structure",
|
148693
|
+
"required": [
|
148694
|
+
"TagrisSweepListResult"
|
148695
|
+
],
|
148696
|
+
"members": {
|
148697
|
+
"TagrisSweepListResult": {
|
148698
|
+
"type": "map",
|
148699
|
+
"key": {},
|
148700
|
+
"value": {}
|
148701
|
+
}
|
148702
|
+
}
|
148703
|
+
},
|
148704
|
+
"internalonly": true
|
148590
148705
|
}
|
148591
148706
|
},
|
148592
148707
|
"shapes": {
|
@@ -148824,7 +148939,7 @@ module.exports={
|
|
148824
148939
|
}
|
148825
148940
|
}
|
148826
148941
|
},
|
148827
|
-
"
|
148942
|
+
"S1v": {
|
148828
148943
|
"type": "structure",
|
148829
148944
|
"required": [
|
148830
148945
|
"DataTableName"
|
@@ -148835,15 +148950,15 @@ module.exports={
|
|
148835
148950
|
"CopyOptions": {}
|
148836
148951
|
}
|
148837
148952
|
},
|
148838
|
-
"
|
148953
|
+
"S1z": {
|
148839
148954
|
"type": "string",
|
148840
148955
|
"sensitive": true
|
148841
148956
|
},
|
148842
|
-
"
|
148957
|
+
"S20": {
|
148843
148958
|
"type": "string",
|
148844
148959
|
"sensitive": true
|
148845
148960
|
},
|
148846
|
-
"
|
148961
|
+
"S21": {
|
148847
148962
|
"type": "structure",
|
148848
148963
|
"members": {
|
148849
148964
|
"DurationInSeconds": {
|
@@ -148851,7 +148966,7 @@ module.exports={
|
|
148851
148966
|
}
|
148852
148967
|
}
|
148853
148968
|
},
|
148854
|
-
"
|
148969
|
+
"S2a": {
|
148855
148970
|
"type": "structure",
|
148856
148971
|
"members": {
|
148857
148972
|
"IntervalInSeconds": {
|
@@ -148862,7 +148977,7 @@ module.exports={
|
|
148862
148977
|
}
|
148863
148978
|
}
|
148864
148979
|
},
|
148865
|
-
"
|
148980
|
+
"S2d": {
|
148866
148981
|
"type": "structure",
|
148867
148982
|
"members": {
|
148868
148983
|
"DurationInSeconds": {
|
@@ -148870,7 +148985,7 @@ module.exports={
|
|
148870
148985
|
}
|
148871
148986
|
}
|
148872
148987
|
},
|
148873
|
-
"
|
148988
|
+
"S2g": {
|
148874
148989
|
"type": "structure",
|
148875
148990
|
"required": [
|
148876
148991
|
"SubnetIds",
|
@@ -148879,23 +148994,23 @@ module.exports={
|
|
148879
148994
|
],
|
148880
148995
|
"members": {
|
148881
148996
|
"SubnetIds": {
|
148882
|
-
"shape": "
|
148997
|
+
"shape": "S2h"
|
148883
148998
|
},
|
148884
148999
|
"RoleARN": {},
|
148885
149000
|
"SecurityGroupIds": {
|
148886
|
-
"shape": "
|
149001
|
+
"shape": "S2i"
|
148887
149002
|
}
|
148888
149003
|
}
|
148889
149004
|
},
|
148890
|
-
"
|
149005
|
+
"S2h": {
|
148891
149006
|
"type": "list",
|
148892
149007
|
"member": {}
|
148893
149008
|
},
|
148894
|
-
"
|
149009
|
+
"S2i": {
|
148895
149010
|
"type": "list",
|
148896
149011
|
"member": {}
|
148897
149012
|
},
|
148898
|
-
"
|
149013
|
+
"S2j": {
|
148899
149014
|
"type": "structure",
|
148900
149015
|
"required": [
|
148901
149016
|
"DefaultDocumentIdFormat"
|
@@ -148904,7 +149019,7 @@ module.exports={
|
|
148904
149019
|
"DefaultDocumentIdFormat": {}
|
148905
149020
|
}
|
148906
149021
|
},
|
148907
|
-
"
|
149022
|
+
"S2r": {
|
148908
149023
|
"type": "structure",
|
148909
149024
|
"members": {
|
148910
149025
|
"IntervalInSeconds": {
|
@@ -148915,7 +149030,7 @@ module.exports={
|
|
148915
149030
|
}
|
148916
149031
|
}
|
148917
149032
|
},
|
148918
|
-
"
|
149033
|
+
"S2u": {
|
148919
149034
|
"type": "structure",
|
148920
149035
|
"members": {
|
148921
149036
|
"DurationInSeconds": {
|
@@ -148923,7 +149038,7 @@ module.exports={
|
|
148923
149038
|
}
|
148924
149039
|
}
|
148925
149040
|
},
|
148926
|
-
"
|
149041
|
+
"S32": {
|
148927
149042
|
"type": "structure",
|
148928
149043
|
"members": {
|
148929
149044
|
"DurationInSeconds": {
|
@@ -148931,7 +149046,7 @@ module.exports={
|
|
148931
149046
|
}
|
148932
149047
|
}
|
148933
149048
|
},
|
148934
|
-
"
|
149049
|
+
"S35": {
|
148935
149050
|
"type": "structure",
|
148936
149051
|
"members": {
|
148937
149052
|
"IntervalInSeconds": {
|
@@ -148942,14 +149057,14 @@ module.exports={
|
|
148942
149057
|
}
|
148943
149058
|
}
|
148944
149059
|
},
|
148945
|
-
"
|
149060
|
+
"S39": {
|
148946
149061
|
"type": "structure",
|
148947
149062
|
"required": [
|
148948
149063
|
"Url"
|
148949
149064
|
],
|
148950
149065
|
"members": {
|
148951
149066
|
"Url": {
|
148952
|
-
"shape": "
|
149067
|
+
"shape": "S3a"
|
148953
149068
|
},
|
148954
149069
|
"Name": {},
|
148955
149070
|
"AccessKey": {
|
@@ -148958,11 +149073,11 @@ module.exports={
|
|
148958
149073
|
}
|
148959
149074
|
}
|
148960
149075
|
},
|
148961
|
-
"
|
149076
|
+
"S3a": {
|
148962
149077
|
"type": "string",
|
148963
149078
|
"sensitive": true
|
148964
149079
|
},
|
148965
|
-
"
|
149080
|
+
"S3d": {
|
148966
149081
|
"type": "structure",
|
148967
149082
|
"members": {
|
148968
149083
|
"SizeInMBs": {
|
@@ -148973,7 +149088,7 @@ module.exports={
|
|
148973
149088
|
}
|
148974
149089
|
}
|
148975
149090
|
},
|
148976
|
-
"
|
149091
|
+
"S3g": {
|
148977
149092
|
"type": "structure",
|
148978
149093
|
"members": {
|
148979
149094
|
"ContentEncoding": {},
|
@@ -148999,7 +149114,7 @@ module.exports={
|
|
148999
149114
|
}
|
149000
149115
|
}
|
149001
149116
|
},
|
149002
|
-
"
|
149117
|
+
"S3m": {
|
149003
149118
|
"type": "structure",
|
149004
149119
|
"members": {
|
149005
149120
|
"DurationInSeconds": {
|
@@ -149007,13 +149122,13 @@ module.exports={
|
|
149007
149122
|
}
|
149008
149123
|
}
|
149009
149124
|
},
|
149010
|
-
"
|
149125
|
+
"S3p": {
|
149011
149126
|
"type": "list",
|
149012
149127
|
"member": {
|
149013
|
-
"shape": "
|
149128
|
+
"shape": "S3q"
|
149014
149129
|
}
|
149015
149130
|
},
|
149016
|
-
"
|
149131
|
+
"S3q": {
|
149017
149132
|
"type": "structure",
|
149018
149133
|
"required": [
|
149019
149134
|
"Key"
|
@@ -149023,7 +149138,7 @@ module.exports={
|
|
149023
149138
|
"Value": {}
|
149024
149139
|
}
|
149025
149140
|
},
|
149026
|
-
"
|
149141
|
+
"S3w": {
|
149027
149142
|
"type": "structure",
|
149028
149143
|
"members": {
|
149029
149144
|
"IntervalInSeconds": {
|
@@ -149034,7 +149149,7 @@ module.exports={
|
|
149034
149149
|
}
|
149035
149150
|
}
|
149036
149151
|
},
|
149037
|
-
"
|
149152
|
+
"S3z": {
|
149038
149153
|
"type": "structure",
|
149039
149154
|
"members": {
|
149040
149155
|
"DurationInSeconds": {
|
@@ -149042,7 +149157,7 @@ module.exports={
|
|
149042
149157
|
}
|
149043
149158
|
}
|
149044
149159
|
},
|
149045
|
-
"
|
149160
|
+
"S45": {
|
149046
149161
|
"type": "structure",
|
149047
149162
|
"required": [
|
149048
149163
|
"RoleARN",
|
@@ -149053,14 +149168,6 @@ module.exports={
|
|
149053
149168
|
"Connectivity": {}
|
149054
149169
|
}
|
149055
149170
|
},
|
149056
|
-
"S46": {
|
149057
|
-
"type": "string",
|
149058
|
-
"sensitive": true
|
149059
|
-
},
|
149060
|
-
"S47": {
|
149061
|
-
"type": "string",
|
149062
|
-
"sensitive": true
|
149063
|
-
},
|
149064
149171
|
"S48": {
|
149065
149172
|
"type": "string",
|
149066
149173
|
"sensitive": true
|
@@ -149082,6 +149189,14 @@ module.exports={
|
|
149082
149189
|
"sensitive": true
|
149083
149190
|
},
|
149084
149191
|
"S4d": {
|
149192
|
+
"type": "string",
|
149193
|
+
"sensitive": true
|
149194
|
+
},
|
149195
|
+
"S4e": {
|
149196
|
+
"type": "string",
|
149197
|
+
"sensitive": true
|
149198
|
+
},
|
149199
|
+
"S4f": {
|
149085
149200
|
"type": "structure",
|
149086
149201
|
"members": {
|
149087
149202
|
"Enabled": {
|
@@ -149093,15 +149208,15 @@ module.exports={
|
|
149093
149208
|
}
|
149094
149209
|
}
|
149095
149210
|
},
|
149096
|
-
"
|
149211
|
+
"S4i": {
|
149097
149212
|
"type": "string",
|
149098
149213
|
"sensitive": true
|
149099
149214
|
},
|
149100
|
-
"
|
149215
|
+
"S4j": {
|
149101
149216
|
"type": "string",
|
149102
149217
|
"sensitive": true
|
149103
149218
|
},
|
149104
|
-
"
|
149219
|
+
"S4k": {
|
149105
149220
|
"type": "structure",
|
149106
149221
|
"required": [
|
149107
149222
|
"PrivateLinkVpceId"
|
@@ -149113,7 +149228,7 @@ module.exports={
|
|
149113
149228
|
}
|
149114
149229
|
}
|
149115
149230
|
},
|
149116
|
-
"
|
149231
|
+
"S4m": {
|
149117
149232
|
"type": "structure",
|
149118
149233
|
"members": {
|
149119
149234
|
"DurationInSeconds": {
|
@@ -149121,7 +149236,7 @@ module.exports={
|
|
149121
149236
|
}
|
149122
149237
|
}
|
149123
149238
|
},
|
149124
|
-
"
|
149239
|
+
"S4z": {
|
149125
149240
|
"type": "structure",
|
149126
149241
|
"required": [
|
149127
149242
|
"Type",
|
@@ -149132,7 +149247,7 @@ module.exports={
|
|
149132
149247
|
"Details": {}
|
149133
149248
|
}
|
149134
149249
|
},
|
149135
|
-
"
|
149250
|
+
"S5b": {
|
149136
149251
|
"type": "structure",
|
149137
149252
|
"required": [
|
149138
149253
|
"RoleARN",
|
@@ -149158,7 +149273,7 @@ module.exports={
|
|
149158
149273
|
}
|
149159
149274
|
}
|
149160
149275
|
},
|
149161
|
-
"
|
149276
|
+
"S5f": {
|
149162
149277
|
"type": "structure",
|
149163
149278
|
"required": [
|
149164
149279
|
"SubnetIds",
|
@@ -149168,16 +149283,16 @@ module.exports={
|
|
149168
149283
|
],
|
149169
149284
|
"members": {
|
149170
149285
|
"SubnetIds": {
|
149171
|
-
"shape": "
|
149286
|
+
"shape": "S2h"
|
149172
149287
|
},
|
149173
149288
|
"RoleARN": {},
|
149174
149289
|
"SecurityGroupIds": {
|
149175
|
-
"shape": "
|
149290
|
+
"shape": "S2i"
|
149176
149291
|
},
|
149177
149292
|
"VpcId": {}
|
149178
149293
|
}
|
149179
149294
|
},
|
149180
|
-
"
|
149295
|
+
"S61": {
|
149181
149296
|
"type": "structure",
|
149182
149297
|
"required": [
|
149183
149298
|
"Data"
|
@@ -149188,7 +149303,7 @@ module.exports={
|
|
149188
149303
|
}
|
149189
149304
|
}
|
149190
149305
|
},
|
149191
|
-
"
|
149306
|
+
"S6m": {
|
149192
149307
|
"type": "structure",
|
149193
149308
|
"members": {
|
149194
149309
|
"RoleARN": {},
|
@@ -249296,7 +249411,9 @@ module.exports={
|
|
249296
249411
|
"phoneNumber"
|
249297
249412
|
],
|
249298
249413
|
"members": {
|
249299
|
-
"phoneNumber": {
|
249414
|
+
"phoneNumber": {
|
249415
|
+
"shape": "S9"
|
249416
|
+
}
|
249300
249417
|
}
|
249301
249418
|
},
|
249302
249419
|
"output": {
|
@@ -249385,7 +249502,9 @@ module.exports={
|
|
249385
249502
|
"PhoneNumber"
|
249386
249503
|
],
|
249387
249504
|
"members": {
|
249388
|
-
"PhoneNumber": {
|
249505
|
+
"PhoneNumber": {
|
249506
|
+
"shape": "So"
|
249507
|
+
},
|
249389
249508
|
"LanguageCode": {}
|
249390
249509
|
}
|
249391
249510
|
},
|
@@ -249449,7 +249568,9 @@ module.exports={
|
|
249449
249568
|
"PhoneNumber"
|
249450
249569
|
],
|
249451
249570
|
"members": {
|
249452
|
-
"PhoneNumber": {
|
249571
|
+
"PhoneNumber": {
|
249572
|
+
"shape": "So"
|
249573
|
+
}
|
249453
249574
|
}
|
249454
249575
|
},
|
249455
249576
|
"output": {
|
@@ -249659,7 +249780,9 @@ module.exports={
|
|
249659
249780
|
"CreatedAt": {
|
249660
249781
|
"type": "timestamp"
|
249661
249782
|
},
|
249662
|
-
"PhoneNumber": {
|
249783
|
+
"PhoneNumber": {
|
249784
|
+
"shape": "S9"
|
249785
|
+
},
|
249663
249786
|
"Status": {},
|
249664
249787
|
"Iso2CountryCode": {},
|
249665
249788
|
"RouteType": {},
|
@@ -249686,7 +249809,9 @@ module.exports={
|
|
249686
249809
|
"members": {
|
249687
249810
|
"phoneNumbers": {
|
249688
249811
|
"type": "list",
|
249689
|
-
"member": {
|
249812
|
+
"member": {
|
249813
|
+
"shape": "S9"
|
249814
|
+
}
|
249690
249815
|
},
|
249691
249816
|
"nextToken": {}
|
249692
249817
|
}
|
@@ -249741,7 +249866,9 @@ module.exports={
|
|
249741
249866
|
"member": {
|
249742
249867
|
"type": "structure",
|
249743
249868
|
"members": {
|
249744
|
-
"PhoneNumber": {
|
249869
|
+
"PhoneNumber": {
|
249870
|
+
"shape": "So"
|
249871
|
+
},
|
249745
249872
|
"Status": {}
|
249746
249873
|
}
|
249747
249874
|
}
|
@@ -249841,7 +249968,9 @@ module.exports={
|
|
249841
249968
|
"phoneNumber"
|
249842
249969
|
],
|
249843
249970
|
"members": {
|
249844
|
-
"phoneNumber": {
|
249971
|
+
"phoneNumber": {
|
249972
|
+
"shape": "S9"
|
249973
|
+
}
|
249845
249974
|
}
|
249846
249975
|
},
|
249847
249976
|
"output": {
|
@@ -249859,7 +249988,9 @@ module.exports={
|
|
249859
249988
|
"members": {
|
249860
249989
|
"TopicArn": {},
|
249861
249990
|
"TargetArn": {},
|
249862
|
-
"PhoneNumber": {
|
249991
|
+
"PhoneNumber": {
|
249992
|
+
"shape": "S9"
|
249993
|
+
},
|
249863
249994
|
"Message": {},
|
249864
249995
|
"Subject": {},
|
249865
249996
|
"MessageStructure": {},
|
@@ -250137,7 +250268,9 @@ module.exports={
|
|
250137
250268
|
"OneTimePassword"
|
250138
250269
|
],
|
250139
250270
|
"members": {
|
250140
|
-
"PhoneNumber": {
|
250271
|
+
"PhoneNumber": {
|
250272
|
+
"shape": "So"
|
250273
|
+
},
|
250141
250274
|
"OneTimePassword": {}
|
250142
250275
|
}
|
250143
250276
|
},
|
@@ -250149,11 +250282,19 @@ module.exports={
|
|
250149
250282
|
}
|
250150
250283
|
},
|
250151
250284
|
"shapes": {
|
250285
|
+
"S9": {
|
250286
|
+
"type": "string",
|
250287
|
+
"sensitive": true
|
250288
|
+
},
|
250152
250289
|
"Sj": {
|
250153
250290
|
"type": "map",
|
250154
250291
|
"key": {},
|
250155
250292
|
"value": {}
|
250156
250293
|
},
|
250294
|
+
"So": {
|
250295
|
+
"type": "string",
|
250296
|
+
"sensitive": true
|
250297
|
+
},
|
250157
250298
|
"St": {
|
250158
250299
|
"type": "map",
|
250159
250300
|
"key": {},
|
@@ -272838,7 +272979,7 @@ AWS.util.update(AWS, {
|
|
272838
272979
|
/**
|
272839
272980
|
* @constant
|
272840
272981
|
*/
|
272841
|
-
VERSION: '2.
|
272982
|
+
VERSION: '2.1560.0',
|
272842
272983
|
|
272843
272984
|
/**
|
272844
272985
|
* @api private
|
@@ -295087,7 +295228,7 @@ var LRUCache = /** @class */ (function () {
|
|
295087
295228
|
}());
|
295088
295229
|
exports.LRUCache = LRUCache;
|
295089
295230
|
},{}],467:[function(require,module,exports){
|
295090
|
-
// AWS SDK for JavaScript v2.
|
295231
|
+
// AWS SDK for JavaScript v2.1560.0
|
295091
295232
|
// Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
|
295092
295233
|
// License at https://sdk.amazonaws.com/js/BUNDLE_LICENSE.txt
|
295093
295234
|
require('./browser_loader');
|