cdk-lambda-subminute 2.0.318 → 2.0.320
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/backup-2018-11-15.min.json +8 -2
- package/node_modules/aws-sdk/apis/codedeploy-2014-10-06.min.json +49 -2
- package/node_modules/aws-sdk/apis/connect-2017-08-08.min.json +7 -1
- package/node_modules/aws-sdk/apis/ec2-2016-11-15.min.json +282 -279
- package/node_modules/aws-sdk/apis/payment-cryptography-2021-09-14.min.json +34 -14
- package/node_modules/aws-sdk/clients/backup.d.ts +18 -6
- package/node_modules/aws-sdk/clients/codedeploy.d.ts +59 -8
- package/node_modules/aws-sdk/clients/comprehend.d.ts +15 -15
- package/node_modules/aws-sdk/clients/connect.d.ts +8 -0
- package/node_modules/aws-sdk/clients/ec2.d.ts +5 -0
- package/node_modules/aws-sdk/clients/paymentcryptography.d.ts +70 -41
- package/node_modules/aws-sdk/dist/aws-sdk-core-react-native.js +2 -2
- package/node_modules/aws-sdk/dist/aws-sdk-react-native.js +8 -8
- package/node_modules/aws-sdk/dist/aws-sdk.js +342 -285
- package/node_modules/aws-sdk/dist/aws-sdk.min.js +89 -89
- package/node_modules/aws-sdk/lib/core.js +1 -1
- package/node_modules/aws-sdk/lib/region_config_data.json +1 -0
- 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.1514.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){
|
@@ -48162,6 +48162,10 @@ module.exports={
|
|
48162
48162
|
"BatchGetDeploymentTargets": {
|
48163
48163
|
"input": {
|
48164
48164
|
"type": "structure",
|
48165
|
+
"required": [
|
48166
|
+
"deploymentId",
|
48167
|
+
"targetIds"
|
48168
|
+
],
|
48165
48169
|
"members": {
|
48166
48170
|
"deploymentId": {},
|
48167
48171
|
"targetIds": {
|
@@ -48312,7 +48316,10 @@ module.exports={
|
|
48312
48316
|
"trafficRoutingConfig": {
|
48313
48317
|
"shape": "S57"
|
48314
48318
|
},
|
48315
|
-
"computePlatform": {}
|
48319
|
+
"computePlatform": {},
|
48320
|
+
"zonalConfig": {
|
48321
|
+
"shape": "S5d"
|
48322
|
+
}
|
48316
48323
|
}
|
48317
48324
|
},
|
48318
48325
|
"output": {
|
@@ -48374,6 +48381,9 @@ module.exports={
|
|
48374
48381
|
},
|
48375
48382
|
"tags": {
|
48376
48383
|
"shape": "S2"
|
48384
|
+
},
|
48385
|
+
"terminationHookEnabled": {
|
48386
|
+
"type": "boolean"
|
48377
48387
|
}
|
48378
48388
|
}
|
48379
48389
|
},
|
@@ -48556,6 +48566,9 @@ module.exports={
|
|
48556
48566
|
"computePlatform": {},
|
48557
48567
|
"trafficRoutingConfig": {
|
48558
48568
|
"shape": "S57"
|
48569
|
+
},
|
48570
|
+
"zonalConfig": {
|
48571
|
+
"shape": "S5d"
|
48559
48572
|
}
|
48560
48573
|
}
|
48561
48574
|
}
|
@@ -48609,6 +48622,10 @@ module.exports={
|
|
48609
48622
|
"GetDeploymentTarget": {
|
48610
48623
|
"input": {
|
48611
48624
|
"type": "structure",
|
48625
|
+
"required": [
|
48626
|
+
"deploymentId",
|
48627
|
+
"targetId"
|
48628
|
+
],
|
48612
48629
|
"members": {
|
48613
48630
|
"deploymentId": {},
|
48614
48631
|
"targetId": {}
|
@@ -48761,6 +48778,9 @@ module.exports={
|
|
48761
48778
|
"ListDeploymentTargets": {
|
48762
48779
|
"input": {
|
48763
48780
|
"type": "structure",
|
48781
|
+
"required": [
|
48782
|
+
"deploymentId"
|
48783
|
+
],
|
48764
48784
|
"members": {
|
48765
48785
|
"deploymentId": {},
|
48766
48786
|
"nextToken": {},
|
@@ -49069,6 +49089,9 @@ module.exports={
|
|
49069
49089
|
},
|
49070
49090
|
"onPremisesTagSet": {
|
49071
49091
|
"shape": "S2v"
|
49092
|
+
},
|
49093
|
+
"terminationHookEnabled": {
|
49094
|
+
"type": "boolean"
|
49072
49095
|
}
|
49073
49096
|
}
|
49074
49097
|
},
|
@@ -49237,6 +49260,9 @@ module.exports={
|
|
49237
49260
|
"computePlatform": {},
|
49238
49261
|
"ecsServices": {
|
49239
49262
|
"shape": "S2x"
|
49263
|
+
},
|
49264
|
+
"terminationHookEnabled": {
|
49265
|
+
"type": "boolean"
|
49240
49266
|
}
|
49241
49267
|
}
|
49242
49268
|
},
|
@@ -49268,7 +49294,8 @@ module.exports={
|
|
49268
49294
|
"type": "structure",
|
49269
49295
|
"members": {
|
49270
49296
|
"name": {},
|
49271
|
-
"hook": {}
|
49297
|
+
"hook": {},
|
49298
|
+
"terminationHook": {}
|
49272
49299
|
}
|
49273
49300
|
}
|
49274
49301
|
},
|
@@ -49808,6 +49835,26 @@ module.exports={
|
|
49808
49835
|
}
|
49809
49836
|
}
|
49810
49837
|
}
|
49838
|
+
},
|
49839
|
+
"S5d": {
|
49840
|
+
"type": "structure",
|
49841
|
+
"members": {
|
49842
|
+
"firstZoneMonitorDurationInSeconds": {
|
49843
|
+
"type": "long"
|
49844
|
+
},
|
49845
|
+
"monitorDurationInSeconds": {
|
49846
|
+
"type": "long"
|
49847
|
+
},
|
49848
|
+
"minimumHealthyHostsPerZone": {
|
49849
|
+
"type": "structure",
|
49850
|
+
"members": {
|
49851
|
+
"type": {},
|
49852
|
+
"value": {
|
49853
|
+
"type": "integer"
|
49854
|
+
}
|
49855
|
+
}
|
49856
|
+
}
|
49857
|
+
}
|
49811
49858
|
}
|
49812
49859
|
}
|
49813
49860
|
}
|
@@ -66548,6 +66595,9 @@ module.exports={
|
|
66548
66595
|
},
|
66549
66596
|
"OutboundCallsEnabled": {
|
66550
66597
|
"type": "boolean"
|
66598
|
+
},
|
66599
|
+
"Tags": {
|
66600
|
+
"shape": "S2y"
|
66551
66601
|
}
|
66552
66602
|
}
|
66553
66603
|
},
|
@@ -68279,7 +68329,10 @@ module.exports={
|
|
68279
68329
|
"OutboundCallsEnabled": {
|
68280
68330
|
"type": "boolean"
|
68281
68331
|
},
|
68282
|
-
"InstanceAccessUrl": {}
|
68332
|
+
"InstanceAccessUrl": {},
|
68333
|
+
"Tags": {
|
68334
|
+
"shape": "S2y"
|
68335
|
+
}
|
68283
68336
|
}
|
68284
68337
|
}
|
68285
68338
|
}
|
@@ -96266,6 +96319,9 @@ module.exports={
|
|
96266
96319
|
"member": {
|
96267
96320
|
"locationName": "item"
|
96268
96321
|
}
|
96322
|
+
},
|
96323
|
+
"Manufacturer": {
|
96324
|
+
"locationName": "manufacturer"
|
96269
96325
|
}
|
96270
96326
|
}
|
96271
96327
|
},
|
@@ -96701,7 +96757,7 @@ module.exports={
|
|
96701
96757
|
"locationName": "reservationSet",
|
96702
96758
|
"type": "list",
|
96703
96759
|
"member": {
|
96704
|
-
"shape": "
|
96760
|
+
"shape": "S1du",
|
96705
96761
|
"locationName": "item"
|
96706
96762
|
}
|
96707
96763
|
},
|
@@ -97363,7 +97419,7 @@ module.exports={
|
|
97363
97419
|
"locationName": "localGatewayVirtualInterfaceGroupId"
|
97364
97420
|
},
|
97365
97421
|
"LocalGatewayVirtualInterfaceIds": {
|
97366
|
-
"shape": "
|
97422
|
+
"shape": "S1gq",
|
97367
97423
|
"locationName": "localGatewayVirtualInterfaceIdSet"
|
97368
97424
|
},
|
97369
97425
|
"LocalGatewayId": {
|
@@ -97390,7 +97446,7 @@ module.exports={
|
|
97390
97446
|
"type": "structure",
|
97391
97447
|
"members": {
|
97392
97448
|
"LocalGatewayVirtualInterfaceIds": {
|
97393
|
-
"shape": "
|
97449
|
+
"shape": "S1gq",
|
97394
97450
|
"locationName": "LocalGatewayVirtualInterfaceId"
|
97395
97451
|
},
|
97396
97452
|
"Filters": {
|
@@ -97528,7 +97584,7 @@ module.exports={
|
|
97528
97584
|
},
|
97529
97585
|
"NextToken": {},
|
97530
97586
|
"SnapshotIds": {
|
97531
|
-
"shape": "
|
97587
|
+
"shape": "S1h3",
|
97532
97588
|
"locationName": "SnapshotId"
|
97533
97589
|
},
|
97534
97590
|
"DryRun": {
|
@@ -97796,7 +97852,7 @@ module.exports={
|
|
97796
97852
|
"locationName": "networkInsightsAccessScopeAnalysisSet",
|
97797
97853
|
"type": "list",
|
97798
97854
|
"member": {
|
97799
|
-
"shape": "
|
97855
|
+
"shape": "S1hz",
|
97800
97856
|
"locationName": "item"
|
97801
97857
|
}
|
97802
97858
|
},
|
@@ -97885,7 +97941,7 @@ module.exports={
|
|
97885
97941
|
"locationName": "networkInsightsAnalysisSet",
|
97886
97942
|
"type": "list",
|
97887
97943
|
"member": {
|
97888
|
-
"shape": "
|
97944
|
+
"shape": "S1ia",
|
97889
97945
|
"locationName": "item"
|
97890
97946
|
}
|
97891
97947
|
},
|
@@ -98238,7 +98294,7 @@ module.exports={
|
|
98238
98294
|
"locationName": "poolAddressRangeSet",
|
98239
98295
|
"type": "list",
|
98240
98296
|
"member": {
|
98241
|
-
"shape": "
|
98297
|
+
"shape": "S1kd",
|
98242
98298
|
"locationName": "item"
|
98243
98299
|
}
|
98244
98300
|
},
|
@@ -98366,7 +98422,7 @@ module.exports={
|
|
98366
98422
|
},
|
98367
98423
|
"OfferingClass": {},
|
98368
98424
|
"ReservedInstancesIds": {
|
98369
|
-
"shape": "
|
98425
|
+
"shape": "S1kq",
|
98370
98426
|
"locationName": "ReservedInstancesId"
|
98371
98427
|
},
|
98372
98428
|
"DryRun": {
|
@@ -98440,7 +98496,7 @@ module.exports={
|
|
98440
98496
|
"locationName": "offeringType"
|
98441
98497
|
},
|
98442
98498
|
"RecurringCharges": {
|
98443
|
-
"shape": "
|
98499
|
+
"shape": "S1ky",
|
98444
98500
|
"locationName": "recurringCharges"
|
98445
98501
|
},
|
98446
98502
|
"Scope": {
|
@@ -98537,7 +98593,7 @@ module.exports={
|
|
98537
98593
|
"locationName": "reservedInstancesId"
|
98538
98594
|
},
|
98539
98595
|
"TargetConfiguration": {
|
98540
|
-
"shape": "
|
98596
|
+
"shape": "S1lc",
|
98541
98597
|
"locationName": "targetConfiguration"
|
98542
98598
|
}
|
98543
98599
|
}
|
@@ -98692,7 +98748,7 @@ module.exports={
|
|
98692
98748
|
}
|
98693
98749
|
},
|
98694
98750
|
"RecurringCharges": {
|
98695
|
-
"shape": "
|
98751
|
+
"shape": "S1ky",
|
98696
98752
|
"locationName": "recurringCharges"
|
98697
98753
|
},
|
98698
98754
|
"Scope": {
|
@@ -98860,7 +98916,7 @@ module.exports={
|
|
98860
98916
|
"locationName": "purchaseToken"
|
98861
98917
|
},
|
98862
98918
|
"Recurrence": {
|
98863
|
-
"shape": "
|
98919
|
+
"shape": "S1lz",
|
98864
98920
|
"locationName": "recurrence"
|
98865
98921
|
},
|
98866
98922
|
"SlotDurationInHours": {
|
@@ -98922,7 +98978,7 @@ module.exports={
|
|
98922
98978
|
"locationName": "scheduledInstanceSet",
|
98923
98979
|
"type": "list",
|
98924
98980
|
"member": {
|
98925
|
-
"shape": "
|
98981
|
+
"shape": "S1m7",
|
98926
98982
|
"locationName": "item"
|
98927
98983
|
}
|
98928
98984
|
}
|
@@ -98984,7 +99040,7 @@ module.exports={
|
|
98984
99040
|
"locationName": "Filter"
|
98985
99041
|
},
|
98986
99042
|
"SecurityGroupRuleIds": {
|
98987
|
-
"shape": "
|
99043
|
+
"shape": "S1me",
|
98988
99044
|
"locationName": "SecurityGroupRuleId"
|
98989
99045
|
},
|
98990
99046
|
"DryRun": {
|
@@ -99022,7 +99078,7 @@ module.exports={
|
|
99022
99078
|
"locationName": "GroupId"
|
99023
99079
|
},
|
99024
99080
|
"GroupNames": {
|
99025
|
-
"shape": "
|
99081
|
+
"shape": "S1mi",
|
99026
99082
|
"locationName": "GroupName"
|
99027
99083
|
},
|
99028
99084
|
"DryRun": {
|
@@ -99101,7 +99157,7 @@ module.exports={
|
|
99101
99157
|
"type": "structure",
|
99102
99158
|
"members": {
|
99103
99159
|
"CreateVolumePermissions": {
|
99104
|
-
"shape": "
|
99160
|
+
"shape": "S1mq",
|
99105
99161
|
"locationName": "createVolumePermission"
|
99106
99162
|
},
|
99107
99163
|
"ProductCodes": {
|
@@ -99213,7 +99269,7 @@ module.exports={
|
|
99213
99269
|
"member": {}
|
99214
99270
|
},
|
99215
99271
|
"SnapshotIds": {
|
99216
|
-
"shape": "
|
99272
|
+
"shape": "S1h3",
|
99217
99273
|
"locationName": "SnapshotId"
|
99218
99274
|
},
|
99219
99275
|
"DryRun": {
|
@@ -99412,7 +99468,7 @@ module.exports={
|
|
99412
99468
|
"type": "timestamp"
|
99413
99469
|
},
|
99414
99470
|
"SpotFleetRequestConfig": {
|
99415
|
-
"shape": "
|
99471
|
+
"shape": "S1ni",
|
99416
99472
|
"locationName": "spotFleetRequestConfig"
|
99417
99473
|
},
|
99418
99474
|
"SpotFleetRequestId": {
|
@@ -99457,7 +99513,7 @@ module.exports={
|
|
99457
99513
|
"type": "structure",
|
99458
99514
|
"members": {
|
99459
99515
|
"SpotInstanceRequests": {
|
99460
|
-
"shape": "
|
99516
|
+
"shape": "S1oa",
|
99461
99517
|
"locationName": "spotInstanceRequestSet"
|
99462
99518
|
},
|
99463
99519
|
"NextToken": {
|
@@ -99583,11 +99639,11 @@ module.exports={
|
|
99583
99639
|
"locationName": "groupName"
|
99584
99640
|
},
|
99585
99641
|
"StaleIpPermissions": {
|
99586
|
-
"shape": "
|
99642
|
+
"shape": "S1os",
|
99587
99643
|
"locationName": "staleIpPermissions"
|
99588
99644
|
},
|
99589
99645
|
"StaleIpPermissionsEgress": {
|
99590
|
-
"shape": "
|
99646
|
+
"shape": "S1os",
|
99591
99647
|
"locationName": "staleIpPermissionsEgress"
|
99592
99648
|
},
|
99593
99649
|
"VpcId": {
|
@@ -99887,7 +99943,7 @@ module.exports={
|
|
99887
99943
|
"type": "structure",
|
99888
99944
|
"members": {
|
99889
99945
|
"TransitGatewayAttachmentIds": {
|
99890
|
-
"shape": "
|
99946
|
+
"shape": "S1pq"
|
99891
99947
|
},
|
99892
99948
|
"Filters": {
|
99893
99949
|
"shape": "S10d",
|
@@ -100007,7 +100063,7 @@ module.exports={
|
|
100007
100063
|
"type": "structure",
|
100008
100064
|
"members": {
|
100009
100065
|
"TransitGatewayAttachmentIds": {
|
100010
|
-
"shape": "
|
100066
|
+
"shape": "S1pq"
|
100011
100067
|
},
|
100012
100068
|
"Filters": {
|
100013
100069
|
"shape": "S10d",
|
@@ -100084,7 +100140,7 @@ module.exports={
|
|
100084
100140
|
"type": "structure",
|
100085
100141
|
"members": {
|
100086
100142
|
"TransitGatewayAttachmentIds": {
|
100087
|
-
"shape": "
|
100143
|
+
"shape": "S1pq"
|
100088
100144
|
},
|
100089
100145
|
"Filters": {
|
100090
100146
|
"shape": "S10d",
|
@@ -100241,7 +100297,7 @@ module.exports={
|
|
100241
100297
|
"type": "structure",
|
100242
100298
|
"members": {
|
100243
100299
|
"TransitGatewayAttachmentIds": {
|
100244
|
-
"shape": "
|
100300
|
+
"shape": "S1pq"
|
100245
100301
|
},
|
100246
100302
|
"Filters": {
|
100247
100303
|
"shape": "S10d",
|
@@ -100444,7 +100500,7 @@ module.exports={
|
|
100444
100500
|
"type": "structure",
|
100445
100501
|
"members": {
|
100446
100502
|
"VerifiedAccessInstanceIds": {
|
100447
|
-
"shape": "
|
100503
|
+
"shape": "S1r9",
|
100448
100504
|
"locationName": "VerifiedAccessInstanceId"
|
100449
100505
|
},
|
100450
100506
|
"MaxResults": {
|
@@ -100467,7 +100523,7 @@ module.exports={
|
|
100467
100523
|
"locationName": "loggingConfigurationSet",
|
100468
100524
|
"type": "list",
|
100469
100525
|
"member": {
|
100470
|
-
"shape": "
|
100526
|
+
"shape": "S1rd",
|
100471
100527
|
"locationName": "item"
|
100472
100528
|
}
|
100473
100529
|
},
|
@@ -100482,7 +100538,7 @@ module.exports={
|
|
100482
100538
|
"type": "structure",
|
100483
100539
|
"members": {
|
100484
100540
|
"VerifiedAccessInstanceIds": {
|
100485
|
-
"shape": "
|
100541
|
+
"shape": "S1r9",
|
100486
100542
|
"locationName": "VerifiedAccessInstanceId"
|
100487
100543
|
},
|
100488
100544
|
"MaxResults": {
|
@@ -100802,7 +100858,7 @@ module.exports={
|
|
100802
100858
|
"locationName": "volumeModificationSet",
|
100803
100859
|
"type": "list",
|
100804
100860
|
"member": {
|
100805
|
-
"shape": "
|
100861
|
+
"shape": "S1sh",
|
100806
100862
|
"locationName": "item"
|
100807
100863
|
}
|
100808
100864
|
},
|
@@ -100862,7 +100918,7 @@ module.exports={
|
|
100862
100918
|
"type": "boolean"
|
100863
100919
|
},
|
100864
100920
|
"VpcIds": {
|
100865
|
-
"shape": "
|
100921
|
+
"shape": "S1sn",
|
100866
100922
|
"locationName": "VpcId"
|
100867
100923
|
}
|
100868
100924
|
}
|
@@ -100906,7 +100962,7 @@ module.exports={
|
|
100906
100962
|
"locationName": "nextToken"
|
100907
100963
|
},
|
100908
100964
|
"VpcIds": {
|
100909
|
-
"shape": "
|
100965
|
+
"shape": "S1sn"
|
100910
100966
|
}
|
100911
100967
|
}
|
100912
100968
|
},
|
@@ -101709,11 +101765,11 @@ module.exports={
|
|
101709
101765
|
],
|
101710
101766
|
"members": {
|
101711
101767
|
"AvailabilityZones": {
|
101712
|
-
"shape": "
|
101768
|
+
"shape": "S1un",
|
101713
101769
|
"locationName": "AvailabilityZone"
|
101714
101770
|
},
|
101715
101771
|
"SourceSnapshotIds": {
|
101716
|
-
"shape": "
|
101772
|
+
"shape": "S1h3",
|
101717
101773
|
"locationName": "SourceSnapshotId"
|
101718
101774
|
},
|
101719
101775
|
"DryRun": {
|
@@ -101956,7 +102012,7 @@ module.exports={
|
|
101956
102012
|
"type": "structure",
|
101957
102013
|
"members": {
|
101958
102014
|
"Propagation": {
|
101959
|
-
"shape": "
|
102015
|
+
"shape": "S1vc",
|
101960
102016
|
"locationName": "propagation"
|
101961
102017
|
}
|
101962
102018
|
}
|
@@ -102561,11 +102617,11 @@ module.exports={
|
|
102561
102617
|
],
|
102562
102618
|
"members": {
|
102563
102619
|
"AvailabilityZones": {
|
102564
|
-
"shape": "
|
102620
|
+
"shape": "S1un",
|
102565
102621
|
"locationName": "AvailabilityZone"
|
102566
102622
|
},
|
102567
102623
|
"SourceSnapshotIds": {
|
102568
|
-
"shape": "
|
102624
|
+
"shape": "S1h3",
|
102569
102625
|
"locationName": "SourceSnapshotId"
|
102570
102626
|
},
|
102571
102627
|
"DryRun": {
|
@@ -102839,7 +102895,7 @@ module.exports={
|
|
102839
102895
|
"type": "structure",
|
102840
102896
|
"members": {
|
102841
102897
|
"Propagation": {
|
102842
|
-
"shape": "
|
102898
|
+
"shape": "S1vc",
|
102843
102899
|
"locationName": "propagation"
|
102844
102900
|
}
|
102845
102901
|
}
|
@@ -103453,7 +103509,7 @@ module.exports={
|
|
103453
103509
|
"type": "structure",
|
103454
103510
|
"members": {
|
103455
103511
|
"InstanceFamilyCreditSpecification": {
|
103456
|
-
"shape": "
|
103512
|
+
"shape": "S1yu",
|
103457
103513
|
"locationName": "instanceFamilyCreditSpecification"
|
103458
103514
|
}
|
103459
103515
|
}
|
@@ -103603,7 +103659,7 @@ module.exports={
|
|
103603
103659
|
],
|
103604
103660
|
"members": {
|
103605
103661
|
"HostIdSet": {
|
103606
|
-
"shape": "
|
103662
|
+
"shape": "S1zb"
|
103607
103663
|
},
|
103608
103664
|
"OfferingId": {}
|
103609
103665
|
}
|
@@ -103615,7 +103671,7 @@ module.exports={
|
|
103615
103671
|
"locationName": "currencyCode"
|
103616
103672
|
},
|
103617
103673
|
"Purchase": {
|
103618
|
-
"shape": "
|
103674
|
+
"shape": "S1zd",
|
103619
103675
|
"locationName": "purchase"
|
103620
103676
|
},
|
103621
103677
|
"TotalHourlyPrice": {
|
@@ -103658,11 +103714,11 @@ module.exports={
|
|
103658
103714
|
"type": "boolean"
|
103659
103715
|
},
|
103660
103716
|
"ArchitectureTypes": {
|
103661
|
-
"shape": "
|
103717
|
+
"shape": "S1zi",
|
103662
103718
|
"locationName": "ArchitectureType"
|
103663
103719
|
},
|
103664
103720
|
"VirtualizationTypes": {
|
103665
|
-
"shape": "
|
103721
|
+
"shape": "S1zj",
|
103666
103722
|
"locationName": "VirtualizationType"
|
103667
103723
|
},
|
103668
103724
|
"InstanceRequirements": {
|
@@ -104195,7 +104251,7 @@ module.exports={
|
|
104195
104251
|
"locationName": "ipamResourceCidrSet",
|
104196
104252
|
"type": "list",
|
104197
104253
|
"member": {
|
104198
|
-
"shape": "
|
104254
|
+
"shape": "S20v",
|
104199
104255
|
"locationName": "item"
|
104200
104256
|
}
|
104201
104257
|
}
|
@@ -104355,7 +104411,7 @@ module.exports={
|
|
104355
104411
|
"locationName": "findingId"
|
104356
104412
|
},
|
104357
104413
|
"FindingComponents": {
|
104358
|
-
"shape": "
|
104414
|
+
"shape": "S1ic",
|
104359
104415
|
"locationName": "findingComponentSet"
|
104360
104416
|
}
|
104361
104417
|
}
|
@@ -104460,7 +104516,7 @@ module.exports={
|
|
104460
104516
|
"locationName": "paymentDue"
|
104461
104517
|
},
|
104462
104518
|
"ReservedInstanceValueRollup": {
|
104463
|
-
"shape": "
|
104519
|
+
"shape": "S21j",
|
104464
104520
|
"locationName": "reservedInstanceValueRollup"
|
104465
104521
|
},
|
104466
104522
|
"ReservedInstanceValueSet": {
|
@@ -104471,7 +104527,7 @@ module.exports={
|
|
104471
104527
|
"type": "structure",
|
104472
104528
|
"members": {
|
104473
104529
|
"ReservationValue": {
|
104474
|
-
"shape": "
|
104530
|
+
"shape": "S21j",
|
104475
104531
|
"locationName": "reservationValue"
|
104476
104532
|
},
|
104477
104533
|
"ReservedInstanceId": {
|
@@ -104481,7 +104537,7 @@ module.exports={
|
|
104481
104537
|
}
|
104482
104538
|
},
|
104483
104539
|
"TargetConfigurationValueRollup": {
|
104484
|
-
"shape": "
|
104540
|
+
"shape": "S21j",
|
104485
104541
|
"locationName": "targetConfigurationValueRollup"
|
104486
104542
|
},
|
104487
104543
|
"TargetConfigurationValueSet": {
|
@@ -104492,7 +104548,7 @@ module.exports={
|
|
104492
104548
|
"type": "structure",
|
104493
104549
|
"members": {
|
104494
104550
|
"ReservationValue": {
|
104495
|
-
"shape": "
|
104551
|
+
"shape": "S21j",
|
104496
104552
|
"locationName": "reservationValue"
|
104497
104553
|
},
|
104498
104554
|
"TargetConfiguration": {
|
@@ -104641,11 +104697,11 @@ module.exports={
|
|
104641
104697
|
"type": "structure",
|
104642
104698
|
"members": {
|
104643
104699
|
"ArchitectureTypes": {
|
104644
|
-
"shape": "
|
104700
|
+
"shape": "S1zi",
|
104645
104701
|
"locationName": "ArchitectureType"
|
104646
104702
|
},
|
104647
104703
|
"VirtualizationTypes": {
|
104648
|
-
"shape": "
|
104704
|
+
"shape": "S1zj",
|
104649
104705
|
"locationName": "VirtualizationType"
|
104650
104706
|
},
|
104651
104707
|
"InstanceRequirements": {
|
@@ -104716,11 +104772,11 @@ module.exports={
|
|
104716
104772
|
"type": "structure",
|
104717
104773
|
"members": {
|
104718
104774
|
"SubnetIpv4CidrReservations": {
|
104719
|
-
"shape": "
|
104775
|
+
"shape": "S22a",
|
104720
104776
|
"locationName": "subnetIpv4CidrReservationSet"
|
104721
104777
|
},
|
104722
104778
|
"SubnetIpv6CidrReservations": {
|
104723
|
-
"shape": "
|
104779
|
+
"shape": "S22a",
|
104724
104780
|
"locationName": "subnetIpv6CidrReservationSet"
|
104725
104781
|
},
|
104726
104782
|
"NextToken": {
|
@@ -105297,7 +105353,7 @@ module.exports={
|
|
105297
105353
|
"members": {
|
105298
105354
|
"Architecture": {},
|
105299
105355
|
"ClientData": {
|
105300
|
-
"shape": "
|
105356
|
+
"shape": "S23m"
|
105301
105357
|
},
|
105302
105358
|
"ClientToken": {},
|
105303
105359
|
"Description": {},
|
@@ -105316,7 +105372,7 @@ module.exports={
|
|
105316
105372
|
"shape": "S18v"
|
105317
105373
|
},
|
105318
105374
|
"UserBucket": {
|
105319
|
-
"shape": "
|
105375
|
+
"shape": "S23p"
|
105320
105376
|
}
|
105321
105377
|
}
|
105322
105378
|
}
|
@@ -105426,10 +105482,10 @@ module.exports={
|
|
105426
105482
|
"members": {
|
105427
105483
|
"Description": {},
|
105428
105484
|
"Image": {
|
105429
|
-
"shape": "
|
105485
|
+
"shape": "S23w"
|
105430
105486
|
},
|
105431
105487
|
"Volume": {
|
105432
|
-
"shape": "
|
105488
|
+
"shape": "S23x"
|
105433
105489
|
}
|
105434
105490
|
}
|
105435
105491
|
}
|
@@ -105552,7 +105608,7 @@ module.exports={
|
|
105552
105608
|
"type": "structure",
|
105553
105609
|
"members": {
|
105554
105610
|
"ClientData": {
|
105555
|
-
"shape": "
|
105611
|
+
"shape": "S23m"
|
105556
105612
|
},
|
105557
105613
|
"ClientToken": {},
|
105558
105614
|
"Description": {},
|
@@ -105565,7 +105621,7 @@ module.exports={
|
|
105565
105621
|
"shape": "S18v"
|
105566
105622
|
},
|
105567
105623
|
"UserBucket": {
|
105568
|
-
"shape": "
|
105624
|
+
"shape": "S23p"
|
105569
105625
|
}
|
105570
105626
|
}
|
105571
105627
|
},
|
@@ -105623,11 +105679,11 @@ module.exports={
|
|
105623
105679
|
"type": "boolean"
|
105624
105680
|
},
|
105625
105681
|
"Image": {
|
105626
|
-
"shape": "
|
105682
|
+
"shape": "S23w",
|
105627
105683
|
"locationName": "image"
|
105628
105684
|
},
|
105629
105685
|
"Volume": {
|
105630
|
-
"shape": "
|
105686
|
+
"shape": "S23x",
|
105631
105687
|
"locationName": "volume"
|
105632
105688
|
}
|
105633
105689
|
}
|
@@ -105704,7 +105760,7 @@ module.exports={
|
|
105704
105760
|
},
|
105705
105761
|
"NextToken": {},
|
105706
105762
|
"SnapshotIds": {
|
105707
|
-
"shape": "
|
105763
|
+
"shape": "S1h3",
|
105708
105764
|
"locationName": "SnapshotId"
|
105709
105765
|
},
|
105710
105766
|
"DryRun": {
|
@@ -106002,7 +106058,7 @@ module.exports={
|
|
106002
106058
|
"type": "structure",
|
106003
106059
|
"members": {
|
106004
106060
|
"InstanceFamilyCreditSpecification": {
|
106005
|
-
"shape": "
|
106061
|
+
"shape": "S1yu",
|
106006
106062
|
"locationName": "instanceFamilyCreditSpecification"
|
106007
106063
|
}
|
106008
106064
|
}
|
@@ -106076,25 +106132,25 @@ module.exports={
|
|
106076
106132
|
"Attribute": {},
|
106077
106133
|
"OperationType": {},
|
106078
106134
|
"UserIds": {
|
106079
|
-
"shape": "
|
106135
|
+
"shape": "S257",
|
106080
106136
|
"locationName": "UserId"
|
106081
106137
|
},
|
106082
106138
|
"UserGroups": {
|
106083
|
-
"shape": "
|
106139
|
+
"shape": "S258",
|
106084
106140
|
"locationName": "UserGroup"
|
106085
106141
|
},
|
106086
106142
|
"ProductCodes": {
|
106087
|
-
"shape": "
|
106143
|
+
"shape": "S259",
|
106088
106144
|
"locationName": "ProductCode"
|
106089
106145
|
},
|
106090
106146
|
"LoadPermission": {
|
106091
106147
|
"type": "structure",
|
106092
106148
|
"members": {
|
106093
106149
|
"Add": {
|
106094
|
-
"shape": "
|
106150
|
+
"shape": "S25b"
|
106095
106151
|
},
|
106096
106152
|
"Remove": {
|
106097
|
-
"shape": "
|
106153
|
+
"shape": "S25b"
|
106098
106154
|
}
|
106099
106155
|
}
|
106100
106156
|
},
|
@@ -106140,7 +106196,7 @@ module.exports={
|
|
106140
106196
|
"locationName": "successful"
|
106141
106197
|
},
|
106142
106198
|
"Unsuccessful": {
|
106143
|
-
"shape": "
|
106199
|
+
"shape": "S25g",
|
106144
106200
|
"locationName": "unsuccessful"
|
106145
106201
|
}
|
106146
106202
|
}
|
@@ -106208,15 +106264,15 @@ module.exports={
|
|
106208
106264
|
},
|
106209
106265
|
"OperationType": {},
|
106210
106266
|
"ProductCodes": {
|
106211
|
-
"shape": "
|
106267
|
+
"shape": "S259",
|
106212
106268
|
"locationName": "ProductCode"
|
106213
106269
|
},
|
106214
106270
|
"UserGroups": {
|
106215
|
-
"shape": "
|
106271
|
+
"shape": "S258",
|
106216
106272
|
"locationName": "UserGroup"
|
106217
106273
|
},
|
106218
106274
|
"UserIds": {
|
106219
|
-
"shape": "
|
106275
|
+
"shape": "S257",
|
106220
106276
|
"locationName": "UserId"
|
106221
106277
|
},
|
106222
106278
|
"Value": {},
|
@@ -106361,7 +106417,7 @@ module.exports={
|
|
106361
106417
|
"members": {
|
106362
106418
|
"InstanceId": {},
|
106363
106419
|
"CapacityReservationSpecification": {
|
106364
|
-
"shape": "
|
106420
|
+
"shape": "S25t"
|
106365
106421
|
},
|
106366
106422
|
"DryRun": {
|
106367
106423
|
"type": "boolean"
|
@@ -106561,7 +106617,7 @@ module.exports={
|
|
106561
106617
|
"locationName": "instanceId"
|
106562
106618
|
},
|
106563
106619
|
"InstanceMetadataOptions": {
|
106564
|
-
"shape": "
|
106620
|
+
"shape": "S1em",
|
106565
106621
|
"locationName": "instanceMetadataOptions"
|
106566
106622
|
}
|
106567
106623
|
}
|
@@ -106621,7 +106677,7 @@ module.exports={
|
|
106621
106677
|
"locationName": "AddOperatingRegion"
|
106622
106678
|
},
|
106623
106679
|
"RemoveOperatingRegions": {
|
106624
|
-
"shape": "
|
106680
|
+
"shape": "S26i",
|
106625
106681
|
"locationName": "RemoveOperatingRegion"
|
106626
106682
|
},
|
106627
106683
|
"Tier": {}
|
@@ -106712,7 +106768,7 @@ module.exports={
|
|
106712
106768
|
"type": "structure",
|
106713
106769
|
"members": {
|
106714
106770
|
"IpamResourceCidr": {
|
106715
|
-
"shape": "
|
106771
|
+
"shape": "S20v",
|
106716
106772
|
"locationName": "ipamResourceCidr"
|
106717
106773
|
}
|
106718
106774
|
}
|
@@ -106735,7 +106791,7 @@ module.exports={
|
|
106735
106791
|
"locationName": "AddOperatingRegion"
|
106736
106792
|
},
|
106737
106793
|
"RemoveOperatingRegions": {
|
106738
|
-
"shape": "
|
106794
|
+
"shape": "S26i",
|
106739
106795
|
"locationName": "RemoveOperatingRegion"
|
106740
106796
|
}
|
106741
106797
|
}
|
@@ -106963,7 +107019,7 @@ module.exports={
|
|
106963
107019
|
],
|
106964
107020
|
"members": {
|
106965
107021
|
"ReservedInstancesIds": {
|
106966
|
-
"shape": "
|
107022
|
+
"shape": "S1kq",
|
106967
107023
|
"locationName": "ReservedInstancesId"
|
106968
107024
|
},
|
106969
107025
|
"ClientToken": {
|
@@ -106973,7 +107029,7 @@ module.exports={
|
|
106973
107029
|
"locationName": "ReservedInstancesConfigurationSetItemType",
|
106974
107030
|
"type": "list",
|
106975
107031
|
"member": {
|
106976
|
-
"shape": "
|
107032
|
+
"shape": "S1lc",
|
106977
107033
|
"locationName": "item"
|
106978
107034
|
}
|
106979
107035
|
}
|
@@ -107055,21 +107111,21 @@ module.exports={
|
|
107055
107111
|
"type": "structure",
|
107056
107112
|
"members": {
|
107057
107113
|
"Add": {
|
107058
|
-
"shape": "
|
107114
|
+
"shape": "S1mq"
|
107059
107115
|
},
|
107060
107116
|
"Remove": {
|
107061
|
-
"shape": "
|
107117
|
+
"shape": "S1mq"
|
107062
107118
|
}
|
107063
107119
|
}
|
107064
107120
|
},
|
107065
107121
|
"GroupNames": {
|
107066
|
-
"shape": "
|
107122
|
+
"shape": "S1mi",
|
107067
107123
|
"locationName": "UserGroup"
|
107068
107124
|
},
|
107069
107125
|
"OperationType": {},
|
107070
107126
|
"SnapshotId": {},
|
107071
107127
|
"UserIds": {
|
107072
|
-
"shape": "
|
107128
|
+
"shape": "S257",
|
107073
107129
|
"locationName": "UserId"
|
107074
107130
|
},
|
107075
107131
|
"DryRun": {
|
@@ -107117,7 +107173,7 @@ module.exports={
|
|
107117
107173
|
"locationName": "excessCapacityTerminationPolicy"
|
107118
107174
|
},
|
107119
107175
|
"LaunchTemplateConfigs": {
|
107120
|
-
"shape": "
|
107176
|
+
"shape": "S1nx",
|
107121
107177
|
"locationName": "LaunchTemplateConfig"
|
107122
107178
|
},
|
107123
107179
|
"SpotFleetRequestId": {
|
@@ -107667,7 +107723,7 @@ module.exports={
|
|
107667
107723
|
"type": "structure",
|
107668
107724
|
"members": {
|
107669
107725
|
"LoggingConfiguration": {
|
107670
|
-
"shape": "
|
107726
|
+
"shape": "S1rd",
|
107671
107727
|
"locationName": "loggingConfiguration"
|
107672
107728
|
}
|
107673
107729
|
}
|
@@ -107753,7 +107809,7 @@ module.exports={
|
|
107753
107809
|
"type": "structure",
|
107754
107810
|
"members": {
|
107755
107811
|
"VolumeModification": {
|
107756
|
-
"shape": "
|
107812
|
+
"shape": "S1sh",
|
107757
107813
|
"locationName": "volumeModification"
|
107758
107814
|
}
|
107759
107815
|
}
|
@@ -108026,13 +108082,13 @@ module.exports={
|
|
108026
108082
|
],
|
108027
108083
|
"members": {
|
108028
108084
|
"AccepterPeeringConnectionOptions": {
|
108029
|
-
"shape": "
|
108085
|
+
"shape": "S297"
|
108030
108086
|
},
|
108031
108087
|
"DryRun": {
|
108032
108088
|
"type": "boolean"
|
108033
108089
|
},
|
108034
108090
|
"RequesterPeeringConnectionOptions": {
|
108035
|
-
"shape": "
|
108091
|
+
"shape": "S297"
|
108036
108092
|
},
|
108037
108093
|
"VpcPeeringConnectionId": {}
|
108038
108094
|
}
|
@@ -108041,11 +108097,11 @@ module.exports={
|
|
108041
108097
|
"type": "structure",
|
108042
108098
|
"members": {
|
108043
108099
|
"AccepterPeeringConnectionOptions": {
|
108044
|
-
"shape": "
|
108100
|
+
"shape": "S299",
|
108045
108101
|
"locationName": "accepterPeeringConnectionOptions"
|
108046
108102
|
},
|
108047
108103
|
"RequesterPeeringConnectionOptions": {
|
108048
|
-
"shape": "
|
108104
|
+
"shape": "S299",
|
108049
108105
|
"locationName": "requesterPeeringConnectionOptions"
|
108050
108106
|
}
|
108051
108107
|
}
|
@@ -108269,7 +108325,7 @@ module.exports={
|
|
108269
108325
|
"type": "structure",
|
108270
108326
|
"members": {
|
108271
108327
|
"InstanceMonitorings": {
|
108272
|
-
"shape": "
|
108328
|
+
"shape": "S29o",
|
108273
108329
|
"locationName": "instancesSet"
|
108274
108330
|
}
|
108275
108331
|
}
|
@@ -108475,7 +108531,7 @@ module.exports={
|
|
108475
108531
|
"locationName": "poolId"
|
108476
108532
|
},
|
108477
108533
|
"PoolAddressRange": {
|
108478
|
-
"shape": "
|
108534
|
+
"shape": "S1kd",
|
108479
108535
|
"locationName": "poolAddressRange"
|
108480
108536
|
}
|
108481
108537
|
}
|
@@ -108521,7 +108577,7 @@ module.exports={
|
|
108521
108577
|
"ClientToken": {},
|
108522
108578
|
"CurrencyCode": {},
|
108523
108579
|
"HostIdSet": {
|
108524
|
-
"shape": "
|
108580
|
+
"shape": "S1zb"
|
108525
108581
|
},
|
108526
108582
|
"LimitPrice": {},
|
108527
108583
|
"OfferingId": {},
|
@@ -108541,7 +108597,7 @@ module.exports={
|
|
108541
108597
|
"locationName": "currencyCode"
|
108542
108598
|
},
|
108543
108599
|
"Purchase": {
|
108544
|
-
"shape": "
|
108600
|
+
"shape": "S1zd",
|
108545
108601
|
"locationName": "purchase"
|
108546
108602
|
},
|
108547
108603
|
"TotalHourlyPrice": {
|
@@ -108636,7 +108692,7 @@ module.exports={
|
|
108636
108692
|
"locationName": "scheduledInstanceSet",
|
108637
108693
|
"type": "list",
|
108638
108694
|
"member": {
|
108639
|
-
"shape": "
|
108695
|
+
"shape": "S1m7",
|
108640
108696
|
"locationName": "item"
|
108641
108697
|
}
|
108642
108698
|
}
|
@@ -109000,7 +109056,7 @@ module.exports={
|
|
109000
109056
|
"locationName": "successful"
|
109001
109057
|
},
|
109002
109058
|
"Unsuccessful": {
|
109003
|
-
"shape": "
|
109059
|
+
"shape": "S25g",
|
109004
109060
|
"locationName": "unsuccessful"
|
109005
109061
|
}
|
109006
109062
|
}
|
@@ -109328,7 +109384,7 @@ module.exports={
|
|
109328
109384
|
"type": "boolean"
|
109329
109385
|
},
|
109330
109386
|
"SpotFleetRequestConfig": {
|
109331
|
-
"shape": "
|
109387
|
+
"shape": "S1ni",
|
109332
109388
|
"locationName": "spotFleetRequestConfig"
|
109333
109389
|
}
|
109334
109390
|
}
|
@@ -109412,15 +109468,15 @@ module.exports={
|
|
109412
109468
|
"locationName": "keyName"
|
109413
109469
|
},
|
109414
109470
|
"Monitoring": {
|
109415
|
-
"shape": "
|
109471
|
+
"shape": "S1od",
|
109416
109472
|
"locationName": "monitoring"
|
109417
109473
|
},
|
109418
109474
|
"NetworkInterfaces": {
|
109419
|
-
"shape": "
|
109475
|
+
"shape": "S1ns",
|
109420
109476
|
"locationName": "NetworkInterface"
|
109421
109477
|
},
|
109422
109478
|
"Placement": {
|
109423
|
-
"shape": "
|
109479
|
+
"shape": "S1nu",
|
109424
109480
|
"locationName": "placement"
|
109425
109481
|
},
|
109426
109482
|
"RamdiskId": {
|
@@ -109460,7 +109516,7 @@ module.exports={
|
|
109460
109516
|
"type": "structure",
|
109461
109517
|
"members": {
|
109462
109518
|
"SpotInstanceRequests": {
|
109463
|
-
"shape": "
|
109519
|
+
"shape": "S1oa",
|
109464
109520
|
"locationName": "spotInstanceRequestSet"
|
109465
109521
|
}
|
109466
109522
|
}
|
@@ -109833,7 +109889,7 @@ module.exports={
|
|
109833
109889
|
"locationName": "ipPermissions"
|
109834
109890
|
},
|
109835
109891
|
"SecurityGroupRuleIds": {
|
109836
|
-
"shape": "
|
109892
|
+
"shape": "S1me",
|
109837
109893
|
"locationName": "SecurityGroupRuleId"
|
109838
109894
|
},
|
109839
109895
|
"CidrIp": {
|
@@ -109896,7 +109952,7 @@ module.exports={
|
|
109896
109952
|
"type": "boolean"
|
109897
109953
|
},
|
109898
109954
|
"SecurityGroupRuleIds": {
|
109899
|
-
"shape": "
|
109955
|
+
"shape": "S1me",
|
109900
109956
|
"locationName": "SecurityGroupRuleId"
|
109901
109957
|
}
|
109902
109958
|
}
|
@@ -109945,7 +110001,7 @@ module.exports={
|
|
109945
110001
|
"type": "integer"
|
109946
110002
|
},
|
109947
110003
|
"Monitoring": {
|
109948
|
-
"shape": "
|
110004
|
+
"shape": "S1od"
|
109949
110005
|
},
|
109950
110006
|
"Placement": {
|
109951
110007
|
"shape": "Scr"
|
@@ -109991,7 +110047,7 @@ module.exports={
|
|
109991
110047
|
"locationName": "instanceInitiatedShutdownBehavior"
|
109992
110048
|
},
|
109993
110049
|
"NetworkInterfaces": {
|
109994
|
-
"shape": "
|
110050
|
+
"shape": "S1ns",
|
109995
110051
|
"locationName": "networkInterface"
|
109996
110052
|
},
|
109997
110053
|
"PrivateIpAddress": {
|
@@ -110069,7 +110125,7 @@ module.exports={
|
|
110069
110125
|
}
|
110070
110126
|
},
|
110071
110127
|
"CapacityReservationSpecification": {
|
110072
|
-
"shape": "
|
110128
|
+
"shape": "S25t"
|
110073
110129
|
},
|
110074
110130
|
"HibernationOptions": {
|
110075
110131
|
"type": "structure",
|
@@ -110137,7 +110193,7 @@ module.exports={
|
|
110137
110193
|
}
|
110138
110194
|
},
|
110139
110195
|
"output": {
|
110140
|
-
"shape": "
|
110196
|
+
"shape": "S1du"
|
110141
110197
|
}
|
110142
110198
|
},
|
110143
110199
|
"RunScheduledInstances": {
|
@@ -110235,7 +110291,7 @@ module.exports={
|
|
110235
110291
|
"type": "integer"
|
110236
110292
|
},
|
110237
110293
|
"Groups": {
|
110238
|
-
"shape": "
|
110294
|
+
"shape": "S2di",
|
110239
110295
|
"locationName": "Group"
|
110240
110296
|
},
|
110241
110297
|
"Ipv6AddressCount": {
|
@@ -110284,7 +110340,7 @@ module.exports={
|
|
110284
110340
|
},
|
110285
110341
|
"RamdiskId": {},
|
110286
110342
|
"SecurityGroupIds": {
|
110287
|
-
"shape": "
|
110343
|
+
"shape": "S2di",
|
110288
110344
|
"locationName": "SecurityGroupId"
|
110289
110345
|
},
|
110290
110346
|
"SubnetId": {},
|
@@ -110498,7 +110554,7 @@ module.exports={
|
|
110498
110554
|
"type": "structure",
|
110499
110555
|
"members": {
|
110500
110556
|
"StartingInstances": {
|
110501
|
-
"shape": "
|
110557
|
+
"shape": "S2e6",
|
110502
110558
|
"locationName": "instancesSet"
|
110503
110559
|
}
|
110504
110560
|
}
|
@@ -110529,7 +110585,7 @@ module.exports={
|
|
110529
110585
|
"type": "structure",
|
110530
110586
|
"members": {
|
110531
110587
|
"NetworkInsightsAccessScopeAnalysis": {
|
110532
|
-
"shape": "
|
110588
|
+
"shape": "S1hz",
|
110533
110589
|
"locationName": "networkInsightsAccessScopeAnalysis"
|
110534
110590
|
}
|
110535
110591
|
}
|
@@ -110549,7 +110605,7 @@ module.exports={
|
|
110549
110605
|
"locationName": "AdditionalAccount"
|
110550
110606
|
},
|
110551
110607
|
"FilterInArns": {
|
110552
|
-
"shape": "
|
110608
|
+
"shape": "S1ib",
|
110553
110609
|
"locationName": "FilterInArn"
|
110554
110610
|
},
|
110555
110611
|
"DryRun": {
|
@@ -110568,7 +110624,7 @@ module.exports={
|
|
110568
110624
|
"type": "structure",
|
110569
110625
|
"members": {
|
110570
110626
|
"NetworkInsightsAnalysis": {
|
110571
|
-
"shape": "
|
110627
|
+
"shape": "S1ia",
|
110572
110628
|
"locationName": "networkInsightsAnalysis"
|
110573
110629
|
}
|
110574
110630
|
}
|
@@ -110625,7 +110681,7 @@ module.exports={
|
|
110625
110681
|
"type": "structure",
|
110626
110682
|
"members": {
|
110627
110683
|
"StoppingInstances": {
|
110628
|
-
"shape": "
|
110684
|
+
"shape": "S2e6",
|
110629
110685
|
"locationName": "instancesSet"
|
110630
110686
|
}
|
110631
110687
|
}
|
@@ -110700,7 +110756,7 @@ module.exports={
|
|
110700
110756
|
"type": "structure",
|
110701
110757
|
"members": {
|
110702
110758
|
"TerminatingInstances": {
|
110703
|
-
"shape": "
|
110759
|
+
"shape": "S2e6",
|
110704
110760
|
"locationName": "instancesSet"
|
110705
110761
|
}
|
110706
110762
|
}
|
@@ -110841,7 +110897,7 @@ module.exports={
|
|
110841
110897
|
"type": "structure",
|
110842
110898
|
"members": {
|
110843
110899
|
"InstanceMonitorings": {
|
110844
|
-
"shape": "
|
110900
|
+
"shape": "S29o",
|
110845
110901
|
"locationName": "instancesSet"
|
110846
110902
|
}
|
110847
110903
|
}
|
@@ -110860,7 +110916,7 @@ module.exports={
|
|
110860
110916
|
"shape": "S6x"
|
110861
110917
|
},
|
110862
110918
|
"SecurityGroupRuleDescriptions": {
|
110863
|
-
"shape": "
|
110919
|
+
"shape": "S2ew",
|
110864
110920
|
"locationName": "SecurityGroupRuleDescription"
|
110865
110921
|
}
|
110866
110922
|
}
|
@@ -110888,7 +110944,7 @@ module.exports={
|
|
110888
110944
|
"shape": "S6x"
|
110889
110945
|
},
|
110890
110946
|
"SecurityGroupRuleDescriptions": {
|
110891
|
-
"shape": "
|
110947
|
+
"shape": "S2ew",
|
110892
110948
|
"locationName": "SecurityGroupRuleDescription"
|
110893
110949
|
}
|
110894
110950
|
}
|
@@ -118406,7 +118462,7 @@ module.exports={
|
|
118406
118462
|
}
|
118407
118463
|
}
|
118408
118464
|
},
|
118409
|
-
"
|
118465
|
+
"S1du": {
|
118410
118466
|
"type": "structure",
|
118411
118467
|
"members": {
|
118412
118468
|
"Groups": {
|
@@ -118444,7 +118500,7 @@ module.exports={
|
|
118444
118500
|
"type": "timestamp"
|
118445
118501
|
},
|
118446
118502
|
"Monitoring": {
|
118447
|
-
"shape": "
|
118503
|
+
"shape": "S1dx",
|
118448
118504
|
"locationName": "monitoring"
|
118449
118505
|
},
|
118450
118506
|
"Placement": {
|
@@ -118567,7 +118623,7 @@ module.exports={
|
|
118567
118623
|
"type": "structure",
|
118568
118624
|
"members": {
|
118569
118625
|
"Association": {
|
118570
|
-
"shape": "
|
118626
|
+
"shape": "S1e6",
|
118571
118627
|
"locationName": "association"
|
118572
118628
|
},
|
118573
118629
|
"Attachment": {
|
@@ -118652,7 +118708,7 @@ module.exports={
|
|
118652
118708
|
"type": "structure",
|
118653
118709
|
"members": {
|
118654
118710
|
"Association": {
|
118655
|
-
"shape": "
|
118711
|
+
"shape": "S1e6",
|
118656
118712
|
"locationName": "association"
|
118657
118713
|
},
|
118658
118714
|
"Primary": {
|
@@ -118822,7 +118878,7 @@ module.exports={
|
|
118822
118878
|
}
|
118823
118879
|
},
|
118824
118880
|
"MetadataOptions": {
|
118825
|
-
"shape": "
|
118881
|
+
"shape": "S1em",
|
118826
118882
|
"locationName": "metadataOptions"
|
118827
118883
|
},
|
118828
118884
|
"EnclaveOptions": {
|
@@ -118891,7 +118947,7 @@ module.exports={
|
|
118891
118947
|
}
|
118892
118948
|
}
|
118893
118949
|
},
|
118894
|
-
"
|
118950
|
+
"S1dx": {
|
118895
118951
|
"type": "structure",
|
118896
118952
|
"members": {
|
118897
118953
|
"State": {
|
@@ -118899,7 +118955,7 @@ module.exports={
|
|
118899
118955
|
}
|
118900
118956
|
}
|
118901
118957
|
},
|
118902
|
-
"
|
118958
|
+
"S1e6": {
|
118903
118959
|
"type": "structure",
|
118904
118960
|
"members": {
|
118905
118961
|
"CarrierIp": {
|
@@ -118919,7 +118975,7 @@ module.exports={
|
|
118919
118975
|
}
|
118920
118976
|
}
|
118921
118977
|
},
|
118922
|
-
"
|
118978
|
+
"S1em": {
|
118923
118979
|
"type": "structure",
|
118924
118980
|
"members": {
|
118925
118981
|
"State": {
|
@@ -118943,19 +118999,19 @@ module.exports={
|
|
118943
118999
|
}
|
118944
119000
|
}
|
118945
119001
|
},
|
118946
|
-
"
|
119002
|
+
"S1gq": {
|
118947
119003
|
"type": "list",
|
118948
119004
|
"member": {
|
118949
119005
|
"locationName": "item"
|
118950
119006
|
}
|
118951
119007
|
},
|
118952
|
-
"
|
119008
|
+
"S1h3": {
|
118953
119009
|
"type": "list",
|
118954
119010
|
"member": {
|
118955
119011
|
"locationName": "SnapshotId"
|
118956
119012
|
}
|
118957
119013
|
},
|
118958
|
-
"
|
119014
|
+
"S1hz": {
|
118959
119015
|
"type": "structure",
|
118960
119016
|
"members": {
|
118961
119017
|
"NetworkInsightsAccessScopeAnalysisId": {
|
@@ -118997,7 +119053,7 @@ module.exports={
|
|
118997
119053
|
}
|
118998
119054
|
}
|
118999
119055
|
},
|
119000
|
-
"
|
119056
|
+
"S1ia": {
|
119001
119057
|
"type": "structure",
|
119002
119058
|
"members": {
|
119003
119059
|
"NetworkInsightsAnalysisId": {
|
@@ -119014,7 +119070,7 @@ module.exports={
|
|
119014
119070
|
"locationName": "additionalAccountSet"
|
119015
119071
|
},
|
119016
119072
|
"FilterInArns": {
|
119017
|
-
"shape": "
|
119073
|
+
"shape": "S1ib",
|
119018
119074
|
"locationName": "filterInArnSet"
|
119019
119075
|
},
|
119020
119076
|
"StartDate": {
|
@@ -119035,15 +119091,15 @@ module.exports={
|
|
119035
119091
|
"type": "boolean"
|
119036
119092
|
},
|
119037
119093
|
"ForwardPathComponents": {
|
119038
|
-
"shape": "
|
119094
|
+
"shape": "S1ic",
|
119039
119095
|
"locationName": "forwardPathComponentSet"
|
119040
119096
|
},
|
119041
119097
|
"ReturnPathComponents": {
|
119042
|
-
"shape": "
|
119098
|
+
"shape": "S1ic",
|
119043
119099
|
"locationName": "returnPathComponentSet"
|
119044
119100
|
},
|
119045
119101
|
"Explanations": {
|
119046
|
-
"shape": "
|
119102
|
+
"shape": "S1iw",
|
119047
119103
|
"locationName": "explanationSet"
|
119048
119104
|
},
|
119049
119105
|
"AlternatePathHints": {
|
@@ -119072,13 +119128,13 @@ module.exports={
|
|
119072
119128
|
}
|
119073
119129
|
}
|
119074
119130
|
},
|
119075
|
-
"
|
119131
|
+
"S1ib": {
|
119076
119132
|
"type": "list",
|
119077
119133
|
"member": {
|
119078
119134
|
"locationName": "item"
|
119079
119135
|
}
|
119080
119136
|
},
|
119081
|
-
"
|
119137
|
+
"S1ic": {
|
119082
119138
|
"type": "list",
|
119083
119139
|
"member": {
|
119084
119140
|
"locationName": "item",
|
@@ -119089,47 +119145,47 @@ module.exports={
|
|
119089
119145
|
"type": "integer"
|
119090
119146
|
},
|
119091
119147
|
"AclRule": {
|
119092
|
-
"shape": "
|
119148
|
+
"shape": "S1ie",
|
119093
119149
|
"locationName": "aclRule"
|
119094
119150
|
},
|
119095
119151
|
"AttachedTo": {
|
119096
|
-
"shape": "
|
119152
|
+
"shape": "S1if",
|
119097
119153
|
"locationName": "attachedTo"
|
119098
119154
|
},
|
119099
119155
|
"Component": {
|
119100
|
-
"shape": "
|
119156
|
+
"shape": "S1if",
|
119101
119157
|
"locationName": "component"
|
119102
119158
|
},
|
119103
119159
|
"DestinationVpc": {
|
119104
|
-
"shape": "
|
119160
|
+
"shape": "S1if",
|
119105
119161
|
"locationName": "destinationVpc"
|
119106
119162
|
},
|
119107
119163
|
"OutboundHeader": {
|
119108
|
-
"shape": "
|
119164
|
+
"shape": "S1ig",
|
119109
119165
|
"locationName": "outboundHeader"
|
119110
119166
|
},
|
119111
119167
|
"InboundHeader": {
|
119112
|
-
"shape": "
|
119168
|
+
"shape": "S1ig",
|
119113
119169
|
"locationName": "inboundHeader"
|
119114
119170
|
},
|
119115
119171
|
"RouteTableRoute": {
|
119116
|
-
"shape": "
|
119172
|
+
"shape": "S1ij",
|
119117
119173
|
"locationName": "routeTableRoute"
|
119118
119174
|
},
|
119119
119175
|
"SecurityGroupRule": {
|
119120
|
-
"shape": "
|
119176
|
+
"shape": "S1ik",
|
119121
119177
|
"locationName": "securityGroupRule"
|
119122
119178
|
},
|
119123
119179
|
"SourceVpc": {
|
119124
|
-
"shape": "
|
119180
|
+
"shape": "S1if",
|
119125
119181
|
"locationName": "sourceVpc"
|
119126
119182
|
},
|
119127
119183
|
"Subnet": {
|
119128
|
-
"shape": "
|
119184
|
+
"shape": "S1if",
|
119129
119185
|
"locationName": "subnet"
|
119130
119186
|
},
|
119131
119187
|
"Vpc": {
|
119132
|
-
"shape": "
|
119188
|
+
"shape": "S1if",
|
119133
119189
|
"locationName": "vpc"
|
119134
119190
|
},
|
119135
119191
|
"AdditionalDetails": {
|
@@ -119143,15 +119199,15 @@ module.exports={
|
|
119143
119199
|
"locationName": "additionalDetailType"
|
119144
119200
|
},
|
119145
119201
|
"Component": {
|
119146
|
-
"shape": "
|
119202
|
+
"shape": "S1if",
|
119147
119203
|
"locationName": "component"
|
119148
119204
|
},
|
119149
119205
|
"VpcEndpointService": {
|
119150
|
-
"shape": "
|
119206
|
+
"shape": "S1if",
|
119151
119207
|
"locationName": "vpcEndpointService"
|
119152
119208
|
},
|
119153
119209
|
"RuleOptions": {
|
119154
|
-
"shape": "
|
119210
|
+
"shape": "S1in",
|
119155
119211
|
"locationName": "ruleOptionSet"
|
119156
119212
|
},
|
119157
119213
|
"RuleGroupTypePairs": {
|
@@ -119181,7 +119237,7 @@ module.exports={
|
|
119181
119237
|
"locationName": "ruleGroupArn"
|
119182
119238
|
},
|
119183
119239
|
"RuleOptions": {
|
119184
|
-
"shape": "
|
119240
|
+
"shape": "S1in",
|
119185
119241
|
"locationName": "ruleOptionSet"
|
119186
119242
|
}
|
119187
119243
|
}
|
@@ -119191,34 +119247,34 @@ module.exports={
|
|
119191
119247
|
"locationName": "serviceName"
|
119192
119248
|
},
|
119193
119249
|
"LoadBalancers": {
|
119194
|
-
"shape": "
|
119250
|
+
"shape": "S1iu",
|
119195
119251
|
"locationName": "loadBalancerSet"
|
119196
119252
|
}
|
119197
119253
|
}
|
119198
119254
|
}
|
119199
119255
|
},
|
119200
119256
|
"TransitGateway": {
|
119201
|
-
"shape": "
|
119257
|
+
"shape": "S1if",
|
119202
119258
|
"locationName": "transitGateway"
|
119203
119259
|
},
|
119204
119260
|
"TransitGatewayRouteTableRoute": {
|
119205
|
-
"shape": "
|
119261
|
+
"shape": "S1iv",
|
119206
119262
|
"locationName": "transitGatewayRouteTableRoute"
|
119207
119263
|
},
|
119208
119264
|
"Explanations": {
|
119209
|
-
"shape": "
|
119265
|
+
"shape": "S1iw",
|
119210
119266
|
"locationName": "explanationSet"
|
119211
119267
|
},
|
119212
119268
|
"ElasticLoadBalancerListener": {
|
119213
|
-
"shape": "
|
119269
|
+
"shape": "S1if",
|
119214
119270
|
"locationName": "elasticLoadBalancerListener"
|
119215
119271
|
},
|
119216
119272
|
"FirewallStatelessRule": {
|
119217
|
-
"shape": "
|
119273
|
+
"shape": "S1j2",
|
119218
119274
|
"locationName": "firewallStatelessRule"
|
119219
119275
|
},
|
119220
119276
|
"FirewallStatefulRule": {
|
119221
|
-
"shape": "
|
119277
|
+
"shape": "S1j6",
|
119222
119278
|
"locationName": "firewallStatefulRule"
|
119223
119279
|
},
|
119224
119280
|
"ServiceName": {
|
@@ -119227,7 +119283,7 @@ module.exports={
|
|
119227
119283
|
}
|
119228
119284
|
}
|
119229
119285
|
},
|
119230
|
-
"
|
119286
|
+
"S1ie": {
|
119231
119287
|
"type": "structure",
|
119232
119288
|
"members": {
|
119233
119289
|
"Cidr": {
|
@@ -119253,7 +119309,7 @@ module.exports={
|
|
119253
119309
|
}
|
119254
119310
|
}
|
119255
119311
|
},
|
119256
|
-
"
|
119312
|
+
"S1if": {
|
119257
119313
|
"type": "structure",
|
119258
119314
|
"members": {
|
119259
119315
|
"Id": {
|
@@ -119267,44 +119323,44 @@ module.exports={
|
|
119267
119323
|
}
|
119268
119324
|
}
|
119269
119325
|
},
|
119270
|
-
"
|
119326
|
+
"S1ig": {
|
119271
119327
|
"type": "structure",
|
119272
119328
|
"members": {
|
119273
119329
|
"DestinationAddresses": {
|
119274
|
-
"shape": "
|
119330
|
+
"shape": "S1ih",
|
119275
119331
|
"locationName": "destinationAddressSet"
|
119276
119332
|
},
|
119277
119333
|
"DestinationPortRanges": {
|
119278
|
-
"shape": "
|
119334
|
+
"shape": "S1ii",
|
119279
119335
|
"locationName": "destinationPortRangeSet"
|
119280
119336
|
},
|
119281
119337
|
"Protocol": {
|
119282
119338
|
"locationName": "protocol"
|
119283
119339
|
},
|
119284
119340
|
"SourceAddresses": {
|
119285
|
-
"shape": "
|
119341
|
+
"shape": "S1ih",
|
119286
119342
|
"locationName": "sourceAddressSet"
|
119287
119343
|
},
|
119288
119344
|
"SourcePortRanges": {
|
119289
|
-
"shape": "
|
119345
|
+
"shape": "S1ii",
|
119290
119346
|
"locationName": "sourcePortRangeSet"
|
119291
119347
|
}
|
119292
119348
|
}
|
119293
119349
|
},
|
119294
|
-
"
|
119350
|
+
"S1ih": {
|
119295
119351
|
"type": "list",
|
119296
119352
|
"member": {
|
119297
119353
|
"locationName": "item"
|
119298
119354
|
}
|
119299
119355
|
},
|
119300
|
-
"
|
119356
|
+
"S1ii": {
|
119301
119357
|
"type": "list",
|
119302
119358
|
"member": {
|
119303
119359
|
"shape": "Skp",
|
119304
119360
|
"locationName": "item"
|
119305
119361
|
}
|
119306
119362
|
},
|
119307
|
-
"
|
119363
|
+
"S1ij": {
|
119308
119364
|
"type": "structure",
|
119309
119365
|
"members": {
|
119310
119366
|
"DestinationCidr": {
|
@@ -119351,7 +119407,7 @@ module.exports={
|
|
119351
119407
|
}
|
119352
119408
|
}
|
119353
119409
|
},
|
119354
|
-
"
|
119410
|
+
"S1ik": {
|
119355
119411
|
"type": "structure",
|
119356
119412
|
"members": {
|
119357
119413
|
"Cidr": {
|
@@ -119375,7 +119431,7 @@ module.exports={
|
|
119375
119431
|
}
|
119376
119432
|
}
|
119377
119433
|
},
|
119378
|
-
"
|
119434
|
+
"S1in": {
|
119379
119435
|
"type": "list",
|
119380
119436
|
"member": {
|
119381
119437
|
"locationName": "item",
|
@@ -119385,26 +119441,26 @@ module.exports={
|
|
119385
119441
|
"locationName": "keyword"
|
119386
119442
|
},
|
119387
119443
|
"Settings": {
|
119388
|
-
"shape": "
|
119444
|
+
"shape": "S1ip",
|
119389
119445
|
"locationName": "settingSet"
|
119390
119446
|
}
|
119391
119447
|
}
|
119392
119448
|
}
|
119393
119449
|
},
|
119394
|
-
"
|
119450
|
+
"S1ip": {
|
119395
119451
|
"type": "list",
|
119396
119452
|
"member": {
|
119397
119453
|
"locationName": "item"
|
119398
119454
|
}
|
119399
119455
|
},
|
119400
|
-
"
|
119456
|
+
"S1iu": {
|
119401
119457
|
"type": "list",
|
119402
119458
|
"member": {
|
119403
|
-
"shape": "
|
119459
|
+
"shape": "S1if",
|
119404
119460
|
"locationName": "item"
|
119405
119461
|
}
|
119406
119462
|
},
|
119407
|
-
"
|
119463
|
+
"S1iv": {
|
119408
119464
|
"type": "structure",
|
119409
119465
|
"members": {
|
119410
119466
|
"DestinationCidr": {
|
@@ -119430,29 +119486,29 @@ module.exports={
|
|
119430
119486
|
}
|
119431
119487
|
}
|
119432
119488
|
},
|
119433
|
-
"
|
119489
|
+
"S1iw": {
|
119434
119490
|
"type": "list",
|
119435
119491
|
"member": {
|
119436
119492
|
"locationName": "item",
|
119437
119493
|
"type": "structure",
|
119438
119494
|
"members": {
|
119439
119495
|
"Acl": {
|
119440
|
-
"shape": "
|
119496
|
+
"shape": "S1if",
|
119441
119497
|
"locationName": "acl"
|
119442
119498
|
},
|
119443
119499
|
"AclRule": {
|
119444
|
-
"shape": "
|
119500
|
+
"shape": "S1ie",
|
119445
119501
|
"locationName": "aclRule"
|
119446
119502
|
},
|
119447
119503
|
"Address": {
|
119448
119504
|
"locationName": "address"
|
119449
119505
|
},
|
119450
119506
|
"Addresses": {
|
119451
|
-
"shape": "
|
119507
|
+
"shape": "S1ih",
|
119452
119508
|
"locationName": "addressSet"
|
119453
119509
|
},
|
119454
119510
|
"AttachedTo": {
|
119455
|
-
"shape": "
|
119511
|
+
"shape": "S1if",
|
119456
119512
|
"locationName": "attachedTo"
|
119457
119513
|
},
|
119458
119514
|
"AvailabilityZones": {
|
@@ -119464,19 +119520,19 @@ module.exports={
|
|
119464
119520
|
"locationName": "cidrSet"
|
119465
119521
|
},
|
119466
119522
|
"Component": {
|
119467
|
-
"shape": "
|
119523
|
+
"shape": "S1if",
|
119468
119524
|
"locationName": "component"
|
119469
119525
|
},
|
119470
119526
|
"CustomerGateway": {
|
119471
|
-
"shape": "
|
119527
|
+
"shape": "S1if",
|
119472
119528
|
"locationName": "customerGateway"
|
119473
119529
|
},
|
119474
119530
|
"Destination": {
|
119475
|
-
"shape": "
|
119531
|
+
"shape": "S1if",
|
119476
119532
|
"locationName": "destination"
|
119477
119533
|
},
|
119478
119534
|
"DestinationVpc": {
|
119479
|
-
"shape": "
|
119535
|
+
"shape": "S1if",
|
119480
119536
|
"locationName": "destinationVpc"
|
119481
119537
|
},
|
119482
119538
|
"Direction": {
|
@@ -119486,11 +119542,11 @@ module.exports={
|
|
119486
119542
|
"locationName": "explanationCode"
|
119487
119543
|
},
|
119488
119544
|
"IngressRouteTable": {
|
119489
|
-
"shape": "
|
119545
|
+
"shape": "S1if",
|
119490
119546
|
"locationName": "ingressRouteTable"
|
119491
119547
|
},
|
119492
119548
|
"InternetGateway": {
|
119493
|
-
"shape": "
|
119549
|
+
"shape": "S1if",
|
119494
119550
|
"locationName": "internetGateway"
|
119495
119551
|
},
|
119496
119552
|
"LoadBalancerArn": {
|
@@ -119525,7 +119581,7 @@ module.exports={
|
|
119525
119581
|
"locationName": "availabilityZone"
|
119526
119582
|
},
|
119527
119583
|
"Instance": {
|
119528
|
-
"shape": "
|
119584
|
+
"shape": "S1if",
|
119529
119585
|
"locationName": "instance"
|
119530
119586
|
},
|
119531
119587
|
"Port": {
|
@@ -119535,11 +119591,11 @@ module.exports={
|
|
119535
119591
|
}
|
119536
119592
|
},
|
119537
119593
|
"LoadBalancerTargetGroup": {
|
119538
|
-
"shape": "
|
119594
|
+
"shape": "S1if",
|
119539
119595
|
"locationName": "loadBalancerTargetGroup"
|
119540
119596
|
},
|
119541
119597
|
"LoadBalancerTargetGroups": {
|
119542
|
-
"shape": "
|
119598
|
+
"shape": "S1iu",
|
119543
119599
|
"locationName": "loadBalancerTargetGroupSet"
|
119544
119600
|
},
|
119545
119601
|
"LoadBalancerTargetPort": {
|
@@ -119547,25 +119603,25 @@ module.exports={
|
|
119547
119603
|
"type": "integer"
|
119548
119604
|
},
|
119549
119605
|
"ElasticLoadBalancerListener": {
|
119550
|
-
"shape": "
|
119606
|
+
"shape": "S1if",
|
119551
119607
|
"locationName": "elasticLoadBalancerListener"
|
119552
119608
|
},
|
119553
119609
|
"MissingComponent": {
|
119554
119610
|
"locationName": "missingComponent"
|
119555
119611
|
},
|
119556
119612
|
"NatGateway": {
|
119557
|
-
"shape": "
|
119613
|
+
"shape": "S1if",
|
119558
119614
|
"locationName": "natGateway"
|
119559
119615
|
},
|
119560
119616
|
"NetworkInterface": {
|
119561
|
-
"shape": "
|
119617
|
+
"shape": "S1if",
|
119562
119618
|
"locationName": "networkInterface"
|
119563
119619
|
},
|
119564
119620
|
"PacketField": {
|
119565
119621
|
"locationName": "packetField"
|
119566
119622
|
},
|
119567
119623
|
"VpcPeeringConnection": {
|
119568
|
-
"shape": "
|
119624
|
+
"shape": "S1if",
|
119569
119625
|
"locationName": "vpcPeeringConnection"
|
119570
119626
|
},
|
119571
119627
|
"Port": {
|
@@ -119573,82 +119629,82 @@ module.exports={
|
|
119573
119629
|
"type": "integer"
|
119574
119630
|
},
|
119575
119631
|
"PortRanges": {
|
119576
|
-
"shape": "
|
119632
|
+
"shape": "S1ii",
|
119577
119633
|
"locationName": "portRangeSet"
|
119578
119634
|
},
|
119579
119635
|
"PrefixList": {
|
119580
|
-
"shape": "
|
119636
|
+
"shape": "S1if",
|
119581
119637
|
"locationName": "prefixList"
|
119582
119638
|
},
|
119583
119639
|
"Protocols": {
|
119584
|
-
"shape": "
|
119640
|
+
"shape": "S1ip",
|
119585
119641
|
"locationName": "protocolSet"
|
119586
119642
|
},
|
119587
119643
|
"RouteTableRoute": {
|
119588
|
-
"shape": "
|
119644
|
+
"shape": "S1ij",
|
119589
119645
|
"locationName": "routeTableRoute"
|
119590
119646
|
},
|
119591
119647
|
"RouteTable": {
|
119592
|
-
"shape": "
|
119648
|
+
"shape": "S1if",
|
119593
119649
|
"locationName": "routeTable"
|
119594
119650
|
},
|
119595
119651
|
"SecurityGroup": {
|
119596
|
-
"shape": "
|
119652
|
+
"shape": "S1if",
|
119597
119653
|
"locationName": "securityGroup"
|
119598
119654
|
},
|
119599
119655
|
"SecurityGroupRule": {
|
119600
|
-
"shape": "
|
119656
|
+
"shape": "S1ik",
|
119601
119657
|
"locationName": "securityGroupRule"
|
119602
119658
|
},
|
119603
119659
|
"SecurityGroups": {
|
119604
|
-
"shape": "
|
119660
|
+
"shape": "S1iu",
|
119605
119661
|
"locationName": "securityGroupSet"
|
119606
119662
|
},
|
119607
119663
|
"SourceVpc": {
|
119608
|
-
"shape": "
|
119664
|
+
"shape": "S1if",
|
119609
119665
|
"locationName": "sourceVpc"
|
119610
119666
|
},
|
119611
119667
|
"State": {
|
119612
119668
|
"locationName": "state"
|
119613
119669
|
},
|
119614
119670
|
"Subnet": {
|
119615
|
-
"shape": "
|
119671
|
+
"shape": "S1if",
|
119616
119672
|
"locationName": "subnet"
|
119617
119673
|
},
|
119618
119674
|
"SubnetRouteTable": {
|
119619
|
-
"shape": "
|
119675
|
+
"shape": "S1if",
|
119620
119676
|
"locationName": "subnetRouteTable"
|
119621
119677
|
},
|
119622
119678
|
"Vpc": {
|
119623
|
-
"shape": "
|
119679
|
+
"shape": "S1if",
|
119624
119680
|
"locationName": "vpc"
|
119625
119681
|
},
|
119626
119682
|
"VpcEndpoint": {
|
119627
|
-
"shape": "
|
119683
|
+
"shape": "S1if",
|
119628
119684
|
"locationName": "vpcEndpoint"
|
119629
119685
|
},
|
119630
119686
|
"VpnConnection": {
|
119631
|
-
"shape": "
|
119687
|
+
"shape": "S1if",
|
119632
119688
|
"locationName": "vpnConnection"
|
119633
119689
|
},
|
119634
119690
|
"VpnGateway": {
|
119635
|
-
"shape": "
|
119691
|
+
"shape": "S1if",
|
119636
119692
|
"locationName": "vpnGateway"
|
119637
119693
|
},
|
119638
119694
|
"TransitGateway": {
|
119639
|
-
"shape": "
|
119695
|
+
"shape": "S1if",
|
119640
119696
|
"locationName": "transitGateway"
|
119641
119697
|
},
|
119642
119698
|
"TransitGatewayRouteTable": {
|
119643
|
-
"shape": "
|
119699
|
+
"shape": "S1if",
|
119644
119700
|
"locationName": "transitGatewayRouteTable"
|
119645
119701
|
},
|
119646
119702
|
"TransitGatewayRouteTableRoute": {
|
119647
|
-
"shape": "
|
119703
|
+
"shape": "S1iv",
|
119648
119704
|
"locationName": "transitGatewayRouteTableRoute"
|
119649
119705
|
},
|
119650
119706
|
"TransitGatewayAttachment": {
|
119651
|
-
"shape": "
|
119707
|
+
"shape": "S1if",
|
119652
119708
|
"locationName": "transitGatewayAttachment"
|
119653
119709
|
},
|
119654
119710
|
"ComponentAccount": {
|
@@ -119658,17 +119714,17 @@ module.exports={
|
|
119658
119714
|
"locationName": "componentRegion"
|
119659
119715
|
},
|
119660
119716
|
"FirewallStatelessRule": {
|
119661
|
-
"shape": "
|
119717
|
+
"shape": "S1j2",
|
119662
119718
|
"locationName": "firewallStatelessRule"
|
119663
119719
|
},
|
119664
119720
|
"FirewallStatefulRule": {
|
119665
|
-
"shape": "
|
119721
|
+
"shape": "S1j6",
|
119666
119722
|
"locationName": "firewallStatefulRule"
|
119667
119723
|
}
|
119668
119724
|
}
|
119669
119725
|
}
|
119670
119726
|
},
|
119671
|
-
"
|
119727
|
+
"S1j2": {
|
119672
119728
|
"type": "structure",
|
119673
119729
|
"members": {
|
119674
119730
|
"RuleGroupArn": {
|
@@ -119683,11 +119739,11 @@ module.exports={
|
|
119683
119739
|
"locationName": "destinationSet"
|
119684
119740
|
},
|
119685
119741
|
"SourcePorts": {
|
119686
|
-
"shape": "
|
119742
|
+
"shape": "S1ii",
|
119687
119743
|
"locationName": "sourcePortSet"
|
119688
119744
|
},
|
119689
119745
|
"DestinationPorts": {
|
119690
|
-
"shape": "
|
119746
|
+
"shape": "S1ii",
|
119691
119747
|
"locationName": "destinationPortSet"
|
119692
119748
|
},
|
119693
119749
|
"Protocols": {
|
@@ -119707,7 +119763,7 @@ module.exports={
|
|
119707
119763
|
}
|
119708
119764
|
}
|
119709
119765
|
},
|
119710
|
-
"
|
119766
|
+
"S1j6": {
|
119711
119767
|
"type": "structure",
|
119712
119768
|
"members": {
|
119713
119769
|
"RuleGroupArn": {
|
@@ -119722,11 +119778,11 @@ module.exports={
|
|
119722
119778
|
"locationName": "destinationSet"
|
119723
119779
|
},
|
119724
119780
|
"SourcePorts": {
|
119725
|
-
"shape": "
|
119781
|
+
"shape": "S1ii",
|
119726
119782
|
"locationName": "sourcePortSet"
|
119727
119783
|
},
|
119728
119784
|
"DestinationPorts": {
|
119729
|
-
"shape": "
|
119785
|
+
"shape": "S1ii",
|
119730
119786
|
"locationName": "destinationPortSet"
|
119731
119787
|
},
|
119732
119788
|
"Protocol": {
|
@@ -119740,7 +119796,7 @@ module.exports={
|
|
119740
119796
|
}
|
119741
119797
|
}
|
119742
119798
|
},
|
119743
|
-
"
|
119799
|
+
"S1kd": {
|
119744
119800
|
"type": "structure",
|
119745
119801
|
"members": {
|
119746
119802
|
"FirstAddress": {
|
@@ -119759,13 +119815,13 @@ module.exports={
|
|
119759
119815
|
}
|
119760
119816
|
}
|
119761
119817
|
},
|
119762
|
-
"
|
119818
|
+
"S1kq": {
|
119763
119819
|
"type": "list",
|
119764
119820
|
"member": {
|
119765
119821
|
"locationName": "ReservedInstancesId"
|
119766
119822
|
}
|
119767
119823
|
},
|
119768
|
-
"
|
119824
|
+
"S1ky": {
|
119769
119825
|
"type": "list",
|
119770
119826
|
"member": {
|
119771
119827
|
"locationName": "item",
|
@@ -119781,7 +119837,7 @@ module.exports={
|
|
119781
119837
|
}
|
119782
119838
|
}
|
119783
119839
|
},
|
119784
|
-
"
|
119840
|
+
"S1lc": {
|
119785
119841
|
"type": "structure",
|
119786
119842
|
"members": {
|
119787
119843
|
"AvailabilityZone": {
|
@@ -119802,7 +119858,7 @@ module.exports={
|
|
119802
119858
|
}
|
119803
119859
|
}
|
119804
119860
|
},
|
119805
|
-
"
|
119861
|
+
"S1lz": {
|
119806
119862
|
"type": "structure",
|
119807
119863
|
"members": {
|
119808
119864
|
"Frequency": {
|
@@ -119829,7 +119885,7 @@ module.exports={
|
|
119829
119885
|
}
|
119830
119886
|
}
|
119831
119887
|
},
|
119832
|
-
"
|
119888
|
+
"S1m7": {
|
119833
119889
|
"type": "structure",
|
119834
119890
|
"members": {
|
119835
119891
|
"AvailabilityZone": {
|
@@ -119864,7 +119920,7 @@ module.exports={
|
|
119864
119920
|
"type": "timestamp"
|
119865
119921
|
},
|
119866
119922
|
"Recurrence": {
|
119867
|
-
"shape": "
|
119923
|
+
"shape": "S1lz",
|
119868
119924
|
"locationName": "recurrence"
|
119869
119925
|
},
|
119870
119926
|
"ScheduledInstanceId": {
|
@@ -119888,19 +119944,19 @@ module.exports={
|
|
119888
119944
|
}
|
119889
119945
|
}
|
119890
119946
|
},
|
119891
|
-
"
|
119947
|
+
"S1me": {
|
119892
119948
|
"type": "list",
|
119893
119949
|
"member": {
|
119894
119950
|
"locationName": "item"
|
119895
119951
|
}
|
119896
119952
|
},
|
119897
|
-
"
|
119953
|
+
"S1mi": {
|
119898
119954
|
"type": "list",
|
119899
119955
|
"member": {
|
119900
119956
|
"locationName": "GroupName"
|
119901
119957
|
}
|
119902
119958
|
},
|
119903
|
-
"
|
119959
|
+
"S1mq": {
|
119904
119960
|
"type": "list",
|
119905
119961
|
"member": {
|
119906
119962
|
"locationName": "item",
|
@@ -119915,7 +119971,7 @@ module.exports={
|
|
119915
119971
|
}
|
119916
119972
|
}
|
119917
119973
|
},
|
119918
|
-
"
|
119974
|
+
"S1ni": {
|
119919
119975
|
"type": "structure",
|
119920
119976
|
"required": [
|
119921
119977
|
"IamFleetRole",
|
@@ -120013,11 +120069,11 @@ module.exports={
|
|
120013
120069
|
}
|
120014
120070
|
},
|
120015
120071
|
"NetworkInterfaces": {
|
120016
|
-
"shape": "
|
120072
|
+
"shape": "S1ns",
|
120017
120073
|
"locationName": "networkInterfaceSet"
|
120018
120074
|
},
|
120019
120075
|
"Placement": {
|
120020
|
-
"shape": "
|
120076
|
+
"shape": "S1nu",
|
120021
120077
|
"locationName": "placement"
|
120022
120078
|
},
|
120023
120079
|
"RamdiskId": {
|
@@ -120062,7 +120118,7 @@ module.exports={
|
|
120062
120118
|
}
|
120063
120119
|
},
|
120064
120120
|
"LaunchTemplateConfigs": {
|
120065
|
-
"shape": "
|
120121
|
+
"shape": "S1nx",
|
120066
120122
|
"locationName": "launchTemplateConfigs"
|
120067
120123
|
},
|
120068
120124
|
"SpotPrice": {
|
@@ -120164,7 +120220,7 @@ module.exports={
|
|
120164
120220
|
}
|
120165
120221
|
}
|
120166
120222
|
},
|
120167
|
-
"
|
120223
|
+
"S1ns": {
|
120168
120224
|
"type": "list",
|
120169
120225
|
"member": {
|
120170
120226
|
"locationName": "item",
|
@@ -120249,7 +120305,7 @@ module.exports={
|
|
120249
120305
|
}
|
120250
120306
|
}
|
120251
120307
|
},
|
120252
|
-
"
|
120308
|
+
"S1nu": {
|
120253
120309
|
"type": "structure",
|
120254
120310
|
"members": {
|
120255
120311
|
"AvailabilityZone": {
|
@@ -120263,7 +120319,7 @@ module.exports={
|
|
120263
120319
|
}
|
120264
120320
|
}
|
120265
120321
|
},
|
120266
|
-
"
|
120322
|
+
"S1nx": {
|
120267
120323
|
"type": "list",
|
120268
120324
|
"member": {
|
120269
120325
|
"locationName": "item",
|
@@ -120310,7 +120366,7 @@ module.exports={
|
|
120310
120366
|
}
|
120311
120367
|
}
|
120312
120368
|
},
|
120313
|
-
"
|
120369
|
+
"S1oa": {
|
120314
120370
|
"type": "list",
|
120315
120371
|
"member": {
|
120316
120372
|
"locationName": "item",
|
@@ -120380,11 +120436,11 @@ module.exports={
|
|
120380
120436
|
"locationName": "keyName"
|
120381
120437
|
},
|
120382
120438
|
"NetworkInterfaces": {
|
120383
|
-
"shape": "
|
120439
|
+
"shape": "S1ns",
|
120384
120440
|
"locationName": "networkInterfaceSet"
|
120385
120441
|
},
|
120386
120442
|
"Placement": {
|
120387
|
-
"shape": "
|
120443
|
+
"shape": "S1nu",
|
120388
120444
|
"locationName": "placement"
|
120389
120445
|
},
|
120390
120446
|
"RamdiskId": {
|
@@ -120394,7 +120450,7 @@ module.exports={
|
|
120394
120450
|
"locationName": "subnetId"
|
120395
120451
|
},
|
120396
120452
|
"Monitoring": {
|
120397
|
-
"shape": "
|
120453
|
+
"shape": "S1od",
|
120398
120454
|
"locationName": "monitoring"
|
120399
120455
|
}
|
120400
120456
|
}
|
@@ -120451,7 +120507,7 @@ module.exports={
|
|
120451
120507
|
}
|
120452
120508
|
}
|
120453
120509
|
},
|
120454
|
-
"
|
120510
|
+
"S1od": {
|
120455
120511
|
"type": "structure",
|
120456
120512
|
"required": [
|
120457
120513
|
"Enabled"
|
@@ -120463,7 +120519,7 @@ module.exports={
|
|
120463
120519
|
}
|
120464
120520
|
}
|
120465
120521
|
},
|
120466
|
-
"
|
120522
|
+
"S1os": {
|
120467
120523
|
"type": "list",
|
120468
120524
|
"member": {
|
120469
120525
|
"locationName": "item",
|
@@ -120505,17 +120561,17 @@ module.exports={
|
|
120505
120561
|
}
|
120506
120562
|
}
|
120507
120563
|
},
|
120508
|
-
"
|
120564
|
+
"S1pq": {
|
120509
120565
|
"type": "list",
|
120510
120566
|
"member": {}
|
120511
120567
|
},
|
120512
|
-
"
|
120568
|
+
"S1r9": {
|
120513
120569
|
"type": "list",
|
120514
120570
|
"member": {
|
120515
120571
|
"locationName": "item"
|
120516
120572
|
}
|
120517
120573
|
},
|
120518
|
-
"
|
120574
|
+
"S1rd": {
|
120519
120575
|
"type": "structure",
|
120520
120576
|
"members": {
|
120521
120577
|
"VerifiedAccessInstanceId": {
|
@@ -120534,7 +120590,7 @@ module.exports={
|
|
120534
120590
|
"type": "boolean"
|
120535
120591
|
},
|
120536
120592
|
"DeliveryStatus": {
|
120537
|
-
"shape": "
|
120593
|
+
"shape": "S1rg",
|
120538
120594
|
"locationName": "deliveryStatus"
|
120539
120595
|
},
|
120540
120596
|
"BucketName": {
|
@@ -120557,7 +120613,7 @@ module.exports={
|
|
120557
120613
|
"type": "boolean"
|
120558
120614
|
},
|
120559
120615
|
"DeliveryStatus": {
|
120560
|
-
"shape": "
|
120616
|
+
"shape": "S1rg",
|
120561
120617
|
"locationName": "deliveryStatus"
|
120562
120618
|
},
|
120563
120619
|
"LogGroup": {
|
@@ -120574,7 +120630,7 @@ module.exports={
|
|
120574
120630
|
"type": "boolean"
|
120575
120631
|
},
|
120576
120632
|
"DeliveryStatus": {
|
120577
|
-
"shape": "
|
120633
|
+
"shape": "S1rg",
|
120578
120634
|
"locationName": "deliveryStatus"
|
120579
120635
|
},
|
120580
120636
|
"DeliveryStream": {
|
@@ -120593,7 +120649,7 @@ module.exports={
|
|
120593
120649
|
}
|
120594
120650
|
}
|
120595
120651
|
},
|
120596
|
-
"
|
120652
|
+
"S1rg": {
|
120597
120653
|
"type": "structure",
|
120598
120654
|
"members": {
|
120599
120655
|
"Code": {
|
@@ -120604,7 +120660,7 @@ module.exports={
|
|
120604
120660
|
}
|
120605
120661
|
}
|
120606
120662
|
},
|
120607
|
-
"
|
120663
|
+
"S1sh": {
|
120608
120664
|
"type": "structure",
|
120609
120665
|
"members": {
|
120610
120666
|
"VolumeId": {
|
@@ -120668,19 +120724,19 @@ module.exports={
|
|
120668
120724
|
}
|
120669
120725
|
}
|
120670
120726
|
},
|
120671
|
-
"
|
120727
|
+
"S1sn": {
|
120672
120728
|
"type": "list",
|
120673
120729
|
"member": {
|
120674
120730
|
"locationName": "VpcId"
|
120675
120731
|
}
|
120676
120732
|
},
|
120677
|
-
"
|
120733
|
+
"S1un": {
|
120678
120734
|
"type": "list",
|
120679
120735
|
"member": {
|
120680
120736
|
"locationName": "AvailabilityZone"
|
120681
120737
|
}
|
120682
120738
|
},
|
120683
|
-
"
|
120739
|
+
"S1vc": {
|
120684
120740
|
"type": "structure",
|
120685
120741
|
"members": {
|
120686
120742
|
"TransitGatewayAttachmentId": {
|
@@ -120703,7 +120759,7 @@ module.exports={
|
|
120703
120759
|
}
|
120704
120760
|
}
|
120705
120761
|
},
|
120706
|
-
"
|
120762
|
+
"S1yu": {
|
120707
120763
|
"type": "structure",
|
120708
120764
|
"members": {
|
120709
120765
|
"InstanceFamily": {
|
@@ -120714,13 +120770,13 @@ module.exports={
|
|
120714
120770
|
}
|
120715
120771
|
}
|
120716
120772
|
},
|
120717
|
-
"
|
120773
|
+
"S1zb": {
|
120718
120774
|
"type": "list",
|
120719
120775
|
"member": {
|
120720
120776
|
"locationName": "item"
|
120721
120777
|
}
|
120722
120778
|
},
|
120723
|
-
"
|
120779
|
+
"S1zd": {
|
120724
120780
|
"type": "list",
|
120725
120781
|
"member": {
|
120726
120782
|
"locationName": "item",
|
@@ -120755,19 +120811,19 @@ module.exports={
|
|
120755
120811
|
}
|
120756
120812
|
}
|
120757
120813
|
},
|
120758
|
-
"
|
120814
|
+
"S1zi": {
|
120759
120815
|
"type": "list",
|
120760
120816
|
"member": {
|
120761
120817
|
"locationName": "item"
|
120762
120818
|
}
|
120763
120819
|
},
|
120764
|
-
"
|
120820
|
+
"S1zj": {
|
120765
120821
|
"type": "list",
|
120766
120822
|
"member": {
|
120767
120823
|
"locationName": "item"
|
120768
120824
|
}
|
120769
120825
|
},
|
120770
|
-
"
|
120826
|
+
"S20v": {
|
120771
120827
|
"type": "structure",
|
120772
120828
|
"members": {
|
120773
120829
|
"IpamId": {
|
@@ -120819,7 +120875,7 @@ module.exports={
|
|
120819
120875
|
}
|
120820
120876
|
}
|
120821
120877
|
},
|
120822
|
-
"
|
120878
|
+
"S21j": {
|
120823
120879
|
"type": "structure",
|
120824
120880
|
"members": {
|
120825
120881
|
"HourlyPrice": {
|
@@ -120833,14 +120889,14 @@ module.exports={
|
|
120833
120889
|
}
|
120834
120890
|
}
|
120835
120891
|
},
|
120836
|
-
"
|
120892
|
+
"S22a": {
|
120837
120893
|
"type": "list",
|
120838
120894
|
"member": {
|
120839
120895
|
"shape": "So6",
|
120840
120896
|
"locationName": "item"
|
120841
120897
|
}
|
120842
120898
|
},
|
120843
|
-
"
|
120899
|
+
"S23m": {
|
120844
120900
|
"type": "structure",
|
120845
120901
|
"members": {
|
120846
120902
|
"Comment": {},
|
@@ -120855,14 +120911,14 @@ module.exports={
|
|
120855
120911
|
}
|
120856
120912
|
}
|
120857
120913
|
},
|
120858
|
-
"
|
120914
|
+
"S23p": {
|
120859
120915
|
"type": "structure",
|
120860
120916
|
"members": {
|
120861
120917
|
"S3Bucket": {},
|
120862
120918
|
"S3Key": {}
|
120863
120919
|
}
|
120864
120920
|
},
|
120865
|
-
"
|
120921
|
+
"S23w": {
|
120866
120922
|
"type": "structure",
|
120867
120923
|
"required": [
|
120868
120924
|
"Bytes",
|
@@ -120883,7 +120939,7 @@ module.exports={
|
|
120883
120939
|
}
|
120884
120940
|
}
|
120885
120941
|
},
|
120886
|
-
"
|
120942
|
+
"S23x": {
|
120887
120943
|
"type": "structure",
|
120888
120944
|
"required": [
|
120889
120945
|
"Size"
|
@@ -120895,25 +120951,25 @@ module.exports={
|
|
120895
120951
|
}
|
120896
120952
|
}
|
120897
120953
|
},
|
120898
|
-
"
|
120954
|
+
"S257": {
|
120899
120955
|
"type": "list",
|
120900
120956
|
"member": {
|
120901
120957
|
"locationName": "UserId"
|
120902
120958
|
}
|
120903
120959
|
},
|
120904
|
-
"
|
120960
|
+
"S258": {
|
120905
120961
|
"type": "list",
|
120906
120962
|
"member": {
|
120907
120963
|
"locationName": "UserGroup"
|
120908
120964
|
}
|
120909
120965
|
},
|
120910
|
-
"
|
120966
|
+
"S259": {
|
120911
120967
|
"type": "list",
|
120912
120968
|
"member": {
|
120913
120969
|
"locationName": "ProductCode"
|
120914
120970
|
}
|
120915
120971
|
},
|
120916
|
-
"
|
120972
|
+
"S25b": {
|
120917
120973
|
"type": "list",
|
120918
120974
|
"member": {
|
120919
120975
|
"locationName": "item",
|
@@ -120924,14 +120980,14 @@ module.exports={
|
|
120924
120980
|
}
|
120925
120981
|
}
|
120926
120982
|
},
|
120927
|
-
"
|
120983
|
+
"S25g": {
|
120928
120984
|
"type": "list",
|
120929
120985
|
"member": {
|
120930
120986
|
"shape": "S1i",
|
120931
120987
|
"locationName": "item"
|
120932
120988
|
}
|
120933
120989
|
},
|
120934
|
-
"
|
120990
|
+
"S25t": {
|
120935
120991
|
"type": "structure",
|
120936
120992
|
"members": {
|
120937
120993
|
"CapacityReservationPreference": {},
|
@@ -120940,7 +120996,7 @@ module.exports={
|
|
120940
120996
|
}
|
120941
120997
|
}
|
120942
120998
|
},
|
120943
|
-
"
|
120999
|
+
"S26i": {
|
120944
121000
|
"type": "list",
|
120945
121001
|
"member": {
|
120946
121002
|
"type": "structure",
|
@@ -120949,7 +121005,7 @@ module.exports={
|
|
120949
121005
|
}
|
120950
121006
|
}
|
120951
121007
|
},
|
120952
|
-
"
|
121008
|
+
"S297": {
|
120953
121009
|
"type": "structure",
|
120954
121010
|
"members": {
|
120955
121011
|
"AllowDnsResolutionFromRemoteVpc": {
|
@@ -120963,7 +121019,7 @@ module.exports={
|
|
120963
121019
|
}
|
120964
121020
|
}
|
120965
121021
|
},
|
120966
|
-
"
|
121022
|
+
"S299": {
|
120967
121023
|
"type": "structure",
|
120968
121024
|
"members": {
|
120969
121025
|
"AllowDnsResolutionFromRemoteVpc": {
|
@@ -120980,7 +121036,7 @@ module.exports={
|
|
120980
121036
|
}
|
120981
121037
|
}
|
120982
121038
|
},
|
120983
|
-
"
|
121039
|
+
"S29o": {
|
120984
121040
|
"type": "list",
|
120985
121041
|
"member": {
|
120986
121042
|
"locationName": "item",
|
@@ -120990,19 +121046,19 @@ module.exports={
|
|
120990
121046
|
"locationName": "instanceId"
|
120991
121047
|
},
|
120992
121048
|
"Monitoring": {
|
120993
|
-
"shape": "
|
121049
|
+
"shape": "S1dx",
|
120994
121050
|
"locationName": "monitoring"
|
120995
121051
|
}
|
120996
121052
|
}
|
120997
121053
|
}
|
120998
121054
|
},
|
120999
|
-
"
|
121055
|
+
"S2di": {
|
121000
121056
|
"type": "list",
|
121001
121057
|
"member": {
|
121002
121058
|
"locationName": "SecurityGroupId"
|
121003
121059
|
}
|
121004
121060
|
},
|
121005
|
-
"
|
121061
|
+
"S2e6": {
|
121006
121062
|
"type": "list",
|
121007
121063
|
"member": {
|
121008
121064
|
"locationName": "item",
|
@@ -121022,7 +121078,7 @@ module.exports={
|
|
121022
121078
|
}
|
121023
121079
|
}
|
121024
121080
|
},
|
121025
|
-
"
|
121081
|
+
"S2ew": {
|
121026
121082
|
"type": "list",
|
121027
121083
|
"member": {
|
121028
121084
|
"locationName": "item",
|
@@ -269537,7 +269593,7 @@ AWS.util.update(AWS, {
|
|
269537
269593
|
/**
|
269538
269594
|
* @constant
|
269539
269595
|
*/
|
269540
|
-
VERSION: '2.
|
269596
|
+
VERSION: '2.1514.0',
|
269541
269597
|
|
269542
269598
|
/**
|
269543
269599
|
* @api private
|
@@ -276587,6 +276643,7 @@ module.exports={
|
|
276587
276643
|
"us-gov-*/batch": "fipsWithServiceOnly",
|
276588
276644
|
"us-gov-*/cloudformation": "fipsWithServiceOnly",
|
276589
276645
|
"us-gov-*/config": "fipsWithServiceOnly",
|
276646
|
+
"us-gov-*/ec2": "fipsWithServiceOnly",
|
276590
276647
|
"us-gov-*/eks": "fipsWithServiceOnly",
|
276591
276648
|
"us-gov-*/elasticmapreduce": "fipsWithServiceOnly",
|
276592
276649
|
"us-gov-*/identitystore": "fipsWithServiceOnly",
|
@@ -291723,7 +291780,7 @@ var LRUCache = /** @class */ (function () {
|
|
291723
291780
|
}());
|
291724
291781
|
exports.LRUCache = LRUCache;
|
291725
291782
|
},{}],467:[function(require,module,exports){
|
291726
|
-
// AWS SDK for JavaScript v2.
|
291783
|
+
// AWS SDK for JavaScript v2.1514.0
|
291727
291784
|
// Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
|
291728
291785
|
// License at https://sdk.amazonaws.com/js/BUNDLE_LICENSE.txt
|
291729
291786
|
require('./browser_loader');
|