@aws-sdk/client-iotthingsgraph 3.245.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.
@@ -2117,11 +2117,11 @@ const serializeAws_json1_1SearchEntitiesRequest = (input, context) => {
2117
2117
  };
2118
2118
  const serializeAws_json1_1SearchFlowExecutionsRequest = (input, context) => {
2119
2119
  return {
2120
- ...(input.endTime != null && { endTime: Math.round(input.endTime.getTime() / 1000) }),
2120
+ ...(input.endTime != null && { endTime: Math.round(input.endTime.getTime() / 1000).toString() }),
2121
2121
  ...(input.flowExecutionId != null && { flowExecutionId: input.flowExecutionId }),
2122
2122
  ...(input.maxResults != null && { maxResults: input.maxResults }),
2123
2123
  ...(input.nextToken != null && { nextToken: input.nextToken }),
2124
- ...(input.startTime != null && { startTime: Math.round(input.startTime.getTime() / 1000) }),
2124
+ ...(input.startTime != null && { startTime: Math.round(input.startTime.getTime() / 1000).toString() }),
2125
2125
  ...(input.systemInstanceId != null && { systemInstanceId: input.systemInstanceId }),
2126
2126
  };
2127
2127
  };
@@ -2043,11 +2043,11 @@ const serializeAws_json1_1SearchEntitiesRequest = (input, context) => {
2043
2043
  };
2044
2044
  const serializeAws_json1_1SearchFlowExecutionsRequest = (input, context) => {
2045
2045
  return {
2046
- ...(input.endTime != null && { endTime: Math.round(input.endTime.getTime() / 1000) }),
2046
+ ...(input.endTime != null && { endTime: Math.round(input.endTime.getTime() / 1000).toString() }),
2047
2047
  ...(input.flowExecutionId != null && { flowExecutionId: input.flowExecutionId }),
2048
2048
  ...(input.maxResults != null && { maxResults: input.maxResults }),
2049
2049
  ...(input.nextToken != null && { nextToken: input.nextToken }),
2050
- ...(input.startTime != null && { startTime: Math.round(input.startTime.getTime() / 1000) }),
2050
+ ...(input.startTime != null && { startTime: Math.round(input.startTime.getTime() / 1000).toString() }),
2051
2051
  ...(input.systemInstanceId != null && { systemInstanceId: input.systemInstanceId }),
2052
2052
  };
2053
2053
  };
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@aws-sdk/client-iotthingsgraph",
3
3
  "description": "AWS SDK for JavaScript Iotthingsgraph Client for Node.js, Browser and React Native",
4
- "version": "3.245.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/iotthingsgraph.json --keepFiles)"
14
+ "generate:client": "node ../../scripts/generate-clients/single-service --solo iotthingsgraph"
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.245.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.245.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",