@aws-sdk/client-emr 3.810.0 → 3.816.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.
Files changed (29) hide show
  1. package/README.md +32 -0
  2. package/dist-cjs/index.js +189 -0
  3. package/dist-es/EMR.js +8 -0
  4. package/dist-es/commands/CreatePersistentAppUICommand.js +22 -0
  5. package/dist-es/commands/DescribePersistentAppUICommand.js +22 -0
  6. package/dist-es/commands/GetOnClusterAppUIPresignedURLCommand.js +22 -0
  7. package/dist-es/commands/GetPersistentAppUIPresignedURLCommand.js +22 -0
  8. package/dist-es/commands/index.js +4 -0
  9. package/dist-es/models/models_0.js +18 -0
  10. package/dist-es/protocols/Aws_json1_1.js +93 -0
  11. package/dist-types/EMR.d.ts +28 -0
  12. package/dist-types/EMRClient.d.ts +6 -2
  13. package/dist-types/commands/CreatePersistentAppUICommand.d.ts +91 -0
  14. package/dist-types/commands/DescribePersistentAppUICommand.d.ts +95 -0
  15. package/dist-types/commands/GetOnClusterAppUIPresignedURLCommand.d.ts +84 -0
  16. package/dist-types/commands/GetPersistentAppUIPresignedURLCommand.d.ts +84 -0
  17. package/dist-types/commands/index.d.ts +4 -0
  18. package/dist-types/models/models_0.d.ts +258 -0
  19. package/dist-types/protocols/Aws_json1_1.d.ts +36 -0
  20. package/dist-types/ts3.4/EMR.d.ts +68 -0
  21. package/dist-types/ts3.4/EMRClient.d.ts +24 -0
  22. package/dist-types/ts3.4/commands/CreatePersistentAppUICommand.d.ts +51 -0
  23. package/dist-types/ts3.4/commands/DescribePersistentAppUICommand.d.ts +51 -0
  24. package/dist-types/ts3.4/commands/GetOnClusterAppUIPresignedURLCommand.d.ts +51 -0
  25. package/dist-types/ts3.4/commands/GetPersistentAppUIPresignedURLCommand.d.ts +51 -0
  26. package/dist-types/ts3.4/commands/index.d.ts +4 -0
  27. package/dist-types/ts3.4/models/models_0.d.ts +75 -0
  28. package/dist-types/ts3.4/protocols/Aws_json1_1.d.ts +48 -0
  29. package/package.json +5 -5
package/README.md CHANGED
@@ -244,6 +244,14 @@ CancelSteps
244
244
 
245
245
  [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/emr/command/CancelStepsCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-emr/Interface/CancelStepsCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-emr/Interface/CancelStepsCommandOutput/)
246
246
 
247
+ </details>
248
+ <details>
249
+ <summary>
250
+ CreatePersistentAppUI
251
+ </summary>
252
+
253
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/emr/command/CreatePersistentAppUICommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-emr/Interface/CreatePersistentAppUICommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-emr/Interface/CreatePersistentAppUICommandOutput/)
254
+
247
255
  </details>
248
256
  <details>
249
257
  <summary>
@@ -316,6 +324,14 @@ DescribeNotebookExecution
316
324
 
317
325
  [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/emr/command/DescribeNotebookExecutionCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-emr/Interface/DescribeNotebookExecutionCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-emr/Interface/DescribeNotebookExecutionCommandOutput/)
318
326
 
327
+ </details>
328
+ <details>
329
+ <summary>
330
+ DescribePersistentAppUI
331
+ </summary>
332
+
333
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/emr/command/DescribePersistentAppUICommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-emr/Interface/DescribePersistentAppUICommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-emr/Interface/DescribePersistentAppUICommandOutput/)
334
+
319
335
  </details>
320
336
  <details>
321
337
  <summary>
@@ -380,6 +396,22 @@ GetManagedScalingPolicy
380
396
 
381
397
  [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/emr/command/GetManagedScalingPolicyCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-emr/Interface/GetManagedScalingPolicyCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-emr/Interface/GetManagedScalingPolicyCommandOutput/)
382
398
 
399
+ </details>
400
+ <details>
401
+ <summary>
402
+ GetOnClusterAppUIPresignedURL
403
+ </summary>
404
+
405
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/emr/command/GetOnClusterAppUIPresignedURLCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-emr/Interface/GetOnClusterAppUIPresignedURLCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-emr/Interface/GetOnClusterAppUIPresignedURLCommandOutput/)
406
+
407
+ </details>
408
+ <details>
409
+ <summary>
410
+ GetPersistentAppUIPresignedURL
411
+ </summary>
412
+
413
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/emr/command/GetPersistentAppUIPresignedURLCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-emr/Interface/GetPersistentAppUIPresignedURLCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-emr/Interface/GetPersistentAppUIPresignedURLCommandOutput/)
414
+
383
415
  </details>
384
416
  <details>
385
417
  <summary>
package/dist-cjs/index.js CHANGED
@@ -36,6 +36,7 @@ __export(index_exports, {
36
36
  ClusterStateChangeReasonCode: () => ClusterStateChangeReasonCode,
37
37
  ComparisonOperator: () => ComparisonOperator,
38
38
  ComputeLimitsUnitType: () => ComputeLimitsUnitType,
39
+ CreatePersistentAppUICommand: () => CreatePersistentAppUICommand,
39
40
  CreateSecurityConfigurationCommand: () => CreateSecurityConfigurationCommand,
40
41
  CreateStudioCommand: () => CreateStudioCommand,
41
42
  CreateStudioSessionMappingCommand: () => CreateStudioSessionMappingCommand,
@@ -47,6 +48,7 @@ __export(index_exports, {
47
48
  DescribeClusterCommand: () => DescribeClusterCommand,
48
49
  DescribeJobFlowsCommand: () => DescribeJobFlowsCommand,
49
50
  DescribeNotebookExecutionCommand: () => DescribeNotebookExecutionCommand,
51
+ DescribePersistentAppUICommand: () => DescribePersistentAppUICommand,
50
52
  DescribeReleaseLabelCommand: () => DescribeReleaseLabelCommand,
51
53
  DescribeSecurityConfigurationCommand: () => DescribeSecurityConfigurationCommand,
52
54
  DescribeStepCommand: () => DescribeStepCommand,
@@ -60,6 +62,8 @@ __export(index_exports, {
60
62
  GetClusterSessionCredentialsCommand: () => GetClusterSessionCredentialsCommand,
61
63
  GetClusterSessionCredentialsOutputFilterSensitiveLog: () => GetClusterSessionCredentialsOutputFilterSensitiveLog,
62
64
  GetManagedScalingPolicyCommand: () => GetManagedScalingPolicyCommand,
65
+ GetOnClusterAppUIPresignedURLCommand: () => GetOnClusterAppUIPresignedURLCommand,
66
+ GetPersistentAppUIPresignedURLCommand: () => GetPersistentAppUIPresignedURLCommand,
63
67
  GetStudioSessionMappingCommand: () => GetStudioSessionMappingCommand,
64
68
  IdcUserAssignment: () => IdcUserAssignment,
65
69
  IdentityType: () => IdentityType,
@@ -94,11 +98,14 @@ __export(index_exports, {
94
98
  ModifyInstanceFleetCommand: () => ModifyInstanceFleetCommand,
95
99
  ModifyInstanceGroupsCommand: () => ModifyInstanceGroupsCommand,
96
100
  NotebookExecutionStatus: () => NotebookExecutionStatus,
101
+ OnClusterAppUIType: () => OnClusterAppUIType,
97
102
  OnDemandCapacityReservationPreference: () => OnDemandCapacityReservationPreference,
98
103
  OnDemandCapacityReservationUsageStrategy: () => OnDemandCapacityReservationUsageStrategy,
99
104
  OnDemandProvisioningAllocationStrategy: () => OnDemandProvisioningAllocationStrategy,
100
105
  OutputNotebookFormat: () => OutputNotebookFormat,
106
+ PersistentAppUIType: () => PersistentAppUIType,
101
107
  PlacementGroupStrategy: () => PlacementGroupStrategy,
108
+ ProfilerType: () => ProfilerType,
102
109
  PutAutoScalingPolicyCommand: () => PutAutoScalingPolicyCommand,
103
110
  PutAutoTerminationPolicyCommand: () => PutAutoTerminationPolicyCommand,
104
111
  PutBlockPublicAccessConfigurationCommand: () => PutBlockPublicAccessConfigurationCommand,
@@ -551,6 +558,11 @@ var ComputeLimitsUnitType = {
551
558
  Instances: "Instances",
552
559
  VCPU: "VCPU"
553
560
  };
561
+ var ProfilerType = {
562
+ SHS: "SHS",
563
+ TEZUI: "TEZUI",
564
+ YTS: "YTS"
565
+ };
554
566
  var IdcUserAssignment = {
555
567
  OPTIONAL: "OPTIONAL",
556
568
  REQUIRED: "REQUIRED"
@@ -616,6 +628,11 @@ var NotebookExecutionStatus = {
616
628
  STOPPING: "STOPPING",
617
629
  STOP_PENDING: "STOP_PENDING"
618
630
  };
631
+ var PersistentAppUIType = {
632
+ SHS: "SHS",
633
+ TEZ: "TEZ",
634
+ YTS: "YTS"
635
+ };
619
636
  var StepState = {
620
637
  CANCELLED: "CANCELLED",
621
638
  CANCEL_PENDING: "CANCEL_PENDING",
@@ -632,6 +649,14 @@ var ScalingStrategy = {
632
649
  ADVANCED: "ADVANCED",
633
650
  DEFAULT: "DEFAULT"
634
651
  };
652
+ var OnClusterAppUIType = {
653
+ ApplicationMaster: "ApplicationMaster",
654
+ JobHistoryServer: "JobHistoryServer",
655
+ ResourceManager: "ResourceManager",
656
+ SparkHistoryServer: "SparkHistoryServer",
657
+ TezUI: "TezUI",
658
+ YarnTimelineService: "YarnTimelineService"
659
+ };
635
660
  var InstanceFleetState = {
636
661
  BOOTSTRAPPING: "BOOTSTRAPPING",
637
662
  PROVISIONING: "PROVISIONING",
@@ -719,6 +744,12 @@ var se_CancelStepsCommand = /* @__PURE__ */ __name(async (input, context) => {
719
744
  body = JSON.stringify((0, import_smithy_client._json)(input));
720
745
  return buildHttpRpcRequest(context, headers, "/", void 0, body);
721
746
  }, "se_CancelStepsCommand");
747
+ var se_CreatePersistentAppUICommand = /* @__PURE__ */ __name(async (input, context) => {
748
+ const headers = sharedHeaders("CreatePersistentAppUI");
749
+ let body;
750
+ body = JSON.stringify((0, import_smithy_client._json)(input));
751
+ return buildHttpRpcRequest(context, headers, "/", void 0, body);
752
+ }, "se_CreatePersistentAppUICommand");
722
753
  var se_CreateSecurityConfigurationCommand = /* @__PURE__ */ __name(async (input, context) => {
723
754
  const headers = sharedHeaders("CreateSecurityConfiguration");
724
755
  let body;
@@ -773,6 +804,12 @@ var se_DescribeNotebookExecutionCommand = /* @__PURE__ */ __name(async (input, c
773
804
  body = JSON.stringify((0, import_smithy_client._json)(input));
774
805
  return buildHttpRpcRequest(context, headers, "/", void 0, body);
775
806
  }, "se_DescribeNotebookExecutionCommand");
807
+ var se_DescribePersistentAppUICommand = /* @__PURE__ */ __name(async (input, context) => {
808
+ const headers = sharedHeaders("DescribePersistentAppUI");
809
+ let body;
810
+ body = JSON.stringify((0, import_smithy_client._json)(input));
811
+ return buildHttpRpcRequest(context, headers, "/", void 0, body);
812
+ }, "se_DescribePersistentAppUICommand");
776
813
  var se_DescribeReleaseLabelCommand = /* @__PURE__ */ __name(async (input, context) => {
777
814
  const headers = sharedHeaders("DescribeReleaseLabel");
778
815
  let body;
@@ -821,6 +858,18 @@ var se_GetManagedScalingPolicyCommand = /* @__PURE__ */ __name(async (input, con
821
858
  body = JSON.stringify((0, import_smithy_client._json)(input));
822
859
  return buildHttpRpcRequest(context, headers, "/", void 0, body);
823
860
  }, "se_GetManagedScalingPolicyCommand");
861
+ var se_GetOnClusterAppUIPresignedURLCommand = /* @__PURE__ */ __name(async (input, context) => {
862
+ const headers = sharedHeaders("GetOnClusterAppUIPresignedURL");
863
+ let body;
864
+ body = JSON.stringify((0, import_smithy_client._json)(input));
865
+ return buildHttpRpcRequest(context, headers, "/", void 0, body);
866
+ }, "se_GetOnClusterAppUIPresignedURLCommand");
867
+ var se_GetPersistentAppUIPresignedURLCommand = /* @__PURE__ */ __name(async (input, context) => {
868
+ const headers = sharedHeaders("GetPersistentAppUIPresignedURL");
869
+ let body;
870
+ body = JSON.stringify((0, import_smithy_client._json)(input));
871
+ return buildHttpRpcRequest(context, headers, "/", void 0, body);
872
+ }, "se_GetPersistentAppUIPresignedURLCommand");
824
873
  var se_GetStudioSessionMappingCommand = /* @__PURE__ */ __name(async (input, context) => {
825
874
  const headers = sharedHeaders("GetStudioSessionMapping");
826
875
  let body;
@@ -1090,6 +1139,19 @@ var de_CancelStepsCommand = /* @__PURE__ */ __name(async (output, context) => {
1090
1139
  };
1091
1140
  return response;
1092
1141
  }, "de_CancelStepsCommand");
1142
+ var de_CreatePersistentAppUICommand = /* @__PURE__ */ __name(async (output, context) => {
1143
+ if (output.statusCode >= 300) {
1144
+ return de_CommandError(output, context);
1145
+ }
1146
+ const data = await (0, import_core2.parseJsonBody)(output.body, context);
1147
+ let contents = {};
1148
+ contents = (0, import_smithy_client._json)(data);
1149
+ const response = {
1150
+ $metadata: deserializeMetadata(output),
1151
+ ...contents
1152
+ };
1153
+ return response;
1154
+ }, "de_CreatePersistentAppUICommand");
1093
1155
  var de_CreateSecurityConfigurationCommand = /* @__PURE__ */ __name(async (output, context) => {
1094
1156
  if (output.statusCode >= 300) {
1095
1157
  return de_CommandError(output, context);
@@ -1198,6 +1260,19 @@ var de_DescribeNotebookExecutionCommand = /* @__PURE__ */ __name(async (output,
1198
1260
  };
1199
1261
  return response;
1200
1262
  }, "de_DescribeNotebookExecutionCommand");
1263
+ var de_DescribePersistentAppUICommand = /* @__PURE__ */ __name(async (output, context) => {
1264
+ if (output.statusCode >= 300) {
1265
+ return de_CommandError(output, context);
1266
+ }
1267
+ const data = await (0, import_core2.parseJsonBody)(output.body, context);
1268
+ let contents = {};
1269
+ contents = de_DescribePersistentAppUIOutput(data, context);
1270
+ const response = {
1271
+ $metadata: deserializeMetadata(output),
1272
+ ...contents
1273
+ };
1274
+ return response;
1275
+ }, "de_DescribePersistentAppUICommand");
1201
1276
  var de_DescribeReleaseLabelCommand = /* @__PURE__ */ __name(async (output, context) => {
1202
1277
  if (output.statusCode >= 300) {
1203
1278
  return de_CommandError(output, context);
@@ -1302,6 +1377,32 @@ var de_GetManagedScalingPolicyCommand = /* @__PURE__ */ __name(async (output, co
1302
1377
  };
1303
1378
  return response;
1304
1379
  }, "de_GetManagedScalingPolicyCommand");
1380
+ var de_GetOnClusterAppUIPresignedURLCommand = /* @__PURE__ */ __name(async (output, context) => {
1381
+ if (output.statusCode >= 300) {
1382
+ return de_CommandError(output, context);
1383
+ }
1384
+ const data = await (0, import_core2.parseJsonBody)(output.body, context);
1385
+ let contents = {};
1386
+ contents = (0, import_smithy_client._json)(data);
1387
+ const response = {
1388
+ $metadata: deserializeMetadata(output),
1389
+ ...contents
1390
+ };
1391
+ return response;
1392
+ }, "de_GetOnClusterAppUIPresignedURLCommand");
1393
+ var de_GetPersistentAppUIPresignedURLCommand = /* @__PURE__ */ __name(async (output, context) => {
1394
+ if (output.statusCode >= 300) {
1395
+ return de_CommandError(output, context);
1396
+ }
1397
+ const data = await (0, import_core2.parseJsonBody)(output.body, context);
1398
+ let contents = {};
1399
+ contents = (0, import_smithy_client._json)(data);
1400
+ const response = {
1401
+ $metadata: deserializeMetadata(output),
1402
+ ...contents
1403
+ };
1404
+ return response;
1405
+ }, "de_GetPersistentAppUIPresignedURLCommand");
1305
1406
  var de_GetStudioSessionMappingCommand = /* @__PURE__ */ __name(async (output, context) => {
1306
1407
  if (output.statusCode >= 300) {
1307
1408
  return de_CommandError(output, context);
@@ -2159,6 +2260,11 @@ var de_DescribeNotebookExecutionOutput = /* @__PURE__ */ __name((output, context
2159
2260
  NotebookExecution: /* @__PURE__ */ __name((_) => de_NotebookExecution(_, context), "NotebookExecution")
2160
2261
  });
2161
2262
  }, "de_DescribeNotebookExecutionOutput");
2263
+ var de_DescribePersistentAppUIOutput = /* @__PURE__ */ __name((output, context) => {
2264
+ return (0, import_smithy_client.take)(output, {
2265
+ PersistentAppUI: /* @__PURE__ */ __name((_) => de_PersistentAppUI(_, context), "PersistentAppUI")
2266
+ });
2267
+ }, "de_DescribePersistentAppUIOutput");
2162
2268
  var de_DescribeSecurityConfigurationOutput = /* @__PURE__ */ __name((output, context) => {
2163
2269
  return (0, import_smithy_client.take)(output, {
2164
2270
  CreationDateTime: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "CreationDateTime"),
@@ -2503,6 +2609,18 @@ var de_NotebookExecutionSummaryList = /* @__PURE__ */ __name((output, context) =
2503
2609
  });
2504
2610
  return retVal;
2505
2611
  }, "de_NotebookExecutionSummaryList");
2612
+ var de_PersistentAppUI = /* @__PURE__ */ __name((output, context) => {
2613
+ return (0, import_smithy_client.take)(output, {
2614
+ AuthorId: import_smithy_client.expectString,
2615
+ CreationTime: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "CreationTime"),
2616
+ LastModifiedTime: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "LastModifiedTime"),
2617
+ LastStateChangeReason: import_smithy_client.expectString,
2618
+ PersistentAppUIId: import_smithy_client.expectString,
2619
+ PersistentAppUIStatus: import_smithy_client.expectString,
2620
+ PersistentAppUITypeList: import_smithy_client._json,
2621
+ Tags: import_smithy_client._json
2622
+ });
2623
+ }, "de_PersistentAppUI");
2506
2624
  var de_PutAutoScalingPolicyOutput = /* @__PURE__ */ __name((output, context) => {
2507
2625
  return (0, import_smithy_client.take)(output, {
2508
2626
  AutoScalingPolicy: /* @__PURE__ */ __name((_) => de_AutoScalingPolicyDescription(_, context), "AutoScalingPolicy"),
@@ -2798,6 +2916,21 @@ var CancelStepsCommand = class extends import_smithy_client.Command.classBuilder
2798
2916
  }
2799
2917
  };
2800
2918
 
2919
+ // src/commands/CreatePersistentAppUICommand.ts
2920
+
2921
+
2922
+
2923
+ var CreatePersistentAppUICommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
2924
+ return [
2925
+ (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
2926
+ (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
2927
+ ];
2928
+ }).s("ElasticMapReduce", "CreatePersistentAppUI", {}).n("EMRClient", "CreatePersistentAppUICommand").f(void 0, void 0).ser(se_CreatePersistentAppUICommand).de(de_CreatePersistentAppUICommand).build() {
2929
+ static {
2930
+ __name(this, "CreatePersistentAppUICommand");
2931
+ }
2932
+ };
2933
+
2801
2934
  // src/commands/CreateSecurityConfigurationCommand.ts
2802
2935
 
2803
2936
 
@@ -2933,6 +3066,21 @@ var DescribeNotebookExecutionCommand = class extends import_smithy_client.Comman
2933
3066
  }
2934
3067
  };
2935
3068
 
3069
+ // src/commands/DescribePersistentAppUICommand.ts
3070
+
3071
+
3072
+
3073
+ var DescribePersistentAppUICommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
3074
+ return [
3075
+ (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
3076
+ (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
3077
+ ];
3078
+ }).s("ElasticMapReduce", "DescribePersistentAppUI", {}).n("EMRClient", "DescribePersistentAppUICommand").f(void 0, void 0).ser(se_DescribePersistentAppUICommand).de(de_DescribePersistentAppUICommand).build() {
3079
+ static {
3080
+ __name(this, "DescribePersistentAppUICommand");
3081
+ }
3082
+ };
3083
+
2936
3084
  // src/commands/DescribeReleaseLabelCommand.ts
2937
3085
 
2938
3086
 
@@ -3053,6 +3201,36 @@ var GetManagedScalingPolicyCommand = class extends import_smithy_client.Command.
3053
3201
  }
3054
3202
  };
3055
3203
 
3204
+ // src/commands/GetOnClusterAppUIPresignedURLCommand.ts
3205
+
3206
+
3207
+
3208
+ var GetOnClusterAppUIPresignedURLCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
3209
+ return [
3210
+ (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
3211
+ (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
3212
+ ];
3213
+ }).s("ElasticMapReduce", "GetOnClusterAppUIPresignedURL", {}).n("EMRClient", "GetOnClusterAppUIPresignedURLCommand").f(void 0, void 0).ser(se_GetOnClusterAppUIPresignedURLCommand).de(de_GetOnClusterAppUIPresignedURLCommand).build() {
3214
+ static {
3215
+ __name(this, "GetOnClusterAppUIPresignedURLCommand");
3216
+ }
3217
+ };
3218
+
3219
+ // src/commands/GetPersistentAppUIPresignedURLCommand.ts
3220
+
3221
+
3222
+
3223
+ var GetPersistentAppUIPresignedURLCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
3224
+ return [
3225
+ (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
3226
+ (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
3227
+ ];
3228
+ }).s("ElasticMapReduce", "GetPersistentAppUIPresignedURL", {}).n("EMRClient", "GetPersistentAppUIPresignedURLCommand").f(void 0, void 0).ser(se_GetPersistentAppUIPresignedURLCommand).de(de_GetPersistentAppUIPresignedURLCommand).build() {
3229
+ static {
3230
+ __name(this, "GetPersistentAppUIPresignedURLCommand");
3231
+ }
3232
+ };
3233
+
3056
3234
  // src/commands/GetStudioSessionMappingCommand.ts
3057
3235
 
3058
3236
 
@@ -3570,6 +3748,7 @@ var commands = {
3570
3748
  AddJobFlowStepsCommand,
3571
3749
  AddTagsCommand,
3572
3750
  CancelStepsCommand,
3751
+ CreatePersistentAppUICommand,
3573
3752
  CreateSecurityConfigurationCommand,
3574
3753
  CreateStudioCommand,
3575
3754
  CreateStudioSessionMappingCommand,
@@ -3579,6 +3758,7 @@ var commands = {
3579
3758
  DescribeClusterCommand,
3580
3759
  DescribeJobFlowsCommand,
3581
3760
  DescribeNotebookExecutionCommand,
3761
+ DescribePersistentAppUICommand,
3582
3762
  DescribeReleaseLabelCommand,
3583
3763
  DescribeSecurityConfigurationCommand,
3584
3764
  DescribeStepCommand,
@@ -3587,6 +3767,8 @@ var commands = {
3587
3767
  GetBlockPublicAccessConfigurationCommand,
3588
3768
  GetClusterSessionCredentialsCommand,
3589
3769
  GetManagedScalingPolicyCommand,
3770
+ GetOnClusterAppUIPresignedURLCommand,
3771
+ GetPersistentAppUIPresignedURLCommand,
3590
3772
  GetStudioSessionMappingCommand,
3591
3773
  ListBootstrapActionsCommand,
3592
3774
  ListClustersCommand,
@@ -3845,6 +4027,7 @@ var waitUntilStepComplete = /* @__PURE__ */ __name(async (params, input) => {
3845
4027
  AddJobFlowStepsCommand,
3846
4028
  AddTagsCommand,
3847
4029
  CancelStepsCommand,
4030
+ CreatePersistentAppUICommand,
3848
4031
  CreateSecurityConfigurationCommand,
3849
4032
  CreateStudioCommand,
3850
4033
  CreateStudioSessionMappingCommand,
@@ -3854,6 +4037,7 @@ var waitUntilStepComplete = /* @__PURE__ */ __name(async (params, input) => {
3854
4037
  DescribeClusterCommand,
3855
4038
  DescribeJobFlowsCommand,
3856
4039
  DescribeNotebookExecutionCommand,
4040
+ DescribePersistentAppUICommand,
3857
4041
  DescribeReleaseLabelCommand,
3858
4042
  DescribeSecurityConfigurationCommand,
3859
4043
  DescribeStepCommand,
@@ -3862,6 +4046,8 @@ var waitUntilStepComplete = /* @__PURE__ */ __name(async (params, input) => {
3862
4046
  GetBlockPublicAccessConfigurationCommand,
3863
4047
  GetClusterSessionCredentialsCommand,
3864
4048
  GetManagedScalingPolicyCommand,
4049
+ GetOnClusterAppUIPresignedURLCommand,
4050
+ GetPersistentAppUIPresignedURLCommand,
3865
4051
  GetStudioSessionMappingCommand,
3866
4052
  ListBootstrapActionsCommand,
3867
4053
  ListClustersCommand,
@@ -3942,6 +4128,7 @@ var waitUntilStepComplete = /* @__PURE__ */ __name(async (params, input) => {
3942
4128
  ClusterState,
3943
4129
  ClusterStateChangeReasonCode,
3944
4130
  ComputeLimitsUnitType,
4131
+ ProfilerType,
3945
4132
  IdcUserAssignment,
3946
4133
  IdentityType,
3947
4134
  Credentials,
@@ -3951,9 +4138,11 @@ var waitUntilStepComplete = /* @__PURE__ */ __name(async (params, input) => {
3951
4138
  ExecutionEngineType,
3952
4139
  OutputNotebookFormat,
3953
4140
  NotebookExecutionStatus,
4141
+ PersistentAppUIType,
3954
4142
  StepState,
3955
4143
  StepStateChangeReasonCode,
3956
4144
  ScalingStrategy,
4145
+ OnClusterAppUIType,
3957
4146
  InstanceFleetState,
3958
4147
  InstanceFleetStateChangeReasonCode,
3959
4148
  InstanceGroupType,
package/dist-es/EMR.js CHANGED
@@ -4,6 +4,7 @@ import { AddInstanceGroupsCommand, } from "./commands/AddInstanceGroupsCommand";
4
4
  import { AddJobFlowStepsCommand, } from "./commands/AddJobFlowStepsCommand";
5
5
  import { AddTagsCommand } from "./commands/AddTagsCommand";
6
6
  import { CancelStepsCommand } from "./commands/CancelStepsCommand";
7
+ import { CreatePersistentAppUICommand, } from "./commands/CreatePersistentAppUICommand";
7
8
  import { CreateSecurityConfigurationCommand, } from "./commands/CreateSecurityConfigurationCommand";
8
9
  import { CreateStudioCommand, } from "./commands/CreateStudioCommand";
9
10
  import { CreateStudioSessionMappingCommand, } from "./commands/CreateStudioSessionMappingCommand";
@@ -13,6 +14,7 @@ import { DeleteStudioSessionMappingCommand, } from "./commands/DeleteStudioSessi
13
14
  import { DescribeClusterCommand, } from "./commands/DescribeClusterCommand";
14
15
  import { DescribeJobFlowsCommand, } from "./commands/DescribeJobFlowsCommand";
15
16
  import { DescribeNotebookExecutionCommand, } from "./commands/DescribeNotebookExecutionCommand";
17
+ import { DescribePersistentAppUICommand, } from "./commands/DescribePersistentAppUICommand";
16
18
  import { DescribeReleaseLabelCommand, } from "./commands/DescribeReleaseLabelCommand";
17
19
  import { DescribeSecurityConfigurationCommand, } from "./commands/DescribeSecurityConfigurationCommand";
18
20
  import { DescribeStepCommand, } from "./commands/DescribeStepCommand";
@@ -21,6 +23,8 @@ import { GetAutoTerminationPolicyCommand, } from "./commands/GetAutoTerminationP
21
23
  import { GetBlockPublicAccessConfigurationCommand, } from "./commands/GetBlockPublicAccessConfigurationCommand";
22
24
  import { GetClusterSessionCredentialsCommand, } from "./commands/GetClusterSessionCredentialsCommand";
23
25
  import { GetManagedScalingPolicyCommand, } from "./commands/GetManagedScalingPolicyCommand";
26
+ import { GetOnClusterAppUIPresignedURLCommand, } from "./commands/GetOnClusterAppUIPresignedURLCommand";
27
+ import { GetPersistentAppUIPresignedURLCommand, } from "./commands/GetPersistentAppUIPresignedURLCommand";
24
28
  import { GetStudioSessionMappingCommand, } from "./commands/GetStudioSessionMappingCommand";
25
29
  import { ListBootstrapActionsCommand, } from "./commands/ListBootstrapActionsCommand";
26
30
  import { ListClustersCommand, } from "./commands/ListClustersCommand";
@@ -62,6 +66,7 @@ const commands = {
62
66
  AddJobFlowStepsCommand,
63
67
  AddTagsCommand,
64
68
  CancelStepsCommand,
69
+ CreatePersistentAppUICommand,
65
70
  CreateSecurityConfigurationCommand,
66
71
  CreateStudioCommand,
67
72
  CreateStudioSessionMappingCommand,
@@ -71,6 +76,7 @@ const commands = {
71
76
  DescribeClusterCommand,
72
77
  DescribeJobFlowsCommand,
73
78
  DescribeNotebookExecutionCommand,
79
+ DescribePersistentAppUICommand,
74
80
  DescribeReleaseLabelCommand,
75
81
  DescribeSecurityConfigurationCommand,
76
82
  DescribeStepCommand,
@@ -79,6 +85,8 @@ const commands = {
79
85
  GetBlockPublicAccessConfigurationCommand,
80
86
  GetClusterSessionCredentialsCommand,
81
87
  GetManagedScalingPolicyCommand,
88
+ GetOnClusterAppUIPresignedURLCommand,
89
+ GetPersistentAppUIPresignedURLCommand,
82
90
  GetStudioSessionMappingCommand,
83
91
  ListBootstrapActionsCommand,
84
92
  ListClustersCommand,
@@ -0,0 +1,22 @@
1
+ import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
+ import { getSerdePlugin } from "@smithy/middleware-serde";
3
+ import { Command as $Command } from "@smithy/smithy-client";
4
+ import { commonParams } from "../endpoint/EndpointParameters";
5
+ import { de_CreatePersistentAppUICommand, se_CreatePersistentAppUICommand } from "../protocols/Aws_json1_1";
6
+ export { $Command };
7
+ export class CreatePersistentAppUICommand extends $Command
8
+ .classBuilder()
9
+ .ep(commonParams)
10
+ .m(function (Command, cs, config, o) {
11
+ return [
12
+ getSerdePlugin(config, this.serialize, this.deserialize),
13
+ getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
14
+ ];
15
+ })
16
+ .s("ElasticMapReduce", "CreatePersistentAppUI", {})
17
+ .n("EMRClient", "CreatePersistentAppUICommand")
18
+ .f(void 0, void 0)
19
+ .ser(se_CreatePersistentAppUICommand)
20
+ .de(de_CreatePersistentAppUICommand)
21
+ .build() {
22
+ }
@@ -0,0 +1,22 @@
1
+ import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
+ import { getSerdePlugin } from "@smithy/middleware-serde";
3
+ import { Command as $Command } from "@smithy/smithy-client";
4
+ import { commonParams } from "../endpoint/EndpointParameters";
5
+ import { de_DescribePersistentAppUICommand, se_DescribePersistentAppUICommand } from "../protocols/Aws_json1_1";
6
+ export { $Command };
7
+ export class DescribePersistentAppUICommand extends $Command
8
+ .classBuilder()
9
+ .ep(commonParams)
10
+ .m(function (Command, cs, config, o) {
11
+ return [
12
+ getSerdePlugin(config, this.serialize, this.deserialize),
13
+ getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
14
+ ];
15
+ })
16
+ .s("ElasticMapReduce", "DescribePersistentAppUI", {})
17
+ .n("EMRClient", "DescribePersistentAppUICommand")
18
+ .f(void 0, void 0)
19
+ .ser(se_DescribePersistentAppUICommand)
20
+ .de(de_DescribePersistentAppUICommand)
21
+ .build() {
22
+ }
@@ -0,0 +1,22 @@
1
+ import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
+ import { getSerdePlugin } from "@smithy/middleware-serde";
3
+ import { Command as $Command } from "@smithy/smithy-client";
4
+ import { commonParams } from "../endpoint/EndpointParameters";
5
+ import { de_GetOnClusterAppUIPresignedURLCommand, se_GetOnClusterAppUIPresignedURLCommand, } from "../protocols/Aws_json1_1";
6
+ export { $Command };
7
+ export class GetOnClusterAppUIPresignedURLCommand extends $Command
8
+ .classBuilder()
9
+ .ep(commonParams)
10
+ .m(function (Command, cs, config, o) {
11
+ return [
12
+ getSerdePlugin(config, this.serialize, this.deserialize),
13
+ getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
14
+ ];
15
+ })
16
+ .s("ElasticMapReduce", "GetOnClusterAppUIPresignedURL", {})
17
+ .n("EMRClient", "GetOnClusterAppUIPresignedURLCommand")
18
+ .f(void 0, void 0)
19
+ .ser(se_GetOnClusterAppUIPresignedURLCommand)
20
+ .de(de_GetOnClusterAppUIPresignedURLCommand)
21
+ .build() {
22
+ }
@@ -0,0 +1,22 @@
1
+ import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
+ import { getSerdePlugin } from "@smithy/middleware-serde";
3
+ import { Command as $Command } from "@smithy/smithy-client";
4
+ import { commonParams } from "../endpoint/EndpointParameters";
5
+ import { de_GetPersistentAppUIPresignedURLCommand, se_GetPersistentAppUIPresignedURLCommand, } from "../protocols/Aws_json1_1";
6
+ export { $Command };
7
+ export class GetPersistentAppUIPresignedURLCommand extends $Command
8
+ .classBuilder()
9
+ .ep(commonParams)
10
+ .m(function (Command, cs, config, o) {
11
+ return [
12
+ getSerdePlugin(config, this.serialize, this.deserialize),
13
+ getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
14
+ ];
15
+ })
16
+ .s("ElasticMapReduce", "GetPersistentAppUIPresignedURL", {})
17
+ .n("EMRClient", "GetPersistentAppUIPresignedURLCommand")
18
+ .f(void 0, void 0)
19
+ .ser(se_GetPersistentAppUIPresignedURLCommand)
20
+ .de(de_GetPersistentAppUIPresignedURLCommand)
21
+ .build() {
22
+ }
@@ -3,6 +3,7 @@ export * from "./AddInstanceGroupsCommand";
3
3
  export * from "./AddJobFlowStepsCommand";
4
4
  export * from "./AddTagsCommand";
5
5
  export * from "./CancelStepsCommand";
6
+ export * from "./CreatePersistentAppUICommand";
6
7
  export * from "./CreateSecurityConfigurationCommand";
7
8
  export * from "./CreateStudioCommand";
8
9
  export * from "./CreateStudioSessionMappingCommand";
@@ -12,6 +13,7 @@ export * from "./DeleteStudioSessionMappingCommand";
12
13
  export * from "./DescribeClusterCommand";
13
14
  export * from "./DescribeJobFlowsCommand";
14
15
  export * from "./DescribeNotebookExecutionCommand";
16
+ export * from "./DescribePersistentAppUICommand";
15
17
  export * from "./DescribeReleaseLabelCommand";
16
18
  export * from "./DescribeSecurityConfigurationCommand";
17
19
  export * from "./DescribeStepCommand";
@@ -20,6 +22,8 @@ export * from "./GetAutoTerminationPolicyCommand";
20
22
  export * from "./GetBlockPublicAccessConfigurationCommand";
21
23
  export * from "./GetClusterSessionCredentialsCommand";
22
24
  export * from "./GetManagedScalingPolicyCommand";
25
+ export * from "./GetOnClusterAppUIPresignedURLCommand";
26
+ export * from "./GetPersistentAppUIPresignedURLCommand";
23
27
  export * from "./GetStudioSessionMappingCommand";
24
28
  export * from "./ListBootstrapActionsCommand";
25
29
  export * from "./ListClustersCommand";
@@ -198,6 +198,11 @@ export const ComputeLimitsUnitType = {
198
198
  Instances: "Instances",
199
199
  VCPU: "VCPU",
200
200
  };
201
+ export const ProfilerType = {
202
+ SHS: "SHS",
203
+ TEZUI: "TEZUI",
204
+ YTS: "YTS",
205
+ };
201
206
  export const IdcUserAssignment = {
202
207
  OPTIONAL: "OPTIONAL",
203
208
  REQUIRED: "REQUIRED",
@@ -264,6 +269,11 @@ export const NotebookExecutionStatus = {
264
269
  STOPPING: "STOPPING",
265
270
  STOP_PENDING: "STOP_PENDING",
266
271
  };
272
+ export const PersistentAppUIType = {
273
+ SHS: "SHS",
274
+ TEZ: "TEZ",
275
+ YTS: "YTS",
276
+ };
267
277
  export const StepState = {
268
278
  CANCELLED: "CANCELLED",
269
279
  CANCEL_PENDING: "CANCEL_PENDING",
@@ -280,6 +290,14 @@ export const ScalingStrategy = {
280
290
  ADVANCED: "ADVANCED",
281
291
  DEFAULT: "DEFAULT",
282
292
  };
293
+ export const OnClusterAppUIType = {
294
+ ApplicationMaster: "ApplicationMaster",
295
+ JobHistoryServer: "JobHistoryServer",
296
+ ResourceManager: "ResourceManager",
297
+ SparkHistoryServer: "SparkHistoryServer",
298
+ TezUI: "TezUI",
299
+ YarnTimelineService: "YarnTimelineService",
300
+ };
283
301
  export const InstanceFleetState = {
284
302
  BOOTSTRAPPING: "BOOTSTRAPPING",
285
303
  PROVISIONING: "PROVISIONING",