Class: Aws::ServiceCatalog::Types::UpdateProvisionedProductInput

Inherits:
Struct
  • Object
show all
Includes:
Aws::Structure
Defined in:
lib/aws-sdk-servicecatalog/types.rb

Overview

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
}

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#accept_languageString

The language code.

  • ‘en` - English (default)

  • ‘jp` - Japanese

  • ‘zh` - Chinese

Returns:

  • (String)


7848
7849
7850
7851
7852
7853
7854
7855
7856
7857
7858
7859
7860
7861
7862
7863
7864
# File 'lib/aws-sdk-servicecatalog/types.rb', line 7848

class UpdateProvisionedProductInput < Struct.new(
  :accept_language,
  :provisioned_product_name,
  :provisioned_product_id,
  :product_id,
  :product_name,
  :provisioning_artifact_id,
  :provisioning_artifact_name,
  :path_id,
  :path_name,
  :provisioning_parameters,
  :provisioning_preferences,
  :tags,
  :update_token)
  SENSITIVE = []
  include Aws::Structure
end

#path_idString

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.

Returns:

  • (String)


7848
7849
7850
7851
7852
7853
7854
7855
7856
7857
7858
7859
7860
7861
7862
7863
7864
# File 'lib/aws-sdk-servicecatalog/types.rb', line 7848

class UpdateProvisionedProductInput < Struct.new(
  :accept_language,
  :provisioned_product_name,
  :provisioned_product_id,
  :product_id,
  :product_name,
  :provisioning_artifact_id,
  :provisioning_artifact_name,
  :path_id,
  :path_name,
  :provisioning_parameters,
  :provisioning_preferences,
  :tags,
  :update_token)
  SENSITIVE = []
  include Aws::Structure
end

#path_nameString

The name of the path. You must provide the name or ID, but not both.

Returns:

  • (String)


7848
7849
7850
7851
7852
7853
7854
7855
7856
7857
7858
7859
7860
7861
7862
7863
7864
# File 'lib/aws-sdk-servicecatalog/types.rb', line 7848

class UpdateProvisionedProductInput < Struct.new(
  :accept_language,
  :provisioned_product_name,
  :provisioned_product_id,
  :product_id,
  :product_name,
  :provisioning_artifact_id,
  :provisioning_artifact_name,
  :path_id,
  :path_name,
  :provisioning_parameters,
  :provisioning_preferences,
  :tags,
  :update_token)
  SENSITIVE = []
  include Aws::Structure
end

#product_idString

The identifier of the product. You must provide the name or ID, but not both.

Returns:

  • (String)


7848
7849
7850
7851
7852
7853
7854
7855
7856
7857
7858
7859
7860
7861
7862
7863
7864
# File 'lib/aws-sdk-servicecatalog/types.rb', line 7848

class UpdateProvisionedProductInput < Struct.new(
  :accept_language,
  :provisioned_product_name,
  :provisioned_product_id,
  :product_id,
  :product_name,
  :provisioning_artifact_id,
  :provisioning_artifact_name,
  :path_id,
  :path_name,
  :provisioning_parameters,
  :provisioning_preferences,
  :tags,
  :update_token)
  SENSITIVE = []
  include Aws::Structure
end

#product_nameString

The name of the product. You must provide the name or ID, but not both.

Returns:

  • (String)


7848
7849
7850
7851
7852
7853
7854
7855
7856
7857
7858
7859
7860
7861
7862
7863
7864
# File 'lib/aws-sdk-servicecatalog/types.rb', line 7848

class UpdateProvisionedProductInput < Struct.new(
  :accept_language,
  :provisioned_product_name,
  :provisioned_product_id,
  :product_id,
  :product_name,
  :provisioning_artifact_id,
  :provisioning_artifact_name,
  :path_id,
  :path_name,
  :provisioning_parameters,
  :provisioning_preferences,
  :tags,
  :update_token)
  SENSITIVE = []
  include Aws::Structure
end

#provisioned_product_idString

The identifier of the provisioned product. You must provide the name or ID, but not both.

Returns:

  • (String)


7848
7849
7850
7851
7852
7853
7854
7855
7856
7857
7858
7859
7860
7861
7862
7863
7864
# File 'lib/aws-sdk-servicecatalog/types.rb', line 7848

class UpdateProvisionedProductInput < Struct.new(
  :accept_language,
  :provisioned_product_name,
  :provisioned_product_id,
  :product_id,
  :product_name,
  :provisioning_artifact_id,
  :provisioning_artifact_name,
  :path_id,
  :path_name,
  :provisioning_parameters,
  :provisioning_preferences,
  :tags,
  :update_token)
  SENSITIVE = []
  include Aws::Structure
end

#provisioned_product_nameString

The name of the provisioned product. You cannot specify both ‘ProvisionedProductName` and `ProvisionedProductId`.

Returns:

  • (String)


7848
7849
7850
7851
7852
7853
7854
7855
7856
7857
7858
7859
7860
7861
7862
7863
7864
# File 'lib/aws-sdk-servicecatalog/types.rb', line 7848

class UpdateProvisionedProductInput < Struct.new(
  :accept_language,
  :provisioned_product_name,
  :provisioned_product_id,
  :product_id,
  :product_name,
  :provisioning_artifact_id,
  :provisioning_artifact_name,
  :path_id,
  :path_name,
  :provisioning_parameters,
  :provisioning_preferences,
  :tags,
  :update_token)
  SENSITIVE = []
  include Aws::Structure
end

#provisioning_artifact_idString

The identifier of the provisioning artifact.

Returns:

  • (String)


7848
7849
7850
7851
7852
7853
7854
7855
7856
7857
7858
7859
7860
7861
7862
7863
7864
# File 'lib/aws-sdk-servicecatalog/types.rb', line 7848

class UpdateProvisionedProductInput < Struct.new(
  :accept_language,
  :provisioned_product_name,
  :provisioned_product_id,
  :product_id,
  :product_name,
  :provisioning_artifact_id,
  :provisioning_artifact_name,
  :path_id,
  :path_name,
  :provisioning_parameters,
  :provisioning_preferences,
  :tags,
  :update_token)
  SENSITIVE = []
  include Aws::Structure
end

#provisioning_artifact_nameString

The name of the provisioning artifact. You must provide the name or ID, but not both.

Returns:

  • (String)


7848
7849
7850
7851
7852
7853
7854
7855
7856
7857
7858
7859
7860
7861
7862
7863
7864
# File 'lib/aws-sdk-servicecatalog/types.rb', line 7848

class UpdateProvisionedProductInput < Struct.new(
  :accept_language,
  :provisioned_product_name,
  :provisioned_product_id,
  :product_id,
  :product_name,
  :provisioning_artifact_id,
  :provisioning_artifact_name,
  :path_id,
  :path_name,
  :provisioning_parameters,
  :provisioning_preferences,
  :tags,
  :update_token)
  SENSITIVE = []
  include Aws::Structure
end

#provisioning_parametersArray<Types::UpdateProvisioningParameter>

The new parameters.



7848
7849
7850
7851
7852
7853
7854
7855
7856
7857
7858
7859
7860
7861
7862
7863
7864
# File 'lib/aws-sdk-servicecatalog/types.rb', line 7848

class UpdateProvisionedProductInput < Struct.new(
  :accept_language,
  :provisioned_product_name,
  :provisioned_product_id,
  :product_id,
  :product_name,
  :provisioning_artifact_id,
  :provisioning_artifact_name,
  :path_id,
  :path_name,
  :provisioning_parameters,
  :provisioning_preferences,
  :tags,
  :update_token)
  SENSITIVE = []
  include Aws::Structure
end

#provisioning_preferencesTypes::UpdateProvisioningPreferences

An object that contains information about the provisioning preferences for a stack set.



7848
7849
7850
7851
7852
7853
7854
7855
7856
7857
7858
7859
7860
7861
7862
7863
7864
# File 'lib/aws-sdk-servicecatalog/types.rb', line 7848

class UpdateProvisionedProductInput < Struct.new(
  :accept_language,
  :provisioned_product_name,
  :provisioned_product_id,
  :product_id,
  :product_name,
  :provisioning_artifact_id,
  :provisioning_artifact_name,
  :path_id,
  :path_name,
  :provisioning_parameters,
  :provisioning_preferences,
  :tags,
  :update_token)
  SENSITIVE = []
  include Aws::Structure
end

#tagsArray<Types::Tag>

One or more tags. Requires the product to have ‘RESOURCE_UPDATE` constraint with `TagUpdatesOnProvisionedProduct` set to `ALLOWED` to allow tag updates.

Returns:



7848
7849
7850
7851
7852
7853
7854
7855
7856
7857
7858
7859
7860
7861
7862
7863
7864
# File 'lib/aws-sdk-servicecatalog/types.rb', line 7848

class UpdateProvisionedProductInput < Struct.new(
  :accept_language,
  :provisioned_product_name,
  :provisioned_product_id,
  :product_id,
  :product_name,
  :provisioning_artifact_id,
  :provisioning_artifact_name,
  :path_id,
  :path_name,
  :provisioning_parameters,
  :provisioning_preferences,
  :tags,
  :update_token)
  SENSITIVE = []
  include Aws::Structure
end

#update_tokenString

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.

Returns:

  • (String)


7848
7849
7850
7851
7852
7853
7854
7855
7856
7857
7858
7859
7860
7861
7862
7863
7864
# File 'lib/aws-sdk-servicecatalog/types.rb', line 7848

class UpdateProvisionedProductInput < Struct.new(
  :accept_language,
  :provisioned_product_name,
  :provisioned_product_id,
  :product_id,
  :product_name,
  :provisioning_artifact_id,
  :provisioning_artifact_name,
  :path_id,
  :path_name,
  :provisioning_parameters,
  :provisioning_preferences,
  :tags,
  :update_token)
  SENSITIVE = []
  include Aws::Structure
end