@aws-sdk/client-emr 3.974.0 → 3.978.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 +87 -68
- package/dist-es/EMR.js +35 -1
- package/dist-types/EMR.d.ts +104 -1
- package/dist-types/ts3.4/EMR.d.ts +118 -1
- package/package.json +17 -17
package/dist-cjs/index.js
CHANGED
|
@@ -2906,72 +2906,6 @@ class UpdateStudioSessionMappingCommand extends smithyClient.Command
|
|
|
2906
2906
|
.build() {
|
|
2907
2907
|
}
|
|
2908
2908
|
|
|
2909
|
-
const commands = {
|
|
2910
|
-
AddInstanceFleetCommand,
|
|
2911
|
-
AddInstanceGroupsCommand,
|
|
2912
|
-
AddJobFlowStepsCommand,
|
|
2913
|
-
AddTagsCommand,
|
|
2914
|
-
CancelStepsCommand,
|
|
2915
|
-
CreatePersistentAppUICommand,
|
|
2916
|
-
CreateSecurityConfigurationCommand,
|
|
2917
|
-
CreateStudioCommand,
|
|
2918
|
-
CreateStudioSessionMappingCommand,
|
|
2919
|
-
DeleteSecurityConfigurationCommand,
|
|
2920
|
-
DeleteStudioCommand,
|
|
2921
|
-
DeleteStudioSessionMappingCommand,
|
|
2922
|
-
DescribeClusterCommand,
|
|
2923
|
-
DescribeJobFlowsCommand,
|
|
2924
|
-
DescribeNotebookExecutionCommand,
|
|
2925
|
-
DescribePersistentAppUICommand,
|
|
2926
|
-
DescribeReleaseLabelCommand,
|
|
2927
|
-
DescribeSecurityConfigurationCommand,
|
|
2928
|
-
DescribeStepCommand,
|
|
2929
|
-
DescribeStudioCommand,
|
|
2930
|
-
GetAutoTerminationPolicyCommand,
|
|
2931
|
-
GetBlockPublicAccessConfigurationCommand,
|
|
2932
|
-
GetClusterSessionCredentialsCommand,
|
|
2933
|
-
GetManagedScalingPolicyCommand,
|
|
2934
|
-
GetOnClusterAppUIPresignedURLCommand,
|
|
2935
|
-
GetPersistentAppUIPresignedURLCommand,
|
|
2936
|
-
GetStudioSessionMappingCommand,
|
|
2937
|
-
ListBootstrapActionsCommand,
|
|
2938
|
-
ListClustersCommand,
|
|
2939
|
-
ListInstanceFleetsCommand,
|
|
2940
|
-
ListInstanceGroupsCommand,
|
|
2941
|
-
ListInstancesCommand,
|
|
2942
|
-
ListNotebookExecutionsCommand,
|
|
2943
|
-
ListReleaseLabelsCommand,
|
|
2944
|
-
ListSecurityConfigurationsCommand,
|
|
2945
|
-
ListStepsCommand,
|
|
2946
|
-
ListStudiosCommand,
|
|
2947
|
-
ListStudioSessionMappingsCommand,
|
|
2948
|
-
ListSupportedInstanceTypesCommand,
|
|
2949
|
-
ModifyClusterCommand,
|
|
2950
|
-
ModifyInstanceFleetCommand,
|
|
2951
|
-
ModifyInstanceGroupsCommand,
|
|
2952
|
-
PutAutoScalingPolicyCommand,
|
|
2953
|
-
PutAutoTerminationPolicyCommand,
|
|
2954
|
-
PutBlockPublicAccessConfigurationCommand,
|
|
2955
|
-
PutManagedScalingPolicyCommand,
|
|
2956
|
-
RemoveAutoScalingPolicyCommand,
|
|
2957
|
-
RemoveAutoTerminationPolicyCommand,
|
|
2958
|
-
RemoveManagedScalingPolicyCommand,
|
|
2959
|
-
RemoveTagsCommand,
|
|
2960
|
-
RunJobFlowCommand,
|
|
2961
|
-
SetKeepJobFlowAliveWhenNoStepsCommand,
|
|
2962
|
-
SetTerminationProtectionCommand,
|
|
2963
|
-
SetUnhealthyNodeReplacementCommand,
|
|
2964
|
-
SetVisibleToAllUsersCommand,
|
|
2965
|
-
StartNotebookExecutionCommand,
|
|
2966
|
-
StopNotebookExecutionCommand,
|
|
2967
|
-
TerminateJobFlowsCommand,
|
|
2968
|
-
UpdateStudioCommand,
|
|
2969
|
-
UpdateStudioSessionMappingCommand,
|
|
2970
|
-
};
|
|
2971
|
-
class EMR extends EMRClient {
|
|
2972
|
-
}
|
|
2973
|
-
smithyClient.createAggregatedClient(commands, EMR);
|
|
2974
|
-
|
|
2975
2909
|
const paginateListBootstrapActions = core.createPaginator(EMRClient, ListBootstrapActionsCommand, "Marker", "Marker", "");
|
|
2976
2910
|
|
|
2977
2911
|
const paginateListClusters = core.createPaginator(EMRClient, ListClustersCommand, "Marker", "Marker", "");
|
|
@@ -2990,10 +2924,10 @@ const paginateListSecurityConfigurations = core.createPaginator(EMRClient, ListS
|
|
|
2990
2924
|
|
|
2991
2925
|
const paginateListSteps = core.createPaginator(EMRClient, ListStepsCommand, "Marker", "Marker", "");
|
|
2992
2926
|
|
|
2993
|
-
const paginateListStudios = core.createPaginator(EMRClient, ListStudiosCommand, "Marker", "Marker", "");
|
|
2994
|
-
|
|
2995
2927
|
const paginateListStudioSessionMappings = core.createPaginator(EMRClient, ListStudioSessionMappingsCommand, "Marker", "Marker", "");
|
|
2996
2928
|
|
|
2929
|
+
const paginateListStudios = core.createPaginator(EMRClient, ListStudiosCommand, "Marker", "Marker", "");
|
|
2930
|
+
|
|
2997
2931
|
const paginateListSupportedInstanceTypes = core.createPaginator(EMRClient, ListSupportedInstanceTypesCommand, "Marker", "Marker", "");
|
|
2998
2932
|
|
|
2999
2933
|
const checkState$2 = async (client, input) => {
|
|
@@ -3149,6 +3083,91 @@ const waitUntilStepComplete = async (params, input) => {
|
|
|
3149
3083
|
return utilWaiter.checkExceptions(result);
|
|
3150
3084
|
};
|
|
3151
3085
|
|
|
3086
|
+
const commands = {
|
|
3087
|
+
AddInstanceFleetCommand,
|
|
3088
|
+
AddInstanceGroupsCommand,
|
|
3089
|
+
AddJobFlowStepsCommand,
|
|
3090
|
+
AddTagsCommand,
|
|
3091
|
+
CancelStepsCommand,
|
|
3092
|
+
CreatePersistentAppUICommand,
|
|
3093
|
+
CreateSecurityConfigurationCommand,
|
|
3094
|
+
CreateStudioCommand,
|
|
3095
|
+
CreateStudioSessionMappingCommand,
|
|
3096
|
+
DeleteSecurityConfigurationCommand,
|
|
3097
|
+
DeleteStudioCommand,
|
|
3098
|
+
DeleteStudioSessionMappingCommand,
|
|
3099
|
+
DescribeClusterCommand,
|
|
3100
|
+
DescribeJobFlowsCommand,
|
|
3101
|
+
DescribeNotebookExecutionCommand,
|
|
3102
|
+
DescribePersistentAppUICommand,
|
|
3103
|
+
DescribeReleaseLabelCommand,
|
|
3104
|
+
DescribeSecurityConfigurationCommand,
|
|
3105
|
+
DescribeStepCommand,
|
|
3106
|
+
DescribeStudioCommand,
|
|
3107
|
+
GetAutoTerminationPolicyCommand,
|
|
3108
|
+
GetBlockPublicAccessConfigurationCommand,
|
|
3109
|
+
GetClusterSessionCredentialsCommand,
|
|
3110
|
+
GetManagedScalingPolicyCommand,
|
|
3111
|
+
GetOnClusterAppUIPresignedURLCommand,
|
|
3112
|
+
GetPersistentAppUIPresignedURLCommand,
|
|
3113
|
+
GetStudioSessionMappingCommand,
|
|
3114
|
+
ListBootstrapActionsCommand,
|
|
3115
|
+
ListClustersCommand,
|
|
3116
|
+
ListInstanceFleetsCommand,
|
|
3117
|
+
ListInstanceGroupsCommand,
|
|
3118
|
+
ListInstancesCommand,
|
|
3119
|
+
ListNotebookExecutionsCommand,
|
|
3120
|
+
ListReleaseLabelsCommand,
|
|
3121
|
+
ListSecurityConfigurationsCommand,
|
|
3122
|
+
ListStepsCommand,
|
|
3123
|
+
ListStudiosCommand,
|
|
3124
|
+
ListStudioSessionMappingsCommand,
|
|
3125
|
+
ListSupportedInstanceTypesCommand,
|
|
3126
|
+
ModifyClusterCommand,
|
|
3127
|
+
ModifyInstanceFleetCommand,
|
|
3128
|
+
ModifyInstanceGroupsCommand,
|
|
3129
|
+
PutAutoScalingPolicyCommand,
|
|
3130
|
+
PutAutoTerminationPolicyCommand,
|
|
3131
|
+
PutBlockPublicAccessConfigurationCommand,
|
|
3132
|
+
PutManagedScalingPolicyCommand,
|
|
3133
|
+
RemoveAutoScalingPolicyCommand,
|
|
3134
|
+
RemoveAutoTerminationPolicyCommand,
|
|
3135
|
+
RemoveManagedScalingPolicyCommand,
|
|
3136
|
+
RemoveTagsCommand,
|
|
3137
|
+
RunJobFlowCommand,
|
|
3138
|
+
SetKeepJobFlowAliveWhenNoStepsCommand,
|
|
3139
|
+
SetTerminationProtectionCommand,
|
|
3140
|
+
SetUnhealthyNodeReplacementCommand,
|
|
3141
|
+
SetVisibleToAllUsersCommand,
|
|
3142
|
+
StartNotebookExecutionCommand,
|
|
3143
|
+
StopNotebookExecutionCommand,
|
|
3144
|
+
TerminateJobFlowsCommand,
|
|
3145
|
+
UpdateStudioCommand,
|
|
3146
|
+
UpdateStudioSessionMappingCommand,
|
|
3147
|
+
};
|
|
3148
|
+
const paginators = {
|
|
3149
|
+
paginateListBootstrapActions,
|
|
3150
|
+
paginateListClusters,
|
|
3151
|
+
paginateListInstanceFleets,
|
|
3152
|
+
paginateListInstanceGroups,
|
|
3153
|
+
paginateListInstances,
|
|
3154
|
+
paginateListNotebookExecutions,
|
|
3155
|
+
paginateListReleaseLabels,
|
|
3156
|
+
paginateListSecurityConfigurations,
|
|
3157
|
+
paginateListSteps,
|
|
3158
|
+
paginateListStudios,
|
|
3159
|
+
paginateListStudioSessionMappings,
|
|
3160
|
+
paginateListSupportedInstanceTypes,
|
|
3161
|
+
};
|
|
3162
|
+
const waiters = {
|
|
3163
|
+
waitUntilClusterRunning,
|
|
3164
|
+
waitUntilClusterTerminated,
|
|
3165
|
+
waitUntilStepComplete,
|
|
3166
|
+
};
|
|
3167
|
+
class EMR extends EMRClient {
|
|
3168
|
+
}
|
|
3169
|
+
smithyClient.createAggregatedClient(commands, EMR, { paginators, waiters });
|
|
3170
|
+
|
|
3152
3171
|
const ActionOnFailure = {
|
|
3153
3172
|
CANCEL_AND_WAIT: "CANCEL_AND_WAIT",
|
|
3154
3173
|
CONTINUE: "CONTINUE",
|
package/dist-es/EMR.js
CHANGED
|
@@ -60,6 +60,21 @@ import { TerminateJobFlowsCommand, } from "./commands/TerminateJobFlowsCommand";
|
|
|
60
60
|
import { UpdateStudioCommand, } from "./commands/UpdateStudioCommand";
|
|
61
61
|
import { UpdateStudioSessionMappingCommand, } from "./commands/UpdateStudioSessionMappingCommand";
|
|
62
62
|
import { EMRClient } from "./EMRClient";
|
|
63
|
+
import { paginateListBootstrapActions } from "./pagination/ListBootstrapActionsPaginator";
|
|
64
|
+
import { paginateListClusters } from "./pagination/ListClustersPaginator";
|
|
65
|
+
import { paginateListInstanceFleets } from "./pagination/ListInstanceFleetsPaginator";
|
|
66
|
+
import { paginateListInstanceGroups } from "./pagination/ListInstanceGroupsPaginator";
|
|
67
|
+
import { paginateListInstances } from "./pagination/ListInstancesPaginator";
|
|
68
|
+
import { paginateListNotebookExecutions } from "./pagination/ListNotebookExecutionsPaginator";
|
|
69
|
+
import { paginateListReleaseLabels } from "./pagination/ListReleaseLabelsPaginator";
|
|
70
|
+
import { paginateListSecurityConfigurations } from "./pagination/ListSecurityConfigurationsPaginator";
|
|
71
|
+
import { paginateListSteps } from "./pagination/ListStepsPaginator";
|
|
72
|
+
import { paginateListStudioSessionMappings } from "./pagination/ListStudioSessionMappingsPaginator";
|
|
73
|
+
import { paginateListStudios } from "./pagination/ListStudiosPaginator";
|
|
74
|
+
import { paginateListSupportedInstanceTypes } from "./pagination/ListSupportedInstanceTypesPaginator";
|
|
75
|
+
import { waitUntilClusterRunning } from "./waiters/waitForClusterRunning";
|
|
76
|
+
import { waitUntilClusterTerminated } from "./waiters/waitForClusterTerminated";
|
|
77
|
+
import { waitUntilStepComplete } from "./waiters/waitForStepComplete";
|
|
63
78
|
const commands = {
|
|
64
79
|
AddInstanceFleetCommand,
|
|
65
80
|
AddInstanceGroupsCommand,
|
|
@@ -122,6 +137,25 @@ const commands = {
|
|
|
122
137
|
UpdateStudioCommand,
|
|
123
138
|
UpdateStudioSessionMappingCommand,
|
|
124
139
|
};
|
|
140
|
+
const paginators = {
|
|
141
|
+
paginateListBootstrapActions,
|
|
142
|
+
paginateListClusters,
|
|
143
|
+
paginateListInstanceFleets,
|
|
144
|
+
paginateListInstanceGroups,
|
|
145
|
+
paginateListInstances,
|
|
146
|
+
paginateListNotebookExecutions,
|
|
147
|
+
paginateListReleaseLabels,
|
|
148
|
+
paginateListSecurityConfigurations,
|
|
149
|
+
paginateListSteps,
|
|
150
|
+
paginateListStudios,
|
|
151
|
+
paginateListStudioSessionMappings,
|
|
152
|
+
paginateListSupportedInstanceTypes,
|
|
153
|
+
};
|
|
154
|
+
const waiters = {
|
|
155
|
+
waitUntilClusterRunning,
|
|
156
|
+
waitUntilClusterTerminated,
|
|
157
|
+
waitUntilStepComplete,
|
|
158
|
+
};
|
|
125
159
|
export class EMR extends EMRClient {
|
|
126
160
|
}
|
|
127
|
-
createAggregatedClient(commands, EMR);
|
|
161
|
+
createAggregatedClient(commands, EMR, { paginators, waiters });
|
package/dist-types/EMR.d.ts
CHANGED
|
@@ -1,4 +1,5 @@
|
|
|
1
|
-
import type { HttpHandlerOptions as __HttpHandlerOptions } from "@smithy/types";
|
|
1
|
+
import type { HttpHandlerOptions as __HttpHandlerOptions, PaginationConfiguration, Paginator, WaiterConfiguration } from "@smithy/types";
|
|
2
|
+
import type { WaiterResult } from "@smithy/util-waiter";
|
|
2
3
|
import { AddInstanceFleetCommandInput, AddInstanceFleetCommandOutput } from "./commands/AddInstanceFleetCommand";
|
|
3
4
|
import { AddInstanceGroupsCommandInput, AddInstanceGroupsCommandOutput } from "./commands/AddInstanceGroupsCommand";
|
|
4
5
|
import { AddJobFlowStepsCommandInput, AddJobFlowStepsCommandOutput } from "./commands/AddJobFlowStepsCommand";
|
|
@@ -431,6 +432,108 @@ export interface EMR {
|
|
|
431
432
|
updateStudioSessionMapping(args: UpdateStudioSessionMappingCommandInput, options?: __HttpHandlerOptions): Promise<UpdateStudioSessionMappingCommandOutput>;
|
|
432
433
|
updateStudioSessionMapping(args: UpdateStudioSessionMappingCommandInput, cb: (err: any, data?: UpdateStudioSessionMappingCommandOutput) => void): void;
|
|
433
434
|
updateStudioSessionMapping(args: UpdateStudioSessionMappingCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UpdateStudioSessionMappingCommandOutput) => void): void;
|
|
435
|
+
/**
|
|
436
|
+
* @see {@link ListBootstrapActionsCommand}
|
|
437
|
+
* @param args - command input.
|
|
438
|
+
* @param paginationConfig - optional pagination config.
|
|
439
|
+
* @returns AsyncIterable of {@link ListBootstrapActionsCommandOutput}.
|
|
440
|
+
*/
|
|
441
|
+
paginateListBootstrapActions(args: ListBootstrapActionsCommandInput, paginationConfig?: Omit<PaginationConfiguration, "client">): Paginator<ListBootstrapActionsCommandOutput>;
|
|
442
|
+
/**
|
|
443
|
+
* @see {@link ListClustersCommand}
|
|
444
|
+
* @param args - command input.
|
|
445
|
+
* @param paginationConfig - optional pagination config.
|
|
446
|
+
* @returns AsyncIterable of {@link ListClustersCommandOutput}.
|
|
447
|
+
*/
|
|
448
|
+
paginateListClusters(args?: ListClustersCommandInput, paginationConfig?: Omit<PaginationConfiguration, "client">): Paginator<ListClustersCommandOutput>;
|
|
449
|
+
/**
|
|
450
|
+
* @see {@link ListInstanceFleetsCommand}
|
|
451
|
+
* @param args - command input.
|
|
452
|
+
* @param paginationConfig - optional pagination config.
|
|
453
|
+
* @returns AsyncIterable of {@link ListInstanceFleetsCommandOutput}.
|
|
454
|
+
*/
|
|
455
|
+
paginateListInstanceFleets(args: ListInstanceFleetsCommandInput, paginationConfig?: Omit<PaginationConfiguration, "client">): Paginator<ListInstanceFleetsCommandOutput>;
|
|
456
|
+
/**
|
|
457
|
+
* @see {@link ListInstanceGroupsCommand}
|
|
458
|
+
* @param args - command input.
|
|
459
|
+
* @param paginationConfig - optional pagination config.
|
|
460
|
+
* @returns AsyncIterable of {@link ListInstanceGroupsCommandOutput}.
|
|
461
|
+
*/
|
|
462
|
+
paginateListInstanceGroups(args: ListInstanceGroupsCommandInput, paginationConfig?: Omit<PaginationConfiguration, "client">): Paginator<ListInstanceGroupsCommandOutput>;
|
|
463
|
+
/**
|
|
464
|
+
* @see {@link ListInstancesCommand}
|
|
465
|
+
* @param args - command input.
|
|
466
|
+
* @param paginationConfig - optional pagination config.
|
|
467
|
+
* @returns AsyncIterable of {@link ListInstancesCommandOutput}.
|
|
468
|
+
*/
|
|
469
|
+
paginateListInstances(args: ListInstancesCommandInput, paginationConfig?: Omit<PaginationConfiguration, "client">): Paginator<ListInstancesCommandOutput>;
|
|
470
|
+
/**
|
|
471
|
+
* @see {@link ListNotebookExecutionsCommand}
|
|
472
|
+
* @param args - command input.
|
|
473
|
+
* @param paginationConfig - optional pagination config.
|
|
474
|
+
* @returns AsyncIterable of {@link ListNotebookExecutionsCommandOutput}.
|
|
475
|
+
*/
|
|
476
|
+
paginateListNotebookExecutions(args?: ListNotebookExecutionsCommandInput, paginationConfig?: Omit<PaginationConfiguration, "client">): Paginator<ListNotebookExecutionsCommandOutput>;
|
|
477
|
+
/**
|
|
478
|
+
* @see {@link ListReleaseLabelsCommand}
|
|
479
|
+
* @param args - command input.
|
|
480
|
+
* @param paginationConfig - optional pagination config.
|
|
481
|
+
* @returns AsyncIterable of {@link ListReleaseLabelsCommandOutput}.
|
|
482
|
+
*/
|
|
483
|
+
paginateListReleaseLabels(args?: ListReleaseLabelsCommandInput, paginationConfig?: Omit<PaginationConfiguration, "client">): Paginator<ListReleaseLabelsCommandOutput>;
|
|
484
|
+
/**
|
|
485
|
+
* @see {@link ListSecurityConfigurationsCommand}
|
|
486
|
+
* @param args - command input.
|
|
487
|
+
* @param paginationConfig - optional pagination config.
|
|
488
|
+
* @returns AsyncIterable of {@link ListSecurityConfigurationsCommandOutput}.
|
|
489
|
+
*/
|
|
490
|
+
paginateListSecurityConfigurations(args?: ListSecurityConfigurationsCommandInput, paginationConfig?: Omit<PaginationConfiguration, "client">): Paginator<ListSecurityConfigurationsCommandOutput>;
|
|
491
|
+
/**
|
|
492
|
+
* @see {@link ListStepsCommand}
|
|
493
|
+
* @param args - command input.
|
|
494
|
+
* @param paginationConfig - optional pagination config.
|
|
495
|
+
* @returns AsyncIterable of {@link ListStepsCommandOutput}.
|
|
496
|
+
*/
|
|
497
|
+
paginateListSteps(args: ListStepsCommandInput, paginationConfig?: Omit<PaginationConfiguration, "client">): Paginator<ListStepsCommandOutput>;
|
|
498
|
+
/**
|
|
499
|
+
* @see {@link ListStudiosCommand}
|
|
500
|
+
* @param args - command input.
|
|
501
|
+
* @param paginationConfig - optional pagination config.
|
|
502
|
+
* @returns AsyncIterable of {@link ListStudiosCommandOutput}.
|
|
503
|
+
*/
|
|
504
|
+
paginateListStudios(args?: ListStudiosCommandInput, paginationConfig?: Omit<PaginationConfiguration, "client">): Paginator<ListStudiosCommandOutput>;
|
|
505
|
+
/**
|
|
506
|
+
* @see {@link ListStudioSessionMappingsCommand}
|
|
507
|
+
* @param args - command input.
|
|
508
|
+
* @param paginationConfig - optional pagination config.
|
|
509
|
+
* @returns AsyncIterable of {@link ListStudioSessionMappingsCommandOutput}.
|
|
510
|
+
*/
|
|
511
|
+
paginateListStudioSessionMappings(args?: ListStudioSessionMappingsCommandInput, paginationConfig?: Omit<PaginationConfiguration, "client">): Paginator<ListStudioSessionMappingsCommandOutput>;
|
|
512
|
+
/**
|
|
513
|
+
* @see {@link ListSupportedInstanceTypesCommand}
|
|
514
|
+
* @param args - command input.
|
|
515
|
+
* @param paginationConfig - optional pagination config.
|
|
516
|
+
* @returns AsyncIterable of {@link ListSupportedInstanceTypesCommandOutput}.
|
|
517
|
+
*/
|
|
518
|
+
paginateListSupportedInstanceTypes(args: ListSupportedInstanceTypesCommandInput, paginationConfig?: Omit<PaginationConfiguration, "client">): Paginator<ListSupportedInstanceTypesCommandOutput>;
|
|
519
|
+
/**
|
|
520
|
+
* @see {@link DescribeClusterCommand}
|
|
521
|
+
* @param args - command input.
|
|
522
|
+
* @param waiterConfig - `maxWaitTime` in seconds or waiter config object.
|
|
523
|
+
*/
|
|
524
|
+
waitUntilClusterRunning(args: DescribeClusterCommandInput, waiterConfig: number | Omit<WaiterConfiguration<EMR>, "client">): Promise<WaiterResult>;
|
|
525
|
+
/**
|
|
526
|
+
* @see {@link DescribeClusterCommand}
|
|
527
|
+
* @param args - command input.
|
|
528
|
+
* @param waiterConfig - `maxWaitTime` in seconds or waiter config object.
|
|
529
|
+
*/
|
|
530
|
+
waitUntilClusterTerminated(args: DescribeClusterCommandInput, waiterConfig: number | Omit<WaiterConfiguration<EMR>, "client">): Promise<WaiterResult>;
|
|
531
|
+
/**
|
|
532
|
+
* @see {@link DescribeStepCommand}
|
|
533
|
+
* @param args - command input.
|
|
534
|
+
* @param waiterConfig - `maxWaitTime` in seconds or waiter config object.
|
|
535
|
+
*/
|
|
536
|
+
waitUntilStepComplete(args: DescribeStepCommandInput, waiterConfig: number | Omit<WaiterConfiguration<EMR>, "client">): Promise<WaiterResult>;
|
|
434
537
|
}
|
|
435
538
|
/**
|
|
436
539
|
* <p>Amazon EMR is a web service that makes it easier to process large amounts of
|
|
@@ -1,4 +1,10 @@
|
|
|
1
|
-
import {
|
|
1
|
+
import {
|
|
2
|
+
HttpHandlerOptions as __HttpHandlerOptions,
|
|
3
|
+
PaginationConfiguration,
|
|
4
|
+
Paginator,
|
|
5
|
+
WaiterConfiguration,
|
|
6
|
+
} from "@smithy/types";
|
|
7
|
+
import { WaiterResult } from "@smithy/util-waiter";
|
|
2
8
|
import {
|
|
3
9
|
AddInstanceFleetCommandInput,
|
|
4
10
|
AddInstanceFleetCommandOutput,
|
|
@@ -1043,5 +1049,116 @@ export interface EMR {
|
|
|
1043
1049
|
options: __HttpHandlerOptions,
|
|
1044
1050
|
cb: (err: any, data?: UpdateStudioSessionMappingCommandOutput) => void
|
|
1045
1051
|
): void;
|
|
1052
|
+
paginateListBootstrapActions(
|
|
1053
|
+
args: ListBootstrapActionsCommandInput,
|
|
1054
|
+
paginationConfig?: Pick<
|
|
1055
|
+
PaginationConfiguration,
|
|
1056
|
+
Exclude<keyof PaginationConfiguration, "client">
|
|
1057
|
+
>
|
|
1058
|
+
): Paginator<ListBootstrapActionsCommandOutput>;
|
|
1059
|
+
paginateListClusters(
|
|
1060
|
+
args?: ListClustersCommandInput,
|
|
1061
|
+
paginationConfig?: Pick<
|
|
1062
|
+
PaginationConfiguration,
|
|
1063
|
+
Exclude<keyof PaginationConfiguration, "client">
|
|
1064
|
+
>
|
|
1065
|
+
): Paginator<ListClustersCommandOutput>;
|
|
1066
|
+
paginateListInstanceFleets(
|
|
1067
|
+
args: ListInstanceFleetsCommandInput,
|
|
1068
|
+
paginationConfig?: Pick<
|
|
1069
|
+
PaginationConfiguration,
|
|
1070
|
+
Exclude<keyof PaginationConfiguration, "client">
|
|
1071
|
+
>
|
|
1072
|
+
): Paginator<ListInstanceFleetsCommandOutput>;
|
|
1073
|
+
paginateListInstanceGroups(
|
|
1074
|
+
args: ListInstanceGroupsCommandInput,
|
|
1075
|
+
paginationConfig?: Pick<
|
|
1076
|
+
PaginationConfiguration,
|
|
1077
|
+
Exclude<keyof PaginationConfiguration, "client">
|
|
1078
|
+
>
|
|
1079
|
+
): Paginator<ListInstanceGroupsCommandOutput>;
|
|
1080
|
+
paginateListInstances(
|
|
1081
|
+
args: ListInstancesCommandInput,
|
|
1082
|
+
paginationConfig?: Pick<
|
|
1083
|
+
PaginationConfiguration,
|
|
1084
|
+
Exclude<keyof PaginationConfiguration, "client">
|
|
1085
|
+
>
|
|
1086
|
+
): Paginator<ListInstancesCommandOutput>;
|
|
1087
|
+
paginateListNotebookExecutions(
|
|
1088
|
+
args?: ListNotebookExecutionsCommandInput,
|
|
1089
|
+
paginationConfig?: Pick<
|
|
1090
|
+
PaginationConfiguration,
|
|
1091
|
+
Exclude<keyof PaginationConfiguration, "client">
|
|
1092
|
+
>
|
|
1093
|
+
): Paginator<ListNotebookExecutionsCommandOutput>;
|
|
1094
|
+
paginateListReleaseLabels(
|
|
1095
|
+
args?: ListReleaseLabelsCommandInput,
|
|
1096
|
+
paginationConfig?: Pick<
|
|
1097
|
+
PaginationConfiguration,
|
|
1098
|
+
Exclude<keyof PaginationConfiguration, "client">
|
|
1099
|
+
>
|
|
1100
|
+
): Paginator<ListReleaseLabelsCommandOutput>;
|
|
1101
|
+
paginateListSecurityConfigurations(
|
|
1102
|
+
args?: ListSecurityConfigurationsCommandInput,
|
|
1103
|
+
paginationConfig?: Pick<
|
|
1104
|
+
PaginationConfiguration,
|
|
1105
|
+
Exclude<keyof PaginationConfiguration, "client">
|
|
1106
|
+
>
|
|
1107
|
+
): Paginator<ListSecurityConfigurationsCommandOutput>;
|
|
1108
|
+
paginateListSteps(
|
|
1109
|
+
args: ListStepsCommandInput,
|
|
1110
|
+
paginationConfig?: Pick<
|
|
1111
|
+
PaginationConfiguration,
|
|
1112
|
+
Exclude<keyof PaginationConfiguration, "client">
|
|
1113
|
+
>
|
|
1114
|
+
): Paginator<ListStepsCommandOutput>;
|
|
1115
|
+
paginateListStudios(
|
|
1116
|
+
args?: ListStudiosCommandInput,
|
|
1117
|
+
paginationConfig?: Pick<
|
|
1118
|
+
PaginationConfiguration,
|
|
1119
|
+
Exclude<keyof PaginationConfiguration, "client">
|
|
1120
|
+
>
|
|
1121
|
+
): Paginator<ListStudiosCommandOutput>;
|
|
1122
|
+
paginateListStudioSessionMappings(
|
|
1123
|
+
args?: ListStudioSessionMappingsCommandInput,
|
|
1124
|
+
paginationConfig?: Pick<
|
|
1125
|
+
PaginationConfiguration,
|
|
1126
|
+
Exclude<keyof PaginationConfiguration, "client">
|
|
1127
|
+
>
|
|
1128
|
+
): Paginator<ListStudioSessionMappingsCommandOutput>;
|
|
1129
|
+
paginateListSupportedInstanceTypes(
|
|
1130
|
+
args: ListSupportedInstanceTypesCommandInput,
|
|
1131
|
+
paginationConfig?: Pick<
|
|
1132
|
+
PaginationConfiguration,
|
|
1133
|
+
Exclude<keyof PaginationConfiguration, "client">
|
|
1134
|
+
>
|
|
1135
|
+
): Paginator<ListSupportedInstanceTypesCommandOutput>;
|
|
1136
|
+
waitUntilClusterRunning(
|
|
1137
|
+
args: DescribeClusterCommandInput,
|
|
1138
|
+
waiterConfig:
|
|
1139
|
+
| number
|
|
1140
|
+
| Pick<
|
|
1141
|
+
WaiterConfiguration<EMR>,
|
|
1142
|
+
Exclude<keyof WaiterConfiguration<EMR>, "client">
|
|
1143
|
+
>
|
|
1144
|
+
): Promise<WaiterResult>;
|
|
1145
|
+
waitUntilClusterTerminated(
|
|
1146
|
+
args: DescribeClusterCommandInput,
|
|
1147
|
+
waiterConfig:
|
|
1148
|
+
| number
|
|
1149
|
+
| Pick<
|
|
1150
|
+
WaiterConfiguration<EMR>,
|
|
1151
|
+
Exclude<keyof WaiterConfiguration<EMR>, "client">
|
|
1152
|
+
>
|
|
1153
|
+
): Promise<WaiterResult>;
|
|
1154
|
+
waitUntilStepComplete(
|
|
1155
|
+
args: DescribeStepCommandInput,
|
|
1156
|
+
waiterConfig:
|
|
1157
|
+
| number
|
|
1158
|
+
| Pick<
|
|
1159
|
+
WaiterConfiguration<EMR>,
|
|
1160
|
+
Exclude<keyof WaiterConfiguration<EMR>, "client">
|
|
1161
|
+
>
|
|
1162
|
+
): Promise<WaiterResult>;
|
|
1046
1163
|
}
|
|
1047
1164
|
export declare class EMR extends EMRClient implements EMR {}
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@aws-sdk/client-emr",
|
|
3
3
|
"description": "AWS SDK for JavaScript Emr Client for Node.js, Browser and React Native",
|
|
4
|
-
"version": "3.
|
|
4
|
+
"version": "3.978.0",
|
|
5
5
|
"scripts": {
|
|
6
6
|
"build": "concurrently 'yarn:build:types' 'yarn:build:es' && yarn build:cjs",
|
|
7
7
|
"build:cjs": "node ../../scripts/compilation/inline client-emr",
|
|
@@ -23,38 +23,38 @@
|
|
|
23
23
|
"dependencies": {
|
|
24
24
|
"@aws-crypto/sha256-browser": "5.2.0",
|
|
25
25
|
"@aws-crypto/sha256-js": "5.2.0",
|
|
26
|
-
"@aws-sdk/core": "^3.973.
|
|
27
|
-
"@aws-sdk/credential-provider-node": "^3.972.
|
|
28
|
-
"@aws-sdk/middleware-host-header": "^3.972.
|
|
29
|
-
"@aws-sdk/middleware-logger": "^3.972.
|
|
30
|
-
"@aws-sdk/middleware-recursion-detection": "^3.972.
|
|
31
|
-
"@aws-sdk/middleware-user-agent": "^3.972.
|
|
32
|
-
"@aws-sdk/region-config-resolver": "^3.972.
|
|
33
|
-
"@aws-sdk/types": "^3.973.
|
|
26
|
+
"@aws-sdk/core": "^3.973.4",
|
|
27
|
+
"@aws-sdk/credential-provider-node": "^3.972.2",
|
|
28
|
+
"@aws-sdk/middleware-host-header": "^3.972.2",
|
|
29
|
+
"@aws-sdk/middleware-logger": "^3.972.2",
|
|
30
|
+
"@aws-sdk/middleware-recursion-detection": "^3.972.2",
|
|
31
|
+
"@aws-sdk/middleware-user-agent": "^3.972.4",
|
|
32
|
+
"@aws-sdk/region-config-resolver": "^3.972.2",
|
|
33
|
+
"@aws-sdk/types": "^3.973.1",
|
|
34
34
|
"@aws-sdk/util-endpoints": "3.972.0",
|
|
35
|
-
"@aws-sdk/util-user-agent-browser": "^3.972.
|
|
36
|
-
"@aws-sdk/util-user-agent-node": "^3.972.
|
|
35
|
+
"@aws-sdk/util-user-agent-browser": "^3.972.2",
|
|
36
|
+
"@aws-sdk/util-user-agent-node": "^3.972.2",
|
|
37
37
|
"@smithy/config-resolver": "^4.4.6",
|
|
38
|
-
"@smithy/core": "^3.
|
|
38
|
+
"@smithy/core": "^3.22.0",
|
|
39
39
|
"@smithy/fetch-http-handler": "^5.3.9",
|
|
40
40
|
"@smithy/hash-node": "^4.2.8",
|
|
41
41
|
"@smithy/invalid-dependency": "^4.2.8",
|
|
42
42
|
"@smithy/middleware-content-length": "^4.2.8",
|
|
43
|
-
"@smithy/middleware-endpoint": "^4.4.
|
|
44
|
-
"@smithy/middleware-retry": "^4.4.
|
|
43
|
+
"@smithy/middleware-endpoint": "^4.4.12",
|
|
44
|
+
"@smithy/middleware-retry": "^4.4.29",
|
|
45
45
|
"@smithy/middleware-serde": "^4.2.9",
|
|
46
46
|
"@smithy/middleware-stack": "^4.2.8",
|
|
47
47
|
"@smithy/node-config-provider": "^4.3.8",
|
|
48
48
|
"@smithy/node-http-handler": "^4.4.8",
|
|
49
49
|
"@smithy/protocol-http": "^5.3.8",
|
|
50
|
-
"@smithy/smithy-client": "^4.
|
|
50
|
+
"@smithy/smithy-client": "^4.11.1",
|
|
51
51
|
"@smithy/types": "^4.12.0",
|
|
52
52
|
"@smithy/url-parser": "^4.2.8",
|
|
53
53
|
"@smithy/util-base64": "^4.3.0",
|
|
54
54
|
"@smithy/util-body-length-browser": "^4.2.0",
|
|
55
55
|
"@smithy/util-body-length-node": "^4.2.1",
|
|
56
|
-
"@smithy/util-defaults-mode-browser": "^4.3.
|
|
57
|
-
"@smithy/util-defaults-mode-node": "^4.2.
|
|
56
|
+
"@smithy/util-defaults-mode-browser": "^4.3.28",
|
|
57
|
+
"@smithy/util-defaults-mode-node": "^4.2.31",
|
|
58
58
|
"@smithy/util-endpoints": "^3.2.8",
|
|
59
59
|
"@smithy/util-middleware": "^4.2.8",
|
|
60
60
|
"@smithy/util-retry": "^4.2.8",
|