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

UnshareApplicationRequest

import type { UnshareApplicationRequest } from "https://aws-api.deno.dev/v0.4/services/serverlessapplicationrepository.ts?docs=full";
interface UnshareApplicationRequest {
ApplicationId: string;
OrganizationId: string;
}

§Properties

§
ApplicationId: string
[src]

The Amazon Resource Name (ARN) of the application.

§
OrganizationId: string
[src]

The AWS Organization ID to unshare the application from.