@aws-sdk/client-emr 3.810.0 → 3.812.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
@@ -33,6 +33,12 @@ export const se_CancelStepsCommand = async (input, context) => {
33
33
  body = JSON.stringify(_json(input));
34
34
  return buildHttpRpcRequest(context, headers, "/", undefined, body);
35
35
  };
36
+ export const se_CreatePersistentAppUICommand = async (input, context) => {
37
+ const headers = sharedHeaders("CreatePersistentAppUI");
38
+ let body;
39
+ body = JSON.stringify(_json(input));
40
+ return buildHttpRpcRequest(context, headers, "/", undefined, body);
41
+ };
36
42
  export const se_CreateSecurityConfigurationCommand = async (input, context) => {
37
43
  const headers = sharedHeaders("CreateSecurityConfiguration");
38
44
  let body;
@@ -87,6 +93,12 @@ export const se_DescribeNotebookExecutionCommand = async (input, context) => {
87
93
  body = JSON.stringify(_json(input));
88
94
  return buildHttpRpcRequest(context, headers, "/", undefined, body);
89
95
  };
96
+ export const se_DescribePersistentAppUICommand = async (input, context) => {
97
+ const headers = sharedHeaders("DescribePersistentAppUI");
98
+ let body;
99
+ body = JSON.stringify(_json(input));
100
+ return buildHttpRpcRequest(context, headers, "/", undefined, body);
101
+ };
90
102
  export const se_DescribeReleaseLabelCommand = async (input, context) => {
91
103
  const headers = sharedHeaders("DescribeReleaseLabel");
92
104
  let body;
@@ -135,6 +147,18 @@ export const se_GetManagedScalingPolicyCommand = async (input, context) => {
135
147
  body = JSON.stringify(_json(input));
136
148
  return buildHttpRpcRequest(context, headers, "/", undefined, body);
137
149
  };
150
+ export const se_GetOnClusterAppUIPresignedURLCommand = async (input, context) => {
151
+ const headers = sharedHeaders("GetOnClusterAppUIPresignedURL");
152
+ let body;
153
+ body = JSON.stringify(_json(input));
154
+ return buildHttpRpcRequest(context, headers, "/", undefined, body);
155
+ };
156
+ export const se_GetPersistentAppUIPresignedURLCommand = async (input, context) => {
157
+ const headers = sharedHeaders("GetPersistentAppUIPresignedURL");
158
+ let body;
159
+ body = JSON.stringify(_json(input));
160
+ return buildHttpRpcRequest(context, headers, "/", undefined, body);
161
+ };
138
162
  export const se_GetStudioSessionMappingCommand = async (input, context) => {
139
163
  const headers = sharedHeaders("GetStudioSessionMapping");
140
164
  let body;
@@ -404,6 +428,19 @@ export const de_CancelStepsCommand = async (output, context) => {
404
428
  };
405
429
  return response;
406
430
  };
431
+ export const de_CreatePersistentAppUICommand = async (output, context) => {
432
+ if (output.statusCode >= 300) {
433
+ return de_CommandError(output, context);
434
+ }
435
+ const data = await parseBody(output.body, context);
436
+ let contents = {};
437
+ contents = _json(data);
438
+ const response = {
439
+ $metadata: deserializeMetadata(output),
440
+ ...contents,
441
+ };
442
+ return response;
443
+ };
407
444
  export const de_CreateSecurityConfigurationCommand = async (output, context) => {
408
445
  if (output.statusCode >= 300) {
409
446
  return de_CommandError(output, context);
@@ -512,6 +549,19 @@ export const de_DescribeNotebookExecutionCommand = async (output, context) => {
512
549
  };
513
550
  return response;
514
551
  };
552
+ export const de_DescribePersistentAppUICommand = async (output, context) => {
553
+ if (output.statusCode >= 300) {
554
+ return de_CommandError(output, context);
555
+ }
556
+ const data = await parseBody(output.body, context);
557
+ let contents = {};
558
+ contents = de_DescribePersistentAppUIOutput(data, context);
559
+ const response = {
560
+ $metadata: deserializeMetadata(output),
561
+ ...contents,
562
+ };
563
+ return response;
564
+ };
515
565
  export const de_DescribeReleaseLabelCommand = async (output, context) => {
516
566
  if (output.statusCode >= 300) {
517
567
  return de_CommandError(output, context);
@@ -616,6 +666,32 @@ export const de_GetManagedScalingPolicyCommand = async (output, context) => {
616
666
  };
617
667
  return response;
618
668
  };
669
+ export const de_GetOnClusterAppUIPresignedURLCommand = async (output, context) => {
670
+ if (output.statusCode >= 300) {
671
+ return de_CommandError(output, context);
672
+ }
673
+ const data = await parseBody(output.body, context);
674
+ let contents = {};
675
+ contents = _json(data);
676
+ const response = {
677
+ $metadata: deserializeMetadata(output),
678
+ ...contents,
679
+ };
680
+ return response;
681
+ };
682
+ export const de_GetPersistentAppUIPresignedURLCommand = async (output, context) => {
683
+ if (output.statusCode >= 300) {
684
+ return de_CommandError(output, context);
685
+ }
686
+ const data = await parseBody(output.body, context);
687
+ let contents = {};
688
+ contents = _json(data);
689
+ const response = {
690
+ $metadata: deserializeMetadata(output),
691
+ ...contents,
692
+ };
693
+ return response;
694
+ };
619
695
  export const de_GetStudioSessionMappingCommand = async (output, context) => {
620
696
  if (output.statusCode >= 300) {
621
697
  return de_CommandError(output, context);
@@ -1489,6 +1565,11 @@ const de_DescribeNotebookExecutionOutput = (output, context) => {
1489
1565
  NotebookExecution: (_) => de_NotebookExecution(_, context),
1490
1566
  });
1491
1567
  };
1568
+ const de_DescribePersistentAppUIOutput = (output, context) => {
1569
+ return take(output, {
1570
+ PersistentAppUI: (_) => de_PersistentAppUI(_, context),
1571
+ });
1572
+ };
1492
1573
  const de_DescribeSecurityConfigurationOutput = (output, context) => {
1493
1574
  return take(output, {
1494
1575
  CreationDateTime: (_) => __expectNonNull(__parseEpochTimestamp(__expectNumber(_))),
@@ -1847,6 +1928,18 @@ const de_NotebookExecutionSummaryList = (output, context) => {
1847
1928
  });
1848
1929
  return retVal;
1849
1930
  };
1931
+ const de_PersistentAppUI = (output, context) => {
1932
+ return take(output, {
1933
+ AuthorId: __expectString,
1934
+ CreationTime: (_) => __expectNonNull(__parseEpochTimestamp(__expectNumber(_))),
1935
+ LastModifiedTime: (_) => __expectNonNull(__parseEpochTimestamp(__expectNumber(_))),
1936
+ LastStateChangeReason: __expectString,
1937
+ PersistentAppUIId: __expectString,
1938
+ PersistentAppUIStatus: __expectString,
1939
+ PersistentAppUITypeList: _json,
1940
+ Tags: _json,
1941
+ });
1942
+ };
1850
1943
  const de_PutAutoScalingPolicyOutput = (output, context) => {
1851
1944
  return take(output, {
1852
1945
  AutoScalingPolicy: (_) => de_AutoScalingPolicyDescription(_, context),
@@ -4,6 +4,7 @@ import { AddInstanceGroupsCommandInput, AddInstanceGroupsCommandOutput } from ".
4
4
  import { AddJobFlowStepsCommandInput, AddJobFlowStepsCommandOutput } from "./commands/AddJobFlowStepsCommand";
5
5
  import { AddTagsCommandInput, AddTagsCommandOutput } from "./commands/AddTagsCommand";
6
6
  import { CancelStepsCommandInput, CancelStepsCommandOutput } from "./commands/CancelStepsCommand";
7
+ import { CreatePersistentAppUICommandInput, CreatePersistentAppUICommandOutput } from "./commands/CreatePersistentAppUICommand";
7
8
  import { CreateSecurityConfigurationCommandInput, CreateSecurityConfigurationCommandOutput } from "./commands/CreateSecurityConfigurationCommand";
8
9
  import { CreateStudioCommandInput, CreateStudioCommandOutput } from "./commands/CreateStudioCommand";
9
10
  import { CreateStudioSessionMappingCommandInput, CreateStudioSessionMappingCommandOutput } from "./commands/CreateStudioSessionMappingCommand";
@@ -13,6 +14,7 @@ import { DeleteStudioSessionMappingCommandInput, DeleteStudioSessionMappingComma
13
14
  import { DescribeClusterCommandInput, DescribeClusterCommandOutput } from "./commands/DescribeClusterCommand";
14
15
  import { DescribeJobFlowsCommandInput, DescribeJobFlowsCommandOutput } from "./commands/DescribeJobFlowsCommand";
15
16
  import { DescribeNotebookExecutionCommandInput, DescribeNotebookExecutionCommandOutput } from "./commands/DescribeNotebookExecutionCommand";
17
+ import { DescribePersistentAppUICommandInput, DescribePersistentAppUICommandOutput } from "./commands/DescribePersistentAppUICommand";
16
18
  import { DescribeReleaseLabelCommandInput, DescribeReleaseLabelCommandOutput } from "./commands/DescribeReleaseLabelCommand";
17
19
  import { DescribeSecurityConfigurationCommandInput, DescribeSecurityConfigurationCommandOutput } from "./commands/DescribeSecurityConfigurationCommand";
18
20
  import { DescribeStepCommandInput, DescribeStepCommandOutput } from "./commands/DescribeStepCommand";
@@ -21,6 +23,8 @@ import { GetAutoTerminationPolicyCommandInput, GetAutoTerminationPolicyCommandOu
21
23
  import { GetBlockPublicAccessConfigurationCommandInput, GetBlockPublicAccessConfigurationCommandOutput } from "./commands/GetBlockPublicAccessConfigurationCommand";
22
24
  import { GetClusterSessionCredentialsCommandInput, GetClusterSessionCredentialsCommandOutput } from "./commands/GetClusterSessionCredentialsCommand";
23
25
  import { GetManagedScalingPolicyCommandInput, GetManagedScalingPolicyCommandOutput } from "./commands/GetManagedScalingPolicyCommand";
26
+ import { GetOnClusterAppUIPresignedURLCommandInput, GetOnClusterAppUIPresignedURLCommandOutput } from "./commands/GetOnClusterAppUIPresignedURLCommand";
27
+ import { GetPersistentAppUIPresignedURLCommandInput, GetPersistentAppUIPresignedURLCommandOutput } from "./commands/GetPersistentAppUIPresignedURLCommand";
24
28
  import { GetStudioSessionMappingCommandInput, GetStudioSessionMappingCommandOutput } from "./commands/GetStudioSessionMappingCommand";
25
29
  import { ListBootstrapActionsCommandInput, ListBootstrapActionsCommandOutput } from "./commands/ListBootstrapActionsCommand";
26
30
  import { ListClustersCommandInput, ListClustersCommandOutput } from "./commands/ListClustersCommand";
@@ -87,6 +91,12 @@ export interface EMR {
87
91
  cancelSteps(args: CancelStepsCommandInput, options?: __HttpHandlerOptions): Promise<CancelStepsCommandOutput>;
88
92
  cancelSteps(args: CancelStepsCommandInput, cb: (err: any, data?: CancelStepsCommandOutput) => void): void;
89
93
  cancelSteps(args: CancelStepsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CancelStepsCommandOutput) => void): void;
94
+ /**
95
+ * @see {@link CreatePersistentAppUICommand}
96
+ */
97
+ createPersistentAppUI(args: CreatePersistentAppUICommandInput, options?: __HttpHandlerOptions): Promise<CreatePersistentAppUICommandOutput>;
98
+ createPersistentAppUI(args: CreatePersistentAppUICommandInput, cb: (err: any, data?: CreatePersistentAppUICommandOutput) => void): void;
99
+ createPersistentAppUI(args: CreatePersistentAppUICommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreatePersistentAppUICommandOutput) => void): void;
90
100
  /**
91
101
  * @see {@link CreateSecurityConfigurationCommand}
92
102
  */
@@ -142,6 +152,12 @@ export interface EMR {
142
152
  describeNotebookExecution(args: DescribeNotebookExecutionCommandInput, options?: __HttpHandlerOptions): Promise<DescribeNotebookExecutionCommandOutput>;
143
153
  describeNotebookExecution(args: DescribeNotebookExecutionCommandInput, cb: (err: any, data?: DescribeNotebookExecutionCommandOutput) => void): void;
144
154
  describeNotebookExecution(args: DescribeNotebookExecutionCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeNotebookExecutionCommandOutput) => void): void;
155
+ /**
156
+ * @see {@link DescribePersistentAppUICommand}
157
+ */
158
+ describePersistentAppUI(args: DescribePersistentAppUICommandInput, options?: __HttpHandlerOptions): Promise<DescribePersistentAppUICommandOutput>;
159
+ describePersistentAppUI(args: DescribePersistentAppUICommandInput, cb: (err: any, data?: DescribePersistentAppUICommandOutput) => void): void;
160
+ describePersistentAppUI(args: DescribePersistentAppUICommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribePersistentAppUICommandOutput) => void): void;
145
161
  /**
146
162
  * @see {@link DescribeReleaseLabelCommand}
147
163
  */
@@ -192,6 +208,18 @@ export interface EMR {
192
208
  getManagedScalingPolicy(args: GetManagedScalingPolicyCommandInput, options?: __HttpHandlerOptions): Promise<GetManagedScalingPolicyCommandOutput>;
193
209
  getManagedScalingPolicy(args: GetManagedScalingPolicyCommandInput, cb: (err: any, data?: GetManagedScalingPolicyCommandOutput) => void): void;
194
210
  getManagedScalingPolicy(args: GetManagedScalingPolicyCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetManagedScalingPolicyCommandOutput) => void): void;
211
+ /**
212
+ * @see {@link GetOnClusterAppUIPresignedURLCommand}
213
+ */
214
+ getOnClusterAppUIPresignedURL(args: GetOnClusterAppUIPresignedURLCommandInput, options?: __HttpHandlerOptions): Promise<GetOnClusterAppUIPresignedURLCommandOutput>;
215
+ getOnClusterAppUIPresignedURL(args: GetOnClusterAppUIPresignedURLCommandInput, cb: (err: any, data?: GetOnClusterAppUIPresignedURLCommandOutput) => void): void;
216
+ getOnClusterAppUIPresignedURL(args: GetOnClusterAppUIPresignedURLCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetOnClusterAppUIPresignedURLCommandOutput) => void): void;
217
+ /**
218
+ * @see {@link GetPersistentAppUIPresignedURLCommand}
219
+ */
220
+ getPersistentAppUIPresignedURL(args: GetPersistentAppUIPresignedURLCommandInput, options?: __HttpHandlerOptions): Promise<GetPersistentAppUIPresignedURLCommandOutput>;
221
+ getPersistentAppUIPresignedURL(args: GetPersistentAppUIPresignedURLCommandInput, cb: (err: any, data?: GetPersistentAppUIPresignedURLCommandOutput) => void): void;
222
+ getPersistentAppUIPresignedURL(args: GetPersistentAppUIPresignedURLCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetPersistentAppUIPresignedURLCommandOutput) => void): void;
195
223
  /**
196
224
  * @see {@link GetStudioSessionMappingCommand}
197
225
  */
@@ -12,6 +12,7 @@ import { AddInstanceGroupsCommandInput, AddInstanceGroupsCommandOutput } from ".
12
12
  import { AddJobFlowStepsCommandInput, AddJobFlowStepsCommandOutput } from "./commands/AddJobFlowStepsCommand";
13
13
  import { AddTagsCommandInput, AddTagsCommandOutput } from "./commands/AddTagsCommand";
14
14
  import { CancelStepsCommandInput, CancelStepsCommandOutput } from "./commands/CancelStepsCommand";
15
+ import { CreatePersistentAppUICommandInput, CreatePersistentAppUICommandOutput } from "./commands/CreatePersistentAppUICommand";
15
16
  import { CreateSecurityConfigurationCommandInput, CreateSecurityConfigurationCommandOutput } from "./commands/CreateSecurityConfigurationCommand";
16
17
  import { CreateStudioCommandInput, CreateStudioCommandOutput } from "./commands/CreateStudioCommand";
17
18
  import { CreateStudioSessionMappingCommandInput, CreateStudioSessionMappingCommandOutput } from "./commands/CreateStudioSessionMappingCommand";
@@ -21,6 +22,7 @@ import { DeleteStudioSessionMappingCommandInput, DeleteStudioSessionMappingComma
21
22
  import { DescribeClusterCommandInput, DescribeClusterCommandOutput } from "./commands/DescribeClusterCommand";
22
23
  import { DescribeJobFlowsCommandInput, DescribeJobFlowsCommandOutput } from "./commands/DescribeJobFlowsCommand";
23
24
  import { DescribeNotebookExecutionCommandInput, DescribeNotebookExecutionCommandOutput } from "./commands/DescribeNotebookExecutionCommand";
25
+ import { DescribePersistentAppUICommandInput, DescribePersistentAppUICommandOutput } from "./commands/DescribePersistentAppUICommand";
24
26
  import { DescribeReleaseLabelCommandInput, DescribeReleaseLabelCommandOutput } from "./commands/DescribeReleaseLabelCommand";
25
27
  import { DescribeSecurityConfigurationCommandInput, DescribeSecurityConfigurationCommandOutput } from "./commands/DescribeSecurityConfigurationCommand";
26
28
  import { DescribeStepCommandInput, DescribeStepCommandOutput } from "./commands/DescribeStepCommand";
@@ -29,6 +31,8 @@ import { GetAutoTerminationPolicyCommandInput, GetAutoTerminationPolicyCommandOu
29
31
  import { GetBlockPublicAccessConfigurationCommandInput, GetBlockPublicAccessConfigurationCommandOutput } from "./commands/GetBlockPublicAccessConfigurationCommand";
30
32
  import { GetClusterSessionCredentialsCommandInput, GetClusterSessionCredentialsCommandOutput } from "./commands/GetClusterSessionCredentialsCommand";
31
33
  import { GetManagedScalingPolicyCommandInput, GetManagedScalingPolicyCommandOutput } from "./commands/GetManagedScalingPolicyCommand";
34
+ import { GetOnClusterAppUIPresignedURLCommandInput, GetOnClusterAppUIPresignedURLCommandOutput } from "./commands/GetOnClusterAppUIPresignedURLCommand";
35
+ import { GetPersistentAppUIPresignedURLCommandInput, GetPersistentAppUIPresignedURLCommandOutput } from "./commands/GetPersistentAppUIPresignedURLCommand";
32
36
  import { GetStudioSessionMappingCommandInput, GetStudioSessionMappingCommandOutput } from "./commands/GetStudioSessionMappingCommand";
33
37
  import { ListBootstrapActionsCommandInput, ListBootstrapActionsCommandOutput } from "./commands/ListBootstrapActionsCommand";
34
38
  import { ListClustersCommandInput, ListClustersCommandOutput } from "./commands/ListClustersCommand";
@@ -69,11 +73,11 @@ export { __Client };
69
73
  /**
70
74
  * @public
71
75
  */
72
- export type ServiceInputTypes = AddInstanceFleetCommandInput | AddInstanceGroupsCommandInput | AddJobFlowStepsCommandInput | AddTagsCommandInput | CancelStepsCommandInput | CreateSecurityConfigurationCommandInput | CreateStudioCommandInput | CreateStudioSessionMappingCommandInput | DeleteSecurityConfigurationCommandInput | DeleteStudioCommandInput | DeleteStudioSessionMappingCommandInput | DescribeClusterCommandInput | DescribeJobFlowsCommandInput | DescribeNotebookExecutionCommandInput | DescribeReleaseLabelCommandInput | DescribeSecurityConfigurationCommandInput | DescribeStepCommandInput | DescribeStudioCommandInput | GetAutoTerminationPolicyCommandInput | GetBlockPublicAccessConfigurationCommandInput | GetClusterSessionCredentialsCommandInput | GetManagedScalingPolicyCommandInput | GetStudioSessionMappingCommandInput | ListBootstrapActionsCommandInput | ListClustersCommandInput | ListInstanceFleetsCommandInput | ListInstanceGroupsCommandInput | ListInstancesCommandInput | ListNotebookExecutionsCommandInput | ListReleaseLabelsCommandInput | ListSecurityConfigurationsCommandInput | ListStepsCommandInput | ListStudioSessionMappingsCommandInput | ListStudiosCommandInput | ListSupportedInstanceTypesCommandInput | ModifyClusterCommandInput | ModifyInstanceFleetCommandInput | ModifyInstanceGroupsCommandInput | PutAutoScalingPolicyCommandInput | PutAutoTerminationPolicyCommandInput | PutBlockPublicAccessConfigurationCommandInput | PutManagedScalingPolicyCommandInput | RemoveAutoScalingPolicyCommandInput | RemoveAutoTerminationPolicyCommandInput | RemoveManagedScalingPolicyCommandInput | RemoveTagsCommandInput | RunJobFlowCommandInput | SetKeepJobFlowAliveWhenNoStepsCommandInput | SetTerminationProtectionCommandInput | SetUnhealthyNodeReplacementCommandInput | SetVisibleToAllUsersCommandInput | StartNotebookExecutionCommandInput | StopNotebookExecutionCommandInput | TerminateJobFlowsCommandInput | UpdateStudioCommandInput | UpdateStudioSessionMappingCommandInput;
76
+ export type ServiceInputTypes = AddInstanceFleetCommandInput | AddInstanceGroupsCommandInput | AddJobFlowStepsCommandInput | AddTagsCommandInput | CancelStepsCommandInput | CreatePersistentAppUICommandInput | CreateSecurityConfigurationCommandInput | CreateStudioCommandInput | CreateStudioSessionMappingCommandInput | DeleteSecurityConfigurationCommandInput | DeleteStudioCommandInput | DeleteStudioSessionMappingCommandInput | DescribeClusterCommandInput | DescribeJobFlowsCommandInput | DescribeNotebookExecutionCommandInput | DescribePersistentAppUICommandInput | DescribeReleaseLabelCommandInput | DescribeSecurityConfigurationCommandInput | DescribeStepCommandInput | DescribeStudioCommandInput | GetAutoTerminationPolicyCommandInput | GetBlockPublicAccessConfigurationCommandInput | GetClusterSessionCredentialsCommandInput | GetManagedScalingPolicyCommandInput | GetOnClusterAppUIPresignedURLCommandInput | GetPersistentAppUIPresignedURLCommandInput | GetStudioSessionMappingCommandInput | ListBootstrapActionsCommandInput | ListClustersCommandInput | ListInstanceFleetsCommandInput | ListInstanceGroupsCommandInput | ListInstancesCommandInput | ListNotebookExecutionsCommandInput | ListReleaseLabelsCommandInput | ListSecurityConfigurationsCommandInput | ListStepsCommandInput | ListStudioSessionMappingsCommandInput | ListStudiosCommandInput | ListSupportedInstanceTypesCommandInput | ModifyClusterCommandInput | ModifyInstanceFleetCommandInput | ModifyInstanceGroupsCommandInput | PutAutoScalingPolicyCommandInput | PutAutoTerminationPolicyCommandInput | PutBlockPublicAccessConfigurationCommandInput | PutManagedScalingPolicyCommandInput | RemoveAutoScalingPolicyCommandInput | RemoveAutoTerminationPolicyCommandInput | RemoveManagedScalingPolicyCommandInput | RemoveTagsCommandInput | RunJobFlowCommandInput | SetKeepJobFlowAliveWhenNoStepsCommandInput | SetTerminationProtectionCommandInput | SetUnhealthyNodeReplacementCommandInput | SetVisibleToAllUsersCommandInput | StartNotebookExecutionCommandInput | StopNotebookExecutionCommandInput | TerminateJobFlowsCommandInput | UpdateStudioCommandInput | UpdateStudioSessionMappingCommandInput;
73
77
  /**
74
78
  * @public
75
79
  */
76
- export type ServiceOutputTypes = AddInstanceFleetCommandOutput | AddInstanceGroupsCommandOutput | AddJobFlowStepsCommandOutput | AddTagsCommandOutput | CancelStepsCommandOutput | CreateSecurityConfigurationCommandOutput | CreateStudioCommandOutput | CreateStudioSessionMappingCommandOutput | DeleteSecurityConfigurationCommandOutput | DeleteStudioCommandOutput | DeleteStudioSessionMappingCommandOutput | DescribeClusterCommandOutput | DescribeJobFlowsCommandOutput | DescribeNotebookExecutionCommandOutput | DescribeReleaseLabelCommandOutput | DescribeSecurityConfigurationCommandOutput | DescribeStepCommandOutput | DescribeStudioCommandOutput | GetAutoTerminationPolicyCommandOutput | GetBlockPublicAccessConfigurationCommandOutput | GetClusterSessionCredentialsCommandOutput | GetManagedScalingPolicyCommandOutput | GetStudioSessionMappingCommandOutput | ListBootstrapActionsCommandOutput | ListClustersCommandOutput | ListInstanceFleetsCommandOutput | ListInstanceGroupsCommandOutput | ListInstancesCommandOutput | ListNotebookExecutionsCommandOutput | ListReleaseLabelsCommandOutput | ListSecurityConfigurationsCommandOutput | ListStepsCommandOutput | ListStudioSessionMappingsCommandOutput | ListStudiosCommandOutput | ListSupportedInstanceTypesCommandOutput | ModifyClusterCommandOutput | ModifyInstanceFleetCommandOutput | ModifyInstanceGroupsCommandOutput | PutAutoScalingPolicyCommandOutput | PutAutoTerminationPolicyCommandOutput | PutBlockPublicAccessConfigurationCommandOutput | PutManagedScalingPolicyCommandOutput | RemoveAutoScalingPolicyCommandOutput | RemoveAutoTerminationPolicyCommandOutput | RemoveManagedScalingPolicyCommandOutput | RemoveTagsCommandOutput | RunJobFlowCommandOutput | SetKeepJobFlowAliveWhenNoStepsCommandOutput | SetTerminationProtectionCommandOutput | SetUnhealthyNodeReplacementCommandOutput | SetVisibleToAllUsersCommandOutput | StartNotebookExecutionCommandOutput | StopNotebookExecutionCommandOutput | TerminateJobFlowsCommandOutput | UpdateStudioCommandOutput | UpdateStudioSessionMappingCommandOutput;
80
+ export type ServiceOutputTypes = AddInstanceFleetCommandOutput | AddInstanceGroupsCommandOutput | AddJobFlowStepsCommandOutput | AddTagsCommandOutput | CancelStepsCommandOutput | CreatePersistentAppUICommandOutput | CreateSecurityConfigurationCommandOutput | CreateStudioCommandOutput | CreateStudioSessionMappingCommandOutput | DeleteSecurityConfigurationCommandOutput | DeleteStudioCommandOutput | DeleteStudioSessionMappingCommandOutput | DescribeClusterCommandOutput | DescribeJobFlowsCommandOutput | DescribeNotebookExecutionCommandOutput | DescribePersistentAppUICommandOutput | DescribeReleaseLabelCommandOutput | DescribeSecurityConfigurationCommandOutput | DescribeStepCommandOutput | DescribeStudioCommandOutput | GetAutoTerminationPolicyCommandOutput | GetBlockPublicAccessConfigurationCommandOutput | GetClusterSessionCredentialsCommandOutput | GetManagedScalingPolicyCommandOutput | GetOnClusterAppUIPresignedURLCommandOutput | GetPersistentAppUIPresignedURLCommandOutput | GetStudioSessionMappingCommandOutput | ListBootstrapActionsCommandOutput | ListClustersCommandOutput | ListInstanceFleetsCommandOutput | ListInstanceGroupsCommandOutput | ListInstancesCommandOutput | ListNotebookExecutionsCommandOutput | ListReleaseLabelsCommandOutput | ListSecurityConfigurationsCommandOutput | ListStepsCommandOutput | ListStudioSessionMappingsCommandOutput | ListStudiosCommandOutput | ListSupportedInstanceTypesCommandOutput | ModifyClusterCommandOutput | ModifyInstanceFleetCommandOutput | ModifyInstanceGroupsCommandOutput | PutAutoScalingPolicyCommandOutput | PutAutoTerminationPolicyCommandOutput | PutBlockPublicAccessConfigurationCommandOutput | PutManagedScalingPolicyCommandOutput | RemoveAutoScalingPolicyCommandOutput | RemoveAutoTerminationPolicyCommandOutput | RemoveManagedScalingPolicyCommandOutput | RemoveTagsCommandOutput | RunJobFlowCommandOutput | SetKeepJobFlowAliveWhenNoStepsCommandOutput | SetTerminationProtectionCommandOutput | SetUnhealthyNodeReplacementCommandOutput | SetVisibleToAllUsersCommandOutput | StartNotebookExecutionCommandOutput | StopNotebookExecutionCommandOutput | TerminateJobFlowsCommandOutput | UpdateStudioCommandOutput | UpdateStudioSessionMappingCommandOutput;
77
81
  /**
78
82
  * @public
79
83
  */
@@ -0,0 +1,91 @@
1
+ import { Command as $Command } from "@smithy/smithy-client";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
+ import { EMRClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../EMRClient";
4
+ import { CreatePersistentAppUIInput, CreatePersistentAppUIOutput } from "../models/models_0";
5
+ /**
6
+ * @public
7
+ */
8
+ export type { __MetadataBearer };
9
+ export { $Command };
10
+ /**
11
+ * @public
12
+ *
13
+ * The input for {@link CreatePersistentAppUICommand}.
14
+ */
15
+ export interface CreatePersistentAppUICommandInput extends CreatePersistentAppUIInput {
16
+ }
17
+ /**
18
+ * @public
19
+ *
20
+ * The output of {@link CreatePersistentAppUICommand}.
21
+ */
22
+ export interface CreatePersistentAppUICommandOutput extends CreatePersistentAppUIOutput, __MetadataBearer {
23
+ }
24
+ declare const CreatePersistentAppUICommand_base: {
25
+ new (input: CreatePersistentAppUICommandInput): import("@smithy/smithy-client").CommandImpl<CreatePersistentAppUICommandInput, CreatePersistentAppUICommandOutput, EMRClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (input: CreatePersistentAppUICommandInput): import("@smithy/smithy-client").CommandImpl<CreatePersistentAppUICommandInput, CreatePersistentAppUICommandOutput, EMRClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
+ };
29
+ /**
30
+ * <p>Creates a persistent application user interface.</p>
31
+ * @example
32
+ * Use a bare-bones client and the command you need to make an API call.
33
+ * ```javascript
34
+ * import { EMRClient, CreatePersistentAppUICommand } from "@aws-sdk/client-emr"; // ES Modules import
35
+ * // const { EMRClient, CreatePersistentAppUICommand } = require("@aws-sdk/client-emr"); // CommonJS import
36
+ * const client = new EMRClient(config);
37
+ * const input = { // CreatePersistentAppUIInput
38
+ * TargetResourceArn: "STRING_VALUE", // required
39
+ * EMRContainersConfig: { // EMRContainersConfig
40
+ * JobRunId: "STRING_VALUE",
41
+ * },
42
+ * Tags: [ // TagList
43
+ * { // Tag
44
+ * Key: "STRING_VALUE",
45
+ * Value: "STRING_VALUE",
46
+ * },
47
+ * ],
48
+ * XReferer: "STRING_VALUE",
49
+ * ProfilerType: "SHS" || "TEZUI" || "YTS",
50
+ * };
51
+ * const command = new CreatePersistentAppUICommand(input);
52
+ * const response = await client.send(command);
53
+ * // { // CreatePersistentAppUIOutput
54
+ * // PersistentAppUIId: "STRING_VALUE",
55
+ * // RuntimeRoleEnabledCluster: true || false,
56
+ * // };
57
+ *
58
+ * ```
59
+ *
60
+ * @param CreatePersistentAppUICommandInput - {@link CreatePersistentAppUICommandInput}
61
+ * @returns {@link CreatePersistentAppUICommandOutput}
62
+ * @see {@link CreatePersistentAppUICommandInput} for command's `input` shape.
63
+ * @see {@link CreatePersistentAppUICommandOutput} for command's `response` shape.
64
+ * @see {@link EMRClientResolvedConfig | config} for EMRClient's `config` shape.
65
+ *
66
+ * @throws {@link InternalServerException} (server fault)
67
+ * <p>This exception occurs when there is an internal failure in the Amazon EMR
68
+ * service.</p>
69
+ *
70
+ * @throws {@link InvalidRequestException} (client fault)
71
+ * <p>This exception occurs when there is something wrong with user input.</p>
72
+ *
73
+ * @throws {@link EMRServiceException}
74
+ * <p>Base exception class for all service exceptions from EMR service.</p>
75
+ *
76
+ *
77
+ * @public
78
+ */
79
+ export declare class CreatePersistentAppUICommand extends CreatePersistentAppUICommand_base {
80
+ /** @internal type navigation helper, not in runtime. */
81
+ protected static __types: {
82
+ api: {
83
+ input: CreatePersistentAppUIInput;
84
+ output: CreatePersistentAppUIOutput;
85
+ };
86
+ sdk: {
87
+ input: CreatePersistentAppUICommandInput;
88
+ output: CreatePersistentAppUICommandOutput;
89
+ };
90
+ };
91
+ }
@@ -0,0 +1,95 @@
1
+ import { Command as $Command } from "@smithy/smithy-client";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
+ import { EMRClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../EMRClient";
4
+ import { DescribePersistentAppUIInput, DescribePersistentAppUIOutput } from "../models/models_0";
5
+ /**
6
+ * @public
7
+ */
8
+ export type { __MetadataBearer };
9
+ export { $Command };
10
+ /**
11
+ * @public
12
+ *
13
+ * The input for {@link DescribePersistentAppUICommand}.
14
+ */
15
+ export interface DescribePersistentAppUICommandInput extends DescribePersistentAppUIInput {
16
+ }
17
+ /**
18
+ * @public
19
+ *
20
+ * The output of {@link DescribePersistentAppUICommand}.
21
+ */
22
+ export interface DescribePersistentAppUICommandOutput extends DescribePersistentAppUIOutput, __MetadataBearer {
23
+ }
24
+ declare const DescribePersistentAppUICommand_base: {
25
+ new (input: DescribePersistentAppUICommandInput): import("@smithy/smithy-client").CommandImpl<DescribePersistentAppUICommandInput, DescribePersistentAppUICommandOutput, EMRClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (input: DescribePersistentAppUICommandInput): import("@smithy/smithy-client").CommandImpl<DescribePersistentAppUICommandInput, DescribePersistentAppUICommandOutput, EMRClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
+ };
29
+ /**
30
+ * <p>Describes a persistent application user interface.</p>
31
+ * @example
32
+ * Use a bare-bones client and the command you need to make an API call.
33
+ * ```javascript
34
+ * import { EMRClient, DescribePersistentAppUICommand } from "@aws-sdk/client-emr"; // ES Modules import
35
+ * // const { EMRClient, DescribePersistentAppUICommand } = require("@aws-sdk/client-emr"); // CommonJS import
36
+ * const client = new EMRClient(config);
37
+ * const input = { // DescribePersistentAppUIInput
38
+ * PersistentAppUIId: "STRING_VALUE", // required
39
+ * };
40
+ * const command = new DescribePersistentAppUICommand(input);
41
+ * const response = await client.send(command);
42
+ * // { // DescribePersistentAppUIOutput
43
+ * // PersistentAppUI: { // PersistentAppUI
44
+ * // PersistentAppUIId: "STRING_VALUE",
45
+ * // PersistentAppUITypeList: [ // PersistentAppUITypeList
46
+ * // "SHS" || "TEZ" || "YTS",
47
+ * // ],
48
+ * // PersistentAppUIStatus: "STRING_VALUE",
49
+ * // AuthorId: "STRING_VALUE",
50
+ * // CreationTime: new Date("TIMESTAMP"),
51
+ * // LastModifiedTime: new Date("TIMESTAMP"),
52
+ * // LastStateChangeReason: "STRING_VALUE",
53
+ * // Tags: [ // TagList
54
+ * // { // Tag
55
+ * // Key: "STRING_VALUE",
56
+ * // Value: "STRING_VALUE",
57
+ * // },
58
+ * // ],
59
+ * // },
60
+ * // };
61
+ *
62
+ * ```
63
+ *
64
+ * @param DescribePersistentAppUICommandInput - {@link DescribePersistentAppUICommandInput}
65
+ * @returns {@link DescribePersistentAppUICommandOutput}
66
+ * @see {@link DescribePersistentAppUICommandInput} for command's `input` shape.
67
+ * @see {@link DescribePersistentAppUICommandOutput} for command's `response` shape.
68
+ * @see {@link EMRClientResolvedConfig | config} for EMRClient's `config` shape.
69
+ *
70
+ * @throws {@link InternalServerException} (server fault)
71
+ * <p>This exception occurs when there is an internal failure in the Amazon EMR
72
+ * service.</p>
73
+ *
74
+ * @throws {@link InvalidRequestException} (client fault)
75
+ * <p>This exception occurs when there is something wrong with user input.</p>
76
+ *
77
+ * @throws {@link EMRServiceException}
78
+ * <p>Base exception class for all service exceptions from EMR service.</p>
79
+ *
80
+ *
81
+ * @public
82
+ */
83
+ export declare class DescribePersistentAppUICommand extends DescribePersistentAppUICommand_base {
84
+ /** @internal type navigation helper, not in runtime. */
85
+ protected static __types: {
86
+ api: {
87
+ input: DescribePersistentAppUIInput;
88
+ output: DescribePersistentAppUIOutput;
89
+ };
90
+ sdk: {
91
+ input: DescribePersistentAppUICommandInput;
92
+ output: DescribePersistentAppUICommandOutput;
93
+ };
94
+ };
95
+ }
@@ -0,0 +1,84 @@
1
+ import { Command as $Command } from "@smithy/smithy-client";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
+ import { EMRClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../EMRClient";
4
+ import { GetOnClusterAppUIPresignedURLInput, GetOnClusterAppUIPresignedURLOutput } from "../models/models_0";
5
+ /**
6
+ * @public
7
+ */
8
+ export type { __MetadataBearer };
9
+ export { $Command };
10
+ /**
11
+ * @public
12
+ *
13
+ * The input for {@link GetOnClusterAppUIPresignedURLCommand}.
14
+ */
15
+ export interface GetOnClusterAppUIPresignedURLCommandInput extends GetOnClusterAppUIPresignedURLInput {
16
+ }
17
+ /**
18
+ * @public
19
+ *
20
+ * The output of {@link GetOnClusterAppUIPresignedURLCommand}.
21
+ */
22
+ export interface GetOnClusterAppUIPresignedURLCommandOutput extends GetOnClusterAppUIPresignedURLOutput, __MetadataBearer {
23
+ }
24
+ declare const GetOnClusterAppUIPresignedURLCommand_base: {
25
+ new (input: GetOnClusterAppUIPresignedURLCommandInput): import("@smithy/smithy-client").CommandImpl<GetOnClusterAppUIPresignedURLCommandInput, GetOnClusterAppUIPresignedURLCommandOutput, EMRClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (input: GetOnClusterAppUIPresignedURLCommandInput): import("@smithy/smithy-client").CommandImpl<GetOnClusterAppUIPresignedURLCommandInput, GetOnClusterAppUIPresignedURLCommandOutput, EMRClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
+ };
29
+ /**
30
+ * <p>The presigned URL properties for the cluster's application user interface.</p>
31
+ * @example
32
+ * Use a bare-bones client and the command you need to make an API call.
33
+ * ```javascript
34
+ * import { EMRClient, GetOnClusterAppUIPresignedURLCommand } from "@aws-sdk/client-emr"; // ES Modules import
35
+ * // const { EMRClient, GetOnClusterAppUIPresignedURLCommand } = require("@aws-sdk/client-emr"); // CommonJS import
36
+ * const client = new EMRClient(config);
37
+ * const input = { // GetOnClusterAppUIPresignedURLInput
38
+ * ClusterId: "STRING_VALUE", // required
39
+ * OnClusterAppUIType: "SparkHistoryServer" || "YarnTimelineService" || "TezUI" || "ApplicationMaster" || "JobHistoryServer" || "ResourceManager",
40
+ * ApplicationId: "STRING_VALUE",
41
+ * DryRun: true || false,
42
+ * ExecutionRoleArn: "STRING_VALUE",
43
+ * };
44
+ * const command = new GetOnClusterAppUIPresignedURLCommand(input);
45
+ * const response = await client.send(command);
46
+ * // { // GetOnClusterAppUIPresignedURLOutput
47
+ * // PresignedURLReady: true || false,
48
+ * // PresignedURL: "STRING_VALUE",
49
+ * // };
50
+ *
51
+ * ```
52
+ *
53
+ * @param GetOnClusterAppUIPresignedURLCommandInput - {@link GetOnClusterAppUIPresignedURLCommandInput}
54
+ * @returns {@link GetOnClusterAppUIPresignedURLCommandOutput}
55
+ * @see {@link GetOnClusterAppUIPresignedURLCommandInput} for command's `input` shape.
56
+ * @see {@link GetOnClusterAppUIPresignedURLCommandOutput} for command's `response` shape.
57
+ * @see {@link EMRClientResolvedConfig | config} for EMRClient's `config` shape.
58
+ *
59
+ * @throws {@link InternalServerError} (server fault)
60
+ * <p>Indicates that an error occurred while processing the request and that the request was
61
+ * not completed.</p>
62
+ *
63
+ * @throws {@link InvalidRequestException} (client fault)
64
+ * <p>This exception occurs when there is something wrong with user input.</p>
65
+ *
66
+ * @throws {@link EMRServiceException}
67
+ * <p>Base exception class for all service exceptions from EMR service.</p>
68
+ *
69
+ *
70
+ * @public
71
+ */
72
+ export declare class GetOnClusterAppUIPresignedURLCommand extends GetOnClusterAppUIPresignedURLCommand_base {
73
+ /** @internal type navigation helper, not in runtime. */
74
+ protected static __types: {
75
+ api: {
76
+ input: GetOnClusterAppUIPresignedURLInput;
77
+ output: GetOnClusterAppUIPresignedURLOutput;
78
+ };
79
+ sdk: {
80
+ input: GetOnClusterAppUIPresignedURLCommandInput;
81
+ output: GetOnClusterAppUIPresignedURLCommandOutput;
82
+ };
83
+ };
84
+ }
@@ -0,0 +1,84 @@
1
+ import { Command as $Command } from "@smithy/smithy-client";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
+ import { EMRClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../EMRClient";
4
+ import { GetPersistentAppUIPresignedURLInput, GetPersistentAppUIPresignedURLOutput } from "../models/models_0";
5
+ /**
6
+ * @public
7
+ */
8
+ export type { __MetadataBearer };
9
+ export { $Command };
10
+ /**
11
+ * @public
12
+ *
13
+ * The input for {@link GetPersistentAppUIPresignedURLCommand}.
14
+ */
15
+ export interface GetPersistentAppUIPresignedURLCommandInput extends GetPersistentAppUIPresignedURLInput {
16
+ }
17
+ /**
18
+ * @public
19
+ *
20
+ * The output of {@link GetPersistentAppUIPresignedURLCommand}.
21
+ */
22
+ export interface GetPersistentAppUIPresignedURLCommandOutput extends GetPersistentAppUIPresignedURLOutput, __MetadataBearer {
23
+ }
24
+ declare const GetPersistentAppUIPresignedURLCommand_base: {
25
+ new (input: GetPersistentAppUIPresignedURLCommandInput): import("@smithy/smithy-client").CommandImpl<GetPersistentAppUIPresignedURLCommandInput, GetPersistentAppUIPresignedURLCommandOutput, EMRClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (input: GetPersistentAppUIPresignedURLCommandInput): import("@smithy/smithy-client").CommandImpl<GetPersistentAppUIPresignedURLCommandInput, GetPersistentAppUIPresignedURLCommandOutput, EMRClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
+ };
29
+ /**
30
+ * <p>The presigned URL properties for the cluster's application user interface.</p>
31
+ * @example
32
+ * Use a bare-bones client and the command you need to make an API call.
33
+ * ```javascript
34
+ * import { EMRClient, GetPersistentAppUIPresignedURLCommand } from "@aws-sdk/client-emr"; // ES Modules import
35
+ * // const { EMRClient, GetPersistentAppUIPresignedURLCommand } = require("@aws-sdk/client-emr"); // CommonJS import
36
+ * const client = new EMRClient(config);
37
+ * const input = { // GetPersistentAppUIPresignedURLInput
38
+ * PersistentAppUIId: "STRING_VALUE", // required
39
+ * PersistentAppUIType: "SHS" || "TEZ" || "YTS",
40
+ * ApplicationId: "STRING_VALUE",
41
+ * AuthProxyCall: true || false,
42
+ * ExecutionRoleArn: "STRING_VALUE",
43
+ * };
44
+ * const command = new GetPersistentAppUIPresignedURLCommand(input);
45
+ * const response = await client.send(command);
46
+ * // { // GetPersistentAppUIPresignedURLOutput
47
+ * // PresignedURLReady: true || false,
48
+ * // PresignedURL: "STRING_VALUE",
49
+ * // };
50
+ *
51
+ * ```
52
+ *
53
+ * @param GetPersistentAppUIPresignedURLCommandInput - {@link GetPersistentAppUIPresignedURLCommandInput}
54
+ * @returns {@link GetPersistentAppUIPresignedURLCommandOutput}
55
+ * @see {@link GetPersistentAppUIPresignedURLCommandInput} for command's `input` shape.
56
+ * @see {@link GetPersistentAppUIPresignedURLCommandOutput} for command's `response` shape.
57
+ * @see {@link EMRClientResolvedConfig | config} for EMRClient's `config` shape.
58
+ *
59
+ * @throws {@link InternalServerError} (server fault)
60
+ * <p>Indicates that an error occurred while processing the request and that the request was
61
+ * not completed.</p>
62
+ *
63
+ * @throws {@link InvalidRequestException} (client fault)
64
+ * <p>This exception occurs when there is something wrong with user input.</p>
65
+ *
66
+ * @throws {@link EMRServiceException}
67
+ * <p>Base exception class for all service exceptions from EMR service.</p>
68
+ *
69
+ *
70
+ * @public
71
+ */
72
+ export declare class GetPersistentAppUIPresignedURLCommand extends GetPersistentAppUIPresignedURLCommand_base {
73
+ /** @internal type navigation helper, not in runtime. */
74
+ protected static __types: {
75
+ api: {
76
+ input: GetPersistentAppUIPresignedURLInput;
77
+ output: GetPersistentAppUIPresignedURLOutput;
78
+ };
79
+ sdk: {
80
+ input: GetPersistentAppUIPresignedURLCommandInput;
81
+ output: GetPersistentAppUIPresignedURLCommandOutput;
82
+ };
83
+ };
84
+ }
@@ -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";