aws-sdk-ec2 1.206.0 → 1.211.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/lib/aws-sdk-ec2.rb +1 -1
- data/lib/aws-sdk-ec2/client.rb +230 -124
- data/lib/aws-sdk-ec2/client_api.rb +34 -4
- data/lib/aws-sdk-ec2/resource.rb +3 -3
- data/lib/aws-sdk-ec2/route.rb +4 -0
- data/lib/aws-sdk-ec2/route_table.rb +4 -0
- data/lib/aws-sdk-ec2/snapshot.rb +6 -7
- data/lib/aws-sdk-ec2/types.rb +256 -127
- metadata +2 -2
@@ -389,6 +389,7 @@ module Aws::EC2
|
|
389
389
|
DateTime = Shapes::TimestampShape.new(name: 'DateTime')
|
390
390
|
DedicatedHostFlag = Shapes::BooleanShape.new(name: 'DedicatedHostFlag')
|
391
391
|
DedicatedHostId = Shapes::StringShape.new(name: 'DedicatedHostId')
|
392
|
+
DefaultNetworkCardIndex = Shapes::IntegerShape.new(name: 'DefaultNetworkCardIndex')
|
392
393
|
DefaultRouteTableAssociationValue = Shapes::StringShape.new(name: 'DefaultRouteTableAssociationValue')
|
393
394
|
DefaultRouteTablePropagationValue = Shapes::StringShape.new(name: 'DefaultRouteTablePropagationValue')
|
394
395
|
DefaultTargetCapacityType = Shapes::StringShape.new(name: 'DefaultTargetCapacityType')
|
@@ -1351,6 +1352,7 @@ module Aws::EC2
|
|
1351
1352
|
MaxResults = Shapes::IntegerShape.new(name: 'MaxResults')
|
1352
1353
|
MaximumBandwidthInMbps = Shapes::IntegerShape.new(name: 'MaximumBandwidthInMbps')
|
1353
1354
|
MaximumIops = Shapes::IntegerShape.new(name: 'MaximumIops')
|
1355
|
+
MaximumNetworkCards = Shapes::IntegerShape.new(name: 'MaximumNetworkCards')
|
1354
1356
|
MaximumThroughputInMBps = Shapes::FloatShape.new(name: 'MaximumThroughputInMBps')
|
1355
1357
|
MembershipType = Shapes::StringShape.new(name: 'MembershipType')
|
1356
1358
|
MemoryInfo = Shapes::StructureShape.new(name: 'MemoryInfo')
|
@@ -1463,6 +1465,9 @@ module Aws::EC2
|
|
1463
1465
|
NetworkAclId = Shapes::StringShape.new(name: 'NetworkAclId')
|
1464
1466
|
NetworkAclIdStringList = Shapes::ListShape.new(name: 'NetworkAclIdStringList')
|
1465
1467
|
NetworkAclList = Shapes::ListShape.new(name: 'NetworkAclList')
|
1468
|
+
NetworkCardIndex = Shapes::IntegerShape.new(name: 'NetworkCardIndex')
|
1469
|
+
NetworkCardInfo = Shapes::StructureShape.new(name: 'NetworkCardInfo')
|
1470
|
+
NetworkCardInfoList = Shapes::ListShape.new(name: 'NetworkCardInfoList')
|
1466
1471
|
NetworkInfo = Shapes::StructureShape.new(name: 'NetworkInfo')
|
1467
1472
|
NetworkInterface = Shapes::StructureShape.new(name: 'NetworkInterface')
|
1468
1473
|
NetworkInterfaceAssociation = Shapes::StructureShape.new(name: 'NetworkInterfaceAssociation')
|
@@ -1571,6 +1576,8 @@ module Aws::EC2
|
|
1571
1576
|
PrincipalIdFormat = Shapes::StructureShape.new(name: 'PrincipalIdFormat')
|
1572
1577
|
PrincipalIdFormatList = Shapes::ListShape.new(name: 'PrincipalIdFormatList')
|
1573
1578
|
PrincipalType = Shapes::StringShape.new(name: 'PrincipalType')
|
1579
|
+
PrivateDnsDetails = Shapes::StructureShape.new(name: 'PrivateDnsDetails')
|
1580
|
+
PrivateDnsDetailsSet = Shapes::ListShape.new(name: 'PrivateDnsDetailsSet')
|
1574
1581
|
PrivateDnsNameConfiguration = Shapes::StructureShape.new(name: 'PrivateDnsNameConfiguration')
|
1575
1582
|
PrivateIpAddressConfigSet = Shapes::ListShape.new(name: 'PrivateIpAddressConfigSet')
|
1576
1583
|
PrivateIpAddressSpecification = Shapes::StructureShape.new(name: 'PrivateIpAddressSpecification')
|
@@ -2216,7 +2223,7 @@ module Aws::EC2
|
|
2216
2223
|
|
2217
2224
|
AllocateAddressRequest.add_member(:domain, Shapes::ShapeRef.new(shape: DomainType, location_name: "Domain"))
|
2218
2225
|
AllocateAddressRequest.add_member(:address, Shapes::ShapeRef.new(shape: PublicIpAddress, location_name: "Address"))
|
2219
|
-
AllocateAddressRequest.add_member(:public_ipv_4_pool, Shapes::ShapeRef.new(shape:
|
2226
|
+
AllocateAddressRequest.add_member(:public_ipv_4_pool, Shapes::ShapeRef.new(shape: Ipv4PoolEc2Id, location_name: "PublicIpv4Pool"))
|
2220
2227
|
AllocateAddressRequest.add_member(:network_border_group, Shapes::ShapeRef.new(shape: String, location_name: "NetworkBorderGroup"))
|
2221
2228
|
AllocateAddressRequest.add_member(:customer_owned_ipv_4_pool, Shapes::ShapeRef.new(shape: String, location_name: "CustomerOwnedIpv4Pool"))
|
2222
2229
|
AllocateAddressRequest.add_member(:dry_run, Shapes::ShapeRef.new(shape: Boolean, location_name: "dryRun"))
|
@@ -3152,9 +3159,9 @@ module Aws::EC2
|
|
3152
3159
|
CreateImageResult.struct_class = Types::CreateImageResult
|
3153
3160
|
|
3154
3161
|
CreateInstanceExportTaskRequest.add_member(:description, Shapes::ShapeRef.new(shape: String, location_name: "description"))
|
3155
|
-
CreateInstanceExportTaskRequest.add_member(:export_to_s3_task, Shapes::ShapeRef.new(shape: ExportToS3TaskSpecification, location_name: "exportToS3"))
|
3162
|
+
CreateInstanceExportTaskRequest.add_member(:export_to_s3_task, Shapes::ShapeRef.new(shape: ExportToS3TaskSpecification, required: true, location_name: "exportToS3"))
|
3156
3163
|
CreateInstanceExportTaskRequest.add_member(:instance_id, Shapes::ShapeRef.new(shape: InstanceId, required: true, location_name: "instanceId"))
|
3157
|
-
CreateInstanceExportTaskRequest.add_member(:target_environment, Shapes::ShapeRef.new(shape: ExportEnvironment, location_name: "targetEnvironment"))
|
3164
|
+
CreateInstanceExportTaskRequest.add_member(:target_environment, Shapes::ShapeRef.new(shape: ExportEnvironment, required: true, location_name: "targetEnvironment"))
|
3158
3165
|
CreateInstanceExportTaskRequest.add_member(:tag_specifications, Shapes::ShapeRef.new(shape: TagSpecificationList, location_name: "TagSpecification"))
|
3159
3166
|
CreateInstanceExportTaskRequest.struct_class = Types::CreateInstanceExportTaskRequest
|
3160
3167
|
|
@@ -3308,6 +3315,7 @@ module Aws::EC2
|
|
3308
3315
|
CreateRouteRequest.add_member(:destination_ipv_6_cidr_block, Shapes::ShapeRef.new(shape: String, location_name: "destinationIpv6CidrBlock"))
|
3309
3316
|
CreateRouteRequest.add_member(:destination_prefix_list_id, Shapes::ShapeRef.new(shape: PrefixListResourceId, location_name: "DestinationPrefixListId"))
|
3310
3317
|
CreateRouteRequest.add_member(:dry_run, Shapes::ShapeRef.new(shape: Boolean, location_name: "dryRun"))
|
3318
|
+
CreateRouteRequest.add_member(:vpc_endpoint_id, Shapes::ShapeRef.new(shape: VpcEndpointId, location_name: "VpcEndpointId"))
|
3311
3319
|
CreateRouteRequest.add_member(:egress_only_internet_gateway_id, Shapes::ShapeRef.new(shape: EgressOnlyInternetGatewayId, location_name: "egressOnlyInternetGatewayId"))
|
3312
3320
|
CreateRouteRequest.add_member(:gateway_id, Shapes::ShapeRef.new(shape: RouteGatewayId, location_name: "gatewayId"))
|
3313
3321
|
CreateRouteRequest.add_member(:instance_id, Shapes::ShapeRef.new(shape: InstanceId, location_name: "instanceId"))
|
@@ -3567,7 +3575,8 @@ module Aws::EC2
|
|
3567
3575
|
CreateVpcEndpointServiceConfigurationRequest.add_member(:dry_run, Shapes::ShapeRef.new(shape: Boolean, location_name: "DryRun"))
|
3568
3576
|
CreateVpcEndpointServiceConfigurationRequest.add_member(:acceptance_required, Shapes::ShapeRef.new(shape: Boolean, location_name: "AcceptanceRequired"))
|
3569
3577
|
CreateVpcEndpointServiceConfigurationRequest.add_member(:private_dns_name, Shapes::ShapeRef.new(shape: String, location_name: "PrivateDnsName"))
|
3570
|
-
CreateVpcEndpointServiceConfigurationRequest.add_member(:network_load_balancer_arns, Shapes::ShapeRef.new(shape: ValueStringList,
|
3578
|
+
CreateVpcEndpointServiceConfigurationRequest.add_member(:network_load_balancer_arns, Shapes::ShapeRef.new(shape: ValueStringList, location_name: "NetworkLoadBalancerArn"))
|
3579
|
+
CreateVpcEndpointServiceConfigurationRequest.add_member(:gateway_load_balancer_arns, Shapes::ShapeRef.new(shape: ValueStringList, location_name: "GatewayLoadBalancerArn"))
|
3571
3580
|
CreateVpcEndpointServiceConfigurationRequest.add_member(:client_token, Shapes::ShapeRef.new(shape: String, location_name: "ClientToken"))
|
3572
3581
|
CreateVpcEndpointServiceConfigurationRequest.add_member(:tag_specifications, Shapes::ShapeRef.new(shape: TagSpecificationList, location_name: "TagSpecification"))
|
3573
3582
|
CreateVpcEndpointServiceConfigurationRequest.struct_class = Types::CreateVpcEndpointServiceConfigurationRequest
|
@@ -7733,6 +7742,8 @@ module Aws::EC2
|
|
7733
7742
|
ModifyVpcEndpointServiceConfigurationRequest.add_member(:acceptance_required, Shapes::ShapeRef.new(shape: Boolean, location_name: "AcceptanceRequired"))
|
7734
7743
|
ModifyVpcEndpointServiceConfigurationRequest.add_member(:add_network_load_balancer_arns, Shapes::ShapeRef.new(shape: ValueStringList, location_name: "AddNetworkLoadBalancerArn"))
|
7735
7744
|
ModifyVpcEndpointServiceConfigurationRequest.add_member(:remove_network_load_balancer_arns, Shapes::ShapeRef.new(shape: ValueStringList, location_name: "RemoveNetworkLoadBalancerArn"))
|
7745
|
+
ModifyVpcEndpointServiceConfigurationRequest.add_member(:add_gateway_load_balancer_arns, Shapes::ShapeRef.new(shape: ValueStringList, location_name: "AddGatewayLoadBalancerArn"))
|
7746
|
+
ModifyVpcEndpointServiceConfigurationRequest.add_member(:remove_gateway_load_balancer_arns, Shapes::ShapeRef.new(shape: ValueStringList, location_name: "RemoveGatewayLoadBalancerArn"))
|
7736
7747
|
ModifyVpcEndpointServiceConfigurationRequest.struct_class = Types::ModifyVpcEndpointServiceConfigurationRequest
|
7737
7748
|
|
7738
7749
|
ModifyVpcEndpointServiceConfigurationResult.add_member(:return, Shapes::ShapeRef.new(shape: Boolean, location_name: "return"))
|
@@ -7904,8 +7915,18 @@ module Aws::EC2
|
|
7904
7915
|
|
7905
7916
|
NetworkAclList.member = Shapes::ShapeRef.new(shape: NetworkAcl, location_name: "item")
|
7906
7917
|
|
7918
|
+
NetworkCardInfo.add_member(:network_card_index, Shapes::ShapeRef.new(shape: NetworkCardIndex, location_name: "networkCardIndex"))
|
7919
|
+
NetworkCardInfo.add_member(:network_performance, Shapes::ShapeRef.new(shape: NetworkPerformance, location_name: "networkPerformance"))
|
7920
|
+
NetworkCardInfo.add_member(:maximum_network_interfaces, Shapes::ShapeRef.new(shape: MaxNetworkInterfaces, location_name: "maximumNetworkInterfaces"))
|
7921
|
+
NetworkCardInfo.struct_class = Types::NetworkCardInfo
|
7922
|
+
|
7923
|
+
NetworkCardInfoList.member = Shapes::ShapeRef.new(shape: NetworkCardInfo, location_name: "item")
|
7924
|
+
|
7907
7925
|
NetworkInfo.add_member(:network_performance, Shapes::ShapeRef.new(shape: NetworkPerformance, location_name: "networkPerformance"))
|
7908
7926
|
NetworkInfo.add_member(:maximum_network_interfaces, Shapes::ShapeRef.new(shape: MaxNetworkInterfaces, location_name: "maximumNetworkInterfaces"))
|
7927
|
+
NetworkInfo.add_member(:maximum_network_cards, Shapes::ShapeRef.new(shape: MaximumNetworkCards, location_name: "maximumNetworkCards"))
|
7928
|
+
NetworkInfo.add_member(:default_network_card_index, Shapes::ShapeRef.new(shape: DefaultNetworkCardIndex, location_name: "defaultNetworkCardIndex"))
|
7929
|
+
NetworkInfo.add_member(:network_cards, Shapes::ShapeRef.new(shape: NetworkCardInfoList, location_name: "networkCards"))
|
7909
7930
|
NetworkInfo.add_member(:ipv_4_addresses_per_interface, Shapes::ShapeRef.new(shape: MaxIpv4AddrPerInterface, location_name: "ipv4AddressesPerInterface"))
|
7910
7931
|
NetworkInfo.add_member(:ipv_6_addresses_per_interface, Shapes::ShapeRef.new(shape: MaxIpv6AddrPerInterface, location_name: "ipv6AddressesPerInterface"))
|
7911
7932
|
NetworkInfo.add_member(:ipv_6_supported, Shapes::ShapeRef.new(shape: Ipv6Flag, location_name: "ipv6Supported"))
|
@@ -8202,6 +8223,11 @@ module Aws::EC2
|
|
8202
8223
|
|
8203
8224
|
PrincipalIdFormatList.member = Shapes::ShapeRef.new(shape: PrincipalIdFormat, location_name: "item")
|
8204
8225
|
|
8226
|
+
PrivateDnsDetails.add_member(:private_dns_name, Shapes::ShapeRef.new(shape: String, location_name: "privateDnsName"))
|
8227
|
+
PrivateDnsDetails.struct_class = Types::PrivateDnsDetails
|
8228
|
+
|
8229
|
+
PrivateDnsDetailsSet.member = Shapes::ShapeRef.new(shape: PrivateDnsDetails, location_name: "item")
|
8230
|
+
|
8205
8231
|
PrivateDnsNameConfiguration.add_member(:state, Shapes::ShapeRef.new(shape: DnsNameState, location_name: "state"))
|
8206
8232
|
PrivateDnsNameConfiguration.add_member(:type, Shapes::ShapeRef.new(shape: String, location_name: "type"))
|
8207
8233
|
PrivateDnsNameConfiguration.add_member(:value, Shapes::ShapeRef.new(shape: String, location_name: "value"))
|
@@ -8477,6 +8503,7 @@ module Aws::EC2
|
|
8477
8503
|
ReplaceRouteRequest.add_member(:destination_ipv_6_cidr_block, Shapes::ShapeRef.new(shape: String, location_name: "destinationIpv6CidrBlock"))
|
8478
8504
|
ReplaceRouteRequest.add_member(:destination_prefix_list_id, Shapes::ShapeRef.new(shape: PrefixListResourceId, location_name: "DestinationPrefixListId"))
|
8479
8505
|
ReplaceRouteRequest.add_member(:dry_run, Shapes::ShapeRef.new(shape: Boolean, location_name: "dryRun"))
|
8506
|
+
ReplaceRouteRequest.add_member(:vpc_endpoint_id, Shapes::ShapeRef.new(shape: VpcEndpointId, location_name: "VpcEndpointId"))
|
8480
8507
|
ReplaceRouteRequest.add_member(:egress_only_internet_gateway_id, Shapes::ShapeRef.new(shape: EgressOnlyInternetGatewayId, location_name: "egressOnlyInternetGatewayId"))
|
8481
8508
|
ReplaceRouteRequest.add_member(:gateway_id, Shapes::ShapeRef.new(shape: RouteGatewayId, location_name: "gatewayId"))
|
8482
8509
|
ReplaceRouteRequest.add_member(:instance_id, Shapes::ShapeRef.new(shape: InstanceId, location_name: "instanceId"))
|
@@ -9155,6 +9182,7 @@ module Aws::EC2
|
|
9155
9182
|
ServiceConfiguration.add_member(:acceptance_required, Shapes::ShapeRef.new(shape: Boolean, location_name: "acceptanceRequired"))
|
9156
9183
|
ServiceConfiguration.add_member(:manages_vpc_endpoints, Shapes::ShapeRef.new(shape: Boolean, location_name: "managesVpcEndpoints"))
|
9157
9184
|
ServiceConfiguration.add_member(:network_load_balancer_arns, Shapes::ShapeRef.new(shape: ValueStringList, location_name: "networkLoadBalancerArnSet"))
|
9185
|
+
ServiceConfiguration.add_member(:gateway_load_balancer_arns, Shapes::ShapeRef.new(shape: ValueStringList, location_name: "gatewayLoadBalancerArnSet"))
|
9158
9186
|
ServiceConfiguration.add_member(:base_endpoint_dns_names, Shapes::ShapeRef.new(shape: ValueStringList, location_name: "baseEndpointDnsNameSet"))
|
9159
9187
|
ServiceConfiguration.add_member(:private_dns_name, Shapes::ShapeRef.new(shape: String, location_name: "privateDnsName"))
|
9160
9188
|
ServiceConfiguration.add_member(:private_dns_name_configuration, Shapes::ShapeRef.new(shape: PrivateDnsNameConfiguration, location_name: "privateDnsNameConfiguration"))
|
@@ -9170,6 +9198,7 @@ module Aws::EC2
|
|
9170
9198
|
ServiceDetail.add_member(:owner, Shapes::ShapeRef.new(shape: String, location_name: "owner"))
|
9171
9199
|
ServiceDetail.add_member(:base_endpoint_dns_names, Shapes::ShapeRef.new(shape: ValueStringList, location_name: "baseEndpointDnsNameSet"))
|
9172
9200
|
ServiceDetail.add_member(:private_dns_name, Shapes::ShapeRef.new(shape: String, location_name: "privateDnsName"))
|
9201
|
+
ServiceDetail.add_member(:private_dns_names, Shapes::ShapeRef.new(shape: PrivateDnsDetailsSet, location_name: "privateDnsNameSet"))
|
9173
9202
|
ServiceDetail.add_member(:vpc_endpoint_policy_supported, Shapes::ShapeRef.new(shape: Boolean, location_name: "vpcEndpointPolicySupported"))
|
9174
9203
|
ServiceDetail.add_member(:acceptance_required, Shapes::ShapeRef.new(shape: Boolean, location_name: "acceptanceRequired"))
|
9175
9204
|
ServiceDetail.add_member(:manages_vpc_endpoints, Shapes::ShapeRef.new(shape: Boolean, location_name: "managesVpcEndpoints"))
|
@@ -10210,6 +10239,7 @@ module Aws::EC2
|
|
10210
10239
|
VpcEndpointConnection.add_member(:creation_timestamp, Shapes::ShapeRef.new(shape: MillisecondDateTime, location_name: "creationTimestamp"))
|
10211
10240
|
VpcEndpointConnection.add_member(:dns_entries, Shapes::ShapeRef.new(shape: DnsEntrySet, location_name: "dnsEntrySet"))
|
10212
10241
|
VpcEndpointConnection.add_member(:network_load_balancer_arns, Shapes::ShapeRef.new(shape: ValueStringList, location_name: "networkLoadBalancerArnSet"))
|
10242
|
+
VpcEndpointConnection.add_member(:gateway_load_balancer_arns, Shapes::ShapeRef.new(shape: ValueStringList, location_name: "gatewayLoadBalancerArnSet"))
|
10213
10243
|
VpcEndpointConnection.struct_class = Types::VpcEndpointConnection
|
10214
10244
|
|
10215
10245
|
VpcEndpointConnectionSet.member = Shapes::ShapeRef.new(shape: VpcEndpointConnection, location_name: "item")
|
data/lib/aws-sdk-ec2/resource.rb
CHANGED
@@ -1199,15 +1199,15 @@ module Aws::EC2
|
|
1199
1199
|
#
|
1200
1200
|
# You can specify the CMK using any of the following:
|
1201
1201
|
#
|
1202
|
-
# * Key ID. For example,
|
1202
|
+
# * Key ID. For example, 1234abcd-12ab-34cd-56ef-1234567890ab.
|
1203
1203
|
#
|
1204
1204
|
# * Key alias. For example, alias/ExampleAlias.
|
1205
1205
|
#
|
1206
1206
|
# * Key ARN. For example,
|
1207
|
-
# arn:aws:kms
|
1207
|
+
# arn:aws:kms:us-east-1:012345678910:key/1234abcd-12ab-34cd-56ef-1234567890ab.
|
1208
1208
|
#
|
1209
1209
|
# * Alias ARN. For example,
|
1210
|
-
# arn:aws:kms
|
1210
|
+
# arn:aws:kms:us-east-1:012345678910:alias/ExampleAlias.
|
1211
1211
|
#
|
1212
1212
|
# AWS authenticates the CMK asynchronously. Therefore, if you specify an
|
1213
1213
|
# ID, alias, or ARN that is not valid, the action can appear to
|
data/lib/aws-sdk-ec2/route.rb
CHANGED
@@ -300,6 +300,7 @@ module Aws::EC2
|
|
300
300
|
# destination_ipv_6_cidr_block: "String",
|
301
301
|
# destination_prefix_list_id: "PrefixListResourceId",
|
302
302
|
# dry_run: false,
|
303
|
+
# vpc_endpoint_id: "VpcEndpointId",
|
303
304
|
# egress_only_internet_gateway_id: "EgressOnlyInternetGatewayId",
|
304
305
|
# gateway_id: "RouteGatewayId",
|
305
306
|
# instance_id: "InstanceId",
|
@@ -323,6 +324,9 @@ module Aws::EC2
|
|
323
324
|
# without actually making the request, and provides an error response.
|
324
325
|
# If you have the required permissions, the error response is
|
325
326
|
# `DryRunOperation`. Otherwise, it is `UnauthorizedOperation`.
|
327
|
+
# @option options [String] :vpc_endpoint_id
|
328
|
+
# The ID of a VPC endpoint. Supported for Gateway Load Balancer
|
329
|
+
# endpoints only.
|
326
330
|
# @option options [String] :egress_only_internet_gateway_id
|
327
331
|
# \[IPv6 traffic only\] The ID of an egress-only internet gateway.
|
328
332
|
# @option options [String] :gateway_id
|
@@ -227,6 +227,7 @@ module Aws::EC2
|
|
227
227
|
# destination_ipv_6_cidr_block: "String",
|
228
228
|
# destination_prefix_list_id: "PrefixListResourceId",
|
229
229
|
# dry_run: false,
|
230
|
+
# vpc_endpoint_id: "VpcEndpointId",
|
230
231
|
# egress_only_internet_gateway_id: "EgressOnlyInternetGatewayId",
|
231
232
|
# gateway_id: "RouteGatewayId",
|
232
233
|
# instance_id: "InstanceId",
|
@@ -253,6 +254,9 @@ module Aws::EC2
|
|
253
254
|
# without actually making the request, and provides an error response.
|
254
255
|
# If you have the required permissions, the error response is
|
255
256
|
# `DryRunOperation`. Otherwise, it is `UnauthorizedOperation`.
|
257
|
+
# @option options [String] :vpc_endpoint_id
|
258
|
+
# The ID of a VPC endpoint. Supported for Gateway Load Balancer
|
259
|
+
# endpoints only.
|
256
260
|
# @option options [String] :egress_only_internet_gateway_id
|
257
261
|
# \[IPv6 traffic only\] The ID of an egress-only internet gateway.
|
258
262
|
# @option options [String] :gateway_id
|
data/lib/aws-sdk-ec2/snapshot.rb
CHANGED
@@ -115,10 +115,9 @@ module Aws::EC2
|
|
115
115
|
data[:volume_size]
|
116
116
|
end
|
117
117
|
|
118
|
-
# The AWS owner alias,
|
119
|
-
#
|
120
|
-
#
|
121
|
-
# account alias, which is set from the IAM console.
|
118
|
+
# The AWS owner alias, from an Amazon-maintained list (`amazon`). This
|
119
|
+
# is not the user-configured AWS account alias set using the IAM
|
120
|
+
# console.
|
122
121
|
# @return [String]
|
123
122
|
def owner_alias
|
124
123
|
data[:owner_alias]
|
@@ -336,15 +335,15 @@ module Aws::EC2
|
|
336
335
|
#
|
337
336
|
# You can specify the CMK using any of the following:
|
338
337
|
#
|
339
|
-
# * Key ID. For example,
|
338
|
+
# * Key ID. For example, 1234abcd-12ab-34cd-56ef-1234567890ab.
|
340
339
|
#
|
341
340
|
# * Key alias. For example, alias/ExampleAlias.
|
342
341
|
#
|
343
342
|
# * Key ARN. For example,
|
344
|
-
# arn:aws:kms
|
343
|
+
# arn:aws:kms:us-east-1:012345678910:key/1234abcd-12ab-34cd-56ef-1234567890ab.
|
345
344
|
#
|
346
345
|
# * Alias ARN. For example,
|
347
|
-
# arn:aws:kms
|
346
|
+
# arn:aws:kms:us-east-1:012345678910:alias/ExampleAlias.
|
348
347
|
#
|
349
348
|
# AWS authenticates the CMK asynchronously. Therefore, if you specify an
|
350
349
|
# ID, alias, or ARN that is not valid, the action can appear to
|
data/lib/aws-sdk-ec2/types.rb
CHANGED
@@ -462,7 +462,7 @@ module Aws::EC2
|
|
462
462
|
# {
|
463
463
|
# domain: "vpc", # accepts vpc, standard
|
464
464
|
# address: "PublicIpAddress",
|
465
|
-
# public_ipv_4_pool: "
|
465
|
+
# public_ipv_4_pool: "Ipv4PoolEc2Id",
|
466
466
|
# network_border_group: "String",
|
467
467
|
# customer_owned_ipv_4_pool: "String",
|
468
468
|
# dry_run: false,
|
@@ -1156,8 +1156,8 @@ module Aws::EC2
|
|
1156
1156
|
# @return [String]
|
1157
1157
|
#
|
1158
1158
|
# @!attribute [rw] encryption_kms_key_id
|
1159
|
-
# The ID of the AWS
|
1160
|
-
#
|
1159
|
+
# The ID of the AWS KMS CMK used to encrypt the private key of the
|
1160
|
+
# certificate.
|
1161
1161
|
# @return [String]
|
1162
1162
|
#
|
1163
1163
|
# @see http://docs.aws.amazon.com/goto/WebAPI/ec2-2016-11-15/AssociateEnclaveCertificateIamRoleResult AWS API Documentation
|
@@ -1514,7 +1514,8 @@ module Aws::EC2
|
|
1514
1514
|
# @return [String]
|
1515
1515
|
#
|
1516
1516
|
# @!attribute [rw] encryption_kms_key_id
|
1517
|
-
# The ID of the KMS key used to encrypt the
|
1517
|
+
# The ID of the KMS customer master key (CMK) used to encrypt the
|
1518
|
+
# private key.
|
1518
1519
|
# @return [String]
|
1519
1520
|
#
|
1520
1521
|
# @see http://docs.aws.amazon.com/goto/WebAPI/ec2-2016-11-15/AssociatedRole AWS API Documentation
|
@@ -4623,32 +4624,29 @@ module Aws::EC2
|
|
4623
4624
|
# @return [Boolean]
|
4624
4625
|
#
|
4625
4626
|
# @!attribute [rw] kms_key_id
|
4626
|
-
#
|
4627
|
-
# customer master key (CMK) to use when creating
|
4628
|
-
#
|
4629
|
-
#
|
4630
|
-
#
|
4631
|
-
# be set.
|
4627
|
+
# The identifier of the symmetric AWS Key Management Service (AWS KMS)
|
4628
|
+
# customer master key (CMK) to use when creating encrypted volumes. If
|
4629
|
+
# this parameter is not specified, your AWS managed CMK for EBS is
|
4630
|
+
# used. If you specify a CMK, you must also set the encrypted state to
|
4631
|
+
# `true`.
|
4632
4632
|
#
|
4633
|
-
#
|
4634
|
-
# name, or alias ARN. When using an alias name, prefix it with
|
4635
|
-
# "alias/". For example:
|
4633
|
+
# You can specify a CMK using any of the following:
|
4636
4634
|
#
|
4637
|
-
# * Key ID
|
4635
|
+
# * Key ID. For example, 1234abcd-12ab-34cd-56ef-1234567890ab.
|
4638
4636
|
#
|
4639
|
-
# * Key
|
4640
|
-
# `arn:aws:kms:us-east-2:111122223333:key/1234abcd-12ab-34cd-56ef-1234567890ab`
|
4637
|
+
# * Key alias. For example, alias/ExampleAlias.
|
4641
4638
|
#
|
4642
|
-
# *
|
4639
|
+
# * Key ARN. For example,
|
4640
|
+
# arn:aws:kms:us-east-1:012345678910:key/1234abcd-12ab-34cd-56ef-1234567890ab.
|
4643
4641
|
#
|
4644
|
-
# * Alias ARN
|
4642
|
+
# * Alias ARN. For example,
|
4643
|
+
# arn:aws:kms:us-east-1:012345678910:alias/ExampleAlias.
|
4645
4644
|
#
|
4646
|
-
# AWS
|
4647
|
-
#
|
4648
|
-
#
|
4645
|
+
# AWS authenticates the CMK asynchronously. Therefore, if you specify
|
4646
|
+
# an identifier that is not valid, the action can appear to complete,
|
4647
|
+
# but eventually fails.
|
4649
4648
|
#
|
4650
|
-
# The specified CMK must exist in the Region
|
4651
|
-
# being copied to.
|
4649
|
+
# The specified CMK must exist in the destination Region.
|
4652
4650
|
#
|
4653
4651
|
# Amazon EBS does not support asymmetric CMKs.
|
4654
4652
|
# @return [String]
|
@@ -4764,15 +4762,15 @@ module Aws::EC2
|
|
4764
4762
|
#
|
4765
4763
|
# You can specify the CMK using any of the following:
|
4766
4764
|
#
|
4767
|
-
# * Key ID. For example,
|
4765
|
+
# * Key ID. For example, 1234abcd-12ab-34cd-56ef-1234567890ab.
|
4768
4766
|
#
|
4769
4767
|
# * Key alias. For example, alias/ExampleAlias.
|
4770
4768
|
#
|
4771
4769
|
# * Key ARN. For example,
|
4772
|
-
# arn:aws:kms
|
4770
|
+
# arn:aws:kms:us-east-1:012345678910:key/1234abcd-12ab-34cd-56ef-1234567890ab.
|
4773
4771
|
#
|
4774
4772
|
# * Alias ARN. For example,
|
4775
|
-
# arn:aws:kms
|
4773
|
+
# arn:aws:kms:us-east-1:012345678910:alias/ExampleAlias.
|
4776
4774
|
#
|
4777
4775
|
# AWS authenticates the CMK asynchronously. Therefore, if you specify
|
4778
4776
|
# an ID, alias, or ARN that is not valid, the action can appear to
|
@@ -6467,14 +6465,14 @@ module Aws::EC2
|
|
6467
6465
|
#
|
6468
6466
|
# {
|
6469
6467
|
# description: "String",
|
6470
|
-
# export_to_s3_task: {
|
6468
|
+
# export_to_s3_task: { # required
|
6471
6469
|
# container_format: "ova", # accepts ova
|
6472
6470
|
# disk_image_format: "VMDK", # accepts VMDK, RAW, VHD
|
6473
6471
|
# s3_bucket: "String",
|
6474
6472
|
# s3_prefix: "String",
|
6475
6473
|
# },
|
6476
6474
|
# instance_id: "InstanceId", # required
|
6477
|
-
# target_environment: "citrix", # accepts citrix, vmware, microsoft
|
6475
|
+
# target_environment: "citrix", # required, accepts citrix, vmware, microsoft
|
6478
6476
|
# tag_specifications: [
|
6479
6477
|
# {
|
6480
6478
|
# resource_type: "client-vpn-endpoint", # accepts client-vpn-endpoint, customer-gateway, dedicated-host, dhcp-options, egress-only-internet-gateway, elastic-ip, elastic-gpu, export-image-task, export-instance-task, fleet, fpga-image, host-reservation, image, import-image-task, import-snapshot-task, instance, internet-gateway, key-pair, launch-template, local-gateway-route-table-vpc-association, natgateway, network-acl, network-interface, placement-group, reserved-instances, route-table, security-group, snapshot, spot-fleet-request, spot-instances-request, subnet, traffic-mirror-filter, traffic-mirror-session, traffic-mirror-target, transit-gateway, transit-gateway-attachment, transit-gateway-multicast-domain, transit-gateway-route-table, volume, vpc, vpc-peering-connection, vpn-connection, vpn-gateway, vpc-flow-log
|
@@ -7900,6 +7898,7 @@ module Aws::EC2
|
|
7900
7898
|
# destination_ipv_6_cidr_block: "String",
|
7901
7899
|
# destination_prefix_list_id: "PrefixListResourceId",
|
7902
7900
|
# dry_run: false,
|
7901
|
+
# vpc_endpoint_id: "VpcEndpointId",
|
7903
7902
|
# egress_only_internet_gateway_id: "EgressOnlyInternetGatewayId",
|
7904
7903
|
# gateway_id: "RouteGatewayId",
|
7905
7904
|
# instance_id: "InstanceId",
|
@@ -7935,6 +7934,11 @@ module Aws::EC2
|
|
7935
7934
|
# `DryRunOperation`. Otherwise, it is `UnauthorizedOperation`.
|
7936
7935
|
# @return [Boolean]
|
7937
7936
|
#
|
7937
|
+
# @!attribute [rw] vpc_endpoint_id
|
7938
|
+
# The ID of a VPC endpoint. Supported for Gateway Load Balancer
|
7939
|
+
# endpoints only.
|
7940
|
+
# @return [String]
|
7941
|
+
#
|
7938
7942
|
# @!attribute [rw] egress_only_internet_gateway_id
|
7939
7943
|
# \[IPv6 traffic only\] The ID of an egress-only internet gateway.
|
7940
7944
|
# @return [String]
|
@@ -7988,6 +7992,7 @@ module Aws::EC2
|
|
7988
7992
|
:destination_ipv_6_cidr_block,
|
7989
7993
|
:destination_prefix_list_id,
|
7990
7994
|
:dry_run,
|
7995
|
+
:vpc_endpoint_id,
|
7991
7996
|
:egress_only_internet_gateway_id,
|
7992
7997
|
:gateway_id,
|
7993
7998
|
:instance_id,
|
@@ -9398,7 +9403,7 @@ module Aws::EC2
|
|
9398
9403
|
# @return [String]
|
9399
9404
|
#
|
9400
9405
|
# @!attribute [rw] ipv_6_support
|
9401
|
-
# Enable or disable IPv6 support.
|
9406
|
+
# Enable or disable IPv6 support.
|
9402
9407
|
# @return [String]
|
9403
9408
|
#
|
9404
9409
|
# @!attribute [rw] appliance_mode_support
|
@@ -9571,15 +9576,15 @@ module Aws::EC2
|
|
9571
9576
|
#
|
9572
9577
|
# You can specify the CMK using any of the following:
|
9573
9578
|
#
|
9574
|
-
# * Key ID. For example,
|
9579
|
+
# * Key ID. For example, 1234abcd-12ab-34cd-56ef-1234567890ab.
|
9575
9580
|
#
|
9576
9581
|
# * Key alias. For example, alias/ExampleAlias.
|
9577
9582
|
#
|
9578
9583
|
# * Key ARN. For example,
|
9579
|
-
# arn:aws:kms
|
9584
|
+
# arn:aws:kms:us-east-1:012345678910:key/1234abcd-12ab-34cd-56ef-1234567890ab.
|
9580
9585
|
#
|
9581
9586
|
# * Alias ARN. For example,
|
9582
|
-
# arn:aws:kms
|
9587
|
+
# arn:aws:kms:us-east-1:012345678910:alias/ExampleAlias.
|
9583
9588
|
#
|
9584
9589
|
# AWS authenticates the CMK asynchronously. Therefore, if you specify
|
9585
9590
|
# an ID, alias, or ARN that is not valid, the action can appear to
|
@@ -9742,7 +9747,7 @@ module Aws::EC2
|
|
9742
9747
|
#
|
9743
9748
|
# {
|
9744
9749
|
# dry_run: false,
|
9745
|
-
# vpc_endpoint_type: "Interface", # accepts Interface, Gateway
|
9750
|
+
# vpc_endpoint_type: "Interface", # accepts Interface, Gateway, GatewayLoadBalancer
|
9746
9751
|
# vpc_id: "VpcId", # required
|
9747
9752
|
# service_name: "String", # required
|
9748
9753
|
# policy_document: "String",
|
@@ -9788,10 +9793,10 @@ module Aws::EC2
|
|
9788
9793
|
# @return [String]
|
9789
9794
|
#
|
9790
9795
|
# @!attribute [rw] policy_document
|
9791
|
-
# A policy to attach to the endpoint
|
9792
|
-
# service. The policy must be in valid
|
9793
|
-
# is not specified, we attach a default
|
9794
|
-
# to the service.
|
9796
|
+
# (Interface and gateway endpoints) A policy to attach to the endpoint
|
9797
|
+
# that controls access to the service. The policy must be in valid
|
9798
|
+
# JSON format. If this parameter is not specified, we attach a default
|
9799
|
+
# policy that allows full access to the service.
|
9795
9800
|
# @return [String]
|
9796
9801
|
#
|
9797
9802
|
# @!attribute [rw] route_table_ids
|
@@ -9799,8 +9804,9 @@ module Aws::EC2
|
|
9799
9804
|
# @return [Array<String>]
|
9800
9805
|
#
|
9801
9806
|
# @!attribute [rw] subnet_ids
|
9802
|
-
# (Interface
|
9803
|
-
# create an endpoint network interface.
|
9807
|
+
# (Interface and Gateway Load Balancer endpoints) The ID of one or
|
9808
|
+
# more subnets in which to create an endpoint network interface. For a
|
9809
|
+
# Gateway Load Balancer endpoint, you can specify one subnet only.
|
9804
9810
|
# @return [Array<String>]
|
9805
9811
|
#
|
9806
9812
|
# @!attribute [rw] security_group_ids
|
@@ -9884,7 +9890,8 @@ module Aws::EC2
|
|
9884
9890
|
# dry_run: false,
|
9885
9891
|
# acceptance_required: false,
|
9886
9892
|
# private_dns_name: "String",
|
9887
|
-
# network_load_balancer_arns: ["String"],
|
9893
|
+
# network_load_balancer_arns: ["String"],
|
9894
|
+
# gateway_load_balancer_arns: ["String"],
|
9888
9895
|
# client_token: "String",
|
9889
9896
|
# tag_specifications: [
|
9890
9897
|
# {
|
@@ -9913,7 +9920,8 @@ module Aws::EC2
|
|
9913
9920
|
# @return [Boolean]
|
9914
9921
|
#
|
9915
9922
|
# @!attribute [rw] private_dns_name
|
9916
|
-
# The private DNS name to assign to
|
9923
|
+
# (Interface endpoint configuration) The private DNS name to assign to
|
9924
|
+
# the VPC endpoint service.
|
9917
9925
|
# @return [String]
|
9918
9926
|
#
|
9919
9927
|
# @!attribute [rw] network_load_balancer_arns
|
@@ -9921,6 +9929,11 @@ module Aws::EC2
|
|
9921
9929
|
# Balancers for your service.
|
9922
9930
|
# @return [Array<String>]
|
9923
9931
|
#
|
9932
|
+
# @!attribute [rw] gateway_load_balancer_arns
|
9933
|
+
# The Amazon Resource Names (ARNs) of one or more Gateway Load
|
9934
|
+
# Balancers.
|
9935
|
+
# @return [Array<String>]
|
9936
|
+
#
|
9924
9937
|
# @!attribute [rw] client_token
|
9925
9938
|
# Unique, case-sensitive identifier that you provide to ensure the
|
9926
9939
|
# idempotency of the request. For more information, see [How to Ensure
|
@@ -9942,6 +9955,7 @@ module Aws::EC2
|
|
9942
9955
|
:acceptance_required,
|
9943
9956
|
:private_dns_name,
|
9944
9957
|
:network_load_balancer_arns,
|
9958
|
+
:gateway_load_balancer_arns,
|
9945
9959
|
:client_token,
|
9946
9960
|
:tag_specifications)
|
9947
9961
|
SENSITIVE = []
|
@@ -10813,8 +10827,15 @@ module Aws::EC2
|
|
10813
10827
|
# @return [Array<String>]
|
10814
10828
|
#
|
10815
10829
|
# @!attribute [rw] terminate_instances
|
10816
|
-
# Indicates whether to terminate instances
|
10817
|
-
# deleted
|
10830
|
+
# Indicates whether to terminate the instances when the EC2 Fleet is
|
10831
|
+
# deleted. The default is to terminate the instances.
|
10832
|
+
#
|
10833
|
+
# To let the instances continue to run after the EC2 Fleet is deleted,
|
10834
|
+
# specify `NoTerminateInstances`. Supported only for fleets of type
|
10835
|
+
# `maintain` and `request`.
|
10836
|
+
#
|
10837
|
+
# For `instant` fleets, you cannot specify `NoTerminateInstances`. A
|
10838
|
+
# deleted `instant` fleet with running instances is not supported.
|
10818
10839
|
# @return [Boolean]
|
10819
10840
|
#
|
10820
10841
|
# @see http://docs.aws.amazon.com/goto/WebAPI/ec2-2016-11-15/DeleteFleetsRequest AWS API Documentation
|
@@ -15073,7 +15094,7 @@ module Aws::EC2
|
|
15073
15094
|
#
|
15074
15095
|
# * `log-destination-type` - The type of destination to which the flow
|
15075
15096
|
# log publishes data. Possible destination types include
|
15076
|
-
# `cloud-watch-logs` and `
|
15097
|
+
# `cloud-watch-logs` and `s3`.
|
15077
15098
|
#
|
15078
15099
|
# * `flow-log-id` - The ID of the flow log.
|
15079
15100
|
#
|
@@ -16376,7 +16397,7 @@ module Aws::EC2
|
|
16376
16397
|
# the location type is `region` (default), the location is the
|
16377
16398
|
# Region code (for example, `us-east-2`.)
|
16378
16399
|
#
|
16379
|
-
# * `instance-type` - The instance type.
|
16400
|
+
# * `instance-type` - The instance type. For example, `c5.2xlarge`.
|
16380
16401
|
# @return [Array<Types::Filter>]
|
16381
16402
|
#
|
16382
16403
|
# @!attribute [rw] max_results
|
@@ -16455,17 +16476,17 @@ module Aws::EC2
|
|
16455
16476
|
# One or more filters. Filter names and values are case-sensitive.
|
16456
16477
|
#
|
16457
16478
|
# * `auto-recovery-supported` - Indicates whether auto recovery is
|
16458
|
-
# supported
|
16479
|
+
# supported (`true` \| `false`).
|
16459
16480
|
#
|
16460
|
-
# * `bare-metal` - Indicates whether it is a bare metal instance type
|
16461
|
-
# (`true` \| `false`)
|
16481
|
+
# * `bare-metal` - Indicates whether it is a bare metal instance type
|
16482
|
+
# (`true` \| `false`).
|
16462
16483
|
#
|
16463
16484
|
# * `burstable-performance-supported` - Indicates whether it is a
|
16464
|
-
# burstable performance instance type
|
16485
|
+
# burstable performance instance type (`true` \| `false`).
|
16465
16486
|
#
|
16466
16487
|
# * `current-generation` - Indicates whether this instance type is the
|
16467
|
-
# latest generation instance type of an instance family
|
16468
|
-
# `false`)
|
16488
|
+
# latest generation instance type of an instance family (`true` \|
|
16489
|
+
# `false`).
|
16469
16490
|
#
|
16470
16491
|
# * `ebs-info.ebs-optimized-info.baseline-bandwidth-in-mbps` - The
|
16471
16492
|
# baseline bandwidth performance for an EBS-optimized instance type,
|
@@ -16477,7 +16498,7 @@ module Aws::EC2
|
|
16477
16498
|
#
|
16478
16499
|
# * `ebs-info.ebs-optimized-info.baseline-throughput-in-mbps` - The
|
16479
16500
|
# baseline throughput performance for an EBS-optimized instance
|
16480
|
-
# type, in
|
16501
|
+
# type, in MB/s.
|
16481
16502
|
#
|
16482
16503
|
# * `ebs-info.ebs-optimized-info.maximum-bandwidth-in-mbps` - The
|
16483
16504
|
# maximum bandwidth performance for an EBS-optimized instance type,
|
@@ -16489,25 +16510,25 @@ module Aws::EC2
|
|
16489
16510
|
#
|
16490
16511
|
# * `ebs-info.ebs-optimized-info.maximum-throughput-in-mbps` - The
|
16491
16512
|
# maximum throughput performance for an EBS-optimized instance type,
|
16492
|
-
# in
|
16513
|
+
# in MB/s.
|
16493
16514
|
#
|
16494
16515
|
# * `ebs-info.ebs-optimized-support` - Indicates whether the instance
|
16495
|
-
# type is EBS-optimized
|
16516
|
+
# type is EBS-optimized (`supported` \| `unsupported` \| `default`).
|
16496
16517
|
#
|
16497
16518
|
# * `ebs-info.encryption-support` - Indicates whether EBS encryption
|
16498
|
-
# is supported
|
16519
|
+
# is supported (`supported` \| `unsupported`).
|
16499
16520
|
#
|
16500
16521
|
# * `ebs-info.nvme-support` - Indicates whether non-volatile memory
|
16501
|
-
# express (NVMe) is supported for EBS volumes
|
16502
|
-
# `supported` \| `unsupported`)
|
16522
|
+
# express (NVMe) is supported for EBS volumes (`required` \|
|
16523
|
+
# `supported` \| `unsupported`).
|
16503
16524
|
#
|
16504
16525
|
# * `free-tier-eligible` - Indicates whether the instance type is
|
16505
|
-
# eligible to use in the free tier
|
16526
|
+
# eligible to use in the free tier (`true` \| `false`).
|
16506
16527
|
#
|
16507
16528
|
# * `hibernation-supported` - Indicates whether On-Demand hibernation
|
16508
|
-
# is supported
|
16529
|
+
# is supported (`true` \| `false`).
|
16509
16530
|
#
|
16510
|
-
# * `hypervisor` - The hypervisor
|
16531
|
+
# * `hypervisor` - The hypervisor (`nitro` \| `xen`).
|
16511
16532
|
#
|
16512
16533
|
# * `instance-storage-info.disk.count` - The number of local disks.
|
16513
16534
|
#
|
@@ -16515,17 +16536,17 @@ module Aws::EC2
|
|
16515
16536
|
# instance storage disk, in GB.
|
16516
16537
|
#
|
16517
16538
|
# * `instance-storage-info.disk.type` - The storage technology for the
|
16518
|
-
# local instance storage disks
|
16539
|
+
# local instance storage disks (`hdd` \| `ssd`).
|
16519
16540
|
#
|
16520
16541
|
# * `instance-storage-info.nvme-support` - Indicates whether
|
16521
|
-
# non-volatile memory express (NVMe) is supported for instance
|
16522
|
-
#
|
16542
|
+
# non-volatile memory express (NVMe) is supported for instance store
|
16543
|
+
# (`required` \| `supported`) \| `unsupported`).
|
16523
16544
|
#
|
16524
16545
|
# * `instance-storage-info.total-size-in-gb` - The total amount of
|
16525
16546
|
# storage available from all local instance storage, in GB.
|
16526
16547
|
#
|
16527
16548
|
# * `instance-storage-supported` - Indicates whether the instance type
|
16528
|
-
# has local instance storage
|
16549
|
+
# has local instance storage (`true` \| `false`).
|
16529
16550
|
#
|
16530
16551
|
# * `instance-type` - The instance type (for example `c5.2xlarge` or
|
16531
16552
|
# c5*).
|
@@ -16533,11 +16554,11 @@ module Aws::EC2
|
|
16533
16554
|
# * `memory-info.size-in-mib` - The memory size.
|
16534
16555
|
#
|
16535
16556
|
# * `network-info.efa-supported` - Indicates whether the instance type
|
16536
|
-
# supports Elastic Fabric Adapter (EFA)
|
16557
|
+
# supports Elastic Fabric Adapter (EFA) (`true` \| `false`).
|
16537
16558
|
#
|
16538
16559
|
# * `network-info.ena-support` - Indicates whether Elastic Network
|
16539
|
-
# Adapter (ENA) is supported or required
|
16540
|
-
# \| `unsupported`)
|
16560
|
+
# Adapter (ENA) is supported or required (`required` \| `supported`
|
16561
|
+
# \| `unsupported`).
|
16541
16562
|
#
|
16542
16563
|
# * `network-info.ipv4-addresses-per-interface` - The maximum number
|
16543
16564
|
# of private IPv4 addresses per network interface.
|
@@ -16546,7 +16567,7 @@ module Aws::EC2
|
|
16546
16567
|
# of private IPv6 addresses per network interface.
|
16547
16568
|
#
|
16548
16569
|
# * `network-info.ipv6-supported` - Indicates whether the instance
|
16549
|
-
# type supports IPv6
|
16570
|
+
# type supports IPv6 (`true` \| `false`).
|
16550
16571
|
#
|
16551
16572
|
# * `network-info.maximum-network-interfaces` - The maximum number of
|
16552
16573
|
# network interfaces per instance.
|
@@ -16554,19 +16575,19 @@ module Aws::EC2
|
|
16554
16575
|
# * `network-info.network-performance` - The network performance (for
|
16555
16576
|
# example, "25 Gigabit").
|
16556
16577
|
#
|
16557
|
-
# * `processor-info.supported-architecture` - The CPU architecture
|
16558
|
-
# (`arm64` \| `i386` \| `x86_64`)
|
16578
|
+
# * `processor-info.supported-architecture` - The CPU architecture
|
16579
|
+
# (`arm64` \| `i386` \| `x86_64`).
|
16559
16580
|
#
|
16560
16581
|
# * `processor-info.sustained-clock-speed-in-ghz` - The CPU clock
|
16561
16582
|
# speed, in GHz.
|
16562
16583
|
#
|
16563
|
-
# * `supported-root-device-type` - The root device type
|
16564
|
-
# `instance-store`)
|
16584
|
+
# * `supported-root-device-type` - The root device type (`ebs` \|
|
16585
|
+
# `instance-store`).
|
16565
16586
|
#
|
16566
|
-
# * `supported-usage-class` - The usage class
|
16587
|
+
# * `supported-usage-class` - The usage class (`on-demand` \| `spot`).
|
16567
16588
|
#
|
16568
|
-
# * `supported-virtualization-type` - The virtualization type
|
16569
|
-
# \| `paravirtual`)
|
16589
|
+
# * `supported-virtualization-type` - The virtualization type (`hvm`
|
16590
|
+
# \| `paravirtual`).
|
16570
16591
|
#
|
16571
16592
|
# * `vcpu-info.default-cores` - The default number of cores for the
|
16572
16593
|
# instance type.
|
@@ -21582,6 +21603,16 @@ module Aws::EC2
|
|
21582
21603
|
# `initiatingRequest` \| `modifying` \| `pendingAcceptance` \|
|
21583
21604
|
# `pending` \| `rollingBack` \| `rejected` \| `rejecting`).
|
21584
21605
|
#
|
21606
|
+
# * `tag`\:<key> - The key/value combination of a tag assigned
|
21607
|
+
# to the resource. Use the tag key in the filter name and the tag
|
21608
|
+
# value as the filter value. For example, to find all resources that
|
21609
|
+
# have a tag with the key `Owner` and the value `TeamA`, specify
|
21610
|
+
# `tag:Owner` for the filter name and `TeamA` for the filter value.
|
21611
|
+
#
|
21612
|
+
# * `tag-key` - The key of a tag assigned to the resource. Use this
|
21613
|
+
# filter to find all resources that have a tag with a specific key,
|
21614
|
+
# regardless of the tag value.
|
21615
|
+
#
|
21585
21616
|
# * `transit-gateway-id` - The ID of the transit gateway.
|
21586
21617
|
# @return [Array<Types::Filter>]
|
21587
21618
|
#
|
@@ -22961,6 +22992,9 @@ module Aws::EC2
|
|
22961
22992
|
# (`pendingAcceptance` \| `pending` \| `available` \| `deleting` \|
|
22962
22993
|
# `deleted` \| `rejected` \| `failed`).
|
22963
22994
|
#
|
22995
|
+
# * `vpc-endpoint-type` - The type of VPC endpoint (`Interface` \|
|
22996
|
+
# `Gateway` \| `GatewayLoadBalancer`).
|
22997
|
+
#
|
22964
22998
|
# * `tag`\:<key> - The key/value combination of a tag assigned
|
22965
22999
|
# to the resource. Use the tag key in the filter name and the tag
|
22966
23000
|
# value as the filter value. For example, to find all resources that
|
@@ -24843,9 +24877,9 @@ module Aws::EC2
|
|
24843
24877
|
# Describes the Amazon EBS features supported by the instance type.
|
24844
24878
|
#
|
24845
24879
|
# @!attribute [rw] ebs_optimized_support
|
24846
|
-
# Indicates
|
24847
|
-
# information, see [Amazon EBS-Optimized Instances][1] in *Amazon
|
24848
|
-
# User Guide for Linux Instances*.
|
24880
|
+
# Indicates whether the instance type is Amazon EBS-optimized. For
|
24881
|
+
# more information, see [Amazon EBS-Optimized Instances][1] in *Amazon
|
24882
|
+
# EC2 User Guide for Linux Instances*.
|
24849
24883
|
#
|
24850
24884
|
#
|
24851
24885
|
#
|
@@ -24942,7 +24976,7 @@ module Aws::EC2
|
|
24942
24976
|
#
|
24943
24977
|
# @!attribute [rw] baseline_throughput_in_m_bps
|
24944
24978
|
# The baseline throughput performance for an EBS-optimized instance
|
24945
|
-
# type, in
|
24979
|
+
# type, in MB/s.
|
24946
24980
|
# @return [Float]
|
24947
24981
|
#
|
24948
24982
|
# @!attribute [rw] baseline_iops
|
@@ -24957,7 +24991,7 @@ module Aws::EC2
|
|
24957
24991
|
#
|
24958
24992
|
# @!attribute [rw] maximum_throughput_in_m_bps
|
24959
24993
|
# The maximum throughput performance for an EBS-optimized instance
|
24960
|
-
# type, in
|
24994
|
+
# type, in MB/s.
|
24961
24995
|
# @return [Float]
|
24962
24996
|
#
|
24963
24997
|
# @!attribute [rw] maximum_iops
|
@@ -26854,8 +26888,8 @@ module Aws::EC2
|
|
26854
26888
|
#
|
26855
26889
|
# <note markdown="1"> When a replacement instance is launched, the instance marked for
|
26856
26890
|
# rebalance is not automatically terminated. You can terminate it, or
|
26857
|
-
# you can
|
26858
|
-
#
|
26891
|
+
# you can leave it running. You are charged for both instances while
|
26892
|
+
# they are running.
|
26859
26893
|
#
|
26860
26894
|
# </note>
|
26861
26895
|
# @return [String]
|
@@ -26895,8 +26929,8 @@ module Aws::EC2
|
|
26895
26929
|
#
|
26896
26930
|
# <note markdown="1"> When a replacement instance is launched, the instance marked for
|
26897
26931
|
# rebalance is not automatically terminated. You can terminate it, or
|
26898
|
-
# you can
|
26899
|
-
#
|
26932
|
+
# you can leave it running. You are charged for all instances while
|
26933
|
+
# they are running.
|
26900
26934
|
#
|
26901
26935
|
# </note>
|
26902
26936
|
# @return [String]
|
@@ -27086,7 +27120,7 @@ module Aws::EC2
|
|
27086
27120
|
# Describes the memory for the FPGA accelerator for the instance type.
|
27087
27121
|
#
|
27088
27122
|
# @!attribute [rw] size_in_mi_b
|
27089
|
-
# The size
|
27123
|
+
# The size of the memory available to the FPGA accelerator, in MiB.
|
27090
27124
|
# @return [Integer]
|
27091
27125
|
#
|
27092
27126
|
# @see http://docs.aws.amazon.com/goto/WebAPI/ec2-2016-11-15/FpgaDeviceMemoryInfo AWS API Documentation
|
@@ -28662,7 +28696,7 @@ module Aws::EC2
|
|
28662
28696
|
# Describes the memory available to the GPU accelerator.
|
28663
28697
|
#
|
28664
28698
|
# @!attribute [rw] size_in_mi_b
|
28665
|
-
# The size
|
28699
|
+
# The size of the memory available to the GPU accelerator, in MiB.
|
28666
28700
|
# @return [Integer]
|
28667
28701
|
#
|
28668
28702
|
# @see http://docs.aws.amazon.com/goto/WebAPI/ec2-2016-11-15/GpuDeviceMemoryInfo AWS API Documentation
|
@@ -28681,7 +28715,7 @@ module Aws::EC2
|
|
28681
28715
|
#
|
28682
28716
|
# @!attribute [rw] total_gpu_memory_in_mi_b
|
28683
28717
|
# The total size of the memory for the GPU accelerators for the
|
28684
|
-
# instance type.
|
28718
|
+
# instance type, in MiB.
|
28685
28719
|
# @return [Integer]
|
28686
28720
|
#
|
28687
28721
|
# @see http://docs.aws.amazon.com/goto/WebAPI/ec2-2016-11-15/GpuInfo AWS API Documentation
|
@@ -32131,7 +32165,7 @@ module Aws::EC2
|
|
32131
32165
|
# @return [Integer]
|
32132
32166
|
#
|
32133
32167
|
# @!attribute [rw] disks
|
32134
|
-
#
|
32168
|
+
# Describes the disks that are available for the instance type.
|
32135
32169
|
# @return [Array<Types::DiskInfo>]
|
32136
32170
|
#
|
32137
32171
|
# @!attribute [rw] nvme_support
|
@@ -32182,7 +32216,7 @@ module Aws::EC2
|
|
32182
32216
|
# @return [String]
|
32183
32217
|
#
|
32184
32218
|
# @!attribute [rw] current_generation
|
32185
|
-
# Indicates whether the instance type is
|
32219
|
+
# Indicates whether the instance type is current generation.
|
32186
32220
|
# @return [Boolean]
|
32187
32221
|
#
|
32188
32222
|
# @!attribute [rw] free_tier_eligible
|
@@ -32195,7 +32229,7 @@ module Aws::EC2
|
|
32195
32229
|
# @return [Array<String>]
|
32196
32230
|
#
|
32197
32231
|
# @!attribute [rw] supported_root_device_types
|
32198
|
-
#
|
32232
|
+
# The supported root device types.
|
32199
32233
|
# @return [Array<String>]
|
32200
32234
|
#
|
32201
32235
|
# @!attribute [rw] supported_virtualization_types
|
@@ -32203,11 +32237,11 @@ module Aws::EC2
|
|
32203
32237
|
# @return [Array<String>]
|
32204
32238
|
#
|
32205
32239
|
# @!attribute [rw] bare_metal
|
32206
|
-
# Indicates whether the instance is bare metal.
|
32240
|
+
# Indicates whether the instance is a bare metal instance type.
|
32207
32241
|
# @return [Boolean]
|
32208
32242
|
#
|
32209
32243
|
# @!attribute [rw] hypervisor
|
32210
|
-
#
|
32244
|
+
# The hypervisor for the instance type.
|
32211
32245
|
# @return [String]
|
32212
32246
|
#
|
32213
32247
|
# @!attribute [rw] processor_info
|
@@ -32227,7 +32261,7 @@ module Aws::EC2
|
|
32227
32261
|
# @return [Boolean]
|
32228
32262
|
#
|
32229
32263
|
# @!attribute [rw] instance_storage_info
|
32230
|
-
# Describes the
|
32264
|
+
# Describes the instance storage for the instance type.
|
32231
32265
|
# @return [Types::InstanceStorageInfo]
|
32232
32266
|
#
|
32233
32267
|
# @!attribute [rw] ebs_info
|
@@ -34954,7 +34988,7 @@ module Aws::EC2
|
|
34954
34988
|
# Describes the memory for the instance type.
|
34955
34989
|
#
|
34956
34990
|
# @!attribute [rw] size_in_mi_b
|
34957
|
-
#
|
34991
|
+
# The size of the memory, in MiB.
|
34958
34992
|
# @return [Integer]
|
34959
34993
|
#
|
34960
34994
|
# @see http://docs.aws.amazon.com/goto/WebAPI/ec2-2016-11-15/MemoryInfo AWS API Documentation
|
@@ -35304,15 +35338,15 @@ module Aws::EC2
|
|
35304
35338
|
#
|
35305
35339
|
# You can specify the CMK using any of the following:
|
35306
35340
|
#
|
35307
|
-
# * Key ID. For example,
|
35341
|
+
# * Key ID. For example, 1234abcd-12ab-34cd-56ef-1234567890ab.
|
35308
35342
|
#
|
35309
35343
|
# * Key alias. For example, alias/ExampleAlias.
|
35310
35344
|
#
|
35311
35345
|
# * Key ARN. For example,
|
35312
|
-
# arn:aws:kms
|
35346
|
+
# arn:aws:kms:us-east-1:012345678910:key/1234abcd-12ab-34cd-56ef-1234567890ab.
|
35313
35347
|
#
|
35314
35348
|
# * Alias ARN. For example,
|
35315
|
-
# arn:aws:kms
|
35349
|
+
# arn:aws:kms:us-east-1:012345678910:alias/ExampleAlias.
|
35316
35350
|
#
|
35317
35351
|
# AWS authenticates the CMK asynchronously. Therefore, if you specify
|
35318
35352
|
# an ID, alias, or ARN that is not valid, the action can appear to
|
@@ -37632,8 +37666,9 @@ module Aws::EC2
|
|
37632
37666
|
# @return [Boolean]
|
37633
37667
|
#
|
37634
37668
|
# @!attribute [rw] policy_document
|
37635
|
-
# A policy to attach to the endpoint
|
37636
|
-
# service. The policy must be in valid
|
37669
|
+
# (Interface and gateway endpoints) A policy to attach to the endpoint
|
37670
|
+
# that controls access to the service. The policy must be in valid
|
37671
|
+
# JSON format.
|
37637
37672
|
# @return [String]
|
37638
37673
|
#
|
37639
37674
|
# @!attribute [rw] add_route_table_ids
|
@@ -37647,8 +37682,9 @@ module Aws::EC2
|
|
37647
37682
|
# @return [Array<String>]
|
37648
37683
|
#
|
37649
37684
|
# @!attribute [rw] add_subnet_ids
|
37650
|
-
# (Interface
|
37651
|
-
# endpoint.
|
37685
|
+
# (Interface and Gateway Load Balancer endpoints) One or more subnet
|
37686
|
+
# IDs in which to serve the endpoint. For a Gateway Load Balancer
|
37687
|
+
# endpoint, you can specify only one subnet.
|
37652
37688
|
# @return [Array<String>]
|
37653
37689
|
#
|
37654
37690
|
# @!attribute [rw] remove_subnet_ids
|
@@ -37713,6 +37749,8 @@ module Aws::EC2
|
|
37713
37749
|
# acceptance_required: false,
|
37714
37750
|
# add_network_load_balancer_arns: ["String"],
|
37715
37751
|
# remove_network_load_balancer_arns: ["String"],
|
37752
|
+
# add_gateway_load_balancer_arns: ["String"],
|
37753
|
+
# remove_gateway_load_balancer_arns: ["String"],
|
37716
37754
|
# }
|
37717
37755
|
#
|
37718
37756
|
# @!attribute [rw] dry_run
|
@@ -37727,11 +37765,13 @@ module Aws::EC2
|
|
37727
37765
|
# @return [String]
|
37728
37766
|
#
|
37729
37767
|
# @!attribute [rw] private_dns_name
|
37730
|
-
# The private DNS name to assign to
|
37768
|
+
# (Interface endpoint configuration) The private DNS name to assign to
|
37769
|
+
# the endpoint service.
|
37731
37770
|
# @return [String]
|
37732
37771
|
#
|
37733
37772
|
# @!attribute [rw] remove_private_dns_name
|
37734
|
-
# Removes the private DNS name of
|
37773
|
+
# (Interface endpoint configuration) Removes the private DNS name of
|
37774
|
+
# the endpoint service.
|
37735
37775
|
# @return [Boolean]
|
37736
37776
|
#
|
37737
37777
|
# @!attribute [rw] acceptance_required
|
@@ -37749,6 +37789,16 @@ module Aws::EC2
|
|
37749
37789
|
# from your service configuration.
|
37750
37790
|
# @return [Array<String>]
|
37751
37791
|
#
|
37792
|
+
# @!attribute [rw] add_gateway_load_balancer_arns
|
37793
|
+
# The Amazon Resource Names (ARNs) of Gateway Load Balancers to add to
|
37794
|
+
# your service configuration.
|
37795
|
+
# @return [Array<String>]
|
37796
|
+
#
|
37797
|
+
# @!attribute [rw] remove_gateway_load_balancer_arns
|
37798
|
+
# The Amazon Resource Names (ARNs) of Gateway Load Balancers to remove
|
37799
|
+
# from your service configuration.
|
37800
|
+
# @return [Array<String>]
|
37801
|
+
#
|
37752
37802
|
# @see http://docs.aws.amazon.com/goto/WebAPI/ec2-2016-11-15/ModifyVpcEndpointServiceConfigurationRequest AWS API Documentation
|
37753
37803
|
#
|
37754
37804
|
class ModifyVpcEndpointServiceConfigurationRequest < Struct.new(
|
@@ -37758,7 +37808,9 @@ module Aws::EC2
|
|
37758
37808
|
:remove_private_dns_name,
|
37759
37809
|
:acceptance_required,
|
37760
37810
|
:add_network_load_balancer_arns,
|
37761
|
-
:remove_network_load_balancer_arns
|
37811
|
+
:remove_network_load_balancer_arns,
|
37812
|
+
:add_gateway_load_balancer_arns,
|
37813
|
+
:remove_gateway_load_balancer_arns)
|
37762
37814
|
SENSITIVE = []
|
37763
37815
|
include Aws::Structure
|
37764
37816
|
end
|
@@ -38850,16 +38902,53 @@ module Aws::EC2
|
|
38850
38902
|
include Aws::Structure
|
38851
38903
|
end
|
38852
38904
|
|
38905
|
+
# Describes the network card support of the instance type.
|
38906
|
+
#
|
38907
|
+
# @!attribute [rw] network_card_index
|
38908
|
+
# The index of the network card.
|
38909
|
+
# @return [Integer]
|
38910
|
+
#
|
38911
|
+
# @!attribute [rw] network_performance
|
38912
|
+
# The network performance of the network card.
|
38913
|
+
# @return [String]
|
38914
|
+
#
|
38915
|
+
# @!attribute [rw] maximum_network_interfaces
|
38916
|
+
# The maximum number of network interfaces for the network card.
|
38917
|
+
# @return [Integer]
|
38918
|
+
#
|
38919
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/ec2-2016-11-15/NetworkCardInfo AWS API Documentation
|
38920
|
+
#
|
38921
|
+
class NetworkCardInfo < Struct.new(
|
38922
|
+
:network_card_index,
|
38923
|
+
:network_performance,
|
38924
|
+
:maximum_network_interfaces)
|
38925
|
+
SENSITIVE = []
|
38926
|
+
include Aws::Structure
|
38927
|
+
end
|
38928
|
+
|
38853
38929
|
# Describes the networking features of the instance type.
|
38854
38930
|
#
|
38855
38931
|
# @!attribute [rw] network_performance
|
38856
|
-
#
|
38932
|
+
# The network performance.
|
38857
38933
|
# @return [String]
|
38858
38934
|
#
|
38859
38935
|
# @!attribute [rw] maximum_network_interfaces
|
38860
38936
|
# The maximum number of network interfaces for the instance type.
|
38861
38937
|
# @return [Integer]
|
38862
38938
|
#
|
38939
|
+
# @!attribute [rw] maximum_network_cards
|
38940
|
+
# The maximum number of physical network cards that can be allocated
|
38941
|
+
# to the instance.
|
38942
|
+
# @return [Integer]
|
38943
|
+
#
|
38944
|
+
# @!attribute [rw] default_network_card_index
|
38945
|
+
# The index of the default network card, starting at 0.
|
38946
|
+
# @return [Integer]
|
38947
|
+
#
|
38948
|
+
# @!attribute [rw] network_cards
|
38949
|
+
# Describes the network cards for the instance type.
|
38950
|
+
# @return [Array<Types::NetworkCardInfo>]
|
38951
|
+
#
|
38863
38952
|
# @!attribute [rw] ipv_4_addresses_per_interface
|
38864
38953
|
# The maximum number of IPv4 addresses per network interface.
|
38865
38954
|
# @return [Integer]
|
@@ -38885,6 +38974,9 @@ module Aws::EC2
|
|
38885
38974
|
class NetworkInfo < Struct.new(
|
38886
38975
|
:network_performance,
|
38887
38976
|
:maximum_network_interfaces,
|
38977
|
+
:maximum_network_cards,
|
38978
|
+
:default_network_card_index,
|
38979
|
+
:network_cards,
|
38888
38980
|
:ipv_4_addresses_per_interface,
|
38889
38981
|
:ipv_6_addresses_per_interface,
|
38890
38982
|
:ipv_6_supported,
|
@@ -39904,7 +39996,7 @@ module Aws::EC2
|
|
39904
39996
|
# Describes the placement group support of the instance type.
|
39905
39997
|
#
|
39906
39998
|
# @!attribute [rw] supported_strategies
|
39907
|
-
#
|
39999
|
+
# The supported placement group types.
|
39908
40000
|
# @return [Array<String>]
|
39909
40001
|
#
|
39910
40002
|
# @see http://docs.aws.amazon.com/goto/WebAPI/ec2-2016-11-15/PlacementGroupInfo AWS API Documentation
|
@@ -40179,6 +40271,20 @@ module Aws::EC2
|
|
40179
40271
|
include Aws::Structure
|
40180
40272
|
end
|
40181
40273
|
|
40274
|
+
# Information about the Private DNS name for interface endpoints.
|
40275
|
+
#
|
40276
|
+
# @!attribute [rw] private_dns_name
|
40277
|
+
# The private DNS name assigned to the VPC endpoint service.
|
40278
|
+
# @return [String]
|
40279
|
+
#
|
40280
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/ec2-2016-11-15/PrivateDnsDetails AWS API Documentation
|
40281
|
+
#
|
40282
|
+
class PrivateDnsDetails < Struct.new(
|
40283
|
+
:private_dns_name)
|
40284
|
+
SENSITIVE = []
|
40285
|
+
include Aws::Structure
|
40286
|
+
end
|
40287
|
+
|
40182
40288
|
# Information about the private DNS name for the service endpoint. For
|
40183
40289
|
# more information about these parameters, see [VPC Endpoint Service
|
40184
40290
|
# Private DNS Name Verification][1] in the *Amazon Virtual Private Cloud
|
@@ -40251,7 +40357,7 @@ module Aws::EC2
|
|
40251
40357
|
# Describes the processor used by the instance type.
|
40252
40358
|
#
|
40253
40359
|
# @!attribute [rw] supported_architectures
|
40254
|
-
#
|
40360
|
+
# The architectures supported by the instance type.
|
40255
40361
|
# @return [Array<String>]
|
40256
40362
|
#
|
40257
40363
|
# @!attribute [rw] sustained_clock_speed_in_ghz
|
@@ -41737,6 +41843,7 @@ module Aws::EC2
|
|
41737
41843
|
# destination_ipv_6_cidr_block: "String",
|
41738
41844
|
# destination_prefix_list_id: "PrefixListResourceId",
|
41739
41845
|
# dry_run: false,
|
41846
|
+
# vpc_endpoint_id: "VpcEndpointId",
|
41740
41847
|
# egress_only_internet_gateway_id: "EgressOnlyInternetGatewayId",
|
41741
41848
|
# gateway_id: "RouteGatewayId",
|
41742
41849
|
# instance_id: "InstanceId",
|
@@ -41773,6 +41880,11 @@ module Aws::EC2
|
|
41773
41880
|
# `DryRunOperation`. Otherwise, it is `UnauthorizedOperation`.
|
41774
41881
|
# @return [Boolean]
|
41775
41882
|
#
|
41883
|
+
# @!attribute [rw] vpc_endpoint_id
|
41884
|
+
# The ID of a VPC endpoint. Supported for Gateway Load Balancer
|
41885
|
+
# endpoints only.
|
41886
|
+
# @return [String]
|
41887
|
+
#
|
41776
41888
|
# @!attribute [rw] egress_only_internet_gateway_id
|
41777
41889
|
# \[IPv6 traffic only\] The ID of an egress-only internet gateway.
|
41778
41890
|
# @return [String]
|
@@ -41825,6 +41937,7 @@ module Aws::EC2
|
|
41825
41937
|
:destination_ipv_6_cidr_block,
|
41826
41938
|
:destination_prefix_list_id,
|
41827
41939
|
:dry_run,
|
41940
|
+
:vpc_endpoint_id,
|
41828
41941
|
:egress_only_internet_gateway_id,
|
41829
41942
|
:gateway_id,
|
41830
41943
|
:instance_id,
|
@@ -46635,6 +46748,11 @@ module Aws::EC2
|
|
46635
46748
|
# the service.
|
46636
46749
|
# @return [Array<String>]
|
46637
46750
|
#
|
46751
|
+
# @!attribute [rw] gateway_load_balancer_arns
|
46752
|
+
# The Amazon Resource Names (ARNs) of the Gateway Load Balancers for
|
46753
|
+
# the service.
|
46754
|
+
# @return [Array<String>]
|
46755
|
+
#
|
46638
46756
|
# @!attribute [rw] base_endpoint_dns_names
|
46639
46757
|
# The DNS names for the service.
|
46640
46758
|
# @return [Array<String>]
|
@@ -46663,6 +46781,7 @@ module Aws::EC2
|
|
46663
46781
|
:acceptance_required,
|
46664
46782
|
:manages_vpc_endpoints,
|
46665
46783
|
:network_load_balancer_arns,
|
46784
|
+
:gateway_load_balancer_arns,
|
46666
46785
|
:base_endpoint_dns_names,
|
46667
46786
|
:private_dns_name,
|
46668
46787
|
:private_dns_name_configuration,
|
@@ -46701,6 +46820,10 @@ module Aws::EC2
|
|
46701
46820
|
# The private DNS name for the service.
|
46702
46821
|
# @return [String]
|
46703
46822
|
#
|
46823
|
+
# @!attribute [rw] private_dns_names
|
46824
|
+
# The private DNS names assigned to the VPC endpoint service.
|
46825
|
+
# @return [Array<Types::PrivateDnsDetails>]
|
46826
|
+
#
|
46704
46827
|
# @!attribute [rw] vpc_endpoint_policy_supported
|
46705
46828
|
# Indicates whether the service supports endpoint policies.
|
46706
46829
|
# @return [Boolean]
|
@@ -46737,6 +46860,7 @@ module Aws::EC2
|
|
46737
46860
|
:owner,
|
46738
46861
|
:base_endpoint_dns_names,
|
46739
46862
|
:private_dns_name,
|
46863
|
+
:private_dns_names,
|
46740
46864
|
:vpc_endpoint_policy_supported,
|
46741
46865
|
:acceptance_required,
|
46742
46866
|
:manages_vpc_endpoints,
|
@@ -46889,10 +47013,8 @@ module Aws::EC2
|
|
46889
47013
|
# @return [Integer]
|
46890
47014
|
#
|
46891
47015
|
# @!attribute [rw] owner_alias
|
46892
|
-
# The AWS owner alias,
|
46893
|
-
#
|
46894
|
-
# `microsoft`. This AWS owner alias is not to be confused with the
|
46895
|
-
# user-configured AWS account alias, which is set from the IAM
|
47016
|
+
# The AWS owner alias, from an Amazon-maintained list (`amazon`). This
|
47017
|
+
# is not the user-configured AWS account alias set using the IAM
|
46896
47018
|
# console.
|
46897
47019
|
# @return [String]
|
46898
47020
|
#
|
@@ -47177,8 +47299,8 @@ module Aws::EC2
|
|
47177
47299
|
#
|
47178
47300
|
# <note markdown="1"> When a replacement instance is launched, the instance marked for
|
47179
47301
|
# rebalance is not automatically terminated. You can terminate it, or
|
47180
|
-
# you can
|
47181
|
-
#
|
47302
|
+
# you can leave it running. You are charged for all instances while
|
47303
|
+
# they are running.
|
47182
47304
|
#
|
47183
47305
|
# </note>
|
47184
47306
|
# @return [String]
|
@@ -49127,15 +49249,16 @@ module Aws::EC2
|
|
49127
49249
|
# @!attribute [rw] resource_type
|
49128
49250
|
# The type of resource to tag. Currently, the resource types that
|
49129
49251
|
# support tagging on creation are: `capacity-reservation` \|
|
49130
|
-
# `client-vpn-endpoint` \| `customer-gateway` \|
|
49131
|
-
# `
|
49132
|
-
# `
|
49133
|
-
# \| `import-
|
49134
|
-
# `
|
49135
|
-
#
|
49136
|
-
# `
|
49137
|
-
# `
|
49138
|
-
# `
|
49252
|
+
# `carrier-gateway` \| `client-vpn-endpoint` \| `customer-gateway` \|
|
49253
|
+
# `dedicated-host` \| `dhcp-options` \| `export-image-task` \|
|
49254
|
+
# `export-instance-task` \| `fleet` \| `fpga-image` \|
|
49255
|
+
# `host-reservation` \| `import-image-task` \| `import-snapshot-task`
|
49256
|
+
# \| `instance` \| `internet-gateway` \| `ipv4pool-ec2` \|
|
49257
|
+
# `ipv6pool-ec2` \| `key-pair` \| `launch-template` \|
|
49258
|
+
# `placement-group` \| `prefix-list` \| `natgateway` \| `network-acl`
|
49259
|
+
# \| `route-table` \| `security-group` \| `spot-fleet-request` \|
|
49260
|
+
# `spot-instances-request` \| `snapshot` \| `subnet` \|
|
49261
|
+
# `traffic-mirror-filter` \| `traffic-mirror-session` \|
|
49139
49262
|
# `traffic-mirror-target` \| `transit-gateway` \|
|
49140
49263
|
# `transit-gateway-attachment` \| `transit-gateway-route-table` \|
|
49141
49264
|
# `volume` \|`vpc` \| ` vpc-peering-connection` \| `vpc-endpoint` (for
|
@@ -51441,13 +51564,13 @@ module Aws::EC2
|
|
51441
51564
|
# @return [Integer]
|
51442
51565
|
#
|
51443
51566
|
# @!attribute [rw] valid_cores
|
51444
|
-
#
|
51445
|
-
#
|
51567
|
+
# The valid number of cores that can be configured for the instance
|
51568
|
+
# type.
|
51446
51569
|
# @return [Array<Integer>]
|
51447
51570
|
#
|
51448
51571
|
# @!attribute [rw] valid_threads_per_core
|
51449
|
-
#
|
51450
|
-
#
|
51572
|
+
# The valid number of threads per core that can be configured for the
|
51573
|
+
# instance type.
|
51451
51574
|
# @return [Array<Integer>]
|
51452
51575
|
#
|
51453
51576
|
# @see http://docs.aws.amazon.com/goto/WebAPI/ec2-2016-11-15/VCpuInfo AWS API Documentation
|
@@ -52239,6 +52362,11 @@ module Aws::EC2
|
|
52239
52362
|
# the service.
|
52240
52363
|
# @return [Array<String>]
|
52241
52364
|
#
|
52365
|
+
# @!attribute [rw] gateway_load_balancer_arns
|
52366
|
+
# The Amazon Resource Names (ARNs) of the Gateway Load Balancers for
|
52367
|
+
# the service.
|
52368
|
+
# @return [Array<String>]
|
52369
|
+
#
|
52242
52370
|
# @see http://docs.aws.amazon.com/goto/WebAPI/ec2-2016-11-15/VpcEndpointConnection AWS API Documentation
|
52243
52371
|
#
|
52244
52372
|
class VpcEndpointConnection < Struct.new(
|
@@ -52248,7 +52376,8 @@ module Aws::EC2
|
|
52248
52376
|
:vpc_endpoint_state,
|
52249
52377
|
:creation_timestamp,
|
52250
52378
|
:dns_entries,
|
52251
|
-
:network_load_balancer_arns
|
52379
|
+
:network_load_balancer_arns,
|
52380
|
+
:gateway_load_balancer_arns)
|
52252
52381
|
SENSITIVE = []
|
52253
52382
|
include Aws::Structure
|
52254
52383
|
end
|