@aws-sdk/client-emr-containers 3.35.0 → 3.38.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 (188) hide show
  1. package/CHANGELOG.md +47 -0
  2. package/dist-cjs/EMRContainers.js +0 -25
  3. package/dist-cjs/EMRContainersClient.js +0 -30
  4. package/dist-cjs/commands/CancelJobRunCommand.js +0 -25
  5. package/dist-cjs/commands/CreateManagedEndpointCommand.js +0 -25
  6. package/dist-cjs/commands/CreateVirtualClusterCommand.js +0 -25
  7. package/dist-cjs/commands/DeleteManagedEndpointCommand.js +0 -25
  8. package/dist-cjs/commands/DeleteVirtualClusterCommand.js +0 -25
  9. package/dist-cjs/commands/DescribeJobRunCommand.js +0 -25
  10. package/dist-cjs/commands/DescribeManagedEndpointCommand.js +0 -25
  11. package/dist-cjs/commands/DescribeVirtualClusterCommand.js +0 -25
  12. package/dist-cjs/commands/ListJobRunsCommand.js +0 -25
  13. package/dist-cjs/commands/ListManagedEndpointsCommand.js +0 -25
  14. package/dist-cjs/commands/ListTagsForResourceCommand.js +0 -25
  15. package/dist-cjs/commands/ListVirtualClustersCommand.js +0 -25
  16. package/dist-cjs/commands/StartJobRunCommand.js +0 -25
  17. package/dist-cjs/commands/TagResourceCommand.js +0 -25
  18. package/dist-cjs/commands/UntagResourceCommand.js +0 -25
  19. package/dist-cjs/commands/index.js +18 -0
  20. package/dist-cjs/endpoints.js +1 -2
  21. package/dist-cjs/index.js +4 -22
  22. package/dist-cjs/models/index.js +0 -1
  23. package/dist-cjs/models/models_0.js +0 -139
  24. package/dist-cjs/pagination/Interfaces.js +0 -1
  25. package/dist-cjs/pagination/ListJobRunsPaginator.js +0 -11
  26. package/dist-cjs/pagination/ListManagedEndpointsPaginator.js +0 -11
  27. package/dist-cjs/pagination/ListVirtualClustersPaginator.js +0 -11
  28. package/dist-cjs/pagination/index.js +7 -0
  29. package/dist-cjs/protocols/Aws_restJson1.js +0 -6
  30. package/dist-cjs/runtimeConfig.browser.js +1 -6
  31. package/dist-cjs/runtimeConfig.js +2 -7
  32. package/dist-cjs/runtimeConfig.native.js +0 -4
  33. package/dist-cjs/runtimeConfig.shared.js +0 -4
  34. package/dist-es/EMRContainers.js +0 -1
  35. package/dist-es/EMRContainersClient.js +0 -1
  36. package/dist-es/commands/CancelJobRunCommand.js +0 -1
  37. package/dist-es/commands/CreateManagedEndpointCommand.js +0 -1
  38. package/dist-es/commands/CreateVirtualClusterCommand.js +0 -1
  39. package/dist-es/commands/DeleteManagedEndpointCommand.js +0 -1
  40. package/dist-es/commands/DeleteVirtualClusterCommand.js +0 -1
  41. package/dist-es/commands/DescribeJobRunCommand.js +0 -1
  42. package/dist-es/commands/DescribeManagedEndpointCommand.js +0 -1
  43. package/dist-es/commands/DescribeVirtualClusterCommand.js +0 -1
  44. package/dist-es/commands/ListJobRunsCommand.js +0 -1
  45. package/dist-es/commands/ListManagedEndpointsCommand.js +0 -1
  46. package/dist-es/commands/ListTagsForResourceCommand.js +0 -1
  47. package/dist-es/commands/ListVirtualClustersCommand.js +0 -1
  48. package/dist-es/commands/StartJobRunCommand.js +0 -1
  49. package/dist-es/commands/TagResourceCommand.js +0 -1
  50. package/dist-es/commands/UntagResourceCommand.js +0 -1
  51. package/dist-es/commands/index.js +15 -0
  52. package/dist-es/endpoints.js +1 -2
  53. package/dist-es/index.js +4 -22
  54. package/dist-es/models/index.js +0 -1
  55. package/dist-es/models/models_0.js +0 -1
  56. package/dist-es/pagination/Interfaces.js +0 -1
  57. package/dist-es/pagination/ListJobRunsPaginator.js +0 -1
  58. package/dist-es/pagination/ListManagedEndpointsPaginator.js +0 -1
  59. package/dist-es/pagination/ListVirtualClustersPaginator.js +0 -1
  60. package/dist-es/pagination/index.js +4 -0
  61. package/dist-es/protocols/Aws_restJson1.js +0 -1
  62. package/dist-es/runtimeConfig.browser.js +1 -2
  63. package/dist-es/runtimeConfig.js +2 -3
  64. package/dist-es/runtimeConfig.native.js +0 -1
  65. package/dist-es/runtimeConfig.shared.js +0 -1
  66. package/dist-types/commands/index.d.ts +15 -0
  67. package/dist-types/index.d.ts +4 -21
  68. package/dist-types/pagination/index.d.ts +4 -0
  69. package/dist-types/ts3.4/EMRContainers.d.ts +16 -69
  70. package/dist-types/ts3.4/EMRContainersClient.d.ts +24 -110
  71. package/dist-types/ts3.4/commands/CancelJobRunCommand.d.ts +2 -20
  72. package/dist-types/ts3.4/commands/CreateManagedEndpointCommand.d.ts +2 -20
  73. package/dist-types/ts3.4/commands/CreateVirtualClusterCommand.d.ts +2 -20
  74. package/dist-types/ts3.4/commands/DeleteManagedEndpointCommand.d.ts +2 -20
  75. package/dist-types/ts3.4/commands/DeleteVirtualClusterCommand.d.ts +2 -20
  76. package/dist-types/ts3.4/commands/DescribeJobRunCommand.d.ts +2 -20
  77. package/dist-types/ts3.4/commands/DescribeManagedEndpointCommand.d.ts +2 -20
  78. package/dist-types/ts3.4/commands/DescribeVirtualClusterCommand.d.ts +2 -20
  79. package/dist-types/ts3.4/commands/ListJobRunsCommand.d.ts +2 -20
  80. package/dist-types/ts3.4/commands/ListManagedEndpointsCommand.d.ts +2 -20
  81. package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +2 -20
  82. package/dist-types/ts3.4/commands/ListVirtualClustersCommand.d.ts +2 -20
  83. package/dist-types/ts3.4/commands/StartJobRunCommand.d.ts +2 -20
  84. package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +2 -20
  85. package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +2 -20
  86. package/dist-types/ts3.4/commands/index.d.ts +15 -0
  87. package/dist-types/ts3.4/index.d.ts +4 -21
  88. package/dist-types/ts3.4/models/models_0.d.ts +205 -623
  89. package/dist-types/ts3.4/pagination/index.d.ts +4 -0
  90. package/dist-types/ts3.4/runtimeConfig.browser.d.ts +1 -3
  91. package/dist-types/ts3.4/runtimeConfig.d.ts +1 -3
  92. package/dist-types/ts3.4/runtimeConfig.native.d.ts +1 -3
  93. package/dist-types/ts3.4/runtimeConfig.shared.d.ts +1 -3
  94. package/package.json +33 -30
  95. package/dist-cjs/EMRContainers.js.map +0 -1
  96. package/dist-cjs/EMRContainersClient.js.map +0 -1
  97. package/dist-cjs/commands/CancelJobRunCommand.js.map +0 -1
  98. package/dist-cjs/commands/CreateManagedEndpointCommand.js.map +0 -1
  99. package/dist-cjs/commands/CreateVirtualClusterCommand.js.map +0 -1
  100. package/dist-cjs/commands/DeleteManagedEndpointCommand.js.map +0 -1
  101. package/dist-cjs/commands/DeleteVirtualClusterCommand.js.map +0 -1
  102. package/dist-cjs/commands/DescribeJobRunCommand.js.map +0 -1
  103. package/dist-cjs/commands/DescribeManagedEndpointCommand.js.map +0 -1
  104. package/dist-cjs/commands/DescribeVirtualClusterCommand.js.map +0 -1
  105. package/dist-cjs/commands/ListJobRunsCommand.js.map +0 -1
  106. package/dist-cjs/commands/ListManagedEndpointsCommand.js.map +0 -1
  107. package/dist-cjs/commands/ListTagsForResourceCommand.js.map +0 -1
  108. package/dist-cjs/commands/ListVirtualClustersCommand.js.map +0 -1
  109. package/dist-cjs/commands/StartJobRunCommand.js.map +0 -1
  110. package/dist-cjs/commands/TagResourceCommand.js.map +0 -1
  111. package/dist-cjs/commands/UntagResourceCommand.js.map +0 -1
  112. package/dist-cjs/endpoints.js.map +0 -1
  113. package/dist-cjs/index.js.map +0 -1
  114. package/dist-cjs/models/index.js.map +0 -1
  115. package/dist-cjs/models/models_0.js.map +0 -1
  116. package/dist-cjs/pagination/Interfaces.js.map +0 -1
  117. package/dist-cjs/pagination/ListJobRunsPaginator.js.map +0 -1
  118. package/dist-cjs/pagination/ListManagedEndpointsPaginator.js.map +0 -1
  119. package/dist-cjs/pagination/ListVirtualClustersPaginator.js.map +0 -1
  120. package/dist-cjs/protocols/Aws_restJson1.js.map +0 -1
  121. package/dist-cjs/runtimeConfig.browser.js.map +0 -1
  122. package/dist-cjs/runtimeConfig.js.map +0 -1
  123. package/dist-cjs/runtimeConfig.native.js.map +0 -1
  124. package/dist-cjs/runtimeConfig.shared.js.map +0 -1
  125. package/dist-es/EMRContainers.js.map +0 -1
  126. package/dist-es/EMRContainersClient.js.map +0 -1
  127. package/dist-es/commands/CancelJobRunCommand.js.map +0 -1
  128. package/dist-es/commands/CreateManagedEndpointCommand.js.map +0 -1
  129. package/dist-es/commands/CreateVirtualClusterCommand.js.map +0 -1
  130. package/dist-es/commands/DeleteManagedEndpointCommand.js.map +0 -1
  131. package/dist-es/commands/DeleteVirtualClusterCommand.js.map +0 -1
  132. package/dist-es/commands/DescribeJobRunCommand.js.map +0 -1
  133. package/dist-es/commands/DescribeManagedEndpointCommand.js.map +0 -1
  134. package/dist-es/commands/DescribeVirtualClusterCommand.js.map +0 -1
  135. package/dist-es/commands/ListJobRunsCommand.js.map +0 -1
  136. package/dist-es/commands/ListManagedEndpointsCommand.js.map +0 -1
  137. package/dist-es/commands/ListTagsForResourceCommand.js.map +0 -1
  138. package/dist-es/commands/ListVirtualClustersCommand.js.map +0 -1
  139. package/dist-es/commands/StartJobRunCommand.js.map +0 -1
  140. package/dist-es/commands/TagResourceCommand.js.map +0 -1
  141. package/dist-es/commands/UntagResourceCommand.js.map +0 -1
  142. package/dist-es/endpoints.js.map +0 -1
  143. package/dist-es/index.js.map +0 -1
  144. package/dist-es/models/index.js.map +0 -1
  145. package/dist-es/models/models_0.js.map +0 -1
  146. package/dist-es/pagination/Interfaces.js.map +0 -1
  147. package/dist-es/pagination/ListJobRunsPaginator.js.map +0 -1
  148. package/dist-es/pagination/ListManagedEndpointsPaginator.js.map +0 -1
  149. package/dist-es/pagination/ListVirtualClustersPaginator.js.map +0 -1
  150. package/dist-es/protocols/Aws_restJson1.js.map +0 -1
  151. package/dist-es/runtimeConfig.browser.js.map +0 -1
  152. package/dist-es/runtimeConfig.js.map +0 -1
  153. package/dist-es/runtimeConfig.native.js.map +0 -1
  154. package/dist-es/runtimeConfig.shared.js.map +0 -1
  155. package/jest.config.js +0 -4
  156. package/src/EMRContainers.ts +0 -551
  157. package/src/EMRContainersClient.ts +0 -329
  158. package/src/commands/CancelJobRunCommand.ts +0 -95
  159. package/src/commands/CreateManagedEndpointCommand.ts +0 -95
  160. package/src/commands/CreateVirtualClusterCommand.ts +0 -95
  161. package/src/commands/DeleteManagedEndpointCommand.ts +0 -95
  162. package/src/commands/DeleteVirtualClusterCommand.ts +0 -95
  163. package/src/commands/DescribeJobRunCommand.ts +0 -95
  164. package/src/commands/DescribeManagedEndpointCommand.ts +0 -95
  165. package/src/commands/DescribeVirtualClusterCommand.ts +0 -95
  166. package/src/commands/ListJobRunsCommand.ts +0 -95
  167. package/src/commands/ListManagedEndpointsCommand.ts +0 -95
  168. package/src/commands/ListTagsForResourceCommand.ts +0 -95
  169. package/src/commands/ListVirtualClustersCommand.ts +0 -95
  170. package/src/commands/StartJobRunCommand.ts +0 -95
  171. package/src/commands/TagResourceCommand.ts +0 -95
  172. package/src/commands/UntagResourceCommand.ts +0 -95
  173. package/src/endpoints.ts +0 -83
  174. package/src/index.ts +0 -22
  175. package/src/models/index.ts +0 -1
  176. package/src/models/models_0.ts +0 -1388
  177. package/src/pagination/Interfaces.ts +0 -8
  178. package/src/pagination/ListJobRunsPaginator.ts +0 -55
  179. package/src/pagination/ListManagedEndpointsPaginator.ts +0 -59
  180. package/src/pagination/ListVirtualClustersPaginator.ts +0 -59
  181. package/src/protocols/Aws_restJson1.ts +0 -2265
  182. package/src/runtimeConfig.browser.ts +0 -41
  183. package/src/runtimeConfig.native.ts +0 -17
  184. package/src/runtimeConfig.shared.ts +0 -17
  185. package/src/runtimeConfig.ts +0 -46
  186. package/tsconfig.es.json +0 -10
  187. package/tsconfig.json +0 -33
  188. package/tsconfig.types.json +0 -9
@@ -5,35 +5,11 @@ const middleware_serde_1 = require("@aws-sdk/middleware-serde");
5
5
  const smithy_client_1 = require("@aws-sdk/smithy-client");
6
6
  const models_0_1 = require("../models/models_0");
7
7
  const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
8
- /**
9
- * <p>Starts a job run. A job run is a unit of work, such as a Spark jar, PySpark script, or SparkSQL query, that you submit to Amazon EMR on EKS.</p>
10
- * @example
11
- * Use a bare-bones client and the command you need to make an API call.
12
- * ```javascript
13
- * import { EMRContainersClient, StartJobRunCommand } from "@aws-sdk/client-emr-containers"; // ES Modules import
14
- * // const { EMRContainersClient, StartJobRunCommand } = require("@aws-sdk/client-emr-containers"); // CommonJS import
15
- * const client = new EMRContainersClient(config);
16
- * const command = new StartJobRunCommand(input);
17
- * const response = await client.send(command);
18
- * ```
19
- *
20
- * @see {@link StartJobRunCommandInput} for command's `input` shape.
21
- * @see {@link StartJobRunCommandOutput} for command's `response` shape.
22
- * @see {@link EMRContainersClientResolvedConfig | config} for command's `input` shape.
23
- *
24
- */
25
8
  class StartJobRunCommand extends smithy_client_1.Command {
26
- // Start section: command_properties
27
- // End section: command_properties
28
9
  constructor(input) {
29
- // Start section: command_constructor
30
10
  super();
31
11
  this.input = input;
32
- // End section: command_constructor
33
12
  }
34
- /**
35
- * @internal
36
- */
37
13
  resolveMiddleware(clientStack, configuration, options) {
38
14
  this.middlewareStack.use(middleware_serde_1.getSerdePlugin(configuration, this.serialize, this.deserialize));
39
15
  const stack = clientStack.concat(this.middlewareStack);
@@ -58,4 +34,3 @@ class StartJobRunCommand extends smithy_client_1.Command {
58
34
  }
59
35
  }
60
36
  exports.StartJobRunCommand = StartJobRunCommand;
61
- //# sourceMappingURL=StartJobRunCommand.js.map
@@ -5,35 +5,11 @@ const middleware_serde_1 = require("@aws-sdk/middleware-serde");
5
5
  const smithy_client_1 = require("@aws-sdk/smithy-client");
6
6
  const models_0_1 = require("../models/models_0");
7
7
  const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
8
- /**
9
- * <p>Assigns tags to resources. A tag is a label that you assign to an AWS resource. Each tag consists of a key and an optional value, both of which you define. Tags enable you to categorize your AWS resources by attributes such as purpose, owner, or environment. When you have many resources of the same type, you can quickly identify a specific resource based on the tags you've assigned to it. For example, you can define a set of tags for your Amazon EMR on EKS clusters to help you track each cluster's owner and stack level. We recommend that you devise a consistent set of tag keys for each resource type. You can then search and filter the resources based on the tags that you add.</p>
10
- * @example
11
- * Use a bare-bones client and the command you need to make an API call.
12
- * ```javascript
13
- * import { EMRContainersClient, TagResourceCommand } from "@aws-sdk/client-emr-containers"; // ES Modules import
14
- * // const { EMRContainersClient, TagResourceCommand } = require("@aws-sdk/client-emr-containers"); // CommonJS import
15
- * const client = new EMRContainersClient(config);
16
- * const command = new TagResourceCommand(input);
17
- * const response = await client.send(command);
18
- * ```
19
- *
20
- * @see {@link TagResourceCommandInput} for command's `input` shape.
21
- * @see {@link TagResourceCommandOutput} for command's `response` shape.
22
- * @see {@link EMRContainersClientResolvedConfig | config} for command's `input` shape.
23
- *
24
- */
25
8
  class TagResourceCommand extends smithy_client_1.Command {
26
- // Start section: command_properties
27
- // End section: command_properties
28
9
  constructor(input) {
29
- // Start section: command_constructor
30
10
  super();
31
11
  this.input = input;
32
- // End section: command_constructor
33
12
  }
34
- /**
35
- * @internal
36
- */
37
13
  resolveMiddleware(clientStack, configuration, options) {
38
14
  this.middlewareStack.use(middleware_serde_1.getSerdePlugin(configuration, this.serialize, this.deserialize));
39
15
  const stack = clientStack.concat(this.middlewareStack);
@@ -58,4 +34,3 @@ class TagResourceCommand extends smithy_client_1.Command {
58
34
  }
59
35
  }
60
36
  exports.TagResourceCommand = TagResourceCommand;
61
- //# sourceMappingURL=TagResourceCommand.js.map
@@ -5,35 +5,11 @@ const middleware_serde_1 = require("@aws-sdk/middleware-serde");
5
5
  const smithy_client_1 = require("@aws-sdk/smithy-client");
6
6
  const models_0_1 = require("../models/models_0");
7
7
  const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
8
- /**
9
- * <p>Removes tags from resources.</p>
10
- * @example
11
- * Use a bare-bones client and the command you need to make an API call.
12
- * ```javascript
13
- * import { EMRContainersClient, UntagResourceCommand } from "@aws-sdk/client-emr-containers"; // ES Modules import
14
- * // const { EMRContainersClient, UntagResourceCommand } = require("@aws-sdk/client-emr-containers"); // CommonJS import
15
- * const client = new EMRContainersClient(config);
16
- * const command = new UntagResourceCommand(input);
17
- * const response = await client.send(command);
18
- * ```
19
- *
20
- * @see {@link UntagResourceCommandInput} for command's `input` shape.
21
- * @see {@link UntagResourceCommandOutput} for command's `response` shape.
22
- * @see {@link EMRContainersClientResolvedConfig | config} for command's `input` shape.
23
- *
24
- */
25
8
  class UntagResourceCommand extends smithy_client_1.Command {
26
- // Start section: command_properties
27
- // End section: command_properties
28
9
  constructor(input) {
29
- // Start section: command_constructor
30
10
  super();
31
11
  this.input = input;
32
- // End section: command_constructor
33
12
  }
34
- /**
35
- * @internal
36
- */
37
13
  resolveMiddleware(clientStack, configuration, options) {
38
14
  this.middlewareStack.use(middleware_serde_1.getSerdePlugin(configuration, this.serialize, this.deserialize));
39
15
  const stack = clientStack.concat(this.middlewareStack);
@@ -58,4 +34,3 @@ class UntagResourceCommand extends smithy_client_1.Command {
58
34
  }
59
35
  }
60
36
  exports.UntagResourceCommand = UntagResourceCommand;
61
- //# sourceMappingURL=UntagResourceCommand.js.map
@@ -0,0 +1,18 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ const tslib_1 = require("tslib");
4
+ tslib_1.__exportStar(require("./CancelJobRunCommand"), exports);
5
+ tslib_1.__exportStar(require("./CreateManagedEndpointCommand"), exports);
6
+ tslib_1.__exportStar(require("./CreateVirtualClusterCommand"), exports);
7
+ tslib_1.__exportStar(require("./DeleteManagedEndpointCommand"), exports);
8
+ tslib_1.__exportStar(require("./DeleteVirtualClusterCommand"), exports);
9
+ tslib_1.__exportStar(require("./DescribeJobRunCommand"), exports);
10
+ tslib_1.__exportStar(require("./DescribeManagedEndpointCommand"), exports);
11
+ tslib_1.__exportStar(require("./DescribeVirtualClusterCommand"), exports);
12
+ tslib_1.__exportStar(require("./ListJobRunsCommand"), exports);
13
+ tslib_1.__exportStar(require("./ListManagedEndpointsCommand"), exports);
14
+ tslib_1.__exportStar(require("./ListTagsForResourceCommand"), exports);
15
+ tslib_1.__exportStar(require("./ListVirtualClustersCommand"), exports);
16
+ tslib_1.__exportStar(require("./StartJobRunCommand"), exports);
17
+ tslib_1.__exportStar(require("./TagResourceCommand"), exports);
18
+ tslib_1.__exportStar(require("./UntagResourceCommand"), exports);
@@ -61,7 +61,7 @@ const partitionHash = {
61
61
  hostname: "emr-containers.{region}.amazonaws.com.cn",
62
62
  },
63
63
  "aws-iso": {
64
- regions: ["us-iso-east-1"],
64
+ regions: ["us-iso-east-1", "us-iso-west-1"],
65
65
  hostname: "emr-containers.{region}.c2s.ic.gov",
66
66
  },
67
67
  "aws-iso-b": {
@@ -80,4 +80,3 @@ const defaultRegionInfoProvider = async (region, options) => config_resolver_1.g
80
80
  partitionHash,
81
81
  });
82
82
  exports.defaultRegionInfoProvider = defaultRegionInfoProvider;
83
- //# sourceMappingURL=endpoints.js.map
package/dist-cjs/index.js CHANGED
@@ -1,26 +1,8 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  const tslib_1 = require("tslib");
4
- tslib_1.__exportStar(require("./EMRContainersClient"), exports);
5
4
  tslib_1.__exportStar(require("./EMRContainers"), exports);
6
- tslib_1.__exportStar(require("./commands/CancelJobRunCommand"), exports);
7
- tslib_1.__exportStar(require("./commands/CreateManagedEndpointCommand"), exports);
8
- tslib_1.__exportStar(require("./commands/CreateVirtualClusterCommand"), exports);
9
- tslib_1.__exportStar(require("./commands/DeleteManagedEndpointCommand"), exports);
10
- tslib_1.__exportStar(require("./commands/DeleteVirtualClusterCommand"), exports);
11
- tslib_1.__exportStar(require("./commands/DescribeJobRunCommand"), exports);
12
- tslib_1.__exportStar(require("./commands/DescribeManagedEndpointCommand"), exports);
13
- tslib_1.__exportStar(require("./commands/DescribeVirtualClusterCommand"), exports);
14
- tslib_1.__exportStar(require("./commands/ListJobRunsCommand"), exports);
15
- tslib_1.__exportStar(require("./pagination/ListJobRunsPaginator"), exports);
16
- tslib_1.__exportStar(require("./commands/ListManagedEndpointsCommand"), exports);
17
- tslib_1.__exportStar(require("./pagination/ListManagedEndpointsPaginator"), exports);
18
- tslib_1.__exportStar(require("./commands/ListTagsForResourceCommand"), exports);
19
- tslib_1.__exportStar(require("./commands/ListVirtualClustersCommand"), exports);
20
- tslib_1.__exportStar(require("./pagination/ListVirtualClustersPaginator"), exports);
21
- tslib_1.__exportStar(require("./commands/StartJobRunCommand"), exports);
22
- tslib_1.__exportStar(require("./commands/TagResourceCommand"), exports);
23
- tslib_1.__exportStar(require("./commands/UntagResourceCommand"), exports);
24
- tslib_1.__exportStar(require("./pagination/Interfaces"), exports);
25
- tslib_1.__exportStar(require("./models/index"), exports);
26
- //# sourceMappingURL=index.js.map
5
+ tslib_1.__exportStar(require("./EMRContainersClient"), exports);
6
+ tslib_1.__exportStar(require("./commands"), exports);
7
+ tslib_1.__exportStar(require("./models"), exports);
8
+ tslib_1.__exportStar(require("./pagination"), exports);
@@ -2,4 +2,3 @@
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  const tslib_1 = require("tslib");
4
4
  tslib_1.__exportStar(require("./models_0"), exports);
5
- //# sourceMappingURL=index.js.map
@@ -5,45 +5,30 @@ exports.ListManagedEndpointsResponse = exports.ListJobRunsResponse = void 0;
5
5
  const smithy_client_1 = require("@aws-sdk/smithy-client");
6
6
  var CancelJobRunRequest;
7
7
  (function (CancelJobRunRequest) {
8
- /**
9
- * @internal
10
- */
11
8
  CancelJobRunRequest.filterSensitiveLog = (obj) => ({
12
9
  ...obj,
13
10
  });
14
11
  })(CancelJobRunRequest = exports.CancelJobRunRequest || (exports.CancelJobRunRequest = {}));
15
12
  var CancelJobRunResponse;
16
13
  (function (CancelJobRunResponse) {
17
- /**
18
- * @internal
19
- */
20
14
  CancelJobRunResponse.filterSensitiveLog = (obj) => ({
21
15
  ...obj,
22
16
  });
23
17
  })(CancelJobRunResponse = exports.CancelJobRunResponse || (exports.CancelJobRunResponse = {}));
24
18
  var InternalServerException;
25
19
  (function (InternalServerException) {
26
- /**
27
- * @internal
28
- */
29
20
  InternalServerException.filterSensitiveLog = (obj) => ({
30
21
  ...obj,
31
22
  });
32
23
  })(InternalServerException = exports.InternalServerException || (exports.InternalServerException = {}));
33
24
  var ValidationException;
34
25
  (function (ValidationException) {
35
- /**
36
- * @internal
37
- */
38
26
  ValidationException.filterSensitiveLog = (obj) => ({
39
27
  ...obj,
40
28
  });
41
29
  })(ValidationException = exports.ValidationException || (exports.ValidationException = {}));
42
30
  var CloudWatchMonitoringConfiguration;
43
31
  (function (CloudWatchMonitoringConfiguration) {
44
- /**
45
- * @internal
46
- */
47
32
  CloudWatchMonitoringConfiguration.filterSensitiveLog = (obj) => ({
48
33
  ...obj,
49
34
  });
@@ -55,45 +40,30 @@ var PersistentAppUI;
55
40
  })(PersistentAppUI = exports.PersistentAppUI || (exports.PersistentAppUI = {}));
56
41
  var S3MonitoringConfiguration;
57
42
  (function (S3MonitoringConfiguration) {
58
- /**
59
- * @internal
60
- */
61
43
  S3MonitoringConfiguration.filterSensitiveLog = (obj) => ({
62
44
  ...obj,
63
45
  });
64
46
  })(S3MonitoringConfiguration = exports.S3MonitoringConfiguration || (exports.S3MonitoringConfiguration = {}));
65
47
  var MonitoringConfiguration;
66
48
  (function (MonitoringConfiguration) {
67
- /**
68
- * @internal
69
- */
70
49
  MonitoringConfiguration.filterSensitiveLog = (obj) => ({
71
50
  ...obj,
72
51
  });
73
52
  })(MonitoringConfiguration = exports.MonitoringConfiguration || (exports.MonitoringConfiguration = {}));
74
53
  var CreateManagedEndpointResponse;
75
54
  (function (CreateManagedEndpointResponse) {
76
- /**
77
- * @internal
78
- */
79
55
  CreateManagedEndpointResponse.filterSensitiveLog = (obj) => ({
80
56
  ...obj,
81
57
  });
82
58
  })(CreateManagedEndpointResponse = exports.CreateManagedEndpointResponse || (exports.CreateManagedEndpointResponse = {}));
83
59
  var ResourceNotFoundException;
84
60
  (function (ResourceNotFoundException) {
85
- /**
86
- * @internal
87
- */
88
61
  ResourceNotFoundException.filterSensitiveLog = (obj) => ({
89
62
  ...obj,
90
63
  });
91
64
  })(ResourceNotFoundException = exports.ResourceNotFoundException || (exports.ResourceNotFoundException = {}));
92
65
  var EksInfo;
93
66
  (function (EksInfo) {
94
- /**
95
- * @internal
96
- */
97
67
  EksInfo.filterSensitiveLog = (obj) => ({
98
68
  ...obj,
99
69
  });
@@ -105,9 +75,6 @@ var ContainerInfo;
105
75
  return visitor.eksInfo(value.eksInfo);
106
76
  return visitor._(value.$unknown[0], value.$unknown[1]);
107
77
  };
108
- /**
109
- * @internal
110
- */
111
78
  ContainerInfo.filterSensitiveLog = (obj) => {
112
79
  if (obj.eksInfo !== undefined)
113
80
  return { eksInfo: EksInfo.filterSensitiveLog(obj.eksInfo) };
@@ -121,9 +88,6 @@ var ContainerProviderType;
121
88
  })(ContainerProviderType = exports.ContainerProviderType || (exports.ContainerProviderType = {}));
122
89
  var ContainerProvider;
123
90
  (function (ContainerProvider) {
124
- /**
125
- * @internal
126
- */
127
91
  ContainerProvider.filterSensitiveLog = (obj) => ({
128
92
  ...obj,
129
93
  ...(obj.info && { info: ContainerInfo.filterSensitiveLog(obj.info) }),
@@ -131,9 +95,6 @@ var ContainerProvider;
131
95
  })(ContainerProvider = exports.ContainerProvider || (exports.ContainerProvider = {}));
132
96
  var CreateVirtualClusterRequest;
133
97
  (function (CreateVirtualClusterRequest) {
134
- /**
135
- * @internal
136
- */
137
98
  CreateVirtualClusterRequest.filterSensitiveLog = (obj) => ({
138
99
  ...obj,
139
100
  ...(obj.containerProvider && { containerProvider: ContainerProvider.filterSensitiveLog(obj.containerProvider) }),
@@ -141,54 +102,36 @@ var CreateVirtualClusterRequest;
141
102
  })(CreateVirtualClusterRequest = exports.CreateVirtualClusterRequest || (exports.CreateVirtualClusterRequest = {}));
142
103
  var CreateVirtualClusterResponse;
143
104
  (function (CreateVirtualClusterResponse) {
144
- /**
145
- * @internal
146
- */
147
105
  CreateVirtualClusterResponse.filterSensitiveLog = (obj) => ({
148
106
  ...obj,
149
107
  });
150
108
  })(CreateVirtualClusterResponse = exports.CreateVirtualClusterResponse || (exports.CreateVirtualClusterResponse = {}));
151
109
  var DeleteManagedEndpointRequest;
152
110
  (function (DeleteManagedEndpointRequest) {
153
- /**
154
- * @internal
155
- */
156
111
  DeleteManagedEndpointRequest.filterSensitiveLog = (obj) => ({
157
112
  ...obj,
158
113
  });
159
114
  })(DeleteManagedEndpointRequest = exports.DeleteManagedEndpointRequest || (exports.DeleteManagedEndpointRequest = {}));
160
115
  var DeleteManagedEndpointResponse;
161
116
  (function (DeleteManagedEndpointResponse) {
162
- /**
163
- * @internal
164
- */
165
117
  DeleteManagedEndpointResponse.filterSensitiveLog = (obj) => ({
166
118
  ...obj,
167
119
  });
168
120
  })(DeleteManagedEndpointResponse = exports.DeleteManagedEndpointResponse || (exports.DeleteManagedEndpointResponse = {}));
169
121
  var DeleteVirtualClusterRequest;
170
122
  (function (DeleteVirtualClusterRequest) {
171
- /**
172
- * @internal
173
- */
174
123
  DeleteVirtualClusterRequest.filterSensitiveLog = (obj) => ({
175
124
  ...obj,
176
125
  });
177
126
  })(DeleteVirtualClusterRequest = exports.DeleteVirtualClusterRequest || (exports.DeleteVirtualClusterRequest = {}));
178
127
  var DeleteVirtualClusterResponse;
179
128
  (function (DeleteVirtualClusterResponse) {
180
- /**
181
- * @internal
182
- */
183
129
  DeleteVirtualClusterResponse.filterSensitiveLog = (obj) => ({
184
130
  ...obj,
185
131
  });
186
132
  })(DeleteVirtualClusterResponse = exports.DeleteVirtualClusterResponse || (exports.DeleteVirtualClusterResponse = {}));
187
133
  var DescribeJobRunRequest;
188
134
  (function (DescribeJobRunRequest) {
189
- /**
190
- * @internal
191
- */
192
135
  DescribeJobRunRequest.filterSensitiveLog = (obj) => ({
193
136
  ...obj,
194
137
  });
@@ -202,9 +145,6 @@ var FailureReason;
202
145
  })(FailureReason = exports.FailureReason || (exports.FailureReason = {}));
203
146
  var SparkSubmitJobDriver;
204
147
  (function (SparkSubmitJobDriver) {
205
- /**
206
- * @internal
207
- */
208
148
  SparkSubmitJobDriver.filterSensitiveLog = (obj) => ({
209
149
  ...obj,
210
150
  ...(obj.entryPoint && { entryPoint: smithy_client_1.SENSITIVE_STRING }),
@@ -214,9 +154,6 @@ var SparkSubmitJobDriver;
214
154
  })(SparkSubmitJobDriver = exports.SparkSubmitJobDriver || (exports.SparkSubmitJobDriver = {}));
215
155
  var JobDriver;
216
156
  (function (JobDriver) {
217
- /**
218
- * @internal
219
- */
220
157
  JobDriver.filterSensitiveLog = (obj) => ({
221
158
  ...obj,
222
159
  ...(obj.sparkSubmitJobDriver && {
@@ -236,9 +173,6 @@ var JobRunState;
236
173
  })(JobRunState = exports.JobRunState || (exports.JobRunState = {}));
237
174
  var DescribeManagedEndpointRequest;
238
175
  (function (DescribeManagedEndpointRequest) {
239
- /**
240
- * @internal
241
- */
242
176
  DescribeManagedEndpointRequest.filterSensitiveLog = (obj) => ({
243
177
  ...obj,
244
178
  });
@@ -253,9 +187,6 @@ var EndpointState;
253
187
  })(EndpointState = exports.EndpointState || (exports.EndpointState = {}));
254
188
  var DescribeVirtualClusterRequest;
255
189
  (function (DescribeVirtualClusterRequest) {
256
- /**
257
- * @internal
258
- */
259
190
  DescribeVirtualClusterRequest.filterSensitiveLog = (obj) => ({
260
191
  ...obj,
261
192
  });
@@ -269,9 +200,6 @@ var VirtualClusterState;
269
200
  })(VirtualClusterState = exports.VirtualClusterState || (exports.VirtualClusterState = {}));
270
201
  var VirtualCluster;
271
202
  (function (VirtualCluster) {
272
- /**
273
- * @internal
274
- */
275
203
  VirtualCluster.filterSensitiveLog = (obj) => ({
276
204
  ...obj,
277
205
  ...(obj.containerProvider && { containerProvider: ContainerProvider.filterSensitiveLog(obj.containerProvider) }),
@@ -279,9 +207,6 @@ var VirtualCluster;
279
207
  })(VirtualCluster = exports.VirtualCluster || (exports.VirtualCluster = {}));
280
208
  var DescribeVirtualClusterResponse;
281
209
  (function (DescribeVirtualClusterResponse) {
282
- /**
283
- * @internal
284
- */
285
210
  DescribeVirtualClusterResponse.filterSensitiveLog = (obj) => ({
286
211
  ...obj,
287
212
  ...(obj.virtualCluster && { virtualCluster: VirtualCluster.filterSensitiveLog(obj.virtualCluster) }),
@@ -289,54 +214,36 @@ var DescribeVirtualClusterResponse;
289
214
  })(DescribeVirtualClusterResponse = exports.DescribeVirtualClusterResponse || (exports.DescribeVirtualClusterResponse = {}));
290
215
  var ListJobRunsRequest;
291
216
  (function (ListJobRunsRequest) {
292
- /**
293
- * @internal
294
- */
295
217
  ListJobRunsRequest.filterSensitiveLog = (obj) => ({
296
218
  ...obj,
297
219
  });
298
220
  })(ListJobRunsRequest = exports.ListJobRunsRequest || (exports.ListJobRunsRequest = {}));
299
221
  var ListManagedEndpointsRequest;
300
222
  (function (ListManagedEndpointsRequest) {
301
- /**
302
- * @internal
303
- */
304
223
  ListManagedEndpointsRequest.filterSensitiveLog = (obj) => ({
305
224
  ...obj,
306
225
  });
307
226
  })(ListManagedEndpointsRequest = exports.ListManagedEndpointsRequest || (exports.ListManagedEndpointsRequest = {}));
308
227
  var ListTagsForResourceRequest;
309
228
  (function (ListTagsForResourceRequest) {
310
- /**
311
- * @internal
312
- */
313
229
  ListTagsForResourceRequest.filterSensitiveLog = (obj) => ({
314
230
  ...obj,
315
231
  });
316
232
  })(ListTagsForResourceRequest = exports.ListTagsForResourceRequest || (exports.ListTagsForResourceRequest = {}));
317
233
  var ListTagsForResourceResponse;
318
234
  (function (ListTagsForResourceResponse) {
319
- /**
320
- * @internal
321
- */
322
235
  ListTagsForResourceResponse.filterSensitiveLog = (obj) => ({
323
236
  ...obj,
324
237
  });
325
238
  })(ListTagsForResourceResponse = exports.ListTagsForResourceResponse || (exports.ListTagsForResourceResponse = {}));
326
239
  var ListVirtualClustersRequest;
327
240
  (function (ListVirtualClustersRequest) {
328
- /**
329
- * @internal
330
- */
331
241
  ListVirtualClustersRequest.filterSensitiveLog = (obj) => ({
332
242
  ...obj,
333
243
  });
334
244
  })(ListVirtualClustersRequest = exports.ListVirtualClustersRequest || (exports.ListVirtualClustersRequest = {}));
335
245
  var ListVirtualClustersResponse;
336
246
  (function (ListVirtualClustersResponse) {
337
- /**
338
- * @internal
339
- */
340
247
  ListVirtualClustersResponse.filterSensitiveLog = (obj) => ({
341
248
  ...obj,
342
249
  ...(obj.virtualClusters && {
@@ -346,54 +253,36 @@ var ListVirtualClustersResponse;
346
253
  })(ListVirtualClustersResponse = exports.ListVirtualClustersResponse || (exports.ListVirtualClustersResponse = {}));
347
254
  var StartJobRunResponse;
348
255
  (function (StartJobRunResponse) {
349
- /**
350
- * @internal
351
- */
352
256
  StartJobRunResponse.filterSensitiveLog = (obj) => ({
353
257
  ...obj,
354
258
  });
355
259
  })(StartJobRunResponse = exports.StartJobRunResponse || (exports.StartJobRunResponse = {}));
356
260
  var TagResourceRequest;
357
261
  (function (TagResourceRequest) {
358
- /**
359
- * @internal
360
- */
361
262
  TagResourceRequest.filterSensitiveLog = (obj) => ({
362
263
  ...obj,
363
264
  });
364
265
  })(TagResourceRequest = exports.TagResourceRequest || (exports.TagResourceRequest = {}));
365
266
  var TagResourceResponse;
366
267
  (function (TagResourceResponse) {
367
- /**
368
- * @internal
369
- */
370
268
  TagResourceResponse.filterSensitiveLog = (obj) => ({
371
269
  ...obj,
372
270
  });
373
271
  })(TagResourceResponse = exports.TagResourceResponse || (exports.TagResourceResponse = {}));
374
272
  var UntagResourceRequest;
375
273
  (function (UntagResourceRequest) {
376
- /**
377
- * @internal
378
- */
379
274
  UntagResourceRequest.filterSensitiveLog = (obj) => ({
380
275
  ...obj,
381
276
  });
382
277
  })(UntagResourceRequest = exports.UntagResourceRequest || (exports.UntagResourceRequest = {}));
383
278
  var UntagResourceResponse;
384
279
  (function (UntagResourceResponse) {
385
- /**
386
- * @internal
387
- */
388
280
  UntagResourceResponse.filterSensitiveLog = (obj) => ({
389
281
  ...obj,
390
282
  });
391
283
  })(UntagResourceResponse = exports.UntagResourceResponse || (exports.UntagResourceResponse = {}));
392
284
  var Configuration;
393
285
  (function (Configuration) {
394
- /**
395
- * @internal
396
- */
397
286
  Configuration.filterSensitiveLog = (obj) => ({
398
287
  ...obj,
399
288
  ...(obj.properties && { properties: smithy_client_1.SENSITIVE_STRING }),
@@ -404,9 +293,6 @@ var Configuration;
404
293
  })(Configuration = exports.Configuration || (exports.Configuration = {}));
405
294
  var ConfigurationOverrides;
406
295
  (function (ConfigurationOverrides) {
407
- /**
408
- * @internal
409
- */
410
296
  ConfigurationOverrides.filterSensitiveLog = (obj) => ({
411
297
  ...obj,
412
298
  ...(obj.applicationConfiguration && {
@@ -416,9 +302,6 @@ var ConfigurationOverrides;
416
302
  })(ConfigurationOverrides = exports.ConfigurationOverrides || (exports.ConfigurationOverrides = {}));
417
303
  var CreateManagedEndpointRequest;
418
304
  (function (CreateManagedEndpointRequest) {
419
- /**
420
- * @internal
421
- */
422
305
  CreateManagedEndpointRequest.filterSensitiveLog = (obj) => ({
423
306
  ...obj,
424
307
  ...(obj.configurationOverrides && {
@@ -428,9 +311,6 @@ var CreateManagedEndpointRequest;
428
311
  })(CreateManagedEndpointRequest = exports.CreateManagedEndpointRequest || (exports.CreateManagedEndpointRequest = {}));
429
312
  var Endpoint;
430
313
  (function (Endpoint) {
431
- /**
432
- * @internal
433
- */
434
314
  Endpoint.filterSensitiveLog = (obj) => ({
435
315
  ...obj,
436
316
  ...(obj.configurationOverrides && {
@@ -440,9 +320,6 @@ var Endpoint;
440
320
  })(Endpoint = exports.Endpoint || (exports.Endpoint = {}));
441
321
  var JobRun;
442
322
  (function (JobRun) {
443
- /**
444
- * @internal
445
- */
446
323
  JobRun.filterSensitiveLog = (obj) => ({
447
324
  ...obj,
448
325
  ...(obj.configurationOverrides && {
@@ -453,9 +330,6 @@ var JobRun;
453
330
  })(JobRun = exports.JobRun || (exports.JobRun = {}));
454
331
  var StartJobRunRequest;
455
332
  (function (StartJobRunRequest) {
456
- /**
457
- * @internal
458
- */
459
333
  StartJobRunRequest.filterSensitiveLog = (obj) => ({
460
334
  ...obj,
461
335
  ...(obj.jobDriver && { jobDriver: JobDriver.filterSensitiveLog(obj.jobDriver) }),
@@ -466,9 +340,6 @@ var StartJobRunRequest;
466
340
  })(StartJobRunRequest = exports.StartJobRunRequest || (exports.StartJobRunRequest = {}));
467
341
  var DescribeJobRunResponse;
468
342
  (function (DescribeJobRunResponse) {
469
- /**
470
- * @internal
471
- */
472
343
  DescribeJobRunResponse.filterSensitiveLog = (obj) => ({
473
344
  ...obj,
474
345
  ...(obj.jobRun && { jobRun: JobRun.filterSensitiveLog(obj.jobRun) }),
@@ -476,9 +347,6 @@ var DescribeJobRunResponse;
476
347
  })(DescribeJobRunResponse = exports.DescribeJobRunResponse || (exports.DescribeJobRunResponse = {}));
477
348
  var DescribeManagedEndpointResponse;
478
349
  (function (DescribeManagedEndpointResponse) {
479
- /**
480
- * @internal
481
- */
482
350
  DescribeManagedEndpointResponse.filterSensitiveLog = (obj) => ({
483
351
  ...obj,
484
352
  ...(obj.endpoint && { endpoint: Endpoint.filterSensitiveLog(obj.endpoint) }),
@@ -486,9 +354,6 @@ var DescribeManagedEndpointResponse;
486
354
  })(DescribeManagedEndpointResponse = exports.DescribeManagedEndpointResponse || (exports.DescribeManagedEndpointResponse = {}));
487
355
  var ListJobRunsResponse;
488
356
  (function (ListJobRunsResponse) {
489
- /**
490
- * @internal
491
- */
492
357
  ListJobRunsResponse.filterSensitiveLog = (obj) => ({
493
358
  ...obj,
494
359
  ...(obj.jobRuns && { jobRuns: obj.jobRuns.map((item) => JobRun.filterSensitiveLog(item)) }),
@@ -496,11 +361,7 @@ var ListJobRunsResponse;
496
361
  })(ListJobRunsResponse = exports.ListJobRunsResponse || (exports.ListJobRunsResponse = {}));
497
362
  var ListManagedEndpointsResponse;
498
363
  (function (ListManagedEndpointsResponse) {
499
- /**
500
- * @internal
501
- */
502
364
  ListManagedEndpointsResponse.filterSensitiveLog = (obj) => ({
503
365
  ...obj,
504
366
  });
505
367
  })(ListManagedEndpointsResponse = exports.ListManagedEndpointsResponse || (exports.ListManagedEndpointsResponse = {}));
506
- //# sourceMappingURL=models_0.js.map
@@ -1,3 +1,2 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
- //# sourceMappingURL=Interfaces.js.map
@@ -4,22 +4,13 @@ exports.paginateListJobRuns = void 0;
4
4
  const ListJobRunsCommand_1 = require("../commands/ListJobRunsCommand");
5
5
  const EMRContainers_1 = require("../EMRContainers");
6
6
  const EMRContainersClient_1 = require("../EMRContainersClient");
7
- /**
8
- * @private
9
- */
10
7
  const makePagedClientRequest = async (client, input, ...args) => {
11
- // @ts-ignore
12
8
  return await client.send(new ListJobRunsCommand_1.ListJobRunsCommand(input), ...args);
13
9
  };
14
- /**
15
- * @private
16
- */
17
10
  const makePagedRequest = async (client, input, ...args) => {
18
- // @ts-ignore
19
11
  return await client.listJobRuns(input, ...args);
20
12
  };
21
13
  async function* paginateListJobRuns(config, input, ...additionalArguments) {
22
- // ToDo: replace with actual type instead of typeof input.nextToken
23
14
  let token = config.startingToken || undefined;
24
15
  let hasNext = true;
25
16
  let page;
@@ -39,8 +30,6 @@ async function* paginateListJobRuns(config, input, ...additionalArguments) {
39
30
  token = page.nextToken;
40
31
  hasNext = !!token;
41
32
  }
42
- // @ts-ignore
43
33
  return undefined;
44
34
  }
45
35
  exports.paginateListJobRuns = paginateListJobRuns;
46
- //# sourceMappingURL=ListJobRunsPaginator.js.map