@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,12 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import type { EMRContainersClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../EMRContainersClient";
4
2
  import type { ListJobRunsRequest, ListJobRunsResponse } from "../models/models_0";
5
3
  /**
6
4
  * @public
7
5
  */
8
6
  export type { __MetadataBearer };
9
- export { $Command };
10
7
  /**
11
8
  * @public
12
9
  *
@@ -22,11 +19,9 @@ export interface ListJobRunsCommandInput extends ListJobRunsRequest {
22
19
  export interface ListJobRunsCommandOutput extends ListJobRunsResponse, __MetadataBearer {
23
20
  }
24
21
  declare const ListJobRunsCommand_base: {
25
- new (input: ListJobRunsCommandInput): import("@smithy/core/client").CommandImpl<ListJobRunsCommandInput, ListJobRunsCommandOutput, EMRContainersClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: ListJobRunsCommandInput): import("@smithy/core/client").CommandImpl<ListJobRunsCommandInput, ListJobRunsCommandOutput, EMRContainersClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: ListJobRunsCommandInput): import("@smithy/core/client").CommandImpl<ListJobRunsCommandInput, ListJobRunsCommandOutput, import("..").EMRContainersClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (input: ListJobRunsCommandInput): import("@smithy/core/client").CommandImpl<ListJobRunsCommandInput, ListJobRunsCommandOutput, import("..").EMRContainersClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>Lists job runs based on a set of parameters. A job run is a unit of work, such as a
@@ -1,12 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import type { EMRContainersClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../EMRContainersClient";
4
2
  import type { ListJobTemplatesRequest, ListJobTemplatesResponse } from "../models/models_0";
5
3
  /**
6
4
  * @public
7
5
  */
8
6
  export type { __MetadataBearer };
9
- export { $Command };
10
7
  /**
11
8
  * @public
12
9
  *
@@ -22,11 +19,9 @@ export interface ListJobTemplatesCommandInput extends ListJobTemplatesRequest {
22
19
  export interface ListJobTemplatesCommandOutput extends ListJobTemplatesResponse, __MetadataBearer {
23
20
  }
24
21
  declare const ListJobTemplatesCommand_base: {
25
- new (input: ListJobTemplatesCommandInput): import("@smithy/core/client").CommandImpl<ListJobTemplatesCommandInput, ListJobTemplatesCommandOutput, EMRContainersClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (...[input]: [] | [ListJobTemplatesCommandInput]): import("@smithy/core/client").CommandImpl<ListJobTemplatesCommandInput, ListJobTemplatesCommandOutput, EMRContainersClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: ListJobTemplatesCommandInput): import("@smithy/core/client").CommandImpl<ListJobTemplatesCommandInput, ListJobTemplatesCommandOutput, import("..").EMRContainersClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (...[input]: [] | [ListJobTemplatesCommandInput]): import("@smithy/core/client").CommandImpl<ListJobTemplatesCommandInput, ListJobTemplatesCommandOutput, import("..").EMRContainersClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>Lists job templates based on a set of parameters. Job template stores values of
@@ -1,12 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import type { EMRContainersClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../EMRContainersClient";
4
2
  import type { ListManagedEndpointsRequest, ListManagedEndpointsResponse } from "../models/models_0";
5
3
  /**
6
4
  * @public
7
5
  */
8
6
  export type { __MetadataBearer };
9
- export { $Command };
10
7
  /**
11
8
  * @public
12
9
  *
@@ -22,11 +19,9 @@ export interface ListManagedEndpointsCommandInput extends ListManagedEndpointsRe
22
19
  export interface ListManagedEndpointsCommandOutput extends ListManagedEndpointsResponse, __MetadataBearer {
23
20
  }
24
21
  declare const ListManagedEndpointsCommand_base: {
25
- new (input: ListManagedEndpointsCommandInput): import("@smithy/core/client").CommandImpl<ListManagedEndpointsCommandInput, ListManagedEndpointsCommandOutput, EMRContainersClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: ListManagedEndpointsCommandInput): import("@smithy/core/client").CommandImpl<ListManagedEndpointsCommandInput, ListManagedEndpointsCommandOutput, EMRContainersClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: ListManagedEndpointsCommandInput): import("@smithy/core/client").CommandImpl<ListManagedEndpointsCommandInput, ListManagedEndpointsCommandOutput, import("..").EMRContainersClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (input: ListManagedEndpointsCommandInput): import("@smithy/core/client").CommandImpl<ListManagedEndpointsCommandInput, ListManagedEndpointsCommandOutput, import("..").EMRContainersClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>Lists managed endpoints based on a set of parameters. A managed endpoint is a gateway
@@ -1,12 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import type { EMRContainersClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../EMRContainersClient";
4
2
  import type { ListSecurityConfigurationsRequest, ListSecurityConfigurationsResponse } from "../models/models_0";
5
3
  /**
6
4
  * @public
7
5
  */
8
6
  export type { __MetadataBearer };
9
- export { $Command };
10
7
  /**
11
8
  * @public
12
9
  *
@@ -22,11 +19,9 @@ export interface ListSecurityConfigurationsCommandInput extends ListSecurityConf
22
19
  export interface ListSecurityConfigurationsCommandOutput extends ListSecurityConfigurationsResponse, __MetadataBearer {
23
20
  }
24
21
  declare const ListSecurityConfigurationsCommand_base: {
25
- new (input: ListSecurityConfigurationsCommandInput): import("@smithy/core/client").CommandImpl<ListSecurityConfigurationsCommandInput, ListSecurityConfigurationsCommandOutput, EMRContainersClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (...[input]: [] | [ListSecurityConfigurationsCommandInput]): import("@smithy/core/client").CommandImpl<ListSecurityConfigurationsCommandInput, ListSecurityConfigurationsCommandOutput, EMRContainersClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: ListSecurityConfigurationsCommandInput): import("@smithy/core/client").CommandImpl<ListSecurityConfigurationsCommandInput, ListSecurityConfigurationsCommandOutput, import("..").EMRContainersClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (...[input]: [] | [ListSecurityConfigurationsCommandInput]): import("@smithy/core/client").CommandImpl<ListSecurityConfigurationsCommandInput, ListSecurityConfigurationsCommandOutput, import("..").EMRContainersClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>Lists security configurations based on a set of parameters. Security configurations in
@@ -1,12 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import type { EMRContainersClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../EMRContainersClient";
4
2
  import type { ListTagsForResourceRequest, ListTagsForResourceResponse } from "../models/models_0";
5
3
  /**
6
4
  * @public
7
5
  */
8
6
  export type { __MetadataBearer };
9
- export { $Command };
10
7
  /**
11
8
  * @public
12
9
  *
@@ -22,11 +19,9 @@ export interface ListTagsForResourceCommandInput extends ListTagsForResourceRequ
22
19
  export interface ListTagsForResourceCommandOutput extends ListTagsForResourceResponse, __MetadataBearer {
23
20
  }
24
21
  declare const ListTagsForResourceCommand_base: {
25
- new (input: ListTagsForResourceCommandInput): import("@smithy/core/client").CommandImpl<ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput, EMRContainersClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: ListTagsForResourceCommandInput): import("@smithy/core/client").CommandImpl<ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput, EMRContainersClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: ListTagsForResourceCommandInput): import("@smithy/core/client").CommandImpl<ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput, import("..").EMRContainersClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (input: ListTagsForResourceCommandInput): import("@smithy/core/client").CommandImpl<ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput, import("..").EMRContainersClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>Lists the tags assigned to the resources.</p>
@@ -1,12 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import type { EMRContainersClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../EMRContainersClient";
4
2
  import type { ListVirtualClustersRequest, ListVirtualClustersResponse } from "../models/models_0";
5
3
  /**
6
4
  * @public
7
5
  */
8
6
  export type { __MetadataBearer };
9
- export { $Command };
10
7
  /**
11
8
  * @public
12
9
  *
@@ -22,11 +19,9 @@ export interface ListVirtualClustersCommandInput extends ListVirtualClustersRequ
22
19
  export interface ListVirtualClustersCommandOutput extends ListVirtualClustersResponse, __MetadataBearer {
23
20
  }
24
21
  declare const ListVirtualClustersCommand_base: {
25
- new (input: ListVirtualClustersCommandInput): import("@smithy/core/client").CommandImpl<ListVirtualClustersCommandInput, ListVirtualClustersCommandOutput, EMRContainersClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (...[input]: [] | [ListVirtualClustersCommandInput]): import("@smithy/core/client").CommandImpl<ListVirtualClustersCommandInput, ListVirtualClustersCommandOutput, EMRContainersClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: ListVirtualClustersCommandInput): import("@smithy/core/client").CommandImpl<ListVirtualClustersCommandInput, ListVirtualClustersCommandOutput, import("..").EMRContainersClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (...[input]: [] | [ListVirtualClustersCommandInput]): import("@smithy/core/client").CommandImpl<ListVirtualClustersCommandInput, ListVirtualClustersCommandOutput, import("..").EMRContainersClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>Lists information about the specified virtual cluster. Virtual cluster is a managed
@@ -1,12 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import type { EMRContainersClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../EMRContainersClient";
4
2
  import type { StartJobRunRequest, StartJobRunResponse } from "../models/models_0";
5
3
  /**
6
4
  * @public
7
5
  */
8
6
  export type { __MetadataBearer };
9
- export { $Command };
10
7
  /**
11
8
  * @public
12
9
  *
@@ -22,11 +19,9 @@ export interface StartJobRunCommandInput extends StartJobRunRequest {
22
19
  export interface StartJobRunCommandOutput extends StartJobRunResponse, __MetadataBearer {
23
20
  }
24
21
  declare const StartJobRunCommand_base: {
25
- new (input: StartJobRunCommandInput): import("@smithy/core/client").CommandImpl<StartJobRunCommandInput, StartJobRunCommandOutput, EMRContainersClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: StartJobRunCommandInput): import("@smithy/core/client").CommandImpl<StartJobRunCommandInput, StartJobRunCommandOutput, EMRContainersClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: StartJobRunCommandInput): import("@smithy/core/client").CommandImpl<StartJobRunCommandInput, StartJobRunCommandOutput, import("..").EMRContainersClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (input: StartJobRunCommandInput): import("@smithy/core/client").CommandImpl<StartJobRunCommandInput, StartJobRunCommandOutput, import("..").EMRContainersClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>Starts a job run. A job run is a unit of work, such as a Spark jar, PySpark script, or
@@ -1,12 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import type { EMRContainersClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../EMRContainersClient";
4
2
  import type { TagResourceRequest, TagResourceResponse } from "../models/models_0";
5
3
  /**
6
4
  * @public
7
5
  */
8
6
  export type { __MetadataBearer };
9
- export { $Command };
10
7
  /**
11
8
  * @public
12
9
  *
@@ -22,11 +19,9 @@ export interface TagResourceCommandInput extends TagResourceRequest {
22
19
  export interface TagResourceCommandOutput extends TagResourceResponse, __MetadataBearer {
23
20
  }
24
21
  declare const TagResourceCommand_base: {
25
- new (input: TagResourceCommandInput): import("@smithy/core/client").CommandImpl<TagResourceCommandInput, TagResourceCommandOutput, EMRContainersClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: TagResourceCommandInput): import("@smithy/core/client").CommandImpl<TagResourceCommandInput, TagResourceCommandOutput, EMRContainersClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: TagResourceCommandInput): import("@smithy/core/client").CommandImpl<TagResourceCommandInput, TagResourceCommandOutput, import("..").EMRContainersClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (input: TagResourceCommandInput): import("@smithy/core/client").CommandImpl<TagResourceCommandInput, TagResourceCommandOutput, import("..").EMRContainersClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>Assigns tags to resources. A tag is a label that you assign to an Amazon Web Services
@@ -1,12 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import type { EMRContainersClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../EMRContainersClient";
4
2
  import type { UntagResourceRequest, UntagResourceResponse } from "../models/models_0";
5
3
  /**
6
4
  * @public
7
5
  */
8
6
  export type { __MetadataBearer };
9
- export { $Command };
10
7
  /**
11
8
  * @public
12
9
  *
@@ -22,11 +19,9 @@ export interface UntagResourceCommandInput extends UntagResourceRequest {
22
19
  export interface UntagResourceCommandOutput extends UntagResourceResponse, __MetadataBearer {
23
20
  }
24
21
  declare const UntagResourceCommand_base: {
25
- new (input: UntagResourceCommandInput): import("@smithy/core/client").CommandImpl<UntagResourceCommandInput, UntagResourceCommandOutput, EMRContainersClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: UntagResourceCommandInput): import("@smithy/core/client").CommandImpl<UntagResourceCommandInput, UntagResourceCommandOutput, EMRContainersClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: UntagResourceCommandInput): import("@smithy/core/client").CommandImpl<UntagResourceCommandInput, UntagResourceCommandOutput, import("..").EMRContainersClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (input: UntagResourceCommandInput): import("@smithy/core/client").CommandImpl<UntagResourceCommandInput, UntagResourceCommandOutput, import("..").EMRContainersClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>Removes tags from resources.</p>
@@ -32,6 +32,7 @@ export type { ClientInputEndpointParameters } from "./endpoint/EndpointParameter
32
32
  export type { RuntimeExtension } from "./runtimeExtensions";
33
33
  export type { EMRContainersExtensionConfiguration } from "./extensionConfiguration";
34
34
  export * from "./commands";
35
+ export { Command as $Command } from "@smithy/core/client";
35
36
  export * from "./schemas/schemas_0";
36
37
  export * from "./pagination";
37
38
  export * from "./models/enums";
@@ -0,0 +1,46 @@
1
+ import { EndpointParameterInstructions } from "@smithy/types";
2
+ import {
3
+ EMRContainersClientResolvedConfig,
4
+ ServiceInputTypes,
5
+ ServiceOutputTypes,
6
+ } from "./EMRContainersClient";
7
+ export declare const command: <
8
+ I extends ServiceInputTypes,
9
+ O extends ServiceOutputTypes
10
+ >(
11
+ added: EndpointParameterInstructions,
12
+ plugins: (
13
+ CommandCtor: any,
14
+ clientStack: any,
15
+ config: any,
16
+ options: any
17
+ ) => import("@smithy/types").Pluggable<any, any>[],
18
+ op: string,
19
+ $: import("@smithy/types").StaticOperationSchema,
20
+ smithyContext?: Record<string, unknown>
21
+ ) => {
22
+ new (input: I): import("@smithy/core/client").CommandImpl<
23
+ I,
24
+ O,
25
+ EMRContainersClientResolvedConfig,
26
+ ServiceInputTypes,
27
+ ServiceOutputTypes
28
+ >;
29
+ new (
30
+ ...[input]: import("@smithy/types").OptionalParameter<I>
31
+ ): import("@smithy/core/client").CommandImpl<
32
+ I,
33
+ O,
34
+ EMRContainersClientResolvedConfig,
35
+ ServiceInputTypes,
36
+ ServiceOutputTypes
37
+ >;
38
+ getEndpointParameterInstructions(): EndpointParameterInstructions;
39
+ };
40
+ export declare const _ep0: EndpointParameterInstructions;
41
+ export declare const _mw0: (
42
+ Command: any,
43
+ cs: any,
44
+ config: any,
45
+ o: any
46
+ ) => never[];
@@ -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 { CancelJobRunRequest, CancelJobRunResponse } from "../models/models_0";
9
3
  export { __MetadataBearer };
10
- export { $Command };
11
4
  export interface CancelJobRunCommandInput extends CancelJobRunRequest {}
12
5
  export interface CancelJobRunCommandOutput
13
6
  extends CancelJobRunResponse,
@@ -18,22 +11,20 @@ declare const CancelJobRunCommand_base: {
18
11
  ): import("@smithy/core/client").CommandImpl<
19
12
  CancelJobRunCommandInput,
20
13
  CancelJobRunCommandOutput,
21
- EMRContainersClientResolvedConfig,
22
- ServiceInputTypes,
23
- ServiceOutputTypes
14
+ import("..").EMRContainersClientResolvedConfig,
15
+ import("..").ServiceInputTypes,
16
+ import("..").ServiceOutputTypes
24
17
  >;
25
18
  new (
26
19
  input: CancelJobRunCommandInput
27
20
  ): import("@smithy/core/client").CommandImpl<
28
21
  CancelJobRunCommandInput,
29
22
  CancelJobRunCommandOutput,
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 CancelJobRunCommand extends CancelJobRunCommand_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
  CreateJobTemplateRequest,
10
4
  CreateJobTemplateResponse,
11
5
  } from "../models/models_0";
12
6
  export { __MetadataBearer };
13
- export { $Command };
14
7
  export interface CreateJobTemplateCommandInput
15
8
  extends CreateJobTemplateRequest {}
16
9
  export interface CreateJobTemplateCommandOutput
@@ -22,22 +15,20 @@ declare const CreateJobTemplateCommand_base: {
22
15
  ): import("@smithy/core/client").CommandImpl<
23
16
  CreateJobTemplateCommandInput,
24
17
  CreateJobTemplateCommandOutput,
25
- EMRContainersClientResolvedConfig,
26
- ServiceInputTypes,
27
- ServiceOutputTypes
18
+ import("..").EMRContainersClientResolvedConfig,
19
+ import("..").ServiceInputTypes,
20
+ import("..").ServiceOutputTypes
28
21
  >;
29
22
  new (
30
23
  input: CreateJobTemplateCommandInput
31
24
  ): import("@smithy/core/client").CommandImpl<
32
25
  CreateJobTemplateCommandInput,
33
26
  CreateJobTemplateCommandOutput,
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 CreateJobTemplateCommand extends CreateJobTemplateCommand_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
  CreateManagedEndpointRequest,
10
4
  CreateManagedEndpointResponse,
11
5
  } from "../models/models_0";
12
6
  export { __MetadataBearer };
13
- export { $Command };
14
7
  export interface CreateManagedEndpointCommandInput
15
8
  extends CreateManagedEndpointRequest {}
16
9
  export interface CreateManagedEndpointCommandOutput
@@ -22,22 +15,20 @@ declare const CreateManagedEndpointCommand_base: {
22
15
  ): import("@smithy/core/client").CommandImpl<
23
16
  CreateManagedEndpointCommandInput,
24
17
  CreateManagedEndpointCommandOutput,
25
- EMRContainersClientResolvedConfig,
26
- ServiceInputTypes,
27
- ServiceOutputTypes
18
+ import("..").EMRContainersClientResolvedConfig,
19
+ import("..").ServiceInputTypes,
20
+ import("..").ServiceOutputTypes
28
21
  >;
29
22
  new (
30
23
  input: CreateManagedEndpointCommandInput
31
24
  ): import("@smithy/core/client").CommandImpl<
32
25
  CreateManagedEndpointCommandInput,
33
26
  CreateManagedEndpointCommandOutput,
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 CreateManagedEndpointCommand extends CreateManagedEndpointCommand_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
  CreateSecurityConfigurationRequest,
10
4
  CreateSecurityConfigurationResponse,
11
5
  } from "../models/models_0";
12
6
  export { __MetadataBearer };
13
- export { $Command };
14
7
  export interface CreateSecurityConfigurationCommandInput
15
8
  extends CreateSecurityConfigurationRequest {}
16
9
  export interface CreateSecurityConfigurationCommandOutput
@@ -22,22 +15,20 @@ declare const CreateSecurityConfigurationCommand_base: {
22
15
  ): import("@smithy/core/client").CommandImpl<
23
16
  CreateSecurityConfigurationCommandInput,
24
17
  CreateSecurityConfigurationCommandOutput,
25
- EMRContainersClientResolvedConfig,
26
- ServiceInputTypes,
27
- ServiceOutputTypes
18
+ import("..").EMRContainersClientResolvedConfig,
19
+ import("..").ServiceInputTypes,
20
+ import("..").ServiceOutputTypes
28
21
  >;
29
22
  new (
30
23
  input: CreateSecurityConfigurationCommandInput
31
24
  ): import("@smithy/core/client").CommandImpl<
32
25
  CreateSecurityConfigurationCommandInput,
33
26
  CreateSecurityConfigurationCommandOutput,
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 CreateSecurityConfigurationCommand extends CreateSecurityConfigurationCommand_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
  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: {