@cdklabs/cdk-ecs-codedeploy 0.0.262 → 0.0.264

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 (179) hide show
  1. package/.jsii +3 -3
  2. package/.jsii.tabl.json +1 -1
  3. package/assets/ecs-deployment-provider/is-complete.lambda/index.js +3 -3
  4. package/assets/ecs-deployment-provider/on-event.lambda/index.js +7 -5
  5. package/lib/api-canary/index.js +1 -1
  6. package/lib/ecs-appspec/index.js +1 -1
  7. package/lib/ecs-deployment/index.js +1 -1
  8. package/lib/ecs-deployment-provider/is-complete.lambda.js +4 -4
  9. package/lib/ecs-deployment-provider/on-event.lambda.js +9 -6
  10. package/lib/ecs-patterns/application-load-balanced-codedeployed-fargate-service.js +1 -1
  11. package/node_modules/@aws-sdk/client-codedeploy/dist-types/CodeDeploy.d.ts +12 -1
  12. package/node_modules/@aws-sdk/client-codedeploy/dist-types/CodeDeployClient.d.ts +1 -1
  13. package/node_modules/@aws-sdk/client-codedeploy/dist-types/commands/AddTagsToOnPremisesInstancesCommand.d.ts +2 -1
  14. package/node_modules/@aws-sdk/client-codedeploy/dist-types/commands/BatchGetApplicationRevisionsCommand.d.ts +2 -1
  15. package/node_modules/@aws-sdk/client-codedeploy/dist-types/commands/BatchGetApplicationsCommand.d.ts +2 -1
  16. package/node_modules/@aws-sdk/client-codedeploy/dist-types/commands/BatchGetDeploymentGroupsCommand.d.ts +2 -1
  17. package/node_modules/@aws-sdk/client-codedeploy/dist-types/commands/BatchGetDeploymentInstancesCommand.d.ts +4 -3
  18. package/node_modules/@aws-sdk/client-codedeploy/dist-types/commands/BatchGetDeploymentTargetsCommand.d.ts +2 -1
  19. package/node_modules/@aws-sdk/client-codedeploy/dist-types/commands/BatchGetDeploymentsCommand.d.ts +2 -1
  20. package/node_modules/@aws-sdk/client-codedeploy/dist-types/commands/BatchGetOnPremisesInstancesCommand.d.ts +2 -1
  21. package/node_modules/@aws-sdk/client-codedeploy/dist-types/commands/ContinueDeploymentCommand.d.ts +2 -1
  22. package/node_modules/@aws-sdk/client-codedeploy/dist-types/commands/CreateApplicationCommand.d.ts +2 -1
  23. package/node_modules/@aws-sdk/client-codedeploy/dist-types/commands/CreateDeploymentCommand.d.ts +2 -1
  24. package/node_modules/@aws-sdk/client-codedeploy/dist-types/commands/CreateDeploymentConfigCommand.d.ts +2 -1
  25. package/node_modules/@aws-sdk/client-codedeploy/dist-types/commands/CreateDeploymentGroupCommand.d.ts +2 -1
  26. package/node_modules/@aws-sdk/client-codedeploy/dist-types/commands/DeleteApplicationCommand.d.ts +2 -1
  27. package/node_modules/@aws-sdk/client-codedeploy/dist-types/commands/DeleteDeploymentConfigCommand.d.ts +2 -1
  28. package/node_modules/@aws-sdk/client-codedeploy/dist-types/commands/DeleteDeploymentGroupCommand.d.ts +2 -1
  29. package/node_modules/@aws-sdk/client-codedeploy/dist-types/commands/DeleteGitHubAccountTokenCommand.d.ts +2 -1
  30. package/node_modules/@aws-sdk/client-codedeploy/dist-types/commands/DeleteResourcesByExternalIdCommand.d.ts +2 -1
  31. package/node_modules/@aws-sdk/client-codedeploy/dist-types/commands/DeregisterOnPremisesInstanceCommand.d.ts +2 -1
  32. package/node_modules/@aws-sdk/client-codedeploy/dist-types/commands/GetApplicationCommand.d.ts +2 -1
  33. package/node_modules/@aws-sdk/client-codedeploy/dist-types/commands/GetApplicationRevisionCommand.d.ts +2 -1
  34. package/node_modules/@aws-sdk/client-codedeploy/dist-types/commands/GetDeploymentCommand.d.ts +2 -1
  35. package/node_modules/@aws-sdk/client-codedeploy/dist-types/commands/GetDeploymentConfigCommand.d.ts +2 -1
  36. package/node_modules/@aws-sdk/client-codedeploy/dist-types/commands/GetDeploymentGroupCommand.d.ts +2 -1
  37. package/node_modules/@aws-sdk/client-codedeploy/dist-types/commands/GetDeploymentInstanceCommand.d.ts +4 -3
  38. package/node_modules/@aws-sdk/client-codedeploy/dist-types/commands/GetDeploymentTargetCommand.d.ts +2 -1
  39. package/node_modules/@aws-sdk/client-codedeploy/dist-types/commands/GetOnPremisesInstanceCommand.d.ts +2 -1
  40. package/node_modules/@aws-sdk/client-codedeploy/dist-types/commands/ListApplicationRevisionsCommand.d.ts +2 -1
  41. package/node_modules/@aws-sdk/client-codedeploy/dist-types/commands/ListApplicationsCommand.d.ts +2 -1
  42. package/node_modules/@aws-sdk/client-codedeploy/dist-types/commands/ListDeploymentConfigsCommand.d.ts +2 -1
  43. package/node_modules/@aws-sdk/client-codedeploy/dist-types/commands/ListDeploymentGroupsCommand.d.ts +2 -1
  44. package/node_modules/@aws-sdk/client-codedeploy/dist-types/commands/ListDeploymentInstancesCommand.d.ts +4 -3
  45. package/node_modules/@aws-sdk/client-codedeploy/dist-types/commands/ListDeploymentTargetsCommand.d.ts +2 -1
  46. package/node_modules/@aws-sdk/client-codedeploy/dist-types/commands/ListDeploymentsCommand.d.ts +2 -1
  47. package/node_modules/@aws-sdk/client-codedeploy/dist-types/commands/ListGitHubAccountTokenNamesCommand.d.ts +2 -1
  48. package/node_modules/@aws-sdk/client-codedeploy/dist-types/commands/ListOnPremisesInstancesCommand.d.ts +2 -1
  49. package/node_modules/@aws-sdk/client-codedeploy/dist-types/commands/ListTagsForResourceCommand.d.ts +2 -1
  50. package/node_modules/@aws-sdk/client-codedeploy/dist-types/commands/PutLifecycleEventHookExecutionStatusCommand.d.ts +2 -1
  51. package/node_modules/@aws-sdk/client-codedeploy/dist-types/commands/RegisterApplicationRevisionCommand.d.ts +2 -1
  52. package/node_modules/@aws-sdk/client-codedeploy/dist-types/commands/RegisterOnPremisesInstanceCommand.d.ts +2 -1
  53. package/node_modules/@aws-sdk/client-codedeploy/dist-types/commands/RemoveTagsFromOnPremisesInstancesCommand.d.ts +2 -1
  54. package/node_modules/@aws-sdk/client-codedeploy/dist-types/commands/SkipWaitTimeForInstanceTerminationCommand.d.ts +4 -3
  55. package/node_modules/@aws-sdk/client-codedeploy/dist-types/commands/StopDeploymentCommand.d.ts +2 -1
  56. package/node_modules/@aws-sdk/client-codedeploy/dist-types/commands/TagResourceCommand.d.ts +2 -1
  57. package/node_modules/@aws-sdk/client-codedeploy/dist-types/commands/UntagResourceCommand.d.ts +2 -1
  58. package/node_modules/@aws-sdk/client-codedeploy/dist-types/commands/UpdateApplicationCommand.d.ts +2 -1
  59. package/node_modules/@aws-sdk/client-codedeploy/dist-types/commands/UpdateDeploymentGroupCommand.d.ts +2 -1
  60. package/node_modules/@aws-sdk/client-codedeploy/dist-types/models/models_0.d.ts +669 -669
  61. package/node_modules/@aws-sdk/client-codedeploy/dist-types/ts3.4/CodeDeploy.d.ts +11 -0
  62. package/node_modules/@aws-sdk/client-codedeploy/dist-types/ts3.4/commands/AddTagsToOnPremisesInstancesCommand.d.ts +9 -0
  63. package/node_modules/@aws-sdk/client-codedeploy/dist-types/ts3.4/commands/BatchGetApplicationRevisionsCommand.d.ts +9 -0
  64. package/node_modules/@aws-sdk/client-codedeploy/dist-types/ts3.4/commands/BatchGetApplicationsCommand.d.ts +9 -0
  65. package/node_modules/@aws-sdk/client-codedeploy/dist-types/ts3.4/commands/BatchGetDeploymentGroupsCommand.d.ts +9 -0
  66. package/node_modules/@aws-sdk/client-codedeploy/dist-types/ts3.4/commands/BatchGetDeploymentInstancesCommand.d.ts +9 -0
  67. package/node_modules/@aws-sdk/client-codedeploy/dist-types/ts3.4/commands/BatchGetDeploymentTargetsCommand.d.ts +9 -0
  68. package/node_modules/@aws-sdk/client-codedeploy/dist-types/ts3.4/commands/BatchGetDeploymentsCommand.d.ts +9 -0
  69. package/node_modules/@aws-sdk/client-codedeploy/dist-types/ts3.4/commands/BatchGetOnPremisesInstancesCommand.d.ts +9 -0
  70. package/node_modules/@aws-sdk/client-codedeploy/dist-types/ts3.4/commands/ContinueDeploymentCommand.d.ts +9 -0
  71. package/node_modules/@aws-sdk/client-codedeploy/dist-types/ts3.4/commands/CreateApplicationCommand.d.ts +9 -0
  72. package/node_modules/@aws-sdk/client-codedeploy/dist-types/ts3.4/commands/CreateDeploymentCommand.d.ts +9 -0
  73. package/node_modules/@aws-sdk/client-codedeploy/dist-types/ts3.4/commands/CreateDeploymentConfigCommand.d.ts +9 -0
  74. package/node_modules/@aws-sdk/client-codedeploy/dist-types/ts3.4/commands/CreateDeploymentGroupCommand.d.ts +9 -0
  75. package/node_modules/@aws-sdk/client-codedeploy/dist-types/ts3.4/commands/DeleteApplicationCommand.d.ts +9 -0
  76. package/node_modules/@aws-sdk/client-codedeploy/dist-types/ts3.4/commands/DeleteDeploymentConfigCommand.d.ts +9 -0
  77. package/node_modules/@aws-sdk/client-codedeploy/dist-types/ts3.4/commands/DeleteDeploymentGroupCommand.d.ts +9 -0
  78. package/node_modules/@aws-sdk/client-codedeploy/dist-types/ts3.4/commands/DeleteGitHubAccountTokenCommand.d.ts +9 -0
  79. package/node_modules/@aws-sdk/client-codedeploy/dist-types/ts3.4/commands/DeleteResourcesByExternalIdCommand.d.ts +9 -0
  80. package/node_modules/@aws-sdk/client-codedeploy/dist-types/ts3.4/commands/DeregisterOnPremisesInstanceCommand.d.ts +9 -0
  81. package/node_modules/@aws-sdk/client-codedeploy/dist-types/ts3.4/commands/GetApplicationCommand.d.ts +9 -0
  82. package/node_modules/@aws-sdk/client-codedeploy/dist-types/ts3.4/commands/GetApplicationRevisionCommand.d.ts +9 -0
  83. package/node_modules/@aws-sdk/client-codedeploy/dist-types/ts3.4/commands/GetDeploymentCommand.d.ts +9 -0
  84. package/node_modules/@aws-sdk/client-codedeploy/dist-types/ts3.4/commands/GetDeploymentConfigCommand.d.ts +9 -0
  85. package/node_modules/@aws-sdk/client-codedeploy/dist-types/ts3.4/commands/GetDeploymentGroupCommand.d.ts +9 -0
  86. package/node_modules/@aws-sdk/client-codedeploy/dist-types/ts3.4/commands/GetDeploymentInstanceCommand.d.ts +9 -0
  87. package/node_modules/@aws-sdk/client-codedeploy/dist-types/ts3.4/commands/GetDeploymentTargetCommand.d.ts +9 -0
  88. package/node_modules/@aws-sdk/client-codedeploy/dist-types/ts3.4/commands/GetOnPremisesInstanceCommand.d.ts +9 -0
  89. package/node_modules/@aws-sdk/client-codedeploy/dist-types/ts3.4/commands/ListApplicationRevisionsCommand.d.ts +9 -0
  90. package/node_modules/@aws-sdk/client-codedeploy/dist-types/ts3.4/commands/ListApplicationsCommand.d.ts +9 -0
  91. package/node_modules/@aws-sdk/client-codedeploy/dist-types/ts3.4/commands/ListDeploymentConfigsCommand.d.ts +9 -0
  92. package/node_modules/@aws-sdk/client-codedeploy/dist-types/ts3.4/commands/ListDeploymentGroupsCommand.d.ts +9 -0
  93. package/node_modules/@aws-sdk/client-codedeploy/dist-types/ts3.4/commands/ListDeploymentInstancesCommand.d.ts +9 -0
  94. package/node_modules/@aws-sdk/client-codedeploy/dist-types/ts3.4/commands/ListDeploymentTargetsCommand.d.ts +9 -0
  95. package/node_modules/@aws-sdk/client-codedeploy/dist-types/ts3.4/commands/ListDeploymentsCommand.d.ts +9 -0
  96. package/node_modules/@aws-sdk/client-codedeploy/dist-types/ts3.4/commands/ListGitHubAccountTokenNamesCommand.d.ts +9 -0
  97. package/node_modules/@aws-sdk/client-codedeploy/dist-types/ts3.4/commands/ListOnPremisesInstancesCommand.d.ts +9 -0
  98. package/node_modules/@aws-sdk/client-codedeploy/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +9 -0
  99. package/node_modules/@aws-sdk/client-codedeploy/dist-types/ts3.4/commands/PutLifecycleEventHookExecutionStatusCommand.d.ts +9 -0
  100. package/node_modules/@aws-sdk/client-codedeploy/dist-types/ts3.4/commands/RegisterApplicationRevisionCommand.d.ts +9 -0
  101. package/node_modules/@aws-sdk/client-codedeploy/dist-types/ts3.4/commands/RegisterOnPremisesInstanceCommand.d.ts +9 -0
  102. package/node_modules/@aws-sdk/client-codedeploy/dist-types/ts3.4/commands/RemoveTagsFromOnPremisesInstancesCommand.d.ts +9 -0
  103. package/node_modules/@aws-sdk/client-codedeploy/dist-types/ts3.4/commands/SkipWaitTimeForInstanceTerminationCommand.d.ts +9 -0
  104. package/node_modules/@aws-sdk/client-codedeploy/dist-types/ts3.4/commands/StopDeploymentCommand.d.ts +9 -0
  105. package/node_modules/@aws-sdk/client-codedeploy/dist-types/ts3.4/commands/TagResourceCommand.d.ts +9 -0
  106. package/node_modules/@aws-sdk/client-codedeploy/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +9 -0
  107. package/node_modules/@aws-sdk/client-codedeploy/dist-types/ts3.4/commands/UpdateApplicationCommand.d.ts +9 -0
  108. package/node_modules/@aws-sdk/client-codedeploy/dist-types/ts3.4/commands/UpdateDeploymentGroupCommand.d.ts +9 -0
  109. package/node_modules/@aws-sdk/client-codedeploy/package.json +41 -41
  110. package/node_modules/@aws-sdk/client-sso/dist-types/SSO.d.ts +1 -1
  111. package/node_modules/@aws-sdk/client-sso/dist-types/SSOClient.d.ts +1 -1
  112. package/node_modules/@aws-sdk/client-sso/dist-types/commands/GetRoleCredentialsCommand.d.ts +2 -1
  113. package/node_modules/@aws-sdk/client-sso/dist-types/commands/ListAccountRolesCommand.d.ts +2 -1
  114. package/node_modules/@aws-sdk/client-sso/dist-types/commands/ListAccountsCommand.d.ts +2 -1
  115. package/node_modules/@aws-sdk/client-sso/dist-types/commands/LogoutCommand.d.ts +2 -1
  116. package/node_modules/@aws-sdk/client-sso/dist-types/models/models_0.d.ts +32 -32
  117. package/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/commands/GetRoleCredentialsCommand.d.ts +9 -0
  118. package/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/commands/ListAccountRolesCommand.d.ts +9 -0
  119. package/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/commands/ListAccountsCommand.d.ts +9 -0
  120. package/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/commands/LogoutCommand.d.ts +7 -0
  121. package/node_modules/@aws-sdk/client-sso/package.json +38 -38
  122. package/node_modules/@aws-sdk/client-sso-oidc/dist-types/SSOOIDC.d.ts +1 -1
  123. package/node_modules/@aws-sdk/client-sso-oidc/dist-types/SSOOIDCClient.d.ts +1 -1
  124. package/node_modules/@aws-sdk/client-sso-oidc/dist-types/commands/CreateTokenCommand.d.ts +2 -1
  125. package/node_modules/@aws-sdk/client-sso-oidc/dist-types/commands/CreateTokenWithIAMCommand.d.ts +2 -1
  126. package/node_modules/@aws-sdk/client-sso-oidc/dist-types/commands/RegisterClientCommand.d.ts +2 -1
  127. package/node_modules/@aws-sdk/client-sso-oidc/dist-types/commands/StartDeviceAuthorizationCommand.d.ts +2 -1
  128. package/node_modules/@aws-sdk/client-sso-oidc/dist-types/models/models_0.d.ts +89 -89
  129. package/node_modules/@aws-sdk/client-sso-oidc/dist-types/ts3.4/commands/CreateTokenCommand.d.ts +9 -0
  130. package/node_modules/@aws-sdk/client-sso-oidc/dist-types/ts3.4/commands/CreateTokenWithIAMCommand.d.ts +9 -0
  131. package/node_modules/@aws-sdk/client-sso-oidc/dist-types/ts3.4/commands/RegisterClientCommand.d.ts +9 -0
  132. package/node_modules/@aws-sdk/client-sso-oidc/dist-types/ts3.4/commands/StartDeviceAuthorizationCommand.d.ts +9 -0
  133. package/node_modules/@aws-sdk/client-sso-oidc/package.json +40 -40
  134. package/node_modules/@aws-sdk/client-sts/dist-types/STS.d.ts +3 -1
  135. package/node_modules/@aws-sdk/client-sts/dist-types/STSClient.d.ts +1 -1
  136. package/node_modules/@aws-sdk/client-sts/dist-types/commands/AssumeRoleCommand.d.ts +2 -1
  137. package/node_modules/@aws-sdk/client-sts/dist-types/commands/AssumeRoleWithSAMLCommand.d.ts +2 -1
  138. package/node_modules/@aws-sdk/client-sts/dist-types/commands/AssumeRoleWithWebIdentityCommand.d.ts +2 -1
  139. package/node_modules/@aws-sdk/client-sts/dist-types/commands/DecodeAuthorizationMessageCommand.d.ts +2 -1
  140. package/node_modules/@aws-sdk/client-sts/dist-types/commands/GetAccessKeyInfoCommand.d.ts +2 -1
  141. package/node_modules/@aws-sdk/client-sts/dist-types/commands/GetCallerIdentityCommand.d.ts +2 -1
  142. package/node_modules/@aws-sdk/client-sts/dist-types/commands/GetFederationTokenCommand.d.ts +2 -1
  143. package/node_modules/@aws-sdk/client-sts/dist-types/commands/GetSessionTokenCommand.d.ts +2 -1
  144. package/node_modules/@aws-sdk/client-sts/dist-types/models/models_0.d.ts +98 -98
  145. package/node_modules/@aws-sdk/client-sts/dist-types/ts3.4/STS.d.ts +2 -0
  146. package/node_modules/@aws-sdk/client-sts/dist-types/ts3.4/commands/AssumeRoleCommand.d.ts +9 -0
  147. package/node_modules/@aws-sdk/client-sts/dist-types/ts3.4/commands/AssumeRoleWithSAMLCommand.d.ts +9 -0
  148. package/node_modules/@aws-sdk/client-sts/dist-types/ts3.4/commands/AssumeRoleWithWebIdentityCommand.d.ts +9 -0
  149. package/node_modules/@aws-sdk/client-sts/dist-types/ts3.4/commands/DecodeAuthorizationMessageCommand.d.ts +9 -0
  150. package/node_modules/@aws-sdk/client-sts/dist-types/ts3.4/commands/GetAccessKeyInfoCommand.d.ts +9 -0
  151. package/node_modules/@aws-sdk/client-sts/dist-types/ts3.4/commands/GetCallerIdentityCommand.d.ts +9 -0
  152. package/node_modules/@aws-sdk/client-sts/dist-types/ts3.4/commands/GetFederationTokenCommand.d.ts +9 -0
  153. package/node_modules/@aws-sdk/client-sts/dist-types/ts3.4/commands/GetSessionTokenCommand.d.ts +9 -0
  154. package/node_modules/@aws-sdk/client-sts/package.json +39 -39
  155. package/node_modules/@aws-sdk/core/CHANGELOG.md +8 -0
  156. package/node_modules/@aws-sdk/core/package.json +7 -7
  157. package/node_modules/@aws-sdk/core/tsconfig.cjs.tsbuildinfo +1 -1
  158. package/node_modules/@aws-sdk/core/tsconfig.es.tsbuildinfo +1 -1
  159. package/node_modules/@aws-sdk/core/tsconfig.types.tsbuildinfo +1 -1
  160. package/node_modules/@aws-sdk/credential-provider-env/package.json +5 -5
  161. package/node_modules/@aws-sdk/credential-provider-http/package.json +10 -10
  162. package/node_modules/@aws-sdk/credential-provider-ini/package.json +12 -12
  163. package/node_modules/@aws-sdk/credential-provider-node/package.json +13 -13
  164. package/node_modules/@aws-sdk/credential-provider-process/package.json +6 -6
  165. package/node_modules/@aws-sdk/credential-provider-sso/package.json +8 -8
  166. package/node_modules/@aws-sdk/credential-provider-web-identity/package.json +6 -6
  167. package/node_modules/@aws-sdk/middleware-host-header/package.json +5 -5
  168. package/node_modules/@aws-sdk/middleware-logger/package.json +4 -4
  169. package/node_modules/@aws-sdk/middleware-recursion-detection/package.json +5 -5
  170. package/node_modules/@aws-sdk/middleware-user-agent/package.json +6 -6
  171. package/node_modules/@aws-sdk/region-config-resolver/package.json +7 -7
  172. package/node_modules/@aws-sdk/token-providers/package.json +7 -7
  173. package/node_modules/@aws-sdk/types/package.json +3 -3
  174. package/node_modules/@aws-sdk/util-endpoints/package.json +5 -5
  175. package/node_modules/@aws-sdk/util-locate-window/dist-cjs/index.js +2 -0
  176. package/node_modules/@aws-sdk/util-locate-window/package.json +2 -2
  177. package/node_modules/@aws-sdk/util-user-agent-browser/package.json +4 -4
  178. package/node_modules/@aws-sdk/util-user-agent-node/package.json +5 -5
  179. package/package.json +7 -7
@@ -99,6 +99,7 @@ export interface CodeDeploy {
99
99
  /**
100
100
  * @see {@link ContinueDeploymentCommand}
101
101
  */
102
+ continueDeployment(): Promise<ContinueDeploymentCommandOutput>;
102
103
  continueDeployment(args: ContinueDeploymentCommandInput, options?: __HttpHandlerOptions): Promise<ContinueDeploymentCommandOutput>;
103
104
  continueDeployment(args: ContinueDeploymentCommandInput, cb: (err: any, data?: ContinueDeploymentCommandOutput) => void): void;
104
105
  continueDeployment(args: ContinueDeploymentCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ContinueDeploymentCommandOutput) => void): void;
@@ -147,12 +148,14 @@ export interface CodeDeploy {
147
148
  /**
148
149
  * @see {@link DeleteGitHubAccountTokenCommand}
149
150
  */
151
+ deleteGitHubAccountToken(): Promise<DeleteGitHubAccountTokenCommandOutput>;
150
152
  deleteGitHubAccountToken(args: DeleteGitHubAccountTokenCommandInput, options?: __HttpHandlerOptions): Promise<DeleteGitHubAccountTokenCommandOutput>;
151
153
  deleteGitHubAccountToken(args: DeleteGitHubAccountTokenCommandInput, cb: (err: any, data?: DeleteGitHubAccountTokenCommandOutput) => void): void;
152
154
  deleteGitHubAccountToken(args: DeleteGitHubAccountTokenCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteGitHubAccountTokenCommandOutput) => void): void;
153
155
  /**
154
156
  * @see {@link DeleteResourcesByExternalIdCommand}
155
157
  */
158
+ deleteResourcesByExternalId(): Promise<DeleteResourcesByExternalIdCommandOutput>;
156
159
  deleteResourcesByExternalId(args: DeleteResourcesByExternalIdCommandInput, options?: __HttpHandlerOptions): Promise<DeleteResourcesByExternalIdCommandOutput>;
157
160
  deleteResourcesByExternalId(args: DeleteResourcesByExternalIdCommandInput, cb: (err: any, data?: DeleteResourcesByExternalIdCommandOutput) => void): void;
158
161
  deleteResourcesByExternalId(args: DeleteResourcesByExternalIdCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteResourcesByExternalIdCommandOutput) => void): void;
@@ -219,12 +222,14 @@ export interface CodeDeploy {
219
222
  /**
220
223
  * @see {@link ListApplicationsCommand}
221
224
  */
225
+ listApplications(): Promise<ListApplicationsCommandOutput>;
222
226
  listApplications(args: ListApplicationsCommandInput, options?: __HttpHandlerOptions): Promise<ListApplicationsCommandOutput>;
223
227
  listApplications(args: ListApplicationsCommandInput, cb: (err: any, data?: ListApplicationsCommandOutput) => void): void;
224
228
  listApplications(args: ListApplicationsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListApplicationsCommandOutput) => void): void;
225
229
  /**
226
230
  * @see {@link ListDeploymentConfigsCommand}
227
231
  */
232
+ listDeploymentConfigs(): Promise<ListDeploymentConfigsCommandOutput>;
228
233
  listDeploymentConfigs(args: ListDeploymentConfigsCommandInput, options?: __HttpHandlerOptions): Promise<ListDeploymentConfigsCommandOutput>;
229
234
  listDeploymentConfigs(args: ListDeploymentConfigsCommandInput, cb: (err: any, data?: ListDeploymentConfigsCommandOutput) => void): void;
230
235
  listDeploymentConfigs(args: ListDeploymentConfigsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListDeploymentConfigsCommandOutput) => void): void;
@@ -243,6 +248,7 @@ export interface CodeDeploy {
243
248
  /**
244
249
  * @see {@link ListDeploymentsCommand}
245
250
  */
251
+ listDeployments(): Promise<ListDeploymentsCommandOutput>;
246
252
  listDeployments(args: ListDeploymentsCommandInput, options?: __HttpHandlerOptions): Promise<ListDeploymentsCommandOutput>;
247
253
  listDeployments(args: ListDeploymentsCommandInput, cb: (err: any, data?: ListDeploymentsCommandOutput) => void): void;
248
254
  listDeployments(args: ListDeploymentsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListDeploymentsCommandOutput) => void): void;
@@ -255,12 +261,14 @@ export interface CodeDeploy {
255
261
  /**
256
262
  * @see {@link ListGitHubAccountTokenNamesCommand}
257
263
  */
264
+ listGitHubAccountTokenNames(): Promise<ListGitHubAccountTokenNamesCommandOutput>;
258
265
  listGitHubAccountTokenNames(args: ListGitHubAccountTokenNamesCommandInput, options?: __HttpHandlerOptions): Promise<ListGitHubAccountTokenNamesCommandOutput>;
259
266
  listGitHubAccountTokenNames(args: ListGitHubAccountTokenNamesCommandInput, cb: (err: any, data?: ListGitHubAccountTokenNamesCommandOutput) => void): void;
260
267
  listGitHubAccountTokenNames(args: ListGitHubAccountTokenNamesCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListGitHubAccountTokenNamesCommandOutput) => void): void;
261
268
  /**
262
269
  * @see {@link ListOnPremisesInstancesCommand}
263
270
  */
271
+ listOnPremisesInstances(): Promise<ListOnPremisesInstancesCommandOutput>;
264
272
  listOnPremisesInstances(args: ListOnPremisesInstancesCommandInput, options?: __HttpHandlerOptions): Promise<ListOnPremisesInstancesCommandOutput>;
265
273
  listOnPremisesInstances(args: ListOnPremisesInstancesCommandInput, cb: (err: any, data?: ListOnPremisesInstancesCommandOutput) => void): void;
266
274
  listOnPremisesInstances(args: ListOnPremisesInstancesCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListOnPremisesInstancesCommandOutput) => void): void;
@@ -273,6 +281,7 @@ export interface CodeDeploy {
273
281
  /**
274
282
  * @see {@link PutLifecycleEventHookExecutionStatusCommand}
275
283
  */
284
+ putLifecycleEventHookExecutionStatus(): Promise<PutLifecycleEventHookExecutionStatusCommandOutput>;
276
285
  putLifecycleEventHookExecutionStatus(args: PutLifecycleEventHookExecutionStatusCommandInput, options?: __HttpHandlerOptions): Promise<PutLifecycleEventHookExecutionStatusCommandOutput>;
277
286
  putLifecycleEventHookExecutionStatus(args: PutLifecycleEventHookExecutionStatusCommandInput, cb: (err: any, data?: PutLifecycleEventHookExecutionStatusCommandOutput) => void): void;
278
287
  putLifecycleEventHookExecutionStatus(args: PutLifecycleEventHookExecutionStatusCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: PutLifecycleEventHookExecutionStatusCommandOutput) => void): void;
@@ -297,6 +306,7 @@ export interface CodeDeploy {
297
306
  /**
298
307
  * @see {@link SkipWaitTimeForInstanceTerminationCommand}
299
308
  */
309
+ skipWaitTimeForInstanceTermination(): Promise<SkipWaitTimeForInstanceTerminationCommandOutput>;
300
310
  skipWaitTimeForInstanceTermination(args: SkipWaitTimeForInstanceTerminationCommandInput, options?: __HttpHandlerOptions): Promise<SkipWaitTimeForInstanceTerminationCommandOutput>;
301
311
  skipWaitTimeForInstanceTermination(args: SkipWaitTimeForInstanceTerminationCommandInput, cb: (err: any, data?: SkipWaitTimeForInstanceTerminationCommandOutput) => void): void;
302
312
  skipWaitTimeForInstanceTermination(args: SkipWaitTimeForInstanceTerminationCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: SkipWaitTimeForInstanceTerminationCommandOutput) => void): void;
@@ -321,6 +331,7 @@ export interface CodeDeploy {
321
331
  /**
322
332
  * @see {@link UpdateApplicationCommand}
323
333
  */
334
+ updateApplication(): Promise<UpdateApplicationCommandOutput>;
324
335
  updateApplication(args: UpdateApplicationCommandInput, options?: __HttpHandlerOptions): Promise<UpdateApplicationCommandOutput>;
325
336
  updateApplication(args: UpdateApplicationCommandInput, cb: (err: any, data?: UpdateApplicationCommandOutput) => void): void;
326
337
  updateApplication(args: UpdateApplicationCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UpdateApplicationCommandOutput) => void): void;
@@ -332,7 +343,6 @@ export interface CodeDeploy {
332
343
  updateDeploymentGroup(args: UpdateDeploymentGroupCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UpdateDeploymentGroupCommandOutput) => void): void;
333
344
  }
334
345
  /**
335
- * @public
336
346
  * <p>CodeDeploy is a deployment service that automates application deployments
337
347
  * to Amazon EC2 instances, on-premises instances running in your own facility,
338
348
  * serverless Lambda functions, or applications in an Amazon ECS
@@ -426,6 +436,7 @@ export interface CodeDeploy {
426
436
  * </p>
427
437
  * </li>
428
438
  * </ul>
439
+ * @public
429
440
  */
430
441
  export declare class CodeDeploy extends CodeDeployClient implements CodeDeploy {
431
442
  }
@@ -198,7 +198,6 @@ export type CodeDeployClientResolvedConfigType = __SmithyResolvedConfiguration<_
198
198
  export interface CodeDeployClientResolvedConfig extends CodeDeployClientResolvedConfigType {
199
199
  }
200
200
  /**
201
- * @public
202
201
  * <p>CodeDeploy is a deployment service that automates application deployments
203
202
  * to Amazon EC2 instances, on-premises instances running in your own facility,
204
203
  * serverless Lambda functions, or applications in an Amazon ECS
@@ -292,6 +291,7 @@ export interface CodeDeployClientResolvedConfig extends CodeDeployClientResolved
292
291
  * </p>
293
292
  * </li>
294
293
  * </ul>
294
+ * @public
295
295
  */
296
296
  export declare class CodeDeployClient extends __Client<__HttpHandlerOptions, ServiceInputTypes, ServiceOutputTypes, CodeDeployClientResolvedConfig> {
297
297
  /**
@@ -22,10 +22,10 @@ export interface AddTagsToOnPremisesInstancesCommandOutput extends __MetadataBea
22
22
  }
23
23
  declare const AddTagsToOnPremisesInstancesCommand_base: {
24
24
  new (input: AddTagsToOnPremisesInstancesCommandInput): import("@smithy/smithy-client").CommandImpl<AddTagsToOnPremisesInstancesCommandInput, AddTagsToOnPremisesInstancesCommandOutput, CodeDeployClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: AddTagsToOnPremisesInstancesCommandInput): import("@smithy/smithy-client").CommandImpl<AddTagsToOnPremisesInstancesCommandInput, AddTagsToOnPremisesInstancesCommandOutput, CodeDeployClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Adds tags to on-premises instances.</p>
30
30
  * @example
31
31
  * Use a bare-bones client and the command you need to make an API call.
@@ -81,6 +81,7 @@ declare const AddTagsToOnPremisesInstancesCommand_base: {
81
81
  * @throws {@link CodeDeployServiceException}
82
82
  * <p>Base exception class for all service exceptions from CodeDeploy service.</p>
83
83
  *
84
+ * @public
84
85
  */
85
86
  export declare class AddTagsToOnPremisesInstancesCommand extends AddTagsToOnPremisesInstancesCommand_base {
86
87
  }
@@ -22,10 +22,10 @@ export interface BatchGetApplicationRevisionsCommandOutput extends BatchGetAppli
22
22
  }
23
23
  declare const BatchGetApplicationRevisionsCommand_base: {
24
24
  new (input: BatchGetApplicationRevisionsCommandInput): import("@smithy/smithy-client").CommandImpl<BatchGetApplicationRevisionsCommandInput, BatchGetApplicationRevisionsCommandOutput, CodeDeployClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: BatchGetApplicationRevisionsCommandInput): import("@smithy/smithy-client").CommandImpl<BatchGetApplicationRevisionsCommandInput, BatchGetApplicationRevisionsCommandOutput, CodeDeployClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Gets information about one or more application revisions. The maximum number of
30
30
  * application revisions that can be returned is 25.</p>
31
31
  * @example
@@ -132,6 +132,7 @@ declare const BatchGetApplicationRevisionsCommand_base: {
132
132
  * @throws {@link CodeDeployServiceException}
133
133
  * <p>Base exception class for all service exceptions from CodeDeploy service.</p>
134
134
  *
135
+ * @public
135
136
  */
136
137
  export declare class BatchGetApplicationRevisionsCommand extends BatchGetApplicationRevisionsCommand_base {
137
138
  }
@@ -22,10 +22,10 @@ export interface BatchGetApplicationsCommandOutput extends BatchGetApplicationsO
22
22
  }
23
23
  declare const BatchGetApplicationsCommand_base: {
24
24
  new (input: BatchGetApplicationsCommandInput): import("@smithy/smithy-client").CommandImpl<BatchGetApplicationsCommandInput, BatchGetApplicationsCommandOutput, CodeDeployClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: BatchGetApplicationsCommandInput): import("@smithy/smithy-client").CommandImpl<BatchGetApplicationsCommandInput, BatchGetApplicationsCommandOutput, CodeDeployClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Gets information about one or more applications. The maximum number of applications
30
30
  * that can be returned is 100.</p>
31
31
  * @example
@@ -77,6 +77,7 @@ declare const BatchGetApplicationsCommand_base: {
77
77
  * @throws {@link CodeDeployServiceException}
78
78
  * <p>Base exception class for all service exceptions from CodeDeploy service.</p>
79
79
  *
80
+ * @public
80
81
  */
81
82
  export declare class BatchGetApplicationsCommand extends BatchGetApplicationsCommand_base {
82
83
  }
@@ -22,10 +22,10 @@ export interface BatchGetDeploymentGroupsCommandOutput extends BatchGetDeploymen
22
22
  }
23
23
  declare const BatchGetDeploymentGroupsCommand_base: {
24
24
  new (input: BatchGetDeploymentGroupsCommandInput): import("@smithy/smithy-client").CommandImpl<BatchGetDeploymentGroupsCommandInput, BatchGetDeploymentGroupsCommandOutput, CodeDeployClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: BatchGetDeploymentGroupsCommandInput): import("@smithy/smithy-client").CommandImpl<BatchGetDeploymentGroupsCommandInput, BatchGetDeploymentGroupsCommandOutput, CodeDeployClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Gets information about one or more deployment groups.</p>
30
30
  * @example
31
31
  * Use a bare-bones client and the command you need to make an API call.
@@ -244,6 +244,7 @@ declare const BatchGetDeploymentGroupsCommand_base: {
244
244
  * @throws {@link CodeDeployServiceException}
245
245
  * <p>Base exception class for all service exceptions from CodeDeploy service.</p>
246
246
  *
247
+ * @public
247
248
  */
248
249
  export declare class BatchGetDeploymentGroupsCommand extends BatchGetDeploymentGroupsCommand_base {
249
250
  }
@@ -22,12 +22,10 @@ export interface BatchGetDeploymentInstancesCommandOutput extends BatchGetDeploy
22
22
  }
23
23
  declare const BatchGetDeploymentInstancesCommand_base: {
24
24
  new (input: BatchGetDeploymentInstancesCommandInput): import("@smithy/smithy-client").CommandImpl<BatchGetDeploymentInstancesCommandInput, BatchGetDeploymentInstancesCommandOutput, CodeDeployClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: BatchGetDeploymentInstancesCommandInput): import("@smithy/smithy-client").CommandImpl<BatchGetDeploymentInstancesCommandInput, BatchGetDeploymentInstancesCommandOutput, CodeDeployClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
- * @deprecated
30
- *
31
29
  * <note>
32
30
  * <p> This method works, but is deprecated. Use <code>BatchGetDeploymentTargets</code>
33
31
  * instead. </p>
@@ -36,6 +34,8 @@ declare const BatchGetDeploymentInstancesCommand_base: {
36
34
  * works with EC2/On-premises and Lambda compute platforms. The newer
37
35
  * <code>BatchGetDeploymentTargets</code> works with all compute platforms. The maximum
38
36
  * number of instances that can be returned is 25.</p>
37
+ *
38
+ * @deprecated This operation is deprecated, use BatchGetDeploymentTargets instead.
39
39
  * @example
40
40
  * Use a bare-bones client and the command you need to make an API call.
41
41
  * ```javascript
@@ -109,6 +109,7 @@ declare const BatchGetDeploymentInstancesCommand_base: {
109
109
  * @throws {@link CodeDeployServiceException}
110
110
  * <p>Base exception class for all service exceptions from CodeDeploy service.</p>
111
111
  *
112
+ * @public
112
113
  */
113
114
  export declare class BatchGetDeploymentInstancesCommand extends BatchGetDeploymentInstancesCommand_base {
114
115
  }
@@ -22,10 +22,10 @@ export interface BatchGetDeploymentTargetsCommandOutput extends BatchGetDeployme
22
22
  }
23
23
  declare const BatchGetDeploymentTargetsCommand_base: {
24
24
  new (input: BatchGetDeploymentTargetsCommandInput): import("@smithy/smithy-client").CommandImpl<BatchGetDeploymentTargetsCommandInput, BatchGetDeploymentTargetsCommandOutput, CodeDeployClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: BatchGetDeploymentTargetsCommandInput): import("@smithy/smithy-client").CommandImpl<BatchGetDeploymentTargetsCommandInput, BatchGetDeploymentTargetsCommandOutput, CodeDeployClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p> Returns an array of one or more targets associated with a deployment. This method
30
30
  * works with all compute types and should be used instead of the deprecated
31
31
  * <code>BatchGetDeploymentInstances</code>. The maximum number of targets that can be
@@ -223,6 +223,7 @@ declare const BatchGetDeploymentTargetsCommand_base: {
223
223
  * @throws {@link CodeDeployServiceException}
224
224
  * <p>Base exception class for all service exceptions from CodeDeploy service.</p>
225
225
  *
226
+ * @public
226
227
  */
227
228
  export declare class BatchGetDeploymentTargetsCommand extends BatchGetDeploymentTargetsCommand_base {
228
229
  }
@@ -22,10 +22,10 @@ export interface BatchGetDeploymentsCommandOutput extends BatchGetDeploymentsOut
22
22
  }
23
23
  declare const BatchGetDeploymentsCommand_base: {
24
24
  new (input: BatchGetDeploymentsCommandInput): import("@smithy/smithy-client").CommandImpl<BatchGetDeploymentsCommandInput, BatchGetDeploymentsCommandOutput, CodeDeployClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: BatchGetDeploymentsCommandInput): import("@smithy/smithy-client").CommandImpl<BatchGetDeploymentsCommandInput, BatchGetDeploymentsCommandOutput, CodeDeployClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Gets information about one or more deployments. The maximum number of deployments that
30
30
  * can be returned is 25.</p>
31
31
  * @example
@@ -241,6 +241,7 @@ declare const BatchGetDeploymentsCommand_base: {
241
241
  * @throws {@link CodeDeployServiceException}
242
242
  * <p>Base exception class for all service exceptions from CodeDeploy service.</p>
243
243
  *
244
+ * @public
244
245
  */
245
246
  export declare class BatchGetDeploymentsCommand extends BatchGetDeploymentsCommand_base {
246
247
  }
@@ -22,10 +22,10 @@ export interface BatchGetOnPremisesInstancesCommandOutput extends BatchGetOnPrem
22
22
  }
23
23
  declare const BatchGetOnPremisesInstancesCommand_base: {
24
24
  new (input: BatchGetOnPremisesInstancesCommandInput): import("@smithy/smithy-client").CommandImpl<BatchGetOnPremisesInstancesCommandInput, BatchGetOnPremisesInstancesCommandOutput, CodeDeployClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: BatchGetOnPremisesInstancesCommandInput): import("@smithy/smithy-client").CommandImpl<BatchGetOnPremisesInstancesCommandInput, BatchGetOnPremisesInstancesCommandOutput, CodeDeployClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Gets information about one or more on-premises instances. The maximum number of
30
30
  * on-premises instances that can be returned is 25.</p>
31
31
  * @example
@@ -80,6 +80,7 @@ declare const BatchGetOnPremisesInstancesCommand_base: {
80
80
  * @throws {@link CodeDeployServiceException}
81
81
  * <p>Base exception class for all service exceptions from CodeDeploy service.</p>
82
82
  *
83
+ * @public
83
84
  */
84
85
  export declare class BatchGetOnPremisesInstancesCommand extends BatchGetOnPremisesInstancesCommand_base {
85
86
  }
@@ -22,10 +22,10 @@ export interface ContinueDeploymentCommandOutput extends __MetadataBearer {
22
22
  }
23
23
  declare const ContinueDeploymentCommand_base: {
24
24
  new (input: ContinueDeploymentCommandInput): import("@smithy/smithy-client").CommandImpl<ContinueDeploymentCommandInput, ContinueDeploymentCommandOutput, CodeDeployClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (...[input]: [] | [ContinueDeploymentCommandInput]): import("@smithy/smithy-client").CommandImpl<ContinueDeploymentCommandInput, ContinueDeploymentCommandOutput, CodeDeployClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>For a blue/green deployment, starts the process of rerouting traffic from instances in
30
30
  * the original environment to instances in the replacement environment without waiting for
31
31
  * a specified wait time to elapse. (Traffic rerouting, which is achieved by registering
@@ -80,6 +80,7 @@ declare const ContinueDeploymentCommand_base: {
80
80
  * @throws {@link CodeDeployServiceException}
81
81
  * <p>Base exception class for all service exceptions from CodeDeploy service.</p>
82
82
  *
83
+ * @public
83
84
  */
84
85
  export declare class ContinueDeploymentCommand extends ContinueDeploymentCommand_base {
85
86
  }
@@ -22,10 +22,10 @@ export interface CreateApplicationCommandOutput extends CreateApplicationOutput,
22
22
  }
23
23
  declare const CreateApplicationCommand_base: {
24
24
  new (input: CreateApplicationCommandInput): import("@smithy/smithy-client").CommandImpl<CreateApplicationCommandInput, CreateApplicationCommandOutput, CodeDeployClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: CreateApplicationCommandInput): import("@smithy/smithy-client").CommandImpl<CreateApplicationCommandInput, CreateApplicationCommandOutput, CodeDeployClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Creates an application.</p>
30
30
  * @example
31
31
  * Use a bare-bones client and the command you need to make an API call.
@@ -79,6 +79,7 @@ declare const CreateApplicationCommand_base: {
79
79
  * @throws {@link CodeDeployServiceException}
80
80
  * <p>Base exception class for all service exceptions from CodeDeploy service.</p>
81
81
  *
82
+ * @public
82
83
  */
83
84
  export declare class CreateApplicationCommand extends CreateApplicationCommand_base {
84
85
  }
@@ -22,10 +22,10 @@ export interface CreateDeploymentCommandOutput extends CreateDeploymentOutput, _
22
22
  }
23
23
  declare const CreateDeploymentCommand_base: {
24
24
  new (input: CreateDeploymentCommandInput): import("@smithy/smithy-client").CommandImpl<CreateDeploymentCommandInput, CreateDeploymentCommandOutput, CodeDeployClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: CreateDeploymentCommandInput): import("@smithy/smithy-client").CommandImpl<CreateDeploymentCommandInput, CreateDeploymentCommandOutput, CodeDeployClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Deploys an application revision through the specified deployment group.</p>
30
30
  * @example
31
31
  * Use a bare-bones client and the command you need to make an API call.
@@ -242,6 +242,7 @@ declare const CreateDeploymentCommand_base: {
242
242
  * @throws {@link CodeDeployServiceException}
243
243
  * <p>Base exception class for all service exceptions from CodeDeploy service.</p>
244
244
  *
245
+ * @public
245
246
  */
246
247
  export declare class CreateDeploymentCommand extends CreateDeploymentCommand_base {
247
248
  }
@@ -22,10 +22,10 @@ export interface CreateDeploymentConfigCommandOutput extends CreateDeploymentCon
22
22
  }
23
23
  declare const CreateDeploymentConfigCommand_base: {
24
24
  new (input: CreateDeploymentConfigCommandInput): import("@smithy/smithy-client").CommandImpl<CreateDeploymentConfigCommandInput, CreateDeploymentConfigCommandOutput, CodeDeployClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: CreateDeploymentConfigCommandInput): import("@smithy/smithy-client").CommandImpl<CreateDeploymentConfigCommandInput, CreateDeploymentConfigCommandOutput, CodeDeployClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p> Creates a deployment configuration. </p>
30
30
  * @example
31
31
  * Use a bare-bones client and the command you need to make an API call.
@@ -102,6 +102,7 @@ declare const CreateDeploymentConfigCommand_base: {
102
102
  * @throws {@link CodeDeployServiceException}
103
103
  * <p>Base exception class for all service exceptions from CodeDeploy service.</p>
104
104
  *
105
+ * @public
105
106
  */
106
107
  export declare class CreateDeploymentConfigCommand extends CreateDeploymentConfigCommand_base {
107
108
  }
@@ -22,10 +22,10 @@ export interface CreateDeploymentGroupCommandOutput extends CreateDeploymentGrou
22
22
  }
23
23
  declare const CreateDeploymentGroupCommand_base: {
24
24
  new (input: CreateDeploymentGroupCommandInput): import("@smithy/smithy-client").CommandImpl<CreateDeploymentGroupCommandInput, CreateDeploymentGroupCommandOutput, CodeDeployClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: CreateDeploymentGroupCommandInput): import("@smithy/smithy-client").CommandImpl<CreateDeploymentGroupCommandInput, CreateDeploymentGroupCommandOutput, CodeDeployClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Creates a deployment group to which application revisions are deployed.</p>
30
30
  * @example
31
31
  * Use a bare-bones client and the command you need to make an API call.
@@ -311,6 +311,7 @@ declare const CreateDeploymentGroupCommand_base: {
311
311
  * @throws {@link CodeDeployServiceException}
312
312
  * <p>Base exception class for all service exceptions from CodeDeploy service.</p>
313
313
  *
314
+ * @public
314
315
  */
315
316
  export declare class CreateDeploymentGroupCommand extends CreateDeploymentGroupCommand_base {
316
317
  }
@@ -22,10 +22,10 @@ export interface DeleteApplicationCommandOutput extends __MetadataBearer {
22
22
  }
23
23
  declare const DeleteApplicationCommand_base: {
24
24
  new (input: DeleteApplicationCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteApplicationCommandInput, DeleteApplicationCommandOutput, CodeDeployClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: DeleteApplicationCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteApplicationCommandInput, DeleteApplicationCommandOutput, CodeDeployClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Deletes an application.</p>
30
30
  * @example
31
31
  * Use a bare-bones client and the command you need to make an API call.
@@ -62,6 +62,7 @@ declare const DeleteApplicationCommand_base: {
62
62
  * @throws {@link CodeDeployServiceException}
63
63
  * <p>Base exception class for all service exceptions from CodeDeploy service.</p>
64
64
  *
65
+ * @public
65
66
  */
66
67
  export declare class DeleteApplicationCommand extends DeleteApplicationCommand_base {
67
68
  }
@@ -22,10 +22,10 @@ export interface DeleteDeploymentConfigCommandOutput extends __MetadataBearer {
22
22
  }
23
23
  declare const DeleteDeploymentConfigCommand_base: {
24
24
  new (input: DeleteDeploymentConfigCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteDeploymentConfigCommandInput, DeleteDeploymentConfigCommandOutput, CodeDeployClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: DeleteDeploymentConfigCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteDeploymentConfigCommandInput, DeleteDeploymentConfigCommandOutput, CodeDeployClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Deletes a deployment configuration.</p>
30
30
  * <note>
31
31
  * <p>A deployment configuration cannot be deleted if it is currently in use. Predefined
@@ -67,6 +67,7 @@ declare const DeleteDeploymentConfigCommand_base: {
67
67
  * @throws {@link CodeDeployServiceException}
68
68
  * <p>Base exception class for all service exceptions from CodeDeploy service.</p>
69
69
  *
70
+ * @public
70
71
  */
71
72
  export declare class DeleteDeploymentConfigCommand extends DeleteDeploymentConfigCommand_base {
72
73
  }
@@ -22,10 +22,10 @@ export interface DeleteDeploymentGroupCommandOutput extends DeleteDeploymentGrou
22
22
  }
23
23
  declare const DeleteDeploymentGroupCommand_base: {
24
24
  new (input: DeleteDeploymentGroupCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteDeploymentGroupCommandInput, DeleteDeploymentGroupCommandOutput, CodeDeployClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: DeleteDeploymentGroupCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteDeploymentGroupCommandInput, DeleteDeploymentGroupCommandOutput, CodeDeployClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Deletes a deployment group.</p>
30
30
  * @example
31
31
  * Use a bare-bones client and the command you need to make an API call.
@@ -77,6 +77,7 @@ declare const DeleteDeploymentGroupCommand_base: {
77
77
  * @throws {@link CodeDeployServiceException}
78
78
  * <p>Base exception class for all service exceptions from CodeDeploy service.</p>
79
79
  *
80
+ * @public
80
81
  */
81
82
  export declare class DeleteDeploymentGroupCommand extends DeleteDeploymentGroupCommand_base {
82
83
  }
@@ -22,10 +22,10 @@ export interface DeleteGitHubAccountTokenCommandOutput extends DeleteGitHubAccou
22
22
  }
23
23
  declare const DeleteGitHubAccountTokenCommand_base: {
24
24
  new (input: DeleteGitHubAccountTokenCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteGitHubAccountTokenCommandInput, DeleteGitHubAccountTokenCommandOutput, CodeDeployClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (...[input]: [] | [DeleteGitHubAccountTokenCommandInput]): import("@smithy/smithy-client").CommandImpl<DeleteGitHubAccountTokenCommandInput, DeleteGitHubAccountTokenCommandOutput, CodeDeployClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Deletes a GitHub account connection.</p>
30
30
  * @example
31
31
  * Use a bare-bones client and the command you need to make an API call.
@@ -68,6 +68,7 @@ declare const DeleteGitHubAccountTokenCommand_base: {
68
68
  * @throws {@link CodeDeployServiceException}
69
69
  * <p>Base exception class for all service exceptions from CodeDeploy service.</p>
70
70
  *
71
+ * @public
71
72
  */
72
73
  export declare class DeleteGitHubAccountTokenCommand extends DeleteGitHubAccountTokenCommand_base {
73
74
  }
@@ -22,10 +22,10 @@ export interface DeleteResourcesByExternalIdCommandOutput extends DeleteResource
22
22
  }
23
23
  declare const DeleteResourcesByExternalIdCommand_base: {
24
24
  new (input: DeleteResourcesByExternalIdCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteResourcesByExternalIdCommandInput, DeleteResourcesByExternalIdCommandOutput, CodeDeployClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (...[input]: [] | [DeleteResourcesByExternalIdCommandInput]): import("@smithy/smithy-client").CommandImpl<DeleteResourcesByExternalIdCommandInput, DeleteResourcesByExternalIdCommandOutput, CodeDeployClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Deletes resources linked to an external ID. This action only applies if you have
30
30
  * configured blue/green deployments through CloudFormation. </p>
31
31
  * <note>
@@ -58,6 +58,7 @@ declare const DeleteResourcesByExternalIdCommand_base: {
58
58
  * @throws {@link CodeDeployServiceException}
59
59
  * <p>Base exception class for all service exceptions from CodeDeploy service.</p>
60
60
  *
61
+ * @public
61
62
  */
62
63
  export declare class DeleteResourcesByExternalIdCommand extends DeleteResourcesByExternalIdCommand_base {
63
64
  }
@@ -22,10 +22,10 @@ export interface DeregisterOnPremisesInstanceCommandOutput extends __MetadataBea
22
22
  }
23
23
  declare const DeregisterOnPremisesInstanceCommand_base: {
24
24
  new (input: DeregisterOnPremisesInstanceCommandInput): import("@smithy/smithy-client").CommandImpl<DeregisterOnPremisesInstanceCommandInput, DeregisterOnPremisesInstanceCommandOutput, CodeDeployClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: DeregisterOnPremisesInstanceCommandInput): import("@smithy/smithy-client").CommandImpl<DeregisterOnPremisesInstanceCommandInput, DeregisterOnPremisesInstanceCommandOutput, CodeDeployClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Deregisters an on-premises instance.</p>
30
30
  * @example
31
31
  * Use a bare-bones client and the command you need to make an API call.
@@ -57,6 +57,7 @@ declare const DeregisterOnPremisesInstanceCommand_base: {
57
57
  * @throws {@link CodeDeployServiceException}
58
58
  * <p>Base exception class for all service exceptions from CodeDeploy service.</p>
59
59
  *
60
+ * @public
60
61
  */
61
62
  export declare class DeregisterOnPremisesInstanceCommand extends DeregisterOnPremisesInstanceCommand_base {
62
63
  }
@@ -22,10 +22,10 @@ export interface GetApplicationCommandOutput extends GetApplicationOutput, __Met
22
22
  }
23
23
  declare const GetApplicationCommand_base: {
24
24
  new (input: GetApplicationCommandInput): import("@smithy/smithy-client").CommandImpl<GetApplicationCommandInput, GetApplicationCommandOutput, CodeDeployClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: GetApplicationCommandInput): import("@smithy/smithy-client").CommandImpl<GetApplicationCommandInput, GetApplicationCommandOutput, CodeDeployClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Gets information about an application.</p>
30
30
  * @example
31
31
  * Use a bare-bones client and the command you need to make an API call.
@@ -69,6 +69,7 @@ declare const GetApplicationCommand_base: {
69
69
  * @throws {@link CodeDeployServiceException}
70
70
  * <p>Base exception class for all service exceptions from CodeDeploy service.</p>
71
71
  *
72
+ * @public
72
73
  */
73
74
  export declare class GetApplicationCommand extends GetApplicationCommand_base {
74
75
  }
@@ -22,10 +22,10 @@ export interface GetApplicationRevisionCommandOutput extends GetApplicationRevis
22
22
  }
23
23
  declare const GetApplicationRevisionCommand_base: {
24
24
  new (input: GetApplicationRevisionCommandInput): import("@smithy/smithy-client").CommandImpl<GetApplicationRevisionCommandInput, GetApplicationRevisionCommandOutput, CodeDeployClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: GetApplicationRevisionCommandInput): import("@smithy/smithy-client").CommandImpl<GetApplicationRevisionCommandInput, GetApplicationRevisionCommandOutput, CodeDeployClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Gets information about an application revision.</p>
30
30
  * @example
31
31
  * Use a bare-bones client and the command you need to make an API call.
@@ -124,6 +124,7 @@ declare const GetApplicationRevisionCommand_base: {
124
124
  * @throws {@link CodeDeployServiceException}
125
125
  * <p>Base exception class for all service exceptions from CodeDeploy service.</p>
126
126
  *
127
+ * @public
127
128
  */
128
129
  export declare class GetApplicationRevisionCommand extends GetApplicationRevisionCommand_base {
129
130
  }
@@ -22,10 +22,10 @@ export interface GetDeploymentCommandOutput extends GetDeploymentOutput, __Metad
22
22
  }
23
23
  declare const GetDeploymentCommand_base: {
24
24
  new (input: GetDeploymentCommandInput): import("@smithy/smithy-client").CommandImpl<GetDeploymentCommandInput, GetDeploymentCommandOutput, CodeDeployClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: GetDeploymentCommandInput): import("@smithy/smithy-client").CommandImpl<GetDeploymentCommandInput, GetDeploymentCommandOutput, CodeDeployClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Gets information about a deployment.</p>
30
30
  * <note>
31
31
  * <p> The <code>content</code> property of the <code>appSpecContent</code> object in
@@ -242,6 +242,7 @@ declare const GetDeploymentCommand_base: {
242
242
  * @throws {@link CodeDeployServiceException}
243
243
  * <p>Base exception class for all service exceptions from CodeDeploy service.</p>
244
244
  *
245
+ * @public
245
246
  */
246
247
  export declare class GetDeploymentCommand extends GetDeploymentCommand_base {
247
248
  }
@@ -22,10 +22,10 @@ export interface GetDeploymentConfigCommandOutput extends GetDeploymentConfigOut
22
22
  }
23
23
  declare const GetDeploymentConfigCommand_base: {
24
24
  new (input: GetDeploymentConfigCommandInput): import("@smithy/smithy-client").CommandImpl<GetDeploymentConfigCommandInput, GetDeploymentConfigCommandOutput, CodeDeployClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: GetDeploymentConfigCommandInput): import("@smithy/smithy-client").CommandImpl<GetDeploymentConfigCommandInput, GetDeploymentConfigCommandOutput, CodeDeployClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Gets information about a deployment configuration.</p>
30
30
  * @example
31
31
  * Use a bare-bones client and the command you need to make an API call.
@@ -93,6 +93,7 @@ declare const GetDeploymentConfigCommand_base: {
93
93
  * @throws {@link CodeDeployServiceException}
94
94
  * <p>Base exception class for all service exceptions from CodeDeploy service.</p>
95
95
  *
96
+ * @public
96
97
  */
97
98
  export declare class GetDeploymentConfigCommand extends GetDeploymentConfigCommand_base {
98
99
  }
@@ -22,10 +22,10 @@ export interface GetDeploymentGroupCommandOutput extends GetDeploymentGroupOutpu
22
22
  }
23
23
  declare const GetDeploymentGroupCommand_base: {
24
24
  new (input: GetDeploymentGroupCommandInput): import("@smithy/smithy-client").CommandImpl<GetDeploymentGroupCommandInput, GetDeploymentGroupCommandOutput, CodeDeployClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: GetDeploymentGroupCommandInput): import("@smithy/smithy-client").CommandImpl<GetDeploymentGroupCommandInput, GetDeploymentGroupCommandOutput, CodeDeployClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Gets information about a deployment group.</p>
30
30
  * @example
31
31
  * Use a bare-bones client and the command you need to make an API call.
@@ -240,6 +240,7 @@ declare const GetDeploymentGroupCommand_base: {
240
240
  * @throws {@link CodeDeployServiceException}
241
241
  * <p>Base exception class for all service exceptions from CodeDeploy service.</p>
242
242
  *
243
+ * @public
243
244
  */
244
245
  export declare class GetDeploymentGroupCommand extends GetDeploymentGroupCommand_base {
245
246
  }