sig/client.rbs in aws-sdk-ec2-1.451.0 vs sig/client.rbs in aws-sdk-ec2-1.452.0
- old
+ new
@@ -6403,14 +6403,15 @@
def attachment: () -> Types::NetworkInterfaceAttachment
def description: () -> Types::AttributeValue
def groups: () -> ::Array[Types::GroupIdentifier]
def network_interface_id: () -> ::String
def source_dest_check: () -> Types::AttributeBooleanValue
+ def associate_public_ip_address: () -> bool
end
# https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/EC2/Client.html#describe_network_interface_attribute-instance_method
def describe_network_interface_attribute: (
- ?attribute: ("description" | "groupSet" | "sourceDestCheck" | "attachment"),
+ ?attribute: ("description" | "groupSet" | "sourceDestCheck" | "attachment" | "associatePublicIpAddress"),
?dry_run: bool,
network_interface_id: ::String
) -> _DescribeNetworkInterfaceAttributeResponseSuccess
| (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _DescribeNetworkInterfaceAttributeResponseSuccess
@@ -10270,10 +10271,11 @@
?enable_primary_ipv_6: bool,
?connection_tracking_specification: {
tcp_established_timeout: ::Integer?,
udp_stream_timeout: ::Integer?,
udp_timeout: ::Integer?
- }
+ },
+ ?associate_public_ip_address: bool
) -> ::Seahorse::Client::_ResponseSuccess[::Aws::EmptyStructure]
| (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> ::Seahorse::Client::_ResponseSuccess[::Aws::EmptyStructure]
interface _ModifyPrivateDnsNameOptionsResponseSuccess
include ::Seahorse::Client::_ResponseSuccess[Types::ModifyPrivateDnsNameOptionsResult]