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

DescribeClustersRequest

import type { DescribeClustersRequest } from "https://aws-api.deno.dev/v0.4/services/cloudhsmv2.ts?docs=full";
interface DescribeClustersRequest {
Filters?: {
[key: string]: string[] | null | undefined;
}
| null;
MaxResults?: number | null;
NextToken?: string | null;
}

§Properties

§
Filters?: {
[key: string]: string[] | null | undefined;
}
| null
[src]

One or more filters to limit the items returned in the response.

Use the clusterIds filter to return only the specified clusters. Specify clusters by their cluster identifier (ID).

Use the vpcIds filter to return only the clusters in the specified virtual private clouds (VPCs). Specify VPCs by their VPC identifier (ID).

Use the states filter to return only clusters that match the specified state.

§
MaxResults?: number | null
[src]

The maximum number of clusters to return in the response. When there are more clusters than the number you specify, the response contains a NextToken value.

§
NextToken?: string | null
[src]

The NextToken value that you received in the previous response. Use this value to get more clusters.