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

ShareDetails

import type { ShareDetails } from "https://aws-api.deno.dev/v0.3/services/servicecatalog.ts?docs=full";

Information about the portfolio share operation.

interface ShareDetails {
ShareErrors?: ShareError[] | null;
SuccessfulShares?: string[] | null;
}

§Properties

§
ShareErrors?: ShareError[] | null
[src]

List of errors.

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

List of accounts for whom the operation succeeded.