cdk-comprehend-s3olap 2.0.158 → 2.0.159
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-comprehend-s3olap.js +2 -2
- package/lib/comprehend-lambdas.js +2 -2
- package/lib/iam-roles.js +4 -4
- package/node_modules/aws-sdk/CHANGELOG.md +13 -1
- package/node_modules/aws-sdk/README.md +1 -1
- package/node_modules/aws-sdk/apis/athena-2017-05-18.min.json +0 -3
- package/node_modules/aws-sdk/apis/compute-optimizer-2019-11-01.min.json +17 -10
- package/node_modules/aws-sdk/apis/connect-2017-08-08.min.json +371 -214
- package/node_modules/aws-sdk/apis/ec2-2016-11-15.min.json +347 -336
- package/node_modules/aws-sdk/apis/sagemaker-geospatial-2020-05-27.min.json +67 -89
- package/node_modules/aws-sdk/apis/sts-2011-06-15.min.json +12 -3
- package/node_modules/aws-sdk/clients/athena.d.ts +0 -4
- package/node_modules/aws-sdk/clients/cloudtrail.d.ts +11 -11
- package/node_modules/aws-sdk/clients/computeoptimizer.d.ts +17 -1
- package/node_modules/aws-sdk/clients/connect.d.ts +171 -0
- package/node_modules/aws-sdk/clients/ec2.d.ts +7 -6
- package/node_modules/aws-sdk/clients/ecs.d.ts +2 -2
- package/node_modules/aws-sdk/clients/mediaconvert.d.ts +9 -9
- package/node_modules/aws-sdk/clients/rds.d.ts +1 -1
- package/node_modules/aws-sdk/clients/sagemakergeospatial.d.ts +2 -31
- package/node_modules/aws-sdk/dist/aws-sdk-core-react-native.js +40 -3
- package/node_modules/aws-sdk/dist/aws-sdk-react-native.js +66 -11
- package/node_modules/aws-sdk/dist/aws-sdk.js +777 -561
- package/node_modules/aws-sdk/dist/aws-sdk.min.js +83 -83
- package/node_modules/aws-sdk/lib/core.js +1 -1
- package/node_modules/aws-sdk/lib/protocol/json.js +19 -0
- package/node_modules/aws-sdk/lib/region_config_data.json +6 -1
- package/node_modules/aws-sdk/lib/util.js +19 -1
- package/node_modules/aws-sdk/package.json +1 -1
- package/package.json +3 -3
@@ -10048,7 +10048,7 @@
|
|
10048
10048
|
"locationName": "tagSet"
|
10049
10049
|
},
|
10050
10050
|
"LicenseSpecifications": {
|
10051
|
-
"shape": "
|
10051
|
+
"shape": "S17i",
|
10052
10052
|
"locationName": "licenseSpecifications"
|
10053
10053
|
},
|
10054
10054
|
"UsageOperation": {
|
@@ -10106,7 +10106,7 @@
|
|
10106
10106
|
"locationName": "importTaskId"
|
10107
10107
|
},
|
10108
10108
|
"SnapshotTaskDetail": {
|
10109
|
-
"shape": "
|
10109
|
+
"shape": "S17q",
|
10110
10110
|
"locationName": "snapshotTaskDetail"
|
10111
10111
|
},
|
10112
10112
|
"Tags": {
|
@@ -10150,23 +10150,23 @@
|
|
10150
10150
|
"locationName": "groupSet"
|
10151
10151
|
},
|
10152
10152
|
"BlockDeviceMappings": {
|
10153
|
-
"shape": "
|
10153
|
+
"shape": "S17u",
|
10154
10154
|
"locationName": "blockDeviceMapping"
|
10155
10155
|
},
|
10156
10156
|
"DisableApiTermination": {
|
10157
|
-
"shape": "
|
10157
|
+
"shape": "S17x",
|
10158
10158
|
"locationName": "disableApiTermination"
|
10159
10159
|
},
|
10160
10160
|
"EnaSupport": {
|
10161
|
-
"shape": "
|
10161
|
+
"shape": "S17x",
|
10162
10162
|
"locationName": "enaSupport"
|
10163
10163
|
},
|
10164
10164
|
"EnclaveOptions": {
|
10165
|
-
"shape": "
|
10165
|
+
"shape": "S17y",
|
10166
10166
|
"locationName": "enclaveOptions"
|
10167
10167
|
},
|
10168
10168
|
"EbsOptimized": {
|
10169
|
-
"shape": "
|
10169
|
+
"shape": "S17x",
|
10170
10170
|
"locationName": "ebsOptimized"
|
10171
10171
|
},
|
10172
10172
|
"InstanceId": {
|
@@ -10197,7 +10197,7 @@
|
|
10197
10197
|
"locationName": "rootDeviceName"
|
10198
10198
|
},
|
10199
10199
|
"SourceDestCheck": {
|
10200
|
-
"shape": "
|
10200
|
+
"shape": "S17x",
|
10201
10201
|
"locationName": "sourceDestCheck"
|
10202
10202
|
},
|
10203
10203
|
"SriovNetSupport": {
|
@@ -10209,7 +10209,7 @@
|
|
10209
10209
|
"locationName": "userData"
|
10210
10210
|
},
|
10211
10211
|
"DisableApiStop": {
|
10212
|
-
"shape": "
|
10212
|
+
"shape": "S17x",
|
10213
10213
|
"locationName": "disableApiStop"
|
10214
10214
|
}
|
10215
10215
|
}
|
@@ -10367,7 +10367,7 @@
|
|
10367
10367
|
"locationName": "eventsSet",
|
10368
10368
|
"type": "list",
|
10369
10369
|
"member": {
|
10370
|
-
"shape": "
|
10370
|
+
"shape": "S18g",
|
10371
10371
|
"locationName": "item"
|
10372
10372
|
}
|
10373
10373
|
},
|
@@ -10375,15 +10375,15 @@
|
|
10375
10375
|
"locationName": "instanceId"
|
10376
10376
|
},
|
10377
10377
|
"InstanceState": {
|
10378
|
-
"shape": "
|
10378
|
+
"shape": "S18j",
|
10379
10379
|
"locationName": "instanceState"
|
10380
10380
|
},
|
10381
10381
|
"InstanceStatus": {
|
10382
|
-
"shape": "
|
10382
|
+
"shape": "S18l",
|
10383
10383
|
"locationName": "instanceStatus"
|
10384
10384
|
},
|
10385
10385
|
"SystemStatus": {
|
10386
|
-
"shape": "
|
10386
|
+
"shape": "S18l",
|
10387
10387
|
"locationName": "systemStatus"
|
10388
10388
|
}
|
10389
10389
|
}
|
@@ -10927,7 +10927,7 @@
|
|
10927
10927
|
"locationName": "reservationSet",
|
10928
10928
|
"type": "list",
|
10929
10929
|
"member": {
|
10930
|
-
"shape": "
|
10930
|
+
"shape": "S1bs",
|
10931
10931
|
"locationName": "item"
|
10932
10932
|
}
|
10933
10933
|
},
|
@@ -11559,7 +11559,7 @@
|
|
11559
11559
|
"locationName": "localGatewayVirtualInterfaceGroupId"
|
11560
11560
|
},
|
11561
11561
|
"LocalGatewayVirtualInterfaceIds": {
|
11562
|
-
"shape": "
|
11562
|
+
"shape": "S1eh",
|
11563
11563
|
"locationName": "localGatewayVirtualInterfaceIdSet"
|
11564
11564
|
},
|
11565
11565
|
"LocalGatewayId": {
|
@@ -11586,7 +11586,7 @@
|
|
11586
11586
|
"type": "structure",
|
11587
11587
|
"members": {
|
11588
11588
|
"LocalGatewayVirtualInterfaceIds": {
|
11589
|
-
"shape": "
|
11589
|
+
"shape": "S1eh",
|
11590
11590
|
"locationName": "LocalGatewayVirtualInterfaceId"
|
11591
11591
|
},
|
11592
11592
|
"Filters": {
|
@@ -11919,7 +11919,7 @@
|
|
11919
11919
|
"locationName": "networkInsightsAccessScopeAnalysisSet",
|
11920
11920
|
"type": "list",
|
11921
11921
|
"member": {
|
11922
|
-
"shape": "
|
11922
|
+
"shape": "S1fh",
|
11923
11923
|
"locationName": "item"
|
11924
11924
|
}
|
11925
11925
|
},
|
@@ -12008,7 +12008,7 @@
|
|
12008
12008
|
"locationName": "networkInsightsAnalysisSet",
|
12009
12009
|
"type": "list",
|
12010
12010
|
"member": {
|
12011
|
-
"shape": "
|
12011
|
+
"shape": "S1fs",
|
12012
12012
|
"locationName": "item"
|
12013
12013
|
}
|
12014
12014
|
},
|
@@ -12097,7 +12097,7 @@
|
|
12097
12097
|
"locationName": "networkInterfaceId"
|
12098
12098
|
},
|
12099
12099
|
"SourceDestCheck": {
|
12100
|
-
"shape": "
|
12100
|
+
"shape": "S17x",
|
12101
12101
|
"locationName": "sourceDestCheck"
|
12102
12102
|
}
|
12103
12103
|
}
|
@@ -12361,7 +12361,7 @@
|
|
12361
12361
|
"locationName": "poolAddressRangeSet",
|
12362
12362
|
"type": "list",
|
12363
12363
|
"member": {
|
12364
|
-
"shape": "
|
12364
|
+
"shape": "S1hv",
|
12365
12365
|
"locationName": "item"
|
12366
12366
|
}
|
12367
12367
|
},
|
@@ -12489,7 +12489,7 @@
|
|
12489
12489
|
},
|
12490
12490
|
"OfferingClass": {},
|
12491
12491
|
"ReservedInstancesIds": {
|
12492
|
-
"shape": "
|
12492
|
+
"shape": "S1i8",
|
12493
12493
|
"locationName": "ReservedInstancesId"
|
12494
12494
|
},
|
12495
12495
|
"DryRun": {
|
@@ -12563,7 +12563,7 @@
|
|
12563
12563
|
"locationName": "offeringType"
|
12564
12564
|
},
|
12565
12565
|
"RecurringCharges": {
|
12566
|
-
"shape": "
|
12566
|
+
"shape": "S1ig",
|
12567
12567
|
"locationName": "recurringCharges"
|
12568
12568
|
},
|
12569
12569
|
"Scope": {
|
@@ -12660,7 +12660,7 @@
|
|
12660
12660
|
"locationName": "reservedInstancesId"
|
12661
12661
|
},
|
12662
12662
|
"TargetConfiguration": {
|
12663
|
-
"shape": "
|
12663
|
+
"shape": "S1iu",
|
12664
12664
|
"locationName": "targetConfiguration"
|
12665
12665
|
}
|
12666
12666
|
}
|
@@ -12815,7 +12815,7 @@
|
|
12815
12815
|
}
|
12816
12816
|
},
|
12817
12817
|
"RecurringCharges": {
|
12818
|
-
"shape": "
|
12818
|
+
"shape": "S1ig",
|
12819
12819
|
"locationName": "recurringCharges"
|
12820
12820
|
},
|
12821
12821
|
"Scope": {
|
@@ -12983,7 +12983,7 @@
|
|
12983
12983
|
"locationName": "purchaseToken"
|
12984
12984
|
},
|
12985
12985
|
"Recurrence": {
|
12986
|
-
"shape": "
|
12986
|
+
"shape": "S1jh",
|
12987
12987
|
"locationName": "recurrence"
|
12988
12988
|
},
|
12989
12989
|
"SlotDurationInHours": {
|
@@ -13045,7 +13045,7 @@
|
|
13045
13045
|
"locationName": "scheduledInstanceSet",
|
13046
13046
|
"type": "list",
|
13047
13047
|
"member": {
|
13048
|
-
"shape": "
|
13048
|
+
"shape": "S1jp",
|
13049
13049
|
"locationName": "item"
|
13050
13050
|
}
|
13051
13051
|
}
|
@@ -13104,7 +13104,7 @@
|
|
13104
13104
|
"locationName": "Filter"
|
13105
13105
|
},
|
13106
13106
|
"SecurityGroupRuleIds": {
|
13107
|
-
"shape": "
|
13107
|
+
"shape": "S1jw",
|
13108
13108
|
"locationName": "SecurityGroupRuleId"
|
13109
13109
|
},
|
13110
13110
|
"DryRun": {
|
@@ -13142,7 +13142,7 @@
|
|
13142
13142
|
"locationName": "GroupId"
|
13143
13143
|
},
|
13144
13144
|
"GroupNames": {
|
13145
|
-
"shape": "
|
13145
|
+
"shape": "S1k0",
|
13146
13146
|
"locationName": "GroupName"
|
13147
13147
|
},
|
13148
13148
|
"DryRun": {
|
@@ -13221,7 +13221,7 @@
|
|
13221
13221
|
"type": "structure",
|
13222
13222
|
"members": {
|
13223
13223
|
"CreateVolumePermissions": {
|
13224
|
-
"shape": "
|
13224
|
+
"shape": "S1k8",
|
13225
13225
|
"locationName": "createVolumePermission"
|
13226
13226
|
},
|
13227
13227
|
"ProductCodes": {
|
@@ -13333,7 +13333,7 @@
|
|
13333
13333
|
"member": {}
|
13334
13334
|
},
|
13335
13335
|
"SnapshotIds": {
|
13336
|
-
"shape": "
|
13336
|
+
"shape": "S1ki",
|
13337
13337
|
"locationName": "SnapshotId"
|
13338
13338
|
},
|
13339
13339
|
"DryRun": {
|
@@ -13532,7 +13532,7 @@
|
|
13532
13532
|
"type": "timestamp"
|
13533
13533
|
},
|
13534
13534
|
"SpotFleetRequestConfig": {
|
13535
|
-
"shape": "
|
13535
|
+
"shape": "S1l1",
|
13536
13536
|
"locationName": "spotFleetRequestConfig"
|
13537
13537
|
},
|
13538
13538
|
"SpotFleetRequestId": {
|
@@ -13577,7 +13577,7 @@
|
|
13577
13577
|
"type": "structure",
|
13578
13578
|
"members": {
|
13579
13579
|
"SpotInstanceRequests": {
|
13580
|
-
"shape": "
|
13580
|
+
"shape": "S1lt",
|
13581
13581
|
"locationName": "spotInstanceRequestSet"
|
13582
13582
|
},
|
13583
13583
|
"NextToken": {
|
@@ -13703,11 +13703,11 @@
|
|
13703
13703
|
"locationName": "groupName"
|
13704
13704
|
},
|
13705
13705
|
"StaleIpPermissions": {
|
13706
|
-
"shape": "
|
13706
|
+
"shape": "S1mb",
|
13707
13707
|
"locationName": "staleIpPermissions"
|
13708
13708
|
},
|
13709
13709
|
"StaleIpPermissionsEgress": {
|
13710
|
-
"shape": "
|
13710
|
+
"shape": "S1mb",
|
13711
13711
|
"locationName": "staleIpPermissionsEgress"
|
13712
13712
|
},
|
13713
13713
|
"VpcId": {
|
@@ -14007,7 +14007,7 @@
|
|
14007
14007
|
"type": "structure",
|
14008
14008
|
"members": {
|
14009
14009
|
"TransitGatewayAttachmentIds": {
|
14010
|
-
"shape": "
|
14010
|
+
"shape": "S1n9"
|
14011
14011
|
},
|
14012
14012
|
"Filters": {
|
14013
14013
|
"shape": "Sz3",
|
@@ -14127,7 +14127,7 @@
|
|
14127
14127
|
"type": "structure",
|
14128
14128
|
"members": {
|
14129
14129
|
"TransitGatewayAttachmentIds": {
|
14130
|
-
"shape": "
|
14130
|
+
"shape": "S1n9"
|
14131
14131
|
},
|
14132
14132
|
"Filters": {
|
14133
14133
|
"shape": "Sz3",
|
@@ -14204,7 +14204,7 @@
|
|
14204
14204
|
"type": "structure",
|
14205
14205
|
"members": {
|
14206
14206
|
"TransitGatewayAttachmentIds": {
|
14207
|
-
"shape": "
|
14207
|
+
"shape": "S1n9"
|
14208
14208
|
},
|
14209
14209
|
"Filters": {
|
14210
14210
|
"shape": "Sz3",
|
@@ -14361,7 +14361,7 @@
|
|
14361
14361
|
"type": "structure",
|
14362
14362
|
"members": {
|
14363
14363
|
"TransitGatewayAttachmentIds": {
|
14364
|
-
"shape": "
|
14364
|
+
"shape": "S1n9"
|
14365
14365
|
},
|
14366
14366
|
"Filters": {
|
14367
14367
|
"shape": "Sz3",
|
@@ -14564,7 +14564,7 @@
|
|
14564
14564
|
"type": "structure",
|
14565
14565
|
"members": {
|
14566
14566
|
"VerifiedAccessInstanceIds": {
|
14567
|
-
"shape": "
|
14567
|
+
"shape": "S1os",
|
14568
14568
|
"locationName": "VerifiedAccessInstanceId"
|
14569
14569
|
},
|
14570
14570
|
"MaxResults": {
|
@@ -14587,7 +14587,7 @@
|
|
14587
14587
|
"locationName": "loggingConfigurationSet",
|
14588
14588
|
"type": "list",
|
14589
14589
|
"member": {
|
14590
|
-
"shape": "
|
14590
|
+
"shape": "S1ow",
|
14591
14591
|
"locationName": "item"
|
14592
14592
|
}
|
14593
14593
|
},
|
@@ -14602,7 +14602,7 @@
|
|
14602
14602
|
"type": "structure",
|
14603
14603
|
"members": {
|
14604
14604
|
"VerifiedAccessInstanceIds": {
|
14605
|
-
"shape": "
|
14605
|
+
"shape": "S1os",
|
14606
14606
|
"locationName": "VerifiedAccessInstanceId"
|
14607
14607
|
},
|
14608
14608
|
"MaxResults": {
|
@@ -14696,7 +14696,7 @@
|
|
14696
14696
|
"type": "structure",
|
14697
14697
|
"members": {
|
14698
14698
|
"AutoEnableIO": {
|
14699
|
-
"shape": "
|
14699
|
+
"shape": "S17x",
|
14700
14700
|
"locationName": "autoEnableIO"
|
14701
14701
|
},
|
14702
14702
|
"ProductCodes": {
|
@@ -14922,7 +14922,7 @@
|
|
14922
14922
|
"locationName": "volumeModificationSet",
|
14923
14923
|
"type": "list",
|
14924
14924
|
"member": {
|
14925
|
-
"shape": "
|
14925
|
+
"shape": "S1q0",
|
14926
14926
|
"locationName": "item"
|
14927
14927
|
}
|
14928
14928
|
},
|
@@ -14955,15 +14955,15 @@
|
|
14955
14955
|
"locationName": "vpcId"
|
14956
14956
|
},
|
14957
14957
|
"EnableDnsHostnames": {
|
14958
|
-
"shape": "
|
14958
|
+
"shape": "S17x",
|
14959
14959
|
"locationName": "enableDnsHostnames"
|
14960
14960
|
},
|
14961
14961
|
"EnableDnsSupport": {
|
14962
|
-
"shape": "
|
14962
|
+
"shape": "S17x",
|
14963
14963
|
"locationName": "enableDnsSupport"
|
14964
14964
|
},
|
14965
14965
|
"EnableNetworkAddressUsageMetrics": {
|
14966
|
-
"shape": "
|
14966
|
+
"shape": "S17x",
|
14967
14967
|
"locationName": "enableNetworkAddressUsageMetrics"
|
14968
14968
|
}
|
14969
14969
|
}
|
@@ -14982,7 +14982,7 @@
|
|
14982
14982
|
"type": "boolean"
|
14983
14983
|
},
|
14984
14984
|
"VpcIds": {
|
14985
|
-
"shape": "
|
14985
|
+
"shape": "S1q6",
|
14986
14986
|
"locationName": "VpcId"
|
14987
14987
|
}
|
14988
14988
|
}
|
@@ -15026,7 +15026,7 @@
|
|
15026
15026
|
"locationName": "nextToken"
|
15027
15027
|
},
|
15028
15028
|
"VpcIds": {
|
15029
|
-
"shape": "
|
15029
|
+
"shape": "S1q6"
|
15030
15030
|
}
|
15031
15031
|
}
|
15032
15032
|
},
|
@@ -15829,11 +15829,11 @@
|
|
15829
15829
|
],
|
15830
15830
|
"members": {
|
15831
15831
|
"AvailabilityZones": {
|
15832
|
-
"shape": "
|
15832
|
+
"shape": "S1s6",
|
15833
15833
|
"locationName": "AvailabilityZone"
|
15834
15834
|
},
|
15835
15835
|
"SourceSnapshotIds": {
|
15836
|
-
"shape": "
|
15836
|
+
"shape": "S1ki",
|
15837
15837
|
"locationName": "SourceSnapshotId"
|
15838
15838
|
},
|
15839
15839
|
"DryRun": {
|
@@ -16017,7 +16017,7 @@
|
|
16017
16017
|
"type": "structure",
|
16018
16018
|
"members": {
|
16019
16019
|
"Propagation": {
|
16020
|
-
"shape": "
|
16020
|
+
"shape": "S1sn",
|
16021
16021
|
"locationName": "propagation"
|
16022
16022
|
}
|
16023
16023
|
}
|
@@ -16597,11 +16597,11 @@
|
|
16597
16597
|
],
|
16598
16598
|
"members": {
|
16599
16599
|
"AvailabilityZones": {
|
16600
|
-
"shape": "
|
16600
|
+
"shape": "S1s6",
|
16601
16601
|
"locationName": "AvailabilityZone"
|
16602
16602
|
},
|
16603
16603
|
"SourceSnapshotIds": {
|
16604
|
-
"shape": "
|
16604
|
+
"shape": "S1ki",
|
16605
16605
|
"locationName": "SourceSnapshotId"
|
16606
16606
|
},
|
16607
16607
|
"DryRun": {
|
@@ -16808,7 +16808,7 @@
|
|
16808
16808
|
"type": "structure",
|
16809
16809
|
"members": {
|
16810
16810
|
"Propagation": {
|
16811
|
-
"shape": "
|
16811
|
+
"shape": "S1sn",
|
16812
16812
|
"locationName": "propagation"
|
16813
16813
|
}
|
16814
16814
|
}
|
@@ -17419,7 +17419,7 @@
|
|
17419
17419
|
"type": "structure",
|
17420
17420
|
"members": {
|
17421
17421
|
"InstanceFamilyCreditSpecification": {
|
17422
|
-
"shape": "
|
17422
|
+
"shape": "S1vx",
|
17423
17423
|
"locationName": "instanceFamilyCreditSpecification"
|
17424
17424
|
}
|
17425
17425
|
}
|
@@ -17566,7 +17566,7 @@
|
|
17566
17566
|
],
|
17567
17567
|
"members": {
|
17568
17568
|
"HostIdSet": {
|
17569
|
-
"shape": "
|
17569
|
+
"shape": "S1we"
|
17570
17570
|
},
|
17571
17571
|
"OfferingId": {}
|
17572
17572
|
}
|
@@ -17578,7 +17578,7 @@
|
|
17578
17578
|
"locationName": "currencyCode"
|
17579
17579
|
},
|
17580
17580
|
"Purchase": {
|
17581
|
-
"shape": "
|
17581
|
+
"shape": "S1wg",
|
17582
17582
|
"locationName": "purchase"
|
17583
17583
|
},
|
17584
17584
|
"TotalHourlyPrice": {
|
@@ -17603,11 +17603,11 @@
|
|
17603
17603
|
"type": "boolean"
|
17604
17604
|
},
|
17605
17605
|
"ArchitectureTypes": {
|
17606
|
-
"shape": "
|
17606
|
+
"shape": "S1wj",
|
17607
17607
|
"locationName": "ArchitectureType"
|
17608
17608
|
},
|
17609
17609
|
"VirtualizationTypes": {
|
17610
|
-
"shape": "
|
17610
|
+
"shape": "S1wk",
|
17611
17611
|
"locationName": "VirtualizationType"
|
17612
17612
|
},
|
17613
17613
|
"InstanceRequirements": {
|
@@ -18004,7 +18004,7 @@
|
|
18004
18004
|
"locationName": "ipamResourceCidrSet",
|
18005
18005
|
"type": "list",
|
18006
18006
|
"member": {
|
18007
|
-
"shape": "
|
18007
|
+
"shape": "S1xk",
|
18008
18008
|
"locationName": "item"
|
18009
18009
|
}
|
18010
18010
|
}
|
@@ -18164,7 +18164,7 @@
|
|
18164
18164
|
"locationName": "findingId"
|
18165
18165
|
},
|
18166
18166
|
"FindingComponents": {
|
18167
|
-
"shape": "
|
18167
|
+
"shape": "S1fu",
|
18168
18168
|
"locationName": "findingComponentSet"
|
18169
18169
|
}
|
18170
18170
|
}
|
@@ -18267,7 +18267,7 @@
|
|
18267
18267
|
"locationName": "paymentDue"
|
18268
18268
|
},
|
18269
18269
|
"ReservedInstanceValueRollup": {
|
18270
|
-
"shape": "
|
18270
|
+
"shape": "S1y7",
|
18271
18271
|
"locationName": "reservedInstanceValueRollup"
|
18272
18272
|
},
|
18273
18273
|
"ReservedInstanceValueSet": {
|
@@ -18278,7 +18278,7 @@
|
|
18278
18278
|
"type": "structure",
|
18279
18279
|
"members": {
|
18280
18280
|
"ReservationValue": {
|
18281
|
-
"shape": "
|
18281
|
+
"shape": "S1y7",
|
18282
18282
|
"locationName": "reservationValue"
|
18283
18283
|
},
|
18284
18284
|
"ReservedInstanceId": {
|
@@ -18288,7 +18288,7 @@
|
|
18288
18288
|
}
|
18289
18289
|
},
|
18290
18290
|
"TargetConfigurationValueRollup": {
|
18291
|
-
"shape": "
|
18291
|
+
"shape": "S1y7",
|
18292
18292
|
"locationName": "targetConfigurationValueRollup"
|
18293
18293
|
},
|
18294
18294
|
"TargetConfigurationValueSet": {
|
@@ -18299,7 +18299,7 @@
|
|
18299
18299
|
"type": "structure",
|
18300
18300
|
"members": {
|
18301
18301
|
"ReservationValue": {
|
18302
|
-
"shape": "
|
18302
|
+
"shape": "S1y7",
|
18303
18303
|
"locationName": "reservationValue"
|
18304
18304
|
},
|
18305
18305
|
"TargetConfiguration": {
|
@@ -18371,11 +18371,11 @@
|
|
18371
18371
|
"type": "structure",
|
18372
18372
|
"members": {
|
18373
18373
|
"ArchitectureTypes": {
|
18374
|
-
"shape": "
|
18374
|
+
"shape": "S1wj",
|
18375
18375
|
"locationName": "ArchitectureType"
|
18376
18376
|
},
|
18377
18377
|
"VirtualizationTypes": {
|
18378
|
-
"shape": "
|
18378
|
+
"shape": "S1wk",
|
18379
18379
|
"locationName": "VirtualizationType"
|
18380
18380
|
},
|
18381
18381
|
"InstanceRequirements": {
|
@@ -18446,11 +18446,11 @@
|
|
18446
18446
|
"type": "structure",
|
18447
18447
|
"members": {
|
18448
18448
|
"SubnetIpv4CidrReservations": {
|
18449
|
-
"shape": "
|
18449
|
+
"shape": "S1yr",
|
18450
18450
|
"locationName": "subnetIpv4CidrReservationSet"
|
18451
18451
|
},
|
18452
18452
|
"SubnetIpv6CidrReservations": {
|
18453
|
-
"shape": "
|
18453
|
+
"shape": "S1yr",
|
18454
18454
|
"locationName": "subnetIpv6CidrReservationSet"
|
18455
18455
|
},
|
18456
18456
|
"NextToken": {
|
@@ -19027,7 +19027,7 @@
|
|
19027
19027
|
"members": {
|
19028
19028
|
"Architecture": {},
|
19029
19029
|
"ClientData": {
|
19030
|
-
"shape": "
|
19030
|
+
"shape": "S203"
|
19031
19031
|
},
|
19032
19032
|
"ClientToken": {},
|
19033
19033
|
"Description": {},
|
@@ -19042,9 +19042,11 @@
|
|
19042
19042
|
"DeviceName": {},
|
19043
19043
|
"Format": {},
|
19044
19044
|
"SnapshotId": {},
|
19045
|
-
"Url": {
|
19045
|
+
"Url": {
|
19046
|
+
"shape": "S17g"
|
19047
|
+
},
|
19046
19048
|
"UserBucket": {
|
19047
|
-
"shape": "
|
19049
|
+
"shape": "S206"
|
19048
19050
|
}
|
19049
19051
|
}
|
19050
19052
|
}
|
@@ -19123,7 +19125,7 @@
|
|
19123
19125
|
"locationName": "statusMessage"
|
19124
19126
|
},
|
19125
19127
|
"LicenseSpecifications": {
|
19126
|
-
"shape": "
|
19128
|
+
"shape": "S17i",
|
19127
19129
|
"locationName": "licenseSpecifications"
|
19128
19130
|
},
|
19129
19131
|
"Tags": {
|
@@ -19154,10 +19156,10 @@
|
|
19154
19156
|
"members": {
|
19155
19157
|
"Description": {},
|
19156
19158
|
"Image": {
|
19157
|
-
"shape": "
|
19159
|
+
"shape": "S20d"
|
19158
19160
|
},
|
19159
19161
|
"Volume": {
|
19160
|
-
"shape": "
|
19162
|
+
"shape": "S20e"
|
19161
19163
|
}
|
19162
19164
|
}
|
19163
19165
|
}
|
@@ -19280,7 +19282,7 @@
|
|
19280
19282
|
"type": "structure",
|
19281
19283
|
"members": {
|
19282
19284
|
"ClientData": {
|
19283
|
-
"shape": "
|
19285
|
+
"shape": "S203"
|
19284
19286
|
},
|
19285
19287
|
"ClientToken": {},
|
19286
19288
|
"Description": {},
|
@@ -19289,9 +19291,11 @@
|
|
19289
19291
|
"members": {
|
19290
19292
|
"Description": {},
|
19291
19293
|
"Format": {},
|
19292
|
-
"Url": {
|
19294
|
+
"Url": {
|
19295
|
+
"shape": "S17g"
|
19296
|
+
},
|
19293
19297
|
"UserBucket": {
|
19294
|
-
"shape": "
|
19298
|
+
"shape": "S206"
|
19295
19299
|
}
|
19296
19300
|
}
|
19297
19301
|
},
|
@@ -19319,7 +19323,7 @@
|
|
19319
19323
|
"locationName": "importTaskId"
|
19320
19324
|
},
|
19321
19325
|
"SnapshotTaskDetail": {
|
19322
|
-
"shape": "
|
19326
|
+
"shape": "S17q",
|
19323
19327
|
"locationName": "snapshotTaskDetail"
|
19324
19328
|
},
|
19325
19329
|
"Tags": {
|
@@ -19349,11 +19353,11 @@
|
|
19349
19353
|
"type": "boolean"
|
19350
19354
|
},
|
19351
19355
|
"Image": {
|
19352
|
-
"shape": "
|
19356
|
+
"shape": "S20d",
|
19353
19357
|
"locationName": "image"
|
19354
19358
|
},
|
19355
19359
|
"Volume": {
|
19356
|
-
"shape": "
|
19360
|
+
"shape": "S20e",
|
19357
19361
|
"locationName": "volume"
|
19358
19362
|
}
|
19359
19363
|
}
|
@@ -19430,7 +19434,7 @@
|
|
19430
19434
|
},
|
19431
19435
|
"NextToken": {},
|
19432
19436
|
"SnapshotIds": {
|
19433
|
-
"shape": "
|
19437
|
+
"shape": "S1ki",
|
19434
19438
|
"locationName": "SnapshotId"
|
19435
19439
|
},
|
19436
19440
|
"DryRun": {
|
@@ -19668,7 +19672,7 @@
|
|
19668
19672
|
"type": "structure",
|
19669
19673
|
"members": {
|
19670
19674
|
"InstanceFamilyCreditSpecification": {
|
19671
|
-
"shape": "
|
19675
|
+
"shape": "S1vx",
|
19672
19676
|
"locationName": "instanceFamilyCreditSpecification"
|
19673
19677
|
}
|
19674
19678
|
}
|
@@ -19742,25 +19746,25 @@
|
|
19742
19746
|
"Attribute": {},
|
19743
19747
|
"OperationType": {},
|
19744
19748
|
"UserIds": {
|
19745
|
-
"shape": "
|
19749
|
+
"shape": "S21j",
|
19746
19750
|
"locationName": "UserId"
|
19747
19751
|
},
|
19748
19752
|
"UserGroups": {
|
19749
|
-
"shape": "
|
19753
|
+
"shape": "S21k",
|
19750
19754
|
"locationName": "UserGroup"
|
19751
19755
|
},
|
19752
19756
|
"ProductCodes": {
|
19753
|
-
"shape": "
|
19757
|
+
"shape": "S21l",
|
19754
19758
|
"locationName": "ProductCode"
|
19755
19759
|
},
|
19756
19760
|
"LoadPermission": {
|
19757
19761
|
"type": "structure",
|
19758
19762
|
"members": {
|
19759
19763
|
"Add": {
|
19760
|
-
"shape": "
|
19764
|
+
"shape": "S21n"
|
19761
19765
|
},
|
19762
19766
|
"Remove": {
|
19763
|
-
"shape": "
|
19767
|
+
"shape": "S21n"
|
19764
19768
|
}
|
19765
19769
|
}
|
19766
19770
|
},
|
@@ -19806,7 +19810,7 @@
|
|
19806
19810
|
"locationName": "successful"
|
19807
19811
|
},
|
19808
19812
|
"Unsuccessful": {
|
19809
|
-
"shape": "
|
19813
|
+
"shape": "S21s",
|
19810
19814
|
"locationName": "unsuccessful"
|
19811
19815
|
}
|
19812
19816
|
}
|
@@ -19874,15 +19878,15 @@
|
|
19874
19878
|
},
|
19875
19879
|
"OperationType": {},
|
19876
19880
|
"ProductCodes": {
|
19877
|
-
"shape": "
|
19881
|
+
"shape": "S21l",
|
19878
19882
|
"locationName": "ProductCode"
|
19879
19883
|
},
|
19880
19884
|
"UserGroups": {
|
19881
|
-
"shape": "
|
19885
|
+
"shape": "S21k",
|
19882
19886
|
"locationName": "UserGroup"
|
19883
19887
|
},
|
19884
19888
|
"UserIds": {
|
19885
|
-
"shape": "
|
19889
|
+
"shape": "S21j",
|
19886
19890
|
"locationName": "UserId"
|
19887
19891
|
},
|
19888
19892
|
"Value": {},
|
@@ -19918,7 +19922,7 @@
|
|
19918
19922
|
],
|
19919
19923
|
"members": {
|
19920
19924
|
"SourceDestCheck": {
|
19921
|
-
"shape": "
|
19925
|
+
"shape": "S17x"
|
19922
19926
|
},
|
19923
19927
|
"Attribute": {
|
19924
19928
|
"locationName": "attribute"
|
@@ -19956,7 +19960,7 @@
|
|
19956
19960
|
}
|
19957
19961
|
},
|
19958
19962
|
"DisableApiTermination": {
|
19959
|
-
"shape": "
|
19963
|
+
"shape": "S17x",
|
19960
19964
|
"locationName": "disableApiTermination"
|
19961
19965
|
},
|
19962
19966
|
"DryRun": {
|
@@ -19964,11 +19968,11 @@
|
|
19964
19968
|
"type": "boolean"
|
19965
19969
|
},
|
19966
19970
|
"EbsOptimized": {
|
19967
|
-
"shape": "
|
19971
|
+
"shape": "S17x",
|
19968
19972
|
"locationName": "ebsOptimized"
|
19969
19973
|
},
|
19970
19974
|
"EnaSupport": {
|
19971
|
-
"shape": "
|
19975
|
+
"shape": "S17x",
|
19972
19976
|
"locationName": "enaSupport"
|
19973
19977
|
},
|
19974
19978
|
"Groups": {
|
@@ -20012,7 +20016,7 @@
|
|
20012
20016
|
"locationName": "value"
|
20013
20017
|
},
|
20014
20018
|
"DisableApiStop": {
|
20015
|
-
"shape": "
|
20019
|
+
"shape": "S17x"
|
20016
20020
|
}
|
20017
20021
|
}
|
20018
20022
|
}
|
@@ -20027,7 +20031,7 @@
|
|
20027
20031
|
"members": {
|
20028
20032
|
"InstanceId": {},
|
20029
20033
|
"CapacityReservationSpecification": {
|
20030
|
-
"shape": "
|
20034
|
+
"shape": "S225"
|
20031
20035
|
},
|
20032
20036
|
"DryRun": {
|
20033
20037
|
"type": "boolean"
|
@@ -20139,7 +20143,7 @@
|
|
20139
20143
|
"type": "structure",
|
20140
20144
|
"members": {
|
20141
20145
|
"Event": {
|
20142
|
-
"shape": "
|
20146
|
+
"shape": "S18g",
|
20143
20147
|
"locationName": "event"
|
20144
20148
|
}
|
20145
20149
|
}
|
@@ -20227,7 +20231,7 @@
|
|
20227
20231
|
"locationName": "instanceId"
|
20228
20232
|
},
|
20229
20233
|
"InstanceMetadataOptions": {
|
20230
|
-
"shape": "
|
20234
|
+
"shape": "S1ch",
|
20231
20235
|
"locationName": "instanceMetadataOptions"
|
20232
20236
|
}
|
20233
20237
|
}
|
@@ -20287,7 +20291,7 @@
|
|
20287
20291
|
"locationName": "AddOperatingRegion"
|
20288
20292
|
},
|
20289
20293
|
"RemoveOperatingRegions": {
|
20290
|
-
"shape": "
|
20294
|
+
"shape": "S22u",
|
20291
20295
|
"locationName": "RemoveOperatingRegion"
|
20292
20296
|
}
|
20293
20297
|
}
|
@@ -20377,7 +20381,7 @@
|
|
20377
20381
|
"type": "structure",
|
20378
20382
|
"members": {
|
20379
20383
|
"IpamResourceCidr": {
|
20380
|
-
"shape": "
|
20384
|
+
"shape": "S1xk",
|
20381
20385
|
"locationName": "ipamResourceCidr"
|
20382
20386
|
}
|
20383
20387
|
}
|
@@ -20400,7 +20404,7 @@
|
|
20400
20404
|
"locationName": "AddOperatingRegion"
|
20401
20405
|
},
|
20402
20406
|
"RemoveOperatingRegions": {
|
20403
|
-
"shape": "
|
20407
|
+
"shape": "S22u",
|
20404
20408
|
"locationName": "RemoveOperatingRegion"
|
20405
20409
|
}
|
20406
20410
|
}
|
@@ -20574,7 +20578,7 @@
|
|
20574
20578
|
"locationName": "networkInterfaceId"
|
20575
20579
|
},
|
20576
20580
|
"SourceDestCheck": {
|
20577
|
-
"shape": "
|
20581
|
+
"shape": "S17x",
|
20578
20582
|
"locationName": "sourceDestCheck"
|
20579
20583
|
},
|
20580
20584
|
"EnaSrdSpecification": {
|
@@ -20622,7 +20626,7 @@
|
|
20622
20626
|
],
|
20623
20627
|
"members": {
|
20624
20628
|
"ReservedInstancesIds": {
|
20625
|
-
"shape": "
|
20629
|
+
"shape": "S1i8",
|
20626
20630
|
"locationName": "ReservedInstancesId"
|
20627
20631
|
},
|
20628
20632
|
"ClientToken": {
|
@@ -20632,7 +20636,7 @@
|
|
20632
20636
|
"locationName": "ReservedInstancesConfigurationSetItemType",
|
20633
20637
|
"type": "list",
|
20634
20638
|
"member": {
|
20635
|
-
"shape": "
|
20639
|
+
"shape": "S1iu",
|
20636
20640
|
"locationName": "item"
|
20637
20641
|
}
|
20638
20642
|
}
|
@@ -20714,21 +20718,21 @@
|
|
20714
20718
|
"type": "structure",
|
20715
20719
|
"members": {
|
20716
20720
|
"Add": {
|
20717
|
-
"shape": "
|
20721
|
+
"shape": "S1k8"
|
20718
20722
|
},
|
20719
20723
|
"Remove": {
|
20720
|
-
"shape": "
|
20724
|
+
"shape": "S1k8"
|
20721
20725
|
}
|
20722
20726
|
}
|
20723
20727
|
},
|
20724
20728
|
"GroupNames": {
|
20725
|
-
"shape": "
|
20729
|
+
"shape": "S1k0",
|
20726
20730
|
"locationName": "UserGroup"
|
20727
20731
|
},
|
20728
20732
|
"OperationType": {},
|
20729
20733
|
"SnapshotId": {},
|
20730
20734
|
"UserIds": {
|
20731
|
-
"shape": "
|
20735
|
+
"shape": "S21j",
|
20732
20736
|
"locationName": "UserId"
|
20733
20737
|
},
|
20734
20738
|
"DryRun": {
|
@@ -20776,7 +20780,7 @@
|
|
20776
20780
|
"locationName": "excessCapacityTerminationPolicy"
|
20777
20781
|
},
|
20778
20782
|
"LaunchTemplateConfigs": {
|
20779
|
-
"shape": "
|
20783
|
+
"shape": "S1lg",
|
20780
20784
|
"locationName": "LaunchTemplateConfig"
|
20781
20785
|
},
|
20782
20786
|
"SpotFleetRequestId": {
|
@@ -20810,33 +20814,33 @@
|
|
20810
20814
|
],
|
20811
20815
|
"members": {
|
20812
20816
|
"AssignIpv6AddressOnCreation": {
|
20813
|
-
"shape": "
|
20817
|
+
"shape": "S17x"
|
20814
20818
|
},
|
20815
20819
|
"MapPublicIpOnLaunch": {
|
20816
|
-
"shape": "
|
20820
|
+
"shape": "S17x"
|
20817
20821
|
},
|
20818
20822
|
"SubnetId": {
|
20819
20823
|
"locationName": "subnetId"
|
20820
20824
|
},
|
20821
20825
|
"MapCustomerOwnedIpOnLaunch": {
|
20822
|
-
"shape": "
|
20826
|
+
"shape": "S17x"
|
20823
20827
|
},
|
20824
20828
|
"CustomerOwnedIpv4Pool": {},
|
20825
20829
|
"EnableDns64": {
|
20826
|
-
"shape": "
|
20830
|
+
"shape": "S17x"
|
20827
20831
|
},
|
20828
20832
|
"PrivateDnsHostnameTypeOnLaunch": {},
|
20829
20833
|
"EnableResourceNameDnsARecordOnLaunch": {
|
20830
|
-
"shape": "
|
20834
|
+
"shape": "S17x"
|
20831
20835
|
},
|
20832
20836
|
"EnableResourceNameDnsAAAARecordOnLaunch": {
|
20833
|
-
"shape": "
|
20837
|
+
"shape": "S17x"
|
20834
20838
|
},
|
20835
20839
|
"EnableLniAtDeviceIndex": {
|
20836
20840
|
"type": "integer"
|
20837
20841
|
},
|
20838
20842
|
"DisableLniAtDeviceIndex": {
|
20839
|
-
"shape": "
|
20843
|
+
"shape": "S17x"
|
20840
20844
|
}
|
20841
20845
|
}
|
20842
20846
|
}
|
@@ -21308,7 +21312,7 @@
|
|
21308
21312
|
"type": "structure",
|
21309
21313
|
"members": {
|
21310
21314
|
"LoggingConfiguration": {
|
21311
|
-
"shape": "
|
21315
|
+
"shape": "S1ow",
|
21312
21316
|
"locationName": "loggingConfiguration"
|
21313
21317
|
}
|
21314
21318
|
}
|
@@ -21385,7 +21389,7 @@
|
|
21385
21389
|
"type": "structure",
|
21386
21390
|
"members": {
|
21387
21391
|
"VolumeModification": {
|
21388
|
-
"shape": "
|
21392
|
+
"shape": "S1q0",
|
21389
21393
|
"locationName": "volumeModification"
|
21390
21394
|
}
|
21391
21395
|
}
|
@@ -21399,7 +21403,7 @@
|
|
21399
21403
|
],
|
21400
21404
|
"members": {
|
21401
21405
|
"AutoEnableIO": {
|
21402
|
-
"shape": "
|
21406
|
+
"shape": "S17x"
|
21403
21407
|
},
|
21404
21408
|
"VolumeId": {},
|
21405
21409
|
"DryRun": {
|
@@ -21417,16 +21421,16 @@
|
|
21417
21421
|
],
|
21418
21422
|
"members": {
|
21419
21423
|
"EnableDnsHostnames": {
|
21420
|
-
"shape": "
|
21424
|
+
"shape": "S17x"
|
21421
21425
|
},
|
21422
21426
|
"EnableDnsSupport": {
|
21423
|
-
"shape": "
|
21427
|
+
"shape": "S17x"
|
21424
21428
|
},
|
21425
21429
|
"VpcId": {
|
21426
21430
|
"locationName": "vpcId"
|
21427
21431
|
},
|
21428
21432
|
"EnableNetworkAddressUsageMetrics": {
|
21429
|
-
"shape": "
|
21433
|
+
"shape": "S17x"
|
21430
21434
|
}
|
21431
21435
|
}
|
21432
21436
|
}
|
@@ -21654,13 +21658,13 @@
|
|
21654
21658
|
],
|
21655
21659
|
"members": {
|
21656
21660
|
"AccepterPeeringConnectionOptions": {
|
21657
|
-
"shape": "
|
21661
|
+
"shape": "S25i"
|
21658
21662
|
},
|
21659
21663
|
"DryRun": {
|
21660
21664
|
"type": "boolean"
|
21661
21665
|
},
|
21662
21666
|
"RequesterPeeringConnectionOptions": {
|
21663
|
-
"shape": "
|
21667
|
+
"shape": "S25i"
|
21664
21668
|
},
|
21665
21669
|
"VpcPeeringConnectionId": {}
|
21666
21670
|
}
|
@@ -21669,11 +21673,11 @@
|
|
21669
21673
|
"type": "structure",
|
21670
21674
|
"members": {
|
21671
21675
|
"AccepterPeeringConnectionOptions": {
|
21672
|
-
"shape": "
|
21676
|
+
"shape": "S25k",
|
21673
21677
|
"locationName": "accepterPeeringConnectionOptions"
|
21674
21678
|
},
|
21675
21679
|
"RequesterPeeringConnectionOptions": {
|
21676
|
-
"shape": "
|
21680
|
+
"shape": "S25k",
|
21677
21681
|
"locationName": "requesterPeeringConnectionOptions"
|
21678
21682
|
}
|
21679
21683
|
}
|
@@ -21894,7 +21898,7 @@
|
|
21894
21898
|
"type": "structure",
|
21895
21899
|
"members": {
|
21896
21900
|
"InstanceMonitorings": {
|
21897
|
-
"shape": "
|
21901
|
+
"shape": "S25z",
|
21898
21902
|
"locationName": "instancesSet"
|
21899
21903
|
}
|
21900
21904
|
}
|
@@ -22063,7 +22067,7 @@
|
|
22063
22067
|
"locationName": "poolId"
|
22064
22068
|
},
|
22065
22069
|
"PoolAddressRange": {
|
22066
|
-
"shape": "
|
22070
|
+
"shape": "S1hv",
|
22067
22071
|
"locationName": "poolAddressRange"
|
22068
22072
|
}
|
22069
22073
|
}
|
@@ -22080,7 +22084,7 @@
|
|
22080
22084
|
"ClientToken": {},
|
22081
22085
|
"CurrencyCode": {},
|
22082
22086
|
"HostIdSet": {
|
22083
|
-
"shape": "
|
22087
|
+
"shape": "S1we"
|
22084
22088
|
},
|
22085
22089
|
"LimitPrice": {},
|
22086
22090
|
"OfferingId": {},
|
@@ -22100,7 +22104,7 @@
|
|
22100
22104
|
"locationName": "currencyCode"
|
22101
22105
|
},
|
22102
22106
|
"Purchase": {
|
22103
|
-
"shape": "
|
22107
|
+
"shape": "S1wg",
|
22104
22108
|
"locationName": "purchase"
|
22105
22109
|
},
|
22106
22110
|
"TotalHourlyPrice": {
|
@@ -22195,7 +22199,7 @@
|
|
22195
22199
|
"locationName": "scheduledInstanceSet",
|
22196
22200
|
"type": "list",
|
22197
22201
|
"member": {
|
22198
|
-
"shape": "
|
22202
|
+
"shape": "S1jp",
|
22199
22203
|
"locationName": "item"
|
22200
22204
|
}
|
22201
22205
|
}
|
@@ -22556,7 +22560,7 @@
|
|
22556
22560
|
"locationName": "successful"
|
22557
22561
|
},
|
22558
22562
|
"Unsuccessful": {
|
22559
|
-
"shape": "
|
22563
|
+
"shape": "S21s",
|
22560
22564
|
"locationName": "unsuccessful"
|
22561
22565
|
}
|
22562
22566
|
}
|
@@ -22884,7 +22888,7 @@
|
|
22884
22888
|
"type": "boolean"
|
22885
22889
|
},
|
22886
22890
|
"SpotFleetRequestConfig": {
|
22887
|
-
"shape": "
|
22891
|
+
"shape": "S1l1",
|
22888
22892
|
"locationName": "spotFleetRequestConfig"
|
22889
22893
|
}
|
22890
22894
|
}
|
@@ -22968,15 +22972,15 @@
|
|
22968
22972
|
"locationName": "keyName"
|
22969
22973
|
},
|
22970
22974
|
"Monitoring": {
|
22971
|
-
"shape": "
|
22975
|
+
"shape": "S1lw",
|
22972
22976
|
"locationName": "monitoring"
|
22973
22977
|
},
|
22974
22978
|
"NetworkInterfaces": {
|
22975
|
-
"shape": "
|
22979
|
+
"shape": "S1lb",
|
22976
22980
|
"locationName": "NetworkInterface"
|
22977
22981
|
},
|
22978
22982
|
"Placement": {
|
22979
|
-
"shape": "
|
22983
|
+
"shape": "S1ld",
|
22980
22984
|
"locationName": "placement"
|
22981
22985
|
},
|
22982
22986
|
"RamdiskId": {
|
@@ -23016,7 +23020,7 @@
|
|
23016
23020
|
"type": "structure",
|
23017
23021
|
"members": {
|
23018
23022
|
"SpotInstanceRequests": {
|
23019
|
-
"shape": "
|
23023
|
+
"shape": "S1lt",
|
23020
23024
|
"locationName": "spotInstanceRequestSet"
|
23021
23025
|
}
|
23022
23026
|
}
|
@@ -23386,7 +23390,7 @@
|
|
23386
23390
|
"locationName": "ipPermissions"
|
23387
23391
|
},
|
23388
23392
|
"SecurityGroupRuleIds": {
|
23389
|
-
"shape": "
|
23393
|
+
"shape": "S1jw",
|
23390
23394
|
"locationName": "SecurityGroupRuleId"
|
23391
23395
|
},
|
23392
23396
|
"CidrIp": {
|
@@ -23449,7 +23453,7 @@
|
|
23449
23453
|
"type": "boolean"
|
23450
23454
|
},
|
23451
23455
|
"SecurityGroupRuleIds": {
|
23452
|
-
"shape": "
|
23456
|
+
"shape": "S1jw",
|
23453
23457
|
"locationName": "SecurityGroupRuleId"
|
23454
23458
|
}
|
23455
23459
|
}
|
@@ -23498,7 +23502,7 @@
|
|
23498
23502
|
"type": "integer"
|
23499
23503
|
},
|
23500
23504
|
"Monitoring": {
|
23501
|
-
"shape": "
|
23505
|
+
"shape": "S1lw"
|
23502
23506
|
},
|
23503
23507
|
"Placement": {
|
23504
23508
|
"shape": "Scc"
|
@@ -23544,7 +23548,7 @@
|
|
23544
23548
|
"locationName": "instanceInitiatedShutdownBehavior"
|
23545
23549
|
},
|
23546
23550
|
"NetworkInterfaces": {
|
23547
|
-
"shape": "
|
23551
|
+
"shape": "S1lb",
|
23548
23552
|
"locationName": "networkInterface"
|
23549
23553
|
},
|
23550
23554
|
"PrivateIpAddress": {
|
@@ -23622,7 +23626,7 @@
|
|
23622
23626
|
}
|
23623
23627
|
},
|
23624
23628
|
"CapacityReservationSpecification": {
|
23625
|
-
"shape": "
|
23629
|
+
"shape": "S225"
|
23626
23630
|
},
|
23627
23631
|
"HibernationOptions": {
|
23628
23632
|
"type": "structure",
|
@@ -23687,7 +23691,7 @@
|
|
23687
23691
|
}
|
23688
23692
|
},
|
23689
23693
|
"output": {
|
23690
|
-
"shape": "
|
23694
|
+
"shape": "S1bs"
|
23691
23695
|
}
|
23692
23696
|
},
|
23693
23697
|
"RunScheduledInstances": {
|
@@ -23785,7 +23789,7 @@
|
|
23785
23789
|
"type": "integer"
|
23786
23790
|
},
|
23787
23791
|
"Groups": {
|
23788
|
-
"shape": "
|
23792
|
+
"shape": "S29o",
|
23789
23793
|
"locationName": "Group"
|
23790
23794
|
},
|
23791
23795
|
"Ipv6AddressCount": {
|
@@ -23834,7 +23838,7 @@
|
|
23834
23838
|
},
|
23835
23839
|
"RamdiskId": {},
|
23836
23840
|
"SecurityGroupIds": {
|
23837
|
-
"shape": "
|
23841
|
+
"shape": "S29o",
|
23838
23842
|
"locationName": "SecurityGroupId"
|
23839
23843
|
},
|
23840
23844
|
"SubnetId": {},
|
@@ -24048,7 +24052,7 @@
|
|
24048
24052
|
"type": "structure",
|
24049
24053
|
"members": {
|
24050
24054
|
"StartingInstances": {
|
24051
|
-
"shape": "
|
24055
|
+
"shape": "S2ac",
|
24052
24056
|
"locationName": "instancesSet"
|
24053
24057
|
}
|
24054
24058
|
}
|
@@ -24079,7 +24083,7 @@
|
|
24079
24083
|
"type": "structure",
|
24080
24084
|
"members": {
|
24081
24085
|
"NetworkInsightsAccessScopeAnalysis": {
|
24082
|
-
"shape": "
|
24086
|
+
"shape": "S1fh",
|
24083
24087
|
"locationName": "networkInsightsAccessScopeAnalysis"
|
24084
24088
|
}
|
24085
24089
|
}
|
@@ -24099,7 +24103,7 @@
|
|
24099
24103
|
"locationName": "AdditionalAccount"
|
24100
24104
|
},
|
24101
24105
|
"FilterInArns": {
|
24102
|
-
"shape": "
|
24106
|
+
"shape": "S1ft",
|
24103
24107
|
"locationName": "FilterInArn"
|
24104
24108
|
},
|
24105
24109
|
"DryRun": {
|
@@ -24118,7 +24122,7 @@
|
|
24118
24122
|
"type": "structure",
|
24119
24123
|
"members": {
|
24120
24124
|
"NetworkInsightsAnalysis": {
|
24121
|
-
"shape": "
|
24125
|
+
"shape": "S1fs",
|
24122
24126
|
"locationName": "networkInsightsAnalysis"
|
24123
24127
|
}
|
24124
24128
|
}
|
@@ -24175,7 +24179,7 @@
|
|
24175
24179
|
"type": "structure",
|
24176
24180
|
"members": {
|
24177
24181
|
"StoppingInstances": {
|
24178
|
-
"shape": "
|
24182
|
+
"shape": "S2ac",
|
24179
24183
|
"locationName": "instancesSet"
|
24180
24184
|
}
|
24181
24185
|
}
|
@@ -24250,7 +24254,7 @@
|
|
24250
24254
|
"type": "structure",
|
24251
24255
|
"members": {
|
24252
24256
|
"TerminatingInstances": {
|
24253
|
-
"shape": "
|
24257
|
+
"shape": "S2ac",
|
24254
24258
|
"locationName": "instancesSet"
|
24255
24259
|
}
|
24256
24260
|
}
|
@@ -24369,7 +24373,7 @@
|
|
24369
24373
|
"type": "structure",
|
24370
24374
|
"members": {
|
24371
24375
|
"InstanceMonitorings": {
|
24372
|
-
"shape": "
|
24376
|
+
"shape": "S25z",
|
24373
24377
|
"locationName": "instancesSet"
|
24374
24378
|
}
|
24375
24379
|
}
|
@@ -24388,7 +24392,7 @@
|
|
24388
24392
|
"shape": "S6m"
|
24389
24393
|
},
|
24390
24394
|
"SecurityGroupRuleDescriptions": {
|
24391
|
-
"shape": "
|
24395
|
+
"shape": "S2b0",
|
24392
24396
|
"locationName": "SecurityGroupRuleDescription"
|
24393
24397
|
}
|
24394
24398
|
}
|
@@ -24416,7 +24420,7 @@
|
|
24416
24420
|
"shape": "S6m"
|
24417
24421
|
},
|
24418
24422
|
"SecurityGroupRuleDescriptions": {
|
24419
|
-
"shape": "
|
24423
|
+
"shape": "S2b0",
|
24420
24424
|
"locationName": "SecurityGroupRuleDescription"
|
24421
24425
|
}
|
24422
24426
|
}
|
@@ -27425,7 +27429,9 @@
|
|
27425
27429
|
"type": "boolean"
|
27426
27430
|
},
|
27427
27431
|
"InstanceInitiatedShutdownBehavior": {},
|
27428
|
-
"UserData": {
|
27432
|
+
"UserData": {
|
27433
|
+
"shape": "Sfx"
|
27434
|
+
},
|
27429
27435
|
"TagSpecifications": {
|
27430
27436
|
"locationName": "TagSpecification",
|
27431
27437
|
"type": "list",
|
@@ -27581,8 +27587,7 @@
|
|
27581
27587
|
"DisableApiStop": {
|
27582
27588
|
"type": "boolean"
|
27583
27589
|
}
|
27584
|
-
}
|
27585
|
-
"sensitive": true
|
27590
|
+
}
|
27586
27591
|
},
|
27587
27592
|
"Sg8": {
|
27588
27593
|
"type": "list",
|
@@ -31428,16 +31433,21 @@
|
|
31428
31433
|
"locationName": "statusMessage"
|
31429
31434
|
},
|
31430
31435
|
"Url": {
|
31436
|
+
"shape": "S17g",
|
31431
31437
|
"locationName": "url"
|
31432
31438
|
},
|
31433
31439
|
"UserBucket": {
|
31434
|
-
"shape": "
|
31440
|
+
"shape": "S17h",
|
31435
31441
|
"locationName": "userBucket"
|
31436
31442
|
}
|
31437
31443
|
}
|
31438
31444
|
}
|
31439
31445
|
},
|
31440
31446
|
"S17g": {
|
31447
|
+
"type": "string",
|
31448
|
+
"sensitive": true
|
31449
|
+
},
|
31450
|
+
"S17h": {
|
31441
31451
|
"type": "structure",
|
31442
31452
|
"members": {
|
31443
31453
|
"S3Bucket": {
|
@@ -31448,7 +31458,7 @@
|
|
31448
31458
|
}
|
31449
31459
|
}
|
31450
31460
|
},
|
31451
|
-
"
|
31461
|
+
"S17i": {
|
31452
31462
|
"type": "list",
|
31453
31463
|
"member": {
|
31454
31464
|
"locationName": "item",
|
@@ -31460,7 +31470,7 @@
|
|
31460
31470
|
}
|
31461
31471
|
}
|
31462
31472
|
},
|
31463
|
-
"
|
31473
|
+
"S17q": {
|
31464
31474
|
"type": "structure",
|
31465
31475
|
"members": {
|
31466
31476
|
"Description": {
|
@@ -31493,15 +31503,16 @@
|
|
31493
31503
|
"locationName": "statusMessage"
|
31494
31504
|
},
|
31495
31505
|
"Url": {
|
31506
|
+
"shape": "S17g",
|
31496
31507
|
"locationName": "url"
|
31497
31508
|
},
|
31498
31509
|
"UserBucket": {
|
31499
|
-
"shape": "
|
31510
|
+
"shape": "S17h",
|
31500
31511
|
"locationName": "userBucket"
|
31501
31512
|
}
|
31502
31513
|
}
|
31503
31514
|
},
|
31504
|
-
"
|
31515
|
+
"S17u": {
|
31505
31516
|
"type": "list",
|
31506
31517
|
"member": {
|
31507
31518
|
"locationName": "item",
|
@@ -31533,7 +31544,7 @@
|
|
31533
31544
|
}
|
31534
31545
|
}
|
31535
31546
|
},
|
31536
|
-
"
|
31547
|
+
"S17x": {
|
31537
31548
|
"type": "structure",
|
31538
31549
|
"members": {
|
31539
31550
|
"Value": {
|
@@ -31542,7 +31553,7 @@
|
|
31542
31553
|
}
|
31543
31554
|
}
|
31544
31555
|
},
|
31545
|
-
"
|
31556
|
+
"S17y": {
|
31546
31557
|
"type": "structure",
|
31547
31558
|
"members": {
|
31548
31559
|
"Enabled": {
|
@@ -31551,7 +31562,7 @@
|
|
31551
31562
|
}
|
31552
31563
|
}
|
31553
31564
|
},
|
31554
|
-
"
|
31565
|
+
"S18g": {
|
31555
31566
|
"type": "structure",
|
31556
31567
|
"members": {
|
31557
31568
|
"InstanceEventId": {
|
@@ -31577,7 +31588,7 @@
|
|
31577
31588
|
}
|
31578
31589
|
}
|
31579
31590
|
},
|
31580
|
-
"
|
31591
|
+
"S18j": {
|
31581
31592
|
"type": "structure",
|
31582
31593
|
"members": {
|
31583
31594
|
"Code": {
|
@@ -31589,7 +31600,7 @@
|
|
31589
31600
|
}
|
31590
31601
|
}
|
31591
31602
|
},
|
31592
|
-
"
|
31603
|
+
"S18l": {
|
31593
31604
|
"type": "structure",
|
31594
31605
|
"members": {
|
31595
31606
|
"Details": {
|
@@ -31617,7 +31628,7 @@
|
|
31617
31628
|
}
|
31618
31629
|
}
|
31619
31630
|
},
|
31620
|
-
"
|
31631
|
+
"S1bs": {
|
31621
31632
|
"type": "structure",
|
31622
31633
|
"members": {
|
31623
31634
|
"Groups": {
|
@@ -31655,7 +31666,7 @@
|
|
31655
31666
|
"type": "timestamp"
|
31656
31667
|
},
|
31657
31668
|
"Monitoring": {
|
31658
|
-
"shape": "
|
31669
|
+
"shape": "S1bv",
|
31659
31670
|
"locationName": "monitoring"
|
31660
31671
|
},
|
31661
31672
|
"Placement": {
|
@@ -31685,7 +31696,7 @@
|
|
31685
31696
|
"locationName": "ramdiskId"
|
31686
31697
|
},
|
31687
31698
|
"State": {
|
31688
|
-
"shape": "
|
31699
|
+
"shape": "S18j",
|
31689
31700
|
"locationName": "instanceState"
|
31690
31701
|
},
|
31691
31702
|
"StateTransitionReason": {
|
@@ -31701,7 +31712,7 @@
|
|
31701
31712
|
"locationName": "architecture"
|
31702
31713
|
},
|
31703
31714
|
"BlockDeviceMappings": {
|
31704
|
-
"shape": "
|
31715
|
+
"shape": "S17u",
|
31705
31716
|
"locationName": "blockDeviceMapping"
|
31706
31717
|
},
|
31707
31718
|
"ClientToken": {
|
@@ -31778,7 +31789,7 @@
|
|
31778
31789
|
"type": "structure",
|
31779
31790
|
"members": {
|
31780
31791
|
"Association": {
|
31781
|
-
"shape": "
|
31792
|
+
"shape": "S1c4",
|
31782
31793
|
"locationName": "association"
|
31783
31794
|
},
|
31784
31795
|
"Attachment": {
|
@@ -31843,7 +31854,7 @@
|
|
31843
31854
|
"type": "structure",
|
31844
31855
|
"members": {
|
31845
31856
|
"Association": {
|
31846
|
-
"shape": "
|
31857
|
+
"shape": "S1c4",
|
31847
31858
|
"locationName": "association"
|
31848
31859
|
},
|
31849
31860
|
"Primary": {
|
@@ -31995,11 +32006,11 @@
|
|
31995
32006
|
}
|
31996
32007
|
},
|
31997
32008
|
"MetadataOptions": {
|
31998
|
-
"shape": "
|
32009
|
+
"shape": "S1ch",
|
31999
32010
|
"locationName": "metadataOptions"
|
32000
32011
|
},
|
32001
32012
|
"EnclaveOptions": {
|
32002
|
-
"shape": "
|
32013
|
+
"shape": "S17y",
|
32003
32014
|
"locationName": "enclaveOptions"
|
32004
32015
|
},
|
32005
32016
|
"BootMode": {
|
@@ -32064,7 +32075,7 @@
|
|
32064
32075
|
}
|
32065
32076
|
}
|
32066
32077
|
},
|
32067
|
-
"
|
32078
|
+
"S1bv": {
|
32068
32079
|
"type": "structure",
|
32069
32080
|
"members": {
|
32070
32081
|
"State": {
|
@@ -32072,7 +32083,7 @@
|
|
32072
32083
|
}
|
32073
32084
|
}
|
32074
32085
|
},
|
32075
|
-
"
|
32086
|
+
"S1c4": {
|
32076
32087
|
"type": "structure",
|
32077
32088
|
"members": {
|
32078
32089
|
"CarrierIp": {
|
@@ -32092,7 +32103,7 @@
|
|
32092
32103
|
}
|
32093
32104
|
}
|
32094
32105
|
},
|
32095
|
-
"
|
32106
|
+
"S1ch": {
|
32096
32107
|
"type": "structure",
|
32097
32108
|
"members": {
|
32098
32109
|
"State": {
|
@@ -32116,13 +32127,13 @@
|
|
32116
32127
|
}
|
32117
32128
|
}
|
32118
32129
|
},
|
32119
|
-
"
|
32130
|
+
"S1eh": {
|
32120
32131
|
"type": "list",
|
32121
32132
|
"member": {
|
32122
32133
|
"locationName": "item"
|
32123
32134
|
}
|
32124
32135
|
},
|
32125
|
-
"
|
32136
|
+
"S1fh": {
|
32126
32137
|
"type": "structure",
|
32127
32138
|
"members": {
|
32128
32139
|
"NetworkInsightsAccessScopeAnalysisId": {
|
@@ -32164,7 +32175,7 @@
|
|
32164
32175
|
}
|
32165
32176
|
}
|
32166
32177
|
},
|
32167
|
-
"
|
32178
|
+
"S1fs": {
|
32168
32179
|
"type": "structure",
|
32169
32180
|
"members": {
|
32170
32181
|
"NetworkInsightsAnalysisId": {
|
@@ -32181,7 +32192,7 @@
|
|
32181
32192
|
"locationName": "additionalAccountSet"
|
32182
32193
|
},
|
32183
32194
|
"FilterInArns": {
|
32184
|
-
"shape": "
|
32195
|
+
"shape": "S1ft",
|
32185
32196
|
"locationName": "filterInArnSet"
|
32186
32197
|
},
|
32187
32198
|
"StartDate": {
|
@@ -32202,15 +32213,15 @@
|
|
32202
32213
|
"type": "boolean"
|
32203
32214
|
},
|
32204
32215
|
"ForwardPathComponents": {
|
32205
|
-
"shape": "
|
32216
|
+
"shape": "S1fu",
|
32206
32217
|
"locationName": "forwardPathComponentSet"
|
32207
32218
|
},
|
32208
32219
|
"ReturnPathComponents": {
|
32209
|
-
"shape": "
|
32220
|
+
"shape": "S1fu",
|
32210
32221
|
"locationName": "returnPathComponentSet"
|
32211
32222
|
},
|
32212
32223
|
"Explanations": {
|
32213
|
-
"shape": "
|
32224
|
+
"shape": "S1ge",
|
32214
32225
|
"locationName": "explanationSet"
|
32215
32226
|
},
|
32216
32227
|
"AlternatePathHints": {
|
@@ -32239,13 +32250,13 @@
|
|
32239
32250
|
}
|
32240
32251
|
}
|
32241
32252
|
},
|
32242
|
-
"
|
32253
|
+
"S1ft": {
|
32243
32254
|
"type": "list",
|
32244
32255
|
"member": {
|
32245
32256
|
"locationName": "item"
|
32246
32257
|
}
|
32247
32258
|
},
|
32248
|
-
"
|
32259
|
+
"S1fu": {
|
32249
32260
|
"type": "list",
|
32250
32261
|
"member": {
|
32251
32262
|
"locationName": "item",
|
@@ -32256,47 +32267,47 @@
|
|
32256
32267
|
"type": "integer"
|
32257
32268
|
},
|
32258
32269
|
"AclRule": {
|
32259
|
-
"shape": "
|
32270
|
+
"shape": "S1fw",
|
32260
32271
|
"locationName": "aclRule"
|
32261
32272
|
},
|
32262
32273
|
"AttachedTo": {
|
32263
|
-
"shape": "
|
32274
|
+
"shape": "S1fx",
|
32264
32275
|
"locationName": "attachedTo"
|
32265
32276
|
},
|
32266
32277
|
"Component": {
|
32267
|
-
"shape": "
|
32278
|
+
"shape": "S1fx",
|
32268
32279
|
"locationName": "component"
|
32269
32280
|
},
|
32270
32281
|
"DestinationVpc": {
|
32271
|
-
"shape": "
|
32282
|
+
"shape": "S1fx",
|
32272
32283
|
"locationName": "destinationVpc"
|
32273
32284
|
},
|
32274
32285
|
"OutboundHeader": {
|
32275
|
-
"shape": "
|
32286
|
+
"shape": "S1fy",
|
32276
32287
|
"locationName": "outboundHeader"
|
32277
32288
|
},
|
32278
32289
|
"InboundHeader": {
|
32279
|
-
"shape": "
|
32290
|
+
"shape": "S1fy",
|
32280
32291
|
"locationName": "inboundHeader"
|
32281
32292
|
},
|
32282
32293
|
"RouteTableRoute": {
|
32283
|
-
"shape": "
|
32294
|
+
"shape": "S1g1",
|
32284
32295
|
"locationName": "routeTableRoute"
|
32285
32296
|
},
|
32286
32297
|
"SecurityGroupRule": {
|
32287
|
-
"shape": "
|
32298
|
+
"shape": "S1g2",
|
32288
32299
|
"locationName": "securityGroupRule"
|
32289
32300
|
},
|
32290
32301
|
"SourceVpc": {
|
32291
|
-
"shape": "
|
32302
|
+
"shape": "S1fx",
|
32292
32303
|
"locationName": "sourceVpc"
|
32293
32304
|
},
|
32294
32305
|
"Subnet": {
|
32295
|
-
"shape": "
|
32306
|
+
"shape": "S1fx",
|
32296
32307
|
"locationName": "subnet"
|
32297
32308
|
},
|
32298
32309
|
"Vpc": {
|
32299
|
-
"shape": "
|
32310
|
+
"shape": "S1fx",
|
32300
32311
|
"locationName": "vpc"
|
32301
32312
|
},
|
32302
32313
|
"AdditionalDetails": {
|
@@ -32310,15 +32321,15 @@
|
|
32310
32321
|
"locationName": "additionalDetailType"
|
32311
32322
|
},
|
32312
32323
|
"Component": {
|
32313
|
-
"shape": "
|
32324
|
+
"shape": "S1fx",
|
32314
32325
|
"locationName": "component"
|
32315
32326
|
},
|
32316
32327
|
"VpcEndpointService": {
|
32317
|
-
"shape": "
|
32328
|
+
"shape": "S1fx",
|
32318
32329
|
"locationName": "vpcEndpointService"
|
32319
32330
|
},
|
32320
32331
|
"RuleOptions": {
|
32321
|
-
"shape": "
|
32332
|
+
"shape": "S1g5",
|
32322
32333
|
"locationName": "ruleOptionSet"
|
32323
32334
|
},
|
32324
32335
|
"RuleGroupTypePairs": {
|
@@ -32348,7 +32359,7 @@
|
|
32348
32359
|
"locationName": "ruleGroupArn"
|
32349
32360
|
},
|
32350
32361
|
"RuleOptions": {
|
32351
|
-
"shape": "
|
32362
|
+
"shape": "S1g5",
|
32352
32363
|
"locationName": "ruleOptionSet"
|
32353
32364
|
}
|
32354
32365
|
}
|
@@ -32358,34 +32369,34 @@
|
|
32358
32369
|
"locationName": "serviceName"
|
32359
32370
|
},
|
32360
32371
|
"LoadBalancers": {
|
32361
|
-
"shape": "
|
32372
|
+
"shape": "S1gc",
|
32362
32373
|
"locationName": "loadBalancerSet"
|
32363
32374
|
}
|
32364
32375
|
}
|
32365
32376
|
}
|
32366
32377
|
},
|
32367
32378
|
"TransitGateway": {
|
32368
|
-
"shape": "
|
32379
|
+
"shape": "S1fx",
|
32369
32380
|
"locationName": "transitGateway"
|
32370
32381
|
},
|
32371
32382
|
"TransitGatewayRouteTableRoute": {
|
32372
|
-
"shape": "
|
32383
|
+
"shape": "S1gd",
|
32373
32384
|
"locationName": "transitGatewayRouteTableRoute"
|
32374
32385
|
},
|
32375
32386
|
"Explanations": {
|
32376
|
-
"shape": "
|
32387
|
+
"shape": "S1ge",
|
32377
32388
|
"locationName": "explanationSet"
|
32378
32389
|
},
|
32379
32390
|
"ElasticLoadBalancerListener": {
|
32380
|
-
"shape": "
|
32391
|
+
"shape": "S1fx",
|
32381
32392
|
"locationName": "elasticLoadBalancerListener"
|
32382
32393
|
},
|
32383
32394
|
"FirewallStatelessRule": {
|
32384
|
-
"shape": "
|
32395
|
+
"shape": "S1gk",
|
32385
32396
|
"locationName": "firewallStatelessRule"
|
32386
32397
|
},
|
32387
32398
|
"FirewallStatefulRule": {
|
32388
|
-
"shape": "
|
32399
|
+
"shape": "S1go",
|
32389
32400
|
"locationName": "firewallStatefulRule"
|
32390
32401
|
},
|
32391
32402
|
"ServiceName": {
|
@@ -32394,7 +32405,7 @@
|
|
32394
32405
|
}
|
32395
32406
|
}
|
32396
32407
|
},
|
32397
|
-
"
|
32408
|
+
"S1fw": {
|
32398
32409
|
"type": "structure",
|
32399
32410
|
"members": {
|
32400
32411
|
"Cidr": {
|
@@ -32420,7 +32431,7 @@
|
|
32420
32431
|
}
|
32421
32432
|
}
|
32422
32433
|
},
|
32423
|
-
"
|
32434
|
+
"S1fx": {
|
32424
32435
|
"type": "structure",
|
32425
32436
|
"members": {
|
32426
32437
|
"Id": {
|
@@ -32434,44 +32445,44 @@
|
|
32434
32445
|
}
|
32435
32446
|
}
|
32436
32447
|
},
|
32437
|
-
"
|
32448
|
+
"S1fy": {
|
32438
32449
|
"type": "structure",
|
32439
32450
|
"members": {
|
32440
32451
|
"DestinationAddresses": {
|
32441
|
-
"shape": "
|
32452
|
+
"shape": "S1fz",
|
32442
32453
|
"locationName": "destinationAddressSet"
|
32443
32454
|
},
|
32444
32455
|
"DestinationPortRanges": {
|
32445
|
-
"shape": "
|
32456
|
+
"shape": "S1g0",
|
32446
32457
|
"locationName": "destinationPortRangeSet"
|
32447
32458
|
},
|
32448
32459
|
"Protocol": {
|
32449
32460
|
"locationName": "protocol"
|
32450
32461
|
},
|
32451
32462
|
"SourceAddresses": {
|
32452
|
-
"shape": "
|
32463
|
+
"shape": "S1fz",
|
32453
32464
|
"locationName": "sourceAddressSet"
|
32454
32465
|
},
|
32455
32466
|
"SourcePortRanges": {
|
32456
|
-
"shape": "
|
32467
|
+
"shape": "S1g0",
|
32457
32468
|
"locationName": "sourcePortRangeSet"
|
32458
32469
|
}
|
32459
32470
|
}
|
32460
32471
|
},
|
32461
|
-
"
|
32472
|
+
"S1fz": {
|
32462
32473
|
"type": "list",
|
32463
32474
|
"member": {
|
32464
32475
|
"locationName": "item"
|
32465
32476
|
}
|
32466
32477
|
},
|
32467
|
-
"
|
32478
|
+
"S1g0": {
|
32468
32479
|
"type": "list",
|
32469
32480
|
"member": {
|
32470
32481
|
"shape": "Sjs",
|
32471
32482
|
"locationName": "item"
|
32472
32483
|
}
|
32473
32484
|
},
|
32474
|
-
"
|
32485
|
+
"S1g1": {
|
32475
32486
|
"type": "structure",
|
32476
32487
|
"members": {
|
32477
32488
|
"DestinationCidr": {
|
@@ -32518,7 +32529,7 @@
|
|
32518
32529
|
}
|
32519
32530
|
}
|
32520
32531
|
},
|
32521
|
-
"
|
32532
|
+
"S1g2": {
|
32522
32533
|
"type": "structure",
|
32523
32534
|
"members": {
|
32524
32535
|
"Cidr": {
|
@@ -32542,7 +32553,7 @@
|
|
32542
32553
|
}
|
32543
32554
|
}
|
32544
32555
|
},
|
32545
|
-
"
|
32556
|
+
"S1g5": {
|
32546
32557
|
"type": "list",
|
32547
32558
|
"member": {
|
32548
32559
|
"locationName": "item",
|
@@ -32552,26 +32563,26 @@
|
|
32552
32563
|
"locationName": "keyword"
|
32553
32564
|
},
|
32554
32565
|
"Settings": {
|
32555
|
-
"shape": "
|
32566
|
+
"shape": "S1g7",
|
32556
32567
|
"locationName": "settingSet"
|
32557
32568
|
}
|
32558
32569
|
}
|
32559
32570
|
}
|
32560
32571
|
},
|
32561
|
-
"
|
32572
|
+
"S1g7": {
|
32562
32573
|
"type": "list",
|
32563
32574
|
"member": {
|
32564
32575
|
"locationName": "item"
|
32565
32576
|
}
|
32566
32577
|
},
|
32567
|
-
"
|
32578
|
+
"S1gc": {
|
32568
32579
|
"type": "list",
|
32569
32580
|
"member": {
|
32570
|
-
"shape": "
|
32581
|
+
"shape": "S1fx",
|
32571
32582
|
"locationName": "item"
|
32572
32583
|
}
|
32573
32584
|
},
|
32574
|
-
"
|
32585
|
+
"S1gd": {
|
32575
32586
|
"type": "structure",
|
32576
32587
|
"members": {
|
32577
32588
|
"DestinationCidr": {
|
@@ -32597,29 +32608,29 @@
|
|
32597
32608
|
}
|
32598
32609
|
}
|
32599
32610
|
},
|
32600
|
-
"
|
32611
|
+
"S1ge": {
|
32601
32612
|
"type": "list",
|
32602
32613
|
"member": {
|
32603
32614
|
"locationName": "item",
|
32604
32615
|
"type": "structure",
|
32605
32616
|
"members": {
|
32606
32617
|
"Acl": {
|
32607
|
-
"shape": "
|
32618
|
+
"shape": "S1fx",
|
32608
32619
|
"locationName": "acl"
|
32609
32620
|
},
|
32610
32621
|
"AclRule": {
|
32611
|
-
"shape": "
|
32622
|
+
"shape": "S1fw",
|
32612
32623
|
"locationName": "aclRule"
|
32613
32624
|
},
|
32614
32625
|
"Address": {
|
32615
32626
|
"locationName": "address"
|
32616
32627
|
},
|
32617
32628
|
"Addresses": {
|
32618
|
-
"shape": "
|
32629
|
+
"shape": "S1fz",
|
32619
32630
|
"locationName": "addressSet"
|
32620
32631
|
},
|
32621
32632
|
"AttachedTo": {
|
32622
|
-
"shape": "
|
32633
|
+
"shape": "S1fx",
|
32623
32634
|
"locationName": "attachedTo"
|
32624
32635
|
},
|
32625
32636
|
"AvailabilityZones": {
|
@@ -32631,19 +32642,19 @@
|
|
32631
32642
|
"locationName": "cidrSet"
|
32632
32643
|
},
|
32633
32644
|
"Component": {
|
32634
|
-
"shape": "
|
32645
|
+
"shape": "S1fx",
|
32635
32646
|
"locationName": "component"
|
32636
32647
|
},
|
32637
32648
|
"CustomerGateway": {
|
32638
|
-
"shape": "
|
32649
|
+
"shape": "S1fx",
|
32639
32650
|
"locationName": "customerGateway"
|
32640
32651
|
},
|
32641
32652
|
"Destination": {
|
32642
|
-
"shape": "
|
32653
|
+
"shape": "S1fx",
|
32643
32654
|
"locationName": "destination"
|
32644
32655
|
},
|
32645
32656
|
"DestinationVpc": {
|
32646
|
-
"shape": "
|
32657
|
+
"shape": "S1fx",
|
32647
32658
|
"locationName": "destinationVpc"
|
32648
32659
|
},
|
32649
32660
|
"Direction": {
|
@@ -32653,11 +32664,11 @@
|
|
32653
32664
|
"locationName": "explanationCode"
|
32654
32665
|
},
|
32655
32666
|
"IngressRouteTable": {
|
32656
|
-
"shape": "
|
32667
|
+
"shape": "S1fx",
|
32657
32668
|
"locationName": "ingressRouteTable"
|
32658
32669
|
},
|
32659
32670
|
"InternetGateway": {
|
32660
|
-
"shape": "
|
32671
|
+
"shape": "S1fx",
|
32661
32672
|
"locationName": "internetGateway"
|
32662
32673
|
},
|
32663
32674
|
"LoadBalancerArn": {
|
@@ -32692,7 +32703,7 @@
|
|
32692
32703
|
"locationName": "availabilityZone"
|
32693
32704
|
},
|
32694
32705
|
"Instance": {
|
32695
|
-
"shape": "
|
32706
|
+
"shape": "S1fx",
|
32696
32707
|
"locationName": "instance"
|
32697
32708
|
},
|
32698
32709
|
"Port": {
|
@@ -32702,11 +32713,11 @@
|
|
32702
32713
|
}
|
32703
32714
|
},
|
32704
32715
|
"LoadBalancerTargetGroup": {
|
32705
|
-
"shape": "
|
32716
|
+
"shape": "S1fx",
|
32706
32717
|
"locationName": "loadBalancerTargetGroup"
|
32707
32718
|
},
|
32708
32719
|
"LoadBalancerTargetGroups": {
|
32709
|
-
"shape": "
|
32720
|
+
"shape": "S1gc",
|
32710
32721
|
"locationName": "loadBalancerTargetGroupSet"
|
32711
32722
|
},
|
32712
32723
|
"LoadBalancerTargetPort": {
|
@@ -32714,25 +32725,25 @@
|
|
32714
32725
|
"type": "integer"
|
32715
32726
|
},
|
32716
32727
|
"ElasticLoadBalancerListener": {
|
32717
|
-
"shape": "
|
32728
|
+
"shape": "S1fx",
|
32718
32729
|
"locationName": "elasticLoadBalancerListener"
|
32719
32730
|
},
|
32720
32731
|
"MissingComponent": {
|
32721
32732
|
"locationName": "missingComponent"
|
32722
32733
|
},
|
32723
32734
|
"NatGateway": {
|
32724
|
-
"shape": "
|
32735
|
+
"shape": "S1fx",
|
32725
32736
|
"locationName": "natGateway"
|
32726
32737
|
},
|
32727
32738
|
"NetworkInterface": {
|
32728
|
-
"shape": "
|
32739
|
+
"shape": "S1fx",
|
32729
32740
|
"locationName": "networkInterface"
|
32730
32741
|
},
|
32731
32742
|
"PacketField": {
|
32732
32743
|
"locationName": "packetField"
|
32733
32744
|
},
|
32734
32745
|
"VpcPeeringConnection": {
|
32735
|
-
"shape": "
|
32746
|
+
"shape": "S1fx",
|
32736
32747
|
"locationName": "vpcPeeringConnection"
|
32737
32748
|
},
|
32738
32749
|
"Port": {
|
@@ -32740,82 +32751,82 @@
|
|
32740
32751
|
"type": "integer"
|
32741
32752
|
},
|
32742
32753
|
"PortRanges": {
|
32743
|
-
"shape": "
|
32754
|
+
"shape": "S1g0",
|
32744
32755
|
"locationName": "portRangeSet"
|
32745
32756
|
},
|
32746
32757
|
"PrefixList": {
|
32747
|
-
"shape": "
|
32758
|
+
"shape": "S1fx",
|
32748
32759
|
"locationName": "prefixList"
|
32749
32760
|
},
|
32750
32761
|
"Protocols": {
|
32751
|
-
"shape": "
|
32762
|
+
"shape": "S1g7",
|
32752
32763
|
"locationName": "protocolSet"
|
32753
32764
|
},
|
32754
32765
|
"RouteTableRoute": {
|
32755
|
-
"shape": "
|
32766
|
+
"shape": "S1g1",
|
32756
32767
|
"locationName": "routeTableRoute"
|
32757
32768
|
},
|
32758
32769
|
"RouteTable": {
|
32759
|
-
"shape": "
|
32770
|
+
"shape": "S1fx",
|
32760
32771
|
"locationName": "routeTable"
|
32761
32772
|
},
|
32762
32773
|
"SecurityGroup": {
|
32763
|
-
"shape": "
|
32774
|
+
"shape": "S1fx",
|
32764
32775
|
"locationName": "securityGroup"
|
32765
32776
|
},
|
32766
32777
|
"SecurityGroupRule": {
|
32767
|
-
"shape": "
|
32778
|
+
"shape": "S1g2",
|
32768
32779
|
"locationName": "securityGroupRule"
|
32769
32780
|
},
|
32770
32781
|
"SecurityGroups": {
|
32771
|
-
"shape": "
|
32782
|
+
"shape": "S1gc",
|
32772
32783
|
"locationName": "securityGroupSet"
|
32773
32784
|
},
|
32774
32785
|
"SourceVpc": {
|
32775
|
-
"shape": "
|
32786
|
+
"shape": "S1fx",
|
32776
32787
|
"locationName": "sourceVpc"
|
32777
32788
|
},
|
32778
32789
|
"State": {
|
32779
32790
|
"locationName": "state"
|
32780
32791
|
},
|
32781
32792
|
"Subnet": {
|
32782
|
-
"shape": "
|
32793
|
+
"shape": "S1fx",
|
32783
32794
|
"locationName": "subnet"
|
32784
32795
|
},
|
32785
32796
|
"SubnetRouteTable": {
|
32786
|
-
"shape": "
|
32797
|
+
"shape": "S1fx",
|
32787
32798
|
"locationName": "subnetRouteTable"
|
32788
32799
|
},
|
32789
32800
|
"Vpc": {
|
32790
|
-
"shape": "
|
32801
|
+
"shape": "S1fx",
|
32791
32802
|
"locationName": "vpc"
|
32792
32803
|
},
|
32793
32804
|
"VpcEndpoint": {
|
32794
|
-
"shape": "
|
32805
|
+
"shape": "S1fx",
|
32795
32806
|
"locationName": "vpcEndpoint"
|
32796
32807
|
},
|
32797
32808
|
"VpnConnection": {
|
32798
|
-
"shape": "
|
32809
|
+
"shape": "S1fx",
|
32799
32810
|
"locationName": "vpnConnection"
|
32800
32811
|
},
|
32801
32812
|
"VpnGateway": {
|
32802
|
-
"shape": "
|
32813
|
+
"shape": "S1fx",
|
32803
32814
|
"locationName": "vpnGateway"
|
32804
32815
|
},
|
32805
32816
|
"TransitGateway": {
|
32806
|
-
"shape": "
|
32817
|
+
"shape": "S1fx",
|
32807
32818
|
"locationName": "transitGateway"
|
32808
32819
|
},
|
32809
32820
|
"TransitGatewayRouteTable": {
|
32810
|
-
"shape": "
|
32821
|
+
"shape": "S1fx",
|
32811
32822
|
"locationName": "transitGatewayRouteTable"
|
32812
32823
|
},
|
32813
32824
|
"TransitGatewayRouteTableRoute": {
|
32814
|
-
"shape": "
|
32825
|
+
"shape": "S1gd",
|
32815
32826
|
"locationName": "transitGatewayRouteTableRoute"
|
32816
32827
|
},
|
32817
32828
|
"TransitGatewayAttachment": {
|
32818
|
-
"shape": "
|
32829
|
+
"shape": "S1fx",
|
32819
32830
|
"locationName": "transitGatewayAttachment"
|
32820
32831
|
},
|
32821
32832
|
"ComponentAccount": {
|
@@ -32825,17 +32836,17 @@
|
|
32825
32836
|
"locationName": "componentRegion"
|
32826
32837
|
},
|
32827
32838
|
"FirewallStatelessRule": {
|
32828
|
-
"shape": "
|
32839
|
+
"shape": "S1gk",
|
32829
32840
|
"locationName": "firewallStatelessRule"
|
32830
32841
|
},
|
32831
32842
|
"FirewallStatefulRule": {
|
32832
|
-
"shape": "
|
32843
|
+
"shape": "S1go",
|
32833
32844
|
"locationName": "firewallStatefulRule"
|
32834
32845
|
}
|
32835
32846
|
}
|
32836
32847
|
}
|
32837
32848
|
},
|
32838
|
-
"
|
32849
|
+
"S1gk": {
|
32839
32850
|
"type": "structure",
|
32840
32851
|
"members": {
|
32841
32852
|
"RuleGroupArn": {
|
@@ -32850,11 +32861,11 @@
|
|
32850
32861
|
"locationName": "destinationSet"
|
32851
32862
|
},
|
32852
32863
|
"SourcePorts": {
|
32853
|
-
"shape": "
|
32864
|
+
"shape": "S1g0",
|
32854
32865
|
"locationName": "sourcePortSet"
|
32855
32866
|
},
|
32856
32867
|
"DestinationPorts": {
|
32857
|
-
"shape": "
|
32868
|
+
"shape": "S1g0",
|
32858
32869
|
"locationName": "destinationPortSet"
|
32859
32870
|
},
|
32860
32871
|
"Protocols": {
|
@@ -32874,7 +32885,7 @@
|
|
32874
32885
|
}
|
32875
32886
|
}
|
32876
32887
|
},
|
32877
|
-
"
|
32888
|
+
"S1go": {
|
32878
32889
|
"type": "structure",
|
32879
32890
|
"members": {
|
32880
32891
|
"RuleGroupArn": {
|
@@ -32889,11 +32900,11 @@
|
|
32889
32900
|
"locationName": "destinationSet"
|
32890
32901
|
},
|
32891
32902
|
"SourcePorts": {
|
32892
|
-
"shape": "
|
32903
|
+
"shape": "S1g0",
|
32893
32904
|
"locationName": "sourcePortSet"
|
32894
32905
|
},
|
32895
32906
|
"DestinationPorts": {
|
32896
|
-
"shape": "
|
32907
|
+
"shape": "S1g0",
|
32897
32908
|
"locationName": "destinationPortSet"
|
32898
32909
|
},
|
32899
32910
|
"Protocol": {
|
@@ -32907,7 +32918,7 @@
|
|
32907
32918
|
}
|
32908
32919
|
}
|
32909
32920
|
},
|
32910
|
-
"
|
32921
|
+
"S1hv": {
|
32911
32922
|
"type": "structure",
|
32912
32923
|
"members": {
|
32913
32924
|
"FirstAddress": {
|
@@ -32926,13 +32937,13 @@
|
|
32926
32937
|
}
|
32927
32938
|
}
|
32928
32939
|
},
|
32929
|
-
"
|
32940
|
+
"S1i8": {
|
32930
32941
|
"type": "list",
|
32931
32942
|
"member": {
|
32932
32943
|
"locationName": "ReservedInstancesId"
|
32933
32944
|
}
|
32934
32945
|
},
|
32935
|
-
"
|
32946
|
+
"S1ig": {
|
32936
32947
|
"type": "list",
|
32937
32948
|
"member": {
|
32938
32949
|
"locationName": "item",
|
@@ -32948,7 +32959,7 @@
|
|
32948
32959
|
}
|
32949
32960
|
}
|
32950
32961
|
},
|
32951
|
-
"
|
32962
|
+
"S1iu": {
|
32952
32963
|
"type": "structure",
|
32953
32964
|
"members": {
|
32954
32965
|
"AvailabilityZone": {
|
@@ -32969,7 +32980,7 @@
|
|
32969
32980
|
}
|
32970
32981
|
}
|
32971
32982
|
},
|
32972
|
-
"
|
32983
|
+
"S1jh": {
|
32973
32984
|
"type": "structure",
|
32974
32985
|
"members": {
|
32975
32986
|
"Frequency": {
|
@@ -32996,7 +33007,7 @@
|
|
32996
33007
|
}
|
32997
33008
|
}
|
32998
33009
|
},
|
32999
|
-
"
|
33010
|
+
"S1jp": {
|
33000
33011
|
"type": "structure",
|
33001
33012
|
"members": {
|
33002
33013
|
"AvailabilityZone": {
|
@@ -33031,7 +33042,7 @@
|
|
33031
33042
|
"type": "timestamp"
|
33032
33043
|
},
|
33033
33044
|
"Recurrence": {
|
33034
|
-
"shape": "
|
33045
|
+
"shape": "S1jh",
|
33035
33046
|
"locationName": "recurrence"
|
33036
33047
|
},
|
33037
33048
|
"ScheduledInstanceId": {
|
@@ -33055,19 +33066,19 @@
|
|
33055
33066
|
}
|
33056
33067
|
}
|
33057
33068
|
},
|
33058
|
-
"
|
33069
|
+
"S1jw": {
|
33059
33070
|
"type": "list",
|
33060
33071
|
"member": {
|
33061
33072
|
"locationName": "item"
|
33062
33073
|
}
|
33063
33074
|
},
|
33064
|
-
"
|
33075
|
+
"S1k0": {
|
33065
33076
|
"type": "list",
|
33066
33077
|
"member": {
|
33067
33078
|
"locationName": "GroupName"
|
33068
33079
|
}
|
33069
33080
|
},
|
33070
|
-
"
|
33081
|
+
"S1k8": {
|
33071
33082
|
"type": "list",
|
33072
33083
|
"member": {
|
33073
33084
|
"locationName": "item",
|
@@ -33082,13 +33093,13 @@
|
|
33082
33093
|
}
|
33083
33094
|
}
|
33084
33095
|
},
|
33085
|
-
"
|
33096
|
+
"S1ki": {
|
33086
33097
|
"type": "list",
|
33087
33098
|
"member": {
|
33088
33099
|
"locationName": "SnapshotId"
|
33089
33100
|
}
|
33090
33101
|
},
|
33091
|
-
"
|
33102
|
+
"S1l1": {
|
33092
33103
|
"type": "structure",
|
33093
33104
|
"required": [
|
33094
33105
|
"IamFleetRole",
|
@@ -33186,11 +33197,11 @@
|
|
33186
33197
|
}
|
33187
33198
|
},
|
33188
33199
|
"NetworkInterfaces": {
|
33189
|
-
"shape": "
|
33200
|
+
"shape": "S1lb",
|
33190
33201
|
"locationName": "networkInterfaceSet"
|
33191
33202
|
},
|
33192
33203
|
"Placement": {
|
33193
|
-
"shape": "
|
33204
|
+
"shape": "S1ld",
|
33194
33205
|
"locationName": "placement"
|
33195
33206
|
},
|
33196
33207
|
"RamdiskId": {
|
@@ -33235,7 +33246,7 @@
|
|
33235
33246
|
}
|
33236
33247
|
},
|
33237
33248
|
"LaunchTemplateConfigs": {
|
33238
|
-
"shape": "
|
33249
|
+
"shape": "S1lg",
|
33239
33250
|
"locationName": "launchTemplateConfigs"
|
33240
33251
|
},
|
33241
33252
|
"SpotPrice": {
|
@@ -33337,7 +33348,7 @@
|
|
33337
33348
|
}
|
33338
33349
|
}
|
33339
33350
|
},
|
33340
|
-
"
|
33351
|
+
"S1lb": {
|
33341
33352
|
"type": "list",
|
33342
33353
|
"member": {
|
33343
33354
|
"locationName": "item",
|
@@ -33413,7 +33424,7 @@
|
|
33413
33424
|
}
|
33414
33425
|
}
|
33415
33426
|
},
|
33416
|
-
"
|
33427
|
+
"S1ld": {
|
33417
33428
|
"type": "structure",
|
33418
33429
|
"members": {
|
33419
33430
|
"AvailabilityZone": {
|
@@ -33427,7 +33438,7 @@
|
|
33427
33438
|
}
|
33428
33439
|
}
|
33429
33440
|
},
|
33430
|
-
"
|
33441
|
+
"S1lg": {
|
33431
33442
|
"type": "list",
|
33432
33443
|
"member": {
|
33433
33444
|
"locationName": "item",
|
@@ -33474,7 +33485,7 @@
|
|
33474
33485
|
}
|
33475
33486
|
}
|
33476
33487
|
},
|
33477
|
-
"
|
33488
|
+
"S1lt": {
|
33478
33489
|
"type": "list",
|
33479
33490
|
"member": {
|
33480
33491
|
"locationName": "item",
|
@@ -33544,11 +33555,11 @@
|
|
33544
33555
|
"locationName": "keyName"
|
33545
33556
|
},
|
33546
33557
|
"NetworkInterfaces": {
|
33547
|
-
"shape": "
|
33558
|
+
"shape": "S1lb",
|
33548
33559
|
"locationName": "networkInterfaceSet"
|
33549
33560
|
},
|
33550
33561
|
"Placement": {
|
33551
|
-
"shape": "
|
33562
|
+
"shape": "S1ld",
|
33552
33563
|
"locationName": "placement"
|
33553
33564
|
},
|
33554
33565
|
"RamdiskId": {
|
@@ -33558,7 +33569,7 @@
|
|
33558
33569
|
"locationName": "subnetId"
|
33559
33570
|
},
|
33560
33571
|
"Monitoring": {
|
33561
|
-
"shape": "
|
33572
|
+
"shape": "S1lw",
|
33562
33573
|
"locationName": "monitoring"
|
33563
33574
|
}
|
33564
33575
|
}
|
@@ -33615,7 +33626,7 @@
|
|
33615
33626
|
}
|
33616
33627
|
}
|
33617
33628
|
},
|
33618
|
-
"
|
33629
|
+
"S1lw": {
|
33619
33630
|
"type": "structure",
|
33620
33631
|
"required": [
|
33621
33632
|
"Enabled"
|
@@ -33627,7 +33638,7 @@
|
|
33627
33638
|
}
|
33628
33639
|
}
|
33629
33640
|
},
|
33630
|
-
"
|
33641
|
+
"S1mb": {
|
33631
33642
|
"type": "list",
|
33632
33643
|
"member": {
|
33633
33644
|
"locationName": "item",
|
@@ -33669,17 +33680,17 @@
|
|
33669
33680
|
}
|
33670
33681
|
}
|
33671
33682
|
},
|
33672
|
-
"
|
33683
|
+
"S1n9": {
|
33673
33684
|
"type": "list",
|
33674
33685
|
"member": {}
|
33675
33686
|
},
|
33676
|
-
"
|
33687
|
+
"S1os": {
|
33677
33688
|
"type": "list",
|
33678
33689
|
"member": {
|
33679
33690
|
"locationName": "item"
|
33680
33691
|
}
|
33681
33692
|
},
|
33682
|
-
"
|
33693
|
+
"S1ow": {
|
33683
33694
|
"type": "structure",
|
33684
33695
|
"members": {
|
33685
33696
|
"VerifiedAccessInstanceId": {
|
@@ -33698,7 +33709,7 @@
|
|
33698
33709
|
"type": "boolean"
|
33699
33710
|
},
|
33700
33711
|
"DeliveryStatus": {
|
33701
|
-
"shape": "
|
33712
|
+
"shape": "S1oz",
|
33702
33713
|
"locationName": "deliveryStatus"
|
33703
33714
|
},
|
33704
33715
|
"BucketName": {
|
@@ -33721,7 +33732,7 @@
|
|
33721
33732
|
"type": "boolean"
|
33722
33733
|
},
|
33723
33734
|
"DeliveryStatus": {
|
33724
|
-
"shape": "
|
33735
|
+
"shape": "S1oz",
|
33725
33736
|
"locationName": "deliveryStatus"
|
33726
33737
|
},
|
33727
33738
|
"LogGroup": {
|
@@ -33738,7 +33749,7 @@
|
|
33738
33749
|
"type": "boolean"
|
33739
33750
|
},
|
33740
33751
|
"DeliveryStatus": {
|
33741
|
-
"shape": "
|
33752
|
+
"shape": "S1oz",
|
33742
33753
|
"locationName": "deliveryStatus"
|
33743
33754
|
},
|
33744
33755
|
"DeliveryStream": {
|
@@ -33750,7 +33761,7 @@
|
|
33750
33761
|
}
|
33751
33762
|
}
|
33752
33763
|
},
|
33753
|
-
"
|
33764
|
+
"S1oz": {
|
33754
33765
|
"type": "structure",
|
33755
33766
|
"members": {
|
33756
33767
|
"Code": {
|
@@ -33761,7 +33772,7 @@
|
|
33761
33772
|
}
|
33762
33773
|
}
|
33763
33774
|
},
|
33764
|
-
"
|
33775
|
+
"S1q0": {
|
33765
33776
|
"type": "structure",
|
33766
33777
|
"members": {
|
33767
33778
|
"VolumeId": {
|
@@ -33825,19 +33836,19 @@
|
|
33825
33836
|
}
|
33826
33837
|
}
|
33827
33838
|
},
|
33828
|
-
"
|
33839
|
+
"S1q6": {
|
33829
33840
|
"type": "list",
|
33830
33841
|
"member": {
|
33831
33842
|
"locationName": "VpcId"
|
33832
33843
|
}
|
33833
33844
|
},
|
33834
|
-
"
|
33845
|
+
"S1s6": {
|
33835
33846
|
"type": "list",
|
33836
33847
|
"member": {
|
33837
33848
|
"locationName": "AvailabilityZone"
|
33838
33849
|
}
|
33839
33850
|
},
|
33840
|
-
"
|
33851
|
+
"S1sn": {
|
33841
33852
|
"type": "structure",
|
33842
33853
|
"members": {
|
33843
33854
|
"TransitGatewayAttachmentId": {
|
@@ -33860,7 +33871,7 @@
|
|
33860
33871
|
}
|
33861
33872
|
}
|
33862
33873
|
},
|
33863
|
-
"
|
33874
|
+
"S1vx": {
|
33864
33875
|
"type": "structure",
|
33865
33876
|
"members": {
|
33866
33877
|
"InstanceFamily": {
|
@@ -33871,13 +33882,13 @@
|
|
33871
33882
|
}
|
33872
33883
|
}
|
33873
33884
|
},
|
33874
|
-
"
|
33885
|
+
"S1we": {
|
33875
33886
|
"type": "list",
|
33876
33887
|
"member": {
|
33877
33888
|
"locationName": "item"
|
33878
33889
|
}
|
33879
33890
|
},
|
33880
|
-
"
|
33891
|
+
"S1wg": {
|
33881
33892
|
"type": "list",
|
33882
33893
|
"member": {
|
33883
33894
|
"locationName": "item",
|
@@ -33912,19 +33923,19 @@
|
|
33912
33923
|
}
|
33913
33924
|
}
|
33914
33925
|
},
|
33915
|
-
"
|
33926
|
+
"S1wj": {
|
33916
33927
|
"type": "list",
|
33917
33928
|
"member": {
|
33918
33929
|
"locationName": "item"
|
33919
33930
|
}
|
33920
33931
|
},
|
33921
|
-
"
|
33932
|
+
"S1wk": {
|
33922
33933
|
"type": "list",
|
33923
33934
|
"member": {
|
33924
33935
|
"locationName": "item"
|
33925
33936
|
}
|
33926
33937
|
},
|
33927
|
-
"
|
33938
|
+
"S1xk": {
|
33928
33939
|
"type": "structure",
|
33929
33940
|
"members": {
|
33930
33941
|
"IpamId": {
|
@@ -33976,7 +33987,7 @@
|
|
33976
33987
|
}
|
33977
33988
|
}
|
33978
33989
|
},
|
33979
|
-
"
|
33990
|
+
"S1y7": {
|
33980
33991
|
"type": "structure",
|
33981
33992
|
"members": {
|
33982
33993
|
"HourlyPrice": {
|
@@ -33990,14 +34001,14 @@
|
|
33990
34001
|
}
|
33991
34002
|
}
|
33992
34003
|
},
|
33993
|
-
"
|
34004
|
+
"S1yr": {
|
33994
34005
|
"type": "list",
|
33995
34006
|
"member": {
|
33996
34007
|
"shape": "Sn7",
|
33997
34008
|
"locationName": "item"
|
33998
34009
|
}
|
33999
34010
|
},
|
34000
|
-
"
|
34011
|
+
"S203": {
|
34001
34012
|
"type": "structure",
|
34002
34013
|
"members": {
|
34003
34014
|
"Comment": {},
|
@@ -34012,14 +34023,14 @@
|
|
34012
34023
|
}
|
34013
34024
|
}
|
34014
34025
|
},
|
34015
|
-
"
|
34026
|
+
"S206": {
|
34016
34027
|
"type": "structure",
|
34017
34028
|
"members": {
|
34018
34029
|
"S3Bucket": {},
|
34019
34030
|
"S3Key": {}
|
34020
34031
|
}
|
34021
34032
|
},
|
34022
|
-
"
|
34033
|
+
"S20d": {
|
34023
34034
|
"type": "structure",
|
34024
34035
|
"required": [
|
34025
34036
|
"Bytes",
|
@@ -34040,7 +34051,7 @@
|
|
34040
34051
|
}
|
34041
34052
|
}
|
34042
34053
|
},
|
34043
|
-
"
|
34054
|
+
"S20e": {
|
34044
34055
|
"type": "structure",
|
34045
34056
|
"required": [
|
34046
34057
|
"Size"
|
@@ -34052,25 +34063,25 @@
|
|
34052
34063
|
}
|
34053
34064
|
}
|
34054
34065
|
},
|
34055
|
-
"
|
34066
|
+
"S21j": {
|
34056
34067
|
"type": "list",
|
34057
34068
|
"member": {
|
34058
34069
|
"locationName": "UserId"
|
34059
34070
|
}
|
34060
34071
|
},
|
34061
|
-
"
|
34072
|
+
"S21k": {
|
34062
34073
|
"type": "list",
|
34063
34074
|
"member": {
|
34064
34075
|
"locationName": "UserGroup"
|
34065
34076
|
}
|
34066
34077
|
},
|
34067
|
-
"
|
34078
|
+
"S21l": {
|
34068
34079
|
"type": "list",
|
34069
34080
|
"member": {
|
34070
34081
|
"locationName": "ProductCode"
|
34071
34082
|
}
|
34072
34083
|
},
|
34073
|
-
"
|
34084
|
+
"S21n": {
|
34074
34085
|
"type": "list",
|
34075
34086
|
"member": {
|
34076
34087
|
"locationName": "item",
|
@@ -34081,14 +34092,14 @@
|
|
34081
34092
|
}
|
34082
34093
|
}
|
34083
34094
|
},
|
34084
|
-
"
|
34095
|
+
"S21s": {
|
34085
34096
|
"type": "list",
|
34086
34097
|
"member": {
|
34087
34098
|
"shape": "S1h",
|
34088
34099
|
"locationName": "item"
|
34089
34100
|
}
|
34090
34101
|
},
|
34091
|
-
"
|
34102
|
+
"S225": {
|
34092
34103
|
"type": "structure",
|
34093
34104
|
"members": {
|
34094
34105
|
"CapacityReservationPreference": {},
|
@@ -34097,7 +34108,7 @@
|
|
34097
34108
|
}
|
34098
34109
|
}
|
34099
34110
|
},
|
34100
|
-
"
|
34111
|
+
"S22u": {
|
34101
34112
|
"type": "list",
|
34102
34113
|
"member": {
|
34103
34114
|
"type": "structure",
|
@@ -34106,7 +34117,7 @@
|
|
34106
34117
|
}
|
34107
34118
|
}
|
34108
34119
|
},
|
34109
|
-
"
|
34120
|
+
"S25i": {
|
34110
34121
|
"type": "structure",
|
34111
34122
|
"members": {
|
34112
34123
|
"AllowDnsResolutionFromRemoteVpc": {
|
@@ -34120,7 +34131,7 @@
|
|
34120
34131
|
}
|
34121
34132
|
}
|
34122
34133
|
},
|
34123
|
-
"
|
34134
|
+
"S25k": {
|
34124
34135
|
"type": "structure",
|
34125
34136
|
"members": {
|
34126
34137
|
"AllowDnsResolutionFromRemoteVpc": {
|
@@ -34137,7 +34148,7 @@
|
|
34137
34148
|
}
|
34138
34149
|
}
|
34139
34150
|
},
|
34140
|
-
"
|
34151
|
+
"S25z": {
|
34141
34152
|
"type": "list",
|
34142
34153
|
"member": {
|
34143
34154
|
"locationName": "item",
|
@@ -34147,39 +34158,39 @@
|
|
34147
34158
|
"locationName": "instanceId"
|
34148
34159
|
},
|
34149
34160
|
"Monitoring": {
|
34150
|
-
"shape": "
|
34161
|
+
"shape": "S1bv",
|
34151
34162
|
"locationName": "monitoring"
|
34152
34163
|
}
|
34153
34164
|
}
|
34154
34165
|
}
|
34155
34166
|
},
|
34156
|
-
"
|
34167
|
+
"S29o": {
|
34157
34168
|
"type": "list",
|
34158
34169
|
"member": {
|
34159
34170
|
"locationName": "SecurityGroupId"
|
34160
34171
|
}
|
34161
34172
|
},
|
34162
|
-
"
|
34173
|
+
"S2ac": {
|
34163
34174
|
"type": "list",
|
34164
34175
|
"member": {
|
34165
34176
|
"locationName": "item",
|
34166
34177
|
"type": "structure",
|
34167
34178
|
"members": {
|
34168
34179
|
"CurrentState": {
|
34169
|
-
"shape": "
|
34180
|
+
"shape": "S18j",
|
34170
34181
|
"locationName": "currentState"
|
34171
34182
|
},
|
34172
34183
|
"InstanceId": {
|
34173
34184
|
"locationName": "instanceId"
|
34174
34185
|
},
|
34175
34186
|
"PreviousState": {
|
34176
|
-
"shape": "
|
34187
|
+
"shape": "S18j",
|
34177
34188
|
"locationName": "previousState"
|
34178
34189
|
}
|
34179
34190
|
}
|
34180
34191
|
}
|
34181
34192
|
},
|
34182
|
-
"
|
34193
|
+
"S2b0": {
|
34183
34194
|
"type": "list",
|
34184
34195
|
"member": {
|
34185
34196
|
"locationName": "item",
|