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

DescribePortfolioShareStatusOutput

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

§Properties

§
OrganizationNodeValue?: string | null
[src]

Organization node identifier. It can be either account id, organizational unit id or organization id.

§
PortfolioId?: string | null
[src]

The portfolio identifier.

§
PortfolioShareToken?: string | null
[src]

The token for the portfolio share operation. For example, share-6v24abcdefghi.

§
ShareDetails?: ShareDetails | null
[src]

Information about the portfolio share operation.

§
Status?: ShareStatus | null
[src]

Status of the portfolio share operation.