@aws-sdk/client-emr 3.926.0 → 3.928.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.
- package/dist-cjs/index.js +2335 -2621
- package/dist-cjs/runtimeConfig.shared.js +7 -0
- package/dist-es/EMRClient.js +2 -0
- package/dist-es/commands/AddInstanceFleetCommand.js +3 -9
- package/dist-es/commands/AddInstanceGroupsCommand.js +3 -9
- package/dist-es/commands/AddJobFlowStepsCommand.js +3 -9
- package/dist-es/commands/AddTagsCommand.js +3 -9
- package/dist-es/commands/CancelStepsCommand.js +3 -9
- package/dist-es/commands/CreatePersistentAppUICommand.js +3 -9
- package/dist-es/commands/CreateSecurityConfigurationCommand.js +3 -9
- package/dist-es/commands/CreateStudioCommand.js +3 -9
- package/dist-es/commands/CreateStudioSessionMappingCommand.js +3 -9
- package/dist-es/commands/DeleteSecurityConfigurationCommand.js +3 -9
- package/dist-es/commands/DeleteStudioCommand.js +3 -9
- package/dist-es/commands/DeleteStudioSessionMappingCommand.js +3 -9
- package/dist-es/commands/DescribeClusterCommand.js +3 -9
- package/dist-es/commands/DescribeJobFlowsCommand.js +3 -9
- package/dist-es/commands/DescribeNotebookExecutionCommand.js +3 -9
- package/dist-es/commands/DescribePersistentAppUICommand.js +3 -9
- package/dist-es/commands/DescribeReleaseLabelCommand.js +3 -9
- package/dist-es/commands/DescribeSecurityConfigurationCommand.js +3 -9
- package/dist-es/commands/DescribeStepCommand.js +3 -9
- package/dist-es/commands/DescribeStudioCommand.js +3 -9
- package/dist-es/commands/GetAutoTerminationPolicyCommand.js +3 -9
- package/dist-es/commands/GetBlockPublicAccessConfigurationCommand.js +3 -9
- package/dist-es/commands/GetClusterSessionCredentialsCommand.js +3 -10
- package/dist-es/commands/GetManagedScalingPolicyCommand.js +3 -9
- package/dist-es/commands/GetOnClusterAppUIPresignedURLCommand.js +3 -9
- package/dist-es/commands/GetPersistentAppUIPresignedURLCommand.js +3 -9
- package/dist-es/commands/GetStudioSessionMappingCommand.js +3 -9
- package/dist-es/commands/ListBootstrapActionsCommand.js +3 -9
- package/dist-es/commands/ListClustersCommand.js +3 -9
- package/dist-es/commands/ListInstanceFleetsCommand.js +3 -9
- package/dist-es/commands/ListInstanceGroupsCommand.js +3 -9
- package/dist-es/commands/ListInstancesCommand.js +3 -9
- package/dist-es/commands/ListNotebookExecutionsCommand.js +3 -9
- package/dist-es/commands/ListReleaseLabelsCommand.js +3 -9
- package/dist-es/commands/ListSecurityConfigurationsCommand.js +3 -9
- package/dist-es/commands/ListStepsCommand.js +3 -9
- package/dist-es/commands/ListStudioSessionMappingsCommand.js +3 -9
- package/dist-es/commands/ListStudiosCommand.js +3 -9
- package/dist-es/commands/ListSupportedInstanceTypesCommand.js +3 -9
- package/dist-es/commands/ModifyClusterCommand.js +3 -9
- package/dist-es/commands/ModifyInstanceFleetCommand.js +3 -9
- package/dist-es/commands/ModifyInstanceGroupsCommand.js +3 -9
- package/dist-es/commands/PutAutoScalingPolicyCommand.js +3 -9
- package/dist-es/commands/PutAutoTerminationPolicyCommand.js +3 -9
- package/dist-es/commands/PutBlockPublicAccessConfigurationCommand.js +3 -9
- package/dist-es/commands/PutManagedScalingPolicyCommand.js +3 -9
- package/dist-es/commands/RemoveAutoScalingPolicyCommand.js +3 -9
- package/dist-es/commands/RemoveAutoTerminationPolicyCommand.js +3 -9
- package/dist-es/commands/RemoveManagedScalingPolicyCommand.js +3 -9
- package/dist-es/commands/RemoveTagsCommand.js +3 -9
- package/dist-es/commands/RunJobFlowCommand.js +3 -9
- package/dist-es/commands/SetKeepJobFlowAliveWhenNoStepsCommand.js +3 -9
- package/dist-es/commands/SetTerminationProtectionCommand.js +3 -9
- package/dist-es/commands/SetUnhealthyNodeReplacementCommand.js +3 -9
- package/dist-es/commands/SetVisibleToAllUsersCommand.js +3 -9
- package/dist-es/commands/StartNotebookExecutionCommand.js +3 -9
- package/dist-es/commands/StopNotebookExecutionCommand.js +3 -9
- package/dist-es/commands/TerminateJobFlowsCommand.js +3 -9
- package/dist-es/commands/UpdateStudioCommand.js +3 -9
- package/dist-es/commands/UpdateStudioSessionMappingCommand.js +3 -9
- package/dist-es/models/models_0.js +0 -14
- package/dist-es/runtimeConfig.shared.js +7 -0
- package/dist-es/schemas/schemas_0.js +2223 -0
- package/dist-types/EMRClient.d.ts +10 -1
- package/dist-types/models/models_0.d.ts +0 -12
- package/dist-types/runtimeConfig.browser.d.ts +1 -0
- package/dist-types/runtimeConfig.d.ts +1 -0
- package/dist-types/runtimeConfig.native.d.ts +1 -0
- package/dist-types/runtimeConfig.shared.d.ts +1 -0
- package/dist-types/schemas/schemas_0.d.ts +335 -0
- package/dist-types/ts3.4/EMRClient.d.ts +4 -0
- package/dist-types/ts3.4/models/models_0.d.ts +0 -7
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +4 -0
- package/dist-types/ts3.4/runtimeConfig.d.ts +4 -0
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +4 -0
- package/dist-types/ts3.4/runtimeConfig.shared.d.ts +4 -0
- package/dist-types/ts3.4/schemas/schemas_0.d.ts +340 -0
- package/package.json +5 -5
- package/dist-es/protocols/Aws_json1_1.js +0 -2180
- package/dist-types/protocols/Aws_json1_1.d.ts +0 -542
- package/dist-types/ts3.4/protocols/Aws_json1_1.d.ts +0 -725
|
@@ -1,725 +0,0 @@
|
|
|
1
|
-
import {
|
|
2
|
-
HttpRequest as __HttpRequest,
|
|
3
|
-
HttpResponse as __HttpResponse,
|
|
4
|
-
} from "@smithy/protocol-http";
|
|
5
|
-
import { SerdeContext as __SerdeContext } from "@smithy/types";
|
|
6
|
-
import {
|
|
7
|
-
AddInstanceFleetCommandInput,
|
|
8
|
-
AddInstanceFleetCommandOutput,
|
|
9
|
-
} from "../commands/AddInstanceFleetCommand";
|
|
10
|
-
import {
|
|
11
|
-
AddInstanceGroupsCommandInput,
|
|
12
|
-
AddInstanceGroupsCommandOutput,
|
|
13
|
-
} from "../commands/AddInstanceGroupsCommand";
|
|
14
|
-
import {
|
|
15
|
-
AddJobFlowStepsCommandInput,
|
|
16
|
-
AddJobFlowStepsCommandOutput,
|
|
17
|
-
} from "../commands/AddJobFlowStepsCommand";
|
|
18
|
-
import {
|
|
19
|
-
AddTagsCommandInput,
|
|
20
|
-
AddTagsCommandOutput,
|
|
21
|
-
} from "../commands/AddTagsCommand";
|
|
22
|
-
import {
|
|
23
|
-
CancelStepsCommandInput,
|
|
24
|
-
CancelStepsCommandOutput,
|
|
25
|
-
} from "../commands/CancelStepsCommand";
|
|
26
|
-
import {
|
|
27
|
-
CreatePersistentAppUICommandInput,
|
|
28
|
-
CreatePersistentAppUICommandOutput,
|
|
29
|
-
} from "../commands/CreatePersistentAppUICommand";
|
|
30
|
-
import {
|
|
31
|
-
CreateSecurityConfigurationCommandInput,
|
|
32
|
-
CreateSecurityConfigurationCommandOutput,
|
|
33
|
-
} from "../commands/CreateSecurityConfigurationCommand";
|
|
34
|
-
import {
|
|
35
|
-
CreateStudioCommandInput,
|
|
36
|
-
CreateStudioCommandOutput,
|
|
37
|
-
} from "../commands/CreateStudioCommand";
|
|
38
|
-
import {
|
|
39
|
-
CreateStudioSessionMappingCommandInput,
|
|
40
|
-
CreateStudioSessionMappingCommandOutput,
|
|
41
|
-
} from "../commands/CreateStudioSessionMappingCommand";
|
|
42
|
-
import {
|
|
43
|
-
DeleteSecurityConfigurationCommandInput,
|
|
44
|
-
DeleteSecurityConfigurationCommandOutput,
|
|
45
|
-
} from "../commands/DeleteSecurityConfigurationCommand";
|
|
46
|
-
import {
|
|
47
|
-
DeleteStudioCommandInput,
|
|
48
|
-
DeleteStudioCommandOutput,
|
|
49
|
-
} from "../commands/DeleteStudioCommand";
|
|
50
|
-
import {
|
|
51
|
-
DeleteStudioSessionMappingCommandInput,
|
|
52
|
-
DeleteStudioSessionMappingCommandOutput,
|
|
53
|
-
} from "../commands/DeleteStudioSessionMappingCommand";
|
|
54
|
-
import {
|
|
55
|
-
DescribeClusterCommandInput,
|
|
56
|
-
DescribeClusterCommandOutput,
|
|
57
|
-
} from "../commands/DescribeClusterCommand";
|
|
58
|
-
import {
|
|
59
|
-
DescribeJobFlowsCommandInput,
|
|
60
|
-
DescribeJobFlowsCommandOutput,
|
|
61
|
-
} from "../commands/DescribeJobFlowsCommand";
|
|
62
|
-
import {
|
|
63
|
-
DescribeNotebookExecutionCommandInput,
|
|
64
|
-
DescribeNotebookExecutionCommandOutput,
|
|
65
|
-
} from "../commands/DescribeNotebookExecutionCommand";
|
|
66
|
-
import {
|
|
67
|
-
DescribePersistentAppUICommandInput,
|
|
68
|
-
DescribePersistentAppUICommandOutput,
|
|
69
|
-
} from "../commands/DescribePersistentAppUICommand";
|
|
70
|
-
import {
|
|
71
|
-
DescribeReleaseLabelCommandInput,
|
|
72
|
-
DescribeReleaseLabelCommandOutput,
|
|
73
|
-
} from "../commands/DescribeReleaseLabelCommand";
|
|
74
|
-
import {
|
|
75
|
-
DescribeSecurityConfigurationCommandInput,
|
|
76
|
-
DescribeSecurityConfigurationCommandOutput,
|
|
77
|
-
} from "../commands/DescribeSecurityConfigurationCommand";
|
|
78
|
-
import {
|
|
79
|
-
DescribeStepCommandInput,
|
|
80
|
-
DescribeStepCommandOutput,
|
|
81
|
-
} from "../commands/DescribeStepCommand";
|
|
82
|
-
import {
|
|
83
|
-
DescribeStudioCommandInput,
|
|
84
|
-
DescribeStudioCommandOutput,
|
|
85
|
-
} from "../commands/DescribeStudioCommand";
|
|
86
|
-
import {
|
|
87
|
-
GetAutoTerminationPolicyCommandInput,
|
|
88
|
-
GetAutoTerminationPolicyCommandOutput,
|
|
89
|
-
} from "../commands/GetAutoTerminationPolicyCommand";
|
|
90
|
-
import {
|
|
91
|
-
GetBlockPublicAccessConfigurationCommandInput,
|
|
92
|
-
GetBlockPublicAccessConfigurationCommandOutput,
|
|
93
|
-
} from "../commands/GetBlockPublicAccessConfigurationCommand";
|
|
94
|
-
import {
|
|
95
|
-
GetClusterSessionCredentialsCommandInput,
|
|
96
|
-
GetClusterSessionCredentialsCommandOutput,
|
|
97
|
-
} from "../commands/GetClusterSessionCredentialsCommand";
|
|
98
|
-
import {
|
|
99
|
-
GetManagedScalingPolicyCommandInput,
|
|
100
|
-
GetManagedScalingPolicyCommandOutput,
|
|
101
|
-
} from "../commands/GetManagedScalingPolicyCommand";
|
|
102
|
-
import {
|
|
103
|
-
GetOnClusterAppUIPresignedURLCommandInput,
|
|
104
|
-
GetOnClusterAppUIPresignedURLCommandOutput,
|
|
105
|
-
} from "../commands/GetOnClusterAppUIPresignedURLCommand";
|
|
106
|
-
import {
|
|
107
|
-
GetPersistentAppUIPresignedURLCommandInput,
|
|
108
|
-
GetPersistentAppUIPresignedURLCommandOutput,
|
|
109
|
-
} from "../commands/GetPersistentAppUIPresignedURLCommand";
|
|
110
|
-
import {
|
|
111
|
-
GetStudioSessionMappingCommandInput,
|
|
112
|
-
GetStudioSessionMappingCommandOutput,
|
|
113
|
-
} from "../commands/GetStudioSessionMappingCommand";
|
|
114
|
-
import {
|
|
115
|
-
ListBootstrapActionsCommandInput,
|
|
116
|
-
ListBootstrapActionsCommandOutput,
|
|
117
|
-
} from "../commands/ListBootstrapActionsCommand";
|
|
118
|
-
import {
|
|
119
|
-
ListClustersCommandInput,
|
|
120
|
-
ListClustersCommandOutput,
|
|
121
|
-
} from "../commands/ListClustersCommand";
|
|
122
|
-
import {
|
|
123
|
-
ListInstanceFleetsCommandInput,
|
|
124
|
-
ListInstanceFleetsCommandOutput,
|
|
125
|
-
} from "../commands/ListInstanceFleetsCommand";
|
|
126
|
-
import {
|
|
127
|
-
ListInstanceGroupsCommandInput,
|
|
128
|
-
ListInstanceGroupsCommandOutput,
|
|
129
|
-
} from "../commands/ListInstanceGroupsCommand";
|
|
130
|
-
import {
|
|
131
|
-
ListInstancesCommandInput,
|
|
132
|
-
ListInstancesCommandOutput,
|
|
133
|
-
} from "../commands/ListInstancesCommand";
|
|
134
|
-
import {
|
|
135
|
-
ListNotebookExecutionsCommandInput,
|
|
136
|
-
ListNotebookExecutionsCommandOutput,
|
|
137
|
-
} from "../commands/ListNotebookExecutionsCommand";
|
|
138
|
-
import {
|
|
139
|
-
ListReleaseLabelsCommandInput,
|
|
140
|
-
ListReleaseLabelsCommandOutput,
|
|
141
|
-
} from "../commands/ListReleaseLabelsCommand";
|
|
142
|
-
import {
|
|
143
|
-
ListSecurityConfigurationsCommandInput,
|
|
144
|
-
ListSecurityConfigurationsCommandOutput,
|
|
145
|
-
} from "../commands/ListSecurityConfigurationsCommand";
|
|
146
|
-
import {
|
|
147
|
-
ListStepsCommandInput,
|
|
148
|
-
ListStepsCommandOutput,
|
|
149
|
-
} from "../commands/ListStepsCommand";
|
|
150
|
-
import {
|
|
151
|
-
ListStudiosCommandInput,
|
|
152
|
-
ListStudiosCommandOutput,
|
|
153
|
-
} from "../commands/ListStudiosCommand";
|
|
154
|
-
import {
|
|
155
|
-
ListStudioSessionMappingsCommandInput,
|
|
156
|
-
ListStudioSessionMappingsCommandOutput,
|
|
157
|
-
} from "../commands/ListStudioSessionMappingsCommand";
|
|
158
|
-
import {
|
|
159
|
-
ListSupportedInstanceTypesCommandInput,
|
|
160
|
-
ListSupportedInstanceTypesCommandOutput,
|
|
161
|
-
} from "../commands/ListSupportedInstanceTypesCommand";
|
|
162
|
-
import {
|
|
163
|
-
ModifyClusterCommandInput,
|
|
164
|
-
ModifyClusterCommandOutput,
|
|
165
|
-
} from "../commands/ModifyClusterCommand";
|
|
166
|
-
import {
|
|
167
|
-
ModifyInstanceFleetCommandInput,
|
|
168
|
-
ModifyInstanceFleetCommandOutput,
|
|
169
|
-
} from "../commands/ModifyInstanceFleetCommand";
|
|
170
|
-
import {
|
|
171
|
-
ModifyInstanceGroupsCommandInput,
|
|
172
|
-
ModifyInstanceGroupsCommandOutput,
|
|
173
|
-
} from "../commands/ModifyInstanceGroupsCommand";
|
|
174
|
-
import {
|
|
175
|
-
PutAutoScalingPolicyCommandInput,
|
|
176
|
-
PutAutoScalingPolicyCommandOutput,
|
|
177
|
-
} from "../commands/PutAutoScalingPolicyCommand";
|
|
178
|
-
import {
|
|
179
|
-
PutAutoTerminationPolicyCommandInput,
|
|
180
|
-
PutAutoTerminationPolicyCommandOutput,
|
|
181
|
-
} from "../commands/PutAutoTerminationPolicyCommand";
|
|
182
|
-
import {
|
|
183
|
-
PutBlockPublicAccessConfigurationCommandInput,
|
|
184
|
-
PutBlockPublicAccessConfigurationCommandOutput,
|
|
185
|
-
} from "../commands/PutBlockPublicAccessConfigurationCommand";
|
|
186
|
-
import {
|
|
187
|
-
PutManagedScalingPolicyCommandInput,
|
|
188
|
-
PutManagedScalingPolicyCommandOutput,
|
|
189
|
-
} from "../commands/PutManagedScalingPolicyCommand";
|
|
190
|
-
import {
|
|
191
|
-
RemoveAutoScalingPolicyCommandInput,
|
|
192
|
-
RemoveAutoScalingPolicyCommandOutput,
|
|
193
|
-
} from "../commands/RemoveAutoScalingPolicyCommand";
|
|
194
|
-
import {
|
|
195
|
-
RemoveAutoTerminationPolicyCommandInput,
|
|
196
|
-
RemoveAutoTerminationPolicyCommandOutput,
|
|
197
|
-
} from "../commands/RemoveAutoTerminationPolicyCommand";
|
|
198
|
-
import {
|
|
199
|
-
RemoveManagedScalingPolicyCommandInput,
|
|
200
|
-
RemoveManagedScalingPolicyCommandOutput,
|
|
201
|
-
} from "../commands/RemoveManagedScalingPolicyCommand";
|
|
202
|
-
import {
|
|
203
|
-
RemoveTagsCommandInput,
|
|
204
|
-
RemoveTagsCommandOutput,
|
|
205
|
-
} from "../commands/RemoveTagsCommand";
|
|
206
|
-
import {
|
|
207
|
-
RunJobFlowCommandInput,
|
|
208
|
-
RunJobFlowCommandOutput,
|
|
209
|
-
} from "../commands/RunJobFlowCommand";
|
|
210
|
-
import {
|
|
211
|
-
SetKeepJobFlowAliveWhenNoStepsCommandInput,
|
|
212
|
-
SetKeepJobFlowAliveWhenNoStepsCommandOutput,
|
|
213
|
-
} from "../commands/SetKeepJobFlowAliveWhenNoStepsCommand";
|
|
214
|
-
import {
|
|
215
|
-
SetTerminationProtectionCommandInput,
|
|
216
|
-
SetTerminationProtectionCommandOutput,
|
|
217
|
-
} from "../commands/SetTerminationProtectionCommand";
|
|
218
|
-
import {
|
|
219
|
-
SetUnhealthyNodeReplacementCommandInput,
|
|
220
|
-
SetUnhealthyNodeReplacementCommandOutput,
|
|
221
|
-
} from "../commands/SetUnhealthyNodeReplacementCommand";
|
|
222
|
-
import {
|
|
223
|
-
SetVisibleToAllUsersCommandInput,
|
|
224
|
-
SetVisibleToAllUsersCommandOutput,
|
|
225
|
-
} from "../commands/SetVisibleToAllUsersCommand";
|
|
226
|
-
import {
|
|
227
|
-
StartNotebookExecutionCommandInput,
|
|
228
|
-
StartNotebookExecutionCommandOutput,
|
|
229
|
-
} from "../commands/StartNotebookExecutionCommand";
|
|
230
|
-
import {
|
|
231
|
-
StopNotebookExecutionCommandInput,
|
|
232
|
-
StopNotebookExecutionCommandOutput,
|
|
233
|
-
} from "../commands/StopNotebookExecutionCommand";
|
|
234
|
-
import {
|
|
235
|
-
TerminateJobFlowsCommandInput,
|
|
236
|
-
TerminateJobFlowsCommandOutput,
|
|
237
|
-
} from "../commands/TerminateJobFlowsCommand";
|
|
238
|
-
import {
|
|
239
|
-
UpdateStudioCommandInput,
|
|
240
|
-
UpdateStudioCommandOutput,
|
|
241
|
-
} from "../commands/UpdateStudioCommand";
|
|
242
|
-
import {
|
|
243
|
-
UpdateStudioSessionMappingCommandInput,
|
|
244
|
-
UpdateStudioSessionMappingCommandOutput,
|
|
245
|
-
} from "../commands/UpdateStudioSessionMappingCommand";
|
|
246
|
-
export declare const se_AddInstanceFleetCommand: (
|
|
247
|
-
input: AddInstanceFleetCommandInput,
|
|
248
|
-
context: __SerdeContext
|
|
249
|
-
) => Promise<__HttpRequest>;
|
|
250
|
-
export declare const se_AddInstanceGroupsCommand: (
|
|
251
|
-
input: AddInstanceGroupsCommandInput,
|
|
252
|
-
context: __SerdeContext
|
|
253
|
-
) => Promise<__HttpRequest>;
|
|
254
|
-
export declare const se_AddJobFlowStepsCommand: (
|
|
255
|
-
input: AddJobFlowStepsCommandInput,
|
|
256
|
-
context: __SerdeContext
|
|
257
|
-
) => Promise<__HttpRequest>;
|
|
258
|
-
export declare const se_AddTagsCommand: (
|
|
259
|
-
input: AddTagsCommandInput,
|
|
260
|
-
context: __SerdeContext
|
|
261
|
-
) => Promise<__HttpRequest>;
|
|
262
|
-
export declare const se_CancelStepsCommand: (
|
|
263
|
-
input: CancelStepsCommandInput,
|
|
264
|
-
context: __SerdeContext
|
|
265
|
-
) => Promise<__HttpRequest>;
|
|
266
|
-
export declare const se_CreatePersistentAppUICommand: (
|
|
267
|
-
input: CreatePersistentAppUICommandInput,
|
|
268
|
-
context: __SerdeContext
|
|
269
|
-
) => Promise<__HttpRequest>;
|
|
270
|
-
export declare const se_CreateSecurityConfigurationCommand: (
|
|
271
|
-
input: CreateSecurityConfigurationCommandInput,
|
|
272
|
-
context: __SerdeContext
|
|
273
|
-
) => Promise<__HttpRequest>;
|
|
274
|
-
export declare const se_CreateStudioCommand: (
|
|
275
|
-
input: CreateStudioCommandInput,
|
|
276
|
-
context: __SerdeContext
|
|
277
|
-
) => Promise<__HttpRequest>;
|
|
278
|
-
export declare const se_CreateStudioSessionMappingCommand: (
|
|
279
|
-
input: CreateStudioSessionMappingCommandInput,
|
|
280
|
-
context: __SerdeContext
|
|
281
|
-
) => Promise<__HttpRequest>;
|
|
282
|
-
export declare const se_DeleteSecurityConfigurationCommand: (
|
|
283
|
-
input: DeleteSecurityConfigurationCommandInput,
|
|
284
|
-
context: __SerdeContext
|
|
285
|
-
) => Promise<__HttpRequest>;
|
|
286
|
-
export declare const se_DeleteStudioCommand: (
|
|
287
|
-
input: DeleteStudioCommandInput,
|
|
288
|
-
context: __SerdeContext
|
|
289
|
-
) => Promise<__HttpRequest>;
|
|
290
|
-
export declare const se_DeleteStudioSessionMappingCommand: (
|
|
291
|
-
input: DeleteStudioSessionMappingCommandInput,
|
|
292
|
-
context: __SerdeContext
|
|
293
|
-
) => Promise<__HttpRequest>;
|
|
294
|
-
export declare const se_DescribeClusterCommand: (
|
|
295
|
-
input: DescribeClusterCommandInput,
|
|
296
|
-
context: __SerdeContext
|
|
297
|
-
) => Promise<__HttpRequest>;
|
|
298
|
-
export declare const se_DescribeJobFlowsCommand: (
|
|
299
|
-
input: DescribeJobFlowsCommandInput,
|
|
300
|
-
context: __SerdeContext
|
|
301
|
-
) => Promise<__HttpRequest>;
|
|
302
|
-
export declare const se_DescribeNotebookExecutionCommand: (
|
|
303
|
-
input: DescribeNotebookExecutionCommandInput,
|
|
304
|
-
context: __SerdeContext
|
|
305
|
-
) => Promise<__HttpRequest>;
|
|
306
|
-
export declare const se_DescribePersistentAppUICommand: (
|
|
307
|
-
input: DescribePersistentAppUICommandInput,
|
|
308
|
-
context: __SerdeContext
|
|
309
|
-
) => Promise<__HttpRequest>;
|
|
310
|
-
export declare const se_DescribeReleaseLabelCommand: (
|
|
311
|
-
input: DescribeReleaseLabelCommandInput,
|
|
312
|
-
context: __SerdeContext
|
|
313
|
-
) => Promise<__HttpRequest>;
|
|
314
|
-
export declare const se_DescribeSecurityConfigurationCommand: (
|
|
315
|
-
input: DescribeSecurityConfigurationCommandInput,
|
|
316
|
-
context: __SerdeContext
|
|
317
|
-
) => Promise<__HttpRequest>;
|
|
318
|
-
export declare const se_DescribeStepCommand: (
|
|
319
|
-
input: DescribeStepCommandInput,
|
|
320
|
-
context: __SerdeContext
|
|
321
|
-
) => Promise<__HttpRequest>;
|
|
322
|
-
export declare const se_DescribeStudioCommand: (
|
|
323
|
-
input: DescribeStudioCommandInput,
|
|
324
|
-
context: __SerdeContext
|
|
325
|
-
) => Promise<__HttpRequest>;
|
|
326
|
-
export declare const se_GetAutoTerminationPolicyCommand: (
|
|
327
|
-
input: GetAutoTerminationPolicyCommandInput,
|
|
328
|
-
context: __SerdeContext
|
|
329
|
-
) => Promise<__HttpRequest>;
|
|
330
|
-
export declare const se_GetBlockPublicAccessConfigurationCommand: (
|
|
331
|
-
input: GetBlockPublicAccessConfigurationCommandInput,
|
|
332
|
-
context: __SerdeContext
|
|
333
|
-
) => Promise<__HttpRequest>;
|
|
334
|
-
export declare const se_GetClusterSessionCredentialsCommand: (
|
|
335
|
-
input: GetClusterSessionCredentialsCommandInput,
|
|
336
|
-
context: __SerdeContext
|
|
337
|
-
) => Promise<__HttpRequest>;
|
|
338
|
-
export declare const se_GetManagedScalingPolicyCommand: (
|
|
339
|
-
input: GetManagedScalingPolicyCommandInput,
|
|
340
|
-
context: __SerdeContext
|
|
341
|
-
) => Promise<__HttpRequest>;
|
|
342
|
-
export declare const se_GetOnClusterAppUIPresignedURLCommand: (
|
|
343
|
-
input: GetOnClusterAppUIPresignedURLCommandInput,
|
|
344
|
-
context: __SerdeContext
|
|
345
|
-
) => Promise<__HttpRequest>;
|
|
346
|
-
export declare const se_GetPersistentAppUIPresignedURLCommand: (
|
|
347
|
-
input: GetPersistentAppUIPresignedURLCommandInput,
|
|
348
|
-
context: __SerdeContext
|
|
349
|
-
) => Promise<__HttpRequest>;
|
|
350
|
-
export declare const se_GetStudioSessionMappingCommand: (
|
|
351
|
-
input: GetStudioSessionMappingCommandInput,
|
|
352
|
-
context: __SerdeContext
|
|
353
|
-
) => Promise<__HttpRequest>;
|
|
354
|
-
export declare const se_ListBootstrapActionsCommand: (
|
|
355
|
-
input: ListBootstrapActionsCommandInput,
|
|
356
|
-
context: __SerdeContext
|
|
357
|
-
) => Promise<__HttpRequest>;
|
|
358
|
-
export declare const se_ListClustersCommand: (
|
|
359
|
-
input: ListClustersCommandInput,
|
|
360
|
-
context: __SerdeContext
|
|
361
|
-
) => Promise<__HttpRequest>;
|
|
362
|
-
export declare const se_ListInstanceFleetsCommand: (
|
|
363
|
-
input: ListInstanceFleetsCommandInput,
|
|
364
|
-
context: __SerdeContext
|
|
365
|
-
) => Promise<__HttpRequest>;
|
|
366
|
-
export declare const se_ListInstanceGroupsCommand: (
|
|
367
|
-
input: ListInstanceGroupsCommandInput,
|
|
368
|
-
context: __SerdeContext
|
|
369
|
-
) => Promise<__HttpRequest>;
|
|
370
|
-
export declare const se_ListInstancesCommand: (
|
|
371
|
-
input: ListInstancesCommandInput,
|
|
372
|
-
context: __SerdeContext
|
|
373
|
-
) => Promise<__HttpRequest>;
|
|
374
|
-
export declare const se_ListNotebookExecutionsCommand: (
|
|
375
|
-
input: ListNotebookExecutionsCommandInput,
|
|
376
|
-
context: __SerdeContext
|
|
377
|
-
) => Promise<__HttpRequest>;
|
|
378
|
-
export declare const se_ListReleaseLabelsCommand: (
|
|
379
|
-
input: ListReleaseLabelsCommandInput,
|
|
380
|
-
context: __SerdeContext
|
|
381
|
-
) => Promise<__HttpRequest>;
|
|
382
|
-
export declare const se_ListSecurityConfigurationsCommand: (
|
|
383
|
-
input: ListSecurityConfigurationsCommandInput,
|
|
384
|
-
context: __SerdeContext
|
|
385
|
-
) => Promise<__HttpRequest>;
|
|
386
|
-
export declare const se_ListStepsCommand: (
|
|
387
|
-
input: ListStepsCommandInput,
|
|
388
|
-
context: __SerdeContext
|
|
389
|
-
) => Promise<__HttpRequest>;
|
|
390
|
-
export declare const se_ListStudiosCommand: (
|
|
391
|
-
input: ListStudiosCommandInput,
|
|
392
|
-
context: __SerdeContext
|
|
393
|
-
) => Promise<__HttpRequest>;
|
|
394
|
-
export declare const se_ListStudioSessionMappingsCommand: (
|
|
395
|
-
input: ListStudioSessionMappingsCommandInput,
|
|
396
|
-
context: __SerdeContext
|
|
397
|
-
) => Promise<__HttpRequest>;
|
|
398
|
-
export declare const se_ListSupportedInstanceTypesCommand: (
|
|
399
|
-
input: ListSupportedInstanceTypesCommandInput,
|
|
400
|
-
context: __SerdeContext
|
|
401
|
-
) => Promise<__HttpRequest>;
|
|
402
|
-
export declare const se_ModifyClusterCommand: (
|
|
403
|
-
input: ModifyClusterCommandInput,
|
|
404
|
-
context: __SerdeContext
|
|
405
|
-
) => Promise<__HttpRequest>;
|
|
406
|
-
export declare const se_ModifyInstanceFleetCommand: (
|
|
407
|
-
input: ModifyInstanceFleetCommandInput,
|
|
408
|
-
context: __SerdeContext
|
|
409
|
-
) => Promise<__HttpRequest>;
|
|
410
|
-
export declare const se_ModifyInstanceGroupsCommand: (
|
|
411
|
-
input: ModifyInstanceGroupsCommandInput,
|
|
412
|
-
context: __SerdeContext
|
|
413
|
-
) => Promise<__HttpRequest>;
|
|
414
|
-
export declare const se_PutAutoScalingPolicyCommand: (
|
|
415
|
-
input: PutAutoScalingPolicyCommandInput,
|
|
416
|
-
context: __SerdeContext
|
|
417
|
-
) => Promise<__HttpRequest>;
|
|
418
|
-
export declare const se_PutAutoTerminationPolicyCommand: (
|
|
419
|
-
input: PutAutoTerminationPolicyCommandInput,
|
|
420
|
-
context: __SerdeContext
|
|
421
|
-
) => Promise<__HttpRequest>;
|
|
422
|
-
export declare const se_PutBlockPublicAccessConfigurationCommand: (
|
|
423
|
-
input: PutBlockPublicAccessConfigurationCommandInput,
|
|
424
|
-
context: __SerdeContext
|
|
425
|
-
) => Promise<__HttpRequest>;
|
|
426
|
-
export declare const se_PutManagedScalingPolicyCommand: (
|
|
427
|
-
input: PutManagedScalingPolicyCommandInput,
|
|
428
|
-
context: __SerdeContext
|
|
429
|
-
) => Promise<__HttpRequest>;
|
|
430
|
-
export declare const se_RemoveAutoScalingPolicyCommand: (
|
|
431
|
-
input: RemoveAutoScalingPolicyCommandInput,
|
|
432
|
-
context: __SerdeContext
|
|
433
|
-
) => Promise<__HttpRequest>;
|
|
434
|
-
export declare const se_RemoveAutoTerminationPolicyCommand: (
|
|
435
|
-
input: RemoveAutoTerminationPolicyCommandInput,
|
|
436
|
-
context: __SerdeContext
|
|
437
|
-
) => Promise<__HttpRequest>;
|
|
438
|
-
export declare const se_RemoveManagedScalingPolicyCommand: (
|
|
439
|
-
input: RemoveManagedScalingPolicyCommandInput,
|
|
440
|
-
context: __SerdeContext
|
|
441
|
-
) => Promise<__HttpRequest>;
|
|
442
|
-
export declare const se_RemoveTagsCommand: (
|
|
443
|
-
input: RemoveTagsCommandInput,
|
|
444
|
-
context: __SerdeContext
|
|
445
|
-
) => Promise<__HttpRequest>;
|
|
446
|
-
export declare const se_RunJobFlowCommand: (
|
|
447
|
-
input: RunJobFlowCommandInput,
|
|
448
|
-
context: __SerdeContext
|
|
449
|
-
) => Promise<__HttpRequest>;
|
|
450
|
-
export declare const se_SetKeepJobFlowAliveWhenNoStepsCommand: (
|
|
451
|
-
input: SetKeepJobFlowAliveWhenNoStepsCommandInput,
|
|
452
|
-
context: __SerdeContext
|
|
453
|
-
) => Promise<__HttpRequest>;
|
|
454
|
-
export declare const se_SetTerminationProtectionCommand: (
|
|
455
|
-
input: SetTerminationProtectionCommandInput,
|
|
456
|
-
context: __SerdeContext
|
|
457
|
-
) => Promise<__HttpRequest>;
|
|
458
|
-
export declare const se_SetUnhealthyNodeReplacementCommand: (
|
|
459
|
-
input: SetUnhealthyNodeReplacementCommandInput,
|
|
460
|
-
context: __SerdeContext
|
|
461
|
-
) => Promise<__HttpRequest>;
|
|
462
|
-
export declare const se_SetVisibleToAllUsersCommand: (
|
|
463
|
-
input: SetVisibleToAllUsersCommandInput,
|
|
464
|
-
context: __SerdeContext
|
|
465
|
-
) => Promise<__HttpRequest>;
|
|
466
|
-
export declare const se_StartNotebookExecutionCommand: (
|
|
467
|
-
input: StartNotebookExecutionCommandInput,
|
|
468
|
-
context: __SerdeContext
|
|
469
|
-
) => Promise<__HttpRequest>;
|
|
470
|
-
export declare const se_StopNotebookExecutionCommand: (
|
|
471
|
-
input: StopNotebookExecutionCommandInput,
|
|
472
|
-
context: __SerdeContext
|
|
473
|
-
) => Promise<__HttpRequest>;
|
|
474
|
-
export declare const se_TerminateJobFlowsCommand: (
|
|
475
|
-
input: TerminateJobFlowsCommandInput,
|
|
476
|
-
context: __SerdeContext
|
|
477
|
-
) => Promise<__HttpRequest>;
|
|
478
|
-
export declare const se_UpdateStudioCommand: (
|
|
479
|
-
input: UpdateStudioCommandInput,
|
|
480
|
-
context: __SerdeContext
|
|
481
|
-
) => Promise<__HttpRequest>;
|
|
482
|
-
export declare const se_UpdateStudioSessionMappingCommand: (
|
|
483
|
-
input: UpdateStudioSessionMappingCommandInput,
|
|
484
|
-
context: __SerdeContext
|
|
485
|
-
) => Promise<__HttpRequest>;
|
|
486
|
-
export declare const de_AddInstanceFleetCommand: (
|
|
487
|
-
output: __HttpResponse,
|
|
488
|
-
context: __SerdeContext
|
|
489
|
-
) => Promise<AddInstanceFleetCommandOutput>;
|
|
490
|
-
export declare const de_AddInstanceGroupsCommand: (
|
|
491
|
-
output: __HttpResponse,
|
|
492
|
-
context: __SerdeContext
|
|
493
|
-
) => Promise<AddInstanceGroupsCommandOutput>;
|
|
494
|
-
export declare const de_AddJobFlowStepsCommand: (
|
|
495
|
-
output: __HttpResponse,
|
|
496
|
-
context: __SerdeContext
|
|
497
|
-
) => Promise<AddJobFlowStepsCommandOutput>;
|
|
498
|
-
export declare const de_AddTagsCommand: (
|
|
499
|
-
output: __HttpResponse,
|
|
500
|
-
context: __SerdeContext
|
|
501
|
-
) => Promise<AddTagsCommandOutput>;
|
|
502
|
-
export declare const de_CancelStepsCommand: (
|
|
503
|
-
output: __HttpResponse,
|
|
504
|
-
context: __SerdeContext
|
|
505
|
-
) => Promise<CancelStepsCommandOutput>;
|
|
506
|
-
export declare const de_CreatePersistentAppUICommand: (
|
|
507
|
-
output: __HttpResponse,
|
|
508
|
-
context: __SerdeContext
|
|
509
|
-
) => Promise<CreatePersistentAppUICommandOutput>;
|
|
510
|
-
export declare const de_CreateSecurityConfigurationCommand: (
|
|
511
|
-
output: __HttpResponse,
|
|
512
|
-
context: __SerdeContext
|
|
513
|
-
) => Promise<CreateSecurityConfigurationCommandOutput>;
|
|
514
|
-
export declare const de_CreateStudioCommand: (
|
|
515
|
-
output: __HttpResponse,
|
|
516
|
-
context: __SerdeContext
|
|
517
|
-
) => Promise<CreateStudioCommandOutput>;
|
|
518
|
-
export declare const de_CreateStudioSessionMappingCommand: (
|
|
519
|
-
output: __HttpResponse,
|
|
520
|
-
context: __SerdeContext
|
|
521
|
-
) => Promise<CreateStudioSessionMappingCommandOutput>;
|
|
522
|
-
export declare const de_DeleteSecurityConfigurationCommand: (
|
|
523
|
-
output: __HttpResponse,
|
|
524
|
-
context: __SerdeContext
|
|
525
|
-
) => Promise<DeleteSecurityConfigurationCommandOutput>;
|
|
526
|
-
export declare const de_DeleteStudioCommand: (
|
|
527
|
-
output: __HttpResponse,
|
|
528
|
-
context: __SerdeContext
|
|
529
|
-
) => Promise<DeleteStudioCommandOutput>;
|
|
530
|
-
export declare const de_DeleteStudioSessionMappingCommand: (
|
|
531
|
-
output: __HttpResponse,
|
|
532
|
-
context: __SerdeContext
|
|
533
|
-
) => Promise<DeleteStudioSessionMappingCommandOutput>;
|
|
534
|
-
export declare const de_DescribeClusterCommand: (
|
|
535
|
-
output: __HttpResponse,
|
|
536
|
-
context: __SerdeContext
|
|
537
|
-
) => Promise<DescribeClusterCommandOutput>;
|
|
538
|
-
export declare const de_DescribeJobFlowsCommand: (
|
|
539
|
-
output: __HttpResponse,
|
|
540
|
-
context: __SerdeContext
|
|
541
|
-
) => Promise<DescribeJobFlowsCommandOutput>;
|
|
542
|
-
export declare const de_DescribeNotebookExecutionCommand: (
|
|
543
|
-
output: __HttpResponse,
|
|
544
|
-
context: __SerdeContext
|
|
545
|
-
) => Promise<DescribeNotebookExecutionCommandOutput>;
|
|
546
|
-
export declare const de_DescribePersistentAppUICommand: (
|
|
547
|
-
output: __HttpResponse,
|
|
548
|
-
context: __SerdeContext
|
|
549
|
-
) => Promise<DescribePersistentAppUICommandOutput>;
|
|
550
|
-
export declare const de_DescribeReleaseLabelCommand: (
|
|
551
|
-
output: __HttpResponse,
|
|
552
|
-
context: __SerdeContext
|
|
553
|
-
) => Promise<DescribeReleaseLabelCommandOutput>;
|
|
554
|
-
export declare const de_DescribeSecurityConfigurationCommand: (
|
|
555
|
-
output: __HttpResponse,
|
|
556
|
-
context: __SerdeContext
|
|
557
|
-
) => Promise<DescribeSecurityConfigurationCommandOutput>;
|
|
558
|
-
export declare const de_DescribeStepCommand: (
|
|
559
|
-
output: __HttpResponse,
|
|
560
|
-
context: __SerdeContext
|
|
561
|
-
) => Promise<DescribeStepCommandOutput>;
|
|
562
|
-
export declare const de_DescribeStudioCommand: (
|
|
563
|
-
output: __HttpResponse,
|
|
564
|
-
context: __SerdeContext
|
|
565
|
-
) => Promise<DescribeStudioCommandOutput>;
|
|
566
|
-
export declare const de_GetAutoTerminationPolicyCommand: (
|
|
567
|
-
output: __HttpResponse,
|
|
568
|
-
context: __SerdeContext
|
|
569
|
-
) => Promise<GetAutoTerminationPolicyCommandOutput>;
|
|
570
|
-
export declare const de_GetBlockPublicAccessConfigurationCommand: (
|
|
571
|
-
output: __HttpResponse,
|
|
572
|
-
context: __SerdeContext
|
|
573
|
-
) => Promise<GetBlockPublicAccessConfigurationCommandOutput>;
|
|
574
|
-
export declare const de_GetClusterSessionCredentialsCommand: (
|
|
575
|
-
output: __HttpResponse,
|
|
576
|
-
context: __SerdeContext
|
|
577
|
-
) => Promise<GetClusterSessionCredentialsCommandOutput>;
|
|
578
|
-
export declare const de_GetManagedScalingPolicyCommand: (
|
|
579
|
-
output: __HttpResponse,
|
|
580
|
-
context: __SerdeContext
|
|
581
|
-
) => Promise<GetManagedScalingPolicyCommandOutput>;
|
|
582
|
-
export declare const de_GetOnClusterAppUIPresignedURLCommand: (
|
|
583
|
-
output: __HttpResponse,
|
|
584
|
-
context: __SerdeContext
|
|
585
|
-
) => Promise<GetOnClusterAppUIPresignedURLCommandOutput>;
|
|
586
|
-
export declare const de_GetPersistentAppUIPresignedURLCommand: (
|
|
587
|
-
output: __HttpResponse,
|
|
588
|
-
context: __SerdeContext
|
|
589
|
-
) => Promise<GetPersistentAppUIPresignedURLCommandOutput>;
|
|
590
|
-
export declare const de_GetStudioSessionMappingCommand: (
|
|
591
|
-
output: __HttpResponse,
|
|
592
|
-
context: __SerdeContext
|
|
593
|
-
) => Promise<GetStudioSessionMappingCommandOutput>;
|
|
594
|
-
export declare const de_ListBootstrapActionsCommand: (
|
|
595
|
-
output: __HttpResponse,
|
|
596
|
-
context: __SerdeContext
|
|
597
|
-
) => Promise<ListBootstrapActionsCommandOutput>;
|
|
598
|
-
export declare const de_ListClustersCommand: (
|
|
599
|
-
output: __HttpResponse,
|
|
600
|
-
context: __SerdeContext
|
|
601
|
-
) => Promise<ListClustersCommandOutput>;
|
|
602
|
-
export declare const de_ListInstanceFleetsCommand: (
|
|
603
|
-
output: __HttpResponse,
|
|
604
|
-
context: __SerdeContext
|
|
605
|
-
) => Promise<ListInstanceFleetsCommandOutput>;
|
|
606
|
-
export declare const de_ListInstanceGroupsCommand: (
|
|
607
|
-
output: __HttpResponse,
|
|
608
|
-
context: __SerdeContext
|
|
609
|
-
) => Promise<ListInstanceGroupsCommandOutput>;
|
|
610
|
-
export declare const de_ListInstancesCommand: (
|
|
611
|
-
output: __HttpResponse,
|
|
612
|
-
context: __SerdeContext
|
|
613
|
-
) => Promise<ListInstancesCommandOutput>;
|
|
614
|
-
export declare const de_ListNotebookExecutionsCommand: (
|
|
615
|
-
output: __HttpResponse,
|
|
616
|
-
context: __SerdeContext
|
|
617
|
-
) => Promise<ListNotebookExecutionsCommandOutput>;
|
|
618
|
-
export declare const de_ListReleaseLabelsCommand: (
|
|
619
|
-
output: __HttpResponse,
|
|
620
|
-
context: __SerdeContext
|
|
621
|
-
) => Promise<ListReleaseLabelsCommandOutput>;
|
|
622
|
-
export declare const de_ListSecurityConfigurationsCommand: (
|
|
623
|
-
output: __HttpResponse,
|
|
624
|
-
context: __SerdeContext
|
|
625
|
-
) => Promise<ListSecurityConfigurationsCommandOutput>;
|
|
626
|
-
export declare const de_ListStepsCommand: (
|
|
627
|
-
output: __HttpResponse,
|
|
628
|
-
context: __SerdeContext
|
|
629
|
-
) => Promise<ListStepsCommandOutput>;
|
|
630
|
-
export declare const de_ListStudiosCommand: (
|
|
631
|
-
output: __HttpResponse,
|
|
632
|
-
context: __SerdeContext
|
|
633
|
-
) => Promise<ListStudiosCommandOutput>;
|
|
634
|
-
export declare const de_ListStudioSessionMappingsCommand: (
|
|
635
|
-
output: __HttpResponse,
|
|
636
|
-
context: __SerdeContext
|
|
637
|
-
) => Promise<ListStudioSessionMappingsCommandOutput>;
|
|
638
|
-
export declare const de_ListSupportedInstanceTypesCommand: (
|
|
639
|
-
output: __HttpResponse,
|
|
640
|
-
context: __SerdeContext
|
|
641
|
-
) => Promise<ListSupportedInstanceTypesCommandOutput>;
|
|
642
|
-
export declare const de_ModifyClusterCommand: (
|
|
643
|
-
output: __HttpResponse,
|
|
644
|
-
context: __SerdeContext
|
|
645
|
-
) => Promise<ModifyClusterCommandOutput>;
|
|
646
|
-
export declare const de_ModifyInstanceFleetCommand: (
|
|
647
|
-
output: __HttpResponse,
|
|
648
|
-
context: __SerdeContext
|
|
649
|
-
) => Promise<ModifyInstanceFleetCommandOutput>;
|
|
650
|
-
export declare const de_ModifyInstanceGroupsCommand: (
|
|
651
|
-
output: __HttpResponse,
|
|
652
|
-
context: __SerdeContext
|
|
653
|
-
) => Promise<ModifyInstanceGroupsCommandOutput>;
|
|
654
|
-
export declare const de_PutAutoScalingPolicyCommand: (
|
|
655
|
-
output: __HttpResponse,
|
|
656
|
-
context: __SerdeContext
|
|
657
|
-
) => Promise<PutAutoScalingPolicyCommandOutput>;
|
|
658
|
-
export declare const de_PutAutoTerminationPolicyCommand: (
|
|
659
|
-
output: __HttpResponse,
|
|
660
|
-
context: __SerdeContext
|
|
661
|
-
) => Promise<PutAutoTerminationPolicyCommandOutput>;
|
|
662
|
-
export declare const de_PutBlockPublicAccessConfigurationCommand: (
|
|
663
|
-
output: __HttpResponse,
|
|
664
|
-
context: __SerdeContext
|
|
665
|
-
) => Promise<PutBlockPublicAccessConfigurationCommandOutput>;
|
|
666
|
-
export declare const de_PutManagedScalingPolicyCommand: (
|
|
667
|
-
output: __HttpResponse,
|
|
668
|
-
context: __SerdeContext
|
|
669
|
-
) => Promise<PutManagedScalingPolicyCommandOutput>;
|
|
670
|
-
export declare const de_RemoveAutoScalingPolicyCommand: (
|
|
671
|
-
output: __HttpResponse,
|
|
672
|
-
context: __SerdeContext
|
|
673
|
-
) => Promise<RemoveAutoScalingPolicyCommandOutput>;
|
|
674
|
-
export declare const de_RemoveAutoTerminationPolicyCommand: (
|
|
675
|
-
output: __HttpResponse,
|
|
676
|
-
context: __SerdeContext
|
|
677
|
-
) => Promise<RemoveAutoTerminationPolicyCommandOutput>;
|
|
678
|
-
export declare const de_RemoveManagedScalingPolicyCommand: (
|
|
679
|
-
output: __HttpResponse,
|
|
680
|
-
context: __SerdeContext
|
|
681
|
-
) => Promise<RemoveManagedScalingPolicyCommandOutput>;
|
|
682
|
-
export declare const de_RemoveTagsCommand: (
|
|
683
|
-
output: __HttpResponse,
|
|
684
|
-
context: __SerdeContext
|
|
685
|
-
) => Promise<RemoveTagsCommandOutput>;
|
|
686
|
-
export declare const de_RunJobFlowCommand: (
|
|
687
|
-
output: __HttpResponse,
|
|
688
|
-
context: __SerdeContext
|
|
689
|
-
) => Promise<RunJobFlowCommandOutput>;
|
|
690
|
-
export declare const de_SetKeepJobFlowAliveWhenNoStepsCommand: (
|
|
691
|
-
output: __HttpResponse,
|
|
692
|
-
context: __SerdeContext
|
|
693
|
-
) => Promise<SetKeepJobFlowAliveWhenNoStepsCommandOutput>;
|
|
694
|
-
export declare const de_SetTerminationProtectionCommand: (
|
|
695
|
-
output: __HttpResponse,
|
|
696
|
-
context: __SerdeContext
|
|
697
|
-
) => Promise<SetTerminationProtectionCommandOutput>;
|
|
698
|
-
export declare const de_SetUnhealthyNodeReplacementCommand: (
|
|
699
|
-
output: __HttpResponse,
|
|
700
|
-
context: __SerdeContext
|
|
701
|
-
) => Promise<SetUnhealthyNodeReplacementCommandOutput>;
|
|
702
|
-
export declare const de_SetVisibleToAllUsersCommand: (
|
|
703
|
-
output: __HttpResponse,
|
|
704
|
-
context: __SerdeContext
|
|
705
|
-
) => Promise<SetVisibleToAllUsersCommandOutput>;
|
|
706
|
-
export declare const de_StartNotebookExecutionCommand: (
|
|
707
|
-
output: __HttpResponse,
|
|
708
|
-
context: __SerdeContext
|
|
709
|
-
) => Promise<StartNotebookExecutionCommandOutput>;
|
|
710
|
-
export declare const de_StopNotebookExecutionCommand: (
|
|
711
|
-
output: __HttpResponse,
|
|
712
|
-
context: __SerdeContext
|
|
713
|
-
) => Promise<StopNotebookExecutionCommandOutput>;
|
|
714
|
-
export declare const de_TerminateJobFlowsCommand: (
|
|
715
|
-
output: __HttpResponse,
|
|
716
|
-
context: __SerdeContext
|
|
717
|
-
) => Promise<TerminateJobFlowsCommandOutput>;
|
|
718
|
-
export declare const de_UpdateStudioCommand: (
|
|
719
|
-
output: __HttpResponse,
|
|
720
|
-
context: __SerdeContext
|
|
721
|
-
) => Promise<UpdateStudioCommandOutput>;
|
|
722
|
-
export declare const de_UpdateStudioSessionMappingCommand: (
|
|
723
|
-
output: __HttpResponse,
|
|
724
|
-
context: __SerdeContext
|
|
725
|
-
) => Promise<UpdateStudioSessionMappingCommandOutput>;
|