Struct aws_sdk_elastictranscoder::input::UpdatePipelineNotificationsInput [−][src]
#[non_exhaustive]pub struct UpdatePipelineNotificationsInput {
pub id: Option<String>,
pub notifications: Option<Notifications>,
}
Expand description
The UpdatePipelineNotificationsRequest
structure.
Fields (Non-exhaustive)
This struct is marked as non-exhaustive
Struct { .. }
syntax; cannot be matched against without a wildcard ..
; and struct update syntax will not work.id: Option<String>
The identifier of the pipeline for which you want to change notification settings.
notifications: Option<Notifications>
The topic ARN for the Amazon Simple Notification Service (Amazon SNS) topic that you want to notify to report job status.
To receive notifications, you must also subscribe to the new topic in the Amazon SNS console.
-
Progressing: The topic ARN for the Amazon Simple Notification Service (Amazon SNS) topic that you want to notify when Elastic Transcoder has started to process jobs that are added to this pipeline. This is the ARN that Amazon SNS returned when you created the topic.
-
Complete: The topic ARN for the Amazon SNS topic that you want to notify when Elastic Transcoder has finished processing a job. This is the ARN that Amazon SNS returned when you created the topic.
-
Warning: The topic ARN for the Amazon SNS topic that you want to notify when Elastic Transcoder encounters a warning condition. This is the ARN that Amazon SNS returned when you created the topic.
-
Error: The topic ARN for the Amazon SNS topic that you want to notify when Elastic Transcoder encounters an error condition. This is the ARN that Amazon SNS returned when you created the topic.
Implementations
pub fn make_operation(
&self,
_config: &Config
) -> Result<Operation<UpdatePipelineNotifications, AwsErrorRetryPolicy>, BuildError>
pub fn make_operation(
&self,
_config: &Config
) -> Result<Operation<UpdatePipelineNotifications, AwsErrorRetryPolicy>, BuildError>
Consumes the builder and constructs an Operation<UpdatePipelineNotifications
>
Creates a new builder-style object to manufacture UpdatePipelineNotificationsInput
Trait Implementations
This method tests for self
and other
values to be equal, and is used
by ==
. Read more
This method tests for !=
.
Auto Trait Implementations
impl Send for UpdatePipelineNotificationsInput
impl Sync for UpdatePipelineNotificationsInput
impl Unpin for UpdatePipelineNotificationsInput
Blanket Implementations
Mutably borrows from an owned value. Read more
Attaches the provided Subscriber
to this type, returning a
WithDispatch
wrapper. Read more
Attaches the current default Subscriber
to this type, returning a
WithDispatch
wrapper. Read more