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

ListAcceptedPortfolioSharesInput

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

§Properties

§
AcceptLanguage?: string | null
[src]

The language code.

  • en - English (default)
  • jp - Japanese
  • zh - Chinese
§
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.

§
PortfolioShareType?: PortfolioShareType | null
[src]

The type of shared portfolios to list. The default is to list imported portfolios.

  • AWS_ORGANIZATIONS - List portfolios accepted and shared via organizational sharing by the management account or delegated administrator of your organization.
  • AWS_SERVICECATALOG - Deprecated type.
  • IMPORTED - List imported portfolios that have been accepted and shared through account-to-account sharing.