@aws-sdk/client-redshift 3.121.0 → 3.130.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 +27 -0
- package/dist-cjs/protocols/Aws_query.js +27 -0
- package/dist-es/protocols/Aws_query.js +39 -8
- 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
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.130.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.129.0...v3.130.0) (2022-07-14)
|
|
7
|
+
|
|
8
|
+
**Note:** Version bump only for package @aws-sdk/client-redshift
|
|
9
|
+
|
|
10
|
+
|
|
11
|
+
|
|
12
|
+
|
|
13
|
+
|
|
14
|
+
# [3.128.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.127.0...v3.128.0) (2022-07-12)
|
|
15
|
+
|
|
16
|
+
**Note:** Version bump only for package @aws-sdk/client-redshift
|
|
17
|
+
|
|
18
|
+
|
|
19
|
+
|
|
20
|
+
|
|
21
|
+
|
|
22
|
+
# [3.127.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.126.0...v3.127.0) (2022-07-11)
|
|
23
|
+
|
|
24
|
+
|
|
25
|
+
### Features
|
|
26
|
+
|
|
27
|
+
* **client-redshift:** This release adds a new --snapshot-arn field for describe-cluster-snapshots, describe-node-configuration-options, restore-from-cluster-snapshot, authorize-snapshot-acsess, and revoke-snapshot-acsess APIs. It allows customers to give a Redshift snapshot ARN or a Redshift Serverless ARN as input. ([be3a0a8](https://github.com/aws/aws-sdk-js-v3/commit/be3a0a8fa60485521f0b137f1faceb78b4fad2ee))
|
|
28
|
+
|
|
29
|
+
|
|
30
|
+
|
|
31
|
+
|
|
32
|
+
|
|
6
33
|
# [3.121.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.120.0...v3.121.0) (2022-06-30)
|
|
7
34
|
|
|
8
35
|
|
|
@@ -1870,6 +1870,9 @@ const deserializeAws_queryAuthorizeSnapshotAccessCommandError = async (output, c
|
|
|
1870
1870
|
case "LimitExceededFault":
|
|
1871
1871
|
case "com.amazonaws.redshift#LimitExceededFault":
|
|
1872
1872
|
throw await deserializeAws_queryLimitExceededFaultResponse(parsedOutput, context);
|
|
1873
|
+
case "UnsupportedOperationFault":
|
|
1874
|
+
case "com.amazonaws.redshift#UnsupportedOperationFault":
|
|
1875
|
+
throw await deserializeAws_queryUnsupportedOperationFaultResponse(parsedOutput, context);
|
|
1873
1876
|
default:
|
|
1874
1877
|
const parsedBody = parsedOutput.body;
|
|
1875
1878
|
const $metadata = deserializeMetadata(output);
|
|
@@ -3849,6 +3852,9 @@ const deserializeAws_queryDescribeClusterSnapshotsCommandError = async (output,
|
|
|
3849
3852
|
case "InvalidTagFault":
|
|
3850
3853
|
case "com.amazonaws.redshift#InvalidTagFault":
|
|
3851
3854
|
throw await deserializeAws_queryInvalidTagFaultResponse(parsedOutput, context);
|
|
3855
|
+
case "UnsupportedOperationFault":
|
|
3856
|
+
case "com.amazonaws.redshift#UnsupportedOperationFault":
|
|
3857
|
+
throw await deserializeAws_queryUnsupportedOperationFaultResponse(parsedOutput, context);
|
|
3852
3858
|
default:
|
|
3853
3859
|
const parsedBody = parsedOutput.body;
|
|
3854
3860
|
const $metadata = deserializeMetadata(output);
|
|
@@ -4462,6 +4468,9 @@ const deserializeAws_queryDescribeNodeConfigurationOptionsCommandError = async (
|
|
|
4462
4468
|
case "InvalidClusterSnapshotStateFault":
|
|
4463
4469
|
case "com.amazonaws.redshift#InvalidClusterSnapshotStateFault":
|
|
4464
4470
|
throw await deserializeAws_queryInvalidClusterSnapshotStateFaultResponse(parsedOutput, context);
|
|
4471
|
+
case "UnsupportedOperationFault":
|
|
4472
|
+
case "com.amazonaws.redshift#UnsupportedOperationFault":
|
|
4473
|
+
throw await deserializeAws_queryUnsupportedOperationFaultResponse(parsedOutput, context);
|
|
4465
4474
|
default:
|
|
4466
4475
|
const parsedBody = parsedOutput.body;
|
|
4467
4476
|
const $metadata = deserializeMetadata(output);
|
|
@@ -6828,6 +6837,9 @@ const deserializeAws_queryRevokeSnapshotAccessCommandError = async (output, cont
|
|
|
6828
6837
|
case "ClusterSnapshotNotFoundFault":
|
|
6829
6838
|
case "com.amazonaws.redshift#ClusterSnapshotNotFoundFault":
|
|
6830
6839
|
throw await deserializeAws_queryClusterSnapshotNotFoundFaultResponse(parsedOutput, context);
|
|
6840
|
+
case "UnsupportedOperationFault":
|
|
6841
|
+
case "com.amazonaws.redshift#UnsupportedOperationFault":
|
|
6842
|
+
throw await deserializeAws_queryUnsupportedOperationFaultResponse(parsedOutput, context);
|
|
6831
6843
|
default:
|
|
6832
6844
|
const parsedBody = parsedOutput.body;
|
|
6833
6845
|
const $metadata = deserializeMetadata(output);
|
|
@@ -8146,6 +8158,9 @@ const serializeAws_queryAuthorizeSnapshotAccessMessage = (input, context) => {
|
|
|
8146
8158
|
if (input.SnapshotIdentifier !== undefined && input.SnapshotIdentifier !== null) {
|
|
8147
8159
|
entries["SnapshotIdentifier"] = input.SnapshotIdentifier;
|
|
8148
8160
|
}
|
|
8161
|
+
if (input.SnapshotArn !== undefined && input.SnapshotArn !== null) {
|
|
8162
|
+
entries["SnapshotArn"] = input.SnapshotArn;
|
|
8163
|
+
}
|
|
8149
8164
|
if (input.SnapshotClusterIdentifier !== undefined && input.SnapshotClusterIdentifier !== null) {
|
|
8150
8165
|
entries["SnapshotClusterIdentifier"] = input.SnapshotClusterIdentifier;
|
|
8151
8166
|
}
|
|
@@ -8955,6 +8970,9 @@ const serializeAws_queryDescribeClusterSnapshotsMessage = (input, context) => {
|
|
|
8955
8970
|
if (input.SnapshotIdentifier !== undefined && input.SnapshotIdentifier !== null) {
|
|
8956
8971
|
entries["SnapshotIdentifier"] = input.SnapshotIdentifier;
|
|
8957
8972
|
}
|
|
8973
|
+
if (input.SnapshotArn !== undefined && input.SnapshotArn !== null) {
|
|
8974
|
+
entries["SnapshotArn"] = input.SnapshotArn;
|
|
8975
|
+
}
|
|
8958
8976
|
if (input.SnapshotType !== undefined && input.SnapshotType !== null) {
|
|
8959
8977
|
entries["SnapshotType"] = input.SnapshotType;
|
|
8960
8978
|
}
|
|
@@ -9285,6 +9303,9 @@ const serializeAws_queryDescribeNodeConfigurationOptionsMessage = (input, contex
|
|
|
9285
9303
|
if (input.SnapshotIdentifier !== undefined && input.SnapshotIdentifier !== null) {
|
|
9286
9304
|
entries["SnapshotIdentifier"] = input.SnapshotIdentifier;
|
|
9287
9305
|
}
|
|
9306
|
+
if (input.SnapshotArn !== undefined && input.SnapshotArn !== null) {
|
|
9307
|
+
entries["SnapshotArn"] = input.SnapshotArn;
|
|
9308
|
+
}
|
|
9288
9309
|
if (input.OwnerAccount !== undefined && input.OwnerAccount !== null) {
|
|
9289
9310
|
entries["OwnerAccount"] = input.OwnerAccount;
|
|
9290
9311
|
}
|
|
@@ -10245,6 +10266,9 @@ const serializeAws_queryRestoreFromClusterSnapshotMessage = (input, context) =>
|
|
|
10245
10266
|
if (input.SnapshotIdentifier !== undefined && input.SnapshotIdentifier !== null) {
|
|
10246
10267
|
entries["SnapshotIdentifier"] = input.SnapshotIdentifier;
|
|
10247
10268
|
}
|
|
10269
|
+
if (input.SnapshotArn !== undefined && input.SnapshotArn !== null) {
|
|
10270
|
+
entries["SnapshotArn"] = input.SnapshotArn;
|
|
10271
|
+
}
|
|
10248
10272
|
if (input.SnapshotClusterIdentifier !== undefined && input.SnapshotClusterIdentifier !== null) {
|
|
10249
10273
|
entries["SnapshotClusterIdentifier"] = input.SnapshotClusterIdentifier;
|
|
10250
10274
|
}
|
|
@@ -10428,6 +10452,9 @@ const serializeAws_queryRevokeSnapshotAccessMessage = (input, context) => {
|
|
|
10428
10452
|
if (input.SnapshotIdentifier !== undefined && input.SnapshotIdentifier !== null) {
|
|
10429
10453
|
entries["SnapshotIdentifier"] = input.SnapshotIdentifier;
|
|
10430
10454
|
}
|
|
10455
|
+
if (input.SnapshotArn !== undefined && input.SnapshotArn !== null) {
|
|
10456
|
+
entries["SnapshotArn"] = input.SnapshotArn;
|
|
10457
|
+
}
|
|
10431
10458
|
if (input.SnapshotClusterIdentifier !== undefined && input.SnapshotClusterIdentifier !== null) {
|
|
10432
10459
|
entries["SnapshotClusterIdentifier"] = input.SnapshotClusterIdentifier;
|
|
10433
10460
|
}
|
|
@@ -1617,8 +1617,10 @@ var deserializeAws_queryAuthorizeSnapshotAccessCommandError = function (output,
|
|
|
1617
1617
|
case "com.amazonaws.redshift#InvalidClusterSnapshotStateFault": return [3, 10];
|
|
1618
1618
|
case "LimitExceededFault": return [3, 12];
|
|
1619
1619
|
case "com.amazonaws.redshift#LimitExceededFault": return [3, 12];
|
|
1620
|
+
case "UnsupportedOperationFault": return [3, 14];
|
|
1621
|
+
case "com.amazonaws.redshift#UnsupportedOperationFault": return [3, 14];
|
|
1620
1622
|
}
|
|
1621
|
-
return [3,
|
|
1623
|
+
return [3, 16];
|
|
1622
1624
|
case 2: return [4, deserializeAws_queryAuthorizationAlreadyExistsFaultResponse(parsedOutput, context)];
|
|
1623
1625
|
case 3: throw _d.sent();
|
|
1624
1626
|
case 4: return [4, deserializeAws_queryAuthorizationQuotaExceededFaultResponse(parsedOutput, context)];
|
|
@@ -1631,7 +1633,9 @@ var deserializeAws_queryAuthorizeSnapshotAccessCommandError = function (output,
|
|
|
1631
1633
|
case 11: throw _d.sent();
|
|
1632
1634
|
case 12: return [4, deserializeAws_queryLimitExceededFaultResponse(parsedOutput, context)];
|
|
1633
1635
|
case 13: throw _d.sent();
|
|
1634
|
-
case 14:
|
|
1636
|
+
case 14: return [4, deserializeAws_queryUnsupportedOperationFaultResponse(parsedOutput, context)];
|
|
1637
|
+
case 15: throw _d.sent();
|
|
1638
|
+
case 16:
|
|
1635
1639
|
parsedBody = parsedOutput.body;
|
|
1636
1640
|
$metadata = deserializeMetadata(output);
|
|
1637
1641
|
statusCode = $metadata.httpStatusCode ? $metadata.httpStatusCode + "" : undefined;
|
|
@@ -4382,15 +4386,19 @@ var deserializeAws_queryDescribeClusterSnapshotsCommandError = function (output,
|
|
|
4382
4386
|
case "com.amazonaws.redshift#ClusterSnapshotNotFoundFault": return [3, 4];
|
|
4383
4387
|
case "InvalidTagFault": return [3, 6];
|
|
4384
4388
|
case "com.amazonaws.redshift#InvalidTagFault": return [3, 6];
|
|
4389
|
+
case "UnsupportedOperationFault": return [3, 8];
|
|
4390
|
+
case "com.amazonaws.redshift#UnsupportedOperationFault": return [3, 8];
|
|
4385
4391
|
}
|
|
4386
|
-
return [3,
|
|
4392
|
+
return [3, 10];
|
|
4387
4393
|
case 2: return [4, deserializeAws_queryClusterNotFoundFaultResponse(parsedOutput, context)];
|
|
4388
4394
|
case 3: throw _d.sent();
|
|
4389
4395
|
case 4: return [4, deserializeAws_queryClusterSnapshotNotFoundFaultResponse(parsedOutput, context)];
|
|
4390
4396
|
case 5: throw _d.sent();
|
|
4391
4397
|
case 6: return [4, deserializeAws_queryInvalidTagFaultResponse(parsedOutput, context)];
|
|
4392
4398
|
case 7: throw _d.sent();
|
|
4393
|
-
case 8:
|
|
4399
|
+
case 8: return [4, deserializeAws_queryUnsupportedOperationFaultResponse(parsedOutput, context)];
|
|
4400
|
+
case 9: throw _d.sent();
|
|
4401
|
+
case 10:
|
|
4394
4402
|
parsedBody = parsedOutput.body;
|
|
4395
4403
|
$metadata = deserializeMetadata(output);
|
|
4396
4404
|
statusCode = $metadata.httpStatusCode ? $metadata.httpStatusCode + "" : undefined;
|
|
@@ -5220,8 +5228,10 @@ var deserializeAws_queryDescribeNodeConfigurationOptionsCommandError = function
|
|
|
5220
5228
|
case "com.amazonaws.redshift#ClusterSnapshotNotFoundFault": return [3, 6];
|
|
5221
5229
|
case "InvalidClusterSnapshotStateFault": return [3, 8];
|
|
5222
5230
|
case "com.amazonaws.redshift#InvalidClusterSnapshotStateFault": return [3, 8];
|
|
5231
|
+
case "UnsupportedOperationFault": return [3, 10];
|
|
5232
|
+
case "com.amazonaws.redshift#UnsupportedOperationFault": return [3, 10];
|
|
5223
5233
|
}
|
|
5224
|
-
return [3,
|
|
5234
|
+
return [3, 12];
|
|
5225
5235
|
case 2: return [4, deserializeAws_queryAccessToSnapshotDeniedFaultResponse(parsedOutput, context)];
|
|
5226
5236
|
case 3: throw _d.sent();
|
|
5227
5237
|
case 4: return [4, deserializeAws_queryClusterNotFoundFaultResponse(parsedOutput, context)];
|
|
@@ -5230,7 +5240,9 @@ var deserializeAws_queryDescribeNodeConfigurationOptionsCommandError = function
|
|
|
5230
5240
|
case 7: throw _d.sent();
|
|
5231
5241
|
case 8: return [4, deserializeAws_queryInvalidClusterSnapshotStateFaultResponse(parsedOutput, context)];
|
|
5232
5242
|
case 9: throw _d.sent();
|
|
5233
|
-
case 10:
|
|
5243
|
+
case 10: return [4, deserializeAws_queryUnsupportedOperationFaultResponse(parsedOutput, context)];
|
|
5244
|
+
case 11: throw _d.sent();
|
|
5245
|
+
case 12:
|
|
5234
5246
|
parsedBody = parsedOutput.body;
|
|
5235
5247
|
$metadata = deserializeMetadata(output);
|
|
5236
5248
|
statusCode = $metadata.httpStatusCode ? $metadata.httpStatusCode + "" : undefined;
|
|
@@ -8461,15 +8473,19 @@ var deserializeAws_queryRevokeSnapshotAccessCommandError = function (output, con
|
|
|
8461
8473
|
case "com.amazonaws.redshift#AuthorizationNotFoundFault": return [3, 4];
|
|
8462
8474
|
case "ClusterSnapshotNotFoundFault": return [3, 6];
|
|
8463
8475
|
case "com.amazonaws.redshift#ClusterSnapshotNotFoundFault": return [3, 6];
|
|
8476
|
+
case "UnsupportedOperationFault": return [3, 8];
|
|
8477
|
+
case "com.amazonaws.redshift#UnsupportedOperationFault": return [3, 8];
|
|
8464
8478
|
}
|
|
8465
|
-
return [3,
|
|
8479
|
+
return [3, 10];
|
|
8466
8480
|
case 2: return [4, deserializeAws_queryAccessToSnapshotDeniedFaultResponse(parsedOutput, context)];
|
|
8467
8481
|
case 3: throw _d.sent();
|
|
8468
8482
|
case 4: return [4, deserializeAws_queryAuthorizationNotFoundFaultResponse(parsedOutput, context)];
|
|
8469
8483
|
case 5: throw _d.sent();
|
|
8470
8484
|
case 6: return [4, deserializeAws_queryClusterSnapshotNotFoundFaultResponse(parsedOutput, context)];
|
|
8471
8485
|
case 7: throw _d.sent();
|
|
8472
|
-
case 8:
|
|
8486
|
+
case 8: return [4, deserializeAws_queryUnsupportedOperationFaultResponse(parsedOutput, context)];
|
|
8487
|
+
case 9: throw _d.sent();
|
|
8488
|
+
case 10:
|
|
8473
8489
|
parsedBody = parsedOutput.body;
|
|
8474
8490
|
$metadata = deserializeMetadata(output);
|
|
8475
8491
|
statusCode = $metadata.httpStatusCode ? $metadata.httpStatusCode + "" : undefined;
|
|
@@ -9832,6 +9848,9 @@ var serializeAws_queryAuthorizeSnapshotAccessMessage = function (input, context)
|
|
|
9832
9848
|
if (input.SnapshotIdentifier !== undefined && input.SnapshotIdentifier !== null) {
|
|
9833
9849
|
entries["SnapshotIdentifier"] = input.SnapshotIdentifier;
|
|
9834
9850
|
}
|
|
9851
|
+
if (input.SnapshotArn !== undefined && input.SnapshotArn !== null) {
|
|
9852
|
+
entries["SnapshotArn"] = input.SnapshotArn;
|
|
9853
|
+
}
|
|
9835
9854
|
if (input.SnapshotClusterIdentifier !== undefined && input.SnapshotClusterIdentifier !== null) {
|
|
9836
9855
|
entries["SnapshotClusterIdentifier"] = input.SnapshotClusterIdentifier;
|
|
9837
9856
|
}
|
|
@@ -10706,6 +10725,9 @@ var serializeAws_queryDescribeClusterSnapshotsMessage = function (input, context
|
|
|
10706
10725
|
if (input.SnapshotIdentifier !== undefined && input.SnapshotIdentifier !== null) {
|
|
10707
10726
|
entries["SnapshotIdentifier"] = input.SnapshotIdentifier;
|
|
10708
10727
|
}
|
|
10728
|
+
if (input.SnapshotArn !== undefined && input.SnapshotArn !== null) {
|
|
10729
|
+
entries["SnapshotArn"] = input.SnapshotArn;
|
|
10730
|
+
}
|
|
10709
10731
|
if (input.SnapshotType !== undefined && input.SnapshotType !== null) {
|
|
10710
10732
|
entries["SnapshotType"] = input.SnapshotType;
|
|
10711
10733
|
}
|
|
@@ -11047,6 +11069,9 @@ var serializeAws_queryDescribeNodeConfigurationOptionsMessage = function (input,
|
|
|
11047
11069
|
if (input.SnapshotIdentifier !== undefined && input.SnapshotIdentifier !== null) {
|
|
11048
11070
|
entries["SnapshotIdentifier"] = input.SnapshotIdentifier;
|
|
11049
11071
|
}
|
|
11072
|
+
if (input.SnapshotArn !== undefined && input.SnapshotArn !== null) {
|
|
11073
|
+
entries["SnapshotArn"] = input.SnapshotArn;
|
|
11074
|
+
}
|
|
11050
11075
|
if (input.OwnerAccount !== undefined && input.OwnerAccount !== null) {
|
|
11051
11076
|
entries["OwnerAccount"] = input.OwnerAccount;
|
|
11052
11077
|
}
|
|
@@ -12089,6 +12114,9 @@ var serializeAws_queryRestoreFromClusterSnapshotMessage = function (input, conte
|
|
|
12089
12114
|
if (input.SnapshotIdentifier !== undefined && input.SnapshotIdentifier !== null) {
|
|
12090
12115
|
entries["SnapshotIdentifier"] = input.SnapshotIdentifier;
|
|
12091
12116
|
}
|
|
12117
|
+
if (input.SnapshotArn !== undefined && input.SnapshotArn !== null) {
|
|
12118
|
+
entries["SnapshotArn"] = input.SnapshotArn;
|
|
12119
|
+
}
|
|
12092
12120
|
if (input.SnapshotClusterIdentifier !== undefined && input.SnapshotClusterIdentifier !== null) {
|
|
12093
12121
|
entries["SnapshotClusterIdentifier"] = input.SnapshotClusterIdentifier;
|
|
12094
12122
|
}
|
|
@@ -12276,6 +12304,9 @@ var serializeAws_queryRevokeSnapshotAccessMessage = function (input, context) {
|
|
|
12276
12304
|
if (input.SnapshotIdentifier !== undefined && input.SnapshotIdentifier !== null) {
|
|
12277
12305
|
entries["SnapshotIdentifier"] = input.SnapshotIdentifier;
|
|
12278
12306
|
}
|
|
12307
|
+
if (input.SnapshotArn !== undefined && input.SnapshotArn !== null) {
|
|
12308
|
+
entries["SnapshotArn"] = input.SnapshotArn;
|
|
12309
|
+
}
|
|
12279
12310
|
if (input.SnapshotClusterIdentifier !== undefined && input.SnapshotClusterIdentifier !== null) {
|
|
12280
12311
|
entries["SnapshotClusterIdentifier"] = input.SnapshotClusterIdentifier;
|
|
12281
12312
|
}
|
|
@@ -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.130.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.130.0",
|
|
22
|
+
"@aws-sdk/config-resolver": "3.130.0",
|
|
23
|
+
"@aws-sdk/credential-provider-node": "3.130.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.130.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.130.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"
|