cdk-lambda-subminute 2.0.437 → 2.0.438
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/bedrock-2023-04-20.min.json +1059 -90
- package/node_modules/aws-sdk/apis/bedrock-2023-04-20.paginators.json +12 -0
- package/node_modules/aws-sdk/apis/bedrock-agent-2023-06-05.min.json +41 -34
- package/node_modules/aws-sdk/apis/bedrock-agent-runtime-2023-07-26.min.json +68 -7
- package/node_modules/aws-sdk/apis/bedrock-runtime-2023-09-30.min.json +24 -0
- package/node_modules/aws-sdk/apis/ce-2017-10-25.min.json +2 -1
- package/node_modules/aws-sdk/apis/ec2-2016-11-15.min.json +139 -82
- package/node_modules/aws-sdk/apis/workspaces-web-2020-07-08.min.json +84 -43
- package/node_modules/aws-sdk/clients/bedrock.d.ts +1082 -118
- package/node_modules/aws-sdk/clients/bedrockagent.d.ts +24 -2
- package/node_modules/aws-sdk/clients/bedrockagentruntime.d.ts +65 -1
- package/node_modules/aws-sdk/clients/bedrockruntime.d.ts +37 -10
- package/node_modules/aws-sdk/clients/costexplorer.d.ts +11 -7
- package/node_modules/aws-sdk/clients/ec2.d.ts +103 -39
- package/node_modules/aws-sdk/clients/pi.d.ts +5 -5
- package/node_modules/aws-sdk/clients/rds.d.ts +1 -1
- package/node_modules/aws-sdk/clients/workspacesweb.d.ts +89 -23
- 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 +9 -9
- package/node_modules/aws-sdk/dist/aws-sdk.js +144 -86
- package/node_modules/aws-sdk/dist/aws-sdk.min.js +70 -70
- package/node_modules/aws-sdk/lib/core.js +1 -1
- package/node_modules/aws-sdk/package.json +1 -1
- package/package.json +2 -2
@@ -1,4 +1,4 @@
|
|
1
|
-
// AWS SDK for JavaScript v2.
|
1
|
+
// AWS SDK for JavaScript v2.1605.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){
|
@@ -13165,7 +13165,8 @@ module.exports={
|
|
13165
13165
|
"type": "structure",
|
13166
13166
|
"members": {
|
13167
13167
|
"RecommendationId": {},
|
13168
|
-
"GenerationTimestamp": {}
|
13168
|
+
"GenerationTimestamp": {},
|
13169
|
+
"AdditionalMetadata": {}
|
13169
13170
|
}
|
13170
13171
|
},
|
13171
13172
|
"Recommendations": {
|
@@ -97596,6 +97597,10 @@ module.exports={
|
|
97596
97597
|
"ImdsSupport": {
|
97597
97598
|
"shape": "Sc1",
|
97598
97599
|
"locationName": "imdsSupport"
|
97600
|
+
},
|
97601
|
+
"DeregistrationProtection": {
|
97602
|
+
"shape": "Sc1",
|
97603
|
+
"locationName": "deregistrationProtection"
|
97599
97604
|
}
|
97600
97605
|
}
|
97601
97606
|
}
|
@@ -97747,6 +97752,12 @@ module.exports={
|
|
97747
97752
|
},
|
97748
97753
|
"SourceInstanceId": {
|
97749
97754
|
"locationName": "sourceInstanceId"
|
97755
|
+
},
|
97756
|
+
"DeregistrationProtection": {
|
97757
|
+
"locationName": "deregistrationProtection"
|
97758
|
+
},
|
97759
|
+
"LastLaunchedTime": {
|
97760
|
+
"locationName": "lastLaunchedTime"
|
97750
97761
|
}
|
97751
97762
|
}
|
97752
97763
|
}
|
@@ -104179,6 +104190,28 @@ module.exports={
|
|
104179
104190
|
}
|
104180
104191
|
}
|
104181
104192
|
},
|
104193
|
+
"DisableImageDeregistrationProtection": {
|
104194
|
+
"input": {
|
104195
|
+
"type": "structure",
|
104196
|
+
"required": [
|
104197
|
+
"ImageId"
|
104198
|
+
],
|
104199
|
+
"members": {
|
104200
|
+
"ImageId": {},
|
104201
|
+
"DryRun": {
|
104202
|
+
"type": "boolean"
|
104203
|
+
}
|
104204
|
+
}
|
104205
|
+
},
|
104206
|
+
"output": {
|
104207
|
+
"type": "structure",
|
104208
|
+
"members": {
|
104209
|
+
"Return": {
|
104210
|
+
"locationName": "return"
|
104211
|
+
}
|
104212
|
+
}
|
104213
|
+
}
|
104214
|
+
},
|
104182
104215
|
"DisableIpamOrganizationAdminAccount": {
|
104183
104216
|
"input": {
|
104184
104217
|
"type": "structure",
|
@@ -104258,7 +104291,7 @@ module.exports={
|
|
104258
104291
|
"type": "structure",
|
104259
104292
|
"members": {
|
104260
104293
|
"Propagation": {
|
104261
|
-
"shape": "
|
104294
|
+
"shape": "S1w4",
|
104262
104295
|
"locationName": "propagation"
|
104263
104296
|
}
|
104264
104297
|
}
|
@@ -105039,6 +105072,31 @@ module.exports={
|
|
105039
105072
|
}
|
105040
105073
|
}
|
105041
105074
|
},
|
105075
|
+
"EnableImageDeregistrationProtection": {
|
105076
|
+
"input": {
|
105077
|
+
"type": "structure",
|
105078
|
+
"required": [
|
105079
|
+
"ImageId"
|
105080
|
+
],
|
105081
|
+
"members": {
|
105082
|
+
"ImageId": {},
|
105083
|
+
"WithCooldown": {
|
105084
|
+
"type": "boolean"
|
105085
|
+
},
|
105086
|
+
"DryRun": {
|
105087
|
+
"type": "boolean"
|
105088
|
+
}
|
105089
|
+
}
|
105090
|
+
},
|
105091
|
+
"output": {
|
105092
|
+
"type": "structure",
|
105093
|
+
"members": {
|
105094
|
+
"Return": {
|
105095
|
+
"locationName": "return"
|
105096
|
+
}
|
105097
|
+
}
|
105098
|
+
}
|
105099
|
+
},
|
105042
105100
|
"EnableIpamOrganizationAdminAccount": {
|
105043
105101
|
"input": {
|
105044
105102
|
"type": "structure",
|
@@ -105141,7 +105199,7 @@ module.exports={
|
|
105141
105199
|
"type": "structure",
|
105142
105200
|
"members": {
|
105143
105201
|
"Propagation": {
|
105144
|
-
"shape": "
|
105202
|
+
"shape": "S1w4",
|
105145
105203
|
"locationName": "propagation"
|
105146
105204
|
}
|
105147
105205
|
}
|
@@ -105755,7 +105813,7 @@ module.exports={
|
|
105755
105813
|
"type": "structure",
|
105756
105814
|
"members": {
|
105757
105815
|
"InstanceFamilyCreditSpecification": {
|
105758
|
-
"shape": "
|
105816
|
+
"shape": "S1zo",
|
105759
105817
|
"locationName": "instanceFamilyCreditSpecification"
|
105760
105818
|
}
|
105761
105819
|
}
|
@@ -105905,7 +105963,7 @@ module.exports={
|
|
105905
105963
|
],
|
105906
105964
|
"members": {
|
105907
105965
|
"HostIdSet": {
|
105908
|
-
"shape": "
|
105966
|
+
"shape": "S205"
|
105909
105967
|
},
|
105910
105968
|
"OfferingId": {}
|
105911
105969
|
}
|
@@ -105917,7 +105975,7 @@ module.exports={
|
|
105917
105975
|
"locationName": "currencyCode"
|
105918
105976
|
},
|
105919
105977
|
"Purchase": {
|
105920
|
-
"shape": "
|
105978
|
+
"shape": "S207",
|
105921
105979
|
"locationName": "purchase"
|
105922
105980
|
},
|
105923
105981
|
"TotalHourlyPrice": {
|
@@ -105994,11 +106052,11 @@ module.exports={
|
|
105994
106052
|
"type": "boolean"
|
105995
106053
|
},
|
105996
106054
|
"ArchitectureTypes": {
|
105997
|
-
"shape": "
|
106055
|
+
"shape": "S20g",
|
105998
106056
|
"locationName": "ArchitectureType"
|
105999
106057
|
},
|
106000
106058
|
"VirtualizationTypes": {
|
106001
|
-
"shape": "
|
106059
|
+
"shape": "S20h",
|
106002
106060
|
"locationName": "VirtualizationType"
|
106003
106061
|
},
|
106004
106062
|
"InstanceRequirements": {
|
@@ -106531,7 +106589,7 @@ module.exports={
|
|
106531
106589
|
"locationName": "ipamResourceCidrSet",
|
106532
106590
|
"type": "list",
|
106533
106591
|
"member": {
|
106534
|
-
"shape": "
|
106592
|
+
"shape": "S21t",
|
106535
106593
|
"locationName": "item"
|
106536
106594
|
}
|
106537
106595
|
}
|
@@ -106796,7 +106854,7 @@ module.exports={
|
|
106796
106854
|
"locationName": "paymentDue"
|
106797
106855
|
},
|
106798
106856
|
"ReservedInstanceValueRollup": {
|
106799
|
-
"shape": "
|
106857
|
+
"shape": "S22i",
|
106800
106858
|
"locationName": "reservedInstanceValueRollup"
|
106801
106859
|
},
|
106802
106860
|
"ReservedInstanceValueSet": {
|
@@ -106807,7 +106865,7 @@ module.exports={
|
|
106807
106865
|
"type": "structure",
|
106808
106866
|
"members": {
|
106809
106867
|
"ReservationValue": {
|
106810
|
-
"shape": "
|
106868
|
+
"shape": "S22i",
|
106811
106869
|
"locationName": "reservationValue"
|
106812
106870
|
},
|
106813
106871
|
"ReservedInstanceId": {
|
@@ -106817,7 +106875,7 @@ module.exports={
|
|
106817
106875
|
}
|
106818
106876
|
},
|
106819
106877
|
"TargetConfigurationValueRollup": {
|
106820
|
-
"shape": "
|
106878
|
+
"shape": "S22i",
|
106821
106879
|
"locationName": "targetConfigurationValueRollup"
|
106822
106880
|
},
|
106823
106881
|
"TargetConfigurationValueSet": {
|
@@ -106828,7 +106886,7 @@ module.exports={
|
|
106828
106886
|
"type": "structure",
|
106829
106887
|
"members": {
|
106830
106888
|
"ReservationValue": {
|
106831
|
-
"shape": "
|
106889
|
+
"shape": "S22i",
|
106832
106890
|
"locationName": "reservationValue"
|
106833
106891
|
},
|
106834
106892
|
"TargetConfiguration": {
|
@@ -106977,11 +107035,11 @@ module.exports={
|
|
106977
107035
|
"type": "structure",
|
106978
107036
|
"members": {
|
106979
107037
|
"ArchitectureTypes": {
|
106980
|
-
"shape": "
|
107038
|
+
"shape": "S20g",
|
106981
107039
|
"locationName": "ArchitectureType"
|
106982
107040
|
},
|
106983
107041
|
"VirtualizationTypes": {
|
106984
|
-
"shape": "
|
107042
|
+
"shape": "S20h",
|
106985
107043
|
"locationName": "VirtualizationType"
|
106986
107044
|
},
|
106987
107045
|
"InstanceRequirements": {
|
@@ -107052,11 +107110,11 @@ module.exports={
|
|
107052
107110
|
"type": "structure",
|
107053
107111
|
"members": {
|
107054
107112
|
"SubnetIpv4CidrReservations": {
|
107055
|
-
"shape": "
|
107113
|
+
"shape": "S239",
|
107056
107114
|
"locationName": "subnetIpv4CidrReservationSet"
|
107057
107115
|
},
|
107058
107116
|
"SubnetIpv6CidrReservations": {
|
107059
|
-
"shape": "
|
107117
|
+
"shape": "S239",
|
107060
107118
|
"locationName": "subnetIpv6CidrReservationSet"
|
107061
107119
|
},
|
107062
107120
|
"NextToken": {
|
@@ -107633,7 +107691,7 @@ module.exports={
|
|
107633
107691
|
"members": {
|
107634
107692
|
"Architecture": {},
|
107635
107693
|
"ClientData": {
|
107636
|
-
"shape": "
|
107694
|
+
"shape": "S24l"
|
107637
107695
|
},
|
107638
107696
|
"ClientToken": {},
|
107639
107697
|
"Description": {},
|
@@ -107652,7 +107710,7 @@ module.exports={
|
|
107652
107710
|
"shape": "S18v"
|
107653
107711
|
},
|
107654
107712
|
"UserBucket": {
|
107655
|
-
"shape": "
|
107713
|
+
"shape": "S24o"
|
107656
107714
|
}
|
107657
107715
|
}
|
107658
107716
|
}
|
@@ -107762,10 +107820,10 @@ module.exports={
|
|
107762
107820
|
"members": {
|
107763
107821
|
"Description": {},
|
107764
107822
|
"Image": {
|
107765
|
-
"shape": "
|
107823
|
+
"shape": "S24v"
|
107766
107824
|
},
|
107767
107825
|
"Volume": {
|
107768
|
-
"shape": "
|
107826
|
+
"shape": "S24w"
|
107769
107827
|
}
|
107770
107828
|
}
|
107771
107829
|
}
|
@@ -107888,7 +107946,7 @@ module.exports={
|
|
107888
107946
|
"type": "structure",
|
107889
107947
|
"members": {
|
107890
107948
|
"ClientData": {
|
107891
|
-
"shape": "
|
107949
|
+
"shape": "S24l"
|
107892
107950
|
},
|
107893
107951
|
"ClientToken": {},
|
107894
107952
|
"Description": {},
|
@@ -107901,7 +107959,7 @@ module.exports={
|
|
107901
107959
|
"shape": "S18v"
|
107902
107960
|
},
|
107903
107961
|
"UserBucket": {
|
107904
|
-
"shape": "
|
107962
|
+
"shape": "S24o"
|
107905
107963
|
}
|
107906
107964
|
}
|
107907
107965
|
},
|
@@ -107959,11 +108017,11 @@ module.exports={
|
|
107959
108017
|
"type": "boolean"
|
107960
108018
|
},
|
107961
108019
|
"Image": {
|
107962
|
-
"shape": "
|
108020
|
+
"shape": "S24v",
|
107963
108021
|
"locationName": "image"
|
107964
108022
|
},
|
107965
108023
|
"Volume": {
|
107966
|
-
"shape": "
|
108024
|
+
"shape": "S24w",
|
107967
108025
|
"locationName": "volume"
|
107968
108026
|
}
|
107969
108027
|
}
|
@@ -108338,7 +108396,7 @@ module.exports={
|
|
108338
108396
|
"type": "structure",
|
108339
108397
|
"members": {
|
108340
108398
|
"InstanceFamilyCreditSpecification": {
|
108341
|
-
"shape": "
|
108399
|
+
"shape": "S1zo",
|
108342
108400
|
"locationName": "instanceFamilyCreditSpecification"
|
108343
108401
|
}
|
108344
108402
|
}
|
@@ -108412,25 +108470,25 @@ module.exports={
|
|
108412
108470
|
"Attribute": {},
|
108413
108471
|
"OperationType": {},
|
108414
108472
|
"UserIds": {
|
108415
|
-
"shape": "
|
108473
|
+
"shape": "S266",
|
108416
108474
|
"locationName": "UserId"
|
108417
108475
|
},
|
108418
108476
|
"UserGroups": {
|
108419
|
-
"shape": "
|
108477
|
+
"shape": "S267",
|
108420
108478
|
"locationName": "UserGroup"
|
108421
108479
|
},
|
108422
108480
|
"ProductCodes": {
|
108423
|
-
"shape": "
|
108481
|
+
"shape": "S268",
|
108424
108482
|
"locationName": "ProductCode"
|
108425
108483
|
},
|
108426
108484
|
"LoadPermission": {
|
108427
108485
|
"type": "structure",
|
108428
108486
|
"members": {
|
108429
108487
|
"Add": {
|
108430
|
-
"shape": "
|
108488
|
+
"shape": "S26a"
|
108431
108489
|
},
|
108432
108490
|
"Remove": {
|
108433
|
-
"shape": "
|
108491
|
+
"shape": "S26a"
|
108434
108492
|
}
|
108435
108493
|
}
|
108436
108494
|
},
|
@@ -108476,7 +108534,7 @@ module.exports={
|
|
108476
108534
|
"locationName": "successful"
|
108477
108535
|
},
|
108478
108536
|
"Unsuccessful": {
|
108479
|
-
"shape": "
|
108537
|
+
"shape": "S26f",
|
108480
108538
|
"locationName": "unsuccessful"
|
108481
108539
|
}
|
108482
108540
|
}
|
@@ -108544,15 +108602,15 @@ module.exports={
|
|
108544
108602
|
},
|
108545
108603
|
"OperationType": {},
|
108546
108604
|
"ProductCodes": {
|
108547
|
-
"shape": "
|
108605
|
+
"shape": "S268",
|
108548
108606
|
"locationName": "ProductCode"
|
108549
108607
|
},
|
108550
108608
|
"UserGroups": {
|
108551
|
-
"shape": "
|
108609
|
+
"shape": "S267",
|
108552
108610
|
"locationName": "UserGroup"
|
108553
108611
|
},
|
108554
108612
|
"UserIds": {
|
108555
|
-
"shape": "
|
108613
|
+
"shape": "S266",
|
108556
108614
|
"locationName": "UserId"
|
108557
108615
|
},
|
108558
108616
|
"Value": {},
|
@@ -108697,7 +108755,7 @@ module.exports={
|
|
108697
108755
|
"members": {
|
108698
108756
|
"InstanceId": {},
|
108699
108757
|
"CapacityReservationSpecification": {
|
108700
|
-
"shape": "
|
108758
|
+
"shape": "S26s"
|
108701
108759
|
},
|
108702
108760
|
"DryRun": {
|
108703
108761
|
"type": "boolean"
|
@@ -108982,7 +109040,7 @@ module.exports={
|
|
108982
109040
|
"locationName": "AddOperatingRegion"
|
108983
109041
|
},
|
108984
109042
|
"RemoveOperatingRegions": {
|
108985
|
-
"shape": "
|
109043
|
+
"shape": "S27m",
|
108986
109044
|
"locationName": "RemoveOperatingRegion"
|
108987
109045
|
},
|
108988
109046
|
"Tier": {}
|
@@ -109073,7 +109131,7 @@ module.exports={
|
|
109073
109131
|
"type": "structure",
|
109074
109132
|
"members": {
|
109075
109133
|
"IpamResourceCidr": {
|
109076
|
-
"shape": "
|
109134
|
+
"shape": "S21t",
|
109077
109135
|
"locationName": "ipamResourceCidr"
|
109078
109136
|
}
|
109079
109137
|
}
|
@@ -109096,7 +109154,7 @@ module.exports={
|
|
109096
109154
|
"locationName": "AddOperatingRegion"
|
109097
109155
|
},
|
109098
109156
|
"RemoveOperatingRegions": {
|
109099
|
-
"shape": "
|
109157
|
+
"shape": "S27m",
|
109100
109158
|
"locationName": "RemoveOperatingRegion"
|
109101
109159
|
}
|
109102
109160
|
}
|
@@ -109430,7 +109488,7 @@ module.exports={
|
|
109430
109488
|
"OperationType": {},
|
109431
109489
|
"SnapshotId": {},
|
109432
109490
|
"UserIds": {
|
109433
|
-
"shape": "
|
109491
|
+
"shape": "S266",
|
109434
109492
|
"locationName": "UserId"
|
109435
109493
|
},
|
109436
109494
|
"DryRun": {
|
@@ -110387,13 +110445,13 @@ module.exports={
|
|
110387
110445
|
],
|
110388
110446
|
"members": {
|
110389
110447
|
"AccepterPeeringConnectionOptions": {
|
110390
|
-
"shape": "
|
110448
|
+
"shape": "S2ab"
|
110391
110449
|
},
|
110392
110450
|
"DryRun": {
|
110393
110451
|
"type": "boolean"
|
110394
110452
|
},
|
110395
110453
|
"RequesterPeeringConnectionOptions": {
|
110396
|
-
"shape": "
|
110454
|
+
"shape": "S2ab"
|
110397
110455
|
},
|
110398
110456
|
"VpcPeeringConnectionId": {}
|
110399
110457
|
}
|
@@ -110402,11 +110460,11 @@ module.exports={
|
|
110402
110460
|
"type": "structure",
|
110403
110461
|
"members": {
|
110404
110462
|
"AccepterPeeringConnectionOptions": {
|
110405
|
-
"shape": "
|
110463
|
+
"shape": "S2ad",
|
110406
110464
|
"locationName": "accepterPeeringConnectionOptions"
|
110407
110465
|
},
|
110408
110466
|
"RequesterPeeringConnectionOptions": {
|
110409
|
-
"shape": "
|
110467
|
+
"shape": "S2ad",
|
110410
110468
|
"locationName": "requesterPeeringConnectionOptions"
|
110411
110469
|
}
|
110412
110470
|
}
|
@@ -110630,7 +110688,7 @@ module.exports={
|
|
110630
110688
|
"type": "structure",
|
110631
110689
|
"members": {
|
110632
110690
|
"InstanceMonitorings": {
|
110633
|
-
"shape": "
|
110691
|
+
"shape": "S2as",
|
110634
110692
|
"locationName": "instancesSet"
|
110635
110693
|
}
|
110636
110694
|
}
|
@@ -110883,7 +110941,7 @@ module.exports={
|
|
110883
110941
|
"ClientToken": {},
|
110884
110942
|
"CurrencyCode": {},
|
110885
110943
|
"HostIdSet": {
|
110886
|
-
"shape": "
|
110944
|
+
"shape": "S205"
|
110887
110945
|
},
|
110888
110946
|
"LimitPrice": {},
|
110889
110947
|
"OfferingId": {},
|
@@ -110903,7 +110961,7 @@ module.exports={
|
|
110903
110961
|
"locationName": "currencyCode"
|
110904
110962
|
},
|
110905
110963
|
"Purchase": {
|
110906
|
-
"shape": "
|
110964
|
+
"shape": "S207",
|
110907
110965
|
"locationName": "purchase"
|
110908
110966
|
},
|
110909
110967
|
"TotalHourlyPrice": {
|
@@ -111366,7 +111424,7 @@ module.exports={
|
|
111366
111424
|
"locationName": "successful"
|
111367
111425
|
},
|
111368
111426
|
"Unsuccessful": {
|
111369
|
-
"shape": "
|
111427
|
+
"shape": "S26f",
|
111370
111428
|
"locationName": "unsuccessful"
|
111371
111429
|
}
|
111372
111430
|
}
|
@@ -112435,7 +112493,7 @@ module.exports={
|
|
112435
112493
|
}
|
112436
112494
|
},
|
112437
112495
|
"CapacityReservationSpecification": {
|
112438
|
-
"shape": "
|
112496
|
+
"shape": "S26s"
|
112439
112497
|
},
|
112440
112498
|
"HibernationOptions": {
|
112441
112499
|
"type": "structure",
|
@@ -112601,7 +112659,7 @@ module.exports={
|
|
112601
112659
|
"type": "integer"
|
112602
112660
|
},
|
112603
112661
|
"Groups": {
|
112604
|
-
"shape": "
|
112662
|
+
"shape": "S2em",
|
112605
112663
|
"locationName": "Group"
|
112606
112664
|
},
|
112607
112665
|
"Ipv6AddressCount": {
|
@@ -112650,7 +112708,7 @@ module.exports={
|
|
112650
112708
|
},
|
112651
112709
|
"RamdiskId": {},
|
112652
112710
|
"SecurityGroupIds": {
|
112653
|
-
"shape": "
|
112711
|
+
"shape": "S2em",
|
112654
112712
|
"locationName": "SecurityGroupId"
|
112655
112713
|
},
|
112656
112714
|
"SubnetId": {},
|
@@ -112864,7 +112922,7 @@ module.exports={
|
|
112864
112922
|
"type": "structure",
|
112865
112923
|
"members": {
|
112866
112924
|
"StartingInstances": {
|
112867
|
-
"shape": "
|
112925
|
+
"shape": "S2fa",
|
112868
112926
|
"locationName": "instancesSet"
|
112869
112927
|
}
|
112870
112928
|
}
|
@@ -112991,7 +113049,7 @@ module.exports={
|
|
112991
113049
|
"type": "structure",
|
112992
113050
|
"members": {
|
112993
113051
|
"StoppingInstances": {
|
112994
|
-
"shape": "
|
113052
|
+
"shape": "S2fa",
|
112995
113053
|
"locationName": "instancesSet"
|
112996
113054
|
}
|
112997
113055
|
}
|
@@ -113066,7 +113124,7 @@ module.exports={
|
|
113066
113124
|
"type": "structure",
|
113067
113125
|
"members": {
|
113068
113126
|
"TerminatingInstances": {
|
113069
|
-
"shape": "
|
113127
|
+
"shape": "S2fa",
|
113070
113128
|
"locationName": "instancesSet"
|
113071
113129
|
}
|
113072
113130
|
}
|
@@ -113207,7 +113265,7 @@ module.exports={
|
|
113207
113265
|
"type": "structure",
|
113208
113266
|
"members": {
|
113209
113267
|
"InstanceMonitorings": {
|
113210
|
-
"shape": "
|
113268
|
+
"shape": "S2as",
|
113211
113269
|
"locationName": "instancesSet"
|
113212
113270
|
}
|
113213
113271
|
}
|
@@ -113226,7 +113284,7 @@ module.exports={
|
|
113226
113284
|
"shape": "S6x"
|
113227
113285
|
},
|
113228
113286
|
"SecurityGroupRuleDescriptions": {
|
113229
|
-
"shape": "
|
113287
|
+
"shape": "S2g0",
|
113230
113288
|
"locationName": "SecurityGroupRuleDescription"
|
113231
113289
|
}
|
113232
113290
|
}
|
@@ -113254,7 +113312,7 @@ module.exports={
|
|
113254
113312
|
"shape": "S6x"
|
113255
113313
|
},
|
113256
113314
|
"SecurityGroupRuleDescriptions": {
|
113257
|
-
"shape": "
|
113315
|
+
"shape": "S2g0",
|
113258
113316
|
"locationName": "SecurityGroupRuleDescription"
|
113259
113317
|
}
|
113260
113318
|
}
|
@@ -123068,7 +123126,7 @@ module.exports={
|
|
123068
123126
|
"locationName": "AvailabilityZone"
|
123069
123127
|
}
|
123070
123128
|
},
|
123071
|
-
"
|
123129
|
+
"S1w4": {
|
123072
123130
|
"type": "structure",
|
123073
123131
|
"members": {
|
123074
123132
|
"TransitGatewayAttachmentId": {
|
@@ -123091,7 +123149,7 @@ module.exports={
|
|
123091
123149
|
}
|
123092
123150
|
}
|
123093
123151
|
},
|
123094
|
-
"
|
123152
|
+
"S1zo": {
|
123095
123153
|
"type": "structure",
|
123096
123154
|
"members": {
|
123097
123155
|
"InstanceFamily": {
|
@@ -123102,13 +123160,13 @@ module.exports={
|
|
123102
123160
|
}
|
123103
123161
|
}
|
123104
123162
|
},
|
123105
|
-
"
|
123163
|
+
"S205": {
|
123106
123164
|
"type": "list",
|
123107
123165
|
"member": {
|
123108
123166
|
"locationName": "item"
|
123109
123167
|
}
|
123110
123168
|
},
|
123111
|
-
"
|
123169
|
+
"S207": {
|
123112
123170
|
"type": "list",
|
123113
123171
|
"member": {
|
123114
123172
|
"locationName": "item",
|
@@ -123143,19 +123201,19 @@ module.exports={
|
|
123143
123201
|
}
|
123144
123202
|
}
|
123145
123203
|
},
|
123146
|
-
"
|
123204
|
+
"S20g": {
|
123147
123205
|
"type": "list",
|
123148
123206
|
"member": {
|
123149
123207
|
"locationName": "item"
|
123150
123208
|
}
|
123151
123209
|
},
|
123152
|
-
"
|
123210
|
+
"S20h": {
|
123153
123211
|
"type": "list",
|
123154
123212
|
"member": {
|
123155
123213
|
"locationName": "item"
|
123156
123214
|
}
|
123157
123215
|
},
|
123158
|
-
"
|
123216
|
+
"S21t": {
|
123159
123217
|
"type": "structure",
|
123160
123218
|
"members": {
|
123161
123219
|
"IpamId": {
|
@@ -123207,7 +123265,7 @@ module.exports={
|
|
123207
123265
|
}
|
123208
123266
|
}
|
123209
123267
|
},
|
123210
|
-
"
|
123268
|
+
"S22i": {
|
123211
123269
|
"type": "structure",
|
123212
123270
|
"members": {
|
123213
123271
|
"HourlyPrice": {
|
@@ -123221,14 +123279,14 @@ module.exports={
|
|
123221
123279
|
}
|
123222
123280
|
}
|
123223
123281
|
},
|
123224
|
-
"
|
123282
|
+
"S239": {
|
123225
123283
|
"type": "list",
|
123226
123284
|
"member": {
|
123227
123285
|
"shape": "So6",
|
123228
123286
|
"locationName": "item"
|
123229
123287
|
}
|
123230
123288
|
},
|
123231
|
-
"
|
123289
|
+
"S24l": {
|
123232
123290
|
"type": "structure",
|
123233
123291
|
"members": {
|
123234
123292
|
"Comment": {},
|
@@ -123243,14 +123301,14 @@ module.exports={
|
|
123243
123301
|
}
|
123244
123302
|
}
|
123245
123303
|
},
|
123246
|
-
"
|
123304
|
+
"S24o": {
|
123247
123305
|
"type": "structure",
|
123248
123306
|
"members": {
|
123249
123307
|
"S3Bucket": {},
|
123250
123308
|
"S3Key": {}
|
123251
123309
|
}
|
123252
123310
|
},
|
123253
|
-
"
|
123311
|
+
"S24v": {
|
123254
123312
|
"type": "structure",
|
123255
123313
|
"required": [
|
123256
123314
|
"Bytes",
|
@@ -123271,7 +123329,7 @@ module.exports={
|
|
123271
123329
|
}
|
123272
123330
|
}
|
123273
123331
|
},
|
123274
|
-
"
|
123332
|
+
"S24w": {
|
123275
123333
|
"type": "structure",
|
123276
123334
|
"required": [
|
123277
123335
|
"Size"
|
@@ -123283,25 +123341,25 @@ module.exports={
|
|
123283
123341
|
}
|
123284
123342
|
}
|
123285
123343
|
},
|
123286
|
-
"
|
123344
|
+
"S266": {
|
123287
123345
|
"type": "list",
|
123288
123346
|
"member": {
|
123289
123347
|
"locationName": "UserId"
|
123290
123348
|
}
|
123291
123349
|
},
|
123292
|
-
"
|
123350
|
+
"S267": {
|
123293
123351
|
"type": "list",
|
123294
123352
|
"member": {
|
123295
123353
|
"locationName": "UserGroup"
|
123296
123354
|
}
|
123297
123355
|
},
|
123298
|
-
"
|
123356
|
+
"S268": {
|
123299
123357
|
"type": "list",
|
123300
123358
|
"member": {
|
123301
123359
|
"locationName": "ProductCode"
|
123302
123360
|
}
|
123303
123361
|
},
|
123304
|
-
"
|
123362
|
+
"S26a": {
|
123305
123363
|
"type": "list",
|
123306
123364
|
"member": {
|
123307
123365
|
"locationName": "item",
|
@@ -123312,14 +123370,14 @@ module.exports={
|
|
123312
123370
|
}
|
123313
123371
|
}
|
123314
123372
|
},
|
123315
|
-
"
|
123373
|
+
"S26f": {
|
123316
123374
|
"type": "list",
|
123317
123375
|
"member": {
|
123318
123376
|
"shape": "S1i",
|
123319
123377
|
"locationName": "item"
|
123320
123378
|
}
|
123321
123379
|
},
|
123322
|
-
"
|
123380
|
+
"S26s": {
|
123323
123381
|
"type": "structure",
|
123324
123382
|
"members": {
|
123325
123383
|
"CapacityReservationPreference": {},
|
@@ -123328,7 +123386,7 @@ module.exports={
|
|
123328
123386
|
}
|
123329
123387
|
}
|
123330
123388
|
},
|
123331
|
-
"
|
123389
|
+
"S27m": {
|
123332
123390
|
"type": "list",
|
123333
123391
|
"member": {
|
123334
123392
|
"type": "structure",
|
@@ -123337,7 +123395,7 @@ module.exports={
|
|
123337
123395
|
}
|
123338
123396
|
}
|
123339
123397
|
},
|
123340
|
-
"
|
123398
|
+
"S2ab": {
|
123341
123399
|
"type": "structure",
|
123342
123400
|
"members": {
|
123343
123401
|
"AllowDnsResolutionFromRemoteVpc": {
|
@@ -123351,7 +123409,7 @@ module.exports={
|
|
123351
123409
|
}
|
123352
123410
|
}
|
123353
123411
|
},
|
123354
|
-
"
|
123412
|
+
"S2ad": {
|
123355
123413
|
"type": "structure",
|
123356
123414
|
"members": {
|
123357
123415
|
"AllowDnsResolutionFromRemoteVpc": {
|
@@ -123368,7 +123426,7 @@ module.exports={
|
|
123368
123426
|
}
|
123369
123427
|
}
|
123370
123428
|
},
|
123371
|
-
"
|
123429
|
+
"S2as": {
|
123372
123430
|
"type": "list",
|
123373
123431
|
"member": {
|
123374
123432
|
"locationName": "item",
|
@@ -123384,13 +123442,13 @@ module.exports={
|
|
123384
123442
|
}
|
123385
123443
|
}
|
123386
123444
|
},
|
123387
|
-
"
|
123445
|
+
"S2em": {
|
123388
123446
|
"type": "list",
|
123389
123447
|
"member": {
|
123390
123448
|
"locationName": "SecurityGroupId"
|
123391
123449
|
}
|
123392
123450
|
},
|
123393
|
-
"
|
123451
|
+
"S2fa": {
|
123394
123452
|
"type": "list",
|
123395
123453
|
"member": {
|
123396
123454
|
"locationName": "item",
|
@@ -123410,7 +123468,7 @@ module.exports={
|
|
123410
123468
|
}
|
123411
123469
|
}
|
123412
123470
|
},
|
123413
|
-
"
|
123471
|
+
"S2g0": {
|
123414
123472
|
"type": "list",
|
123415
123473
|
"member": {
|
123416
123474
|
"locationName": "item",
|
@@ -273576,7 +273634,7 @@ AWS.util.update(AWS, {
|
|
273576
273634
|
/**
|
273577
273635
|
* @constant
|
273578
273636
|
*/
|
273579
|
-
VERSION: '2.
|
273637
|
+
VERSION: '2.1605.0',
|
273580
273638
|
|
273581
273639
|
/**
|
273582
273640
|
* @api private
|
@@ -295835,7 +295893,7 @@ var LRUCache = /** @class */ (function () {
|
|
295835
295893
|
}());
|
295836
295894
|
exports.LRUCache = LRUCache;
|
295837
295895
|
},{}],467:[function(require,module,exports){
|
295838
|
-
// AWS SDK for JavaScript v2.
|
295896
|
+
// AWS SDK for JavaScript v2.1605.0
|
295839
295897
|
// Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
|
295840
295898
|
// License at https://sdk.amazonaws.com/js/BUNDLE_LICENSE.txt
|
295841
295899
|
require('./browser_loader');
|