@aws-sdk/client-codedeploy 3.335.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 (201) hide show
  1. package/dist-cjs/CodeDeployClient.js +2 -1
  2. package/dist-cjs/commands/AddTagsToOnPremisesInstancesCommand.js +2 -1
  3. package/dist-cjs/commands/BatchGetApplicationRevisionsCommand.js +2 -1
  4. package/dist-cjs/commands/BatchGetApplicationsCommand.js +2 -1
  5. package/dist-cjs/commands/BatchGetDeploymentGroupsCommand.js +2 -1
  6. package/dist-cjs/commands/BatchGetDeploymentInstancesCommand.js +2 -1
  7. package/dist-cjs/commands/BatchGetDeploymentTargetsCommand.js +2 -1
  8. package/dist-cjs/commands/BatchGetDeploymentsCommand.js +2 -1
  9. package/dist-cjs/commands/BatchGetOnPremisesInstancesCommand.js +2 -1
  10. package/dist-cjs/commands/ContinueDeploymentCommand.js +2 -1
  11. package/dist-cjs/commands/CreateApplicationCommand.js +2 -1
  12. package/dist-cjs/commands/CreateDeploymentCommand.js +2 -1
  13. package/dist-cjs/commands/CreateDeploymentConfigCommand.js +2 -1
  14. package/dist-cjs/commands/CreateDeploymentGroupCommand.js +2 -1
  15. package/dist-cjs/commands/DeleteApplicationCommand.js +2 -1
  16. package/dist-cjs/commands/DeleteDeploymentConfigCommand.js +2 -1
  17. package/dist-cjs/commands/DeleteDeploymentGroupCommand.js +2 -1
  18. package/dist-cjs/commands/DeleteGitHubAccountTokenCommand.js +2 -1
  19. package/dist-cjs/commands/DeleteResourcesByExternalIdCommand.js +2 -1
  20. package/dist-cjs/commands/DeregisterOnPremisesInstanceCommand.js +2 -1
  21. package/dist-cjs/commands/GetApplicationCommand.js +2 -1
  22. package/dist-cjs/commands/GetApplicationRevisionCommand.js +2 -1
  23. package/dist-cjs/commands/GetDeploymentCommand.js +2 -1
  24. package/dist-cjs/commands/GetDeploymentConfigCommand.js +2 -1
  25. package/dist-cjs/commands/GetDeploymentGroupCommand.js +2 -1
  26. package/dist-cjs/commands/GetDeploymentInstanceCommand.js +2 -1
  27. package/dist-cjs/commands/GetDeploymentTargetCommand.js +2 -1
  28. package/dist-cjs/commands/GetOnPremisesInstanceCommand.js +2 -1
  29. package/dist-cjs/commands/ListApplicationRevisionsCommand.js +2 -1
  30. package/dist-cjs/commands/ListApplicationsCommand.js +2 -1
  31. package/dist-cjs/commands/ListDeploymentConfigsCommand.js +2 -1
  32. package/dist-cjs/commands/ListDeploymentGroupsCommand.js +2 -1
  33. package/dist-cjs/commands/ListDeploymentInstancesCommand.js +2 -1
  34. package/dist-cjs/commands/ListDeploymentTargetsCommand.js +2 -1
  35. package/dist-cjs/commands/ListDeploymentsCommand.js +2 -1
  36. package/dist-cjs/commands/ListGitHubAccountTokenNamesCommand.js +2 -1
  37. package/dist-cjs/commands/ListOnPremisesInstancesCommand.js +2 -1
  38. package/dist-cjs/commands/ListTagsForResourceCommand.js +2 -1
  39. package/dist-cjs/commands/PutLifecycleEventHookExecutionStatusCommand.js +2 -1
  40. package/dist-cjs/commands/RegisterApplicationRevisionCommand.js +2 -1
  41. package/dist-cjs/commands/RegisterOnPremisesInstanceCommand.js +2 -1
  42. package/dist-cjs/commands/RemoveTagsFromOnPremisesInstancesCommand.js +2 -1
  43. package/dist-cjs/commands/SkipWaitTimeForInstanceTerminationCommand.js +2 -1
  44. package/dist-cjs/commands/StopDeploymentCommand.js +2 -1
  45. package/dist-cjs/commands/TagResourceCommand.js +2 -1
  46. package/dist-cjs/commands/UntagResourceCommand.js +2 -1
  47. package/dist-cjs/commands/UpdateApplicationCommand.js +2 -1
  48. package/dist-cjs/commands/UpdateDeploymentGroupCommand.js +2 -1
  49. package/dist-cjs/index.js +2 -2
  50. package/dist-cjs/models/CodeDeployServiceException.js +2 -1
  51. package/dist-es/CodeDeployClient.js +1 -0
  52. package/dist-es/commands/AddTagsToOnPremisesInstancesCommand.js +1 -0
  53. package/dist-es/commands/BatchGetApplicationRevisionsCommand.js +1 -0
  54. package/dist-es/commands/BatchGetApplicationsCommand.js +1 -0
  55. package/dist-es/commands/BatchGetDeploymentGroupsCommand.js +1 -0
  56. package/dist-es/commands/BatchGetDeploymentInstancesCommand.js +1 -0
  57. package/dist-es/commands/BatchGetDeploymentTargetsCommand.js +1 -0
  58. package/dist-es/commands/BatchGetDeploymentsCommand.js +1 -0
  59. package/dist-es/commands/BatchGetOnPremisesInstancesCommand.js +1 -0
  60. package/dist-es/commands/ContinueDeploymentCommand.js +1 -0
  61. package/dist-es/commands/CreateApplicationCommand.js +1 -0
  62. package/dist-es/commands/CreateDeploymentCommand.js +1 -0
  63. package/dist-es/commands/CreateDeploymentConfigCommand.js +1 -0
  64. package/dist-es/commands/CreateDeploymentGroupCommand.js +1 -0
  65. package/dist-es/commands/DeleteApplicationCommand.js +1 -0
  66. package/dist-es/commands/DeleteDeploymentConfigCommand.js +1 -0
  67. package/dist-es/commands/DeleteDeploymentGroupCommand.js +1 -0
  68. package/dist-es/commands/DeleteGitHubAccountTokenCommand.js +1 -0
  69. package/dist-es/commands/DeleteResourcesByExternalIdCommand.js +1 -0
  70. package/dist-es/commands/DeregisterOnPremisesInstanceCommand.js +1 -0
  71. package/dist-es/commands/GetApplicationCommand.js +1 -0
  72. package/dist-es/commands/GetApplicationRevisionCommand.js +1 -0
  73. package/dist-es/commands/GetDeploymentCommand.js +1 -0
  74. package/dist-es/commands/GetDeploymentConfigCommand.js +1 -0
  75. package/dist-es/commands/GetDeploymentGroupCommand.js +1 -0
  76. package/dist-es/commands/GetDeploymentInstanceCommand.js +1 -0
  77. package/dist-es/commands/GetDeploymentTargetCommand.js +1 -0
  78. package/dist-es/commands/GetOnPremisesInstanceCommand.js +1 -0
  79. package/dist-es/commands/ListApplicationRevisionsCommand.js +1 -0
  80. package/dist-es/commands/ListApplicationsCommand.js +1 -0
  81. package/dist-es/commands/ListDeploymentConfigsCommand.js +1 -0
  82. package/dist-es/commands/ListDeploymentGroupsCommand.js +1 -0
  83. package/dist-es/commands/ListDeploymentInstancesCommand.js +1 -0
  84. package/dist-es/commands/ListDeploymentTargetsCommand.js +1 -0
  85. package/dist-es/commands/ListDeploymentsCommand.js +1 -0
  86. package/dist-es/commands/ListGitHubAccountTokenNamesCommand.js +1 -0
  87. package/dist-es/commands/ListOnPremisesInstancesCommand.js +1 -0
  88. package/dist-es/commands/ListTagsForResourceCommand.js +1 -0
  89. package/dist-es/commands/PutLifecycleEventHookExecutionStatusCommand.js +1 -0
  90. package/dist-es/commands/RegisterApplicationRevisionCommand.js +1 -0
  91. package/dist-es/commands/RegisterOnPremisesInstanceCommand.js +1 -0
  92. package/dist-es/commands/RemoveTagsFromOnPremisesInstancesCommand.js +1 -0
  93. package/dist-es/commands/SkipWaitTimeForInstanceTerminationCommand.js +1 -0
  94. package/dist-es/commands/StopDeploymentCommand.js +1 -0
  95. package/dist-es/commands/TagResourceCommand.js +1 -0
  96. package/dist-es/commands/UntagResourceCommand.js +1 -0
  97. package/dist-es/commands/UpdateApplicationCommand.js +1 -0
  98. package/dist-es/commands/UpdateDeploymentGroupCommand.js +1 -0
  99. package/dist-es/index.js +2 -2
  100. package/dist-es/models/CodeDeployServiceException.js +1 -0
  101. package/dist-types/CodeDeployClient.d.ts +3 -3
  102. package/dist-types/commands/AddTagsToOnPremisesInstancesCommand.d.ts +4 -0
  103. package/dist-types/commands/BatchGetApplicationRevisionsCommand.d.ts +4 -0
  104. package/dist-types/commands/BatchGetApplicationsCommand.d.ts +4 -0
  105. package/dist-types/commands/BatchGetDeploymentGroupsCommand.d.ts +4 -0
  106. package/dist-types/commands/BatchGetDeploymentInstancesCommand.d.ts +4 -0
  107. package/dist-types/commands/BatchGetDeploymentTargetsCommand.d.ts +4 -0
  108. package/dist-types/commands/BatchGetDeploymentsCommand.d.ts +4 -0
  109. package/dist-types/commands/BatchGetOnPremisesInstancesCommand.d.ts +4 -0
  110. package/dist-types/commands/ContinueDeploymentCommand.d.ts +4 -0
  111. package/dist-types/commands/CreateApplicationCommand.d.ts +4 -0
  112. package/dist-types/commands/CreateDeploymentCommand.d.ts +4 -0
  113. package/dist-types/commands/CreateDeploymentConfigCommand.d.ts +4 -0
  114. package/dist-types/commands/CreateDeploymentGroupCommand.d.ts +4 -0
  115. package/dist-types/commands/DeleteApplicationCommand.d.ts +4 -0
  116. package/dist-types/commands/DeleteDeploymentConfigCommand.d.ts +4 -0
  117. package/dist-types/commands/DeleteDeploymentGroupCommand.d.ts +4 -0
  118. package/dist-types/commands/DeleteGitHubAccountTokenCommand.d.ts +4 -0
  119. package/dist-types/commands/DeleteResourcesByExternalIdCommand.d.ts +4 -0
  120. package/dist-types/commands/DeregisterOnPremisesInstanceCommand.d.ts +4 -0
  121. package/dist-types/commands/GetApplicationCommand.d.ts +4 -0
  122. package/dist-types/commands/GetApplicationRevisionCommand.d.ts +4 -0
  123. package/dist-types/commands/GetDeploymentCommand.d.ts +4 -0
  124. package/dist-types/commands/GetDeploymentConfigCommand.d.ts +4 -0
  125. package/dist-types/commands/GetDeploymentGroupCommand.d.ts +4 -0
  126. package/dist-types/commands/GetDeploymentInstanceCommand.d.ts +4 -0
  127. package/dist-types/commands/GetDeploymentTargetCommand.d.ts +4 -0
  128. package/dist-types/commands/GetOnPremisesInstanceCommand.d.ts +4 -0
  129. package/dist-types/commands/ListApplicationRevisionsCommand.d.ts +4 -0
  130. package/dist-types/commands/ListApplicationsCommand.d.ts +4 -0
  131. package/dist-types/commands/ListDeploymentConfigsCommand.d.ts +4 -0
  132. package/dist-types/commands/ListDeploymentGroupsCommand.d.ts +4 -0
  133. package/dist-types/commands/ListDeploymentInstancesCommand.d.ts +4 -0
  134. package/dist-types/commands/ListDeploymentTargetsCommand.d.ts +4 -0
  135. package/dist-types/commands/ListDeploymentsCommand.d.ts +4 -0
  136. package/dist-types/commands/ListGitHubAccountTokenNamesCommand.d.ts +4 -0
  137. package/dist-types/commands/ListOnPremisesInstancesCommand.d.ts +4 -0
  138. package/dist-types/commands/ListTagsForResourceCommand.d.ts +4 -0
  139. package/dist-types/commands/PutLifecycleEventHookExecutionStatusCommand.d.ts +4 -0
  140. package/dist-types/commands/RegisterApplicationRevisionCommand.d.ts +4 -0
  141. package/dist-types/commands/RegisterOnPremisesInstanceCommand.d.ts +4 -0
  142. package/dist-types/commands/RemoveTagsFromOnPremisesInstancesCommand.d.ts +4 -0
  143. package/dist-types/commands/SkipWaitTimeForInstanceTerminationCommand.d.ts +4 -0
  144. package/dist-types/commands/StopDeploymentCommand.d.ts +4 -0
  145. package/dist-types/commands/TagResourceCommand.d.ts +4 -0
  146. package/dist-types/commands/UntagResourceCommand.d.ts +4 -0
  147. package/dist-types/commands/UpdateApplicationCommand.d.ts +4 -0
  148. package/dist-types/commands/UpdateDeploymentGroupCommand.d.ts +4 -0
  149. package/dist-types/index.d.ts +99 -2
  150. package/dist-types/models/CodeDeployServiceException.d.ts +1 -0
  151. package/dist-types/ts3.4/CodeDeployClient.d.ts +3 -3
  152. package/dist-types/ts3.4/commands/AddTagsToOnPremisesInstancesCommand.d.ts +1 -0
  153. package/dist-types/ts3.4/commands/BatchGetApplicationRevisionsCommand.d.ts +1 -0
  154. package/dist-types/ts3.4/commands/BatchGetApplicationsCommand.d.ts +1 -0
  155. package/dist-types/ts3.4/commands/BatchGetDeploymentGroupsCommand.d.ts +1 -0
  156. package/dist-types/ts3.4/commands/BatchGetDeploymentInstancesCommand.d.ts +1 -0
  157. package/dist-types/ts3.4/commands/BatchGetDeploymentTargetsCommand.d.ts +1 -0
  158. package/dist-types/ts3.4/commands/BatchGetDeploymentsCommand.d.ts +1 -0
  159. package/dist-types/ts3.4/commands/BatchGetOnPremisesInstancesCommand.d.ts +1 -0
  160. package/dist-types/ts3.4/commands/ContinueDeploymentCommand.d.ts +1 -0
  161. package/dist-types/ts3.4/commands/CreateApplicationCommand.d.ts +1 -0
  162. package/dist-types/ts3.4/commands/CreateDeploymentCommand.d.ts +1 -0
  163. package/dist-types/ts3.4/commands/CreateDeploymentConfigCommand.d.ts +1 -0
  164. package/dist-types/ts3.4/commands/CreateDeploymentGroupCommand.d.ts +1 -0
  165. package/dist-types/ts3.4/commands/DeleteApplicationCommand.d.ts +1 -0
  166. package/dist-types/ts3.4/commands/DeleteDeploymentConfigCommand.d.ts +1 -0
  167. package/dist-types/ts3.4/commands/DeleteDeploymentGroupCommand.d.ts +1 -0
  168. package/dist-types/ts3.4/commands/DeleteGitHubAccountTokenCommand.d.ts +1 -0
  169. package/dist-types/ts3.4/commands/DeleteResourcesByExternalIdCommand.d.ts +1 -0
  170. package/dist-types/ts3.4/commands/DeregisterOnPremisesInstanceCommand.d.ts +1 -0
  171. package/dist-types/ts3.4/commands/GetApplicationCommand.d.ts +1 -0
  172. package/dist-types/ts3.4/commands/GetApplicationRevisionCommand.d.ts +1 -0
  173. package/dist-types/ts3.4/commands/GetDeploymentCommand.d.ts +1 -0
  174. package/dist-types/ts3.4/commands/GetDeploymentConfigCommand.d.ts +1 -0
  175. package/dist-types/ts3.4/commands/GetDeploymentGroupCommand.d.ts +1 -0
  176. package/dist-types/ts3.4/commands/GetDeploymentInstanceCommand.d.ts +1 -0
  177. package/dist-types/ts3.4/commands/GetDeploymentTargetCommand.d.ts +1 -0
  178. package/dist-types/ts3.4/commands/GetOnPremisesInstanceCommand.d.ts +1 -0
  179. package/dist-types/ts3.4/commands/ListApplicationRevisionsCommand.d.ts +1 -0
  180. package/dist-types/ts3.4/commands/ListApplicationsCommand.d.ts +1 -0
  181. package/dist-types/ts3.4/commands/ListDeploymentConfigsCommand.d.ts +1 -0
  182. package/dist-types/ts3.4/commands/ListDeploymentGroupsCommand.d.ts +1 -0
  183. package/dist-types/ts3.4/commands/ListDeploymentInstancesCommand.d.ts +1 -0
  184. package/dist-types/ts3.4/commands/ListDeploymentTargetsCommand.d.ts +1 -0
  185. package/dist-types/ts3.4/commands/ListDeploymentsCommand.d.ts +1 -0
  186. package/dist-types/ts3.4/commands/ListGitHubAccountTokenNamesCommand.d.ts +1 -0
  187. package/dist-types/ts3.4/commands/ListOnPremisesInstancesCommand.d.ts +1 -0
  188. package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +1 -0
  189. package/dist-types/ts3.4/commands/PutLifecycleEventHookExecutionStatusCommand.d.ts +1 -0
  190. package/dist-types/ts3.4/commands/RegisterApplicationRevisionCommand.d.ts +1 -0
  191. package/dist-types/ts3.4/commands/RegisterOnPremisesInstanceCommand.d.ts +1 -0
  192. package/dist-types/ts3.4/commands/RemoveTagsFromOnPremisesInstancesCommand.d.ts +1 -0
  193. package/dist-types/ts3.4/commands/SkipWaitTimeForInstanceTerminationCommand.d.ts +1 -0
  194. package/dist-types/ts3.4/commands/StopDeploymentCommand.d.ts +1 -0
  195. package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +1 -0
  196. package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +1 -0
  197. package/dist-types/ts3.4/commands/UpdateApplicationCommand.d.ts +1 -0
  198. package/dist-types/ts3.4/commands/UpdateDeploymentGroupCommand.d.ts +1 -0
  199. package/dist-types/ts3.4/index.d.ts +2 -2
  200. package/dist-types/ts3.4/models/CodeDeployServiceException.d.ts +1 -0
  201. package/package.json +29 -29
@@ -1,9 +1,10 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.UpdateApplicationCommand = void 0;
3
+ exports.UpdateApplicationCommand = 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_json1_1_1 = require("../protocols/Aws_json1_1");
8
9
  class UpdateApplicationCommand 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.UpdateDeploymentGroupCommand = void 0;
3
+ exports.UpdateDeploymentGroupCommand = 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_json1_1_1 = require("../protocols/Aws_json1_1");
8
9
  class UpdateDeploymentGroupCommand extends smithy_client_1.Command {
9
10
  static getEndpointParameterInstructions() {
package/dist-cjs/index.js CHANGED
@@ -2,11 +2,11 @@
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.CodeDeployServiceException = void 0;
4
4
  const tslib_1 = require("tslib");
5
- tslib_1.__exportStar(require("./CodeDeploy"), exports);
6
5
  tslib_1.__exportStar(require("./CodeDeployClient"), exports);
6
+ tslib_1.__exportStar(require("./CodeDeploy"), exports);
7
7
  tslib_1.__exportStar(require("./commands"), exports);
8
- tslib_1.__exportStar(require("./models"), exports);
9
8
  tslib_1.__exportStar(require("./pagination"), exports);
10
9
  tslib_1.__exportStar(require("./waiters"), exports);
10
+ tslib_1.__exportStar(require("./models"), exports);
11
11
  var CodeDeployServiceException_1 = require("./models/CodeDeployServiceException");
12
12
  Object.defineProperty(exports, "CodeDeployServiceException", { enumerable: true, get: function () { return CodeDeployServiceException_1.CodeDeployServiceException; } });
@@ -1,7 +1,8 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.CodeDeployServiceException = void 0;
3
+ exports.CodeDeployServiceException = 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 CodeDeployServiceException 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 CodeDeployClient 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_AddTagsToOnPremisesInstancesCommand, se_AddTagsToOnPremisesInstancesCommand, } from "../protocols/Aws_json1_1";
5
+ export { $Command };
5
6
  export class AddTagsToOnPremisesInstancesCommand 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_BatchGetApplicationRevisionsCommand, se_BatchGetApplicationRevisionsCommand, } from "../protocols/Aws_json1_1";
5
+ export { $Command };
5
6
  export class BatchGetApplicationRevisionsCommand 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_BatchGetApplicationsCommand, se_BatchGetApplicationsCommand } from "../protocols/Aws_json1_1";
5
+ export { $Command };
5
6
  export class BatchGetApplicationsCommand 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_BatchGetDeploymentGroupsCommand, se_BatchGetDeploymentGroupsCommand } from "../protocols/Aws_json1_1";
5
+ export { $Command };
5
6
  export class BatchGetDeploymentGroupsCommand 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_BatchGetDeploymentInstancesCommand, se_BatchGetDeploymentInstancesCommand } from "../protocols/Aws_json1_1";
5
+ export { $Command };
5
6
  export class BatchGetDeploymentInstancesCommand 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_BatchGetDeploymentTargetsCommand, se_BatchGetDeploymentTargetsCommand } from "../protocols/Aws_json1_1";
5
+ export { $Command };
5
6
  export class BatchGetDeploymentTargetsCommand 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_BatchGetDeploymentsCommand, se_BatchGetDeploymentsCommand } from "../protocols/Aws_json1_1";
5
+ export { $Command };
5
6
  export class BatchGetDeploymentsCommand 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_BatchGetOnPremisesInstancesCommand, se_BatchGetOnPremisesInstancesCommand } from "../protocols/Aws_json1_1";
5
+ export { $Command };
5
6
  export class BatchGetOnPremisesInstancesCommand 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_ContinueDeploymentCommand, se_ContinueDeploymentCommand } from "../protocols/Aws_json1_1";
5
+ export { $Command };
5
6
  export class ContinueDeploymentCommand 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_CreateApplicationCommand, se_CreateApplicationCommand } from "../protocols/Aws_json1_1";
5
+ export { $Command };
5
6
  export class CreateApplicationCommand 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_CreateDeploymentCommand, se_CreateDeploymentCommand } from "../protocols/Aws_json1_1";
5
+ export { $Command };
5
6
  export class CreateDeploymentCommand 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_CreateDeploymentConfigCommand, se_CreateDeploymentConfigCommand } from "../protocols/Aws_json1_1";
5
+ export { $Command };
5
6
  export class CreateDeploymentConfigCommand 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_CreateDeploymentGroupCommand, se_CreateDeploymentGroupCommand } from "../protocols/Aws_json1_1";
5
+ export { $Command };
5
6
  export class CreateDeploymentGroupCommand 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_DeleteApplicationCommand, se_DeleteApplicationCommand } from "../protocols/Aws_json1_1";
5
+ export { $Command };
5
6
  export class DeleteApplicationCommand 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_DeleteDeploymentConfigCommand, se_DeleteDeploymentConfigCommand } from "../protocols/Aws_json1_1";
5
+ export { $Command };
5
6
  export class DeleteDeploymentConfigCommand 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_DeleteDeploymentGroupCommand, se_DeleteDeploymentGroupCommand } from "../protocols/Aws_json1_1";
5
+ export { $Command };
5
6
  export class DeleteDeploymentGroupCommand 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_DeleteGitHubAccountTokenCommand, se_DeleteGitHubAccountTokenCommand } from "../protocols/Aws_json1_1";
5
+ export { $Command };
5
6
  export class DeleteGitHubAccountTokenCommand 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_DeleteResourcesByExternalIdCommand, se_DeleteResourcesByExternalIdCommand } from "../protocols/Aws_json1_1";
5
+ export { $Command };
5
6
  export class DeleteResourcesByExternalIdCommand 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_DeregisterOnPremisesInstanceCommand, se_DeregisterOnPremisesInstanceCommand, } from "../protocols/Aws_json1_1";
5
+ export { $Command };
5
6
  export class DeregisterOnPremisesInstanceCommand 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_GetApplicationCommand, se_GetApplicationCommand } from "../protocols/Aws_json1_1";
5
+ export { $Command };
5
6
  export class GetApplicationCommand 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_GetApplicationRevisionCommand, se_GetApplicationRevisionCommand } from "../protocols/Aws_json1_1";
5
+ export { $Command };
5
6
  export class GetApplicationRevisionCommand 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_GetDeploymentCommand, se_GetDeploymentCommand } from "../protocols/Aws_json1_1";
5
+ export { $Command };
5
6
  export class GetDeploymentCommand 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_GetDeploymentConfigCommand, se_GetDeploymentConfigCommand } from "../protocols/Aws_json1_1";
5
+ export { $Command };
5
6
  export class GetDeploymentConfigCommand 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_GetDeploymentGroupCommand, se_GetDeploymentGroupCommand } from "../protocols/Aws_json1_1";
5
+ export { $Command };
5
6
  export class GetDeploymentGroupCommand 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_GetDeploymentInstanceCommand, se_GetDeploymentInstanceCommand } from "../protocols/Aws_json1_1";
5
+ export { $Command };
5
6
  export class GetDeploymentInstanceCommand 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_GetDeploymentTargetCommand, se_GetDeploymentTargetCommand } from "../protocols/Aws_json1_1";
5
+ export { $Command };
5
6
  export class GetDeploymentTargetCommand 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_GetOnPremisesInstanceCommand, se_GetOnPremisesInstanceCommand } from "../protocols/Aws_json1_1";
5
+ export { $Command };
5
6
  export class GetOnPremisesInstanceCommand 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_ListApplicationRevisionsCommand, se_ListApplicationRevisionsCommand } from "../protocols/Aws_json1_1";
5
+ export { $Command };
5
6
  export class ListApplicationRevisionsCommand 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_ListApplicationsCommand, se_ListApplicationsCommand } from "../protocols/Aws_json1_1";
5
+ export { $Command };
5
6
  export class ListApplicationsCommand 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_ListDeploymentConfigsCommand, se_ListDeploymentConfigsCommand } from "../protocols/Aws_json1_1";
5
+ export { $Command };
5
6
  export class ListDeploymentConfigsCommand 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_ListDeploymentGroupsCommand, se_ListDeploymentGroupsCommand } from "../protocols/Aws_json1_1";
5
+ export { $Command };
5
6
  export class ListDeploymentGroupsCommand 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_ListDeploymentInstancesCommand, se_ListDeploymentInstancesCommand } from "../protocols/Aws_json1_1";
5
+ export { $Command };
5
6
  export class ListDeploymentInstancesCommand 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_ListDeploymentTargetsCommand, se_ListDeploymentTargetsCommand } from "../protocols/Aws_json1_1";
5
+ export { $Command };
5
6
  export class ListDeploymentTargetsCommand 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_ListDeploymentsCommand, se_ListDeploymentsCommand } from "../protocols/Aws_json1_1";
5
+ export { $Command };
5
6
  export class ListDeploymentsCommand 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_ListGitHubAccountTokenNamesCommand, se_ListGitHubAccountTokenNamesCommand } from "../protocols/Aws_json1_1";
5
+ export { $Command };
5
6
  export class ListGitHubAccountTokenNamesCommand 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_ListOnPremisesInstancesCommand, se_ListOnPremisesInstancesCommand } from "../protocols/Aws_json1_1";
5
+ export { $Command };
5
6
  export class ListOnPremisesInstancesCommand 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_ListTagsForResourceCommand, se_ListTagsForResourceCommand } from "../protocols/Aws_json1_1";
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_PutLifecycleEventHookExecutionStatusCommand, se_PutLifecycleEventHookExecutionStatusCommand, } from "../protocols/Aws_json1_1";
5
+ export { $Command };
5
6
  export class PutLifecycleEventHookExecutionStatusCommand 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_RegisterApplicationRevisionCommand, se_RegisterApplicationRevisionCommand } from "../protocols/Aws_json1_1";
5
+ export { $Command };
5
6
  export class RegisterApplicationRevisionCommand 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_RegisterOnPremisesInstanceCommand, se_RegisterOnPremisesInstanceCommand } from "../protocols/Aws_json1_1";
5
+ export { $Command };
5
6
  export class RegisterOnPremisesInstanceCommand 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_RemoveTagsFromOnPremisesInstancesCommand, se_RemoveTagsFromOnPremisesInstancesCommand, } from "../protocols/Aws_json1_1";
5
+ export { $Command };
5
6
  export class RemoveTagsFromOnPremisesInstancesCommand 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_SkipWaitTimeForInstanceTerminationCommand, se_SkipWaitTimeForInstanceTerminationCommand, } from "../protocols/Aws_json1_1";
5
+ export { $Command };
5
6
  export class SkipWaitTimeForInstanceTerminationCommand 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_StopDeploymentCommand, se_StopDeploymentCommand } from "../protocols/Aws_json1_1";
5
+ export { $Command };
5
6
  export class StopDeploymentCommand 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_TagResourceCommand, se_TagResourceCommand } from "../protocols/Aws_json1_1";
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_json1_1";
5
+ export { $Command };
5
6
  export class UntagResourceCommand 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_UpdateApplicationCommand, se_UpdateApplicationCommand } from "../protocols/Aws_json1_1";
5
+ export { $Command };
5
6
  export class UpdateApplicationCommand 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_UpdateDeploymentGroupCommand, se_UpdateDeploymentGroupCommand } from "../protocols/Aws_json1_1";
5
+ export { $Command };
5
6
  export class UpdateDeploymentGroupCommand extends $Command {
6
7
  static getEndpointParameterInstructions() {
7
8
  return {
package/dist-es/index.js CHANGED
@@ -1,7 +1,7 @@
1
- export * from "./CodeDeploy";
2
1
  export * from "./CodeDeployClient";
2
+ export * from "./CodeDeploy";
3
3
  export * from "./commands";
4
- export * from "./models";
5
4
  export * from "./pagination";
6
5
  export * from "./waiters";
6
+ export * from "./models";
7
7
  export { CodeDeployServiceException } from "./models/CodeDeployServiceException";
@@ -1,4 +1,5 @@
1
1
  import { ServiceException as __ServiceException, } from "@aws-sdk/smithy-client";
2
+ export { __ServiceException };
2
3
  export class CodeDeployServiceException extends __ServiceException {
3
4
  constructor(options) {
4
5
  super(options);
@@ -56,6 +56,7 @@ import { UntagResourceCommandInput, UntagResourceCommandOutput } from "./command
56
56
  import { UpdateApplicationCommandInput, UpdateApplicationCommandOutput } from "./commands/UpdateApplicationCommand";
57
57
  import { UpdateDeploymentGroupCommandInput, UpdateDeploymentGroupCommandOutput } from "./commands/UpdateDeploymentGroupCommand";
58
58
  import { ClientInputEndpointParameters, ClientResolvedEndpointParameters, EndpointParameters } from "./endpoint/EndpointParameters";
59
+ export { __Client };
59
60
  /**
60
61
  * @public
61
62
  */
@@ -170,7 +171,7 @@ export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__
170
171
  /**
171
172
  * @public
172
173
  */
173
- type CodeDeployClientConfigType = Partial<__SmithyConfiguration<__HttpHandlerOptions>> & ClientDefaults & RegionInputConfig & EndpointInputConfig<EndpointParameters> & RetryInputConfig & HostHeaderInputConfig & AwsAuthInputConfig & UserAgentInputConfig & ClientInputEndpointParameters;
174
+ export type CodeDeployClientConfigType = Partial<__SmithyConfiguration<__HttpHandlerOptions>> & ClientDefaults & RegionInputConfig & EndpointInputConfig<EndpointParameters> & RetryInputConfig & HostHeaderInputConfig & AwsAuthInputConfig & UserAgentInputConfig & ClientInputEndpointParameters;
174
175
  /**
175
176
  * @public
176
177
  *
@@ -181,7 +182,7 @@ export interface CodeDeployClientConfig extends CodeDeployClientConfigType {
181
182
  /**
182
183
  * @public
183
184
  */
184
- type CodeDeployClientResolvedConfigType = __SmithyResolvedConfiguration<__HttpHandlerOptions> & Required<ClientDefaults> & RegionResolvedConfig & EndpointResolvedConfig<EndpointParameters> & RetryResolvedConfig & HostHeaderResolvedConfig & AwsAuthResolvedConfig & UserAgentResolvedConfig & ClientResolvedEndpointParameters;
185
+ export type CodeDeployClientResolvedConfigType = __SmithyResolvedConfiguration<__HttpHandlerOptions> & Required<ClientDefaults> & RegionResolvedConfig & EndpointResolvedConfig<EndpointParameters> & RetryResolvedConfig & HostHeaderResolvedConfig & AwsAuthResolvedConfig & UserAgentResolvedConfig & ClientResolvedEndpointParameters;
185
186
  /**
186
187
  * @public
187
188
  *
@@ -298,4 +299,3 @@ export declare class CodeDeployClient extends __Client<__HttpHandlerOptions, Ser
298
299
  */
299
300
  destroy(): void;
300
301
  }
301
- 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 { CodeDeployClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CodeDeployClient";
5
5
  import { AddTagsToOnPremisesInstancesInput } 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 { CodeDeployClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CodeDeployClient";
5
5
  import { BatchGetApplicationRevisionsInput, BatchGetApplicationRevisionsOutput } 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 { CodeDeployClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CodeDeployClient";
5
5
  import { BatchGetApplicationsInput, BatchGetApplicationsOutput } 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 { CodeDeployClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CodeDeployClient";
5
5
  import { BatchGetDeploymentGroupsInput, BatchGetDeploymentGroupsOutput } 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 { CodeDeployClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CodeDeployClient";
5
5
  import { BatchGetDeploymentInstancesInput, BatchGetDeploymentInstancesOutput } from "../models/models_0";
6
+ /**
7
+ * @public
8
+ */
9
+ export { __MetadataBearer, $Command };
6
10
  /**
7
11
  * @public
8
12
  *