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

UpdateTaskRequest

import type { UpdateTaskRequest } from "https://aws-api.deno.dev/v0.3/services/datasync.ts?docs=full";

UpdateTaskResponse

interface UpdateTaskRequest {
CloudWatchLogGroupArn?: string | null;
Excludes?: FilterRule[] | null;
Includes?: FilterRule[] | null;
Name?: string | null;
Options?: Options | null;
Schedule?: TaskSchedule | null;
TaskArn: string;
}

§Properties

§
CloudWatchLogGroupArn?: string | null
[src]

The Amazon Resource Name (ARN) of the resource name of the Amazon CloudWatch log group.

§
Excludes?: FilterRule[] | null
[src]

A list of filter rules that determines which files to exclude from a task. The list should contain a single filter string that consists of the patterns to exclude. The patterns are delimited by "|" (that is, a pipe), for example, "/folder1|/folder2".

§
Includes?: FilterRule[] | null
[src]

A list of filter rules that determines which files to include when running a task. The pattern contains a single filter string that consists of the patterns to include. The patterns are delimited by "|" (that is, a pipe), for example, "/folder1|/folder2".

§
Name?: string | null
[src]

The name of the task to update.

§
Options?: Options | null
[src]
§
Schedule?: TaskSchedule | null
[src]

Specifies a schedule used to periodically transfer files from a source to a destination location. You can configure your task to execute hourly, daily, weekly or on specific days of the week. You control when in the day or hour you want the task to execute. The time you specify is UTC time. For more information, see Scheduling your task.

§
TaskArn: string
[src]

The Amazon Resource Name (ARN) of the resource name of the task to update.