@aws-sdk/client-emr 3.934.0 → 3.936.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.
- package/dist-cjs/index.js +326 -298
- package/dist-es/index.js +2 -1
- package/dist-es/models/enums.js +293 -0
- package/dist-es/models/errors.js +43 -0
- package/dist-es/models/models_0.js +1 -336
- package/dist-es/schemas/schemas_0.js +34 -6
- package/dist-types/commands/DescribeClusterCommand.d.ts +13 -0
- package/dist-types/commands/RunJobFlowCommand.d.ts +13 -0
- package/dist-types/index.d.ts +3 -1
- package/dist-types/models/enums.d.ts +661 -0
- package/dist-types/models/errors.d.ts +55 -0
- package/dist-types/models/models_0.d.ts +65 -723
- package/dist-types/schemas/schemas_0.d.ts +4 -1
- package/dist-types/ts3.4/index.d.ts +3 -1
- package/dist-types/ts3.4/models/enums.d.ts +376 -0
- package/dist-types/ts3.4/models/errors.d.ts +26 -0
- package/dist-types/ts3.4/models/models_0.d.ts +60 -402
- package/dist-types/ts3.4/schemas/schemas_0.d.ts +4 -0
- package/package.json +19 -19
- package/dist-es/models/index.js +0 -1
- package/dist-types/models/index.d.ts +0 -1
- package/dist-types/ts3.4/models/index.d.ts +0 -1
|
@@ -1,6 +1,7 @@
|
|
|
1
1
|
import {
|
|
2
2
|
StaticErrorSchema,
|
|
3
3
|
StaticListSchema,
|
|
4
|
+
StaticMapSchema,
|
|
4
5
|
StaticOperationSchema,
|
|
5
6
|
StaticStructureSchema,
|
|
6
7
|
} from "@smithy/types";
|
|
@@ -26,6 +27,7 @@ export declare var CancelStepsInfo: StaticStructureSchema;
|
|
|
26
27
|
export declare var CancelStepsInput: StaticStructureSchema;
|
|
27
28
|
export declare var CancelStepsOutput: StaticStructureSchema;
|
|
28
29
|
export declare var CloudWatchAlarmDefinition: StaticStructureSchema;
|
|
30
|
+
export declare var CloudWatchLogConfiguration: StaticStructureSchema;
|
|
29
31
|
export declare var Cluster: StaticStructureSchema;
|
|
30
32
|
export declare var ClusterStateChangeReason: StaticStructureSchema;
|
|
31
33
|
export declare var ClusterStatus: StaticStructureSchema;
|
|
@@ -147,6 +149,7 @@ export declare var ModifyClusterInput: StaticStructureSchema;
|
|
|
147
149
|
export declare var ModifyClusterOutput: StaticStructureSchema;
|
|
148
150
|
export declare var ModifyInstanceFleetInput: StaticStructureSchema;
|
|
149
151
|
export declare var ModifyInstanceGroupsInput: StaticStructureSchema;
|
|
152
|
+
export declare var MonitoringConfiguration: StaticStructureSchema;
|
|
150
153
|
export declare var NotebookExecution: StaticStructureSchema;
|
|
151
154
|
export declare var NotebookExecutionSummary: StaticStructureSchema;
|
|
152
155
|
export declare var NotebookS3LocationForOutput: StaticStructureSchema;
|
|
@@ -276,6 +279,7 @@ export declare var TagList: StaticListSchema;
|
|
|
276
279
|
export declare var XmlStringList: number;
|
|
277
280
|
export declare var XmlStringMaxLen256List: number;
|
|
278
281
|
export declare var EnvironmentVariablesMap: number;
|
|
282
|
+
export declare var LogTypesMap: StaticMapSchema;
|
|
279
283
|
export declare var StringMap: number;
|
|
280
284
|
export declare var Credentials: StaticStructureSchema;
|
|
281
285
|
export declare var AddInstanceFleet: StaticOperationSchema;
|
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.936.0",
|
|
5
5
|
"scripts": {
|
|
6
6
|
"build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
|
|
7
7
|
"build:cjs": "node ../../scripts/compilation/inline client-emr",
|
|
@@ -20,38 +20,38 @@
|
|
|
20
20
|
"dependencies": {
|
|
21
21
|
"@aws-crypto/sha256-browser": "5.2.0",
|
|
22
22
|
"@aws-crypto/sha256-js": "5.2.0",
|
|
23
|
-
"@aws-sdk/core": "3.
|
|
24
|
-
"@aws-sdk/credential-provider-node": "3.
|
|
25
|
-
"@aws-sdk/middleware-host-header": "3.
|
|
26
|
-
"@aws-sdk/middleware-logger": "3.
|
|
27
|
-
"@aws-sdk/middleware-recursion-detection": "3.
|
|
28
|
-
"@aws-sdk/middleware-user-agent": "3.
|
|
29
|
-
"@aws-sdk/region-config-resolver": "3.
|
|
30
|
-
"@aws-sdk/types": "3.
|
|
31
|
-
"@aws-sdk/util-endpoints": "3.
|
|
32
|
-
"@aws-sdk/util-user-agent-browser": "3.
|
|
33
|
-
"@aws-sdk/util-user-agent-node": "3.
|
|
23
|
+
"@aws-sdk/core": "3.936.0",
|
|
24
|
+
"@aws-sdk/credential-provider-node": "3.936.0",
|
|
25
|
+
"@aws-sdk/middleware-host-header": "3.936.0",
|
|
26
|
+
"@aws-sdk/middleware-logger": "3.936.0",
|
|
27
|
+
"@aws-sdk/middleware-recursion-detection": "3.936.0",
|
|
28
|
+
"@aws-sdk/middleware-user-agent": "3.936.0",
|
|
29
|
+
"@aws-sdk/region-config-resolver": "3.936.0",
|
|
30
|
+
"@aws-sdk/types": "3.936.0",
|
|
31
|
+
"@aws-sdk/util-endpoints": "3.936.0",
|
|
32
|
+
"@aws-sdk/util-user-agent-browser": "3.936.0",
|
|
33
|
+
"@aws-sdk/util-user-agent-node": "3.936.0",
|
|
34
34
|
"@smithy/config-resolver": "^4.4.3",
|
|
35
|
-
"@smithy/core": "^3.18.
|
|
35
|
+
"@smithy/core": "^3.18.5",
|
|
36
36
|
"@smithy/fetch-http-handler": "^5.3.6",
|
|
37
37
|
"@smithy/hash-node": "^4.2.5",
|
|
38
38
|
"@smithy/invalid-dependency": "^4.2.5",
|
|
39
39
|
"@smithy/middleware-content-length": "^4.2.5",
|
|
40
|
-
"@smithy/middleware-endpoint": "^4.3.
|
|
41
|
-
"@smithy/middleware-retry": "^4.4.
|
|
42
|
-
"@smithy/middleware-serde": "^4.2.
|
|
40
|
+
"@smithy/middleware-endpoint": "^4.3.12",
|
|
41
|
+
"@smithy/middleware-retry": "^4.4.12",
|
|
42
|
+
"@smithy/middleware-serde": "^4.2.6",
|
|
43
43
|
"@smithy/middleware-stack": "^4.2.5",
|
|
44
44
|
"@smithy/node-config-provider": "^4.3.5",
|
|
45
45
|
"@smithy/node-http-handler": "^4.4.5",
|
|
46
46
|
"@smithy/protocol-http": "^5.3.5",
|
|
47
|
-
"@smithy/smithy-client": "^4.9.
|
|
47
|
+
"@smithy/smithy-client": "^4.9.8",
|
|
48
48
|
"@smithy/types": "^4.9.0",
|
|
49
49
|
"@smithy/url-parser": "^4.2.5",
|
|
50
50
|
"@smithy/util-base64": "^4.3.0",
|
|
51
51
|
"@smithy/util-body-length-browser": "^4.2.0",
|
|
52
52
|
"@smithy/util-body-length-node": "^4.2.1",
|
|
53
|
-
"@smithy/util-defaults-mode-browser": "^4.3.
|
|
54
|
-
"@smithy/util-defaults-mode-node": "^4.2.
|
|
53
|
+
"@smithy/util-defaults-mode-browser": "^4.3.11",
|
|
54
|
+
"@smithy/util-defaults-mode-node": "^4.2.14",
|
|
55
55
|
"@smithy/util-endpoints": "^3.2.5",
|
|
56
56
|
"@smithy/util-middleware": "^4.2.5",
|
|
57
57
|
"@smithy/util-retry": "^4.2.5",
|
package/dist-es/models/index.js
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export * from "./models_0";
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export * from "./models_0";
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export * from "./models_0";
|