@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 {
|
|
14
|
+
DescribeJobFlowsInput,
|
|
15
|
+
DescribeJobFlowsOutput,
|
|
16
|
+
} from "../models/models_0";
|
|
17
|
+
export interface DescribeJobFlowsCommandInput extends DescribeJobFlowsInput {}
|
|
18
|
+
export interface DescribeJobFlowsCommandOutput
|
|
19
|
+
extends DescribeJobFlowsOutput,
|
|
20
|
+
__MetadataBearer {}
|
|
21
|
+
|
|
22
|
+
export declare class DescribeJobFlowsCommand extends $Command<
|
|
23
|
+
DescribeJobFlowsCommandInput,
|
|
24
|
+
DescribeJobFlowsCommandOutput,
|
|
25
|
+
EMRClientResolvedConfig
|
|
26
|
+
> {
|
|
27
|
+
readonly input: DescribeJobFlowsCommandInput;
|
|
28
|
+
constructor(input: DescribeJobFlowsCommandInput);
|
|
29
|
+
|
|
30
|
+
resolveMiddleware(
|
|
31
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
32
|
+
configuration: EMRClientResolvedConfig,
|
|
33
|
+
options?: __HttpHandlerOptions
|
|
34
|
+
): Handler<DescribeJobFlowsCommandInput, DescribeJobFlowsCommandOutput>;
|
|
35
|
+
private serialize;
|
|
36
|
+
private deserialize;
|
|
37
|
+
}
|
|
@@ -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
|
+
DescribeNotebookExecutionInput,
|
|
15
|
+
DescribeNotebookExecutionOutput,
|
|
16
|
+
} from "../models/models_0";
|
|
17
|
+
export interface DescribeNotebookExecutionCommandInput
|
|
18
|
+
extends DescribeNotebookExecutionInput {}
|
|
19
|
+
export interface DescribeNotebookExecutionCommandOutput
|
|
20
|
+
extends DescribeNotebookExecutionOutput,
|
|
21
|
+
__MetadataBearer {}
|
|
22
|
+
|
|
23
|
+
export declare class DescribeNotebookExecutionCommand extends $Command<
|
|
24
|
+
DescribeNotebookExecutionCommandInput,
|
|
25
|
+
DescribeNotebookExecutionCommandOutput,
|
|
26
|
+
EMRClientResolvedConfig
|
|
27
|
+
> {
|
|
28
|
+
readonly input: DescribeNotebookExecutionCommandInput;
|
|
29
|
+
constructor(input: DescribeNotebookExecutionCommandInput);
|
|
30
|
+
|
|
31
|
+
resolveMiddleware(
|
|
32
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
|
+
configuration: EMRClientResolvedConfig,
|
|
34
|
+
options?: __HttpHandlerOptions
|
|
35
|
+
): Handler<
|
|
36
|
+
DescribeNotebookExecutionCommandInput,
|
|
37
|
+
DescribeNotebookExecutionCommandOutput
|
|
38
|
+
>;
|
|
39
|
+
private serialize;
|
|
40
|
+
private deserialize;
|
|
41
|
+
}
|
|
@@ -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
|
+
DescribeReleaseLabelInput,
|
|
15
|
+
DescribeReleaseLabelOutput,
|
|
16
|
+
} from "../models/models_0";
|
|
17
|
+
export interface DescribeReleaseLabelCommandInput
|
|
18
|
+
extends DescribeReleaseLabelInput {}
|
|
19
|
+
export interface DescribeReleaseLabelCommandOutput
|
|
20
|
+
extends DescribeReleaseLabelOutput,
|
|
21
|
+
__MetadataBearer {}
|
|
22
|
+
|
|
23
|
+
export declare class DescribeReleaseLabelCommand extends $Command<
|
|
24
|
+
DescribeReleaseLabelCommandInput,
|
|
25
|
+
DescribeReleaseLabelCommandOutput,
|
|
26
|
+
EMRClientResolvedConfig
|
|
27
|
+
> {
|
|
28
|
+
readonly input: DescribeReleaseLabelCommandInput;
|
|
29
|
+
constructor(input: DescribeReleaseLabelCommandInput);
|
|
30
|
+
|
|
31
|
+
resolveMiddleware(
|
|
32
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
|
+
configuration: EMRClientResolvedConfig,
|
|
34
|
+
options?: __HttpHandlerOptions
|
|
35
|
+
): Handler<
|
|
36
|
+
DescribeReleaseLabelCommandInput,
|
|
37
|
+
DescribeReleaseLabelCommandOutput
|
|
38
|
+
>;
|
|
39
|
+
private serialize;
|
|
40
|
+
private deserialize;
|
|
41
|
+
}
|
|
@@ -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
|
+
DescribeSecurityConfigurationInput,
|
|
15
|
+
DescribeSecurityConfigurationOutput,
|
|
16
|
+
} from "../models/models_0";
|
|
17
|
+
export interface DescribeSecurityConfigurationCommandInput
|
|
18
|
+
extends DescribeSecurityConfigurationInput {}
|
|
19
|
+
export interface DescribeSecurityConfigurationCommandOutput
|
|
20
|
+
extends DescribeSecurityConfigurationOutput,
|
|
21
|
+
__MetadataBearer {}
|
|
22
|
+
|
|
23
|
+
export declare class DescribeSecurityConfigurationCommand extends $Command<
|
|
24
|
+
DescribeSecurityConfigurationCommandInput,
|
|
25
|
+
DescribeSecurityConfigurationCommandOutput,
|
|
26
|
+
EMRClientResolvedConfig
|
|
27
|
+
> {
|
|
28
|
+
readonly input: DescribeSecurityConfigurationCommandInput;
|
|
29
|
+
constructor(input: DescribeSecurityConfigurationCommandInput);
|
|
30
|
+
|
|
31
|
+
resolveMiddleware(
|
|
32
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
|
+
configuration: EMRClientResolvedConfig,
|
|
34
|
+
options?: __HttpHandlerOptions
|
|
35
|
+
): Handler<
|
|
36
|
+
DescribeSecurityConfigurationCommandInput,
|
|
37
|
+
DescribeSecurityConfigurationCommandOutput
|
|
38
|
+
>;
|
|
39
|
+
private serialize;
|
|
40
|
+
private deserialize;
|
|
41
|
+
}
|
|
@@ -1,17 +1,34 @@
|
|
|
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 { DescribeStepInput, DescribeStepOutput } from "../models/models_0";
|
|
14
|
+
export interface DescribeStepCommandInput extends DescribeStepInput {}
|
|
15
|
+
export interface DescribeStepCommandOutput
|
|
16
|
+
extends DescribeStepOutput,
|
|
17
|
+
__MetadataBearer {}
|
|
18
|
+
|
|
19
|
+
export declare class DescribeStepCommand extends $Command<
|
|
20
|
+
DescribeStepCommandInput,
|
|
21
|
+
DescribeStepCommandOutput,
|
|
22
|
+
EMRClientResolvedConfig
|
|
23
|
+
> {
|
|
24
|
+
readonly input: DescribeStepCommandInput;
|
|
25
|
+
constructor(input: DescribeStepCommandInput);
|
|
26
|
+
|
|
27
|
+
resolveMiddleware(
|
|
28
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
29
|
+
configuration: EMRClientResolvedConfig,
|
|
30
|
+
options?: __HttpHandlerOptions
|
|
31
|
+
): Handler<DescribeStepCommandInput, DescribeStepCommandOutput>;
|
|
32
|
+
private serialize;
|
|
33
|
+
private deserialize;
|
|
34
|
+
}
|
|
@@ -1,17 +1,34 @@
|
|
|
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 { DescribeStudioInput, DescribeStudioOutput } from "../models/models_0";
|
|
14
|
+
export interface DescribeStudioCommandInput extends DescribeStudioInput {}
|
|
15
|
+
export interface DescribeStudioCommandOutput
|
|
16
|
+
extends DescribeStudioOutput,
|
|
17
|
+
__MetadataBearer {}
|
|
18
|
+
|
|
19
|
+
export declare class DescribeStudioCommand extends $Command<
|
|
20
|
+
DescribeStudioCommandInput,
|
|
21
|
+
DescribeStudioCommandOutput,
|
|
22
|
+
EMRClientResolvedConfig
|
|
23
|
+
> {
|
|
24
|
+
readonly input: DescribeStudioCommandInput;
|
|
25
|
+
constructor(input: DescribeStudioCommandInput);
|
|
26
|
+
|
|
27
|
+
resolveMiddleware(
|
|
28
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
29
|
+
configuration: EMRClientResolvedConfig,
|
|
30
|
+
options?: __HttpHandlerOptions
|
|
31
|
+
): Handler<DescribeStudioCommandInput, DescribeStudioCommandOutput>;
|
|
32
|
+
private serialize;
|
|
33
|
+
private deserialize;
|
|
34
|
+
}
|
|
@@ -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
|
+
GetAutoTerminationPolicyInput,
|
|
15
|
+
GetAutoTerminationPolicyOutput,
|
|
16
|
+
} from "../models/models_0";
|
|
17
|
+
export interface GetAutoTerminationPolicyCommandInput
|
|
18
|
+
extends GetAutoTerminationPolicyInput {}
|
|
19
|
+
export interface GetAutoTerminationPolicyCommandOutput
|
|
20
|
+
extends GetAutoTerminationPolicyOutput,
|
|
21
|
+
__MetadataBearer {}
|
|
22
|
+
|
|
23
|
+
export declare class GetAutoTerminationPolicyCommand extends $Command<
|
|
24
|
+
GetAutoTerminationPolicyCommandInput,
|
|
25
|
+
GetAutoTerminationPolicyCommandOutput,
|
|
26
|
+
EMRClientResolvedConfig
|
|
27
|
+
> {
|
|
28
|
+
readonly input: GetAutoTerminationPolicyCommandInput;
|
|
29
|
+
constructor(input: GetAutoTerminationPolicyCommandInput);
|
|
30
|
+
|
|
31
|
+
resolveMiddleware(
|
|
32
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
|
+
configuration: EMRClientResolvedConfig,
|
|
34
|
+
options?: __HttpHandlerOptions
|
|
35
|
+
): Handler<
|
|
36
|
+
GetAutoTerminationPolicyCommandInput,
|
|
37
|
+
GetAutoTerminationPolicyCommandOutput
|
|
38
|
+
>;
|
|
39
|
+
private serialize;
|
|
40
|
+
private deserialize;
|
|
41
|
+
}
|
|
@@ -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
|
+
GetBlockPublicAccessConfigurationInput,
|
|
15
|
+
GetBlockPublicAccessConfigurationOutput,
|
|
16
|
+
} from "../models/models_0";
|
|
17
|
+
export interface GetBlockPublicAccessConfigurationCommandInput
|
|
18
|
+
extends GetBlockPublicAccessConfigurationInput {}
|
|
19
|
+
export interface GetBlockPublicAccessConfigurationCommandOutput
|
|
20
|
+
extends GetBlockPublicAccessConfigurationOutput,
|
|
21
|
+
__MetadataBearer {}
|
|
22
|
+
|
|
23
|
+
export declare class GetBlockPublicAccessConfigurationCommand extends $Command<
|
|
24
|
+
GetBlockPublicAccessConfigurationCommandInput,
|
|
25
|
+
GetBlockPublicAccessConfigurationCommandOutput,
|
|
26
|
+
EMRClientResolvedConfig
|
|
27
|
+
> {
|
|
28
|
+
readonly input: GetBlockPublicAccessConfigurationCommandInput;
|
|
29
|
+
constructor(input: GetBlockPublicAccessConfigurationCommandInput);
|
|
30
|
+
|
|
31
|
+
resolveMiddleware(
|
|
32
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
|
+
configuration: EMRClientResolvedConfig,
|
|
34
|
+
options?: __HttpHandlerOptions
|
|
35
|
+
): Handler<
|
|
36
|
+
GetBlockPublicAccessConfigurationCommandInput,
|
|
37
|
+
GetBlockPublicAccessConfigurationCommandOutput
|
|
38
|
+
>;
|
|
39
|
+
private serialize;
|
|
40
|
+
private deserialize;
|
|
41
|
+
}
|
|
@@ -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
|
+
GetManagedScalingPolicyInput,
|
|
15
|
+
GetManagedScalingPolicyOutput,
|
|
16
|
+
} from "../models/models_0";
|
|
17
|
+
export interface GetManagedScalingPolicyCommandInput
|
|
18
|
+
extends GetManagedScalingPolicyInput {}
|
|
19
|
+
export interface GetManagedScalingPolicyCommandOutput
|
|
20
|
+
extends GetManagedScalingPolicyOutput,
|
|
21
|
+
__MetadataBearer {}
|
|
22
|
+
|
|
23
|
+
export declare class GetManagedScalingPolicyCommand extends $Command<
|
|
24
|
+
GetManagedScalingPolicyCommandInput,
|
|
25
|
+
GetManagedScalingPolicyCommandOutput,
|
|
26
|
+
EMRClientResolvedConfig
|
|
27
|
+
> {
|
|
28
|
+
readonly input: GetManagedScalingPolicyCommandInput;
|
|
29
|
+
constructor(input: GetManagedScalingPolicyCommandInput);
|
|
30
|
+
|
|
31
|
+
resolveMiddleware(
|
|
32
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
|
+
configuration: EMRClientResolvedConfig,
|
|
34
|
+
options?: __HttpHandlerOptions
|
|
35
|
+
): Handler<
|
|
36
|
+
GetManagedScalingPolicyCommandInput,
|
|
37
|
+
GetManagedScalingPolicyCommandOutput
|
|
38
|
+
>;
|
|
39
|
+
private serialize;
|
|
40
|
+
private deserialize;
|
|
41
|
+
}
|
|
@@ -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
|
+
GetStudioSessionMappingInput,
|
|
15
|
+
GetStudioSessionMappingOutput,
|
|
16
|
+
} from "../models/models_0";
|
|
17
|
+
export interface GetStudioSessionMappingCommandInput
|
|
18
|
+
extends GetStudioSessionMappingInput {}
|
|
19
|
+
export interface GetStudioSessionMappingCommandOutput
|
|
20
|
+
extends GetStudioSessionMappingOutput,
|
|
21
|
+
__MetadataBearer {}
|
|
22
|
+
|
|
23
|
+
export declare class GetStudioSessionMappingCommand extends $Command<
|
|
24
|
+
GetStudioSessionMappingCommandInput,
|
|
25
|
+
GetStudioSessionMappingCommandOutput,
|
|
26
|
+
EMRClientResolvedConfig
|
|
27
|
+
> {
|
|
28
|
+
readonly input: GetStudioSessionMappingCommandInput;
|
|
29
|
+
constructor(input: GetStudioSessionMappingCommandInput);
|
|
30
|
+
|
|
31
|
+
resolveMiddleware(
|
|
32
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
|
+
configuration: EMRClientResolvedConfig,
|
|
34
|
+
options?: __HttpHandlerOptions
|
|
35
|
+
): Handler<
|
|
36
|
+
GetStudioSessionMappingCommandInput,
|
|
37
|
+
GetStudioSessionMappingCommandOutput
|
|
38
|
+
>;
|
|
39
|
+
private serialize;
|
|
40
|
+
private deserialize;
|
|
41
|
+
}
|
|
@@ -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
|
+
ListBootstrapActionsInput,
|
|
15
|
+
ListBootstrapActionsOutput,
|
|
16
|
+
} from "../models/models_0";
|
|
17
|
+
export interface ListBootstrapActionsCommandInput
|
|
18
|
+
extends ListBootstrapActionsInput {}
|
|
19
|
+
export interface ListBootstrapActionsCommandOutput
|
|
20
|
+
extends ListBootstrapActionsOutput,
|
|
21
|
+
__MetadataBearer {}
|
|
22
|
+
|
|
23
|
+
export declare class ListBootstrapActionsCommand extends $Command<
|
|
24
|
+
ListBootstrapActionsCommandInput,
|
|
25
|
+
ListBootstrapActionsCommandOutput,
|
|
26
|
+
EMRClientResolvedConfig
|
|
27
|
+
> {
|
|
28
|
+
readonly input: ListBootstrapActionsCommandInput;
|
|
29
|
+
constructor(input: ListBootstrapActionsCommandInput);
|
|
30
|
+
|
|
31
|
+
resolveMiddleware(
|
|
32
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
|
+
configuration: EMRClientResolvedConfig,
|
|
34
|
+
options?: __HttpHandlerOptions
|
|
35
|
+
): Handler<
|
|
36
|
+
ListBootstrapActionsCommandInput,
|
|
37
|
+
ListBootstrapActionsCommandOutput
|
|
38
|
+
>;
|
|
39
|
+
private serialize;
|
|
40
|
+
private deserialize;
|
|
41
|
+
}
|