Provisions or modifies a product based on the resource changes for the specified plan.
servicecatalog_execute_provisioned_product_plan(AcceptLanguage, PlanId,
IdempotencyToken)
The language code.
en
- English (default)
jp
- Japanese
zh
- Chinese
[required] The plan identifier.
[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.
A list with the following syntax:
list( RecordDetail = list( RecordId = "string", ProvisionedProductName = "string", Status = "CREATED"|"IN_PROGRESS"|"IN_PROGRESS_IN_ERROR"|"SUCCEEDED"|"FAILED", CreatedTime = as.POSIXct( "2015-01-01" ), UpdatedTime = as.POSIXct( "2015-01-01" ), ProvisionedProductType = "string", RecordType = "string", ProvisionedProductId = "string", ProductId = "string", ProvisioningArtifactId = "string", PathId = "string", RecordErrors = list( list( Code = "string", Description = "string" ) ), RecordTags = list( list( Key = "string", Value = "string" ) ), LaunchRoleArn = "string" ) )
svc$execute_provisioned_product_plan( AcceptLanguage = "string", PlanId = "string", IdempotencyToken = "string" )