@aws-sdk/client-emr-containers 3.1076.0 → 3.1078.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 (89) hide show
  1. package/dist-cjs/index.js +34 -235
  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-es/runtimeConfig.browser.js +0 -2
  28. package/dist-es/runtimeConfig.js +1 -2
  29. package/dist-es/runtimeConfig.native.js +0 -2
  30. package/dist-es/runtimeConfig.shared.js +2 -0
  31. package/dist-types/commandBuilder.d.ts +18 -0
  32. package/dist-types/commands/CancelJobRunCommand.d.ts +3 -8
  33. package/dist-types/commands/CreateJobTemplateCommand.d.ts +3 -8
  34. package/dist-types/commands/CreateManagedEndpointCommand.d.ts +3 -8
  35. package/dist-types/commands/CreateSecurityConfigurationCommand.d.ts +3 -8
  36. package/dist-types/commands/CreateVirtualClusterCommand.d.ts +3 -8
  37. package/dist-types/commands/DeleteJobTemplateCommand.d.ts +3 -8
  38. package/dist-types/commands/DeleteManagedEndpointCommand.d.ts +3 -8
  39. package/dist-types/commands/DeleteVirtualClusterCommand.d.ts +3 -8
  40. package/dist-types/commands/DescribeJobRunCommand.d.ts +3 -8
  41. package/dist-types/commands/DescribeJobTemplateCommand.d.ts +3 -8
  42. package/dist-types/commands/DescribeManagedEndpointCommand.d.ts +3 -8
  43. package/dist-types/commands/DescribeSecurityConfigurationCommand.d.ts +3 -8
  44. package/dist-types/commands/DescribeVirtualClusterCommand.d.ts +3 -8
  45. package/dist-types/commands/GetManagedEndpointSessionCredentialsCommand.d.ts +3 -8
  46. package/dist-types/commands/ListJobRunsCommand.d.ts +3 -8
  47. package/dist-types/commands/ListJobTemplatesCommand.d.ts +3 -8
  48. package/dist-types/commands/ListManagedEndpointsCommand.d.ts +3 -8
  49. package/dist-types/commands/ListSecurityConfigurationsCommand.d.ts +3 -8
  50. package/dist-types/commands/ListTagsForResourceCommand.d.ts +3 -8
  51. package/dist-types/commands/ListVirtualClustersCommand.d.ts +3 -8
  52. package/dist-types/commands/StartJobRunCommand.d.ts +3 -8
  53. package/dist-types/commands/TagResourceCommand.d.ts +3 -8
  54. package/dist-types/commands/UntagResourceCommand.d.ts +3 -8
  55. package/dist-types/index.d.ts +1 -0
  56. package/dist-types/runtimeConfig.browser.d.ts +1 -1
  57. package/dist-types/runtimeConfig.d.ts +1 -1
  58. package/dist-types/runtimeConfig.native.d.ts +1 -1
  59. package/dist-types/runtimeConfig.shared.d.ts +1 -0
  60. package/dist-types/ts3.4/commandBuilder.d.ts +46 -0
  61. package/dist-types/ts3.4/commands/CancelJobRunCommand.d.ts +7 -16
  62. package/dist-types/ts3.4/commands/CreateJobTemplateCommand.d.ts +7 -16
  63. package/dist-types/ts3.4/commands/CreateManagedEndpointCommand.d.ts +7 -16
  64. package/dist-types/ts3.4/commands/CreateSecurityConfigurationCommand.d.ts +7 -16
  65. package/dist-types/ts3.4/commands/CreateVirtualClusterCommand.d.ts +7 -16
  66. package/dist-types/ts3.4/commands/DeleteJobTemplateCommand.d.ts +7 -16
  67. package/dist-types/ts3.4/commands/DeleteManagedEndpointCommand.d.ts +7 -16
  68. package/dist-types/ts3.4/commands/DeleteVirtualClusterCommand.d.ts +7 -16
  69. package/dist-types/ts3.4/commands/DescribeJobRunCommand.d.ts +7 -16
  70. package/dist-types/ts3.4/commands/DescribeJobTemplateCommand.d.ts +7 -16
  71. package/dist-types/ts3.4/commands/DescribeManagedEndpointCommand.d.ts +7 -16
  72. package/dist-types/ts3.4/commands/DescribeSecurityConfigurationCommand.d.ts +7 -16
  73. package/dist-types/ts3.4/commands/DescribeVirtualClusterCommand.d.ts +7 -16
  74. package/dist-types/ts3.4/commands/GetManagedEndpointSessionCredentialsCommand.d.ts +7 -16
  75. package/dist-types/ts3.4/commands/ListJobRunsCommand.d.ts +7 -16
  76. package/dist-types/ts3.4/commands/ListJobTemplatesCommand.d.ts +7 -16
  77. package/dist-types/ts3.4/commands/ListManagedEndpointsCommand.d.ts +7 -16
  78. package/dist-types/ts3.4/commands/ListSecurityConfigurationsCommand.d.ts +7 -16
  79. package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +7 -16
  80. package/dist-types/ts3.4/commands/ListVirtualClustersCommand.d.ts +7 -16
  81. package/dist-types/ts3.4/commands/StartJobRunCommand.d.ts +7 -16
  82. package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +7 -16
  83. package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +7 -16
  84. package/dist-types/ts3.4/index.d.ts +1 -0
  85. package/dist-types/ts3.4/runtimeConfig.browser.d.ts +1 -1
  86. package/dist-types/ts3.4/runtimeConfig.d.ts +1 -1
  87. package/dist-types/ts3.4/runtimeConfig.native.d.ts +1 -1
  88. package/dist-types/ts3.4/runtimeConfig.shared.d.ts +1 -0
  89. package/package.json +8 -10
@@ -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
  CreateVirtualClusterRequest,
10
4
  CreateVirtualClusterResponse,
11
5
  } from "../models/models_0";
12
6
  export { __MetadataBearer };
13
- export { $Command };
14
7
  export interface CreateVirtualClusterCommandInput
15
8
  extends CreateVirtualClusterRequest {}
16
9
  export interface CreateVirtualClusterCommandOutput
@@ -22,22 +15,20 @@ declare const CreateVirtualClusterCommand_base: {
22
15
  ): import("@smithy/core/client").CommandImpl<
23
16
  CreateVirtualClusterCommandInput,
24
17
  CreateVirtualClusterCommandOutput,
25
- EMRContainersClientResolvedConfig,
26
- ServiceInputTypes,
27
- ServiceOutputTypes
18
+ import("..").EMRContainersClientResolvedConfig,
19
+ import("..").ServiceInputTypes,
20
+ import("..").ServiceOutputTypes
28
21
  >;
29
22
  new (
30
23
  input: CreateVirtualClusterCommandInput
31
24
  ): import("@smithy/core/client").CommandImpl<
32
25
  CreateVirtualClusterCommandInput,
33
26
  CreateVirtualClusterCommandOutput,
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 CreateVirtualClusterCommand extends CreateVirtualClusterCommand_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
  DeleteJobTemplateRequest,
10
4
  DeleteJobTemplateResponse,
11
5
  } from "../models/models_0";
12
6
  export { __MetadataBearer };
13
- export { $Command };
14
7
  export interface DeleteJobTemplateCommandInput
15
8
  extends DeleteJobTemplateRequest {}
16
9
  export interface DeleteJobTemplateCommandOutput
@@ -22,22 +15,20 @@ declare const DeleteJobTemplateCommand_base: {
22
15
  ): import("@smithy/core/client").CommandImpl<
23
16
  DeleteJobTemplateCommandInput,
24
17
  DeleteJobTemplateCommandOutput,
25
- EMRContainersClientResolvedConfig,
26
- ServiceInputTypes,
27
- ServiceOutputTypes
18
+ import("..").EMRContainersClientResolvedConfig,
19
+ import("..").ServiceInputTypes,
20
+ import("..").ServiceOutputTypes
28
21
  >;
29
22
  new (
30
23
  input: DeleteJobTemplateCommandInput
31
24
  ): import("@smithy/core/client").CommandImpl<
32
25
  DeleteJobTemplateCommandInput,
33
26
  DeleteJobTemplateCommandOutput,
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 DeleteJobTemplateCommand extends DeleteJobTemplateCommand_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
  DeleteManagedEndpointRequest,
10
4
  DeleteManagedEndpointResponse,
11
5
  } from "../models/models_0";
12
6
  export { __MetadataBearer };
13
- export { $Command };
14
7
  export interface DeleteManagedEndpointCommandInput
15
8
  extends DeleteManagedEndpointRequest {}
16
9
  export interface DeleteManagedEndpointCommandOutput
@@ -22,22 +15,20 @@ declare const DeleteManagedEndpointCommand_base: {
22
15
  ): import("@smithy/core/client").CommandImpl<
23
16
  DeleteManagedEndpointCommandInput,
24
17
  DeleteManagedEndpointCommandOutput,
25
- EMRContainersClientResolvedConfig,
26
- ServiceInputTypes,
27
- ServiceOutputTypes
18
+ import("..").EMRContainersClientResolvedConfig,
19
+ import("..").ServiceInputTypes,
20
+ import("..").ServiceOutputTypes
28
21
  >;
29
22
  new (
30
23
  input: DeleteManagedEndpointCommandInput
31
24
  ): import("@smithy/core/client").CommandImpl<
32
25
  DeleteManagedEndpointCommandInput,
33
26
  DeleteManagedEndpointCommandOutput,
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 DeleteManagedEndpointCommand extends DeleteManagedEndpointCommand_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
  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: {