@cdklabs/cdk-ecs-codedeploy 0.0.102 → 0.0.104
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/.jsii +70 -5
- package/.projenrc.ts +1 -1
- package/lib/api-canary/index.js +1 -1
- package/lib/ecs-appspec/index.js +1 -1
- package/lib/ecs-deployment/index.js +1 -1
- package/lib/ecs-patterns/application-load-balanced-codedeployed-fargate-service.js +1 -1
- package/node_modules/@aws-sdk/abort-controller/package.json +2 -2
- package/node_modules/@aws-sdk/client-codedeploy/dist-types/CodeDeploy.d.ts +48 -0
- package/node_modules/@aws-sdk/client-codedeploy/dist-types/CodeDeployClient.d.ts +24 -4
- package/node_modules/@aws-sdk/client-codedeploy/dist-types/commands/AddTagsToOnPremisesInstancesCommand.d.ts +16 -0
- package/node_modules/@aws-sdk/client-codedeploy/dist-types/commands/BatchGetApplicationRevisionsCommand.d.ts +16 -0
- package/node_modules/@aws-sdk/client-codedeploy/dist-types/commands/BatchGetApplicationsCommand.d.ts +16 -0
- package/node_modules/@aws-sdk/client-codedeploy/dist-types/commands/BatchGetDeploymentGroupsCommand.d.ts +16 -0
- package/node_modules/@aws-sdk/client-codedeploy/dist-types/commands/BatchGetDeploymentInstancesCommand.d.ts +16 -0
- package/node_modules/@aws-sdk/client-codedeploy/dist-types/commands/BatchGetDeploymentTargetsCommand.d.ts +16 -0
- package/node_modules/@aws-sdk/client-codedeploy/dist-types/commands/BatchGetDeploymentsCommand.d.ts +16 -0
- package/node_modules/@aws-sdk/client-codedeploy/dist-types/commands/BatchGetOnPremisesInstancesCommand.d.ts +16 -0
- package/node_modules/@aws-sdk/client-codedeploy/dist-types/commands/ContinueDeploymentCommand.d.ts +16 -0
- package/node_modules/@aws-sdk/client-codedeploy/dist-types/commands/CreateApplicationCommand.d.ts +16 -0
- package/node_modules/@aws-sdk/client-codedeploy/dist-types/commands/CreateDeploymentCommand.d.ts +16 -0
- package/node_modules/@aws-sdk/client-codedeploy/dist-types/commands/CreateDeploymentConfigCommand.d.ts +16 -0
- package/node_modules/@aws-sdk/client-codedeploy/dist-types/commands/CreateDeploymentGroupCommand.d.ts +16 -0
- package/node_modules/@aws-sdk/client-codedeploy/dist-types/commands/DeleteApplicationCommand.d.ts +16 -0
- package/node_modules/@aws-sdk/client-codedeploy/dist-types/commands/DeleteDeploymentConfigCommand.d.ts +16 -0
- package/node_modules/@aws-sdk/client-codedeploy/dist-types/commands/DeleteDeploymentGroupCommand.d.ts +16 -0
- package/node_modules/@aws-sdk/client-codedeploy/dist-types/commands/DeleteGitHubAccountTokenCommand.d.ts +16 -0
- package/node_modules/@aws-sdk/client-codedeploy/dist-types/commands/DeleteResourcesByExternalIdCommand.d.ts +16 -0
- package/node_modules/@aws-sdk/client-codedeploy/dist-types/commands/DeregisterOnPremisesInstanceCommand.d.ts +16 -0
- package/node_modules/@aws-sdk/client-codedeploy/dist-types/commands/GetApplicationCommand.d.ts +16 -0
- package/node_modules/@aws-sdk/client-codedeploy/dist-types/commands/GetApplicationRevisionCommand.d.ts +16 -0
- package/node_modules/@aws-sdk/client-codedeploy/dist-types/commands/GetDeploymentCommand.d.ts +16 -0
- package/node_modules/@aws-sdk/client-codedeploy/dist-types/commands/GetDeploymentConfigCommand.d.ts +16 -0
- package/node_modules/@aws-sdk/client-codedeploy/dist-types/commands/GetDeploymentGroupCommand.d.ts +16 -0
- package/node_modules/@aws-sdk/client-codedeploy/dist-types/commands/GetDeploymentInstanceCommand.d.ts +16 -0
- package/node_modules/@aws-sdk/client-codedeploy/dist-types/commands/GetDeploymentTargetCommand.d.ts +16 -0
- package/node_modules/@aws-sdk/client-codedeploy/dist-types/commands/GetOnPremisesInstanceCommand.d.ts +16 -0
- package/node_modules/@aws-sdk/client-codedeploy/dist-types/commands/ListApplicationRevisionsCommand.d.ts +16 -0
- package/node_modules/@aws-sdk/client-codedeploy/dist-types/commands/ListApplicationsCommand.d.ts +16 -0
- package/node_modules/@aws-sdk/client-codedeploy/dist-types/commands/ListDeploymentConfigsCommand.d.ts +16 -0
- package/node_modules/@aws-sdk/client-codedeploy/dist-types/commands/ListDeploymentGroupsCommand.d.ts +16 -0
- package/node_modules/@aws-sdk/client-codedeploy/dist-types/commands/ListDeploymentInstancesCommand.d.ts +16 -0
- package/node_modules/@aws-sdk/client-codedeploy/dist-types/commands/ListDeploymentTargetsCommand.d.ts +16 -0
- package/node_modules/@aws-sdk/client-codedeploy/dist-types/commands/ListDeploymentsCommand.d.ts +16 -0
- package/node_modules/@aws-sdk/client-codedeploy/dist-types/commands/ListGitHubAccountTokenNamesCommand.d.ts +16 -0
- package/node_modules/@aws-sdk/client-codedeploy/dist-types/commands/ListOnPremisesInstancesCommand.d.ts +16 -0
- package/node_modules/@aws-sdk/client-codedeploy/dist-types/commands/ListTagsForResourceCommand.d.ts +16 -0
- package/node_modules/@aws-sdk/client-codedeploy/dist-types/commands/PutLifecycleEventHookExecutionStatusCommand.d.ts +16 -0
- package/node_modules/@aws-sdk/client-codedeploy/dist-types/commands/RegisterApplicationRevisionCommand.d.ts +16 -0
- package/node_modules/@aws-sdk/client-codedeploy/dist-types/commands/RegisterOnPremisesInstanceCommand.d.ts +16 -0
- package/node_modules/@aws-sdk/client-codedeploy/dist-types/commands/RemoveTagsFromOnPremisesInstancesCommand.d.ts +16 -0
- package/node_modules/@aws-sdk/client-codedeploy/dist-types/commands/SkipWaitTimeForInstanceTerminationCommand.d.ts +16 -0
- package/node_modules/@aws-sdk/client-codedeploy/dist-types/commands/StopDeploymentCommand.d.ts +16 -0
- package/node_modules/@aws-sdk/client-codedeploy/dist-types/commands/TagResourceCommand.d.ts +16 -0
- package/node_modules/@aws-sdk/client-codedeploy/dist-types/commands/UntagResourceCommand.d.ts +16 -0
- package/node_modules/@aws-sdk/client-codedeploy/dist-types/commands/UpdateApplicationCommand.d.ts +16 -0
- package/node_modules/@aws-sdk/client-codedeploy/dist-types/commands/UpdateDeploymentGroupCommand.d.ts +16 -0
- package/node_modules/@aws-sdk/client-codedeploy/dist-types/models/CodeDeployServiceException.d.ts +2 -0
- package/node_modules/@aws-sdk/client-codedeploy/dist-types/models/models_0.d.ts +382 -0
- package/node_modules/@aws-sdk/client-codedeploy/dist-types/pagination/Interfaces.d.ts +3 -0
- package/node_modules/@aws-sdk/client-codedeploy/dist-types/pagination/ListApplicationRevisionsPaginator.d.ts +3 -0
- package/node_modules/@aws-sdk/client-codedeploy/dist-types/pagination/ListApplicationsPaginator.d.ts +3 -0
- package/node_modules/@aws-sdk/client-codedeploy/dist-types/pagination/ListDeploymentConfigsPaginator.d.ts +3 -0
- package/node_modules/@aws-sdk/client-codedeploy/dist-types/pagination/ListDeploymentGroupsPaginator.d.ts +3 -0
- package/node_modules/@aws-sdk/client-codedeploy/dist-types/pagination/ListDeploymentInstancesPaginator.d.ts +3 -0
- package/node_modules/@aws-sdk/client-codedeploy/dist-types/pagination/ListDeploymentsPaginator.d.ts +3 -0
- package/node_modules/@aws-sdk/client-codedeploy/package.json +30 -30
- package/node_modules/@aws-sdk/client-sso/dist-types/SSO.d.ts +5 -0
- package/node_modules/@aws-sdk/client-sso/dist-types/SSOClient.d.ts +24 -4
- package/node_modules/@aws-sdk/client-sso/dist-types/commands/GetRoleCredentialsCommand.d.ts +16 -0
- package/node_modules/@aws-sdk/client-sso/dist-types/commands/ListAccountRolesCommand.d.ts +16 -0
- package/node_modules/@aws-sdk/client-sso/dist-types/commands/ListAccountsCommand.d.ts +16 -0
- package/node_modules/@aws-sdk/client-sso/dist-types/commands/LogoutCommand.d.ts +16 -0
- package/node_modules/@aws-sdk/client-sso/dist-types/models/SSOServiceException.d.ts +2 -0
- package/node_modules/@aws-sdk/client-sso/dist-types/models/models_0.d.ts +28 -0
- package/node_modules/@aws-sdk/client-sso/dist-types/pagination/Interfaces.d.ts +3 -0
- package/node_modules/@aws-sdk/client-sso/dist-types/pagination/ListAccountRolesPaginator.d.ts +3 -0
- package/node_modules/@aws-sdk/client-sso/dist-types/pagination/ListAccountsPaginator.d.ts +3 -0
- package/node_modules/@aws-sdk/client-sso/package.json +26 -26
- package/node_modules/@aws-sdk/client-sso-oidc/dist-types/SSOOIDC.d.ts +4 -0
- package/node_modules/@aws-sdk/client-sso-oidc/dist-types/SSOOIDCClient.d.ts +24 -4
- package/node_modules/@aws-sdk/client-sso-oidc/dist-types/commands/CreateTokenCommand.d.ts +16 -0
- package/node_modules/@aws-sdk/client-sso-oidc/dist-types/commands/RegisterClientCommand.d.ts +16 -0
- package/node_modules/@aws-sdk/client-sso-oidc/dist-types/commands/StartDeviceAuthorizationCommand.d.ts +16 -0
- package/node_modules/@aws-sdk/client-sso-oidc/dist-types/models/SSOOIDCServiceException.d.ts +2 -0
- package/node_modules/@aws-sdk/client-sso-oidc/dist-types/models/models_0.d.ts +30 -0
- package/node_modules/@aws-sdk/client-sso-oidc/package.json +26 -26
- package/node_modules/@aws-sdk/client-sts/dist-cjs/protocols/Aws_query.js +19 -83
- package/node_modules/@aws-sdk/client-sts/dist-es/protocols/Aws_query.js +19 -83
- package/node_modules/@aws-sdk/client-sts/dist-types/STS.d.ts +10 -1
- package/node_modules/@aws-sdk/client-sts/dist-types/STSClient.d.ts +24 -4
- package/node_modules/@aws-sdk/client-sts/dist-types/commands/AssumeRoleCommand.d.ts +17 -1
- package/node_modules/@aws-sdk/client-sts/dist-types/commands/AssumeRoleWithSAMLCommand.d.ts +16 -0
- package/node_modules/@aws-sdk/client-sts/dist-types/commands/AssumeRoleWithWebIdentityCommand.d.ts +16 -0
- package/node_modules/@aws-sdk/client-sts/dist-types/commands/DecodeAuthorizationMessageCommand.d.ts +16 -0
- package/node_modules/@aws-sdk/client-sts/dist-types/commands/GetAccessKeyInfoCommand.d.ts +16 -0
- package/node_modules/@aws-sdk/client-sts/dist-types/commands/GetCallerIdentityCommand.d.ts +16 -0
- package/node_modules/@aws-sdk/client-sts/dist-types/commands/GetFederationTokenCommand.d.ts +16 -0
- package/node_modules/@aws-sdk/client-sts/dist-types/commands/GetSessionTokenCommand.d.ts +16 -0
- package/node_modules/@aws-sdk/client-sts/dist-types/models/STSServiceException.d.ts +2 -0
- package/node_modules/@aws-sdk/client-sts/dist-types/models/models_0.d.ts +47 -0
- package/node_modules/@aws-sdk/client-sts/package.json +29 -29
- package/node_modules/@aws-sdk/config-resolver/package.json +5 -5
- package/node_modules/@aws-sdk/credential-provider-env/package.json +3 -3
- package/node_modules/@aws-sdk/credential-provider-imds/package.json +5 -5
- package/node_modules/@aws-sdk/credential-provider-ini/dist-cjs/resolveProcessCredentials.js +1 -3
- package/node_modules/@aws-sdk/credential-provider-ini/dist-es/resolveProcessCredentials.js +1 -3
- package/node_modules/@aws-sdk/credential-provider-ini/package.json +9 -9
- package/node_modules/@aws-sdk/credential-provider-node/package.json +10 -10
- package/node_modules/@aws-sdk/credential-provider-process/package.json +4 -4
- package/node_modules/@aws-sdk/credential-provider-sso/package.json +6 -6
- package/node_modules/@aws-sdk/credential-provider-web-identity/package.json +3 -3
- package/node_modules/@aws-sdk/fetch-http-handler/package.json +5 -5
- package/node_modules/@aws-sdk/hash-node/package.json +2 -2
- package/node_modules/@aws-sdk/invalid-dependency/package.json +2 -2
- package/node_modules/@aws-sdk/middleware-content-length/package.json +3 -3
- package/node_modules/@aws-sdk/middleware-endpoint/package.json +7 -7
- package/node_modules/@aws-sdk/middleware-host-header/package.json +3 -3
- package/node_modules/@aws-sdk/middleware-logger/package.json +2 -2
- package/node_modules/@aws-sdk/middleware-recursion-detection/package.json +3 -3
- package/node_modules/@aws-sdk/middleware-retry/package.json +7 -7
- package/node_modules/@aws-sdk/middleware-sdk-sts/package.json +6 -6
- package/node_modules/@aws-sdk/middleware-serde/package.json +2 -2
- package/node_modules/@aws-sdk/middleware-signing/package.json +6 -6
- package/node_modules/@aws-sdk/middleware-stack/package.json +2 -2
- package/node_modules/@aws-sdk/middleware-user-agent/package.json +5 -5
- package/node_modules/@aws-sdk/node-config-provider/package.json +4 -4
- package/node_modules/@aws-sdk/node-http-handler/dist-cjs/node-http-handler.js +11 -6
- package/node_modules/@aws-sdk/node-http-handler/dist-cjs/node-http2-connection-manager.js +92 -0
- package/node_modules/@aws-sdk/node-http-handler/dist-cjs/node-http2-connection-pool.js +36 -0
- package/node_modules/@aws-sdk/node-http-handler/dist-cjs/node-http2-handler.js +14 -37
- package/node_modules/@aws-sdk/node-http-handler/dist-es/node-http-handler.js +8 -5
- package/node_modules/@aws-sdk/node-http-handler/dist-es/node-http2-connection-manager.js +86 -0
- package/node_modules/@aws-sdk/node-http-handler/dist-es/node-http2-connection-pool.js +32 -0
- package/node_modules/@aws-sdk/node-http-handler/dist-es/node-http2-handler.js +14 -37
- package/node_modules/@aws-sdk/node-http-handler/dist-types/node-http-handler.d.ts +16 -0
- package/node_modules/@aws-sdk/node-http-handler/dist-types/node-http2-connection-manager.d.ts +22 -0
- package/node_modules/@aws-sdk/node-http-handler/dist-types/node-http2-connection-pool.d.ts +13 -0
- package/node_modules/@aws-sdk/node-http-handler/dist-types/node-http2-handler.d.ts +9 -16
- package/node_modules/@aws-sdk/node-http-handler/dist-types/ts3.4/node-http-handler.d.ts +2 -0
- package/node_modules/@aws-sdk/node-http-handler/dist-types/ts3.4/node-http2-connection-manager.d.ts +24 -0
- package/node_modules/@aws-sdk/node-http-handler/dist-types/ts3.4/node-http2-connection-pool.d.ts +14 -0
- package/node_modules/@aws-sdk/node-http-handler/dist-types/ts3.4/node-http2-handler.d.ts +2 -3
- package/node_modules/@aws-sdk/node-http-handler/package.json +5 -5
- package/node_modules/@aws-sdk/property-provider/package.json +2 -2
- package/node_modules/@aws-sdk/protocol-http/package.json +2 -2
- package/node_modules/@aws-sdk/querystring-builder/package.json +2 -2
- package/node_modules/@aws-sdk/querystring-parser/package.json +2 -2
- package/node_modules/@aws-sdk/service-error-classification/package.json +2 -2
- package/node_modules/@aws-sdk/shared-ini-file-loader/package.json +2 -2
- package/node_modules/@aws-sdk/signature-v4/package.json +4 -4
- package/node_modules/@aws-sdk/smithy-client/package.json +3 -3
- package/node_modules/@aws-sdk/token-providers/package.json +5 -5
- package/node_modules/@aws-sdk/types/dist-cjs/connection/config.js +2 -0
- package/node_modules/@aws-sdk/types/dist-cjs/connection/manager.js +2 -0
- package/node_modules/@aws-sdk/types/dist-cjs/connection/pool.js +2 -0
- package/node_modules/@aws-sdk/types/dist-cjs/transfer.js +7 -0
- package/node_modules/@aws-sdk/types/dist-es/connection/config.js +1 -0
- package/node_modules/@aws-sdk/types/dist-es/connection/manager.js +1 -0
- package/node_modules/@aws-sdk/types/dist-es/connection/pool.js +1 -0
- package/node_modules/@aws-sdk/types/dist-es/transfer.js +6 -1
- package/node_modules/@aws-sdk/types/dist-types/connection/config.d.ts +7 -0
- package/node_modules/@aws-sdk/types/dist-types/connection/manager.d.ts +28 -0
- package/node_modules/@aws-sdk/types/dist-types/connection/pool.d.ts +24 -0
- package/node_modules/@aws-sdk/types/dist-types/http.d.ts +5 -0
- package/node_modules/@aws-sdk/types/dist-types/transfer.d.ts +9 -1
- package/node_modules/@aws-sdk/types/dist-types/ts3.4/connection/config.d.ts +3 -0
- package/node_modules/@aws-sdk/types/dist-types/ts3.4/connection/manager.d.ts +14 -0
- package/node_modules/@aws-sdk/types/dist-types/ts3.4/connection/pool.d.ts +9 -0
- package/node_modules/@aws-sdk/types/dist-types/ts3.4/http.d.ts +1 -0
- package/node_modules/@aws-sdk/types/dist-types/ts3.4/transfer.d.ts +9 -1
- package/node_modules/@aws-sdk/types/package.json +1 -1
- package/node_modules/@aws-sdk/url-parser/package.json +3 -3
- package/node_modules/@aws-sdk/util-defaults-mode-browser/package.json +4 -4
- package/node_modules/@aws-sdk/util-defaults-mode-node/package.json +7 -7
- package/node_modules/@aws-sdk/util-endpoints/package.json +2 -2
- package/node_modules/@aws-sdk/util-middleware/package.json +2 -2
- package/node_modules/@aws-sdk/util-retry/package.json +3 -3
- package/node_modules/@aws-sdk/util-user-agent-browser/package.json +3 -3
- package/node_modules/@aws-sdk/util-user-agent-node/package.json +4 -4
- package/node_modules/@aws-sdk/util-waiter/package.json +3 -3
- package/package.json +13 -13
|
@@ -48,6 +48,7 @@ import { UntagResourceCommandInput, UntagResourceCommandOutput } from "./command
|
|
|
48
48
|
import { UpdateApplicationCommandInput, UpdateApplicationCommandOutput } from "./commands/UpdateApplicationCommand";
|
|
49
49
|
import { UpdateDeploymentGroupCommandInput, UpdateDeploymentGroupCommandOutput } from "./commands/UpdateDeploymentGroupCommand";
|
|
50
50
|
/**
|
|
51
|
+
* @public
|
|
51
52
|
* <p>CodeDeploy is a deployment service that automates application deployments
|
|
52
53
|
* to Amazon EC2 instances, on-premises instances running in your own facility,
|
|
53
54
|
* serverless Lambda functions, or applications in an Amazon ECS
|
|
@@ -144,12 +145,14 @@ import { UpdateDeploymentGroupCommandInput, UpdateDeploymentGroupCommandOutput }
|
|
|
144
145
|
*/
|
|
145
146
|
export declare class CodeDeploy extends CodeDeployClient {
|
|
146
147
|
/**
|
|
148
|
+
* @public
|
|
147
149
|
* <p>Adds tags to on-premises instances.</p>
|
|
148
150
|
*/
|
|
149
151
|
addTagsToOnPremisesInstances(args: AddTagsToOnPremisesInstancesCommandInput, options?: __HttpHandlerOptions): Promise<AddTagsToOnPremisesInstancesCommandOutput>;
|
|
150
152
|
addTagsToOnPremisesInstances(args: AddTagsToOnPremisesInstancesCommandInput, cb: (err: any, data?: AddTagsToOnPremisesInstancesCommandOutput) => void): void;
|
|
151
153
|
addTagsToOnPremisesInstances(args: AddTagsToOnPremisesInstancesCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: AddTagsToOnPremisesInstancesCommandOutput) => void): void;
|
|
152
154
|
/**
|
|
155
|
+
* @public
|
|
153
156
|
* <p>Gets information about one or more application revisions. The maximum number of
|
|
154
157
|
* application revisions that can be returned is 25.</p>
|
|
155
158
|
*/
|
|
@@ -157,6 +160,7 @@ export declare class CodeDeploy extends CodeDeployClient {
|
|
|
157
160
|
batchGetApplicationRevisions(args: BatchGetApplicationRevisionsCommandInput, cb: (err: any, data?: BatchGetApplicationRevisionsCommandOutput) => void): void;
|
|
158
161
|
batchGetApplicationRevisions(args: BatchGetApplicationRevisionsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: BatchGetApplicationRevisionsCommandOutput) => void): void;
|
|
159
162
|
/**
|
|
163
|
+
* @public
|
|
160
164
|
* <p>Gets information about one or more applications. The maximum number of applications
|
|
161
165
|
* that can be returned is 100.</p>
|
|
162
166
|
*/
|
|
@@ -164,12 +168,14 @@ export declare class CodeDeploy extends CodeDeployClient {
|
|
|
164
168
|
batchGetApplications(args: BatchGetApplicationsCommandInput, cb: (err: any, data?: BatchGetApplicationsCommandOutput) => void): void;
|
|
165
169
|
batchGetApplications(args: BatchGetApplicationsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: BatchGetApplicationsCommandOutput) => void): void;
|
|
166
170
|
/**
|
|
171
|
+
* @public
|
|
167
172
|
* <p>Gets information about one or more deployment groups.</p>
|
|
168
173
|
*/
|
|
169
174
|
batchGetDeploymentGroups(args: BatchGetDeploymentGroupsCommandInput, options?: __HttpHandlerOptions): Promise<BatchGetDeploymentGroupsCommandOutput>;
|
|
170
175
|
batchGetDeploymentGroups(args: BatchGetDeploymentGroupsCommandInput, cb: (err: any, data?: BatchGetDeploymentGroupsCommandOutput) => void): void;
|
|
171
176
|
batchGetDeploymentGroups(args: BatchGetDeploymentGroupsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: BatchGetDeploymentGroupsCommandOutput) => void): void;
|
|
172
177
|
/**
|
|
178
|
+
* @public
|
|
173
179
|
* @deprecated
|
|
174
180
|
*
|
|
175
181
|
* <note>
|
|
@@ -185,6 +191,7 @@ export declare class CodeDeploy extends CodeDeployClient {
|
|
|
185
191
|
batchGetDeploymentInstances(args: BatchGetDeploymentInstancesCommandInput, cb: (err: any, data?: BatchGetDeploymentInstancesCommandOutput) => void): void;
|
|
186
192
|
batchGetDeploymentInstances(args: BatchGetDeploymentInstancesCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: BatchGetDeploymentInstancesCommandOutput) => void): void;
|
|
187
193
|
/**
|
|
194
|
+
* @public
|
|
188
195
|
* <p>Gets information about one or more deployments. The maximum number of deployments that
|
|
189
196
|
* can be returned is 25.</p>
|
|
190
197
|
*/
|
|
@@ -192,6 +199,7 @@ export declare class CodeDeploy extends CodeDeployClient {
|
|
|
192
199
|
batchGetDeployments(args: BatchGetDeploymentsCommandInput, cb: (err: any, data?: BatchGetDeploymentsCommandOutput) => void): void;
|
|
193
200
|
batchGetDeployments(args: BatchGetDeploymentsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: BatchGetDeploymentsCommandOutput) => void): void;
|
|
194
201
|
/**
|
|
202
|
+
* @public
|
|
195
203
|
* <p> Returns an array of one or more targets associated with a deployment. This method
|
|
196
204
|
* works with all compute types and should be used instead of the deprecated
|
|
197
205
|
* <code>BatchGetDeploymentInstances</code>. The maximum number of targets that can be
|
|
@@ -224,6 +232,7 @@ export declare class CodeDeploy extends CodeDeployClient {
|
|
|
224
232
|
batchGetDeploymentTargets(args: BatchGetDeploymentTargetsCommandInput, cb: (err: any, data?: BatchGetDeploymentTargetsCommandOutput) => void): void;
|
|
225
233
|
batchGetDeploymentTargets(args: BatchGetDeploymentTargetsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: BatchGetDeploymentTargetsCommandOutput) => void): void;
|
|
226
234
|
/**
|
|
235
|
+
* @public
|
|
227
236
|
* <p>Gets information about one or more on-premises instances. The maximum number of
|
|
228
237
|
* on-premises instances that can be returned is 25.</p>
|
|
229
238
|
*/
|
|
@@ -231,6 +240,7 @@ export declare class CodeDeploy extends CodeDeployClient {
|
|
|
231
240
|
batchGetOnPremisesInstances(args: BatchGetOnPremisesInstancesCommandInput, cb: (err: any, data?: BatchGetOnPremisesInstancesCommandOutput) => void): void;
|
|
232
241
|
batchGetOnPremisesInstances(args: BatchGetOnPremisesInstancesCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: BatchGetOnPremisesInstancesCommandOutput) => void): void;
|
|
233
242
|
/**
|
|
243
|
+
* @public
|
|
234
244
|
* <p>For a blue/green deployment, starts the process of rerouting traffic from instances in
|
|
235
245
|
* the original environment to instances in the replacement environment without waiting for
|
|
236
246
|
* a specified wait time to elapse. (Traffic rerouting, which is achieved by registering
|
|
@@ -241,36 +251,42 @@ export declare class CodeDeploy extends CodeDeployClient {
|
|
|
241
251
|
continueDeployment(args: ContinueDeploymentCommandInput, cb: (err: any, data?: ContinueDeploymentCommandOutput) => void): void;
|
|
242
252
|
continueDeployment(args: ContinueDeploymentCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ContinueDeploymentCommandOutput) => void): void;
|
|
243
253
|
/**
|
|
254
|
+
* @public
|
|
244
255
|
* <p>Creates an application.</p>
|
|
245
256
|
*/
|
|
246
257
|
createApplication(args: CreateApplicationCommandInput, options?: __HttpHandlerOptions): Promise<CreateApplicationCommandOutput>;
|
|
247
258
|
createApplication(args: CreateApplicationCommandInput, cb: (err: any, data?: CreateApplicationCommandOutput) => void): void;
|
|
248
259
|
createApplication(args: CreateApplicationCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreateApplicationCommandOutput) => void): void;
|
|
249
260
|
/**
|
|
261
|
+
* @public
|
|
250
262
|
* <p>Deploys an application revision through the specified deployment group.</p>
|
|
251
263
|
*/
|
|
252
264
|
createDeployment(args: CreateDeploymentCommandInput, options?: __HttpHandlerOptions): Promise<CreateDeploymentCommandOutput>;
|
|
253
265
|
createDeployment(args: CreateDeploymentCommandInput, cb: (err: any, data?: CreateDeploymentCommandOutput) => void): void;
|
|
254
266
|
createDeployment(args: CreateDeploymentCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreateDeploymentCommandOutput) => void): void;
|
|
255
267
|
/**
|
|
268
|
+
* @public
|
|
256
269
|
* <p> Creates a deployment configuration. </p>
|
|
257
270
|
*/
|
|
258
271
|
createDeploymentConfig(args: CreateDeploymentConfigCommandInput, options?: __HttpHandlerOptions): Promise<CreateDeploymentConfigCommandOutput>;
|
|
259
272
|
createDeploymentConfig(args: CreateDeploymentConfigCommandInput, cb: (err: any, data?: CreateDeploymentConfigCommandOutput) => void): void;
|
|
260
273
|
createDeploymentConfig(args: CreateDeploymentConfigCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreateDeploymentConfigCommandOutput) => void): void;
|
|
261
274
|
/**
|
|
275
|
+
* @public
|
|
262
276
|
* <p>Creates a deployment group to which application revisions are deployed.</p>
|
|
263
277
|
*/
|
|
264
278
|
createDeploymentGroup(args: CreateDeploymentGroupCommandInput, options?: __HttpHandlerOptions): Promise<CreateDeploymentGroupCommandOutput>;
|
|
265
279
|
createDeploymentGroup(args: CreateDeploymentGroupCommandInput, cb: (err: any, data?: CreateDeploymentGroupCommandOutput) => void): void;
|
|
266
280
|
createDeploymentGroup(args: CreateDeploymentGroupCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreateDeploymentGroupCommandOutput) => void): void;
|
|
267
281
|
/**
|
|
282
|
+
* @public
|
|
268
283
|
* <p>Deletes an application.</p>
|
|
269
284
|
*/
|
|
270
285
|
deleteApplication(args: DeleteApplicationCommandInput, options?: __HttpHandlerOptions): Promise<DeleteApplicationCommandOutput>;
|
|
271
286
|
deleteApplication(args: DeleteApplicationCommandInput, cb: (err: any, data?: DeleteApplicationCommandOutput) => void): void;
|
|
272
287
|
deleteApplication(args: DeleteApplicationCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteApplicationCommandOutput) => void): void;
|
|
273
288
|
/**
|
|
289
|
+
* @public
|
|
274
290
|
* <p>Deletes a deployment configuration.</p>
|
|
275
291
|
* <note>
|
|
276
292
|
* <p>A deployment configuration cannot be deleted if it is currently in use. Predefined
|
|
@@ -281,42 +297,49 @@ export declare class CodeDeploy extends CodeDeployClient {
|
|
|
281
297
|
deleteDeploymentConfig(args: DeleteDeploymentConfigCommandInput, cb: (err: any, data?: DeleteDeploymentConfigCommandOutput) => void): void;
|
|
282
298
|
deleteDeploymentConfig(args: DeleteDeploymentConfigCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteDeploymentConfigCommandOutput) => void): void;
|
|
283
299
|
/**
|
|
300
|
+
* @public
|
|
284
301
|
* <p>Deletes a deployment group.</p>
|
|
285
302
|
*/
|
|
286
303
|
deleteDeploymentGroup(args: DeleteDeploymentGroupCommandInput, options?: __HttpHandlerOptions): Promise<DeleteDeploymentGroupCommandOutput>;
|
|
287
304
|
deleteDeploymentGroup(args: DeleteDeploymentGroupCommandInput, cb: (err: any, data?: DeleteDeploymentGroupCommandOutput) => void): void;
|
|
288
305
|
deleteDeploymentGroup(args: DeleteDeploymentGroupCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteDeploymentGroupCommandOutput) => void): void;
|
|
289
306
|
/**
|
|
307
|
+
* @public
|
|
290
308
|
* <p>Deletes a GitHub account connection.</p>
|
|
291
309
|
*/
|
|
292
310
|
deleteGitHubAccountToken(args: DeleteGitHubAccountTokenCommandInput, options?: __HttpHandlerOptions): Promise<DeleteGitHubAccountTokenCommandOutput>;
|
|
293
311
|
deleteGitHubAccountToken(args: DeleteGitHubAccountTokenCommandInput, cb: (err: any, data?: DeleteGitHubAccountTokenCommandOutput) => void): void;
|
|
294
312
|
deleteGitHubAccountToken(args: DeleteGitHubAccountTokenCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteGitHubAccountTokenCommandOutput) => void): void;
|
|
295
313
|
/**
|
|
314
|
+
* @public
|
|
296
315
|
* <p>Deletes resources linked to an external ID.</p>
|
|
297
316
|
*/
|
|
298
317
|
deleteResourcesByExternalId(args: DeleteResourcesByExternalIdCommandInput, options?: __HttpHandlerOptions): Promise<DeleteResourcesByExternalIdCommandOutput>;
|
|
299
318
|
deleteResourcesByExternalId(args: DeleteResourcesByExternalIdCommandInput, cb: (err: any, data?: DeleteResourcesByExternalIdCommandOutput) => void): void;
|
|
300
319
|
deleteResourcesByExternalId(args: DeleteResourcesByExternalIdCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteResourcesByExternalIdCommandOutput) => void): void;
|
|
301
320
|
/**
|
|
321
|
+
* @public
|
|
302
322
|
* <p>Deregisters an on-premises instance.</p>
|
|
303
323
|
*/
|
|
304
324
|
deregisterOnPremisesInstance(args: DeregisterOnPremisesInstanceCommandInput, options?: __HttpHandlerOptions): Promise<DeregisterOnPremisesInstanceCommandOutput>;
|
|
305
325
|
deregisterOnPremisesInstance(args: DeregisterOnPremisesInstanceCommandInput, cb: (err: any, data?: DeregisterOnPremisesInstanceCommandOutput) => void): void;
|
|
306
326
|
deregisterOnPremisesInstance(args: DeregisterOnPremisesInstanceCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeregisterOnPremisesInstanceCommandOutput) => void): void;
|
|
307
327
|
/**
|
|
328
|
+
* @public
|
|
308
329
|
* <p>Gets information about an application.</p>
|
|
309
330
|
*/
|
|
310
331
|
getApplication(args: GetApplicationCommandInput, options?: __HttpHandlerOptions): Promise<GetApplicationCommandOutput>;
|
|
311
332
|
getApplication(args: GetApplicationCommandInput, cb: (err: any, data?: GetApplicationCommandOutput) => void): void;
|
|
312
333
|
getApplication(args: GetApplicationCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetApplicationCommandOutput) => void): void;
|
|
313
334
|
/**
|
|
335
|
+
* @public
|
|
314
336
|
* <p>Gets information about an application revision.</p>
|
|
315
337
|
*/
|
|
316
338
|
getApplicationRevision(args: GetApplicationRevisionCommandInput, options?: __HttpHandlerOptions): Promise<GetApplicationRevisionCommandOutput>;
|
|
317
339
|
getApplicationRevision(args: GetApplicationRevisionCommandInput, cb: (err: any, data?: GetApplicationRevisionCommandOutput) => void): void;
|
|
318
340
|
getApplicationRevision(args: GetApplicationRevisionCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetApplicationRevisionCommandOutput) => void): void;
|
|
319
341
|
/**
|
|
342
|
+
* @public
|
|
320
343
|
* <p>Gets information about a deployment.</p>
|
|
321
344
|
* <note>
|
|
322
345
|
* <p> The <code>content</code> property of the <code>appSpecContent</code> object in
|
|
@@ -329,18 +352,21 @@ export declare class CodeDeploy extends CodeDeployClient {
|
|
|
329
352
|
getDeployment(args: GetDeploymentCommandInput, cb: (err: any, data?: GetDeploymentCommandOutput) => void): void;
|
|
330
353
|
getDeployment(args: GetDeploymentCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetDeploymentCommandOutput) => void): void;
|
|
331
354
|
/**
|
|
355
|
+
* @public
|
|
332
356
|
* <p>Gets information about a deployment configuration.</p>
|
|
333
357
|
*/
|
|
334
358
|
getDeploymentConfig(args: GetDeploymentConfigCommandInput, options?: __HttpHandlerOptions): Promise<GetDeploymentConfigCommandOutput>;
|
|
335
359
|
getDeploymentConfig(args: GetDeploymentConfigCommandInput, cb: (err: any, data?: GetDeploymentConfigCommandOutput) => void): void;
|
|
336
360
|
getDeploymentConfig(args: GetDeploymentConfigCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetDeploymentConfigCommandOutput) => void): void;
|
|
337
361
|
/**
|
|
362
|
+
* @public
|
|
338
363
|
* <p>Gets information about a deployment group.</p>
|
|
339
364
|
*/
|
|
340
365
|
getDeploymentGroup(args: GetDeploymentGroupCommandInput, options?: __HttpHandlerOptions): Promise<GetDeploymentGroupCommandOutput>;
|
|
341
366
|
getDeploymentGroup(args: GetDeploymentGroupCommandInput, cb: (err: any, data?: GetDeploymentGroupCommandOutput) => void): void;
|
|
342
367
|
getDeploymentGroup(args: GetDeploymentGroupCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetDeploymentGroupCommandOutput) => void): void;
|
|
343
368
|
/**
|
|
369
|
+
* @public
|
|
344
370
|
* @deprecated
|
|
345
371
|
*
|
|
346
372
|
* <p>Gets information about an instance as part of a deployment.</p>
|
|
@@ -349,36 +375,42 @@ export declare class CodeDeploy extends CodeDeployClient {
|
|
|
349
375
|
getDeploymentInstance(args: GetDeploymentInstanceCommandInput, cb: (err: any, data?: GetDeploymentInstanceCommandOutput) => void): void;
|
|
350
376
|
getDeploymentInstance(args: GetDeploymentInstanceCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetDeploymentInstanceCommandOutput) => void): void;
|
|
351
377
|
/**
|
|
378
|
+
* @public
|
|
352
379
|
* <p> Returns information about a deployment target. </p>
|
|
353
380
|
*/
|
|
354
381
|
getDeploymentTarget(args: GetDeploymentTargetCommandInput, options?: __HttpHandlerOptions): Promise<GetDeploymentTargetCommandOutput>;
|
|
355
382
|
getDeploymentTarget(args: GetDeploymentTargetCommandInput, cb: (err: any, data?: GetDeploymentTargetCommandOutput) => void): void;
|
|
356
383
|
getDeploymentTarget(args: GetDeploymentTargetCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetDeploymentTargetCommandOutput) => void): void;
|
|
357
384
|
/**
|
|
385
|
+
* @public
|
|
358
386
|
* <p> Gets information about an on-premises instance. </p>
|
|
359
387
|
*/
|
|
360
388
|
getOnPremisesInstance(args: GetOnPremisesInstanceCommandInput, options?: __HttpHandlerOptions): Promise<GetOnPremisesInstanceCommandOutput>;
|
|
361
389
|
getOnPremisesInstance(args: GetOnPremisesInstanceCommandInput, cb: (err: any, data?: GetOnPremisesInstanceCommandOutput) => void): void;
|
|
362
390
|
getOnPremisesInstance(args: GetOnPremisesInstanceCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetOnPremisesInstanceCommandOutput) => void): void;
|
|
363
391
|
/**
|
|
392
|
+
* @public
|
|
364
393
|
* <p>Lists information about revisions for an application.</p>
|
|
365
394
|
*/
|
|
366
395
|
listApplicationRevisions(args: ListApplicationRevisionsCommandInput, options?: __HttpHandlerOptions): Promise<ListApplicationRevisionsCommandOutput>;
|
|
367
396
|
listApplicationRevisions(args: ListApplicationRevisionsCommandInput, cb: (err: any, data?: ListApplicationRevisionsCommandOutput) => void): void;
|
|
368
397
|
listApplicationRevisions(args: ListApplicationRevisionsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListApplicationRevisionsCommandOutput) => void): void;
|
|
369
398
|
/**
|
|
399
|
+
* @public
|
|
370
400
|
* <p>Lists the applications registered with the IAM user or Amazon Web Services account.</p>
|
|
371
401
|
*/
|
|
372
402
|
listApplications(args: ListApplicationsCommandInput, options?: __HttpHandlerOptions): Promise<ListApplicationsCommandOutput>;
|
|
373
403
|
listApplications(args: ListApplicationsCommandInput, cb: (err: any, data?: ListApplicationsCommandOutput) => void): void;
|
|
374
404
|
listApplications(args: ListApplicationsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListApplicationsCommandOutput) => void): void;
|
|
375
405
|
/**
|
|
406
|
+
* @public
|
|
376
407
|
* <p>Lists the deployment configurations with the IAM user or Amazon Web Services account.</p>
|
|
377
408
|
*/
|
|
378
409
|
listDeploymentConfigs(args: ListDeploymentConfigsCommandInput, options?: __HttpHandlerOptions): Promise<ListDeploymentConfigsCommandOutput>;
|
|
379
410
|
listDeploymentConfigs(args: ListDeploymentConfigsCommandInput, cb: (err: any, data?: ListDeploymentConfigsCommandOutput) => void): void;
|
|
380
411
|
listDeploymentConfigs(args: ListDeploymentConfigsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListDeploymentConfigsCommandOutput) => void): void;
|
|
381
412
|
/**
|
|
413
|
+
* @public
|
|
382
414
|
* <p>Lists the deployment groups for an application registered with the IAM
|
|
383
415
|
* user or Amazon Web Services account.</p>
|
|
384
416
|
*/
|
|
@@ -386,6 +418,7 @@ export declare class CodeDeploy extends CodeDeployClient {
|
|
|
386
418
|
listDeploymentGroups(args: ListDeploymentGroupsCommandInput, cb: (err: any, data?: ListDeploymentGroupsCommandOutput) => void): void;
|
|
387
419
|
listDeploymentGroups(args: ListDeploymentGroupsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListDeploymentGroupsCommandOutput) => void): void;
|
|
388
420
|
/**
|
|
421
|
+
* @public
|
|
389
422
|
* @deprecated
|
|
390
423
|
*
|
|
391
424
|
* <note>
|
|
@@ -401,6 +434,7 @@ export declare class CodeDeploy extends CodeDeployClient {
|
|
|
401
434
|
listDeploymentInstances(args: ListDeploymentInstancesCommandInput, cb: (err: any, data?: ListDeploymentInstancesCommandOutput) => void): void;
|
|
402
435
|
listDeploymentInstances(args: ListDeploymentInstancesCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListDeploymentInstancesCommandOutput) => void): void;
|
|
403
436
|
/**
|
|
437
|
+
* @public
|
|
404
438
|
* <p>Lists the deployments in a deployment group for an application registered with the
|
|
405
439
|
* IAM user or Amazon Web Services account.</p>
|
|
406
440
|
*/
|
|
@@ -408,18 +442,21 @@ export declare class CodeDeploy extends CodeDeployClient {
|
|
|
408
442
|
listDeployments(args: ListDeploymentsCommandInput, cb: (err: any, data?: ListDeploymentsCommandOutput) => void): void;
|
|
409
443
|
listDeployments(args: ListDeploymentsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListDeploymentsCommandOutput) => void): void;
|
|
410
444
|
/**
|
|
445
|
+
* @public
|
|
411
446
|
* <p> Returns an array of target IDs that are associated a deployment. </p>
|
|
412
447
|
*/
|
|
413
448
|
listDeploymentTargets(args: ListDeploymentTargetsCommandInput, options?: __HttpHandlerOptions): Promise<ListDeploymentTargetsCommandOutput>;
|
|
414
449
|
listDeploymentTargets(args: ListDeploymentTargetsCommandInput, cb: (err: any, data?: ListDeploymentTargetsCommandOutput) => void): void;
|
|
415
450
|
listDeploymentTargets(args: ListDeploymentTargetsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListDeploymentTargetsCommandOutput) => void): void;
|
|
416
451
|
/**
|
|
452
|
+
* @public
|
|
417
453
|
* <p>Lists the names of stored connections to GitHub accounts.</p>
|
|
418
454
|
*/
|
|
419
455
|
listGitHubAccountTokenNames(args: ListGitHubAccountTokenNamesCommandInput, options?: __HttpHandlerOptions): Promise<ListGitHubAccountTokenNamesCommandOutput>;
|
|
420
456
|
listGitHubAccountTokenNames(args: ListGitHubAccountTokenNamesCommandInput, cb: (err: any, data?: ListGitHubAccountTokenNamesCommandOutput) => void): void;
|
|
421
457
|
listGitHubAccountTokenNames(args: ListGitHubAccountTokenNamesCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListGitHubAccountTokenNamesCommandOutput) => void): void;
|
|
422
458
|
/**
|
|
459
|
+
* @public
|
|
423
460
|
* <p>Gets a list of names for one or more on-premises instances.</p>
|
|
424
461
|
* <p>Unless otherwise specified, both registered and deregistered on-premises instance
|
|
425
462
|
* names are listed. To list only registered or deregistered on-premises instance names,
|
|
@@ -429,6 +466,7 @@ export declare class CodeDeploy extends CodeDeployClient {
|
|
|
429
466
|
listOnPremisesInstances(args: ListOnPremisesInstancesCommandInput, cb: (err: any, data?: ListOnPremisesInstancesCommandOutput) => void): void;
|
|
430
467
|
listOnPremisesInstances(args: ListOnPremisesInstancesCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListOnPremisesInstancesCommandOutput) => void): void;
|
|
431
468
|
/**
|
|
469
|
+
* @public
|
|
432
470
|
* <p> Returns a list of tags for the resource identified by a specified Amazon Resource
|
|
433
471
|
* Name (ARN). Tags are used to organize and categorize your CodeDeploy resources. </p>
|
|
434
472
|
*/
|
|
@@ -436,6 +474,7 @@ export declare class CodeDeploy extends CodeDeployClient {
|
|
|
436
474
|
listTagsForResource(args: ListTagsForResourceCommandInput, cb: (err: any, data?: ListTagsForResourceCommandOutput) => void): void;
|
|
437
475
|
listTagsForResource(args: ListTagsForResourceCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListTagsForResourceCommandOutput) => void): void;
|
|
438
476
|
/**
|
|
477
|
+
* @public
|
|
439
478
|
* <p> Sets the result of a Lambda validation function. The function validates
|
|
440
479
|
* lifecycle hooks during a deployment that uses the Lambda or Amazon ECS compute platform. For Lambda deployments, the available
|
|
441
480
|
* lifecycle hooks are <code>BeforeAllowTraffic</code> and <code>AfterAllowTraffic</code>.
|
|
@@ -450,12 +489,14 @@ export declare class CodeDeploy extends CodeDeployClient {
|
|
|
450
489
|
putLifecycleEventHookExecutionStatus(args: PutLifecycleEventHookExecutionStatusCommandInput, cb: (err: any, data?: PutLifecycleEventHookExecutionStatusCommandOutput) => void): void;
|
|
451
490
|
putLifecycleEventHookExecutionStatus(args: PutLifecycleEventHookExecutionStatusCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: PutLifecycleEventHookExecutionStatusCommandOutput) => void): void;
|
|
452
491
|
/**
|
|
492
|
+
* @public
|
|
453
493
|
* <p>Registers with CodeDeploy a revision for the specified application.</p>
|
|
454
494
|
*/
|
|
455
495
|
registerApplicationRevision(args: RegisterApplicationRevisionCommandInput, options?: __HttpHandlerOptions): Promise<RegisterApplicationRevisionCommandOutput>;
|
|
456
496
|
registerApplicationRevision(args: RegisterApplicationRevisionCommandInput, cb: (err: any, data?: RegisterApplicationRevisionCommandOutput) => void): void;
|
|
457
497
|
registerApplicationRevision(args: RegisterApplicationRevisionCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: RegisterApplicationRevisionCommandOutput) => void): void;
|
|
458
498
|
/**
|
|
499
|
+
* @public
|
|
459
500
|
* <p>Registers an on-premises instance.</p>
|
|
460
501
|
* <note>
|
|
461
502
|
* <p>Only one IAM ARN (an IAM session ARN or IAM user ARN) is supported in the request. You cannot use both.</p>
|
|
@@ -465,12 +506,14 @@ export declare class CodeDeploy extends CodeDeployClient {
|
|
|
465
506
|
registerOnPremisesInstance(args: RegisterOnPremisesInstanceCommandInput, cb: (err: any, data?: RegisterOnPremisesInstanceCommandOutput) => void): void;
|
|
466
507
|
registerOnPremisesInstance(args: RegisterOnPremisesInstanceCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: RegisterOnPremisesInstanceCommandOutput) => void): void;
|
|
467
508
|
/**
|
|
509
|
+
* @public
|
|
468
510
|
* <p>Removes one or more tags from one or more on-premises instances.</p>
|
|
469
511
|
*/
|
|
470
512
|
removeTagsFromOnPremisesInstances(args: RemoveTagsFromOnPremisesInstancesCommandInput, options?: __HttpHandlerOptions): Promise<RemoveTagsFromOnPremisesInstancesCommandOutput>;
|
|
471
513
|
removeTagsFromOnPremisesInstances(args: RemoveTagsFromOnPremisesInstancesCommandInput, cb: (err: any, data?: RemoveTagsFromOnPremisesInstancesCommandOutput) => void): void;
|
|
472
514
|
removeTagsFromOnPremisesInstances(args: RemoveTagsFromOnPremisesInstancesCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: RemoveTagsFromOnPremisesInstancesCommandOutput) => void): void;
|
|
473
515
|
/**
|
|
516
|
+
* @public
|
|
474
517
|
* @deprecated
|
|
475
518
|
*
|
|
476
519
|
* <p>In a blue/green deployment, overrides any specified wait time and starts terminating
|
|
@@ -480,12 +523,14 @@ export declare class CodeDeploy extends CodeDeployClient {
|
|
|
480
523
|
skipWaitTimeForInstanceTermination(args: SkipWaitTimeForInstanceTerminationCommandInput, cb: (err: any, data?: SkipWaitTimeForInstanceTerminationCommandOutput) => void): void;
|
|
481
524
|
skipWaitTimeForInstanceTermination(args: SkipWaitTimeForInstanceTerminationCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: SkipWaitTimeForInstanceTerminationCommandOutput) => void): void;
|
|
482
525
|
/**
|
|
526
|
+
* @public
|
|
483
527
|
* <p>Attempts to stop an ongoing deployment.</p>
|
|
484
528
|
*/
|
|
485
529
|
stopDeployment(args: StopDeploymentCommandInput, options?: __HttpHandlerOptions): Promise<StopDeploymentCommandOutput>;
|
|
486
530
|
stopDeployment(args: StopDeploymentCommandInput, cb: (err: any, data?: StopDeploymentCommandOutput) => void): void;
|
|
487
531
|
stopDeployment(args: StopDeploymentCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: StopDeploymentCommandOutput) => void): void;
|
|
488
532
|
/**
|
|
533
|
+
* @public
|
|
489
534
|
* <p> Associates the list of tags in the input <code>Tags</code> parameter with the
|
|
490
535
|
* resource identified by the <code>ResourceArn</code> input parameter. </p>
|
|
491
536
|
*/
|
|
@@ -493,6 +538,7 @@ export declare class CodeDeploy extends CodeDeployClient {
|
|
|
493
538
|
tagResource(args: TagResourceCommandInput, cb: (err: any, data?: TagResourceCommandOutput) => void): void;
|
|
494
539
|
tagResource(args: TagResourceCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: TagResourceCommandOutput) => void): void;
|
|
495
540
|
/**
|
|
541
|
+
* @public
|
|
496
542
|
* <p> Disassociates a resource from a list of tags. The resource is identified by the
|
|
497
543
|
* <code>ResourceArn</code> input parameter. The tags are identified by the list of
|
|
498
544
|
* keys in the <code>TagKeys</code> input parameter. </p>
|
|
@@ -501,12 +547,14 @@ export declare class CodeDeploy extends CodeDeployClient {
|
|
|
501
547
|
untagResource(args: UntagResourceCommandInput, cb: (err: any, data?: UntagResourceCommandOutput) => void): void;
|
|
502
548
|
untagResource(args: UntagResourceCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UntagResourceCommandOutput) => void): void;
|
|
503
549
|
/**
|
|
550
|
+
* @public
|
|
504
551
|
* <p>Changes the name of an application.</p>
|
|
505
552
|
*/
|
|
506
553
|
updateApplication(args: UpdateApplicationCommandInput, options?: __HttpHandlerOptions): Promise<UpdateApplicationCommandOutput>;
|
|
507
554
|
updateApplication(args: UpdateApplicationCommandInput, cb: (err: any, data?: UpdateApplicationCommandOutput) => void): void;
|
|
508
555
|
updateApplication(args: UpdateApplicationCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UpdateApplicationCommandOutput) => void): void;
|
|
509
556
|
/**
|
|
557
|
+
* @public
|
|
510
558
|
* <p>Changes information about a deployment group.</p>
|
|
511
559
|
*/
|
|
512
560
|
updateDeploymentGroup(args: UpdateDeploymentGroupCommandInput, options?: __HttpHandlerOptions): Promise<UpdateDeploymentGroupCommandOutput>;
|
|
@@ -55,15 +55,24 @@ import { UntagResourceCommandInput, UntagResourceCommandOutput } from "./command
|
|
|
55
55
|
import { UpdateApplicationCommandInput, UpdateApplicationCommandOutput } from "./commands/UpdateApplicationCommand";
|
|
56
56
|
import { UpdateDeploymentGroupCommandInput, UpdateDeploymentGroupCommandOutput } from "./commands/UpdateDeploymentGroupCommand";
|
|
57
57
|
import { ClientInputEndpointParameters, ClientResolvedEndpointParameters, EndpointParameters } from "./endpoint/EndpointParameters";
|
|
58
|
+
/**
|
|
59
|
+
* @public
|
|
60
|
+
*/
|
|
58
61
|
export type ServiceInputTypes = AddTagsToOnPremisesInstancesCommandInput | BatchGetApplicationRevisionsCommandInput | BatchGetApplicationsCommandInput | BatchGetDeploymentGroupsCommandInput | BatchGetDeploymentInstancesCommandInput | BatchGetDeploymentTargetsCommandInput | BatchGetDeploymentsCommandInput | BatchGetOnPremisesInstancesCommandInput | ContinueDeploymentCommandInput | CreateApplicationCommandInput | CreateDeploymentCommandInput | CreateDeploymentConfigCommandInput | CreateDeploymentGroupCommandInput | DeleteApplicationCommandInput | DeleteDeploymentConfigCommandInput | DeleteDeploymentGroupCommandInput | DeleteGitHubAccountTokenCommandInput | DeleteResourcesByExternalIdCommandInput | DeregisterOnPremisesInstanceCommandInput | GetApplicationCommandInput | GetApplicationRevisionCommandInput | GetDeploymentCommandInput | GetDeploymentConfigCommandInput | GetDeploymentGroupCommandInput | GetDeploymentInstanceCommandInput | GetDeploymentTargetCommandInput | GetOnPremisesInstanceCommandInput | ListApplicationRevisionsCommandInput | ListApplicationsCommandInput | ListDeploymentConfigsCommandInput | ListDeploymentGroupsCommandInput | ListDeploymentInstancesCommandInput | ListDeploymentTargetsCommandInput | ListDeploymentsCommandInput | ListGitHubAccountTokenNamesCommandInput | ListOnPremisesInstancesCommandInput | ListTagsForResourceCommandInput | PutLifecycleEventHookExecutionStatusCommandInput | RegisterApplicationRevisionCommandInput | RegisterOnPremisesInstanceCommandInput | RemoveTagsFromOnPremisesInstancesCommandInput | SkipWaitTimeForInstanceTerminationCommandInput | StopDeploymentCommandInput | TagResourceCommandInput | UntagResourceCommandInput | UpdateApplicationCommandInput | UpdateDeploymentGroupCommandInput;
|
|
62
|
+
/**
|
|
63
|
+
* @public
|
|
64
|
+
*/
|
|
59
65
|
export type ServiceOutputTypes = AddTagsToOnPremisesInstancesCommandOutput | BatchGetApplicationRevisionsCommandOutput | BatchGetApplicationsCommandOutput | BatchGetDeploymentGroupsCommandOutput | BatchGetDeploymentInstancesCommandOutput | BatchGetDeploymentTargetsCommandOutput | BatchGetDeploymentsCommandOutput | BatchGetOnPremisesInstancesCommandOutput | ContinueDeploymentCommandOutput | CreateApplicationCommandOutput | CreateDeploymentCommandOutput | CreateDeploymentConfigCommandOutput | CreateDeploymentGroupCommandOutput | DeleteApplicationCommandOutput | DeleteDeploymentConfigCommandOutput | DeleteDeploymentGroupCommandOutput | DeleteGitHubAccountTokenCommandOutput | DeleteResourcesByExternalIdCommandOutput | DeregisterOnPremisesInstanceCommandOutput | GetApplicationCommandOutput | GetApplicationRevisionCommandOutput | GetDeploymentCommandOutput | GetDeploymentConfigCommandOutput | GetDeploymentGroupCommandOutput | GetDeploymentInstanceCommandOutput | GetDeploymentTargetCommandOutput | GetOnPremisesInstanceCommandOutput | ListApplicationRevisionsCommandOutput | ListApplicationsCommandOutput | ListDeploymentConfigsCommandOutput | ListDeploymentGroupsCommandOutput | ListDeploymentInstancesCommandOutput | ListDeploymentTargetsCommandOutput | ListDeploymentsCommandOutput | ListGitHubAccountTokenNamesCommandOutput | ListOnPremisesInstancesCommandOutput | ListTagsForResourceCommandOutput | PutLifecycleEventHookExecutionStatusCommandOutput | RegisterApplicationRevisionCommandOutput | RegisterOnPremisesInstanceCommandOutput | RemoveTagsFromOnPremisesInstancesCommandOutput | SkipWaitTimeForInstanceTerminationCommandOutput | StopDeploymentCommandOutput | TagResourceCommandOutput | UntagResourceCommandOutput | UpdateApplicationCommandOutput | UpdateDeploymentGroupCommandOutput;
|
|
66
|
+
/**
|
|
67
|
+
* @public
|
|
68
|
+
*/
|
|
60
69
|
export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__HttpHandlerOptions>> {
|
|
61
70
|
/**
|
|
62
71
|
* The HTTP handler to use. Fetch in browser and Https in Nodejs.
|
|
63
72
|
*/
|
|
64
73
|
requestHandler?: __HttpHandler;
|
|
65
74
|
/**
|
|
66
|
-
* A constructor for a class implementing the {@link
|
|
75
|
+
* A constructor for a class implementing the {@link @aws-sdk/types#ChecksumConstructor} interface
|
|
67
76
|
* that computes the SHA-256 HMAC or checksum of a string or binary buffer.
|
|
68
77
|
* @internal
|
|
69
78
|
*/
|
|
@@ -153,23 +162,34 @@ export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__
|
|
|
153
162
|
*/
|
|
154
163
|
logger?: __Logger;
|
|
155
164
|
/**
|
|
156
|
-
* The {@link
|
|
165
|
+
* The {@link @aws-sdk/smithy-client#DefaultsMode} that will be used to determine how certain default configuration options are resolved in the SDK.
|
|
157
166
|
*/
|
|
158
167
|
defaultsMode?: __DefaultsMode | __Provider<__DefaultsMode>;
|
|
159
168
|
}
|
|
169
|
+
/**
|
|
170
|
+
* @public
|
|
171
|
+
*/
|
|
160
172
|
type CodeDeployClientConfigType = Partial<__SmithyConfiguration<__HttpHandlerOptions>> & ClientDefaults & RegionInputConfig & EndpointInputConfig<EndpointParameters> & RetryInputConfig & HostHeaderInputConfig & AwsAuthInputConfig & UserAgentInputConfig & ClientInputEndpointParameters;
|
|
161
173
|
/**
|
|
162
|
-
*
|
|
174
|
+
* @public
|
|
175
|
+
*
|
|
176
|
+
* The configuration interface of CodeDeployClient class constructor that set the region, credentials and other options.
|
|
163
177
|
*/
|
|
164
178
|
export interface CodeDeployClientConfig extends CodeDeployClientConfigType {
|
|
165
179
|
}
|
|
180
|
+
/**
|
|
181
|
+
* @public
|
|
182
|
+
*/
|
|
166
183
|
type CodeDeployClientResolvedConfigType = __SmithyResolvedConfiguration<__HttpHandlerOptions> & Required<ClientDefaults> & RegionResolvedConfig & EndpointResolvedConfig<EndpointParameters> & RetryResolvedConfig & HostHeaderResolvedConfig & AwsAuthResolvedConfig & UserAgentResolvedConfig & ClientResolvedEndpointParameters;
|
|
167
184
|
/**
|
|
168
|
-
*
|
|
185
|
+
* @public
|
|
186
|
+
*
|
|
187
|
+
* The resolved configuration interface of CodeDeployClient class. This is resolved and normalized from the {@link CodeDeployClientConfig | constructor configuration interface}.
|
|
169
188
|
*/
|
|
170
189
|
export interface CodeDeployClientResolvedConfig extends CodeDeployClientResolvedConfigType {
|
|
171
190
|
}
|
|
172
191
|
/**
|
|
192
|
+
* @public
|
|
173
193
|
* <p>CodeDeploy is a deployment service that automates application deployments
|
|
174
194
|
* to Amazon EC2 instances, on-premises instances running in your own facility,
|
|
175
195
|
* serverless Lambda functions, or applications in an Amazon ECS
|
|
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
|
|
|
4
4
|
import { CodeDeployClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CodeDeployClient";
|
|
5
5
|
import { AddTagsToOnPremisesInstancesInput } from "../models/models_0";
|
|
6
6
|
/**
|
|
7
|
+
* @public
|
|
8
|
+
*
|
|
7
9
|
* The input for {@link AddTagsToOnPremisesInstancesCommand}.
|
|
8
10
|
*/
|
|
9
11
|
export interface AddTagsToOnPremisesInstancesCommandInput extends AddTagsToOnPremisesInstancesInput {
|
|
10
12
|
}
|
|
11
13
|
/**
|
|
14
|
+
* @public
|
|
15
|
+
*
|
|
12
16
|
* The output of {@link AddTagsToOnPremisesInstancesCommand}.
|
|
13
17
|
*/
|
|
14
18
|
export interface AddTagsToOnPremisesInstancesCommandOutput extends __MetadataBearer {
|
|
15
19
|
}
|
|
16
20
|
/**
|
|
21
|
+
* @public
|
|
17
22
|
* <p>Adds tags to on-premises instances.</p>
|
|
18
23
|
* @example
|
|
19
24
|
* Use a bare-bones client and the command you need to make an API call.
|
|
@@ -25,6 +30,8 @@ export interface AddTagsToOnPremisesInstancesCommandOutput extends __MetadataBea
|
|
|
25
30
|
* const response = await client.send(command);
|
|
26
31
|
* ```
|
|
27
32
|
*
|
|
33
|
+
* @param AddTagsToOnPremisesInstancesCommandInput - {@link AddTagsToOnPremisesInstancesCommandInput}
|
|
34
|
+
* @returns {@link AddTagsToOnPremisesInstancesCommandOutput}
|
|
28
35
|
* @see {@link AddTagsToOnPremisesInstancesCommandInput} for command's `input` shape.
|
|
29
36
|
* @see {@link AddTagsToOnPremisesInstancesCommandOutput} for command's `response` shape.
|
|
30
37
|
* @see {@link CodeDeployClientResolvedConfig | config} for CodeDeployClient's `config` shape.
|
|
@@ -56,11 +63,20 @@ export interface AddTagsToOnPremisesInstancesCommandOutput extends __MetadataBea
|
|
|
56
63
|
export declare class AddTagsToOnPremisesInstancesCommand extends $Command<AddTagsToOnPremisesInstancesCommandInput, AddTagsToOnPremisesInstancesCommandOutput, CodeDeployClientResolvedConfig> {
|
|
57
64
|
readonly input: AddTagsToOnPremisesInstancesCommandInput;
|
|
58
65
|
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
66
|
+
/**
|
|
67
|
+
* @public
|
|
68
|
+
*/
|
|
59
69
|
constructor(input: AddTagsToOnPremisesInstancesCommandInput);
|
|
60
70
|
/**
|
|
61
71
|
* @internal
|
|
62
72
|
*/
|
|
63
73
|
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: CodeDeployClientResolvedConfig, options?: __HttpHandlerOptions): Handler<AddTagsToOnPremisesInstancesCommandInput, AddTagsToOnPremisesInstancesCommandOutput>;
|
|
74
|
+
/**
|
|
75
|
+
* @internal
|
|
76
|
+
*/
|
|
64
77
|
private serialize;
|
|
78
|
+
/**
|
|
79
|
+
* @internal
|
|
80
|
+
*/
|
|
65
81
|
private deserialize;
|
|
66
82
|
}
|
|
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
|
|
|
4
4
|
import { CodeDeployClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CodeDeployClient";
|
|
5
5
|
import { BatchGetApplicationRevisionsInput, BatchGetApplicationRevisionsOutput } from "../models/models_0";
|
|
6
6
|
/**
|
|
7
|
+
* @public
|
|
8
|
+
*
|
|
7
9
|
* The input for {@link BatchGetApplicationRevisionsCommand}.
|
|
8
10
|
*/
|
|
9
11
|
export interface BatchGetApplicationRevisionsCommandInput extends BatchGetApplicationRevisionsInput {
|
|
10
12
|
}
|
|
11
13
|
/**
|
|
14
|
+
* @public
|
|
15
|
+
*
|
|
12
16
|
* The output of {@link BatchGetApplicationRevisionsCommand}.
|
|
13
17
|
*/
|
|
14
18
|
export interface BatchGetApplicationRevisionsCommandOutput extends BatchGetApplicationRevisionsOutput, __MetadataBearer {
|
|
15
19
|
}
|
|
16
20
|
/**
|
|
21
|
+
* @public
|
|
17
22
|
* <p>Gets information about one or more application revisions. The maximum number of
|
|
18
23
|
* application revisions that can be returned is 25.</p>
|
|
19
24
|
* @example
|
|
@@ -26,6 +31,8 @@ export interface BatchGetApplicationRevisionsCommandOutput extends BatchGetAppli
|
|
|
26
31
|
* const response = await client.send(command);
|
|
27
32
|
* ```
|
|
28
33
|
*
|
|
34
|
+
* @param BatchGetApplicationRevisionsCommandInput - {@link BatchGetApplicationRevisionsCommandInput}
|
|
35
|
+
* @returns {@link BatchGetApplicationRevisionsCommandOutput}
|
|
29
36
|
* @see {@link BatchGetApplicationRevisionsCommandInput} for command's `input` shape.
|
|
30
37
|
* @see {@link BatchGetApplicationRevisionsCommandOutput} for command's `response` shape.
|
|
31
38
|
* @see {@link CodeDeployClientResolvedConfig | config} for CodeDeployClient's `config` shape.
|
|
@@ -53,11 +60,20 @@ export interface BatchGetApplicationRevisionsCommandOutput extends BatchGetAppli
|
|
|
53
60
|
export declare class BatchGetApplicationRevisionsCommand extends $Command<BatchGetApplicationRevisionsCommandInput, BatchGetApplicationRevisionsCommandOutput, CodeDeployClientResolvedConfig> {
|
|
54
61
|
readonly input: BatchGetApplicationRevisionsCommandInput;
|
|
55
62
|
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
63
|
+
/**
|
|
64
|
+
* @public
|
|
65
|
+
*/
|
|
56
66
|
constructor(input: BatchGetApplicationRevisionsCommandInput);
|
|
57
67
|
/**
|
|
58
68
|
* @internal
|
|
59
69
|
*/
|
|
60
70
|
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: CodeDeployClientResolvedConfig, options?: __HttpHandlerOptions): Handler<BatchGetApplicationRevisionsCommandInput, BatchGetApplicationRevisionsCommandOutput>;
|
|
71
|
+
/**
|
|
72
|
+
* @internal
|
|
73
|
+
*/
|
|
61
74
|
private serialize;
|
|
75
|
+
/**
|
|
76
|
+
* @internal
|
|
77
|
+
*/
|
|
62
78
|
private deserialize;
|
|
63
79
|
}
|
package/node_modules/@aws-sdk/client-codedeploy/dist-types/commands/BatchGetApplicationsCommand.d.ts
CHANGED
|
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
|
|
|
4
4
|
import { CodeDeployClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CodeDeployClient";
|
|
5
5
|
import { BatchGetApplicationsInput, BatchGetApplicationsOutput } from "../models/models_0";
|
|
6
6
|
/**
|
|
7
|
+
* @public
|
|
8
|
+
*
|
|
7
9
|
* The input for {@link BatchGetApplicationsCommand}.
|
|
8
10
|
*/
|
|
9
11
|
export interface BatchGetApplicationsCommandInput extends BatchGetApplicationsInput {
|
|
10
12
|
}
|
|
11
13
|
/**
|
|
14
|
+
* @public
|
|
15
|
+
*
|
|
12
16
|
* The output of {@link BatchGetApplicationsCommand}.
|
|
13
17
|
*/
|
|
14
18
|
export interface BatchGetApplicationsCommandOutput extends BatchGetApplicationsOutput, __MetadataBearer {
|
|
15
19
|
}
|
|
16
20
|
/**
|
|
21
|
+
* @public
|
|
17
22
|
* <p>Gets information about one or more applications. The maximum number of applications
|
|
18
23
|
* that can be returned is 100.</p>
|
|
19
24
|
* @example
|
|
@@ -26,6 +31,8 @@ export interface BatchGetApplicationsCommandOutput extends BatchGetApplicationsO
|
|
|
26
31
|
* const response = await client.send(command);
|
|
27
32
|
* ```
|
|
28
33
|
*
|
|
34
|
+
* @param BatchGetApplicationsCommandInput - {@link BatchGetApplicationsCommandInput}
|
|
35
|
+
* @returns {@link BatchGetApplicationsCommandOutput}
|
|
29
36
|
* @see {@link BatchGetApplicationsCommandInput} for command's `input` shape.
|
|
30
37
|
* @see {@link BatchGetApplicationsCommandOutput} for command's `response` shape.
|
|
31
38
|
* @see {@link CodeDeployClientResolvedConfig | config} for CodeDeployClient's `config` shape.
|
|
@@ -47,11 +54,20 @@ export interface BatchGetApplicationsCommandOutput extends BatchGetApplicationsO
|
|
|
47
54
|
export declare class BatchGetApplicationsCommand extends $Command<BatchGetApplicationsCommandInput, BatchGetApplicationsCommandOutput, CodeDeployClientResolvedConfig> {
|
|
48
55
|
readonly input: BatchGetApplicationsCommandInput;
|
|
49
56
|
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
57
|
+
/**
|
|
58
|
+
* @public
|
|
59
|
+
*/
|
|
50
60
|
constructor(input: BatchGetApplicationsCommandInput);
|
|
51
61
|
/**
|
|
52
62
|
* @internal
|
|
53
63
|
*/
|
|
54
64
|
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: CodeDeployClientResolvedConfig, options?: __HttpHandlerOptions): Handler<BatchGetApplicationsCommandInput, BatchGetApplicationsCommandOutput>;
|
|
65
|
+
/**
|
|
66
|
+
* @internal
|
|
67
|
+
*/
|
|
55
68
|
private serialize;
|
|
69
|
+
/**
|
|
70
|
+
* @internal
|
|
71
|
+
*/
|
|
56
72
|
private deserialize;
|
|
57
73
|
}
|
|
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
|
|
|
4
4
|
import { CodeDeployClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CodeDeployClient";
|
|
5
5
|
import { BatchGetDeploymentGroupsInput, BatchGetDeploymentGroupsOutput } from "../models/models_0";
|
|
6
6
|
/**
|
|
7
|
+
* @public
|
|
8
|
+
*
|
|
7
9
|
* The input for {@link BatchGetDeploymentGroupsCommand}.
|
|
8
10
|
*/
|
|
9
11
|
export interface BatchGetDeploymentGroupsCommandInput extends BatchGetDeploymentGroupsInput {
|
|
10
12
|
}
|
|
11
13
|
/**
|
|
14
|
+
* @public
|
|
15
|
+
*
|
|
12
16
|
* The output of {@link BatchGetDeploymentGroupsCommand}.
|
|
13
17
|
*/
|
|
14
18
|
export interface BatchGetDeploymentGroupsCommandOutput extends BatchGetDeploymentGroupsOutput, __MetadataBearer {
|
|
15
19
|
}
|
|
16
20
|
/**
|
|
21
|
+
* @public
|
|
17
22
|
* <p>Gets information about one or more deployment groups.</p>
|
|
18
23
|
* @example
|
|
19
24
|
* Use a bare-bones client and the command you need to make an API call.
|
|
@@ -25,6 +30,8 @@ export interface BatchGetDeploymentGroupsCommandOutput extends BatchGetDeploymen
|
|
|
25
30
|
* const response = await client.send(command);
|
|
26
31
|
* ```
|
|
27
32
|
*
|
|
33
|
+
* @param BatchGetDeploymentGroupsCommandInput - {@link BatchGetDeploymentGroupsCommandInput}
|
|
34
|
+
* @returns {@link BatchGetDeploymentGroupsCommandOutput}
|
|
28
35
|
* @see {@link BatchGetDeploymentGroupsCommandInput} for command's `input` shape.
|
|
29
36
|
* @see {@link BatchGetDeploymentGroupsCommandOutput} for command's `response` shape.
|
|
30
37
|
* @see {@link CodeDeployClientResolvedConfig | config} for CodeDeployClient's `config` shape.
|
|
@@ -56,11 +63,20 @@ export interface BatchGetDeploymentGroupsCommandOutput extends BatchGetDeploymen
|
|
|
56
63
|
export declare class BatchGetDeploymentGroupsCommand extends $Command<BatchGetDeploymentGroupsCommandInput, BatchGetDeploymentGroupsCommandOutput, CodeDeployClientResolvedConfig> {
|
|
57
64
|
readonly input: BatchGetDeploymentGroupsCommandInput;
|
|
58
65
|
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
66
|
+
/**
|
|
67
|
+
* @public
|
|
68
|
+
*/
|
|
59
69
|
constructor(input: BatchGetDeploymentGroupsCommandInput);
|
|
60
70
|
/**
|
|
61
71
|
* @internal
|
|
62
72
|
*/
|
|
63
73
|
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: CodeDeployClientResolvedConfig, options?: __HttpHandlerOptions): Handler<BatchGetDeploymentGroupsCommandInput, BatchGetDeploymentGroupsCommandOutput>;
|
|
74
|
+
/**
|
|
75
|
+
* @internal
|
|
76
|
+
*/
|
|
64
77
|
private serialize;
|
|
78
|
+
/**
|
|
79
|
+
* @internal
|
|
80
|
+
*/
|
|
65
81
|
private deserialize;
|
|
66
82
|
}
|