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

AssociateResourceSharePermissionRequest

import type { AssociateResourceSharePermissionRequest } from "https://aws-api-gyr5wj9zj0fg.deno.dev/v0.2/services/ram.ts";
interface AssociateResourceSharePermissionRequest {
clientToken?: string | null;
permissionArn: string;
permissionVersion?: number | null;
replace?: boolean | null;
resourceShareArn: string;
}

§Properties

§
clientToken?: string | null
[src]
§
permissionArn: string
[src]
§
permissionVersion?: number | null
[src]
§
replace?: boolean | null
[src]
§
resourceShareArn: string
[src]