Amazon.DirectConnect.AmazonDirectConnectClient.ConfirmConnection C# (CSharp) Method

ConfirmConnection() public method

Confirm the creation of a hosted connection on an interconnect.

Upon creation, the hosted connection is initially in the 'Ordering' state, and will remain in this state until the owner calls ConfirmConnection to confirm creation of the hosted connection.

/// The API was called with invalid parameters. The error message will contain additional /// details about the cause. /// /// A server-side error occurred during the API call. The error message will contain additional /// details about the cause. ///
public ConfirmConnection ( ConfirmConnectionRequest request ) : ConfirmConnectionResponse
request Amazon.DirectConnect.Model.ConfirmConnectionRequest Container for the necessary parameters to execute the ConfirmConnection service method.
return Amazon.DirectConnect.Model.ConfirmConnectionResponse
        public ConfirmConnectionResponse ConfirmConnection(ConfirmConnectionRequest request)
        {
            var marshaller = new ConfirmConnectionRequestMarshaller();
            var unmarshaller = ConfirmConnectionResponseUnmarshaller.Instance;

            return Invoke<ConfirmConnectionRequest,ConfirmConnectionResponse>(request, marshaller, unmarshaller);
        }
AmazonDirectConnectClient