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

PutParameterResult

import type { PutParameterResult } from "https://aws-api.deno.dev/v0.3/services/ssm.ts?docs=full";
interface PutParameterResult {
Tier?: ParameterTier | null;
Version?: number | null;
}

§Properties

§
Tier?: ParameterTier | null
[src]

The tier assigned to the parameter.

§
Version?: number | null
[src]

The new version number of a parameter. If you edit a parameter value, Parameter Store automatically creates a new version and assigns this new version a unique ID. You can reference a parameter version ID in API operations or in Systems Manager documents (SSM documents). By default, if you don't specify a specific version, the system returns the latest parameter value when a parameter is called.