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

DescribeRemediationExecutionStatusRequest

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

§Properties

§
ConfigRuleName: string
[src]

A list of Config rule names.

§
Limit?: number | null
[src]

The maximum number of RemediationExecutionStatuses 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.

§
ResourceKeys?: ResourceKey[] | null
[src]

A list of resource keys to be processed with the current request. Each element in the list consists of the resource type and resource ID.