cdk-lambda-subminute 2.0.279 → 2.0.281
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/CHANGELOG.md +17 -1
- package/node_modules/aws-sdk/README.md +1 -1
- package/node_modules/aws-sdk/apis/appstream-2016-12-01.min.json +28 -5
- package/node_modules/aws-sdk/apis/ec2-2016-11-15.min.json +115 -56
- package/node_modules/aws-sdk/apis/ec2-2016-11-15.paginators.json +6 -0
- package/node_modules/aws-sdk/apis/elasticmapreduce-2009-03-31.min.json +14 -2
- package/node_modules/aws-sdk/apis/neptune-2014-10-31.min.json +86 -78
- package/node_modules/aws-sdk/apis/network-firewall-2020-11-12.min.json +30 -16
- package/node_modules/aws-sdk/apis/opensearch-2021-01-01.min.json +184 -167
- package/node_modules/aws-sdk/apis/redshift-2012-12-01.min.json +243 -125
- package/node_modules/aws-sdk/apis/redshift-2012-12-01.paginators.json +6 -0
- package/node_modules/aws-sdk/apis/sagemaker-2017-07-24.min.json +877 -862
- package/node_modules/aws-sdk/apis/ssm-sap-2018-05-10.min.json +62 -27
- package/node_modules/aws-sdk/apis/transfer-2018-11-05.min.json +53 -53
- package/node_modules/aws-sdk/apis/transfer-2018-11-05.paginators.json +12 -24
- package/node_modules/aws-sdk/apis/transfer-2018-11-05.waiters2.json +33 -41
- package/node_modules/aws-sdk/clients/appstream.d.ts +46 -6
- package/node_modules/aws-sdk/clients/ec2.d.ts +68 -0
- package/node_modules/aws-sdk/clients/emr.d.ts +56 -40
- package/node_modules/aws-sdk/clients/neptune.d.ts +20 -4
- package/node_modules/aws-sdk/clients/networkfirewall.d.ts +31 -11
- package/node_modules/aws-sdk/clients/opensearch.d.ts +47 -22
- package/node_modules/aws-sdk/clients/pinpoint.d.ts +3 -3
- package/node_modules/aws-sdk/clients/redshift.d.ts +167 -0
- package/node_modules/aws-sdk/clients/sagemaker.d.ts +36 -14
- package/node_modules/aws-sdk/clients/sns.d.ts +4 -4
- package/node_modules/aws-sdk/clients/ssmsap.d.ts +75 -4
- package/node_modules/aws-sdk/clients/transfer.d.ts +3 -3
- package/node_modules/aws-sdk/clients/wafv2.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 +15 -15
- package/node_modules/aws-sdk/dist/aws-sdk.js +387 -186
- package/node_modules/aws-sdk/dist/aws-sdk.min.js +68 -68
- package/node_modules/aws-sdk/lib/core.js +1 -1
- package/node_modules/aws-sdk/package.json +1 -1
- package/package.json +3 -4
@@ -1,4 +1,4 @@
|
|
1
|
-
// AWS SDK for JavaScript v2.
|
1
|
+
// AWS SDK for JavaScript v2.1483.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){
|
@@ -101877,6 +101877,65 @@ module.exports={
|
|
101877
101877
|
}
|
101878
101878
|
}
|
101879
101879
|
},
|
101880
|
+
"GetSecurityGroupsForVpc": {
|
101881
|
+
"input": {
|
101882
|
+
"type": "structure",
|
101883
|
+
"required": [
|
101884
|
+
"VpcId"
|
101885
|
+
],
|
101886
|
+
"members": {
|
101887
|
+
"VpcId": {},
|
101888
|
+
"NextToken": {},
|
101889
|
+
"MaxResults": {
|
101890
|
+
"type": "integer"
|
101891
|
+
},
|
101892
|
+
"Filters": {
|
101893
|
+
"shape": "Szq",
|
101894
|
+
"locationName": "Filter"
|
101895
|
+
},
|
101896
|
+
"DryRun": {
|
101897
|
+
"type": "boolean"
|
101898
|
+
}
|
101899
|
+
}
|
101900
|
+
},
|
101901
|
+
"output": {
|
101902
|
+
"type": "structure",
|
101903
|
+
"members": {
|
101904
|
+
"NextToken": {
|
101905
|
+
"locationName": "nextToken"
|
101906
|
+
},
|
101907
|
+
"SecurityGroupForVpcs": {
|
101908
|
+
"locationName": "securityGroupForVpcSet",
|
101909
|
+
"type": "list",
|
101910
|
+
"member": {
|
101911
|
+
"locationName": "item",
|
101912
|
+
"type": "structure",
|
101913
|
+
"members": {
|
101914
|
+
"Description": {
|
101915
|
+
"locationName": "description"
|
101916
|
+
},
|
101917
|
+
"GroupName": {
|
101918
|
+
"locationName": "groupName"
|
101919
|
+
},
|
101920
|
+
"OwnerId": {
|
101921
|
+
"locationName": "ownerId"
|
101922
|
+
},
|
101923
|
+
"GroupId": {
|
101924
|
+
"locationName": "groupId"
|
101925
|
+
},
|
101926
|
+
"Tags": {
|
101927
|
+
"shape": "S6",
|
101928
|
+
"locationName": "tagSet"
|
101929
|
+
},
|
101930
|
+
"PrimaryVpcId": {
|
101931
|
+
"locationName": "primaryVpcId"
|
101932
|
+
}
|
101933
|
+
}
|
101934
|
+
}
|
101935
|
+
}
|
101936
|
+
}
|
101937
|
+
}
|
101938
|
+
},
|
101880
101939
|
"GetSerialConsoleAccessStatus": {
|
101881
101940
|
"input": {
|
101882
101941
|
"type": "structure",
|
@@ -101999,11 +102058,11 @@ module.exports={
|
|
101999
102058
|
"type": "structure",
|
102000
102059
|
"members": {
|
102001
102060
|
"SubnetIpv4CidrReservations": {
|
102002
|
-
"shape": "
|
102061
|
+
"shape": "S20a",
|
102003
102062
|
"locationName": "subnetIpv4CidrReservationSet"
|
102004
102063
|
},
|
102005
102064
|
"SubnetIpv6CidrReservations": {
|
102006
|
-
"shape": "
|
102065
|
+
"shape": "S20a",
|
102007
102066
|
"locationName": "subnetIpv6CidrReservationSet"
|
102008
102067
|
},
|
102009
102068
|
"NextToken": {
|
@@ -102580,7 +102639,7 @@ module.exports={
|
|
102580
102639
|
"members": {
|
102581
102640
|
"Architecture": {},
|
102582
102641
|
"ClientData": {
|
102583
|
-
"shape": "
|
102642
|
+
"shape": "S21m"
|
102584
102643
|
},
|
102585
102644
|
"ClientToken": {},
|
102586
102645
|
"Description": {},
|
@@ -102599,7 +102658,7 @@ module.exports={
|
|
102599
102658
|
"shape": "S183"
|
102600
102659
|
},
|
102601
102660
|
"UserBucket": {
|
102602
|
-
"shape": "
|
102661
|
+
"shape": "S21p"
|
102603
102662
|
}
|
102604
102663
|
}
|
102605
102664
|
}
|
@@ -102709,10 +102768,10 @@ module.exports={
|
|
102709
102768
|
"members": {
|
102710
102769
|
"Description": {},
|
102711
102770
|
"Image": {
|
102712
|
-
"shape": "
|
102771
|
+
"shape": "S21w"
|
102713
102772
|
},
|
102714
102773
|
"Volume": {
|
102715
|
-
"shape": "
|
102774
|
+
"shape": "S21x"
|
102716
102775
|
}
|
102717
102776
|
}
|
102718
102777
|
}
|
@@ -102835,7 +102894,7 @@ module.exports={
|
|
102835
102894
|
"type": "structure",
|
102836
102895
|
"members": {
|
102837
102896
|
"ClientData": {
|
102838
|
-
"shape": "
|
102897
|
+
"shape": "S21m"
|
102839
102898
|
},
|
102840
102899
|
"ClientToken": {},
|
102841
102900
|
"Description": {},
|
@@ -102848,7 +102907,7 @@ module.exports={
|
|
102848
102907
|
"shape": "S183"
|
102849
102908
|
},
|
102850
102909
|
"UserBucket": {
|
102851
|
-
"shape": "
|
102910
|
+
"shape": "S21p"
|
102852
102911
|
}
|
102853
102912
|
}
|
102854
102913
|
},
|
@@ -102906,11 +102965,11 @@ module.exports={
|
|
102906
102965
|
"type": "boolean"
|
102907
102966
|
},
|
102908
102967
|
"Image": {
|
102909
|
-
"shape": "
|
102968
|
+
"shape": "S21w",
|
102910
102969
|
"locationName": "image"
|
102911
102970
|
},
|
102912
102971
|
"Volume": {
|
102913
|
-
"shape": "
|
102972
|
+
"shape": "S21x",
|
102914
102973
|
"locationName": "volume"
|
102915
102974
|
}
|
102916
102975
|
}
|
@@ -103299,25 +103358,25 @@ module.exports={
|
|
103299
103358
|
"Attribute": {},
|
103300
103359
|
"OperationType": {},
|
103301
103360
|
"UserIds": {
|
103302
|
-
"shape": "
|
103361
|
+
"shape": "S232",
|
103303
103362
|
"locationName": "UserId"
|
103304
103363
|
},
|
103305
103364
|
"UserGroups": {
|
103306
|
-
"shape": "
|
103365
|
+
"shape": "S233",
|
103307
103366
|
"locationName": "UserGroup"
|
103308
103367
|
},
|
103309
103368
|
"ProductCodes": {
|
103310
|
-
"shape": "
|
103369
|
+
"shape": "S234",
|
103311
103370
|
"locationName": "ProductCode"
|
103312
103371
|
},
|
103313
103372
|
"LoadPermission": {
|
103314
103373
|
"type": "structure",
|
103315
103374
|
"members": {
|
103316
103375
|
"Add": {
|
103317
|
-
"shape": "
|
103376
|
+
"shape": "S236"
|
103318
103377
|
},
|
103319
103378
|
"Remove": {
|
103320
|
-
"shape": "
|
103379
|
+
"shape": "S236"
|
103321
103380
|
}
|
103322
103381
|
}
|
103323
103382
|
},
|
@@ -103363,7 +103422,7 @@ module.exports={
|
|
103363
103422
|
"locationName": "successful"
|
103364
103423
|
},
|
103365
103424
|
"Unsuccessful": {
|
103366
|
-
"shape": "
|
103425
|
+
"shape": "S23b",
|
103367
103426
|
"locationName": "unsuccessful"
|
103368
103427
|
}
|
103369
103428
|
}
|
@@ -103431,15 +103490,15 @@ module.exports={
|
|
103431
103490
|
},
|
103432
103491
|
"OperationType": {},
|
103433
103492
|
"ProductCodes": {
|
103434
|
-
"shape": "
|
103493
|
+
"shape": "S234",
|
103435
103494
|
"locationName": "ProductCode"
|
103436
103495
|
},
|
103437
103496
|
"UserGroups": {
|
103438
|
-
"shape": "
|
103497
|
+
"shape": "S233",
|
103439
103498
|
"locationName": "UserGroup"
|
103440
103499
|
},
|
103441
103500
|
"UserIds": {
|
103442
|
-
"shape": "
|
103501
|
+
"shape": "S232",
|
103443
103502
|
"locationName": "UserId"
|
103444
103503
|
},
|
103445
103504
|
"Value": {},
|
@@ -103584,7 +103643,7 @@ module.exports={
|
|
103584
103643
|
"members": {
|
103585
103644
|
"InstanceId": {},
|
103586
103645
|
"CapacityReservationSpecification": {
|
103587
|
-
"shape": "
|
103646
|
+
"shape": "S23o"
|
103588
103647
|
},
|
103589
103648
|
"DryRun": {
|
103590
103649
|
"type": "boolean"
|
@@ -103844,7 +103903,7 @@ module.exports={
|
|
103844
103903
|
"locationName": "AddOperatingRegion"
|
103845
103904
|
},
|
103846
103905
|
"RemoveOperatingRegions": {
|
103847
|
-
"shape": "
|
103906
|
+
"shape": "S24d",
|
103848
103907
|
"locationName": "RemoveOperatingRegion"
|
103849
103908
|
}
|
103850
103909
|
}
|
@@ -103957,7 +104016,7 @@ module.exports={
|
|
103957
104016
|
"locationName": "AddOperatingRegion"
|
103958
104017
|
},
|
103959
104018
|
"RemoveOperatingRegions": {
|
103960
|
-
"shape": "
|
104019
|
+
"shape": "S24d",
|
103961
104020
|
"locationName": "RemoveOperatingRegion"
|
103962
104021
|
}
|
103963
104022
|
}
|
@@ -104288,7 +104347,7 @@ module.exports={
|
|
104288
104347
|
"OperationType": {},
|
104289
104348
|
"SnapshotId": {},
|
104290
104349
|
"UserIds": {
|
104291
|
-
"shape": "
|
104350
|
+
"shape": "S232",
|
104292
104351
|
"locationName": "UserId"
|
104293
104352
|
},
|
104294
104353
|
"DryRun": {
|
@@ -105237,13 +105296,13 @@ module.exports={
|
|
105237
105296
|
],
|
105238
105297
|
"members": {
|
105239
105298
|
"AccepterPeeringConnectionOptions": {
|
105240
|
-
"shape": "
|
105299
|
+
"shape": "S271"
|
105241
105300
|
},
|
105242
105301
|
"DryRun": {
|
105243
105302
|
"type": "boolean"
|
105244
105303
|
},
|
105245
105304
|
"RequesterPeeringConnectionOptions": {
|
105246
|
-
"shape": "
|
105305
|
+
"shape": "S271"
|
105247
105306
|
},
|
105248
105307
|
"VpcPeeringConnectionId": {}
|
105249
105308
|
}
|
@@ -105252,11 +105311,11 @@ module.exports={
|
|
105252
105311
|
"type": "structure",
|
105253
105312
|
"members": {
|
105254
105313
|
"AccepterPeeringConnectionOptions": {
|
105255
|
-
"shape": "
|
105314
|
+
"shape": "S273",
|
105256
105315
|
"locationName": "accepterPeeringConnectionOptions"
|
105257
105316
|
},
|
105258
105317
|
"RequesterPeeringConnectionOptions": {
|
105259
|
-
"shape": "
|
105318
|
+
"shape": "S273",
|
105260
105319
|
"locationName": "requesterPeeringConnectionOptions"
|
105261
105320
|
}
|
105262
105321
|
}
|
@@ -105480,7 +105539,7 @@ module.exports={
|
|
105480
105539
|
"type": "structure",
|
105481
105540
|
"members": {
|
105482
105541
|
"InstanceMonitorings": {
|
105483
|
-
"shape": "
|
105542
|
+
"shape": "S27i",
|
105484
105543
|
"locationName": "instancesSet"
|
105485
105544
|
}
|
105486
105545
|
}
|
@@ -106145,7 +106204,7 @@ module.exports={
|
|
106145
106204
|
"locationName": "successful"
|
106146
106205
|
},
|
106147
106206
|
"Unsuccessful": {
|
106148
|
-
"shape": "
|
106207
|
+
"shape": "S23b",
|
106149
106208
|
"locationName": "unsuccessful"
|
106150
106209
|
}
|
106151
106210
|
}
|
@@ -107214,7 +107273,7 @@ module.exports={
|
|
107214
107273
|
}
|
107215
107274
|
},
|
107216
107275
|
"CapacityReservationSpecification": {
|
107217
|
-
"shape": "
|
107276
|
+
"shape": "S23o"
|
107218
107277
|
},
|
107219
107278
|
"HibernationOptions": {
|
107220
107279
|
"type": "structure",
|
@@ -107380,7 +107439,7 @@ module.exports={
|
|
107380
107439
|
"type": "integer"
|
107381
107440
|
},
|
107382
107441
|
"Groups": {
|
107383
|
-
"shape": "
|
107442
|
+
"shape": "S2b7",
|
107384
107443
|
"locationName": "Group"
|
107385
107444
|
},
|
107386
107445
|
"Ipv6AddressCount": {
|
@@ -107429,7 +107488,7 @@ module.exports={
|
|
107429
107488
|
},
|
107430
107489
|
"RamdiskId": {},
|
107431
107490
|
"SecurityGroupIds": {
|
107432
|
-
"shape": "
|
107491
|
+
"shape": "S2b7",
|
107433
107492
|
"locationName": "SecurityGroupId"
|
107434
107493
|
},
|
107435
107494
|
"SubnetId": {},
|
@@ -107643,7 +107702,7 @@ module.exports={
|
|
107643
107702
|
"type": "structure",
|
107644
107703
|
"members": {
|
107645
107704
|
"StartingInstances": {
|
107646
|
-
"shape": "
|
107705
|
+
"shape": "S2bv",
|
107647
107706
|
"locationName": "instancesSet"
|
107648
107707
|
}
|
107649
107708
|
}
|
@@ -107770,7 +107829,7 @@ module.exports={
|
|
107770
107829
|
"type": "structure",
|
107771
107830
|
"members": {
|
107772
107831
|
"StoppingInstances": {
|
107773
|
-
"shape": "
|
107832
|
+
"shape": "S2bv",
|
107774
107833
|
"locationName": "instancesSet"
|
107775
107834
|
}
|
107776
107835
|
}
|
@@ -107845,7 +107904,7 @@ module.exports={
|
|
107845
107904
|
"type": "structure",
|
107846
107905
|
"members": {
|
107847
107906
|
"TerminatingInstances": {
|
107848
|
-
"shape": "
|
107907
|
+
"shape": "S2bv",
|
107849
107908
|
"locationName": "instancesSet"
|
107850
107909
|
}
|
107851
107910
|
}
|
@@ -107964,7 +108023,7 @@ module.exports={
|
|
107964
108023
|
"type": "structure",
|
107965
108024
|
"members": {
|
107966
108025
|
"InstanceMonitorings": {
|
107967
|
-
"shape": "
|
108026
|
+
"shape": "S27i",
|
107968
108027
|
"locationName": "instancesSet"
|
107969
108028
|
}
|
107970
108029
|
}
|
@@ -107983,7 +108042,7 @@ module.exports={
|
|
107983
108042
|
"shape": "S6q"
|
107984
108043
|
},
|
107985
108044
|
"SecurityGroupRuleDescriptions": {
|
107986
|
-
"shape": "
|
108045
|
+
"shape": "S2cj",
|
107987
108046
|
"locationName": "SecurityGroupRuleDescription"
|
107988
108047
|
}
|
107989
108048
|
}
|
@@ -108011,7 +108070,7 @@ module.exports={
|
|
108011
108070
|
"shape": "S6q"
|
108012
108071
|
},
|
108013
108072
|
"SecurityGroupRuleDescriptions": {
|
108014
|
-
"shape": "
|
108073
|
+
"shape": "S2cj",
|
108015
108074
|
"locationName": "SecurityGroupRuleDescription"
|
108016
108075
|
}
|
108017
108076
|
}
|
@@ -117742,14 +117801,14 @@ module.exports={
|
|
117742
117801
|
}
|
117743
117802
|
}
|
117744
117803
|
},
|
117745
|
-
"
|
117804
|
+
"S20a": {
|
117746
117805
|
"type": "list",
|
117747
117806
|
"member": {
|
117748
117807
|
"shape": "Snn",
|
117749
117808
|
"locationName": "item"
|
117750
117809
|
}
|
117751
117810
|
},
|
117752
|
-
"
|
117811
|
+
"S21m": {
|
117753
117812
|
"type": "structure",
|
117754
117813
|
"members": {
|
117755
117814
|
"Comment": {},
|
@@ -117764,14 +117823,14 @@ module.exports={
|
|
117764
117823
|
}
|
117765
117824
|
}
|
117766
117825
|
},
|
117767
|
-
"
|
117826
|
+
"S21p": {
|
117768
117827
|
"type": "structure",
|
117769
117828
|
"members": {
|
117770
117829
|
"S3Bucket": {},
|
117771
117830
|
"S3Key": {}
|
117772
117831
|
}
|
117773
117832
|
},
|
117774
|
-
"
|
117833
|
+
"S21w": {
|
117775
117834
|
"type": "structure",
|
117776
117835
|
"required": [
|
117777
117836
|
"Bytes",
|
@@ -117792,7 +117851,7 @@ module.exports={
|
|
117792
117851
|
}
|
117793
117852
|
}
|
117794
117853
|
},
|
117795
|
-
"
|
117854
|
+
"S21x": {
|
117796
117855
|
"type": "structure",
|
117797
117856
|
"required": [
|
117798
117857
|
"Size"
|
@@ -117804,25 +117863,25 @@ module.exports={
|
|
117804
117863
|
}
|
117805
117864
|
}
|
117806
117865
|
},
|
117807
|
-
"
|
117866
|
+
"S232": {
|
117808
117867
|
"type": "list",
|
117809
117868
|
"member": {
|
117810
117869
|
"locationName": "UserId"
|
117811
117870
|
}
|
117812
117871
|
},
|
117813
|
-
"
|
117872
|
+
"S233": {
|
117814
117873
|
"type": "list",
|
117815
117874
|
"member": {
|
117816
117875
|
"locationName": "UserGroup"
|
117817
117876
|
}
|
117818
117877
|
},
|
117819
|
-
"
|
117878
|
+
"S234": {
|
117820
117879
|
"type": "list",
|
117821
117880
|
"member": {
|
117822
117881
|
"locationName": "ProductCode"
|
117823
117882
|
}
|
117824
117883
|
},
|
117825
|
-
"
|
117884
|
+
"S236": {
|
117826
117885
|
"type": "list",
|
117827
117886
|
"member": {
|
117828
117887
|
"locationName": "item",
|
@@ -117833,14 +117892,14 @@ module.exports={
|
|
117833
117892
|
}
|
117834
117893
|
}
|
117835
117894
|
},
|
117836
|
-
"
|
117895
|
+
"S23b": {
|
117837
117896
|
"type": "list",
|
117838
117897
|
"member": {
|
117839
117898
|
"shape": "S1h",
|
117840
117899
|
"locationName": "item"
|
117841
117900
|
}
|
117842
117901
|
},
|
117843
|
-
"
|
117902
|
+
"S23o": {
|
117844
117903
|
"type": "structure",
|
117845
117904
|
"members": {
|
117846
117905
|
"CapacityReservationPreference": {},
|
@@ -117849,7 +117908,7 @@ module.exports={
|
|
117849
117908
|
}
|
117850
117909
|
}
|
117851
117910
|
},
|
117852
|
-
"
|
117911
|
+
"S24d": {
|
117853
117912
|
"type": "list",
|
117854
117913
|
"member": {
|
117855
117914
|
"type": "structure",
|
@@ -117858,7 +117917,7 @@ module.exports={
|
|
117858
117917
|
}
|
117859
117918
|
}
|
117860
117919
|
},
|
117861
|
-
"
|
117920
|
+
"S271": {
|
117862
117921
|
"type": "structure",
|
117863
117922
|
"members": {
|
117864
117923
|
"AllowDnsResolutionFromRemoteVpc": {
|
@@ -117872,7 +117931,7 @@ module.exports={
|
|
117872
117931
|
}
|
117873
117932
|
}
|
117874
117933
|
},
|
117875
|
-
"
|
117934
|
+
"S273": {
|
117876
117935
|
"type": "structure",
|
117877
117936
|
"members": {
|
117878
117937
|
"AllowDnsResolutionFromRemoteVpc": {
|
@@ -117889,7 +117948,7 @@ module.exports={
|
|
117889
117948
|
}
|
117890
117949
|
}
|
117891
117950
|
},
|
117892
|
-
"
|
117951
|
+
"S27i": {
|
117893
117952
|
"type": "list",
|
117894
117953
|
"member": {
|
117895
117954
|
"locationName": "item",
|
@@ -117905,13 +117964,13 @@ module.exports={
|
|
117905
117964
|
}
|
117906
117965
|
}
|
117907
117966
|
},
|
117908
|
-
"
|
117967
|
+
"S2b7": {
|
117909
117968
|
"type": "list",
|
117910
117969
|
"member": {
|
117911
117970
|
"locationName": "SecurityGroupId"
|
117912
117971
|
}
|
117913
117972
|
},
|
117914
|
-
"
|
117973
|
+
"S2bv": {
|
117915
117974
|
"type": "list",
|
117916
117975
|
"member": {
|
117917
117976
|
"locationName": "item",
|
@@ -117931,7 +117990,7 @@ module.exports={
|
|
117931
117990
|
}
|
117932
117991
|
}
|
117933
117992
|
},
|
117934
|
-
"
|
117993
|
+
"S2cj": {
|
117935
117994
|
"type": "list",
|
117936
117995
|
"member": {
|
117937
117996
|
"locationName": "item",
|
@@ -118732,6 +118791,12 @@ module.exports={
|
|
118732
118791
|
"output_token": "NextToken",
|
118733
118792
|
"result_key": "AnalysisFindings"
|
118734
118793
|
},
|
118794
|
+
"GetSecurityGroupsForVpc": {
|
118795
|
+
"input_token": "NextToken",
|
118796
|
+
"limit_key": "MaxResults",
|
118797
|
+
"output_token": "NextToken",
|
118798
|
+
"result_key": "SecurityGroupForVpcs"
|
118799
|
+
},
|
118735
118800
|
"GetSpotPlacementScores": {
|
118736
118801
|
"input_token": "NextToken",
|
118737
118802
|
"limit_key": "MaxResults",
|
@@ -133749,7 +133814,13 @@ module.exports={
|
|
133749
133814
|
"PlacementGroups": {
|
133750
133815
|
"shape": "S38"
|
133751
133816
|
},
|
133752
|
-
"OSReleaseLabel": {}
|
133817
|
+
"OSReleaseLabel": {},
|
133818
|
+
"EbsRootVolumeIops": {
|
133819
|
+
"type": "integer"
|
133820
|
+
},
|
133821
|
+
"EbsRootVolumeThroughput": {
|
133822
|
+
"type": "integer"
|
133823
|
+
}
|
133753
133824
|
}
|
133754
133825
|
}
|
133755
133826
|
}
|
@@ -135242,7 +135313,13 @@ module.exports={
|
|
135242
135313
|
"AutoTerminationPolicy": {
|
135243
135314
|
"shape": "S4w"
|
135244
135315
|
},
|
135245
|
-
"OSReleaseLabel": {}
|
135316
|
+
"OSReleaseLabel": {},
|
135317
|
+
"EbsRootVolumeIops": {
|
135318
|
+
"type": "integer"
|
135319
|
+
},
|
135320
|
+
"EbsRootVolumeThroughput": {
|
135321
|
+
"type": "integer"
|
135322
|
+
}
|
135246
135323
|
}
|
135247
135324
|
},
|
135248
135325
|
"output": {
|
@@ -212897,7 +212974,8 @@ module.exports={
|
|
212897
212974
|
"ManageMasterPassword": {
|
212898
212975
|
"type": "boolean"
|
212899
212976
|
},
|
212900
|
-
"MasterPasswordSecretKmsKeyId": {}
|
212977
|
+
"MasterPasswordSecretKmsKeyId": {},
|
212978
|
+
"IpAddressType": {}
|
212901
212979
|
}
|
212902
212980
|
},
|
212903
212981
|
"output": {
|
@@ -213062,7 +213140,7 @@ module.exports={
|
|
213062
213140
|
}
|
213063
213141
|
},
|
213064
213142
|
"output": {
|
213065
|
-
"shape": "
|
213143
|
+
"shape": "S3m",
|
213066
213144
|
"resultWrapper": "CreateEndpointAccessResult"
|
213067
213145
|
}
|
213068
213146
|
},
|
@@ -213078,10 +213156,10 @@ module.exports={
|
|
213078
213156
|
"SnsTopicArn": {},
|
213079
213157
|
"SourceType": {},
|
213080
213158
|
"SourceIds": {
|
213081
|
-
"shape": "
|
213159
|
+
"shape": "S3o"
|
213082
213160
|
},
|
213083
213161
|
"EventCategories": {
|
213084
|
-
"shape": "
|
213162
|
+
"shape": "S3p"
|
213085
213163
|
},
|
213086
213164
|
"Severity": {},
|
213087
213165
|
"Enabled": {
|
@@ -213097,7 +213175,7 @@ module.exports={
|
|
213097
213175
|
"type": "structure",
|
213098
213176
|
"members": {
|
213099
213177
|
"EventSubscription": {
|
213100
|
-
"shape": "
|
213178
|
+
"shape": "S3r"
|
213101
213179
|
}
|
213102
213180
|
}
|
213103
213181
|
}
|
@@ -213120,7 +213198,7 @@ module.exports={
|
|
213120
213198
|
"type": "structure",
|
213121
213199
|
"members": {
|
213122
213200
|
"HsmClientCertificate": {
|
213123
|
-
"shape": "
|
213201
|
+
"shape": "S3u"
|
213124
213202
|
}
|
213125
213203
|
}
|
213126
213204
|
}
|
@@ -213153,7 +213231,7 @@ module.exports={
|
|
213153
213231
|
"type": "structure",
|
213154
213232
|
"members": {
|
213155
213233
|
"HsmConfiguration": {
|
213156
|
-
"shape": "
|
213234
|
+
"shape": "S3x"
|
213157
213235
|
}
|
213158
213236
|
}
|
213159
213237
|
}
|
@@ -213170,7 +213248,7 @@ module.exports={
|
|
213170
213248
|
"members": {
|
213171
213249
|
"ScheduledActionName": {},
|
213172
213250
|
"TargetAction": {
|
213173
|
-
"shape": "
|
213251
|
+
"shape": "S3z"
|
213174
213252
|
},
|
213175
213253
|
"Schedule": {},
|
213176
213254
|
"IamRole": {},
|
@@ -213187,7 +213265,7 @@ module.exports={
|
|
213187
213265
|
}
|
213188
213266
|
},
|
213189
213267
|
"output": {
|
213190
|
-
"shape": "
|
213268
|
+
"shape": "S43",
|
213191
213269
|
"resultWrapper": "CreateScheduledActionResult"
|
213192
213270
|
}
|
213193
213271
|
},
|
@@ -213210,7 +213288,7 @@ module.exports={
|
|
213210
213288
|
"type": "structure",
|
213211
213289
|
"members": {
|
213212
213290
|
"SnapshotCopyGrant": {
|
213213
|
-
"shape": "
|
213291
|
+
"shape": "S48"
|
213214
213292
|
}
|
213215
213293
|
}
|
213216
213294
|
}
|
@@ -213220,7 +213298,7 @@ module.exports={
|
|
213220
213298
|
"type": "structure",
|
213221
213299
|
"members": {
|
213222
213300
|
"ScheduleDefinitions": {
|
213223
|
-
"shape": "
|
213301
|
+
"shape": "S4a"
|
213224
213302
|
},
|
213225
213303
|
"ScheduleIdentifier": {},
|
213226
213304
|
"ScheduleDescription": {},
|
@@ -213236,7 +213314,7 @@ module.exports={
|
|
213236
213314
|
}
|
213237
213315
|
},
|
213238
213316
|
"output": {
|
213239
|
-
"shape": "
|
213317
|
+
"shape": "S4b",
|
213240
213318
|
"resultWrapper": "CreateSnapshotScheduleResult"
|
213241
213319
|
}
|
213242
213320
|
},
|
@@ -213279,7 +213357,7 @@ module.exports={
|
|
213279
213357
|
}
|
213280
213358
|
},
|
213281
213359
|
"output": {
|
213282
|
-
"shape": "
|
213360
|
+
"shape": "S4l",
|
213283
213361
|
"resultWrapper": "CreateUsageLimitResult"
|
213284
213362
|
}
|
213285
213363
|
},
|
@@ -213414,7 +213492,7 @@ module.exports={
|
|
213414
213492
|
}
|
213415
213493
|
},
|
213416
213494
|
"output": {
|
213417
|
-
"shape": "
|
213495
|
+
"shape": "S3m",
|
213418
213496
|
"resultWrapper": "DeleteEndpointAccessResult"
|
213419
213497
|
}
|
213420
213498
|
},
|
@@ -213460,6 +213538,17 @@ module.exports={
|
|
213460
213538
|
"resultWrapper": "DeletePartnerResult"
|
213461
213539
|
}
|
213462
213540
|
},
|
213541
|
+
"DeleteResourcePolicy": {
|
213542
|
+
"input": {
|
213543
|
+
"type": "structure",
|
213544
|
+
"required": [
|
213545
|
+
"ResourceArn"
|
213546
|
+
],
|
213547
|
+
"members": {
|
213548
|
+
"ResourceArn": {}
|
213549
|
+
}
|
213550
|
+
}
|
213551
|
+
},
|
213463
213552
|
"DeleteScheduledAction": {
|
213464
213553
|
"input": {
|
213465
213554
|
"type": "structure",
|
@@ -213503,7 +213592,7 @@ module.exports={
|
|
213503
213592
|
"members": {
|
213504
213593
|
"ResourceName": {},
|
213505
213594
|
"TagKeys": {
|
213506
|
-
"shape": "
|
213595
|
+
"shape": "S55"
|
213507
213596
|
}
|
213508
213597
|
}
|
213509
213598
|
}
|
@@ -213639,10 +213728,10 @@ module.exports={
|
|
213639
213728
|
},
|
213640
213729
|
"Marker": {},
|
213641
213730
|
"TagKeys": {
|
213642
|
-
"shape": "
|
213731
|
+
"shape": "S55"
|
213643
213732
|
},
|
213644
213733
|
"TagValues": {
|
213645
|
-
"shape": "
|
213734
|
+
"shape": "S5p"
|
213646
213735
|
}
|
213647
213736
|
}
|
213648
213737
|
},
|
@@ -213681,7 +213770,7 @@ module.exports={
|
|
213681
213770
|
"type": "structure",
|
213682
213771
|
"members": {
|
213683
213772
|
"Parameters": {
|
213684
|
-
"shape": "
|
213773
|
+
"shape": "S5u"
|
213685
213774
|
},
|
213686
213775
|
"Marker": {}
|
213687
213776
|
}
|
@@ -213697,10 +213786,10 @@ module.exports={
|
|
213697
213786
|
},
|
213698
213787
|
"Marker": {},
|
213699
213788
|
"TagKeys": {
|
213700
|
-
"shape": "
|
213789
|
+
"shape": "S55"
|
213701
213790
|
},
|
213702
213791
|
"TagValues": {
|
213703
|
-
"shape": "
|
213792
|
+
"shape": "S5p"
|
213704
213793
|
}
|
213705
213794
|
}
|
213706
213795
|
},
|
@@ -213739,10 +213828,10 @@ module.exports={
|
|
213739
213828
|
"Marker": {},
|
213740
213829
|
"OwnerAccount": {},
|
213741
213830
|
"TagKeys": {
|
213742
|
-
"shape": "
|
213831
|
+
"shape": "S55"
|
213743
213832
|
},
|
213744
213833
|
"TagValues": {
|
213745
|
-
"shape": "
|
213834
|
+
"shape": "S5p"
|
213746
213835
|
},
|
213747
213836
|
"ClusterExists": {
|
213748
213837
|
"type": "boolean"
|
@@ -213788,10 +213877,10 @@ module.exports={
|
|
213788
213877
|
},
|
213789
213878
|
"Marker": {},
|
213790
213879
|
"TagKeys": {
|
213791
|
-
"shape": "
|
213880
|
+
"shape": "S55"
|
213792
213881
|
},
|
213793
213882
|
"TagValues": {
|
213794
|
-
"shape": "
|
213883
|
+
"shape": "S5p"
|
213795
213884
|
}
|
213796
213885
|
}
|
213797
213886
|
},
|
@@ -213903,10 +213992,10 @@ module.exports={
|
|
213903
213992
|
},
|
213904
213993
|
"Marker": {},
|
213905
213994
|
"TagKeys": {
|
213906
|
-
"shape": "
|
213995
|
+
"shape": "S55"
|
213907
213996
|
},
|
213908
213997
|
"TagValues": {
|
213909
|
-
"shape": "
|
213998
|
+
"shape": "S5p"
|
213910
213999
|
}
|
213911
214000
|
}
|
213912
214001
|
},
|
@@ -213986,7 +214075,7 @@ module.exports={
|
|
213986
214075
|
"type": "structure",
|
213987
214076
|
"members": {
|
213988
214077
|
"DataShares": {
|
213989
|
-
"shape": "
|
214078
|
+
"shape": "S6x"
|
213990
214079
|
},
|
213991
214080
|
"Marker": {}
|
213992
214081
|
}
|
@@ -214009,7 +214098,7 @@ module.exports={
|
|
214009
214098
|
"type": "structure",
|
214010
214099
|
"members": {
|
214011
214100
|
"DataShares": {
|
214012
|
-
"shape": "
|
214101
|
+
"shape": "S6x"
|
214013
214102
|
},
|
214014
214103
|
"Marker": {}
|
214015
214104
|
}
|
@@ -214032,7 +214121,7 @@ module.exports={
|
|
214032
214121
|
"type": "structure",
|
214033
214122
|
"members": {
|
214034
214123
|
"DataShares": {
|
214035
|
-
"shape": "
|
214124
|
+
"shape": "S6x"
|
214036
214125
|
},
|
214037
214126
|
"Marker": {}
|
214038
214127
|
}
|
@@ -214062,7 +214151,7 @@ module.exports={
|
|
214062
214151
|
"ParameterGroupFamily": {},
|
214063
214152
|
"Marker": {},
|
214064
214153
|
"Parameters": {
|
214065
|
-
"shape": "
|
214154
|
+
"shape": "S5u"
|
214066
214155
|
}
|
214067
214156
|
},
|
214068
214157
|
"wrapper": true
|
@@ -214091,7 +214180,7 @@ module.exports={
|
|
214091
214180
|
"EndpointAccessList": {
|
214092
214181
|
"type": "list",
|
214093
214182
|
"member": {
|
214094
|
-
"shape": "
|
214183
|
+
"shape": "S3m"
|
214095
214184
|
}
|
214096
214185
|
},
|
214097
214186
|
"Marker": {}
|
@@ -214153,7 +214242,7 @@ module.exports={
|
|
214153
214242
|
"members": {
|
214154
214243
|
"EventId": {},
|
214155
214244
|
"EventCategories": {
|
214156
|
-
"shape": "
|
214245
|
+
"shape": "S3p"
|
214157
214246
|
},
|
214158
214247
|
"EventDescription": {},
|
214159
214248
|
"Severity": {}
|
@@ -214178,10 +214267,10 @@ module.exports={
|
|
214178
214267
|
},
|
214179
214268
|
"Marker": {},
|
214180
214269
|
"TagKeys": {
|
214181
|
-
"shape": "
|
214270
|
+
"shape": "S55"
|
214182
214271
|
},
|
214183
214272
|
"TagValues": {
|
214184
|
-
"shape": "
|
214273
|
+
"shape": "S5p"
|
214185
214274
|
}
|
214186
214275
|
}
|
214187
214276
|
},
|
@@ -214193,7 +214282,7 @@ module.exports={
|
|
214193
214282
|
"EventSubscriptionsList": {
|
214194
214283
|
"type": "list",
|
214195
214284
|
"member": {
|
214196
|
-
"shape": "
|
214285
|
+
"shape": "S3r",
|
214197
214286
|
"locationName": "EventSubscription"
|
214198
214287
|
}
|
214199
214288
|
}
|
@@ -214236,7 +214325,7 @@ module.exports={
|
|
214236
214325
|
"SourceType": {},
|
214237
214326
|
"Message": {},
|
214238
214327
|
"EventCategories": {
|
214239
|
-
"shape": "
|
214328
|
+
"shape": "S3p"
|
214240
214329
|
},
|
214241
214330
|
"Severity": {},
|
214242
214331
|
"Date": {
|
@@ -214259,10 +214348,10 @@ module.exports={
|
|
214259
214348
|
},
|
214260
214349
|
"Marker": {},
|
214261
214350
|
"TagKeys": {
|
214262
|
-
"shape": "
|
214351
|
+
"shape": "S55"
|
214263
214352
|
},
|
214264
214353
|
"TagValues": {
|
214265
|
-
"shape": "
|
214354
|
+
"shape": "S5p"
|
214266
214355
|
}
|
214267
214356
|
}
|
214268
214357
|
},
|
@@ -214274,7 +214363,7 @@ module.exports={
|
|
214274
214363
|
"HsmClientCertificates": {
|
214275
214364
|
"type": "list",
|
214276
214365
|
"member": {
|
214277
|
-
"shape": "
|
214366
|
+
"shape": "S3u",
|
214278
214367
|
"locationName": "HsmClientCertificate"
|
214279
214368
|
}
|
214280
214369
|
}
|
@@ -214291,10 +214380,10 @@ module.exports={
|
|
214291
214380
|
},
|
214292
214381
|
"Marker": {},
|
214293
214382
|
"TagKeys": {
|
214294
|
-
"shape": "
|
214383
|
+
"shape": "S55"
|
214295
214384
|
},
|
214296
214385
|
"TagValues": {
|
214297
|
-
"shape": "
|
214386
|
+
"shape": "S5p"
|
214298
214387
|
}
|
214299
214388
|
}
|
214300
214389
|
},
|
@@ -214306,13 +214395,63 @@ module.exports={
|
|
214306
214395
|
"HsmConfigurations": {
|
214307
214396
|
"type": "list",
|
214308
214397
|
"member": {
|
214309
|
-
"shape": "
|
214398
|
+
"shape": "S3x",
|
214310
214399
|
"locationName": "HsmConfiguration"
|
214311
214400
|
}
|
214312
214401
|
}
|
214313
214402
|
}
|
214314
214403
|
}
|
214315
214404
|
},
|
214405
|
+
"DescribeInboundIntegrations": {
|
214406
|
+
"input": {
|
214407
|
+
"type": "structure",
|
214408
|
+
"members": {
|
214409
|
+
"IntegrationArn": {},
|
214410
|
+
"TargetArn": {},
|
214411
|
+
"MaxRecords": {
|
214412
|
+
"type": "integer"
|
214413
|
+
},
|
214414
|
+
"Marker": {}
|
214415
|
+
}
|
214416
|
+
},
|
214417
|
+
"output": {
|
214418
|
+
"resultWrapper": "DescribeInboundIntegrationsResult",
|
214419
|
+
"type": "structure",
|
214420
|
+
"members": {
|
214421
|
+
"Marker": {},
|
214422
|
+
"InboundIntegrations": {
|
214423
|
+
"type": "list",
|
214424
|
+
"member": {
|
214425
|
+
"locationName": "InboundIntegration",
|
214426
|
+
"type": "structure",
|
214427
|
+
"members": {
|
214428
|
+
"IntegrationArn": {},
|
214429
|
+
"SourceArn": {},
|
214430
|
+
"TargetArn": {},
|
214431
|
+
"Status": {},
|
214432
|
+
"Errors": {
|
214433
|
+
"type": "list",
|
214434
|
+
"member": {
|
214435
|
+
"locationName": "IntegrationError",
|
214436
|
+
"type": "structure",
|
214437
|
+
"required": [
|
214438
|
+
"ErrorCode"
|
214439
|
+
],
|
214440
|
+
"members": {
|
214441
|
+
"ErrorCode": {},
|
214442
|
+
"ErrorMessage": {}
|
214443
|
+
}
|
214444
|
+
}
|
214445
|
+
},
|
214446
|
+
"CreateTime": {
|
214447
|
+
"type": "timestamp"
|
214448
|
+
}
|
214449
|
+
}
|
214450
|
+
}
|
214451
|
+
}
|
214452
|
+
}
|
214453
|
+
}
|
214454
|
+
},
|
214316
214455
|
"DescribeLoggingStatus": {
|
214317
214456
|
"input": {
|
214318
214457
|
"type": "structure",
|
@@ -214324,7 +214463,7 @@ module.exports={
|
|
214324
214463
|
}
|
214325
214464
|
},
|
214326
214465
|
"output": {
|
214327
|
-
"shape": "
|
214466
|
+
"shape": "S85",
|
214328
214467
|
"resultWrapper": "DescribeLoggingStatusResult"
|
214329
214468
|
}
|
214330
214469
|
},
|
@@ -214350,7 +214489,7 @@ module.exports={
|
|
214350
214489
|
"Name": {},
|
214351
214490
|
"Operator": {},
|
214352
214491
|
"Values": {
|
214353
|
-
"shape": "
|
214492
|
+
"shape": "S3g",
|
214354
214493
|
"locationName": "Value"
|
214355
214494
|
}
|
214356
214495
|
}
|
@@ -214511,7 +214650,7 @@ module.exports={
|
|
214511
214650
|
"members": {
|
214512
214651
|
"Marker": {},
|
214513
214652
|
"ReservedNodeOfferings": {
|
214514
|
-
"shape": "
|
214653
|
+
"shape": "S8y"
|
214515
214654
|
}
|
214516
214655
|
}
|
214517
214656
|
}
|
@@ -214584,7 +214723,7 @@ module.exports={
|
|
214584
214723
|
"members": {
|
214585
214724
|
"Name": {},
|
214586
214725
|
"Values": {
|
214587
|
-
"shape": "
|
214726
|
+
"shape": "S3g"
|
214588
214727
|
}
|
214589
214728
|
}
|
214590
214729
|
}
|
@@ -214603,7 +214742,7 @@ module.exports={
|
|
214603
214742
|
"ScheduledActions": {
|
214604
214743
|
"type": "list",
|
214605
214744
|
"member": {
|
214606
|
-
"shape": "
|
214745
|
+
"shape": "S43",
|
214607
214746
|
"locationName": "ScheduledAction"
|
214608
214747
|
}
|
214609
214748
|
}
|
@@ -214620,10 +214759,10 @@ module.exports={
|
|
214620
214759
|
},
|
214621
214760
|
"Marker": {},
|
214622
214761
|
"TagKeys": {
|
214623
|
-
"shape": "
|
214762
|
+
"shape": "S55"
|
214624
214763
|
},
|
214625
214764
|
"TagValues": {
|
214626
|
-
"shape": "
|
214765
|
+
"shape": "S5p"
|
214627
214766
|
}
|
214628
214767
|
}
|
214629
214768
|
},
|
@@ -214635,7 +214774,7 @@ module.exports={
|
|
214635
214774
|
"SnapshotCopyGrants": {
|
214636
214775
|
"type": "list",
|
214637
214776
|
"member": {
|
214638
|
-
"shape": "
|
214777
|
+
"shape": "S48",
|
214639
214778
|
"locationName": "SnapshotCopyGrant"
|
214640
214779
|
}
|
214641
214780
|
}
|
@@ -214649,10 +214788,10 @@ module.exports={
|
|
214649
214788
|
"ClusterIdentifier": {},
|
214650
214789
|
"ScheduleIdentifier": {},
|
214651
214790
|
"TagKeys": {
|
214652
|
-
"shape": "
|
214791
|
+
"shape": "S55"
|
214653
214792
|
},
|
214654
214793
|
"TagValues": {
|
214655
|
-
"shape": "
|
214794
|
+
"shape": "S5p"
|
214656
214795
|
},
|
214657
214796
|
"Marker": {},
|
214658
214797
|
"MaxRecords": {
|
@@ -214667,7 +214806,7 @@ module.exports={
|
|
214667
214806
|
"SnapshotSchedules": {
|
214668
214807
|
"type": "list",
|
214669
214808
|
"member": {
|
214670
|
-
"shape": "
|
214809
|
+
"shape": "S4b",
|
214671
214810
|
"locationName": "SnapshotSchedule"
|
214672
214811
|
}
|
214673
214812
|
},
|
@@ -214708,7 +214847,7 @@ module.exports={
|
|
214708
214847
|
"TableRestoreStatusDetails": {
|
214709
214848
|
"type": "list",
|
214710
214849
|
"member": {
|
214711
|
-
"shape": "
|
214850
|
+
"shape": "S9l",
|
214712
214851
|
"locationName": "TableRestoreStatus"
|
214713
214852
|
}
|
214714
214853
|
},
|
@@ -214727,10 +214866,10 @@ module.exports={
|
|
214727
214866
|
},
|
214728
214867
|
"Marker": {},
|
214729
214868
|
"TagKeys": {
|
214730
|
-
"shape": "
|
214869
|
+
"shape": "S55"
|
214731
214870
|
},
|
214732
214871
|
"TagValues": {
|
214733
|
-
"shape": "
|
214872
|
+
"shape": "S5p"
|
214734
214873
|
}
|
214735
214874
|
}
|
214736
214875
|
},
|
@@ -214768,10 +214907,10 @@ module.exports={
|
|
214768
214907
|
},
|
214769
214908
|
"Marker": {},
|
214770
214909
|
"TagKeys": {
|
214771
|
-
"shape": "
|
214910
|
+
"shape": "S55"
|
214772
214911
|
},
|
214773
214912
|
"TagValues": {
|
214774
|
-
"shape": "
|
214913
|
+
"shape": "S5p"
|
214775
214914
|
}
|
214776
214915
|
}
|
214777
214916
|
},
|
@@ -214782,7 +214921,7 @@ module.exports={
|
|
214782
214921
|
"UsageLimits": {
|
214783
214922
|
"type": "list",
|
214784
214923
|
"member": {
|
214785
|
-
"shape": "
|
214924
|
+
"shape": "S4l"
|
214786
214925
|
}
|
214787
214926
|
},
|
214788
214927
|
"Marker": {}
|
@@ -214800,7 +214939,7 @@ module.exports={
|
|
214800
214939
|
}
|
214801
214940
|
},
|
214802
214941
|
"output": {
|
214803
|
-
"shape": "
|
214942
|
+
"shape": "S85",
|
214804
214943
|
"resultWrapper": "DisableLoggingResult"
|
214805
214944
|
}
|
214806
214945
|
},
|
@@ -214856,12 +214995,12 @@ module.exports={
|
|
214856
214995
|
"S3KeyPrefix": {},
|
214857
214996
|
"LogDestinationType": {},
|
214858
214997
|
"LogExports": {
|
214859
|
-
"shape": "
|
214998
|
+
"shape": "S87"
|
214860
214999
|
}
|
214861
215000
|
}
|
214862
215001
|
},
|
214863
215002
|
"output": {
|
214864
|
-
"shape": "
|
215003
|
+
"shape": "S85",
|
214865
215004
|
"resultWrapper": "EnableLoggingResult"
|
214866
215005
|
}
|
214867
215006
|
},
|
@@ -214996,7 +215135,7 @@ module.exports={
|
|
214996
215135
|
"type": "integer"
|
214997
215136
|
},
|
214998
215137
|
"TargetReservedNodeOffering": {
|
214999
|
-
"shape": "
|
215138
|
+
"shape": "S8z"
|
215000
215139
|
}
|
215001
215140
|
},
|
215002
215141
|
"wrapper": true
|
@@ -215025,7 +215164,27 @@ module.exports={
|
|
215025
215164
|
"members": {
|
215026
215165
|
"Marker": {},
|
215027
215166
|
"ReservedNodeOfferings": {
|
215028
|
-
"shape": "
|
215167
|
+
"shape": "S8y"
|
215168
|
+
}
|
215169
|
+
}
|
215170
|
+
}
|
215171
|
+
},
|
215172
|
+
"GetResourcePolicy": {
|
215173
|
+
"input": {
|
215174
|
+
"type": "structure",
|
215175
|
+
"required": [
|
215176
|
+
"ResourceArn"
|
215177
|
+
],
|
215178
|
+
"members": {
|
215179
|
+
"ResourceArn": {}
|
215180
|
+
}
|
215181
|
+
},
|
215182
|
+
"output": {
|
215183
|
+
"resultWrapper": "GetResourcePolicyResult",
|
215184
|
+
"type": "structure",
|
215185
|
+
"members": {
|
215186
|
+
"ResourcePolicy": {
|
215187
|
+
"shape": "Saf"
|
215029
215188
|
}
|
215030
215189
|
}
|
215031
215190
|
}
|
@@ -215131,7 +215290,8 @@ module.exports={
|
|
215131
215290
|
"ManageMasterPassword": {
|
215132
215291
|
"type": "boolean"
|
215133
215292
|
},
|
215134
|
-
"MasterPasswordSecretKmsKeyId": {}
|
215293
|
+
"MasterPasswordSecretKmsKeyId": {},
|
215294
|
+
"IpAddressType": {}
|
215135
215295
|
}
|
215136
215296
|
},
|
215137
215297
|
"output": {
|
@@ -215236,12 +215396,12 @@ module.exports={
|
|
215236
215396
|
"members": {
|
215237
215397
|
"ParameterGroupName": {},
|
215238
215398
|
"Parameters": {
|
215239
|
-
"shape": "
|
215399
|
+
"shape": "S5u"
|
215240
215400
|
}
|
215241
215401
|
}
|
215242
215402
|
},
|
215243
215403
|
"output": {
|
215244
|
-
"shape": "
|
215404
|
+
"shape": "Sat",
|
215245
215405
|
"resultWrapper": "ModifyClusterParameterGroupResult"
|
215246
215406
|
}
|
215247
215407
|
},
|
@@ -215348,7 +215508,7 @@ module.exports={
|
|
215348
215508
|
}
|
215349
215509
|
},
|
215350
215510
|
"output": {
|
215351
|
-
"shape": "
|
215511
|
+
"shape": "S3m",
|
215352
215512
|
"resultWrapper": "ModifyEndpointAccessResult"
|
215353
215513
|
}
|
215354
215514
|
},
|
@@ -215363,10 +215523,10 @@ module.exports={
|
|
215363
215523
|
"SnsTopicArn": {},
|
215364
215524
|
"SourceType": {},
|
215365
215525
|
"SourceIds": {
|
215366
|
-
"shape": "
|
215526
|
+
"shape": "S3o"
|
215367
215527
|
},
|
215368
215528
|
"EventCategories": {
|
215369
|
-
"shape": "
|
215529
|
+
"shape": "S3p"
|
215370
215530
|
},
|
215371
215531
|
"Severity": {},
|
215372
215532
|
"Enabled": {
|
@@ -215379,7 +215539,7 @@ module.exports={
|
|
215379
215539
|
"type": "structure",
|
215380
215540
|
"members": {
|
215381
215541
|
"EventSubscription": {
|
215382
|
-
"shape": "
|
215542
|
+
"shape": "S3r"
|
215383
215543
|
}
|
215384
215544
|
}
|
215385
215545
|
}
|
@@ -215393,7 +215553,7 @@ module.exports={
|
|
215393
215553
|
"members": {
|
215394
215554
|
"ScheduledActionName": {},
|
215395
215555
|
"TargetAction": {
|
215396
|
-
"shape": "
|
215556
|
+
"shape": "S3z"
|
215397
215557
|
},
|
215398
215558
|
"Schedule": {},
|
215399
215559
|
"IamRole": {},
|
@@ -215410,7 +215570,7 @@ module.exports={
|
|
215410
215570
|
}
|
215411
215571
|
},
|
215412
215572
|
"output": {
|
215413
|
-
"shape": "
|
215573
|
+
"shape": "S43",
|
215414
215574
|
"resultWrapper": "ModifyScheduledActionResult"
|
215415
215575
|
}
|
215416
215576
|
},
|
@@ -215451,12 +215611,12 @@ module.exports={
|
|
215451
215611
|
"members": {
|
215452
215612
|
"ScheduleIdentifier": {},
|
215453
215613
|
"ScheduleDefinitions": {
|
215454
|
-
"shape": "
|
215614
|
+
"shape": "S4a"
|
215455
215615
|
}
|
215456
215616
|
}
|
215457
215617
|
},
|
215458
215618
|
"output": {
|
215459
|
-
"shape": "
|
215619
|
+
"shape": "S4b",
|
215460
215620
|
"resultWrapper": "ModifySnapshotScheduleResult"
|
215461
215621
|
}
|
215462
215622
|
},
|
@@ -215475,13 +215635,13 @@ module.exports={
|
|
215475
215635
|
}
|
215476
215636
|
},
|
215477
215637
|
"output": {
|
215478
|
-
"shape": "
|
215638
|
+
"shape": "S4l",
|
215479
215639
|
"resultWrapper": "ModifyUsageLimitResult"
|
215480
215640
|
}
|
215481
215641
|
},
|
215482
215642
|
"PauseCluster": {
|
215483
215643
|
"input": {
|
215484
|
-
"shape": "
|
215644
|
+
"shape": "S41"
|
215485
215645
|
},
|
215486
215646
|
"output": {
|
215487
215647
|
"resultWrapper": "PauseClusterResult",
|
@@ -215516,6 +215676,28 @@ module.exports={
|
|
215516
215676
|
}
|
215517
215677
|
}
|
215518
215678
|
},
|
215679
|
+
"PutResourcePolicy": {
|
215680
|
+
"input": {
|
215681
|
+
"type": "structure",
|
215682
|
+
"required": [
|
215683
|
+
"ResourceArn",
|
215684
|
+
"Policy"
|
215685
|
+
],
|
215686
|
+
"members": {
|
215687
|
+
"ResourceArn": {},
|
215688
|
+
"Policy": {}
|
215689
|
+
}
|
215690
|
+
},
|
215691
|
+
"output": {
|
215692
|
+
"resultWrapper": "PutResourcePolicyResult",
|
215693
|
+
"type": "structure",
|
215694
|
+
"members": {
|
215695
|
+
"ResourcePolicy": {
|
215696
|
+
"shape": "Saf"
|
215697
|
+
}
|
215698
|
+
}
|
215699
|
+
}
|
215700
|
+
},
|
215519
215701
|
"RebootCluster": {
|
215520
215702
|
"input": {
|
215521
215703
|
"type": "structure",
|
@@ -215563,18 +215745,18 @@ module.exports={
|
|
215563
215745
|
"type": "boolean"
|
215564
215746
|
},
|
215565
215747
|
"Parameters": {
|
215566
|
-
"shape": "
|
215748
|
+
"shape": "S5u"
|
215567
215749
|
}
|
215568
215750
|
}
|
215569
215751
|
},
|
215570
215752
|
"output": {
|
215571
|
-
"shape": "
|
215753
|
+
"shape": "Sat",
|
215572
215754
|
"resultWrapper": "ResetClusterParameterGroupResult"
|
215573
215755
|
}
|
215574
215756
|
},
|
215575
215757
|
"ResizeCluster": {
|
215576
215758
|
"input": {
|
215577
|
-
"shape": "
|
215759
|
+
"shape": "S40"
|
215578
215760
|
},
|
215579
215761
|
"output": {
|
215580
215762
|
"resultWrapper": "ResizeClusterResult",
|
@@ -215653,7 +215835,8 @@ module.exports={
|
|
215653
215835
|
"ManageMasterPassword": {
|
215654
215836
|
"type": "boolean"
|
215655
215837
|
},
|
215656
|
-
"MasterPasswordSecretKmsKeyId": {}
|
215838
|
+
"MasterPasswordSecretKmsKeyId": {},
|
215839
|
+
"IpAddressType": {}
|
215657
215840
|
}
|
215658
215841
|
},
|
215659
215842
|
"output": {
|
@@ -215695,14 +215878,14 @@ module.exports={
|
|
215695
215878
|
"type": "structure",
|
215696
215879
|
"members": {
|
215697
215880
|
"TableRestoreStatus": {
|
215698
|
-
"shape": "
|
215881
|
+
"shape": "S9l"
|
215699
215882
|
}
|
215700
215883
|
}
|
215701
215884
|
}
|
215702
215885
|
},
|
215703
215886
|
"ResumeCluster": {
|
215704
215887
|
"input": {
|
215705
|
-
"shape": "
|
215888
|
+
"shape": "S42"
|
215706
215889
|
},
|
215707
215890
|
"output": {
|
215708
215891
|
"resultWrapper": "ResumeClusterResult",
|
@@ -216457,7 +216640,8 @@ module.exports={
|
|
216457
216640
|
"type": "timestamp"
|
216458
216641
|
},
|
216459
216642
|
"MasterPasswordSecretArn": {},
|
216460
|
-
"MasterPasswordSecretKmsKeyId": {}
|
216643
|
+
"MasterPasswordSecretKmsKeyId": {},
|
216644
|
+
"IpAddressType": {}
|
216461
216645
|
},
|
216462
216646
|
"wrapper": true
|
216463
216647
|
},
|
@@ -216475,7 +216659,8 @@ module.exports={
|
|
216475
216659
|
"NetworkInterfaceId": {},
|
216476
216660
|
"SubnetId": {},
|
216477
216661
|
"PrivateIpAddress": {},
|
216478
|
-
"AvailabilityZone": {}
|
216662
|
+
"AvailabilityZone": {},
|
216663
|
+
"Ipv6Address": {}
|
216479
216664
|
}
|
216480
216665
|
}
|
216481
216666
|
}
|
@@ -216561,6 +216746,9 @@ module.exports={
|
|
216561
216746
|
},
|
216562
216747
|
"Tags": {
|
216563
216748
|
"shape": "St"
|
216749
|
+
},
|
216750
|
+
"SupportedClusterIpAddressTypes": {
|
216751
|
+
"shape": "S3g"
|
216564
216752
|
}
|
216565
216753
|
},
|
216566
216754
|
"wrapper": true
|
@@ -216583,7 +216771,13 @@ module.exports={
|
|
216583
216771
|
},
|
216584
216772
|
"wrapper": true
|
216585
216773
|
},
|
216586
|
-
"
|
216774
|
+
"S3g": {
|
216775
|
+
"type": "list",
|
216776
|
+
"member": {
|
216777
|
+
"locationName": "item"
|
216778
|
+
}
|
216779
|
+
},
|
216780
|
+
"S3m": {
|
216587
216781
|
"type": "structure",
|
216588
216782
|
"members": {
|
216589
216783
|
"ClusterIdentifier": {},
|
@@ -216606,19 +216800,19 @@ module.exports={
|
|
216606
216800
|
}
|
216607
216801
|
}
|
216608
216802
|
},
|
216609
|
-
"
|
216803
|
+
"S3o": {
|
216610
216804
|
"type": "list",
|
216611
216805
|
"member": {
|
216612
216806
|
"locationName": "SourceId"
|
216613
216807
|
}
|
216614
216808
|
},
|
216615
|
-
"
|
216809
|
+
"S3p": {
|
216616
216810
|
"type": "list",
|
216617
216811
|
"member": {
|
216618
216812
|
"locationName": "EventCategory"
|
216619
216813
|
}
|
216620
216814
|
},
|
216621
|
-
"
|
216815
|
+
"S3r": {
|
216622
216816
|
"type": "structure",
|
216623
216817
|
"members": {
|
216624
216818
|
"CustomerAwsId": {},
|
@@ -216630,10 +216824,10 @@ module.exports={
|
|
216630
216824
|
},
|
216631
216825
|
"SourceType": {},
|
216632
216826
|
"SourceIdsList": {
|
216633
|
-
"shape": "
|
216827
|
+
"shape": "S3o"
|
216634
216828
|
},
|
216635
216829
|
"EventCategoriesList": {
|
216636
|
-
"shape": "
|
216830
|
+
"shape": "S3p"
|
216637
216831
|
},
|
216638
216832
|
"Severity": {},
|
216639
216833
|
"Enabled": {
|
@@ -216645,7 +216839,7 @@ module.exports={
|
|
216645
216839
|
},
|
216646
216840
|
"wrapper": true
|
216647
216841
|
},
|
216648
|
-
"
|
216842
|
+
"S3u": {
|
216649
216843
|
"type": "structure",
|
216650
216844
|
"members": {
|
216651
216845
|
"HsmClientCertificateIdentifier": {},
|
@@ -216656,7 +216850,7 @@ module.exports={
|
|
216656
216850
|
},
|
216657
216851
|
"wrapper": true
|
216658
216852
|
},
|
216659
|
-
"
|
216853
|
+
"S3x": {
|
216660
216854
|
"type": "structure",
|
216661
216855
|
"members": {
|
216662
216856
|
"HsmConfigurationIdentifier": {},
|
@@ -216669,21 +216863,21 @@ module.exports={
|
|
216669
216863
|
},
|
216670
216864
|
"wrapper": true
|
216671
216865
|
},
|
216672
|
-
"
|
216866
|
+
"S3z": {
|
216673
216867
|
"type": "structure",
|
216674
216868
|
"members": {
|
216675
216869
|
"ResizeCluster": {
|
216676
|
-
"shape": "
|
216870
|
+
"shape": "S40"
|
216677
216871
|
},
|
216678
216872
|
"PauseCluster": {
|
216679
|
-
"shape": "
|
216873
|
+
"shape": "S41"
|
216680
216874
|
},
|
216681
216875
|
"ResumeCluster": {
|
216682
|
-
"shape": "
|
216876
|
+
"shape": "S42"
|
216683
216877
|
}
|
216684
216878
|
}
|
216685
216879
|
},
|
216686
|
-
"
|
216880
|
+
"S40": {
|
216687
216881
|
"type": "structure",
|
216688
216882
|
"required": [
|
216689
216883
|
"ClusterIdentifier"
|
@@ -216702,7 +216896,7 @@ module.exports={
|
|
216702
216896
|
"TargetReservedNodeOfferingId": {}
|
216703
216897
|
}
|
216704
216898
|
},
|
216705
|
-
"
|
216899
|
+
"S41": {
|
216706
216900
|
"type": "structure",
|
216707
216901
|
"required": [
|
216708
216902
|
"ClusterIdentifier"
|
@@ -216711,7 +216905,7 @@ module.exports={
|
|
216711
216905
|
"ClusterIdentifier": {}
|
216712
216906
|
}
|
216713
216907
|
},
|
216714
|
-
"
|
216908
|
+
"S42": {
|
216715
216909
|
"type": "structure",
|
216716
216910
|
"required": [
|
216717
216911
|
"ClusterIdentifier"
|
@@ -216720,12 +216914,12 @@ module.exports={
|
|
216720
216914
|
"ClusterIdentifier": {}
|
216721
216915
|
}
|
216722
216916
|
},
|
216723
|
-
"
|
216917
|
+
"S43": {
|
216724
216918
|
"type": "structure",
|
216725
216919
|
"members": {
|
216726
216920
|
"ScheduledActionName": {},
|
216727
216921
|
"TargetAction": {
|
216728
|
-
"shape": "
|
216922
|
+
"shape": "S3z"
|
216729
216923
|
},
|
216730
216924
|
"Schedule": {},
|
216731
216925
|
"IamRole": {},
|
@@ -216746,7 +216940,7 @@ module.exports={
|
|
216746
216940
|
}
|
216747
216941
|
}
|
216748
216942
|
},
|
216749
|
-
"
|
216943
|
+
"S48": {
|
216750
216944
|
"type": "structure",
|
216751
216945
|
"members": {
|
216752
216946
|
"SnapshotCopyGrantName": {},
|
@@ -216757,17 +216951,17 @@ module.exports={
|
|
216757
216951
|
},
|
216758
216952
|
"wrapper": true
|
216759
216953
|
},
|
216760
|
-
"
|
216954
|
+
"S4a": {
|
216761
216955
|
"type": "list",
|
216762
216956
|
"member": {
|
216763
216957
|
"locationName": "ScheduleDefinition"
|
216764
216958
|
}
|
216765
216959
|
},
|
216766
|
-
"
|
216960
|
+
"S4b": {
|
216767
216961
|
"type": "structure",
|
216768
216962
|
"members": {
|
216769
216963
|
"ScheduleDefinitions": {
|
216770
|
-
"shape": "
|
216964
|
+
"shape": "S4a"
|
216771
216965
|
},
|
216772
216966
|
"ScheduleIdentifier": {},
|
216773
216967
|
"ScheduleDescription": {},
|
@@ -216797,7 +216991,7 @@ module.exports={
|
|
216797
216991
|
}
|
216798
216992
|
}
|
216799
216993
|
},
|
216800
|
-
"
|
216994
|
+
"S4l": {
|
216801
216995
|
"type": "structure",
|
216802
216996
|
"members": {
|
216803
216997
|
"UsageLimitId": {},
|
@@ -216814,19 +217008,19 @@ module.exports={
|
|
216814
217008
|
}
|
216815
217009
|
}
|
216816
217010
|
},
|
216817
|
-
"
|
217011
|
+
"S55": {
|
216818
217012
|
"type": "list",
|
216819
217013
|
"member": {
|
216820
217014
|
"locationName": "TagKey"
|
216821
217015
|
}
|
216822
217016
|
},
|
216823
|
-
"
|
217017
|
+
"S5p": {
|
216824
217018
|
"type": "list",
|
216825
217019
|
"member": {
|
216826
217020
|
"locationName": "TagValue"
|
216827
217021
|
}
|
216828
217022
|
},
|
216829
|
-
"
|
217023
|
+
"S5u": {
|
216830
217024
|
"type": "list",
|
216831
217025
|
"member": {
|
216832
217026
|
"locationName": "Parameter",
|
@@ -216846,13 +217040,13 @@ module.exports={
|
|
216846
217040
|
}
|
216847
217041
|
}
|
216848
217042
|
},
|
216849
|
-
"
|
217043
|
+
"S6x": {
|
216850
217044
|
"type": "list",
|
216851
217045
|
"member": {
|
216852
217046
|
"shape": "Sj"
|
216853
217047
|
}
|
216854
217048
|
},
|
216855
|
-
"
|
217049
|
+
"S85": {
|
216856
217050
|
"type": "structure",
|
216857
217051
|
"members": {
|
216858
217052
|
"LoggingEnabled": {
|
@@ -216869,28 +217063,22 @@ module.exports={
|
|
216869
217063
|
"LastFailureMessage": {},
|
216870
217064
|
"LogDestinationType": {},
|
216871
217065
|
"LogExports": {
|
216872
|
-
"shape": "
|
217066
|
+
"shape": "S87"
|
216873
217067
|
}
|
216874
217068
|
}
|
216875
217069
|
},
|
216876
|
-
"
|
217070
|
+
"S87": {
|
216877
217071
|
"type": "list",
|
216878
217072
|
"member": {}
|
216879
217073
|
},
|
216880
|
-
"
|
217074
|
+
"S8y": {
|
216881
217075
|
"type": "list",
|
216882
217076
|
"member": {
|
216883
|
-
"
|
216884
|
-
}
|
216885
|
-
},
|
216886
|
-
"S8q": {
|
216887
|
-
"type": "list",
|
216888
|
-
"member": {
|
216889
|
-
"shape": "S8r",
|
217077
|
+
"shape": "S8z",
|
216890
217078
|
"locationName": "ReservedNodeOffering"
|
216891
217079
|
}
|
216892
217080
|
},
|
216893
|
-
"
|
217081
|
+
"S8z": {
|
216894
217082
|
"type": "structure",
|
216895
217083
|
"members": {
|
216896
217084
|
"ReservedNodeOfferingId": {},
|
@@ -216913,7 +217101,7 @@ module.exports={
|
|
216913
217101
|
},
|
216914
217102
|
"wrapper": true
|
216915
217103
|
},
|
216916
|
-
"
|
217104
|
+
"S9l": {
|
216917
217105
|
"type": "structure",
|
216918
217106
|
"members": {
|
216919
217107
|
"TableRestoreRequestId": {},
|
@@ -216939,7 +217127,14 @@ module.exports={
|
|
216939
217127
|
},
|
216940
217128
|
"wrapper": true
|
216941
217129
|
},
|
216942
|
-
"
|
217130
|
+
"Saf": {
|
217131
|
+
"type": "structure",
|
217132
|
+
"members": {
|
217133
|
+
"ResourceArn": {},
|
217134
|
+
"Policy": {}
|
217135
|
+
}
|
217136
|
+
},
|
217137
|
+
"Sat": {
|
216943
217138
|
"type": "structure",
|
216944
217139
|
"members": {
|
216945
217140
|
"ParameterGroupName": {},
|
@@ -217071,6 +217266,12 @@ module.exports={
|
|
217071
217266
|
"output_token": "Marker",
|
217072
217267
|
"result_key": "HsmConfigurations"
|
217073
217268
|
},
|
217269
|
+
"DescribeInboundIntegrations": {
|
217270
|
+
"input_token": "Marker",
|
217271
|
+
"limit_key": "MaxRecords",
|
217272
|
+
"output_token": "Marker",
|
217273
|
+
"result_key": "InboundIntegrations"
|
217274
|
+
},
|
217074
217275
|
"DescribeNodeConfigurationOptions": {
|
217075
217276
|
"input_token": "Marker",
|
217076
217277
|
"limit_key": "MaxRecords",
|
@@ -262638,7 +262839,7 @@ AWS.util.update(AWS, {
|
|
262638
262839
|
/**
|
262639
262840
|
* @constant
|
262640
262841
|
*/
|
262641
|
-
VERSION: '2.
|
262842
|
+
VERSION: '2.1483.0',
|
262642
262843
|
|
262643
262844
|
/**
|
262644
262845
|
* @api private
|
@@ -284819,7 +285020,7 @@ var LRUCache = /** @class */ (function () {
|
|
284819
285020
|
}());
|
284820
285021
|
exports.LRUCache = LRUCache;
|
284821
285022
|
},{}],467:[function(require,module,exports){
|
284822
|
-
// AWS SDK for JavaScript v2.
|
285023
|
+
// AWS SDK for JavaScript v2.1483.0
|
284823
285024
|
// Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
|
284824
285025
|
// License at https://sdk.amazonaws.com/js/BUNDLE_LICENSE.txt
|
284825
285026
|
require('./browser_loader');
|