You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
AWS Service Catalog Update: This release adds ProvisioningArtifictOutputKeys to DescribeProvisioningParameters to reference the outputs of a Provisioned Product and deprecates ProvisioningArtifactOutputs.
"description": "This release adds ProvisioningArtifictOutputKeys to DescribeProvisioningParameters to reference the outputs of a Provisioned Product and deprecates ProvisioningArtifactOutputs."
Copy file name to clipboardExpand all lines: services/servicecatalog/src/main/resources/codegen-resources/service-2.json
+7-1Lines changed: 7 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -2745,7 +2745,13 @@
2745
2745
},
2746
2746
"ProvisioningArtifactOutputs":{
2747
2747
"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>"
0 commit comments