@aws-sdk/client-lakeformation 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.
@@ -501,7 +501,7 @@ const serializeAws_restJson1GetTableObjectsCommand = async (input, context) => {
501
501
  ...(input.MaxResults != null && { MaxResults: input.MaxResults }),
502
502
  ...(input.NextToken != null && { NextToken: input.NextToken }),
503
503
  ...(input.PartitionPredicate != null && { PartitionPredicate: input.PartitionPredicate }),
504
- ...(input.QueryAsOfTime != null && { QueryAsOfTime: Math.round(input.QueryAsOfTime.getTime() / 1000) }),
504
+ ...(input.QueryAsOfTime != null && { QueryAsOfTime: Math.round(input.QueryAsOfTime.getTime() / 1000).toString() }),
505
505
  ...(input.TableName != null && { TableName: input.TableName }),
506
506
  ...(input.TransactionId != null && { TransactionId: input.TransactionId }),
507
507
  });
@@ -3676,7 +3676,7 @@ const serializeAws_restJson1QueryPlanningContext = (input, context) => {
3676
3676
  return {
3677
3677
  ...(input.CatalogId != null && { CatalogId: input.CatalogId }),
3678
3678
  ...(input.DatabaseName != null && { DatabaseName: input.DatabaseName }),
3679
- ...(input.QueryAsOfTime != null && { QueryAsOfTime: Math.round(input.QueryAsOfTime.getTime() / 1000) }),
3679
+ ...(input.QueryAsOfTime != null && { QueryAsOfTime: Math.round(input.QueryAsOfTime.getTime() / 1000).toString() }),
3680
3680
  ...(input.QueryParameters != null && {
3681
3681
  QueryParameters: serializeAws_restJson1QueryParameterMap(input.QueryParameters, context),
3682
3682
  }),
@@ -476,7 +476,7 @@ export const serializeAws_restJson1GetTableObjectsCommand = async (input, contex
476
476
  ...(input.MaxResults != null && { MaxResults: input.MaxResults }),
477
477
  ...(input.NextToken != null && { NextToken: input.NextToken }),
478
478
  ...(input.PartitionPredicate != null && { PartitionPredicate: input.PartitionPredicate }),
479
- ...(input.QueryAsOfTime != null && { QueryAsOfTime: Math.round(input.QueryAsOfTime.getTime() / 1000) }),
479
+ ...(input.QueryAsOfTime != null && { QueryAsOfTime: Math.round(input.QueryAsOfTime.getTime() / 1000).toString() }),
480
480
  ...(input.TableName != null && { TableName: input.TableName }),
481
481
  ...(input.TransactionId != null && { TransactionId: input.TransactionId }),
482
482
  });
@@ -3582,7 +3582,7 @@ const serializeAws_restJson1QueryPlanningContext = (input, context) => {
3582
3582
  return {
3583
3583
  ...(input.CatalogId != null && { CatalogId: input.CatalogId }),
3584
3584
  ...(input.DatabaseName != null && { DatabaseName: input.DatabaseName }),
3585
- ...(input.QueryAsOfTime != null && { QueryAsOfTime: Math.round(input.QueryAsOfTime.getTime() / 1000) }),
3585
+ ...(input.QueryAsOfTime != null && { QueryAsOfTime: Math.round(input.QueryAsOfTime.getTime() / 1000).toString() }),
3586
3586
  ...(input.QueryParameters != null && {
3587
3587
  QueryParameters: serializeAws_restJson1QueryParameterMap(input.QueryParameters, context),
3588
3588
  }),
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@aws-sdk/client-lakeformation",
3
3
  "description": "AWS SDK for JavaScript Lakeformation Client for Node.js, Browser and React Native",
4
- "version": "3.241.0",
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": "(cd ../../ && yarn generate-clients -g ./codegen/sdk-codegen/aws-models/lakeformation.json --keepFiles)"
14
+ "generate:client": "node ../../scripts/generate-clients/single-service --solo lakeformation"
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.241.0",
23
+ "@aws-sdk/client-sts": "3.252.0",
24
24
  "@aws-sdk/config-resolver": "3.234.0",
25
- "@aws-sdk/credential-provider-node": "3.241.0",
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.241.0",
50
+ "@aws-sdk/util-endpoints": "3.245.0",
51
51
  "@aws-sdk/util-retry": "3.229.0",
52
52
  "@aws-sdk/util-stream-browser": "3.226.0",
53
53
  "@aws-sdk/util-stream-node": "3.226.0",