@aws-sdk/client-emr-containers 3.1077.0 → 3.1079.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 (77) hide show
  1. package/dist-cjs/index.js +31 -233
  2. package/dist-es/commandBuilder.js +6 -0
  3. package/dist-es/commands/CancelJobRunCommand.js +2 -14
  4. package/dist-es/commands/CreateJobTemplateCommand.js +2 -14
  5. package/dist-es/commands/CreateManagedEndpointCommand.js +2 -14
  6. package/dist-es/commands/CreateSecurityConfigurationCommand.js +2 -14
  7. package/dist-es/commands/CreateVirtualClusterCommand.js +2 -14
  8. package/dist-es/commands/DeleteJobTemplateCommand.js +2 -14
  9. package/dist-es/commands/DeleteManagedEndpointCommand.js +2 -14
  10. package/dist-es/commands/DeleteVirtualClusterCommand.js +2 -14
  11. package/dist-es/commands/DescribeJobRunCommand.js +2 -14
  12. package/dist-es/commands/DescribeJobTemplateCommand.js +2 -14
  13. package/dist-es/commands/DescribeManagedEndpointCommand.js +2 -14
  14. package/dist-es/commands/DescribeSecurityConfigurationCommand.js +2 -14
  15. package/dist-es/commands/DescribeVirtualClusterCommand.js +2 -14
  16. package/dist-es/commands/GetManagedEndpointSessionCredentialsCommand.js +2 -14
  17. package/dist-es/commands/ListJobRunsCommand.js +2 -14
  18. package/dist-es/commands/ListJobTemplatesCommand.js +2 -14
  19. package/dist-es/commands/ListManagedEndpointsCommand.js +2 -14
  20. package/dist-es/commands/ListSecurityConfigurationsCommand.js +2 -14
  21. package/dist-es/commands/ListTagsForResourceCommand.js +2 -14
  22. package/dist-es/commands/ListVirtualClustersCommand.js +2 -14
  23. package/dist-es/commands/StartJobRunCommand.js +2 -14
  24. package/dist-es/commands/TagResourceCommand.js +2 -14
  25. package/dist-es/commands/UntagResourceCommand.js +2 -14
  26. package/dist-es/index.js +1 -0
  27. package/dist-types/commandBuilder.d.ts +18 -0
  28. package/dist-types/commands/CancelJobRunCommand.d.ts +3 -8
  29. package/dist-types/commands/CreateJobTemplateCommand.d.ts +3 -8
  30. package/dist-types/commands/CreateManagedEndpointCommand.d.ts +3 -8
  31. package/dist-types/commands/CreateSecurityConfigurationCommand.d.ts +3 -8
  32. package/dist-types/commands/CreateVirtualClusterCommand.d.ts +3 -8
  33. package/dist-types/commands/DeleteJobTemplateCommand.d.ts +3 -8
  34. package/dist-types/commands/DeleteManagedEndpointCommand.d.ts +3 -8
  35. package/dist-types/commands/DeleteVirtualClusterCommand.d.ts +3 -8
  36. package/dist-types/commands/DescribeJobRunCommand.d.ts +3 -8
  37. package/dist-types/commands/DescribeJobTemplateCommand.d.ts +3 -8
  38. package/dist-types/commands/DescribeManagedEndpointCommand.d.ts +3 -8
  39. package/dist-types/commands/DescribeSecurityConfigurationCommand.d.ts +3 -8
  40. package/dist-types/commands/DescribeVirtualClusterCommand.d.ts +3 -8
  41. package/dist-types/commands/GetManagedEndpointSessionCredentialsCommand.d.ts +3 -8
  42. package/dist-types/commands/ListJobRunsCommand.d.ts +3 -8
  43. package/dist-types/commands/ListJobTemplatesCommand.d.ts +3 -8
  44. package/dist-types/commands/ListManagedEndpointsCommand.d.ts +3 -8
  45. package/dist-types/commands/ListSecurityConfigurationsCommand.d.ts +3 -8
  46. package/dist-types/commands/ListTagsForResourceCommand.d.ts +3 -8
  47. package/dist-types/commands/ListVirtualClustersCommand.d.ts +3 -8
  48. package/dist-types/commands/StartJobRunCommand.d.ts +3 -8
  49. package/dist-types/commands/TagResourceCommand.d.ts +3 -8
  50. package/dist-types/commands/UntagResourceCommand.d.ts +3 -8
  51. package/dist-types/index.d.ts +1 -0
  52. package/dist-types/ts3.4/commandBuilder.d.ts +46 -0
  53. package/dist-types/ts3.4/commands/CancelJobRunCommand.d.ts +7 -16
  54. package/dist-types/ts3.4/commands/CreateJobTemplateCommand.d.ts +7 -16
  55. package/dist-types/ts3.4/commands/CreateManagedEndpointCommand.d.ts +7 -16
  56. package/dist-types/ts3.4/commands/CreateSecurityConfigurationCommand.d.ts +7 -16
  57. package/dist-types/ts3.4/commands/CreateVirtualClusterCommand.d.ts +7 -16
  58. package/dist-types/ts3.4/commands/DeleteJobTemplateCommand.d.ts +7 -16
  59. package/dist-types/ts3.4/commands/DeleteManagedEndpointCommand.d.ts +7 -16
  60. package/dist-types/ts3.4/commands/DeleteVirtualClusterCommand.d.ts +7 -16
  61. package/dist-types/ts3.4/commands/DescribeJobRunCommand.d.ts +7 -16
  62. package/dist-types/ts3.4/commands/DescribeJobTemplateCommand.d.ts +7 -16
  63. package/dist-types/ts3.4/commands/DescribeManagedEndpointCommand.d.ts +7 -16
  64. package/dist-types/ts3.4/commands/DescribeSecurityConfigurationCommand.d.ts +7 -16
  65. package/dist-types/ts3.4/commands/DescribeVirtualClusterCommand.d.ts +7 -16
  66. package/dist-types/ts3.4/commands/GetManagedEndpointSessionCredentialsCommand.d.ts +7 -16
  67. package/dist-types/ts3.4/commands/ListJobRunsCommand.d.ts +7 -16
  68. package/dist-types/ts3.4/commands/ListJobTemplatesCommand.d.ts +7 -16
  69. package/dist-types/ts3.4/commands/ListManagedEndpointsCommand.d.ts +7 -16
  70. package/dist-types/ts3.4/commands/ListSecurityConfigurationsCommand.d.ts +7 -16
  71. package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +7 -16
  72. package/dist-types/ts3.4/commands/ListVirtualClustersCommand.d.ts +7 -16
  73. package/dist-types/ts3.4/commands/StartJobRunCommand.d.ts +7 -16
  74. package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +7 -16
  75. package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +7 -16
  76. package/dist-types/ts3.4/index.d.ts +1 -0
  77. package/package.json +8 -8
@@ -1,16 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import {
4
- EMRContainersClientResolvedConfig,
5
- ServiceInputTypes,
6
- ServiceOutputTypes,
7
- } from "../EMRContainersClient";
8
2
  import {
9
3
  DeleteVirtualClusterRequest,
10
4
  DeleteVirtualClusterResponse,
11
5
  } from "../models/models_0";
12
6
  export { __MetadataBearer };
13
- export { $Command };
14
7
  export interface DeleteVirtualClusterCommandInput
15
8
  extends DeleteVirtualClusterRequest {}
16
9
  export interface DeleteVirtualClusterCommandOutput
@@ -22,22 +15,20 @@ declare const DeleteVirtualClusterCommand_base: {
22
15
  ): import("@smithy/core/client").CommandImpl<
23
16
  DeleteVirtualClusterCommandInput,
24
17
  DeleteVirtualClusterCommandOutput,
25
- EMRContainersClientResolvedConfig,
26
- ServiceInputTypes,
27
- ServiceOutputTypes
18
+ import("..").EMRContainersClientResolvedConfig,
19
+ import("..").ServiceInputTypes,
20
+ import("..").ServiceOutputTypes
28
21
  >;
29
22
  new (
30
23
  input: DeleteVirtualClusterCommandInput
31
24
  ): import("@smithy/core/client").CommandImpl<
32
25
  DeleteVirtualClusterCommandInput,
33
26
  DeleteVirtualClusterCommandOutput,
34
- EMRContainersClientResolvedConfig,
35
- ServiceInputTypes,
36
- ServiceOutputTypes
27
+ import("..").EMRContainersClientResolvedConfig,
28
+ import("..").ServiceInputTypes,
29
+ import("..").ServiceOutputTypes
37
30
  >;
38
- getEndpointParameterInstructions(): {
39
- [x: string]: unknown;
40
- };
31
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
41
32
  };
42
33
  export declare class DeleteVirtualClusterCommand extends DeleteVirtualClusterCommand_base {
43
34
  protected static __types: {
@@ -1,16 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import {
4
- EMRContainersClientResolvedConfig,
5
- ServiceInputTypes,
6
- ServiceOutputTypes,
7
- } from "../EMRContainersClient";
8
2
  import {
9
3
  DescribeJobRunRequest,
10
4
  DescribeJobRunResponse,
11
5
  } from "../models/models_0";
12
6
  export { __MetadataBearer };
13
- export { $Command };
14
7
  export interface DescribeJobRunCommandInput extends DescribeJobRunRequest {}
15
8
  export interface DescribeJobRunCommandOutput
16
9
  extends DescribeJobRunResponse,
@@ -21,22 +14,20 @@ declare const DescribeJobRunCommand_base: {
21
14
  ): import("@smithy/core/client").CommandImpl<
22
15
  DescribeJobRunCommandInput,
23
16
  DescribeJobRunCommandOutput,
24
- EMRContainersClientResolvedConfig,
25
- ServiceInputTypes,
26
- ServiceOutputTypes
17
+ import("..").EMRContainersClientResolvedConfig,
18
+ import("..").ServiceInputTypes,
19
+ import("..").ServiceOutputTypes
27
20
  >;
28
21
  new (
29
22
  input: DescribeJobRunCommandInput
30
23
  ): import("@smithy/core/client").CommandImpl<
31
24
  DescribeJobRunCommandInput,
32
25
  DescribeJobRunCommandOutput,
33
- EMRContainersClientResolvedConfig,
34
- ServiceInputTypes,
35
- ServiceOutputTypes
26
+ import("..").EMRContainersClientResolvedConfig,
27
+ import("..").ServiceInputTypes,
28
+ import("..").ServiceOutputTypes
36
29
  >;
37
- getEndpointParameterInstructions(): {
38
- [x: string]: unknown;
39
- };
30
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
40
31
  };
41
32
  export declare class DescribeJobRunCommand extends DescribeJobRunCommand_base {
42
33
  protected static __types: {
@@ -1,16 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import {
4
- EMRContainersClientResolvedConfig,
5
- ServiceInputTypes,
6
- ServiceOutputTypes,
7
- } from "../EMRContainersClient";
8
2
  import {
9
3
  DescribeJobTemplateRequest,
10
4
  DescribeJobTemplateResponse,
11
5
  } from "../models/models_0";
12
6
  export { __MetadataBearer };
13
- export { $Command };
14
7
  export interface DescribeJobTemplateCommandInput
15
8
  extends DescribeJobTemplateRequest {}
16
9
  export interface DescribeJobTemplateCommandOutput
@@ -22,22 +15,20 @@ declare const DescribeJobTemplateCommand_base: {
22
15
  ): import("@smithy/core/client").CommandImpl<
23
16
  DescribeJobTemplateCommandInput,
24
17
  DescribeJobTemplateCommandOutput,
25
- EMRContainersClientResolvedConfig,
26
- ServiceInputTypes,
27
- ServiceOutputTypes
18
+ import("..").EMRContainersClientResolvedConfig,
19
+ import("..").ServiceInputTypes,
20
+ import("..").ServiceOutputTypes
28
21
  >;
29
22
  new (
30
23
  input: DescribeJobTemplateCommandInput
31
24
  ): import("@smithy/core/client").CommandImpl<
32
25
  DescribeJobTemplateCommandInput,
33
26
  DescribeJobTemplateCommandOutput,
34
- EMRContainersClientResolvedConfig,
35
- ServiceInputTypes,
36
- ServiceOutputTypes
27
+ import("..").EMRContainersClientResolvedConfig,
28
+ import("..").ServiceInputTypes,
29
+ import("..").ServiceOutputTypes
37
30
  >;
38
- getEndpointParameterInstructions(): {
39
- [x: string]: unknown;
40
- };
31
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
41
32
  };
42
33
  export declare class DescribeJobTemplateCommand extends DescribeJobTemplateCommand_base {
43
34
  protected static __types: {
@@ -1,16 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import {
4
- EMRContainersClientResolvedConfig,
5
- ServiceInputTypes,
6
- ServiceOutputTypes,
7
- } from "../EMRContainersClient";
8
2
  import {
9
3
  DescribeManagedEndpointRequest,
10
4
  DescribeManagedEndpointResponse,
11
5
  } from "../models/models_0";
12
6
  export { __MetadataBearer };
13
- export { $Command };
14
7
  export interface DescribeManagedEndpointCommandInput
15
8
  extends DescribeManagedEndpointRequest {}
16
9
  export interface DescribeManagedEndpointCommandOutput
@@ -22,22 +15,20 @@ declare const DescribeManagedEndpointCommand_base: {
22
15
  ): import("@smithy/core/client").CommandImpl<
23
16
  DescribeManagedEndpointCommandInput,
24
17
  DescribeManagedEndpointCommandOutput,
25
- EMRContainersClientResolvedConfig,
26
- ServiceInputTypes,
27
- ServiceOutputTypes
18
+ import("..").EMRContainersClientResolvedConfig,
19
+ import("..").ServiceInputTypes,
20
+ import("..").ServiceOutputTypes
28
21
  >;
29
22
  new (
30
23
  input: DescribeManagedEndpointCommandInput
31
24
  ): import("@smithy/core/client").CommandImpl<
32
25
  DescribeManagedEndpointCommandInput,
33
26
  DescribeManagedEndpointCommandOutput,
34
- EMRContainersClientResolvedConfig,
35
- ServiceInputTypes,
36
- ServiceOutputTypes
27
+ import("..").EMRContainersClientResolvedConfig,
28
+ import("..").ServiceInputTypes,
29
+ import("..").ServiceOutputTypes
37
30
  >;
38
- getEndpointParameterInstructions(): {
39
- [x: string]: unknown;
40
- };
31
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
41
32
  };
42
33
  export declare class DescribeManagedEndpointCommand extends DescribeManagedEndpointCommand_base {
43
34
  protected static __types: {
@@ -1,16 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import {
4
- EMRContainersClientResolvedConfig,
5
- ServiceInputTypes,
6
- ServiceOutputTypes,
7
- } from "../EMRContainersClient";
8
2
  import {
9
3
  DescribeSecurityConfigurationRequest,
10
4
  DescribeSecurityConfigurationResponse,
11
5
  } from "../models/models_0";
12
6
  export { __MetadataBearer };
13
- export { $Command };
14
7
  export interface DescribeSecurityConfigurationCommandInput
15
8
  extends DescribeSecurityConfigurationRequest {}
16
9
  export interface DescribeSecurityConfigurationCommandOutput
@@ -22,22 +15,20 @@ declare const DescribeSecurityConfigurationCommand_base: {
22
15
  ): import("@smithy/core/client").CommandImpl<
23
16
  DescribeSecurityConfigurationCommandInput,
24
17
  DescribeSecurityConfigurationCommandOutput,
25
- EMRContainersClientResolvedConfig,
26
- ServiceInputTypes,
27
- ServiceOutputTypes
18
+ import("..").EMRContainersClientResolvedConfig,
19
+ import("..").ServiceInputTypes,
20
+ import("..").ServiceOutputTypes
28
21
  >;
29
22
  new (
30
23
  input: DescribeSecurityConfigurationCommandInput
31
24
  ): import("@smithy/core/client").CommandImpl<
32
25
  DescribeSecurityConfigurationCommandInput,
33
26
  DescribeSecurityConfigurationCommandOutput,
34
- EMRContainersClientResolvedConfig,
35
- ServiceInputTypes,
36
- ServiceOutputTypes
27
+ import("..").EMRContainersClientResolvedConfig,
28
+ import("..").ServiceInputTypes,
29
+ import("..").ServiceOutputTypes
37
30
  >;
38
- getEndpointParameterInstructions(): {
39
- [x: string]: unknown;
40
- };
31
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
41
32
  };
42
33
  export declare class DescribeSecurityConfigurationCommand extends DescribeSecurityConfigurationCommand_base {
43
34
  protected static __types: {
@@ -1,16 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import {
4
- EMRContainersClientResolvedConfig,
5
- ServiceInputTypes,
6
- ServiceOutputTypes,
7
- } from "../EMRContainersClient";
8
2
  import {
9
3
  DescribeVirtualClusterRequest,
10
4
  DescribeVirtualClusterResponse,
11
5
  } from "../models/models_0";
12
6
  export { __MetadataBearer };
13
- export { $Command };
14
7
  export interface DescribeVirtualClusterCommandInput
15
8
  extends DescribeVirtualClusterRequest {}
16
9
  export interface DescribeVirtualClusterCommandOutput
@@ -22,22 +15,20 @@ declare const DescribeVirtualClusterCommand_base: {
22
15
  ): import("@smithy/core/client").CommandImpl<
23
16
  DescribeVirtualClusterCommandInput,
24
17
  DescribeVirtualClusterCommandOutput,
25
- EMRContainersClientResolvedConfig,
26
- ServiceInputTypes,
27
- ServiceOutputTypes
18
+ import("..").EMRContainersClientResolvedConfig,
19
+ import("..").ServiceInputTypes,
20
+ import("..").ServiceOutputTypes
28
21
  >;
29
22
  new (
30
23
  input: DescribeVirtualClusterCommandInput
31
24
  ): import("@smithy/core/client").CommandImpl<
32
25
  DescribeVirtualClusterCommandInput,
33
26
  DescribeVirtualClusterCommandOutput,
34
- EMRContainersClientResolvedConfig,
35
- ServiceInputTypes,
36
- ServiceOutputTypes
27
+ import("..").EMRContainersClientResolvedConfig,
28
+ import("..").ServiceInputTypes,
29
+ import("..").ServiceOutputTypes
37
30
  >;
38
- getEndpointParameterInstructions(): {
39
- [x: string]: unknown;
40
- };
31
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
41
32
  };
42
33
  export declare class DescribeVirtualClusterCommand extends DescribeVirtualClusterCommand_base {
43
34
  protected static __types: {
@@ -1,16 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import {
4
- EMRContainersClientResolvedConfig,
5
- ServiceInputTypes,
6
- ServiceOutputTypes,
7
- } from "../EMRContainersClient";
8
2
  import {
9
3
  GetManagedEndpointSessionCredentialsRequest,
10
4
  GetManagedEndpointSessionCredentialsResponse,
11
5
  } from "../models/models_0";
12
6
  export { __MetadataBearer };
13
- export { $Command };
14
7
  export interface GetManagedEndpointSessionCredentialsCommandInput
15
8
  extends GetManagedEndpointSessionCredentialsRequest {}
16
9
  export interface GetManagedEndpointSessionCredentialsCommandOutput
@@ -22,22 +15,20 @@ declare const GetManagedEndpointSessionCredentialsCommand_base: {
22
15
  ): import("@smithy/core/client").CommandImpl<
23
16
  GetManagedEndpointSessionCredentialsCommandInput,
24
17
  GetManagedEndpointSessionCredentialsCommandOutput,
25
- EMRContainersClientResolvedConfig,
26
- ServiceInputTypes,
27
- ServiceOutputTypes
18
+ import("..").EMRContainersClientResolvedConfig,
19
+ import("..").ServiceInputTypes,
20
+ import("..").ServiceOutputTypes
28
21
  >;
29
22
  new (
30
23
  input: GetManagedEndpointSessionCredentialsCommandInput
31
24
  ): import("@smithy/core/client").CommandImpl<
32
25
  GetManagedEndpointSessionCredentialsCommandInput,
33
26
  GetManagedEndpointSessionCredentialsCommandOutput,
34
- EMRContainersClientResolvedConfig,
35
- ServiceInputTypes,
36
- ServiceOutputTypes
27
+ import("..").EMRContainersClientResolvedConfig,
28
+ import("..").ServiceInputTypes,
29
+ import("..").ServiceOutputTypes
37
30
  >;
38
- getEndpointParameterInstructions(): {
39
- [x: string]: unknown;
40
- };
31
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
41
32
  };
42
33
  export declare class GetManagedEndpointSessionCredentialsCommand extends GetManagedEndpointSessionCredentialsCommand_base {
43
34
  protected static __types: {
@@ -1,13 +1,6 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import {
4
- EMRContainersClientResolvedConfig,
5
- ServiceInputTypes,
6
- ServiceOutputTypes,
7
- } from "../EMRContainersClient";
8
2
  import { ListJobRunsRequest, ListJobRunsResponse } from "../models/models_0";
9
3
  export { __MetadataBearer };
10
- export { $Command };
11
4
  export interface ListJobRunsCommandInput extends ListJobRunsRequest {}
12
5
  export interface ListJobRunsCommandOutput
13
6
  extends ListJobRunsResponse,
@@ -18,22 +11,20 @@ declare const ListJobRunsCommand_base: {
18
11
  ): import("@smithy/core/client").CommandImpl<
19
12
  ListJobRunsCommandInput,
20
13
  ListJobRunsCommandOutput,
21
- EMRContainersClientResolvedConfig,
22
- ServiceInputTypes,
23
- ServiceOutputTypes
14
+ import("..").EMRContainersClientResolvedConfig,
15
+ import("..").ServiceInputTypes,
16
+ import("..").ServiceOutputTypes
24
17
  >;
25
18
  new (
26
19
  input: ListJobRunsCommandInput
27
20
  ): import("@smithy/core/client").CommandImpl<
28
21
  ListJobRunsCommandInput,
29
22
  ListJobRunsCommandOutput,
30
- EMRContainersClientResolvedConfig,
31
- ServiceInputTypes,
32
- ServiceOutputTypes
23
+ import("..").EMRContainersClientResolvedConfig,
24
+ import("..").ServiceInputTypes,
25
+ import("..").ServiceOutputTypes
33
26
  >;
34
- getEndpointParameterInstructions(): {
35
- [x: string]: unknown;
36
- };
27
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
37
28
  };
38
29
  export declare class ListJobRunsCommand extends ListJobRunsCommand_base {
39
30
  protected static __types: {
@@ -1,16 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import {
4
- EMRContainersClientResolvedConfig,
5
- ServiceInputTypes,
6
- ServiceOutputTypes,
7
- } from "../EMRContainersClient";
8
2
  import {
9
3
  ListJobTemplatesRequest,
10
4
  ListJobTemplatesResponse,
11
5
  } from "../models/models_0";
12
6
  export { __MetadataBearer };
13
- export { $Command };
14
7
  export interface ListJobTemplatesCommandInput extends ListJobTemplatesRequest {}
15
8
  export interface ListJobTemplatesCommandOutput
16
9
  extends ListJobTemplatesResponse,
@@ -21,22 +14,20 @@ declare const ListJobTemplatesCommand_base: {
21
14
  ): import("@smithy/core/client").CommandImpl<
22
15
  ListJobTemplatesCommandInput,
23
16
  ListJobTemplatesCommandOutput,
24
- EMRContainersClientResolvedConfig,
25
- ServiceInputTypes,
26
- ServiceOutputTypes
17
+ import("..").EMRContainersClientResolvedConfig,
18
+ import("..").ServiceInputTypes,
19
+ import("..").ServiceOutputTypes
27
20
  >;
28
21
  new (
29
22
  ...[input]: [] | [ListJobTemplatesCommandInput]
30
23
  ): import("@smithy/core/client").CommandImpl<
31
24
  ListJobTemplatesCommandInput,
32
25
  ListJobTemplatesCommandOutput,
33
- EMRContainersClientResolvedConfig,
34
- ServiceInputTypes,
35
- ServiceOutputTypes
26
+ import("..").EMRContainersClientResolvedConfig,
27
+ import("..").ServiceInputTypes,
28
+ import("..").ServiceOutputTypes
36
29
  >;
37
- getEndpointParameterInstructions(): {
38
- [x: string]: unknown;
39
- };
30
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
40
31
  };
41
32
  export declare class ListJobTemplatesCommand extends ListJobTemplatesCommand_base {
42
33
  protected static __types: {
@@ -1,16 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import {
4
- EMRContainersClientResolvedConfig,
5
- ServiceInputTypes,
6
- ServiceOutputTypes,
7
- } from "../EMRContainersClient";
8
2
  import {
9
3
  ListManagedEndpointsRequest,
10
4
  ListManagedEndpointsResponse,
11
5
  } from "../models/models_0";
12
6
  export { __MetadataBearer };
13
- export { $Command };
14
7
  export interface ListManagedEndpointsCommandInput
15
8
  extends ListManagedEndpointsRequest {}
16
9
  export interface ListManagedEndpointsCommandOutput
@@ -22,22 +15,20 @@ declare const ListManagedEndpointsCommand_base: {
22
15
  ): import("@smithy/core/client").CommandImpl<
23
16
  ListManagedEndpointsCommandInput,
24
17
  ListManagedEndpointsCommandOutput,
25
- EMRContainersClientResolvedConfig,
26
- ServiceInputTypes,
27
- ServiceOutputTypes
18
+ import("..").EMRContainersClientResolvedConfig,
19
+ import("..").ServiceInputTypes,
20
+ import("..").ServiceOutputTypes
28
21
  >;
29
22
  new (
30
23
  input: ListManagedEndpointsCommandInput
31
24
  ): import("@smithy/core/client").CommandImpl<
32
25
  ListManagedEndpointsCommandInput,
33
26
  ListManagedEndpointsCommandOutput,
34
- EMRContainersClientResolvedConfig,
35
- ServiceInputTypes,
36
- ServiceOutputTypes
27
+ import("..").EMRContainersClientResolvedConfig,
28
+ import("..").ServiceInputTypes,
29
+ import("..").ServiceOutputTypes
37
30
  >;
38
- getEndpointParameterInstructions(): {
39
- [x: string]: unknown;
40
- };
31
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
41
32
  };
42
33
  export declare class ListManagedEndpointsCommand extends ListManagedEndpointsCommand_base {
43
34
  protected static __types: {
@@ -1,16 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import {
4
- EMRContainersClientResolvedConfig,
5
- ServiceInputTypes,
6
- ServiceOutputTypes,
7
- } from "../EMRContainersClient";
8
2
  import {
9
3
  ListSecurityConfigurationsRequest,
10
4
  ListSecurityConfigurationsResponse,
11
5
  } from "../models/models_0";
12
6
  export { __MetadataBearer };
13
- export { $Command };
14
7
  export interface ListSecurityConfigurationsCommandInput
15
8
  extends ListSecurityConfigurationsRequest {}
16
9
  export interface ListSecurityConfigurationsCommandOutput
@@ -22,22 +15,20 @@ declare const ListSecurityConfigurationsCommand_base: {
22
15
  ): import("@smithy/core/client").CommandImpl<
23
16
  ListSecurityConfigurationsCommandInput,
24
17
  ListSecurityConfigurationsCommandOutput,
25
- EMRContainersClientResolvedConfig,
26
- ServiceInputTypes,
27
- ServiceOutputTypes
18
+ import("..").EMRContainersClientResolvedConfig,
19
+ import("..").ServiceInputTypes,
20
+ import("..").ServiceOutputTypes
28
21
  >;
29
22
  new (
30
23
  ...[input]: [] | [ListSecurityConfigurationsCommandInput]
31
24
  ): import("@smithy/core/client").CommandImpl<
32
25
  ListSecurityConfigurationsCommandInput,
33
26
  ListSecurityConfigurationsCommandOutput,
34
- EMRContainersClientResolvedConfig,
35
- ServiceInputTypes,
36
- ServiceOutputTypes
27
+ import("..").EMRContainersClientResolvedConfig,
28
+ import("..").ServiceInputTypes,
29
+ import("..").ServiceOutputTypes
37
30
  >;
38
- getEndpointParameterInstructions(): {
39
- [x: string]: unknown;
40
- };
31
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
41
32
  };
42
33
  export declare class ListSecurityConfigurationsCommand extends ListSecurityConfigurationsCommand_base {
43
34
  protected static __types: {
@@ -1,16 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import {
4
- EMRContainersClientResolvedConfig,
5
- ServiceInputTypes,
6
- ServiceOutputTypes,
7
- } from "../EMRContainersClient";
8
2
  import {
9
3
  ListTagsForResourceRequest,
10
4
  ListTagsForResourceResponse,
11
5
  } from "../models/models_0";
12
6
  export { __MetadataBearer };
13
- export { $Command };
14
7
  export interface ListTagsForResourceCommandInput
15
8
  extends ListTagsForResourceRequest {}
16
9
  export interface ListTagsForResourceCommandOutput
@@ -22,22 +15,20 @@ declare const ListTagsForResourceCommand_base: {
22
15
  ): import("@smithy/core/client").CommandImpl<
23
16
  ListTagsForResourceCommandInput,
24
17
  ListTagsForResourceCommandOutput,
25
- EMRContainersClientResolvedConfig,
26
- ServiceInputTypes,
27
- ServiceOutputTypes
18
+ import("..").EMRContainersClientResolvedConfig,
19
+ import("..").ServiceInputTypes,
20
+ import("..").ServiceOutputTypes
28
21
  >;
29
22
  new (
30
23
  input: ListTagsForResourceCommandInput
31
24
  ): import("@smithy/core/client").CommandImpl<
32
25
  ListTagsForResourceCommandInput,
33
26
  ListTagsForResourceCommandOutput,
34
- EMRContainersClientResolvedConfig,
35
- ServiceInputTypes,
36
- ServiceOutputTypes
27
+ import("..").EMRContainersClientResolvedConfig,
28
+ import("..").ServiceInputTypes,
29
+ import("..").ServiceOutputTypes
37
30
  >;
38
- getEndpointParameterInstructions(): {
39
- [x: string]: unknown;
40
- };
31
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
41
32
  };
42
33
  export declare class ListTagsForResourceCommand extends ListTagsForResourceCommand_base {
43
34
  protected static __types: {
@@ -1,16 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import {
4
- EMRContainersClientResolvedConfig,
5
- ServiceInputTypes,
6
- ServiceOutputTypes,
7
- } from "../EMRContainersClient";
8
2
  import {
9
3
  ListVirtualClustersRequest,
10
4
  ListVirtualClustersResponse,
11
5
  } from "../models/models_0";
12
6
  export { __MetadataBearer };
13
- export { $Command };
14
7
  export interface ListVirtualClustersCommandInput
15
8
  extends ListVirtualClustersRequest {}
16
9
  export interface ListVirtualClustersCommandOutput
@@ -22,22 +15,20 @@ declare const ListVirtualClustersCommand_base: {
22
15
  ): import("@smithy/core/client").CommandImpl<
23
16
  ListVirtualClustersCommandInput,
24
17
  ListVirtualClustersCommandOutput,
25
- EMRContainersClientResolvedConfig,
26
- ServiceInputTypes,
27
- ServiceOutputTypes
18
+ import("..").EMRContainersClientResolvedConfig,
19
+ import("..").ServiceInputTypes,
20
+ import("..").ServiceOutputTypes
28
21
  >;
29
22
  new (
30
23
  ...[input]: [] | [ListVirtualClustersCommandInput]
31
24
  ): import("@smithy/core/client").CommandImpl<
32
25
  ListVirtualClustersCommandInput,
33
26
  ListVirtualClustersCommandOutput,
34
- EMRContainersClientResolvedConfig,
35
- ServiceInputTypes,
36
- ServiceOutputTypes
27
+ import("..").EMRContainersClientResolvedConfig,
28
+ import("..").ServiceInputTypes,
29
+ import("..").ServiceOutputTypes
37
30
  >;
38
- getEndpointParameterInstructions(): {
39
- [x: string]: unknown;
40
- };
31
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
41
32
  };
42
33
  export declare class ListVirtualClustersCommand extends ListVirtualClustersCommand_base {
43
34
  protected static __types: {
@@ -1,13 +1,6 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import {
4
- EMRContainersClientResolvedConfig,
5
- ServiceInputTypes,
6
- ServiceOutputTypes,
7
- } from "../EMRContainersClient";
8
2
  import { StartJobRunRequest, StartJobRunResponse } from "../models/models_0";
9
3
  export { __MetadataBearer };
10
- export { $Command };
11
4
  export interface StartJobRunCommandInput extends StartJobRunRequest {}
12
5
  export interface StartJobRunCommandOutput
13
6
  extends StartJobRunResponse,
@@ -18,22 +11,20 @@ declare const StartJobRunCommand_base: {
18
11
  ): import("@smithy/core/client").CommandImpl<
19
12
  StartJobRunCommandInput,
20
13
  StartJobRunCommandOutput,
21
- EMRContainersClientResolvedConfig,
22
- ServiceInputTypes,
23
- ServiceOutputTypes
14
+ import("..").EMRContainersClientResolvedConfig,
15
+ import("..").ServiceInputTypes,
16
+ import("..").ServiceOutputTypes
24
17
  >;
25
18
  new (
26
19
  input: StartJobRunCommandInput
27
20
  ): import("@smithy/core/client").CommandImpl<
28
21
  StartJobRunCommandInput,
29
22
  StartJobRunCommandOutput,
30
- EMRContainersClientResolvedConfig,
31
- ServiceInputTypes,
32
- ServiceOutputTypes
23
+ import("..").EMRContainersClientResolvedConfig,
24
+ import("..").ServiceInputTypes,
25
+ import("..").ServiceOutputTypes
33
26
  >;
34
- getEndpointParameterInstructions(): {
35
- [x: string]: unknown;
36
- };
27
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
37
28
  };
38
29
  export declare class StartJobRunCommand extends StartJobRunCommand_base {
39
30
  protected static __types: {