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

UpdateResourceDataSyncRequest

import type { UpdateResourceDataSyncRequest } from "https://aws-api.deno.dev/v0.3/services/ssm.ts?docs=full";
interface UpdateResourceDataSyncRequest {
SyncName: string;
SyncType: string;
}

§Properties

§
SyncName: string
[src]

The name of the resource data sync you want to update.

§

Specify information about the data sources to synchronize.

§
SyncType: string
[src]

The type of resource data sync. The supported SyncType is SyncFromSource.