@aws-sdk/client-emr-containers 3.337.0 → 3.338.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 (93) hide show
  1. package/dist-cjs/EMRContainersClient.js +2 -1
  2. package/dist-cjs/commands/CancelJobRunCommand.js +2 -1
  3. package/dist-cjs/commands/CreateJobTemplateCommand.js +2 -1
  4. package/dist-cjs/commands/CreateManagedEndpointCommand.js +2 -1
  5. package/dist-cjs/commands/CreateVirtualClusterCommand.js +2 -1
  6. package/dist-cjs/commands/DeleteJobTemplateCommand.js +2 -1
  7. package/dist-cjs/commands/DeleteManagedEndpointCommand.js +2 -1
  8. package/dist-cjs/commands/DeleteVirtualClusterCommand.js +2 -1
  9. package/dist-cjs/commands/DescribeJobRunCommand.js +2 -1
  10. package/dist-cjs/commands/DescribeJobTemplateCommand.js +2 -1
  11. package/dist-cjs/commands/DescribeManagedEndpointCommand.js +2 -1
  12. package/dist-cjs/commands/DescribeVirtualClusterCommand.js +2 -1
  13. package/dist-cjs/commands/GetManagedEndpointSessionCredentialsCommand.js +2 -1
  14. package/dist-cjs/commands/ListJobRunsCommand.js +2 -1
  15. package/dist-cjs/commands/ListJobTemplatesCommand.js +2 -1
  16. package/dist-cjs/commands/ListManagedEndpointsCommand.js +2 -1
  17. package/dist-cjs/commands/ListTagsForResourceCommand.js +2 -1
  18. package/dist-cjs/commands/ListVirtualClustersCommand.js +2 -1
  19. package/dist-cjs/commands/StartJobRunCommand.js +2 -1
  20. package/dist-cjs/commands/TagResourceCommand.js +2 -1
  21. package/dist-cjs/commands/UntagResourceCommand.js +2 -1
  22. package/dist-cjs/index.js +2 -2
  23. package/dist-cjs/models/EMRContainersServiceException.js +2 -1
  24. package/dist-es/EMRContainersClient.js +1 -0
  25. package/dist-es/commands/CancelJobRunCommand.js +1 -0
  26. package/dist-es/commands/CreateJobTemplateCommand.js +1 -0
  27. package/dist-es/commands/CreateManagedEndpointCommand.js +1 -0
  28. package/dist-es/commands/CreateVirtualClusterCommand.js +1 -0
  29. package/dist-es/commands/DeleteJobTemplateCommand.js +1 -0
  30. package/dist-es/commands/DeleteManagedEndpointCommand.js +1 -0
  31. package/dist-es/commands/DeleteVirtualClusterCommand.js +1 -0
  32. package/dist-es/commands/DescribeJobRunCommand.js +1 -0
  33. package/dist-es/commands/DescribeJobTemplateCommand.js +1 -0
  34. package/dist-es/commands/DescribeManagedEndpointCommand.js +1 -0
  35. package/dist-es/commands/DescribeVirtualClusterCommand.js +1 -0
  36. package/dist-es/commands/GetManagedEndpointSessionCredentialsCommand.js +1 -0
  37. package/dist-es/commands/ListJobRunsCommand.js +1 -0
  38. package/dist-es/commands/ListJobTemplatesCommand.js +1 -0
  39. package/dist-es/commands/ListManagedEndpointsCommand.js +1 -0
  40. package/dist-es/commands/ListTagsForResourceCommand.js +1 -0
  41. package/dist-es/commands/ListVirtualClustersCommand.js +1 -0
  42. package/dist-es/commands/StartJobRunCommand.js +1 -0
  43. package/dist-es/commands/TagResourceCommand.js +1 -0
  44. package/dist-es/commands/UntagResourceCommand.js +1 -0
  45. package/dist-es/index.js +2 -2
  46. package/dist-es/models/EMRContainersServiceException.js +1 -0
  47. package/dist-types/EMRContainersClient.d.ts +3 -3
  48. package/dist-types/commands/CancelJobRunCommand.d.ts +4 -0
  49. package/dist-types/commands/CreateJobTemplateCommand.d.ts +4 -0
  50. package/dist-types/commands/CreateManagedEndpointCommand.d.ts +4 -0
  51. package/dist-types/commands/CreateVirtualClusterCommand.d.ts +4 -0
  52. package/dist-types/commands/DeleteJobTemplateCommand.d.ts +4 -0
  53. package/dist-types/commands/DeleteManagedEndpointCommand.d.ts +4 -0
  54. package/dist-types/commands/DeleteVirtualClusterCommand.d.ts +4 -0
  55. package/dist-types/commands/DescribeJobRunCommand.d.ts +4 -0
  56. package/dist-types/commands/DescribeJobTemplateCommand.d.ts +4 -0
  57. package/dist-types/commands/DescribeManagedEndpointCommand.d.ts +4 -0
  58. package/dist-types/commands/DescribeVirtualClusterCommand.d.ts +4 -0
  59. package/dist-types/commands/GetManagedEndpointSessionCredentialsCommand.d.ts +4 -0
  60. package/dist-types/commands/ListJobRunsCommand.d.ts +4 -0
  61. package/dist-types/commands/ListJobTemplatesCommand.d.ts +4 -0
  62. package/dist-types/commands/ListManagedEndpointsCommand.d.ts +4 -0
  63. package/dist-types/commands/ListTagsForResourceCommand.d.ts +4 -0
  64. package/dist-types/commands/ListVirtualClustersCommand.d.ts +4 -0
  65. package/dist-types/commands/StartJobRunCommand.d.ts +4 -0
  66. package/dist-types/commands/TagResourceCommand.d.ts +4 -0
  67. package/dist-types/commands/UntagResourceCommand.d.ts +4 -0
  68. package/dist-types/index.d.ts +30 -2
  69. package/dist-types/models/EMRContainersServiceException.d.ts +1 -0
  70. package/dist-types/ts3.4/EMRContainersClient.d.ts +3 -3
  71. package/dist-types/ts3.4/commands/CancelJobRunCommand.d.ts +1 -0
  72. package/dist-types/ts3.4/commands/CreateJobTemplateCommand.d.ts +1 -0
  73. package/dist-types/ts3.4/commands/CreateManagedEndpointCommand.d.ts +1 -0
  74. package/dist-types/ts3.4/commands/CreateVirtualClusterCommand.d.ts +1 -0
  75. package/dist-types/ts3.4/commands/DeleteJobTemplateCommand.d.ts +1 -0
  76. package/dist-types/ts3.4/commands/DeleteManagedEndpointCommand.d.ts +1 -0
  77. package/dist-types/ts3.4/commands/DeleteVirtualClusterCommand.d.ts +1 -0
  78. package/dist-types/ts3.4/commands/DescribeJobRunCommand.d.ts +1 -0
  79. package/dist-types/ts3.4/commands/DescribeJobTemplateCommand.d.ts +1 -0
  80. package/dist-types/ts3.4/commands/DescribeManagedEndpointCommand.d.ts +1 -0
  81. package/dist-types/ts3.4/commands/DescribeVirtualClusterCommand.d.ts +1 -0
  82. package/dist-types/ts3.4/commands/GetManagedEndpointSessionCredentialsCommand.d.ts +1 -0
  83. package/dist-types/ts3.4/commands/ListJobRunsCommand.d.ts +1 -0
  84. package/dist-types/ts3.4/commands/ListJobTemplatesCommand.d.ts +1 -0
  85. package/dist-types/ts3.4/commands/ListManagedEndpointsCommand.d.ts +1 -0
  86. package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +1 -0
  87. package/dist-types/ts3.4/commands/ListVirtualClustersCommand.d.ts +1 -0
  88. package/dist-types/ts3.4/commands/StartJobRunCommand.d.ts +1 -0
  89. package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +1 -0
  90. package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +1 -0
  91. package/dist-types/ts3.4/index.d.ts +2 -2
  92. package/dist-types/ts3.4/models/EMRContainersServiceException.d.ts +1 -0
  93. package/package.json +28 -28
@@ -1,6 +1,6 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.EMRContainersClient = void 0;
3
+ exports.EMRContainersClient = exports.__Client = void 0;
4
4
  const config_resolver_1 = require("@aws-sdk/config-resolver");
5
5
  const middleware_content_length_1 = require("@aws-sdk/middleware-content-length");
6
6
  const middleware_endpoint_1 = require("@aws-sdk/middleware-endpoint");
@@ -11,6 +11,7 @@ const middleware_retry_1 = require("@aws-sdk/middleware-retry");
11
11
  const middleware_signing_1 = require("@aws-sdk/middleware-signing");
12
12
  const middleware_user_agent_1 = require("@aws-sdk/middleware-user-agent");
13
13
  const smithy_client_1 = require("@aws-sdk/smithy-client");
14
+ Object.defineProperty(exports, "__Client", { enumerable: true, get: function () { return smithy_client_1.Client; } });
14
15
  const EndpointParameters_1 = require("./endpoint/EndpointParameters");
15
16
  const runtimeConfig_1 = require("./runtimeConfig");
16
17
  class EMRContainersClient extends smithy_client_1.Client {
@@ -1,9 +1,10 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.CancelJobRunCommand = void 0;
3
+ exports.CancelJobRunCommand = exports.$Command = void 0;
4
4
  const middleware_endpoint_1 = require("@aws-sdk/middleware-endpoint");
5
5
  const middleware_serde_1 = require("@aws-sdk/middleware-serde");
6
6
  const smithy_client_1 = require("@aws-sdk/smithy-client");
7
+ Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
7
8
  const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
8
9
  class CancelJobRunCommand extends smithy_client_1.Command {
9
10
  static getEndpointParameterInstructions() {
@@ -1,9 +1,10 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.CreateJobTemplateCommand = void 0;
3
+ exports.CreateJobTemplateCommand = exports.$Command = void 0;
4
4
  const middleware_endpoint_1 = require("@aws-sdk/middleware-endpoint");
5
5
  const middleware_serde_1 = require("@aws-sdk/middleware-serde");
6
6
  const smithy_client_1 = require("@aws-sdk/smithy-client");
7
+ Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
7
8
  const models_0_1 = require("../models/models_0");
8
9
  const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
9
10
  class CreateJobTemplateCommand extends smithy_client_1.Command {
@@ -1,9 +1,10 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.CreateManagedEndpointCommand = void 0;
3
+ exports.CreateManagedEndpointCommand = exports.$Command = void 0;
4
4
  const middleware_endpoint_1 = require("@aws-sdk/middleware-endpoint");
5
5
  const middleware_serde_1 = require("@aws-sdk/middleware-serde");
6
6
  const smithy_client_1 = require("@aws-sdk/smithy-client");
7
+ Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
7
8
  const models_0_1 = require("../models/models_0");
8
9
  const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
9
10
  class CreateManagedEndpointCommand extends smithy_client_1.Command {
@@ -1,9 +1,10 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.CreateVirtualClusterCommand = void 0;
3
+ exports.CreateVirtualClusterCommand = exports.$Command = void 0;
4
4
  const middleware_endpoint_1 = require("@aws-sdk/middleware-endpoint");
5
5
  const middleware_serde_1 = require("@aws-sdk/middleware-serde");
6
6
  const smithy_client_1 = require("@aws-sdk/smithy-client");
7
+ Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
7
8
  const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
8
9
  class CreateVirtualClusterCommand extends smithy_client_1.Command {
9
10
  static getEndpointParameterInstructions() {
@@ -1,9 +1,10 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.DeleteJobTemplateCommand = void 0;
3
+ exports.DeleteJobTemplateCommand = exports.$Command = void 0;
4
4
  const middleware_endpoint_1 = require("@aws-sdk/middleware-endpoint");
5
5
  const middleware_serde_1 = require("@aws-sdk/middleware-serde");
6
6
  const smithy_client_1 = require("@aws-sdk/smithy-client");
7
+ Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
7
8
  const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
8
9
  class DeleteJobTemplateCommand extends smithy_client_1.Command {
9
10
  static getEndpointParameterInstructions() {
@@ -1,9 +1,10 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.DeleteManagedEndpointCommand = void 0;
3
+ exports.DeleteManagedEndpointCommand = exports.$Command = void 0;
4
4
  const middleware_endpoint_1 = require("@aws-sdk/middleware-endpoint");
5
5
  const middleware_serde_1 = require("@aws-sdk/middleware-serde");
6
6
  const smithy_client_1 = require("@aws-sdk/smithy-client");
7
+ Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
7
8
  const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
8
9
  class DeleteManagedEndpointCommand extends smithy_client_1.Command {
9
10
  static getEndpointParameterInstructions() {
@@ -1,9 +1,10 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.DeleteVirtualClusterCommand = void 0;
3
+ exports.DeleteVirtualClusterCommand = exports.$Command = void 0;
4
4
  const middleware_endpoint_1 = require("@aws-sdk/middleware-endpoint");
5
5
  const middleware_serde_1 = require("@aws-sdk/middleware-serde");
6
6
  const smithy_client_1 = require("@aws-sdk/smithy-client");
7
+ Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
7
8
  const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
8
9
  class DeleteVirtualClusterCommand extends smithy_client_1.Command {
9
10
  static getEndpointParameterInstructions() {
@@ -1,9 +1,10 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.DescribeJobRunCommand = void 0;
3
+ exports.DescribeJobRunCommand = exports.$Command = void 0;
4
4
  const middleware_endpoint_1 = require("@aws-sdk/middleware-endpoint");
5
5
  const middleware_serde_1 = require("@aws-sdk/middleware-serde");
6
6
  const smithy_client_1 = require("@aws-sdk/smithy-client");
7
+ Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
7
8
  const models_0_1 = require("../models/models_0");
8
9
  const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
9
10
  class DescribeJobRunCommand extends smithy_client_1.Command {
@@ -1,9 +1,10 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.DescribeJobTemplateCommand = void 0;
3
+ exports.DescribeJobTemplateCommand = exports.$Command = void 0;
4
4
  const middleware_endpoint_1 = require("@aws-sdk/middleware-endpoint");
5
5
  const middleware_serde_1 = require("@aws-sdk/middleware-serde");
6
6
  const smithy_client_1 = require("@aws-sdk/smithy-client");
7
+ Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
7
8
  const models_0_1 = require("../models/models_0");
8
9
  const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
9
10
  class DescribeJobTemplateCommand extends smithy_client_1.Command {
@@ -1,9 +1,10 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.DescribeManagedEndpointCommand = void 0;
3
+ exports.DescribeManagedEndpointCommand = exports.$Command = void 0;
4
4
  const middleware_endpoint_1 = require("@aws-sdk/middleware-endpoint");
5
5
  const middleware_serde_1 = require("@aws-sdk/middleware-serde");
6
6
  const smithy_client_1 = require("@aws-sdk/smithy-client");
7
+ Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
7
8
  const models_0_1 = require("../models/models_0");
8
9
  const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
9
10
  class DescribeManagedEndpointCommand extends smithy_client_1.Command {
@@ -1,9 +1,10 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.DescribeVirtualClusterCommand = void 0;
3
+ exports.DescribeVirtualClusterCommand = exports.$Command = void 0;
4
4
  const middleware_endpoint_1 = require("@aws-sdk/middleware-endpoint");
5
5
  const middleware_serde_1 = require("@aws-sdk/middleware-serde");
6
6
  const smithy_client_1 = require("@aws-sdk/smithy-client");
7
+ Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
7
8
  const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
8
9
  class DescribeVirtualClusterCommand extends smithy_client_1.Command {
9
10
  static getEndpointParameterInstructions() {
@@ -1,9 +1,10 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.GetManagedEndpointSessionCredentialsCommand = void 0;
3
+ exports.GetManagedEndpointSessionCredentialsCommand = exports.$Command = void 0;
4
4
  const middleware_endpoint_1 = require("@aws-sdk/middleware-endpoint");
5
5
  const middleware_serde_1 = require("@aws-sdk/middleware-serde");
6
6
  const smithy_client_1 = require("@aws-sdk/smithy-client");
7
+ Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
7
8
  const models_0_1 = require("../models/models_0");
8
9
  const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
9
10
  class GetManagedEndpointSessionCredentialsCommand extends smithy_client_1.Command {
@@ -1,9 +1,10 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.ListJobRunsCommand = void 0;
3
+ exports.ListJobRunsCommand = exports.$Command = void 0;
4
4
  const middleware_endpoint_1 = require("@aws-sdk/middleware-endpoint");
5
5
  const middleware_serde_1 = require("@aws-sdk/middleware-serde");
6
6
  const smithy_client_1 = require("@aws-sdk/smithy-client");
7
+ Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
7
8
  const models_0_1 = require("../models/models_0");
8
9
  const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
9
10
  class ListJobRunsCommand extends smithy_client_1.Command {
@@ -1,9 +1,10 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.ListJobTemplatesCommand = void 0;
3
+ exports.ListJobTemplatesCommand = exports.$Command = void 0;
4
4
  const middleware_endpoint_1 = require("@aws-sdk/middleware-endpoint");
5
5
  const middleware_serde_1 = require("@aws-sdk/middleware-serde");
6
6
  const smithy_client_1 = require("@aws-sdk/smithy-client");
7
+ Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
7
8
  const models_0_1 = require("../models/models_0");
8
9
  const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
9
10
  class ListJobTemplatesCommand extends smithy_client_1.Command {
@@ -1,9 +1,10 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.ListManagedEndpointsCommand = void 0;
3
+ exports.ListManagedEndpointsCommand = exports.$Command = void 0;
4
4
  const middleware_endpoint_1 = require("@aws-sdk/middleware-endpoint");
5
5
  const middleware_serde_1 = require("@aws-sdk/middleware-serde");
6
6
  const smithy_client_1 = require("@aws-sdk/smithy-client");
7
+ Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
7
8
  const models_0_1 = require("../models/models_0");
8
9
  const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
9
10
  class ListManagedEndpointsCommand extends smithy_client_1.Command {
@@ -1,9 +1,10 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.ListTagsForResourceCommand = void 0;
3
+ exports.ListTagsForResourceCommand = exports.$Command = void 0;
4
4
  const middleware_endpoint_1 = require("@aws-sdk/middleware-endpoint");
5
5
  const middleware_serde_1 = require("@aws-sdk/middleware-serde");
6
6
  const smithy_client_1 = require("@aws-sdk/smithy-client");
7
+ Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
7
8
  const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
8
9
  class ListTagsForResourceCommand extends smithy_client_1.Command {
9
10
  static getEndpointParameterInstructions() {
@@ -1,9 +1,10 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.ListVirtualClustersCommand = void 0;
3
+ exports.ListVirtualClustersCommand = exports.$Command = void 0;
4
4
  const middleware_endpoint_1 = require("@aws-sdk/middleware-endpoint");
5
5
  const middleware_serde_1 = require("@aws-sdk/middleware-serde");
6
6
  const smithy_client_1 = require("@aws-sdk/smithy-client");
7
+ Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
7
8
  const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
8
9
  class ListVirtualClustersCommand extends smithy_client_1.Command {
9
10
  static getEndpointParameterInstructions() {
@@ -1,9 +1,10 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.StartJobRunCommand = void 0;
3
+ exports.StartJobRunCommand = exports.$Command = void 0;
4
4
  const middleware_endpoint_1 = require("@aws-sdk/middleware-endpoint");
5
5
  const middleware_serde_1 = require("@aws-sdk/middleware-serde");
6
6
  const smithy_client_1 = require("@aws-sdk/smithy-client");
7
+ Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
7
8
  const models_0_1 = require("../models/models_0");
8
9
  const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
9
10
  class StartJobRunCommand extends smithy_client_1.Command {
@@ -1,9 +1,10 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.TagResourceCommand = void 0;
3
+ exports.TagResourceCommand = exports.$Command = void 0;
4
4
  const middleware_endpoint_1 = require("@aws-sdk/middleware-endpoint");
5
5
  const middleware_serde_1 = require("@aws-sdk/middleware-serde");
6
6
  const smithy_client_1 = require("@aws-sdk/smithy-client");
7
+ Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
7
8
  const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
8
9
  class TagResourceCommand extends smithy_client_1.Command {
9
10
  static getEndpointParameterInstructions() {
@@ -1,9 +1,10 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.UntagResourceCommand = void 0;
3
+ exports.UntagResourceCommand = exports.$Command = void 0;
4
4
  const middleware_endpoint_1 = require("@aws-sdk/middleware-endpoint");
5
5
  const middleware_serde_1 = require("@aws-sdk/middleware-serde");
6
6
  const smithy_client_1 = require("@aws-sdk/smithy-client");
7
+ Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
7
8
  const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
8
9
  class UntagResourceCommand extends smithy_client_1.Command {
9
10
  static getEndpointParameterInstructions() {
package/dist-cjs/index.js CHANGED
@@ -2,10 +2,10 @@
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.EMRContainersServiceException = void 0;
4
4
  const tslib_1 = require("tslib");
5
- tslib_1.__exportStar(require("./EMRContainers"), exports);
6
5
  tslib_1.__exportStar(require("./EMRContainersClient"), exports);
6
+ tslib_1.__exportStar(require("./EMRContainers"), exports);
7
7
  tslib_1.__exportStar(require("./commands"), exports);
8
- tslib_1.__exportStar(require("./models"), exports);
9
8
  tslib_1.__exportStar(require("./pagination"), exports);
9
+ tslib_1.__exportStar(require("./models"), exports);
10
10
  var EMRContainersServiceException_1 = require("./models/EMRContainersServiceException");
11
11
  Object.defineProperty(exports, "EMRContainersServiceException", { enumerable: true, get: function () { return EMRContainersServiceException_1.EMRContainersServiceException; } });
@@ -1,7 +1,8 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.EMRContainersServiceException = void 0;
3
+ exports.EMRContainersServiceException = exports.__ServiceException = void 0;
4
4
  const smithy_client_1 = require("@aws-sdk/smithy-client");
5
+ Object.defineProperty(exports, "__ServiceException", { enumerable: true, get: function () { return smithy_client_1.ServiceException; } });
5
6
  class EMRContainersServiceException extends smithy_client_1.ServiceException {
6
7
  constructor(options) {
7
8
  super(options);
@@ -10,6 +10,7 @@ import { getUserAgentPlugin, resolveUserAgentConfig, } from "@aws-sdk/middleware
10
10
  import { Client as __Client, } from "@aws-sdk/smithy-client";
11
11
  import { resolveClientEndpointParameters, } from "./endpoint/EndpointParameters";
12
12
  import { getRuntimeConfig as __getRuntimeConfig } from "./runtimeConfig";
13
+ export { __Client };
13
14
  export class EMRContainersClient extends __Client {
14
15
  constructor(configuration) {
15
16
  const _config_0 = __getRuntimeConfig(configuration);
@@ -2,6 +2,7 @@ import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
4
  import { de_CancelJobRunCommand, se_CancelJobRunCommand } from "../protocols/Aws_restJson1";
5
+ export { $Command };
5
6
  export class CancelJobRunCommand extends $Command {
6
7
  static getEndpointParameterInstructions() {
7
8
  return {
@@ -3,6 +3,7 @@ import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
4
  import { CreateJobTemplateRequestFilterSensitiveLog, } from "../models/models_0";
5
5
  import { de_CreateJobTemplateCommand, se_CreateJobTemplateCommand } from "../protocols/Aws_restJson1";
6
+ export { $Command };
6
7
  export class CreateJobTemplateCommand extends $Command {
7
8
  static getEndpointParameterInstructions() {
8
9
  return {
@@ -3,6 +3,7 @@ import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
4
  import { CreateManagedEndpointRequestFilterSensitiveLog, } from "../models/models_0";
5
5
  import { de_CreateManagedEndpointCommand, se_CreateManagedEndpointCommand } from "../protocols/Aws_restJson1";
6
+ export { $Command };
6
7
  export class CreateManagedEndpointCommand extends $Command {
7
8
  static getEndpointParameterInstructions() {
8
9
  return {
@@ -2,6 +2,7 @@ import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
4
  import { de_CreateVirtualClusterCommand, se_CreateVirtualClusterCommand } from "../protocols/Aws_restJson1";
5
+ export { $Command };
5
6
  export class CreateVirtualClusterCommand extends $Command {
6
7
  static getEndpointParameterInstructions() {
7
8
  return {
@@ -2,6 +2,7 @@ import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
4
  import { de_DeleteJobTemplateCommand, se_DeleteJobTemplateCommand } from "../protocols/Aws_restJson1";
5
+ export { $Command };
5
6
  export class DeleteJobTemplateCommand extends $Command {
6
7
  static getEndpointParameterInstructions() {
7
8
  return {
@@ -2,6 +2,7 @@ import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
4
  import { de_DeleteManagedEndpointCommand, se_DeleteManagedEndpointCommand } from "../protocols/Aws_restJson1";
5
+ export { $Command };
5
6
  export class DeleteManagedEndpointCommand extends $Command {
6
7
  static getEndpointParameterInstructions() {
7
8
  return {
@@ -2,6 +2,7 @@ import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
4
  import { de_DeleteVirtualClusterCommand, se_DeleteVirtualClusterCommand } from "../protocols/Aws_restJson1";
5
+ export { $Command };
5
6
  export class DeleteVirtualClusterCommand extends $Command {
6
7
  static getEndpointParameterInstructions() {
7
8
  return {
@@ -3,6 +3,7 @@ import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
4
  import { DescribeJobRunResponseFilterSensitiveLog, } from "../models/models_0";
5
5
  import { de_DescribeJobRunCommand, se_DescribeJobRunCommand } from "../protocols/Aws_restJson1";
6
+ export { $Command };
6
7
  export class DescribeJobRunCommand extends $Command {
7
8
  static getEndpointParameterInstructions() {
8
9
  return {
@@ -3,6 +3,7 @@ import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
4
  import { DescribeJobTemplateResponseFilterSensitiveLog, } from "../models/models_0";
5
5
  import { de_DescribeJobTemplateCommand, se_DescribeJobTemplateCommand } from "../protocols/Aws_restJson1";
6
+ export { $Command };
6
7
  export class DescribeJobTemplateCommand extends $Command {
7
8
  static getEndpointParameterInstructions() {
8
9
  return {
@@ -3,6 +3,7 @@ import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
4
  import { DescribeManagedEndpointResponseFilterSensitiveLog, } from "../models/models_0";
5
5
  import { de_DescribeManagedEndpointCommand, se_DescribeManagedEndpointCommand } from "../protocols/Aws_restJson1";
6
+ export { $Command };
6
7
  export class DescribeManagedEndpointCommand extends $Command {
7
8
  static getEndpointParameterInstructions() {
8
9
  return {
@@ -2,6 +2,7 @@ import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
4
  import { de_DescribeVirtualClusterCommand, se_DescribeVirtualClusterCommand } from "../protocols/Aws_restJson1";
5
+ export { $Command };
5
6
  export class DescribeVirtualClusterCommand extends $Command {
6
7
  static getEndpointParameterInstructions() {
7
8
  return {
@@ -3,6 +3,7 @@ import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
4
  import { GetManagedEndpointSessionCredentialsResponseFilterSensitiveLog, } from "../models/models_0";
5
5
  import { de_GetManagedEndpointSessionCredentialsCommand, se_GetManagedEndpointSessionCredentialsCommand, } from "../protocols/Aws_restJson1";
6
+ export { $Command };
6
7
  export class GetManagedEndpointSessionCredentialsCommand extends $Command {
7
8
  static getEndpointParameterInstructions() {
8
9
  return {
@@ -3,6 +3,7 @@ import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
4
  import { ListJobRunsResponseFilterSensitiveLog } from "../models/models_0";
5
5
  import { de_ListJobRunsCommand, se_ListJobRunsCommand } from "../protocols/Aws_restJson1";
6
+ export { $Command };
6
7
  export class ListJobRunsCommand extends $Command {
7
8
  static getEndpointParameterInstructions() {
8
9
  return {
@@ -3,6 +3,7 @@ import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
4
  import { ListJobTemplatesResponseFilterSensitiveLog, } from "../models/models_0";
5
5
  import { de_ListJobTemplatesCommand, se_ListJobTemplatesCommand } from "../protocols/Aws_restJson1";
6
+ export { $Command };
6
7
  export class ListJobTemplatesCommand extends $Command {
7
8
  static getEndpointParameterInstructions() {
8
9
  return {
@@ -3,6 +3,7 @@ import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
4
  import { ListManagedEndpointsResponseFilterSensitiveLog, } from "../models/models_0";
5
5
  import { de_ListManagedEndpointsCommand, se_ListManagedEndpointsCommand } from "../protocols/Aws_restJson1";
6
+ export { $Command };
6
7
  export class ListManagedEndpointsCommand extends $Command {
7
8
  static getEndpointParameterInstructions() {
8
9
  return {
@@ -2,6 +2,7 @@ import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
4
  import { de_ListTagsForResourceCommand, se_ListTagsForResourceCommand } from "../protocols/Aws_restJson1";
5
+ export { $Command };
5
6
  export class ListTagsForResourceCommand extends $Command {
6
7
  static getEndpointParameterInstructions() {
7
8
  return {
@@ -2,6 +2,7 @@ import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
4
  import { de_ListVirtualClustersCommand, se_ListVirtualClustersCommand } from "../protocols/Aws_restJson1";
5
+ export { $Command };
5
6
  export class ListVirtualClustersCommand extends $Command {
6
7
  static getEndpointParameterInstructions() {
7
8
  return {
@@ -3,6 +3,7 @@ import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
4
  import { StartJobRunRequestFilterSensitiveLog } from "../models/models_0";
5
5
  import { de_StartJobRunCommand, se_StartJobRunCommand } from "../protocols/Aws_restJson1";
6
+ export { $Command };
6
7
  export class StartJobRunCommand extends $Command {
7
8
  static getEndpointParameterInstructions() {
8
9
  return {
@@ -2,6 +2,7 @@ import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
4
  import { de_TagResourceCommand, se_TagResourceCommand } from "../protocols/Aws_restJson1";
5
+ export { $Command };
5
6
  export class TagResourceCommand extends $Command {
6
7
  static getEndpointParameterInstructions() {
7
8
  return {
@@ -2,6 +2,7 @@ import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
4
  import { de_UntagResourceCommand, se_UntagResourceCommand } from "../protocols/Aws_restJson1";
5
+ export { $Command };
5
6
  export class UntagResourceCommand extends $Command {
6
7
  static getEndpointParameterInstructions() {
7
8
  return {
package/dist-es/index.js CHANGED
@@ -1,6 +1,6 @@
1
- export * from "./EMRContainers";
2
1
  export * from "./EMRContainersClient";
2
+ export * from "./EMRContainers";
3
3
  export * from "./commands";
4
- export * from "./models";
5
4
  export * from "./pagination";
5
+ export * from "./models";
6
6
  export { EMRContainersServiceException } from "./models/EMRContainersServiceException";
@@ -1,4 +1,5 @@
1
1
  import { ServiceException as __ServiceException, } from "@aws-sdk/smithy-client";
2
+ export { __ServiceException };
2
3
  export class EMRContainersServiceException extends __ServiceException {
3
4
  constructor(options) {
4
5
  super(options);
@@ -29,6 +29,7 @@ import { StartJobRunCommandInput, StartJobRunCommandOutput } from "./commands/St
29
29
  import { TagResourceCommandInput, TagResourceCommandOutput } from "./commands/TagResourceCommand";
30
30
  import { UntagResourceCommandInput, UntagResourceCommandOutput } from "./commands/UntagResourceCommand";
31
31
  import { ClientInputEndpointParameters, ClientResolvedEndpointParameters, EndpointParameters } from "./endpoint/EndpointParameters";
32
+ export { __Client };
32
33
  /**
33
34
  * @public
34
35
  */
@@ -143,7 +144,7 @@ export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__
143
144
  /**
144
145
  * @public
145
146
  */
146
- type EMRContainersClientConfigType = Partial<__SmithyConfiguration<__HttpHandlerOptions>> & ClientDefaults & RegionInputConfig & EndpointInputConfig<EndpointParameters> & RetryInputConfig & HostHeaderInputConfig & AwsAuthInputConfig & UserAgentInputConfig & ClientInputEndpointParameters;
147
+ export type EMRContainersClientConfigType = Partial<__SmithyConfiguration<__HttpHandlerOptions>> & ClientDefaults & RegionInputConfig & EndpointInputConfig<EndpointParameters> & RetryInputConfig & HostHeaderInputConfig & AwsAuthInputConfig & UserAgentInputConfig & ClientInputEndpointParameters;
147
148
  /**
148
149
  * @public
149
150
  *
@@ -154,7 +155,7 @@ export interface EMRContainersClientConfig extends EMRContainersClientConfigType
154
155
  /**
155
156
  * @public
156
157
  */
157
- type EMRContainersClientResolvedConfigType = __SmithyResolvedConfiguration<__HttpHandlerOptions> & Required<ClientDefaults> & RegionResolvedConfig & EndpointResolvedConfig<EndpointParameters> & RetryResolvedConfig & HostHeaderResolvedConfig & AwsAuthResolvedConfig & UserAgentResolvedConfig & ClientResolvedEndpointParameters;
158
+ export type EMRContainersClientResolvedConfigType = __SmithyResolvedConfiguration<__HttpHandlerOptions> & Required<ClientDefaults> & RegionResolvedConfig & EndpointResolvedConfig<EndpointParameters> & RetryResolvedConfig & HostHeaderResolvedConfig & AwsAuthResolvedConfig & UserAgentResolvedConfig & ClientResolvedEndpointParameters;
158
159
  /**
159
160
  * @public
160
161
  *
@@ -202,4 +203,3 @@ export declare class EMRContainersClient extends __Client<__HttpHandlerOptions,
202
203
  */
203
204
  destroy(): void;
204
205
  }
205
- export {};
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { EMRContainersClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../EMRContainersClient";
5
5
  import { CancelJobRunRequest, CancelJobRunResponse } from "../models/models_0";
6
+ /**
7
+ * @public
8
+ */
9
+ export { __MetadataBearer, $Command };
6
10
  /**
7
11
  * @public
8
12
  *
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { EMRContainersClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../EMRContainersClient";
5
5
  import { CreateJobTemplateRequest, CreateJobTemplateResponse } from "../models/models_0";
6
+ /**
7
+ * @public
8
+ */
9
+ export { __MetadataBearer, $Command };
6
10
  /**
7
11
  * @public
8
12
  *
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { EMRContainersClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../EMRContainersClient";
5
5
  import { CreateManagedEndpointRequest, CreateManagedEndpointResponse } from "../models/models_0";
6
+ /**
7
+ * @public
8
+ */
9
+ export { __MetadataBearer, $Command };
6
10
  /**
7
11
  * @public
8
12
  *
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { EMRContainersClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../EMRContainersClient";
5
5
  import { CreateVirtualClusterRequest, CreateVirtualClusterResponse } from "../models/models_0";
6
+ /**
7
+ * @public
8
+ */
9
+ export { __MetadataBearer, $Command };
6
10
  /**
7
11
  * @public
8
12
  *
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { EMRContainersClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../EMRContainersClient";
5
5
  import { DeleteJobTemplateRequest, DeleteJobTemplateResponse } from "../models/models_0";
6
+ /**
7
+ * @public
8
+ */
9
+ export { __MetadataBearer, $Command };
6
10
  /**
7
11
  * @public
8
12
  *