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

Description

Gets details about a specified extension version.

Synopsis

Creating a Request

data GetExtensionVersion Source #

See: newGetExtensionVersion smart constructor.

Constructors

GetExtensionVersion' 

Fields

Instances

Instances details
ToHeaders GetExtensionVersion Source # 
Instance details

Defined in Amazonka.GamesParks.GetExtensionVersion

ToPath GetExtensionVersion Source # 
Instance details

Defined in Amazonka.GamesParks.GetExtensionVersion

ToQuery GetExtensionVersion Source # 
Instance details

Defined in Amazonka.GamesParks.GetExtensionVersion

AWSRequest GetExtensionVersion Source # 
Instance details

Defined in Amazonka.GamesParks.GetExtensionVersion

Associated Types

type AWSResponse GetExtensionVersion #

Generic GetExtensionVersion Source # 
Instance details

Defined in Amazonka.GamesParks.GetExtensionVersion

Associated Types

type Rep GetExtensionVersion :: Type -> Type #

Read GetExtensionVersion Source # 
Instance details

Defined in Amazonka.GamesParks.GetExtensionVersion

Show GetExtensionVersion Source # 
Instance details

Defined in Amazonka.GamesParks.GetExtensionVersion

NFData GetExtensionVersion Source # 
Instance details

Defined in Amazonka.GamesParks.GetExtensionVersion

Methods

rnf :: GetExtensionVersion -> () #

Eq GetExtensionVersion Source # 
Instance details

Defined in Amazonka.GamesParks.GetExtensionVersion

Hashable GetExtensionVersion Source # 
Instance details

Defined in Amazonka.GamesParks.GetExtensionVersion

type AWSResponse GetExtensionVersion Source # 
Instance details

Defined in Amazonka.GamesParks.GetExtensionVersion

type Rep GetExtensionVersion Source # 
Instance details

Defined in Amazonka.GamesParks.GetExtensionVersion

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

newGetExtensionVersion Source #

Create a value of GetExtensionVersion 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:

GetExtensionVersion, getExtensionVersion_extensionVersion - The version of the extension.

GetExtensionVersion, getExtensionVersion_name - The name of the extension.

GetExtensionVersion, getExtensionVersion_namespace - The namespace (qualifier) of the extension.

Request Lenses

getExtensionVersion_namespace :: Lens' GetExtensionVersion Text Source #

The namespace (qualifier) of the extension.

Destructuring the Response

data GetExtensionVersionResponse Source #

See: newGetExtensionVersionResponse smart constructor.

Constructors

GetExtensionVersionResponse' 

Fields

Instances

Instances details
Generic GetExtensionVersionResponse Source # 
Instance details

Defined in Amazonka.GamesParks.GetExtensionVersion

Associated Types

type Rep GetExtensionVersionResponse :: Type -> Type #

Read GetExtensionVersionResponse Source # 
Instance details

Defined in Amazonka.GamesParks.GetExtensionVersion

Show GetExtensionVersionResponse Source # 
Instance details

Defined in Amazonka.GamesParks.GetExtensionVersion

NFData GetExtensionVersionResponse Source # 
Instance details

Defined in Amazonka.GamesParks.GetExtensionVersion

Eq GetExtensionVersionResponse Source # 
Instance details

Defined in Amazonka.GamesParks.GetExtensionVersion

type Rep GetExtensionVersionResponse Source # 
Instance details

Defined in Amazonka.GamesParks.GetExtensionVersion

type Rep GetExtensionVersionResponse = D1 ('MetaData "GetExtensionVersionResponse" "Amazonka.GamesParks.GetExtensionVersion" "amazonka-gamesparks-2.0-Lk18zLarGCU67rMOwLlDG5" 'False) (C1 ('MetaCons "GetExtensionVersionResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "extensionVersion") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe ExtensionVersionDetails)) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int)))

newGetExtensionVersionResponse Source #

Create a value of GetExtensionVersionResponse 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:

GetExtensionVersion, getExtensionVersionResponse_extensionVersion - The version of the extension.

$sel:httpStatus:GetExtensionVersionResponse', getExtensionVersionResponse_httpStatus - The response's http status code.

Response Lenses