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

Description

Permanently delete a launch profile.

Synopsis

Creating a Request

data DeleteLaunchProfile Source #

See: newDeleteLaunchProfile smart constructor.

Constructors

DeleteLaunchProfile' 

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.

  • studioId :: Text

    The studio ID.

  • launchProfileId :: Text

    The launch profile ID.

Instances

Instances details
Eq DeleteLaunchProfile Source # 
Instance details

Defined in Amazonka.Nimble.DeleteLaunchProfile

Read DeleteLaunchProfile Source # 
Instance details

Defined in Amazonka.Nimble.DeleteLaunchProfile

Show DeleteLaunchProfile Source # 
Instance details

Defined in Amazonka.Nimble.DeleteLaunchProfile

Generic DeleteLaunchProfile Source # 
Instance details

Defined in Amazonka.Nimble.DeleteLaunchProfile

Associated Types

type Rep DeleteLaunchProfile :: Type -> Type #

NFData DeleteLaunchProfile Source # 
Instance details

Defined in Amazonka.Nimble.DeleteLaunchProfile

Methods

rnf :: DeleteLaunchProfile -> () #

Hashable DeleteLaunchProfile Source # 
Instance details

Defined in Amazonka.Nimble.DeleteLaunchProfile

AWSRequest DeleteLaunchProfile Source # 
Instance details

Defined in Amazonka.Nimble.DeleteLaunchProfile

Associated Types

type AWSResponse DeleteLaunchProfile #

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

type Rep DeleteLaunchProfile Source # 
Instance details

Defined in Amazonka.Nimble.DeleteLaunchProfile

type Rep DeleteLaunchProfile = D1 ('MetaData "DeleteLaunchProfile" "Amazonka.Nimble.DeleteLaunchProfile" "libZSservicesZSamazonka-nimbleZSamazonka-nimble" 'False) (C1 ('MetaCons "DeleteLaunchProfile'" 'PrefixI 'True) (S1 ('MetaSel ('Just "clientToken") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "studioId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "launchProfileId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text))))
type AWSResponse DeleteLaunchProfile Source # 
Instance details

Defined in Amazonka.Nimble.DeleteLaunchProfile

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 - 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:studioId:DeleteLaunchProfile', deleteLaunchProfile_studioId - The studio ID.

$sel:launchProfileId:DeleteLaunchProfile', deleteLaunchProfile_launchProfileId - The launch profile ID.

Request Lenses

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

Destructuring the Response

data DeleteLaunchProfileResponse Source #

See: newDeleteLaunchProfileResponse smart constructor.

Constructors

DeleteLaunchProfileResponse' 

Fields

Instances

Instances details
Eq DeleteLaunchProfileResponse Source # 
Instance details

Defined in Amazonka.Nimble.DeleteLaunchProfile

Read DeleteLaunchProfileResponse Source # 
Instance details

Defined in Amazonka.Nimble.DeleteLaunchProfile

Show DeleteLaunchProfileResponse Source # 
Instance details

Defined in Amazonka.Nimble.DeleteLaunchProfile

Generic DeleteLaunchProfileResponse Source # 
Instance details

Defined in Amazonka.Nimble.DeleteLaunchProfile

Associated Types

type Rep DeleteLaunchProfileResponse :: Type -> Type #

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