Struct rusoto_servicecatalog::UpdateProvisionedProductInput [] [src]

pub struct UpdateProvisionedProductInput {
    pub accept_language: Option<AcceptLanguage>,
    pub path_id: Option<Id>,
    pub product_id: Option<Id>,
    pub provisioned_product_id: Option<Id>,
    pub provisioned_product_name: Option<ProvisionedProductNameOrArn>,
    pub provisioning_artifact_id: Option<Id>,
    pub provisioning_parameters: Option<UpdateProvisioningParameters>,
    pub update_token: IdempotencyToken,
}

Fields

The language code to use for this operation. Supported language codes are as follows:

"en" (English)

"jp" (Japanese)

"zh" (Chinese)

If no code is specified, "en" is used as the default.

The identifier of the path to use in the updated ProvisionedProduct object. This value is optional if the product has a default path, and is required if there is more than one path for the specified product.

The identifier of the ProvisionedProduct object.

The identifier of the ProvisionedProduct object to update. You must specify either ProvisionedProductName or ProvisionedProductId, but not both.

The updated name of the ProvisionedProduct object . You must specify either ProvisionedProductName or ProvisionedProductId, but not both.

The provisioning artifact identifier for this product.

A list of ProvisioningParameter objects used to update the ProvisionedProduct object.

The idempotency token that uniquely identifies the provisioning update request.

Trait Implementations

impl Default for UpdateProvisionedProductInput
[src]

Returns the "default value" for a type. Read more

impl Debug for UpdateProvisionedProductInput
[src]

Formats the value using the given formatter.

impl Clone for UpdateProvisionedProductInput
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more