lib/aws-sdk-ec2/resource.rb in aws-sdk-ec2-1.485.0 vs lib/aws-sdk-ec2/resource.rb in aws-sdk-ec2-1.486.0

- old
+ new

@@ -935,11 +935,16 @@ # of the following: specific IPv6 prefixes, specific IPv6 addresses, or # a count of IPv6 addresses. # @option options [String] :interface_type # The type of network interface. The default is `interface`. # - # The only supported values are `interface`, `efa`, and `trunk`. + # If you specify `efa-only`, do not assign any IP addresses to the + # network interface. EFA-only network interfaces do not support IP + # addresses. + # + # The only supported values are `interface`, `efa`, `efa-only`, and + # `trunk`. # @option options [Array<Types::TagSpecification>] :tag_specifications # The tags to apply to the new network interface. # @option options [String] :client_token # Unique, case-sensitive identifier that you provide to ensure the # idempotency of the request. For more information, see [Ensuring @@ -3305,15 +3310,15 @@ # * `ipv6-addresses.ipv6-address` - An IPv6 address associated with the # network interface. # # * `interface-type` - The type of network interface # (`api_gateway_managed` \| `aws_codestar_connections_managed` \| - # `branch` \| `ec2_instance_connect_endpoint` \| `efa` \| `efs` \| - # `gateway_load_balancer` \| `gateway_load_balancer_endpoint` \| - # `global_accelerator_managed` \| `interface` \| `iot_rules_managed` - # \| `lambda` \| `load_balancer` \| `nat_gateway` \| - # `network_load_balancer` \| `quicksight` \| `transit_gateway` \| - # `trunk` \| `vpc_endpoint`). + # `branch` \| `ec2_instance_connect_endpoint` \| `efa` \| `efa-only` + # \| `efs` \| `gateway_load_balancer` \| + # `gateway_load_balancer_endpoint` \| `global_accelerator_managed` \| + # `interface` \| `iot_rules_managed` \| `lambda` \| `load_balancer` \| + # `nat_gateway` \| `network_load_balancer` \| `quicksight` \| + # `transit_gateway` \| `trunk` \| `vpc_endpoint`). # # * `mac-address` - The MAC address of the network interface. # # * `network-interface-id` - The ID of the network interface. #