lib/aws-sdk-directconnect/client.rb in aws-sdk-directconnect-1.56.0 vs lib/aws-sdk-directconnect/client.rb in aws-sdk-directconnect-1.57.0

- old
+ new

@@ -1595,14 +1595,26 @@ # # When creating a IPv6 BGP peer, omit the Amazon address and customer # address. IPv6 addresses are automatically assigned from the Amazon # pool of IPv6 addresses; you cannot specify custom IPv6 addresses. # + # If you let Amazon Web Services auto-assign IPv4 addresses, a /30 CIDR + # will be allocated from 169.254.0.0/16. Amazon Web Services does not + # recommend this option if you intend to use the customer router peer IP + # address as the source and destination for traffic. Instead you should + # use RFC 1918 or other addressing, and specify the address yourself. + # For more information about RFC 1918 see [ Address Allocation for + # Private Internets][1]. + # # For a public virtual interface, the Autonomous System Number (ASN) # must be private or already on the allow list for the virtual # interface. # + # + # + # [1]: https://datatracker.ietf.org/doc/html/rfc1918 + # # @option params [String] :virtual_interface_id # The ID of the virtual interface. # # @option params [Types::NewBGPPeer] :new_bgp_peer # Information about the BGP peer. @@ -2538,17 +2550,18 @@ # gateways, the Autonomous System Number (ASN) used by the transit # gateway and the Direct Connect gateway must be different. For example, # if you use the default ASN 64512 for both your the transit gateway and # Direct Connect gateway, the association request fails. # - # 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 - # virtual interface supports jumbo frames, call + # A jumbo MTU value must be either 1500 or 8500. No other values will be + # accepted. 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 virtual interface supports jumbo frames, call # DescribeVirtualInterfaces. # # @option params [required, String] :connection_id # The ID of the connection. # @@ -4298,11 +4311,11 @@ # # @option params [Integer] :test_duration_in_minutes # The time in minutes that the virtual interface failover test will # last. # - # Maximum value: 180 minutes (3 hours). + # Maximum value: 4,320 minutes (72 hours). # # Default: 180 minutes (3 hours). # # @return [Types::StartBgpFailoverTestResponse] Returns a {Seahorse::Client::Response response} object which responds to the following methods: # @@ -4891,10 +4904,10 @@ operation: config.api.operation(operation_name), client: self, params: params, config: config) context[:gem_name] = 'aws-sdk-directconnect' - context[:gem_version] = '1.56.0' + context[:gem_version] = '1.57.0' Seahorse::Client::Request.new(handlers, context) end # @api private # @deprecated