@aws-sdk/client-emr 3.296.0 → 3.297.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist-types/EMR.d.ts +54 -0
- package/dist-types/EMRClient.d.ts +24 -4
- package/dist-types/commands/AddInstanceFleetCommand.d.ts +16 -0
- package/dist-types/commands/AddInstanceGroupsCommand.d.ts +16 -0
- package/dist-types/commands/AddJobFlowStepsCommand.d.ts +16 -0
- package/dist-types/commands/AddTagsCommand.d.ts +16 -0
- package/dist-types/commands/CancelStepsCommand.d.ts +16 -0
- package/dist-types/commands/CreateSecurityConfigurationCommand.d.ts +16 -0
- package/dist-types/commands/CreateStudioCommand.d.ts +16 -0
- package/dist-types/commands/CreateStudioSessionMappingCommand.d.ts +16 -0
- package/dist-types/commands/DeleteSecurityConfigurationCommand.d.ts +16 -0
- package/dist-types/commands/DeleteStudioCommand.d.ts +16 -0
- package/dist-types/commands/DeleteStudioSessionMappingCommand.d.ts +16 -0
- package/dist-types/commands/DescribeClusterCommand.d.ts +16 -0
- package/dist-types/commands/DescribeJobFlowsCommand.d.ts +16 -0
- package/dist-types/commands/DescribeNotebookExecutionCommand.d.ts +16 -0
- package/dist-types/commands/DescribeReleaseLabelCommand.d.ts +16 -0
- package/dist-types/commands/DescribeSecurityConfigurationCommand.d.ts +16 -0
- package/dist-types/commands/DescribeStepCommand.d.ts +16 -0
- package/dist-types/commands/DescribeStudioCommand.d.ts +16 -0
- package/dist-types/commands/GetAutoTerminationPolicyCommand.d.ts +16 -0
- package/dist-types/commands/GetBlockPublicAccessConfigurationCommand.d.ts +16 -0
- package/dist-types/commands/GetClusterSessionCredentialsCommand.d.ts +16 -0
- package/dist-types/commands/GetManagedScalingPolicyCommand.d.ts +16 -0
- package/dist-types/commands/GetStudioSessionMappingCommand.d.ts +16 -0
- package/dist-types/commands/ListBootstrapActionsCommand.d.ts +16 -0
- package/dist-types/commands/ListClustersCommand.d.ts +16 -0
- package/dist-types/commands/ListInstanceFleetsCommand.d.ts +16 -0
- package/dist-types/commands/ListInstanceGroupsCommand.d.ts +16 -0
- package/dist-types/commands/ListInstancesCommand.d.ts +16 -0
- package/dist-types/commands/ListNotebookExecutionsCommand.d.ts +16 -0
- package/dist-types/commands/ListReleaseLabelsCommand.d.ts +16 -0
- package/dist-types/commands/ListSecurityConfigurationsCommand.d.ts +16 -0
- package/dist-types/commands/ListStepsCommand.d.ts +16 -0
- package/dist-types/commands/ListStudioSessionMappingsCommand.d.ts +16 -0
- package/dist-types/commands/ListStudiosCommand.d.ts +16 -0
- package/dist-types/commands/ModifyClusterCommand.d.ts +16 -0
- package/dist-types/commands/ModifyInstanceFleetCommand.d.ts +16 -0
- package/dist-types/commands/ModifyInstanceGroupsCommand.d.ts +16 -0
- package/dist-types/commands/PutAutoScalingPolicyCommand.d.ts +16 -0
- package/dist-types/commands/PutAutoTerminationPolicyCommand.d.ts +16 -0
- package/dist-types/commands/PutBlockPublicAccessConfigurationCommand.d.ts +16 -0
- package/dist-types/commands/PutManagedScalingPolicyCommand.d.ts +16 -0
- package/dist-types/commands/RemoveAutoScalingPolicyCommand.d.ts +16 -0
- package/dist-types/commands/RemoveAutoTerminationPolicyCommand.d.ts +16 -0
- package/dist-types/commands/RemoveManagedScalingPolicyCommand.d.ts +16 -0
- package/dist-types/commands/RemoveTagsCommand.d.ts +16 -0
- package/dist-types/commands/RunJobFlowCommand.d.ts +16 -0
- package/dist-types/commands/SetTerminationProtectionCommand.d.ts +16 -0
- package/dist-types/commands/SetVisibleToAllUsersCommand.d.ts +16 -0
- package/dist-types/commands/StartNotebookExecutionCommand.d.ts +16 -0
- package/dist-types/commands/StopNotebookExecutionCommand.d.ts +16 -0
- package/dist-types/commands/TerminateJobFlowsCommand.d.ts +16 -0
- package/dist-types/commands/UpdateStudioCommand.d.ts +16 -0
- package/dist-types/commands/UpdateStudioSessionMappingCommand.d.ts +16 -0
- package/dist-types/models/EMRServiceException.d.ts +2 -0
- package/dist-types/models/models_0.d.ts +445 -1
- package/dist-types/pagination/Interfaces.d.ts +3 -0
- package/dist-types/pagination/ListBootstrapActionsPaginator.d.ts +3 -0
- package/dist-types/pagination/ListClustersPaginator.d.ts +3 -0
- package/dist-types/pagination/ListInstanceFleetsPaginator.d.ts +3 -0
- package/dist-types/pagination/ListInstanceGroupsPaginator.d.ts +3 -0
- package/dist-types/pagination/ListInstancesPaginator.d.ts +3 -0
- package/dist-types/pagination/ListNotebookExecutionsPaginator.d.ts +3 -0
- package/dist-types/pagination/ListReleaseLabelsPaginator.d.ts +3 -0
- package/dist-types/pagination/ListSecurityConfigurationsPaginator.d.ts +3 -0
- package/dist-types/pagination/ListStepsPaginator.d.ts +3 -0
- package/dist-types/pagination/ListStudioSessionMappingsPaginator.d.ts +3 -0
- package/dist-types/pagination/ListStudiosPaginator.d.ts +3 -0
- package/package.json +3 -3
|
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
|
|
|
4
4
|
import { EMRClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../EMRClient";
|
|
5
5
|
import { ListReleaseLabelsInput, ListReleaseLabelsOutput } from "../models/models_0";
|
|
6
6
|
/**
|
|
7
|
+
* @public
|
|
8
|
+
*
|
|
7
9
|
* The input for {@link ListReleaseLabelsCommand}.
|
|
8
10
|
*/
|
|
9
11
|
export interface ListReleaseLabelsCommandInput extends ListReleaseLabelsInput {
|
|
10
12
|
}
|
|
11
13
|
/**
|
|
14
|
+
* @public
|
|
15
|
+
*
|
|
12
16
|
* The output of {@link ListReleaseLabelsCommand}.
|
|
13
17
|
*/
|
|
14
18
|
export interface ListReleaseLabelsCommandOutput extends ListReleaseLabelsOutput, __MetadataBearer {
|
|
15
19
|
}
|
|
16
20
|
/**
|
|
21
|
+
* @public
|
|
17
22
|
* <p>Retrieves release labels of EMR services in the region where the API is called.</p>
|
|
18
23
|
* @example
|
|
19
24
|
* Use a bare-bones client and the command you need to make an API call.
|
|
@@ -25,6 +30,8 @@ export interface ListReleaseLabelsCommandOutput extends ListReleaseLabelsOutput,
|
|
|
25
30
|
* const response = await client.send(command);
|
|
26
31
|
* ```
|
|
27
32
|
*
|
|
33
|
+
* @param ListReleaseLabelsCommandInput - {@link ListReleaseLabelsCommandInput}
|
|
34
|
+
* @returns {@link ListReleaseLabelsCommandOutput}
|
|
28
35
|
* @see {@link ListReleaseLabelsCommandInput} for command's `input` shape.
|
|
29
36
|
* @see {@link ListReleaseLabelsCommandOutput} for command's `response` shape.
|
|
30
37
|
* @see {@link EMRClientResolvedConfig | config} for EMRClient's `config` shape.
|
|
@@ -41,11 +48,20 @@ export interface ListReleaseLabelsCommandOutput extends ListReleaseLabelsOutput,
|
|
|
41
48
|
export declare class ListReleaseLabelsCommand extends $Command<ListReleaseLabelsCommandInput, ListReleaseLabelsCommandOutput, EMRClientResolvedConfig> {
|
|
42
49
|
readonly input: ListReleaseLabelsCommandInput;
|
|
43
50
|
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
51
|
+
/**
|
|
52
|
+
* @public
|
|
53
|
+
*/
|
|
44
54
|
constructor(input: ListReleaseLabelsCommandInput);
|
|
45
55
|
/**
|
|
46
56
|
* @internal
|
|
47
57
|
*/
|
|
48
58
|
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: EMRClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListReleaseLabelsCommandInput, ListReleaseLabelsCommandOutput>;
|
|
59
|
+
/**
|
|
60
|
+
* @internal
|
|
61
|
+
*/
|
|
49
62
|
private serialize;
|
|
63
|
+
/**
|
|
64
|
+
* @internal
|
|
65
|
+
*/
|
|
50
66
|
private deserialize;
|
|
51
67
|
}
|
|
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
|
|
|
4
4
|
import { EMRClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../EMRClient";
|
|
5
5
|
import { ListSecurityConfigurationsInput, ListSecurityConfigurationsOutput } from "../models/models_0";
|
|
6
6
|
/**
|
|
7
|
+
* @public
|
|
8
|
+
*
|
|
7
9
|
* The input for {@link ListSecurityConfigurationsCommand}.
|
|
8
10
|
*/
|
|
9
11
|
export interface ListSecurityConfigurationsCommandInput extends ListSecurityConfigurationsInput {
|
|
10
12
|
}
|
|
11
13
|
/**
|
|
14
|
+
* @public
|
|
15
|
+
*
|
|
12
16
|
* The output of {@link ListSecurityConfigurationsCommand}.
|
|
13
17
|
*/
|
|
14
18
|
export interface ListSecurityConfigurationsCommandOutput extends ListSecurityConfigurationsOutput, __MetadataBearer {
|
|
15
19
|
}
|
|
16
20
|
/**
|
|
21
|
+
* @public
|
|
17
22
|
* <p>Lists all the security configurations visible to this account, providing their creation
|
|
18
23
|
* dates and times, and their names. This call returns a maximum of 50 clusters per call, but
|
|
19
24
|
* returns a marker to track the paging of the cluster list across multiple
|
|
@@ -28,6 +33,8 @@ export interface ListSecurityConfigurationsCommandOutput extends ListSecurityCon
|
|
|
28
33
|
* const response = await client.send(command);
|
|
29
34
|
* ```
|
|
30
35
|
*
|
|
36
|
+
* @param ListSecurityConfigurationsCommandInput - {@link ListSecurityConfigurationsCommandInput}
|
|
37
|
+
* @returns {@link ListSecurityConfigurationsCommandOutput}
|
|
31
38
|
* @see {@link ListSecurityConfigurationsCommandInput} for command's `input` shape.
|
|
32
39
|
* @see {@link ListSecurityConfigurationsCommandOutput} for command's `response` shape.
|
|
33
40
|
* @see {@link EMRClientResolvedConfig | config} for EMRClient's `config` shape.
|
|
@@ -44,11 +51,20 @@ export interface ListSecurityConfigurationsCommandOutput extends ListSecurityCon
|
|
|
44
51
|
export declare class ListSecurityConfigurationsCommand extends $Command<ListSecurityConfigurationsCommandInput, ListSecurityConfigurationsCommandOutput, EMRClientResolvedConfig> {
|
|
45
52
|
readonly input: ListSecurityConfigurationsCommandInput;
|
|
46
53
|
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
54
|
+
/**
|
|
55
|
+
* @public
|
|
56
|
+
*/
|
|
47
57
|
constructor(input: ListSecurityConfigurationsCommandInput);
|
|
48
58
|
/**
|
|
49
59
|
* @internal
|
|
50
60
|
*/
|
|
51
61
|
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: EMRClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListSecurityConfigurationsCommandInput, ListSecurityConfigurationsCommandOutput>;
|
|
62
|
+
/**
|
|
63
|
+
* @internal
|
|
64
|
+
*/
|
|
52
65
|
private serialize;
|
|
66
|
+
/**
|
|
67
|
+
* @internal
|
|
68
|
+
*/
|
|
53
69
|
private deserialize;
|
|
54
70
|
}
|
|
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
|
|
|
4
4
|
import { EMRClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../EMRClient";
|
|
5
5
|
import { ListStepsInput, ListStepsOutput } from "../models/models_0";
|
|
6
6
|
/**
|
|
7
|
+
* @public
|
|
8
|
+
*
|
|
7
9
|
* The input for {@link ListStepsCommand}.
|
|
8
10
|
*/
|
|
9
11
|
export interface ListStepsCommandInput extends ListStepsInput {
|
|
10
12
|
}
|
|
11
13
|
/**
|
|
14
|
+
* @public
|
|
15
|
+
*
|
|
12
16
|
* The output of {@link ListStepsCommand}.
|
|
13
17
|
*/
|
|
14
18
|
export interface ListStepsCommandOutput extends ListStepsOutput, __MetadataBearer {
|
|
15
19
|
}
|
|
16
20
|
/**
|
|
21
|
+
* @public
|
|
17
22
|
* <p>Provides a list of steps for the cluster in reverse order unless you specify
|
|
18
23
|
* <code>stepIds</code> with the request or filter by <code>StepStates</code>. You can
|
|
19
24
|
* specify a maximum of 10 <code>stepIDs</code>. The CLI automatically
|
|
@@ -30,6 +35,8 @@ export interface ListStepsCommandOutput extends ListStepsOutput, __MetadataBeare
|
|
|
30
35
|
* const response = await client.send(command);
|
|
31
36
|
* ```
|
|
32
37
|
*
|
|
38
|
+
* @param ListStepsCommandInput - {@link ListStepsCommandInput}
|
|
39
|
+
* @returns {@link ListStepsCommandOutput}
|
|
33
40
|
* @see {@link ListStepsCommandInput} for command's `input` shape.
|
|
34
41
|
* @see {@link ListStepsCommandOutput} for command's `response` shape.
|
|
35
42
|
* @see {@link EMRClientResolvedConfig | config} for EMRClient's `config` shape.
|
|
@@ -46,11 +53,20 @@ export interface ListStepsCommandOutput extends ListStepsOutput, __MetadataBeare
|
|
|
46
53
|
export declare class ListStepsCommand extends $Command<ListStepsCommandInput, ListStepsCommandOutput, EMRClientResolvedConfig> {
|
|
47
54
|
readonly input: ListStepsCommandInput;
|
|
48
55
|
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
56
|
+
/**
|
|
57
|
+
* @public
|
|
58
|
+
*/
|
|
49
59
|
constructor(input: ListStepsCommandInput);
|
|
50
60
|
/**
|
|
51
61
|
* @internal
|
|
52
62
|
*/
|
|
53
63
|
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: EMRClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListStepsCommandInput, ListStepsCommandOutput>;
|
|
64
|
+
/**
|
|
65
|
+
* @internal
|
|
66
|
+
*/
|
|
54
67
|
private serialize;
|
|
68
|
+
/**
|
|
69
|
+
* @internal
|
|
70
|
+
*/
|
|
55
71
|
private deserialize;
|
|
56
72
|
}
|
|
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
|
|
|
4
4
|
import { EMRClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../EMRClient";
|
|
5
5
|
import { ListStudioSessionMappingsInput, ListStudioSessionMappingsOutput } from "../models/models_0";
|
|
6
6
|
/**
|
|
7
|
+
* @public
|
|
8
|
+
*
|
|
7
9
|
* The input for {@link ListStudioSessionMappingsCommand}.
|
|
8
10
|
*/
|
|
9
11
|
export interface ListStudioSessionMappingsCommandInput extends ListStudioSessionMappingsInput {
|
|
10
12
|
}
|
|
11
13
|
/**
|
|
14
|
+
* @public
|
|
15
|
+
*
|
|
12
16
|
* The output of {@link ListStudioSessionMappingsCommand}.
|
|
13
17
|
*/
|
|
14
18
|
export interface ListStudioSessionMappingsCommandOutput extends ListStudioSessionMappingsOutput, __MetadataBearer {
|
|
15
19
|
}
|
|
16
20
|
/**
|
|
21
|
+
* @public
|
|
17
22
|
* <p>Returns a list of all user or group session mappings for the Amazon EMR Studio
|
|
18
23
|
* specified by <code>StudioId</code>.</p>
|
|
19
24
|
* @example
|
|
@@ -26,6 +31,8 @@ export interface ListStudioSessionMappingsCommandOutput extends ListStudioSessio
|
|
|
26
31
|
* const response = await client.send(command);
|
|
27
32
|
* ```
|
|
28
33
|
*
|
|
34
|
+
* @param ListStudioSessionMappingsCommandInput - {@link ListStudioSessionMappingsCommandInput}
|
|
35
|
+
* @returns {@link ListStudioSessionMappingsCommandOutput}
|
|
29
36
|
* @see {@link ListStudioSessionMappingsCommandInput} for command's `input` shape.
|
|
30
37
|
* @see {@link ListStudioSessionMappingsCommandOutput} for command's `response` shape.
|
|
31
38
|
* @see {@link EMRClientResolvedConfig | config} for EMRClient's `config` shape.
|
|
@@ -42,11 +49,20 @@ export interface ListStudioSessionMappingsCommandOutput extends ListStudioSessio
|
|
|
42
49
|
export declare class ListStudioSessionMappingsCommand extends $Command<ListStudioSessionMappingsCommandInput, ListStudioSessionMappingsCommandOutput, EMRClientResolvedConfig> {
|
|
43
50
|
readonly input: ListStudioSessionMappingsCommandInput;
|
|
44
51
|
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
52
|
+
/**
|
|
53
|
+
* @public
|
|
54
|
+
*/
|
|
45
55
|
constructor(input: ListStudioSessionMappingsCommandInput);
|
|
46
56
|
/**
|
|
47
57
|
* @internal
|
|
48
58
|
*/
|
|
49
59
|
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: EMRClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListStudioSessionMappingsCommandInput, ListStudioSessionMappingsCommandOutput>;
|
|
60
|
+
/**
|
|
61
|
+
* @internal
|
|
62
|
+
*/
|
|
50
63
|
private serialize;
|
|
64
|
+
/**
|
|
65
|
+
* @internal
|
|
66
|
+
*/
|
|
51
67
|
private deserialize;
|
|
52
68
|
}
|
|
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
|
|
|
4
4
|
import { EMRClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../EMRClient";
|
|
5
5
|
import { ListStudiosInput, ListStudiosOutput } from "../models/models_0";
|
|
6
6
|
/**
|
|
7
|
+
* @public
|
|
8
|
+
*
|
|
7
9
|
* The input for {@link ListStudiosCommand}.
|
|
8
10
|
*/
|
|
9
11
|
export interface ListStudiosCommandInput extends ListStudiosInput {
|
|
10
12
|
}
|
|
11
13
|
/**
|
|
14
|
+
* @public
|
|
15
|
+
*
|
|
12
16
|
* The output of {@link ListStudiosCommand}.
|
|
13
17
|
*/
|
|
14
18
|
export interface ListStudiosCommandOutput extends ListStudiosOutput, __MetadataBearer {
|
|
15
19
|
}
|
|
16
20
|
/**
|
|
21
|
+
* @public
|
|
17
22
|
* <p>Returns a list of all Amazon EMR Studios associated with the Amazon Web Services account. The list includes details such as ID, Studio Access URL, and
|
|
18
23
|
* creation time for each Studio.</p>
|
|
19
24
|
* @example
|
|
@@ -26,6 +31,8 @@ export interface ListStudiosCommandOutput extends ListStudiosOutput, __MetadataB
|
|
|
26
31
|
* const response = await client.send(command);
|
|
27
32
|
* ```
|
|
28
33
|
*
|
|
34
|
+
* @param ListStudiosCommandInput - {@link ListStudiosCommandInput}
|
|
35
|
+
* @returns {@link ListStudiosCommandOutput}
|
|
29
36
|
* @see {@link ListStudiosCommandInput} for command's `input` shape.
|
|
30
37
|
* @see {@link ListStudiosCommandOutput} for command's `response` shape.
|
|
31
38
|
* @see {@link EMRClientResolvedConfig | config} for EMRClient's `config` shape.
|
|
@@ -42,11 +49,20 @@ export interface ListStudiosCommandOutput extends ListStudiosOutput, __MetadataB
|
|
|
42
49
|
export declare class ListStudiosCommand extends $Command<ListStudiosCommandInput, ListStudiosCommandOutput, EMRClientResolvedConfig> {
|
|
43
50
|
readonly input: ListStudiosCommandInput;
|
|
44
51
|
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
52
|
+
/**
|
|
53
|
+
* @public
|
|
54
|
+
*/
|
|
45
55
|
constructor(input: ListStudiosCommandInput);
|
|
46
56
|
/**
|
|
47
57
|
* @internal
|
|
48
58
|
*/
|
|
49
59
|
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: EMRClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListStudiosCommandInput, ListStudiosCommandOutput>;
|
|
60
|
+
/**
|
|
61
|
+
* @internal
|
|
62
|
+
*/
|
|
50
63
|
private serialize;
|
|
64
|
+
/**
|
|
65
|
+
* @internal
|
|
66
|
+
*/
|
|
51
67
|
private deserialize;
|
|
52
68
|
}
|
|
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
|
|
|
4
4
|
import { EMRClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../EMRClient";
|
|
5
5
|
import { ModifyClusterInput, ModifyClusterOutput } from "../models/models_0";
|
|
6
6
|
/**
|
|
7
|
+
* @public
|
|
8
|
+
*
|
|
7
9
|
* The input for {@link ModifyClusterCommand}.
|
|
8
10
|
*/
|
|
9
11
|
export interface ModifyClusterCommandInput extends ModifyClusterInput {
|
|
10
12
|
}
|
|
11
13
|
/**
|
|
14
|
+
* @public
|
|
15
|
+
*
|
|
12
16
|
* The output of {@link ModifyClusterCommand}.
|
|
13
17
|
*/
|
|
14
18
|
export interface ModifyClusterCommandOutput extends ModifyClusterOutput, __MetadataBearer {
|
|
15
19
|
}
|
|
16
20
|
/**
|
|
21
|
+
* @public
|
|
17
22
|
* <p>Modifies the number of steps that can be executed concurrently for the cluster specified
|
|
18
23
|
* using ClusterID.</p>
|
|
19
24
|
* @example
|
|
@@ -26,6 +31,8 @@ export interface ModifyClusterCommandOutput extends ModifyClusterOutput, __Metad
|
|
|
26
31
|
* const response = await client.send(command);
|
|
27
32
|
* ```
|
|
28
33
|
*
|
|
34
|
+
* @param ModifyClusterCommandInput - {@link ModifyClusterCommandInput}
|
|
35
|
+
* @returns {@link ModifyClusterCommandOutput}
|
|
29
36
|
* @see {@link ModifyClusterCommandInput} for command's `input` shape.
|
|
30
37
|
* @see {@link ModifyClusterCommandOutput} for command's `response` shape.
|
|
31
38
|
* @see {@link EMRClientResolvedConfig | config} for EMRClient's `config` shape.
|
|
@@ -42,11 +49,20 @@ export interface ModifyClusterCommandOutput extends ModifyClusterOutput, __Metad
|
|
|
42
49
|
export declare class ModifyClusterCommand extends $Command<ModifyClusterCommandInput, ModifyClusterCommandOutput, EMRClientResolvedConfig> {
|
|
43
50
|
readonly input: ModifyClusterCommandInput;
|
|
44
51
|
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
52
|
+
/**
|
|
53
|
+
* @public
|
|
54
|
+
*/
|
|
45
55
|
constructor(input: ModifyClusterCommandInput);
|
|
46
56
|
/**
|
|
47
57
|
* @internal
|
|
48
58
|
*/
|
|
49
59
|
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: EMRClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ModifyClusterCommandInput, ModifyClusterCommandOutput>;
|
|
60
|
+
/**
|
|
61
|
+
* @internal
|
|
62
|
+
*/
|
|
50
63
|
private serialize;
|
|
64
|
+
/**
|
|
65
|
+
* @internal
|
|
66
|
+
*/
|
|
51
67
|
private deserialize;
|
|
52
68
|
}
|
|
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
|
|
|
4
4
|
import { EMRClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../EMRClient";
|
|
5
5
|
import { ModifyInstanceFleetInput } from "../models/models_0";
|
|
6
6
|
/**
|
|
7
|
+
* @public
|
|
8
|
+
*
|
|
7
9
|
* The input for {@link ModifyInstanceFleetCommand}.
|
|
8
10
|
*/
|
|
9
11
|
export interface ModifyInstanceFleetCommandInput extends ModifyInstanceFleetInput {
|
|
10
12
|
}
|
|
11
13
|
/**
|
|
14
|
+
* @public
|
|
15
|
+
*
|
|
12
16
|
* The output of {@link ModifyInstanceFleetCommand}.
|
|
13
17
|
*/
|
|
14
18
|
export interface ModifyInstanceFleetCommandOutput extends __MetadataBearer {
|
|
15
19
|
}
|
|
16
20
|
/**
|
|
21
|
+
* @public
|
|
17
22
|
* <p>Modifies the target On-Demand and target Spot capacities for the instance fleet with the
|
|
18
23
|
* specified InstanceFleetID within the cluster specified using ClusterID. The call either
|
|
19
24
|
* succeeds or fails atomically.</p>
|
|
@@ -31,6 +36,8 @@ export interface ModifyInstanceFleetCommandOutput extends __MetadataBearer {
|
|
|
31
36
|
* const response = await client.send(command);
|
|
32
37
|
* ```
|
|
33
38
|
*
|
|
39
|
+
* @param ModifyInstanceFleetCommandInput - {@link ModifyInstanceFleetCommandInput}
|
|
40
|
+
* @returns {@link ModifyInstanceFleetCommandOutput}
|
|
34
41
|
* @see {@link ModifyInstanceFleetCommandInput} for command's `input` shape.
|
|
35
42
|
* @see {@link ModifyInstanceFleetCommandOutput} for command's `response` shape.
|
|
36
43
|
* @see {@link EMRClientResolvedConfig | config} for EMRClient's `config` shape.
|
|
@@ -47,11 +54,20 @@ export interface ModifyInstanceFleetCommandOutput extends __MetadataBearer {
|
|
|
47
54
|
export declare class ModifyInstanceFleetCommand extends $Command<ModifyInstanceFleetCommandInput, ModifyInstanceFleetCommandOutput, EMRClientResolvedConfig> {
|
|
48
55
|
readonly input: ModifyInstanceFleetCommandInput;
|
|
49
56
|
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
57
|
+
/**
|
|
58
|
+
* @public
|
|
59
|
+
*/
|
|
50
60
|
constructor(input: ModifyInstanceFleetCommandInput);
|
|
51
61
|
/**
|
|
52
62
|
* @internal
|
|
53
63
|
*/
|
|
54
64
|
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: EMRClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ModifyInstanceFleetCommandInput, ModifyInstanceFleetCommandOutput>;
|
|
65
|
+
/**
|
|
66
|
+
* @internal
|
|
67
|
+
*/
|
|
55
68
|
private serialize;
|
|
69
|
+
/**
|
|
70
|
+
* @internal
|
|
71
|
+
*/
|
|
56
72
|
private deserialize;
|
|
57
73
|
}
|
|
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
|
|
|
4
4
|
import { EMRClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../EMRClient";
|
|
5
5
|
import { ModifyInstanceGroupsInput } from "../models/models_0";
|
|
6
6
|
/**
|
|
7
|
+
* @public
|
|
8
|
+
*
|
|
7
9
|
* The input for {@link ModifyInstanceGroupsCommand}.
|
|
8
10
|
*/
|
|
9
11
|
export interface ModifyInstanceGroupsCommandInput extends ModifyInstanceGroupsInput {
|
|
10
12
|
}
|
|
11
13
|
/**
|
|
14
|
+
* @public
|
|
15
|
+
*
|
|
12
16
|
* The output of {@link ModifyInstanceGroupsCommand}.
|
|
13
17
|
*/
|
|
14
18
|
export interface ModifyInstanceGroupsCommandOutput extends __MetadataBearer {
|
|
15
19
|
}
|
|
16
20
|
/**
|
|
21
|
+
* @public
|
|
17
22
|
* <p>ModifyInstanceGroups modifies the number of nodes and configuration settings of an
|
|
18
23
|
* instance group. The input parameters include the new target instance count for the group
|
|
19
24
|
* and the instance group ID. The call will either succeed or fail atomically.</p>
|
|
@@ -27,6 +32,8 @@ export interface ModifyInstanceGroupsCommandOutput extends __MetadataBearer {
|
|
|
27
32
|
* const response = await client.send(command);
|
|
28
33
|
* ```
|
|
29
34
|
*
|
|
35
|
+
* @param ModifyInstanceGroupsCommandInput - {@link ModifyInstanceGroupsCommandInput}
|
|
36
|
+
* @returns {@link ModifyInstanceGroupsCommandOutput}
|
|
30
37
|
* @see {@link ModifyInstanceGroupsCommandInput} for command's `input` shape.
|
|
31
38
|
* @see {@link ModifyInstanceGroupsCommandOutput} for command's `response` shape.
|
|
32
39
|
* @see {@link EMRClientResolvedConfig | config} for EMRClient's `config` shape.
|
|
@@ -40,11 +47,20 @@ export interface ModifyInstanceGroupsCommandOutput extends __MetadataBearer {
|
|
|
40
47
|
export declare class ModifyInstanceGroupsCommand extends $Command<ModifyInstanceGroupsCommandInput, ModifyInstanceGroupsCommandOutput, EMRClientResolvedConfig> {
|
|
41
48
|
readonly input: ModifyInstanceGroupsCommandInput;
|
|
42
49
|
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
50
|
+
/**
|
|
51
|
+
* @public
|
|
52
|
+
*/
|
|
43
53
|
constructor(input: ModifyInstanceGroupsCommandInput);
|
|
44
54
|
/**
|
|
45
55
|
* @internal
|
|
46
56
|
*/
|
|
47
57
|
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: EMRClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ModifyInstanceGroupsCommandInput, ModifyInstanceGroupsCommandOutput>;
|
|
58
|
+
/**
|
|
59
|
+
* @internal
|
|
60
|
+
*/
|
|
48
61
|
private serialize;
|
|
62
|
+
/**
|
|
63
|
+
* @internal
|
|
64
|
+
*/
|
|
49
65
|
private deserialize;
|
|
50
66
|
}
|
|
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
|
|
|
4
4
|
import { EMRClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../EMRClient";
|
|
5
5
|
import { PutAutoScalingPolicyInput, PutAutoScalingPolicyOutput } from "../models/models_0";
|
|
6
6
|
/**
|
|
7
|
+
* @public
|
|
8
|
+
*
|
|
7
9
|
* The input for {@link PutAutoScalingPolicyCommand}.
|
|
8
10
|
*/
|
|
9
11
|
export interface PutAutoScalingPolicyCommandInput extends PutAutoScalingPolicyInput {
|
|
10
12
|
}
|
|
11
13
|
/**
|
|
14
|
+
* @public
|
|
15
|
+
*
|
|
12
16
|
* The output of {@link PutAutoScalingPolicyCommand}.
|
|
13
17
|
*/
|
|
14
18
|
export interface PutAutoScalingPolicyCommandOutput extends PutAutoScalingPolicyOutput, __MetadataBearer {
|
|
15
19
|
}
|
|
16
20
|
/**
|
|
21
|
+
* @public
|
|
17
22
|
* <p>Creates or updates an automatic scaling policy for a core instance group or task
|
|
18
23
|
* instance group in an Amazon EMR cluster. The automatic scaling policy defines how
|
|
19
24
|
* an instance group dynamically adds and terminates EC2 instances in response to the value of
|
|
@@ -28,6 +33,8 @@ export interface PutAutoScalingPolicyCommandOutput extends PutAutoScalingPolicyO
|
|
|
28
33
|
* const response = await client.send(command);
|
|
29
34
|
* ```
|
|
30
35
|
*
|
|
36
|
+
* @param PutAutoScalingPolicyCommandInput - {@link PutAutoScalingPolicyCommandInput}
|
|
37
|
+
* @returns {@link PutAutoScalingPolicyCommandOutput}
|
|
31
38
|
* @see {@link PutAutoScalingPolicyCommandInput} for command's `input` shape.
|
|
32
39
|
* @see {@link PutAutoScalingPolicyCommandOutput} for command's `response` shape.
|
|
33
40
|
* @see {@link EMRClientResolvedConfig | config} for EMRClient's `config` shape.
|
|
@@ -37,11 +44,20 @@ export interface PutAutoScalingPolicyCommandOutput extends PutAutoScalingPolicyO
|
|
|
37
44
|
export declare class PutAutoScalingPolicyCommand extends $Command<PutAutoScalingPolicyCommandInput, PutAutoScalingPolicyCommandOutput, EMRClientResolvedConfig> {
|
|
38
45
|
readonly input: PutAutoScalingPolicyCommandInput;
|
|
39
46
|
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
47
|
+
/**
|
|
48
|
+
* @public
|
|
49
|
+
*/
|
|
40
50
|
constructor(input: PutAutoScalingPolicyCommandInput);
|
|
41
51
|
/**
|
|
42
52
|
* @internal
|
|
43
53
|
*/
|
|
44
54
|
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: EMRClientResolvedConfig, options?: __HttpHandlerOptions): Handler<PutAutoScalingPolicyCommandInput, PutAutoScalingPolicyCommandOutput>;
|
|
55
|
+
/**
|
|
56
|
+
* @internal
|
|
57
|
+
*/
|
|
45
58
|
private serialize;
|
|
59
|
+
/**
|
|
60
|
+
* @internal
|
|
61
|
+
*/
|
|
46
62
|
private deserialize;
|
|
47
63
|
}
|
|
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
|
|
|
4
4
|
import { EMRClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../EMRClient";
|
|
5
5
|
import { PutAutoTerminationPolicyInput, PutAutoTerminationPolicyOutput } from "../models/models_0";
|
|
6
6
|
/**
|
|
7
|
+
* @public
|
|
8
|
+
*
|
|
7
9
|
* The input for {@link PutAutoTerminationPolicyCommand}.
|
|
8
10
|
*/
|
|
9
11
|
export interface PutAutoTerminationPolicyCommandInput extends PutAutoTerminationPolicyInput {
|
|
10
12
|
}
|
|
11
13
|
/**
|
|
14
|
+
* @public
|
|
15
|
+
*
|
|
12
16
|
* The output of {@link PutAutoTerminationPolicyCommand}.
|
|
13
17
|
*/
|
|
14
18
|
export interface PutAutoTerminationPolicyCommandOutput extends PutAutoTerminationPolicyOutput, __MetadataBearer {
|
|
15
19
|
}
|
|
16
20
|
/**
|
|
21
|
+
* @public
|
|
17
22
|
* <note>
|
|
18
23
|
* <p>Auto-termination is supported in Amazon EMR versions 5.30.0 and 6.1.0 and
|
|
19
24
|
* later. For more information, see <a href="https://docs.aws.amazon.com/emr/latest/ManagementGuide/emr-auto-termination-policy.html">Using an
|
|
@@ -33,6 +38,8 @@ export interface PutAutoTerminationPolicyCommandOutput extends PutAutoTerminatio
|
|
|
33
38
|
* const response = await client.send(command);
|
|
34
39
|
* ```
|
|
35
40
|
*
|
|
41
|
+
* @param PutAutoTerminationPolicyCommandInput - {@link PutAutoTerminationPolicyCommandInput}
|
|
42
|
+
* @returns {@link PutAutoTerminationPolicyCommandOutput}
|
|
36
43
|
* @see {@link PutAutoTerminationPolicyCommandInput} for command's `input` shape.
|
|
37
44
|
* @see {@link PutAutoTerminationPolicyCommandOutput} for command's `response` shape.
|
|
38
45
|
* @see {@link EMRClientResolvedConfig | config} for EMRClient's `config` shape.
|
|
@@ -42,11 +49,20 @@ export interface PutAutoTerminationPolicyCommandOutput extends PutAutoTerminatio
|
|
|
42
49
|
export declare class PutAutoTerminationPolicyCommand extends $Command<PutAutoTerminationPolicyCommandInput, PutAutoTerminationPolicyCommandOutput, EMRClientResolvedConfig> {
|
|
43
50
|
readonly input: PutAutoTerminationPolicyCommandInput;
|
|
44
51
|
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
52
|
+
/**
|
|
53
|
+
* @public
|
|
54
|
+
*/
|
|
45
55
|
constructor(input: PutAutoTerminationPolicyCommandInput);
|
|
46
56
|
/**
|
|
47
57
|
* @internal
|
|
48
58
|
*/
|
|
49
59
|
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: EMRClientResolvedConfig, options?: __HttpHandlerOptions): Handler<PutAutoTerminationPolicyCommandInput, PutAutoTerminationPolicyCommandOutput>;
|
|
60
|
+
/**
|
|
61
|
+
* @internal
|
|
62
|
+
*/
|
|
50
63
|
private serialize;
|
|
64
|
+
/**
|
|
65
|
+
* @internal
|
|
66
|
+
*/
|
|
51
67
|
private deserialize;
|
|
52
68
|
}
|
|
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
|
|
|
4
4
|
import { EMRClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../EMRClient";
|
|
5
5
|
import { PutBlockPublicAccessConfigurationInput, PutBlockPublicAccessConfigurationOutput } from "../models/models_0";
|
|
6
6
|
/**
|
|
7
|
+
* @public
|
|
8
|
+
*
|
|
7
9
|
* The input for {@link PutBlockPublicAccessConfigurationCommand}.
|
|
8
10
|
*/
|
|
9
11
|
export interface PutBlockPublicAccessConfigurationCommandInput extends PutBlockPublicAccessConfigurationInput {
|
|
10
12
|
}
|
|
11
13
|
/**
|
|
14
|
+
* @public
|
|
15
|
+
*
|
|
12
16
|
* The output of {@link PutBlockPublicAccessConfigurationCommand}.
|
|
13
17
|
*/
|
|
14
18
|
export interface PutBlockPublicAccessConfigurationCommandOutput extends PutBlockPublicAccessConfigurationOutput, __MetadataBearer {
|
|
15
19
|
}
|
|
16
20
|
/**
|
|
21
|
+
* @public
|
|
17
22
|
* <p>Creates or updates an Amazon EMR block public access configuration for your
|
|
18
23
|
* Amazon Web Services account in the current Region. For more information see <a href="https://docs.aws.amazon.com/emr/latest/ManagementGuide/configure-block-public-access.html">Configure Block
|
|
19
24
|
* Public Access for Amazon EMR</a> in the <i>Amazon EMR
|
|
@@ -28,6 +33,8 @@ export interface PutBlockPublicAccessConfigurationCommandOutput extends PutBlock
|
|
|
28
33
|
* const response = await client.send(command);
|
|
29
34
|
* ```
|
|
30
35
|
*
|
|
36
|
+
* @param PutBlockPublicAccessConfigurationCommandInput - {@link PutBlockPublicAccessConfigurationCommandInput}
|
|
37
|
+
* @returns {@link PutBlockPublicAccessConfigurationCommandOutput}
|
|
31
38
|
* @see {@link PutBlockPublicAccessConfigurationCommandInput} for command's `input` shape.
|
|
32
39
|
* @see {@link PutBlockPublicAccessConfigurationCommandOutput} for command's `response` shape.
|
|
33
40
|
* @see {@link EMRClientResolvedConfig | config} for EMRClient's `config` shape.
|
|
@@ -44,11 +51,20 @@ export interface PutBlockPublicAccessConfigurationCommandOutput extends PutBlock
|
|
|
44
51
|
export declare class PutBlockPublicAccessConfigurationCommand extends $Command<PutBlockPublicAccessConfigurationCommandInput, PutBlockPublicAccessConfigurationCommandOutput, EMRClientResolvedConfig> {
|
|
45
52
|
readonly input: PutBlockPublicAccessConfigurationCommandInput;
|
|
46
53
|
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
54
|
+
/**
|
|
55
|
+
* @public
|
|
56
|
+
*/
|
|
47
57
|
constructor(input: PutBlockPublicAccessConfigurationCommandInput);
|
|
48
58
|
/**
|
|
49
59
|
* @internal
|
|
50
60
|
*/
|
|
51
61
|
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: EMRClientResolvedConfig, options?: __HttpHandlerOptions): Handler<PutBlockPublicAccessConfigurationCommandInput, PutBlockPublicAccessConfigurationCommandOutput>;
|
|
62
|
+
/**
|
|
63
|
+
* @internal
|
|
64
|
+
*/
|
|
52
65
|
private serialize;
|
|
66
|
+
/**
|
|
67
|
+
* @internal
|
|
68
|
+
*/
|
|
53
69
|
private deserialize;
|
|
54
70
|
}
|
|
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
|
|
|
4
4
|
import { EMRClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../EMRClient";
|
|
5
5
|
import { PutManagedScalingPolicyInput, PutManagedScalingPolicyOutput } from "../models/models_0";
|
|
6
6
|
/**
|
|
7
|
+
* @public
|
|
8
|
+
*
|
|
7
9
|
* The input for {@link PutManagedScalingPolicyCommand}.
|
|
8
10
|
*/
|
|
9
11
|
export interface PutManagedScalingPolicyCommandInput extends PutManagedScalingPolicyInput {
|
|
10
12
|
}
|
|
11
13
|
/**
|
|
14
|
+
* @public
|
|
15
|
+
*
|
|
12
16
|
* The output of {@link PutManagedScalingPolicyCommand}.
|
|
13
17
|
*/
|
|
14
18
|
export interface PutManagedScalingPolicyCommandOutput extends PutManagedScalingPolicyOutput, __MetadataBearer {
|
|
15
19
|
}
|
|
16
20
|
/**
|
|
21
|
+
* @public
|
|
17
22
|
* <p>Creates or updates a managed scaling policy for an Amazon EMR cluster. The
|
|
18
23
|
* managed scaling policy defines the limits for resources, such as EC2 instances that can be
|
|
19
24
|
* added or terminated from a cluster. The policy only applies to the core and task nodes. The
|
|
@@ -28,6 +33,8 @@ export interface PutManagedScalingPolicyCommandOutput extends PutManagedScalingP
|
|
|
28
33
|
* const response = await client.send(command);
|
|
29
34
|
* ```
|
|
30
35
|
*
|
|
36
|
+
* @param PutManagedScalingPolicyCommandInput - {@link PutManagedScalingPolicyCommandInput}
|
|
37
|
+
* @returns {@link PutManagedScalingPolicyCommandOutput}
|
|
31
38
|
* @see {@link PutManagedScalingPolicyCommandInput} for command's `input` shape.
|
|
32
39
|
* @see {@link PutManagedScalingPolicyCommandOutput} for command's `response` shape.
|
|
33
40
|
* @see {@link EMRClientResolvedConfig | config} for EMRClient's `config` shape.
|
|
@@ -37,11 +44,20 @@ export interface PutManagedScalingPolicyCommandOutput extends PutManagedScalingP
|
|
|
37
44
|
export declare class PutManagedScalingPolicyCommand extends $Command<PutManagedScalingPolicyCommandInput, PutManagedScalingPolicyCommandOutput, EMRClientResolvedConfig> {
|
|
38
45
|
readonly input: PutManagedScalingPolicyCommandInput;
|
|
39
46
|
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
47
|
+
/**
|
|
48
|
+
* @public
|
|
49
|
+
*/
|
|
40
50
|
constructor(input: PutManagedScalingPolicyCommandInput);
|
|
41
51
|
/**
|
|
42
52
|
* @internal
|
|
43
53
|
*/
|
|
44
54
|
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: EMRClientResolvedConfig, options?: __HttpHandlerOptions): Handler<PutManagedScalingPolicyCommandInput, PutManagedScalingPolicyCommandOutput>;
|
|
55
|
+
/**
|
|
56
|
+
* @internal
|
|
57
|
+
*/
|
|
45
58
|
private serialize;
|
|
59
|
+
/**
|
|
60
|
+
* @internal
|
|
61
|
+
*/
|
|
46
62
|
private deserialize;
|
|
47
63
|
}
|
|
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
|
|
|
4
4
|
import { EMRClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../EMRClient";
|
|
5
5
|
import { RemoveAutoScalingPolicyInput, RemoveAutoScalingPolicyOutput } from "../models/models_0";
|
|
6
6
|
/**
|
|
7
|
+
* @public
|
|
8
|
+
*
|
|
7
9
|
* The input for {@link RemoveAutoScalingPolicyCommand}.
|
|
8
10
|
*/
|
|
9
11
|
export interface RemoveAutoScalingPolicyCommandInput extends RemoveAutoScalingPolicyInput {
|
|
10
12
|
}
|
|
11
13
|
/**
|
|
14
|
+
* @public
|
|
15
|
+
*
|
|
12
16
|
* The output of {@link RemoveAutoScalingPolicyCommand}.
|
|
13
17
|
*/
|
|
14
18
|
export interface RemoveAutoScalingPolicyCommandOutput extends RemoveAutoScalingPolicyOutput, __MetadataBearer {
|
|
15
19
|
}
|
|
16
20
|
/**
|
|
21
|
+
* @public
|
|
17
22
|
* <p>Removes an automatic scaling policy from a specified instance group within an EMR
|
|
18
23
|
* cluster.</p>
|
|
19
24
|
* @example
|
|
@@ -26,6 +31,8 @@ export interface RemoveAutoScalingPolicyCommandOutput extends RemoveAutoScalingP
|
|
|
26
31
|
* const response = await client.send(command);
|
|
27
32
|
* ```
|
|
28
33
|
*
|
|
34
|
+
* @param RemoveAutoScalingPolicyCommandInput - {@link RemoveAutoScalingPolicyCommandInput}
|
|
35
|
+
* @returns {@link RemoveAutoScalingPolicyCommandOutput}
|
|
29
36
|
* @see {@link RemoveAutoScalingPolicyCommandInput} for command's `input` shape.
|
|
30
37
|
* @see {@link RemoveAutoScalingPolicyCommandOutput} for command's `response` shape.
|
|
31
38
|
* @see {@link EMRClientResolvedConfig | config} for EMRClient's `config` shape.
|
|
@@ -35,11 +42,20 @@ export interface RemoveAutoScalingPolicyCommandOutput extends RemoveAutoScalingP
|
|
|
35
42
|
export declare class RemoveAutoScalingPolicyCommand extends $Command<RemoveAutoScalingPolicyCommandInput, RemoveAutoScalingPolicyCommandOutput, EMRClientResolvedConfig> {
|
|
36
43
|
readonly input: RemoveAutoScalingPolicyCommandInput;
|
|
37
44
|
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
45
|
+
/**
|
|
46
|
+
* @public
|
|
47
|
+
*/
|
|
38
48
|
constructor(input: RemoveAutoScalingPolicyCommandInput);
|
|
39
49
|
/**
|
|
40
50
|
* @internal
|
|
41
51
|
*/
|
|
42
52
|
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: EMRClientResolvedConfig, options?: __HttpHandlerOptions): Handler<RemoveAutoScalingPolicyCommandInput, RemoveAutoScalingPolicyCommandOutput>;
|
|
53
|
+
/**
|
|
54
|
+
* @internal
|
|
55
|
+
*/
|
|
43
56
|
private serialize;
|
|
57
|
+
/**
|
|
58
|
+
* @internal
|
|
59
|
+
*/
|
|
44
60
|
private deserialize;
|
|
45
61
|
}
|