libZSservicesZSamazonka-mediaconvertZSamazonka-mediaconvert
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.MediaConvert.UpdatePreset

Description

Modify one of your existing presets.

Synopsis

Creating a Request

data UpdatePreset Source #

See: newUpdatePreset smart constructor.

Constructors

UpdatePreset' 

Fields

Instances

Instances details
Eq UpdatePreset Source # 
Instance details

Defined in Amazonka.MediaConvert.UpdatePreset

Read UpdatePreset Source # 
Instance details

Defined in Amazonka.MediaConvert.UpdatePreset

Show UpdatePreset Source # 
Instance details

Defined in Amazonka.MediaConvert.UpdatePreset

Generic UpdatePreset Source # 
Instance details

Defined in Amazonka.MediaConvert.UpdatePreset

Associated Types

type Rep UpdatePreset :: Type -> Type #

NFData UpdatePreset Source # 
Instance details

Defined in Amazonka.MediaConvert.UpdatePreset

Methods

rnf :: UpdatePreset -> () #

Hashable UpdatePreset Source # 
Instance details

Defined in Amazonka.MediaConvert.UpdatePreset

ToJSON UpdatePreset Source # 
Instance details

Defined in Amazonka.MediaConvert.UpdatePreset

AWSRequest UpdatePreset Source # 
Instance details

Defined in Amazonka.MediaConvert.UpdatePreset

Associated Types

type AWSResponse UpdatePreset #

ToHeaders UpdatePreset Source # 
Instance details

Defined in Amazonka.MediaConvert.UpdatePreset

ToPath UpdatePreset Source # 
Instance details

Defined in Amazonka.MediaConvert.UpdatePreset

ToQuery UpdatePreset Source # 
Instance details

Defined in Amazonka.MediaConvert.UpdatePreset

type Rep UpdatePreset Source # 
Instance details

Defined in Amazonka.MediaConvert.UpdatePreset

type Rep UpdatePreset = D1 ('MetaData "UpdatePreset" "Amazonka.MediaConvert.UpdatePreset" "libZSservicesZSamazonka-mediaconvertZSamazonka-mediaconvert" 'False) (C1 ('MetaCons "UpdatePreset'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "settings") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe PresetSettings)) :*: S1 ('MetaSel ('Just "category") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))) :*: (S1 ('MetaSel ('Just "description") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "name") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text))))
type AWSResponse UpdatePreset Source # 
Instance details

Defined in Amazonka.MediaConvert.UpdatePreset

newUpdatePreset Source #

Create a value of UpdatePreset 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:settings:UpdatePreset', updatePreset_settings - Settings for preset

$sel:category:UpdatePreset', updatePreset_category - The new category for the preset, if you are changing it.

$sel:description:UpdatePreset', updatePreset_description - The new description for the preset, if you are changing it.

$sel:name:UpdatePreset', updatePreset_name - The name of the preset you are modifying.

Request Lenses

updatePreset_category :: Lens' UpdatePreset (Maybe Text) Source #

The new category for the preset, if you are changing it.

updatePreset_description :: Lens' UpdatePreset (Maybe Text) Source #

The new description for the preset, if you are changing it.

updatePreset_name :: Lens' UpdatePreset Text Source #

The name of the preset you are modifying.

Destructuring the Response

data UpdatePresetResponse Source #

See: newUpdatePresetResponse smart constructor.

Constructors

UpdatePresetResponse' 

Fields

  • preset :: Maybe Preset

    A preset is a collection of preconfigured media conversion settings that you want MediaConvert to apply to the output during the conversion process.

  • httpStatus :: Int

    The response's http status code.

Instances

Instances details
Eq UpdatePresetResponse Source # 
Instance details

Defined in Amazonka.MediaConvert.UpdatePreset

Read UpdatePresetResponse Source # 
Instance details

Defined in Amazonka.MediaConvert.UpdatePreset

Show UpdatePresetResponse Source # 
Instance details

Defined in Amazonka.MediaConvert.UpdatePreset

Generic UpdatePresetResponse Source # 
Instance details

Defined in Amazonka.MediaConvert.UpdatePreset

Associated Types

type Rep UpdatePresetResponse :: Type -> Type #

NFData UpdatePresetResponse Source # 
Instance details

Defined in Amazonka.MediaConvert.UpdatePreset

Methods

rnf :: UpdatePresetResponse -> () #

type Rep UpdatePresetResponse Source # 
Instance details

Defined in Amazonka.MediaConvert.UpdatePreset

type Rep UpdatePresetResponse = D1 ('MetaData "UpdatePresetResponse" "Amazonka.MediaConvert.UpdatePreset" "libZSservicesZSamazonka-mediaconvertZSamazonka-mediaconvert" 'False) (C1 ('MetaCons "UpdatePresetResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "preset") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Preset)) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int)))

newUpdatePresetResponse Source #

Create a value of UpdatePresetResponse 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:preset:UpdatePresetResponse', updatePresetResponse_preset - A preset is a collection of preconfigured media conversion settings that you want MediaConvert to apply to the output during the conversion process.

$sel:httpStatus:UpdatePresetResponse', updatePresetResponse_httpStatus - The response's http status code.

Response Lenses

updatePresetResponse_preset :: Lens' UpdatePresetResponse (Maybe Preset) Source #

A preset is a collection of preconfigured media conversion settings that you want MediaConvert to apply to the output during the conversion process.