@aws-sdk/client-codedeploy 3.36.0 → 3.36.1
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.
- package/CHANGELOG.md +11 -0
- package/dist-cjs/CodeDeploy.js +0 -102
- package/dist-cjs/CodeDeployClient.js +0 -107
- package/dist-cjs/commands/AddTagsToOnPremisesInstancesCommand.js +0 -24
- package/dist-cjs/commands/BatchGetApplicationRevisionsCommand.js +0 -25
- package/dist-cjs/commands/BatchGetApplicationsCommand.js +0 -25
- package/dist-cjs/commands/BatchGetDeploymentGroupsCommand.js +0 -24
- package/dist-cjs/commands/BatchGetDeploymentInstancesCommand.js +0 -33
- package/dist-cjs/commands/BatchGetDeploymentTargetsCommand.js +0 -51
- package/dist-cjs/commands/BatchGetDeploymentsCommand.js +0 -25
- package/dist-cjs/commands/BatchGetOnPremisesInstancesCommand.js +0 -25
- package/dist-cjs/commands/ContinueDeploymentCommand.js +0 -28
- package/dist-cjs/commands/CreateApplicationCommand.js +0 -24
- package/dist-cjs/commands/CreateDeploymentCommand.js +0 -24
- package/dist-cjs/commands/CreateDeploymentConfigCommand.js +0 -24
- package/dist-cjs/commands/CreateDeploymentGroupCommand.js +0 -24
- package/dist-cjs/commands/DeleteApplicationCommand.js +0 -24
- package/dist-cjs/commands/DeleteDeploymentConfigCommand.js +0 -28
- package/dist-cjs/commands/DeleteDeploymentGroupCommand.js +0 -24
- package/dist-cjs/commands/DeleteGitHubAccountTokenCommand.js +0 -24
- package/dist-cjs/commands/DeleteResourcesByExternalIdCommand.js +0 -24
- package/dist-cjs/commands/DeregisterOnPremisesInstanceCommand.js +0 -24
- package/dist-cjs/commands/GetApplicationCommand.js +0 -24
- package/dist-cjs/commands/GetApplicationRevisionCommand.js +0 -24
- package/dist-cjs/commands/GetDeploymentCommand.js +0 -30
- package/dist-cjs/commands/GetDeploymentConfigCommand.js +0 -24
- package/dist-cjs/commands/GetDeploymentGroupCommand.js +0 -24
- package/dist-cjs/commands/GetDeploymentInstanceCommand.js +0 -26
- package/dist-cjs/commands/GetDeploymentTargetCommand.js +0 -24
- package/dist-cjs/commands/GetOnPremisesInstanceCommand.js +0 -24
- package/dist-cjs/commands/ListApplicationRevisionsCommand.js +0 -24
- package/dist-cjs/commands/ListApplicationsCommand.js +0 -24
- package/dist-cjs/commands/ListDeploymentConfigsCommand.js +0 -24
- package/dist-cjs/commands/ListDeploymentGroupsCommand.js +0 -25
- package/dist-cjs/commands/ListDeploymentInstancesCommand.js +0 -32
- package/dist-cjs/commands/ListDeploymentTargetsCommand.js +0 -24
- package/dist-cjs/commands/ListDeploymentsCommand.js +0 -25
- package/dist-cjs/commands/ListGitHubAccountTokenNamesCommand.js +0 -24
- package/dist-cjs/commands/ListOnPremisesInstancesCommand.js +0 -27
- package/dist-cjs/commands/ListTagsForResourceCommand.js +0 -25
- package/dist-cjs/commands/PutLifecycleEventHookExecutionStatusCommand.js +0 -32
- package/dist-cjs/commands/RegisterApplicationRevisionCommand.js +0 -24
- package/dist-cjs/commands/RegisterOnPremisesInstanceCommand.js +0 -28
- package/dist-cjs/commands/RemoveTagsFromOnPremisesInstancesCommand.js +0 -24
- package/dist-cjs/commands/SkipWaitTimeForInstanceTerminationCommand.js +0 -27
- package/dist-cjs/commands/StopDeploymentCommand.js +0 -24
- package/dist-cjs/commands/TagResourceCommand.js +0 -25
- package/dist-cjs/commands/UntagResourceCommand.js +0 -26
- package/dist-cjs/commands/UpdateApplicationCommand.js +0 -24
- package/dist-cjs/commands/UpdateDeploymentGroupCommand.js +0 -24
- package/dist-cjs/models/models_0.js +0 -741
- package/dist-cjs/pagination/ListApplicationRevisionsPaginator.js +0 -10
- package/dist-cjs/pagination/ListApplicationsPaginator.js +0 -10
- package/dist-cjs/pagination/ListDeploymentConfigsPaginator.js +0 -10
- package/dist-cjs/pagination/ListDeploymentGroupsPaginator.js +0 -10
- package/dist-cjs/pagination/ListDeploymentInstancesPaginator.js +0 -10
- package/dist-cjs/pagination/ListDeploymentsPaginator.js +0 -10
- package/dist-cjs/protocols/Aws_json1_1.js +0 -5
- package/dist-cjs/runtimeConfig.browser.js +1 -5
- package/dist-cjs/runtimeConfig.js +1 -5
- package/dist-cjs/runtimeConfig.native.js +0 -3
- package/dist-cjs/runtimeConfig.shared.js +0 -3
- package/dist-cjs/waiters/waitForDeploymentSuccessful.js +0 -9
- package/dist-types/ts3.4/CodeDeploy.d.ts +48 -331
- package/dist-types/ts3.4/CodeDeployClient.d.ts +24 -188
- package/dist-types/ts3.4/commands/AddTagsToOnPremisesInstancesCommand.d.ts +2 -20
- package/dist-types/ts3.4/commands/BatchGetApplicationRevisionsCommand.d.ts +2 -21
- package/dist-types/ts3.4/commands/BatchGetApplicationsCommand.d.ts +2 -21
- package/dist-types/ts3.4/commands/BatchGetDeploymentGroupsCommand.d.ts +2 -20
- package/dist-types/ts3.4/commands/BatchGetDeploymentInstancesCommand.d.ts +2 -29
- package/dist-types/ts3.4/commands/BatchGetDeploymentTargetsCommand.d.ts +2 -47
- package/dist-types/ts3.4/commands/BatchGetDeploymentsCommand.d.ts +2 -21
- package/dist-types/ts3.4/commands/BatchGetOnPremisesInstancesCommand.d.ts +2 -21
- package/dist-types/ts3.4/commands/ContinueDeploymentCommand.d.ts +2 -24
- package/dist-types/ts3.4/commands/CreateApplicationCommand.d.ts +2 -20
- package/dist-types/ts3.4/commands/CreateDeploymentCommand.d.ts +2 -20
- package/dist-types/ts3.4/commands/CreateDeploymentConfigCommand.d.ts +2 -20
- package/dist-types/ts3.4/commands/CreateDeploymentGroupCommand.d.ts +2 -20
- package/dist-types/ts3.4/commands/DeleteApplicationCommand.d.ts +2 -20
- package/dist-types/ts3.4/commands/DeleteDeploymentConfigCommand.d.ts +2 -24
- package/dist-types/ts3.4/commands/DeleteDeploymentGroupCommand.d.ts +2 -20
- package/dist-types/ts3.4/commands/DeleteGitHubAccountTokenCommand.d.ts +2 -20
- package/dist-types/ts3.4/commands/DeleteResourcesByExternalIdCommand.d.ts +2 -20
- package/dist-types/ts3.4/commands/DeregisterOnPremisesInstanceCommand.d.ts +2 -20
- package/dist-types/ts3.4/commands/GetApplicationCommand.d.ts +2 -20
- package/dist-types/ts3.4/commands/GetApplicationRevisionCommand.d.ts +2 -20
- package/dist-types/ts3.4/commands/GetDeploymentCommand.d.ts +2 -26
- package/dist-types/ts3.4/commands/GetDeploymentConfigCommand.d.ts +2 -20
- package/dist-types/ts3.4/commands/GetDeploymentGroupCommand.d.ts +2 -20
- package/dist-types/ts3.4/commands/GetDeploymentInstanceCommand.d.ts +2 -22
- package/dist-types/ts3.4/commands/GetDeploymentTargetCommand.d.ts +2 -20
- package/dist-types/ts3.4/commands/GetOnPremisesInstanceCommand.d.ts +2 -20
- package/dist-types/ts3.4/commands/ListApplicationRevisionsCommand.d.ts +2 -20
- package/dist-types/ts3.4/commands/ListApplicationsCommand.d.ts +2 -20
- package/dist-types/ts3.4/commands/ListDeploymentConfigsCommand.d.ts +2 -20
- package/dist-types/ts3.4/commands/ListDeploymentGroupsCommand.d.ts +2 -21
- package/dist-types/ts3.4/commands/ListDeploymentInstancesCommand.d.ts +2 -28
- package/dist-types/ts3.4/commands/ListDeploymentTargetsCommand.d.ts +2 -20
- package/dist-types/ts3.4/commands/ListDeploymentsCommand.d.ts +2 -21
- package/dist-types/ts3.4/commands/ListGitHubAccountTokenNamesCommand.d.ts +2 -20
- package/dist-types/ts3.4/commands/ListOnPremisesInstancesCommand.d.ts +2 -23
- package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +2 -21
- package/dist-types/ts3.4/commands/PutLifecycleEventHookExecutionStatusCommand.d.ts +2 -28
- package/dist-types/ts3.4/commands/RegisterApplicationRevisionCommand.d.ts +2 -20
- package/dist-types/ts3.4/commands/RegisterOnPremisesInstanceCommand.d.ts +2 -24
- package/dist-types/ts3.4/commands/RemoveTagsFromOnPremisesInstancesCommand.d.ts +2 -20
- package/dist-types/ts3.4/commands/SkipWaitTimeForInstanceTerminationCommand.d.ts +2 -23
- package/dist-types/ts3.4/commands/StopDeploymentCommand.d.ts +2 -20
- package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +2 -21
- package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +2 -22
- package/dist-types/ts3.4/commands/UpdateApplicationCommand.d.ts +2 -20
- package/dist-types/ts3.4/commands/UpdateDeploymentGroupCommand.d.ts +2 -20
- package/dist-types/ts3.4/models/models_0.d.ts +1001 -4081
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +1 -3
- package/dist-types/ts3.4/runtimeConfig.d.ts +1 -3
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +1 -3
- package/dist-types/ts3.4/runtimeConfig.shared.d.ts +1 -3
- package/dist-types/ts3.4/waiters/waitForDeploymentSuccessful.d.ts +2 -9
- package/package.json +3 -3
|
@@ -47,476 +47,193 @@ import { TagResourceCommandInput, TagResourceCommandOutput } from "./commands/Ta
|
|
|
47
47
|
import { UntagResourceCommandInput, UntagResourceCommandOutput } from "./commands/UntagResourceCommand";
|
|
48
48
|
import { UpdateApplicationCommandInput, UpdateApplicationCommandOutput } from "./commands/UpdateApplicationCommand";
|
|
49
49
|
import { UpdateDeploymentGroupCommandInput, UpdateDeploymentGroupCommandOutput } from "./commands/UpdateDeploymentGroupCommand";
|
|
50
|
-
|
|
51
|
-
* <fullname>AWS CodeDeploy</fullname>
|
|
52
|
-
* <p>AWS CodeDeploy is a deployment service that automates application deployments to
|
|
53
|
-
* Amazon EC2 instances, on-premises instances running in your own facility, serverless AWS
|
|
54
|
-
* Lambda functions, or applications in an Amazon ECS service.</p>
|
|
55
|
-
* <p>You can deploy a nearly unlimited variety of application content, such as an updated
|
|
56
|
-
* Lambda function, updated applications in an Amazon ECS service, code, web and
|
|
57
|
-
* configuration files, executables, packages, scripts, multimedia files, and so on. AWS
|
|
58
|
-
* CodeDeploy can deploy application content stored in Amazon S3 buckets, GitHub
|
|
59
|
-
* repositories, or Bitbucket repositories. You do not need to make changes to your
|
|
60
|
-
* existing code before you can use AWS CodeDeploy.</p>
|
|
61
|
-
* <p>AWS CodeDeploy makes it easier for you to rapidly release new features, helps you
|
|
62
|
-
* avoid downtime during application deployment, and handles the complexity of updating
|
|
63
|
-
* your applications, without many of the risks associated with error-prone manual
|
|
64
|
-
* deployments.</p>
|
|
65
|
-
* <p>
|
|
66
|
-
* <b>AWS CodeDeploy Components</b>
|
|
67
|
-
* </p>
|
|
68
|
-
* <p>Use the information in this guide to help you work with the following AWS CodeDeploy
|
|
69
|
-
* components:</p>
|
|
70
|
-
* <ul>
|
|
71
|
-
* <li>
|
|
72
|
-
* <p>
|
|
73
|
-
* <b>Application</b>: A name that uniquely identifies
|
|
74
|
-
* the application you want to deploy. AWS CodeDeploy uses this name, which
|
|
75
|
-
* functions as a container, to ensure the correct combination of revision,
|
|
76
|
-
* deployment configuration, and deployment group are referenced during a
|
|
77
|
-
* deployment.</p>
|
|
78
|
-
* </li>
|
|
79
|
-
* <li>
|
|
80
|
-
* <p>
|
|
81
|
-
* <b>Deployment group</b>: A set of individual
|
|
82
|
-
* instances, CodeDeploy Lambda deployment configuration settings, or an Amazon ECS
|
|
83
|
-
* service and network details. A Lambda deployment group specifies how to route
|
|
84
|
-
* traffic to a new version of a Lambda function. An Amazon ECS deployment group
|
|
85
|
-
* specifies the service created in Amazon ECS to deploy, a load balancer, and a
|
|
86
|
-
* listener to reroute production traffic to an updated containerized application.
|
|
87
|
-
* An EC2/On-premises deployment group contains individually tagged instances,
|
|
88
|
-
* Amazon EC2 instances in Amazon EC2 Auto Scaling groups, or both. All deployment
|
|
89
|
-
* groups can specify optional trigger, alarm, and rollback settings.</p>
|
|
90
|
-
* </li>
|
|
91
|
-
* <li>
|
|
92
|
-
* <p>
|
|
93
|
-
* <b>Deployment configuration</b>: A set of deployment
|
|
94
|
-
* rules and deployment success and failure conditions used by AWS CodeDeploy
|
|
95
|
-
* during a deployment.</p>
|
|
96
|
-
* </li>
|
|
97
|
-
* <li>
|
|
98
|
-
* <p>
|
|
99
|
-
* <b>Deployment</b>: The process and the components used
|
|
100
|
-
* when updating a Lambda function, a containerized application in an Amazon ECS
|
|
101
|
-
* service, or of installing content on one or more instances. </p>
|
|
102
|
-
* </li>
|
|
103
|
-
* <li>
|
|
104
|
-
* <p>
|
|
105
|
-
* <b>Application revisions</b>: For an AWS Lambda
|
|
106
|
-
* deployment, this is an AppSpec file that specifies the Lambda function to be
|
|
107
|
-
* updated and one or more functions to validate deployment lifecycle events. For
|
|
108
|
-
* an Amazon ECS deployment, this is an AppSpec file that specifies the Amazon ECS
|
|
109
|
-
* task definition, container, and port where production traffic is rerouted. For
|
|
110
|
-
* an EC2/On-premises deployment, this is an archive file that contains source
|
|
111
|
-
* content—source code, webpages, executable files, and deployment scripts—along
|
|
112
|
-
* with an AppSpec file. Revisions are stored in Amazon S3 buckets or GitHub
|
|
113
|
-
* repositories. For Amazon S3, a revision is uniquely identified by its Amazon S3
|
|
114
|
-
* object key and its ETag, version, or both. For GitHub, a revision is uniquely
|
|
115
|
-
* identified by its commit ID.</p>
|
|
116
|
-
* </li>
|
|
117
|
-
* </ul>
|
|
118
|
-
* <p>This guide also contains information to help you get details about the instances in
|
|
119
|
-
* your deployments, to make on-premises instances available for AWS CodeDeploy
|
|
120
|
-
* deployments, to get details about a Lambda function deployment, and to get details about
|
|
121
|
-
* Amazon ECS service deployments.</p>
|
|
122
|
-
* <p>
|
|
123
|
-
* <b>AWS CodeDeploy Information Resources</b>
|
|
124
|
-
* </p>
|
|
125
|
-
* <ul>
|
|
126
|
-
* <li>
|
|
127
|
-
* <p>
|
|
128
|
-
* <a href="https://docs.aws.amazon.com/codedeploy/latest/userguide">AWS CodeDeploy
|
|
129
|
-
* User Guide</a>
|
|
130
|
-
* </p>
|
|
131
|
-
* </li>
|
|
132
|
-
* <li>
|
|
133
|
-
* <p>
|
|
134
|
-
* <a href="https://docs.aws.amazon.com/codedeploy/latest/APIReference/">AWS
|
|
135
|
-
* CodeDeploy API Reference Guide</a>
|
|
136
|
-
* </p>
|
|
137
|
-
* </li>
|
|
138
|
-
* <li>
|
|
139
|
-
* <p>
|
|
140
|
-
* <a href="https://docs.aws.amazon.com/cli/latest/reference/deploy/index.html">AWS
|
|
141
|
-
* CLI Reference for AWS CodeDeploy</a>
|
|
142
|
-
* </p>
|
|
143
|
-
* </li>
|
|
144
|
-
* <li>
|
|
145
|
-
* <p>
|
|
146
|
-
* <a href="https://forums.aws.amazon.com/forum.jspa?forumID=179">AWS CodeDeploy
|
|
147
|
-
* Developer Forum</a>
|
|
148
|
-
* </p>
|
|
149
|
-
* </li>
|
|
150
|
-
* </ul>
|
|
151
|
-
*/
|
|
50
|
+
|
|
152
51
|
export declare class CodeDeploy extends CodeDeployClient {
|
|
153
|
-
|
|
154
|
-
* <p>Adds tags to on-premises instances.</p>
|
|
155
|
-
*/
|
|
52
|
+
|
|
156
53
|
addTagsToOnPremisesInstances(args: AddTagsToOnPremisesInstancesCommandInput, options?: __HttpHandlerOptions): Promise<AddTagsToOnPremisesInstancesCommandOutput>;
|
|
157
54
|
addTagsToOnPremisesInstances(args: AddTagsToOnPremisesInstancesCommandInput, cb: (err: any, data?: AddTagsToOnPremisesInstancesCommandOutput) => void): void;
|
|
158
55
|
addTagsToOnPremisesInstances(args: AddTagsToOnPremisesInstancesCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: AddTagsToOnPremisesInstancesCommandOutput) => void): void;
|
|
159
|
-
|
|
160
|
-
* <p>Gets information about one or more application revisions. The maximum number of
|
|
161
|
-
* application revisions that can be returned is 25.</p>
|
|
162
|
-
*/
|
|
56
|
+
|
|
163
57
|
batchGetApplicationRevisions(args: BatchGetApplicationRevisionsCommandInput, options?: __HttpHandlerOptions): Promise<BatchGetApplicationRevisionsCommandOutput>;
|
|
164
58
|
batchGetApplicationRevisions(args: BatchGetApplicationRevisionsCommandInput, cb: (err: any, data?: BatchGetApplicationRevisionsCommandOutput) => void): void;
|
|
165
59
|
batchGetApplicationRevisions(args: BatchGetApplicationRevisionsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: BatchGetApplicationRevisionsCommandOutput) => void): void;
|
|
166
|
-
|
|
167
|
-
* <p>Gets information about one or more applications. The maximum number of applications
|
|
168
|
-
* that can be returned is 100.</p>
|
|
169
|
-
*/
|
|
60
|
+
|
|
170
61
|
batchGetApplications(args: BatchGetApplicationsCommandInput, options?: __HttpHandlerOptions): Promise<BatchGetApplicationsCommandOutput>;
|
|
171
62
|
batchGetApplications(args: BatchGetApplicationsCommandInput, cb: (err: any, data?: BatchGetApplicationsCommandOutput) => void): void;
|
|
172
63
|
batchGetApplications(args: BatchGetApplicationsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: BatchGetApplicationsCommandOutput) => void): void;
|
|
173
|
-
|
|
174
|
-
* <p>Gets information about one or more deployment groups.</p>
|
|
175
|
-
*/
|
|
64
|
+
|
|
176
65
|
batchGetDeploymentGroups(args: BatchGetDeploymentGroupsCommandInput, options?: __HttpHandlerOptions): Promise<BatchGetDeploymentGroupsCommandOutput>;
|
|
177
66
|
batchGetDeploymentGroups(args: BatchGetDeploymentGroupsCommandInput, cb: (err: any, data?: BatchGetDeploymentGroupsCommandOutput) => void): void;
|
|
178
67
|
batchGetDeploymentGroups(args: BatchGetDeploymentGroupsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: BatchGetDeploymentGroupsCommandOutput) => void): void;
|
|
179
|
-
|
|
180
|
-
* @deprecated
|
|
181
|
-
*
|
|
182
|
-
* <note>
|
|
183
|
-
* <p> This method works, but is deprecated. Use <code>BatchGetDeploymentTargets</code>
|
|
184
|
-
* instead. </p>
|
|
185
|
-
* </note>
|
|
186
|
-
* <p> Returns an array of one or more instances associated with a deployment. This method
|
|
187
|
-
* works with EC2/On-premises and AWS Lambda compute platforms. The newer
|
|
188
|
-
* <code>BatchGetDeploymentTargets</code> works with all compute platforms. The maximum
|
|
189
|
-
* number of instances that can be returned is 25.</p>
|
|
190
|
-
*/
|
|
68
|
+
|
|
191
69
|
batchGetDeploymentInstances(args: BatchGetDeploymentInstancesCommandInput, options?: __HttpHandlerOptions): Promise<BatchGetDeploymentInstancesCommandOutput>;
|
|
192
70
|
batchGetDeploymentInstances(args: BatchGetDeploymentInstancesCommandInput, cb: (err: any, data?: BatchGetDeploymentInstancesCommandOutput) => void): void;
|
|
193
71
|
batchGetDeploymentInstances(args: BatchGetDeploymentInstancesCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: BatchGetDeploymentInstancesCommandOutput) => void): void;
|
|
194
|
-
|
|
195
|
-
* <p>Gets information about one or more deployments. The maximum number of deployments that
|
|
196
|
-
* can be returned is 25.</p>
|
|
197
|
-
*/
|
|
72
|
+
|
|
198
73
|
batchGetDeployments(args: BatchGetDeploymentsCommandInput, options?: __HttpHandlerOptions): Promise<BatchGetDeploymentsCommandOutput>;
|
|
199
74
|
batchGetDeployments(args: BatchGetDeploymentsCommandInput, cb: (err: any, data?: BatchGetDeploymentsCommandOutput) => void): void;
|
|
200
75
|
batchGetDeployments(args: BatchGetDeploymentsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: BatchGetDeploymentsCommandOutput) => void): void;
|
|
201
|
-
|
|
202
|
-
* <p> Returns an array of one or more targets associated with a deployment. This method
|
|
203
|
-
* works with all compute types and should be used instead of the deprecated
|
|
204
|
-
* <code>BatchGetDeploymentInstances</code>. The maximum number of targets that can be
|
|
205
|
-
* returned is 25.</p>
|
|
206
|
-
* <p> The type of targets returned depends on the deployment's compute platform or
|
|
207
|
-
* deployment method: </p>
|
|
208
|
-
* <ul>
|
|
209
|
-
* <li>
|
|
210
|
-
* <p>
|
|
211
|
-
* <b>EC2/On-premises</b>: Information about EC2 instance
|
|
212
|
-
* targets. </p>
|
|
213
|
-
* </li>
|
|
214
|
-
* <li>
|
|
215
|
-
* <p>
|
|
216
|
-
* <b>AWS Lambda</b>: Information about Lambda functions
|
|
217
|
-
* targets. </p>
|
|
218
|
-
* </li>
|
|
219
|
-
* <li>
|
|
220
|
-
* <p>
|
|
221
|
-
* <b>Amazon ECS</b>: Information about Amazon ECS
|
|
222
|
-
* service targets. </p>
|
|
223
|
-
* </li>
|
|
224
|
-
* <li>
|
|
225
|
-
* <p>
|
|
226
|
-
* <b>CloudFormation</b>: Information about targets of
|
|
227
|
-
* blue/green deployments initiated by a CloudFormation stack update.</p>
|
|
228
|
-
* </li>
|
|
229
|
-
* </ul>
|
|
230
|
-
*/
|
|
76
|
+
|
|
231
77
|
batchGetDeploymentTargets(args: BatchGetDeploymentTargetsCommandInput, options?: __HttpHandlerOptions): Promise<BatchGetDeploymentTargetsCommandOutput>;
|
|
232
78
|
batchGetDeploymentTargets(args: BatchGetDeploymentTargetsCommandInput, cb: (err: any, data?: BatchGetDeploymentTargetsCommandOutput) => void): void;
|
|
233
79
|
batchGetDeploymentTargets(args: BatchGetDeploymentTargetsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: BatchGetDeploymentTargetsCommandOutput) => void): void;
|
|
234
|
-
|
|
235
|
-
* <p>Gets information about one or more on-premises instances. The maximum number of
|
|
236
|
-
* on-premises instances that can be returned is 25.</p>
|
|
237
|
-
*/
|
|
80
|
+
|
|
238
81
|
batchGetOnPremisesInstances(args: BatchGetOnPremisesInstancesCommandInput, options?: __HttpHandlerOptions): Promise<BatchGetOnPremisesInstancesCommandOutput>;
|
|
239
82
|
batchGetOnPremisesInstances(args: BatchGetOnPremisesInstancesCommandInput, cb: (err: any, data?: BatchGetOnPremisesInstancesCommandOutput) => void): void;
|
|
240
83
|
batchGetOnPremisesInstances(args: BatchGetOnPremisesInstancesCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: BatchGetOnPremisesInstancesCommandOutput) => void): void;
|
|
241
|
-
|
|
242
|
-
* <p>For a blue/green deployment, starts the process of rerouting traffic from instances in
|
|
243
|
-
* the original environment to instances in the replacement environment without waiting for
|
|
244
|
-
* a specified wait time to elapse. (Traffic rerouting, which is achieved by registering
|
|
245
|
-
* instances in the replacement environment with the load balancer, can start as soon as
|
|
246
|
-
* all instances have a status of Ready.) </p>
|
|
247
|
-
*/
|
|
84
|
+
|
|
248
85
|
continueDeployment(args: ContinueDeploymentCommandInput, options?: __HttpHandlerOptions): Promise<ContinueDeploymentCommandOutput>;
|
|
249
86
|
continueDeployment(args: ContinueDeploymentCommandInput, cb: (err: any, data?: ContinueDeploymentCommandOutput) => void): void;
|
|
250
87
|
continueDeployment(args: ContinueDeploymentCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ContinueDeploymentCommandOutput) => void): void;
|
|
251
|
-
|
|
252
|
-
* <p>Creates an application.</p>
|
|
253
|
-
*/
|
|
88
|
+
|
|
254
89
|
createApplication(args: CreateApplicationCommandInput, options?: __HttpHandlerOptions): Promise<CreateApplicationCommandOutput>;
|
|
255
90
|
createApplication(args: CreateApplicationCommandInput, cb: (err: any, data?: CreateApplicationCommandOutput) => void): void;
|
|
256
91
|
createApplication(args: CreateApplicationCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreateApplicationCommandOutput) => void): void;
|
|
257
|
-
|
|
258
|
-
* <p>Deploys an application revision through the specified deployment group.</p>
|
|
259
|
-
*/
|
|
92
|
+
|
|
260
93
|
createDeployment(args: CreateDeploymentCommandInput, options?: __HttpHandlerOptions): Promise<CreateDeploymentCommandOutput>;
|
|
261
94
|
createDeployment(args: CreateDeploymentCommandInput, cb: (err: any, data?: CreateDeploymentCommandOutput) => void): void;
|
|
262
95
|
createDeployment(args: CreateDeploymentCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreateDeploymentCommandOutput) => void): void;
|
|
263
|
-
|
|
264
|
-
* <p> Creates a deployment configuration. </p>
|
|
265
|
-
*/
|
|
96
|
+
|
|
266
97
|
createDeploymentConfig(args: CreateDeploymentConfigCommandInput, options?: __HttpHandlerOptions): Promise<CreateDeploymentConfigCommandOutput>;
|
|
267
98
|
createDeploymentConfig(args: CreateDeploymentConfigCommandInput, cb: (err: any, data?: CreateDeploymentConfigCommandOutput) => void): void;
|
|
268
99
|
createDeploymentConfig(args: CreateDeploymentConfigCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreateDeploymentConfigCommandOutput) => void): void;
|
|
269
|
-
|
|
270
|
-
* <p>Creates a deployment group to which application revisions are deployed.</p>
|
|
271
|
-
*/
|
|
100
|
+
|
|
272
101
|
createDeploymentGroup(args: CreateDeploymentGroupCommandInput, options?: __HttpHandlerOptions): Promise<CreateDeploymentGroupCommandOutput>;
|
|
273
102
|
createDeploymentGroup(args: CreateDeploymentGroupCommandInput, cb: (err: any, data?: CreateDeploymentGroupCommandOutput) => void): void;
|
|
274
103
|
createDeploymentGroup(args: CreateDeploymentGroupCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreateDeploymentGroupCommandOutput) => void): void;
|
|
275
|
-
|
|
276
|
-
* <p>Deletes an application.</p>
|
|
277
|
-
*/
|
|
104
|
+
|
|
278
105
|
deleteApplication(args: DeleteApplicationCommandInput, options?: __HttpHandlerOptions): Promise<DeleteApplicationCommandOutput>;
|
|
279
106
|
deleteApplication(args: DeleteApplicationCommandInput, cb: (err: any, data?: DeleteApplicationCommandOutput) => void): void;
|
|
280
107
|
deleteApplication(args: DeleteApplicationCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteApplicationCommandOutput) => void): void;
|
|
281
|
-
|
|
282
|
-
* <p>Deletes a deployment configuration.</p>
|
|
283
|
-
* <note>
|
|
284
|
-
* <p>A deployment configuration cannot be deleted if it is currently in use. Predefined
|
|
285
|
-
* configurations cannot be deleted.</p>
|
|
286
|
-
* </note>
|
|
287
|
-
*/
|
|
108
|
+
|
|
288
109
|
deleteDeploymentConfig(args: DeleteDeploymentConfigCommandInput, options?: __HttpHandlerOptions): Promise<DeleteDeploymentConfigCommandOutput>;
|
|
289
110
|
deleteDeploymentConfig(args: DeleteDeploymentConfigCommandInput, cb: (err: any, data?: DeleteDeploymentConfigCommandOutput) => void): void;
|
|
290
111
|
deleteDeploymentConfig(args: DeleteDeploymentConfigCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteDeploymentConfigCommandOutput) => void): void;
|
|
291
|
-
|
|
292
|
-
* <p>Deletes a deployment group.</p>
|
|
293
|
-
*/
|
|
112
|
+
|
|
294
113
|
deleteDeploymentGroup(args: DeleteDeploymentGroupCommandInput, options?: __HttpHandlerOptions): Promise<DeleteDeploymentGroupCommandOutput>;
|
|
295
114
|
deleteDeploymentGroup(args: DeleteDeploymentGroupCommandInput, cb: (err: any, data?: DeleteDeploymentGroupCommandOutput) => void): void;
|
|
296
115
|
deleteDeploymentGroup(args: DeleteDeploymentGroupCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteDeploymentGroupCommandOutput) => void): void;
|
|
297
|
-
|
|
298
|
-
* <p>Deletes a GitHub account connection.</p>
|
|
299
|
-
*/
|
|
116
|
+
|
|
300
117
|
deleteGitHubAccountToken(args: DeleteGitHubAccountTokenCommandInput, options?: __HttpHandlerOptions): Promise<DeleteGitHubAccountTokenCommandOutput>;
|
|
301
118
|
deleteGitHubAccountToken(args: DeleteGitHubAccountTokenCommandInput, cb: (err: any, data?: DeleteGitHubAccountTokenCommandOutput) => void): void;
|
|
302
119
|
deleteGitHubAccountToken(args: DeleteGitHubAccountTokenCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteGitHubAccountTokenCommandOutput) => void): void;
|
|
303
|
-
|
|
304
|
-
* <p>Deletes resources linked to an external ID.</p>
|
|
305
|
-
*/
|
|
120
|
+
|
|
306
121
|
deleteResourcesByExternalId(args: DeleteResourcesByExternalIdCommandInput, options?: __HttpHandlerOptions): Promise<DeleteResourcesByExternalIdCommandOutput>;
|
|
307
122
|
deleteResourcesByExternalId(args: DeleteResourcesByExternalIdCommandInput, cb: (err: any, data?: DeleteResourcesByExternalIdCommandOutput) => void): void;
|
|
308
123
|
deleteResourcesByExternalId(args: DeleteResourcesByExternalIdCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteResourcesByExternalIdCommandOutput) => void): void;
|
|
309
|
-
|
|
310
|
-
* <p>Deregisters an on-premises instance.</p>
|
|
311
|
-
*/
|
|
124
|
+
|
|
312
125
|
deregisterOnPremisesInstance(args: DeregisterOnPremisesInstanceCommandInput, options?: __HttpHandlerOptions): Promise<DeregisterOnPremisesInstanceCommandOutput>;
|
|
313
126
|
deregisterOnPremisesInstance(args: DeregisterOnPremisesInstanceCommandInput, cb: (err: any, data?: DeregisterOnPremisesInstanceCommandOutput) => void): void;
|
|
314
127
|
deregisterOnPremisesInstance(args: DeregisterOnPremisesInstanceCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeregisterOnPremisesInstanceCommandOutput) => void): void;
|
|
315
|
-
|
|
316
|
-
* <p>Gets information about an application.</p>
|
|
317
|
-
*/
|
|
128
|
+
|
|
318
129
|
getApplication(args: GetApplicationCommandInput, options?: __HttpHandlerOptions): Promise<GetApplicationCommandOutput>;
|
|
319
130
|
getApplication(args: GetApplicationCommandInput, cb: (err: any, data?: GetApplicationCommandOutput) => void): void;
|
|
320
131
|
getApplication(args: GetApplicationCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetApplicationCommandOutput) => void): void;
|
|
321
|
-
|
|
322
|
-
* <p>Gets information about an application revision.</p>
|
|
323
|
-
*/
|
|
132
|
+
|
|
324
133
|
getApplicationRevision(args: GetApplicationRevisionCommandInput, options?: __HttpHandlerOptions): Promise<GetApplicationRevisionCommandOutput>;
|
|
325
134
|
getApplicationRevision(args: GetApplicationRevisionCommandInput, cb: (err: any, data?: GetApplicationRevisionCommandOutput) => void): void;
|
|
326
135
|
getApplicationRevision(args: GetApplicationRevisionCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetApplicationRevisionCommandOutput) => void): void;
|
|
327
|
-
|
|
328
|
-
* <p>Gets information about a deployment.</p>
|
|
329
|
-
* <note>
|
|
330
|
-
* <p> The <code>content</code> property of the <code>appSpecContent</code> object in
|
|
331
|
-
* the returned revision is always null. Use <code>GetApplicationRevision</code> and
|
|
332
|
-
* the <code>sha256</code> property of the returned <code>appSpecContent</code> object
|
|
333
|
-
* to get the content of the deployment’s AppSpec file. </p>
|
|
334
|
-
* </note>
|
|
335
|
-
*/
|
|
136
|
+
|
|
336
137
|
getDeployment(args: GetDeploymentCommandInput, options?: __HttpHandlerOptions): Promise<GetDeploymentCommandOutput>;
|
|
337
138
|
getDeployment(args: GetDeploymentCommandInput, cb: (err: any, data?: GetDeploymentCommandOutput) => void): void;
|
|
338
139
|
getDeployment(args: GetDeploymentCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetDeploymentCommandOutput) => void): void;
|
|
339
|
-
|
|
340
|
-
* <p>Gets information about a deployment configuration.</p>
|
|
341
|
-
*/
|
|
140
|
+
|
|
342
141
|
getDeploymentConfig(args: GetDeploymentConfigCommandInput, options?: __HttpHandlerOptions): Promise<GetDeploymentConfigCommandOutput>;
|
|
343
142
|
getDeploymentConfig(args: GetDeploymentConfigCommandInput, cb: (err: any, data?: GetDeploymentConfigCommandOutput) => void): void;
|
|
344
143
|
getDeploymentConfig(args: GetDeploymentConfigCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetDeploymentConfigCommandOutput) => void): void;
|
|
345
|
-
|
|
346
|
-
* <p>Gets information about a deployment group.</p>
|
|
347
|
-
*/
|
|
144
|
+
|
|
348
145
|
getDeploymentGroup(args: GetDeploymentGroupCommandInput, options?: __HttpHandlerOptions): Promise<GetDeploymentGroupCommandOutput>;
|
|
349
146
|
getDeploymentGroup(args: GetDeploymentGroupCommandInput, cb: (err: any, data?: GetDeploymentGroupCommandOutput) => void): void;
|
|
350
147
|
getDeploymentGroup(args: GetDeploymentGroupCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetDeploymentGroupCommandOutput) => void): void;
|
|
351
|
-
|
|
352
|
-
* @deprecated
|
|
353
|
-
*
|
|
354
|
-
* <p>Gets information about an instance as part of a deployment.</p>
|
|
355
|
-
*/
|
|
148
|
+
|
|
356
149
|
getDeploymentInstance(args: GetDeploymentInstanceCommandInput, options?: __HttpHandlerOptions): Promise<GetDeploymentInstanceCommandOutput>;
|
|
357
150
|
getDeploymentInstance(args: GetDeploymentInstanceCommandInput, cb: (err: any, data?: GetDeploymentInstanceCommandOutput) => void): void;
|
|
358
151
|
getDeploymentInstance(args: GetDeploymentInstanceCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetDeploymentInstanceCommandOutput) => void): void;
|
|
359
|
-
|
|
360
|
-
* <p> Returns information about a deployment target. </p>
|
|
361
|
-
*/
|
|
152
|
+
|
|
362
153
|
getDeploymentTarget(args: GetDeploymentTargetCommandInput, options?: __HttpHandlerOptions): Promise<GetDeploymentTargetCommandOutput>;
|
|
363
154
|
getDeploymentTarget(args: GetDeploymentTargetCommandInput, cb: (err: any, data?: GetDeploymentTargetCommandOutput) => void): void;
|
|
364
155
|
getDeploymentTarget(args: GetDeploymentTargetCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetDeploymentTargetCommandOutput) => void): void;
|
|
365
|
-
|
|
366
|
-
* <p> Gets information about an on-premises instance. </p>
|
|
367
|
-
*/
|
|
156
|
+
|
|
368
157
|
getOnPremisesInstance(args: GetOnPremisesInstanceCommandInput, options?: __HttpHandlerOptions): Promise<GetOnPremisesInstanceCommandOutput>;
|
|
369
158
|
getOnPremisesInstance(args: GetOnPremisesInstanceCommandInput, cb: (err: any, data?: GetOnPremisesInstanceCommandOutput) => void): void;
|
|
370
159
|
getOnPremisesInstance(args: GetOnPremisesInstanceCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetOnPremisesInstanceCommandOutput) => void): void;
|
|
371
|
-
|
|
372
|
-
* <p>Lists information about revisions for an application.</p>
|
|
373
|
-
*/
|
|
160
|
+
|
|
374
161
|
listApplicationRevisions(args: ListApplicationRevisionsCommandInput, options?: __HttpHandlerOptions): Promise<ListApplicationRevisionsCommandOutput>;
|
|
375
162
|
listApplicationRevisions(args: ListApplicationRevisionsCommandInput, cb: (err: any, data?: ListApplicationRevisionsCommandOutput) => void): void;
|
|
376
163
|
listApplicationRevisions(args: ListApplicationRevisionsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListApplicationRevisionsCommandOutput) => void): void;
|
|
377
|
-
|
|
378
|
-
* <p>Lists the applications registered with the IAM user or AWS account.</p>
|
|
379
|
-
*/
|
|
164
|
+
|
|
380
165
|
listApplications(args: ListApplicationsCommandInput, options?: __HttpHandlerOptions): Promise<ListApplicationsCommandOutput>;
|
|
381
166
|
listApplications(args: ListApplicationsCommandInput, cb: (err: any, data?: ListApplicationsCommandOutput) => void): void;
|
|
382
167
|
listApplications(args: ListApplicationsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListApplicationsCommandOutput) => void): void;
|
|
383
|
-
|
|
384
|
-
* <p>Lists the deployment configurations with the IAM user or AWS account.</p>
|
|
385
|
-
*/
|
|
168
|
+
|
|
386
169
|
listDeploymentConfigs(args: ListDeploymentConfigsCommandInput, options?: __HttpHandlerOptions): Promise<ListDeploymentConfigsCommandOutput>;
|
|
387
170
|
listDeploymentConfigs(args: ListDeploymentConfigsCommandInput, cb: (err: any, data?: ListDeploymentConfigsCommandOutput) => void): void;
|
|
388
171
|
listDeploymentConfigs(args: ListDeploymentConfigsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListDeploymentConfigsCommandOutput) => void): void;
|
|
389
|
-
|
|
390
|
-
* <p>Lists the deployment groups for an application registered with the IAM user or AWS
|
|
391
|
-
* account.</p>
|
|
392
|
-
*/
|
|
172
|
+
|
|
393
173
|
listDeploymentGroups(args: ListDeploymentGroupsCommandInput, options?: __HttpHandlerOptions): Promise<ListDeploymentGroupsCommandOutput>;
|
|
394
174
|
listDeploymentGroups(args: ListDeploymentGroupsCommandInput, cb: (err: any, data?: ListDeploymentGroupsCommandOutput) => void): void;
|
|
395
175
|
listDeploymentGroups(args: ListDeploymentGroupsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListDeploymentGroupsCommandOutput) => void): void;
|
|
396
|
-
|
|
397
|
-
* @deprecated
|
|
398
|
-
*
|
|
399
|
-
* <note>
|
|
400
|
-
* <p> The newer <code>BatchGetDeploymentTargets</code> should be used instead because
|
|
401
|
-
* it works with all compute types. <code>ListDeploymentInstances</code> throws an
|
|
402
|
-
* exception if it is used with a compute platform other than EC2/On-premises or AWS
|
|
403
|
-
* Lambda. </p>
|
|
404
|
-
* </note>
|
|
405
|
-
* <p> Lists the instance for a deployment associated with the IAM user or AWS account. </p>
|
|
406
|
-
*/
|
|
176
|
+
|
|
407
177
|
listDeploymentInstances(args: ListDeploymentInstancesCommandInput, options?: __HttpHandlerOptions): Promise<ListDeploymentInstancesCommandOutput>;
|
|
408
178
|
listDeploymentInstances(args: ListDeploymentInstancesCommandInput, cb: (err: any, data?: ListDeploymentInstancesCommandOutput) => void): void;
|
|
409
179
|
listDeploymentInstances(args: ListDeploymentInstancesCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListDeploymentInstancesCommandOutput) => void): void;
|
|
410
|
-
|
|
411
|
-
* <p>Lists the deployments in a deployment group for an application registered with the IAM
|
|
412
|
-
* user or AWS account.</p>
|
|
413
|
-
*/
|
|
180
|
+
|
|
414
181
|
listDeployments(args: ListDeploymentsCommandInput, options?: __HttpHandlerOptions): Promise<ListDeploymentsCommandOutput>;
|
|
415
182
|
listDeployments(args: ListDeploymentsCommandInput, cb: (err: any, data?: ListDeploymentsCommandOutput) => void): void;
|
|
416
183
|
listDeployments(args: ListDeploymentsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListDeploymentsCommandOutput) => void): void;
|
|
417
|
-
|
|
418
|
-
* <p> Returns an array of target IDs that are associated a deployment. </p>
|
|
419
|
-
*/
|
|
184
|
+
|
|
420
185
|
listDeploymentTargets(args: ListDeploymentTargetsCommandInput, options?: __HttpHandlerOptions): Promise<ListDeploymentTargetsCommandOutput>;
|
|
421
186
|
listDeploymentTargets(args: ListDeploymentTargetsCommandInput, cb: (err: any, data?: ListDeploymentTargetsCommandOutput) => void): void;
|
|
422
187
|
listDeploymentTargets(args: ListDeploymentTargetsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListDeploymentTargetsCommandOutput) => void): void;
|
|
423
|
-
|
|
424
|
-
* <p>Lists the names of stored connections to GitHub accounts.</p>
|
|
425
|
-
*/
|
|
188
|
+
|
|
426
189
|
listGitHubAccountTokenNames(args: ListGitHubAccountTokenNamesCommandInput, options?: __HttpHandlerOptions): Promise<ListGitHubAccountTokenNamesCommandOutput>;
|
|
427
190
|
listGitHubAccountTokenNames(args: ListGitHubAccountTokenNamesCommandInput, cb: (err: any, data?: ListGitHubAccountTokenNamesCommandOutput) => void): void;
|
|
428
191
|
listGitHubAccountTokenNames(args: ListGitHubAccountTokenNamesCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListGitHubAccountTokenNamesCommandOutput) => void): void;
|
|
429
|
-
|
|
430
|
-
* <p>Gets a list of names for one or more on-premises instances.</p>
|
|
431
|
-
* <p>Unless otherwise specified, both registered and deregistered on-premises instance
|
|
432
|
-
* names are listed. To list only registered or deregistered on-premises instance names,
|
|
433
|
-
* use the registration status parameter.</p>
|
|
434
|
-
*/
|
|
192
|
+
|
|
435
193
|
listOnPremisesInstances(args: ListOnPremisesInstancesCommandInput, options?: __HttpHandlerOptions): Promise<ListOnPremisesInstancesCommandOutput>;
|
|
436
194
|
listOnPremisesInstances(args: ListOnPremisesInstancesCommandInput, cb: (err: any, data?: ListOnPremisesInstancesCommandOutput) => void): void;
|
|
437
195
|
listOnPremisesInstances(args: ListOnPremisesInstancesCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListOnPremisesInstancesCommandOutput) => void): void;
|
|
438
|
-
|
|
439
|
-
* <p> Returns a list of tags for the resource identified by a specified Amazon Resource
|
|
440
|
-
* Name (ARN). Tags are used to organize and categorize your CodeDeploy resources. </p>
|
|
441
|
-
*/
|
|
196
|
+
|
|
442
197
|
listTagsForResource(args: ListTagsForResourceCommandInput, options?: __HttpHandlerOptions): Promise<ListTagsForResourceCommandOutput>;
|
|
443
198
|
listTagsForResource(args: ListTagsForResourceCommandInput, cb: (err: any, data?: ListTagsForResourceCommandOutput) => void): void;
|
|
444
199
|
listTagsForResource(args: ListTagsForResourceCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListTagsForResourceCommandOutput) => void): void;
|
|
445
|
-
|
|
446
|
-
* <p> Sets the result of a Lambda validation function. The function validates lifecycle
|
|
447
|
-
* hooks during a deployment that uses the AWS Lambda or Amazon ECS compute platform. For
|
|
448
|
-
* AWS Lambda deployments, the available lifecycle hooks are
|
|
449
|
-
* <code>BeforeAllowTraffic</code> and <code>AfterAllowTraffic</code>. For Amazon ECS
|
|
450
|
-
* deployments, the available lifecycle hooks are <code>BeforeInstall</code>,
|
|
451
|
-
* <code>AfterInstall</code>, <code>AfterAllowTestTraffic</code>,
|
|
452
|
-
* <code>BeforeAllowTraffic</code>, and <code>AfterAllowTraffic</code>. Lambda
|
|
453
|
-
* validation functions return <code>Succeeded</code> or <code>Failed</code>. For more
|
|
454
|
-
* information, see <a href="https://docs.aws.amazon.com/codedeploy/latest/userguide/reference-appspec-file-structure-hooks.html#appspec-hooks-lambda">AppSpec 'hooks' Section for an AWS Lambda Deployment </a> and <a href="https://docs.aws.amazon.com/codedeploy/latest/userguide/reference-appspec-file-structure-hooks.html#appspec-hooks-ecs">AppSpec 'hooks' Section for an Amazon ECS Deployment</a>.</p>
|
|
455
|
-
*/
|
|
200
|
+
|
|
456
201
|
putLifecycleEventHookExecutionStatus(args: PutLifecycleEventHookExecutionStatusCommandInput, options?: __HttpHandlerOptions): Promise<PutLifecycleEventHookExecutionStatusCommandOutput>;
|
|
457
202
|
putLifecycleEventHookExecutionStatus(args: PutLifecycleEventHookExecutionStatusCommandInput, cb: (err: any, data?: PutLifecycleEventHookExecutionStatusCommandOutput) => void): void;
|
|
458
203
|
putLifecycleEventHookExecutionStatus(args: PutLifecycleEventHookExecutionStatusCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: PutLifecycleEventHookExecutionStatusCommandOutput) => void): void;
|
|
459
|
-
|
|
460
|
-
* <p>Registers with AWS CodeDeploy a revision for the specified application.</p>
|
|
461
|
-
*/
|
|
204
|
+
|
|
462
205
|
registerApplicationRevision(args: RegisterApplicationRevisionCommandInput, options?: __HttpHandlerOptions): Promise<RegisterApplicationRevisionCommandOutput>;
|
|
463
206
|
registerApplicationRevision(args: RegisterApplicationRevisionCommandInput, cb: (err: any, data?: RegisterApplicationRevisionCommandOutput) => void): void;
|
|
464
207
|
registerApplicationRevision(args: RegisterApplicationRevisionCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: RegisterApplicationRevisionCommandOutput) => void): void;
|
|
465
|
-
|
|
466
|
-
* <p>Registers an on-premises instance.</p>
|
|
467
|
-
* <note>
|
|
468
|
-
* <p>Only one IAM ARN (an IAM session ARN or IAM user ARN) is supported in the request.
|
|
469
|
-
* You cannot use both.</p>
|
|
470
|
-
* </note>
|
|
471
|
-
*/
|
|
208
|
+
|
|
472
209
|
registerOnPremisesInstance(args: RegisterOnPremisesInstanceCommandInput, options?: __HttpHandlerOptions): Promise<RegisterOnPremisesInstanceCommandOutput>;
|
|
473
210
|
registerOnPremisesInstance(args: RegisterOnPremisesInstanceCommandInput, cb: (err: any, data?: RegisterOnPremisesInstanceCommandOutput) => void): void;
|
|
474
211
|
registerOnPremisesInstance(args: RegisterOnPremisesInstanceCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: RegisterOnPremisesInstanceCommandOutput) => void): void;
|
|
475
|
-
|
|
476
|
-
* <p>Removes one or more tags from one or more on-premises instances.</p>
|
|
477
|
-
*/
|
|
212
|
+
|
|
478
213
|
removeTagsFromOnPremisesInstances(args: RemoveTagsFromOnPremisesInstancesCommandInput, options?: __HttpHandlerOptions): Promise<RemoveTagsFromOnPremisesInstancesCommandOutput>;
|
|
479
214
|
removeTagsFromOnPremisesInstances(args: RemoveTagsFromOnPremisesInstancesCommandInput, cb: (err: any, data?: RemoveTagsFromOnPremisesInstancesCommandOutput) => void): void;
|
|
480
215
|
removeTagsFromOnPremisesInstances(args: RemoveTagsFromOnPremisesInstancesCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: RemoveTagsFromOnPremisesInstancesCommandOutput) => void): void;
|
|
481
|
-
|
|
482
|
-
* @deprecated
|
|
483
|
-
*
|
|
484
|
-
* <p>In a blue/green deployment, overrides any specified wait time and starts terminating
|
|
485
|
-
* instances immediately after the traffic routing is complete.</p>
|
|
486
|
-
*/
|
|
216
|
+
|
|
487
217
|
skipWaitTimeForInstanceTermination(args: SkipWaitTimeForInstanceTerminationCommandInput, options?: __HttpHandlerOptions): Promise<SkipWaitTimeForInstanceTerminationCommandOutput>;
|
|
488
218
|
skipWaitTimeForInstanceTermination(args: SkipWaitTimeForInstanceTerminationCommandInput, cb: (err: any, data?: SkipWaitTimeForInstanceTerminationCommandOutput) => void): void;
|
|
489
219
|
skipWaitTimeForInstanceTermination(args: SkipWaitTimeForInstanceTerminationCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: SkipWaitTimeForInstanceTerminationCommandOutput) => void): void;
|
|
490
|
-
|
|
491
|
-
* <p>Attempts to stop an ongoing deployment.</p>
|
|
492
|
-
*/
|
|
220
|
+
|
|
493
221
|
stopDeployment(args: StopDeploymentCommandInput, options?: __HttpHandlerOptions): Promise<StopDeploymentCommandOutput>;
|
|
494
222
|
stopDeployment(args: StopDeploymentCommandInput, cb: (err: any, data?: StopDeploymentCommandOutput) => void): void;
|
|
495
223
|
stopDeployment(args: StopDeploymentCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: StopDeploymentCommandOutput) => void): void;
|
|
496
|
-
|
|
497
|
-
* <p> Associates the list of tags in the input <code>Tags</code> parameter with the
|
|
498
|
-
* resource identified by the <code>ResourceArn</code> input parameter. </p>
|
|
499
|
-
*/
|
|
224
|
+
|
|
500
225
|
tagResource(args: TagResourceCommandInput, options?: __HttpHandlerOptions): Promise<TagResourceCommandOutput>;
|
|
501
226
|
tagResource(args: TagResourceCommandInput, cb: (err: any, data?: TagResourceCommandOutput) => void): void;
|
|
502
227
|
tagResource(args: TagResourceCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: TagResourceCommandOutput) => void): void;
|
|
503
|
-
|
|
504
|
-
* <p> Disassociates a resource from a list of tags. The resource is identified by the
|
|
505
|
-
* <code>ResourceArn</code> input parameter. The tags are identified by the list of
|
|
506
|
-
* keys in the <code>TagKeys</code> input parameter. </p>
|
|
507
|
-
*/
|
|
228
|
+
|
|
508
229
|
untagResource(args: UntagResourceCommandInput, options?: __HttpHandlerOptions): Promise<UntagResourceCommandOutput>;
|
|
509
230
|
untagResource(args: UntagResourceCommandInput, cb: (err: any, data?: UntagResourceCommandOutput) => void): void;
|
|
510
231
|
untagResource(args: UntagResourceCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UntagResourceCommandOutput) => void): void;
|
|
511
|
-
|
|
512
|
-
* <p>Changes the name of an application.</p>
|
|
513
|
-
*/
|
|
232
|
+
|
|
514
233
|
updateApplication(args: UpdateApplicationCommandInput, options?: __HttpHandlerOptions): Promise<UpdateApplicationCommandOutput>;
|
|
515
234
|
updateApplication(args: UpdateApplicationCommandInput, cb: (err: any, data?: UpdateApplicationCommandOutput) => void): void;
|
|
516
235
|
updateApplication(args: UpdateApplicationCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UpdateApplicationCommandOutput) => void): void;
|
|
517
|
-
|
|
518
|
-
* <p>Changes information about a deployment group.</p>
|
|
519
|
-
*/
|
|
236
|
+
|
|
520
237
|
updateDeploymentGroup(args: UpdateDeploymentGroupCommandInput, options?: __HttpHandlerOptions): Promise<UpdateDeploymentGroupCommandOutput>;
|
|
521
238
|
updateDeploymentGroup(args: UpdateDeploymentGroupCommandInput, cb: (err: any, data?: UpdateDeploymentGroupCommandOutput) => void): void;
|
|
522
239
|
updateDeploymentGroup(args: UpdateDeploymentGroupCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UpdateDeploymentGroupCommandOutput) => void): void;
|