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

DescribeBucketsRequest

import type { DescribeBucketsRequest } from "https://aws-api.deno.dev/v0.4/services/macie2.ts?docs=full";
interface DescribeBucketsRequest {
criteria?: {
[key: string]: BucketCriteriaAdditionalProperties | null | undefined;
}
| null;
maxResults?: number | null;
nextToken?: string | null;
sortCriteria?: BucketSortCriteria | null;
}

§Properties

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

The criteria to use to filter the query results.

§
maxResults?: number | null
[src]

The maximum number of items to include in each page of the response. The default value is 50.

§
nextToken?: string | null
[src]

The nextToken string that specifies which page of results to return in a paginated response.

§
sortCriteria?: BucketSortCriteria | null
[src]

The criteria to use to sort the query results.