@aws-sdk/client-emr 3.50.0 → 3.51.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 +8 -0
- package/dist-types/ts3.4/EMR.d.ts +265 -0
- package/dist-types/ts3.4/EMRClient.d.ts +125 -0
- package/dist-types/ts3.4/commands/AddInstanceFleetCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/AddInstanceGroupsCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/AddJobFlowStepsCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/AddTagsCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/CancelStepsCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/CreateSecurityConfigurationCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/CreateStudioCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/CreateStudioSessionMappingCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DeleteSecurityConfigurationCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DeleteStudioCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DeleteStudioSessionMappingCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DescribeClusterCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DescribeJobFlowsCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DescribeNotebookExecutionCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DescribeReleaseLabelCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DescribeSecurityConfigurationCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DescribeStepCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DescribeStudioCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/GetAutoTerminationPolicyCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/GetBlockPublicAccessConfigurationCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/GetManagedScalingPolicyCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/GetStudioSessionMappingCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/ListBootstrapActionsCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/ListClustersCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/ListInstanceFleetsCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/ListInstanceGroupsCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/ListInstancesCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/ListNotebookExecutionsCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/ListReleaseLabelsCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/ListSecurityConfigurationsCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/ListStepsCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/ListStudioSessionMappingsCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/ListStudiosCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/ModifyClusterCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/ModifyInstanceFleetCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/ModifyInstanceGroupsCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/PutAutoScalingPolicyCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/PutAutoTerminationPolicyCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/PutBlockPublicAccessConfigurationCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/PutManagedScalingPolicyCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/RemoveAutoScalingPolicyCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/RemoveAutoTerminationPolicyCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/RemoveManagedScalingPolicyCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/RemoveTagsCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/RunJobFlowCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/SetTerminationProtectionCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/SetVisibleToAllUsersCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/StartNotebookExecutionCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/StopNotebookExecutionCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/TerminateJobFlowsCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/UpdateStudioCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/UpdateStudioSessionMappingCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/index.d.ts +52 -0
- package/dist-types/ts3.4/endpoints.d.ts +2 -0
- package/dist-types/ts3.4/index.d.ts +6 -0
- package/dist-types/ts3.4/models/index.d.ts +1 -0
- package/dist-types/ts3.4/models/models_0.d.ts +2805 -0
- package/dist-types/ts3.4/pagination/Interfaces.d.ts +6 -0
- package/dist-types/ts3.4/pagination/ListBootstrapActionsPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/ListClustersPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/ListInstanceFleetsPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/ListInstanceGroupsPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/ListInstancesPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/ListNotebookExecutionsPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/ListReleaseLabelsPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/ListSecurityConfigurationsPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/ListStepsPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/ListStudioSessionMappingsPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/ListStudiosPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/index.d.ts +12 -0
- package/dist-types/ts3.4/protocols/Aws_json1_1.d.ts +158 -0
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +38 -0
- package/dist-types/ts3.4/runtimeConfig.d.ts +38 -0
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +37 -0
- package/dist-types/ts3.4/runtimeConfig.shared.d.ts +11 -0
- package/dist-types/ts3.4/waiters/index.d.ts +3 -0
- package/dist-types/ts3.4/waiters/waitForClusterRunning.d.ts +7 -0
- package/dist-types/ts3.4/waiters/waitForClusterTerminated.d.ts +7 -0
- package/dist-types/ts3.4/waiters/waitForStepComplete.d.ts +7 -0
- package/package.json +8 -8
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
3
|
+
import { EMRClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../EMRClient";
|
|
4
|
+
import { DeleteStudioSessionMappingInput } from "../models/models_0";
|
|
5
|
+
export interface DeleteStudioSessionMappingCommandInput extends DeleteStudioSessionMappingInput {
|
|
6
|
+
}
|
|
7
|
+
export interface DeleteStudioSessionMappingCommandOutput extends __MetadataBearer {
|
|
8
|
+
}
|
|
9
|
+
|
|
10
|
+
export declare class DeleteStudioSessionMappingCommand extends $Command<DeleteStudioSessionMappingCommandInput, DeleteStudioSessionMappingCommandOutput, EMRClientResolvedConfig> {
|
|
11
|
+
readonly input: DeleteStudioSessionMappingCommandInput;
|
|
12
|
+
constructor(input: DeleteStudioSessionMappingCommandInput);
|
|
13
|
+
|
|
14
|
+
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: EMRClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DeleteStudioSessionMappingCommandInput, DeleteStudioSessionMappingCommandOutput>;
|
|
15
|
+
private serialize;
|
|
16
|
+
private deserialize;
|
|
17
|
+
}
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
3
|
+
import { EMRClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../EMRClient";
|
|
4
|
+
import { DescribeClusterInput, DescribeClusterOutput } from "../models/models_0";
|
|
5
|
+
export interface DescribeClusterCommandInput extends DescribeClusterInput {
|
|
6
|
+
}
|
|
7
|
+
export interface DescribeClusterCommandOutput extends DescribeClusterOutput, __MetadataBearer {
|
|
8
|
+
}
|
|
9
|
+
|
|
10
|
+
export declare class DescribeClusterCommand extends $Command<DescribeClusterCommandInput, DescribeClusterCommandOutput, EMRClientResolvedConfig> {
|
|
11
|
+
readonly input: DescribeClusterCommandInput;
|
|
12
|
+
constructor(input: DescribeClusterCommandInput);
|
|
13
|
+
|
|
14
|
+
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: EMRClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DescribeClusterCommandInput, DescribeClusterCommandOutput>;
|
|
15
|
+
private serialize;
|
|
16
|
+
private deserialize;
|
|
17
|
+
}
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
3
|
+
import { EMRClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../EMRClient";
|
|
4
|
+
import { DescribeJobFlowsInput, DescribeJobFlowsOutput } from "../models/models_0";
|
|
5
|
+
export interface DescribeJobFlowsCommandInput extends DescribeJobFlowsInput {
|
|
6
|
+
}
|
|
7
|
+
export interface DescribeJobFlowsCommandOutput extends DescribeJobFlowsOutput, __MetadataBearer {
|
|
8
|
+
}
|
|
9
|
+
|
|
10
|
+
export declare class DescribeJobFlowsCommand extends $Command<DescribeJobFlowsCommandInput, DescribeJobFlowsCommandOutput, EMRClientResolvedConfig> {
|
|
11
|
+
readonly input: DescribeJobFlowsCommandInput;
|
|
12
|
+
constructor(input: DescribeJobFlowsCommandInput);
|
|
13
|
+
|
|
14
|
+
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: EMRClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DescribeJobFlowsCommandInput, DescribeJobFlowsCommandOutput>;
|
|
15
|
+
private serialize;
|
|
16
|
+
private deserialize;
|
|
17
|
+
}
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
3
|
+
import { EMRClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../EMRClient";
|
|
4
|
+
import { DescribeNotebookExecutionInput, DescribeNotebookExecutionOutput } from "../models/models_0";
|
|
5
|
+
export interface DescribeNotebookExecutionCommandInput extends DescribeNotebookExecutionInput {
|
|
6
|
+
}
|
|
7
|
+
export interface DescribeNotebookExecutionCommandOutput extends DescribeNotebookExecutionOutput, __MetadataBearer {
|
|
8
|
+
}
|
|
9
|
+
|
|
10
|
+
export declare class DescribeNotebookExecutionCommand extends $Command<DescribeNotebookExecutionCommandInput, DescribeNotebookExecutionCommandOutput, EMRClientResolvedConfig> {
|
|
11
|
+
readonly input: DescribeNotebookExecutionCommandInput;
|
|
12
|
+
constructor(input: DescribeNotebookExecutionCommandInput);
|
|
13
|
+
|
|
14
|
+
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: EMRClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DescribeNotebookExecutionCommandInput, DescribeNotebookExecutionCommandOutput>;
|
|
15
|
+
private serialize;
|
|
16
|
+
private deserialize;
|
|
17
|
+
}
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
3
|
+
import { EMRClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../EMRClient";
|
|
4
|
+
import { DescribeReleaseLabelInput, DescribeReleaseLabelOutput } from "../models/models_0";
|
|
5
|
+
export interface DescribeReleaseLabelCommandInput extends DescribeReleaseLabelInput {
|
|
6
|
+
}
|
|
7
|
+
export interface DescribeReleaseLabelCommandOutput extends DescribeReleaseLabelOutput, __MetadataBearer {
|
|
8
|
+
}
|
|
9
|
+
|
|
10
|
+
export declare class DescribeReleaseLabelCommand extends $Command<DescribeReleaseLabelCommandInput, DescribeReleaseLabelCommandOutput, EMRClientResolvedConfig> {
|
|
11
|
+
readonly input: DescribeReleaseLabelCommandInput;
|
|
12
|
+
constructor(input: DescribeReleaseLabelCommandInput);
|
|
13
|
+
|
|
14
|
+
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: EMRClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DescribeReleaseLabelCommandInput, DescribeReleaseLabelCommandOutput>;
|
|
15
|
+
private serialize;
|
|
16
|
+
private deserialize;
|
|
17
|
+
}
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
3
|
+
import { EMRClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../EMRClient";
|
|
4
|
+
import { DescribeSecurityConfigurationInput, DescribeSecurityConfigurationOutput } from "../models/models_0";
|
|
5
|
+
export interface DescribeSecurityConfigurationCommandInput extends DescribeSecurityConfigurationInput {
|
|
6
|
+
}
|
|
7
|
+
export interface DescribeSecurityConfigurationCommandOutput extends DescribeSecurityConfigurationOutput, __MetadataBearer {
|
|
8
|
+
}
|
|
9
|
+
|
|
10
|
+
export declare class DescribeSecurityConfigurationCommand extends $Command<DescribeSecurityConfigurationCommandInput, DescribeSecurityConfigurationCommandOutput, EMRClientResolvedConfig> {
|
|
11
|
+
readonly input: DescribeSecurityConfigurationCommandInput;
|
|
12
|
+
constructor(input: DescribeSecurityConfigurationCommandInput);
|
|
13
|
+
|
|
14
|
+
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: EMRClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DescribeSecurityConfigurationCommandInput, DescribeSecurityConfigurationCommandOutput>;
|
|
15
|
+
private serialize;
|
|
16
|
+
private deserialize;
|
|
17
|
+
}
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
3
|
+
import { EMRClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../EMRClient";
|
|
4
|
+
import { DescribeStepInput, DescribeStepOutput } from "../models/models_0";
|
|
5
|
+
export interface DescribeStepCommandInput extends DescribeStepInput {
|
|
6
|
+
}
|
|
7
|
+
export interface DescribeStepCommandOutput extends DescribeStepOutput, __MetadataBearer {
|
|
8
|
+
}
|
|
9
|
+
|
|
10
|
+
export declare class DescribeStepCommand extends $Command<DescribeStepCommandInput, DescribeStepCommandOutput, EMRClientResolvedConfig> {
|
|
11
|
+
readonly input: DescribeStepCommandInput;
|
|
12
|
+
constructor(input: DescribeStepCommandInput);
|
|
13
|
+
|
|
14
|
+
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: EMRClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DescribeStepCommandInput, DescribeStepCommandOutput>;
|
|
15
|
+
private serialize;
|
|
16
|
+
private deserialize;
|
|
17
|
+
}
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
3
|
+
import { EMRClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../EMRClient";
|
|
4
|
+
import { DescribeStudioInput, DescribeStudioOutput } from "../models/models_0";
|
|
5
|
+
export interface DescribeStudioCommandInput extends DescribeStudioInput {
|
|
6
|
+
}
|
|
7
|
+
export interface DescribeStudioCommandOutput extends DescribeStudioOutput, __MetadataBearer {
|
|
8
|
+
}
|
|
9
|
+
|
|
10
|
+
export declare class DescribeStudioCommand extends $Command<DescribeStudioCommandInput, DescribeStudioCommandOutput, EMRClientResolvedConfig> {
|
|
11
|
+
readonly input: DescribeStudioCommandInput;
|
|
12
|
+
constructor(input: DescribeStudioCommandInput);
|
|
13
|
+
|
|
14
|
+
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: EMRClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DescribeStudioCommandInput, DescribeStudioCommandOutput>;
|
|
15
|
+
private serialize;
|
|
16
|
+
private deserialize;
|
|
17
|
+
}
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
3
|
+
import { EMRClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../EMRClient";
|
|
4
|
+
import { GetAutoTerminationPolicyInput, GetAutoTerminationPolicyOutput } from "../models/models_0";
|
|
5
|
+
export interface GetAutoTerminationPolicyCommandInput extends GetAutoTerminationPolicyInput {
|
|
6
|
+
}
|
|
7
|
+
export interface GetAutoTerminationPolicyCommandOutput extends GetAutoTerminationPolicyOutput, __MetadataBearer {
|
|
8
|
+
}
|
|
9
|
+
|
|
10
|
+
export declare class GetAutoTerminationPolicyCommand extends $Command<GetAutoTerminationPolicyCommandInput, GetAutoTerminationPolicyCommandOutput, EMRClientResolvedConfig> {
|
|
11
|
+
readonly input: GetAutoTerminationPolicyCommandInput;
|
|
12
|
+
constructor(input: GetAutoTerminationPolicyCommandInput);
|
|
13
|
+
|
|
14
|
+
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: EMRClientResolvedConfig, options?: __HttpHandlerOptions): Handler<GetAutoTerminationPolicyCommandInput, GetAutoTerminationPolicyCommandOutput>;
|
|
15
|
+
private serialize;
|
|
16
|
+
private deserialize;
|
|
17
|
+
}
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
3
|
+
import { EMRClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../EMRClient";
|
|
4
|
+
import { GetBlockPublicAccessConfigurationInput, GetBlockPublicAccessConfigurationOutput } from "../models/models_0";
|
|
5
|
+
export interface GetBlockPublicAccessConfigurationCommandInput extends GetBlockPublicAccessConfigurationInput {
|
|
6
|
+
}
|
|
7
|
+
export interface GetBlockPublicAccessConfigurationCommandOutput extends GetBlockPublicAccessConfigurationOutput, __MetadataBearer {
|
|
8
|
+
}
|
|
9
|
+
|
|
10
|
+
export declare class GetBlockPublicAccessConfigurationCommand extends $Command<GetBlockPublicAccessConfigurationCommandInput, GetBlockPublicAccessConfigurationCommandOutput, EMRClientResolvedConfig> {
|
|
11
|
+
readonly input: GetBlockPublicAccessConfigurationCommandInput;
|
|
12
|
+
constructor(input: GetBlockPublicAccessConfigurationCommandInput);
|
|
13
|
+
|
|
14
|
+
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: EMRClientResolvedConfig, options?: __HttpHandlerOptions): Handler<GetBlockPublicAccessConfigurationCommandInput, GetBlockPublicAccessConfigurationCommandOutput>;
|
|
15
|
+
private serialize;
|
|
16
|
+
private deserialize;
|
|
17
|
+
}
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
3
|
+
import { EMRClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../EMRClient";
|
|
4
|
+
import { GetManagedScalingPolicyInput, GetManagedScalingPolicyOutput } from "../models/models_0";
|
|
5
|
+
export interface GetManagedScalingPolicyCommandInput extends GetManagedScalingPolicyInput {
|
|
6
|
+
}
|
|
7
|
+
export interface GetManagedScalingPolicyCommandOutput extends GetManagedScalingPolicyOutput, __MetadataBearer {
|
|
8
|
+
}
|
|
9
|
+
|
|
10
|
+
export declare class GetManagedScalingPolicyCommand extends $Command<GetManagedScalingPolicyCommandInput, GetManagedScalingPolicyCommandOutput, EMRClientResolvedConfig> {
|
|
11
|
+
readonly input: GetManagedScalingPolicyCommandInput;
|
|
12
|
+
constructor(input: GetManagedScalingPolicyCommandInput);
|
|
13
|
+
|
|
14
|
+
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: EMRClientResolvedConfig, options?: __HttpHandlerOptions): Handler<GetManagedScalingPolicyCommandInput, GetManagedScalingPolicyCommandOutput>;
|
|
15
|
+
private serialize;
|
|
16
|
+
private deserialize;
|
|
17
|
+
}
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
3
|
+
import { EMRClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../EMRClient";
|
|
4
|
+
import { GetStudioSessionMappingInput, GetStudioSessionMappingOutput } from "../models/models_0";
|
|
5
|
+
export interface GetStudioSessionMappingCommandInput extends GetStudioSessionMappingInput {
|
|
6
|
+
}
|
|
7
|
+
export interface GetStudioSessionMappingCommandOutput extends GetStudioSessionMappingOutput, __MetadataBearer {
|
|
8
|
+
}
|
|
9
|
+
|
|
10
|
+
export declare class GetStudioSessionMappingCommand extends $Command<GetStudioSessionMappingCommandInput, GetStudioSessionMappingCommandOutput, EMRClientResolvedConfig> {
|
|
11
|
+
readonly input: GetStudioSessionMappingCommandInput;
|
|
12
|
+
constructor(input: GetStudioSessionMappingCommandInput);
|
|
13
|
+
|
|
14
|
+
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: EMRClientResolvedConfig, options?: __HttpHandlerOptions): Handler<GetStudioSessionMappingCommandInput, GetStudioSessionMappingCommandOutput>;
|
|
15
|
+
private serialize;
|
|
16
|
+
private deserialize;
|
|
17
|
+
}
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
3
|
+
import { EMRClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../EMRClient";
|
|
4
|
+
import { ListBootstrapActionsInput, ListBootstrapActionsOutput } from "../models/models_0";
|
|
5
|
+
export interface ListBootstrapActionsCommandInput extends ListBootstrapActionsInput {
|
|
6
|
+
}
|
|
7
|
+
export interface ListBootstrapActionsCommandOutput extends ListBootstrapActionsOutput, __MetadataBearer {
|
|
8
|
+
}
|
|
9
|
+
|
|
10
|
+
export declare class ListBootstrapActionsCommand extends $Command<ListBootstrapActionsCommandInput, ListBootstrapActionsCommandOutput, EMRClientResolvedConfig> {
|
|
11
|
+
readonly input: ListBootstrapActionsCommandInput;
|
|
12
|
+
constructor(input: ListBootstrapActionsCommandInput);
|
|
13
|
+
|
|
14
|
+
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: EMRClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListBootstrapActionsCommandInput, ListBootstrapActionsCommandOutput>;
|
|
15
|
+
private serialize;
|
|
16
|
+
private deserialize;
|
|
17
|
+
}
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
3
|
+
import { EMRClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../EMRClient";
|
|
4
|
+
import { ListClustersInput, ListClustersOutput } from "../models/models_0";
|
|
5
|
+
export interface ListClustersCommandInput extends ListClustersInput {
|
|
6
|
+
}
|
|
7
|
+
export interface ListClustersCommandOutput extends ListClustersOutput, __MetadataBearer {
|
|
8
|
+
}
|
|
9
|
+
|
|
10
|
+
export declare class ListClustersCommand extends $Command<ListClustersCommandInput, ListClustersCommandOutput, EMRClientResolvedConfig> {
|
|
11
|
+
readonly input: ListClustersCommandInput;
|
|
12
|
+
constructor(input: ListClustersCommandInput);
|
|
13
|
+
|
|
14
|
+
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: EMRClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListClustersCommandInput, ListClustersCommandOutput>;
|
|
15
|
+
private serialize;
|
|
16
|
+
private deserialize;
|
|
17
|
+
}
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
3
|
+
import { EMRClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../EMRClient";
|
|
4
|
+
import { ListInstanceFleetsInput, ListInstanceFleetsOutput } from "../models/models_0";
|
|
5
|
+
export interface ListInstanceFleetsCommandInput extends ListInstanceFleetsInput {
|
|
6
|
+
}
|
|
7
|
+
export interface ListInstanceFleetsCommandOutput extends ListInstanceFleetsOutput, __MetadataBearer {
|
|
8
|
+
}
|
|
9
|
+
|
|
10
|
+
export declare class ListInstanceFleetsCommand extends $Command<ListInstanceFleetsCommandInput, ListInstanceFleetsCommandOutput, EMRClientResolvedConfig> {
|
|
11
|
+
readonly input: ListInstanceFleetsCommandInput;
|
|
12
|
+
constructor(input: ListInstanceFleetsCommandInput);
|
|
13
|
+
|
|
14
|
+
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: EMRClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListInstanceFleetsCommandInput, ListInstanceFleetsCommandOutput>;
|
|
15
|
+
private serialize;
|
|
16
|
+
private deserialize;
|
|
17
|
+
}
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
3
|
+
import { EMRClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../EMRClient";
|
|
4
|
+
import { ListInstanceGroupsInput, ListInstanceGroupsOutput } from "../models/models_0";
|
|
5
|
+
export interface ListInstanceGroupsCommandInput extends ListInstanceGroupsInput {
|
|
6
|
+
}
|
|
7
|
+
export interface ListInstanceGroupsCommandOutput extends ListInstanceGroupsOutput, __MetadataBearer {
|
|
8
|
+
}
|
|
9
|
+
|
|
10
|
+
export declare class ListInstanceGroupsCommand extends $Command<ListInstanceGroupsCommandInput, ListInstanceGroupsCommandOutput, EMRClientResolvedConfig> {
|
|
11
|
+
readonly input: ListInstanceGroupsCommandInput;
|
|
12
|
+
constructor(input: ListInstanceGroupsCommandInput);
|
|
13
|
+
|
|
14
|
+
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: EMRClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListInstanceGroupsCommandInput, ListInstanceGroupsCommandOutput>;
|
|
15
|
+
private serialize;
|
|
16
|
+
private deserialize;
|
|
17
|
+
}
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
3
|
+
import { EMRClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../EMRClient";
|
|
4
|
+
import { ListInstancesInput, ListInstancesOutput } from "../models/models_0";
|
|
5
|
+
export interface ListInstancesCommandInput extends ListInstancesInput {
|
|
6
|
+
}
|
|
7
|
+
export interface ListInstancesCommandOutput extends ListInstancesOutput, __MetadataBearer {
|
|
8
|
+
}
|
|
9
|
+
|
|
10
|
+
export declare class ListInstancesCommand extends $Command<ListInstancesCommandInput, ListInstancesCommandOutput, EMRClientResolvedConfig> {
|
|
11
|
+
readonly input: ListInstancesCommandInput;
|
|
12
|
+
constructor(input: ListInstancesCommandInput);
|
|
13
|
+
|
|
14
|
+
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: EMRClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListInstancesCommandInput, ListInstancesCommandOutput>;
|
|
15
|
+
private serialize;
|
|
16
|
+
private deserialize;
|
|
17
|
+
}
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
3
|
+
import { EMRClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../EMRClient";
|
|
4
|
+
import { ListNotebookExecutionsInput, ListNotebookExecutionsOutput } from "../models/models_0";
|
|
5
|
+
export interface ListNotebookExecutionsCommandInput extends ListNotebookExecutionsInput {
|
|
6
|
+
}
|
|
7
|
+
export interface ListNotebookExecutionsCommandOutput extends ListNotebookExecutionsOutput, __MetadataBearer {
|
|
8
|
+
}
|
|
9
|
+
|
|
10
|
+
export declare class ListNotebookExecutionsCommand extends $Command<ListNotebookExecutionsCommandInput, ListNotebookExecutionsCommandOutput, EMRClientResolvedConfig> {
|
|
11
|
+
readonly input: ListNotebookExecutionsCommandInput;
|
|
12
|
+
constructor(input: ListNotebookExecutionsCommandInput);
|
|
13
|
+
|
|
14
|
+
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: EMRClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListNotebookExecutionsCommandInput, ListNotebookExecutionsCommandOutput>;
|
|
15
|
+
private serialize;
|
|
16
|
+
private deserialize;
|
|
17
|
+
}
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
3
|
+
import { EMRClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../EMRClient";
|
|
4
|
+
import { ListReleaseLabelsInput, ListReleaseLabelsOutput } from "../models/models_0";
|
|
5
|
+
export interface ListReleaseLabelsCommandInput extends ListReleaseLabelsInput {
|
|
6
|
+
}
|
|
7
|
+
export interface ListReleaseLabelsCommandOutput extends ListReleaseLabelsOutput, __MetadataBearer {
|
|
8
|
+
}
|
|
9
|
+
|
|
10
|
+
export declare class ListReleaseLabelsCommand extends $Command<ListReleaseLabelsCommandInput, ListReleaseLabelsCommandOutput, EMRClientResolvedConfig> {
|
|
11
|
+
readonly input: ListReleaseLabelsCommandInput;
|
|
12
|
+
constructor(input: ListReleaseLabelsCommandInput);
|
|
13
|
+
|
|
14
|
+
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: EMRClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListReleaseLabelsCommandInput, ListReleaseLabelsCommandOutput>;
|
|
15
|
+
private serialize;
|
|
16
|
+
private deserialize;
|
|
17
|
+
}
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
3
|
+
import { EMRClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../EMRClient";
|
|
4
|
+
import { ListSecurityConfigurationsInput, ListSecurityConfigurationsOutput } from "../models/models_0";
|
|
5
|
+
export interface ListSecurityConfigurationsCommandInput extends ListSecurityConfigurationsInput {
|
|
6
|
+
}
|
|
7
|
+
export interface ListSecurityConfigurationsCommandOutput extends ListSecurityConfigurationsOutput, __MetadataBearer {
|
|
8
|
+
}
|
|
9
|
+
|
|
10
|
+
export declare class ListSecurityConfigurationsCommand extends $Command<ListSecurityConfigurationsCommandInput, ListSecurityConfigurationsCommandOutput, EMRClientResolvedConfig> {
|
|
11
|
+
readonly input: ListSecurityConfigurationsCommandInput;
|
|
12
|
+
constructor(input: ListSecurityConfigurationsCommandInput);
|
|
13
|
+
|
|
14
|
+
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: EMRClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListSecurityConfigurationsCommandInput, ListSecurityConfigurationsCommandOutput>;
|
|
15
|
+
private serialize;
|
|
16
|
+
private deserialize;
|
|
17
|
+
}
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
3
|
+
import { EMRClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../EMRClient";
|
|
4
|
+
import { ListStepsInput, ListStepsOutput } from "../models/models_0";
|
|
5
|
+
export interface ListStepsCommandInput extends ListStepsInput {
|
|
6
|
+
}
|
|
7
|
+
export interface ListStepsCommandOutput extends ListStepsOutput, __MetadataBearer {
|
|
8
|
+
}
|
|
9
|
+
|
|
10
|
+
export declare class ListStepsCommand extends $Command<ListStepsCommandInput, ListStepsCommandOutput, EMRClientResolvedConfig> {
|
|
11
|
+
readonly input: ListStepsCommandInput;
|
|
12
|
+
constructor(input: ListStepsCommandInput);
|
|
13
|
+
|
|
14
|
+
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: EMRClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListStepsCommandInput, ListStepsCommandOutput>;
|
|
15
|
+
private serialize;
|
|
16
|
+
private deserialize;
|
|
17
|
+
}
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
3
|
+
import { EMRClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../EMRClient";
|
|
4
|
+
import { ListStudioSessionMappingsInput, ListStudioSessionMappingsOutput } from "../models/models_0";
|
|
5
|
+
export interface ListStudioSessionMappingsCommandInput extends ListStudioSessionMappingsInput {
|
|
6
|
+
}
|
|
7
|
+
export interface ListStudioSessionMappingsCommandOutput extends ListStudioSessionMappingsOutput, __MetadataBearer {
|
|
8
|
+
}
|
|
9
|
+
|
|
10
|
+
export declare class ListStudioSessionMappingsCommand extends $Command<ListStudioSessionMappingsCommandInput, ListStudioSessionMappingsCommandOutput, EMRClientResolvedConfig> {
|
|
11
|
+
readonly input: ListStudioSessionMappingsCommandInput;
|
|
12
|
+
constructor(input: ListStudioSessionMappingsCommandInput);
|
|
13
|
+
|
|
14
|
+
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: EMRClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListStudioSessionMappingsCommandInput, ListStudioSessionMappingsCommandOutput>;
|
|
15
|
+
private serialize;
|
|
16
|
+
private deserialize;
|
|
17
|
+
}
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
3
|
+
import { EMRClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../EMRClient";
|
|
4
|
+
import { ListStudiosInput, ListStudiosOutput } from "../models/models_0";
|
|
5
|
+
export interface ListStudiosCommandInput extends ListStudiosInput {
|
|
6
|
+
}
|
|
7
|
+
export interface ListStudiosCommandOutput extends ListStudiosOutput, __MetadataBearer {
|
|
8
|
+
}
|
|
9
|
+
|
|
10
|
+
export declare class ListStudiosCommand extends $Command<ListStudiosCommandInput, ListStudiosCommandOutput, EMRClientResolvedConfig> {
|
|
11
|
+
readonly input: ListStudiosCommandInput;
|
|
12
|
+
constructor(input: ListStudiosCommandInput);
|
|
13
|
+
|
|
14
|
+
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: EMRClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListStudiosCommandInput, ListStudiosCommandOutput>;
|
|
15
|
+
private serialize;
|
|
16
|
+
private deserialize;
|
|
17
|
+
}
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
3
|
+
import { EMRClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../EMRClient";
|
|
4
|
+
import { ModifyClusterInput, ModifyClusterOutput } from "../models/models_0";
|
|
5
|
+
export interface ModifyClusterCommandInput extends ModifyClusterInput {
|
|
6
|
+
}
|
|
7
|
+
export interface ModifyClusterCommandOutput extends ModifyClusterOutput, __MetadataBearer {
|
|
8
|
+
}
|
|
9
|
+
|
|
10
|
+
export declare class ModifyClusterCommand extends $Command<ModifyClusterCommandInput, ModifyClusterCommandOutput, EMRClientResolvedConfig> {
|
|
11
|
+
readonly input: ModifyClusterCommandInput;
|
|
12
|
+
constructor(input: ModifyClusterCommandInput);
|
|
13
|
+
|
|
14
|
+
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: EMRClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ModifyClusterCommandInput, ModifyClusterCommandOutput>;
|
|
15
|
+
private serialize;
|
|
16
|
+
private deserialize;
|
|
17
|
+
}
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
3
|
+
import { EMRClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../EMRClient";
|
|
4
|
+
import { ModifyInstanceFleetInput } from "../models/models_0";
|
|
5
|
+
export interface ModifyInstanceFleetCommandInput extends ModifyInstanceFleetInput {
|
|
6
|
+
}
|
|
7
|
+
export interface ModifyInstanceFleetCommandOutput extends __MetadataBearer {
|
|
8
|
+
}
|
|
9
|
+
|
|
10
|
+
export declare class ModifyInstanceFleetCommand extends $Command<ModifyInstanceFleetCommandInput, ModifyInstanceFleetCommandOutput, EMRClientResolvedConfig> {
|
|
11
|
+
readonly input: ModifyInstanceFleetCommandInput;
|
|
12
|
+
constructor(input: ModifyInstanceFleetCommandInput);
|
|
13
|
+
|
|
14
|
+
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: EMRClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ModifyInstanceFleetCommandInput, ModifyInstanceFleetCommandOutput>;
|
|
15
|
+
private serialize;
|
|
16
|
+
private deserialize;
|
|
17
|
+
}
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
3
|
+
import { EMRClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../EMRClient";
|
|
4
|
+
import { ModifyInstanceGroupsInput } from "../models/models_0";
|
|
5
|
+
export interface ModifyInstanceGroupsCommandInput extends ModifyInstanceGroupsInput {
|
|
6
|
+
}
|
|
7
|
+
export interface ModifyInstanceGroupsCommandOutput extends __MetadataBearer {
|
|
8
|
+
}
|
|
9
|
+
|
|
10
|
+
export declare class ModifyInstanceGroupsCommand extends $Command<ModifyInstanceGroupsCommandInput, ModifyInstanceGroupsCommandOutput, EMRClientResolvedConfig> {
|
|
11
|
+
readonly input: ModifyInstanceGroupsCommandInput;
|
|
12
|
+
constructor(input: ModifyInstanceGroupsCommandInput);
|
|
13
|
+
|
|
14
|
+
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: EMRClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ModifyInstanceGroupsCommandInput, ModifyInstanceGroupsCommandOutput>;
|
|
15
|
+
private serialize;
|
|
16
|
+
private deserialize;
|
|
17
|
+
}
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
3
|
+
import { EMRClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../EMRClient";
|
|
4
|
+
import { PutAutoScalingPolicyInput, PutAutoScalingPolicyOutput } from "../models/models_0";
|
|
5
|
+
export interface PutAutoScalingPolicyCommandInput extends PutAutoScalingPolicyInput {
|
|
6
|
+
}
|
|
7
|
+
export interface PutAutoScalingPolicyCommandOutput extends PutAutoScalingPolicyOutput, __MetadataBearer {
|
|
8
|
+
}
|
|
9
|
+
|
|
10
|
+
export declare class PutAutoScalingPolicyCommand extends $Command<PutAutoScalingPolicyCommandInput, PutAutoScalingPolicyCommandOutput, EMRClientResolvedConfig> {
|
|
11
|
+
readonly input: PutAutoScalingPolicyCommandInput;
|
|
12
|
+
constructor(input: PutAutoScalingPolicyCommandInput);
|
|
13
|
+
|
|
14
|
+
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: EMRClientResolvedConfig, options?: __HttpHandlerOptions): Handler<PutAutoScalingPolicyCommandInput, PutAutoScalingPolicyCommandOutput>;
|
|
15
|
+
private serialize;
|
|
16
|
+
private deserialize;
|
|
17
|
+
}
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
3
|
+
import { EMRClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../EMRClient";
|
|
4
|
+
import { PutAutoTerminationPolicyInput, PutAutoTerminationPolicyOutput } from "../models/models_0";
|
|
5
|
+
export interface PutAutoTerminationPolicyCommandInput extends PutAutoTerminationPolicyInput {
|
|
6
|
+
}
|
|
7
|
+
export interface PutAutoTerminationPolicyCommandOutput extends PutAutoTerminationPolicyOutput, __MetadataBearer {
|
|
8
|
+
}
|
|
9
|
+
|
|
10
|
+
export declare class PutAutoTerminationPolicyCommand extends $Command<PutAutoTerminationPolicyCommandInput, PutAutoTerminationPolicyCommandOutput, EMRClientResolvedConfig> {
|
|
11
|
+
readonly input: PutAutoTerminationPolicyCommandInput;
|
|
12
|
+
constructor(input: PutAutoTerminationPolicyCommandInput);
|
|
13
|
+
|
|
14
|
+
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: EMRClientResolvedConfig, options?: __HttpHandlerOptions): Handler<PutAutoTerminationPolicyCommandInput, PutAutoTerminationPolicyCommandOutput>;
|
|
15
|
+
private serialize;
|
|
16
|
+
private deserialize;
|
|
17
|
+
}
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
3
|
+
import { EMRClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../EMRClient";
|
|
4
|
+
import { PutBlockPublicAccessConfigurationInput, PutBlockPublicAccessConfigurationOutput } from "../models/models_0";
|
|
5
|
+
export interface PutBlockPublicAccessConfigurationCommandInput extends PutBlockPublicAccessConfigurationInput {
|
|
6
|
+
}
|
|
7
|
+
export interface PutBlockPublicAccessConfigurationCommandOutput extends PutBlockPublicAccessConfigurationOutput, __MetadataBearer {
|
|
8
|
+
}
|
|
9
|
+
|
|
10
|
+
export declare class PutBlockPublicAccessConfigurationCommand extends $Command<PutBlockPublicAccessConfigurationCommandInput, PutBlockPublicAccessConfigurationCommandOutput, EMRClientResolvedConfig> {
|
|
11
|
+
readonly input: PutBlockPublicAccessConfigurationCommandInput;
|
|
12
|
+
constructor(input: PutBlockPublicAccessConfigurationCommandInput);
|
|
13
|
+
|
|
14
|
+
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: EMRClientResolvedConfig, options?: __HttpHandlerOptions): Handler<PutBlockPublicAccessConfigurationCommandInput, PutBlockPublicAccessConfigurationCommandOutput>;
|
|
15
|
+
private serialize;
|
|
16
|
+
private deserialize;
|
|
17
|
+
}
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
3
|
+
import { EMRClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../EMRClient";
|
|
4
|
+
import { PutManagedScalingPolicyInput, PutManagedScalingPolicyOutput } from "../models/models_0";
|
|
5
|
+
export interface PutManagedScalingPolicyCommandInput extends PutManagedScalingPolicyInput {
|
|
6
|
+
}
|
|
7
|
+
export interface PutManagedScalingPolicyCommandOutput extends PutManagedScalingPolicyOutput, __MetadataBearer {
|
|
8
|
+
}
|
|
9
|
+
|
|
10
|
+
export declare class PutManagedScalingPolicyCommand extends $Command<PutManagedScalingPolicyCommandInput, PutManagedScalingPolicyCommandOutput, EMRClientResolvedConfig> {
|
|
11
|
+
readonly input: PutManagedScalingPolicyCommandInput;
|
|
12
|
+
constructor(input: PutManagedScalingPolicyCommandInput);
|
|
13
|
+
|
|
14
|
+
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: EMRClientResolvedConfig, options?: __HttpHandlerOptions): Handler<PutManagedScalingPolicyCommandInput, PutManagedScalingPolicyCommandOutput>;
|
|
15
|
+
private serialize;
|
|
16
|
+
private deserialize;
|
|
17
|
+
}
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
3
|
+
import { EMRClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../EMRClient";
|
|
4
|
+
import { RemoveAutoScalingPolicyInput, RemoveAutoScalingPolicyOutput } from "../models/models_0";
|
|
5
|
+
export interface RemoveAutoScalingPolicyCommandInput extends RemoveAutoScalingPolicyInput {
|
|
6
|
+
}
|
|
7
|
+
export interface RemoveAutoScalingPolicyCommandOutput extends RemoveAutoScalingPolicyOutput, __MetadataBearer {
|
|
8
|
+
}
|
|
9
|
+
|
|
10
|
+
export declare class RemoveAutoScalingPolicyCommand extends $Command<RemoveAutoScalingPolicyCommandInput, RemoveAutoScalingPolicyCommandOutput, EMRClientResolvedConfig> {
|
|
11
|
+
readonly input: RemoveAutoScalingPolicyCommandInput;
|
|
12
|
+
constructor(input: RemoveAutoScalingPolicyCommandInput);
|
|
13
|
+
|
|
14
|
+
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: EMRClientResolvedConfig, options?: __HttpHandlerOptions): Handler<RemoveAutoScalingPolicyCommandInput, RemoveAutoScalingPolicyCommandOutput>;
|
|
15
|
+
private serialize;
|
|
16
|
+
private deserialize;
|
|
17
|
+
}
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
3
|
+
import { EMRClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../EMRClient";
|
|
4
|
+
import { RemoveAutoTerminationPolicyInput, RemoveAutoTerminationPolicyOutput } from "../models/models_0";
|
|
5
|
+
export interface RemoveAutoTerminationPolicyCommandInput extends RemoveAutoTerminationPolicyInput {
|
|
6
|
+
}
|
|
7
|
+
export interface RemoveAutoTerminationPolicyCommandOutput extends RemoveAutoTerminationPolicyOutput, __MetadataBearer {
|
|
8
|
+
}
|
|
9
|
+
|
|
10
|
+
export declare class RemoveAutoTerminationPolicyCommand extends $Command<RemoveAutoTerminationPolicyCommandInput, RemoveAutoTerminationPolicyCommandOutput, EMRClientResolvedConfig> {
|
|
11
|
+
readonly input: RemoveAutoTerminationPolicyCommandInput;
|
|
12
|
+
constructor(input: RemoveAutoTerminationPolicyCommandInput);
|
|
13
|
+
|
|
14
|
+
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: EMRClientResolvedConfig, options?: __HttpHandlerOptions): Handler<RemoveAutoTerminationPolicyCommandInput, RemoveAutoTerminationPolicyCommandOutput>;
|
|
15
|
+
private serialize;
|
|
16
|
+
private deserialize;
|
|
17
|
+
}
|