@aws-sdk/client-codedeploy 3.1086.0 → 3.1088.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/dist-cjs/index.js +1 -1
- package/dist-types/ts3.4/CodeDeploy.d.ts +150 -173
- package/dist-types/ts3.4/CodeDeployClient.d.ts +6 -18
- package/dist-types/ts3.4/auth/httpAuthExtensionConfiguration.d.ts +5 -12
- package/dist-types/ts3.4/auth/httpAuthSchemeProvider.d.ts +11 -15
- package/dist-types/ts3.4/commandBuilder.d.ts +7 -13
- package/dist-types/ts3.4/commands/AddTagsToOnPremisesInstancesCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/BatchGetApplicationRevisionsCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/BatchGetApplicationsCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/BatchGetDeploymentGroupsCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/BatchGetDeploymentInstancesCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/BatchGetDeploymentTargetsCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/BatchGetDeploymentsCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/BatchGetOnPremisesInstancesCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/ContinueDeploymentCommand.d.ts +2 -3
- package/dist-types/ts3.4/commands/CreateApplicationCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/CreateDeploymentCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/CreateDeploymentConfigCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/CreateDeploymentGroupCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/DeleteApplicationCommand.d.ts +2 -2
- package/dist-types/ts3.4/commands/DeleteDeploymentConfigCommand.d.ts +3 -4
- package/dist-types/ts3.4/commands/DeleteDeploymentGroupCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/DeleteGitHubAccountTokenCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/DeleteResourcesByExternalIdCommand.d.ts +3 -5
- package/dist-types/ts3.4/commands/DeregisterOnPremisesInstanceCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/GetApplicationCommand.d.ts +3 -5
- package/dist-types/ts3.4/commands/GetApplicationRevisionCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/GetDeploymentCommand.d.ts +3 -5
- package/dist-types/ts3.4/commands/GetDeploymentConfigCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/GetDeploymentGroupCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/GetDeploymentInstanceCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/GetDeploymentTargetCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/GetOnPremisesInstanceCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/ListApplicationRevisionsCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/ListApplicationsCommand.d.ts +3 -8
- package/dist-types/ts3.4/commands/ListDeploymentConfigsCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/ListDeploymentGroupsCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/ListDeploymentInstancesCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/ListDeploymentTargetsCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/ListDeploymentsCommand.d.ts +3 -8
- package/dist-types/ts3.4/commands/ListGitHubAccountTokenNamesCommand.d.ts +3 -5
- package/dist-types/ts3.4/commands/ListOnPremisesInstancesCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/PutLifecycleEventHookExecutionStatusCommand.d.ts +3 -5
- package/dist-types/ts3.4/commands/RegisterApplicationRevisionCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/RegisterOnPremisesInstanceCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/RemoveTagsFromOnPremisesInstancesCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/SkipWaitTimeForInstanceTerminationCommand.d.ts +3 -5
- package/dist-types/ts3.4/commands/StopDeploymentCommand.d.ts +3 -5
- package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +3 -5
- package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +3 -5
- package/dist-types/ts3.4/commands/UpdateApplicationCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateDeploymentGroupCommand.d.ts +5 -10
- package/dist-types/ts3.4/endpoint/EndpointParameters.d.ts +1 -1
- package/dist-types/ts3.4/endpoint/endpointResolver.d.ts +1 -1
- package/dist-types/ts3.4/extensionConfiguration.d.ts +2 -1
- package/dist-types/ts3.4/models/enums.d.ts +19 -38
- package/dist-types/ts3.4/models/errors.d.ts +110 -487
- package/dist-types/ts3.4/models/models_0.d.ts +5 -15
- package/dist-types/ts3.4/pagination/Interfaces.d.ts +1 -2
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +9 -22
- package/dist-types/ts3.4/runtimeConfig.d.ts +8 -16
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +9 -22
- package/dist-types/ts3.4/runtimeConfig.shared.d.ts +1 -1
- package/dist-types/ts3.4/runtimeExtensions.d.ts +1 -1
- package/dist-types/ts3.4/schemas/schemas_0.d.ts +1 -5
- package/dist-types/ts3.4/waiters/waitForDeploymentSuccessful.d.ts +3 -5
- package/package.json +39 -39
|
@@ -1,13 +1,11 @@
|
|
|
1
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
2
2
|
import { SkipWaitTimeForInstanceTerminationInput } from "../models/models_0";
|
|
3
3
|
export { __MetadataBearer };
|
|
4
|
-
export interface SkipWaitTimeForInstanceTerminationCommandInput
|
|
5
|
-
|
|
6
|
-
export interface SkipWaitTimeForInstanceTerminationCommandOutput
|
|
7
|
-
extends __MetadataBearer {}
|
|
4
|
+
export interface SkipWaitTimeForInstanceTerminationCommandInput extends SkipWaitTimeForInstanceTerminationInput {}
|
|
5
|
+
export interface SkipWaitTimeForInstanceTerminationCommandOutput extends __MetadataBearer {}
|
|
8
6
|
declare const SkipWaitTimeForInstanceTerminationCommand_base: {
|
|
9
7
|
new (
|
|
10
|
-
input: SkipWaitTimeForInstanceTerminationCommandInput
|
|
8
|
+
input: SkipWaitTimeForInstanceTerminationCommandInput,
|
|
11
9
|
): import("@smithy/core/client").CommandImpl<
|
|
12
10
|
SkipWaitTimeForInstanceTerminationCommandInput,
|
|
13
11
|
SkipWaitTimeForInstanceTerminationCommandOutput,
|
|
@@ -2,12 +2,10 @@ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
|
2
2
|
import { StopDeploymentInput, StopDeploymentOutput } from "../models/models_0";
|
|
3
3
|
export { __MetadataBearer };
|
|
4
4
|
export interface StopDeploymentCommandInput extends StopDeploymentInput {}
|
|
5
|
-
export interface StopDeploymentCommandOutput
|
|
6
|
-
extends StopDeploymentOutput,
|
|
7
|
-
__MetadataBearer {}
|
|
5
|
+
export interface StopDeploymentCommandOutput extends StopDeploymentOutput, __MetadataBearer {}
|
|
8
6
|
declare const StopDeploymentCommand_base: {
|
|
9
7
|
new (
|
|
10
|
-
input: StopDeploymentCommandInput
|
|
8
|
+
input: StopDeploymentCommandInput,
|
|
11
9
|
): import("@smithy/core/client").CommandImpl<
|
|
12
10
|
StopDeploymentCommandInput,
|
|
13
11
|
StopDeploymentCommandOutput,
|
|
@@ -16,7 +14,7 @@ declare const StopDeploymentCommand_base: {
|
|
|
16
14
|
import("..").ServiceOutputTypes
|
|
17
15
|
>;
|
|
18
16
|
new (
|
|
19
|
-
input: StopDeploymentCommandInput
|
|
17
|
+
input: StopDeploymentCommandInput,
|
|
20
18
|
): import("@smithy/core/client").CommandImpl<
|
|
21
19
|
StopDeploymentCommandInput,
|
|
22
20
|
StopDeploymentCommandOutput,
|
|
@@ -2,12 +2,10 @@ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
|
2
2
|
import { TagResourceInput, TagResourceOutput } from "../models/models_0";
|
|
3
3
|
export { __MetadataBearer };
|
|
4
4
|
export interface TagResourceCommandInput extends TagResourceInput {}
|
|
5
|
-
export interface TagResourceCommandOutput
|
|
6
|
-
extends TagResourceOutput,
|
|
7
|
-
__MetadataBearer {}
|
|
5
|
+
export interface TagResourceCommandOutput extends TagResourceOutput, __MetadataBearer {}
|
|
8
6
|
declare const TagResourceCommand_base: {
|
|
9
7
|
new (
|
|
10
|
-
input: TagResourceCommandInput
|
|
8
|
+
input: TagResourceCommandInput,
|
|
11
9
|
): import("@smithy/core/client").CommandImpl<
|
|
12
10
|
TagResourceCommandInput,
|
|
13
11
|
TagResourceCommandOutput,
|
|
@@ -16,7 +14,7 @@ declare const TagResourceCommand_base: {
|
|
|
16
14
|
import("..").ServiceOutputTypes
|
|
17
15
|
>;
|
|
18
16
|
new (
|
|
19
|
-
input: TagResourceCommandInput
|
|
17
|
+
input: TagResourceCommandInput,
|
|
20
18
|
): import("@smithy/core/client").CommandImpl<
|
|
21
19
|
TagResourceCommandInput,
|
|
22
20
|
TagResourceCommandOutput,
|
|
@@ -2,12 +2,10 @@ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
|
2
2
|
import { UntagResourceInput, UntagResourceOutput } from "../models/models_0";
|
|
3
3
|
export { __MetadataBearer };
|
|
4
4
|
export interface UntagResourceCommandInput extends UntagResourceInput {}
|
|
5
|
-
export interface UntagResourceCommandOutput
|
|
6
|
-
extends UntagResourceOutput,
|
|
7
|
-
__MetadataBearer {}
|
|
5
|
+
export interface UntagResourceCommandOutput extends UntagResourceOutput, __MetadataBearer {}
|
|
8
6
|
declare const UntagResourceCommand_base: {
|
|
9
7
|
new (
|
|
10
|
-
input: UntagResourceCommandInput
|
|
8
|
+
input: UntagResourceCommandInput,
|
|
11
9
|
): import("@smithy/core/client").CommandImpl<
|
|
12
10
|
UntagResourceCommandInput,
|
|
13
11
|
UntagResourceCommandOutput,
|
|
@@ -16,7 +14,7 @@ declare const UntagResourceCommand_base: {
|
|
|
16
14
|
import("..").ServiceOutputTypes
|
|
17
15
|
>;
|
|
18
16
|
new (
|
|
19
|
-
input: UntagResourceCommandInput
|
|
17
|
+
input: UntagResourceCommandInput,
|
|
20
18
|
): import("@smithy/core/client").CommandImpl<
|
|
21
19
|
UntagResourceCommandInput,
|
|
22
20
|
UntagResourceCommandOutput,
|
|
@@ -5,7 +5,7 @@ export interface UpdateApplicationCommandInput extends UpdateApplicationInput {}
|
|
|
5
5
|
export interface UpdateApplicationCommandOutput extends __MetadataBearer {}
|
|
6
6
|
declare const UpdateApplicationCommand_base: {
|
|
7
7
|
new (
|
|
8
|
-
input: UpdateApplicationCommandInput
|
|
8
|
+
input: UpdateApplicationCommandInput,
|
|
9
9
|
): import("@smithy/core/client").CommandImpl<
|
|
10
10
|
UpdateApplicationCommandInput,
|
|
11
11
|
UpdateApplicationCommandOutput,
|
|
@@ -1,17 +1,12 @@
|
|
|
1
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
2
|
-
import {
|
|
3
|
-
UpdateDeploymentGroupInput,
|
|
4
|
-
UpdateDeploymentGroupOutput,
|
|
5
|
-
} from "../models/models_0";
|
|
2
|
+
import { UpdateDeploymentGroupInput, UpdateDeploymentGroupOutput } from "../models/models_0";
|
|
6
3
|
export { __MetadataBearer };
|
|
7
|
-
export interface UpdateDeploymentGroupCommandInput
|
|
8
|
-
extends UpdateDeploymentGroupInput {}
|
|
4
|
+
export interface UpdateDeploymentGroupCommandInput extends UpdateDeploymentGroupInput {}
|
|
9
5
|
export interface UpdateDeploymentGroupCommandOutput
|
|
10
|
-
extends UpdateDeploymentGroupOutput,
|
|
11
|
-
__MetadataBearer {}
|
|
6
|
+
extends UpdateDeploymentGroupOutput, __MetadataBearer {}
|
|
12
7
|
declare const UpdateDeploymentGroupCommand_base: {
|
|
13
8
|
new (
|
|
14
|
-
input: UpdateDeploymentGroupCommandInput
|
|
9
|
+
input: UpdateDeploymentGroupCommandInput,
|
|
15
10
|
): import("@smithy/core/client").CommandImpl<
|
|
16
11
|
UpdateDeploymentGroupCommandInput,
|
|
17
12
|
UpdateDeploymentGroupCommandOutput,
|
|
@@ -20,7 +15,7 @@ declare const UpdateDeploymentGroupCommand_base: {
|
|
|
20
15
|
import("..").ServiceOutputTypes
|
|
21
16
|
>;
|
|
22
17
|
new (
|
|
23
|
-
input: UpdateDeploymentGroupCommandInput
|
|
18
|
+
input: UpdateDeploymentGroupCommandInput,
|
|
24
19
|
): import("@smithy/core/client").CommandImpl<
|
|
25
20
|
UpdateDeploymentGroupCommandInput,
|
|
26
21
|
UpdateDeploymentGroupCommandOutput,
|
|
@@ -23,7 +23,7 @@ export type ClientResolvedEndpointParameters = Pick<
|
|
|
23
23
|
defaultSigningName: string;
|
|
24
24
|
};
|
|
25
25
|
export declare const resolveClientEndpointParameters: <T>(
|
|
26
|
-
options: T & ClientInputEndpointParameters
|
|
26
|
+
options: T & ClientInputEndpointParameters,
|
|
27
27
|
) => T & ClientResolvedEndpointParameters;
|
|
28
28
|
export declare const commonParams: {
|
|
29
29
|
readonly UseFIPS: {
|
|
@@ -3,7 +3,8 @@ import { HttpHandlerExtensionConfiguration } from "@smithy/core/protocols";
|
|
|
3
3
|
import { DefaultExtensionConfiguration } from "@smithy/types";
|
|
4
4
|
import { HttpAuthExtensionConfiguration } from "./auth/httpAuthExtensionConfiguration";
|
|
5
5
|
export interface CodeDeployExtensionConfiguration
|
|
6
|
-
extends
|
|
6
|
+
extends
|
|
7
|
+
HttpHandlerExtensionConfiguration,
|
|
7
8
|
DefaultExtensionConfiguration,
|
|
8
9
|
AwsRegionExtensionConfiguration,
|
|
9
10
|
HttpAuthExtensionConfiguration {}
|
|
@@ -3,8 +3,7 @@ export declare const ComputePlatform: {
|
|
|
3
3
|
readonly LAMBDA: "Lambda";
|
|
4
4
|
readonly SERVER: "Server";
|
|
5
5
|
};
|
|
6
|
-
export type ComputePlatform =
|
|
7
|
-
(typeof ComputePlatform)[keyof typeof ComputePlatform];
|
|
6
|
+
export type ComputePlatform = (typeof ComputePlatform)[keyof typeof ComputePlatform];
|
|
8
7
|
export declare const ApplicationRevisionSortBy: {
|
|
9
8
|
readonly FirstUsedTime: "firstUsedTime";
|
|
10
9
|
readonly LastUsedTime: "lastUsedTime";
|
|
@@ -17,16 +16,14 @@ export declare const AutoRollbackEvent: {
|
|
|
17
16
|
readonly DEPLOYMENT_STOP_ON_ALARM: "DEPLOYMENT_STOP_ON_ALARM";
|
|
18
17
|
readonly DEPLOYMENT_STOP_ON_REQUEST: "DEPLOYMENT_STOP_ON_REQUEST";
|
|
19
18
|
};
|
|
20
|
-
export type AutoRollbackEvent =
|
|
21
|
-
(typeof AutoRollbackEvent)[keyof typeof AutoRollbackEvent];
|
|
19
|
+
export type AutoRollbackEvent = (typeof AutoRollbackEvent)[keyof typeof AutoRollbackEvent];
|
|
22
20
|
export declare const RevisionLocationType: {
|
|
23
21
|
readonly AppSpecContent: "AppSpecContent";
|
|
24
22
|
readonly GitHub: "GitHub";
|
|
25
23
|
readonly S3: "S3";
|
|
26
24
|
readonly String: "String";
|
|
27
25
|
};
|
|
28
|
-
export type RevisionLocationType =
|
|
29
|
-
(typeof RevisionLocationType)[keyof typeof RevisionLocationType];
|
|
26
|
+
export type RevisionLocationType = (typeof RevisionLocationType)[keyof typeof RevisionLocationType];
|
|
30
27
|
export declare const BundleType: {
|
|
31
28
|
readonly JSON: "JSON";
|
|
32
29
|
readonly Tar: "tar";
|
|
@@ -51,27 +48,23 @@ export declare const InstanceAction: {
|
|
|
51
48
|
readonly KEEP_ALIVE: "KEEP_ALIVE";
|
|
52
49
|
readonly TERMINATE: "TERMINATE";
|
|
53
50
|
};
|
|
54
|
-
export type InstanceAction =
|
|
55
|
-
(typeof InstanceAction)[keyof typeof InstanceAction];
|
|
51
|
+
export type InstanceAction = (typeof InstanceAction)[keyof typeof InstanceAction];
|
|
56
52
|
export declare const DeploymentOption: {
|
|
57
53
|
readonly WITHOUT_TRAFFIC_CONTROL: "WITHOUT_TRAFFIC_CONTROL";
|
|
58
54
|
readonly WITH_TRAFFIC_CONTROL: "WITH_TRAFFIC_CONTROL";
|
|
59
55
|
};
|
|
60
|
-
export type DeploymentOption =
|
|
61
|
-
(typeof DeploymentOption)[keyof typeof DeploymentOption];
|
|
56
|
+
export type DeploymentOption = (typeof DeploymentOption)[keyof typeof DeploymentOption];
|
|
62
57
|
export declare const DeploymentType: {
|
|
63
58
|
readonly BLUE_GREEN: "BLUE_GREEN";
|
|
64
59
|
readonly IN_PLACE: "IN_PLACE";
|
|
65
60
|
};
|
|
66
|
-
export type DeploymentType =
|
|
67
|
-
(typeof DeploymentType)[keyof typeof DeploymentType];
|
|
61
|
+
export type DeploymentType = (typeof DeploymentType)[keyof typeof DeploymentType];
|
|
68
62
|
export declare const EC2TagFilterType: {
|
|
69
63
|
readonly KEY_AND_VALUE: "KEY_AND_VALUE";
|
|
70
64
|
readonly KEY_ONLY: "KEY_ONLY";
|
|
71
65
|
readonly VALUE_ONLY: "VALUE_ONLY";
|
|
72
66
|
};
|
|
73
|
-
export type EC2TagFilterType =
|
|
74
|
-
(typeof EC2TagFilterType)[keyof typeof EC2TagFilterType];
|
|
67
|
+
export type EC2TagFilterType = (typeof EC2TagFilterType)[keyof typeof EC2TagFilterType];
|
|
75
68
|
export declare const DeploymentStatus: {
|
|
76
69
|
readonly BAKING: "Baking";
|
|
77
70
|
readonly CREATED: "Created";
|
|
@@ -82,8 +75,7 @@ export declare const DeploymentStatus: {
|
|
|
82
75
|
readonly STOPPED: "Stopped";
|
|
83
76
|
readonly SUCCEEDED: "Succeeded";
|
|
84
77
|
};
|
|
85
|
-
export type DeploymentStatus =
|
|
86
|
-
(typeof DeploymentStatus)[keyof typeof DeploymentStatus];
|
|
78
|
+
export type DeploymentStatus = (typeof DeploymentStatus)[keyof typeof DeploymentStatus];
|
|
87
79
|
export declare const TagFilterType: {
|
|
88
80
|
readonly KEY_AND_VALUE: "KEY_AND_VALUE";
|
|
89
81
|
readonly KEY_ONLY: "KEY_ONLY";
|
|
@@ -108,8 +100,7 @@ export declare const TriggerEventType: {
|
|
|
108
100
|
readonly INSTANCE_START: "InstanceStart";
|
|
109
101
|
readonly INSTANCE_SUCCESS: "InstanceSuccess";
|
|
110
102
|
};
|
|
111
|
-
export type TriggerEventType =
|
|
112
|
-
(typeof TriggerEventType)[keyof typeof TriggerEventType];
|
|
103
|
+
export type TriggerEventType = (typeof TriggerEventType)[keyof typeof TriggerEventType];
|
|
113
104
|
export declare const _InstanceType: {
|
|
114
105
|
readonly BLUE: "Blue";
|
|
115
106
|
readonly GREEN: "Green";
|
|
@@ -123,8 +114,7 @@ export declare const LifecycleErrorCode: {
|
|
|
123
114
|
readonly SUCCESS: "Success";
|
|
124
115
|
readonly UNKNOWN_ERROR: "UnknownError";
|
|
125
116
|
};
|
|
126
|
-
export type LifecycleErrorCode =
|
|
127
|
-
(typeof LifecycleErrorCode)[keyof typeof LifecycleErrorCode];
|
|
117
|
+
export type LifecycleErrorCode = (typeof LifecycleErrorCode)[keyof typeof LifecycleErrorCode];
|
|
128
118
|
export declare const LifecycleEventStatus: {
|
|
129
119
|
readonly FAILED: "Failed";
|
|
130
120
|
readonly IN_PROGRESS: "InProgress";
|
|
@@ -133,8 +123,7 @@ export declare const LifecycleEventStatus: {
|
|
|
133
123
|
readonly SUCCEEDED: "Succeeded";
|
|
134
124
|
readonly UNKNOWN: "Unknown";
|
|
135
125
|
};
|
|
136
|
-
export type LifecycleEventStatus =
|
|
137
|
-
(typeof LifecycleEventStatus)[keyof typeof LifecycleEventStatus];
|
|
126
|
+
export type LifecycleEventStatus = (typeof LifecycleEventStatus)[keyof typeof LifecycleEventStatus];
|
|
138
127
|
export declare const InstanceStatus: {
|
|
139
128
|
readonly FAILED: "Failed";
|
|
140
129
|
readonly IN_PROGRESS: "InProgress";
|
|
@@ -144,8 +133,7 @@ export declare const InstanceStatus: {
|
|
|
144
133
|
readonly SUCCEEDED: "Succeeded";
|
|
145
134
|
readonly UNKNOWN: "Unknown";
|
|
146
135
|
};
|
|
147
|
-
export type InstanceStatus =
|
|
148
|
-
(typeof InstanceStatus)[keyof typeof InstanceStatus];
|
|
136
|
+
export type InstanceStatus = (typeof InstanceStatus)[keyof typeof InstanceStatus];
|
|
149
137
|
export declare const DeploymentCreator: {
|
|
150
138
|
readonly Autoscaling: "autoscaling";
|
|
151
139
|
readonly AutoscalingTermination: "autoscalingTermination";
|
|
@@ -156,8 +144,7 @@ export declare const DeploymentCreator: {
|
|
|
156
144
|
readonly CodeDeployRollback: "codeDeployRollback";
|
|
157
145
|
readonly User: "user";
|
|
158
146
|
};
|
|
159
|
-
export type DeploymentCreator =
|
|
160
|
-
(typeof DeploymentCreator)[keyof typeof DeploymentCreator];
|
|
147
|
+
export type DeploymentCreator = (typeof DeploymentCreator)[keyof typeof DeploymentCreator];
|
|
161
148
|
export declare const ErrorCode: {
|
|
162
149
|
readonly AGENT_ISSUE: "AGENT_ISSUE";
|
|
163
150
|
readonly ALARM_ACTIVE: "ALARM_ACTIVE";
|
|
@@ -200,8 +187,7 @@ export declare const FileExistsBehavior: {
|
|
|
200
187
|
readonly OVERWRITE: "OVERWRITE";
|
|
201
188
|
readonly RETAIN: "RETAIN";
|
|
202
189
|
};
|
|
203
|
-
export type FileExistsBehavior =
|
|
204
|
-
(typeof FileExistsBehavior)[keyof typeof FileExistsBehavior];
|
|
190
|
+
export type FileExistsBehavior = (typeof FileExistsBehavior)[keyof typeof FileExistsBehavior];
|
|
205
191
|
export declare const TargetStatus: {
|
|
206
192
|
readonly FAILED: "Failed";
|
|
207
193
|
readonly IN_PROGRESS: "InProgress";
|
|
@@ -218,8 +204,7 @@ export declare const DeploymentTargetType: {
|
|
|
218
204
|
readonly INSTANCE_TARGET: "InstanceTarget";
|
|
219
205
|
readonly LAMBDA_TARGET: "LambdaTarget";
|
|
220
206
|
};
|
|
221
|
-
export type DeploymentTargetType =
|
|
222
|
-
(typeof DeploymentTargetType)[keyof typeof DeploymentTargetType];
|
|
207
|
+
export type DeploymentTargetType = (typeof DeploymentTargetType)[keyof typeof DeploymentTargetType];
|
|
223
208
|
export declare const TargetLabel: {
|
|
224
209
|
readonly BLUE: "Blue";
|
|
225
210
|
readonly GREEN: "Green";
|
|
@@ -229,8 +214,7 @@ export declare const DeploymentWaitType: {
|
|
|
229
214
|
readonly READY_WAIT: "READY_WAIT";
|
|
230
215
|
readonly TERMINATION_WAIT: "TERMINATION_WAIT";
|
|
231
216
|
};
|
|
232
|
-
export type DeploymentWaitType =
|
|
233
|
-
(typeof DeploymentWaitType)[keyof typeof DeploymentWaitType];
|
|
217
|
+
export type DeploymentWaitType = (typeof DeploymentWaitType)[keyof typeof DeploymentWaitType];
|
|
234
218
|
export declare const MinimumHealthyHostsType: {
|
|
235
219
|
readonly FLEET_PERCENT: "FLEET_PERCENT";
|
|
236
220
|
readonly HOST_COUNT: "HOST_COUNT";
|
|
@@ -242,8 +226,7 @@ export declare const TrafficRoutingType: {
|
|
|
242
226
|
readonly TimeBasedCanary: "TimeBasedCanary";
|
|
243
227
|
readonly TimeBasedLinear: "TimeBasedLinear";
|
|
244
228
|
};
|
|
245
|
-
export type TrafficRoutingType =
|
|
246
|
-
(typeof TrafficRoutingType)[keyof typeof TrafficRoutingType];
|
|
229
|
+
export type TrafficRoutingType = (typeof TrafficRoutingType)[keyof typeof TrafficRoutingType];
|
|
247
230
|
export declare const MinimumHealthyHostsPerZoneType: {
|
|
248
231
|
readonly FLEET_PERCENT: "FLEET_PERCENT";
|
|
249
232
|
readonly HOST_COUNT: "HOST_COUNT";
|
|
@@ -266,14 +249,12 @@ export declare const TargetFilterName: {
|
|
|
266
249
|
readonly SERVER_INSTANCE_LABEL: "ServerInstanceLabel";
|
|
267
250
|
readonly TARGET_STATUS: "TargetStatus";
|
|
268
251
|
};
|
|
269
|
-
export type TargetFilterName =
|
|
270
|
-
(typeof TargetFilterName)[keyof typeof TargetFilterName];
|
|
252
|
+
export type TargetFilterName = (typeof TargetFilterName)[keyof typeof TargetFilterName];
|
|
271
253
|
export declare const RegistrationStatus: {
|
|
272
254
|
readonly Deregistered: "Deregistered";
|
|
273
255
|
readonly Registered: "Registered";
|
|
274
256
|
};
|
|
275
|
-
export type RegistrationStatus =
|
|
276
|
-
(typeof RegistrationStatus)[keyof typeof RegistrationStatus];
|
|
257
|
+
export type RegistrationStatus = (typeof RegistrationStatus)[keyof typeof RegistrationStatus];
|
|
277
258
|
export declare const StopStatus: {
|
|
278
259
|
readonly PENDING: "Pending";
|
|
279
260
|
readonly SUCCEEDED: "Succeeded";
|