paws.management (version 0.1.0)

servicecatalog_execute_provisioned_product_plan: Provisions or modifies a product based on the resource changes for the specified plan

Description

Provisions or modifies a product based on the resource changes for the specified plan.

Usage

servicecatalog_execute_provisioned_product_plan(AcceptLanguage, PlanId,
  IdempotencyToken)

Arguments

AcceptLanguage

The language code.

  • en - English (default)

  • jp - Japanese

  • zh - Chinese

PlanId

[required] The plan identifier.

IdempotencyToken

[required] 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.

Request syntax

svc$execute_provisioned_product_plan(
  AcceptLanguage = "string",
  PlanId = "string",
  IdempotencyToken = "string"
)