@aws-sdk/client-emr 3.1017.0 → 3.1018.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.
@@ -524,6 +524,7 @@ const _SD = "StepDetail";
524
524
  const _SDB = "ScaleDownBehavior";
525
525
  const _SDL = "StepDetailList";
526
526
  const _SDT = "StartDateTime";
527
+ const _SERA = "StepExecutionRoleArn";
527
528
  const _SESD = "StepExecutionStatusDetail";
528
529
  const _SGB = "StorageGB";
529
530
  const _SI = "StepIds";
@@ -1533,8 +1534,8 @@ exports.RemoveTagsOutput$ = [3, n0, _RTO,
1533
1534
  ];
1534
1535
  exports.RunJobFlowInput$ = [3, n0, _RJFI,
1535
1536
  0,
1536
- [_N, _Ins, _LU, _LEKKI, _AI, _AV, _RL, _S, _BA, _SPu, _NSP, _Ap, _Con, _VTAU, _JFR, _SR, _T, _SC, _ASR, _SDB, _CAI, _ERVS, _RUOB, _KA, _SCL, _MSP, _PGCl, _ATP, _OSRL, _ERVI, _ERVT, _ES, _MC],
1537
- [0, () => exports.JobFlowInstancesConfig$, 0, 0, 0, 0, 0, () => StepConfigList, () => BootstrapActionConfigList, 64 | 0, () => NewSupportedProductsList, () => ApplicationList, () => ConfigurationList, 2, 0, 0, () => TagList, 0, 0, 0, 0, 1, 0, () => exports.KerberosAttributes$, 1, () => exports.ManagedScalingPolicy$, () => PlacementGroupConfigList, () => exports.AutoTerminationPolicy$, 0, 1, 1, 2, () => exports.MonitoringConfiguration$], 2
1537
+ [_N, _Ins, _LU, _LEKKI, _AI, _AV, _RL, _S, _SERA, _BA, _SPu, _NSP, _Ap, _Con, _VTAU, _JFR, _SR, _T, _SC, _ASR, _SDB, _CAI, _ERVS, _RUOB, _KA, _SCL, _MSP, _PGCl, _ATP, _OSRL, _ERVI, _ERVT, _ES, _MC],
1538
+ [0, () => exports.JobFlowInstancesConfig$, 0, 0, 0, 0, 0, () => StepConfigList, 0, () => BootstrapActionConfigList, 64 | 0, () => NewSupportedProductsList, () => ApplicationList, () => ConfigurationList, 2, 0, 0, () => TagList, 0, 0, 0, 0, 1, 0, () => exports.KerberosAttributes$, 1, () => exports.ManagedScalingPolicy$, () => PlacementGroupConfigList, () => exports.AutoTerminationPolicy$, 0, 1, 1, 2, () => exports.MonitoringConfiguration$], 2
1538
1539
  ];
1539
1540
  exports.RunJobFlowOutput$ = [3, n0, _RJFO,
1540
1541
  0,
@@ -516,6 +516,7 @@ const _SD = "StepDetail";
516
516
  const _SDB = "ScaleDownBehavior";
517
517
  const _SDL = "StepDetailList";
518
518
  const _SDT = "StartDateTime";
519
+ const _SERA = "StepExecutionRoleArn";
519
520
  const _SESD = "StepExecutionStatusDetail";
520
521
  const _SGB = "StorageGB";
521
522
  const _SI = "StepIds";
@@ -1525,8 +1526,8 @@ export var RemoveTagsOutput$ = [3, n0, _RTO,
1525
1526
  ];
1526
1527
  export var RunJobFlowInput$ = [3, n0, _RJFI,
1527
1528
  0,
1528
- [_N, _Ins, _LU, _LEKKI, _AI, _AV, _RL, _S, _BA, _SPu, _NSP, _Ap, _Con, _VTAU, _JFR, _SR, _T, _SC, _ASR, _SDB, _CAI, _ERVS, _RUOB, _KA, _SCL, _MSP, _PGCl, _ATP, _OSRL, _ERVI, _ERVT, _ES, _MC],
1529
- [0, () => JobFlowInstancesConfig$, 0, 0, 0, 0, 0, () => StepConfigList, () => BootstrapActionConfigList, 64 | 0, () => NewSupportedProductsList, () => ApplicationList, () => ConfigurationList, 2, 0, 0, () => TagList, 0, 0, 0, 0, 1, 0, () => KerberosAttributes$, 1, () => ManagedScalingPolicy$, () => PlacementGroupConfigList, () => AutoTerminationPolicy$, 0, 1, 1, 2, () => MonitoringConfiguration$], 2
1529
+ [_N, _Ins, _LU, _LEKKI, _AI, _AV, _RL, _S, _SERA, _BA, _SPu, _NSP, _Ap, _Con, _VTAU, _JFR, _SR, _T, _SC, _ASR, _SDB, _CAI, _ERVS, _RUOB, _KA, _SCL, _MSP, _PGCl, _ATP, _OSRL, _ERVI, _ERVT, _ES, _MC],
1530
+ [0, () => JobFlowInstancesConfig$, 0, 0, 0, 0, 0, () => StepConfigList, 0, () => BootstrapActionConfigList, 64 | 0, () => NewSupportedProductsList, () => ApplicationList, () => ConfigurationList, 2, 0, 0, () => TagList, 0, 0, 0, 0, 1, 0, () => KerberosAttributes$, 1, () => ManagedScalingPolicy$, () => PlacementGroupConfigList, () => AutoTerminationPolicy$, 0, 1, 1, 2, () => MonitoringConfiguration$], 2
1530
1531
  ];
1531
1532
  export var RunJobFlowOutput$ = [3, n0, _RJFO,
1532
1533
  0,
@@ -263,6 +263,7 @@ declare const RunJobFlowCommand_base: {
263
263
  * },
264
264
  * },
265
265
  * ],
266
+ * StepExecutionRoleArn: "STRING_VALUE",
266
267
  * BootstrapActions: [ // BootstrapActionConfigList
267
268
  * { // BootstrapActionConfig
268
269
  * Name: "STRING_VALUE", // required
@@ -6327,6 +6327,18 @@ export interface RunJobFlowInput {
6327
6327
  * @public
6328
6328
  */
6329
6329
  Steps?: StepConfig[] | undefined;
6330
+ /**
6331
+ * <p>The Amazon Resource Name (ARN) of the runtime role for steps specified in the
6332
+ * RunJobFlow request. The runtime role can be a cross-account IAM role.
6333
+ * The runtime role ARN is a combination of account ID, role name, and role type using the
6334
+ * following format: <code>arn:partition:iam::account-id:role/role-name</code>.</p>
6335
+ * <p>For example, <code>arn:aws:iam::1234567890:role/ReadOnly</code> is a correctly formatted
6336
+ * runtime role ARN.</p>
6337
+ * <p>This parameter applies only to steps included in the <code>Steps</code> parameter of this
6338
+ * RunJobFlow request. It does not apply to steps added later to the cluster.</p>
6339
+ * @public
6340
+ */
6341
+ StepExecutionRoleArn?: string | undefined;
6330
6342
  /**
6331
6343
  * <p>A list of bootstrap actions to run before Hadoop starts on the cluster nodes.</p>
6332
6344
  * @public
@@ -1271,6 +1271,7 @@ export interface RunJobFlowInput {
1271
1271
  ReleaseLabel?: string | undefined;
1272
1272
  Instances: JobFlowInstancesConfig | undefined;
1273
1273
  Steps?: StepConfig[] | undefined;
1274
+ StepExecutionRoleArn?: string | undefined;
1274
1275
  BootstrapActions?: BootstrapActionConfig[] | undefined;
1275
1276
  SupportedProducts?: string[] | undefined;
1276
1277
  NewSupportedProducts?: SupportedProductConfig[] | undefined;
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.1017.0",
4
+ "version": "3.1018.0",
5
5
  "scripts": {
6
6
  "build": "concurrently 'yarn:build:types' 'yarn:build:es' && yarn build:cjs",
7
7
  "build:cjs": "node ../../scripts/compilation/inline client-emr",
@@ -23,17 +23,17 @@
23
23
  "dependencies": {
24
24
  "@aws-crypto/sha256-browser": "5.2.0",
25
25
  "@aws-crypto/sha256-js": "5.2.0",
26
- "@aws-sdk/core": "^3.973.24",
27
- "@aws-sdk/credential-provider-node": "^3.972.25",
26
+ "@aws-sdk/core": "^3.973.25",
27
+ "@aws-sdk/credential-provider-node": "^3.972.26",
28
28
  "@aws-sdk/middleware-host-header": "^3.972.8",
29
29
  "@aws-sdk/middleware-logger": "^3.972.8",
30
- "@aws-sdk/middleware-recursion-detection": "^3.972.8",
31
- "@aws-sdk/middleware-user-agent": "^3.972.25",
32
- "@aws-sdk/region-config-resolver": "^3.972.9",
30
+ "@aws-sdk/middleware-recursion-detection": "^3.972.9",
31
+ "@aws-sdk/middleware-user-agent": "^3.972.26",
32
+ "@aws-sdk/region-config-resolver": "^3.972.10",
33
33
  "@aws-sdk/types": "^3.973.6",
34
34
  "@aws-sdk/util-endpoints": "^3.996.5",
35
35
  "@aws-sdk/util-user-agent-browser": "^3.972.8",
36
- "@aws-sdk/util-user-agent-node": "^3.973.11",
36
+ "@aws-sdk/util-user-agent-node": "^3.973.12",
37
37
  "@smithy/config-resolver": "^4.4.13",
38
38
  "@smithy/core": "^3.23.12",
39
39
  "@smithy/fetch-http-handler": "^5.3.15",