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

Description

The ReadPreset operation gets detailed information about a preset.

Synopsis

Creating a Request

data ReadPreset Source #

The ReadPresetRequest structure.

See: newReadPreset smart constructor.

Constructors

ReadPreset' 

Fields

  • id :: Text

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

Instances

Instances details
Eq ReadPreset Source # 
Instance details

Defined in Amazonka.ElasticTranscoder.ReadPreset

Read ReadPreset Source # 
Instance details

Defined in Amazonka.ElasticTranscoder.ReadPreset

Show ReadPreset Source # 
Instance details

Defined in Amazonka.ElasticTranscoder.ReadPreset

Generic ReadPreset Source # 
Instance details

Defined in Amazonka.ElasticTranscoder.ReadPreset

Associated Types

type Rep ReadPreset :: Type -> Type #

NFData ReadPreset Source # 
Instance details

Defined in Amazonka.ElasticTranscoder.ReadPreset

Methods

rnf :: ReadPreset -> () #

Hashable ReadPreset Source # 
Instance details

Defined in Amazonka.ElasticTranscoder.ReadPreset

AWSRequest ReadPreset Source # 
Instance details

Defined in Amazonka.ElasticTranscoder.ReadPreset

Associated Types

type AWSResponse ReadPreset #

ToHeaders ReadPreset Source # 
Instance details

Defined in Amazonka.ElasticTranscoder.ReadPreset

Methods

toHeaders :: ReadPreset -> [Header] #

ToPath ReadPreset Source # 
Instance details

Defined in Amazonka.ElasticTranscoder.ReadPreset

ToQuery ReadPreset Source # 
Instance details

Defined in Amazonka.ElasticTranscoder.ReadPreset

type Rep ReadPreset Source # 
Instance details

Defined in Amazonka.ElasticTranscoder.ReadPreset

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

Defined in Amazonka.ElasticTranscoder.ReadPreset

newReadPreset Source #

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

Request Lenses

readPreset_id :: Lens' ReadPreset Text Source #

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

Destructuring the Response

data ReadPresetResponse Source #

The ReadPresetResponse structure.

See: newReadPresetResponse smart constructor.

Constructors

ReadPresetResponse' 

Fields

Instances

Instances details
Eq ReadPresetResponse Source # 
Instance details

Defined in Amazonka.ElasticTranscoder.ReadPreset

Read ReadPresetResponse Source # 
Instance details

Defined in Amazonka.ElasticTranscoder.ReadPreset

Show ReadPresetResponse Source # 
Instance details

Defined in Amazonka.ElasticTranscoder.ReadPreset

Generic ReadPresetResponse Source # 
Instance details

Defined in Amazonka.ElasticTranscoder.ReadPreset

Associated Types

type Rep ReadPresetResponse :: Type -> Type #

NFData ReadPresetResponse Source # 
Instance details

Defined in Amazonka.ElasticTranscoder.ReadPreset

Methods

rnf :: ReadPresetResponse -> () #

type Rep ReadPresetResponse Source # 
Instance details

Defined in Amazonka.ElasticTranscoder.ReadPreset

type Rep ReadPresetResponse = D1 ('MetaData "ReadPresetResponse" "Amazonka.ElasticTranscoder.ReadPreset" "libZSservicesZSamazonka-elastictranscoderZSamazonka-elastictranscoder" 'False) (C1 ('MetaCons "ReadPresetResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "preset") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Preset)) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int)))

newReadPresetResponse Source #

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

$sel:httpStatus:ReadPresetResponse', readPresetResponse_httpStatus - The response's http status code.

Response Lenses

readPresetResponse_preset :: Lens' ReadPresetResponse (Maybe Preset) Source #

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