@aws-sdk/client-service-catalog 3.56.0 → 3.67.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,33 @@
|
|
|
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.67.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.66.0...v3.67.0) (2022-04-08)
|
|
7
|
+
|
|
8
|
+
**Note:** Version bump only for package @aws-sdk/client-service-catalog
|
|
9
|
+
|
|
10
|
+
|
|
11
|
+
|
|
12
|
+
|
|
13
|
+
|
|
14
|
+
# [3.63.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.62.0...v3.63.0) (2022-04-04)
|
|
15
|
+
|
|
16
|
+
|
|
17
|
+
### Features
|
|
18
|
+
|
|
19
|
+
* **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))
|
|
20
|
+
|
|
21
|
+
|
|
22
|
+
|
|
23
|
+
|
|
24
|
+
|
|
25
|
+
# [3.58.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.57.0...v3.58.0) (2022-03-28)
|
|
26
|
+
|
|
27
|
+
**Note:** Version bump only for package @aws-sdk/client-service-catalog
|
|
28
|
+
|
|
29
|
+
|
|
30
|
+
|
|
31
|
+
|
|
32
|
+
|
|
6
33
|
# [3.56.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.55.0...v3.56.0) (2022-03-24)
|
|
7
34
|
|
|
8
35
|
**Note:** Version bump only for package @aws-sdk/client-service-catalog
|
package/README.md
CHANGED
|
@@ -122,7 +122,7 @@ but they are supported by the send operation.
|
|
|
122
122
|
```js
|
|
123
123
|
// callbacks.
|
|
124
124
|
client.send(command, (err, data) => {
|
|
125
|
-
//
|
|
125
|
+
// process err and data.
|
|
126
126
|
});
|
|
127
127
|
```
|
|
128
128
|
|
|
@@ -156,7 +156,7 @@ client
|
|
|
156
156
|
|
|
157
157
|
// callbacks.
|
|
158
158
|
client.acceptPortfolioShare(params, (err, data) => {
|
|
159
|
-
//
|
|
159
|
+
// process err and data.
|
|
160
160
|
});
|
|
161
161
|
```
|
|
162
162
|
|
|
@@ -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.67.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",
|
|
@@ -18,41 +18,41 @@
|
|
|
18
18
|
"dependencies": {
|
|
19
19
|
"@aws-crypto/sha256-browser": "2.0.0",
|
|
20
20
|
"@aws-crypto/sha256-js": "2.0.0",
|
|
21
|
-
"@aws-sdk/client-sts": "3.
|
|
22
|
-
"@aws-sdk/config-resolver": "3.
|
|
23
|
-
"@aws-sdk/credential-provider-node": "3.
|
|
24
|
-
"@aws-sdk/fetch-http-handler": "3.
|
|
21
|
+
"@aws-sdk/client-sts": "3.67.0",
|
|
22
|
+
"@aws-sdk/config-resolver": "3.58.0",
|
|
23
|
+
"@aws-sdk/credential-provider-node": "3.67.0",
|
|
24
|
+
"@aws-sdk/fetch-http-handler": "3.58.0",
|
|
25
25
|
"@aws-sdk/hash-node": "3.55.0",
|
|
26
26
|
"@aws-sdk/invalid-dependency": "3.55.0",
|
|
27
|
-
"@aws-sdk/middleware-content-length": "3.
|
|
28
|
-
"@aws-sdk/middleware-host-header": "3.
|
|
27
|
+
"@aws-sdk/middleware-content-length": "3.58.0",
|
|
28
|
+
"@aws-sdk/middleware-host-header": "3.58.0",
|
|
29
29
|
"@aws-sdk/middleware-logger": "3.55.0",
|
|
30
|
-
"@aws-sdk/middleware-retry": "3.
|
|
30
|
+
"@aws-sdk/middleware-retry": "3.58.0",
|
|
31
31
|
"@aws-sdk/middleware-serde": "3.55.0",
|
|
32
|
-
"@aws-sdk/middleware-signing": "3.
|
|
32
|
+
"@aws-sdk/middleware-signing": "3.58.0",
|
|
33
33
|
"@aws-sdk/middleware-stack": "3.55.0",
|
|
34
|
-
"@aws-sdk/middleware-user-agent": "3.
|
|
35
|
-
"@aws-sdk/node-config-provider": "3.
|
|
36
|
-
"@aws-sdk/node-http-handler": "3.
|
|
37
|
-
"@aws-sdk/protocol-http": "3.
|
|
34
|
+
"@aws-sdk/middleware-user-agent": "3.58.0",
|
|
35
|
+
"@aws-sdk/node-config-provider": "3.58.0",
|
|
36
|
+
"@aws-sdk/node-http-handler": "3.58.0",
|
|
37
|
+
"@aws-sdk/protocol-http": "3.58.0",
|
|
38
38
|
"@aws-sdk/smithy-client": "3.55.0",
|
|
39
39
|
"@aws-sdk/types": "3.55.0",
|
|
40
40
|
"@aws-sdk/url-parser": "3.55.0",
|
|
41
|
-
"@aws-sdk/util-base64-browser": "3.
|
|
41
|
+
"@aws-sdk/util-base64-browser": "3.58.0",
|
|
42
42
|
"@aws-sdk/util-base64-node": "3.55.0",
|
|
43
43
|
"@aws-sdk/util-body-length-browser": "3.55.0",
|
|
44
44
|
"@aws-sdk/util-body-length-node": "3.55.0",
|
|
45
45
|
"@aws-sdk/util-defaults-mode-browser": "3.55.0",
|
|
46
|
-
"@aws-sdk/util-defaults-mode-node": "3.
|
|
47
|
-
"@aws-sdk/util-user-agent-browser": "3.
|
|
48
|
-
"@aws-sdk/util-user-agent-node": "3.
|
|
46
|
+
"@aws-sdk/util-defaults-mode-node": "3.58.0",
|
|
47
|
+
"@aws-sdk/util-user-agent-browser": "3.58.0",
|
|
48
|
+
"@aws-sdk/util-user-agent-node": "3.58.0",
|
|
49
49
|
"@aws-sdk/util-utf8-browser": "3.55.0",
|
|
50
50
|
"@aws-sdk/util-utf8-node": "3.55.0",
|
|
51
51
|
"tslib": "^2.3.1",
|
|
52
52
|
"uuid": "^8.3.2"
|
|
53
53
|
},
|
|
54
54
|
"devDependencies": {
|
|
55
|
-
"@aws-sdk/service-client-documentation-generator": "3.
|
|
55
|
+
"@aws-sdk/service-client-documentation-generator": "3.58.0",
|
|
56
56
|
"@tsconfig/recommended": "1.0.1",
|
|
57
57
|
"@types/node": "^12.7.5",
|
|
58
58
|
"@types/uuid": "^8.3.0",
|