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

UpdateProvisioningArtifactInput

import type { UpdateProvisioningArtifactInput } from "https://aws-api.deno.dev/v0.4/services/servicecatalog.ts?docs=full";
interface UpdateProvisioningArtifactInput {
AcceptLanguage?: string | null;
Active?: boolean | null;
Description?: string | null;
Guidance?: ProvisioningArtifactGuidance | null;
Name?: string | null;
ProductId: string;
ProvisioningArtifactId: string;
}

§Properties

§
AcceptLanguage?: string | null
[src]

The language code.

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

Indicates whether the product version is active.

Inactive provisioning artifacts are invisible to end users. End users cannot launch or update a provisioned product from an inactive provisioning artifact.

§
Description?: string | null
[src]

The updated description of the provisioning artifact.

§

Information set by the administrator to provide guidance to end users about which provisioning artifacts to use.

The DEFAULT value indicates that the product version is active.

The administrator can set the guidance to DEPRECATED to inform users that the product version is deprecated. Users are able to make updates to a provisioned product of a deprecated version but cannot launch new provisioned products using a deprecated version.

§
Name?: string | null
[src]

The updated name of the provisioning artifact.

§
ProductId: string
[src]

The product identifier.

§
ProvisioningArtifactId: string
[src]

The identifier of the provisioning artifact.