@aws-sdk/client-emr 3.450.0 → 3.454.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/models/models_0.js +5 -1
- package/dist-cjs/protocols/Aws_json1_1.js +4 -0
- package/dist-es/models/models_0.js +4 -0
- package/dist-es/protocols/Aws_json1_1.js +4 -0
- package/dist-types/commands/AddInstanceFleetCommand.d.ts +1 -1
- package/dist-types/commands/CancelStepsCommand.d.ts +4 -4
- package/dist-types/commands/CreateStudioCommand.d.ts +4 -0
- package/dist-types/commands/DescribeStudioCommand.d.ts +4 -0
- package/dist-types/commands/ListInstanceFleetsCommand.d.ts +1 -1
- package/dist-types/commands/ListSupportedInstanceTypesCommand.d.ts +2 -2
- package/dist-types/commands/ModifyInstanceFleetCommand.d.ts +1 -1
- package/dist-types/commands/PutAutoTerminationPolicyCommand.d.ts +1 -1
- package/dist-types/commands/RunJobFlowCommand.d.ts +1 -1
- package/dist-types/commands/UpdateStudioCommand.d.ts +1 -0
- package/dist-types/models/models_0.d.ts +145 -86
- package/dist-types/ts3.4/models/models_0.d.ts +15 -0
- package/package.json +36 -36
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.GetClusterSessionCredentialsOutputFilterSensitiveLog = exports.CredentialsFilterSensitiveLog = exports.UsernamePasswordFilterSensitiveLog = exports.ReconfigurationType = exports.InstanceStateChangeReasonCode = exports.InstanceState = exports.InstanceGroupStateChangeReasonCode = exports.InstanceGroupType = exports.InstanceFleetStateChangeReasonCode = exports.InstanceFleetState = exports.StepStateChangeReasonCode = exports.StepState = exports.NotebookExecutionStatus = exports.OutputNotebookFormat = exports.ExecutionEngineType = exports.StepExecutionState = exports.InstanceGroupState = exports.JobFlowExecutionState = exports.Credentials = exports.IdentityType = exports.ComputeLimitsUnitType = exports.ClusterStateChangeReasonCode = exports.ClusterState = exports.ScaleDownBehavior = exports.RepoUpgradeOnBoot = exports.PlacementGroupStrategy = exports.InstanceCollectionType = exports.CancelStepsRequestStatus = exports.StepCancellationOption = exports.AutoScalingPolicyStateChangeReasonCode = exports.AutoScalingPolicyState = exports.AuthMode = exports.InternalServerError = exports.InstanceRoleType = exports.Unit = exports.Statistic = exports.ComparisonOperator = exports.AdjustmentType = exports.MarketType = exports.InvalidRequestException = exports.InternalServerException = exports.SpotProvisioningTimeoutAction = exports.SpotProvisioningAllocationStrategy = exports.OnDemandCapacityReservationUsageStrategy = exports.OnDemandCapacityReservationPreference = exports.OnDemandProvisioningAllocationStrategy = exports.InstanceFleetType = exports.ActionOnFailure = void 0;
|
|
3
|
+
exports.GetClusterSessionCredentialsOutputFilterSensitiveLog = exports.CredentialsFilterSensitiveLog = exports.UsernamePasswordFilterSensitiveLog = exports.ReconfigurationType = exports.InstanceStateChangeReasonCode = exports.InstanceState = exports.InstanceGroupStateChangeReasonCode = exports.InstanceGroupType = exports.InstanceFleetStateChangeReasonCode = exports.InstanceFleetState = exports.StepStateChangeReasonCode = exports.StepState = exports.NotebookExecutionStatus = exports.OutputNotebookFormat = exports.ExecutionEngineType = exports.StepExecutionState = exports.InstanceGroupState = exports.JobFlowExecutionState = exports.Credentials = exports.IdentityType = exports.IdcUserAssignment = exports.ComputeLimitsUnitType = exports.ClusterStateChangeReasonCode = exports.ClusterState = exports.ScaleDownBehavior = exports.RepoUpgradeOnBoot = exports.PlacementGroupStrategy = exports.InstanceCollectionType = exports.CancelStepsRequestStatus = exports.StepCancellationOption = exports.AutoScalingPolicyStateChangeReasonCode = exports.AutoScalingPolicyState = exports.AuthMode = exports.InternalServerError = exports.InstanceRoleType = exports.Unit = exports.Statistic = exports.ComparisonOperator = exports.AdjustmentType = exports.MarketType = exports.InvalidRequestException = exports.InternalServerException = exports.SpotProvisioningTimeoutAction = exports.SpotProvisioningAllocationStrategy = exports.OnDemandCapacityReservationUsageStrategy = exports.OnDemandCapacityReservationPreference = exports.OnDemandProvisioningAllocationStrategy = exports.InstanceFleetType = exports.ActionOnFailure = void 0;
|
|
4
4
|
const smithy_client_1 = require("@smithy/smithy-client");
|
|
5
5
|
const EMRServiceException_1 = require("./EMRServiceException");
|
|
6
6
|
exports.ActionOnFailure = {
|
|
@@ -199,6 +199,10 @@ exports.ComputeLimitsUnitType = {
|
|
|
199
199
|
Instances: "Instances",
|
|
200
200
|
VCPU: "VCPU",
|
|
201
201
|
};
|
|
202
|
+
exports.IdcUserAssignment = {
|
|
203
|
+
OPTIONAL: "OPTIONAL",
|
|
204
|
+
REQUIRED: "REQUIRED",
|
|
205
|
+
};
|
|
202
206
|
exports.IdentityType = {
|
|
203
207
|
GROUP: "GROUP",
|
|
204
208
|
USER: "USER",
|
|
@@ -3115,7 +3115,10 @@ const de_Studio = (output, context) => {
|
|
|
3115
3115
|
CreationTime: (_) => (0, smithy_client_1.expectNonNull)((0, smithy_client_1.parseEpochTimestamp)((0, smithy_client_1.expectNumber)(_))),
|
|
3116
3116
|
DefaultS3Location: smithy_client_1.expectString,
|
|
3117
3117
|
Description: smithy_client_1.expectString,
|
|
3118
|
+
EncryptionKeyArn: smithy_client_1.expectString,
|
|
3118
3119
|
EngineSecurityGroupId: smithy_client_1.expectString,
|
|
3120
|
+
IdcInstanceArn: smithy_client_1.expectString,
|
|
3121
|
+
IdcUserAssignment: smithy_client_1.expectString,
|
|
3119
3122
|
IdpAuthUrl: smithy_client_1.expectString,
|
|
3120
3123
|
IdpRelayStateParameterName: smithy_client_1.expectString,
|
|
3121
3124
|
Name: smithy_client_1.expectString,
|
|
@@ -3124,6 +3127,7 @@ const de_Studio = (output, context) => {
|
|
|
3124
3127
|
StudioId: smithy_client_1.expectString,
|
|
3125
3128
|
SubnetIds: smithy_client_1._json,
|
|
3126
3129
|
Tags: smithy_client_1._json,
|
|
3130
|
+
TrustedIdentityPropagationEnabled: smithy_client_1.expectBoolean,
|
|
3127
3131
|
Url: smithy_client_1.expectString,
|
|
3128
3132
|
UserRole: smithy_client_1.expectString,
|
|
3129
3133
|
VpcId: smithy_client_1.expectString,
|
|
@@ -193,6 +193,10 @@ export const ComputeLimitsUnitType = {
|
|
|
193
193
|
Instances: "Instances",
|
|
194
194
|
VCPU: "VCPU",
|
|
195
195
|
};
|
|
196
|
+
export const IdcUserAssignment = {
|
|
197
|
+
OPTIONAL: "OPTIONAL",
|
|
198
|
+
REQUIRED: "REQUIRED",
|
|
199
|
+
};
|
|
196
200
|
export const IdentityType = {
|
|
197
201
|
GROUP: "GROUP",
|
|
198
202
|
USER: "USER",
|
|
@@ -3002,7 +3002,10 @@ const de_Studio = (output, context) => {
|
|
|
3002
3002
|
CreationTime: (_) => __expectNonNull(__parseEpochTimestamp(__expectNumber(_))),
|
|
3003
3003
|
DefaultS3Location: __expectString,
|
|
3004
3004
|
Description: __expectString,
|
|
3005
|
+
EncryptionKeyArn: __expectString,
|
|
3005
3006
|
EngineSecurityGroupId: __expectString,
|
|
3007
|
+
IdcInstanceArn: __expectString,
|
|
3008
|
+
IdcUserAssignment: __expectString,
|
|
3006
3009
|
IdpAuthUrl: __expectString,
|
|
3007
3010
|
IdpRelayStateParameterName: __expectString,
|
|
3008
3011
|
Name: __expectString,
|
|
@@ -3011,6 +3014,7 @@ const de_Studio = (output, context) => {
|
|
|
3011
3014
|
StudioId: __expectString,
|
|
3012
3015
|
SubnetIds: _json,
|
|
3013
3016
|
Tags: _json,
|
|
3017
|
+
TrustedIdentityPropagationEnabled: __expectBoolean,
|
|
3014
3018
|
Url: __expectString,
|
|
3015
3019
|
UserRole: __expectString,
|
|
3016
3020
|
VpcId: __expectString,
|
|
@@ -26,7 +26,7 @@ export interface AddInstanceFleetCommandOutput extends AddInstanceFleetOutput, _
|
|
|
26
26
|
* <p>Adds an instance fleet to a running cluster.</p>
|
|
27
27
|
* <note>
|
|
28
28
|
* <p>The instance fleet configuration is available only in Amazon EMR releases
|
|
29
|
-
* 4.8.0 and
|
|
29
|
+
* 4.8.0 and later, excluding 5.0.x.</p>
|
|
30
30
|
* </note>
|
|
31
31
|
* @example
|
|
32
32
|
* Use a bare-bones client and the command you need to make an API call.
|
|
@@ -23,10 +23,10 @@ export interface CancelStepsCommandOutput extends CancelStepsOutput, __MetadataB
|
|
|
23
23
|
}
|
|
24
24
|
/**
|
|
25
25
|
* @public
|
|
26
|
-
* <p>Cancels a pending step or steps in a running cluster. Available only in Amazon EMR versions 4.8.0 and
|
|
27
|
-
*
|
|
28
|
-
*
|
|
29
|
-
*
|
|
26
|
+
* <p>Cancels a pending step or steps in a running cluster. Available only in Amazon EMR versions 4.8.0 and later, excluding version 5.0.0. A maximum of 256 steps are allowed in
|
|
27
|
+
* each CancelSteps request. CancelSteps is idempotent but asynchronous; it does not guarantee
|
|
28
|
+
* that a step will be canceled, even if the request is successfully submitted. When you use
|
|
29
|
+
* Amazon EMR releases 5.28.0 and later, you can cancel steps that are in a
|
|
30
30
|
* <code>PENDING</code> or <code>RUNNING</code> state. In earlier versions of Amazon EMR, you can only cancel steps that are in a <code>PENDING</code> state. </p>
|
|
31
31
|
* @example
|
|
32
32
|
* Use a bare-bones client and the command you need to make an API call.
|
|
@@ -51,6 +51,10 @@ export interface CreateStudioCommandOutput extends CreateStudioOutput, __Metadat
|
|
|
51
51
|
* Value: "STRING_VALUE",
|
|
52
52
|
* },
|
|
53
53
|
* ],
|
|
54
|
+
* TrustedIdentityPropagationEnabled: true || false,
|
|
55
|
+
* IdcUserAssignment: "REQUIRED" || "OPTIONAL",
|
|
56
|
+
* IdcInstanceArn: "STRING_VALUE",
|
|
57
|
+
* EncryptionKeyArn: "STRING_VALUE",
|
|
54
58
|
* };
|
|
55
59
|
* const command = new CreateStudioCommand(input);
|
|
56
60
|
* const response = await client.send(command);
|
|
@@ -62,6 +62,10 @@ export interface DescribeStudioCommandOutput extends DescribeStudioOutput, __Met
|
|
|
62
62
|
* // Value: "STRING_VALUE",
|
|
63
63
|
* // },
|
|
64
64
|
* // ],
|
|
65
|
+
* // IdcInstanceArn: "STRING_VALUE",
|
|
66
|
+
* // TrustedIdentityPropagationEnabled: true || false,
|
|
67
|
+
* // IdcUserAssignment: "REQUIRED" || "OPTIONAL",
|
|
68
|
+
* // EncryptionKeyArn: "STRING_VALUE",
|
|
65
69
|
* // },
|
|
66
70
|
* // };
|
|
67
71
|
*
|
|
@@ -26,7 +26,7 @@ export interface ListInstanceFleetsCommandOutput extends ListInstanceFleetsOutpu
|
|
|
26
26
|
* <p>Lists all available details about the instance fleets in a cluster.</p>
|
|
27
27
|
* <note>
|
|
28
28
|
* <p>The instance fleet configuration is available only in Amazon EMR releases
|
|
29
|
-
* 4.8.0 and
|
|
29
|
+
* 4.8.0 and later, excluding 5.0.x versions.</p>
|
|
30
30
|
* </note>
|
|
31
31
|
* @example
|
|
32
32
|
* Use a bare-bones client and the command you need to make an API call.
|
|
@@ -23,8 +23,8 @@ export interface ListSupportedInstanceTypesCommandOutput extends ListSupportedIn
|
|
|
23
23
|
}
|
|
24
24
|
/**
|
|
25
25
|
* @public
|
|
26
|
-
* <p>A list of the instance types that Amazon EMR supports. You can filter the
|
|
27
|
-
* by Amazon Web Services Region and Amazon EMR release. </p>
|
|
26
|
+
* <p>A list of the instance types that Amazon EMR supports. You can filter the
|
|
27
|
+
* list by Amazon Web Services Region and Amazon EMR release. </p>
|
|
28
28
|
* @example
|
|
29
29
|
* Use a bare-bones client and the command you need to make an API call.
|
|
30
30
|
* ```javascript
|
|
@@ -28,7 +28,7 @@ export interface ModifyInstanceFleetCommandOutput extends __MetadataBearer {
|
|
|
28
28
|
* succeeds or fails atomically.</p>
|
|
29
29
|
* <note>
|
|
30
30
|
* <p>The instance fleet configuration is available only in Amazon EMR releases
|
|
31
|
-
* 4.8.0 and
|
|
31
|
+
* 4.8.0 and later, excluding 5.0.x versions.</p>
|
|
32
32
|
* </note>
|
|
33
33
|
* @example
|
|
34
34
|
* Use a bare-bones client and the command you need to make an API call.
|
|
@@ -25,7 +25,7 @@ export interface PutAutoTerminationPolicyCommandOutput extends PutAutoTerminatio
|
|
|
25
25
|
* @public
|
|
26
26
|
* <note>
|
|
27
27
|
* <p>Auto-termination is supported in Amazon EMR releases 5.30.0 and 6.1.0 and
|
|
28
|
-
*
|
|
28
|
+
* later. For more information, see <a href="https://docs.aws.amazon.com/emr/latest/ManagementGuide/emr-auto-termination-policy.html">Using an
|
|
29
29
|
* auto-termination policy</a>.</p>
|
|
30
30
|
* </note>
|
|
31
31
|
* <p>Creates or updates an auto-termination policy for an Amazon EMR cluster. An
|
|
@@ -42,7 +42,7 @@ export interface RunJobFlowCommandOutput extends RunJobFlowOutput, __MetadataBea
|
|
|
42
42
|
* <p>For long-running clusters, we recommend that you periodically store your results.</p>
|
|
43
43
|
* <note>
|
|
44
44
|
* <p>The instance fleets configuration is available only in Amazon EMR releases
|
|
45
|
-
* 4.8.0 and
|
|
45
|
+
* 4.8.0 and later, excluding 5.0.x versions. The RunJobFlow request can contain
|
|
46
46
|
* InstanceFleets parameters or InstanceGroups parameters, but not both.</p>
|
|
47
47
|
* </note>
|
|
48
48
|
* @example
|
|
@@ -39,6 +39,7 @@ export interface UpdateStudioCommandOutput extends __MetadataBearer {
|
|
|
39
39
|
* "STRING_VALUE",
|
|
40
40
|
* ],
|
|
41
41
|
* DefaultS3Location: "STRING_VALUE",
|
|
42
|
+
* EncryptionKeyArn: "STRING_VALUE",
|
|
42
43
|
* };
|
|
43
44
|
* const command = new UpdateStudioCommand(input);
|
|
44
45
|
* const response = await client.send(command);
|
|
@@ -180,8 +180,8 @@ export interface OnDemandCapacityReservationOptions {
|
|
|
180
180
|
* determines the allocation strategy. </p>
|
|
181
181
|
* <note>
|
|
182
182
|
* <p>The instance fleet configuration is available only in Amazon EMR releases
|
|
183
|
-
* 4.8.0 and
|
|
184
|
-
* available in Amazon EMR releases 5.12.1 and
|
|
183
|
+
* 4.8.0 and later, excluding 5.0.x versions. On-Demand Instances allocation strategy is
|
|
184
|
+
* available in Amazon EMR releases 5.12.1 and later.</p>
|
|
185
185
|
* </note>
|
|
186
186
|
*/
|
|
187
187
|
export interface OnDemandProvisioningSpecification {
|
|
@@ -231,8 +231,8 @@ export type SpotProvisioningTimeoutAction = (typeof SpotProvisioningTimeoutActio
|
|
|
231
231
|
* defined duration, provisioning timeout behavior, and allocation strategy.</p>
|
|
232
232
|
* <note>
|
|
233
233
|
* <p>The instance fleet configuration is available only in Amazon EMR releases
|
|
234
|
-
* 4.8.0 and
|
|
235
|
-
* available in Amazon EMR releases 5.12.1 and
|
|
234
|
+
* 4.8.0 and later, excluding 5.0.x versions. Spot Instance allocation strategy is
|
|
235
|
+
* available in Amazon EMR releases 5.12.1 and later.</p>
|
|
236
236
|
* </note>
|
|
237
237
|
* <note>
|
|
238
238
|
* <p>Spot Instances with a defined duration (also known as Spot blocks) are no longer
|
|
@@ -279,16 +279,9 @@ export interface SpotProvisioningSpecification {
|
|
|
279
279
|
BlockDurationMinutes?: number;
|
|
280
280
|
/**
|
|
281
281
|
* @public
|
|
282
|
-
* <p>Specifies one of the following strategies to launch Spot Instance fleets:
|
|
283
|
-
* <code>price-capacity-optimized</code>, <code>capacity-optimized</code>,
|
|
284
|
-
* <code>lowest-price</code>, or <code>diversified</code>. For more information on the
|
|
285
|
-
* provisioning strategies, see <a href="https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/ec2-fleet-allocation-strategy.html">Allocation strategies
|
|
286
|
-
* for Spot Instances</a> in the <i>Amazon EC2 User Guide for Linux
|
|
287
|
-
* Instances</i>.</p>
|
|
282
|
+
* <p>Specifies one of the following strategies to launch Spot Instance fleets: <code>price-capacity-optimized</code>, <code>capacity-optimized</code>, <code>lowest-price</code>, or <code>diversified</code>. For more information on the provisioning strategies, see <a href="https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/ec2-fleet-allocation-strategy.html">Allocation strategies for Spot Instances</a> in the <i>Amazon EC2 User Guide for Linux Instances</i>.</p>
|
|
288
283
|
* <note>
|
|
289
|
-
* <p>When you launch a Spot Instance fleet with the old console, it automatically launches
|
|
290
|
-
* with the <code>capacity-optimized</code> strategy. You can't change the allocation
|
|
291
|
-
* strategy from the old console.</p>
|
|
284
|
+
* <p>When you launch a Spot Instance fleet with the old console, it automatically launches with the <code>capacity-optimized</code> strategy. You can't change the allocation strategy from the old console.</p>
|
|
292
285
|
* </note>
|
|
293
286
|
*/
|
|
294
287
|
AllocationStrategy?: SpotProvisioningAllocationStrategy;
|
|
@@ -299,8 +292,8 @@ export interface SpotProvisioningSpecification {
|
|
|
299
292
|
* duration, provisioning timeout behavior, and allocation strategy.</p>
|
|
300
293
|
* <note>
|
|
301
294
|
* <p>The instance fleet configuration is available only in Amazon EMR releases
|
|
302
|
-
* 4.8.0 and
|
|
303
|
-
* strategies are available in Amazon EMR releases 5.12.1 and
|
|
295
|
+
* 4.8.0 and later, excluding 5.0.x versions. On-Demand and Spot instance allocation
|
|
296
|
+
* strategies are available in Amazon EMR releases 5.12.1 and later.</p>
|
|
304
297
|
* </note>
|
|
305
298
|
*/
|
|
306
299
|
export interface InstanceFleetProvisioningSpecifications {
|
|
@@ -316,8 +309,8 @@ export interface InstanceFleetProvisioningSpecifications {
|
|
|
316
309
|
* determines the allocation strategy. </p>
|
|
317
310
|
* <note>
|
|
318
311
|
* <p>The instance fleet configuration is available only in Amazon EMR releases
|
|
319
|
-
* 4.8.0 and
|
|
320
|
-
* available in Amazon EMR releases 5.12.1 and
|
|
312
|
+
* 4.8.0 and later, excluding 5.0.x versions. On-Demand Instances allocation strategy is
|
|
313
|
+
* available in Amazon EMR releases 5.12.1 and later.</p>
|
|
321
314
|
* </note>
|
|
322
315
|
*/
|
|
323
316
|
OnDemandSpecification?: OnDemandProvisioningSpecification;
|
|
@@ -987,7 +980,7 @@ export interface AddTagsOutput {
|
|
|
987
980
|
}
|
|
988
981
|
/**
|
|
989
982
|
* @public
|
|
990
|
-
* <p>With Amazon EMR release version 4.0 and
|
|
983
|
+
* <p>With Amazon EMR release version 4.0 and later, the only accepted parameter is
|
|
991
984
|
* the application name. To pass arguments to applications, you use configuration
|
|
992
985
|
* classifications specified using configuration JSON objects. For more information, see
|
|
993
986
|
* <a href="https://docs.aws.amazon.com/emr/latest/ReleaseGuide/emr-configure-apps.html">Configuring Applications</a>.</p>
|
|
@@ -1269,7 +1262,7 @@ export declare const CancelStepsRequestStatus: {
|
|
|
1269
1262
|
export type CancelStepsRequestStatus = (typeof CancelStepsRequestStatus)[keyof typeof CancelStepsRequestStatus];
|
|
1270
1263
|
/**
|
|
1271
1264
|
* @public
|
|
1272
|
-
* <p>Specification of the status of a CancelSteps request. Available only in Amazon EMR version 4.8.0 and
|
|
1265
|
+
* <p>Specification of the status of a CancelSteps request. Available only in Amazon EMR version 4.8.0 and later, excluding version 5.0.0.</p>
|
|
1273
1266
|
*/
|
|
1274
1267
|
export interface CancelStepsInfo {
|
|
1275
1268
|
/**
|
|
@@ -1775,6 +1768,18 @@ export interface CreateSecurityConfigurationOutput {
|
|
|
1775
1768
|
*/
|
|
1776
1769
|
CreationDateTime: Date | undefined;
|
|
1777
1770
|
}
|
|
1771
|
+
/**
|
|
1772
|
+
* @public
|
|
1773
|
+
* @enum
|
|
1774
|
+
*/
|
|
1775
|
+
export declare const IdcUserAssignment: {
|
|
1776
|
+
readonly OPTIONAL: "OPTIONAL";
|
|
1777
|
+
readonly REQUIRED: "REQUIRED";
|
|
1778
|
+
};
|
|
1779
|
+
/**
|
|
1780
|
+
* @public
|
|
1781
|
+
*/
|
|
1782
|
+
export type IdcUserAssignment = (typeof IdcUserAssignment)[keyof typeof IdcUserAssignment];
|
|
1778
1783
|
/**
|
|
1779
1784
|
* @public
|
|
1780
1785
|
*/
|
|
@@ -1865,6 +1870,32 @@ export interface CreateStudioInput {
|
|
|
1865
1870
|
* an optional value string with a maximum of 256 characters.</p>
|
|
1866
1871
|
*/
|
|
1867
1872
|
Tags?: Tag[];
|
|
1873
|
+
/**
|
|
1874
|
+
* @public
|
|
1875
|
+
* <p>
|
|
1876
|
+
* A Boolean indicating whether to enable Trusted identity propagation for the Studio. The default value is <code>false</code>.
|
|
1877
|
+
* </p>
|
|
1878
|
+
*/
|
|
1879
|
+
TrustedIdentityPropagationEnabled?: boolean;
|
|
1880
|
+
/**
|
|
1881
|
+
* @public
|
|
1882
|
+
* <p>
|
|
1883
|
+
* Specifies whether IAM Identity Center user assignment is <code>REQUIRED</code> or <code>OPTIONAL</code>. If the value is set to <code>REQUIRED</code>, users must be explicitly assigned to the Studio application to access the Studio.
|
|
1884
|
+
* </p>
|
|
1885
|
+
*/
|
|
1886
|
+
IdcUserAssignment?: IdcUserAssignment;
|
|
1887
|
+
/**
|
|
1888
|
+
* @public
|
|
1889
|
+
* <p>
|
|
1890
|
+
* The ARN of the IAM Identity Center instance to create the Studio application.
|
|
1891
|
+
* </p>
|
|
1892
|
+
*/
|
|
1893
|
+
IdcInstanceArn?: string;
|
|
1894
|
+
/**
|
|
1895
|
+
* @public
|
|
1896
|
+
* <p>The KMS key identifier (ARN) used to encrypt Amazon EMR Studio workspace and notebook files when backed up to Amazon S3.</p>
|
|
1897
|
+
*/
|
|
1898
|
+
EncryptionKeyArn?: string;
|
|
1868
1899
|
}
|
|
1869
1900
|
/**
|
|
1870
1901
|
* @public
|
|
@@ -2253,7 +2284,7 @@ export interface PlacementType {
|
|
|
2253
2284
|
* instance groups.</p>
|
|
2254
2285
|
* <note>
|
|
2255
2286
|
* <p>The instance fleet configuration is available only in Amazon EMR releases
|
|
2256
|
-
* 4.8.0 and
|
|
2287
|
+
* 4.8.0 and later, excluding 5.0.x versions.</p>
|
|
2257
2288
|
* </note>
|
|
2258
2289
|
*/
|
|
2259
2290
|
AvailabilityZones?: string[];
|
|
@@ -2428,13 +2459,13 @@ export interface JobFlowDetail {
|
|
|
2428
2459
|
/**
|
|
2429
2460
|
* @public
|
|
2430
2461
|
* <p>The KMS key used for encrypting log files. This attribute is only
|
|
2431
|
-
* available with Amazon EMR 5.30.0 and
|
|
2462
|
+
* available with Amazon EMR 5.30.0 and later, excluding 6.0.0.</p>
|
|
2432
2463
|
*/
|
|
2433
2464
|
LogEncryptionKmsKeyId?: string;
|
|
2434
2465
|
/**
|
|
2435
2466
|
* @public
|
|
2436
2467
|
* <p>Applies only to Amazon EMR AMI versions 3.x and 2.x. For Amazon EMR
|
|
2437
|
-
* releases 4.0 and
|
|
2468
|
+
* releases 4.0 and later, <code>ReleaseLabel</code> is used. To specify a custom AMI, use
|
|
2438
2469
|
* <code>CustomAmiID</code>.</p>
|
|
2439
2470
|
*/
|
|
2440
2471
|
AmiVersion?: string;
|
|
@@ -2503,11 +2534,11 @@ export interface JobFlowDetail {
|
|
|
2503
2534
|
* <code>TERMINATE_AT_INSTANCE_HOUR</code> indicates that Amazon EMR terminates
|
|
2504
2535
|
* nodes at the instance-hour boundary, regardless of when the request to terminate the
|
|
2505
2536
|
* instance was submitted. This option is only available with Amazon EMR 5.1.0 and
|
|
2506
|
-
*
|
|
2537
|
+
* later and is the default for clusters created using that version.
|
|
2507
2538
|
* <code>TERMINATE_AT_TASK_COMPLETION</code> indicates that Amazon EMR adds nodes
|
|
2508
2539
|
* to a deny list and drains tasks from nodes before terminating the Amazon EC2
|
|
2509
2540
|
* instances, regardless of the instance-hour boundary. With either behavior, Amazon EMR removes the least active nodes first and blocks instance termination if it could lead to
|
|
2510
|
-
* HDFS corruption. <code>TERMINATE_AT_TASK_COMPLETION</code> available only in Amazon EMR releases 4.1.0 and
|
|
2541
|
+
* HDFS corruption. <code>TERMINATE_AT_TASK_COMPLETION</code> available only in Amazon EMR releases 4.1.0 and later, and is the default for releases of Amazon EMR earlier than 5.1.0.</p>
|
|
2511
2542
|
*/
|
|
2512
2543
|
ScaleDownBehavior?: ScaleDownBehavior;
|
|
2513
2544
|
}
|
|
@@ -3252,6 +3283,32 @@ export interface Studio {
|
|
|
3252
3283
|
* <p>A list of tags associated with the Amazon EMR Studio.</p>
|
|
3253
3284
|
*/
|
|
3254
3285
|
Tags?: Tag[];
|
|
3286
|
+
/**
|
|
3287
|
+
* @public
|
|
3288
|
+
* <p>
|
|
3289
|
+
* The ARN of the IAM Identity Center instance the Studio application belongs to.
|
|
3290
|
+
* </p>
|
|
3291
|
+
*/
|
|
3292
|
+
IdcInstanceArn?: string;
|
|
3293
|
+
/**
|
|
3294
|
+
* @public
|
|
3295
|
+
* <p>
|
|
3296
|
+
* Indicates whether the Studio has Trusted identity propagation enabled. The default value is <code>false</code>.
|
|
3297
|
+
* </p>
|
|
3298
|
+
*/
|
|
3299
|
+
TrustedIdentityPropagationEnabled?: boolean;
|
|
3300
|
+
/**
|
|
3301
|
+
* @public
|
|
3302
|
+
* <p>
|
|
3303
|
+
* Indicates whether the Studio has <code>REQUIRED</code> or <code>OPTIONAL</code> IAM Identity Center user assignment. If the value is set to <code>REQUIRED</code>, users must be explicitly assigned to the Studio application to access the Studio.
|
|
3304
|
+
* </p>
|
|
3305
|
+
*/
|
|
3306
|
+
IdcUserAssignment?: IdcUserAssignment;
|
|
3307
|
+
/**
|
|
3308
|
+
* @public
|
|
3309
|
+
* <p>The KMS key identifier (ARN) used to encrypt Amazon EMR Studio workspace and notebook files when backed up to Amazon S3.</p>
|
|
3310
|
+
*/
|
|
3311
|
+
EncryptionKeyArn?: string;
|
|
3255
3312
|
}
|
|
3256
3313
|
/**
|
|
3257
3314
|
* @public
|
|
@@ -3612,7 +3669,7 @@ export type InstanceFleetStateChangeReasonCode = (typeof InstanceFleetStateChang
|
|
|
3612
3669
|
* <p>Provides status change reason details for the instance fleet.</p>
|
|
3613
3670
|
* <note>
|
|
3614
3671
|
* <p>The instance fleet configuration is available only in Amazon EMR releases
|
|
3615
|
-
* 4.8.0 and
|
|
3672
|
+
* 4.8.0 and later, excluding 5.0.x versions.</p>
|
|
3616
3673
|
* </note>
|
|
3617
3674
|
*/
|
|
3618
3675
|
export interface InstanceFleetStateChangeReason {
|
|
@@ -3633,7 +3690,7 @@ export interface InstanceFleetStateChangeReason {
|
|
|
3633
3690
|
* the time it became ready to run jobs, and the time of termination.</p>
|
|
3634
3691
|
* <note>
|
|
3635
3692
|
* <p>The instance fleet configuration is available only in Amazon EMR releases
|
|
3636
|
-
* 4.8.0 and
|
|
3693
|
+
* 4.8.0 and later, excluding 5.0.x versions.</p>
|
|
3637
3694
|
* </note>
|
|
3638
3695
|
*/
|
|
3639
3696
|
export interface InstanceFleetTimeline {
|
|
@@ -3658,7 +3715,7 @@ export interface InstanceFleetTimeline {
|
|
|
3658
3715
|
* <p>The status of the instance fleet.</p>
|
|
3659
3716
|
* <note>
|
|
3660
3717
|
* <p>The instance fleet configuration is available only in Amazon EMR releases
|
|
3661
|
-
* 4.8.0 and
|
|
3718
|
+
* 4.8.0 and later, excluding 5.0.x versions.</p>
|
|
3662
3719
|
* </note>
|
|
3663
3720
|
*/
|
|
3664
3721
|
export interface InstanceFleetStatus {
|
|
@@ -4475,9 +4532,8 @@ export interface ListStudiosInput {
|
|
|
4475
4532
|
}
|
|
4476
4533
|
/**
|
|
4477
4534
|
* @public
|
|
4478
|
-
* <p>Details for an Amazon EMR Studio, including ID, Name, VPC, and Description.
|
|
4479
|
-
*
|
|
4480
|
-
* associated with the Studio.</p>
|
|
4535
|
+
* <p>Details for an Amazon EMR Studio, including ID, Name, VPC, and Description. To fetch additional details such as subnets, IAM roles,
|
|
4536
|
+
* security groups, and tags for the Studio, use the <a>DescribeStudio</a> API.</p>
|
|
4481
4537
|
*/
|
|
4482
4538
|
export interface StudioSummary {
|
|
4483
4539
|
/**
|
|
@@ -4645,9 +4701,9 @@ export interface SupportedInstanceType {
|
|
|
4645
4701
|
Type?: string;
|
|
4646
4702
|
/**
|
|
4647
4703
|
* @public
|
|
4648
|
-
* <p>The amount of memory that is available to Amazon EMR from the
|
|
4649
|
-
*
|
|
4650
|
-
*
|
|
4704
|
+
* <p>The amount of memory that is available to Amazon EMR from the <code>SupportedInstanceType</code>. The kernel and hypervisor
|
|
4705
|
+
* software consume some memory, so this value might be lower than the overall memory for the
|
|
4706
|
+
* instance type.</p>
|
|
4651
4707
|
*/
|
|
4652
4708
|
MemoryGB?: number;
|
|
4653
4709
|
/**
|
|
@@ -4752,7 +4808,7 @@ export interface ModifyClusterOutput {
|
|
|
4752
4808
|
* <p>Configuration parameters for an instance fleet modification request.</p>
|
|
4753
4809
|
* <note>
|
|
4754
4810
|
* <p>The instance fleet configuration is available only in Amazon EMR releases
|
|
4755
|
-
* 4.8.0 and
|
|
4811
|
+
* 4.8.0 and later, excluding 5.0.x versions.</p>
|
|
4756
4812
|
* </note>
|
|
4757
4813
|
*/
|
|
4758
4814
|
export interface InstanceFleetModifyConfig {
|
|
@@ -5225,6 +5281,11 @@ export interface UpdateStudioInput {
|
|
|
5225
5281
|
* <p>The Amazon S3 location to back up Workspaces and notebook files for the Amazon EMR Studio.</p>
|
|
5226
5282
|
*/
|
|
5227
5283
|
DefaultS3Location?: string;
|
|
5284
|
+
/**
|
|
5285
|
+
* @public
|
|
5286
|
+
* <p>The KMS key identifier (ARN) used to encrypt Amazon EMR Studio workspace and notebook files when backed up to Amazon S3.</p>
|
|
5287
|
+
*/
|
|
5288
|
+
EncryptionKeyArn?: string;
|
|
5228
5289
|
}
|
|
5229
5290
|
/**
|
|
5230
5291
|
* @public
|
|
@@ -5265,7 +5326,7 @@ export interface UpdateStudioSessionMappingInput {
|
|
|
5265
5326
|
/**
|
|
5266
5327
|
* @public
|
|
5267
5328
|
* <note>
|
|
5268
|
-
* <p>Amazon EMR releases 4.x or
|
|
5329
|
+
* <p>Amazon EMR releases 4.x or later.</p>
|
|
5269
5330
|
* </note>
|
|
5270
5331
|
* <p>An optional configuration specification to be used when provisioning cluster instances,
|
|
5271
5332
|
* which can include configurations for applications and software bundled with Amazon EMR. A configuration consists of a classification, properties, and optional
|
|
@@ -5365,7 +5426,7 @@ export interface Cluster {
|
|
|
5365
5426
|
* @public
|
|
5366
5427
|
* <note>
|
|
5367
5428
|
* <p>The instance fleet configuration is available only in Amazon EMR releases
|
|
5368
|
-
* 4.8.0 and
|
|
5429
|
+
* 4.8.0 and later, excluding 5.0.x versions.</p>
|
|
5369
5430
|
* </note>
|
|
5370
5431
|
* <p>The instance group configuration of the cluster. A value of <code>INSTANCE_GROUP</code>
|
|
5371
5432
|
* indicates a uniform instance group configuration. A value of <code>INSTANCE_FLEET</code>
|
|
@@ -5381,7 +5442,7 @@ export interface Cluster {
|
|
|
5381
5442
|
/**
|
|
5382
5443
|
* @public
|
|
5383
5444
|
* <p> The KMS key used for encrypting log files. This attribute is only
|
|
5384
|
-
* available with Amazon EMR 5.30.0 and
|
|
5445
|
+
* available with Amazon EMR 5.30.0 and later, excluding Amazon EMR 6.0.0.
|
|
5385
5446
|
* </p>
|
|
5386
5447
|
*/
|
|
5387
5448
|
LogEncryptionKmsKeyId?: string;
|
|
@@ -5402,7 +5463,7 @@ export interface Cluster {
|
|
|
5402
5463
|
* <code>emr-x.x.x</code>, where x.x.x is an Amazon EMR release version such as
|
|
5403
5464
|
* <code>emr-5.14.0</code>. For more information about Amazon EMR release versions
|
|
5404
5465
|
* and included application versions and features, see <a href="https://docs.aws.amazon.com/emr/latest/ReleaseGuide/">https://docs.aws.amazon.com/emr/latest/ReleaseGuide/</a>. The release label applies only to Amazon EMR
|
|
5405
|
-
* releases version 4.0 and
|
|
5466
|
+
* releases version 4.0 and later. Earlier versions use <code>AmiVersion</code>.</p>
|
|
5406
5467
|
*/
|
|
5407
5468
|
ReleaseLabel?: string;
|
|
5408
5469
|
/**
|
|
@@ -5461,7 +5522,7 @@ export interface Cluster {
|
|
|
5461
5522
|
MasterPublicDnsName?: string;
|
|
5462
5523
|
/**
|
|
5463
5524
|
* @public
|
|
5464
|
-
* <p>Applies only to Amazon EMR releases 4.x and
|
|
5525
|
+
* <p>Applies only to Amazon EMR releases 4.x and later. The list of configurations
|
|
5465
5526
|
* that are supplied to the Amazon EMR cluster.</p>
|
|
5466
5527
|
*/
|
|
5467
5528
|
Configurations?: Configuration[];
|
|
@@ -5484,24 +5545,24 @@ export interface Cluster {
|
|
|
5484
5545
|
* <code>TERMINATE_AT_INSTANCE_HOUR</code> indicates that Amazon EMR terminates
|
|
5485
5546
|
* nodes at the instance-hour boundary, regardless of when the request to terminate the
|
|
5486
5547
|
* instance was submitted. This option is only available with Amazon EMR 5.1.0 and
|
|
5487
|
-
*
|
|
5548
|
+
* later and is the default for clusters created using that version.
|
|
5488
5549
|
* <code>TERMINATE_AT_TASK_COMPLETION</code> indicates that Amazon EMR adds nodes
|
|
5489
5550
|
* to a deny list and drains tasks from nodes before terminating the Amazon EC2
|
|
5490
5551
|
* instances, regardless of the instance-hour boundary. With either behavior, Amazon EMR removes the least active nodes first and blocks instance termination if it could lead to
|
|
5491
|
-
* HDFS corruption. <code>TERMINATE_AT_TASK_COMPLETION</code> is available only in Amazon EMR releases 4.1.0 and
|
|
5552
|
+
* HDFS corruption. <code>TERMINATE_AT_TASK_COMPLETION</code> is available only in Amazon EMR releases 4.1.0 and later, and is the default for versions of Amazon EMR earlier than 5.1.0.</p>
|
|
5492
5553
|
*/
|
|
5493
5554
|
ScaleDownBehavior?: ScaleDownBehavior;
|
|
5494
5555
|
/**
|
|
5495
5556
|
* @public
|
|
5496
|
-
* <p>Available only in Amazon EMR releases 5.7.0 and
|
|
5497
|
-
*
|
|
5557
|
+
* <p>Available only in Amazon EMR releases 5.7.0 and later. The ID of a custom Amazon
|
|
5558
|
+
* EBS-backed Linux AMI if the cluster uses a custom AMI.</p>
|
|
5498
5559
|
*/
|
|
5499
5560
|
CustomAmiId?: string;
|
|
5500
5561
|
/**
|
|
5501
5562
|
* @public
|
|
5502
|
-
* <p>The size, in GiB, of the Amazon EBS root device volume
|
|
5503
|
-
* each Amazon EC2 instance
|
|
5504
|
-
*
|
|
5563
|
+
* <p>The size, in GiB, of the Amazon EBS root device volume of the Linux AMI that is
|
|
5564
|
+
* used for each Amazon EC2 instance. Available in Amazon EMR releases 4.x and
|
|
5565
|
+
* later.</p>
|
|
5505
5566
|
*/
|
|
5506
5567
|
EbsRootVolumeSize?: number;
|
|
5507
5568
|
/**
|
|
@@ -5547,16 +5608,16 @@ export interface Cluster {
|
|
|
5547
5608
|
OSReleaseLabel?: string;
|
|
5548
5609
|
/**
|
|
5549
5610
|
* @public
|
|
5550
|
-
* <p>The IOPS, of the Amazon EBS root device volume
|
|
5551
|
-
*
|
|
5552
|
-
*
|
|
5611
|
+
* <p>The IOPS, of the Amazon EBS root device volume of the Linux AMI that is
|
|
5612
|
+
* used for each Amazon EC2 instance. Available in Amazon EMR releases 6.15.0 and
|
|
5613
|
+
* later.</p>
|
|
5553
5614
|
*/
|
|
5554
5615
|
EbsRootVolumeIops?: number;
|
|
5555
5616
|
/**
|
|
5556
5617
|
* @public
|
|
5557
|
-
* <p>The throughput, in MiB/s, of the Amazon EBS root device volume
|
|
5558
|
-
*
|
|
5559
|
-
*
|
|
5618
|
+
* <p>The throughput, in MiB/s, of the Amazon EBS root device volume of the Linux AMI that is
|
|
5619
|
+
* used for each Amazon EC2 instance. Available in Amazon EMR releases 6.15.0 and
|
|
5620
|
+
* later.</p>
|
|
5560
5621
|
*/
|
|
5561
5622
|
EbsRootVolumeThroughput?: number;
|
|
5562
5623
|
}
|
|
@@ -5600,7 +5661,7 @@ export interface InstanceGroupConfig {
|
|
|
5600
5661
|
/**
|
|
5601
5662
|
* @public
|
|
5602
5663
|
* <note>
|
|
5603
|
-
* <p>Amazon EMR releases 4.x or
|
|
5664
|
+
* <p>Amazon EMR releases 4.x or later.</p>
|
|
5604
5665
|
* </note>
|
|
5605
5666
|
* <p>The list of configurations supplied for an Amazon EMR cluster instance group.
|
|
5606
5667
|
* You can specify a separate configuration for each instance group (master, core, and
|
|
@@ -5675,7 +5736,7 @@ export interface InstanceGroupModifyConfig {
|
|
|
5675
5736
|
* instance type configurations for a fleet.</p>
|
|
5676
5737
|
* <note>
|
|
5677
5738
|
* <p>The instance fleet configuration is available only in Amazon EMR releases
|
|
5678
|
-
* 4.8.0 and
|
|
5739
|
+
* 4.8.0 and later, excluding 5.0.x versions.</p>
|
|
5679
5740
|
* </note>
|
|
5680
5741
|
*/
|
|
5681
5742
|
export interface InstanceTypeConfig {
|
|
@@ -5732,7 +5793,7 @@ export interface InstanceTypeConfig {
|
|
|
5732
5793
|
* <p>The configuration specification for each instance type in an instance fleet.</p>
|
|
5733
5794
|
* <note>
|
|
5734
5795
|
* <p>The instance fleet configuration is available only in Amazon EMR releases
|
|
5735
|
-
* 4.8.0 and
|
|
5796
|
+
* 4.8.0 and later, excluding 5.0.x versions.</p>
|
|
5736
5797
|
* </note>
|
|
5737
5798
|
*/
|
|
5738
5799
|
export interface InstanceTypeSpecification {
|
|
@@ -5810,8 +5871,8 @@ export interface GetBlockPublicAccessConfigurationOutput {
|
|
|
5810
5871
|
* ::/0 on a port, unless the port is specified as an exception using
|
|
5811
5872
|
* <code>PermittedPublicSecurityGroupRuleRanges</code> in the
|
|
5812
5873
|
* <code>BlockPublicAccessConfiguration</code>. By default, Port 22 (SSH) is an exception,
|
|
5813
|
-
* and public access is allowed on this port.
|
|
5814
|
-
* configuration to remove the exception.</p>
|
|
5874
|
+
* and public access is allowed on this port. You can change this by updating the block public
|
|
5875
|
+
* access configuration to remove the exception.</p>
|
|
5815
5876
|
* <note>
|
|
5816
5877
|
* <p>For accounts that created clusters in a Region before November 25, 2019, block public
|
|
5817
5878
|
* access is disabled by default in that Region. To use this feature, you must manually
|
|
@@ -5880,7 +5941,7 @@ export interface AddInstanceGroupsInput {
|
|
|
5880
5941
|
* provisioned to meet a defined target capacity. </p>
|
|
5881
5942
|
* <note>
|
|
5882
5943
|
* <p>The instance fleet configuration is available only in Amazon EMR releases
|
|
5883
|
-
* 4.8.0 and
|
|
5944
|
+
* 4.8.0 and later, excluding 5.0.x versions.</p>
|
|
5884
5945
|
* </note>
|
|
5885
5946
|
*/
|
|
5886
5947
|
export interface InstanceFleet {
|
|
@@ -5985,7 +6046,7 @@ export interface InstanceFleet {
|
|
|
5985
6046
|
* <p>The configuration that defines an instance fleet.</p>
|
|
5986
6047
|
* <note>
|
|
5987
6048
|
* <p>The instance fleet configuration is available only in Amazon EMR releases
|
|
5988
|
-
* 4.8.0 and
|
|
6049
|
+
* 4.8.0 and later, excluding 5.0.x versions.</p>
|
|
5989
6050
|
* </note>
|
|
5990
6051
|
*/
|
|
5991
6052
|
export interface InstanceFleetConfig {
|
|
@@ -6147,7 +6208,7 @@ export interface InstanceGroup {
|
|
|
6147
6208
|
/**
|
|
6148
6209
|
* @public
|
|
6149
6210
|
* <note>
|
|
6150
|
-
* <p>Amazon EMR releases 4.x or
|
|
6211
|
+
* <p>Amazon EMR releases 4.x or later.</p>
|
|
6151
6212
|
* </note>
|
|
6152
6213
|
* <p>The list of configurations supplied for an Amazon EMR cluster instance group.
|
|
6153
6214
|
* You can specify a separate configuration for each instance group (master, core, and
|
|
@@ -6266,7 +6327,7 @@ export interface JobFlowInstancesConfig {
|
|
|
6266
6327
|
* @public
|
|
6267
6328
|
* <note>
|
|
6268
6329
|
* <p>The instance fleet configuration is available only in Amazon EMR releases
|
|
6269
|
-
* 4.8.0 and
|
|
6330
|
+
* 4.8.0 and later, excluding 5.0.x versions.</p>
|
|
6270
6331
|
* </note>
|
|
6271
6332
|
* <p>Describes the Amazon EC2 instances and instance configurations for clusters that
|
|
6272
6333
|
* use the instance fleet configuration.</p>
|
|
@@ -6323,7 +6384,7 @@ export interface JobFlowInstancesConfig {
|
|
|
6323
6384
|
* instances in the optimal subnet.</p>
|
|
6324
6385
|
* <note>
|
|
6325
6386
|
* <p>The instance fleet configuration is available only in Amazon EMR releases
|
|
6326
|
-
* 4.8.0 and
|
|
6387
|
+
* 4.8.0 and later, excluding 5.0.x versions.</p>
|
|
6327
6388
|
* </note>
|
|
6328
6389
|
*/
|
|
6329
6390
|
Ec2SubnetIds?: string[];
|
|
@@ -6361,7 +6422,7 @@ export interface JobFlowInstancesConfig {
|
|
|
6361
6422
|
}
|
|
6362
6423
|
/**
|
|
6363
6424
|
* @public
|
|
6364
|
-
* <p>Input to the <a>RunJobFlow</a> operation. </p>
|
|
6425
|
+
* <p> Input to the <a>RunJobFlow</a> operation. </p>
|
|
6365
6426
|
*/
|
|
6366
6427
|
export interface RunJobFlowInput {
|
|
6367
6428
|
/**
|
|
@@ -6379,8 +6440,7 @@ export interface RunJobFlowInput {
|
|
|
6379
6440
|
* @public
|
|
6380
6441
|
* <p>The KMS key used for encrypting log files. If a value is not
|
|
6381
6442
|
* provided, the logs remain encrypted by AES-256. This attribute is only available with
|
|
6382
|
-
* Amazon EMR releases 5.30.0 and
|
|
6383
|
-
* 6.0.0.</p>
|
|
6443
|
+
* Amazon EMR releases 5.30.0 and later, excluding Amazon EMR 6.0.0.</p>
|
|
6384
6444
|
*/
|
|
6385
6445
|
LogEncryptionKmsKeyId?: string;
|
|
6386
6446
|
/**
|
|
@@ -6391,7 +6451,7 @@ export interface RunJobFlowInput {
|
|
|
6391
6451
|
/**
|
|
6392
6452
|
* @public
|
|
6393
6453
|
* <p>Applies only to Amazon EMR AMI versions 3.x and 2.x. For Amazon EMR
|
|
6394
|
-
* releases 4.0 and
|
|
6454
|
+
* releases 4.0 and later, <code>ReleaseLabel</code> is used. To specify a custom AMI, use
|
|
6395
6455
|
* <code>CustomAmiID</code>.</p>
|
|
6396
6456
|
*/
|
|
6397
6457
|
AmiVersion?: string;
|
|
@@ -6402,7 +6462,7 @@ export interface RunJobFlowInput {
|
|
|
6402
6462
|
* <code>emr-x.x.x</code>, where x.x.x is an Amazon EMR release version such as
|
|
6403
6463
|
* <code>emr-5.14.0</code>. For more information about Amazon EMR release versions
|
|
6404
6464
|
* and included application versions and features, see <a href="https://docs.aws.amazon.com/emr/latest/ReleaseGuide/">https://docs.aws.amazon.com/emr/latest/ReleaseGuide/</a>. The release label applies only to Amazon EMR
|
|
6405
|
-
* releases version 4.0 and
|
|
6465
|
+
* releases version 4.0 and later. Earlier versions use <code>AmiVersion</code>.</p>
|
|
6406
6466
|
*/
|
|
6407
6467
|
ReleaseLabel?: string;
|
|
6408
6468
|
/**
|
|
@@ -6424,7 +6484,7 @@ export interface RunJobFlowInput {
|
|
|
6424
6484
|
* @public
|
|
6425
6485
|
* <note>
|
|
6426
6486
|
* <p>For Amazon EMR releases 3.x and 2.x. For Amazon EMR releases 4.x and
|
|
6427
|
-
*
|
|
6487
|
+
* later, use Applications.</p>
|
|
6428
6488
|
* </note>
|
|
6429
6489
|
* <p>A list of strings that indicates third-party software to use. For more information, see
|
|
6430
6490
|
* the <a href="https://docs.aws.amazon.com/emr/latest/DeveloperGuide/emr-dg.pdf">Amazon EMR Developer Guide</a>. Currently supported values are:</p>
|
|
@@ -6442,7 +6502,7 @@ export interface RunJobFlowInput {
|
|
|
6442
6502
|
* @public
|
|
6443
6503
|
* <note>
|
|
6444
6504
|
* <p>For Amazon EMR releases 3.x and 2.x. For Amazon EMR releases 4.x and
|
|
6445
|
-
*
|
|
6505
|
+
* later, use Applications.</p>
|
|
6446
6506
|
* </note>
|
|
6447
6507
|
* <p>A list of strings that indicates third-party software to use with the job flow that
|
|
6448
6508
|
* accepts a user argument list. Amazon EMR accepts and forwards the argument list to
|
|
@@ -6481,7 +6541,7 @@ export interface RunJobFlowInput {
|
|
|
6481
6541
|
NewSupportedProducts?: SupportedProductConfig[];
|
|
6482
6542
|
/**
|
|
6483
6543
|
* @public
|
|
6484
|
-
* <p>Applies to Amazon EMR releases 4.0 and
|
|
6544
|
+
* <p>Applies to Amazon EMR releases 4.0 and later. A case-insensitive list of
|
|
6485
6545
|
* applications for Amazon EMR to install and configure when launching the cluster.
|
|
6486
6546
|
* For a list of applications available for each Amazon EMR release version, see the
|
|
6487
6547
|
* <a href="https://docs.aws.amazon.com/emr/latest/ReleaseGuide/">Amazon EMRRelease
|
|
@@ -6490,7 +6550,7 @@ export interface RunJobFlowInput {
|
|
|
6490
6550
|
Applications?: Application[];
|
|
6491
6551
|
/**
|
|
6492
6552
|
* @public
|
|
6493
|
-
* <p>For Amazon EMR releases 4.0 and
|
|
6553
|
+
* <p>For Amazon EMR releases 4.0 and later. The list of configurations supplied for
|
|
6494
6554
|
* the Amazon EMR cluster that you are creating.</p>
|
|
6495
6555
|
*/
|
|
6496
6556
|
Configurations?: Configuration[];
|
|
@@ -6550,19 +6610,18 @@ export interface RunJobFlowInput {
|
|
|
6550
6610
|
* <code>TERMINATE_AT_INSTANCE_HOUR</code> indicates that Amazon EMR terminates
|
|
6551
6611
|
* nodes at the instance-hour boundary, regardless of when the request to terminate the
|
|
6552
6612
|
* instance was submitted. This option is only available with Amazon EMR 5.1.0 and
|
|
6553
|
-
*
|
|
6613
|
+
* later and is the default for clusters created using that version.
|
|
6554
6614
|
* <code>TERMINATE_AT_TASK_COMPLETION</code> indicates that Amazon EMR adds nodes
|
|
6555
6615
|
* to a deny list and drains tasks from nodes before terminating the Amazon EC2
|
|
6556
6616
|
* instances, regardless of the instance-hour boundary. With either behavior, Amazon EMR removes the least active nodes first and blocks instance termination if it could lead to
|
|
6557
|
-
* HDFS corruption. <code>TERMINATE_AT_TASK_COMPLETION</code> available only in Amazon EMR releases 4.1.0 and
|
|
6617
|
+
* HDFS corruption. <code>TERMINATE_AT_TASK_COMPLETION</code> available only in Amazon EMR releases 4.1.0 and later, and is the default for releases of Amazon EMR earlier than 5.1.0.</p>
|
|
6558
6618
|
*/
|
|
6559
6619
|
ScaleDownBehavior?: ScaleDownBehavior;
|
|
6560
6620
|
/**
|
|
6561
6621
|
* @public
|
|
6562
|
-
* <p>Available only in Amazon EMR releases 5.7.0 and
|
|
6563
|
-
*
|
|
6564
|
-
*
|
|
6565
|
-
* Amazon EMR, see <a href="https://docs.aws.amazon.com/emr/latest/ManagementGuide/emr-custom-ami.html">Using a Custom AMI</a> in the
|
|
6622
|
+
* <p>Available only in Amazon EMR releases 5.7.0 and later. The ID of a custom Amazon
|
|
6623
|
+
* EBS-backed Linux AMI. If specified, Amazon EMR uses this AMI when it launches
|
|
6624
|
+
* cluster Amazon EC2 instances. For more information about custom AMIs in Amazon EMR, see <a href="https://docs.aws.amazon.com/emr/latest/ManagementGuide/emr-custom-ami.html">Using a Custom AMI</a> in the
|
|
6566
6625
|
* <i>Amazon EMR Management Guide</i>. If omitted, the cluster
|
|
6567
6626
|
* uses the base Linux AMI for the <code>ReleaseLabel</code> specified. For Amazon EMR
|
|
6568
6627
|
* releases 2.x and 3.x, use <code>AmiVersion</code> instead.</p>
|
|
@@ -6573,9 +6632,9 @@ export interface RunJobFlowInput {
|
|
|
6573
6632
|
CustomAmiId?: string;
|
|
6574
6633
|
/**
|
|
6575
6634
|
* @public
|
|
6576
|
-
* <p>The size, in GiB, of the Amazon EBS root device volume
|
|
6577
|
-
* each Amazon EC2 instance
|
|
6578
|
-
*
|
|
6635
|
+
* <p>The size, in GiB, of the Amazon EBS root device volume of the Linux AMI that is
|
|
6636
|
+
* used for each Amazon EC2 instance. Available in Amazon EMR releases 4.x and
|
|
6637
|
+
* later.</p>
|
|
6579
6638
|
*/
|
|
6580
6639
|
EbsRootVolumeSize?: number;
|
|
6581
6640
|
/**
|
|
@@ -6627,16 +6686,16 @@ export interface RunJobFlowInput {
|
|
|
6627
6686
|
OSReleaseLabel?: string;
|
|
6628
6687
|
/**
|
|
6629
6688
|
* @public
|
|
6630
|
-
* <p>The IOPS
|
|
6631
|
-
* Amazon EC2 instance
|
|
6632
|
-
*
|
|
6689
|
+
* <p>The IOPS, of the Amazon EBS root device volume of the Linux AMI that is
|
|
6690
|
+
* used for each Amazon EC2 instance. Available in Amazon EMR releases 6.15.0 and
|
|
6691
|
+
* later.</p>
|
|
6633
6692
|
*/
|
|
6634
6693
|
EbsRootVolumeIops?: number;
|
|
6635
6694
|
/**
|
|
6636
6695
|
* @public
|
|
6637
|
-
* <p>The throughput, in MiB/s, of the Amazon EBS root device volume
|
|
6638
|
-
*
|
|
6639
|
-
*
|
|
6696
|
+
* <p>The throughput, in MiB/s, of the Amazon EBS root device volume of the Linux AMI that is
|
|
6697
|
+
* used for each Amazon EC2 instance. Available in Amazon EMR releases 6.15.0 and
|
|
6698
|
+
* later.</p>
|
|
6640
6699
|
*/
|
|
6641
6700
|
EbsRootVolumeThroughput?: number;
|
|
6642
6701
|
}
|
|
@@ -477,6 +477,12 @@ export interface CreateSecurityConfigurationOutput {
|
|
|
477
477
|
Name: string | undefined;
|
|
478
478
|
CreationDateTime: Date | undefined;
|
|
479
479
|
}
|
|
480
|
+
export declare const IdcUserAssignment: {
|
|
481
|
+
readonly OPTIONAL: "OPTIONAL";
|
|
482
|
+
readonly REQUIRED: "REQUIRED";
|
|
483
|
+
};
|
|
484
|
+
export type IdcUserAssignment =
|
|
485
|
+
(typeof IdcUserAssignment)[keyof typeof IdcUserAssignment];
|
|
480
486
|
export interface CreateStudioInput {
|
|
481
487
|
Name: string | undefined;
|
|
482
488
|
Description?: string;
|
|
@@ -491,6 +497,10 @@ export interface CreateStudioInput {
|
|
|
491
497
|
IdpAuthUrl?: string;
|
|
492
498
|
IdpRelayStateParameterName?: string;
|
|
493
499
|
Tags?: Tag[];
|
|
500
|
+
TrustedIdentityPropagationEnabled?: boolean;
|
|
501
|
+
IdcUserAssignment?: IdcUserAssignment;
|
|
502
|
+
IdcInstanceArn?: string;
|
|
503
|
+
EncryptionKeyArn?: string;
|
|
494
504
|
}
|
|
495
505
|
export interface CreateStudioOutput {
|
|
496
506
|
StudioId?: string;
|
|
@@ -831,6 +841,10 @@ export interface Studio {
|
|
|
831
841
|
IdpAuthUrl?: string;
|
|
832
842
|
IdpRelayStateParameterName?: string;
|
|
833
843
|
Tags?: Tag[];
|
|
844
|
+
IdcInstanceArn?: string;
|
|
845
|
+
TrustedIdentityPropagationEnabled?: boolean;
|
|
846
|
+
IdcUserAssignment?: IdcUserAssignment;
|
|
847
|
+
EncryptionKeyArn?: string;
|
|
834
848
|
}
|
|
835
849
|
export interface DescribeStudioOutput {
|
|
836
850
|
Studio?: Studio;
|
|
@@ -1273,6 +1287,7 @@ export interface UpdateStudioInput {
|
|
|
1273
1287
|
Description?: string;
|
|
1274
1288
|
SubnetIds?: string[];
|
|
1275
1289
|
DefaultS3Location?: string;
|
|
1290
|
+
EncryptionKeyArn?: string;
|
|
1276
1291
|
}
|
|
1277
1292
|
export interface UpdateStudioSessionMappingInput {
|
|
1278
1293
|
StudioId: string | 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.
|
|
4
|
+
"version": "3.454.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",
|
|
@@ -21,43 +21,43 @@
|
|
|
21
21
|
"dependencies": {
|
|
22
22
|
"@aws-crypto/sha256-browser": "3.0.0",
|
|
23
23
|
"@aws-crypto/sha256-js": "3.0.0",
|
|
24
|
-
"@aws-sdk/client-sts": "3.
|
|
25
|
-
"@aws-sdk/core": "3.
|
|
26
|
-
"@aws-sdk/credential-provider-node": "3.
|
|
27
|
-
"@aws-sdk/middleware-host-header": "3.
|
|
28
|
-
"@aws-sdk/middleware-logger": "3.
|
|
29
|
-
"@aws-sdk/middleware-recursion-detection": "3.
|
|
30
|
-
"@aws-sdk/middleware-signing": "3.
|
|
31
|
-
"@aws-sdk/middleware-user-agent": "3.
|
|
32
|
-
"@aws-sdk/region-config-resolver": "3.
|
|
33
|
-
"@aws-sdk/types": "3.
|
|
34
|
-
"@aws-sdk/util-endpoints": "3.
|
|
35
|
-
"@aws-sdk/util-user-agent-browser": "3.
|
|
36
|
-
"@aws-sdk/util-user-agent-node": "3.
|
|
37
|
-
"@smithy/config-resolver": "^2.0.
|
|
38
|
-
"@smithy/fetch-http-handler": "^2.2.
|
|
39
|
-
"@smithy/hash-node": "^2.0.
|
|
40
|
-
"@smithy/invalid-dependency": "^2.0.
|
|
41
|
-
"@smithy/middleware-content-length": "^2.0.
|
|
42
|
-
"@smithy/middleware-endpoint": "^2.
|
|
43
|
-
"@smithy/middleware-retry": "^2.0.
|
|
44
|
-
"@smithy/middleware-serde": "^2.0.
|
|
45
|
-
"@smithy/middleware-stack": "^2.0.
|
|
46
|
-
"@smithy/node-config-provider": "^2.1.
|
|
47
|
-
"@smithy/node-http-handler": "^2.1.
|
|
48
|
-
"@smithy/protocol-http": "^3.0.
|
|
49
|
-
"@smithy/smithy-client": "^2.1.
|
|
50
|
-
"@smithy/types": "^2.
|
|
51
|
-
"@smithy/url-parser": "^2.0.
|
|
52
|
-
"@smithy/util-base64": "^2.0.
|
|
24
|
+
"@aws-sdk/client-sts": "3.454.0",
|
|
25
|
+
"@aws-sdk/core": "3.451.0",
|
|
26
|
+
"@aws-sdk/credential-provider-node": "3.451.0",
|
|
27
|
+
"@aws-sdk/middleware-host-header": "3.451.0",
|
|
28
|
+
"@aws-sdk/middleware-logger": "3.451.0",
|
|
29
|
+
"@aws-sdk/middleware-recursion-detection": "3.451.0",
|
|
30
|
+
"@aws-sdk/middleware-signing": "3.451.0",
|
|
31
|
+
"@aws-sdk/middleware-user-agent": "3.451.0",
|
|
32
|
+
"@aws-sdk/region-config-resolver": "3.451.0",
|
|
33
|
+
"@aws-sdk/types": "3.451.0",
|
|
34
|
+
"@aws-sdk/util-endpoints": "3.451.0",
|
|
35
|
+
"@aws-sdk/util-user-agent-browser": "3.451.0",
|
|
36
|
+
"@aws-sdk/util-user-agent-node": "3.451.0",
|
|
37
|
+
"@smithy/config-resolver": "^2.0.18",
|
|
38
|
+
"@smithy/fetch-http-handler": "^2.2.6",
|
|
39
|
+
"@smithy/hash-node": "^2.0.15",
|
|
40
|
+
"@smithy/invalid-dependency": "^2.0.13",
|
|
41
|
+
"@smithy/middleware-content-length": "^2.0.15",
|
|
42
|
+
"@smithy/middleware-endpoint": "^2.2.0",
|
|
43
|
+
"@smithy/middleware-retry": "^2.0.20",
|
|
44
|
+
"@smithy/middleware-serde": "^2.0.13",
|
|
45
|
+
"@smithy/middleware-stack": "^2.0.7",
|
|
46
|
+
"@smithy/node-config-provider": "^2.1.5",
|
|
47
|
+
"@smithy/node-http-handler": "^2.1.9",
|
|
48
|
+
"@smithy/protocol-http": "^3.0.9",
|
|
49
|
+
"@smithy/smithy-client": "^2.1.15",
|
|
50
|
+
"@smithy/types": "^2.5.0",
|
|
51
|
+
"@smithy/url-parser": "^2.0.13",
|
|
52
|
+
"@smithy/util-base64": "^2.0.1",
|
|
53
53
|
"@smithy/util-body-length-browser": "^2.0.0",
|
|
54
54
|
"@smithy/util-body-length-node": "^2.1.0",
|
|
55
|
-
"@smithy/util-defaults-mode-browser": "^2.0.
|
|
56
|
-
"@smithy/util-defaults-mode-node": "^2.0.
|
|
57
|
-
"@smithy/util-endpoints": "^1.0.
|
|
58
|
-
"@smithy/util-retry": "^2.0.
|
|
59
|
-
"@smithy/util-utf8": "^2.0.
|
|
60
|
-
"@smithy/util-waiter": "^2.0.
|
|
55
|
+
"@smithy/util-defaults-mode-browser": "^2.0.19",
|
|
56
|
+
"@smithy/util-defaults-mode-node": "^2.0.25",
|
|
57
|
+
"@smithy/util-endpoints": "^1.0.4",
|
|
58
|
+
"@smithy/util-retry": "^2.0.6",
|
|
59
|
+
"@smithy/util-utf8": "^2.0.2",
|
|
60
|
+
"@smithy/util-waiter": "^2.0.13",
|
|
61
61
|
"tslib": "^2.5.0"
|
|
62
62
|
},
|
|
63
63
|
"devDependencies": {
|