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

Description

Transitions sessions from the STOPPED state into the READY state. The START_IN_PROGRESS state is the intermediate state between the STOPPED and READY states.

Synopsis

Creating a Request

data StartStreamingSession Source #

See: newStartStreamingSession smart constructor.

Constructors

StartStreamingSession' 

Fields

  • backupId :: Maybe Text

    The ID of the backup.

  • clientToken :: Maybe Text

    Unique, case-sensitive identifier that you provide to ensure the idempotency of the request. If you don’t specify a client token, the Amazon Web Services SDK automatically generates a client token and uses it for the request to ensure idempotency.

  • sessionId :: Text

    The streaming session ID for the StartStreamingSessionRequest.

  • studioId :: Text

    The studio ID for the StartStreamingSessionRequest.

Instances

Instances details
ToJSON StartStreamingSession Source # 
Instance details

Defined in Amazonka.Nimble.StartStreamingSession

ToHeaders StartStreamingSession Source # 
Instance details

Defined in Amazonka.Nimble.StartStreamingSession

ToPath StartStreamingSession Source # 
Instance details

Defined in Amazonka.Nimble.StartStreamingSession

ToQuery StartStreamingSession Source # 
Instance details

Defined in Amazonka.Nimble.StartStreamingSession

AWSRequest StartStreamingSession Source # 
Instance details

Defined in Amazonka.Nimble.StartStreamingSession

Associated Types

type AWSResponse StartStreamingSession #

Generic StartStreamingSession Source # 
Instance details

Defined in Amazonka.Nimble.StartStreamingSession

Associated Types

type Rep StartStreamingSession :: Type -> Type #

Read StartStreamingSession Source # 
Instance details

Defined in Amazonka.Nimble.StartStreamingSession

Show StartStreamingSession Source # 
Instance details

Defined in Amazonka.Nimble.StartStreamingSession

NFData StartStreamingSession Source # 
Instance details

Defined in Amazonka.Nimble.StartStreamingSession

Methods

rnf :: StartStreamingSession -> () #

Eq StartStreamingSession Source # 
Instance details

Defined in Amazonka.Nimble.StartStreamingSession

Hashable StartStreamingSession Source # 
Instance details

Defined in Amazonka.Nimble.StartStreamingSession

type AWSResponse StartStreamingSession Source # 
Instance details

Defined in Amazonka.Nimble.StartStreamingSession

type Rep StartStreamingSession Source # 
Instance details

Defined in Amazonka.Nimble.StartStreamingSession

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

newStartStreamingSession Source #

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

StartStreamingSession, startStreamingSession_backupId - The ID of the backup.

$sel:clientToken:StartStreamingSession', startStreamingSession_clientToken - Unique, case-sensitive identifier that you provide to ensure the idempotency of the request. If you don’t specify a client token, the Amazon Web Services SDK automatically generates a client token and uses it for the request to ensure idempotency.

StartStreamingSession, startStreamingSession_sessionId - The streaming session ID for the StartStreamingSessionRequest.

StartStreamingSession, startStreamingSession_studioId - The studio ID for the StartStreamingSessionRequest.

Request Lenses

startStreamingSession_clientToken :: Lens' StartStreamingSession (Maybe Text) Source #

Unique, case-sensitive identifier that you provide to ensure the idempotency of the request. If you don’t specify a client token, the Amazon Web Services SDK automatically generates a client token and uses it for the request to ensure idempotency.

startStreamingSession_sessionId :: Lens' StartStreamingSession Text Source #

The streaming session ID for the StartStreamingSessionRequest.

startStreamingSession_studioId :: Lens' StartStreamingSession Text Source #

The studio ID for the StartStreamingSessionRequest.

Destructuring the Response

data StartStreamingSessionResponse Source #

See: newStartStreamingSessionResponse smart constructor.

Constructors

StartStreamingSessionResponse' 

Fields

Instances

Instances details
Generic StartStreamingSessionResponse Source # 
Instance details

Defined in Amazonka.Nimble.StartStreamingSession

Associated Types

type Rep StartStreamingSessionResponse :: Type -> Type #

Read StartStreamingSessionResponse Source # 
Instance details

Defined in Amazonka.Nimble.StartStreamingSession

Show StartStreamingSessionResponse Source # 
Instance details

Defined in Amazonka.Nimble.StartStreamingSession

NFData StartStreamingSessionResponse Source # 
Instance details

Defined in Amazonka.Nimble.StartStreamingSession

Eq StartStreamingSessionResponse Source # 
Instance details

Defined in Amazonka.Nimble.StartStreamingSession

type Rep StartStreamingSessionResponse Source # 
Instance details

Defined in Amazonka.Nimble.StartStreamingSession

type Rep StartStreamingSessionResponse = D1 ('MetaData "StartStreamingSessionResponse" "Amazonka.Nimble.StartStreamingSession" "amazonka-nimble-2.0-GaSxVwPXmRh7tifR7EIdTs" 'False) (C1 ('MetaCons "StartStreamingSessionResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "session") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe StreamingSession)) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int)))

newStartStreamingSessionResponse Source #

Create a value of StartStreamingSessionResponse 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:session:StartStreamingSessionResponse', startStreamingSessionResponse_session - Undocumented member.

$sel:httpStatus:StartStreamingSessionResponse', startStreamingSessionResponse_httpStatus - The response's http status code.

Response Lenses