amazonka-directconnect-2.0: Amazon Direct Connect SDK.
Copyright(c) 2013-2023 Brendan Hay
LicenseMozilla Public License, v. 2.0.
MaintainerBrendan Hay
Stabilityauto-generated
Portabilitynon-portable (GHC extensions)
Safe HaskellSafe-Inferred
LanguageHaskell2010

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
ToJSON 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

AWSRequest 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 #

Read ConfirmCustomerAgreement Source # 
Instance details

Defined in Amazonka.DirectConnect.ConfirmCustomerAgreement

Show ConfirmCustomerAgreement Source # 
Instance details

Defined in Amazonka.DirectConnect.ConfirmCustomerAgreement

NFData ConfirmCustomerAgreement Source # 
Instance details

Defined in Amazonka.DirectConnect.ConfirmCustomerAgreement

Eq ConfirmCustomerAgreement Source # 
Instance details

Defined in Amazonka.DirectConnect.ConfirmCustomerAgreement

Hashable ConfirmCustomerAgreement Source # 
Instance details

Defined in Amazonka.DirectConnect.ConfirmCustomerAgreement

type AWSResponse 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" "amazonka-directconnect-2.0-L3DT8JGnMceEIS37MHoczF" 'False) (C1 ('MetaCons "ConfirmCustomerAgreement'" 'PrefixI 'True) (S1 ('MetaSel ('Just "agreementName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))))

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:

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
Generic ConfirmCustomerAgreementResponse Source # 
Instance details

Defined in Amazonka.DirectConnect.ConfirmCustomerAgreement

Associated Types

type Rep ConfirmCustomerAgreementResponse :: Type -> Type #

Read ConfirmCustomerAgreementResponse Source # 
Instance details

Defined in Amazonka.DirectConnect.ConfirmCustomerAgreement

Show ConfirmCustomerAgreementResponse Source # 
Instance details

Defined in Amazonka.DirectConnect.ConfirmCustomerAgreement

NFData ConfirmCustomerAgreementResponse Source # 
Instance details

Defined in Amazonka.DirectConnect.ConfirmCustomerAgreement

Eq 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" "amazonka-directconnect-2.0-L3DT8JGnMceEIS37MHoczF" '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:

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.