aws-sdk-ec2 1.243.0 → 1.248.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/CHANGELOG.md +25 -0
- data/VERSION +1 -1
- data/lib/aws-sdk-ec2.rb +1 -1
- data/lib/aws-sdk-ec2/classic_address.rb +1 -1
- data/lib/aws-sdk-ec2/client.rb +794 -294
- data/lib/aws-sdk-ec2/client_api.rb +211 -4
- data/lib/aws-sdk-ec2/instance.rb +9 -7
- data/lib/aws-sdk-ec2/key_pair_info.rb +2 -2
- data/lib/aws-sdk-ec2/network_interface.rb +5 -4
- data/lib/aws-sdk-ec2/placement_group.rb +4 -4
- data/lib/aws-sdk-ec2/resource.rb +54 -45
- data/lib/aws-sdk-ec2/security_group.rb +50 -16
- data/lib/aws-sdk-ec2/snapshot.rb +1 -1
- data/lib/aws-sdk-ec2/subnet.rb +25 -19
- data/lib/aws-sdk-ec2/types.rb +1113 -238
- data/lib/aws-sdk-ec2/volume.rb +1 -1
- data/lib/aws-sdk-ec2/vpc.rb +21 -20
- data/lib/aws-sdk-ec2/vpc_address.rb +1 -1
- metadata +2 -2
data/lib/aws-sdk-ec2/snapshot.rb
CHANGED
@@ -305,7 +305,7 @@ module Aws::EC2
|
|
305
305
|
# source_region: "String", # required
|
306
306
|
# tag_specifications: [
|
307
307
|
# {
|
308
|
-
# resource_type: "client-vpn-endpoint", # accepts client-vpn-endpoint, customer-gateway, dedicated-host, dhcp-options, egress-only-internet-gateway, elastic-ip, elastic-gpu, export-image-task, export-instance-task, fleet, fpga-image, host-reservation, image, import-image-task, import-snapshot-task, instance, internet-gateway, key-pair, launch-template, local-gateway-route-table-vpc-association, natgateway, network-acl, network-interface, network-insights-analysis, network-insights-path, 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-connect-peer, transit-gateway-multicast-domain, transit-gateway-route-table, volume, vpc, vpc-peering-connection, vpn-connection, vpn-gateway, vpc-flow-log
|
308
|
+
# resource_type: "client-vpn-endpoint", # accepts client-vpn-endpoint, customer-gateway, dedicated-host, dhcp-options, egress-only-internet-gateway, elastic-ip, elastic-gpu, export-image-task, export-instance-task, fleet, fpga-image, host-reservation, image, import-image-task, import-snapshot-task, instance, internet-gateway, key-pair, launch-template, local-gateway-route-table-vpc-association, natgateway, network-acl, network-interface, network-insights-analysis, network-insights-path, placement-group, reserved-instances, route-table, security-group, security-group-rule, snapshot, spot-fleet-request, spot-instances-request, subnet, traffic-mirror-filter, traffic-mirror-session, traffic-mirror-target, transit-gateway, transit-gateway-attachment, transit-gateway-connect-peer, transit-gateway-multicast-domain, transit-gateway-route-table, volume, vpc, vpc-peering-connection, vpn-connection, vpn-gateway, vpc-flow-log
|
309
309
|
# tags: [
|
310
310
|
# {
|
311
311
|
# key: "String",
|
data/lib/aws-sdk-ec2/subnet.rb
CHANGED
@@ -374,7 +374,7 @@ module Aws::EC2
|
|
374
374
|
# ],
|
375
375
|
# tag_specifications: [
|
376
376
|
# {
|
377
|
-
# resource_type: "client-vpn-endpoint", # accepts client-vpn-endpoint, customer-gateway, dedicated-host, dhcp-options, egress-only-internet-gateway, elastic-ip, elastic-gpu, export-image-task, export-instance-task, fleet, fpga-image, host-reservation, image, import-image-task, import-snapshot-task, instance, internet-gateway, key-pair, launch-template, local-gateway-route-table-vpc-association, natgateway, network-acl, network-interface, network-insights-analysis, network-insights-path, 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-connect-peer, transit-gateway-multicast-domain, transit-gateway-route-table, volume, vpc, vpc-peering-connection, vpn-connection, vpn-gateway, vpc-flow-log
|
377
|
+
# resource_type: "client-vpn-endpoint", # accepts client-vpn-endpoint, customer-gateway, dedicated-host, dhcp-options, egress-only-internet-gateway, elastic-ip, elastic-gpu, export-image-task, export-instance-task, fleet, fpga-image, host-reservation, image, import-image-task, import-snapshot-task, instance, internet-gateway, key-pair, launch-template, local-gateway-route-table-vpc-association, natgateway, network-acl, network-interface, network-insights-analysis, network-insights-path, placement-group, reserved-instances, route-table, security-group, security-group-rule, snapshot, spot-fleet-request, spot-instances-request, subnet, traffic-mirror-filter, traffic-mirror-session, traffic-mirror-target, transit-gateway, transit-gateway-attachment, transit-gateway-connect-peer, transit-gateway-multicast-domain, transit-gateway-route-table, volume, vpc, vpc-peering-connection, vpn-connection, vpn-gateway, vpc-flow-log
|
378
378
|
# tags: [
|
379
379
|
# {
|
380
380
|
# key: "String",
|
@@ -520,7 +520,8 @@ module Aws::EC2
|
|
520
520
|
# The ID of the RAM disk to select. Some kernels require additional
|
521
521
|
# drivers at launch. Check the kernel requirements for information about
|
522
522
|
# whether you need to specify a RAM disk. To find kernel requirements,
|
523
|
-
# go to the
|
523
|
+
# go to the Amazon Web Services Resource Center and search for the
|
524
|
+
# kernel ID.
|
524
525
|
#
|
525
526
|
# We recommend that you use PV-GRUB instead of kernels and RAM disks.
|
526
527
|
# For more information, see [ PV-GRUB][1] in the *Amazon EC2 User
|
@@ -693,8 +694,8 @@ module Aws::EC2
|
|
693
694
|
# information, see [Hibernate your instance][1] in the *Amazon EC2 User
|
694
695
|
# Guide*.
|
695
696
|
#
|
696
|
-
# You can't enable hibernation and
|
697
|
-
# instance.
|
697
|
+
# You can't enable hibernation and Amazon Web Services Nitro Enclaves
|
698
|
+
# on the same instance.
|
698
699
|
#
|
699
700
|
#
|
700
701
|
#
|
@@ -709,12 +710,13 @@ module Aws::EC2
|
|
709
710
|
#
|
710
711
|
# [1]: https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/ec2-instance-metadata.html
|
711
712
|
# @option options [Types::EnclaveOptionsRequest] :enclave_options
|
712
|
-
# Indicates whether the instance is enabled for
|
713
|
-
# more information, see [ What is
|
714
|
-
# Nitro Enclaves
|
713
|
+
# Indicates whether the instance is enabled for Amazon Web Services
|
714
|
+
# Nitro Enclaves. For more information, see [ What is Amazon Web
|
715
|
+
# Services Nitro Enclaves?][1] in the *Amazon Web Services Nitro
|
716
|
+
# Enclaves User Guide*.
|
715
717
|
#
|
716
|
-
# You can't enable
|
717
|
-
# instance.
|
718
|
+
# You can't enable Amazon Web Services Nitro Enclaves and hibernation
|
719
|
+
# on the same instance.
|
718
720
|
#
|
719
721
|
#
|
720
722
|
#
|
@@ -754,10 +756,10 @@ module Aws::EC2
|
|
754
756
|
# },
|
755
757
|
# ],
|
756
758
|
# secondary_private_ip_address_count: 1,
|
757
|
-
# interface_type: "efa", # accepts efa
|
759
|
+
# interface_type: "efa", # accepts efa, branch, trunk
|
758
760
|
# tag_specifications: [
|
759
761
|
# {
|
760
|
-
# resource_type: "client-vpn-endpoint", # accepts client-vpn-endpoint, customer-gateway, dedicated-host, dhcp-options, egress-only-internet-gateway, elastic-ip, elastic-gpu, export-image-task, export-instance-task, fleet, fpga-image, host-reservation, image, import-image-task, import-snapshot-task, instance, internet-gateway, key-pair, launch-template, local-gateway-route-table-vpc-association, natgateway, network-acl, network-interface, network-insights-analysis, network-insights-path, 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-connect-peer, transit-gateway-multicast-domain, transit-gateway-route-table, volume, vpc, vpc-peering-connection, vpn-connection, vpn-gateway, vpc-flow-log
|
762
|
+
# resource_type: "client-vpn-endpoint", # accepts client-vpn-endpoint, customer-gateway, dedicated-host, dhcp-options, egress-only-internet-gateway, elastic-ip, elastic-gpu, export-image-task, export-instance-task, fleet, fpga-image, host-reservation, image, import-image-task, import-snapshot-task, instance, internet-gateway, key-pair, launch-template, local-gateway-route-table-vpc-association, natgateway, network-acl, network-interface, network-insights-analysis, network-insights-path, placement-group, reserved-instances, route-table, security-group, security-group-rule, snapshot, spot-fleet-request, spot-instances-request, subnet, traffic-mirror-filter, traffic-mirror-session, traffic-mirror-target, transit-gateway, transit-gateway-attachment, transit-gateway-connect-peer, transit-gateway-multicast-domain, transit-gateway-route-table, volume, vpc, vpc-peering-connection, vpn-connection, vpn-gateway, vpc-flow-log
|
761
763
|
# tags: [
|
762
764
|
# {
|
763
765
|
# key: "String",
|
@@ -815,10 +817,14 @@ module Aws::EC2
|
|
815
817
|
# Indicates the type of network interface. To create an Elastic Fabric
|
816
818
|
# Adapter (EFA), specify `efa`. For more information, see [ Elastic
|
817
819
|
# Fabric Adapter][1] in the *Amazon Elastic Compute Cloud User Guide*.
|
820
|
+
# To create a trunk network interface, specify `efa`. For more
|
821
|
+
# information, see [ Network interface trunking][2] in the *Amazon
|
822
|
+
# Elastic Compute Cloud User Guide*.
|
818
823
|
#
|
819
824
|
#
|
820
825
|
#
|
821
826
|
# [1]: https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/efa.html
|
827
|
+
# [2]: https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/eni-trunking.html
|
822
828
|
# @option options [Array<Types::TagSpecification>] :tag_specifications
|
823
829
|
# The tags to apply to the new network interface.
|
824
830
|
# @option options [String] :client_token
|
@@ -1133,7 +1139,7 @@ module Aws::EC2
|
|
1133
1139
|
# interface.
|
1134
1140
|
#
|
1135
1141
|
# * `network-interface.requester-managed` - Indicates whether the
|
1136
|
-
# network interface is being managed by
|
1142
|
+
# network interface is being managed by Amazon Web Services.
|
1137
1143
|
#
|
1138
1144
|
# * `network-interface.status` - The status of the network interface
|
1139
1145
|
# (`available`) \| `in-use`).
|
@@ -1152,7 +1158,7 @@ module Aws::EC2
|
|
1152
1158
|
#
|
1153
1159
|
# * `outpost-arn` - The Amazon Resource Name (ARN) of the Outpost.
|
1154
1160
|
#
|
1155
|
-
# * `owner-id` - The
|
1161
|
+
# * `owner-id` - The account ID of the instance owner.
|
1156
1162
|
#
|
1157
1163
|
# * `placement-group-name` - The name of the placement group for the
|
1158
1164
|
# instance.
|
@@ -1180,8 +1186,8 @@ module Aws::EC2
|
|
1180
1186
|
# terminate the instance). Similar to the state-reason-code filter.
|
1181
1187
|
#
|
1182
1188
|
# * `requester-id` - The ID of the entity that launched the instance on
|
1183
|
-
# your behalf (for example,
|
1184
|
-
#
|
1189
|
+
# your behalf (for example, Management Console, Auto Scaling, and so
|
1190
|
+
# on).
|
1185
1191
|
#
|
1186
1192
|
# * `reservation-id` - The ID of the instance's reservation. A
|
1187
1193
|
# reservation ID is created any time you launch an instance. A
|
@@ -1409,7 +1415,7 @@ module Aws::EC2
|
|
1409
1415
|
#
|
1410
1416
|
# * `network-interface-id` - The ID of the network interface.
|
1411
1417
|
#
|
1412
|
-
# * `owner-id` - The
|
1418
|
+
# * `owner-id` - The account ID of the network interface owner.
|
1413
1419
|
#
|
1414
1420
|
# * `private-ip-address` - The private IPv4 address or addresses of the
|
1415
1421
|
# network interface.
|
@@ -1417,11 +1423,11 @@ module Aws::EC2
|
|
1417
1423
|
# * `private-dns-name` - The private DNS name of the network interface
|
1418
1424
|
# (IPv4).
|
1419
1425
|
#
|
1420
|
-
# * `requester-id` - The alias or
|
1421
|
-
#
|
1426
|
+
# * `requester-id` - The alias or account ID of the principal or service
|
1427
|
+
# that created the network interface.
|
1422
1428
|
#
|
1423
1429
|
# * `requester-managed` - Indicates whether the network interface is
|
1424
|
-
# being managed by an
|
1430
|
+
# being managed by an Amazon Web Service (for example, Management
|
1425
1431
|
# Console, Auto Scaling, and so on).
|
1426
1432
|
#
|
1427
1433
|
# * `source-dest-check` - Indicates whether the network interface
|
data/lib/aws-sdk-ec2/types.rb
CHANGED
@@ -412,7 +412,7 @@ module Aws::EC2
|
|
412
412
|
# @return [String]
|
413
413
|
#
|
414
414
|
# @!attribute [rw] network_interface_owner_id
|
415
|
-
# The ID of the
|
415
|
+
# The ID of the account that owns the network interface.
|
416
416
|
# @return [String]
|
417
417
|
#
|
418
418
|
# @!attribute [rw] private_ip_address
|
@@ -550,7 +550,7 @@ module Aws::EC2
|
|
550
550
|
# dry_run: false,
|
551
551
|
# tag_specifications: [
|
552
552
|
# {
|
553
|
-
# resource_type: "client-vpn-endpoint", # accepts client-vpn-endpoint, customer-gateway, dedicated-host, dhcp-options, egress-only-internet-gateway, elastic-ip, elastic-gpu, export-image-task, export-instance-task, fleet, fpga-image, host-reservation, image, import-image-task, import-snapshot-task, instance, internet-gateway, key-pair, launch-template, local-gateway-route-table-vpc-association, natgateway, network-acl, network-interface, network-insights-analysis, network-insights-path, 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-connect-peer, transit-gateway-multicast-domain, transit-gateway-route-table, volume, vpc, vpc-peering-connection, vpn-connection, vpn-gateway, vpc-flow-log
|
553
|
+
# resource_type: "client-vpn-endpoint", # accepts client-vpn-endpoint, customer-gateway, dedicated-host, dhcp-options, egress-only-internet-gateway, elastic-ip, elastic-gpu, export-image-task, export-instance-task, fleet, fpga-image, host-reservation, image, import-image-task, import-snapshot-task, instance, internet-gateway, key-pair, launch-template, local-gateway-route-table-vpc-association, natgateway, network-acl, network-interface, network-insights-analysis, network-insights-path, placement-group, reserved-instances, route-table, security-group, security-group-rule, snapshot, spot-fleet-request, spot-instances-request, subnet, traffic-mirror-filter, traffic-mirror-session, traffic-mirror-target, transit-gateway, transit-gateway-attachment, transit-gateway-connect-peer, transit-gateway-multicast-domain, transit-gateway-route-table, volume, vpc, vpc-peering-connection, vpn-connection, vpn-gateway, vpc-flow-log
|
554
554
|
# tags: [
|
555
555
|
# {
|
556
556
|
# key: "String",
|
@@ -639,8 +639,9 @@ module Aws::EC2
|
|
639
639
|
# @return [String]
|
640
640
|
#
|
641
641
|
# @!attribute [rw] allocation_id
|
642
|
-
# \[EC2-VPC\] The ID that
|
643
|
-
# the Elastic IP address for use with instances in a
|
642
|
+
# \[EC2-VPC\] The ID that Amazon Web Services assigns to represent the
|
643
|
+
# allocation of the Elastic IP address for use with instances in a
|
644
|
+
# VPC.
|
644
645
|
# @return [String]
|
645
646
|
#
|
646
647
|
# @!attribute [rw] public_ipv_4_pool
|
@@ -698,7 +699,7 @@ module Aws::EC2
|
|
698
699
|
# quantity: 1, # required
|
699
700
|
# tag_specifications: [
|
700
701
|
# {
|
701
|
-
# resource_type: "client-vpn-endpoint", # accepts client-vpn-endpoint, customer-gateway, dedicated-host, dhcp-options, egress-only-internet-gateway, elastic-ip, elastic-gpu, export-image-task, export-instance-task, fleet, fpga-image, host-reservation, image, import-image-task, import-snapshot-task, instance, internet-gateway, key-pair, launch-template, local-gateway-route-table-vpc-association, natgateway, network-acl, network-interface, network-insights-analysis, network-insights-path, 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-connect-peer, transit-gateway-multicast-domain, transit-gateway-route-table, volume, vpc, vpc-peering-connection, vpn-connection, vpn-gateway, vpc-flow-log
|
702
|
+
# resource_type: "client-vpn-endpoint", # accepts client-vpn-endpoint, customer-gateway, dedicated-host, dhcp-options, egress-only-internet-gateway, elastic-ip, elastic-gpu, export-image-task, export-instance-task, fleet, fpga-image, host-reservation, image, import-image-task, import-snapshot-task, instance, internet-gateway, key-pair, launch-template, local-gateway-route-table-vpc-association, natgateway, network-acl, network-interface, network-insights-analysis, network-insights-path, placement-group, reserved-instances, route-table, security-group, security-group-rule, snapshot, spot-fleet-request, spot-instances-request, subnet, traffic-mirror-filter, traffic-mirror-session, traffic-mirror-target, transit-gateway, transit-gateway-attachment, transit-gateway-connect-peer, transit-gateway-multicast-domain, transit-gateway-route-table, volume, vpc, vpc-peering-connection, vpn-connection, vpn-gateway, vpc-flow-log
|
702
703
|
# tags: [
|
703
704
|
# {
|
704
705
|
# key: "String",
|
@@ -1531,7 +1532,7 @@ module Aws::EC2
|
|
1531
1532
|
# @return [String]
|
1532
1533
|
#
|
1533
1534
|
# @!attribute [rw] encryption_kms_key_id
|
1534
|
-
# The ID of the
|
1535
|
+
# The ID of the KMS key used to encrypt the private key of the
|
1535
1536
|
# certificate.
|
1536
1537
|
# @return [String]
|
1537
1538
|
#
|
@@ -1786,6 +1787,91 @@ module Aws::EC2
|
|
1786
1787
|
include Aws::Structure
|
1787
1788
|
end
|
1788
1789
|
|
1790
|
+
# @note When making an API call, you may pass AssociateTrunkInterfaceRequest
|
1791
|
+
# data as a hash:
|
1792
|
+
#
|
1793
|
+
# {
|
1794
|
+
# branch_interface_id: "NetworkInterfaceId", # required
|
1795
|
+
# trunk_interface_id: "NetworkInterfaceId", # required
|
1796
|
+
# vlan_id: 1,
|
1797
|
+
# gre_key: 1,
|
1798
|
+
# client_token: "String",
|
1799
|
+
# dry_run: false,
|
1800
|
+
# }
|
1801
|
+
#
|
1802
|
+
# @!attribute [rw] branch_interface_id
|
1803
|
+
# The ID of the branch network interface.
|
1804
|
+
# @return [String]
|
1805
|
+
#
|
1806
|
+
# @!attribute [rw] trunk_interface_id
|
1807
|
+
# The ID of the trunk network interface.
|
1808
|
+
# @return [String]
|
1809
|
+
#
|
1810
|
+
# @!attribute [rw] vlan_id
|
1811
|
+
# The ID of the VLAN. This applies to the VLAN protocol.
|
1812
|
+
# @return [Integer]
|
1813
|
+
#
|
1814
|
+
# @!attribute [rw] gre_key
|
1815
|
+
# The application key. This applies to the GRE protocol.
|
1816
|
+
# @return [Integer]
|
1817
|
+
#
|
1818
|
+
# @!attribute [rw] client_token
|
1819
|
+
# Unique, case-sensitive identifier that you provide to ensure the
|
1820
|
+
# idempotency of the request. For more information, see [How to Ensure
|
1821
|
+
# Idempotency][1].
|
1822
|
+
#
|
1823
|
+
# **A suitable default value is auto-generated.** You should normally
|
1824
|
+
# not need to pass this option.
|
1825
|
+
#
|
1826
|
+
#
|
1827
|
+
#
|
1828
|
+
# [1]: https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/Run_Instance_Idempotency.html
|
1829
|
+
# @return [String]
|
1830
|
+
#
|
1831
|
+
# @!attribute [rw] dry_run
|
1832
|
+
# Checks whether you have the required permissions for the action,
|
1833
|
+
# without actually making the request, and provides an error response.
|
1834
|
+
# If you have the required permissions, the error response is
|
1835
|
+
# `DryRunOperation`. Otherwise, it is `UnauthorizedOperation`.
|
1836
|
+
# @return [Boolean]
|
1837
|
+
#
|
1838
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/ec2-2016-11-15/AssociateTrunkInterfaceRequest AWS API Documentation
|
1839
|
+
#
|
1840
|
+
class AssociateTrunkInterfaceRequest < Struct.new(
|
1841
|
+
:branch_interface_id,
|
1842
|
+
:trunk_interface_id,
|
1843
|
+
:vlan_id,
|
1844
|
+
:gre_key,
|
1845
|
+
:client_token,
|
1846
|
+
:dry_run)
|
1847
|
+
SENSITIVE = []
|
1848
|
+
include Aws::Structure
|
1849
|
+
end
|
1850
|
+
|
1851
|
+
# @!attribute [rw] interface_association
|
1852
|
+
# Information about the association between the trunk network
|
1853
|
+
# interface and branch network interface.
|
1854
|
+
# @return [Types::TrunkInterfaceAssociation]
|
1855
|
+
#
|
1856
|
+
# @!attribute [rw] client_token
|
1857
|
+
# Unique, case-sensitive identifier that you provide to ensure the
|
1858
|
+
# idempotency of the request. For more information, see [How to Ensure
|
1859
|
+
# Idempotency][1].
|
1860
|
+
#
|
1861
|
+
#
|
1862
|
+
#
|
1863
|
+
# [1]: https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/Run_Instance_Idempotency.html
|
1864
|
+
# @return [String]
|
1865
|
+
#
|
1866
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/ec2-2016-11-15/AssociateTrunkInterfaceResult AWS API Documentation
|
1867
|
+
#
|
1868
|
+
class AssociateTrunkInterfaceResult < Struct.new(
|
1869
|
+
:interface_association,
|
1870
|
+
:client_token)
|
1871
|
+
SENSITIVE = []
|
1872
|
+
include Aws::Structure
|
1873
|
+
end
|
1874
|
+
|
1789
1875
|
# @note When making an API call, you may pass AssociateVpcCidrBlockRequest
|
1790
1876
|
# data as a hash:
|
1791
1877
|
#
|
@@ -2445,6 +2531,17 @@ module Aws::EC2
|
|
2445
2531
|
# ],
|
2446
2532
|
# },
|
2447
2533
|
# ],
|
2534
|
+
# tag_specifications: [
|
2535
|
+
# {
|
2536
|
+
# resource_type: "client-vpn-endpoint", # accepts client-vpn-endpoint, customer-gateway, dedicated-host, dhcp-options, egress-only-internet-gateway, elastic-ip, elastic-gpu, export-image-task, export-instance-task, fleet, fpga-image, host-reservation, image, import-image-task, import-snapshot-task, instance, internet-gateway, key-pair, launch-template, local-gateway-route-table-vpc-association, natgateway, network-acl, network-interface, network-insights-analysis, network-insights-path, placement-group, reserved-instances, route-table, security-group, security-group-rule, snapshot, spot-fleet-request, spot-instances-request, subnet, traffic-mirror-filter, traffic-mirror-session, traffic-mirror-target, transit-gateway, transit-gateway-attachment, transit-gateway-connect-peer, transit-gateway-multicast-domain, transit-gateway-route-table, volume, vpc, vpc-peering-connection, vpn-connection, vpn-gateway, vpc-flow-log
|
2537
|
+
# tags: [
|
2538
|
+
# {
|
2539
|
+
# key: "String",
|
2540
|
+
# value: "String",
|
2541
|
+
# },
|
2542
|
+
# ],
|
2543
|
+
# },
|
2544
|
+
# ],
|
2448
2545
|
# cidr_ip: "String",
|
2449
2546
|
# from_port: 1,
|
2450
2547
|
# ip_protocol: "String",
|
@@ -2470,6 +2567,10 @@ module Aws::EC2
|
|
2470
2567
|
# permissions.
|
2471
2568
|
# @return [Array<Types::IpPermission>]
|
2472
2569
|
#
|
2570
|
+
# @!attribute [rw] tag_specifications
|
2571
|
+
# The tags applied to the security group rule.
|
2572
|
+
# @return [Array<Types::TagSpecification>]
|
2573
|
+
#
|
2473
2574
|
# @!attribute [rw] cidr_ip
|
2474
2575
|
# Not supported. Use a set of IP permissions to specify the CIDR.
|
2475
2576
|
# @return [String]
|
@@ -2503,6 +2604,7 @@ module Aws::EC2
|
|
2503
2604
|
:dry_run,
|
2504
2605
|
:group_id,
|
2505
2606
|
:ip_permissions,
|
2607
|
+
:tag_specifications,
|
2506
2608
|
:cidr_ip,
|
2507
2609
|
:from_port,
|
2508
2610
|
:ip_protocol,
|
@@ -2513,6 +2615,24 @@ module Aws::EC2
|
|
2513
2615
|
include Aws::Structure
|
2514
2616
|
end
|
2515
2617
|
|
2618
|
+
# @!attribute [rw] return
|
2619
|
+
# Returns `true` if the request succeeds; otherwise, returns an error.
|
2620
|
+
# @return [Boolean]
|
2621
|
+
#
|
2622
|
+
# @!attribute [rw] security_group_rules
|
2623
|
+
# Information about the outbound (egress) security group rules that
|
2624
|
+
# were added.
|
2625
|
+
# @return [Array<Types::SecurityGroupRule>]
|
2626
|
+
#
|
2627
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/ec2-2016-11-15/AuthorizeSecurityGroupEgressResult AWS API Documentation
|
2628
|
+
#
|
2629
|
+
class AuthorizeSecurityGroupEgressResult < Struct.new(
|
2630
|
+
:return,
|
2631
|
+
:security_group_rules)
|
2632
|
+
SENSITIVE = []
|
2633
|
+
include Aws::Structure
|
2634
|
+
end
|
2635
|
+
|
2516
2636
|
# @note When making an API call, you may pass AuthorizeSecurityGroupIngressRequest
|
2517
2637
|
# data as a hash:
|
2518
2638
|
#
|
@@ -2562,6 +2682,17 @@ module Aws::EC2
|
|
2562
2682
|
# source_security_group_owner_id: "String",
|
2563
2683
|
# to_port: 1,
|
2564
2684
|
# dry_run: false,
|
2685
|
+
# tag_specifications: [
|
2686
|
+
# {
|
2687
|
+
# resource_type: "client-vpn-endpoint", # accepts client-vpn-endpoint, customer-gateway, dedicated-host, dhcp-options, egress-only-internet-gateway, elastic-ip, elastic-gpu, export-image-task, export-instance-task, fleet, fpga-image, host-reservation, image, import-image-task, import-snapshot-task, instance, internet-gateway, key-pair, launch-template, local-gateway-route-table-vpc-association, natgateway, network-acl, network-interface, network-insights-analysis, network-insights-path, placement-group, reserved-instances, route-table, security-group, security-group-rule, snapshot, spot-fleet-request, spot-instances-request, subnet, traffic-mirror-filter, traffic-mirror-session, traffic-mirror-target, transit-gateway, transit-gateway-attachment, transit-gateway-connect-peer, transit-gateway-multicast-domain, transit-gateway-route-table, volume, vpc, vpc-peering-connection, vpn-connection, vpn-gateway, vpc-flow-log
|
2688
|
+
# tags: [
|
2689
|
+
# {
|
2690
|
+
# key: "String",
|
2691
|
+
# value: "String",
|
2692
|
+
# },
|
2693
|
+
# ],
|
2694
|
+
# },
|
2695
|
+
# ],
|
2565
2696
|
# }
|
2566
2697
|
#
|
2567
2698
|
# @!attribute [rw] cidr_ip
|
@@ -2626,13 +2757,14 @@ module Aws::EC2
|
|
2626
2757
|
# @return [String]
|
2627
2758
|
#
|
2628
2759
|
# @!attribute [rw] source_security_group_owner_id
|
2629
|
-
# \[nondefault VPC\] The
|
2630
|
-
# if the source security group is in a different
|
2631
|
-
# specify this parameter in combination with the
|
2632
|
-
# the CIDR IP address range, the IP protocol,
|
2633
|
-
# range, and the end of the port range. Creates
|
2634
|
-
# ICMP, UDP, and TCP access. To create a rule
|
2635
|
-
# protocol and port range, use a set of IP
|
2760
|
+
# \[nondefault VPC\] The Amazon Web Services account ID for the source
|
2761
|
+
# security group, if the source security group is in a different
|
2762
|
+
# account. You can't specify this parameter in combination with the
|
2763
|
+
# following parameters: the CIDR IP address range, the IP protocol,
|
2764
|
+
# the start of the port range, and the end of the port range. Creates
|
2765
|
+
# rules that grant full ICMP, UDP, and TCP access. To create a rule
|
2766
|
+
# with a specific IP protocol and port range, use a set of IP
|
2767
|
+
# permissions instead.
|
2636
2768
|
# @return [String]
|
2637
2769
|
#
|
2638
2770
|
# @!attribute [rw] to_port
|
@@ -2651,6 +2783,10 @@ module Aws::EC2
|
|
2651
2783
|
# `DryRunOperation`. Otherwise, it is `UnauthorizedOperation`.
|
2652
2784
|
# @return [Boolean]
|
2653
2785
|
#
|
2786
|
+
# @!attribute [rw] tag_specifications
|
2787
|
+
# \[VPC Only\] The tags applied to the security group rule.
|
2788
|
+
# @return [Array<Types::TagSpecification>]
|
2789
|
+
#
|
2654
2790
|
# @see http://docs.aws.amazon.com/goto/WebAPI/ec2-2016-11-15/AuthorizeSecurityGroupIngressRequest AWS API Documentation
|
2655
2791
|
#
|
2656
2792
|
class AuthorizeSecurityGroupIngressRequest < Struct.new(
|
@@ -2663,7 +2799,26 @@ module Aws::EC2
|
|
2663
2799
|
:source_security_group_name,
|
2664
2800
|
:source_security_group_owner_id,
|
2665
2801
|
:to_port,
|
2666
|
-
:dry_run
|
2802
|
+
:dry_run,
|
2803
|
+
:tag_specifications)
|
2804
|
+
SENSITIVE = []
|
2805
|
+
include Aws::Structure
|
2806
|
+
end
|
2807
|
+
|
2808
|
+
# @!attribute [rw] return
|
2809
|
+
# Returns `true` if the request succeeds; otherwise, returns an error.
|
2810
|
+
# @return [Boolean]
|
2811
|
+
#
|
2812
|
+
# @!attribute [rw] security_group_rules
|
2813
|
+
# Information about the inbound (ingress) security group rules that
|
2814
|
+
# were added.
|
2815
|
+
# @return [Array<Types::SecurityGroupRule>]
|
2816
|
+
#
|
2817
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/ec2-2016-11-15/AuthorizeSecurityGroupIngressResult AWS API Documentation
|
2818
|
+
#
|
2819
|
+
class AuthorizeSecurityGroupIngressResult < Struct.new(
|
2820
|
+
:return,
|
2821
|
+
:security_group_rules)
|
2667
2822
|
SENSITIVE = []
|
2668
2823
|
include Aws::Structure
|
2669
2824
|
end
|
@@ -3007,7 +3162,8 @@ module Aws::EC2
|
|
3007
3162
|
end
|
3008
3163
|
|
3009
3164
|
# Information about an address range that is provisioned for use with
|
3010
|
-
# your
|
3165
|
+
# your Amazon Web Services resources through bring your own IP addresses
|
3166
|
+
# (BYOIP).
|
3011
3167
|
#
|
3012
3168
|
# @!attribute [rw] cidr
|
3013
3169
|
# The address range, in CIDR notation.
|
@@ -3457,7 +3613,7 @@ module Aws::EC2
|
|
3457
3613
|
# @return [String]
|
3458
3614
|
#
|
3459
3615
|
# @!attribute [rw] owner_id
|
3460
|
-
# The ID of the
|
3616
|
+
# The ID of the account that owns the Capacity Reservation.
|
3461
3617
|
# @return [String]
|
3462
3618
|
#
|
3463
3619
|
# @!attribute [rw] capacity_reservation_arn
|
@@ -3487,10 +3643,10 @@ module Aws::EC2
|
|
3487
3643
|
# Reservation can have one of the following tenancy settings:
|
3488
3644
|
#
|
3489
3645
|
# * `default` - The Capacity Reservation is created on hardware that
|
3490
|
-
# is shared with other
|
3646
|
+
# is shared with other accounts.
|
3491
3647
|
#
|
3492
3648
|
# * `dedicated` - The Capacity Reservation is created on single-tenant
|
3493
|
-
# hardware that is dedicated to a single
|
3649
|
+
# hardware that is dedicated to a single account.
|
3494
3650
|
# @return [String]
|
3495
3651
|
#
|
3496
3652
|
# @!attribute [rw] total_instance_count
|
@@ -3628,7 +3784,7 @@ module Aws::EC2
|
|
3628
3784
|
# @return [String]
|
3629
3785
|
#
|
3630
3786
|
# @!attribute [rw] owner_id
|
3631
|
-
# The ID of the
|
3787
|
+
# The ID of the account that owns the resource group.
|
3632
3788
|
# @return [String]
|
3633
3789
|
#
|
3634
3790
|
# @see http://docs.aws.amazon.com/goto/WebAPI/ec2-2016-11-15/CapacityReservationGroup AWS API Documentation
|
@@ -3938,9 +4094,9 @@ module Aws::EC2
|
|
3938
4094
|
end
|
3939
4095
|
|
3940
4096
|
# Provides authorization for Amazon to bring a specific IP address range
|
3941
|
-
# to a specific
|
3942
|
-
#
|
3943
|
-
#
|
4097
|
+
# to a specific account using bring your own IP addresses (BYOIP). For
|
4098
|
+
# more information, see [Configuring your BYOIP address range][1] in the
|
4099
|
+
# *Amazon Elastic Compute Cloud User Guide*.
|
3944
4100
|
#
|
3945
4101
|
#
|
3946
4102
|
#
|
@@ -4759,8 +4915,8 @@ module Aws::EC2
|
|
4759
4915
|
end
|
4760
4916
|
|
4761
4917
|
# @!attribute [rw] owner_id
|
4762
|
-
# The
|
4763
|
-
#
|
4918
|
+
# The account ID of the instance owner. This is only present if the
|
4919
|
+
# product code is attached to the instance.
|
4764
4920
|
# @return [String]
|
4765
4921
|
#
|
4766
4922
|
# @!attribute [rw] return
|
@@ -5156,7 +5312,7 @@ module Aws::EC2
|
|
5156
5312
|
# source_snapshot_id: "String", # required
|
5157
5313
|
# tag_specifications: [
|
5158
5314
|
# {
|
5159
|
-
# resource_type: "client-vpn-endpoint", # accepts client-vpn-endpoint, customer-gateway, dedicated-host, dhcp-options, egress-only-internet-gateway, elastic-ip, elastic-gpu, export-image-task, export-instance-task, fleet, fpga-image, host-reservation, image, import-image-task, import-snapshot-task, instance, internet-gateway, key-pair, launch-template, local-gateway-route-table-vpc-association, natgateway, network-acl, network-interface, network-insights-analysis, network-insights-path, 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-connect-peer, transit-gateway-multicast-domain, transit-gateway-route-table, volume, vpc, vpc-peering-connection, vpn-connection, vpn-gateway, vpc-flow-log
|
5315
|
+
# resource_type: "client-vpn-endpoint", # accepts client-vpn-endpoint, customer-gateway, dedicated-host, dhcp-options, egress-only-internet-gateway, elastic-ip, elastic-gpu, export-image-task, export-instance-task, fleet, fpga-image, host-reservation, image, import-image-task, import-snapshot-task, instance, internet-gateway, key-pair, launch-template, local-gateway-route-table-vpc-association, natgateway, network-acl, network-interface, network-insights-analysis, network-insights-path, placement-group, reserved-instances, route-table, security-group, security-group-rule, snapshot, spot-fleet-request, spot-instances-request, subnet, traffic-mirror-filter, traffic-mirror-session, traffic-mirror-target, transit-gateway, transit-gateway-attachment, transit-gateway-connect-peer, transit-gateway-multicast-domain, transit-gateway-route-table, volume, vpc, vpc-peering-connection, vpn-connection, vpn-gateway, vpc-flow-log
|
5160
5316
|
# tags: [
|
5161
5317
|
# {
|
5162
5318
|
# key: "String",
|
@@ -5381,7 +5537,7 @@ module Aws::EC2
|
|
5381
5537
|
# instance_match_criteria: "open", # accepts open, targeted
|
5382
5538
|
# tag_specifications: [
|
5383
5539
|
# {
|
5384
|
-
# resource_type: "client-vpn-endpoint", # accepts client-vpn-endpoint, customer-gateway, dedicated-host, dhcp-options, egress-only-internet-gateway, elastic-ip, elastic-gpu, export-image-task, export-instance-task, fleet, fpga-image, host-reservation, image, import-image-task, import-snapshot-task, instance, internet-gateway, key-pair, launch-template, local-gateway-route-table-vpc-association, natgateway, network-acl, network-interface, network-insights-analysis, network-insights-path, 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-connect-peer, transit-gateway-multicast-domain, transit-gateway-route-table, volume, vpc, vpc-peering-connection, vpn-connection, vpn-gateway, vpc-flow-log
|
5540
|
+
# resource_type: "client-vpn-endpoint", # accepts client-vpn-endpoint, customer-gateway, dedicated-host, dhcp-options, egress-only-internet-gateway, elastic-ip, elastic-gpu, export-image-task, export-instance-task, fleet, fpga-image, host-reservation, image, import-image-task, import-snapshot-task, instance, internet-gateway, key-pair, launch-template, local-gateway-route-table-vpc-association, natgateway, network-acl, network-interface, network-insights-analysis, network-insights-path, placement-group, reserved-instances, route-table, security-group, security-group-rule, snapshot, spot-fleet-request, spot-instances-request, subnet, traffic-mirror-filter, traffic-mirror-session, traffic-mirror-target, transit-gateway, transit-gateway-attachment, transit-gateway-connect-peer, transit-gateway-multicast-domain, transit-gateway-route-table, volume, vpc, vpc-peering-connection, vpn-connection, vpn-gateway, vpc-flow-log
|
5385
5541
|
# tags: [
|
5386
5542
|
# {
|
5387
5543
|
# key: "String",
|
@@ -5431,10 +5587,10 @@ module Aws::EC2
|
|
5431
5587
|
# Reservation can have one of the following tenancy settings:
|
5432
5588
|
#
|
5433
5589
|
# * `default` - The Capacity Reservation is created on hardware that
|
5434
|
-
# is shared with other
|
5590
|
+
# is shared with other accounts.
|
5435
5591
|
#
|
5436
5592
|
# * `dedicated` - The Capacity Reservation is created on single-tenant
|
5437
|
-
# hardware that is dedicated to a single
|
5593
|
+
# hardware that is dedicated to a single account.
|
5438
5594
|
# @return [String]
|
5439
5595
|
#
|
5440
5596
|
# @!attribute [rw] instance_count
|
@@ -5560,7 +5716,7 @@ module Aws::EC2
|
|
5560
5716
|
# vpc_id: "VpcId", # required
|
5561
5717
|
# tag_specifications: [
|
5562
5718
|
# {
|
5563
|
-
# resource_type: "client-vpn-endpoint", # accepts client-vpn-endpoint, customer-gateway, dedicated-host, dhcp-options, egress-only-internet-gateway, elastic-ip, elastic-gpu, export-image-task, export-instance-task, fleet, fpga-image, host-reservation, image, import-image-task, import-snapshot-task, instance, internet-gateway, key-pair, launch-template, local-gateway-route-table-vpc-association, natgateway, network-acl, network-interface, network-insights-analysis, network-insights-path, 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-connect-peer, transit-gateway-multicast-domain, transit-gateway-route-table, volume, vpc, vpc-peering-connection, vpn-connection, vpn-gateway, vpc-flow-log
|
5719
|
+
# resource_type: "client-vpn-endpoint", # accepts client-vpn-endpoint, customer-gateway, dedicated-host, dhcp-options, egress-only-internet-gateway, elastic-ip, elastic-gpu, export-image-task, export-instance-task, fleet, fpga-image, host-reservation, image, import-image-task, import-snapshot-task, instance, internet-gateway, key-pair, launch-template, local-gateway-route-table-vpc-association, natgateway, network-acl, network-interface, network-insights-analysis, network-insights-path, placement-group, reserved-instances, route-table, security-group, security-group-rule, snapshot, spot-fleet-request, spot-instances-request, subnet, traffic-mirror-filter, traffic-mirror-session, traffic-mirror-target, transit-gateway, transit-gateway-attachment, transit-gateway-connect-peer, transit-gateway-multicast-domain, transit-gateway-route-table, volume, vpc, vpc-peering-connection, vpn-connection, vpn-gateway, vpc-flow-log
|
5564
5720
|
# tags: [
|
5565
5721
|
# {
|
5566
5722
|
# key: "String",
|
@@ -5659,7 +5815,7 @@ module Aws::EC2
|
|
5659
5815
|
# client_token: "String",
|
5660
5816
|
# tag_specifications: [
|
5661
5817
|
# {
|
5662
|
-
# resource_type: "client-vpn-endpoint", # accepts client-vpn-endpoint, customer-gateway, dedicated-host, dhcp-options, egress-only-internet-gateway, elastic-ip, elastic-gpu, export-image-task, export-instance-task, fleet, fpga-image, host-reservation, image, import-image-task, import-snapshot-task, instance, internet-gateway, key-pair, launch-template, local-gateway-route-table-vpc-association, natgateway, network-acl, network-interface, network-insights-analysis, network-insights-path, 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-connect-peer, transit-gateway-multicast-domain, transit-gateway-route-table, volume, vpc, vpc-peering-connection, vpn-connection, vpn-gateway, vpc-flow-log
|
5818
|
+
# resource_type: "client-vpn-endpoint", # accepts client-vpn-endpoint, customer-gateway, dedicated-host, dhcp-options, egress-only-internet-gateway, elastic-ip, elastic-gpu, export-image-task, export-instance-task, fleet, fpga-image, host-reservation, image, import-image-task, import-snapshot-task, instance, internet-gateway, key-pair, launch-template, local-gateway-route-table-vpc-association, natgateway, network-acl, network-interface, network-insights-analysis, network-insights-path, placement-group, reserved-instances, route-table, security-group, security-group-rule, snapshot, spot-fleet-request, spot-instances-request, subnet, traffic-mirror-filter, traffic-mirror-session, traffic-mirror-target, transit-gateway, transit-gateway-attachment, transit-gateway-connect-peer, transit-gateway-multicast-domain, transit-gateway-route-table, volume, vpc, vpc-peering-connection, vpn-connection, vpn-gateway, vpc-flow-log
|
5663
5819
|
# tags: [
|
5664
5820
|
# {
|
5665
5821
|
# key: "String",
|
@@ -5952,7 +6108,7 @@ module Aws::EC2
|
|
5952
6108
|
# type: "ipsec.1", # required, accepts ipsec.1
|
5953
6109
|
# tag_specifications: [
|
5954
6110
|
# {
|
5955
|
-
# resource_type: "client-vpn-endpoint", # accepts client-vpn-endpoint, customer-gateway, dedicated-host, dhcp-options, egress-only-internet-gateway, elastic-ip, elastic-gpu, export-image-task, export-instance-task, fleet, fpga-image, host-reservation, image, import-image-task, import-snapshot-task, instance, internet-gateway, key-pair, launch-template, local-gateway-route-table-vpc-association, natgateway, network-acl, network-interface, network-insights-analysis, network-insights-path, 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-connect-peer, transit-gateway-multicast-domain, transit-gateway-route-table, volume, vpc, vpc-peering-connection, vpn-connection, vpn-gateway, vpc-flow-log
|
6111
|
+
# resource_type: "client-vpn-endpoint", # accepts client-vpn-endpoint, customer-gateway, dedicated-host, dhcp-options, egress-only-internet-gateway, elastic-ip, elastic-gpu, export-image-task, export-instance-task, fleet, fpga-image, host-reservation, image, import-image-task, import-snapshot-task, instance, internet-gateway, key-pair, launch-template, local-gateway-route-table-vpc-association, natgateway, network-acl, network-interface, network-insights-analysis, network-insights-path, placement-group, reserved-instances, route-table, security-group, security-group-rule, snapshot, spot-fleet-request, spot-instances-request, subnet, traffic-mirror-filter, traffic-mirror-session, traffic-mirror-target, transit-gateway, transit-gateway-attachment, transit-gateway-connect-peer, transit-gateway-multicast-domain, transit-gateway-route-table, volume, vpc, vpc-peering-connection, vpn-connection, vpn-gateway, vpc-flow-log
|
5956
6112
|
# tags: [
|
5957
6113
|
# {
|
5958
6114
|
# key: "String",
|
@@ -6116,7 +6272,7 @@ module Aws::EC2
|
|
6116
6272
|
# ],
|
6117
6273
|
# tag_specifications: [
|
6118
6274
|
# {
|
6119
|
-
# resource_type: "client-vpn-endpoint", # accepts client-vpn-endpoint, customer-gateway, dedicated-host, dhcp-options, egress-only-internet-gateway, elastic-ip, elastic-gpu, export-image-task, export-instance-task, fleet, fpga-image, host-reservation, image, import-image-task, import-snapshot-task, instance, internet-gateway, key-pair, launch-template, local-gateway-route-table-vpc-association, natgateway, network-acl, network-interface, network-insights-analysis, network-insights-path, 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-connect-peer, transit-gateway-multicast-domain, transit-gateway-route-table, volume, vpc, vpc-peering-connection, vpn-connection, vpn-gateway, vpc-flow-log
|
6275
|
+
# resource_type: "client-vpn-endpoint", # accepts client-vpn-endpoint, customer-gateway, dedicated-host, dhcp-options, egress-only-internet-gateway, elastic-ip, elastic-gpu, export-image-task, export-instance-task, fleet, fpga-image, host-reservation, image, import-image-task, import-snapshot-task, instance, internet-gateway, key-pair, launch-template, local-gateway-route-table-vpc-association, natgateway, network-acl, network-interface, network-insights-analysis, network-insights-path, placement-group, reserved-instances, route-table, security-group, security-group-rule, snapshot, spot-fleet-request, spot-instances-request, subnet, traffic-mirror-filter, traffic-mirror-session, traffic-mirror-target, transit-gateway, transit-gateway-attachment, transit-gateway-connect-peer, transit-gateway-multicast-domain, transit-gateway-route-table, volume, vpc, vpc-peering-connection, vpn-connection, vpn-gateway, vpc-flow-log
|
6120
6276
|
# tags: [
|
6121
6277
|
# {
|
6122
6278
|
# key: "String",
|
@@ -6174,7 +6330,7 @@ module Aws::EC2
|
|
6174
6330
|
# vpc_id: "VpcId", # required
|
6175
6331
|
# tag_specifications: [
|
6176
6332
|
# {
|
6177
|
-
# resource_type: "client-vpn-endpoint", # accepts client-vpn-endpoint, customer-gateway, dedicated-host, dhcp-options, egress-only-internet-gateway, elastic-ip, elastic-gpu, export-image-task, export-instance-task, fleet, fpga-image, host-reservation, image, import-image-task, import-snapshot-task, instance, internet-gateway, key-pair, launch-template, local-gateway-route-table-vpc-association, natgateway, network-acl, network-interface, network-insights-analysis, network-insights-path, 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-connect-peer, transit-gateway-multicast-domain, transit-gateway-route-table, volume, vpc, vpc-peering-connection, vpn-connection, vpn-gateway, vpc-flow-log
|
6333
|
+
# resource_type: "client-vpn-endpoint", # accepts client-vpn-endpoint, customer-gateway, dedicated-host, dhcp-options, egress-only-internet-gateway, elastic-ip, elastic-gpu, export-image-task, export-instance-task, fleet, fpga-image, host-reservation, image, import-image-task, import-snapshot-task, instance, internet-gateway, key-pair, launch-template, local-gateway-route-table-vpc-association, natgateway, network-acl, network-interface, network-insights-analysis, network-insights-path, placement-group, reserved-instances, route-table, security-group, security-group-rule, snapshot, spot-fleet-request, spot-instances-request, subnet, traffic-mirror-filter, traffic-mirror-session, traffic-mirror-target, transit-gateway, transit-gateway-attachment, transit-gateway-connect-peer, transit-gateway-multicast-domain, transit-gateway-route-table, volume, vpc, vpc-peering-connection, vpn-connection, vpn-gateway, vpc-flow-log
|
6178
6334
|
# tags: [
|
6179
6335
|
# {
|
6180
6336
|
# key: "String",
|
@@ -6395,7 +6551,7 @@ module Aws::EC2
|
|
6395
6551
|
# replace_unhealthy_instances: false,
|
6396
6552
|
# tag_specifications: [
|
6397
6553
|
# {
|
6398
|
-
# resource_type: "client-vpn-endpoint", # accepts client-vpn-endpoint, customer-gateway, dedicated-host, dhcp-options, egress-only-internet-gateway, elastic-ip, elastic-gpu, export-image-task, export-instance-task, fleet, fpga-image, host-reservation, image, import-image-task, import-snapshot-task, instance, internet-gateway, key-pair, launch-template, local-gateway-route-table-vpc-association, natgateway, network-acl, network-interface, network-insights-analysis, network-insights-path, 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-connect-peer, transit-gateway-multicast-domain, transit-gateway-route-table, volume, vpc, vpc-peering-connection, vpn-connection, vpn-gateway, vpc-flow-log
|
6554
|
+
# resource_type: "client-vpn-endpoint", # accepts client-vpn-endpoint, customer-gateway, dedicated-host, dhcp-options, egress-only-internet-gateway, elastic-ip, elastic-gpu, export-image-task, export-instance-task, fleet, fpga-image, host-reservation, image, import-image-task, import-snapshot-task, instance, internet-gateway, key-pair, launch-template, local-gateway-route-table-vpc-association, natgateway, network-acl, network-interface, network-insights-analysis, network-insights-path, placement-group, reserved-instances, route-table, security-group, security-group-rule, snapshot, spot-fleet-request, spot-instances-request, subnet, traffic-mirror-filter, traffic-mirror-session, traffic-mirror-target, transit-gateway, transit-gateway-attachment, transit-gateway-connect-peer, transit-gateway-multicast-domain, transit-gateway-route-table, volume, vpc, vpc-peering-connection, vpn-connection, vpn-gateway, vpc-flow-log
|
6399
6555
|
# tags: [
|
6400
6556
|
# {
|
6401
6557
|
# key: "String",
|
@@ -6404,6 +6560,7 @@ module Aws::EC2
|
|
6404
6560
|
# ],
|
6405
6561
|
# },
|
6406
6562
|
# ],
|
6563
|
+
# context: "String",
|
6407
6564
|
# }
|
6408
6565
|
#
|
6409
6566
|
# @!attribute [rw] dry_run
|
@@ -6451,7 +6608,7 @@ module Aws::EC2
|
|
6451
6608
|
# @return [Boolean]
|
6452
6609
|
#
|
6453
6610
|
# @!attribute [rw] type
|
6454
|
-
# The type
|
6611
|
+
# The fleet type. The default value is `maintain`.
|
6455
6612
|
#
|
6456
6613
|
# * `maintain` - The EC2 Fleet places an asynchronous request for your
|
6457
6614
|
# desired capacity, and continues to maintain your desired Spot
|
@@ -6499,17 +6656,26 @@ module Aws::EC2
|
|
6499
6656
|
#
|
6500
6657
|
# @!attribute [rw] tag_specifications
|
6501
6658
|
# The key-value pair for tagging the EC2 Fleet request on creation.
|
6502
|
-
#
|
6503
|
-
# request fails. To tag instances at launch, specify the tags in the
|
6504
|
-
# [launch template][1]. For information about tagging after launch,
|
6505
|
-
# see [Tagging your resources][2].
|
6659
|
+
# For more information, see [Tagging your resources][1].
|
6506
6660
|
#
|
6661
|
+
# If the fleet type is `instant`, specify a resource type of `fleet`
|
6662
|
+
# to tag the fleet or `instance` to tag the instances at launch.
|
6507
6663
|
#
|
6664
|
+
# If the fleet type is `maintain` or `request`, specify a resource
|
6665
|
+
# type of `fleet` to tag the fleet. You cannot specify a resource type
|
6666
|
+
# of `instance`. To tag instances at launch, specify the tags in a
|
6667
|
+
# [launch template][2].
|
6508
6668
|
#
|
6509
|
-
#
|
6510
|
-
#
|
6669
|
+
#
|
6670
|
+
#
|
6671
|
+
# [1]: https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/Using_Tags.html#tag-resources
|
6672
|
+
# [2]: https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/ec2-launch-templates.html#create-launch-template
|
6511
6673
|
# @return [Array<Types::TagSpecification>]
|
6512
6674
|
#
|
6675
|
+
# @!attribute [rw] context
|
6676
|
+
# Reserved.
|
6677
|
+
# @return [String]
|
6678
|
+
#
|
6513
6679
|
# @see http://docs.aws.amazon.com/goto/WebAPI/ec2-2016-11-15/CreateFleetRequest AWS API Documentation
|
6514
6680
|
#
|
6515
6681
|
class CreateFleetRequest < Struct.new(
|
@@ -6525,7 +6691,8 @@ module Aws::EC2
|
|
6525
6691
|
:valid_from,
|
6526
6692
|
:valid_until,
|
6527
6693
|
:replace_unhealthy_instances,
|
6528
|
-
:tag_specifications
|
6694
|
+
:tag_specifications,
|
6695
|
+
:context)
|
6529
6696
|
SENSITIVE = []
|
6530
6697
|
include Aws::Structure
|
6531
6698
|
end
|
@@ -6536,12 +6703,12 @@ module Aws::EC2
|
|
6536
6703
|
#
|
6537
6704
|
# @!attribute [rw] errors
|
6538
6705
|
# Information about the instances that could not be launched by the
|
6539
|
-
# fleet.
|
6706
|
+
# fleet. Supported only for fleets of type `instant`.
|
6540
6707
|
# @return [Array<Types::CreateFleetError>]
|
6541
6708
|
#
|
6542
6709
|
# @!attribute [rw] instances
|
6543
6710
|
# Information about the instances that were launched by the fleet.
|
6544
|
-
#
|
6711
|
+
# Supported only for fleets of type `instant`.
|
6545
6712
|
# @return [Array<Types::CreateFleetInstance>]
|
6546
6713
|
#
|
6547
6714
|
# @see http://docs.aws.amazon.com/goto/WebAPI/ec2-2016-11-15/CreateFleetResult AWS API Documentation
|
@@ -6570,7 +6737,7 @@ module Aws::EC2
|
|
6570
6737
|
# log_format: "String",
|
6571
6738
|
# tag_specifications: [
|
6572
6739
|
# {
|
6573
|
-
# resource_type: "client-vpn-endpoint", # accepts client-vpn-endpoint, customer-gateway, dedicated-host, dhcp-options, egress-only-internet-gateway, elastic-ip, elastic-gpu, export-image-task, export-instance-task, fleet, fpga-image, host-reservation, image, import-image-task, import-snapshot-task, instance, internet-gateway, key-pair, launch-template, local-gateway-route-table-vpc-association, natgateway, network-acl, network-interface, network-insights-analysis, network-insights-path, 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-connect-peer, transit-gateway-multicast-domain, transit-gateway-route-table, volume, vpc, vpc-peering-connection, vpn-connection, vpn-gateway, vpc-flow-log
|
6740
|
+
# resource_type: "client-vpn-endpoint", # accepts client-vpn-endpoint, customer-gateway, dedicated-host, dhcp-options, egress-only-internet-gateway, elastic-ip, elastic-gpu, export-image-task, export-instance-task, fleet, fpga-image, host-reservation, image, import-image-task, import-snapshot-task, instance, internet-gateway, key-pair, launch-template, local-gateway-route-table-vpc-association, natgateway, network-acl, network-interface, network-insights-analysis, network-insights-path, placement-group, reserved-instances, route-table, security-group, security-group-rule, snapshot, spot-fleet-request, spot-instances-request, subnet, traffic-mirror-filter, traffic-mirror-session, traffic-mirror-target, transit-gateway, transit-gateway-attachment, transit-gateway-connect-peer, transit-gateway-multicast-domain, transit-gateway-route-table, volume, vpc, vpc-peering-connection, vpn-connection, vpn-gateway, vpc-flow-log
|
6574
6741
|
# tags: [
|
6575
6742
|
# {
|
6576
6743
|
# key: "String",
|
@@ -6764,7 +6931,7 @@ module Aws::EC2
|
|
6764
6931
|
# client_token: "String",
|
6765
6932
|
# tag_specifications: [
|
6766
6933
|
# {
|
6767
|
-
# resource_type: "client-vpn-endpoint", # accepts client-vpn-endpoint, customer-gateway, dedicated-host, dhcp-options, egress-only-internet-gateway, elastic-ip, elastic-gpu, export-image-task, export-instance-task, fleet, fpga-image, host-reservation, image, import-image-task, import-snapshot-task, instance, internet-gateway, key-pair, launch-template, local-gateway-route-table-vpc-association, natgateway, network-acl, network-interface, network-insights-analysis, network-insights-path, 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-connect-peer, transit-gateway-multicast-domain, transit-gateway-route-table, volume, vpc, vpc-peering-connection, vpn-connection, vpn-gateway, vpc-flow-log
|
6934
|
+
# resource_type: "client-vpn-endpoint", # accepts client-vpn-endpoint, customer-gateway, dedicated-host, dhcp-options, egress-only-internet-gateway, elastic-ip, elastic-gpu, export-image-task, export-instance-task, fleet, fpga-image, host-reservation, image, import-image-task, import-snapshot-task, instance, internet-gateway, key-pair, launch-template, local-gateway-route-table-vpc-association, natgateway, network-acl, network-interface, network-insights-analysis, network-insights-path, placement-group, reserved-instances, route-table, security-group, security-group-rule, snapshot, spot-fleet-request, spot-instances-request, subnet, traffic-mirror-filter, traffic-mirror-session, traffic-mirror-target, transit-gateway, transit-gateway-attachment, transit-gateway-connect-peer, transit-gateway-multicast-domain, transit-gateway-route-table, volume, vpc, vpc-peering-connection, vpn-connection, vpn-gateway, vpc-flow-log
|
6768
6935
|
# tags: [
|
6769
6936
|
# {
|
6770
6937
|
# key: "String",
|
@@ -6873,7 +7040,7 @@ module Aws::EC2
|
|
6873
7040
|
# no_reboot: false,
|
6874
7041
|
# tag_specifications: [
|
6875
7042
|
# {
|
6876
|
-
# resource_type: "client-vpn-endpoint", # accepts client-vpn-endpoint, customer-gateway, dedicated-host, dhcp-options, egress-only-internet-gateway, elastic-ip, elastic-gpu, export-image-task, export-instance-task, fleet, fpga-image, host-reservation, image, import-image-task, import-snapshot-task, instance, internet-gateway, key-pair, launch-template, local-gateway-route-table-vpc-association, natgateway, network-acl, network-interface, network-insights-analysis, network-insights-path, 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-connect-peer, transit-gateway-multicast-domain, transit-gateway-route-table, volume, vpc, vpc-peering-connection, vpn-connection, vpn-gateway, vpc-flow-log
|
7043
|
+
# resource_type: "client-vpn-endpoint", # accepts client-vpn-endpoint, customer-gateway, dedicated-host, dhcp-options, egress-only-internet-gateway, elastic-ip, elastic-gpu, export-image-task, export-instance-task, fleet, fpga-image, host-reservation, image, import-image-task, import-snapshot-task, instance, internet-gateway, key-pair, launch-template, local-gateway-route-table-vpc-association, natgateway, network-acl, network-interface, network-insights-analysis, network-insights-path, placement-group, reserved-instances, route-table, security-group, security-group-rule, snapshot, spot-fleet-request, spot-instances-request, subnet, traffic-mirror-filter, traffic-mirror-session, traffic-mirror-target, transit-gateway, transit-gateway-attachment, transit-gateway-connect-peer, transit-gateway-multicast-domain, transit-gateway-route-table, volume, vpc, vpc-peering-connection, vpn-connection, vpn-gateway, vpc-flow-log
|
6877
7044
|
# tags: [
|
6878
7045
|
# {
|
6879
7046
|
# key: "String",
|
@@ -6983,7 +7150,7 @@ module Aws::EC2
|
|
6983
7150
|
# target_environment: "citrix", # required, accepts citrix, vmware, microsoft
|
6984
7151
|
# tag_specifications: [
|
6985
7152
|
# {
|
6986
|
-
# resource_type: "client-vpn-endpoint", # accepts client-vpn-endpoint, customer-gateway, dedicated-host, dhcp-options, egress-only-internet-gateway, elastic-ip, elastic-gpu, export-image-task, export-instance-task, fleet, fpga-image, host-reservation, image, import-image-task, import-snapshot-task, instance, internet-gateway, key-pair, launch-template, local-gateway-route-table-vpc-association, natgateway, network-acl, network-interface, network-insights-analysis, network-insights-path, 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-connect-peer, transit-gateway-multicast-domain, transit-gateway-route-table, volume, vpc, vpc-peering-connection, vpn-connection, vpn-gateway, vpc-flow-log
|
7153
|
+
# resource_type: "client-vpn-endpoint", # accepts client-vpn-endpoint, customer-gateway, dedicated-host, dhcp-options, egress-only-internet-gateway, elastic-ip, elastic-gpu, export-image-task, export-instance-task, fleet, fpga-image, host-reservation, image, import-image-task, import-snapshot-task, instance, internet-gateway, key-pair, launch-template, local-gateway-route-table-vpc-association, natgateway, network-acl, network-interface, network-insights-analysis, network-insights-path, placement-group, reserved-instances, route-table, security-group, security-group-rule, snapshot, spot-fleet-request, spot-instances-request, subnet, traffic-mirror-filter, traffic-mirror-session, traffic-mirror-target, transit-gateway, transit-gateway-attachment, transit-gateway-connect-peer, transit-gateway-multicast-domain, transit-gateway-route-table, volume, vpc, vpc-peering-connection, vpn-connection, vpn-gateway, vpc-flow-log
|
6987
7154
|
# tags: [
|
6988
7155
|
# {
|
6989
7156
|
# key: "String",
|
@@ -7045,7 +7212,7 @@ module Aws::EC2
|
|
7045
7212
|
# {
|
7046
7213
|
# tag_specifications: [
|
7047
7214
|
# {
|
7048
|
-
# resource_type: "client-vpn-endpoint", # accepts client-vpn-endpoint, customer-gateway, dedicated-host, dhcp-options, egress-only-internet-gateway, elastic-ip, elastic-gpu, export-image-task, export-instance-task, fleet, fpga-image, host-reservation, image, import-image-task, import-snapshot-task, instance, internet-gateway, key-pair, launch-template, local-gateway-route-table-vpc-association, natgateway, network-acl, network-interface, network-insights-analysis, network-insights-path, 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-connect-peer, transit-gateway-multicast-domain, transit-gateway-route-table, volume, vpc, vpc-peering-connection, vpn-connection, vpn-gateway, vpc-flow-log
|
7215
|
+
# resource_type: "client-vpn-endpoint", # accepts client-vpn-endpoint, customer-gateway, dedicated-host, dhcp-options, egress-only-internet-gateway, elastic-ip, elastic-gpu, export-image-task, export-instance-task, fleet, fpga-image, host-reservation, image, import-image-task, import-snapshot-task, instance, internet-gateway, key-pair, launch-template, local-gateway-route-table-vpc-association, natgateway, network-acl, network-interface, network-insights-analysis, network-insights-path, placement-group, reserved-instances, route-table, security-group, security-group-rule, snapshot, spot-fleet-request, spot-instances-request, subnet, traffic-mirror-filter, traffic-mirror-session, traffic-mirror-target, transit-gateway, transit-gateway-attachment, transit-gateway-connect-peer, transit-gateway-multicast-domain, transit-gateway-route-table, volume, vpc, vpc-peering-connection, vpn-connection, vpn-gateway, vpc-flow-log
|
7049
7216
|
# tags: [
|
7050
7217
|
# {
|
7051
7218
|
# key: "String",
|
@@ -7097,7 +7264,7 @@ module Aws::EC2
|
|
7097
7264
|
# dry_run: false,
|
7098
7265
|
# tag_specifications: [
|
7099
7266
|
# {
|
7100
|
-
# resource_type: "client-vpn-endpoint", # accepts client-vpn-endpoint, customer-gateway, dedicated-host, dhcp-options, egress-only-internet-gateway, elastic-ip, elastic-gpu, export-image-task, export-instance-task, fleet, fpga-image, host-reservation, image, import-image-task, import-snapshot-task, instance, internet-gateway, key-pair, launch-template, local-gateway-route-table-vpc-association, natgateway, network-acl, network-interface, network-insights-analysis, network-insights-path, 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-connect-peer, transit-gateway-multicast-domain, transit-gateway-route-table, volume, vpc, vpc-peering-connection, vpn-connection, vpn-gateway, vpc-flow-log
|
7267
|
+
# resource_type: "client-vpn-endpoint", # accepts client-vpn-endpoint, customer-gateway, dedicated-host, dhcp-options, egress-only-internet-gateway, elastic-ip, elastic-gpu, export-image-task, export-instance-task, fleet, fpga-image, host-reservation, image, import-image-task, import-snapshot-task, instance, internet-gateway, key-pair, launch-template, local-gateway-route-table-vpc-association, natgateway, network-acl, network-interface, network-insights-analysis, network-insights-path, placement-group, reserved-instances, route-table, security-group, security-group-rule, snapshot, spot-fleet-request, spot-instances-request, subnet, traffic-mirror-filter, traffic-mirror-session, traffic-mirror-target, transit-gateway, transit-gateway-attachment, transit-gateway-connect-peer, transit-gateway-multicast-domain, transit-gateway-route-table, volume, vpc, vpc-peering-connection, vpn-connection, vpn-gateway, vpc-flow-log
|
7101
7268
|
# tags: [
|
7102
7269
|
# {
|
7103
7270
|
# key: "String",
|
@@ -7217,7 +7384,7 @@ module Aws::EC2
|
|
7217
7384
|
# user_data: "String",
|
7218
7385
|
# tag_specifications: [
|
7219
7386
|
# {
|
7220
|
-
# resource_type: "client-vpn-endpoint", # accepts client-vpn-endpoint, customer-gateway, dedicated-host, dhcp-options, egress-only-internet-gateway, elastic-ip, elastic-gpu, export-image-task, export-instance-task, fleet, fpga-image, host-reservation, image, import-image-task, import-snapshot-task, instance, internet-gateway, key-pair, launch-template, local-gateway-route-table-vpc-association, natgateway, network-acl, network-interface, network-insights-analysis, network-insights-path, 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-connect-peer, transit-gateway-multicast-domain, transit-gateway-route-table, volume, vpc, vpc-peering-connection, vpn-connection, vpn-gateway, vpc-flow-log
|
7387
|
+
# resource_type: "client-vpn-endpoint", # accepts client-vpn-endpoint, customer-gateway, dedicated-host, dhcp-options, egress-only-internet-gateway, elastic-ip, elastic-gpu, export-image-task, export-instance-task, fleet, fpga-image, host-reservation, image, import-image-task, import-snapshot-task, instance, internet-gateway, key-pair, launch-template, local-gateway-route-table-vpc-association, natgateway, network-acl, network-interface, network-insights-analysis, network-insights-path, placement-group, reserved-instances, route-table, security-group, security-group-rule, snapshot, spot-fleet-request, spot-instances-request, subnet, traffic-mirror-filter, traffic-mirror-session, traffic-mirror-target, transit-gateway, transit-gateway-attachment, transit-gateway-connect-peer, transit-gateway-multicast-domain, transit-gateway-route-table, volume, vpc, vpc-peering-connection, vpn-connection, vpn-gateway, vpc-flow-log
|
7221
7388
|
# tags: [
|
7222
7389
|
# {
|
7223
7390
|
# key: "String",
|
@@ -7282,7 +7449,7 @@ module Aws::EC2
|
|
7282
7449
|
# },
|
7283
7450
|
# tag_specifications: [
|
7284
7451
|
# {
|
7285
|
-
# resource_type: "client-vpn-endpoint", # accepts client-vpn-endpoint, customer-gateway, dedicated-host, dhcp-options, egress-only-internet-gateway, elastic-ip, elastic-gpu, export-image-task, export-instance-task, fleet, fpga-image, host-reservation, image, import-image-task, import-snapshot-task, instance, internet-gateway, key-pair, launch-template, local-gateway-route-table-vpc-association, natgateway, network-acl, network-interface, network-insights-analysis, network-insights-path, 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-connect-peer, transit-gateway-multicast-domain, transit-gateway-route-table, volume, vpc, vpc-peering-connection, vpn-connection, vpn-gateway, vpc-flow-log
|
7452
|
+
# resource_type: "client-vpn-endpoint", # accepts client-vpn-endpoint, customer-gateway, dedicated-host, dhcp-options, egress-only-internet-gateway, elastic-ip, elastic-gpu, export-image-task, export-instance-task, fleet, fpga-image, host-reservation, image, import-image-task, import-snapshot-task, instance, internet-gateway, key-pair, launch-template, local-gateway-route-table-vpc-association, natgateway, network-acl, network-interface, network-insights-analysis, network-insights-path, placement-group, reserved-instances, route-table, security-group, security-group-rule, snapshot, spot-fleet-request, spot-instances-request, subnet, traffic-mirror-filter, traffic-mirror-session, traffic-mirror-target, transit-gateway, transit-gateway-attachment, transit-gateway-connect-peer, transit-gateway-multicast-domain, transit-gateway-route-table, volume, vpc, vpc-peering-connection, vpn-connection, vpn-gateway, vpc-flow-log
|
7286
7453
|
# tags: [
|
7287
7454
|
# {
|
7288
7455
|
# key: "String",
|
@@ -7444,7 +7611,7 @@ module Aws::EC2
|
|
7444
7611
|
# user_data: "String",
|
7445
7612
|
# tag_specifications: [
|
7446
7613
|
# {
|
7447
|
-
# resource_type: "client-vpn-endpoint", # accepts client-vpn-endpoint, customer-gateway, dedicated-host, dhcp-options, egress-only-internet-gateway, elastic-ip, elastic-gpu, export-image-task, export-instance-task, fleet, fpga-image, host-reservation, image, import-image-task, import-snapshot-task, instance, internet-gateway, key-pair, launch-template, local-gateway-route-table-vpc-association, natgateway, network-acl, network-interface, network-insights-analysis, network-insights-path, 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-connect-peer, transit-gateway-multicast-domain, transit-gateway-route-table, volume, vpc, vpc-peering-connection, vpn-connection, vpn-gateway, vpc-flow-log
|
7614
|
+
# resource_type: "client-vpn-endpoint", # accepts client-vpn-endpoint, customer-gateway, dedicated-host, dhcp-options, egress-only-internet-gateway, elastic-ip, elastic-gpu, export-image-task, export-instance-task, fleet, fpga-image, host-reservation, image, import-image-task, import-snapshot-task, instance, internet-gateway, key-pair, launch-template, local-gateway-route-table-vpc-association, natgateway, network-acl, network-interface, network-insights-analysis, network-insights-path, placement-group, reserved-instances, route-table, security-group, security-group-rule, snapshot, spot-fleet-request, spot-instances-request, subnet, traffic-mirror-filter, traffic-mirror-session, traffic-mirror-target, transit-gateway, transit-gateway-attachment, transit-gateway-connect-peer, transit-gateway-multicast-domain, transit-gateway-route-table, volume, vpc, vpc-peering-connection, vpn-connection, vpn-gateway, vpc-flow-log
|
7448
7615
|
# tags: [
|
7449
7616
|
# {
|
7450
7617
|
# key: "String",
|
@@ -7649,7 +7816,7 @@ module Aws::EC2
|
|
7649
7816
|
# vpc_id: "VpcId", # required
|
7650
7817
|
# tag_specifications: [
|
7651
7818
|
# {
|
7652
|
-
# resource_type: "client-vpn-endpoint", # accepts client-vpn-endpoint, customer-gateway, dedicated-host, dhcp-options, egress-only-internet-gateway, elastic-ip, elastic-gpu, export-image-task, export-instance-task, fleet, fpga-image, host-reservation, image, import-image-task, import-snapshot-task, instance, internet-gateway, key-pair, launch-template, local-gateway-route-table-vpc-association, natgateway, network-acl, network-interface, network-insights-analysis, network-insights-path, 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-connect-peer, transit-gateway-multicast-domain, transit-gateway-route-table, volume, vpc, vpc-peering-connection, vpn-connection, vpn-gateway, vpc-flow-log
|
7819
|
+
# resource_type: "client-vpn-endpoint", # accepts client-vpn-endpoint, customer-gateway, dedicated-host, dhcp-options, egress-only-internet-gateway, elastic-ip, elastic-gpu, export-image-task, export-instance-task, fleet, fpga-image, host-reservation, image, import-image-task, import-snapshot-task, instance, internet-gateway, key-pair, launch-template, local-gateway-route-table-vpc-association, natgateway, network-acl, network-interface, network-insights-analysis, network-insights-path, placement-group, reserved-instances, route-table, security-group, security-group-rule, snapshot, spot-fleet-request, spot-instances-request, subnet, traffic-mirror-filter, traffic-mirror-session, traffic-mirror-target, transit-gateway, transit-gateway-attachment, transit-gateway-connect-peer, transit-gateway-multicast-domain, transit-gateway-route-table, volume, vpc, vpc-peering-connection, vpn-connection, vpn-gateway, vpc-flow-log
|
7653
7820
|
# tags: [
|
7654
7821
|
# {
|
7655
7822
|
# key: "String",
|
@@ -7718,7 +7885,7 @@ module Aws::EC2
|
|
7718
7885
|
# max_entries: 1, # required
|
7719
7886
|
# tag_specifications: [
|
7720
7887
|
# {
|
7721
|
-
# resource_type: "client-vpn-endpoint", # accepts client-vpn-endpoint, customer-gateway, dedicated-host, dhcp-options, egress-only-internet-gateway, elastic-ip, elastic-gpu, export-image-task, export-instance-task, fleet, fpga-image, host-reservation, image, import-image-task, import-snapshot-task, instance, internet-gateway, key-pair, launch-template, local-gateway-route-table-vpc-association, natgateway, network-acl, network-interface, network-insights-analysis, network-insights-path, 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-connect-peer, transit-gateway-multicast-domain, transit-gateway-route-table, volume, vpc, vpc-peering-connection, vpn-connection, vpn-gateway, vpc-flow-log
|
7888
|
+
# resource_type: "client-vpn-endpoint", # accepts client-vpn-endpoint, customer-gateway, dedicated-host, dhcp-options, egress-only-internet-gateway, elastic-ip, elastic-gpu, export-image-task, export-instance-task, fleet, fpga-image, host-reservation, image, import-image-task, import-snapshot-task, instance, internet-gateway, key-pair, launch-template, local-gateway-route-table-vpc-association, natgateway, network-acl, network-interface, network-insights-analysis, network-insights-path, placement-group, reserved-instances, route-table, security-group, security-group-rule, snapshot, spot-fleet-request, spot-instances-request, subnet, traffic-mirror-filter, traffic-mirror-session, traffic-mirror-target, transit-gateway, transit-gateway-attachment, transit-gateway-connect-peer, transit-gateway-multicast-domain, transit-gateway-route-table, volume, vpc, vpc-peering-connection, vpn-connection, vpn-gateway, vpc-flow-log
|
7722
7889
|
# tags: [
|
7723
7890
|
# {
|
7724
7891
|
# key: "String",
|
@@ -7814,7 +7981,7 @@ module Aws::EC2
|
|
7814
7981
|
# subnet_id: "SubnetId", # required
|
7815
7982
|
# tag_specifications: [
|
7816
7983
|
# {
|
7817
|
-
# resource_type: "client-vpn-endpoint", # accepts client-vpn-endpoint, customer-gateway, dedicated-host, dhcp-options, egress-only-internet-gateway, elastic-ip, elastic-gpu, export-image-task, export-instance-task, fleet, fpga-image, host-reservation, image, import-image-task, import-snapshot-task, instance, internet-gateway, key-pair, launch-template, local-gateway-route-table-vpc-association, natgateway, network-acl, network-interface, network-insights-analysis, network-insights-path, 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-connect-peer, transit-gateway-multicast-domain, transit-gateway-route-table, volume, vpc, vpc-peering-connection, vpn-connection, vpn-gateway, vpc-flow-log
|
7984
|
+
# resource_type: "client-vpn-endpoint", # accepts client-vpn-endpoint, customer-gateway, dedicated-host, dhcp-options, egress-only-internet-gateway, elastic-ip, elastic-gpu, export-image-task, export-instance-task, fleet, fpga-image, host-reservation, image, import-image-task, import-snapshot-task, instance, internet-gateway, key-pair, launch-template, local-gateway-route-table-vpc-association, natgateway, network-acl, network-interface, network-insights-analysis, network-insights-path, placement-group, reserved-instances, route-table, security-group, security-group-rule, snapshot, spot-fleet-request, spot-instances-request, subnet, traffic-mirror-filter, traffic-mirror-session, traffic-mirror-target, transit-gateway, transit-gateway-attachment, transit-gateway-connect-peer, transit-gateway-multicast-domain, transit-gateway-route-table, volume, vpc, vpc-peering-connection, vpn-connection, vpn-gateway, vpc-flow-log
|
7818
7985
|
# tags: [
|
7819
7986
|
# {
|
7820
7987
|
# key: "String",
|
@@ -8011,7 +8178,7 @@ module Aws::EC2
|
|
8011
8178
|
# vpc_id: "VpcId", # required
|
8012
8179
|
# tag_specifications: [
|
8013
8180
|
# {
|
8014
|
-
# resource_type: "client-vpn-endpoint", # accepts client-vpn-endpoint, customer-gateway, dedicated-host, dhcp-options, egress-only-internet-gateway, elastic-ip, elastic-gpu, export-image-task, export-instance-task, fleet, fpga-image, host-reservation, image, import-image-task, import-snapshot-task, instance, internet-gateway, key-pair, launch-template, local-gateway-route-table-vpc-association, natgateway, network-acl, network-interface, network-insights-analysis, network-insights-path, 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-connect-peer, transit-gateway-multicast-domain, transit-gateway-route-table, volume, vpc, vpc-peering-connection, vpn-connection, vpn-gateway, vpc-flow-log
|
8181
|
+
# resource_type: "client-vpn-endpoint", # accepts client-vpn-endpoint, customer-gateway, dedicated-host, dhcp-options, egress-only-internet-gateway, elastic-ip, elastic-gpu, export-image-task, export-instance-task, fleet, fpga-image, host-reservation, image, import-image-task, import-snapshot-task, instance, internet-gateway, key-pair, launch-template, local-gateway-route-table-vpc-association, natgateway, network-acl, network-interface, network-insights-analysis, network-insights-path, placement-group, reserved-instances, route-table, security-group, security-group-rule, snapshot, spot-fleet-request, spot-instances-request, subnet, traffic-mirror-filter, traffic-mirror-session, traffic-mirror-target, transit-gateway, transit-gateway-attachment, transit-gateway-connect-peer, transit-gateway-multicast-domain, transit-gateway-route-table, volume, vpc, vpc-peering-connection, vpn-connection, vpn-gateway, vpc-flow-log
|
8015
8182
|
# tags: [
|
8016
8183
|
# {
|
8017
8184
|
# key: "String",
|
@@ -8071,7 +8238,7 @@ module Aws::EC2
|
|
8071
8238
|
# destination_port: 1,
|
8072
8239
|
# tag_specifications: [
|
8073
8240
|
# {
|
8074
|
-
# resource_type: "client-vpn-endpoint", # accepts client-vpn-endpoint, customer-gateway, dedicated-host, dhcp-options, egress-only-internet-gateway, elastic-ip, elastic-gpu, export-image-task, export-instance-task, fleet, fpga-image, host-reservation, image, import-image-task, import-snapshot-task, instance, internet-gateway, key-pair, launch-template, local-gateway-route-table-vpc-association, natgateway, network-acl, network-interface, network-insights-analysis, network-insights-path, 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-connect-peer, transit-gateway-multicast-domain, transit-gateway-route-table, volume, vpc, vpc-peering-connection, vpn-connection, vpn-gateway, vpc-flow-log
|
8241
|
+
# resource_type: "client-vpn-endpoint", # accepts client-vpn-endpoint, customer-gateway, dedicated-host, dhcp-options, egress-only-internet-gateway, elastic-ip, elastic-gpu, export-image-task, export-instance-task, fleet, fpga-image, host-reservation, image, import-image-task, import-snapshot-task, instance, internet-gateway, key-pair, launch-template, local-gateway-route-table-vpc-association, natgateway, network-acl, network-interface, network-insights-analysis, network-insights-path, placement-group, reserved-instances, route-table, security-group, security-group-rule, snapshot, spot-fleet-request, spot-instances-request, subnet, traffic-mirror-filter, traffic-mirror-session, traffic-mirror-target, transit-gateway, transit-gateway-attachment, transit-gateway-connect-peer, transit-gateway-multicast-domain, transit-gateway-route-table, volume, vpc, vpc-peering-connection, vpn-connection, vpn-gateway, vpc-flow-log
|
8075
8242
|
# tags: [
|
8076
8243
|
# {
|
8077
8244
|
# key: "String",
|
@@ -8179,11 +8346,11 @@ module Aws::EC2
|
|
8179
8346
|
# @return [String]
|
8180
8347
|
#
|
8181
8348
|
# @!attribute [rw] aws_account_id
|
8182
|
-
# The
|
8349
|
+
# The account ID.
|
8183
8350
|
# @return [String]
|
8184
8351
|
#
|
8185
8352
|
# @!attribute [rw] aws_service
|
8186
|
-
# The
|
8353
|
+
# The Amazon Web Service. Currently not supported.
|
8187
8354
|
# @return [String]
|
8188
8355
|
#
|
8189
8356
|
# @!attribute [rw] permission
|
@@ -8246,11 +8413,11 @@ module Aws::EC2
|
|
8246
8413
|
# },
|
8247
8414
|
# ],
|
8248
8415
|
# secondary_private_ip_address_count: 1,
|
8249
|
-
# interface_type: "efa", # accepts efa
|
8416
|
+
# interface_type: "efa", # accepts efa, branch, trunk
|
8250
8417
|
# subnet_id: "SubnetId", # required
|
8251
8418
|
# tag_specifications: [
|
8252
8419
|
# {
|
8253
|
-
# resource_type: "client-vpn-endpoint", # accepts client-vpn-endpoint, customer-gateway, dedicated-host, dhcp-options, egress-only-internet-gateway, elastic-ip, elastic-gpu, export-image-task, export-instance-task, fleet, fpga-image, host-reservation, image, import-image-task, import-snapshot-task, instance, internet-gateway, key-pair, launch-template, local-gateway-route-table-vpc-association, natgateway, network-acl, network-interface, network-insights-analysis, network-insights-path, 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-connect-peer, transit-gateway-multicast-domain, transit-gateway-route-table, volume, vpc, vpc-peering-connection, vpn-connection, vpn-gateway, vpc-flow-log
|
8420
|
+
# resource_type: "client-vpn-endpoint", # accepts client-vpn-endpoint, customer-gateway, dedicated-host, dhcp-options, egress-only-internet-gateway, elastic-ip, elastic-gpu, export-image-task, export-instance-task, fleet, fpga-image, host-reservation, image, import-image-task, import-snapshot-task, instance, internet-gateway, key-pair, launch-template, local-gateway-route-table-vpc-association, natgateway, network-acl, network-interface, network-insights-analysis, network-insights-path, placement-group, reserved-instances, route-table, security-group, security-group-rule, snapshot, spot-fleet-request, spot-instances-request, subnet, traffic-mirror-filter, traffic-mirror-session, traffic-mirror-target, transit-gateway, transit-gateway-attachment, transit-gateway-connect-peer, transit-gateway-multicast-domain, transit-gateway-route-table, volume, vpc, vpc-peering-connection, vpn-connection, vpn-gateway, vpc-flow-log
|
8254
8421
|
# tags: [
|
8255
8422
|
# {
|
8256
8423
|
# key: "String",
|
@@ -8325,10 +8492,14 @@ module Aws::EC2
|
|
8325
8492
|
# Indicates the type of network interface. To create an Elastic Fabric
|
8326
8493
|
# Adapter (EFA), specify `efa`. For more information, see [ Elastic
|
8327
8494
|
# Fabric Adapter][1] in the *Amazon Elastic Compute Cloud User Guide*.
|
8495
|
+
# To create a trunk network interface, specify `efa`. For more
|
8496
|
+
# information, see [ Network interface trunking][2] in the *Amazon
|
8497
|
+
# Elastic Compute Cloud User Guide*.
|
8328
8498
|
#
|
8329
8499
|
#
|
8330
8500
|
#
|
8331
8501
|
# [1]: https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/efa.html
|
8502
|
+
# [2]: https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/eni-trunking.html
|
8332
8503
|
# @return [String]
|
8333
8504
|
#
|
8334
8505
|
# @!attribute [rw] subnet_id
|
@@ -8401,7 +8572,7 @@ module Aws::EC2
|
|
8401
8572
|
# partition_count: 1,
|
8402
8573
|
# tag_specifications: [
|
8403
8574
|
# {
|
8404
|
-
# resource_type: "client-vpn-endpoint", # accepts client-vpn-endpoint, customer-gateway, dedicated-host, dhcp-options, egress-only-internet-gateway, elastic-ip, elastic-gpu, export-image-task, export-instance-task, fleet, fpga-image, host-reservation, image, import-image-task, import-snapshot-task, instance, internet-gateway, key-pair, launch-template, local-gateway-route-table-vpc-association, natgateway, network-acl, network-interface, network-insights-analysis, network-insights-path, 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-connect-peer, transit-gateway-multicast-domain, transit-gateway-route-table, volume, vpc, vpc-peering-connection, vpn-connection, vpn-gateway, vpc-flow-log
|
8575
|
+
# resource_type: "client-vpn-endpoint", # accepts client-vpn-endpoint, customer-gateway, dedicated-host, dhcp-options, egress-only-internet-gateway, elastic-ip, elastic-gpu, export-image-task, export-instance-task, fleet, fpga-image, host-reservation, image, import-image-task, import-snapshot-task, instance, internet-gateway, key-pair, launch-template, local-gateway-route-table-vpc-association, natgateway, network-acl, network-interface, network-insights-analysis, network-insights-path, placement-group, reserved-instances, route-table, security-group, security-group-rule, snapshot, spot-fleet-request, spot-instances-request, subnet, traffic-mirror-filter, traffic-mirror-session, traffic-mirror-target, transit-gateway, transit-gateway-attachment, transit-gateway-connect-peer, transit-gateway-multicast-domain, transit-gateway-route-table, volume, vpc, vpc-peering-connection, vpn-connection, vpn-gateway, vpc-flow-log
|
8405
8576
|
# tags: [
|
8406
8577
|
# {
|
8407
8578
|
# key: "String",
|
@@ -8473,7 +8644,7 @@ module Aws::EC2
|
|
8473
8644
|
# dry_run: false,
|
8474
8645
|
# tag_specifications: [
|
8475
8646
|
# {
|
8476
|
-
# resource_type: "client-vpn-endpoint", # accepts client-vpn-endpoint, customer-gateway, dedicated-host, dhcp-options, egress-only-internet-gateway, elastic-ip, elastic-gpu, export-image-task, export-instance-task, fleet, fpga-image, host-reservation, image, import-image-task, import-snapshot-task, instance, internet-gateway, key-pair, launch-template, local-gateway-route-table-vpc-association, natgateway, network-acl, network-interface, network-insights-analysis, network-insights-path, 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-connect-peer, transit-gateway-multicast-domain, transit-gateway-route-table, volume, vpc, vpc-peering-connection, vpn-connection, vpn-gateway, vpc-flow-log
|
8647
|
+
# resource_type: "client-vpn-endpoint", # accepts client-vpn-endpoint, customer-gateway, dedicated-host, dhcp-options, egress-only-internet-gateway, elastic-ip, elastic-gpu, export-image-task, export-instance-task, fleet, fpga-image, host-reservation, image, import-image-task, import-snapshot-task, instance, internet-gateway, key-pair, launch-template, local-gateway-route-table-vpc-association, natgateway, network-acl, network-interface, network-insights-analysis, network-insights-path, placement-group, reserved-instances, route-table, security-group, security-group-rule, snapshot, spot-fleet-request, spot-instances-request, subnet, traffic-mirror-filter, traffic-mirror-session, traffic-mirror-target, transit-gateway, transit-gateway-attachment, transit-gateway-connect-peer, transit-gateway-multicast-domain, transit-gateway-route-table, volume, vpc, vpc-peering-connection, vpn-connection, vpn-gateway, vpc-flow-log
|
8477
8648
|
# tags: [
|
8478
8649
|
# {
|
8479
8650
|
# key: "String",
|
@@ -8621,7 +8792,7 @@ module Aws::EC2
|
|
8621
8792
|
# name: "String",
|
8622
8793
|
# tag_specifications: [
|
8623
8794
|
# {
|
8624
|
-
# resource_type: "client-vpn-endpoint", # accepts client-vpn-endpoint, customer-gateway, dedicated-host, dhcp-options, egress-only-internet-gateway, elastic-ip, elastic-gpu, export-image-task, export-instance-task, fleet, fpga-image, host-reservation, image, import-image-task, import-snapshot-task, instance, internet-gateway, key-pair, launch-template, local-gateway-route-table-vpc-association, natgateway, network-acl, network-interface, network-insights-analysis, network-insights-path, 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-connect-peer, transit-gateway-multicast-domain, transit-gateway-route-table, volume, vpc, vpc-peering-connection, vpn-connection, vpn-gateway, vpc-flow-log
|
8795
|
+
# resource_type: "client-vpn-endpoint", # accepts client-vpn-endpoint, customer-gateway, dedicated-host, dhcp-options, egress-only-internet-gateway, elastic-ip, elastic-gpu, export-image-task, export-instance-task, fleet, fpga-image, host-reservation, image, import-image-task, import-snapshot-task, instance, internet-gateway, key-pair, launch-template, local-gateway-route-table-vpc-association, natgateway, network-acl, network-interface, network-insights-analysis, network-insights-path, placement-group, reserved-instances, route-table, security-group, security-group-rule, snapshot, spot-fleet-request, spot-instances-request, subnet, traffic-mirror-filter, traffic-mirror-session, traffic-mirror-target, transit-gateway, transit-gateway-attachment, transit-gateway-connect-peer, transit-gateway-multicast-domain, transit-gateway-route-table, volume, vpc, vpc-peering-connection, vpn-connection, vpn-gateway, vpc-flow-log
|
8625
8796
|
# tags: [
|
8626
8797
|
# {
|
8627
8798
|
# key: "String",
|
@@ -8827,7 +8998,7 @@ module Aws::EC2
|
|
8827
8998
|
# vpc_id: "VpcId", # required
|
8828
8999
|
# tag_specifications: [
|
8829
9000
|
# {
|
8830
|
-
# resource_type: "client-vpn-endpoint", # accepts client-vpn-endpoint, customer-gateway, dedicated-host, dhcp-options, egress-only-internet-gateway, elastic-ip, elastic-gpu, export-image-task, export-instance-task, fleet, fpga-image, host-reservation, image, import-image-task, import-snapshot-task, instance, internet-gateway, key-pair, launch-template, local-gateway-route-table-vpc-association, natgateway, network-acl, network-interface, network-insights-analysis, network-insights-path, 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-connect-peer, transit-gateway-multicast-domain, transit-gateway-route-table, volume, vpc, vpc-peering-connection, vpn-connection, vpn-gateway, vpc-flow-log
|
9001
|
+
# resource_type: "client-vpn-endpoint", # accepts client-vpn-endpoint, customer-gateway, dedicated-host, dhcp-options, egress-only-internet-gateway, elastic-ip, elastic-gpu, export-image-task, export-instance-task, fleet, fpga-image, host-reservation, image, import-image-task, import-snapshot-task, instance, internet-gateway, key-pair, launch-template, local-gateway-route-table-vpc-association, natgateway, network-acl, network-interface, network-insights-analysis, network-insights-path, placement-group, reserved-instances, route-table, security-group, security-group-rule, snapshot, spot-fleet-request, spot-instances-request, subnet, traffic-mirror-filter, traffic-mirror-session, traffic-mirror-target, transit-gateway, transit-gateway-attachment, transit-gateway-connect-peer, transit-gateway-multicast-domain, transit-gateway-route-table, volume, vpc, vpc-peering-connection, vpn-connection, vpn-gateway, vpc-flow-log
|
8831
9002
|
# tags: [
|
8832
9003
|
# {
|
8833
9004
|
# key: "String",
|
@@ -8884,7 +9055,7 @@ module Aws::EC2
|
|
8884
9055
|
# vpc_id: "VpcId",
|
8885
9056
|
# tag_specifications: [
|
8886
9057
|
# {
|
8887
|
-
# resource_type: "client-vpn-endpoint", # accepts client-vpn-endpoint, customer-gateway, dedicated-host, dhcp-options, egress-only-internet-gateway, elastic-ip, elastic-gpu, export-image-task, export-instance-task, fleet, fpga-image, host-reservation, image, import-image-task, import-snapshot-task, instance, internet-gateway, key-pair, launch-template, local-gateway-route-table-vpc-association, natgateway, network-acl, network-interface, network-insights-analysis, network-insights-path, 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-connect-peer, transit-gateway-multicast-domain, transit-gateway-route-table, volume, vpc, vpc-peering-connection, vpn-connection, vpn-gateway, vpc-flow-log
|
9058
|
+
# resource_type: "client-vpn-endpoint", # accepts client-vpn-endpoint, customer-gateway, dedicated-host, dhcp-options, egress-only-internet-gateway, elastic-ip, elastic-gpu, export-image-task, export-instance-task, fleet, fpga-image, host-reservation, image, import-image-task, import-snapshot-task, instance, internet-gateway, key-pair, launch-template, local-gateway-route-table-vpc-association, natgateway, network-acl, network-interface, network-insights-analysis, network-insights-path, placement-group, reserved-instances, route-table, security-group, security-group-rule, snapshot, spot-fleet-request, spot-instances-request, subnet, traffic-mirror-filter, traffic-mirror-session, traffic-mirror-target, transit-gateway, transit-gateway-attachment, transit-gateway-connect-peer, transit-gateway-multicast-domain, transit-gateway-route-table, volume, vpc, vpc-peering-connection, vpn-connection, vpn-gateway, vpc-flow-log
|
8888
9059
|
# tags: [
|
8889
9060
|
# {
|
8890
9061
|
# key: "String",
|
@@ -8972,7 +9143,7 @@ module Aws::EC2
|
|
8972
9143
|
# volume_id: "VolumeId", # required
|
8973
9144
|
# tag_specifications: [
|
8974
9145
|
# {
|
8975
|
-
# resource_type: "client-vpn-endpoint", # accepts client-vpn-endpoint, customer-gateway, dedicated-host, dhcp-options, egress-only-internet-gateway, elastic-ip, elastic-gpu, export-image-task, export-instance-task, fleet, fpga-image, host-reservation, image, import-image-task, import-snapshot-task, instance, internet-gateway, key-pair, launch-template, local-gateway-route-table-vpc-association, natgateway, network-acl, network-interface, network-insights-analysis, network-insights-path, 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-connect-peer, transit-gateway-multicast-domain, transit-gateway-route-table, volume, vpc, vpc-peering-connection, vpn-connection, vpn-gateway, vpc-flow-log
|
9146
|
+
# resource_type: "client-vpn-endpoint", # accepts client-vpn-endpoint, customer-gateway, dedicated-host, dhcp-options, egress-only-internet-gateway, elastic-ip, elastic-gpu, export-image-task, export-instance-task, fleet, fpga-image, host-reservation, image, import-image-task, import-snapshot-task, instance, internet-gateway, key-pair, launch-template, local-gateway-route-table-vpc-association, natgateway, network-acl, network-interface, network-insights-analysis, network-insights-path, placement-group, reserved-instances, route-table, security-group, security-group-rule, snapshot, spot-fleet-request, spot-instances-request, subnet, traffic-mirror-filter, traffic-mirror-session, traffic-mirror-target, transit-gateway, transit-gateway-attachment, transit-gateway-connect-peer, transit-gateway-multicast-domain, transit-gateway-route-table, volume, vpc, vpc-peering-connection, vpn-connection, vpn-gateway, vpc-flow-log
|
8976
9147
|
# tags: [
|
8977
9148
|
# {
|
8978
9149
|
# key: "String",
|
@@ -9051,7 +9222,7 @@ module Aws::EC2
|
|
9051
9222
|
# outpost_arn: "String",
|
9052
9223
|
# tag_specifications: [
|
9053
9224
|
# {
|
9054
|
-
# resource_type: "client-vpn-endpoint", # accepts client-vpn-endpoint, customer-gateway, dedicated-host, dhcp-options, egress-only-internet-gateway, elastic-ip, elastic-gpu, export-image-task, export-instance-task, fleet, fpga-image, host-reservation, image, import-image-task, import-snapshot-task, instance, internet-gateway, key-pair, launch-template, local-gateway-route-table-vpc-association, natgateway, network-acl, network-interface, network-insights-analysis, network-insights-path, 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-connect-peer, transit-gateway-multicast-domain, transit-gateway-route-table, volume, vpc, vpc-peering-connection, vpn-connection, vpn-gateway, vpc-flow-log
|
9225
|
+
# resource_type: "client-vpn-endpoint", # accepts client-vpn-endpoint, customer-gateway, dedicated-host, dhcp-options, egress-only-internet-gateway, elastic-ip, elastic-gpu, export-image-task, export-instance-task, fleet, fpga-image, host-reservation, image, import-image-task, import-snapshot-task, instance, internet-gateway, key-pair, launch-template, local-gateway-route-table-vpc-association, natgateway, network-acl, network-interface, network-insights-analysis, network-insights-path, placement-group, reserved-instances, route-table, security-group, security-group-rule, snapshot, spot-fleet-request, spot-instances-request, subnet, traffic-mirror-filter, traffic-mirror-session, traffic-mirror-target, transit-gateway, transit-gateway-attachment, transit-gateway-connect-peer, transit-gateway-multicast-domain, transit-gateway-route-table, volume, vpc, vpc-peering-connection, vpn-connection, vpn-gateway, vpc-flow-log
|
9055
9226
|
# tags: [
|
9056
9227
|
# {
|
9057
9228
|
# key: "String",
|
@@ -9263,7 +9434,7 @@ module Aws::EC2
|
|
9263
9434
|
# {
|
9264
9435
|
# tag_specifications: [
|
9265
9436
|
# {
|
9266
|
-
# resource_type: "client-vpn-endpoint", # accepts client-vpn-endpoint, customer-gateway, dedicated-host, dhcp-options, egress-only-internet-gateway, elastic-ip, elastic-gpu, export-image-task, export-instance-task, fleet, fpga-image, host-reservation, image, import-image-task, import-snapshot-task, instance, internet-gateway, key-pair, launch-template, local-gateway-route-table-vpc-association, natgateway, network-acl, network-interface, network-insights-analysis, network-insights-path, 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-connect-peer, transit-gateway-multicast-domain, transit-gateway-route-table, volume, vpc, vpc-peering-connection, vpn-connection, vpn-gateway, vpc-flow-log
|
9437
|
+
# resource_type: "client-vpn-endpoint", # accepts client-vpn-endpoint, customer-gateway, dedicated-host, dhcp-options, egress-only-internet-gateway, elastic-ip, elastic-gpu, export-image-task, export-instance-task, fleet, fpga-image, host-reservation, image, import-image-task, import-snapshot-task, instance, internet-gateway, key-pair, launch-template, local-gateway-route-table-vpc-association, natgateway, network-acl, network-interface, network-insights-analysis, network-insights-path, placement-group, reserved-instances, route-table, security-group, security-group-rule, snapshot, spot-fleet-request, spot-instances-request, subnet, traffic-mirror-filter, traffic-mirror-session, traffic-mirror-target, transit-gateway, transit-gateway-attachment, transit-gateway-connect-peer, transit-gateway-multicast-domain, transit-gateway-route-table, volume, vpc, vpc-peering-connection, vpn-connection, vpn-gateway, vpc-flow-log
|
9267
9438
|
# tags: [
|
9268
9439
|
# {
|
9269
9440
|
# key: "String",
|
@@ -9416,7 +9587,7 @@ module Aws::EC2
|
|
9416
9587
|
# description: "String",
|
9417
9588
|
# tag_specifications: [
|
9418
9589
|
# {
|
9419
|
-
# resource_type: "client-vpn-endpoint", # accepts client-vpn-endpoint, customer-gateway, dedicated-host, dhcp-options, egress-only-internet-gateway, elastic-ip, elastic-gpu, export-image-task, export-instance-task, fleet, fpga-image, host-reservation, image, import-image-task, import-snapshot-task, instance, internet-gateway, key-pair, launch-template, local-gateway-route-table-vpc-association, natgateway, network-acl, network-interface, network-insights-analysis, network-insights-path, 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-connect-peer, transit-gateway-multicast-domain, transit-gateway-route-table, volume, vpc, vpc-peering-connection, vpn-connection, vpn-gateway, vpc-flow-log
|
9590
|
+
# resource_type: "client-vpn-endpoint", # accepts client-vpn-endpoint, customer-gateway, dedicated-host, dhcp-options, egress-only-internet-gateway, elastic-ip, elastic-gpu, export-image-task, export-instance-task, fleet, fpga-image, host-reservation, image, import-image-task, import-snapshot-task, instance, internet-gateway, key-pair, launch-template, local-gateway-route-table-vpc-association, natgateway, network-acl, network-interface, network-insights-analysis, network-insights-path, placement-group, reserved-instances, route-table, security-group, security-group-rule, snapshot, spot-fleet-request, spot-instances-request, subnet, traffic-mirror-filter, traffic-mirror-session, traffic-mirror-target, transit-gateway, transit-gateway-attachment, transit-gateway-connect-peer, transit-gateway-multicast-domain, transit-gateway-route-table, volume, vpc, vpc-peering-connection, vpn-connection, vpn-gateway, vpc-flow-log
|
9420
9591
|
# tags: [
|
9421
9592
|
# {
|
9422
9593
|
# key: "String",
|
@@ -9639,7 +9810,7 @@ module Aws::EC2
|
|
9639
9810
|
# description: "String",
|
9640
9811
|
# tag_specifications: [
|
9641
9812
|
# {
|
9642
|
-
# resource_type: "client-vpn-endpoint", # accepts client-vpn-endpoint, customer-gateway, dedicated-host, dhcp-options, egress-only-internet-gateway, elastic-ip, elastic-gpu, export-image-task, export-instance-task, fleet, fpga-image, host-reservation, image, import-image-task, import-snapshot-task, instance, internet-gateway, key-pair, launch-template, local-gateway-route-table-vpc-association, natgateway, network-acl, network-interface, network-insights-analysis, network-insights-path, 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-connect-peer, transit-gateway-multicast-domain, transit-gateway-route-table, volume, vpc, vpc-peering-connection, vpn-connection, vpn-gateway, vpc-flow-log
|
9813
|
+
# resource_type: "client-vpn-endpoint", # accepts client-vpn-endpoint, customer-gateway, dedicated-host, dhcp-options, egress-only-internet-gateway, elastic-ip, elastic-gpu, export-image-task, export-instance-task, fleet, fpga-image, host-reservation, image, import-image-task, import-snapshot-task, instance, internet-gateway, key-pair, launch-template, local-gateway-route-table-vpc-association, natgateway, network-acl, network-interface, network-insights-analysis, network-insights-path, placement-group, reserved-instances, route-table, security-group, security-group-rule, snapshot, spot-fleet-request, spot-instances-request, subnet, traffic-mirror-filter, traffic-mirror-session, traffic-mirror-target, transit-gateway, transit-gateway-attachment, transit-gateway-connect-peer, transit-gateway-multicast-domain, transit-gateway-route-table, volume, vpc, vpc-peering-connection, vpn-connection, vpn-gateway, vpc-flow-log
|
9643
9814
|
# tags: [
|
9644
9815
|
# {
|
9645
9816
|
# key: "String",
|
@@ -9772,7 +9943,7 @@ module Aws::EC2
|
|
9772
9943
|
# description: "String",
|
9773
9944
|
# tag_specifications: [
|
9774
9945
|
# {
|
9775
|
-
# resource_type: "client-vpn-endpoint", # accepts client-vpn-endpoint, customer-gateway, dedicated-host, dhcp-options, egress-only-internet-gateway, elastic-ip, elastic-gpu, export-image-task, export-instance-task, fleet, fpga-image, host-reservation, image, import-image-task, import-snapshot-task, instance, internet-gateway, key-pair, launch-template, local-gateway-route-table-vpc-association, natgateway, network-acl, network-interface, network-insights-analysis, network-insights-path, 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-connect-peer, transit-gateway-multicast-domain, transit-gateway-route-table, volume, vpc, vpc-peering-connection, vpn-connection, vpn-gateway, vpc-flow-log
|
9946
|
+
# resource_type: "client-vpn-endpoint", # accepts client-vpn-endpoint, customer-gateway, dedicated-host, dhcp-options, egress-only-internet-gateway, elastic-ip, elastic-gpu, export-image-task, export-instance-task, fleet, fpga-image, host-reservation, image, import-image-task, import-snapshot-task, instance, internet-gateway, key-pair, launch-template, local-gateway-route-table-vpc-association, natgateway, network-acl, network-interface, network-insights-analysis, network-insights-path, placement-group, reserved-instances, route-table, security-group, security-group-rule, snapshot, spot-fleet-request, spot-instances-request, subnet, traffic-mirror-filter, traffic-mirror-session, traffic-mirror-target, transit-gateway, transit-gateway-attachment, transit-gateway-connect-peer, transit-gateway-multicast-domain, transit-gateway-route-table, volume, vpc, vpc-peering-connection, vpn-connection, vpn-gateway, vpc-flow-log
|
9776
9947
|
# tags: [
|
9777
9948
|
# {
|
9778
9949
|
# key: "String",
|
@@ -9871,7 +10042,7 @@ module Aws::EC2
|
|
9871
10042
|
# inside_cidr_blocks: ["String"], # required
|
9872
10043
|
# tag_specifications: [
|
9873
10044
|
# {
|
9874
|
-
# resource_type: "client-vpn-endpoint", # accepts client-vpn-endpoint, customer-gateway, dedicated-host, dhcp-options, egress-only-internet-gateway, elastic-ip, elastic-gpu, export-image-task, export-instance-task, fleet, fpga-image, host-reservation, image, import-image-task, import-snapshot-task, instance, internet-gateway, key-pair, launch-template, local-gateway-route-table-vpc-association, natgateway, network-acl, network-interface, network-insights-analysis, network-insights-path, 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-connect-peer, transit-gateway-multicast-domain, transit-gateway-route-table, volume, vpc, vpc-peering-connection, vpn-connection, vpn-gateway, vpc-flow-log
|
10045
|
+
# resource_type: "client-vpn-endpoint", # accepts client-vpn-endpoint, customer-gateway, dedicated-host, dhcp-options, egress-only-internet-gateway, elastic-ip, elastic-gpu, export-image-task, export-instance-task, fleet, fpga-image, host-reservation, image, import-image-task, import-snapshot-task, instance, internet-gateway, key-pair, launch-template, local-gateway-route-table-vpc-association, natgateway, network-acl, network-interface, network-insights-analysis, network-insights-path, placement-group, reserved-instances, route-table, security-group, security-group-rule, snapshot, spot-fleet-request, spot-instances-request, subnet, traffic-mirror-filter, traffic-mirror-session, traffic-mirror-target, transit-gateway, transit-gateway-attachment, transit-gateway-connect-peer, transit-gateway-multicast-domain, transit-gateway-route-table, volume, vpc, vpc-peering-connection, vpn-connection, vpn-gateway, vpc-flow-log
|
9875
10046
|
# tags: [
|
9876
10047
|
# {
|
9877
10048
|
# key: "String",
|
@@ -9958,7 +10129,7 @@ module Aws::EC2
|
|
9958
10129
|
# },
|
9959
10130
|
# tag_specifications: [
|
9960
10131
|
# {
|
9961
|
-
# resource_type: "client-vpn-endpoint", # accepts client-vpn-endpoint, customer-gateway, dedicated-host, dhcp-options, egress-only-internet-gateway, elastic-ip, elastic-gpu, export-image-task, export-instance-task, fleet, fpga-image, host-reservation, image, import-image-task, import-snapshot-task, instance, internet-gateway, key-pair, launch-template, local-gateway-route-table-vpc-association, natgateway, network-acl, network-interface, network-insights-analysis, network-insights-path, 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-connect-peer, transit-gateway-multicast-domain, transit-gateway-route-table, volume, vpc, vpc-peering-connection, vpn-connection, vpn-gateway, vpc-flow-log
|
10132
|
+
# resource_type: "client-vpn-endpoint", # accepts client-vpn-endpoint, customer-gateway, dedicated-host, dhcp-options, egress-only-internet-gateway, elastic-ip, elastic-gpu, export-image-task, export-instance-task, fleet, fpga-image, host-reservation, image, import-image-task, import-snapshot-task, instance, internet-gateway, key-pair, launch-template, local-gateway-route-table-vpc-association, natgateway, network-acl, network-interface, network-insights-analysis, network-insights-path, placement-group, reserved-instances, route-table, security-group, security-group-rule, snapshot, spot-fleet-request, spot-instances-request, subnet, traffic-mirror-filter, traffic-mirror-session, traffic-mirror-target, transit-gateway, transit-gateway-attachment, transit-gateway-connect-peer, transit-gateway-multicast-domain, transit-gateway-route-table, volume, vpc, vpc-peering-connection, vpn-connection, vpn-gateway, vpc-flow-log
|
9962
10133
|
# tags: [
|
9963
10134
|
# {
|
9964
10135
|
# key: "String",
|
@@ -10046,7 +10217,7 @@ module Aws::EC2
|
|
10046
10217
|
# },
|
10047
10218
|
# tag_specifications: [
|
10048
10219
|
# {
|
10049
|
-
# resource_type: "client-vpn-endpoint", # accepts client-vpn-endpoint, customer-gateway, dedicated-host, dhcp-options, egress-only-internet-gateway, elastic-ip, elastic-gpu, export-image-task, export-instance-task, fleet, fpga-image, host-reservation, image, import-image-task, import-snapshot-task, instance, internet-gateway, key-pair, launch-template, local-gateway-route-table-vpc-association, natgateway, network-acl, network-interface, network-insights-analysis, network-insights-path, 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-connect-peer, transit-gateway-multicast-domain, transit-gateway-route-table, volume, vpc, vpc-peering-connection, vpn-connection, vpn-gateway, vpc-flow-log
|
10220
|
+
# resource_type: "client-vpn-endpoint", # accepts client-vpn-endpoint, customer-gateway, dedicated-host, dhcp-options, egress-only-internet-gateway, elastic-ip, elastic-gpu, export-image-task, export-instance-task, fleet, fpga-image, host-reservation, image, import-image-task, import-snapshot-task, instance, internet-gateway, key-pair, launch-template, local-gateway-route-table-vpc-association, natgateway, network-acl, network-interface, network-insights-analysis, network-insights-path, placement-group, reserved-instances, route-table, security-group, security-group-rule, snapshot, spot-fleet-request, spot-instances-request, subnet, traffic-mirror-filter, traffic-mirror-session, traffic-mirror-target, transit-gateway, transit-gateway-attachment, transit-gateway-connect-peer, transit-gateway-multicast-domain, transit-gateway-route-table, volume, vpc, vpc-peering-connection, vpn-connection, vpn-gateway, vpc-flow-log
|
10050
10221
|
# tags: [
|
10051
10222
|
# {
|
10052
10223
|
# key: "String",
|
@@ -10147,7 +10318,7 @@ module Aws::EC2
|
|
10147
10318
|
# peer_region: "String", # required
|
10148
10319
|
# tag_specifications: [
|
10149
10320
|
# {
|
10150
|
-
# resource_type: "client-vpn-endpoint", # accepts client-vpn-endpoint, customer-gateway, dedicated-host, dhcp-options, egress-only-internet-gateway, elastic-ip, elastic-gpu, export-image-task, export-instance-task, fleet, fpga-image, host-reservation, image, import-image-task, import-snapshot-task, instance, internet-gateway, key-pair, launch-template, local-gateway-route-table-vpc-association, natgateway, network-acl, network-interface, network-insights-analysis, network-insights-path, 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-connect-peer, transit-gateway-multicast-domain, transit-gateway-route-table, volume, vpc, vpc-peering-connection, vpn-connection, vpn-gateway, vpc-flow-log
|
10321
|
+
# resource_type: "client-vpn-endpoint", # accepts client-vpn-endpoint, customer-gateway, dedicated-host, dhcp-options, egress-only-internet-gateway, elastic-ip, elastic-gpu, export-image-task, export-instance-task, fleet, fpga-image, host-reservation, image, import-image-task, import-snapshot-task, instance, internet-gateway, key-pair, launch-template, local-gateway-route-table-vpc-association, natgateway, network-acl, network-interface, network-insights-analysis, network-insights-path, placement-group, reserved-instances, route-table, security-group, security-group-rule, snapshot, spot-fleet-request, spot-instances-request, subnet, traffic-mirror-filter, traffic-mirror-session, traffic-mirror-target, transit-gateway, transit-gateway-attachment, transit-gateway-connect-peer, transit-gateway-multicast-domain, transit-gateway-route-table, volume, vpc, vpc-peering-connection, vpn-connection, vpn-gateway, vpc-flow-log
|
10151
10322
|
# tags: [
|
10152
10323
|
# {
|
10153
10324
|
# key: "String",
|
@@ -10287,7 +10458,7 @@ module Aws::EC2
|
|
10287
10458
|
# },
|
10288
10459
|
# tag_specifications: [
|
10289
10460
|
# {
|
10290
|
-
# resource_type: "client-vpn-endpoint", # accepts client-vpn-endpoint, customer-gateway, dedicated-host, dhcp-options, egress-only-internet-gateway, elastic-ip, elastic-gpu, export-image-task, export-instance-task, fleet, fpga-image, host-reservation, image, import-image-task, import-snapshot-task, instance, internet-gateway, key-pair, launch-template, local-gateway-route-table-vpc-association, natgateway, network-acl, network-interface, network-insights-analysis, network-insights-path, 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-connect-peer, transit-gateway-multicast-domain, transit-gateway-route-table, volume, vpc, vpc-peering-connection, vpn-connection, vpn-gateway, vpc-flow-log
|
10461
|
+
# resource_type: "client-vpn-endpoint", # accepts client-vpn-endpoint, customer-gateway, dedicated-host, dhcp-options, egress-only-internet-gateway, elastic-ip, elastic-gpu, export-image-task, export-instance-task, fleet, fpga-image, host-reservation, image, import-image-task, import-snapshot-task, instance, internet-gateway, key-pair, launch-template, local-gateway-route-table-vpc-association, natgateway, network-acl, network-interface, network-insights-analysis, network-insights-path, placement-group, reserved-instances, route-table, security-group, security-group-rule, snapshot, spot-fleet-request, spot-instances-request, subnet, traffic-mirror-filter, traffic-mirror-session, traffic-mirror-target, transit-gateway, transit-gateway-attachment, transit-gateway-connect-peer, transit-gateway-multicast-domain, transit-gateway-route-table, volume, vpc, vpc-peering-connection, vpn-connection, vpn-gateway, vpc-flow-log
|
10291
10462
|
# tags: [
|
10292
10463
|
# {
|
10293
10464
|
# key: "String",
|
@@ -10407,7 +10578,7 @@ module Aws::EC2
|
|
10407
10578
|
# transit_gateway_id: "TransitGatewayId", # required
|
10408
10579
|
# tag_specifications: [
|
10409
10580
|
# {
|
10410
|
-
# resource_type: "client-vpn-endpoint", # accepts client-vpn-endpoint, customer-gateway, dedicated-host, dhcp-options, egress-only-internet-gateway, elastic-ip, elastic-gpu, export-image-task, export-instance-task, fleet, fpga-image, host-reservation, image, import-image-task, import-snapshot-task, instance, internet-gateway, key-pair, launch-template, local-gateway-route-table-vpc-association, natgateway, network-acl, network-interface, network-insights-analysis, network-insights-path, 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-connect-peer, transit-gateway-multicast-domain, transit-gateway-route-table, volume, vpc, vpc-peering-connection, vpn-connection, vpn-gateway, vpc-flow-log
|
10581
|
+
# resource_type: "client-vpn-endpoint", # accepts client-vpn-endpoint, customer-gateway, dedicated-host, dhcp-options, egress-only-internet-gateway, elastic-ip, elastic-gpu, export-image-task, export-instance-task, fleet, fpga-image, host-reservation, image, import-image-task, import-snapshot-task, instance, internet-gateway, key-pair, launch-template, local-gateway-route-table-vpc-association, natgateway, network-acl, network-interface, network-insights-analysis, network-insights-path, placement-group, reserved-instances, route-table, security-group, security-group-rule, snapshot, spot-fleet-request, spot-instances-request, subnet, traffic-mirror-filter, traffic-mirror-session, traffic-mirror-target, transit-gateway, transit-gateway-attachment, transit-gateway-connect-peer, transit-gateway-multicast-domain, transit-gateway-route-table, volume, vpc, vpc-peering-connection, vpn-connection, vpn-gateway, vpc-flow-log
|
10411
10582
|
# tags: [
|
10412
10583
|
# {
|
10413
10584
|
# key: "String",
|
@@ -10470,7 +10641,7 @@ module Aws::EC2
|
|
10470
10641
|
# },
|
10471
10642
|
# tag_specifications: [
|
10472
10643
|
# {
|
10473
|
-
# resource_type: "client-vpn-endpoint", # accepts client-vpn-endpoint, customer-gateway, dedicated-host, dhcp-options, egress-only-internet-gateway, elastic-ip, elastic-gpu, export-image-task, export-instance-task, fleet, fpga-image, host-reservation, image, import-image-task, import-snapshot-task, instance, internet-gateway, key-pair, launch-template, local-gateway-route-table-vpc-association, natgateway, network-acl, network-interface, network-insights-analysis, network-insights-path, 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-connect-peer, transit-gateway-multicast-domain, transit-gateway-route-table, volume, vpc, vpc-peering-connection, vpn-connection, vpn-gateway, vpc-flow-log
|
10644
|
+
# resource_type: "client-vpn-endpoint", # accepts client-vpn-endpoint, customer-gateway, dedicated-host, dhcp-options, egress-only-internet-gateway, elastic-ip, elastic-gpu, export-image-task, export-instance-task, fleet, fpga-image, host-reservation, image, import-image-task, import-snapshot-task, instance, internet-gateway, key-pair, launch-template, local-gateway-route-table-vpc-association, natgateway, network-acl, network-interface, network-insights-analysis, network-insights-path, placement-group, reserved-instances, route-table, security-group, security-group-rule, snapshot, spot-fleet-request, spot-instances-request, subnet, traffic-mirror-filter, traffic-mirror-session, traffic-mirror-target, transit-gateway, transit-gateway-attachment, transit-gateway-connect-peer, transit-gateway-multicast-domain, transit-gateway-route-table, volume, vpc, vpc-peering-connection, vpn-connection, vpn-gateway, vpc-flow-log
|
10474
10645
|
# tags: [
|
10475
10646
|
# {
|
10476
10647
|
# key: "String",
|
@@ -10654,7 +10825,7 @@ module Aws::EC2
|
|
10654
10825
|
# dry_run: false,
|
10655
10826
|
# tag_specifications: [
|
10656
10827
|
# {
|
10657
|
-
# resource_type: "client-vpn-endpoint", # accepts client-vpn-endpoint, customer-gateway, dedicated-host, dhcp-options, egress-only-internet-gateway, elastic-ip, elastic-gpu, export-image-task, export-instance-task, fleet, fpga-image, host-reservation, image, import-image-task, import-snapshot-task, instance, internet-gateway, key-pair, launch-template, local-gateway-route-table-vpc-association, natgateway, network-acl, network-interface, network-insights-analysis, network-insights-path, 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-connect-peer, transit-gateway-multicast-domain, transit-gateway-route-table, volume, vpc, vpc-peering-connection, vpn-connection, vpn-gateway, vpc-flow-log
|
10828
|
+
# resource_type: "client-vpn-endpoint", # accepts client-vpn-endpoint, customer-gateway, dedicated-host, dhcp-options, egress-only-internet-gateway, elastic-ip, elastic-gpu, export-image-task, export-instance-task, fleet, fpga-image, host-reservation, image, import-image-task, import-snapshot-task, instance, internet-gateway, key-pair, launch-template, local-gateway-route-table-vpc-association, natgateway, network-acl, network-interface, network-insights-analysis, network-insights-path, placement-group, reserved-instances, route-table, security-group, security-group-rule, snapshot, spot-fleet-request, spot-instances-request, subnet, traffic-mirror-filter, traffic-mirror-session, traffic-mirror-target, transit-gateway, transit-gateway-attachment, transit-gateway-connect-peer, transit-gateway-multicast-domain, transit-gateway-route-table, volume, vpc, vpc-peering-connection, vpn-connection, vpn-gateway, vpc-flow-log
|
10658
10829
|
# tags: [
|
10659
10830
|
# {
|
10660
10831
|
# key: "String",
|
@@ -10937,7 +11108,7 @@ module Aws::EC2
|
|
10937
11108
|
# private_dns_enabled: false,
|
10938
11109
|
# tag_specifications: [
|
10939
11110
|
# {
|
10940
|
-
# resource_type: "client-vpn-endpoint", # accepts client-vpn-endpoint, customer-gateway, dedicated-host, dhcp-options, egress-only-internet-gateway, elastic-ip, elastic-gpu, export-image-task, export-instance-task, fleet, fpga-image, host-reservation, image, import-image-task, import-snapshot-task, instance, internet-gateway, key-pair, launch-template, local-gateway-route-table-vpc-association, natgateway, network-acl, network-interface, network-insights-analysis, network-insights-path, 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-connect-peer, transit-gateway-multicast-domain, transit-gateway-route-table, volume, vpc, vpc-peering-connection, vpn-connection, vpn-gateway, vpc-flow-log
|
11111
|
+
# resource_type: "client-vpn-endpoint", # accepts client-vpn-endpoint, customer-gateway, dedicated-host, dhcp-options, egress-only-internet-gateway, elastic-ip, elastic-gpu, export-image-task, export-instance-task, fleet, fpga-image, host-reservation, image, import-image-task, import-snapshot-task, instance, internet-gateway, key-pair, launch-template, local-gateway-route-table-vpc-association, natgateway, network-acl, network-interface, network-insights-analysis, network-insights-path, placement-group, reserved-instances, route-table, security-group, security-group-rule, snapshot, spot-fleet-request, spot-instances-request, subnet, traffic-mirror-filter, traffic-mirror-session, traffic-mirror-target, transit-gateway, transit-gateway-attachment, transit-gateway-connect-peer, transit-gateway-multicast-domain, transit-gateway-route-table, volume, vpc, vpc-peering-connection, vpn-connection, vpn-gateway, vpc-flow-log
|
10941
11112
|
# tags: [
|
10942
11113
|
# {
|
10943
11114
|
# key: "String",
|
@@ -11074,7 +11245,7 @@ module Aws::EC2
|
|
11074
11245
|
# client_token: "String",
|
11075
11246
|
# tag_specifications: [
|
11076
11247
|
# {
|
11077
|
-
# resource_type: "client-vpn-endpoint", # accepts client-vpn-endpoint, customer-gateway, dedicated-host, dhcp-options, egress-only-internet-gateway, elastic-ip, elastic-gpu, export-image-task, export-instance-task, fleet, fpga-image, host-reservation, image, import-image-task, import-snapshot-task, instance, internet-gateway, key-pair, launch-template, local-gateway-route-table-vpc-association, natgateway, network-acl, network-interface, network-insights-analysis, network-insights-path, 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-connect-peer, transit-gateway-multicast-domain, transit-gateway-route-table, volume, vpc, vpc-peering-connection, vpn-connection, vpn-gateway, vpc-flow-log
|
11248
|
+
# resource_type: "client-vpn-endpoint", # accepts client-vpn-endpoint, customer-gateway, dedicated-host, dhcp-options, egress-only-internet-gateway, elastic-ip, elastic-gpu, export-image-task, export-instance-task, fleet, fpga-image, host-reservation, image, import-image-task, import-snapshot-task, instance, internet-gateway, key-pair, launch-template, local-gateway-route-table-vpc-association, natgateway, network-acl, network-interface, network-insights-analysis, network-insights-path, placement-group, reserved-instances, route-table, security-group, security-group-rule, snapshot, spot-fleet-request, spot-instances-request, subnet, traffic-mirror-filter, traffic-mirror-session, traffic-mirror-target, transit-gateway, transit-gateway-attachment, transit-gateway-connect-peer, transit-gateway-multicast-domain, transit-gateway-route-table, volume, vpc, vpc-peering-connection, vpn-connection, vpn-gateway, vpc-flow-log
|
11078
11249
|
# tags: [
|
11079
11250
|
# {
|
11080
11251
|
# key: "String",
|
@@ -11170,7 +11341,7 @@ module Aws::EC2
|
|
11170
11341
|
# peer_region: "String",
|
11171
11342
|
# tag_specifications: [
|
11172
11343
|
# {
|
11173
|
-
# resource_type: "client-vpn-endpoint", # accepts client-vpn-endpoint, customer-gateway, dedicated-host, dhcp-options, egress-only-internet-gateway, elastic-ip, elastic-gpu, export-image-task, export-instance-task, fleet, fpga-image, host-reservation, image, import-image-task, import-snapshot-task, instance, internet-gateway, key-pair, launch-template, local-gateway-route-table-vpc-association, natgateway, network-acl, network-interface, network-insights-analysis, network-insights-path, 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-connect-peer, transit-gateway-multicast-domain, transit-gateway-route-table, volume, vpc, vpc-peering-connection, vpn-connection, vpn-gateway, vpc-flow-log
|
11344
|
+
# resource_type: "client-vpn-endpoint", # accepts client-vpn-endpoint, customer-gateway, dedicated-host, dhcp-options, egress-only-internet-gateway, elastic-ip, elastic-gpu, export-image-task, export-instance-task, fleet, fpga-image, host-reservation, image, import-image-task, import-snapshot-task, instance, internet-gateway, key-pair, launch-template, local-gateway-route-table-vpc-association, natgateway, network-acl, network-interface, network-insights-analysis, network-insights-path, placement-group, reserved-instances, route-table, security-group, security-group-rule, snapshot, spot-fleet-request, spot-instances-request, subnet, traffic-mirror-filter, traffic-mirror-session, traffic-mirror-target, transit-gateway, transit-gateway-attachment, transit-gateway-connect-peer, transit-gateway-multicast-domain, transit-gateway-route-table, volume, vpc, vpc-peering-connection, vpn-connection, vpn-gateway, vpc-flow-log
|
11174
11345
|
# tags: [
|
11175
11346
|
# {
|
11176
11347
|
# key: "String",
|
@@ -11253,7 +11424,7 @@ module Aws::EC2
|
|
11253
11424
|
# ipv_6_cidr_block_network_border_group: "String",
|
11254
11425
|
# tag_specifications: [
|
11255
11426
|
# {
|
11256
|
-
# resource_type: "client-vpn-endpoint", # accepts client-vpn-endpoint, customer-gateway, dedicated-host, dhcp-options, egress-only-internet-gateway, elastic-ip, elastic-gpu, export-image-task, export-instance-task, fleet, fpga-image, host-reservation, image, import-image-task, import-snapshot-task, instance, internet-gateway, key-pair, launch-template, local-gateway-route-table-vpc-association, natgateway, network-acl, network-interface, network-insights-analysis, network-insights-path, 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-connect-peer, transit-gateway-multicast-domain, transit-gateway-route-table, volume, vpc, vpc-peering-connection, vpn-connection, vpn-gateway, vpc-flow-log
|
11427
|
+
# resource_type: "client-vpn-endpoint", # accepts client-vpn-endpoint, customer-gateway, dedicated-host, dhcp-options, egress-only-internet-gateway, elastic-ip, elastic-gpu, export-image-task, export-instance-task, fleet, fpga-image, host-reservation, image, import-image-task, import-snapshot-task, instance, internet-gateway, key-pair, launch-template, local-gateway-route-table-vpc-association, natgateway, network-acl, network-interface, network-insights-analysis, network-insights-path, placement-group, reserved-instances, route-table, security-group, security-group-rule, snapshot, spot-fleet-request, spot-instances-request, subnet, traffic-mirror-filter, traffic-mirror-session, traffic-mirror-target, transit-gateway, transit-gateway-attachment, transit-gateway-connect-peer, transit-gateway-multicast-domain, transit-gateway-route-table, volume, vpc, vpc-peering-connection, vpn-connection, vpn-gateway, vpc-flow-log
|
11257
11428
|
# tags: [
|
11258
11429
|
# {
|
11259
11430
|
# key: "String",
|
@@ -11422,7 +11593,7 @@ module Aws::EC2
|
|
11422
11593
|
# },
|
11423
11594
|
# tag_specifications: [
|
11424
11595
|
# {
|
11425
|
-
# resource_type: "client-vpn-endpoint", # accepts client-vpn-endpoint, customer-gateway, dedicated-host, dhcp-options, egress-only-internet-gateway, elastic-ip, elastic-gpu, export-image-task, export-instance-task, fleet, fpga-image, host-reservation, image, import-image-task, import-snapshot-task, instance, internet-gateway, key-pair, launch-template, local-gateway-route-table-vpc-association, natgateway, network-acl, network-interface, network-insights-analysis, network-insights-path, 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-connect-peer, transit-gateway-multicast-domain, transit-gateway-route-table, volume, vpc, vpc-peering-connection, vpn-connection, vpn-gateway, vpc-flow-log
|
11596
|
+
# resource_type: "client-vpn-endpoint", # accepts client-vpn-endpoint, customer-gateway, dedicated-host, dhcp-options, egress-only-internet-gateway, elastic-ip, elastic-gpu, export-image-task, export-instance-task, fleet, fpga-image, host-reservation, image, import-image-task, import-snapshot-task, instance, internet-gateway, key-pair, launch-template, local-gateway-route-table-vpc-association, natgateway, network-acl, network-interface, network-insights-analysis, network-insights-path, placement-group, reserved-instances, route-table, security-group, security-group-rule, snapshot, spot-fleet-request, spot-instances-request, subnet, traffic-mirror-filter, traffic-mirror-session, traffic-mirror-target, transit-gateway, transit-gateway-attachment, transit-gateway-connect-peer, transit-gateway-multicast-domain, transit-gateway-route-table, volume, vpc, vpc-peering-connection, vpn-connection, vpn-gateway, vpc-flow-log
|
11426
11597
|
# tags: [
|
11427
11598
|
# {
|
11428
11599
|
# key: "String",
|
@@ -11532,7 +11703,7 @@ module Aws::EC2
|
|
11532
11703
|
# type: "ipsec.1", # required, accepts ipsec.1
|
11533
11704
|
# tag_specifications: [
|
11534
11705
|
# {
|
11535
|
-
# resource_type: "client-vpn-endpoint", # accepts client-vpn-endpoint, customer-gateway, dedicated-host, dhcp-options, egress-only-internet-gateway, elastic-ip, elastic-gpu, export-image-task, export-instance-task, fleet, fpga-image, host-reservation, image, import-image-task, import-snapshot-task, instance, internet-gateway, key-pair, launch-template, local-gateway-route-table-vpc-association, natgateway, network-acl, network-interface, network-insights-analysis, network-insights-path, 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-connect-peer, transit-gateway-multicast-domain, transit-gateway-route-table, volume, vpc, vpc-peering-connection, vpn-connection, vpn-gateway, vpc-flow-log
|
11706
|
+
# resource_type: "client-vpn-endpoint", # accepts client-vpn-endpoint, customer-gateway, dedicated-host, dhcp-options, egress-only-internet-gateway, elastic-ip, elastic-gpu, export-image-task, export-instance-task, fleet, fpga-image, host-reservation, image, import-image-task, import-snapshot-task, instance, internet-gateway, key-pair, launch-template, local-gateway-route-table-vpc-association, natgateway, network-acl, network-interface, network-insights-analysis, network-insights-path, placement-group, reserved-instances, route-table, security-group, security-group-rule, snapshot, spot-fleet-request, spot-instances-request, subnet, traffic-mirror-filter, traffic-mirror-session, traffic-mirror-target, transit-gateway, transit-gateway-attachment, transit-gateway-connect-peer, transit-gateway-multicast-domain, transit-gateway-route-table, volume, vpc, vpc-peering-connection, vpn-connection, vpn-gateway, vpc-flow-log
|
11536
11707
|
# tags: [
|
11537
11708
|
# {
|
11538
11709
|
# key: "String",
|
@@ -14312,12 +14483,13 @@ module Aws::EC2
|
|
14312
14483
|
# with, if any.
|
14313
14484
|
#
|
14314
14485
|
# * `network-border-group` - A unique set of Availability Zones, Local
|
14315
|
-
# Zones, or Wavelength Zones from where
|
14486
|
+
# Zones, or Wavelength Zones from where Amazon Web Services
|
14487
|
+
# advertises IP addresses.
|
14316
14488
|
#
|
14317
14489
|
# * `network-interface-id` - \[EC2-VPC\] The ID of the network
|
14318
14490
|
# interface that the address is associated with, if any.
|
14319
14491
|
#
|
14320
|
-
# * `network-interface-owner-id` - The
|
14492
|
+
# * `network-interface-owner-id` - The account ID of the owner.
|
14321
14493
|
#
|
14322
14494
|
# * `private-ip-address` - \[EC2-VPC\] The private IP address
|
14323
14495
|
# associated with the Elastic IP address.
|
@@ -14693,7 +14865,7 @@ module Aws::EC2
|
|
14693
14865
|
# * `instance-type` - The type of instance for which the Capacity
|
14694
14866
|
# Reservation reserves capacity.
|
14695
14867
|
#
|
14696
|
-
# * `owner-id` - The ID of the
|
14868
|
+
# * `owner-id` - The ID of the account that owns the Capacity
|
14697
14869
|
# Reservation.
|
14698
14870
|
#
|
14699
14871
|
# * `availability-zone-id` - The Availability Zone ID of the Capacity
|
@@ -14710,11 +14882,10 @@ module Aws::EC2
|
|
14710
14882
|
# settings:
|
14711
14883
|
#
|
14712
14884
|
# * `default` - The Capacity Reservation is created on hardware that
|
14713
|
-
# is shared with other
|
14885
|
+
# is shared with other accounts.
|
14714
14886
|
#
|
14715
14887
|
# * `dedicated` - The Capacity Reservation is created on
|
14716
|
-
# single-tenant hardware that is dedicated to a single
|
14717
|
-
# account.
|
14888
|
+
# single-tenant hardware that is dedicated to a single account.
|
14718
14889
|
#
|
14719
14890
|
# * `outpost-arn` - The Amazon Resource Name (ARN) of the Outpost on
|
14720
14891
|
# which the Capacity Reservation was created.
|
@@ -18284,7 +18455,7 @@ module Aws::EC2
|
|
18284
18455
|
# network interface.
|
18285
18456
|
#
|
18286
18457
|
# * `network-interface.requester-managed` - Indicates whether the
|
18287
|
-
# network interface is being managed by
|
18458
|
+
# network interface is being managed by Amazon Web Services.
|
18288
18459
|
#
|
18289
18460
|
# * `network-interface.status` - The status of the network interface
|
18290
18461
|
# (`available`) \| `in-use`).
|
@@ -18303,7 +18474,7 @@ module Aws::EC2
|
|
18303
18474
|
#
|
18304
18475
|
# * `outpost-arn` - The Amazon Resource Name (ARN) of the Outpost.
|
18305
18476
|
#
|
18306
|
-
# * `owner-id` - The
|
18477
|
+
# * `owner-id` - The account ID of the instance owner.
|
18307
18478
|
#
|
18308
18479
|
# * `placement-group-name` - The name of the placement group for the
|
18309
18480
|
# instance.
|
@@ -18331,8 +18502,8 @@ module Aws::EC2
|
|
18331
18502
|
# terminate the instance). Similar to the state-reason-code filter.
|
18332
18503
|
#
|
18333
18504
|
# * `requester-id` - The ID of the entity that launched the instance
|
18334
|
-
# on your behalf (for example,
|
18335
|
-
#
|
18505
|
+
# on your behalf (for example, Management Console, Auto Scaling, and
|
18506
|
+
# so on).
|
18336
18507
|
#
|
18337
18508
|
# * `reservation-id` - The ID of the instance's reservation. A
|
18338
18509
|
# reservation ID is created any time you launch an instance. A
|
@@ -18651,7 +18822,7 @@ module Aws::EC2
|
|
18651
18822
|
# @!attribute [rw] key_names
|
18652
18823
|
# The key pair names.
|
18653
18824
|
#
|
18654
|
-
# Default: Describes all your key pairs.
|
18825
|
+
# Default: Describes all of your key pairs.
|
18655
18826
|
# @return [Array<String>]
|
18656
18827
|
#
|
18657
18828
|
# @!attribute [rw] key_pair_ids
|
@@ -20044,10 +20215,10 @@ module Aws::EC2
|
|
20044
20215
|
# * `network-interface-permission.network-interface-id` - The ID of
|
20045
20216
|
# the network interface.
|
20046
20217
|
#
|
20047
|
-
# * `network-interface-permission.aws-account-id` - The
|
20048
|
-
# ID.
|
20218
|
+
# * `network-interface-permission.aws-account-id` - The account ID.
|
20049
20219
|
#
|
20050
|
-
# * `network-interface-permission.aws-service` - The
|
20220
|
+
# * `network-interface-permission.aws-service` - The Amazon Web
|
20221
|
+
# Service.
|
20051
20222
|
#
|
20052
20223
|
# * `network-interface-permission.permission` - The type of permission
|
20053
20224
|
# (`INSTANCE-ATTACH` \| `EIP-ASSOCIATE`).
|
@@ -20182,7 +20353,7 @@ module Aws::EC2
|
|
20182
20353
|
#
|
20183
20354
|
# * `network-interface-id` - The ID of the network interface.
|
20184
20355
|
#
|
20185
|
-
# * `owner-id` - The
|
20356
|
+
# * `owner-id` - The account ID of the network interface owner.
|
20186
20357
|
#
|
20187
20358
|
# * `private-ip-address` - The private IPv4 address or addresses of
|
20188
20359
|
# the network interface.
|
@@ -20190,11 +20361,11 @@ module Aws::EC2
|
|
20190
20361
|
# * `private-dns-name` - The private DNS name of the network interface
|
20191
20362
|
# (IPv4).
|
20192
20363
|
#
|
20193
|
-
# * `requester-id` - The alias or
|
20364
|
+
# * `requester-id` - The alias or account ID of the principal or
|
20194
20365
|
# service that created the network interface.
|
20195
20366
|
#
|
20196
20367
|
# * `requester-managed` - Indicates whether the network interface is
|
20197
|
-
# being managed by an
|
20368
|
+
# being managed by an Amazon Web Service (for example, Management
|
20198
20369
|
# Console, Auto Scaling, and so on).
|
20199
20370
|
#
|
20200
20371
|
# * `source-dest-check` - Indicates whether the network interface
|
@@ -20926,8 +21097,8 @@ module Aws::EC2
|
|
20926
21097
|
#
|
20927
21098
|
# * `marketplace` - Set to `true` to show only Reserved Instance
|
20928
21099
|
# Marketplace offerings. When this filter is not used, which is the
|
20929
|
-
# default behavior, all offerings from both
|
20930
|
-
# Instance Marketplace are listed.
|
21100
|
+
# default behavior, all offerings from both Amazon Web Services and
|
21101
|
+
# the Reserved Instance Marketplace are listed.
|
20931
21102
|
#
|
20932
21103
|
# * `product-description` - The Reserved Instance product platform
|
20933
21104
|
# description. Instances that include `(Amazon VPC)` in the product
|
@@ -21599,6 +21770,88 @@ module Aws::EC2
|
|
21599
21770
|
include Aws::Structure
|
21600
21771
|
end
|
21601
21772
|
|
21773
|
+
# @note When making an API call, you may pass DescribeSecurityGroupRulesRequest
|
21774
|
+
# data as a hash:
|
21775
|
+
#
|
21776
|
+
# {
|
21777
|
+
# filters: [
|
21778
|
+
# {
|
21779
|
+
# name: "String",
|
21780
|
+
# values: ["String"],
|
21781
|
+
# },
|
21782
|
+
# ],
|
21783
|
+
# security_group_rule_ids: ["String"],
|
21784
|
+
# dry_run: false,
|
21785
|
+
# next_token: "String",
|
21786
|
+
# max_results: 1,
|
21787
|
+
# }
|
21788
|
+
#
|
21789
|
+
# @!attribute [rw] filters
|
21790
|
+
# One or more filters.
|
21791
|
+
#
|
21792
|
+
# * `group-id` - The ID of the security group.
|
21793
|
+
#
|
21794
|
+
# * `security-group-rule-id` - The ID of the security group rule.
|
21795
|
+
#
|
21796
|
+
# * `tag`\:<key> - The key/value combination of a tag assigned
|
21797
|
+
# to the resource. Use the tag key in the filter name and the tag
|
21798
|
+
# value as the filter value. For example, to find all resources that
|
21799
|
+
# have a tag with the key `Owner` and the value `TeamA`, specify
|
21800
|
+
# `tag:Owner` for the filter name and `TeamA` for the filter value.
|
21801
|
+
# @return [Array<Types::Filter>]
|
21802
|
+
#
|
21803
|
+
# @!attribute [rw] security_group_rule_ids
|
21804
|
+
# The IDs of the security group rules.
|
21805
|
+
# @return [Array<String>]
|
21806
|
+
#
|
21807
|
+
# @!attribute [rw] dry_run
|
21808
|
+
# Checks whether you have the required permissions for the action,
|
21809
|
+
# without actually making the request, and provides an error response.
|
21810
|
+
# If you have the required permissions, the error response is
|
21811
|
+
# `DryRunOperation`. Otherwise, it is `UnauthorizedOperation`.
|
21812
|
+
# @return [Boolean]
|
21813
|
+
#
|
21814
|
+
# @!attribute [rw] next_token
|
21815
|
+
# The token for the next page of results.
|
21816
|
+
# @return [String]
|
21817
|
+
#
|
21818
|
+
# @!attribute [rw] max_results
|
21819
|
+
# The maximum number of results to return in a single call. To
|
21820
|
+
# retrieve the remaining results, make another request with the
|
21821
|
+
# returned `NextToken` value. This value can be between 5 and 1000. If
|
21822
|
+
# this parameter is not specified, then all results are returned.
|
21823
|
+
# @return [Integer]
|
21824
|
+
#
|
21825
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/ec2-2016-11-15/DescribeSecurityGroupRulesRequest AWS API Documentation
|
21826
|
+
#
|
21827
|
+
class DescribeSecurityGroupRulesRequest < Struct.new(
|
21828
|
+
:filters,
|
21829
|
+
:security_group_rule_ids,
|
21830
|
+
:dry_run,
|
21831
|
+
:next_token,
|
21832
|
+
:max_results)
|
21833
|
+
SENSITIVE = []
|
21834
|
+
include Aws::Structure
|
21835
|
+
end
|
21836
|
+
|
21837
|
+
# @!attribute [rw] security_group_rules
|
21838
|
+
# Information about security group rules.
|
21839
|
+
# @return [Array<Types::SecurityGroupRule>]
|
21840
|
+
#
|
21841
|
+
# @!attribute [rw] next_token
|
21842
|
+
# The token to use to retrieve the next page of results. This value is
|
21843
|
+
# `null` when there are no more results to return.
|
21844
|
+
# @return [String]
|
21845
|
+
#
|
21846
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/ec2-2016-11-15/DescribeSecurityGroupRulesResult AWS API Documentation
|
21847
|
+
#
|
21848
|
+
class DescribeSecurityGroupRulesResult < Struct.new(
|
21849
|
+
:security_group_rules,
|
21850
|
+
:next_token)
|
21851
|
+
SENSITIVE = []
|
21852
|
+
include Aws::Structure
|
21853
|
+
end
|
21854
|
+
|
21602
21855
|
# @note When making an API call, you may pass DescribeSecurityGroupsRequest
|
21603
21856
|
# data as a hash:
|
21604
21857
|
#
|
@@ -21649,8 +21902,9 @@ module Aws::EC2
|
|
21649
21902
|
# * `egress.ip-permission.to-port` - For an outbound rule, the end of
|
21650
21903
|
# port range for the TCP and UDP protocols, or an ICMP code.
|
21651
21904
|
#
|
21652
|
-
# * `egress.ip-permission.user-id` - The ID of an
|
21653
|
-
# been referenced in an outbound security group
|
21905
|
+
# * `egress.ip-permission.user-id` - The ID of an Amazon Web Services
|
21906
|
+
# account that has been referenced in an outbound security group
|
21907
|
+
# rule.
|
21654
21908
|
#
|
21655
21909
|
# * `group-id` - The ID of the security group.
|
21656
21910
|
#
|
@@ -21681,11 +21935,11 @@ module Aws::EC2
|
|
21681
21935
|
# * `ip-permission.to-port` - For an inbound rule, the end of port
|
21682
21936
|
# range for the TCP and UDP protocols, or an ICMP code.
|
21683
21937
|
#
|
21684
|
-
# * `ip-permission.user-id` - The ID of an
|
21685
|
-
# referenced in an inbound security group rule.
|
21938
|
+
# * `ip-permission.user-id` - The ID of an Amazon Web Services account
|
21939
|
+
# that has been referenced in an inbound security group rule.
|
21686
21940
|
#
|
21687
|
-
# * `owner-id` - The
|
21688
|
-
# group.
|
21941
|
+
# * `owner-id` - The Amazon Web Services account ID of the owner of
|
21942
|
+
# the security group.
|
21689
21943
|
#
|
21690
21944
|
# * `tag`\:<key> - The key/value combination of a tag assigned
|
21691
21945
|
# to the resource. Use the tag key in the filter name and the tag
|
@@ -21705,7 +21959,7 @@ module Aws::EC2
|
|
21705
21959
|
# The IDs of the security groups. Required for security groups in a
|
21706
21960
|
# nondefault VPC.
|
21707
21961
|
#
|
21708
|
-
# Default: Describes all your security groups.
|
21962
|
+
# Default: Describes all of your security groups.
|
21709
21963
|
# @return [Array<String>]
|
21710
21964
|
#
|
21711
21965
|
# @!attribute [rw] group_names
|
@@ -21714,7 +21968,7 @@ module Aws::EC2
|
|
21714
21968
|
# security group ID. For security groups in a nondefault VPC, use the
|
21715
21969
|
# `group-name` filter to describe security groups by name.
|
21716
21970
|
#
|
21717
|
-
# Default: Describes all your security groups.
|
21971
|
+
# Default: Describes all of your security groups.
|
21718
21972
|
# @return [Array<String>]
|
21719
21973
|
#
|
21720
21974
|
# @!attribute [rw] dry_run
|
@@ -23873,6 +24127,82 @@ module Aws::EC2
|
|
23873
24127
|
include Aws::Structure
|
23874
24128
|
end
|
23875
24129
|
|
24130
|
+
# @note When making an API call, you may pass DescribeTrunkInterfaceAssociationsRequest
|
24131
|
+
# data as a hash:
|
24132
|
+
#
|
24133
|
+
# {
|
24134
|
+
# association_ids: ["TrunkInterfaceAssociationId"],
|
24135
|
+
# dry_run: false,
|
24136
|
+
# filters: [
|
24137
|
+
# {
|
24138
|
+
# name: "String",
|
24139
|
+
# values: ["String"],
|
24140
|
+
# },
|
24141
|
+
# ],
|
24142
|
+
# next_token: "String",
|
24143
|
+
# max_results: 1,
|
24144
|
+
# }
|
24145
|
+
#
|
24146
|
+
# @!attribute [rw] association_ids
|
24147
|
+
# The IDs of the associations.
|
24148
|
+
# @return [Array<String>]
|
24149
|
+
#
|
24150
|
+
# @!attribute [rw] dry_run
|
24151
|
+
# Checks whether you have the required permissions for the action,
|
24152
|
+
# without actually making the request, and provides an error response.
|
24153
|
+
# If you have the required permissions, the error response is
|
24154
|
+
# `DryRunOperation`. Otherwise, it is `UnauthorizedOperation`.
|
24155
|
+
# @return [Boolean]
|
24156
|
+
#
|
24157
|
+
# @!attribute [rw] filters
|
24158
|
+
# One or more filters.
|
24159
|
+
#
|
24160
|
+
# * `gre-key` - The ID of a trunk interface association.
|
24161
|
+
#
|
24162
|
+
# * `interface-protocol` - The interface protocol. Valid values are
|
24163
|
+
# `VLAN` and `GRE`.
|
24164
|
+
# @return [Array<Types::Filter>]
|
24165
|
+
#
|
24166
|
+
# @!attribute [rw] next_token
|
24167
|
+
# The token for the next page of results.
|
24168
|
+
# @return [String]
|
24169
|
+
#
|
24170
|
+
# @!attribute [rw] max_results
|
24171
|
+
# The maximum number of results to return with a single call. To
|
24172
|
+
# retrieve the remaining results, make another call with the returned
|
24173
|
+
# `nextToken` value.
|
24174
|
+
# @return [Integer]
|
24175
|
+
#
|
24176
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/ec2-2016-11-15/DescribeTrunkInterfaceAssociationsRequest AWS API Documentation
|
24177
|
+
#
|
24178
|
+
class DescribeTrunkInterfaceAssociationsRequest < Struct.new(
|
24179
|
+
:association_ids,
|
24180
|
+
:dry_run,
|
24181
|
+
:filters,
|
24182
|
+
:next_token,
|
24183
|
+
:max_results)
|
24184
|
+
SENSITIVE = []
|
24185
|
+
include Aws::Structure
|
24186
|
+
end
|
24187
|
+
|
24188
|
+
# @!attribute [rw] interface_associations
|
24189
|
+
# Information about the trunk associations.
|
24190
|
+
# @return [Array<Types::TrunkInterfaceAssociation>]
|
24191
|
+
#
|
24192
|
+
# @!attribute [rw] next_token
|
24193
|
+
# The token to use to retrieve the next page of results. This value is
|
24194
|
+
# `null` when there are no more results to return.
|
24195
|
+
# @return [String]
|
24196
|
+
#
|
24197
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/ec2-2016-11-15/DescribeTrunkInterfaceAssociationsResult AWS API Documentation
|
24198
|
+
#
|
24199
|
+
class DescribeTrunkInterfaceAssociationsResult < Struct.new(
|
24200
|
+
:interface_associations,
|
24201
|
+
:next_token)
|
24202
|
+
SENSITIVE = []
|
24203
|
+
include Aws::Structure
|
24204
|
+
end
|
24205
|
+
|
23876
24206
|
# @note When making an API call, you may pass DescribeVolumeAttributeRequest
|
23877
24207
|
# data as a hash:
|
23878
24208
|
#
|
@@ -26499,6 +26829,73 @@ module Aws::EC2
|
|
26499
26829
|
include Aws::Structure
|
26500
26830
|
end
|
26501
26831
|
|
26832
|
+
# @note When making an API call, you may pass DisassociateTrunkInterfaceRequest
|
26833
|
+
# data as a hash:
|
26834
|
+
#
|
26835
|
+
# {
|
26836
|
+
# association_id: "TrunkInterfaceAssociationId", # required
|
26837
|
+
# client_token: "String",
|
26838
|
+
# dry_run: false,
|
26839
|
+
# }
|
26840
|
+
#
|
26841
|
+
# @!attribute [rw] association_id
|
26842
|
+
# The ID ofthe association
|
26843
|
+
# @return [String]
|
26844
|
+
#
|
26845
|
+
# @!attribute [rw] client_token
|
26846
|
+
# Unique, case-sensitive identifier that you provide to ensure the
|
26847
|
+
# idempotency of the request. For more information, see [How to Ensure
|
26848
|
+
# Idempotency][1].
|
26849
|
+
#
|
26850
|
+
# **A suitable default value is auto-generated.** You should normally
|
26851
|
+
# not need to pass this option.
|
26852
|
+
#
|
26853
|
+
#
|
26854
|
+
#
|
26855
|
+
# [1]: https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/Run_Instance_Idempotency.html
|
26856
|
+
# @return [String]
|
26857
|
+
#
|
26858
|
+
# @!attribute [rw] dry_run
|
26859
|
+
# Checks whether you have the required permissions for the action,
|
26860
|
+
# without actually making the request, and provides an error response.
|
26861
|
+
# If you have the required permissions, the error response is
|
26862
|
+
# `DryRunOperation`. Otherwise, it is `UnauthorizedOperation`.
|
26863
|
+
# @return [Boolean]
|
26864
|
+
#
|
26865
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/ec2-2016-11-15/DisassociateTrunkInterfaceRequest AWS API Documentation
|
26866
|
+
#
|
26867
|
+
class DisassociateTrunkInterfaceRequest < Struct.new(
|
26868
|
+
:association_id,
|
26869
|
+
:client_token,
|
26870
|
+
:dry_run)
|
26871
|
+
SENSITIVE = []
|
26872
|
+
include Aws::Structure
|
26873
|
+
end
|
26874
|
+
|
26875
|
+
# @!attribute [rw] return
|
26876
|
+
# Returns `true` if the request succeeds; otherwise, it returns an
|
26877
|
+
# error.
|
26878
|
+
# @return [Boolean]
|
26879
|
+
#
|
26880
|
+
# @!attribute [rw] client_token
|
26881
|
+
# Unique, case-sensitive identifier that you provide to ensure the
|
26882
|
+
# idempotency of the request. For more information, see [How to Ensure
|
26883
|
+
# Idempotency][1].
|
26884
|
+
#
|
26885
|
+
#
|
26886
|
+
#
|
26887
|
+
# [1]: https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/Run_Instance_Idempotency.html
|
26888
|
+
# @return [String]
|
26889
|
+
#
|
26890
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/ec2-2016-11-15/DisassociateTrunkInterfaceResult AWS API Documentation
|
26891
|
+
#
|
26892
|
+
class DisassociateTrunkInterfaceResult < Struct.new(
|
26893
|
+
:return,
|
26894
|
+
:client_token)
|
26895
|
+
SENSITIVE = []
|
26896
|
+
include Aws::Structure
|
26897
|
+
end
|
26898
|
+
|
26502
26899
|
# @note When making an API call, you may pass DisassociateVpcCidrBlockRequest
|
26503
26900
|
# data as a hash:
|
26504
26901
|
#
|
@@ -27785,11 +28182,13 @@ module Aws::EC2
|
|
27785
28182
|
include Aws::Structure
|
27786
28183
|
end
|
27787
28184
|
|
27788
|
-
# Indicates whether the instance is enabled for
|
28185
|
+
# Indicates whether the instance is enabled for Amazon Web Services
|
28186
|
+
# Nitro Enclaves.
|
27789
28187
|
#
|
27790
28188
|
# @!attribute [rw] enabled
|
27791
|
-
# If this parameter is set to `true`, the instance is enabled for
|
27792
|
-
# Nitro Enclaves; otherwise, it is not enabled for
|
28189
|
+
# If this parameter is set to `true`, the instance is enabled for
|
28190
|
+
# Amazon Web Services Nitro Enclaves; otherwise, it is not enabled for
|
28191
|
+
# Amazon Web Services Nitro Enclaves.
|
27793
28192
|
# @return [Boolean]
|
27794
28193
|
#
|
27795
28194
|
# @see http://docs.aws.amazon.com/goto/WebAPI/ec2-2016-11-15/EnclaveOptions AWS API Documentation
|
@@ -27800,9 +28199,10 @@ module Aws::EC2
|
|
27800
28199
|
include Aws::Structure
|
27801
28200
|
end
|
27802
28201
|
|
27803
|
-
# Indicates whether the instance is enabled for
|
27804
|
-
# more information, see [ What is
|
27805
|
-
# Nitro Enclaves
|
28202
|
+
# Indicates whether the instance is enabled for Amazon Web Services
|
28203
|
+
# Nitro Enclaves. For more information, see [ What is Amazon Web
|
28204
|
+
# Services Nitro Enclaves?][1] in the *Amazon Web Services Nitro
|
28205
|
+
# Enclaves User Guide*.
|
27806
28206
|
#
|
27807
28207
|
#
|
27808
28208
|
#
|
@@ -27816,8 +28216,8 @@ module Aws::EC2
|
|
27816
28216
|
# }
|
27817
28217
|
#
|
27818
28218
|
# @!attribute [rw] enabled
|
27819
|
-
# To enable the instance for
|
27820
|
-
# `true`.
|
28219
|
+
# To enable the instance for Amazon Web Services Nitro Enclaves, set
|
28220
|
+
# this parameter to `true`.
|
27821
28221
|
# @return [Boolean]
|
27822
28222
|
#
|
27823
28223
|
# @see http://docs.aws.amazon.com/goto/WebAPI/ec2-2016-11-15/EnclaveOptionsRequest AWS API Documentation
|
@@ -28266,7 +28666,7 @@ module Aws::EC2
|
|
28266
28666
|
# role_name: "String",
|
28267
28667
|
# tag_specifications: [
|
28268
28668
|
# {
|
28269
|
-
# resource_type: "client-vpn-endpoint", # accepts client-vpn-endpoint, customer-gateway, dedicated-host, dhcp-options, egress-only-internet-gateway, elastic-ip, elastic-gpu, export-image-task, export-instance-task, fleet, fpga-image, host-reservation, image, import-image-task, import-snapshot-task, instance, internet-gateway, key-pair, launch-template, local-gateway-route-table-vpc-association, natgateway, network-acl, network-interface, network-insights-analysis, network-insights-path, 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-connect-peer, transit-gateway-multicast-domain, transit-gateway-route-table, volume, vpc, vpc-peering-connection, vpn-connection, vpn-gateway, vpc-flow-log
|
28669
|
+
# resource_type: "client-vpn-endpoint", # accepts client-vpn-endpoint, customer-gateway, dedicated-host, dhcp-options, egress-only-internet-gateway, elastic-ip, elastic-gpu, export-image-task, export-instance-task, fleet, fpga-image, host-reservation, image, import-image-task, import-snapshot-task, instance, internet-gateway, key-pair, launch-template, local-gateway-route-table-vpc-association, natgateway, network-acl, network-interface, network-insights-analysis, network-insights-path, placement-group, reserved-instances, route-table, security-group, security-group-rule, snapshot, spot-fleet-request, spot-instances-request, subnet, traffic-mirror-filter, traffic-mirror-session, traffic-mirror-target, transit-gateway, transit-gateway-attachment, transit-gateway-connect-peer, transit-gateway-multicast-domain, transit-gateway-route-table, volume, vpc, vpc-peering-connection, vpn-connection, vpn-gateway, vpc-flow-log
|
28270
28670
|
# tags: [
|
28271
28671
|
# {
|
28272
28672
|
# key: "String",
|
@@ -28917,6 +29317,10 @@ module Aws::EC2
|
|
28917
29317
|
# Valid only when **Type** is set to `instant`.
|
28918
29318
|
# @return [Array<Types::DescribeFleetsInstances>]
|
28919
29319
|
#
|
29320
|
+
# @!attribute [rw] context
|
29321
|
+
# Reserved.
|
29322
|
+
# @return [String]
|
29323
|
+
#
|
28920
29324
|
# @see http://docs.aws.amazon.com/goto/WebAPI/ec2-2016-11-15/FleetData AWS API Documentation
|
28921
29325
|
#
|
28922
29326
|
class FleetData < Struct.new(
|
@@ -28939,7 +29343,8 @@ module Aws::EC2
|
|
28939
29343
|
:on_demand_options,
|
28940
29344
|
:tags,
|
28941
29345
|
:errors,
|
28942
|
-
:instances
|
29346
|
+
:instances,
|
29347
|
+
:context)
|
28943
29348
|
SENSITIVE = []
|
28944
29349
|
include Aws::Structure
|
28945
29350
|
end
|
@@ -31425,7 +31830,7 @@ module Aws::EC2
|
|
31425
31830
|
# @return [String]
|
31426
31831
|
#
|
31427
31832
|
# @!attribute [rw] owner_id
|
31428
|
-
# The ID of the
|
31833
|
+
# The ID of the account that owns the Dedicated Host.
|
31429
31834
|
# @return [String]
|
31430
31835
|
#
|
31431
31836
|
# @!attribute [rw] availability_zone_id
|
@@ -31475,7 +31880,7 @@ module Aws::EC2
|
|
31475
31880
|
# @return [String]
|
31476
31881
|
#
|
31477
31882
|
# @!attribute [rw] owner_id
|
31478
|
-
# The ID of the
|
31883
|
+
# The ID of the account that owns the instance.
|
31479
31884
|
# @return [String]
|
31480
31885
|
#
|
31481
31886
|
# @see http://docs.aws.amazon.com/goto/WebAPI/ec2-2016-11-15/HostInstance AWS API Documentation
|
@@ -32251,7 +32656,7 @@ module Aws::EC2
|
|
32251
32656
|
# ],
|
32252
32657
|
# tag_specifications: [
|
32253
32658
|
# {
|
32254
|
-
# resource_type: "client-vpn-endpoint", # accepts client-vpn-endpoint, customer-gateway, dedicated-host, dhcp-options, egress-only-internet-gateway, elastic-ip, elastic-gpu, export-image-task, export-instance-task, fleet, fpga-image, host-reservation, image, import-image-task, import-snapshot-task, instance, internet-gateway, key-pair, launch-template, local-gateway-route-table-vpc-association, natgateway, network-acl, network-interface, network-insights-analysis, network-insights-path, 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-connect-peer, transit-gateway-multicast-domain, transit-gateway-route-table, volume, vpc, vpc-peering-connection, vpn-connection, vpn-gateway, vpc-flow-log
|
32659
|
+
# resource_type: "client-vpn-endpoint", # accepts client-vpn-endpoint, customer-gateway, dedicated-host, dhcp-options, egress-only-internet-gateway, elastic-ip, elastic-gpu, export-image-task, export-instance-task, fleet, fpga-image, host-reservation, image, import-image-task, import-snapshot-task, instance, internet-gateway, key-pair, launch-template, local-gateway-route-table-vpc-association, natgateway, network-acl, network-interface, network-insights-analysis, network-insights-path, placement-group, reserved-instances, route-table, security-group, security-group-rule, snapshot, spot-fleet-request, spot-instances-request, subnet, traffic-mirror-filter, traffic-mirror-session, traffic-mirror-target, transit-gateway, transit-gateway-attachment, transit-gateway-connect-peer, transit-gateway-multicast-domain, transit-gateway-route-table, volume, vpc, vpc-peering-connection, vpn-connection, vpn-gateway, vpc-flow-log
|
32255
32660
|
# tags: [
|
32256
32661
|
# {
|
32257
32662
|
# key: "String",
|
@@ -32857,7 +33262,7 @@ module Aws::EC2
|
|
32857
33262
|
# public_key_material: "data", # required
|
32858
33263
|
# tag_specifications: [
|
32859
33264
|
# {
|
32860
|
-
# resource_type: "client-vpn-endpoint", # accepts client-vpn-endpoint, customer-gateway, dedicated-host, dhcp-options, egress-only-internet-gateway, elastic-ip, elastic-gpu, export-image-task, export-instance-task, fleet, fpga-image, host-reservation, image, import-image-task, import-snapshot-task, instance, internet-gateway, key-pair, launch-template, local-gateway-route-table-vpc-association, natgateway, network-acl, network-interface, network-insights-analysis, network-insights-path, 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-connect-peer, transit-gateway-multicast-domain, transit-gateway-route-table, volume, vpc, vpc-peering-connection, vpn-connection, vpn-gateway, vpc-flow-log
|
33265
|
+
# resource_type: "client-vpn-endpoint", # accepts client-vpn-endpoint, customer-gateway, dedicated-host, dhcp-options, egress-only-internet-gateway, elastic-ip, elastic-gpu, export-image-task, export-instance-task, fleet, fpga-image, host-reservation, image, import-image-task, import-snapshot-task, instance, internet-gateway, key-pair, launch-template, local-gateway-route-table-vpc-association, natgateway, network-acl, network-interface, network-insights-analysis, network-insights-path, placement-group, reserved-instances, route-table, security-group, security-group-rule, snapshot, spot-fleet-request, spot-instances-request, subnet, traffic-mirror-filter, traffic-mirror-session, traffic-mirror-target, transit-gateway, transit-gateway-attachment, transit-gateway-connect-peer, transit-gateway-multicast-domain, transit-gateway-route-table, volume, vpc, vpc-peering-connection, vpn-connection, vpn-gateway, vpc-flow-log
|
32861
33266
|
# tags: [
|
32862
33267
|
# {
|
32863
33268
|
# key: "String",
|
@@ -32905,7 +33310,7 @@ module Aws::EC2
|
|
32905
33310
|
# @return [String]
|
32906
33311
|
#
|
32907
33312
|
# @!attribute [rw] key_name
|
32908
|
-
# The key pair name you provided.
|
33313
|
+
# The key pair name that you provided.
|
32909
33314
|
# @return [String]
|
32910
33315
|
#
|
32911
33316
|
# @!attribute [rw] key_pair_id
|
@@ -32954,7 +33359,7 @@ module Aws::EC2
|
|
32954
33359
|
# role_name: "String",
|
32955
33360
|
# tag_specifications: [
|
32956
33361
|
# {
|
32957
|
-
# resource_type: "client-vpn-endpoint", # accepts client-vpn-endpoint, customer-gateway, dedicated-host, dhcp-options, egress-only-internet-gateway, elastic-ip, elastic-gpu, export-image-task, export-instance-task, fleet, fpga-image, host-reservation, image, import-image-task, import-snapshot-task, instance, internet-gateway, key-pair, launch-template, local-gateway-route-table-vpc-association, natgateway, network-acl, network-interface, network-insights-analysis, network-insights-path, 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-connect-peer, transit-gateway-multicast-domain, transit-gateway-route-table, volume, vpc, vpc-peering-connection, vpn-connection, vpn-gateway, vpc-flow-log
|
33362
|
+
# resource_type: "client-vpn-endpoint", # accepts client-vpn-endpoint, customer-gateway, dedicated-host, dhcp-options, egress-only-internet-gateway, elastic-ip, elastic-gpu, export-image-task, export-instance-task, fleet, fpga-image, host-reservation, image, import-image-task, import-snapshot-task, instance, internet-gateway, key-pair, launch-template, local-gateway-route-table-vpc-association, natgateway, network-acl, network-interface, network-insights-analysis, network-insights-path, placement-group, reserved-instances, route-table, security-group, security-group-rule, snapshot, spot-fleet-request, spot-instances-request, subnet, traffic-mirror-filter, traffic-mirror-session, traffic-mirror-target, transit-gateway, transit-gateway-attachment, transit-gateway-connect-peer, transit-gateway-multicast-domain, transit-gateway-route-table, volume, vpc, vpc-peering-connection, vpn-connection, vpn-gateway, vpc-flow-log
|
32958
33363
|
# tags: [
|
32959
33364
|
# {
|
32960
33365
|
# key: "String",
|
@@ -33475,7 +33880,8 @@ module Aws::EC2
|
|
33475
33880
|
# @return [Types::InstanceMetadataOptionsResponse]
|
33476
33881
|
#
|
33477
33882
|
# @!attribute [rw] enclave_options
|
33478
|
-
# Indicates whether the instance is enabled for
|
33883
|
+
# Indicates whether the instance is enabled for Amazon Web Services
|
33884
|
+
# Nitro Enclaves.
|
33479
33885
|
# @return [Types::EnclaveOptions]
|
33480
33886
|
#
|
33481
33887
|
# @!attribute [rw] boot_mode
|
@@ -33563,8 +33969,8 @@ module Aws::EC2
|
|
33563
33969
|
# @return [Types::AttributeBooleanValue]
|
33564
33970
|
#
|
33565
33971
|
# @!attribute [rw] enclave_options
|
33566
|
-
# To enable the instance for
|
33567
|
-
# `true`; otherwise, set it to `false`.
|
33972
|
+
# To enable the instance for Amazon Web Services Nitro Enclaves, set
|
33973
|
+
# this parameter to `true`; otherwise, set it to `false`.
|
33568
33974
|
# @return [Types::EnclaveOptions]
|
33569
33975
|
#
|
33570
33976
|
# @!attribute [rw] ebs_optimized
|
@@ -34091,7 +34497,7 @@ module Aws::EC2
|
|
34091
34497
|
# @return [String]
|
34092
34498
|
#
|
34093
34499
|
# @!attribute [rw] owner_id
|
34094
|
-
# The ID of the
|
34500
|
+
# The ID of the account that created the network interface.
|
34095
34501
|
# @return [String]
|
34096
34502
|
#
|
34097
34503
|
# @!attribute [rw] private_dns_name
|
@@ -34126,7 +34532,7 @@ module Aws::EC2
|
|
34126
34532
|
# @!attribute [rw] interface_type
|
34127
34533
|
# Describes the type of network interface.
|
34128
34534
|
#
|
34129
|
-
# Valid values: `interface` \| `efa`
|
34535
|
+
# Valid values: `interface` \| `efa` \| `trunk`
|
34130
34536
|
# @return [String]
|
34131
34537
|
#
|
34132
34538
|
# @see http://docs.aws.amazon.com/goto/WebAPI/ec2-2016-11-15/InstanceNetworkInterface AWS API Documentation
|
@@ -34355,8 +34761,8 @@ module Aws::EC2
|
|
34355
34761
|
#
|
34356
34762
|
# You can only assign a carrier IP address to a network interface that
|
34357
34763
|
# is in a subnet in a Wavelength Zone. For more information about
|
34358
|
-
# carrier IP addresses, see Carrier IP addresses in the
|
34359
|
-
# Developer Guide.
|
34764
|
+
# carrier IP addresses, see Carrier IP addresses in the Amazon Web
|
34765
|
+
# Services Wavelength Developer Guide.
|
34360
34766
|
# @return [Boolean]
|
34361
34767
|
#
|
34362
34768
|
# @!attribute [rw] interface_type
|
@@ -34366,9 +34772,6 @@ module Aws::EC2
|
|
34366
34772
|
# information, see [Elastic Fabric Adapter][1] in the *Amazon Elastic
|
34367
34773
|
# Compute Cloud User Guide*.
|
34368
34774
|
#
|
34369
|
-
# If you are not creating an EFA, specify `interface` or omit this
|
34370
|
-
# parameter.
|
34371
|
-
#
|
34372
34775
|
# Valid values: `interface` \| `efa`
|
34373
34776
|
#
|
34374
34777
|
#
|
@@ -34888,13 +35291,13 @@ module Aws::EC2
|
|
34888
35291
|
# Information about the Capacity Reservation usage.
|
34889
35292
|
#
|
34890
35293
|
# @!attribute [rw] account_id
|
34891
|
-
# The ID of the
|
35294
|
+
# The ID of the account that is making use of the Capacity
|
34892
35295
|
# Reservation.
|
34893
35296
|
# @return [String]
|
34894
35297
|
#
|
34895
35298
|
# @!attribute [rw] used_instance_count
|
34896
|
-
# The number of instances the
|
34897
|
-
#
|
35299
|
+
# The number of instances the account currently has in the Capacity
|
35300
|
+
# Reservation.
|
34898
35301
|
# @return [Integer]
|
34899
35302
|
#
|
34900
35303
|
# @see http://docs.aws.amazon.com/goto/WebAPI/ec2-2016-11-15/InstanceUsage AWS API Documentation
|
@@ -35068,7 +35471,7 @@ module Aws::EC2
|
|
35068
35471
|
# @return [Integer]
|
35069
35472
|
#
|
35070
35473
|
# @!attribute [rw] user_id_group_pairs
|
35071
|
-
# The security group and
|
35474
|
+
# The security group and Amazon Web Services account ID pairs.
|
35072
35475
|
# @return [Array<Types::UserIdGroupPair>]
|
35073
35476
|
#
|
35074
35477
|
# @see http://docs.aws.amazon.com/goto/WebAPI/ec2-2016-11-15/IpPermission AWS API Documentation
|
@@ -35256,8 +35659,8 @@ module Aws::EC2
|
|
35256
35659
|
# @!attribute [rw] key_fingerprint
|
35257
35660
|
# If you used CreateKeyPair to create the key pair, this is the SHA-1
|
35258
35661
|
# digest of the DER encoded private key. If you used ImportKeyPair to
|
35259
|
-
# provide
|
35260
|
-
# as specified in section 4 of RFC4716.
|
35662
|
+
# provide Amazon Web Services the public key, this is the MD5 public
|
35663
|
+
# key fingerprint as specified in section 4 of RFC4716.
|
35261
35664
|
# @return [String]
|
35262
35665
|
#
|
35263
35666
|
# @!attribute [rw] key_name
|
@@ -36928,7 +37331,7 @@ module Aws::EC2
|
|
36928
37331
|
# data as a hash:
|
36929
37332
|
#
|
36930
37333
|
# {
|
36931
|
-
# resource_type: "client-vpn-endpoint", # accepts client-vpn-endpoint, customer-gateway, dedicated-host, dhcp-options, egress-only-internet-gateway, elastic-ip, elastic-gpu, export-image-task, export-instance-task, fleet, fpga-image, host-reservation, image, import-image-task, import-snapshot-task, instance, internet-gateway, key-pair, launch-template, local-gateway-route-table-vpc-association, natgateway, network-acl, network-interface, network-insights-analysis, network-insights-path, 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-connect-peer, transit-gateway-multicast-domain, transit-gateway-route-table, volume, vpc, vpc-peering-connection, vpn-connection, vpn-gateway, vpc-flow-log
|
37334
|
+
# resource_type: "client-vpn-endpoint", # accepts client-vpn-endpoint, customer-gateway, dedicated-host, dhcp-options, egress-only-internet-gateway, elastic-ip, elastic-gpu, export-image-task, export-instance-task, fleet, fpga-image, host-reservation, image, import-image-task, import-snapshot-task, instance, internet-gateway, key-pair, launch-template, local-gateway-route-table-vpc-association, natgateway, network-acl, network-interface, network-insights-analysis, network-insights-path, placement-group, reserved-instances, route-table, security-group, security-group-rule, snapshot, spot-fleet-request, spot-instances-request, subnet, traffic-mirror-filter, traffic-mirror-session, traffic-mirror-target, transit-gateway, transit-gateway-attachment, transit-gateway-connect-peer, transit-gateway-multicast-domain, transit-gateway-route-table, volume, vpc, vpc-peering-connection, vpn-connection, vpn-gateway, vpc-flow-log
|
36932
37335
|
# tags: [
|
36933
37336
|
# {
|
36934
37337
|
# key: "String",
|
@@ -38074,6 +38477,7 @@ module Aws::EC2
|
|
38074
38477
|
# spot_target_capacity: 1,
|
38075
38478
|
# default_target_capacity_type: "spot", # accepts spot, on-demand
|
38076
38479
|
# },
|
38480
|
+
# context: "String",
|
38077
38481
|
# }
|
38078
38482
|
#
|
38079
38483
|
# @!attribute [rw] dry_run
|
@@ -38101,6 +38505,10 @@ module Aws::EC2
|
|
38101
38505
|
# The size of the EC2 Fleet.
|
38102
38506
|
# @return [Types::TargetCapacitySpecificationRequest]
|
38103
38507
|
#
|
38508
|
+
# @!attribute [rw] context
|
38509
|
+
# Reserved.
|
38510
|
+
# @return [String]
|
38511
|
+
#
|
38104
38512
|
# @see http://docs.aws.amazon.com/goto/WebAPI/ec2-2016-11-15/ModifyFleetRequest AWS API Documentation
|
38105
38513
|
#
|
38106
38514
|
class ModifyFleetRequest < Struct.new(
|
@@ -38108,7 +38516,8 @@ module Aws::EC2
|
|
38108
38516
|
:excess_capacity_termination_policy,
|
38109
38517
|
:launch_template_configs,
|
38110
38518
|
:fleet_id,
|
38111
|
-
:target_capacity_specification
|
38519
|
+
:target_capacity_specification,
|
38520
|
+
:context)
|
38112
38521
|
SENSITIVE = []
|
38113
38522
|
include Aws::Structure
|
38114
38523
|
end
|
@@ -38655,9 +39064,9 @@ module Aws::EC2
|
|
38655
39064
|
#
|
38656
39065
|
# @!attribute [rw] user_data
|
38657
39066
|
# Changes the instance's user data to the specified value. If you are
|
38658
|
-
# using an
|
38659
|
-
# for you, and you can load the text from
|
38660
|
-
# provide base64-encoded text.
|
39067
|
+
# using an Amazon Web Services SDK or command line tool,
|
39068
|
+
# base64-encoding is performed for you, and you can load the text from
|
39069
|
+
# a file. Otherwise, you must provide base64-encoded text.
|
38661
39070
|
# @return [Types::BlobAttributeValue]
|
38662
39071
|
#
|
38663
39072
|
# @!attribute [rw] value
|
@@ -39293,6 +39702,66 @@ module Aws::EC2
|
|
39293
39702
|
include Aws::Structure
|
39294
39703
|
end
|
39295
39704
|
|
39705
|
+
# @note When making an API call, you may pass ModifySecurityGroupRulesRequest
|
39706
|
+
# data as a hash:
|
39707
|
+
#
|
39708
|
+
# {
|
39709
|
+
# group_id: "SecurityGroupId", # required
|
39710
|
+
# security_group_rules: [ # required
|
39711
|
+
# {
|
39712
|
+
# security_group_rule_id: "SecurityGroupRuleId",
|
39713
|
+
# security_group_rule: {
|
39714
|
+
# ip_protocol: "String",
|
39715
|
+
# from_port: 1,
|
39716
|
+
# to_port: 1,
|
39717
|
+
# cidr_ipv_4: "String",
|
39718
|
+
# cidr_ipv_6: "String",
|
39719
|
+
# prefix_list_id: "PrefixListResourceId",
|
39720
|
+
# referenced_group_id: "SecurityGroupId",
|
39721
|
+
# description: "String",
|
39722
|
+
# },
|
39723
|
+
# },
|
39724
|
+
# ],
|
39725
|
+
# dry_run: false,
|
39726
|
+
# }
|
39727
|
+
#
|
39728
|
+
# @!attribute [rw] group_id
|
39729
|
+
# The ID of the security group.
|
39730
|
+
# @return [String]
|
39731
|
+
#
|
39732
|
+
# @!attribute [rw] security_group_rules
|
39733
|
+
# Information about the security group properties to update.
|
39734
|
+
# @return [Array<Types::SecurityGroupRuleUpdate>]
|
39735
|
+
#
|
39736
|
+
# @!attribute [rw] dry_run
|
39737
|
+
# Checks whether you have the required permissions for the action,
|
39738
|
+
# without actually making the request, and provides an error response.
|
39739
|
+
# If you have the required permissions, the error response is
|
39740
|
+
# `DryRunOperation`. Otherwise, it is `UnauthorizedOperation`.
|
39741
|
+
# @return [Boolean]
|
39742
|
+
#
|
39743
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/ec2-2016-11-15/ModifySecurityGroupRulesRequest AWS API Documentation
|
39744
|
+
#
|
39745
|
+
class ModifySecurityGroupRulesRequest < Struct.new(
|
39746
|
+
:group_id,
|
39747
|
+
:security_group_rules,
|
39748
|
+
:dry_run)
|
39749
|
+
SENSITIVE = []
|
39750
|
+
include Aws::Structure
|
39751
|
+
end
|
39752
|
+
|
39753
|
+
# @!attribute [rw] return
|
39754
|
+
# Returns `true` if the request succeeds; otherwise, returns an error.
|
39755
|
+
# @return [Boolean]
|
39756
|
+
#
|
39757
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/ec2-2016-11-15/ModifySecurityGroupRulesResult AWS API Documentation
|
39758
|
+
#
|
39759
|
+
class ModifySecurityGroupRulesResult < Struct.new(
|
39760
|
+
:return)
|
39761
|
+
SENSITIVE = []
|
39762
|
+
include Aws::Structure
|
39763
|
+
end
|
39764
|
+
|
39296
39765
|
# @note When making an API call, you may pass ModifySnapshotAttributeRequest
|
39297
39766
|
# data as a hash:
|
39298
39767
|
#
|
@@ -39394,6 +39863,7 @@ module Aws::EC2
|
|
39394
39863
|
# spot_fleet_request_id: "SpotFleetRequestId", # required
|
39395
39864
|
# target_capacity: 1,
|
39396
39865
|
# on_demand_target_capacity: 1,
|
39866
|
+
# context: "String",
|
39397
39867
|
# }
|
39398
39868
|
#
|
39399
39869
|
# @!attribute [rw] excess_capacity_termination_policy
|
@@ -39421,6 +39891,10 @@ module Aws::EC2
|
|
39421
39891
|
# The number of On-Demand Instances in the fleet.
|
39422
39892
|
# @return [Integer]
|
39423
39893
|
#
|
39894
|
+
# @!attribute [rw] context
|
39895
|
+
# Reserved.
|
39896
|
+
# @return [String]
|
39897
|
+
#
|
39424
39898
|
# @see http://docs.aws.amazon.com/goto/WebAPI/ec2-2016-11-15/ModifySpotFleetRequestRequest AWS API Documentation
|
39425
39899
|
#
|
39426
39900
|
class ModifySpotFleetRequestRequest < Struct.new(
|
@@ -39428,7 +39902,8 @@ module Aws::EC2
|
|
39428
39902
|
:launch_template_configs,
|
39429
39903
|
:spot_fleet_request_id,
|
39430
39904
|
:target_capacity,
|
39431
|
-
:on_demand_target_capacity
|
39905
|
+
:on_demand_target_capacity,
|
39906
|
+
:context)
|
39432
39907
|
SENSITIVE = []
|
39433
39908
|
include Aws::Structure
|
39434
39909
|
end
|
@@ -41886,7 +42361,7 @@ module Aws::EC2
|
|
41886
42361
|
# @return [String]
|
41887
42362
|
#
|
41888
42363
|
# @!attribute [rw] owner_id
|
41889
|
-
# The
|
42364
|
+
# The account ID of the owner of the network interface.
|
41890
42365
|
# @return [String]
|
41891
42366
|
#
|
41892
42367
|
# @!attribute [rw] private_dns_name
|
@@ -41902,12 +42377,13 @@ module Aws::EC2
|
|
41902
42377
|
# @return [Array<Types::NetworkInterfacePrivateIpAddress>]
|
41903
42378
|
#
|
41904
42379
|
# @!attribute [rw] requester_id
|
41905
|
-
# The alias or
|
41906
|
-
#
|
42380
|
+
# The alias or account ID of the principal or service that created the
|
42381
|
+
# network interface.
|
41907
42382
|
# @return [String]
|
41908
42383
|
#
|
41909
42384
|
# @!attribute [rw] requester_managed
|
41910
|
-
# Indicates whether the network interface is being managed by
|
42385
|
+
# Indicates whether the network interface is being managed by Amazon
|
42386
|
+
# Web Services.
|
41911
42387
|
# @return [Boolean]
|
41912
42388
|
#
|
41913
42389
|
# @!attribute [rw] source_dest_check
|
@@ -42037,7 +42513,7 @@ module Aws::EC2
|
|
42037
42513
|
# @return [String]
|
42038
42514
|
#
|
42039
42515
|
# @!attribute [rw] instance_owner_id
|
42040
|
-
# The
|
42516
|
+
# The account ID of the owner of the instance.
|
42041
42517
|
# @return [String]
|
42042
42518
|
#
|
42043
42519
|
# @!attribute [rw] status
|
@@ -42112,11 +42588,11 @@ module Aws::EC2
|
|
42112
42588
|
# @return [String]
|
42113
42589
|
#
|
42114
42590
|
# @!attribute [rw] aws_account_id
|
42115
|
-
# The
|
42591
|
+
# The account ID.
|
42116
42592
|
# @return [String]
|
42117
42593
|
#
|
42118
42594
|
# @!attribute [rw] aws_service
|
42119
|
-
# The
|
42595
|
+
# The Amazon Web Service.
|
42120
42596
|
# @return [String]
|
42121
42597
|
#
|
42122
42598
|
# @!attribute [rw] permission
|
@@ -42982,10 +43458,10 @@ module Aws::EC2
|
|
42982
43458
|
include Aws::Structure
|
42983
43459
|
end
|
42984
43460
|
|
42985
|
-
# Describes prefixes for
|
43461
|
+
# Describes prefixes for Amazon Web Services services.
|
42986
43462
|
#
|
42987
43463
|
# @!attribute [rw] cidrs
|
42988
|
-
# The IP address range of the
|
43464
|
+
# The IP address range of the Amazon Web Service.
|
42989
43465
|
# @return [Array<String>]
|
42990
43466
|
#
|
42991
43467
|
# @!attribute [rw] prefix_list_id
|
@@ -43340,7 +43816,7 @@ module Aws::EC2
|
|
43340
43816
|
# dry_run: false,
|
43341
43817
|
# pool_tag_specifications: [
|
43342
43818
|
# {
|
43343
|
-
# resource_type: "client-vpn-endpoint", # accepts client-vpn-endpoint, customer-gateway, dedicated-host, dhcp-options, egress-only-internet-gateway, elastic-ip, elastic-gpu, export-image-task, export-instance-task, fleet, fpga-image, host-reservation, image, import-image-task, import-snapshot-task, instance, internet-gateway, key-pair, launch-template, local-gateway-route-table-vpc-association, natgateway, network-acl, network-interface, network-insights-analysis, network-insights-path, 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-connect-peer, transit-gateway-multicast-domain, transit-gateway-route-table, volume, vpc, vpc-peering-connection, vpn-connection, vpn-gateway, vpc-flow-log
|
43819
|
+
# resource_type: "client-vpn-endpoint", # accepts client-vpn-endpoint, customer-gateway, dedicated-host, dhcp-options, egress-only-internet-gateway, elastic-ip, elastic-gpu, export-image-task, export-instance-task, fleet, fpga-image, host-reservation, image, import-image-task, import-snapshot-task, instance, internet-gateway, key-pair, launch-template, local-gateway-route-table-vpc-association, natgateway, network-acl, network-interface, network-insights-analysis, network-insights-path, placement-group, reserved-instances, route-table, security-group, security-group-rule, snapshot, spot-fleet-request, spot-instances-request, subnet, traffic-mirror-filter, traffic-mirror-session, traffic-mirror-target, transit-gateway, transit-gateway-attachment, transit-gateway-connect-peer, transit-gateway-multicast-domain, transit-gateway-route-table, volume, vpc, vpc-peering-connection, vpn-connection, vpn-gateway, vpc-flow-log
|
43344
43820
|
# tags: [
|
43345
43821
|
# {
|
43346
43822
|
# key: "String",
|
@@ -43349,6 +43825,7 @@ module Aws::EC2
|
|
43349
43825
|
# ],
|
43350
43826
|
# },
|
43351
43827
|
# ],
|
43828
|
+
# multi_region: false,
|
43352
43829
|
# }
|
43353
43830
|
#
|
43354
43831
|
# @!attribute [rw] cidr
|
@@ -43386,6 +43863,10 @@ module Aws::EC2
|
|
43386
43863
|
# The tags to apply to the address pool.
|
43387
43864
|
# @return [Array<Types::TagSpecification>]
|
43388
43865
|
#
|
43866
|
+
# @!attribute [rw] multi_region
|
43867
|
+
# <para>Reserved.</para>
|
43868
|
+
# @return [Boolean]
|
43869
|
+
#
|
43389
43870
|
# @see http://docs.aws.amazon.com/goto/WebAPI/ec2-2016-11-15/ProvisionByoipCidrRequest AWS API Documentation
|
43390
43871
|
#
|
43391
43872
|
class ProvisionByoipCidrRequest < Struct.new(
|
@@ -43394,7 +43875,8 @@ module Aws::EC2
|
|
43394
43875
|
:publicly_advertisable,
|
43395
43876
|
:description,
|
43396
43877
|
:dry_run,
|
43397
|
-
:pool_tag_specifications
|
43878
|
+
:pool_tag_specifications,
|
43879
|
+
:multi_region)
|
43398
43880
|
SENSITIVE = []
|
43399
43881
|
include Aws::Structure
|
43400
43882
|
end
|
@@ -43531,7 +44013,8 @@ module Aws::EC2
|
|
43531
44013
|
# @!attribute [rw] network_border_group
|
43532
44014
|
# The name of the location from which the address pool is advertised.
|
43533
44015
|
# A network border group is a unique set of Availability Zones or
|
43534
|
-
# Local Zones from where
|
44016
|
+
# Local Zones from where Amazon Web Services advertises public IP
|
44017
|
+
# addresses.
|
43535
44018
|
# @return [String]
|
43536
44019
|
#
|
43537
44020
|
# @!attribute [rw] tags
|
@@ -43643,7 +44126,7 @@ module Aws::EC2
|
|
43643
44126
|
# offering_id: "OfferingId", # required
|
43644
44127
|
# tag_specifications: [
|
43645
44128
|
# {
|
43646
|
-
# resource_type: "client-vpn-endpoint", # accepts client-vpn-endpoint, customer-gateway, dedicated-host, dhcp-options, egress-only-internet-gateway, elastic-ip, elastic-gpu, export-image-task, export-instance-task, fleet, fpga-image, host-reservation, image, import-image-task, import-snapshot-task, instance, internet-gateway, key-pair, launch-template, local-gateway-route-table-vpc-association, natgateway, network-acl, network-interface, network-insights-analysis, network-insights-path, 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-connect-peer, transit-gateway-multicast-domain, transit-gateway-route-table, volume, vpc, vpc-peering-connection, vpn-connection, vpn-gateway, vpc-flow-log
|
44129
|
+
# resource_type: "client-vpn-endpoint", # accepts client-vpn-endpoint, customer-gateway, dedicated-host, dhcp-options, egress-only-internet-gateway, elastic-ip, elastic-gpu, export-image-task, export-instance-task, fleet, fpga-image, host-reservation, image, import-image-task, import-snapshot-task, instance, internet-gateway, key-pair, launch-template, local-gateway-route-table-vpc-association, natgateway, network-acl, network-interface, network-insights-analysis, network-insights-path, placement-group, reserved-instances, route-table, security-group, security-group-rule, snapshot, spot-fleet-request, spot-instances-request, subnet, traffic-mirror-filter, traffic-mirror-session, traffic-mirror-target, transit-gateway, transit-gateway-attachment, transit-gateway-connect-peer, transit-gateway-multicast-domain, transit-gateway-route-table, volume, vpc, vpc-peering-connection, vpn-connection, vpn-gateway, vpc-flow-log
|
43647
44130
|
# tags: [
|
43648
44131
|
# {
|
43649
44132
|
# key: "String",
|
@@ -43831,7 +44314,14 @@ module Aws::EC2
|
|
43831
44314
|
# Contains the output of PurchaseReservedInstancesOffering.
|
43832
44315
|
#
|
43833
44316
|
# @!attribute [rw] reserved_instances_id
|
43834
|
-
# The IDs of the purchased Reserved Instances.
|
44317
|
+
# The IDs of the purchased Reserved Instances. If your purchase
|
44318
|
+
# crosses into a discounted pricing tier, the final Reserved Instances
|
44319
|
+
# IDs might change. For more information, see [Crossing pricing
|
44320
|
+
# tiers][1] in the *Amazon Elastic Compute Cloud User Guide*.
|
44321
|
+
#
|
44322
|
+
#
|
44323
|
+
#
|
44324
|
+
# [1]: https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/concepts-reserved-instances-application.html#crossing-pricing-tiers
|
43835
44325
|
# @return [String]
|
43836
44326
|
#
|
43837
44327
|
# @see http://docs.aws.amazon.com/goto/WebAPI/ec2-2016-11-15/PurchaseReservedInstancesOfferingResult AWS API Documentation
|
@@ -43952,6 +44442,41 @@ module Aws::EC2
|
|
43952
44442
|
include Aws::Structure
|
43953
44443
|
end
|
43954
44444
|
|
44445
|
+
# Describes the security group that is referenced in the security group
|
44446
|
+
# rule.
|
44447
|
+
#
|
44448
|
+
# @!attribute [rw] group_id
|
44449
|
+
# The ID of the security group.
|
44450
|
+
# @return [String]
|
44451
|
+
#
|
44452
|
+
# @!attribute [rw] peering_status
|
44453
|
+
# The status of a VPC peering connection, if applicable.
|
44454
|
+
# @return [String]
|
44455
|
+
#
|
44456
|
+
# @!attribute [rw] user_id
|
44457
|
+
# The account ID.
|
44458
|
+
# @return [String]
|
44459
|
+
#
|
44460
|
+
# @!attribute [rw] vpc_id
|
44461
|
+
# The ID of the VPC.
|
44462
|
+
# @return [String]
|
44463
|
+
#
|
44464
|
+
# @!attribute [rw] vpc_peering_connection_id
|
44465
|
+
# The ID of the VPC peering connection.
|
44466
|
+
# @return [String]
|
44467
|
+
#
|
44468
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/ec2-2016-11-15/ReferencedSecurityGroup AWS API Documentation
|
44469
|
+
#
|
44470
|
+
class ReferencedSecurityGroup < Struct.new(
|
44471
|
+
:group_id,
|
44472
|
+
:peering_status,
|
44473
|
+
:user_id,
|
44474
|
+
:vpc_id,
|
44475
|
+
:vpc_peering_connection_id)
|
44476
|
+
SENSITIVE = []
|
44477
|
+
include Aws::Structure
|
44478
|
+
end
|
44479
|
+
|
43955
44480
|
# Describes a Region.
|
43956
44481
|
#
|
43957
44482
|
# @!attribute [rw] endpoint
|
@@ -45310,7 +45835,7 @@ module Aws::EC2
|
|
45310
45835
|
# user_data: "String",
|
45311
45836
|
# tag_specifications: [
|
45312
45837
|
# {
|
45313
|
-
# resource_type: "client-vpn-endpoint", # accepts client-vpn-endpoint, customer-gateway, dedicated-host, dhcp-options, egress-only-internet-gateway, elastic-ip, elastic-gpu, export-image-task, export-instance-task, fleet, fpga-image, host-reservation, image, import-image-task, import-snapshot-task, instance, internet-gateway, key-pair, launch-template, local-gateway-route-table-vpc-association, natgateway, network-acl, network-interface, network-insights-analysis, network-insights-path, 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-connect-peer, transit-gateway-multicast-domain, transit-gateway-route-table, volume, vpc, vpc-peering-connection, vpn-connection, vpn-gateway, vpc-flow-log
|
45838
|
+
# resource_type: "client-vpn-endpoint", # accepts client-vpn-endpoint, customer-gateway, dedicated-host, dhcp-options, egress-only-internet-gateway, elastic-ip, elastic-gpu, export-image-task, export-instance-task, fleet, fpga-image, host-reservation, image, import-image-task, import-snapshot-task, instance, internet-gateway, key-pair, launch-template, local-gateway-route-table-vpc-association, natgateway, network-acl, network-interface, network-insights-analysis, network-insights-path, placement-group, reserved-instances, route-table, security-group, security-group-rule, snapshot, spot-fleet-request, spot-instances-request, subnet, traffic-mirror-filter, traffic-mirror-session, traffic-mirror-target, transit-gateway, transit-gateway-attachment, transit-gateway-connect-peer, transit-gateway-multicast-domain, transit-gateway-route-table, volume, vpc, vpc-peering-connection, vpn-connection, vpn-gateway, vpc-flow-log
|
45314
45839
|
# tags: [
|
45315
45840
|
# {
|
45316
45841
|
# key: "String",
|
@@ -45724,7 +46249,7 @@ module Aws::EC2
|
|
45724
46249
|
# weighted_capacity: 1.0,
|
45725
46250
|
# tag_specifications: [
|
45726
46251
|
# {
|
45727
|
-
# resource_type: "client-vpn-endpoint", # accepts client-vpn-endpoint, customer-gateway, dedicated-host, dhcp-options, egress-only-internet-gateway, elastic-ip, elastic-gpu, export-image-task, export-instance-task, fleet, fpga-image, host-reservation, image, import-image-task, import-snapshot-task, instance, internet-gateway, key-pair, launch-template, local-gateway-route-table-vpc-association, natgateway, network-acl, network-interface, network-insights-analysis, network-insights-path, 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-connect-peer, transit-gateway-multicast-domain, transit-gateway-route-table, volume, vpc, vpc-peering-connection, vpn-connection, vpn-gateway, vpc-flow-log
|
46252
|
+
# resource_type: "client-vpn-endpoint", # accepts client-vpn-endpoint, customer-gateway, dedicated-host, dhcp-options, egress-only-internet-gateway, elastic-ip, elastic-gpu, export-image-task, export-instance-task, fleet, fpga-image, host-reservation, image, import-image-task, import-snapshot-task, instance, internet-gateway, key-pair, launch-template, local-gateway-route-table-vpc-association, natgateway, network-acl, network-interface, network-insights-analysis, network-insights-path, placement-group, reserved-instances, route-table, security-group, security-group-rule, snapshot, spot-fleet-request, spot-instances-request, subnet, traffic-mirror-filter, traffic-mirror-session, traffic-mirror-target, transit-gateway, transit-gateway-attachment, transit-gateway-connect-peer, transit-gateway-multicast-domain, transit-gateway-route-table, volume, vpc, vpc-peering-connection, vpn-connection, vpn-gateway, vpc-flow-log
|
45728
46253
|
# tags: [
|
45729
46254
|
# {
|
45730
46255
|
# key: "String",
|
@@ -45782,9 +46307,10 @@ module Aws::EC2
|
|
45782
46307
|
# },
|
45783
46308
|
# },
|
45784
46309
|
# instance_pools_to_use_count: 1,
|
46310
|
+
# context: "String",
|
45785
46311
|
# tag_specifications: [
|
45786
46312
|
# {
|
45787
|
-
# resource_type: "client-vpn-endpoint", # accepts client-vpn-endpoint, customer-gateway, dedicated-host, dhcp-options, egress-only-internet-gateway, elastic-ip, elastic-gpu, export-image-task, export-instance-task, fleet, fpga-image, host-reservation, image, import-image-task, import-snapshot-task, instance, internet-gateway, key-pair, launch-template, local-gateway-route-table-vpc-association, natgateway, network-acl, network-interface, network-insights-analysis, network-insights-path, 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-connect-peer, transit-gateway-multicast-domain, transit-gateway-route-table, volume, vpc, vpc-peering-connection, vpn-connection, vpn-gateway, vpc-flow-log
|
46313
|
+
# resource_type: "client-vpn-endpoint", # accepts client-vpn-endpoint, customer-gateway, dedicated-host, dhcp-options, egress-only-internet-gateway, elastic-ip, elastic-gpu, export-image-task, export-instance-task, fleet, fpga-image, host-reservation, image, import-image-task, import-snapshot-task, instance, internet-gateway, key-pair, launch-template, local-gateway-route-table-vpc-association, natgateway, network-acl, network-interface, network-insights-analysis, network-insights-path, placement-group, reserved-instances, route-table, security-group, security-group-rule, snapshot, spot-fleet-request, spot-instances-request, subnet, traffic-mirror-filter, traffic-mirror-session, traffic-mirror-target, transit-gateway, transit-gateway-attachment, transit-gateway-connect-peer, transit-gateway-multicast-domain, transit-gateway-route-table, volume, vpc, vpc-peering-connection, vpn-connection, vpn-gateway, vpc-flow-log
|
45788
46314
|
# tags: [
|
45789
46315
|
# {
|
45790
46316
|
# key: "String",
|
@@ -45919,7 +46445,7 @@ module Aws::EC2
|
|
45919
46445
|
# valid_until: Time.now,
|
45920
46446
|
# tag_specifications: [
|
45921
46447
|
# {
|
45922
|
-
# resource_type: "client-vpn-endpoint", # accepts client-vpn-endpoint, customer-gateway, dedicated-host, dhcp-options, egress-only-internet-gateway, elastic-ip, elastic-gpu, export-image-task, export-instance-task, fleet, fpga-image, host-reservation, image, import-image-task, import-snapshot-task, instance, internet-gateway, key-pair, launch-template, local-gateway-route-table-vpc-association, natgateway, network-acl, network-interface, network-insights-analysis, network-insights-path, 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-connect-peer, transit-gateway-multicast-domain, transit-gateway-route-table, volume, vpc, vpc-peering-connection, vpn-connection, vpn-gateway, vpc-flow-log
|
46448
|
+
# resource_type: "client-vpn-endpoint", # accepts client-vpn-endpoint, customer-gateway, dedicated-host, dhcp-options, egress-only-internet-gateway, elastic-ip, elastic-gpu, export-image-task, export-instance-task, fleet, fpga-image, host-reservation, image, import-image-task, import-snapshot-task, instance, internet-gateway, key-pair, launch-template, local-gateway-route-table-vpc-association, natgateway, network-acl, network-interface, network-insights-analysis, network-insights-path, placement-group, reserved-instances, route-table, security-group, security-group-rule, snapshot, spot-fleet-request, spot-instances-request, subnet, traffic-mirror-filter, traffic-mirror-session, traffic-mirror-target, transit-gateway, transit-gateway-attachment, transit-gateway-connect-peer, transit-gateway-multicast-domain, transit-gateway-route-table, volume, vpc, vpc-peering-connection, vpn-connection, vpn-gateway, vpc-flow-log
|
45923
46449
|
# tags: [
|
45924
46450
|
# {
|
45925
46451
|
# key: "String",
|
@@ -45957,22 +46483,7 @@ module Aws::EC2
|
|
45957
46483
|
# @return [String]
|
45958
46484
|
#
|
45959
46485
|
# @!attribute [rw] block_duration_minutes
|
45960
|
-
#
|
45961
|
-
# blocks), in minutes. This value must be a multiple of 60 (60, 120,
|
45962
|
-
# 180, 240, 300, or 360).
|
45963
|
-
#
|
45964
|
-
# The duration period starts as soon as your Spot Instance receives
|
45965
|
-
# its instance ID. At the end of the duration period, Amazon EC2 marks
|
45966
|
-
# the Spot Instance for termination and provides a Spot Instance
|
45967
|
-
# termination notice, which gives the instance a two-minute warning
|
45968
|
-
# before it terminates.
|
45969
|
-
#
|
45970
|
-
# You can't specify an Availability Zone group or a launch group if
|
45971
|
-
# you specify a duration.
|
45972
|
-
#
|
45973
|
-
# New accounts or accounts with no previous billing history with AWS
|
45974
|
-
# are not eligible for Spot Instances with a defined duration (also
|
45975
|
-
# known as Spot blocks).
|
46486
|
+
# Deprecated.
|
45976
46487
|
# @return [Integer]
|
45977
46488
|
#
|
45978
46489
|
# @!attribute [rw] client_token
|
@@ -46295,12 +46806,12 @@ module Aws::EC2
|
|
46295
46806
|
# @return [Array<Types::Instance>]
|
46296
46807
|
#
|
46297
46808
|
# @!attribute [rw] owner_id
|
46298
|
-
# The ID of the
|
46809
|
+
# The ID of the account that owns the reservation.
|
46299
46810
|
# @return [String]
|
46300
46811
|
#
|
46301
46812
|
# @!attribute [rw] requester_id
|
46302
46813
|
# The ID of the requester that launched the instances on your behalf
|
46303
|
-
# (for example,
|
46814
|
+
# (for example, Management Console or Auto Scaling).
|
46304
46815
|
# @return [String]
|
46305
46816
|
#
|
46306
46817
|
# @!attribute [rw] reservation_id
|
@@ -46753,8 +47264,8 @@ module Aws::EC2
|
|
46753
47264
|
#
|
46754
47265
|
# @!attribute [rw] marketplace
|
46755
47266
|
# Indicates whether the offering is available through the Reserved
|
46756
|
-
# Instance Marketplace (resale) or
|
46757
|
-
# Marketplace offering, this is `true`.
|
47267
|
+
# Instance Marketplace (resale) or Amazon Web Services. If it's a
|
47268
|
+
# Reserved Instance Marketplace offering, this is `true`.
|
46758
47269
|
# @return [Boolean]
|
46759
47270
|
#
|
46760
47271
|
# @!attribute [rw] offering_class
|
@@ -47460,6 +47971,7 @@ module Aws::EC2
|
|
47460
47971
|
# ],
|
47461
47972
|
# },
|
47462
47973
|
# ],
|
47974
|
+
# security_group_rule_ids: ["String"],
|
47463
47975
|
# cidr_ip: "String",
|
47464
47976
|
# from_port: 1,
|
47465
47977
|
# ip_protocol: "String",
|
@@ -47485,6 +47997,10 @@ module Aws::EC2
|
|
47485
47997
|
# permissions.
|
47486
47998
|
# @return [Array<Types::IpPermission>]
|
47487
47999
|
#
|
48000
|
+
# @!attribute [rw] security_group_rule_ids
|
48001
|
+
# The IDs of the security group rules.
|
48002
|
+
# @return [Array<String>]
|
48003
|
+
#
|
47488
48004
|
# @!attribute [rw] cidr_ip
|
47489
48005
|
# Not supported. Use a set of IP permissions to specify the CIDR.
|
47490
48006
|
# @return [String]
|
@@ -47518,6 +48034,7 @@ module Aws::EC2
|
|
47518
48034
|
:dry_run,
|
47519
48035
|
:group_id,
|
47520
48036
|
:ip_permissions,
|
48037
|
+
:security_group_rule_ids,
|
47521
48038
|
:cidr_ip,
|
47522
48039
|
:from_port,
|
47523
48040
|
:ip_protocol,
|
@@ -47596,6 +48113,7 @@ module Aws::EC2
|
|
47596
48113
|
# source_security_group_owner_id: "String",
|
47597
48114
|
# to_port: 1,
|
47598
48115
|
# dry_run: false,
|
48116
|
+
# security_group_rule_ids: ["String"],
|
47599
48117
|
# }
|
47600
48118
|
#
|
47601
48119
|
# @!attribute [rw] cidr_ip
|
@@ -47646,12 +48164,13 @@ module Aws::EC2
|
|
47646
48164
|
# @return [String]
|
47647
48165
|
#
|
47648
48166
|
# @!attribute [rw] source_security_group_owner_id
|
47649
|
-
# \[EC2-Classic\] The
|
47650
|
-
# the source security group is in a different
|
47651
|
-
# specify this parameter in combination with the
|
47652
|
-
# the CIDR IP address range, the IP protocol,
|
47653
|
-
# range, and the end of the port range. To
|
47654
|
-
# an IP protocol and port range, use a set
|
48167
|
+
# \[EC2-Classic\] The Amazon Web Services account ID of the source
|
48168
|
+
# security group, if the source security group is in a different
|
48169
|
+
# account. You can't specify this parameter in combination with the
|
48170
|
+
# following parameters: the CIDR IP address range, the IP protocol,
|
48171
|
+
# the start of the port range, and the end of the port range. To
|
48172
|
+
# revoke a specific rule for an IP protocol and port range, use a set
|
48173
|
+
# of IP permissions instead.
|
47655
48174
|
# @return [String]
|
47656
48175
|
#
|
47657
48176
|
# @!attribute [rw] to_port
|
@@ -47667,6 +48186,10 @@ module Aws::EC2
|
|
47667
48186
|
# `DryRunOperation`. Otherwise, it is `UnauthorizedOperation`.
|
47668
48187
|
# @return [Boolean]
|
47669
48188
|
#
|
48189
|
+
# @!attribute [rw] security_group_rule_ids
|
48190
|
+
# The IDs of the security group rules.
|
48191
|
+
# @return [Array<String>]
|
48192
|
+
#
|
47670
48193
|
# @see http://docs.aws.amazon.com/goto/WebAPI/ec2-2016-11-15/RevokeSecurityGroupIngressRequest AWS API Documentation
|
47671
48194
|
#
|
47672
48195
|
class RevokeSecurityGroupIngressRequest < Struct.new(
|
@@ -47679,7 +48202,8 @@ module Aws::EC2
|
|
47679
48202
|
:source_security_group_name,
|
47680
48203
|
:source_security_group_owner_id,
|
47681
48204
|
:to_port,
|
47682
|
-
:dry_run
|
48205
|
+
:dry_run,
|
48206
|
+
:security_group_rule_ids)
|
47683
48207
|
SENSITIVE = []
|
47684
48208
|
include Aws::Structure
|
47685
48209
|
end
|
@@ -48030,7 +48554,7 @@ module Aws::EC2
|
|
48030
48554
|
# ],
|
48031
48555
|
# tag_specifications: [
|
48032
48556
|
# {
|
48033
|
-
# resource_type: "client-vpn-endpoint", # accepts client-vpn-endpoint, customer-gateway, dedicated-host, dhcp-options, egress-only-internet-gateway, elastic-ip, elastic-gpu, export-image-task, export-instance-task, fleet, fpga-image, host-reservation, image, import-image-task, import-snapshot-task, instance, internet-gateway, key-pair, launch-template, local-gateway-route-table-vpc-association, natgateway, network-acl, network-interface, network-insights-analysis, network-insights-path, 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-connect-peer, transit-gateway-multicast-domain, transit-gateway-route-table, volume, vpc, vpc-peering-connection, vpn-connection, vpn-gateway, vpc-flow-log
|
48557
|
+
# resource_type: "client-vpn-endpoint", # accepts client-vpn-endpoint, customer-gateway, dedicated-host, dhcp-options, egress-only-internet-gateway, elastic-ip, elastic-gpu, export-image-task, export-instance-task, fleet, fpga-image, host-reservation, image, import-image-task, import-snapshot-task, instance, internet-gateway, key-pair, launch-template, local-gateway-route-table-vpc-association, natgateway, network-acl, network-interface, network-insights-analysis, network-insights-path, placement-group, reserved-instances, route-table, security-group, security-group-rule, snapshot, spot-fleet-request, spot-instances-request, subnet, traffic-mirror-filter, traffic-mirror-session, traffic-mirror-target, transit-gateway, transit-gateway-attachment, transit-gateway-connect-peer, transit-gateway-multicast-domain, transit-gateway-route-table, volume, vpc, vpc-peering-connection, vpn-connection, vpn-gateway, vpc-flow-log
|
48034
48558
|
# tags: [
|
48035
48559
|
# {
|
48036
48560
|
# key: "String",
|
@@ -48198,8 +48722,8 @@ module Aws::EC2
|
|
48198
48722
|
# The ID of the RAM disk to select. Some kernels require additional
|
48199
48723
|
# drivers at launch. Check the kernel requirements for information
|
48200
48724
|
# about whether you need to specify a RAM disk. To find kernel
|
48201
|
-
# requirements, go to the
|
48202
|
-
# kernel ID.
|
48725
|
+
# requirements, go to the Amazon Web Services Resource Center and
|
48726
|
+
# search for the kernel ID.
|
48203
48727
|
#
|
48204
48728
|
# We recommend that you use PV-GRUB instead of kernels and RAM disks.
|
48205
48729
|
# For more information, see [ PV-GRUB][1] in the *Amazon EC2 User
|
@@ -48426,8 +48950,8 @@ module Aws::EC2
|
|
48426
48950
|
# information, see [Hibernate your instance][1] in the *Amazon EC2
|
48427
48951
|
# User Guide*.
|
48428
48952
|
#
|
48429
|
-
# You can't enable hibernation and
|
48430
|
-
# instance.
|
48953
|
+
# You can't enable hibernation and Amazon Web Services Nitro Enclaves
|
48954
|
+
# on the same instance.
|
48431
48955
|
#
|
48432
48956
|
#
|
48433
48957
|
#
|
@@ -48448,12 +48972,13 @@ module Aws::EC2
|
|
48448
48972
|
# @return [Types::InstanceMetadataOptionsRequest]
|
48449
48973
|
#
|
48450
48974
|
# @!attribute [rw] enclave_options
|
48451
|
-
# Indicates whether the instance is enabled for
|
48452
|
-
# For more information, see [ What is
|
48453
|
-
#
|
48975
|
+
# Indicates whether the instance is enabled for Amazon Web Services
|
48976
|
+
# Nitro Enclaves. For more information, see [ What is Amazon Web
|
48977
|
+
# Services Nitro Enclaves?][1] in the *Amazon Web Services Nitro
|
48978
|
+
# Enclaves User Guide*.
|
48454
48979
|
#
|
48455
|
-
# You can't enable
|
48456
|
-
# instance.
|
48980
|
+
# You can't enable Amazon Web Services Nitro Enclaves and hibernation
|
48981
|
+
# on the same instance.
|
48457
48982
|
#
|
48458
48983
|
#
|
48459
48984
|
#
|
@@ -49764,7 +50289,7 @@ module Aws::EC2
|
|
49764
50289
|
include Aws::Structure
|
49765
50290
|
end
|
49766
50291
|
|
49767
|
-
# Describes a security group
|
50292
|
+
# Describes a security group.
|
49768
50293
|
#
|
49769
50294
|
# @!attribute [rw] description
|
49770
50295
|
# A description of the security group.
|
@@ -49779,7 +50304,8 @@ module Aws::EC2
|
|
49779
50304
|
# @return [Array<Types::IpPermission>]
|
49780
50305
|
#
|
49781
50306
|
# @!attribute [rw] owner_id
|
49782
|
-
# The
|
50307
|
+
# The Amazon Web Services account ID of the owner of the security
|
50308
|
+
# group.
|
49783
50309
|
# @return [String]
|
49784
50310
|
#
|
49785
50311
|
# @!attribute [rw] group_id
|
@@ -49857,6 +50383,249 @@ module Aws::EC2
|
|
49857
50383
|
include Aws::Structure
|
49858
50384
|
end
|
49859
50385
|
|
50386
|
+
# Describes a security group rule.
|
50387
|
+
#
|
50388
|
+
# @!attribute [rw] security_group_rule_id
|
50389
|
+
# The ID of the security group rule.
|
50390
|
+
# @return [String]
|
50391
|
+
#
|
50392
|
+
# @!attribute [rw] group_id
|
50393
|
+
# The ID of the security group.
|
50394
|
+
# @return [String]
|
50395
|
+
#
|
50396
|
+
# @!attribute [rw] group_owner_id
|
50397
|
+
# The ID of the account that owns the security group.
|
50398
|
+
# @return [String]
|
50399
|
+
#
|
50400
|
+
# @!attribute [rw] is_egress
|
50401
|
+
# Indicates whether the security group rule is an outbound rule.
|
50402
|
+
# @return [Boolean]
|
50403
|
+
#
|
50404
|
+
# @!attribute [rw] ip_protocol
|
50405
|
+
# The IP protocol name (`tcp`, `udp`, `icmp`, `icmpv6`) or number (see
|
50406
|
+
# [Protocol Numbers][1]).
|
50407
|
+
#
|
50408
|
+
# Use `-1` to specify all protocols.
|
50409
|
+
#
|
50410
|
+
#
|
50411
|
+
#
|
50412
|
+
# [1]: http://www.iana.org/assignments/protocol-numbers/protocol-numbers.xhtml
|
50413
|
+
# @return [String]
|
50414
|
+
#
|
50415
|
+
# @!attribute [rw] from_port
|
50416
|
+
# The start of port range for the TCP and UDP protocols, or an
|
50417
|
+
# ICMP/ICMPv6 type. A value of -1 indicates all ICMP/ICMPv6 types. If
|
50418
|
+
# you specify all ICMP/ICMPv6 types, you must specify all codes.
|
50419
|
+
# @return [Integer]
|
50420
|
+
#
|
50421
|
+
# @!attribute [rw] to_port
|
50422
|
+
# The end of port range for the TCP and UDP protocols, or an
|
50423
|
+
# ICMP/ICMPv6 code. A value of `-1` indicates all ICMP/ICMPv6 codes.
|
50424
|
+
# If you specify all ICMP/ICMPv6 types, you must specify all codes.
|
50425
|
+
# @return [Integer]
|
50426
|
+
#
|
50427
|
+
# @!attribute [rw] cidr_ipv_4
|
50428
|
+
# The IPv4 CIDR range.
|
50429
|
+
# @return [String]
|
50430
|
+
#
|
50431
|
+
# @!attribute [rw] cidr_ipv_6
|
50432
|
+
# The IPv6 CIDR range.
|
50433
|
+
# @return [String]
|
50434
|
+
#
|
50435
|
+
# @!attribute [rw] prefix_list_id
|
50436
|
+
# The ID of the prefix list.
|
50437
|
+
# @return [String]
|
50438
|
+
#
|
50439
|
+
# @!attribute [rw] referenced_group_info
|
50440
|
+
# Describes the security group that is referenced in the rule.
|
50441
|
+
# @return [Types::ReferencedSecurityGroup]
|
50442
|
+
#
|
50443
|
+
# @!attribute [rw] description
|
50444
|
+
# The security group rule description.
|
50445
|
+
# @return [String]
|
50446
|
+
#
|
50447
|
+
# @!attribute [rw] tags
|
50448
|
+
# The tags applied to the security group rule.
|
50449
|
+
# @return [Array<Types::Tag>]
|
50450
|
+
#
|
50451
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/ec2-2016-11-15/SecurityGroupRule AWS API Documentation
|
50452
|
+
#
|
50453
|
+
class SecurityGroupRule < Struct.new(
|
50454
|
+
:security_group_rule_id,
|
50455
|
+
:group_id,
|
50456
|
+
:group_owner_id,
|
50457
|
+
:is_egress,
|
50458
|
+
:ip_protocol,
|
50459
|
+
:from_port,
|
50460
|
+
:to_port,
|
50461
|
+
:cidr_ipv_4,
|
50462
|
+
:cidr_ipv_6,
|
50463
|
+
:prefix_list_id,
|
50464
|
+
:referenced_group_info,
|
50465
|
+
:description,
|
50466
|
+
:tags)
|
50467
|
+
SENSITIVE = []
|
50468
|
+
include Aws::Structure
|
50469
|
+
end
|
50470
|
+
|
50471
|
+
# Describes the description of a security group rule.
|
50472
|
+
#
|
50473
|
+
# You can use this when you want to update the security group rule
|
50474
|
+
# description for either an inbound or outbound rule.
|
50475
|
+
#
|
50476
|
+
# @note When making an API call, you may pass SecurityGroupRuleDescription
|
50477
|
+
# data as a hash:
|
50478
|
+
#
|
50479
|
+
# {
|
50480
|
+
# security_group_rule_id: "String",
|
50481
|
+
# description: "String",
|
50482
|
+
# }
|
50483
|
+
#
|
50484
|
+
# @!attribute [rw] security_group_rule_id
|
50485
|
+
# The ID of the security group rule.
|
50486
|
+
# @return [String]
|
50487
|
+
#
|
50488
|
+
# @!attribute [rw] description
|
50489
|
+
# The description of the security group rule.
|
50490
|
+
# @return [String]
|
50491
|
+
#
|
50492
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/ec2-2016-11-15/SecurityGroupRuleDescription AWS API Documentation
|
50493
|
+
#
|
50494
|
+
class SecurityGroupRuleDescription < Struct.new(
|
50495
|
+
:security_group_rule_id,
|
50496
|
+
:description)
|
50497
|
+
SENSITIVE = []
|
50498
|
+
include Aws::Structure
|
50499
|
+
end
|
50500
|
+
|
50501
|
+
# Describes a security group rule.
|
50502
|
+
#
|
50503
|
+
# You must specify exactly one of the following parameters, based on the
|
50504
|
+
# rule type:
|
50505
|
+
#
|
50506
|
+
# * CidrIpv4
|
50507
|
+
#
|
50508
|
+
# * CidrIpv6
|
50509
|
+
#
|
50510
|
+
# * PrefixListId
|
50511
|
+
#
|
50512
|
+
# * ReferencedGroupId
|
50513
|
+
#
|
50514
|
+
# When you modify a rule, you cannot change the rule type. For example,
|
50515
|
+
# if the rule uses an IPv4 address range, you must use `CidrIpv4` to
|
50516
|
+
# specify a new IPv4 address range.
|
50517
|
+
#
|
50518
|
+
# @note When making an API call, you may pass SecurityGroupRuleRequest
|
50519
|
+
# data as a hash:
|
50520
|
+
#
|
50521
|
+
# {
|
50522
|
+
# ip_protocol: "String",
|
50523
|
+
# from_port: 1,
|
50524
|
+
# to_port: 1,
|
50525
|
+
# cidr_ipv_4: "String",
|
50526
|
+
# cidr_ipv_6: "String",
|
50527
|
+
# prefix_list_id: "PrefixListResourceId",
|
50528
|
+
# referenced_group_id: "SecurityGroupId",
|
50529
|
+
# description: "String",
|
50530
|
+
# }
|
50531
|
+
#
|
50532
|
+
# @!attribute [rw] ip_protocol
|
50533
|
+
# The IP protocol name (`tcp`, `udp`, `icmp`, `icmpv6`) or number (see
|
50534
|
+
# [Protocol Numbers][1]).
|
50535
|
+
#
|
50536
|
+
# Use `-1` to specify all protocols.
|
50537
|
+
#
|
50538
|
+
#
|
50539
|
+
#
|
50540
|
+
# [1]: http://www.iana.org/assignments/protocol-numbers/protocol-numbers.xhtml
|
50541
|
+
# @return [String]
|
50542
|
+
#
|
50543
|
+
# @!attribute [rw] from_port
|
50544
|
+
# The start of port range for the TCP and UDP protocols, or an
|
50545
|
+
# ICMP/ICMPv6 type. A value of -1 indicates all ICMP/ICMPv6 types. If
|
50546
|
+
# you specify all ICMP/ICMPv6 types, you must specify all codes.
|
50547
|
+
# @return [Integer]
|
50548
|
+
#
|
50549
|
+
# @!attribute [rw] to_port
|
50550
|
+
# The end of port range for the TCP and UDP protocols, or an
|
50551
|
+
# ICMP/ICMPv6 code. A value of `-1` indicates all ICMP/ICMPv6 codes.
|
50552
|
+
# If you specify all ICMP/ICMPv6 types, you must specify all codes.
|
50553
|
+
# @return [Integer]
|
50554
|
+
#
|
50555
|
+
# @!attribute [rw] cidr_ipv_4
|
50556
|
+
# The IPv4 CIDR range. To specify a single IPv4 address, use the /32
|
50557
|
+
# prefix length.
|
50558
|
+
# @return [String]
|
50559
|
+
#
|
50560
|
+
# @!attribute [rw] cidr_ipv_6
|
50561
|
+
# The IPv6 CIDR range. To specify a single IPv6 address, use the /128
|
50562
|
+
# prefix length.
|
50563
|
+
# @return [String]
|
50564
|
+
#
|
50565
|
+
# @!attribute [rw] prefix_list_id
|
50566
|
+
# The ID of the prefix list.
|
50567
|
+
# @return [String]
|
50568
|
+
#
|
50569
|
+
# @!attribute [rw] referenced_group_id
|
50570
|
+
# The ID of the security group that is referenced in the security
|
50571
|
+
# group rule.
|
50572
|
+
# @return [String]
|
50573
|
+
#
|
50574
|
+
# @!attribute [rw] description
|
50575
|
+
# The description of the security group rule.
|
50576
|
+
# @return [String]
|
50577
|
+
#
|
50578
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/ec2-2016-11-15/SecurityGroupRuleRequest AWS API Documentation
|
50579
|
+
#
|
50580
|
+
class SecurityGroupRuleRequest < Struct.new(
|
50581
|
+
:ip_protocol,
|
50582
|
+
:from_port,
|
50583
|
+
:to_port,
|
50584
|
+
:cidr_ipv_4,
|
50585
|
+
:cidr_ipv_6,
|
50586
|
+
:prefix_list_id,
|
50587
|
+
:referenced_group_id,
|
50588
|
+
:description)
|
50589
|
+
SENSITIVE = []
|
50590
|
+
include Aws::Structure
|
50591
|
+
end
|
50592
|
+
|
50593
|
+
# Describes an update to a security group rule.
|
50594
|
+
#
|
50595
|
+
# @note When making an API call, you may pass SecurityGroupRuleUpdate
|
50596
|
+
# data as a hash:
|
50597
|
+
#
|
50598
|
+
# {
|
50599
|
+
# security_group_rule_id: "SecurityGroupRuleId",
|
50600
|
+
# security_group_rule: {
|
50601
|
+
# ip_protocol: "String",
|
50602
|
+
# from_port: 1,
|
50603
|
+
# to_port: 1,
|
50604
|
+
# cidr_ipv_4: "String",
|
50605
|
+
# cidr_ipv_6: "String",
|
50606
|
+
# prefix_list_id: "PrefixListResourceId",
|
50607
|
+
# referenced_group_id: "SecurityGroupId",
|
50608
|
+
# description: "String",
|
50609
|
+
# },
|
50610
|
+
# }
|
50611
|
+
#
|
50612
|
+
# @!attribute [rw] security_group_rule_id
|
50613
|
+
# The ID of the security group rule.
|
50614
|
+
# @return [String]
|
50615
|
+
#
|
50616
|
+
# @!attribute [rw] security_group_rule
|
50617
|
+
# Information about the security group rule.
|
50618
|
+
# @return [Types::SecurityGroupRuleRequest]
|
50619
|
+
#
|
50620
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/ec2-2016-11-15/SecurityGroupRuleUpdate AWS API Documentation
|
50621
|
+
#
|
50622
|
+
class SecurityGroupRuleUpdate < Struct.new(
|
50623
|
+
:security_group_rule_id,
|
50624
|
+
:security_group_rule)
|
50625
|
+
SENSITIVE = []
|
50626
|
+
include Aws::Structure
|
50627
|
+
end
|
50628
|
+
|
49860
50629
|
# @note When making an API call, you may pass SendDiagnosticInterruptRequest
|
49861
50630
|
# data as a hash:
|
49862
50631
|
#
|
@@ -50522,7 +51291,7 @@ module Aws::EC2
|
|
50522
51291
|
# @return [Types::SpotInstanceStateFault]
|
50523
51292
|
#
|
50524
51293
|
# @!attribute [rw] owner_id
|
50525
|
-
# The
|
51294
|
+
# The account ID of the account.
|
50526
51295
|
# @return [String]
|
50527
51296
|
#
|
50528
51297
|
# @!attribute [rw] prefix
|
@@ -50636,7 +51405,7 @@ module Aws::EC2
|
|
50636
51405
|
# weighted_capacity: 1.0,
|
50637
51406
|
# tag_specifications: [
|
50638
51407
|
# {
|
50639
|
-
# resource_type: "client-vpn-endpoint", # accepts client-vpn-endpoint, customer-gateway, dedicated-host, dhcp-options, egress-only-internet-gateway, elastic-ip, elastic-gpu, export-image-task, export-instance-task, fleet, fpga-image, host-reservation, image, import-image-task, import-snapshot-task, instance, internet-gateway, key-pair, launch-template, local-gateway-route-table-vpc-association, natgateway, network-acl, network-interface, network-insights-analysis, network-insights-path, 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-connect-peer, transit-gateway-multicast-domain, transit-gateway-route-table, volume, vpc, vpc-peering-connection, vpn-connection, vpn-gateway, vpc-flow-log
|
51408
|
+
# resource_type: "client-vpn-endpoint", # accepts client-vpn-endpoint, customer-gateway, dedicated-host, dhcp-options, egress-only-internet-gateway, elastic-ip, elastic-gpu, export-image-task, export-instance-task, fleet, fpga-image, host-reservation, image, import-image-task, import-snapshot-task, instance, internet-gateway, key-pair, launch-template, local-gateway-route-table-vpc-association, natgateway, network-acl, network-interface, network-insights-analysis, network-insights-path, placement-group, reserved-instances, route-table, security-group, security-group-rule, snapshot, spot-fleet-request, spot-instances-request, subnet, traffic-mirror-filter, traffic-mirror-session, traffic-mirror-target, transit-gateway, transit-gateway-attachment, transit-gateway-connect-peer, transit-gateway-multicast-domain, transit-gateway-route-table, volume, vpc, vpc-peering-connection, vpn-connection, vpn-gateway, vpc-flow-log
|
50640
51409
|
# tags: [
|
50641
51410
|
# {
|
50642
51411
|
# key: "String",
|
@@ -50725,7 +51494,8 @@ module Aws::EC2
|
|
50725
51494
|
# The ID of the RAM disk. Some kernels require additional drivers at
|
50726
51495
|
# launch. Check the kernel requirements for information about whether
|
50727
51496
|
# you need to specify a RAM disk. To find kernel requirements, refer
|
50728
|
-
# to the
|
51497
|
+
# to the Amazon Web Services Resource Center and search for the kernel
|
51498
|
+
# ID.
|
50729
51499
|
# @return [String]
|
50730
51500
|
#
|
50731
51501
|
# @!attribute [rw] spot_price
|
@@ -50949,7 +51719,7 @@ module Aws::EC2
|
|
50949
51719
|
# weighted_capacity: 1.0,
|
50950
51720
|
# tag_specifications: [
|
50951
51721
|
# {
|
50952
|
-
# resource_type: "client-vpn-endpoint", # accepts client-vpn-endpoint, customer-gateway, dedicated-host, dhcp-options, egress-only-internet-gateway, elastic-ip, elastic-gpu, export-image-task, export-instance-task, fleet, fpga-image, host-reservation, image, import-image-task, import-snapshot-task, instance, internet-gateway, key-pair, launch-template, local-gateway-route-table-vpc-association, natgateway, network-acl, network-interface, network-insights-analysis, network-insights-path, 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-connect-peer, transit-gateway-multicast-domain, transit-gateway-route-table, volume, vpc, vpc-peering-connection, vpn-connection, vpn-gateway, vpc-flow-log
|
51722
|
+
# resource_type: "client-vpn-endpoint", # accepts client-vpn-endpoint, customer-gateway, dedicated-host, dhcp-options, egress-only-internet-gateway, elastic-ip, elastic-gpu, export-image-task, export-instance-task, fleet, fpga-image, host-reservation, image, import-image-task, import-snapshot-task, instance, internet-gateway, key-pair, launch-template, local-gateway-route-table-vpc-association, natgateway, network-acl, network-interface, network-insights-analysis, network-insights-path, placement-group, reserved-instances, route-table, security-group, security-group-rule, snapshot, spot-fleet-request, spot-instances-request, subnet, traffic-mirror-filter, traffic-mirror-session, traffic-mirror-target, transit-gateway, transit-gateway-attachment, transit-gateway-connect-peer, transit-gateway-multicast-domain, transit-gateway-route-table, volume, vpc, vpc-peering-connection, vpn-connection, vpn-gateway, vpc-flow-log
|
50953
51723
|
# tags: [
|
50954
51724
|
# {
|
50955
51725
|
# key: "String",
|
@@ -51007,9 +51777,10 @@ module Aws::EC2
|
|
51007
51777
|
# },
|
51008
51778
|
# },
|
51009
51779
|
# instance_pools_to_use_count: 1,
|
51780
|
+
# context: "String",
|
51010
51781
|
# tag_specifications: [
|
51011
51782
|
# {
|
51012
|
-
# resource_type: "client-vpn-endpoint", # accepts client-vpn-endpoint, customer-gateway, dedicated-host, dhcp-options, egress-only-internet-gateway, elastic-ip, elastic-gpu, export-image-task, export-instance-task, fleet, fpga-image, host-reservation, image, import-image-task, import-snapshot-task, instance, internet-gateway, key-pair, launch-template, local-gateway-route-table-vpc-association, natgateway, network-acl, network-interface, network-insights-analysis, network-insights-path, 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-connect-peer, transit-gateway-multicast-domain, transit-gateway-route-table, volume, vpc, vpc-peering-connection, vpn-connection, vpn-gateway, vpc-flow-log
|
51783
|
+
# resource_type: "client-vpn-endpoint", # accepts client-vpn-endpoint, customer-gateway, dedicated-host, dhcp-options, egress-only-internet-gateway, elastic-ip, elastic-gpu, export-image-task, export-instance-task, fleet, fpga-image, host-reservation, image, import-image-task, import-snapshot-task, instance, internet-gateway, key-pair, launch-template, local-gateway-route-table-vpc-association, natgateway, network-acl, network-interface, network-insights-analysis, network-insights-path, placement-group, reserved-instances, route-table, security-group, security-group-rule, snapshot, spot-fleet-request, spot-instances-request, subnet, traffic-mirror-filter, traffic-mirror-session, traffic-mirror-target, transit-gateway, transit-gateway-attachment, transit-gateway-connect-peer, transit-gateway-multicast-domain, transit-gateway-route-table, volume, vpc, vpc-peering-connection, vpn-connection, vpn-gateway, vpc-flow-log
|
51013
51784
|
# tags: [
|
51014
51785
|
# {
|
51015
51786
|
# key: "String",
|
@@ -51088,11 +51859,11 @@ module Aws::EC2
|
|
51088
51859
|
# @return [Float]
|
51089
51860
|
#
|
51090
51861
|
# @!attribute [rw] iam_fleet_role
|
51091
|
-
# The Amazon Resource Name (ARN) of an
|
51092
|
-
#
|
51093
|
-
#
|
51094
|
-
#
|
51095
|
-
#
|
51862
|
+
# The Amazon Resource Name (ARN) of an Identity and Access Management
|
51863
|
+
# (IAM) role that grants the Spot Fleet the permission to request,
|
51864
|
+
# launch, terminate, and tag instances on your behalf. For more
|
51865
|
+
# information, see [Spot Fleet prerequisites][1] in the *Amazon EC2
|
51866
|
+
# User Guide for Linux Instances*. Spot Fleet can terminate Spot
|
51096
51867
|
# Instances on your behalf when you cancel its Spot Fleet request
|
51097
51868
|
# using [CancelSpotFleetRequests][2] or when the Spot Fleet request
|
51098
51869
|
# expires, if you set `TerminateInstancesWithExpiration`.
|
@@ -51220,8 +51991,22 @@ module Aws::EC2
|
|
51220
51991
|
# `lowest-price`. Spot Fleet selects the cheapest Spot pools and
|
51221
51992
|
# evenly allocates your target Spot capacity across the number of Spot
|
51222
51993
|
# pools that you specify.
|
51994
|
+
#
|
51995
|
+
# Note that Spot Fleet attempts to draw Spot Instances from the number
|
51996
|
+
# of pools that you specify on a best effort basis. If a pool runs out
|
51997
|
+
# of Spot capacity before fulfilling your target capacity, Spot Fleet
|
51998
|
+
# will continue to fulfill your request by drawing from the next
|
51999
|
+
# cheapest pool. To ensure that your target capacity is met, you might
|
52000
|
+
# receive Spot Instances from more than the number of pools that you
|
52001
|
+
# specified. Similarly, if most of the pools have no Spot capacity,
|
52002
|
+
# you might receive your full target capacity from fewer than the
|
52003
|
+
# number of pools that you specified.
|
51223
52004
|
# @return [Integer]
|
51224
52005
|
#
|
52006
|
+
# @!attribute [rw] context
|
52007
|
+
# Reserved.
|
52008
|
+
# @return [String]
|
52009
|
+
#
|
51225
52010
|
# @!attribute [rw] tag_specifications
|
51226
52011
|
# The key-value pair for tagging the Spot Fleet request on creation.
|
51227
52012
|
# The value for `ResourceType` must be `spot-fleet-request`, otherwise
|
@@ -51264,6 +52049,7 @@ module Aws::EC2
|
|
51264
52049
|
:instance_interruption_behavior,
|
51265
52050
|
:load_balancers_config,
|
51266
52051
|
:instance_pools_to_use_count,
|
52052
|
+
:context,
|
51267
52053
|
:tag_specifications)
|
51268
52054
|
SENSITIVE = []
|
51269
52055
|
include Aws::Structure
|
@@ -51275,7 +52061,7 @@ module Aws::EC2
|
|
51275
52061
|
# data as a hash:
|
51276
52062
|
#
|
51277
52063
|
# {
|
51278
|
-
# resource_type: "client-vpn-endpoint", # accepts client-vpn-endpoint, customer-gateway, dedicated-host, dhcp-options, egress-only-internet-gateway, elastic-ip, elastic-gpu, export-image-task, export-instance-task, fleet, fpga-image, host-reservation, image, import-image-task, import-snapshot-task, instance, internet-gateway, key-pair, launch-template, local-gateway-route-table-vpc-association, natgateway, network-acl, network-interface, network-insights-analysis, network-insights-path, 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-connect-peer, transit-gateway-multicast-domain, transit-gateway-route-table, volume, vpc, vpc-peering-connection, vpn-connection, vpn-gateway, vpc-flow-log
|
52064
|
+
# resource_type: "client-vpn-endpoint", # accepts client-vpn-endpoint, customer-gateway, dedicated-host, dhcp-options, egress-only-internet-gateway, elastic-ip, elastic-gpu, export-image-task, export-instance-task, fleet, fpga-image, host-reservation, image, import-image-task, import-snapshot-task, instance, internet-gateway, key-pair, launch-template, local-gateway-route-table-vpc-association, natgateway, network-acl, network-interface, network-insights-analysis, network-insights-path, placement-group, reserved-instances, route-table, security-group, security-group-rule, snapshot, spot-fleet-request, spot-instances-request, subnet, traffic-mirror-filter, traffic-mirror-session, traffic-mirror-target, transit-gateway, transit-gateway-attachment, transit-gateway-connect-peer, transit-gateway-multicast-domain, transit-gateway-route-table, volume, vpc, vpc-peering-connection, vpn-connection, vpn-gateway, vpc-flow-log
|
51279
52065
|
# tags: [
|
51280
52066
|
# {
|
51281
52067
|
# key: "String",
|
@@ -51311,9 +52097,7 @@ module Aws::EC2
|
|
51311
52097
|
# Describes a Spot Instance request.
|
51312
52098
|
#
|
51313
52099
|
# @!attribute [rw] actual_block_hourly_price
|
51314
|
-
#
|
51315
|
-
# fulfilled, this is the fixed hourly price in effect for the Spot
|
51316
|
-
# Instance while it runs.
|
52100
|
+
# Deprecated.
|
51317
52101
|
# @return [String]
|
51318
52102
|
#
|
51319
52103
|
# @!attribute [rw] availability_zone_group
|
@@ -51323,7 +52107,7 @@ module Aws::EC2
|
|
51323
52107
|
# @return [String]
|
51324
52108
|
#
|
51325
52109
|
# @!attribute [rw] block_duration_minutes
|
51326
|
-
#
|
52110
|
+
# Deprecated.
|
51327
52111
|
# @return [Integer]
|
51328
52112
|
#
|
51329
52113
|
# @!attribute [rw] create_time
|
@@ -51555,9 +52339,9 @@ module Aws::EC2
|
|
51555
52339
|
# You can't specify an Availability Zone group or a launch group if
|
51556
52340
|
# you specify a duration.
|
51557
52341
|
#
|
51558
|
-
# New accounts or accounts with no previous billing history with
|
51559
|
-
# are not eligible for Spot Instances with a
|
51560
|
-
# known as Spot blocks).
|
52342
|
+
# New accounts or accounts with no previous billing history with
|
52343
|
+
# Amazon Web Services are not eligible for Spot Instances with a
|
52344
|
+
# defined duration (also known as Spot blocks).
|
51561
52345
|
# @return [Integer]
|
51562
52346
|
#
|
51563
52347
|
# @!attribute [rw] valid_until
|
@@ -51636,6 +52420,16 @@ module Aws::EC2
|
|
51636
52420
|
# `lowest-price`. EC2 Fleet selects the cheapest Spot pools and evenly
|
51637
52421
|
# allocates your target Spot capacity across the number of Spot pools
|
51638
52422
|
# that you specify.
|
52423
|
+
#
|
52424
|
+
# Note that EC2 Fleet attempts to draw Spot Instances from the number
|
52425
|
+
# of pools that you specify on a best effort basis. If a pool runs out
|
52426
|
+
# of Spot capacity before fulfilling your target capacity, EC2 Fleet
|
52427
|
+
# will continue to fulfill your request by drawing from the next
|
52428
|
+
# cheapest pool. To ensure that your target capacity is met, you might
|
52429
|
+
# receive Spot Instances from more than the number of pools that you
|
52430
|
+
# specified. Similarly, if most of the pools have no Spot capacity,
|
52431
|
+
# you might receive your full target capacity from fewer than the
|
52432
|
+
# number of pools that you specified.
|
51639
52433
|
# @return [Integer]
|
51640
52434
|
#
|
51641
52435
|
# @!attribute [rw] single_instance_type
|
@@ -51737,6 +52531,16 @@ module Aws::EC2
|
|
51737
52531
|
# `lowest-price`. EC2 Fleet selects the cheapest Spot pools and evenly
|
51738
52532
|
# allocates your target Spot capacity across the number of Spot pools
|
51739
52533
|
# that you specify.
|
52534
|
+
#
|
52535
|
+
# Note that EC2 Fleet attempts to draw Spot Instances from the number
|
52536
|
+
# of pools that you specify on a best effort basis. If a pool runs out
|
52537
|
+
# of Spot capacity before fulfilling your target capacity, EC2 Fleet
|
52538
|
+
# will continue to fulfill your request by drawing from the next
|
52539
|
+
# cheapest pool. To ensure that your target capacity is met, you might
|
52540
|
+
# receive Spot Instances from more than the number of pools that you
|
52541
|
+
# specified. Similarly, if most of the pools have no Spot capacity,
|
52542
|
+
# you might receive your full target capacity from fewer than the
|
52543
|
+
# number of pools that you specified.
|
51740
52544
|
# @return [Integer]
|
51741
52545
|
#
|
51742
52546
|
# @!attribute [rw] single_instance_type
|
@@ -51993,7 +52797,7 @@ module Aws::EC2
|
|
51993
52797
|
# dry_run: false,
|
51994
52798
|
# tag_specifications: [
|
51995
52799
|
# {
|
51996
|
-
# resource_type: "client-vpn-endpoint", # accepts client-vpn-endpoint, customer-gateway, dedicated-host, dhcp-options, egress-only-internet-gateway, elastic-ip, elastic-gpu, export-image-task, export-instance-task, fleet, fpga-image, host-reservation, image, import-image-task, import-snapshot-task, instance, internet-gateway, key-pair, launch-template, local-gateway-route-table-vpc-association, natgateway, network-acl, network-interface, network-insights-analysis, network-insights-path, 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-connect-peer, transit-gateway-multicast-domain, transit-gateway-route-table, volume, vpc, vpc-peering-connection, vpn-connection, vpn-gateway, vpc-flow-log
|
52800
|
+
# resource_type: "client-vpn-endpoint", # accepts client-vpn-endpoint, customer-gateway, dedicated-host, dhcp-options, egress-only-internet-gateway, elastic-ip, elastic-gpu, export-image-task, export-instance-task, fleet, fpga-image, host-reservation, image, import-image-task, import-snapshot-task, instance, internet-gateway, key-pair, launch-template, local-gateway-route-table-vpc-association, natgateway, network-acl, network-interface, network-insights-analysis, network-insights-path, placement-group, reserved-instances, route-table, security-group, security-group-rule, snapshot, spot-fleet-request, spot-instances-request, subnet, traffic-mirror-filter, traffic-mirror-session, traffic-mirror-target, transit-gateway, transit-gateway-attachment, transit-gateway-connect-peer, transit-gateway-multicast-domain, transit-gateway-route-table, volume, vpc, vpc-peering-connection, vpn-connection, vpn-gateway, vpc-flow-log
|
51997
52801
|
# tags: [
|
51998
52802
|
# {
|
51999
52803
|
# key: "String",
|
@@ -52592,7 +53396,7 @@ module Aws::EC2
|
|
52592
53396
|
# data as a hash:
|
52593
53397
|
#
|
52594
53398
|
# {
|
52595
|
-
# resource_type: "client-vpn-endpoint", # accepts client-vpn-endpoint, customer-gateway, dedicated-host, dhcp-options, egress-only-internet-gateway, elastic-ip, elastic-gpu, export-image-task, export-instance-task, fleet, fpga-image, host-reservation, image, import-image-task, import-snapshot-task, instance, internet-gateway, key-pair, launch-template, local-gateway-route-table-vpc-association, natgateway, network-acl, network-interface, network-insights-analysis, network-insights-path, 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-connect-peer, transit-gateway-multicast-domain, transit-gateway-route-table, volume, vpc, vpc-peering-connection, vpn-connection, vpn-gateway, vpc-flow-log
|
53399
|
+
# resource_type: "client-vpn-endpoint", # accepts client-vpn-endpoint, customer-gateway, dedicated-host, dhcp-options, egress-only-internet-gateway, elastic-ip, elastic-gpu, export-image-task, export-instance-task, fleet, fpga-image, host-reservation, image, import-image-task, import-snapshot-task, instance, internet-gateway, key-pair, launch-template, local-gateway-route-table-vpc-association, natgateway, network-acl, network-interface, network-insights-analysis, network-insights-path, placement-group, reserved-instances, route-table, security-group, security-group-rule, snapshot, spot-fleet-request, spot-instances-request, subnet, traffic-mirror-filter, traffic-mirror-session, traffic-mirror-target, transit-gateway, transit-gateway-attachment, transit-gateway-connect-peer, transit-gateway-multicast-domain, transit-gateway-route-table, volume, vpc, vpc-peering-connection, vpn-connection, vpn-gateway, vpc-flow-log
|
52596
53400
|
# tags: [
|
52597
53401
|
# {
|
52598
53402
|
# key: "String",
|
@@ -54533,6 +55337,51 @@ module Aws::EC2
|
|
54533
55337
|
include Aws::Structure
|
54534
55338
|
end
|
54535
55339
|
|
55340
|
+
# Information about an association between a branch network interface
|
55341
|
+
# with a trunk network interface.
|
55342
|
+
#
|
55343
|
+
# @!attribute [rw] association_id
|
55344
|
+
# The ID of the association.
|
55345
|
+
# @return [String]
|
55346
|
+
#
|
55347
|
+
# @!attribute [rw] branch_interface_id
|
55348
|
+
# The ID of the branch network interface.
|
55349
|
+
# @return [String]
|
55350
|
+
#
|
55351
|
+
# @!attribute [rw] trunk_interface_id
|
55352
|
+
# The ID of the trunk network interface.
|
55353
|
+
# @return [String]
|
55354
|
+
#
|
55355
|
+
# @!attribute [rw] interface_protocol
|
55356
|
+
# The interface protocol. Valid values are `VLAN` and `GRE`.
|
55357
|
+
# @return [String]
|
55358
|
+
#
|
55359
|
+
# @!attribute [rw] vlan_id
|
55360
|
+
# The ID of the VLAN when you use the VLAN protocol.
|
55361
|
+
# @return [Integer]
|
55362
|
+
#
|
55363
|
+
# @!attribute [rw] gre_key
|
55364
|
+
# The application key when you use the GRE protocol.
|
55365
|
+
# @return [Integer]
|
55366
|
+
#
|
55367
|
+
# @!attribute [rw] tags
|
55368
|
+
# The tags.
|
55369
|
+
# @return [Array<Types::Tag>]
|
55370
|
+
#
|
55371
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/ec2-2016-11-15/TrunkInterfaceAssociation AWS API Documentation
|
55372
|
+
#
|
55373
|
+
class TrunkInterfaceAssociation < Struct.new(
|
55374
|
+
:association_id,
|
55375
|
+
:branch_interface_id,
|
55376
|
+
:trunk_interface_id,
|
55377
|
+
:interface_protocol,
|
55378
|
+
:vlan_id,
|
55379
|
+
:gre_key,
|
55380
|
+
:tags)
|
55381
|
+
SENSITIVE = []
|
55382
|
+
include Aws::Structure
|
55383
|
+
end
|
55384
|
+
|
54536
55385
|
# The VPN tunnel options.
|
54537
55386
|
#
|
54538
55387
|
# @!attribute [rw] outside_ip_address
|
@@ -54853,7 +55702,7 @@ module Aws::EC2
|
|
54853
55702
|
# dry_run: false,
|
54854
55703
|
# group_id: "SecurityGroupId",
|
54855
55704
|
# group_name: "SecurityGroupName",
|
54856
|
-
# ip_permissions: [
|
55705
|
+
# ip_permissions: [
|
54857
55706
|
# {
|
54858
55707
|
# from_port: 1,
|
54859
55708
|
# ip_protocol: "String",
|
@@ -54889,6 +55738,12 @@ module Aws::EC2
|
|
54889
55738
|
# ],
|
54890
55739
|
# },
|
54891
55740
|
# ],
|
55741
|
+
# security_group_rule_descriptions: [
|
55742
|
+
# {
|
55743
|
+
# security_group_rule_id: "String",
|
55744
|
+
# description: "String",
|
55745
|
+
# },
|
55746
|
+
# ],
|
54892
55747
|
# }
|
54893
55748
|
#
|
54894
55749
|
# @!attribute [rw] dry_run
|
@@ -54911,16 +55766,23 @@ module Aws::EC2
|
|
54911
55766
|
# @return [String]
|
54912
55767
|
#
|
54913
55768
|
# @!attribute [rw] ip_permissions
|
54914
|
-
# The IP permissions for the security group rule.
|
55769
|
+
# The IP permissions for the security group rule. You must specify
|
55770
|
+
# either the IP permissions or the description.
|
54915
55771
|
# @return [Array<Types::IpPermission>]
|
54916
55772
|
#
|
55773
|
+
# @!attribute [rw] security_group_rule_descriptions
|
55774
|
+
# The description for the egress security group rules. You must
|
55775
|
+
# specify either the description or the IP permissions.
|
55776
|
+
# @return [Array<Types::SecurityGroupRuleDescription>]
|
55777
|
+
#
|
54917
55778
|
# @see http://docs.aws.amazon.com/goto/WebAPI/ec2-2016-11-15/UpdateSecurityGroupRuleDescriptionsEgressRequest AWS API Documentation
|
54918
55779
|
#
|
54919
55780
|
class UpdateSecurityGroupRuleDescriptionsEgressRequest < Struct.new(
|
54920
55781
|
:dry_run,
|
54921
55782
|
:group_id,
|
54922
55783
|
:group_name,
|
54923
|
-
:ip_permissions
|
55784
|
+
:ip_permissions,
|
55785
|
+
:security_group_rule_descriptions)
|
54924
55786
|
SENSITIVE = []
|
54925
55787
|
include Aws::Structure
|
54926
55788
|
end
|
@@ -54944,7 +55806,7 @@ module Aws::EC2
|
|
54944
55806
|
# dry_run: false,
|
54945
55807
|
# group_id: "SecurityGroupId",
|
54946
55808
|
# group_name: "SecurityGroupName",
|
54947
|
-
# ip_permissions: [
|
55809
|
+
# ip_permissions: [
|
54948
55810
|
# {
|
54949
55811
|
# from_port: 1,
|
54950
55812
|
# ip_protocol: "String",
|
@@ -54980,6 +55842,12 @@ module Aws::EC2
|
|
54980
55842
|
# ],
|
54981
55843
|
# },
|
54982
55844
|
# ],
|
55845
|
+
# security_group_rule_descriptions: [
|
55846
|
+
# {
|
55847
|
+
# security_group_rule_id: "String",
|
55848
|
+
# description: "String",
|
55849
|
+
# },
|
55850
|
+
# ],
|
54983
55851
|
# }
|
54984
55852
|
#
|
54985
55853
|
# @!attribute [rw] dry_run
|
@@ -55002,16 +55870,23 @@ module Aws::EC2
|
|
55002
55870
|
# @return [String]
|
55003
55871
|
#
|
55004
55872
|
# @!attribute [rw] ip_permissions
|
55005
|
-
# The IP permissions for the security group rule.
|
55873
|
+
# The IP permissions for the security group rule. You must specify
|
55874
|
+
# either IP permissions or a description.
|
55006
55875
|
# @return [Array<Types::IpPermission>]
|
55007
55876
|
#
|
55877
|
+
# @!attribute [rw] security_group_rule_descriptions
|
55878
|
+
# \[VPC only\] The description for the ingress security group rules.
|
55879
|
+
# You must specify either a description or IP permissions.
|
55880
|
+
# @return [Array<Types::SecurityGroupRuleDescription>]
|
55881
|
+
#
|
55008
55882
|
# @see http://docs.aws.amazon.com/goto/WebAPI/ec2-2016-11-15/UpdateSecurityGroupRuleDescriptionsIngressRequest AWS API Documentation
|
55009
55883
|
#
|
55010
55884
|
class UpdateSecurityGroupRuleDescriptionsIngressRequest < Struct.new(
|
55011
55885
|
:dry_run,
|
55012
55886
|
:group_id,
|
55013
55887
|
:group_name,
|
55014
|
-
:ip_permissions
|
55888
|
+
:ip_permissions,
|
55889
|
+
:security_group_rule_descriptions)
|
55015
55890
|
SENSITIVE = []
|
55016
55891
|
include Aws::Structure
|
55017
55892
|
end
|
@@ -55097,7 +55972,7 @@ module Aws::EC2
|
|
55097
55972
|
include Aws::Structure
|
55098
55973
|
end
|
55099
55974
|
|
55100
|
-
# Describes a security group and
|
55975
|
+
# Describes a security group and Amazon Web Services account ID pair.
|
55101
55976
|
#
|
55102
55977
|
# @note When making an API call, you may pass UserIdGroupPair
|
55103
55978
|
# data as a hash:
|
@@ -55138,14 +56013,14 @@ module Aws::EC2
|
|
55138
56013
|
# @return [String]
|
55139
56014
|
#
|
55140
56015
|
# @!attribute [rw] user_id
|
55141
|
-
# The ID of an
|
56016
|
+
# The ID of an Amazon Web Services account.
|
55142
56017
|
#
|
55143
56018
|
# For a referenced security group in another VPC, the account ID of
|
55144
56019
|
# the referenced security group is returned in the response. If the
|
55145
56020
|
# referenced security group is deleted, this value is not returned.
|
55146
56021
|
#
|
55147
56022
|
# \[EC2-Classic\] Required when adding or removing rules that
|
55148
|
-
# reference a security group in another
|
56023
|
+
# reference a security group in another Amazon Web Services account.
|
55149
56024
|
# @return [String]
|
55150
56025
|
#
|
55151
56026
|
# @!attribute [rw] vpc_id
|