@aws-sdk/client-redshift 3.58.0 → 3.72.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.72.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.71.0...v3.72.0) (2022-04-15)
|
|
7
|
+
|
|
8
|
+
**Note:** Version bump only for package @aws-sdk/client-redshift
|
|
9
|
+
|
|
10
|
+
|
|
11
|
+
|
|
12
|
+
|
|
13
|
+
|
|
14
|
+
# [3.67.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.66.0...v3.67.0) (2022-04-08)
|
|
15
|
+
|
|
16
|
+
**Note:** Version bump only for package @aws-sdk/client-redshift
|
|
17
|
+
|
|
18
|
+
|
|
19
|
+
|
|
20
|
+
|
|
21
|
+
|
|
22
|
+
# [3.61.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.60.0...v3.61.0) (2022-03-31)
|
|
23
|
+
|
|
24
|
+
|
|
25
|
+
### Features
|
|
26
|
+
|
|
27
|
+
* **clients:** update clients for 03/22/2022 & 03/23/2022 ([#3498](https://github.com/aws/aws-sdk-js-v3/issues/3498)) ([fc18e5c](https://github.com/aws/aws-sdk-js-v3/commit/fc18e5c1b339dc71946edd83b28bf71cf4f8eba3))
|
|
28
|
+
|
|
29
|
+
|
|
30
|
+
|
|
31
|
+
|
|
32
|
+
|
|
6
33
|
# [3.58.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.57.0...v3.58.0) (2022-03-28)
|
|
7
34
|
|
|
8
35
|
**Note:** Version bump only for package @aws-sdk/client-redshift
|
package/README.md
CHANGED
|
@@ -137,7 +137,7 @@ but they are supported by the send operation.
|
|
|
137
137
|
```js
|
|
138
138
|
// callbacks.
|
|
139
139
|
client.send(command, (err, data) => {
|
|
140
|
-
//
|
|
140
|
+
// process err and data.
|
|
141
141
|
});
|
|
142
142
|
```
|
|
143
143
|
|
|
@@ -171,7 +171,7 @@ client
|
|
|
171
171
|
|
|
172
172
|
// callbacks.
|
|
173
173
|
client.acceptReservedNodeExchange(params, (err, data) => {
|
|
174
|
-
//
|
|
174
|
+
// process err and data.
|
|
175
175
|
});
|
|
176
176
|
```
|
|
177
177
|
|
|
@@ -10135,6 +10135,9 @@ const serializeAws_queryRestoreFromClusterSnapshotMessage = (input, context) =>
|
|
|
10135
10135
|
if (input.TargetReservedNodeOfferingId !== undefined && input.TargetReservedNodeOfferingId !== null) {
|
|
10136
10136
|
entries["TargetReservedNodeOfferingId"] = input.TargetReservedNodeOfferingId;
|
|
10137
10137
|
}
|
|
10138
|
+
if (input.Encrypted !== undefined && input.Encrypted !== null) {
|
|
10139
|
+
entries["Encrypted"] = input.Encrypted;
|
|
10140
|
+
}
|
|
10138
10141
|
return entries;
|
|
10139
10142
|
};
|
|
10140
10143
|
const serializeAws_queryRestoreTableFromClusterSnapshotMessage = (input, context) => {
|
|
@@ -11958,6 +11958,9 @@ var serializeAws_queryRestoreFromClusterSnapshotMessage = function (input, conte
|
|
|
11958
11958
|
if (input.TargetReservedNodeOfferingId !== undefined && input.TargetReservedNodeOfferingId !== null) {
|
|
11959
11959
|
entries["TargetReservedNodeOfferingId"] = input.TargetReservedNodeOfferingId;
|
|
11960
11960
|
}
|
|
11961
|
+
if (input.Encrypted !== undefined && input.Encrypted !== null) {
|
|
11962
|
+
entries["Encrypted"] = input.Encrypted;
|
|
11963
|
+
}
|
|
11961
11964
|
return entries;
|
|
11962
11965
|
};
|
|
11963
11966
|
var serializeAws_queryRestoreTableFromClusterSnapshotMessage = function (input, context) {
|
|
@@ -2979,8 +2979,12 @@ export interface RestoreFromClusterSnapshotMessage {
|
|
|
2979
2979
|
*/
|
|
2980
2980
|
ManualSnapshotRetentionPeriod?: number;
|
|
2981
2981
|
/**
|
|
2982
|
-
* <p>The Key Management Service (KMS) key ID of the encryption key
|
|
2983
|
-
*
|
|
2982
|
+
* <p>The Key Management Service (KMS) key ID of the encryption key to encrypt data in the cluster
|
|
2983
|
+
* restored from a shared snapshot. You can also provide
|
|
2984
|
+
* the key ID when you restore from an unencrypted snapshot to an encrypted cluster in
|
|
2985
|
+
* the same account. Additionally, you can specify a new KMS key ID when you restore from an encrypted
|
|
2986
|
+
* snapshot in the same account in order to change it. In that case, the restored cluster is encrypted
|
|
2987
|
+
* with the new KMS key ID.</p>
|
|
2984
2988
|
*/
|
|
2985
2989
|
KmsKeyId?: string;
|
|
2986
2990
|
/**
|
|
@@ -3067,6 +3071,11 @@ export interface RestoreFromClusterSnapshotMessage {
|
|
|
3067
3071
|
* <p>The identifier of the target reserved node offering.</p>
|
|
3068
3072
|
*/
|
|
3069
3073
|
TargetReservedNodeOfferingId?: string;
|
|
3074
|
+
/**
|
|
3075
|
+
* <p>Enables support for restoring an unencrypted snapshot to a cluster encrypted
|
|
3076
|
+
* with Key Management Service (KMS) and a CMK.</p>
|
|
3077
|
+
*/
|
|
3078
|
+
Encrypted?: boolean;
|
|
3070
3079
|
}
|
|
3071
3080
|
export declare namespace RestoreFromClusterSnapshotMessage {
|
|
3072
3081
|
/**
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@aws-sdk/client-redshift",
|
|
3
3
|
"description": "AWS SDK for JavaScript Redshift Client for Node.js, Browser and React Native",
|
|
4
|
-
"version": "3.
|
|
4
|
+
"version": "3.72.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,9 +18,9 @@
|
|
|
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.
|
|
21
|
+
"@aws-sdk/client-sts": "3.72.0",
|
|
22
22
|
"@aws-sdk/config-resolver": "3.58.0",
|
|
23
|
-
"@aws-sdk/credential-provider-node": "3.
|
|
23
|
+
"@aws-sdk/credential-provider-node": "3.72.0",
|
|
24
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",
|
|
@@ -35,15 +35,15 @@
|
|
|
35
35
|
"@aws-sdk/node-config-provider": "3.58.0",
|
|
36
36
|
"@aws-sdk/node-http-handler": "3.58.0",
|
|
37
37
|
"@aws-sdk/protocol-http": "3.58.0",
|
|
38
|
-
"@aws-sdk/smithy-client": "3.
|
|
38
|
+
"@aws-sdk/smithy-client": "3.72.0",
|
|
39
39
|
"@aws-sdk/types": "3.55.0",
|
|
40
40
|
"@aws-sdk/url-parser": "3.55.0",
|
|
41
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
|
-
"@aws-sdk/util-defaults-mode-browser": "3.
|
|
46
|
-
"@aws-sdk/util-defaults-mode-node": "3.
|
|
45
|
+
"@aws-sdk/util-defaults-mode-browser": "3.72.0",
|
|
46
|
+
"@aws-sdk/util-defaults-mode-node": "3.72.0",
|
|
47
47
|
"@aws-sdk/util-user-agent-browser": "3.58.0",
|
|
48
48
|
"@aws-sdk/util-user-agent-node": "3.58.0",
|
|
49
49
|
"@aws-sdk/util-utf8-browser": "3.55.0",
|