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

CreateProvisionedProductPlanInput

import type { CreateProvisionedProductPlanInput } from "https://aws-api.deno.dev/v0.4/services/servicecatalog.ts?docs=full";
interface CreateProvisionedProductPlanInput {
AcceptLanguage?: string | null;
IdempotencyToken: string;
NotificationArns?: string[] | null;
PathId?: string | null;
PlanName: string;
ProductId: string;
ProvisionedProductName: string;
ProvisioningArtifactId: string;
ProvisioningParameters?: UpdateProvisioningParameter[] | null;
Tags?: Tag[] | null;
}

§Properties

§
AcceptLanguage?: string | null
[src]

The language code.

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

A unique identifier that you provide to ensure idempotency. If multiple requests differ only by the idempotency token, the same response is returned for each repeated request.

§
NotificationArns?: string[] | null
[src]

Passed to CloudFormation. The SNS topic ARNs to which to publish stack-related events.

§
PathId?: string | null
[src]

The path identifier of the product. This value is optional if the product has a default path, and required if the product has more than one path. To list the paths for a product, use "ListLaunchPaths".

§
PlanName: string
[src]

The name of the plan.

§

The plan type.

§
ProductId: string
[src]

The product identifier.

§
ProvisionedProductName: string
[src]

A user-friendly name for the provisioned product. This value must be unique for the Amazon Web Services account and cannot be updated after the product is provisioned.

§
ProvisioningArtifactId: string
[src]

The identifier of the provisioning artifact.

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

Parameters specified by the administrator that are required for provisioning the product.

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

One or more tags.

If the plan is for an existing provisioned product, the product must have a RESOURCE_UPDATE constraint with TagUpdatesOnProvisionedProduct set to ALLOWED to allow tag updates.