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.GetGraphqlApi

Description

Retrieves a GraphqlApi object.

Synopsis

Creating a Request

data GetGraphqlApi Source #

See: newGetGraphqlApi smart constructor.

Constructors

GetGraphqlApi' 

Fields

Instances

Instances details
ToHeaders GetGraphqlApi Source # 
Instance details

Defined in Amazonka.AppSync.GetGraphqlApi

ToPath GetGraphqlApi Source # 
Instance details

Defined in Amazonka.AppSync.GetGraphqlApi

ToQuery GetGraphqlApi Source # 
Instance details

Defined in Amazonka.AppSync.GetGraphqlApi

AWSRequest GetGraphqlApi Source # 
Instance details

Defined in Amazonka.AppSync.GetGraphqlApi

Associated Types

type AWSResponse GetGraphqlApi #

Generic GetGraphqlApi Source # 
Instance details

Defined in Amazonka.AppSync.GetGraphqlApi

Associated Types

type Rep GetGraphqlApi :: Type -> Type #

Read GetGraphqlApi Source # 
Instance details

Defined in Amazonka.AppSync.GetGraphqlApi

Show GetGraphqlApi Source # 
Instance details

Defined in Amazonka.AppSync.GetGraphqlApi

NFData GetGraphqlApi Source # 
Instance details

Defined in Amazonka.AppSync.GetGraphqlApi

Methods

rnf :: GetGraphqlApi -> () #

Eq GetGraphqlApi Source # 
Instance details

Defined in Amazonka.AppSync.GetGraphqlApi

Hashable GetGraphqlApi Source # 
Instance details

Defined in Amazonka.AppSync.GetGraphqlApi

type AWSResponse GetGraphqlApi Source # 
Instance details

Defined in Amazonka.AppSync.GetGraphqlApi

type Rep GetGraphqlApi Source # 
Instance details

Defined in Amazonka.AppSync.GetGraphqlApi

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

newGetGraphqlApi Source #

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

GetGraphqlApi, getGraphqlApi_apiId - The API ID for the GraphQL API.

Request Lenses

getGraphqlApi_apiId :: Lens' GetGraphqlApi Text Source #

The API ID for the GraphQL API.

Destructuring the Response

data GetGraphqlApiResponse Source #

See: newGetGraphqlApiResponse smart constructor.

Constructors

GetGraphqlApiResponse' 

Fields

Instances

Instances details
Generic GetGraphqlApiResponse Source # 
Instance details

Defined in Amazonka.AppSync.GetGraphqlApi

Associated Types

type Rep GetGraphqlApiResponse :: Type -> Type #

Read GetGraphqlApiResponse Source # 
Instance details

Defined in Amazonka.AppSync.GetGraphqlApi

Show GetGraphqlApiResponse Source # 
Instance details

Defined in Amazonka.AppSync.GetGraphqlApi

NFData GetGraphqlApiResponse Source # 
Instance details

Defined in Amazonka.AppSync.GetGraphqlApi

Methods

rnf :: GetGraphqlApiResponse -> () #

Eq GetGraphqlApiResponse Source # 
Instance details

Defined in Amazonka.AppSync.GetGraphqlApi

type Rep GetGraphqlApiResponse Source # 
Instance details

Defined in Amazonka.AppSync.GetGraphqlApi

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

newGetGraphqlApiResponse Source #

Create a value of GetGraphqlApiResponse 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:graphqlApi:GetGraphqlApiResponse', getGraphqlApiResponse_graphqlApi - The GraphqlApi object.

$sel:httpStatus:GetGraphqlApiResponse', getGraphqlApiResponse_httpStatus - The response's http status code.

Response Lenses