@aws-sdk/client-device-farm 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.
|
@@ -4625,12 +4625,14 @@ const serializeAws_json1_1ListTestGridSessionArtifactsRequest = (input, context)
|
|
|
4625
4625
|
};
|
|
4626
4626
|
const serializeAws_json1_1ListTestGridSessionsRequest = (input, context) => {
|
|
4627
4627
|
return {
|
|
4628
|
-
...(input.creationTimeAfter != null && {
|
|
4628
|
+
...(input.creationTimeAfter != null && {
|
|
4629
|
+
creationTimeAfter: Math.round(input.creationTimeAfter.getTime() / 1000).toString(),
|
|
4630
|
+
}),
|
|
4629
4631
|
...(input.creationTimeBefore != null && {
|
|
4630
|
-
creationTimeBefore: Math.round(input.creationTimeBefore.getTime() / 1000),
|
|
4632
|
+
creationTimeBefore: Math.round(input.creationTimeBefore.getTime() / 1000).toString(),
|
|
4631
4633
|
}),
|
|
4632
|
-
...(input.endTimeAfter != null && { endTimeAfter: Math.round(input.endTimeAfter.getTime() / 1000) }),
|
|
4633
|
-
...(input.endTimeBefore != null && { endTimeBefore: Math.round(input.endTimeBefore.getTime() / 1000) }),
|
|
4634
|
+
...(input.endTimeAfter != null && { endTimeAfter: Math.round(input.endTimeAfter.getTime() / 1000).toString() }),
|
|
4635
|
+
...(input.endTimeBefore != null && { endTimeBefore: Math.round(input.endTimeBefore.getTime() / 1000).toString() }),
|
|
4634
4636
|
...(input.maxResult != null && { maxResult: input.maxResult }),
|
|
4635
4637
|
...(input.nextToken != null && { nextToken: input.nextToken }),
|
|
4636
4638
|
...(input.projectArn != null && { projectArn: input.projectArn }),
|
|
@@ -4465,12 +4465,14 @@ const serializeAws_json1_1ListTestGridSessionArtifactsRequest = (input, context)
|
|
|
4465
4465
|
};
|
|
4466
4466
|
const serializeAws_json1_1ListTestGridSessionsRequest = (input, context) => {
|
|
4467
4467
|
return {
|
|
4468
|
-
...(input.creationTimeAfter != null && {
|
|
4468
|
+
...(input.creationTimeAfter != null && {
|
|
4469
|
+
creationTimeAfter: Math.round(input.creationTimeAfter.getTime() / 1000).toString(),
|
|
4470
|
+
}),
|
|
4469
4471
|
...(input.creationTimeBefore != null && {
|
|
4470
|
-
creationTimeBefore: Math.round(input.creationTimeBefore.getTime() / 1000),
|
|
4472
|
+
creationTimeBefore: Math.round(input.creationTimeBefore.getTime() / 1000).toString(),
|
|
4471
4473
|
}),
|
|
4472
|
-
...(input.endTimeAfter != null && { endTimeAfter: Math.round(input.endTimeAfter.getTime() / 1000) }),
|
|
4473
|
-
...(input.endTimeBefore != null && { endTimeBefore: Math.round(input.endTimeBefore.getTime() / 1000) }),
|
|
4474
|
+
...(input.endTimeAfter != null && { endTimeAfter: Math.round(input.endTimeAfter.getTime() / 1000).toString() }),
|
|
4475
|
+
...(input.endTimeBefore != null && { endTimeBefore: Math.round(input.endTimeBefore.getTime() / 1000).toString() }),
|
|
4474
4476
|
...(input.maxResult != null && { maxResult: input.maxResult }),
|
|
4475
4477
|
...(input.nextToken != null && { nextToken: input.nextToken }),
|
|
4476
4478
|
...(input.projectArn != null && { projectArn: input.projectArn }),
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@aws-sdk/client-device-farm",
|
|
3
3
|
"description": "AWS SDK for JavaScript Device Farm 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 device-farm"
|
|
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",
|