@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
|
+
AddInstanceGroupsInput,
|
|
15
|
+
AddInstanceGroupsOutput,
|
|
16
|
+
} from "../models/models_0";
|
|
17
|
+
export interface AddInstanceGroupsCommandInput extends AddInstanceGroupsInput {}
|
|
18
|
+
export interface AddInstanceGroupsCommandOutput
|
|
19
|
+
extends AddInstanceGroupsOutput,
|
|
20
|
+
__MetadataBearer {}
|
|
21
|
+
|
|
22
|
+
export declare class AddInstanceGroupsCommand extends $Command<
|
|
23
|
+
AddInstanceGroupsCommandInput,
|
|
24
|
+
AddInstanceGroupsCommandOutput,
|
|
25
|
+
EMRClientResolvedConfig
|
|
26
|
+
> {
|
|
27
|
+
readonly input: AddInstanceGroupsCommandInput;
|
|
28
|
+
constructor(input: AddInstanceGroupsCommandInput);
|
|
29
|
+
|
|
30
|
+
resolveMiddleware(
|
|
31
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
32
|
+
configuration: EMRClientResolvedConfig,
|
|
33
|
+
options?: __HttpHandlerOptions
|
|
34
|
+
): Handler<AddInstanceGroupsCommandInput, AddInstanceGroupsCommandOutput>;
|
|
35
|
+
private serialize;
|
|
36
|
+
private deserialize;
|
|
37
|
+
}
|
|
@@ -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
|
+
AddJobFlowStepsInput,
|
|
15
|
+
AddJobFlowStepsOutput,
|
|
16
|
+
} from "../models/models_0";
|
|
17
|
+
export interface AddJobFlowStepsCommandInput extends AddJobFlowStepsInput {}
|
|
18
|
+
export interface AddJobFlowStepsCommandOutput
|
|
19
|
+
extends AddJobFlowStepsOutput,
|
|
20
|
+
__MetadataBearer {}
|
|
21
|
+
|
|
22
|
+
export declare class AddJobFlowStepsCommand extends $Command<
|
|
23
|
+
AddJobFlowStepsCommandInput,
|
|
24
|
+
AddJobFlowStepsCommandOutput,
|
|
25
|
+
EMRClientResolvedConfig
|
|
26
|
+
> {
|
|
27
|
+
readonly input: AddJobFlowStepsCommandInput;
|
|
28
|
+
constructor(input: AddJobFlowStepsCommandInput);
|
|
29
|
+
|
|
30
|
+
resolveMiddleware(
|
|
31
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
32
|
+
configuration: EMRClientResolvedConfig,
|
|
33
|
+
options?: __HttpHandlerOptions
|
|
34
|
+
): Handler<AddJobFlowStepsCommandInput, AddJobFlowStepsCommandOutput>;
|
|
35
|
+
private serialize;
|
|
36
|
+
private deserialize;
|
|
37
|
+
}
|
|
@@ -1,17 +1,32 @@
|
|
|
1
|
-
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
-
import {
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import {
|
|
3
|
+
Handler,
|
|
4
|
+
HttpHandlerOptions as __HttpHandlerOptions,
|
|
5
|
+
MetadataBearer as __MetadataBearer,
|
|
6
|
+
MiddlewareStack,
|
|
7
|
+
} from "@aws-sdk/types";
|
|
8
|
+
import {
|
|
9
|
+
EMRClientResolvedConfig,
|
|
10
|
+
ServiceInputTypes,
|
|
11
|
+
ServiceOutputTypes,
|
|
12
|
+
} from "../EMRClient";
|
|
13
|
+
import { AddTagsInput, AddTagsOutput } from "../models/models_0";
|
|
14
|
+
export interface AddTagsCommandInput extends AddTagsInput {}
|
|
15
|
+
export interface AddTagsCommandOutput extends AddTagsOutput, __MetadataBearer {}
|
|
16
|
+
|
|
17
|
+
export declare class AddTagsCommand extends $Command<
|
|
18
|
+
AddTagsCommandInput,
|
|
19
|
+
AddTagsCommandOutput,
|
|
20
|
+
EMRClientResolvedConfig
|
|
21
|
+
> {
|
|
22
|
+
readonly input: AddTagsCommandInput;
|
|
23
|
+
constructor(input: AddTagsCommandInput);
|
|
24
|
+
|
|
25
|
+
resolveMiddleware(
|
|
26
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
27
|
+
configuration: EMRClientResolvedConfig,
|
|
28
|
+
options?: __HttpHandlerOptions
|
|
29
|
+
): Handler<AddTagsCommandInput, AddTagsCommandOutput>;
|
|
30
|
+
private serialize;
|
|
31
|
+
private deserialize;
|
|
32
|
+
}
|
|
@@ -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 { CancelStepsInput, CancelStepsOutput } from "../models/models_0";
|
|
14
|
+
export interface CancelStepsCommandInput extends CancelStepsInput {}
|
|
15
|
+
export interface CancelStepsCommandOutput
|
|
16
|
+
extends CancelStepsOutput,
|
|
17
|
+
__MetadataBearer {}
|
|
18
|
+
|
|
19
|
+
export declare class CancelStepsCommand extends $Command<
|
|
20
|
+
CancelStepsCommandInput,
|
|
21
|
+
CancelStepsCommandOutput,
|
|
22
|
+
EMRClientResolvedConfig
|
|
23
|
+
> {
|
|
24
|
+
readonly input: CancelStepsCommandInput;
|
|
25
|
+
constructor(input: CancelStepsCommandInput);
|
|
26
|
+
|
|
27
|
+
resolveMiddleware(
|
|
28
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
29
|
+
configuration: EMRClientResolvedConfig,
|
|
30
|
+
options?: __HttpHandlerOptions
|
|
31
|
+
): Handler<CancelStepsCommandInput, CancelStepsCommandOutput>;
|
|
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
|
+
CreateSecurityConfigurationInput,
|
|
15
|
+
CreateSecurityConfigurationOutput,
|
|
16
|
+
} from "../models/models_0";
|
|
17
|
+
export interface CreateSecurityConfigurationCommandInput
|
|
18
|
+
extends CreateSecurityConfigurationInput {}
|
|
19
|
+
export interface CreateSecurityConfigurationCommandOutput
|
|
20
|
+
extends CreateSecurityConfigurationOutput,
|
|
21
|
+
__MetadataBearer {}
|
|
22
|
+
|
|
23
|
+
export declare class CreateSecurityConfigurationCommand extends $Command<
|
|
24
|
+
CreateSecurityConfigurationCommandInput,
|
|
25
|
+
CreateSecurityConfigurationCommandOutput,
|
|
26
|
+
EMRClientResolvedConfig
|
|
27
|
+
> {
|
|
28
|
+
readonly input: CreateSecurityConfigurationCommandInput;
|
|
29
|
+
constructor(input: CreateSecurityConfigurationCommandInput);
|
|
30
|
+
|
|
31
|
+
resolveMiddleware(
|
|
32
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
|
+
configuration: EMRClientResolvedConfig,
|
|
34
|
+
options?: __HttpHandlerOptions
|
|
35
|
+
): Handler<
|
|
36
|
+
CreateSecurityConfigurationCommandInput,
|
|
37
|
+
CreateSecurityConfigurationCommandOutput
|
|
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 { CreateStudioInput, CreateStudioOutput } from "../models/models_0";
|
|
14
|
+
export interface CreateStudioCommandInput extends CreateStudioInput {}
|
|
15
|
+
export interface CreateStudioCommandOutput
|
|
16
|
+
extends CreateStudioOutput,
|
|
17
|
+
__MetadataBearer {}
|
|
18
|
+
|
|
19
|
+
export declare class CreateStudioCommand extends $Command<
|
|
20
|
+
CreateStudioCommandInput,
|
|
21
|
+
CreateStudioCommandOutput,
|
|
22
|
+
EMRClientResolvedConfig
|
|
23
|
+
> {
|
|
24
|
+
readonly input: CreateStudioCommandInput;
|
|
25
|
+
constructor(input: CreateStudioCommandInput);
|
|
26
|
+
|
|
27
|
+
resolveMiddleware(
|
|
28
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
29
|
+
configuration: EMRClientResolvedConfig,
|
|
30
|
+
options?: __HttpHandlerOptions
|
|
31
|
+
): Handler<CreateStudioCommandInput, CreateStudioCommandOutput>;
|
|
32
|
+
private serialize;
|
|
33
|
+
private deserialize;
|
|
34
|
+
}
|
|
@@ -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 { CreateStudioSessionMappingInput } from "../models/models_0";
|
|
14
|
+
export interface CreateStudioSessionMappingCommandInput
|
|
15
|
+
extends CreateStudioSessionMappingInput {}
|
|
16
|
+
export interface CreateStudioSessionMappingCommandOutput
|
|
17
|
+
extends __MetadataBearer {}
|
|
18
|
+
|
|
19
|
+
export declare class CreateStudioSessionMappingCommand extends $Command<
|
|
20
|
+
CreateStudioSessionMappingCommandInput,
|
|
21
|
+
CreateStudioSessionMappingCommandOutput,
|
|
22
|
+
EMRClientResolvedConfig
|
|
23
|
+
> {
|
|
24
|
+
readonly input: CreateStudioSessionMappingCommandInput;
|
|
25
|
+
constructor(input: CreateStudioSessionMappingCommandInput);
|
|
26
|
+
|
|
27
|
+
resolveMiddleware(
|
|
28
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
29
|
+
configuration: EMRClientResolvedConfig,
|
|
30
|
+
options?: __HttpHandlerOptions
|
|
31
|
+
): Handler<
|
|
32
|
+
CreateStudioSessionMappingCommandInput,
|
|
33
|
+
CreateStudioSessionMappingCommandOutput
|
|
34
|
+
>;
|
|
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
|
+
DeleteSecurityConfigurationInput,
|
|
15
|
+
DeleteSecurityConfigurationOutput,
|
|
16
|
+
} from "../models/models_0";
|
|
17
|
+
export interface DeleteSecurityConfigurationCommandInput
|
|
18
|
+
extends DeleteSecurityConfigurationInput {}
|
|
19
|
+
export interface DeleteSecurityConfigurationCommandOutput
|
|
20
|
+
extends DeleteSecurityConfigurationOutput,
|
|
21
|
+
__MetadataBearer {}
|
|
22
|
+
|
|
23
|
+
export declare class DeleteSecurityConfigurationCommand extends $Command<
|
|
24
|
+
DeleteSecurityConfigurationCommandInput,
|
|
25
|
+
DeleteSecurityConfigurationCommandOutput,
|
|
26
|
+
EMRClientResolvedConfig
|
|
27
|
+
> {
|
|
28
|
+
readonly input: DeleteSecurityConfigurationCommandInput;
|
|
29
|
+
constructor(input: DeleteSecurityConfigurationCommandInput);
|
|
30
|
+
|
|
31
|
+
resolveMiddleware(
|
|
32
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
|
+
configuration: EMRClientResolvedConfig,
|
|
34
|
+
options?: __HttpHandlerOptions
|
|
35
|
+
): Handler<
|
|
36
|
+
DeleteSecurityConfigurationCommandInput,
|
|
37
|
+
DeleteSecurityConfigurationCommandOutput
|
|
38
|
+
>;
|
|
39
|
+
private serialize;
|
|
40
|
+
private deserialize;
|
|
41
|
+
}
|
|
@@ -1,17 +1,32 @@
|
|
|
1
|
-
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
-
import {
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import {
|
|
3
|
+
Handler,
|
|
4
|
+
HttpHandlerOptions as __HttpHandlerOptions,
|
|
5
|
+
MetadataBearer as __MetadataBearer,
|
|
6
|
+
MiddlewareStack,
|
|
7
|
+
} from "@aws-sdk/types";
|
|
8
|
+
import {
|
|
9
|
+
EMRClientResolvedConfig,
|
|
10
|
+
ServiceInputTypes,
|
|
11
|
+
ServiceOutputTypes,
|
|
12
|
+
} from "../EMRClient";
|
|
13
|
+
import { DeleteStudioInput } from "../models/models_0";
|
|
14
|
+
export interface DeleteStudioCommandInput extends DeleteStudioInput {}
|
|
15
|
+
export interface DeleteStudioCommandOutput extends __MetadataBearer {}
|
|
16
|
+
|
|
17
|
+
export declare class DeleteStudioCommand extends $Command<
|
|
18
|
+
DeleteStudioCommandInput,
|
|
19
|
+
DeleteStudioCommandOutput,
|
|
20
|
+
EMRClientResolvedConfig
|
|
21
|
+
> {
|
|
22
|
+
readonly input: DeleteStudioCommandInput;
|
|
23
|
+
constructor(input: DeleteStudioCommandInput);
|
|
24
|
+
|
|
25
|
+
resolveMiddleware(
|
|
26
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
27
|
+
configuration: EMRClientResolvedConfig,
|
|
28
|
+
options?: __HttpHandlerOptions
|
|
29
|
+
): Handler<DeleteStudioCommandInput, DeleteStudioCommandOutput>;
|
|
30
|
+
private serialize;
|
|
31
|
+
private deserialize;
|
|
32
|
+
}
|
|
@@ -1,17 +1,37 @@
|
|
|
1
|
-
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
-
import {
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
}
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import {
|
|
3
|
+
Handler,
|
|
4
|
+
HttpHandlerOptions as __HttpHandlerOptions,
|
|
5
|
+
MetadataBearer as __MetadataBearer,
|
|
6
|
+
MiddlewareStack,
|
|
7
|
+
} from "@aws-sdk/types";
|
|
8
|
+
import {
|
|
9
|
+
EMRClientResolvedConfig,
|
|
10
|
+
ServiceInputTypes,
|
|
11
|
+
ServiceOutputTypes,
|
|
12
|
+
} from "../EMRClient";
|
|
13
|
+
import { DeleteStudioSessionMappingInput } from "../models/models_0";
|
|
14
|
+
export interface DeleteStudioSessionMappingCommandInput
|
|
15
|
+
extends DeleteStudioSessionMappingInput {}
|
|
16
|
+
export interface DeleteStudioSessionMappingCommandOutput
|
|
17
|
+
extends __MetadataBearer {}
|
|
18
|
+
|
|
19
|
+
export declare class DeleteStudioSessionMappingCommand extends $Command<
|
|
20
|
+
DeleteStudioSessionMappingCommandInput,
|
|
21
|
+
DeleteStudioSessionMappingCommandOutput,
|
|
22
|
+
EMRClientResolvedConfig
|
|
23
|
+
> {
|
|
24
|
+
readonly input: DeleteStudioSessionMappingCommandInput;
|
|
25
|
+
constructor(input: DeleteStudioSessionMappingCommandInput);
|
|
26
|
+
|
|
27
|
+
resolveMiddleware(
|
|
28
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
29
|
+
configuration: EMRClientResolvedConfig,
|
|
30
|
+
options?: __HttpHandlerOptions
|
|
31
|
+
): Handler<
|
|
32
|
+
DeleteStudioSessionMappingCommandInput,
|
|
33
|
+
DeleteStudioSessionMappingCommandOutput
|
|
34
|
+
>;
|
|
35
|
+
private serialize;
|
|
36
|
+
private deserialize;
|
|
37
|
+
}
|
|
@@ -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
|
+
DescribeClusterInput,
|
|
15
|
+
DescribeClusterOutput,
|
|
16
|
+
} from "../models/models_0";
|
|
17
|
+
export interface DescribeClusterCommandInput extends DescribeClusterInput {}
|
|
18
|
+
export interface DescribeClusterCommandOutput
|
|
19
|
+
extends DescribeClusterOutput,
|
|
20
|
+
__MetadataBearer {}
|
|
21
|
+
|
|
22
|
+
export declare class DescribeClusterCommand extends $Command<
|
|
23
|
+
DescribeClusterCommandInput,
|
|
24
|
+
DescribeClusterCommandOutput,
|
|
25
|
+
EMRClientResolvedConfig
|
|
26
|
+
> {
|
|
27
|
+
readonly input: DescribeClusterCommandInput;
|
|
28
|
+
constructor(input: DescribeClusterCommandInput);
|
|
29
|
+
|
|
30
|
+
resolveMiddleware(
|
|
31
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
32
|
+
configuration: EMRClientResolvedConfig,
|
|
33
|
+
options?: __HttpHandlerOptions
|
|
34
|
+
): Handler<DescribeClusterCommandInput, DescribeClusterCommandOutput>;
|
|
35
|
+
private serialize;
|
|
36
|
+
private deserialize;
|
|
37
|
+
}
|