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

Description

Creates a snapshot of the game configuration.

Synopsis

Creating a Request

data CreateSnapshot Source #

See: newCreateSnapshot smart constructor.

Constructors

CreateSnapshot' 

Fields

Instances

Instances details
ToJSON CreateSnapshot Source # 
Instance details

Defined in Amazonka.GamesParks.CreateSnapshot

ToHeaders CreateSnapshot Source # 
Instance details

Defined in Amazonka.GamesParks.CreateSnapshot

ToPath CreateSnapshot Source # 
Instance details

Defined in Amazonka.GamesParks.CreateSnapshot

ToQuery CreateSnapshot Source # 
Instance details

Defined in Amazonka.GamesParks.CreateSnapshot

AWSRequest CreateSnapshot Source # 
Instance details

Defined in Amazonka.GamesParks.CreateSnapshot

Associated Types

type AWSResponse CreateSnapshot #

Generic CreateSnapshot Source # 
Instance details

Defined in Amazonka.GamesParks.CreateSnapshot

Associated Types

type Rep CreateSnapshot :: Type -> Type #

Read CreateSnapshot Source # 
Instance details

Defined in Amazonka.GamesParks.CreateSnapshot

Show CreateSnapshot Source # 
Instance details

Defined in Amazonka.GamesParks.CreateSnapshot

NFData CreateSnapshot Source # 
Instance details

Defined in Amazonka.GamesParks.CreateSnapshot

Methods

rnf :: CreateSnapshot -> () #

Eq CreateSnapshot Source # 
Instance details

Defined in Amazonka.GamesParks.CreateSnapshot

Hashable CreateSnapshot Source # 
Instance details

Defined in Amazonka.GamesParks.CreateSnapshot

type AWSResponse CreateSnapshot Source # 
Instance details

Defined in Amazonka.GamesParks.CreateSnapshot

type Rep CreateSnapshot Source # 
Instance details

Defined in Amazonka.GamesParks.CreateSnapshot

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

newCreateSnapshot Source #

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

CreateSnapshot, createSnapshot_description - The description of the snapshot.

$sel:gameName:CreateSnapshot', createSnapshot_gameName - The name of the game.

Request Lenses

createSnapshot_description :: Lens' CreateSnapshot (Maybe Text) Source #

The description of the snapshot.

Destructuring the Response

data CreateSnapshotResponse Source #

See: newCreateSnapshotResponse smart constructor.

Constructors

CreateSnapshotResponse' 

Fields

Instances

Instances details
Generic CreateSnapshotResponse Source # 
Instance details

Defined in Amazonka.GamesParks.CreateSnapshot

Associated Types

type Rep CreateSnapshotResponse :: Type -> Type #

Read CreateSnapshotResponse Source # 
Instance details

Defined in Amazonka.GamesParks.CreateSnapshot

Show CreateSnapshotResponse Source # 
Instance details

Defined in Amazonka.GamesParks.CreateSnapshot

NFData CreateSnapshotResponse Source # 
Instance details

Defined in Amazonka.GamesParks.CreateSnapshot

Methods

rnf :: CreateSnapshotResponse -> () #

Eq CreateSnapshotResponse Source # 
Instance details

Defined in Amazonka.GamesParks.CreateSnapshot

type Rep CreateSnapshotResponse Source # 
Instance details

Defined in Amazonka.GamesParks.CreateSnapshot

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

newCreateSnapshotResponse Source #

Create a value of CreateSnapshotResponse 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:snapshot:CreateSnapshotResponse', createSnapshotResponse_snapshot - Properties that provide details of the created snapshot.

$sel:httpStatus:CreateSnapshotResponse', createSnapshotResponse_httpStatus - The response's http status code.

Response Lenses

createSnapshotResponse_snapshot :: Lens' CreateSnapshotResponse (Maybe SnapshotDetails) Source #

Properties that provide details of the created snapshot.