@aws-sdk/client-codedeploy 3.337.0 → 3.341.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
@@ -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 { BatchGetDeploymentTargetsInput, BatchGetDeploymentTargetsOutput } 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 { BatchGetDeploymentsInput, BatchGetDeploymentsOutput } 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 { BatchGetOnPremisesInstancesInput, BatchGetOnPremisesInstancesOutput } 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 { ContinueDeploymentInput } 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 { CreateApplicationInput, CreateApplicationOutput } 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 { CreateDeploymentInput, CreateDeploymentOutput } 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 { CreateDeploymentConfigInput, CreateDeploymentConfigOutput } 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 { CreateDeploymentGroupInput, CreateDeploymentGroupOutput } 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 { DeleteApplicationInput } 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 { DeleteDeploymentConfigInput } 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 { DeleteDeploymentGroupInput, DeleteDeploymentGroupOutput } 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 { DeleteGitHubAccountTokenInput, DeleteGitHubAccountTokenOutput } 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 { DeleteResourcesByExternalIdInput, DeleteResourcesByExternalIdOutput } 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 { DeregisterOnPremisesInstanceInput } 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 { GetApplicationInput, GetApplicationOutput } 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 { GetApplicationRevisionInput, GetApplicationRevisionOutput } 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 { GetDeploymentInput, GetDeploymentOutput } 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 { GetDeploymentConfigInput, GetDeploymentConfigOutput } 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 { GetDeploymentGroupInput, GetDeploymentGroupOutput } 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 { GetDeploymentInstanceInput, GetDeploymentInstanceOutput } 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 { GetDeploymentTargetInput, GetDeploymentTargetOutput } 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 { GetOnPremisesInstanceInput, GetOnPremisesInstanceOutput } 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 { ListApplicationRevisionsInput, ListApplicationRevisionsOutput } 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 { ListApplicationsInput, ListApplicationsOutput } 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 { ListDeploymentConfigsInput, ListDeploymentConfigsOutput } 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 { ListDeploymentGroupsInput, ListDeploymentGroupsOutput } 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 { ListDeploymentInstancesInput, ListDeploymentInstancesOutput } 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 { ListDeploymentTargetsInput, ListDeploymentTargetsOutput } 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 { ListDeploymentsInput, ListDeploymentsOutput } 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 { ListGitHubAccountTokenNamesInput, ListGitHubAccountTokenNamesOutput } 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 { ListOnPremisesInstancesInput, ListOnPremisesInstancesOutput } 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 { ListTagsForResourceInput, ListTagsForResourceOutput } 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 { PutLifecycleEventHookExecutionStatusInput, PutLifecycleEventHookExecutionStatusOutput } 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 { RegisterApplicationRevisionInput } 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 { RegisterOnPremisesInstanceInput } 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 { RemoveTagsFromOnPremisesInstancesInput } 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 { SkipWaitTimeForInstanceTerminationInput } 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 { StopDeploymentInput, StopDeploymentOutput } 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 { TagResourceInput, TagResourceOutput } 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 { UntagResourceInput, UntagResourceOutput } 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 { UpdateApplicationInput } 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 { UpdateDeploymentGroupInput, UpdateDeploymentGroupOutput } from "../models/models_0";
6
+ /**
7
+ * @public
8
+ */
9
+ export { __MetadataBearer, $Command };
6
10
  /**
7
11
  * @public
8
12
  *
@@ -1,7 +1,104 @@
1
- export * from "./CodeDeploy";
1
+ /**
2
+ * <p>CodeDeploy is a deployment service that automates application deployments
3
+ * to Amazon EC2 instances, on-premises instances running in your own facility,
4
+ * serverless Lambda functions, or applications in an Amazon ECS
5
+ * service.</p>
6
+ * <p>You can deploy a nearly unlimited variety of application content, such as an updated
7
+ * Lambda function, updated applications in an Amazon ECS service,
8
+ * code, web and configuration files, executables, packages, scripts, multimedia files, and
9
+ * so on. CodeDeploy can deploy application content stored in Amazon S3
10
+ * buckets, GitHub repositories, or Bitbucket repositories. You do not need to make changes
11
+ * to your existing code before you can use CodeDeploy.</p>
12
+ * <p>CodeDeploy makes it easier for you to rapidly release new features, helps
13
+ * you avoid downtime during application deployment, and handles the complexity of updating
14
+ * your applications, without many of the risks associated with error-prone manual
15
+ * deployments.</p>
16
+ * <p>
17
+ * <b>CodeDeploy Components</b>
18
+ * </p>
19
+ * <p>Use the information in this guide to help you work with the following CodeDeploy components:</p>
20
+ * <ul>
21
+ * <li>
22
+ * <p>
23
+ * <b>Application</b>: A name that uniquely identifies
24
+ * the application you want to deploy. CodeDeploy uses this name, which
25
+ * functions as a container, to ensure the correct combination of revision,
26
+ * deployment configuration, and deployment group are referenced during a
27
+ * deployment.</p>
28
+ * </li>
29
+ * <li>
30
+ * <p>
31
+ * <b>Deployment group</b>: A set of individual
32
+ * instances, CodeDeploy
33
+ * Lambda deployment configuration settings, or an Amazon ECS
34
+ * service and network details. A Lambda deployment group specifies how
35
+ * to route traffic to a new version of a Lambda function. An Amazon ECS deployment group specifies the service created in Amazon ECS to deploy, a load balancer, and a listener to reroute production
36
+ * traffic to an updated containerized application. An Amazon EC2/On-premises deployment group contains individually tagged instances, Amazon EC2 instances in Amazon EC2 Auto Scaling groups, or both. All
37
+ * deployment groups can specify optional trigger, alarm, and rollback
38
+ * settings.</p>
39
+ * </li>
40
+ * <li>
41
+ * <p>
42
+ * <b>Deployment configuration</b>: A set of deployment
43
+ * rules and deployment success and failure conditions used by CodeDeploy during a deployment.</p>
44
+ * </li>
45
+ * <li>
46
+ * <p>
47
+ * <b>Deployment</b>: The process and the components used
48
+ * when updating a Lambda function, a containerized application in an
49
+ * Amazon ECS service, or of installing content on one or more
50
+ * instances. </p>
51
+ * </li>
52
+ * <li>
53
+ * <p>
54
+ * <b>Application revisions</b>: For an Lambda deployment, this is an AppSpec file that specifies the
55
+ * Lambda function to be updated and one or more functions to
56
+ * validate deployment lifecycle events. For an Amazon ECS deployment, this
57
+ * is an AppSpec file that specifies the Amazon ECS task definition,
58
+ * container, and port where production traffic is rerouted. For an EC2/On-premises
59
+ * deployment, this is an archive file that contains source content—source code,
60
+ * webpages, executable files, and deployment scripts—along with an AppSpec file.
61
+ * Revisions are stored in Amazon S3 buckets or GitHub repositories. For
62
+ * Amazon S3, a revision is uniquely identified by its Amazon S3 object key and its ETag, version, or both. For GitHub, a revision is uniquely
63
+ * identified by its commit ID.</p>
64
+ * </li>
65
+ * </ul>
66
+ * <p>This guide also contains information to help you get details about the instances in
67
+ * your deployments, to make on-premises instances available for CodeDeploy
68
+ * deployments, to get details about a Lambda function deployment, and to get
69
+ * details about Amazon ECS service deployments.</p>
70
+ * <p>
71
+ * <b>CodeDeploy Information Resources</b>
72
+ * </p>
73
+ * <ul>
74
+ * <li>
75
+ * <p>
76
+ * <a href="https://docs.aws.amazon.com/codedeploy/latest/userguide">CodeDeploy User Guide</a>
77
+ * </p>
78
+ * </li>
79
+ * <li>
80
+ * <p>
81
+ * <a href="https://docs.aws.amazon.com/codedeploy/latest/APIReference/">CodeDeploy API Reference Guide</a>
82
+ * </p>
83
+ * </li>
84
+ * <li>
85
+ * <p>
86
+ * <a href="https://docs.aws.amazon.com/cli/latest/reference/deploy/index.html">CLI Reference for CodeDeploy</a>
87
+ * </p>
88
+ * </li>
89
+ * <li>
90
+ * <p>
91
+ * <a href="https://forums.aws.amazon.com/forum.jspa?forumID=179">CodeDeploy Developer Forum</a>
92
+ * </p>
93
+ * </li>
94
+ * </ul>
95
+ *
96
+ * @packageDocumentation
97
+ */
2
98
  export * from "./CodeDeployClient";
99
+ export * from "./CodeDeploy";
3
100
  export * from "./commands";
4
- export * from "./models";
5
101
  export * from "./pagination";
6
102
  export * from "./waiters";
103
+ export * from "./models";
7
104
  export { CodeDeployServiceException } from "./models/CodeDeployServiceException";
@@ -1,4 +1,5 @@
1
1
  import { ServiceException as __ServiceException, ServiceExceptionOptions as __ServiceExceptionOptions } from "@aws-sdk/smithy-client";
2
+ export { __ServiceException, __ServiceExceptionOptions };
2
3
  /**
3
4
  * @public
4
5
  *