amazonka-apigateway-2.0: Amazon API Gateway 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.APIGateway.GetSdkTypes

Description

Gets SDK types

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

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 #

Generic GetSdkTypes Source # 
Instance details

Defined in Amazonka.APIGateway.GetSdkTypes

Associated Types

type Rep GetSdkTypes :: Type -> Type #

Read GetSdkTypes Source # 
Instance details

Defined in Amazonka.APIGateway.GetSdkTypes

Show GetSdkTypes Source # 
Instance details

Defined in Amazonka.APIGateway.GetSdkTypes

NFData GetSdkTypes Source # 
Instance details

Defined in Amazonka.APIGateway.GetSdkTypes

Methods

rnf :: GetSdkTypes -> () #

Eq GetSdkTypes Source # 
Instance details

Defined in Amazonka.APIGateway.GetSdkTypes

Hashable GetSdkTypes Source # 
Instance details

Defined in Amazonka.APIGateway.GetSdkTypes

type AWSResponse 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" "amazonka-apigateway-2.0-zw0Lbt4rUGxZBjJ4Rpfi" '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))))

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:

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

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
Generic GetSdkTypesResponse Source # 
Instance details

Defined in Amazonka.APIGateway.GetSdkTypes

Associated Types

type Rep GetSdkTypesResponse :: Type -> Type #

Read GetSdkTypesResponse Source # 
Instance details

Defined in Amazonka.APIGateway.GetSdkTypes

Show GetSdkTypesResponse Source # 
Instance details

Defined in Amazonka.APIGateway.GetSdkTypes

NFData GetSdkTypesResponse Source # 
Instance details

Defined in Amazonka.APIGateway.GetSdkTypes

Methods

rnf :: GetSdkTypesResponse -> () #

Eq GetSdkTypesResponse Source # 
Instance details

Defined in Amazonka.APIGateway.GetSdkTypes

type Rep GetSdkTypesResponse Source # 
Instance details

Defined in Amazonka.APIGateway.GetSdkTypes

type Rep GetSdkTypesResponse = D1 ('MetaData "GetSdkTypesResponse" "Amazonka.APIGateway.GetSdkTypes" "amazonka-apigateway-2.0-zw0Lbt4rUGxZBjJ4Rpfi" '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:

GetSdkTypesResponse, getSdkTypesResponse_items - The current page of elements from this collection.

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.