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

ListResourceDataSyncRequest

import type { ListResourceDataSyncRequest } from "https://aws-api.deno.dev/v0.3/services/ssm.ts?docs=full";
interface ListResourceDataSyncRequest {
MaxResults?: number | null;
NextToken?: string | null;
SyncType?: string | null;
}

§Properties

§
MaxResults?: number | null
[src]

The maximum number of items to return for this call. The call also returns a token that you can specify in a subsequent call to get the next set of results.

§
NextToken?: string | null
[src]

A token to start the list. Use this token to get the next set of results.

§
SyncType?: string | null
[src]

View a list of resource data syncs according to the sync type. Specify SyncToDestination to view resource data syncs that synchronize data to an Amazon S3 bucket. Specify SyncFromSource to view resource data syncs from Organizations or from multiple Amazon Web Services Regions.