confirm_customer_agreement

DirectConnect.Client.confirm_customer_agreement(**kwargs)

The confirmation of the terms of agreement when creating the connection/link aggregation group (LAG).

See also: AWS API Documentation

Request Syntax

response = client.confirm_customer_agreement(
    agreementName='string'
)
Parameters
agreementName (string) -- The name of the customer agreement.
Return type
dict
Returns
Response Syntax
{
    'status': 'string'
}

Response Structure

  • (dict) --
    • status (string) --

      The status of the customer agreement when the connection was created. This will be either signed or unsigned .

Exceptions

  • DirectConnect.Client.exceptions.DirectConnectServerException
  • DirectConnect.Client.exceptions.DirectConnectClientException