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 |
Synopsis
- data Notifications = Notifications' {}
- newNotifications :: Notifications
- notifications_error :: Lens' Notifications (Maybe Text)
- notifications_warning :: Lens' Notifications (Maybe Text)
- notifications_progressing :: Lens' Notifications (Maybe Text)
- notifications_completed :: Lens' Notifications (Maybe Text)
Documentation
data Notifications Source #
The Amazon Simple Notification Service (Amazon SNS) topic or topics to notify in order to report job status.
To receive notifications, you must also subscribe to the new topic in the Amazon SNS console.
See: newNotifications
smart constructor.
Notifications' | |
|
Instances
newNotifications :: Notifications Source #
Create a value of Notifications
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:error:Notifications'
, notifications_error
- The Amazon SNS topic that you want to notify when Elastic Transcoder
encounters an error condition.
$sel:warning:Notifications'
, notifications_warning
- The Amazon SNS topic that you want to notify when Elastic Transcoder
encounters a warning condition.
$sel:progressing:Notifications'
, notifications_progressing
- The Amazon Simple Notification Service (Amazon SNS) topic that you want
to notify when Elastic Transcoder has started to process the job.
$sel:completed:Notifications'
, notifications_completed
- The Amazon SNS topic that you want to notify when Elastic Transcoder has
finished processing the job.
notifications_error :: Lens' Notifications (Maybe Text) Source #
The Amazon SNS topic that you want to notify when Elastic Transcoder encounters an error condition.
notifications_warning :: Lens' Notifications (Maybe Text) Source #
The Amazon SNS topic that you want to notify when Elastic Transcoder encounters a warning condition.
notifications_progressing :: Lens' Notifications (Maybe Text) Source #
The Amazon Simple Notification Service (Amazon SNS) topic that you want to notify when Elastic Transcoder has started to process the job.
notifications_completed :: Lens' Notifications (Maybe Text) Source #
The Amazon SNS topic that you want to notify when Elastic Transcoder has finished processing the job.