@aws-sdk/client-emr 3.533.0 → 3.536.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 +4 -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
@@ -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
  }
@@ -22,10 +22,10 @@ export interface ListInstanceFleetsCommandOutput extends ListInstanceFleetsOutpu
22
22
  }
23
23
  declare const ListInstanceFleetsCommand_base: {
24
24
  new (input: ListInstanceFleetsCommandInput): import("@smithy/smithy-client").CommandImpl<ListInstanceFleetsCommandInput, ListInstanceFleetsCommandOutput, EMRClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: ListInstanceFleetsCommandInput): import("@smithy/smithy-client").CommandImpl<ListInstanceFleetsCommandInput, ListInstanceFleetsCommandOutput, EMRClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Lists all available details about the instance fleets in a cluster.</p>
30
30
  * <note>
31
31
  * <p>The instance fleet configuration is available only in Amazon EMR releases
@@ -150,6 +150,7 @@ declare const ListInstanceFleetsCommand_base: {
150
150
  * @throws {@link EMRServiceException}
151
151
  * <p>Base exception class for all service exceptions from EMR service.</p>
152
152
  *
153
+ * @public
153
154
  */
154
155
  export declare class ListInstanceFleetsCommand extends ListInstanceFleetsCommand_base {
155
156
  }
@@ -22,10 +22,10 @@ export interface ListInstanceGroupsCommandOutput extends ListInstanceGroupsOutpu
22
22
  }
23
23
  declare const ListInstanceGroupsCommand_base: {
24
24
  new (input: ListInstanceGroupsCommandInput): import("@smithy/smithy-client").CommandImpl<ListInstanceGroupsCommandInput, ListInstanceGroupsCommandOutput, EMRClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: ListInstanceGroupsCommandInput): import("@smithy/smithy-client").CommandImpl<ListInstanceGroupsCommandInput, ListInstanceGroupsCommandOutput, EMRClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Provides all available details about the instance groups in a cluster.</p>
30
30
  * @example
31
31
  * Use a bare-bones client and the command you need to make an API call.
@@ -175,6 +175,7 @@ declare const ListInstanceGroupsCommand_base: {
175
175
  * @throws {@link EMRServiceException}
176
176
  * <p>Base exception class for all service exceptions from EMR service.</p>
177
177
  *
178
+ * @public
178
179
  */
179
180
  export declare class ListInstanceGroupsCommand extends ListInstanceGroupsCommand_base {
180
181
  }
@@ -22,10 +22,10 @@ export interface ListInstancesCommandOutput extends ListInstancesOutput, __Metad
22
22
  }
23
23
  declare const ListInstancesCommand_base: {
24
24
  new (input: ListInstancesCommandInput): import("@smithy/smithy-client").CommandImpl<ListInstancesCommandInput, ListInstancesCommandOutput, EMRClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: ListInstancesCommandInput): import("@smithy/smithy-client").CommandImpl<ListInstancesCommandInput, ListInstancesCommandOutput, EMRClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Provides information for all active Amazon EC2 instances and Amazon EC2
30
30
  * instances terminated in the last 30 days, up to a maximum of 2,000. Amazon EC2
31
31
  * instances in any of the following states are considered active: AWAITING_FULFILLMENT,
@@ -105,6 +105,7 @@ declare const ListInstancesCommand_base: {
105
105
  * @throws {@link EMRServiceException}
106
106
  * <p>Base exception class for all service exceptions from EMR service.</p>
107
107
  *
108
+ * @public
108
109
  */
109
110
  export declare class ListInstancesCommand extends ListInstancesCommand_base {
110
111
  }
@@ -22,10 +22,10 @@ export interface ListNotebookExecutionsCommandOutput extends ListNotebookExecuti
22
22
  }
23
23
  declare const ListNotebookExecutionsCommand_base: {
24
24
  new (input: ListNotebookExecutionsCommandInput): import("@smithy/smithy-client").CommandImpl<ListNotebookExecutionsCommandInput, ListNotebookExecutionsCommandOutput, EMRClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (...[input]: [] | [ListNotebookExecutionsCommandInput]): import("@smithy/smithy-client").CommandImpl<ListNotebookExecutionsCommandInput, ListNotebookExecutionsCommandOutput, EMRClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Provides summaries of all notebook executions. You can filter the list based on multiple
30
30
  * criteria such as status, time range, and editor id. Returns a maximum of 50 notebook
31
31
  * executions and a marker to track the paging of a longer notebook execution list across
@@ -83,6 +83,7 @@ declare const ListNotebookExecutionsCommand_base: {
83
83
  * @throws {@link EMRServiceException}
84
84
  * <p>Base exception class for all service exceptions from EMR service.</p>
85
85
  *
86
+ * @public
86
87
  */
87
88
  export declare class ListNotebookExecutionsCommand extends ListNotebookExecutionsCommand_base {
88
89
  }
@@ -22,10 +22,10 @@ export interface ListReleaseLabelsCommandOutput extends ListReleaseLabelsOutput,
22
22
  }
23
23
  declare const ListReleaseLabelsCommand_base: {
24
24
  new (input: ListReleaseLabelsCommandInput): import("@smithy/smithy-client").CommandImpl<ListReleaseLabelsCommandInput, ListReleaseLabelsCommandOutput, EMRClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (...[input]: [] | [ListReleaseLabelsCommandInput]): import("@smithy/smithy-client").CommandImpl<ListReleaseLabelsCommandInput, ListReleaseLabelsCommandOutput, EMRClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Retrieves release labels of Amazon EMR services in the Region where the API is
30
30
  * called.</p>
31
31
  * @example
@@ -69,6 +69,7 @@ declare const ListReleaseLabelsCommand_base: {
69
69
  * @throws {@link EMRServiceException}
70
70
  * <p>Base exception class for all service exceptions from EMR service.</p>
71
71
  *
72
+ * @public
72
73
  */
73
74
  export declare class ListReleaseLabelsCommand extends ListReleaseLabelsCommand_base {
74
75
  }
@@ -22,10 +22,10 @@ export interface ListSecurityConfigurationsCommandOutput extends ListSecurityCon
22
22
  }
23
23
  declare const ListSecurityConfigurationsCommand_base: {
24
24
  new (input: ListSecurityConfigurationsCommandInput): import("@smithy/smithy-client").CommandImpl<ListSecurityConfigurationsCommandInput, ListSecurityConfigurationsCommandOutput, EMRClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (...[input]: [] | [ListSecurityConfigurationsCommandInput]): import("@smithy/smithy-client").CommandImpl<ListSecurityConfigurationsCommandInput, ListSecurityConfigurationsCommandOutput, EMRClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Lists all the security configurations visible to this account, providing their creation
30
30
  * dates and times, and their names. This call returns a maximum of 50 clusters per call, but
31
31
  * returns a marker to track the paging of the cluster list across multiple
@@ -69,6 +69,7 @@ declare const ListSecurityConfigurationsCommand_base: {
69
69
  * @throws {@link EMRServiceException}
70
70
  * <p>Base exception class for all service exceptions from EMR service.</p>
71
71
  *
72
+ * @public
72
73
  */
73
74
  export declare class ListSecurityConfigurationsCommand extends ListSecurityConfigurationsCommand_base {
74
75
  }
@@ -22,10 +22,10 @@ export interface ListStepsCommandOutput extends ListStepsOutput, __MetadataBeare
22
22
  }
23
23
  declare const ListStepsCommand_base: {
24
24
  new (input: ListStepsCommandInput): import("@smithy/smithy-client").CommandImpl<ListStepsCommandInput, ListStepsCommandOutput, EMRClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: ListStepsCommandInput): import("@smithy/smithy-client").CommandImpl<ListStepsCommandInput, ListStepsCommandOutput, EMRClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Provides a list of steps for the cluster in reverse order unless you specify
30
30
  * <code>stepIds</code> with the request or filter by <code>StepStates</code>. You can
31
31
  * specify a maximum of 10 <code>stepIDs</code>. The CLI automatically
@@ -106,6 +106,7 @@ declare const ListStepsCommand_base: {
106
106
  * @throws {@link EMRServiceException}
107
107
  * <p>Base exception class for all service exceptions from EMR service.</p>
108
108
  *
109
+ * @public
109
110
  */
110
111
  export declare class ListStepsCommand extends ListStepsCommand_base {
111
112
  }
@@ -22,10 +22,10 @@ export interface ListStudioSessionMappingsCommandOutput extends ListStudioSessio
22
22
  }
23
23
  declare const ListStudioSessionMappingsCommand_base: {
24
24
  new (input: ListStudioSessionMappingsCommandInput): import("@smithy/smithy-client").CommandImpl<ListStudioSessionMappingsCommandInput, ListStudioSessionMappingsCommandOutput, EMRClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (...[input]: [] | [ListStudioSessionMappingsCommandInput]): import("@smithy/smithy-client").CommandImpl<ListStudioSessionMappingsCommandInput, ListStudioSessionMappingsCommandOutput, EMRClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Returns a list of all user or group session mappings for the Amazon EMR Studio
30
30
  * specified by <code>StudioId</code>.</p>
31
31
  * @example
@@ -73,6 +73,7 @@ declare const ListStudioSessionMappingsCommand_base: {
73
73
  * @throws {@link EMRServiceException}
74
74
  * <p>Base exception class for all service exceptions from EMR service.</p>
75
75
  *
76
+ * @public
76
77
  */
77
78
  export declare class ListStudioSessionMappingsCommand extends ListStudioSessionMappingsCommand_base {
78
79
  }
@@ -22,10 +22,10 @@ export interface ListStudiosCommandOutput extends ListStudiosOutput, __MetadataB
22
22
  }
23
23
  declare const ListStudiosCommand_base: {
24
24
  new (input: ListStudiosCommandInput): import("@smithy/smithy-client").CommandImpl<ListStudiosCommandInput, ListStudiosCommandOutput, EMRClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (...[input]: [] | [ListStudiosCommandInput]): import("@smithy/smithy-client").CommandImpl<ListStudiosCommandInput, ListStudiosCommandOutput, EMRClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Returns a list of all Amazon EMR Studios associated with the Amazon Web Services account. The list includes details such as ID, Studio Access URL, and
30
30
  * creation time for each Studio.</p>
31
31
  * @example
@@ -72,6 +72,7 @@ declare const ListStudiosCommand_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 ListStudiosCommand extends ListStudiosCommand_base {
77
78
  }
@@ -22,10 +22,10 @@ export interface ListSupportedInstanceTypesCommandOutput extends ListSupportedIn
22
22
  }
23
23
  declare const ListSupportedInstanceTypesCommand_base: {
24
24
  new (input: ListSupportedInstanceTypesCommandInput): import("@smithy/smithy-client").CommandImpl<ListSupportedInstanceTypesCommandInput, ListSupportedInstanceTypesCommandOutput, EMRClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: ListSupportedInstanceTypesCommandInput): import("@smithy/smithy-client").CommandImpl<ListSupportedInstanceTypesCommandInput, ListSupportedInstanceTypesCommandOutput, EMRClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>A list of the instance types that Amazon EMR supports. You can filter the
30
30
  * list by Amazon Web Services Region and Amazon EMR release. </p>
31
31
  * @example
@@ -77,6 +77,7 @@ declare const ListSupportedInstanceTypesCommand_base: {
77
77
  * @throws {@link EMRServiceException}
78
78
  * <p>Base exception class for all service exceptions from EMR service.</p>
79
79
  *
80
+ * @public
80
81
  */
81
82
  export declare class ListSupportedInstanceTypesCommand extends ListSupportedInstanceTypesCommand_base {
82
83
  }
@@ -22,10 +22,10 @@ export interface ModifyClusterCommandOutput extends ModifyClusterOutput, __Metad
22
22
  }
23
23
  declare const ModifyClusterCommand_base: {
24
24
  new (input: ModifyClusterCommandInput): import("@smithy/smithy-client").CommandImpl<ModifyClusterCommandInput, ModifyClusterCommandOutput, EMRClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: ModifyClusterCommandInput): import("@smithy/smithy-client").CommandImpl<ModifyClusterCommandInput, ModifyClusterCommandOutput, EMRClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Modifies the number of steps that can be executed concurrently for the cluster specified
30
30
  * using ClusterID.</p>
31
31
  * @example
@@ -62,6 +62,7 @@ declare const ModifyClusterCommand_base: {
62
62
  * @throws {@link EMRServiceException}
63
63
  * <p>Base exception class for all service exceptions from EMR service.</p>
64
64
  *
65
+ * @public
65
66
  */
66
67
  export declare class ModifyClusterCommand extends ModifyClusterCommand_base {
67
68
  }
@@ -22,10 +22,10 @@ export interface ModifyInstanceFleetCommandOutput extends __MetadataBearer {
22
22
  }
23
23
  declare const ModifyInstanceFleetCommand_base: {
24
24
  new (input: ModifyInstanceFleetCommandInput): import("@smithy/smithy-client").CommandImpl<ModifyInstanceFleetCommandInput, ModifyInstanceFleetCommandOutput, EMRClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: ModifyInstanceFleetCommandInput): import("@smithy/smithy-client").CommandImpl<ModifyInstanceFleetCommandInput, ModifyInstanceFleetCommandOutput, EMRClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Modifies the target On-Demand and target Spot capacities for the instance fleet with the
30
30
  * specified InstanceFleetID within the cluster specified using ClusterID. The call either
31
31
  * succeeds or fails atomically.</p>
@@ -77,6 +77,7 @@ declare const ModifyInstanceFleetCommand_base: {
77
77
  * @throws {@link EMRServiceException}
78
78
  * <p>Base exception class for all service exceptions from EMR service.</p>
79
79
  *
80
+ * @public
80
81
  */
81
82
  export declare class ModifyInstanceFleetCommand extends ModifyInstanceFleetCommand_base {
82
83
  }
@@ -22,10 +22,10 @@ export interface ModifyInstanceGroupsCommandOutput extends __MetadataBearer {
22
22
  }
23
23
  declare const ModifyInstanceGroupsCommand_base: {
24
24
  new (input: ModifyInstanceGroupsCommandInput): import("@smithy/smithy-client").CommandImpl<ModifyInstanceGroupsCommandInput, ModifyInstanceGroupsCommandOutput, EMRClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (...[input]: [] | [ModifyInstanceGroupsCommandInput]): import("@smithy/smithy-client").CommandImpl<ModifyInstanceGroupsCommandInput, ModifyInstanceGroupsCommandOutput, EMRClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>ModifyInstanceGroups modifies the number of nodes and configuration settings of an
30
30
  * instance group. The input parameters include the new target instance count for the group
31
31
  * and the instance group ID. The call will either succeed or fail atomically.</p>
@@ -96,6 +96,7 @@ declare const ModifyInstanceGroupsCommand_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 ModifyInstanceGroupsCommand extends ModifyInstanceGroupsCommand_base {
101
102
  }
@@ -22,10 +22,10 @@ export interface PutAutoScalingPolicyCommandOutput extends PutAutoScalingPolicyO
22
22
  }
23
23
  declare const PutAutoScalingPolicyCommand_base: {
24
24
  new (input: PutAutoScalingPolicyCommandInput): import("@smithy/smithy-client").CommandImpl<PutAutoScalingPolicyCommandInput, PutAutoScalingPolicyCommandOutput, EMRClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: PutAutoScalingPolicyCommandInput): import("@smithy/smithy-client").CommandImpl<PutAutoScalingPolicyCommandInput, PutAutoScalingPolicyCommandOutput, EMRClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Creates or updates an automatic scaling policy for a core instance group or task
30
30
  * instance group in an Amazon EMR cluster. The automatic scaling policy defines how
31
31
  * an instance group dynamically adds and terminates Amazon EC2 instances in response
@@ -142,6 +142,7 @@ declare const PutAutoScalingPolicyCommand_base: {
142
142
  * @throws {@link EMRServiceException}
143
143
  * <p>Base exception class for all service exceptions from EMR service.</p>
144
144
  *
145
+ * @public
145
146
  */
146
147
  export declare class PutAutoScalingPolicyCommand extends PutAutoScalingPolicyCommand_base {
147
148
  }
@@ -22,10 +22,10 @@ export interface PutAutoTerminationPolicyCommandOutput extends PutAutoTerminatio
22
22
  }
23
23
  declare const PutAutoTerminationPolicyCommand_base: {
24
24
  new (input: PutAutoTerminationPolicyCommandInput): import("@smithy/smithy-client").CommandImpl<PutAutoTerminationPolicyCommandInput, PutAutoTerminationPolicyCommandOutput, EMRClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: PutAutoTerminationPolicyCommandInput): import("@smithy/smithy-client").CommandImpl<PutAutoTerminationPolicyCommandInput, PutAutoTerminationPolicyCommandOutput, EMRClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <note>
30
30
  * <p>Auto-termination is supported in Amazon EMR releases 5.30.0 and 6.1.0 and
31
31
  * later. For more information, see <a href="https://docs.aws.amazon.com/emr/latest/ManagementGuide/emr-auto-termination-policy.html">Using an
@@ -62,6 +62,7 @@ declare const PutAutoTerminationPolicyCommand_base: {
62
62
  * @throws {@link EMRServiceException}
63
63
  * <p>Base exception class for all service exceptions from EMR service.</p>
64
64
  *
65
+ * @public
65
66
  */
66
67
  export declare class PutAutoTerminationPolicyCommand extends PutAutoTerminationPolicyCommand_base {
67
68
  }
@@ -22,10 +22,10 @@ export interface PutBlockPublicAccessConfigurationCommandOutput extends PutBlock
22
22
  }
23
23
  declare const PutBlockPublicAccessConfigurationCommand_base: {
24
24
  new (input: PutBlockPublicAccessConfigurationCommandInput): import("@smithy/smithy-client").CommandImpl<PutBlockPublicAccessConfigurationCommandInput, PutBlockPublicAccessConfigurationCommandOutput, EMRClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: PutBlockPublicAccessConfigurationCommandInput): import("@smithy/smithy-client").CommandImpl<PutBlockPublicAccessConfigurationCommandInput, PutBlockPublicAccessConfigurationCommandOutput, EMRClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Creates or updates an Amazon EMR block public access configuration for your
30
30
  * 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
31
31
  * Public Access for Amazon EMR</a> in the <i>Amazon EMR
@@ -88,6 +88,7 @@ declare const PutBlockPublicAccessConfigurationCommand_base: {
88
88
  * @throws {@link EMRServiceException}
89
89
  * <p>Base exception class for all service exceptions from EMR service.</p>
90
90
  *
91
+ * @public
91
92
  */
92
93
  export declare class PutBlockPublicAccessConfigurationCommand extends PutBlockPublicAccessConfigurationCommand_base {
93
94
  }
@@ -22,10 +22,10 @@ export interface PutManagedScalingPolicyCommandOutput extends PutManagedScalingP
22
22
  }
23
23
  declare const PutManagedScalingPolicyCommand_base: {
24
24
  new (input: PutManagedScalingPolicyCommandInput): import("@smithy/smithy-client").CommandImpl<PutManagedScalingPolicyCommandInput, PutManagedScalingPolicyCommandOutput, EMRClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: PutManagedScalingPolicyCommandInput): import("@smithy/smithy-client").CommandImpl<PutManagedScalingPolicyCommandInput, PutManagedScalingPolicyCommandOutput, EMRClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Creates or updates a managed scaling policy for an Amazon EMR cluster. The
30
30
  * managed scaling policy defines the limits for resources, such as Amazon EC2
31
31
  * instances that can be added or terminated from a cluster. The policy only applies to the
@@ -63,6 +63,7 @@ declare const PutManagedScalingPolicyCommand_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 PutManagedScalingPolicyCommand extends PutManagedScalingPolicyCommand_base {
68
69
  }
@@ -22,10 +22,10 @@ export interface RemoveAutoScalingPolicyCommandOutput extends RemoveAutoScalingP
22
22
  }
23
23
  declare const RemoveAutoScalingPolicyCommand_base: {
24
24
  new (input: RemoveAutoScalingPolicyCommandInput): import("@smithy/smithy-client").CommandImpl<RemoveAutoScalingPolicyCommandInput, RemoveAutoScalingPolicyCommandOutput, EMRClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: RemoveAutoScalingPolicyCommandInput): import("@smithy/smithy-client").CommandImpl<RemoveAutoScalingPolicyCommandInput, RemoveAutoScalingPolicyCommandOutput, EMRClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Removes an automatic scaling policy from a specified instance group within 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.
@@ -52,6 +52,7 @@ declare const RemoveAutoScalingPolicyCommand_base: {
52
52
  * @throws {@link EMRServiceException}
53
53
  * <p>Base exception class for all service exceptions from EMR service.</p>
54
54
  *
55
+ * @public
55
56
  */
56
57
  export declare class RemoveAutoScalingPolicyCommand extends RemoveAutoScalingPolicyCommand_base {
57
58
  }
@@ -22,10 +22,10 @@ export interface RemoveAutoTerminationPolicyCommandOutput extends RemoveAutoTerm
22
22
  }
23
23
  declare const RemoveAutoTerminationPolicyCommand_base: {
24
24
  new (input: RemoveAutoTerminationPolicyCommandInput): import("@smithy/smithy-client").CommandImpl<RemoveAutoTerminationPolicyCommandInput, RemoveAutoTerminationPolicyCommandOutput, EMRClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: RemoveAutoTerminationPolicyCommandInput): import("@smithy/smithy-client").CommandImpl<RemoveAutoTerminationPolicyCommandInput, RemoveAutoTerminationPolicyCommandOutput, EMRClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Removes an auto-termination policy from 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.
@@ -51,6 +51,7 @@ declare const RemoveAutoTerminationPolicyCommand_base: {
51
51
  * @throws {@link EMRServiceException}
52
52
  * <p>Base exception class for all service exceptions from EMR service.</p>
53
53
  *
54
+ * @public
54
55
  */
55
56
  export declare class RemoveAutoTerminationPolicyCommand extends RemoveAutoTerminationPolicyCommand_base {
56
57
  }
@@ -22,10 +22,10 @@ export interface RemoveManagedScalingPolicyCommandOutput extends RemoveManagedSc
22
22
  }
23
23
  declare const RemoveManagedScalingPolicyCommand_base: {
24
24
  new (input: RemoveManagedScalingPolicyCommandInput): import("@smithy/smithy-client").CommandImpl<RemoveManagedScalingPolicyCommandInput, RemoveManagedScalingPolicyCommandOutput, EMRClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: RemoveManagedScalingPolicyCommandInput): import("@smithy/smithy-client").CommandImpl<RemoveManagedScalingPolicyCommandInput, RemoveManagedScalingPolicyCommandOutput, EMRClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p> Removes a managed scaling policy from a specified Amazon EMR cluster. </p>
30
30
  * @example
31
31
  * Use a bare-bones client and the command you need to make an API call.
@@ -51,6 +51,7 @@ declare const RemoveManagedScalingPolicyCommand_base: {
51
51
  * @throws {@link EMRServiceException}
52
52
  * <p>Base exception class for all service exceptions from EMR service.</p>
53
53
  *
54
+ * @public
54
55
  */
55
56
  export declare class RemoveManagedScalingPolicyCommand extends RemoveManagedScalingPolicyCommand_base {
56
57
  }
@@ -22,10 +22,10 @@ export interface RemoveTagsCommandOutput extends RemoveTagsOutput, __MetadataBea
22
22
  }
23
23
  declare const RemoveTagsCommand_base: {
24
24
  new (input: RemoveTagsCommandInput): import("@smithy/smithy-client").CommandImpl<RemoveTagsCommandInput, RemoveTagsCommandOutput, EMRClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: RemoveTagsCommandInput): import("@smithy/smithy-client").CommandImpl<RemoveTagsCommandInput, RemoveTagsCommandOutput, EMRClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Removes tags from an Amazon EMR resource, such as a cluster or Amazon EMR Studio. Tags make it easier to associate resources in various ways, such as grouping
30
30
  * clusters to track your Amazon EMR resource allocation costs. For more information,
31
31
  * see <a href="https://docs.aws.amazon.com/emr/latest/ManagementGuide/emr-plan-tags.html">Tag
@@ -65,6 +65,7 @@ declare const RemoveTagsCommand_base: {
65
65
  * @throws {@link EMRServiceException}
66
66
  * <p>Base exception class for all service exceptions from EMR service.</p>
67
67
  *
68
+ * @public
68
69
  */
69
70
  export declare class RemoveTagsCommand extends RemoveTagsCommand_base {
70
71
  }
@@ -22,10 +22,10 @@ export interface RunJobFlowCommandOutput extends RunJobFlowOutput, __MetadataBea
22
22
  }
23
23
  declare const RunJobFlowCommand_base: {
24
24
  new (input: RunJobFlowCommandInput): import("@smithy/smithy-client").CommandImpl<RunJobFlowCommandInput, RunJobFlowCommandOutput, EMRClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: RunJobFlowCommandInput): import("@smithy/smithy-client").CommandImpl<RunJobFlowCommandInput, RunJobFlowCommandOutput, EMRClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>RunJobFlow creates and starts running a new cluster (job flow). The cluster runs the
30
30
  * steps specified. After the steps complete, the cluster stops and the HDFS partition is
31
31
  * lost. To prevent loss of data, configure the last step of the job flow to store results in
@@ -345,6 +345,7 @@ declare const RunJobFlowCommand_base: {
345
345
  * @throws {@link EMRServiceException}
346
346
  * <p>Base exception class for all service exceptions from EMR service.</p>
347
347
  *
348
+ * @public
348
349
  */
349
350
  export declare class RunJobFlowCommand extends RunJobFlowCommand_base {
350
351
  }
@@ -22,10 +22,10 @@ export interface SetKeepJobFlowAliveWhenNoStepsCommandOutput extends __MetadataB
22
22
  }
23
23
  declare const SetKeepJobFlowAliveWhenNoStepsCommand_base: {
24
24
  new (input: SetKeepJobFlowAliveWhenNoStepsCommandInput): import("@smithy/smithy-client").CommandImpl<SetKeepJobFlowAliveWhenNoStepsCommandInput, SetKeepJobFlowAliveWhenNoStepsCommandOutput, EMRClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: SetKeepJobFlowAliveWhenNoStepsCommandInput): import("@smithy/smithy-client").CommandImpl<SetKeepJobFlowAliveWhenNoStepsCommandInput, SetKeepJobFlowAliveWhenNoStepsCommandOutput, EMRClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>You can use the <code>SetKeepJobFlowAliveWhenNoSteps</code> to configure a cluster (job flow) to terminate after the step execution, i.e., all your
30
30
  * steps are executed. If you want a transient cluster that shuts down after the last of the current executing steps are completed,
31
31
  * you can configure <code>SetKeepJobFlowAliveWhenNoSteps</code> to false. If you want a long running cluster, configure <code>SetKeepJobFlowAliveWhenNoSteps</code> to true.</p>
@@ -61,6 +61,7 @@ declare const SetKeepJobFlowAliveWhenNoStepsCommand_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 SetKeepJobFlowAliveWhenNoStepsCommand extends SetKeepJobFlowAliveWhenNoStepsCommand_base {
66
67
  }
@@ -22,10 +22,10 @@ export interface SetTerminationProtectionCommandOutput extends __MetadataBearer
22
22
  }
23
23
  declare const SetTerminationProtectionCommand_base: {
24
24
  new (input: SetTerminationProtectionCommandInput): import("@smithy/smithy-client").CommandImpl<SetTerminationProtectionCommandInput, SetTerminationProtectionCommandOutput, EMRClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: SetTerminationProtectionCommandInput): import("@smithy/smithy-client").CommandImpl<SetTerminationProtectionCommandInput, SetTerminationProtectionCommandOutput, EMRClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>SetTerminationProtection locks a cluster (job flow) so the Amazon EC2 instances
30
30
  * in the cluster cannot be terminated by user intervention, an API call, or in the event of a
31
31
  * job-flow error. The cluster still terminates upon successful completion of the job flow.
@@ -74,6 +74,7 @@ declare const SetTerminationProtectionCommand_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 SetTerminationProtectionCommand extends SetTerminationProtectionCommand_base {
79
80
  }
@@ -22,10 +22,10 @@ export interface SetUnhealthyNodeReplacementCommandOutput extends __MetadataBear
22
22
  }
23
23
  declare const SetUnhealthyNodeReplacementCommand_base: {
24
24
  new (input: SetUnhealthyNodeReplacementCommandInput): import("@smithy/smithy-client").CommandImpl<SetUnhealthyNodeReplacementCommandInput, SetUnhealthyNodeReplacementCommandOutput, EMRClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: SetUnhealthyNodeReplacementCommandInput): import("@smithy/smithy-client").CommandImpl<SetUnhealthyNodeReplacementCommandInput, SetUnhealthyNodeReplacementCommandOutput, EMRClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Specify whether to enable unhealthy node replacement, which lets Amazon EMR gracefully
30
30
  * replace core nodes on a cluster if any nodes become unhealthy. For example, a node becomes
31
31
  * unhealthy if disk usage is above 90%. If unhealthy node replacement is on and <code>TerminationProtected</code> are off,
@@ -69,6 +69,7 @@ declare const SetUnhealthyNodeReplacementCommand_base: {
69
69
  * @throws {@link EMRServiceException}
70
70
  * <p>Base exception class for all service exceptions from EMR service.</p>
71
71
  *
72
+ * @public
72
73
  */
73
74
  export declare class SetUnhealthyNodeReplacementCommand extends SetUnhealthyNodeReplacementCommand_base {
74
75
  }
@@ -22,10 +22,10 @@ export interface SetVisibleToAllUsersCommandOutput extends __MetadataBearer {
22
22
  }
23
23
  declare const SetVisibleToAllUsersCommand_base: {
24
24
  new (input: SetVisibleToAllUsersCommandInput): import("@smithy/smithy-client").CommandImpl<SetVisibleToAllUsersCommandInput, SetVisibleToAllUsersCommandOutput, EMRClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: SetVisibleToAllUsersCommandInput): import("@smithy/smithy-client").CommandImpl<SetVisibleToAllUsersCommandInput, SetVisibleToAllUsersCommandOutput, EMRClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <important>
30
30
  * <p>The SetVisibleToAllUsers parameter is no longer supported. Your cluster may be
31
31
  * visible to all users in your account. To restrict cluster access using an IAM policy, see <a href="https://docs.aws.amazon.com/emr/latest/ManagementGuide/emr-plan-access-IAM.html">Identity and Access
@@ -70,6 +70,7 @@ declare const SetVisibleToAllUsersCommand_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 SetVisibleToAllUsersCommand extends SetVisibleToAllUsersCommand_base {
75
76
  }
@@ -22,10 +22,10 @@ export interface StartNotebookExecutionCommandOutput extends StartNotebookExecut
22
22
  }
23
23
  declare const StartNotebookExecutionCommand_base: {
24
24
  new (input: StartNotebookExecutionCommandInput): import("@smithy/smithy-client").CommandImpl<StartNotebookExecutionCommandInput, StartNotebookExecutionCommandOutput, EMRClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: StartNotebookExecutionCommandInput): import("@smithy/smithy-client").CommandImpl<StartNotebookExecutionCommandInput, StartNotebookExecutionCommandOutput, EMRClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Starts a notebook execution.</p>
30
30
  * @example
31
31
  * Use a bare-bones client and the command you need to make an API call.
@@ -89,6 +89,7 @@ declare const StartNotebookExecutionCommand_base: {
89
89
  * @throws {@link EMRServiceException}
90
90
  * <p>Base exception class for all service exceptions from EMR service.</p>
91
91
  *
92
+ * @public
92
93
  */
93
94
  export declare class StartNotebookExecutionCommand extends StartNotebookExecutionCommand_base {
94
95
  }
@@ -22,10 +22,10 @@ export interface StopNotebookExecutionCommandOutput extends __MetadataBearer {
22
22
  }
23
23
  declare const StopNotebookExecutionCommand_base: {
24
24
  new (input: StopNotebookExecutionCommandInput): import("@smithy/smithy-client").CommandImpl<StopNotebookExecutionCommandInput, StopNotebookExecutionCommandOutput, EMRClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: StopNotebookExecutionCommandInput): import("@smithy/smithy-client").CommandImpl<StopNotebookExecutionCommandInput, StopNotebookExecutionCommandOutput, EMRClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Stops a notebook execution.</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 StopNotebookExecutionCommand_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 StopNotebookExecutionCommand extends StopNotebookExecutionCommand_base {
63
64
  }
@@ -22,10 +22,10 @@ export interface TerminateJobFlowsCommandOutput extends __MetadataBearer {
22
22
  }
23
23
  declare const TerminateJobFlowsCommand_base: {
24
24
  new (input: TerminateJobFlowsCommandInput): import("@smithy/smithy-client").CommandImpl<TerminateJobFlowsCommandInput, TerminateJobFlowsCommandOutput, EMRClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: TerminateJobFlowsCommandInput): import("@smithy/smithy-client").CommandImpl<TerminateJobFlowsCommandInput, TerminateJobFlowsCommandOutput, EMRClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>TerminateJobFlows shuts a list of clusters (job flows) down. When a job flow is shut
30
30
  * down, any step not yet completed is canceled and the Amazon EC2 instances on which
31
31
  * the cluster is running are stopped. Any log files not already saved are uploaded to Amazon S3 if a LogUri was specified when the cluster was created.</p>
@@ -63,6 +63,7 @@ declare const TerminateJobFlowsCommand_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 TerminateJobFlowsCommand extends TerminateJobFlowsCommand_base {
68
69
  }