amazonka-elastictranscoder-2.0: Amazon Elastic Transcoder 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.ElasticTranscoder.CreatePreset

Description

The CreatePreset operation creates a preset with settings that you specify.

Elastic Transcoder checks the CreatePreset settings to ensure that they meet Elastic Transcoder requirements and to determine whether they comply with H.264 standards. If your settings are not valid for Elastic Transcoder, Elastic Transcoder returns an HTTP 400 response (ValidationException) and does not create the preset. If the settings are valid for Elastic Transcoder but aren't strictly compliant with the H.264 standard, Elastic Transcoder creates the preset and returns a warning message in the response. This helps you determine whether your settings comply with the H.264 standard while giving you greater flexibility with respect to the video that Elastic Transcoder produces.

Elastic Transcoder uses the H.264 video-compression format. For more information, see the International Telecommunication Union publication /Recommendation ITU-T H.264: Advanced video coding for generic audiovisual services/.

Synopsis

Creating a Request

data CreatePreset Source #

The CreatePresetRequest structure.

See: newCreatePreset smart constructor.

Constructors

CreatePreset' 

Fields

  • audio :: Maybe AudioParameters

    A section of the request body that specifies the audio parameters.

  • description :: Maybe Text

    A description of the preset.

  • thumbnails :: Maybe Thumbnails

    A section of the request body that specifies the thumbnail parameters, if any.

  • video :: Maybe VideoParameters

    A section of the request body that specifies the video parameters.

  • name :: Text

    The name of the preset. We recommend that the name be unique within the AWS account, but uniqueness is not enforced.

  • container :: Text

    The container type for the output file. Valid values include flac, flv, fmp4, gif, mp3, mp4, mpg, mxf, oga, ogg, ts, and webm.

Instances

Instances details
ToJSON CreatePreset Source # 
Instance details

Defined in Amazonka.ElasticTranscoder.CreatePreset

ToHeaders CreatePreset Source # 
Instance details

Defined in Amazonka.ElasticTranscoder.CreatePreset

ToPath CreatePreset Source # 
Instance details

Defined in Amazonka.ElasticTranscoder.CreatePreset

ToQuery CreatePreset Source # 
Instance details

Defined in Amazonka.ElasticTranscoder.CreatePreset

AWSRequest CreatePreset Source # 
Instance details

Defined in Amazonka.ElasticTranscoder.CreatePreset

Associated Types

type AWSResponse CreatePreset #

Generic CreatePreset Source # 
Instance details

Defined in Amazonka.ElasticTranscoder.CreatePreset

Associated Types

type Rep CreatePreset :: Type -> Type #

Read CreatePreset Source # 
Instance details

Defined in Amazonka.ElasticTranscoder.CreatePreset

Show CreatePreset Source # 
Instance details

Defined in Amazonka.ElasticTranscoder.CreatePreset

NFData CreatePreset Source # 
Instance details

Defined in Amazonka.ElasticTranscoder.CreatePreset

Methods

rnf :: CreatePreset -> () #

Eq CreatePreset Source # 
Instance details

Defined in Amazonka.ElasticTranscoder.CreatePreset

Hashable CreatePreset Source # 
Instance details

Defined in Amazonka.ElasticTranscoder.CreatePreset

type AWSResponse CreatePreset Source # 
Instance details

Defined in Amazonka.ElasticTranscoder.CreatePreset

type Rep CreatePreset Source # 
Instance details

Defined in Amazonka.ElasticTranscoder.CreatePreset

newCreatePreset Source #

Create a value of CreatePreset 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:

CreatePreset, createPreset_audio - A section of the request body that specifies the audio parameters.

CreatePreset, createPreset_description - A description of the preset.

CreatePreset, createPreset_thumbnails - A section of the request body that specifies the thumbnail parameters, if any.

CreatePreset, createPreset_video - A section of the request body that specifies the video parameters.

CreatePreset, createPreset_name - The name of the preset. We recommend that the name be unique within the AWS account, but uniqueness is not enforced.

CreatePreset, createPreset_container - The container type for the output file. Valid values include flac, flv, fmp4, gif, mp3, mp4, mpg, mxf, oga, ogg, ts, and webm.

Request Lenses

createPreset_audio :: Lens' CreatePreset (Maybe AudioParameters) Source #

A section of the request body that specifies the audio parameters.

createPreset_description :: Lens' CreatePreset (Maybe Text) Source #

A description of the preset.

createPreset_thumbnails :: Lens' CreatePreset (Maybe Thumbnails) Source #

A section of the request body that specifies the thumbnail parameters, if any.

createPreset_video :: Lens' CreatePreset (Maybe VideoParameters) Source #

A section of the request body that specifies the video parameters.

createPreset_name :: Lens' CreatePreset Text Source #

The name of the preset. We recommend that the name be unique within the AWS account, but uniqueness is not enforced.

createPreset_container :: Lens' CreatePreset Text Source #

The container type for the output file. Valid values include flac, flv, fmp4, gif, mp3, mp4, mpg, mxf, oga, ogg, ts, and webm.

Destructuring the Response

data CreatePresetResponse Source #

The CreatePresetResponse structure.

See: newCreatePresetResponse smart constructor.

Constructors

CreatePresetResponse' 

Fields

  • preset :: Maybe Preset

    A section of the response body that provides information about the preset that is created.

  • warning :: Maybe Text

    If the preset settings don't comply with the standards for the video codec but Elastic Transcoder created the preset, this message explains the reason the preset settings don't meet the standard. Elastic Transcoder created the preset because the settings might produce acceptable output.

  • httpStatus :: Int

    The response's http status code.

Instances

Instances details
Generic CreatePresetResponse Source # 
Instance details

Defined in Amazonka.ElasticTranscoder.CreatePreset

Associated Types

type Rep CreatePresetResponse :: Type -> Type #

Read CreatePresetResponse Source # 
Instance details

Defined in Amazonka.ElasticTranscoder.CreatePreset

Show CreatePresetResponse Source # 
Instance details

Defined in Amazonka.ElasticTranscoder.CreatePreset

NFData CreatePresetResponse Source # 
Instance details

Defined in Amazonka.ElasticTranscoder.CreatePreset

Methods

rnf :: CreatePresetResponse -> () #

Eq CreatePresetResponse Source # 
Instance details

Defined in Amazonka.ElasticTranscoder.CreatePreset

type Rep CreatePresetResponse Source # 
Instance details

Defined in Amazonka.ElasticTranscoder.CreatePreset

type Rep CreatePresetResponse = D1 ('MetaData "CreatePresetResponse" "Amazonka.ElasticTranscoder.CreatePreset" "amazonka-elastictranscoder-2.0-CmXzguD33FBGrVHrZxYHry" 'False) (C1 ('MetaCons "CreatePresetResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "preset") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Preset)) :*: (S1 ('MetaSel ('Just "warning") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int))))

newCreatePresetResponse Source #

Create a value of CreatePresetResponse 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:CreatePresetResponse', createPresetResponse_preset - A section of the response body that provides information about the preset that is created.

CreatePresetResponse, createPresetResponse_warning - If the preset settings don't comply with the standards for the video codec but Elastic Transcoder created the preset, this message explains the reason the preset settings don't meet the standard. Elastic Transcoder created the preset because the settings might produce acceptable output.

$sel:httpStatus:CreatePresetResponse', createPresetResponse_httpStatus - The response's http status code.

Response Lenses

createPresetResponse_preset :: Lens' CreatePresetResponse (Maybe Preset) Source #

A section of the response body that provides information about the preset that is created.

createPresetResponse_warning :: Lens' CreatePresetResponse (Maybe Text) Source #

If the preset settings don't comply with the standards for the video codec but Elastic Transcoder created the preset, this message explains the reason the preset settings don't meet the standard. Elastic Transcoder created the preset because the settings might produce acceptable output.