class Aws::ServiceCatalog::Types::UpdateProvisionedProductInput

@note When making an API call, you may pass UpdateProvisionedProductInput

data as a hash:

    {
      accept_language: "AcceptLanguage",
      provisioned_product_name: "ProvisionedProductNameOrArn",
      provisioned_product_id: "Id",
      product_id: "Id",
      product_name: "ProductViewName",
      provisioning_artifact_id: "Id",
      provisioning_artifact_name: "ProvisioningArtifactName",
      path_id: "Id",
      path_name: "PortfolioDisplayName",
      provisioning_parameters: [
        {
          key: "ParameterKey",
          value: "ParameterValue",
          use_previous_value: false,
        },
      ],
      provisioning_preferences: {
        stack_set_accounts: ["AccountId"],
        stack_set_regions: ["Region"],
        stack_set_failure_tolerance_count: 1,
        stack_set_failure_tolerance_percentage: 1,
        stack_set_max_concurrency_count: 1,
        stack_set_max_concurrency_percentage: 1,
        stack_set_operation_type: "CREATE", # accepts CREATE, UPDATE, DELETE
      },
      tags: [
        {
          key: "TagKey", # required
          value: "TagValue", # required
        },
      ],
      update_token: "IdempotencyToken", # required
    }

@!attribute [rw] accept_language

The language code.

* `en` - English (default)

* `jp` - Japanese

* `zh` - Chinese
@return [String]

@!attribute [rw] provisioned_product_name

The name of the provisioned product. You cannot specify both
`ProvisionedProductName` and `ProvisionedProductId`.
@return [String]

@!attribute [rw] provisioned_product_id

The identifier of the provisioned product. You must provide the name
or ID, but not both.
@return [String]

@!attribute [rw] product_id

The identifier of the product. You must provide the name or ID, but
not both.
@return [String]

@!attribute [rw] product_name

The name of the product. You must provide the name or ID, but not
both.
@return [String]

@!attribute [rw] provisioning_artifact_id

The identifier of the provisioning artifact.
@return [String]

@!attribute [rw] provisioning_artifact_name

The name of the provisioning artifact. You must provide the name or
ID, but not both.
@return [String]

@!attribute [rw] path_id

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.
@return [String]

@!attribute [rw] path_name

The name of the path. You must provide the name or ID, but not both.
@return [String]

@!attribute [rw] provisioning_parameters

The new parameters.
@return [Array<Types::UpdateProvisioningParameter>]

@!attribute [rw] provisioning_preferences

An object that contains information about the provisioning
preferences for a stack set.
@return [Types::UpdateProvisioningPreferences]

@!attribute [rw] tags

One or more tags. Requires the product to have `RESOURCE_UPDATE`
constraint with `TagUpdatesOnProvisionedProduct` set to `ALLOWED` to
allow tag updates.
@return [Array<Types::Tag>]

@!attribute [rw] update_token

The idempotency token that uniquely identifies the provisioning
update request.

**A suitable default value is auto-generated.** You should normally
not need to pass this option.
@return [String]

@see docs.aws.amazon.com/goto/WebAPI/servicecatalog-2015-12-10/UpdateProvisionedProductInput AWS API Documentation

Constants

SENSITIVE