@aws-sdk/client-codedeploy 3.181.0 → 3.183.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 +19 -0
- package/README.md +42 -50
- package/dist-cjs/models/models_0.js +23 -18
- package/dist-cjs/protocols/Aws_json1_1.js +12 -0
- package/dist-es/CodeDeploy.js +190 -197
- package/dist-es/CodeDeployClient.js +22 -28
- package/dist-es/commands/AddTagsToOnPremisesInstancesCommand.js +22 -29
- package/dist-es/commands/BatchGetApplicationRevisionsCommand.js +21 -28
- package/dist-es/commands/BatchGetApplicationsCommand.js +21 -28
- package/dist-es/commands/BatchGetDeploymentGroupsCommand.js +21 -28
- package/dist-es/commands/BatchGetDeploymentInstancesCommand.js +21 -28
- package/dist-es/commands/BatchGetDeploymentTargetsCommand.js +21 -28
- package/dist-es/commands/BatchGetDeploymentsCommand.js +21 -28
- package/dist-es/commands/BatchGetOnPremisesInstancesCommand.js +21 -28
- package/dist-es/commands/ContinueDeploymentCommand.js +22 -29
- package/dist-es/commands/CreateApplicationCommand.js +21 -28
- package/dist-es/commands/CreateDeploymentCommand.js +21 -28
- package/dist-es/commands/CreateDeploymentConfigCommand.js +21 -28
- package/dist-es/commands/CreateDeploymentGroupCommand.js +21 -28
- package/dist-es/commands/DeleteApplicationCommand.js +22 -29
- package/dist-es/commands/DeleteDeploymentConfigCommand.js +22 -29
- package/dist-es/commands/DeleteDeploymentGroupCommand.js +21 -28
- package/dist-es/commands/DeleteGitHubAccountTokenCommand.js +21 -28
- package/dist-es/commands/DeleteResourcesByExternalIdCommand.js +21 -28
- package/dist-es/commands/DeregisterOnPremisesInstanceCommand.js +22 -29
- package/dist-es/commands/GetApplicationCommand.js +21 -28
- package/dist-es/commands/GetApplicationRevisionCommand.js +21 -28
- package/dist-es/commands/GetDeploymentCommand.js +21 -28
- package/dist-es/commands/GetDeploymentConfigCommand.js +21 -28
- package/dist-es/commands/GetDeploymentGroupCommand.js +21 -28
- package/dist-es/commands/GetDeploymentInstanceCommand.js +21 -28
- package/dist-es/commands/GetDeploymentTargetCommand.js +21 -28
- package/dist-es/commands/GetOnPremisesInstanceCommand.js +21 -28
- package/dist-es/commands/ListApplicationRevisionsCommand.js +21 -28
- package/dist-es/commands/ListApplicationsCommand.js +21 -28
- package/dist-es/commands/ListDeploymentConfigsCommand.js +21 -28
- package/dist-es/commands/ListDeploymentGroupsCommand.js +21 -28
- package/dist-es/commands/ListDeploymentInstancesCommand.js +21 -28
- package/dist-es/commands/ListDeploymentTargetsCommand.js +21 -28
- package/dist-es/commands/ListDeploymentsCommand.js +21 -28
- package/dist-es/commands/ListGitHubAccountTokenNamesCommand.js +21 -28
- package/dist-es/commands/ListOnPremisesInstancesCommand.js +21 -28
- package/dist-es/commands/ListTagsForResourceCommand.js +21 -28
- package/dist-es/commands/PutLifecycleEventHookExecutionStatusCommand.js +21 -28
- package/dist-es/commands/RegisterApplicationRevisionCommand.js +22 -29
- package/dist-es/commands/RegisterOnPremisesInstanceCommand.js +22 -29
- package/dist-es/commands/RemoveTagsFromOnPremisesInstancesCommand.js +22 -29
- package/dist-es/commands/SkipWaitTimeForInstanceTerminationCommand.js +22 -29
- package/dist-es/commands/StopDeploymentCommand.js +21 -28
- package/dist-es/commands/TagResourceCommand.js +21 -28
- package/dist-es/commands/UntagResourceCommand.js +21 -28
- package/dist-es/commands/UpdateApplicationCommand.js +22 -29
- package/dist-es/commands/UpdateDeploymentGroupCommand.js +21 -28
- package/dist-es/endpoints.js +8 -8
- package/dist-es/models/CodeDeployServiceException.js +5 -10
- package/dist-es/models/models_0.js +1727 -1447
- package/dist-es/pagination/ListApplicationRevisionsPaginator.js +24 -67
- package/dist-es/pagination/ListApplicationsPaginator.js +24 -67
- package/dist-es/pagination/ListDeploymentConfigsPaginator.js +24 -67
- package/dist-es/pagination/ListDeploymentGroupsPaginator.js +24 -67
- package/dist-es/pagination/ListDeploymentInstancesPaginator.js +24 -67
- package/dist-es/pagination/ListDeploymentsPaginator.js +24 -67
- package/dist-es/protocols/Aws_json1_1.js +4823 -5800
- package/dist-es/runtimeConfig.browser.js +26 -12
- package/dist-es/runtimeConfig.js +30 -12
- package/dist-es/runtimeConfig.native.js +8 -5
- package/dist-es/runtimeConfig.shared.js +8 -11
- package/dist-es/waiters/waitForDeploymentSuccessful.js +45 -65
- package/dist-types/CodeDeploy.d.ts +71 -79
- package/dist-types/CodeDeployClient.d.ts +42 -49
- package/dist-types/commands/BatchGetDeploymentInstancesCommand.d.ts +1 -1
- package/dist-types/commands/BatchGetDeploymentTargetsCommand.d.ts +7 -8
- package/dist-types/commands/ListApplicationsCommand.d.ts +1 -1
- package/dist-types/commands/ListDeploymentConfigsCommand.d.ts +1 -1
- package/dist-types/commands/ListDeploymentGroupsCommand.d.ts +2 -2
- package/dist-types/commands/ListDeploymentInstancesCommand.d.ts +4 -3
- package/dist-types/commands/ListDeploymentsCommand.d.ts +2 -2
- package/dist-types/commands/PutLifecycleEventHookExecutionStatusCommand.d.ts +9 -9
- package/dist-types/commands/RegisterApplicationRevisionCommand.d.ts +1 -1
- package/dist-types/commands/RegisterOnPremisesInstanceCommand.d.ts +1 -2
- package/dist-types/models/models_0.d.ts +375 -352
- package/dist-types/ts3.4/models/models_0.d.ts +13 -8
- package/package.json +34 -34
|
@@ -1,173 +1,172 @@
|
|
|
1
|
-
import { __assign, __extends } from "tslib";
|
|
2
1
|
import { CodeDeployServiceException as __BaseException } from "./CodeDeployServiceException";
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
}
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
}
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
}
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
|
|
46
|
-
|
|
47
|
-
|
|
48
|
-
|
|
49
|
-
}
|
|
50
|
-
|
|
51
|
-
|
|
52
|
-
|
|
53
|
-
|
|
54
|
-
|
|
55
|
-
|
|
56
|
-
|
|
57
|
-
|
|
58
|
-
|
|
59
|
-
|
|
60
|
-
|
|
61
|
-
}
|
|
62
|
-
|
|
63
|
-
|
|
64
|
-
|
|
65
|
-
|
|
66
|
-
|
|
67
|
-
|
|
68
|
-
|
|
69
|
-
|
|
70
|
-
|
|
71
|
-
|
|
72
|
-
|
|
73
|
-
}
|
|
74
|
-
|
|
75
|
-
|
|
76
|
-
|
|
77
|
-
|
|
78
|
-
|
|
79
|
-
|
|
80
|
-
|
|
81
|
-
|
|
82
|
-
|
|
83
|
-
|
|
84
|
-
|
|
85
|
-
}
|
|
86
|
-
|
|
87
|
-
|
|
88
|
-
|
|
89
|
-
|
|
90
|
-
|
|
91
|
-
|
|
92
|
-
|
|
93
|
-
|
|
94
|
-
|
|
95
|
-
|
|
96
|
-
|
|
97
|
-
}
|
|
98
|
-
|
|
99
|
-
|
|
100
|
-
|
|
101
|
-
|
|
102
|
-
|
|
103
|
-
|
|
104
|
-
|
|
105
|
-
|
|
106
|
-
|
|
107
|
-
|
|
108
|
-
|
|
109
|
-
}
|
|
110
|
-
|
|
111
|
-
|
|
112
|
-
|
|
113
|
-
|
|
114
|
-
|
|
115
|
-
|
|
116
|
-
|
|
117
|
-
|
|
118
|
-
|
|
119
|
-
|
|
120
|
-
|
|
121
|
-
}
|
|
122
|
-
|
|
2
|
+
export class InstanceLimitExceededException extends __BaseException {
|
|
3
|
+
constructor(opts) {
|
|
4
|
+
super({
|
|
5
|
+
name: "InstanceLimitExceededException",
|
|
6
|
+
$fault: "client",
|
|
7
|
+
...opts,
|
|
8
|
+
});
|
|
9
|
+
this.name = "InstanceLimitExceededException";
|
|
10
|
+
this.$fault = "client";
|
|
11
|
+
Object.setPrototypeOf(this, InstanceLimitExceededException.prototype);
|
|
12
|
+
}
|
|
13
|
+
}
|
|
14
|
+
export class InstanceNameRequiredException extends __BaseException {
|
|
15
|
+
constructor(opts) {
|
|
16
|
+
super({
|
|
17
|
+
name: "InstanceNameRequiredException",
|
|
18
|
+
$fault: "client",
|
|
19
|
+
...opts,
|
|
20
|
+
});
|
|
21
|
+
this.name = "InstanceNameRequiredException";
|
|
22
|
+
this.$fault = "client";
|
|
23
|
+
Object.setPrototypeOf(this, InstanceNameRequiredException.prototype);
|
|
24
|
+
}
|
|
25
|
+
}
|
|
26
|
+
export class InstanceNotRegisteredException extends __BaseException {
|
|
27
|
+
constructor(opts) {
|
|
28
|
+
super({
|
|
29
|
+
name: "InstanceNotRegisteredException",
|
|
30
|
+
$fault: "client",
|
|
31
|
+
...opts,
|
|
32
|
+
});
|
|
33
|
+
this.name = "InstanceNotRegisteredException";
|
|
34
|
+
this.$fault = "client";
|
|
35
|
+
Object.setPrototypeOf(this, InstanceNotRegisteredException.prototype);
|
|
36
|
+
}
|
|
37
|
+
}
|
|
38
|
+
export class InvalidInstanceNameException extends __BaseException {
|
|
39
|
+
constructor(opts) {
|
|
40
|
+
super({
|
|
41
|
+
name: "InvalidInstanceNameException",
|
|
42
|
+
$fault: "client",
|
|
43
|
+
...opts,
|
|
44
|
+
});
|
|
45
|
+
this.name = "InvalidInstanceNameException";
|
|
46
|
+
this.$fault = "client";
|
|
47
|
+
Object.setPrototypeOf(this, InvalidInstanceNameException.prototype);
|
|
48
|
+
}
|
|
49
|
+
}
|
|
50
|
+
export class InvalidTagException extends __BaseException {
|
|
51
|
+
constructor(opts) {
|
|
52
|
+
super({
|
|
53
|
+
name: "InvalidTagException",
|
|
54
|
+
$fault: "client",
|
|
55
|
+
...opts,
|
|
56
|
+
});
|
|
57
|
+
this.name = "InvalidTagException";
|
|
58
|
+
this.$fault = "client";
|
|
59
|
+
Object.setPrototypeOf(this, InvalidTagException.prototype);
|
|
60
|
+
}
|
|
61
|
+
}
|
|
62
|
+
export class TagLimitExceededException extends __BaseException {
|
|
63
|
+
constructor(opts) {
|
|
64
|
+
super({
|
|
65
|
+
name: "TagLimitExceededException",
|
|
66
|
+
$fault: "client",
|
|
67
|
+
...opts,
|
|
68
|
+
});
|
|
69
|
+
this.name = "TagLimitExceededException";
|
|
70
|
+
this.$fault = "client";
|
|
71
|
+
Object.setPrototypeOf(this, TagLimitExceededException.prototype);
|
|
72
|
+
}
|
|
73
|
+
}
|
|
74
|
+
export class TagRequiredException extends __BaseException {
|
|
75
|
+
constructor(opts) {
|
|
76
|
+
super({
|
|
77
|
+
name: "TagRequiredException",
|
|
78
|
+
$fault: "client",
|
|
79
|
+
...opts,
|
|
80
|
+
});
|
|
81
|
+
this.name = "TagRequiredException";
|
|
82
|
+
this.$fault = "client";
|
|
83
|
+
Object.setPrototypeOf(this, TagRequiredException.prototype);
|
|
84
|
+
}
|
|
85
|
+
}
|
|
86
|
+
export class AlarmsLimitExceededException extends __BaseException {
|
|
87
|
+
constructor(opts) {
|
|
88
|
+
super({
|
|
89
|
+
name: "AlarmsLimitExceededException",
|
|
90
|
+
$fault: "client",
|
|
91
|
+
...opts,
|
|
92
|
+
});
|
|
93
|
+
this.name = "AlarmsLimitExceededException";
|
|
94
|
+
this.$fault = "client";
|
|
95
|
+
Object.setPrototypeOf(this, AlarmsLimitExceededException.prototype);
|
|
96
|
+
}
|
|
97
|
+
}
|
|
98
|
+
export class ApplicationAlreadyExistsException extends __BaseException {
|
|
99
|
+
constructor(opts) {
|
|
100
|
+
super({
|
|
101
|
+
name: "ApplicationAlreadyExistsException",
|
|
102
|
+
$fault: "client",
|
|
103
|
+
...opts,
|
|
104
|
+
});
|
|
105
|
+
this.name = "ApplicationAlreadyExistsException";
|
|
106
|
+
this.$fault = "client";
|
|
107
|
+
Object.setPrototypeOf(this, ApplicationAlreadyExistsException.prototype);
|
|
108
|
+
}
|
|
109
|
+
}
|
|
110
|
+
export class ApplicationDoesNotExistException extends __BaseException {
|
|
111
|
+
constructor(opts) {
|
|
112
|
+
super({
|
|
113
|
+
name: "ApplicationDoesNotExistException",
|
|
114
|
+
$fault: "client",
|
|
115
|
+
...opts,
|
|
116
|
+
});
|
|
117
|
+
this.name = "ApplicationDoesNotExistException";
|
|
118
|
+
this.$fault = "client";
|
|
119
|
+
Object.setPrototypeOf(this, ApplicationDoesNotExistException.prototype);
|
|
120
|
+
}
|
|
121
|
+
}
|
|
123
122
|
export var ComputePlatform;
|
|
124
123
|
(function (ComputePlatform) {
|
|
125
124
|
ComputePlatform["ECS"] = "ECS";
|
|
126
125
|
ComputePlatform["LAMBDA"] = "Lambda";
|
|
127
126
|
ComputePlatform["SERVER"] = "Server";
|
|
128
127
|
})(ComputePlatform || (ComputePlatform = {}));
|
|
129
|
-
|
|
130
|
-
|
|
131
|
-
|
|
132
|
-
|
|
133
|
-
|
|
134
|
-
|
|
135
|
-
|
|
136
|
-
|
|
137
|
-
|
|
138
|
-
|
|
139
|
-
}
|
|
140
|
-
|
|
141
|
-
|
|
142
|
-
|
|
143
|
-
|
|
144
|
-
|
|
145
|
-
|
|
146
|
-
|
|
147
|
-
|
|
148
|
-
|
|
149
|
-
|
|
150
|
-
|
|
151
|
-
}
|
|
152
|
-
|
|
128
|
+
export class ApplicationLimitExceededException extends __BaseException {
|
|
129
|
+
constructor(opts) {
|
|
130
|
+
super({
|
|
131
|
+
name: "ApplicationLimitExceededException",
|
|
132
|
+
$fault: "client",
|
|
133
|
+
...opts,
|
|
134
|
+
});
|
|
135
|
+
this.name = "ApplicationLimitExceededException";
|
|
136
|
+
this.$fault = "client";
|
|
137
|
+
Object.setPrototypeOf(this, ApplicationLimitExceededException.prototype);
|
|
138
|
+
}
|
|
139
|
+
}
|
|
140
|
+
export class ApplicationNameRequiredException extends __BaseException {
|
|
141
|
+
constructor(opts) {
|
|
142
|
+
super({
|
|
143
|
+
name: "ApplicationNameRequiredException",
|
|
144
|
+
$fault: "client",
|
|
145
|
+
...opts,
|
|
146
|
+
});
|
|
147
|
+
this.name = "ApplicationNameRequiredException";
|
|
148
|
+
this.$fault = "client";
|
|
149
|
+
Object.setPrototypeOf(this, ApplicationNameRequiredException.prototype);
|
|
150
|
+
}
|
|
151
|
+
}
|
|
153
152
|
export var ApplicationRevisionSortBy;
|
|
154
153
|
(function (ApplicationRevisionSortBy) {
|
|
155
154
|
ApplicationRevisionSortBy["FirstUsedTime"] = "firstUsedTime";
|
|
156
155
|
ApplicationRevisionSortBy["LastUsedTime"] = "lastUsedTime";
|
|
157
156
|
ApplicationRevisionSortBy["RegisterTime"] = "registerTime";
|
|
158
157
|
})(ApplicationRevisionSortBy || (ApplicationRevisionSortBy = {}));
|
|
159
|
-
|
|
160
|
-
|
|
161
|
-
|
|
162
|
-
|
|
163
|
-
|
|
164
|
-
|
|
165
|
-
|
|
166
|
-
|
|
167
|
-
|
|
168
|
-
|
|
169
|
-
}
|
|
170
|
-
|
|
158
|
+
export class ArnNotSupportedException extends __BaseException {
|
|
159
|
+
constructor(opts) {
|
|
160
|
+
super({
|
|
161
|
+
name: "ArnNotSupportedException",
|
|
162
|
+
$fault: "client",
|
|
163
|
+
...opts,
|
|
164
|
+
});
|
|
165
|
+
this.name = "ArnNotSupportedException";
|
|
166
|
+
this.$fault = "client";
|
|
167
|
+
Object.setPrototypeOf(this, ArnNotSupportedException.prototype);
|
|
168
|
+
}
|
|
169
|
+
}
|
|
171
170
|
export var AutoRollbackEvent;
|
|
172
171
|
(function (AutoRollbackEvent) {
|
|
173
172
|
AutoRollbackEvent["DEPLOYMENT_FAILURE"] = "DEPLOYMENT_FAILURE";
|
|
@@ -189,54 +188,54 @@ export var BundleType;
|
|
|
189
188
|
BundleType["YAML"] = "YAML";
|
|
190
189
|
BundleType["Zip"] = "zip";
|
|
191
190
|
})(BundleType || (BundleType = {}));
|
|
192
|
-
|
|
193
|
-
|
|
194
|
-
|
|
195
|
-
|
|
196
|
-
|
|
197
|
-
|
|
198
|
-
|
|
199
|
-
|
|
200
|
-
|
|
201
|
-
|
|
202
|
-
}
|
|
203
|
-
|
|
204
|
-
|
|
205
|
-
|
|
206
|
-
|
|
207
|
-
|
|
208
|
-
|
|
209
|
-
|
|
210
|
-
|
|
211
|
-
|
|
212
|
-
|
|
213
|
-
|
|
214
|
-
}
|
|
215
|
-
|
|
216
|
-
|
|
217
|
-
|
|
218
|
-
|
|
219
|
-
|
|
220
|
-
|
|
221
|
-
|
|
222
|
-
|
|
223
|
-
|
|
224
|
-
|
|
225
|
-
|
|
226
|
-
}
|
|
227
|
-
|
|
228
|
-
|
|
229
|
-
|
|
230
|
-
|
|
231
|
-
|
|
232
|
-
|
|
233
|
-
|
|
234
|
-
|
|
235
|
-
|
|
236
|
-
|
|
237
|
-
|
|
238
|
-
}
|
|
239
|
-
|
|
191
|
+
export class BatchLimitExceededException extends __BaseException {
|
|
192
|
+
constructor(opts) {
|
|
193
|
+
super({
|
|
194
|
+
name: "BatchLimitExceededException",
|
|
195
|
+
$fault: "client",
|
|
196
|
+
...opts,
|
|
197
|
+
});
|
|
198
|
+
this.name = "BatchLimitExceededException";
|
|
199
|
+
this.$fault = "client";
|
|
200
|
+
Object.setPrototypeOf(this, BatchLimitExceededException.prototype);
|
|
201
|
+
}
|
|
202
|
+
}
|
|
203
|
+
export class InvalidApplicationNameException extends __BaseException {
|
|
204
|
+
constructor(opts) {
|
|
205
|
+
super({
|
|
206
|
+
name: "InvalidApplicationNameException",
|
|
207
|
+
$fault: "client",
|
|
208
|
+
...opts,
|
|
209
|
+
});
|
|
210
|
+
this.name = "InvalidApplicationNameException";
|
|
211
|
+
this.$fault = "client";
|
|
212
|
+
Object.setPrototypeOf(this, InvalidApplicationNameException.prototype);
|
|
213
|
+
}
|
|
214
|
+
}
|
|
215
|
+
export class InvalidRevisionException extends __BaseException {
|
|
216
|
+
constructor(opts) {
|
|
217
|
+
super({
|
|
218
|
+
name: "InvalidRevisionException",
|
|
219
|
+
$fault: "client",
|
|
220
|
+
...opts,
|
|
221
|
+
});
|
|
222
|
+
this.name = "InvalidRevisionException";
|
|
223
|
+
this.$fault = "client";
|
|
224
|
+
Object.setPrototypeOf(this, InvalidRevisionException.prototype);
|
|
225
|
+
}
|
|
226
|
+
}
|
|
227
|
+
export class RevisionRequiredException extends __BaseException {
|
|
228
|
+
constructor(opts) {
|
|
229
|
+
super({
|
|
230
|
+
name: "RevisionRequiredException",
|
|
231
|
+
$fault: "client",
|
|
232
|
+
...opts,
|
|
233
|
+
});
|
|
234
|
+
this.name = "RevisionRequiredException";
|
|
235
|
+
this.$fault = "client";
|
|
236
|
+
Object.setPrototypeOf(this, RevisionRequiredException.prototype);
|
|
237
|
+
}
|
|
238
|
+
}
|
|
240
239
|
export var DeploymentReadyAction;
|
|
241
240
|
(function (DeploymentReadyAction) {
|
|
242
241
|
DeploymentReadyAction["CONTINUE_DEPLOYMENT"] = "CONTINUE_DEPLOYMENT";
|
|
@@ -303,42 +302,42 @@ export var TriggerEventType;
|
|
|
303
302
|
TriggerEventType["INSTANCE_START"] = "InstanceStart";
|
|
304
303
|
TriggerEventType["INSTANCE_SUCCESS"] = "InstanceSuccess";
|
|
305
304
|
})(TriggerEventType || (TriggerEventType = {}));
|
|
306
|
-
|
|
307
|
-
|
|
308
|
-
|
|
309
|
-
|
|
310
|
-
|
|
311
|
-
|
|
312
|
-
|
|
313
|
-
|
|
314
|
-
|
|
315
|
-
|
|
316
|
-
}
|
|
317
|
-
|
|
318
|
-
|
|
319
|
-
|
|
320
|
-
|
|
321
|
-
|
|
322
|
-
|
|
323
|
-
|
|
324
|
-
|
|
325
|
-
|
|
326
|
-
|
|
327
|
-
|
|
328
|
-
}
|
|
329
|
-
|
|
330
|
-
|
|
331
|
-
|
|
332
|
-
|
|
333
|
-
|
|
334
|
-
|
|
335
|
-
|
|
336
|
-
|
|
337
|
-
|
|
338
|
-
|
|
339
|
-
|
|
340
|
-
}
|
|
341
|
-
|
|
305
|
+
export class DeploymentConfigDoesNotExistException extends __BaseException {
|
|
306
|
+
constructor(opts) {
|
|
307
|
+
super({
|
|
308
|
+
name: "DeploymentConfigDoesNotExistException",
|
|
309
|
+
$fault: "client",
|
|
310
|
+
...opts,
|
|
311
|
+
});
|
|
312
|
+
this.name = "DeploymentConfigDoesNotExistException";
|
|
313
|
+
this.$fault = "client";
|
|
314
|
+
Object.setPrototypeOf(this, DeploymentConfigDoesNotExistException.prototype);
|
|
315
|
+
}
|
|
316
|
+
}
|
|
317
|
+
export class DeploymentGroupNameRequiredException extends __BaseException {
|
|
318
|
+
constructor(opts) {
|
|
319
|
+
super({
|
|
320
|
+
name: "DeploymentGroupNameRequiredException",
|
|
321
|
+
$fault: "client",
|
|
322
|
+
...opts,
|
|
323
|
+
});
|
|
324
|
+
this.name = "DeploymentGroupNameRequiredException";
|
|
325
|
+
this.$fault = "client";
|
|
326
|
+
Object.setPrototypeOf(this, DeploymentGroupNameRequiredException.prototype);
|
|
327
|
+
}
|
|
328
|
+
}
|
|
329
|
+
export class InvalidDeploymentGroupNameException extends __BaseException {
|
|
330
|
+
constructor(opts) {
|
|
331
|
+
super({
|
|
332
|
+
name: "InvalidDeploymentGroupNameException",
|
|
333
|
+
$fault: "client",
|
|
334
|
+
...opts,
|
|
335
|
+
});
|
|
336
|
+
this.name = "InvalidDeploymentGroupNameException";
|
|
337
|
+
this.$fault = "client";
|
|
338
|
+
Object.setPrototypeOf(this, InvalidDeploymentGroupNameException.prototype);
|
|
339
|
+
}
|
|
340
|
+
}
|
|
342
341
|
export var _InstanceType;
|
|
343
342
|
(function (_InstanceType) {
|
|
344
343
|
_InstanceType["BLUE"] = "Blue";
|
|
@@ -372,66 +371,66 @@ export var InstanceStatus;
|
|
|
372
371
|
InstanceStatus["SUCCEEDED"] = "Succeeded";
|
|
373
372
|
InstanceStatus["UNKNOWN"] = "Unknown";
|
|
374
373
|
})(InstanceStatus || (InstanceStatus = {}));
|
|
375
|
-
|
|
376
|
-
|
|
377
|
-
|
|
378
|
-
|
|
379
|
-
|
|
380
|
-
|
|
381
|
-
|
|
382
|
-
|
|
383
|
-
|
|
384
|
-
|
|
385
|
-
}
|
|
386
|
-
|
|
387
|
-
|
|
388
|
-
|
|
389
|
-
|
|
390
|
-
|
|
391
|
-
|
|
392
|
-
|
|
393
|
-
|
|
394
|
-
|
|
395
|
-
|
|
396
|
-
|
|
397
|
-
}
|
|
398
|
-
|
|
399
|
-
|
|
400
|
-
|
|
401
|
-
|
|
402
|
-
|
|
403
|
-
|
|
404
|
-
|
|
405
|
-
|
|
406
|
-
|
|
407
|
-
|
|
408
|
-
|
|
409
|
-
}
|
|
410
|
-
|
|
411
|
-
|
|
412
|
-
|
|
413
|
-
|
|
414
|
-
|
|
415
|
-
|
|
416
|
-
|
|
417
|
-
|
|
418
|
-
|
|
419
|
-
|
|
420
|
-
|
|
421
|
-
}
|
|
422
|
-
|
|
423
|
-
|
|
424
|
-
|
|
425
|
-
|
|
426
|
-
|
|
427
|
-
|
|
428
|
-
|
|
429
|
-
|
|
430
|
-
|
|
431
|
-
|
|
432
|
-
|
|
433
|
-
}
|
|
434
|
-
|
|
374
|
+
export class DeploymentDoesNotExistException extends __BaseException {
|
|
375
|
+
constructor(opts) {
|
|
376
|
+
super({
|
|
377
|
+
name: "DeploymentDoesNotExistException",
|
|
378
|
+
$fault: "client",
|
|
379
|
+
...opts,
|
|
380
|
+
});
|
|
381
|
+
this.name = "DeploymentDoesNotExistException";
|
|
382
|
+
this.$fault = "client";
|
|
383
|
+
Object.setPrototypeOf(this, DeploymentDoesNotExistException.prototype);
|
|
384
|
+
}
|
|
385
|
+
}
|
|
386
|
+
export class DeploymentIdRequiredException extends __BaseException {
|
|
387
|
+
constructor(opts) {
|
|
388
|
+
super({
|
|
389
|
+
name: "DeploymentIdRequiredException",
|
|
390
|
+
$fault: "client",
|
|
391
|
+
...opts,
|
|
392
|
+
});
|
|
393
|
+
this.name = "DeploymentIdRequiredException";
|
|
394
|
+
this.$fault = "client";
|
|
395
|
+
Object.setPrototypeOf(this, DeploymentIdRequiredException.prototype);
|
|
396
|
+
}
|
|
397
|
+
}
|
|
398
|
+
export class InstanceIdRequiredException extends __BaseException {
|
|
399
|
+
constructor(opts) {
|
|
400
|
+
super({
|
|
401
|
+
name: "InstanceIdRequiredException",
|
|
402
|
+
$fault: "client",
|
|
403
|
+
...opts,
|
|
404
|
+
});
|
|
405
|
+
this.name = "InstanceIdRequiredException";
|
|
406
|
+
this.$fault = "client";
|
|
407
|
+
Object.setPrototypeOf(this, InstanceIdRequiredException.prototype);
|
|
408
|
+
}
|
|
409
|
+
}
|
|
410
|
+
export class InvalidComputePlatformException extends __BaseException {
|
|
411
|
+
constructor(opts) {
|
|
412
|
+
super({
|
|
413
|
+
name: "InvalidComputePlatformException",
|
|
414
|
+
$fault: "client",
|
|
415
|
+
...opts,
|
|
416
|
+
});
|
|
417
|
+
this.name = "InvalidComputePlatformException";
|
|
418
|
+
this.$fault = "client";
|
|
419
|
+
Object.setPrototypeOf(this, InvalidComputePlatformException.prototype);
|
|
420
|
+
}
|
|
421
|
+
}
|
|
422
|
+
export class InvalidDeploymentIdException extends __BaseException {
|
|
423
|
+
constructor(opts) {
|
|
424
|
+
super({
|
|
425
|
+
name: "InvalidDeploymentIdException",
|
|
426
|
+
$fault: "client",
|
|
427
|
+
...opts,
|
|
428
|
+
});
|
|
429
|
+
this.name = "InvalidDeploymentIdException";
|
|
430
|
+
this.$fault = "client";
|
|
431
|
+
Object.setPrototypeOf(this, InvalidDeploymentIdException.prototype);
|
|
432
|
+
}
|
|
433
|
+
}
|
|
435
434
|
export var DeploymentCreator;
|
|
436
435
|
(function (DeploymentCreator) {
|
|
437
436
|
DeploymentCreator["Autoscaling"] = "autoscaling";
|
|
@@ -507,773 +506,778 @@ export var TargetLabel;
|
|
|
507
506
|
TargetLabel["BLUE"] = "Blue";
|
|
508
507
|
TargetLabel["GREEN"] = "Green";
|
|
509
508
|
})(TargetLabel || (TargetLabel = {}));
|
|
510
|
-
|
|
511
|
-
|
|
512
|
-
|
|
513
|
-
|
|
514
|
-
|
|
515
|
-
|
|
516
|
-
|
|
517
|
-
|
|
518
|
-
|
|
519
|
-
|
|
520
|
-
}
|
|
521
|
-
|
|
522
|
-
|
|
523
|
-
|
|
524
|
-
|
|
525
|
-
|
|
526
|
-
|
|
527
|
-
|
|
528
|
-
|
|
529
|
-
|
|
530
|
-
|
|
531
|
-
|
|
532
|
-
}
|
|
533
|
-
|
|
534
|
-
|
|
535
|
-
|
|
536
|
-
|
|
537
|
-
|
|
538
|
-
|
|
539
|
-
|
|
540
|
-
|
|
541
|
-
|
|
542
|
-
|
|
543
|
-
|
|
544
|
-
}
|
|
545
|
-
|
|
546
|
-
|
|
547
|
-
|
|
548
|
-
|
|
549
|
-
|
|
550
|
-
|
|
551
|
-
|
|
552
|
-
|
|
553
|
-
|
|
554
|
-
|
|
555
|
-
|
|
556
|
-
}
|
|
557
|
-
|
|
558
|
-
|
|
559
|
-
|
|
560
|
-
|
|
561
|
-
|
|
562
|
-
|
|
563
|
-
|
|
564
|
-
|
|
565
|
-
|
|
566
|
-
|
|
567
|
-
|
|
568
|
-
}
|
|
569
|
-
|
|
570
|
-
|
|
571
|
-
|
|
572
|
-
|
|
573
|
-
|
|
574
|
-
|
|
575
|
-
|
|
576
|
-
|
|
577
|
-
|
|
578
|
-
|
|
579
|
-
|
|
580
|
-
}
|
|
581
|
-
|
|
582
|
-
|
|
583
|
-
|
|
584
|
-
|
|
585
|
-
|
|
586
|
-
|
|
587
|
-
|
|
588
|
-
|
|
589
|
-
|
|
590
|
-
|
|
591
|
-
|
|
592
|
-
}
|
|
593
|
-
|
|
509
|
+
export class DeploymentNotStartedException extends __BaseException {
|
|
510
|
+
constructor(opts) {
|
|
511
|
+
super({
|
|
512
|
+
name: "DeploymentNotStartedException",
|
|
513
|
+
$fault: "client",
|
|
514
|
+
...opts,
|
|
515
|
+
});
|
|
516
|
+
this.name = "DeploymentNotStartedException";
|
|
517
|
+
this.$fault = "client";
|
|
518
|
+
Object.setPrototypeOf(this, DeploymentNotStartedException.prototype);
|
|
519
|
+
}
|
|
520
|
+
}
|
|
521
|
+
export class DeploymentTargetDoesNotExistException extends __BaseException {
|
|
522
|
+
constructor(opts) {
|
|
523
|
+
super({
|
|
524
|
+
name: "DeploymentTargetDoesNotExistException",
|
|
525
|
+
$fault: "client",
|
|
526
|
+
...opts,
|
|
527
|
+
});
|
|
528
|
+
this.name = "DeploymentTargetDoesNotExistException";
|
|
529
|
+
this.$fault = "client";
|
|
530
|
+
Object.setPrototypeOf(this, DeploymentTargetDoesNotExistException.prototype);
|
|
531
|
+
}
|
|
532
|
+
}
|
|
533
|
+
export class DeploymentTargetIdRequiredException extends __BaseException {
|
|
534
|
+
constructor(opts) {
|
|
535
|
+
super({
|
|
536
|
+
name: "DeploymentTargetIdRequiredException",
|
|
537
|
+
$fault: "client",
|
|
538
|
+
...opts,
|
|
539
|
+
});
|
|
540
|
+
this.name = "DeploymentTargetIdRequiredException";
|
|
541
|
+
this.$fault = "client";
|
|
542
|
+
Object.setPrototypeOf(this, DeploymentTargetIdRequiredException.prototype);
|
|
543
|
+
}
|
|
544
|
+
}
|
|
545
|
+
export class DeploymentTargetListSizeExceededException extends __BaseException {
|
|
546
|
+
constructor(opts) {
|
|
547
|
+
super({
|
|
548
|
+
name: "DeploymentTargetListSizeExceededException",
|
|
549
|
+
$fault: "client",
|
|
550
|
+
...opts,
|
|
551
|
+
});
|
|
552
|
+
this.name = "DeploymentTargetListSizeExceededException";
|
|
553
|
+
this.$fault = "client";
|
|
554
|
+
Object.setPrototypeOf(this, DeploymentTargetListSizeExceededException.prototype);
|
|
555
|
+
}
|
|
556
|
+
}
|
|
557
|
+
export class InstanceDoesNotExistException extends __BaseException {
|
|
558
|
+
constructor(opts) {
|
|
559
|
+
super({
|
|
560
|
+
name: "InstanceDoesNotExistException",
|
|
561
|
+
$fault: "client",
|
|
562
|
+
...opts,
|
|
563
|
+
});
|
|
564
|
+
this.name = "InstanceDoesNotExistException";
|
|
565
|
+
this.$fault = "client";
|
|
566
|
+
Object.setPrototypeOf(this, InstanceDoesNotExistException.prototype);
|
|
567
|
+
}
|
|
568
|
+
}
|
|
569
|
+
export class InvalidDeploymentTargetIdException extends __BaseException {
|
|
570
|
+
constructor(opts) {
|
|
571
|
+
super({
|
|
572
|
+
name: "InvalidDeploymentTargetIdException",
|
|
573
|
+
$fault: "client",
|
|
574
|
+
...opts,
|
|
575
|
+
});
|
|
576
|
+
this.name = "InvalidDeploymentTargetIdException";
|
|
577
|
+
this.$fault = "client";
|
|
578
|
+
Object.setPrototypeOf(this, InvalidDeploymentTargetIdException.prototype);
|
|
579
|
+
}
|
|
580
|
+
}
|
|
581
|
+
export class BucketNameFilterRequiredException extends __BaseException {
|
|
582
|
+
constructor(opts) {
|
|
583
|
+
super({
|
|
584
|
+
name: "BucketNameFilterRequiredException",
|
|
585
|
+
$fault: "client",
|
|
586
|
+
...opts,
|
|
587
|
+
});
|
|
588
|
+
this.name = "BucketNameFilterRequiredException";
|
|
589
|
+
this.$fault = "client";
|
|
590
|
+
Object.setPrototypeOf(this, BucketNameFilterRequiredException.prototype);
|
|
591
|
+
}
|
|
592
|
+
}
|
|
594
593
|
export var DeploymentWaitType;
|
|
595
594
|
(function (DeploymentWaitType) {
|
|
596
595
|
DeploymentWaitType["READY_WAIT"] = "READY_WAIT";
|
|
597
596
|
DeploymentWaitType["TERMINATION_WAIT"] = "TERMINATION_WAIT";
|
|
598
597
|
})(DeploymentWaitType || (DeploymentWaitType = {}));
|
|
599
|
-
|
|
600
|
-
|
|
601
|
-
|
|
602
|
-
|
|
603
|
-
|
|
604
|
-
|
|
605
|
-
|
|
606
|
-
|
|
607
|
-
|
|
608
|
-
|
|
609
|
-
}
|
|
610
|
-
|
|
611
|
-
|
|
612
|
-
|
|
613
|
-
|
|
614
|
-
|
|
615
|
-
|
|
616
|
-
|
|
617
|
-
|
|
618
|
-
|
|
619
|
-
|
|
620
|
-
|
|
621
|
-
}
|
|
622
|
-
|
|
623
|
-
|
|
624
|
-
|
|
625
|
-
|
|
626
|
-
|
|
627
|
-
|
|
628
|
-
|
|
629
|
-
|
|
630
|
-
|
|
631
|
-
|
|
632
|
-
|
|
633
|
-
}
|
|
634
|
-
|
|
635
|
-
|
|
636
|
-
|
|
637
|
-
|
|
638
|
-
|
|
639
|
-
|
|
640
|
-
|
|
641
|
-
|
|
642
|
-
|
|
643
|
-
|
|
644
|
-
|
|
645
|
-
}
|
|
646
|
-
|
|
647
|
-
|
|
648
|
-
|
|
649
|
-
|
|
650
|
-
|
|
651
|
-
|
|
652
|
-
|
|
653
|
-
|
|
654
|
-
|
|
655
|
-
|
|
656
|
-
|
|
657
|
-
}
|
|
658
|
-
|
|
659
|
-
|
|
660
|
-
|
|
661
|
-
|
|
662
|
-
|
|
663
|
-
|
|
664
|
-
|
|
665
|
-
|
|
666
|
-
|
|
667
|
-
|
|
668
|
-
|
|
669
|
-
}
|
|
670
|
-
|
|
671
|
-
|
|
672
|
-
|
|
673
|
-
|
|
674
|
-
|
|
675
|
-
|
|
676
|
-
|
|
677
|
-
|
|
678
|
-
|
|
679
|
-
|
|
680
|
-
|
|
681
|
-
}
|
|
682
|
-
|
|
683
|
-
|
|
684
|
-
|
|
685
|
-
|
|
686
|
-
|
|
687
|
-
|
|
688
|
-
|
|
689
|
-
|
|
690
|
-
|
|
691
|
-
|
|
692
|
-
|
|
693
|
-
}
|
|
694
|
-
|
|
695
|
-
|
|
696
|
-
|
|
697
|
-
|
|
698
|
-
|
|
699
|
-
|
|
700
|
-
|
|
701
|
-
|
|
702
|
-
|
|
703
|
-
|
|
704
|
-
|
|
705
|
-
}
|
|
706
|
-
|
|
707
|
-
|
|
708
|
-
|
|
709
|
-
|
|
710
|
-
|
|
711
|
-
|
|
712
|
-
|
|
713
|
-
|
|
714
|
-
|
|
715
|
-
|
|
716
|
-
|
|
717
|
-
}
|
|
718
|
-
|
|
719
|
-
|
|
720
|
-
|
|
721
|
-
|
|
722
|
-
|
|
723
|
-
|
|
724
|
-
|
|
725
|
-
|
|
726
|
-
|
|
727
|
-
|
|
728
|
-
|
|
729
|
-
}
|
|
730
|
-
|
|
731
|
-
|
|
732
|
-
|
|
733
|
-
|
|
734
|
-
|
|
735
|
-
|
|
736
|
-
|
|
737
|
-
|
|
738
|
-
|
|
739
|
-
|
|
740
|
-
|
|
741
|
-
}
|
|
742
|
-
|
|
743
|
-
|
|
744
|
-
|
|
745
|
-
|
|
746
|
-
|
|
747
|
-
|
|
748
|
-
|
|
749
|
-
|
|
750
|
-
|
|
751
|
-
|
|
752
|
-
|
|
753
|
-
}
|
|
754
|
-
|
|
755
|
-
|
|
756
|
-
|
|
757
|
-
|
|
758
|
-
|
|
759
|
-
|
|
760
|
-
|
|
761
|
-
|
|
762
|
-
|
|
763
|
-
|
|
764
|
-
|
|
765
|
-
}
|
|
766
|
-
|
|
767
|
-
|
|
768
|
-
|
|
769
|
-
|
|
770
|
-
|
|
771
|
-
|
|
772
|
-
|
|
773
|
-
|
|
774
|
-
|
|
775
|
-
|
|
776
|
-
|
|
777
|
-
}
|
|
778
|
-
|
|
779
|
-
|
|
780
|
-
|
|
781
|
-
|
|
782
|
-
|
|
783
|
-
|
|
784
|
-
|
|
785
|
-
|
|
786
|
-
|
|
787
|
-
|
|
788
|
-
|
|
789
|
-
}
|
|
790
|
-
|
|
791
|
-
|
|
792
|
-
|
|
793
|
-
|
|
794
|
-
|
|
795
|
-
|
|
796
|
-
|
|
797
|
-
|
|
798
|
-
|
|
799
|
-
|
|
800
|
-
|
|
801
|
-
}
|
|
802
|
-
|
|
803
|
-
|
|
804
|
-
|
|
805
|
-
|
|
806
|
-
|
|
807
|
-
|
|
808
|
-
|
|
809
|
-
|
|
810
|
-
|
|
811
|
-
|
|
812
|
-
|
|
813
|
-
}
|
|
814
|
-
|
|
815
|
-
|
|
816
|
-
|
|
817
|
-
|
|
818
|
-
|
|
819
|
-
|
|
820
|
-
|
|
821
|
-
|
|
822
|
-
|
|
823
|
-
|
|
824
|
-
|
|
825
|
-
}
|
|
826
|
-
|
|
827
|
-
|
|
828
|
-
|
|
829
|
-
|
|
830
|
-
|
|
831
|
-
|
|
832
|
-
|
|
833
|
-
|
|
834
|
-
|
|
835
|
-
|
|
836
|
-
|
|
837
|
-
}
|
|
838
|
-
|
|
839
|
-
|
|
840
|
-
|
|
841
|
-
|
|
842
|
-
|
|
843
|
-
|
|
844
|
-
|
|
845
|
-
|
|
846
|
-
|
|
847
|
-
|
|
848
|
-
|
|
849
|
-
}
|
|
850
|
-
|
|
851
|
-
|
|
852
|
-
|
|
853
|
-
|
|
854
|
-
|
|
855
|
-
|
|
856
|
-
|
|
857
|
-
|
|
858
|
-
|
|
859
|
-
|
|
860
|
-
|
|
861
|
-
}
|
|
862
|
-
|
|
598
|
+
export class DeploymentAlreadyCompletedException extends __BaseException {
|
|
599
|
+
constructor(opts) {
|
|
600
|
+
super({
|
|
601
|
+
name: "DeploymentAlreadyCompletedException",
|
|
602
|
+
$fault: "client",
|
|
603
|
+
...opts,
|
|
604
|
+
});
|
|
605
|
+
this.name = "DeploymentAlreadyCompletedException";
|
|
606
|
+
this.$fault = "client";
|
|
607
|
+
Object.setPrototypeOf(this, DeploymentAlreadyCompletedException.prototype);
|
|
608
|
+
}
|
|
609
|
+
}
|
|
610
|
+
export class DeploymentIsNotInReadyStateException extends __BaseException {
|
|
611
|
+
constructor(opts) {
|
|
612
|
+
super({
|
|
613
|
+
name: "DeploymentIsNotInReadyStateException",
|
|
614
|
+
$fault: "client",
|
|
615
|
+
...opts,
|
|
616
|
+
});
|
|
617
|
+
this.name = "DeploymentIsNotInReadyStateException";
|
|
618
|
+
this.$fault = "client";
|
|
619
|
+
Object.setPrototypeOf(this, DeploymentIsNotInReadyStateException.prototype);
|
|
620
|
+
}
|
|
621
|
+
}
|
|
622
|
+
export class InvalidDeploymentStatusException extends __BaseException {
|
|
623
|
+
constructor(opts) {
|
|
624
|
+
super({
|
|
625
|
+
name: "InvalidDeploymentStatusException",
|
|
626
|
+
$fault: "client",
|
|
627
|
+
...opts,
|
|
628
|
+
});
|
|
629
|
+
this.name = "InvalidDeploymentStatusException";
|
|
630
|
+
this.$fault = "client";
|
|
631
|
+
Object.setPrototypeOf(this, InvalidDeploymentStatusException.prototype);
|
|
632
|
+
}
|
|
633
|
+
}
|
|
634
|
+
export class InvalidDeploymentWaitTypeException extends __BaseException {
|
|
635
|
+
constructor(opts) {
|
|
636
|
+
super({
|
|
637
|
+
name: "InvalidDeploymentWaitTypeException",
|
|
638
|
+
$fault: "client",
|
|
639
|
+
...opts,
|
|
640
|
+
});
|
|
641
|
+
this.name = "InvalidDeploymentWaitTypeException";
|
|
642
|
+
this.$fault = "client";
|
|
643
|
+
Object.setPrototypeOf(this, InvalidDeploymentWaitTypeException.prototype);
|
|
644
|
+
}
|
|
645
|
+
}
|
|
646
|
+
export class UnsupportedActionForDeploymentTypeException extends __BaseException {
|
|
647
|
+
constructor(opts) {
|
|
648
|
+
super({
|
|
649
|
+
name: "UnsupportedActionForDeploymentTypeException",
|
|
650
|
+
$fault: "client",
|
|
651
|
+
...opts,
|
|
652
|
+
});
|
|
653
|
+
this.name = "UnsupportedActionForDeploymentTypeException";
|
|
654
|
+
this.$fault = "client";
|
|
655
|
+
Object.setPrototypeOf(this, UnsupportedActionForDeploymentTypeException.prototype);
|
|
656
|
+
}
|
|
657
|
+
}
|
|
658
|
+
export class InvalidTagsToAddException extends __BaseException {
|
|
659
|
+
constructor(opts) {
|
|
660
|
+
super({
|
|
661
|
+
name: "InvalidTagsToAddException",
|
|
662
|
+
$fault: "client",
|
|
663
|
+
...opts,
|
|
664
|
+
});
|
|
665
|
+
this.name = "InvalidTagsToAddException";
|
|
666
|
+
this.$fault = "client";
|
|
667
|
+
Object.setPrototypeOf(this, InvalidTagsToAddException.prototype);
|
|
668
|
+
}
|
|
669
|
+
}
|
|
670
|
+
export class DeploymentGroupDoesNotExistException extends __BaseException {
|
|
671
|
+
constructor(opts) {
|
|
672
|
+
super({
|
|
673
|
+
name: "DeploymentGroupDoesNotExistException",
|
|
674
|
+
$fault: "client",
|
|
675
|
+
...opts,
|
|
676
|
+
});
|
|
677
|
+
this.name = "DeploymentGroupDoesNotExistException";
|
|
678
|
+
this.$fault = "client";
|
|
679
|
+
Object.setPrototypeOf(this, DeploymentGroupDoesNotExistException.prototype);
|
|
680
|
+
}
|
|
681
|
+
}
|
|
682
|
+
export class DeploymentLimitExceededException extends __BaseException {
|
|
683
|
+
constructor(opts) {
|
|
684
|
+
super({
|
|
685
|
+
name: "DeploymentLimitExceededException",
|
|
686
|
+
$fault: "client",
|
|
687
|
+
...opts,
|
|
688
|
+
});
|
|
689
|
+
this.name = "DeploymentLimitExceededException";
|
|
690
|
+
this.$fault = "client";
|
|
691
|
+
Object.setPrototypeOf(this, DeploymentLimitExceededException.prototype);
|
|
692
|
+
}
|
|
693
|
+
}
|
|
694
|
+
export class DescriptionTooLongException extends __BaseException {
|
|
695
|
+
constructor(opts) {
|
|
696
|
+
super({
|
|
697
|
+
name: "DescriptionTooLongException",
|
|
698
|
+
$fault: "client",
|
|
699
|
+
...opts,
|
|
700
|
+
});
|
|
701
|
+
this.name = "DescriptionTooLongException";
|
|
702
|
+
this.$fault = "client";
|
|
703
|
+
Object.setPrototypeOf(this, DescriptionTooLongException.prototype);
|
|
704
|
+
}
|
|
705
|
+
}
|
|
706
|
+
export class InvalidAlarmConfigException extends __BaseException {
|
|
707
|
+
constructor(opts) {
|
|
708
|
+
super({
|
|
709
|
+
name: "InvalidAlarmConfigException",
|
|
710
|
+
$fault: "client",
|
|
711
|
+
...opts,
|
|
712
|
+
});
|
|
713
|
+
this.name = "InvalidAlarmConfigException";
|
|
714
|
+
this.$fault = "client";
|
|
715
|
+
Object.setPrototypeOf(this, InvalidAlarmConfigException.prototype);
|
|
716
|
+
}
|
|
717
|
+
}
|
|
718
|
+
export class InvalidAutoRollbackConfigException extends __BaseException {
|
|
719
|
+
constructor(opts) {
|
|
720
|
+
super({
|
|
721
|
+
name: "InvalidAutoRollbackConfigException",
|
|
722
|
+
$fault: "client",
|
|
723
|
+
...opts,
|
|
724
|
+
});
|
|
725
|
+
this.name = "InvalidAutoRollbackConfigException";
|
|
726
|
+
this.$fault = "client";
|
|
727
|
+
Object.setPrototypeOf(this, InvalidAutoRollbackConfigException.prototype);
|
|
728
|
+
}
|
|
729
|
+
}
|
|
730
|
+
export class InvalidAutoScalingGroupException extends __BaseException {
|
|
731
|
+
constructor(opts) {
|
|
732
|
+
super({
|
|
733
|
+
name: "InvalidAutoScalingGroupException",
|
|
734
|
+
$fault: "client",
|
|
735
|
+
...opts,
|
|
736
|
+
});
|
|
737
|
+
this.name = "InvalidAutoScalingGroupException";
|
|
738
|
+
this.$fault = "client";
|
|
739
|
+
Object.setPrototypeOf(this, InvalidAutoScalingGroupException.prototype);
|
|
740
|
+
}
|
|
741
|
+
}
|
|
742
|
+
export class InvalidDeploymentConfigNameException extends __BaseException {
|
|
743
|
+
constructor(opts) {
|
|
744
|
+
super({
|
|
745
|
+
name: "InvalidDeploymentConfigNameException",
|
|
746
|
+
$fault: "client",
|
|
747
|
+
...opts,
|
|
748
|
+
});
|
|
749
|
+
this.name = "InvalidDeploymentConfigNameException";
|
|
750
|
+
this.$fault = "client";
|
|
751
|
+
Object.setPrototypeOf(this, InvalidDeploymentConfigNameException.prototype);
|
|
752
|
+
}
|
|
753
|
+
}
|
|
754
|
+
export class InvalidFileExistsBehaviorException extends __BaseException {
|
|
755
|
+
constructor(opts) {
|
|
756
|
+
super({
|
|
757
|
+
name: "InvalidFileExistsBehaviorException",
|
|
758
|
+
$fault: "client",
|
|
759
|
+
...opts,
|
|
760
|
+
});
|
|
761
|
+
this.name = "InvalidFileExistsBehaviorException";
|
|
762
|
+
this.$fault = "client";
|
|
763
|
+
Object.setPrototypeOf(this, InvalidFileExistsBehaviorException.prototype);
|
|
764
|
+
}
|
|
765
|
+
}
|
|
766
|
+
export class InvalidGitHubAccountTokenException extends __BaseException {
|
|
767
|
+
constructor(opts) {
|
|
768
|
+
super({
|
|
769
|
+
name: "InvalidGitHubAccountTokenException",
|
|
770
|
+
$fault: "client",
|
|
771
|
+
...opts,
|
|
772
|
+
});
|
|
773
|
+
this.name = "InvalidGitHubAccountTokenException";
|
|
774
|
+
this.$fault = "client";
|
|
775
|
+
Object.setPrototypeOf(this, InvalidGitHubAccountTokenException.prototype);
|
|
776
|
+
}
|
|
777
|
+
}
|
|
778
|
+
export class InvalidIgnoreApplicationStopFailuresValueException extends __BaseException {
|
|
779
|
+
constructor(opts) {
|
|
780
|
+
super({
|
|
781
|
+
name: "InvalidIgnoreApplicationStopFailuresValueException",
|
|
782
|
+
$fault: "client",
|
|
783
|
+
...opts,
|
|
784
|
+
});
|
|
785
|
+
this.name = "InvalidIgnoreApplicationStopFailuresValueException";
|
|
786
|
+
this.$fault = "client";
|
|
787
|
+
Object.setPrototypeOf(this, InvalidIgnoreApplicationStopFailuresValueException.prototype);
|
|
788
|
+
}
|
|
789
|
+
}
|
|
790
|
+
export class InvalidLoadBalancerInfoException extends __BaseException {
|
|
791
|
+
constructor(opts) {
|
|
792
|
+
super({
|
|
793
|
+
name: "InvalidLoadBalancerInfoException",
|
|
794
|
+
$fault: "client",
|
|
795
|
+
...opts,
|
|
796
|
+
});
|
|
797
|
+
this.name = "InvalidLoadBalancerInfoException";
|
|
798
|
+
this.$fault = "client";
|
|
799
|
+
Object.setPrototypeOf(this, InvalidLoadBalancerInfoException.prototype);
|
|
800
|
+
}
|
|
801
|
+
}
|
|
802
|
+
export class InvalidRoleException extends __BaseException {
|
|
803
|
+
constructor(opts) {
|
|
804
|
+
super({
|
|
805
|
+
name: "InvalidRoleException",
|
|
806
|
+
$fault: "client",
|
|
807
|
+
...opts,
|
|
808
|
+
});
|
|
809
|
+
this.name = "InvalidRoleException";
|
|
810
|
+
this.$fault = "client";
|
|
811
|
+
Object.setPrototypeOf(this, InvalidRoleException.prototype);
|
|
812
|
+
}
|
|
813
|
+
}
|
|
814
|
+
export class InvalidTargetInstancesException extends __BaseException {
|
|
815
|
+
constructor(opts) {
|
|
816
|
+
super({
|
|
817
|
+
name: "InvalidTargetInstancesException",
|
|
818
|
+
$fault: "client",
|
|
819
|
+
...opts,
|
|
820
|
+
});
|
|
821
|
+
this.name = "InvalidTargetInstancesException";
|
|
822
|
+
this.$fault = "client";
|
|
823
|
+
Object.setPrototypeOf(this, InvalidTargetInstancesException.prototype);
|
|
824
|
+
}
|
|
825
|
+
}
|
|
826
|
+
export class InvalidTrafficRoutingConfigurationException extends __BaseException {
|
|
827
|
+
constructor(opts) {
|
|
828
|
+
super({
|
|
829
|
+
name: "InvalidTrafficRoutingConfigurationException",
|
|
830
|
+
$fault: "client",
|
|
831
|
+
...opts,
|
|
832
|
+
});
|
|
833
|
+
this.name = "InvalidTrafficRoutingConfigurationException";
|
|
834
|
+
this.$fault = "client";
|
|
835
|
+
Object.setPrototypeOf(this, InvalidTrafficRoutingConfigurationException.prototype);
|
|
836
|
+
}
|
|
837
|
+
}
|
|
838
|
+
export class InvalidUpdateOutdatedInstancesOnlyValueException extends __BaseException {
|
|
839
|
+
constructor(opts) {
|
|
840
|
+
super({
|
|
841
|
+
name: "InvalidUpdateOutdatedInstancesOnlyValueException",
|
|
842
|
+
$fault: "client",
|
|
843
|
+
...opts,
|
|
844
|
+
});
|
|
845
|
+
this.name = "InvalidUpdateOutdatedInstancesOnlyValueException";
|
|
846
|
+
this.$fault = "client";
|
|
847
|
+
Object.setPrototypeOf(this, InvalidUpdateOutdatedInstancesOnlyValueException.prototype);
|
|
848
|
+
}
|
|
849
|
+
}
|
|
850
|
+
export class RevisionDoesNotExistException extends __BaseException {
|
|
851
|
+
constructor(opts) {
|
|
852
|
+
super({
|
|
853
|
+
name: "RevisionDoesNotExistException",
|
|
854
|
+
$fault: "client",
|
|
855
|
+
...opts,
|
|
856
|
+
});
|
|
857
|
+
this.name = "RevisionDoesNotExistException";
|
|
858
|
+
this.$fault = "client";
|
|
859
|
+
Object.setPrototypeOf(this, RevisionDoesNotExistException.prototype);
|
|
860
|
+
}
|
|
861
|
+
}
|
|
862
|
+
export class ThrottlingException extends __BaseException {
|
|
863
|
+
constructor(opts) {
|
|
864
|
+
super({
|
|
865
|
+
name: "ThrottlingException",
|
|
866
|
+
$fault: "client",
|
|
867
|
+
...opts,
|
|
868
|
+
});
|
|
869
|
+
this.name = "ThrottlingException";
|
|
870
|
+
this.$fault = "client";
|
|
871
|
+
Object.setPrototypeOf(this, ThrottlingException.prototype);
|
|
872
|
+
}
|
|
873
|
+
}
|
|
874
|
+
export var MinimumHealthyHostsType;
|
|
875
|
+
(function (MinimumHealthyHostsType) {
|
|
876
|
+
MinimumHealthyHostsType["FLEET_PERCENT"] = "FLEET_PERCENT";
|
|
877
|
+
MinimumHealthyHostsType["HOST_COUNT"] = "HOST_COUNT";
|
|
878
|
+
})(MinimumHealthyHostsType || (MinimumHealthyHostsType = {}));
|
|
863
879
|
export var TrafficRoutingType;
|
|
864
880
|
(function (TrafficRoutingType) {
|
|
865
881
|
TrafficRoutingType["AllAtOnce"] = "AllAtOnce";
|
|
866
882
|
TrafficRoutingType["TimeBasedCanary"] = "TimeBasedCanary";
|
|
867
883
|
TrafficRoutingType["TimeBasedLinear"] = "TimeBasedLinear";
|
|
868
884
|
})(TrafficRoutingType || (TrafficRoutingType = {}));
|
|
869
|
-
|
|
870
|
-
|
|
871
|
-
|
|
872
|
-
|
|
873
|
-
|
|
874
|
-
|
|
875
|
-
|
|
876
|
-
|
|
877
|
-
|
|
878
|
-
|
|
879
|
-
}
|
|
880
|
-
|
|
881
|
-
|
|
882
|
-
|
|
883
|
-
|
|
884
|
-
|
|
885
|
-
|
|
886
|
-
|
|
887
|
-
|
|
888
|
-
|
|
889
|
-
|
|
890
|
-
|
|
891
|
-
}
|
|
892
|
-
|
|
893
|
-
|
|
894
|
-
|
|
895
|
-
|
|
896
|
-
|
|
897
|
-
|
|
898
|
-
|
|
899
|
-
|
|
900
|
-
|
|
901
|
-
|
|
902
|
-
|
|
903
|
-
}
|
|
904
|
-
|
|
905
|
-
|
|
906
|
-
|
|
907
|
-
|
|
908
|
-
|
|
909
|
-
|
|
910
|
-
|
|
911
|
-
|
|
912
|
-
|
|
913
|
-
|
|
914
|
-
|
|
915
|
-
}
|
|
916
|
-
|
|
917
|
-
|
|
918
|
-
|
|
919
|
-
|
|
920
|
-
|
|
921
|
-
|
|
922
|
-
|
|
923
|
-
|
|
924
|
-
|
|
925
|
-
|
|
926
|
-
|
|
927
|
-
}
|
|
928
|
-
|
|
929
|
-
|
|
930
|
-
|
|
931
|
-
|
|
932
|
-
|
|
933
|
-
|
|
934
|
-
|
|
935
|
-
|
|
936
|
-
|
|
937
|
-
|
|
938
|
-
|
|
939
|
-
}
|
|
940
|
-
|
|
941
|
-
|
|
942
|
-
|
|
943
|
-
|
|
944
|
-
|
|
945
|
-
|
|
946
|
-
|
|
947
|
-
|
|
948
|
-
|
|
949
|
-
|
|
950
|
-
|
|
951
|
-
}
|
|
952
|
-
|
|
953
|
-
|
|
954
|
-
|
|
955
|
-
|
|
956
|
-
|
|
957
|
-
|
|
958
|
-
|
|
959
|
-
|
|
960
|
-
|
|
961
|
-
|
|
962
|
-
|
|
963
|
-
}
|
|
964
|
-
|
|
965
|
-
|
|
966
|
-
|
|
967
|
-
|
|
968
|
-
|
|
969
|
-
|
|
970
|
-
|
|
971
|
-
|
|
972
|
-
|
|
973
|
-
|
|
974
|
-
|
|
975
|
-
}
|
|
976
|
-
|
|
977
|
-
|
|
978
|
-
|
|
979
|
-
|
|
980
|
-
|
|
981
|
-
|
|
982
|
-
|
|
983
|
-
|
|
984
|
-
|
|
985
|
-
|
|
986
|
-
|
|
987
|
-
}
|
|
988
|
-
|
|
989
|
-
|
|
990
|
-
|
|
991
|
-
|
|
992
|
-
|
|
993
|
-
|
|
994
|
-
|
|
995
|
-
|
|
996
|
-
|
|
997
|
-
|
|
998
|
-
|
|
999
|
-
}
|
|
1000
|
-
|
|
1001
|
-
|
|
1002
|
-
|
|
1003
|
-
|
|
1004
|
-
|
|
1005
|
-
|
|
1006
|
-
|
|
1007
|
-
|
|
1008
|
-
|
|
1009
|
-
|
|
1010
|
-
|
|
1011
|
-
}
|
|
1012
|
-
|
|
1013
|
-
|
|
1014
|
-
|
|
1015
|
-
|
|
1016
|
-
|
|
1017
|
-
|
|
1018
|
-
|
|
1019
|
-
|
|
1020
|
-
|
|
1021
|
-
|
|
1022
|
-
|
|
1023
|
-
}
|
|
1024
|
-
|
|
1025
|
-
|
|
1026
|
-
|
|
1027
|
-
|
|
1028
|
-
|
|
1029
|
-
|
|
1030
|
-
|
|
1031
|
-
|
|
1032
|
-
|
|
1033
|
-
|
|
1034
|
-
|
|
1035
|
-
}
|
|
1036
|
-
|
|
1037
|
-
|
|
1038
|
-
|
|
1039
|
-
|
|
1040
|
-
|
|
1041
|
-
|
|
1042
|
-
|
|
1043
|
-
|
|
1044
|
-
|
|
1045
|
-
|
|
1046
|
-
|
|
1047
|
-
}
|
|
1048
|
-
|
|
1049
|
-
|
|
1050
|
-
|
|
1051
|
-
|
|
1052
|
-
|
|
1053
|
-
|
|
1054
|
-
|
|
1055
|
-
|
|
1056
|
-
|
|
1057
|
-
|
|
1058
|
-
|
|
1059
|
-
}
|
|
1060
|
-
|
|
1061
|
-
|
|
1062
|
-
|
|
1063
|
-
|
|
1064
|
-
|
|
1065
|
-
|
|
1066
|
-
|
|
1067
|
-
|
|
1068
|
-
|
|
1069
|
-
|
|
1070
|
-
|
|
1071
|
-
}
|
|
1072
|
-
|
|
1073
|
-
|
|
1074
|
-
|
|
1075
|
-
|
|
1076
|
-
|
|
1077
|
-
|
|
1078
|
-
|
|
1079
|
-
|
|
1080
|
-
|
|
1081
|
-
|
|
1082
|
-
|
|
1083
|
-
}
|
|
1084
|
-
|
|
1085
|
-
|
|
1086
|
-
|
|
1087
|
-
|
|
1088
|
-
|
|
1089
|
-
|
|
1090
|
-
|
|
1091
|
-
|
|
1092
|
-
|
|
1093
|
-
|
|
1094
|
-
|
|
1095
|
-
}
|
|
1096
|
-
|
|
1097
|
-
|
|
1098
|
-
|
|
1099
|
-
|
|
1100
|
-
|
|
1101
|
-
|
|
1102
|
-
|
|
1103
|
-
|
|
1104
|
-
|
|
1105
|
-
|
|
1106
|
-
|
|
1107
|
-
}
|
|
1108
|
-
|
|
1109
|
-
|
|
1110
|
-
|
|
1111
|
-
|
|
1112
|
-
|
|
1113
|
-
|
|
1114
|
-
|
|
1115
|
-
|
|
1116
|
-
|
|
1117
|
-
|
|
1118
|
-
|
|
1119
|
-
}
|
|
1120
|
-
|
|
1121
|
-
|
|
1122
|
-
|
|
1123
|
-
|
|
1124
|
-
|
|
1125
|
-
|
|
1126
|
-
|
|
1127
|
-
|
|
1128
|
-
|
|
1129
|
-
|
|
1130
|
-
|
|
1131
|
-
}
|
|
1132
|
-
|
|
1133
|
-
|
|
1134
|
-
|
|
1135
|
-
|
|
1136
|
-
|
|
1137
|
-
|
|
1138
|
-
|
|
1139
|
-
|
|
1140
|
-
|
|
1141
|
-
|
|
1142
|
-
|
|
1143
|
-
}
|
|
1144
|
-
|
|
1145
|
-
|
|
1146
|
-
|
|
1147
|
-
|
|
1148
|
-
|
|
1149
|
-
|
|
1150
|
-
|
|
1151
|
-
|
|
1152
|
-
|
|
1153
|
-
|
|
1154
|
-
|
|
1155
|
-
}
|
|
1156
|
-
|
|
1157
|
-
|
|
1158
|
-
|
|
1159
|
-
|
|
1160
|
-
|
|
1161
|
-
|
|
1162
|
-
|
|
1163
|
-
|
|
1164
|
-
|
|
1165
|
-
|
|
1166
|
-
|
|
1167
|
-
}
|
|
1168
|
-
|
|
1169
|
-
|
|
1170
|
-
|
|
1171
|
-
|
|
1172
|
-
|
|
1173
|
-
|
|
1174
|
-
|
|
1175
|
-
|
|
1176
|
-
|
|
1177
|
-
|
|
1178
|
-
|
|
1179
|
-
}
|
|
1180
|
-
|
|
1181
|
-
|
|
1182
|
-
|
|
1183
|
-
|
|
1184
|
-
|
|
1185
|
-
|
|
1186
|
-
|
|
1187
|
-
|
|
1188
|
-
|
|
1189
|
-
|
|
1190
|
-
|
|
1191
|
-
}
|
|
1192
|
-
|
|
1193
|
-
|
|
1194
|
-
|
|
1195
|
-
|
|
1196
|
-
|
|
1197
|
-
|
|
1198
|
-
|
|
1199
|
-
|
|
1200
|
-
|
|
1201
|
-
|
|
1202
|
-
|
|
1203
|
-
}
|
|
1204
|
-
|
|
1205
|
-
|
|
1206
|
-
|
|
1207
|
-
|
|
1208
|
-
|
|
1209
|
-
|
|
1210
|
-
|
|
1211
|
-
|
|
1212
|
-
|
|
1213
|
-
|
|
1214
|
-
|
|
1215
|
-
}
|
|
1216
|
-
|
|
1217
|
-
|
|
1218
|
-
|
|
1219
|
-
|
|
1220
|
-
|
|
1221
|
-
|
|
1222
|
-
|
|
1223
|
-
|
|
1224
|
-
|
|
1225
|
-
|
|
1226
|
-
|
|
1227
|
-
}
|
|
1228
|
-
|
|
1229
|
-
|
|
1230
|
-
|
|
1231
|
-
|
|
1232
|
-
|
|
1233
|
-
|
|
1234
|
-
|
|
1235
|
-
|
|
1236
|
-
|
|
1237
|
-
|
|
1238
|
-
|
|
1239
|
-
}
|
|
1240
|
-
|
|
1241
|
-
|
|
1242
|
-
|
|
1243
|
-
|
|
1244
|
-
|
|
1245
|
-
|
|
1246
|
-
|
|
1247
|
-
|
|
1248
|
-
|
|
1249
|
-
|
|
1250
|
-
|
|
1251
|
-
}
|
|
1252
|
-
|
|
1253
|
-
|
|
1254
|
-
|
|
1255
|
-
|
|
1256
|
-
|
|
1257
|
-
|
|
1258
|
-
|
|
1259
|
-
|
|
1260
|
-
|
|
1261
|
-
|
|
1262
|
-
|
|
1263
|
-
}
|
|
1264
|
-
|
|
1265
|
-
var InvalidSortOrderException = (function (_super) {
|
|
1266
|
-
__extends(InvalidSortOrderException, _super);
|
|
1267
|
-
function InvalidSortOrderException(opts) {
|
|
1268
|
-
var _this = _super.call(this, __assign({ name: "InvalidSortOrderException", $fault: "client" }, opts)) || this;
|
|
1269
|
-
_this.name = "InvalidSortOrderException";
|
|
1270
|
-
_this.$fault = "client";
|
|
1271
|
-
Object.setPrototypeOf(_this, InvalidSortOrderException.prototype);
|
|
1272
|
-
return _this;
|
|
1273
|
-
}
|
|
1274
|
-
return InvalidSortOrderException;
|
|
1275
|
-
}(__BaseException));
|
|
1276
|
-
export { InvalidSortOrderException };
|
|
885
|
+
export class DeploymentConfigAlreadyExistsException extends __BaseException {
|
|
886
|
+
constructor(opts) {
|
|
887
|
+
super({
|
|
888
|
+
name: "DeploymentConfigAlreadyExistsException",
|
|
889
|
+
$fault: "client",
|
|
890
|
+
...opts,
|
|
891
|
+
});
|
|
892
|
+
this.name = "DeploymentConfigAlreadyExistsException";
|
|
893
|
+
this.$fault = "client";
|
|
894
|
+
Object.setPrototypeOf(this, DeploymentConfigAlreadyExistsException.prototype);
|
|
895
|
+
}
|
|
896
|
+
}
|
|
897
|
+
export class DeploymentConfigLimitExceededException extends __BaseException {
|
|
898
|
+
constructor(opts) {
|
|
899
|
+
super({
|
|
900
|
+
name: "DeploymentConfigLimitExceededException",
|
|
901
|
+
$fault: "client",
|
|
902
|
+
...opts,
|
|
903
|
+
});
|
|
904
|
+
this.name = "DeploymentConfigLimitExceededException";
|
|
905
|
+
this.$fault = "client";
|
|
906
|
+
Object.setPrototypeOf(this, DeploymentConfigLimitExceededException.prototype);
|
|
907
|
+
}
|
|
908
|
+
}
|
|
909
|
+
export class DeploymentConfigNameRequiredException extends __BaseException {
|
|
910
|
+
constructor(opts) {
|
|
911
|
+
super({
|
|
912
|
+
name: "DeploymentConfigNameRequiredException",
|
|
913
|
+
$fault: "client",
|
|
914
|
+
...opts,
|
|
915
|
+
});
|
|
916
|
+
this.name = "DeploymentConfigNameRequiredException";
|
|
917
|
+
this.$fault = "client";
|
|
918
|
+
Object.setPrototypeOf(this, DeploymentConfigNameRequiredException.prototype);
|
|
919
|
+
}
|
|
920
|
+
}
|
|
921
|
+
export class InvalidMinimumHealthyHostValueException extends __BaseException {
|
|
922
|
+
constructor(opts) {
|
|
923
|
+
super({
|
|
924
|
+
name: "InvalidMinimumHealthyHostValueException",
|
|
925
|
+
$fault: "client",
|
|
926
|
+
...opts,
|
|
927
|
+
});
|
|
928
|
+
this.name = "InvalidMinimumHealthyHostValueException";
|
|
929
|
+
this.$fault = "client";
|
|
930
|
+
Object.setPrototypeOf(this, InvalidMinimumHealthyHostValueException.prototype);
|
|
931
|
+
}
|
|
932
|
+
}
|
|
933
|
+
export class DeploymentGroupAlreadyExistsException extends __BaseException {
|
|
934
|
+
constructor(opts) {
|
|
935
|
+
super({
|
|
936
|
+
name: "DeploymentGroupAlreadyExistsException",
|
|
937
|
+
$fault: "client",
|
|
938
|
+
...opts,
|
|
939
|
+
});
|
|
940
|
+
this.name = "DeploymentGroupAlreadyExistsException";
|
|
941
|
+
this.$fault = "client";
|
|
942
|
+
Object.setPrototypeOf(this, DeploymentGroupAlreadyExistsException.prototype);
|
|
943
|
+
}
|
|
944
|
+
}
|
|
945
|
+
export class DeploymentGroupLimitExceededException extends __BaseException {
|
|
946
|
+
constructor(opts) {
|
|
947
|
+
super({
|
|
948
|
+
name: "DeploymentGroupLimitExceededException",
|
|
949
|
+
$fault: "client",
|
|
950
|
+
...opts,
|
|
951
|
+
});
|
|
952
|
+
this.name = "DeploymentGroupLimitExceededException";
|
|
953
|
+
this.$fault = "client";
|
|
954
|
+
Object.setPrototypeOf(this, DeploymentGroupLimitExceededException.prototype);
|
|
955
|
+
}
|
|
956
|
+
}
|
|
957
|
+
export class ECSServiceMappingLimitExceededException extends __BaseException {
|
|
958
|
+
constructor(opts) {
|
|
959
|
+
super({
|
|
960
|
+
name: "ECSServiceMappingLimitExceededException",
|
|
961
|
+
$fault: "client",
|
|
962
|
+
...opts,
|
|
963
|
+
});
|
|
964
|
+
this.name = "ECSServiceMappingLimitExceededException";
|
|
965
|
+
this.$fault = "client";
|
|
966
|
+
Object.setPrototypeOf(this, ECSServiceMappingLimitExceededException.prototype);
|
|
967
|
+
}
|
|
968
|
+
}
|
|
969
|
+
export class InvalidBlueGreenDeploymentConfigurationException extends __BaseException {
|
|
970
|
+
constructor(opts) {
|
|
971
|
+
super({
|
|
972
|
+
name: "InvalidBlueGreenDeploymentConfigurationException",
|
|
973
|
+
$fault: "client",
|
|
974
|
+
...opts,
|
|
975
|
+
});
|
|
976
|
+
this.name = "InvalidBlueGreenDeploymentConfigurationException";
|
|
977
|
+
this.$fault = "client";
|
|
978
|
+
Object.setPrototypeOf(this, InvalidBlueGreenDeploymentConfigurationException.prototype);
|
|
979
|
+
}
|
|
980
|
+
}
|
|
981
|
+
export class InvalidDeploymentStyleException extends __BaseException {
|
|
982
|
+
constructor(opts) {
|
|
983
|
+
super({
|
|
984
|
+
name: "InvalidDeploymentStyleException",
|
|
985
|
+
$fault: "client",
|
|
986
|
+
...opts,
|
|
987
|
+
});
|
|
988
|
+
this.name = "InvalidDeploymentStyleException";
|
|
989
|
+
this.$fault = "client";
|
|
990
|
+
Object.setPrototypeOf(this, InvalidDeploymentStyleException.prototype);
|
|
991
|
+
}
|
|
992
|
+
}
|
|
993
|
+
export class InvalidEC2TagCombinationException extends __BaseException {
|
|
994
|
+
constructor(opts) {
|
|
995
|
+
super({
|
|
996
|
+
name: "InvalidEC2TagCombinationException",
|
|
997
|
+
$fault: "client",
|
|
998
|
+
...opts,
|
|
999
|
+
});
|
|
1000
|
+
this.name = "InvalidEC2TagCombinationException";
|
|
1001
|
+
this.$fault = "client";
|
|
1002
|
+
Object.setPrototypeOf(this, InvalidEC2TagCombinationException.prototype);
|
|
1003
|
+
}
|
|
1004
|
+
}
|
|
1005
|
+
export class InvalidEC2TagException extends __BaseException {
|
|
1006
|
+
constructor(opts) {
|
|
1007
|
+
super({
|
|
1008
|
+
name: "InvalidEC2TagException",
|
|
1009
|
+
$fault: "client",
|
|
1010
|
+
...opts,
|
|
1011
|
+
});
|
|
1012
|
+
this.name = "InvalidEC2TagException";
|
|
1013
|
+
this.$fault = "client";
|
|
1014
|
+
Object.setPrototypeOf(this, InvalidEC2TagException.prototype);
|
|
1015
|
+
}
|
|
1016
|
+
}
|
|
1017
|
+
export class InvalidECSServiceException extends __BaseException {
|
|
1018
|
+
constructor(opts) {
|
|
1019
|
+
super({
|
|
1020
|
+
name: "InvalidECSServiceException",
|
|
1021
|
+
$fault: "client",
|
|
1022
|
+
...opts,
|
|
1023
|
+
});
|
|
1024
|
+
this.name = "InvalidECSServiceException";
|
|
1025
|
+
this.$fault = "client";
|
|
1026
|
+
Object.setPrototypeOf(this, InvalidECSServiceException.prototype);
|
|
1027
|
+
}
|
|
1028
|
+
}
|
|
1029
|
+
export class InvalidInputException extends __BaseException {
|
|
1030
|
+
constructor(opts) {
|
|
1031
|
+
super({
|
|
1032
|
+
name: "InvalidInputException",
|
|
1033
|
+
$fault: "client",
|
|
1034
|
+
...opts,
|
|
1035
|
+
});
|
|
1036
|
+
this.name = "InvalidInputException";
|
|
1037
|
+
this.$fault = "client";
|
|
1038
|
+
Object.setPrototypeOf(this, InvalidInputException.prototype);
|
|
1039
|
+
}
|
|
1040
|
+
}
|
|
1041
|
+
export class InvalidOnPremisesTagCombinationException extends __BaseException {
|
|
1042
|
+
constructor(opts) {
|
|
1043
|
+
super({
|
|
1044
|
+
name: "InvalidOnPremisesTagCombinationException",
|
|
1045
|
+
$fault: "client",
|
|
1046
|
+
...opts,
|
|
1047
|
+
});
|
|
1048
|
+
this.name = "InvalidOnPremisesTagCombinationException";
|
|
1049
|
+
this.$fault = "client";
|
|
1050
|
+
Object.setPrototypeOf(this, InvalidOnPremisesTagCombinationException.prototype);
|
|
1051
|
+
}
|
|
1052
|
+
}
|
|
1053
|
+
export class InvalidTargetGroupPairException extends __BaseException {
|
|
1054
|
+
constructor(opts) {
|
|
1055
|
+
super({
|
|
1056
|
+
name: "InvalidTargetGroupPairException",
|
|
1057
|
+
$fault: "client",
|
|
1058
|
+
...opts,
|
|
1059
|
+
});
|
|
1060
|
+
this.name = "InvalidTargetGroupPairException";
|
|
1061
|
+
this.$fault = "client";
|
|
1062
|
+
Object.setPrototypeOf(this, InvalidTargetGroupPairException.prototype);
|
|
1063
|
+
}
|
|
1064
|
+
}
|
|
1065
|
+
export class InvalidTriggerConfigException extends __BaseException {
|
|
1066
|
+
constructor(opts) {
|
|
1067
|
+
super({
|
|
1068
|
+
name: "InvalidTriggerConfigException",
|
|
1069
|
+
$fault: "client",
|
|
1070
|
+
...opts,
|
|
1071
|
+
});
|
|
1072
|
+
this.name = "InvalidTriggerConfigException";
|
|
1073
|
+
this.$fault = "client";
|
|
1074
|
+
Object.setPrototypeOf(this, InvalidTriggerConfigException.prototype);
|
|
1075
|
+
}
|
|
1076
|
+
}
|
|
1077
|
+
export class LifecycleHookLimitExceededException extends __BaseException {
|
|
1078
|
+
constructor(opts) {
|
|
1079
|
+
super({
|
|
1080
|
+
name: "LifecycleHookLimitExceededException",
|
|
1081
|
+
$fault: "client",
|
|
1082
|
+
...opts,
|
|
1083
|
+
});
|
|
1084
|
+
this.name = "LifecycleHookLimitExceededException";
|
|
1085
|
+
this.$fault = "client";
|
|
1086
|
+
Object.setPrototypeOf(this, LifecycleHookLimitExceededException.prototype);
|
|
1087
|
+
}
|
|
1088
|
+
}
|
|
1089
|
+
export class RoleRequiredException extends __BaseException {
|
|
1090
|
+
constructor(opts) {
|
|
1091
|
+
super({
|
|
1092
|
+
name: "RoleRequiredException",
|
|
1093
|
+
$fault: "client",
|
|
1094
|
+
...opts,
|
|
1095
|
+
});
|
|
1096
|
+
this.name = "RoleRequiredException";
|
|
1097
|
+
this.$fault = "client";
|
|
1098
|
+
Object.setPrototypeOf(this, RoleRequiredException.prototype);
|
|
1099
|
+
}
|
|
1100
|
+
}
|
|
1101
|
+
export class TagSetListLimitExceededException extends __BaseException {
|
|
1102
|
+
constructor(opts) {
|
|
1103
|
+
super({
|
|
1104
|
+
name: "TagSetListLimitExceededException",
|
|
1105
|
+
$fault: "client",
|
|
1106
|
+
...opts,
|
|
1107
|
+
});
|
|
1108
|
+
this.name = "TagSetListLimitExceededException";
|
|
1109
|
+
this.$fault = "client";
|
|
1110
|
+
Object.setPrototypeOf(this, TagSetListLimitExceededException.prototype);
|
|
1111
|
+
}
|
|
1112
|
+
}
|
|
1113
|
+
export class TriggerTargetsLimitExceededException extends __BaseException {
|
|
1114
|
+
constructor(opts) {
|
|
1115
|
+
super({
|
|
1116
|
+
name: "TriggerTargetsLimitExceededException",
|
|
1117
|
+
$fault: "client",
|
|
1118
|
+
...opts,
|
|
1119
|
+
});
|
|
1120
|
+
this.name = "TriggerTargetsLimitExceededException";
|
|
1121
|
+
this.$fault = "client";
|
|
1122
|
+
Object.setPrototypeOf(this, TriggerTargetsLimitExceededException.prototype);
|
|
1123
|
+
}
|
|
1124
|
+
}
|
|
1125
|
+
export class DeploymentConfigInUseException extends __BaseException {
|
|
1126
|
+
constructor(opts) {
|
|
1127
|
+
super({
|
|
1128
|
+
name: "DeploymentConfigInUseException",
|
|
1129
|
+
$fault: "client",
|
|
1130
|
+
...opts,
|
|
1131
|
+
});
|
|
1132
|
+
this.name = "DeploymentConfigInUseException";
|
|
1133
|
+
this.$fault = "client";
|
|
1134
|
+
Object.setPrototypeOf(this, DeploymentConfigInUseException.prototype);
|
|
1135
|
+
}
|
|
1136
|
+
}
|
|
1137
|
+
export class InvalidOperationException extends __BaseException {
|
|
1138
|
+
constructor(opts) {
|
|
1139
|
+
super({
|
|
1140
|
+
name: "InvalidOperationException",
|
|
1141
|
+
$fault: "client",
|
|
1142
|
+
...opts,
|
|
1143
|
+
});
|
|
1144
|
+
this.name = "InvalidOperationException";
|
|
1145
|
+
this.$fault = "client";
|
|
1146
|
+
Object.setPrototypeOf(this, InvalidOperationException.prototype);
|
|
1147
|
+
}
|
|
1148
|
+
}
|
|
1149
|
+
export class GitHubAccountTokenDoesNotExistException extends __BaseException {
|
|
1150
|
+
constructor(opts) {
|
|
1151
|
+
super({
|
|
1152
|
+
name: "GitHubAccountTokenDoesNotExistException",
|
|
1153
|
+
$fault: "client",
|
|
1154
|
+
...opts,
|
|
1155
|
+
});
|
|
1156
|
+
this.name = "GitHubAccountTokenDoesNotExistException";
|
|
1157
|
+
this.$fault = "client";
|
|
1158
|
+
Object.setPrototypeOf(this, GitHubAccountTokenDoesNotExistException.prototype);
|
|
1159
|
+
}
|
|
1160
|
+
}
|
|
1161
|
+
export class GitHubAccountTokenNameRequiredException extends __BaseException {
|
|
1162
|
+
constructor(opts) {
|
|
1163
|
+
super({
|
|
1164
|
+
name: "GitHubAccountTokenNameRequiredException",
|
|
1165
|
+
$fault: "client",
|
|
1166
|
+
...opts,
|
|
1167
|
+
});
|
|
1168
|
+
this.name = "GitHubAccountTokenNameRequiredException";
|
|
1169
|
+
this.$fault = "client";
|
|
1170
|
+
Object.setPrototypeOf(this, GitHubAccountTokenNameRequiredException.prototype);
|
|
1171
|
+
}
|
|
1172
|
+
}
|
|
1173
|
+
export class InvalidGitHubAccountTokenNameException extends __BaseException {
|
|
1174
|
+
constructor(opts) {
|
|
1175
|
+
super({
|
|
1176
|
+
name: "InvalidGitHubAccountTokenNameException",
|
|
1177
|
+
$fault: "client",
|
|
1178
|
+
...opts,
|
|
1179
|
+
});
|
|
1180
|
+
this.name = "InvalidGitHubAccountTokenNameException";
|
|
1181
|
+
this.$fault = "client";
|
|
1182
|
+
Object.setPrototypeOf(this, InvalidGitHubAccountTokenNameException.prototype);
|
|
1183
|
+
}
|
|
1184
|
+
}
|
|
1185
|
+
export class OperationNotSupportedException extends __BaseException {
|
|
1186
|
+
constructor(opts) {
|
|
1187
|
+
super({
|
|
1188
|
+
name: "OperationNotSupportedException",
|
|
1189
|
+
$fault: "client",
|
|
1190
|
+
...opts,
|
|
1191
|
+
});
|
|
1192
|
+
this.name = "OperationNotSupportedException";
|
|
1193
|
+
this.$fault = "client";
|
|
1194
|
+
Object.setPrototypeOf(this, OperationNotSupportedException.prototype);
|
|
1195
|
+
}
|
|
1196
|
+
}
|
|
1197
|
+
export class ResourceValidationException extends __BaseException {
|
|
1198
|
+
constructor(opts) {
|
|
1199
|
+
super({
|
|
1200
|
+
name: "ResourceValidationException",
|
|
1201
|
+
$fault: "client",
|
|
1202
|
+
...opts,
|
|
1203
|
+
});
|
|
1204
|
+
this.name = "ResourceValidationException";
|
|
1205
|
+
this.$fault = "client";
|
|
1206
|
+
Object.setPrototypeOf(this, ResourceValidationException.prototype);
|
|
1207
|
+
}
|
|
1208
|
+
}
|
|
1209
|
+
export class InvalidBucketNameFilterException extends __BaseException {
|
|
1210
|
+
constructor(opts) {
|
|
1211
|
+
super({
|
|
1212
|
+
name: "InvalidBucketNameFilterException",
|
|
1213
|
+
$fault: "client",
|
|
1214
|
+
...opts,
|
|
1215
|
+
});
|
|
1216
|
+
this.name = "InvalidBucketNameFilterException";
|
|
1217
|
+
this.$fault = "client";
|
|
1218
|
+
Object.setPrototypeOf(this, InvalidBucketNameFilterException.prototype);
|
|
1219
|
+
}
|
|
1220
|
+
}
|
|
1221
|
+
export class InvalidDeployedStateFilterException extends __BaseException {
|
|
1222
|
+
constructor(opts) {
|
|
1223
|
+
super({
|
|
1224
|
+
name: "InvalidDeployedStateFilterException",
|
|
1225
|
+
$fault: "client",
|
|
1226
|
+
...opts,
|
|
1227
|
+
});
|
|
1228
|
+
this.name = "InvalidDeployedStateFilterException";
|
|
1229
|
+
this.$fault = "client";
|
|
1230
|
+
Object.setPrototypeOf(this, InvalidDeployedStateFilterException.prototype);
|
|
1231
|
+
}
|
|
1232
|
+
}
|
|
1233
|
+
export class InvalidKeyPrefixFilterException extends __BaseException {
|
|
1234
|
+
constructor(opts) {
|
|
1235
|
+
super({
|
|
1236
|
+
name: "InvalidKeyPrefixFilterException",
|
|
1237
|
+
$fault: "client",
|
|
1238
|
+
...opts,
|
|
1239
|
+
});
|
|
1240
|
+
this.name = "InvalidKeyPrefixFilterException";
|
|
1241
|
+
this.$fault = "client";
|
|
1242
|
+
Object.setPrototypeOf(this, InvalidKeyPrefixFilterException.prototype);
|
|
1243
|
+
}
|
|
1244
|
+
}
|
|
1245
|
+
export class InvalidNextTokenException extends __BaseException {
|
|
1246
|
+
constructor(opts) {
|
|
1247
|
+
super({
|
|
1248
|
+
name: "InvalidNextTokenException",
|
|
1249
|
+
$fault: "client",
|
|
1250
|
+
...opts,
|
|
1251
|
+
});
|
|
1252
|
+
this.name = "InvalidNextTokenException";
|
|
1253
|
+
this.$fault = "client";
|
|
1254
|
+
Object.setPrototypeOf(this, InvalidNextTokenException.prototype);
|
|
1255
|
+
}
|
|
1256
|
+
}
|
|
1257
|
+
export class InvalidSortByException extends __BaseException {
|
|
1258
|
+
constructor(opts) {
|
|
1259
|
+
super({
|
|
1260
|
+
name: "InvalidSortByException",
|
|
1261
|
+
$fault: "client",
|
|
1262
|
+
...opts,
|
|
1263
|
+
});
|
|
1264
|
+
this.name = "InvalidSortByException";
|
|
1265
|
+
this.$fault = "client";
|
|
1266
|
+
Object.setPrototypeOf(this, InvalidSortByException.prototype);
|
|
1267
|
+
}
|
|
1268
|
+
}
|
|
1269
|
+
export class InvalidSortOrderException extends __BaseException {
|
|
1270
|
+
constructor(opts) {
|
|
1271
|
+
super({
|
|
1272
|
+
name: "InvalidSortOrderException",
|
|
1273
|
+
$fault: "client",
|
|
1274
|
+
...opts,
|
|
1275
|
+
});
|
|
1276
|
+
this.name = "InvalidSortOrderException";
|
|
1277
|
+
this.$fault = "client";
|
|
1278
|
+
Object.setPrototypeOf(this, InvalidSortOrderException.prototype);
|
|
1279
|
+
}
|
|
1280
|
+
}
|
|
1277
1281
|
export var ListStateFilterAction;
|
|
1278
1282
|
(function (ListStateFilterAction) {
|
|
1279
1283
|
ListStateFilterAction["Exclude"] = "exclude";
|
|
@@ -1285,408 +1289,684 @@ export var SortOrder;
|
|
|
1285
1289
|
SortOrder["Ascending"] = "ascending";
|
|
1286
1290
|
SortOrder["Descending"] = "descending";
|
|
1287
1291
|
})(SortOrder || (SortOrder = {}));
|
|
1288
|
-
|
|
1289
|
-
|
|
1290
|
-
|
|
1291
|
-
|
|
1292
|
-
|
|
1293
|
-
|
|
1294
|
-
|
|
1295
|
-
|
|
1296
|
-
|
|
1297
|
-
|
|
1298
|
-
}
|
|
1299
|
-
|
|
1300
|
-
|
|
1301
|
-
|
|
1302
|
-
|
|
1303
|
-
|
|
1304
|
-
|
|
1305
|
-
|
|
1306
|
-
|
|
1307
|
-
|
|
1308
|
-
|
|
1309
|
-
|
|
1310
|
-
}
|
|
1311
|
-
|
|
1312
|
-
|
|
1313
|
-
|
|
1314
|
-
|
|
1315
|
-
|
|
1316
|
-
|
|
1317
|
-
|
|
1318
|
-
|
|
1319
|
-
|
|
1320
|
-
|
|
1321
|
-
|
|
1322
|
-
}
|
|
1323
|
-
|
|
1324
|
-
|
|
1325
|
-
|
|
1326
|
-
|
|
1327
|
-
|
|
1328
|
-
|
|
1329
|
-
|
|
1330
|
-
|
|
1331
|
-
|
|
1332
|
-
|
|
1333
|
-
|
|
1334
|
-
}
|
|
1335
|
-
|
|
1336
|
-
|
|
1337
|
-
|
|
1338
|
-
|
|
1339
|
-
|
|
1340
|
-
|
|
1341
|
-
|
|
1342
|
-
|
|
1343
|
-
|
|
1344
|
-
|
|
1345
|
-
|
|
1346
|
-
}
|
|
1347
|
-
|
|
1348
|
-
|
|
1349
|
-
|
|
1350
|
-
|
|
1351
|
-
|
|
1352
|
-
|
|
1353
|
-
|
|
1354
|
-
|
|
1355
|
-
|
|
1356
|
-
|
|
1357
|
-
|
|
1358
|
-
}
|
|
1359
|
-
|
|
1292
|
+
export class InvalidDeploymentInstanceTypeException extends __BaseException {
|
|
1293
|
+
constructor(opts) {
|
|
1294
|
+
super({
|
|
1295
|
+
name: "InvalidDeploymentInstanceTypeException",
|
|
1296
|
+
$fault: "client",
|
|
1297
|
+
...opts,
|
|
1298
|
+
});
|
|
1299
|
+
this.name = "InvalidDeploymentInstanceTypeException";
|
|
1300
|
+
this.$fault = "client";
|
|
1301
|
+
Object.setPrototypeOf(this, InvalidDeploymentInstanceTypeException.prototype);
|
|
1302
|
+
}
|
|
1303
|
+
}
|
|
1304
|
+
export class InvalidInstanceStatusException extends __BaseException {
|
|
1305
|
+
constructor(opts) {
|
|
1306
|
+
super({
|
|
1307
|
+
name: "InvalidInstanceStatusException",
|
|
1308
|
+
$fault: "client",
|
|
1309
|
+
...opts,
|
|
1310
|
+
});
|
|
1311
|
+
this.name = "InvalidInstanceStatusException";
|
|
1312
|
+
this.$fault = "client";
|
|
1313
|
+
Object.setPrototypeOf(this, InvalidInstanceStatusException.prototype);
|
|
1314
|
+
}
|
|
1315
|
+
}
|
|
1316
|
+
export class InvalidInstanceTypeException extends __BaseException {
|
|
1317
|
+
constructor(opts) {
|
|
1318
|
+
super({
|
|
1319
|
+
name: "InvalidInstanceTypeException",
|
|
1320
|
+
$fault: "client",
|
|
1321
|
+
...opts,
|
|
1322
|
+
});
|
|
1323
|
+
this.name = "InvalidInstanceTypeException";
|
|
1324
|
+
this.$fault = "client";
|
|
1325
|
+
Object.setPrototypeOf(this, InvalidInstanceTypeException.prototype);
|
|
1326
|
+
}
|
|
1327
|
+
}
|
|
1328
|
+
export class InvalidTargetFilterNameException extends __BaseException {
|
|
1329
|
+
constructor(opts) {
|
|
1330
|
+
super({
|
|
1331
|
+
name: "InvalidTargetFilterNameException",
|
|
1332
|
+
$fault: "client",
|
|
1333
|
+
...opts,
|
|
1334
|
+
});
|
|
1335
|
+
this.name = "InvalidTargetFilterNameException";
|
|
1336
|
+
this.$fault = "client";
|
|
1337
|
+
Object.setPrototypeOf(this, InvalidTargetFilterNameException.prototype);
|
|
1338
|
+
}
|
|
1339
|
+
}
|
|
1340
|
+
export class InvalidExternalIdException extends __BaseException {
|
|
1341
|
+
constructor(opts) {
|
|
1342
|
+
super({
|
|
1343
|
+
name: "InvalidExternalIdException",
|
|
1344
|
+
$fault: "client",
|
|
1345
|
+
...opts,
|
|
1346
|
+
});
|
|
1347
|
+
this.name = "InvalidExternalIdException";
|
|
1348
|
+
this.$fault = "client";
|
|
1349
|
+
Object.setPrototypeOf(this, InvalidExternalIdException.prototype);
|
|
1350
|
+
}
|
|
1351
|
+
}
|
|
1352
|
+
export class InvalidTimeRangeException extends __BaseException {
|
|
1353
|
+
constructor(opts) {
|
|
1354
|
+
super({
|
|
1355
|
+
name: "InvalidTimeRangeException",
|
|
1356
|
+
$fault: "client",
|
|
1357
|
+
...opts,
|
|
1358
|
+
});
|
|
1359
|
+
this.name = "InvalidTimeRangeException";
|
|
1360
|
+
this.$fault = "client";
|
|
1361
|
+
Object.setPrototypeOf(this, InvalidTimeRangeException.prototype);
|
|
1362
|
+
}
|
|
1363
|
+
}
|
|
1360
1364
|
export var TargetFilterName;
|
|
1361
1365
|
(function (TargetFilterName) {
|
|
1362
1366
|
TargetFilterName["SERVER_INSTANCE_LABEL"] = "ServerInstanceLabel";
|
|
1363
1367
|
TargetFilterName["TARGET_STATUS"] = "TargetStatus";
|
|
1364
1368
|
})(TargetFilterName || (TargetFilterName = {}));
|
|
1365
|
-
|
|
1366
|
-
|
|
1367
|
-
|
|
1368
|
-
|
|
1369
|
-
|
|
1370
|
-
|
|
1371
|
-
|
|
1372
|
-
|
|
1373
|
-
|
|
1374
|
-
|
|
1375
|
-
}
|
|
1376
|
-
|
|
1377
|
-
|
|
1378
|
-
|
|
1379
|
-
|
|
1380
|
-
|
|
1381
|
-
|
|
1382
|
-
|
|
1383
|
-
|
|
1384
|
-
|
|
1385
|
-
|
|
1386
|
-
|
|
1387
|
-
}
|
|
1388
|
-
|
|
1369
|
+
export class InvalidRegistrationStatusException extends __BaseException {
|
|
1370
|
+
constructor(opts) {
|
|
1371
|
+
super({
|
|
1372
|
+
name: "InvalidRegistrationStatusException",
|
|
1373
|
+
$fault: "client",
|
|
1374
|
+
...opts,
|
|
1375
|
+
});
|
|
1376
|
+
this.name = "InvalidRegistrationStatusException";
|
|
1377
|
+
this.$fault = "client";
|
|
1378
|
+
Object.setPrototypeOf(this, InvalidRegistrationStatusException.prototype);
|
|
1379
|
+
}
|
|
1380
|
+
}
|
|
1381
|
+
export class InvalidTagFilterException extends __BaseException {
|
|
1382
|
+
constructor(opts) {
|
|
1383
|
+
super({
|
|
1384
|
+
name: "InvalidTagFilterException",
|
|
1385
|
+
$fault: "client",
|
|
1386
|
+
...opts,
|
|
1387
|
+
});
|
|
1388
|
+
this.name = "InvalidTagFilterException";
|
|
1389
|
+
this.$fault = "client";
|
|
1390
|
+
Object.setPrototypeOf(this, InvalidTagFilterException.prototype);
|
|
1391
|
+
}
|
|
1392
|
+
}
|
|
1389
1393
|
export var RegistrationStatus;
|
|
1390
1394
|
(function (RegistrationStatus) {
|
|
1391
1395
|
RegistrationStatus["Deregistered"] = "Deregistered";
|
|
1392
1396
|
RegistrationStatus["Registered"] = "Registered";
|
|
1393
1397
|
})(RegistrationStatus || (RegistrationStatus = {}));
|
|
1394
|
-
|
|
1395
|
-
|
|
1396
|
-
|
|
1397
|
-
|
|
1398
|
-
|
|
1399
|
-
|
|
1400
|
-
|
|
1401
|
-
|
|
1402
|
-
|
|
1403
|
-
|
|
1404
|
-
}
|
|
1405
|
-
|
|
1406
|
-
|
|
1407
|
-
|
|
1408
|
-
|
|
1409
|
-
|
|
1410
|
-
|
|
1411
|
-
|
|
1412
|
-
|
|
1413
|
-
|
|
1414
|
-
|
|
1415
|
-
|
|
1416
|
-
}
|
|
1417
|
-
|
|
1418
|
-
|
|
1419
|
-
|
|
1420
|
-
|
|
1421
|
-
|
|
1422
|
-
|
|
1423
|
-
|
|
1424
|
-
|
|
1425
|
-
|
|
1426
|
-
|
|
1427
|
-
|
|
1428
|
-
}
|
|
1429
|
-
|
|
1430
|
-
|
|
1431
|
-
|
|
1432
|
-
|
|
1433
|
-
|
|
1434
|
-
|
|
1435
|
-
|
|
1436
|
-
|
|
1437
|
-
|
|
1438
|
-
|
|
1439
|
-
|
|
1440
|
-
}
|
|
1441
|
-
|
|
1442
|
-
|
|
1443
|
-
|
|
1444
|
-
|
|
1445
|
-
|
|
1446
|
-
|
|
1447
|
-
|
|
1448
|
-
|
|
1449
|
-
|
|
1450
|
-
|
|
1451
|
-
|
|
1452
|
-
}
|
|
1453
|
-
|
|
1454
|
-
|
|
1455
|
-
|
|
1456
|
-
|
|
1457
|
-
|
|
1458
|
-
|
|
1459
|
-
|
|
1460
|
-
|
|
1461
|
-
|
|
1462
|
-
|
|
1463
|
-
|
|
1464
|
-
}
|
|
1465
|
-
|
|
1466
|
-
|
|
1467
|
-
|
|
1468
|
-
|
|
1469
|
-
|
|
1470
|
-
|
|
1471
|
-
|
|
1472
|
-
|
|
1473
|
-
|
|
1474
|
-
|
|
1475
|
-
|
|
1476
|
-
}
|
|
1477
|
-
|
|
1478
|
-
|
|
1479
|
-
|
|
1480
|
-
|
|
1481
|
-
|
|
1482
|
-
|
|
1483
|
-
|
|
1484
|
-
|
|
1485
|
-
|
|
1486
|
-
|
|
1487
|
-
|
|
1488
|
-
}
|
|
1489
|
-
|
|
1490
|
-
|
|
1491
|
-
|
|
1492
|
-
|
|
1493
|
-
|
|
1494
|
-
|
|
1495
|
-
|
|
1496
|
-
|
|
1497
|
-
|
|
1498
|
-
|
|
1499
|
-
|
|
1500
|
-
}
|
|
1501
|
-
|
|
1502
|
-
|
|
1503
|
-
|
|
1504
|
-
|
|
1505
|
-
|
|
1506
|
-
|
|
1507
|
-
|
|
1508
|
-
|
|
1509
|
-
|
|
1510
|
-
|
|
1511
|
-
|
|
1512
|
-
}
|
|
1513
|
-
|
|
1514
|
-
|
|
1515
|
-
|
|
1516
|
-
|
|
1517
|
-
|
|
1518
|
-
|
|
1519
|
-
|
|
1520
|
-
|
|
1521
|
-
|
|
1522
|
-
|
|
1523
|
-
|
|
1524
|
-
}
|
|
1525
|
-
|
|
1526
|
-
|
|
1527
|
-
|
|
1528
|
-
|
|
1529
|
-
|
|
1530
|
-
|
|
1531
|
-
|
|
1532
|
-
|
|
1533
|
-
|
|
1534
|
-
|
|
1535
|
-
|
|
1536
|
-
}
|
|
1537
|
-
|
|
1538
|
-
|
|
1539
|
-
|
|
1540
|
-
|
|
1541
|
-
|
|
1542
|
-
|
|
1543
|
-
|
|
1544
|
-
|
|
1545
|
-
|
|
1546
|
-
|
|
1547
|
-
|
|
1548
|
-
}
|
|
1549
|
-
|
|
1398
|
+
export class InvalidArnException extends __BaseException {
|
|
1399
|
+
constructor(opts) {
|
|
1400
|
+
super({
|
|
1401
|
+
name: "InvalidArnException",
|
|
1402
|
+
$fault: "client",
|
|
1403
|
+
...opts,
|
|
1404
|
+
});
|
|
1405
|
+
this.name = "InvalidArnException";
|
|
1406
|
+
this.$fault = "client";
|
|
1407
|
+
Object.setPrototypeOf(this, InvalidArnException.prototype);
|
|
1408
|
+
}
|
|
1409
|
+
}
|
|
1410
|
+
export class ResourceArnRequiredException extends __BaseException {
|
|
1411
|
+
constructor(opts) {
|
|
1412
|
+
super({
|
|
1413
|
+
name: "ResourceArnRequiredException",
|
|
1414
|
+
$fault: "client",
|
|
1415
|
+
...opts,
|
|
1416
|
+
});
|
|
1417
|
+
this.name = "ResourceArnRequiredException";
|
|
1418
|
+
this.$fault = "client";
|
|
1419
|
+
Object.setPrototypeOf(this, ResourceArnRequiredException.prototype);
|
|
1420
|
+
}
|
|
1421
|
+
}
|
|
1422
|
+
export class InvalidLifecycleEventHookExecutionIdException extends __BaseException {
|
|
1423
|
+
constructor(opts) {
|
|
1424
|
+
super({
|
|
1425
|
+
name: "InvalidLifecycleEventHookExecutionIdException",
|
|
1426
|
+
$fault: "client",
|
|
1427
|
+
...opts,
|
|
1428
|
+
});
|
|
1429
|
+
this.name = "InvalidLifecycleEventHookExecutionIdException";
|
|
1430
|
+
this.$fault = "client";
|
|
1431
|
+
Object.setPrototypeOf(this, InvalidLifecycleEventHookExecutionIdException.prototype);
|
|
1432
|
+
}
|
|
1433
|
+
}
|
|
1434
|
+
export class InvalidLifecycleEventHookExecutionStatusException extends __BaseException {
|
|
1435
|
+
constructor(opts) {
|
|
1436
|
+
super({
|
|
1437
|
+
name: "InvalidLifecycleEventHookExecutionStatusException",
|
|
1438
|
+
$fault: "client",
|
|
1439
|
+
...opts,
|
|
1440
|
+
});
|
|
1441
|
+
this.name = "InvalidLifecycleEventHookExecutionStatusException";
|
|
1442
|
+
this.$fault = "client";
|
|
1443
|
+
Object.setPrototypeOf(this, InvalidLifecycleEventHookExecutionStatusException.prototype);
|
|
1444
|
+
}
|
|
1445
|
+
}
|
|
1446
|
+
export class LifecycleEventAlreadyCompletedException extends __BaseException {
|
|
1447
|
+
constructor(opts) {
|
|
1448
|
+
super({
|
|
1449
|
+
name: "LifecycleEventAlreadyCompletedException",
|
|
1450
|
+
$fault: "client",
|
|
1451
|
+
...opts,
|
|
1452
|
+
});
|
|
1453
|
+
this.name = "LifecycleEventAlreadyCompletedException";
|
|
1454
|
+
this.$fault = "client";
|
|
1455
|
+
Object.setPrototypeOf(this, LifecycleEventAlreadyCompletedException.prototype);
|
|
1456
|
+
}
|
|
1457
|
+
}
|
|
1458
|
+
export class IamArnRequiredException extends __BaseException {
|
|
1459
|
+
constructor(opts) {
|
|
1460
|
+
super({
|
|
1461
|
+
name: "IamArnRequiredException",
|
|
1462
|
+
$fault: "client",
|
|
1463
|
+
...opts,
|
|
1464
|
+
});
|
|
1465
|
+
this.name = "IamArnRequiredException";
|
|
1466
|
+
this.$fault = "client";
|
|
1467
|
+
Object.setPrototypeOf(this, IamArnRequiredException.prototype);
|
|
1468
|
+
}
|
|
1469
|
+
}
|
|
1470
|
+
export class IamSessionArnAlreadyRegisteredException extends __BaseException {
|
|
1471
|
+
constructor(opts) {
|
|
1472
|
+
super({
|
|
1473
|
+
name: "IamSessionArnAlreadyRegisteredException",
|
|
1474
|
+
$fault: "client",
|
|
1475
|
+
...opts,
|
|
1476
|
+
});
|
|
1477
|
+
this.name = "IamSessionArnAlreadyRegisteredException";
|
|
1478
|
+
this.$fault = "client";
|
|
1479
|
+
Object.setPrototypeOf(this, IamSessionArnAlreadyRegisteredException.prototype);
|
|
1480
|
+
}
|
|
1481
|
+
}
|
|
1482
|
+
export class IamUserArnAlreadyRegisteredException extends __BaseException {
|
|
1483
|
+
constructor(opts) {
|
|
1484
|
+
super({
|
|
1485
|
+
name: "IamUserArnAlreadyRegisteredException",
|
|
1486
|
+
$fault: "client",
|
|
1487
|
+
...opts,
|
|
1488
|
+
});
|
|
1489
|
+
this.name = "IamUserArnAlreadyRegisteredException";
|
|
1490
|
+
this.$fault = "client";
|
|
1491
|
+
Object.setPrototypeOf(this, IamUserArnAlreadyRegisteredException.prototype);
|
|
1492
|
+
}
|
|
1493
|
+
}
|
|
1494
|
+
export class IamUserArnRequiredException extends __BaseException {
|
|
1495
|
+
constructor(opts) {
|
|
1496
|
+
super({
|
|
1497
|
+
name: "IamUserArnRequiredException",
|
|
1498
|
+
$fault: "client",
|
|
1499
|
+
...opts,
|
|
1500
|
+
});
|
|
1501
|
+
this.name = "IamUserArnRequiredException";
|
|
1502
|
+
this.$fault = "client";
|
|
1503
|
+
Object.setPrototypeOf(this, IamUserArnRequiredException.prototype);
|
|
1504
|
+
}
|
|
1505
|
+
}
|
|
1506
|
+
export class InstanceNameAlreadyRegisteredException extends __BaseException {
|
|
1507
|
+
constructor(opts) {
|
|
1508
|
+
super({
|
|
1509
|
+
name: "InstanceNameAlreadyRegisteredException",
|
|
1510
|
+
$fault: "client",
|
|
1511
|
+
...opts,
|
|
1512
|
+
});
|
|
1513
|
+
this.name = "InstanceNameAlreadyRegisteredException";
|
|
1514
|
+
this.$fault = "client";
|
|
1515
|
+
Object.setPrototypeOf(this, InstanceNameAlreadyRegisteredException.prototype);
|
|
1516
|
+
}
|
|
1517
|
+
}
|
|
1518
|
+
export class InvalidIamSessionArnException extends __BaseException {
|
|
1519
|
+
constructor(opts) {
|
|
1520
|
+
super({
|
|
1521
|
+
name: "InvalidIamSessionArnException",
|
|
1522
|
+
$fault: "client",
|
|
1523
|
+
...opts,
|
|
1524
|
+
});
|
|
1525
|
+
this.name = "InvalidIamSessionArnException";
|
|
1526
|
+
this.$fault = "client";
|
|
1527
|
+
Object.setPrototypeOf(this, InvalidIamSessionArnException.prototype);
|
|
1528
|
+
}
|
|
1529
|
+
}
|
|
1530
|
+
export class InvalidIamUserArnException extends __BaseException {
|
|
1531
|
+
constructor(opts) {
|
|
1532
|
+
super({
|
|
1533
|
+
name: "InvalidIamUserArnException",
|
|
1534
|
+
$fault: "client",
|
|
1535
|
+
...opts,
|
|
1536
|
+
});
|
|
1537
|
+
this.name = "InvalidIamUserArnException";
|
|
1538
|
+
this.$fault = "client";
|
|
1539
|
+
Object.setPrototypeOf(this, InvalidIamUserArnException.prototype);
|
|
1540
|
+
}
|
|
1541
|
+
}
|
|
1542
|
+
export class MultipleIamArnsProvidedException extends __BaseException {
|
|
1543
|
+
constructor(opts) {
|
|
1544
|
+
super({
|
|
1545
|
+
name: "MultipleIamArnsProvidedException",
|
|
1546
|
+
$fault: "client",
|
|
1547
|
+
...opts,
|
|
1548
|
+
});
|
|
1549
|
+
this.name = "MultipleIamArnsProvidedException";
|
|
1550
|
+
this.$fault = "client";
|
|
1551
|
+
Object.setPrototypeOf(this, MultipleIamArnsProvidedException.prototype);
|
|
1552
|
+
}
|
|
1553
|
+
}
|
|
1550
1554
|
export var StopStatus;
|
|
1551
1555
|
(function (StopStatus) {
|
|
1552
1556
|
StopStatus["PENDING"] = "Pending";
|
|
1553
1557
|
StopStatus["SUCCEEDED"] = "Succeeded";
|
|
1554
1558
|
})(StopStatus || (StopStatus = {}));
|
|
1555
|
-
export
|
|
1556
|
-
|
|
1557
|
-
|
|
1558
|
-
export
|
|
1559
|
-
|
|
1560
|
-
|
|
1561
|
-
export
|
|
1562
|
-
|
|
1563
|
-
|
|
1564
|
-
export
|
|
1565
|
-
|
|
1566
|
-
|
|
1567
|
-
export
|
|
1568
|
-
|
|
1569
|
-
|
|
1570
|
-
export
|
|
1571
|
-
|
|
1572
|
-
|
|
1573
|
-
export
|
|
1574
|
-
|
|
1575
|
-
|
|
1576
|
-
export
|
|
1577
|
-
|
|
1578
|
-
|
|
1579
|
-
export
|
|
1580
|
-
|
|
1581
|
-
|
|
1582
|
-
export
|
|
1583
|
-
|
|
1584
|
-
|
|
1585
|
-
export
|
|
1586
|
-
|
|
1587
|
-
|
|
1588
|
-
export
|
|
1589
|
-
|
|
1590
|
-
|
|
1591
|
-
export
|
|
1592
|
-
|
|
1593
|
-
|
|
1594
|
-
export
|
|
1595
|
-
|
|
1596
|
-
|
|
1597
|
-
export
|
|
1598
|
-
|
|
1599
|
-
|
|
1600
|
-
export
|
|
1601
|
-
|
|
1602
|
-
|
|
1603
|
-
export
|
|
1604
|
-
|
|
1605
|
-
|
|
1606
|
-
export
|
|
1607
|
-
|
|
1608
|
-
|
|
1609
|
-
export
|
|
1610
|
-
|
|
1611
|
-
|
|
1612
|
-
export
|
|
1613
|
-
|
|
1614
|
-
|
|
1615
|
-
export
|
|
1616
|
-
|
|
1617
|
-
|
|
1618
|
-
export
|
|
1619
|
-
|
|
1620
|
-
|
|
1621
|
-
export
|
|
1622
|
-
|
|
1623
|
-
|
|
1624
|
-
export
|
|
1625
|
-
|
|
1626
|
-
|
|
1627
|
-
export
|
|
1628
|
-
|
|
1629
|
-
|
|
1630
|
-
export
|
|
1631
|
-
|
|
1632
|
-
|
|
1633
|
-
export
|
|
1634
|
-
|
|
1635
|
-
|
|
1636
|
-
export
|
|
1637
|
-
|
|
1638
|
-
|
|
1639
|
-
export
|
|
1640
|
-
|
|
1641
|
-
|
|
1642
|
-
export
|
|
1643
|
-
|
|
1644
|
-
|
|
1645
|
-
export
|
|
1646
|
-
|
|
1647
|
-
|
|
1648
|
-
export
|
|
1649
|
-
|
|
1650
|
-
|
|
1651
|
-
export
|
|
1652
|
-
|
|
1653
|
-
|
|
1654
|
-
export
|
|
1655
|
-
|
|
1656
|
-
|
|
1657
|
-
export
|
|
1658
|
-
|
|
1659
|
-
|
|
1660
|
-
export
|
|
1661
|
-
|
|
1662
|
-
|
|
1663
|
-
export
|
|
1664
|
-
|
|
1665
|
-
|
|
1666
|
-
export
|
|
1667
|
-
|
|
1668
|
-
|
|
1669
|
-
export
|
|
1670
|
-
|
|
1671
|
-
|
|
1672
|
-
export
|
|
1673
|
-
|
|
1674
|
-
|
|
1675
|
-
export
|
|
1676
|
-
|
|
1677
|
-
|
|
1678
|
-
export
|
|
1679
|
-
|
|
1680
|
-
|
|
1681
|
-
export
|
|
1682
|
-
|
|
1683
|
-
|
|
1684
|
-
export
|
|
1685
|
-
|
|
1686
|
-
|
|
1687
|
-
export
|
|
1688
|
-
|
|
1689
|
-
|
|
1690
|
-
export
|
|
1691
|
-
|
|
1692
|
-
|
|
1559
|
+
export const TagFilterSensitiveLog = (obj) => ({
|
|
1560
|
+
...obj,
|
|
1561
|
+
});
|
|
1562
|
+
export const AddTagsToOnPremisesInstancesInputFilterSensitiveLog = (obj) => ({
|
|
1563
|
+
...obj,
|
|
1564
|
+
});
|
|
1565
|
+
export const AlarmFilterSensitiveLog = (obj) => ({
|
|
1566
|
+
...obj,
|
|
1567
|
+
});
|
|
1568
|
+
export const AlarmConfigurationFilterSensitiveLog = (obj) => ({
|
|
1569
|
+
...obj,
|
|
1570
|
+
});
|
|
1571
|
+
export const ApplicationInfoFilterSensitiveLog = (obj) => ({
|
|
1572
|
+
...obj,
|
|
1573
|
+
});
|
|
1574
|
+
export const AppSpecContentFilterSensitiveLog = (obj) => ({
|
|
1575
|
+
...obj,
|
|
1576
|
+
});
|
|
1577
|
+
export const AutoRollbackConfigurationFilterSensitiveLog = (obj) => ({
|
|
1578
|
+
...obj,
|
|
1579
|
+
});
|
|
1580
|
+
export const AutoScalingGroupFilterSensitiveLog = (obj) => ({
|
|
1581
|
+
...obj,
|
|
1582
|
+
});
|
|
1583
|
+
export const GitHubLocationFilterSensitiveLog = (obj) => ({
|
|
1584
|
+
...obj,
|
|
1585
|
+
});
|
|
1586
|
+
export const S3LocationFilterSensitiveLog = (obj) => ({
|
|
1587
|
+
...obj,
|
|
1588
|
+
});
|
|
1589
|
+
export const RawStringFilterSensitiveLog = (obj) => ({
|
|
1590
|
+
...obj,
|
|
1591
|
+
});
|
|
1592
|
+
export const RevisionLocationFilterSensitiveLog = (obj) => ({
|
|
1593
|
+
...obj,
|
|
1594
|
+
});
|
|
1595
|
+
export const BatchGetApplicationRevisionsInputFilterSensitiveLog = (obj) => ({
|
|
1596
|
+
...obj,
|
|
1597
|
+
});
|
|
1598
|
+
export const GenericRevisionInfoFilterSensitiveLog = (obj) => ({
|
|
1599
|
+
...obj,
|
|
1600
|
+
});
|
|
1601
|
+
export const RevisionInfoFilterSensitiveLog = (obj) => ({
|
|
1602
|
+
...obj,
|
|
1603
|
+
});
|
|
1604
|
+
export const BatchGetApplicationRevisionsOutputFilterSensitiveLog = (obj) => ({
|
|
1605
|
+
...obj,
|
|
1606
|
+
});
|
|
1607
|
+
export const BatchGetApplicationsInputFilterSensitiveLog = (obj) => ({
|
|
1608
|
+
...obj,
|
|
1609
|
+
});
|
|
1610
|
+
export const BatchGetApplicationsOutputFilterSensitiveLog = (obj) => ({
|
|
1611
|
+
...obj,
|
|
1612
|
+
});
|
|
1613
|
+
export const BatchGetDeploymentGroupsInputFilterSensitiveLog = (obj) => ({
|
|
1614
|
+
...obj,
|
|
1615
|
+
});
|
|
1616
|
+
export const DeploymentReadyOptionFilterSensitiveLog = (obj) => ({
|
|
1617
|
+
...obj,
|
|
1618
|
+
});
|
|
1619
|
+
export const GreenFleetProvisioningOptionFilterSensitiveLog = (obj) => ({
|
|
1620
|
+
...obj,
|
|
1621
|
+
});
|
|
1622
|
+
export const BlueInstanceTerminationOptionFilterSensitiveLog = (obj) => ({
|
|
1623
|
+
...obj,
|
|
1624
|
+
});
|
|
1625
|
+
export const BlueGreenDeploymentConfigurationFilterSensitiveLog = (obj) => ({
|
|
1626
|
+
...obj,
|
|
1627
|
+
});
|
|
1628
|
+
export const DeploymentStyleFilterSensitiveLog = (obj) => ({
|
|
1629
|
+
...obj,
|
|
1630
|
+
});
|
|
1631
|
+
export const EC2TagFilterFilterSensitiveLog = (obj) => ({
|
|
1632
|
+
...obj,
|
|
1633
|
+
});
|
|
1634
|
+
export const EC2TagSetFilterSensitiveLog = (obj) => ({
|
|
1635
|
+
...obj,
|
|
1636
|
+
});
|
|
1637
|
+
export const ECSServiceFilterSensitiveLog = (obj) => ({
|
|
1638
|
+
...obj,
|
|
1639
|
+
});
|
|
1640
|
+
export const LastDeploymentInfoFilterSensitiveLog = (obj) => ({
|
|
1641
|
+
...obj,
|
|
1642
|
+
});
|
|
1643
|
+
export const ELBInfoFilterSensitiveLog = (obj) => ({
|
|
1644
|
+
...obj,
|
|
1645
|
+
});
|
|
1646
|
+
export const TargetGroupInfoFilterSensitiveLog = (obj) => ({
|
|
1647
|
+
...obj,
|
|
1648
|
+
});
|
|
1649
|
+
export const TrafficRouteFilterSensitiveLog = (obj) => ({
|
|
1650
|
+
...obj,
|
|
1651
|
+
});
|
|
1652
|
+
export const TargetGroupPairInfoFilterSensitiveLog = (obj) => ({
|
|
1653
|
+
...obj,
|
|
1654
|
+
});
|
|
1655
|
+
export const LoadBalancerInfoFilterSensitiveLog = (obj) => ({
|
|
1656
|
+
...obj,
|
|
1657
|
+
});
|
|
1658
|
+
export const TagFilterFilterSensitiveLog = (obj) => ({
|
|
1659
|
+
...obj,
|
|
1660
|
+
});
|
|
1661
|
+
export const OnPremisesTagSetFilterSensitiveLog = (obj) => ({
|
|
1662
|
+
...obj,
|
|
1663
|
+
});
|
|
1664
|
+
export const TriggerConfigFilterSensitiveLog = (obj) => ({
|
|
1665
|
+
...obj,
|
|
1666
|
+
});
|
|
1667
|
+
export const DeploymentGroupInfoFilterSensitiveLog = (obj) => ({
|
|
1668
|
+
...obj,
|
|
1669
|
+
});
|
|
1670
|
+
export const BatchGetDeploymentGroupsOutputFilterSensitiveLog = (obj) => ({
|
|
1671
|
+
...obj,
|
|
1672
|
+
});
|
|
1673
|
+
export const BatchGetDeploymentInstancesInputFilterSensitiveLog = (obj) => ({
|
|
1674
|
+
...obj,
|
|
1675
|
+
});
|
|
1676
|
+
export const DiagnosticsFilterSensitiveLog = (obj) => ({
|
|
1677
|
+
...obj,
|
|
1678
|
+
});
|
|
1679
|
+
export const LifecycleEventFilterSensitiveLog = (obj) => ({
|
|
1680
|
+
...obj,
|
|
1681
|
+
});
|
|
1682
|
+
export const InstanceSummaryFilterSensitiveLog = (obj) => ({
|
|
1683
|
+
...obj,
|
|
1684
|
+
});
|
|
1685
|
+
export const BatchGetDeploymentInstancesOutputFilterSensitiveLog = (obj) => ({
|
|
1686
|
+
...obj,
|
|
1687
|
+
});
|
|
1688
|
+
export const BatchGetDeploymentsInputFilterSensitiveLog = (obj) => ({
|
|
1689
|
+
...obj,
|
|
1690
|
+
});
|
|
1691
|
+
export const DeploymentOverviewFilterSensitiveLog = (obj) => ({
|
|
1692
|
+
...obj,
|
|
1693
|
+
});
|
|
1694
|
+
export const ErrorInformationFilterSensitiveLog = (obj) => ({
|
|
1695
|
+
...obj,
|
|
1696
|
+
});
|
|
1697
|
+
export const RelatedDeploymentsFilterSensitiveLog = (obj) => ({
|
|
1698
|
+
...obj,
|
|
1699
|
+
});
|
|
1700
|
+
export const RollbackInfoFilterSensitiveLog = (obj) => ({
|
|
1701
|
+
...obj,
|
|
1702
|
+
});
|
|
1703
|
+
export const TargetInstancesFilterSensitiveLog = (obj) => ({
|
|
1704
|
+
...obj,
|
|
1705
|
+
});
|
|
1706
|
+
export const DeploymentInfoFilterSensitiveLog = (obj) => ({
|
|
1707
|
+
...obj,
|
|
1708
|
+
});
|
|
1709
|
+
export const BatchGetDeploymentsOutputFilterSensitiveLog = (obj) => ({
|
|
1710
|
+
...obj,
|
|
1711
|
+
});
|
|
1712
|
+
export const BatchGetDeploymentTargetsInputFilterSensitiveLog = (obj) => ({
|
|
1713
|
+
...obj,
|
|
1714
|
+
});
|
|
1715
|
+
export const CloudFormationTargetFilterSensitiveLog = (obj) => ({
|
|
1716
|
+
...obj,
|
|
1717
|
+
});
|
|
1718
|
+
export const ECSTaskSetFilterSensitiveLog = (obj) => ({
|
|
1719
|
+
...obj,
|
|
1720
|
+
});
|
|
1721
|
+
export const ECSTargetFilterSensitiveLog = (obj) => ({
|
|
1722
|
+
...obj,
|
|
1723
|
+
});
|
|
1724
|
+
export const InstanceTargetFilterSensitiveLog = (obj) => ({
|
|
1725
|
+
...obj,
|
|
1726
|
+
});
|
|
1727
|
+
export const LambdaFunctionInfoFilterSensitiveLog = (obj) => ({
|
|
1728
|
+
...obj,
|
|
1729
|
+
});
|
|
1730
|
+
export const LambdaTargetFilterSensitiveLog = (obj) => ({
|
|
1731
|
+
...obj,
|
|
1732
|
+
});
|
|
1733
|
+
export const DeploymentTargetFilterSensitiveLog = (obj) => ({
|
|
1734
|
+
...obj,
|
|
1735
|
+
});
|
|
1736
|
+
export const BatchGetDeploymentTargetsOutputFilterSensitiveLog = (obj) => ({
|
|
1737
|
+
...obj,
|
|
1738
|
+
});
|
|
1739
|
+
export const BatchGetOnPremisesInstancesInputFilterSensitiveLog = (obj) => ({
|
|
1740
|
+
...obj,
|
|
1741
|
+
});
|
|
1742
|
+
export const InstanceInfoFilterSensitiveLog = (obj) => ({
|
|
1743
|
+
...obj,
|
|
1744
|
+
});
|
|
1745
|
+
export const BatchGetOnPremisesInstancesOutputFilterSensitiveLog = (obj) => ({
|
|
1746
|
+
...obj,
|
|
1747
|
+
});
|
|
1748
|
+
export const ContinueDeploymentInputFilterSensitiveLog = (obj) => ({
|
|
1749
|
+
...obj,
|
|
1750
|
+
});
|
|
1751
|
+
export const CreateApplicationInputFilterSensitiveLog = (obj) => ({
|
|
1752
|
+
...obj,
|
|
1753
|
+
});
|
|
1754
|
+
export const CreateApplicationOutputFilterSensitiveLog = (obj) => ({
|
|
1755
|
+
...obj,
|
|
1756
|
+
});
|
|
1757
|
+
export const CreateDeploymentInputFilterSensitiveLog = (obj) => ({
|
|
1758
|
+
...obj,
|
|
1759
|
+
});
|
|
1760
|
+
export const CreateDeploymentOutputFilterSensitiveLog = (obj) => ({
|
|
1761
|
+
...obj,
|
|
1762
|
+
});
|
|
1763
|
+
export const MinimumHealthyHostsFilterSensitiveLog = (obj) => ({
|
|
1764
|
+
...obj,
|
|
1765
|
+
});
|
|
1766
|
+
export const TimeBasedCanaryFilterSensitiveLog = (obj) => ({
|
|
1767
|
+
...obj,
|
|
1768
|
+
});
|
|
1769
|
+
export const TimeBasedLinearFilterSensitiveLog = (obj) => ({
|
|
1770
|
+
...obj,
|
|
1771
|
+
});
|
|
1772
|
+
export const TrafficRoutingConfigFilterSensitiveLog = (obj) => ({
|
|
1773
|
+
...obj,
|
|
1774
|
+
});
|
|
1775
|
+
export const CreateDeploymentConfigInputFilterSensitiveLog = (obj) => ({
|
|
1776
|
+
...obj,
|
|
1777
|
+
});
|
|
1778
|
+
export const CreateDeploymentConfigOutputFilterSensitiveLog = (obj) => ({
|
|
1779
|
+
...obj,
|
|
1780
|
+
});
|
|
1781
|
+
export const CreateDeploymentGroupInputFilterSensitiveLog = (obj) => ({
|
|
1782
|
+
...obj,
|
|
1783
|
+
});
|
|
1784
|
+
export const CreateDeploymentGroupOutputFilterSensitiveLog = (obj) => ({
|
|
1785
|
+
...obj,
|
|
1786
|
+
});
|
|
1787
|
+
export const DeleteApplicationInputFilterSensitiveLog = (obj) => ({
|
|
1788
|
+
...obj,
|
|
1789
|
+
});
|
|
1790
|
+
export const DeleteDeploymentConfigInputFilterSensitiveLog = (obj) => ({
|
|
1791
|
+
...obj,
|
|
1792
|
+
});
|
|
1793
|
+
export const DeleteDeploymentGroupInputFilterSensitiveLog = (obj) => ({
|
|
1794
|
+
...obj,
|
|
1795
|
+
});
|
|
1796
|
+
export const DeleteDeploymentGroupOutputFilterSensitiveLog = (obj) => ({
|
|
1797
|
+
...obj,
|
|
1798
|
+
});
|
|
1799
|
+
export const DeleteGitHubAccountTokenInputFilterSensitiveLog = (obj) => ({
|
|
1800
|
+
...obj,
|
|
1801
|
+
});
|
|
1802
|
+
export const DeleteGitHubAccountTokenOutputFilterSensitiveLog = (obj) => ({
|
|
1803
|
+
...obj,
|
|
1804
|
+
});
|
|
1805
|
+
export const DeleteResourcesByExternalIdInputFilterSensitiveLog = (obj) => ({
|
|
1806
|
+
...obj,
|
|
1807
|
+
});
|
|
1808
|
+
export const DeleteResourcesByExternalIdOutputFilterSensitiveLog = (obj) => ({
|
|
1809
|
+
...obj,
|
|
1810
|
+
});
|
|
1811
|
+
export const DeregisterOnPremisesInstanceInputFilterSensitiveLog = (obj) => ({
|
|
1812
|
+
...obj,
|
|
1813
|
+
});
|
|
1814
|
+
export const GetApplicationInputFilterSensitiveLog = (obj) => ({
|
|
1815
|
+
...obj,
|
|
1816
|
+
});
|
|
1817
|
+
export const GetApplicationOutputFilterSensitiveLog = (obj) => ({
|
|
1818
|
+
...obj,
|
|
1819
|
+
});
|
|
1820
|
+
export const GetApplicationRevisionInputFilterSensitiveLog = (obj) => ({
|
|
1821
|
+
...obj,
|
|
1822
|
+
});
|
|
1823
|
+
export const GetApplicationRevisionOutputFilterSensitiveLog = (obj) => ({
|
|
1824
|
+
...obj,
|
|
1825
|
+
});
|
|
1826
|
+
export const GetDeploymentInputFilterSensitiveLog = (obj) => ({
|
|
1827
|
+
...obj,
|
|
1828
|
+
});
|
|
1829
|
+
export const GetDeploymentOutputFilterSensitiveLog = (obj) => ({
|
|
1830
|
+
...obj,
|
|
1831
|
+
});
|
|
1832
|
+
export const GetDeploymentConfigInputFilterSensitiveLog = (obj) => ({
|
|
1833
|
+
...obj,
|
|
1834
|
+
});
|
|
1835
|
+
export const DeploymentConfigInfoFilterSensitiveLog = (obj) => ({
|
|
1836
|
+
...obj,
|
|
1837
|
+
});
|
|
1838
|
+
export const GetDeploymentConfigOutputFilterSensitiveLog = (obj) => ({
|
|
1839
|
+
...obj,
|
|
1840
|
+
});
|
|
1841
|
+
export const GetDeploymentGroupInputFilterSensitiveLog = (obj) => ({
|
|
1842
|
+
...obj,
|
|
1843
|
+
});
|
|
1844
|
+
export const GetDeploymentGroupOutputFilterSensitiveLog = (obj) => ({
|
|
1845
|
+
...obj,
|
|
1846
|
+
});
|
|
1847
|
+
export const GetDeploymentInstanceInputFilterSensitiveLog = (obj) => ({
|
|
1848
|
+
...obj,
|
|
1849
|
+
});
|
|
1850
|
+
export const GetDeploymentInstanceOutputFilterSensitiveLog = (obj) => ({
|
|
1851
|
+
...obj,
|
|
1852
|
+
});
|
|
1853
|
+
export const GetDeploymentTargetInputFilterSensitiveLog = (obj) => ({
|
|
1854
|
+
...obj,
|
|
1855
|
+
});
|
|
1856
|
+
export const GetDeploymentTargetOutputFilterSensitiveLog = (obj) => ({
|
|
1857
|
+
...obj,
|
|
1858
|
+
});
|
|
1859
|
+
export const GetOnPremisesInstanceInputFilterSensitiveLog = (obj) => ({
|
|
1860
|
+
...obj,
|
|
1861
|
+
});
|
|
1862
|
+
export const GetOnPremisesInstanceOutputFilterSensitiveLog = (obj) => ({
|
|
1863
|
+
...obj,
|
|
1864
|
+
});
|
|
1865
|
+
export const ListApplicationRevisionsInputFilterSensitiveLog = (obj) => ({
|
|
1866
|
+
...obj,
|
|
1867
|
+
});
|
|
1868
|
+
export const ListApplicationRevisionsOutputFilterSensitiveLog = (obj) => ({
|
|
1869
|
+
...obj,
|
|
1870
|
+
});
|
|
1871
|
+
export const ListApplicationsInputFilterSensitiveLog = (obj) => ({
|
|
1872
|
+
...obj,
|
|
1873
|
+
});
|
|
1874
|
+
export const ListApplicationsOutputFilterSensitiveLog = (obj) => ({
|
|
1875
|
+
...obj,
|
|
1876
|
+
});
|
|
1877
|
+
export const ListDeploymentConfigsInputFilterSensitiveLog = (obj) => ({
|
|
1878
|
+
...obj,
|
|
1879
|
+
});
|
|
1880
|
+
export const ListDeploymentConfigsOutputFilterSensitiveLog = (obj) => ({
|
|
1881
|
+
...obj,
|
|
1882
|
+
});
|
|
1883
|
+
export const ListDeploymentGroupsInputFilterSensitiveLog = (obj) => ({
|
|
1884
|
+
...obj,
|
|
1885
|
+
});
|
|
1886
|
+
export const ListDeploymentGroupsOutputFilterSensitiveLog = (obj) => ({
|
|
1887
|
+
...obj,
|
|
1888
|
+
});
|
|
1889
|
+
export const ListDeploymentInstancesInputFilterSensitiveLog = (obj) => ({
|
|
1890
|
+
...obj,
|
|
1891
|
+
});
|
|
1892
|
+
export const ListDeploymentInstancesOutputFilterSensitiveLog = (obj) => ({
|
|
1893
|
+
...obj,
|
|
1894
|
+
});
|
|
1895
|
+
export const TimeRangeFilterSensitiveLog = (obj) => ({
|
|
1896
|
+
...obj,
|
|
1897
|
+
});
|
|
1898
|
+
export const ListDeploymentsInputFilterSensitiveLog = (obj) => ({
|
|
1899
|
+
...obj,
|
|
1900
|
+
});
|
|
1901
|
+
export const ListDeploymentsOutputFilterSensitiveLog = (obj) => ({
|
|
1902
|
+
...obj,
|
|
1903
|
+
});
|
|
1904
|
+
export const ListDeploymentTargetsInputFilterSensitiveLog = (obj) => ({
|
|
1905
|
+
...obj,
|
|
1906
|
+
});
|
|
1907
|
+
export const ListDeploymentTargetsOutputFilterSensitiveLog = (obj) => ({
|
|
1908
|
+
...obj,
|
|
1909
|
+
});
|
|
1910
|
+
export const ListGitHubAccountTokenNamesInputFilterSensitiveLog = (obj) => ({
|
|
1911
|
+
...obj,
|
|
1912
|
+
});
|
|
1913
|
+
export const ListGitHubAccountTokenNamesOutputFilterSensitiveLog = (obj) => ({
|
|
1914
|
+
...obj,
|
|
1915
|
+
});
|
|
1916
|
+
export const ListOnPremisesInstancesInputFilterSensitiveLog = (obj) => ({
|
|
1917
|
+
...obj,
|
|
1918
|
+
});
|
|
1919
|
+
export const ListOnPremisesInstancesOutputFilterSensitiveLog = (obj) => ({
|
|
1920
|
+
...obj,
|
|
1921
|
+
});
|
|
1922
|
+
export const ListTagsForResourceInputFilterSensitiveLog = (obj) => ({
|
|
1923
|
+
...obj,
|
|
1924
|
+
});
|
|
1925
|
+
export const ListTagsForResourceOutputFilterSensitiveLog = (obj) => ({
|
|
1926
|
+
...obj,
|
|
1927
|
+
});
|
|
1928
|
+
export const PutLifecycleEventHookExecutionStatusInputFilterSensitiveLog = (obj) => ({
|
|
1929
|
+
...obj,
|
|
1930
|
+
});
|
|
1931
|
+
export const PutLifecycleEventHookExecutionStatusOutputFilterSensitiveLog = (obj) => ({
|
|
1932
|
+
...obj,
|
|
1933
|
+
});
|
|
1934
|
+
export const RegisterApplicationRevisionInputFilterSensitiveLog = (obj) => ({
|
|
1935
|
+
...obj,
|
|
1936
|
+
});
|
|
1937
|
+
export const RegisterOnPremisesInstanceInputFilterSensitiveLog = (obj) => ({
|
|
1938
|
+
...obj,
|
|
1939
|
+
});
|
|
1940
|
+
export const RemoveTagsFromOnPremisesInstancesInputFilterSensitiveLog = (obj) => ({
|
|
1941
|
+
...obj,
|
|
1942
|
+
});
|
|
1943
|
+
export const SkipWaitTimeForInstanceTerminationInputFilterSensitiveLog = (obj) => ({
|
|
1944
|
+
...obj,
|
|
1945
|
+
});
|
|
1946
|
+
export const StopDeploymentInputFilterSensitiveLog = (obj) => ({
|
|
1947
|
+
...obj,
|
|
1948
|
+
});
|
|
1949
|
+
export const StopDeploymentOutputFilterSensitiveLog = (obj) => ({
|
|
1950
|
+
...obj,
|
|
1951
|
+
});
|
|
1952
|
+
export const TagResourceInputFilterSensitiveLog = (obj) => ({
|
|
1953
|
+
...obj,
|
|
1954
|
+
});
|
|
1955
|
+
export const TagResourceOutputFilterSensitiveLog = (obj) => ({
|
|
1956
|
+
...obj,
|
|
1957
|
+
});
|
|
1958
|
+
export const UntagResourceInputFilterSensitiveLog = (obj) => ({
|
|
1959
|
+
...obj,
|
|
1960
|
+
});
|
|
1961
|
+
export const UntagResourceOutputFilterSensitiveLog = (obj) => ({
|
|
1962
|
+
...obj,
|
|
1963
|
+
});
|
|
1964
|
+
export const UpdateApplicationInputFilterSensitiveLog = (obj) => ({
|
|
1965
|
+
...obj,
|
|
1966
|
+
});
|
|
1967
|
+
export const UpdateDeploymentGroupInputFilterSensitiveLog = (obj) => ({
|
|
1968
|
+
...obj,
|
|
1969
|
+
});
|
|
1970
|
+
export const UpdateDeploymentGroupOutputFilterSensitiveLog = (obj) => ({
|
|
1971
|
+
...obj,
|
|
1972
|
+
});
|