Copyright | (c) 2013-2021 Brendan Hay |
---|---|
License | Mozilla Public License, v. 2.0. |
Maintainer | Brendan Hay <brendan.g.hay+amazonka@gmail.com> |
Stability | auto-generated |
Portability | non-portable (GHC extensions) |
Safe Haskell | None |
Documentation
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.
See: newWarning
smart constructor.
Instances
Eq Warning Source # | |
Read Warning Source # | |
Show Warning Source # | |
Generic Warning Source # | |
NFData Warning Source # | |
Defined in Amazonka.ElasticTranscoder.Types.Warning | |
Hashable Warning Source # | |
Defined in Amazonka.ElasticTranscoder.Types.Warning | |
FromJSON Warning Source # | |
type Rep Warning Source # | |
Defined in Amazonka.ElasticTranscoder.Types.Warning type Rep Warning = D1 ('MetaData "Warning" "Amazonka.ElasticTranscoder.Types.Warning" "libZSservicesZSamazonka-elastictranscoderZSamazonka-elastictranscoder" 'False) (C1 ('MetaCons "Warning'" 'PrefixI 'True) (S1 ('MetaSel ('Just "code") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "message") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)))) |
newWarning :: Warning Source #
Create a value of Warning
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:code:Warning'
, warning_code
- The code of the cross-regional warning.
$sel:message:Warning'
, warning_message
- The message explaining what resources are in a different region from the
pipeline.
AWS KMS keys must be in the same region as the pipeline.