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

DescribeDocumentPermissionResponse

import type { DescribeDocumentPermissionResponse } from "https://aws-api.deno.dev/v0.3/services/ssm.ts?docs=full";
interface DescribeDocumentPermissionResponse {
AccountIds?: string[] | null;
AccountSharingInfoList?: AccountSharingInfo[] | null;
NextToken?: string | null;
}

§Properties

§
AccountIds?: string[] | null
[src]

The account IDs that have permission to use this document. The ID can be either an Amazon Web Services account or All.

§
AccountSharingInfoList?: AccountSharingInfo[] | null
[src]

A list of Amazon Web Services accounts where the current document is shared and the version shared with each account.

§
NextToken?: string | null
[src]

The token for the next set of items to return. Use this token to get the next set of results.