Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

UpdateMaintenanceWindowTaskResult

import type { UpdateMaintenanceWindowTaskResult } from "https://aws-api.deno.dev/v0.3/services/ssm.ts?docs=full";
interface UpdateMaintenanceWindowTaskResult {
CutoffBehavior?: MaintenanceWindowTaskCutoffBehavior | null;
Description?: string | null;
LoggingInfo?: LoggingInfo | null;
MaxConcurrency?: string | null;
MaxErrors?: string | null;
Name?: string | null;
Priority?: number | null;
ServiceRoleArn?: string | null;
Targets?: Target[] | null;
TaskArn?: string | null;
TaskInvocationParameters?: MaintenanceWindowTaskInvocationParameters | null;
TaskParameters?: {
[key: string]: MaintenanceWindowTaskParameterValueExpression | null | undefined;
}
| null;
WindowId?: string | null;
WindowTaskId?: string | null;
}

§Properties

§

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

§
Description?: string | null
[src]

The updated task description.

§
LoggingInfo?: LoggingInfo | null
[src]

The updated logging information in Amazon S3.

Note: 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".

§
MaxConcurrency?: string | null
[src]

The updated MaxConcurrency value.

§
MaxErrors?: string | null
[src]

The updated MaxErrors value.

§
Name?: string | null
[src]

The updated task name.

§
Priority?: number | null
[src]

The updated priority value.

§
ServiceRoleArn?: string | null
[src]

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.

§
Targets?: Target[] | null
[src]

The updated target values.

§
TaskArn?: string | null
[src]

The updated task ARN value.

§
TaskInvocationParameters?: MaintenanceWindowTaskInvocationParameters | null
[src]

The updated parameter values.

§
TaskParameters?: {
[key: string]: MaintenanceWindowTaskParameterValueExpression | null | undefined;
}
| null
[src]

The updated parameter values.

Note: 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".

§
WindowId?: string | null
[src]

The ID of the maintenance window that was updated.

§
WindowTaskId?: string | null
[src]

The task ID of the maintenance window that was updated.