@aws-sdk/client-emr 3.168.0 → 3.170.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/CHANGELOG.md +16 -0
- package/dist-types/ts3.4/EMR.d.ts +952 -265
- package/dist-types/ts3.4/EMRClient.d.ts +440 -125
- package/dist-types/ts3.4/commands/AddInstanceFleetCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/AddInstanceGroupsCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/AddJobFlowStepsCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/AddTagsCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/CancelStepsCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/CreateSecurityConfigurationCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/CreateStudioCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/CreateStudioSessionMappingCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/DeleteSecurityConfigurationCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/DeleteStudioCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/DeleteStudioSessionMappingCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/DescribeClusterCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/DescribeJobFlowsCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/DescribeNotebookExecutionCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/DescribeReleaseLabelCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/DescribeSecurityConfigurationCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/DescribeStepCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/DescribeStudioCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/GetAutoTerminationPolicyCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/GetBlockPublicAccessConfigurationCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/GetManagedScalingPolicyCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/GetStudioSessionMappingCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/ListBootstrapActionsCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/ListClustersCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/ListInstanceFleetsCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/ListInstanceGroupsCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/ListInstancesCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/ListNotebookExecutionsCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/ListReleaseLabelsCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/ListSecurityConfigurationsCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/ListStepsCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/ListStudioSessionMappingsCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/ListStudiosCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/ModifyClusterCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/ModifyInstanceFleetCommand.d.ts +33 -17
- package/dist-types/ts3.4/commands/ModifyInstanceGroupsCommand.d.ts +36 -17
- package/dist-types/ts3.4/commands/PutAutoScalingPolicyCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/PutAutoTerminationPolicyCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/PutBlockPublicAccessConfigurationCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/PutManagedScalingPolicyCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/RemoveAutoScalingPolicyCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/RemoveAutoTerminationPolicyCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/RemoveManagedScalingPolicyCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/RemoveTagsCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/RunJobFlowCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/SetTerminationProtectionCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/SetVisibleToAllUsersCommand.d.ts +36 -17
- package/dist-types/ts3.4/commands/StartNotebookExecutionCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/StopNotebookExecutionCommand.d.ts +36 -17
- package/dist-types/ts3.4/commands/TerminateJobFlowsCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/UpdateStudioCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/UpdateStudioSessionMappingCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/index.d.ts +52 -52
- package/dist-types/ts3.4/endpoints.d.ts +2 -2
- package/dist-types/ts3.4/index.d.ts +7 -7
- package/dist-types/ts3.4/models/EMRServiceException.d.ts +8 -6
- package/dist-types/ts3.4/models/index.d.ts +1 -1
- package/dist-types/ts3.4/models/models_0.d.ts +2634 -2461
- package/dist-types/ts3.4/pagination/Interfaces.d.ts +6 -6
- package/dist-types/ts3.4/pagination/ListBootstrapActionsPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListClustersPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListInstanceFleetsPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListInstanceGroupsPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListInstancesPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListNotebookExecutionsPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListReleaseLabelsPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListSecurityConfigurationsPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListStepsPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListStudioSessionMappingsPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListStudiosPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/index.d.ts +12 -12
- package/dist-types/ts3.4/protocols/Aws_json1_1.d.ts +629 -158
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +66 -38
- package/dist-types/ts3.4/runtimeConfig.d.ts +66 -38
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +67 -37
- package/dist-types/ts3.4/runtimeConfig.shared.d.ts +11 -11
- package/dist-types/ts3.4/waiters/index.d.ts +3 -3
- package/dist-types/ts3.4/waiters/waitForClusterRunning.d.ts +13 -7
- package/dist-types/ts3.4/waiters/waitForClusterTerminated.d.ts +13 -7
- package/dist-types/ts3.4/waiters/waitForStepComplete.d.ts +13 -7
- package/package.json +35 -35
|
@@ -1,17 +1,37 @@
|
|
|
1
|
-
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
-
import {
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
}
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import {
|
|
3
|
+
Handler,
|
|
4
|
+
HttpHandlerOptions as __HttpHandlerOptions,
|
|
5
|
+
MetadataBearer as __MetadataBearer,
|
|
6
|
+
MiddlewareStack,
|
|
7
|
+
} from "@aws-sdk/types";
|
|
8
|
+
import {
|
|
9
|
+
EMRClientResolvedConfig,
|
|
10
|
+
ServiceInputTypes,
|
|
11
|
+
ServiceOutputTypes,
|
|
12
|
+
} from "../EMRClient";
|
|
13
|
+
import { SetTerminationProtectionInput } from "../models/models_0";
|
|
14
|
+
export interface SetTerminationProtectionCommandInput
|
|
15
|
+
extends SetTerminationProtectionInput {}
|
|
16
|
+
export interface SetTerminationProtectionCommandOutput
|
|
17
|
+
extends __MetadataBearer {}
|
|
18
|
+
|
|
19
|
+
export declare class SetTerminationProtectionCommand extends $Command<
|
|
20
|
+
SetTerminationProtectionCommandInput,
|
|
21
|
+
SetTerminationProtectionCommandOutput,
|
|
22
|
+
EMRClientResolvedConfig
|
|
23
|
+
> {
|
|
24
|
+
readonly input: SetTerminationProtectionCommandInput;
|
|
25
|
+
constructor(input: SetTerminationProtectionCommandInput);
|
|
26
|
+
|
|
27
|
+
resolveMiddleware(
|
|
28
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
29
|
+
configuration: EMRClientResolvedConfig,
|
|
30
|
+
options?: __HttpHandlerOptions
|
|
31
|
+
): Handler<
|
|
32
|
+
SetTerminationProtectionCommandInput,
|
|
33
|
+
SetTerminationProtectionCommandOutput
|
|
34
|
+
>;
|
|
35
|
+
private serialize;
|
|
36
|
+
private deserialize;
|
|
37
|
+
}
|
|
@@ -1,17 +1,36 @@
|
|
|
1
|
-
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
-
import {
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import {
|
|
3
|
+
Handler,
|
|
4
|
+
HttpHandlerOptions as __HttpHandlerOptions,
|
|
5
|
+
MetadataBearer as __MetadataBearer,
|
|
6
|
+
MiddlewareStack,
|
|
7
|
+
} from "@aws-sdk/types";
|
|
8
|
+
import {
|
|
9
|
+
EMRClientResolvedConfig,
|
|
10
|
+
ServiceInputTypes,
|
|
11
|
+
ServiceOutputTypes,
|
|
12
|
+
} from "../EMRClient";
|
|
13
|
+
import { SetVisibleToAllUsersInput } from "../models/models_0";
|
|
14
|
+
export interface SetVisibleToAllUsersCommandInput
|
|
15
|
+
extends SetVisibleToAllUsersInput {}
|
|
16
|
+
export interface SetVisibleToAllUsersCommandOutput extends __MetadataBearer {}
|
|
17
|
+
|
|
18
|
+
export declare class SetVisibleToAllUsersCommand extends $Command<
|
|
19
|
+
SetVisibleToAllUsersCommandInput,
|
|
20
|
+
SetVisibleToAllUsersCommandOutput,
|
|
21
|
+
EMRClientResolvedConfig
|
|
22
|
+
> {
|
|
23
|
+
readonly input: SetVisibleToAllUsersCommandInput;
|
|
24
|
+
constructor(input: SetVisibleToAllUsersCommandInput);
|
|
25
|
+
|
|
26
|
+
resolveMiddleware(
|
|
27
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
28
|
+
configuration: EMRClientResolvedConfig,
|
|
29
|
+
options?: __HttpHandlerOptions
|
|
30
|
+
): Handler<
|
|
31
|
+
SetVisibleToAllUsersCommandInput,
|
|
32
|
+
SetVisibleToAllUsersCommandOutput
|
|
33
|
+
>;
|
|
34
|
+
private serialize;
|
|
35
|
+
private deserialize;
|
|
36
|
+
}
|
|
@@ -1,17 +1,41 @@
|
|
|
1
|
-
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
-
import {
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import {
|
|
3
|
+
Handler,
|
|
4
|
+
HttpHandlerOptions as __HttpHandlerOptions,
|
|
5
|
+
MetadataBearer as __MetadataBearer,
|
|
6
|
+
MiddlewareStack,
|
|
7
|
+
} from "@aws-sdk/types";
|
|
8
|
+
import {
|
|
9
|
+
EMRClientResolvedConfig,
|
|
10
|
+
ServiceInputTypes,
|
|
11
|
+
ServiceOutputTypes,
|
|
12
|
+
} from "../EMRClient";
|
|
13
|
+
import {
|
|
14
|
+
StartNotebookExecutionInput,
|
|
15
|
+
StartNotebookExecutionOutput,
|
|
16
|
+
} from "../models/models_0";
|
|
17
|
+
export interface StartNotebookExecutionCommandInput
|
|
18
|
+
extends StartNotebookExecutionInput {}
|
|
19
|
+
export interface StartNotebookExecutionCommandOutput
|
|
20
|
+
extends StartNotebookExecutionOutput,
|
|
21
|
+
__MetadataBearer {}
|
|
22
|
+
|
|
23
|
+
export declare class StartNotebookExecutionCommand extends $Command<
|
|
24
|
+
StartNotebookExecutionCommandInput,
|
|
25
|
+
StartNotebookExecutionCommandOutput,
|
|
26
|
+
EMRClientResolvedConfig
|
|
27
|
+
> {
|
|
28
|
+
readonly input: StartNotebookExecutionCommandInput;
|
|
29
|
+
constructor(input: StartNotebookExecutionCommandInput);
|
|
30
|
+
|
|
31
|
+
resolveMiddleware(
|
|
32
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
|
+
configuration: EMRClientResolvedConfig,
|
|
34
|
+
options?: __HttpHandlerOptions
|
|
35
|
+
): Handler<
|
|
36
|
+
StartNotebookExecutionCommandInput,
|
|
37
|
+
StartNotebookExecutionCommandOutput
|
|
38
|
+
>;
|
|
39
|
+
private serialize;
|
|
40
|
+
private deserialize;
|
|
41
|
+
}
|
|
@@ -1,17 +1,36 @@
|
|
|
1
|
-
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
-
import {
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import {
|
|
3
|
+
Handler,
|
|
4
|
+
HttpHandlerOptions as __HttpHandlerOptions,
|
|
5
|
+
MetadataBearer as __MetadataBearer,
|
|
6
|
+
MiddlewareStack,
|
|
7
|
+
} from "@aws-sdk/types";
|
|
8
|
+
import {
|
|
9
|
+
EMRClientResolvedConfig,
|
|
10
|
+
ServiceInputTypes,
|
|
11
|
+
ServiceOutputTypes,
|
|
12
|
+
} from "../EMRClient";
|
|
13
|
+
import { StopNotebookExecutionInput } from "../models/models_0";
|
|
14
|
+
export interface StopNotebookExecutionCommandInput
|
|
15
|
+
extends StopNotebookExecutionInput {}
|
|
16
|
+
export interface StopNotebookExecutionCommandOutput extends __MetadataBearer {}
|
|
17
|
+
|
|
18
|
+
export declare class StopNotebookExecutionCommand extends $Command<
|
|
19
|
+
StopNotebookExecutionCommandInput,
|
|
20
|
+
StopNotebookExecutionCommandOutput,
|
|
21
|
+
EMRClientResolvedConfig
|
|
22
|
+
> {
|
|
23
|
+
readonly input: StopNotebookExecutionCommandInput;
|
|
24
|
+
constructor(input: StopNotebookExecutionCommandInput);
|
|
25
|
+
|
|
26
|
+
resolveMiddleware(
|
|
27
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
28
|
+
configuration: EMRClientResolvedConfig,
|
|
29
|
+
options?: __HttpHandlerOptions
|
|
30
|
+
): Handler<
|
|
31
|
+
StopNotebookExecutionCommandInput,
|
|
32
|
+
StopNotebookExecutionCommandOutput
|
|
33
|
+
>;
|
|
34
|
+
private serialize;
|
|
35
|
+
private deserialize;
|
|
36
|
+
}
|
|
@@ -1,17 +1,32 @@
|
|
|
1
|
-
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
-
import {
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import {
|
|
3
|
+
Handler,
|
|
4
|
+
HttpHandlerOptions as __HttpHandlerOptions,
|
|
5
|
+
MetadataBearer as __MetadataBearer,
|
|
6
|
+
MiddlewareStack,
|
|
7
|
+
} from "@aws-sdk/types";
|
|
8
|
+
import {
|
|
9
|
+
EMRClientResolvedConfig,
|
|
10
|
+
ServiceInputTypes,
|
|
11
|
+
ServiceOutputTypes,
|
|
12
|
+
} from "../EMRClient";
|
|
13
|
+
import { TerminateJobFlowsInput } from "../models/models_0";
|
|
14
|
+
export interface TerminateJobFlowsCommandInput extends TerminateJobFlowsInput {}
|
|
15
|
+
export interface TerminateJobFlowsCommandOutput extends __MetadataBearer {}
|
|
16
|
+
|
|
17
|
+
export declare class TerminateJobFlowsCommand extends $Command<
|
|
18
|
+
TerminateJobFlowsCommandInput,
|
|
19
|
+
TerminateJobFlowsCommandOutput,
|
|
20
|
+
EMRClientResolvedConfig
|
|
21
|
+
> {
|
|
22
|
+
readonly input: TerminateJobFlowsCommandInput;
|
|
23
|
+
constructor(input: TerminateJobFlowsCommandInput);
|
|
24
|
+
|
|
25
|
+
resolveMiddleware(
|
|
26
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
27
|
+
configuration: EMRClientResolvedConfig,
|
|
28
|
+
options?: __HttpHandlerOptions
|
|
29
|
+
): Handler<TerminateJobFlowsCommandInput, TerminateJobFlowsCommandOutput>;
|
|
30
|
+
private serialize;
|
|
31
|
+
private deserialize;
|
|
32
|
+
}
|
|
@@ -1,17 +1,32 @@
|
|
|
1
|
-
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
-
import {
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import {
|
|
3
|
+
Handler,
|
|
4
|
+
HttpHandlerOptions as __HttpHandlerOptions,
|
|
5
|
+
MetadataBearer as __MetadataBearer,
|
|
6
|
+
MiddlewareStack,
|
|
7
|
+
} from "@aws-sdk/types";
|
|
8
|
+
import {
|
|
9
|
+
EMRClientResolvedConfig,
|
|
10
|
+
ServiceInputTypes,
|
|
11
|
+
ServiceOutputTypes,
|
|
12
|
+
} from "../EMRClient";
|
|
13
|
+
import { UpdateStudioInput } from "../models/models_0";
|
|
14
|
+
export interface UpdateStudioCommandInput extends UpdateStudioInput {}
|
|
15
|
+
export interface UpdateStudioCommandOutput extends __MetadataBearer {}
|
|
16
|
+
|
|
17
|
+
export declare class UpdateStudioCommand extends $Command<
|
|
18
|
+
UpdateStudioCommandInput,
|
|
19
|
+
UpdateStudioCommandOutput,
|
|
20
|
+
EMRClientResolvedConfig
|
|
21
|
+
> {
|
|
22
|
+
readonly input: UpdateStudioCommandInput;
|
|
23
|
+
constructor(input: UpdateStudioCommandInput);
|
|
24
|
+
|
|
25
|
+
resolveMiddleware(
|
|
26
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
27
|
+
configuration: EMRClientResolvedConfig,
|
|
28
|
+
options?: __HttpHandlerOptions
|
|
29
|
+
): Handler<UpdateStudioCommandInput, UpdateStudioCommandOutput>;
|
|
30
|
+
private serialize;
|
|
31
|
+
private deserialize;
|
|
32
|
+
}
|
|
@@ -1,17 +1,37 @@
|
|
|
1
|
-
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
-
import {
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
}
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import {
|
|
3
|
+
Handler,
|
|
4
|
+
HttpHandlerOptions as __HttpHandlerOptions,
|
|
5
|
+
MetadataBearer as __MetadataBearer,
|
|
6
|
+
MiddlewareStack,
|
|
7
|
+
} from "@aws-sdk/types";
|
|
8
|
+
import {
|
|
9
|
+
EMRClientResolvedConfig,
|
|
10
|
+
ServiceInputTypes,
|
|
11
|
+
ServiceOutputTypes,
|
|
12
|
+
} from "../EMRClient";
|
|
13
|
+
import { UpdateStudioSessionMappingInput } from "../models/models_0";
|
|
14
|
+
export interface UpdateStudioSessionMappingCommandInput
|
|
15
|
+
extends UpdateStudioSessionMappingInput {}
|
|
16
|
+
export interface UpdateStudioSessionMappingCommandOutput
|
|
17
|
+
extends __MetadataBearer {}
|
|
18
|
+
|
|
19
|
+
export declare class UpdateStudioSessionMappingCommand extends $Command<
|
|
20
|
+
UpdateStudioSessionMappingCommandInput,
|
|
21
|
+
UpdateStudioSessionMappingCommandOutput,
|
|
22
|
+
EMRClientResolvedConfig
|
|
23
|
+
> {
|
|
24
|
+
readonly input: UpdateStudioSessionMappingCommandInput;
|
|
25
|
+
constructor(input: UpdateStudioSessionMappingCommandInput);
|
|
26
|
+
|
|
27
|
+
resolveMiddleware(
|
|
28
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
29
|
+
configuration: EMRClientResolvedConfig,
|
|
30
|
+
options?: __HttpHandlerOptions
|
|
31
|
+
): Handler<
|
|
32
|
+
UpdateStudioSessionMappingCommandInput,
|
|
33
|
+
UpdateStudioSessionMappingCommandOutput
|
|
34
|
+
>;
|
|
35
|
+
private serialize;
|
|
36
|
+
private deserialize;
|
|
37
|
+
}
|
|
@@ -1,52 +1,52 @@
|
|
|
1
|
-
export * from "./AddInstanceFleetCommand";
|
|
2
|
-
export * from "./AddInstanceGroupsCommand";
|
|
3
|
-
export * from "./AddJobFlowStepsCommand";
|
|
4
|
-
export * from "./AddTagsCommand";
|
|
5
|
-
export * from "./CancelStepsCommand";
|
|
6
|
-
export * from "./CreateSecurityConfigurationCommand";
|
|
7
|
-
export * from "./CreateStudioCommand";
|
|
8
|
-
export * from "./CreateStudioSessionMappingCommand";
|
|
9
|
-
export * from "./DeleteSecurityConfigurationCommand";
|
|
10
|
-
export * from "./DeleteStudioCommand";
|
|
11
|
-
export * from "./DeleteStudioSessionMappingCommand";
|
|
12
|
-
export * from "./DescribeClusterCommand";
|
|
13
|
-
export * from "./DescribeJobFlowsCommand";
|
|
14
|
-
export * from "./DescribeNotebookExecutionCommand";
|
|
15
|
-
export * from "./DescribeReleaseLabelCommand";
|
|
16
|
-
export * from "./DescribeSecurityConfigurationCommand";
|
|
17
|
-
export * from "./DescribeStepCommand";
|
|
18
|
-
export * from "./DescribeStudioCommand";
|
|
19
|
-
export * from "./GetAutoTerminationPolicyCommand";
|
|
20
|
-
export * from "./GetBlockPublicAccessConfigurationCommand";
|
|
21
|
-
export * from "./GetManagedScalingPolicyCommand";
|
|
22
|
-
export * from "./GetStudioSessionMappingCommand";
|
|
23
|
-
export * from "./ListBootstrapActionsCommand";
|
|
24
|
-
export * from "./ListClustersCommand";
|
|
25
|
-
export * from "./ListInstanceFleetsCommand";
|
|
26
|
-
export * from "./ListInstanceGroupsCommand";
|
|
27
|
-
export * from "./ListInstancesCommand";
|
|
28
|
-
export * from "./ListNotebookExecutionsCommand";
|
|
29
|
-
export * from "./ListReleaseLabelsCommand";
|
|
30
|
-
export * from "./ListSecurityConfigurationsCommand";
|
|
31
|
-
export * from "./ListStepsCommand";
|
|
32
|
-
export * from "./ListStudioSessionMappingsCommand";
|
|
33
|
-
export * from "./ListStudiosCommand";
|
|
34
|
-
export * from "./ModifyClusterCommand";
|
|
35
|
-
export * from "./ModifyInstanceFleetCommand";
|
|
36
|
-
export * from "./ModifyInstanceGroupsCommand";
|
|
37
|
-
export * from "./PutAutoScalingPolicyCommand";
|
|
38
|
-
export * from "./PutAutoTerminationPolicyCommand";
|
|
39
|
-
export * from "./PutBlockPublicAccessConfigurationCommand";
|
|
40
|
-
export * from "./PutManagedScalingPolicyCommand";
|
|
41
|
-
export * from "./RemoveAutoScalingPolicyCommand";
|
|
42
|
-
export * from "./RemoveAutoTerminationPolicyCommand";
|
|
43
|
-
export * from "./RemoveManagedScalingPolicyCommand";
|
|
44
|
-
export * from "./RemoveTagsCommand";
|
|
45
|
-
export * from "./RunJobFlowCommand";
|
|
46
|
-
export * from "./SetTerminationProtectionCommand";
|
|
47
|
-
export * from "./SetVisibleToAllUsersCommand";
|
|
48
|
-
export * from "./StartNotebookExecutionCommand";
|
|
49
|
-
export * from "./StopNotebookExecutionCommand";
|
|
50
|
-
export * from "./TerminateJobFlowsCommand";
|
|
51
|
-
export * from "./UpdateStudioCommand";
|
|
52
|
-
export * from "./UpdateStudioSessionMappingCommand";
|
|
1
|
+
export * from "./AddInstanceFleetCommand";
|
|
2
|
+
export * from "./AddInstanceGroupsCommand";
|
|
3
|
+
export * from "./AddJobFlowStepsCommand";
|
|
4
|
+
export * from "./AddTagsCommand";
|
|
5
|
+
export * from "./CancelStepsCommand";
|
|
6
|
+
export * from "./CreateSecurityConfigurationCommand";
|
|
7
|
+
export * from "./CreateStudioCommand";
|
|
8
|
+
export * from "./CreateStudioSessionMappingCommand";
|
|
9
|
+
export * from "./DeleteSecurityConfigurationCommand";
|
|
10
|
+
export * from "./DeleteStudioCommand";
|
|
11
|
+
export * from "./DeleteStudioSessionMappingCommand";
|
|
12
|
+
export * from "./DescribeClusterCommand";
|
|
13
|
+
export * from "./DescribeJobFlowsCommand";
|
|
14
|
+
export * from "./DescribeNotebookExecutionCommand";
|
|
15
|
+
export * from "./DescribeReleaseLabelCommand";
|
|
16
|
+
export * from "./DescribeSecurityConfigurationCommand";
|
|
17
|
+
export * from "./DescribeStepCommand";
|
|
18
|
+
export * from "./DescribeStudioCommand";
|
|
19
|
+
export * from "./GetAutoTerminationPolicyCommand";
|
|
20
|
+
export * from "./GetBlockPublicAccessConfigurationCommand";
|
|
21
|
+
export * from "./GetManagedScalingPolicyCommand";
|
|
22
|
+
export * from "./GetStudioSessionMappingCommand";
|
|
23
|
+
export * from "./ListBootstrapActionsCommand";
|
|
24
|
+
export * from "./ListClustersCommand";
|
|
25
|
+
export * from "./ListInstanceFleetsCommand";
|
|
26
|
+
export * from "./ListInstanceGroupsCommand";
|
|
27
|
+
export * from "./ListInstancesCommand";
|
|
28
|
+
export * from "./ListNotebookExecutionsCommand";
|
|
29
|
+
export * from "./ListReleaseLabelsCommand";
|
|
30
|
+
export * from "./ListSecurityConfigurationsCommand";
|
|
31
|
+
export * from "./ListStepsCommand";
|
|
32
|
+
export * from "./ListStudioSessionMappingsCommand";
|
|
33
|
+
export * from "./ListStudiosCommand";
|
|
34
|
+
export * from "./ModifyClusterCommand";
|
|
35
|
+
export * from "./ModifyInstanceFleetCommand";
|
|
36
|
+
export * from "./ModifyInstanceGroupsCommand";
|
|
37
|
+
export * from "./PutAutoScalingPolicyCommand";
|
|
38
|
+
export * from "./PutAutoTerminationPolicyCommand";
|
|
39
|
+
export * from "./PutBlockPublicAccessConfigurationCommand";
|
|
40
|
+
export * from "./PutManagedScalingPolicyCommand";
|
|
41
|
+
export * from "./RemoveAutoScalingPolicyCommand";
|
|
42
|
+
export * from "./RemoveAutoTerminationPolicyCommand";
|
|
43
|
+
export * from "./RemoveManagedScalingPolicyCommand";
|
|
44
|
+
export * from "./RemoveTagsCommand";
|
|
45
|
+
export * from "./RunJobFlowCommand";
|
|
46
|
+
export * from "./SetTerminationProtectionCommand";
|
|
47
|
+
export * from "./SetVisibleToAllUsersCommand";
|
|
48
|
+
export * from "./StartNotebookExecutionCommand";
|
|
49
|
+
export * from "./StopNotebookExecutionCommand";
|
|
50
|
+
export * from "./TerminateJobFlowsCommand";
|
|
51
|
+
export * from "./UpdateStudioCommand";
|
|
52
|
+
export * from "./UpdateStudioSessionMappingCommand";
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import { RegionInfoProvider } from "@aws-sdk/types";
|
|
2
|
-
export declare const defaultRegionInfoProvider: RegionInfoProvider;
|
|
1
|
+
import { RegionInfoProvider } from "@aws-sdk/types";
|
|
2
|
+
export declare const defaultRegionInfoProvider: RegionInfoProvider;
|
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
export * from "./EMR";
|
|
2
|
-
export * from "./EMRClient";
|
|
3
|
-
export * from "./commands";
|
|
4
|
-
export * from "./models";
|
|
5
|
-
export * from "./pagination";
|
|
6
|
-
export * from "./waiters";
|
|
7
|
-
export { EMRServiceException } from "./models/EMRServiceException";
|
|
1
|
+
export * from "./EMR";
|
|
2
|
+
export * from "./EMRClient";
|
|
3
|
+
export * from "./commands";
|
|
4
|
+
export * from "./models";
|
|
5
|
+
export * from "./pagination";
|
|
6
|
+
export * from "./waiters";
|
|
7
|
+
export { EMRServiceException } from "./models/EMRServiceException";
|
|
@@ -1,6 +1,8 @@
|
|
|
1
|
-
import {
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
1
|
+
import {
|
|
2
|
+
ServiceException as __ServiceException,
|
|
3
|
+
ServiceExceptionOptions as __ServiceExceptionOptions,
|
|
4
|
+
} from "@aws-sdk/smithy-client";
|
|
5
|
+
|
|
6
|
+
export declare class EMRServiceException extends __ServiceException {
|
|
7
|
+
constructor(options: __ServiceExceptionOptions);
|
|
8
|
+
}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export * from "./models_0";
|
|
1
|
+
export * from "./models_0";
|