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

ExecuteProvisionedProductServiceActionInput

import type { ExecuteProvisionedProductServiceActionInput } from "https://aws-api.deno.dev/v0.4/services/servicecatalog.ts?docs=full";
interface ExecuteProvisionedProductServiceActionInput {
AcceptLanguage?: string | null;
ExecuteToken: string;
Parameters?: {
[key: string]: string[] | null | undefined;
}
| null;
ProvisionedProductId: string;
ServiceActionId: string;
}

§Properties

§
AcceptLanguage?: string | null
[src]

The language code.

  • en - English (default)
  • jp - Japanese
  • zh - Chinese
§
ExecuteToken: string
[src]

An idempotency token that uniquely identifies the execute request.

§
Parameters?: {
[key: string]: string[] | null | undefined;
}
| null
[src]

A map of all self-service action parameters and their values. If a provided parameter is of a special type, such as TARGET, the provided value will override the default value generated by Service Catalog. If the parameters field is not provided, no additional parameters are passed and default values will be used for any special parameters such as TARGET.

§
ProvisionedProductId: string
[src]

The identifier of the provisioned product.

§
ServiceActionId: string
[src]

The self-service action identifier. For example, act-fs7abcd89wxyz.