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

UpdatePortfolioShareOutput

import type { UpdatePortfolioShareOutput } from "https://aws-api.deno.dev/v0.4/services/servicecatalog.ts?docs=full";
interface UpdatePortfolioShareOutput {
PortfolioShareToken?: string | null;
Status?: ShareStatus | null;
}

§Properties

§
PortfolioShareToken?: string | null
[src]

The token that tracks the status of the UpdatePortfolioShare operation for external account to account or organizational type sharing.

§
Status?: ShareStatus | null
[src]

The status of UpdatePortfolioShare operation. You can also obtain the operation status using DescribePortfolioShareStatus API.