lib/aws-sdk-directconnect/client.rb in aws-sdk-directconnect-1.38.0 vs lib/aws-sdk-directconnect/client.rb in aws-sdk-directconnect-1.39.0

- old
+ new

@@ -1359,11 +1359,12 @@ # 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. # # For a public virtual interface, the Autonomous System Number (ASN) - # must be private or already whitelisted for the virtual interface. + # must be private or already on the allow list for the virtual + # interface. # # @option params [String] :virtual_interface_id # The ID of the virtual interface. # # @option params [Types::NewBGPPeer] :new_bgp_peer @@ -2952,19 +2953,36 @@ req = build_request(:describe_direct_connect_gateway_association_proposals, params) req.send_request(options) end # Lists the associations between your Direct Connect gateways and - # virtual private gateways. You must specify a Direct Connect gateway, a - # virtual private gateway, or both. If you specify a Direct Connect - # gateway, the response contains all virtual private gateways associated - # with the Direct Connect gateway. If you specify a virtual private - # gateway, the response contains all Direct Connect gateways associated - # with the virtual private gateway. If you specify both, the response - # contains the association between the Direct Connect gateway and the - # virtual private gateway. + # virtual private gateways and transit gateways. You must specify one of + # the following: # + # * A Direct Connect gateway + # + # The response contains all virtual private gateways and transit + # gateways associated with the Direct Connect gateway. + # + # * A virtual private gateway + # + # The response contains the Direct Connect gateway. + # + # * A transit gateway + # + # The response contains the Direct Connect gateway. + # + # * A Direct Connect gateway and a virtual private gateway + # + # The response contains the association between the Direct Connect + # gateway and virtual private gateway. + # + # * A Direct Connect gateway and a transit gateway + # + # The response contains the association between the Direct Connect + # gateway and transit gateway. + # # @option params [String] :association_id # The ID of the Direct Connect gateway association. # # @option params [String] :associated_gateway_id # The ID of the associated gateway. @@ -2982,11 +3000,11 @@ # # @option params [String] :next_token # The token provided in the previous call to retrieve the next page. # # @option params [String] :virtual_gateway_id - # The ID of the virtual private gateway. + # The ID of the virtual private gateway or transit gateway. # # @return [Types::DescribeDirectConnectGatewayAssociationsResult] Returns a {Seahorse::Client::Response response} object which responds to the following methods: # # * {Types::DescribeDirectConnectGatewayAssociationsResult#direct_connect_gateway_associations #direct_connect_gateway_associations} => Array<Types::DirectConnectGatewayAssociation> # * {Types::DescribeDirectConnectGatewayAssociationsResult#next_token #next_token} => String @@ -4156,10 +4174,10 @@ operation: config.api.operation(operation_name), client: self, params: params, config: config) context[:gem_name] = 'aws-sdk-directconnect' - context[:gem_version] = '1.38.0' + context[:gem_version] = '1.39.0' Seahorse::Client::Request.new(handlers, context) end # @api private # @deprecated