aws-sdk-ec2 1.466.0 → 1.468.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -8809,6 +8809,11 @@ module Aws::EC2
8809
8809
  # [1]: http://aws.amazon.com/vpc/pricing/
8810
8810
  # @return [String]
8811
8811
  #
8812
+ # @!attribute [rw] enable_private_gua
8813
+ # Enable this option to use your own GUA ranges as private IPv6
8814
+ # addresses. This option is disabled by default.
8815
+ # @return [Boolean]
8816
+ #
8812
8817
  # @see http://docs.aws.amazon.com/goto/WebAPI/ec2-2016-11-15/CreateIpamRequest AWS API Documentation
8813
8818
  #
8814
8819
  class CreateIpamRequest < Struct.new(
@@ -8817,7 +8822,8 @@ module Aws::EC2
8817
8822
  :operating_regions,
8818
8823
  :tag_specifications,
8819
8824
  :client_token,
8820
- :tier)
8825
+ :tier,
8826
+ :enable_private_gua)
8821
8827
  SENSITIVE = []
8822
8828
  include Aws::Structure
8823
8829
  end
@@ -33550,10 +33556,47 @@ module Aws::EC2
33550
33556
  # @return [Types::InstanceRequirements]
33551
33557
  #
33552
33558
  # @!attribute [rw] image_id
33553
- # The ID of the AMI. An AMI is required to launch an instance. This
33554
- # parameter is only available for fleets of type `instant`. For fleets
33555
- # of type `maintain` and `request`, you must specify the AMI ID in the
33556
- # launch template.
33559
+ # The ID of the AMI in the format `ami-17characters00000`.
33560
+ #
33561
+ # Alternatively, you can specify a Systems Manager parameter, using
33562
+ # one of the following formats. The Systems Manager parameter will
33563
+ # resolve to an AMI ID on launch.
33564
+ #
33565
+ # To reference a public parameter:
33566
+ #
33567
+ # * `resolve:ssm:public-parameter `
33568
+ #
33569
+ # ^
33570
+ #
33571
+ # To reference a parameter stored in the same account:
33572
+ #
33573
+ # * `resolve:ssm:parameter-name `
33574
+ #
33575
+ # * `resolve:ssm:parameter-name:version-number `
33576
+ #
33577
+ # * `resolve:ssm:parameter-name:label `
33578
+ #
33579
+ # To reference a parameter shared from another Amazon Web Services
33580
+ # account:
33581
+ #
33582
+ # * `resolve:ssm:parameter-ARN `
33583
+ #
33584
+ # * `resolve:ssm:parameter-ARN:version-number `
33585
+ #
33586
+ # * `resolve:ssm:parameter-ARN:label `
33587
+ #
33588
+ # For more information, see [Use a Systems Manager parameter instead
33589
+ # of an AMI ID][1] in the *Amazon EC2 User Guide*.
33590
+ #
33591
+ # <note markdown="1"> This parameter is only available for fleets of type `instant`. For
33592
+ # fleets of type `maintain` and `request`, you must specify the AMI ID
33593
+ # in the launch template.
33594
+ #
33595
+ # </note>
33596
+ #
33597
+ #
33598
+ #
33599
+ # [1]: https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/create-launch-template.html#use-an-ssm-parameter-instead-of-an-ami-id
33557
33600
  # @return [String]
33558
33601
  #
33559
33602
  # @see http://docs.aws.amazon.com/goto/WebAPI/ec2-2016-11-15/FleetLaunchTemplateOverrides AWS API Documentation
@@ -33661,10 +33704,47 @@ module Aws::EC2
33661
33704
  # @return [Types::InstanceRequirementsRequest]
33662
33705
  #
33663
33706
  # @!attribute [rw] image_id
33664
- # The ID of the AMI. An AMI is required to launch an instance. This
33665
- # parameter is only available for fleets of type `instant`. For fleets
33666
- # of type `maintain` and `request`, you must specify the AMI ID in the
33667
- # launch template.
33707
+ # The ID of the AMI in the format `ami-17characters00000`.
33708
+ #
33709
+ # Alternatively, you can specify a Systems Manager parameter, using
33710
+ # one of the following formats. The Systems Manager parameter will
33711
+ # resolve to an AMI ID on launch.
33712
+ #
33713
+ # To reference a public parameter:
33714
+ #
33715
+ # * `resolve:ssm:public-parameter `
33716
+ #
33717
+ # ^
33718
+ #
33719
+ # To reference a parameter stored in the same account:
33720
+ #
33721
+ # * `resolve:ssm:parameter-name `
33722
+ #
33723
+ # * `resolve:ssm:parameter-name:version-number `
33724
+ #
33725
+ # * `resolve:ssm:parameter-name:label `
33726
+ #
33727
+ # To reference a parameter shared from another Amazon Web Services
33728
+ # account:
33729
+ #
33730
+ # * `resolve:ssm:parameter-ARN `
33731
+ #
33732
+ # * `resolve:ssm:parameter-ARN:version-number `
33733
+ #
33734
+ # * `resolve:ssm:parameter-ARN:label `
33735
+ #
33736
+ # For more information, see [Use a Systems Manager parameter instead
33737
+ # of an AMI ID][1] in the *Amazon EC2 User Guide*.
33738
+ #
33739
+ # <note markdown="1"> This parameter is only available for fleets of type `instant`. For
33740
+ # fleets of type `maintain` and `request`, you must specify the AMI ID
33741
+ # in the launch template.
33742
+ #
33743
+ # </note>
33744
+ #
33745
+ #
33746
+ #
33747
+ # [1]: https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/create-launch-template.html#use-an-ssm-parameter-instead-of-an-ami-id
33668
33748
  # @return [String]
33669
33749
  #
33670
33750
  # @see http://docs.aws.amazon.com/goto/WebAPI/ec2-2016-11-15/FleetLaunchTemplateOverridesRequest AWS API Documentation
@@ -42536,6 +42616,11 @@ module Aws::EC2
42536
42616
  # [1]: http://aws.amazon.com/vpc/pricing/
42537
42617
  # @return [String]
42538
42618
  #
42619
+ # @!attribute [rw] enable_private_gua
42620
+ # Enable this option to use your own GUA ranges as private IPv6
42621
+ # addresses. This option is disabled by default.
42622
+ # @return [Boolean]
42623
+ #
42539
42624
  # @see http://docs.aws.amazon.com/goto/WebAPI/ec2-2016-11-15/Ipam AWS API Documentation
42540
42625
  #
42541
42626
  class Ipam < Struct.new(
@@ -42554,7 +42639,8 @@ module Aws::EC2
42554
42639
  :default_resource_discovery_association_id,
42555
42640
  :resource_discovery_association_count,
42556
42641
  :state_message,
42557
- :tier)
42642
+ :tier,
42643
+ :enable_private_gua)
42558
42644
  SENSITIVE = []
42559
42645
  include Aws::Structure
42560
42646
  end
@@ -42850,6 +42936,13 @@ module Aws::EC2
42850
42936
  # The resource CIDR.
42851
42937
  # @return [String]
42852
42938
  #
42939
+ # @!attribute [rw] ip_source
42940
+ # The source that allocated the IP address space. `byoip` or `amazon`
42941
+ # indicates public IP address space allocated by Amazon or space that
42942
+ # you have allocated with Bring your own IP (BYOIP). `none` indicates
42943
+ # private space.
42944
+ # @return [String]
42945
+ #
42853
42946
  # @!attribute [rw] resource_type
42854
42947
  # The resource type.
42855
42948
  # @return [String]
@@ -42902,6 +42995,7 @@ module Aws::EC2
42902
42995
  :resource_id,
42903
42996
  :resource_owner_id,
42904
42997
  :resource_cidr,
42998
+ :ip_source,
42905
42999
  :resource_type,
42906
43000
  :resource_tags,
42907
43001
  :ip_usage,
@@ -48916,6 +49010,11 @@ module Aws::EC2
48916
49010
  # [1]: http://aws.amazon.com/vpc/pricing/
48917
49011
  # @return [String]
48918
49012
  #
49013
+ # @!attribute [rw] enable_private_gua
49014
+ # Enable this option to use your own GUA ranges as private IPv6
49015
+ # addresses. This option is disabled by default.
49016
+ # @return [Boolean]
49017
+ #
48919
49018
  # @see http://docs.aws.amazon.com/goto/WebAPI/ec2-2016-11-15/ModifyIpamRequest AWS API Documentation
48920
49019
  #
48921
49020
  class ModifyIpamRequest < Struct.new(
@@ -48924,7 +49023,8 @@ module Aws::EC2
48924
49023
  :description,
48925
49024
  :add_operating_regions,
48926
49025
  :remove_operating_regions,
48927
- :tier)
49026
+ :tier,
49027
+ :enable_private_gua)
48928
49028
  SENSITIVE = []
48929
49029
  include Aws::Structure
48930
49030
  end
@@ -54928,7 +55028,8 @@ module Aws::EC2
54928
55028
  #
54929
55029
  # @!attribute [rw] netmask_length
54930
55030
  # The netmask length of the CIDR you would like to allocate to the
54931
- # public IPv4 pool.
55031
+ # public IPv4 pool. The least specific netmask length you can define
55032
+ # is 24.
54932
55033
  # @return [Integer]
54933
55034
  #
54934
55035
  # @!attribute [rw] network_border_group
@@ -56815,30 +56916,49 @@ module Aws::EC2
56815
56916
  # @return [Array<Types::LaunchTemplateInstanceNetworkInterfaceSpecificationRequest>]
56816
56917
  #
56817
56918
  # @!attribute [rw] image_id
56818
- # The ID of the AMI. Alternatively, you can specify a Systems Manager
56819
- # parameter, which will resolve to an AMI ID on launch.
56919
+ # The ID of the AMI in the format `ami-17characters00000`.
56820
56920
  #
56821
- # Valid formats:
56921
+ # Alternatively, you can specify a Systems Manager parameter, using
56922
+ # one of the following formats. The Systems Manager parameter will
56923
+ # resolve to an AMI ID on launch.
56822
56924
  #
56823
- # * `ami-17characters00000`
56925
+ # To reference a public parameter:
56824
56926
  #
56825
- # * `resolve:ssm:parameter-name`
56927
+ # * `resolve:ssm:public-parameter `
56826
56928
  #
56827
- # * `resolve:ssm:parameter-name:version-number`
56929
+ # ^
56828
56930
  #
56829
- # * `resolve:ssm:parameter-name:label`
56931
+ # To reference a parameter stored in the same account:
56830
56932
  #
56831
- # * `resolve:ssm:public-parameter`
56933
+ # * `resolve:ssm:parameter-name `
56832
56934
  #
56833
- # <note markdown="1"> Currently, EC2 Fleet and Spot Fleet do not support specifying a
56834
- # Systems Manager parameter. If the launch template will be used by an
56835
- # EC2 Fleet or Spot Fleet, you must specify the AMI ID.
56935
+ # * `resolve:ssm:parameter-name:version-number `
56836
56936
  #
56837
- # </note>
56937
+ # * `resolve:ssm:parameter-name:label `
56938
+ #
56939
+ # To reference a parameter shared from another Amazon Web Services
56940
+ # account:
56941
+ #
56942
+ # * `resolve:ssm:parameter-ARN `
56943
+ #
56944
+ # * `resolve:ssm:parameter-ARN:version-number `
56945
+ #
56946
+ # * `resolve:ssm:parameter-ARN:label `
56838
56947
  #
56839
56948
  # For more information, see [Use a Systems Manager parameter instead
56840
56949
  # of an AMI ID][1] in the *Amazon EC2 User Guide*.
56841
56950
  #
56951
+ # <note markdown="1"> If the launch template will be used for an EC2 Fleet or Spot Fleet,
56952
+ # note the following:
56953
+ #
56954
+ # * Only EC2 Fleets of type `instant` support specifying a Systems
56955
+ # Manager parameter.
56956
+ #
56957
+ # * For EC2 Fleets of type `maintain` or `request`, or for Spot
56958
+ # Fleets, you must specify the AMI ID.
56959
+ #
56960
+ # </note>
56961
+ #
56842
56962
  #
56843
56963
  #
56844
56964
  # [1]: https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/create-launch-template.html#use-an-ssm-parameter-instead-of-an-ami-id
@@ -63995,12 +64115,27 @@ module Aws::EC2
63995
64115
  # The state of the CIDR block.
63996
64116
  # @return [Types::SubnetCidrBlockState]
63997
64117
  #
64118
+ # @!attribute [rw] ipv_6_address_attribute
64119
+ # Public IPv6 addresses are those advertised on the internet from
64120
+ # Amazon Web Services. Private IP addresses are not and cannot be
64121
+ # advertised on the internet from Amazon Web Services.
64122
+ # @return [String]
64123
+ #
64124
+ # @!attribute [rw] ip_source
64125
+ # The source that allocated the IP address space. `byoip` or `amazon`
64126
+ # indicates public IP address space allocated by Amazon or space that
64127
+ # you have allocated with Bring your own IP (BYOIP). `none` indicates
64128
+ # private space.
64129
+ # @return [String]
64130
+ #
63998
64131
  # @see http://docs.aws.amazon.com/goto/WebAPI/ec2-2016-11-15/SubnetIpv6CidrBlockAssociation AWS API Documentation
63999
64132
  #
64000
64133
  class SubnetIpv6CidrBlockAssociation < Struct.new(
64001
64134
  :association_id,
64002
64135
  :ipv_6_cidr_block,
64003
- :ipv_6_cidr_block_state)
64136
+ :ipv_6_cidr_block_state,
64137
+ :ipv_6_address_attribute,
64138
+ :ip_source)
64004
64139
  SENSITIVE = []
64005
64140
  include Aws::Structure
64006
64141
  end
@@ -68733,6 +68868,19 @@ module Aws::EC2
68733
68868
  # allocated.
68734
68869
  # @return [String]
68735
68870
  #
68871
+ # @!attribute [rw] ipv_6_address_attribute
68872
+ # Public IPv6 addresses are those advertised on the internet from
68873
+ # Amazon Web Services. Private IP addresses are not and cannot be
68874
+ # advertised on the internet from Amazon Web Services.
68875
+ # @return [String]
68876
+ #
68877
+ # @!attribute [rw] ip_source
68878
+ # The source that allocated the IP address space. `byoip` or `amazon`
68879
+ # indicates public IP address space allocated by Amazon or space that
68880
+ # you have allocated with Bring your own IP (BYOIP). `none` indicates
68881
+ # private space.
68882
+ # @return [String]
68883
+ #
68736
68884
  # @see http://docs.aws.amazon.com/goto/WebAPI/ec2-2016-11-15/VpcIpv6CidrBlockAssociation AWS API Documentation
68737
68885
  #
68738
68886
  class VpcIpv6CidrBlockAssociation < Struct.new(
@@ -68740,7 +68888,9 @@ module Aws::EC2
68740
68888
  :ipv_6_cidr_block,
68741
68889
  :ipv_6_cidr_block_state,
68742
68890
  :network_border_group,
68743
- :ipv_6_pool)
68891
+ :ipv_6_pool,
68892
+ :ipv_6_address_attribute,
68893
+ :ip_source)
68744
68894
  SENSITIVE = []
68745
68895
  include Aws::Structure
68746
68896
  end
@@ -319,7 +319,7 @@ module Aws::EC2
319
319
  # outpost_arn: "String",
320
320
  # tag_specifications: [
321
321
  # {
322
- # resource_type: "capacity-reservation", # accepts capacity-reservation, client-vpn-endpoint, customer-gateway, carrier-gateway, coip-pool, dedicated-host, dhcp-options, egress-only-internet-gateway, elastic-ip, elastic-gpu, export-image-task, export-instance-task, fleet, fpga-image, host-reservation, image, import-image-task, import-snapshot-task, instance, instance-event-window, internet-gateway, ipam, ipam-pool, ipam-scope, ipv4pool-ec2, ipv6pool-ec2, key-pair, launch-template, local-gateway, local-gateway-route-table, local-gateway-virtual-interface, local-gateway-virtual-interface-group, local-gateway-route-table-vpc-association, local-gateway-route-table-virtual-interface-group-association, natgateway, network-acl, network-interface, network-insights-analysis, network-insights-path, network-insights-access-scope, network-insights-access-scope-analysis, placement-group, prefix-list, replace-root-volume-task, reserved-instances, route-table, security-group, security-group-rule, snapshot, spot-fleet-request, spot-instances-request, subnet, subnet-cidr-reservation, traffic-mirror-filter, traffic-mirror-session, traffic-mirror-target, transit-gateway, transit-gateway-attachment, transit-gateway-connect-peer, transit-gateway-multicast-domain, transit-gateway-policy-table, transit-gateway-route-table, transit-gateway-route-table-announcement, volume, vpc, vpc-endpoint, vpc-endpoint-connection, vpc-endpoint-service, vpc-endpoint-service-permission, vpc-peering-connection, vpn-connection, vpn-gateway, vpc-flow-log, capacity-reservation-fleet, traffic-mirror-filter-rule, vpc-endpoint-connection-device-type, verified-access-instance, verified-access-group, verified-access-endpoint, verified-access-policy, verified-access-trust-provider, vpn-connection-device-type, vpc-block-public-access-exclusion, vpc-encryption-control, ipam-resource-discovery, ipam-resource-discovery-association, instance-connect-endpoint, ipam-external-resource-verification-token
322
+ # resource_type: "capacity-reservation", # accepts capacity-reservation, client-vpn-endpoint, customer-gateway, carrier-gateway, coip-pool, dedicated-host, dhcp-options, egress-only-internet-gateway, elastic-ip, elastic-gpu, export-image-task, export-instance-task, fleet, fpga-image, host-reservation, image, import-image-task, import-snapshot-task, instance, instance-event-window, internet-gateway, ipam, ipam-pool, ipam-scope, ipv4pool-ec2, ipv6pool-ec2, key-pair, launch-template, local-gateway, local-gateway-route-table, local-gateway-virtual-interface, local-gateway-virtual-interface-group, local-gateway-route-table-vpc-association, local-gateway-route-table-virtual-interface-group-association, natgateway, network-acl, network-interface, network-insights-analysis, network-insights-path, network-insights-access-scope, network-insights-access-scope-analysis, placement-group, prefix-list, replace-root-volume-task, reserved-instances, route-table, security-group, security-group-rule, snapshot, spot-fleet-request, spot-instances-request, subnet, subnet-cidr-reservation, traffic-mirror-filter, traffic-mirror-session, traffic-mirror-target, transit-gateway, transit-gateway-attachment, transit-gateway-connect-peer, transit-gateway-multicast-domain, transit-gateway-policy-table, transit-gateway-route-table, transit-gateway-route-table-announcement, volume, vpc, vpc-endpoint, vpc-endpoint-connection, vpc-endpoint-service, vpc-endpoint-service-permission, vpc-peering-connection, vpn-connection, vpn-gateway, vpc-flow-log, capacity-reservation-fleet, traffic-mirror-filter-rule, vpc-endpoint-connection-device-type, verified-access-instance, verified-access-group, verified-access-endpoint, verified-access-policy, verified-access-trust-provider, vpn-connection-device-type, vpc-block-public-access-exclusion, ipam-resource-discovery, ipam-resource-discovery-association, instance-connect-endpoint, ipam-external-resource-verification-token
323
323
  # tags: [
324
324
  # {
325
325
  # key: "String",
@@ -359,7 +359,7 @@ module Aws::EC2
359
359
  # dry_run: false,
360
360
  # tag_specifications: [
361
361
  # {
362
- # resource_type: "capacity-reservation", # accepts capacity-reservation, client-vpn-endpoint, customer-gateway, carrier-gateway, coip-pool, dedicated-host, dhcp-options, egress-only-internet-gateway, elastic-ip, elastic-gpu, export-image-task, export-instance-task, fleet, fpga-image, host-reservation, image, import-image-task, import-snapshot-task, instance, instance-event-window, internet-gateway, ipam, ipam-pool, ipam-scope, ipv4pool-ec2, ipv6pool-ec2, key-pair, launch-template, local-gateway, local-gateway-route-table, local-gateway-virtual-interface, local-gateway-virtual-interface-group, local-gateway-route-table-vpc-association, local-gateway-route-table-virtual-interface-group-association, natgateway, network-acl, network-interface, network-insights-analysis, network-insights-path, network-insights-access-scope, network-insights-access-scope-analysis, placement-group, prefix-list, replace-root-volume-task, reserved-instances, route-table, security-group, security-group-rule, snapshot, spot-fleet-request, spot-instances-request, subnet, subnet-cidr-reservation, traffic-mirror-filter, traffic-mirror-session, traffic-mirror-target, transit-gateway, transit-gateway-attachment, transit-gateway-connect-peer, transit-gateway-multicast-domain, transit-gateway-policy-table, transit-gateway-route-table, transit-gateway-route-table-announcement, volume, vpc, vpc-endpoint, vpc-endpoint-connection, vpc-endpoint-service, vpc-endpoint-service-permission, vpc-peering-connection, vpn-connection, vpn-gateway, vpc-flow-log, capacity-reservation-fleet, traffic-mirror-filter-rule, vpc-endpoint-connection-device-type, verified-access-instance, verified-access-group, verified-access-endpoint, verified-access-policy, verified-access-trust-provider, vpn-connection-device-type, vpc-block-public-access-exclusion, vpc-encryption-control, ipam-resource-discovery, ipam-resource-discovery-association, instance-connect-endpoint, ipam-external-resource-verification-token
362
+ # resource_type: "capacity-reservation", # accepts capacity-reservation, client-vpn-endpoint, customer-gateway, carrier-gateway, coip-pool, dedicated-host, dhcp-options, egress-only-internet-gateway, elastic-ip, elastic-gpu, export-image-task, export-instance-task, fleet, fpga-image, host-reservation, image, import-image-task, import-snapshot-task, instance, instance-event-window, internet-gateway, ipam, ipam-pool, ipam-scope, ipv4pool-ec2, ipv6pool-ec2, key-pair, launch-template, local-gateway, local-gateway-route-table, local-gateway-virtual-interface, local-gateway-virtual-interface-group, local-gateway-route-table-vpc-association, local-gateway-route-table-virtual-interface-group-association, natgateway, network-acl, network-interface, network-insights-analysis, network-insights-path, network-insights-access-scope, network-insights-access-scope-analysis, placement-group, prefix-list, replace-root-volume-task, reserved-instances, route-table, security-group, security-group-rule, snapshot, spot-fleet-request, spot-instances-request, subnet, subnet-cidr-reservation, traffic-mirror-filter, traffic-mirror-session, traffic-mirror-target, transit-gateway, transit-gateway-attachment, transit-gateway-connect-peer, transit-gateway-multicast-domain, transit-gateway-policy-table, transit-gateway-route-table, transit-gateway-route-table-announcement, volume, vpc, vpc-endpoint, vpc-endpoint-connection, vpc-endpoint-service, vpc-endpoint-service-permission, vpc-peering-connection, vpn-connection, vpn-gateway, vpc-flow-log, capacity-reservation-fleet, traffic-mirror-filter-rule, vpc-endpoint-connection-device-type, verified-access-instance, verified-access-group, verified-access-endpoint, verified-access-policy, verified-access-trust-provider, vpn-connection-device-type, vpc-block-public-access-exclusion, ipam-resource-discovery, ipam-resource-discovery-association, instance-connect-endpoint, ipam-external-resource-verification-token
363
363
  # tags: [
364
364
  # {
365
365
  # key: "String",
@@ -405,7 +405,7 @@ module Aws::EC2
405
405
  # dry_run: false,
406
406
  # tag_specifications: [
407
407
  # {
408
- # resource_type: "capacity-reservation", # accepts capacity-reservation, client-vpn-endpoint, customer-gateway, carrier-gateway, coip-pool, dedicated-host, dhcp-options, egress-only-internet-gateway, elastic-ip, elastic-gpu, export-image-task, export-instance-task, fleet, fpga-image, host-reservation, image, import-image-task, import-snapshot-task, instance, instance-event-window, internet-gateway, ipam, ipam-pool, ipam-scope, ipv4pool-ec2, ipv6pool-ec2, key-pair, launch-template, local-gateway, local-gateway-route-table, local-gateway-virtual-interface, local-gateway-virtual-interface-group, local-gateway-route-table-vpc-association, local-gateway-route-table-virtual-interface-group-association, natgateway, network-acl, network-interface, network-insights-analysis, network-insights-path, network-insights-access-scope, network-insights-access-scope-analysis, placement-group, prefix-list, replace-root-volume-task, reserved-instances, route-table, security-group, security-group-rule, snapshot, spot-fleet-request, spot-instances-request, subnet, subnet-cidr-reservation, traffic-mirror-filter, traffic-mirror-session, traffic-mirror-target, transit-gateway, transit-gateway-attachment, transit-gateway-connect-peer, transit-gateway-multicast-domain, transit-gateway-policy-table, transit-gateway-route-table, transit-gateway-route-table-announcement, volume, vpc, vpc-endpoint, vpc-endpoint-connection, vpc-endpoint-service, vpc-endpoint-service-permission, vpc-peering-connection, vpn-connection, vpn-gateway, vpc-flow-log, capacity-reservation-fleet, traffic-mirror-filter-rule, vpc-endpoint-connection-device-type, verified-access-instance, verified-access-group, verified-access-endpoint, verified-access-policy, verified-access-trust-provider, vpn-connection-device-type, vpc-block-public-access-exclusion, vpc-encryption-control, ipam-resource-discovery, ipam-resource-discovery-association, instance-connect-endpoint, ipam-external-resource-verification-token
408
+ # resource_type: "capacity-reservation", # accepts capacity-reservation, client-vpn-endpoint, customer-gateway, carrier-gateway, coip-pool, dedicated-host, dhcp-options, egress-only-internet-gateway, elastic-ip, elastic-gpu, export-image-task, export-instance-task, fleet, fpga-image, host-reservation, image, import-image-task, import-snapshot-task, instance, instance-event-window, internet-gateway, ipam, ipam-pool, ipam-scope, ipv4pool-ec2, ipv6pool-ec2, key-pair, launch-template, local-gateway, local-gateway-route-table, local-gateway-virtual-interface, local-gateway-virtual-interface-group, local-gateway-route-table-vpc-association, local-gateway-route-table-virtual-interface-group-association, natgateway, network-acl, network-interface, network-insights-analysis, network-insights-path, network-insights-access-scope, network-insights-access-scope-analysis, placement-group, prefix-list, replace-root-volume-task, reserved-instances, route-table, security-group, security-group-rule, snapshot, spot-fleet-request, spot-instances-request, subnet, subnet-cidr-reservation, traffic-mirror-filter, traffic-mirror-session, traffic-mirror-target, transit-gateway, transit-gateway-attachment, transit-gateway-connect-peer, transit-gateway-multicast-domain, transit-gateway-policy-table, transit-gateway-route-table, transit-gateway-route-table-announcement, volume, vpc, vpc-endpoint, vpc-endpoint-connection, vpc-endpoint-service, vpc-endpoint-service-permission, vpc-peering-connection, vpn-connection, vpn-gateway, vpc-flow-log, capacity-reservation-fleet, traffic-mirror-filter-rule, vpc-endpoint-connection-device-type, verified-access-instance, verified-access-group, verified-access-endpoint, verified-access-policy, verified-access-trust-provider, vpn-connection-device-type, vpc-block-public-access-exclusion, ipam-resource-discovery, ipam-resource-discovery-association, instance-connect-endpoint, ipam-external-resource-verification-token
409
409
  # tags: [
410
410
  # {
411
411
  # key: "String",
@@ -452,7 +452,7 @@ module Aws::EC2
452
452
  # group_name: "String", # required
453
453
  # tag_specifications: [
454
454
  # {
455
- # resource_type: "capacity-reservation", # accepts capacity-reservation, client-vpn-endpoint, customer-gateway, carrier-gateway, coip-pool, dedicated-host, dhcp-options, egress-only-internet-gateway, elastic-ip, elastic-gpu, export-image-task, export-instance-task, fleet, fpga-image, host-reservation, image, import-image-task, import-snapshot-task, instance, instance-event-window, internet-gateway, ipam, ipam-pool, ipam-scope, ipv4pool-ec2, ipv6pool-ec2, key-pair, launch-template, local-gateway, local-gateway-route-table, local-gateway-virtual-interface, local-gateway-virtual-interface-group, local-gateway-route-table-vpc-association, local-gateway-route-table-virtual-interface-group-association, natgateway, network-acl, network-interface, network-insights-analysis, network-insights-path, network-insights-access-scope, network-insights-access-scope-analysis, placement-group, prefix-list, replace-root-volume-task, reserved-instances, route-table, security-group, security-group-rule, snapshot, spot-fleet-request, spot-instances-request, subnet, subnet-cidr-reservation, traffic-mirror-filter, traffic-mirror-session, traffic-mirror-target, transit-gateway, transit-gateway-attachment, transit-gateway-connect-peer, transit-gateway-multicast-domain, transit-gateway-policy-table, transit-gateway-route-table, transit-gateway-route-table-announcement, volume, vpc, vpc-endpoint, vpc-endpoint-connection, vpc-endpoint-service, vpc-endpoint-service-permission, vpc-peering-connection, vpn-connection, vpn-gateway, vpc-flow-log, capacity-reservation-fleet, traffic-mirror-filter-rule, vpc-endpoint-connection-device-type, verified-access-instance, verified-access-group, verified-access-endpoint, verified-access-policy, verified-access-trust-provider, vpn-connection-device-type, vpc-block-public-access-exclusion, vpc-encryption-control, ipam-resource-discovery, ipam-resource-discovery-association, instance-connect-endpoint, ipam-external-resource-verification-token
455
+ # resource_type: "capacity-reservation", # accepts capacity-reservation, client-vpn-endpoint, customer-gateway, carrier-gateway, coip-pool, dedicated-host, dhcp-options, egress-only-internet-gateway, elastic-ip, elastic-gpu, export-image-task, export-instance-task, fleet, fpga-image, host-reservation, image, import-image-task, import-snapshot-task, instance, instance-event-window, internet-gateway, ipam, ipam-pool, ipam-scope, ipv4pool-ec2, ipv6pool-ec2, key-pair, launch-template, local-gateway, local-gateway-route-table, local-gateway-virtual-interface, local-gateway-virtual-interface-group, local-gateway-route-table-vpc-association, local-gateway-route-table-virtual-interface-group-association, natgateway, network-acl, network-interface, network-insights-analysis, network-insights-path, network-insights-access-scope, network-insights-access-scope-analysis, placement-group, prefix-list, replace-root-volume-task, reserved-instances, route-table, security-group, security-group-rule, snapshot, spot-fleet-request, spot-instances-request, subnet, subnet-cidr-reservation, traffic-mirror-filter, traffic-mirror-session, traffic-mirror-target, transit-gateway, transit-gateway-attachment, transit-gateway-connect-peer, transit-gateway-multicast-domain, transit-gateway-policy-table, transit-gateway-route-table, transit-gateway-route-table-announcement, volume, vpc, vpc-endpoint, vpc-endpoint-connection, vpc-endpoint-service, vpc-endpoint-service-permission, vpc-peering-connection, vpn-connection, vpn-gateway, vpc-flow-log, capacity-reservation-fleet, traffic-mirror-filter-rule, vpc-endpoint-connection-device-type, verified-access-instance, verified-access-group, verified-access-endpoint, verified-access-policy, verified-access-trust-provider, vpn-connection-device-type, vpc-block-public-access-exclusion, ipam-resource-discovery, ipam-resource-discovery-association, instance-connect-endpoint, ipam-external-resource-verification-token
456
456
  # tags: [
457
457
  # {
458
458
  # key: "String",
@@ -502,7 +502,7 @@ module Aws::EC2
502
502
  # subnet = vpc.create_subnet({
503
503
  # tag_specifications: [
504
504
  # {
505
- # resource_type: "capacity-reservation", # accepts capacity-reservation, client-vpn-endpoint, customer-gateway, carrier-gateway, coip-pool, dedicated-host, dhcp-options, egress-only-internet-gateway, elastic-ip, elastic-gpu, export-image-task, export-instance-task, fleet, fpga-image, host-reservation, image, import-image-task, import-snapshot-task, instance, instance-event-window, internet-gateway, ipam, ipam-pool, ipam-scope, ipv4pool-ec2, ipv6pool-ec2, key-pair, launch-template, local-gateway, local-gateway-route-table, local-gateway-virtual-interface, local-gateway-virtual-interface-group, local-gateway-route-table-vpc-association, local-gateway-route-table-virtual-interface-group-association, natgateway, network-acl, network-interface, network-insights-analysis, network-insights-path, network-insights-access-scope, network-insights-access-scope-analysis, placement-group, prefix-list, replace-root-volume-task, reserved-instances, route-table, security-group, security-group-rule, snapshot, spot-fleet-request, spot-instances-request, subnet, subnet-cidr-reservation, traffic-mirror-filter, traffic-mirror-session, traffic-mirror-target, transit-gateway, transit-gateway-attachment, transit-gateway-connect-peer, transit-gateway-multicast-domain, transit-gateway-policy-table, transit-gateway-route-table, transit-gateway-route-table-announcement, volume, vpc, vpc-endpoint, vpc-endpoint-connection, vpc-endpoint-service, vpc-endpoint-service-permission, vpc-peering-connection, vpn-connection, vpn-gateway, vpc-flow-log, capacity-reservation-fleet, traffic-mirror-filter-rule, vpc-endpoint-connection-device-type, verified-access-instance, verified-access-group, verified-access-endpoint, verified-access-policy, verified-access-trust-provider, vpn-connection-device-type, vpc-block-public-access-exclusion, vpc-encryption-control, ipam-resource-discovery, ipam-resource-discovery-association, instance-connect-endpoint, ipam-external-resource-verification-token
505
+ # resource_type: "capacity-reservation", # accepts capacity-reservation, client-vpn-endpoint, customer-gateway, carrier-gateway, coip-pool, dedicated-host, dhcp-options, egress-only-internet-gateway, elastic-ip, elastic-gpu, export-image-task, export-instance-task, fleet, fpga-image, host-reservation, image, import-image-task, import-snapshot-task, instance, instance-event-window, internet-gateway, ipam, ipam-pool, ipam-scope, ipv4pool-ec2, ipv6pool-ec2, key-pair, launch-template, local-gateway, local-gateway-route-table, local-gateway-virtual-interface, local-gateway-virtual-interface-group, local-gateway-route-table-vpc-association, local-gateway-route-table-virtual-interface-group-association, natgateway, network-acl, network-interface, network-insights-analysis, network-insights-path, network-insights-access-scope, network-insights-access-scope-analysis, placement-group, prefix-list, replace-root-volume-task, reserved-instances, route-table, security-group, security-group-rule, snapshot, spot-fleet-request, spot-instances-request, subnet, subnet-cidr-reservation, traffic-mirror-filter, traffic-mirror-session, traffic-mirror-target, transit-gateway, transit-gateway-attachment, transit-gateway-connect-peer, transit-gateway-multicast-domain, transit-gateway-policy-table, transit-gateway-route-table, transit-gateway-route-table-announcement, volume, vpc, vpc-endpoint, vpc-endpoint-connection, vpc-endpoint-service, vpc-endpoint-service-permission, vpc-peering-connection, vpn-connection, vpn-gateway, vpc-flow-log, capacity-reservation-fleet, traffic-mirror-filter-rule, vpc-endpoint-connection-device-type, verified-access-instance, verified-access-group, verified-access-endpoint, verified-access-policy, verified-access-trust-provider, vpn-connection-device-type, vpc-block-public-access-exclusion, ipam-resource-discovery, ipam-resource-discovery-association, instance-connect-endpoint, ipam-external-resource-verification-token
506
506
  # tags: [
507
507
  # {
508
508
  # key: "String",
@@ -855,7 +855,7 @@ module Aws::EC2
855
855
  # peer_region: "String",
856
856
  # tag_specifications: [
857
857
  # {
858
- # resource_type: "capacity-reservation", # accepts capacity-reservation, client-vpn-endpoint, customer-gateway, carrier-gateway, coip-pool, dedicated-host, dhcp-options, egress-only-internet-gateway, elastic-ip, elastic-gpu, export-image-task, export-instance-task, fleet, fpga-image, host-reservation, image, import-image-task, import-snapshot-task, instance, instance-event-window, internet-gateway, ipam, ipam-pool, ipam-scope, ipv4pool-ec2, ipv6pool-ec2, key-pair, launch-template, local-gateway, local-gateway-route-table, local-gateway-virtual-interface, local-gateway-virtual-interface-group, local-gateway-route-table-vpc-association, local-gateway-route-table-virtual-interface-group-association, natgateway, network-acl, network-interface, network-insights-analysis, network-insights-path, network-insights-access-scope, network-insights-access-scope-analysis, placement-group, prefix-list, replace-root-volume-task, reserved-instances, route-table, security-group, security-group-rule, snapshot, spot-fleet-request, spot-instances-request, subnet, subnet-cidr-reservation, traffic-mirror-filter, traffic-mirror-session, traffic-mirror-target, transit-gateway, transit-gateway-attachment, transit-gateway-connect-peer, transit-gateway-multicast-domain, transit-gateway-policy-table, transit-gateway-route-table, transit-gateway-route-table-announcement, volume, vpc, vpc-endpoint, vpc-endpoint-connection, vpc-endpoint-service, vpc-endpoint-service-permission, vpc-peering-connection, vpn-connection, vpn-gateway, vpc-flow-log, capacity-reservation-fleet, traffic-mirror-filter-rule, vpc-endpoint-connection-device-type, verified-access-instance, verified-access-group, verified-access-endpoint, verified-access-policy, verified-access-trust-provider, vpn-connection-device-type, vpc-block-public-access-exclusion, vpc-encryption-control, ipam-resource-discovery, ipam-resource-discovery-association, instance-connect-endpoint, ipam-external-resource-verification-token
858
+ # resource_type: "capacity-reservation", # accepts capacity-reservation, client-vpn-endpoint, customer-gateway, carrier-gateway, coip-pool, dedicated-host, dhcp-options, egress-only-internet-gateway, elastic-ip, elastic-gpu, export-image-task, export-instance-task, fleet, fpga-image, host-reservation, image, import-image-task, import-snapshot-task, instance, instance-event-window, internet-gateway, ipam, ipam-pool, ipam-scope, ipv4pool-ec2, ipv6pool-ec2, key-pair, launch-template, local-gateway, local-gateway-route-table, local-gateway-virtual-interface, local-gateway-virtual-interface-group, local-gateway-route-table-vpc-association, local-gateway-route-table-virtual-interface-group-association, natgateway, network-acl, network-interface, network-insights-analysis, network-insights-path, network-insights-access-scope, network-insights-access-scope-analysis, placement-group, prefix-list, replace-root-volume-task, reserved-instances, route-table, security-group, security-group-rule, snapshot, spot-fleet-request, spot-instances-request, subnet, subnet-cidr-reservation, traffic-mirror-filter, traffic-mirror-session, traffic-mirror-target, transit-gateway, transit-gateway-attachment, transit-gateway-connect-peer, transit-gateway-multicast-domain, transit-gateway-policy-table, transit-gateway-route-table, transit-gateway-route-table-announcement, volume, vpc, vpc-endpoint, vpc-endpoint-connection, vpc-endpoint-service, vpc-endpoint-service-permission, vpc-peering-connection, vpn-connection, vpn-gateway, vpc-flow-log, capacity-reservation-fleet, traffic-mirror-filter-rule, vpc-endpoint-connection-device-type, verified-access-instance, verified-access-group, verified-access-endpoint, verified-access-policy, verified-access-trust-provider, vpn-connection-device-type, vpc-block-public-access-exclusion, ipam-resource-discovery, ipam-resource-discovery-association, instance-connect-endpoint, ipam-external-resource-verification-token
859
859
  # tags: [
860
860
  # {
861
861
  # key: "String",
data/lib/aws-sdk-ec2.rb CHANGED
@@ -76,6 +76,6 @@ require_relative 'aws-sdk-ec2/customizations'
76
76
  # @!group service
77
77
  module Aws::EC2
78
78
 
79
- GEM_VERSION = '1.466.0'
79
+ GEM_VERSION = '1.468.0'
80
80
 
81
81
  end