amazonka-gamesparks-2.0: Amazon GameSparks 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.GamesParks.ListExtensionVersions

Description

Gets a paginated list of available versions for the extension.

Each time an API change is made to an extension, the version is incremented. The list retrieved by this operation shows the versions that are currently available.

This operation returns paginated results.

Synopsis

Creating a Request

data ListExtensionVersions Source #

See: newListExtensionVersions smart constructor.

Constructors

ListExtensionVersions' 

Fields

  • maxResults :: Maybe Natural

    The maximum number of results to return.

    Use this parameter with NextToken to get results as a set of sequential pages.

  • nextToken :: Maybe Text

    The token that indicates the start of the next sequential page of results.

    Use the token that is returned with a previous call to this operation. To start at the beginning of the result set, do not specify a value.

  • name :: Text

    The name of the extension.

  • namespace :: Text

    The namespace (qualifier) of the extension.

Instances

Instances details
ToHeaders ListExtensionVersions Source # 
Instance details

Defined in Amazonka.GamesParks.ListExtensionVersions

ToPath ListExtensionVersions Source # 
Instance details

Defined in Amazonka.GamesParks.ListExtensionVersions

ToQuery ListExtensionVersions Source # 
Instance details

Defined in Amazonka.GamesParks.ListExtensionVersions

AWSPager ListExtensionVersions Source # 
Instance details

Defined in Amazonka.GamesParks.ListExtensionVersions

AWSRequest ListExtensionVersions Source # 
Instance details

Defined in Amazonka.GamesParks.ListExtensionVersions

Associated Types

type AWSResponse ListExtensionVersions #

Generic ListExtensionVersions Source # 
Instance details

Defined in Amazonka.GamesParks.ListExtensionVersions

Associated Types

type Rep ListExtensionVersions :: Type -> Type #

Read ListExtensionVersions Source # 
Instance details

Defined in Amazonka.GamesParks.ListExtensionVersions

Show ListExtensionVersions Source # 
Instance details

Defined in Amazonka.GamesParks.ListExtensionVersions

NFData ListExtensionVersions Source # 
Instance details

Defined in Amazonka.GamesParks.ListExtensionVersions

Methods

rnf :: ListExtensionVersions -> () #

Eq ListExtensionVersions Source # 
Instance details

Defined in Amazonka.GamesParks.ListExtensionVersions

Hashable ListExtensionVersions Source # 
Instance details

Defined in Amazonka.GamesParks.ListExtensionVersions

type AWSResponse ListExtensionVersions Source # 
Instance details

Defined in Amazonka.GamesParks.ListExtensionVersions

type Rep ListExtensionVersions Source # 
Instance details

Defined in Amazonka.GamesParks.ListExtensionVersions

type Rep ListExtensionVersions = D1 ('MetaData "ListExtensionVersions" "Amazonka.GamesParks.ListExtensionVersions" "amazonka-gamesparks-2.0-Lk18zLarGCU67rMOwLlDG5" 'False) (C1 ('MetaCons "ListExtensionVersions'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "maxResults") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Natural)) :*: S1 ('MetaSel ('Just "nextToken") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))) :*: (S1 ('MetaSel ('Just "name") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "namespace") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text))))

newListExtensionVersions Source #

Create a value of ListExtensionVersions 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:maxResults:ListExtensionVersions', listExtensionVersions_maxResults - The maximum number of results to return.

Use this parameter with NextToken to get results as a set of sequential pages.

ListExtensionVersions, listExtensionVersions_nextToken - The token that indicates the start of the next sequential page of results.

Use the token that is returned with a previous call to this operation. To start at the beginning of the result set, do not specify a value.

ListExtensionVersions, listExtensionVersions_name - The name of the extension.

ListExtensionVersions, listExtensionVersions_namespace - The namespace (qualifier) of the extension.

Request Lenses

listExtensionVersions_maxResults :: Lens' ListExtensionVersions (Maybe Natural) Source #

The maximum number of results to return.

Use this parameter with NextToken to get results as a set of sequential pages.

listExtensionVersions_nextToken :: Lens' ListExtensionVersions (Maybe Text) Source #

The token that indicates the start of the next sequential page of results.

Use the token that is returned with a previous call to this operation. To start at the beginning of the result set, do not specify a value.

listExtensionVersions_namespace :: Lens' ListExtensionVersions Text Source #

The namespace (qualifier) of the extension.

Destructuring the Response

data ListExtensionVersionsResponse Source #

See: newListExtensionVersionsResponse smart constructor.

Constructors

ListExtensionVersionsResponse' 

Fields

Instances

Instances details
Generic ListExtensionVersionsResponse Source # 
Instance details

Defined in Amazonka.GamesParks.ListExtensionVersions

Associated Types

type Rep ListExtensionVersionsResponse :: Type -> Type #

Read ListExtensionVersionsResponse Source # 
Instance details

Defined in Amazonka.GamesParks.ListExtensionVersions

Show ListExtensionVersionsResponse Source # 
Instance details

Defined in Amazonka.GamesParks.ListExtensionVersions

NFData ListExtensionVersionsResponse Source # 
Instance details

Defined in Amazonka.GamesParks.ListExtensionVersions

Eq ListExtensionVersionsResponse Source # 
Instance details

Defined in Amazonka.GamesParks.ListExtensionVersions

type Rep ListExtensionVersionsResponse Source # 
Instance details

Defined in Amazonka.GamesParks.ListExtensionVersions

type Rep ListExtensionVersionsResponse = D1 ('MetaData "ListExtensionVersionsResponse" "Amazonka.GamesParks.ListExtensionVersions" "amazonka-gamesparks-2.0-Lk18zLarGCU67rMOwLlDG5" 'False) (C1 ('MetaCons "ListExtensionVersionsResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "extensionVersions") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [ExtensionVersionDetails])) :*: (S1 ('MetaSel ('Just "nextToken") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int))))

newListExtensionVersionsResponse Source #

Create a value of ListExtensionVersionsResponse 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:extensionVersions:ListExtensionVersionsResponse', listExtensionVersionsResponse_extensionVersions - The list of extension versions.

ListExtensionVersions, listExtensionVersionsResponse_nextToken - The token that indicates the start of the next sequential page of results.

Use this value when making the next call to this operation to continue where the last one finished.

$sel:httpStatus:ListExtensionVersionsResponse', listExtensionVersionsResponse_httpStatus - The response's http status code.

Response Lenses

listExtensionVersionsResponse_nextToken :: Lens' ListExtensionVersionsResponse (Maybe Text) Source #

The token that indicates the start of the next sequential page of results.

Use this value when making the next call to this operation to continue where the last one finished.