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

ModifyDocumentPermissionRequest

import type { ModifyDocumentPermissionRequest } from "https://aws-api.deno.dev/v0.3/services/ssm.ts?docs=full";
interface ModifyDocumentPermissionRequest {
AccountIdsToAdd?: string[] | null;
AccountIdsToRemove?: string[] | null;
Name: string;
PermissionType: DocumentPermissionType;
SharedDocumentVersion?: string | null;
}

§Properties

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

The Amazon Web Services user accounts that should have access to the document. The account IDs can either be a group of account IDs or All.

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

The Amazon Web Services user accounts that should no longer have access to the document. The Amazon Web Services user account can either be a group of account IDs or All. This action has a higher priority than AccountIdsToAdd. If you specify an account ID to add and the same ID to remove, the system removes access to the document.

§
Name: string
[src]

The name of the document that you want to share.

§

The permission type for the document. The permission type can be Share.

§
SharedDocumentVersion?: string | null
[src]

(Optional) The version of the document to share. If it isn't specified, the system choose the Default version to share.