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

Description

Update a launch profile.

Synopsis

Creating a Request

data UpdateLaunchProfile Source #

See: newUpdateLaunchProfile smart constructor.

Constructors

UpdateLaunchProfile' 

Fields

Instances

Instances details
ToJSON UpdateLaunchProfile Source # 
Instance details

Defined in Amazonka.Nimble.UpdateLaunchProfile

ToHeaders UpdateLaunchProfile Source # 
Instance details

Defined in Amazonka.Nimble.UpdateLaunchProfile

ToPath UpdateLaunchProfile Source # 
Instance details

Defined in Amazonka.Nimble.UpdateLaunchProfile

ToQuery UpdateLaunchProfile Source # 
Instance details

Defined in Amazonka.Nimble.UpdateLaunchProfile

AWSRequest UpdateLaunchProfile Source # 
Instance details

Defined in Amazonka.Nimble.UpdateLaunchProfile

Associated Types

type AWSResponse UpdateLaunchProfile #

Generic UpdateLaunchProfile Source # 
Instance details

Defined in Amazonka.Nimble.UpdateLaunchProfile

Associated Types

type Rep UpdateLaunchProfile :: Type -> Type #

Show UpdateLaunchProfile Source # 
Instance details

Defined in Amazonka.Nimble.UpdateLaunchProfile

NFData UpdateLaunchProfile Source # 
Instance details

Defined in Amazonka.Nimble.UpdateLaunchProfile

Methods

rnf :: UpdateLaunchProfile -> () #

Eq UpdateLaunchProfile Source # 
Instance details

Defined in Amazonka.Nimble.UpdateLaunchProfile

Hashable UpdateLaunchProfile Source # 
Instance details

Defined in Amazonka.Nimble.UpdateLaunchProfile

type AWSResponse UpdateLaunchProfile Source # 
Instance details

Defined in Amazonka.Nimble.UpdateLaunchProfile

type Rep UpdateLaunchProfile Source # 
Instance details

Defined in Amazonka.Nimble.UpdateLaunchProfile

type Rep UpdateLaunchProfile = D1 ('MetaData "UpdateLaunchProfile" "Amazonka.Nimble.UpdateLaunchProfile" "amazonka-nimble-2.0-GaSxVwPXmRh7tifR7EIdTs" 'False) (C1 ('MetaCons "UpdateLaunchProfile'" 'PrefixI 'True) (((S1 ('MetaSel ('Just "clientToken") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "description") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe (Sensitive Text)))) :*: (S1 ('MetaSel ('Just "launchProfileProtocolVersions") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [Text])) :*: S1 ('MetaSel ('Just "name") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe (Sensitive Text))))) :*: ((S1 ('MetaSel ('Just "streamConfiguration") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe StreamConfigurationCreate)) :*: S1 ('MetaSel ('Just "studioComponentIds") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe (NonEmpty Text)))) :*: (S1 ('MetaSel ('Just "launchProfileId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "studioId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))))

newUpdateLaunchProfile Source #

Create a value of UpdateLaunchProfile 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:clientToken:UpdateLaunchProfile', updateLaunchProfile_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.

UpdateLaunchProfile, updateLaunchProfile_description - The description.

UpdateLaunchProfile, updateLaunchProfile_launchProfileProtocolVersions - The version number of the protocol that is used by the launch profile. The only valid version is "2021-03-31".

UpdateLaunchProfile, updateLaunchProfile_name - The name for the launch profile.

UpdateLaunchProfile, updateLaunchProfile_streamConfiguration - A configuration for a streaming session.

UpdateLaunchProfile, updateLaunchProfile_studioComponentIds - Unique identifiers for a collection of studio components that can be used with this launch profile.

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

UpdateLaunchProfile, updateLaunchProfile_studioId - The studio ID.

Request Lenses

updateLaunchProfile_clientToken :: Lens' UpdateLaunchProfile (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.

updateLaunchProfile_launchProfileProtocolVersions :: Lens' UpdateLaunchProfile (Maybe [Text]) Source #

The version number of the protocol that is used by the launch profile. The only valid version is "2021-03-31".

updateLaunchProfile_name :: Lens' UpdateLaunchProfile (Maybe Text) Source #

The name for the launch profile.

updateLaunchProfile_studioComponentIds :: Lens' UpdateLaunchProfile (Maybe (NonEmpty Text)) Source #

Unique identifiers for a collection of studio components that can be used with this launch profile.

updateLaunchProfile_launchProfileId :: Lens' UpdateLaunchProfile Text Source #

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

Destructuring the Response

data UpdateLaunchProfileResponse Source #

See: newUpdateLaunchProfileResponse smart constructor.

Constructors

UpdateLaunchProfileResponse' 

Fields

Instances

Instances details
Generic UpdateLaunchProfileResponse Source # 
Instance details

Defined in Amazonka.Nimble.UpdateLaunchProfile

Associated Types

type Rep UpdateLaunchProfileResponse :: Type -> Type #

Show UpdateLaunchProfileResponse Source # 
Instance details

Defined in Amazonka.Nimble.UpdateLaunchProfile

NFData UpdateLaunchProfileResponse Source # 
Instance details

Defined in Amazonka.Nimble.UpdateLaunchProfile

Eq UpdateLaunchProfileResponse Source # 
Instance details

Defined in Amazonka.Nimble.UpdateLaunchProfile

type Rep UpdateLaunchProfileResponse Source # 
Instance details

Defined in Amazonka.Nimble.UpdateLaunchProfile

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

newUpdateLaunchProfileResponse Source #

Create a value of UpdateLaunchProfileResponse 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:UpdateLaunchProfileResponse', updateLaunchProfileResponse_launchProfile - The launch profile.

$sel:httpStatus:UpdateLaunchProfileResponse', updateLaunchProfileResponse_httpStatus - The response's http status code.

Response Lenses