@aws-sdk/client-codedeploy 3.36.0 → 3.39.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +42 -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/commands/index.js +50 -0
- package/dist-cjs/endpoints.js +6 -1
- package/dist-cjs/index.js +5 -57
- 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/pagination/index.js +10 -0
- 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/index.js +4 -0
- package/dist-cjs/waiters/waitForDeploymentSuccessful.js +0 -9
- package/dist-es/commands/index.js +47 -0
- package/dist-es/endpoints.js +6 -1
- package/dist-es/index.js +5 -57
- package/dist-es/pagination/index.js +7 -0
- package/dist-es/waiters/index.js +1 -0
- package/dist-types/commands/index.d.ts +47 -0
- package/dist-types/index.d.ts +5 -57
- package/dist-types/pagination/index.d.ts +7 -0
- 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/commands/index.d.ts +47 -0
- package/dist-types/ts3.4/index.d.ts +5 -57
- package/dist-types/ts3.4/models/models_0.d.ts +1001 -4081
- package/dist-types/ts3.4/pagination/index.d.ts +7 -0
- 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/index.d.ts +1 -0
- package/dist-types/ts3.4/waiters/waitForDeploymentSuccessful.d.ts +2 -9
- package/dist-types/waiters/index.d.ts +1 -0
- package/package.json +33 -33
|
@@ -6,29 +6,11 @@ export interface CreateDeploymentCommandInput extends CreateDeploymentInput {
|
|
|
6
6
|
}
|
|
7
7
|
export interface CreateDeploymentCommandOutput extends CreateDeploymentOutput, __MetadataBearer {
|
|
8
8
|
}
|
|
9
|
-
|
|
10
|
-
* <p>Deploys an application revision through the specified deployment group.</p>
|
|
11
|
-
* @example
|
|
12
|
-
* Use a bare-bones client and the command you need to make an API call.
|
|
13
|
-
* ```javascript
|
|
14
|
-
* import { CodeDeployClient, CreateDeploymentCommand } from "@aws-sdk/client-codedeploy"; // ES Modules import
|
|
15
|
-
* // const { CodeDeployClient, CreateDeploymentCommand } = require("@aws-sdk/client-codedeploy"); // CommonJS import
|
|
16
|
-
* const client = new CodeDeployClient(config);
|
|
17
|
-
* const command = new CreateDeploymentCommand(input);
|
|
18
|
-
* const response = await client.send(command);
|
|
19
|
-
* ```
|
|
20
|
-
*
|
|
21
|
-
* @see {@link CreateDeploymentCommandInput} for command's `input` shape.
|
|
22
|
-
* @see {@link CreateDeploymentCommandOutput} for command's `response` shape.
|
|
23
|
-
* @see {@link CodeDeployClientResolvedConfig | config} for command's `input` shape.
|
|
24
|
-
*
|
|
25
|
-
*/
|
|
9
|
+
|
|
26
10
|
export declare class CreateDeploymentCommand extends $Command<CreateDeploymentCommandInput, CreateDeploymentCommandOutput, CodeDeployClientResolvedConfig> {
|
|
27
11
|
readonly input: CreateDeploymentCommandInput;
|
|
28
12
|
constructor(input: CreateDeploymentCommandInput);
|
|
29
|
-
|
|
30
|
-
* @internal
|
|
31
|
-
*/
|
|
13
|
+
|
|
32
14
|
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: CodeDeployClientResolvedConfig, options?: __HttpHandlerOptions): Handler<CreateDeploymentCommandInput, CreateDeploymentCommandOutput>;
|
|
33
15
|
private serialize;
|
|
34
16
|
private deserialize;
|
|
@@ -6,29 +6,11 @@ export interface CreateDeploymentConfigCommandInput extends CreateDeploymentConf
|
|
|
6
6
|
}
|
|
7
7
|
export interface CreateDeploymentConfigCommandOutput extends CreateDeploymentConfigOutput, __MetadataBearer {
|
|
8
8
|
}
|
|
9
|
-
|
|
10
|
-
* <p> Creates a deployment configuration. </p>
|
|
11
|
-
* @example
|
|
12
|
-
* Use a bare-bones client and the command you need to make an API call.
|
|
13
|
-
* ```javascript
|
|
14
|
-
* import { CodeDeployClient, CreateDeploymentConfigCommand } from "@aws-sdk/client-codedeploy"; // ES Modules import
|
|
15
|
-
* // const { CodeDeployClient, CreateDeploymentConfigCommand } = require("@aws-sdk/client-codedeploy"); // CommonJS import
|
|
16
|
-
* const client = new CodeDeployClient(config);
|
|
17
|
-
* const command = new CreateDeploymentConfigCommand(input);
|
|
18
|
-
* const response = await client.send(command);
|
|
19
|
-
* ```
|
|
20
|
-
*
|
|
21
|
-
* @see {@link CreateDeploymentConfigCommandInput} for command's `input` shape.
|
|
22
|
-
* @see {@link CreateDeploymentConfigCommandOutput} for command's `response` shape.
|
|
23
|
-
* @see {@link CodeDeployClientResolvedConfig | config} for command's `input` shape.
|
|
24
|
-
*
|
|
25
|
-
*/
|
|
9
|
+
|
|
26
10
|
export declare class CreateDeploymentConfigCommand extends $Command<CreateDeploymentConfigCommandInput, CreateDeploymentConfigCommandOutput, CodeDeployClientResolvedConfig> {
|
|
27
11
|
readonly input: CreateDeploymentConfigCommandInput;
|
|
28
12
|
constructor(input: CreateDeploymentConfigCommandInput);
|
|
29
|
-
|
|
30
|
-
* @internal
|
|
31
|
-
*/
|
|
13
|
+
|
|
32
14
|
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: CodeDeployClientResolvedConfig, options?: __HttpHandlerOptions): Handler<CreateDeploymentConfigCommandInput, CreateDeploymentConfigCommandOutput>;
|
|
33
15
|
private serialize;
|
|
34
16
|
private deserialize;
|
|
@@ -6,29 +6,11 @@ export interface CreateDeploymentGroupCommandInput extends CreateDeploymentGroup
|
|
|
6
6
|
}
|
|
7
7
|
export interface CreateDeploymentGroupCommandOutput extends CreateDeploymentGroupOutput, __MetadataBearer {
|
|
8
8
|
}
|
|
9
|
-
|
|
10
|
-
* <p>Creates a deployment group to which application revisions are deployed.</p>
|
|
11
|
-
* @example
|
|
12
|
-
* Use a bare-bones client and the command you need to make an API call.
|
|
13
|
-
* ```javascript
|
|
14
|
-
* import { CodeDeployClient, CreateDeploymentGroupCommand } from "@aws-sdk/client-codedeploy"; // ES Modules import
|
|
15
|
-
* // const { CodeDeployClient, CreateDeploymentGroupCommand } = require("@aws-sdk/client-codedeploy"); // CommonJS import
|
|
16
|
-
* const client = new CodeDeployClient(config);
|
|
17
|
-
* const command = new CreateDeploymentGroupCommand(input);
|
|
18
|
-
* const response = await client.send(command);
|
|
19
|
-
* ```
|
|
20
|
-
*
|
|
21
|
-
* @see {@link CreateDeploymentGroupCommandInput} for command's `input` shape.
|
|
22
|
-
* @see {@link CreateDeploymentGroupCommandOutput} for command's `response` shape.
|
|
23
|
-
* @see {@link CodeDeployClientResolvedConfig | config} for command's `input` shape.
|
|
24
|
-
*
|
|
25
|
-
*/
|
|
9
|
+
|
|
26
10
|
export declare class CreateDeploymentGroupCommand extends $Command<CreateDeploymentGroupCommandInput, CreateDeploymentGroupCommandOutput, CodeDeployClientResolvedConfig> {
|
|
27
11
|
readonly input: CreateDeploymentGroupCommandInput;
|
|
28
12
|
constructor(input: CreateDeploymentGroupCommandInput);
|
|
29
|
-
|
|
30
|
-
* @internal
|
|
31
|
-
*/
|
|
13
|
+
|
|
32
14
|
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: CodeDeployClientResolvedConfig, options?: __HttpHandlerOptions): Handler<CreateDeploymentGroupCommandInput, CreateDeploymentGroupCommandOutput>;
|
|
33
15
|
private serialize;
|
|
34
16
|
private deserialize;
|
|
@@ -6,29 +6,11 @@ export interface DeleteApplicationCommandInput extends DeleteApplicationInput {
|
|
|
6
6
|
}
|
|
7
7
|
export interface DeleteApplicationCommandOutput extends __MetadataBearer {
|
|
8
8
|
}
|
|
9
|
-
|
|
10
|
-
* <p>Deletes an application.</p>
|
|
11
|
-
* @example
|
|
12
|
-
* Use a bare-bones client and the command you need to make an API call.
|
|
13
|
-
* ```javascript
|
|
14
|
-
* import { CodeDeployClient, DeleteApplicationCommand } from "@aws-sdk/client-codedeploy"; // ES Modules import
|
|
15
|
-
* // const { CodeDeployClient, DeleteApplicationCommand } = require("@aws-sdk/client-codedeploy"); // CommonJS import
|
|
16
|
-
* const client = new CodeDeployClient(config);
|
|
17
|
-
* const command = new DeleteApplicationCommand(input);
|
|
18
|
-
* const response = await client.send(command);
|
|
19
|
-
* ```
|
|
20
|
-
*
|
|
21
|
-
* @see {@link DeleteApplicationCommandInput} for command's `input` shape.
|
|
22
|
-
* @see {@link DeleteApplicationCommandOutput} for command's `response` shape.
|
|
23
|
-
* @see {@link CodeDeployClientResolvedConfig | config} for command's `input` shape.
|
|
24
|
-
*
|
|
25
|
-
*/
|
|
9
|
+
|
|
26
10
|
export declare class DeleteApplicationCommand extends $Command<DeleteApplicationCommandInput, DeleteApplicationCommandOutput, CodeDeployClientResolvedConfig> {
|
|
27
11
|
readonly input: DeleteApplicationCommandInput;
|
|
28
12
|
constructor(input: DeleteApplicationCommandInput);
|
|
29
|
-
|
|
30
|
-
* @internal
|
|
31
|
-
*/
|
|
13
|
+
|
|
32
14
|
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: CodeDeployClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DeleteApplicationCommandInput, DeleteApplicationCommandOutput>;
|
|
33
15
|
private serialize;
|
|
34
16
|
private deserialize;
|
|
@@ -6,33 +6,11 @@ export interface DeleteDeploymentConfigCommandInput extends DeleteDeploymentConf
|
|
|
6
6
|
}
|
|
7
7
|
export interface DeleteDeploymentConfigCommandOutput extends __MetadataBearer {
|
|
8
8
|
}
|
|
9
|
-
|
|
10
|
-
* <p>Deletes a deployment configuration.</p>
|
|
11
|
-
* <note>
|
|
12
|
-
* <p>A deployment configuration cannot be deleted if it is currently in use. Predefined
|
|
13
|
-
* configurations cannot be deleted.</p>
|
|
14
|
-
* </note>
|
|
15
|
-
* @example
|
|
16
|
-
* Use a bare-bones client and the command you need to make an API call.
|
|
17
|
-
* ```javascript
|
|
18
|
-
* import { CodeDeployClient, DeleteDeploymentConfigCommand } from "@aws-sdk/client-codedeploy"; // ES Modules import
|
|
19
|
-
* // const { CodeDeployClient, DeleteDeploymentConfigCommand } = require("@aws-sdk/client-codedeploy"); // CommonJS import
|
|
20
|
-
* const client = new CodeDeployClient(config);
|
|
21
|
-
* const command = new DeleteDeploymentConfigCommand(input);
|
|
22
|
-
* const response = await client.send(command);
|
|
23
|
-
* ```
|
|
24
|
-
*
|
|
25
|
-
* @see {@link DeleteDeploymentConfigCommandInput} for command's `input` shape.
|
|
26
|
-
* @see {@link DeleteDeploymentConfigCommandOutput} for command's `response` shape.
|
|
27
|
-
* @see {@link CodeDeployClientResolvedConfig | config} for command's `input` shape.
|
|
28
|
-
*
|
|
29
|
-
*/
|
|
9
|
+
|
|
30
10
|
export declare class DeleteDeploymentConfigCommand extends $Command<DeleteDeploymentConfigCommandInput, DeleteDeploymentConfigCommandOutput, CodeDeployClientResolvedConfig> {
|
|
31
11
|
readonly input: DeleteDeploymentConfigCommandInput;
|
|
32
12
|
constructor(input: DeleteDeploymentConfigCommandInput);
|
|
33
|
-
|
|
34
|
-
* @internal
|
|
35
|
-
*/
|
|
13
|
+
|
|
36
14
|
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: CodeDeployClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DeleteDeploymentConfigCommandInput, DeleteDeploymentConfigCommandOutput>;
|
|
37
15
|
private serialize;
|
|
38
16
|
private deserialize;
|
|
@@ -6,29 +6,11 @@ export interface DeleteDeploymentGroupCommandInput extends DeleteDeploymentGroup
|
|
|
6
6
|
}
|
|
7
7
|
export interface DeleteDeploymentGroupCommandOutput extends DeleteDeploymentGroupOutput, __MetadataBearer {
|
|
8
8
|
}
|
|
9
|
-
|
|
10
|
-
* <p>Deletes a deployment group.</p>
|
|
11
|
-
* @example
|
|
12
|
-
* Use a bare-bones client and the command you need to make an API call.
|
|
13
|
-
* ```javascript
|
|
14
|
-
* import { CodeDeployClient, DeleteDeploymentGroupCommand } from "@aws-sdk/client-codedeploy"; // ES Modules import
|
|
15
|
-
* // const { CodeDeployClient, DeleteDeploymentGroupCommand } = require("@aws-sdk/client-codedeploy"); // CommonJS import
|
|
16
|
-
* const client = new CodeDeployClient(config);
|
|
17
|
-
* const command = new DeleteDeploymentGroupCommand(input);
|
|
18
|
-
* const response = await client.send(command);
|
|
19
|
-
* ```
|
|
20
|
-
*
|
|
21
|
-
* @see {@link DeleteDeploymentGroupCommandInput} for command's `input` shape.
|
|
22
|
-
* @see {@link DeleteDeploymentGroupCommandOutput} for command's `response` shape.
|
|
23
|
-
* @see {@link CodeDeployClientResolvedConfig | config} for command's `input` shape.
|
|
24
|
-
*
|
|
25
|
-
*/
|
|
9
|
+
|
|
26
10
|
export declare class DeleteDeploymentGroupCommand extends $Command<DeleteDeploymentGroupCommandInput, DeleteDeploymentGroupCommandOutput, CodeDeployClientResolvedConfig> {
|
|
27
11
|
readonly input: DeleteDeploymentGroupCommandInput;
|
|
28
12
|
constructor(input: DeleteDeploymentGroupCommandInput);
|
|
29
|
-
|
|
30
|
-
* @internal
|
|
31
|
-
*/
|
|
13
|
+
|
|
32
14
|
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: CodeDeployClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DeleteDeploymentGroupCommandInput, DeleteDeploymentGroupCommandOutput>;
|
|
33
15
|
private serialize;
|
|
34
16
|
private deserialize;
|
|
@@ -6,29 +6,11 @@ export interface DeleteGitHubAccountTokenCommandInput extends DeleteGitHubAccoun
|
|
|
6
6
|
}
|
|
7
7
|
export interface DeleteGitHubAccountTokenCommandOutput extends DeleteGitHubAccountTokenOutput, __MetadataBearer {
|
|
8
8
|
}
|
|
9
|
-
|
|
10
|
-
* <p>Deletes a GitHub account connection.</p>
|
|
11
|
-
* @example
|
|
12
|
-
* Use a bare-bones client and the command you need to make an API call.
|
|
13
|
-
* ```javascript
|
|
14
|
-
* import { CodeDeployClient, DeleteGitHubAccountTokenCommand } from "@aws-sdk/client-codedeploy"; // ES Modules import
|
|
15
|
-
* // const { CodeDeployClient, DeleteGitHubAccountTokenCommand } = require("@aws-sdk/client-codedeploy"); // CommonJS import
|
|
16
|
-
* const client = new CodeDeployClient(config);
|
|
17
|
-
* const command = new DeleteGitHubAccountTokenCommand(input);
|
|
18
|
-
* const response = await client.send(command);
|
|
19
|
-
* ```
|
|
20
|
-
*
|
|
21
|
-
* @see {@link DeleteGitHubAccountTokenCommandInput} for command's `input` shape.
|
|
22
|
-
* @see {@link DeleteGitHubAccountTokenCommandOutput} for command's `response` shape.
|
|
23
|
-
* @see {@link CodeDeployClientResolvedConfig | config} for command's `input` shape.
|
|
24
|
-
*
|
|
25
|
-
*/
|
|
9
|
+
|
|
26
10
|
export declare class DeleteGitHubAccountTokenCommand extends $Command<DeleteGitHubAccountTokenCommandInput, DeleteGitHubAccountTokenCommandOutput, CodeDeployClientResolvedConfig> {
|
|
27
11
|
readonly input: DeleteGitHubAccountTokenCommandInput;
|
|
28
12
|
constructor(input: DeleteGitHubAccountTokenCommandInput);
|
|
29
|
-
|
|
30
|
-
* @internal
|
|
31
|
-
*/
|
|
13
|
+
|
|
32
14
|
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: CodeDeployClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DeleteGitHubAccountTokenCommandInput, DeleteGitHubAccountTokenCommandOutput>;
|
|
33
15
|
private serialize;
|
|
34
16
|
private deserialize;
|
|
@@ -6,29 +6,11 @@ export interface DeleteResourcesByExternalIdCommandInput extends DeleteResources
|
|
|
6
6
|
}
|
|
7
7
|
export interface DeleteResourcesByExternalIdCommandOutput extends DeleteResourcesByExternalIdOutput, __MetadataBearer {
|
|
8
8
|
}
|
|
9
|
-
|
|
10
|
-
* <p>Deletes resources linked to an external ID.</p>
|
|
11
|
-
* @example
|
|
12
|
-
* Use a bare-bones client and the command you need to make an API call.
|
|
13
|
-
* ```javascript
|
|
14
|
-
* import { CodeDeployClient, DeleteResourcesByExternalIdCommand } from "@aws-sdk/client-codedeploy"; // ES Modules import
|
|
15
|
-
* // const { CodeDeployClient, DeleteResourcesByExternalIdCommand } = require("@aws-sdk/client-codedeploy"); // CommonJS import
|
|
16
|
-
* const client = new CodeDeployClient(config);
|
|
17
|
-
* const command = new DeleteResourcesByExternalIdCommand(input);
|
|
18
|
-
* const response = await client.send(command);
|
|
19
|
-
* ```
|
|
20
|
-
*
|
|
21
|
-
* @see {@link DeleteResourcesByExternalIdCommandInput} for command's `input` shape.
|
|
22
|
-
* @see {@link DeleteResourcesByExternalIdCommandOutput} for command's `response` shape.
|
|
23
|
-
* @see {@link CodeDeployClientResolvedConfig | config} for command's `input` shape.
|
|
24
|
-
*
|
|
25
|
-
*/
|
|
9
|
+
|
|
26
10
|
export declare class DeleteResourcesByExternalIdCommand extends $Command<DeleteResourcesByExternalIdCommandInput, DeleteResourcesByExternalIdCommandOutput, CodeDeployClientResolvedConfig> {
|
|
27
11
|
readonly input: DeleteResourcesByExternalIdCommandInput;
|
|
28
12
|
constructor(input: DeleteResourcesByExternalIdCommandInput);
|
|
29
|
-
|
|
30
|
-
* @internal
|
|
31
|
-
*/
|
|
13
|
+
|
|
32
14
|
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: CodeDeployClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DeleteResourcesByExternalIdCommandInput, DeleteResourcesByExternalIdCommandOutput>;
|
|
33
15
|
private serialize;
|
|
34
16
|
private deserialize;
|
|
@@ -6,29 +6,11 @@ export interface DeregisterOnPremisesInstanceCommandInput extends DeregisterOnPr
|
|
|
6
6
|
}
|
|
7
7
|
export interface DeregisterOnPremisesInstanceCommandOutput extends __MetadataBearer {
|
|
8
8
|
}
|
|
9
|
-
|
|
10
|
-
* <p>Deregisters an on-premises instance.</p>
|
|
11
|
-
* @example
|
|
12
|
-
* Use a bare-bones client and the command you need to make an API call.
|
|
13
|
-
* ```javascript
|
|
14
|
-
* import { CodeDeployClient, DeregisterOnPremisesInstanceCommand } from "@aws-sdk/client-codedeploy"; // ES Modules import
|
|
15
|
-
* // const { CodeDeployClient, DeregisterOnPremisesInstanceCommand } = require("@aws-sdk/client-codedeploy"); // CommonJS import
|
|
16
|
-
* const client = new CodeDeployClient(config);
|
|
17
|
-
* const command = new DeregisterOnPremisesInstanceCommand(input);
|
|
18
|
-
* const response = await client.send(command);
|
|
19
|
-
* ```
|
|
20
|
-
*
|
|
21
|
-
* @see {@link DeregisterOnPremisesInstanceCommandInput} for command's `input` shape.
|
|
22
|
-
* @see {@link DeregisterOnPremisesInstanceCommandOutput} for command's `response` shape.
|
|
23
|
-
* @see {@link CodeDeployClientResolvedConfig | config} for command's `input` shape.
|
|
24
|
-
*
|
|
25
|
-
*/
|
|
9
|
+
|
|
26
10
|
export declare class DeregisterOnPremisesInstanceCommand extends $Command<DeregisterOnPremisesInstanceCommandInput, DeregisterOnPremisesInstanceCommandOutput, CodeDeployClientResolvedConfig> {
|
|
27
11
|
readonly input: DeregisterOnPremisesInstanceCommandInput;
|
|
28
12
|
constructor(input: DeregisterOnPremisesInstanceCommandInput);
|
|
29
|
-
|
|
30
|
-
* @internal
|
|
31
|
-
*/
|
|
13
|
+
|
|
32
14
|
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: CodeDeployClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DeregisterOnPremisesInstanceCommandInput, DeregisterOnPremisesInstanceCommandOutput>;
|
|
33
15
|
private serialize;
|
|
34
16
|
private deserialize;
|
|
@@ -6,29 +6,11 @@ export interface GetApplicationCommandInput extends GetApplicationInput {
|
|
|
6
6
|
}
|
|
7
7
|
export interface GetApplicationCommandOutput extends GetApplicationOutput, __MetadataBearer {
|
|
8
8
|
}
|
|
9
|
-
|
|
10
|
-
* <p>Gets information about an application.</p>
|
|
11
|
-
* @example
|
|
12
|
-
* Use a bare-bones client and the command you need to make an API call.
|
|
13
|
-
* ```javascript
|
|
14
|
-
* import { CodeDeployClient, GetApplicationCommand } from "@aws-sdk/client-codedeploy"; // ES Modules import
|
|
15
|
-
* // const { CodeDeployClient, GetApplicationCommand } = require("@aws-sdk/client-codedeploy"); // CommonJS import
|
|
16
|
-
* const client = new CodeDeployClient(config);
|
|
17
|
-
* const command = new GetApplicationCommand(input);
|
|
18
|
-
* const response = await client.send(command);
|
|
19
|
-
* ```
|
|
20
|
-
*
|
|
21
|
-
* @see {@link GetApplicationCommandInput} for command's `input` shape.
|
|
22
|
-
* @see {@link GetApplicationCommandOutput} for command's `response` shape.
|
|
23
|
-
* @see {@link CodeDeployClientResolvedConfig | config} for command's `input` shape.
|
|
24
|
-
*
|
|
25
|
-
*/
|
|
9
|
+
|
|
26
10
|
export declare class GetApplicationCommand extends $Command<GetApplicationCommandInput, GetApplicationCommandOutput, CodeDeployClientResolvedConfig> {
|
|
27
11
|
readonly input: GetApplicationCommandInput;
|
|
28
12
|
constructor(input: GetApplicationCommandInput);
|
|
29
|
-
|
|
30
|
-
* @internal
|
|
31
|
-
*/
|
|
13
|
+
|
|
32
14
|
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: CodeDeployClientResolvedConfig, options?: __HttpHandlerOptions): Handler<GetApplicationCommandInput, GetApplicationCommandOutput>;
|
|
33
15
|
private serialize;
|
|
34
16
|
private deserialize;
|
|
@@ -6,29 +6,11 @@ export interface GetApplicationRevisionCommandInput extends GetApplicationRevisi
|
|
|
6
6
|
}
|
|
7
7
|
export interface GetApplicationRevisionCommandOutput extends GetApplicationRevisionOutput, __MetadataBearer {
|
|
8
8
|
}
|
|
9
|
-
|
|
10
|
-
* <p>Gets information about an application revision.</p>
|
|
11
|
-
* @example
|
|
12
|
-
* Use a bare-bones client and the command you need to make an API call.
|
|
13
|
-
* ```javascript
|
|
14
|
-
* import { CodeDeployClient, GetApplicationRevisionCommand } from "@aws-sdk/client-codedeploy"; // ES Modules import
|
|
15
|
-
* // const { CodeDeployClient, GetApplicationRevisionCommand } = require("@aws-sdk/client-codedeploy"); // CommonJS import
|
|
16
|
-
* const client = new CodeDeployClient(config);
|
|
17
|
-
* const command = new GetApplicationRevisionCommand(input);
|
|
18
|
-
* const response = await client.send(command);
|
|
19
|
-
* ```
|
|
20
|
-
*
|
|
21
|
-
* @see {@link GetApplicationRevisionCommandInput} for command's `input` shape.
|
|
22
|
-
* @see {@link GetApplicationRevisionCommandOutput} for command's `response` shape.
|
|
23
|
-
* @see {@link CodeDeployClientResolvedConfig | config} for command's `input` shape.
|
|
24
|
-
*
|
|
25
|
-
*/
|
|
9
|
+
|
|
26
10
|
export declare class GetApplicationRevisionCommand extends $Command<GetApplicationRevisionCommandInput, GetApplicationRevisionCommandOutput, CodeDeployClientResolvedConfig> {
|
|
27
11
|
readonly input: GetApplicationRevisionCommandInput;
|
|
28
12
|
constructor(input: GetApplicationRevisionCommandInput);
|
|
29
|
-
|
|
30
|
-
* @internal
|
|
31
|
-
*/
|
|
13
|
+
|
|
32
14
|
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: CodeDeployClientResolvedConfig, options?: __HttpHandlerOptions): Handler<GetApplicationRevisionCommandInput, GetApplicationRevisionCommandOutput>;
|
|
33
15
|
private serialize;
|
|
34
16
|
private deserialize;
|
|
@@ -6,35 +6,11 @@ export interface GetDeploymentCommandInput extends GetDeploymentInput {
|
|
|
6
6
|
}
|
|
7
7
|
export interface GetDeploymentCommandOutput extends GetDeploymentOutput, __MetadataBearer {
|
|
8
8
|
}
|
|
9
|
-
|
|
10
|
-
* <p>Gets information about a deployment.</p>
|
|
11
|
-
* <note>
|
|
12
|
-
* <p> The <code>content</code> property of the <code>appSpecContent</code> object in
|
|
13
|
-
* the returned revision is always null. Use <code>GetApplicationRevision</code> and
|
|
14
|
-
* the <code>sha256</code> property of the returned <code>appSpecContent</code> object
|
|
15
|
-
* to get the content of the deployment’s AppSpec file. </p>
|
|
16
|
-
* </note>
|
|
17
|
-
* @example
|
|
18
|
-
* Use a bare-bones client and the command you need to make an API call.
|
|
19
|
-
* ```javascript
|
|
20
|
-
* import { CodeDeployClient, GetDeploymentCommand } from "@aws-sdk/client-codedeploy"; // ES Modules import
|
|
21
|
-
* // const { CodeDeployClient, GetDeploymentCommand } = require("@aws-sdk/client-codedeploy"); // CommonJS import
|
|
22
|
-
* const client = new CodeDeployClient(config);
|
|
23
|
-
* const command = new GetDeploymentCommand(input);
|
|
24
|
-
* const response = await client.send(command);
|
|
25
|
-
* ```
|
|
26
|
-
*
|
|
27
|
-
* @see {@link GetDeploymentCommandInput} for command's `input` shape.
|
|
28
|
-
* @see {@link GetDeploymentCommandOutput} for command's `response` shape.
|
|
29
|
-
* @see {@link CodeDeployClientResolvedConfig | config} for command's `input` shape.
|
|
30
|
-
*
|
|
31
|
-
*/
|
|
9
|
+
|
|
32
10
|
export declare class GetDeploymentCommand extends $Command<GetDeploymentCommandInput, GetDeploymentCommandOutput, CodeDeployClientResolvedConfig> {
|
|
33
11
|
readonly input: GetDeploymentCommandInput;
|
|
34
12
|
constructor(input: GetDeploymentCommandInput);
|
|
35
|
-
|
|
36
|
-
* @internal
|
|
37
|
-
*/
|
|
13
|
+
|
|
38
14
|
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: CodeDeployClientResolvedConfig, options?: __HttpHandlerOptions): Handler<GetDeploymentCommandInput, GetDeploymentCommandOutput>;
|
|
39
15
|
private serialize;
|
|
40
16
|
private deserialize;
|
|
@@ -6,29 +6,11 @@ export interface GetDeploymentConfigCommandInput extends GetDeploymentConfigInpu
|
|
|
6
6
|
}
|
|
7
7
|
export interface GetDeploymentConfigCommandOutput extends GetDeploymentConfigOutput, __MetadataBearer {
|
|
8
8
|
}
|
|
9
|
-
|
|
10
|
-
* <p>Gets information about a deployment configuration.</p>
|
|
11
|
-
* @example
|
|
12
|
-
* Use a bare-bones client and the command you need to make an API call.
|
|
13
|
-
* ```javascript
|
|
14
|
-
* import { CodeDeployClient, GetDeploymentConfigCommand } from "@aws-sdk/client-codedeploy"; // ES Modules import
|
|
15
|
-
* // const { CodeDeployClient, GetDeploymentConfigCommand } = require("@aws-sdk/client-codedeploy"); // CommonJS import
|
|
16
|
-
* const client = new CodeDeployClient(config);
|
|
17
|
-
* const command = new GetDeploymentConfigCommand(input);
|
|
18
|
-
* const response = await client.send(command);
|
|
19
|
-
* ```
|
|
20
|
-
*
|
|
21
|
-
* @see {@link GetDeploymentConfigCommandInput} for command's `input` shape.
|
|
22
|
-
* @see {@link GetDeploymentConfigCommandOutput} for command's `response` shape.
|
|
23
|
-
* @see {@link CodeDeployClientResolvedConfig | config} for command's `input` shape.
|
|
24
|
-
*
|
|
25
|
-
*/
|
|
9
|
+
|
|
26
10
|
export declare class GetDeploymentConfigCommand extends $Command<GetDeploymentConfigCommandInput, GetDeploymentConfigCommandOutput, CodeDeployClientResolvedConfig> {
|
|
27
11
|
readonly input: GetDeploymentConfigCommandInput;
|
|
28
12
|
constructor(input: GetDeploymentConfigCommandInput);
|
|
29
|
-
|
|
30
|
-
* @internal
|
|
31
|
-
*/
|
|
13
|
+
|
|
32
14
|
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: CodeDeployClientResolvedConfig, options?: __HttpHandlerOptions): Handler<GetDeploymentConfigCommandInput, GetDeploymentConfigCommandOutput>;
|
|
33
15
|
private serialize;
|
|
34
16
|
private deserialize;
|
|
@@ -6,29 +6,11 @@ export interface GetDeploymentGroupCommandInput extends GetDeploymentGroupInput
|
|
|
6
6
|
}
|
|
7
7
|
export interface GetDeploymentGroupCommandOutput extends GetDeploymentGroupOutput, __MetadataBearer {
|
|
8
8
|
}
|
|
9
|
-
|
|
10
|
-
* <p>Gets information about a deployment group.</p>
|
|
11
|
-
* @example
|
|
12
|
-
* Use a bare-bones client and the command you need to make an API call.
|
|
13
|
-
* ```javascript
|
|
14
|
-
* import { CodeDeployClient, GetDeploymentGroupCommand } from "@aws-sdk/client-codedeploy"; // ES Modules import
|
|
15
|
-
* // const { CodeDeployClient, GetDeploymentGroupCommand } = require("@aws-sdk/client-codedeploy"); // CommonJS import
|
|
16
|
-
* const client = new CodeDeployClient(config);
|
|
17
|
-
* const command = new GetDeploymentGroupCommand(input);
|
|
18
|
-
* const response = await client.send(command);
|
|
19
|
-
* ```
|
|
20
|
-
*
|
|
21
|
-
* @see {@link GetDeploymentGroupCommandInput} for command's `input` shape.
|
|
22
|
-
* @see {@link GetDeploymentGroupCommandOutput} for command's `response` shape.
|
|
23
|
-
* @see {@link CodeDeployClientResolvedConfig | config} for command's `input` shape.
|
|
24
|
-
*
|
|
25
|
-
*/
|
|
9
|
+
|
|
26
10
|
export declare class GetDeploymentGroupCommand extends $Command<GetDeploymentGroupCommandInput, GetDeploymentGroupCommandOutput, CodeDeployClientResolvedConfig> {
|
|
27
11
|
readonly input: GetDeploymentGroupCommandInput;
|
|
28
12
|
constructor(input: GetDeploymentGroupCommandInput);
|
|
29
|
-
|
|
30
|
-
* @internal
|
|
31
|
-
*/
|
|
13
|
+
|
|
32
14
|
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: CodeDeployClientResolvedConfig, options?: __HttpHandlerOptions): Handler<GetDeploymentGroupCommandInput, GetDeploymentGroupCommandOutput>;
|
|
33
15
|
private serialize;
|
|
34
16
|
private deserialize;
|
|
@@ -6,31 +6,11 @@ export interface GetDeploymentInstanceCommandInput extends GetDeploymentInstance
|
|
|
6
6
|
}
|
|
7
7
|
export interface GetDeploymentInstanceCommandOutput extends GetDeploymentInstanceOutput, __MetadataBearer {
|
|
8
8
|
}
|
|
9
|
-
|
|
10
|
-
* @deprecated
|
|
11
|
-
*
|
|
12
|
-
* <p>Gets information about an instance as part of a deployment.</p>
|
|
13
|
-
* @example
|
|
14
|
-
* Use a bare-bones client and the command you need to make an API call.
|
|
15
|
-
* ```javascript
|
|
16
|
-
* import { CodeDeployClient, GetDeploymentInstanceCommand } from "@aws-sdk/client-codedeploy"; // ES Modules import
|
|
17
|
-
* // const { CodeDeployClient, GetDeploymentInstanceCommand } = require("@aws-sdk/client-codedeploy"); // CommonJS import
|
|
18
|
-
* const client = new CodeDeployClient(config);
|
|
19
|
-
* const command = new GetDeploymentInstanceCommand(input);
|
|
20
|
-
* const response = await client.send(command);
|
|
21
|
-
* ```
|
|
22
|
-
*
|
|
23
|
-
* @see {@link GetDeploymentInstanceCommandInput} for command's `input` shape.
|
|
24
|
-
* @see {@link GetDeploymentInstanceCommandOutput} for command's `response` shape.
|
|
25
|
-
* @see {@link CodeDeployClientResolvedConfig | config} for command's `input` shape.
|
|
26
|
-
*
|
|
27
|
-
*/
|
|
9
|
+
|
|
28
10
|
export declare class GetDeploymentInstanceCommand extends $Command<GetDeploymentInstanceCommandInput, GetDeploymentInstanceCommandOutput, CodeDeployClientResolvedConfig> {
|
|
29
11
|
readonly input: GetDeploymentInstanceCommandInput;
|
|
30
12
|
constructor(input: GetDeploymentInstanceCommandInput);
|
|
31
|
-
|
|
32
|
-
* @internal
|
|
33
|
-
*/
|
|
13
|
+
|
|
34
14
|
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: CodeDeployClientResolvedConfig, options?: __HttpHandlerOptions): Handler<GetDeploymentInstanceCommandInput, GetDeploymentInstanceCommandOutput>;
|
|
35
15
|
private serialize;
|
|
36
16
|
private deserialize;
|
|
@@ -6,29 +6,11 @@ export interface GetDeploymentTargetCommandInput extends GetDeploymentTargetInpu
|
|
|
6
6
|
}
|
|
7
7
|
export interface GetDeploymentTargetCommandOutput extends GetDeploymentTargetOutput, __MetadataBearer {
|
|
8
8
|
}
|
|
9
|
-
|
|
10
|
-
* <p> Returns information about a deployment target. </p>
|
|
11
|
-
* @example
|
|
12
|
-
* Use a bare-bones client and the command you need to make an API call.
|
|
13
|
-
* ```javascript
|
|
14
|
-
* import { CodeDeployClient, GetDeploymentTargetCommand } from "@aws-sdk/client-codedeploy"; // ES Modules import
|
|
15
|
-
* // const { CodeDeployClient, GetDeploymentTargetCommand } = require("@aws-sdk/client-codedeploy"); // CommonJS import
|
|
16
|
-
* const client = new CodeDeployClient(config);
|
|
17
|
-
* const command = new GetDeploymentTargetCommand(input);
|
|
18
|
-
* const response = await client.send(command);
|
|
19
|
-
* ```
|
|
20
|
-
*
|
|
21
|
-
* @see {@link GetDeploymentTargetCommandInput} for command's `input` shape.
|
|
22
|
-
* @see {@link GetDeploymentTargetCommandOutput} for command's `response` shape.
|
|
23
|
-
* @see {@link CodeDeployClientResolvedConfig | config} for command's `input` shape.
|
|
24
|
-
*
|
|
25
|
-
*/
|
|
9
|
+
|
|
26
10
|
export declare class GetDeploymentTargetCommand extends $Command<GetDeploymentTargetCommandInput, GetDeploymentTargetCommandOutput, CodeDeployClientResolvedConfig> {
|
|
27
11
|
readonly input: GetDeploymentTargetCommandInput;
|
|
28
12
|
constructor(input: GetDeploymentTargetCommandInput);
|
|
29
|
-
|
|
30
|
-
* @internal
|
|
31
|
-
*/
|
|
13
|
+
|
|
32
14
|
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: CodeDeployClientResolvedConfig, options?: __HttpHandlerOptions): Handler<GetDeploymentTargetCommandInput, GetDeploymentTargetCommandOutput>;
|
|
33
15
|
private serialize;
|
|
34
16
|
private deserialize;
|
|
@@ -6,29 +6,11 @@ export interface GetOnPremisesInstanceCommandInput extends GetOnPremisesInstance
|
|
|
6
6
|
}
|
|
7
7
|
export interface GetOnPremisesInstanceCommandOutput extends GetOnPremisesInstanceOutput, __MetadataBearer {
|
|
8
8
|
}
|
|
9
|
-
|
|
10
|
-
* <p> Gets information about an on-premises instance. </p>
|
|
11
|
-
* @example
|
|
12
|
-
* Use a bare-bones client and the command you need to make an API call.
|
|
13
|
-
* ```javascript
|
|
14
|
-
* import { CodeDeployClient, GetOnPremisesInstanceCommand } from "@aws-sdk/client-codedeploy"; // ES Modules import
|
|
15
|
-
* // const { CodeDeployClient, GetOnPremisesInstanceCommand } = require("@aws-sdk/client-codedeploy"); // CommonJS import
|
|
16
|
-
* const client = new CodeDeployClient(config);
|
|
17
|
-
* const command = new GetOnPremisesInstanceCommand(input);
|
|
18
|
-
* const response = await client.send(command);
|
|
19
|
-
* ```
|
|
20
|
-
*
|
|
21
|
-
* @see {@link GetOnPremisesInstanceCommandInput} for command's `input` shape.
|
|
22
|
-
* @see {@link GetOnPremisesInstanceCommandOutput} for command's `response` shape.
|
|
23
|
-
* @see {@link CodeDeployClientResolvedConfig | config} for command's `input` shape.
|
|
24
|
-
*
|
|
25
|
-
*/
|
|
9
|
+
|
|
26
10
|
export declare class GetOnPremisesInstanceCommand extends $Command<GetOnPremisesInstanceCommandInput, GetOnPremisesInstanceCommandOutput, CodeDeployClientResolvedConfig> {
|
|
27
11
|
readonly input: GetOnPremisesInstanceCommandInput;
|
|
28
12
|
constructor(input: GetOnPremisesInstanceCommandInput);
|
|
29
|
-
|
|
30
|
-
* @internal
|
|
31
|
-
*/
|
|
13
|
+
|
|
32
14
|
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: CodeDeployClientResolvedConfig, options?: __HttpHandlerOptions): Handler<GetOnPremisesInstanceCommandInput, GetOnPremisesInstanceCommandOutput>;
|
|
33
15
|
private serialize;
|
|
34
16
|
private deserialize;
|
|
@@ -6,29 +6,11 @@ export interface ListApplicationRevisionsCommandInput extends ListApplicationRev
|
|
|
6
6
|
}
|
|
7
7
|
export interface ListApplicationRevisionsCommandOutput extends ListApplicationRevisionsOutput, __MetadataBearer {
|
|
8
8
|
}
|
|
9
|
-
|
|
10
|
-
* <p>Lists information about revisions for an application.</p>
|
|
11
|
-
* @example
|
|
12
|
-
* Use a bare-bones client and the command you need to make an API call.
|
|
13
|
-
* ```javascript
|
|
14
|
-
* import { CodeDeployClient, ListApplicationRevisionsCommand } from "@aws-sdk/client-codedeploy"; // ES Modules import
|
|
15
|
-
* // const { CodeDeployClient, ListApplicationRevisionsCommand } = require("@aws-sdk/client-codedeploy"); // CommonJS import
|
|
16
|
-
* const client = new CodeDeployClient(config);
|
|
17
|
-
* const command = new ListApplicationRevisionsCommand(input);
|
|
18
|
-
* const response = await client.send(command);
|
|
19
|
-
* ```
|
|
20
|
-
*
|
|
21
|
-
* @see {@link ListApplicationRevisionsCommandInput} for command's `input` shape.
|
|
22
|
-
* @see {@link ListApplicationRevisionsCommandOutput} for command's `response` shape.
|
|
23
|
-
* @see {@link CodeDeployClientResolvedConfig | config} for command's `input` shape.
|
|
24
|
-
*
|
|
25
|
-
*/
|
|
9
|
+
|
|
26
10
|
export declare class ListApplicationRevisionsCommand extends $Command<ListApplicationRevisionsCommandInput, ListApplicationRevisionsCommandOutput, CodeDeployClientResolvedConfig> {
|
|
27
11
|
readonly input: ListApplicationRevisionsCommandInput;
|
|
28
12
|
constructor(input: ListApplicationRevisionsCommandInput);
|
|
29
|
-
|
|
30
|
-
* @internal
|
|
31
|
-
*/
|
|
13
|
+
|
|
32
14
|
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: CodeDeployClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListApplicationRevisionsCommandInput, ListApplicationRevisionsCommandOutput>;
|
|
33
15
|
private serialize;
|
|
34
16
|
private deserialize;
|
|
@@ -6,29 +6,11 @@ export interface ListApplicationsCommandInput extends ListApplicationsInput {
|
|
|
6
6
|
}
|
|
7
7
|
export interface ListApplicationsCommandOutput extends ListApplicationsOutput, __MetadataBearer {
|
|
8
8
|
}
|
|
9
|
-
|
|
10
|
-
* <p>Lists the applications registered with the IAM user or AWS account.</p>
|
|
11
|
-
* @example
|
|
12
|
-
* Use a bare-bones client and the command you need to make an API call.
|
|
13
|
-
* ```javascript
|
|
14
|
-
* import { CodeDeployClient, ListApplicationsCommand } from "@aws-sdk/client-codedeploy"; // ES Modules import
|
|
15
|
-
* // const { CodeDeployClient, ListApplicationsCommand } = require("@aws-sdk/client-codedeploy"); // CommonJS import
|
|
16
|
-
* const client = new CodeDeployClient(config);
|
|
17
|
-
* const command = new ListApplicationsCommand(input);
|
|
18
|
-
* const response = await client.send(command);
|
|
19
|
-
* ```
|
|
20
|
-
*
|
|
21
|
-
* @see {@link ListApplicationsCommandInput} for command's `input` shape.
|
|
22
|
-
* @see {@link ListApplicationsCommandOutput} for command's `response` shape.
|
|
23
|
-
* @see {@link CodeDeployClientResolvedConfig | config} for command's `input` shape.
|
|
24
|
-
*
|
|
25
|
-
*/
|
|
9
|
+
|
|
26
10
|
export declare class ListApplicationsCommand extends $Command<ListApplicationsCommandInput, ListApplicationsCommandOutput, CodeDeployClientResolvedConfig> {
|
|
27
11
|
readonly input: ListApplicationsCommandInput;
|
|
28
12
|
constructor(input: ListApplicationsCommandInput);
|
|
29
|
-
|
|
30
|
-
* @internal
|
|
31
|
-
*/
|
|
13
|
+
|
|
32
14
|
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: CodeDeployClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListApplicationsCommandInput, ListApplicationsCommandOutput>;
|
|
33
15
|
private serialize;
|
|
34
16
|
private deserialize;
|