@aws-sdk/client-redshift 3.958.0 → 3.962.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/dist-cjs/index.js CHANGED
@@ -8227,10 +8227,10 @@ const paginateListRecommendations = core.createPaginator(RedshiftClient, ListRec
8227
8227
  const checkState$3 = async (client, input) => {
8228
8228
  let reason;
8229
8229
  try {
8230
- const result = await client.send(new DescribeClustersCommand(input));
8230
+ let result = await client.send(new DescribeClustersCommand(input));
8231
8231
  reason = result;
8232
8232
  try {
8233
- let returnComparator = () => {
8233
+ const returnComparator = () => {
8234
8234
  let flat_1 = [].concat(...result.Clusters);
8235
8235
  let projection_3 = flat_1.map((element_2) => {
8236
8236
  return element_2.ClusterStatus;
@@ -8247,7 +8247,7 @@ const checkState$3 = async (client, input) => {
8247
8247
  }
8248
8248
  catch (e) { }
8249
8249
  try {
8250
- let returnComparator = () => {
8250
+ const returnComparator = () => {
8251
8251
  let flat_1 = [].concat(...result.Clusters);
8252
8252
  let projection_3 = flat_1.map((element_2) => {
8253
8253
  return element_2.ClusterStatus;
@@ -8283,10 +8283,10 @@ const waitUntilClusterAvailable = async (params, input) => {
8283
8283
  const checkState$2 = async (client, input) => {
8284
8284
  let reason;
8285
8285
  try {
8286
- const result = await client.send(new DescribeClustersCommand(input));
8286
+ let result = await client.send(new DescribeClustersCommand(input));
8287
8287
  reason = result;
8288
8288
  try {
8289
- let returnComparator = () => {
8289
+ const returnComparator = () => {
8290
8290
  let flat_1 = [].concat(...result.Clusters);
8291
8291
  let projection_3 = flat_1.map((element_2) => {
8292
8292
  return element_2.ClusterStatus;
@@ -8301,7 +8301,7 @@ const checkState$2 = async (client, input) => {
8301
8301
  }
8302
8302
  catch (e) { }
8303
8303
  try {
8304
- let returnComparator = () => {
8304
+ const returnComparator = () => {
8305
8305
  let flat_1 = [].concat(...result.Clusters);
8306
8306
  let projection_3 = flat_1.map((element_2) => {
8307
8307
  return element_2.ClusterStatus;
@@ -8337,10 +8337,10 @@ const waitUntilClusterDeleted = async (params, input) => {
8337
8337
  const checkState$1 = async (client, input) => {
8338
8338
  let reason;
8339
8339
  try {
8340
- const result = await client.send(new DescribeClustersCommand(input));
8340
+ let result = await client.send(new DescribeClustersCommand(input));
8341
8341
  reason = result;
8342
8342
  try {
8343
- let returnComparator = () => {
8343
+ const returnComparator = () => {
8344
8344
  let flat_1 = [].concat(...result.Clusters);
8345
8345
  let projection_3 = flat_1.map((element_2) => {
8346
8346
  return element_2.RestoreStatus.Status;
@@ -8357,7 +8357,7 @@ const checkState$1 = async (client, input) => {
8357
8357
  }
8358
8358
  catch (e) { }
8359
8359
  try {
8360
- let returnComparator = () => {
8360
+ const returnComparator = () => {
8361
8361
  let flat_1 = [].concat(...result.Clusters);
8362
8362
  let projection_3 = flat_1.map((element_2) => {
8363
8363
  return element_2.ClusterStatus;
@@ -8390,10 +8390,10 @@ const waitUntilClusterRestored = async (params, input) => {
8390
8390
  const checkState = async (client, input) => {
8391
8391
  let reason;
8392
8392
  try {
8393
- const result = await client.send(new DescribeClusterSnapshotsCommand(input));
8393
+ let result = await client.send(new DescribeClusterSnapshotsCommand(input));
8394
8394
  reason = result;
8395
8395
  try {
8396
- let returnComparator = () => {
8396
+ const returnComparator = () => {
8397
8397
  let flat_1 = [].concat(...result.Snapshots);
8398
8398
  let projection_3 = flat_1.map((element_2) => {
8399
8399
  return element_2.Status;
@@ -8410,7 +8410,7 @@ const checkState = async (client, input) => {
8410
8410
  }
8411
8411
  catch (e) { }
8412
8412
  try {
8413
- let returnComparator = () => {
8413
+ const returnComparator = () => {
8414
8414
  let flat_1 = [].concat(...result.Snapshots);
8415
8415
  let projection_3 = flat_1.map((element_2) => {
8416
8416
  return element_2.Status;
@@ -8425,7 +8425,7 @@ const checkState = async (client, input) => {
8425
8425
  }
8426
8426
  catch (e) { }
8427
8427
  try {
8428
- let returnComparator = () => {
8428
+ const returnComparator = () => {
8429
8429
  let flat_1 = [].concat(...result.Snapshots);
8430
8430
  let projection_3 = flat_1.map((element_2) => {
8431
8431
  return element_2.Status;
@@ -3,10 +3,10 @@ import { DescribeClustersCommand } from "../commands/DescribeClustersCommand";
3
3
  const checkState = async (client, input) => {
4
4
  let reason;
5
5
  try {
6
- const result = await client.send(new DescribeClustersCommand(input));
6
+ let result = await client.send(new DescribeClustersCommand(input));
7
7
  reason = result;
8
8
  try {
9
- let returnComparator = () => {
9
+ const returnComparator = () => {
10
10
  let flat_1 = [].concat(...result.Clusters);
11
11
  let projection_3 = flat_1.map((element_2) => {
12
12
  return element_2.ClusterStatus;
@@ -23,7 +23,7 @@ const checkState = async (client, input) => {
23
23
  }
24
24
  catch (e) { }
25
25
  try {
26
- let returnComparator = () => {
26
+ const returnComparator = () => {
27
27
  let flat_1 = [].concat(...result.Clusters);
28
28
  let projection_3 = flat_1.map((element_2) => {
29
29
  return element_2.ClusterStatus;
@@ -3,10 +3,10 @@ import { DescribeClustersCommand } from "../commands/DescribeClustersCommand";
3
3
  const checkState = async (client, input) => {
4
4
  let reason;
5
5
  try {
6
- const result = await client.send(new DescribeClustersCommand(input));
6
+ let result = await client.send(new DescribeClustersCommand(input));
7
7
  reason = result;
8
8
  try {
9
- let returnComparator = () => {
9
+ const returnComparator = () => {
10
10
  let flat_1 = [].concat(...result.Clusters);
11
11
  let projection_3 = flat_1.map((element_2) => {
12
12
  return element_2.ClusterStatus;
@@ -21,7 +21,7 @@ const checkState = async (client, input) => {
21
21
  }
22
22
  catch (e) { }
23
23
  try {
24
- let returnComparator = () => {
24
+ const returnComparator = () => {
25
25
  let flat_1 = [].concat(...result.Clusters);
26
26
  let projection_3 = flat_1.map((element_2) => {
27
27
  return element_2.ClusterStatus;
@@ -3,10 +3,10 @@ import { DescribeClustersCommand } from "../commands/DescribeClustersCommand";
3
3
  const checkState = async (client, input) => {
4
4
  let reason;
5
5
  try {
6
- const result = await client.send(new DescribeClustersCommand(input));
6
+ let result = await client.send(new DescribeClustersCommand(input));
7
7
  reason = result;
8
8
  try {
9
- let returnComparator = () => {
9
+ const returnComparator = () => {
10
10
  let flat_1 = [].concat(...result.Clusters);
11
11
  let projection_3 = flat_1.map((element_2) => {
12
12
  return element_2.RestoreStatus.Status;
@@ -23,7 +23,7 @@ const checkState = async (client, input) => {
23
23
  }
24
24
  catch (e) { }
25
25
  try {
26
- let returnComparator = () => {
26
+ const returnComparator = () => {
27
27
  let flat_1 = [].concat(...result.Clusters);
28
28
  let projection_3 = flat_1.map((element_2) => {
29
29
  return element_2.ClusterStatus;
@@ -3,10 +3,10 @@ import { DescribeClusterSnapshotsCommand, } from "../commands/DescribeClusterSna
3
3
  const checkState = async (client, input) => {
4
4
  let reason;
5
5
  try {
6
- const result = await client.send(new DescribeClusterSnapshotsCommand(input));
6
+ let result = await client.send(new DescribeClusterSnapshotsCommand(input));
7
7
  reason = result;
8
8
  try {
9
- let returnComparator = () => {
9
+ const returnComparator = () => {
10
10
  let flat_1 = [].concat(...result.Snapshots);
11
11
  let projection_3 = flat_1.map((element_2) => {
12
12
  return element_2.Status;
@@ -23,7 +23,7 @@ const checkState = async (client, input) => {
23
23
  }
24
24
  catch (e) { }
25
25
  try {
26
- let returnComparator = () => {
26
+ const returnComparator = () => {
27
27
  let flat_1 = [].concat(...result.Snapshots);
28
28
  let projection_3 = flat_1.map((element_2) => {
29
29
  return element_2.Status;
@@ -38,7 +38,7 @@ const checkState = async (client, input) => {
38
38
  }
39
39
  catch (e) { }
40
40
  try {
41
- let returnComparator = () => {
41
+ const returnComparator = () => {
42
42
  let flat_1 = [].concat(...result.Snapshots);
43
43
  let projection_3 = flat_1.map((element_2) => {
44
44
  return element_2.Status;
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.958.0",
4
+ "version": "3.962.0",
5
5
  "scripts": {
6
6
  "build": "concurrently 'yarn:build:types' 'yarn:build:es' && yarn build:cjs",
7
7
  "build:cjs": "node ../../scripts/compilation/inline client-redshift",
@@ -24,7 +24,7 @@
24
24
  "@aws-crypto/sha256-browser": "5.2.0",
25
25
  "@aws-crypto/sha256-js": "5.2.0",
26
26
  "@aws-sdk/core": "3.957.0",
27
- "@aws-sdk/credential-provider-node": "3.958.0",
27
+ "@aws-sdk/credential-provider-node": "3.962.0",
28
28
  "@aws-sdk/middleware-host-header": "3.957.0",
29
29
  "@aws-sdk/middleware-logger": "3.957.0",
30
30
  "@aws-sdk/middleware-recursion-detection": "3.957.0",