@aws-sdk/client-codedeploy 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 (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,6 +1,6 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.CodeDeployClient = void 0;
3
+ exports.CodeDeployClient = 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 CodeDeployClient extends smithy_client_1.Client {
@@ -1,9 +1,10 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.AddTagsToOnPremisesInstancesCommand = void 0;
3
+ exports.AddTagsToOnPremisesInstancesCommand = 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 AddTagsToOnPremisesInstancesCommand 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.BatchGetApplicationRevisionsCommand = void 0;
3
+ exports.BatchGetApplicationRevisionsCommand = 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 BatchGetApplicationRevisionsCommand 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.BatchGetApplicationsCommand = void 0;
3
+ exports.BatchGetApplicationsCommand = 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 BatchGetApplicationsCommand 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.BatchGetDeploymentGroupsCommand = void 0;
3
+ exports.BatchGetDeploymentGroupsCommand = 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 BatchGetDeploymentGroupsCommand 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.BatchGetDeploymentInstancesCommand = void 0;
3
+ exports.BatchGetDeploymentInstancesCommand = 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 BatchGetDeploymentInstancesCommand 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.BatchGetDeploymentTargetsCommand = void 0;
3
+ exports.BatchGetDeploymentTargetsCommand = 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 BatchGetDeploymentTargetsCommand 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.BatchGetDeploymentsCommand = void 0;
3
+ exports.BatchGetDeploymentsCommand = 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 BatchGetDeploymentsCommand 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.BatchGetOnPremisesInstancesCommand = void 0;
3
+ exports.BatchGetOnPremisesInstancesCommand = 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 BatchGetOnPremisesInstancesCommand 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.ContinueDeploymentCommand = void 0;
3
+ exports.ContinueDeploymentCommand = 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 ContinueDeploymentCommand 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.CreateApplicationCommand = void 0;
3
+ exports.CreateApplicationCommand = 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 CreateApplicationCommand 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.CreateDeploymentCommand = void 0;
3
+ exports.CreateDeploymentCommand = 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 CreateDeploymentCommand 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.CreateDeploymentConfigCommand = void 0;
3
+ exports.CreateDeploymentConfigCommand = 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 CreateDeploymentConfigCommand 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.CreateDeploymentGroupCommand = void 0;
3
+ exports.CreateDeploymentGroupCommand = 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 CreateDeploymentGroupCommand 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.DeleteApplicationCommand = void 0;
3
+ exports.DeleteApplicationCommand = 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 DeleteApplicationCommand 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.DeleteDeploymentConfigCommand = void 0;
3
+ exports.DeleteDeploymentConfigCommand = 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 DeleteDeploymentConfigCommand 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.DeleteDeploymentGroupCommand = void 0;
3
+ exports.DeleteDeploymentGroupCommand = 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 DeleteDeploymentGroupCommand 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.DeleteGitHubAccountTokenCommand = void 0;
3
+ exports.DeleteGitHubAccountTokenCommand = 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 DeleteGitHubAccountTokenCommand 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.DeleteResourcesByExternalIdCommand = void 0;
3
+ exports.DeleteResourcesByExternalIdCommand = 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 DeleteResourcesByExternalIdCommand 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.DeregisterOnPremisesInstanceCommand = void 0;
3
+ exports.DeregisterOnPremisesInstanceCommand = 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 DeregisterOnPremisesInstanceCommand 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.GetApplicationCommand = void 0;
3
+ exports.GetApplicationCommand = 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 GetApplicationCommand 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.GetApplicationRevisionCommand = void 0;
3
+ exports.GetApplicationRevisionCommand = 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 GetApplicationRevisionCommand 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.GetDeploymentCommand = void 0;
3
+ exports.GetDeploymentCommand = 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 GetDeploymentCommand 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.GetDeploymentConfigCommand = void 0;
3
+ exports.GetDeploymentConfigCommand = 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 GetDeploymentConfigCommand 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.GetDeploymentGroupCommand = void 0;
3
+ exports.GetDeploymentGroupCommand = 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 GetDeploymentGroupCommand 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.GetDeploymentInstanceCommand = void 0;
3
+ exports.GetDeploymentInstanceCommand = 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 GetDeploymentInstanceCommand 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.GetDeploymentTargetCommand = void 0;
3
+ exports.GetDeploymentTargetCommand = 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 GetDeploymentTargetCommand 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.GetOnPremisesInstanceCommand = void 0;
3
+ exports.GetOnPremisesInstanceCommand = 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 GetOnPremisesInstanceCommand 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.ListApplicationRevisionsCommand = void 0;
3
+ exports.ListApplicationRevisionsCommand = 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 ListApplicationRevisionsCommand 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.ListApplicationsCommand = void 0;
3
+ exports.ListApplicationsCommand = 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 ListApplicationsCommand 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.ListDeploymentConfigsCommand = void 0;
3
+ exports.ListDeploymentConfigsCommand = 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 ListDeploymentConfigsCommand 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.ListDeploymentGroupsCommand = void 0;
3
+ exports.ListDeploymentGroupsCommand = 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 ListDeploymentGroupsCommand 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.ListDeploymentInstancesCommand = void 0;
3
+ exports.ListDeploymentInstancesCommand = 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 ListDeploymentInstancesCommand 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.ListDeploymentTargetsCommand = void 0;
3
+ exports.ListDeploymentTargetsCommand = 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 ListDeploymentTargetsCommand 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.ListDeploymentsCommand = void 0;
3
+ exports.ListDeploymentsCommand = 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 ListDeploymentsCommand 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.ListGitHubAccountTokenNamesCommand = void 0;
3
+ exports.ListGitHubAccountTokenNamesCommand = 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 ListGitHubAccountTokenNamesCommand 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.ListOnPremisesInstancesCommand = void 0;
3
+ exports.ListOnPremisesInstancesCommand = 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 ListOnPremisesInstancesCommand 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.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_json1_1_1 = require("../protocols/Aws_json1_1");
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.PutLifecycleEventHookExecutionStatusCommand = void 0;
3
+ exports.PutLifecycleEventHookExecutionStatusCommand = 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 PutLifecycleEventHookExecutionStatusCommand 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.RegisterApplicationRevisionCommand = void 0;
3
+ exports.RegisterApplicationRevisionCommand = 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 RegisterApplicationRevisionCommand 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.RegisterOnPremisesInstanceCommand = void 0;
3
+ exports.RegisterOnPremisesInstanceCommand = 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 RegisterOnPremisesInstanceCommand 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.RemoveTagsFromOnPremisesInstancesCommand = void 0;
3
+ exports.RemoveTagsFromOnPremisesInstancesCommand = 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 RemoveTagsFromOnPremisesInstancesCommand 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.SkipWaitTimeForInstanceTerminationCommand = void 0;
3
+ exports.SkipWaitTimeForInstanceTerminationCommand = 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 SkipWaitTimeForInstanceTerminationCommand 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.StopDeploymentCommand = void 0;
3
+ exports.StopDeploymentCommand = 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 StopDeploymentCommand 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.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_json1_1_1 = require("../protocols/Aws_json1_1");
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_json1_1_1 = require("../protocols/Aws_json1_1");
8
9
  class UntagResourceCommand extends smithy_client_1.Command {
9
10
  static getEndpointParameterInstructions() {