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

Description

The ReadPipeline operation gets detailed information about a pipeline.

Synopsis

Creating a Request

data ReadPipeline Source #

The ReadPipelineRequest structure.

See: newReadPipeline smart constructor.

Constructors

ReadPipeline' 

Fields

  • id :: Text

    The identifier of the pipeline to read.

Instances

Instances details
ToHeaders ReadPipeline Source # 
Instance details

Defined in Amazonka.ElasticTranscoder.ReadPipeline

ToPath ReadPipeline Source # 
Instance details

Defined in Amazonka.ElasticTranscoder.ReadPipeline

ToQuery ReadPipeline Source # 
Instance details

Defined in Amazonka.ElasticTranscoder.ReadPipeline

AWSRequest ReadPipeline Source # 
Instance details

Defined in Amazonka.ElasticTranscoder.ReadPipeline

Associated Types

type AWSResponse ReadPipeline #

Generic ReadPipeline Source # 
Instance details

Defined in Amazonka.ElasticTranscoder.ReadPipeline

Associated Types

type Rep ReadPipeline :: Type -> Type #

Read ReadPipeline Source # 
Instance details

Defined in Amazonka.ElasticTranscoder.ReadPipeline

Show ReadPipeline Source # 
Instance details

Defined in Amazonka.ElasticTranscoder.ReadPipeline

NFData ReadPipeline Source # 
Instance details

Defined in Amazonka.ElasticTranscoder.ReadPipeline

Methods

rnf :: ReadPipeline -> () #

Eq ReadPipeline Source # 
Instance details

Defined in Amazonka.ElasticTranscoder.ReadPipeline

Hashable ReadPipeline Source # 
Instance details

Defined in Amazonka.ElasticTranscoder.ReadPipeline

type AWSResponse ReadPipeline Source # 
Instance details

Defined in Amazonka.ElasticTranscoder.ReadPipeline

type Rep ReadPipeline Source # 
Instance details

Defined in Amazonka.ElasticTranscoder.ReadPipeline

type Rep ReadPipeline = D1 ('MetaData "ReadPipeline" "Amazonka.ElasticTranscoder.ReadPipeline" "amazonka-elastictranscoder-2.0-CmXzguD33FBGrVHrZxYHry" 'False) (C1 ('MetaCons "ReadPipeline'" 'PrefixI 'True) (S1 ('MetaSel ('Just "id") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))

newReadPipeline Source #

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

ReadPipeline, readPipeline_id - The identifier of the pipeline to read.

Request Lenses

readPipeline_id :: Lens' ReadPipeline Text Source #

The identifier of the pipeline to read.

Destructuring the Response

data ReadPipelineResponse Source #

The ReadPipelineResponse structure.

See: newReadPipelineResponse smart constructor.

Constructors

ReadPipelineResponse' 

Fields

  • pipeline :: Maybe Pipeline

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

  • warnings :: Maybe [Warning]

    Elastic Transcoder returns a warning if the resources used by your pipeline are not in the same region as the pipeline.

    Using resources in the same region, such as your Amazon S3 buckets, Amazon SNS notification topics, and AWS KMS key, reduces processing time and prevents cross-regional charges.

  • httpStatus :: Int

    The response's http status code.

Instances

Instances details
Generic ReadPipelineResponse Source # 
Instance details

Defined in Amazonka.ElasticTranscoder.ReadPipeline

Associated Types

type Rep ReadPipelineResponse :: Type -> Type #

Read ReadPipelineResponse Source # 
Instance details

Defined in Amazonka.ElasticTranscoder.ReadPipeline

Show ReadPipelineResponse Source # 
Instance details

Defined in Amazonka.ElasticTranscoder.ReadPipeline

NFData ReadPipelineResponse Source # 
Instance details

Defined in Amazonka.ElasticTranscoder.ReadPipeline

Methods

rnf :: ReadPipelineResponse -> () #

Eq ReadPipelineResponse Source # 
Instance details

Defined in Amazonka.ElasticTranscoder.ReadPipeline

type Rep ReadPipelineResponse Source # 
Instance details

Defined in Amazonka.ElasticTranscoder.ReadPipeline

type Rep ReadPipelineResponse = D1 ('MetaData "ReadPipelineResponse" "Amazonka.ElasticTranscoder.ReadPipeline" "amazonka-elastictranscoder-2.0-CmXzguD33FBGrVHrZxYHry" 'False) (C1 ('MetaCons "ReadPipelineResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "pipeline") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Pipeline)) :*: (S1 ('MetaSel ('Just "warnings") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [Warning])) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int))))

newReadPipelineResponse Source #

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

$sel:warnings:ReadPipelineResponse', readPipelineResponse_warnings - Elastic Transcoder returns a warning if the resources used by your pipeline are not in the same region as the pipeline.

Using resources in the same region, such as your Amazon S3 buckets, Amazon SNS notification topics, and AWS KMS key, reduces processing time and prevents cross-regional charges.

$sel:httpStatus:ReadPipelineResponse', readPipelineResponse_httpStatus - The response's http status code.

Response Lenses

readPipelineResponse_pipeline :: Lens' ReadPipelineResponse (Maybe Pipeline) Source #

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

readPipelineResponse_warnings :: Lens' ReadPipelineResponse (Maybe [Warning]) Source #

Elastic Transcoder returns a warning if the resources used by your pipeline are not in the same region as the pipeline.

Using resources in the same region, such as your Amazon S3 buckets, Amazon SNS notification topics, and AWS KMS key, reduces processing time and prevents cross-regional charges.