@aws-sdk/client-emr 3.278.0 → 3.281.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 (55) hide show
  1. package/README.md +427 -0
  2. package/dist-types/commands/AddInstanceFleetCommand.d.ts +6 -0
  3. package/dist-types/commands/AddInstanceGroupsCommand.d.ts +6 -0
  4. package/dist-types/commands/AddJobFlowStepsCommand.d.ts +6 -0
  5. package/dist-types/commands/AddTagsCommand.d.ts +6 -0
  6. package/dist-types/commands/CancelStepsCommand.d.ts +6 -0
  7. package/dist-types/commands/CreateSecurityConfigurationCommand.d.ts +6 -0
  8. package/dist-types/commands/CreateStudioCommand.d.ts +6 -0
  9. package/dist-types/commands/CreateStudioSessionMappingCommand.d.ts +6 -0
  10. package/dist-types/commands/DeleteSecurityConfigurationCommand.d.ts +6 -0
  11. package/dist-types/commands/DeleteStudioCommand.d.ts +6 -0
  12. package/dist-types/commands/DeleteStudioSessionMappingCommand.d.ts +6 -0
  13. package/dist-types/commands/DescribeClusterCommand.d.ts +6 -0
  14. package/dist-types/commands/DescribeJobFlowsCommand.d.ts +6 -0
  15. package/dist-types/commands/DescribeNotebookExecutionCommand.d.ts +6 -0
  16. package/dist-types/commands/DescribeReleaseLabelCommand.d.ts +6 -0
  17. package/dist-types/commands/DescribeSecurityConfigurationCommand.d.ts +6 -0
  18. package/dist-types/commands/DescribeStepCommand.d.ts +6 -0
  19. package/dist-types/commands/DescribeStudioCommand.d.ts +6 -0
  20. package/dist-types/commands/GetAutoTerminationPolicyCommand.d.ts +6 -0
  21. package/dist-types/commands/GetBlockPublicAccessConfigurationCommand.d.ts +6 -0
  22. package/dist-types/commands/GetClusterSessionCredentialsCommand.d.ts +6 -0
  23. package/dist-types/commands/GetManagedScalingPolicyCommand.d.ts +6 -0
  24. package/dist-types/commands/GetStudioSessionMappingCommand.d.ts +6 -0
  25. package/dist-types/commands/ListBootstrapActionsCommand.d.ts +6 -0
  26. package/dist-types/commands/ListClustersCommand.d.ts +6 -0
  27. package/dist-types/commands/ListInstanceFleetsCommand.d.ts +6 -0
  28. package/dist-types/commands/ListInstanceGroupsCommand.d.ts +6 -0
  29. package/dist-types/commands/ListInstancesCommand.d.ts +6 -0
  30. package/dist-types/commands/ListNotebookExecutionsCommand.d.ts +6 -0
  31. package/dist-types/commands/ListReleaseLabelsCommand.d.ts +6 -0
  32. package/dist-types/commands/ListSecurityConfigurationsCommand.d.ts +6 -0
  33. package/dist-types/commands/ListStepsCommand.d.ts +6 -0
  34. package/dist-types/commands/ListStudioSessionMappingsCommand.d.ts +6 -0
  35. package/dist-types/commands/ListStudiosCommand.d.ts +6 -0
  36. package/dist-types/commands/ModifyClusterCommand.d.ts +6 -0
  37. package/dist-types/commands/ModifyInstanceFleetCommand.d.ts +6 -0
  38. package/dist-types/commands/ModifyInstanceGroupsCommand.d.ts +6 -0
  39. package/dist-types/commands/PutAutoScalingPolicyCommand.d.ts +6 -0
  40. package/dist-types/commands/PutAutoTerminationPolicyCommand.d.ts +6 -0
  41. package/dist-types/commands/PutBlockPublicAccessConfigurationCommand.d.ts +6 -0
  42. package/dist-types/commands/PutManagedScalingPolicyCommand.d.ts +6 -0
  43. package/dist-types/commands/RemoveAutoScalingPolicyCommand.d.ts +6 -0
  44. package/dist-types/commands/RemoveAutoTerminationPolicyCommand.d.ts +6 -0
  45. package/dist-types/commands/RemoveManagedScalingPolicyCommand.d.ts +6 -0
  46. package/dist-types/commands/RemoveTagsCommand.d.ts +6 -0
  47. package/dist-types/commands/RunJobFlowCommand.d.ts +6 -0
  48. package/dist-types/commands/SetTerminationProtectionCommand.d.ts +6 -0
  49. package/dist-types/commands/SetVisibleToAllUsersCommand.d.ts +6 -0
  50. package/dist-types/commands/StartNotebookExecutionCommand.d.ts +6 -0
  51. package/dist-types/commands/StopNotebookExecutionCommand.d.ts +6 -0
  52. package/dist-types/commands/TerminateJobFlowsCommand.d.ts +6 -0
  53. package/dist-types/commands/UpdateStudioCommand.d.ts +6 -0
  54. package/dist-types/commands/UpdateStudioSessionMappingCommand.d.ts +6 -0
  55. package/package.json +6 -6
package/README.md CHANGED
@@ -205,3 +205,430 @@ To contribute to client you can check our [generate clients scripts](https://git
205
205
  This SDK is distributed under the
206
206
  [Apache License, Version 2.0](http://www.apache.org/licenses/LICENSE-2.0),
207
207
  see LICENSE for more information.
208
+
209
+ ## Client Commands (Operations List)
210
+
211
+ <details>
212
+ <summary>
213
+ AddInstanceFleet
214
+ </summary>
215
+
216
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-emr/classes/addinstancefleetcommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-emr/interfaces/addinstancefleetcommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-emr/interfaces/addinstancefleetcommandoutput.html)
217
+
218
+ </details>
219
+ <details>
220
+ <summary>
221
+ AddInstanceGroups
222
+ </summary>
223
+
224
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-emr/classes/addinstancegroupscommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-emr/interfaces/addinstancegroupscommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-emr/interfaces/addinstancegroupscommandoutput.html)
225
+
226
+ </details>
227
+ <details>
228
+ <summary>
229
+ AddJobFlowSteps
230
+ </summary>
231
+
232
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-emr/classes/addjobflowstepscommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-emr/interfaces/addjobflowstepscommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-emr/interfaces/addjobflowstepscommandoutput.html)
233
+
234
+ </details>
235
+ <details>
236
+ <summary>
237
+ AddTags
238
+ </summary>
239
+
240
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-emr/classes/addtagscommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-emr/interfaces/addtagscommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-emr/interfaces/addtagscommandoutput.html)
241
+
242
+ </details>
243
+ <details>
244
+ <summary>
245
+ CancelSteps
246
+ </summary>
247
+
248
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-emr/classes/cancelstepscommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-emr/interfaces/cancelstepscommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-emr/interfaces/cancelstepscommandoutput.html)
249
+
250
+ </details>
251
+ <details>
252
+ <summary>
253
+ CreateSecurityConfiguration
254
+ </summary>
255
+
256
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-emr/classes/createsecurityconfigurationcommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-emr/interfaces/createsecurityconfigurationcommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-emr/interfaces/createsecurityconfigurationcommandoutput.html)
257
+
258
+ </details>
259
+ <details>
260
+ <summary>
261
+ CreateStudio
262
+ </summary>
263
+
264
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-emr/classes/createstudiocommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-emr/interfaces/createstudiocommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-emr/interfaces/createstudiocommandoutput.html)
265
+
266
+ </details>
267
+ <details>
268
+ <summary>
269
+ CreateStudioSessionMapping
270
+ </summary>
271
+
272
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-emr/classes/createstudiosessionmappingcommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-emr/interfaces/createstudiosessionmappingcommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-emr/interfaces/createstudiosessionmappingcommandoutput.html)
273
+
274
+ </details>
275
+ <details>
276
+ <summary>
277
+ DeleteSecurityConfiguration
278
+ </summary>
279
+
280
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-emr/classes/deletesecurityconfigurationcommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-emr/interfaces/deletesecurityconfigurationcommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-emr/interfaces/deletesecurityconfigurationcommandoutput.html)
281
+
282
+ </details>
283
+ <details>
284
+ <summary>
285
+ DeleteStudio
286
+ </summary>
287
+
288
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-emr/classes/deletestudiocommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-emr/interfaces/deletestudiocommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-emr/interfaces/deletestudiocommandoutput.html)
289
+
290
+ </details>
291
+ <details>
292
+ <summary>
293
+ DeleteStudioSessionMapping
294
+ </summary>
295
+
296
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-emr/classes/deletestudiosessionmappingcommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-emr/interfaces/deletestudiosessionmappingcommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-emr/interfaces/deletestudiosessionmappingcommandoutput.html)
297
+
298
+ </details>
299
+ <details>
300
+ <summary>
301
+ DescribeCluster
302
+ </summary>
303
+
304
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-emr/classes/describeclustercommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-emr/interfaces/describeclustercommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-emr/interfaces/describeclustercommandoutput.html)
305
+
306
+ </details>
307
+ <details>
308
+ <summary>
309
+ DescribeJobFlows
310
+ </summary>
311
+
312
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-emr/classes/describejobflowscommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-emr/interfaces/describejobflowscommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-emr/interfaces/describejobflowscommandoutput.html)
313
+
314
+ </details>
315
+ <details>
316
+ <summary>
317
+ DescribeNotebookExecution
318
+ </summary>
319
+
320
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-emr/classes/describenotebookexecutioncommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-emr/interfaces/describenotebookexecutioncommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-emr/interfaces/describenotebookexecutioncommandoutput.html)
321
+
322
+ </details>
323
+ <details>
324
+ <summary>
325
+ DescribeReleaseLabel
326
+ </summary>
327
+
328
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-emr/classes/describereleaselabelcommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-emr/interfaces/describereleaselabelcommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-emr/interfaces/describereleaselabelcommandoutput.html)
329
+
330
+ </details>
331
+ <details>
332
+ <summary>
333
+ DescribeSecurityConfiguration
334
+ </summary>
335
+
336
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-emr/classes/describesecurityconfigurationcommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-emr/interfaces/describesecurityconfigurationcommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-emr/interfaces/describesecurityconfigurationcommandoutput.html)
337
+
338
+ </details>
339
+ <details>
340
+ <summary>
341
+ DescribeStep
342
+ </summary>
343
+
344
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-emr/classes/describestepcommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-emr/interfaces/describestepcommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-emr/interfaces/describestepcommandoutput.html)
345
+
346
+ </details>
347
+ <details>
348
+ <summary>
349
+ DescribeStudio
350
+ </summary>
351
+
352
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-emr/classes/describestudiocommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-emr/interfaces/describestudiocommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-emr/interfaces/describestudiocommandoutput.html)
353
+
354
+ </details>
355
+ <details>
356
+ <summary>
357
+ GetAutoTerminationPolicy
358
+ </summary>
359
+
360
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-emr/classes/getautoterminationpolicycommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-emr/interfaces/getautoterminationpolicycommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-emr/interfaces/getautoterminationpolicycommandoutput.html)
361
+
362
+ </details>
363
+ <details>
364
+ <summary>
365
+ GetBlockPublicAccessConfiguration
366
+ </summary>
367
+
368
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-emr/classes/getblockpublicaccessconfigurationcommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-emr/interfaces/getblockpublicaccessconfigurationcommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-emr/interfaces/getblockpublicaccessconfigurationcommandoutput.html)
369
+
370
+ </details>
371
+ <details>
372
+ <summary>
373
+ GetClusterSessionCredentials
374
+ </summary>
375
+
376
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-emr/classes/getclustersessioncredentialscommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-emr/interfaces/getclustersessioncredentialscommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-emr/interfaces/getclustersessioncredentialscommandoutput.html)
377
+
378
+ </details>
379
+ <details>
380
+ <summary>
381
+ GetManagedScalingPolicy
382
+ </summary>
383
+
384
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-emr/classes/getmanagedscalingpolicycommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-emr/interfaces/getmanagedscalingpolicycommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-emr/interfaces/getmanagedscalingpolicycommandoutput.html)
385
+
386
+ </details>
387
+ <details>
388
+ <summary>
389
+ GetStudioSessionMapping
390
+ </summary>
391
+
392
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-emr/classes/getstudiosessionmappingcommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-emr/interfaces/getstudiosessionmappingcommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-emr/interfaces/getstudiosessionmappingcommandoutput.html)
393
+
394
+ </details>
395
+ <details>
396
+ <summary>
397
+ ListBootstrapActions
398
+ </summary>
399
+
400
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-emr/classes/listbootstrapactionscommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-emr/interfaces/listbootstrapactionscommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-emr/interfaces/listbootstrapactionscommandoutput.html)
401
+
402
+ </details>
403
+ <details>
404
+ <summary>
405
+ ListClusters
406
+ </summary>
407
+
408
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-emr/classes/listclusterscommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-emr/interfaces/listclusterscommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-emr/interfaces/listclusterscommandoutput.html)
409
+
410
+ </details>
411
+ <details>
412
+ <summary>
413
+ ListInstanceFleets
414
+ </summary>
415
+
416
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-emr/classes/listinstancefleetscommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-emr/interfaces/listinstancefleetscommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-emr/interfaces/listinstancefleetscommandoutput.html)
417
+
418
+ </details>
419
+ <details>
420
+ <summary>
421
+ ListInstanceGroups
422
+ </summary>
423
+
424
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-emr/classes/listinstancegroupscommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-emr/interfaces/listinstancegroupscommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-emr/interfaces/listinstancegroupscommandoutput.html)
425
+
426
+ </details>
427
+ <details>
428
+ <summary>
429
+ ListInstances
430
+ </summary>
431
+
432
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-emr/classes/listinstancescommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-emr/interfaces/listinstancescommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-emr/interfaces/listinstancescommandoutput.html)
433
+
434
+ </details>
435
+ <details>
436
+ <summary>
437
+ ListNotebookExecutions
438
+ </summary>
439
+
440
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-emr/classes/listnotebookexecutionscommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-emr/interfaces/listnotebookexecutionscommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-emr/interfaces/listnotebookexecutionscommandoutput.html)
441
+
442
+ </details>
443
+ <details>
444
+ <summary>
445
+ ListReleaseLabels
446
+ </summary>
447
+
448
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-emr/classes/listreleaselabelscommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-emr/interfaces/listreleaselabelscommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-emr/interfaces/listreleaselabelscommandoutput.html)
449
+
450
+ </details>
451
+ <details>
452
+ <summary>
453
+ ListSecurityConfigurations
454
+ </summary>
455
+
456
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-emr/classes/listsecurityconfigurationscommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-emr/interfaces/listsecurityconfigurationscommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-emr/interfaces/listsecurityconfigurationscommandoutput.html)
457
+
458
+ </details>
459
+ <details>
460
+ <summary>
461
+ ListSteps
462
+ </summary>
463
+
464
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-emr/classes/liststepscommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-emr/interfaces/liststepscommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-emr/interfaces/liststepscommandoutput.html)
465
+
466
+ </details>
467
+ <details>
468
+ <summary>
469
+ ListStudios
470
+ </summary>
471
+
472
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-emr/classes/liststudioscommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-emr/interfaces/liststudioscommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-emr/interfaces/liststudioscommandoutput.html)
473
+
474
+ </details>
475
+ <details>
476
+ <summary>
477
+ ListStudioSessionMappings
478
+ </summary>
479
+
480
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-emr/classes/liststudiosessionmappingscommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-emr/interfaces/liststudiosessionmappingscommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-emr/interfaces/liststudiosessionmappingscommandoutput.html)
481
+
482
+ </details>
483
+ <details>
484
+ <summary>
485
+ ModifyCluster
486
+ </summary>
487
+
488
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-emr/classes/modifyclustercommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-emr/interfaces/modifyclustercommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-emr/interfaces/modifyclustercommandoutput.html)
489
+
490
+ </details>
491
+ <details>
492
+ <summary>
493
+ ModifyInstanceFleet
494
+ </summary>
495
+
496
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-emr/classes/modifyinstancefleetcommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-emr/interfaces/modifyinstancefleetcommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-emr/interfaces/modifyinstancefleetcommandoutput.html)
497
+
498
+ </details>
499
+ <details>
500
+ <summary>
501
+ ModifyInstanceGroups
502
+ </summary>
503
+
504
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-emr/classes/modifyinstancegroupscommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-emr/interfaces/modifyinstancegroupscommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-emr/interfaces/modifyinstancegroupscommandoutput.html)
505
+
506
+ </details>
507
+ <details>
508
+ <summary>
509
+ PutAutoScalingPolicy
510
+ </summary>
511
+
512
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-emr/classes/putautoscalingpolicycommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-emr/interfaces/putautoscalingpolicycommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-emr/interfaces/putautoscalingpolicycommandoutput.html)
513
+
514
+ </details>
515
+ <details>
516
+ <summary>
517
+ PutAutoTerminationPolicy
518
+ </summary>
519
+
520
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-emr/classes/putautoterminationpolicycommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-emr/interfaces/putautoterminationpolicycommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-emr/interfaces/putautoterminationpolicycommandoutput.html)
521
+
522
+ </details>
523
+ <details>
524
+ <summary>
525
+ PutBlockPublicAccessConfiguration
526
+ </summary>
527
+
528
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-emr/classes/putblockpublicaccessconfigurationcommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-emr/interfaces/putblockpublicaccessconfigurationcommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-emr/interfaces/putblockpublicaccessconfigurationcommandoutput.html)
529
+
530
+ </details>
531
+ <details>
532
+ <summary>
533
+ PutManagedScalingPolicy
534
+ </summary>
535
+
536
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-emr/classes/putmanagedscalingpolicycommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-emr/interfaces/putmanagedscalingpolicycommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-emr/interfaces/putmanagedscalingpolicycommandoutput.html)
537
+
538
+ </details>
539
+ <details>
540
+ <summary>
541
+ RemoveAutoScalingPolicy
542
+ </summary>
543
+
544
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-emr/classes/removeautoscalingpolicycommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-emr/interfaces/removeautoscalingpolicycommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-emr/interfaces/removeautoscalingpolicycommandoutput.html)
545
+
546
+ </details>
547
+ <details>
548
+ <summary>
549
+ RemoveAutoTerminationPolicy
550
+ </summary>
551
+
552
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-emr/classes/removeautoterminationpolicycommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-emr/interfaces/removeautoterminationpolicycommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-emr/interfaces/removeautoterminationpolicycommandoutput.html)
553
+
554
+ </details>
555
+ <details>
556
+ <summary>
557
+ RemoveManagedScalingPolicy
558
+ </summary>
559
+
560
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-emr/classes/removemanagedscalingpolicycommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-emr/interfaces/removemanagedscalingpolicycommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-emr/interfaces/removemanagedscalingpolicycommandoutput.html)
561
+
562
+ </details>
563
+ <details>
564
+ <summary>
565
+ RemoveTags
566
+ </summary>
567
+
568
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-emr/classes/removetagscommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-emr/interfaces/removetagscommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-emr/interfaces/removetagscommandoutput.html)
569
+
570
+ </details>
571
+ <details>
572
+ <summary>
573
+ RunJobFlow
574
+ </summary>
575
+
576
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-emr/classes/runjobflowcommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-emr/interfaces/runjobflowcommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-emr/interfaces/runjobflowcommandoutput.html)
577
+
578
+ </details>
579
+ <details>
580
+ <summary>
581
+ SetTerminationProtection
582
+ </summary>
583
+
584
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-emr/classes/setterminationprotectioncommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-emr/interfaces/setterminationprotectioncommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-emr/interfaces/setterminationprotectioncommandoutput.html)
585
+
586
+ </details>
587
+ <details>
588
+ <summary>
589
+ SetVisibleToAllUsers
590
+ </summary>
591
+
592
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-emr/classes/setvisibletoalluserscommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-emr/interfaces/setvisibletoalluserscommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-emr/interfaces/setvisibletoalluserscommandoutput.html)
593
+
594
+ </details>
595
+ <details>
596
+ <summary>
597
+ StartNotebookExecution
598
+ </summary>
599
+
600
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-emr/classes/startnotebookexecutioncommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-emr/interfaces/startnotebookexecutioncommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-emr/interfaces/startnotebookexecutioncommandoutput.html)
601
+
602
+ </details>
603
+ <details>
604
+ <summary>
605
+ StopNotebookExecution
606
+ </summary>
607
+
608
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-emr/classes/stopnotebookexecutioncommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-emr/interfaces/stopnotebookexecutioncommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-emr/interfaces/stopnotebookexecutioncommandoutput.html)
609
+
610
+ </details>
611
+ <details>
612
+ <summary>
613
+ TerminateJobFlows
614
+ </summary>
615
+
616
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-emr/classes/terminatejobflowscommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-emr/interfaces/terminatejobflowscommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-emr/interfaces/terminatejobflowscommandoutput.html)
617
+
618
+ </details>
619
+ <details>
620
+ <summary>
621
+ UpdateStudio
622
+ </summary>
623
+
624
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-emr/classes/updatestudiocommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-emr/interfaces/updatestudiocommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-emr/interfaces/updatestudiocommandoutput.html)
625
+
626
+ </details>
627
+ <details>
628
+ <summary>
629
+ UpdateStudioSessionMapping
630
+ </summary>
631
+
632
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-emr/classes/updatestudiosessionmappingcommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-emr/interfaces/updatestudiosessionmappingcommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-emr/interfaces/updatestudiosessionmappingcommandoutput.html)
633
+
634
+ </details>
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { EMRClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../EMRClient";
5
5
  import { AddInstanceFleetInput, AddInstanceFleetOutput } from "../models/models_0";
6
+ /**
7
+ * The input for {@link AddInstanceFleetCommand}.
8
+ */
6
9
  export interface AddInstanceFleetCommandInput extends AddInstanceFleetInput {
7
10
  }
11
+ /**
12
+ * The output of {@link AddInstanceFleetCommand}.
13
+ */
8
14
  export interface AddInstanceFleetCommandOutput extends AddInstanceFleetOutput, __MetadataBearer {
9
15
  }
10
16
  /**
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { EMRClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../EMRClient";
5
5
  import { AddInstanceGroupsInput, AddInstanceGroupsOutput } from "../models/models_0";
6
+ /**
7
+ * The input for {@link AddInstanceGroupsCommand}.
8
+ */
6
9
  export interface AddInstanceGroupsCommandInput extends AddInstanceGroupsInput {
7
10
  }
11
+ /**
12
+ * The output of {@link AddInstanceGroupsCommand}.
13
+ */
8
14
  export interface AddInstanceGroupsCommandOutput extends AddInstanceGroupsOutput, __MetadataBearer {
9
15
  }
10
16
  /**
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { EMRClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../EMRClient";
5
5
  import { AddJobFlowStepsInput, AddJobFlowStepsOutput } from "../models/models_0";
6
+ /**
7
+ * The input for {@link AddJobFlowStepsCommand}.
8
+ */
6
9
  export interface AddJobFlowStepsCommandInput extends AddJobFlowStepsInput {
7
10
  }
11
+ /**
12
+ * The output of {@link AddJobFlowStepsCommand}.
13
+ */
8
14
  export interface AddJobFlowStepsCommandOutput extends AddJobFlowStepsOutput, __MetadataBearer {
9
15
  }
10
16
  /**
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { EMRClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../EMRClient";
5
5
  import { AddTagsInput, AddTagsOutput } from "../models/models_0";
6
+ /**
7
+ * The input for {@link AddTagsCommand}.
8
+ */
6
9
  export interface AddTagsCommandInput extends AddTagsInput {
7
10
  }
11
+ /**
12
+ * The output of {@link AddTagsCommand}.
13
+ */
8
14
  export interface AddTagsCommandOutput extends AddTagsOutput, __MetadataBearer {
9
15
  }
10
16
  /**
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { EMRClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../EMRClient";
5
5
  import { CancelStepsInput, CancelStepsOutput } from "../models/models_0";
6
+ /**
7
+ * The input for {@link CancelStepsCommand}.
8
+ */
6
9
  export interface CancelStepsCommandInput extends CancelStepsInput {
7
10
  }
11
+ /**
12
+ * The output of {@link CancelStepsCommand}.
13
+ */
8
14
  export interface CancelStepsCommandOutput extends CancelStepsOutput, __MetadataBearer {
9
15
  }
10
16
  /**
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { EMRClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../EMRClient";
5
5
  import { CreateSecurityConfigurationInput, CreateSecurityConfigurationOutput } from "../models/models_0";
6
+ /**
7
+ * The input for {@link CreateSecurityConfigurationCommand}.
8
+ */
6
9
  export interface CreateSecurityConfigurationCommandInput extends CreateSecurityConfigurationInput {
7
10
  }
11
+ /**
12
+ * The output of {@link CreateSecurityConfigurationCommand}.
13
+ */
8
14
  export interface CreateSecurityConfigurationCommandOutput extends CreateSecurityConfigurationOutput, __MetadataBearer {
9
15
  }
10
16
  /**
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { EMRClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../EMRClient";
5
5
  import { CreateStudioInput, CreateStudioOutput } from "../models/models_0";
6
+ /**
7
+ * The input for {@link CreateStudioCommand}.
8
+ */
6
9
  export interface CreateStudioCommandInput extends CreateStudioInput {
7
10
  }
11
+ /**
12
+ * The output of {@link CreateStudioCommand}.
13
+ */
8
14
  export interface CreateStudioCommandOutput extends CreateStudioOutput, __MetadataBearer {
9
15
  }
10
16
  /**
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { EMRClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../EMRClient";
5
5
  import { CreateStudioSessionMappingInput } from "../models/models_0";
6
+ /**
7
+ * The input for {@link CreateStudioSessionMappingCommand}.
8
+ */
6
9
  export interface CreateStudioSessionMappingCommandInput extends CreateStudioSessionMappingInput {
7
10
  }
11
+ /**
12
+ * The output of {@link CreateStudioSessionMappingCommand}.
13
+ */
8
14
  export interface CreateStudioSessionMappingCommandOutput extends __MetadataBearer {
9
15
  }
10
16
  /**
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { EMRClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../EMRClient";
5
5
  import { DeleteSecurityConfigurationInput, DeleteSecurityConfigurationOutput } from "../models/models_0";
6
+ /**
7
+ * The input for {@link DeleteSecurityConfigurationCommand}.
8
+ */
6
9
  export interface DeleteSecurityConfigurationCommandInput extends DeleteSecurityConfigurationInput {
7
10
  }
11
+ /**
12
+ * The output of {@link DeleteSecurityConfigurationCommand}.
13
+ */
8
14
  export interface DeleteSecurityConfigurationCommandOutput extends DeleteSecurityConfigurationOutput, __MetadataBearer {
9
15
  }
10
16
  /**
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { EMRClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../EMRClient";
5
5
  import { DeleteStudioInput } from "../models/models_0";
6
+ /**
7
+ * The input for {@link DeleteStudioCommand}.
8
+ */
6
9
  export interface DeleteStudioCommandInput extends DeleteStudioInput {
7
10
  }
11
+ /**
12
+ * The output of {@link DeleteStudioCommand}.
13
+ */
8
14
  export interface DeleteStudioCommandOutput extends __MetadataBearer {
9
15
  }
10
16
  /**
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { EMRClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../EMRClient";
5
5
  import { DeleteStudioSessionMappingInput } from "../models/models_0";
6
+ /**
7
+ * The input for {@link DeleteStudioSessionMappingCommand}.
8
+ */
6
9
  export interface DeleteStudioSessionMappingCommandInput extends DeleteStudioSessionMappingInput {
7
10
  }
11
+ /**
12
+ * The output of {@link DeleteStudioSessionMappingCommand}.
13
+ */
8
14
  export interface DeleteStudioSessionMappingCommandOutput extends __MetadataBearer {
9
15
  }
10
16
  /**
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { EMRClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../EMRClient";
5
5
  import { DescribeClusterInput, DescribeClusterOutput } from "../models/models_0";
6
+ /**
7
+ * The input for {@link DescribeClusterCommand}.
8
+ */
6
9
  export interface DescribeClusterCommandInput extends DescribeClusterInput {
7
10
  }
11
+ /**
12
+ * The output of {@link DescribeClusterCommand}.
13
+ */
8
14
  export interface DescribeClusterCommandOutput extends DescribeClusterOutput, __MetadataBearer {
9
15
  }
10
16
  /**