@aws-sdk/client-codedeploy 3.170.0 → 3.171.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 +8 -0
- package/dist-types/ts3.4/CodeDeploy.d.ts +0 -47
- package/dist-types/ts3.4/CodeDeployClient.d.ts +0 -25
- package/dist-types/ts3.4/commands/AddTagsToOnPremisesInstancesCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/BatchGetApplicationRevisionsCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/BatchGetApplicationsCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/BatchGetDeploymentGroupsCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/BatchGetDeploymentInstancesCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/BatchGetDeploymentTargetsCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/BatchGetDeploymentsCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/BatchGetOnPremisesInstancesCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/ContinueDeploymentCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/CreateApplicationCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/CreateDeploymentCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/CreateDeploymentConfigCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/CreateDeploymentGroupCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/DeleteApplicationCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/DeleteDeploymentConfigCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/DeleteDeploymentGroupCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/DeleteGitHubAccountTokenCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/DeleteResourcesByExternalIdCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/DeregisterOnPremisesInstanceCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/GetApplicationCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/GetApplicationRevisionCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/GetDeploymentCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/GetDeploymentConfigCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/GetDeploymentGroupCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/GetDeploymentInstanceCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/GetDeploymentTargetCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/GetOnPremisesInstanceCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/ListApplicationRevisionsCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/ListApplicationsCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/ListDeploymentConfigsCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/ListDeploymentGroupsCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/ListDeploymentInstancesCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/ListDeploymentTargetsCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/ListDeploymentsCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/ListGitHubAccountTokenNamesCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/ListOnPremisesInstancesCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/PutLifecycleEventHookExecutionStatusCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/RegisterApplicationRevisionCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/RegisterOnPremisesInstanceCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/RemoveTagsFromOnPremisesInstancesCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/SkipWaitTimeForInstanceTerminationCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/StopDeploymentCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/UpdateApplicationCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/UpdateDeploymentGroupCommand.d.ts +0 -2
- package/dist-types/ts3.4/models/CodeDeployServiceException.d.ts +0 -1
- package/dist-types/ts3.4/models/models_0.d.ts +0 -757
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +0 -1
- package/dist-types/ts3.4/runtimeConfig.d.ts +0 -1
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +0 -1
- package/dist-types/ts3.4/runtimeConfig.shared.d.ts +0 -1
- package/dist-types/ts3.4/waiters/waitForDeploymentSuccessful.d.ts +0 -2
- package/package.json +27 -27
|
@@ -14,7 +14,6 @@ import { DeleteDeploymentConfigInput } from "../models/models_0";
|
|
|
14
14
|
export interface DeleteDeploymentConfigCommandInput
|
|
15
15
|
extends DeleteDeploymentConfigInput {}
|
|
16
16
|
export interface DeleteDeploymentConfigCommandOutput extends __MetadataBearer {}
|
|
17
|
-
|
|
18
17
|
export declare class DeleteDeploymentConfigCommand extends $Command<
|
|
19
18
|
DeleteDeploymentConfigCommandInput,
|
|
20
19
|
DeleteDeploymentConfigCommandOutput,
|
|
@@ -22,7 +21,6 @@ export declare class DeleteDeploymentConfigCommand extends $Command<
|
|
|
22
21
|
> {
|
|
23
22
|
readonly input: DeleteDeploymentConfigCommandInput;
|
|
24
23
|
constructor(input: DeleteDeploymentConfigCommandInput);
|
|
25
|
-
|
|
26
24
|
resolveMiddleware(
|
|
27
25
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
28
26
|
configuration: CodeDeployClientResolvedConfig,
|
|
@@ -19,7 +19,6 @@ export interface DeleteDeploymentGroupCommandInput
|
|
|
19
19
|
export interface DeleteDeploymentGroupCommandOutput
|
|
20
20
|
extends DeleteDeploymentGroupOutput,
|
|
21
21
|
__MetadataBearer {}
|
|
22
|
-
|
|
23
22
|
export declare class DeleteDeploymentGroupCommand extends $Command<
|
|
24
23
|
DeleteDeploymentGroupCommandInput,
|
|
25
24
|
DeleteDeploymentGroupCommandOutput,
|
|
@@ -27,7 +26,6 @@ export declare class DeleteDeploymentGroupCommand extends $Command<
|
|
|
27
26
|
> {
|
|
28
27
|
readonly input: DeleteDeploymentGroupCommandInput;
|
|
29
28
|
constructor(input: DeleteDeploymentGroupCommandInput);
|
|
30
|
-
|
|
31
29
|
resolveMiddleware(
|
|
32
30
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
31
|
configuration: CodeDeployClientResolvedConfig,
|
|
@@ -19,7 +19,6 @@ export interface DeleteGitHubAccountTokenCommandInput
|
|
|
19
19
|
export interface DeleteGitHubAccountTokenCommandOutput
|
|
20
20
|
extends DeleteGitHubAccountTokenOutput,
|
|
21
21
|
__MetadataBearer {}
|
|
22
|
-
|
|
23
22
|
export declare class DeleteGitHubAccountTokenCommand extends $Command<
|
|
24
23
|
DeleteGitHubAccountTokenCommandInput,
|
|
25
24
|
DeleteGitHubAccountTokenCommandOutput,
|
|
@@ -27,7 +26,6 @@ export declare class DeleteGitHubAccountTokenCommand extends $Command<
|
|
|
27
26
|
> {
|
|
28
27
|
readonly input: DeleteGitHubAccountTokenCommandInput;
|
|
29
28
|
constructor(input: DeleteGitHubAccountTokenCommandInput);
|
|
30
|
-
|
|
31
29
|
resolveMiddleware(
|
|
32
30
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
31
|
configuration: CodeDeployClientResolvedConfig,
|
|
@@ -19,7 +19,6 @@ export interface DeleteResourcesByExternalIdCommandInput
|
|
|
19
19
|
export interface DeleteResourcesByExternalIdCommandOutput
|
|
20
20
|
extends DeleteResourcesByExternalIdOutput,
|
|
21
21
|
__MetadataBearer {}
|
|
22
|
-
|
|
23
22
|
export declare class DeleteResourcesByExternalIdCommand extends $Command<
|
|
24
23
|
DeleteResourcesByExternalIdCommandInput,
|
|
25
24
|
DeleteResourcesByExternalIdCommandOutput,
|
|
@@ -27,7 +26,6 @@ export declare class DeleteResourcesByExternalIdCommand extends $Command<
|
|
|
27
26
|
> {
|
|
28
27
|
readonly input: DeleteResourcesByExternalIdCommandInput;
|
|
29
28
|
constructor(input: DeleteResourcesByExternalIdCommandInput);
|
|
30
|
-
|
|
31
29
|
resolveMiddleware(
|
|
32
30
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
31
|
configuration: CodeDeployClientResolvedConfig,
|
|
@@ -15,7 +15,6 @@ export interface DeregisterOnPremisesInstanceCommandInput
|
|
|
15
15
|
extends DeregisterOnPremisesInstanceInput {}
|
|
16
16
|
export interface DeregisterOnPremisesInstanceCommandOutput
|
|
17
17
|
extends __MetadataBearer {}
|
|
18
|
-
|
|
19
18
|
export declare class DeregisterOnPremisesInstanceCommand extends $Command<
|
|
20
19
|
DeregisterOnPremisesInstanceCommandInput,
|
|
21
20
|
DeregisterOnPremisesInstanceCommandOutput,
|
|
@@ -23,7 +22,6 @@ export declare class DeregisterOnPremisesInstanceCommand extends $Command<
|
|
|
23
22
|
> {
|
|
24
23
|
readonly input: DeregisterOnPremisesInstanceCommandInput;
|
|
25
24
|
constructor(input: DeregisterOnPremisesInstanceCommandInput);
|
|
26
|
-
|
|
27
25
|
resolveMiddleware(
|
|
28
26
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
29
27
|
configuration: CodeDeployClientResolvedConfig,
|
|
@@ -15,7 +15,6 @@ export interface GetApplicationCommandInput extends GetApplicationInput {}
|
|
|
15
15
|
export interface GetApplicationCommandOutput
|
|
16
16
|
extends GetApplicationOutput,
|
|
17
17
|
__MetadataBearer {}
|
|
18
|
-
|
|
19
18
|
export declare class GetApplicationCommand extends $Command<
|
|
20
19
|
GetApplicationCommandInput,
|
|
21
20
|
GetApplicationCommandOutput,
|
|
@@ -23,7 +22,6 @@ export declare class GetApplicationCommand extends $Command<
|
|
|
23
22
|
> {
|
|
24
23
|
readonly input: GetApplicationCommandInput;
|
|
25
24
|
constructor(input: GetApplicationCommandInput);
|
|
26
|
-
|
|
27
25
|
resolveMiddleware(
|
|
28
26
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
29
27
|
configuration: CodeDeployClientResolvedConfig,
|
|
@@ -19,7 +19,6 @@ export interface GetApplicationRevisionCommandInput
|
|
|
19
19
|
export interface GetApplicationRevisionCommandOutput
|
|
20
20
|
extends GetApplicationRevisionOutput,
|
|
21
21
|
__MetadataBearer {}
|
|
22
|
-
|
|
23
22
|
export declare class GetApplicationRevisionCommand extends $Command<
|
|
24
23
|
GetApplicationRevisionCommandInput,
|
|
25
24
|
GetApplicationRevisionCommandOutput,
|
|
@@ -27,7 +26,6 @@ export declare class GetApplicationRevisionCommand extends $Command<
|
|
|
27
26
|
> {
|
|
28
27
|
readonly input: GetApplicationRevisionCommandInput;
|
|
29
28
|
constructor(input: GetApplicationRevisionCommandInput);
|
|
30
|
-
|
|
31
29
|
resolveMiddleware(
|
|
32
30
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
31
|
configuration: CodeDeployClientResolvedConfig,
|
|
@@ -15,7 +15,6 @@ export interface GetDeploymentCommandInput extends GetDeploymentInput {}
|
|
|
15
15
|
export interface GetDeploymentCommandOutput
|
|
16
16
|
extends GetDeploymentOutput,
|
|
17
17
|
__MetadataBearer {}
|
|
18
|
-
|
|
19
18
|
export declare class GetDeploymentCommand extends $Command<
|
|
20
19
|
GetDeploymentCommandInput,
|
|
21
20
|
GetDeploymentCommandOutput,
|
|
@@ -23,7 +22,6 @@ export declare class GetDeploymentCommand extends $Command<
|
|
|
23
22
|
> {
|
|
24
23
|
readonly input: GetDeploymentCommandInput;
|
|
25
24
|
constructor(input: GetDeploymentCommandInput);
|
|
26
|
-
|
|
27
25
|
resolveMiddleware(
|
|
28
26
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
29
27
|
configuration: CodeDeployClientResolvedConfig,
|
|
@@ -19,7 +19,6 @@ export interface GetDeploymentConfigCommandInput
|
|
|
19
19
|
export interface GetDeploymentConfigCommandOutput
|
|
20
20
|
extends GetDeploymentConfigOutput,
|
|
21
21
|
__MetadataBearer {}
|
|
22
|
-
|
|
23
22
|
export declare class GetDeploymentConfigCommand extends $Command<
|
|
24
23
|
GetDeploymentConfigCommandInput,
|
|
25
24
|
GetDeploymentConfigCommandOutput,
|
|
@@ -27,7 +26,6 @@ export declare class GetDeploymentConfigCommand extends $Command<
|
|
|
27
26
|
> {
|
|
28
27
|
readonly input: GetDeploymentConfigCommandInput;
|
|
29
28
|
constructor(input: GetDeploymentConfigCommandInput);
|
|
30
|
-
|
|
31
29
|
resolveMiddleware(
|
|
32
30
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
31
|
configuration: CodeDeployClientResolvedConfig,
|
|
@@ -19,7 +19,6 @@ export interface GetDeploymentGroupCommandInput
|
|
|
19
19
|
export interface GetDeploymentGroupCommandOutput
|
|
20
20
|
extends GetDeploymentGroupOutput,
|
|
21
21
|
__MetadataBearer {}
|
|
22
|
-
|
|
23
22
|
export declare class GetDeploymentGroupCommand extends $Command<
|
|
24
23
|
GetDeploymentGroupCommandInput,
|
|
25
24
|
GetDeploymentGroupCommandOutput,
|
|
@@ -27,7 +26,6 @@ export declare class GetDeploymentGroupCommand extends $Command<
|
|
|
27
26
|
> {
|
|
28
27
|
readonly input: GetDeploymentGroupCommandInput;
|
|
29
28
|
constructor(input: GetDeploymentGroupCommandInput);
|
|
30
|
-
|
|
31
29
|
resolveMiddleware(
|
|
32
30
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
31
|
configuration: CodeDeployClientResolvedConfig,
|
|
@@ -19,7 +19,6 @@ export interface GetDeploymentInstanceCommandInput
|
|
|
19
19
|
export interface GetDeploymentInstanceCommandOutput
|
|
20
20
|
extends GetDeploymentInstanceOutput,
|
|
21
21
|
__MetadataBearer {}
|
|
22
|
-
|
|
23
22
|
export declare class GetDeploymentInstanceCommand extends $Command<
|
|
24
23
|
GetDeploymentInstanceCommandInput,
|
|
25
24
|
GetDeploymentInstanceCommandOutput,
|
|
@@ -27,7 +26,6 @@ export declare class GetDeploymentInstanceCommand extends $Command<
|
|
|
27
26
|
> {
|
|
28
27
|
readonly input: GetDeploymentInstanceCommandInput;
|
|
29
28
|
constructor(input: GetDeploymentInstanceCommandInput);
|
|
30
|
-
|
|
31
29
|
resolveMiddleware(
|
|
32
30
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
31
|
configuration: CodeDeployClientResolvedConfig,
|
|
@@ -19,7 +19,6 @@ export interface GetDeploymentTargetCommandInput
|
|
|
19
19
|
export interface GetDeploymentTargetCommandOutput
|
|
20
20
|
extends GetDeploymentTargetOutput,
|
|
21
21
|
__MetadataBearer {}
|
|
22
|
-
|
|
23
22
|
export declare class GetDeploymentTargetCommand extends $Command<
|
|
24
23
|
GetDeploymentTargetCommandInput,
|
|
25
24
|
GetDeploymentTargetCommandOutput,
|
|
@@ -27,7 +26,6 @@ export declare class GetDeploymentTargetCommand extends $Command<
|
|
|
27
26
|
> {
|
|
28
27
|
readonly input: GetDeploymentTargetCommandInput;
|
|
29
28
|
constructor(input: GetDeploymentTargetCommandInput);
|
|
30
|
-
|
|
31
29
|
resolveMiddleware(
|
|
32
30
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
31
|
configuration: CodeDeployClientResolvedConfig,
|
|
@@ -19,7 +19,6 @@ export interface GetOnPremisesInstanceCommandInput
|
|
|
19
19
|
export interface GetOnPremisesInstanceCommandOutput
|
|
20
20
|
extends GetOnPremisesInstanceOutput,
|
|
21
21
|
__MetadataBearer {}
|
|
22
|
-
|
|
23
22
|
export declare class GetOnPremisesInstanceCommand extends $Command<
|
|
24
23
|
GetOnPremisesInstanceCommandInput,
|
|
25
24
|
GetOnPremisesInstanceCommandOutput,
|
|
@@ -27,7 +26,6 @@ export declare class GetOnPremisesInstanceCommand extends $Command<
|
|
|
27
26
|
> {
|
|
28
27
|
readonly input: GetOnPremisesInstanceCommandInput;
|
|
29
28
|
constructor(input: GetOnPremisesInstanceCommandInput);
|
|
30
|
-
|
|
31
29
|
resolveMiddleware(
|
|
32
30
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
31
|
configuration: CodeDeployClientResolvedConfig,
|
|
@@ -19,7 +19,6 @@ export interface ListApplicationRevisionsCommandInput
|
|
|
19
19
|
export interface ListApplicationRevisionsCommandOutput
|
|
20
20
|
extends ListApplicationRevisionsOutput,
|
|
21
21
|
__MetadataBearer {}
|
|
22
|
-
|
|
23
22
|
export declare class ListApplicationRevisionsCommand extends $Command<
|
|
24
23
|
ListApplicationRevisionsCommandInput,
|
|
25
24
|
ListApplicationRevisionsCommandOutput,
|
|
@@ -27,7 +26,6 @@ export declare class ListApplicationRevisionsCommand extends $Command<
|
|
|
27
26
|
> {
|
|
28
27
|
readonly input: ListApplicationRevisionsCommandInput;
|
|
29
28
|
constructor(input: ListApplicationRevisionsCommandInput);
|
|
30
|
-
|
|
31
29
|
resolveMiddleware(
|
|
32
30
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
31
|
configuration: CodeDeployClientResolvedConfig,
|
|
@@ -18,7 +18,6 @@ export interface ListApplicationsCommandInput extends ListApplicationsInput {}
|
|
|
18
18
|
export interface ListApplicationsCommandOutput
|
|
19
19
|
extends ListApplicationsOutput,
|
|
20
20
|
__MetadataBearer {}
|
|
21
|
-
|
|
22
21
|
export declare class ListApplicationsCommand extends $Command<
|
|
23
22
|
ListApplicationsCommandInput,
|
|
24
23
|
ListApplicationsCommandOutput,
|
|
@@ -26,7 +25,6 @@ export declare class ListApplicationsCommand extends $Command<
|
|
|
26
25
|
> {
|
|
27
26
|
readonly input: ListApplicationsCommandInput;
|
|
28
27
|
constructor(input: ListApplicationsCommandInput);
|
|
29
|
-
|
|
30
28
|
resolveMiddleware(
|
|
31
29
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
32
30
|
configuration: CodeDeployClientResolvedConfig,
|
|
@@ -19,7 +19,6 @@ export interface ListDeploymentConfigsCommandInput
|
|
|
19
19
|
export interface ListDeploymentConfigsCommandOutput
|
|
20
20
|
extends ListDeploymentConfigsOutput,
|
|
21
21
|
__MetadataBearer {}
|
|
22
|
-
|
|
23
22
|
export declare class ListDeploymentConfigsCommand extends $Command<
|
|
24
23
|
ListDeploymentConfigsCommandInput,
|
|
25
24
|
ListDeploymentConfigsCommandOutput,
|
|
@@ -27,7 +26,6 @@ export declare class ListDeploymentConfigsCommand extends $Command<
|
|
|
27
26
|
> {
|
|
28
27
|
readonly input: ListDeploymentConfigsCommandInput;
|
|
29
28
|
constructor(input: ListDeploymentConfigsCommandInput);
|
|
30
|
-
|
|
31
29
|
resolveMiddleware(
|
|
32
30
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
31
|
configuration: CodeDeployClientResolvedConfig,
|
|
@@ -19,7 +19,6 @@ export interface ListDeploymentGroupsCommandInput
|
|
|
19
19
|
export interface ListDeploymentGroupsCommandOutput
|
|
20
20
|
extends ListDeploymentGroupsOutput,
|
|
21
21
|
__MetadataBearer {}
|
|
22
|
-
|
|
23
22
|
export declare class ListDeploymentGroupsCommand extends $Command<
|
|
24
23
|
ListDeploymentGroupsCommandInput,
|
|
25
24
|
ListDeploymentGroupsCommandOutput,
|
|
@@ -27,7 +26,6 @@ export declare class ListDeploymentGroupsCommand extends $Command<
|
|
|
27
26
|
> {
|
|
28
27
|
readonly input: ListDeploymentGroupsCommandInput;
|
|
29
28
|
constructor(input: ListDeploymentGroupsCommandInput);
|
|
30
|
-
|
|
31
29
|
resolveMiddleware(
|
|
32
30
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
31
|
configuration: CodeDeployClientResolvedConfig,
|
|
@@ -19,7 +19,6 @@ export interface ListDeploymentInstancesCommandInput
|
|
|
19
19
|
export interface ListDeploymentInstancesCommandOutput
|
|
20
20
|
extends ListDeploymentInstancesOutput,
|
|
21
21
|
__MetadataBearer {}
|
|
22
|
-
|
|
23
22
|
export declare class ListDeploymentInstancesCommand extends $Command<
|
|
24
23
|
ListDeploymentInstancesCommandInput,
|
|
25
24
|
ListDeploymentInstancesCommandOutput,
|
|
@@ -27,7 +26,6 @@ export declare class ListDeploymentInstancesCommand extends $Command<
|
|
|
27
26
|
> {
|
|
28
27
|
readonly input: ListDeploymentInstancesCommandInput;
|
|
29
28
|
constructor(input: ListDeploymentInstancesCommandInput);
|
|
30
|
-
|
|
31
29
|
resolveMiddleware(
|
|
32
30
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
31
|
configuration: CodeDeployClientResolvedConfig,
|
|
@@ -19,7 +19,6 @@ export interface ListDeploymentTargetsCommandInput
|
|
|
19
19
|
export interface ListDeploymentTargetsCommandOutput
|
|
20
20
|
extends ListDeploymentTargetsOutput,
|
|
21
21
|
__MetadataBearer {}
|
|
22
|
-
|
|
23
22
|
export declare class ListDeploymentTargetsCommand extends $Command<
|
|
24
23
|
ListDeploymentTargetsCommandInput,
|
|
25
24
|
ListDeploymentTargetsCommandOutput,
|
|
@@ -27,7 +26,6 @@ export declare class ListDeploymentTargetsCommand extends $Command<
|
|
|
27
26
|
> {
|
|
28
27
|
readonly input: ListDeploymentTargetsCommandInput;
|
|
29
28
|
constructor(input: ListDeploymentTargetsCommandInput);
|
|
30
|
-
|
|
31
29
|
resolveMiddleware(
|
|
32
30
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
31
|
configuration: CodeDeployClientResolvedConfig,
|
|
@@ -18,7 +18,6 @@ export interface ListDeploymentsCommandInput extends ListDeploymentsInput {}
|
|
|
18
18
|
export interface ListDeploymentsCommandOutput
|
|
19
19
|
extends ListDeploymentsOutput,
|
|
20
20
|
__MetadataBearer {}
|
|
21
|
-
|
|
22
21
|
export declare class ListDeploymentsCommand extends $Command<
|
|
23
22
|
ListDeploymentsCommandInput,
|
|
24
23
|
ListDeploymentsCommandOutput,
|
|
@@ -26,7 +25,6 @@ export declare class ListDeploymentsCommand extends $Command<
|
|
|
26
25
|
> {
|
|
27
26
|
readonly input: ListDeploymentsCommandInput;
|
|
28
27
|
constructor(input: ListDeploymentsCommandInput);
|
|
29
|
-
|
|
30
28
|
resolveMiddleware(
|
|
31
29
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
32
30
|
configuration: CodeDeployClientResolvedConfig,
|
|
@@ -19,7 +19,6 @@ export interface ListGitHubAccountTokenNamesCommandInput
|
|
|
19
19
|
export interface ListGitHubAccountTokenNamesCommandOutput
|
|
20
20
|
extends ListGitHubAccountTokenNamesOutput,
|
|
21
21
|
__MetadataBearer {}
|
|
22
|
-
|
|
23
22
|
export declare class ListGitHubAccountTokenNamesCommand extends $Command<
|
|
24
23
|
ListGitHubAccountTokenNamesCommandInput,
|
|
25
24
|
ListGitHubAccountTokenNamesCommandOutput,
|
|
@@ -27,7 +26,6 @@ export declare class ListGitHubAccountTokenNamesCommand extends $Command<
|
|
|
27
26
|
> {
|
|
28
27
|
readonly input: ListGitHubAccountTokenNamesCommandInput;
|
|
29
28
|
constructor(input: ListGitHubAccountTokenNamesCommandInput);
|
|
30
|
-
|
|
31
29
|
resolveMiddleware(
|
|
32
30
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
31
|
configuration: CodeDeployClientResolvedConfig,
|
|
@@ -19,7 +19,6 @@ export interface ListOnPremisesInstancesCommandInput
|
|
|
19
19
|
export interface ListOnPremisesInstancesCommandOutput
|
|
20
20
|
extends ListOnPremisesInstancesOutput,
|
|
21
21
|
__MetadataBearer {}
|
|
22
|
-
|
|
23
22
|
export declare class ListOnPremisesInstancesCommand extends $Command<
|
|
24
23
|
ListOnPremisesInstancesCommandInput,
|
|
25
24
|
ListOnPremisesInstancesCommandOutput,
|
|
@@ -27,7 +26,6 @@ export declare class ListOnPremisesInstancesCommand extends $Command<
|
|
|
27
26
|
> {
|
|
28
27
|
readonly input: ListOnPremisesInstancesCommandInput;
|
|
29
28
|
constructor(input: ListOnPremisesInstancesCommandInput);
|
|
30
|
-
|
|
31
29
|
resolveMiddleware(
|
|
32
30
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
31
|
configuration: CodeDeployClientResolvedConfig,
|
|
@@ -19,7 +19,6 @@ export interface ListTagsForResourceCommandInput
|
|
|
19
19
|
export interface ListTagsForResourceCommandOutput
|
|
20
20
|
extends ListTagsForResourceOutput,
|
|
21
21
|
__MetadataBearer {}
|
|
22
|
-
|
|
23
22
|
export declare class ListTagsForResourceCommand extends $Command<
|
|
24
23
|
ListTagsForResourceCommandInput,
|
|
25
24
|
ListTagsForResourceCommandOutput,
|
|
@@ -27,7 +26,6 @@ export declare class ListTagsForResourceCommand extends $Command<
|
|
|
27
26
|
> {
|
|
28
27
|
readonly input: ListTagsForResourceCommandInput;
|
|
29
28
|
constructor(input: ListTagsForResourceCommandInput);
|
|
30
|
-
|
|
31
29
|
resolveMiddleware(
|
|
32
30
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
31
|
configuration: CodeDeployClientResolvedConfig,
|
|
@@ -19,7 +19,6 @@ export interface PutLifecycleEventHookExecutionStatusCommandInput
|
|
|
19
19
|
export interface PutLifecycleEventHookExecutionStatusCommandOutput
|
|
20
20
|
extends PutLifecycleEventHookExecutionStatusOutput,
|
|
21
21
|
__MetadataBearer {}
|
|
22
|
-
|
|
23
22
|
export declare class PutLifecycleEventHookExecutionStatusCommand extends $Command<
|
|
24
23
|
PutLifecycleEventHookExecutionStatusCommandInput,
|
|
25
24
|
PutLifecycleEventHookExecutionStatusCommandOutput,
|
|
@@ -27,7 +26,6 @@ export declare class PutLifecycleEventHookExecutionStatusCommand extends $Comman
|
|
|
27
26
|
> {
|
|
28
27
|
readonly input: PutLifecycleEventHookExecutionStatusCommandInput;
|
|
29
28
|
constructor(input: PutLifecycleEventHookExecutionStatusCommandInput);
|
|
30
|
-
|
|
31
29
|
resolveMiddleware(
|
|
32
30
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
31
|
configuration: CodeDeployClientResolvedConfig,
|
|
@@ -15,7 +15,6 @@ export interface RegisterApplicationRevisionCommandInput
|
|
|
15
15
|
extends RegisterApplicationRevisionInput {}
|
|
16
16
|
export interface RegisterApplicationRevisionCommandOutput
|
|
17
17
|
extends __MetadataBearer {}
|
|
18
|
-
|
|
19
18
|
export declare class RegisterApplicationRevisionCommand extends $Command<
|
|
20
19
|
RegisterApplicationRevisionCommandInput,
|
|
21
20
|
RegisterApplicationRevisionCommandOutput,
|
|
@@ -23,7 +22,6 @@ export declare class RegisterApplicationRevisionCommand extends $Command<
|
|
|
23
22
|
> {
|
|
24
23
|
readonly input: RegisterApplicationRevisionCommandInput;
|
|
25
24
|
constructor(input: RegisterApplicationRevisionCommandInput);
|
|
26
|
-
|
|
27
25
|
resolveMiddleware(
|
|
28
26
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
29
27
|
configuration: CodeDeployClientResolvedConfig,
|
|
@@ -15,7 +15,6 @@ export interface RegisterOnPremisesInstanceCommandInput
|
|
|
15
15
|
extends RegisterOnPremisesInstanceInput {}
|
|
16
16
|
export interface RegisterOnPremisesInstanceCommandOutput
|
|
17
17
|
extends __MetadataBearer {}
|
|
18
|
-
|
|
19
18
|
export declare class RegisterOnPremisesInstanceCommand extends $Command<
|
|
20
19
|
RegisterOnPremisesInstanceCommandInput,
|
|
21
20
|
RegisterOnPremisesInstanceCommandOutput,
|
|
@@ -23,7 +22,6 @@ export declare class RegisterOnPremisesInstanceCommand extends $Command<
|
|
|
23
22
|
> {
|
|
24
23
|
readonly input: RegisterOnPremisesInstanceCommandInput;
|
|
25
24
|
constructor(input: RegisterOnPremisesInstanceCommandInput);
|
|
26
|
-
|
|
27
25
|
resolveMiddleware(
|
|
28
26
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
29
27
|
configuration: CodeDeployClientResolvedConfig,
|
|
@@ -15,7 +15,6 @@ export interface RemoveTagsFromOnPremisesInstancesCommandInput
|
|
|
15
15
|
extends RemoveTagsFromOnPremisesInstancesInput {}
|
|
16
16
|
export interface RemoveTagsFromOnPremisesInstancesCommandOutput
|
|
17
17
|
extends __MetadataBearer {}
|
|
18
|
-
|
|
19
18
|
export declare class RemoveTagsFromOnPremisesInstancesCommand extends $Command<
|
|
20
19
|
RemoveTagsFromOnPremisesInstancesCommandInput,
|
|
21
20
|
RemoveTagsFromOnPremisesInstancesCommandOutput,
|
|
@@ -23,7 +22,6 @@ export declare class RemoveTagsFromOnPremisesInstancesCommand extends $Command<
|
|
|
23
22
|
> {
|
|
24
23
|
readonly input: RemoveTagsFromOnPremisesInstancesCommandInput;
|
|
25
24
|
constructor(input: RemoveTagsFromOnPremisesInstancesCommandInput);
|
|
26
|
-
|
|
27
25
|
resolveMiddleware(
|
|
28
26
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
29
27
|
configuration: CodeDeployClientResolvedConfig,
|
|
@@ -15,7 +15,6 @@ export interface SkipWaitTimeForInstanceTerminationCommandInput
|
|
|
15
15
|
extends SkipWaitTimeForInstanceTerminationInput {}
|
|
16
16
|
export interface SkipWaitTimeForInstanceTerminationCommandOutput
|
|
17
17
|
extends __MetadataBearer {}
|
|
18
|
-
|
|
19
18
|
export declare class SkipWaitTimeForInstanceTerminationCommand extends $Command<
|
|
20
19
|
SkipWaitTimeForInstanceTerminationCommandInput,
|
|
21
20
|
SkipWaitTimeForInstanceTerminationCommandOutput,
|
|
@@ -23,7 +22,6 @@ export declare class SkipWaitTimeForInstanceTerminationCommand extends $Command<
|
|
|
23
22
|
> {
|
|
24
23
|
readonly input: SkipWaitTimeForInstanceTerminationCommandInput;
|
|
25
24
|
constructor(input: SkipWaitTimeForInstanceTerminationCommandInput);
|
|
26
|
-
|
|
27
25
|
resolveMiddleware(
|
|
28
26
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
29
27
|
configuration: CodeDeployClientResolvedConfig,
|
|
@@ -15,7 +15,6 @@ export interface StopDeploymentCommandInput extends StopDeploymentInput {}
|
|
|
15
15
|
export interface StopDeploymentCommandOutput
|
|
16
16
|
extends StopDeploymentOutput,
|
|
17
17
|
__MetadataBearer {}
|
|
18
|
-
|
|
19
18
|
export declare class StopDeploymentCommand extends $Command<
|
|
20
19
|
StopDeploymentCommandInput,
|
|
21
20
|
StopDeploymentCommandOutput,
|
|
@@ -23,7 +22,6 @@ export declare class StopDeploymentCommand extends $Command<
|
|
|
23
22
|
> {
|
|
24
23
|
readonly input: StopDeploymentCommandInput;
|
|
25
24
|
constructor(input: StopDeploymentCommandInput);
|
|
26
|
-
|
|
27
25
|
resolveMiddleware(
|
|
28
26
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
29
27
|
configuration: CodeDeployClientResolvedConfig,
|
|
@@ -15,7 +15,6 @@ export interface TagResourceCommandInput extends TagResourceInput {}
|
|
|
15
15
|
export interface TagResourceCommandOutput
|
|
16
16
|
extends TagResourceOutput,
|
|
17
17
|
__MetadataBearer {}
|
|
18
|
-
|
|
19
18
|
export declare class TagResourceCommand extends $Command<
|
|
20
19
|
TagResourceCommandInput,
|
|
21
20
|
TagResourceCommandOutput,
|
|
@@ -23,7 +22,6 @@ export declare class TagResourceCommand extends $Command<
|
|
|
23
22
|
> {
|
|
24
23
|
readonly input: TagResourceCommandInput;
|
|
25
24
|
constructor(input: TagResourceCommandInput);
|
|
26
|
-
|
|
27
25
|
resolveMiddleware(
|
|
28
26
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
29
27
|
configuration: CodeDeployClientResolvedConfig,
|
|
@@ -15,7 +15,6 @@ export interface UntagResourceCommandInput extends UntagResourceInput {}
|
|
|
15
15
|
export interface UntagResourceCommandOutput
|
|
16
16
|
extends UntagResourceOutput,
|
|
17
17
|
__MetadataBearer {}
|
|
18
|
-
|
|
19
18
|
export declare class UntagResourceCommand extends $Command<
|
|
20
19
|
UntagResourceCommandInput,
|
|
21
20
|
UntagResourceCommandOutput,
|
|
@@ -23,7 +22,6 @@ export declare class UntagResourceCommand extends $Command<
|
|
|
23
22
|
> {
|
|
24
23
|
readonly input: UntagResourceCommandInput;
|
|
25
24
|
constructor(input: UntagResourceCommandInput);
|
|
26
|
-
|
|
27
25
|
resolveMiddleware(
|
|
28
26
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
29
27
|
configuration: CodeDeployClientResolvedConfig,
|
|
@@ -13,7 +13,6 @@ import {
|
|
|
13
13
|
import { UpdateApplicationInput } from "../models/models_0";
|
|
14
14
|
export interface UpdateApplicationCommandInput extends UpdateApplicationInput {}
|
|
15
15
|
export interface UpdateApplicationCommandOutput extends __MetadataBearer {}
|
|
16
|
-
|
|
17
16
|
export declare class UpdateApplicationCommand extends $Command<
|
|
18
17
|
UpdateApplicationCommandInput,
|
|
19
18
|
UpdateApplicationCommandOutput,
|
|
@@ -21,7 +20,6 @@ export declare class UpdateApplicationCommand extends $Command<
|
|
|
21
20
|
> {
|
|
22
21
|
readonly input: UpdateApplicationCommandInput;
|
|
23
22
|
constructor(input: UpdateApplicationCommandInput);
|
|
24
|
-
|
|
25
23
|
resolveMiddleware(
|
|
26
24
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
27
25
|
configuration: CodeDeployClientResolvedConfig,
|
|
@@ -19,7 +19,6 @@ export interface UpdateDeploymentGroupCommandInput
|
|
|
19
19
|
export interface UpdateDeploymentGroupCommandOutput
|
|
20
20
|
extends UpdateDeploymentGroupOutput,
|
|
21
21
|
__MetadataBearer {}
|
|
22
|
-
|
|
23
22
|
export declare class UpdateDeploymentGroupCommand extends $Command<
|
|
24
23
|
UpdateDeploymentGroupCommandInput,
|
|
25
24
|
UpdateDeploymentGroupCommandOutput,
|
|
@@ -27,7 +26,6 @@ export declare class UpdateDeploymentGroupCommand extends $Command<
|
|
|
27
26
|
> {
|
|
28
27
|
readonly input: UpdateDeploymentGroupCommandInput;
|
|
29
28
|
constructor(input: UpdateDeploymentGroupCommandInput);
|
|
30
|
-
|
|
31
29
|
resolveMiddleware(
|
|
32
30
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
31
|
configuration: CodeDeployClientResolvedConfig,
|
|
@@ -2,7 +2,6 @@ import {
|
|
|
2
2
|
ServiceException as __ServiceException,
|
|
3
3
|
ServiceExceptionOptions as __ServiceExceptionOptions,
|
|
4
4
|
} from "@aws-sdk/smithy-client";
|
|
5
|
-
|
|
6
5
|
export declare class CodeDeployServiceException extends __ServiceException {
|
|
7
6
|
constructor(options: __ServiceExceptionOptions);
|
|
8
7
|
}
|