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.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
Eq ReadPipeline Source # 
Instance details

Defined in Amazonka.ElasticTranscoder.ReadPipeline

Read ReadPipeline Source # 
Instance details

Defined in Amazonka.ElasticTranscoder.ReadPipeline

Show ReadPipeline Source # 
Instance details

Defined in Amazonka.ElasticTranscoder.ReadPipeline

Generic ReadPipeline Source # 
Instance details

Defined in Amazonka.ElasticTranscoder.ReadPipeline

Associated Types

type Rep ReadPipeline :: Type -> Type #

NFData ReadPipeline Source # 
Instance details

Defined in Amazonka.ElasticTranscoder.ReadPipeline

Methods

rnf :: ReadPipeline -> () #

Hashable ReadPipeline Source # 
Instance details

Defined in Amazonka.ElasticTranscoder.ReadPipeline

AWSRequest ReadPipeline Source # 
Instance details

Defined in Amazonka.ElasticTranscoder.ReadPipeline

Associated Types

type AWSResponse ReadPipeline #

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

type Rep ReadPipeline Source # 
Instance details

Defined in Amazonka.ElasticTranscoder.ReadPipeline

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

Defined in Amazonka.ElasticTranscoder.ReadPipeline

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:

$sel:id: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

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

  • pipeline :: Maybe Pipeline

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

  • httpStatus :: Int

    The response's http status code.

Instances

Instances details
Eq ReadPipelineResponse Source # 
Instance details

Defined in Amazonka.ElasticTranscoder.ReadPipeline

Read ReadPipelineResponse Source # 
Instance details

Defined in Amazonka.ElasticTranscoder.ReadPipeline

Show ReadPipelineResponse Source # 
Instance details

Defined in Amazonka.ElasticTranscoder.ReadPipeline

Generic ReadPipelineResponse Source # 
Instance details

Defined in Amazonka.ElasticTranscoder.ReadPipeline

Associated Types

type Rep ReadPipelineResponse :: Type -> Type #

NFData ReadPipelineResponse Source # 
Instance details

Defined in Amazonka.ElasticTranscoder.ReadPipeline

Methods

rnf :: ReadPipelineResponse -> () #

type Rep ReadPipelineResponse Source # 
Instance details

Defined in Amazonka.ElasticTranscoder.ReadPipeline

type Rep ReadPipelineResponse = D1 ('MetaData "ReadPipelineResponse" "Amazonka.ElasticTranscoder.ReadPipeline" "libZSservicesZSamazonka-elastictranscoderZSamazonka-elastictranscoder" 'False) (C1 ('MetaCons "ReadPipelineResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "warnings") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [Warning])) :*: (S1 ('MetaSel ('Just "pipeline") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Pipeline)) :*: 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: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:pipeline:ReadPipelineResponse', readPipelineResponse_pipeline - A section of the response body that provides information about the pipeline.

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

Response Lenses

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.

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

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