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

GetOpsSummaryRequest

import type { GetOpsSummaryRequest } from "https://aws-api.deno.dev/v0.3/services/ssm.ts?docs=full";
interface GetOpsSummaryRequest {
Aggregators?: OpsAggregator[] | null;
Filters?: OpsFilter[] | null;
MaxResults?: number | null;
NextToken?: string | null;
ResultAttributes?: OpsResultAttribute[] | null;
SyncName?: string | null;
}

§Properties

§
Aggregators?: OpsAggregator[] | null
[src]

Optional aggregators that return counts of OpsData based on one or more expressions.

§
Filters?: OpsFilter[] | null
[src]

Optional filters used to scope down the returned OpsData.

§
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.

§
ResultAttributes?: OpsResultAttribute[] | null
[src]

The OpsData data type to return.

§
SyncName?: string | null
[src]

Specify the name of a resource data sync to get.