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

GetReadinessCheckResourceStatusRequest

import type { GetReadinessCheckResourceStatusRequest } from "https://aws-api.deno.dev/v0.4/services/route53recoveryreadiness.ts?docs=full";
interface GetReadinessCheckResourceStatusRequest {
MaxResults?: number | null;
NextToken?: string | null;
ReadinessCheckName: string;
ResourceIdentifier: string;
}

§Properties

§
MaxResults?: number | null
[src]

The number of objects that you want to return with this call.

§
NextToken?: string | null
[src]

The token that identifies which batch of results you want to see.

§
ReadinessCheckName: string
[src]

Name of a readiness check.

§
ResourceIdentifier: string
[src]

The resource identifier, which is the Amazon Resource Name (ARN) or the identifier generated for the resource by Application Recovery Controller (for example, for a DNS target resource).