@aws-sdk/client-emr 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.
|
@@ -2596,8 +2596,8 @@ const serializeAws_json1_1DescribeClusterInput = (input, context) => {
|
|
|
2596
2596
|
};
|
|
2597
2597
|
const serializeAws_json1_1DescribeJobFlowsInput = (input, context) => {
|
|
2598
2598
|
return {
|
|
2599
|
-
...(input.CreatedAfter != null && { CreatedAfter: Math.round(input.CreatedAfter.getTime() / 1000) }),
|
|
2600
|
-
...(input.CreatedBefore != null && { CreatedBefore: Math.round(input.CreatedBefore.getTime() / 1000) }),
|
|
2599
|
+
...(input.CreatedAfter != null && { CreatedAfter: Math.round(input.CreatedAfter.getTime() / 1000).toString() }),
|
|
2600
|
+
...(input.CreatedBefore != null && { CreatedBefore: Math.round(input.CreatedBefore.getTime() / 1000).toString() }),
|
|
2601
2601
|
...(input.JobFlowIds != null && { JobFlowIds: serializeAws_json1_1XmlStringList(input.JobFlowIds, context) }),
|
|
2602
2602
|
...(input.JobFlowStates != null && {
|
|
2603
2603
|
JobFlowStates: serializeAws_json1_1JobFlowExecutionStateList(input.JobFlowStates, context),
|
|
@@ -2927,8 +2927,8 @@ const serializeAws_json1_1ListClustersInput = (input, context) => {
|
|
|
2927
2927
|
...(input.ClusterStates != null && {
|
|
2928
2928
|
ClusterStates: serializeAws_json1_1ClusterStateList(input.ClusterStates, context),
|
|
2929
2929
|
}),
|
|
2930
|
-
...(input.CreatedAfter != null && { CreatedAfter: Math.round(input.CreatedAfter.getTime() / 1000) }),
|
|
2931
|
-
...(input.CreatedBefore != null && { CreatedBefore: Math.round(input.CreatedBefore.getTime() / 1000) }),
|
|
2930
|
+
...(input.CreatedAfter != null && { CreatedAfter: Math.round(input.CreatedAfter.getTime() / 1000).toString() }),
|
|
2931
|
+
...(input.CreatedBefore != null && { CreatedBefore: Math.round(input.CreatedBefore.getTime() / 1000).toString() }),
|
|
2932
2932
|
...(input.Marker != null && { Marker: input.Marker }),
|
|
2933
2933
|
};
|
|
2934
2934
|
};
|
|
@@ -2962,10 +2962,10 @@ const serializeAws_json1_1ListInstancesInput = (input, context) => {
|
|
|
2962
2962
|
const serializeAws_json1_1ListNotebookExecutionsInput = (input, context) => {
|
|
2963
2963
|
return {
|
|
2964
2964
|
...(input.EditorId != null && { EditorId: input.EditorId }),
|
|
2965
|
-
...(input.From != null && { From: Math.round(input.From.getTime() / 1000) }),
|
|
2965
|
+
...(input.From != null && { From: Math.round(input.From.getTime() / 1000).toString() }),
|
|
2966
2966
|
...(input.Marker != null && { Marker: input.Marker }),
|
|
2967
2967
|
...(input.Status != null && { Status: input.Status }),
|
|
2968
|
-
...(input.To != null && { To: Math.round(input.To.getTime() / 1000) }),
|
|
2968
|
+
...(input.To != null && { To: Math.round(input.To.getTime() / 1000).toString() }),
|
|
2969
2969
|
};
|
|
2970
2970
|
};
|
|
2971
2971
|
const serializeAws_json1_1ListReleaseLabelsInput = (input, context) => {
|
|
@@ -2485,8 +2485,8 @@ const serializeAws_json1_1DescribeClusterInput = (input, context) => {
|
|
|
2485
2485
|
};
|
|
2486
2486
|
const serializeAws_json1_1DescribeJobFlowsInput = (input, context) => {
|
|
2487
2487
|
return {
|
|
2488
|
-
...(input.CreatedAfter != null && { CreatedAfter: Math.round(input.CreatedAfter.getTime() / 1000) }),
|
|
2489
|
-
...(input.CreatedBefore != null && { CreatedBefore: Math.round(input.CreatedBefore.getTime() / 1000) }),
|
|
2488
|
+
...(input.CreatedAfter != null && { CreatedAfter: Math.round(input.CreatedAfter.getTime() / 1000).toString() }),
|
|
2489
|
+
...(input.CreatedBefore != null && { CreatedBefore: Math.round(input.CreatedBefore.getTime() / 1000).toString() }),
|
|
2490
2490
|
...(input.JobFlowIds != null && { JobFlowIds: serializeAws_json1_1XmlStringList(input.JobFlowIds, context) }),
|
|
2491
2491
|
...(input.JobFlowStates != null && {
|
|
2492
2492
|
JobFlowStates: serializeAws_json1_1JobFlowExecutionStateList(input.JobFlowStates, context),
|
|
@@ -2816,8 +2816,8 @@ const serializeAws_json1_1ListClustersInput = (input, context) => {
|
|
|
2816
2816
|
...(input.ClusterStates != null && {
|
|
2817
2817
|
ClusterStates: serializeAws_json1_1ClusterStateList(input.ClusterStates, context),
|
|
2818
2818
|
}),
|
|
2819
|
-
...(input.CreatedAfter != null && { CreatedAfter: Math.round(input.CreatedAfter.getTime() / 1000) }),
|
|
2820
|
-
...(input.CreatedBefore != null && { CreatedBefore: Math.round(input.CreatedBefore.getTime() / 1000) }),
|
|
2819
|
+
...(input.CreatedAfter != null && { CreatedAfter: Math.round(input.CreatedAfter.getTime() / 1000).toString() }),
|
|
2820
|
+
...(input.CreatedBefore != null && { CreatedBefore: Math.round(input.CreatedBefore.getTime() / 1000).toString() }),
|
|
2821
2821
|
...(input.Marker != null && { Marker: input.Marker }),
|
|
2822
2822
|
};
|
|
2823
2823
|
};
|
|
@@ -2851,10 +2851,10 @@ const serializeAws_json1_1ListInstancesInput = (input, context) => {
|
|
|
2851
2851
|
const serializeAws_json1_1ListNotebookExecutionsInput = (input, context) => {
|
|
2852
2852
|
return {
|
|
2853
2853
|
...(input.EditorId != null && { EditorId: input.EditorId }),
|
|
2854
|
-
...(input.From != null && { From: Math.round(input.From.getTime() / 1000) }),
|
|
2854
|
+
...(input.From != null && { From: Math.round(input.From.getTime() / 1000).toString() }),
|
|
2855
2855
|
...(input.Marker != null && { Marker: input.Marker }),
|
|
2856
2856
|
...(input.Status != null && { Status: input.Status }),
|
|
2857
|
-
...(input.To != null && { To: Math.round(input.To.getTime() / 1000) }),
|
|
2857
|
+
...(input.To != null && { To: Math.round(input.To.getTime() / 1000).toString() }),
|
|
2858
2858
|
};
|
|
2859
2859
|
};
|
|
2860
2860
|
const serializeAws_json1_1ListReleaseLabelsInput = (input, context) => {
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@aws-sdk/client-emr",
|
|
3
3
|
"description": "AWS SDK for JavaScript Emr 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 emr"
|
|
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",
|