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

GetProvisionedProductOutputsInput

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

§Properties

§
AcceptLanguage?: string | null
[src]

The language code.

  • en - English (default)
  • jp - Japanese
  • zh - Chinese
§
OutputKeys?: string[] | null
[src]

The list of keys that the API should return with their values. If none are provided, the API will return all outputs of the provisioned product.

§
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.

§
ProvisionedProductId?: string | null
[src]

The identifier of the provisioned product that you want the outputs from.

§
ProvisionedProductName?: string | null
[src]

The name of the provisioned product that you want the outputs from.