@aws-sdk/client-emr 3.775.0 → 3.782.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 (57) hide show
  1. package/dist-types/commands/AddInstanceFleetCommand.d.ts +1 -0
  2. package/dist-types/commands/AddInstanceGroupsCommand.d.ts +1 -0
  3. package/dist-types/commands/AddJobFlowStepsCommand.d.ts +1 -0
  4. package/dist-types/commands/AddTagsCommand.d.ts +1 -0
  5. package/dist-types/commands/CancelStepsCommand.d.ts +1 -0
  6. package/dist-types/commands/CreateSecurityConfigurationCommand.d.ts +1 -0
  7. package/dist-types/commands/CreateStudioCommand.d.ts +1 -0
  8. package/dist-types/commands/CreateStudioSessionMappingCommand.d.ts +1 -0
  9. package/dist-types/commands/DeleteSecurityConfigurationCommand.d.ts +1 -0
  10. package/dist-types/commands/DeleteStudioCommand.d.ts +1 -0
  11. package/dist-types/commands/DeleteStudioSessionMappingCommand.d.ts +1 -0
  12. package/dist-types/commands/DescribeClusterCommand.d.ts +1 -0
  13. package/dist-types/commands/DescribeJobFlowsCommand.d.ts +1 -0
  14. package/dist-types/commands/DescribeNotebookExecutionCommand.d.ts +1 -0
  15. package/dist-types/commands/DescribeReleaseLabelCommand.d.ts +1 -0
  16. package/dist-types/commands/DescribeSecurityConfigurationCommand.d.ts +1 -0
  17. package/dist-types/commands/DescribeStepCommand.d.ts +1 -0
  18. package/dist-types/commands/DescribeStudioCommand.d.ts +1 -0
  19. package/dist-types/commands/GetAutoTerminationPolicyCommand.d.ts +1 -0
  20. package/dist-types/commands/GetBlockPublicAccessConfigurationCommand.d.ts +1 -0
  21. package/dist-types/commands/GetClusterSessionCredentialsCommand.d.ts +1 -0
  22. package/dist-types/commands/GetManagedScalingPolicyCommand.d.ts +1 -0
  23. package/dist-types/commands/GetStudioSessionMappingCommand.d.ts +1 -0
  24. package/dist-types/commands/ListBootstrapActionsCommand.d.ts +1 -0
  25. package/dist-types/commands/ListClustersCommand.d.ts +1 -0
  26. package/dist-types/commands/ListInstanceFleetsCommand.d.ts +1 -0
  27. package/dist-types/commands/ListInstanceGroupsCommand.d.ts +1 -0
  28. package/dist-types/commands/ListInstancesCommand.d.ts +1 -0
  29. package/dist-types/commands/ListNotebookExecutionsCommand.d.ts +1 -0
  30. package/dist-types/commands/ListReleaseLabelsCommand.d.ts +1 -0
  31. package/dist-types/commands/ListSecurityConfigurationsCommand.d.ts +1 -0
  32. package/dist-types/commands/ListStepsCommand.d.ts +1 -0
  33. package/dist-types/commands/ListStudioSessionMappingsCommand.d.ts +1 -0
  34. package/dist-types/commands/ListStudiosCommand.d.ts +1 -0
  35. package/dist-types/commands/ListSupportedInstanceTypesCommand.d.ts +1 -0
  36. package/dist-types/commands/ModifyClusterCommand.d.ts +1 -0
  37. package/dist-types/commands/ModifyInstanceFleetCommand.d.ts +1 -0
  38. package/dist-types/commands/ModifyInstanceGroupsCommand.d.ts +1 -0
  39. package/dist-types/commands/PutAutoScalingPolicyCommand.d.ts +1 -0
  40. package/dist-types/commands/PutAutoTerminationPolicyCommand.d.ts +1 -0
  41. package/dist-types/commands/PutBlockPublicAccessConfigurationCommand.d.ts +1 -0
  42. package/dist-types/commands/PutManagedScalingPolicyCommand.d.ts +1 -0
  43. package/dist-types/commands/RemoveAutoScalingPolicyCommand.d.ts +1 -0
  44. package/dist-types/commands/RemoveAutoTerminationPolicyCommand.d.ts +1 -0
  45. package/dist-types/commands/RemoveManagedScalingPolicyCommand.d.ts +1 -0
  46. package/dist-types/commands/RemoveTagsCommand.d.ts +1 -0
  47. package/dist-types/commands/RunJobFlowCommand.d.ts +1 -0
  48. package/dist-types/commands/SetKeepJobFlowAliveWhenNoStepsCommand.d.ts +1 -0
  49. package/dist-types/commands/SetTerminationProtectionCommand.d.ts +1 -0
  50. package/dist-types/commands/SetUnhealthyNodeReplacementCommand.d.ts +1 -0
  51. package/dist-types/commands/SetVisibleToAllUsersCommand.d.ts +1 -0
  52. package/dist-types/commands/StartNotebookExecutionCommand.d.ts +1 -0
  53. package/dist-types/commands/StopNotebookExecutionCommand.d.ts +1 -0
  54. package/dist-types/commands/TerminateJobFlowsCommand.d.ts +1 -0
  55. package/dist-types/commands/UpdateStudioCommand.d.ts +1 -0
  56. package/dist-types/commands/UpdateStudioSessionMappingCommand.d.ts +1 -0
  57. package/package.json +5 -5
@@ -146,6 +146,7 @@ declare const AddInstanceFleetCommand_base: {
146
146
  * @throws {@link EMRServiceException}
147
147
  * <p>Base exception class for all service exceptions from EMR service.</p>
148
148
  *
149
+ *
149
150
  * @public
150
151
  */
151
152
  export declare class AddInstanceFleetCommand extends AddInstanceFleetCommand_base {
@@ -142,6 +142,7 @@ declare const AddInstanceGroupsCommand_base: {
142
142
  * @throws {@link EMRServiceException}
143
143
  * <p>Base exception class for all service exceptions from EMR service.</p>
144
144
  *
145
+ *
145
146
  * @public
146
147
  */
147
148
  export declare class AddInstanceGroupsCommand extends AddInstanceGroupsCommand_base {
@@ -98,6 +98,7 @@ declare const AddJobFlowStepsCommand_base: {
98
98
  * @throws {@link EMRServiceException}
99
99
  * <p>Base exception class for all service exceptions from EMR service.</p>
100
100
  *
101
+ *
101
102
  * @public
102
103
  */
103
104
  export declare class AddJobFlowStepsCommand extends AddJobFlowStepsCommand_base {
@@ -69,6 +69,7 @@ declare const AddTagsCommand_base: {
69
69
  * @throws {@link EMRServiceException}
70
70
  * <p>Base exception class for all service exceptions from EMR service.</p>
71
71
  *
72
+ *
72
73
  * @public
73
74
  */
74
75
  export declare class AddTagsCommand extends AddTagsCommand_base {
@@ -75,6 +75,7 @@ declare const CancelStepsCommand_base: {
75
75
  * @throws {@link EMRServiceException}
76
76
  * <p>Base exception class for all service exceptions from EMR service.</p>
77
77
  *
78
+ *
78
79
  * @public
79
80
  */
80
81
  export declare class CancelStepsCommand extends CancelStepsCommand_base {
@@ -64,6 +64,7 @@ declare const CreateSecurityConfigurationCommand_base: {
64
64
  * @throws {@link EMRServiceException}
65
65
  * <p>Base exception class for all service exceptions from EMR service.</p>
66
66
  *
67
+ *
67
68
  * @public
68
69
  */
69
70
  export declare class CreateSecurityConfigurationCommand extends CreateSecurityConfigurationCommand_base {
@@ -85,6 +85,7 @@ declare const CreateStudioCommand_base: {
85
85
  * @throws {@link EMRServiceException}
86
86
  * <p>Base exception class for all service exceptions from EMR service.</p>
87
87
  *
88
+ *
88
89
  * @public
89
90
  */
90
91
  export declare class CreateStudioCommand extends CreateStudioCommand_base {
@@ -67,6 +67,7 @@ declare const CreateStudioSessionMappingCommand_base: {
67
67
  * @throws {@link EMRServiceException}
68
68
  * <p>Base exception class for all service exceptions from EMR service.</p>
69
69
  *
70
+ *
70
71
  * @public
71
72
  */
72
73
  export declare class CreateStudioSessionMappingCommand extends CreateStudioSessionMappingCommand_base {
@@ -59,6 +59,7 @@ declare const DeleteSecurityConfigurationCommand_base: {
59
59
  * @throws {@link EMRServiceException}
60
60
  * <p>Base exception class for all service exceptions from EMR service.</p>
61
61
  *
62
+ *
62
63
  * @public
63
64
  */
64
65
  export declare class DeleteSecurityConfigurationCommand extends DeleteSecurityConfigurationCommand_base {
@@ -59,6 +59,7 @@ declare const DeleteStudioCommand_base: {
59
59
  * @throws {@link EMRServiceException}
60
60
  * <p>Base exception class for all service exceptions from EMR service.</p>
61
61
  *
62
+ *
62
63
  * @public
63
64
  */
64
65
  export declare class DeleteStudioCommand extends DeleteStudioCommand_base {
@@ -62,6 +62,7 @@ declare const DeleteStudioSessionMappingCommand_base: {
62
62
  * @throws {@link EMRServiceException}
63
63
  * <p>Base exception class for all service exceptions from EMR service.</p>
64
64
  *
65
+ *
65
66
  * @public
66
67
  */
67
68
  export declare class DeleteStudioSessionMappingCommand extends DeleteStudioSessionMappingCommand_base {
@@ -182,6 +182,7 @@ declare const DescribeClusterCommand_base: {
182
182
  * @throws {@link EMRServiceException}
183
183
  * <p>Base exception class for all service exceptions from EMR service.</p>
184
184
  *
185
+ *
185
186
  * @public
186
187
  */
187
188
  export declare class DescribeClusterCommand extends DescribeClusterCommand_base {
@@ -191,6 +191,7 @@ declare const DescribeJobFlowsCommand_base: {
191
191
  * @throws {@link EMRServiceException}
192
192
  * <p>Base exception class for all service exceptions from EMR service.</p>
193
193
  *
194
+ *
194
195
  * @public
195
196
  */
196
197
  export declare class DescribeJobFlowsCommand extends DescribeJobFlowsCommand_base {
@@ -97,6 +97,7 @@ declare const DescribeNotebookExecutionCommand_base: {
97
97
  * @throws {@link EMRServiceException}
98
98
  * <p>Base exception class for all service exceptions from EMR service.</p>
99
99
  *
100
+ *
100
101
  * @public
101
102
  */
102
103
  export declare class DescribeNotebookExecutionCommand extends DescribeNotebookExecutionCommand_base {
@@ -77,6 +77,7 @@ declare const DescribeReleaseLabelCommand_base: {
77
77
  * @throws {@link EMRServiceException}
78
78
  * <p>Base exception class for all service exceptions from EMR service.</p>
79
79
  *
80
+ *
80
81
  * @public
81
82
  */
82
83
  export declare class DescribeReleaseLabelCommand extends DescribeReleaseLabelCommand_base {
@@ -64,6 +64,7 @@ declare const DescribeSecurityConfigurationCommand_base: {
64
64
  * @throws {@link EMRServiceException}
65
65
  * <p>Base exception class for all service exceptions from EMR service.</p>
66
66
  *
67
+ *
67
68
  * @public
68
69
  */
69
70
  export declare class DescribeSecurityConfigurationCommand extends DescribeSecurityConfigurationCommand_base {
@@ -94,6 +94,7 @@ declare const DescribeStepCommand_base: {
94
94
  * @throws {@link EMRServiceException}
95
95
  * <p>Base exception class for all service exceptions from EMR service.</p>
96
96
  *
97
+ *
97
98
  * @public
98
99
  */
99
100
  export declare class DescribeStepCommand extends DescribeStepCommand_base {
@@ -91,6 +91,7 @@ declare const DescribeStudioCommand_base: {
91
91
  * @throws {@link EMRServiceException}
92
92
  * <p>Base exception class for all service exceptions from EMR service.</p>
93
93
  *
94
+ *
94
95
  * @public
95
96
  */
96
97
  export declare class DescribeStudioCommand extends DescribeStudioCommand_base {
@@ -56,6 +56,7 @@ declare const GetAutoTerminationPolicyCommand_base: {
56
56
  * @throws {@link EMRServiceException}
57
57
  * <p>Base exception class for all service exceptions from EMR service.</p>
58
58
  *
59
+ *
59
60
  * @public
60
61
  */
61
62
  export declare class GetAutoTerminationPolicyCommand extends GetAutoTerminationPolicyCommand_base {
@@ -92,6 +92,7 @@ declare const GetBlockPublicAccessConfigurationCommand_base: {
92
92
  * @throws {@link EMRServiceException}
93
93
  * <p>Base exception class for all service exceptions from EMR service.</p>
94
94
  *
95
+ *
95
96
  * @public
96
97
  */
97
98
  export declare class GetBlockPublicAccessConfigurationCommand extends GetBlockPublicAccessConfigurationCommand_base {
@@ -71,6 +71,7 @@ declare const GetClusterSessionCredentialsCommand_base: {
71
71
  * @throws {@link EMRServiceException}
72
72
  * <p>Base exception class for all service exceptions from EMR service.</p>
73
73
  *
74
+ *
74
75
  * @public
75
76
  */
76
77
  export declare class GetClusterSessionCredentialsCommand extends GetClusterSessionCredentialsCommand_base {
@@ -64,6 +64,7 @@ declare const GetManagedScalingPolicyCommand_base: {
64
64
  * @throws {@link EMRServiceException}
65
65
  * <p>Base exception class for all service exceptions from EMR service.</p>
66
66
  *
67
+ *
67
68
  * @public
68
69
  */
69
70
  export declare class GetManagedScalingPolicyCommand extends GetManagedScalingPolicyCommand_base {
@@ -73,6 +73,7 @@ declare const GetStudioSessionMappingCommand_base: {
73
73
  * @throws {@link EMRServiceException}
74
74
  * <p>Base exception class for all service exceptions from EMR service.</p>
75
75
  *
76
+ *
76
77
  * @public
77
78
  */
78
79
  export declare class GetStudioSessionMappingCommand extends GetStudioSessionMappingCommand_base {
@@ -71,6 +71,7 @@ declare const ListBootstrapActionsCommand_base: {
71
71
  * @throws {@link EMRServiceException}
72
72
  * <p>Base exception class for all service exceptions from EMR service.</p>
73
73
  *
74
+ *
74
75
  * @public
75
76
  */
76
77
  export declare class ListBootstrapActionsCommand extends ListBootstrapActionsCommand_base {
@@ -102,6 +102,7 @@ declare const ListClustersCommand_base: {
102
102
  * @throws {@link EMRServiceException}
103
103
  * <p>Base exception class for all service exceptions from EMR service.</p>
104
104
  *
105
+ *
105
106
  * @public
106
107
  */
107
108
  export declare class ListClustersCommand extends ListClustersCommand_base {
@@ -160,6 +160,7 @@ declare const ListInstanceFleetsCommand_base: {
160
160
  * @throws {@link EMRServiceException}
161
161
  * <p>Base exception class for all service exceptions from EMR service.</p>
162
162
  *
163
+ *
163
164
  * @public
164
165
  */
165
166
  export declare class ListInstanceFleetsCommand extends ListInstanceFleetsCommand_base {
@@ -176,6 +176,7 @@ declare const ListInstanceGroupsCommand_base: {
176
176
  * @throws {@link EMRServiceException}
177
177
  * <p>Base exception class for all service exceptions from EMR service.</p>
178
178
  *
179
+ *
179
180
  * @public
180
181
  */
181
182
  export declare class ListInstanceGroupsCommand extends ListInstanceGroupsCommand_base {
@@ -106,6 +106,7 @@ declare const ListInstancesCommand_base: {
106
106
  * @throws {@link EMRServiceException}
107
107
  * <p>Base exception class for all service exceptions from EMR service.</p>
108
108
  *
109
+ *
109
110
  * @public
110
111
  */
111
112
  export declare class ListInstancesCommand extends ListInstancesCommand_base {
@@ -84,6 +84,7 @@ declare const ListNotebookExecutionsCommand_base: {
84
84
  * @throws {@link EMRServiceException}
85
85
  * <p>Base exception class for all service exceptions from EMR service.</p>
86
86
  *
87
+ *
87
88
  * @public
88
89
  */
89
90
  export declare class ListNotebookExecutionsCommand extends ListNotebookExecutionsCommand_base {
@@ -70,6 +70,7 @@ declare const ListReleaseLabelsCommand_base: {
70
70
  * @throws {@link EMRServiceException}
71
71
  * <p>Base exception class for all service exceptions from EMR service.</p>
72
72
  *
73
+ *
73
74
  * @public
74
75
  */
75
76
  export declare class ListReleaseLabelsCommand extends ListReleaseLabelsCommand_base {
@@ -70,6 +70,7 @@ declare const ListSecurityConfigurationsCommand_base: {
70
70
  * @throws {@link EMRServiceException}
71
71
  * <p>Base exception class for all service exceptions from EMR service.</p>
72
72
  *
73
+ *
73
74
  * @public
74
75
  */
75
76
  export declare class ListSecurityConfigurationsCommand extends ListSecurityConfigurationsCommand_base {
@@ -107,6 +107,7 @@ declare const ListStepsCommand_base: {
107
107
  * @throws {@link EMRServiceException}
108
108
  * <p>Base exception class for all service exceptions from EMR service.</p>
109
109
  *
110
+ *
110
111
  * @public
111
112
  */
112
113
  export declare class ListStepsCommand extends ListStepsCommand_base {
@@ -74,6 +74,7 @@ declare const ListStudioSessionMappingsCommand_base: {
74
74
  * @throws {@link EMRServiceException}
75
75
  * <p>Base exception class for all service exceptions from EMR service.</p>
76
76
  *
77
+ *
77
78
  * @public
78
79
  */
79
80
  export declare class ListStudioSessionMappingsCommand extends ListStudioSessionMappingsCommand_base {
@@ -73,6 +73,7 @@ declare const ListStudiosCommand_base: {
73
73
  * @throws {@link EMRServiceException}
74
74
  * <p>Base exception class for all service exceptions from EMR service.</p>
75
75
  *
76
+ *
76
77
  * @public
77
78
  */
78
79
  export declare class ListStudiosCommand extends ListStudiosCommand_base {
@@ -78,6 +78,7 @@ declare const ListSupportedInstanceTypesCommand_base: {
78
78
  * @throws {@link EMRServiceException}
79
79
  * <p>Base exception class for all service exceptions from EMR service.</p>
80
80
  *
81
+ *
81
82
  * @public
82
83
  */
83
84
  export declare class ListSupportedInstanceTypesCommand extends ListSupportedInstanceTypesCommand_base {
@@ -63,6 +63,7 @@ declare const ModifyClusterCommand_base: {
63
63
  * @throws {@link EMRServiceException}
64
64
  * <p>Base exception class for all service exceptions from EMR service.</p>
65
65
  *
66
+ *
66
67
  * @public
67
68
  */
68
69
  export declare class ModifyClusterCommand extends ModifyClusterCommand_base {
@@ -127,6 +127,7 @@ declare const ModifyInstanceFleetCommand_base: {
127
127
  * @throws {@link EMRServiceException}
128
128
  * <p>Base exception class for all service exceptions from EMR service.</p>
129
129
  *
130
+ *
130
131
  * @public
131
132
  */
132
133
  export declare class ModifyInstanceFleetCommand extends ModifyInstanceFleetCommand_base {
@@ -97,6 +97,7 @@ declare const ModifyInstanceGroupsCommand_base: {
97
97
  * @throws {@link EMRServiceException}
98
98
  * <p>Base exception class for all service exceptions from EMR service.</p>
99
99
  *
100
+ *
100
101
  * @public
101
102
  */
102
103
  export declare class ModifyInstanceGroupsCommand extends ModifyInstanceGroupsCommand_base {
@@ -143,6 +143,7 @@ declare const PutAutoScalingPolicyCommand_base: {
143
143
  * @throws {@link EMRServiceException}
144
144
  * <p>Base exception class for all service exceptions from EMR service.</p>
145
145
  *
146
+ *
146
147
  * @public
147
148
  */
148
149
  export declare class PutAutoScalingPolicyCommand extends PutAutoScalingPolicyCommand_base {
@@ -63,6 +63,7 @@ declare const PutAutoTerminationPolicyCommand_base: {
63
63
  * @throws {@link EMRServiceException}
64
64
  * <p>Base exception class for all service exceptions from EMR service.</p>
65
65
  *
66
+ *
66
67
  * @public
67
68
  */
68
69
  export declare class PutAutoTerminationPolicyCommand extends PutAutoTerminationPolicyCommand_base {
@@ -89,6 +89,7 @@ declare const PutBlockPublicAccessConfigurationCommand_base: {
89
89
  * @throws {@link EMRServiceException}
90
90
  * <p>Base exception class for all service exceptions from EMR service.</p>
91
91
  *
92
+ *
92
93
  * @public
93
94
  */
94
95
  export declare class PutBlockPublicAccessConfigurationCommand extends PutBlockPublicAccessConfigurationCommand_base {
@@ -66,6 +66,7 @@ declare const PutManagedScalingPolicyCommand_base: {
66
66
  * @throws {@link EMRServiceException}
67
67
  * <p>Base exception class for all service exceptions from EMR service.</p>
68
68
  *
69
+ *
69
70
  * @public
70
71
  */
71
72
  export declare class PutManagedScalingPolicyCommand extends PutManagedScalingPolicyCommand_base {
@@ -53,6 +53,7 @@ declare const RemoveAutoScalingPolicyCommand_base: {
53
53
  * @throws {@link EMRServiceException}
54
54
  * <p>Base exception class for all service exceptions from EMR service.</p>
55
55
  *
56
+ *
56
57
  * @public
57
58
  */
58
59
  export declare class RemoveAutoScalingPolicyCommand extends RemoveAutoScalingPolicyCommand_base {
@@ -52,6 +52,7 @@ declare const RemoveAutoTerminationPolicyCommand_base: {
52
52
  * @throws {@link EMRServiceException}
53
53
  * <p>Base exception class for all service exceptions from EMR service.</p>
54
54
  *
55
+ *
55
56
  * @public
56
57
  */
57
58
  export declare class RemoveAutoTerminationPolicyCommand extends RemoveAutoTerminationPolicyCommand_base {
@@ -52,6 +52,7 @@ declare const RemoveManagedScalingPolicyCommand_base: {
52
52
  * @throws {@link EMRServiceException}
53
53
  * <p>Base exception class for all service exceptions from EMR service.</p>
54
54
  *
55
+ *
55
56
  * @public
56
57
  */
57
58
  export declare class RemoveManagedScalingPolicyCommand extends RemoveManagedScalingPolicyCommand_base {
@@ -66,6 +66,7 @@ declare const RemoveTagsCommand_base: {
66
66
  * @throws {@link EMRServiceException}
67
67
  * <p>Base exception class for all service exceptions from EMR service.</p>
68
68
  *
69
+ *
69
70
  * @public
70
71
  */
71
72
  export declare class RemoveTagsCommand extends RemoveTagsCommand_base {
@@ -357,6 +357,7 @@ declare const RunJobFlowCommand_base: {
357
357
  * @throws {@link EMRServiceException}
358
358
  * <p>Base exception class for all service exceptions from EMR service.</p>
359
359
  *
360
+ *
360
361
  * @public
361
362
  */
362
363
  export declare class RunJobFlowCommand extends RunJobFlowCommand_base {
@@ -62,6 +62,7 @@ declare const SetKeepJobFlowAliveWhenNoStepsCommand_base: {
62
62
  * @throws {@link EMRServiceException}
63
63
  * <p>Base exception class for all service exceptions from EMR service.</p>
64
64
  *
65
+ *
65
66
  * @public
66
67
  */
67
68
  export declare class SetKeepJobFlowAliveWhenNoStepsCommand extends SetKeepJobFlowAliveWhenNoStepsCommand_base {
@@ -75,6 +75,7 @@ declare const SetTerminationProtectionCommand_base: {
75
75
  * @throws {@link EMRServiceException}
76
76
  * <p>Base exception class for all service exceptions from EMR service.</p>
77
77
  *
78
+ *
78
79
  * @public
79
80
  */
80
81
  export declare class SetTerminationProtectionCommand extends SetTerminationProtectionCommand_base {
@@ -70,6 +70,7 @@ declare const SetUnhealthyNodeReplacementCommand_base: {
70
70
  * @throws {@link EMRServiceException}
71
71
  * <p>Base exception class for all service exceptions from EMR service.</p>
72
72
  *
73
+ *
73
74
  * @public
74
75
  */
75
76
  export declare class SetUnhealthyNodeReplacementCommand extends SetUnhealthyNodeReplacementCommand_base {
@@ -71,6 +71,7 @@ declare const SetVisibleToAllUsersCommand_base: {
71
71
  * @throws {@link EMRServiceException}
72
72
  * <p>Base exception class for all service exceptions from EMR service.</p>
73
73
  *
74
+ *
74
75
  * @public
75
76
  */
76
77
  export declare class SetVisibleToAllUsersCommand extends SetVisibleToAllUsersCommand_base {
@@ -90,6 +90,7 @@ declare const StartNotebookExecutionCommand_base: {
90
90
  * @throws {@link EMRServiceException}
91
91
  * <p>Base exception class for all service exceptions from EMR service.</p>
92
92
  *
93
+ *
93
94
  * @public
94
95
  */
95
96
  export declare class StartNotebookExecutionCommand extends StartNotebookExecutionCommand_base {
@@ -59,6 +59,7 @@ declare const StopNotebookExecutionCommand_base: {
59
59
  * @throws {@link EMRServiceException}
60
60
  * <p>Base exception class for all service exceptions from EMR service.</p>
61
61
  *
62
+ *
62
63
  * @public
63
64
  */
64
65
  export declare class StopNotebookExecutionCommand extends StopNotebookExecutionCommand_base {
@@ -64,6 +64,7 @@ declare const TerminateJobFlowsCommand_base: {
64
64
  * @throws {@link EMRServiceException}
65
65
  * <p>Base exception class for all service exceptions from EMR service.</p>
66
66
  *
67
+ *
67
68
  * @public
68
69
  */
69
70
  export declare class TerminateJobFlowsCommand extends TerminateJobFlowsCommand_base {
@@ -67,6 +67,7 @@ declare const UpdateStudioCommand_base: {
67
67
  * @throws {@link EMRServiceException}
68
68
  * <p>Base exception class for all service exceptions from EMR service.</p>
69
69
  *
70
+ *
70
71
  * @public
71
72
  */
72
73
  export declare class UpdateStudioCommand extends UpdateStudioCommand_base {
@@ -63,6 +63,7 @@ declare const UpdateStudioSessionMappingCommand_base: {
63
63
  * @throws {@link EMRServiceException}
64
64
  * <p>Base exception class for all service exceptions from EMR service.</p>
65
65
  *
66
+ *
66
67
  * @public
67
68
  */
68
69
  export declare class UpdateStudioSessionMappingCommand extends UpdateStudioSessionMappingCommand_base {
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@aws-sdk/client-emr",
3
3
  "description": "AWS SDK for JavaScript Emr Client for Node.js, Browser and React Native",
4
- "version": "3.775.0",
4
+ "version": "3.782.0",
5
5
  "scripts": {
6
6
  "build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
7
7
  "build:cjs": "node ../../scripts/compilation/inline client-emr",
@@ -21,16 +21,16 @@
21
21
  "@aws-crypto/sha256-browser": "5.2.0",
22
22
  "@aws-crypto/sha256-js": "5.2.0",
23
23
  "@aws-sdk/core": "3.775.0",
24
- "@aws-sdk/credential-provider-node": "3.775.0",
24
+ "@aws-sdk/credential-provider-node": "3.782.0",
25
25
  "@aws-sdk/middleware-host-header": "3.775.0",
26
26
  "@aws-sdk/middleware-logger": "3.775.0",
27
27
  "@aws-sdk/middleware-recursion-detection": "3.775.0",
28
- "@aws-sdk/middleware-user-agent": "3.775.0",
28
+ "@aws-sdk/middleware-user-agent": "3.782.0",
29
29
  "@aws-sdk/region-config-resolver": "3.775.0",
30
30
  "@aws-sdk/types": "3.775.0",
31
- "@aws-sdk/util-endpoints": "3.775.0",
31
+ "@aws-sdk/util-endpoints": "3.782.0",
32
32
  "@aws-sdk/util-user-agent-browser": "3.775.0",
33
- "@aws-sdk/util-user-agent-node": "3.775.0",
33
+ "@aws-sdk/util-user-agent-node": "3.782.0",
34
34
  "@smithy/config-resolver": "^4.1.0",
35
35
  "@smithy/core": "^3.2.0",
36
36
  "@smithy/fetch-http-handler": "^5.0.2",