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

Description

Get a launch profile.

Synopsis

Creating a Request

data GetLaunchProfile Source #

See: newGetLaunchProfile smart constructor.

Constructors

GetLaunchProfile' 

Fields

Instances

Instances details
ToHeaders GetLaunchProfile Source # 
Instance details

Defined in Amazonka.Nimble.GetLaunchProfile

ToPath GetLaunchProfile Source # 
Instance details

Defined in Amazonka.Nimble.GetLaunchProfile

ToQuery GetLaunchProfile Source # 
Instance details

Defined in Amazonka.Nimble.GetLaunchProfile

AWSRequest GetLaunchProfile Source # 
Instance details

Defined in Amazonka.Nimble.GetLaunchProfile

Associated Types

type AWSResponse GetLaunchProfile #

Generic GetLaunchProfile Source # 
Instance details

Defined in Amazonka.Nimble.GetLaunchProfile

Associated Types

type Rep GetLaunchProfile :: Type -> Type #

Read GetLaunchProfile Source # 
Instance details

Defined in Amazonka.Nimble.GetLaunchProfile

Show GetLaunchProfile Source # 
Instance details

Defined in Amazonka.Nimble.GetLaunchProfile

NFData GetLaunchProfile Source # 
Instance details

Defined in Amazonka.Nimble.GetLaunchProfile

Methods

rnf :: GetLaunchProfile -> () #

Eq GetLaunchProfile Source # 
Instance details

Defined in Amazonka.Nimble.GetLaunchProfile

Hashable GetLaunchProfile Source # 
Instance details

Defined in Amazonka.Nimble.GetLaunchProfile

type AWSResponse GetLaunchProfile Source # 
Instance details

Defined in Amazonka.Nimble.GetLaunchProfile

type Rep GetLaunchProfile Source # 
Instance details

Defined in Amazonka.Nimble.GetLaunchProfile

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

newGetLaunchProfile Source #

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

GetLaunchProfile, getLaunchProfile_launchProfileId - The ID of the launch profile used to control access from the streaming session.

GetLaunchProfile, getLaunchProfile_studioId - The studio ID.

Request Lenses

getLaunchProfile_launchProfileId :: Lens' GetLaunchProfile Text Source #

The ID of the launch profile used to control access from the streaming session.

Destructuring the Response

data GetLaunchProfileResponse Source #

See: newGetLaunchProfileResponse smart constructor.

Constructors

GetLaunchProfileResponse' 

Fields

Instances

Instances details
Generic GetLaunchProfileResponse Source # 
Instance details

Defined in Amazonka.Nimble.GetLaunchProfile

Associated Types

type Rep GetLaunchProfileResponse :: Type -> Type #

Show GetLaunchProfileResponse Source # 
Instance details

Defined in Amazonka.Nimble.GetLaunchProfile

NFData GetLaunchProfileResponse Source # 
Instance details

Defined in Amazonka.Nimble.GetLaunchProfile

Eq GetLaunchProfileResponse Source # 
Instance details

Defined in Amazonka.Nimble.GetLaunchProfile

type Rep GetLaunchProfileResponse Source # 
Instance details

Defined in Amazonka.Nimble.GetLaunchProfile

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

newGetLaunchProfileResponse Source #

Create a value of GetLaunchProfileResponse 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:launchProfile:GetLaunchProfileResponse', getLaunchProfileResponse_launchProfile - The launch profile.

$sel:httpStatus:GetLaunchProfileResponse', getLaunchProfileResponse_httpStatus - The response's http status code.

Response Lenses