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

DescribeRetentionConfigurationsResponse

import type { DescribeRetentionConfigurationsResponse } from "https://aws-api-16vtt531a2w0.deno.dev/v0.2/services/configservice.ts";
interface DescribeRetentionConfigurationsResponse {
NextToken?: string | null;
RetentionConfigurations?: RetentionConfiguration[] | null;
}

§Properties

§
NextToken?: string | null
[src]
§
RetentionConfigurations?: RetentionConfiguration[] | null
[src]