/AWS1/CL_ETCCREATEPLINRESPONSE¶
When you create a pipeline, Elastic Transcoder returns the values that you specified in the request.
CONSTRUCTOR¶
IMPORTING¶
Optional arguments:¶
io_pipeline TYPE REF TO /AWS1/CL_ETCPIPELINE /AWS1/CL_ETCPIPELINE¶
A section of the response body that provides information about the pipeline that is created.
it_warnings TYPE /AWS1/CL_ETCWARNING=>TT_WARNINGS TT_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.
Queryable Attributes¶
Pipeline¶
A section of the response body that provides information about the pipeline that is created.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_PIPELINE() |
Getter for PIPELINE |
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.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_WARNINGS() |
Getter for WARNINGS, with configurable default |
ASK_WARNINGS() |
Getter for WARNINGS w/ exceptions if field has no value |
HAS_WARNINGS() |
Determine if WARNINGS has a value |