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

DescribePortfolioSharesInput

import type { DescribePortfolioSharesInput } from "https://aws-api.deno.dev/v0.4/services/servicecatalog.ts?docs=full";
interface DescribePortfolioSharesInput {
PageSize?: number | null;
PageToken?: string | null;
PortfolioId: string;
}

§Properties

§
PageSize?: number | null
[src]

The maximum number of items to return with this call.

§
PageToken?: string | null
[src]

The page token for the next set of results. To retrieve the first set of results, use null.

§
PortfolioId: string
[src]

The unique identifier of the portfolio for which shares will be retrieved.

§

The type of portfolio share to summarize. This field acts as a filter on the type of portfolio share, which can be one of the following:

ACCOUNT - Represents an external account to account share.

ORGANIZATION - Represents a share to an organization. This share is available to every account in the organization.

ORGANIZATIONAL_UNIT - Represents a share to an organizational unit.

ORGANIZATION_MEMBER_ACCOUNT - Represents a share to an account in the organization.