aws-sdk-ec2 1.143.0 → 1.144.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/lib/aws-sdk-ec2.rb +1 -1
- data/lib/aws-sdk-ec2/client.rb +304 -295
- data/lib/aws-sdk-ec2/client_api.rb +365 -254
- data/lib/aws-sdk-ec2/network_interface.rb +2 -2
- data/lib/aws-sdk-ec2/placement_group.rb +1 -1
- data/lib/aws-sdk-ec2/resource.rb +29 -29
- data/lib/aws-sdk-ec2/route.rb +2 -2
- data/lib/aws-sdk-ec2/route_table.rb +4 -4
- data/lib/aws-sdk-ec2/security_group.rb +3 -3
- data/lib/aws-sdk-ec2/snapshot.rb +2 -2
- data/lib/aws-sdk-ec2/subnet.rb +10 -10
- data/lib/aws-sdk-ec2/types.rb +375 -365
- data/lib/aws-sdk-ec2/volume.rb +1 -1
- data/lib/aws-sdk-ec2/vpc.rb +9 -9
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: cac40a2a19b99a1ff53790553ac75f7e896d66ff
|
4
|
+
data.tar.gz: cb748a0f359c64bc1a6f3494806fc2764d52d29f
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 95c6fa8c128415af2a2e8dc7cff1b0db1ad3effba6343cdf220b27b900547ee24cb36ebd50159487f0855ffc4012083de951410ba5300437a19396fcf5efd8e3
|
7
|
+
data.tar.gz: bb28cd4a75aaf285fe54e36023fb728bd5eb14a9f0d7ad95dbd3e568fe98f879ec4540ff0c3a3ea5c5338aef396066d8efe4995be5d158d76b24f34091900748
|
data/lib/aws-sdk-ec2.rb
CHANGED
data/lib/aws-sdk-ec2/client.rb
CHANGED
@@ -283,11 +283,11 @@ module Aws::EC2
|
|
283
283
|
#
|
284
284
|
# resp = client.accept_reserved_instances_exchange_quote({
|
285
285
|
# dry_run: false,
|
286
|
-
# reserved_instance_ids: ["
|
286
|
+
# reserved_instance_ids: ["ReservationId"], # required
|
287
287
|
# target_configurations: [
|
288
288
|
# {
|
289
289
|
# instance_count: 1,
|
290
|
-
# offering_id: "
|
290
|
+
# offering_id: "ReservedInstancesOfferingId", # required
|
291
291
|
# },
|
292
292
|
# ],
|
293
293
|
# })
|
@@ -324,7 +324,7 @@ module Aws::EC2
|
|
324
324
|
# @example Request syntax with placeholder values
|
325
325
|
#
|
326
326
|
# resp = client.accept_transit_gateway_peering_attachment({
|
327
|
-
# transit_gateway_attachment_id: "
|
327
|
+
# transit_gateway_attachment_id: "TransitGatewayAttachmentId", # required
|
328
328
|
# dry_run: false,
|
329
329
|
# })
|
330
330
|
#
|
@@ -377,7 +377,7 @@ module Aws::EC2
|
|
377
377
|
# @example Request syntax with placeholder values
|
378
378
|
#
|
379
379
|
# resp = client.accept_transit_gateway_vpc_attachment({
|
380
|
-
# transit_gateway_attachment_id: "
|
380
|
+
# transit_gateway_attachment_id: "TransitGatewayAttachmentId", # required
|
381
381
|
# dry_run: false,
|
382
382
|
# })
|
383
383
|
#
|
@@ -429,8 +429,8 @@ module Aws::EC2
|
|
429
429
|
#
|
430
430
|
# resp = client.accept_vpc_endpoint_connections({
|
431
431
|
# dry_run: false,
|
432
|
-
# service_id: "
|
433
|
-
# vpc_endpoint_ids: ["
|
432
|
+
# service_id: "VpcEndpointServiceId", # required
|
433
|
+
# vpc_endpoint_ids: ["VpcEndpointId"], # required
|
434
434
|
# })
|
435
435
|
#
|
436
436
|
# @example Response structure
|
@@ -1428,9 +1428,9 @@ module Aws::EC2
|
|
1428
1428
|
#
|
1429
1429
|
# resp = client.associate_route_table({
|
1430
1430
|
# dry_run: false,
|
1431
|
-
# route_table_id: "
|
1432
|
-
# subnet_id: "
|
1433
|
-
# gateway_id: "
|
1431
|
+
# route_table_id: "RouteTableId", # required
|
1432
|
+
# subnet_id: "SubnetId",
|
1433
|
+
# gateway_id: "RouteGatewayId",
|
1434
1434
|
# })
|
1435
1435
|
#
|
1436
1436
|
# @example Response structure
|
@@ -1523,8 +1523,8 @@ module Aws::EC2
|
|
1523
1523
|
# @example Request syntax with placeholder values
|
1524
1524
|
#
|
1525
1525
|
# resp = client.associate_transit_gateway_multicast_domain({
|
1526
|
-
# transit_gateway_multicast_domain_id: "
|
1527
|
-
# transit_gateway_attachment_id: "
|
1526
|
+
# transit_gateway_multicast_domain_id: "TransitGatewayMulticastDomainId",
|
1527
|
+
# transit_gateway_attachment_id: "TransitGatewayAttachmentId",
|
1528
1528
|
# subnet_ids: ["String"],
|
1529
1529
|
# dry_run: false,
|
1530
1530
|
# })
|
@@ -1571,8 +1571,8 @@ module Aws::EC2
|
|
1571
1571
|
# @example Request syntax with placeholder values
|
1572
1572
|
#
|
1573
1573
|
# resp = client.associate_transit_gateway_route_table({
|
1574
|
-
# transit_gateway_route_table_id: "
|
1575
|
-
# transit_gateway_attachment_id: "
|
1574
|
+
# transit_gateway_route_table_id: "TransitGatewayRouteTableId", # required
|
1575
|
+
# transit_gateway_attachment_id: "TransitGatewayAttachmentId", # required
|
1576
1576
|
# dry_run: false,
|
1577
1577
|
# })
|
1578
1578
|
#
|
@@ -1599,6 +1599,9 @@ module Aws::EC2
|
|
1599
1599
|
# your own IP addresses ([BYOIP][1]). The IPv6 CIDR block size is fixed
|
1600
1600
|
# at /56.
|
1601
1601
|
#
|
1602
|
+
# You must specify one of the following in the request: an IPv4 CIDR
|
1603
|
+
# block, an IPv6 pool, or an Amazon-provided IPv6 CIDR block.
|
1604
|
+
#
|
1602
1605
|
# For more information about associating CIDR blocks with your VPC and
|
1603
1606
|
# applicable restrictions, see [VPC and Subnet Sizing][2] in the *Amazon
|
1604
1607
|
# Virtual Private Cloud User Guide*.
|
@@ -1619,6 +1622,15 @@ module Aws::EC2
|
|
1619
1622
|
# @option params [required, String] :vpc_id
|
1620
1623
|
# The ID of the VPC.
|
1621
1624
|
#
|
1625
|
+
# @option params [String] :ipv_6_cidr_block_network_border_group
|
1626
|
+
# The name of the location from which we advertise the IPV6 CIDR block.
|
1627
|
+
# Use this parameter to limit the CiDR block to this location.
|
1628
|
+
#
|
1629
|
+
# You must set `AmazonProvidedIpv6CidrBlock` to `true` to use this
|
1630
|
+
# parameter.
|
1631
|
+
#
|
1632
|
+
# You can have one IPv6 CIDR block association per network border group.
|
1633
|
+
#
|
1622
1634
|
# @option params [String] :ipv_6_pool
|
1623
1635
|
# The ID of an IPv6 address pool from which to allocate the IPv6 CIDR
|
1624
1636
|
# block.
|
@@ -1629,15 +1641,6 @@ module Aws::EC2
|
|
1629
1641
|
#
|
1630
1642
|
# To let Amazon choose the IPv6 CIDR block for you, omit this parameter.
|
1631
1643
|
#
|
1632
|
-
# @option params [String] :ipv_6_cidr_block_network_border_group
|
1633
|
-
# The name of the location from which we advertise the IPV6 CIDR block.
|
1634
|
-
# Use this parameter to limit the CiDR block to this location.
|
1635
|
-
#
|
1636
|
-
# You must set `AmazonProvidedIpv6CidrBlock` to `true` to use this
|
1637
|
-
# parameter.
|
1638
|
-
#
|
1639
|
-
# You can have one IPv6 CIDR block association per network border group.
|
1640
|
-
#
|
1641
1644
|
# @return [Types::AssociateVpcCidrBlockResult] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
|
1642
1645
|
#
|
1643
1646
|
# * {Types::AssociateVpcCidrBlockResult#ipv_6_cidr_block_association #ipv_6_cidr_block_association} => Types::VpcIpv6CidrBlockAssociation
|
@@ -1650,9 +1653,9 @@ module Aws::EC2
|
|
1650
1653
|
# amazon_provided_ipv_6_cidr_block: false,
|
1651
1654
|
# cidr_block: "String",
|
1652
1655
|
# vpc_id: "VpcId", # required
|
1653
|
-
# ipv_6_pool: "String",
|
1654
|
-
# ipv_6_cidr_block: "String",
|
1655
1656
|
# ipv_6_cidr_block_network_border_group: "String",
|
1657
|
+
# ipv_6_pool: "Ipv6PoolEc2Id",
|
1658
|
+
# ipv_6_cidr_block: "String",
|
1656
1659
|
# })
|
1657
1660
|
#
|
1658
1661
|
# @example Response structure
|
@@ -1661,8 +1664,8 @@ module Aws::EC2
|
|
1661
1664
|
# resp.ipv_6_cidr_block_association.ipv_6_cidr_block #=> String
|
1662
1665
|
# resp.ipv_6_cidr_block_association.ipv_6_cidr_block_state.state #=> String, one of "associating", "associated", "disassociating", "disassociated", "failing", "failed"
|
1663
1666
|
# resp.ipv_6_cidr_block_association.ipv_6_cidr_block_state.status_message #=> String
|
1664
|
-
# resp.ipv_6_cidr_block_association.ipv_6_pool #=> String
|
1665
1667
|
# resp.ipv_6_cidr_block_association.network_border_group #=> String
|
1668
|
+
# resp.ipv_6_cidr_block_association.ipv_6_pool #=> String
|
1666
1669
|
# resp.cidr_block_association.association_id #=> String
|
1667
1670
|
# resp.cidr_block_association.cidr_block #=> String
|
1668
1671
|
# resp.cidr_block_association.cidr_block_state.state #=> String, one of "associating", "associated", "disassociating", "disassociated", "failing", "failed"
|
@@ -2179,7 +2182,7 @@ module Aws::EC2
|
|
2179
2182
|
#
|
2180
2183
|
# resp = client.authorize_security_group_egress({
|
2181
2184
|
# dry_run: false,
|
2182
|
-
# group_id: "
|
2185
|
+
# group_id: "SecurityGroupId", # required
|
2183
2186
|
# ip_permissions: [
|
2184
2187
|
# {
|
2185
2188
|
# from_port: 1,
|
@@ -2417,8 +2420,8 @@ module Aws::EC2
|
|
2417
2420
|
# resp = client.authorize_security_group_ingress({
|
2418
2421
|
# cidr_ip: "String",
|
2419
2422
|
# from_port: 1,
|
2420
|
-
# group_id: "
|
2421
|
-
# group_name: "
|
2423
|
+
# group_id: "SecurityGroupId",
|
2424
|
+
# group_name: "SecurityGroupName",
|
2422
2425
|
# ip_permissions: [
|
2423
2426
|
# {
|
2424
2427
|
# from_port: 1,
|
@@ -2883,7 +2886,7 @@ module Aws::EC2
|
|
2883
2886
|
#
|
2884
2887
|
# resp = client.cancel_spot_fleet_requests({
|
2885
2888
|
# dry_run: false,
|
2886
|
-
# spot_fleet_request_ids: ["
|
2889
|
+
# spot_fleet_request_ids: ["SpotFleetRequestId"], # required
|
2887
2890
|
# terminate_instances: false, # required
|
2888
2891
|
# })
|
2889
2892
|
#
|
@@ -2950,7 +2953,7 @@ module Aws::EC2
|
|
2950
2953
|
#
|
2951
2954
|
# resp = client.cancel_spot_instance_requests({
|
2952
2955
|
# dry_run: false,
|
2953
|
-
# spot_instance_request_ids: ["
|
2956
|
+
# spot_instance_request_ids: ["SpotInstanceRequestId"], # required
|
2954
2957
|
# })
|
2955
2958
|
#
|
2956
2959
|
# @example Response structure
|
@@ -3064,7 +3067,7 @@ module Aws::EC2
|
|
3064
3067
|
#
|
3065
3068
|
# resp = client.copy_fpga_image({
|
3066
3069
|
# dry_run: false,
|
3067
|
-
# source_fpga_image_id: "
|
3070
|
+
# source_fpga_image_id: "FpgaImageId", # required
|
3068
3071
|
# description: "String",
|
3069
3072
|
# name: "String",
|
3070
3073
|
# source_region: "String", # required
|
@@ -3380,7 +3383,7 @@ module Aws::EC2
|
|
3380
3383
|
# description: "String",
|
3381
3384
|
# destination_region: "String",
|
3382
3385
|
# encrypted: false,
|
3383
|
-
# kms_key_id: "
|
3386
|
+
# kms_key_id: "KmsKeyId",
|
3384
3387
|
# presigned_url: "String",
|
3385
3388
|
# source_region: "String", # required
|
3386
3389
|
# source_snapshot_id: "String", # required
|
@@ -4085,8 +4088,8 @@ module Aws::EC2
|
|
4085
4088
|
# resp.vpc.ipv_6_cidr_block_association_set[0].ipv_6_cidr_block #=> String
|
4086
4089
|
# resp.vpc.ipv_6_cidr_block_association_set[0].ipv_6_cidr_block_state.state #=> String, one of "associating", "associated", "disassociating", "disassociated", "failing", "failed"
|
4087
4090
|
# resp.vpc.ipv_6_cidr_block_association_set[0].ipv_6_cidr_block_state.status_message #=> String
|
4088
|
-
# resp.vpc.ipv_6_cidr_block_association_set[0].ipv_6_pool #=> String
|
4089
4091
|
# resp.vpc.ipv_6_cidr_block_association_set[0].network_border_group #=> String
|
4092
|
+
# resp.vpc.ipv_6_cidr_block_association_set[0].ipv_6_pool #=> String
|
4090
4093
|
# resp.vpc.cidr_block_association_set #=> Array
|
4091
4094
|
# resp.vpc.cidr_block_association_set[0].association_id #=> String
|
4092
4095
|
# resp.vpc.cidr_block_association_set[0].cidr_block #=> String
|
@@ -4421,7 +4424,7 @@ module Aws::EC2
|
|
4421
4424
|
# launch_template_configs: [ # required
|
4422
4425
|
# {
|
4423
4426
|
# launch_template_specification: {
|
4424
|
-
# launch_template_id: "
|
4427
|
+
# launch_template_id: "LaunchTemplateId",
|
4425
4428
|
# launch_template_name: "LaunchTemplateName",
|
4426
4429
|
# version: "String",
|
4427
4430
|
# },
|
@@ -4429,7 +4432,7 @@ module Aws::EC2
|
|
4429
4432
|
# {
|
4430
4433
|
# instance_type: "t1.micro", # accepts t1.micro, t2.nano, t2.micro, t2.small, t2.medium, t2.large, t2.xlarge, t2.2xlarge, t3.nano, t3.micro, t3.small, t3.medium, t3.large, t3.xlarge, t3.2xlarge, t3a.nano, t3a.micro, t3a.small, t3a.medium, t3a.large, t3a.xlarge, t3a.2xlarge, m1.small, m1.medium, m1.large, m1.xlarge, m3.medium, m3.large, m3.xlarge, m3.2xlarge, m4.large, m4.xlarge, m4.2xlarge, m4.4xlarge, m4.10xlarge, m4.16xlarge, m2.xlarge, m2.2xlarge, m2.4xlarge, cr1.8xlarge, r3.large, r3.xlarge, r3.2xlarge, r3.4xlarge, r3.8xlarge, r4.large, r4.xlarge, r4.2xlarge, r4.4xlarge, r4.8xlarge, r4.16xlarge, r5.large, r5.xlarge, r5.2xlarge, r5.4xlarge, r5.8xlarge, r5.12xlarge, r5.16xlarge, r5.24xlarge, r5.metal, r5a.large, r5a.xlarge, r5a.2xlarge, r5a.4xlarge, r5a.8xlarge, r5a.12xlarge, r5a.16xlarge, r5a.24xlarge, r5d.large, r5d.xlarge, r5d.2xlarge, r5d.4xlarge, r5d.8xlarge, r5d.12xlarge, r5d.16xlarge, r5d.24xlarge, r5d.metal, r5ad.large, r5ad.xlarge, r5ad.2xlarge, r5ad.4xlarge, r5ad.8xlarge, r5ad.12xlarge, r5ad.16xlarge, r5ad.24xlarge, x1.16xlarge, x1.32xlarge, x1e.xlarge, x1e.2xlarge, x1e.4xlarge, x1e.8xlarge, x1e.16xlarge, x1e.32xlarge, i2.xlarge, i2.2xlarge, i2.4xlarge, i2.8xlarge, i3.large, i3.xlarge, i3.2xlarge, i3.4xlarge, i3.8xlarge, i3.16xlarge, i3.metal, i3en.large, i3en.xlarge, i3en.2xlarge, i3en.3xlarge, i3en.6xlarge, i3en.12xlarge, i3en.24xlarge, i3en.metal, hi1.4xlarge, hs1.8xlarge, c1.medium, c1.xlarge, c3.large, c3.xlarge, c3.2xlarge, c3.4xlarge, c3.8xlarge, c4.large, c4.xlarge, c4.2xlarge, c4.4xlarge, c4.8xlarge, c5.large, c5.xlarge, c5.2xlarge, c5.4xlarge, c5.9xlarge, c5.12xlarge, c5.18xlarge, c5.24xlarge, c5.metal, c5d.large, c5d.xlarge, c5d.2xlarge, c5d.4xlarge, c5d.9xlarge, c5d.12xlarge, c5d.18xlarge, c5d.24xlarge, c5d.metal, c5n.large, c5n.xlarge, c5n.2xlarge, c5n.4xlarge, c5n.9xlarge, c5n.18xlarge, cc1.4xlarge, cc2.8xlarge, g2.2xlarge, g2.8xlarge, g3.4xlarge, g3.8xlarge, g3.16xlarge, g3s.xlarge, g4dn.xlarge, g4dn.2xlarge, g4dn.4xlarge, g4dn.8xlarge, g4dn.12xlarge, g4dn.16xlarge, cg1.4xlarge, p2.xlarge, p2.8xlarge, p2.16xlarge, p3.2xlarge, p3.8xlarge, p3.16xlarge, p3dn.24xlarge, d2.xlarge, d2.2xlarge, d2.4xlarge, d2.8xlarge, f1.2xlarge, f1.4xlarge, f1.16xlarge, m5.large, m5.xlarge, m5.2xlarge, m5.4xlarge, m5.8xlarge, m5.12xlarge, m5.16xlarge, m5.24xlarge, m5.metal, m5a.large, m5a.xlarge, m5a.2xlarge, m5a.4xlarge, m5a.8xlarge, m5a.12xlarge, m5a.16xlarge, m5a.24xlarge, m5d.large, m5d.xlarge, m5d.2xlarge, m5d.4xlarge, m5d.8xlarge, m5d.12xlarge, m5d.16xlarge, m5d.24xlarge, m5d.metal, m5ad.large, m5ad.xlarge, m5ad.2xlarge, m5ad.4xlarge, m5ad.8xlarge, m5ad.12xlarge, m5ad.16xlarge, m5ad.24xlarge, h1.2xlarge, h1.4xlarge, h1.8xlarge, h1.16xlarge, z1d.large, z1d.xlarge, z1d.2xlarge, z1d.3xlarge, z1d.6xlarge, z1d.12xlarge, z1d.metal, u-6tb1.metal, u-9tb1.metal, u-12tb1.metal, u-18tb1.metal, u-24tb1.metal, a1.medium, a1.large, a1.xlarge, a1.2xlarge, a1.4xlarge, a1.metal, m5dn.large, m5dn.xlarge, m5dn.2xlarge, m5dn.4xlarge, m5dn.8xlarge, m5dn.12xlarge, m5dn.16xlarge, m5dn.24xlarge, m5n.large, m5n.xlarge, m5n.2xlarge, m5n.4xlarge, m5n.8xlarge, m5n.12xlarge, m5n.16xlarge, m5n.24xlarge, r5dn.large, r5dn.xlarge, r5dn.2xlarge, r5dn.4xlarge, r5dn.8xlarge, r5dn.12xlarge, r5dn.16xlarge, r5dn.24xlarge, r5n.large, r5n.xlarge, r5n.2xlarge, r5n.4xlarge, r5n.8xlarge, r5n.12xlarge, r5n.16xlarge, r5n.24xlarge, inf1.xlarge, inf1.2xlarge, inf1.6xlarge, inf1.24xlarge
|
4431
4434
|
# max_price: "String",
|
4432
|
-
# subnet_id: "
|
4435
|
+
# subnet_id: "SubnetId",
|
4433
4436
|
# availability_zone: "String",
|
4434
4437
|
# weighted_capacity: 1.0,
|
4435
4438
|
# priority: 1.0,
|
@@ -4658,7 +4661,7 @@ module Aws::EC2
|
|
4658
4661
|
# client_token: "String",
|
4659
4662
|
# deliver_logs_permission_arn: "String",
|
4660
4663
|
# log_group_name: "String",
|
4661
|
-
# resource_ids: ["
|
4664
|
+
# resource_ids: ["FlowLogResourceId"], # required
|
4662
4665
|
# resource_type: "VPC", # required, accepts VPC, Subnet, NetworkInterface
|
4663
4666
|
# traffic_type: "ACCEPT", # required, accepts ACCEPT, REJECT, ALL
|
4664
4667
|
# log_destination_type: "cloud-watch-logs", # accepts cloud-watch-logs, s3
|
@@ -5080,7 +5083,7 @@ module Aws::EC2
|
|
5080
5083
|
# @example Request syntax with placeholder values
|
5081
5084
|
#
|
5082
5085
|
# resp = client.create_key_pair({
|
5083
|
-
# key_name: "
|
5086
|
+
# key_name: "String", # required
|
5084
5087
|
# dry_run: false,
|
5085
5088
|
# })
|
5086
5089
|
#
|
@@ -5192,7 +5195,7 @@ module Aws::EC2
|
|
5192
5195
|
# launch_template_name: "LaunchTemplateName", # required
|
5193
5196
|
# version_description: "VersionDescription",
|
5194
5197
|
# launch_template_data: { # required
|
5195
|
-
# kernel_id: "
|
5198
|
+
# kernel_id: "KernelId",
|
5196
5199
|
# ebs_optimized: false,
|
5197
5200
|
# iam_instance_profile: {
|
5198
5201
|
# arn: "String",
|
@@ -5207,7 +5210,7 @@ module Aws::EC2
|
|
5207
5210
|
# delete_on_termination: false,
|
5208
5211
|
# iops: 1,
|
5209
5212
|
# kms_key_id: "String",
|
5210
|
-
# snapshot_id: "
|
5213
|
+
# snapshot_id: "SnapshotId",
|
5211
5214
|
# volume_size: 1,
|
5212
5215
|
# volume_type: "standard", # accepts standard, io1, gp2, sc1, st1
|
5213
5216
|
# },
|
@@ -5220,7 +5223,7 @@ module Aws::EC2
|
|
5220
5223
|
# delete_on_termination: false,
|
5221
5224
|
# description: "String",
|
5222
5225
|
# device_index: 1,
|
5223
|
-
# groups: ["
|
5226
|
+
# groups: ["SecurityGroupId"],
|
5224
5227
|
# interface_type: "String",
|
5225
5228
|
# ipv_6_address_count: 1,
|
5226
5229
|
# ipv_6_addresses: [
|
@@ -5228,7 +5231,7 @@ module Aws::EC2
|
|
5228
5231
|
# ipv_6_address: "String",
|
5229
5232
|
# },
|
5230
5233
|
# ],
|
5231
|
-
# network_interface_id: "
|
5234
|
+
# network_interface_id: "NetworkInterfaceId",
|
5232
5235
|
# private_ip_address: "String",
|
5233
5236
|
# private_ip_addresses: [
|
5234
5237
|
# {
|
@@ -5237,26 +5240,26 @@ module Aws::EC2
|
|
5237
5240
|
# },
|
5238
5241
|
# ],
|
5239
5242
|
# secondary_private_ip_address_count: 1,
|
5240
|
-
# subnet_id: "
|
5243
|
+
# subnet_id: "SubnetId",
|
5241
5244
|
# },
|
5242
5245
|
# ],
|
5243
|
-
# image_id: "
|
5246
|
+
# image_id: "ImageId",
|
5244
5247
|
# instance_type: "t1.micro", # accepts t1.micro, t2.nano, t2.micro, t2.small, t2.medium, t2.large, t2.xlarge, t2.2xlarge, t3.nano, t3.micro, t3.small, t3.medium, t3.large, t3.xlarge, t3.2xlarge, t3a.nano, t3a.micro, t3a.small, t3a.medium, t3a.large, t3a.xlarge, t3a.2xlarge, m1.small, m1.medium, m1.large, m1.xlarge, m3.medium, m3.large, m3.xlarge, m3.2xlarge, m4.large, m4.xlarge, m4.2xlarge, m4.4xlarge, m4.10xlarge, m4.16xlarge, m2.xlarge, m2.2xlarge, m2.4xlarge, cr1.8xlarge, r3.large, r3.xlarge, r3.2xlarge, r3.4xlarge, r3.8xlarge, r4.large, r4.xlarge, r4.2xlarge, r4.4xlarge, r4.8xlarge, r4.16xlarge, r5.large, r5.xlarge, r5.2xlarge, r5.4xlarge, r5.8xlarge, r5.12xlarge, r5.16xlarge, r5.24xlarge, r5.metal, r5a.large, r5a.xlarge, r5a.2xlarge, r5a.4xlarge, r5a.8xlarge, r5a.12xlarge, r5a.16xlarge, r5a.24xlarge, r5d.large, r5d.xlarge, r5d.2xlarge, r5d.4xlarge, r5d.8xlarge, r5d.12xlarge, r5d.16xlarge, r5d.24xlarge, r5d.metal, r5ad.large, r5ad.xlarge, r5ad.2xlarge, r5ad.4xlarge, r5ad.8xlarge, r5ad.12xlarge, r5ad.16xlarge, r5ad.24xlarge, x1.16xlarge, x1.32xlarge, x1e.xlarge, x1e.2xlarge, x1e.4xlarge, x1e.8xlarge, x1e.16xlarge, x1e.32xlarge, i2.xlarge, i2.2xlarge, i2.4xlarge, i2.8xlarge, i3.large, i3.xlarge, i3.2xlarge, i3.4xlarge, i3.8xlarge, i3.16xlarge, i3.metal, i3en.large, i3en.xlarge, i3en.2xlarge, i3en.3xlarge, i3en.6xlarge, i3en.12xlarge, i3en.24xlarge, i3en.metal, hi1.4xlarge, hs1.8xlarge, c1.medium, c1.xlarge, c3.large, c3.xlarge, c3.2xlarge, c3.4xlarge, c3.8xlarge, c4.large, c4.xlarge, c4.2xlarge, c4.4xlarge, c4.8xlarge, c5.large, c5.xlarge, c5.2xlarge, c5.4xlarge, c5.9xlarge, c5.12xlarge, c5.18xlarge, c5.24xlarge, c5.metal, c5d.large, c5d.xlarge, c5d.2xlarge, c5d.4xlarge, c5d.9xlarge, c5d.12xlarge, c5d.18xlarge, c5d.24xlarge, c5d.metal, c5n.large, c5n.xlarge, c5n.2xlarge, c5n.4xlarge, c5n.9xlarge, c5n.18xlarge, cc1.4xlarge, cc2.8xlarge, g2.2xlarge, g2.8xlarge, g3.4xlarge, g3.8xlarge, g3.16xlarge, g3s.xlarge, g4dn.xlarge, g4dn.2xlarge, g4dn.4xlarge, g4dn.8xlarge, g4dn.12xlarge, g4dn.16xlarge, cg1.4xlarge, p2.xlarge, p2.8xlarge, p2.16xlarge, p3.2xlarge, p3.8xlarge, p3.16xlarge, p3dn.24xlarge, d2.xlarge, d2.2xlarge, d2.4xlarge, d2.8xlarge, f1.2xlarge, f1.4xlarge, f1.16xlarge, m5.large, m5.xlarge, m5.2xlarge, m5.4xlarge, m5.8xlarge, m5.12xlarge, m5.16xlarge, m5.24xlarge, m5.metal, m5a.large, m5a.xlarge, m5a.2xlarge, m5a.4xlarge, m5a.8xlarge, m5a.12xlarge, m5a.16xlarge, m5a.24xlarge, m5d.large, m5d.xlarge, m5d.2xlarge, m5d.4xlarge, m5d.8xlarge, m5d.12xlarge, m5d.16xlarge, m5d.24xlarge, m5d.metal, m5ad.large, m5ad.xlarge, m5ad.2xlarge, m5ad.4xlarge, m5ad.8xlarge, m5ad.12xlarge, m5ad.16xlarge, m5ad.24xlarge, h1.2xlarge, h1.4xlarge, h1.8xlarge, h1.16xlarge, z1d.large, z1d.xlarge, z1d.2xlarge, z1d.3xlarge, z1d.6xlarge, z1d.12xlarge, z1d.metal, u-6tb1.metal, u-9tb1.metal, u-12tb1.metal, u-18tb1.metal, u-24tb1.metal, a1.medium, a1.large, a1.xlarge, a1.2xlarge, a1.4xlarge, a1.metal, m5dn.large, m5dn.xlarge, m5dn.2xlarge, m5dn.4xlarge, m5dn.8xlarge, m5dn.12xlarge, m5dn.16xlarge, m5dn.24xlarge, m5n.large, m5n.xlarge, m5n.2xlarge, m5n.4xlarge, m5n.8xlarge, m5n.12xlarge, m5n.16xlarge, m5n.24xlarge, r5dn.large, r5dn.xlarge, r5dn.2xlarge, r5dn.4xlarge, r5dn.8xlarge, r5dn.12xlarge, r5dn.16xlarge, r5dn.24xlarge, r5n.large, r5n.xlarge, r5n.2xlarge, r5n.4xlarge, r5n.8xlarge, r5n.12xlarge, r5n.16xlarge, r5n.24xlarge, inf1.xlarge, inf1.2xlarge, inf1.6xlarge, inf1.24xlarge
|
5245
|
-
# key_name: "
|
5248
|
+
# key_name: "KeyPairName",
|
5246
5249
|
# monitoring: {
|
5247
5250
|
# enabled: false,
|
5248
5251
|
# },
|
5249
5252
|
# placement: {
|
5250
5253
|
# availability_zone: "String",
|
5251
5254
|
# affinity: "String",
|
5252
|
-
# group_name: "
|
5253
|
-
# host_id: "
|
5255
|
+
# group_name: "PlacementGroupName",
|
5256
|
+
# host_id: "DedicatedHostId",
|
5254
5257
|
# tenancy: "default", # accepts default, dedicated, host
|
5255
5258
|
# spread_domain: "String",
|
5256
5259
|
# host_resource_group_arn: "String",
|
5257
5260
|
# partition_number: 1,
|
5258
5261
|
# },
|
5259
|
-
# ram_disk_id: "
|
5262
|
+
# ram_disk_id: "RamdiskId",
|
5260
5263
|
# disable_api_termination: false,
|
5261
5264
|
# instance_initiated_shutdown_behavior: "stop", # accepts stop, terminate
|
5262
5265
|
# user_data: "String",
|
@@ -5282,8 +5285,8 @@ module Aws::EC2
|
|
5282
5285
|
# count: 1,
|
5283
5286
|
# },
|
5284
5287
|
# ],
|
5285
|
-
# security_group_ids: ["
|
5286
|
-
# security_groups: ["
|
5288
|
+
# security_group_ids: ["SecurityGroupId"],
|
5289
|
+
# security_groups: ["SecurityGroupName"],
|
5287
5290
|
# instance_market_options: {
|
5288
5291
|
# market_type: "spot", # accepts spot
|
5289
5292
|
# spot_options: {
|
@@ -5304,7 +5307,7 @@ module Aws::EC2
|
|
5304
5307
|
# capacity_reservation_specification: {
|
5305
5308
|
# capacity_reservation_preference: "open", # accepts open, none
|
5306
5309
|
# capacity_reservation_target: {
|
5307
|
-
# capacity_reservation_id: "
|
5310
|
+
# capacity_reservation_id: "CapacityReservationId",
|
5308
5311
|
# },
|
5309
5312
|
# },
|
5310
5313
|
# license_specifications: [
|
@@ -5460,7 +5463,7 @@ module Aws::EC2
|
|
5460
5463
|
# source_version: "String",
|
5461
5464
|
# version_description: "VersionDescription",
|
5462
5465
|
# launch_template_data: { # required
|
5463
|
-
# kernel_id: "
|
5466
|
+
# kernel_id: "KernelId",
|
5464
5467
|
# ebs_optimized: false,
|
5465
5468
|
# iam_instance_profile: {
|
5466
5469
|
# arn: "String",
|
@@ -5475,7 +5478,7 @@ module Aws::EC2
|
|
5475
5478
|
# delete_on_termination: false,
|
5476
5479
|
# iops: 1,
|
5477
5480
|
# kms_key_id: "String",
|
5478
|
-
# snapshot_id: "
|
5481
|
+
# snapshot_id: "SnapshotId",
|
5479
5482
|
# volume_size: 1,
|
5480
5483
|
# volume_type: "standard", # accepts standard, io1, gp2, sc1, st1
|
5481
5484
|
# },
|
@@ -5488,7 +5491,7 @@ module Aws::EC2
|
|
5488
5491
|
# delete_on_termination: false,
|
5489
5492
|
# description: "String",
|
5490
5493
|
# device_index: 1,
|
5491
|
-
# groups: ["
|
5494
|
+
# groups: ["SecurityGroupId"],
|
5492
5495
|
# interface_type: "String",
|
5493
5496
|
# ipv_6_address_count: 1,
|
5494
5497
|
# ipv_6_addresses: [
|
@@ -5496,7 +5499,7 @@ module Aws::EC2
|
|
5496
5499
|
# ipv_6_address: "String",
|
5497
5500
|
# },
|
5498
5501
|
# ],
|
5499
|
-
# network_interface_id: "
|
5502
|
+
# network_interface_id: "NetworkInterfaceId",
|
5500
5503
|
# private_ip_address: "String",
|
5501
5504
|
# private_ip_addresses: [
|
5502
5505
|
# {
|
@@ -5505,26 +5508,26 @@ module Aws::EC2
|
|
5505
5508
|
# },
|
5506
5509
|
# ],
|
5507
5510
|
# secondary_private_ip_address_count: 1,
|
5508
|
-
# subnet_id: "
|
5511
|
+
# subnet_id: "SubnetId",
|
5509
5512
|
# },
|
5510
5513
|
# ],
|
5511
|
-
# image_id: "
|
5514
|
+
# image_id: "ImageId",
|
5512
5515
|
# instance_type: "t1.micro", # accepts t1.micro, t2.nano, t2.micro, t2.small, t2.medium, t2.large, t2.xlarge, t2.2xlarge, t3.nano, t3.micro, t3.small, t3.medium, t3.large, t3.xlarge, t3.2xlarge, t3a.nano, t3a.micro, t3a.small, t3a.medium, t3a.large, t3a.xlarge, t3a.2xlarge, m1.small, m1.medium, m1.large, m1.xlarge, m3.medium, m3.large, m3.xlarge, m3.2xlarge, m4.large, m4.xlarge, m4.2xlarge, m4.4xlarge, m4.10xlarge, m4.16xlarge, m2.xlarge, m2.2xlarge, m2.4xlarge, cr1.8xlarge, r3.large, r3.xlarge, r3.2xlarge, r3.4xlarge, r3.8xlarge, r4.large, r4.xlarge, r4.2xlarge, r4.4xlarge, r4.8xlarge, r4.16xlarge, r5.large, r5.xlarge, r5.2xlarge, r5.4xlarge, r5.8xlarge, r5.12xlarge, r5.16xlarge, r5.24xlarge, r5.metal, r5a.large, r5a.xlarge, r5a.2xlarge, r5a.4xlarge, r5a.8xlarge, r5a.12xlarge, r5a.16xlarge, r5a.24xlarge, r5d.large, r5d.xlarge, r5d.2xlarge, r5d.4xlarge, r5d.8xlarge, r5d.12xlarge, r5d.16xlarge, r5d.24xlarge, r5d.metal, r5ad.large, r5ad.xlarge, r5ad.2xlarge, r5ad.4xlarge, r5ad.8xlarge, r5ad.12xlarge, r5ad.16xlarge, r5ad.24xlarge, x1.16xlarge, x1.32xlarge, x1e.xlarge, x1e.2xlarge, x1e.4xlarge, x1e.8xlarge, x1e.16xlarge, x1e.32xlarge, i2.xlarge, i2.2xlarge, i2.4xlarge, i2.8xlarge, i3.large, i3.xlarge, i3.2xlarge, i3.4xlarge, i3.8xlarge, i3.16xlarge, i3.metal, i3en.large, i3en.xlarge, i3en.2xlarge, i3en.3xlarge, i3en.6xlarge, i3en.12xlarge, i3en.24xlarge, i3en.metal, hi1.4xlarge, hs1.8xlarge, c1.medium, c1.xlarge, c3.large, c3.xlarge, c3.2xlarge, c3.4xlarge, c3.8xlarge, c4.large, c4.xlarge, c4.2xlarge, c4.4xlarge, c4.8xlarge, c5.large, c5.xlarge, c5.2xlarge, c5.4xlarge, c5.9xlarge, c5.12xlarge, c5.18xlarge, c5.24xlarge, c5.metal, c5d.large, c5d.xlarge, c5d.2xlarge, c5d.4xlarge, c5d.9xlarge, c5d.12xlarge, c5d.18xlarge, c5d.24xlarge, c5d.metal, c5n.large, c5n.xlarge, c5n.2xlarge, c5n.4xlarge, c5n.9xlarge, c5n.18xlarge, cc1.4xlarge, cc2.8xlarge, g2.2xlarge, g2.8xlarge, g3.4xlarge, g3.8xlarge, g3.16xlarge, g3s.xlarge, g4dn.xlarge, g4dn.2xlarge, g4dn.4xlarge, g4dn.8xlarge, g4dn.12xlarge, g4dn.16xlarge, cg1.4xlarge, p2.xlarge, p2.8xlarge, p2.16xlarge, p3.2xlarge, p3.8xlarge, p3.16xlarge, p3dn.24xlarge, d2.xlarge, d2.2xlarge, d2.4xlarge, d2.8xlarge, f1.2xlarge, f1.4xlarge, f1.16xlarge, m5.large, m5.xlarge, m5.2xlarge, m5.4xlarge, m5.8xlarge, m5.12xlarge, m5.16xlarge, m5.24xlarge, m5.metal, m5a.large, m5a.xlarge, m5a.2xlarge, m5a.4xlarge, m5a.8xlarge, m5a.12xlarge, m5a.16xlarge, m5a.24xlarge, m5d.large, m5d.xlarge, m5d.2xlarge, m5d.4xlarge, m5d.8xlarge, m5d.12xlarge, m5d.16xlarge, m5d.24xlarge, m5d.metal, m5ad.large, m5ad.xlarge, m5ad.2xlarge, m5ad.4xlarge, m5ad.8xlarge, m5ad.12xlarge, m5ad.16xlarge, m5ad.24xlarge, h1.2xlarge, h1.4xlarge, h1.8xlarge, h1.16xlarge, z1d.large, z1d.xlarge, z1d.2xlarge, z1d.3xlarge, z1d.6xlarge, z1d.12xlarge, z1d.metal, u-6tb1.metal, u-9tb1.metal, u-12tb1.metal, u-18tb1.metal, u-24tb1.metal, a1.medium, a1.large, a1.xlarge, a1.2xlarge, a1.4xlarge, a1.metal, m5dn.large, m5dn.xlarge, m5dn.2xlarge, m5dn.4xlarge, m5dn.8xlarge, m5dn.12xlarge, m5dn.16xlarge, m5dn.24xlarge, m5n.large, m5n.xlarge, m5n.2xlarge, m5n.4xlarge, m5n.8xlarge, m5n.12xlarge, m5n.16xlarge, m5n.24xlarge, r5dn.large, r5dn.xlarge, r5dn.2xlarge, r5dn.4xlarge, r5dn.8xlarge, r5dn.12xlarge, r5dn.16xlarge, r5dn.24xlarge, r5n.large, r5n.xlarge, r5n.2xlarge, r5n.4xlarge, r5n.8xlarge, r5n.12xlarge, r5n.16xlarge, r5n.24xlarge, inf1.xlarge, inf1.2xlarge, inf1.6xlarge, inf1.24xlarge
|
5513
|
-
# key_name: "
|
5516
|
+
# key_name: "KeyPairName",
|
5514
5517
|
# monitoring: {
|
5515
5518
|
# enabled: false,
|
5516
5519
|
# },
|
5517
5520
|
# placement: {
|
5518
5521
|
# availability_zone: "String",
|
5519
5522
|
# affinity: "String",
|
5520
|
-
# group_name: "
|
5521
|
-
# host_id: "
|
5523
|
+
# group_name: "PlacementGroupName",
|
5524
|
+
# host_id: "DedicatedHostId",
|
5522
5525
|
# tenancy: "default", # accepts default, dedicated, host
|
5523
5526
|
# spread_domain: "String",
|
5524
5527
|
# host_resource_group_arn: "String",
|
5525
5528
|
# partition_number: 1,
|
5526
5529
|
# },
|
5527
|
-
# ram_disk_id: "
|
5530
|
+
# ram_disk_id: "RamdiskId",
|
5528
5531
|
# disable_api_termination: false,
|
5529
5532
|
# instance_initiated_shutdown_behavior: "stop", # accepts stop, terminate
|
5530
5533
|
# user_data: "String",
|
@@ -5550,8 +5553,8 @@ module Aws::EC2
|
|
5550
5553
|
# count: 1,
|
5551
5554
|
# },
|
5552
5555
|
# ],
|
5553
|
-
# security_group_ids: ["
|
5554
|
-
# security_groups: ["
|
5556
|
+
# security_group_ids: ["SecurityGroupId"],
|
5557
|
+
# security_groups: ["SecurityGroupName"],
|
5555
5558
|
# instance_market_options: {
|
5556
5559
|
# market_type: "spot", # accepts spot
|
5557
5560
|
# spot_options: {
|
@@ -5572,7 +5575,7 @@ module Aws::EC2
|
|
5572
5575
|
# capacity_reservation_specification: {
|
5573
5576
|
# capacity_reservation_preference: "open", # accepts open, none
|
5574
5577
|
# capacity_reservation_target: {
|
5575
|
-
# capacity_reservation_id: "
|
5578
|
+
# capacity_reservation_id: "CapacityReservationId",
|
5576
5579
|
# },
|
5577
5580
|
# },
|
5578
5581
|
# license_specifications: [
|
@@ -5717,8 +5720,8 @@ module Aws::EC2
|
|
5717
5720
|
#
|
5718
5721
|
# resp = client.create_local_gateway_route({
|
5719
5722
|
# destination_cidr_block: "String", # required
|
5720
|
-
# local_gateway_route_table_id: "
|
5721
|
-
# local_gateway_virtual_interface_group_id: "
|
5723
|
+
# local_gateway_route_table_id: "LocalGatewayRoutetableId", # required
|
5724
|
+
# local_gateway_virtual_interface_group_id: "LocalGatewayVirtualInterfaceGroupId", # required
|
5722
5725
|
# dry_run: false,
|
5723
5726
|
# })
|
5724
5727
|
#
|
@@ -5761,8 +5764,8 @@ module Aws::EC2
|
|
5761
5764
|
# @example Request syntax with placeholder values
|
5762
5765
|
#
|
5763
5766
|
# resp = client.create_local_gateway_route_table_vpc_association({
|
5764
|
-
# local_gateway_route_table_id: "
|
5765
|
-
# vpc_id: "
|
5767
|
+
# local_gateway_route_table_id: "LocalGatewayRoutetableId", # required
|
5768
|
+
# vpc_id: "VpcId", # required
|
5766
5769
|
# dry_run: false,
|
5767
5770
|
# })
|
5768
5771
|
#
|
@@ -6243,7 +6246,7 @@ module Aws::EC2
|
|
6243
6246
|
# resp = client.create_network_interface({
|
6244
6247
|
# description: "String",
|
6245
6248
|
# dry_run: false,
|
6246
|
-
# groups: ["
|
6249
|
+
# groups: ["SecurityGroupId"],
|
6247
6250
|
# ipv_6_address_count: 1,
|
6248
6251
|
# ipv_6_addresses: [
|
6249
6252
|
# {
|
@@ -6517,7 +6520,7 @@ module Aws::EC2
|
|
6517
6520
|
# term: 1,
|
6518
6521
|
# },
|
6519
6522
|
# ],
|
6520
|
-
# reserved_instances_id: "
|
6523
|
+
# reserved_instances_id: "ReservationId", # required
|
6521
6524
|
# })
|
6522
6525
|
#
|
6523
6526
|
# @example Response structure
|
@@ -6646,11 +6649,11 @@ module Aws::EC2
|
|
6646
6649
|
# destination_ipv_6_cidr_block: "String",
|
6647
6650
|
# dry_run: false,
|
6648
6651
|
# egress_only_internet_gateway_id: "EgressOnlyInternetGatewayId",
|
6649
|
-
# gateway_id: "
|
6652
|
+
# gateway_id: "RouteGatewayId",
|
6650
6653
|
# instance_id: "InstanceId",
|
6651
6654
|
# nat_gateway_id: "NatGatewayId",
|
6652
6655
|
# transit_gateway_id: "TransitGatewayId",
|
6653
|
-
# local_gateway_id: "
|
6656
|
+
# local_gateway_id: "LocalGatewayId",
|
6654
6657
|
# network_interface_id: "NetworkInterfaceId",
|
6655
6658
|
# route_table_id: "RouteTableId", # required
|
6656
6659
|
# vpc_peering_connection_id: "VpcPeeringConnectionId",
|
@@ -7053,7 +7056,7 @@ module Aws::EC2
|
|
7053
7056
|
# resp = client.create_snapshots({
|
7054
7057
|
# description: "String",
|
7055
7058
|
# instance_specification: { # required
|
7056
|
-
# instance_id: "
|
7059
|
+
# instance_id: "InstanceId",
|
7057
7060
|
# exclude_boot_volume: false,
|
7058
7061
|
# },
|
7059
7062
|
# tag_specifications: [
|
@@ -7369,7 +7372,7 @@ module Aws::EC2
|
|
7369
7372
|
#
|
7370
7373
|
# resp = client.create_tags({
|
7371
7374
|
# dry_run: false,
|
7372
|
-
# resources: ["
|
7375
|
+
# resources: ["TaggableResourceId"], # required
|
7373
7376
|
# tags: [ # required
|
7374
7377
|
# {
|
7375
7378
|
# key: "String",
|
@@ -7975,7 +7978,7 @@ module Aws::EC2
|
|
7975
7978
|
# @example Request syntax with placeholder values
|
7976
7979
|
#
|
7977
7980
|
# resp = client.create_transit_gateway_multicast_domain({
|
7978
|
-
# transit_gateway_id: "
|
7981
|
+
# transit_gateway_id: "TransitGatewayId", # required
|
7979
7982
|
# tag_specifications: [
|
7980
7983
|
# {
|
7981
7984
|
# resource_type: "client-vpn-endpoint", # accepts client-vpn-endpoint, customer-gateway, dedicated-host, dhcp-options, elastic-ip, fleet, fpga-image, host-reservation, image, instance, internet-gateway, key-pair, launch-template, 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
|
@@ -8046,7 +8049,7 @@ module Aws::EC2
|
|
8046
8049
|
# @example Request syntax with placeholder values
|
8047
8050
|
#
|
8048
8051
|
# resp = client.create_transit_gateway_peering_attachment({
|
8049
|
-
# transit_gateway_id: "
|
8052
|
+
# transit_gateway_id: "TransitGatewayId", # required
|
8050
8053
|
# peer_transit_gateway_id: "String", # required
|
8051
8054
|
# peer_account_id: "String", # required
|
8052
8055
|
# peer_region: "String", # required
|
@@ -8119,8 +8122,8 @@ module Aws::EC2
|
|
8119
8122
|
#
|
8120
8123
|
# resp = client.create_transit_gateway_route({
|
8121
8124
|
# destination_cidr_block: "String", # required
|
8122
|
-
# transit_gateway_route_table_id: "
|
8123
|
-
# transit_gateway_attachment_id: "
|
8125
|
+
# transit_gateway_route_table_id: "TransitGatewayRouteTableId", # required
|
8126
|
+
# transit_gateway_attachment_id: "TransitGatewayAttachmentId",
|
8124
8127
|
# blackhole: false,
|
8125
8128
|
# dry_run: false,
|
8126
8129
|
# })
|
@@ -8165,7 +8168,7 @@ module Aws::EC2
|
|
8165
8168
|
# @example Request syntax with placeholder values
|
8166
8169
|
#
|
8167
8170
|
# resp = client.create_transit_gateway_route_table({
|
8168
|
-
# transit_gateway_id: "
|
8171
|
+
# transit_gateway_id: "TransitGatewayId", # required
|
8169
8172
|
# tag_specifications: [
|
8170
8173
|
# {
|
8171
8174
|
# resource_type: "client-vpn-endpoint", # accepts client-vpn-endpoint, customer-gateway, dedicated-host, dhcp-options, elastic-ip, fleet, fpga-image, host-reservation, image, instance, internet-gateway, key-pair, launch-template, 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
|
@@ -8241,9 +8244,9 @@ module Aws::EC2
|
|
8241
8244
|
# @example Request syntax with placeholder values
|
8242
8245
|
#
|
8243
8246
|
# resp = client.create_transit_gateway_vpc_attachment({
|
8244
|
-
# transit_gateway_id: "
|
8245
|
-
# vpc_id: "
|
8246
|
-
# subnet_ids: ["
|
8247
|
+
# transit_gateway_id: "TransitGatewayId", # required
|
8248
|
+
# vpc_id: "VpcId", # required
|
8249
|
+
# subnet_ids: ["SubnetId"], # required
|
8247
8250
|
# options: {
|
8248
8251
|
# dns_support: "enable", # accepts enable, disable
|
8249
8252
|
# ipv_6_support: "enable", # accepts enable, disable
|
@@ -8653,7 +8656,7 @@ module Aws::EC2
|
|
8653
8656
|
# resp = client.create_vpc({
|
8654
8657
|
# cidr_block: "String", # required
|
8655
8658
|
# amazon_provided_ipv_6_cidr_block: false,
|
8656
|
-
# ipv_6_pool: "
|
8659
|
+
# ipv_6_pool: "Ipv6PoolEc2Id",
|
8657
8660
|
# ipv_6_cidr_block: "String",
|
8658
8661
|
# dry_run: false,
|
8659
8662
|
# instance_tenancy: "default", # accepts default, dedicated, host
|
@@ -8673,8 +8676,8 @@ module Aws::EC2
|
|
8673
8676
|
# resp.vpc.ipv_6_cidr_block_association_set[0].ipv_6_cidr_block #=> String
|
8674
8677
|
# resp.vpc.ipv_6_cidr_block_association_set[0].ipv_6_cidr_block_state.state #=> String, one of "associating", "associated", "disassociating", "disassociated", "failing", "failed"
|
8675
8678
|
# resp.vpc.ipv_6_cidr_block_association_set[0].ipv_6_cidr_block_state.status_message #=> String
|
8676
|
-
# resp.vpc.ipv_6_cidr_block_association_set[0].ipv_6_pool #=> String
|
8677
8679
|
# resp.vpc.ipv_6_cidr_block_association_set[0].network_border_group #=> String
|
8680
|
+
# resp.vpc.ipv_6_cidr_block_association_set[0].ipv_6_pool #=> String
|
8678
8681
|
# resp.vpc.cidr_block_association_set #=> Array
|
8679
8682
|
# resp.vpc.cidr_block_association_set[0].association_id #=> String
|
8680
8683
|
# resp.vpc.cidr_block_association_set[0].cidr_block #=> String
|
@@ -8794,9 +8797,9 @@ module Aws::EC2
|
|
8794
8797
|
# vpc_id: "VpcId", # required
|
8795
8798
|
# service_name: "String", # required
|
8796
8799
|
# policy_document: "String",
|
8797
|
-
# route_table_ids: ["
|
8798
|
-
# subnet_ids: ["
|
8799
|
-
# security_group_ids: ["
|
8800
|
+
# route_table_ids: ["RouteTableId"],
|
8801
|
+
# subnet_ids: ["SubnetId"],
|
8802
|
+
# security_group_ids: ["SecurityGroupId"],
|
8800
8803
|
# client_token: "String",
|
8801
8804
|
# private_dns_enabled: false,
|
8802
8805
|
# tag_specifications: [
|
@@ -8901,7 +8904,7 @@ module Aws::EC2
|
|
8901
8904
|
#
|
8902
8905
|
# resp = client.create_vpc_endpoint_connection_notification({
|
8903
8906
|
# dry_run: false,
|
8904
|
-
# service_id: "
|
8907
|
+
# service_id: "VpcEndpointServiceId",
|
8905
8908
|
# vpc_endpoint_id: "VpcEndpointId",
|
8906
8909
|
# connection_notification_arn: "String", # required
|
8907
8910
|
# connection_events: ["String"], # required
|
@@ -9697,7 +9700,7 @@ module Aws::EC2
|
|
9697
9700
|
#
|
9698
9701
|
# resp = client.delete_flow_logs({
|
9699
9702
|
# dry_run: false,
|
9700
|
-
# flow_log_ids: ["
|
9703
|
+
# flow_log_ids: ["VpcFlowLogId"], # required
|
9701
9704
|
# })
|
9702
9705
|
#
|
9703
9706
|
# @example Response structure
|
@@ -10008,7 +10011,7 @@ module Aws::EC2
|
|
10008
10011
|
#
|
10009
10012
|
# resp = client.delete_local_gateway_route({
|
10010
10013
|
# destination_cidr_block: "String", # required
|
10011
|
-
# local_gateway_route_table_id: "
|
10014
|
+
# local_gateway_route_table_id: "LocalGatewayRoutetableId", # required
|
10012
10015
|
# dry_run: false,
|
10013
10016
|
# })
|
10014
10017
|
#
|
@@ -10048,7 +10051,7 @@ module Aws::EC2
|
|
10048
10051
|
# @example Request syntax with placeholder values
|
10049
10052
|
#
|
10050
10053
|
# resp = client.delete_local_gateway_route_table_vpc_association({
|
10051
|
-
# local_gateway_route_table_vpc_association_id: "
|
10054
|
+
# local_gateway_route_table_vpc_association_id: "LocalGatewayRouteTableVpcAssociationId", # required
|
10052
10055
|
# dry_run: false,
|
10053
10056
|
# })
|
10054
10057
|
#
|
@@ -10270,7 +10273,7 @@ module Aws::EC2
|
|
10270
10273
|
# @example Request syntax with placeholder values
|
10271
10274
|
#
|
10272
10275
|
# resp = client.delete_network_interface_permission({
|
10273
|
-
# network_interface_permission_id: "
|
10276
|
+
# network_interface_permission_id: "NetworkInterfacePermissionId", # required
|
10274
10277
|
# force: false,
|
10275
10278
|
# dry_run: false,
|
10276
10279
|
# })
|
@@ -10325,7 +10328,7 @@ module Aws::EC2
|
|
10325
10328
|
#
|
10326
10329
|
# resp = client.delete_placement_group({
|
10327
10330
|
# dry_run: false,
|
10328
|
-
# group_name: "
|
10331
|
+
# group_name: "PlacementGroupName", # required
|
10329
10332
|
# })
|
10330
10333
|
#
|
10331
10334
|
# @see http://docs.aws.amazon.com/goto/WebAPI/ec2-2016-11-15/DeletePlacementGroup AWS API Documentation
|
@@ -10357,7 +10360,7 @@ module Aws::EC2
|
|
10357
10360
|
#
|
10358
10361
|
# resp = client.delete_queued_reserved_instances({
|
10359
10362
|
# dry_run: false,
|
10360
|
-
# reserved_instances_ids: ["
|
10363
|
+
# reserved_instances_ids: ["ReservationId"], # required
|
10361
10364
|
# })
|
10362
10365
|
#
|
10363
10366
|
# @example Response structure
|
@@ -10455,7 +10458,7 @@ module Aws::EC2
|
|
10455
10458
|
#
|
10456
10459
|
# resp = client.delete_route_table({
|
10457
10460
|
# dry_run: false,
|
10458
|
-
# route_table_id: "
|
10461
|
+
# route_table_id: "RouteTableId", # required
|
10459
10462
|
# })
|
10460
10463
|
#
|
10461
10464
|
# @see http://docs.aws.amazon.com/goto/WebAPI/ec2-2016-11-15/DeleteRouteTable AWS API Documentation
|
@@ -10505,8 +10508,8 @@ module Aws::EC2
|
|
10505
10508
|
# @example Request syntax with placeholder values
|
10506
10509
|
#
|
10507
10510
|
# resp = client.delete_security_group({
|
10508
|
-
# group_id: "
|
10509
|
-
# group_name: "
|
10511
|
+
# group_id: "SecurityGroupId",
|
10512
|
+
# group_name: "SecurityGroupName",
|
10510
10513
|
# dry_run: false,
|
10511
10514
|
# })
|
10512
10515
|
#
|
@@ -10709,7 +10712,7 @@ module Aws::EC2
|
|
10709
10712
|
#
|
10710
10713
|
# resp = client.delete_tags({
|
10711
10714
|
# dry_run: false,
|
10712
|
-
# resources: ["
|
10715
|
+
# resources: ["TaggableResourceId"], # required
|
10713
10716
|
# tags: [
|
10714
10717
|
# {
|
10715
10718
|
# key: "String",
|
@@ -10891,7 +10894,7 @@ module Aws::EC2
|
|
10891
10894
|
# @example Request syntax with placeholder values
|
10892
10895
|
#
|
10893
10896
|
# resp = client.delete_transit_gateway({
|
10894
|
-
# transit_gateway_id: "
|
10897
|
+
# transit_gateway_id: "TransitGatewayId", # required
|
10895
10898
|
# dry_run: false,
|
10896
10899
|
# })
|
10897
10900
|
#
|
@@ -10943,7 +10946,7 @@ module Aws::EC2
|
|
10943
10946
|
# @example Request syntax with placeholder values
|
10944
10947
|
#
|
10945
10948
|
# resp = client.delete_transit_gateway_multicast_domain({
|
10946
|
-
# transit_gateway_multicast_domain_id: "
|
10949
|
+
# transit_gateway_multicast_domain_id: "TransitGatewayMulticastDomainId", # required
|
10947
10950
|
# dry_run: false,
|
10948
10951
|
# })
|
10949
10952
|
#
|
@@ -10984,7 +10987,7 @@ module Aws::EC2
|
|
10984
10987
|
# @example Request syntax with placeholder values
|
10985
10988
|
#
|
10986
10989
|
# resp = client.delete_transit_gateway_peering_attachment({
|
10987
|
-
# transit_gateway_attachment_id: "
|
10990
|
+
# transit_gateway_attachment_id: "TransitGatewayAttachmentId", # required
|
10988
10991
|
# dry_run: false,
|
10989
10992
|
# })
|
10990
10993
|
#
|
@@ -11037,7 +11040,7 @@ module Aws::EC2
|
|
11037
11040
|
# @example Request syntax with placeholder values
|
11038
11041
|
#
|
11039
11042
|
# resp = client.delete_transit_gateway_route({
|
11040
|
-
# transit_gateway_route_table_id: "
|
11043
|
+
# transit_gateway_route_table_id: "TransitGatewayRouteTableId", # required
|
11041
11044
|
# destination_cidr_block: "String", # required
|
11042
11045
|
# dry_run: false,
|
11043
11046
|
# })
|
@@ -11081,7 +11084,7 @@ module Aws::EC2
|
|
11081
11084
|
# @example Request syntax with placeholder values
|
11082
11085
|
#
|
11083
11086
|
# resp = client.delete_transit_gateway_route_table({
|
11084
|
-
# transit_gateway_route_table_id: "
|
11087
|
+
# transit_gateway_route_table_id: "TransitGatewayRouteTableId", # required
|
11085
11088
|
# dry_run: false,
|
11086
11089
|
# })
|
11087
11090
|
#
|
@@ -11124,7 +11127,7 @@ module Aws::EC2
|
|
11124
11127
|
# @example Request syntax with placeholder values
|
11125
11128
|
#
|
11126
11129
|
# resp = client.delete_transit_gateway_vpc_attachment({
|
11127
|
-
# transit_gateway_attachment_id: "
|
11130
|
+
# transit_gateway_attachment_id: "TransitGatewayAttachmentId", # required
|
11128
11131
|
# dry_run: false,
|
11129
11132
|
# })
|
11130
11133
|
#
|
@@ -11309,7 +11312,7 @@ module Aws::EC2
|
|
11309
11312
|
#
|
11310
11313
|
# resp = client.delete_vpc_endpoint_service_configurations({
|
11311
11314
|
# dry_run: false,
|
11312
|
-
# service_ids: ["
|
11315
|
+
# service_ids: ["VpcEndpointServiceId"], # required
|
11313
11316
|
# })
|
11314
11317
|
#
|
11315
11318
|
# @example Response structure
|
@@ -11350,7 +11353,7 @@ module Aws::EC2
|
|
11350
11353
|
#
|
11351
11354
|
# resp = client.delete_vpc_endpoints({
|
11352
11355
|
# dry_run: false,
|
11353
|
-
# vpc_endpoint_ids: ["
|
11356
|
+
# vpc_endpoint_ids: ["VpcEndpointId"], # required
|
11354
11357
|
# })
|
11355
11358
|
#
|
11356
11359
|
# @example Response structure
|
@@ -11619,9 +11622,9 @@ module Aws::EC2
|
|
11619
11622
|
# @example Request syntax with placeholder values
|
11620
11623
|
#
|
11621
11624
|
# resp = client.deregister_transit_gateway_multicast_group_members({
|
11622
|
-
# transit_gateway_multicast_domain_id: "
|
11625
|
+
# transit_gateway_multicast_domain_id: "TransitGatewayMulticastDomainId",
|
11623
11626
|
# group_ip_address: "String",
|
11624
|
-
# network_interface_ids: ["
|
11627
|
+
# network_interface_ids: ["NetworkInterfaceId"],
|
11625
11628
|
# dry_run: false,
|
11626
11629
|
# })
|
11627
11630
|
#
|
@@ -11666,9 +11669,9 @@ module Aws::EC2
|
|
11666
11669
|
# @example Request syntax with placeholder values
|
11667
11670
|
#
|
11668
11671
|
# resp = client.deregister_transit_gateway_multicast_group_sources({
|
11669
|
-
# transit_gateway_multicast_domain_id: "
|
11672
|
+
# transit_gateway_multicast_domain_id: "TransitGatewayMulticastDomainId",
|
11670
11673
|
# group_ip_address: "String",
|
11671
|
-
# network_interface_ids: ["
|
11674
|
+
# network_interface_ids: ["NetworkInterfaceId"],
|
11672
11675
|
# dry_run: false,
|
11673
11676
|
# })
|
11674
11677
|
#
|
@@ -12285,7 +12288,7 @@ module Aws::EC2
|
|
12285
12288
|
# @example Request syntax with placeholder values
|
12286
12289
|
#
|
12287
12290
|
# resp = client.describe_bundle_tasks({
|
12288
|
-
# bundle_ids: ["
|
12291
|
+
# bundle_ids: ["BundleId"],
|
12289
12292
|
# filters: [
|
12290
12293
|
# {
|
12291
12294
|
# name: "String",
|
@@ -12513,7 +12516,7 @@ module Aws::EC2
|
|
12513
12516
|
# },
|
12514
12517
|
# ],
|
12515
12518
|
# dry_run: false,
|
12516
|
-
# instance_ids: ["
|
12519
|
+
# instance_ids: ["InstanceId"],
|
12517
12520
|
# max_results: 1,
|
12518
12521
|
# next_token: "String",
|
12519
12522
|
# })
|
@@ -12578,7 +12581,7 @@ module Aws::EC2
|
|
12578
12581
|
# @example Request syntax with placeholder values
|
12579
12582
|
#
|
12580
12583
|
# resp = client.describe_client_vpn_authorization_rules({
|
12581
|
-
# client_vpn_endpoint_id: "
|
12584
|
+
# client_vpn_endpoint_id: "ClientVpnEndpointId", # required
|
12582
12585
|
# dry_run: false,
|
12583
12586
|
# next_token: "NextToken",
|
12584
12587
|
# filters: [
|
@@ -12648,7 +12651,7 @@ module Aws::EC2
|
|
12648
12651
|
# @example Request syntax with placeholder values
|
12649
12652
|
#
|
12650
12653
|
# resp = client.describe_client_vpn_connections({
|
12651
|
-
# client_vpn_endpoint_id: "
|
12654
|
+
# client_vpn_endpoint_id: "ClientVpnEndpointId", # required
|
12652
12655
|
# filters: [
|
12653
12656
|
# {
|
12654
12657
|
# name: "String",
|
@@ -12722,7 +12725,7 @@ module Aws::EC2
|
|
12722
12725
|
# @example Request syntax with placeholder values
|
12723
12726
|
#
|
12724
12727
|
# resp = client.describe_client_vpn_endpoints({
|
12725
|
-
# client_vpn_endpoint_ids: ["
|
12728
|
+
# client_vpn_endpoint_ids: ["ClientVpnEndpointId"],
|
12726
12729
|
# max_results: 1,
|
12727
12730
|
# next_token: "NextToken",
|
12728
12731
|
# filters: [
|
@@ -12814,7 +12817,7 @@ module Aws::EC2
|
|
12814
12817
|
# @example Request syntax with placeholder values
|
12815
12818
|
#
|
12816
12819
|
# resp = client.describe_client_vpn_routes({
|
12817
|
-
# client_vpn_endpoint_id: "
|
12820
|
+
# client_vpn_endpoint_id: "ClientVpnEndpointId", # required
|
12818
12821
|
# filters: [
|
12819
12822
|
# {
|
12820
12823
|
# name: "String",
|
@@ -12889,7 +12892,7 @@ module Aws::EC2
|
|
12889
12892
|
# @example Request syntax with placeholder values
|
12890
12893
|
#
|
12891
12894
|
# resp = client.describe_client_vpn_target_networks({
|
12892
|
-
# client_vpn_endpoint_id: "
|
12895
|
+
# client_vpn_endpoint_id: "ClientVpnEndpointId", # required
|
12893
12896
|
# association_ids: ["String"],
|
12894
12897
|
# max_results: 1,
|
12895
12898
|
# next_token: "NextToken",
|
@@ -13024,7 +13027,7 @@ module Aws::EC2
|
|
13024
13027
|
# @example Request syntax with placeholder values
|
13025
13028
|
#
|
13026
13029
|
# resp = client.describe_conversion_tasks({
|
13027
|
-
# conversion_task_ids: ["
|
13030
|
+
# conversion_task_ids: ["ConversionTaskId"],
|
13028
13031
|
# dry_run: false,
|
13029
13032
|
# })
|
13030
13033
|
#
|
@@ -13150,7 +13153,7 @@ module Aws::EC2
|
|
13150
13153
|
# @example Request syntax with placeholder values
|
13151
13154
|
#
|
13152
13155
|
# resp = client.describe_customer_gateways({
|
13153
|
-
# customer_gateway_ids: ["
|
13156
|
+
# customer_gateway_ids: ["CustomerGatewayId"],
|
13154
13157
|
# filters: [
|
13155
13158
|
# {
|
13156
13159
|
# name: "String",
|
@@ -13274,7 +13277,7 @@ module Aws::EC2
|
|
13274
13277
|
# @example Request syntax with placeholder values
|
13275
13278
|
#
|
13276
13279
|
# resp = client.describe_dhcp_options({
|
13277
|
-
# dhcp_options_ids: ["
|
13280
|
+
# dhcp_options_ids: ["DhcpOptionsId"],
|
13278
13281
|
# filters: [
|
13279
13282
|
# {
|
13280
13283
|
# name: "String",
|
@@ -13434,7 +13437,7 @@ module Aws::EC2
|
|
13434
13437
|
# @example Request syntax with placeholder values
|
13435
13438
|
#
|
13436
13439
|
# resp = client.describe_elastic_gpus({
|
13437
|
-
# elastic_gpu_ids: ["
|
13440
|
+
# elastic_gpu_ids: ["ElasticGpuId"],
|
13438
13441
|
# dry_run: false,
|
13439
13442
|
# filters: [
|
13440
13443
|
# {
|
@@ -13507,7 +13510,7 @@ module Aws::EC2
|
|
13507
13510
|
# values: ["String"],
|
13508
13511
|
# },
|
13509
13512
|
# ],
|
13510
|
-
# export_image_task_ids: ["
|
13513
|
+
# export_image_task_ids: ["ExportImageTaskId"],
|
13511
13514
|
# max_results: 1,
|
13512
13515
|
# next_token: "NextToken",
|
13513
13516
|
# })
|
@@ -14004,7 +14007,7 @@ module Aws::EC2
|
|
14004
14007
|
# values: ["String"],
|
14005
14008
|
# },
|
14006
14009
|
# ],
|
14007
|
-
# flow_log_ids: ["
|
14010
|
+
# flow_log_ids: ["VpcFlowLogId"],
|
14008
14011
|
# max_results: 1,
|
14009
14012
|
# next_token: "String",
|
14010
14013
|
# })
|
@@ -14059,7 +14062,7 @@ module Aws::EC2
|
|
14059
14062
|
#
|
14060
14063
|
# resp = client.describe_fpga_image_attribute({
|
14061
14064
|
# dry_run: false,
|
14062
|
-
# fpga_image_id: "
|
14065
|
+
# fpga_image_id: "FpgaImageId", # required
|
14063
14066
|
# attribute: "description", # required, accepts description, name, loadPermission, productCodes
|
14064
14067
|
# })
|
14065
14068
|
#
|
@@ -14150,7 +14153,7 @@ module Aws::EC2
|
|
14150
14153
|
#
|
14151
14154
|
# resp = client.describe_fpga_images({
|
14152
14155
|
# dry_run: false,
|
14153
|
-
# fpga_image_ids: ["
|
14156
|
+
# fpga_image_ids: ["FpgaImageId"],
|
14154
14157
|
# owners: ["String"],
|
14155
14158
|
# filters: [
|
14156
14159
|
# {
|
@@ -14268,7 +14271,7 @@ module Aws::EC2
|
|
14268
14271
|
# max_results: 1,
|
14269
14272
|
# min_duration: 1,
|
14270
14273
|
# next_token: "String",
|
14271
|
-
# offering_id: "
|
14274
|
+
# offering_id: "OfferingId",
|
14272
14275
|
# })
|
14273
14276
|
#
|
14274
14277
|
# @example Response structure
|
@@ -14343,7 +14346,7 @@ module Aws::EC2
|
|
14343
14346
|
# values: ["String"],
|
14344
14347
|
# },
|
14345
14348
|
# ],
|
14346
|
-
# host_reservation_id_set: ["
|
14349
|
+
# host_reservation_id_set: ["HostReservationId"],
|
14347
14350
|
# max_results: 1,
|
14348
14351
|
# next_token: "String",
|
14349
14352
|
# })
|
@@ -14442,7 +14445,7 @@ module Aws::EC2
|
|
14442
14445
|
# values: ["String"],
|
14443
14446
|
# },
|
14444
14447
|
# ],
|
14445
|
-
# host_ids: ["
|
14448
|
+
# host_ids: ["DedicatedHostId"],
|
14446
14449
|
# max_results: 1,
|
14447
14450
|
# next_token: "String",
|
14448
14451
|
# })
|
@@ -14546,7 +14549,7 @@ module Aws::EC2
|
|
14546
14549
|
# @example Request syntax with placeholder values
|
14547
14550
|
#
|
14548
14551
|
# resp = client.describe_iam_instance_profile_associations({
|
14549
|
-
# association_ids: ["
|
14552
|
+
# association_ids: ["IamInstanceProfileAssociationId"],
|
14550
14553
|
# filters: [
|
14551
14554
|
# {
|
14552
14555
|
# name: "String",
|
@@ -14766,7 +14769,7 @@ module Aws::EC2
|
|
14766
14769
|
#
|
14767
14770
|
# resp = client.describe_image_attribute({
|
14768
14771
|
# attribute: "description", # required, accepts description, kernel, ramdisk, launchPermission, productCodes, blockDeviceMapping, sriovNetSupport
|
14769
|
-
# image_id: "
|
14772
|
+
# image_id: "ImageId", # required
|
14770
14773
|
# dry_run: false,
|
14771
14774
|
# })
|
14772
14775
|
#
|
@@ -14988,7 +14991,7 @@ module Aws::EC2
|
|
14988
14991
|
# values: ["String"],
|
14989
14992
|
# },
|
14990
14993
|
# ],
|
14991
|
-
# image_ids: ["
|
14994
|
+
# image_ids: ["ImageId"],
|
14992
14995
|
# owners: ["String"],
|
14993
14996
|
# dry_run: false,
|
14994
14997
|
# })
|
@@ -15084,7 +15087,7 @@ module Aws::EC2
|
|
15084
15087
|
# values: ["String"],
|
15085
15088
|
# },
|
15086
15089
|
# ],
|
15087
|
-
# import_task_ids: ["
|
15090
|
+
# import_task_ids: ["ImportImageTaskId"],
|
15088
15091
|
# max_results: 1,
|
15089
15092
|
# next_token: "String",
|
15090
15093
|
# })
|
@@ -15169,7 +15172,7 @@ module Aws::EC2
|
|
15169
15172
|
# values: ["String"],
|
15170
15173
|
# },
|
15171
15174
|
# ],
|
15172
|
-
# import_task_ids: ["
|
15175
|
+
# import_task_ids: ["ImportSnapshotTaskId"],
|
15173
15176
|
# max_results: 1,
|
15174
15177
|
# next_token: "String",
|
15175
15178
|
# })
|
@@ -15318,7 +15321,7 @@ module Aws::EC2
|
|
15318
15321
|
# resp = client.describe_instance_attribute({
|
15319
15322
|
# attribute: "instanceType", # required, accepts instanceType, kernel, ramdisk, userData, disableApiTermination, instanceInitiatedShutdownBehavior, rootDeviceName, blockDeviceMapping, productCodes, sourceDestCheck, groupSet, ebsOptimized, sriovNetSupport, enaSupport
|
15320
15323
|
# dry_run: false,
|
15321
|
-
# instance_id: "
|
15324
|
+
# instance_id: "InstanceId", # required
|
15322
15325
|
# })
|
15323
15326
|
#
|
15324
15327
|
# @example Response structure
|
@@ -15432,7 +15435,7 @@ module Aws::EC2
|
|
15432
15435
|
# values: ["String"],
|
15433
15436
|
# },
|
15434
15437
|
# ],
|
15435
|
-
# instance_ids: ["
|
15438
|
+
# instance_ids: ["InstanceId"],
|
15436
15439
|
# max_results: 1,
|
15437
15440
|
# next_token: "String",
|
15438
15441
|
# })
|
@@ -15617,7 +15620,7 @@ module Aws::EC2
|
|
15617
15620
|
# values: ["String"],
|
15618
15621
|
# },
|
15619
15622
|
# ],
|
15620
|
-
# instance_ids: ["
|
15623
|
+
# instance_ids: ["InstanceId"],
|
15621
15624
|
# max_results: 1,
|
15622
15625
|
# next_token: "String",
|
15623
15626
|
# dry_run: false,
|
@@ -16310,7 +16313,7 @@ module Aws::EC2
|
|
16310
16313
|
# values: ["String"],
|
16311
16314
|
# },
|
16312
16315
|
# ],
|
16313
|
-
# instance_ids: ["
|
16316
|
+
# instance_ids: ["InstanceId"],
|
16314
16317
|
# dry_run: false,
|
16315
16318
|
# max_results: 1,
|
16316
16319
|
# next_token: "String",
|
@@ -16543,7 +16546,7 @@ module Aws::EC2
|
|
16543
16546
|
# },
|
16544
16547
|
# ],
|
16545
16548
|
# dry_run: false,
|
16546
|
-
# internet_gateway_ids: ["
|
16549
|
+
# internet_gateway_ids: ["InternetGatewayId"],
|
16547
16550
|
# next_token: "String",
|
16548
16551
|
# max_results: 1,
|
16549
16552
|
# })
|
@@ -16610,7 +16613,7 @@ module Aws::EC2
|
|
16610
16613
|
# @example Request syntax with placeholder values
|
16611
16614
|
#
|
16612
16615
|
# resp = client.describe_ipv_6_pools({
|
16613
|
-
# pool_ids: ["
|
16616
|
+
# pool_ids: ["Ipv6PoolEc2Id"],
|
16614
16617
|
# next_token: "NextToken",
|
16615
16618
|
# max_results: 1,
|
16616
16619
|
# dry_run: false,
|
@@ -16707,8 +16710,8 @@ module Aws::EC2
|
|
16707
16710
|
# values: ["String"],
|
16708
16711
|
# },
|
16709
16712
|
# ],
|
16710
|
-
# key_names: ["
|
16711
|
-
# key_pair_ids: ["
|
16713
|
+
# key_names: ["KeyPairName"],
|
16714
|
+
# key_pair_ids: ["KeyPairId"],
|
16712
16715
|
# dry_run: false,
|
16713
16716
|
# })
|
16714
16717
|
#
|
@@ -16857,7 +16860,7 @@ module Aws::EC2
|
|
16857
16860
|
#
|
16858
16861
|
# resp = client.describe_launch_template_versions({
|
16859
16862
|
# dry_run: false,
|
16860
|
-
# launch_template_id: "
|
16863
|
+
# launch_template_id: "LaunchTemplateId",
|
16861
16864
|
# launch_template_name: "LaunchTemplateName",
|
16862
16865
|
# versions: ["String"],
|
16863
16866
|
# min_version: "String",
|
@@ -17047,7 +17050,7 @@ module Aws::EC2
|
|
17047
17050
|
#
|
17048
17051
|
# resp = client.describe_launch_templates({
|
17049
17052
|
# dry_run: false,
|
17050
|
-
# launch_template_ids: ["
|
17053
|
+
# launch_template_ids: ["LaunchTemplateId"],
|
17051
17054
|
# launch_template_names: ["LaunchTemplateName"],
|
17052
17055
|
# filters: [
|
17053
17056
|
# {
|
@@ -17113,7 +17116,7 @@ module Aws::EC2
|
|
17113
17116
|
# @example Request syntax with placeholder values
|
17114
17117
|
#
|
17115
17118
|
# resp = client.describe_local_gateway_route_table_virtual_interface_group_associations({
|
17116
|
-
# local_gateway_route_table_virtual_interface_group_association_ids: ["
|
17119
|
+
# local_gateway_route_table_virtual_interface_group_association_ids: ["LocalGatewayRouteTableVirtualInterfaceGroupAssociationId"],
|
17117
17120
|
# filters: [
|
17118
17121
|
# {
|
17119
17122
|
# name: "String",
|
@@ -17178,7 +17181,7 @@ module Aws::EC2
|
|
17178
17181
|
# @example Request syntax with placeholder values
|
17179
17182
|
#
|
17180
17183
|
# resp = client.describe_local_gateway_route_table_vpc_associations({
|
17181
|
-
# local_gateway_route_table_vpc_association_ids: ["
|
17184
|
+
# local_gateway_route_table_vpc_association_ids: ["LocalGatewayRouteTableVpcAssociationId"],
|
17182
17185
|
# filters: [
|
17183
17186
|
# {
|
17184
17187
|
# name: "String",
|
@@ -17244,7 +17247,7 @@ module Aws::EC2
|
|
17244
17247
|
# @example Request syntax with placeholder values
|
17245
17248
|
#
|
17246
17249
|
# resp = client.describe_local_gateway_route_tables({
|
17247
|
-
# local_gateway_route_table_ids: ["
|
17250
|
+
# local_gateway_route_table_ids: ["LocalGatewayRoutetableId"],
|
17248
17251
|
# filters: [
|
17249
17252
|
# {
|
17250
17253
|
# name: "String",
|
@@ -17307,7 +17310,7 @@ module Aws::EC2
|
|
17307
17310
|
# @example Request syntax with placeholder values
|
17308
17311
|
#
|
17309
17312
|
# resp = client.describe_local_gateway_virtual_interface_groups({
|
17310
|
-
# local_gateway_virtual_interface_group_ids: ["
|
17313
|
+
# local_gateway_virtual_interface_group_ids: ["LocalGatewayVirtualInterfaceGroupId"],
|
17311
17314
|
# filters: [
|
17312
17315
|
# {
|
17313
17316
|
# name: "String",
|
@@ -17370,7 +17373,7 @@ module Aws::EC2
|
|
17370
17373
|
# @example Request syntax with placeholder values
|
17371
17374
|
#
|
17372
17375
|
# resp = client.describe_local_gateway_virtual_interfaces({
|
17373
|
-
# local_gateway_virtual_interface_ids: ["
|
17376
|
+
# local_gateway_virtual_interface_ids: ["LocalGatewayVirtualInterfaceId"],
|
17374
17377
|
# filters: [
|
17375
17378
|
# {
|
17376
17379
|
# name: "String",
|
@@ -17437,7 +17440,7 @@ module Aws::EC2
|
|
17437
17440
|
# @example Request syntax with placeholder values
|
17438
17441
|
#
|
17439
17442
|
# resp = client.describe_local_gateways({
|
17440
|
-
# local_gateway_ids: ["
|
17443
|
+
# local_gateway_ids: ["LocalGatewayId"],
|
17441
17444
|
# filters: [
|
17442
17445
|
# {
|
17443
17446
|
# name: "String",
|
@@ -17645,7 +17648,7 @@ module Aws::EC2
|
|
17645
17648
|
# },
|
17646
17649
|
# ],
|
17647
17650
|
# max_results: 1,
|
17648
|
-
# nat_gateway_ids: ["
|
17651
|
+
# nat_gateway_ids: ["NatGatewayId"],
|
17649
17652
|
# next_token: "String",
|
17650
17653
|
# })
|
17651
17654
|
#
|
@@ -17828,7 +17831,7 @@ module Aws::EC2
|
|
17828
17831
|
# },
|
17829
17832
|
# ],
|
17830
17833
|
# dry_run: false,
|
17831
|
-
# network_acl_ids: ["
|
17834
|
+
# network_acl_ids: ["NetworkAclId"],
|
17832
17835
|
# next_token: "String",
|
17833
17836
|
# max_results: 1,
|
17834
17837
|
# })
|
@@ -17975,7 +17978,7 @@ module Aws::EC2
|
|
17975
17978
|
# resp = client.describe_network_interface_attribute({
|
17976
17979
|
# attribute: "description", # accepts description, groupSet, sourceDestCheck, attachment
|
17977
17980
|
# dry_run: false,
|
17978
|
-
# network_interface_id: "
|
17981
|
+
# network_interface_id: "NetworkInterfaceId", # required
|
17979
17982
|
# })
|
17980
17983
|
#
|
17981
17984
|
# @example Response structure
|
@@ -18041,7 +18044,7 @@ module Aws::EC2
|
|
18041
18044
|
# @example Request syntax with placeholder values
|
18042
18045
|
#
|
18043
18046
|
# resp = client.describe_network_interface_permissions({
|
18044
|
-
# network_interface_permission_ids: ["
|
18047
|
+
# network_interface_permission_ids: ["NetworkInterfacePermissionId"],
|
18045
18048
|
# filters: [
|
18046
18049
|
# {
|
18047
18050
|
# name: "String",
|
@@ -18288,7 +18291,7 @@ module Aws::EC2
|
|
18288
18291
|
# },
|
18289
18292
|
# ],
|
18290
18293
|
# dry_run: false,
|
18291
|
-
# network_interface_ids: ["
|
18294
|
+
# network_interface_ids: ["NetworkInterfaceId"],
|
18292
18295
|
# next_token: "String",
|
18293
18296
|
# max_results: 1,
|
18294
18297
|
# })
|
@@ -18399,8 +18402,8 @@ module Aws::EC2
|
|
18399
18402
|
# },
|
18400
18403
|
# ],
|
18401
18404
|
# dry_run: false,
|
18402
|
-
# group_names: ["
|
18403
|
-
# group_ids: ["
|
18405
|
+
# group_names: ["PlacementGroupName"],
|
18406
|
+
# group_ids: ["PlacementGroupId"],
|
18404
18407
|
# })
|
18405
18408
|
#
|
18406
18409
|
# @example Response structure
|
@@ -18473,7 +18476,7 @@ module Aws::EC2
|
|
18473
18476
|
# ],
|
18474
18477
|
# max_results: 1,
|
18475
18478
|
# next_token: "String",
|
18476
|
-
# prefix_list_ids: ["
|
18479
|
+
# prefix_list_ids: ["PrefixListResourceId"],
|
18477
18480
|
# })
|
18478
18481
|
#
|
18479
18482
|
# @example Response structure
|
@@ -18608,7 +18611,7 @@ module Aws::EC2
|
|
18608
18611
|
# @example Request syntax with placeholder values
|
18609
18612
|
#
|
18610
18613
|
# resp = client.describe_public_ipv_4_pools({
|
18611
|
-
# pool_ids: ["
|
18614
|
+
# pool_ids: ["Ipv4PoolEc2Id"],
|
18612
18615
|
# next_token: "NextToken",
|
18613
18616
|
# max_results: 1,
|
18614
18617
|
# filters: [
|
@@ -18873,7 +18876,7 @@ module Aws::EC2
|
|
18873
18876
|
# },
|
18874
18877
|
# ],
|
18875
18878
|
# offering_class: "standard", # accepts standard, convertible
|
18876
|
-
# reserved_instances_ids: ["
|
18879
|
+
# reserved_instances_ids: ["ReservationId"],
|
18877
18880
|
# dry_run: false,
|
18878
18881
|
# offering_type: "Heavy Utilization", # accepts Heavy Utilization, Medium Utilization, Light Utilization, No Upfront, Partial Upfront, All Upfront
|
18879
18882
|
# })
|
@@ -18973,8 +18976,8 @@ module Aws::EC2
|
|
18973
18976
|
# values: ["String"],
|
18974
18977
|
# },
|
18975
18978
|
# ],
|
18976
|
-
# reserved_instances_id: "
|
18977
|
-
# reserved_instances_listing_id: "
|
18979
|
+
# reserved_instances_id: "ReservationId",
|
18980
|
+
# reserved_instances_listing_id: "ReservedInstancesListingId",
|
18978
18981
|
# })
|
18979
18982
|
#
|
18980
18983
|
# @example Response structure
|
@@ -19079,7 +19082,7 @@ module Aws::EC2
|
|
19079
19082
|
# values: ["String"],
|
19080
19083
|
# },
|
19081
19084
|
# ],
|
19082
|
-
# reserved_instances_modification_ids: ["
|
19085
|
+
# reserved_instances_modification_ids: ["ReservedInstancesModificationId"],
|
19083
19086
|
# next_token: "String",
|
19084
19087
|
# })
|
19085
19088
|
#
|
@@ -19270,7 +19273,7 @@ module Aws::EC2
|
|
19270
19273
|
# min_duration: 1,
|
19271
19274
|
# offering_class: "standard", # accepts standard, convertible
|
19272
19275
|
# product_description: "Linux/UNIX", # accepts Linux/UNIX, Linux/UNIX (Amazon VPC), Windows, Windows (Amazon VPC)
|
19273
|
-
# reserved_instances_offering_ids: ["
|
19276
|
+
# reserved_instances_offering_ids: ["ReservedInstancesOfferingId"],
|
19274
19277
|
# dry_run: false,
|
19275
19278
|
# instance_tenancy: "default", # accepts default, dedicated, host
|
19276
19279
|
# max_results: 1,
|
@@ -19470,7 +19473,7 @@ module Aws::EC2
|
|
19470
19473
|
# },
|
19471
19474
|
# ],
|
19472
19475
|
# dry_run: false,
|
19473
|
-
# route_table_ids: ["
|
19476
|
+
# route_table_ids: ["RouteTableId"],
|
19474
19477
|
# next_token: "String",
|
19475
19478
|
# max_results: 1,
|
19476
19479
|
# })
|
@@ -19783,7 +19786,7 @@ module Aws::EC2
|
|
19783
19786
|
# ],
|
19784
19787
|
# max_results: 1,
|
19785
19788
|
# next_token: "String",
|
19786
|
-
# scheduled_instance_ids: ["
|
19789
|
+
# scheduled_instance_ids: ["ScheduledInstanceId"],
|
19787
19790
|
# slot_start_time_range: {
|
19788
19791
|
# earliest_time: Time.now,
|
19789
19792
|
# latest_time: Time.now,
|
@@ -19867,7 +19870,7 @@ module Aws::EC2
|
|
19867
19870
|
#
|
19868
19871
|
# resp = client.describe_security_group_references({
|
19869
19872
|
# dry_run: false,
|
19870
|
-
# group_id: ["
|
19873
|
+
# group_id: ["SecurityGroupId"], # required
|
19871
19874
|
# })
|
19872
19875
|
#
|
19873
19876
|
# @example Response structure
|
@@ -20058,7 +20061,7 @@ module Aws::EC2
|
|
20058
20061
|
# },
|
20059
20062
|
# ],
|
20060
20063
|
# group_ids: ["String"],
|
20061
|
-
# group_names: ["
|
20064
|
+
# group_names: ["SecurityGroupName"],
|
20062
20065
|
# dry_run: false,
|
20063
20066
|
# next_token: "String",
|
20064
20067
|
# max_results: 1,
|
@@ -20178,7 +20181,7 @@ module Aws::EC2
|
|
20178
20181
|
#
|
20179
20182
|
# resp = client.describe_snapshot_attribute({
|
20180
20183
|
# attribute: "productCodes", # required, accepts productCodes, createVolumePermission
|
20181
|
-
# snapshot_id: "
|
20184
|
+
# snapshot_id: "SnapshotId", # required
|
20182
20185
|
# dry_run: false,
|
20183
20186
|
# })
|
20184
20187
|
#
|
@@ -20416,7 +20419,7 @@ module Aws::EC2
|
|
20416
20419
|
# next_token: "String",
|
20417
20420
|
# owner_ids: ["String"],
|
20418
20421
|
# restorable_by_user_ids: ["String"],
|
20419
|
-
# snapshot_ids: ["
|
20422
|
+
# snapshot_ids: ["SnapshotId"],
|
20420
20423
|
# dry_run: false,
|
20421
20424
|
# })
|
20422
20425
|
#
|
@@ -20563,7 +20566,7 @@ module Aws::EC2
|
|
20563
20566
|
# dry_run: false,
|
20564
20567
|
# max_results: 1,
|
20565
20568
|
# next_token: "String",
|
20566
|
-
# spot_fleet_request_id: "
|
20569
|
+
# spot_fleet_request_id: "SpotFleetRequestId", # required
|
20567
20570
|
# })
|
20568
20571
|
#
|
20569
20572
|
# @example Response structure
|
@@ -20682,7 +20685,7 @@ module Aws::EC2
|
|
20682
20685
|
# event_type: "instanceChange", # accepts instanceChange, fleetRequestChange, error, information
|
20683
20686
|
# max_results: 1,
|
20684
20687
|
# next_token: "String",
|
20685
|
-
# spot_fleet_request_id: "
|
20688
|
+
# spot_fleet_request_id: "SpotFleetRequestId", # required
|
20686
20689
|
# start_time: Time.now, # required
|
20687
20690
|
# })
|
20688
20691
|
#
|
@@ -20798,7 +20801,7 @@ module Aws::EC2
|
|
20798
20801
|
# dry_run: false,
|
20799
20802
|
# max_results: 1,
|
20800
20803
|
# next_token: "String",
|
20801
|
-
# spot_fleet_request_ids: ["
|
20804
|
+
# spot_fleet_request_ids: ["SpotFleetRequestId"],
|
20802
20805
|
# })
|
20803
20806
|
#
|
20804
20807
|
# @example Response structure
|
@@ -21145,7 +21148,7 @@ module Aws::EC2
|
|
21145
21148
|
# },
|
21146
21149
|
# ],
|
21147
21150
|
# dry_run: false,
|
21148
|
-
# spot_instance_request_ids: ["
|
21151
|
+
# spot_instance_request_ids: ["SpotInstanceRequestId"],
|
21149
21152
|
# next_token: "String",
|
21150
21153
|
# max_results: 1,
|
21151
21154
|
# })
|
@@ -21593,7 +21596,7 @@ module Aws::EC2
|
|
21593
21596
|
# values: ["String"],
|
21594
21597
|
# },
|
21595
21598
|
# ],
|
21596
|
-
# subnet_ids: ["
|
21599
|
+
# subnet_ids: ["SubnetId"],
|
21597
21600
|
# dry_run: false,
|
21598
21601
|
# next_token: "String",
|
21599
21602
|
# max_results: 1,
|
@@ -21784,7 +21787,7 @@ module Aws::EC2
|
|
21784
21787
|
# @example Request syntax with placeholder values
|
21785
21788
|
#
|
21786
21789
|
# resp = client.describe_traffic_mirror_filters({
|
21787
|
-
# traffic_mirror_filter_ids: ["
|
21790
|
+
# traffic_mirror_filter_ids: ["TrafficMirrorFilterId"],
|
21788
21791
|
# dry_run: false,
|
21789
21792
|
# filters: [
|
21790
21793
|
# {
|
@@ -21898,7 +21901,7 @@ module Aws::EC2
|
|
21898
21901
|
# @example Request syntax with placeholder values
|
21899
21902
|
#
|
21900
21903
|
# resp = client.describe_traffic_mirror_sessions({
|
21901
|
-
# traffic_mirror_session_ids: ["
|
21904
|
+
# traffic_mirror_session_ids: ["TrafficMirrorSessionId"],
|
21902
21905
|
# dry_run: false,
|
21903
21906
|
# filters: [
|
21904
21907
|
# {
|
@@ -21979,7 +21982,7 @@ module Aws::EC2
|
|
21979
21982
|
# @example Request syntax with placeholder values
|
21980
21983
|
#
|
21981
21984
|
# resp = client.describe_traffic_mirror_targets({
|
21982
|
-
# traffic_mirror_target_ids: ["
|
21985
|
+
# traffic_mirror_target_ids: ["TrafficMirrorTargetId"],
|
21983
21986
|
# dry_run: false,
|
21984
21987
|
# filters: [
|
21985
21988
|
# {
|
@@ -22071,7 +22074,7 @@ module Aws::EC2
|
|
22071
22074
|
# @example Request syntax with placeholder values
|
22072
22075
|
#
|
22073
22076
|
# resp = client.describe_transit_gateway_attachments({
|
22074
|
-
# transit_gateway_attachment_ids: ["
|
22077
|
+
# transit_gateway_attachment_ids: ["TransitGatewayAttachmentId"],
|
22075
22078
|
# filters: [
|
22076
22079
|
# {
|
22077
22080
|
# name: "String",
|
@@ -22211,7 +22214,7 @@ module Aws::EC2
|
|
22211
22214
|
# @example Request syntax with placeholder values
|
22212
22215
|
#
|
22213
22216
|
# resp = client.describe_transit_gateway_peering_attachments({
|
22214
|
-
# transit_gateway_attachment_ids: ["
|
22217
|
+
# transit_gateway_attachment_ids: ["TransitGatewayAttachmentId"],
|
22215
22218
|
# filters: [
|
22216
22219
|
# {
|
22217
22220
|
# name: "String",
|
@@ -22376,7 +22379,7 @@ module Aws::EC2
|
|
22376
22379
|
# @example Request syntax with placeholder values
|
22377
22380
|
#
|
22378
22381
|
# resp = client.describe_transit_gateway_vpc_attachments({
|
22379
|
-
# transit_gateway_attachment_ids: ["
|
22382
|
+
# transit_gateway_attachment_ids: ["TransitGatewayAttachmentId"],
|
22380
22383
|
# filters: [
|
22381
22384
|
# {
|
22382
22385
|
# name: "String",
|
@@ -22482,7 +22485,7 @@ module Aws::EC2
|
|
22482
22485
|
# @example Request syntax with placeholder values
|
22483
22486
|
#
|
22484
22487
|
# resp = client.describe_transit_gateways({
|
22485
|
-
# transit_gateway_ids: ["
|
22488
|
+
# transit_gateway_ids: ["TransitGatewayId"],
|
22486
22489
|
# filters: [
|
22487
22490
|
# {
|
22488
22491
|
# name: "String",
|
@@ -23277,7 +23280,7 @@ module Aws::EC2
|
|
23277
23280
|
# },
|
23278
23281
|
# ],
|
23279
23282
|
# dry_run: false,
|
23280
|
-
# vpc_ids: ["
|
23283
|
+
# vpc_ids: ["VpcId"],
|
23281
23284
|
# })
|
23282
23285
|
#
|
23283
23286
|
# @example Response structure
|
@@ -23331,7 +23334,7 @@ module Aws::EC2
|
|
23331
23334
|
# resp = client.describe_vpc_classic_link_dns_support({
|
23332
23335
|
# max_results: 1,
|
23333
23336
|
# next_token: "DescribeVpcClassicLinkDnsSupportNextToken",
|
23334
|
-
# vpc_ids: ["
|
23337
|
+
# vpc_ids: ["VpcId"],
|
23335
23338
|
# })
|
23336
23339
|
#
|
23337
23340
|
# @example Response structure
|
@@ -23396,7 +23399,7 @@ module Aws::EC2
|
|
23396
23399
|
#
|
23397
23400
|
# resp = client.describe_vpc_endpoint_connection_notifications({
|
23398
23401
|
# dry_run: false,
|
23399
|
-
# connection_notification_id: "
|
23402
|
+
# connection_notification_id: "ConnectionNotificationId",
|
23400
23403
|
# filters: [
|
23401
23404
|
# {
|
23402
23405
|
# name: "String",
|
@@ -23556,7 +23559,7 @@ module Aws::EC2
|
|
23556
23559
|
#
|
23557
23560
|
# resp = client.describe_vpc_endpoint_service_configurations({
|
23558
23561
|
# dry_run: false,
|
23559
|
-
# service_ids: ["
|
23562
|
+
# service_ids: ["VpcEndpointServiceId"],
|
23560
23563
|
# filters: [
|
23561
23564
|
# {
|
23562
23565
|
# name: "String",
|
@@ -23641,7 +23644,7 @@ module Aws::EC2
|
|
23641
23644
|
#
|
23642
23645
|
# resp = client.describe_vpc_endpoint_service_permissions({
|
23643
23646
|
# dry_run: false,
|
23644
|
-
# service_id: "
|
23647
|
+
# service_id: "VpcEndpointServiceId", # required
|
23645
23648
|
# filters: [
|
23646
23649
|
# {
|
23647
23650
|
# name: "String",
|
@@ -23815,7 +23818,7 @@ module Aws::EC2
|
|
23815
23818
|
#
|
23816
23819
|
# resp = client.describe_vpc_endpoints({
|
23817
23820
|
# dry_run: false,
|
23818
|
-
# vpc_endpoint_ids: ["
|
23821
|
+
# vpc_endpoint_ids: ["VpcEndpointId"],
|
23819
23822
|
# filters: [
|
23820
23823
|
# {
|
23821
23824
|
# name: "String",
|
@@ -23944,7 +23947,7 @@ module Aws::EC2
|
|
23944
23947
|
# },
|
23945
23948
|
# ],
|
23946
23949
|
# dry_run: false,
|
23947
|
-
# vpc_peering_connection_ids: ["
|
23950
|
+
# vpc_peering_connection_ids: ["VpcPeeringConnectionId"],
|
23948
23951
|
# next_token: "String",
|
23949
23952
|
# max_results: 1,
|
23950
23953
|
# })
|
@@ -24107,7 +24110,7 @@ module Aws::EC2
|
|
24107
24110
|
# values: ["String"],
|
24108
24111
|
# },
|
24109
24112
|
# ],
|
24110
|
-
# vpc_ids: ["
|
24113
|
+
# vpc_ids: ["VpcId"],
|
24111
24114
|
# dry_run: false,
|
24112
24115
|
# next_token: "String",
|
24113
24116
|
# max_results: 1,
|
@@ -24127,8 +24130,8 @@ module Aws::EC2
|
|
24127
24130
|
# resp.vpcs[0].ipv_6_cidr_block_association_set[0].ipv_6_cidr_block #=> String
|
24128
24131
|
# resp.vpcs[0].ipv_6_cidr_block_association_set[0].ipv_6_cidr_block_state.state #=> String, one of "associating", "associated", "disassociating", "disassociated", "failing", "failed"
|
24129
24132
|
# resp.vpcs[0].ipv_6_cidr_block_association_set[0].ipv_6_cidr_block_state.status_message #=> String
|
24130
|
-
# resp.vpcs[0].ipv_6_cidr_block_association_set[0].ipv_6_pool #=> String
|
24131
24133
|
# resp.vpcs[0].ipv_6_cidr_block_association_set[0].network_border_group #=> String
|
24134
|
+
# resp.vpcs[0].ipv_6_cidr_block_association_set[0].ipv_6_pool #=> String
|
24132
24135
|
# resp.vpcs[0].cidr_block_association_set #=> Array
|
24133
24136
|
# resp.vpcs[0].cidr_block_association_set[0].association_id #=> String
|
24134
24137
|
# resp.vpcs[0].cidr_block_association_set[0].cidr_block #=> String
|
@@ -24225,7 +24228,7 @@ module Aws::EC2
|
|
24225
24228
|
# values: ["String"],
|
24226
24229
|
# },
|
24227
24230
|
# ],
|
24228
|
-
# vpn_connection_ids: ["
|
24231
|
+
# vpn_connection_ids: ["VpnConnectionId"],
|
24229
24232
|
# dry_run: false,
|
24230
24233
|
# })
|
24231
24234
|
#
|
@@ -24356,7 +24359,7 @@ module Aws::EC2
|
|
24356
24359
|
# values: ["String"],
|
24357
24360
|
# },
|
24358
24361
|
# ],
|
24359
|
-
# vpn_gateway_ids: ["
|
24362
|
+
# vpn_gateway_ids: ["VpnGatewayId"],
|
24360
24363
|
# dry_run: false,
|
24361
24364
|
# })
|
24362
24365
|
#
|
@@ -24744,7 +24747,7 @@ module Aws::EC2
|
|
24744
24747
|
#
|
24745
24748
|
# resp = client.disable_fast_snapshot_restores({
|
24746
24749
|
# availability_zones: ["String"], # required
|
24747
|
-
# source_snapshot_ids: ["
|
24750
|
+
# source_snapshot_ids: ["SnapshotId"], # required
|
24748
24751
|
# dry_run: false,
|
24749
24752
|
# })
|
24750
24753
|
#
|
@@ -24800,8 +24803,8 @@ module Aws::EC2
|
|
24800
24803
|
# @example Request syntax with placeholder values
|
24801
24804
|
#
|
24802
24805
|
# resp = client.disable_transit_gateway_route_table_propagation({
|
24803
|
-
# transit_gateway_route_table_id: "
|
24804
|
-
# transit_gateway_attachment_id: "
|
24806
|
+
# transit_gateway_route_table_id: "TransitGatewayRouteTableId", # required
|
24807
|
+
# transit_gateway_attachment_id: "TransitGatewayAttachmentId", # required
|
24805
24808
|
# dry_run: false,
|
24806
24809
|
# })
|
24807
24810
|
#
|
@@ -24831,6 +24834,8 @@ module Aws::EC2
|
|
24831
24834
|
# @option params [required, String] :route_table_id
|
24832
24835
|
# The ID of the route table.
|
24833
24836
|
#
|
24837
|
+
# @option params [Boolean] :dry_run
|
24838
|
+
#
|
24834
24839
|
# @return [Struct] Returns an empty {Seahorse::Client::Response response}.
|
24835
24840
|
#
|
24836
24841
|
#
|
@@ -24848,6 +24853,7 @@ module Aws::EC2
|
|
24848
24853
|
# resp = client.disable_vgw_route_propagation({
|
24849
24854
|
# gateway_id: "VpnGatewayId", # required
|
24850
24855
|
# route_table_id: "RouteTableId", # required
|
24856
|
+
# dry_run: false,
|
24851
24857
|
# })
|
24852
24858
|
#
|
24853
24859
|
# @see http://docs.aws.amazon.com/goto/WebAPI/ec2-2016-11-15/DisableVgwRoutePropagation AWS API Documentation
|
@@ -25083,7 +25089,7 @@ module Aws::EC2
|
|
25083
25089
|
# @example Request syntax with placeholder values
|
25084
25090
|
#
|
25085
25091
|
# resp = client.disassociate_iam_instance_profile({
|
25086
|
-
# association_id: "
|
25092
|
+
# association_id: "IamInstanceProfileAssociationId", # required
|
25087
25093
|
# })
|
25088
25094
|
#
|
25089
25095
|
# @example Response structure
|
@@ -25213,8 +25219,8 @@ module Aws::EC2
|
|
25213
25219
|
# @example Request syntax with placeholder values
|
25214
25220
|
#
|
25215
25221
|
# resp = client.disassociate_transit_gateway_multicast_domain({
|
25216
|
-
# transit_gateway_multicast_domain_id: "
|
25217
|
-
# transit_gateway_attachment_id: "
|
25222
|
+
# transit_gateway_multicast_domain_id: "TransitGatewayMulticastDomainId",
|
25223
|
+
# transit_gateway_attachment_id: "TransitGatewayAttachmentId",
|
25218
25224
|
# subnet_ids: ["String"],
|
25219
25225
|
# dry_run: false,
|
25220
25226
|
# })
|
@@ -25260,8 +25266,8 @@ module Aws::EC2
|
|
25260
25266
|
# @example Request syntax with placeholder values
|
25261
25267
|
#
|
25262
25268
|
# resp = client.disassociate_transit_gateway_route_table({
|
25263
|
-
# transit_gateway_route_table_id: "
|
25264
|
-
# transit_gateway_attachment_id: "
|
25269
|
+
# transit_gateway_route_table_id: "TransitGatewayRouteTableId", # required
|
25270
|
+
# transit_gateway_attachment_id: "TransitGatewayAttachmentId", # required
|
25265
25271
|
# dry_run: false,
|
25266
25272
|
# })
|
25267
25273
|
#
|
@@ -25312,8 +25318,8 @@ module Aws::EC2
|
|
25312
25318
|
# resp.ipv_6_cidr_block_association.ipv_6_cidr_block #=> String
|
25313
25319
|
# resp.ipv_6_cidr_block_association.ipv_6_cidr_block_state.state #=> String, one of "associating", "associated", "disassociating", "disassociated", "failing", "failed"
|
25314
25320
|
# resp.ipv_6_cidr_block_association.ipv_6_cidr_block_state.status_message #=> String
|
25315
|
-
# resp.ipv_6_cidr_block_association.ipv_6_pool #=> String
|
25316
25321
|
# resp.ipv_6_cidr_block_association.network_border_group #=> String
|
25322
|
+
# resp.ipv_6_cidr_block_association.ipv_6_pool #=> String
|
25317
25323
|
# resp.cidr_block_association.association_id #=> String
|
25318
25324
|
# resp.cidr_block_association.cidr_block #=> String
|
25319
25325
|
# resp.cidr_block_association.cidr_block_state.state #=> String, one of "associating", "associated", "disassociating", "disassociated", "failing", "failed"
|
@@ -25420,7 +25426,7 @@ module Aws::EC2
|
|
25420
25426
|
#
|
25421
25427
|
# resp = client.enable_fast_snapshot_restores({
|
25422
25428
|
# availability_zones: ["String"], # required
|
25423
|
-
# source_snapshot_ids: ["
|
25429
|
+
# source_snapshot_ids: ["SnapshotId"], # required
|
25424
25430
|
# dry_run: false,
|
25425
25431
|
# })
|
25426
25432
|
#
|
@@ -25476,8 +25482,8 @@ module Aws::EC2
|
|
25476
25482
|
# @example Request syntax with placeholder values
|
25477
25483
|
#
|
25478
25484
|
# resp = client.enable_transit_gateway_route_table_propagation({
|
25479
|
-
# transit_gateway_route_table_id: "
|
25480
|
-
# transit_gateway_attachment_id: "
|
25485
|
+
# transit_gateway_route_table_id: "TransitGatewayRouteTableId", # required
|
25486
|
+
# transit_gateway_attachment_id: "TransitGatewayAttachmentId", # required
|
25481
25487
|
# dry_run: false,
|
25482
25488
|
# })
|
25483
25489
|
#
|
@@ -25510,6 +25516,8 @@ module Aws::EC2
|
|
25510
25516
|
# The ID of the route table. The routing table must be associated with
|
25511
25517
|
# the same VPC that the virtual private gateway is attached to.
|
25512
25518
|
#
|
25519
|
+
# @option params [Boolean] :dry_run
|
25520
|
+
#
|
25513
25521
|
# @return [Struct] Returns an empty {Seahorse::Client::Response response}.
|
25514
25522
|
#
|
25515
25523
|
#
|
@@ -25527,6 +25535,7 @@ module Aws::EC2
|
|
25527
25535
|
# resp = client.enable_vgw_route_propagation({
|
25528
25536
|
# gateway_id: "VpnGatewayId", # required
|
25529
25537
|
# route_table_id: "RouteTableId", # required
|
25538
|
+
# dry_run: false,
|
25530
25539
|
# })
|
25531
25540
|
#
|
25532
25541
|
# @see http://docs.aws.amazon.com/goto/WebAPI/ec2-2016-11-15/EnableVgwRoutePropagation AWS API Documentation
|
@@ -25883,7 +25892,7 @@ module Aws::EC2
|
|
25883
25892
|
# @example Request syntax with placeholder values
|
25884
25893
|
#
|
25885
25894
|
# resp = client.export_transit_gateway_routes({
|
25886
|
-
# transit_gateway_route_table_id: "
|
25895
|
+
# transit_gateway_route_table_id: "TransitGatewayRouteTableId", # required
|
25887
25896
|
# filters: [
|
25888
25897
|
# {
|
25889
25898
|
# name: "String",
|
@@ -25935,7 +25944,7 @@ module Aws::EC2
|
|
25935
25944
|
# @example Request syntax with placeholder values
|
25936
25945
|
#
|
25937
25946
|
# resp = client.get_associated_ipv_6_pool_cidrs({
|
25938
|
-
# pool_id: "
|
25947
|
+
# pool_id: "Ipv6PoolEc2Id", # required
|
25939
25948
|
# next_token: "NextToken",
|
25940
25949
|
# max_results: 1,
|
25941
25950
|
# dry_run: false,
|
@@ -26073,7 +26082,7 @@ module Aws::EC2
|
|
26073
26082
|
# @example Request syntax with placeholder values
|
26074
26083
|
#
|
26075
26084
|
# resp = client.get_coip_pool_usage({
|
26076
|
-
# pool_id: "
|
26085
|
+
# pool_id: "CoipPoolId", # required
|
26077
26086
|
# filters: [
|
26078
26087
|
# {
|
26079
26088
|
# name: "String",
|
@@ -26685,11 +26694,11 @@ module Aws::EC2
|
|
26685
26694
|
#
|
26686
26695
|
# resp = client.get_reserved_instances_exchange_quote({
|
26687
26696
|
# dry_run: false,
|
26688
|
-
# reserved_instance_ids: ["
|
26697
|
+
# reserved_instance_ids: ["ReservationId"], # required
|
26689
26698
|
# target_configurations: [
|
26690
26699
|
# {
|
26691
26700
|
# instance_count: 1,
|
26692
|
-
# offering_id: "
|
26701
|
+
# offering_id: "ReservedInstancesOfferingId", # required
|
26693
26702
|
# },
|
26694
26703
|
# ],
|
26695
26704
|
# })
|
@@ -26764,7 +26773,7 @@ module Aws::EC2
|
|
26764
26773
|
# @example Request syntax with placeholder values
|
26765
26774
|
#
|
26766
26775
|
# resp = client.get_transit_gateway_attachment_propagations({
|
26767
|
-
# transit_gateway_attachment_id: "
|
26776
|
+
# transit_gateway_attachment_id: "TransitGatewayAttachmentId", # required
|
26768
26777
|
# filters: [
|
26769
26778
|
# {
|
26770
26779
|
# name: "String",
|
@@ -26836,7 +26845,7 @@ module Aws::EC2
|
|
26836
26845
|
# @example Request syntax with placeholder values
|
26837
26846
|
#
|
26838
26847
|
# resp = client.get_transit_gateway_multicast_domain_associations({
|
26839
|
-
# transit_gateway_multicast_domain_id: "
|
26848
|
+
# transit_gateway_multicast_domain_id: "TransitGatewayMulticastDomainId",
|
26840
26849
|
# filters: [
|
26841
26850
|
# {
|
26842
26851
|
# name: "String",
|
@@ -26904,7 +26913,7 @@ module Aws::EC2
|
|
26904
26913
|
# @example Request syntax with placeholder values
|
26905
26914
|
#
|
26906
26915
|
# resp = client.get_transit_gateway_route_table_associations({
|
26907
|
-
# transit_gateway_route_table_id: "
|
26916
|
+
# transit_gateway_route_table_id: "TransitGatewayRouteTableId", # required
|
26908
26917
|
# filters: [
|
26909
26918
|
# {
|
26910
26919
|
# name: "String",
|
@@ -26971,7 +26980,7 @@ module Aws::EC2
|
|
26971
26980
|
# @example Request syntax with placeholder values
|
26972
26981
|
#
|
26973
26982
|
# resp = client.get_transit_gateway_route_table_propagations({
|
26974
|
-
# transit_gateway_route_table_id: "
|
26983
|
+
# transit_gateway_route_table_id: "TransitGatewayRouteTableId", # required
|
26975
26984
|
# filters: [
|
26976
26985
|
# {
|
26977
26986
|
# name: "String",
|
@@ -27200,7 +27209,7 @@ module Aws::EC2
|
|
27200
27209
|
# description: "String",
|
27201
27210
|
# device_name: "String",
|
27202
27211
|
# format: "String",
|
27203
|
-
# snapshot_id: "
|
27212
|
+
# snapshot_id: "SnapshotId",
|
27204
27213
|
# url: "String",
|
27205
27214
|
# user_bucket: {
|
27206
27215
|
# s3_bucket: "String",
|
@@ -27316,8 +27325,8 @@ module Aws::EC2
|
|
27316
27325
|
# launch_specification: {
|
27317
27326
|
# additional_info: "String",
|
27318
27327
|
# architecture: "i386", # accepts i386, x86_64, arm64
|
27319
|
-
# group_ids: ["
|
27320
|
-
# group_names: ["
|
27328
|
+
# group_ids: ["SecurityGroupId"],
|
27329
|
+
# group_names: ["SecurityGroupName"],
|
27321
27330
|
# instance_initiated_shutdown_behavior: "stop", # accepts stop, terminate
|
27322
27331
|
# instance_type: "t1.micro", # accepts t1.micro, t2.nano, t2.micro, t2.small, t2.medium, t2.large, t2.xlarge, t2.2xlarge, t3.nano, t3.micro, t3.small, t3.medium, t3.large, t3.xlarge, t3.2xlarge, t3a.nano, t3a.micro, t3a.small, t3a.medium, t3a.large, t3a.xlarge, t3a.2xlarge, m1.small, m1.medium, m1.large, m1.xlarge, m3.medium, m3.large, m3.xlarge, m3.2xlarge, m4.large, m4.xlarge, m4.2xlarge, m4.4xlarge, m4.10xlarge, m4.16xlarge, m2.xlarge, m2.2xlarge, m2.4xlarge, cr1.8xlarge, r3.large, r3.xlarge, r3.2xlarge, r3.4xlarge, r3.8xlarge, r4.large, r4.xlarge, r4.2xlarge, r4.4xlarge, r4.8xlarge, r4.16xlarge, r5.large, r5.xlarge, r5.2xlarge, r5.4xlarge, r5.8xlarge, r5.12xlarge, r5.16xlarge, r5.24xlarge, r5.metal, r5a.large, r5a.xlarge, r5a.2xlarge, r5a.4xlarge, r5a.8xlarge, r5a.12xlarge, r5a.16xlarge, r5a.24xlarge, r5d.large, r5d.xlarge, r5d.2xlarge, r5d.4xlarge, r5d.8xlarge, r5d.12xlarge, r5d.16xlarge, r5d.24xlarge, r5d.metal, r5ad.large, r5ad.xlarge, r5ad.2xlarge, r5ad.4xlarge, r5ad.8xlarge, r5ad.12xlarge, r5ad.16xlarge, r5ad.24xlarge, x1.16xlarge, x1.32xlarge, x1e.xlarge, x1e.2xlarge, x1e.4xlarge, x1e.8xlarge, x1e.16xlarge, x1e.32xlarge, i2.xlarge, i2.2xlarge, i2.4xlarge, i2.8xlarge, i3.large, i3.xlarge, i3.2xlarge, i3.4xlarge, i3.8xlarge, i3.16xlarge, i3.metal, i3en.large, i3en.xlarge, i3en.2xlarge, i3en.3xlarge, i3en.6xlarge, i3en.12xlarge, i3en.24xlarge, i3en.metal, hi1.4xlarge, hs1.8xlarge, c1.medium, c1.xlarge, c3.large, c3.xlarge, c3.2xlarge, c3.4xlarge, c3.8xlarge, c4.large, c4.xlarge, c4.2xlarge, c4.4xlarge, c4.8xlarge, c5.large, c5.xlarge, c5.2xlarge, c5.4xlarge, c5.9xlarge, c5.12xlarge, c5.18xlarge, c5.24xlarge, c5.metal, c5d.large, c5d.xlarge, c5d.2xlarge, c5d.4xlarge, c5d.9xlarge, c5d.12xlarge, c5d.18xlarge, c5d.24xlarge, c5d.metal, c5n.large, c5n.xlarge, c5n.2xlarge, c5n.4xlarge, c5n.9xlarge, c5n.18xlarge, cc1.4xlarge, cc2.8xlarge, g2.2xlarge, g2.8xlarge, g3.4xlarge, g3.8xlarge, g3.16xlarge, g3s.xlarge, g4dn.xlarge, g4dn.2xlarge, g4dn.4xlarge, g4dn.8xlarge, g4dn.12xlarge, g4dn.16xlarge, cg1.4xlarge, p2.xlarge, p2.8xlarge, p2.16xlarge, p3.2xlarge, p3.8xlarge, p3.16xlarge, p3dn.24xlarge, d2.xlarge, d2.2xlarge, d2.4xlarge, d2.8xlarge, f1.2xlarge, f1.4xlarge, f1.16xlarge, m5.large, m5.xlarge, m5.2xlarge, m5.4xlarge, m5.8xlarge, m5.12xlarge, m5.16xlarge, m5.24xlarge, m5.metal, m5a.large, m5a.xlarge, m5a.2xlarge, m5a.4xlarge, m5a.8xlarge, m5a.12xlarge, m5a.16xlarge, m5a.24xlarge, m5d.large, m5d.xlarge, m5d.2xlarge, m5d.4xlarge, m5d.8xlarge, m5d.12xlarge, m5d.16xlarge, m5d.24xlarge, m5d.metal, m5ad.large, m5ad.xlarge, m5ad.2xlarge, m5ad.4xlarge, m5ad.8xlarge, m5ad.12xlarge, m5ad.16xlarge, m5ad.24xlarge, h1.2xlarge, h1.4xlarge, h1.8xlarge, h1.16xlarge, z1d.large, z1d.xlarge, z1d.2xlarge, z1d.3xlarge, z1d.6xlarge, z1d.12xlarge, z1d.metal, u-6tb1.metal, u-9tb1.metal, u-12tb1.metal, u-18tb1.metal, u-24tb1.metal, a1.medium, a1.large, a1.xlarge, a1.2xlarge, a1.4xlarge, a1.metal, m5dn.large, m5dn.xlarge, m5dn.2xlarge, m5dn.4xlarge, m5dn.8xlarge, m5dn.12xlarge, m5dn.16xlarge, m5dn.24xlarge, m5n.large, m5n.xlarge, m5n.2xlarge, m5n.4xlarge, m5n.8xlarge, m5n.12xlarge, m5n.16xlarge, m5n.24xlarge, r5dn.large, r5dn.xlarge, r5dn.2xlarge, r5dn.4xlarge, r5dn.8xlarge, r5dn.12xlarge, r5dn.16xlarge, r5dn.24xlarge, r5n.large, r5n.xlarge, r5n.2xlarge, r5n.4xlarge, r5n.8xlarge, r5n.12xlarge, r5n.16xlarge, r5n.24xlarge, inf1.xlarge, inf1.2xlarge, inf1.6xlarge, inf1.24xlarge
|
27323
27332
|
# monitoring: false,
|
@@ -27419,7 +27428,7 @@ module Aws::EC2
|
|
27419
27428
|
#
|
27420
27429
|
# resp = client.import_key_pair({
|
27421
27430
|
# dry_run: false,
|
27422
|
-
# key_name: "
|
27431
|
+
# key_name: "String", # required
|
27423
27432
|
# public_key_material: "data", # required
|
27424
27433
|
# })
|
27425
27434
|
#
|
@@ -28196,7 +28205,7 @@ module Aws::EC2
|
|
28196
28205
|
#
|
28197
28206
|
# resp = client.modify_hosts({
|
28198
28207
|
# auto_placement: "on", # accepts on, off
|
28199
|
-
# host_ids: ["
|
28208
|
+
# host_ids: ["DedicatedHostId"], # required
|
28200
28209
|
# host_recovery: "on", # accepts on, off
|
28201
28210
|
# instance_type: "String",
|
28202
28211
|
# instance_family: "String",
|
@@ -28736,7 +28745,7 @@ module Aws::EC2
|
|
28736
28745
|
# capacity_reservation_specification: { # required
|
28737
28746
|
# capacity_reservation_preference: "open", # accepts open, none
|
28738
28747
|
# capacity_reservation_target: {
|
28739
|
-
# capacity_reservation_id: "
|
28748
|
+
# capacity_reservation_id: "CapacityReservationId",
|
28740
28749
|
# },
|
28741
28750
|
# },
|
28742
28751
|
# dry_run: false,
|
@@ -28796,7 +28805,7 @@ module Aws::EC2
|
|
28796
28805
|
# client_token: "String",
|
28797
28806
|
# instance_credit_specifications: [ # required
|
28798
28807
|
# {
|
28799
|
-
# instance_id: "
|
28808
|
+
# instance_id: "InstanceId",
|
28800
28809
|
# cpu_credits: "String",
|
28801
28810
|
# },
|
28802
28811
|
# ],
|
@@ -28933,7 +28942,7 @@ module Aws::EC2
|
|
28933
28942
|
# @example Request syntax with placeholder values
|
28934
28943
|
#
|
28935
28944
|
# resp = client.modify_instance_metadata_options({
|
28936
|
-
# instance_id: "
|
28945
|
+
# instance_id: "InstanceId", # required
|
28937
28946
|
# http_tokens: "optional", # accepts optional, required
|
28938
28947
|
# http_put_response_hop_limit: 1,
|
28939
28948
|
# http_endpoint: "disabled", # accepts disabled, enabled
|
@@ -29224,12 +29233,12 @@ module Aws::EC2
|
|
29224
29233
|
#
|
29225
29234
|
# resp = client.modify_network_interface_attribute({
|
29226
29235
|
# attachment: {
|
29227
|
-
# attachment_id: "
|
29236
|
+
# attachment_id: "NetworkInterfaceAttachmentId",
|
29228
29237
|
# delete_on_termination: false,
|
29229
29238
|
# },
|
29230
29239
|
# description: "value", # value <Hash,Array,String,Numeric,Boolean,IO,Set,nil>
|
29231
29240
|
# dry_run: false,
|
29232
|
-
# groups: ["
|
29241
|
+
# groups: ["SecurityGroupId"],
|
29233
29242
|
# network_interface_id: "NetworkInterfaceId", # required
|
29234
29243
|
# source_dest_check: {
|
29235
29244
|
# value: false,
|
@@ -29279,7 +29288,7 @@ module Aws::EC2
|
|
29279
29288
|
# @example Request syntax with placeholder values
|
29280
29289
|
#
|
29281
29290
|
# resp = client.modify_reserved_instances({
|
29282
|
-
# reserved_instances_ids: ["
|
29291
|
+
# reserved_instances_ids: ["ReservationId"], # required
|
29283
29292
|
# client_token: "String",
|
29284
29293
|
# target_configurations: [ # required
|
29285
29294
|
# {
|
@@ -29405,7 +29414,7 @@ module Aws::EC2
|
|
29405
29414
|
# },
|
29406
29415
|
# ],
|
29407
29416
|
# },
|
29408
|
-
# group_names: ["
|
29417
|
+
# group_names: ["SecurityGroupName"],
|
29409
29418
|
# operation_type: "add", # accepts add, remove
|
29410
29419
|
# snapshot_id: "SnapshotId", # required
|
29411
29420
|
# user_ids: ["String"],
|
@@ -29899,9 +29908,9 @@ module Aws::EC2
|
|
29899
29908
|
# @example Request syntax with placeholder values
|
29900
29909
|
#
|
29901
29910
|
# resp = client.modify_transit_gateway_vpc_attachment({
|
29902
|
-
# transit_gateway_attachment_id: "
|
29903
|
-
# add_subnet_ids: ["
|
29904
|
-
# remove_subnet_ids: ["
|
29911
|
+
# transit_gateway_attachment_id: "TransitGatewayAttachmentId", # required
|
29912
|
+
# add_subnet_ids: ["SubnetId"],
|
29913
|
+
# remove_subnet_ids: ["SubnetId"],
|
29905
29914
|
# options: {
|
29906
29915
|
# dns_support: "enable", # accepts enable, disable
|
29907
29916
|
# ipv_6_support: "enable", # accepts enable, disable
|
@@ -30257,12 +30266,12 @@ module Aws::EC2
|
|
30257
30266
|
# vpc_endpoint_id: "VpcEndpointId", # required
|
30258
30267
|
# reset_policy: false,
|
30259
30268
|
# policy_document: "String",
|
30260
|
-
# add_route_table_ids: ["
|
30261
|
-
# remove_route_table_ids: ["
|
30262
|
-
# add_subnet_ids: ["
|
30263
|
-
# remove_subnet_ids: ["
|
30264
|
-
# add_security_group_ids: ["
|
30265
|
-
# remove_security_group_ids: ["
|
30269
|
+
# add_route_table_ids: ["RouteTableId"],
|
30270
|
+
# remove_route_table_ids: ["RouteTableId"],
|
30271
|
+
# add_subnet_ids: ["SubnetId"],
|
30272
|
+
# remove_subnet_ids: ["SubnetId"],
|
30273
|
+
# add_security_group_ids: ["SecurityGroupId"],
|
30274
|
+
# remove_security_group_ids: ["SecurityGroupId"],
|
30266
30275
|
# private_dns_enabled: false,
|
30267
30276
|
# })
|
30268
30277
|
#
|
@@ -30374,7 +30383,7 @@ module Aws::EC2
|
|
30374
30383
|
#
|
30375
30384
|
# resp = client.modify_vpc_endpoint_service_configuration({
|
30376
30385
|
# dry_run: false,
|
30377
|
-
# service_id: "
|
30386
|
+
# service_id: "VpcEndpointServiceId", # required
|
30378
30387
|
# private_dns_name: "String",
|
30379
30388
|
# remove_private_dns_name: false,
|
30380
30389
|
# acceptance_required: false,
|
@@ -30434,7 +30443,7 @@ module Aws::EC2
|
|
30434
30443
|
#
|
30435
30444
|
# resp = client.modify_vpc_endpoint_service_permissions({
|
30436
30445
|
# dry_run: false,
|
30437
|
-
# service_id: "
|
30446
|
+
# service_id: "VpcEndpointServiceId", # required
|
30438
30447
|
# add_allowed_principals: ["String"],
|
30439
30448
|
# remove_allowed_principals: ["String"],
|
30440
30449
|
# })
|
@@ -30982,7 +30991,7 @@ module Aws::EC2
|
|
30982
30991
|
# @example Request syntax with placeholder values
|
30983
30992
|
#
|
30984
30993
|
# resp = client.monitor_instances({
|
30985
|
-
# instance_ids: ["
|
30994
|
+
# instance_ids: ["InstanceId"], # required
|
30986
30995
|
# dry_run: false,
|
30987
30996
|
# })
|
30988
30997
|
#
|
@@ -31272,7 +31281,7 @@ module Aws::EC2
|
|
31272
31281
|
#
|
31273
31282
|
# resp = client.purchase_reserved_instances_offering({
|
31274
31283
|
# instance_count: 1, # required
|
31275
|
-
# reserved_instances_offering_id: "
|
31284
|
+
# reserved_instances_offering_id: "ReservedInstancesOfferingId", # required
|
31276
31285
|
# dry_run: false,
|
31277
31286
|
# limit_price: {
|
31278
31287
|
# amount: 1.0,
|
@@ -31465,7 +31474,7 @@ module Aws::EC2
|
|
31465
31474
|
# @example Request syntax with placeholder values
|
31466
31475
|
#
|
31467
31476
|
# resp = client.reboot_instances({
|
31468
|
-
# instance_ids: ["
|
31477
|
+
# instance_ids: ["InstanceId"], # required
|
31469
31478
|
# dry_run: false,
|
31470
31479
|
# })
|
31471
31480
|
#
|
@@ -31691,9 +31700,9 @@ module Aws::EC2
|
|
31691
31700
|
# @example Request syntax with placeholder values
|
31692
31701
|
#
|
31693
31702
|
# resp = client.register_transit_gateway_multicast_group_members({
|
31694
|
-
# transit_gateway_multicast_domain_id: "
|
31703
|
+
# transit_gateway_multicast_domain_id: "TransitGatewayMulticastDomainId",
|
31695
31704
|
# group_ip_address: "String",
|
31696
|
-
# network_interface_ids: ["
|
31705
|
+
# network_interface_ids: ["NetworkInterfaceId"],
|
31697
31706
|
# dry_run: false,
|
31698
31707
|
# })
|
31699
31708
|
#
|
@@ -31752,9 +31761,9 @@ module Aws::EC2
|
|
31752
31761
|
# @example Request syntax with placeholder values
|
31753
31762
|
#
|
31754
31763
|
# resp = client.register_transit_gateway_multicast_group_sources({
|
31755
|
-
# transit_gateway_multicast_domain_id: "
|
31764
|
+
# transit_gateway_multicast_domain_id: "TransitGatewayMulticastDomainId",
|
31756
31765
|
# group_ip_address: "String",
|
31757
|
-
# network_interface_ids: ["
|
31766
|
+
# network_interface_ids: ["NetworkInterfaceId"],
|
31758
31767
|
# dry_run: false,
|
31759
31768
|
# })
|
31760
31769
|
#
|
@@ -31792,7 +31801,7 @@ module Aws::EC2
|
|
31792
31801
|
# @example Request syntax with placeholder values
|
31793
31802
|
#
|
31794
31803
|
# resp = client.reject_transit_gateway_peering_attachment({
|
31795
|
-
# transit_gateway_attachment_id: "
|
31804
|
+
# transit_gateway_attachment_id: "TransitGatewayAttachmentId", # required
|
31796
31805
|
# dry_run: false,
|
31797
31806
|
# })
|
31798
31807
|
#
|
@@ -31845,7 +31854,7 @@ module Aws::EC2
|
|
31845
31854
|
# @example Request syntax with placeholder values
|
31846
31855
|
#
|
31847
31856
|
# resp = client.reject_transit_gateway_vpc_attachment({
|
31848
|
-
# transit_gateway_attachment_id: "
|
31857
|
+
# transit_gateway_attachment_id: "TransitGatewayAttachmentId", # required
|
31849
31858
|
# dry_run: false,
|
31850
31859
|
# })
|
31851
31860
|
#
|
@@ -31897,8 +31906,8 @@ module Aws::EC2
|
|
31897
31906
|
#
|
31898
31907
|
# resp = client.reject_vpc_endpoint_connections({
|
31899
31908
|
# dry_run: false,
|
31900
|
-
# service_id: "
|
31901
|
-
# vpc_endpoint_ids: ["
|
31909
|
+
# service_id: "VpcEndpointServiceId", # required
|
31910
|
+
# vpc_endpoint_ids: ["VpcEndpointId"], # required
|
31902
31911
|
# })
|
31903
31912
|
#
|
31904
31913
|
# @example Response structure
|
@@ -32071,7 +32080,7 @@ module Aws::EC2
|
|
32071
32080
|
# @example Request syntax with placeholder values
|
32072
32081
|
#
|
32073
32082
|
# resp = client.release_hosts({
|
32074
|
-
# host_ids: ["
|
32083
|
+
# host_ids: ["DedicatedHostId"], # required
|
32075
32084
|
# })
|
32076
32085
|
#
|
32077
32086
|
# @example Response structure
|
@@ -32116,7 +32125,7 @@ module Aws::EC2
|
|
32116
32125
|
# arn: "String",
|
32117
32126
|
# name: "String",
|
32118
32127
|
# },
|
32119
|
-
# association_id: "
|
32128
|
+
# association_id: "IamInstanceProfileAssociationId", # required
|
32120
32129
|
# })
|
32121
32130
|
#
|
32122
32131
|
# @example Response structure
|
@@ -32386,12 +32395,12 @@ module Aws::EC2
|
|
32386
32395
|
# destination_ipv_6_cidr_block: "String",
|
32387
32396
|
# dry_run: false,
|
32388
32397
|
# egress_only_internet_gateway_id: "EgressOnlyInternetGatewayId",
|
32389
|
-
# gateway_id: "
|
32398
|
+
# gateway_id: "RouteGatewayId",
|
32390
32399
|
# instance_id: "InstanceId",
|
32391
32400
|
# local_target: false,
|
32392
32401
|
# nat_gateway_id: "NatGatewayId",
|
32393
32402
|
# transit_gateway_id: "TransitGatewayId",
|
32394
|
-
# local_gateway_id: "
|
32403
|
+
# local_gateway_id: "LocalGatewayId",
|
32395
32404
|
# network_interface_id: "NetworkInterfaceId",
|
32396
32405
|
# route_table_id: "RouteTableId", # required
|
32397
32406
|
# vpc_peering_connection_id: "VpcPeeringConnectionId",
|
@@ -32505,8 +32514,8 @@ module Aws::EC2
|
|
32505
32514
|
#
|
32506
32515
|
# resp = client.replace_transit_gateway_route({
|
32507
32516
|
# destination_cidr_block: "String", # required
|
32508
|
-
# transit_gateway_route_table_id: "
|
32509
|
-
# transit_gateway_attachment_id: "
|
32517
|
+
# transit_gateway_route_table_id: "TransitGatewayRouteTableId", # required
|
32518
|
+
# transit_gateway_attachment_id: "TransitGatewayAttachmentId",
|
32510
32519
|
# blackhole: false,
|
32511
32520
|
# dry_run: false,
|
32512
32521
|
# })
|
@@ -32597,7 +32606,7 @@ module Aws::EC2
|
|
32597
32606
|
# description: "String",
|
32598
32607
|
# dry_run: false,
|
32599
32608
|
# end_time: Time.now,
|
32600
|
-
# instances: ["
|
32609
|
+
# instances: ["InstanceId"], # required
|
32601
32610
|
# reason_codes: ["instance-stuck-in-state"], # required, accepts instance-stuck-in-state, unresponsive, not-accepting-credentials, password-not-available, performance-network, performance-instance-store, performance-ebs-volume, performance-other, other
|
32602
32611
|
# start_time: Time.now,
|
32603
32612
|
# status: "ok", # required, accepts ok, impaired
|
@@ -32864,7 +32873,7 @@ module Aws::EC2
|
|
32864
32873
|
# delete_on_termination: false,
|
32865
32874
|
# description: "String",
|
32866
32875
|
# device_index: 1,
|
32867
|
-
# groups: ["
|
32876
|
+
# groups: ["SecurityGroupId"],
|
32868
32877
|
# ipv_6_address_count: 1,
|
32869
32878
|
# ipv_6_addresses: [
|
32870
32879
|
# {
|
@@ -33152,8 +33161,8 @@ module Aws::EC2
|
|
33152
33161
|
# instance_count: 1,
|
33153
33162
|
# launch_group: "String",
|
33154
33163
|
# launch_specification: {
|
33155
|
-
# security_group_ids: ["
|
33156
|
-
# security_groups: ["
|
33164
|
+
# security_group_ids: ["SecurityGroupId"],
|
33165
|
+
# security_groups: ["SecurityGroupName"],
|
33157
33166
|
# addressing_type: "String",
|
33158
33167
|
# block_device_mappings: [
|
33159
33168
|
# {
|
@@ -33176,10 +33185,10 @@ module Aws::EC2
|
|
33176
33185
|
# arn: "String",
|
33177
33186
|
# name: "String",
|
33178
33187
|
# },
|
33179
|
-
# image_id: "
|
33188
|
+
# image_id: "ImageId",
|
33180
33189
|
# instance_type: "t1.micro", # accepts t1.micro, t2.nano, t2.micro, t2.small, t2.medium, t2.large, t2.xlarge, t2.2xlarge, t3.nano, t3.micro, t3.small, t3.medium, t3.large, t3.xlarge, t3.2xlarge, t3a.nano, t3a.micro, t3a.small, t3a.medium, t3a.large, t3a.xlarge, t3a.2xlarge, m1.small, m1.medium, m1.large, m1.xlarge, m3.medium, m3.large, m3.xlarge, m3.2xlarge, m4.large, m4.xlarge, m4.2xlarge, m4.4xlarge, m4.10xlarge, m4.16xlarge, m2.xlarge, m2.2xlarge, m2.4xlarge, cr1.8xlarge, r3.large, r3.xlarge, r3.2xlarge, r3.4xlarge, r3.8xlarge, r4.large, r4.xlarge, r4.2xlarge, r4.4xlarge, r4.8xlarge, r4.16xlarge, r5.large, r5.xlarge, r5.2xlarge, r5.4xlarge, r5.8xlarge, r5.12xlarge, r5.16xlarge, r5.24xlarge, r5.metal, r5a.large, r5a.xlarge, r5a.2xlarge, r5a.4xlarge, r5a.8xlarge, r5a.12xlarge, r5a.16xlarge, r5a.24xlarge, r5d.large, r5d.xlarge, r5d.2xlarge, r5d.4xlarge, r5d.8xlarge, r5d.12xlarge, r5d.16xlarge, r5d.24xlarge, r5d.metal, r5ad.large, r5ad.xlarge, r5ad.2xlarge, r5ad.4xlarge, r5ad.8xlarge, r5ad.12xlarge, r5ad.16xlarge, r5ad.24xlarge, x1.16xlarge, x1.32xlarge, x1e.xlarge, x1e.2xlarge, x1e.4xlarge, x1e.8xlarge, x1e.16xlarge, x1e.32xlarge, i2.xlarge, i2.2xlarge, i2.4xlarge, i2.8xlarge, i3.large, i3.xlarge, i3.2xlarge, i3.4xlarge, i3.8xlarge, i3.16xlarge, i3.metal, i3en.large, i3en.xlarge, i3en.2xlarge, i3en.3xlarge, i3en.6xlarge, i3en.12xlarge, i3en.24xlarge, i3en.metal, hi1.4xlarge, hs1.8xlarge, c1.medium, c1.xlarge, c3.large, c3.xlarge, c3.2xlarge, c3.4xlarge, c3.8xlarge, c4.large, c4.xlarge, c4.2xlarge, c4.4xlarge, c4.8xlarge, c5.large, c5.xlarge, c5.2xlarge, c5.4xlarge, c5.9xlarge, c5.12xlarge, c5.18xlarge, c5.24xlarge, c5.metal, c5d.large, c5d.xlarge, c5d.2xlarge, c5d.4xlarge, c5d.9xlarge, c5d.12xlarge, c5d.18xlarge, c5d.24xlarge, c5d.metal, c5n.large, c5n.xlarge, c5n.2xlarge, c5n.4xlarge, c5n.9xlarge, c5n.18xlarge, cc1.4xlarge, cc2.8xlarge, g2.2xlarge, g2.8xlarge, g3.4xlarge, g3.8xlarge, g3.16xlarge, g3s.xlarge, g4dn.xlarge, g4dn.2xlarge, g4dn.4xlarge, g4dn.8xlarge, g4dn.12xlarge, g4dn.16xlarge, cg1.4xlarge, p2.xlarge, p2.8xlarge, p2.16xlarge, p3.2xlarge, p3.8xlarge, p3.16xlarge, p3dn.24xlarge, d2.xlarge, d2.2xlarge, d2.4xlarge, d2.8xlarge, f1.2xlarge, f1.4xlarge, f1.16xlarge, m5.large, m5.xlarge, m5.2xlarge, m5.4xlarge, m5.8xlarge, m5.12xlarge, m5.16xlarge, m5.24xlarge, m5.metal, m5a.large, m5a.xlarge, m5a.2xlarge, m5a.4xlarge, m5a.8xlarge, m5a.12xlarge, m5a.16xlarge, m5a.24xlarge, m5d.large, m5d.xlarge, m5d.2xlarge, m5d.4xlarge, m5d.8xlarge, m5d.12xlarge, m5d.16xlarge, m5d.24xlarge, m5d.metal, m5ad.large, m5ad.xlarge, m5ad.2xlarge, m5ad.4xlarge, m5ad.8xlarge, m5ad.12xlarge, m5ad.16xlarge, m5ad.24xlarge, h1.2xlarge, h1.4xlarge, h1.8xlarge, h1.16xlarge, z1d.large, z1d.xlarge, z1d.2xlarge, z1d.3xlarge, z1d.6xlarge, z1d.12xlarge, z1d.metal, u-6tb1.metal, u-9tb1.metal, u-12tb1.metal, u-18tb1.metal, u-24tb1.metal, a1.medium, a1.large, a1.xlarge, a1.2xlarge, a1.4xlarge, a1.metal, m5dn.large, m5dn.xlarge, m5dn.2xlarge, m5dn.4xlarge, m5dn.8xlarge, m5dn.12xlarge, m5dn.16xlarge, m5dn.24xlarge, m5n.large, m5n.xlarge, m5n.2xlarge, m5n.4xlarge, m5n.8xlarge, m5n.12xlarge, m5n.16xlarge, m5n.24xlarge, r5dn.large, r5dn.xlarge, r5dn.2xlarge, r5dn.4xlarge, r5dn.8xlarge, r5dn.12xlarge, r5dn.16xlarge, r5dn.24xlarge, r5n.large, r5n.xlarge, r5n.2xlarge, r5n.4xlarge, r5n.8xlarge, r5n.12xlarge, r5n.16xlarge, r5n.24xlarge, inf1.xlarge, inf1.2xlarge, inf1.6xlarge, inf1.24xlarge
|
33181
|
-
# kernel_id: "
|
33182
|
-
# key_name: "
|
33190
|
+
# kernel_id: "KernelId",
|
33191
|
+
# key_name: "KeyPairName",
|
33183
33192
|
# monitoring: {
|
33184
33193
|
# enabled: false, # required
|
33185
33194
|
# },
|
@@ -33189,7 +33198,7 @@ module Aws::EC2
|
|
33189
33198
|
# delete_on_termination: false,
|
33190
33199
|
# description: "String",
|
33191
33200
|
# device_index: 1,
|
33192
|
-
# groups: ["
|
33201
|
+
# groups: ["SecurityGroupId"],
|
33193
33202
|
# ipv_6_address_count: 1,
|
33194
33203
|
# ipv_6_addresses: [
|
33195
33204
|
# {
|
@@ -33214,8 +33223,8 @@ module Aws::EC2
|
|
33214
33223
|
# group_name: "String",
|
33215
33224
|
# tenancy: "default", # accepts default, dedicated, host
|
33216
33225
|
# },
|
33217
|
-
# ramdisk_id: "
|
33218
|
-
# subnet_id: "
|
33226
|
+
# ramdisk_id: "RamdiskId",
|
33227
|
+
# subnet_id: "SubnetId",
|
33219
33228
|
# user_data: "String",
|
33220
33229
|
# },
|
33221
33230
|
# spot_price: "String",
|
@@ -33758,7 +33767,7 @@ module Aws::EC2
|
|
33758
33767
|
#
|
33759
33768
|
# resp = client.revoke_security_group_egress({
|
33760
33769
|
# dry_run: false,
|
33761
|
-
# group_id: "
|
33770
|
+
# group_id: "SecurityGroupId", # required
|
33762
33771
|
# ip_permissions: [
|
33763
33772
|
# {
|
33764
33773
|
# from_port: 1,
|
@@ -33897,8 +33906,8 @@ module Aws::EC2
|
|
33897
33906
|
# resp = client.revoke_security_group_ingress({
|
33898
33907
|
# cidr_ip: "String",
|
33899
33908
|
# from_port: 1,
|
33900
|
-
# group_id: "
|
33901
|
-
# group_name: "
|
33909
|
+
# group_id: "SecurityGroupId",
|
33910
|
+
# group_name: "SecurityGroupName",
|
33902
33911
|
# ip_permissions: [
|
33903
33912
|
# {
|
33904
33913
|
# from_port: 1,
|
@@ -34407,7 +34416,7 @@ module Aws::EC2
|
|
34407
34416
|
# },
|
34408
34417
|
# ],
|
34409
34418
|
# kernel_id: "String",
|
34410
|
-
# key_name: "
|
34419
|
+
# key_name: "KeyPairName",
|
34411
34420
|
# max_count: 1, # required
|
34412
34421
|
# min_count: 1, # required
|
34413
34422
|
# monitoring: {
|
@@ -34424,8 +34433,8 @@ module Aws::EC2
|
|
34424
34433
|
# host_resource_group_arn: "String",
|
34425
34434
|
# },
|
34426
34435
|
# ramdisk_id: "String",
|
34427
|
-
# security_group_ids: ["
|
34428
|
-
# security_groups: ["
|
34436
|
+
# security_group_ids: ["SecurityGroupId"],
|
34437
|
+
# security_groups: ["SecurityGroupName"],
|
34429
34438
|
# subnet_id: "String",
|
34430
34439
|
# user_data: "String",
|
34431
34440
|
# additional_info: "String",
|
@@ -34444,7 +34453,7 @@ module Aws::EC2
|
|
34444
34453
|
# delete_on_termination: false,
|
34445
34454
|
# description: "String",
|
34446
34455
|
# device_index: 1,
|
34447
|
-
# groups: ["
|
34456
|
+
# groups: ["SecurityGroupId"],
|
34448
34457
|
# ipv_6_address_count: 1,
|
34449
34458
|
# ipv_6_addresses: [
|
34450
34459
|
# {
|
@@ -34488,7 +34497,7 @@ module Aws::EC2
|
|
34488
34497
|
# },
|
34489
34498
|
# ],
|
34490
34499
|
# launch_template: {
|
34491
|
-
# launch_template_id: "
|
34500
|
+
# launch_template_id: "LaunchTemplateId",
|
34492
34501
|
# launch_template_name: "String",
|
34493
34502
|
# version: "String",
|
34494
34503
|
# },
|
@@ -34512,7 +34521,7 @@ module Aws::EC2
|
|
34512
34521
|
# capacity_reservation_specification: {
|
34513
34522
|
# capacity_reservation_preference: "open", # accepts open, none
|
34514
34523
|
# capacity_reservation_target: {
|
34515
|
-
# capacity_reservation_id: "
|
34524
|
+
# capacity_reservation_id: "CapacityReservationId",
|
34516
34525
|
# },
|
34517
34526
|
# },
|
34518
34527
|
# hibernation_options: {
|
@@ -34791,7 +34800,7 @@ module Aws::EC2
|
|
34791
34800
|
# delete_on_termination: false,
|
34792
34801
|
# encrypted: false,
|
34793
34802
|
# iops: 1,
|
34794
|
-
# snapshot_id: "
|
34803
|
+
# snapshot_id: "SnapshotId",
|
34795
34804
|
# volume_size: 1,
|
34796
34805
|
# volume_type: "String",
|
34797
34806
|
# },
|
@@ -34804,10 +34813,10 @@ module Aws::EC2
|
|
34804
34813
|
# arn: "String",
|
34805
34814
|
# name: "String",
|
34806
34815
|
# },
|
34807
|
-
# image_id: "
|
34816
|
+
# image_id: "ImageId", # required
|
34808
34817
|
# instance_type: "String",
|
34809
|
-
# kernel_id: "
|
34810
|
-
# key_name: "
|
34818
|
+
# kernel_id: "KernelId",
|
34819
|
+
# key_name: "KeyPairName",
|
34811
34820
|
# monitoring: {
|
34812
34821
|
# enabled: false,
|
34813
34822
|
# },
|
@@ -34817,14 +34826,14 @@ module Aws::EC2
|
|
34817
34826
|
# delete_on_termination: false,
|
34818
34827
|
# description: "String",
|
34819
34828
|
# device_index: 1,
|
34820
|
-
# groups: ["
|
34829
|
+
# groups: ["SecurityGroupId"],
|
34821
34830
|
# ipv_6_address_count: 1,
|
34822
34831
|
# ipv_6_addresses: [
|
34823
34832
|
# {
|
34824
34833
|
# ipv_6_address: "Ipv6Address",
|
34825
34834
|
# },
|
34826
34835
|
# ],
|
34827
|
-
# network_interface_id: "
|
34836
|
+
# network_interface_id: "NetworkInterfaceId",
|
34828
34837
|
# private_ip_address: "String",
|
34829
34838
|
# private_ip_address_configs: [
|
34830
34839
|
# {
|
@@ -34833,16 +34842,16 @@ module Aws::EC2
|
|
34833
34842
|
# },
|
34834
34843
|
# ],
|
34835
34844
|
# secondary_private_ip_address_count: 1,
|
34836
|
-
# subnet_id: "
|
34845
|
+
# subnet_id: "SubnetId",
|
34837
34846
|
# },
|
34838
34847
|
# ],
|
34839
34848
|
# placement: {
|
34840
34849
|
# availability_zone: "String",
|
34841
|
-
# group_name: "
|
34850
|
+
# group_name: "PlacementGroupName",
|
34842
34851
|
# },
|
34843
|
-
# ramdisk_id: "
|
34844
|
-
# security_group_ids: ["
|
34845
|
-
# subnet_id: "
|
34852
|
+
# ramdisk_id: "RamdiskId",
|
34853
|
+
# security_group_ids: ["SecurityGroupId"],
|
34854
|
+
# subnet_id: "SubnetId",
|
34846
34855
|
# user_data: "String",
|
34847
34856
|
# },
|
34848
34857
|
# scheduled_instance_id: "ScheduledInstanceId", # required
|
@@ -34892,7 +34901,7 @@ module Aws::EC2
|
|
34892
34901
|
# @example Request syntax with placeholder values
|
34893
34902
|
#
|
34894
34903
|
# resp = client.search_local_gateway_routes({
|
34895
|
-
# local_gateway_route_table_id: "
|
34904
|
+
# local_gateway_route_table_id: "LocalGatewayRoutetableId", # required
|
34896
34905
|
# filters: [ # required
|
34897
34906
|
# {
|
34898
34907
|
# name: "String",
|
@@ -34982,7 +34991,7 @@ module Aws::EC2
|
|
34982
34991
|
# @example Request syntax with placeholder values
|
34983
34992
|
#
|
34984
34993
|
# resp = client.search_transit_gateway_multicast_groups({
|
34985
|
-
# transit_gateway_multicast_domain_id: "
|
34994
|
+
# transit_gateway_multicast_domain_id: "TransitGatewayMulticastDomainId",
|
34986
34995
|
# filters: [
|
34987
34996
|
# {
|
34988
34997
|
# name: "String",
|
@@ -35071,7 +35080,7 @@ module Aws::EC2
|
|
35071
35080
|
# @example Request syntax with placeholder values
|
35072
35081
|
#
|
35073
35082
|
# resp = client.search_transit_gateway_routes({
|
35074
|
-
# transit_gateway_route_table_id: "
|
35083
|
+
# transit_gateway_route_table_id: "TransitGatewayRouteTableId", # required
|
35075
35084
|
# filters: [ # required
|
35076
35085
|
# {
|
35077
35086
|
# name: "String",
|
@@ -35232,7 +35241,7 @@ module Aws::EC2
|
|
35232
35241
|
# @example Request syntax with placeholder values
|
35233
35242
|
#
|
35234
35243
|
# resp = client.start_instances({
|
35235
|
-
# instance_ids: ["
|
35244
|
+
# instance_ids: ["InstanceId"], # required
|
35236
35245
|
# additional_info: "String",
|
35237
35246
|
# dry_run: false,
|
35238
35247
|
# })
|
@@ -35286,7 +35295,7 @@ module Aws::EC2
|
|
35286
35295
|
#
|
35287
35296
|
# resp = client.start_vpc_endpoint_service_private_dns_verification({
|
35288
35297
|
# dry_run: false,
|
35289
|
-
# service_id: "
|
35298
|
+
# service_id: "VpcEndpointServiceId", # required
|
35290
35299
|
# })
|
35291
35300
|
#
|
35292
35301
|
# @example Response structure
|
@@ -35420,7 +35429,7 @@ module Aws::EC2
|
|
35420
35429
|
# @example Request syntax with placeholder values
|
35421
35430
|
#
|
35422
35431
|
# resp = client.stop_instances({
|
35423
|
-
# instance_ids: ["
|
35432
|
+
# instance_ids: ["InstanceId"], # required
|
35424
35433
|
# hibernate: false,
|
35425
35434
|
# dry_run: false,
|
35426
35435
|
# force: false,
|
@@ -35581,7 +35590,7 @@ module Aws::EC2
|
|
35581
35590
|
# @example Request syntax with placeholder values
|
35582
35591
|
#
|
35583
35592
|
# resp = client.terminate_instances({
|
35584
|
-
# instance_ids: ["
|
35593
|
+
# instance_ids: ["InstanceId"], # required
|
35585
35594
|
# dry_run: false,
|
35586
35595
|
# })
|
35587
35596
|
#
|
@@ -35703,7 +35712,7 @@ module Aws::EC2
|
|
35703
35712
|
# @example Request syntax with placeholder values
|
35704
35713
|
#
|
35705
35714
|
# resp = client.unmonitor_instances({
|
35706
|
-
# instance_ids: ["
|
35715
|
+
# instance_ids: ["InstanceId"], # required
|
35707
35716
|
# dry_run: false,
|
35708
35717
|
# })
|
35709
35718
|
#
|
@@ -35783,8 +35792,8 @@ module Aws::EC2
|
|
35783
35792
|
#
|
35784
35793
|
# resp = client.update_security_group_rule_descriptions_egress({
|
35785
35794
|
# dry_run: false,
|
35786
|
-
# group_id: "
|
35787
|
-
# group_name: "
|
35795
|
+
# group_id: "SecurityGroupId",
|
35796
|
+
# group_name: "SecurityGroupName",
|
35788
35797
|
# ip_permissions: [ # required
|
35789
35798
|
# {
|
35790
35799
|
# from_port: 1,
|
@@ -35897,8 +35906,8 @@ module Aws::EC2
|
|
35897
35906
|
#
|
35898
35907
|
# resp = client.update_security_group_rule_descriptions_ingress({
|
35899
35908
|
# dry_run: false,
|
35900
|
-
# group_id: "
|
35901
|
-
# group_name: "
|
35909
|
+
# group_id: "SecurityGroupId",
|
35910
|
+
# group_name: "SecurityGroupName",
|
35902
35911
|
# ip_permissions: [ # required
|
35903
35912
|
# {
|
35904
35913
|
# from_port: 1,
|
@@ -36008,7 +36017,7 @@ module Aws::EC2
|
|
36008
36017
|
params: params,
|
36009
36018
|
config: config)
|
36010
36019
|
context[:gem_name] = 'aws-sdk-ec2'
|
36011
|
-
context[:gem_version] = '1.
|
36020
|
+
context[:gem_version] = '1.144.0'
|
36012
36021
|
Seahorse::Client::Request.new(handlers, context)
|
36013
36022
|
end
|
36014
36023
|
|