@aws-sdk/client-emr-containers 3.478.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 (85) 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-es/commands/CancelJobRunCommand.js +18 -41
  23. package/dist-es/commands/CreateJobTemplateCommand.js +18 -41
  24. package/dist-es/commands/CreateManagedEndpointCommand.js +18 -41
  25. package/dist-es/commands/CreateVirtualClusterCommand.js +18 -41
  26. package/dist-es/commands/DeleteJobTemplateCommand.js +18 -41
  27. package/dist-es/commands/DeleteManagedEndpointCommand.js +18 -41
  28. package/dist-es/commands/DeleteVirtualClusterCommand.js +18 -41
  29. package/dist-es/commands/DescribeJobRunCommand.js +18 -41
  30. package/dist-es/commands/DescribeJobTemplateCommand.js +18 -41
  31. package/dist-es/commands/DescribeManagedEndpointCommand.js +18 -41
  32. package/dist-es/commands/DescribeVirtualClusterCommand.js +18 -41
  33. package/dist-es/commands/GetManagedEndpointSessionCredentialsCommand.js +18 -41
  34. package/dist-es/commands/ListJobRunsCommand.js +18 -41
  35. package/dist-es/commands/ListJobTemplatesCommand.js +18 -41
  36. package/dist-es/commands/ListManagedEndpointsCommand.js +18 -41
  37. package/dist-es/commands/ListTagsForResourceCommand.js +18 -41
  38. package/dist-es/commands/ListVirtualClustersCommand.js +18 -41
  39. package/dist-es/commands/StartJobRunCommand.js +18 -41
  40. package/dist-es/commands/TagResourceCommand.js +18 -41
  41. package/dist-es/commands/UntagResourceCommand.js +18 -41
  42. package/dist-es/endpoint/EndpointParameters.js +6 -0
  43. package/dist-types/commands/CancelJobRunCommand.d.ts +6 -21
  44. package/dist-types/commands/CreateJobTemplateCommand.d.ts +6 -21
  45. package/dist-types/commands/CreateManagedEndpointCommand.d.ts +6 -21
  46. package/dist-types/commands/CreateVirtualClusterCommand.d.ts +6 -21
  47. package/dist-types/commands/DeleteJobTemplateCommand.d.ts +6 -21
  48. package/dist-types/commands/DeleteManagedEndpointCommand.d.ts +6 -21
  49. package/dist-types/commands/DeleteVirtualClusterCommand.d.ts +6 -21
  50. package/dist-types/commands/DescribeJobRunCommand.d.ts +6 -21
  51. package/dist-types/commands/DescribeJobTemplateCommand.d.ts +6 -21
  52. package/dist-types/commands/DescribeManagedEndpointCommand.d.ts +6 -21
  53. package/dist-types/commands/DescribeVirtualClusterCommand.d.ts +6 -21
  54. package/dist-types/commands/GetManagedEndpointSessionCredentialsCommand.d.ts +6 -21
  55. package/dist-types/commands/ListJobRunsCommand.d.ts +6 -21
  56. package/dist-types/commands/ListJobTemplatesCommand.d.ts +6 -21
  57. package/dist-types/commands/ListManagedEndpointsCommand.d.ts +6 -21
  58. package/dist-types/commands/ListTagsForResourceCommand.d.ts +6 -21
  59. package/dist-types/commands/ListVirtualClustersCommand.d.ts +6 -21
  60. package/dist-types/commands/StartJobRunCommand.d.ts +6 -21
  61. package/dist-types/commands/TagResourceCommand.d.ts +6 -21
  62. package/dist-types/commands/UntagResourceCommand.d.ts +6 -21
  63. package/dist-types/endpoint/EndpointParameters.d.ts +18 -0
  64. package/dist-types/ts3.4/commands/CancelJobRunCommand.d.ts +14 -23
  65. package/dist-types/ts3.4/commands/CreateJobTemplateCommand.d.ts +14 -23
  66. package/dist-types/ts3.4/commands/CreateManagedEndpointCommand.d.ts +12 -24
  67. package/dist-types/ts3.4/commands/CreateVirtualClusterCommand.d.ts +12 -24
  68. package/dist-types/ts3.4/commands/DeleteJobTemplateCommand.d.ts +14 -23
  69. package/dist-types/ts3.4/commands/DeleteManagedEndpointCommand.d.ts +12 -24
  70. package/dist-types/ts3.4/commands/DeleteVirtualClusterCommand.d.ts +12 -24
  71. package/dist-types/ts3.4/commands/DescribeJobRunCommand.d.ts +14 -23
  72. package/dist-types/ts3.4/commands/DescribeJobTemplateCommand.d.ts +14 -23
  73. package/dist-types/ts3.4/commands/DescribeManagedEndpointCommand.d.ts +12 -24
  74. package/dist-types/ts3.4/commands/DescribeVirtualClusterCommand.d.ts +12 -24
  75. package/dist-types/ts3.4/commands/GetManagedEndpointSessionCredentialsCommand.d.ts +12 -24
  76. package/dist-types/ts3.4/commands/ListJobRunsCommand.d.ts +14 -23
  77. package/dist-types/ts3.4/commands/ListJobTemplatesCommand.d.ts +14 -23
  78. package/dist-types/ts3.4/commands/ListManagedEndpointsCommand.d.ts +12 -24
  79. package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +14 -23
  80. package/dist-types/ts3.4/commands/ListVirtualClustersCommand.d.ts +14 -23
  81. package/dist-types/ts3.4/commands/StartJobRunCommand.d.ts +14 -23
  82. package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +14 -23
  83. package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +14 -23
  84. package/dist-types/ts3.4/endpoint/EndpointParameters.d.ts +18 -0
  85. package/package.json +9 -9
@@ -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 {}
@@ -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 DescribeManagedEndpointCommandInput
21
15
  export interface DescribeManagedEndpointCommandOutput
22
16
  extends DescribeManagedEndpointResponse,
23
17
  __MetadataBearer {}
24
- export declare class DescribeManagedEndpointCommand extends $Command<
25
- DescribeManagedEndpointCommandInput,
26
- DescribeManagedEndpointCommandOutput,
27
- EMRContainersClientResolvedConfig
28
- > {
29
- readonly input: DescribeManagedEndpointCommandInput;
30
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
31
- constructor(input: DescribeManagedEndpointCommandInput);
32
- resolveMiddleware(
33
- clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
34
- configuration: EMRContainersClientResolvedConfig,
35
- options?: __HttpHandlerOptions
36
- ): Handler<
18
+ declare const DescribeManagedEndpointCommand_base: {
19
+ new (
20
+ input: DescribeManagedEndpointCommandInput
21
+ ): import("@smithy/smithy-client").CommandImpl<
37
22
  DescribeManagedEndpointCommandInput,
38
- DescribeManagedEndpointCommandOutput
23
+ DescribeManagedEndpointCommandOutput,
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 DescribeManagedEndpointCommand extends DescribeManagedEndpointCommand_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 DescribeVirtualClusterCommandInput
21
15
  export interface DescribeVirtualClusterCommandOutput
22
16
  extends DescribeVirtualClusterResponse,
23
17
  __MetadataBearer {}
24
- export declare class DescribeVirtualClusterCommand extends $Command<
25
- DescribeVirtualClusterCommandInput,
26
- DescribeVirtualClusterCommandOutput,
27
- EMRContainersClientResolvedConfig
28
- > {
29
- readonly input: DescribeVirtualClusterCommandInput;
30
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
31
- constructor(input: DescribeVirtualClusterCommandInput);
32
- resolveMiddleware(
33
- clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
34
- configuration: EMRContainersClientResolvedConfig,
35
- options?: __HttpHandlerOptions
36
- ): Handler<
18
+ declare const DescribeVirtualClusterCommand_base: {
19
+ new (
20
+ input: DescribeVirtualClusterCommandInput
21
+ ): import("@smithy/smithy-client").CommandImpl<
37
22
  DescribeVirtualClusterCommandInput,
38
- DescribeVirtualClusterCommandOutput
23
+ DescribeVirtualClusterCommandOutput,
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 DescribeVirtualClusterCommand extends DescribeVirtualClusterCommand_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 GetManagedEndpointSessionCredentialsCommandInput
21
15
  export interface GetManagedEndpointSessionCredentialsCommandOutput
22
16
  extends GetManagedEndpointSessionCredentialsResponse,
23
17
  __MetadataBearer {}
24
- export declare class GetManagedEndpointSessionCredentialsCommand extends $Command<
25
- GetManagedEndpointSessionCredentialsCommandInput,
26
- GetManagedEndpointSessionCredentialsCommandOutput,
27
- EMRContainersClientResolvedConfig
28
- > {
29
- readonly input: GetManagedEndpointSessionCredentialsCommandInput;
30
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
31
- constructor(input: GetManagedEndpointSessionCredentialsCommandInput);
32
- resolveMiddleware(
33
- clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
34
- configuration: EMRContainersClientResolvedConfig,
35
- options?: __HttpHandlerOptions
36
- ): Handler<
18
+ declare const GetManagedEndpointSessionCredentialsCommand_base: {
19
+ new (
20
+ input: GetManagedEndpointSessionCredentialsCommandInput
21
+ ): import("@smithy/smithy-client").CommandImpl<
37
22
  GetManagedEndpointSessionCredentialsCommandInput,
38
- GetManagedEndpointSessionCredentialsCommandOutput
23
+ GetManagedEndpointSessionCredentialsCommandOutput,
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 GetManagedEndpointSessionCredentialsCommand extends GetManagedEndpointSessionCredentialsCommand_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,
@@ -17,19 +11,16 @@ export interface ListJobRunsCommandInput extends ListJobRunsRequest {}
17
11
  export interface ListJobRunsCommandOutput
18
12
  extends ListJobRunsResponse,
19
13
  __MetadataBearer {}
20
- export declare class ListJobRunsCommand extends $Command<
21
- ListJobRunsCommandInput,
22
- ListJobRunsCommandOutput,
23
- EMRContainersClientResolvedConfig
24
- > {
25
- readonly input: ListJobRunsCommandInput;
26
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
27
- constructor(input: ListJobRunsCommandInput);
28
- resolveMiddleware(
29
- clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
30
- configuration: EMRContainersClientResolvedConfig,
31
- options?: __HttpHandlerOptions
32
- ): Handler<ListJobRunsCommandInput, ListJobRunsCommandOutput>;
33
- private serialize;
34
- private deserialize;
35
- }
14
+ declare const ListJobRunsCommand_base: {
15
+ new (
16
+ input: ListJobRunsCommandInput
17
+ ): import("@smithy/smithy-client").CommandImpl<
18
+ ListJobRunsCommandInput,
19
+ ListJobRunsCommandOutput,
20
+ EMRContainersClientResolvedConfig,
21
+ ServiceInputTypes,
22
+ ServiceOutputTypes
23
+ >;
24
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
+ };
26
+ export declare class ListJobRunsCommand extends ListJobRunsCommand_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 ListJobTemplatesCommandInput extends ListJobTemplatesRequest {}
20
14
  export interface ListJobTemplatesCommandOutput
21
15
  extends ListJobTemplatesResponse,
22
16
  __MetadataBearer {}
23
- export declare class ListJobTemplatesCommand extends $Command<
24
- ListJobTemplatesCommandInput,
25
- ListJobTemplatesCommandOutput,
26
- EMRContainersClientResolvedConfig
27
- > {
28
- readonly input: ListJobTemplatesCommandInput;
29
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
30
- constructor(input: ListJobTemplatesCommandInput);
31
- resolveMiddleware(
32
- clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
33
- configuration: EMRContainersClientResolvedConfig,
34
- options?: __HttpHandlerOptions
35
- ): Handler<ListJobTemplatesCommandInput, ListJobTemplatesCommandOutput>;
36
- private serialize;
37
- private deserialize;
38
- }
17
+ declare const ListJobTemplatesCommand_base: {
18
+ new (
19
+ input: ListJobTemplatesCommandInput
20
+ ): import("@smithy/smithy-client").CommandImpl<
21
+ ListJobTemplatesCommandInput,
22
+ ListJobTemplatesCommandOutput,
23
+ EMRContainersClientResolvedConfig,
24
+ ServiceInputTypes,
25
+ ServiceOutputTypes
26
+ >;
27
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
+ };
29
+ export declare class ListJobTemplatesCommand extends ListJobTemplatesCommand_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 ListManagedEndpointsCommandInput
21
15
  export interface ListManagedEndpointsCommandOutput
22
16
  extends ListManagedEndpointsResponse,
23
17
  __MetadataBearer {}
24
- export declare class ListManagedEndpointsCommand extends $Command<
25
- ListManagedEndpointsCommandInput,
26
- ListManagedEndpointsCommandOutput,
27
- EMRContainersClientResolvedConfig
28
- > {
29
- readonly input: ListManagedEndpointsCommandInput;
30
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
31
- constructor(input: ListManagedEndpointsCommandInput);
32
- resolveMiddleware(
33
- clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
34
- configuration: EMRContainersClientResolvedConfig,
35
- options?: __HttpHandlerOptions
36
- ): Handler<
18
+ declare const ListManagedEndpointsCommand_base: {
19
+ new (
20
+ input: ListManagedEndpointsCommandInput
21
+ ): import("@smithy/smithy-client").CommandImpl<
37
22
  ListManagedEndpointsCommandInput,
38
- ListManagedEndpointsCommandOutput
23
+ ListManagedEndpointsCommandOutput,
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 ListManagedEndpointsCommand extends ListManagedEndpointsCommand_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 ListTagsForResourceCommandInput
21
15
  export interface ListTagsForResourceCommandOutput
22
16
  extends ListTagsForResourceResponse,
23
17
  __MetadataBearer {}
24
- export declare class ListTagsForResourceCommand extends $Command<
25
- ListTagsForResourceCommandInput,
26
- ListTagsForResourceCommandOutput,
27
- EMRContainersClientResolvedConfig
28
- > {
29
- readonly input: ListTagsForResourceCommandInput;
30
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
31
- constructor(input: ListTagsForResourceCommandInput);
32
- resolveMiddleware(
33
- clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
34
- configuration: EMRContainersClientResolvedConfig,
35
- options?: __HttpHandlerOptions
36
- ): Handler<ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput>;
37
- private serialize;
38
- private deserialize;
39
- }
18
+ declare const ListTagsForResourceCommand_base: {
19
+ new (
20
+ input: ListTagsForResourceCommandInput
21
+ ): import("@smithy/smithy-client").CommandImpl<
22
+ ListTagsForResourceCommandInput,
23
+ ListTagsForResourceCommandOutput,
24
+ EMRContainersClientResolvedConfig,
25
+ ServiceInputTypes,
26
+ ServiceOutputTypes
27
+ >;
28
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
29
+ };
30
+ export declare class ListTagsForResourceCommand extends ListTagsForResourceCommand_base {}