Skip to content

Commit 0b839aa

Browse files
author
AWS
committed
AWS Service Catalog Update: This release adds ProvisioningArtifictOutputKeys to DescribeProvisioningParameters to reference the outputs of a Provisioned Product and deprecates ProvisioningArtifactOutputs.
1 parent c4349d9 commit 0b839aa

File tree

2 files changed

+13
-1
lines changed

2 files changed

+13
-1
lines changed
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
{
2+
"type": "feature",
3+
"category": "AWS Service Catalog",
4+
"contributor": "",
5+
"description": "This release adds ProvisioningArtifictOutputKeys to DescribeProvisioningParameters to reference the outputs of a Provisioned Product and deprecates ProvisioningArtifactOutputs."
6+
}

services/servicecatalog/src/main/resources/codegen-resources/service-2.json

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2745,7 +2745,13 @@
27452745
},
27462746
"ProvisioningArtifactOutputs":{
27472747
"shape":"ProvisioningArtifactOutputs",
2748-
"documentation":"<p>The output of the provisioning artifact.</p>"
2748+
"documentation":"<p>The output of the provisioning artifact.</p>",
2749+
"deprecated":true,
2750+
"deprecatedMessage":"This property is deprecated and returns the Id and Description of the Provisioning Artifact. Use ProvisioningArtifactOutputKeys instead to get the Keys and Descriptions of the outputs."
2751+
},
2752+
"ProvisioningArtifactOutputKeys":{
2753+
"shape":"ProvisioningArtifactOutputs",
2754+
"documentation":"<p>A list of the keys and descriptions of the outputs. These outputs can be referenced from a provisioned product launched from this provisioning artifact.</p>"
27492755
}
27502756
}
27512757
},

0 commit comments

Comments
 (0)