Struct aws_sdk_ssm::output::UpdateMaintenanceWindowTaskOutput[][src]

#[non_exhaustive]
pub struct UpdateMaintenanceWindowTaskOutput {
Show 14 fields pub window_id: Option<String>, pub window_task_id: Option<String>, pub targets: Option<Vec<Target>>, pub task_arn: Option<String>, pub service_role_arn: Option<String>, pub task_parameters: Option<HashMap<String, MaintenanceWindowTaskParameterValueExpression>>, pub task_invocation_parameters: Option<MaintenanceWindowTaskInvocationParameters>, pub priority: i32, pub max_concurrency: Option<String>, pub max_errors: Option<String>, pub logging_info: Option<LoggingInfo>, pub name: Option<String>, pub description: Option<String>, pub cutoff_behavior: Option<MaintenanceWindowTaskCutoffBehavior>,
}

Fields (Non-exhaustive)

This struct is marked as non-exhaustive
Non-exhaustive structs could have additional fields added in future. Therefore, non-exhaustive structs cannot be constructed in external crates using the traditional Struct { .. } syntax; cannot be matched against without a wildcard ..; and struct update syntax will not work.
window_id: Option<String>

The ID of the maintenance window that was updated.

window_task_id: Option<String>

The task ID of the maintenance window that was updated.

targets: Option<Vec<Target>>

The updated target values.

task_arn: Option<String>

The updated task ARN value.

service_role_arn: Option<String>

The Amazon Resource Name (ARN) of the Identity and Access Management (IAM) service role to use to publish Amazon Simple Notification Service (Amazon SNS) notifications for maintenance window Run Command tasks.

task_parameters: Option<HashMap<String, MaintenanceWindowTaskParameterValueExpression>>

The updated parameter values.

TaskParameters has been deprecated. To specify parameters to pass to a task when it runs, instead use the Parameters option in the TaskInvocationParameters structure. For information about how Systems Manager handles these options for the supported maintenance window task types, see MaintenanceWindowTaskInvocationParameters.

task_invocation_parameters: Option<MaintenanceWindowTaskInvocationParameters>

The updated parameter values.

priority: i32

The updated priority value.

max_concurrency: Option<String>

The updated MaxConcurrency value.

max_errors: Option<String>

The updated MaxErrors value.

logging_info: Option<LoggingInfo>

The updated logging information in Amazon S3.

LoggingInfo has been deprecated. To specify an Amazon Simple Storage Service (Amazon S3) bucket to contain logs, instead use the OutputS3BucketName and OutputS3KeyPrefix options in the TaskInvocationParameters structure. For information about how Amazon Web Services Systems Manager handles these options for the supported maintenance window task types, see MaintenanceWindowTaskInvocationParameters.

name: Option<String>

The updated task name.

description: Option<String>

The updated task description.

cutoff_behavior: Option<MaintenanceWindowTaskCutoffBehavior>

The specification for whether tasks should continue to run after the cutoff time specified in the maintenance windows is reached.

Implementations

The ID of the maintenance window that was updated.

The task ID of the maintenance window that was updated.

The updated target values.

The updated task ARN value.

The Amazon Resource Name (ARN) of the Identity and Access Management (IAM) service role to use to publish Amazon Simple Notification Service (Amazon SNS) notifications for maintenance window Run Command tasks.

The updated parameter values.

TaskParameters has been deprecated. To specify parameters to pass to a task when it runs, instead use the Parameters option in the TaskInvocationParameters structure. For information about how Systems Manager handles these options for the supported maintenance window task types, see MaintenanceWindowTaskInvocationParameters.

The updated parameter values.

The updated priority value.

The updated MaxConcurrency value.

The updated MaxErrors value.

The updated logging information in Amazon S3.

LoggingInfo has been deprecated. To specify an Amazon Simple Storage Service (Amazon S3) bucket to contain logs, instead use the OutputS3BucketName and OutputS3KeyPrefix options in the TaskInvocationParameters structure. For information about how Amazon Web Services Systems Manager handles these options for the supported maintenance window task types, see MaintenanceWindowTaskInvocationParameters.

The updated task name.

The updated task description.

The specification for whether tasks should continue to run after the cutoff time specified in the maintenance windows is reached.

Creates a new builder-style object to manufacture UpdateMaintenanceWindowTaskOutput

Trait Implementations

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

Formats the value using the given formatter. Read more

This method tests for self and other values to be equal, and is used by ==. Read more

This method tests for !=.

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more

Immutably borrows from an owned value. Read more

Mutably borrows from an owned value. Read more

Performs the conversion.

Instruments this type with the provided Span, returning an Instrumented wrapper. Read more

Instruments this type with the current Span, returning an Instrumented wrapper. Read more

Performs the conversion.

The resulting type after obtaining ownership.

Creates owned data from borrowed data, usually by cloning. Read more

🔬 This is a nightly-only experimental API. (toowned_clone_into)

Uses borrowed data to replace owned data, usually by cloning. Read more

The type returned in the event of a conversion error.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.

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