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

GetParametersRequest

import type { GetParametersRequest } from "https://aws-api.deno.dev/v0.3/services/ssm.ts?docs=full";
interface GetParametersRequest {
Names: string[];
WithDecryption?: boolean | null;
}

§Properties

§
Names: string[]
[src]

Names of the parameters for which you want to query information.

To query by parameter label, use "Name": "name:label". To query by parameter version, use "Name": "name:version".

§
WithDecryption?: boolean | null
[src]

Return decrypted secure string value. Return decrypted values for secure string parameters. This flag is ignored for String and StringList parameter types.