@aws-sdk/client-emr 3.120.0 → 3.128.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/CHANGELOG.md +28 -0
- package/dist-cjs/protocols/Aws_json1_1.js +730 -955
- package/dist-es/protocols/Aws_json1_1.js +559 -785
- package/dist-types/models/models_0.d.ts +18 -0
- package/dist-types/ts3.4/models/models_0.d.ts +4 -0
- package/package.json +27 -27
|
@@ -768,6 +768,15 @@ export interface AddJobFlowStepsInput {
|
|
|
768
768
|
* <p> A list of <a>StepConfig</a> to be executed by the job flow. </p>
|
|
769
769
|
*/
|
|
770
770
|
Steps: StepConfig[] | undefined;
|
|
771
|
+
/**
|
|
772
|
+
* <p>The Amazon Resource Name (ARN) of the runtime role for a step on the cluster. The
|
|
773
|
+
* runtime role can be a cross-account IAM role. The runtime role ARN is a combination of
|
|
774
|
+
* account ID, role name, and role type using the following format:
|
|
775
|
+
* <code>arn:partition:service:region:account:resource</code>. </p>
|
|
776
|
+
* <p>For example, <code>arn:aws:iam::1234567890:role/ReadOnly</code> is a correctly formatted
|
|
777
|
+
* runtime role ARN.</p>
|
|
778
|
+
*/
|
|
779
|
+
ExecutionRoleArn?: string;
|
|
771
780
|
}
|
|
772
781
|
export declare namespace AddJobFlowStepsInput {
|
|
773
782
|
/**
|
|
@@ -2695,6 +2704,15 @@ export interface Step {
|
|
|
2695
2704
|
* <p>The current execution status details of the cluster step.</p>
|
|
2696
2705
|
*/
|
|
2697
2706
|
Status?: StepStatus;
|
|
2707
|
+
/**
|
|
2708
|
+
* <p>The Amazon Resource Name (ARN) of the runtime role for a step on the cluster. The
|
|
2709
|
+
* runtime role can be a cross-account IAM role. The runtime role ARN is a combination of
|
|
2710
|
+
* account ID, role name, and role type using the following format:
|
|
2711
|
+
* <code>arn:partition:service:region:account:resource</code>. </p>
|
|
2712
|
+
* <p>For example, <code>arn:aws:iam::1234567890:role/ReadOnly</code> is a correctly formatted
|
|
2713
|
+
* runtime role ARN.</p>
|
|
2714
|
+
*/
|
|
2715
|
+
ExecutionRoleArn?: string;
|
|
2698
2716
|
}
|
|
2699
2717
|
export declare namespace Step {
|
|
2700
2718
|
/**
|
|
@@ -367,6 +367,8 @@ export interface AddJobFlowStepsInput {
|
|
|
367
367
|
JobFlowId: string | undefined;
|
|
368
368
|
|
|
369
369
|
Steps: StepConfig[] | undefined;
|
|
370
|
+
|
|
371
|
+
ExecutionRoleArn?: string;
|
|
370
372
|
}
|
|
371
373
|
export declare namespace AddJobFlowStepsInput {
|
|
372
374
|
|
|
@@ -1347,6 +1349,8 @@ export interface Step {
|
|
|
1347
1349
|
ActionOnFailure?: ActionOnFailure | string;
|
|
1348
1350
|
|
|
1349
1351
|
Status?: StepStatus;
|
|
1352
|
+
|
|
1353
|
+
ExecutionRoleArn?: string;
|
|
1350
1354
|
}
|
|
1351
1355
|
export declare namespace Step {
|
|
1352
1356
|
|
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.128.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",
|
|
@@ -18,38 +18,38 @@
|
|
|
18
18
|
"dependencies": {
|
|
19
19
|
"@aws-crypto/sha256-browser": "2.0.0",
|
|
20
20
|
"@aws-crypto/sha256-js": "2.0.0",
|
|
21
|
-
"@aws-sdk/client-sts": "3.
|
|
22
|
-
"@aws-sdk/config-resolver": "3.
|
|
23
|
-
"@aws-sdk/credential-provider-node": "3.
|
|
24
|
-
"@aws-sdk/fetch-http-handler": "3.
|
|
25
|
-
"@aws-sdk/hash-node": "3.
|
|
26
|
-
"@aws-sdk/invalid-dependency": "3.
|
|
27
|
-
"@aws-sdk/middleware-content-length": "3.
|
|
28
|
-
"@aws-sdk/middleware-host-header": "3.
|
|
29
|
-
"@aws-sdk/middleware-logger": "3.
|
|
30
|
-
"@aws-sdk/middleware-recursion-detection": "3.
|
|
31
|
-
"@aws-sdk/middleware-retry": "3.
|
|
32
|
-
"@aws-sdk/middleware-serde": "3.
|
|
33
|
-
"@aws-sdk/middleware-signing": "3.
|
|
34
|
-
"@aws-sdk/middleware-stack": "3.
|
|
35
|
-
"@aws-sdk/middleware-user-agent": "3.
|
|
36
|
-
"@aws-sdk/node-config-provider": "3.
|
|
37
|
-
"@aws-sdk/node-http-handler": "3.
|
|
38
|
-
"@aws-sdk/protocol-http": "3.
|
|
39
|
-
"@aws-sdk/smithy-client": "3.
|
|
40
|
-
"@aws-sdk/types": "3.
|
|
41
|
-
"@aws-sdk/url-parser": "3.
|
|
21
|
+
"@aws-sdk/client-sts": "3.128.0",
|
|
22
|
+
"@aws-sdk/config-resolver": "3.128.0",
|
|
23
|
+
"@aws-sdk/credential-provider-node": "3.128.0",
|
|
24
|
+
"@aws-sdk/fetch-http-handler": "3.127.0",
|
|
25
|
+
"@aws-sdk/hash-node": "3.127.0",
|
|
26
|
+
"@aws-sdk/invalid-dependency": "3.127.0",
|
|
27
|
+
"@aws-sdk/middleware-content-length": "3.127.0",
|
|
28
|
+
"@aws-sdk/middleware-host-header": "3.127.0",
|
|
29
|
+
"@aws-sdk/middleware-logger": "3.127.0",
|
|
30
|
+
"@aws-sdk/middleware-recursion-detection": "3.127.0",
|
|
31
|
+
"@aws-sdk/middleware-retry": "3.127.0",
|
|
32
|
+
"@aws-sdk/middleware-serde": "3.127.0",
|
|
33
|
+
"@aws-sdk/middleware-signing": "3.128.0",
|
|
34
|
+
"@aws-sdk/middleware-stack": "3.127.0",
|
|
35
|
+
"@aws-sdk/middleware-user-agent": "3.127.0",
|
|
36
|
+
"@aws-sdk/node-config-provider": "3.127.0",
|
|
37
|
+
"@aws-sdk/node-http-handler": "3.127.0",
|
|
38
|
+
"@aws-sdk/protocol-http": "3.127.0",
|
|
39
|
+
"@aws-sdk/smithy-client": "3.127.0",
|
|
40
|
+
"@aws-sdk/types": "3.127.0",
|
|
41
|
+
"@aws-sdk/url-parser": "3.127.0",
|
|
42
42
|
"@aws-sdk/util-base64-browser": "3.109.0",
|
|
43
43
|
"@aws-sdk/util-base64-node": "3.55.0",
|
|
44
44
|
"@aws-sdk/util-body-length-browser": "3.55.0",
|
|
45
45
|
"@aws-sdk/util-body-length-node": "3.55.0",
|
|
46
|
-
"@aws-sdk/util-defaults-mode-browser": "3.
|
|
47
|
-
"@aws-sdk/util-defaults-mode-node": "3.
|
|
48
|
-
"@aws-sdk/util-user-agent-browser": "3.
|
|
49
|
-
"@aws-sdk/util-user-agent-node": "3.
|
|
46
|
+
"@aws-sdk/util-defaults-mode-browser": "3.127.0",
|
|
47
|
+
"@aws-sdk/util-defaults-mode-node": "3.128.0",
|
|
48
|
+
"@aws-sdk/util-user-agent-browser": "3.127.0",
|
|
49
|
+
"@aws-sdk/util-user-agent-node": "3.127.0",
|
|
50
50
|
"@aws-sdk/util-utf8-browser": "3.109.0",
|
|
51
51
|
"@aws-sdk/util-utf8-node": "3.109.0",
|
|
52
|
-
"@aws-sdk/util-waiter": "3.
|
|
52
|
+
"@aws-sdk/util-waiter": "3.127.0",
|
|
53
53
|
"tslib": "^2.3.1"
|
|
54
54
|
},
|
|
55
55
|
"devDependencies": {
|