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

UpdateProvisionedProductInput

import type { UpdateProvisionedProductInput } from "https://aws-api.deno.dev/v0.4/services/servicecatalog.ts?docs=full";
interface UpdateProvisionedProductInput {
AcceptLanguage?: string | null;
PathId?: string | null;
PathName?: string | null;
ProductId?: string | null;
ProductName?: string | null;
ProvisionedProductId?: string | null;
ProvisionedProductName?: string | null;
ProvisioningArtifactId?: string | null;
ProvisioningArtifactName?: string | null;
ProvisioningParameters?: UpdateProvisioningParameter[] | null;
ProvisioningPreferences?: UpdateProvisioningPreferences | null;
Tags?: Tag[] | null;
UpdateToken: string;
}

§Properties

§
AcceptLanguage?: string | null
[src]

The language code.

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

The path identifier. This value is optional if the product has a default path, and required if the product has more than one path. You must provide the name or ID, but not both.

§
PathName?: string | null
[src]

The name of the path. You must provide the name or ID, but not both.

§
ProductId?: string | null
[src]

The identifier of the product. You must provide the name or ID, but not both.

§
ProductName?: string | null
[src]

The name of the product. You must provide the name or ID, but not both.

§
ProvisionedProductId?: string | null
[src]

The identifier of the provisioned product. You must provide the name or ID, but not both.

§
ProvisionedProductName?: string | null
[src]

The name of the provisioned product. You cannot specify both ProvisionedProductName and ProvisionedProductId.

§
ProvisioningArtifactId?: string | null
[src]

The identifier of the provisioning artifact.

§
ProvisioningArtifactName?: string | null
[src]

The name of the provisioning artifact. You must provide the name or ID, but not both.

§
ProvisioningParameters?: UpdateProvisioningParameter[] | null
[src]

The new parameters.

§
ProvisioningPreferences?: UpdateProvisioningPreferences | null
[src]

An object that contains information about the provisioning preferences for a stack set.

§
Tags?: Tag[] | null
[src]

One or more tags. Requires the product to have RESOURCE_UPDATE constraint with TagUpdatesOnProvisionedProduct set to ALLOWED to allow tag updates.

§
UpdateToken: string
[src]

The idempotency token that uniquely identifies the provisioning update request.