@aws-sdk/client-redshift-serverless 3.241.0 → 3.252.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.
|
@@ -2398,23 +2398,23 @@ const serializeAws_json1_1ListNamespacesRequest = (input, context) => {
|
|
|
2398
2398
|
};
|
|
2399
2399
|
const serializeAws_json1_1ListRecoveryPointsRequest = (input, context) => {
|
|
2400
2400
|
return {
|
|
2401
|
-
...(input.endTime != null && { endTime: Math.round(input.endTime.getTime() / 1000) }),
|
|
2401
|
+
...(input.endTime != null && { endTime: Math.round(input.endTime.getTime() / 1000).toString() }),
|
|
2402
2402
|
...(input.maxResults != null && { maxResults: input.maxResults }),
|
|
2403
2403
|
...(input.namespaceArn != null && { namespaceArn: input.namespaceArn }),
|
|
2404
2404
|
...(input.namespaceName != null && { namespaceName: input.namespaceName }),
|
|
2405
2405
|
...(input.nextToken != null && { nextToken: input.nextToken }),
|
|
2406
|
-
...(input.startTime != null && { startTime: Math.round(input.startTime.getTime() / 1000) }),
|
|
2406
|
+
...(input.startTime != null && { startTime: Math.round(input.startTime.getTime() / 1000).toString() }),
|
|
2407
2407
|
};
|
|
2408
2408
|
};
|
|
2409
2409
|
const serializeAws_json1_1ListSnapshotsRequest = (input, context) => {
|
|
2410
2410
|
return {
|
|
2411
|
-
...(input.endTime != null && { endTime: Math.round(input.endTime.getTime() / 1000) }),
|
|
2411
|
+
...(input.endTime != null && { endTime: Math.round(input.endTime.getTime() / 1000).toString() }),
|
|
2412
2412
|
...(input.maxResults != null && { maxResults: input.maxResults }),
|
|
2413
2413
|
...(input.namespaceArn != null && { namespaceArn: input.namespaceArn }),
|
|
2414
2414
|
...(input.namespaceName != null && { namespaceName: input.namespaceName }),
|
|
2415
2415
|
...(input.nextToken != null && { nextToken: input.nextToken }),
|
|
2416
2416
|
...(input.ownerAccount != null && { ownerAccount: input.ownerAccount }),
|
|
2417
|
-
...(input.startTime != null && { startTime: Math.round(input.startTime.getTime() / 1000) }),
|
|
2417
|
+
...(input.startTime != null && { startTime: Math.round(input.startTime.getTime() / 1000).toString() }),
|
|
2418
2418
|
};
|
|
2419
2419
|
};
|
|
2420
2420
|
const serializeAws_json1_1ListTableRestoreStatusRequest = (input, context) => {
|
|
@@ -2314,23 +2314,23 @@ const serializeAws_json1_1ListNamespacesRequest = (input, context) => {
|
|
|
2314
2314
|
};
|
|
2315
2315
|
const serializeAws_json1_1ListRecoveryPointsRequest = (input, context) => {
|
|
2316
2316
|
return {
|
|
2317
|
-
...(input.endTime != null && { endTime: Math.round(input.endTime.getTime() / 1000) }),
|
|
2317
|
+
...(input.endTime != null && { endTime: Math.round(input.endTime.getTime() / 1000).toString() }),
|
|
2318
2318
|
...(input.maxResults != null && { maxResults: input.maxResults }),
|
|
2319
2319
|
...(input.namespaceArn != null && { namespaceArn: input.namespaceArn }),
|
|
2320
2320
|
...(input.namespaceName != null && { namespaceName: input.namespaceName }),
|
|
2321
2321
|
...(input.nextToken != null && { nextToken: input.nextToken }),
|
|
2322
|
-
...(input.startTime != null && { startTime: Math.round(input.startTime.getTime() / 1000) }),
|
|
2322
|
+
...(input.startTime != null && { startTime: Math.round(input.startTime.getTime() / 1000).toString() }),
|
|
2323
2323
|
};
|
|
2324
2324
|
};
|
|
2325
2325
|
const serializeAws_json1_1ListSnapshotsRequest = (input, context) => {
|
|
2326
2326
|
return {
|
|
2327
|
-
...(input.endTime != null && { endTime: Math.round(input.endTime.getTime() / 1000) }),
|
|
2327
|
+
...(input.endTime != null && { endTime: Math.round(input.endTime.getTime() / 1000).toString() }),
|
|
2328
2328
|
...(input.maxResults != null && { maxResults: input.maxResults }),
|
|
2329
2329
|
...(input.namespaceArn != null && { namespaceArn: input.namespaceArn }),
|
|
2330
2330
|
...(input.namespaceName != null && { namespaceName: input.namespaceName }),
|
|
2331
2331
|
...(input.nextToken != null && { nextToken: input.nextToken }),
|
|
2332
2332
|
...(input.ownerAccount != null && { ownerAccount: input.ownerAccount }),
|
|
2333
|
-
...(input.startTime != null && { startTime: Math.round(input.startTime.getTime() / 1000) }),
|
|
2333
|
+
...(input.startTime != null && { startTime: Math.round(input.startTime.getTime() / 1000).toString() }),
|
|
2334
2334
|
};
|
|
2335
2335
|
};
|
|
2336
2336
|
const serializeAws_json1_1ListTableRestoreStatusRequest = (input, context) => {
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@aws-sdk/client-redshift-serverless",
|
|
3
3
|
"description": "AWS SDK for JavaScript Redshift Serverless Client for Node.js, Browser and React Native",
|
|
4
|
-
"version": "3.
|
|
4
|
+
"version": "3.252.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",
|
|
@@ -11,7 +11,7 @@
|
|
|
11
11
|
"build:types": "tsc -p tsconfig.types.json",
|
|
12
12
|
"build:types:downlevel": "downlevel-dts dist-types dist-types/ts3.4",
|
|
13
13
|
"clean": "rimraf ./dist-* && rimraf *.tsbuildinfo",
|
|
14
|
-
"generate:client": "
|
|
14
|
+
"generate:client": "node ../../scripts/generate-clients/single-service --solo redshift-serverless"
|
|
15
15
|
},
|
|
16
16
|
"main": "./dist-cjs/index.js",
|
|
17
17
|
"types": "./dist-types/index.d.ts",
|
|
@@ -20,9 +20,9 @@
|
|
|
20
20
|
"dependencies": {
|
|
21
21
|
"@aws-crypto/sha256-browser": "2.0.0",
|
|
22
22
|
"@aws-crypto/sha256-js": "2.0.0",
|
|
23
|
-
"@aws-sdk/client-sts": "3.
|
|
23
|
+
"@aws-sdk/client-sts": "3.252.0",
|
|
24
24
|
"@aws-sdk/config-resolver": "3.234.0",
|
|
25
|
-
"@aws-sdk/credential-provider-node": "3.
|
|
25
|
+
"@aws-sdk/credential-provider-node": "3.252.0",
|
|
26
26
|
"@aws-sdk/fetch-http-handler": "3.226.0",
|
|
27
27
|
"@aws-sdk/hash-node": "3.226.0",
|
|
28
28
|
"@aws-sdk/invalid-dependency": "3.226.0",
|
|
@@ -47,7 +47,7 @@
|
|
|
47
47
|
"@aws-sdk/util-body-length-node": "3.208.0",
|
|
48
48
|
"@aws-sdk/util-defaults-mode-browser": "3.234.0",
|
|
49
49
|
"@aws-sdk/util-defaults-mode-node": "3.234.0",
|
|
50
|
-
"@aws-sdk/util-endpoints": "3.
|
|
50
|
+
"@aws-sdk/util-endpoints": "3.245.0",
|
|
51
51
|
"@aws-sdk/util-retry": "3.229.0",
|
|
52
52
|
"@aws-sdk/util-user-agent-browser": "3.226.0",
|
|
53
53
|
"@aws-sdk/util-user-agent-node": "3.226.0",
|