@aws-sdk/client-iotfleetwise 3.242.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.
|
@@ -3099,7 +3099,7 @@ const serializeAws_json1_0CreateCampaignRequest = (input, context) => {
|
|
|
3099
3099
|
}),
|
|
3100
3100
|
...(input.description != null && { description: input.description }),
|
|
3101
3101
|
...(input.diagnosticsMode != null && { diagnosticsMode: input.diagnosticsMode }),
|
|
3102
|
-
...(input.expiryTime != null && { expiryTime: Math.round(input.expiryTime.getTime() / 1000) }),
|
|
3102
|
+
...(input.expiryTime != null && { expiryTime: Math.round(input.expiryTime.getTime() / 1000).toString() }),
|
|
3103
3103
|
...(input.name != null && { name: input.name }),
|
|
3104
3104
|
...(input.postTriggerCollectionDuration != null && {
|
|
3105
3105
|
postTriggerCollectionDuration: input.postTriggerCollectionDuration,
|
|
@@ -3110,7 +3110,7 @@ const serializeAws_json1_0CreateCampaignRequest = (input, context) => {
|
|
|
3110
3110
|
signalsToCollect: serializeAws_json1_0SignalInformationList(input.signalsToCollect, context),
|
|
3111
3111
|
}),
|
|
3112
3112
|
...(input.spoolingMode != null && { spoolingMode: input.spoolingMode }),
|
|
3113
|
-
...(input.startTime != null && { startTime: Math.round(input.startTime.getTime() / 1000) }),
|
|
3113
|
+
...(input.startTime != null && { startTime: Math.round(input.startTime.getTime() / 1000).toString() }),
|
|
3114
3114
|
...(input.tags != null && { tags: serializeAws_json1_0TagList(input.tags, context) }),
|
|
3115
3115
|
...(input.targetArn != null && { targetArn: input.targetArn }),
|
|
3116
3116
|
};
|
|
@@ -2995,7 +2995,7 @@ const serializeAws_json1_0CreateCampaignRequest = (input, context) => {
|
|
|
2995
2995
|
}),
|
|
2996
2996
|
...(input.description != null && { description: input.description }),
|
|
2997
2997
|
...(input.diagnosticsMode != null && { diagnosticsMode: input.diagnosticsMode }),
|
|
2998
|
-
...(input.expiryTime != null && { expiryTime: Math.round(input.expiryTime.getTime() / 1000) }),
|
|
2998
|
+
...(input.expiryTime != null && { expiryTime: Math.round(input.expiryTime.getTime() / 1000).toString() }),
|
|
2999
2999
|
...(input.name != null && { name: input.name }),
|
|
3000
3000
|
...(input.postTriggerCollectionDuration != null && {
|
|
3001
3001
|
postTriggerCollectionDuration: input.postTriggerCollectionDuration,
|
|
@@ -3006,7 +3006,7 @@ const serializeAws_json1_0CreateCampaignRequest = (input, context) => {
|
|
|
3006
3006
|
signalsToCollect: serializeAws_json1_0SignalInformationList(input.signalsToCollect, context),
|
|
3007
3007
|
}),
|
|
3008
3008
|
...(input.spoolingMode != null && { spoolingMode: input.spoolingMode }),
|
|
3009
|
-
...(input.startTime != null && { startTime: Math.round(input.startTime.getTime() / 1000) }),
|
|
3009
|
+
...(input.startTime != null && { startTime: Math.round(input.startTime.getTime() / 1000).toString() }),
|
|
3010
3010
|
...(input.tags != null && { tags: serializeAws_json1_0TagList(input.tags, context) }),
|
|
3011
3011
|
...(input.targetArn != null && { targetArn: input.targetArn }),
|
|
3012
3012
|
};
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@aws-sdk/client-iotfleetwise",
|
|
3
3
|
"description": "AWS SDK for JavaScript Iotfleetwise 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 iotfleetwise"
|
|
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",
|