@aws-sdk/client-redshift 3.118.1 → 3.128.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 +30 -0
- package/dist-cjs/protocols/Aws_query.js +622 -477
- package/dist-es/protocols/Aws_query.js +634 -485
- package/dist-types/models/models_0.d.ts +11 -2
- package/dist-types/models/models_1.d.ts +16 -3
- package/dist-types/ts3.4/models/models_0.d.ts +5 -1
- package/dist-types/ts3.4/models/models_1.d.ts +8 -2
- package/package.json +27 -27
|
@@ -972,7 +972,11 @@ export interface AuthorizeSnapshotAccessMessage {
|
|
|
972
972
|
/**
|
|
973
973
|
* <p>The identifier of the snapshot the account is authorized to restore.</p>
|
|
974
974
|
*/
|
|
975
|
-
SnapshotIdentifier
|
|
975
|
+
SnapshotIdentifier?: string;
|
|
976
|
+
/**
|
|
977
|
+
* <p>The Amazon Resource Name (ARN) of the snapshot to authorize access to.</p>
|
|
978
|
+
*/
|
|
979
|
+
SnapshotArn?: string;
|
|
976
980
|
/**
|
|
977
981
|
* <p>The identifier of the cluster the snapshot was created from. This parameter is
|
|
978
982
|
* required if your IAM user has a policy containing a snapshot resource element that
|
|
@@ -3584,7 +3588,8 @@ export interface CreateClusterMessage {
|
|
|
3584
3588
|
*/
|
|
3585
3589
|
HsmConfigurationIdentifier?: string;
|
|
3586
3590
|
/**
|
|
3587
|
-
* <p>The Elastic IP (EIP) address for the cluster
|
|
3591
|
+
* <p>The Elastic IP (EIP) address for the cluster. You don't have to specify the EIP for a
|
|
3592
|
+
* publicly accessible cluster with AvailabilityZoneRelocation turned on.</p>
|
|
3588
3593
|
* <p>Constraints: The cluster must be provisioned in EC2-VPC and publicly-accessible
|
|
3589
3594
|
* through an Internet gateway. For more information about provisioning clusters in
|
|
3590
3595
|
* EC2-VPC, go to <a href="https://docs.aws.amazon.com/redshift/latest/mgmt/working-with-clusters.html#cluster-platforms">Supported
|
|
@@ -6168,6 +6173,10 @@ export interface DescribeClusterSnapshotsMessage {
|
|
|
6168
6173
|
* information.</p>
|
|
6169
6174
|
*/
|
|
6170
6175
|
SnapshotIdentifier?: string;
|
|
6176
|
+
/**
|
|
6177
|
+
* <p>The Amazon Resource Name (ARN) of the snapshot associated with the message to describe cluster snapshots.</p>
|
|
6178
|
+
*/
|
|
6179
|
+
SnapshotArn?: string;
|
|
6171
6180
|
/**
|
|
6172
6181
|
* <p>The type of snapshots for which you are requesting information. By default,
|
|
6173
6182
|
* snapshots of all types are returned.</p>
|
|
@@ -205,6 +205,10 @@ export interface DescribeNodeConfigurationOptionsMessage {
|
|
|
205
205
|
* <p>The identifier of the snapshot to evaluate for possible node configurations.</p>
|
|
206
206
|
*/
|
|
207
207
|
SnapshotIdentifier?: string;
|
|
208
|
+
/**
|
|
209
|
+
* <p>The Amazon Resource Name (ARN) of the snapshot associated with the message to describe node configuration.</p>
|
|
210
|
+
*/
|
|
211
|
+
SnapshotArn?: string;
|
|
208
212
|
/**
|
|
209
213
|
* <p>The Amazon Web Services account used to create or copy the snapshot.
|
|
210
214
|
* Required if you are restoring a snapshot you do not own,
|
|
@@ -2959,7 +2963,11 @@ export interface RestoreFromClusterSnapshotMessage {
|
|
|
2959
2963
|
* <p>Example: <code>my-snapshot-id</code>
|
|
2960
2964
|
* </p>
|
|
2961
2965
|
*/
|
|
2962
|
-
SnapshotIdentifier
|
|
2966
|
+
SnapshotIdentifier?: string;
|
|
2967
|
+
/**
|
|
2968
|
+
* <p>The Amazon Resource Name (ARN) of the snapshot associated with the message to restore from a cluster.</p>
|
|
2969
|
+
*/
|
|
2970
|
+
SnapshotArn?: string;
|
|
2963
2971
|
/**
|
|
2964
2972
|
* <p>The name of the cluster the source snapshot was created from. This parameter is
|
|
2965
2973
|
* required if your IAM user has a policy containing a snapshot resource element that
|
|
@@ -3012,7 +3020,8 @@ export interface RestoreFromClusterSnapshotMessage {
|
|
|
3012
3020
|
*/
|
|
3013
3021
|
HsmConfigurationIdentifier?: string;
|
|
3014
3022
|
/**
|
|
3015
|
-
* <p>The elastic IP (EIP) address for the cluster
|
|
3023
|
+
* <p>The elastic IP (EIP) address for the cluster. You don't have to specify the EIP for a
|
|
3024
|
+
* publicly accessible cluster with AvailabilityZoneRelocation turned on.</p>
|
|
3016
3025
|
*/
|
|
3017
3026
|
ElasticIp?: string;
|
|
3018
3027
|
/**
|
|
@@ -3353,7 +3362,11 @@ export interface RevokeSnapshotAccessMessage {
|
|
|
3353
3362
|
/**
|
|
3354
3363
|
* <p>The identifier of the snapshot that the account can no longer access.</p>
|
|
3355
3364
|
*/
|
|
3356
|
-
SnapshotIdentifier
|
|
3365
|
+
SnapshotIdentifier?: string;
|
|
3366
|
+
/**
|
|
3367
|
+
* <p>The Amazon Resource Name (ARN) of the snapshot associated with the message to revoke access.</p>
|
|
3368
|
+
*/
|
|
3369
|
+
SnapshotArn?: string;
|
|
3357
3370
|
/**
|
|
3358
3371
|
* <p>The identifier of the cluster the snapshot was created from. This parameter is
|
|
3359
3372
|
* required if your IAM user has a policy containing a snapshot resource element that
|
|
@@ -545,7 +545,9 @@ export declare class InvalidClusterStateFault extends __BaseException {
|
|
|
545
545
|
|
|
546
546
|
export interface AuthorizeSnapshotAccessMessage {
|
|
547
547
|
|
|
548
|
-
SnapshotIdentifier
|
|
548
|
+
SnapshotIdentifier?: string;
|
|
549
|
+
|
|
550
|
+
SnapshotArn?: string;
|
|
549
551
|
|
|
550
552
|
SnapshotClusterIdentifier?: string;
|
|
551
553
|
|
|
@@ -2925,6 +2927,8 @@ export interface DescribeClusterSnapshotsMessage {
|
|
|
2925
2927
|
|
|
2926
2928
|
SnapshotIdentifier?: string;
|
|
2927
2929
|
|
|
2930
|
+
SnapshotArn?: string;
|
|
2931
|
+
|
|
2928
2932
|
SnapshotType?: string;
|
|
2929
2933
|
|
|
2930
2934
|
StartTime?: Date;
|
|
@@ -101,6 +101,8 @@ export interface DescribeNodeConfigurationOptionsMessage {
|
|
|
101
101
|
|
|
102
102
|
SnapshotIdentifier?: string;
|
|
103
103
|
|
|
104
|
+
SnapshotArn?: string;
|
|
105
|
+
|
|
104
106
|
OwnerAccount?: string;
|
|
105
107
|
|
|
106
108
|
Filters?: NodeConfigurationOptionsFilter[];
|
|
@@ -1307,7 +1309,9 @@ export interface RestoreFromClusterSnapshotMessage {
|
|
|
1307
1309
|
|
|
1308
1310
|
ClusterIdentifier: string | undefined;
|
|
1309
1311
|
|
|
1310
|
-
SnapshotIdentifier
|
|
1312
|
+
SnapshotIdentifier?: string;
|
|
1313
|
+
|
|
1314
|
+
SnapshotArn?: string;
|
|
1311
1315
|
|
|
1312
1316
|
SnapshotClusterIdentifier?: string;
|
|
1313
1317
|
|
|
@@ -1462,7 +1466,9 @@ export declare namespace RevokeEndpointAccessMessage {
|
|
|
1462
1466
|
|
|
1463
1467
|
export interface RevokeSnapshotAccessMessage {
|
|
1464
1468
|
|
|
1465
|
-
SnapshotIdentifier
|
|
1469
|
+
SnapshotIdentifier?: string;
|
|
1470
|
+
|
|
1471
|
+
SnapshotArn?: string;
|
|
1466
1472
|
|
|
1467
1473
|
SnapshotClusterIdentifier?: string;
|
|
1468
1474
|
|
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.128.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,38 +18,38 @@
|
|
|
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.
|
|
25
|
-
"@aws-sdk/hash-node": "3.
|
|
26
|
-
"@aws-sdk/invalid-dependency": "3.
|
|
27
|
-
"@aws-sdk/middleware-content-length": "3.
|
|
28
|
-
"@aws-sdk/middleware-host-header": "3.
|
|
29
|
-
"@aws-sdk/middleware-logger": "3.
|
|
30
|
-
"@aws-sdk/middleware-recursion-detection": "3.
|
|
31
|
-
"@aws-sdk/middleware-retry": "3.
|
|
32
|
-
"@aws-sdk/middleware-serde": "3.
|
|
33
|
-
"@aws-sdk/middleware-signing": "3.
|
|
34
|
-
"@aws-sdk/middleware-stack": "3.
|
|
35
|
-
"@aws-sdk/middleware-user-agent": "3.
|
|
36
|
-
"@aws-sdk/node-config-provider": "3.
|
|
37
|
-
"@aws-sdk/node-http-handler": "3.
|
|
38
|
-
"@aws-sdk/protocol-http": "3.
|
|
39
|
-
"@aws-sdk/smithy-client": "3.
|
|
40
|
-
"@aws-sdk/types": "3.
|
|
41
|
-
"@aws-sdk/url-parser": "3.
|
|
21
|
+
"@aws-sdk/client-sts": "3.128.0",
|
|
22
|
+
"@aws-sdk/config-resolver": "3.128.0",
|
|
23
|
+
"@aws-sdk/credential-provider-node": "3.128.0",
|
|
24
|
+
"@aws-sdk/fetch-http-handler": "3.127.0",
|
|
25
|
+
"@aws-sdk/hash-node": "3.127.0",
|
|
26
|
+
"@aws-sdk/invalid-dependency": "3.127.0",
|
|
27
|
+
"@aws-sdk/middleware-content-length": "3.127.0",
|
|
28
|
+
"@aws-sdk/middleware-host-header": "3.127.0",
|
|
29
|
+
"@aws-sdk/middleware-logger": "3.127.0",
|
|
30
|
+
"@aws-sdk/middleware-recursion-detection": "3.127.0",
|
|
31
|
+
"@aws-sdk/middleware-retry": "3.127.0",
|
|
32
|
+
"@aws-sdk/middleware-serde": "3.127.0",
|
|
33
|
+
"@aws-sdk/middleware-signing": "3.128.0",
|
|
34
|
+
"@aws-sdk/middleware-stack": "3.127.0",
|
|
35
|
+
"@aws-sdk/middleware-user-agent": "3.127.0",
|
|
36
|
+
"@aws-sdk/node-config-provider": "3.127.0",
|
|
37
|
+
"@aws-sdk/node-http-handler": "3.127.0",
|
|
38
|
+
"@aws-sdk/protocol-http": "3.127.0",
|
|
39
|
+
"@aws-sdk/smithy-client": "3.127.0",
|
|
40
|
+
"@aws-sdk/types": "3.127.0",
|
|
41
|
+
"@aws-sdk/url-parser": "3.127.0",
|
|
42
42
|
"@aws-sdk/util-base64-browser": "3.109.0",
|
|
43
43
|
"@aws-sdk/util-base64-node": "3.55.0",
|
|
44
44
|
"@aws-sdk/util-body-length-browser": "3.55.0",
|
|
45
45
|
"@aws-sdk/util-body-length-node": "3.55.0",
|
|
46
|
-
"@aws-sdk/util-defaults-mode-browser": "3.
|
|
47
|
-
"@aws-sdk/util-defaults-mode-node": "3.
|
|
48
|
-
"@aws-sdk/util-user-agent-browser": "3.
|
|
49
|
-
"@aws-sdk/util-user-agent-node": "3.
|
|
46
|
+
"@aws-sdk/util-defaults-mode-browser": "3.127.0",
|
|
47
|
+
"@aws-sdk/util-defaults-mode-node": "3.128.0",
|
|
48
|
+
"@aws-sdk/util-user-agent-browser": "3.127.0",
|
|
49
|
+
"@aws-sdk/util-user-agent-node": "3.127.0",
|
|
50
50
|
"@aws-sdk/util-utf8-browser": "3.109.0",
|
|
51
51
|
"@aws-sdk/util-utf8-node": "3.109.0",
|
|
52
|
-
"@aws-sdk/util-waiter": "3.
|
|
52
|
+
"@aws-sdk/util-waiter": "3.127.0",
|
|
53
53
|
"entities": "2.2.0",
|
|
54
54
|
"fast-xml-parser": "3.19.0",
|
|
55
55
|
"tslib": "^2.3.1"
|