libZSservicesZSamazonka-elastictranscoderZSamazonka-elastictranscoder
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.ElasticTranscoder.DeletePreset

Description

The DeletePreset operation removes a preset that you've added in an AWS region.

You can't delete the default presets that are included with Elastic Transcoder.

Synopsis

Creating a Request

data DeletePreset Source #

The DeletePresetRequest structure.

See: newDeletePreset smart constructor.

Constructors

DeletePreset' 

Fields

  • id :: Text

    The identifier of the preset for which you want to get detailed information.

Instances

Instances details
Eq DeletePreset Source # 
Instance details

Defined in Amazonka.ElasticTranscoder.DeletePreset

Read DeletePreset Source # 
Instance details

Defined in Amazonka.ElasticTranscoder.DeletePreset

Show DeletePreset Source # 
Instance details

Defined in Amazonka.ElasticTranscoder.DeletePreset

Generic DeletePreset Source # 
Instance details

Defined in Amazonka.ElasticTranscoder.DeletePreset

Associated Types

type Rep DeletePreset :: Type -> Type #

NFData DeletePreset Source # 
Instance details

Defined in Amazonka.ElasticTranscoder.DeletePreset

Methods

rnf :: DeletePreset -> () #

Hashable DeletePreset Source # 
Instance details

Defined in Amazonka.ElasticTranscoder.DeletePreset

AWSRequest DeletePreset Source # 
Instance details

Defined in Amazonka.ElasticTranscoder.DeletePreset

Associated Types

type AWSResponse DeletePreset #

ToHeaders DeletePreset Source # 
Instance details

Defined in Amazonka.ElasticTranscoder.DeletePreset

ToPath DeletePreset Source # 
Instance details

Defined in Amazonka.ElasticTranscoder.DeletePreset

ToQuery DeletePreset Source # 
Instance details

Defined in Amazonka.ElasticTranscoder.DeletePreset

type Rep DeletePreset Source # 
Instance details

Defined in Amazonka.ElasticTranscoder.DeletePreset

type Rep DeletePreset = D1 ('MetaData "DeletePreset" "Amazonka.ElasticTranscoder.DeletePreset" "libZSservicesZSamazonka-elastictranscoderZSamazonka-elastictranscoder" 'False) (C1 ('MetaCons "DeletePreset'" 'PrefixI 'True) (S1 ('MetaSel ('Just "id") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))
type AWSResponse DeletePreset Source # 
Instance details

Defined in Amazonka.ElasticTranscoder.DeletePreset

newDeletePreset Source #

Create a value of DeletePreset 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:id:DeletePreset', deletePreset_id - The identifier of the preset for which you want to get detailed information.

Request Lenses

deletePreset_id :: Lens' DeletePreset Text Source #

The identifier of the preset for which you want to get detailed information.

Destructuring the Response

data DeletePresetResponse Source #

The DeletePresetResponse structure.

See: newDeletePresetResponse smart constructor.

Constructors

DeletePresetResponse' 

Fields

Instances

Instances details
Eq DeletePresetResponse Source # 
Instance details

Defined in Amazonka.ElasticTranscoder.DeletePreset

Read DeletePresetResponse Source # 
Instance details

Defined in Amazonka.ElasticTranscoder.DeletePreset

Show DeletePresetResponse Source # 
Instance details

Defined in Amazonka.ElasticTranscoder.DeletePreset

Generic DeletePresetResponse Source # 
Instance details

Defined in Amazonka.ElasticTranscoder.DeletePreset

Associated Types

type Rep DeletePresetResponse :: Type -> Type #

NFData DeletePresetResponse Source # 
Instance details

Defined in Amazonka.ElasticTranscoder.DeletePreset

Methods

rnf :: DeletePresetResponse -> () #

type Rep DeletePresetResponse Source # 
Instance details

Defined in Amazonka.ElasticTranscoder.DeletePreset

type Rep DeletePresetResponse = D1 ('MetaData "DeletePresetResponse" "Amazonka.ElasticTranscoder.DeletePreset" "libZSservicesZSamazonka-elastictranscoderZSamazonka-elastictranscoder" 'False) (C1 ('MetaCons "DeletePresetResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int)))

newDeletePresetResponse Source #

Create a value of DeletePresetResponse 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:httpStatus:DeletePresetResponse', deletePresetResponse_httpStatus - The response's http status code.

Response Lenses