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

DescribeRetentionConfigurationsRequest

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

§Properties

§
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.

§
RetentionConfigurationNames?: string[] | null
[src]

A list of names of retention configurations for which you want details. If you do not specify a name, Config returns details for all the retention configurations for that account.

Note: Currently, Config supports only one retention configuration per region in your account.