@aws-sdk/client-emr 3.533.0 → 3.535.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 (117) hide show
  1. package/dist-types/EMR.d.ts +11 -1
  2. package/dist-types/EMRClient.d.ts +1 -1
  3. package/dist-types/commands/AddInstanceFleetCommand.d.ts +2 -1
  4. package/dist-types/commands/AddInstanceGroupsCommand.d.ts +2 -1
  5. package/dist-types/commands/AddJobFlowStepsCommand.d.ts +2 -1
  6. package/dist-types/commands/AddTagsCommand.d.ts +2 -1
  7. package/dist-types/commands/CancelStepsCommand.d.ts +2 -1
  8. package/dist-types/commands/CreateSecurityConfigurationCommand.d.ts +2 -1
  9. package/dist-types/commands/CreateStudioCommand.d.ts +2 -1
  10. package/dist-types/commands/CreateStudioSessionMappingCommand.d.ts +2 -1
  11. package/dist-types/commands/DeleteSecurityConfigurationCommand.d.ts +2 -1
  12. package/dist-types/commands/DeleteStudioCommand.d.ts +2 -1
  13. package/dist-types/commands/DeleteStudioSessionMappingCommand.d.ts +2 -1
  14. package/dist-types/commands/DescribeClusterCommand.d.ts +2 -1
  15. package/dist-types/commands/DescribeJobFlowsCommand.d.ts +3 -3
  16. package/dist-types/commands/DescribeNotebookExecutionCommand.d.ts +2 -1
  17. package/dist-types/commands/DescribeReleaseLabelCommand.d.ts +2 -1
  18. package/dist-types/commands/DescribeSecurityConfigurationCommand.d.ts +2 -1
  19. package/dist-types/commands/DescribeStepCommand.d.ts +2 -1
  20. package/dist-types/commands/DescribeStudioCommand.d.ts +2 -1
  21. package/dist-types/commands/GetAutoTerminationPolicyCommand.d.ts +2 -1
  22. package/dist-types/commands/GetBlockPublicAccessConfigurationCommand.d.ts +2 -1
  23. package/dist-types/commands/GetClusterSessionCredentialsCommand.d.ts +2 -1
  24. package/dist-types/commands/GetManagedScalingPolicyCommand.d.ts +2 -1
  25. package/dist-types/commands/GetStudioSessionMappingCommand.d.ts +2 -1
  26. package/dist-types/commands/ListBootstrapActionsCommand.d.ts +2 -1
  27. package/dist-types/commands/ListClustersCommand.d.ts +2 -1
  28. package/dist-types/commands/ListInstanceFleetsCommand.d.ts +2 -1
  29. package/dist-types/commands/ListInstanceGroupsCommand.d.ts +2 -1
  30. package/dist-types/commands/ListInstancesCommand.d.ts +2 -1
  31. package/dist-types/commands/ListNotebookExecutionsCommand.d.ts +2 -1
  32. package/dist-types/commands/ListReleaseLabelsCommand.d.ts +2 -1
  33. package/dist-types/commands/ListSecurityConfigurationsCommand.d.ts +2 -1
  34. package/dist-types/commands/ListStepsCommand.d.ts +2 -1
  35. package/dist-types/commands/ListStudioSessionMappingsCommand.d.ts +2 -1
  36. package/dist-types/commands/ListStudiosCommand.d.ts +2 -1
  37. package/dist-types/commands/ListSupportedInstanceTypesCommand.d.ts +2 -1
  38. package/dist-types/commands/ModifyClusterCommand.d.ts +2 -1
  39. package/dist-types/commands/ModifyInstanceFleetCommand.d.ts +2 -1
  40. package/dist-types/commands/ModifyInstanceGroupsCommand.d.ts +2 -1
  41. package/dist-types/commands/PutAutoScalingPolicyCommand.d.ts +2 -1
  42. package/dist-types/commands/PutAutoTerminationPolicyCommand.d.ts +2 -1
  43. package/dist-types/commands/PutBlockPublicAccessConfigurationCommand.d.ts +2 -1
  44. package/dist-types/commands/PutManagedScalingPolicyCommand.d.ts +2 -1
  45. package/dist-types/commands/RemoveAutoScalingPolicyCommand.d.ts +2 -1
  46. package/dist-types/commands/RemoveAutoTerminationPolicyCommand.d.ts +2 -1
  47. package/dist-types/commands/RemoveManagedScalingPolicyCommand.d.ts +2 -1
  48. package/dist-types/commands/RemoveTagsCommand.d.ts +2 -1
  49. package/dist-types/commands/RunJobFlowCommand.d.ts +2 -1
  50. package/dist-types/commands/SetKeepJobFlowAliveWhenNoStepsCommand.d.ts +2 -1
  51. package/dist-types/commands/SetTerminationProtectionCommand.d.ts +2 -1
  52. package/dist-types/commands/SetUnhealthyNodeReplacementCommand.d.ts +2 -1
  53. package/dist-types/commands/SetVisibleToAllUsersCommand.d.ts +2 -1
  54. package/dist-types/commands/StartNotebookExecutionCommand.d.ts +2 -1
  55. package/dist-types/commands/StopNotebookExecutionCommand.d.ts +2 -1
  56. package/dist-types/commands/TerminateJobFlowsCommand.d.ts +2 -1
  57. package/dist-types/commands/UpdateStudioCommand.d.ts +2 -1
  58. package/dist-types/commands/UpdateStudioSessionMappingCommand.d.ts +2 -1
  59. package/dist-types/models/models_0.d.ts +879 -879
  60. package/dist-types/ts3.4/EMR.d.ts +10 -0
  61. package/dist-types/ts3.4/commands/AddInstanceFleetCommand.d.ts +9 -0
  62. package/dist-types/ts3.4/commands/AddInstanceGroupsCommand.d.ts +9 -0
  63. package/dist-types/ts3.4/commands/AddJobFlowStepsCommand.d.ts +9 -0
  64. package/dist-types/ts3.4/commands/AddTagsCommand.d.ts +7 -0
  65. package/dist-types/ts3.4/commands/CancelStepsCommand.d.ts +9 -0
  66. package/dist-types/ts3.4/commands/CreateSecurityConfigurationCommand.d.ts +9 -0
  67. package/dist-types/ts3.4/commands/CreateStudioCommand.d.ts +9 -0
  68. package/dist-types/ts3.4/commands/CreateStudioSessionMappingCommand.d.ts +9 -0
  69. package/dist-types/ts3.4/commands/DeleteSecurityConfigurationCommand.d.ts +9 -0
  70. package/dist-types/ts3.4/commands/DeleteStudioCommand.d.ts +9 -0
  71. package/dist-types/ts3.4/commands/DeleteStudioSessionMappingCommand.d.ts +9 -0
  72. package/dist-types/ts3.4/commands/DescribeClusterCommand.d.ts +9 -0
  73. package/dist-types/ts3.4/commands/DescribeJobFlowsCommand.d.ts +9 -0
  74. package/dist-types/ts3.4/commands/DescribeNotebookExecutionCommand.d.ts +9 -0
  75. package/dist-types/ts3.4/commands/DescribeReleaseLabelCommand.d.ts +9 -0
  76. package/dist-types/ts3.4/commands/DescribeSecurityConfigurationCommand.d.ts +9 -0
  77. package/dist-types/ts3.4/commands/DescribeStepCommand.d.ts +9 -0
  78. package/dist-types/ts3.4/commands/DescribeStudioCommand.d.ts +9 -0
  79. package/dist-types/ts3.4/commands/GetAutoTerminationPolicyCommand.d.ts +9 -0
  80. package/dist-types/ts3.4/commands/GetBlockPublicAccessConfigurationCommand.d.ts +9 -0
  81. package/dist-types/ts3.4/commands/GetClusterSessionCredentialsCommand.d.ts +9 -0
  82. package/dist-types/ts3.4/commands/GetManagedScalingPolicyCommand.d.ts +9 -0
  83. package/dist-types/ts3.4/commands/GetStudioSessionMappingCommand.d.ts +9 -0
  84. package/dist-types/ts3.4/commands/ListBootstrapActionsCommand.d.ts +9 -0
  85. package/dist-types/ts3.4/commands/ListClustersCommand.d.ts +9 -0
  86. package/dist-types/ts3.4/commands/ListInstanceFleetsCommand.d.ts +9 -0
  87. package/dist-types/ts3.4/commands/ListInstanceGroupsCommand.d.ts +9 -0
  88. package/dist-types/ts3.4/commands/ListInstancesCommand.d.ts +9 -0
  89. package/dist-types/ts3.4/commands/ListNotebookExecutionsCommand.d.ts +9 -0
  90. package/dist-types/ts3.4/commands/ListReleaseLabelsCommand.d.ts +9 -0
  91. package/dist-types/ts3.4/commands/ListSecurityConfigurationsCommand.d.ts +9 -0
  92. package/dist-types/ts3.4/commands/ListStepsCommand.d.ts +9 -0
  93. package/dist-types/ts3.4/commands/ListStudioSessionMappingsCommand.d.ts +9 -0
  94. package/dist-types/ts3.4/commands/ListStudiosCommand.d.ts +9 -0
  95. package/dist-types/ts3.4/commands/ListSupportedInstanceTypesCommand.d.ts +9 -0
  96. package/dist-types/ts3.4/commands/ModifyClusterCommand.d.ts +9 -0
  97. package/dist-types/ts3.4/commands/ModifyInstanceFleetCommand.d.ts +9 -0
  98. package/dist-types/ts3.4/commands/ModifyInstanceGroupsCommand.d.ts +9 -0
  99. package/dist-types/ts3.4/commands/PutAutoScalingPolicyCommand.d.ts +9 -0
  100. package/dist-types/ts3.4/commands/PutAutoTerminationPolicyCommand.d.ts +9 -0
  101. package/dist-types/ts3.4/commands/PutBlockPublicAccessConfigurationCommand.d.ts +9 -0
  102. package/dist-types/ts3.4/commands/PutManagedScalingPolicyCommand.d.ts +9 -0
  103. package/dist-types/ts3.4/commands/RemoveAutoScalingPolicyCommand.d.ts +9 -0
  104. package/dist-types/ts3.4/commands/RemoveAutoTerminationPolicyCommand.d.ts +9 -0
  105. package/dist-types/ts3.4/commands/RemoveManagedScalingPolicyCommand.d.ts +9 -0
  106. package/dist-types/ts3.4/commands/RemoveTagsCommand.d.ts +9 -0
  107. package/dist-types/ts3.4/commands/RunJobFlowCommand.d.ts +9 -0
  108. package/dist-types/ts3.4/commands/SetKeepJobFlowAliveWhenNoStepsCommand.d.ts +9 -0
  109. package/dist-types/ts3.4/commands/SetTerminationProtectionCommand.d.ts +9 -0
  110. package/dist-types/ts3.4/commands/SetUnhealthyNodeReplacementCommand.d.ts +9 -0
  111. package/dist-types/ts3.4/commands/SetVisibleToAllUsersCommand.d.ts +9 -0
  112. package/dist-types/ts3.4/commands/StartNotebookExecutionCommand.d.ts +9 -0
  113. package/dist-types/ts3.4/commands/StopNotebookExecutionCommand.d.ts +9 -0
  114. package/dist-types/ts3.4/commands/TerminateJobFlowsCommand.d.ts +9 -0
  115. package/dist-types/ts3.4/commands/UpdateStudioCommand.d.ts +9 -0
  116. package/dist-types/ts3.4/commands/UpdateStudioSessionMappingCommand.d.ts +9 -0
  117. package/package.json +41 -41
@@ -132,6 +132,7 @@ export interface EMR {
132
132
  /**
133
133
  * @see {@link DescribeJobFlowsCommand}
134
134
  */
135
+ describeJobFlows(): Promise<DescribeJobFlowsCommandOutput>;
135
136
  describeJobFlows(args: DescribeJobFlowsCommandInput, options?: __HttpHandlerOptions): Promise<DescribeJobFlowsCommandOutput>;
136
137
  describeJobFlows(args: DescribeJobFlowsCommandInput, cb: (err: any, data?: DescribeJobFlowsCommandOutput) => void): void;
137
138
  describeJobFlows(args: DescribeJobFlowsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeJobFlowsCommandOutput) => void): void;
@@ -144,6 +145,7 @@ export interface EMR {
144
145
  /**
145
146
  * @see {@link DescribeReleaseLabelCommand}
146
147
  */
148
+ describeReleaseLabel(): Promise<DescribeReleaseLabelCommandOutput>;
147
149
  describeReleaseLabel(args: DescribeReleaseLabelCommandInput, options?: __HttpHandlerOptions): Promise<DescribeReleaseLabelCommandOutput>;
148
150
  describeReleaseLabel(args: DescribeReleaseLabelCommandInput, cb: (err: any, data?: DescribeReleaseLabelCommandOutput) => void): void;
149
151
  describeReleaseLabel(args: DescribeReleaseLabelCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeReleaseLabelCommandOutput) => void): void;
@@ -174,6 +176,7 @@ export interface EMR {
174
176
  /**
175
177
  * @see {@link GetBlockPublicAccessConfigurationCommand}
176
178
  */
179
+ getBlockPublicAccessConfiguration(): Promise<GetBlockPublicAccessConfigurationCommandOutput>;
177
180
  getBlockPublicAccessConfiguration(args: GetBlockPublicAccessConfigurationCommandInput, options?: __HttpHandlerOptions): Promise<GetBlockPublicAccessConfigurationCommandOutput>;
178
181
  getBlockPublicAccessConfiguration(args: GetBlockPublicAccessConfigurationCommandInput, cb: (err: any, data?: GetBlockPublicAccessConfigurationCommandOutput) => void): void;
179
182
  getBlockPublicAccessConfiguration(args: GetBlockPublicAccessConfigurationCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetBlockPublicAccessConfigurationCommandOutput) => void): void;
@@ -204,6 +207,7 @@ export interface EMR {
204
207
  /**
205
208
  * @see {@link ListClustersCommand}
206
209
  */
210
+ listClusters(): Promise<ListClustersCommandOutput>;
207
211
  listClusters(args: ListClustersCommandInput, options?: __HttpHandlerOptions): Promise<ListClustersCommandOutput>;
208
212
  listClusters(args: ListClustersCommandInput, cb: (err: any, data?: ListClustersCommandOutput) => void): void;
209
213
  listClusters(args: ListClustersCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListClustersCommandOutput) => void): void;
@@ -228,18 +232,21 @@ export interface EMR {
228
232
  /**
229
233
  * @see {@link ListNotebookExecutionsCommand}
230
234
  */
235
+ listNotebookExecutions(): Promise<ListNotebookExecutionsCommandOutput>;
231
236
  listNotebookExecutions(args: ListNotebookExecutionsCommandInput, options?: __HttpHandlerOptions): Promise<ListNotebookExecutionsCommandOutput>;
232
237
  listNotebookExecutions(args: ListNotebookExecutionsCommandInput, cb: (err: any, data?: ListNotebookExecutionsCommandOutput) => void): void;
233
238
  listNotebookExecutions(args: ListNotebookExecutionsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListNotebookExecutionsCommandOutput) => void): void;
234
239
  /**
235
240
  * @see {@link ListReleaseLabelsCommand}
236
241
  */
242
+ listReleaseLabels(): Promise<ListReleaseLabelsCommandOutput>;
237
243
  listReleaseLabels(args: ListReleaseLabelsCommandInput, options?: __HttpHandlerOptions): Promise<ListReleaseLabelsCommandOutput>;
238
244
  listReleaseLabels(args: ListReleaseLabelsCommandInput, cb: (err: any, data?: ListReleaseLabelsCommandOutput) => void): void;
239
245
  listReleaseLabels(args: ListReleaseLabelsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListReleaseLabelsCommandOutput) => void): void;
240
246
  /**
241
247
  * @see {@link ListSecurityConfigurationsCommand}
242
248
  */
249
+ listSecurityConfigurations(): Promise<ListSecurityConfigurationsCommandOutput>;
243
250
  listSecurityConfigurations(args: ListSecurityConfigurationsCommandInput, options?: __HttpHandlerOptions): Promise<ListSecurityConfigurationsCommandOutput>;
244
251
  listSecurityConfigurations(args: ListSecurityConfigurationsCommandInput, cb: (err: any, data?: ListSecurityConfigurationsCommandOutput) => void): void;
245
252
  listSecurityConfigurations(args: ListSecurityConfigurationsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListSecurityConfigurationsCommandOutput) => void): void;
@@ -252,12 +259,14 @@ export interface EMR {
252
259
  /**
253
260
  * @see {@link ListStudiosCommand}
254
261
  */
262
+ listStudios(): Promise<ListStudiosCommandOutput>;
255
263
  listStudios(args: ListStudiosCommandInput, options?: __HttpHandlerOptions): Promise<ListStudiosCommandOutput>;
256
264
  listStudios(args: ListStudiosCommandInput, cb: (err: any, data?: ListStudiosCommandOutput) => void): void;
257
265
  listStudios(args: ListStudiosCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListStudiosCommandOutput) => void): void;
258
266
  /**
259
267
  * @see {@link ListStudioSessionMappingsCommand}
260
268
  */
269
+ listStudioSessionMappings(): Promise<ListStudioSessionMappingsCommandOutput>;
261
270
  listStudioSessionMappings(args: ListStudioSessionMappingsCommandInput, options?: __HttpHandlerOptions): Promise<ListStudioSessionMappingsCommandOutput>;
262
271
  listStudioSessionMappings(args: ListStudioSessionMappingsCommandInput, cb: (err: any, data?: ListStudioSessionMappingsCommandOutput) => void): void;
263
272
  listStudioSessionMappings(args: ListStudioSessionMappingsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListStudioSessionMappingsCommandOutput) => void): void;
@@ -282,6 +291,7 @@ export interface EMR {
282
291
  /**
283
292
  * @see {@link ModifyInstanceGroupsCommand}
284
293
  */
294
+ modifyInstanceGroups(): Promise<ModifyInstanceGroupsCommandOutput>;
285
295
  modifyInstanceGroups(args: ModifyInstanceGroupsCommandInput, options?: __HttpHandlerOptions): Promise<ModifyInstanceGroupsCommandOutput>;
286
296
  modifyInstanceGroups(args: ModifyInstanceGroupsCommandInput, cb: (err: any, data?: ModifyInstanceGroupsCommandOutput) => void): void;
287
297
  modifyInstanceGroups(args: ModifyInstanceGroupsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ModifyInstanceGroupsCommandOutput) => void): void;
@@ -395,10 +405,10 @@ export interface EMR {
395
405
  updateStudioSessionMapping(args: UpdateStudioSessionMappingCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UpdateStudioSessionMappingCommandOutput) => void): void;
396
406
  }
397
407
  /**
398
- * @public
399
408
  * <p>Amazon EMR is a web service that makes it easier to process large amounts of
400
409
  * data efficiently. Amazon EMR uses Hadoop processing combined with several Amazon Web Services services to do tasks such as web indexing, data mining, log file analysis,
401
410
  * machine learning, scientific simulation, and data warehouse management.</p>
411
+ * @public
402
412
  */
403
413
  export declare class EMR extends EMRClient implements EMR {
404
414
  }
@@ -207,10 +207,10 @@ export type EMRClientResolvedConfigType = __SmithyResolvedConfiguration<__HttpHa
207
207
  export interface EMRClientResolvedConfig extends EMRClientResolvedConfigType {
208
208
  }
209
209
  /**
210
- * @public
211
210
  * <p>Amazon EMR is a web service that makes it easier to process large amounts of
212
211
  * data efficiently. Amazon EMR uses Hadoop processing combined with several Amazon Web Services services to do tasks such as web indexing, data mining, log file analysis,
213
212
  * machine learning, scientific simulation, and data warehouse management.</p>
213
+ * @public
214
214
  */
215
215
  export declare class EMRClient extends __Client<__HttpHandlerOptions, ServiceInputTypes, ServiceOutputTypes, EMRClientResolvedConfig> {
216
216
  /**
@@ -22,10 +22,10 @@ export interface AddInstanceFleetCommandOutput extends AddInstanceFleetOutput, _
22
22
  }
23
23
  declare const AddInstanceFleetCommand_base: {
24
24
  new (input: AddInstanceFleetCommandInput): import("@smithy/smithy-client").CommandImpl<AddInstanceFleetCommandInput, AddInstanceFleetCommandOutput, EMRClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: AddInstanceFleetCommandInput): import("@smithy/smithy-client").CommandImpl<AddInstanceFleetCommandInput, AddInstanceFleetCommandOutput, EMRClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Adds an instance fleet to a running cluster.</p>
30
30
  * <note>
31
31
  * <p>The instance fleet configuration is available only in Amazon EMR releases
@@ -136,6 +136,7 @@ declare const AddInstanceFleetCommand_base: {
136
136
  * @throws {@link EMRServiceException}
137
137
  * <p>Base exception class for all service exceptions from EMR service.</p>
138
138
  *
139
+ * @public
139
140
  */
140
141
  export declare class AddInstanceFleetCommand extends AddInstanceFleetCommand_base {
141
142
  }
@@ -22,10 +22,10 @@ export interface AddInstanceGroupsCommandOutput extends AddInstanceGroupsOutput,
22
22
  }
23
23
  declare const AddInstanceGroupsCommand_base: {
24
24
  new (input: AddInstanceGroupsCommandInput): import("@smithy/smithy-client").CommandImpl<AddInstanceGroupsCommandInput, AddInstanceGroupsCommandOutput, EMRClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: AddInstanceGroupsCommandInput): import("@smithy/smithy-client").CommandImpl<AddInstanceGroupsCommandInput, AddInstanceGroupsCommandOutput, EMRClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Adds one or more instance groups to a running cluster.</p>
30
30
  * @example
31
31
  * Use a bare-bones client and the command you need to make an API call.
@@ -141,6 +141,7 @@ declare const AddInstanceGroupsCommand_base: {
141
141
  * @throws {@link EMRServiceException}
142
142
  * <p>Base exception class for all service exceptions from EMR service.</p>
143
143
  *
144
+ * @public
144
145
  */
145
146
  export declare class AddInstanceGroupsCommand extends AddInstanceGroupsCommand_base {
146
147
  }
@@ -22,10 +22,10 @@ export interface AddJobFlowStepsCommandOutput extends AddJobFlowStepsOutput, __M
22
22
  }
23
23
  declare const AddJobFlowStepsCommand_base: {
24
24
  new (input: AddJobFlowStepsCommandInput): import("@smithy/smithy-client").CommandImpl<AddJobFlowStepsCommandInput, AddJobFlowStepsCommandOutput, EMRClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: AddJobFlowStepsCommandInput): import("@smithy/smithy-client").CommandImpl<AddJobFlowStepsCommandInput, AddJobFlowStepsCommandOutput, EMRClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>AddJobFlowSteps adds new steps to a running cluster. A maximum of 256 steps are allowed
30
30
  * in each job flow.</p>
31
31
  * <p>If your cluster is long-running (such as a Hive data warehouse) or complex, you may
@@ -97,6 +97,7 @@ declare const AddJobFlowStepsCommand_base: {
97
97
  * @throws {@link EMRServiceException}
98
98
  * <p>Base exception class for all service exceptions from EMR service.</p>
99
99
  *
100
+ * @public
100
101
  */
101
102
  export declare class AddJobFlowStepsCommand extends AddJobFlowStepsCommand_base {
102
103
  }
@@ -22,10 +22,10 @@ export interface AddTagsCommandOutput extends AddTagsOutput, __MetadataBearer {
22
22
  }
23
23
  declare const AddTagsCommand_base: {
24
24
  new (input: AddTagsCommandInput): import("@smithy/smithy-client").CommandImpl<AddTagsCommandInput, AddTagsCommandOutput, EMRClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: AddTagsCommandInput): import("@smithy/smithy-client").CommandImpl<AddTagsCommandInput, AddTagsCommandOutput, EMRClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Adds tags to an Amazon EMR resource, such as a cluster or an Amazon EMR
30
30
  * Studio. Tags make it easier to associate resources in various ways, such as grouping
31
31
  * clusters to track your Amazon EMR resource allocation costs. For more information,
@@ -68,6 +68,7 @@ declare const AddTagsCommand_base: {
68
68
  * @throws {@link EMRServiceException}
69
69
  * <p>Base exception class for all service exceptions from EMR service.</p>
70
70
  *
71
+ * @public
71
72
  */
72
73
  export declare class AddTagsCommand extends AddTagsCommand_base {
73
74
  }
@@ -22,10 +22,10 @@ export interface CancelStepsCommandOutput extends CancelStepsOutput, __MetadataB
22
22
  }
23
23
  declare const CancelStepsCommand_base: {
24
24
  new (input: CancelStepsCommandInput): import("@smithy/smithy-client").CommandImpl<CancelStepsCommandInput, CancelStepsCommandOutput, EMRClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: CancelStepsCommandInput): import("@smithy/smithy-client").CommandImpl<CancelStepsCommandInput, CancelStepsCommandOutput, EMRClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <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
30
30
  * each CancelSteps request. CancelSteps is idempotent but asynchronous; it does not guarantee
31
31
  * that a step will be canceled, even if the request is successfully submitted. When you use
@@ -74,6 +74,7 @@ declare const CancelStepsCommand_base: {
74
74
  * @throws {@link EMRServiceException}
75
75
  * <p>Base exception class for all service exceptions from EMR service.</p>
76
76
  *
77
+ * @public
77
78
  */
78
79
  export declare class CancelStepsCommand extends CancelStepsCommand_base {
79
80
  }
@@ -22,10 +22,10 @@ export interface CreateSecurityConfigurationCommandOutput extends CreateSecurity
22
22
  }
23
23
  declare const CreateSecurityConfigurationCommand_base: {
24
24
  new (input: CreateSecurityConfigurationCommandInput): import("@smithy/smithy-client").CommandImpl<CreateSecurityConfigurationCommandInput, CreateSecurityConfigurationCommandOutput, EMRClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: CreateSecurityConfigurationCommandInput): import("@smithy/smithy-client").CommandImpl<CreateSecurityConfigurationCommandInput, CreateSecurityConfigurationCommandOutput, EMRClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Creates a security configuration, which is stored in the service and can be specified
30
30
  * when a cluster is created.</p>
31
31
  * @example
@@ -63,6 +63,7 @@ declare const CreateSecurityConfigurationCommand_base: {
63
63
  * @throws {@link EMRServiceException}
64
64
  * <p>Base exception class for all service exceptions from EMR service.</p>
65
65
  *
66
+ * @public
66
67
  */
67
68
  export declare class CreateSecurityConfigurationCommand extends CreateSecurityConfigurationCommand_base {
68
69
  }
@@ -22,10 +22,10 @@ export interface CreateStudioCommandOutput extends CreateStudioOutput, __Metadat
22
22
  }
23
23
  declare const CreateStudioCommand_base: {
24
24
  new (input: CreateStudioCommandInput): import("@smithy/smithy-client").CommandImpl<CreateStudioCommandInput, CreateStudioCommandOutput, EMRClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: CreateStudioCommandInput): import("@smithy/smithy-client").CommandImpl<CreateStudioCommandInput, CreateStudioCommandOutput, EMRClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Creates a new Amazon EMR Studio.</p>
30
30
  * @example
31
31
  * Use a bare-bones client and the command you need to make an API call.
@@ -84,6 +84,7 @@ declare const CreateStudioCommand_base: {
84
84
  * @throws {@link EMRServiceException}
85
85
  * <p>Base exception class for all service exceptions from EMR service.</p>
86
86
  *
87
+ * @public
87
88
  */
88
89
  export declare class CreateStudioCommand extends CreateStudioCommand_base {
89
90
  }
@@ -22,10 +22,10 @@ export interface CreateStudioSessionMappingCommandOutput extends __MetadataBeare
22
22
  }
23
23
  declare const CreateStudioSessionMappingCommand_base: {
24
24
  new (input: CreateStudioSessionMappingCommandInput): import("@smithy/smithy-client").CommandImpl<CreateStudioSessionMappingCommandInput, CreateStudioSessionMappingCommandOutput, EMRClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: CreateStudioSessionMappingCommandInput): import("@smithy/smithy-client").CommandImpl<CreateStudioSessionMappingCommandInput, CreateStudioSessionMappingCommandOutput, EMRClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Maps a user or group to the Amazon EMR Studio specified by
30
30
  * <code>StudioId</code>, and applies a session policy to refine Studio permissions for that
31
31
  * user or group. Use <code>CreateStudioSessionMapping</code> to assign users to a Studio when
@@ -66,6 +66,7 @@ declare const CreateStudioSessionMappingCommand_base: {
66
66
  * @throws {@link EMRServiceException}
67
67
  * <p>Base exception class for all service exceptions from EMR service.</p>
68
68
  *
69
+ * @public
69
70
  */
70
71
  export declare class CreateStudioSessionMappingCommand extends CreateStudioSessionMappingCommand_base {
71
72
  }
@@ -22,10 +22,10 @@ export interface DeleteSecurityConfigurationCommandOutput extends DeleteSecurity
22
22
  }
23
23
  declare const DeleteSecurityConfigurationCommand_base: {
24
24
  new (input: DeleteSecurityConfigurationCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteSecurityConfigurationCommandInput, DeleteSecurityConfigurationCommandOutput, EMRClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: DeleteSecurityConfigurationCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteSecurityConfigurationCommandInput, DeleteSecurityConfigurationCommandOutput, EMRClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Deletes a security configuration.</p>
30
30
  * @example
31
31
  * Use a bare-bones client and the command you need to make an API call.
@@ -58,6 +58,7 @@ declare const DeleteSecurityConfigurationCommand_base: {
58
58
  * @throws {@link EMRServiceException}
59
59
  * <p>Base exception class for all service exceptions from EMR service.</p>
60
60
  *
61
+ * @public
61
62
  */
62
63
  export declare class DeleteSecurityConfigurationCommand extends DeleteSecurityConfigurationCommand_base {
63
64
  }
@@ -22,10 +22,10 @@ export interface DeleteStudioCommandOutput extends __MetadataBearer {
22
22
  }
23
23
  declare const DeleteStudioCommand_base: {
24
24
  new (input: DeleteStudioCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteStudioCommandInput, DeleteStudioCommandOutput, EMRClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: DeleteStudioCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteStudioCommandInput, DeleteStudioCommandOutput, EMRClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Removes an Amazon EMR Studio from the Studio metadata store.</p>
30
30
  * @example
31
31
  * Use a bare-bones client and the command you need to make an API call.
@@ -58,6 +58,7 @@ declare const DeleteStudioCommand_base: {
58
58
  * @throws {@link EMRServiceException}
59
59
  * <p>Base exception class for all service exceptions from EMR service.</p>
60
60
  *
61
+ * @public
61
62
  */
62
63
  export declare class DeleteStudioCommand extends DeleteStudioCommand_base {
63
64
  }
@@ -22,10 +22,10 @@ export interface DeleteStudioSessionMappingCommandOutput extends __MetadataBeare
22
22
  }
23
23
  declare const DeleteStudioSessionMappingCommand_base: {
24
24
  new (input: DeleteStudioSessionMappingCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteStudioSessionMappingCommandInput, DeleteStudioSessionMappingCommandOutput, EMRClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: DeleteStudioSessionMappingCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteStudioSessionMappingCommandInput, DeleteStudioSessionMappingCommandOutput, EMRClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Removes a user or group from an Amazon EMR Studio.</p>
30
30
  * @example
31
31
  * Use a bare-bones client and the command you need to make an API call.
@@ -61,6 +61,7 @@ declare const DeleteStudioSessionMappingCommand_base: {
61
61
  * @throws {@link EMRServiceException}
62
62
  * <p>Base exception class for all service exceptions from EMR service.</p>
63
63
  *
64
+ * @public
64
65
  */
65
66
  export declare class DeleteStudioSessionMappingCommand extends DeleteStudioSessionMappingCommand_base {
66
67
  }
@@ -22,10 +22,10 @@ export interface DescribeClusterCommandOutput extends DescribeClusterOutput, __M
22
22
  }
23
23
  declare const DescribeClusterCommand_base: {
24
24
  new (input: DescribeClusterCommandInput): import("@smithy/smithy-client").CommandImpl<DescribeClusterCommandInput, DescribeClusterCommandOutput, EMRClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: DescribeClusterCommandInput): import("@smithy/smithy-client").CommandImpl<DescribeClusterCommandInput, DescribeClusterCommandOutput, EMRClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Provides cluster-level details including status, hardware and software configuration,
30
30
  * VPC settings, and so on.</p>
31
31
  * @example
@@ -181,6 +181,7 @@ declare const DescribeClusterCommand_base: {
181
181
  * @throws {@link EMRServiceException}
182
182
  * <p>Base exception class for all service exceptions from EMR service.</p>
183
183
  *
184
+ * @public
184
185
  */
185
186
  export declare class DescribeClusterCommand extends DescribeClusterCommand_base {
186
187
  }
@@ -22,12 +22,10 @@ export interface DescribeJobFlowsCommandOutput extends DescribeJobFlowsOutput, _
22
22
  }
23
23
  declare const DescribeJobFlowsCommand_base: {
24
24
  new (input: DescribeJobFlowsCommandInput): import("@smithy/smithy-client").CommandImpl<DescribeJobFlowsCommandInput, DescribeJobFlowsCommandOutput, EMRClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (...[input]: [] | [DescribeJobFlowsCommandInput]): import("@smithy/smithy-client").CommandImpl<DescribeJobFlowsCommandInput, DescribeJobFlowsCommandOutput, EMRClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
- * @deprecated
30
- *
31
29
  * <p>This API is no longer supported and will eventually be removed. We recommend you use
32
30
  * <a>ListClusters</a>, <a>DescribeCluster</a>, <a>ListSteps</a>, <a>ListInstanceGroups</a> and <a>ListBootstrapActions</a> instead.</p>
33
31
  * <p>DescribeJobFlows returns a list of job flows that match all of the supplied parameters.
@@ -190,6 +188,8 @@ declare const DescribeJobFlowsCommand_base: {
190
188
  * @throws {@link EMRServiceException}
191
189
  * <p>Base exception class for all service exceptions from EMR service.</p>
192
190
  *
191
+ * @public
192
+ * @deprecated
193
193
  */
194
194
  export declare class DescribeJobFlowsCommand extends DescribeJobFlowsCommand_base {
195
195
  }
@@ -22,10 +22,10 @@ export interface DescribeNotebookExecutionCommandOutput extends DescribeNotebook
22
22
  }
23
23
  declare const DescribeNotebookExecutionCommand_base: {
24
24
  new (input: DescribeNotebookExecutionCommandInput): import("@smithy/smithy-client").CommandImpl<DescribeNotebookExecutionCommandInput, DescribeNotebookExecutionCommandOutput, EMRClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: DescribeNotebookExecutionCommandInput): import("@smithy/smithy-client").CommandImpl<DescribeNotebookExecutionCommandInput, DescribeNotebookExecutionCommandOutput, EMRClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Provides details of a notebook execution.</p>
30
30
  * @example
31
31
  * Use a bare-bones client and the command you need to make an API call.
@@ -96,6 +96,7 @@ declare const DescribeNotebookExecutionCommand_base: {
96
96
  * @throws {@link EMRServiceException}
97
97
  * <p>Base exception class for all service exceptions from EMR service.</p>
98
98
  *
99
+ * @public
99
100
  */
100
101
  export declare class DescribeNotebookExecutionCommand extends DescribeNotebookExecutionCommand_base {
101
102
  }
@@ -22,10 +22,10 @@ export interface DescribeReleaseLabelCommandOutput extends DescribeReleaseLabelO
22
22
  }
23
23
  declare const DescribeReleaseLabelCommand_base: {
24
24
  new (input: DescribeReleaseLabelCommandInput): import("@smithy/smithy-client").CommandImpl<DescribeReleaseLabelCommandInput, DescribeReleaseLabelCommandOutput, EMRClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (...[input]: [] | [DescribeReleaseLabelCommandInput]): import("@smithy/smithy-client").CommandImpl<DescribeReleaseLabelCommandInput, DescribeReleaseLabelCommandOutput, EMRClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Provides Amazon EMR release label details, such as the releases available the
30
30
  * Region where the API request is run, and the available applications for a specific Amazon EMR release label. Can also list Amazon EMR releases that support a
31
31
  * specified version of Spark.</p>
@@ -76,6 +76,7 @@ declare const DescribeReleaseLabelCommand_base: {
76
76
  * @throws {@link EMRServiceException}
77
77
  * <p>Base exception class for all service exceptions from EMR service.</p>
78
78
  *
79
+ * @public
79
80
  */
80
81
  export declare class DescribeReleaseLabelCommand extends DescribeReleaseLabelCommand_base {
81
82
  }
@@ -22,10 +22,10 @@ export interface DescribeSecurityConfigurationCommandOutput extends DescribeSecu
22
22
  }
23
23
  declare const DescribeSecurityConfigurationCommand_base: {
24
24
  new (input: DescribeSecurityConfigurationCommandInput): import("@smithy/smithy-client").CommandImpl<DescribeSecurityConfigurationCommandInput, DescribeSecurityConfigurationCommandOutput, EMRClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: DescribeSecurityConfigurationCommandInput): import("@smithy/smithy-client").CommandImpl<DescribeSecurityConfigurationCommandInput, DescribeSecurityConfigurationCommandOutput, EMRClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Provides the details of a security configuration by returning the configuration
30
30
  * JSON.</p>
31
31
  * @example
@@ -63,6 +63,7 @@ declare const DescribeSecurityConfigurationCommand_base: {
63
63
  * @throws {@link EMRServiceException}
64
64
  * <p>Base exception class for all service exceptions from EMR service.</p>
65
65
  *
66
+ * @public
66
67
  */
67
68
  export declare class DescribeSecurityConfigurationCommand extends DescribeSecurityConfigurationCommand_base {
68
69
  }
@@ -22,10 +22,10 @@ export interface DescribeStepCommandOutput extends DescribeStepOutput, __Metadat
22
22
  }
23
23
  declare const DescribeStepCommand_base: {
24
24
  new (input: DescribeStepCommandInput): import("@smithy/smithy-client").CommandImpl<DescribeStepCommandInput, DescribeStepCommandOutput, EMRClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: DescribeStepCommandInput): import("@smithy/smithy-client").CommandImpl<DescribeStepCommandInput, DescribeStepCommandOutput, EMRClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Provides more detail about the cluster step.</p>
30
30
  * @example
31
31
  * Use a bare-bones client and the command you need to make an API call.
@@ -93,6 +93,7 @@ declare const DescribeStepCommand_base: {
93
93
  * @throws {@link EMRServiceException}
94
94
  * <p>Base exception class for all service exceptions from EMR service.</p>
95
95
  *
96
+ * @public
96
97
  */
97
98
  export declare class DescribeStepCommand extends DescribeStepCommand_base {
98
99
  }
@@ -22,10 +22,10 @@ export interface DescribeStudioCommandOutput extends DescribeStudioOutput, __Met
22
22
  }
23
23
  declare const DescribeStudioCommand_base: {
24
24
  new (input: DescribeStudioCommandInput): import("@smithy/smithy-client").CommandImpl<DescribeStudioCommandInput, DescribeStudioCommandOutput, EMRClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: DescribeStudioCommandInput): import("@smithy/smithy-client").CommandImpl<DescribeStudioCommandInput, DescribeStudioCommandOutput, EMRClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Returns details for the specified Amazon EMR Studio including ID, Name, VPC,
30
30
  * Studio access URL, and so on.</p>
31
31
  * @example
@@ -90,6 +90,7 @@ declare const DescribeStudioCommand_base: {
90
90
  * @throws {@link EMRServiceException}
91
91
  * <p>Base exception class for all service exceptions from EMR service.</p>
92
92
  *
93
+ * @public
93
94
  */
94
95
  export declare class DescribeStudioCommand extends DescribeStudioCommand_base {
95
96
  }
@@ -22,10 +22,10 @@ export interface GetAutoTerminationPolicyCommandOutput extends GetAutoTerminatio
22
22
  }
23
23
  declare const GetAutoTerminationPolicyCommand_base: {
24
24
  new (input: GetAutoTerminationPolicyCommandInput): import("@smithy/smithy-client").CommandImpl<GetAutoTerminationPolicyCommandInput, GetAutoTerminationPolicyCommandOutput, EMRClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: GetAutoTerminationPolicyCommandInput): import("@smithy/smithy-client").CommandImpl<GetAutoTerminationPolicyCommandInput, GetAutoTerminationPolicyCommandOutput, EMRClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Returns the auto-termination policy for an Amazon EMR cluster.</p>
30
30
  * @example
31
31
  * Use a bare-bones client and the command you need to make an API call.
@@ -55,6 +55,7 @@ declare const GetAutoTerminationPolicyCommand_base: {
55
55
  * @throws {@link EMRServiceException}
56
56
  * <p>Base exception class for all service exceptions from EMR service.</p>
57
57
  *
58
+ * @public
58
59
  */
59
60
  export declare class GetAutoTerminationPolicyCommand extends GetAutoTerminationPolicyCommand_base {
60
61
  }
@@ -22,10 +22,10 @@ export interface GetBlockPublicAccessConfigurationCommandOutput extends GetBlock
22
22
  }
23
23
  declare const GetBlockPublicAccessConfigurationCommand_base: {
24
24
  new (input: GetBlockPublicAccessConfigurationCommandInput): import("@smithy/smithy-client").CommandImpl<GetBlockPublicAccessConfigurationCommandInput, GetBlockPublicAccessConfigurationCommandOutput, EMRClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (...[input]: [] | [GetBlockPublicAccessConfigurationCommandInput]): import("@smithy/smithy-client").CommandImpl<GetBlockPublicAccessConfigurationCommandInput, GetBlockPublicAccessConfigurationCommandOutput, EMRClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Returns the Amazon EMR block public access configuration for your Amazon Web Services account in the current Region. For more information see <a href="https://docs.aws.amazon.com/emr/latest/ManagementGuide/configure-block-public-access.html">Configure Block
30
30
  * Public Access for Amazon EMR</a> in the <i>Amazon EMR
31
31
  * Management Guide</i>.</p>
@@ -91,6 +91,7 @@ declare const GetBlockPublicAccessConfigurationCommand_base: {
91
91
  * @throws {@link EMRServiceException}
92
92
  * <p>Base exception class for all service exceptions from EMR service.</p>
93
93
  *
94
+ * @public
94
95
  */
95
96
  export declare class GetBlockPublicAccessConfigurationCommand extends GetBlockPublicAccessConfigurationCommand_base {
96
97
  }
@@ -22,10 +22,10 @@ export interface GetClusterSessionCredentialsCommandOutput extends GetClusterSes
22
22
  }
23
23
  declare const GetClusterSessionCredentialsCommand_base: {
24
24
  new (input: GetClusterSessionCredentialsCommandInput): import("@smithy/smithy-client").CommandImpl<GetClusterSessionCredentialsCommandInput, GetClusterSessionCredentialsCommandOutput, EMRClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: GetClusterSessionCredentialsCommandInput): import("@smithy/smithy-client").CommandImpl<GetClusterSessionCredentialsCommandInput, GetClusterSessionCredentialsCommandOutput, EMRClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Provides temporary, HTTP basic credentials that are associated with a given runtime
30
30
  * IAM role and used by a cluster with fine-grained access control
31
31
  * activated. You can use these credentials to connect to cluster endpoints that support
@@ -70,6 +70,7 @@ declare const GetClusterSessionCredentialsCommand_base: {
70
70
  * @throws {@link EMRServiceException}
71
71
  * <p>Base exception class for all service exceptions from EMR service.</p>
72
72
  *
73
+ * @public
73
74
  */
74
75
  export declare class GetClusterSessionCredentialsCommand extends GetClusterSessionCredentialsCommand_base {
75
76
  }
@@ -22,10 +22,10 @@ export interface GetManagedScalingPolicyCommandOutput extends GetManagedScalingP
22
22
  }
23
23
  declare const GetManagedScalingPolicyCommand_base: {
24
24
  new (input: GetManagedScalingPolicyCommandInput): import("@smithy/smithy-client").CommandImpl<GetManagedScalingPolicyCommandInput, GetManagedScalingPolicyCommandOutput, EMRClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: GetManagedScalingPolicyCommandInput): import("@smithy/smithy-client").CommandImpl<GetManagedScalingPolicyCommandInput, GetManagedScalingPolicyCommandOutput, EMRClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Fetches the attached managed scaling policy for an Amazon EMR cluster. </p>
30
30
  * @example
31
31
  * Use a bare-bones client and the command you need to make an API call.
@@ -61,6 +61,7 @@ declare const GetManagedScalingPolicyCommand_base: {
61
61
  * @throws {@link EMRServiceException}
62
62
  * <p>Base exception class for all service exceptions from EMR service.</p>
63
63
  *
64
+ * @public
64
65
  */
65
66
  export declare class GetManagedScalingPolicyCommand extends GetManagedScalingPolicyCommand_base {
66
67
  }
@@ -22,10 +22,10 @@ export interface GetStudioSessionMappingCommandOutput extends GetStudioSessionMa
22
22
  }
23
23
  declare const GetStudioSessionMappingCommand_base: {
24
24
  new (input: GetStudioSessionMappingCommandInput): import("@smithy/smithy-client").CommandImpl<GetStudioSessionMappingCommandInput, GetStudioSessionMappingCommandOutput, EMRClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: GetStudioSessionMappingCommandInput): import("@smithy/smithy-client").CommandImpl<GetStudioSessionMappingCommandInput, GetStudioSessionMappingCommandOutput, EMRClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Fetches mapping details for the specified Amazon EMR Studio and identity (user
30
30
  * or group).</p>
31
31
  * @example
@@ -72,6 +72,7 @@ declare const GetStudioSessionMappingCommand_base: {
72
72
  * @throws {@link EMRServiceException}
73
73
  * <p>Base exception class for all service exceptions from EMR service.</p>
74
74
  *
75
+ * @public
75
76
  */
76
77
  export declare class GetStudioSessionMappingCommand extends GetStudioSessionMappingCommand_base {
77
78
  }
@@ -22,10 +22,10 @@ export interface ListBootstrapActionsCommandOutput extends ListBootstrapActionsO
22
22
  }
23
23
  declare const ListBootstrapActionsCommand_base: {
24
24
  new (input: ListBootstrapActionsCommandInput): import("@smithy/smithy-client").CommandImpl<ListBootstrapActionsCommandInput, ListBootstrapActionsCommandOutput, EMRClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: ListBootstrapActionsCommandInput): import("@smithy/smithy-client").CommandImpl<ListBootstrapActionsCommandInput, ListBootstrapActionsCommandOutput, EMRClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Provides information about the bootstrap actions associated with a cluster.</p>
30
30
  * @example
31
31
  * Use a bare-bones client and the command you need to make an API call.
@@ -70,6 +70,7 @@ declare const ListBootstrapActionsCommand_base: {
70
70
  * @throws {@link EMRServiceException}
71
71
  * <p>Base exception class for all service exceptions from EMR service.</p>
72
72
  *
73
+ * @public
73
74
  */
74
75
  export declare class ListBootstrapActionsCommand extends ListBootstrapActionsCommand_base {
75
76
  }
@@ -22,10 +22,10 @@ export interface ListClustersCommandOutput extends ListClustersOutput, __Metadat
22
22
  }
23
23
  declare const ListClustersCommand_base: {
24
24
  new (input: ListClustersCommandInput): import("@smithy/smithy-client").CommandImpl<ListClustersCommandInput, ListClustersCommandOutput, EMRClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (...[input]: [] | [ListClustersCommandInput]): import("@smithy/smithy-client").CommandImpl<ListClustersCommandInput, ListClustersCommandOutput, EMRClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Provides the status of all clusters visible to this Amazon Web Services account. Allows
30
30
  * you to filter the list of clusters based on certain criteria; for example, filtering by
31
31
  * cluster creation date and time or by status. This call returns a maximum of 50 clusters in
@@ -101,6 +101,7 @@ declare const ListClustersCommand_base: {
101
101
  * @throws {@link EMRServiceException}
102
102
  * <p>Base exception class for all service exceptions from EMR service.</p>
103
103
  *
104
+ * @public
104
105
  */
105
106
  export declare class ListClustersCommand extends ListClustersCommand_base {
106
107
  }