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

Description

Permanently delete a launch profile.

Synopsis

Creating a Request

data DeleteLaunchProfile Source #

See: newDeleteLaunchProfile smart constructor.

Constructors

DeleteLaunchProfile' 

Fields

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

  • launchProfileId :: Text

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

  • studioId :: Text

    The studio ID.

Instances

Instances details
ToHeaders DeleteLaunchProfile Source # 
Instance details

Defined in Amazonka.Nimble.DeleteLaunchProfile

ToPath DeleteLaunchProfile Source # 
Instance details

Defined in Amazonka.Nimble.DeleteLaunchProfile

ToQuery DeleteLaunchProfile Source # 
Instance details

Defined in Amazonka.Nimble.DeleteLaunchProfile

AWSRequest DeleteLaunchProfile Source # 
Instance details

Defined in Amazonka.Nimble.DeleteLaunchProfile

Associated Types

type AWSResponse DeleteLaunchProfile #

Generic DeleteLaunchProfile Source # 
Instance details

Defined in Amazonka.Nimble.DeleteLaunchProfile

Associated Types

type Rep DeleteLaunchProfile :: Type -> Type #

Read DeleteLaunchProfile Source # 
Instance details

Defined in Amazonka.Nimble.DeleteLaunchProfile

Show DeleteLaunchProfile Source # 
Instance details

Defined in Amazonka.Nimble.DeleteLaunchProfile

NFData DeleteLaunchProfile Source # 
Instance details

Defined in Amazonka.Nimble.DeleteLaunchProfile

Methods

rnf :: DeleteLaunchProfile -> () #

Eq DeleteLaunchProfile Source # 
Instance details

Defined in Amazonka.Nimble.DeleteLaunchProfile

Hashable DeleteLaunchProfile Source # 
Instance details

Defined in Amazonka.Nimble.DeleteLaunchProfile

type AWSResponse DeleteLaunchProfile Source # 
Instance details

Defined in Amazonka.Nimble.DeleteLaunchProfile

type Rep DeleteLaunchProfile Source # 
Instance details

Defined in Amazonka.Nimble.DeleteLaunchProfile

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

newDeleteLaunchProfile Source #

Create a value of DeleteLaunchProfile 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:DeleteLaunchProfile', deleteLaunchProfile_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.

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

DeleteLaunchProfile, deleteLaunchProfile_studioId - The studio ID.

Request Lenses

deleteLaunchProfile_clientToken :: Lens' DeleteLaunchProfile (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.

deleteLaunchProfile_launchProfileId :: Lens' DeleteLaunchProfile Text Source #

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

Destructuring the Response

data DeleteLaunchProfileResponse Source #

See: newDeleteLaunchProfileResponse smart constructor.

Constructors

DeleteLaunchProfileResponse' 

Fields

Instances

Instances details
Generic DeleteLaunchProfileResponse Source # 
Instance details

Defined in Amazonka.Nimble.DeleteLaunchProfile

Associated Types

type Rep DeleteLaunchProfileResponse :: Type -> Type #

Show DeleteLaunchProfileResponse Source # 
Instance details

Defined in Amazonka.Nimble.DeleteLaunchProfile

NFData DeleteLaunchProfileResponse Source # 
Instance details

Defined in Amazonka.Nimble.DeleteLaunchProfile

Eq DeleteLaunchProfileResponse Source # 
Instance details

Defined in Amazonka.Nimble.DeleteLaunchProfile

type Rep DeleteLaunchProfileResponse Source # 
Instance details

Defined in Amazonka.Nimble.DeleteLaunchProfile

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

newDeleteLaunchProfileResponse Source #

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

$sel:httpStatus:DeleteLaunchProfileResponse', deleteLaunchProfileResponse_httpStatus - The response's http status code.

Response Lenses