amazonka-appsync-2.0: Amazon AppSync 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.AppSync.GetApiAssociation

Description

Retrieves an ApiAssociation object.

Synopsis

Creating a Request

data GetApiAssociation Source #

See: newGetApiAssociation smart constructor.

Constructors

GetApiAssociation' 

Fields

Instances

Instances details
ToHeaders GetApiAssociation Source # 
Instance details

Defined in Amazonka.AppSync.GetApiAssociation

ToPath GetApiAssociation Source # 
Instance details

Defined in Amazonka.AppSync.GetApiAssociation

ToQuery GetApiAssociation Source # 
Instance details

Defined in Amazonka.AppSync.GetApiAssociation

AWSRequest GetApiAssociation Source # 
Instance details

Defined in Amazonka.AppSync.GetApiAssociation

Associated Types

type AWSResponse GetApiAssociation #

Generic GetApiAssociation Source # 
Instance details

Defined in Amazonka.AppSync.GetApiAssociation

Associated Types

type Rep GetApiAssociation :: Type -> Type #

Read GetApiAssociation Source # 
Instance details

Defined in Amazonka.AppSync.GetApiAssociation

Show GetApiAssociation Source # 
Instance details

Defined in Amazonka.AppSync.GetApiAssociation

NFData GetApiAssociation Source # 
Instance details

Defined in Amazonka.AppSync.GetApiAssociation

Methods

rnf :: GetApiAssociation -> () #

Eq GetApiAssociation Source # 
Instance details

Defined in Amazonka.AppSync.GetApiAssociation

Hashable GetApiAssociation Source # 
Instance details

Defined in Amazonka.AppSync.GetApiAssociation

type AWSResponse GetApiAssociation Source # 
Instance details

Defined in Amazonka.AppSync.GetApiAssociation

type Rep GetApiAssociation Source # 
Instance details

Defined in Amazonka.AppSync.GetApiAssociation

type Rep GetApiAssociation = D1 ('MetaData "GetApiAssociation" "Amazonka.AppSync.GetApiAssociation" "amazonka-appsync-2.0-4Pb6UqteLv1I9NIWaj90bg" 'False) (C1 ('MetaCons "GetApiAssociation'" 'PrefixI 'True) (S1 ('MetaSel ('Just "domainName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))

newGetApiAssociation Source #

Create a value of GetApiAssociation 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:

GetApiAssociation, getApiAssociation_domainName - The domain name.

Request Lenses

Destructuring the Response

data GetApiAssociationResponse Source #

See: newGetApiAssociationResponse smart constructor.

Constructors

GetApiAssociationResponse' 

Fields

Instances

Instances details
Generic GetApiAssociationResponse Source # 
Instance details

Defined in Amazonka.AppSync.GetApiAssociation

Associated Types

type Rep GetApiAssociationResponse :: Type -> Type #

Read GetApiAssociationResponse Source # 
Instance details

Defined in Amazonka.AppSync.GetApiAssociation

Show GetApiAssociationResponse Source # 
Instance details

Defined in Amazonka.AppSync.GetApiAssociation

NFData GetApiAssociationResponse Source # 
Instance details

Defined in Amazonka.AppSync.GetApiAssociation

Eq GetApiAssociationResponse Source # 
Instance details

Defined in Amazonka.AppSync.GetApiAssociation

type Rep GetApiAssociationResponse Source # 
Instance details

Defined in Amazonka.AppSync.GetApiAssociation

type Rep GetApiAssociationResponse = D1 ('MetaData "GetApiAssociationResponse" "Amazonka.AppSync.GetApiAssociation" "amazonka-appsync-2.0-4Pb6UqteLv1I9NIWaj90bg" 'False) (C1 ('MetaCons "GetApiAssociationResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "apiAssociation") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe ApiAssociation)) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int)))

newGetApiAssociationResponse Source #

Create a value of GetApiAssociationResponse 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:apiAssociation:GetApiAssociationResponse', getApiAssociationResponse_apiAssociation - The ApiAssociation object.

$sel:httpStatus:GetApiAssociationResponse', getApiAssociationResponse_httpStatus - The response's http status code.

Response Lenses