@aws-sdk/client-redshift 3.726.0 → 3.730.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.
|
@@ -2612,6 +2612,7 @@ export interface Cluster {
|
|
|
2612
2612
|
/**
|
|
2613
2613
|
* <p>A boolean value that, if <code>true</code>, indicates that the cluster can be
|
|
2614
2614
|
* accessed from a public network.</p>
|
|
2615
|
+
* <p>Default: false</p>
|
|
2615
2616
|
* @public
|
|
2616
2617
|
*/
|
|
2617
2618
|
PubliclyAccessible?: boolean | undefined;
|
|
@@ -3900,12 +3901,14 @@ export interface CreateClusterMessage {
|
|
|
3900
3901
|
NumberOfNodes?: number | undefined;
|
|
3901
3902
|
/**
|
|
3902
3903
|
* <p>If <code>true</code>, the cluster can be accessed from a public network. </p>
|
|
3904
|
+
* <p>Default: false</p>
|
|
3903
3905
|
* @public
|
|
3904
3906
|
*/
|
|
3905
3907
|
PubliclyAccessible?: boolean | undefined;
|
|
3906
3908
|
/**
|
|
3907
|
-
* <p>If <code>true</code>, the data in the cluster is encrypted at rest.
|
|
3908
|
-
*
|
|
3909
|
+
* <p>If <code>true</code>, the data in the cluster is encrypted at rest.
|
|
3910
|
+
* If you set the value on this parameter to <code>false</code>, the request will fail.</p>
|
|
3911
|
+
* <p>Default: true</p>
|
|
3909
3912
|
* @public
|
|
3910
3913
|
*/
|
|
3911
3914
|
Encrypted?: boolean | undefined;
|
|
@@ -4158,6 +4158,7 @@ export interface ModifyClusterMessage {
|
|
|
4158
4158
|
/**
|
|
4159
4159
|
* <p>If <code>true</code>, the cluster can be accessed from a public network. Only
|
|
4160
4160
|
* clusters in VPCs can be set to be publicly available.</p>
|
|
4161
|
+
* <p>Default: false</p>
|
|
4161
4162
|
* @public
|
|
4162
4163
|
*/
|
|
4163
4164
|
PubliclyAccessible?: boolean | undefined;
|
|
@@ -5141,6 +5142,7 @@ export interface RestoreFromClusterSnapshotMessage {
|
|
|
5141
5142
|
ClusterSubnetGroupName?: string | undefined;
|
|
5142
5143
|
/**
|
|
5143
5144
|
* <p>If <code>true</code>, the cluster can be accessed from a public network. </p>
|
|
5145
|
+
* <p>Default: false</p>
|
|
5144
5146
|
* @public
|
|
5145
5147
|
*/
|
|
5146
5148
|
PubliclyAccessible?: boolean | undefined;
|
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.730.0",
|
|
5
5
|
"scripts": {
|
|
6
6
|
"build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
|
|
7
7
|
"build:cjs": "node ../../scripts/compilation/inline client-redshift",
|
|
@@ -20,19 +20,17 @@
|
|
|
20
20
|
"dependencies": {
|
|
21
21
|
"@aws-crypto/sha256-browser": "5.2.0",
|
|
22
22
|
"@aws-crypto/sha256-js": "5.2.0",
|
|
23
|
-
"@aws-sdk/
|
|
24
|
-
"@aws-sdk/
|
|
25
|
-
"@aws-sdk/core": "3.723.0",
|
|
26
|
-
"@aws-sdk/credential-provider-node": "3.726.0",
|
|
23
|
+
"@aws-sdk/core": "3.730.0",
|
|
24
|
+
"@aws-sdk/credential-provider-node": "3.730.0",
|
|
27
25
|
"@aws-sdk/middleware-host-header": "3.723.0",
|
|
28
26
|
"@aws-sdk/middleware-logger": "3.723.0",
|
|
29
27
|
"@aws-sdk/middleware-recursion-detection": "3.723.0",
|
|
30
|
-
"@aws-sdk/middleware-user-agent": "3.
|
|
28
|
+
"@aws-sdk/middleware-user-agent": "3.730.0",
|
|
31
29
|
"@aws-sdk/region-config-resolver": "3.723.0",
|
|
32
30
|
"@aws-sdk/types": "3.723.0",
|
|
33
|
-
"@aws-sdk/util-endpoints": "3.
|
|
31
|
+
"@aws-sdk/util-endpoints": "3.730.0",
|
|
34
32
|
"@aws-sdk/util-user-agent-browser": "3.723.0",
|
|
35
|
-
"@aws-sdk/util-user-agent-node": "3.
|
|
33
|
+
"@aws-sdk/util-user-agent-node": "3.730.0",
|
|
36
34
|
"@smithy/config-resolver": "^4.0.0",
|
|
37
35
|
"@smithy/core": "^3.0.0",
|
|
38
36
|
"@smithy/fetch-http-handler": "^5.0.0",
|