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

DescribeConfigurationAggregatorSourcesStatusRequest

import type { DescribeConfigurationAggregatorSourcesStatusRequest } from "https://aws-api.deno.dev/v0.3/services/configservice.ts?docs=full";
interface DescribeConfigurationAggregatorSourcesStatusRequest {
ConfigurationAggregatorName: string;
Limit?: number | null;
NextToken?: string | null;
UpdateStatus?: AggregatedSourceStatusType[] | null;
}

§Properties

§
ConfigurationAggregatorName: string
[src]

The name of the configuration aggregator.

§
Limit?: number | null
[src]

The maximum number of AggregatorSourceStatus returned on each page. The default is maximum. If you specify 0, Config uses the default.

§
NextToken?: string | null
[src]

The nextToken string returned on a previous page that you use to get the next page of results in a paginated response.

§
UpdateStatus?: AggregatedSourceStatusType[] | null
[src]

Filters the status type.

  • Valid value FAILED indicates errors while moving data.
  • Valid value SUCCEEDED indicates the data was successfully moved.
  • Valid value OUTDATED indicates the data is not the most recent.