libZSservicesZSamazonka-apigatewayZSamazonka-apigateway
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.APIGateway.GetSdkTypes

Description

  • - | Undocumented operation.

This operation returns paginated results.

Synopsis

Creating a Request

data GetSdkTypes Source #

Get the SdkTypes collection.

See: newGetSdkTypes smart constructor.

Constructors

GetSdkTypes' 

Fields

  • limit :: Maybe Int

    The maximum number of returned results per page. The default value is 25 and the maximum value is 500.

  • position :: Maybe Text

    The current pagination position in the paged result set.

Instances

Instances details
Eq GetSdkTypes Source # 
Instance details

Defined in Amazonka.APIGateway.GetSdkTypes

Read GetSdkTypes Source # 
Instance details

Defined in Amazonka.APIGateway.GetSdkTypes

Show GetSdkTypes Source # 
Instance details

Defined in Amazonka.APIGateway.GetSdkTypes

Generic GetSdkTypes Source # 
Instance details

Defined in Amazonka.APIGateway.GetSdkTypes

Associated Types

type Rep GetSdkTypes :: Type -> Type #

NFData GetSdkTypes Source # 
Instance details

Defined in Amazonka.APIGateway.GetSdkTypes

Methods

rnf :: GetSdkTypes -> () #

Hashable GetSdkTypes Source # 
Instance details

Defined in Amazonka.APIGateway.GetSdkTypes

AWSPager GetSdkTypes Source # 
Instance details

Defined in Amazonka.APIGateway.GetSdkTypes

AWSRequest GetSdkTypes Source # 
Instance details

Defined in Amazonka.APIGateway.GetSdkTypes

Associated Types

type AWSResponse GetSdkTypes #

ToHeaders GetSdkTypes Source # 
Instance details

Defined in Amazonka.APIGateway.GetSdkTypes

Methods

toHeaders :: GetSdkTypes -> [Header] #

ToPath GetSdkTypes Source # 
Instance details

Defined in Amazonka.APIGateway.GetSdkTypes

ToQuery GetSdkTypes Source # 
Instance details

Defined in Amazonka.APIGateway.GetSdkTypes

type Rep GetSdkTypes Source # 
Instance details

Defined in Amazonka.APIGateway.GetSdkTypes

type Rep GetSdkTypes = D1 ('MetaData "GetSdkTypes" "Amazonka.APIGateway.GetSdkTypes" "libZSservicesZSamazonka-apigatewayZSamazonka-apigateway" 'False) (C1 ('MetaCons "GetSdkTypes'" 'PrefixI 'True) (S1 ('MetaSel ('Just "limit") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Int)) :*: S1 ('MetaSel ('Just "position") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))))
type AWSResponse GetSdkTypes Source # 
Instance details

Defined in Amazonka.APIGateway.GetSdkTypes

newGetSdkTypes :: GetSdkTypes Source #

Create a value of GetSdkTypes 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:limit:GetSdkTypes', getSdkTypes_limit - The maximum number of returned results per page. The default value is 25 and the maximum value is 500.

$sel:position:GetSdkTypes', getSdkTypes_position - The current pagination position in the paged result set.

Request Lenses

getSdkTypes_limit :: Lens' GetSdkTypes (Maybe Int) Source #

The maximum number of returned results per page. The default value is 25 and the maximum value is 500.

getSdkTypes_position :: Lens' GetSdkTypes (Maybe Text) Source #

The current pagination position in the paged result set.

Destructuring the Response

data GetSdkTypesResponse Source #

The collection of SdkType instances.

See: newGetSdkTypesResponse smart constructor.

Constructors

GetSdkTypesResponse' 

Fields

Instances

Instances details
Eq GetSdkTypesResponse Source # 
Instance details

Defined in Amazonka.APIGateway.GetSdkTypes

Read GetSdkTypesResponse Source # 
Instance details

Defined in Amazonka.APIGateway.GetSdkTypes

Show GetSdkTypesResponse Source # 
Instance details

Defined in Amazonka.APIGateway.GetSdkTypes

Generic GetSdkTypesResponse Source # 
Instance details

Defined in Amazonka.APIGateway.GetSdkTypes

Associated Types

type Rep GetSdkTypesResponse :: Type -> Type #

NFData GetSdkTypesResponse Source # 
Instance details

Defined in Amazonka.APIGateway.GetSdkTypes

Methods

rnf :: GetSdkTypesResponse -> () #

type Rep GetSdkTypesResponse Source # 
Instance details

Defined in Amazonka.APIGateway.GetSdkTypes

type Rep GetSdkTypesResponse = D1 ('MetaData "GetSdkTypesResponse" "Amazonka.APIGateway.GetSdkTypes" "libZSservicesZSamazonka-apigatewayZSamazonka-apigateway" 'False) (C1 ('MetaCons "GetSdkTypesResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "items") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [SdkType])) :*: (S1 ('MetaSel ('Just "position") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int))))

newGetSdkTypesResponse Source #

Create a value of GetSdkTypesResponse 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:items:GetSdkTypesResponse', getSdkTypesResponse_items - The current page of elements from this collection.

$sel:position:GetSdkTypes', getSdkTypesResponse_position - Undocumented member.

$sel:httpStatus:GetSdkTypesResponse', getSdkTypesResponse_httpStatus - The response's http status code.

Response Lenses

getSdkTypesResponse_items :: Lens' GetSdkTypesResponse (Maybe [SdkType]) Source #

The current page of elements from this collection.