@aws-sdk/client-neptune 3.958.0 → 3.964.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
@@ -4227,10 +4227,10 @@ const paginateDescribePendingMaintenanceActions = core.createPaginator(NeptuneCl
4227
4227
  const checkState$1 = async (client, input) => {
4228
4228
  let reason;
4229
4229
  try {
4230
- const result = await client.send(new DescribeDBInstancesCommand(input));
4230
+ let result = await client.send(new DescribeDBInstancesCommand(input));
4231
4231
  reason = result;
4232
4232
  try {
4233
- let returnComparator = () => {
4233
+ const returnComparator = () => {
4234
4234
  let flat_1 = [].concat(...result.DBInstances);
4235
4235
  let projection_3 = flat_1.map((element_2) => {
4236
4236
  return element_2.DBInstanceStatus;
@@ -4247,7 +4247,7 @@ const checkState$1 = async (client, input) => {
4247
4247
  }
4248
4248
  catch (e) { }
4249
4249
  try {
4250
- let returnComparator = () => {
4250
+ const returnComparator = () => {
4251
4251
  let flat_1 = [].concat(...result.DBInstances);
4252
4252
  let projection_3 = flat_1.map((element_2) => {
4253
4253
  return element_2.DBInstanceStatus;
@@ -4262,7 +4262,7 @@ const checkState$1 = async (client, input) => {
4262
4262
  }
4263
4263
  catch (e) { }
4264
4264
  try {
4265
- let returnComparator = () => {
4265
+ const returnComparator = () => {
4266
4266
  let flat_1 = [].concat(...result.DBInstances);
4267
4267
  let projection_3 = flat_1.map((element_2) => {
4268
4268
  return element_2.DBInstanceStatus;
@@ -4277,7 +4277,7 @@ const checkState$1 = async (client, input) => {
4277
4277
  }
4278
4278
  catch (e) { }
4279
4279
  try {
4280
- let returnComparator = () => {
4280
+ const returnComparator = () => {
4281
4281
  let flat_1 = [].concat(...result.DBInstances);
4282
4282
  let projection_3 = flat_1.map((element_2) => {
4283
4283
  return element_2.DBInstanceStatus;
@@ -4292,7 +4292,7 @@ const checkState$1 = async (client, input) => {
4292
4292
  }
4293
4293
  catch (e) { }
4294
4294
  try {
4295
- let returnComparator = () => {
4295
+ const returnComparator = () => {
4296
4296
  let flat_1 = [].concat(...result.DBInstances);
4297
4297
  let projection_3 = flat_1.map((element_2) => {
4298
4298
  return element_2.DBInstanceStatus;
@@ -4307,7 +4307,7 @@ const checkState$1 = async (client, input) => {
4307
4307
  }
4308
4308
  catch (e) { }
4309
4309
  try {
4310
- let returnComparator = () => {
4310
+ const returnComparator = () => {
4311
4311
  let flat_1 = [].concat(...result.DBInstances);
4312
4312
  let projection_3 = flat_1.map((element_2) => {
4313
4313
  return element_2.DBInstanceStatus;
@@ -4340,10 +4340,10 @@ const waitUntilDBInstanceAvailable = async (params, input) => {
4340
4340
  const checkState = async (client, input) => {
4341
4341
  let reason;
4342
4342
  try {
4343
- const result = await client.send(new DescribeDBInstancesCommand(input));
4343
+ let result = await client.send(new DescribeDBInstancesCommand(input));
4344
4344
  reason = result;
4345
4345
  try {
4346
- let returnComparator = () => {
4346
+ const returnComparator = () => {
4347
4347
  let flat_1 = [].concat(...result.DBInstances);
4348
4348
  let projection_3 = flat_1.map((element_2) => {
4349
4349
  return element_2.DBInstanceStatus;
@@ -4360,7 +4360,7 @@ const checkState = async (client, input) => {
4360
4360
  }
4361
4361
  catch (e) { }
4362
4362
  try {
4363
- let returnComparator = () => {
4363
+ const returnComparator = () => {
4364
4364
  let flat_1 = [].concat(...result.DBInstances);
4365
4365
  let projection_3 = flat_1.map((element_2) => {
4366
4366
  return element_2.DBInstanceStatus;
@@ -4375,7 +4375,7 @@ const checkState = async (client, input) => {
4375
4375
  }
4376
4376
  catch (e) { }
4377
4377
  try {
4378
- let returnComparator = () => {
4378
+ const returnComparator = () => {
4379
4379
  let flat_1 = [].concat(...result.DBInstances);
4380
4380
  let projection_3 = flat_1.map((element_2) => {
4381
4381
  return element_2.DBInstanceStatus;
@@ -4390,7 +4390,7 @@ const checkState = async (client, input) => {
4390
4390
  }
4391
4391
  catch (e) { }
4392
4392
  try {
4393
- let returnComparator = () => {
4393
+ const returnComparator = () => {
4394
4394
  let flat_1 = [].concat(...result.DBInstances);
4395
4395
  let projection_3 = flat_1.map((element_2) => {
4396
4396
  return element_2.DBInstanceStatus;
@@ -4405,7 +4405,7 @@ const checkState = async (client, input) => {
4405
4405
  }
4406
4406
  catch (e) { }
4407
4407
  try {
4408
- let returnComparator = () => {
4408
+ const returnComparator = () => {
4409
4409
  let flat_1 = [].concat(...result.DBInstances);
4410
4410
  let projection_3 = flat_1.map((element_2) => {
4411
4411
  return element_2.DBInstanceStatus;
@@ -3,10 +3,10 @@ import { DescribeDBInstancesCommand } from "../commands/DescribeDBInstancesComma
3
3
  const checkState = async (client, input) => {
4
4
  let reason;
5
5
  try {
6
- const result = await client.send(new DescribeDBInstancesCommand(input));
6
+ let result = await client.send(new DescribeDBInstancesCommand(input));
7
7
  reason = result;
8
8
  try {
9
- let returnComparator = () => {
9
+ const returnComparator = () => {
10
10
  let flat_1 = [].concat(...result.DBInstances);
11
11
  let projection_3 = flat_1.map((element_2) => {
12
12
  return element_2.DBInstanceStatus;
@@ -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.DBInstances);
28
28
  let projection_3 = flat_1.map((element_2) => {
29
29
  return element_2.DBInstanceStatus;
@@ -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.DBInstances);
43
43
  let projection_3 = flat_1.map((element_2) => {
44
44
  return element_2.DBInstanceStatus;
@@ -53,7 +53,7 @@ const checkState = async (client, input) => {
53
53
  }
54
54
  catch (e) { }
55
55
  try {
56
- let returnComparator = () => {
56
+ const returnComparator = () => {
57
57
  let flat_1 = [].concat(...result.DBInstances);
58
58
  let projection_3 = flat_1.map((element_2) => {
59
59
  return element_2.DBInstanceStatus;
@@ -68,7 +68,7 @@ const checkState = async (client, input) => {
68
68
  }
69
69
  catch (e) { }
70
70
  try {
71
- let returnComparator = () => {
71
+ const returnComparator = () => {
72
72
  let flat_1 = [].concat(...result.DBInstances);
73
73
  let projection_3 = flat_1.map((element_2) => {
74
74
  return element_2.DBInstanceStatus;
@@ -83,7 +83,7 @@ const checkState = async (client, input) => {
83
83
  }
84
84
  catch (e) { }
85
85
  try {
86
- let returnComparator = () => {
86
+ const returnComparator = () => {
87
87
  let flat_1 = [].concat(...result.DBInstances);
88
88
  let projection_3 = flat_1.map((element_2) => {
89
89
  return element_2.DBInstanceStatus;
@@ -3,10 +3,10 @@ import { DescribeDBInstancesCommand } from "../commands/DescribeDBInstancesComma
3
3
  const checkState = async (client, input) => {
4
4
  let reason;
5
5
  try {
6
- const result = await client.send(new DescribeDBInstancesCommand(input));
6
+ let result = await client.send(new DescribeDBInstancesCommand(input));
7
7
  reason = result;
8
8
  try {
9
- let returnComparator = () => {
9
+ const returnComparator = () => {
10
10
  let flat_1 = [].concat(...result.DBInstances);
11
11
  let projection_3 = flat_1.map((element_2) => {
12
12
  return element_2.DBInstanceStatus;
@@ -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.DBInstances);
28
28
  let projection_3 = flat_1.map((element_2) => {
29
29
  return element_2.DBInstanceStatus;
@@ -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.DBInstances);
43
43
  let projection_3 = flat_1.map((element_2) => {
44
44
  return element_2.DBInstanceStatus;
@@ -53,7 +53,7 @@ const checkState = async (client, input) => {
53
53
  }
54
54
  catch (e) { }
55
55
  try {
56
- let returnComparator = () => {
56
+ const returnComparator = () => {
57
57
  let flat_1 = [].concat(...result.DBInstances);
58
58
  let projection_3 = flat_1.map((element_2) => {
59
59
  return element_2.DBInstanceStatus;
@@ -68,7 +68,7 @@ const checkState = async (client, input) => {
68
68
  }
69
69
  catch (e) { }
70
70
  try {
71
- let returnComparator = () => {
71
+ const returnComparator = () => {
72
72
  let flat_1 = [].concat(...result.DBInstances);
73
73
  let projection_3 = flat_1.map((element_2) => {
74
74
  return element_2.DBInstanceStatus;
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@aws-sdk/client-neptune",
3
3
  "description": "AWS SDK for JavaScript Neptune Client for Node.js, Browser and React Native",
4
- "version": "3.958.0",
4
+ "version": "3.964.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-neptune",
@@ -21,18 +21,18 @@
21
21
  "dependencies": {
22
22
  "@aws-crypto/sha256-browser": "5.2.0",
23
23
  "@aws-crypto/sha256-js": "5.2.0",
24
- "@aws-sdk/core": "3.957.0",
25
- "@aws-sdk/credential-provider-node": "3.958.0",
24
+ "@aws-sdk/core": "3.964.0",
25
+ "@aws-sdk/credential-provider-node": "3.964.0",
26
26
  "@aws-sdk/middleware-host-header": "3.957.0",
27
27
  "@aws-sdk/middleware-logger": "3.957.0",
28
28
  "@aws-sdk/middleware-recursion-detection": "3.957.0",
29
29
  "@aws-sdk/middleware-sdk-rds": "3.957.0",
30
- "@aws-sdk/middleware-user-agent": "3.957.0",
30
+ "@aws-sdk/middleware-user-agent": "3.964.0",
31
31
  "@aws-sdk/region-config-resolver": "3.957.0",
32
32
  "@aws-sdk/types": "3.957.0",
33
33
  "@aws-sdk/util-endpoints": "3.957.0",
34
34
  "@aws-sdk/util-user-agent-browser": "3.957.0",
35
- "@aws-sdk/util-user-agent-node": "3.957.0",
35
+ "@aws-sdk/util-user-agent-node": "3.964.0",
36
36
  "@smithy/config-resolver": "^4.4.5",
37
37
  "@smithy/core": "^3.20.0",
38
38
  "@smithy/fetch-http-handler": "^5.3.8",