diff --git a/clients/client-emr/src/models/models_0.ts b/clients/client-emr/src/models/models_0.ts index adf7ebf10767..09b4abbe7374 100644 --- a/clients/client-emr/src/models/models_0.ts +++ b/clients/client-emr/src/models/models_0.ts @@ -932,6 +932,16 @@ export interface AddJobFlowStepsInput { *
A list of StepConfig to be executed by the job flow.
*/ Steps: StepConfig[] | undefined; + + /** + *The Amazon Resource Name (ARN) of the runtime role for a step on the cluster. The
+ * runtime role can be a cross-account IAM role. The runtime role ARN is a combination of
+ * account ID, role name, and role type using the following format:
+ * arn:partition:service:region:account:resource
.
For example, arn:aws:iam::1234567890:role/ReadOnly
is a correctly formatted
+ * runtime role ARN.
The current execution status details of the cluster step.
*/ Status?: StepStatus; + + /** + *The Amazon Resource Name (ARN) of the runtime role for a step on the cluster. The
+ * runtime role can be a cross-account IAM role. The runtime role ARN is a combination of
+ * account ID, role name, and role type using the following format:
+ * arn:partition:service:region:account:resource
.
For example, arn:aws:iam::1234567890:role/ReadOnly
is a correctly formatted
+ * runtime role ARN.
A list of StepConfig to be executed by the job flow.
", "smithy.api#required": {} } + }, + "ExecutionRoleArn": { + "target": "com.amazonaws.emr#ArnType", + "traits": { + "smithy.api#documentation": "The Amazon Resource Name (ARN) of the runtime role for a step on the cluster. The\n runtime role can be a cross-account IAM role. The runtime role ARN is a combination of\n account ID, role name, and role type using the following format:\n arn:partition:service:region:account:resource
.
For example, arn:aws:iam::1234567890:role/ReadOnly
is a correctly formatted\n runtime role ARN.
The current execution status details of the cluster step.
" } + }, + "ExecutionRoleArn": { + "target": "com.amazonaws.emr#OptionalArnType", + "traits": { + "smithy.api#documentation": "The Amazon Resource Name (ARN) of the runtime role for a step on the cluster. The\n runtime role can be a cross-account IAM role. The runtime role ARN is a combination of\n account ID, role name, and role type using the following format:\n arn:partition:service:region:account:resource
.
For example, arn:aws:iam::1234567890:role/ReadOnly
is a correctly formatted\n runtime role ARN.