amazonka-nimble-2.0: Amazon NimbleStudio 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.Nimble.ListStreamingSessionBackups

Description

Lists the backups of a streaming session in a studio.

This operation returns paginated results.

Synopsis

Creating a Request

data ListStreamingSessionBackups Source #

See: newListStreamingSessionBackups smart constructor.

Constructors

ListStreamingSessionBackups' 

Fields

Instances

Instances details
ToHeaders ListStreamingSessionBackups Source # 
Instance details

Defined in Amazonka.Nimble.ListStreamingSessionBackups

ToPath ListStreamingSessionBackups Source # 
Instance details

Defined in Amazonka.Nimble.ListStreamingSessionBackups

ToQuery ListStreamingSessionBackups Source # 
Instance details

Defined in Amazonka.Nimble.ListStreamingSessionBackups

AWSPager ListStreamingSessionBackups Source # 
Instance details

Defined in Amazonka.Nimble.ListStreamingSessionBackups

AWSRequest ListStreamingSessionBackups Source # 
Instance details

Defined in Amazonka.Nimble.ListStreamingSessionBackups

Generic ListStreamingSessionBackups Source # 
Instance details

Defined in Amazonka.Nimble.ListStreamingSessionBackups

Associated Types

type Rep ListStreamingSessionBackups :: Type -> Type #

Read ListStreamingSessionBackups Source # 
Instance details

Defined in Amazonka.Nimble.ListStreamingSessionBackups

Show ListStreamingSessionBackups Source # 
Instance details

Defined in Amazonka.Nimble.ListStreamingSessionBackups

NFData ListStreamingSessionBackups Source # 
Instance details

Defined in Amazonka.Nimble.ListStreamingSessionBackups

Eq ListStreamingSessionBackups Source # 
Instance details

Defined in Amazonka.Nimble.ListStreamingSessionBackups

Hashable ListStreamingSessionBackups Source # 
Instance details

Defined in Amazonka.Nimble.ListStreamingSessionBackups

type AWSResponse ListStreamingSessionBackups Source # 
Instance details

Defined in Amazonka.Nimble.ListStreamingSessionBackups

type Rep ListStreamingSessionBackups Source # 
Instance details

Defined in Amazonka.Nimble.ListStreamingSessionBackups

type Rep ListStreamingSessionBackups = D1 ('MetaData "ListStreamingSessionBackups" "Amazonka.Nimble.ListStreamingSessionBackups" "amazonka-nimble-2.0-GaSxVwPXmRh7tifR7EIdTs" 'False) (C1 ('MetaCons "ListStreamingSessionBackups'" 'PrefixI 'True) (S1 ('MetaSel ('Just "nextToken") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "ownedBy") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "studioId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text))))

newListStreamingSessionBackups Source #

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

ListStreamingSessionBackups, listStreamingSessionBackups_nextToken - The token for the next set of results, or null if there are no more results.

ListStreamingSessionBackups, listStreamingSessionBackups_ownedBy - The user ID of the user that owns the streaming session.

ListStreamingSessionBackups, listStreamingSessionBackups_studioId - The studio ID.

Request Lenses

listStreamingSessionBackups_nextToken :: Lens' ListStreamingSessionBackups (Maybe Text) Source #

The token for the next set of results, or null if there are no more results.

listStreamingSessionBackups_ownedBy :: Lens' ListStreamingSessionBackups (Maybe Text) Source #

The user ID of the user that owns the streaming session.

Destructuring the Response

data ListStreamingSessionBackupsResponse Source #

Constructors

ListStreamingSessionBackupsResponse' 

Fields

Instances

Instances details
Generic ListStreamingSessionBackupsResponse Source # 
Instance details

Defined in Amazonka.Nimble.ListStreamingSessionBackups

Read ListStreamingSessionBackupsResponse Source # 
Instance details

Defined in Amazonka.Nimble.ListStreamingSessionBackups

Show ListStreamingSessionBackupsResponse Source # 
Instance details

Defined in Amazonka.Nimble.ListStreamingSessionBackups

NFData ListStreamingSessionBackupsResponse Source # 
Instance details

Defined in Amazonka.Nimble.ListStreamingSessionBackups

Eq ListStreamingSessionBackupsResponse Source # 
Instance details

Defined in Amazonka.Nimble.ListStreamingSessionBackups

type Rep ListStreamingSessionBackupsResponse Source # 
Instance details

Defined in Amazonka.Nimble.ListStreamingSessionBackups

type Rep ListStreamingSessionBackupsResponse = D1 ('MetaData "ListStreamingSessionBackupsResponse" "Amazonka.Nimble.ListStreamingSessionBackups" "amazonka-nimble-2.0-GaSxVwPXmRh7tifR7EIdTs" 'False) (C1 ('MetaCons "ListStreamingSessionBackupsResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "nextToken") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "streamingSessionBackups") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [StreamingSessionBackup])) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int))))

newListStreamingSessionBackupsResponse Source #

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

ListStreamingSessionBackups, listStreamingSessionBackupsResponse_nextToken - The token for the next set of results, or null if there are no more results.

$sel:streamingSessionBackups:ListStreamingSessionBackupsResponse', listStreamingSessionBackupsResponse_streamingSessionBackups - Information about the streaming session backups.

$sel:httpStatus:ListStreamingSessionBackupsResponse', listStreamingSessionBackupsResponse_httpStatus - The response's http status code.

Response Lenses

listStreamingSessionBackupsResponse_nextToken :: Lens' ListStreamingSessionBackupsResponse (Maybe Text) Source #

The token for the next set of results, or null if there are no more results.