@aws-sdk/client-emr-containers 3.477.0 → 3.481.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 (101) hide show
  1. package/dist-cjs/commands/CancelJobRunCommand.js +18 -41
  2. package/dist-cjs/commands/CreateJobTemplateCommand.js +18 -41
  3. package/dist-cjs/commands/CreateManagedEndpointCommand.js +18 -41
  4. package/dist-cjs/commands/CreateVirtualClusterCommand.js +18 -41
  5. package/dist-cjs/commands/DeleteJobTemplateCommand.js +18 -41
  6. package/dist-cjs/commands/DeleteManagedEndpointCommand.js +18 -41
  7. package/dist-cjs/commands/DeleteVirtualClusterCommand.js +18 -41
  8. package/dist-cjs/commands/DescribeJobRunCommand.js +18 -41
  9. package/dist-cjs/commands/DescribeJobTemplateCommand.js +18 -41
  10. package/dist-cjs/commands/DescribeManagedEndpointCommand.js +18 -41
  11. package/dist-cjs/commands/DescribeVirtualClusterCommand.js +18 -41
  12. package/dist-cjs/commands/GetManagedEndpointSessionCredentialsCommand.js +18 -41
  13. package/dist-cjs/commands/ListJobRunsCommand.js +18 -41
  14. package/dist-cjs/commands/ListJobTemplatesCommand.js +18 -41
  15. package/dist-cjs/commands/ListManagedEndpointsCommand.js +18 -41
  16. package/dist-cjs/commands/ListTagsForResourceCommand.js +18 -41
  17. package/dist-cjs/commands/ListVirtualClustersCommand.js +18 -41
  18. package/dist-cjs/commands/StartJobRunCommand.js +18 -41
  19. package/dist-cjs/commands/TagResourceCommand.js +18 -41
  20. package/dist-cjs/commands/UntagResourceCommand.js +18 -41
  21. package/dist-cjs/endpoint/EndpointParameters.js +7 -1
  22. package/dist-cjs/pagination/ListJobRunsPaginator.js +2 -24
  23. package/dist-cjs/pagination/ListJobTemplatesPaginator.js +2 -24
  24. package/dist-cjs/pagination/ListManagedEndpointsPaginator.js +2 -24
  25. package/dist-cjs/pagination/ListVirtualClustersPaginator.js +2 -24
  26. package/dist-es/commands/CancelJobRunCommand.js +18 -41
  27. package/dist-es/commands/CreateJobTemplateCommand.js +18 -41
  28. package/dist-es/commands/CreateManagedEndpointCommand.js +18 -41
  29. package/dist-es/commands/CreateVirtualClusterCommand.js +18 -41
  30. package/dist-es/commands/DeleteJobTemplateCommand.js +18 -41
  31. package/dist-es/commands/DeleteManagedEndpointCommand.js +18 -41
  32. package/dist-es/commands/DeleteVirtualClusterCommand.js +18 -41
  33. package/dist-es/commands/DescribeJobRunCommand.js +18 -41
  34. package/dist-es/commands/DescribeJobTemplateCommand.js +18 -41
  35. package/dist-es/commands/DescribeManagedEndpointCommand.js +18 -41
  36. package/dist-es/commands/DescribeVirtualClusterCommand.js +18 -41
  37. package/dist-es/commands/GetManagedEndpointSessionCredentialsCommand.js +18 -41
  38. package/dist-es/commands/ListJobRunsCommand.js +18 -41
  39. package/dist-es/commands/ListJobTemplatesCommand.js +18 -41
  40. package/dist-es/commands/ListManagedEndpointsCommand.js +18 -41
  41. package/dist-es/commands/ListTagsForResourceCommand.js +18 -41
  42. package/dist-es/commands/ListVirtualClustersCommand.js +18 -41
  43. package/dist-es/commands/StartJobRunCommand.js +18 -41
  44. package/dist-es/commands/TagResourceCommand.js +18 -41
  45. package/dist-es/commands/UntagResourceCommand.js +18 -41
  46. package/dist-es/endpoint/EndpointParameters.js +6 -0
  47. package/dist-es/pagination/ListJobRunsPaginator.js +2 -23
  48. package/dist-es/pagination/ListJobTemplatesPaginator.js +2 -23
  49. package/dist-es/pagination/ListManagedEndpointsPaginator.js +2 -23
  50. package/dist-es/pagination/ListVirtualClustersPaginator.js +2 -23
  51. package/dist-types/commands/CancelJobRunCommand.d.ts +6 -21
  52. package/dist-types/commands/CreateJobTemplateCommand.d.ts +6 -21
  53. package/dist-types/commands/CreateManagedEndpointCommand.d.ts +6 -21
  54. package/dist-types/commands/CreateVirtualClusterCommand.d.ts +6 -21
  55. package/dist-types/commands/DeleteJobTemplateCommand.d.ts +6 -21
  56. package/dist-types/commands/DeleteManagedEndpointCommand.d.ts +6 -21
  57. package/dist-types/commands/DeleteVirtualClusterCommand.d.ts +6 -21
  58. package/dist-types/commands/DescribeJobRunCommand.d.ts +6 -21
  59. package/dist-types/commands/DescribeJobTemplateCommand.d.ts +6 -21
  60. package/dist-types/commands/DescribeManagedEndpointCommand.d.ts +6 -21
  61. package/dist-types/commands/DescribeVirtualClusterCommand.d.ts +6 -21
  62. package/dist-types/commands/GetManagedEndpointSessionCredentialsCommand.d.ts +6 -21
  63. package/dist-types/commands/ListJobRunsCommand.d.ts +6 -21
  64. package/dist-types/commands/ListJobTemplatesCommand.d.ts +6 -21
  65. package/dist-types/commands/ListManagedEndpointsCommand.d.ts +6 -21
  66. package/dist-types/commands/ListTagsForResourceCommand.d.ts +6 -21
  67. package/dist-types/commands/ListVirtualClustersCommand.d.ts +6 -21
  68. package/dist-types/commands/StartJobRunCommand.d.ts +6 -21
  69. package/dist-types/commands/TagResourceCommand.d.ts +6 -21
  70. package/dist-types/commands/UntagResourceCommand.d.ts +6 -21
  71. package/dist-types/endpoint/EndpointParameters.d.ts +18 -0
  72. package/dist-types/pagination/ListJobRunsPaginator.d.ts +1 -1
  73. package/dist-types/pagination/ListJobTemplatesPaginator.d.ts +1 -1
  74. package/dist-types/pagination/ListManagedEndpointsPaginator.d.ts +1 -1
  75. package/dist-types/pagination/ListVirtualClustersPaginator.d.ts +1 -1
  76. package/dist-types/ts3.4/commands/CancelJobRunCommand.d.ts +14 -23
  77. package/dist-types/ts3.4/commands/CreateJobTemplateCommand.d.ts +14 -23
  78. package/dist-types/ts3.4/commands/CreateManagedEndpointCommand.d.ts +12 -24
  79. package/dist-types/ts3.4/commands/CreateVirtualClusterCommand.d.ts +12 -24
  80. package/dist-types/ts3.4/commands/DeleteJobTemplateCommand.d.ts +14 -23
  81. package/dist-types/ts3.4/commands/DeleteManagedEndpointCommand.d.ts +12 -24
  82. package/dist-types/ts3.4/commands/DeleteVirtualClusterCommand.d.ts +12 -24
  83. package/dist-types/ts3.4/commands/DescribeJobRunCommand.d.ts +14 -23
  84. package/dist-types/ts3.4/commands/DescribeJobTemplateCommand.d.ts +14 -23
  85. package/dist-types/ts3.4/commands/DescribeManagedEndpointCommand.d.ts +12 -24
  86. package/dist-types/ts3.4/commands/DescribeVirtualClusterCommand.d.ts +12 -24
  87. package/dist-types/ts3.4/commands/GetManagedEndpointSessionCredentialsCommand.d.ts +12 -24
  88. package/dist-types/ts3.4/commands/ListJobRunsCommand.d.ts +14 -23
  89. package/dist-types/ts3.4/commands/ListJobTemplatesCommand.d.ts +14 -23
  90. package/dist-types/ts3.4/commands/ListManagedEndpointsCommand.d.ts +12 -24
  91. package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +14 -23
  92. package/dist-types/ts3.4/commands/ListVirtualClustersCommand.d.ts +14 -23
  93. package/dist-types/ts3.4/commands/StartJobRunCommand.d.ts +14 -23
  94. package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +14 -23
  95. package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +14 -23
  96. package/dist-types/ts3.4/endpoint/EndpointParameters.d.ts +18 -0
  97. package/dist-types/ts3.4/pagination/ListJobRunsPaginator.d.ts +3 -3
  98. package/dist-types/ts3.4/pagination/ListJobTemplatesPaginator.d.ts +3 -3
  99. package/dist-types/ts3.4/pagination/ListManagedEndpointsPaginator.d.ts +3 -3
  100. package/dist-types/ts3.4/pagination/ListVirtualClustersPaginator.d.ts +3 -3
  101. package/package.json +11 -11
@@ -1,6 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
4
3
  import { EMRContainersClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../EMRContainersClient";
5
4
  import { ListVirtualClustersRequest, ListVirtualClustersResponse } from "../models/models_0";
6
5
  /**
@@ -21,6 +20,10 @@ export interface ListVirtualClustersCommandInput extends ListVirtualClustersRequ
21
20
  */
22
21
  export interface ListVirtualClustersCommandOutput extends ListVirtualClustersResponse, __MetadataBearer {
23
22
  }
23
+ declare const ListVirtualClustersCommand_base: {
24
+ new (input: ListVirtualClustersCommandInput): import("@smithy/smithy-client").CommandImpl<ListVirtualClustersCommandInput, ListVirtualClustersCommandOutput, EMRContainersClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>Lists information about the specified virtual cluster. Virtual cluster is a managed
@@ -91,23 +94,5 @@ export interface ListVirtualClustersCommandOutput extends ListVirtualClustersRes
91
94
  * <p>Base exception class for all service exceptions from EMRContainers service.</p>
92
95
  *
93
96
  */
94
- export declare class ListVirtualClustersCommand extends $Command<ListVirtualClustersCommandInput, ListVirtualClustersCommandOutput, EMRContainersClientResolvedConfig> {
95
- readonly input: ListVirtualClustersCommandInput;
96
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
97
- /**
98
- * @public
99
- */
100
- constructor(input: ListVirtualClustersCommandInput);
101
- /**
102
- * @internal
103
- */
104
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: EMRContainersClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListVirtualClustersCommandInput, ListVirtualClustersCommandOutput>;
105
- /**
106
- * @internal
107
- */
108
- private serialize;
109
- /**
110
- * @internal
111
- */
112
- private deserialize;
97
+ export declare class ListVirtualClustersCommand extends ListVirtualClustersCommand_base {
113
98
  }
@@ -1,6 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
4
3
  import { EMRContainersClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../EMRContainersClient";
5
4
  import { StartJobRunRequest, StartJobRunResponse } from "../models/models_0";
6
5
  /**
@@ -21,6 +20,10 @@ export interface StartJobRunCommandInput extends StartJobRunRequest {
21
20
  */
22
21
  export interface StartJobRunCommandOutput extends StartJobRunResponse, __MetadataBearer {
23
22
  }
23
+ declare const StartJobRunCommand_base: {
24
+ new (input: StartJobRunCommandInput): import("@smithy/smithy-client").CommandImpl<StartJobRunCommandInput, StartJobRunCommandOutput, EMRContainersClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>Starts a job run. A job run is a unit of work, such as a Spark jar, PySpark script, or
@@ -124,23 +127,5 @@ export interface StartJobRunCommandOutput extends StartJobRunResponse, __Metadat
124
127
  * <p>Base exception class for all service exceptions from EMRContainers service.</p>
125
128
  *
126
129
  */
127
- export declare class StartJobRunCommand extends $Command<StartJobRunCommandInput, StartJobRunCommandOutput, EMRContainersClientResolvedConfig> {
128
- readonly input: StartJobRunCommandInput;
129
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
130
- /**
131
- * @public
132
- */
133
- constructor(input: StartJobRunCommandInput);
134
- /**
135
- * @internal
136
- */
137
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: EMRContainersClientResolvedConfig, options?: __HttpHandlerOptions): Handler<StartJobRunCommandInput, StartJobRunCommandOutput>;
138
- /**
139
- * @internal
140
- */
141
- private serialize;
142
- /**
143
- * @internal
144
- */
145
- private deserialize;
130
+ export declare class StartJobRunCommand extends StartJobRunCommand_base {
146
131
  }
@@ -1,6 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
4
3
  import { EMRContainersClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../EMRContainersClient";
5
4
  import { TagResourceRequest, TagResourceResponse } from "../models/models_0";
6
5
  /**
@@ -21,6 +20,10 @@ export interface TagResourceCommandInput extends TagResourceRequest {
21
20
  */
22
21
  export interface TagResourceCommandOutput extends TagResourceResponse, __MetadataBearer {
23
22
  }
23
+ declare const TagResourceCommand_base: {
24
+ new (input: TagResourceCommandInput): import("@smithy/smithy-client").CommandImpl<TagResourceCommandInput, TagResourceCommandOutput, EMRContainersClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>Assigns tags to resources. A tag is a label that you assign to an Amazon Web Services
@@ -69,23 +72,5 @@ export interface TagResourceCommandOutput extends TagResourceResponse, __Metadat
69
72
  * <p>Base exception class for all service exceptions from EMRContainers service.</p>
70
73
  *
71
74
  */
72
- export declare class TagResourceCommand extends $Command<TagResourceCommandInput, TagResourceCommandOutput, EMRContainersClientResolvedConfig> {
73
- readonly input: TagResourceCommandInput;
74
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
75
- /**
76
- * @public
77
- */
78
- constructor(input: TagResourceCommandInput);
79
- /**
80
- * @internal
81
- */
82
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: EMRContainersClientResolvedConfig, options?: __HttpHandlerOptions): Handler<TagResourceCommandInput, TagResourceCommandOutput>;
83
- /**
84
- * @internal
85
- */
86
- private serialize;
87
- /**
88
- * @internal
89
- */
90
- private deserialize;
75
+ export declare class TagResourceCommand extends TagResourceCommand_base {
91
76
  }
@@ -1,6 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
4
3
  import { EMRContainersClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../EMRContainersClient";
5
4
  import { UntagResourceRequest, UntagResourceResponse } from "../models/models_0";
6
5
  /**
@@ -21,6 +20,10 @@ export interface UntagResourceCommandInput extends UntagResourceRequest {
21
20
  */
22
21
  export interface UntagResourceCommandOutput extends UntagResourceResponse, __MetadataBearer {
23
22
  }
23
+ declare const UntagResourceCommand_base: {
24
+ new (input: UntagResourceCommandInput): import("@smithy/smithy-client").CommandImpl<UntagResourceCommandInput, UntagResourceCommandOutput, EMRContainersClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>Removes tags from resources.</p>
@@ -61,23 +64,5 @@ export interface UntagResourceCommandOutput extends UntagResourceResponse, __Met
61
64
  * <p>Base exception class for all service exceptions from EMRContainers service.</p>
62
65
  *
63
66
  */
64
- export declare class UntagResourceCommand extends $Command<UntagResourceCommandInput, UntagResourceCommandOutput, EMRContainersClientResolvedConfig> {
65
- readonly input: UntagResourceCommandInput;
66
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
67
- /**
68
- * @public
69
- */
70
- constructor(input: UntagResourceCommandInput);
71
- /**
72
- * @internal
73
- */
74
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: EMRContainersClientResolvedConfig, options?: __HttpHandlerOptions): Handler<UntagResourceCommandInput, UntagResourceCommandOutput>;
75
- /**
76
- * @internal
77
- */
78
- private serialize;
79
- /**
80
- * @internal
81
- */
82
- private deserialize;
67
+ export declare class UntagResourceCommand extends UntagResourceCommand_base {
83
68
  }
@@ -14,6 +14,24 @@ export type ClientResolvedEndpointParameters = ClientInputEndpointParameters & {
14
14
  export declare const resolveClientEndpointParameters: <T>(options: T & ClientInputEndpointParameters) => T & ClientInputEndpointParameters & {
15
15
  defaultSigningName: string;
16
16
  };
17
+ export declare const commonParams: {
18
+ readonly UseFIPS: {
19
+ readonly type: "builtInParams";
20
+ readonly name: "useFipsEndpoint";
21
+ };
22
+ readonly Endpoint: {
23
+ readonly type: "builtInParams";
24
+ readonly name: "endpoint";
25
+ };
26
+ readonly Region: {
27
+ readonly type: "builtInParams";
28
+ readonly name: "region";
29
+ };
30
+ readonly UseDualStack: {
31
+ readonly type: "builtInParams";
32
+ readonly name: "useDualstackEndpoint";
33
+ };
34
+ };
17
35
  export interface EndpointParameters extends __EndpointParameters {
18
36
  Region?: string;
19
37
  UseDualStack?: boolean;
@@ -4,4 +4,4 @@ import { EMRContainersPaginationConfiguration } from "./Interfaces";
4
4
  /**
5
5
  * @public
6
6
  */
7
- export declare function paginateListJobRuns(config: EMRContainersPaginationConfiguration, input: ListJobRunsCommandInput, ...additionalArguments: any): Paginator<ListJobRunsCommandOutput>;
7
+ export declare const paginateListJobRuns: (config: EMRContainersPaginationConfiguration, input: ListJobRunsCommandInput, ...rest: any[]) => Paginator<ListJobRunsCommandOutput>;
@@ -4,4 +4,4 @@ import { EMRContainersPaginationConfiguration } from "./Interfaces";
4
4
  /**
5
5
  * @public
6
6
  */
7
- export declare function paginateListJobTemplates(config: EMRContainersPaginationConfiguration, input: ListJobTemplatesCommandInput, ...additionalArguments: any): Paginator<ListJobTemplatesCommandOutput>;
7
+ export declare const paginateListJobTemplates: (config: EMRContainersPaginationConfiguration, input: ListJobTemplatesCommandInput, ...rest: any[]) => Paginator<ListJobTemplatesCommandOutput>;
@@ -4,4 +4,4 @@ import { EMRContainersPaginationConfiguration } from "./Interfaces";
4
4
  /**
5
5
  * @public
6
6
  */
7
- export declare function paginateListManagedEndpoints(config: EMRContainersPaginationConfiguration, input: ListManagedEndpointsCommandInput, ...additionalArguments: any): Paginator<ListManagedEndpointsCommandOutput>;
7
+ export declare const paginateListManagedEndpoints: (config: EMRContainersPaginationConfiguration, input: ListManagedEndpointsCommandInput, ...rest: any[]) => Paginator<ListManagedEndpointsCommandOutput>;
@@ -4,4 +4,4 @@ import { EMRContainersPaginationConfiguration } from "./Interfaces";
4
4
  /**
5
5
  * @public
6
6
  */
7
- export declare function paginateListVirtualClusters(config: EMRContainersPaginationConfiguration, input: ListVirtualClustersCommandInput, ...additionalArguments: any): Paginator<ListVirtualClustersCommandOutput>;
7
+ export declare const paginateListVirtualClusters: (config: EMRContainersPaginationConfiguration, input: ListVirtualClustersCommandInput, ...rest: any[]) => Paginator<ListVirtualClustersCommandOutput>;
@@ -1,11 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import {
4
- Handler,
5
- HttpHandlerOptions as __HttpHandlerOptions,
6
- MetadataBearer as __MetadataBearer,
7
- MiddlewareStack,
8
- } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
9
3
  import {
10
4
  EMRContainersClientResolvedConfig,
11
5
  ServiceInputTypes,
@@ -17,19 +11,16 @@ export interface CancelJobRunCommandInput extends CancelJobRunRequest {}
17
11
  export interface CancelJobRunCommandOutput
18
12
  extends CancelJobRunResponse,
19
13
  __MetadataBearer {}
20
- export declare class CancelJobRunCommand extends $Command<
21
- CancelJobRunCommandInput,
22
- CancelJobRunCommandOutput,
23
- EMRContainersClientResolvedConfig
24
- > {
25
- readonly input: CancelJobRunCommandInput;
26
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
27
- constructor(input: CancelJobRunCommandInput);
28
- resolveMiddleware(
29
- clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
30
- configuration: EMRContainersClientResolvedConfig,
31
- options?: __HttpHandlerOptions
32
- ): Handler<CancelJobRunCommandInput, CancelJobRunCommandOutput>;
33
- private serialize;
34
- private deserialize;
35
- }
14
+ declare const CancelJobRunCommand_base: {
15
+ new (
16
+ input: CancelJobRunCommandInput
17
+ ): import("@smithy/smithy-client").CommandImpl<
18
+ CancelJobRunCommandInput,
19
+ CancelJobRunCommandOutput,
20
+ EMRContainersClientResolvedConfig,
21
+ ServiceInputTypes,
22
+ ServiceOutputTypes
23
+ >;
24
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
+ };
26
+ export declare class CancelJobRunCommand extends CancelJobRunCommand_base {}
@@ -1,11 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import {
4
- Handler,
5
- HttpHandlerOptions as __HttpHandlerOptions,
6
- MetadataBearer as __MetadataBearer,
7
- MiddlewareStack,
8
- } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
9
3
  import {
10
4
  EMRContainersClientResolvedConfig,
11
5
  ServiceInputTypes,
@@ -21,19 +15,16 @@ export interface CreateJobTemplateCommandInput
21
15
  export interface CreateJobTemplateCommandOutput
22
16
  extends CreateJobTemplateResponse,
23
17
  __MetadataBearer {}
24
- export declare class CreateJobTemplateCommand extends $Command<
25
- CreateJobTemplateCommandInput,
26
- CreateJobTemplateCommandOutput,
27
- EMRContainersClientResolvedConfig
28
- > {
29
- readonly input: CreateJobTemplateCommandInput;
30
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
31
- constructor(input: CreateJobTemplateCommandInput);
32
- resolveMiddleware(
33
- clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
34
- configuration: EMRContainersClientResolvedConfig,
35
- options?: __HttpHandlerOptions
36
- ): Handler<CreateJobTemplateCommandInput, CreateJobTemplateCommandOutput>;
37
- private serialize;
38
- private deserialize;
39
- }
18
+ declare const CreateJobTemplateCommand_base: {
19
+ new (
20
+ input: CreateJobTemplateCommandInput
21
+ ): import("@smithy/smithy-client").CommandImpl<
22
+ CreateJobTemplateCommandInput,
23
+ CreateJobTemplateCommandOutput,
24
+ EMRContainersClientResolvedConfig,
25
+ ServiceInputTypes,
26
+ ServiceOutputTypes
27
+ >;
28
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
29
+ };
30
+ export declare class CreateJobTemplateCommand extends CreateJobTemplateCommand_base {}
@@ -1,11 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import {
4
- Handler,
5
- HttpHandlerOptions as __HttpHandlerOptions,
6
- MetadataBearer as __MetadataBearer,
7
- MiddlewareStack,
8
- } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
9
3
  import {
10
4
  EMRContainersClientResolvedConfig,
11
5
  ServiceInputTypes,
@@ -21,22 +15,16 @@ export interface CreateManagedEndpointCommandInput
21
15
  export interface CreateManagedEndpointCommandOutput
22
16
  extends CreateManagedEndpointResponse,
23
17
  __MetadataBearer {}
24
- export declare class CreateManagedEndpointCommand extends $Command<
25
- CreateManagedEndpointCommandInput,
26
- CreateManagedEndpointCommandOutput,
27
- EMRContainersClientResolvedConfig
28
- > {
29
- readonly input: CreateManagedEndpointCommandInput;
30
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
31
- constructor(input: CreateManagedEndpointCommandInput);
32
- resolveMiddleware(
33
- clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
34
- configuration: EMRContainersClientResolvedConfig,
35
- options?: __HttpHandlerOptions
36
- ): Handler<
18
+ declare const CreateManagedEndpointCommand_base: {
19
+ new (
20
+ input: CreateManagedEndpointCommandInput
21
+ ): import("@smithy/smithy-client").CommandImpl<
37
22
  CreateManagedEndpointCommandInput,
38
- CreateManagedEndpointCommandOutput
23
+ CreateManagedEndpointCommandOutput,
24
+ EMRContainersClientResolvedConfig,
25
+ ServiceInputTypes,
26
+ ServiceOutputTypes
39
27
  >;
40
- private serialize;
41
- private deserialize;
42
- }
28
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
29
+ };
30
+ export declare class CreateManagedEndpointCommand extends CreateManagedEndpointCommand_base {}
@@ -1,11 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import {
4
- Handler,
5
- HttpHandlerOptions as __HttpHandlerOptions,
6
- MetadataBearer as __MetadataBearer,
7
- MiddlewareStack,
8
- } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
9
3
  import {
10
4
  EMRContainersClientResolvedConfig,
11
5
  ServiceInputTypes,
@@ -21,22 +15,16 @@ export interface CreateVirtualClusterCommandInput
21
15
  export interface CreateVirtualClusterCommandOutput
22
16
  extends CreateVirtualClusterResponse,
23
17
  __MetadataBearer {}
24
- export declare class CreateVirtualClusterCommand extends $Command<
25
- CreateVirtualClusterCommandInput,
26
- CreateVirtualClusterCommandOutput,
27
- EMRContainersClientResolvedConfig
28
- > {
29
- readonly input: CreateVirtualClusterCommandInput;
30
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
31
- constructor(input: CreateVirtualClusterCommandInput);
32
- resolveMiddleware(
33
- clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
34
- configuration: EMRContainersClientResolvedConfig,
35
- options?: __HttpHandlerOptions
36
- ): Handler<
18
+ declare const CreateVirtualClusterCommand_base: {
19
+ new (
20
+ input: CreateVirtualClusterCommandInput
21
+ ): import("@smithy/smithy-client").CommandImpl<
37
22
  CreateVirtualClusterCommandInput,
38
- CreateVirtualClusterCommandOutput
23
+ CreateVirtualClusterCommandOutput,
24
+ EMRContainersClientResolvedConfig,
25
+ ServiceInputTypes,
26
+ ServiceOutputTypes
39
27
  >;
40
- private serialize;
41
- private deserialize;
42
- }
28
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
29
+ };
30
+ export declare class CreateVirtualClusterCommand extends CreateVirtualClusterCommand_base {}
@@ -1,11 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import {
4
- Handler,
5
- HttpHandlerOptions as __HttpHandlerOptions,
6
- MetadataBearer as __MetadataBearer,
7
- MiddlewareStack,
8
- } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
9
3
  import {
10
4
  EMRContainersClientResolvedConfig,
11
5
  ServiceInputTypes,
@@ -21,19 +15,16 @@ export interface DeleteJobTemplateCommandInput
21
15
  export interface DeleteJobTemplateCommandOutput
22
16
  extends DeleteJobTemplateResponse,
23
17
  __MetadataBearer {}
24
- export declare class DeleteJobTemplateCommand extends $Command<
25
- DeleteJobTemplateCommandInput,
26
- DeleteJobTemplateCommandOutput,
27
- EMRContainersClientResolvedConfig
28
- > {
29
- readonly input: DeleteJobTemplateCommandInput;
30
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
31
- constructor(input: DeleteJobTemplateCommandInput);
32
- resolveMiddleware(
33
- clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
34
- configuration: EMRContainersClientResolvedConfig,
35
- options?: __HttpHandlerOptions
36
- ): Handler<DeleteJobTemplateCommandInput, DeleteJobTemplateCommandOutput>;
37
- private serialize;
38
- private deserialize;
39
- }
18
+ declare const DeleteJobTemplateCommand_base: {
19
+ new (
20
+ input: DeleteJobTemplateCommandInput
21
+ ): import("@smithy/smithy-client").CommandImpl<
22
+ DeleteJobTemplateCommandInput,
23
+ DeleteJobTemplateCommandOutput,
24
+ EMRContainersClientResolvedConfig,
25
+ ServiceInputTypes,
26
+ ServiceOutputTypes
27
+ >;
28
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
29
+ };
30
+ export declare class DeleteJobTemplateCommand extends DeleteJobTemplateCommand_base {}
@@ -1,11 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import {
4
- Handler,
5
- HttpHandlerOptions as __HttpHandlerOptions,
6
- MetadataBearer as __MetadataBearer,
7
- MiddlewareStack,
8
- } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
9
3
  import {
10
4
  EMRContainersClientResolvedConfig,
11
5
  ServiceInputTypes,
@@ -21,22 +15,16 @@ export interface DeleteManagedEndpointCommandInput
21
15
  export interface DeleteManagedEndpointCommandOutput
22
16
  extends DeleteManagedEndpointResponse,
23
17
  __MetadataBearer {}
24
- export declare class DeleteManagedEndpointCommand extends $Command<
25
- DeleteManagedEndpointCommandInput,
26
- DeleteManagedEndpointCommandOutput,
27
- EMRContainersClientResolvedConfig
28
- > {
29
- readonly input: DeleteManagedEndpointCommandInput;
30
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
31
- constructor(input: DeleteManagedEndpointCommandInput);
32
- resolveMiddleware(
33
- clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
34
- configuration: EMRContainersClientResolvedConfig,
35
- options?: __HttpHandlerOptions
36
- ): Handler<
18
+ declare const DeleteManagedEndpointCommand_base: {
19
+ new (
20
+ input: DeleteManagedEndpointCommandInput
21
+ ): import("@smithy/smithy-client").CommandImpl<
37
22
  DeleteManagedEndpointCommandInput,
38
- DeleteManagedEndpointCommandOutput
23
+ DeleteManagedEndpointCommandOutput,
24
+ EMRContainersClientResolvedConfig,
25
+ ServiceInputTypes,
26
+ ServiceOutputTypes
39
27
  >;
40
- private serialize;
41
- private deserialize;
42
- }
28
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
29
+ };
30
+ export declare class DeleteManagedEndpointCommand extends DeleteManagedEndpointCommand_base {}
@@ -1,11 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import {
4
- Handler,
5
- HttpHandlerOptions as __HttpHandlerOptions,
6
- MetadataBearer as __MetadataBearer,
7
- MiddlewareStack,
8
- } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
9
3
  import {
10
4
  EMRContainersClientResolvedConfig,
11
5
  ServiceInputTypes,
@@ -21,22 +15,16 @@ export interface DeleteVirtualClusterCommandInput
21
15
  export interface DeleteVirtualClusterCommandOutput
22
16
  extends DeleteVirtualClusterResponse,
23
17
  __MetadataBearer {}
24
- export declare class DeleteVirtualClusterCommand extends $Command<
25
- DeleteVirtualClusterCommandInput,
26
- DeleteVirtualClusterCommandOutput,
27
- EMRContainersClientResolvedConfig
28
- > {
29
- readonly input: DeleteVirtualClusterCommandInput;
30
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
31
- constructor(input: DeleteVirtualClusterCommandInput);
32
- resolveMiddleware(
33
- clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
34
- configuration: EMRContainersClientResolvedConfig,
35
- options?: __HttpHandlerOptions
36
- ): Handler<
18
+ declare const DeleteVirtualClusterCommand_base: {
19
+ new (
20
+ input: DeleteVirtualClusterCommandInput
21
+ ): import("@smithy/smithy-client").CommandImpl<
37
22
  DeleteVirtualClusterCommandInput,
38
- DeleteVirtualClusterCommandOutput
23
+ DeleteVirtualClusterCommandOutput,
24
+ EMRContainersClientResolvedConfig,
25
+ ServiceInputTypes,
26
+ ServiceOutputTypes
39
27
  >;
40
- private serialize;
41
- private deserialize;
42
- }
28
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
29
+ };
30
+ export declare class DeleteVirtualClusterCommand extends DeleteVirtualClusterCommand_base {}
@@ -1,11 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import {
4
- Handler,
5
- HttpHandlerOptions as __HttpHandlerOptions,
6
- MetadataBearer as __MetadataBearer,
7
- MiddlewareStack,
8
- } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
9
3
  import {
10
4
  EMRContainersClientResolvedConfig,
11
5
  ServiceInputTypes,
@@ -20,19 +14,16 @@ export interface DescribeJobRunCommandInput extends DescribeJobRunRequest {}
20
14
  export interface DescribeJobRunCommandOutput
21
15
  extends DescribeJobRunResponse,
22
16
  __MetadataBearer {}
23
- export declare class DescribeJobRunCommand extends $Command<
24
- DescribeJobRunCommandInput,
25
- DescribeJobRunCommandOutput,
26
- EMRContainersClientResolvedConfig
27
- > {
28
- readonly input: DescribeJobRunCommandInput;
29
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
30
- constructor(input: DescribeJobRunCommandInput);
31
- resolveMiddleware(
32
- clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
33
- configuration: EMRContainersClientResolvedConfig,
34
- options?: __HttpHandlerOptions
35
- ): Handler<DescribeJobRunCommandInput, DescribeJobRunCommandOutput>;
36
- private serialize;
37
- private deserialize;
38
- }
17
+ declare const DescribeJobRunCommand_base: {
18
+ new (
19
+ input: DescribeJobRunCommandInput
20
+ ): import("@smithy/smithy-client").CommandImpl<
21
+ DescribeJobRunCommandInput,
22
+ DescribeJobRunCommandOutput,
23
+ EMRContainersClientResolvedConfig,
24
+ ServiceInputTypes,
25
+ ServiceOutputTypes
26
+ >;
27
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
+ };
29
+ export declare class DescribeJobRunCommand extends DescribeJobRunCommand_base {}
@@ -1,11 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import {
4
- Handler,
5
- HttpHandlerOptions as __HttpHandlerOptions,
6
- MetadataBearer as __MetadataBearer,
7
- MiddlewareStack,
8
- } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
9
3
  import {
10
4
  EMRContainersClientResolvedConfig,
11
5
  ServiceInputTypes,
@@ -21,19 +15,16 @@ export interface DescribeJobTemplateCommandInput
21
15
  export interface DescribeJobTemplateCommandOutput
22
16
  extends DescribeJobTemplateResponse,
23
17
  __MetadataBearer {}
24
- export declare class DescribeJobTemplateCommand extends $Command<
25
- DescribeJobTemplateCommandInput,
26
- DescribeJobTemplateCommandOutput,
27
- EMRContainersClientResolvedConfig
28
- > {
29
- readonly input: DescribeJobTemplateCommandInput;
30
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
31
- constructor(input: DescribeJobTemplateCommandInput);
32
- resolveMiddleware(
33
- clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
34
- configuration: EMRContainersClientResolvedConfig,
35
- options?: __HttpHandlerOptions
36
- ): Handler<DescribeJobTemplateCommandInput, DescribeJobTemplateCommandOutput>;
37
- private serialize;
38
- private deserialize;
39
- }
18
+ declare const DescribeJobTemplateCommand_base: {
19
+ new (
20
+ input: DescribeJobTemplateCommandInput
21
+ ): import("@smithy/smithy-client").CommandImpl<
22
+ DescribeJobTemplateCommandInput,
23
+ DescribeJobTemplateCommandOutput,
24
+ EMRContainersClientResolvedConfig,
25
+ ServiceInputTypes,
26
+ ServiceOutputTypes
27
+ >;
28
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
29
+ };
30
+ export declare class DescribeJobTemplateCommand extends DescribeJobTemplateCommand_base {}