lib/aws-sdk-directconnect/client.rb in aws-sdk-directconnect-1.76.0 vs lib/aws-sdk-directconnect/client.rb in aws-sdk-directconnect-1.77.0
- old
+ new
@@ -497,12 +497,14 @@
def accept_direct_connect_gateway_association_proposal(params = {}, options = {})
req = build_request(:accept_direct_connect_gateway_association_proposal, params)
req.send_request(options)
end
- # Deprecated. Use AllocateHostedConnection instead.
+ # <note markdown="1"> Deprecated. Use AllocateHostedConnection instead.
#
+ # </note>
+ #
# Creates a hosted connection on an interconnect.
#
# Allocates a VLAN number and a specified amount of bandwidth for use by
# a hosted connection on the specified interconnect.
#
@@ -626,14 +628,14 @@
# The ID of the Amazon Web Services account ID of the customer for the
# connection.
#
# @option params [required, String] :bandwidth
# The bandwidth of the connection. The possible values are 50Mbps,
- # 100Mbps, 200Mbps, 300Mbps, 400Mbps, 500Mbps, 1Gbps, 2Gbps, 5Gbps, and
- # 10Gbps. Note that only those Direct Connect Partners who have met
- # specific requirements are allowed to create a 1Gbps, 2Gbps, 5Gbps or
- # 10Gbps hosted connection.
+ # 100Mbps, 200Mbps, 300Mbps, 400Mbps, 500Mbps, 1Gbps, 2Gbps, 5Gbps,
+ # 10Gbps, and 25Gbps. Note that only those Direct Connect Partners who
+ # have met specific requirements are allowed to create a 1Gbps, 2Gbps,
+ # 5Gbps, 10Gbps, or 25Gbps hosted connection.
#
# @option params [required, String] :connection_name
# The name of the hosted connection.
#
# @option params [required, Integer] :vlan
@@ -2084,11 +2086,11 @@
#
# @option params [required, String] :interconnect_name
# The name of the interconnect.
#
# @option params [required, String] :bandwidth
- # The port bandwidth, in Gbps. The possible values are 1 and 10.
+ # The port bandwidth, in Gbps. The possible values are 1, 10, and 100.
#
# @option params [required, String] :location
# The location of the interconnect.
#
# @option params [String] :lag_id
@@ -2167,16 +2169,17 @@
# bundled physical dedicated connections between the customer network
# and a specific Direct Connect location. A LAG is a logical interface
# that uses the Link Aggregation Control Protocol (LACP) to aggregate
# multiple interfaces, enabling you to treat them as a single interface.
#
- # All connections in a LAG must use the same bandwidth (either 1Gbps or
- # 10Gbps) and must terminate at the same Direct Connect endpoint.
+ # All connections in a LAG must use the same bandwidth (either 1Gbps,
+ # 10Gbps, 100Gbps, or 400Gbps) and must terminate at the same Direct
+ # Connect endpoint.
#
- # You can have up to 10 dedicated connections per LAG. Regardless of
- # this limit, if you request more connections for the LAG than Direct
- # Connect can allocate on a single endpoint, no LAG is created.
+ # You can have up to 10 dedicated connections per location. Regardless
+ # of this limit, if you request more connections for the LAG than Direct
+ # Connect can allocate on a single endpoint, no LAG is created..
#
# You can specify an existing physical dedicated connection or
# interconnect to include in the LAG (which counts towards the total
# number of connections). Doing so interrupts the current physical
# dedicated connection, and re-establishes them as a member of the LAG.
@@ -2191,18 +2194,20 @@
# virtual interfaces cannot be directly configured.
#
# @option params [required, Integer] :number_of_connections
# The number of physical dedicated connections initially provisioned and
# bundled by the LAG. You can have a maximum of four connections when
- # the port speed is 1G or 10G, or two when the port speed is 100G.
+ # the port speed is 1Gbps or 10Gbps, or two when the port speed is
+ # 100Gbps or 400Gbps.
#
# @option params [required, String] :location
# The location for the LAG.
#
# @option params [required, String] :connections_bandwidth
# The bandwidth of the individual physical dedicated connections bundled
- # by the LAG. The possible values are 1Gbps and 10Gbps.
+ # by the LAG. The possible values are 1Gbps,10Gbps, 100Gbps, and
+ # 400Gbps.
#
# @option params [required, String] :lag_name
# The name of the LAG.
#
# @option params [String] :connection_id
@@ -2352,11 +2357,11 @@
# Direct Connect gateway enables the possibility for connecting to
# multiple VPCs, including VPCs in different Amazon Web Services
# Regions. Connecting the private virtual interface to a VGW only
# provides access to a single VPC within the same Region.
#
- # Setting the MTU of a virtual interface to 9001 (jumbo frames) can
+ # Setting the MTU of a virtual interface to 8500 (jumbo frames) can
# cause an update to the underlying physical connection if it wasn't
# updated to support jumbo frames. Updating the connection disrupts
# network connectivity for all virtual interfaces associated with the
# connection for up to 30 seconds. To check whether your connection
# supports jumbo frames, call DescribeConnections. To check whether your
@@ -3157,12 +3162,14 @@
def delete_virtual_interface(params = {}, options = {})
req = build_request(:delete_virtual_interface, params)
req.send_request(options)
end
- # Deprecated. Use DescribeLoa instead.
+ # <note markdown="1"> Deprecated. Use DescribeLoa instead.
#
+ # </note>
+ #
# Gets the LOA-CFA for a connection.
#
# The Letter of Authorization - Connecting Facility Assignment (LOA-CFA)
# is a document that your APN partner or service provider uses when
# establishing your cross connect to Amazon Web Services at the
@@ -3267,12 +3274,14 @@
def describe_connections(params = {}, options = {})
req = build_request(:describe_connections, params)
req.send_request(options)
end
- # Deprecated. Use DescribeHostedConnections instead.
+ # <note markdown="1"> Deprecated. Use DescribeHostedConnections instead.
#
+ # </note>
+ #
# Lists the connections that have been provisioned on the specified
# interconnect.
#
# <note markdown="1"> Intended for use by Direct Connect Partners only.
#
@@ -3686,12 +3695,14 @@
def describe_hosted_connections(params = {}, options = {})
req = build_request(:describe_hosted_connections, params)
req.send_request(options)
end
- # Deprecated. Use DescribeLoa instead.
+ # <note markdown="1"> Deprecated. Use DescribeLoa instead.
#
+ # </note>
+ #
# Gets the LOA-CFA for the specified interconnect.
#
# The Letter of Authorization - Connecting Facility Assignment (LOA-CFA)
# is a document that is used when establishing your cross connect to
# Amazon Web Services at the colocation facility. For more information,
@@ -4029,16 +4040,26 @@
def describe_tags(params = {}, options = {})
req = build_request(:describe_tags, params)
req.send_request(options)
end
+ # <note markdown="1"> Deprecated. Use `DescribeVpnGateways` instead. See
+ # [DescribeVPNGateways][1] in the *Amazon Elastic Compute Cloud API
+ # Reference*.
+ #
+ # </note>
+ #
# Lists the virtual private gateways owned by the Amazon Web Services
# account.
#
# You can create one or more Direct Connect private virtual interfaces
# linked to a virtual private gateway.
#
+ #
+ #
+ # [1]: https://docs.aws.amazon.com/AWSEC2/latest/APIReference/API_DescribeVpnGateways.html
+ #
# @return [Types::VirtualGateways] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
#
# * {Types::VirtualGateways#virtual_gateways #virtual_gateways} => Array<Types::VirtualGateway>
#
# @example Response structure
@@ -4835,11 +4856,11 @@
end
# Updates the specified attributes of the specified virtual private
# interface.
#
- # Setting the MTU of a virtual interface to 9001 (jumbo frames) can
+ # Setting the MTU of a virtual interface to 8500 (jumbo frames) can
# cause an update to the underlying physical connection if it wasn't
# updated to support jumbo frames. Updating the connection disrupts
# network connectivity for all virtual interfaces associated with the
# connection for up to 30 seconds. To check whether your connection
# supports jumbo frames, call DescribeConnections. To check whether your
@@ -4849,11 +4870,11 @@
# @option params [required, String] :virtual_interface_id
# The ID of the virtual private interface.
#
# @option params [Integer] :mtu
# The maximum transmission unit (MTU), in bytes. The supported values
- # are 1500 and 9001. The default value is 1500.
+ # are 1500 and 8500. The default value is 1500.
#
# @option params [Boolean] :enable_site_link
# Indicates whether to enable or disable SiteLink.
#
# @option params [String] :virtual_interface_name
@@ -4959,10 +4980,10 @@
operation: config.api.operation(operation_name),
client: self,
params: params,
config: config)
context[:gem_name] = 'aws-sdk-directconnect'
- context[:gem_version] = '1.76.0'
+ context[:gem_version] = '1.77.0'
Seahorse::Client::Request.new(handlers, context)
end
# @api private
# @deprecated