libZSservicesZSamazonka-appsyncZSamazonka-appsync
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.AppSync.GetGraphqlApi

Description

Retrieves a GraphqlApi object.

Synopsis

Creating a Request

data GetGraphqlApi Source #

See: newGetGraphqlApi smart constructor.

Constructors

GetGraphqlApi' 

Fields

Instances

Instances details
Eq GetGraphqlApi Source # 
Instance details

Defined in Amazonka.AppSync.GetGraphqlApi

Read GetGraphqlApi Source # 
Instance details

Defined in Amazonka.AppSync.GetGraphqlApi

Show GetGraphqlApi Source # 
Instance details

Defined in Amazonka.AppSync.GetGraphqlApi

Generic GetGraphqlApi Source # 
Instance details

Defined in Amazonka.AppSync.GetGraphqlApi

Associated Types

type Rep GetGraphqlApi :: Type -> Type #

NFData GetGraphqlApi Source # 
Instance details

Defined in Amazonka.AppSync.GetGraphqlApi

Methods

rnf :: GetGraphqlApi -> () #

Hashable GetGraphqlApi Source # 
Instance details

Defined in Amazonka.AppSync.GetGraphqlApi

AWSRequest GetGraphqlApi Source # 
Instance details

Defined in Amazonka.AppSync.GetGraphqlApi

Associated Types

type AWSResponse GetGraphqlApi #

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

type Rep GetGraphqlApi Source # 
Instance details

Defined in Amazonka.AppSync.GetGraphqlApi

type Rep GetGraphqlApi = D1 ('MetaData "GetGraphqlApi" "Amazonka.AppSync.GetGraphqlApi" "libZSservicesZSamazonka-appsyncZSamazonka-appsync" 'False) (C1 ('MetaCons "GetGraphqlApi'" 'PrefixI 'True) (S1 ('MetaSel ('Just "apiId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))
type AWSResponse GetGraphqlApi Source # 
Instance details

Defined in Amazonka.AppSync.GetGraphqlApi

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:

$sel:apiId: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
Eq GetGraphqlApiResponse Source # 
Instance details

Defined in Amazonka.AppSync.GetGraphqlApi

Read GetGraphqlApiResponse Source # 
Instance details

Defined in Amazonka.AppSync.GetGraphqlApi

Show GetGraphqlApiResponse Source # 
Instance details

Defined in Amazonka.AppSync.GetGraphqlApi

Generic GetGraphqlApiResponse Source # 
Instance details

Defined in Amazonka.AppSync.GetGraphqlApi

Associated Types

type Rep GetGraphqlApiResponse :: Type -> Type #

NFData GetGraphqlApiResponse Source # 
Instance details

Defined in Amazonka.AppSync.GetGraphqlApi

Methods

rnf :: GetGraphqlApiResponse -> () #

type Rep GetGraphqlApiResponse Source # 
Instance details

Defined in Amazonka.AppSync.GetGraphqlApi

type Rep GetGraphqlApiResponse = D1 ('MetaData "GetGraphqlApiResponse" "Amazonka.AppSync.GetGraphqlApi" "libZSservicesZSamazonka-appsyncZSamazonka-appsync" '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