@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.
Files changed (84) hide show
  1. package/CHANGELOG.md +16 -0
  2. package/dist-types/ts3.4/EMR.d.ts +952 -265
  3. package/dist-types/ts3.4/EMRClient.d.ts +440 -125
  4. package/dist-types/ts3.4/commands/AddInstanceFleetCommand.d.ts +37 -17
  5. package/dist-types/ts3.4/commands/AddInstanceGroupsCommand.d.ts +37 -17
  6. package/dist-types/ts3.4/commands/AddJobFlowStepsCommand.d.ts +37 -17
  7. package/dist-types/ts3.4/commands/AddTagsCommand.d.ts +32 -17
  8. package/dist-types/ts3.4/commands/CancelStepsCommand.d.ts +34 -17
  9. package/dist-types/ts3.4/commands/CreateSecurityConfigurationCommand.d.ts +41 -17
  10. package/dist-types/ts3.4/commands/CreateStudioCommand.d.ts +34 -17
  11. package/dist-types/ts3.4/commands/CreateStudioSessionMappingCommand.d.ts +37 -17
  12. package/dist-types/ts3.4/commands/DeleteSecurityConfigurationCommand.d.ts +41 -17
  13. package/dist-types/ts3.4/commands/DeleteStudioCommand.d.ts +32 -17
  14. package/dist-types/ts3.4/commands/DeleteStudioSessionMappingCommand.d.ts +37 -17
  15. package/dist-types/ts3.4/commands/DescribeClusterCommand.d.ts +37 -17
  16. package/dist-types/ts3.4/commands/DescribeJobFlowsCommand.d.ts +37 -17
  17. package/dist-types/ts3.4/commands/DescribeNotebookExecutionCommand.d.ts +41 -17
  18. package/dist-types/ts3.4/commands/DescribeReleaseLabelCommand.d.ts +41 -17
  19. package/dist-types/ts3.4/commands/DescribeSecurityConfigurationCommand.d.ts +41 -17
  20. package/dist-types/ts3.4/commands/DescribeStepCommand.d.ts +34 -17
  21. package/dist-types/ts3.4/commands/DescribeStudioCommand.d.ts +34 -17
  22. package/dist-types/ts3.4/commands/GetAutoTerminationPolicyCommand.d.ts +41 -17
  23. package/dist-types/ts3.4/commands/GetBlockPublicAccessConfigurationCommand.d.ts +41 -17
  24. package/dist-types/ts3.4/commands/GetManagedScalingPolicyCommand.d.ts +41 -17
  25. package/dist-types/ts3.4/commands/GetStudioSessionMappingCommand.d.ts +41 -17
  26. package/dist-types/ts3.4/commands/ListBootstrapActionsCommand.d.ts +41 -17
  27. package/dist-types/ts3.4/commands/ListClustersCommand.d.ts +34 -17
  28. package/dist-types/ts3.4/commands/ListInstanceFleetsCommand.d.ts +38 -17
  29. package/dist-types/ts3.4/commands/ListInstanceGroupsCommand.d.ts +38 -17
  30. package/dist-types/ts3.4/commands/ListInstancesCommand.d.ts +34 -17
  31. package/dist-types/ts3.4/commands/ListNotebookExecutionsCommand.d.ts +41 -17
  32. package/dist-types/ts3.4/commands/ListReleaseLabelsCommand.d.ts +37 -17
  33. package/dist-types/ts3.4/commands/ListSecurityConfigurationsCommand.d.ts +41 -17
  34. package/dist-types/ts3.4/commands/ListStepsCommand.d.ts +34 -17
  35. package/dist-types/ts3.4/commands/ListStudioSessionMappingsCommand.d.ts +41 -17
  36. package/dist-types/ts3.4/commands/ListStudiosCommand.d.ts +34 -17
  37. package/dist-types/ts3.4/commands/ModifyClusterCommand.d.ts +34 -17
  38. package/dist-types/ts3.4/commands/ModifyInstanceFleetCommand.d.ts +33 -17
  39. package/dist-types/ts3.4/commands/ModifyInstanceGroupsCommand.d.ts +36 -17
  40. package/dist-types/ts3.4/commands/PutAutoScalingPolicyCommand.d.ts +41 -17
  41. package/dist-types/ts3.4/commands/PutAutoTerminationPolicyCommand.d.ts +41 -17
  42. package/dist-types/ts3.4/commands/PutBlockPublicAccessConfigurationCommand.d.ts +41 -17
  43. package/dist-types/ts3.4/commands/PutManagedScalingPolicyCommand.d.ts +41 -17
  44. package/dist-types/ts3.4/commands/RemoveAutoScalingPolicyCommand.d.ts +41 -17
  45. package/dist-types/ts3.4/commands/RemoveAutoTerminationPolicyCommand.d.ts +41 -17
  46. package/dist-types/ts3.4/commands/RemoveManagedScalingPolicyCommand.d.ts +41 -17
  47. package/dist-types/ts3.4/commands/RemoveTagsCommand.d.ts +34 -17
  48. package/dist-types/ts3.4/commands/RunJobFlowCommand.d.ts +34 -17
  49. package/dist-types/ts3.4/commands/SetTerminationProtectionCommand.d.ts +37 -17
  50. package/dist-types/ts3.4/commands/SetVisibleToAllUsersCommand.d.ts +36 -17
  51. package/dist-types/ts3.4/commands/StartNotebookExecutionCommand.d.ts +41 -17
  52. package/dist-types/ts3.4/commands/StopNotebookExecutionCommand.d.ts +36 -17
  53. package/dist-types/ts3.4/commands/TerminateJobFlowsCommand.d.ts +32 -17
  54. package/dist-types/ts3.4/commands/UpdateStudioCommand.d.ts +32 -17
  55. package/dist-types/ts3.4/commands/UpdateStudioSessionMappingCommand.d.ts +37 -17
  56. package/dist-types/ts3.4/commands/index.d.ts +52 -52
  57. package/dist-types/ts3.4/endpoints.d.ts +2 -2
  58. package/dist-types/ts3.4/index.d.ts +7 -7
  59. package/dist-types/ts3.4/models/EMRServiceException.d.ts +8 -6
  60. package/dist-types/ts3.4/models/index.d.ts +1 -1
  61. package/dist-types/ts3.4/models/models_0.d.ts +2634 -2461
  62. package/dist-types/ts3.4/pagination/Interfaces.d.ts +6 -6
  63. package/dist-types/ts3.4/pagination/ListBootstrapActionsPaginator.d.ts +11 -4
  64. package/dist-types/ts3.4/pagination/ListClustersPaginator.d.ts +11 -4
  65. package/dist-types/ts3.4/pagination/ListInstanceFleetsPaginator.d.ts +11 -4
  66. package/dist-types/ts3.4/pagination/ListInstanceGroupsPaginator.d.ts +11 -4
  67. package/dist-types/ts3.4/pagination/ListInstancesPaginator.d.ts +11 -4
  68. package/dist-types/ts3.4/pagination/ListNotebookExecutionsPaginator.d.ts +11 -4
  69. package/dist-types/ts3.4/pagination/ListReleaseLabelsPaginator.d.ts +11 -4
  70. package/dist-types/ts3.4/pagination/ListSecurityConfigurationsPaginator.d.ts +11 -4
  71. package/dist-types/ts3.4/pagination/ListStepsPaginator.d.ts +11 -4
  72. package/dist-types/ts3.4/pagination/ListStudioSessionMappingsPaginator.d.ts +11 -4
  73. package/dist-types/ts3.4/pagination/ListStudiosPaginator.d.ts +11 -4
  74. package/dist-types/ts3.4/pagination/index.d.ts +12 -12
  75. package/dist-types/ts3.4/protocols/Aws_json1_1.d.ts +629 -158
  76. package/dist-types/ts3.4/runtimeConfig.browser.d.ts +66 -38
  77. package/dist-types/ts3.4/runtimeConfig.d.ts +66 -38
  78. package/dist-types/ts3.4/runtimeConfig.native.d.ts +67 -37
  79. package/dist-types/ts3.4/runtimeConfig.shared.d.ts +11 -11
  80. package/dist-types/ts3.4/waiters/index.d.ts +3 -3
  81. package/dist-types/ts3.4/waiters/waitForClusterRunning.d.ts +13 -7
  82. package/dist-types/ts3.4/waiters/waitForClusterTerminated.d.ts +13 -7
  83. package/dist-types/ts3.4/waiters/waitForStepComplete.d.ts +13 -7
  84. package/package.json +35 -35
@@ -1,17 +1,37 @@
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 { AddInstanceGroupsInput, AddInstanceGroupsOutput } from "../models/models_0";
5
- export interface AddInstanceGroupsCommandInput extends AddInstanceGroupsInput {
6
- }
7
- export interface AddInstanceGroupsCommandOutput extends AddInstanceGroupsOutput, __MetadataBearer {
8
- }
9
-
10
- export declare class AddInstanceGroupsCommand extends $Command<AddInstanceGroupsCommandInput, AddInstanceGroupsCommandOutput, EMRClientResolvedConfig> {
11
- readonly input: AddInstanceGroupsCommandInput;
12
- constructor(input: AddInstanceGroupsCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: EMRClientResolvedConfig, options?: __HttpHandlerOptions): Handler<AddInstanceGroupsCommandInput, AddInstanceGroupsCommandOutput>;
15
- private serialize;
16
- private deserialize;
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 { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
- import { EMRClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../EMRClient";
4
- import { AddJobFlowStepsInput, AddJobFlowStepsOutput } from "../models/models_0";
5
- export interface AddJobFlowStepsCommandInput extends AddJobFlowStepsInput {
6
- }
7
- export interface AddJobFlowStepsCommandOutput extends AddJobFlowStepsOutput, __MetadataBearer {
8
- }
9
-
10
- export declare class AddJobFlowStepsCommand extends $Command<AddJobFlowStepsCommandInput, AddJobFlowStepsCommandOutput, EMRClientResolvedConfig> {
11
- readonly input: AddJobFlowStepsCommandInput;
12
- constructor(input: AddJobFlowStepsCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: EMRClientResolvedConfig, options?: __HttpHandlerOptions): Handler<AddJobFlowStepsCommandInput, AddJobFlowStepsCommandOutput>;
15
- private serialize;
16
- private deserialize;
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 { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
- import { EMRClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../EMRClient";
4
- import { AddTagsInput, AddTagsOutput } from "../models/models_0";
5
- export interface AddTagsCommandInput extends AddTagsInput {
6
- }
7
- export interface AddTagsCommandOutput extends AddTagsOutput, __MetadataBearer {
8
- }
9
-
10
- export declare class AddTagsCommand extends $Command<AddTagsCommandInput, AddTagsCommandOutput, EMRClientResolvedConfig> {
11
- readonly input: AddTagsCommandInput;
12
- constructor(input: AddTagsCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: EMRClientResolvedConfig, options?: __HttpHandlerOptions): Handler<AddTagsCommandInput, AddTagsCommandOutput>;
15
- private serialize;
16
- private deserialize;
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 { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
- import { EMRClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../EMRClient";
4
- import { CancelStepsInput, CancelStepsOutput } from "../models/models_0";
5
- export interface CancelStepsCommandInput extends CancelStepsInput {
6
- }
7
- export interface CancelStepsCommandOutput extends CancelStepsOutput, __MetadataBearer {
8
- }
9
-
10
- export declare class CancelStepsCommand extends $Command<CancelStepsCommandInput, CancelStepsCommandOutput, EMRClientResolvedConfig> {
11
- readonly input: CancelStepsCommandInput;
12
- constructor(input: CancelStepsCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: EMRClientResolvedConfig, options?: __HttpHandlerOptions): Handler<CancelStepsCommandInput, CancelStepsCommandOutput>;
15
- private serialize;
16
- private deserialize;
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 { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
- import { EMRClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../EMRClient";
4
- import { CreateSecurityConfigurationInput, CreateSecurityConfigurationOutput } from "../models/models_0";
5
- export interface CreateSecurityConfigurationCommandInput extends CreateSecurityConfigurationInput {
6
- }
7
- export interface CreateSecurityConfigurationCommandOutput extends CreateSecurityConfigurationOutput, __MetadataBearer {
8
- }
9
-
10
- export declare class CreateSecurityConfigurationCommand extends $Command<CreateSecurityConfigurationCommandInput, CreateSecurityConfigurationCommandOutput, EMRClientResolvedConfig> {
11
- readonly input: CreateSecurityConfigurationCommandInput;
12
- constructor(input: CreateSecurityConfigurationCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: EMRClientResolvedConfig, options?: __HttpHandlerOptions): Handler<CreateSecurityConfigurationCommandInput, CreateSecurityConfigurationCommandOutput>;
15
- private serialize;
16
- private deserialize;
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 { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
- import { EMRClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../EMRClient";
4
- import { CreateStudioInput, CreateStudioOutput } from "../models/models_0";
5
- export interface CreateStudioCommandInput extends CreateStudioInput {
6
- }
7
- export interface CreateStudioCommandOutput extends CreateStudioOutput, __MetadataBearer {
8
- }
9
-
10
- export declare class CreateStudioCommand extends $Command<CreateStudioCommandInput, CreateStudioCommandOutput, EMRClientResolvedConfig> {
11
- readonly input: CreateStudioCommandInput;
12
- constructor(input: CreateStudioCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: EMRClientResolvedConfig, options?: __HttpHandlerOptions): Handler<CreateStudioCommandInput, CreateStudioCommandOutput>;
15
- private serialize;
16
- private deserialize;
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 { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
- import { EMRClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../EMRClient";
4
- import { CreateStudioSessionMappingInput } from "../models/models_0";
5
- export interface CreateStudioSessionMappingCommandInput extends CreateStudioSessionMappingInput {
6
- }
7
- export interface CreateStudioSessionMappingCommandOutput extends __MetadataBearer {
8
- }
9
-
10
- export declare class CreateStudioSessionMappingCommand extends $Command<CreateStudioSessionMappingCommandInput, CreateStudioSessionMappingCommandOutput, EMRClientResolvedConfig> {
11
- readonly input: CreateStudioSessionMappingCommandInput;
12
- constructor(input: CreateStudioSessionMappingCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: EMRClientResolvedConfig, options?: __HttpHandlerOptions): Handler<CreateStudioSessionMappingCommandInput, CreateStudioSessionMappingCommandOutput>;
15
- private serialize;
16
- private deserialize;
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 { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
- import { EMRClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../EMRClient";
4
- import { DeleteSecurityConfigurationInput, DeleteSecurityConfigurationOutput } from "../models/models_0";
5
- export interface DeleteSecurityConfigurationCommandInput extends DeleteSecurityConfigurationInput {
6
- }
7
- export interface DeleteSecurityConfigurationCommandOutput extends DeleteSecurityConfigurationOutput, __MetadataBearer {
8
- }
9
-
10
- export declare class DeleteSecurityConfigurationCommand extends $Command<DeleteSecurityConfigurationCommandInput, DeleteSecurityConfigurationCommandOutput, EMRClientResolvedConfig> {
11
- readonly input: DeleteSecurityConfigurationCommandInput;
12
- constructor(input: DeleteSecurityConfigurationCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: EMRClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DeleteSecurityConfigurationCommandInput, DeleteSecurityConfigurationCommandOutput>;
15
- private serialize;
16
- private deserialize;
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 { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
- import { EMRClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../EMRClient";
4
- import { DeleteStudioInput } from "../models/models_0";
5
- export interface DeleteStudioCommandInput extends DeleteStudioInput {
6
- }
7
- export interface DeleteStudioCommandOutput extends __MetadataBearer {
8
- }
9
-
10
- export declare class DeleteStudioCommand extends $Command<DeleteStudioCommandInput, DeleteStudioCommandOutput, EMRClientResolvedConfig> {
11
- readonly input: DeleteStudioCommandInput;
12
- constructor(input: DeleteStudioCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: EMRClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DeleteStudioCommandInput, DeleteStudioCommandOutput>;
15
- private serialize;
16
- private deserialize;
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 { 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
- }
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 { 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
- }
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
+ }