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

Parameter

import type { Parameter } from "https://aws-api-gyr5wj9zj0fg.deno.dev/v0.2/services/ssm.ts";
interface Parameter {
ARN?: string | null;
DataType?: string | null;
LastModifiedDate?: Date | number | null;
Name?: string | null;
Selector?: string | null;
SourceResult?: string | null;
Type?: ParameterType | null;
Value?: string | null;
Version?: number | null;
}

§Properties

§
ARN?: string | null
[src]
§
DataType?: string | null
[src]
§
LastModifiedDate?: Date | number | null
[src]
§
Name?: string | null
[src]
§
Selector?: string | null
[src]
§
SourceResult?: string | null
[src]
§
Type?: ParameterType | null
[src]
§
Value?: string | null
[src]
§
Version?: number | null
[src]