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

Description

Gets a paginated list of code generation jobs for a snapshot.

This operation returns paginated results.

Synopsis

Creating a Request

data ListGeneratedCodeJobs Source #

See: newListGeneratedCodeJobs smart constructor.

Constructors

ListGeneratedCodeJobs' 

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.

  • gameName :: Text

    The name of the game.

  • snapshotId :: Text

    The identifier of the snapshot.

Instances

Instances details
ToHeaders ListGeneratedCodeJobs Source # 
Instance details

Defined in Amazonka.GamesParks.ListGeneratedCodeJobs

ToPath ListGeneratedCodeJobs Source # 
Instance details

Defined in Amazonka.GamesParks.ListGeneratedCodeJobs

ToQuery ListGeneratedCodeJobs Source # 
Instance details

Defined in Amazonka.GamesParks.ListGeneratedCodeJobs

AWSPager ListGeneratedCodeJobs Source # 
Instance details

Defined in Amazonka.GamesParks.ListGeneratedCodeJobs

AWSRequest ListGeneratedCodeJobs Source # 
Instance details

Defined in Amazonka.GamesParks.ListGeneratedCodeJobs

Associated Types

type AWSResponse ListGeneratedCodeJobs #

Generic ListGeneratedCodeJobs Source # 
Instance details

Defined in Amazonka.GamesParks.ListGeneratedCodeJobs

Associated Types

type Rep ListGeneratedCodeJobs :: Type -> Type #

Read ListGeneratedCodeJobs Source # 
Instance details

Defined in Amazonka.GamesParks.ListGeneratedCodeJobs

Show ListGeneratedCodeJobs Source # 
Instance details

Defined in Amazonka.GamesParks.ListGeneratedCodeJobs

NFData ListGeneratedCodeJobs Source # 
Instance details

Defined in Amazonka.GamesParks.ListGeneratedCodeJobs

Methods

rnf :: ListGeneratedCodeJobs -> () #

Eq ListGeneratedCodeJobs Source # 
Instance details

Defined in Amazonka.GamesParks.ListGeneratedCodeJobs

Hashable ListGeneratedCodeJobs Source # 
Instance details

Defined in Amazonka.GamesParks.ListGeneratedCodeJobs

type AWSResponse ListGeneratedCodeJobs Source # 
Instance details

Defined in Amazonka.GamesParks.ListGeneratedCodeJobs

type Rep ListGeneratedCodeJobs Source # 
Instance details

Defined in Amazonka.GamesParks.ListGeneratedCodeJobs

type Rep ListGeneratedCodeJobs = D1 ('MetaData "ListGeneratedCodeJobs" "Amazonka.GamesParks.ListGeneratedCodeJobs" "amazonka-gamesparks-2.0-Lk18zLarGCU67rMOwLlDG5" 'False) (C1 ('MetaCons "ListGeneratedCodeJobs'" '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 "gameName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "snapshotId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text))))

newListGeneratedCodeJobs Source #

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

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

ListGeneratedCodeJobs, listGeneratedCodeJobs_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.

$sel:gameName:ListGeneratedCodeJobs', listGeneratedCodeJobs_gameName - The name of the game.

ListGeneratedCodeJobs, listGeneratedCodeJobs_snapshotId - The identifier of the snapshot.

Request Lenses

listGeneratedCodeJobs_maxResults :: Lens' ListGeneratedCodeJobs (Maybe Natural) Source #

The maximum number of results to return.

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

listGeneratedCodeJobs_nextToken :: Lens' ListGeneratedCodeJobs (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.

Destructuring the Response

data ListGeneratedCodeJobsResponse Source #

See: newListGeneratedCodeJobsResponse smart constructor.

Constructors

ListGeneratedCodeJobsResponse' 

Fields

Instances

Instances details
Generic ListGeneratedCodeJobsResponse Source # 
Instance details

Defined in Amazonka.GamesParks.ListGeneratedCodeJobs

Associated Types

type Rep ListGeneratedCodeJobsResponse :: Type -> Type #

Read ListGeneratedCodeJobsResponse Source # 
Instance details

Defined in Amazonka.GamesParks.ListGeneratedCodeJobs

Show ListGeneratedCodeJobsResponse Source # 
Instance details

Defined in Amazonka.GamesParks.ListGeneratedCodeJobs

NFData ListGeneratedCodeJobsResponse Source # 
Instance details

Defined in Amazonka.GamesParks.ListGeneratedCodeJobs

Eq ListGeneratedCodeJobsResponse Source # 
Instance details

Defined in Amazonka.GamesParks.ListGeneratedCodeJobs

type Rep ListGeneratedCodeJobsResponse Source # 
Instance details

Defined in Amazonka.GamesParks.ListGeneratedCodeJobs

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

newListGeneratedCodeJobsResponse Source #

Create a value of ListGeneratedCodeJobsResponse 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:generatedCodeJobs:ListGeneratedCodeJobsResponse', listGeneratedCodeJobsResponse_generatedCodeJobs - The list of generated code jobs.

ListGeneratedCodeJobs, listGeneratedCodeJobsResponse_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:ListGeneratedCodeJobsResponse', listGeneratedCodeJobsResponse_httpStatus - The response's http status code.

Response Lenses

listGeneratedCodeJobsResponse_nextToken :: Lens' ListGeneratedCodeJobsResponse (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.