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

DecodeAuthorizationMessageResponse

import type { DecodeAuthorizationMessageResponse } from "https://aws-api.deno.dev/v0.4/services/sts.ts?docs=full";

A document that contains additional information about the authorization status of a request from an encoded message that is returned in response to an Amazon Web Services request.

interface DecodeAuthorizationMessageResponse {
DecodedMessage?: string | null;
}

§Properties

§
DecodedMessage?: string | null
[src]

The API returns a response with the decoded message.