aws-sdk-ec2 1.490.0 → 1.492.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/CHANGELOG.md +10 -0
- data/VERSION +1 -1
- data/lib/aws-sdk-ec2/client.rb +618 -86
- data/lib/aws-sdk-ec2/client_api.rb +181 -0
- data/lib/aws-sdk-ec2/resource.rb +42 -42
- data/lib/aws-sdk-ec2/subnet.rb +13 -7
- data/lib/aws-sdk-ec2/types.rb +787 -60
- data/lib/aws-sdk-ec2/vpc.rb +36 -30
- data/lib/aws-sdk-ec2.rb +1 -1
- data/sig/client.rbs +191 -22
- data/sig/resource.rbs +1 -1
- data/sig/subnet.rbs +4 -1
- data/sig/types.rbs +141 -6
- data/sig/vpc.rbs +3 -0
- metadata +2 -2
@@ -219,6 +219,8 @@ module Aws::EC2
|
|
219
219
|
BaselineEbsBandwidthMbps = Shapes::StructureShape.new(name: 'BaselineEbsBandwidthMbps')
|
220
220
|
BaselineEbsBandwidthMbpsRequest = Shapes::StructureShape.new(name: 'BaselineEbsBandwidthMbpsRequest')
|
221
221
|
BaselineIops = Shapes::IntegerShape.new(name: 'BaselineIops')
|
222
|
+
BaselinePerformanceFactors = Shapes::StructureShape.new(name: 'BaselinePerformanceFactors')
|
223
|
+
BaselinePerformanceFactorsRequest = Shapes::StructureShape.new(name: 'BaselinePerformanceFactorsRequest')
|
222
224
|
BaselineThroughputInMBps = Shapes::FloatShape.new(name: 'BaselineThroughputInMBps')
|
223
225
|
BatchState = Shapes::StringShape.new(name: 'BatchState')
|
224
226
|
BgpStatus = Shapes::StringShape.new(name: 'BgpStatus')
|
@@ -228,6 +230,8 @@ module Aws::EC2
|
|
228
230
|
BlockDeviceMapping = Shapes::StructureShape.new(name: 'BlockDeviceMapping')
|
229
231
|
BlockDeviceMappingList = Shapes::ListShape.new(name: 'BlockDeviceMappingList')
|
230
232
|
BlockDeviceMappingRequestList = Shapes::ListShape.new(name: 'BlockDeviceMappingRequestList')
|
233
|
+
BlockPublicAccessMode = Shapes::StringShape.new(name: 'BlockPublicAccessMode')
|
234
|
+
BlockPublicAccessStates = Shapes::StructureShape.new(name: 'BlockPublicAccessStates')
|
231
235
|
Boolean = Shapes::BooleanShape.new(name: 'Boolean')
|
232
236
|
BootModeType = Shapes::StringShape.new(name: 'BootModeType')
|
233
237
|
BootModeTypeList = Shapes::ListShape.new(name: 'BootModeTypeList')
|
@@ -414,6 +418,8 @@ module Aws::EC2
|
|
414
418
|
CpuManufacturerSet = Shapes::ListShape.new(name: 'CpuManufacturerSet')
|
415
419
|
CpuOptions = Shapes::StructureShape.new(name: 'CpuOptions')
|
416
420
|
CpuOptionsRequest = Shapes::StructureShape.new(name: 'CpuOptionsRequest')
|
421
|
+
CpuPerformanceFactor = Shapes::StructureShape.new(name: 'CpuPerformanceFactor')
|
422
|
+
CpuPerformanceFactorRequest = Shapes::StructureShape.new(name: 'CpuPerformanceFactorRequest')
|
417
423
|
CreateCapacityReservationBySplittingRequest = Shapes::StructureShape.new(name: 'CreateCapacityReservationBySplittingRequest')
|
418
424
|
CreateCapacityReservationBySplittingResult = Shapes::StructureShape.new(name: 'CreateCapacityReservationBySplittingResult')
|
419
425
|
CreateCapacityReservationFleetRequest = Shapes::StructureShape.new(name: 'CreateCapacityReservationFleetRequest')
|
@@ -577,6 +583,8 @@ module Aws::EC2
|
|
577
583
|
CreateVolumePermissionList = Shapes::ListShape.new(name: 'CreateVolumePermissionList')
|
578
584
|
CreateVolumePermissionModifications = Shapes::StructureShape.new(name: 'CreateVolumePermissionModifications')
|
579
585
|
CreateVolumeRequest = Shapes::StructureShape.new(name: 'CreateVolumeRequest')
|
586
|
+
CreateVpcBlockPublicAccessExclusionRequest = Shapes::StructureShape.new(name: 'CreateVpcBlockPublicAccessExclusionRequest')
|
587
|
+
CreateVpcBlockPublicAccessExclusionResult = Shapes::StructureShape.new(name: 'CreateVpcBlockPublicAccessExclusionResult')
|
580
588
|
CreateVpcEndpointConnectionNotificationRequest = Shapes::StructureShape.new(name: 'CreateVpcEndpointConnectionNotificationRequest')
|
581
589
|
CreateVpcEndpointConnectionNotificationResult = Shapes::StructureShape.new(name: 'CreateVpcEndpointConnectionNotificationResult')
|
582
590
|
CreateVpcEndpointRequest = Shapes::StructureShape.new(name: 'CreateVpcEndpointRequest')
|
@@ -750,6 +758,8 @@ module Aws::EC2
|
|
750
758
|
DeleteVerifiedAccessTrustProviderRequest = Shapes::StructureShape.new(name: 'DeleteVerifiedAccessTrustProviderRequest')
|
751
759
|
DeleteVerifiedAccessTrustProviderResult = Shapes::StructureShape.new(name: 'DeleteVerifiedAccessTrustProviderResult')
|
752
760
|
DeleteVolumeRequest = Shapes::StructureShape.new(name: 'DeleteVolumeRequest')
|
761
|
+
DeleteVpcBlockPublicAccessExclusionRequest = Shapes::StructureShape.new(name: 'DeleteVpcBlockPublicAccessExclusionRequest')
|
762
|
+
DeleteVpcBlockPublicAccessExclusionResult = Shapes::StructureShape.new(name: 'DeleteVpcBlockPublicAccessExclusionResult')
|
753
763
|
DeleteVpcEndpointConnectionNotificationsRequest = Shapes::StructureShape.new(name: 'DeleteVpcEndpointConnectionNotificationsRequest')
|
754
764
|
DeleteVpcEndpointConnectionNotificationsResult = Shapes::StructureShape.new(name: 'DeleteVpcEndpointConnectionNotificationsResult')
|
755
765
|
DeleteVpcEndpointServiceConfigurationsRequest = Shapes::StructureShape.new(name: 'DeleteVpcEndpointServiceConfigurationsRequest')
|
@@ -1128,6 +1138,11 @@ module Aws::EC2
|
|
1128
1138
|
DescribeVolumesResult = Shapes::StructureShape.new(name: 'DescribeVolumesResult')
|
1129
1139
|
DescribeVpcAttributeRequest = Shapes::StructureShape.new(name: 'DescribeVpcAttributeRequest')
|
1130
1140
|
DescribeVpcAttributeResult = Shapes::StructureShape.new(name: 'DescribeVpcAttributeResult')
|
1141
|
+
DescribeVpcBlockPublicAccessExclusionsMaxResults = Shapes::IntegerShape.new(name: 'DescribeVpcBlockPublicAccessExclusionsMaxResults')
|
1142
|
+
DescribeVpcBlockPublicAccessExclusionsRequest = Shapes::StructureShape.new(name: 'DescribeVpcBlockPublicAccessExclusionsRequest')
|
1143
|
+
DescribeVpcBlockPublicAccessExclusionsResult = Shapes::StructureShape.new(name: 'DescribeVpcBlockPublicAccessExclusionsResult')
|
1144
|
+
DescribeVpcBlockPublicAccessOptionsRequest = Shapes::StructureShape.new(name: 'DescribeVpcBlockPublicAccessOptionsRequest')
|
1145
|
+
DescribeVpcBlockPublicAccessOptionsResult = Shapes::StructureShape.new(name: 'DescribeVpcBlockPublicAccessOptionsResult')
|
1131
1146
|
DescribeVpcClassicLinkDnsSupportMaxResults = Shapes::IntegerShape.new(name: 'DescribeVpcClassicLinkDnsSupportMaxResults')
|
1132
1147
|
DescribeVpcClassicLinkDnsSupportNextToken = Shapes::StringShape.new(name: 'DescribeVpcClassicLinkDnsSupportNextToken')
|
1133
1148
|
DescribeVpcClassicLinkDnsSupportRequest = Shapes::StructureShape.new(name: 'DescribeVpcClassicLinkDnsSupportRequest')
|
@@ -1822,6 +1837,8 @@ module Aws::EC2
|
|
1822
1837
|
InternetGateway = Shapes::StructureShape.new(name: 'InternetGateway')
|
1823
1838
|
InternetGatewayAttachment = Shapes::StructureShape.new(name: 'InternetGatewayAttachment')
|
1824
1839
|
InternetGatewayAttachmentList = Shapes::ListShape.new(name: 'InternetGatewayAttachmentList')
|
1840
|
+
InternetGatewayBlockMode = Shapes::StringShape.new(name: 'InternetGatewayBlockMode')
|
1841
|
+
InternetGatewayExclusionMode = Shapes::StringShape.new(name: 'InternetGatewayExclusionMode')
|
1825
1842
|
InternetGatewayId = Shapes::StringShape.new(name: 'InternetGatewayId')
|
1826
1843
|
InternetGatewayIdList = Shapes::ListShape.new(name: 'InternetGatewayIdList')
|
1827
1844
|
InternetGatewayList = Shapes::ListShape.new(name: 'InternetGatewayList')
|
@@ -2242,6 +2259,10 @@ module Aws::EC2
|
|
2242
2259
|
ModifyVolumeRequest = Shapes::StructureShape.new(name: 'ModifyVolumeRequest')
|
2243
2260
|
ModifyVolumeResult = Shapes::StructureShape.new(name: 'ModifyVolumeResult')
|
2244
2261
|
ModifyVpcAttributeRequest = Shapes::StructureShape.new(name: 'ModifyVpcAttributeRequest')
|
2262
|
+
ModifyVpcBlockPublicAccessExclusionRequest = Shapes::StructureShape.new(name: 'ModifyVpcBlockPublicAccessExclusionRequest')
|
2263
|
+
ModifyVpcBlockPublicAccessExclusionResult = Shapes::StructureShape.new(name: 'ModifyVpcBlockPublicAccessExclusionResult')
|
2264
|
+
ModifyVpcBlockPublicAccessOptionsRequest = Shapes::StructureShape.new(name: 'ModifyVpcBlockPublicAccessOptionsRequest')
|
2265
|
+
ModifyVpcBlockPublicAccessOptionsResult = Shapes::StructureShape.new(name: 'ModifyVpcBlockPublicAccessOptionsResult')
|
2245
2266
|
ModifyVpcEndpointConnectionNotificationRequest = Shapes::StructureShape.new(name: 'ModifyVpcEndpointConnectionNotificationRequest')
|
2246
2267
|
ModifyVpcEndpointConnectionNotificationResult = Shapes::StructureShape.new(name: 'ModifyVpcEndpointConnectionNotificationResult')
|
2247
2268
|
ModifyVpcEndpointRequest = Shapes::StructureShape.new(name: 'ModifyVpcEndpointRequest')
|
@@ -2401,6 +2422,10 @@ module Aws::EC2
|
|
2401
2422
|
PeeringConnectionOptions = Shapes::StructureShape.new(name: 'PeeringConnectionOptions')
|
2402
2423
|
PeeringConnectionOptionsRequest = Shapes::StructureShape.new(name: 'PeeringConnectionOptionsRequest')
|
2403
2424
|
PeeringTgwInfo = Shapes::StructureShape.new(name: 'PeeringTgwInfo')
|
2425
|
+
PerformanceFactorReference = Shapes::StructureShape.new(name: 'PerformanceFactorReference')
|
2426
|
+
PerformanceFactorReferenceRequest = Shapes::StructureShape.new(name: 'PerformanceFactorReferenceRequest')
|
2427
|
+
PerformanceFactorReferenceSet = Shapes::ListShape.new(name: 'PerformanceFactorReferenceSet')
|
2428
|
+
PerformanceFactorReferenceSetRequest = Shapes::ListShape.new(name: 'PerformanceFactorReferenceSetRequest')
|
2404
2429
|
PeriodType = Shapes::StringShape.new(name: 'PeriodType')
|
2405
2430
|
PermissionGroup = Shapes::StringShape.new(name: 'PermissionGroup')
|
2406
2431
|
Phase1DHGroupNumbersList = Shapes::ListShape.new(name: 'Phase1DHGroupNumbersList')
|
@@ -3191,6 +3216,13 @@ module Aws::EC2
|
|
3191
3216
|
VpcAttachment = Shapes::StructureShape.new(name: 'VpcAttachment')
|
3192
3217
|
VpcAttachmentList = Shapes::ListShape.new(name: 'VpcAttachmentList')
|
3193
3218
|
VpcAttributeName = Shapes::StringShape.new(name: 'VpcAttributeName')
|
3219
|
+
VpcBlockPublicAccessExclusion = Shapes::StructureShape.new(name: 'VpcBlockPublicAccessExclusion')
|
3220
|
+
VpcBlockPublicAccessExclusionId = Shapes::StringShape.new(name: 'VpcBlockPublicAccessExclusionId')
|
3221
|
+
VpcBlockPublicAccessExclusionIdList = Shapes::ListShape.new(name: 'VpcBlockPublicAccessExclusionIdList')
|
3222
|
+
VpcBlockPublicAccessExclusionList = Shapes::ListShape.new(name: 'VpcBlockPublicAccessExclusionList')
|
3223
|
+
VpcBlockPublicAccessExclusionState = Shapes::StringShape.new(name: 'VpcBlockPublicAccessExclusionState')
|
3224
|
+
VpcBlockPublicAccessOptions = Shapes::StructureShape.new(name: 'VpcBlockPublicAccessOptions')
|
3225
|
+
VpcBlockPublicAccessState = Shapes::StringShape.new(name: 'VpcBlockPublicAccessState')
|
3194
3226
|
VpcCidrAssociationId = Shapes::StringShape.new(name: 'VpcCidrAssociationId')
|
3195
3227
|
VpcCidrBlockAssociation = Shapes::StructureShape.new(name: 'VpcCidrBlockAssociation')
|
3196
3228
|
VpcCidrBlockAssociationSet = Shapes::ListShape.new(name: 'VpcCidrBlockAssociationSet')
|
@@ -4015,6 +4047,12 @@ module Aws::EC2
|
|
4015
4047
|
BaselineEbsBandwidthMbpsRequest.add_member(:max, Shapes::ShapeRef.new(shape: Integer, location_name: "Max"))
|
4016
4048
|
BaselineEbsBandwidthMbpsRequest.struct_class = Types::BaselineEbsBandwidthMbpsRequest
|
4017
4049
|
|
4050
|
+
BaselinePerformanceFactors.add_member(:cpu, Shapes::ShapeRef.new(shape: CpuPerformanceFactor, location_name: "cpu"))
|
4051
|
+
BaselinePerformanceFactors.struct_class = Types::BaselinePerformanceFactors
|
4052
|
+
|
4053
|
+
BaselinePerformanceFactorsRequest.add_member(:cpu, Shapes::ShapeRef.new(shape: CpuPerformanceFactorRequest, location_name: "Cpu"))
|
4054
|
+
BaselinePerformanceFactorsRequest.struct_class = Types::BaselinePerformanceFactorsRequest
|
4055
|
+
|
4018
4056
|
BillingProductList.member = Shapes::ShapeRef.new(shape: String, location_name: "item")
|
4019
4057
|
|
4020
4058
|
BlobAttributeValue.add_member(:value, Shapes::ShapeRef.new(shape: Blob, location_name: "value"))
|
@@ -4030,6 +4068,9 @@ module Aws::EC2
|
|
4030
4068
|
|
4031
4069
|
BlockDeviceMappingRequestList.member = Shapes::ShapeRef.new(shape: BlockDeviceMapping, location_name: "BlockDeviceMapping")
|
4032
4070
|
|
4071
|
+
BlockPublicAccessStates.add_member(:internet_gateway_block_mode, Shapes::ShapeRef.new(shape: BlockPublicAccessMode, location_name: "internetGatewayBlockMode"))
|
4072
|
+
BlockPublicAccessStates.struct_class = Types::BlockPublicAccessStates
|
4073
|
+
|
4033
4074
|
BootModeTypeList.member = Shapes::ShapeRef.new(shape: BootModeType, location_name: "item")
|
4034
4075
|
|
4035
4076
|
BundleIdStringList.member = Shapes::ShapeRef.new(shape: BundleId, location_name: "BundleId")
|
@@ -4615,6 +4656,12 @@ module Aws::EC2
|
|
4615
4656
|
CpuOptionsRequest.add_member(:amd_sev_snp, Shapes::ShapeRef.new(shape: AmdSevSnpSpecification, location_name: "AmdSevSnp"))
|
4616
4657
|
CpuOptionsRequest.struct_class = Types::CpuOptionsRequest
|
4617
4658
|
|
4659
|
+
CpuPerformanceFactor.add_member(:references, Shapes::ShapeRef.new(shape: PerformanceFactorReferenceSet, location_name: "referenceSet"))
|
4660
|
+
CpuPerformanceFactor.struct_class = Types::CpuPerformanceFactor
|
4661
|
+
|
4662
|
+
CpuPerformanceFactorRequest.add_member(:references, Shapes::ShapeRef.new(shape: PerformanceFactorReferenceSetRequest, location_name: "Reference"))
|
4663
|
+
CpuPerformanceFactorRequest.struct_class = Types::CpuPerformanceFactorRequest
|
4664
|
+
|
4618
4665
|
CreateCapacityReservationBySplittingRequest.add_member(:dry_run, Shapes::ShapeRef.new(shape: Boolean, location_name: "DryRun"))
|
4619
4666
|
CreateCapacityReservationBySplittingRequest.add_member(:client_token, Shapes::ShapeRef.new(shape: String, location_name: "ClientToken", metadata: {"idempotencyToken"=>true}))
|
4620
4667
|
CreateCapacityReservationBySplittingRequest.add_member(:source_capacity_reservation_id, Shapes::ShapeRef.new(shape: CapacityReservationId, required: true, location_name: "SourceCapacityReservationId"))
|
@@ -5603,6 +5650,16 @@ module Aws::EC2
|
|
5603
5650
|
CreateVolumeRequest.add_member(:dry_run, Shapes::ShapeRef.new(shape: Boolean, location_name: "dryRun"))
|
5604
5651
|
CreateVolumeRequest.struct_class = Types::CreateVolumeRequest
|
5605
5652
|
|
5653
|
+
CreateVpcBlockPublicAccessExclusionRequest.add_member(:dry_run, Shapes::ShapeRef.new(shape: Boolean, location_name: "DryRun"))
|
5654
|
+
CreateVpcBlockPublicAccessExclusionRequest.add_member(:subnet_id, Shapes::ShapeRef.new(shape: SubnetId, location_name: "SubnetId"))
|
5655
|
+
CreateVpcBlockPublicAccessExclusionRequest.add_member(:vpc_id, Shapes::ShapeRef.new(shape: VpcId, location_name: "VpcId"))
|
5656
|
+
CreateVpcBlockPublicAccessExclusionRequest.add_member(:internet_gateway_exclusion_mode, Shapes::ShapeRef.new(shape: InternetGatewayExclusionMode, required: true, location_name: "InternetGatewayExclusionMode"))
|
5657
|
+
CreateVpcBlockPublicAccessExclusionRequest.add_member(:tag_specifications, Shapes::ShapeRef.new(shape: TagSpecificationList, location_name: "TagSpecification"))
|
5658
|
+
CreateVpcBlockPublicAccessExclusionRequest.struct_class = Types::CreateVpcBlockPublicAccessExclusionRequest
|
5659
|
+
|
5660
|
+
CreateVpcBlockPublicAccessExclusionResult.add_member(:vpc_block_public_access_exclusion, Shapes::ShapeRef.new(shape: VpcBlockPublicAccessExclusion, location_name: "vpcBlockPublicAccessExclusion"))
|
5661
|
+
CreateVpcBlockPublicAccessExclusionResult.struct_class = Types::CreateVpcBlockPublicAccessExclusionResult
|
5662
|
+
|
5606
5663
|
CreateVpcEndpointConnectionNotificationRequest.add_member(:dry_run, Shapes::ShapeRef.new(shape: Boolean, location_name: "DryRun"))
|
5607
5664
|
CreateVpcEndpointConnectionNotificationRequest.add_member(:service_id, Shapes::ShapeRef.new(shape: VpcEndpointServiceId, location_name: "ServiceId"))
|
5608
5665
|
CreateVpcEndpointConnectionNotificationRequest.add_member(:vpc_endpoint_id, Shapes::ShapeRef.new(shape: VpcEndpointId, location_name: "VpcEndpointId"))
|
@@ -6240,6 +6297,13 @@ module Aws::EC2
|
|
6240
6297
|
DeleteVolumeRequest.add_member(:dry_run, Shapes::ShapeRef.new(shape: Boolean, location_name: "dryRun"))
|
6241
6298
|
DeleteVolumeRequest.struct_class = Types::DeleteVolumeRequest
|
6242
6299
|
|
6300
|
+
DeleteVpcBlockPublicAccessExclusionRequest.add_member(:dry_run, Shapes::ShapeRef.new(shape: Boolean, location_name: "DryRun"))
|
6301
|
+
DeleteVpcBlockPublicAccessExclusionRequest.add_member(:exclusion_id, Shapes::ShapeRef.new(shape: VpcBlockPublicAccessExclusionId, required: true, location_name: "ExclusionId"))
|
6302
|
+
DeleteVpcBlockPublicAccessExclusionRequest.struct_class = Types::DeleteVpcBlockPublicAccessExclusionRequest
|
6303
|
+
|
6304
|
+
DeleteVpcBlockPublicAccessExclusionResult.add_member(:vpc_block_public_access_exclusion, Shapes::ShapeRef.new(shape: VpcBlockPublicAccessExclusion, location_name: "vpcBlockPublicAccessExclusion"))
|
6305
|
+
DeleteVpcBlockPublicAccessExclusionResult.struct_class = Types::DeleteVpcBlockPublicAccessExclusionResult
|
6306
|
+
|
6243
6307
|
DeleteVpcEndpointConnectionNotificationsRequest.add_member(:dry_run, Shapes::ShapeRef.new(shape: Boolean, location_name: "DryRun"))
|
6244
6308
|
DeleteVpcEndpointConnectionNotificationsRequest.add_member(:connection_notification_ids, Shapes::ShapeRef.new(shape: ConnectionNotificationIdsList, required: true, location_name: "ConnectionNotificationId"))
|
6245
6309
|
DeleteVpcEndpointConnectionNotificationsRequest.struct_class = Types::DeleteVpcEndpointConnectionNotificationsRequest
|
@@ -7942,6 +8006,23 @@ module Aws::EC2
|
|
7942
8006
|
DescribeVpcAttributeResult.add_member(:vpc_id, Shapes::ShapeRef.new(shape: String, location_name: "vpcId"))
|
7943
8007
|
DescribeVpcAttributeResult.struct_class = Types::DescribeVpcAttributeResult
|
7944
8008
|
|
8009
|
+
DescribeVpcBlockPublicAccessExclusionsRequest.add_member(:dry_run, Shapes::ShapeRef.new(shape: Boolean, location_name: "DryRun"))
|
8010
|
+
DescribeVpcBlockPublicAccessExclusionsRequest.add_member(:filters, Shapes::ShapeRef.new(shape: FilterList, location_name: "Filter"))
|
8011
|
+
DescribeVpcBlockPublicAccessExclusionsRequest.add_member(:exclusion_ids, Shapes::ShapeRef.new(shape: VpcBlockPublicAccessExclusionIdList, location_name: "ExclusionId"))
|
8012
|
+
DescribeVpcBlockPublicAccessExclusionsRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: String, location_name: "NextToken"))
|
8013
|
+
DescribeVpcBlockPublicAccessExclusionsRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: DescribeVpcBlockPublicAccessExclusionsMaxResults, location_name: "MaxResults"))
|
8014
|
+
DescribeVpcBlockPublicAccessExclusionsRequest.struct_class = Types::DescribeVpcBlockPublicAccessExclusionsRequest
|
8015
|
+
|
8016
|
+
DescribeVpcBlockPublicAccessExclusionsResult.add_member(:vpc_block_public_access_exclusions, Shapes::ShapeRef.new(shape: VpcBlockPublicAccessExclusionList, location_name: "vpcBlockPublicAccessExclusionSet"))
|
8017
|
+
DescribeVpcBlockPublicAccessExclusionsResult.add_member(:next_token, Shapes::ShapeRef.new(shape: String, location_name: "nextToken"))
|
8018
|
+
DescribeVpcBlockPublicAccessExclusionsResult.struct_class = Types::DescribeVpcBlockPublicAccessExclusionsResult
|
8019
|
+
|
8020
|
+
DescribeVpcBlockPublicAccessOptionsRequest.add_member(:dry_run, Shapes::ShapeRef.new(shape: Boolean, location_name: "DryRun"))
|
8021
|
+
DescribeVpcBlockPublicAccessOptionsRequest.struct_class = Types::DescribeVpcBlockPublicAccessOptionsRequest
|
8022
|
+
|
8023
|
+
DescribeVpcBlockPublicAccessOptionsResult.add_member(:vpc_block_public_access_options, Shapes::ShapeRef.new(shape: VpcBlockPublicAccessOptions, location_name: "vpcBlockPublicAccessOptions"))
|
8024
|
+
DescribeVpcBlockPublicAccessOptionsResult.struct_class = Types::DescribeVpcBlockPublicAccessOptionsResult
|
8025
|
+
|
7945
8026
|
DescribeVpcClassicLinkDnsSupportRequest.add_member(:vpc_ids, Shapes::ShapeRef.new(shape: VpcClassicLinkIdList, location_name: "VpcIds"))
|
7946
8027
|
DescribeVpcClassicLinkDnsSupportRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: DescribeVpcClassicLinkDnsSupportMaxResults, location_name: "maxResults"))
|
7947
8028
|
DescribeVpcClassicLinkDnsSupportRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: DescribeVpcClassicLinkDnsSupportNextToken, location_name: "nextToken"))
|
@@ -10498,6 +10579,7 @@ module Aws::EC2
|
|
10498
10579
|
InstanceRequirements.add_member(:network_bandwidth_gbps, Shapes::ShapeRef.new(shape: NetworkBandwidthGbps, location_name: "networkBandwidthGbps"))
|
10499
10580
|
InstanceRequirements.add_member(:allowed_instance_types, Shapes::ShapeRef.new(shape: AllowedInstanceTypeSet, location_name: "allowedInstanceTypeSet"))
|
10500
10581
|
InstanceRequirements.add_member(:max_spot_price_as_percentage_of_optimal_on_demand_price, Shapes::ShapeRef.new(shape: Integer, location_name: "maxSpotPriceAsPercentageOfOptimalOnDemandPrice"))
|
10582
|
+
InstanceRequirements.add_member(:baseline_performance_factors, Shapes::ShapeRef.new(shape: BaselinePerformanceFactors, location_name: "baselinePerformanceFactors"))
|
10501
10583
|
InstanceRequirements.struct_class = Types::InstanceRequirements
|
10502
10584
|
|
10503
10585
|
InstanceRequirementsRequest.add_member(:v_cpu_count, Shapes::ShapeRef.new(shape: VCpuCountRangeRequest, required: true, location_name: "VCpuCount"))
|
@@ -10524,6 +10606,7 @@ module Aws::EC2
|
|
10524
10606
|
InstanceRequirementsRequest.add_member(:network_bandwidth_gbps, Shapes::ShapeRef.new(shape: NetworkBandwidthGbpsRequest, location_name: "NetworkBandwidthGbps"))
|
10525
10607
|
InstanceRequirementsRequest.add_member(:allowed_instance_types, Shapes::ShapeRef.new(shape: AllowedInstanceTypeSet, location_name: "AllowedInstanceType"))
|
10526
10608
|
InstanceRequirementsRequest.add_member(:max_spot_price_as_percentage_of_optimal_on_demand_price, Shapes::ShapeRef.new(shape: Integer, location_name: "MaxSpotPriceAsPercentageOfOptimalOnDemandPrice"))
|
10609
|
+
InstanceRequirementsRequest.add_member(:baseline_performance_factors, Shapes::ShapeRef.new(shape: BaselinePerformanceFactorsRequest, location_name: "BaselinePerformanceFactors"))
|
10527
10610
|
InstanceRequirementsRequest.struct_class = Types::InstanceRequirementsRequest
|
10528
10611
|
|
10529
10612
|
InstanceRequirementsWithMetadataRequest.add_member(:architecture_types, Shapes::ShapeRef.new(shape: ArchitectureTypeSet, location_name: "ArchitectureType"))
|
@@ -12265,6 +12348,21 @@ module Aws::EC2
|
|
12265
12348
|
ModifyVpcAttributeRequest.add_member(:enable_network_address_usage_metrics, Shapes::ShapeRef.new(shape: AttributeBooleanValue, location_name: "EnableNetworkAddressUsageMetrics"))
|
12266
12349
|
ModifyVpcAttributeRequest.struct_class = Types::ModifyVpcAttributeRequest
|
12267
12350
|
|
12351
|
+
ModifyVpcBlockPublicAccessExclusionRequest.add_member(:dry_run, Shapes::ShapeRef.new(shape: Boolean, location_name: "DryRun"))
|
12352
|
+
ModifyVpcBlockPublicAccessExclusionRequest.add_member(:exclusion_id, Shapes::ShapeRef.new(shape: VpcBlockPublicAccessExclusionId, required: true, location_name: "ExclusionId"))
|
12353
|
+
ModifyVpcBlockPublicAccessExclusionRequest.add_member(:internet_gateway_exclusion_mode, Shapes::ShapeRef.new(shape: InternetGatewayExclusionMode, required: true, location_name: "InternetGatewayExclusionMode"))
|
12354
|
+
ModifyVpcBlockPublicAccessExclusionRequest.struct_class = Types::ModifyVpcBlockPublicAccessExclusionRequest
|
12355
|
+
|
12356
|
+
ModifyVpcBlockPublicAccessExclusionResult.add_member(:vpc_block_public_access_exclusion, Shapes::ShapeRef.new(shape: VpcBlockPublicAccessExclusion, location_name: "vpcBlockPublicAccessExclusion"))
|
12357
|
+
ModifyVpcBlockPublicAccessExclusionResult.struct_class = Types::ModifyVpcBlockPublicAccessExclusionResult
|
12358
|
+
|
12359
|
+
ModifyVpcBlockPublicAccessOptionsRequest.add_member(:dry_run, Shapes::ShapeRef.new(shape: Boolean, location_name: "DryRun"))
|
12360
|
+
ModifyVpcBlockPublicAccessOptionsRequest.add_member(:internet_gateway_block_mode, Shapes::ShapeRef.new(shape: InternetGatewayBlockMode, required: true, location_name: "InternetGatewayBlockMode"))
|
12361
|
+
ModifyVpcBlockPublicAccessOptionsRequest.struct_class = Types::ModifyVpcBlockPublicAccessOptionsRequest
|
12362
|
+
|
12363
|
+
ModifyVpcBlockPublicAccessOptionsResult.add_member(:vpc_block_public_access_options, Shapes::ShapeRef.new(shape: VpcBlockPublicAccessOptions, location_name: "vpcBlockPublicAccessOptions"))
|
12364
|
+
ModifyVpcBlockPublicAccessOptionsResult.struct_class = Types::ModifyVpcBlockPublicAccessOptionsResult
|
12365
|
+
|
12268
12366
|
ModifyVpcEndpointConnectionNotificationRequest.add_member(:dry_run, Shapes::ShapeRef.new(shape: Boolean, location_name: "DryRun"))
|
12269
12367
|
ModifyVpcEndpointConnectionNotificationRequest.add_member(:connection_notification_id, Shapes::ShapeRef.new(shape: ConnectionNotificationId, required: true, location_name: "ConnectionNotificationId"))
|
12270
12368
|
ModifyVpcEndpointConnectionNotificationRequest.add_member(:connection_notification_arn, Shapes::ShapeRef.new(shape: String, location_name: "ConnectionNotificationArn"))
|
@@ -12880,6 +12978,16 @@ module Aws::EC2
|
|
12880
12978
|
PeeringTgwInfo.add_member(:region, Shapes::ShapeRef.new(shape: String, location_name: "region"))
|
12881
12979
|
PeeringTgwInfo.struct_class = Types::PeeringTgwInfo
|
12882
12980
|
|
12981
|
+
PerformanceFactorReference.add_member(:instance_family, Shapes::ShapeRef.new(shape: String, location_name: "instanceFamily"))
|
12982
|
+
PerformanceFactorReference.struct_class = Types::PerformanceFactorReference
|
12983
|
+
|
12984
|
+
PerformanceFactorReferenceRequest.add_member(:instance_family, Shapes::ShapeRef.new(shape: String, location_name: "InstanceFamily"))
|
12985
|
+
PerformanceFactorReferenceRequest.struct_class = Types::PerformanceFactorReferenceRequest
|
12986
|
+
|
12987
|
+
PerformanceFactorReferenceSet.member = Shapes::ShapeRef.new(shape: PerformanceFactorReference, location_name: "item")
|
12988
|
+
|
12989
|
+
PerformanceFactorReferenceSetRequest.member = Shapes::ShapeRef.new(shape: PerformanceFactorReferenceRequest, location_name: "item")
|
12990
|
+
|
12883
12991
|
Phase1DHGroupNumbersList.member = Shapes::ShapeRef.new(shape: Phase1DHGroupNumbersListValue, location_name: "item")
|
12884
12992
|
|
12885
12993
|
Phase1DHGroupNumbersListValue.add_member(:value, Shapes::ShapeRef.new(shape: Integer, location_name: "value"))
|
@@ -14747,6 +14855,7 @@ module Aws::EC2
|
|
14747
14855
|
Subnet.add_member(:enable_dns_64, Shapes::ShapeRef.new(shape: Boolean, location_name: "enableDns64"))
|
14748
14856
|
Subnet.add_member(:ipv_6_native, Shapes::ShapeRef.new(shape: Boolean, location_name: "ipv6Native"))
|
14749
14857
|
Subnet.add_member(:private_dns_name_options_on_launch, Shapes::ShapeRef.new(shape: PrivateDnsNameOptionsOnLaunch, location_name: "privateDnsNameOptionsOnLaunch"))
|
14858
|
+
Subnet.add_member(:block_public_access_states, Shapes::ShapeRef.new(shape: BlockPublicAccessStates, location_name: "blockPublicAccessStates"))
|
14750
14859
|
Subnet.add_member(:subnet_id, Shapes::ShapeRef.new(shape: String, location_name: "subnetId"))
|
14751
14860
|
Subnet.add_member(:state, Shapes::ShapeRef.new(shape: SubnetState, location_name: "state"))
|
14752
14861
|
Subnet.add_member(:vpc_id, Shapes::ShapeRef.new(shape: String, location_name: "vpcId"))
|
@@ -15833,6 +15942,7 @@ module Aws::EC2
|
|
15833
15942
|
Vpc.add_member(:cidr_block_association_set, Shapes::ShapeRef.new(shape: VpcCidrBlockAssociationSet, location_name: "cidrBlockAssociationSet"))
|
15834
15943
|
Vpc.add_member(:is_default, Shapes::ShapeRef.new(shape: Boolean, location_name: "isDefault"))
|
15835
15944
|
Vpc.add_member(:tags, Shapes::ShapeRef.new(shape: TagList, location_name: "tagSet"))
|
15945
|
+
Vpc.add_member(:block_public_access_states, Shapes::ShapeRef.new(shape: BlockPublicAccessStates, location_name: "blockPublicAccessStates"))
|
15836
15946
|
Vpc.add_member(:vpc_id, Shapes::ShapeRef.new(shape: String, location_name: "vpcId"))
|
15837
15947
|
Vpc.add_member(:state, Shapes::ShapeRef.new(shape: VpcState, location_name: "state"))
|
15838
15948
|
Vpc.add_member(:cidr_block, Shapes::ShapeRef.new(shape: String, location_name: "cidrBlock"))
|
@@ -15845,6 +15955,29 @@ module Aws::EC2
|
|
15845
15955
|
|
15846
15956
|
VpcAttachmentList.member = Shapes::ShapeRef.new(shape: VpcAttachment, location_name: "item")
|
15847
15957
|
|
15958
|
+
VpcBlockPublicAccessExclusion.add_member(:exclusion_id, Shapes::ShapeRef.new(shape: VpcBlockPublicAccessExclusionId, location_name: "exclusionId"))
|
15959
|
+
VpcBlockPublicAccessExclusion.add_member(:internet_gateway_exclusion_mode, Shapes::ShapeRef.new(shape: InternetGatewayExclusionMode, location_name: "internetGatewayExclusionMode"))
|
15960
|
+
VpcBlockPublicAccessExclusion.add_member(:resource_arn, Shapes::ShapeRef.new(shape: ResourceArn, location_name: "resourceArn"))
|
15961
|
+
VpcBlockPublicAccessExclusion.add_member(:state, Shapes::ShapeRef.new(shape: VpcBlockPublicAccessExclusionState, location_name: "state"))
|
15962
|
+
VpcBlockPublicAccessExclusion.add_member(:reason, Shapes::ShapeRef.new(shape: String, location_name: "reason"))
|
15963
|
+
VpcBlockPublicAccessExclusion.add_member(:creation_timestamp, Shapes::ShapeRef.new(shape: MillisecondDateTime, location_name: "creationTimestamp"))
|
15964
|
+
VpcBlockPublicAccessExclusion.add_member(:last_update_timestamp, Shapes::ShapeRef.new(shape: MillisecondDateTime, location_name: "lastUpdateTimestamp"))
|
15965
|
+
VpcBlockPublicAccessExclusion.add_member(:deletion_timestamp, Shapes::ShapeRef.new(shape: MillisecondDateTime, location_name: "deletionTimestamp"))
|
15966
|
+
VpcBlockPublicAccessExclusion.add_member(:tags, Shapes::ShapeRef.new(shape: TagList, location_name: "tagSet"))
|
15967
|
+
VpcBlockPublicAccessExclusion.struct_class = Types::VpcBlockPublicAccessExclusion
|
15968
|
+
|
15969
|
+
VpcBlockPublicAccessExclusionIdList.member = Shapes::ShapeRef.new(shape: VpcBlockPublicAccessExclusionId, location_name: "item")
|
15970
|
+
|
15971
|
+
VpcBlockPublicAccessExclusionList.member = Shapes::ShapeRef.new(shape: VpcBlockPublicAccessExclusion, location_name: "item")
|
15972
|
+
|
15973
|
+
VpcBlockPublicAccessOptions.add_member(:aws_account_id, Shapes::ShapeRef.new(shape: String, location_name: "awsAccountId"))
|
15974
|
+
VpcBlockPublicAccessOptions.add_member(:aws_region, Shapes::ShapeRef.new(shape: String, location_name: "awsRegion"))
|
15975
|
+
VpcBlockPublicAccessOptions.add_member(:state, Shapes::ShapeRef.new(shape: VpcBlockPublicAccessState, location_name: "state"))
|
15976
|
+
VpcBlockPublicAccessOptions.add_member(:internet_gateway_block_mode, Shapes::ShapeRef.new(shape: InternetGatewayBlockMode, location_name: "internetGatewayBlockMode"))
|
15977
|
+
VpcBlockPublicAccessOptions.add_member(:reason, Shapes::ShapeRef.new(shape: String, location_name: "reason"))
|
15978
|
+
VpcBlockPublicAccessOptions.add_member(:last_update_timestamp, Shapes::ShapeRef.new(shape: MillisecondDateTime, location_name: "lastUpdateTimestamp"))
|
15979
|
+
VpcBlockPublicAccessOptions.struct_class = Types::VpcBlockPublicAccessOptions
|
15980
|
+
|
15848
15981
|
VpcCidrBlockAssociation.add_member(:association_id, Shapes::ShapeRef.new(shape: String, location_name: "associationId"))
|
15849
15982
|
VpcCidrBlockAssociation.add_member(:cidr_block, Shapes::ShapeRef.new(shape: String, location_name: "cidrBlock"))
|
15850
15983
|
VpcCidrBlockAssociation.add_member(:cidr_block_state, Shapes::ShapeRef.new(shape: VpcCidrBlockState, location_name: "cidrBlockState"))
|
@@ -17174,6 +17307,14 @@ module Aws::EC2
|
|
17174
17307
|
o.output = Shapes::ShapeRef.new(shape: CreateVpcResult)
|
17175
17308
|
end)
|
17176
17309
|
|
17310
|
+
api.add_operation(:create_vpc_block_public_access_exclusion, Seahorse::Model::Operation.new.tap do |o|
|
17311
|
+
o.name = "CreateVpcBlockPublicAccessExclusion"
|
17312
|
+
o.http_method = "POST"
|
17313
|
+
o.http_request_uri = "/"
|
17314
|
+
o.input = Shapes::ShapeRef.new(shape: CreateVpcBlockPublicAccessExclusionRequest)
|
17315
|
+
o.output = Shapes::ShapeRef.new(shape: CreateVpcBlockPublicAccessExclusionResult)
|
17316
|
+
end)
|
17317
|
+
|
17177
17318
|
api.add_operation(:create_vpc_endpoint, Seahorse::Model::Operation.new.tap do |o|
|
17178
17319
|
o.name = "CreateVpcEndpoint"
|
17179
17320
|
o.http_method = "POST"
|
@@ -17774,6 +17915,14 @@ module Aws::EC2
|
|
17774
17915
|
o.output = Shapes::ShapeRef.new(shape: Shapes::StructureShape.new(struct_class: Aws::EmptyStructure))
|
17775
17916
|
end)
|
17776
17917
|
|
17918
|
+
api.add_operation(:delete_vpc_block_public_access_exclusion, Seahorse::Model::Operation.new.tap do |o|
|
17919
|
+
o.name = "DeleteVpcBlockPublicAccessExclusion"
|
17920
|
+
o.http_method = "POST"
|
17921
|
+
o.http_request_uri = "/"
|
17922
|
+
o.input = Shapes::ShapeRef.new(shape: DeleteVpcBlockPublicAccessExclusionRequest)
|
17923
|
+
o.output = Shapes::ShapeRef.new(shape: DeleteVpcBlockPublicAccessExclusionResult)
|
17924
|
+
end)
|
17925
|
+
|
17777
17926
|
api.add_operation(:delete_vpc_endpoint_connection_notifications, Seahorse::Model::Operation.new.tap do |o|
|
17778
17927
|
o.name = "DeleteVpcEndpointConnectionNotifications"
|
17779
17928
|
o.http_method = "POST"
|
@@ -19691,6 +19840,22 @@ module Aws::EC2
|
|
19691
19840
|
o.output = Shapes::ShapeRef.new(shape: DescribeVpcAttributeResult)
|
19692
19841
|
end)
|
19693
19842
|
|
19843
|
+
api.add_operation(:describe_vpc_block_public_access_exclusions, Seahorse::Model::Operation.new.tap do |o|
|
19844
|
+
o.name = "DescribeVpcBlockPublicAccessExclusions"
|
19845
|
+
o.http_method = "POST"
|
19846
|
+
o.http_request_uri = "/"
|
19847
|
+
o.input = Shapes::ShapeRef.new(shape: DescribeVpcBlockPublicAccessExclusionsRequest)
|
19848
|
+
o.output = Shapes::ShapeRef.new(shape: DescribeVpcBlockPublicAccessExclusionsResult)
|
19849
|
+
end)
|
19850
|
+
|
19851
|
+
api.add_operation(:describe_vpc_block_public_access_options, Seahorse::Model::Operation.new.tap do |o|
|
19852
|
+
o.name = "DescribeVpcBlockPublicAccessOptions"
|
19853
|
+
o.http_method = "POST"
|
19854
|
+
o.http_request_uri = "/"
|
19855
|
+
o.input = Shapes::ShapeRef.new(shape: DescribeVpcBlockPublicAccessOptionsRequest)
|
19856
|
+
o.output = Shapes::ShapeRef.new(shape: DescribeVpcBlockPublicAccessOptionsResult)
|
19857
|
+
end)
|
19858
|
+
|
19694
19859
|
api.add_operation(:describe_vpc_classic_link, Seahorse::Model::Operation.new.tap do |o|
|
19695
19860
|
o.name = "DescribeVpcClassicLink"
|
19696
19861
|
o.http_method = "POST"
|
@@ -21371,6 +21536,22 @@ module Aws::EC2
|
|
21371
21536
|
o.output = Shapes::ShapeRef.new(shape: Shapes::StructureShape.new(struct_class: Aws::EmptyStructure))
|
21372
21537
|
end)
|
21373
21538
|
|
21539
|
+
api.add_operation(:modify_vpc_block_public_access_exclusion, Seahorse::Model::Operation.new.tap do |o|
|
21540
|
+
o.name = "ModifyVpcBlockPublicAccessExclusion"
|
21541
|
+
o.http_method = "POST"
|
21542
|
+
o.http_request_uri = "/"
|
21543
|
+
o.input = Shapes::ShapeRef.new(shape: ModifyVpcBlockPublicAccessExclusionRequest)
|
21544
|
+
o.output = Shapes::ShapeRef.new(shape: ModifyVpcBlockPublicAccessExclusionResult)
|
21545
|
+
end)
|
21546
|
+
|
21547
|
+
api.add_operation(:modify_vpc_block_public_access_options, Seahorse::Model::Operation.new.tap do |o|
|
21548
|
+
o.name = "ModifyVpcBlockPublicAccessOptions"
|
21549
|
+
o.http_method = "POST"
|
21550
|
+
o.http_request_uri = "/"
|
21551
|
+
o.input = Shapes::ShapeRef.new(shape: ModifyVpcBlockPublicAccessOptionsRequest)
|
21552
|
+
o.output = Shapes::ShapeRef.new(shape: ModifyVpcBlockPublicAccessOptionsResult)
|
21553
|
+
end)
|
21554
|
+
|
21374
21555
|
api.add_operation(:modify_vpc_endpoint, Seahorse::Model::Operation.new.tap do |o|
|
21375
21556
|
o.name = "ModifyVpcEndpoint"
|
21376
21557
|
o.http_method = "POST"
|
data/lib/aws-sdk-ec2/resource.rb
CHANGED
@@ -178,7 +178,7 @@ module Aws::EC2
|
|
178
178
|
# amd_sev_snp: "enabled", # accepts enabled, disabled
|
179
179
|
# },
|
180
180
|
# capacity_reservation_specification: {
|
181
|
-
# capacity_reservation_preference: "
|
181
|
+
# capacity_reservation_preference: "capacity-reservations-only", # accepts capacity-reservations-only, open, none
|
182
182
|
# capacity_reservation_target: {
|
183
183
|
# capacity_reservation_id: "CapacityReservationId",
|
184
184
|
# capacity_reservation_resource_group_arn: "String",
|
@@ -483,7 +483,7 @@ module Aws::EC2
|
|
483
483
|
# not specify this parameter, the instance's Capacity Reservation
|
484
484
|
# preference defaults to `open`, which enables it to run in any open
|
485
485
|
# Capacity Reservation that has matching attributes (instance type,
|
486
|
-
# platform, Availability Zone).
|
486
|
+
# platform, Availability Zone, and tenancy).
|
487
487
|
# @option options [Types::HibernationOptionsRequest] :hibernation_options
|
488
488
|
# Indicates whether an instance is enabled for hibernation. This
|
489
489
|
# parameter is valid only if the instance meets the [hibernation
|
@@ -2196,11 +2196,11 @@ module Aws::EC2
|
|
2196
2196
|
# * `owner-id` - The ID of the Amazon Web Services account that owns the
|
2197
2197
|
# DHCP options set.
|
2198
2198
|
#
|
2199
|
-
# * `tag
|
2200
|
-
#
|
2201
|
-
#
|
2202
|
-
#
|
2203
|
-
#
|
2199
|
+
# * `tag` - The key/value combination of a tag assigned to the resource.
|
2200
|
+
# Use the tag key in the filter name and the tag value as the filter
|
2201
|
+
# value. For example, to find all resources that have a tag with the
|
2202
|
+
# key `Owner` and the value `TeamA`, specify `tag:Owner` for the
|
2203
|
+
# filter name and `TeamA` for the filter value.
|
2204
2204
|
#
|
2205
2205
|
# * `tag-key` - The key of a tag assigned to the resource. Use this
|
2206
2206
|
# filter to find all resources assigned a tag with a specific key,
|
@@ -2947,11 +2947,11 @@ module Aws::EC2
|
|
2947
2947
|
# * `owner-id` - The ID of the Amazon Web Services account that owns the
|
2948
2948
|
# internet gateway.
|
2949
2949
|
#
|
2950
|
-
# * `tag
|
2951
|
-
#
|
2952
|
-
#
|
2953
|
-
#
|
2954
|
-
#
|
2950
|
+
# * `tag` - The key/value combination of a tag assigned to the resource.
|
2951
|
+
# Use the tag key in the filter name and the tag value as the filter
|
2952
|
+
# value. For example, to find all resources that have a tag with the
|
2953
|
+
# key `Owner` and the value `TeamA`, specify `tag:Owner` for the
|
2954
|
+
# filter name and `TeamA` for the filter value.
|
2955
2955
|
#
|
2956
2956
|
# * `tag-key` - The key of a tag assigned to the resource. Use this
|
2957
2957
|
# filter to find all resources assigned a tag with a specific key,
|
@@ -3090,11 +3090,11 @@ module Aws::EC2
|
|
3090
3090
|
#
|
3091
3091
|
# * `subnet-id` - The ID of the subnet in which the NAT gateway resides.
|
3092
3092
|
#
|
3093
|
-
# * `tag
|
3094
|
-
#
|
3095
|
-
#
|
3096
|
-
#
|
3097
|
-
#
|
3093
|
+
# * `tag` - The key/value combination of a tag assigned to the resource.
|
3094
|
+
# Use the tag key in the filter name and the tag value as the filter
|
3095
|
+
# value. For example, to find all resources that have a tag with the
|
3096
|
+
# key `Owner` and the value `TeamA`, specify `tag:Owner` for the
|
3097
|
+
# filter name and `TeamA` for the filter value.
|
3098
3098
|
#
|
3099
3099
|
# * `tag-key` - The key of a tag assigned to the resource. Use this
|
3100
3100
|
# filter to find all resources assigned a tag with a specific key,
|
@@ -3199,11 +3199,11 @@ module Aws::EC2
|
|
3199
3199
|
# * `owner-id` - The ID of the Amazon Web Services account that owns the
|
3200
3200
|
# network ACL.
|
3201
3201
|
#
|
3202
|
-
# * `tag
|
3203
|
-
#
|
3204
|
-
#
|
3205
|
-
#
|
3206
|
-
#
|
3202
|
+
# * `tag` - The key/value combination of a tag assigned to the resource.
|
3203
|
+
# Use the tag key in the filter name and the tag value as the filter
|
3204
|
+
# value. For example, to find all resources that have a tag with the
|
3205
|
+
# key `Owner` and the value `TeamA`, specify `tag:Owner` for the
|
3206
|
+
# filter name and `TeamA` for the filter value.
|
3207
3207
|
#
|
3208
3208
|
# * `tag-key` - The key of a tag assigned to the resource. Use this
|
3209
3209
|
# filter to find all resources assigned a tag with a specific key,
|
@@ -3583,11 +3583,11 @@ module Aws::EC2
|
|
3583
3583
|
# * `route.vpc-peering-connection-id` - The ID of a VPC peering
|
3584
3584
|
# connection specified in a route in the table.
|
3585
3585
|
#
|
3586
|
-
# * `tag
|
3587
|
-
#
|
3588
|
-
#
|
3589
|
-
#
|
3590
|
-
#
|
3586
|
+
# * `tag` - The key/value combination of a tag assigned to the resource.
|
3587
|
+
# Use the tag key in the filter name and the tag value as the filter
|
3588
|
+
# value. For example, to find all resources that have a tag with the
|
3589
|
+
# key `Owner` and the value `TeamA`, specify `tag:Owner` for the
|
3590
|
+
# filter name and `TeamA` for the filter value.
|
3591
3591
|
#
|
3592
3592
|
# * `tag-key` - The key of a tag assigned to the resource. Use this
|
3593
3593
|
# filter to find all resources assigned a tag with a specific key,
|
@@ -3960,11 +3960,11 @@ module Aws::EC2
|
|
3960
3960
|
#
|
3961
3961
|
# * `subnet-id` - The ID of the subnet.
|
3962
3962
|
#
|
3963
|
-
# * `tag
|
3964
|
-
#
|
3965
|
-
#
|
3966
|
-
#
|
3967
|
-
#
|
3963
|
+
# * `tag` - The key/value combination of a tag assigned to the resource.
|
3964
|
+
# Use the tag key in the filter name and the tag value as the filter
|
3965
|
+
# value. For example, to find all resources that have a tag with the
|
3966
|
+
# key `Owner` and the value `TeamA`, specify `tag:Owner` for the
|
3967
|
+
# filter name and `TeamA` for the filter value.
|
3968
3968
|
#
|
3969
3969
|
# * `tag-key` - The key of a tag assigned to the resource. Use this
|
3970
3970
|
# filter to find all resources assigned a tag with a specific key,
|
@@ -4257,11 +4257,11 @@ module Aws::EC2
|
|
4257
4257
|
# * `status-message` - A message that provides more information about
|
4258
4258
|
# the status of the VPC peering connection, if applicable.
|
4259
4259
|
#
|
4260
|
-
# * `tag
|
4261
|
-
#
|
4262
|
-
#
|
4263
|
-
#
|
4264
|
-
#
|
4260
|
+
# * `tag` - The key/value combination of a tag assigned to the resource.
|
4261
|
+
# Use the tag key in the filter name and the tag value as the filter
|
4262
|
+
# value. For example, to find all resources that have a tag with the
|
4263
|
+
# key `Owner` and the value `TeamA`, specify `tag:Owner` for the
|
4264
|
+
# filter name and `TeamA` for the filter value.
|
4265
4265
|
#
|
4266
4266
|
# * `tag-key` - The key of a tag assigned to the resource. Use this
|
4267
4267
|
# filter to find all resources assigned a tag with a specific key,
|
@@ -4340,11 +4340,11 @@ module Aws::EC2
|
|
4340
4340
|
#
|
4341
4341
|
# * `state` - The state of the VPC (`pending` \| `available`).
|
4342
4342
|
#
|
4343
|
-
# * `tag
|
4344
|
-
#
|
4345
|
-
#
|
4346
|
-
#
|
4347
|
-
#
|
4343
|
+
# * `tag` - The key/value combination of a tag assigned to the resource.
|
4344
|
+
# Use the tag key in the filter name and the tag value as the filter
|
4345
|
+
# value. For example, to find all resources that have a tag with the
|
4346
|
+
# key `Owner` and the value `TeamA`, specify `tag:Owner` for the
|
4347
|
+
# filter name and `TeamA` for the filter value.
|
4348
4348
|
#
|
4349
4349
|
# * `tag-key` - The key of a tag assigned to the resource. Use this
|
4350
4350
|
# filter to find all resources assigned a tag with a specific key,
|
data/lib/aws-sdk-ec2/subnet.rb
CHANGED
@@ -123,6 +123,12 @@ module Aws::EC2
|
|
123
123
|
data[:private_dns_name_options_on_launch]
|
124
124
|
end
|
125
125
|
|
126
|
+
# The state of VPC Block Public Access (BPA).
|
127
|
+
# @return [Types::BlockPublicAccessStates]
|
128
|
+
def block_public_access_states
|
129
|
+
data[:block_public_access_states]
|
130
|
+
end
|
131
|
+
|
126
132
|
# The current state of the subnet.
|
127
133
|
# @return [String]
|
128
134
|
def state
|
@@ -413,7 +419,7 @@ module Aws::EC2
|
|
413
419
|
# amd_sev_snp: "enabled", # accepts enabled, disabled
|
414
420
|
# },
|
415
421
|
# capacity_reservation_specification: {
|
416
|
-
# capacity_reservation_preference: "
|
422
|
+
# capacity_reservation_preference: "capacity-reservations-only", # accepts capacity-reservations-only, open, none
|
417
423
|
# capacity_reservation_target: {
|
418
424
|
# capacity_reservation_id: "CapacityReservationId",
|
419
425
|
# capacity_reservation_resource_group_arn: "String",
|
@@ -713,7 +719,7 @@ module Aws::EC2
|
|
713
719
|
# not specify this parameter, the instance's Capacity Reservation
|
714
720
|
# preference defaults to `open`, which enables it to run in any open
|
715
721
|
# Capacity Reservation that has matching attributes (instance type,
|
716
|
-
# platform, Availability Zone).
|
722
|
+
# platform, Availability Zone, and tenancy).
|
717
723
|
# @option options [Types::HibernationOptionsRequest] :hibernation_options
|
718
724
|
# Indicates whether an instance is enabled for hibernation. This
|
719
725
|
# parameter is valid only if the instance meets the [hibernation
|
@@ -1654,11 +1660,11 @@ module Aws::EC2
|
|
1654
1660
|
#
|
1655
1661
|
# * `subnet-id` - The ID of the subnet in which the NAT gateway resides.
|
1656
1662
|
#
|
1657
|
-
# * `tag
|
1658
|
-
#
|
1659
|
-
#
|
1660
|
-
#
|
1661
|
-
#
|
1663
|
+
# * `tag` - The key/value combination of a tag assigned to the resource.
|
1664
|
+
# Use the tag key in the filter name and the tag value as the filter
|
1665
|
+
# value. For example, to find all resources that have a tag with the
|
1666
|
+
# key `Owner` and the value `TeamA`, specify `tag:Owner` for the
|
1667
|
+
# filter name and `TeamA` for the filter value.
|
1662
1668
|
#
|
1663
1669
|
# * `tag-key` - The key of a tag assigned to the resource. Use this
|
1664
1670
|
# filter to find all resources assigned a tag with a specific key,
|