libZSservicesZSamazonka-nimbleZSamazonka-nimble
Copyright(c) 2013-2021 Brendan Hay
LicenseMozilla Public License, v. 2.0.
MaintainerBrendan Hay <brendan.g.hay+amazonka@gmail.com>
Stabilityauto-generated
Portabilitynon-portable (GHC extensions)
Safe HaskellNone

Amazonka.Nimble.UpdateLaunchProfile

Description

Update a launch profile.

Synopsis

Creating a Request

data UpdateLaunchProfile Source #

The launch profile ID.

See: newUpdateLaunchProfile smart constructor.

Constructors

UpdateLaunchProfile' 

Fields

  • clientToken :: Maybe Text

    To make an idempotent API request using one of these actions, specify a client token in the request. You should not reuse the same client token for other API requests. If you retry a request that completed successfully using the same client token and the same parameters, the retry succeeds without performing any further actions. If you retry a successful request using the same client token, but one or more of the parameters are different, the retry fails with a ValidationException error.

  • launchProfileProtocolVersions :: Maybe [Text]

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

  • streamConfiguration :: Maybe StreamConfigurationCreate

    A configuration for a streaming session.

  • name :: Maybe Text

    The name for the launch profile.

  • description :: Maybe Text

    The description.

  • studioComponentIds :: Maybe (NonEmpty Text)

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

  • studioId :: Text

    The studio ID.

  • launchProfileId :: Text

    The launch profile ID.

Instances

Instances details
Eq UpdateLaunchProfile Source # 
Instance details

Defined in Amazonka.Nimble.UpdateLaunchProfile

Read UpdateLaunchProfile Source # 
Instance details

Defined in Amazonka.Nimble.UpdateLaunchProfile

Show UpdateLaunchProfile Source # 
Instance details

Defined in Amazonka.Nimble.UpdateLaunchProfile

Generic UpdateLaunchProfile Source # 
Instance details

Defined in Amazonka.Nimble.UpdateLaunchProfile

Associated Types

type Rep UpdateLaunchProfile :: Type -> Type #

NFData UpdateLaunchProfile Source # 
Instance details

Defined in Amazonka.Nimble.UpdateLaunchProfile

Methods

rnf :: UpdateLaunchProfile -> () #

Hashable UpdateLaunchProfile Source # 
Instance details

Defined in Amazonka.Nimble.UpdateLaunchProfile

ToJSON UpdateLaunchProfile Source # 
Instance details

Defined in Amazonka.Nimble.UpdateLaunchProfile

AWSRequest UpdateLaunchProfile Source # 
Instance details

Defined in Amazonka.Nimble.UpdateLaunchProfile

Associated Types

type AWSResponse 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

type Rep UpdateLaunchProfile Source # 
Instance details

Defined in Amazonka.Nimble.UpdateLaunchProfile

type Rep UpdateLaunchProfile = D1 ('MetaData "UpdateLaunchProfile" "Amazonka.Nimble.UpdateLaunchProfile" "libZSservicesZSamazonka-nimbleZSamazonka-nimble" 'False) (C1 ('MetaCons "UpdateLaunchProfile'" 'PrefixI 'True) (((S1 ('MetaSel ('Just "clientToken") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "launchProfileProtocolVersions") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [Text]))) :*: (S1 ('MetaSel ('Just "streamConfiguration") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe StreamConfigurationCreate)) :*: S1 ('MetaSel ('Just "name") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)))) :*: ((S1 ('MetaSel ('Just "description") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "studioComponentIds") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe (NonEmpty Text)))) :*: (S1 ('MetaSel ('Just "studioId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "launchProfileId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))))
type AWSResponse UpdateLaunchProfile Source # 
Instance details

Defined in Amazonka.Nimble.UpdateLaunchProfile

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 - To make an idempotent API request using one of these actions, specify a client token in the request. You should not reuse the same client token for other API requests. If you retry a request that completed successfully using the same client token and the same parameters, the retry succeeds without performing any further actions. If you retry a successful request using the same client token, but one or more of the parameters are different, the retry fails with a ValidationException error.

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

$sel:streamConfiguration:UpdateLaunchProfile', updateLaunchProfile_streamConfiguration - A configuration for a streaming session.

$sel:name:UpdateLaunchProfile', updateLaunchProfile_name - The name for the launch profile.

$sel:description:UpdateLaunchProfile', updateLaunchProfile_description - The description.

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

$sel:studioId:UpdateLaunchProfile', updateLaunchProfile_studioId - The studio ID.

$sel:launchProfileId:UpdateLaunchProfile', updateLaunchProfile_launchProfileId - The launch profile ID.

Request Lenses

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

To make an idempotent API request using one of these actions, specify a client token in the request. You should not reuse the same client token for other API requests. If you retry a request that completed successfully using the same client token and the same parameters, the retry succeeds without performing any further actions. If you retry a successful request using the same client token, but one or more of the parameters are different, the retry fails with a ValidationException error.

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.

Destructuring the Response

data UpdateLaunchProfileResponse Source #

See: newUpdateLaunchProfileResponse smart constructor.

Constructors

UpdateLaunchProfileResponse' 

Fields

Instances

Instances details
Eq UpdateLaunchProfileResponse Source # 
Instance details

Defined in Amazonka.Nimble.UpdateLaunchProfile

Read UpdateLaunchProfileResponse Source # 
Instance details

Defined in Amazonka.Nimble.UpdateLaunchProfile

Show UpdateLaunchProfileResponse Source # 
Instance details

Defined in Amazonka.Nimble.UpdateLaunchProfile

Generic UpdateLaunchProfileResponse Source # 
Instance details

Defined in Amazonka.Nimble.UpdateLaunchProfile

Associated Types

type Rep UpdateLaunchProfileResponse :: Type -> Type #

NFData 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" "libZSservicesZSamazonka-nimbleZSamazonka-nimble" '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