libZSservicesZSamazonka-directconnectZSamazonka-directconnect
Copyright(c) 2013-2021 Brendan Hay
LicenseMozilla Public License, v. 2.0.
MaintainerBrendan Hay <brendan.g.hay+amazonka@gmail.com>
Stabilityauto-generated
Portabilitynon-portable (GHC extensions)
Safe HaskellNone

Amazonka.DirectConnect.ConfirmCustomerAgreement

Description

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

Synopsis

Creating a Request

data ConfirmCustomerAgreement Source #

See: newConfirmCustomerAgreement smart constructor.

Constructors

ConfirmCustomerAgreement' 

Fields

Instances

Instances details
Eq ConfirmCustomerAgreement Source # 
Instance details

Defined in Amazonka.DirectConnect.ConfirmCustomerAgreement

Read ConfirmCustomerAgreement Source # 
Instance details

Defined in Amazonka.DirectConnect.ConfirmCustomerAgreement

Show ConfirmCustomerAgreement Source # 
Instance details

Defined in Amazonka.DirectConnect.ConfirmCustomerAgreement

Generic ConfirmCustomerAgreement Source # 
Instance details

Defined in Amazonka.DirectConnect.ConfirmCustomerAgreement

Associated Types

type Rep ConfirmCustomerAgreement :: Type -> Type #

NFData ConfirmCustomerAgreement Source # 
Instance details

Defined in Amazonka.DirectConnect.ConfirmCustomerAgreement

Hashable ConfirmCustomerAgreement Source # 
Instance details

Defined in Amazonka.DirectConnect.ConfirmCustomerAgreement

ToJSON ConfirmCustomerAgreement Source # 
Instance details

Defined in Amazonka.DirectConnect.ConfirmCustomerAgreement

AWSRequest ConfirmCustomerAgreement Source # 
Instance details

Defined in Amazonka.DirectConnect.ConfirmCustomerAgreement

ToHeaders ConfirmCustomerAgreement Source # 
Instance details

Defined in Amazonka.DirectConnect.ConfirmCustomerAgreement

ToPath ConfirmCustomerAgreement Source # 
Instance details

Defined in Amazonka.DirectConnect.ConfirmCustomerAgreement

ToQuery ConfirmCustomerAgreement Source # 
Instance details

Defined in Amazonka.DirectConnect.ConfirmCustomerAgreement

type Rep ConfirmCustomerAgreement Source # 
Instance details

Defined in Amazonka.DirectConnect.ConfirmCustomerAgreement

type Rep ConfirmCustomerAgreement = D1 ('MetaData "ConfirmCustomerAgreement" "Amazonka.DirectConnect.ConfirmCustomerAgreement" "libZSservicesZSamazonka-directconnectZSamazonka-directconnect" 'False) (C1 ('MetaCons "ConfirmCustomerAgreement'" 'PrefixI 'True) (S1 ('MetaSel ('Just "agreementName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))))
type AWSResponse ConfirmCustomerAgreement Source # 
Instance details

Defined in Amazonka.DirectConnect.ConfirmCustomerAgreement

newConfirmCustomerAgreement :: ConfirmCustomerAgreement Source #

Create a value of ConfirmCustomerAgreement with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:agreementName:ConfirmCustomerAgreement', confirmCustomerAgreement_agreementName - The name of the customer agreement.

Request Lenses

Destructuring the Response

data ConfirmCustomerAgreementResponse Source #

See: newConfirmCustomerAgreementResponse smart constructor.

Constructors

ConfirmCustomerAgreementResponse' 

Fields

  • status :: Maybe Text

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

  • httpStatus :: Int

    The response's http status code.

Instances

Instances details
Eq ConfirmCustomerAgreementResponse Source # 
Instance details

Defined in Amazonka.DirectConnect.ConfirmCustomerAgreement

Read ConfirmCustomerAgreementResponse Source # 
Instance details

Defined in Amazonka.DirectConnect.ConfirmCustomerAgreement

Show ConfirmCustomerAgreementResponse Source # 
Instance details

Defined in Amazonka.DirectConnect.ConfirmCustomerAgreement

Generic ConfirmCustomerAgreementResponse Source # 
Instance details

Defined in Amazonka.DirectConnect.ConfirmCustomerAgreement

Associated Types

type Rep ConfirmCustomerAgreementResponse :: Type -> Type #

NFData ConfirmCustomerAgreementResponse Source # 
Instance details

Defined in Amazonka.DirectConnect.ConfirmCustomerAgreement

type Rep ConfirmCustomerAgreementResponse Source # 
Instance details

Defined in Amazonka.DirectConnect.ConfirmCustomerAgreement

type Rep ConfirmCustomerAgreementResponse = D1 ('MetaData "ConfirmCustomerAgreementResponse" "Amazonka.DirectConnect.ConfirmCustomerAgreement" "libZSservicesZSamazonka-directconnectZSamazonka-directconnect" 'False) (C1 ('MetaCons "ConfirmCustomerAgreementResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "status") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int)))

newConfirmCustomerAgreementResponse Source #

Create a value of ConfirmCustomerAgreementResponse with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:status:ConfirmCustomerAgreementResponse', confirmCustomerAgreementResponse_status - The status of the customer agreement when the connection was created. This will be either signed or unsigned.

$sel:httpStatus:ConfirmCustomerAgreementResponse', confirmCustomerAgreementResponse_httpStatus - The response's http status code.

Response Lenses

confirmCustomerAgreementResponse_status :: Lens' ConfirmCustomerAgreementResponse (Maybe Text) Source #

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