aws-sdk-ec2 1.243.0 → 1.248.0

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: c6976ab5add0d165f315a29e61dacf30f0d9626254581ebbcee66c50c0df0c5b
4
- data.tar.gz: b6adae80e5103072754f4ffc8e0fda3a6da434a843cdf28d4dec9e63d97d7bf0
3
+ metadata.gz: 3a84aa55cfb26719af8da0f4306ebffbb648cd8131eba7186f8dc6136e77a1be
4
+ data.tar.gz: 22abf608bf2838e7bb468a45d93824456454c2590734ba82e33c95331f221e1a
5
5
  SHA512:
6
- metadata.gz: fd24647e3d2f9a745a148b7c1a6272bf192537ee0e22be4295ab6bb4c6ed98abbdbc4fc379ad79ed03450ffacb4a27fd37b8664760b5f612175b6e850d4932c1
7
- data.tar.gz: e834cf84ec01692356ea0759a296371720d59930e484a9a63a880d114de552df3a988a7cba2b07d10281e7eb354f4255ee9e3b4f59f5fce33042260bc3f9d27a
6
+ metadata.gz: 2b4fc20db3362280cfd69164955749b7a0600acb5510cd03fa0a117cd82163f876a9a0e6926d12d654b8606ce9a907b2edf5e749d88261e72af32ed77ee7eb69
7
+ data.tar.gz: a1325698ffef34672dd94a9fa2ecec9bddc791c4dc753c8106a1962a4db9b7f94a28d458f3009352ca2d289b03bf751f6b88a5a2ad8c61eea355c1f7e782dcfd
data/CHANGELOG.md CHANGED
@@ -1,6 +1,31 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.248.0 (2021-07-07)
5
+ ------------------
6
+
7
+ * Feature - This release adds resource ids and tagging support for VPC security group rules.
8
+
9
+ 1.247.0 (2021-07-02)
10
+ ------------------
11
+
12
+ * Feature - This release removes network-insights-boundary
13
+
14
+ 1.246.0 (2021-07-01)
15
+ ------------------
16
+
17
+ * Feature - Adding a new reserved field to support future infrastructure improvements for Amazon EC2 Fleet.
18
+
19
+ 1.245.0 (2021-06-23)
20
+ ------------------
21
+
22
+ * Feature - This release adds support for provisioning your own IP (BYOIP) range in multiple regions. This feature is in limited Preview for this release. Contact your account manager if you are interested in this feature.
23
+
24
+ 1.244.0 (2021-06-16)
25
+ ------------------
26
+
27
+ * Feature - This release adds support for VLAN-tagged network traffic over an Elastic Network Interface (ENI). This feature is in limited Preview for this release. Contact your account manager if you are interested in this feature.
28
+
4
29
  1.243.0 (2021-06-15)
5
30
  ------------------
6
31
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.243.0
1
+ 1.248.0
data/lib/aws-sdk-ec2.rb CHANGED
@@ -72,6 +72,6 @@ require_relative 'aws-sdk-ec2/customizations'
72
72
  # @!group service
73
73
  module Aws::EC2
74
74
 
75
- GEM_VERSION = '1.243.0'
75
+ GEM_VERSION = '1.248.0'
76
76
 
77
77
  end
@@ -67,7 +67,7 @@ module Aws::EC2
67
67
  data[:network_interface_id]
68
68
  end
69
69
 
70
- # The ID of the AWS account that owns the network interface.
70
+ # The ID of the account that owns the network interface.
71
71
  # @return [String]
72
72
  def network_interface_owner_id
73
73
  data[:network_interface_owner_id]
@@ -646,19 +646,22 @@ module Aws::EC2
646
646
  end
647
647
 
648
648
  # Advertises an IPv4 or IPv6 address range that is provisioned for use
649
- # with your AWS resources through bring your own IP addresses (BYOIP).
649
+ # with your Amazon Web Services resources through bring your own IP
650
+ # addresses (BYOIP).
650
651
  #
651
652
  # You can perform this operation at most once every 10 seconds, even if
652
653
  # you specify different address ranges each time.
653
654
  #
654
655
  # We recommend that you stop advertising the BYOIP CIDR from other
655
- # locations when you advertise it from AWS. To minimize down time, you
656
- # can configure your AWS resources to use an address from a BYOIP CIDR
657
- # before it is advertised, and then simultaneously stop advertising it
658
- # from the current location and start advertising it through AWS.
656
+ # locations when you advertise it from Amazon Web Services. To minimize
657
+ # down time, you can configure your Amazon Web Services resources to use
658
+ # an address from a BYOIP CIDR before it is advertised, and then
659
+ # simultaneously stop advertising it from the current location and start
660
+ # advertising it through Amazon Web Services.
659
661
  #
660
662
  # It can take a few minutes before traffic to the specified addresses
661
- # starts routing to AWS because of BGP propagation delays.
663
+ # starts routing to Amazon Web Services because of BGP propagation
664
+ # delays.
662
665
  #
663
666
  # To stop advertising the BYOIP CIDR, use WithdrawByoipCidr.
664
667
  #
@@ -700,22 +703,23 @@ module Aws::EC2
700
703
  req.send_request(options)
701
704
  end
702
705
 
703
- # Allocates an Elastic IP address to your AWS account. After you
704
- # allocate the Elastic IP address you can associate it with an instance
705
- # or network interface. After you release an Elastic IP address, it is
706
+ # Allocates an Elastic IP address to your account. After you allocate
707
+ # the Elastic IP address you can associate it with an instance or
708
+ # network interface. After you release an Elastic IP address, it is
706
709
  # released to the IP address pool and can be allocated to a different
707
- # AWS account.
710
+ # account.
708
711
  #
709
712
  # You can allocate an Elastic IP address from an address pool owned by
710
- # AWS or from an address pool created from a public IPv4 address range
711
- # that you have brought to AWS for use with your AWS resources using
712
- # bring your own IP addresses (BYOIP). For more information, see [Bring
713
- # Your Own IP Addresses (BYOIP)][1] in the *Amazon Elastic Compute Cloud
714
- # User Guide*.
713
+ # Amazon Web Services or from an address pool created from a public IPv4
714
+ # address range that you have brought to Amazon Web Services for use
715
+ # with your Amazon Web Services resources using bring your own IP
716
+ # addresses (BYOIP). For more information, see [Bring Your Own IP
717
+ # Addresses (BYOIP)][1] in the *Amazon Elastic Compute Cloud User
718
+ # Guide*.
715
719
  #
716
720
  # \[EC2-VPC\] If you release an Elastic IP address, you might be able to
717
721
  # recover it. You cannot recover an Elastic IP address that you released
718
- # after it is allocated to another AWS account. You cannot recover an
722
+ # after it is allocated to another account. You cannot recover an
719
723
  # Elastic IP address for EC2-Classic. To attempt to recover an Elastic
720
724
  # IP address that you released, specify it in this operation.
721
725
  #
@@ -838,7 +842,7 @@ module Aws::EC2
838
842
  # dry_run: false,
839
843
  # tag_specifications: [
840
844
  # {
841
- # 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
845
+ # 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
842
846
  # tags: [
843
847
  # {
844
848
  # key: "String",
@@ -951,7 +955,7 @@ module Aws::EC2
951
955
  # quantity: 1, # required
952
956
  # tag_specifications: [
953
957
  # {
954
- # 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
958
+ # 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
955
959
  # tags: [
956
960
  # {
957
961
  # key: "String",
@@ -1470,26 +1474,26 @@ module Aws::EC2
1470
1474
  req.send_request(options)
1471
1475
  end
1472
1476
 
1473
- # Associates an AWS Identity and Access Management (IAM) role with an
1474
- # AWS Certificate Manager (ACM) certificate. This enables the
1475
- # certificate to be used by the ACM for Nitro Enclaves application
1476
- # inside an enclave. For more information, see [AWS Certificate Manager
1477
- # for Nitro Enclaves][1] in the *AWS Nitro Enclaves User Guide*.
1477
+ # Associates an Identity and Access Management (IAM) role with an
1478
+ # Certificate Manager (ACM) certificate. This enables the certificate to
1479
+ # be used by the ACM for Nitro Enclaves application inside an enclave.
1480
+ # For more information, see [Certificate Manager for Nitro Enclaves][1]
1481
+ # in the *Amazon Web Services Nitro Enclaves User Guide*.
1478
1482
  #
1479
1483
  # When the IAM role is associated with the ACM certificate, the
1480
1484
  # certificate, certificate chain, and encrypted private key are placed
1481
1485
  # in an Amazon S3 bucket that only the associated IAM role can access.
1482
- # The private key of the certificate is encrypted with an AWS-managed
1483
- # KMS customer master (CMK) that has an attached attestation-based CMK
1486
+ # The private key of the certificate is encrypted with an Amazon Web
1487
+ # Services managed key that has an attached attestation-based key
1484
1488
  # policy.
1485
1489
  #
1486
1490
  # To enable the IAM role to access the Amazon S3 object, you must grant
1487
1491
  # it permission to call `s3:GetObject` on the Amazon S3 bucket returned
1488
- # by the command. To enable the IAM role to access the AWS KMS CMK, you
1489
- # must grant it permission to call `kms:Decrypt` on the AWS KMS CMK
1490
- # returned by the command. For more information, see [ Grant the role
1491
- # permission to access the certificate and encryption key][2] in the
1492
- # *AWS Nitro Enclaves User Guide*.
1492
+ # by the command. To enable the IAM role to access the KMS key, you must
1493
+ # grant it permission to call `kms:Decrypt` on the KMS key returned by
1494
+ # the command. For more information, see [ Grant the role permission to
1495
+ # access the certificate and encryption key][2] in the *Amazon Web
1496
+ # Services Nitro Enclaves User Guide*.
1493
1497
  #
1494
1498
  #
1495
1499
  #
@@ -1824,6 +1828,90 @@ module Aws::EC2
1824
1828
  req.send_request(options)
1825
1829
  end
1826
1830
 
1831
+ # Associates a branch network interface with a trunk network interface.
1832
+ #
1833
+ # Before you create the association, run the
1834
+ # [create-network-interface][1] command and set `--interface-type` to
1835
+ # `trunk`. You must also create a network interface for each branch
1836
+ # network interface that you want to associate with the trunk network
1837
+ # interface.
1838
+ #
1839
+ # For more information, see [ Network interface trunking][2] in the
1840
+ # *Amazon Elastic Compute Cloud User Guide*.
1841
+ #
1842
+ #
1843
+ #
1844
+ # [1]: https://docs.aws.amazon.com/AWSEC2/latest/APIReference/API_CreateNetworkInterface.html
1845
+ # [2]: https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/eni-trunking.html
1846
+ #
1847
+ # @option params [required, String] :branch_interface_id
1848
+ # The ID of the branch network interface.
1849
+ #
1850
+ # @option params [required, String] :trunk_interface_id
1851
+ # The ID of the trunk network interface.
1852
+ #
1853
+ # @option params [Integer] :vlan_id
1854
+ # The ID of the VLAN. This applies to the VLAN protocol.
1855
+ #
1856
+ # @option params [Integer] :gre_key
1857
+ # The application key. This applies to the GRE protocol.
1858
+ #
1859
+ # @option params [String] :client_token
1860
+ # Unique, case-sensitive identifier that you provide to ensure the
1861
+ # idempotency of the request. For more information, see [How to Ensure
1862
+ # Idempotency][1].
1863
+ #
1864
+ # **A suitable default value is auto-generated.** You should normally
1865
+ # not need to pass this option.**
1866
+ #
1867
+ #
1868
+ #
1869
+ # [1]: https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/Run_Instance_Idempotency.html
1870
+ #
1871
+ # @option params [Boolean] :dry_run
1872
+ # Checks whether you have the required permissions for the action,
1873
+ # without actually making the request, and provides an error response.
1874
+ # If you have the required permissions, the error response is
1875
+ # `DryRunOperation`. Otherwise, it is `UnauthorizedOperation`.
1876
+ #
1877
+ # @return [Types::AssociateTrunkInterfaceResult] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
1878
+ #
1879
+ # * {Types::AssociateTrunkInterfaceResult#interface_association #interface_association} => Types::TrunkInterfaceAssociation
1880
+ # * {Types::AssociateTrunkInterfaceResult#client_token #client_token} => String
1881
+ #
1882
+ # @example Request syntax with placeholder values
1883
+ #
1884
+ # resp = client.associate_trunk_interface({
1885
+ # branch_interface_id: "NetworkInterfaceId", # required
1886
+ # trunk_interface_id: "NetworkInterfaceId", # required
1887
+ # vlan_id: 1,
1888
+ # gre_key: 1,
1889
+ # client_token: "String",
1890
+ # dry_run: false,
1891
+ # })
1892
+ #
1893
+ # @example Response structure
1894
+ #
1895
+ # resp.interface_association.association_id #=> String
1896
+ # resp.interface_association.branch_interface_id #=> String
1897
+ # resp.interface_association.trunk_interface_id #=> String
1898
+ # resp.interface_association.interface_protocol #=> String, one of "VLAN", "GRE"
1899
+ # resp.interface_association.vlan_id #=> Integer
1900
+ # resp.interface_association.gre_key #=> Integer
1901
+ # resp.interface_association.tags #=> Array
1902
+ # resp.interface_association.tags[0].key #=> String
1903
+ # resp.interface_association.tags[0].value #=> String
1904
+ # resp.client_token #=> String
1905
+ #
1906
+ # @see http://docs.aws.amazon.com/goto/WebAPI/ec2-2016-11-15/AssociateTrunkInterface AWS API Documentation
1907
+ #
1908
+ # @overload associate_trunk_interface(params = {})
1909
+ # @param [Hash] params ({})
1910
+ def associate_trunk_interface(params = {}, options = {})
1911
+ req = build_request(:associate_trunk_interface, params)
1912
+ req.send_request(options)
1913
+ end
1914
+
1827
1915
  # Associates a CIDR block with your VPC. You can associate a secondary
1828
1916
  # IPv4 CIDR block, an Amazon-provided IPv6 CIDR block, or an IPv6 CIDR
1829
1917
  # block from an IPv6 address pool that you provisioned through bring
@@ -2312,12 +2400,12 @@ module Aws::EC2
2312
2400
  req.send_request(options)
2313
2401
  end
2314
2402
 
2315
- # \[VPC only\] Adds the specified egress rules to a security group for
2316
- # use with a VPC.
2403
+ # \[VPC only\] Adds the specified outbound (egress) rules to a security
2404
+ # group for use with a VPC.
2317
2405
  #
2318
2406
  # An outbound rule permits instances to send traffic to the specified
2319
- # IPv4 or IPv6 CIDR address ranges, or to the instances associated with
2320
- # the specified destination security groups.
2407
+ # IPv4 or IPv6 CIDR address ranges, or to the instances that are
2408
+ # associated with the specified destination security groups.
2321
2409
  #
2322
2410
  # You specify a protocol for each rule (for example, TCP). For the TCP
2323
2411
  # and UDP protocols, you must also specify the destination port or port
@@ -2328,8 +2416,8 @@ module Aws::EC2
2328
2416
  # Rule changes are propagated to affected instances as quickly as
2329
2417
  # possible. However, a small delay might occur.
2330
2418
  #
2331
- # For more information about VPC security group limits, see [Amazon VPC
2332
- # Limits][1].
2419
+ # For information about VPC security group quotas, see [Amazon VPC
2420
+ # quotas][1].
2333
2421
  #
2334
2422
  #
2335
2423
  #
@@ -2348,6 +2436,9 @@ module Aws::EC2
2348
2436
  # The sets of IP permissions. You can't specify a destination security
2349
2437
  # group and a CIDR IP address range in the same set of permissions.
2350
2438
  #
2439
+ # @option params [Array<Types::TagSpecification>] :tag_specifications
2440
+ # The tags applied to the security group rule.
2441
+ #
2351
2442
  # @option params [String] :cidr_ip
2352
2443
  # Not supported. Use a set of IP permissions to specify the CIDR.
2353
2444
  #
@@ -2369,7 +2460,10 @@ module Aws::EC2
2369
2460
  # Not supported. Use a set of IP permissions to specify a destination
2370
2461
  # security group.
2371
2462
  #
2372
- # @return [Struct] Returns an empty {Seahorse::Client::Response response}.
2463
+ # @return [Types::AuthorizeSecurityGroupEgressResult] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
2464
+ #
2465
+ # * {Types::AuthorizeSecurityGroupEgressResult#return #return} => Boolean
2466
+ # * {Types::AuthorizeSecurityGroupEgressResult#security_group_rules #security_group_rules} => Array&lt;Types::SecurityGroupRule&gt;
2373
2467
  #
2374
2468
  #
2375
2469
  # @example Example: To add a rule that allows outbound traffic to a specific address range
@@ -2461,6 +2555,17 @@ module Aws::EC2
2461
2555
  # ],
2462
2556
  # },
2463
2557
  # ],
2558
+ # tag_specifications: [
2559
+ # {
2560
+ # 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
2561
+ # tags: [
2562
+ # {
2563
+ # key: "String",
2564
+ # value: "String",
2565
+ # },
2566
+ # ],
2567
+ # },
2568
+ # ],
2464
2569
  # cidr_ip: "String",
2465
2570
  # from_port: 1,
2466
2571
  # ip_protocol: "String",
@@ -2469,6 +2574,30 @@ module Aws::EC2
2469
2574
  # source_security_group_owner_id: "String",
2470
2575
  # })
2471
2576
  #
2577
+ # @example Response structure
2578
+ #
2579
+ # resp.return #=> Boolean
2580
+ # resp.security_group_rules #=> Array
2581
+ # resp.security_group_rules[0].security_group_rule_id #=> String
2582
+ # resp.security_group_rules[0].group_id #=> String
2583
+ # resp.security_group_rules[0].group_owner_id #=> String
2584
+ # resp.security_group_rules[0].is_egress #=> Boolean
2585
+ # resp.security_group_rules[0].ip_protocol #=> String
2586
+ # resp.security_group_rules[0].from_port #=> Integer
2587
+ # resp.security_group_rules[0].to_port #=> Integer
2588
+ # resp.security_group_rules[0].cidr_ipv_4 #=> String
2589
+ # resp.security_group_rules[0].cidr_ipv_6 #=> String
2590
+ # resp.security_group_rules[0].prefix_list_id #=> String
2591
+ # resp.security_group_rules[0].referenced_group_info.group_id #=> String
2592
+ # resp.security_group_rules[0].referenced_group_info.peering_status #=> String
2593
+ # resp.security_group_rules[0].referenced_group_info.user_id #=> String
2594
+ # resp.security_group_rules[0].referenced_group_info.vpc_id #=> String
2595
+ # resp.security_group_rules[0].referenced_group_info.vpc_peering_connection_id #=> String
2596
+ # resp.security_group_rules[0].description #=> String
2597
+ # resp.security_group_rules[0].tags #=> Array
2598
+ # resp.security_group_rules[0].tags[0].key #=> String
2599
+ # resp.security_group_rules[0].tags[0].value #=> String
2600
+ #
2472
2601
  # @see http://docs.aws.amazon.com/goto/WebAPI/ec2-2016-11-15/AuthorizeSecurityGroupEgress AWS API Documentation
2473
2602
  #
2474
2603
  # @overload authorize_security_group_egress(params = {})
@@ -2478,11 +2607,11 @@ module Aws::EC2
2478
2607
  req.send_request(options)
2479
2608
  end
2480
2609
 
2481
- # Adds the specified ingress rules to a security group.
2610
+ # Adds the specified inbound (ingress) rules to a security group.
2482
2611
  #
2483
2612
  # An inbound rule permits instances to receive traffic from the
2484
- # specified IPv4 or IPv6 CIDR address ranges, or from the instances
2485
- # associated with the specified destination security groups.
2613
+ # specified IPv4 or IPv6 CIDR address range, or from the instances that
2614
+ # are associated with the specified destination security groups.
2486
2615
  #
2487
2616
  # You specify a protocol for each rule (for example, TCP). For TCP and
2488
2617
  # UDP, you must also specify the destination port or port range. For
@@ -2492,8 +2621,8 @@ module Aws::EC2
2492
2621
  # Rule changes are propagated to instances within the security group as
2493
2622
  # quickly as possible. However, a small delay might occur.
2494
2623
  #
2495
- # For more information about VPC security group limits, see [Amazon VPC
2496
- # Limits][1].
2624
+ # For more information about VPC security group quotas, see [Amazon VPC
2625
+ # quotas][1].
2497
2626
  #
2498
2627
  #
2499
2628
  #
@@ -2553,13 +2682,14 @@ module Aws::EC2
2553
2682
  # EC2-VPC, the source security group must be in the same VPC.
2554
2683
  #
2555
2684
  # @option params [String] :source_security_group_owner_id
2556
- # \[nondefault VPC\] The AWS account ID for the source security group,
2557
- # if the source security group is in a different account. You can't
2558
- # specify this parameter in combination with the following parameters:
2559
- # the CIDR IP address range, the IP protocol, the start of the port
2560
- # range, and the end of the port range. Creates rules that grant full
2561
- # ICMP, UDP, and TCP access. To create a rule with a specific IP
2562
- # protocol and port range, use a set of IP permissions instead.
2685
+ # \[nondefault VPC\] The Amazon Web Services account ID for the source
2686
+ # security group, if the source security group is in a different
2687
+ # account. You can't specify this parameter in combination with the
2688
+ # following parameters: the CIDR IP address range, the IP protocol, the
2689
+ # start of the port range, and the end of the port range. Creates rules
2690
+ # that grant full ICMP, UDP, and TCP access. To create a rule with a
2691
+ # specific IP protocol and port range, use a set of IP permissions
2692
+ # instead.
2563
2693
  #
2564
2694
  # @option params [Integer] :to_port
2565
2695
  # The end of port range for the TCP and UDP protocols, or an ICMP code
@@ -2575,7 +2705,13 @@ module Aws::EC2
2575
2705
  # If you have the required permissions, the error response is
2576
2706
  # `DryRunOperation`. Otherwise, it is `UnauthorizedOperation`.
2577
2707
  #
2578
- # @return [Struct] Returns an empty {Seahorse::Client::Response response}.
2708
+ # @option params [Array<Types::TagSpecification>] :tag_specifications
2709
+ # \[VPC Only\] The tags applied to the security group rule.
2710
+ #
2711
+ # @return [Types::AuthorizeSecurityGroupIngressResult] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
2712
+ #
2713
+ # * {Types::AuthorizeSecurityGroupIngressResult#return #return} => Boolean
2714
+ # * {Types::AuthorizeSecurityGroupIngressResult#security_group_rules #security_group_rules} => Array&lt;Types::SecurityGroupRule&gt;
2579
2715
  #
2580
2716
  #
2581
2717
  # @example Example: To add a rule that allows inbound SSH traffic from an IPv4 address range
@@ -2705,8 +2841,43 @@ module Aws::EC2
2705
2841
  # source_security_group_owner_id: "String",
2706
2842
  # to_port: 1,
2707
2843
  # dry_run: false,
2844
+ # tag_specifications: [
2845
+ # {
2846
+ # 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
2847
+ # tags: [
2848
+ # {
2849
+ # key: "String",
2850
+ # value: "String",
2851
+ # },
2852
+ # ],
2853
+ # },
2854
+ # ],
2708
2855
  # })
2709
2856
  #
2857
+ # @example Response structure
2858
+ #
2859
+ # resp.return #=> Boolean
2860
+ # resp.security_group_rules #=> Array
2861
+ # resp.security_group_rules[0].security_group_rule_id #=> String
2862
+ # resp.security_group_rules[0].group_id #=> String
2863
+ # resp.security_group_rules[0].group_owner_id #=> String
2864
+ # resp.security_group_rules[0].is_egress #=> Boolean
2865
+ # resp.security_group_rules[0].ip_protocol #=> String
2866
+ # resp.security_group_rules[0].from_port #=> Integer
2867
+ # resp.security_group_rules[0].to_port #=> Integer
2868
+ # resp.security_group_rules[0].cidr_ipv_4 #=> String
2869
+ # resp.security_group_rules[0].cidr_ipv_6 #=> String
2870
+ # resp.security_group_rules[0].prefix_list_id #=> String
2871
+ # resp.security_group_rules[0].referenced_group_info.group_id #=> String
2872
+ # resp.security_group_rules[0].referenced_group_info.peering_status #=> String
2873
+ # resp.security_group_rules[0].referenced_group_info.user_id #=> String
2874
+ # resp.security_group_rules[0].referenced_group_info.vpc_id #=> String
2875
+ # resp.security_group_rules[0].referenced_group_info.vpc_peering_connection_id #=> String
2876
+ # resp.security_group_rules[0].description #=> String
2877
+ # resp.security_group_rules[0].tags #=> Array
2878
+ # resp.security_group_rules[0].tags[0].key #=> String
2879
+ # resp.security_group_rules[0].tags[0].value #=> String
2880
+ #
2710
2881
  # @see http://docs.aws.amazon.com/goto/WebAPI/ec2-2016-11-15/AuthorizeSecurityGroupIngress AWS API Documentation
2711
2882
  #
2712
2883
  # @overload authorize_security_group_ingress(params = {})
@@ -3684,7 +3855,7 @@ module Aws::EC2
3684
3855
  # source_snapshot_id: "String", # required
3685
3856
  # tag_specifications: [
3686
3857
  # {
3687
- # 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
3858
+ # 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
3688
3859
  # tags: [
3689
3860
  # {
3690
3861
  # key: "String",
@@ -3775,10 +3946,10 @@ module Aws::EC2
3775
3946
  # Reservation can have one of the following tenancy settings:
3776
3947
  #
3777
3948
  # * `default` - The Capacity Reservation is created on hardware that is
3778
- # shared with other AWS accounts.
3949
+ # shared with other accounts.
3779
3950
  #
3780
3951
  # * `dedicated` - The Capacity Reservation is created on single-tenant
3781
- # hardware that is dedicated to a single AWS account.
3952
+ # hardware that is dedicated to a single account.
3782
3953
  #
3783
3954
  # @option params [required, Integer] :instance_count
3784
3955
  # The number of instances for which to reserve capacity.
@@ -3873,7 +4044,7 @@ module Aws::EC2
3873
4044
  # instance_match_criteria: "open", # accepts open, targeted
3874
4045
  # tag_specifications: [
3875
4046
  # {
3876
- # 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
4047
+ # 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
3877
4048
  # tags: [
3878
4049
  # {
3879
4050
  # key: "String",
@@ -3962,7 +4133,7 @@ module Aws::EC2
3962
4133
  # vpc_id: "VpcId", # required
3963
4134
  # tag_specifications: [
3964
4135
  # {
3965
- # 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
4136
+ # 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
3966
4137
  # tags: [
3967
4138
  # {
3968
4139
  # key: "String",
@@ -4151,7 +4322,7 @@ module Aws::EC2
4151
4322
  # client_token: "String",
4152
4323
  # tag_specifications: [
4153
4324
  # {
4154
- # 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
4325
+ # 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
4155
4326
  # tags: [
4156
4327
  # {
4157
4328
  # key: "String",
@@ -4368,7 +4539,7 @@ module Aws::EC2
4368
4539
  # type: "ipsec.1", # required, accepts ipsec.1
4369
4540
  # tag_specifications: [
4370
4541
  # {
4371
- # 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
4542
+ # 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
4372
4543
  # tags: [
4373
4544
  # {
4374
4545
  # key: "String",
@@ -4652,7 +4823,7 @@ module Aws::EC2
4652
4823
  # ],
4653
4824
  # tag_specifications: [
4654
4825
  # {
4655
- # 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
4826
+ # 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
4656
4827
  # tags: [
4657
4828
  # {
4658
4829
  # key: "String",
@@ -4726,7 +4897,7 @@ module Aws::EC2
4726
4897
  # vpc_id: "VpcId", # required
4727
4898
  # tag_specifications: [
4728
4899
  # {
4729
- # 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
4900
+ # 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
4730
4901
  # tags: [
4731
4902
  # {
4732
4903
  # key: "String",
@@ -4807,7 +4978,7 @@ module Aws::EC2
4807
4978
  # Fleet expires.
4808
4979
  #
4809
4980
  # @option params [String] :type
4810
- # The type of request. The default value is `maintain`.
4981
+ # The fleet type. The default value is `maintain`.
4811
4982
  #
4812
4983
  # * `maintain` - The EC2 Fleet places an asynchronous request for your
4813
4984
  # desired capacity, and continues to maintain your desired Spot
@@ -4850,16 +5021,24 @@ module Aws::EC2
4850
5021
  # [1]: https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/manage-ec2-fleet.html#ec2-fleet-health-checks
4851
5022
  #
4852
5023
  # @option params [Array<Types::TagSpecification>] :tag_specifications
4853
- # The key-value pair for tagging the EC2 Fleet request on creation. The
4854
- # value for `ResourceType` must be `fleet`, otherwise the fleet request
4855
- # fails. To tag instances at launch, specify the tags in the [launch
4856
- # template][1]. For information about tagging after launch, see [Tagging
4857
- # your resources][2].
5024
+ # The key-value pair for tagging the EC2 Fleet request on creation. For
5025
+ # more information, see [Tagging your resources][1].
5026
+ #
5027
+ # If the fleet type is `instant`, specify a resource type of `fleet` to
5028
+ # tag the fleet or `instance` to tag the instances at launch.
5029
+ #
5030
+ # If the fleet type is `maintain` or `request`, specify a resource type
5031
+ # of `fleet` to tag the fleet. You cannot specify a resource type of
5032
+ # `instance`. To tag instances at launch, specify the tags in a [launch
5033
+ # template][2].
4858
5034
  #
4859
5035
  #
4860
5036
  #
4861
- # [1]: https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/ec2-launch-templates.html#create-launch-template
4862
- # [2]: https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/Using_Tags.html#tag-resources
5037
+ # [1]: https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/Using_Tags.html#tag-resources
5038
+ # [2]: https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/ec2-launch-templates.html#create-launch-template
5039
+ #
5040
+ # @option params [String] :context
5041
+ # Reserved.
4863
5042
  #
4864
5043
  # @return [Types::CreateFleetResult] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
4865
5044
  #
@@ -4939,7 +5118,7 @@ module Aws::EC2
4939
5118
  # replace_unhealthy_instances: false,
4940
5119
  # tag_specifications: [
4941
5120
  # {
4942
- # 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
5121
+ # 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
4943
5122
  # tags: [
4944
5123
  # {
4945
5124
  # key: "String",
@@ -4948,6 +5127,7 @@ module Aws::EC2
4948
5127
  # ],
4949
5128
  # },
4950
5129
  # ],
5130
+ # context: "String",
4951
5131
  # })
4952
5132
  #
4953
5133
  # @example Response structure
@@ -5145,7 +5325,7 @@ module Aws::EC2
5145
5325
  # log_format: "String",
5146
5326
  # tag_specifications: [
5147
5327
  # {
5148
- # 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
5328
+ # 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
5149
5329
  # tags: [
5150
5330
  # {
5151
5331
  # key: "String",
@@ -5244,7 +5424,7 @@ module Aws::EC2
5244
5424
  # client_token: "String",
5245
5425
  # tag_specifications: [
5246
5426
  # {
5247
- # 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
5427
+ # 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
5248
5428
  # tags: [
5249
5429
  # {
5250
5430
  # key: "String",
@@ -5398,7 +5578,7 @@ module Aws::EC2
5398
5578
  # no_reboot: false,
5399
5579
  # tag_specifications: [
5400
5580
  # {
5401
- # 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
5581
+ # 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
5402
5582
  # tags: [
5403
5583
  # {
5404
5584
  # key: "String",
@@ -5467,7 +5647,7 @@ module Aws::EC2
5467
5647
  # target_environment: "citrix", # required, accepts citrix, vmware, microsoft
5468
5648
  # tag_specifications: [
5469
5649
  # {
5470
- # 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
5650
+ # 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
5471
5651
  # tags: [
5472
5652
  # {
5473
5653
  # key: "String",
@@ -5550,7 +5730,7 @@ module Aws::EC2
5550
5730
  # resp = client.create_internet_gateway({
5551
5731
  # tag_specifications: [
5552
5732
  # {
5553
- # 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
5733
+ # 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
5554
5734
  # tags: [
5555
5735
  # {
5556
5736
  # key: "String",
@@ -5639,7 +5819,7 @@ module Aws::EC2
5639
5819
  # dry_run: false,
5640
5820
  # tag_specifications: [
5641
5821
  # {
5642
- # 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
5822
+ # 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
5643
5823
  # tags: [
5644
5824
  # {
5645
5825
  # key: "String",
@@ -5841,7 +6021,7 @@ module Aws::EC2
5841
6021
  # user_data: "String",
5842
6022
  # tag_specifications: [
5843
6023
  # {
5844
- # 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
6024
+ # 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
5845
6025
  # tags: [
5846
6026
  # {
5847
6027
  # key: "String",
@@ -5906,7 +6086,7 @@ module Aws::EC2
5906
6086
  # },
5907
6087
  # tag_specifications: [
5908
6088
  # {
5909
- # 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
6089
+ # 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
5910
6090
  # tags: [
5911
6091
  # {
5912
6092
  # key: "String",
@@ -6127,7 +6307,7 @@ module Aws::EC2
6127
6307
  # user_data: "String",
6128
6308
  # tag_specifications: [
6129
6309
  # {
6130
- # 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
6310
+ # 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
6131
6311
  # tags: [
6132
6312
  # {
6133
6313
  # key: "String",
@@ -6254,7 +6434,7 @@ module Aws::EC2
6254
6434
  # resp.launch_template_version.launch_template_data.instance_initiated_shutdown_behavior #=> String, one of "stop", "terminate"
6255
6435
  # resp.launch_template_version.launch_template_data.user_data #=> String
6256
6436
  # resp.launch_template_version.launch_template_data.tag_specifications #=> Array
6257
- # resp.launch_template_version.launch_template_data.tag_specifications[0].resource_type #=> String, one of "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"
6437
+ # resp.launch_template_version.launch_template_data.tag_specifications[0].resource_type #=> String, one of "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"
6258
6438
  # resp.launch_template_version.launch_template_data.tag_specifications[0].tags #=> Array
6259
6439
  # resp.launch_template_version.launch_template_data.tag_specifications[0].tags[0].key #=> String
6260
6440
  # resp.launch_template_version.launch_template_data.tag_specifications[0].tags[0].value #=> String
@@ -6379,7 +6559,7 @@ module Aws::EC2
6379
6559
  # vpc_id: "VpcId", # required
6380
6560
  # tag_specifications: [
6381
6561
  # {
6382
- # 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
6562
+ # 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
6383
6563
  # tags: [
6384
6564
  # {
6385
6565
  # key: "String",
@@ -6478,7 +6658,7 @@ module Aws::EC2
6478
6658
  # max_entries: 1, # required
6479
6659
  # tag_specifications: [
6480
6660
  # {
6481
- # 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
6661
+ # 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
6482
6662
  # tags: [
6483
6663
  # {
6484
6664
  # key: "String",
@@ -6615,7 +6795,7 @@ module Aws::EC2
6615
6795
  # subnet_id: "SubnetId", # required
6616
6796
  # tag_specifications: [
6617
6797
  # {
6618
- # 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
6798
+ # 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
6619
6799
  # tags: [
6620
6800
  # {
6621
6801
  # key: "String",
@@ -6734,7 +6914,7 @@ module Aws::EC2
6734
6914
  # vpc_id: "VpcId", # required
6735
6915
  # tag_specifications: [
6736
6916
  # {
6737
- # 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
6917
+ # 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
6738
6918
  # tags: [
6739
6919
  # {
6740
6920
  # key: "String",
@@ -6970,7 +7150,7 @@ module Aws::EC2
6970
7150
  # destination_port: 1,
6971
7151
  # tag_specifications: [
6972
7152
  # {
6973
- # 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
6974
7154
  # tags: [
6975
7155
  # {
6976
7156
  # key: "String",
@@ -7070,10 +7250,14 @@ module Aws::EC2
7070
7250
  # Indicates the type of network interface. To create an Elastic Fabric
7071
7251
  # Adapter (EFA), specify `efa`. For more information, see [ Elastic
7072
7252
  # Fabric Adapter][1] in the *Amazon Elastic Compute Cloud User Guide*.
7253
+ # To create a trunk network interface, specify `efa`. For more
7254
+ # information, see [ Network interface trunking][2] in the *Amazon
7255
+ # Elastic Compute Cloud User Guide*.
7073
7256
  #
7074
7257
  #
7075
7258
  #
7076
7259
  # [1]: https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/efa.html
7260
+ # [2]: https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/eni-trunking.html
7077
7261
  #
7078
7262
  # @option params [required, String] :subnet_id
7079
7263
  # The ID of the subnet to associate with the network interface.
@@ -7163,11 +7347,11 @@ module Aws::EC2
7163
7347
  # },
7164
7348
  # ],
7165
7349
  # secondary_private_ip_address_count: 1,
7166
- # interface_type: "efa", # accepts efa
7350
+ # interface_type: "efa", # accepts efa, branch, trunk
7167
7351
  # subnet_id: "SubnetId", # required
7168
7352
  # tag_specifications: [
7169
7353
  # {
7170
- # 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
7354
+ # 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
7171
7355
  # tags: [
7172
7356
  # {
7173
7357
  # key: "String",
@@ -7201,7 +7385,7 @@ module Aws::EC2
7201
7385
  # resp.network_interface.groups #=> Array
7202
7386
  # resp.network_interface.groups[0].group_name #=> String
7203
7387
  # resp.network_interface.groups[0].group_id #=> String
7204
- # resp.network_interface.interface_type #=> String, one of "interface", "natGateway", "efa"
7388
+ # resp.network_interface.interface_type #=> String, one of "interface", "natGateway", "efa", "trunk"
7205
7389
  # resp.network_interface.ipv_6_addresses #=> Array
7206
7390
  # resp.network_interface.ipv_6_addresses[0].ipv_6_address #=> String
7207
7391
  # resp.network_interface.mac_address #=> String
@@ -7241,20 +7425,20 @@ module Aws::EC2
7241
7425
  req.send_request(options)
7242
7426
  end
7243
7427
 
7244
- # Grants an AWS-authorized account permission to attach the specified
7245
- # network interface to an instance in their account.
7428
+ # Grants an Amazon Web Services-authorized account permission to attach
7429
+ # the specified network interface to an instance in their account.
7246
7430
  #
7247
- # You can grant permission to a single AWS account only, and only one
7431
+ # You can grant permission to a single account only, and only one
7248
7432
  # account at a time.
7249
7433
  #
7250
7434
  # @option params [required, String] :network_interface_id
7251
7435
  # The ID of the network interface.
7252
7436
  #
7253
7437
  # @option params [String] :aws_account_id
7254
- # The AWS account ID.
7438
+ # The account ID.
7255
7439
  #
7256
7440
  # @option params [String] :aws_service
7257
- # The AWS service. Currently not supported.
7441
+ # The Amazon Web Service. Currently not supported.
7258
7442
  #
7259
7443
  # @option params [required, String] :permission
7260
7444
  # The type of permission to grant.
@@ -7365,7 +7549,7 @@ module Aws::EC2
7365
7549
  # partition_count: 1,
7366
7550
  # tag_specifications: [
7367
7551
  # {
7368
- # 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
7552
+ # 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
7369
7553
  # tags: [
7370
7554
  # {
7371
7555
  # key: "String",
@@ -7450,7 +7634,7 @@ module Aws::EC2
7450
7634
  # dry_run: false,
7451
7635
  # tag_specifications: [
7452
7636
  # {
7453
- # 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
7637
+ # 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
7454
7638
  # tags: [
7455
7639
  # {
7456
7640
  # key: "String",
@@ -7641,7 +7825,7 @@ module Aws::EC2
7641
7825
  # name: "String",
7642
7826
  # tag_specifications: [
7643
7827
  # {
7644
- # 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
7828
+ # 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
7645
7829
  # tags: [
7646
7830
  # {
7647
7831
  # key: "String",
@@ -7865,7 +8049,7 @@ module Aws::EC2
7865
8049
  # vpc_id: "VpcId", # required
7866
8050
  # tag_specifications: [
7867
8051
  # {
7868
- # 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
8052
+ # 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
7869
8053
  # tags: [
7870
8054
  # {
7871
8055
  # key: "String",
@@ -8015,7 +8199,7 @@ module Aws::EC2
8015
8199
  # vpc_id: "VpcId",
8016
8200
  # tag_specifications: [
8017
8201
  # {
8018
- # 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
8202
+ # 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
8019
8203
  # tags: [
8020
8204
  # {
8021
8205
  # key: "String",
@@ -8176,7 +8360,7 @@ module Aws::EC2
8176
8360
  # volume_id: "VolumeId", # required
8177
8361
  # tag_specifications: [
8178
8362
  # {
8179
- # 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
8363
+ # 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
8180
8364
  # tags: [
8181
8365
  # {
8182
8366
  # key: "String",
@@ -8288,7 +8472,7 @@ module Aws::EC2
8288
8472
  # outpost_arn: "String",
8289
8473
  # tag_specifications: [
8290
8474
  # {
8291
- # 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
8475
+ # 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
8292
8476
  # tags: [
8293
8477
  # {
8294
8478
  # key: "String",
@@ -8328,7 +8512,7 @@ module Aws::EC2
8328
8512
  end
8329
8513
 
8330
8514
  # Creates a data feed for Spot Instances, enabling you to view Spot
8331
- # Instance usage logs. You can create one data feed per AWS account. For
8515
+ # Instance usage logs. You can create one data feed per account. For
8332
8516
  # more information, see [Spot Instance data feed][1] in the *Amazon EC2
8333
8517
  # User Guide for Linux Instances*.
8334
8518
  #
@@ -8578,7 +8762,7 @@ module Aws::EC2
8578
8762
  # resp = client.create_subnet({
8579
8763
  # tag_specifications: [
8580
8764
  # {
8581
- # 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
8765
+ # 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
8582
8766
  # tags: [
8583
8767
  # {
8584
8768
  # key: "String",
@@ -8758,7 +8942,7 @@ module Aws::EC2
8758
8942
  # description: "String",
8759
8943
  # tag_specifications: [
8760
8944
  # {
8761
- # 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
8945
+ # 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
8762
8946
  # tags: [
8763
8947
  # {
8764
8948
  # key: "String",
@@ -9032,7 +9216,7 @@ module Aws::EC2
9032
9216
  # description: "String",
9033
9217
  # tag_specifications: [
9034
9218
  # {
9035
- # 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
9219
+ # 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
9036
9220
  # tags: [
9037
9221
  # {
9038
9222
  # key: "String",
@@ -9131,7 +9315,7 @@ module Aws::EC2
9131
9315
  # description: "String",
9132
9316
  # tag_specifications: [
9133
9317
  # {
9134
- # 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
9318
+ # 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
9135
9319
  # tags: [
9136
9320
  # {
9137
9321
  # key: "String",
@@ -9225,7 +9409,7 @@ module Aws::EC2
9225
9409
  # },
9226
9410
  # tag_specifications: [
9227
9411
  # {
9228
- # 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
9412
+ # 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
9229
9413
  # tags: [
9230
9414
  # {
9231
9415
  # key: "String",
@@ -9306,7 +9490,7 @@ module Aws::EC2
9306
9490
  # },
9307
9491
  # tag_specifications: [
9308
9492
  # {
9309
- # 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
9493
+ # 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
9310
9494
  # tags: [
9311
9495
  # {
9312
9496
  # key: "String",
@@ -9400,7 +9584,7 @@ module Aws::EC2
9400
9584
  # inside_cidr_blocks: ["String"], # required
9401
9585
  # tag_specifications: [
9402
9586
  # {
9403
- # 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
9587
+ # 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
9404
9588
  # tags: [
9405
9589
  # {
9406
9590
  # key: "String",
@@ -9482,7 +9666,7 @@ module Aws::EC2
9482
9666
  # },
9483
9667
  # tag_specifications: [
9484
9668
  # {
9485
- # 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
9669
+ # 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
9486
9670
  # tags: [
9487
9671
  # {
9488
9672
  # key: "String",
@@ -9561,7 +9745,7 @@ module Aws::EC2
9561
9745
  # peer_region: "String", # required
9562
9746
  # tag_specifications: [
9563
9747
  # {
9564
- # 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
9748
+ # 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
9565
9749
  # tags: [
9566
9750
  # {
9567
9751
  # key: "String",
@@ -9733,7 +9917,7 @@ module Aws::EC2
9733
9917
  # transit_gateway_id: "TransitGatewayId", # required
9734
9918
  # tag_specifications: [
9735
9919
  # {
9736
- # 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
9920
+ # 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
9737
9921
  # tags: [
9738
9922
  # {
9739
9923
  # key: "String",
@@ -9816,7 +10000,7 @@ module Aws::EC2
9816
10000
  # },
9817
10001
  # tag_specifications: [
9818
10002
  # {
9819
- # 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
10003
+ # 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
9820
10004
  # tags: [
9821
10005
  # {
9822
10006
  # key: "String",
@@ -10109,7 +10293,7 @@ module Aws::EC2
10109
10293
  # dry_run: false,
10110
10294
  # tag_specifications: [
10111
10295
  # {
10112
- # 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
10296
+ # 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
10113
10297
  # tags: [
10114
10298
  # {
10115
10299
  # key: "String",
@@ -10272,7 +10456,7 @@ module Aws::EC2
10272
10456
  # ipv_6_cidr_block_network_border_group: "String",
10273
10457
  # tag_specifications: [
10274
10458
  # {
10275
- # 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
10459
+ # 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
10276
10460
  # tags: [
10277
10461
  # {
10278
10462
  # key: "String",
@@ -10429,7 +10613,7 @@ module Aws::EC2
10429
10613
  # private_dns_enabled: false,
10430
10614
  # tag_specifications: [
10431
10615
  # {
10432
- # 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
10616
+ # 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
10433
10617
  # tags: [
10434
10618
  # {
10435
10619
  # key: "String",
@@ -10635,7 +10819,7 @@ module Aws::EC2
10635
10819
  # client_token: "String",
10636
10820
  # tag_specifications: [
10637
10821
  # {
10638
- # 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
10822
+ # 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
10639
10823
  # tags: [
10640
10824
  # {
10641
10825
  # key: "String",
@@ -10748,7 +10932,7 @@ module Aws::EC2
10748
10932
  # peer_region: "String",
10749
10933
  # tag_specifications: [
10750
10934
  # {
10751
- # 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
10935
+ # 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
10752
10936
  # tags: [
10753
10937
  # {
10754
10938
  # key: "String",
@@ -10924,7 +11108,7 @@ module Aws::EC2
10924
11108
  # },
10925
11109
  # tag_specifications: [
10926
11110
  # {
10927
- # 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
10928
11112
  # tags: [
10929
11113
  # {
10930
11114
  # key: "String",
@@ -11085,7 +11269,7 @@ module Aws::EC2
11085
11269
  # type: "ipsec.1", # required, accepts ipsec.1
11086
11270
  # tag_specifications: [
11087
11271
  # {
11088
- # 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
11272
+ # 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
11089
11273
  # tags: [
11090
11274
  # {
11091
11275
  # key: "String",
@@ -13600,8 +13784,8 @@ module Aws::EC2
13600
13784
  end
13601
13785
 
13602
13786
  # Releases the specified address range that you provisioned for use with
13603
- # your AWS resources through bring your own IP addresses (BYOIP) and
13604
- # deletes the corresponding address pool.
13787
+ # your Amazon Web Services resources through bring your own IP addresses
13788
+ # (BYOIP) and deletes the corresponding address pool.
13605
13789
  #
13606
13790
  # Before you can release an address range, you must stop advertising it
13607
13791
  # using WithdrawByoipCidr and you must not have any IP addresses
@@ -13998,12 +14182,13 @@ module Aws::EC2
13998
14182
  # with, if any.
13999
14183
  #
14000
14184
  # * `network-border-group` - A unique set of Availability Zones, Local
14001
- # Zones, or Wavelength Zones from where AWS advertises IP addresses.
14185
+ # Zones, or Wavelength Zones from where Amazon Web Services advertises
14186
+ # IP addresses.
14002
14187
  #
14003
14188
  # * `network-interface-id` - \[EC2-VPC\] The ID of the network interface
14004
14189
  # that the address is associated with, if any.
14005
14190
  #
14006
- # * `network-interface-owner-id` - The AWS account ID of the owner.
14191
+ # * `network-interface-owner-id` - The account ID of the owner.
14007
14192
  #
14008
14193
  # * `private-ip-address` - \[EC2-VPC\] The private IP address associated
14009
14194
  # with the Elastic IP address.
@@ -14595,7 +14780,7 @@ module Aws::EC2
14595
14780
  end
14596
14781
 
14597
14782
  # Describes one or more of your Capacity Reservations. The results
14598
- # describe only the Capacity Reservations in the AWS Region that you're
14783
+ # describe only the Capacity Reservations in the Region that you're
14599
14784
  # currently using.
14600
14785
  #
14601
14786
  # @option params [Array<String>] :capacity_reservation_ids
@@ -14617,7 +14802,7 @@ module Aws::EC2
14617
14802
  # * `instance-type` - The type of instance for which the Capacity
14618
14803
  # Reservation reserves capacity.
14619
14804
  #
14620
- # * `owner-id` - The ID of the AWS account that owns the Capacity
14805
+ # * `owner-id` - The ID of the account that owns the Capacity
14621
14806
  # Reservation.
14622
14807
  #
14623
14808
  # * `availability-zone-id` - The Availability Zone ID of the Capacity
@@ -14633,10 +14818,10 @@ module Aws::EC2
14633
14818
  # Capacity Reservation can have one of the following tenancy settings:
14634
14819
  #
14635
14820
  # * `default` - The Capacity Reservation is created on hardware that
14636
- # is shared with other AWS accounts.
14821
+ # is shared with other accounts.
14637
14822
  #
14638
14823
  # * `dedicated` - The Capacity Reservation is created on single-tenant
14639
- # hardware that is dedicated to a single AWS account.
14824
+ # hardware that is dedicated to a single account.
14640
14825
  #
14641
14826
  # * `outpost-arn` - The Amazon Resource Name (ARN) of the Outpost on
14642
14827
  # which the Capacity Reservation was created.
@@ -16412,6 +16597,7 @@ module Aws::EC2
16412
16597
  # resp.fleets[0].instances[0].instance_ids[0] #=> String
16413
16598
  # resp.fleets[0].instances[0].instance_type #=> String, one of "t1.micro", "t2.nano", "t2.micro", "t2.small", "t2.medium", "t2.large", "t2.xlarge", "t2.2xlarge", "t3.nano", "t3.micro", "t3.small", "t3.medium", "t3.large", "t3.xlarge", "t3.2xlarge", "t3a.nano", "t3a.micro", "t3a.small", "t3a.medium", "t3a.large", "t3a.xlarge", "t3a.2xlarge", "t4g.nano", "t4g.micro", "t4g.small", "t4g.medium", "t4g.large", "t4g.xlarge", "t4g.2xlarge", "m1.small", "m1.medium", "m1.large", "m1.xlarge", "m3.medium", "m3.large", "m3.xlarge", "m3.2xlarge", "m4.large", "m4.xlarge", "m4.2xlarge", "m4.4xlarge", "m4.10xlarge", "m4.16xlarge", "m2.xlarge", "m2.2xlarge", "m2.4xlarge", "cr1.8xlarge", "r3.large", "r3.xlarge", "r3.2xlarge", "r3.4xlarge", "r3.8xlarge", "r4.large", "r4.xlarge", "r4.2xlarge", "r4.4xlarge", "r4.8xlarge", "r4.16xlarge", "r5.large", "r5.xlarge", "r5.2xlarge", "r5.4xlarge", "r5.8xlarge", "r5.12xlarge", "r5.16xlarge", "r5.24xlarge", "r5.metal", "r5a.large", "r5a.xlarge", "r5a.2xlarge", "r5a.4xlarge", "r5a.8xlarge", "r5a.12xlarge", "r5a.16xlarge", "r5a.24xlarge", "r5b.large", "r5b.xlarge", "r5b.2xlarge", "r5b.4xlarge", "r5b.8xlarge", "r5b.12xlarge", "r5b.16xlarge", "r5b.24xlarge", "r5b.metal", "r5d.large", "r5d.xlarge", "r5d.2xlarge", "r5d.4xlarge", "r5d.8xlarge", "r5d.12xlarge", "r5d.16xlarge", "r5d.24xlarge", "r5d.metal", "r5ad.large", "r5ad.xlarge", "r5ad.2xlarge", "r5ad.4xlarge", "r5ad.8xlarge", "r5ad.12xlarge", "r5ad.16xlarge", "r5ad.24xlarge", "r6g.metal", "r6g.medium", "r6g.large", "r6g.xlarge", "r6g.2xlarge", "r6g.4xlarge", "r6g.8xlarge", "r6g.12xlarge", "r6g.16xlarge", "r6gd.metal", "r6gd.medium", "r6gd.large", "r6gd.xlarge", "r6gd.2xlarge", "r6gd.4xlarge", "r6gd.8xlarge", "r6gd.12xlarge", "r6gd.16xlarge", "x1.16xlarge", "x1.32xlarge", "x1e.xlarge", "x1e.2xlarge", "x1e.4xlarge", "x1e.8xlarge", "x1e.16xlarge", "x1e.32xlarge", "i2.xlarge", "i2.2xlarge", "i2.4xlarge", "i2.8xlarge", "i3.large", "i3.xlarge", "i3.2xlarge", "i3.4xlarge", "i3.8xlarge", "i3.16xlarge", "i3.metal", "i3en.large", "i3en.xlarge", "i3en.2xlarge", "i3en.3xlarge", "i3en.6xlarge", "i3en.12xlarge", "i3en.24xlarge", "i3en.metal", "hi1.4xlarge", "hs1.8xlarge", "c1.medium", "c1.xlarge", "c3.large", "c3.xlarge", "c3.2xlarge", "c3.4xlarge", "c3.8xlarge", "c4.large", "c4.xlarge", "c4.2xlarge", "c4.4xlarge", "c4.8xlarge", "c5.large", "c5.xlarge", "c5.2xlarge", "c5.4xlarge", "c5.9xlarge", "c5.12xlarge", "c5.18xlarge", "c5.24xlarge", "c5.metal", "c5a.large", "c5a.xlarge", "c5a.2xlarge", "c5a.4xlarge", "c5a.8xlarge", "c5a.12xlarge", "c5a.16xlarge", "c5a.24xlarge", "c5ad.large", "c5ad.xlarge", "c5ad.2xlarge", "c5ad.4xlarge", "c5ad.8xlarge", "c5ad.12xlarge", "c5ad.16xlarge", "c5ad.24xlarge", "c5d.large", "c5d.xlarge", "c5d.2xlarge", "c5d.4xlarge", "c5d.9xlarge", "c5d.12xlarge", "c5d.18xlarge", "c5d.24xlarge", "c5d.metal", "c5n.large", "c5n.xlarge", "c5n.2xlarge", "c5n.4xlarge", "c5n.9xlarge", "c5n.18xlarge", "c5n.metal", "c6g.metal", "c6g.medium", "c6g.large", "c6g.xlarge", "c6g.2xlarge", "c6g.4xlarge", "c6g.8xlarge", "c6g.12xlarge", "c6g.16xlarge", "c6gd.metal", "c6gd.medium", "c6gd.large", "c6gd.xlarge", "c6gd.2xlarge", "c6gd.4xlarge", "c6gd.8xlarge", "c6gd.12xlarge", "c6gd.16xlarge", "c6gn.medium", "c6gn.large", "c6gn.xlarge", "c6gn.2xlarge", "c6gn.4xlarge", "c6gn.8xlarge", "c6gn.12xlarge", "c6gn.16xlarge", "cc1.4xlarge", "cc2.8xlarge", "g2.2xlarge", "g2.8xlarge", "g3.4xlarge", "g3.8xlarge", "g3.16xlarge", "g3s.xlarge", "g4ad.4xlarge", "g4ad.8xlarge", "g4ad.16xlarge", "g4dn.xlarge", "g4dn.2xlarge", "g4dn.4xlarge", "g4dn.8xlarge", "g4dn.12xlarge", "g4dn.16xlarge", "g4dn.metal", "cg1.4xlarge", "p2.xlarge", "p2.8xlarge", "p2.16xlarge", "p3.2xlarge", "p3.8xlarge", "p3.16xlarge", "p3dn.24xlarge", "p4d.24xlarge", "d2.xlarge", "d2.2xlarge", "d2.4xlarge", "d2.8xlarge", "d3.xlarge", "d3.2xlarge", "d3.4xlarge", "d3.8xlarge", "d3en.xlarge", "d3en.2xlarge", "d3en.4xlarge", "d3en.6xlarge", "d3en.8xlarge", "d3en.12xlarge", "f1.2xlarge", "f1.4xlarge", "f1.16xlarge", "m5.large", "m5.xlarge", "m5.2xlarge", "m5.4xlarge", "m5.8xlarge", "m5.12xlarge", "m5.16xlarge", "m5.24xlarge", "m5.metal", "m5a.large", "m5a.xlarge", "m5a.2xlarge", "m5a.4xlarge", "m5a.8xlarge", "m5a.12xlarge", "m5a.16xlarge", "m5a.24xlarge", "m5d.large", "m5d.xlarge", "m5d.2xlarge", "m5d.4xlarge", "m5d.8xlarge", "m5d.12xlarge", "m5d.16xlarge", "m5d.24xlarge", "m5d.metal", "m5ad.large", "m5ad.xlarge", "m5ad.2xlarge", "m5ad.4xlarge", "m5ad.8xlarge", "m5ad.12xlarge", "m5ad.16xlarge", "m5ad.24xlarge", "m5zn.large", "m5zn.xlarge", "m5zn.2xlarge", "m5zn.3xlarge", "m5zn.6xlarge", "m5zn.12xlarge", "m5zn.metal", "h1.2xlarge", "h1.4xlarge", "h1.8xlarge", "h1.16xlarge", "z1d.large", "z1d.xlarge", "z1d.2xlarge", "z1d.3xlarge", "z1d.6xlarge", "z1d.12xlarge", "z1d.metal", "u-6tb1.56xlarge", "u-6tb1.112xlarge", "u-9tb1.112xlarge", "u-12tb1.112xlarge", "u-6tb1.metal", "u-9tb1.metal", "u-12tb1.metal", "u-18tb1.metal", "u-24tb1.metal", "a1.medium", "a1.large", "a1.xlarge", "a1.2xlarge", "a1.4xlarge", "a1.metal", "m5dn.large", "m5dn.xlarge", "m5dn.2xlarge", "m5dn.4xlarge", "m5dn.8xlarge", "m5dn.12xlarge", "m5dn.16xlarge", "m5dn.24xlarge", "m5dn.metal", "m5n.large", "m5n.xlarge", "m5n.2xlarge", "m5n.4xlarge", "m5n.8xlarge", "m5n.12xlarge", "m5n.16xlarge", "m5n.24xlarge", "m5n.metal", "r5dn.large", "r5dn.xlarge", "r5dn.2xlarge", "r5dn.4xlarge", "r5dn.8xlarge", "r5dn.12xlarge", "r5dn.16xlarge", "r5dn.24xlarge", "r5dn.metal", "r5n.large", "r5n.xlarge", "r5n.2xlarge", "r5n.4xlarge", "r5n.8xlarge", "r5n.12xlarge", "r5n.16xlarge", "r5n.24xlarge", "r5n.metal", "inf1.xlarge", "inf1.2xlarge", "inf1.6xlarge", "inf1.24xlarge", "m6g.metal", "m6g.medium", "m6g.large", "m6g.xlarge", "m6g.2xlarge", "m6g.4xlarge", "m6g.8xlarge", "m6g.12xlarge", "m6g.16xlarge", "m6gd.metal", "m6gd.medium", "m6gd.large", "m6gd.xlarge", "m6gd.2xlarge", "m6gd.4xlarge", "m6gd.8xlarge", "m6gd.12xlarge", "m6gd.16xlarge", "mac1.metal", "x2gd.medium", "x2gd.large", "x2gd.xlarge", "x2gd.2xlarge", "x2gd.4xlarge", "x2gd.8xlarge", "x2gd.12xlarge", "x2gd.16xlarge", "x2gd.metal"
16414
16599
  # resp.fleets[0].instances[0].platform #=> String, one of "Windows"
16600
+ # resp.fleets[0].context #=> String
16415
16601
  #
16416
16602
  # @see http://docs.aws.amazon.com/goto/WebAPI/ec2-2016-11-15/DescribeFleets AWS API Documentation
16417
16603
  #
@@ -18786,7 +18972,7 @@ module Aws::EC2
18786
18972
  # interface.
18787
18973
  #
18788
18974
  # * `network-interface.requester-managed` - Indicates whether the
18789
- # network interface is being managed by AWS.
18975
+ # network interface is being managed by Amazon Web Services.
18790
18976
  #
18791
18977
  # * `network-interface.status` - The status of the network interface
18792
18978
  # (`available`) \| `in-use`).
@@ -18805,7 +18991,7 @@ module Aws::EC2
18805
18991
  #
18806
18992
  # * `outpost-arn` - The Amazon Resource Name (ARN) of the Outpost.
18807
18993
  #
18808
- # * `owner-id` - The AWS account ID of the instance owner.
18994
+ # * `owner-id` - The account ID of the instance owner.
18809
18995
  #
18810
18996
  # * `placement-group-name` - The name of the placement group for the
18811
18997
  # instance.
@@ -18833,8 +19019,8 @@ module Aws::EC2
18833
19019
  # terminate the instance). Similar to the state-reason-code filter.
18834
19020
  #
18835
19021
  # * `requester-id` - The ID of the entity that launched the instance on
18836
- # your behalf (for example, AWS Management Console, Auto Scaling, and
18837
- # so on).
19022
+ # your behalf (for example, Management Console, Auto Scaling, and so
19023
+ # on).
18838
19024
  #
18839
19025
  # * `reservation-id` - The ID of the instance's reservation. A
18840
19026
  # reservation ID is created any time you launch an instance. A
@@ -19364,7 +19550,7 @@ module Aws::EC2
19364
19550
  # @option params [Array<String>] :key_names
19365
19551
  # The key pair names.
19366
19552
  #
19367
- # Default: Describes all your key pairs.
19553
+ # Default: Describes all of your key pairs.
19368
19554
  #
19369
19555
  # @option params [Array<String>] :key_pair_ids
19370
19556
  # The IDs of the key pairs.
@@ -19663,7 +19849,7 @@ module Aws::EC2
19663
19849
  # resp.launch_template_versions[0].launch_template_data.instance_initiated_shutdown_behavior #=> String, one of "stop", "terminate"
19664
19850
  # resp.launch_template_versions[0].launch_template_data.user_data #=> String
19665
19851
  # resp.launch_template_versions[0].launch_template_data.tag_specifications #=> Array
19666
- # resp.launch_template_versions[0].launch_template_data.tag_specifications[0].resource_type #=> String, one of "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"
19852
+ # resp.launch_template_versions[0].launch_template_data.tag_specifications[0].resource_type #=> String, one of "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"
19667
19853
  # resp.launch_template_versions[0].launch_template_data.tag_specifications[0].tags #=> Array
19668
19854
  # resp.launch_template_versions[0].launch_template_data.tag_specifications[0].tags[0].key #=> String
19669
19855
  # resp.launch_template_versions[0].launch_template_data.tag_specifications[0].tags[0].value #=> String
@@ -20282,7 +20468,8 @@ module Aws::EC2
20282
20468
  req.send_request(options)
20283
20469
  end
20284
20470
 
20285
- # Describes your managed prefix lists and any AWS-managed prefix lists.
20471
+ # Describes your managed prefix lists and any Amazon Web
20472
+ # Services-managed prefix lists.
20286
20473
  #
20287
20474
  # To view the entries for your prefix list, use
20288
20475
  # GetManagedPrefixListEntries.
@@ -21321,9 +21508,9 @@ module Aws::EC2
21321
21508
  # * `network-interface-permission.network-interface-id` - The ID of the
21322
21509
  # network interface.
21323
21510
  #
21324
- # * `network-interface-permission.aws-account-id` - The AWS account ID.
21511
+ # * `network-interface-permission.aws-account-id` - The account ID.
21325
21512
  #
21326
- # * `network-interface-permission.aws-service` - The AWS service.
21513
+ # * `network-interface-permission.aws-service` - The Amazon Web Service.
21327
21514
  #
21328
21515
  # * `network-interface-permission.permission` - The type of permission
21329
21516
  # (`INSTANCE-ATTACH` \| `EIP-ASSOCIATE`).
@@ -21450,7 +21637,7 @@ module Aws::EC2
21450
21637
  #
21451
21638
  # * `network-interface-id` - The ID of the network interface.
21452
21639
  #
21453
- # * `owner-id` - The AWS account ID of the network interface owner.
21640
+ # * `owner-id` - The account ID of the network interface owner.
21454
21641
  #
21455
21642
  # * `private-ip-address` - The private IPv4 address or addresses of the
21456
21643
  # network interface.
@@ -21458,11 +21645,11 @@ module Aws::EC2
21458
21645
  # * `private-dns-name` - The private DNS name of the network interface
21459
21646
  # (IPv4).
21460
21647
  #
21461
- # * `requester-id` - The alias or AWS account ID of the principal or
21462
- # service that created the network interface.
21648
+ # * `requester-id` - The alias or account ID of the principal or service
21649
+ # that created the network interface.
21463
21650
  #
21464
21651
  # * `requester-managed` - Indicates whether the network interface is
21465
- # being managed by an AWS service (for example, AWS Management
21652
+ # being managed by an Amazon Web Service (for example, Management
21466
21653
  # Console, Auto Scaling, and so on).
21467
21654
  #
21468
21655
  # * `source-dest-check` - Indicates whether the network interface
@@ -21620,7 +21807,7 @@ module Aws::EC2
21620
21807
  # resp.network_interfaces[0].groups #=> Array
21621
21808
  # resp.network_interfaces[0].groups[0].group_name #=> String
21622
21809
  # resp.network_interfaces[0].groups[0].group_id #=> String
21623
- # resp.network_interfaces[0].interface_type #=> String, one of "interface", "natGateway", "efa"
21810
+ # resp.network_interfaces[0].interface_type #=> String, one of "interface", "natGateway", "efa", "trunk"
21624
21811
  # resp.network_interfaces[0].ipv_6_addresses #=> Array
21625
21812
  # resp.network_interfaces[0].ipv_6_addresses[0].ipv_6_address #=> String
21626
21813
  # resp.network_interfaces[0].mac_address #=> String
@@ -21748,9 +21935,9 @@ module Aws::EC2
21748
21935
  req.send_request(options)
21749
21936
  end
21750
21937
 
21751
- # Describes available AWS services in a prefix list format, which
21752
- # includes the prefix list name and prefix list ID of the service and
21753
- # the IP address range for the service.
21938
+ # Describes available Amazon Web Services services in a prefix list
21939
+ # format, which includes the prefix list name and prefix list ID of the
21940
+ # service and the IP address range for the service.
21754
21941
  #
21755
21942
  # We recommend that you use DescribeManagedPrefixLists instead.
21756
21943
  #
@@ -22560,8 +22747,8 @@ module Aws::EC2
22560
22747
  #
22561
22748
  # * `marketplace` - Set to `true` to show only Reserved Instance
22562
22749
  # Marketplace offerings. When this filter is not used, which is the
22563
- # default behavior, all offerings from both AWS and the Reserved
22564
- # Instance Marketplace are listed.
22750
+ # default behavior, all offerings from both Amazon Web Services and
22751
+ # the Reserved Instance Marketplace are listed.
22565
22752
  #
22566
22753
  # * `product-description` - The Reserved Instance product platform
22567
22754
  # description. Instances that include `(Amazon VPC)` in the product
@@ -23303,6 +23490,94 @@ module Aws::EC2
23303
23490
  req.send_request(options)
23304
23491
  end
23305
23492
 
23493
+ # Describes one or more of your security group rules.
23494
+ #
23495
+ # @option params [Array<Types::Filter>] :filters
23496
+ # One or more filters.
23497
+ #
23498
+ # * `group-id` - The ID of the security group.
23499
+ #
23500
+ # * `security-group-rule-id` - The ID of the security group rule.
23501
+ #
23502
+ # * `tag`\:&lt;key&gt; - The key/value combination of a tag assigned to
23503
+ # the resource. Use the tag key in the filter name and the tag value
23504
+ # as the filter value. For example, to find all resources that have a
23505
+ # tag with the key `Owner` and the value `TeamA`, specify `tag:Owner`
23506
+ # for the filter name and `TeamA` for the filter value.
23507
+ #
23508
+ # @option params [Array<String>] :security_group_rule_ids
23509
+ # The IDs of the security group rules.
23510
+ #
23511
+ # @option params [Boolean] :dry_run
23512
+ # Checks whether you have the required permissions for the action,
23513
+ # without actually making the request, and provides an error response.
23514
+ # If you have the required permissions, the error response is
23515
+ # `DryRunOperation`. Otherwise, it is `UnauthorizedOperation`.
23516
+ #
23517
+ # @option params [String] :next_token
23518
+ # The token for the next page of results.
23519
+ #
23520
+ # @option params [Integer] :max_results
23521
+ # The maximum number of results to return in a single call. To retrieve
23522
+ # the remaining results, make another request with the returned
23523
+ # `NextToken` value. This value can be between 5 and 1000. If this
23524
+ # parameter is not specified, then all results are returned.
23525
+ #
23526
+ # @return [Types::DescribeSecurityGroupRulesResult] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
23527
+ #
23528
+ # * {Types::DescribeSecurityGroupRulesResult#security_group_rules #security_group_rules} => Array&lt;Types::SecurityGroupRule&gt;
23529
+ # * {Types::DescribeSecurityGroupRulesResult#next_token #next_token} => String
23530
+ #
23531
+ # The returned {Seahorse::Client::Response response} is a pageable response and is Enumerable. For details on usage see {Aws::PageableResponse PageableResponse}.
23532
+ #
23533
+ # @example Request syntax with placeholder values
23534
+ #
23535
+ # resp = client.describe_security_group_rules({
23536
+ # filters: [
23537
+ # {
23538
+ # name: "String",
23539
+ # values: ["String"],
23540
+ # },
23541
+ # ],
23542
+ # security_group_rule_ids: ["String"],
23543
+ # dry_run: false,
23544
+ # next_token: "String",
23545
+ # max_results: 1,
23546
+ # })
23547
+ #
23548
+ # @example Response structure
23549
+ #
23550
+ # resp.security_group_rules #=> Array
23551
+ # resp.security_group_rules[0].security_group_rule_id #=> String
23552
+ # resp.security_group_rules[0].group_id #=> String
23553
+ # resp.security_group_rules[0].group_owner_id #=> String
23554
+ # resp.security_group_rules[0].is_egress #=> Boolean
23555
+ # resp.security_group_rules[0].ip_protocol #=> String
23556
+ # resp.security_group_rules[0].from_port #=> Integer
23557
+ # resp.security_group_rules[0].to_port #=> Integer
23558
+ # resp.security_group_rules[0].cidr_ipv_4 #=> String
23559
+ # resp.security_group_rules[0].cidr_ipv_6 #=> String
23560
+ # resp.security_group_rules[0].prefix_list_id #=> String
23561
+ # resp.security_group_rules[0].referenced_group_info.group_id #=> String
23562
+ # resp.security_group_rules[0].referenced_group_info.peering_status #=> String
23563
+ # resp.security_group_rules[0].referenced_group_info.user_id #=> String
23564
+ # resp.security_group_rules[0].referenced_group_info.vpc_id #=> String
23565
+ # resp.security_group_rules[0].referenced_group_info.vpc_peering_connection_id #=> String
23566
+ # resp.security_group_rules[0].description #=> String
23567
+ # resp.security_group_rules[0].tags #=> Array
23568
+ # resp.security_group_rules[0].tags[0].key #=> String
23569
+ # resp.security_group_rules[0].tags[0].value #=> String
23570
+ # resp.next_token #=> String
23571
+ #
23572
+ # @see http://docs.aws.amazon.com/goto/WebAPI/ec2-2016-11-15/DescribeSecurityGroupRules AWS API Documentation
23573
+ #
23574
+ # @overload describe_security_group_rules(params = {})
23575
+ # @param [Hash] params ({})
23576
+ def describe_security_group_rules(params = {}, options = {})
23577
+ req = build_request(:describe_security_group_rules, params)
23578
+ req.send_request(options)
23579
+ end
23580
+
23306
23581
  # Describes the specified security groups or all of your security
23307
23582
  # groups.
23308
23583
  #
@@ -23349,8 +23624,8 @@ module Aws::EC2
23349
23624
  # * `egress.ip-permission.to-port` - For an outbound rule, the end of
23350
23625
  # port range for the TCP and UDP protocols, or an ICMP code.
23351
23626
  #
23352
- # * `egress.ip-permission.user-id` - The ID of an AWS account that has
23353
- # been referenced in an outbound security group rule.
23627
+ # * `egress.ip-permission.user-id` - The ID of an Amazon Web Services
23628
+ # account that has been referenced in an outbound security group rule.
23354
23629
  #
23355
23630
  # * `group-id` - The ID of the security group.
23356
23631
  #
@@ -23381,10 +23656,11 @@ module Aws::EC2
23381
23656
  # * `ip-permission.to-port` - For an inbound rule, the end of port range
23382
23657
  # for the TCP and UDP protocols, or an ICMP code.
23383
23658
  #
23384
- # * `ip-permission.user-id` - The ID of an AWS account that has been
23385
- # referenced in an inbound security group rule.
23659
+ # * `ip-permission.user-id` - The ID of an Amazon Web Services account
23660
+ # that has been referenced in an inbound security group rule.
23386
23661
  #
23387
- # * `owner-id` - The AWS account ID of the owner of the security group.
23662
+ # * `owner-id` - The Amazon Web Services account ID of the owner of the
23663
+ # security group.
23388
23664
  #
23389
23665
  # * `tag`\:&lt;key&gt; - The key/value combination of a tag assigned to
23390
23666
  # the resource. Use the tag key in the filter name and the tag value
@@ -23403,7 +23679,7 @@ module Aws::EC2
23403
23679
  # The IDs of the security groups. Required for security groups in a
23404
23680
  # nondefault VPC.
23405
23681
  #
23406
- # Default: Describes all your security groups.
23682
+ # Default: Describes all of your security groups.
23407
23683
  #
23408
23684
  # @option params [Array<String>] :group_names
23409
23685
  # \[EC2-Classic and default VPC only\] The names of the security groups.
@@ -23411,7 +23687,7 @@ module Aws::EC2
23411
23687
  # ID. For security groups in a nondefault VPC, use the `group-name`
23412
23688
  # filter to describe security groups by name.
23413
23689
  #
23414
- # Default: Describes all your security groups.
23690
+ # Default: Describes all of your security groups.
23415
23691
  #
23416
23692
  # @option params [Boolean] :dry_run
23417
23693
  # Checks whether you have the required permissions for the action,
@@ -24308,7 +24584,7 @@ module Aws::EC2
24308
24584
  # resp.spot_fleet_request_configs[0].spot_fleet_request_config.launch_specifications[0].user_data #=> String
24309
24585
  # resp.spot_fleet_request_configs[0].spot_fleet_request_config.launch_specifications[0].weighted_capacity #=> Float
24310
24586
  # resp.spot_fleet_request_configs[0].spot_fleet_request_config.launch_specifications[0].tag_specifications #=> Array
24311
- # resp.spot_fleet_request_configs[0].spot_fleet_request_config.launch_specifications[0].tag_specifications[0].resource_type #=> String, one of "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"
24587
+ # resp.spot_fleet_request_configs[0].spot_fleet_request_config.launch_specifications[0].tag_specifications[0].resource_type #=> String, one of "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"
24312
24588
  # resp.spot_fleet_request_configs[0].spot_fleet_request_config.launch_specifications[0].tag_specifications[0].tags #=> Array
24313
24589
  # resp.spot_fleet_request_configs[0].spot_fleet_request_config.launch_specifications[0].tag_specifications[0].tags[0].key #=> String
24314
24590
  # resp.spot_fleet_request_configs[0].spot_fleet_request_config.launch_specifications[0].tag_specifications[0].tags[0].value #=> String
@@ -24339,8 +24615,9 @@ module Aws::EC2
24339
24615
  # resp.spot_fleet_request_configs[0].spot_fleet_request_config.load_balancers_config.target_groups_config.target_groups #=> Array
24340
24616
  # resp.spot_fleet_request_configs[0].spot_fleet_request_config.load_balancers_config.target_groups_config.target_groups[0].arn #=> String
24341
24617
  # resp.spot_fleet_request_configs[0].spot_fleet_request_config.instance_pools_to_use_count #=> Integer
24618
+ # resp.spot_fleet_request_configs[0].spot_fleet_request_config.context #=> String
24342
24619
  # resp.spot_fleet_request_configs[0].spot_fleet_request_config.tag_specifications #=> Array
24343
- # resp.spot_fleet_request_configs[0].spot_fleet_request_config.tag_specifications[0].resource_type #=> String, one of "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"
24620
+ # resp.spot_fleet_request_configs[0].spot_fleet_request_config.tag_specifications[0].resource_type #=> String, one of "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"
24344
24621
  # resp.spot_fleet_request_configs[0].spot_fleet_request_config.tag_specifications[0].tags #=> Array
24345
24622
  # resp.spot_fleet_request_configs[0].spot_fleet_request_config.tag_specifications[0].tags[0].key #=> String
24346
24623
  # resp.spot_fleet_request_configs[0].spot_fleet_request_config.tag_specifications[0].tags[0].value #=> String
@@ -25310,7 +25587,7 @@ module Aws::EC2
25310
25587
  # resp.tags #=> Array
25311
25588
  # resp.tags[0].key #=> String
25312
25589
  # resp.tags[0].resource_id #=> String
25313
- # resp.tags[0].resource_type #=> String, one of "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"
25590
+ # resp.tags[0].resource_type #=> String, one of "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"
25314
25591
  # resp.tags[0].value #=> String
25315
25592
  #
25316
25593
  # @see http://docs.aws.amazon.com/goto/WebAPI/ec2-2016-11-15/DescribeTags AWS API Documentation
@@ -26314,6 +26591,76 @@ module Aws::EC2
26314
26591
  req.send_request(options)
26315
26592
  end
26316
26593
 
26594
+ # Describes one or more network interface trunk associations.
26595
+ #
26596
+ # @option params [Array<String>] :association_ids
26597
+ # The IDs of the associations.
26598
+ #
26599
+ # @option params [Boolean] :dry_run
26600
+ # Checks whether you have the required permissions for the action,
26601
+ # without actually making the request, and provides an error response.
26602
+ # If you have the required permissions, the error response is
26603
+ # `DryRunOperation`. Otherwise, it is `UnauthorizedOperation`.
26604
+ #
26605
+ # @option params [Array<Types::Filter>] :filters
26606
+ # One or more filters.
26607
+ #
26608
+ # * `gre-key` - The ID of a trunk interface association.
26609
+ #
26610
+ # * `interface-protocol` - The interface protocol. Valid values are
26611
+ # `VLAN` and `GRE`.
26612
+ #
26613
+ # @option params [String] :next_token
26614
+ # The token for the next page of results.
26615
+ #
26616
+ # @option params [Integer] :max_results
26617
+ # The maximum number of results to return with a single call. To
26618
+ # retrieve the remaining results, make another call with the returned
26619
+ # `nextToken` value.
26620
+ #
26621
+ # @return [Types::DescribeTrunkInterfaceAssociationsResult] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
26622
+ #
26623
+ # * {Types::DescribeTrunkInterfaceAssociationsResult#interface_associations #interface_associations} => Array&lt;Types::TrunkInterfaceAssociation&gt;
26624
+ # * {Types::DescribeTrunkInterfaceAssociationsResult#next_token #next_token} => String
26625
+ #
26626
+ # @example Request syntax with placeholder values
26627
+ #
26628
+ # resp = client.describe_trunk_interface_associations({
26629
+ # association_ids: ["TrunkInterfaceAssociationId"],
26630
+ # dry_run: false,
26631
+ # filters: [
26632
+ # {
26633
+ # name: "String",
26634
+ # values: ["String"],
26635
+ # },
26636
+ # ],
26637
+ # next_token: "String",
26638
+ # max_results: 1,
26639
+ # })
26640
+ #
26641
+ # @example Response structure
26642
+ #
26643
+ # resp.interface_associations #=> Array
26644
+ # resp.interface_associations[0].association_id #=> String
26645
+ # resp.interface_associations[0].branch_interface_id #=> String
26646
+ # resp.interface_associations[0].trunk_interface_id #=> String
26647
+ # resp.interface_associations[0].interface_protocol #=> String, one of "VLAN", "GRE"
26648
+ # resp.interface_associations[0].vlan_id #=> Integer
26649
+ # resp.interface_associations[0].gre_key #=> Integer
26650
+ # resp.interface_associations[0].tags #=> Array
26651
+ # resp.interface_associations[0].tags[0].key #=> String
26652
+ # resp.interface_associations[0].tags[0].value #=> String
26653
+ # resp.next_token #=> String
26654
+ #
26655
+ # @see http://docs.aws.amazon.com/goto/WebAPI/ec2-2016-11-15/DescribeTrunkInterfaceAssociations AWS API Documentation
26656
+ #
26657
+ # @overload describe_trunk_interface_associations(params = {})
26658
+ # @param [Hash] params ({})
26659
+ def describe_trunk_interface_associations(params = {}, options = {})
26660
+ req = build_request(:describe_trunk_interface_associations, params)
26661
+ req.send_request(options)
26662
+ end
26663
+
26317
26664
  # Describes the specified attribute of the specified volume. You can
26318
26665
  # specify only one attribute at a time.
26319
26666
  #
@@ -29019,14 +29366,13 @@ module Aws::EC2
29019
29366
  req.send_request(options)
29020
29367
  end
29021
29368
 
29022
- # Disassociates an IAM role from an AWS Certificate Manager (ACM)
29369
+ # Disassociates an IAM role from an Certificate Manager (ACM)
29023
29370
  # certificate. Disassociating an IAM role from an ACM certificate
29024
29371
  # removes the Amazon S3 object that contains the certificate,
29025
29372
  # certificate chain, and encrypted private key from the Amazon S3
29026
- # bucket. It also revokes the IAM role's permission to use the AWS Key
29027
- # Management Service (KMS) customer master key (CMK) used to encrypt the
29028
- # private key. This effectively revokes the role's permission to use
29029
- # the certificate.
29373
+ # bucket. It also revokes the IAM role's permission to use the KMS key
29374
+ # used to encrypt the private key. This effectively revokes the role's
29375
+ # permission to use the certificate.
29030
29376
  #
29031
29377
  # @option params [String] :certificate_arn
29032
29378
  # The ARN of the ACM certificate from which to disassociate the IAM
@@ -29303,6 +29649,57 @@ module Aws::EC2
29303
29649
  req.send_request(options)
29304
29650
  end
29305
29651
 
29652
+ # Removes an association between a branch network interface with a trunk
29653
+ # network interface.
29654
+ #
29655
+ # @option params [required, String] :association_id
29656
+ # The ID ofthe association
29657
+ #
29658
+ # @option params [String] :client_token
29659
+ # Unique, case-sensitive identifier that you provide to ensure the
29660
+ # idempotency of the request. For more information, see [How to Ensure
29661
+ # Idempotency][1].
29662
+ #
29663
+ # **A suitable default value is auto-generated.** You should normally
29664
+ # not need to pass this option.**
29665
+ #
29666
+ #
29667
+ #
29668
+ # [1]: https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/Run_Instance_Idempotency.html
29669
+ #
29670
+ # @option params [Boolean] :dry_run
29671
+ # Checks whether you have the required permissions for the action,
29672
+ # without actually making the request, and provides an error response.
29673
+ # If you have the required permissions, the error response is
29674
+ # `DryRunOperation`. Otherwise, it is `UnauthorizedOperation`.
29675
+ #
29676
+ # @return [Types::DisassociateTrunkInterfaceResult] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
29677
+ #
29678
+ # * {Types::DisassociateTrunkInterfaceResult#return #return} => Boolean
29679
+ # * {Types::DisassociateTrunkInterfaceResult#client_token #client_token} => String
29680
+ #
29681
+ # @example Request syntax with placeholder values
29682
+ #
29683
+ # resp = client.disassociate_trunk_interface({
29684
+ # association_id: "TrunkInterfaceAssociationId", # required
29685
+ # client_token: "String",
29686
+ # dry_run: false,
29687
+ # })
29688
+ #
29689
+ # @example Response structure
29690
+ #
29691
+ # resp.return #=> Boolean
29692
+ # resp.client_token #=> String
29693
+ #
29694
+ # @see http://docs.aws.amazon.com/goto/WebAPI/ec2-2016-11-15/DisassociateTrunkInterface AWS API Documentation
29695
+ #
29696
+ # @overload disassociate_trunk_interface(params = {})
29697
+ # @param [Hash] params ({})
29698
+ def disassociate_trunk_interface(params = {}, options = {})
29699
+ req = build_request(:disassociate_trunk_interface, params)
29700
+ req.send_request(options)
29701
+ end
29702
+
29306
29703
  # Disassociates a CIDR block from a VPC. To disassociate the CIDR block,
29307
29704
  # you must specify its association ID. You can get the association ID by
29308
29705
  # using DescribeVpcs. You must detach or delete all gateways and
@@ -29930,7 +30327,7 @@ module Aws::EC2
29930
30327
  # role_name: "String",
29931
30328
  # tag_specifications: [
29932
30329
  # {
29933
- # 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
30330
+ # 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
29934
30331
  # tags: [
29935
30332
  # {
29936
30333
  # key: "String",
@@ -30051,12 +30448,11 @@ module Aws::EC2
30051
30448
  req.send_request(options)
30052
30449
  end
30053
30450
 
30054
- # Returns the IAM roles that are associated with the specified AWS
30055
- # Certificate Manager (ACM) certificate. It also returns the name of the
30056
- # Amazon S3 bucket and the Amazon S3 object key where the certificate,
30057
- # certificate chain, and encrypted private key bundle are stored, and
30058
- # the ARN of the AWS Key Management Service (KMS) customer master key
30059
- # (CMK) that's used to encrypt the private key.
30451
+ # Returns the IAM roles that are associated with the specified ACM (ACM)
30452
+ # certificate. It also returns the name of the Amazon S3 bucket and the
30453
+ # Amazon S3 object key where the certificate, certificate chain, and
30454
+ # encrypted private key bundle are stored, and the ARN of the KMS key
30455
+ # that's used to encrypt the private key.
30060
30456
  #
30061
30457
  # @option params [String] :certificate_arn
30062
30458
  # The ARN of the ACM certificate for which to view the associated IAM
@@ -30150,9 +30546,9 @@ module Aws::EC2
30150
30546
 
30151
30547
  # Gets usage information about a Capacity Reservation. If the Capacity
30152
30548
  # Reservation is shared, it shows usage information for the Capacity
30153
- # Reservation owner and each AWS account that is currently using the
30154
- # shared capacity. If the Capacity Reservation is not shared, it shows
30155
- # only the Capacity Reservation owner's usage.
30549
+ # Reservation owner and each account that is currently using the shared
30550
+ # capacity. If the Capacity Reservation is not shared, it shows only the
30551
+ # Capacity Reservation owner's usage.
30156
30552
  #
30157
30553
  # @option params [required, String] :capacity_reservation_id
30158
30554
  # The ID of the Capacity Reservation.
@@ -30869,7 +31265,7 @@ module Aws::EC2
30869
31265
  # resp.launch_template_data.instance_initiated_shutdown_behavior #=> String, one of "stop", "terminate"
30870
31266
  # resp.launch_template_data.user_data #=> String
30871
31267
  # resp.launch_template_data.tag_specifications #=> Array
30872
- # resp.launch_template_data.tag_specifications[0].resource_type #=> String, one of "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"
31268
+ # resp.launch_template_data.tag_specifications[0].resource_type #=> String, one of "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"
30873
31269
  # resp.launch_template_data.tag_specifications[0].tags #=> Array
30874
31270
  # resp.launch_template_data.tag_specifications[0].tags[0].key #=> String
30875
31271
  # resp.launch_template_data.tag_specifications[0].tags[0].value #=> String
@@ -31803,7 +32199,7 @@ module Aws::EC2
31803
32199
  # ],
31804
32200
  # tag_specifications: [
31805
32201
  # {
31806
- # 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
32202
+ # 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
31807
32203
  # tags: [
31808
32204
  # {
31809
32205
  # key: "String",
@@ -31985,11 +32381,12 @@ module Aws::EC2
31985
32381
  end
31986
32382
 
31987
32383
  # Imports the public key from an RSA key pair that you created with a
31988
- # third-party tool. Compare this with CreateKeyPair, in which AWS
31989
- # creates the key pair and gives the keys to you (AWS keeps a copy of
31990
- # the public key). With ImportKeyPair, you create the key pair and give
31991
- # AWS just the public key. The private key is never transferred between
31992
- # you and AWS.
32384
+ # third-party tool. Compare this with CreateKeyPair, in which Amazon Web
32385
+ # Services creates the key pair and gives the keys to you (Amazon Web
32386
+ # Services keeps a copy of the public key). With ImportKeyPair, you
32387
+ # create the key pair and give Amazon Web Services just the public key.
32388
+ # The private key is never transferred between you and Amazon Web
32389
+ # Services.
31993
32390
  #
31994
32391
  # For more information about key pairs, see [Key Pairs][1] in the
31995
32392
  # *Amazon Elastic Compute Cloud User Guide*.
@@ -32029,7 +32426,7 @@ module Aws::EC2
32029
32426
  # public_key_material: "data", # required
32030
32427
  # tag_specifications: [
32031
32428
  # {
32032
- # 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
32429
+ # 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
32033
32430
  # tags: [
32034
32431
  # {
32035
32432
  # key: "String",
@@ -32172,7 +32569,7 @@ module Aws::EC2
32172
32569
  # role_name: "String",
32173
32570
  # tag_specifications: [
32174
32571
  # {
32175
- # 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
32572
+ # 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
32176
32573
  # tags: [
32177
32574
  # {
32178
32575
  # key: "String",
@@ -32612,12 +33009,12 @@ module Aws::EC2
32612
33009
 
32613
33010
  # Modifies the default credit option for CPU usage of burstable
32614
33011
  # performance instances. The default credit option is set at the account
32615
- # level per AWS Region, and is specified per instance family. All new
33012
+ # level per Region, and is specified per instance family. All new
32616
33013
  # burstable performance instances in the account launch using the
32617
33014
  # default credit option.
32618
33015
  #
32619
33016
  # `ModifyDefaultCreditSpecification` is an asynchronous operation, which
32620
- # works at an AWS Region level and modifies the credit option for each
33017
+ # works at an Region level and modifies the credit option for each
32621
33018
  # Availability Zone. All zones in a Region are updated within five
32622
33019
  # minutes. But if instances are launched during this operation, they
32623
33020
  # might not get the new credit option until the zone is updated. To
@@ -32800,6 +33197,9 @@ module Aws::EC2
32800
33197
  # @option params [Types::TargetCapacitySpecificationRequest] :target_capacity_specification
32801
33198
  # The size of the EC2 Fleet.
32802
33199
  #
33200
+ # @option params [String] :context
33201
+ # Reserved.
33202
+ #
32803
33203
  # @return [Types::ModifyFleetResult] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
32804
33204
  #
32805
33205
  # * {Types::ModifyFleetResult#return #return} => Boolean
@@ -32845,6 +33245,7 @@ module Aws::EC2
32845
33245
  # spot_target_capacity: 1,
32846
33246
  # default_target_capacity_type: "spot", # accepts spot, on-demand
32847
33247
  # },
33248
+ # context: "String",
32848
33249
  # })
32849
33250
  #
32850
33251
  # @example Response structure
@@ -33433,9 +33834,9 @@ module Aws::EC2
33433
33834
  #
33434
33835
  # @option params [Types::BlobAttributeValue] :user_data
33435
33836
  # Changes the instance's user data to the specified value. If you are
33436
- # using an AWS SDK or command line tool, base64-encoding is performed
33437
- # for you, and you can load the text from a file. Otherwise, you must
33438
- # provide base64-encoded text.
33837
+ # using an Amazon Web Services SDK or command line tool, base64-encoding
33838
+ # is performed for you, and you can load the text from a file.
33839
+ # Otherwise, you must provide base64-encoded text.
33439
33840
  #
33440
33841
  # @option params [String] :value
33441
33842
  # A new value for the attribute. Use only with the `kernel`, `ramdisk`,
@@ -34199,6 +34600,59 @@ module Aws::EC2
34199
34600
  req.send_request(options)
34200
34601
  end
34201
34602
 
34603
+ # Modifies the rules of a security group.
34604
+ #
34605
+ # @option params [required, String] :group_id
34606
+ # The ID of the security group.
34607
+ #
34608
+ # @option params [required, Array<Types::SecurityGroupRuleUpdate>] :security_group_rules
34609
+ # Information about the security group properties to update.
34610
+ #
34611
+ # @option params [Boolean] :dry_run
34612
+ # Checks whether you have the required permissions for the action,
34613
+ # without actually making the request, and provides an error response.
34614
+ # If you have the required permissions, the error response is
34615
+ # `DryRunOperation`. Otherwise, it is `UnauthorizedOperation`.
34616
+ #
34617
+ # @return [Types::ModifySecurityGroupRulesResult] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
34618
+ #
34619
+ # * {Types::ModifySecurityGroupRulesResult#return #return} => Boolean
34620
+ #
34621
+ # @example Request syntax with placeholder values
34622
+ #
34623
+ # resp = client.modify_security_group_rules({
34624
+ # group_id: "SecurityGroupId", # required
34625
+ # security_group_rules: [ # required
34626
+ # {
34627
+ # security_group_rule_id: "SecurityGroupRuleId",
34628
+ # security_group_rule: {
34629
+ # ip_protocol: "String",
34630
+ # from_port: 1,
34631
+ # to_port: 1,
34632
+ # cidr_ipv_4: "String",
34633
+ # cidr_ipv_6: "String",
34634
+ # prefix_list_id: "PrefixListResourceId",
34635
+ # referenced_group_id: "SecurityGroupId",
34636
+ # description: "String",
34637
+ # },
34638
+ # },
34639
+ # ],
34640
+ # dry_run: false,
34641
+ # })
34642
+ #
34643
+ # @example Response structure
34644
+ #
34645
+ # resp.return #=> Boolean
34646
+ #
34647
+ # @see http://docs.aws.amazon.com/goto/WebAPI/ec2-2016-11-15/ModifySecurityGroupRules AWS API Documentation
34648
+ #
34649
+ # @overload modify_security_group_rules(params = {})
34650
+ # @param [Hash] params ({})
34651
+ def modify_security_group_rules(params = {}, options = {})
34652
+ req = build_request(:modify_security_group_rules, params)
34653
+ req.send_request(options)
34654
+ end
34655
+
34202
34656
  # Adds or removes permission settings for the specified snapshot. You
34203
34657
  # may add or remove specified AWS account IDs from a snapshot's list of
34204
34658
  # create volume permissions, but you cannot do both in a single
@@ -34370,6 +34824,9 @@ module Aws::EC2
34370
34824
  # @option params [Integer] :on_demand_target_capacity
34371
34825
  # The number of On-Demand Instances in the fleet.
34372
34826
  #
34827
+ # @option params [String] :context
34828
+ # Reserved.
34829
+ #
34373
34830
  # @return [Types::ModifySpotFleetRequestResponse] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
34374
34831
  #
34375
34832
  # * {Types::ModifySpotFleetRequestResponse#return #return} => Boolean
@@ -34431,6 +34888,7 @@ module Aws::EC2
34431
34888
  # spot_fleet_request_id: "SpotFleetRequestId", # required
34432
34889
  # target_capacity: 1,
34433
34890
  # on_demand_target_capacity: 1,
34891
+ # context: "String",
34434
34892
  # })
34435
34893
  #
34436
34894
  # @example Response structure
@@ -36334,17 +36792,17 @@ module Aws::EC2
36334
36792
  req.send_request(options)
36335
36793
  end
36336
36794
 
36337
- # Provisions an IPv4 or IPv6 address range for use with your AWS
36338
- # resources through bring your own IP addresses (BYOIP) and creates a
36339
- # corresponding address pool. After the address range is provisioned, it
36340
- # is ready to be advertised using AdvertiseByoipCidr.
36795
+ # Provisions an IPv4 or IPv6 address range for use with your Amazon Web
36796
+ # Services resources through bring your own IP addresses (BYOIP) and
36797
+ # creates a corresponding address pool. After the address range is
36798
+ # provisioned, it is ready to be advertised using AdvertiseByoipCidr.
36341
36799
  #
36342
- # AWS verifies that you own the address range and are authorized to
36343
- # advertise it. You must ensure that the address range is registered to
36344
- # you and that you created an RPKI ROA to authorize Amazon ASNs 16509
36345
- # and 14618 to advertise the address range. For more information, see
36346
- # [Bring Your Own IP Addresses (BYOIP)][1] in the *Amazon Elastic
36347
- # Compute Cloud User Guide*.
36800
+ # Amazon Web Services verifies that you own the address range and are
36801
+ # authorized to advertise it. You must ensure that the address range is
36802
+ # registered to you and that you created an RPKI ROA to authorize Amazon
36803
+ # ASNs 16509 and 14618 to advertise the address range. For more
36804
+ # information, see [Bring your own IP addresses (BYOIP)][1] in the
36805
+ # *Amazon Elastic Compute Cloud User Guide*.
36348
36806
  #
36349
36807
  # Provisioning an address range is an asynchronous operation, so the
36350
36808
  # call returns immediately, but the address range is not ready to use
@@ -36387,6 +36845,9 @@ module Aws::EC2
36387
36845
  # @option params [Array<Types::TagSpecification>] :pool_tag_specifications
36388
36846
  # The tags to apply to the address pool.
36389
36847
  #
36848
+ # @option params [Boolean] :multi_region
36849
+ # <para>Reserved.</para>
36850
+ #
36390
36851
  # @return [Types::ProvisionByoipCidrResult] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
36391
36852
  #
36392
36853
  # * {Types::ProvisionByoipCidrResult#byoip_cidr #byoip_cidr} => Types::ByoipCidr
@@ -36404,7 +36865,7 @@ module Aws::EC2
36404
36865
  # dry_run: false,
36405
36866
  # pool_tag_specifications: [
36406
36867
  # {
36407
- # 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
36868
+ # 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
36408
36869
  # tags: [
36409
36870
  # {
36410
36871
  # key: "String",
@@ -36413,6 +36874,7 @@ module Aws::EC2
36413
36874
  # ],
36414
36875
  # },
36415
36876
  # ],
36877
+ # multi_region: false,
36416
36878
  # })
36417
36879
  #
36418
36880
  # @example Response structure
@@ -36487,7 +36949,7 @@ module Aws::EC2
36487
36949
  # offering_id: "OfferingId", # required
36488
36950
  # tag_specifications: [
36489
36951
  # {
36490
- # 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
36952
+ # 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
36491
36953
  # tags: [
36492
36954
  # {
36493
36955
  # key: "String",
@@ -37404,7 +37866,7 @@ module Aws::EC2
37404
37866
  # address pool. Be sure to update your DNS records and any servers or
37405
37867
  # devices that communicate with the address. If you attempt to release
37406
37868
  # an Elastic IP address that you already released, you'll get an
37407
- # `AuthFailure` error if the address is already allocated to another AWS
37869
+ # `AuthFailure` error if the address is already allocated to another
37408
37870
  # account.
37409
37871
  #
37410
37872
  # \[EC2-VPC\] After you release an Elastic IP address for use in a VPC,
@@ -38353,7 +38815,7 @@ module Aws::EC2
38353
38815
  # weighted_capacity: 1.0,
38354
38816
  # tag_specifications: [
38355
38817
  # {
38356
- # 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
38818
+ # 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
38357
38819
  # tags: [
38358
38820
  # {
38359
38821
  # key: "String",
@@ -38411,9 +38873,10 @@ module Aws::EC2
38411
38873
  # },
38412
38874
  # },
38413
38875
  # instance_pools_to_use_count: 1,
38876
+ # context: "String",
38414
38877
  # tag_specifications: [
38415
38878
  # {
38416
- # 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
38879
+ # 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
38417
38880
  # tags: [
38418
38881
  # {
38419
38882
  # key: "String",
@@ -38471,22 +38934,7 @@ module Aws::EC2
38471
38934
  # Default: Instances are launched in any available Availability Zone.
38472
38935
  #
38473
38936
  # @option params [Integer] :block_duration_minutes
38474
- # The required duration for the Spot Instances (also known as Spot
38475
- # blocks), in minutes. This value must be a multiple of 60 (60, 120,
38476
- # 180, 240, 300, or 360).
38477
- #
38478
- # The duration period starts as soon as your Spot Instance receives its
38479
- # instance ID. At the end of the duration period, Amazon EC2 marks the
38480
- # Spot Instance for termination and provides a Spot Instance termination
38481
- # notice, which gives the instance a two-minute warning before it
38482
- # terminates.
38483
- #
38484
- # You can't specify an Availability Zone group or a launch group if you
38485
- # specify a duration.
38486
- #
38487
- # New accounts or accounts with no previous billing history with AWS are
38488
- # not eligible for Spot Instances with a defined duration (also known as
38489
- # Spot blocks).
38937
+ # Deprecated.
38490
38938
  #
38491
38939
  # @option params [String] :client_token
38492
38940
  # Unique, case-sensitive identifier that you provide to ensure the
@@ -38705,7 +39153,7 @@ module Aws::EC2
38705
39153
  # valid_until: Time.now,
38706
39154
  # tag_specifications: [
38707
39155
  # {
38708
- # 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
39156
+ # 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
38709
39157
  # tags: [
38710
39158
  # {
38711
39159
  # key: "String",
@@ -39303,26 +39751,26 @@ module Aws::EC2
39303
39751
  req.send_request(options)
39304
39752
  end
39305
39753
 
39306
- # \[VPC only\] Removes the specified egress rules from a security group
39307
- # for EC2-VPC. This action does not apply to security groups for use in
39308
- # EC2-Classic. To remove a rule, the values that you specify (for
39309
- # example, ports) must match the existing rule's values exactly.
39754
+ # \[VPC only\] Removes the specified outbound (egress) rules from a
39755
+ # security group for EC2-VPC. This action does not apply to security
39756
+ # groups for use in EC2-Classic.
39757
+ #
39758
+ # You can specify rules using either rule IDs or security group rule
39759
+ # properties. If you use rule properties, the values that you specify
39760
+ # (for example, ports) must match the existing rule's values exactly.
39761
+ # Each rule has a protocol, from and to ports, and destination (CIDR
39762
+ # range, security group, or prefix list). For the TCP and UDP protocols,
39763
+ # you must also specify the destination port or range of ports. For the
39764
+ # ICMP protocol, you must also specify the ICMP type and code. If the
39765
+ # security group rule has a description, you do not need to specify the
39766
+ # description to revoke the rule.
39310
39767
  #
39311
- # <note markdown="1"> \[Default VPC\] If the values you specify do not match the existing
39768
+ # \[Default VPC\] If the values you specify do not match the existing
39312
39769
  # rule's values, no error is returned, and the output describes the
39313
39770
  # security group rules that were not revoked.
39314
39771
  #
39315
- # AWS recommends that you use DescribeSecurityGroups to verify that the
39316
- # rule has been removed.
39317
- #
39318
- # </note>
39319
- #
39320
- # Each rule consists of the protocol and the IPv4 or IPv6 CIDR range or
39321
- # source security group. For the TCP and UDP protocols, you must also
39322
- # specify the destination port or range of ports. For the ICMP protocol,
39323
- # you must also specify the ICMP type and code. If the security group
39324
- # rule has a description, you do not have to specify the description to
39325
- # revoke the rule.
39772
+ # Amazon Web Services recommends that you describe the security group to
39773
+ # verify that the rules were removed.
39326
39774
  #
39327
39775
  # Rule changes are propagated to instances within the security group as
39328
39776
  # quickly as possible. However, a small delay might occur.
@@ -39340,6 +39788,9 @@ module Aws::EC2
39340
39788
  # The sets of IP permissions. You can't specify a destination security
39341
39789
  # group and a CIDR IP address range in the same set of permissions.
39342
39790
  #
39791
+ # @option params [Array<String>] :security_group_rule_ids
39792
+ # The IDs of the security group rules.
39793
+ #
39343
39794
  # @option params [String] :cidr_ip
39344
39795
  # Not supported. Use a set of IP permissions to specify the CIDR.
39345
39796
  #
@@ -39407,6 +39858,7 @@ module Aws::EC2
39407
39858
  # ],
39408
39859
  # },
39409
39860
  # ],
39861
+ # security_group_rule_ids: ["String"],
39410
39862
  # cidr_ip: "String",
39411
39863
  # from_port: 1,
39412
39864
  # ip_protocol: "String",
@@ -39449,25 +39901,24 @@ module Aws::EC2
39449
39901
  req.send_request(options)
39450
39902
  end
39451
39903
 
39452
- # Removes the specified ingress rules from a security group. To remove a
39453
- # rule, the values that you specify (for example, ports) must match the
39454
- # existing rule's values exactly.
39904
+ # Removes the specified inbound (ingress) rules from a security group.
39905
+ #
39906
+ # You can specify rules using either rule IDs or security group rule
39907
+ # properties. If you use rule properties, the values that you specify
39908
+ # (for example, ports) must match the existing rule's values exactly.
39909
+ # Each rule has a protocol, from and to ports, and source (CIDR range,
39910
+ # security group, or prefix list). For the TCP and UDP protocols, you
39911
+ # must also specify the destination port or range of ports. For the ICMP
39912
+ # protocol, you must also specify the ICMP type and code. If the
39913
+ # security group rule has a description, you do not need to specify the
39914
+ # description to revoke the rule.
39455
39915
  #
39456
- # <note markdown="1"> \[EC2-Classic , default VPC\] If the values you specify do not match
39916
+ # \[EC2-Classic, default VPC\] If the values you specify do not match
39457
39917
  # the existing rule's values, no error is returned, and the output
39458
39918
  # describes the security group rules that were not revoked.
39459
39919
  #
39460
- # AWS recommends that you use DescribeSecurityGroups to verify that the
39461
- # rule has been removed.
39462
- #
39463
- # </note>
39464
- #
39465
- # Each rule consists of the protocol and the CIDR range or source
39466
- # security group. For the TCP and UDP protocols, you must also specify
39467
- # the destination port or range of ports. For the ICMP protocol, you
39468
- # must also specify the ICMP type and code. If the security group rule
39469
- # has a description, you do not have to specify the description to
39470
- # revoke the rule.
39920
+ # Amazon Web Services recommends that you describe the security group to
39921
+ # verify that the rules were removed.
39471
39922
  #
39472
39923
  # Rule changes are propagated to instances within the security group as
39473
39924
  # quickly as possible. However, a small delay might occur.
@@ -39512,12 +39963,13 @@ module Aws::EC2
39512
39963
  # instead.
39513
39964
  #
39514
39965
  # @option params [String] :source_security_group_owner_id
39515
- # \[EC2-Classic\] The AWS account ID of the source security group, if
39516
- # the source security group is in a different account. You can't
39517
- # specify this parameter in combination with the following parameters:
39518
- # the CIDR IP address range, the IP protocol, the start of the port
39519
- # range, and the end of the port range. To revoke a specific rule for an
39520
- # IP protocol and port range, use a set of IP permissions instead.
39966
+ # \[EC2-Classic\] The Amazon Web Services account ID of the source
39967
+ # security group, if the source security group is in a different
39968
+ # account. You can't specify this parameter in combination with the
39969
+ # following parameters: the CIDR IP address range, the IP protocol, the
39970
+ # start of the port range, and the end of the port range. To revoke a
39971
+ # specific rule for an IP protocol and port range, use a set of IP
39972
+ # permissions instead.
39521
39973
  #
39522
39974
  # @option params [Integer] :to_port
39523
39975
  # The end of port range for the TCP and UDP protocols, or an ICMP code
@@ -39530,6 +39982,9 @@ module Aws::EC2
39530
39982
  # If you have the required permissions, the error response is
39531
39983
  # `DryRunOperation`. Otherwise, it is `UnauthorizedOperation`.
39532
39984
  #
39985
+ # @option params [Array<String>] :security_group_rule_ids
39986
+ # The IDs of the security group rules.
39987
+ #
39533
39988
  # @return [Types::RevokeSecurityGroupIngressResult] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
39534
39989
  #
39535
39990
  # * {Types::RevokeSecurityGroupIngressResult#return #return} => Boolean
@@ -39583,6 +40038,7 @@ module Aws::EC2
39583
40038
  # source_security_group_owner_id: "String",
39584
40039
  # to_port: 1,
39585
40040
  # dry_run: false,
40041
+ # security_group_rule_ids: ["String"],
39586
40042
  # })
39587
40043
  #
39588
40044
  # @example Response structure
@@ -39785,7 +40241,8 @@ module Aws::EC2
39785
40241
  # The ID of the RAM disk to select. Some kernels require additional
39786
40242
  # drivers at launch. Check the kernel requirements for information about
39787
40243
  # whether you need to specify a RAM disk. To find kernel requirements,
39788
- # go to the AWS Resource Center and search for the kernel ID.
40244
+ # go to the Amazon Web Services Resource Center and search for the
40245
+ # kernel ID.
39789
40246
  #
39790
40247
  # We recommend that you use PV-GRUB instead of kernels and RAM disks.
39791
40248
  # For more information, see [ PV-GRUB][1] in the *Amazon EC2 User
@@ -39988,8 +40445,8 @@ module Aws::EC2
39988
40445
  # information, see [Hibernate your instance][1] in the *Amazon EC2 User
39989
40446
  # Guide*.
39990
40447
  #
39991
- # You can't enable hibernation and AWS Nitro Enclaves on the same
39992
- # instance.
40448
+ # You can't enable hibernation and Amazon Web Services Nitro Enclaves
40449
+ # on the same instance.
39993
40450
  #
39994
40451
  #
39995
40452
  #
@@ -40007,12 +40464,13 @@ module Aws::EC2
40007
40464
  # [1]: https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/ec2-instance-metadata.html
40008
40465
  #
40009
40466
  # @option params [Types::EnclaveOptionsRequest] :enclave_options
40010
- # Indicates whether the instance is enabled for AWS Nitro Enclaves. For
40011
- # more information, see [ What is AWS Nitro Enclaves?][1] in the *AWS
40012
- # Nitro Enclaves User Guide*.
40467
+ # Indicates whether the instance is enabled for Amazon Web Services
40468
+ # Nitro Enclaves. For more information, see [ What is Amazon Web
40469
+ # Services Nitro Enclaves?][1] in the *Amazon Web Services Nitro
40470
+ # Enclaves User Guide*.
40013
40471
  #
40014
- # You can't enable AWS Nitro Enclaves and hibernation on the same
40015
- # instance.
40472
+ # You can't enable Amazon Web Services Nitro Enclaves and hibernation
40473
+ # on the same instance.
40016
40474
  #
40017
40475
  #
40018
40476
  #
@@ -40170,7 +40628,7 @@ module Aws::EC2
40170
40628
  # ],
40171
40629
  # tag_specifications: [
40172
40630
  # {
40173
- # 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
40631
+ # 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
40174
40632
  # tags: [
40175
40633
  # {
40176
40634
  # key: "String",
@@ -40876,13 +41334,8 @@ module Aws::EC2
40876
41334
  # However, your root partition Amazon EBS volume remains and continues
40877
41335
  # to persist your data, and you are charged for Amazon EBS volume usage.
40878
41336
  # You can restart your instance at any time. Every time you start your
40879
- # Windows instance, Amazon EC2 charges you for a full instance hour. If
40880
- # you stop and restart your Windows instance, a new instance hour begins
40881
- # and Amazon EC2 charges you for another full instance hour even if you
40882
- # are still within the same 60-minute period when it was stopped. Every
40883
- # time you start your Linux instance, Amazon EC2 charges a one-minute
40884
- # minimum for instance usage, and thereafter charges per second for
40885
- # instance usage.
41337
+ # instance, Amazon EC2 charges a one-minute minimum for instance usage,
41338
+ # and thereafter charges per second for instance usage.
40886
41339
  #
40887
41340
  # Before stopping an instance, make sure it is in a state from which it
40888
41341
  # can be restarted. Stopping an instance does not preserve data stored
@@ -41011,7 +41464,7 @@ module Aws::EC2
41011
41464
  # dry_run: false,
41012
41465
  # tag_specifications: [
41013
41466
  # {
41014
- # 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
41467
+ # 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
41015
41468
  # tags: [
41016
41469
  # {
41017
41470
  # key: "String",
@@ -41328,13 +41781,9 @@ module Aws::EC2
41328
41781
  # We don't charge usage for a stopped instance, or data transfer fees;
41329
41782
  # however, your root partition Amazon EBS volume remains and continues
41330
41783
  # to persist your data, and you are charged for Amazon EBS volume usage.
41331
- # Every time you start your Windows instance, Amazon EC2 charges you for
41332
- # a full instance hour. If you stop and restart your Windows instance, a
41333
- # new instance hour begins and Amazon EC2 charges you for another full
41334
- # instance hour even if you are still within the same 60-minute period
41335
- # when it was stopped. Every time you start your Linux instance, Amazon
41336
- # EC2 charges a one-minute minimum for instance usage, and thereafter
41337
- # charges per second for instance usage.
41784
+ # Every time you start your instance, Amazon EC2 charges a one-minute
41785
+ # minimum for instance usage, and thereafter charges per second for
41786
+ # instance usage.
41338
41787
  #
41339
41788
  # You can't stop or hibernate instance store-backed instances. You
41340
41789
  # can't use the Stop action to hibernate Spot Instances, but you can
@@ -41524,6 +41973,38 @@ module Aws::EC2
41524
41973
  # because of a single incorrect instance ID), none of the instances are
41525
41974
  # terminated.
41526
41975
  #
41976
+ # If you terminate multiple instances across multiple Availability
41977
+ # Zones, and one or more of the specified instances are enabled for
41978
+ # termination protection, the request fails with the following results:
41979
+ #
41980
+ # * The specified instances that are in the same Availability Zone as
41981
+ # the protected instance are not terminated.
41982
+ #
41983
+ # * The specified instances that are in different Availability Zones,
41984
+ # where no other specified instances are protected, are successfully
41985
+ # terminated.
41986
+ #
41987
+ # For example, say you have the following instances:
41988
+ #
41989
+ # * Instance A: `us-east-1a`; Not protected
41990
+ #
41991
+ # * Instance B: `us-east-1a`; Not protected
41992
+ #
41993
+ # * Instance C: `us-east-1b`; Protected
41994
+ #
41995
+ # * Instance D: `us-east-1b`; not protected
41996
+ #
41997
+ # If you attempt to terminate all of these instances in the same
41998
+ # request, the request reports failure with the following results:
41999
+ #
42000
+ # * Instance A and Instance B are successfully terminated because none
42001
+ # of the specified instances in `us-east-1a` are enabled for
42002
+ # termination protection.
42003
+ #
42004
+ # * Instance C and Instance D fail to terminate because at least one of
42005
+ # the specified instances in `us-east-1b` (Instance C) is enabled for
42006
+ # termination protection.
42007
+ #
41527
42008
  # Terminated instances remain visible after termination (for
41528
42009
  # approximately one hour).
41529
42010
  #
@@ -41739,11 +42220,9 @@ module Aws::EC2
41739
42220
 
41740
42221
  # \[VPC only\] Updates the description of an egress (outbound) security
41741
42222
  # group rule. You can replace an existing description, or add a
41742
- # description to a rule that did not have one previously.
41743
- #
41744
- # You specify the description as part of the IP permissions structure.
41745
- # You can remove a description for a security group rule by omitting the
41746
- # description parameter in the request.
42223
+ # description to a rule that did not have one previously. You can remove
42224
+ # a description for a security group rule by omitting the description
42225
+ # parameter in the request.
41747
42226
  #
41748
42227
  # @option params [Boolean] :dry_run
41749
42228
  # Checks whether you have the required permissions for the action,
@@ -41761,8 +42240,13 @@ module Aws::EC2
41761
42240
  # either the security group ID or the security group name in the
41762
42241
  # request.
41763
42242
  #
41764
- # @option params [required, Array<Types::IpPermission>] :ip_permissions
41765
- # The IP permissions for the security group rule.
42243
+ # @option params [Array<Types::IpPermission>] :ip_permissions
42244
+ # The IP permissions for the security group rule. You must specify
42245
+ # either the IP permissions or the description.
42246
+ #
42247
+ # @option params [Array<Types::SecurityGroupRuleDescription>] :security_group_rule_descriptions
42248
+ # The description for the egress security group rules. You must specify
42249
+ # either the description or the IP permissions.
41766
42250
  #
41767
42251
  # @return [Types::UpdateSecurityGroupRuleDescriptionsEgressResult] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
41768
42252
  #
@@ -41800,7 +42284,7 @@ module Aws::EC2
41800
42284
  # dry_run: false,
41801
42285
  # group_id: "SecurityGroupId",
41802
42286
  # group_name: "SecurityGroupName",
41803
- # ip_permissions: [ # required
42287
+ # ip_permissions: [
41804
42288
  # {
41805
42289
  # from_port: 1,
41806
42290
  # ip_protocol: "String",
@@ -41836,6 +42320,12 @@ module Aws::EC2
41836
42320
  # ],
41837
42321
  # },
41838
42322
  # ],
42323
+ # security_group_rule_descriptions: [
42324
+ # {
42325
+ # security_group_rule_id: "String",
42326
+ # description: "String",
42327
+ # },
42328
+ # ],
41839
42329
  # })
41840
42330
  #
41841
42331
  # @example Response structure
@@ -41853,11 +42343,9 @@ module Aws::EC2
41853
42343
 
41854
42344
  # Updates the description of an ingress (inbound) security group rule.
41855
42345
  # You can replace an existing description, or add a description to a
41856
- # rule that did not have one previously.
41857
- #
41858
- # You specify the description as part of the IP permissions structure.
41859
- # You can remove a description for a security group rule by omitting the
41860
- # description parameter in the request.
42346
+ # rule that did not have one previously. You can remove a description
42347
+ # for a security group rule by omitting the description parameter in the
42348
+ # request.
41861
42349
  #
41862
42350
  # @option params [Boolean] :dry_run
41863
42351
  # Checks whether you have the required permissions for the action,
@@ -41875,8 +42363,13 @@ module Aws::EC2
41875
42363
  # specify either the security group ID or the security group name in the
41876
42364
  # request.
41877
42365
  #
41878
- # @option params [required, Array<Types::IpPermission>] :ip_permissions
41879
- # The IP permissions for the security group rule.
42366
+ # @option params [Array<Types::IpPermission>] :ip_permissions
42367
+ # The IP permissions for the security group rule. You must specify
42368
+ # either IP permissions or a description.
42369
+ #
42370
+ # @option params [Array<Types::SecurityGroupRuleDescription>] :security_group_rule_descriptions
42371
+ # \[VPC only\] The description for the ingress security group rules. You
42372
+ # must specify either a description or IP permissions.
41880
42373
  #
41881
42374
  # @return [Types::UpdateSecurityGroupRuleDescriptionsIngressResult] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
41882
42375
  #
@@ -41914,7 +42407,7 @@ module Aws::EC2
41914
42407
  # dry_run: false,
41915
42408
  # group_id: "SecurityGroupId",
41916
42409
  # group_name: "SecurityGroupName",
41917
- # ip_permissions: [ # required
42410
+ # ip_permissions: [
41918
42411
  # {
41919
42412
  # from_port: 1,
41920
42413
  # ip_protocol: "String",
@@ -41950,6 +42443,12 @@ module Aws::EC2
41950
42443
  # ],
41951
42444
  # },
41952
42445
  # ],
42446
+ # security_group_rule_descriptions: [
42447
+ # {
42448
+ # security_group_rule_id: "String",
42449
+ # description: "String",
42450
+ # },
42451
+ # ],
41953
42452
  # })
41954
42453
  #
41955
42454
  # @example Response structure
@@ -41972,7 +42471,8 @@ module Aws::EC2
41972
42471
  # you specify different address ranges each time.
41973
42472
  #
41974
42473
  # It can take a few minutes before traffic to the specified addresses
41975
- # stops routing to AWS because of BGP propagation delays.
42474
+ # stops routing to Amazon Web Services because of BGP propagation
42475
+ # delays.
41976
42476
  #
41977
42477
  # @option params [required, String] :cidr
41978
42478
  # The address range, in CIDR notation.
@@ -42023,7 +42523,7 @@ module Aws::EC2
42023
42523
  params: params,
42024
42524
  config: config)
42025
42525
  context[:gem_name] = 'aws-sdk-ec2'
42026
- context[:gem_version] = '1.243.0'
42526
+ context[:gem_version] = '1.248.0'
42027
42527
  Seahorse::Client::Request.new(handlers, context)
42028
42528
  end
42029
42529