@aws-sdk/client-service-catalog 3.58.0 → 3.63.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/CHANGELOG.md
CHANGED
|
@@ -3,6 +3,17 @@
|
|
|
3
3
|
All notable changes to this project will be documented in this file.
|
|
4
4
|
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
|
5
5
|
|
|
6
|
+
# [3.63.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.62.0...v3.63.0) (2022-04-04)
|
|
7
|
+
|
|
8
|
+
|
|
9
|
+
### Features
|
|
10
|
+
|
|
11
|
+
* **client-service-catalog:** This release adds ProvisioningArtifictOutputKeys to DescribeProvisioningParameters to reference the outputs of a Provisioned Product and deprecates ProvisioningArtifactOutputs. ([2ef44bc](https://github.com/aws/aws-sdk-js-v3/commit/2ef44bce101a89f7086898da1c814f9275e887cd))
|
|
12
|
+
|
|
13
|
+
|
|
14
|
+
|
|
15
|
+
|
|
16
|
+
|
|
6
17
|
# [3.58.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.57.0...v3.58.0) (2022-03-28)
|
|
7
18
|
|
|
8
19
|
**Note:** Version bump only for package @aws-sdk/client-service-catalog
|
|
@@ -6061,6 +6061,9 @@ const deserializeAws_json1_1DescribeProvisioningParametersOutput = (output, cont
|
|
|
6061
6061
|
ConstraintSummaries: output.ConstraintSummaries !== undefined && output.ConstraintSummaries !== null
|
|
6062
6062
|
? deserializeAws_json1_1ConstraintSummaries(output.ConstraintSummaries, context)
|
|
6063
6063
|
: undefined,
|
|
6064
|
+
ProvisioningArtifactOutputKeys: output.ProvisioningArtifactOutputKeys !== undefined && output.ProvisioningArtifactOutputKeys !== null
|
|
6065
|
+
? deserializeAws_json1_1ProvisioningArtifactOutputs(output.ProvisioningArtifactOutputKeys, context)
|
|
6066
|
+
: undefined,
|
|
6064
6067
|
ProvisioningArtifactOutputs: output.ProvisioningArtifactOutputs !== undefined && output.ProvisioningArtifactOutputs !== null
|
|
6065
6068
|
? deserializeAws_json1_1ProvisioningArtifactOutputs(output.ProvisioningArtifactOutputs, context)
|
|
6066
6069
|
: undefined,
|
|
@@ -6974,6 +6974,9 @@ var deserializeAws_json1_1DescribeProvisioningParametersOutput = function (outpu
|
|
|
6974
6974
|
ConstraintSummaries: output.ConstraintSummaries !== undefined && output.ConstraintSummaries !== null
|
|
6975
6975
|
? deserializeAws_json1_1ConstraintSummaries(output.ConstraintSummaries, context)
|
|
6976
6976
|
: undefined,
|
|
6977
|
+
ProvisioningArtifactOutputKeys: output.ProvisioningArtifactOutputKeys !== undefined && output.ProvisioningArtifactOutputKeys !== null
|
|
6978
|
+
? deserializeAws_json1_1ProvisioningArtifactOutputs(output.ProvisioningArtifactOutputKeys, context)
|
|
6979
|
+
: undefined,
|
|
6977
6980
|
ProvisioningArtifactOutputs: output.ProvisioningArtifactOutputs !== undefined && output.ProvisioningArtifactOutputs !== null
|
|
6978
6981
|
? deserializeAws_json1_1ProvisioningArtifactOutputs(output.ProvisioningArtifactOutputs, context)
|
|
6979
6982
|
: undefined,
|
|
@@ -3482,9 +3482,15 @@ export interface DescribeProvisioningParametersOutput {
|
|
|
3482
3482
|
*/
|
|
3483
3483
|
ProvisioningArtifactPreferences?: ProvisioningArtifactPreferences;
|
|
3484
3484
|
/**
|
|
3485
|
+
* @deprecated
|
|
3486
|
+
*
|
|
3485
3487
|
* <p>The output of the provisioning artifact.</p>
|
|
3486
3488
|
*/
|
|
3487
3489
|
ProvisioningArtifactOutputs?: ProvisioningArtifactOutput[];
|
|
3490
|
+
/**
|
|
3491
|
+
* <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>
|
|
3492
|
+
*/
|
|
3493
|
+
ProvisioningArtifactOutputKeys?: ProvisioningArtifactOutput[];
|
|
3488
3494
|
}
|
|
3489
3495
|
export declare namespace DescribeProvisioningParametersOutput {
|
|
3490
3496
|
/**
|
|
@@ -1613,6 +1613,8 @@ export interface DescribeProvisioningParametersOutput {
|
|
|
1613
1613
|
ProvisioningArtifactPreferences?: ProvisioningArtifactPreferences;
|
|
1614
1614
|
|
|
1615
1615
|
ProvisioningArtifactOutputs?: ProvisioningArtifactOutput[];
|
|
1616
|
+
|
|
1617
|
+
ProvisioningArtifactOutputKeys?: ProvisioningArtifactOutput[];
|
|
1616
1618
|
}
|
|
1617
1619
|
export declare namespace DescribeProvisioningParametersOutput {
|
|
1618
1620
|
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@aws-sdk/client-service-catalog",
|
|
3
3
|
"description": "AWS SDK for JavaScript Service Catalog Client for Node.js, Browser and React Native",
|
|
4
|
-
"version": "3.
|
|
4
|
+
"version": "3.63.0",
|
|
5
5
|
"scripts": {
|
|
6
6
|
"build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
|
|
7
7
|
"build:cjs": "tsc -p tsconfig.cjs.json",
|