aws-sdk-ec2 1.481.0 → 1.483.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.
@@ -775,7 +775,7 @@ module Aws::EC2
775
775
  #
776
776
  #
777
777
  #
778
- # [1]: https://docs.aws.amazon.com/vpc/latest/userguide/vpc-nat-gateway.html#nat-gateway-creating
778
+ # [1]: https://docs.aws.amazon.com/vpc/latest/userguide/nat-gateway-working-with.html
779
779
  # @option options [Array<String>] :secondary_private_ip_addresses
780
780
  # Secondary private IPv4 addresses. For more information about secondary
781
781
  # addresses, see [Create a NAT gateway][1] in the *Amazon VPC User
@@ -783,7 +783,7 @@ module Aws::EC2
783
783
  #
784
784
  #
785
785
  #
786
- # [1]: https://docs.aws.amazon.com/vpc/latest/userguide/vpc-nat-gateway.html#nat-gateway-creating
786
+ # [1]: https://docs.aws.amazon.com/vpc/latest/userguide/nat-gateway-working-with.html
787
787
  # @option options [Integer] :secondary_private_ip_address_count
788
788
  # \[Private NAT gateway only\] The number of secondary private IPv4
789
789
  # addresses you want to assign to the NAT gateway. For more information
@@ -792,7 +792,7 @@ module Aws::EC2
792
792
  #
793
793
  #
794
794
  #
795
- # [1]: https://docs.aws.amazon.com/vpc/latest/userguide/vpc-nat-gateway.html#nat-gateway-creating
795
+ # [1]: https://docs.aws.amazon.com/vpc/latest/userguide/nat-gateway-working-with.html
796
796
  # @return [NatGateway]
797
797
  def create_nat_gateway(options = {})
798
798
  resp = Aws::Plugins::UserAgent.metric('RESOURCE_MODEL') do
@@ -868,7 +868,7 @@ module Aws::EC2
868
868
  # },
869
869
  # ],
870
870
  # ipv_6_prefix_count: 1,
871
- # interface_type: "efa", # accepts efa, branch, trunk
871
+ # interface_type: "efa", # accepts efa, efa-only, branch, trunk
872
872
  # tag_specifications: [
873
873
  # {
874
874
  # 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
@@ -2366,11 +2366,11 @@ module Aws::EC2
2366
2366
  # * `sriov-net-support` - A value of `simple` indicates that enhanced
2367
2367
  # networking with the Intel 82599 VF interface is enabled.
2368
2368
  #
2369
- # * `tag`:&lt;key&gt; - The key/value combination of a tag assigned to
2370
- # the resource. Use the tag key in the filter name and the tag value
2371
- # as the filter value. For example, to find all resources that have a
2372
- # tag with the key `Owner` and the value `TeamA`, specify `tag:Owner`
2373
- # for the filter name and `TeamA` for the filter value.
2369
+ # * `tag:<key>` - The key/value combination of a tag assigned to the
2370
+ # resource. Use the tag key in the filter name and the tag value as
2371
+ # the filter value. For example, to find all resources that have a tag
2372
+ # with the key `Owner` and the value `TeamA`, specify `tag:Owner` for
2373
+ # the filter name and `TeamA` for the filter value.
2374
2374
  #
2375
2375
  # * `tag-key` - The key of a tag assigned to the resource. Use this
2376
2376
  # filter to find all resources assigned a tag with a specific key,
@@ -870,7 +870,7 @@ module Aws::EC2
870
870
  # },
871
871
  # ],
872
872
  # ipv_6_prefix_count: 1,
873
- # interface_type: "efa", # accepts efa, branch, trunk
873
+ # interface_type: "efa", # accepts efa, efa-only, branch, trunk
874
874
  # tag_specifications: [
875
875
  # {
876
876
  # 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
@@ -1971,7 +1971,7 @@ module Aws::EC2
1971
1971
  # @return [String]
1972
1972
  #
1973
1973
  # @!attribute [rw] unused_reservation_billing_owner_id
1974
- # The ID of the consumer account to which assign billing.
1974
+ # The ID of the consumer account to which to assign billing.
1975
1975
  # @return [String]
1976
1976
  #
1977
1977
  # @see http://docs.aws.amazon.com/goto/WebAPI/ec2-2016-11-15/AssociateCapacityReservationBillingOwnerRequest AWS API Documentation
@@ -8280,7 +8280,7 @@ module Aws::EC2
8280
8280
  #
8281
8281
  #
8282
8282
  #
8283
- # [1]: https://docs.aws.amazon.com/vpc/latest/userguide/flow-logs.html#flow-log-records
8283
+ # [1]: https://docs.aws.amazon.com/vpc/latest/userguide/flow-log-records.html
8284
8284
  # [2]: https://docs.aws.amazon.com/vpc/latest/tgw/tgw-flow-logs.html#flow-log-records
8285
8285
  # @return [String]
8286
8286
  #
@@ -9722,7 +9722,7 @@ module Aws::EC2
9722
9722
  #
9723
9723
  #
9724
9724
  #
9725
- # [1]: https://docs.aws.amazon.com/vpc/latest/userguide/vpc-nat-gateway.html#nat-gateway-creating
9725
+ # [1]: https://docs.aws.amazon.com/vpc/latest/userguide/nat-gateway-working-with.html
9726
9726
  # @return [Array<String>]
9727
9727
  #
9728
9728
  # @!attribute [rw] secondary_private_ip_addresses
@@ -9732,7 +9732,7 @@ module Aws::EC2
9732
9732
  #
9733
9733
  #
9734
9734
  #
9735
- # [1]: https://docs.aws.amazon.com/vpc/latest/userguide/vpc-nat-gateway.html#nat-gateway-creating
9735
+ # [1]: https://docs.aws.amazon.com/vpc/latest/userguide/nat-gateway-working-with.html
9736
9736
  # @return [Array<String>]
9737
9737
  #
9738
9738
  # @!attribute [rw] secondary_private_ip_address_count
@@ -9743,7 +9743,7 @@ module Aws::EC2
9743
9743
  #
9744
9744
  #
9745
9745
  #
9746
- # [1]: https://docs.aws.amazon.com/vpc/latest/userguide/vpc-nat-gateway.html#nat-gateway-creating
9746
+ # [1]: https://docs.aws.amazon.com/vpc/latest/userguide/nat-gateway-working-with.html
9747
9747
  # @return [Integer]
9748
9748
  #
9749
9749
  # @see http://docs.aws.amazon.com/goto/WebAPI/ec2-2016-11-15/CreateNatGatewayRequest AWS API Documentation
@@ -19849,10 +19849,10 @@ module Aws::EC2
19849
19849
  # * `sriov-net-support` - A value of `simple` indicates that enhanced
19850
19850
  # networking with the Intel 82599 VF interface is enabled.
19851
19851
  #
19852
- # * `tag`:&lt;key&gt; - The key/value combination of a tag assigned to
19853
- # the resource. Use the tag key in the filter name and the tag value
19854
- # as the filter value. For example, to find all resources that have
19855
- # a tag with the key `Owner` and the value `TeamA`, specify
19852
+ # * `tag:<key>` - The key/value combination of a tag assigned to the
19853
+ # resource. Use the tag key in the filter name and the tag value as
19854
+ # the filter value. For example, to find all resources that have a
19855
+ # tag with the key `Owner` and the value `TeamA`, specify
19856
19856
  # `tag:Owner` for the filter name and `TeamA` for the filter value.
19857
19857
  #
19858
19858
  # * `tag-key` - The key of a tag assigned to the resource. Use this
@@ -30767,8 +30767,8 @@ module Aws::EC2
30767
30767
  # @return [String]
30768
30768
  #
30769
30769
  # @!attribute [rw] kms_key_id
30770
- # Identifier (key ID, key alias, ID ARN, or alias ARN) for a customer
30771
- # managed CMK under which the EBS volume is encrypted.
30770
+ # Identifier (key ID, key alias, key ARN, or alias ARN) of the
30771
+ # customer managed KMS key to use for EBS encryption.
30772
30772
  #
30773
30773
  # This parameter is only supported on `BlockDeviceMapping` objects
30774
30774
  # called by [RunInstances][1], [RequestSpotFleet][2], and
@@ -41239,12 +41239,11 @@ module Aws::EC2
41239
41239
  #
41240
41240
  # </note>
41241
41241
  #
41242
- # For more information, see [Create a mixed instances group using
41242
+ # For more information, see [Create mixed instances group using
41243
41243
  # attribute-based instance type selection][3] in the *Amazon EC2 Auto
41244
- # Scaling User Guide*, and also [Attribute-based instance type selection
41245
- # for EC2 Fleet][4], [Attribute-based instance type selection for Spot
41246
- # Fleet][5], and [Spot placement score][6] in the *Amazon EC2 User
41247
- # Guide*.
41244
+ # Scaling User Guide*, and also [Specify attributes for instance type
41245
+ # selection for EC2 Fleet or Spot Fleet][4] and [Spot placement
41246
+ # score][5] in the *Amazon EC2 User Guide*.
41248
41247
  #
41249
41248
  #
41250
41249
  #
@@ -41252,8 +41251,7 @@ module Aws::EC2
41252
41251
  # [2]: https://docs.aws.amazon.com/AWSEC2/latest/APIReference/API_RunInstances.html
41253
41252
  # [3]: https://docs.aws.amazon.com/autoscaling/ec2/userguide/create-mixed-instances-group-attribute-based-instance-type-selection.html
41254
41253
  # [4]: https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/ec2-fleet-attribute-based-instance-type-selection.html
41255
- # [5]: https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/spot-fleet-attribute-based-instance-type-selection.html
41256
- # [6]: https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/spot-placement-score.html
41254
+ # [5]: https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/spot-placement-score.html
41257
41255
  #
41258
41256
  # @!attribute [rw] v_cpu_count
41259
41257
  # The minimum and maximum number of vCPUs.
@@ -41708,10 +41706,9 @@ module Aws::EC2
41708
41706
  #
41709
41707
  # </note>
41710
41708
  #
41711
- # For more information, see [Attribute-based instance type selection for
41712
- # EC2 Fleet][4], [Attribute-based instance type selection for Spot
41713
- # Fleet][5], and [Spot placement score][6] in the *Amazon EC2 User
41714
- # Guide*.
41709
+ # For more information, see [Specify attributes for instance type
41710
+ # selection for EC2 Fleet or Spot Fleet][4] and [Spot placement
41711
+ # score][5] in the *Amazon EC2 User Guide*.
41715
41712
  #
41716
41713
  #
41717
41714
  #
@@ -41719,8 +41716,7 @@ module Aws::EC2
41719
41716
  # [2]: https://docs.aws.amazon.com/AWSEC2/latest/APIReference/API_RunInstances.html
41720
41717
  # [3]: https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-instance.html
41721
41718
  # [4]: https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/ec2-fleet-attribute-based-instance-type-selection.html
41722
- # [5]: https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/spot-fleet-attribute-based-instance-type-selection.html
41723
- # [6]: https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/spot-placement-score.html
41719
+ # [5]: https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/spot-placement-score.html
41724
41720
  #
41725
41721
  # @!attribute [rw] v_cpu_count
41726
41722
  # The minimum and maximum number of vCPUs.
@@ -50268,14 +50264,12 @@ module Aws::EC2
50268
50264
  # Resolver in this subnet should return synthetic IPv6 addresses for
50269
50265
  # IPv4-only destinations.
50270
50266
  #
50271
- # <note markdown="1"> You must first configure a NAT gateway in a public subnet (separate
50267
+ # You must first configure a NAT gateway in a public subnet (separate
50272
50268
  # from the subnet containing the IPv6-only workloads). For example,
50273
50269
  # the subnet containing the NAT gateway should have a `0.0.0.0/0`
50274
50270
  # route pointing to the internet gateway. For more information, see
50275
50271
  # [Configure DNS64 and NAT64][1] in the *Amazon VPC User Guide*.
50276
50272
  #
50277
- # </note>
50278
- #
50279
50273
  #
50280
50274
  #
50281
50275
  # [1]: https://docs.aws.amazon.com/vpc/latest/userguide/nat-gateway-nat64-dns64.html#nat-gateway-nat64-dns64-walkthrough
@@ -57786,10 +57780,9 @@ module Aws::EC2
57786
57780
  #
57787
57781
  # </note>
57788
57782
  #
57789
- # For more information, see [Attribute-based instance type selection
57790
- # for EC2 Fleet][4], [Attribute-based instance type selection for Spot
57791
- # Fleet][5], and [Spot placement score][6] in the *Amazon EC2 User
57792
- # Guide*.
57783
+ # For more information, see [Specify attributes for instance type
57784
+ # selection for EC2 Fleet or Spot Fleet][4] and [Spot placement
57785
+ # score][5] in the *Amazon EC2 User Guide*.
57793
57786
  #
57794
57787
  #
57795
57788
  #
@@ -57797,8 +57790,7 @@ module Aws::EC2
57797
57790
  # [2]: https://docs.aws.amazon.com/AWSEC2/latest/APIReference/API_RunInstances.html
57798
57791
  # [3]: https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-instance.html
57799
57792
  # [4]: https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/ec2-fleet-attribute-based-instance-type-selection.html
57800
- # [5]: https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/spot-fleet-attribute-based-instance-type-selection.html
57801
- # [6]: https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/spot-placement-score.html
57793
+ # [5]: https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/spot-placement-score.html
57802
57794
  # @return [Types::InstanceRequirementsRequest]
57803
57795
  #
57804
57796
  # @!attribute [rw] private_dns_name_options
data/lib/aws-sdk-ec2.rb CHANGED
@@ -78,7 +78,7 @@ module Aws::EC2
78
78
  autoload :VpcPeeringConnection, 'aws-sdk-ec2/vpc_peering_connection'
79
79
  autoload :VpcAddress, 'aws-sdk-ec2/vpc_address'
80
80
 
81
- GEM_VERSION = '1.481.0'
81
+ GEM_VERSION = '1.483.0'
82
82
 
83
83
  end
84
84
 
data/sig/client.rbs CHANGED
@@ -2796,7 +2796,7 @@ module Aws
2796
2796
  },
2797
2797
  ],
2798
2798
  ?ipv_6_prefix_count: ::Integer,
2799
- ?interface_type: ("efa" | "branch" | "trunk"),
2799
+ ?interface_type: ("efa" | "efa-only" | "branch" | "trunk"),
2800
2800
  ?tag_specifications: Array[
2801
2801
  {
2802
2802
  resource_type: ("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")?,
@@ -34,7 +34,7 @@ module Aws
34
34
  def groups: () -> ::Array[Types::GroupIdentifier]
35
35
 
36
36
  # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/EC2/NetworkInterface.html#interface_type-instance_method
37
- def interface_type: () -> ("interface" | "natGateway" | "efa" | "trunk" | "load_balancer" | "network_load_balancer" | "vpc_endpoint" | "branch" | "transit_gateway" | "lambda" | "quicksight" | "global_accelerator_managed" | "api_gateway_managed" | "gateway_load_balancer" | "gateway_load_balancer_endpoint" | "iot_rules_managed" | "aws_codestar_connections_managed")
37
+ def interface_type: () -> ("interface" | "natGateway" | "efa" | "efa-only" | "trunk" | "load_balancer" | "network_load_balancer" | "vpc_endpoint" | "branch" | "transit_gateway" | "lambda" | "quicksight" | "global_accelerator_managed" | "api_gateway_managed" | "gateway_load_balancer" | "gateway_load_balancer_endpoint" | "iot_rules_managed" | "aws_codestar_connections_managed")
38
38
 
39
39
  # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/EC2/NetworkInterface.html#ipv_6_addresses-instance_method
40
40
  def ipv_6_addresses: () -> ::Array[Types::NetworkInterfaceIpv6Address]
data/sig/resource.rbs CHANGED
@@ -394,7 +394,7 @@ module Aws
394
394
  },
395
395
  ],
396
396
  ?ipv_6_prefix_count: ::Integer,
397
- ?interface_type: ("efa" | "branch" | "trunk"),
397
+ ?interface_type: ("efa" | "efa-only" | "branch" | "trunk"),
398
398
  ?tag_specifications: Array[
399
399
  {
400
400
  resource_type: ("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")?,
data/sig/subnet.rbs CHANGED
@@ -303,7 +303,7 @@ module Aws
303
303
  },
304
304
  ],
305
305
  ?ipv_6_prefix_count: ::Integer,
306
- ?interface_type: ("efa" | "branch" | "trunk"),
306
+ ?interface_type: ("efa" | "efa-only" | "branch" | "trunk"),
307
307
  ?tag_specifications: Array[
308
308
  {
309
309
  resource_type: ("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")?,
data/sig/types.rbs CHANGED
@@ -2297,7 +2297,7 @@ module Aws::EC2
2297
2297
  attr_accessor ipv_4_prefix_count: ::Integer
2298
2298
  attr_accessor ipv_6_prefixes: ::Array[Types::Ipv6PrefixSpecificationRequest]
2299
2299
  attr_accessor ipv_6_prefix_count: ::Integer
2300
- attr_accessor interface_type: ("efa" | "branch" | "trunk")
2300
+ attr_accessor interface_type: ("efa" | "efa-only" | "branch" | "trunk")
2301
2301
  attr_accessor tag_specifications: ::Array[Types::TagSpecification]
2302
2302
  attr_accessor client_token: ::String
2303
2303
  attr_accessor enable_primary_ipv_6: bool
@@ -11703,7 +11703,7 @@ module Aws::EC2
11703
11703
  attr_accessor connection_tracking_configuration: Types::ConnectionTrackingConfiguration
11704
11704
  attr_accessor description: ::String
11705
11705
  attr_accessor groups: ::Array[Types::GroupIdentifier]
11706
- attr_accessor interface_type: ("interface" | "natGateway" | "efa" | "trunk" | "load_balancer" | "network_load_balancer" | "vpc_endpoint" | "branch" | "transit_gateway" | "lambda" | "quicksight" | "global_accelerator_managed" | "api_gateway_managed" | "gateway_load_balancer" | "gateway_load_balancer_endpoint" | "iot_rules_managed" | "aws_codestar_connections_managed")
11706
+ attr_accessor interface_type: ("interface" | "natGateway" | "efa" | "efa-only" | "trunk" | "load_balancer" | "network_load_balancer" | "vpc_endpoint" | "branch" | "transit_gateway" | "lambda" | "quicksight" | "global_accelerator_managed" | "api_gateway_managed" | "gateway_load_balancer" | "gateway_load_balancer_endpoint" | "iot_rules_managed" | "aws_codestar_connections_managed")
11707
11707
  attr_accessor ipv_6_addresses: ::Array[Types::NetworkInterfaceIpv6Address]
11708
11708
  attr_accessor mac_address: ::String
11709
11709
  attr_accessor network_interface_id: ::String
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aws-sdk-ec2
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.481.0
4
+ version: 1.483.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Amazon Web Services
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2024-10-10 00:00:00.000000000 Z
11
+ date: 2024-10-21 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: aws-sdk-core
@@ -19,7 +19,7 @@ dependencies:
19
19
  version: '3'
20
20
  - - ">="
21
21
  - !ruby/object:Gem::Version
22
- version: 3.207.0
22
+ version: 3.210.0
23
23
  type: :runtime
24
24
  prerelease: false
25
25
  version_requirements: !ruby/object:Gem::Requirement
@@ -29,7 +29,7 @@ dependencies:
29
29
  version: '3'
30
30
  - - ">="
31
31
  - !ruby/object:Gem::Version
32
- version: 3.207.0
32
+ version: 3.210.0
33
33
  - !ruby/object:Gem::Dependency
34
34
  name: aws-sigv4
35
35
  requirement: !ruby/object:Gem::Requirement