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

Description

Lists your GraphQL APIs.

This operation returns paginated results.

Synopsis

Creating a Request

data ListGraphqlApis Source #

See: newListGraphqlApis smart constructor.

Constructors

ListGraphqlApis' 

Fields

  • nextToken :: Maybe Text

    An identifier that was returned from the previous call to this operation, which can be used to return the next set of items in the list.

  • maxResults :: Maybe Natural

    The maximum number of results you want the request to return.

Instances

Instances details
Eq ListGraphqlApis Source # 
Instance details

Defined in Amazonka.AppSync.ListGraphqlApis

Read ListGraphqlApis Source # 
Instance details

Defined in Amazonka.AppSync.ListGraphqlApis

Show ListGraphqlApis Source # 
Instance details

Defined in Amazonka.AppSync.ListGraphqlApis

Generic ListGraphqlApis Source # 
Instance details

Defined in Amazonka.AppSync.ListGraphqlApis

Associated Types

type Rep ListGraphqlApis :: Type -> Type #

NFData ListGraphqlApis Source # 
Instance details

Defined in Amazonka.AppSync.ListGraphqlApis

Methods

rnf :: ListGraphqlApis -> () #

Hashable ListGraphqlApis Source # 
Instance details

Defined in Amazonka.AppSync.ListGraphqlApis

AWSPager ListGraphqlApis Source # 
Instance details

Defined in Amazonka.AppSync.ListGraphqlApis

AWSRequest ListGraphqlApis Source # 
Instance details

Defined in Amazonka.AppSync.ListGraphqlApis

Associated Types

type AWSResponse ListGraphqlApis #

ToHeaders ListGraphqlApis Source # 
Instance details

Defined in Amazonka.AppSync.ListGraphqlApis

ToPath ListGraphqlApis Source # 
Instance details

Defined in Amazonka.AppSync.ListGraphqlApis

ToQuery ListGraphqlApis Source # 
Instance details

Defined in Amazonka.AppSync.ListGraphqlApis

type Rep ListGraphqlApis Source # 
Instance details

Defined in Amazonka.AppSync.ListGraphqlApis

type Rep ListGraphqlApis = D1 ('MetaData "ListGraphqlApis" "Amazonka.AppSync.ListGraphqlApis" "libZSservicesZSamazonka-appsyncZSamazonka-appsync" 'False) (C1 ('MetaCons "ListGraphqlApis'" 'PrefixI 'True) (S1 ('MetaSel ('Just "nextToken") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "maxResults") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Natural))))
type AWSResponse ListGraphqlApis Source # 
Instance details

Defined in Amazonka.AppSync.ListGraphqlApis

newListGraphqlApis :: ListGraphqlApis Source #

Create a value of ListGraphqlApis 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:nextToken:ListGraphqlApis', listGraphqlApis_nextToken - An identifier that was returned from the previous call to this operation, which can be used to return the next set of items in the list.

$sel:maxResults:ListGraphqlApis', listGraphqlApis_maxResults - The maximum number of results you want the request to return.

Request Lenses

listGraphqlApis_nextToken :: Lens' ListGraphqlApis (Maybe Text) Source #

An identifier that was returned from the previous call to this operation, which can be used to return the next set of items in the list.

listGraphqlApis_maxResults :: Lens' ListGraphqlApis (Maybe Natural) Source #

The maximum number of results you want the request to return.

Destructuring the Response

data ListGraphqlApisResponse Source #

See: newListGraphqlApisResponse smart constructor.

Constructors

ListGraphqlApisResponse' 

Fields

Instances

Instances details
Eq ListGraphqlApisResponse Source # 
Instance details

Defined in Amazonka.AppSync.ListGraphqlApis

Read ListGraphqlApisResponse Source # 
Instance details

Defined in Amazonka.AppSync.ListGraphqlApis

Show ListGraphqlApisResponse Source # 
Instance details

Defined in Amazonka.AppSync.ListGraphqlApis

Generic ListGraphqlApisResponse Source # 
Instance details

Defined in Amazonka.AppSync.ListGraphqlApis

Associated Types

type Rep ListGraphqlApisResponse :: Type -> Type #

NFData ListGraphqlApisResponse Source # 
Instance details

Defined in Amazonka.AppSync.ListGraphqlApis

Methods

rnf :: ListGraphqlApisResponse -> () #

type Rep ListGraphqlApisResponse Source # 
Instance details

Defined in Amazonka.AppSync.ListGraphqlApis

type Rep ListGraphqlApisResponse = D1 ('MetaData "ListGraphqlApisResponse" "Amazonka.AppSync.ListGraphqlApis" "libZSservicesZSamazonka-appsyncZSamazonka-appsync" 'False) (C1 ('MetaCons "ListGraphqlApisResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "nextToken") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "graphqlApis") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [GraphqlApi])) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int))))

newListGraphqlApisResponse Source #

Create a value of ListGraphqlApisResponse 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:nextToken:ListGraphqlApis', listGraphqlApisResponse_nextToken - An identifier to be passed in the next request to this operation to return the next set of items in the list.

$sel:graphqlApis:ListGraphqlApisResponse', listGraphqlApisResponse_graphqlApis - The GraphqlApi objects.

$sel:httpStatus:ListGraphqlApisResponse', listGraphqlApisResponse_httpStatus - The response's http status code.

Response Lenses

listGraphqlApisResponse_nextToken :: Lens' ListGraphqlApisResponse (Maybe Text) Source #

An identifier to be passed in the next request to this operation to return the next set of items in the list.