@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
@@ -381,6 +381,7 @@ export interface EMR {
381
381
  options: __HttpHandlerOptions,
382
382
  cb: (err: any, data?: DescribeClusterCommandOutput) => void
383
383
  ): void;
384
+ describeJobFlows(): Promise<DescribeJobFlowsCommandOutput>;
384
385
  describeJobFlows(
385
386
  args: DescribeJobFlowsCommandInput,
386
387
  options?: __HttpHandlerOptions
@@ -407,6 +408,7 @@ export interface EMR {
407
408
  options: __HttpHandlerOptions,
408
409
  cb: (err: any, data?: DescribeNotebookExecutionCommandOutput) => void
409
410
  ): void;
411
+ describeReleaseLabel(): Promise<DescribeReleaseLabelCommandOutput>;
410
412
  describeReleaseLabel(
411
413
  args: DescribeReleaseLabelCommandInput,
412
414
  options?: __HttpHandlerOptions
@@ -472,6 +474,7 @@ export interface EMR {
472
474
  options: __HttpHandlerOptions,
473
475
  cb: (err: any, data?: GetAutoTerminationPolicyCommandOutput) => void
474
476
  ): void;
477
+ getBlockPublicAccessConfiguration(): Promise<GetBlockPublicAccessConfigurationCommandOutput>;
475
478
  getBlockPublicAccessConfiguration(
476
479
  args: GetBlockPublicAccessConfigurationCommandInput,
477
480
  options?: __HttpHandlerOptions
@@ -543,6 +546,7 @@ export interface EMR {
543
546
  options: __HttpHandlerOptions,
544
547
  cb: (err: any, data?: ListBootstrapActionsCommandOutput) => void
545
548
  ): void;
549
+ listClusters(): Promise<ListClustersCommandOutput>;
546
550
  listClusters(
547
551
  args: ListClustersCommandInput,
548
552
  options?: __HttpHandlerOptions
@@ -595,6 +599,7 @@ export interface EMR {
595
599
  options: __HttpHandlerOptions,
596
600
  cb: (err: any, data?: ListInstancesCommandOutput) => void
597
601
  ): void;
602
+ listNotebookExecutions(): Promise<ListNotebookExecutionsCommandOutput>;
598
603
  listNotebookExecutions(
599
604
  args: ListNotebookExecutionsCommandInput,
600
605
  options?: __HttpHandlerOptions
@@ -608,6 +613,7 @@ export interface EMR {
608
613
  options: __HttpHandlerOptions,
609
614
  cb: (err: any, data?: ListNotebookExecutionsCommandOutput) => void
610
615
  ): void;
616
+ listReleaseLabels(): Promise<ListReleaseLabelsCommandOutput>;
611
617
  listReleaseLabels(
612
618
  args: ListReleaseLabelsCommandInput,
613
619
  options?: __HttpHandlerOptions
@@ -621,6 +627,7 @@ export interface EMR {
621
627
  options: __HttpHandlerOptions,
622
628
  cb: (err: any, data?: ListReleaseLabelsCommandOutput) => void
623
629
  ): void;
630
+ listSecurityConfigurations(): Promise<ListSecurityConfigurationsCommandOutput>;
624
631
  listSecurityConfigurations(
625
632
  args: ListSecurityConfigurationsCommandInput,
626
633
  options?: __HttpHandlerOptions
@@ -647,6 +654,7 @@ export interface EMR {
647
654
  options: __HttpHandlerOptions,
648
655
  cb: (err: any, data?: ListStepsCommandOutput) => void
649
656
  ): void;
657
+ listStudios(): Promise<ListStudiosCommandOutput>;
650
658
  listStudios(
651
659
  args: ListStudiosCommandInput,
652
660
  options?: __HttpHandlerOptions
@@ -660,6 +668,7 @@ export interface EMR {
660
668
  options: __HttpHandlerOptions,
661
669
  cb: (err: any, data?: ListStudiosCommandOutput) => void
662
670
  ): void;
671
+ listStudioSessionMappings(): Promise<ListStudioSessionMappingsCommandOutput>;
663
672
  listStudioSessionMappings(
664
673
  args: ListStudioSessionMappingsCommandInput,
665
674
  options?: __HttpHandlerOptions
@@ -712,6 +721,7 @@ export interface EMR {
712
721
  options: __HttpHandlerOptions,
713
722
  cb: (err: any, data?: ModifyInstanceFleetCommandOutput) => void
714
723
  ): void;
724
+ modifyInstanceGroups(): Promise<ModifyInstanceGroupsCommandOutput>;
715
725
  modifyInstanceGroups(
716
726
  args: ModifyInstanceGroupsCommandInput,
717
727
  options?: __HttpHandlerOptions
@@ -24,6 +24,15 @@ declare const AddInstanceFleetCommand_base: {
24
24
  ServiceInputTypes,
25
25
  ServiceOutputTypes
26
26
  >;
27
+ new (
28
+ __0_0: AddInstanceFleetCommandInput
29
+ ): import("@smithy/smithy-client").CommandImpl<
30
+ AddInstanceFleetCommandInput,
31
+ AddInstanceFleetCommandOutput,
32
+ EMRClientResolvedConfig,
33
+ ServiceInputTypes,
34
+ ServiceOutputTypes
35
+ >;
27
36
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
37
  };
29
38
  export declare class AddInstanceFleetCommand extends AddInstanceFleetCommand_base {}
@@ -24,6 +24,15 @@ declare const AddInstanceGroupsCommand_base: {
24
24
  ServiceInputTypes,
25
25
  ServiceOutputTypes
26
26
  >;
27
+ new (
28
+ __0_0: AddInstanceGroupsCommandInput
29
+ ): import("@smithy/smithy-client").CommandImpl<
30
+ AddInstanceGroupsCommandInput,
31
+ AddInstanceGroupsCommandOutput,
32
+ EMRClientResolvedConfig,
33
+ ServiceInputTypes,
34
+ ServiceOutputTypes
35
+ >;
27
36
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
37
  };
29
38
  export declare class AddInstanceGroupsCommand extends AddInstanceGroupsCommand_base {}
@@ -24,6 +24,15 @@ declare const AddJobFlowStepsCommand_base: {
24
24
  ServiceInputTypes,
25
25
  ServiceOutputTypes
26
26
  >;
27
+ new (
28
+ __0_0: AddJobFlowStepsCommandInput
29
+ ): import("@smithy/smithy-client").CommandImpl<
30
+ AddJobFlowStepsCommandInput,
31
+ AddJobFlowStepsCommandOutput,
32
+ EMRClientResolvedConfig,
33
+ ServiceInputTypes,
34
+ ServiceOutputTypes
35
+ >;
27
36
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
37
  };
29
38
  export declare class AddJobFlowStepsCommand extends AddJobFlowStepsCommand_base {}
@@ -17,6 +17,13 @@ declare const AddTagsCommand_base: {
17
17
  ServiceInputTypes,
18
18
  ServiceOutputTypes
19
19
  >;
20
+ new (__0_0: AddTagsCommandInput): import("@smithy/smithy-client").CommandImpl<
21
+ AddTagsCommandInput,
22
+ AddTagsCommandOutput,
23
+ EMRClientResolvedConfig,
24
+ ServiceInputTypes,
25
+ ServiceOutputTypes
26
+ >;
20
27
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
21
28
  };
22
29
  export declare class AddTagsCommand extends AddTagsCommand_base {}
@@ -21,6 +21,15 @@ declare const CancelStepsCommand_base: {
21
21
  ServiceInputTypes,
22
22
  ServiceOutputTypes
23
23
  >;
24
+ new (
25
+ __0_0: CancelStepsCommandInput
26
+ ): import("@smithy/smithy-client").CommandImpl<
27
+ CancelStepsCommandInput,
28
+ CancelStepsCommandOutput,
29
+ EMRClientResolvedConfig,
30
+ ServiceInputTypes,
31
+ ServiceOutputTypes
32
+ >;
24
33
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
34
  };
26
35
  export declare class CancelStepsCommand extends CancelStepsCommand_base {}
@@ -25,6 +25,15 @@ declare const CreateSecurityConfigurationCommand_base: {
25
25
  ServiceInputTypes,
26
26
  ServiceOutputTypes
27
27
  >;
28
+ new (
29
+ __0_0: CreateSecurityConfigurationCommandInput
30
+ ): import("@smithy/smithy-client").CommandImpl<
31
+ CreateSecurityConfigurationCommandInput,
32
+ CreateSecurityConfigurationCommandOutput,
33
+ EMRClientResolvedConfig,
34
+ ServiceInputTypes,
35
+ ServiceOutputTypes
36
+ >;
28
37
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
29
38
  };
30
39
  export declare class CreateSecurityConfigurationCommand extends CreateSecurityConfigurationCommand_base {}
@@ -21,6 +21,15 @@ declare const CreateStudioCommand_base: {
21
21
  ServiceInputTypes,
22
22
  ServiceOutputTypes
23
23
  >;
24
+ new (
25
+ __0_0: CreateStudioCommandInput
26
+ ): import("@smithy/smithy-client").CommandImpl<
27
+ CreateStudioCommandInput,
28
+ CreateStudioCommandOutput,
29
+ EMRClientResolvedConfig,
30
+ ServiceInputTypes,
31
+ ServiceOutputTypes
32
+ >;
24
33
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
34
  };
26
35
  export declare class CreateStudioCommand extends CreateStudioCommand_base {}
@@ -21,6 +21,15 @@ declare const CreateStudioSessionMappingCommand_base: {
21
21
  ServiceInputTypes,
22
22
  ServiceOutputTypes
23
23
  >;
24
+ new (
25
+ __0_0: CreateStudioSessionMappingCommandInput
26
+ ): import("@smithy/smithy-client").CommandImpl<
27
+ CreateStudioSessionMappingCommandInput,
28
+ CreateStudioSessionMappingCommandOutput,
29
+ EMRClientResolvedConfig,
30
+ ServiceInputTypes,
31
+ ServiceOutputTypes
32
+ >;
24
33
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
34
  };
26
35
  export declare class CreateStudioSessionMappingCommand extends CreateStudioSessionMappingCommand_base {}
@@ -25,6 +25,15 @@ declare const DeleteSecurityConfigurationCommand_base: {
25
25
  ServiceInputTypes,
26
26
  ServiceOutputTypes
27
27
  >;
28
+ new (
29
+ __0_0: DeleteSecurityConfigurationCommandInput
30
+ ): import("@smithy/smithy-client").CommandImpl<
31
+ DeleteSecurityConfigurationCommandInput,
32
+ DeleteSecurityConfigurationCommandOutput,
33
+ EMRClientResolvedConfig,
34
+ ServiceInputTypes,
35
+ ServiceOutputTypes
36
+ >;
28
37
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
29
38
  };
30
39
  export declare class DeleteSecurityConfigurationCommand extends DeleteSecurityConfigurationCommand_base {}
@@ -19,6 +19,15 @@ declare const DeleteStudioCommand_base: {
19
19
  ServiceInputTypes,
20
20
  ServiceOutputTypes
21
21
  >;
22
+ new (
23
+ __0_0: DeleteStudioCommandInput
24
+ ): import("@smithy/smithy-client").CommandImpl<
25
+ DeleteStudioCommandInput,
26
+ DeleteStudioCommandOutput,
27
+ EMRClientResolvedConfig,
28
+ ServiceInputTypes,
29
+ ServiceOutputTypes
30
+ >;
22
31
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
23
32
  };
24
33
  export declare class DeleteStudioCommand extends DeleteStudioCommand_base {}
@@ -21,6 +21,15 @@ declare const DeleteStudioSessionMappingCommand_base: {
21
21
  ServiceInputTypes,
22
22
  ServiceOutputTypes
23
23
  >;
24
+ new (
25
+ __0_0: DeleteStudioSessionMappingCommandInput
26
+ ): import("@smithy/smithy-client").CommandImpl<
27
+ DeleteStudioSessionMappingCommandInput,
28
+ DeleteStudioSessionMappingCommandOutput,
29
+ EMRClientResolvedConfig,
30
+ ServiceInputTypes,
31
+ ServiceOutputTypes
32
+ >;
24
33
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
34
  };
26
35
  export declare class DeleteStudioSessionMappingCommand extends DeleteStudioSessionMappingCommand_base {}
@@ -24,6 +24,15 @@ declare const DescribeClusterCommand_base: {
24
24
  ServiceInputTypes,
25
25
  ServiceOutputTypes
26
26
  >;
27
+ new (
28
+ __0_0: DescribeClusterCommandInput
29
+ ): import("@smithy/smithy-client").CommandImpl<
30
+ DescribeClusterCommandInput,
31
+ DescribeClusterCommandOutput,
32
+ EMRClientResolvedConfig,
33
+ ServiceInputTypes,
34
+ ServiceOutputTypes
35
+ >;
27
36
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
37
  };
29
38
  export declare class DescribeClusterCommand extends DescribeClusterCommand_base {}
@@ -24,6 +24,15 @@ declare const DescribeJobFlowsCommand_base: {
24
24
  ServiceInputTypes,
25
25
  ServiceOutputTypes
26
26
  >;
27
+ new (
28
+ ...[input]: [] | [DescribeJobFlowsCommandInput]
29
+ ): import("@smithy/smithy-client").CommandImpl<
30
+ DescribeJobFlowsCommandInput,
31
+ DescribeJobFlowsCommandOutput,
32
+ EMRClientResolvedConfig,
33
+ ServiceInputTypes,
34
+ ServiceOutputTypes
35
+ >;
27
36
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
37
  };
29
38
  export declare class DescribeJobFlowsCommand extends DescribeJobFlowsCommand_base {}
@@ -25,6 +25,15 @@ declare const DescribeNotebookExecutionCommand_base: {
25
25
  ServiceInputTypes,
26
26
  ServiceOutputTypes
27
27
  >;
28
+ new (
29
+ __0_0: DescribeNotebookExecutionCommandInput
30
+ ): import("@smithy/smithy-client").CommandImpl<
31
+ DescribeNotebookExecutionCommandInput,
32
+ DescribeNotebookExecutionCommandOutput,
33
+ EMRClientResolvedConfig,
34
+ ServiceInputTypes,
35
+ ServiceOutputTypes
36
+ >;
28
37
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
29
38
  };
30
39
  export declare class DescribeNotebookExecutionCommand extends DescribeNotebookExecutionCommand_base {}
@@ -25,6 +25,15 @@ declare const DescribeReleaseLabelCommand_base: {
25
25
  ServiceInputTypes,
26
26
  ServiceOutputTypes
27
27
  >;
28
+ new (
29
+ ...[input]: [] | [DescribeReleaseLabelCommandInput]
30
+ ): import("@smithy/smithy-client").CommandImpl<
31
+ DescribeReleaseLabelCommandInput,
32
+ DescribeReleaseLabelCommandOutput,
33
+ EMRClientResolvedConfig,
34
+ ServiceInputTypes,
35
+ ServiceOutputTypes
36
+ >;
28
37
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
29
38
  };
30
39
  export declare class DescribeReleaseLabelCommand extends DescribeReleaseLabelCommand_base {}
@@ -25,6 +25,15 @@ declare const DescribeSecurityConfigurationCommand_base: {
25
25
  ServiceInputTypes,
26
26
  ServiceOutputTypes
27
27
  >;
28
+ new (
29
+ __0_0: DescribeSecurityConfigurationCommandInput
30
+ ): import("@smithy/smithy-client").CommandImpl<
31
+ DescribeSecurityConfigurationCommandInput,
32
+ DescribeSecurityConfigurationCommandOutput,
33
+ EMRClientResolvedConfig,
34
+ ServiceInputTypes,
35
+ ServiceOutputTypes
36
+ >;
28
37
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
29
38
  };
30
39
  export declare class DescribeSecurityConfigurationCommand extends DescribeSecurityConfigurationCommand_base {}
@@ -21,6 +21,15 @@ declare const DescribeStepCommand_base: {
21
21
  ServiceInputTypes,
22
22
  ServiceOutputTypes
23
23
  >;
24
+ new (
25
+ __0_0: DescribeStepCommandInput
26
+ ): import("@smithy/smithy-client").CommandImpl<
27
+ DescribeStepCommandInput,
28
+ DescribeStepCommandOutput,
29
+ EMRClientResolvedConfig,
30
+ ServiceInputTypes,
31
+ ServiceOutputTypes
32
+ >;
24
33
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
34
  };
26
35
  export declare class DescribeStepCommand extends DescribeStepCommand_base {}
@@ -21,6 +21,15 @@ declare const DescribeStudioCommand_base: {
21
21
  ServiceInputTypes,
22
22
  ServiceOutputTypes
23
23
  >;
24
+ new (
25
+ __0_0: DescribeStudioCommandInput
26
+ ): import("@smithy/smithy-client").CommandImpl<
27
+ DescribeStudioCommandInput,
28
+ DescribeStudioCommandOutput,
29
+ EMRClientResolvedConfig,
30
+ ServiceInputTypes,
31
+ ServiceOutputTypes
32
+ >;
24
33
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
34
  };
26
35
  export declare class DescribeStudioCommand extends DescribeStudioCommand_base {}
@@ -25,6 +25,15 @@ declare const GetAutoTerminationPolicyCommand_base: {
25
25
  ServiceInputTypes,
26
26
  ServiceOutputTypes
27
27
  >;
28
+ new (
29
+ __0_0: GetAutoTerminationPolicyCommandInput
30
+ ): import("@smithy/smithy-client").CommandImpl<
31
+ GetAutoTerminationPolicyCommandInput,
32
+ GetAutoTerminationPolicyCommandOutput,
33
+ EMRClientResolvedConfig,
34
+ ServiceInputTypes,
35
+ ServiceOutputTypes
36
+ >;
28
37
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
29
38
  };
30
39
  export declare class GetAutoTerminationPolicyCommand extends GetAutoTerminationPolicyCommand_base {}
@@ -25,6 +25,15 @@ declare const GetBlockPublicAccessConfigurationCommand_base: {
25
25
  ServiceInputTypes,
26
26
  ServiceOutputTypes
27
27
  >;
28
+ new (
29
+ ...[input]: [] | [GetBlockPublicAccessConfigurationCommandInput]
30
+ ): import("@smithy/smithy-client").CommandImpl<
31
+ GetBlockPublicAccessConfigurationCommandInput,
32
+ GetBlockPublicAccessConfigurationCommandOutput,
33
+ EMRClientResolvedConfig,
34
+ ServiceInputTypes,
35
+ ServiceOutputTypes
36
+ >;
28
37
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
29
38
  };
30
39
  export declare class GetBlockPublicAccessConfigurationCommand extends GetBlockPublicAccessConfigurationCommand_base {}
@@ -25,6 +25,15 @@ declare const GetClusterSessionCredentialsCommand_base: {
25
25
  ServiceInputTypes,
26
26
  ServiceOutputTypes
27
27
  >;
28
+ new (
29
+ __0_0: GetClusterSessionCredentialsCommandInput
30
+ ): import("@smithy/smithy-client").CommandImpl<
31
+ GetClusterSessionCredentialsCommandInput,
32
+ GetClusterSessionCredentialsCommandOutput,
33
+ EMRClientResolvedConfig,
34
+ ServiceInputTypes,
35
+ ServiceOutputTypes
36
+ >;
28
37
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
29
38
  };
30
39
  export declare class GetClusterSessionCredentialsCommand extends GetClusterSessionCredentialsCommand_base {}
@@ -25,6 +25,15 @@ declare const GetManagedScalingPolicyCommand_base: {
25
25
  ServiceInputTypes,
26
26
  ServiceOutputTypes
27
27
  >;
28
+ new (
29
+ __0_0: GetManagedScalingPolicyCommandInput
30
+ ): import("@smithy/smithy-client").CommandImpl<
31
+ GetManagedScalingPolicyCommandInput,
32
+ GetManagedScalingPolicyCommandOutput,
33
+ EMRClientResolvedConfig,
34
+ ServiceInputTypes,
35
+ ServiceOutputTypes
36
+ >;
28
37
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
29
38
  };
30
39
  export declare class GetManagedScalingPolicyCommand extends GetManagedScalingPolicyCommand_base {}
@@ -25,6 +25,15 @@ declare const GetStudioSessionMappingCommand_base: {
25
25
  ServiceInputTypes,
26
26
  ServiceOutputTypes
27
27
  >;
28
+ new (
29
+ __0_0: GetStudioSessionMappingCommandInput
30
+ ): import("@smithy/smithy-client").CommandImpl<
31
+ GetStudioSessionMappingCommandInput,
32
+ GetStudioSessionMappingCommandOutput,
33
+ EMRClientResolvedConfig,
34
+ ServiceInputTypes,
35
+ ServiceOutputTypes
36
+ >;
28
37
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
29
38
  };
30
39
  export declare class GetStudioSessionMappingCommand extends GetStudioSessionMappingCommand_base {}
@@ -25,6 +25,15 @@ declare const ListBootstrapActionsCommand_base: {
25
25
  ServiceInputTypes,
26
26
  ServiceOutputTypes
27
27
  >;
28
+ new (
29
+ __0_0: ListBootstrapActionsCommandInput
30
+ ): import("@smithy/smithy-client").CommandImpl<
31
+ ListBootstrapActionsCommandInput,
32
+ ListBootstrapActionsCommandOutput,
33
+ EMRClientResolvedConfig,
34
+ ServiceInputTypes,
35
+ ServiceOutputTypes
36
+ >;
28
37
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
29
38
  };
30
39
  export declare class ListBootstrapActionsCommand extends ListBootstrapActionsCommand_base {}
@@ -21,6 +21,15 @@ declare const ListClustersCommand_base: {
21
21
  ServiceInputTypes,
22
22
  ServiceOutputTypes
23
23
  >;
24
+ new (
25
+ ...[input]: [] | [ListClustersCommandInput]
26
+ ): import("@smithy/smithy-client").CommandImpl<
27
+ ListClustersCommandInput,
28
+ ListClustersCommandOutput,
29
+ EMRClientResolvedConfig,
30
+ ServiceInputTypes,
31
+ ServiceOutputTypes
32
+ >;
24
33
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
34
  };
26
35
  export declare class ListClustersCommand extends ListClustersCommand_base {}
@@ -25,6 +25,15 @@ declare const ListInstanceFleetsCommand_base: {
25
25
  ServiceInputTypes,
26
26
  ServiceOutputTypes
27
27
  >;
28
+ new (
29
+ __0_0: ListInstanceFleetsCommandInput
30
+ ): import("@smithy/smithy-client").CommandImpl<
31
+ ListInstanceFleetsCommandInput,
32
+ ListInstanceFleetsCommandOutput,
33
+ EMRClientResolvedConfig,
34
+ ServiceInputTypes,
35
+ ServiceOutputTypes
36
+ >;
28
37
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
29
38
  };
30
39
  export declare class ListInstanceFleetsCommand extends ListInstanceFleetsCommand_base {}
@@ -25,6 +25,15 @@ declare const ListInstanceGroupsCommand_base: {
25
25
  ServiceInputTypes,
26
26
  ServiceOutputTypes
27
27
  >;
28
+ new (
29
+ __0_0: ListInstanceGroupsCommandInput
30
+ ): import("@smithy/smithy-client").CommandImpl<
31
+ ListInstanceGroupsCommandInput,
32
+ ListInstanceGroupsCommandOutput,
33
+ EMRClientResolvedConfig,
34
+ ServiceInputTypes,
35
+ ServiceOutputTypes
36
+ >;
28
37
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
29
38
  };
30
39
  export declare class ListInstanceGroupsCommand extends ListInstanceGroupsCommand_base {}
@@ -21,6 +21,15 @@ declare const ListInstancesCommand_base: {
21
21
  ServiceInputTypes,
22
22
  ServiceOutputTypes
23
23
  >;
24
+ new (
25
+ __0_0: ListInstancesCommandInput
26
+ ): import("@smithy/smithy-client").CommandImpl<
27
+ ListInstancesCommandInput,
28
+ ListInstancesCommandOutput,
29
+ EMRClientResolvedConfig,
30
+ ServiceInputTypes,
31
+ ServiceOutputTypes
32
+ >;
24
33
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
34
  };
26
35
  export declare class ListInstancesCommand extends ListInstancesCommand_base {}
@@ -25,6 +25,15 @@ declare const ListNotebookExecutionsCommand_base: {
25
25
  ServiceInputTypes,
26
26
  ServiceOutputTypes
27
27
  >;
28
+ new (
29
+ ...[input]: [] | [ListNotebookExecutionsCommandInput]
30
+ ): import("@smithy/smithy-client").CommandImpl<
31
+ ListNotebookExecutionsCommandInput,
32
+ ListNotebookExecutionsCommandOutput,
33
+ EMRClientResolvedConfig,
34
+ ServiceInputTypes,
35
+ ServiceOutputTypes
36
+ >;
28
37
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
29
38
  };
30
39
  export declare class ListNotebookExecutionsCommand extends ListNotebookExecutionsCommand_base {}
@@ -24,6 +24,15 @@ declare const ListReleaseLabelsCommand_base: {
24
24
  ServiceInputTypes,
25
25
  ServiceOutputTypes
26
26
  >;
27
+ new (
28
+ ...[input]: [] | [ListReleaseLabelsCommandInput]
29
+ ): import("@smithy/smithy-client").CommandImpl<
30
+ ListReleaseLabelsCommandInput,
31
+ ListReleaseLabelsCommandOutput,
32
+ EMRClientResolvedConfig,
33
+ ServiceInputTypes,
34
+ ServiceOutputTypes
35
+ >;
27
36
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
37
  };
29
38
  export declare class ListReleaseLabelsCommand extends ListReleaseLabelsCommand_base {}
@@ -25,6 +25,15 @@ declare const ListSecurityConfigurationsCommand_base: {
25
25
  ServiceInputTypes,
26
26
  ServiceOutputTypes
27
27
  >;
28
+ new (
29
+ ...[input]: [] | [ListSecurityConfigurationsCommandInput]
30
+ ): import("@smithy/smithy-client").CommandImpl<
31
+ ListSecurityConfigurationsCommandInput,
32
+ ListSecurityConfigurationsCommandOutput,
33
+ EMRClientResolvedConfig,
34
+ ServiceInputTypes,
35
+ ServiceOutputTypes
36
+ >;
28
37
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
29
38
  };
30
39
  export declare class ListSecurityConfigurationsCommand extends ListSecurityConfigurationsCommand_base {}
@@ -21,6 +21,15 @@ declare const ListStepsCommand_base: {
21
21
  ServiceInputTypes,
22
22
  ServiceOutputTypes
23
23
  >;
24
+ new (
25
+ __0_0: ListStepsCommandInput
26
+ ): import("@smithy/smithy-client").CommandImpl<
27
+ ListStepsCommandInput,
28
+ ListStepsCommandOutput,
29
+ EMRClientResolvedConfig,
30
+ ServiceInputTypes,
31
+ ServiceOutputTypes
32
+ >;
24
33
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
34
  };
26
35
  export declare class ListStepsCommand extends ListStepsCommand_base {}
@@ -25,6 +25,15 @@ declare const ListStudioSessionMappingsCommand_base: {
25
25
  ServiceInputTypes,
26
26
  ServiceOutputTypes
27
27
  >;
28
+ new (
29
+ ...[input]: [] | [ListStudioSessionMappingsCommandInput]
30
+ ): import("@smithy/smithy-client").CommandImpl<
31
+ ListStudioSessionMappingsCommandInput,
32
+ ListStudioSessionMappingsCommandOutput,
33
+ EMRClientResolvedConfig,
34
+ ServiceInputTypes,
35
+ ServiceOutputTypes
36
+ >;
28
37
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
29
38
  };
30
39
  export declare class ListStudioSessionMappingsCommand extends ListStudioSessionMappingsCommand_base {}
@@ -21,6 +21,15 @@ declare const ListStudiosCommand_base: {
21
21
  ServiceInputTypes,
22
22
  ServiceOutputTypes
23
23
  >;
24
+ new (
25
+ ...[input]: [] | [ListStudiosCommandInput]
26
+ ): import("@smithy/smithy-client").CommandImpl<
27
+ ListStudiosCommandInput,
28
+ ListStudiosCommandOutput,
29
+ EMRClientResolvedConfig,
30
+ ServiceInputTypes,
31
+ ServiceOutputTypes
32
+ >;
24
33
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
34
  };
26
35
  export declare class ListStudiosCommand extends ListStudiosCommand_base {}