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

DescribeHsmConfigurationsMessage

import type { DescribeHsmConfigurationsMessage } from "https://aws-api-16vtt531a2w0.deno.dev/v0.2/services/redshift.ts";
interface DescribeHsmConfigurationsMessage {
HsmConfigurationIdentifier?: string | null;
Marker?: string | null;
MaxRecords?: number | null;
TagKeys?: string[] | null;
TagValues?: string[] | null;
}

§Properties

§
HsmConfigurationIdentifier?: string | null
[src]
§
Marker?: string | null
[src]
§
MaxRecords?: number | null
[src]
§
TagKeys?: string[] | null
[src]
§
TagValues?: string[] | null
[src]