@aws-sdk/client-emr 3.1086.0 → 3.1088.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 +1 -1
- package/dist-types/ts3.4/EMR.d.ts +218 -266
- package/dist-types/ts3.4/EMRClient.d.ts +20 -48
- package/dist-types/ts3.4/auth/httpAuthExtensionConfiguration.d.ts +5 -12
- package/dist-types/ts3.4/auth/httpAuthSchemeProvider.d.ts +10 -13
- package/dist-types/ts3.4/commandBuilder.d.ts +8 -18
- package/dist-types/ts3.4/commands/AddInstanceFleetCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/AddInstanceGroupsCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/AddJobFlowStepsCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/AddTagsCommand.d.ts +6 -2
- package/dist-types/ts3.4/commands/CancelStepsCommand.d.ts +3 -5
- package/dist-types/ts3.4/commands/CreatePersistentAppUICommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/CreateSecurityConfigurationCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/CreateStudioCommand.d.ts +3 -5
- package/dist-types/ts3.4/commands/CreateStudioSessionMappingCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/DeleteSecurityConfigurationCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/DeleteStudioCommand.d.ts +2 -2
- package/dist-types/ts3.4/commands/DeleteStudioSessionMappingCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/DescribeClusterCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/DescribeJobFlowsCommand.d.ts +3 -8
- package/dist-types/ts3.4/commands/DescribeNotebookExecutionCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/DescribePersistentAppUICommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/DescribeReleaseLabelCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/DescribeSecurityConfigurationCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/DescribeStepCommand.d.ts +3 -5
- package/dist-types/ts3.4/commands/DescribeStudioCommand.d.ts +3 -5
- package/dist-types/ts3.4/commands/GetAutoTerminationPolicyCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/GetBlockPublicAccessConfigurationCommand.d.ts +3 -5
- package/dist-types/ts3.4/commands/GetClusterSessionCredentialsCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/GetManagedScalingPolicyCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/GetOnClusterAppUIPresignedURLCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/GetPersistentAppUIPresignedURLCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/GetSessionCommand.d.ts +3 -5
- package/dist-types/ts3.4/commands/GetSessionEndpointCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/GetStudioSessionMappingCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/ListBootstrapActionsCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/ListClustersCommand.d.ts +2 -4
- package/dist-types/ts3.4/commands/ListInstanceFleetsCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/ListInstanceGroupsCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/ListInstancesCommand.d.ts +3 -5
- package/dist-types/ts3.4/commands/ListNotebookExecutionsCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/ListReleaseLabelsCommand.d.ts +3 -8
- package/dist-types/ts3.4/commands/ListSecurityConfigurationsCommand.d.ts +3 -5
- package/dist-types/ts3.4/commands/ListSessionsCommand.d.ts +3 -5
- package/dist-types/ts3.4/commands/ListStepsCommand.d.ts +7 -5
- package/dist-types/ts3.4/commands/ListStudioSessionMappingsCommand.d.ts +3 -5
- package/dist-types/ts3.4/commands/ListStudiosCommand.d.ts +2 -4
- package/dist-types/ts3.4/commands/ListSupportedInstanceTypesCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/ModifyClusterCommand.d.ts +3 -5
- package/dist-types/ts3.4/commands/ModifyInstanceFleetCommand.d.ts +3 -4
- package/dist-types/ts3.4/commands/ModifyInstanceGroupsCommand.d.ts +2 -3
- package/dist-types/ts3.4/commands/PutAutoScalingPolicyCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/PutAutoTerminationPolicyCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/PutBlockPublicAccessConfigurationCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/PutManagedScalingPolicyCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/RemoveAutoScalingPolicyCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/RemoveAutoTerminationPolicyCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/RemoveManagedScalingPolicyCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/RemoveTagsCommand.d.ts +3 -5
- package/dist-types/ts3.4/commands/RunJobFlowCommand.d.ts +3 -5
- package/dist-types/ts3.4/commands/SetKeepJobFlowAliveWhenNoStepsCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/SetTerminationProtectionCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/SetUnhealthyNodeReplacementCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/SetVisibleToAllUsersCommand.d.ts +3 -4
- package/dist-types/ts3.4/commands/StartNotebookExecutionCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/StartSessionCommand.d.ts +3 -5
- package/dist-types/ts3.4/commands/StopNotebookExecutionCommand.d.ts +3 -4
- package/dist-types/ts3.4/commands/TerminateJobFlowsCommand.d.ts +2 -2
- package/dist-types/ts3.4/commands/TerminateSessionCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/UpdateStudioCommand.d.ts +2 -2
- package/dist-types/ts3.4/commands/UpdateStudioSessionMappingCommand.d.ts +4 -6
- package/dist-types/ts3.4/endpoint/EndpointParameters.d.ts +1 -1
- package/dist-types/ts3.4/endpoint/endpointResolver.d.ts +1 -1
- package/dist-types/ts3.4/extensionConfiguration.d.ts +2 -1
- package/dist-types/ts3.4/models/enums.d.ts +19 -38
- package/dist-types/ts3.4/models/errors.d.ts +3 -9
- package/dist-types/ts3.4/models/models_0.d.ts +6 -18
- package/dist-types/ts3.4/pagination/ListStepsPaginator.d.ts +1 -4
- package/dist-types/ts3.4/pagination/ListStudiosPaginator.d.ts +1 -4
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +9 -22
- package/dist-types/ts3.4/runtimeConfig.d.ts +8 -16
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +9 -22
- package/dist-types/ts3.4/runtimeConfig.shared.d.ts +1 -1
- package/dist-types/ts3.4/runtimeExtensions.d.ts +1 -1
- package/dist-types/ts3.4/waiters/waitForClusterRunning.d.ts +2 -2
- package/dist-types/ts3.4/waiters/waitForClusterTerminated.d.ts +2 -2
- package/dist-types/ts3.4/waiters/waitForStepComplete.d.ts +2 -2
- package/package.json +39 -39
|
@@ -17,14 +17,8 @@ import {
|
|
|
17
17
|
AddJobFlowStepsCommandInput,
|
|
18
18
|
AddJobFlowStepsCommandOutput,
|
|
19
19
|
} from "./commands/AddJobFlowStepsCommand";
|
|
20
|
-
import {
|
|
21
|
-
|
|
22
|
-
AddTagsCommandOutput,
|
|
23
|
-
} from "./commands/AddTagsCommand";
|
|
24
|
-
import {
|
|
25
|
-
CancelStepsCommandInput,
|
|
26
|
-
CancelStepsCommandOutput,
|
|
27
|
-
} from "./commands/CancelStepsCommand";
|
|
20
|
+
import { AddTagsCommandInput, AddTagsCommandOutput } from "./commands/AddTagsCommand";
|
|
21
|
+
import { CancelStepsCommandInput, CancelStepsCommandOutput } from "./commands/CancelStepsCommand";
|
|
28
22
|
import {
|
|
29
23
|
CreatePersistentAppUICommandInput,
|
|
30
24
|
CreatePersistentAppUICommandOutput,
|
|
@@ -109,10 +103,7 @@ import {
|
|
|
109
103
|
GetPersistentAppUIPresignedURLCommandInput,
|
|
110
104
|
GetPersistentAppUIPresignedURLCommandOutput,
|
|
111
105
|
} from "./commands/GetPersistentAppUIPresignedURLCommand";
|
|
112
|
-
import {
|
|
113
|
-
GetSessionCommandInput,
|
|
114
|
-
GetSessionCommandOutput,
|
|
115
|
-
} from "./commands/GetSessionCommand";
|
|
106
|
+
import { GetSessionCommandInput, GetSessionCommandOutput } from "./commands/GetSessionCommand";
|
|
116
107
|
import {
|
|
117
108
|
GetSessionEndpointCommandInput,
|
|
118
109
|
GetSessionEndpointCommandOutput,
|
|
@@ -157,14 +148,8 @@ import {
|
|
|
157
148
|
ListSessionsCommandInput,
|
|
158
149
|
ListSessionsCommandOutput,
|
|
159
150
|
} from "./commands/ListSessionsCommand";
|
|
160
|
-
import {
|
|
161
|
-
|
|
162
|
-
ListStepsCommandOutput,
|
|
163
|
-
} from "./commands/ListStepsCommand";
|
|
164
|
-
import {
|
|
165
|
-
ListStudiosCommandInput,
|
|
166
|
-
ListStudiosCommandOutput,
|
|
167
|
-
} from "./commands/ListStudiosCommand";
|
|
151
|
+
import { ListStepsCommandInput, ListStepsCommandOutput } from "./commands/ListStepsCommand";
|
|
152
|
+
import { ListStudiosCommandInput, ListStudiosCommandOutput } from "./commands/ListStudiosCommand";
|
|
168
153
|
import {
|
|
169
154
|
ListStudioSessionMappingsCommandInput,
|
|
170
155
|
ListStudioSessionMappingsCommandOutput,
|
|
@@ -213,14 +198,8 @@ import {
|
|
|
213
198
|
RemoveManagedScalingPolicyCommandInput,
|
|
214
199
|
RemoveManagedScalingPolicyCommandOutput,
|
|
215
200
|
} from "./commands/RemoveManagedScalingPolicyCommand";
|
|
216
|
-
import {
|
|
217
|
-
|
|
218
|
-
RemoveTagsCommandOutput,
|
|
219
|
-
} from "./commands/RemoveTagsCommand";
|
|
220
|
-
import {
|
|
221
|
-
RunJobFlowCommandInput,
|
|
222
|
-
RunJobFlowCommandOutput,
|
|
223
|
-
} from "./commands/RunJobFlowCommand";
|
|
201
|
+
import { RemoveTagsCommandInput, RemoveTagsCommandOutput } from "./commands/RemoveTagsCommand";
|
|
202
|
+
import { RunJobFlowCommandInput, RunJobFlowCommandOutput } from "./commands/RunJobFlowCommand";
|
|
224
203
|
import {
|
|
225
204
|
SetKeepJobFlowAliveWhenNoStepsCommandInput,
|
|
226
205
|
SetKeepJobFlowAliveWhenNoStepsCommandOutput,
|
|
@@ -269,988 +248,961 @@ import { EMRClient } from "./EMRClient";
|
|
|
269
248
|
export interface EMR {
|
|
270
249
|
addInstanceFleet(
|
|
271
250
|
args: AddInstanceFleetCommandInput,
|
|
272
|
-
options?: __HttpHandlerOptions
|
|
251
|
+
options?: __HttpHandlerOptions,
|
|
273
252
|
): Promise<AddInstanceFleetCommandOutput>;
|
|
274
253
|
addInstanceFleet(
|
|
275
254
|
args: AddInstanceFleetCommandInput,
|
|
276
|
-
cb: (err: any, data?: AddInstanceFleetCommandOutput) => void
|
|
255
|
+
cb: (err: any, data?: AddInstanceFleetCommandOutput) => void,
|
|
277
256
|
): void;
|
|
278
257
|
addInstanceFleet(
|
|
279
258
|
args: AddInstanceFleetCommandInput,
|
|
280
259
|
options: __HttpHandlerOptions,
|
|
281
|
-
cb: (err: any, data?: AddInstanceFleetCommandOutput) => void
|
|
260
|
+
cb: (err: any, data?: AddInstanceFleetCommandOutput) => void,
|
|
282
261
|
): void;
|
|
283
262
|
addInstanceGroups(
|
|
284
263
|
args: AddInstanceGroupsCommandInput,
|
|
285
|
-
options?: __HttpHandlerOptions
|
|
264
|
+
options?: __HttpHandlerOptions,
|
|
286
265
|
): Promise<AddInstanceGroupsCommandOutput>;
|
|
287
266
|
addInstanceGroups(
|
|
288
267
|
args: AddInstanceGroupsCommandInput,
|
|
289
|
-
cb: (err: any, data?: AddInstanceGroupsCommandOutput) => void
|
|
268
|
+
cb: (err: any, data?: AddInstanceGroupsCommandOutput) => void,
|
|
290
269
|
): void;
|
|
291
270
|
addInstanceGroups(
|
|
292
271
|
args: AddInstanceGroupsCommandInput,
|
|
293
272
|
options: __HttpHandlerOptions,
|
|
294
|
-
cb: (err: any, data?: AddInstanceGroupsCommandOutput) => void
|
|
273
|
+
cb: (err: any, data?: AddInstanceGroupsCommandOutput) => void,
|
|
295
274
|
): void;
|
|
296
275
|
addJobFlowSteps(
|
|
297
276
|
args: AddJobFlowStepsCommandInput,
|
|
298
|
-
options?: __HttpHandlerOptions
|
|
277
|
+
options?: __HttpHandlerOptions,
|
|
299
278
|
): Promise<AddJobFlowStepsCommandOutput>;
|
|
300
279
|
addJobFlowSteps(
|
|
301
280
|
args: AddJobFlowStepsCommandInput,
|
|
302
|
-
cb: (err: any, data?: AddJobFlowStepsCommandOutput) => void
|
|
281
|
+
cb: (err: any, data?: AddJobFlowStepsCommandOutput) => void,
|
|
303
282
|
): void;
|
|
304
283
|
addJobFlowSteps(
|
|
305
284
|
args: AddJobFlowStepsCommandInput,
|
|
306
285
|
options: __HttpHandlerOptions,
|
|
307
|
-
cb: (err: any, data?: AddJobFlowStepsCommandOutput) => void
|
|
308
|
-
): void;
|
|
309
|
-
addTags(
|
|
310
|
-
args: AddTagsCommandInput,
|
|
311
|
-
options?: __HttpHandlerOptions
|
|
312
|
-
): Promise<AddTagsCommandOutput>;
|
|
313
|
-
addTags(
|
|
314
|
-
args: AddTagsCommandInput,
|
|
315
|
-
cb: (err: any, data?: AddTagsCommandOutput) => void
|
|
286
|
+
cb: (err: any, data?: AddJobFlowStepsCommandOutput) => void,
|
|
316
287
|
): void;
|
|
288
|
+
addTags(args: AddTagsCommandInput, options?: __HttpHandlerOptions): Promise<AddTagsCommandOutput>;
|
|
289
|
+
addTags(args: AddTagsCommandInput, cb: (err: any, data?: AddTagsCommandOutput) => void): void;
|
|
317
290
|
addTags(
|
|
318
291
|
args: AddTagsCommandInput,
|
|
319
292
|
options: __HttpHandlerOptions,
|
|
320
|
-
cb: (err: any, data?: AddTagsCommandOutput) => void
|
|
293
|
+
cb: (err: any, data?: AddTagsCommandOutput) => void,
|
|
321
294
|
): void;
|
|
322
295
|
cancelSteps(
|
|
323
296
|
args: CancelStepsCommandInput,
|
|
324
|
-
options?: __HttpHandlerOptions
|
|
297
|
+
options?: __HttpHandlerOptions,
|
|
325
298
|
): Promise<CancelStepsCommandOutput>;
|
|
326
299
|
cancelSteps(
|
|
327
300
|
args: CancelStepsCommandInput,
|
|
328
|
-
cb: (err: any, data?: CancelStepsCommandOutput) => void
|
|
301
|
+
cb: (err: any, data?: CancelStepsCommandOutput) => void,
|
|
329
302
|
): void;
|
|
330
303
|
cancelSteps(
|
|
331
304
|
args: CancelStepsCommandInput,
|
|
332
305
|
options: __HttpHandlerOptions,
|
|
333
|
-
cb: (err: any, data?: CancelStepsCommandOutput) => void
|
|
306
|
+
cb: (err: any, data?: CancelStepsCommandOutput) => void,
|
|
334
307
|
): void;
|
|
335
308
|
createPersistentAppUI(
|
|
336
309
|
args: CreatePersistentAppUICommandInput,
|
|
337
|
-
options?: __HttpHandlerOptions
|
|
310
|
+
options?: __HttpHandlerOptions,
|
|
338
311
|
): Promise<CreatePersistentAppUICommandOutput>;
|
|
339
312
|
createPersistentAppUI(
|
|
340
313
|
args: CreatePersistentAppUICommandInput,
|
|
341
|
-
cb: (err: any, data?: CreatePersistentAppUICommandOutput) => void
|
|
314
|
+
cb: (err: any, data?: CreatePersistentAppUICommandOutput) => void,
|
|
342
315
|
): void;
|
|
343
316
|
createPersistentAppUI(
|
|
344
317
|
args: CreatePersistentAppUICommandInput,
|
|
345
318
|
options: __HttpHandlerOptions,
|
|
346
|
-
cb: (err: any, data?: CreatePersistentAppUICommandOutput) => void
|
|
319
|
+
cb: (err: any, data?: CreatePersistentAppUICommandOutput) => void,
|
|
347
320
|
): void;
|
|
348
321
|
createSecurityConfiguration(
|
|
349
322
|
args: CreateSecurityConfigurationCommandInput,
|
|
350
|
-
options?: __HttpHandlerOptions
|
|
323
|
+
options?: __HttpHandlerOptions,
|
|
351
324
|
): Promise<CreateSecurityConfigurationCommandOutput>;
|
|
352
325
|
createSecurityConfiguration(
|
|
353
326
|
args: CreateSecurityConfigurationCommandInput,
|
|
354
|
-
cb: (err: any, data?: CreateSecurityConfigurationCommandOutput) => void
|
|
327
|
+
cb: (err: any, data?: CreateSecurityConfigurationCommandOutput) => void,
|
|
355
328
|
): void;
|
|
356
329
|
createSecurityConfiguration(
|
|
357
330
|
args: CreateSecurityConfigurationCommandInput,
|
|
358
331
|
options: __HttpHandlerOptions,
|
|
359
|
-
cb: (err: any, data?: CreateSecurityConfigurationCommandOutput) => void
|
|
332
|
+
cb: (err: any, data?: CreateSecurityConfigurationCommandOutput) => void,
|
|
360
333
|
): void;
|
|
361
334
|
createStudio(
|
|
362
335
|
args: CreateStudioCommandInput,
|
|
363
|
-
options?: __HttpHandlerOptions
|
|
336
|
+
options?: __HttpHandlerOptions,
|
|
364
337
|
): Promise<CreateStudioCommandOutput>;
|
|
365
338
|
createStudio(
|
|
366
339
|
args: CreateStudioCommandInput,
|
|
367
|
-
cb: (err: any, data?: CreateStudioCommandOutput) => void
|
|
340
|
+
cb: (err: any, data?: CreateStudioCommandOutput) => void,
|
|
368
341
|
): void;
|
|
369
342
|
createStudio(
|
|
370
343
|
args: CreateStudioCommandInput,
|
|
371
344
|
options: __HttpHandlerOptions,
|
|
372
|
-
cb: (err: any, data?: CreateStudioCommandOutput) => void
|
|
345
|
+
cb: (err: any, data?: CreateStudioCommandOutput) => void,
|
|
373
346
|
): void;
|
|
374
347
|
createStudioSessionMapping(
|
|
375
348
|
args: CreateStudioSessionMappingCommandInput,
|
|
376
|
-
options?: __HttpHandlerOptions
|
|
349
|
+
options?: __HttpHandlerOptions,
|
|
377
350
|
): Promise<CreateStudioSessionMappingCommandOutput>;
|
|
378
351
|
createStudioSessionMapping(
|
|
379
352
|
args: CreateStudioSessionMappingCommandInput,
|
|
380
|
-
cb: (err: any, data?: CreateStudioSessionMappingCommandOutput) => void
|
|
353
|
+
cb: (err: any, data?: CreateStudioSessionMappingCommandOutput) => void,
|
|
381
354
|
): void;
|
|
382
355
|
createStudioSessionMapping(
|
|
383
356
|
args: CreateStudioSessionMappingCommandInput,
|
|
384
357
|
options: __HttpHandlerOptions,
|
|
385
|
-
cb: (err: any, data?: CreateStudioSessionMappingCommandOutput) => void
|
|
358
|
+
cb: (err: any, data?: CreateStudioSessionMappingCommandOutput) => void,
|
|
386
359
|
): void;
|
|
387
360
|
deleteSecurityConfiguration(
|
|
388
361
|
args: DeleteSecurityConfigurationCommandInput,
|
|
389
|
-
options?: __HttpHandlerOptions
|
|
362
|
+
options?: __HttpHandlerOptions,
|
|
390
363
|
): Promise<DeleteSecurityConfigurationCommandOutput>;
|
|
391
364
|
deleteSecurityConfiguration(
|
|
392
365
|
args: DeleteSecurityConfigurationCommandInput,
|
|
393
|
-
cb: (err: any, data?: DeleteSecurityConfigurationCommandOutput) => void
|
|
366
|
+
cb: (err: any, data?: DeleteSecurityConfigurationCommandOutput) => void,
|
|
394
367
|
): void;
|
|
395
368
|
deleteSecurityConfiguration(
|
|
396
369
|
args: DeleteSecurityConfigurationCommandInput,
|
|
397
370
|
options: __HttpHandlerOptions,
|
|
398
|
-
cb: (err: any, data?: DeleteSecurityConfigurationCommandOutput) => void
|
|
371
|
+
cb: (err: any, data?: DeleteSecurityConfigurationCommandOutput) => void,
|
|
399
372
|
): void;
|
|
400
373
|
deleteStudio(
|
|
401
374
|
args: DeleteStudioCommandInput,
|
|
402
|
-
options?: __HttpHandlerOptions
|
|
375
|
+
options?: __HttpHandlerOptions,
|
|
403
376
|
): Promise<DeleteStudioCommandOutput>;
|
|
404
377
|
deleteStudio(
|
|
405
378
|
args: DeleteStudioCommandInput,
|
|
406
|
-
cb: (err: any, data?: DeleteStudioCommandOutput) => void
|
|
379
|
+
cb: (err: any, data?: DeleteStudioCommandOutput) => void,
|
|
407
380
|
): void;
|
|
408
381
|
deleteStudio(
|
|
409
382
|
args: DeleteStudioCommandInput,
|
|
410
383
|
options: __HttpHandlerOptions,
|
|
411
|
-
cb: (err: any, data?: DeleteStudioCommandOutput) => void
|
|
384
|
+
cb: (err: any, data?: DeleteStudioCommandOutput) => void,
|
|
412
385
|
): void;
|
|
413
386
|
deleteStudioSessionMapping(
|
|
414
387
|
args: DeleteStudioSessionMappingCommandInput,
|
|
415
|
-
options?: __HttpHandlerOptions
|
|
388
|
+
options?: __HttpHandlerOptions,
|
|
416
389
|
): Promise<DeleteStudioSessionMappingCommandOutput>;
|
|
417
390
|
deleteStudioSessionMapping(
|
|
418
391
|
args: DeleteStudioSessionMappingCommandInput,
|
|
419
|
-
cb: (err: any, data?: DeleteStudioSessionMappingCommandOutput) => void
|
|
392
|
+
cb: (err: any, data?: DeleteStudioSessionMappingCommandOutput) => void,
|
|
420
393
|
): void;
|
|
421
394
|
deleteStudioSessionMapping(
|
|
422
395
|
args: DeleteStudioSessionMappingCommandInput,
|
|
423
396
|
options: __HttpHandlerOptions,
|
|
424
|
-
cb: (err: any, data?: DeleteStudioSessionMappingCommandOutput) => void
|
|
397
|
+
cb: (err: any, data?: DeleteStudioSessionMappingCommandOutput) => void,
|
|
425
398
|
): void;
|
|
426
399
|
describeCluster(
|
|
427
400
|
args: DescribeClusterCommandInput,
|
|
428
|
-
options?: __HttpHandlerOptions
|
|
401
|
+
options?: __HttpHandlerOptions,
|
|
429
402
|
): Promise<DescribeClusterCommandOutput>;
|
|
430
403
|
describeCluster(
|
|
431
404
|
args: DescribeClusterCommandInput,
|
|
432
|
-
cb: (err: any, data?: DescribeClusterCommandOutput) => void
|
|
405
|
+
cb: (err: any, data?: DescribeClusterCommandOutput) => void,
|
|
433
406
|
): void;
|
|
434
407
|
describeCluster(
|
|
435
408
|
args: DescribeClusterCommandInput,
|
|
436
409
|
options: __HttpHandlerOptions,
|
|
437
|
-
cb: (err: any, data?: DescribeClusterCommandOutput) => void
|
|
410
|
+
cb: (err: any, data?: DescribeClusterCommandOutput) => void,
|
|
438
411
|
): void;
|
|
439
412
|
describeJobFlows(): Promise<DescribeJobFlowsCommandOutput>;
|
|
440
413
|
describeJobFlows(
|
|
441
414
|
args: DescribeJobFlowsCommandInput,
|
|
442
|
-
options?: __HttpHandlerOptions
|
|
415
|
+
options?: __HttpHandlerOptions,
|
|
443
416
|
): Promise<DescribeJobFlowsCommandOutput>;
|
|
444
417
|
describeJobFlows(
|
|
445
418
|
args: DescribeJobFlowsCommandInput,
|
|
446
|
-
cb: (err: any, data?: DescribeJobFlowsCommandOutput) => void
|
|
419
|
+
cb: (err: any, data?: DescribeJobFlowsCommandOutput) => void,
|
|
447
420
|
): void;
|
|
448
421
|
describeJobFlows(
|
|
449
422
|
args: DescribeJobFlowsCommandInput,
|
|
450
423
|
options: __HttpHandlerOptions,
|
|
451
|
-
cb: (err: any, data?: DescribeJobFlowsCommandOutput) => void
|
|
424
|
+
cb: (err: any, data?: DescribeJobFlowsCommandOutput) => void,
|
|
452
425
|
): void;
|
|
453
426
|
describeNotebookExecution(
|
|
454
427
|
args: DescribeNotebookExecutionCommandInput,
|
|
455
|
-
options?: __HttpHandlerOptions
|
|
428
|
+
options?: __HttpHandlerOptions,
|
|
456
429
|
): Promise<DescribeNotebookExecutionCommandOutput>;
|
|
457
430
|
describeNotebookExecution(
|
|
458
431
|
args: DescribeNotebookExecutionCommandInput,
|
|
459
|
-
cb: (err: any, data?: DescribeNotebookExecutionCommandOutput) => void
|
|
432
|
+
cb: (err: any, data?: DescribeNotebookExecutionCommandOutput) => void,
|
|
460
433
|
): void;
|
|
461
434
|
describeNotebookExecution(
|
|
462
435
|
args: DescribeNotebookExecutionCommandInput,
|
|
463
436
|
options: __HttpHandlerOptions,
|
|
464
|
-
cb: (err: any, data?: DescribeNotebookExecutionCommandOutput) => void
|
|
437
|
+
cb: (err: any, data?: DescribeNotebookExecutionCommandOutput) => void,
|
|
465
438
|
): void;
|
|
466
439
|
describePersistentAppUI(
|
|
467
440
|
args: DescribePersistentAppUICommandInput,
|
|
468
|
-
options?: __HttpHandlerOptions
|
|
441
|
+
options?: __HttpHandlerOptions,
|
|
469
442
|
): Promise<DescribePersistentAppUICommandOutput>;
|
|
470
443
|
describePersistentAppUI(
|
|
471
444
|
args: DescribePersistentAppUICommandInput,
|
|
472
|
-
cb: (err: any, data?: DescribePersistentAppUICommandOutput) => void
|
|
445
|
+
cb: (err: any, data?: DescribePersistentAppUICommandOutput) => void,
|
|
473
446
|
): void;
|
|
474
447
|
describePersistentAppUI(
|
|
475
448
|
args: DescribePersistentAppUICommandInput,
|
|
476
449
|
options: __HttpHandlerOptions,
|
|
477
|
-
cb: (err: any, data?: DescribePersistentAppUICommandOutput) => void
|
|
450
|
+
cb: (err: any, data?: DescribePersistentAppUICommandOutput) => void,
|
|
478
451
|
): void;
|
|
479
452
|
describeReleaseLabel(): Promise<DescribeReleaseLabelCommandOutput>;
|
|
480
453
|
describeReleaseLabel(
|
|
481
454
|
args: DescribeReleaseLabelCommandInput,
|
|
482
|
-
options?: __HttpHandlerOptions
|
|
455
|
+
options?: __HttpHandlerOptions,
|
|
483
456
|
): Promise<DescribeReleaseLabelCommandOutput>;
|
|
484
457
|
describeReleaseLabel(
|
|
485
458
|
args: DescribeReleaseLabelCommandInput,
|
|
486
|
-
cb: (err: any, data?: DescribeReleaseLabelCommandOutput) => void
|
|
459
|
+
cb: (err: any, data?: DescribeReleaseLabelCommandOutput) => void,
|
|
487
460
|
): void;
|
|
488
461
|
describeReleaseLabel(
|
|
489
462
|
args: DescribeReleaseLabelCommandInput,
|
|
490
463
|
options: __HttpHandlerOptions,
|
|
491
|
-
cb: (err: any, data?: DescribeReleaseLabelCommandOutput) => void
|
|
464
|
+
cb: (err: any, data?: DescribeReleaseLabelCommandOutput) => void,
|
|
492
465
|
): void;
|
|
493
466
|
describeSecurityConfiguration(
|
|
494
467
|
args: DescribeSecurityConfigurationCommandInput,
|
|
495
|
-
options?: __HttpHandlerOptions
|
|
468
|
+
options?: __HttpHandlerOptions,
|
|
496
469
|
): Promise<DescribeSecurityConfigurationCommandOutput>;
|
|
497
470
|
describeSecurityConfiguration(
|
|
498
471
|
args: DescribeSecurityConfigurationCommandInput,
|
|
499
|
-
cb: (err: any, data?: DescribeSecurityConfigurationCommandOutput) => void
|
|
472
|
+
cb: (err: any, data?: DescribeSecurityConfigurationCommandOutput) => void,
|
|
500
473
|
): void;
|
|
501
474
|
describeSecurityConfiguration(
|
|
502
475
|
args: DescribeSecurityConfigurationCommandInput,
|
|
503
476
|
options: __HttpHandlerOptions,
|
|
504
|
-
cb: (err: any, data?: DescribeSecurityConfigurationCommandOutput) => void
|
|
477
|
+
cb: (err: any, data?: DescribeSecurityConfigurationCommandOutput) => void,
|
|
505
478
|
): void;
|
|
506
479
|
describeStep(
|
|
507
480
|
args: DescribeStepCommandInput,
|
|
508
|
-
options?: __HttpHandlerOptions
|
|
481
|
+
options?: __HttpHandlerOptions,
|
|
509
482
|
): Promise<DescribeStepCommandOutput>;
|
|
510
483
|
describeStep(
|
|
511
484
|
args: DescribeStepCommandInput,
|
|
512
|
-
cb: (err: any, data?: DescribeStepCommandOutput) => void
|
|
485
|
+
cb: (err: any, data?: DescribeStepCommandOutput) => void,
|
|
513
486
|
): void;
|
|
514
487
|
describeStep(
|
|
515
488
|
args: DescribeStepCommandInput,
|
|
516
489
|
options: __HttpHandlerOptions,
|
|
517
|
-
cb: (err: any, data?: DescribeStepCommandOutput) => void
|
|
490
|
+
cb: (err: any, data?: DescribeStepCommandOutput) => void,
|
|
518
491
|
): void;
|
|
519
492
|
describeStudio(
|
|
520
493
|
args: DescribeStudioCommandInput,
|
|
521
|
-
options?: __HttpHandlerOptions
|
|
494
|
+
options?: __HttpHandlerOptions,
|
|
522
495
|
): Promise<DescribeStudioCommandOutput>;
|
|
523
496
|
describeStudio(
|
|
524
497
|
args: DescribeStudioCommandInput,
|
|
525
|
-
cb: (err: any, data?: DescribeStudioCommandOutput) => void
|
|
498
|
+
cb: (err: any, data?: DescribeStudioCommandOutput) => void,
|
|
526
499
|
): void;
|
|
527
500
|
describeStudio(
|
|
528
501
|
args: DescribeStudioCommandInput,
|
|
529
502
|
options: __HttpHandlerOptions,
|
|
530
|
-
cb: (err: any, data?: DescribeStudioCommandOutput) => void
|
|
503
|
+
cb: (err: any, data?: DescribeStudioCommandOutput) => void,
|
|
531
504
|
): void;
|
|
532
505
|
getAutoTerminationPolicy(
|
|
533
506
|
args: GetAutoTerminationPolicyCommandInput,
|
|
534
|
-
options?: __HttpHandlerOptions
|
|
507
|
+
options?: __HttpHandlerOptions,
|
|
535
508
|
): Promise<GetAutoTerminationPolicyCommandOutput>;
|
|
536
509
|
getAutoTerminationPolicy(
|
|
537
510
|
args: GetAutoTerminationPolicyCommandInput,
|
|
538
|
-
cb: (err: any, data?: GetAutoTerminationPolicyCommandOutput) => void
|
|
511
|
+
cb: (err: any, data?: GetAutoTerminationPolicyCommandOutput) => void,
|
|
539
512
|
): void;
|
|
540
513
|
getAutoTerminationPolicy(
|
|
541
514
|
args: GetAutoTerminationPolicyCommandInput,
|
|
542
515
|
options: __HttpHandlerOptions,
|
|
543
|
-
cb: (err: any, data?: GetAutoTerminationPolicyCommandOutput) => void
|
|
516
|
+
cb: (err: any, data?: GetAutoTerminationPolicyCommandOutput) => void,
|
|
544
517
|
): void;
|
|
545
518
|
getBlockPublicAccessConfiguration(): Promise<GetBlockPublicAccessConfigurationCommandOutput>;
|
|
546
519
|
getBlockPublicAccessConfiguration(
|
|
547
520
|
args: GetBlockPublicAccessConfigurationCommandInput,
|
|
548
|
-
options?: __HttpHandlerOptions
|
|
521
|
+
options?: __HttpHandlerOptions,
|
|
549
522
|
): Promise<GetBlockPublicAccessConfigurationCommandOutput>;
|
|
550
523
|
getBlockPublicAccessConfiguration(
|
|
551
524
|
args: GetBlockPublicAccessConfigurationCommandInput,
|
|
552
|
-
cb: (
|
|
553
|
-
err: any,
|
|
554
|
-
data?: GetBlockPublicAccessConfigurationCommandOutput
|
|
555
|
-
) => void
|
|
525
|
+
cb: (err: any, data?: GetBlockPublicAccessConfigurationCommandOutput) => void,
|
|
556
526
|
): void;
|
|
557
527
|
getBlockPublicAccessConfiguration(
|
|
558
528
|
args: GetBlockPublicAccessConfigurationCommandInput,
|
|
559
529
|
options: __HttpHandlerOptions,
|
|
560
|
-
cb: (
|
|
561
|
-
err: any,
|
|
562
|
-
data?: GetBlockPublicAccessConfigurationCommandOutput
|
|
563
|
-
) => void
|
|
530
|
+
cb: (err: any, data?: GetBlockPublicAccessConfigurationCommandOutput) => void,
|
|
564
531
|
): void;
|
|
565
532
|
getClusterSessionCredentials(
|
|
566
533
|
args: GetClusterSessionCredentialsCommandInput,
|
|
567
|
-
options?: __HttpHandlerOptions
|
|
534
|
+
options?: __HttpHandlerOptions,
|
|
568
535
|
): Promise<GetClusterSessionCredentialsCommandOutput>;
|
|
569
536
|
getClusterSessionCredentials(
|
|
570
537
|
args: GetClusterSessionCredentialsCommandInput,
|
|
571
|
-
cb: (err: any, data?: GetClusterSessionCredentialsCommandOutput) => void
|
|
538
|
+
cb: (err: any, data?: GetClusterSessionCredentialsCommandOutput) => void,
|
|
572
539
|
): void;
|
|
573
540
|
getClusterSessionCredentials(
|
|
574
541
|
args: GetClusterSessionCredentialsCommandInput,
|
|
575
542
|
options: __HttpHandlerOptions,
|
|
576
|
-
cb: (err: any, data?: GetClusterSessionCredentialsCommandOutput) => void
|
|
543
|
+
cb: (err: any, data?: GetClusterSessionCredentialsCommandOutput) => void,
|
|
577
544
|
): void;
|
|
578
545
|
getManagedScalingPolicy(
|
|
579
546
|
args: GetManagedScalingPolicyCommandInput,
|
|
580
|
-
options?: __HttpHandlerOptions
|
|
547
|
+
options?: __HttpHandlerOptions,
|
|
581
548
|
): Promise<GetManagedScalingPolicyCommandOutput>;
|
|
582
549
|
getManagedScalingPolicy(
|
|
583
550
|
args: GetManagedScalingPolicyCommandInput,
|
|
584
|
-
cb: (err: any, data?: GetManagedScalingPolicyCommandOutput) => void
|
|
551
|
+
cb: (err: any, data?: GetManagedScalingPolicyCommandOutput) => void,
|
|
585
552
|
): void;
|
|
586
553
|
getManagedScalingPolicy(
|
|
587
554
|
args: GetManagedScalingPolicyCommandInput,
|
|
588
555
|
options: __HttpHandlerOptions,
|
|
589
|
-
cb: (err: any, data?: GetManagedScalingPolicyCommandOutput) => void
|
|
556
|
+
cb: (err: any, data?: GetManagedScalingPolicyCommandOutput) => void,
|
|
590
557
|
): void;
|
|
591
558
|
getOnClusterAppUIPresignedURL(
|
|
592
559
|
args: GetOnClusterAppUIPresignedURLCommandInput,
|
|
593
|
-
options?: __HttpHandlerOptions
|
|
560
|
+
options?: __HttpHandlerOptions,
|
|
594
561
|
): Promise<GetOnClusterAppUIPresignedURLCommandOutput>;
|
|
595
562
|
getOnClusterAppUIPresignedURL(
|
|
596
563
|
args: GetOnClusterAppUIPresignedURLCommandInput,
|
|
597
|
-
cb: (err: any, data?: GetOnClusterAppUIPresignedURLCommandOutput) => void
|
|
564
|
+
cb: (err: any, data?: GetOnClusterAppUIPresignedURLCommandOutput) => void,
|
|
598
565
|
): void;
|
|
599
566
|
getOnClusterAppUIPresignedURL(
|
|
600
567
|
args: GetOnClusterAppUIPresignedURLCommandInput,
|
|
601
568
|
options: __HttpHandlerOptions,
|
|
602
|
-
cb: (err: any, data?: GetOnClusterAppUIPresignedURLCommandOutput) => void
|
|
569
|
+
cb: (err: any, data?: GetOnClusterAppUIPresignedURLCommandOutput) => void,
|
|
603
570
|
): void;
|
|
604
571
|
getPersistentAppUIPresignedURL(
|
|
605
572
|
args: GetPersistentAppUIPresignedURLCommandInput,
|
|
606
|
-
options?: __HttpHandlerOptions
|
|
573
|
+
options?: __HttpHandlerOptions,
|
|
607
574
|
): Promise<GetPersistentAppUIPresignedURLCommandOutput>;
|
|
608
575
|
getPersistentAppUIPresignedURL(
|
|
609
576
|
args: GetPersistentAppUIPresignedURLCommandInput,
|
|
610
|
-
cb: (err: any, data?: GetPersistentAppUIPresignedURLCommandOutput) => void
|
|
577
|
+
cb: (err: any, data?: GetPersistentAppUIPresignedURLCommandOutput) => void,
|
|
611
578
|
): void;
|
|
612
579
|
getPersistentAppUIPresignedURL(
|
|
613
580
|
args: GetPersistentAppUIPresignedURLCommandInput,
|
|
614
581
|
options: __HttpHandlerOptions,
|
|
615
|
-
cb: (err: any, data?: GetPersistentAppUIPresignedURLCommandOutput) => void
|
|
582
|
+
cb: (err: any, data?: GetPersistentAppUIPresignedURLCommandOutput) => void,
|
|
616
583
|
): void;
|
|
617
584
|
getSession(
|
|
618
585
|
args: GetSessionCommandInput,
|
|
619
|
-
options?: __HttpHandlerOptions
|
|
586
|
+
options?: __HttpHandlerOptions,
|
|
620
587
|
): Promise<GetSessionCommandOutput>;
|
|
621
588
|
getSession(
|
|
622
589
|
args: GetSessionCommandInput,
|
|
623
|
-
cb: (err: any, data?: GetSessionCommandOutput) => void
|
|
590
|
+
cb: (err: any, data?: GetSessionCommandOutput) => void,
|
|
624
591
|
): void;
|
|
625
592
|
getSession(
|
|
626
593
|
args: GetSessionCommandInput,
|
|
627
594
|
options: __HttpHandlerOptions,
|
|
628
|
-
cb: (err: any, data?: GetSessionCommandOutput) => void
|
|
595
|
+
cb: (err: any, data?: GetSessionCommandOutput) => void,
|
|
629
596
|
): void;
|
|
630
597
|
getSessionEndpoint(
|
|
631
598
|
args: GetSessionEndpointCommandInput,
|
|
632
|
-
options?: __HttpHandlerOptions
|
|
599
|
+
options?: __HttpHandlerOptions,
|
|
633
600
|
): Promise<GetSessionEndpointCommandOutput>;
|
|
634
601
|
getSessionEndpoint(
|
|
635
602
|
args: GetSessionEndpointCommandInput,
|
|
636
|
-
cb: (err: any, data?: GetSessionEndpointCommandOutput) => void
|
|
603
|
+
cb: (err: any, data?: GetSessionEndpointCommandOutput) => void,
|
|
637
604
|
): void;
|
|
638
605
|
getSessionEndpoint(
|
|
639
606
|
args: GetSessionEndpointCommandInput,
|
|
640
607
|
options: __HttpHandlerOptions,
|
|
641
|
-
cb: (err: any, data?: GetSessionEndpointCommandOutput) => void
|
|
608
|
+
cb: (err: any, data?: GetSessionEndpointCommandOutput) => void,
|
|
642
609
|
): void;
|
|
643
610
|
getStudioSessionMapping(
|
|
644
611
|
args: GetStudioSessionMappingCommandInput,
|
|
645
|
-
options?: __HttpHandlerOptions
|
|
612
|
+
options?: __HttpHandlerOptions,
|
|
646
613
|
): Promise<GetStudioSessionMappingCommandOutput>;
|
|
647
614
|
getStudioSessionMapping(
|
|
648
615
|
args: GetStudioSessionMappingCommandInput,
|
|
649
|
-
cb: (err: any, data?: GetStudioSessionMappingCommandOutput) => void
|
|
616
|
+
cb: (err: any, data?: GetStudioSessionMappingCommandOutput) => void,
|
|
650
617
|
): void;
|
|
651
618
|
getStudioSessionMapping(
|
|
652
619
|
args: GetStudioSessionMappingCommandInput,
|
|
653
620
|
options: __HttpHandlerOptions,
|
|
654
|
-
cb: (err: any, data?: GetStudioSessionMappingCommandOutput) => void
|
|
621
|
+
cb: (err: any, data?: GetStudioSessionMappingCommandOutput) => void,
|
|
655
622
|
): void;
|
|
656
623
|
listBootstrapActions(
|
|
657
624
|
args: ListBootstrapActionsCommandInput,
|
|
658
|
-
options?: __HttpHandlerOptions
|
|
625
|
+
options?: __HttpHandlerOptions,
|
|
659
626
|
): Promise<ListBootstrapActionsCommandOutput>;
|
|
660
627
|
listBootstrapActions(
|
|
661
628
|
args: ListBootstrapActionsCommandInput,
|
|
662
|
-
cb: (err: any, data?: ListBootstrapActionsCommandOutput) => void
|
|
629
|
+
cb: (err: any, data?: ListBootstrapActionsCommandOutput) => void,
|
|
663
630
|
): void;
|
|
664
631
|
listBootstrapActions(
|
|
665
632
|
args: ListBootstrapActionsCommandInput,
|
|
666
633
|
options: __HttpHandlerOptions,
|
|
667
|
-
cb: (err: any, data?: ListBootstrapActionsCommandOutput) => void
|
|
634
|
+
cb: (err: any, data?: ListBootstrapActionsCommandOutput) => void,
|
|
668
635
|
): void;
|
|
669
636
|
listClusters(): Promise<ListClustersCommandOutput>;
|
|
670
637
|
listClusters(
|
|
671
638
|
args: ListClustersCommandInput,
|
|
672
|
-
options?: __HttpHandlerOptions
|
|
639
|
+
options?: __HttpHandlerOptions,
|
|
673
640
|
): Promise<ListClustersCommandOutput>;
|
|
674
641
|
listClusters(
|
|
675
642
|
args: ListClustersCommandInput,
|
|
676
|
-
cb: (err: any, data?: ListClustersCommandOutput) => void
|
|
643
|
+
cb: (err: any, data?: ListClustersCommandOutput) => void,
|
|
677
644
|
): void;
|
|
678
645
|
listClusters(
|
|
679
646
|
args: ListClustersCommandInput,
|
|
680
647
|
options: __HttpHandlerOptions,
|
|
681
|
-
cb: (err: any, data?: ListClustersCommandOutput) => void
|
|
648
|
+
cb: (err: any, data?: ListClustersCommandOutput) => void,
|
|
682
649
|
): void;
|
|
683
650
|
listInstanceFleets(
|
|
684
651
|
args: ListInstanceFleetsCommandInput,
|
|
685
|
-
options?: __HttpHandlerOptions
|
|
652
|
+
options?: __HttpHandlerOptions,
|
|
686
653
|
): Promise<ListInstanceFleetsCommandOutput>;
|
|
687
654
|
listInstanceFleets(
|
|
688
655
|
args: ListInstanceFleetsCommandInput,
|
|
689
|
-
cb: (err: any, data?: ListInstanceFleetsCommandOutput) => void
|
|
656
|
+
cb: (err: any, data?: ListInstanceFleetsCommandOutput) => void,
|
|
690
657
|
): void;
|
|
691
658
|
listInstanceFleets(
|
|
692
659
|
args: ListInstanceFleetsCommandInput,
|
|
693
660
|
options: __HttpHandlerOptions,
|
|
694
|
-
cb: (err: any, data?: ListInstanceFleetsCommandOutput) => void
|
|
661
|
+
cb: (err: any, data?: ListInstanceFleetsCommandOutput) => void,
|
|
695
662
|
): void;
|
|
696
663
|
listInstanceGroups(
|
|
697
664
|
args: ListInstanceGroupsCommandInput,
|
|
698
|
-
options?: __HttpHandlerOptions
|
|
665
|
+
options?: __HttpHandlerOptions,
|
|
699
666
|
): Promise<ListInstanceGroupsCommandOutput>;
|
|
700
667
|
listInstanceGroups(
|
|
701
668
|
args: ListInstanceGroupsCommandInput,
|
|
702
|
-
cb: (err: any, data?: ListInstanceGroupsCommandOutput) => void
|
|
669
|
+
cb: (err: any, data?: ListInstanceGroupsCommandOutput) => void,
|
|
703
670
|
): void;
|
|
704
671
|
listInstanceGroups(
|
|
705
672
|
args: ListInstanceGroupsCommandInput,
|
|
706
673
|
options: __HttpHandlerOptions,
|
|
707
|
-
cb: (err: any, data?: ListInstanceGroupsCommandOutput) => void
|
|
674
|
+
cb: (err: any, data?: ListInstanceGroupsCommandOutput) => void,
|
|
708
675
|
): void;
|
|
709
676
|
listInstances(
|
|
710
677
|
args: ListInstancesCommandInput,
|
|
711
|
-
options?: __HttpHandlerOptions
|
|
678
|
+
options?: __HttpHandlerOptions,
|
|
712
679
|
): Promise<ListInstancesCommandOutput>;
|
|
713
680
|
listInstances(
|
|
714
681
|
args: ListInstancesCommandInput,
|
|
715
|
-
cb: (err: any, data?: ListInstancesCommandOutput) => void
|
|
682
|
+
cb: (err: any, data?: ListInstancesCommandOutput) => void,
|
|
716
683
|
): void;
|
|
717
684
|
listInstances(
|
|
718
685
|
args: ListInstancesCommandInput,
|
|
719
686
|
options: __HttpHandlerOptions,
|
|
720
|
-
cb: (err: any, data?: ListInstancesCommandOutput) => void
|
|
687
|
+
cb: (err: any, data?: ListInstancesCommandOutput) => void,
|
|
721
688
|
): void;
|
|
722
689
|
listNotebookExecutions(): Promise<ListNotebookExecutionsCommandOutput>;
|
|
723
690
|
listNotebookExecutions(
|
|
724
691
|
args: ListNotebookExecutionsCommandInput,
|
|
725
|
-
options?: __HttpHandlerOptions
|
|
692
|
+
options?: __HttpHandlerOptions,
|
|
726
693
|
): Promise<ListNotebookExecutionsCommandOutput>;
|
|
727
694
|
listNotebookExecutions(
|
|
728
695
|
args: ListNotebookExecutionsCommandInput,
|
|
729
|
-
cb: (err: any, data?: ListNotebookExecutionsCommandOutput) => void
|
|
696
|
+
cb: (err: any, data?: ListNotebookExecutionsCommandOutput) => void,
|
|
730
697
|
): void;
|
|
731
698
|
listNotebookExecutions(
|
|
732
699
|
args: ListNotebookExecutionsCommandInput,
|
|
733
700
|
options: __HttpHandlerOptions,
|
|
734
|
-
cb: (err: any, data?: ListNotebookExecutionsCommandOutput) => void
|
|
701
|
+
cb: (err: any, data?: ListNotebookExecutionsCommandOutput) => void,
|
|
735
702
|
): void;
|
|
736
703
|
listReleaseLabels(): Promise<ListReleaseLabelsCommandOutput>;
|
|
737
704
|
listReleaseLabels(
|
|
738
705
|
args: ListReleaseLabelsCommandInput,
|
|
739
|
-
options?: __HttpHandlerOptions
|
|
706
|
+
options?: __HttpHandlerOptions,
|
|
740
707
|
): Promise<ListReleaseLabelsCommandOutput>;
|
|
741
708
|
listReleaseLabels(
|
|
742
709
|
args: ListReleaseLabelsCommandInput,
|
|
743
|
-
cb: (err: any, data?: ListReleaseLabelsCommandOutput) => void
|
|
710
|
+
cb: (err: any, data?: ListReleaseLabelsCommandOutput) => void,
|
|
744
711
|
): void;
|
|
745
712
|
listReleaseLabels(
|
|
746
713
|
args: ListReleaseLabelsCommandInput,
|
|
747
714
|
options: __HttpHandlerOptions,
|
|
748
|
-
cb: (err: any, data?: ListReleaseLabelsCommandOutput) => void
|
|
715
|
+
cb: (err: any, data?: ListReleaseLabelsCommandOutput) => void,
|
|
749
716
|
): void;
|
|
750
717
|
listSecurityConfigurations(): Promise<ListSecurityConfigurationsCommandOutput>;
|
|
751
718
|
listSecurityConfigurations(
|
|
752
719
|
args: ListSecurityConfigurationsCommandInput,
|
|
753
|
-
options?: __HttpHandlerOptions
|
|
720
|
+
options?: __HttpHandlerOptions,
|
|
754
721
|
): Promise<ListSecurityConfigurationsCommandOutput>;
|
|
755
722
|
listSecurityConfigurations(
|
|
756
723
|
args: ListSecurityConfigurationsCommandInput,
|
|
757
|
-
cb: (err: any, data?: ListSecurityConfigurationsCommandOutput) => void
|
|
724
|
+
cb: (err: any, data?: ListSecurityConfigurationsCommandOutput) => void,
|
|
758
725
|
): void;
|
|
759
726
|
listSecurityConfigurations(
|
|
760
727
|
args: ListSecurityConfigurationsCommandInput,
|
|
761
728
|
options: __HttpHandlerOptions,
|
|
762
|
-
cb: (err: any, data?: ListSecurityConfigurationsCommandOutput) => void
|
|
729
|
+
cb: (err: any, data?: ListSecurityConfigurationsCommandOutput) => void,
|
|
763
730
|
): void;
|
|
764
731
|
listSessions(
|
|
765
732
|
args: ListSessionsCommandInput,
|
|
766
|
-
options?: __HttpHandlerOptions
|
|
733
|
+
options?: __HttpHandlerOptions,
|
|
767
734
|
): Promise<ListSessionsCommandOutput>;
|
|
768
735
|
listSessions(
|
|
769
736
|
args: ListSessionsCommandInput,
|
|
770
|
-
cb: (err: any, data?: ListSessionsCommandOutput) => void
|
|
737
|
+
cb: (err: any, data?: ListSessionsCommandOutput) => void,
|
|
771
738
|
): void;
|
|
772
739
|
listSessions(
|
|
773
740
|
args: ListSessionsCommandInput,
|
|
774
741
|
options: __HttpHandlerOptions,
|
|
775
|
-
cb: (err: any, data?: ListSessionsCommandOutput) => void
|
|
742
|
+
cb: (err: any, data?: ListSessionsCommandOutput) => void,
|
|
776
743
|
): void;
|
|
777
744
|
listSteps(
|
|
778
745
|
args: ListStepsCommandInput,
|
|
779
|
-
options?: __HttpHandlerOptions
|
|
746
|
+
options?: __HttpHandlerOptions,
|
|
780
747
|
): Promise<ListStepsCommandOutput>;
|
|
781
748
|
listSteps(
|
|
782
749
|
args: ListStepsCommandInput,
|
|
783
|
-
cb: (err: any, data?: ListStepsCommandOutput) => void
|
|
750
|
+
cb: (err: any, data?: ListStepsCommandOutput) => void,
|
|
784
751
|
): void;
|
|
785
752
|
listSteps(
|
|
786
753
|
args: ListStepsCommandInput,
|
|
787
754
|
options: __HttpHandlerOptions,
|
|
788
|
-
cb: (err: any, data?: ListStepsCommandOutput) => void
|
|
755
|
+
cb: (err: any, data?: ListStepsCommandOutput) => void,
|
|
789
756
|
): void;
|
|
790
757
|
listStudios(): Promise<ListStudiosCommandOutput>;
|
|
791
758
|
listStudios(
|
|
792
759
|
args: ListStudiosCommandInput,
|
|
793
|
-
options?: __HttpHandlerOptions
|
|
760
|
+
options?: __HttpHandlerOptions,
|
|
794
761
|
): Promise<ListStudiosCommandOutput>;
|
|
795
762
|
listStudios(
|
|
796
763
|
args: ListStudiosCommandInput,
|
|
797
|
-
cb: (err: any, data?: ListStudiosCommandOutput) => void
|
|
764
|
+
cb: (err: any, data?: ListStudiosCommandOutput) => void,
|
|
798
765
|
): void;
|
|
799
766
|
listStudios(
|
|
800
767
|
args: ListStudiosCommandInput,
|
|
801
768
|
options: __HttpHandlerOptions,
|
|
802
|
-
cb: (err: any, data?: ListStudiosCommandOutput) => void
|
|
769
|
+
cb: (err: any, data?: ListStudiosCommandOutput) => void,
|
|
803
770
|
): void;
|
|
804
771
|
listStudioSessionMappings(): Promise<ListStudioSessionMappingsCommandOutput>;
|
|
805
772
|
listStudioSessionMappings(
|
|
806
773
|
args: ListStudioSessionMappingsCommandInput,
|
|
807
|
-
options?: __HttpHandlerOptions
|
|
774
|
+
options?: __HttpHandlerOptions,
|
|
808
775
|
): Promise<ListStudioSessionMappingsCommandOutput>;
|
|
809
776
|
listStudioSessionMappings(
|
|
810
777
|
args: ListStudioSessionMappingsCommandInput,
|
|
811
|
-
cb: (err: any, data?: ListStudioSessionMappingsCommandOutput) => void
|
|
778
|
+
cb: (err: any, data?: ListStudioSessionMappingsCommandOutput) => void,
|
|
812
779
|
): void;
|
|
813
780
|
listStudioSessionMappings(
|
|
814
781
|
args: ListStudioSessionMappingsCommandInput,
|
|
815
782
|
options: __HttpHandlerOptions,
|
|
816
|
-
cb: (err: any, data?: ListStudioSessionMappingsCommandOutput) => void
|
|
783
|
+
cb: (err: any, data?: ListStudioSessionMappingsCommandOutput) => void,
|
|
817
784
|
): void;
|
|
818
785
|
listSupportedInstanceTypes(
|
|
819
786
|
args: ListSupportedInstanceTypesCommandInput,
|
|
820
|
-
options?: __HttpHandlerOptions
|
|
787
|
+
options?: __HttpHandlerOptions,
|
|
821
788
|
): Promise<ListSupportedInstanceTypesCommandOutput>;
|
|
822
789
|
listSupportedInstanceTypes(
|
|
823
790
|
args: ListSupportedInstanceTypesCommandInput,
|
|
824
|
-
cb: (err: any, data?: ListSupportedInstanceTypesCommandOutput) => void
|
|
791
|
+
cb: (err: any, data?: ListSupportedInstanceTypesCommandOutput) => void,
|
|
825
792
|
): void;
|
|
826
793
|
listSupportedInstanceTypes(
|
|
827
794
|
args: ListSupportedInstanceTypesCommandInput,
|
|
828
795
|
options: __HttpHandlerOptions,
|
|
829
|
-
cb: (err: any, data?: ListSupportedInstanceTypesCommandOutput) => void
|
|
796
|
+
cb: (err: any, data?: ListSupportedInstanceTypesCommandOutput) => void,
|
|
830
797
|
): void;
|
|
831
798
|
modifyCluster(
|
|
832
799
|
args: ModifyClusterCommandInput,
|
|
833
|
-
options?: __HttpHandlerOptions
|
|
800
|
+
options?: __HttpHandlerOptions,
|
|
834
801
|
): Promise<ModifyClusterCommandOutput>;
|
|
835
802
|
modifyCluster(
|
|
836
803
|
args: ModifyClusterCommandInput,
|
|
837
|
-
cb: (err: any, data?: ModifyClusterCommandOutput) => void
|
|
804
|
+
cb: (err: any, data?: ModifyClusterCommandOutput) => void,
|
|
838
805
|
): void;
|
|
839
806
|
modifyCluster(
|
|
840
807
|
args: ModifyClusterCommandInput,
|
|
841
808
|
options: __HttpHandlerOptions,
|
|
842
|
-
cb: (err: any, data?: ModifyClusterCommandOutput) => void
|
|
809
|
+
cb: (err: any, data?: ModifyClusterCommandOutput) => void,
|
|
843
810
|
): void;
|
|
844
811
|
modifyInstanceFleet(
|
|
845
812
|
args: ModifyInstanceFleetCommandInput,
|
|
846
|
-
options?: __HttpHandlerOptions
|
|
813
|
+
options?: __HttpHandlerOptions,
|
|
847
814
|
): Promise<ModifyInstanceFleetCommandOutput>;
|
|
848
815
|
modifyInstanceFleet(
|
|
849
816
|
args: ModifyInstanceFleetCommandInput,
|
|
850
|
-
cb: (err: any, data?: ModifyInstanceFleetCommandOutput) => void
|
|
817
|
+
cb: (err: any, data?: ModifyInstanceFleetCommandOutput) => void,
|
|
851
818
|
): void;
|
|
852
819
|
modifyInstanceFleet(
|
|
853
820
|
args: ModifyInstanceFleetCommandInput,
|
|
854
821
|
options: __HttpHandlerOptions,
|
|
855
|
-
cb: (err: any, data?: ModifyInstanceFleetCommandOutput) => void
|
|
822
|
+
cb: (err: any, data?: ModifyInstanceFleetCommandOutput) => void,
|
|
856
823
|
): void;
|
|
857
824
|
modifyInstanceGroups(): Promise<ModifyInstanceGroupsCommandOutput>;
|
|
858
825
|
modifyInstanceGroups(
|
|
859
826
|
args: ModifyInstanceGroupsCommandInput,
|
|
860
|
-
options?: __HttpHandlerOptions
|
|
827
|
+
options?: __HttpHandlerOptions,
|
|
861
828
|
): Promise<ModifyInstanceGroupsCommandOutput>;
|
|
862
829
|
modifyInstanceGroups(
|
|
863
830
|
args: ModifyInstanceGroupsCommandInput,
|
|
864
|
-
cb: (err: any, data?: ModifyInstanceGroupsCommandOutput) => void
|
|
831
|
+
cb: (err: any, data?: ModifyInstanceGroupsCommandOutput) => void,
|
|
865
832
|
): void;
|
|
866
833
|
modifyInstanceGroups(
|
|
867
834
|
args: ModifyInstanceGroupsCommandInput,
|
|
868
835
|
options: __HttpHandlerOptions,
|
|
869
|
-
cb: (err: any, data?: ModifyInstanceGroupsCommandOutput) => void
|
|
836
|
+
cb: (err: any, data?: ModifyInstanceGroupsCommandOutput) => void,
|
|
870
837
|
): void;
|
|
871
838
|
putAutoScalingPolicy(
|
|
872
839
|
args: PutAutoScalingPolicyCommandInput,
|
|
873
|
-
options?: __HttpHandlerOptions
|
|
840
|
+
options?: __HttpHandlerOptions,
|
|
874
841
|
): Promise<PutAutoScalingPolicyCommandOutput>;
|
|
875
842
|
putAutoScalingPolicy(
|
|
876
843
|
args: PutAutoScalingPolicyCommandInput,
|
|
877
|
-
cb: (err: any, data?: PutAutoScalingPolicyCommandOutput) => void
|
|
844
|
+
cb: (err: any, data?: PutAutoScalingPolicyCommandOutput) => void,
|
|
878
845
|
): void;
|
|
879
846
|
putAutoScalingPolicy(
|
|
880
847
|
args: PutAutoScalingPolicyCommandInput,
|
|
881
848
|
options: __HttpHandlerOptions,
|
|
882
|
-
cb: (err: any, data?: PutAutoScalingPolicyCommandOutput) => void
|
|
849
|
+
cb: (err: any, data?: PutAutoScalingPolicyCommandOutput) => void,
|
|
883
850
|
): void;
|
|
884
851
|
putAutoTerminationPolicy(
|
|
885
852
|
args: PutAutoTerminationPolicyCommandInput,
|
|
886
|
-
options?: __HttpHandlerOptions
|
|
853
|
+
options?: __HttpHandlerOptions,
|
|
887
854
|
): Promise<PutAutoTerminationPolicyCommandOutput>;
|
|
888
855
|
putAutoTerminationPolicy(
|
|
889
856
|
args: PutAutoTerminationPolicyCommandInput,
|
|
890
|
-
cb: (err: any, data?: PutAutoTerminationPolicyCommandOutput) => void
|
|
857
|
+
cb: (err: any, data?: PutAutoTerminationPolicyCommandOutput) => void,
|
|
891
858
|
): void;
|
|
892
859
|
putAutoTerminationPolicy(
|
|
893
860
|
args: PutAutoTerminationPolicyCommandInput,
|
|
894
861
|
options: __HttpHandlerOptions,
|
|
895
|
-
cb: (err: any, data?: PutAutoTerminationPolicyCommandOutput) => void
|
|
862
|
+
cb: (err: any, data?: PutAutoTerminationPolicyCommandOutput) => void,
|
|
896
863
|
): void;
|
|
897
864
|
putBlockPublicAccessConfiguration(
|
|
898
865
|
args: PutBlockPublicAccessConfigurationCommandInput,
|
|
899
|
-
options?: __HttpHandlerOptions
|
|
866
|
+
options?: __HttpHandlerOptions,
|
|
900
867
|
): Promise<PutBlockPublicAccessConfigurationCommandOutput>;
|
|
901
868
|
putBlockPublicAccessConfiguration(
|
|
902
869
|
args: PutBlockPublicAccessConfigurationCommandInput,
|
|
903
|
-
cb: (
|
|
904
|
-
err: any,
|
|
905
|
-
data?: PutBlockPublicAccessConfigurationCommandOutput
|
|
906
|
-
) => void
|
|
870
|
+
cb: (err: any, data?: PutBlockPublicAccessConfigurationCommandOutput) => void,
|
|
907
871
|
): void;
|
|
908
872
|
putBlockPublicAccessConfiguration(
|
|
909
873
|
args: PutBlockPublicAccessConfigurationCommandInput,
|
|
910
874
|
options: __HttpHandlerOptions,
|
|
911
|
-
cb: (
|
|
912
|
-
err: any,
|
|
913
|
-
data?: PutBlockPublicAccessConfigurationCommandOutput
|
|
914
|
-
) => void
|
|
875
|
+
cb: (err: any, data?: PutBlockPublicAccessConfigurationCommandOutput) => void,
|
|
915
876
|
): void;
|
|
916
877
|
putManagedScalingPolicy(
|
|
917
878
|
args: PutManagedScalingPolicyCommandInput,
|
|
918
|
-
options?: __HttpHandlerOptions
|
|
879
|
+
options?: __HttpHandlerOptions,
|
|
919
880
|
): Promise<PutManagedScalingPolicyCommandOutput>;
|
|
920
881
|
putManagedScalingPolicy(
|
|
921
882
|
args: PutManagedScalingPolicyCommandInput,
|
|
922
|
-
cb: (err: any, data?: PutManagedScalingPolicyCommandOutput) => void
|
|
883
|
+
cb: (err: any, data?: PutManagedScalingPolicyCommandOutput) => void,
|
|
923
884
|
): void;
|
|
924
885
|
putManagedScalingPolicy(
|
|
925
886
|
args: PutManagedScalingPolicyCommandInput,
|
|
926
887
|
options: __HttpHandlerOptions,
|
|
927
|
-
cb: (err: any, data?: PutManagedScalingPolicyCommandOutput) => void
|
|
888
|
+
cb: (err: any, data?: PutManagedScalingPolicyCommandOutput) => void,
|
|
928
889
|
): void;
|
|
929
890
|
removeAutoScalingPolicy(
|
|
930
891
|
args: RemoveAutoScalingPolicyCommandInput,
|
|
931
|
-
options?: __HttpHandlerOptions
|
|
892
|
+
options?: __HttpHandlerOptions,
|
|
932
893
|
): Promise<RemoveAutoScalingPolicyCommandOutput>;
|
|
933
894
|
removeAutoScalingPolicy(
|
|
934
895
|
args: RemoveAutoScalingPolicyCommandInput,
|
|
935
|
-
cb: (err: any, data?: RemoveAutoScalingPolicyCommandOutput) => void
|
|
896
|
+
cb: (err: any, data?: RemoveAutoScalingPolicyCommandOutput) => void,
|
|
936
897
|
): void;
|
|
937
898
|
removeAutoScalingPolicy(
|
|
938
899
|
args: RemoveAutoScalingPolicyCommandInput,
|
|
939
900
|
options: __HttpHandlerOptions,
|
|
940
|
-
cb: (err: any, data?: RemoveAutoScalingPolicyCommandOutput) => void
|
|
901
|
+
cb: (err: any, data?: RemoveAutoScalingPolicyCommandOutput) => void,
|
|
941
902
|
): void;
|
|
942
903
|
removeAutoTerminationPolicy(
|
|
943
904
|
args: RemoveAutoTerminationPolicyCommandInput,
|
|
944
|
-
options?: __HttpHandlerOptions
|
|
905
|
+
options?: __HttpHandlerOptions,
|
|
945
906
|
): Promise<RemoveAutoTerminationPolicyCommandOutput>;
|
|
946
907
|
removeAutoTerminationPolicy(
|
|
947
908
|
args: RemoveAutoTerminationPolicyCommandInput,
|
|
948
|
-
cb: (err: any, data?: RemoveAutoTerminationPolicyCommandOutput) => void
|
|
909
|
+
cb: (err: any, data?: RemoveAutoTerminationPolicyCommandOutput) => void,
|
|
949
910
|
): void;
|
|
950
911
|
removeAutoTerminationPolicy(
|
|
951
912
|
args: RemoveAutoTerminationPolicyCommandInput,
|
|
952
913
|
options: __HttpHandlerOptions,
|
|
953
|
-
cb: (err: any, data?: RemoveAutoTerminationPolicyCommandOutput) => void
|
|
914
|
+
cb: (err: any, data?: RemoveAutoTerminationPolicyCommandOutput) => void,
|
|
954
915
|
): void;
|
|
955
916
|
removeManagedScalingPolicy(
|
|
956
917
|
args: RemoveManagedScalingPolicyCommandInput,
|
|
957
|
-
options?: __HttpHandlerOptions
|
|
918
|
+
options?: __HttpHandlerOptions,
|
|
958
919
|
): Promise<RemoveManagedScalingPolicyCommandOutput>;
|
|
959
920
|
removeManagedScalingPolicy(
|
|
960
921
|
args: RemoveManagedScalingPolicyCommandInput,
|
|
961
|
-
cb: (err: any, data?: RemoveManagedScalingPolicyCommandOutput) => void
|
|
922
|
+
cb: (err: any, data?: RemoveManagedScalingPolicyCommandOutput) => void,
|
|
962
923
|
): void;
|
|
963
924
|
removeManagedScalingPolicy(
|
|
964
925
|
args: RemoveManagedScalingPolicyCommandInput,
|
|
965
926
|
options: __HttpHandlerOptions,
|
|
966
|
-
cb: (err: any, data?: RemoveManagedScalingPolicyCommandOutput) => void
|
|
927
|
+
cb: (err: any, data?: RemoveManagedScalingPolicyCommandOutput) => void,
|
|
967
928
|
): void;
|
|
968
929
|
removeTags(
|
|
969
930
|
args: RemoveTagsCommandInput,
|
|
970
|
-
options?: __HttpHandlerOptions
|
|
931
|
+
options?: __HttpHandlerOptions,
|
|
971
932
|
): Promise<RemoveTagsCommandOutput>;
|
|
972
933
|
removeTags(
|
|
973
934
|
args: RemoveTagsCommandInput,
|
|
974
|
-
cb: (err: any, data?: RemoveTagsCommandOutput) => void
|
|
935
|
+
cb: (err: any, data?: RemoveTagsCommandOutput) => void,
|
|
975
936
|
): void;
|
|
976
937
|
removeTags(
|
|
977
938
|
args: RemoveTagsCommandInput,
|
|
978
939
|
options: __HttpHandlerOptions,
|
|
979
|
-
cb: (err: any, data?: RemoveTagsCommandOutput) => void
|
|
940
|
+
cb: (err: any, data?: RemoveTagsCommandOutput) => void,
|
|
980
941
|
): void;
|
|
981
942
|
runJobFlow(
|
|
982
943
|
args: RunJobFlowCommandInput,
|
|
983
|
-
options?: __HttpHandlerOptions
|
|
944
|
+
options?: __HttpHandlerOptions,
|
|
984
945
|
): Promise<RunJobFlowCommandOutput>;
|
|
985
946
|
runJobFlow(
|
|
986
947
|
args: RunJobFlowCommandInput,
|
|
987
|
-
cb: (err: any, data?: RunJobFlowCommandOutput) => void
|
|
948
|
+
cb: (err: any, data?: RunJobFlowCommandOutput) => void,
|
|
988
949
|
): void;
|
|
989
950
|
runJobFlow(
|
|
990
951
|
args: RunJobFlowCommandInput,
|
|
991
952
|
options: __HttpHandlerOptions,
|
|
992
|
-
cb: (err: any, data?: RunJobFlowCommandOutput) => void
|
|
953
|
+
cb: (err: any, data?: RunJobFlowCommandOutput) => void,
|
|
993
954
|
): void;
|
|
994
955
|
setKeepJobFlowAliveWhenNoSteps(
|
|
995
956
|
args: SetKeepJobFlowAliveWhenNoStepsCommandInput,
|
|
996
|
-
options?: __HttpHandlerOptions
|
|
957
|
+
options?: __HttpHandlerOptions,
|
|
997
958
|
): Promise<SetKeepJobFlowAliveWhenNoStepsCommandOutput>;
|
|
998
959
|
setKeepJobFlowAliveWhenNoSteps(
|
|
999
960
|
args: SetKeepJobFlowAliveWhenNoStepsCommandInput,
|
|
1000
|
-
cb: (err: any, data?: SetKeepJobFlowAliveWhenNoStepsCommandOutput) => void
|
|
961
|
+
cb: (err: any, data?: SetKeepJobFlowAliveWhenNoStepsCommandOutput) => void,
|
|
1001
962
|
): void;
|
|
1002
963
|
setKeepJobFlowAliveWhenNoSteps(
|
|
1003
964
|
args: SetKeepJobFlowAliveWhenNoStepsCommandInput,
|
|
1004
965
|
options: __HttpHandlerOptions,
|
|
1005
|
-
cb: (err: any, data?: SetKeepJobFlowAliveWhenNoStepsCommandOutput) => void
|
|
966
|
+
cb: (err: any, data?: SetKeepJobFlowAliveWhenNoStepsCommandOutput) => void,
|
|
1006
967
|
): void;
|
|
1007
968
|
setTerminationProtection(
|
|
1008
969
|
args: SetTerminationProtectionCommandInput,
|
|
1009
|
-
options?: __HttpHandlerOptions
|
|
970
|
+
options?: __HttpHandlerOptions,
|
|
1010
971
|
): Promise<SetTerminationProtectionCommandOutput>;
|
|
1011
972
|
setTerminationProtection(
|
|
1012
973
|
args: SetTerminationProtectionCommandInput,
|
|
1013
|
-
cb: (err: any, data?: SetTerminationProtectionCommandOutput) => void
|
|
974
|
+
cb: (err: any, data?: SetTerminationProtectionCommandOutput) => void,
|
|
1014
975
|
): void;
|
|
1015
976
|
setTerminationProtection(
|
|
1016
977
|
args: SetTerminationProtectionCommandInput,
|
|
1017
978
|
options: __HttpHandlerOptions,
|
|
1018
|
-
cb: (err: any, data?: SetTerminationProtectionCommandOutput) => void
|
|
979
|
+
cb: (err: any, data?: SetTerminationProtectionCommandOutput) => void,
|
|
1019
980
|
): void;
|
|
1020
981
|
setUnhealthyNodeReplacement(
|
|
1021
982
|
args: SetUnhealthyNodeReplacementCommandInput,
|
|
1022
|
-
options?: __HttpHandlerOptions
|
|
983
|
+
options?: __HttpHandlerOptions,
|
|
1023
984
|
): Promise<SetUnhealthyNodeReplacementCommandOutput>;
|
|
1024
985
|
setUnhealthyNodeReplacement(
|
|
1025
986
|
args: SetUnhealthyNodeReplacementCommandInput,
|
|
1026
|
-
cb: (err: any, data?: SetUnhealthyNodeReplacementCommandOutput) => void
|
|
987
|
+
cb: (err: any, data?: SetUnhealthyNodeReplacementCommandOutput) => void,
|
|
1027
988
|
): void;
|
|
1028
989
|
setUnhealthyNodeReplacement(
|
|
1029
990
|
args: SetUnhealthyNodeReplacementCommandInput,
|
|
1030
991
|
options: __HttpHandlerOptions,
|
|
1031
|
-
cb: (err: any, data?: SetUnhealthyNodeReplacementCommandOutput) => void
|
|
992
|
+
cb: (err: any, data?: SetUnhealthyNodeReplacementCommandOutput) => void,
|
|
1032
993
|
): void;
|
|
1033
994
|
setVisibleToAllUsers(
|
|
1034
995
|
args: SetVisibleToAllUsersCommandInput,
|
|
1035
|
-
options?: __HttpHandlerOptions
|
|
996
|
+
options?: __HttpHandlerOptions,
|
|
1036
997
|
): Promise<SetVisibleToAllUsersCommandOutput>;
|
|
1037
998
|
setVisibleToAllUsers(
|
|
1038
999
|
args: SetVisibleToAllUsersCommandInput,
|
|
1039
|
-
cb: (err: any, data?: SetVisibleToAllUsersCommandOutput) => void
|
|
1000
|
+
cb: (err: any, data?: SetVisibleToAllUsersCommandOutput) => void,
|
|
1040
1001
|
): void;
|
|
1041
1002
|
setVisibleToAllUsers(
|
|
1042
1003
|
args: SetVisibleToAllUsersCommandInput,
|
|
1043
1004
|
options: __HttpHandlerOptions,
|
|
1044
|
-
cb: (err: any, data?: SetVisibleToAllUsersCommandOutput) => void
|
|
1005
|
+
cb: (err: any, data?: SetVisibleToAllUsersCommandOutput) => void,
|
|
1045
1006
|
): void;
|
|
1046
1007
|
startNotebookExecution(
|
|
1047
1008
|
args: StartNotebookExecutionCommandInput,
|
|
1048
|
-
options?: __HttpHandlerOptions
|
|
1009
|
+
options?: __HttpHandlerOptions,
|
|
1049
1010
|
): Promise<StartNotebookExecutionCommandOutput>;
|
|
1050
1011
|
startNotebookExecution(
|
|
1051
1012
|
args: StartNotebookExecutionCommandInput,
|
|
1052
|
-
cb: (err: any, data?: StartNotebookExecutionCommandOutput) => void
|
|
1013
|
+
cb: (err: any, data?: StartNotebookExecutionCommandOutput) => void,
|
|
1053
1014
|
): void;
|
|
1054
1015
|
startNotebookExecution(
|
|
1055
1016
|
args: StartNotebookExecutionCommandInput,
|
|
1056
1017
|
options: __HttpHandlerOptions,
|
|
1057
|
-
cb: (err: any, data?: StartNotebookExecutionCommandOutput) => void
|
|
1018
|
+
cb: (err: any, data?: StartNotebookExecutionCommandOutput) => void,
|
|
1058
1019
|
): void;
|
|
1059
1020
|
startSession(
|
|
1060
1021
|
args: StartSessionCommandInput,
|
|
1061
|
-
options?: __HttpHandlerOptions
|
|
1022
|
+
options?: __HttpHandlerOptions,
|
|
1062
1023
|
): Promise<StartSessionCommandOutput>;
|
|
1063
1024
|
startSession(
|
|
1064
1025
|
args: StartSessionCommandInput,
|
|
1065
|
-
cb: (err: any, data?: StartSessionCommandOutput) => void
|
|
1026
|
+
cb: (err: any, data?: StartSessionCommandOutput) => void,
|
|
1066
1027
|
): void;
|
|
1067
1028
|
startSession(
|
|
1068
1029
|
args: StartSessionCommandInput,
|
|
1069
1030
|
options: __HttpHandlerOptions,
|
|
1070
|
-
cb: (err: any, data?: StartSessionCommandOutput) => void
|
|
1031
|
+
cb: (err: any, data?: StartSessionCommandOutput) => void,
|
|
1071
1032
|
): void;
|
|
1072
1033
|
stopNotebookExecution(
|
|
1073
1034
|
args: StopNotebookExecutionCommandInput,
|
|
1074
|
-
options?: __HttpHandlerOptions
|
|
1035
|
+
options?: __HttpHandlerOptions,
|
|
1075
1036
|
): Promise<StopNotebookExecutionCommandOutput>;
|
|
1076
1037
|
stopNotebookExecution(
|
|
1077
1038
|
args: StopNotebookExecutionCommandInput,
|
|
1078
|
-
cb: (err: any, data?: StopNotebookExecutionCommandOutput) => void
|
|
1039
|
+
cb: (err: any, data?: StopNotebookExecutionCommandOutput) => void,
|
|
1079
1040
|
): void;
|
|
1080
1041
|
stopNotebookExecution(
|
|
1081
1042
|
args: StopNotebookExecutionCommandInput,
|
|
1082
1043
|
options: __HttpHandlerOptions,
|
|
1083
|
-
cb: (err: any, data?: StopNotebookExecutionCommandOutput) => void
|
|
1044
|
+
cb: (err: any, data?: StopNotebookExecutionCommandOutput) => void,
|
|
1084
1045
|
): void;
|
|
1085
1046
|
terminateJobFlows(
|
|
1086
1047
|
args: TerminateJobFlowsCommandInput,
|
|
1087
|
-
options?: __HttpHandlerOptions
|
|
1048
|
+
options?: __HttpHandlerOptions,
|
|
1088
1049
|
): Promise<TerminateJobFlowsCommandOutput>;
|
|
1089
1050
|
terminateJobFlows(
|
|
1090
1051
|
args: TerminateJobFlowsCommandInput,
|
|
1091
|
-
cb: (err: any, data?: TerminateJobFlowsCommandOutput) => void
|
|
1052
|
+
cb: (err: any, data?: TerminateJobFlowsCommandOutput) => void,
|
|
1092
1053
|
): void;
|
|
1093
1054
|
terminateJobFlows(
|
|
1094
1055
|
args: TerminateJobFlowsCommandInput,
|
|
1095
1056
|
options: __HttpHandlerOptions,
|
|
1096
|
-
cb: (err: any, data?: TerminateJobFlowsCommandOutput) => void
|
|
1057
|
+
cb: (err: any, data?: TerminateJobFlowsCommandOutput) => void,
|
|
1097
1058
|
): void;
|
|
1098
1059
|
terminateSession(
|
|
1099
1060
|
args: TerminateSessionCommandInput,
|
|
1100
|
-
options?: __HttpHandlerOptions
|
|
1061
|
+
options?: __HttpHandlerOptions,
|
|
1101
1062
|
): Promise<TerminateSessionCommandOutput>;
|
|
1102
1063
|
terminateSession(
|
|
1103
1064
|
args: TerminateSessionCommandInput,
|
|
1104
|
-
cb: (err: any, data?: TerminateSessionCommandOutput) => void
|
|
1065
|
+
cb: (err: any, data?: TerminateSessionCommandOutput) => void,
|
|
1105
1066
|
): void;
|
|
1106
1067
|
terminateSession(
|
|
1107
1068
|
args: TerminateSessionCommandInput,
|
|
1108
1069
|
options: __HttpHandlerOptions,
|
|
1109
|
-
cb: (err: any, data?: TerminateSessionCommandOutput) => void
|
|
1070
|
+
cb: (err: any, data?: TerminateSessionCommandOutput) => void,
|
|
1110
1071
|
): void;
|
|
1111
1072
|
updateStudio(
|
|
1112
1073
|
args: UpdateStudioCommandInput,
|
|
1113
|
-
options?: __HttpHandlerOptions
|
|
1074
|
+
options?: __HttpHandlerOptions,
|
|
1114
1075
|
): Promise<UpdateStudioCommandOutput>;
|
|
1115
1076
|
updateStudio(
|
|
1116
1077
|
args: UpdateStudioCommandInput,
|
|
1117
|
-
cb: (err: any, data?: UpdateStudioCommandOutput) => void
|
|
1078
|
+
cb: (err: any, data?: UpdateStudioCommandOutput) => void,
|
|
1118
1079
|
): void;
|
|
1119
1080
|
updateStudio(
|
|
1120
1081
|
args: UpdateStudioCommandInput,
|
|
1121
1082
|
options: __HttpHandlerOptions,
|
|
1122
|
-
cb: (err: any, data?: UpdateStudioCommandOutput) => void
|
|
1083
|
+
cb: (err: any, data?: UpdateStudioCommandOutput) => void,
|
|
1123
1084
|
): void;
|
|
1124
1085
|
updateStudioSessionMapping(
|
|
1125
1086
|
args: UpdateStudioSessionMappingCommandInput,
|
|
1126
|
-
options?: __HttpHandlerOptions
|
|
1087
|
+
options?: __HttpHandlerOptions,
|
|
1127
1088
|
): Promise<UpdateStudioSessionMappingCommandOutput>;
|
|
1128
1089
|
updateStudioSessionMapping(
|
|
1129
1090
|
args: UpdateStudioSessionMappingCommandInput,
|
|
1130
|
-
cb: (err: any, data?: UpdateStudioSessionMappingCommandOutput) => void
|
|
1091
|
+
cb: (err: any, data?: UpdateStudioSessionMappingCommandOutput) => void,
|
|
1131
1092
|
): void;
|
|
1132
1093
|
updateStudioSessionMapping(
|
|
1133
1094
|
args: UpdateStudioSessionMappingCommandInput,
|
|
1134
1095
|
options: __HttpHandlerOptions,
|
|
1135
|
-
cb: (err: any, data?: UpdateStudioSessionMappingCommandOutput) => void
|
|
1096
|
+
cb: (err: any, data?: UpdateStudioSessionMappingCommandOutput) => void,
|
|
1136
1097
|
): void;
|
|
1137
1098
|
paginateListBootstrapActions(
|
|
1138
1099
|
args: ListBootstrapActionsCommandInput,
|
|
1139
1100
|
paginationConfig?: Pick<
|
|
1140
1101
|
PaginationConfiguration,
|
|
1141
1102
|
Exclude<keyof PaginationConfiguration, "client">
|
|
1142
|
-
|
|
1103
|
+
>,
|
|
1143
1104
|
): Paginator<ListBootstrapActionsCommandOutput>;
|
|
1144
1105
|
paginateListClusters(
|
|
1145
1106
|
args?: ListClustersCommandInput,
|
|
1146
1107
|
paginationConfig?: Pick<
|
|
1147
1108
|
PaginationConfiguration,
|
|
1148
1109
|
Exclude<keyof PaginationConfiguration, "client">
|
|
1149
|
-
|
|
1110
|
+
>,
|
|
1150
1111
|
): Paginator<ListClustersCommandOutput>;
|
|
1151
1112
|
paginateListInstanceFleets(
|
|
1152
1113
|
args: ListInstanceFleetsCommandInput,
|
|
1153
1114
|
paginationConfig?: Pick<
|
|
1154
1115
|
PaginationConfiguration,
|
|
1155
1116
|
Exclude<keyof PaginationConfiguration, "client">
|
|
1156
|
-
|
|
1117
|
+
>,
|
|
1157
1118
|
): Paginator<ListInstanceFleetsCommandOutput>;
|
|
1158
1119
|
paginateListInstanceGroups(
|
|
1159
1120
|
args: ListInstanceGroupsCommandInput,
|
|
1160
1121
|
paginationConfig?: Pick<
|
|
1161
1122
|
PaginationConfiguration,
|
|
1162
1123
|
Exclude<keyof PaginationConfiguration, "client">
|
|
1163
|
-
|
|
1124
|
+
>,
|
|
1164
1125
|
): Paginator<ListInstanceGroupsCommandOutput>;
|
|
1165
1126
|
paginateListInstances(
|
|
1166
1127
|
args: ListInstancesCommandInput,
|
|
1167
1128
|
paginationConfig?: Pick<
|
|
1168
1129
|
PaginationConfiguration,
|
|
1169
1130
|
Exclude<keyof PaginationConfiguration, "client">
|
|
1170
|
-
|
|
1131
|
+
>,
|
|
1171
1132
|
): Paginator<ListInstancesCommandOutput>;
|
|
1172
1133
|
paginateListNotebookExecutions(
|
|
1173
1134
|
args?: ListNotebookExecutionsCommandInput,
|
|
1174
1135
|
paginationConfig?: Pick<
|
|
1175
1136
|
PaginationConfiguration,
|
|
1176
1137
|
Exclude<keyof PaginationConfiguration, "client">
|
|
1177
|
-
|
|
1138
|
+
>,
|
|
1178
1139
|
): Paginator<ListNotebookExecutionsCommandOutput>;
|
|
1179
1140
|
paginateListReleaseLabels(
|
|
1180
1141
|
args?: ListReleaseLabelsCommandInput,
|
|
1181
1142
|
paginationConfig?: Pick<
|
|
1182
1143
|
PaginationConfiguration,
|
|
1183
1144
|
Exclude<keyof PaginationConfiguration, "client">
|
|
1184
|
-
|
|
1145
|
+
>,
|
|
1185
1146
|
): Paginator<ListReleaseLabelsCommandOutput>;
|
|
1186
1147
|
paginateListSecurityConfigurations(
|
|
1187
1148
|
args?: ListSecurityConfigurationsCommandInput,
|
|
1188
1149
|
paginationConfig?: Pick<
|
|
1189
1150
|
PaginationConfiguration,
|
|
1190
1151
|
Exclude<keyof PaginationConfiguration, "client">
|
|
1191
|
-
|
|
1152
|
+
>,
|
|
1192
1153
|
): Paginator<ListSecurityConfigurationsCommandOutput>;
|
|
1193
1154
|
paginateListSessions(
|
|
1194
1155
|
args: ListSessionsCommandInput,
|
|
1195
1156
|
paginationConfig?: Pick<
|
|
1196
1157
|
PaginationConfiguration,
|
|
1197
1158
|
Exclude<keyof PaginationConfiguration, "client">
|
|
1198
|
-
|
|
1159
|
+
>,
|
|
1199
1160
|
): Paginator<ListSessionsCommandOutput>;
|
|
1200
1161
|
paginateListSteps(
|
|
1201
1162
|
args: ListStepsCommandInput,
|
|
1202
1163
|
paginationConfig?: Pick<
|
|
1203
1164
|
PaginationConfiguration,
|
|
1204
1165
|
Exclude<keyof PaginationConfiguration, "client">
|
|
1205
|
-
|
|
1166
|
+
>,
|
|
1206
1167
|
): Paginator<ListStepsCommandOutput>;
|
|
1207
1168
|
paginateListStudios(
|
|
1208
1169
|
args?: ListStudiosCommandInput,
|
|
1209
1170
|
paginationConfig?: Pick<
|
|
1210
1171
|
PaginationConfiguration,
|
|
1211
1172
|
Exclude<keyof PaginationConfiguration, "client">
|
|
1212
|
-
|
|
1173
|
+
>,
|
|
1213
1174
|
): Paginator<ListStudiosCommandOutput>;
|
|
1214
1175
|
paginateListStudioSessionMappings(
|
|
1215
1176
|
args?: ListStudioSessionMappingsCommandInput,
|
|
1216
1177
|
paginationConfig?: Pick<
|
|
1217
1178
|
PaginationConfiguration,
|
|
1218
1179
|
Exclude<keyof PaginationConfiguration, "client">
|
|
1219
|
-
|
|
1180
|
+
>,
|
|
1220
1181
|
): Paginator<ListStudioSessionMappingsCommandOutput>;
|
|
1221
1182
|
paginateListSupportedInstanceTypes(
|
|
1222
1183
|
args: ListSupportedInstanceTypesCommandInput,
|
|
1223
1184
|
paginationConfig?: Pick<
|
|
1224
1185
|
PaginationConfiguration,
|
|
1225
1186
|
Exclude<keyof PaginationConfiguration, "client">
|
|
1226
|
-
|
|
1187
|
+
>,
|
|
1227
1188
|
): Paginator<ListSupportedInstanceTypesCommandOutput>;
|
|
1228
1189
|
waitUntilClusterRunning(
|
|
1229
1190
|
args: DescribeClusterCommandInput,
|
|
1230
1191
|
waiterConfig:
|
|
1231
1192
|
| number
|
|
1232
|
-
| Pick<
|
|
1233
|
-
WaiterConfiguration<EMR>,
|
|
1234
|
-
Exclude<keyof WaiterConfiguration<EMR>, "client">
|
|
1235
|
-
>
|
|
1193
|
+
| Pick<WaiterConfiguration<EMR>, Exclude<keyof WaiterConfiguration<EMR>, "client">>,
|
|
1236
1194
|
): Promise<WaiterResult<DescribeClusterCommandOutput>>;
|
|
1237
1195
|
waitUntilClusterTerminated(
|
|
1238
1196
|
args: DescribeClusterCommandInput,
|
|
1239
1197
|
waiterConfig:
|
|
1240
1198
|
| number
|
|
1241
|
-
| Pick<
|
|
1242
|
-
WaiterConfiguration<EMR>,
|
|
1243
|
-
Exclude<keyof WaiterConfiguration<EMR>, "client">
|
|
1244
|
-
>
|
|
1199
|
+
| Pick<WaiterConfiguration<EMR>, Exclude<keyof WaiterConfiguration<EMR>, "client">>,
|
|
1245
1200
|
): Promise<WaiterResult<DescribeClusterCommandOutput>>;
|
|
1246
1201
|
waitUntilStepComplete(
|
|
1247
1202
|
args: DescribeStepCommandInput,
|
|
1248
1203
|
waiterConfig:
|
|
1249
1204
|
| number
|
|
1250
|
-
| Pick<
|
|
1251
|
-
WaiterConfiguration<EMR>,
|
|
1252
|
-
Exclude<keyof WaiterConfiguration<EMR>, "client">
|
|
1253
|
-
>
|
|
1205
|
+
| Pick<WaiterConfiguration<EMR>, Exclude<keyof WaiterConfiguration<EMR>, "client">>,
|
|
1254
1206
|
): Promise<WaiterResult<DescribeStepCommandOutput>>;
|
|
1255
1207
|
}
|
|
1256
1208
|
export declare class EMR extends EMRClient implements EMR {}
|