aws-sdk 2.1002.0 → 2.1006.0
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/CHANGELOG.md +27 -1
- package/README.md +1 -1
- package/apis/backup-2018-11-15.min.json +109 -38
- package/apis/chime-2018-05-01.min.json +263 -197
- package/apis/ec2-2016-11-15.min.json +235 -233
- package/apis/elasticloadbalancingv2-2015-12-01.min.json +26 -24
- package/apis/firehose-2015-08-04.min.json +198 -82
- package/apis/frauddetector-2019-11-15.min.json +358 -75
- package/apis/frauddetector-2019-11-15.paginators.json +5 -0
- package/apis/grafana-2020-08-18.examples.json +5 -0
- package/apis/grafana-2020-08-18.min.json +728 -0
- package/apis/grafana-2020-08-18.paginators.json +16 -0
- package/apis/kendra-2019-02-03.min.json +45 -38
- package/apis/mediaconvert-2017-08-29.min.json +77 -0
- package/apis/medialive-2017-10-14.min.json +297 -227
- package/apis/mediatailor-2018-04-23.min.json +288 -75
- package/apis/mediatailor-2018-04-23.paginators.json +6 -0
- package/apis/metadata.json +3 -0
- package/apis/models.lex.v2-2020-08-07.min.json +182 -118
- package/apis/securityhub-2018-10-26.min.json +634 -259
- package/clients/all.d.ts +1 -0
- package/clients/all.js +2 -1
- package/clients/backup.d.ts +72 -0
- package/clients/chime.d.ts +83 -3
- package/clients/ec2.d.ts +99 -94
- package/clients/ecs.d.ts +4 -4
- package/clients/elbv2.d.ts +10 -1
- package/clients/firehose.d.ts +62 -0
- package/clients/frauddetector.d.ts +434 -26
- package/clients/grafana.d.ts +718 -0
- package/clients/grafana.js +18 -0
- package/clients/kendra.d.ts +30 -1
- package/clients/lexmodelsv2.d.ts +72 -10
- package/clients/lexruntimev2.d.ts +7 -7
- package/clients/mediaconvert.d.ts +63 -0
- package/clients/medialive.d.ts +76 -5
- package/clients/mediatailor.d.ts +224 -0
- package/clients/secretsmanager.d.ts +27 -27
- package/clients/securityhub.d.ts +668 -11
- package/dist/aws-sdk-core-react-native.js +2 -2
- package/dist/aws-sdk-react-native.js +55 -18
- package/dist/aws-sdk.js +465 -342
- package/dist/aws-sdk.min.js +64 -64
- package/lib/config_service_placeholders.d.ts +2 -0
- package/lib/core.js +1 -1
- package/package.json +1 -1
package/dist/aws-sdk.js
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
// AWS SDK for JavaScript v2.
|
|
1
|
+
// AWS SDK for JavaScript v2.1006.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){
|
|
@@ -72127,10 +72127,10 @@ module.exports={
|
|
|
72127
72127
|
"members": {
|
|
72128
72128
|
"DestinationCidrBlock": {},
|
|
72129
72129
|
"LocalGatewayRouteTableId": {},
|
|
72130
|
+
"LocalGatewayVirtualInterfaceGroupId": {},
|
|
72130
72131
|
"DryRun": {
|
|
72131
72132
|
"type": "boolean"
|
|
72132
|
-
}
|
|
72133
|
-
"LocalGatewayVirtualInterfaceGroupId": {}
|
|
72133
|
+
}
|
|
72134
72134
|
}
|
|
72135
72135
|
},
|
|
72136
72136
|
"output": {
|
|
@@ -72911,8 +72911,8 @@ module.exports={
|
|
|
72911
72911
|
"input": {
|
|
72912
72912
|
"type": "structure",
|
|
72913
72913
|
"required": [
|
|
72914
|
-
"
|
|
72915
|
-
"
|
|
72914
|
+
"CidrBlock",
|
|
72915
|
+
"VpcId"
|
|
72916
72916
|
],
|
|
72917
72917
|
"members": {
|
|
72918
72918
|
"TagSpecifications": {
|
|
@@ -72921,14 +72921,14 @@ module.exports={
|
|
|
72921
72921
|
},
|
|
72922
72922
|
"AvailabilityZone": {},
|
|
72923
72923
|
"AvailabilityZoneId": {},
|
|
72924
|
+
"CidrBlock": {},
|
|
72924
72925
|
"Ipv6CidrBlock": {},
|
|
72925
72926
|
"OutpostArn": {},
|
|
72926
72927
|
"VpcId": {},
|
|
72927
72928
|
"DryRun": {
|
|
72928
72929
|
"locationName": "dryRun",
|
|
72929
72930
|
"type": "boolean"
|
|
72930
|
-
}
|
|
72931
|
-
"CidrBlock": {}
|
|
72931
|
+
}
|
|
72932
72932
|
}
|
|
72933
72933
|
},
|
|
72934
72934
|
"output": {
|
|
@@ -78638,6 +78638,9 @@ module.exports={
|
|
|
78638
78638
|
},
|
|
78639
78639
|
"NvmeSupport": {
|
|
78640
78640
|
"locationName": "nvmeSupport"
|
|
78641
|
+
},
|
|
78642
|
+
"EncryptionSupport": {
|
|
78643
|
+
"locationName": "encryptionSupport"
|
|
78641
78644
|
}
|
|
78642
78645
|
}
|
|
78643
78646
|
},
|
|
@@ -78943,7 +78946,7 @@ module.exports={
|
|
|
78943
78946
|
"locationName": "reservationSet",
|
|
78944
78947
|
"type": "list",
|
|
78945
78948
|
"member": {
|
|
78946
|
-
"shape": "
|
|
78949
|
+
"shape": "S12s",
|
|
78947
78950
|
"locationName": "item"
|
|
78948
78951
|
}
|
|
78949
78952
|
},
|
|
@@ -79423,7 +79426,7 @@ module.exports={
|
|
|
79423
79426
|
"locationName": "localGatewayVirtualInterfaceGroupId"
|
|
79424
79427
|
},
|
|
79425
79428
|
"LocalGatewayVirtualInterfaceIds": {
|
|
79426
|
-
"shape": "
|
|
79429
|
+
"shape": "S14z",
|
|
79427
79430
|
"locationName": "localGatewayVirtualInterfaceIdSet"
|
|
79428
79431
|
},
|
|
79429
79432
|
"LocalGatewayId": {
|
|
@@ -79450,7 +79453,7 @@ module.exports={
|
|
|
79450
79453
|
"type": "structure",
|
|
79451
79454
|
"members": {
|
|
79452
79455
|
"LocalGatewayVirtualInterfaceIds": {
|
|
79453
|
-
"shape": "
|
|
79456
|
+
"shape": "S14z",
|
|
79454
79457
|
"locationName": "LocalGatewayVirtualInterfaceId"
|
|
79455
79458
|
},
|
|
79456
79459
|
"Filters": {
|
|
@@ -79783,7 +79786,7 @@ module.exports={
|
|
|
79783
79786
|
"locationName": "networkInsightsAnalysisSet",
|
|
79784
79787
|
"type": "list",
|
|
79785
79788
|
"member": {
|
|
79786
|
-
"shape": "
|
|
79789
|
+
"shape": "S15z",
|
|
79787
79790
|
"locationName": "item"
|
|
79788
79791
|
}
|
|
79789
79792
|
},
|
|
@@ -80280,7 +80283,7 @@ module.exports={
|
|
|
80280
80283
|
},
|
|
80281
80284
|
"OfferingClass": {},
|
|
80282
80285
|
"ReservedInstancesIds": {
|
|
80283
|
-
"shape": "
|
|
80286
|
+
"shape": "S181",
|
|
80284
80287
|
"locationName": "ReservedInstancesId"
|
|
80285
80288
|
},
|
|
80286
80289
|
"DryRun": {
|
|
@@ -80354,7 +80357,7 @@ module.exports={
|
|
|
80354
80357
|
"locationName": "offeringType"
|
|
80355
80358
|
},
|
|
80356
80359
|
"RecurringCharges": {
|
|
80357
|
-
"shape": "
|
|
80360
|
+
"shape": "S189",
|
|
80358
80361
|
"locationName": "recurringCharges"
|
|
80359
80362
|
},
|
|
80360
80363
|
"Scope": {
|
|
@@ -80451,7 +80454,7 @@ module.exports={
|
|
|
80451
80454
|
"locationName": "reservedInstancesId"
|
|
80452
80455
|
},
|
|
80453
80456
|
"TargetConfiguration": {
|
|
80454
|
-
"shape": "
|
|
80457
|
+
"shape": "S18n",
|
|
80455
80458
|
"locationName": "targetConfiguration"
|
|
80456
80459
|
}
|
|
80457
80460
|
}
|
|
@@ -80606,7 +80609,7 @@ module.exports={
|
|
|
80606
80609
|
}
|
|
80607
80610
|
},
|
|
80608
80611
|
"RecurringCharges": {
|
|
80609
|
-
"shape": "
|
|
80612
|
+
"shape": "S189",
|
|
80610
80613
|
"locationName": "recurringCharges"
|
|
80611
80614
|
},
|
|
80612
80615
|
"Scope": {
|
|
@@ -80774,7 +80777,7 @@ module.exports={
|
|
|
80774
80777
|
"locationName": "purchaseToken"
|
|
80775
80778
|
},
|
|
80776
80779
|
"Recurrence": {
|
|
80777
|
-
"shape": "
|
|
80780
|
+
"shape": "S19a",
|
|
80778
80781
|
"locationName": "recurrence"
|
|
80779
80782
|
},
|
|
80780
80783
|
"SlotDurationInHours": {
|
|
@@ -80836,7 +80839,7 @@ module.exports={
|
|
|
80836
80839
|
"locationName": "scheduledInstanceSet",
|
|
80837
80840
|
"type": "list",
|
|
80838
80841
|
"member": {
|
|
80839
|
-
"shape": "
|
|
80842
|
+
"shape": "S19i",
|
|
80840
80843
|
"locationName": "item"
|
|
80841
80844
|
}
|
|
80842
80845
|
}
|
|
@@ -80895,7 +80898,7 @@ module.exports={
|
|
|
80895
80898
|
"locationName": "Filter"
|
|
80896
80899
|
},
|
|
80897
80900
|
"SecurityGroupRuleIds": {
|
|
80898
|
-
"shape": "
|
|
80901
|
+
"shape": "S19p",
|
|
80899
80902
|
"locationName": "SecurityGroupRuleId"
|
|
80900
80903
|
},
|
|
80901
80904
|
"DryRun": {
|
|
@@ -80933,7 +80936,7 @@ module.exports={
|
|
|
80933
80936
|
"locationName": "GroupId"
|
|
80934
80937
|
},
|
|
80935
80938
|
"GroupNames": {
|
|
80936
|
-
"shape": "
|
|
80939
|
+
"shape": "S19t",
|
|
80937
80940
|
"locationName": "GroupName"
|
|
80938
80941
|
},
|
|
80939
80942
|
"DryRun": {
|
|
@@ -81012,7 +81015,7 @@ module.exports={
|
|
|
81012
81015
|
"type": "structure",
|
|
81013
81016
|
"members": {
|
|
81014
81017
|
"CreateVolumePermissions": {
|
|
81015
|
-
"shape": "
|
|
81018
|
+
"shape": "S1a1",
|
|
81016
81019
|
"locationName": "createVolumePermission"
|
|
81017
81020
|
},
|
|
81018
81021
|
"ProductCodes": {
|
|
@@ -81047,7 +81050,7 @@ module.exports={
|
|
|
81047
81050
|
"member": {}
|
|
81048
81051
|
},
|
|
81049
81052
|
"SnapshotIds": {
|
|
81050
|
-
"shape": "
|
|
81053
|
+
"shape": "S1a5",
|
|
81051
81054
|
"locationName": "SnapshotId"
|
|
81052
81055
|
},
|
|
81053
81056
|
"DryRun": {
|
|
@@ -81246,7 +81249,7 @@ module.exports={
|
|
|
81246
81249
|
"type": "timestamp"
|
|
81247
81250
|
},
|
|
81248
81251
|
"SpotFleetRequestConfig": {
|
|
81249
|
-
"shape": "
|
|
81252
|
+
"shape": "S1ao",
|
|
81250
81253
|
"locationName": "spotFleetRequestConfig"
|
|
81251
81254
|
},
|
|
81252
81255
|
"SpotFleetRequestId": {
|
|
@@ -81291,7 +81294,7 @@ module.exports={
|
|
|
81291
81294
|
"type": "structure",
|
|
81292
81295
|
"members": {
|
|
81293
81296
|
"SpotInstanceRequests": {
|
|
81294
|
-
"shape": "
|
|
81297
|
+
"shape": "S1bg",
|
|
81295
81298
|
"locationName": "spotInstanceRequestSet"
|
|
81296
81299
|
},
|
|
81297
81300
|
"NextToken": {
|
|
@@ -81417,11 +81420,11 @@ module.exports={
|
|
|
81417
81420
|
"locationName": "groupName"
|
|
81418
81421
|
},
|
|
81419
81422
|
"StaleIpPermissions": {
|
|
81420
|
-
"shape": "
|
|
81423
|
+
"shape": "S1by",
|
|
81421
81424
|
"locationName": "staleIpPermissions"
|
|
81422
81425
|
},
|
|
81423
81426
|
"StaleIpPermissionsEgress": {
|
|
81424
|
-
"shape": "
|
|
81427
|
+
"shape": "S1by",
|
|
81425
81428
|
"locationName": "staleIpPermissionsEgress"
|
|
81426
81429
|
},
|
|
81427
81430
|
"VpcId": {
|
|
@@ -81721,7 +81724,7 @@ module.exports={
|
|
|
81721
81724
|
"type": "structure",
|
|
81722
81725
|
"members": {
|
|
81723
81726
|
"TransitGatewayAttachmentIds": {
|
|
81724
|
-
"shape": "
|
|
81727
|
+
"shape": "S1cw"
|
|
81725
81728
|
},
|
|
81726
81729
|
"Filters": {
|
|
81727
81730
|
"shape": "Sqs",
|
|
@@ -81841,7 +81844,7 @@ module.exports={
|
|
|
81841
81844
|
"type": "structure",
|
|
81842
81845
|
"members": {
|
|
81843
81846
|
"TransitGatewayAttachmentIds": {
|
|
81844
|
-
"shape": "
|
|
81847
|
+
"shape": "S1cw"
|
|
81845
81848
|
},
|
|
81846
81849
|
"Filters": {
|
|
81847
81850
|
"shape": "Sqs",
|
|
@@ -81918,7 +81921,7 @@ module.exports={
|
|
|
81918
81921
|
"type": "structure",
|
|
81919
81922
|
"members": {
|
|
81920
81923
|
"TransitGatewayAttachmentIds": {
|
|
81921
|
-
"shape": "
|
|
81924
|
+
"shape": "S1cw"
|
|
81922
81925
|
},
|
|
81923
81926
|
"Filters": {
|
|
81924
81927
|
"shape": "Sqs",
|
|
@@ -81995,7 +81998,7 @@ module.exports={
|
|
|
81995
81998
|
"type": "structure",
|
|
81996
81999
|
"members": {
|
|
81997
82000
|
"TransitGatewayAttachmentIds": {
|
|
81998
|
-
"shape": "
|
|
82001
|
+
"shape": "S1cw"
|
|
81999
82002
|
},
|
|
82000
82003
|
"Filters": {
|
|
82001
82004
|
"shape": "Sqs",
|
|
@@ -82154,7 +82157,7 @@ module.exports={
|
|
|
82154
82157
|
},
|
|
82155
82158
|
"NextToken": {},
|
|
82156
82159
|
"VolumeIds": {
|
|
82157
|
-
"shape": "
|
|
82160
|
+
"shape": "S1e0",
|
|
82158
82161
|
"locationName": "VolumeId"
|
|
82159
82162
|
},
|
|
82160
82163
|
"DryRun": {
|
|
@@ -82293,7 +82296,7 @@ module.exports={
|
|
|
82293
82296
|
"locationName": "Filter"
|
|
82294
82297
|
},
|
|
82295
82298
|
"VolumeIds": {
|
|
82296
|
-
"shape": "
|
|
82299
|
+
"shape": "S1e0",
|
|
82297
82300
|
"locationName": "VolumeId"
|
|
82298
82301
|
},
|
|
82299
82302
|
"DryRun": {
|
|
@@ -82334,7 +82337,7 @@ module.exports={
|
|
|
82334
82337
|
"type": "boolean"
|
|
82335
82338
|
},
|
|
82336
82339
|
"VolumeIds": {
|
|
82337
|
-
"shape": "
|
|
82340
|
+
"shape": "S1e0",
|
|
82338
82341
|
"locationName": "VolumeId"
|
|
82339
82342
|
},
|
|
82340
82343
|
"Filters": {
|
|
@@ -82354,7 +82357,7 @@ module.exports={
|
|
|
82354
82357
|
"locationName": "volumeModificationSet",
|
|
82355
82358
|
"type": "list",
|
|
82356
82359
|
"member": {
|
|
82357
|
-
"shape": "
|
|
82360
|
+
"shape": "S1el",
|
|
82358
82361
|
"locationName": "item"
|
|
82359
82362
|
}
|
|
82360
82363
|
},
|
|
@@ -82410,7 +82413,7 @@ module.exports={
|
|
|
82410
82413
|
"type": "boolean"
|
|
82411
82414
|
},
|
|
82412
82415
|
"VpcIds": {
|
|
82413
|
-
"shape": "
|
|
82416
|
+
"shape": "S1er",
|
|
82414
82417
|
"locationName": "VpcId"
|
|
82415
82418
|
}
|
|
82416
82419
|
}
|
|
@@ -82454,7 +82457,7 @@ module.exports={
|
|
|
82454
82457
|
"locationName": "nextToken"
|
|
82455
82458
|
},
|
|
82456
82459
|
"VpcIds": {
|
|
82457
|
-
"shape": "
|
|
82460
|
+
"shape": "S1er"
|
|
82458
82461
|
}
|
|
82459
82462
|
}
|
|
82460
82463
|
},
|
|
@@ -83099,11 +83102,11 @@ module.exports={
|
|
|
83099
83102
|
],
|
|
83100
83103
|
"members": {
|
|
83101
83104
|
"AvailabilityZones": {
|
|
83102
|
-
"shape": "
|
|
83105
|
+
"shape": "S1gh",
|
|
83103
83106
|
"locationName": "AvailabilityZone"
|
|
83104
83107
|
},
|
|
83105
83108
|
"SourceSnapshotIds": {
|
|
83106
|
-
"shape": "
|
|
83109
|
+
"shape": "S1a5",
|
|
83107
83110
|
"locationName": "SourceSnapshotId"
|
|
83108
83111
|
},
|
|
83109
83112
|
"DryRun": {
|
|
@@ -83264,7 +83267,7 @@ module.exports={
|
|
|
83264
83267
|
"type": "structure",
|
|
83265
83268
|
"members": {
|
|
83266
83269
|
"Propagation": {
|
|
83267
|
-
"shape": "
|
|
83270
|
+
"shape": "S1gw",
|
|
83268
83271
|
"locationName": "propagation"
|
|
83269
83272
|
}
|
|
83270
83273
|
}
|
|
@@ -83629,11 +83632,11 @@ module.exports={
|
|
|
83629
83632
|
],
|
|
83630
83633
|
"members": {
|
|
83631
83634
|
"AvailabilityZones": {
|
|
83632
|
-
"shape": "
|
|
83635
|
+
"shape": "S1gh",
|
|
83633
83636
|
"locationName": "AvailabilityZone"
|
|
83634
83637
|
},
|
|
83635
83638
|
"SourceSnapshotIds": {
|
|
83636
|
-
"shape": "
|
|
83639
|
+
"shape": "S1a5",
|
|
83637
83640
|
"locationName": "SourceSnapshotId"
|
|
83638
83641
|
},
|
|
83639
83642
|
"DryRun": {
|
|
@@ -83798,7 +83801,7 @@ module.exports={
|
|
|
83798
83801
|
"type": "structure",
|
|
83799
83802
|
"members": {
|
|
83800
83803
|
"Propagation": {
|
|
83801
|
-
"shape": "
|
|
83804
|
+
"shape": "S1gw",
|
|
83802
83805
|
"locationName": "propagation"
|
|
83803
83806
|
}
|
|
83804
83807
|
}
|
|
@@ -84310,7 +84313,7 @@ module.exports={
|
|
|
84310
84313
|
"type": "structure",
|
|
84311
84314
|
"members": {
|
|
84312
84315
|
"InstanceFamilyCreditSpecification": {
|
|
84313
|
-
"shape": "
|
|
84316
|
+
"shape": "S1je",
|
|
84314
84317
|
"locationName": "instanceFamilyCreditSpecification"
|
|
84315
84318
|
}
|
|
84316
84319
|
}
|
|
@@ -84457,7 +84460,7 @@ module.exports={
|
|
|
84457
84460
|
],
|
|
84458
84461
|
"members": {
|
|
84459
84462
|
"HostIdSet": {
|
|
84460
|
-
"shape": "
|
|
84463
|
+
"shape": "S1jv"
|
|
84461
84464
|
},
|
|
84462
84465
|
"OfferingId": {}
|
|
84463
84466
|
}
|
|
@@ -84469,7 +84472,7 @@ module.exports={
|
|
|
84469
84472
|
"locationName": "currencyCode"
|
|
84470
84473
|
},
|
|
84471
84474
|
"Purchase": {
|
|
84472
|
-
"shape": "
|
|
84475
|
+
"shape": "S1jx",
|
|
84473
84476
|
"locationName": "purchase"
|
|
84474
84477
|
},
|
|
84475
84478
|
"TotalHourlyPrice": {
|
|
@@ -84659,7 +84662,7 @@ module.exports={
|
|
|
84659
84662
|
"locationName": "paymentDue"
|
|
84660
84663
|
},
|
|
84661
84664
|
"ReservedInstanceValueRollup": {
|
|
84662
|
-
"shape": "
|
|
84665
|
+
"shape": "S1ke",
|
|
84663
84666
|
"locationName": "reservedInstanceValueRollup"
|
|
84664
84667
|
},
|
|
84665
84668
|
"ReservedInstanceValueSet": {
|
|
@@ -84670,7 +84673,7 @@ module.exports={
|
|
|
84670
84673
|
"type": "structure",
|
|
84671
84674
|
"members": {
|
|
84672
84675
|
"ReservationValue": {
|
|
84673
|
-
"shape": "
|
|
84676
|
+
"shape": "S1ke",
|
|
84674
84677
|
"locationName": "reservationValue"
|
|
84675
84678
|
},
|
|
84676
84679
|
"ReservedInstanceId": {
|
|
@@ -84680,7 +84683,7 @@ module.exports={
|
|
|
84680
84683
|
}
|
|
84681
84684
|
},
|
|
84682
84685
|
"TargetConfigurationValueRollup": {
|
|
84683
|
-
"shape": "
|
|
84686
|
+
"shape": "S1ke",
|
|
84684
84687
|
"locationName": "targetConfigurationValueRollup"
|
|
84685
84688
|
},
|
|
84686
84689
|
"TargetConfigurationValueSet": {
|
|
@@ -84691,7 +84694,7 @@ module.exports={
|
|
|
84691
84694
|
"type": "structure",
|
|
84692
84695
|
"members": {
|
|
84693
84696
|
"ReservationValue": {
|
|
84694
|
-
"shape": "
|
|
84697
|
+
"shape": "S1ke",
|
|
84695
84698
|
"locationName": "reservationValue"
|
|
84696
84699
|
},
|
|
84697
84700
|
"TargetConfiguration": {
|
|
@@ -84760,11 +84763,11 @@ module.exports={
|
|
|
84760
84763
|
"type": "structure",
|
|
84761
84764
|
"members": {
|
|
84762
84765
|
"SubnetIpv4CidrReservations": {
|
|
84763
|
-
"shape": "
|
|
84766
|
+
"shape": "S1kp",
|
|
84764
84767
|
"locationName": "subnetIpv4CidrReservationSet"
|
|
84765
84768
|
},
|
|
84766
84769
|
"SubnetIpv6CidrReservations": {
|
|
84767
|
-
"shape": "
|
|
84770
|
+
"shape": "S1kp",
|
|
84768
84771
|
"locationName": "subnetIpv6CidrReservationSet"
|
|
84769
84772
|
},
|
|
84770
84773
|
"NextToken": {
|
|
@@ -85116,7 +85119,7 @@ module.exports={
|
|
|
85116
85119
|
"members": {
|
|
85117
85120
|
"Architecture": {},
|
|
85118
85121
|
"ClientData": {
|
|
85119
|
-
"shape": "
|
|
85122
|
+
"shape": "S1ll"
|
|
85120
85123
|
},
|
|
85121
85124
|
"ClientToken": {},
|
|
85122
85125
|
"Description": {},
|
|
@@ -85133,7 +85136,7 @@ module.exports={
|
|
|
85133
85136
|
"SnapshotId": {},
|
|
85134
85137
|
"Url": {},
|
|
85135
85138
|
"UserBucket": {
|
|
85136
|
-
"shape": "
|
|
85139
|
+
"shape": "S1lo"
|
|
85137
85140
|
}
|
|
85138
85141
|
}
|
|
85139
85142
|
}
|
|
@@ -85243,10 +85246,10 @@ module.exports={
|
|
|
85243
85246
|
"members": {
|
|
85244
85247
|
"Description": {},
|
|
85245
85248
|
"Image": {
|
|
85246
|
-
"shape": "
|
|
85249
|
+
"shape": "S1lv"
|
|
85247
85250
|
},
|
|
85248
85251
|
"Volume": {
|
|
85249
|
-
"shape": "
|
|
85252
|
+
"shape": "S1lw"
|
|
85250
85253
|
}
|
|
85251
85254
|
}
|
|
85252
85255
|
}
|
|
@@ -85369,7 +85372,7 @@ module.exports={
|
|
|
85369
85372
|
"type": "structure",
|
|
85370
85373
|
"members": {
|
|
85371
85374
|
"ClientData": {
|
|
85372
|
-
"shape": "
|
|
85375
|
+
"shape": "S1ll"
|
|
85373
85376
|
},
|
|
85374
85377
|
"ClientToken": {},
|
|
85375
85378
|
"Description": {},
|
|
@@ -85380,7 +85383,7 @@ module.exports={
|
|
|
85380
85383
|
"Format": {},
|
|
85381
85384
|
"Url": {},
|
|
85382
85385
|
"UserBucket": {
|
|
85383
|
-
"shape": "
|
|
85386
|
+
"shape": "S1lo"
|
|
85384
85387
|
}
|
|
85385
85388
|
}
|
|
85386
85389
|
},
|
|
@@ -85438,11 +85441,11 @@ module.exports={
|
|
|
85438
85441
|
"type": "boolean"
|
|
85439
85442
|
},
|
|
85440
85443
|
"Image": {
|
|
85441
|
-
"shape": "
|
|
85444
|
+
"shape": "S1lv",
|
|
85442
85445
|
"locationName": "image"
|
|
85443
85446
|
},
|
|
85444
85447
|
"Volume": {
|
|
85445
|
-
"shape": "
|
|
85448
|
+
"shape": "S1lw",
|
|
85446
85449
|
"locationName": "volume"
|
|
85447
85450
|
}
|
|
85448
85451
|
}
|
|
@@ -85644,7 +85647,7 @@ module.exports={
|
|
|
85644
85647
|
"type": "structure",
|
|
85645
85648
|
"members": {
|
|
85646
85649
|
"InstanceFamilyCreditSpecification": {
|
|
85647
|
-
"shape": "
|
|
85650
|
+
"shape": "S1je",
|
|
85648
85651
|
"locationName": "instanceFamilyCreditSpecification"
|
|
85649
85652
|
}
|
|
85650
85653
|
}
|
|
@@ -85718,25 +85721,25 @@ module.exports={
|
|
|
85718
85721
|
"Attribute": {},
|
|
85719
85722
|
"OperationType": {},
|
|
85720
85723
|
"UserIds": {
|
|
85721
|
-
"shape": "
|
|
85724
|
+
"shape": "S1mr",
|
|
85722
85725
|
"locationName": "UserId"
|
|
85723
85726
|
},
|
|
85724
85727
|
"UserGroups": {
|
|
85725
|
-
"shape": "
|
|
85728
|
+
"shape": "S1ms",
|
|
85726
85729
|
"locationName": "UserGroup"
|
|
85727
85730
|
},
|
|
85728
85731
|
"ProductCodes": {
|
|
85729
|
-
"shape": "
|
|
85732
|
+
"shape": "S1mt",
|
|
85730
85733
|
"locationName": "ProductCode"
|
|
85731
85734
|
},
|
|
85732
85735
|
"LoadPermission": {
|
|
85733
85736
|
"type": "structure",
|
|
85734
85737
|
"members": {
|
|
85735
85738
|
"Add": {
|
|
85736
|
-
"shape": "
|
|
85739
|
+
"shape": "S1mv"
|
|
85737
85740
|
},
|
|
85738
85741
|
"Remove": {
|
|
85739
|
-
"shape": "
|
|
85742
|
+
"shape": "S1mv"
|
|
85740
85743
|
}
|
|
85741
85744
|
}
|
|
85742
85745
|
},
|
|
@@ -85781,7 +85784,7 @@ module.exports={
|
|
|
85781
85784
|
"locationName": "successful"
|
|
85782
85785
|
},
|
|
85783
85786
|
"Unsuccessful": {
|
|
85784
|
-
"shape": "
|
|
85787
|
+
"shape": "S1n0",
|
|
85785
85788
|
"locationName": "unsuccessful"
|
|
85786
85789
|
}
|
|
85787
85790
|
}
|
|
@@ -85849,15 +85852,15 @@ module.exports={
|
|
|
85849
85852
|
},
|
|
85850
85853
|
"OperationType": {},
|
|
85851
85854
|
"ProductCodes": {
|
|
85852
|
-
"shape": "
|
|
85855
|
+
"shape": "S1mt",
|
|
85853
85856
|
"locationName": "ProductCode"
|
|
85854
85857
|
},
|
|
85855
85858
|
"UserGroups": {
|
|
85856
|
-
"shape": "
|
|
85859
|
+
"shape": "S1ms",
|
|
85857
85860
|
"locationName": "UserGroup"
|
|
85858
85861
|
},
|
|
85859
85862
|
"UserIds": {
|
|
85860
|
-
"shape": "
|
|
85863
|
+
"shape": "S1mr",
|
|
85861
85864
|
"locationName": "UserId"
|
|
85862
85865
|
},
|
|
85863
85866
|
"Value": {},
|
|
@@ -85982,7 +85985,7 @@ module.exports={
|
|
|
85982
85985
|
"members": {
|
|
85983
85986
|
"InstanceId": {},
|
|
85984
85987
|
"CapacityReservationSpecification": {
|
|
85985
|
-
"shape": "
|
|
85988
|
+
"shape": "S1nb"
|
|
85986
85989
|
},
|
|
85987
85990
|
"DryRun": {
|
|
85988
85991
|
"type": "boolean"
|
|
@@ -86152,7 +86155,7 @@ module.exports={
|
|
|
86152
86155
|
"locationName": "instanceId"
|
|
86153
86156
|
},
|
|
86154
86157
|
"InstanceMetadataOptions": {
|
|
86155
|
-
"shape": "
|
|
86158
|
+
"shape": "S13h",
|
|
86156
86159
|
"locationName": "instanceMetadataOptions"
|
|
86157
86160
|
}
|
|
86158
86161
|
}
|
|
@@ -86317,7 +86320,7 @@ module.exports={
|
|
|
86317
86320
|
],
|
|
86318
86321
|
"members": {
|
|
86319
86322
|
"ReservedInstancesIds": {
|
|
86320
|
-
"shape": "
|
|
86323
|
+
"shape": "S181",
|
|
86321
86324
|
"locationName": "ReservedInstancesId"
|
|
86322
86325
|
},
|
|
86323
86326
|
"ClientToken": {
|
|
@@ -86327,7 +86330,7 @@ module.exports={
|
|
|
86327
86330
|
"locationName": "ReservedInstancesConfigurationSetItemType",
|
|
86328
86331
|
"type": "list",
|
|
86329
86332
|
"member": {
|
|
86330
|
-
"shape": "
|
|
86333
|
+
"shape": "S18n",
|
|
86331
86334
|
"locationName": "item"
|
|
86332
86335
|
}
|
|
86333
86336
|
}
|
|
@@ -86406,21 +86409,21 @@ module.exports={
|
|
|
86406
86409
|
"type": "structure",
|
|
86407
86410
|
"members": {
|
|
86408
86411
|
"Add": {
|
|
86409
|
-
"shape": "
|
|
86412
|
+
"shape": "S1a1"
|
|
86410
86413
|
},
|
|
86411
86414
|
"Remove": {
|
|
86412
|
-
"shape": "
|
|
86415
|
+
"shape": "S1a1"
|
|
86413
86416
|
}
|
|
86414
86417
|
}
|
|
86415
86418
|
},
|
|
86416
86419
|
"GroupNames": {
|
|
86417
|
-
"shape": "
|
|
86420
|
+
"shape": "S19t",
|
|
86418
86421
|
"locationName": "UserGroup"
|
|
86419
86422
|
},
|
|
86420
86423
|
"OperationType": {},
|
|
86421
86424
|
"SnapshotId": {},
|
|
86422
86425
|
"UserIds": {
|
|
86423
|
-
"shape": "
|
|
86426
|
+
"shape": "S1mr",
|
|
86424
86427
|
"locationName": "UserId"
|
|
86425
86428
|
},
|
|
86426
86429
|
"DryRun": {
|
|
@@ -86441,7 +86444,7 @@ module.exports={
|
|
|
86441
86444
|
"locationName": "excessCapacityTerminationPolicy"
|
|
86442
86445
|
},
|
|
86443
86446
|
"LaunchTemplateConfigs": {
|
|
86444
|
-
"shape": "
|
|
86447
|
+
"shape": "S1b3",
|
|
86445
86448
|
"locationName": "LaunchTemplateConfig"
|
|
86446
86449
|
},
|
|
86447
86450
|
"SpotFleetRequestId": {
|
|
@@ -86744,7 +86747,7 @@ module.exports={
|
|
|
86744
86747
|
"type": "structure",
|
|
86745
86748
|
"members": {
|
|
86746
86749
|
"VolumeModification": {
|
|
86747
|
-
"shape": "
|
|
86750
|
+
"shape": "S1el",
|
|
86748
86751
|
"locationName": "volumeModification"
|
|
86749
86752
|
}
|
|
86750
86753
|
}
|
|
@@ -86951,13 +86954,13 @@ module.exports={
|
|
|
86951
86954
|
],
|
|
86952
86955
|
"members": {
|
|
86953
86956
|
"AccepterPeeringConnectionOptions": {
|
|
86954
|
-
"shape": "
|
|
86957
|
+
"shape": "S1pd"
|
|
86955
86958
|
},
|
|
86956
86959
|
"DryRun": {
|
|
86957
86960
|
"type": "boolean"
|
|
86958
86961
|
},
|
|
86959
86962
|
"RequesterPeeringConnectionOptions": {
|
|
86960
|
-
"shape": "
|
|
86963
|
+
"shape": "S1pd"
|
|
86961
86964
|
},
|
|
86962
86965
|
"VpcPeeringConnectionId": {}
|
|
86963
86966
|
}
|
|
@@ -86966,11 +86969,11 @@ module.exports={
|
|
|
86966
86969
|
"type": "structure",
|
|
86967
86970
|
"members": {
|
|
86968
86971
|
"AccepterPeeringConnectionOptions": {
|
|
86969
|
-
"shape": "
|
|
86972
|
+
"shape": "S1pf",
|
|
86970
86973
|
"locationName": "accepterPeeringConnectionOptions"
|
|
86971
86974
|
},
|
|
86972
86975
|
"RequesterPeeringConnectionOptions": {
|
|
86973
|
-
"shape": "
|
|
86976
|
+
"shape": "S1pf",
|
|
86974
86977
|
"locationName": "requesterPeeringConnectionOptions"
|
|
86975
86978
|
}
|
|
86976
86979
|
}
|
|
@@ -87182,7 +87185,7 @@ module.exports={
|
|
|
87182
87185
|
"type": "structure",
|
|
87183
87186
|
"members": {
|
|
87184
87187
|
"InstanceMonitorings": {
|
|
87185
|
-
"shape": "
|
|
87188
|
+
"shape": "S1pu",
|
|
87186
87189
|
"locationName": "instancesSet"
|
|
87187
87190
|
}
|
|
87188
87191
|
}
|
|
@@ -87272,7 +87275,7 @@ module.exports={
|
|
|
87272
87275
|
"ClientToken": {},
|
|
87273
87276
|
"CurrencyCode": {},
|
|
87274
87277
|
"HostIdSet": {
|
|
87275
|
-
"shape": "
|
|
87278
|
+
"shape": "S1jv"
|
|
87276
87279
|
},
|
|
87277
87280
|
"LimitPrice": {},
|
|
87278
87281
|
"OfferingId": {},
|
|
@@ -87292,7 +87295,7 @@ module.exports={
|
|
|
87292
87295
|
"locationName": "currencyCode"
|
|
87293
87296
|
},
|
|
87294
87297
|
"Purchase": {
|
|
87295
|
-
"shape": "
|
|
87298
|
+
"shape": "S1jx",
|
|
87296
87299
|
"locationName": "purchase"
|
|
87297
87300
|
},
|
|
87298
87301
|
"TotalHourlyPrice": {
|
|
@@ -87387,7 +87390,7 @@ module.exports={
|
|
|
87387
87390
|
"locationName": "scheduledInstanceSet",
|
|
87388
87391
|
"type": "list",
|
|
87389
87392
|
"member": {
|
|
87390
|
-
"shape": "
|
|
87393
|
+
"shape": "S19i",
|
|
87391
87394
|
"locationName": "item"
|
|
87392
87395
|
}
|
|
87393
87396
|
}
|
|
@@ -87737,7 +87740,7 @@ module.exports={
|
|
|
87737
87740
|
"locationName": "successful"
|
|
87738
87741
|
},
|
|
87739
87742
|
"Unsuccessful": {
|
|
87740
|
-
"shape": "
|
|
87743
|
+
"shape": "S1n0",
|
|
87741
87744
|
"locationName": "unsuccessful"
|
|
87742
87745
|
}
|
|
87743
87746
|
}
|
|
@@ -88009,7 +88012,7 @@ module.exports={
|
|
|
88009
88012
|
"type": "boolean"
|
|
88010
88013
|
},
|
|
88011
88014
|
"SpotFleetRequestConfig": {
|
|
88012
|
-
"shape": "
|
|
88015
|
+
"shape": "S1ao",
|
|
88013
88016
|
"locationName": "spotFleetRequestConfig"
|
|
88014
88017
|
}
|
|
88015
88018
|
}
|
|
@@ -88093,15 +88096,15 @@ module.exports={
|
|
|
88093
88096
|
"locationName": "keyName"
|
|
88094
88097
|
},
|
|
88095
88098
|
"Monitoring": {
|
|
88096
|
-
"shape": "
|
|
88099
|
+
"shape": "S1bj",
|
|
88097
88100
|
"locationName": "monitoring"
|
|
88098
88101
|
},
|
|
88099
88102
|
"NetworkInterfaces": {
|
|
88100
|
-
"shape": "
|
|
88103
|
+
"shape": "S1ay",
|
|
88101
88104
|
"locationName": "NetworkInterface"
|
|
88102
88105
|
},
|
|
88103
88106
|
"Placement": {
|
|
88104
|
-
"shape": "
|
|
88107
|
+
"shape": "S1b0",
|
|
88105
88108
|
"locationName": "placement"
|
|
88106
88109
|
},
|
|
88107
88110
|
"RamdiskId": {
|
|
@@ -88140,7 +88143,7 @@ module.exports={
|
|
|
88140
88143
|
"type": "structure",
|
|
88141
88144
|
"members": {
|
|
88142
88145
|
"SpotInstanceRequests": {
|
|
88143
|
-
"shape": "
|
|
88146
|
+
"shape": "S1bg",
|
|
88144
88147
|
"locationName": "spotInstanceRequestSet"
|
|
88145
88148
|
}
|
|
88146
88149
|
}
|
|
@@ -88395,7 +88398,7 @@ module.exports={
|
|
|
88395
88398
|
"locationName": "ipPermissions"
|
|
88396
88399
|
},
|
|
88397
88400
|
"SecurityGroupRuleIds": {
|
|
88398
|
-
"shape": "
|
|
88401
|
+
"shape": "S19p",
|
|
88399
88402
|
"locationName": "SecurityGroupRuleId"
|
|
88400
88403
|
},
|
|
88401
88404
|
"CidrIp": {
|
|
@@ -88458,7 +88461,7 @@ module.exports={
|
|
|
88458
88461
|
"type": "boolean"
|
|
88459
88462
|
},
|
|
88460
88463
|
"SecurityGroupRuleIds": {
|
|
88461
|
-
"shape": "
|
|
88464
|
+
"shape": "S19p",
|
|
88462
88465
|
"locationName": "SecurityGroupRuleId"
|
|
88463
88466
|
}
|
|
88464
88467
|
}
|
|
@@ -88507,7 +88510,7 @@ module.exports={
|
|
|
88507
88510
|
"type": "integer"
|
|
88508
88511
|
},
|
|
88509
88512
|
"Monitoring": {
|
|
88510
|
-
"shape": "
|
|
88513
|
+
"shape": "S1bj"
|
|
88511
88514
|
},
|
|
88512
88515
|
"Placement": {
|
|
88513
88516
|
"shape": "Sa8"
|
|
@@ -88550,7 +88553,7 @@ module.exports={
|
|
|
88550
88553
|
"locationName": "instanceInitiatedShutdownBehavior"
|
|
88551
88554
|
},
|
|
88552
88555
|
"NetworkInterfaces": {
|
|
88553
|
-
"shape": "
|
|
88556
|
+
"shape": "S1ay",
|
|
88554
88557
|
"locationName": "networkInterface"
|
|
88555
88558
|
},
|
|
88556
88559
|
"PrivateIpAddress": {
|
|
@@ -88627,7 +88630,7 @@ module.exports={
|
|
|
88627
88630
|
}
|
|
88628
88631
|
},
|
|
88629
88632
|
"CapacityReservationSpecification": {
|
|
88630
|
-
"shape": "
|
|
88633
|
+
"shape": "S1nb"
|
|
88631
88634
|
},
|
|
88632
88635
|
"HibernationOptions": {
|
|
88633
88636
|
"type": "structure",
|
|
@@ -88670,7 +88673,7 @@ module.exports={
|
|
|
88670
88673
|
}
|
|
88671
88674
|
},
|
|
88672
88675
|
"output": {
|
|
88673
|
-
"shape": "
|
|
88676
|
+
"shape": "S12s"
|
|
88674
88677
|
}
|
|
88675
88678
|
},
|
|
88676
88679
|
"RunScheduledInstances": {
|
|
@@ -88768,7 +88771,7 @@ module.exports={
|
|
|
88768
88771
|
"type": "integer"
|
|
88769
88772
|
},
|
|
88770
88773
|
"Groups": {
|
|
88771
|
-
"shape": "
|
|
88774
|
+
"shape": "S1sx",
|
|
88772
88775
|
"locationName": "Group"
|
|
88773
88776
|
},
|
|
88774
88777
|
"Ipv6AddressCount": {
|
|
@@ -88817,7 +88820,7 @@ module.exports={
|
|
|
88817
88820
|
},
|
|
88818
88821
|
"RamdiskId": {},
|
|
88819
88822
|
"SecurityGroupIds": {
|
|
88820
|
-
"shape": "
|
|
88823
|
+
"shape": "S1sx",
|
|
88821
88824
|
"locationName": "SecurityGroupId"
|
|
88822
88825
|
},
|
|
88823
88826
|
"SubnetId": {},
|
|
@@ -88844,21 +88847,20 @@ module.exports={
|
|
|
88844
88847
|
"input": {
|
|
88845
88848
|
"type": "structure",
|
|
88846
88849
|
"required": [
|
|
88847
|
-
"LocalGatewayRouteTableId"
|
|
88848
|
-
"Filters"
|
|
88850
|
+
"LocalGatewayRouteTableId"
|
|
88849
88851
|
],
|
|
88850
88852
|
"members": {
|
|
88851
88853
|
"LocalGatewayRouteTableId": {},
|
|
88854
|
+
"Filters": {
|
|
88855
|
+
"shape": "Sqs",
|
|
88856
|
+
"locationName": "Filter"
|
|
88857
|
+
},
|
|
88852
88858
|
"MaxResults": {
|
|
88853
88859
|
"type": "integer"
|
|
88854
88860
|
},
|
|
88855
88861
|
"NextToken": {},
|
|
88856
88862
|
"DryRun": {
|
|
88857
88863
|
"type": "boolean"
|
|
88858
|
-
},
|
|
88859
|
-
"Filters": {
|
|
88860
|
-
"shape": "Sqs",
|
|
88861
|
-
"locationName": "Filter"
|
|
88862
88864
|
}
|
|
88863
88865
|
}
|
|
88864
88866
|
},
|
|
@@ -89028,7 +89030,7 @@ module.exports={
|
|
|
89028
89030
|
"type": "structure",
|
|
89029
89031
|
"members": {
|
|
89030
89032
|
"StartingInstances": {
|
|
89031
|
-
"shape": "
|
|
89033
|
+
"shape": "S1tl",
|
|
89032
89034
|
"locationName": "instancesSet"
|
|
89033
89035
|
}
|
|
89034
89036
|
}
|
|
@@ -89044,7 +89046,7 @@ module.exports={
|
|
|
89044
89046
|
"members": {
|
|
89045
89047
|
"NetworkInsightsPathId": {},
|
|
89046
89048
|
"FilterInArns": {
|
|
89047
|
-
"shape": "
|
|
89049
|
+
"shape": "S160",
|
|
89048
89050
|
"locationName": "FilterInArn"
|
|
89049
89051
|
},
|
|
89050
89052
|
"DryRun": {
|
|
@@ -89063,7 +89065,7 @@ module.exports={
|
|
|
89063
89065
|
"type": "structure",
|
|
89064
89066
|
"members": {
|
|
89065
89067
|
"NetworkInsightsAnalysis": {
|
|
89066
|
-
"shape": "
|
|
89068
|
+
"shape": "S15z",
|
|
89067
89069
|
"locationName": "networkInsightsAnalysis"
|
|
89068
89070
|
}
|
|
89069
89071
|
}
|
|
@@ -89120,7 +89122,7 @@ module.exports={
|
|
|
89120
89122
|
"type": "structure",
|
|
89121
89123
|
"members": {
|
|
89122
89124
|
"StoppingInstances": {
|
|
89123
|
-
"shape": "
|
|
89125
|
+
"shape": "S1tl",
|
|
89124
89126
|
"locationName": "instancesSet"
|
|
89125
89127
|
}
|
|
89126
89128
|
}
|
|
@@ -89195,7 +89197,7 @@ module.exports={
|
|
|
89195
89197
|
"type": "structure",
|
|
89196
89198
|
"members": {
|
|
89197
89199
|
"TerminatingInstances": {
|
|
89198
|
-
"shape": "
|
|
89200
|
+
"shape": "S1tl",
|
|
89199
89201
|
"locationName": "instancesSet"
|
|
89200
89202
|
}
|
|
89201
89203
|
}
|
|
@@ -89280,7 +89282,7 @@ module.exports={
|
|
|
89280
89282
|
"type": "structure",
|
|
89281
89283
|
"members": {
|
|
89282
89284
|
"InstanceMonitorings": {
|
|
89283
|
-
"shape": "
|
|
89285
|
+
"shape": "S1pu",
|
|
89284
89286
|
"locationName": "instancesSet"
|
|
89285
89287
|
}
|
|
89286
89288
|
}
|
|
@@ -89299,7 +89301,7 @@ module.exports={
|
|
|
89299
89301
|
"shape": "S50"
|
|
89300
89302
|
},
|
|
89301
89303
|
"SecurityGroupRuleDescriptions": {
|
|
89302
|
-
"shape": "
|
|
89304
|
+
"shape": "S1u5",
|
|
89303
89305
|
"locationName": "SecurityGroupRuleDescription"
|
|
89304
89306
|
}
|
|
89305
89307
|
}
|
|
@@ -89327,7 +89329,7 @@ module.exports={
|
|
|
89327
89329
|
"shape": "S50"
|
|
89328
89330
|
},
|
|
89329
89331
|
"SecurityGroupRuleDescriptions": {
|
|
89330
|
-
"shape": "
|
|
89332
|
+
"shape": "S1u5",
|
|
89331
89333
|
"locationName": "SecurityGroupRuleDescription"
|
|
89332
89334
|
}
|
|
89333
89335
|
}
|
|
@@ -94605,7 +94607,7 @@ module.exports={
|
|
|
94605
94607
|
}
|
|
94606
94608
|
}
|
|
94607
94609
|
},
|
|
94608
|
-
"
|
|
94610
|
+
"S12s": {
|
|
94609
94611
|
"type": "structure",
|
|
94610
94612
|
"members": {
|
|
94611
94613
|
"Groups": {
|
|
@@ -94643,7 +94645,7 @@ module.exports={
|
|
|
94643
94645
|
"type": "timestamp"
|
|
94644
94646
|
},
|
|
94645
94647
|
"Monitoring": {
|
|
94646
|
-
"shape": "
|
|
94648
|
+
"shape": "S12v",
|
|
94647
94649
|
"locationName": "monitoring"
|
|
94648
94650
|
},
|
|
94649
94651
|
"Placement": {
|
|
@@ -94766,7 +94768,7 @@ module.exports={
|
|
|
94766
94768
|
"type": "structure",
|
|
94767
94769
|
"members": {
|
|
94768
94770
|
"Association": {
|
|
94769
|
-
"shape": "
|
|
94771
|
+
"shape": "S134",
|
|
94770
94772
|
"locationName": "association"
|
|
94771
94773
|
},
|
|
94772
94774
|
"Attachment": {
|
|
@@ -94831,7 +94833,7 @@ module.exports={
|
|
|
94831
94833
|
"type": "structure",
|
|
94832
94834
|
"members": {
|
|
94833
94835
|
"Association": {
|
|
94834
|
-
"shape": "
|
|
94836
|
+
"shape": "S134",
|
|
94835
94837
|
"locationName": "association"
|
|
94836
94838
|
},
|
|
94837
94839
|
"Primary": {
|
|
@@ -94980,7 +94982,7 @@ module.exports={
|
|
|
94980
94982
|
}
|
|
94981
94983
|
},
|
|
94982
94984
|
"MetadataOptions": {
|
|
94983
|
-
"shape": "
|
|
94985
|
+
"shape": "S13h",
|
|
94984
94986
|
"locationName": "metadataOptions"
|
|
94985
94987
|
},
|
|
94986
94988
|
"EnclaveOptions": {
|
|
@@ -95014,7 +95016,7 @@ module.exports={
|
|
|
95014
95016
|
}
|
|
95015
95017
|
}
|
|
95016
95018
|
},
|
|
95017
|
-
"
|
|
95019
|
+
"S12v": {
|
|
95018
95020
|
"type": "structure",
|
|
95019
95021
|
"members": {
|
|
95020
95022
|
"State": {
|
|
@@ -95022,7 +95024,7 @@ module.exports={
|
|
|
95022
95024
|
}
|
|
95023
95025
|
}
|
|
95024
95026
|
},
|
|
95025
|
-
"
|
|
95027
|
+
"S134": {
|
|
95026
95028
|
"type": "structure",
|
|
95027
95029
|
"members": {
|
|
95028
95030
|
"CarrierIp": {
|
|
@@ -95039,7 +95041,7 @@ module.exports={
|
|
|
95039
95041
|
}
|
|
95040
95042
|
}
|
|
95041
95043
|
},
|
|
95042
|
-
"
|
|
95044
|
+
"S13h": {
|
|
95043
95045
|
"type": "structure",
|
|
95044
95046
|
"members": {
|
|
95045
95047
|
"State": {
|
|
@@ -95060,13 +95062,13 @@ module.exports={
|
|
|
95060
95062
|
}
|
|
95061
95063
|
}
|
|
95062
95064
|
},
|
|
95063
|
-
"
|
|
95065
|
+
"S14z": {
|
|
95064
95066
|
"type": "list",
|
|
95065
95067
|
"member": {
|
|
95066
95068
|
"locationName": "item"
|
|
95067
95069
|
}
|
|
95068
95070
|
},
|
|
95069
|
-
"
|
|
95071
|
+
"S15z": {
|
|
95070
95072
|
"type": "structure",
|
|
95071
95073
|
"members": {
|
|
95072
95074
|
"NetworkInsightsAnalysisId": {
|
|
@@ -95079,7 +95081,7 @@ module.exports={
|
|
|
95079
95081
|
"locationName": "networkInsightsPathId"
|
|
95080
95082
|
},
|
|
95081
95083
|
"FilterInArns": {
|
|
95082
|
-
"shape": "
|
|
95084
|
+
"shape": "S160",
|
|
95083
95085
|
"locationName": "filterInArnSet"
|
|
95084
95086
|
},
|
|
95085
95087
|
"StartDate": {
|
|
@@ -95097,11 +95099,11 @@ module.exports={
|
|
|
95097
95099
|
"type": "boolean"
|
|
95098
95100
|
},
|
|
95099
95101
|
"ForwardPathComponents": {
|
|
95100
|
-
"shape": "
|
|
95102
|
+
"shape": "S162",
|
|
95101
95103
|
"locationName": "forwardPathComponentSet"
|
|
95102
95104
|
},
|
|
95103
95105
|
"ReturnPathComponents": {
|
|
95104
|
-
"shape": "
|
|
95106
|
+
"shape": "S162",
|
|
95105
95107
|
"locationName": "returnPathComponentSet"
|
|
95106
95108
|
},
|
|
95107
95109
|
"Explanations": {
|
|
@@ -95112,22 +95114,22 @@ module.exports={
|
|
|
95112
95114
|
"type": "structure",
|
|
95113
95115
|
"members": {
|
|
95114
95116
|
"Acl": {
|
|
95115
|
-
"shape": "
|
|
95117
|
+
"shape": "S165",
|
|
95116
95118
|
"locationName": "acl"
|
|
95117
95119
|
},
|
|
95118
95120
|
"AclRule": {
|
|
95119
|
-
"shape": "
|
|
95121
|
+
"shape": "S164",
|
|
95120
95122
|
"locationName": "aclRule"
|
|
95121
95123
|
},
|
|
95122
95124
|
"Address": {
|
|
95123
95125
|
"locationName": "address"
|
|
95124
95126
|
},
|
|
95125
95127
|
"Addresses": {
|
|
95126
|
-
"shape": "
|
|
95128
|
+
"shape": "S167",
|
|
95127
95129
|
"locationName": "addressSet"
|
|
95128
95130
|
},
|
|
95129
95131
|
"AttachedTo": {
|
|
95130
|
-
"shape": "
|
|
95132
|
+
"shape": "S165",
|
|
95131
95133
|
"locationName": "attachedTo"
|
|
95132
95134
|
},
|
|
95133
95135
|
"AvailabilityZones": {
|
|
@@ -95139,19 +95141,19 @@ module.exports={
|
|
|
95139
95141
|
"locationName": "cidrSet"
|
|
95140
95142
|
},
|
|
95141
95143
|
"Component": {
|
|
95142
|
-
"shape": "
|
|
95144
|
+
"shape": "S165",
|
|
95143
95145
|
"locationName": "component"
|
|
95144
95146
|
},
|
|
95145
95147
|
"CustomerGateway": {
|
|
95146
|
-
"shape": "
|
|
95148
|
+
"shape": "S165",
|
|
95147
95149
|
"locationName": "customerGateway"
|
|
95148
95150
|
},
|
|
95149
95151
|
"Destination": {
|
|
95150
|
-
"shape": "
|
|
95152
|
+
"shape": "S165",
|
|
95151
95153
|
"locationName": "destination"
|
|
95152
95154
|
},
|
|
95153
95155
|
"DestinationVpc": {
|
|
95154
|
-
"shape": "
|
|
95156
|
+
"shape": "S165",
|
|
95155
95157
|
"locationName": "destinationVpc"
|
|
95156
95158
|
},
|
|
95157
95159
|
"Direction": {
|
|
@@ -95161,11 +95163,11 @@ module.exports={
|
|
|
95161
95163
|
"locationName": "explanationCode"
|
|
95162
95164
|
},
|
|
95163
95165
|
"IngressRouteTable": {
|
|
95164
|
-
"shape": "
|
|
95166
|
+
"shape": "S165",
|
|
95165
95167
|
"locationName": "ingressRouteTable"
|
|
95166
95168
|
},
|
|
95167
95169
|
"InternetGateway": {
|
|
95168
|
-
"shape": "
|
|
95170
|
+
"shape": "S165",
|
|
95169
95171
|
"locationName": "internetGateway"
|
|
95170
95172
|
},
|
|
95171
95173
|
"LoadBalancerArn": {
|
|
@@ -95200,7 +95202,7 @@ module.exports={
|
|
|
95200
95202
|
"locationName": "availabilityZone"
|
|
95201
95203
|
},
|
|
95202
95204
|
"Instance": {
|
|
95203
|
-
"shape": "
|
|
95205
|
+
"shape": "S165",
|
|
95204
95206
|
"locationName": "instance"
|
|
95205
95207
|
},
|
|
95206
95208
|
"Port": {
|
|
@@ -95210,11 +95212,11 @@ module.exports={
|
|
|
95210
95212
|
}
|
|
95211
95213
|
},
|
|
95212
95214
|
"LoadBalancerTargetGroup": {
|
|
95213
|
-
"shape": "
|
|
95215
|
+
"shape": "S165",
|
|
95214
95216
|
"locationName": "loadBalancerTargetGroup"
|
|
95215
95217
|
},
|
|
95216
95218
|
"LoadBalancerTargetGroups": {
|
|
95217
|
-
"shape": "
|
|
95219
|
+
"shape": "S16f",
|
|
95218
95220
|
"locationName": "loadBalancerTargetGroupSet"
|
|
95219
95221
|
},
|
|
95220
95222
|
"LoadBalancerTargetPort": {
|
|
@@ -95222,25 +95224,25 @@ module.exports={
|
|
|
95222
95224
|
"type": "integer"
|
|
95223
95225
|
},
|
|
95224
95226
|
"ElasticLoadBalancerListener": {
|
|
95225
|
-
"shape": "
|
|
95227
|
+
"shape": "S165",
|
|
95226
95228
|
"locationName": "elasticLoadBalancerListener"
|
|
95227
95229
|
},
|
|
95228
95230
|
"MissingComponent": {
|
|
95229
95231
|
"locationName": "missingComponent"
|
|
95230
95232
|
},
|
|
95231
95233
|
"NatGateway": {
|
|
95232
|
-
"shape": "
|
|
95234
|
+
"shape": "S165",
|
|
95233
95235
|
"locationName": "natGateway"
|
|
95234
95236
|
},
|
|
95235
95237
|
"NetworkInterface": {
|
|
95236
|
-
"shape": "
|
|
95238
|
+
"shape": "S165",
|
|
95237
95239
|
"locationName": "networkInterface"
|
|
95238
95240
|
},
|
|
95239
95241
|
"PacketField": {
|
|
95240
95242
|
"locationName": "packetField"
|
|
95241
95243
|
},
|
|
95242
95244
|
"VpcPeeringConnection": {
|
|
95243
|
-
"shape": "
|
|
95245
|
+
"shape": "S165",
|
|
95244
95246
|
"locationName": "vpcPeeringConnection"
|
|
95245
95247
|
},
|
|
95246
95248
|
"Port": {
|
|
@@ -95248,11 +95250,11 @@ module.exports={
|
|
|
95248
95250
|
"type": "integer"
|
|
95249
95251
|
},
|
|
95250
95252
|
"PortRanges": {
|
|
95251
|
-
"shape": "
|
|
95253
|
+
"shape": "S168",
|
|
95252
95254
|
"locationName": "portRangeSet"
|
|
95253
95255
|
},
|
|
95254
95256
|
"PrefixList": {
|
|
95255
|
-
"shape": "
|
|
95257
|
+
"shape": "S165",
|
|
95256
95258
|
"locationName": "prefixList"
|
|
95257
95259
|
},
|
|
95258
95260
|
"Protocols": {
|
|
@@ -95263,54 +95265,54 @@ module.exports={
|
|
|
95263
95265
|
}
|
|
95264
95266
|
},
|
|
95265
95267
|
"RouteTableRoute": {
|
|
95266
|
-
"shape": "
|
|
95268
|
+
"shape": "S169",
|
|
95267
95269
|
"locationName": "routeTableRoute"
|
|
95268
95270
|
},
|
|
95269
95271
|
"RouteTable": {
|
|
95270
|
-
"shape": "
|
|
95272
|
+
"shape": "S165",
|
|
95271
95273
|
"locationName": "routeTable"
|
|
95272
95274
|
},
|
|
95273
95275
|
"SecurityGroup": {
|
|
95274
|
-
"shape": "
|
|
95276
|
+
"shape": "S165",
|
|
95275
95277
|
"locationName": "securityGroup"
|
|
95276
95278
|
},
|
|
95277
95279
|
"SecurityGroupRule": {
|
|
95278
|
-
"shape": "
|
|
95280
|
+
"shape": "S16a",
|
|
95279
95281
|
"locationName": "securityGroupRule"
|
|
95280
95282
|
},
|
|
95281
95283
|
"SecurityGroups": {
|
|
95282
|
-
"shape": "
|
|
95284
|
+
"shape": "S16f",
|
|
95283
95285
|
"locationName": "securityGroupSet"
|
|
95284
95286
|
},
|
|
95285
95287
|
"SourceVpc": {
|
|
95286
|
-
"shape": "
|
|
95288
|
+
"shape": "S165",
|
|
95287
95289
|
"locationName": "sourceVpc"
|
|
95288
95290
|
},
|
|
95289
95291
|
"State": {
|
|
95290
95292
|
"locationName": "state"
|
|
95291
95293
|
},
|
|
95292
95294
|
"Subnet": {
|
|
95293
|
-
"shape": "
|
|
95295
|
+
"shape": "S165",
|
|
95294
95296
|
"locationName": "subnet"
|
|
95295
95297
|
},
|
|
95296
95298
|
"SubnetRouteTable": {
|
|
95297
|
-
"shape": "
|
|
95299
|
+
"shape": "S165",
|
|
95298
95300
|
"locationName": "subnetRouteTable"
|
|
95299
95301
|
},
|
|
95300
95302
|
"Vpc": {
|
|
95301
|
-
"shape": "
|
|
95303
|
+
"shape": "S165",
|
|
95302
95304
|
"locationName": "vpc"
|
|
95303
95305
|
},
|
|
95304
95306
|
"VpcEndpoint": {
|
|
95305
|
-
"shape": "
|
|
95307
|
+
"shape": "S165",
|
|
95306
95308
|
"locationName": "vpcEndpoint"
|
|
95307
95309
|
},
|
|
95308
95310
|
"VpnConnection": {
|
|
95309
|
-
"shape": "
|
|
95311
|
+
"shape": "S165",
|
|
95310
95312
|
"locationName": "vpnConnection"
|
|
95311
95313
|
},
|
|
95312
95314
|
"VpnGateway": {
|
|
95313
|
-
"shape": "
|
|
95315
|
+
"shape": "S165",
|
|
95314
95316
|
"locationName": "vpnGateway"
|
|
95315
95317
|
}
|
|
95316
95318
|
}
|
|
@@ -95338,13 +95340,13 @@ module.exports={
|
|
|
95338
95340
|
}
|
|
95339
95341
|
}
|
|
95340
95342
|
},
|
|
95341
|
-
"
|
|
95343
|
+
"S160": {
|
|
95342
95344
|
"type": "list",
|
|
95343
95345
|
"member": {
|
|
95344
95346
|
"locationName": "item"
|
|
95345
95347
|
}
|
|
95346
95348
|
},
|
|
95347
|
-
"
|
|
95349
|
+
"S162": {
|
|
95348
95350
|
"type": "list",
|
|
95349
95351
|
"member": {
|
|
95350
95352
|
"locationName": "item",
|
|
@@ -95355,49 +95357,49 @@ module.exports={
|
|
|
95355
95357
|
"type": "integer"
|
|
95356
95358
|
},
|
|
95357
95359
|
"AclRule": {
|
|
95358
|
-
"shape": "
|
|
95360
|
+
"shape": "S164",
|
|
95359
95361
|
"locationName": "aclRule"
|
|
95360
95362
|
},
|
|
95361
95363
|
"Component": {
|
|
95362
|
-
"shape": "
|
|
95364
|
+
"shape": "S165",
|
|
95363
95365
|
"locationName": "component"
|
|
95364
95366
|
},
|
|
95365
95367
|
"DestinationVpc": {
|
|
95366
|
-
"shape": "
|
|
95368
|
+
"shape": "S165",
|
|
95367
95369
|
"locationName": "destinationVpc"
|
|
95368
95370
|
},
|
|
95369
95371
|
"OutboundHeader": {
|
|
95370
|
-
"shape": "
|
|
95372
|
+
"shape": "S166",
|
|
95371
95373
|
"locationName": "outboundHeader"
|
|
95372
95374
|
},
|
|
95373
95375
|
"InboundHeader": {
|
|
95374
|
-
"shape": "
|
|
95376
|
+
"shape": "S166",
|
|
95375
95377
|
"locationName": "inboundHeader"
|
|
95376
95378
|
},
|
|
95377
95379
|
"RouteTableRoute": {
|
|
95378
|
-
"shape": "
|
|
95380
|
+
"shape": "S169",
|
|
95379
95381
|
"locationName": "routeTableRoute"
|
|
95380
95382
|
},
|
|
95381
95383
|
"SecurityGroupRule": {
|
|
95382
|
-
"shape": "
|
|
95384
|
+
"shape": "S16a",
|
|
95383
95385
|
"locationName": "securityGroupRule"
|
|
95384
95386
|
},
|
|
95385
95387
|
"SourceVpc": {
|
|
95386
|
-
"shape": "
|
|
95388
|
+
"shape": "S165",
|
|
95387
95389
|
"locationName": "sourceVpc"
|
|
95388
95390
|
},
|
|
95389
95391
|
"Subnet": {
|
|
95390
|
-
"shape": "
|
|
95392
|
+
"shape": "S165",
|
|
95391
95393
|
"locationName": "subnet"
|
|
95392
95394
|
},
|
|
95393
95395
|
"Vpc": {
|
|
95394
|
-
"shape": "
|
|
95396
|
+
"shape": "S165",
|
|
95395
95397
|
"locationName": "vpc"
|
|
95396
95398
|
}
|
|
95397
95399
|
}
|
|
95398
95400
|
}
|
|
95399
95401
|
},
|
|
95400
|
-
"
|
|
95402
|
+
"S164": {
|
|
95401
95403
|
"type": "structure",
|
|
95402
95404
|
"members": {
|
|
95403
95405
|
"Cidr": {
|
|
@@ -95423,7 +95425,7 @@ module.exports={
|
|
|
95423
95425
|
}
|
|
95424
95426
|
}
|
|
95425
95427
|
},
|
|
95426
|
-
"
|
|
95428
|
+
"S165": {
|
|
95427
95429
|
"type": "structure",
|
|
95428
95430
|
"members": {
|
|
95429
95431
|
"Id": {
|
|
@@ -95434,44 +95436,44 @@ module.exports={
|
|
|
95434
95436
|
}
|
|
95435
95437
|
}
|
|
95436
95438
|
},
|
|
95437
|
-
"
|
|
95439
|
+
"S166": {
|
|
95438
95440
|
"type": "structure",
|
|
95439
95441
|
"members": {
|
|
95440
95442
|
"DestinationAddresses": {
|
|
95441
|
-
"shape": "
|
|
95443
|
+
"shape": "S167",
|
|
95442
95444
|
"locationName": "destinationAddressSet"
|
|
95443
95445
|
},
|
|
95444
95446
|
"DestinationPortRanges": {
|
|
95445
|
-
"shape": "
|
|
95447
|
+
"shape": "S168",
|
|
95446
95448
|
"locationName": "destinationPortRangeSet"
|
|
95447
95449
|
},
|
|
95448
95450
|
"Protocol": {
|
|
95449
95451
|
"locationName": "protocol"
|
|
95450
95452
|
},
|
|
95451
95453
|
"SourceAddresses": {
|
|
95452
|
-
"shape": "
|
|
95454
|
+
"shape": "S167",
|
|
95453
95455
|
"locationName": "sourceAddressSet"
|
|
95454
95456
|
},
|
|
95455
95457
|
"SourcePortRanges": {
|
|
95456
|
-
"shape": "
|
|
95458
|
+
"shape": "S168",
|
|
95457
95459
|
"locationName": "sourcePortRangeSet"
|
|
95458
95460
|
}
|
|
95459
95461
|
}
|
|
95460
95462
|
},
|
|
95461
|
-
"
|
|
95463
|
+
"S167": {
|
|
95462
95464
|
"type": "list",
|
|
95463
95465
|
"member": {
|
|
95464
95466
|
"locationName": "item"
|
|
95465
95467
|
}
|
|
95466
95468
|
},
|
|
95467
|
-
"
|
|
95469
|
+
"S168": {
|
|
95468
95470
|
"type": "list",
|
|
95469
95471
|
"member": {
|
|
95470
95472
|
"shape": "Sf9",
|
|
95471
95473
|
"locationName": "item"
|
|
95472
95474
|
}
|
|
95473
95475
|
},
|
|
95474
|
-
"
|
|
95476
|
+
"S169": {
|
|
95475
95477
|
"type": "structure",
|
|
95476
95478
|
"members": {
|
|
95477
95479
|
"DestinationCidr": {
|
|
@@ -95506,7 +95508,7 @@ module.exports={
|
|
|
95506
95508
|
}
|
|
95507
95509
|
}
|
|
95508
95510
|
},
|
|
95509
|
-
"
|
|
95511
|
+
"S16a": {
|
|
95510
95512
|
"type": "structure",
|
|
95511
95513
|
"members": {
|
|
95512
95514
|
"Cidr": {
|
|
@@ -95530,20 +95532,20 @@ module.exports={
|
|
|
95530
95532
|
}
|
|
95531
95533
|
}
|
|
95532
95534
|
},
|
|
95533
|
-
"
|
|
95535
|
+
"S16f": {
|
|
95534
95536
|
"type": "list",
|
|
95535
95537
|
"member": {
|
|
95536
|
-
"shape": "
|
|
95538
|
+
"shape": "S165",
|
|
95537
95539
|
"locationName": "item"
|
|
95538
95540
|
}
|
|
95539
95541
|
},
|
|
95540
|
-
"
|
|
95542
|
+
"S181": {
|
|
95541
95543
|
"type": "list",
|
|
95542
95544
|
"member": {
|
|
95543
95545
|
"locationName": "ReservedInstancesId"
|
|
95544
95546
|
}
|
|
95545
95547
|
},
|
|
95546
|
-
"
|
|
95548
|
+
"S189": {
|
|
95547
95549
|
"type": "list",
|
|
95548
95550
|
"member": {
|
|
95549
95551
|
"locationName": "item",
|
|
@@ -95559,7 +95561,7 @@ module.exports={
|
|
|
95559
95561
|
}
|
|
95560
95562
|
}
|
|
95561
95563
|
},
|
|
95562
|
-
"
|
|
95564
|
+
"S18n": {
|
|
95563
95565
|
"type": "structure",
|
|
95564
95566
|
"members": {
|
|
95565
95567
|
"AvailabilityZone": {
|
|
@@ -95580,7 +95582,7 @@ module.exports={
|
|
|
95580
95582
|
}
|
|
95581
95583
|
}
|
|
95582
95584
|
},
|
|
95583
|
-
"
|
|
95585
|
+
"S19a": {
|
|
95584
95586
|
"type": "structure",
|
|
95585
95587
|
"members": {
|
|
95586
95588
|
"Frequency": {
|
|
@@ -95607,7 +95609,7 @@ module.exports={
|
|
|
95607
95609
|
}
|
|
95608
95610
|
}
|
|
95609
95611
|
},
|
|
95610
|
-
"
|
|
95612
|
+
"S19i": {
|
|
95611
95613
|
"type": "structure",
|
|
95612
95614
|
"members": {
|
|
95613
95615
|
"AvailabilityZone": {
|
|
@@ -95642,7 +95644,7 @@ module.exports={
|
|
|
95642
95644
|
"type": "timestamp"
|
|
95643
95645
|
},
|
|
95644
95646
|
"Recurrence": {
|
|
95645
|
-
"shape": "
|
|
95647
|
+
"shape": "S19a",
|
|
95646
95648
|
"locationName": "recurrence"
|
|
95647
95649
|
},
|
|
95648
95650
|
"ScheduledInstanceId": {
|
|
@@ -95666,19 +95668,19 @@ module.exports={
|
|
|
95666
95668
|
}
|
|
95667
95669
|
}
|
|
95668
95670
|
},
|
|
95669
|
-
"
|
|
95671
|
+
"S19p": {
|
|
95670
95672
|
"type": "list",
|
|
95671
95673
|
"member": {
|
|
95672
95674
|
"locationName": "item"
|
|
95673
95675
|
}
|
|
95674
95676
|
},
|
|
95675
|
-
"
|
|
95677
|
+
"S19t": {
|
|
95676
95678
|
"type": "list",
|
|
95677
95679
|
"member": {
|
|
95678
95680
|
"locationName": "GroupName"
|
|
95679
95681
|
}
|
|
95680
95682
|
},
|
|
95681
|
-
"
|
|
95683
|
+
"S1a1": {
|
|
95682
95684
|
"type": "list",
|
|
95683
95685
|
"member": {
|
|
95684
95686
|
"locationName": "item",
|
|
@@ -95693,13 +95695,13 @@ module.exports={
|
|
|
95693
95695
|
}
|
|
95694
95696
|
}
|
|
95695
95697
|
},
|
|
95696
|
-
"
|
|
95698
|
+
"S1a5": {
|
|
95697
95699
|
"type": "list",
|
|
95698
95700
|
"member": {
|
|
95699
95701
|
"locationName": "SnapshotId"
|
|
95700
95702
|
}
|
|
95701
95703
|
},
|
|
95702
|
-
"
|
|
95704
|
+
"S1ao": {
|
|
95703
95705
|
"type": "structure",
|
|
95704
95706
|
"required": [
|
|
95705
95707
|
"IamFleetRole",
|
|
@@ -95793,11 +95795,11 @@ module.exports={
|
|
|
95793
95795
|
}
|
|
95794
95796
|
},
|
|
95795
95797
|
"NetworkInterfaces": {
|
|
95796
|
-
"shape": "
|
|
95798
|
+
"shape": "S1ay",
|
|
95797
95799
|
"locationName": "networkInterfaceSet"
|
|
95798
95800
|
},
|
|
95799
95801
|
"Placement": {
|
|
95800
|
-
"shape": "
|
|
95802
|
+
"shape": "S1b0",
|
|
95801
95803
|
"locationName": "placement"
|
|
95802
95804
|
},
|
|
95803
95805
|
"RamdiskId": {
|
|
@@ -95837,7 +95839,7 @@ module.exports={
|
|
|
95837
95839
|
}
|
|
95838
95840
|
},
|
|
95839
95841
|
"LaunchTemplateConfigs": {
|
|
95840
|
-
"shape": "
|
|
95842
|
+
"shape": "S1b3",
|
|
95841
95843
|
"locationName": "launchTemplateConfigs"
|
|
95842
95844
|
},
|
|
95843
95845
|
"SpotPrice": {
|
|
@@ -95936,7 +95938,7 @@ module.exports={
|
|
|
95936
95938
|
}
|
|
95937
95939
|
}
|
|
95938
95940
|
},
|
|
95939
|
-
"
|
|
95941
|
+
"S1ay": {
|
|
95940
95942
|
"type": "list",
|
|
95941
95943
|
"member": {
|
|
95942
95944
|
"locationName": "item",
|
|
@@ -96012,7 +96014,7 @@ module.exports={
|
|
|
96012
96014
|
}
|
|
96013
96015
|
}
|
|
96014
96016
|
},
|
|
96015
|
-
"
|
|
96017
|
+
"S1b0": {
|
|
96016
96018
|
"type": "structure",
|
|
96017
96019
|
"members": {
|
|
96018
96020
|
"AvailabilityZone": {
|
|
@@ -96026,7 +96028,7 @@ module.exports={
|
|
|
96026
96028
|
}
|
|
96027
96029
|
}
|
|
96028
96030
|
},
|
|
96029
|
-
"
|
|
96031
|
+
"S1b3": {
|
|
96030
96032
|
"type": "list",
|
|
96031
96033
|
"member": {
|
|
96032
96034
|
"locationName": "item",
|
|
@@ -96069,7 +96071,7 @@ module.exports={
|
|
|
96069
96071
|
}
|
|
96070
96072
|
}
|
|
96071
96073
|
},
|
|
96072
|
-
"
|
|
96074
|
+
"S1bg": {
|
|
96073
96075
|
"type": "list",
|
|
96074
96076
|
"member": {
|
|
96075
96077
|
"locationName": "item",
|
|
@@ -96138,11 +96140,11 @@ module.exports={
|
|
|
96138
96140
|
"locationName": "keyName"
|
|
96139
96141
|
},
|
|
96140
96142
|
"NetworkInterfaces": {
|
|
96141
|
-
"shape": "
|
|
96143
|
+
"shape": "S1ay",
|
|
96142
96144
|
"locationName": "networkInterfaceSet"
|
|
96143
96145
|
},
|
|
96144
96146
|
"Placement": {
|
|
96145
|
-
"shape": "
|
|
96147
|
+
"shape": "S1b0",
|
|
96146
96148
|
"locationName": "placement"
|
|
96147
96149
|
},
|
|
96148
96150
|
"RamdiskId": {
|
|
@@ -96152,7 +96154,7 @@ module.exports={
|
|
|
96152
96154
|
"locationName": "subnetId"
|
|
96153
96155
|
},
|
|
96154
96156
|
"Monitoring": {
|
|
96155
|
-
"shape": "
|
|
96157
|
+
"shape": "S1bj",
|
|
96156
96158
|
"locationName": "monitoring"
|
|
96157
96159
|
}
|
|
96158
96160
|
}
|
|
@@ -96209,7 +96211,7 @@ module.exports={
|
|
|
96209
96211
|
}
|
|
96210
96212
|
}
|
|
96211
96213
|
},
|
|
96212
|
-
"
|
|
96214
|
+
"S1bj": {
|
|
96213
96215
|
"type": "structure",
|
|
96214
96216
|
"required": [
|
|
96215
96217
|
"Enabled"
|
|
@@ -96221,7 +96223,7 @@ module.exports={
|
|
|
96221
96223
|
}
|
|
96222
96224
|
}
|
|
96223
96225
|
},
|
|
96224
|
-
"
|
|
96226
|
+
"S1by": {
|
|
96225
96227
|
"type": "list",
|
|
96226
96228
|
"member": {
|
|
96227
96229
|
"locationName": "item",
|
|
@@ -96263,17 +96265,17 @@ module.exports={
|
|
|
96263
96265
|
}
|
|
96264
96266
|
}
|
|
96265
96267
|
},
|
|
96266
|
-
"
|
|
96268
|
+
"S1cw": {
|
|
96267
96269
|
"type": "list",
|
|
96268
96270
|
"member": {}
|
|
96269
96271
|
},
|
|
96270
|
-
"
|
|
96272
|
+
"S1e0": {
|
|
96271
96273
|
"type": "list",
|
|
96272
96274
|
"member": {
|
|
96273
96275
|
"locationName": "VolumeId"
|
|
96274
96276
|
}
|
|
96275
96277
|
},
|
|
96276
|
-
"
|
|
96278
|
+
"S1el": {
|
|
96277
96279
|
"type": "structure",
|
|
96278
96280
|
"members": {
|
|
96279
96281
|
"VolumeId": {
|
|
@@ -96337,19 +96339,19 @@ module.exports={
|
|
|
96337
96339
|
}
|
|
96338
96340
|
}
|
|
96339
96341
|
},
|
|
96340
|
-
"
|
|
96342
|
+
"S1er": {
|
|
96341
96343
|
"type": "list",
|
|
96342
96344
|
"member": {
|
|
96343
96345
|
"locationName": "VpcId"
|
|
96344
96346
|
}
|
|
96345
96347
|
},
|
|
96346
|
-
"
|
|
96348
|
+
"S1gh": {
|
|
96347
96349
|
"type": "list",
|
|
96348
96350
|
"member": {
|
|
96349
96351
|
"locationName": "AvailabilityZone"
|
|
96350
96352
|
}
|
|
96351
96353
|
},
|
|
96352
|
-
"
|
|
96354
|
+
"S1gw": {
|
|
96353
96355
|
"type": "structure",
|
|
96354
96356
|
"members": {
|
|
96355
96357
|
"TransitGatewayAttachmentId": {
|
|
@@ -96369,7 +96371,7 @@ module.exports={
|
|
|
96369
96371
|
}
|
|
96370
96372
|
}
|
|
96371
96373
|
},
|
|
96372
|
-
"
|
|
96374
|
+
"S1je": {
|
|
96373
96375
|
"type": "structure",
|
|
96374
96376
|
"members": {
|
|
96375
96377
|
"InstanceFamily": {
|
|
@@ -96380,13 +96382,13 @@ module.exports={
|
|
|
96380
96382
|
}
|
|
96381
96383
|
}
|
|
96382
96384
|
},
|
|
96383
|
-
"
|
|
96385
|
+
"S1jv": {
|
|
96384
96386
|
"type": "list",
|
|
96385
96387
|
"member": {
|
|
96386
96388
|
"locationName": "item"
|
|
96387
96389
|
}
|
|
96388
96390
|
},
|
|
96389
|
-
"
|
|
96391
|
+
"S1jx": {
|
|
96390
96392
|
"type": "list",
|
|
96391
96393
|
"member": {
|
|
96392
96394
|
"locationName": "item",
|
|
@@ -96421,7 +96423,7 @@ module.exports={
|
|
|
96421
96423
|
}
|
|
96422
96424
|
}
|
|
96423
96425
|
},
|
|
96424
|
-
"
|
|
96426
|
+
"S1ke": {
|
|
96425
96427
|
"type": "structure",
|
|
96426
96428
|
"members": {
|
|
96427
96429
|
"HourlyPrice": {
|
|
@@ -96435,14 +96437,14 @@ module.exports={
|
|
|
96435
96437
|
}
|
|
96436
96438
|
}
|
|
96437
96439
|
},
|
|
96438
|
-
"
|
|
96440
|
+
"S1kp": {
|
|
96439
96441
|
"type": "list",
|
|
96440
96442
|
"member": {
|
|
96441
96443
|
"shape": "Shr",
|
|
96442
96444
|
"locationName": "item"
|
|
96443
96445
|
}
|
|
96444
96446
|
},
|
|
96445
|
-
"
|
|
96447
|
+
"S1ll": {
|
|
96446
96448
|
"type": "structure",
|
|
96447
96449
|
"members": {
|
|
96448
96450
|
"Comment": {},
|
|
@@ -96457,14 +96459,14 @@ module.exports={
|
|
|
96457
96459
|
}
|
|
96458
96460
|
}
|
|
96459
96461
|
},
|
|
96460
|
-
"
|
|
96462
|
+
"S1lo": {
|
|
96461
96463
|
"type": "structure",
|
|
96462
96464
|
"members": {
|
|
96463
96465
|
"S3Bucket": {},
|
|
96464
96466
|
"S3Key": {}
|
|
96465
96467
|
}
|
|
96466
96468
|
},
|
|
96467
|
-
"
|
|
96469
|
+
"S1lv": {
|
|
96468
96470
|
"type": "structure",
|
|
96469
96471
|
"required": [
|
|
96470
96472
|
"Bytes",
|
|
@@ -96484,7 +96486,7 @@ module.exports={
|
|
|
96484
96486
|
}
|
|
96485
96487
|
}
|
|
96486
96488
|
},
|
|
96487
|
-
"
|
|
96489
|
+
"S1lw": {
|
|
96488
96490
|
"type": "structure",
|
|
96489
96491
|
"required": [
|
|
96490
96492
|
"Size"
|
|
@@ -96496,25 +96498,25 @@ module.exports={
|
|
|
96496
96498
|
}
|
|
96497
96499
|
}
|
|
96498
96500
|
},
|
|
96499
|
-
"
|
|
96501
|
+
"S1mr": {
|
|
96500
96502
|
"type": "list",
|
|
96501
96503
|
"member": {
|
|
96502
96504
|
"locationName": "UserId"
|
|
96503
96505
|
}
|
|
96504
96506
|
},
|
|
96505
|
-
"
|
|
96507
|
+
"S1ms": {
|
|
96506
96508
|
"type": "list",
|
|
96507
96509
|
"member": {
|
|
96508
96510
|
"locationName": "UserGroup"
|
|
96509
96511
|
}
|
|
96510
96512
|
},
|
|
96511
|
-
"
|
|
96513
|
+
"S1mt": {
|
|
96512
96514
|
"type": "list",
|
|
96513
96515
|
"member": {
|
|
96514
96516
|
"locationName": "ProductCode"
|
|
96515
96517
|
}
|
|
96516
96518
|
},
|
|
96517
|
-
"
|
|
96519
|
+
"S1mv": {
|
|
96518
96520
|
"type": "list",
|
|
96519
96521
|
"member": {
|
|
96520
96522
|
"locationName": "item",
|
|
@@ -96525,14 +96527,14 @@ module.exports={
|
|
|
96525
96527
|
}
|
|
96526
96528
|
}
|
|
96527
96529
|
},
|
|
96528
|
-
"
|
|
96530
|
+
"S1n0": {
|
|
96529
96531
|
"type": "list",
|
|
96530
96532
|
"member": {
|
|
96531
96533
|
"shape": "S17",
|
|
96532
96534
|
"locationName": "item"
|
|
96533
96535
|
}
|
|
96534
96536
|
},
|
|
96535
|
-
"
|
|
96537
|
+
"S1nb": {
|
|
96536
96538
|
"type": "structure",
|
|
96537
96539
|
"members": {
|
|
96538
96540
|
"CapacityReservationPreference": {},
|
|
@@ -96541,7 +96543,7 @@ module.exports={
|
|
|
96541
96543
|
}
|
|
96542
96544
|
}
|
|
96543
96545
|
},
|
|
96544
|
-
"
|
|
96546
|
+
"S1pd": {
|
|
96545
96547
|
"type": "structure",
|
|
96546
96548
|
"members": {
|
|
96547
96549
|
"AllowDnsResolutionFromRemoteVpc": {
|
|
@@ -96555,7 +96557,7 @@ module.exports={
|
|
|
96555
96557
|
}
|
|
96556
96558
|
}
|
|
96557
96559
|
},
|
|
96558
|
-
"
|
|
96560
|
+
"S1pf": {
|
|
96559
96561
|
"type": "structure",
|
|
96560
96562
|
"members": {
|
|
96561
96563
|
"AllowDnsResolutionFromRemoteVpc": {
|
|
@@ -96572,7 +96574,7 @@ module.exports={
|
|
|
96572
96574
|
}
|
|
96573
96575
|
}
|
|
96574
96576
|
},
|
|
96575
|
-
"
|
|
96577
|
+
"S1pu": {
|
|
96576
96578
|
"type": "list",
|
|
96577
96579
|
"member": {
|
|
96578
96580
|
"locationName": "item",
|
|
@@ -96582,19 +96584,19 @@ module.exports={
|
|
|
96582
96584
|
"locationName": "instanceId"
|
|
96583
96585
|
},
|
|
96584
96586
|
"Monitoring": {
|
|
96585
|
-
"shape": "
|
|
96587
|
+
"shape": "S12v",
|
|
96586
96588
|
"locationName": "monitoring"
|
|
96587
96589
|
}
|
|
96588
96590
|
}
|
|
96589
96591
|
}
|
|
96590
96592
|
},
|
|
96591
|
-
"
|
|
96593
|
+
"S1sx": {
|
|
96592
96594
|
"type": "list",
|
|
96593
96595
|
"member": {
|
|
96594
96596
|
"locationName": "SecurityGroupId"
|
|
96595
96597
|
}
|
|
96596
96598
|
},
|
|
96597
|
-
"
|
|
96599
|
+
"S1tl": {
|
|
96598
96600
|
"type": "list",
|
|
96599
96601
|
"member": {
|
|
96600
96602
|
"locationName": "item",
|
|
@@ -96614,7 +96616,7 @@ module.exports={
|
|
|
96614
96616
|
}
|
|
96615
96617
|
}
|
|
96616
96618
|
},
|
|
96617
|
-
"
|
|
96619
|
+
"S1u5": {
|
|
96618
96620
|
"type": "list",
|
|
96619
96621
|
"member": {
|
|
96620
96622
|
"locationName": "item",
|
|
@@ -109595,7 +109597,8 @@ module.exports={
|
|
|
109595
109597
|
"TargetType": {},
|
|
109596
109598
|
"Tags": {
|
|
109597
109599
|
"shape": "Sb"
|
|
109598
|
-
}
|
|
109600
|
+
},
|
|
109601
|
+
"IpAddressType": {}
|
|
109599
109602
|
}
|
|
109600
109603
|
},
|
|
109601
109604
|
"output": {
|
|
@@ -109603,7 +109606,7 @@ module.exports={
|
|
|
109603
109606
|
"type": "structure",
|
|
109604
109607
|
"members": {
|
|
109605
109608
|
"TargetGroups": {
|
|
109606
|
-
"shape": "
|
|
109609
|
+
"shape": "S40"
|
|
109607
109610
|
}
|
|
109608
109611
|
}
|
|
109609
109612
|
}
|
|
@@ -109682,7 +109685,7 @@ module.exports={
|
|
|
109682
109685
|
"members": {
|
|
109683
109686
|
"TargetGroupArn": {},
|
|
109684
109687
|
"Targets": {
|
|
109685
|
-
"shape": "
|
|
109688
|
+
"shape": "S4c"
|
|
109686
109689
|
}
|
|
109687
109690
|
}
|
|
109688
109691
|
},
|
|
@@ -109786,7 +109789,7 @@ module.exports={
|
|
|
109786
109789
|
"type": "structure",
|
|
109787
109790
|
"members": {
|
|
109788
109791
|
"Attributes": {
|
|
109789
|
-
"shape": "
|
|
109792
|
+
"shape": "S4v"
|
|
109790
109793
|
}
|
|
109791
109794
|
}
|
|
109792
109795
|
}
|
|
@@ -109796,7 +109799,7 @@ module.exports={
|
|
|
109796
109799
|
"type": "structure",
|
|
109797
109800
|
"members": {
|
|
109798
109801
|
"LoadBalancerArns": {
|
|
109799
|
-
"shape": "
|
|
109802
|
+
"shape": "S42"
|
|
109800
109803
|
},
|
|
109801
109804
|
"Names": {
|
|
109802
109805
|
"type": "list",
|
|
@@ -109938,7 +109941,7 @@ module.exports={
|
|
|
109938
109941
|
"type": "structure",
|
|
109939
109942
|
"members": {
|
|
109940
109943
|
"Attributes": {
|
|
109941
|
-
"shape": "
|
|
109944
|
+
"shape": "S5m"
|
|
109942
109945
|
}
|
|
109943
109946
|
}
|
|
109944
109947
|
}
|
|
@@ -109967,7 +109970,7 @@ module.exports={
|
|
|
109967
109970
|
"type": "structure",
|
|
109968
109971
|
"members": {
|
|
109969
109972
|
"TargetGroups": {
|
|
109970
|
-
"shape": "
|
|
109973
|
+
"shape": "S40"
|
|
109971
109974
|
},
|
|
109972
109975
|
"NextMarker": {}
|
|
109973
109976
|
}
|
|
@@ -109982,7 +109985,7 @@ module.exports={
|
|
|
109982
109985
|
"members": {
|
|
109983
109986
|
"TargetGroupArn": {},
|
|
109984
109987
|
"Targets": {
|
|
109985
|
-
"shape": "
|
|
109988
|
+
"shape": "S4c"
|
|
109986
109989
|
}
|
|
109987
109990
|
}
|
|
109988
109991
|
},
|
|
@@ -109996,7 +109999,7 @@ module.exports={
|
|
|
109996
109999
|
"type": "structure",
|
|
109997
110000
|
"members": {
|
|
109998
110001
|
"Target": {
|
|
109999
|
-
"shape": "
|
|
110002
|
+
"shape": "S4d"
|
|
110000
110003
|
},
|
|
110001
110004
|
"HealthCheckPort": {},
|
|
110002
110005
|
"TargetHealth": {
|
|
@@ -110057,7 +110060,7 @@ module.exports={
|
|
|
110057
110060
|
"members": {
|
|
110058
110061
|
"LoadBalancerArn": {},
|
|
110059
110062
|
"Attributes": {
|
|
110060
|
-
"shape": "
|
|
110063
|
+
"shape": "S4v"
|
|
110061
110064
|
}
|
|
110062
110065
|
}
|
|
110063
110066
|
},
|
|
@@ -110066,7 +110069,7 @@ module.exports={
|
|
|
110066
110069
|
"type": "structure",
|
|
110067
110070
|
"members": {
|
|
110068
110071
|
"Attributes": {
|
|
110069
|
-
"shape": "
|
|
110072
|
+
"shape": "S4v"
|
|
110070
110073
|
}
|
|
110071
110074
|
}
|
|
110072
110075
|
}
|
|
@@ -110133,7 +110136,7 @@ module.exports={
|
|
|
110133
110136
|
"type": "structure",
|
|
110134
110137
|
"members": {
|
|
110135
110138
|
"TargetGroups": {
|
|
110136
|
-
"shape": "
|
|
110139
|
+
"shape": "S40"
|
|
110137
110140
|
}
|
|
110138
110141
|
}
|
|
110139
110142
|
}
|
|
@@ -110148,7 +110151,7 @@ module.exports={
|
|
|
110148
110151
|
"members": {
|
|
110149
110152
|
"TargetGroupArn": {},
|
|
110150
110153
|
"Attributes": {
|
|
110151
|
-
"shape": "
|
|
110154
|
+
"shape": "S5m"
|
|
110152
110155
|
}
|
|
110153
110156
|
}
|
|
110154
110157
|
},
|
|
@@ -110157,7 +110160,7 @@ module.exports={
|
|
|
110157
110160
|
"type": "structure",
|
|
110158
110161
|
"members": {
|
|
110159
110162
|
"Attributes": {
|
|
110160
|
-
"shape": "
|
|
110163
|
+
"shape": "S5m"
|
|
110161
110164
|
}
|
|
110162
110165
|
}
|
|
110163
110166
|
}
|
|
@@ -110172,7 +110175,7 @@ module.exports={
|
|
|
110172
110175
|
"members": {
|
|
110173
110176
|
"TargetGroupArn": {},
|
|
110174
110177
|
"Targets": {
|
|
110175
|
-
"shape": "
|
|
110178
|
+
"shape": "S4c"
|
|
110176
110179
|
}
|
|
110177
110180
|
}
|
|
110178
110181
|
},
|
|
@@ -110686,7 +110689,7 @@ module.exports={
|
|
|
110686
110689
|
"GrpcCode": {}
|
|
110687
110690
|
}
|
|
110688
110691
|
},
|
|
110689
|
-
"
|
|
110692
|
+
"S40": {
|
|
110690
110693
|
"type": "list",
|
|
110691
110694
|
"member": {
|
|
110692
110695
|
"type": "structure",
|
|
@@ -110720,24 +110723,25 @@ module.exports={
|
|
|
110720
110723
|
"shape": "S3u"
|
|
110721
110724
|
},
|
|
110722
110725
|
"LoadBalancerArns": {
|
|
110723
|
-
"shape": "
|
|
110726
|
+
"shape": "S42"
|
|
110724
110727
|
},
|
|
110725
110728
|
"TargetType": {},
|
|
110726
|
-
"ProtocolVersion": {}
|
|
110729
|
+
"ProtocolVersion": {},
|
|
110730
|
+
"IpAddressType": {}
|
|
110727
110731
|
}
|
|
110728
110732
|
}
|
|
110729
110733
|
},
|
|
110730
|
-
"
|
|
110734
|
+
"S42": {
|
|
110731
110735
|
"type": "list",
|
|
110732
110736
|
"member": {}
|
|
110733
110737
|
},
|
|
110734
|
-
"
|
|
110738
|
+
"S4c": {
|
|
110735
110739
|
"type": "list",
|
|
110736
110740
|
"member": {
|
|
110737
|
-
"shape": "
|
|
110741
|
+
"shape": "S4d"
|
|
110738
110742
|
}
|
|
110739
110743
|
},
|
|
110740
|
-
"
|
|
110744
|
+
"S4d": {
|
|
110741
110745
|
"type": "structure",
|
|
110742
110746
|
"required": [
|
|
110743
110747
|
"Id"
|
|
@@ -110750,7 +110754,7 @@ module.exports={
|
|
|
110750
110754
|
"AvailabilityZone": {}
|
|
110751
110755
|
}
|
|
110752
110756
|
},
|
|
110753
|
-
"
|
|
110757
|
+
"S4v": {
|
|
110754
110758
|
"type": "list",
|
|
110755
110759
|
"member": {
|
|
110756
110760
|
"type": "structure",
|
|
@@ -110760,7 +110764,7 @@ module.exports={
|
|
|
110760
110764
|
}
|
|
110761
110765
|
}
|
|
110762
110766
|
},
|
|
110763
|
-
"
|
|
110767
|
+
"S5m": {
|
|
110764
110768
|
"type": "list",
|
|
110765
110769
|
"member": {
|
|
110766
110770
|
"type": "structure",
|
|
@@ -118701,21 +118705,42 @@ module.exports={
|
|
|
118701
118705
|
"shape": "Sl"
|
|
118702
118706
|
},
|
|
118703
118707
|
"VpcConfiguration": {
|
|
118704
|
-
"
|
|
118705
|
-
|
|
118706
|
-
|
|
118707
|
-
|
|
118708
|
-
|
|
118709
|
-
|
|
118710
|
-
|
|
118711
|
-
|
|
118712
|
-
|
|
118713
|
-
|
|
118714
|
-
|
|
118715
|
-
|
|
118716
|
-
|
|
118717
|
-
|
|
118718
|
-
|
|
118708
|
+
"shape": "S2e"
|
|
118709
|
+
}
|
|
118710
|
+
}
|
|
118711
|
+
},
|
|
118712
|
+
"AmazonopensearchserviceDestinationConfiguration": {
|
|
118713
|
+
"type": "structure",
|
|
118714
|
+
"required": [
|
|
118715
|
+
"RoleARN",
|
|
118716
|
+
"IndexName",
|
|
118717
|
+
"S3Configuration"
|
|
118718
|
+
],
|
|
118719
|
+
"members": {
|
|
118720
|
+
"RoleARN": {},
|
|
118721
|
+
"DomainARN": {},
|
|
118722
|
+
"ClusterEndpoint": {},
|
|
118723
|
+
"IndexName": {},
|
|
118724
|
+
"TypeName": {},
|
|
118725
|
+
"IndexRotationPeriod": {},
|
|
118726
|
+
"BufferingHints": {
|
|
118727
|
+
"shape": "S2n"
|
|
118728
|
+
},
|
|
118729
|
+
"RetryOptions": {
|
|
118730
|
+
"shape": "S2q"
|
|
118731
|
+
},
|
|
118732
|
+
"S3BackupMode": {},
|
|
118733
|
+
"S3Configuration": {
|
|
118734
|
+
"shape": "Sa"
|
|
118735
|
+
},
|
|
118736
|
+
"ProcessingConfiguration": {
|
|
118737
|
+
"shape": "Sq"
|
|
118738
|
+
},
|
|
118739
|
+
"CloudWatchLoggingOptions": {
|
|
118740
|
+
"shape": "Sl"
|
|
118741
|
+
},
|
|
118742
|
+
"VpcConfiguration": {
|
|
118743
|
+
"shape": "S2e"
|
|
118719
118744
|
}
|
|
118720
118745
|
}
|
|
118721
118746
|
},
|
|
@@ -118735,7 +118760,7 @@ module.exports={
|
|
|
118735
118760
|
"type": "integer"
|
|
118736
118761
|
},
|
|
118737
118762
|
"RetryOptions": {
|
|
118738
|
-
"shape": "
|
|
118763
|
+
"shape": "S2y"
|
|
118739
118764
|
},
|
|
118740
118765
|
"S3BackupMode": {},
|
|
118741
118766
|
"S3Configuration": {
|
|
@@ -118757,23 +118782,23 @@ module.exports={
|
|
|
118757
118782
|
],
|
|
118758
118783
|
"members": {
|
|
118759
118784
|
"EndpointConfiguration": {
|
|
118760
|
-
"shape": "
|
|
118785
|
+
"shape": "S32"
|
|
118761
118786
|
},
|
|
118762
118787
|
"BufferingHints": {
|
|
118763
|
-
"shape": "
|
|
118788
|
+
"shape": "S36"
|
|
118764
118789
|
},
|
|
118765
118790
|
"CloudWatchLoggingOptions": {
|
|
118766
118791
|
"shape": "Sl"
|
|
118767
118792
|
},
|
|
118768
118793
|
"RequestConfiguration": {
|
|
118769
|
-
"shape": "
|
|
118794
|
+
"shape": "S39"
|
|
118770
118795
|
},
|
|
118771
118796
|
"ProcessingConfiguration": {
|
|
118772
118797
|
"shape": "Sq"
|
|
118773
118798
|
},
|
|
118774
118799
|
"RoleARN": {},
|
|
118775
118800
|
"RetryOptions": {
|
|
118776
|
-
"shape": "
|
|
118801
|
+
"shape": "S3f"
|
|
118777
118802
|
},
|
|
118778
118803
|
"S3BackupMode": {},
|
|
118779
118804
|
"S3Configuration": {
|
|
@@ -118782,7 +118807,7 @@ module.exports={
|
|
|
118782
118807
|
}
|
|
118783
118808
|
},
|
|
118784
118809
|
"Tags": {
|
|
118785
|
-
"shape": "
|
|
118810
|
+
"shape": "S3i"
|
|
118786
118811
|
}
|
|
118787
118812
|
}
|
|
118788
118813
|
},
|
|
@@ -118847,7 +118872,7 @@ module.exports={
|
|
|
118847
118872
|
"DeliveryStreamARN": {},
|
|
118848
118873
|
"DeliveryStreamStatus": {},
|
|
118849
118874
|
"FailureDescription": {
|
|
118850
|
-
"shape": "
|
|
118875
|
+
"shape": "S3w"
|
|
118851
118876
|
},
|
|
118852
118877
|
"DeliveryStreamEncryptionConfiguration": {
|
|
118853
118878
|
"type": "structure",
|
|
@@ -118856,7 +118881,7 @@ module.exports={
|
|
|
118856
118881
|
"KeyType": {},
|
|
118857
118882
|
"Status": {},
|
|
118858
118883
|
"FailureDescription": {
|
|
118859
|
-
"shape": "
|
|
118884
|
+
"shape": "S3w"
|
|
118860
118885
|
}
|
|
118861
118886
|
}
|
|
118862
118887
|
},
|
|
@@ -118893,7 +118918,7 @@ module.exports={
|
|
|
118893
118918
|
"members": {
|
|
118894
118919
|
"DestinationId": {},
|
|
118895
118920
|
"S3DestinationDescription": {
|
|
118896
|
-
"shape": "
|
|
118921
|
+
"shape": "S47"
|
|
118897
118922
|
},
|
|
118898
118923
|
"ExtendedS3DestinationDescription": {
|
|
118899
118924
|
"type": "structure",
|
|
@@ -118924,7 +118949,7 @@ module.exports={
|
|
|
118924
118949
|
},
|
|
118925
118950
|
"S3BackupMode": {},
|
|
118926
118951
|
"S3BackupDescription": {
|
|
118927
|
-
"shape": "
|
|
118952
|
+
"shape": "S47"
|
|
118928
118953
|
},
|
|
118929
118954
|
"DataFormatConversionConfiguration": {
|
|
118930
118955
|
"shape": "Sz"
|
|
@@ -118956,14 +118981,14 @@ module.exports={
|
|
|
118956
118981
|
"shape": "S1z"
|
|
118957
118982
|
},
|
|
118958
118983
|
"S3DestinationDescription": {
|
|
118959
|
-
"shape": "
|
|
118984
|
+
"shape": "S47"
|
|
118960
118985
|
},
|
|
118961
118986
|
"ProcessingConfiguration": {
|
|
118962
118987
|
"shape": "Sq"
|
|
118963
118988
|
},
|
|
118964
118989
|
"S3BackupMode": {},
|
|
118965
118990
|
"S3BackupDescription": {
|
|
118966
|
-
"shape": "
|
|
118991
|
+
"shape": "S47"
|
|
118967
118992
|
},
|
|
118968
118993
|
"CloudWatchLoggingOptions": {
|
|
118969
118994
|
"shape": "Sl"
|
|
@@ -118987,7 +119012,7 @@ module.exports={
|
|
|
118987
119012
|
},
|
|
118988
119013
|
"S3BackupMode": {},
|
|
118989
119014
|
"S3DestinationDescription": {
|
|
118990
|
-
"shape": "
|
|
119015
|
+
"shape": "S47"
|
|
118991
119016
|
},
|
|
118992
119017
|
"ProcessingConfiguration": {
|
|
118993
119018
|
"shape": "Sq"
|
|
@@ -118996,23 +119021,37 @@ module.exports={
|
|
|
118996
119021
|
"shape": "Sl"
|
|
118997
119022
|
},
|
|
118998
119023
|
"VpcConfigurationDescription": {
|
|
118999
|
-
"
|
|
119000
|
-
|
|
119001
|
-
|
|
119002
|
-
|
|
119003
|
-
|
|
119004
|
-
|
|
119005
|
-
|
|
119006
|
-
|
|
119007
|
-
|
|
119008
|
-
|
|
119009
|
-
|
|
119010
|
-
|
|
119011
|
-
|
|
119012
|
-
|
|
119013
|
-
|
|
119014
|
-
|
|
119015
|
-
|
|
119024
|
+
"shape": "S4b"
|
|
119025
|
+
}
|
|
119026
|
+
}
|
|
119027
|
+
},
|
|
119028
|
+
"AmazonopensearchserviceDestinationDescription": {
|
|
119029
|
+
"type": "structure",
|
|
119030
|
+
"members": {
|
|
119031
|
+
"RoleARN": {},
|
|
119032
|
+
"DomainARN": {},
|
|
119033
|
+
"ClusterEndpoint": {},
|
|
119034
|
+
"IndexName": {},
|
|
119035
|
+
"TypeName": {},
|
|
119036
|
+
"IndexRotationPeriod": {},
|
|
119037
|
+
"BufferingHints": {
|
|
119038
|
+
"shape": "S2n"
|
|
119039
|
+
},
|
|
119040
|
+
"RetryOptions": {
|
|
119041
|
+
"shape": "S2q"
|
|
119042
|
+
},
|
|
119043
|
+
"S3BackupMode": {},
|
|
119044
|
+
"S3DestinationDescription": {
|
|
119045
|
+
"shape": "S47"
|
|
119046
|
+
},
|
|
119047
|
+
"ProcessingConfiguration": {
|
|
119048
|
+
"shape": "Sq"
|
|
119049
|
+
},
|
|
119050
|
+
"CloudWatchLoggingOptions": {
|
|
119051
|
+
"shape": "Sl"
|
|
119052
|
+
},
|
|
119053
|
+
"VpcConfigurationDescription": {
|
|
119054
|
+
"shape": "S4b"
|
|
119016
119055
|
}
|
|
119017
119056
|
}
|
|
119018
119057
|
},
|
|
@@ -119026,11 +119065,11 @@ module.exports={
|
|
|
119026
119065
|
"type": "integer"
|
|
119027
119066
|
},
|
|
119028
119067
|
"RetryOptions": {
|
|
119029
|
-
"shape": "
|
|
119068
|
+
"shape": "S2y"
|
|
119030
119069
|
},
|
|
119031
119070
|
"S3BackupMode": {},
|
|
119032
119071
|
"S3DestinationDescription": {
|
|
119033
|
-
"shape": "
|
|
119072
|
+
"shape": "S47"
|
|
119034
119073
|
},
|
|
119035
119074
|
"ProcessingConfiguration": {
|
|
119036
119075
|
"shape": "Sq"
|
|
@@ -119047,30 +119086,30 @@ module.exports={
|
|
|
119047
119086
|
"type": "structure",
|
|
119048
119087
|
"members": {
|
|
119049
119088
|
"Url": {
|
|
119050
|
-
"shape": "
|
|
119089
|
+
"shape": "S33"
|
|
119051
119090
|
},
|
|
119052
119091
|
"Name": {}
|
|
119053
119092
|
}
|
|
119054
119093
|
},
|
|
119055
119094
|
"BufferingHints": {
|
|
119056
|
-
"shape": "
|
|
119095
|
+
"shape": "S36"
|
|
119057
119096
|
},
|
|
119058
119097
|
"CloudWatchLoggingOptions": {
|
|
119059
119098
|
"shape": "Sl"
|
|
119060
119099
|
},
|
|
119061
119100
|
"RequestConfiguration": {
|
|
119062
|
-
"shape": "
|
|
119101
|
+
"shape": "S39"
|
|
119063
119102
|
},
|
|
119064
119103
|
"ProcessingConfiguration": {
|
|
119065
119104
|
"shape": "Sq"
|
|
119066
119105
|
},
|
|
119067
119106
|
"RoleARN": {},
|
|
119068
119107
|
"RetryOptions": {
|
|
119069
|
-
"shape": "
|
|
119108
|
+
"shape": "S3f"
|
|
119070
119109
|
},
|
|
119071
119110
|
"S3BackupMode": {},
|
|
119072
119111
|
"S3DestinationDescription": {
|
|
119073
|
-
"shape": "
|
|
119112
|
+
"shape": "S47"
|
|
119074
119113
|
}
|
|
119075
119114
|
}
|
|
119076
119115
|
}
|
|
@@ -119137,7 +119176,7 @@ module.exports={
|
|
|
119137
119176
|
"Tags": {
|
|
119138
119177
|
"type": "list",
|
|
119139
119178
|
"member": {
|
|
119140
|
-
"shape": "
|
|
119179
|
+
"shape": "S3j"
|
|
119141
119180
|
}
|
|
119142
119181
|
},
|
|
119143
119182
|
"HasMoreTags": {
|
|
@@ -119156,7 +119195,7 @@ module.exports={
|
|
|
119156
119195
|
"members": {
|
|
119157
119196
|
"DeliveryStreamName": {},
|
|
119158
119197
|
"Record": {
|
|
119159
|
-
"shape": "
|
|
119198
|
+
"shape": "S4p"
|
|
119160
119199
|
}
|
|
119161
119200
|
}
|
|
119162
119201
|
},
|
|
@@ -119185,7 +119224,7 @@ module.exports={
|
|
|
119185
119224
|
"Records": {
|
|
119186
119225
|
"type": "list",
|
|
119187
119226
|
"member": {
|
|
119188
|
-
"shape": "
|
|
119227
|
+
"shape": "S4p"
|
|
119189
119228
|
}
|
|
119190
119229
|
}
|
|
119191
119230
|
}
|
|
@@ -119260,7 +119299,7 @@ module.exports={
|
|
|
119260
119299
|
"members": {
|
|
119261
119300
|
"DeliveryStreamName": {},
|
|
119262
119301
|
"Tags": {
|
|
119263
|
-
"shape": "
|
|
119302
|
+
"shape": "S3i"
|
|
119264
119303
|
}
|
|
119265
119304
|
}
|
|
119266
119305
|
},
|
|
@@ -119302,7 +119341,7 @@ module.exports={
|
|
|
119302
119341
|
"CurrentDeliveryStreamVersionId": {},
|
|
119303
119342
|
"DestinationId": {},
|
|
119304
119343
|
"S3DestinationUpdate": {
|
|
119305
|
-
"shape": "
|
|
119344
|
+
"shape": "S5a",
|
|
119306
119345
|
"deprecated": true
|
|
119307
119346
|
},
|
|
119308
119347
|
"ExtendedS3DestinationUpdate": {
|
|
@@ -119327,7 +119366,7 @@ module.exports={
|
|
|
119327
119366
|
},
|
|
119328
119367
|
"S3BackupMode": {},
|
|
119329
119368
|
"S3BackupUpdate": {
|
|
119330
|
-
"shape": "
|
|
119369
|
+
"shape": "S5a"
|
|
119331
119370
|
},
|
|
119332
119371
|
"DataFormatConversionConfiguration": {
|
|
119333
119372
|
"shape": "Sz"
|
|
@@ -119355,14 +119394,14 @@ module.exports={
|
|
|
119355
119394
|
"shape": "S1z"
|
|
119356
119395
|
},
|
|
119357
119396
|
"S3Update": {
|
|
119358
|
-
"shape": "
|
|
119397
|
+
"shape": "S5a"
|
|
119359
119398
|
},
|
|
119360
119399
|
"ProcessingConfiguration": {
|
|
119361
119400
|
"shape": "Sq"
|
|
119362
119401
|
},
|
|
119363
119402
|
"S3BackupMode": {},
|
|
119364
119403
|
"S3BackupUpdate": {
|
|
119365
|
-
"shape": "
|
|
119404
|
+
"shape": "S5a"
|
|
119366
119405
|
},
|
|
119367
119406
|
"CloudWatchLoggingOptions": {
|
|
119368
119407
|
"shape": "Sl"
|
|
@@ -119385,7 +119424,33 @@ module.exports={
|
|
|
119385
119424
|
"shape": "S2b"
|
|
119386
119425
|
},
|
|
119387
119426
|
"S3Update": {
|
|
119388
|
-
"shape": "
|
|
119427
|
+
"shape": "S5a"
|
|
119428
|
+
},
|
|
119429
|
+
"ProcessingConfiguration": {
|
|
119430
|
+
"shape": "Sq"
|
|
119431
|
+
},
|
|
119432
|
+
"CloudWatchLoggingOptions": {
|
|
119433
|
+
"shape": "Sl"
|
|
119434
|
+
}
|
|
119435
|
+
}
|
|
119436
|
+
},
|
|
119437
|
+
"AmazonopensearchserviceDestinationUpdate": {
|
|
119438
|
+
"type": "structure",
|
|
119439
|
+
"members": {
|
|
119440
|
+
"RoleARN": {},
|
|
119441
|
+
"DomainARN": {},
|
|
119442
|
+
"ClusterEndpoint": {},
|
|
119443
|
+
"IndexName": {},
|
|
119444
|
+
"TypeName": {},
|
|
119445
|
+
"IndexRotationPeriod": {},
|
|
119446
|
+
"BufferingHints": {
|
|
119447
|
+
"shape": "S2n"
|
|
119448
|
+
},
|
|
119449
|
+
"RetryOptions": {
|
|
119450
|
+
"shape": "S2q"
|
|
119451
|
+
},
|
|
119452
|
+
"S3Update": {
|
|
119453
|
+
"shape": "S5a"
|
|
119389
119454
|
},
|
|
119390
119455
|
"ProcessingConfiguration": {
|
|
119391
119456
|
"shape": "Sq"
|
|
@@ -119405,11 +119470,11 @@ module.exports={
|
|
|
119405
119470
|
"type": "integer"
|
|
119406
119471
|
},
|
|
119407
119472
|
"RetryOptions": {
|
|
119408
|
-
"shape": "
|
|
119473
|
+
"shape": "S2y"
|
|
119409
119474
|
},
|
|
119410
119475
|
"S3BackupMode": {},
|
|
119411
119476
|
"S3Update": {
|
|
119412
|
-
"shape": "
|
|
119477
|
+
"shape": "S5a"
|
|
119413
119478
|
},
|
|
119414
119479
|
"ProcessingConfiguration": {
|
|
119415
119480
|
"shape": "Sq"
|
|
@@ -119423,27 +119488,27 @@ module.exports={
|
|
|
119423
119488
|
"type": "structure",
|
|
119424
119489
|
"members": {
|
|
119425
119490
|
"EndpointConfiguration": {
|
|
119426
|
-
"shape": "
|
|
119491
|
+
"shape": "S32"
|
|
119427
119492
|
},
|
|
119428
119493
|
"BufferingHints": {
|
|
119429
|
-
"shape": "
|
|
119494
|
+
"shape": "S36"
|
|
119430
119495
|
},
|
|
119431
119496
|
"CloudWatchLoggingOptions": {
|
|
119432
119497
|
"shape": "Sl"
|
|
119433
119498
|
},
|
|
119434
119499
|
"RequestConfiguration": {
|
|
119435
|
-
"shape": "
|
|
119500
|
+
"shape": "S39"
|
|
119436
119501
|
},
|
|
119437
119502
|
"ProcessingConfiguration": {
|
|
119438
119503
|
"shape": "Sq"
|
|
119439
119504
|
},
|
|
119440
119505
|
"RoleARN": {},
|
|
119441
119506
|
"RetryOptions": {
|
|
119442
|
-
"shape": "
|
|
119507
|
+
"shape": "S3f"
|
|
119443
119508
|
},
|
|
119444
119509
|
"S3BackupMode": {},
|
|
119445
119510
|
"S3Update": {
|
|
119446
|
-
"shape": "
|
|
119511
|
+
"shape": "S5a"
|
|
119447
119512
|
}
|
|
119448
119513
|
}
|
|
119449
119514
|
}
|
|
@@ -119736,6 +119801,23 @@ module.exports={
|
|
|
119736
119801
|
}
|
|
119737
119802
|
}
|
|
119738
119803
|
},
|
|
119804
|
+
"S2e": {
|
|
119805
|
+
"type": "structure",
|
|
119806
|
+
"required": [
|
|
119807
|
+
"SubnetIds",
|
|
119808
|
+
"RoleARN",
|
|
119809
|
+
"SecurityGroupIds"
|
|
119810
|
+
],
|
|
119811
|
+
"members": {
|
|
119812
|
+
"SubnetIds": {
|
|
119813
|
+
"shape": "S2f"
|
|
119814
|
+
},
|
|
119815
|
+
"RoleARN": {},
|
|
119816
|
+
"SecurityGroupIds": {
|
|
119817
|
+
"shape": "S2g"
|
|
119818
|
+
}
|
|
119819
|
+
}
|
|
119820
|
+
},
|
|
119739
119821
|
"S2f": {
|
|
119740
119822
|
"type": "list",
|
|
119741
119823
|
"member": {}
|
|
@@ -119744,22 +119826,41 @@ module.exports={
|
|
|
119744
119826
|
"type": "list",
|
|
119745
119827
|
"member": {}
|
|
119746
119828
|
},
|
|
119747
|
-
"
|
|
119829
|
+
"S2n": {
|
|
119748
119830
|
"type": "structure",
|
|
119749
119831
|
"members": {
|
|
119750
|
-
"
|
|
119832
|
+
"IntervalInSeconds": {
|
|
119833
|
+
"type": "integer"
|
|
119834
|
+
},
|
|
119835
|
+
"SizeInMBs": {
|
|
119751
119836
|
"type": "integer"
|
|
119752
119837
|
}
|
|
119753
119838
|
}
|
|
119754
119839
|
},
|
|
119755
119840
|
"S2q": {
|
|
119841
|
+
"type": "structure",
|
|
119842
|
+
"members": {
|
|
119843
|
+
"DurationInSeconds": {
|
|
119844
|
+
"type": "integer"
|
|
119845
|
+
}
|
|
119846
|
+
}
|
|
119847
|
+
},
|
|
119848
|
+
"S2y": {
|
|
119849
|
+
"type": "structure",
|
|
119850
|
+
"members": {
|
|
119851
|
+
"DurationInSeconds": {
|
|
119852
|
+
"type": "integer"
|
|
119853
|
+
}
|
|
119854
|
+
}
|
|
119855
|
+
},
|
|
119856
|
+
"S32": {
|
|
119756
119857
|
"type": "structure",
|
|
119757
119858
|
"required": [
|
|
119758
119859
|
"Url"
|
|
119759
119860
|
],
|
|
119760
119861
|
"members": {
|
|
119761
119862
|
"Url": {
|
|
119762
|
-
"shape": "
|
|
119863
|
+
"shape": "S33"
|
|
119763
119864
|
},
|
|
119764
119865
|
"Name": {},
|
|
119765
119866
|
"AccessKey": {
|
|
@@ -119768,11 +119869,11 @@ module.exports={
|
|
|
119768
119869
|
}
|
|
119769
119870
|
}
|
|
119770
119871
|
},
|
|
119771
|
-
"
|
|
119872
|
+
"S33": {
|
|
119772
119873
|
"type": "string",
|
|
119773
119874
|
"sensitive": true
|
|
119774
119875
|
},
|
|
119775
|
-
"
|
|
119876
|
+
"S36": {
|
|
119776
119877
|
"type": "structure",
|
|
119777
119878
|
"members": {
|
|
119778
119879
|
"SizeInMBs": {
|
|
@@ -119783,7 +119884,7 @@ module.exports={
|
|
|
119783
119884
|
}
|
|
119784
119885
|
}
|
|
119785
119886
|
},
|
|
119786
|
-
"
|
|
119887
|
+
"S39": {
|
|
119787
119888
|
"type": "structure",
|
|
119788
119889
|
"members": {
|
|
119789
119890
|
"ContentEncoding": {},
|
|
@@ -119809,7 +119910,7 @@ module.exports={
|
|
|
119809
119910
|
}
|
|
119810
119911
|
}
|
|
119811
119912
|
},
|
|
119812
|
-
"
|
|
119913
|
+
"S3f": {
|
|
119813
119914
|
"type": "structure",
|
|
119814
119915
|
"members": {
|
|
119815
119916
|
"DurationInSeconds": {
|
|
@@ -119817,13 +119918,13 @@ module.exports={
|
|
|
119817
119918
|
}
|
|
119818
119919
|
}
|
|
119819
119920
|
},
|
|
119820
|
-
"
|
|
119921
|
+
"S3i": {
|
|
119821
119922
|
"type": "list",
|
|
119822
119923
|
"member": {
|
|
119823
|
-
"shape": "
|
|
119924
|
+
"shape": "S3j"
|
|
119824
119925
|
}
|
|
119825
119926
|
},
|
|
119826
|
-
"
|
|
119927
|
+
"S3j": {
|
|
119827
119928
|
"type": "structure",
|
|
119828
119929
|
"required": [
|
|
119829
119930
|
"Key"
|
|
@@ -119833,7 +119934,7 @@ module.exports={
|
|
|
119833
119934
|
"Value": {}
|
|
119834
119935
|
}
|
|
119835
119936
|
},
|
|
119836
|
-
"
|
|
119937
|
+
"S3w": {
|
|
119837
119938
|
"type": "structure",
|
|
119838
119939
|
"required": [
|
|
119839
119940
|
"Type",
|
|
@@ -119844,7 +119945,7 @@ module.exports={
|
|
|
119844
119945
|
"Details": {}
|
|
119845
119946
|
}
|
|
119846
119947
|
},
|
|
119847
|
-
"
|
|
119948
|
+
"S47": {
|
|
119848
119949
|
"type": "structure",
|
|
119849
119950
|
"required": [
|
|
119850
119951
|
"RoleARN",
|
|
@@ -119870,7 +119971,26 @@ module.exports={
|
|
|
119870
119971
|
}
|
|
119871
119972
|
}
|
|
119872
119973
|
},
|
|
119873
|
-
"
|
|
119974
|
+
"S4b": {
|
|
119975
|
+
"type": "structure",
|
|
119976
|
+
"required": [
|
|
119977
|
+
"SubnetIds",
|
|
119978
|
+
"RoleARN",
|
|
119979
|
+
"SecurityGroupIds",
|
|
119980
|
+
"VpcId"
|
|
119981
|
+
],
|
|
119982
|
+
"members": {
|
|
119983
|
+
"SubnetIds": {
|
|
119984
|
+
"shape": "S2f"
|
|
119985
|
+
},
|
|
119986
|
+
"RoleARN": {},
|
|
119987
|
+
"SecurityGroupIds": {
|
|
119988
|
+
"shape": "S2g"
|
|
119989
|
+
},
|
|
119990
|
+
"VpcId": {}
|
|
119991
|
+
}
|
|
119992
|
+
},
|
|
119993
|
+
"S4p": {
|
|
119874
119994
|
"type": "structure",
|
|
119875
119995
|
"required": [
|
|
119876
119996
|
"Data"
|
|
@@ -119881,7 +120001,7 @@ module.exports={
|
|
|
119881
120001
|
}
|
|
119882
120002
|
}
|
|
119883
120003
|
},
|
|
119884
|
-
"
|
|
120004
|
+
"S5a": {
|
|
119885
120005
|
"type": "structure",
|
|
119886
120006
|
"members": {
|
|
119887
120007
|
"RoleARN": {},
|
|
@@ -158136,6 +158256,9 @@ module.exports={
|
|
|
158136
158256
|
},
|
|
158137
158257
|
"cloudcontrol": {
|
|
158138
158258
|
"name": "CloudControl"
|
|
158259
|
+
},
|
|
158260
|
+
"grafana": {
|
|
158261
|
+
"name": "Grafana"
|
|
158139
158262
|
}
|
|
158140
158263
|
}
|
|
158141
158264
|
},{}],164:[function(require,module,exports){
|
|
@@ -226813,7 +226936,7 @@ AWS.util.update(AWS, {
|
|
|
226813
226936
|
/**
|
|
226814
226937
|
* @constant
|
|
226815
226938
|
*/
|
|
226816
|
-
VERSION: '2.
|
|
226939
|
+
VERSION: '2.1006.0',
|
|
226817
226940
|
|
|
226818
226941
|
/**
|
|
226819
226942
|
* @api private
|
|
@@ -248050,7 +248173,7 @@ var LRUCache = /** @class */ (function () {
|
|
|
248050
248173
|
}());
|
|
248051
248174
|
exports.LRUCache = LRUCache;
|
|
248052
248175
|
},{}],451:[function(require,module,exports){
|
|
248053
|
-
// AWS SDK for JavaScript v2.
|
|
248176
|
+
// AWS SDK for JavaScript v2.1006.0
|
|
248054
248177
|
// Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
|
|
248055
248178
|
// License at https://sdk.amazonaws.com/js/BUNDLE_LICENSE.txt
|
|
248056
248179
|
require('./browser_loader');
|