aws-sdk-ec2 1.144.0 → 1.149.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/lib/aws-sdk-ec2.rb +7 -4
- data/lib/aws-sdk-ec2/classic_address.rb +1 -0
- data/lib/aws-sdk-ec2/client.rb +247 -55
- data/lib/aws-sdk-ec2/client_api.rb +117 -2
- data/lib/aws-sdk-ec2/dhcp_options.rb +1 -0
- data/lib/aws-sdk-ec2/errors.rb +22 -0
- data/lib/aws-sdk-ec2/image.rb +1 -0
- data/lib/aws-sdk-ec2/instance.rb +1 -0
- data/lib/aws-sdk-ec2/internet_gateway.rb +1 -0
- data/lib/aws-sdk-ec2/key_pair.rb +1 -0
- data/lib/aws-sdk-ec2/key_pair_info.rb +1 -0
- data/lib/aws-sdk-ec2/nat_gateway.rb +9 -1
- data/lib/aws-sdk-ec2/network_acl.rb +1 -0
- data/lib/aws-sdk-ec2/network_interface.rb +1 -0
- data/lib/aws-sdk-ec2/network_interface_association.rb +1 -0
- data/lib/aws-sdk-ec2/placement_group.rb +1 -0
- data/lib/aws-sdk-ec2/resource.rb +35 -3
- data/lib/aws-sdk-ec2/route.rb +1 -0
- data/lib/aws-sdk-ec2/route_table.rb +1 -0
- data/lib/aws-sdk-ec2/route_table_association.rb +1 -0
- data/lib/aws-sdk-ec2/security_group.rb +1 -0
- data/lib/aws-sdk-ec2/snapshot.rb +2 -1
- data/lib/aws-sdk-ec2/subnet.rb +8 -1
- data/lib/aws-sdk-ec2/tag.rb +1 -0
- data/lib/aws-sdk-ec2/types.rb +216 -43
- data/lib/aws-sdk-ec2/volume.rb +2 -1
- data/lib/aws-sdk-ec2/vpc.rb +1 -0
- data/lib/aws-sdk-ec2/vpc_address.rb +1 -0
- data/lib/aws-sdk-ec2/vpc_peering_connection.rb +1 -0
- metadata +2 -2
data/lib/aws-sdk-ec2/route.rb
CHANGED
data/lib/aws-sdk-ec2/snapshot.rb
CHANGED
@@ -6,6 +6,7 @@
|
|
6
6
|
# WARNING ABOUT GENERATED CODE
|
7
7
|
|
8
8
|
module Aws::EC2
|
9
|
+
|
9
10
|
class Snapshot
|
10
11
|
|
11
12
|
extend Aws::Deprecations
|
@@ -288,7 +289,7 @@ module Aws::EC2
|
|
288
289
|
# source_region: "String", # required
|
289
290
|
# tag_specifications: [
|
290
291
|
# {
|
291
|
-
# 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
|
292
|
+
# 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, vpc-flow-log
|
292
293
|
# tags: [
|
293
294
|
# {
|
294
295
|
# key: "String",
|
data/lib/aws-sdk-ec2/subnet.rb
CHANGED
@@ -6,6 +6,7 @@
|
|
6
6
|
# WARNING ABOUT GENERATED CODE
|
7
7
|
|
8
8
|
module Aws::EC2
|
9
|
+
|
9
10
|
class Subnet
|
10
11
|
|
11
12
|
extend Aws::Deprecations
|
@@ -351,7 +352,7 @@ module Aws::EC2
|
|
351
352
|
# ],
|
352
353
|
# tag_specifications: [
|
353
354
|
# {
|
354
|
-
# 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
|
355
|
+
# 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, vpc-flow-log
|
355
356
|
# tags: [
|
356
357
|
# {
|
357
358
|
# key: "String",
|
@@ -1196,6 +1197,7 @@ module Aws::EC2
|
|
1196
1197
|
# @example Request syntax with placeholder values
|
1197
1198
|
#
|
1198
1199
|
# nat_gateways = subnet.nat_gateways({
|
1200
|
+
# dry_run: false,
|
1199
1201
|
# filter: [
|
1200
1202
|
# {
|
1201
1203
|
# name: "String",
|
@@ -1205,6 +1207,11 @@ module Aws::EC2
|
|
1205
1207
|
# nat_gateway_ids: ["NatGatewayId"],
|
1206
1208
|
# })
|
1207
1209
|
# @param [Hash] options ({})
|
1210
|
+
# @option options [Boolean] :dry_run
|
1211
|
+
# Checks whether you have the required permissions for the action,
|
1212
|
+
# without actually making the request, and provides an error response.
|
1213
|
+
# If you have the required permissions, the error response is
|
1214
|
+
# `DryRunOperation`. Otherwise, it is `UnauthorizedOperation`.
|
1208
1215
|
# @option options [Array<Types::Filter>] :filter
|
1209
1216
|
# One or more filters.
|
1210
1217
|
#
|
data/lib/aws-sdk-ec2/tag.rb
CHANGED
data/lib/aws-sdk-ec2/types.rb
CHANGED
@@ -531,7 +531,7 @@ module Aws::EC2
|
|
531
531
|
# quantity: 1, # required
|
532
532
|
# tag_specifications: [
|
533
533
|
# {
|
534
|
-
# 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
|
534
|
+
# 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, vpc-flow-log
|
535
535
|
# tags: [
|
536
536
|
# {
|
537
537
|
# key: "String",
|
@@ -3628,6 +3628,14 @@ module Aws::EC2
|
|
3628
3628
|
# Any tags assigned to the Client VPN endpoint.
|
3629
3629
|
# @return [Array<Types::Tag>]
|
3630
3630
|
#
|
3631
|
+
# @!attribute [rw] security_group_ids
|
3632
|
+
# The IDs of the security groups for the target network.
|
3633
|
+
# @return [Array<String>]
|
3634
|
+
#
|
3635
|
+
# @!attribute [rw] vpc_id
|
3636
|
+
# The ID of the VPC.
|
3637
|
+
# @return [String]
|
3638
|
+
#
|
3631
3639
|
# @see http://docs.aws.amazon.com/goto/WebAPI/ec2-2016-11-15/ClientVpnEndpoint AWS API Documentation
|
3632
3640
|
#
|
3633
3641
|
class ClientVpnEndpoint < Struct.new(
|
@@ -3647,7 +3655,9 @@ module Aws::EC2
|
|
3647
3655
|
:server_certificate_arn,
|
3648
3656
|
:authentication_options,
|
3649
3657
|
:connection_log_options,
|
3650
|
-
:tags
|
3658
|
+
:tags,
|
3659
|
+
:security_group_ids,
|
3660
|
+
:vpc_id)
|
3651
3661
|
include Aws::Structure
|
3652
3662
|
end
|
3653
3663
|
|
@@ -4212,7 +4222,7 @@ module Aws::EC2
|
|
4212
4222
|
# source_snapshot_id: "String", # required
|
4213
4223
|
# tag_specifications: [
|
4214
4224
|
# {
|
4215
|
-
# 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
|
4225
|
+
# 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, vpc-flow-log
|
4216
4226
|
# tags: [
|
4217
4227
|
# {
|
4218
4228
|
# key: "String",
|
@@ -4416,7 +4426,7 @@ module Aws::EC2
|
|
4416
4426
|
# instance_match_criteria: "open", # accepts open, targeted
|
4417
4427
|
# tag_specifications: [
|
4418
4428
|
# {
|
4419
|
-
# 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
|
4429
|
+
# 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, vpc-flow-log
|
4420
4430
|
# tags: [
|
4421
4431
|
# {
|
4422
4432
|
# key: "String",
|
@@ -4613,7 +4623,7 @@ module Aws::EC2
|
|
4613
4623
|
# client_token: "String",
|
4614
4624
|
# tag_specifications: [
|
4615
4625
|
# {
|
4616
|
-
# 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
|
4626
|
+
# 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, vpc-flow-log
|
4617
4627
|
# tags: [
|
4618
4628
|
# {
|
4619
4629
|
# key: "String",
|
@@ -4622,6 +4632,8 @@ module Aws::EC2
|
|
4622
4632
|
# ],
|
4623
4633
|
# },
|
4624
4634
|
# ],
|
4635
|
+
# security_group_ids: ["String"],
|
4636
|
+
# vpc_id: "VpcId",
|
4625
4637
|
# }
|
4626
4638
|
#
|
4627
4639
|
# @!attribute [rw] client_cidr_block
|
@@ -4728,6 +4740,18 @@ module Aws::EC2
|
|
4728
4740
|
# The tags to apply to the Client VPN endpoint during creation.
|
4729
4741
|
# @return [Array<Types::TagSpecification>]
|
4730
4742
|
#
|
4743
|
+
# @!attribute [rw] security_group_ids
|
4744
|
+
# The IDs of one or more security groups to apply to the target
|
4745
|
+
# network. You must also specify the ID of the VPC that contains the
|
4746
|
+
# security groups.
|
4747
|
+
# @return [Array<String>]
|
4748
|
+
#
|
4749
|
+
# @!attribute [rw] vpc_id
|
4750
|
+
# The ID of the VPC to associate with the Client VPN endpoint. If no
|
4751
|
+
# security group IDs are specified in the request, the default
|
4752
|
+
# security group for the VPC is applied.
|
4753
|
+
# @return [String]
|
4754
|
+
#
|
4731
4755
|
# @see http://docs.aws.amazon.com/goto/WebAPI/ec2-2016-11-15/CreateClientVpnEndpointRequest AWS API Documentation
|
4732
4756
|
#
|
4733
4757
|
class CreateClientVpnEndpointRequest < Struct.new(
|
@@ -4742,7 +4766,9 @@ module Aws::EC2
|
|
4742
4766
|
:split_tunnel,
|
4743
4767
|
:dry_run,
|
4744
4768
|
:client_token,
|
4745
|
-
:tag_specifications
|
4769
|
+
:tag_specifications,
|
4770
|
+
:security_group_ids,
|
4771
|
+
:vpc_id)
|
4746
4772
|
include Aws::Structure
|
4747
4773
|
end
|
4748
4774
|
|
@@ -5243,7 +5269,7 @@ module Aws::EC2
|
|
5243
5269
|
# replace_unhealthy_instances: false,
|
5244
5270
|
# tag_specifications: [
|
5245
5271
|
# {
|
5246
|
-
# 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
|
5272
|
+
# 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, vpc-flow-log
|
5247
5273
|
# tags: [
|
5248
5274
|
# {
|
5249
5275
|
# key: "String",
|
@@ -5400,6 +5426,17 @@ module Aws::EC2
|
|
5400
5426
|
# log_destination_type: "cloud-watch-logs", # accepts cloud-watch-logs, s3
|
5401
5427
|
# log_destination: "String",
|
5402
5428
|
# log_format: "String",
|
5429
|
+
# tag_specifications: [
|
5430
|
+
# {
|
5431
|
+
# 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, vpc-flow-log
|
5432
|
+
# tags: [
|
5433
|
+
# {
|
5434
|
+
# key: "String",
|
5435
|
+
# value: "String",
|
5436
|
+
# },
|
5437
|
+
# ],
|
5438
|
+
# },
|
5439
|
+
# ],
|
5403
5440
|
# max_aggregation_interval: 1,
|
5404
5441
|
# }
|
5405
5442
|
#
|
@@ -5507,6 +5544,10 @@ module Aws::EC2
|
|
5507
5544
|
# [1]: https://docs.aws.amazon.com/vpc/latest/userguide/flow-logs.html#flow-log-records
|
5508
5545
|
# @return [String]
|
5509
5546
|
#
|
5547
|
+
# @!attribute [rw] tag_specifications
|
5548
|
+
# The tags to apply to the flow logs.
|
5549
|
+
# @return [Array<Types::TagSpecification>]
|
5550
|
+
#
|
5510
5551
|
# @!attribute [rw] max_aggregation_interval
|
5511
5552
|
# The maximum interval of time during which a flow of packets is
|
5512
5553
|
# captured and aggregated into a flow log record. You can specify 60
|
@@ -5536,6 +5577,7 @@ module Aws::EC2
|
|
5536
5577
|
:log_destination_type,
|
5537
5578
|
:log_destination,
|
5538
5579
|
:log_format,
|
5580
|
+
:tag_specifications,
|
5539
5581
|
:max_aggregation_interval)
|
5540
5582
|
include Aws::Structure
|
5541
5583
|
end
|
@@ -5581,7 +5623,7 @@ module Aws::EC2
|
|
5581
5623
|
# client_token: "String",
|
5582
5624
|
# tag_specifications: [
|
5583
5625
|
# {
|
5584
|
-
# 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
|
5626
|
+
# 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, vpc-flow-log
|
5585
5627
|
# tags: [
|
5586
5628
|
# {
|
5587
5629
|
# key: "String",
|
@@ -5939,7 +5981,7 @@ module Aws::EC2
|
|
5939
5981
|
# user_data: "String",
|
5940
5982
|
# tag_specifications: [
|
5941
5983
|
# {
|
5942
|
-
# 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
|
5984
|
+
# 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, vpc-flow-log
|
5943
5985
|
# tags: [
|
5944
5986
|
# {
|
5945
5987
|
# key: "String",
|
@@ -6000,7 +6042,7 @@ module Aws::EC2
|
|
6000
6042
|
# },
|
6001
6043
|
# tag_specifications: [
|
6002
6044
|
# {
|
6003
|
-
# 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
|
6045
|
+
# 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, vpc-flow-log
|
6004
6046
|
# tags: [
|
6005
6047
|
# {
|
6006
6048
|
# key: "String",
|
@@ -6150,7 +6192,7 @@ module Aws::EC2
|
|
6150
6192
|
# user_data: "String",
|
6151
6193
|
# tag_specifications: [
|
6152
6194
|
# {
|
6153
|
-
# 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
|
6195
|
+
# 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, vpc-flow-log
|
6154
6196
|
# tags: [
|
6155
6197
|
# {
|
6156
6198
|
# key: "String",
|
@@ -6382,7 +6424,19 @@ module Aws::EC2
|
|
6382
6424
|
# {
|
6383
6425
|
# allocation_id: "AllocationId", # required
|
6384
6426
|
# client_token: "String",
|
6427
|
+
# dry_run: false,
|
6385
6428
|
# subnet_id: "SubnetId", # required
|
6429
|
+
# tag_specifications: [
|
6430
|
+
# {
|
6431
|
+
# 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, vpc-flow-log
|
6432
|
+
# tags: [
|
6433
|
+
# {
|
6434
|
+
# key: "String",
|
6435
|
+
# value: "String",
|
6436
|
+
# },
|
6437
|
+
# ],
|
6438
|
+
# },
|
6439
|
+
# ],
|
6386
6440
|
# }
|
6387
6441
|
#
|
6388
6442
|
# @!attribute [rw] allocation_id
|
@@ -6398,21 +6452,37 @@ module Aws::EC2
|
|
6398
6452
|
#
|
6399
6453
|
# Constraint: Maximum 64 ASCII characters.
|
6400
6454
|
#
|
6455
|
+
# **A suitable default value is auto-generated.** You should normally
|
6456
|
+
# not need to pass this option.
|
6457
|
+
#
|
6401
6458
|
#
|
6402
6459
|
#
|
6403
6460
|
# [1]: https://docs.aws.amazon.com/AWSEC2/latest/APIReference/Run_Instance_Idempotency.html
|
6404
6461
|
# @return [String]
|
6405
6462
|
#
|
6463
|
+
# @!attribute [rw] dry_run
|
6464
|
+
# Checks whether you have the required permissions for the action,
|
6465
|
+
# without actually making the request, and provides an error response.
|
6466
|
+
# If you have the required permissions, the error response is
|
6467
|
+
# `DryRunOperation`. Otherwise, it is `UnauthorizedOperation`.
|
6468
|
+
# @return [Boolean]
|
6469
|
+
#
|
6406
6470
|
# @!attribute [rw] subnet_id
|
6407
6471
|
# The subnet in which to create the NAT gateway.
|
6408
6472
|
# @return [String]
|
6409
6473
|
#
|
6474
|
+
# @!attribute [rw] tag_specifications
|
6475
|
+
# The tags to assign to the NAT gateway.
|
6476
|
+
# @return [Array<Types::TagSpecification>]
|
6477
|
+
#
|
6410
6478
|
# @see http://docs.aws.amazon.com/goto/WebAPI/ec2-2016-11-15/CreateNatGatewayRequest AWS API Documentation
|
6411
6479
|
#
|
6412
6480
|
class CreateNatGatewayRequest < Struct.new(
|
6413
6481
|
:allocation_id,
|
6414
6482
|
:client_token,
|
6415
|
-
:
|
6483
|
+
:dry_run,
|
6484
|
+
:subnet_id,
|
6485
|
+
:tag_specifications)
|
6416
6486
|
include Aws::Structure
|
6417
6487
|
end
|
6418
6488
|
|
@@ -7085,7 +7155,7 @@ module Aws::EC2
|
|
7085
7155
|
# volume_id: "VolumeId", # required
|
7086
7156
|
# tag_specifications: [
|
7087
7157
|
# {
|
7088
|
-
# 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
|
7158
|
+
# 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, vpc-flow-log
|
7089
7159
|
# tags: [
|
7090
7160
|
# {
|
7091
7161
|
# key: "String",
|
@@ -7137,7 +7207,7 @@ module Aws::EC2
|
|
7137
7207
|
# },
|
7138
7208
|
# tag_specifications: [
|
7139
7209
|
# {
|
7140
|
-
# 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
|
7210
|
+
# 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, vpc-flow-log
|
7141
7211
|
# tags: [
|
7142
7212
|
# {
|
7143
7213
|
# key: "String",
|
@@ -7378,7 +7448,7 @@ module Aws::EC2
|
|
7378
7448
|
# description: "String",
|
7379
7449
|
# tag_specifications: [
|
7380
7450
|
# {
|
7381
|
-
# 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
|
7451
|
+
# 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, vpc-flow-log
|
7382
7452
|
# tags: [
|
7383
7453
|
# {
|
7384
7454
|
# key: "String",
|
@@ -7597,7 +7667,7 @@ module Aws::EC2
|
|
7597
7667
|
# description: "String",
|
7598
7668
|
# tag_specifications: [
|
7599
7669
|
# {
|
7600
|
-
# 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
|
7670
|
+
# 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, vpc-flow-log
|
7601
7671
|
# tags: [
|
7602
7672
|
# {
|
7603
7673
|
# key: "String",
|
@@ -7728,7 +7798,7 @@ module Aws::EC2
|
|
7728
7798
|
# description: "String",
|
7729
7799
|
# tag_specifications: [
|
7730
7800
|
# {
|
7731
|
-
# 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
|
7801
|
+
# 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, vpc-flow-log
|
7732
7802
|
# tags: [
|
7733
7803
|
# {
|
7734
7804
|
# key: "String",
|
@@ -7819,7 +7889,7 @@ module Aws::EC2
|
|
7819
7889
|
# transit_gateway_id: "TransitGatewayId", # required
|
7820
7890
|
# tag_specifications: [
|
7821
7891
|
# {
|
7822
|
-
# 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
|
7892
|
+
# 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, vpc-flow-log
|
7823
7893
|
# tags: [
|
7824
7894
|
# {
|
7825
7895
|
# key: "String",
|
@@ -7876,7 +7946,7 @@ module Aws::EC2
|
|
7876
7946
|
# peer_region: "String", # required
|
7877
7947
|
# tag_specifications: [
|
7878
7948
|
# {
|
7879
|
-
# 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
|
7949
|
+
# 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, vpc-flow-log
|
7880
7950
|
# tags: [
|
7881
7951
|
# {
|
7882
7952
|
# key: "String",
|
@@ -7955,7 +8025,7 @@ module Aws::EC2
|
|
7955
8025
|
# },
|
7956
8026
|
# tag_specifications: [
|
7957
8027
|
# {
|
7958
|
-
# 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
|
8028
|
+
# 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, vpc-flow-log
|
7959
8029
|
# tags: [
|
7960
8030
|
# {
|
7961
8031
|
# key: "String",
|
@@ -8071,7 +8141,7 @@ module Aws::EC2
|
|
8071
8141
|
# transit_gateway_id: "TransitGatewayId", # required
|
8072
8142
|
# tag_specifications: [
|
8073
8143
|
# {
|
8074
|
-
# 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
|
8144
|
+
# 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, vpc-flow-log
|
8075
8145
|
# tags: [
|
8076
8146
|
# {
|
8077
8147
|
# key: "String",
|
@@ -8131,7 +8201,7 @@ module Aws::EC2
|
|
8131
8201
|
# },
|
8132
8202
|
# tag_specifications: [
|
8133
8203
|
# {
|
8134
|
-
# 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
|
8204
|
+
# 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, vpc-flow-log
|
8135
8205
|
# tags: [
|
8136
8206
|
# {
|
8137
8207
|
# key: "String",
|
@@ -8301,7 +8371,7 @@ module Aws::EC2
|
|
8301
8371
|
# dry_run: false,
|
8302
8372
|
# tag_specifications: [
|
8303
8373
|
# {
|
8304
|
-
# 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
|
8374
|
+
# 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, vpc-flow-log
|
8305
8375
|
# tags: [
|
8306
8376
|
# {
|
8307
8377
|
# key: "String",
|
@@ -8539,7 +8609,7 @@ module Aws::EC2
|
|
8539
8609
|
# private_dns_enabled: false,
|
8540
8610
|
# tag_specifications: [
|
8541
8611
|
# {
|
8542
|
-
# 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
|
8612
|
+
# 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, vpc-flow-log
|
8543
8613
|
# tags: [
|
8544
8614
|
# {
|
8545
8615
|
# key: "String",
|
@@ -8672,7 +8742,7 @@ module Aws::EC2
|
|
8672
8742
|
# client_token: "String",
|
8673
8743
|
# tag_specifications: [
|
8674
8744
|
# {
|
8675
|
-
# 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
|
8745
|
+
# 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, vpc-flow-log
|
8676
8746
|
# tags: [
|
8677
8747
|
# {
|
8678
8748
|
# key: "String",
|
@@ -9863,9 +9933,17 @@ module Aws::EC2
|
|
9863
9933
|
# data as a hash:
|
9864
9934
|
#
|
9865
9935
|
# {
|
9936
|
+
# dry_run: false,
|
9866
9937
|
# nat_gateway_id: "NatGatewayId", # required
|
9867
9938
|
# }
|
9868
9939
|
#
|
9940
|
+
# @!attribute [rw] dry_run
|
9941
|
+
# Checks whether you have the required permissions for the action,
|
9942
|
+
# without actually making the request, and provides an error response.
|
9943
|
+
# If you have the required permissions, the error response is
|
9944
|
+
# `DryRunOperation`. Otherwise, it is `UnauthorizedOperation`.
|
9945
|
+
# @return [Boolean]
|
9946
|
+
#
|
9869
9947
|
# @!attribute [rw] nat_gateway_id
|
9870
9948
|
# The ID of the NAT gateway.
|
9871
9949
|
# @return [String]
|
@@ -9873,6 +9951,7 @@ module Aws::EC2
|
|
9873
9951
|
# @see http://docs.aws.amazon.com/goto/WebAPI/ec2-2016-11-15/DeleteNatGatewayRequest AWS API Documentation
|
9874
9952
|
#
|
9875
9953
|
class DeleteNatGatewayRequest < Struct.new(
|
9954
|
+
:dry_run,
|
9876
9955
|
:nat_gateway_id)
|
9877
9956
|
include Aws::Structure
|
9878
9957
|
end
|
@@ -13223,6 +13302,16 @@ module Aws::EC2
|
|
13223
13302
|
#
|
13224
13303
|
# * `traffic-type` - The type of traffic (`ACCEPT` \| `REJECT` \|
|
13225
13304
|
# `ALL`).
|
13305
|
+
#
|
13306
|
+
# * `tag`\:<key> - The key/value combination of a tag assigned
|
13307
|
+
# to the resource. Use the tag key in the filter name and the tag
|
13308
|
+
# value as the filter value. For example, to find all resources that
|
13309
|
+
# have a tag with the key `Owner` and the value `TeamA`, specify
|
13310
|
+
# `tag:Owner` for the filter name and `TeamA` for the filter value.
|
13311
|
+
#
|
13312
|
+
# * `tag-key` - The key of a tag assigned to the resource. Use this
|
13313
|
+
# filter to find all resources assigned a tag with a specific key,
|
13314
|
+
# regardless of the tag value.
|
13226
13315
|
# @return [Array<Types::Filter>]
|
13227
13316
|
#
|
13228
13317
|
# @!attribute [rw] flow_log_ids
|
@@ -15916,6 +16005,7 @@ module Aws::EC2
|
|
15916
16005
|
# data as a hash:
|
15917
16006
|
#
|
15918
16007
|
# {
|
16008
|
+
# dry_run: false,
|
15919
16009
|
# filter: [
|
15920
16010
|
# {
|
15921
16011
|
# name: "String",
|
@@ -15927,6 +16017,13 @@ module Aws::EC2
|
|
15927
16017
|
# next_token: "String",
|
15928
16018
|
# }
|
15929
16019
|
#
|
16020
|
+
# @!attribute [rw] dry_run
|
16021
|
+
# Checks whether you have the required permissions for the action,
|
16022
|
+
# without actually making the request, and provides an error response.
|
16023
|
+
# If you have the required permissions, the error response is
|
16024
|
+
# `DryRunOperation`. Otherwise, it is `UnauthorizedOperation`.
|
16025
|
+
# @return [Boolean]
|
16026
|
+
#
|
15930
16027
|
# @!attribute [rw] filter
|
15931
16028
|
# One or more filters.
|
15932
16029
|
#
|
@@ -15968,6 +16065,7 @@ module Aws::EC2
|
|
15968
16065
|
# @see http://docs.aws.amazon.com/goto/WebAPI/ec2-2016-11-15/DescribeNatGatewaysRequest AWS API Documentation
|
15969
16066
|
#
|
15970
16067
|
class DescribeNatGatewaysRequest < Struct.new(
|
16068
|
+
:dry_run,
|
15971
16069
|
:filter,
|
15972
16070
|
:max_results,
|
15973
16071
|
:nat_gateway_ids,
|
@@ -18801,9 +18899,10 @@ module Aws::EC2
|
|
18801
18899
|
# `dedicated-host` \| `dhcp-options` \| `elastic-ip` \| `fleet` \|
|
18802
18900
|
# `fpga-image` \| `image` \| `instance` \| `host-reservation` \|
|
18803
18901
|
# `internet-gateway` \| `launch-template` \| `natgateway` \|
|
18804
|
-
# `network-acl` \| `network-interface` \| `
|
18805
|
-
# `
|
18806
|
-
# `spot-instances-request` \| `subnet` \| `volume` \|
|
18902
|
+
# `network-acl` \| `network-interface` \| `placement-group` \|
|
18903
|
+
# `reserved-instances` \| `route-table` \| `security-group` \|
|
18904
|
+
# `snapshot` \| `spot-instances-request` \| `subnet` \| `volume` \|
|
18905
|
+
# `vpc` \| `vpc-endpoint` \| `vpc-endpoint-service` \|
|
18807
18906
|
# `vpc-peering-connection` \| `vpn-connection` \| `vpn-gateway`).
|
18808
18907
|
#
|
18809
18908
|
# * `tag`\:<key> - The key/value combination of the tag. For
|
@@ -21659,6 +21758,10 @@ module Aws::EC2
|
|
21659
21758
|
# @return [String]
|
21660
21759
|
#
|
21661
21760
|
# @!attribute [rw] dry_run
|
21761
|
+
# Checks whether you have the required permissions for the action,
|
21762
|
+
# without actually making the request, and provides an error response.
|
21763
|
+
# If you have the required permissions, the error response is
|
21764
|
+
# `DryRunOperation`. Otherwise, it is `UnauthorizedOperation`.
|
21662
21765
|
# @return [Boolean]
|
21663
21766
|
#
|
21664
21767
|
# @see http://docs.aws.amazon.com/goto/WebAPI/ec2-2016-11-15/DisableVgwRoutePropagationRequest AWS API Documentation
|
@@ -22961,6 +23064,10 @@ module Aws::EC2
|
|
22961
23064
|
# @return [String]
|
22962
23065
|
#
|
22963
23066
|
# @!attribute [rw] dry_run
|
23067
|
+
# Checks whether you have the required permissions for the action,
|
23068
|
+
# without actually making the request, and provides an error response.
|
23069
|
+
# If you have the required permissions, the error response is
|
23070
|
+
# `DryRunOperation`. Otherwise, it is `UnauthorizedOperation`.
|
22964
23071
|
# @return [Boolean]
|
22965
23072
|
#
|
22966
23073
|
# @see http://docs.aws.amazon.com/goto/WebAPI/ec2-2016-11-15/EnableVgwRoutePropagationRequest AWS API Documentation
|
@@ -24193,6 +24300,10 @@ module Aws::EC2
|
|
24193
24300
|
# The format of the flow log record.
|
24194
24301
|
# @return [String]
|
24195
24302
|
#
|
24303
|
+
# @!attribute [rw] tags
|
24304
|
+
# The tags for the flow log.
|
24305
|
+
# @return [Array<Types::Tag>]
|
24306
|
+
#
|
24196
24307
|
# @!attribute [rw] max_aggregation_interval
|
24197
24308
|
# The maximum interval of time, in seconds, during which a flow of
|
24198
24309
|
# packets is captured and aggregated into a flow log record.
|
@@ -24223,6 +24334,7 @@ module Aws::EC2
|
|
24223
24334
|
:log_destination_type,
|
24224
24335
|
:log_destination,
|
24225
24336
|
:log_format,
|
24337
|
+
:tags,
|
24226
24338
|
:max_aggregation_interval)
|
24227
24339
|
include Aws::Structure
|
24228
24340
|
end
|
@@ -30744,7 +30856,7 @@ module Aws::EC2
|
|
30744
30856
|
# data as a hash:
|
30745
30857
|
#
|
30746
30858
|
# {
|
30747
|
-
# 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
|
30859
|
+
# 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, vpc-flow-log
|
30748
30860
|
# tags: [
|
30749
30861
|
# {
|
30750
30862
|
# key: "String",
|
@@ -31278,6 +31390,51 @@ module Aws::EC2
|
|
31278
31390
|
include Aws::Structure
|
31279
31391
|
end
|
31280
31392
|
|
31393
|
+
# @note When making an API call, you may pass ModifyAvailabilityZoneGroupRequest
|
31394
|
+
# data as a hash:
|
31395
|
+
#
|
31396
|
+
# {
|
31397
|
+
# group_name: "String", # required
|
31398
|
+
# opt_in_status: "opted-in", # required, accepts opted-in, not-opted-in
|
31399
|
+
# dry_run: false,
|
31400
|
+
# }
|
31401
|
+
#
|
31402
|
+
# @!attribute [rw] group_name
|
31403
|
+
# The names of the Zone Group.
|
31404
|
+
# @return [String]
|
31405
|
+
#
|
31406
|
+
# @!attribute [rw] opt_in_status
|
31407
|
+
# Indicates whether to enable or disable Zone Group membership. The
|
31408
|
+
# valid values are `opted-in`.
|
31409
|
+
# @return [String]
|
31410
|
+
#
|
31411
|
+
# @!attribute [rw] dry_run
|
31412
|
+
# Checks whether you have the required permissions for the action,
|
31413
|
+
# without actually making the request, and provides an error response.
|
31414
|
+
# If you have the required permissions, the error response is
|
31415
|
+
# `DryRunOperation`. Otherwise, it is `UnauthorizedOperation`.
|
31416
|
+
# @return [Boolean]
|
31417
|
+
#
|
31418
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/ec2-2016-11-15/ModifyAvailabilityZoneGroupRequest AWS API Documentation
|
31419
|
+
#
|
31420
|
+
class ModifyAvailabilityZoneGroupRequest < Struct.new(
|
31421
|
+
:group_name,
|
31422
|
+
:opt_in_status,
|
31423
|
+
:dry_run)
|
31424
|
+
include Aws::Structure
|
31425
|
+
end
|
31426
|
+
|
31427
|
+
# @!attribute [rw] return
|
31428
|
+
# Is `true` if the request succeeds, and an error otherwise.
|
31429
|
+
# @return [Boolean]
|
31430
|
+
#
|
31431
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/ec2-2016-11-15/ModifyAvailabilityZoneGroupResult AWS API Documentation
|
31432
|
+
#
|
31433
|
+
class ModifyAvailabilityZoneGroupResult < Struct.new(
|
31434
|
+
:return)
|
31435
|
+
include Aws::Structure
|
31436
|
+
end
|
31437
|
+
|
31281
31438
|
# @note When making an API call, you may pass ModifyCapacityReservationRequest
|
31282
31439
|
# data as a hash:
|
31283
31440
|
#
|
@@ -31375,6 +31532,8 @@ module Aws::EC2
|
|
31375
31532
|
# description: "String",
|
31376
31533
|
# split_tunnel: false,
|
31377
31534
|
# dry_run: false,
|
31535
|
+
# security_group_ids: ["String"],
|
31536
|
+
# vpc_id: "VpcId",
|
31378
31537
|
# }
|
31379
31538
|
#
|
31380
31539
|
# @!attribute [rw] client_vpn_endpoint_id
|
@@ -31439,6 +31598,15 @@ module Aws::EC2
|
|
31439
31598
|
# `DryRunOperation`. Otherwise, it is `UnauthorizedOperation`.
|
31440
31599
|
# @return [Boolean]
|
31441
31600
|
#
|
31601
|
+
# @!attribute [rw] security_group_ids
|
31602
|
+
# The IDs of one or more security groups to apply to the target
|
31603
|
+
# network.
|
31604
|
+
# @return [Array<String>]
|
31605
|
+
#
|
31606
|
+
# @!attribute [rw] vpc_id
|
31607
|
+
# The ID of the VPC to associate with the Client VPN endpoint.
|
31608
|
+
# @return [String]
|
31609
|
+
#
|
31442
31610
|
# @see http://docs.aws.amazon.com/goto/WebAPI/ec2-2016-11-15/ModifyClientVpnEndpointRequest AWS API Documentation
|
31443
31611
|
#
|
31444
31612
|
class ModifyClientVpnEndpointRequest < Struct.new(
|
@@ -31449,7 +31617,9 @@ module Aws::EC2
|
|
31449
31617
|
:vpn_port,
|
31450
31618
|
:description,
|
31451
31619
|
:split_tunnel,
|
31452
|
-
:dry_run
|
31620
|
+
:dry_run,
|
31621
|
+
:security_group_ids,
|
31622
|
+
:vpc_id)
|
31453
31623
|
include Aws::Structure
|
31454
31624
|
end
|
31455
31625
|
|
@@ -37469,7 +37639,7 @@ module Aws::EC2
|
|
37469
37639
|
# user_data: "String",
|
37470
37640
|
# tag_specifications: [
|
37471
37641
|
# {
|
37472
|
-
# 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
|
37642
|
+
# 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, vpc-flow-log
|
37473
37643
|
# tags: [
|
37474
37644
|
# {
|
37475
37645
|
# key: "String",
|
@@ -37855,7 +38025,7 @@ module Aws::EC2
|
|
37855
38025
|
# weighted_capacity: 1.0,
|
37856
38026
|
# tag_specifications: [
|
37857
38027
|
# {
|
37858
|
-
# 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
|
38028
|
+
# 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, vpc-flow-log
|
37859
38029
|
# tags: [
|
37860
38030
|
# {
|
37861
38031
|
# key: "String",
|
@@ -37915,7 +38085,7 @@ module Aws::EC2
|
|
37915
38085
|
# instance_pools_to_use_count: 1,
|
37916
38086
|
# tag_specifications: [
|
37917
38087
|
# {
|
37918
|
-
# 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
|
38088
|
+
# 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, vpc-flow-log
|
37919
38089
|
# tags: [
|
37920
38090
|
# {
|
37921
38091
|
# key: "String",
|
@@ -39932,7 +40102,7 @@ module Aws::EC2
|
|
39932
40102
|
# ],
|
39933
40103
|
# tag_specifications: [
|
39934
40104
|
# {
|
39935
|
-
# 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
|
40105
|
+
# 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, vpc-flow-log
|
39936
40106
|
# tags: [
|
39937
40107
|
# {
|
39938
40108
|
# key: "String",
|
@@ -42356,7 +42526,7 @@ module Aws::EC2
|
|
42356
42526
|
# weighted_capacity: 1.0,
|
42357
42527
|
# tag_specifications: [
|
42358
42528
|
# {
|
42359
|
-
# 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
|
42529
|
+
# 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, vpc-flow-log
|
42360
42530
|
# tags: [
|
42361
42531
|
# {
|
42362
42532
|
# key: "String",
|
@@ -42647,7 +42817,7 @@ module Aws::EC2
|
|
42647
42817
|
# weighted_capacity: 1.0,
|
42648
42818
|
# tag_specifications: [
|
42649
42819
|
# {
|
42650
|
-
# 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
|
42820
|
+
# 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, vpc-flow-log
|
42651
42821
|
# tags: [
|
42652
42822
|
# {
|
42653
42823
|
# key: "String",
|
@@ -42707,7 +42877,7 @@ module Aws::EC2
|
|
42707
42877
|
# instance_pools_to_use_count: 1,
|
42708
42878
|
# tag_specifications: [
|
42709
42879
|
# {
|
42710
|
-
# 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
|
42880
|
+
# 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, vpc-flow-log
|
42711
42881
|
# tags: [
|
42712
42882
|
# {
|
42713
42883
|
# key: "String",
|
@@ -42952,7 +43122,7 @@ module Aws::EC2
|
|
42952
43122
|
# data as a hash:
|
42953
43123
|
#
|
42954
43124
|
# {
|
42955
|
-
# 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
|
43125
|
+
# 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, vpc-flow-log
|
42956
43126
|
# tags: [
|
42957
43127
|
# {
|
42958
43128
|
# key: "String",
|
@@ -44009,7 +44179,7 @@ module Aws::EC2
|
|
44009
44179
|
# data as a hash:
|
44010
44180
|
#
|
44011
44181
|
# {
|
44012
|
-
# 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
|
44182
|
+
# 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, vpc-flow-log
|
44013
44183
|
# tags: [
|
44014
44184
|
# {
|
44015
44185
|
# key: "String",
|
@@ -44023,10 +44193,13 @@ module Aws::EC2
|
|
44023
44193
|
# support tagging on creation are: `capacity-reservation` \|
|
44024
44194
|
# `client-vpn-endpoint` \| `dedicated-host` \| `fleet` \| `fpga-image`
|
44025
44195
|
# \| `instance` \| `key-pair` \| `launch-template` \|
|
44026
|
-
# `
|
44027
|
-
# `traffic-mirror-
|
44028
|
-
# `
|
44029
|
-
# `transit-gateway-route-table` \|
|
44196
|
+
# `spot-fleet-request` \| `placement-group` \| `snapshot` \|
|
44197
|
+
# `traffic-mirror-filter` \| `traffic-mirror-session` \|
|
44198
|
+
# `traffic-mirror-target` \| `transit-gateway` \|
|
44199
|
+
# `transit-gateway-attachment` \| `transit-gateway-route-table` \|
|
44200
|
+
# `vpc-endpoint` (for interface VPC endpoints)\|
|
44201
|
+
# `vpc-endpoint-service` (for gateway VPC endpoints) \| `volume` \|
|
44202
|
+
# `vpc-flow-log`.
|
44030
44203
|
#
|
44031
44204
|
# To tag a resource after it has been created, see [CreateTags][1].
|
44032
44205
|
#
|