@aws-sdk/client-codedeploy 3.50.0 → 3.53.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 +27 -0
- package/dist-cjs/index.js +3 -0
- package/dist-cjs/models/CodeDeployServiceException.js +11 -0
- package/dist-cjs/models/models_0.js +1424 -4
- package/dist-cjs/protocols/Aws_json1_1.js +918 -3036
- package/dist-es/index.js +1 -0
- package/dist-es/models/CodeDeployServiceException.js +12 -0
- package/dist-es/models/models_0.js +1310 -1
- package/dist-es/protocols/Aws_json1_1.js +1622 -3000
- package/dist-types/index.d.ts +1 -0
- package/dist-types/models/CodeDeployServiceException.d.ts +10 -0
- package/dist-types/models/models_0.d.ts +547 -546
- package/dist-types/ts3.4/CodeDeploy.d.ts +240 -0
- package/dist-types/ts3.4/CodeDeployClient.d.ts +120 -0
- package/dist-types/ts3.4/commands/AddTagsToOnPremisesInstancesCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/BatchGetApplicationRevisionsCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/BatchGetApplicationsCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/BatchGetDeploymentGroupsCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/BatchGetDeploymentInstancesCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/BatchGetDeploymentTargetsCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/BatchGetDeploymentsCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/BatchGetOnPremisesInstancesCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/ContinueDeploymentCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/CreateApplicationCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/CreateDeploymentCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/CreateDeploymentConfigCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/CreateDeploymentGroupCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DeleteApplicationCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DeleteDeploymentConfigCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DeleteDeploymentGroupCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DeleteGitHubAccountTokenCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DeleteResourcesByExternalIdCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DeregisterOnPremisesInstanceCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/GetApplicationCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/GetApplicationRevisionCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/GetDeploymentCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/GetDeploymentConfigCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/GetDeploymentGroupCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/GetDeploymentInstanceCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/GetDeploymentTargetCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/GetOnPremisesInstanceCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/ListApplicationRevisionsCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/ListApplicationsCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/ListDeploymentConfigsCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/ListDeploymentGroupsCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/ListDeploymentInstancesCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/ListDeploymentTargetsCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/ListDeploymentsCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/ListGitHubAccountTokenNamesCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/ListOnPremisesInstancesCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/PutLifecycleEventHookExecutionStatusCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/RegisterApplicationRevisionCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/RegisterOnPremisesInstanceCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/RemoveTagsFromOnPremisesInstancesCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/SkipWaitTimeForInstanceTerminationCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/StopDeploymentCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/UpdateApplicationCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/UpdateDeploymentGroupCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/index.d.ts +47 -0
- package/dist-types/ts3.4/endpoints.d.ts +2 -0
- package/dist-types/ts3.4/index.d.ts +7 -0
- package/dist-types/ts3.4/models/CodeDeployServiceException.d.ts +6 -0
- package/dist-types/ts3.4/models/index.d.ts +1 -0
- package/dist-types/ts3.4/models/models_0.d.ts +2760 -0
- package/dist-types/ts3.4/pagination/Interfaces.d.ts +6 -0
- package/dist-types/ts3.4/pagination/ListApplicationRevisionsPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/ListApplicationsPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/ListDeploymentConfigsPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/ListDeploymentGroupsPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/ListDeploymentInstancesPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/ListDeploymentsPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/index.d.ts +7 -0
- package/dist-types/ts3.4/protocols/Aws_json1_1.d.ts +143 -0
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +38 -0
- package/dist-types/ts3.4/runtimeConfig.d.ts +38 -0
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +37 -0
- package/dist-types/ts3.4/runtimeConfig.shared.d.ts +11 -0
- package/dist-types/ts3.4/waiters/index.d.ts +1 -0
- package/dist-types/ts3.4/waiters/waitForDeploymentSuccessful.d.ts +7 -0
- package/package.json +34 -34
|
@@ -1,4 +1,5 @@
|
|
|
1
|
-
import { __assign } from "tslib";
|
|
1
|
+
import { __assign, __extends } from "tslib";
|
|
2
|
+
import { CodeDeployServiceException as __BaseException } from "./CodeDeployServiceException";
|
|
2
3
|
export var Tag;
|
|
3
4
|
(function (Tag) {
|
|
4
5
|
Tag.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
@@ -7,6 +8,90 @@ export var AddTagsToOnPremisesInstancesInput;
|
|
|
7
8
|
(function (AddTagsToOnPremisesInstancesInput) {
|
|
8
9
|
AddTagsToOnPremisesInstancesInput.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
9
10
|
})(AddTagsToOnPremisesInstancesInput || (AddTagsToOnPremisesInstancesInput = {}));
|
|
11
|
+
var InstanceLimitExceededException = (function (_super) {
|
|
12
|
+
__extends(InstanceLimitExceededException, _super);
|
|
13
|
+
function InstanceLimitExceededException(opts) {
|
|
14
|
+
var _this = _super.call(this, __assign({ name: "InstanceLimitExceededException", $fault: "client" }, opts)) || this;
|
|
15
|
+
_this.name = "InstanceLimitExceededException";
|
|
16
|
+
_this.$fault = "client";
|
|
17
|
+
Object.setPrototypeOf(_this, InstanceLimitExceededException.prototype);
|
|
18
|
+
return _this;
|
|
19
|
+
}
|
|
20
|
+
return InstanceLimitExceededException;
|
|
21
|
+
}(__BaseException));
|
|
22
|
+
export { InstanceLimitExceededException };
|
|
23
|
+
var InstanceNameRequiredException = (function (_super) {
|
|
24
|
+
__extends(InstanceNameRequiredException, _super);
|
|
25
|
+
function InstanceNameRequiredException(opts) {
|
|
26
|
+
var _this = _super.call(this, __assign({ name: "InstanceNameRequiredException", $fault: "client" }, opts)) || this;
|
|
27
|
+
_this.name = "InstanceNameRequiredException";
|
|
28
|
+
_this.$fault = "client";
|
|
29
|
+
Object.setPrototypeOf(_this, InstanceNameRequiredException.prototype);
|
|
30
|
+
return _this;
|
|
31
|
+
}
|
|
32
|
+
return InstanceNameRequiredException;
|
|
33
|
+
}(__BaseException));
|
|
34
|
+
export { InstanceNameRequiredException };
|
|
35
|
+
var InstanceNotRegisteredException = (function (_super) {
|
|
36
|
+
__extends(InstanceNotRegisteredException, _super);
|
|
37
|
+
function InstanceNotRegisteredException(opts) {
|
|
38
|
+
var _this = _super.call(this, __assign({ name: "InstanceNotRegisteredException", $fault: "client" }, opts)) || this;
|
|
39
|
+
_this.name = "InstanceNotRegisteredException";
|
|
40
|
+
_this.$fault = "client";
|
|
41
|
+
Object.setPrototypeOf(_this, InstanceNotRegisteredException.prototype);
|
|
42
|
+
return _this;
|
|
43
|
+
}
|
|
44
|
+
return InstanceNotRegisteredException;
|
|
45
|
+
}(__BaseException));
|
|
46
|
+
export { InstanceNotRegisteredException };
|
|
47
|
+
var InvalidInstanceNameException = (function (_super) {
|
|
48
|
+
__extends(InvalidInstanceNameException, _super);
|
|
49
|
+
function InvalidInstanceNameException(opts) {
|
|
50
|
+
var _this = _super.call(this, __assign({ name: "InvalidInstanceNameException", $fault: "client" }, opts)) || this;
|
|
51
|
+
_this.name = "InvalidInstanceNameException";
|
|
52
|
+
_this.$fault = "client";
|
|
53
|
+
Object.setPrototypeOf(_this, InvalidInstanceNameException.prototype);
|
|
54
|
+
return _this;
|
|
55
|
+
}
|
|
56
|
+
return InvalidInstanceNameException;
|
|
57
|
+
}(__BaseException));
|
|
58
|
+
export { InvalidInstanceNameException };
|
|
59
|
+
var InvalidTagException = (function (_super) {
|
|
60
|
+
__extends(InvalidTagException, _super);
|
|
61
|
+
function InvalidTagException(opts) {
|
|
62
|
+
var _this = _super.call(this, __assign({ name: "InvalidTagException", $fault: "client" }, opts)) || this;
|
|
63
|
+
_this.name = "InvalidTagException";
|
|
64
|
+
_this.$fault = "client";
|
|
65
|
+
Object.setPrototypeOf(_this, InvalidTagException.prototype);
|
|
66
|
+
return _this;
|
|
67
|
+
}
|
|
68
|
+
return InvalidTagException;
|
|
69
|
+
}(__BaseException));
|
|
70
|
+
export { InvalidTagException };
|
|
71
|
+
var TagLimitExceededException = (function (_super) {
|
|
72
|
+
__extends(TagLimitExceededException, _super);
|
|
73
|
+
function TagLimitExceededException(opts) {
|
|
74
|
+
var _this = _super.call(this, __assign({ name: "TagLimitExceededException", $fault: "client" }, opts)) || this;
|
|
75
|
+
_this.name = "TagLimitExceededException";
|
|
76
|
+
_this.$fault = "client";
|
|
77
|
+
Object.setPrototypeOf(_this, TagLimitExceededException.prototype);
|
|
78
|
+
return _this;
|
|
79
|
+
}
|
|
80
|
+
return TagLimitExceededException;
|
|
81
|
+
}(__BaseException));
|
|
82
|
+
export { TagLimitExceededException };
|
|
83
|
+
var TagRequiredException = (function (_super) {
|
|
84
|
+
__extends(TagRequiredException, _super);
|
|
85
|
+
function TagRequiredException(opts) {
|
|
86
|
+
var _this = _super.call(this, __assign({ name: "TagRequiredException", $fault: "client" }, opts)) || this;
|
|
87
|
+
_this.name = "TagRequiredException";
|
|
88
|
+
_this.$fault = "client";
|
|
89
|
+
Object.setPrototypeOf(_this, TagRequiredException.prototype);
|
|
90
|
+
return _this;
|
|
91
|
+
}
|
|
92
|
+
return TagRequiredException;
|
|
93
|
+
}(__BaseException));
|
|
94
|
+
export { TagRequiredException };
|
|
10
95
|
export var Alarm;
|
|
11
96
|
(function (Alarm) {
|
|
12
97
|
Alarm.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
@@ -15,6 +100,42 @@ export var AlarmConfiguration;
|
|
|
15
100
|
(function (AlarmConfiguration) {
|
|
16
101
|
AlarmConfiguration.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
17
102
|
})(AlarmConfiguration || (AlarmConfiguration = {}));
|
|
103
|
+
var AlarmsLimitExceededException = (function (_super) {
|
|
104
|
+
__extends(AlarmsLimitExceededException, _super);
|
|
105
|
+
function AlarmsLimitExceededException(opts) {
|
|
106
|
+
var _this = _super.call(this, __assign({ name: "AlarmsLimitExceededException", $fault: "client" }, opts)) || this;
|
|
107
|
+
_this.name = "AlarmsLimitExceededException";
|
|
108
|
+
_this.$fault = "client";
|
|
109
|
+
Object.setPrototypeOf(_this, AlarmsLimitExceededException.prototype);
|
|
110
|
+
return _this;
|
|
111
|
+
}
|
|
112
|
+
return AlarmsLimitExceededException;
|
|
113
|
+
}(__BaseException));
|
|
114
|
+
export { AlarmsLimitExceededException };
|
|
115
|
+
var ApplicationAlreadyExistsException = (function (_super) {
|
|
116
|
+
__extends(ApplicationAlreadyExistsException, _super);
|
|
117
|
+
function ApplicationAlreadyExistsException(opts) {
|
|
118
|
+
var _this = _super.call(this, __assign({ name: "ApplicationAlreadyExistsException", $fault: "client" }, opts)) || this;
|
|
119
|
+
_this.name = "ApplicationAlreadyExistsException";
|
|
120
|
+
_this.$fault = "client";
|
|
121
|
+
Object.setPrototypeOf(_this, ApplicationAlreadyExistsException.prototype);
|
|
122
|
+
return _this;
|
|
123
|
+
}
|
|
124
|
+
return ApplicationAlreadyExistsException;
|
|
125
|
+
}(__BaseException));
|
|
126
|
+
export { ApplicationAlreadyExistsException };
|
|
127
|
+
var ApplicationDoesNotExistException = (function (_super) {
|
|
128
|
+
__extends(ApplicationDoesNotExistException, _super);
|
|
129
|
+
function ApplicationDoesNotExistException(opts) {
|
|
130
|
+
var _this = _super.call(this, __assign({ name: "ApplicationDoesNotExistException", $fault: "client" }, opts)) || this;
|
|
131
|
+
_this.name = "ApplicationDoesNotExistException";
|
|
132
|
+
_this.$fault = "client";
|
|
133
|
+
Object.setPrototypeOf(_this, ApplicationDoesNotExistException.prototype);
|
|
134
|
+
return _this;
|
|
135
|
+
}
|
|
136
|
+
return ApplicationDoesNotExistException;
|
|
137
|
+
}(__BaseException));
|
|
138
|
+
export { ApplicationDoesNotExistException };
|
|
18
139
|
export var ComputePlatform;
|
|
19
140
|
(function (ComputePlatform) {
|
|
20
141
|
ComputePlatform["ECS"] = "ECS";
|
|
@@ -25,6 +146,30 @@ export var ApplicationInfo;
|
|
|
25
146
|
(function (ApplicationInfo) {
|
|
26
147
|
ApplicationInfo.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
27
148
|
})(ApplicationInfo || (ApplicationInfo = {}));
|
|
149
|
+
var ApplicationLimitExceededException = (function (_super) {
|
|
150
|
+
__extends(ApplicationLimitExceededException, _super);
|
|
151
|
+
function ApplicationLimitExceededException(opts) {
|
|
152
|
+
var _this = _super.call(this, __assign({ name: "ApplicationLimitExceededException", $fault: "client" }, opts)) || this;
|
|
153
|
+
_this.name = "ApplicationLimitExceededException";
|
|
154
|
+
_this.$fault = "client";
|
|
155
|
+
Object.setPrototypeOf(_this, ApplicationLimitExceededException.prototype);
|
|
156
|
+
return _this;
|
|
157
|
+
}
|
|
158
|
+
return ApplicationLimitExceededException;
|
|
159
|
+
}(__BaseException));
|
|
160
|
+
export { ApplicationLimitExceededException };
|
|
161
|
+
var ApplicationNameRequiredException = (function (_super) {
|
|
162
|
+
__extends(ApplicationNameRequiredException, _super);
|
|
163
|
+
function ApplicationNameRequiredException(opts) {
|
|
164
|
+
var _this = _super.call(this, __assign({ name: "ApplicationNameRequiredException", $fault: "client" }, opts)) || this;
|
|
165
|
+
_this.name = "ApplicationNameRequiredException";
|
|
166
|
+
_this.$fault = "client";
|
|
167
|
+
Object.setPrototypeOf(_this, ApplicationNameRequiredException.prototype);
|
|
168
|
+
return _this;
|
|
169
|
+
}
|
|
170
|
+
return ApplicationNameRequiredException;
|
|
171
|
+
}(__BaseException));
|
|
172
|
+
export { ApplicationNameRequiredException };
|
|
28
173
|
export var ApplicationRevisionSortBy;
|
|
29
174
|
(function (ApplicationRevisionSortBy) {
|
|
30
175
|
ApplicationRevisionSortBy["FirstUsedTime"] = "firstUsedTime";
|
|
@@ -35,6 +180,18 @@ export var AppSpecContent;
|
|
|
35
180
|
(function (AppSpecContent) {
|
|
36
181
|
AppSpecContent.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
37
182
|
})(AppSpecContent || (AppSpecContent = {}));
|
|
183
|
+
var ArnNotSupportedException = (function (_super) {
|
|
184
|
+
__extends(ArnNotSupportedException, _super);
|
|
185
|
+
function ArnNotSupportedException(opts) {
|
|
186
|
+
var _this = _super.call(this, __assign({ name: "ArnNotSupportedException", $fault: "client" }, opts)) || this;
|
|
187
|
+
_this.name = "ArnNotSupportedException";
|
|
188
|
+
_this.$fault = "client";
|
|
189
|
+
Object.setPrototypeOf(_this, ArnNotSupportedException.prototype);
|
|
190
|
+
return _this;
|
|
191
|
+
}
|
|
192
|
+
return ArnNotSupportedException;
|
|
193
|
+
}(__BaseException));
|
|
194
|
+
export { ArnNotSupportedException };
|
|
38
195
|
export var AutoRollbackEvent;
|
|
39
196
|
(function (AutoRollbackEvent) {
|
|
40
197
|
AutoRollbackEvent["DEPLOYMENT_FAILURE"] = "DEPLOYMENT_FAILURE";
|
|
@@ -96,6 +253,54 @@ export var BatchGetApplicationRevisionsOutput;
|
|
|
96
253
|
(function (BatchGetApplicationRevisionsOutput) {
|
|
97
254
|
BatchGetApplicationRevisionsOutput.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
98
255
|
})(BatchGetApplicationRevisionsOutput || (BatchGetApplicationRevisionsOutput = {}));
|
|
256
|
+
var BatchLimitExceededException = (function (_super) {
|
|
257
|
+
__extends(BatchLimitExceededException, _super);
|
|
258
|
+
function BatchLimitExceededException(opts) {
|
|
259
|
+
var _this = _super.call(this, __assign({ name: "BatchLimitExceededException", $fault: "client" }, opts)) || this;
|
|
260
|
+
_this.name = "BatchLimitExceededException";
|
|
261
|
+
_this.$fault = "client";
|
|
262
|
+
Object.setPrototypeOf(_this, BatchLimitExceededException.prototype);
|
|
263
|
+
return _this;
|
|
264
|
+
}
|
|
265
|
+
return BatchLimitExceededException;
|
|
266
|
+
}(__BaseException));
|
|
267
|
+
export { BatchLimitExceededException };
|
|
268
|
+
var InvalidApplicationNameException = (function (_super) {
|
|
269
|
+
__extends(InvalidApplicationNameException, _super);
|
|
270
|
+
function InvalidApplicationNameException(opts) {
|
|
271
|
+
var _this = _super.call(this, __assign({ name: "InvalidApplicationNameException", $fault: "client" }, opts)) || this;
|
|
272
|
+
_this.name = "InvalidApplicationNameException";
|
|
273
|
+
_this.$fault = "client";
|
|
274
|
+
Object.setPrototypeOf(_this, InvalidApplicationNameException.prototype);
|
|
275
|
+
return _this;
|
|
276
|
+
}
|
|
277
|
+
return InvalidApplicationNameException;
|
|
278
|
+
}(__BaseException));
|
|
279
|
+
export { InvalidApplicationNameException };
|
|
280
|
+
var InvalidRevisionException = (function (_super) {
|
|
281
|
+
__extends(InvalidRevisionException, _super);
|
|
282
|
+
function InvalidRevisionException(opts) {
|
|
283
|
+
var _this = _super.call(this, __assign({ name: "InvalidRevisionException", $fault: "client" }, opts)) || this;
|
|
284
|
+
_this.name = "InvalidRevisionException";
|
|
285
|
+
_this.$fault = "client";
|
|
286
|
+
Object.setPrototypeOf(_this, InvalidRevisionException.prototype);
|
|
287
|
+
return _this;
|
|
288
|
+
}
|
|
289
|
+
return InvalidRevisionException;
|
|
290
|
+
}(__BaseException));
|
|
291
|
+
export { InvalidRevisionException };
|
|
292
|
+
var RevisionRequiredException = (function (_super) {
|
|
293
|
+
__extends(RevisionRequiredException, _super);
|
|
294
|
+
function RevisionRequiredException(opts) {
|
|
295
|
+
var _this = _super.call(this, __assign({ name: "RevisionRequiredException", $fault: "client" }, opts)) || this;
|
|
296
|
+
_this.name = "RevisionRequiredException";
|
|
297
|
+
_this.$fault = "client";
|
|
298
|
+
Object.setPrototypeOf(_this, RevisionRequiredException.prototype);
|
|
299
|
+
return _this;
|
|
300
|
+
}
|
|
301
|
+
return RevisionRequiredException;
|
|
302
|
+
}(__BaseException));
|
|
303
|
+
export { RevisionRequiredException };
|
|
99
304
|
export var BatchGetApplicationsInput;
|
|
100
305
|
(function (BatchGetApplicationsInput) {
|
|
101
306
|
BatchGetApplicationsInput.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
@@ -250,6 +455,42 @@ export var BatchGetDeploymentGroupsOutput;
|
|
|
250
455
|
(function (BatchGetDeploymentGroupsOutput) {
|
|
251
456
|
BatchGetDeploymentGroupsOutput.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
252
457
|
})(BatchGetDeploymentGroupsOutput || (BatchGetDeploymentGroupsOutput = {}));
|
|
458
|
+
var DeploymentConfigDoesNotExistException = (function (_super) {
|
|
459
|
+
__extends(DeploymentConfigDoesNotExistException, _super);
|
|
460
|
+
function DeploymentConfigDoesNotExistException(opts) {
|
|
461
|
+
var _this = _super.call(this, __assign({ name: "DeploymentConfigDoesNotExistException", $fault: "client" }, opts)) || this;
|
|
462
|
+
_this.name = "DeploymentConfigDoesNotExistException";
|
|
463
|
+
_this.$fault = "client";
|
|
464
|
+
Object.setPrototypeOf(_this, DeploymentConfigDoesNotExistException.prototype);
|
|
465
|
+
return _this;
|
|
466
|
+
}
|
|
467
|
+
return DeploymentConfigDoesNotExistException;
|
|
468
|
+
}(__BaseException));
|
|
469
|
+
export { DeploymentConfigDoesNotExistException };
|
|
470
|
+
var DeploymentGroupNameRequiredException = (function (_super) {
|
|
471
|
+
__extends(DeploymentGroupNameRequiredException, _super);
|
|
472
|
+
function DeploymentGroupNameRequiredException(opts) {
|
|
473
|
+
var _this = _super.call(this, __assign({ name: "DeploymentGroupNameRequiredException", $fault: "client" }, opts)) || this;
|
|
474
|
+
_this.name = "DeploymentGroupNameRequiredException";
|
|
475
|
+
_this.$fault = "client";
|
|
476
|
+
Object.setPrototypeOf(_this, DeploymentGroupNameRequiredException.prototype);
|
|
477
|
+
return _this;
|
|
478
|
+
}
|
|
479
|
+
return DeploymentGroupNameRequiredException;
|
|
480
|
+
}(__BaseException));
|
|
481
|
+
export { DeploymentGroupNameRequiredException };
|
|
482
|
+
var InvalidDeploymentGroupNameException = (function (_super) {
|
|
483
|
+
__extends(InvalidDeploymentGroupNameException, _super);
|
|
484
|
+
function InvalidDeploymentGroupNameException(opts) {
|
|
485
|
+
var _this = _super.call(this, __assign({ name: "InvalidDeploymentGroupNameException", $fault: "client" }, opts)) || this;
|
|
486
|
+
_this.name = "InvalidDeploymentGroupNameException";
|
|
487
|
+
_this.$fault = "client";
|
|
488
|
+
Object.setPrototypeOf(_this, InvalidDeploymentGroupNameException.prototype);
|
|
489
|
+
return _this;
|
|
490
|
+
}
|
|
491
|
+
return InvalidDeploymentGroupNameException;
|
|
492
|
+
}(__BaseException));
|
|
493
|
+
export { InvalidDeploymentGroupNameException };
|
|
253
494
|
export var BatchGetDeploymentInstancesInput;
|
|
254
495
|
(function (BatchGetDeploymentInstancesInput) {
|
|
255
496
|
BatchGetDeploymentInstancesInput.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
@@ -303,6 +544,66 @@ export var BatchGetDeploymentInstancesOutput;
|
|
|
303
544
|
(function (BatchGetDeploymentInstancesOutput) {
|
|
304
545
|
BatchGetDeploymentInstancesOutput.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
305
546
|
})(BatchGetDeploymentInstancesOutput || (BatchGetDeploymentInstancesOutput = {}));
|
|
547
|
+
var DeploymentDoesNotExistException = (function (_super) {
|
|
548
|
+
__extends(DeploymentDoesNotExistException, _super);
|
|
549
|
+
function DeploymentDoesNotExistException(opts) {
|
|
550
|
+
var _this = _super.call(this, __assign({ name: "DeploymentDoesNotExistException", $fault: "client" }, opts)) || this;
|
|
551
|
+
_this.name = "DeploymentDoesNotExistException";
|
|
552
|
+
_this.$fault = "client";
|
|
553
|
+
Object.setPrototypeOf(_this, DeploymentDoesNotExistException.prototype);
|
|
554
|
+
return _this;
|
|
555
|
+
}
|
|
556
|
+
return DeploymentDoesNotExistException;
|
|
557
|
+
}(__BaseException));
|
|
558
|
+
export { DeploymentDoesNotExistException };
|
|
559
|
+
var DeploymentIdRequiredException = (function (_super) {
|
|
560
|
+
__extends(DeploymentIdRequiredException, _super);
|
|
561
|
+
function DeploymentIdRequiredException(opts) {
|
|
562
|
+
var _this = _super.call(this, __assign({ name: "DeploymentIdRequiredException", $fault: "client" }, opts)) || this;
|
|
563
|
+
_this.name = "DeploymentIdRequiredException";
|
|
564
|
+
_this.$fault = "client";
|
|
565
|
+
Object.setPrototypeOf(_this, DeploymentIdRequiredException.prototype);
|
|
566
|
+
return _this;
|
|
567
|
+
}
|
|
568
|
+
return DeploymentIdRequiredException;
|
|
569
|
+
}(__BaseException));
|
|
570
|
+
export { DeploymentIdRequiredException };
|
|
571
|
+
var InstanceIdRequiredException = (function (_super) {
|
|
572
|
+
__extends(InstanceIdRequiredException, _super);
|
|
573
|
+
function InstanceIdRequiredException(opts) {
|
|
574
|
+
var _this = _super.call(this, __assign({ name: "InstanceIdRequiredException", $fault: "client" }, opts)) || this;
|
|
575
|
+
_this.name = "InstanceIdRequiredException";
|
|
576
|
+
_this.$fault = "client";
|
|
577
|
+
Object.setPrototypeOf(_this, InstanceIdRequiredException.prototype);
|
|
578
|
+
return _this;
|
|
579
|
+
}
|
|
580
|
+
return InstanceIdRequiredException;
|
|
581
|
+
}(__BaseException));
|
|
582
|
+
export { InstanceIdRequiredException };
|
|
583
|
+
var InvalidComputePlatformException = (function (_super) {
|
|
584
|
+
__extends(InvalidComputePlatformException, _super);
|
|
585
|
+
function InvalidComputePlatformException(opts) {
|
|
586
|
+
var _this = _super.call(this, __assign({ name: "InvalidComputePlatformException", $fault: "client" }, opts)) || this;
|
|
587
|
+
_this.name = "InvalidComputePlatformException";
|
|
588
|
+
_this.$fault = "client";
|
|
589
|
+
Object.setPrototypeOf(_this, InvalidComputePlatformException.prototype);
|
|
590
|
+
return _this;
|
|
591
|
+
}
|
|
592
|
+
return InvalidComputePlatformException;
|
|
593
|
+
}(__BaseException));
|
|
594
|
+
export { InvalidComputePlatformException };
|
|
595
|
+
var InvalidDeploymentIdException = (function (_super) {
|
|
596
|
+
__extends(InvalidDeploymentIdException, _super);
|
|
597
|
+
function InvalidDeploymentIdException(opts) {
|
|
598
|
+
var _this = _super.call(this, __assign({ name: "InvalidDeploymentIdException", $fault: "client" }, opts)) || this;
|
|
599
|
+
_this.name = "InvalidDeploymentIdException";
|
|
600
|
+
_this.$fault = "client";
|
|
601
|
+
Object.setPrototypeOf(_this, InvalidDeploymentIdException.prototype);
|
|
602
|
+
return _this;
|
|
603
|
+
}
|
|
604
|
+
return InvalidDeploymentIdException;
|
|
605
|
+
}(__BaseException));
|
|
606
|
+
export { InvalidDeploymentIdException };
|
|
306
607
|
export var BatchGetDeploymentsInput;
|
|
307
608
|
(function (BatchGetDeploymentsInput) {
|
|
308
609
|
BatchGetDeploymentsInput.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
@@ -446,6 +747,78 @@ export var BatchGetDeploymentTargetsOutput;
|
|
|
446
747
|
(function (BatchGetDeploymentTargetsOutput) {
|
|
447
748
|
BatchGetDeploymentTargetsOutput.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
448
749
|
})(BatchGetDeploymentTargetsOutput || (BatchGetDeploymentTargetsOutput = {}));
|
|
750
|
+
var DeploymentNotStartedException = (function (_super) {
|
|
751
|
+
__extends(DeploymentNotStartedException, _super);
|
|
752
|
+
function DeploymentNotStartedException(opts) {
|
|
753
|
+
var _this = _super.call(this, __assign({ name: "DeploymentNotStartedException", $fault: "client" }, opts)) || this;
|
|
754
|
+
_this.name = "DeploymentNotStartedException";
|
|
755
|
+
_this.$fault = "client";
|
|
756
|
+
Object.setPrototypeOf(_this, DeploymentNotStartedException.prototype);
|
|
757
|
+
return _this;
|
|
758
|
+
}
|
|
759
|
+
return DeploymentNotStartedException;
|
|
760
|
+
}(__BaseException));
|
|
761
|
+
export { DeploymentNotStartedException };
|
|
762
|
+
var DeploymentTargetDoesNotExistException = (function (_super) {
|
|
763
|
+
__extends(DeploymentTargetDoesNotExistException, _super);
|
|
764
|
+
function DeploymentTargetDoesNotExistException(opts) {
|
|
765
|
+
var _this = _super.call(this, __assign({ name: "DeploymentTargetDoesNotExistException", $fault: "client" }, opts)) || this;
|
|
766
|
+
_this.name = "DeploymentTargetDoesNotExistException";
|
|
767
|
+
_this.$fault = "client";
|
|
768
|
+
Object.setPrototypeOf(_this, DeploymentTargetDoesNotExistException.prototype);
|
|
769
|
+
return _this;
|
|
770
|
+
}
|
|
771
|
+
return DeploymentTargetDoesNotExistException;
|
|
772
|
+
}(__BaseException));
|
|
773
|
+
export { DeploymentTargetDoesNotExistException };
|
|
774
|
+
var DeploymentTargetIdRequiredException = (function (_super) {
|
|
775
|
+
__extends(DeploymentTargetIdRequiredException, _super);
|
|
776
|
+
function DeploymentTargetIdRequiredException(opts) {
|
|
777
|
+
var _this = _super.call(this, __assign({ name: "DeploymentTargetIdRequiredException", $fault: "client" }, opts)) || this;
|
|
778
|
+
_this.name = "DeploymentTargetIdRequiredException";
|
|
779
|
+
_this.$fault = "client";
|
|
780
|
+
Object.setPrototypeOf(_this, DeploymentTargetIdRequiredException.prototype);
|
|
781
|
+
return _this;
|
|
782
|
+
}
|
|
783
|
+
return DeploymentTargetIdRequiredException;
|
|
784
|
+
}(__BaseException));
|
|
785
|
+
export { DeploymentTargetIdRequiredException };
|
|
786
|
+
var DeploymentTargetListSizeExceededException = (function (_super) {
|
|
787
|
+
__extends(DeploymentTargetListSizeExceededException, _super);
|
|
788
|
+
function DeploymentTargetListSizeExceededException(opts) {
|
|
789
|
+
var _this = _super.call(this, __assign({ name: "DeploymentTargetListSizeExceededException", $fault: "client" }, opts)) || this;
|
|
790
|
+
_this.name = "DeploymentTargetListSizeExceededException";
|
|
791
|
+
_this.$fault = "client";
|
|
792
|
+
Object.setPrototypeOf(_this, DeploymentTargetListSizeExceededException.prototype);
|
|
793
|
+
return _this;
|
|
794
|
+
}
|
|
795
|
+
return DeploymentTargetListSizeExceededException;
|
|
796
|
+
}(__BaseException));
|
|
797
|
+
export { DeploymentTargetListSizeExceededException };
|
|
798
|
+
var InstanceDoesNotExistException = (function (_super) {
|
|
799
|
+
__extends(InstanceDoesNotExistException, _super);
|
|
800
|
+
function InstanceDoesNotExistException(opts) {
|
|
801
|
+
var _this = _super.call(this, __assign({ name: "InstanceDoesNotExistException", $fault: "client" }, opts)) || this;
|
|
802
|
+
_this.name = "InstanceDoesNotExistException";
|
|
803
|
+
_this.$fault = "client";
|
|
804
|
+
Object.setPrototypeOf(_this, InstanceDoesNotExistException.prototype);
|
|
805
|
+
return _this;
|
|
806
|
+
}
|
|
807
|
+
return InstanceDoesNotExistException;
|
|
808
|
+
}(__BaseException));
|
|
809
|
+
export { InstanceDoesNotExistException };
|
|
810
|
+
var InvalidDeploymentTargetIdException = (function (_super) {
|
|
811
|
+
__extends(InvalidDeploymentTargetIdException, _super);
|
|
812
|
+
function InvalidDeploymentTargetIdException(opts) {
|
|
813
|
+
var _this = _super.call(this, __assign({ name: "InvalidDeploymentTargetIdException", $fault: "client" }, opts)) || this;
|
|
814
|
+
_this.name = "InvalidDeploymentTargetIdException";
|
|
815
|
+
_this.$fault = "client";
|
|
816
|
+
Object.setPrototypeOf(_this, InvalidDeploymentTargetIdException.prototype);
|
|
817
|
+
return _this;
|
|
818
|
+
}
|
|
819
|
+
return InvalidDeploymentTargetIdException;
|
|
820
|
+
}(__BaseException));
|
|
821
|
+
export { InvalidDeploymentTargetIdException };
|
|
449
822
|
export var BatchGetOnPremisesInstancesInput;
|
|
450
823
|
(function (BatchGetOnPremisesInstancesInput) {
|
|
451
824
|
BatchGetOnPremisesInstancesInput.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
@@ -458,6 +831,18 @@ export var BatchGetOnPremisesInstancesOutput;
|
|
|
458
831
|
(function (BatchGetOnPremisesInstancesOutput) {
|
|
459
832
|
BatchGetOnPremisesInstancesOutput.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
460
833
|
})(BatchGetOnPremisesInstancesOutput || (BatchGetOnPremisesInstancesOutput = {}));
|
|
834
|
+
var BucketNameFilterRequiredException = (function (_super) {
|
|
835
|
+
__extends(BucketNameFilterRequiredException, _super);
|
|
836
|
+
function BucketNameFilterRequiredException(opts) {
|
|
837
|
+
var _this = _super.call(this, __assign({ name: "BucketNameFilterRequiredException", $fault: "client" }, opts)) || this;
|
|
838
|
+
_this.name = "BucketNameFilterRequiredException";
|
|
839
|
+
_this.$fault = "client";
|
|
840
|
+
Object.setPrototypeOf(_this, BucketNameFilterRequiredException.prototype);
|
|
841
|
+
return _this;
|
|
842
|
+
}
|
|
843
|
+
return BucketNameFilterRequiredException;
|
|
844
|
+
}(__BaseException));
|
|
845
|
+
export { BucketNameFilterRequiredException };
|
|
461
846
|
export var DeploymentWaitType;
|
|
462
847
|
(function (DeploymentWaitType) {
|
|
463
848
|
DeploymentWaitType["READY_WAIT"] = "READY_WAIT";
|
|
@@ -467,6 +852,66 @@ export var ContinueDeploymentInput;
|
|
|
467
852
|
(function (ContinueDeploymentInput) {
|
|
468
853
|
ContinueDeploymentInput.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
469
854
|
})(ContinueDeploymentInput || (ContinueDeploymentInput = {}));
|
|
855
|
+
var DeploymentAlreadyCompletedException = (function (_super) {
|
|
856
|
+
__extends(DeploymentAlreadyCompletedException, _super);
|
|
857
|
+
function DeploymentAlreadyCompletedException(opts) {
|
|
858
|
+
var _this = _super.call(this, __assign({ name: "DeploymentAlreadyCompletedException", $fault: "client" }, opts)) || this;
|
|
859
|
+
_this.name = "DeploymentAlreadyCompletedException";
|
|
860
|
+
_this.$fault = "client";
|
|
861
|
+
Object.setPrototypeOf(_this, DeploymentAlreadyCompletedException.prototype);
|
|
862
|
+
return _this;
|
|
863
|
+
}
|
|
864
|
+
return DeploymentAlreadyCompletedException;
|
|
865
|
+
}(__BaseException));
|
|
866
|
+
export { DeploymentAlreadyCompletedException };
|
|
867
|
+
var DeploymentIsNotInReadyStateException = (function (_super) {
|
|
868
|
+
__extends(DeploymentIsNotInReadyStateException, _super);
|
|
869
|
+
function DeploymentIsNotInReadyStateException(opts) {
|
|
870
|
+
var _this = _super.call(this, __assign({ name: "DeploymentIsNotInReadyStateException", $fault: "client" }, opts)) || this;
|
|
871
|
+
_this.name = "DeploymentIsNotInReadyStateException";
|
|
872
|
+
_this.$fault = "client";
|
|
873
|
+
Object.setPrototypeOf(_this, DeploymentIsNotInReadyStateException.prototype);
|
|
874
|
+
return _this;
|
|
875
|
+
}
|
|
876
|
+
return DeploymentIsNotInReadyStateException;
|
|
877
|
+
}(__BaseException));
|
|
878
|
+
export { DeploymentIsNotInReadyStateException };
|
|
879
|
+
var InvalidDeploymentStatusException = (function (_super) {
|
|
880
|
+
__extends(InvalidDeploymentStatusException, _super);
|
|
881
|
+
function InvalidDeploymentStatusException(opts) {
|
|
882
|
+
var _this = _super.call(this, __assign({ name: "InvalidDeploymentStatusException", $fault: "client" }, opts)) || this;
|
|
883
|
+
_this.name = "InvalidDeploymentStatusException";
|
|
884
|
+
_this.$fault = "client";
|
|
885
|
+
Object.setPrototypeOf(_this, InvalidDeploymentStatusException.prototype);
|
|
886
|
+
return _this;
|
|
887
|
+
}
|
|
888
|
+
return InvalidDeploymentStatusException;
|
|
889
|
+
}(__BaseException));
|
|
890
|
+
export { InvalidDeploymentStatusException };
|
|
891
|
+
var InvalidDeploymentWaitTypeException = (function (_super) {
|
|
892
|
+
__extends(InvalidDeploymentWaitTypeException, _super);
|
|
893
|
+
function InvalidDeploymentWaitTypeException(opts) {
|
|
894
|
+
var _this = _super.call(this, __assign({ name: "InvalidDeploymentWaitTypeException", $fault: "client" }, opts)) || this;
|
|
895
|
+
_this.name = "InvalidDeploymentWaitTypeException";
|
|
896
|
+
_this.$fault = "client";
|
|
897
|
+
Object.setPrototypeOf(_this, InvalidDeploymentWaitTypeException.prototype);
|
|
898
|
+
return _this;
|
|
899
|
+
}
|
|
900
|
+
return InvalidDeploymentWaitTypeException;
|
|
901
|
+
}(__BaseException));
|
|
902
|
+
export { InvalidDeploymentWaitTypeException };
|
|
903
|
+
var UnsupportedActionForDeploymentTypeException = (function (_super) {
|
|
904
|
+
__extends(UnsupportedActionForDeploymentTypeException, _super);
|
|
905
|
+
function UnsupportedActionForDeploymentTypeException(opts) {
|
|
906
|
+
var _this = _super.call(this, __assign({ name: "UnsupportedActionForDeploymentTypeException", $fault: "client" }, opts)) || this;
|
|
907
|
+
_this.name = "UnsupportedActionForDeploymentTypeException";
|
|
908
|
+
_this.$fault = "client";
|
|
909
|
+
Object.setPrototypeOf(_this, UnsupportedActionForDeploymentTypeException.prototype);
|
|
910
|
+
return _this;
|
|
911
|
+
}
|
|
912
|
+
return UnsupportedActionForDeploymentTypeException;
|
|
913
|
+
}(__BaseException));
|
|
914
|
+
export { UnsupportedActionForDeploymentTypeException };
|
|
470
915
|
export var CreateApplicationInput;
|
|
471
916
|
(function (CreateApplicationInput) {
|
|
472
917
|
CreateApplicationInput.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
@@ -475,6 +920,18 @@ export var CreateApplicationOutput;
|
|
|
475
920
|
(function (CreateApplicationOutput) {
|
|
476
921
|
CreateApplicationOutput.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
477
922
|
})(CreateApplicationOutput || (CreateApplicationOutput = {}));
|
|
923
|
+
var InvalidTagsToAddException = (function (_super) {
|
|
924
|
+
__extends(InvalidTagsToAddException, _super);
|
|
925
|
+
function InvalidTagsToAddException(opts) {
|
|
926
|
+
var _this = _super.call(this, __assign({ name: "InvalidTagsToAddException", $fault: "client" }, opts)) || this;
|
|
927
|
+
_this.name = "InvalidTagsToAddException";
|
|
928
|
+
_this.$fault = "client";
|
|
929
|
+
Object.setPrototypeOf(_this, InvalidTagsToAddException.prototype);
|
|
930
|
+
return _this;
|
|
931
|
+
}
|
|
932
|
+
return InvalidTagsToAddException;
|
|
933
|
+
}(__BaseException));
|
|
934
|
+
export { InvalidTagsToAddException };
|
|
478
935
|
export var CreateDeploymentInput;
|
|
479
936
|
(function (CreateDeploymentInput) {
|
|
480
937
|
CreateDeploymentInput.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
@@ -483,6 +940,198 @@ export var CreateDeploymentOutput;
|
|
|
483
940
|
(function (CreateDeploymentOutput) {
|
|
484
941
|
CreateDeploymentOutput.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
485
942
|
})(CreateDeploymentOutput || (CreateDeploymentOutput = {}));
|
|
943
|
+
var DeploymentGroupDoesNotExistException = (function (_super) {
|
|
944
|
+
__extends(DeploymentGroupDoesNotExistException, _super);
|
|
945
|
+
function DeploymentGroupDoesNotExistException(opts) {
|
|
946
|
+
var _this = _super.call(this, __assign({ name: "DeploymentGroupDoesNotExistException", $fault: "client" }, opts)) || this;
|
|
947
|
+
_this.name = "DeploymentGroupDoesNotExistException";
|
|
948
|
+
_this.$fault = "client";
|
|
949
|
+
Object.setPrototypeOf(_this, DeploymentGroupDoesNotExistException.prototype);
|
|
950
|
+
return _this;
|
|
951
|
+
}
|
|
952
|
+
return DeploymentGroupDoesNotExistException;
|
|
953
|
+
}(__BaseException));
|
|
954
|
+
export { DeploymentGroupDoesNotExistException };
|
|
955
|
+
var DeploymentLimitExceededException = (function (_super) {
|
|
956
|
+
__extends(DeploymentLimitExceededException, _super);
|
|
957
|
+
function DeploymentLimitExceededException(opts) {
|
|
958
|
+
var _this = _super.call(this, __assign({ name: "DeploymentLimitExceededException", $fault: "client" }, opts)) || this;
|
|
959
|
+
_this.name = "DeploymentLimitExceededException";
|
|
960
|
+
_this.$fault = "client";
|
|
961
|
+
Object.setPrototypeOf(_this, DeploymentLimitExceededException.prototype);
|
|
962
|
+
return _this;
|
|
963
|
+
}
|
|
964
|
+
return DeploymentLimitExceededException;
|
|
965
|
+
}(__BaseException));
|
|
966
|
+
export { DeploymentLimitExceededException };
|
|
967
|
+
var DescriptionTooLongException = (function (_super) {
|
|
968
|
+
__extends(DescriptionTooLongException, _super);
|
|
969
|
+
function DescriptionTooLongException(opts) {
|
|
970
|
+
var _this = _super.call(this, __assign({ name: "DescriptionTooLongException", $fault: "client" }, opts)) || this;
|
|
971
|
+
_this.name = "DescriptionTooLongException";
|
|
972
|
+
_this.$fault = "client";
|
|
973
|
+
Object.setPrototypeOf(_this, DescriptionTooLongException.prototype);
|
|
974
|
+
return _this;
|
|
975
|
+
}
|
|
976
|
+
return DescriptionTooLongException;
|
|
977
|
+
}(__BaseException));
|
|
978
|
+
export { DescriptionTooLongException };
|
|
979
|
+
var InvalidAutoRollbackConfigException = (function (_super) {
|
|
980
|
+
__extends(InvalidAutoRollbackConfigException, _super);
|
|
981
|
+
function InvalidAutoRollbackConfigException(opts) {
|
|
982
|
+
var _this = _super.call(this, __assign({ name: "InvalidAutoRollbackConfigException", $fault: "client" }, opts)) || this;
|
|
983
|
+
_this.name = "InvalidAutoRollbackConfigException";
|
|
984
|
+
_this.$fault = "client";
|
|
985
|
+
Object.setPrototypeOf(_this, InvalidAutoRollbackConfigException.prototype);
|
|
986
|
+
return _this;
|
|
987
|
+
}
|
|
988
|
+
return InvalidAutoRollbackConfigException;
|
|
989
|
+
}(__BaseException));
|
|
990
|
+
export { InvalidAutoRollbackConfigException };
|
|
991
|
+
var InvalidAutoScalingGroupException = (function (_super) {
|
|
992
|
+
__extends(InvalidAutoScalingGroupException, _super);
|
|
993
|
+
function InvalidAutoScalingGroupException(opts) {
|
|
994
|
+
var _this = _super.call(this, __assign({ name: "InvalidAutoScalingGroupException", $fault: "client" }, opts)) || this;
|
|
995
|
+
_this.name = "InvalidAutoScalingGroupException";
|
|
996
|
+
_this.$fault = "client";
|
|
997
|
+
Object.setPrototypeOf(_this, InvalidAutoScalingGroupException.prototype);
|
|
998
|
+
return _this;
|
|
999
|
+
}
|
|
1000
|
+
return InvalidAutoScalingGroupException;
|
|
1001
|
+
}(__BaseException));
|
|
1002
|
+
export { InvalidAutoScalingGroupException };
|
|
1003
|
+
var InvalidDeploymentConfigNameException = (function (_super) {
|
|
1004
|
+
__extends(InvalidDeploymentConfigNameException, _super);
|
|
1005
|
+
function InvalidDeploymentConfigNameException(opts) {
|
|
1006
|
+
var _this = _super.call(this, __assign({ name: "InvalidDeploymentConfigNameException", $fault: "client" }, opts)) || this;
|
|
1007
|
+
_this.name = "InvalidDeploymentConfigNameException";
|
|
1008
|
+
_this.$fault = "client";
|
|
1009
|
+
Object.setPrototypeOf(_this, InvalidDeploymentConfigNameException.prototype);
|
|
1010
|
+
return _this;
|
|
1011
|
+
}
|
|
1012
|
+
return InvalidDeploymentConfigNameException;
|
|
1013
|
+
}(__BaseException));
|
|
1014
|
+
export { InvalidDeploymentConfigNameException };
|
|
1015
|
+
var InvalidFileExistsBehaviorException = (function (_super) {
|
|
1016
|
+
__extends(InvalidFileExistsBehaviorException, _super);
|
|
1017
|
+
function InvalidFileExistsBehaviorException(opts) {
|
|
1018
|
+
var _this = _super.call(this, __assign({ name: "InvalidFileExistsBehaviorException", $fault: "client" }, opts)) || this;
|
|
1019
|
+
_this.name = "InvalidFileExistsBehaviorException";
|
|
1020
|
+
_this.$fault = "client";
|
|
1021
|
+
Object.setPrototypeOf(_this, InvalidFileExistsBehaviorException.prototype);
|
|
1022
|
+
return _this;
|
|
1023
|
+
}
|
|
1024
|
+
return InvalidFileExistsBehaviorException;
|
|
1025
|
+
}(__BaseException));
|
|
1026
|
+
export { InvalidFileExistsBehaviorException };
|
|
1027
|
+
var InvalidGitHubAccountTokenException = (function (_super) {
|
|
1028
|
+
__extends(InvalidGitHubAccountTokenException, _super);
|
|
1029
|
+
function InvalidGitHubAccountTokenException(opts) {
|
|
1030
|
+
var _this = _super.call(this, __assign({ name: "InvalidGitHubAccountTokenException", $fault: "client" }, opts)) || this;
|
|
1031
|
+
_this.name = "InvalidGitHubAccountTokenException";
|
|
1032
|
+
_this.$fault = "client";
|
|
1033
|
+
Object.setPrototypeOf(_this, InvalidGitHubAccountTokenException.prototype);
|
|
1034
|
+
return _this;
|
|
1035
|
+
}
|
|
1036
|
+
return InvalidGitHubAccountTokenException;
|
|
1037
|
+
}(__BaseException));
|
|
1038
|
+
export { InvalidGitHubAccountTokenException };
|
|
1039
|
+
var InvalidIgnoreApplicationStopFailuresValueException = (function (_super) {
|
|
1040
|
+
__extends(InvalidIgnoreApplicationStopFailuresValueException, _super);
|
|
1041
|
+
function InvalidIgnoreApplicationStopFailuresValueException(opts) {
|
|
1042
|
+
var _this = _super.call(this, __assign({ name: "InvalidIgnoreApplicationStopFailuresValueException", $fault: "client" }, opts)) || this;
|
|
1043
|
+
_this.name = "InvalidIgnoreApplicationStopFailuresValueException";
|
|
1044
|
+
_this.$fault = "client";
|
|
1045
|
+
Object.setPrototypeOf(_this, InvalidIgnoreApplicationStopFailuresValueException.prototype);
|
|
1046
|
+
return _this;
|
|
1047
|
+
}
|
|
1048
|
+
return InvalidIgnoreApplicationStopFailuresValueException;
|
|
1049
|
+
}(__BaseException));
|
|
1050
|
+
export { InvalidIgnoreApplicationStopFailuresValueException };
|
|
1051
|
+
var InvalidLoadBalancerInfoException = (function (_super) {
|
|
1052
|
+
__extends(InvalidLoadBalancerInfoException, _super);
|
|
1053
|
+
function InvalidLoadBalancerInfoException(opts) {
|
|
1054
|
+
var _this = _super.call(this, __assign({ name: "InvalidLoadBalancerInfoException", $fault: "client" }, opts)) || this;
|
|
1055
|
+
_this.name = "InvalidLoadBalancerInfoException";
|
|
1056
|
+
_this.$fault = "client";
|
|
1057
|
+
Object.setPrototypeOf(_this, InvalidLoadBalancerInfoException.prototype);
|
|
1058
|
+
return _this;
|
|
1059
|
+
}
|
|
1060
|
+
return InvalidLoadBalancerInfoException;
|
|
1061
|
+
}(__BaseException));
|
|
1062
|
+
export { InvalidLoadBalancerInfoException };
|
|
1063
|
+
var InvalidRoleException = (function (_super) {
|
|
1064
|
+
__extends(InvalidRoleException, _super);
|
|
1065
|
+
function InvalidRoleException(opts) {
|
|
1066
|
+
var _this = _super.call(this, __assign({ name: "InvalidRoleException", $fault: "client" }, opts)) || this;
|
|
1067
|
+
_this.name = "InvalidRoleException";
|
|
1068
|
+
_this.$fault = "client";
|
|
1069
|
+
Object.setPrototypeOf(_this, InvalidRoleException.prototype);
|
|
1070
|
+
return _this;
|
|
1071
|
+
}
|
|
1072
|
+
return InvalidRoleException;
|
|
1073
|
+
}(__BaseException));
|
|
1074
|
+
export { InvalidRoleException };
|
|
1075
|
+
var InvalidTargetInstancesException = (function (_super) {
|
|
1076
|
+
__extends(InvalidTargetInstancesException, _super);
|
|
1077
|
+
function InvalidTargetInstancesException(opts) {
|
|
1078
|
+
var _this = _super.call(this, __assign({ name: "InvalidTargetInstancesException", $fault: "client" }, opts)) || this;
|
|
1079
|
+
_this.name = "InvalidTargetInstancesException";
|
|
1080
|
+
_this.$fault = "client";
|
|
1081
|
+
Object.setPrototypeOf(_this, InvalidTargetInstancesException.prototype);
|
|
1082
|
+
return _this;
|
|
1083
|
+
}
|
|
1084
|
+
return InvalidTargetInstancesException;
|
|
1085
|
+
}(__BaseException));
|
|
1086
|
+
export { InvalidTargetInstancesException };
|
|
1087
|
+
var InvalidTrafficRoutingConfigurationException = (function (_super) {
|
|
1088
|
+
__extends(InvalidTrafficRoutingConfigurationException, _super);
|
|
1089
|
+
function InvalidTrafficRoutingConfigurationException(opts) {
|
|
1090
|
+
var _this = _super.call(this, __assign({ name: "InvalidTrafficRoutingConfigurationException", $fault: "client" }, opts)) || this;
|
|
1091
|
+
_this.name = "InvalidTrafficRoutingConfigurationException";
|
|
1092
|
+
_this.$fault = "client";
|
|
1093
|
+
Object.setPrototypeOf(_this, InvalidTrafficRoutingConfigurationException.prototype);
|
|
1094
|
+
return _this;
|
|
1095
|
+
}
|
|
1096
|
+
return InvalidTrafficRoutingConfigurationException;
|
|
1097
|
+
}(__BaseException));
|
|
1098
|
+
export { InvalidTrafficRoutingConfigurationException };
|
|
1099
|
+
var InvalidUpdateOutdatedInstancesOnlyValueException = (function (_super) {
|
|
1100
|
+
__extends(InvalidUpdateOutdatedInstancesOnlyValueException, _super);
|
|
1101
|
+
function InvalidUpdateOutdatedInstancesOnlyValueException(opts) {
|
|
1102
|
+
var _this = _super.call(this, __assign({ name: "InvalidUpdateOutdatedInstancesOnlyValueException", $fault: "client" }, opts)) || this;
|
|
1103
|
+
_this.name = "InvalidUpdateOutdatedInstancesOnlyValueException";
|
|
1104
|
+
_this.$fault = "client";
|
|
1105
|
+
Object.setPrototypeOf(_this, InvalidUpdateOutdatedInstancesOnlyValueException.prototype);
|
|
1106
|
+
return _this;
|
|
1107
|
+
}
|
|
1108
|
+
return InvalidUpdateOutdatedInstancesOnlyValueException;
|
|
1109
|
+
}(__BaseException));
|
|
1110
|
+
export { InvalidUpdateOutdatedInstancesOnlyValueException };
|
|
1111
|
+
var RevisionDoesNotExistException = (function (_super) {
|
|
1112
|
+
__extends(RevisionDoesNotExistException, _super);
|
|
1113
|
+
function RevisionDoesNotExistException(opts) {
|
|
1114
|
+
var _this = _super.call(this, __assign({ name: "RevisionDoesNotExistException", $fault: "client" }, opts)) || this;
|
|
1115
|
+
_this.name = "RevisionDoesNotExistException";
|
|
1116
|
+
_this.$fault = "client";
|
|
1117
|
+
Object.setPrototypeOf(_this, RevisionDoesNotExistException.prototype);
|
|
1118
|
+
return _this;
|
|
1119
|
+
}
|
|
1120
|
+
return RevisionDoesNotExistException;
|
|
1121
|
+
}(__BaseException));
|
|
1122
|
+
export { RevisionDoesNotExistException };
|
|
1123
|
+
var ThrottlingException = (function (_super) {
|
|
1124
|
+
__extends(ThrottlingException, _super);
|
|
1125
|
+
function ThrottlingException(opts) {
|
|
1126
|
+
var _this = _super.call(this, __assign({ name: "ThrottlingException", $fault: "client" }, opts)) || this;
|
|
1127
|
+
_this.name = "ThrottlingException";
|
|
1128
|
+
_this.$fault = "client";
|
|
1129
|
+
Object.setPrototypeOf(_this, ThrottlingException.prototype);
|
|
1130
|
+
return _this;
|
|
1131
|
+
}
|
|
1132
|
+
return ThrottlingException;
|
|
1133
|
+
}(__BaseException));
|
|
1134
|
+
export { ThrottlingException };
|
|
486
1135
|
export var MinimumHealthyHosts;
|
|
487
1136
|
(function (MinimumHealthyHosts) {
|
|
488
1137
|
MinimumHealthyHosts.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
@@ -513,6 +1162,54 @@ export var CreateDeploymentConfigOutput;
|
|
|
513
1162
|
(function (CreateDeploymentConfigOutput) {
|
|
514
1163
|
CreateDeploymentConfigOutput.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
515
1164
|
})(CreateDeploymentConfigOutput || (CreateDeploymentConfigOutput = {}));
|
|
1165
|
+
var DeploymentConfigAlreadyExistsException = (function (_super) {
|
|
1166
|
+
__extends(DeploymentConfigAlreadyExistsException, _super);
|
|
1167
|
+
function DeploymentConfigAlreadyExistsException(opts) {
|
|
1168
|
+
var _this = _super.call(this, __assign({ name: "DeploymentConfigAlreadyExistsException", $fault: "client" }, opts)) || this;
|
|
1169
|
+
_this.name = "DeploymentConfigAlreadyExistsException";
|
|
1170
|
+
_this.$fault = "client";
|
|
1171
|
+
Object.setPrototypeOf(_this, DeploymentConfigAlreadyExistsException.prototype);
|
|
1172
|
+
return _this;
|
|
1173
|
+
}
|
|
1174
|
+
return DeploymentConfigAlreadyExistsException;
|
|
1175
|
+
}(__BaseException));
|
|
1176
|
+
export { DeploymentConfigAlreadyExistsException };
|
|
1177
|
+
var DeploymentConfigLimitExceededException = (function (_super) {
|
|
1178
|
+
__extends(DeploymentConfigLimitExceededException, _super);
|
|
1179
|
+
function DeploymentConfigLimitExceededException(opts) {
|
|
1180
|
+
var _this = _super.call(this, __assign({ name: "DeploymentConfigLimitExceededException", $fault: "client" }, opts)) || this;
|
|
1181
|
+
_this.name = "DeploymentConfigLimitExceededException";
|
|
1182
|
+
_this.$fault = "client";
|
|
1183
|
+
Object.setPrototypeOf(_this, DeploymentConfigLimitExceededException.prototype);
|
|
1184
|
+
return _this;
|
|
1185
|
+
}
|
|
1186
|
+
return DeploymentConfigLimitExceededException;
|
|
1187
|
+
}(__BaseException));
|
|
1188
|
+
export { DeploymentConfigLimitExceededException };
|
|
1189
|
+
var DeploymentConfigNameRequiredException = (function (_super) {
|
|
1190
|
+
__extends(DeploymentConfigNameRequiredException, _super);
|
|
1191
|
+
function DeploymentConfigNameRequiredException(opts) {
|
|
1192
|
+
var _this = _super.call(this, __assign({ name: "DeploymentConfigNameRequiredException", $fault: "client" }, opts)) || this;
|
|
1193
|
+
_this.name = "DeploymentConfigNameRequiredException";
|
|
1194
|
+
_this.$fault = "client";
|
|
1195
|
+
Object.setPrototypeOf(_this, DeploymentConfigNameRequiredException.prototype);
|
|
1196
|
+
return _this;
|
|
1197
|
+
}
|
|
1198
|
+
return DeploymentConfigNameRequiredException;
|
|
1199
|
+
}(__BaseException));
|
|
1200
|
+
export { DeploymentConfigNameRequiredException };
|
|
1201
|
+
var InvalidMinimumHealthyHostValueException = (function (_super) {
|
|
1202
|
+
__extends(InvalidMinimumHealthyHostValueException, _super);
|
|
1203
|
+
function InvalidMinimumHealthyHostValueException(opts) {
|
|
1204
|
+
var _this = _super.call(this, __assign({ name: "InvalidMinimumHealthyHostValueException", $fault: "client" }, opts)) || this;
|
|
1205
|
+
_this.name = "InvalidMinimumHealthyHostValueException";
|
|
1206
|
+
_this.$fault = "client";
|
|
1207
|
+
Object.setPrototypeOf(_this, InvalidMinimumHealthyHostValueException.prototype);
|
|
1208
|
+
return _this;
|
|
1209
|
+
}
|
|
1210
|
+
return InvalidMinimumHealthyHostValueException;
|
|
1211
|
+
}(__BaseException));
|
|
1212
|
+
export { InvalidMinimumHealthyHostValueException };
|
|
516
1213
|
export var CreateDeploymentGroupInput;
|
|
517
1214
|
(function (CreateDeploymentGroupInput) {
|
|
518
1215
|
CreateDeploymentGroupInput.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
@@ -521,6 +1218,210 @@ export var CreateDeploymentGroupOutput;
|
|
|
521
1218
|
(function (CreateDeploymentGroupOutput) {
|
|
522
1219
|
CreateDeploymentGroupOutput.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
523
1220
|
})(CreateDeploymentGroupOutput || (CreateDeploymentGroupOutput = {}));
|
|
1221
|
+
var DeploymentGroupAlreadyExistsException = (function (_super) {
|
|
1222
|
+
__extends(DeploymentGroupAlreadyExistsException, _super);
|
|
1223
|
+
function DeploymentGroupAlreadyExistsException(opts) {
|
|
1224
|
+
var _this = _super.call(this, __assign({ name: "DeploymentGroupAlreadyExistsException", $fault: "client" }, opts)) || this;
|
|
1225
|
+
_this.name = "DeploymentGroupAlreadyExistsException";
|
|
1226
|
+
_this.$fault = "client";
|
|
1227
|
+
Object.setPrototypeOf(_this, DeploymentGroupAlreadyExistsException.prototype);
|
|
1228
|
+
return _this;
|
|
1229
|
+
}
|
|
1230
|
+
return DeploymentGroupAlreadyExistsException;
|
|
1231
|
+
}(__BaseException));
|
|
1232
|
+
export { DeploymentGroupAlreadyExistsException };
|
|
1233
|
+
var DeploymentGroupLimitExceededException = (function (_super) {
|
|
1234
|
+
__extends(DeploymentGroupLimitExceededException, _super);
|
|
1235
|
+
function DeploymentGroupLimitExceededException(opts) {
|
|
1236
|
+
var _this = _super.call(this, __assign({ name: "DeploymentGroupLimitExceededException", $fault: "client" }, opts)) || this;
|
|
1237
|
+
_this.name = "DeploymentGroupLimitExceededException";
|
|
1238
|
+
_this.$fault = "client";
|
|
1239
|
+
Object.setPrototypeOf(_this, DeploymentGroupLimitExceededException.prototype);
|
|
1240
|
+
return _this;
|
|
1241
|
+
}
|
|
1242
|
+
return DeploymentGroupLimitExceededException;
|
|
1243
|
+
}(__BaseException));
|
|
1244
|
+
export { DeploymentGroupLimitExceededException };
|
|
1245
|
+
var ECSServiceMappingLimitExceededException = (function (_super) {
|
|
1246
|
+
__extends(ECSServiceMappingLimitExceededException, _super);
|
|
1247
|
+
function ECSServiceMappingLimitExceededException(opts) {
|
|
1248
|
+
var _this = _super.call(this, __assign({ name: "ECSServiceMappingLimitExceededException", $fault: "client" }, opts)) || this;
|
|
1249
|
+
_this.name = "ECSServiceMappingLimitExceededException";
|
|
1250
|
+
_this.$fault = "client";
|
|
1251
|
+
Object.setPrototypeOf(_this, ECSServiceMappingLimitExceededException.prototype);
|
|
1252
|
+
return _this;
|
|
1253
|
+
}
|
|
1254
|
+
return ECSServiceMappingLimitExceededException;
|
|
1255
|
+
}(__BaseException));
|
|
1256
|
+
export { ECSServiceMappingLimitExceededException };
|
|
1257
|
+
var InvalidAlarmConfigException = (function (_super) {
|
|
1258
|
+
__extends(InvalidAlarmConfigException, _super);
|
|
1259
|
+
function InvalidAlarmConfigException(opts) {
|
|
1260
|
+
var _this = _super.call(this, __assign({ name: "InvalidAlarmConfigException", $fault: "client" }, opts)) || this;
|
|
1261
|
+
_this.name = "InvalidAlarmConfigException";
|
|
1262
|
+
_this.$fault = "client";
|
|
1263
|
+
Object.setPrototypeOf(_this, InvalidAlarmConfigException.prototype);
|
|
1264
|
+
return _this;
|
|
1265
|
+
}
|
|
1266
|
+
return InvalidAlarmConfigException;
|
|
1267
|
+
}(__BaseException));
|
|
1268
|
+
export { InvalidAlarmConfigException };
|
|
1269
|
+
var InvalidBlueGreenDeploymentConfigurationException = (function (_super) {
|
|
1270
|
+
__extends(InvalidBlueGreenDeploymentConfigurationException, _super);
|
|
1271
|
+
function InvalidBlueGreenDeploymentConfigurationException(opts) {
|
|
1272
|
+
var _this = _super.call(this, __assign({ name: "InvalidBlueGreenDeploymentConfigurationException", $fault: "client" }, opts)) || this;
|
|
1273
|
+
_this.name = "InvalidBlueGreenDeploymentConfigurationException";
|
|
1274
|
+
_this.$fault = "client";
|
|
1275
|
+
Object.setPrototypeOf(_this, InvalidBlueGreenDeploymentConfigurationException.prototype);
|
|
1276
|
+
return _this;
|
|
1277
|
+
}
|
|
1278
|
+
return InvalidBlueGreenDeploymentConfigurationException;
|
|
1279
|
+
}(__BaseException));
|
|
1280
|
+
export { InvalidBlueGreenDeploymentConfigurationException };
|
|
1281
|
+
var InvalidDeploymentStyleException = (function (_super) {
|
|
1282
|
+
__extends(InvalidDeploymentStyleException, _super);
|
|
1283
|
+
function InvalidDeploymentStyleException(opts) {
|
|
1284
|
+
var _this = _super.call(this, __assign({ name: "InvalidDeploymentStyleException", $fault: "client" }, opts)) || this;
|
|
1285
|
+
_this.name = "InvalidDeploymentStyleException";
|
|
1286
|
+
_this.$fault = "client";
|
|
1287
|
+
Object.setPrototypeOf(_this, InvalidDeploymentStyleException.prototype);
|
|
1288
|
+
return _this;
|
|
1289
|
+
}
|
|
1290
|
+
return InvalidDeploymentStyleException;
|
|
1291
|
+
}(__BaseException));
|
|
1292
|
+
export { InvalidDeploymentStyleException };
|
|
1293
|
+
var InvalidEC2TagCombinationException = (function (_super) {
|
|
1294
|
+
__extends(InvalidEC2TagCombinationException, _super);
|
|
1295
|
+
function InvalidEC2TagCombinationException(opts) {
|
|
1296
|
+
var _this = _super.call(this, __assign({ name: "InvalidEC2TagCombinationException", $fault: "client" }, opts)) || this;
|
|
1297
|
+
_this.name = "InvalidEC2TagCombinationException";
|
|
1298
|
+
_this.$fault = "client";
|
|
1299
|
+
Object.setPrototypeOf(_this, InvalidEC2TagCombinationException.prototype);
|
|
1300
|
+
return _this;
|
|
1301
|
+
}
|
|
1302
|
+
return InvalidEC2TagCombinationException;
|
|
1303
|
+
}(__BaseException));
|
|
1304
|
+
export { InvalidEC2TagCombinationException };
|
|
1305
|
+
var InvalidEC2TagException = (function (_super) {
|
|
1306
|
+
__extends(InvalidEC2TagException, _super);
|
|
1307
|
+
function InvalidEC2TagException(opts) {
|
|
1308
|
+
var _this = _super.call(this, __assign({ name: "InvalidEC2TagException", $fault: "client" }, opts)) || this;
|
|
1309
|
+
_this.name = "InvalidEC2TagException";
|
|
1310
|
+
_this.$fault = "client";
|
|
1311
|
+
Object.setPrototypeOf(_this, InvalidEC2TagException.prototype);
|
|
1312
|
+
return _this;
|
|
1313
|
+
}
|
|
1314
|
+
return InvalidEC2TagException;
|
|
1315
|
+
}(__BaseException));
|
|
1316
|
+
export { InvalidEC2TagException };
|
|
1317
|
+
var InvalidECSServiceException = (function (_super) {
|
|
1318
|
+
__extends(InvalidECSServiceException, _super);
|
|
1319
|
+
function InvalidECSServiceException(opts) {
|
|
1320
|
+
var _this = _super.call(this, __assign({ name: "InvalidECSServiceException", $fault: "client" }, opts)) || this;
|
|
1321
|
+
_this.name = "InvalidECSServiceException";
|
|
1322
|
+
_this.$fault = "client";
|
|
1323
|
+
Object.setPrototypeOf(_this, InvalidECSServiceException.prototype);
|
|
1324
|
+
return _this;
|
|
1325
|
+
}
|
|
1326
|
+
return InvalidECSServiceException;
|
|
1327
|
+
}(__BaseException));
|
|
1328
|
+
export { InvalidECSServiceException };
|
|
1329
|
+
var InvalidInputException = (function (_super) {
|
|
1330
|
+
__extends(InvalidInputException, _super);
|
|
1331
|
+
function InvalidInputException(opts) {
|
|
1332
|
+
var _this = _super.call(this, __assign({ name: "InvalidInputException", $fault: "client" }, opts)) || this;
|
|
1333
|
+
_this.name = "InvalidInputException";
|
|
1334
|
+
_this.$fault = "client";
|
|
1335
|
+
Object.setPrototypeOf(_this, InvalidInputException.prototype);
|
|
1336
|
+
return _this;
|
|
1337
|
+
}
|
|
1338
|
+
return InvalidInputException;
|
|
1339
|
+
}(__BaseException));
|
|
1340
|
+
export { InvalidInputException };
|
|
1341
|
+
var InvalidOnPremisesTagCombinationException = (function (_super) {
|
|
1342
|
+
__extends(InvalidOnPremisesTagCombinationException, _super);
|
|
1343
|
+
function InvalidOnPremisesTagCombinationException(opts) {
|
|
1344
|
+
var _this = _super.call(this, __assign({ name: "InvalidOnPremisesTagCombinationException", $fault: "client" }, opts)) || this;
|
|
1345
|
+
_this.name = "InvalidOnPremisesTagCombinationException";
|
|
1346
|
+
_this.$fault = "client";
|
|
1347
|
+
Object.setPrototypeOf(_this, InvalidOnPremisesTagCombinationException.prototype);
|
|
1348
|
+
return _this;
|
|
1349
|
+
}
|
|
1350
|
+
return InvalidOnPremisesTagCombinationException;
|
|
1351
|
+
}(__BaseException));
|
|
1352
|
+
export { InvalidOnPremisesTagCombinationException };
|
|
1353
|
+
var InvalidTargetGroupPairException = (function (_super) {
|
|
1354
|
+
__extends(InvalidTargetGroupPairException, _super);
|
|
1355
|
+
function InvalidTargetGroupPairException(opts) {
|
|
1356
|
+
var _this = _super.call(this, __assign({ name: "InvalidTargetGroupPairException", $fault: "client" }, opts)) || this;
|
|
1357
|
+
_this.name = "InvalidTargetGroupPairException";
|
|
1358
|
+
_this.$fault = "client";
|
|
1359
|
+
Object.setPrototypeOf(_this, InvalidTargetGroupPairException.prototype);
|
|
1360
|
+
return _this;
|
|
1361
|
+
}
|
|
1362
|
+
return InvalidTargetGroupPairException;
|
|
1363
|
+
}(__BaseException));
|
|
1364
|
+
export { InvalidTargetGroupPairException };
|
|
1365
|
+
var InvalidTriggerConfigException = (function (_super) {
|
|
1366
|
+
__extends(InvalidTriggerConfigException, _super);
|
|
1367
|
+
function InvalidTriggerConfigException(opts) {
|
|
1368
|
+
var _this = _super.call(this, __assign({ name: "InvalidTriggerConfigException", $fault: "client" }, opts)) || this;
|
|
1369
|
+
_this.name = "InvalidTriggerConfigException";
|
|
1370
|
+
_this.$fault = "client";
|
|
1371
|
+
Object.setPrototypeOf(_this, InvalidTriggerConfigException.prototype);
|
|
1372
|
+
return _this;
|
|
1373
|
+
}
|
|
1374
|
+
return InvalidTriggerConfigException;
|
|
1375
|
+
}(__BaseException));
|
|
1376
|
+
export { InvalidTriggerConfigException };
|
|
1377
|
+
var LifecycleHookLimitExceededException = (function (_super) {
|
|
1378
|
+
__extends(LifecycleHookLimitExceededException, _super);
|
|
1379
|
+
function LifecycleHookLimitExceededException(opts) {
|
|
1380
|
+
var _this = _super.call(this, __assign({ name: "LifecycleHookLimitExceededException", $fault: "client" }, opts)) || this;
|
|
1381
|
+
_this.name = "LifecycleHookLimitExceededException";
|
|
1382
|
+
_this.$fault = "client";
|
|
1383
|
+
Object.setPrototypeOf(_this, LifecycleHookLimitExceededException.prototype);
|
|
1384
|
+
return _this;
|
|
1385
|
+
}
|
|
1386
|
+
return LifecycleHookLimitExceededException;
|
|
1387
|
+
}(__BaseException));
|
|
1388
|
+
export { LifecycleHookLimitExceededException };
|
|
1389
|
+
var RoleRequiredException = (function (_super) {
|
|
1390
|
+
__extends(RoleRequiredException, _super);
|
|
1391
|
+
function RoleRequiredException(opts) {
|
|
1392
|
+
var _this = _super.call(this, __assign({ name: "RoleRequiredException", $fault: "client" }, opts)) || this;
|
|
1393
|
+
_this.name = "RoleRequiredException";
|
|
1394
|
+
_this.$fault = "client";
|
|
1395
|
+
Object.setPrototypeOf(_this, RoleRequiredException.prototype);
|
|
1396
|
+
return _this;
|
|
1397
|
+
}
|
|
1398
|
+
return RoleRequiredException;
|
|
1399
|
+
}(__BaseException));
|
|
1400
|
+
export { RoleRequiredException };
|
|
1401
|
+
var TagSetListLimitExceededException = (function (_super) {
|
|
1402
|
+
__extends(TagSetListLimitExceededException, _super);
|
|
1403
|
+
function TagSetListLimitExceededException(opts) {
|
|
1404
|
+
var _this = _super.call(this, __assign({ name: "TagSetListLimitExceededException", $fault: "client" }, opts)) || this;
|
|
1405
|
+
_this.name = "TagSetListLimitExceededException";
|
|
1406
|
+
_this.$fault = "client";
|
|
1407
|
+
Object.setPrototypeOf(_this, TagSetListLimitExceededException.prototype);
|
|
1408
|
+
return _this;
|
|
1409
|
+
}
|
|
1410
|
+
return TagSetListLimitExceededException;
|
|
1411
|
+
}(__BaseException));
|
|
1412
|
+
export { TagSetListLimitExceededException };
|
|
1413
|
+
var TriggerTargetsLimitExceededException = (function (_super) {
|
|
1414
|
+
__extends(TriggerTargetsLimitExceededException, _super);
|
|
1415
|
+
function TriggerTargetsLimitExceededException(opts) {
|
|
1416
|
+
var _this = _super.call(this, __assign({ name: "TriggerTargetsLimitExceededException", $fault: "client" }, opts)) || this;
|
|
1417
|
+
_this.name = "TriggerTargetsLimitExceededException";
|
|
1418
|
+
_this.$fault = "client";
|
|
1419
|
+
Object.setPrototypeOf(_this, TriggerTargetsLimitExceededException.prototype);
|
|
1420
|
+
return _this;
|
|
1421
|
+
}
|
|
1422
|
+
return TriggerTargetsLimitExceededException;
|
|
1423
|
+
}(__BaseException));
|
|
1424
|
+
export { TriggerTargetsLimitExceededException };
|
|
524
1425
|
export var DeleteApplicationInput;
|
|
525
1426
|
(function (DeleteApplicationInput) {
|
|
526
1427
|
DeleteApplicationInput.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
@@ -529,6 +1430,30 @@ export var DeleteDeploymentConfigInput;
|
|
|
529
1430
|
(function (DeleteDeploymentConfigInput) {
|
|
530
1431
|
DeleteDeploymentConfigInput.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
531
1432
|
})(DeleteDeploymentConfigInput || (DeleteDeploymentConfigInput = {}));
|
|
1433
|
+
var DeploymentConfigInUseException = (function (_super) {
|
|
1434
|
+
__extends(DeploymentConfigInUseException, _super);
|
|
1435
|
+
function DeploymentConfigInUseException(opts) {
|
|
1436
|
+
var _this = _super.call(this, __assign({ name: "DeploymentConfigInUseException", $fault: "client" }, opts)) || this;
|
|
1437
|
+
_this.name = "DeploymentConfigInUseException";
|
|
1438
|
+
_this.$fault = "client";
|
|
1439
|
+
Object.setPrototypeOf(_this, DeploymentConfigInUseException.prototype);
|
|
1440
|
+
return _this;
|
|
1441
|
+
}
|
|
1442
|
+
return DeploymentConfigInUseException;
|
|
1443
|
+
}(__BaseException));
|
|
1444
|
+
export { DeploymentConfigInUseException };
|
|
1445
|
+
var InvalidOperationException = (function (_super) {
|
|
1446
|
+
__extends(InvalidOperationException, _super);
|
|
1447
|
+
function InvalidOperationException(opts) {
|
|
1448
|
+
var _this = _super.call(this, __assign({ name: "InvalidOperationException", $fault: "client" }, opts)) || this;
|
|
1449
|
+
_this.name = "InvalidOperationException";
|
|
1450
|
+
_this.$fault = "client";
|
|
1451
|
+
Object.setPrototypeOf(_this, InvalidOperationException.prototype);
|
|
1452
|
+
return _this;
|
|
1453
|
+
}
|
|
1454
|
+
return InvalidOperationException;
|
|
1455
|
+
}(__BaseException));
|
|
1456
|
+
export { InvalidOperationException };
|
|
532
1457
|
export var DeleteDeploymentGroupInput;
|
|
533
1458
|
(function (DeleteDeploymentGroupInput) {
|
|
534
1459
|
DeleteDeploymentGroupInput.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
@@ -545,6 +1470,66 @@ export var DeleteGitHubAccountTokenOutput;
|
|
|
545
1470
|
(function (DeleteGitHubAccountTokenOutput) {
|
|
546
1471
|
DeleteGitHubAccountTokenOutput.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
547
1472
|
})(DeleteGitHubAccountTokenOutput || (DeleteGitHubAccountTokenOutput = {}));
|
|
1473
|
+
var GitHubAccountTokenDoesNotExistException = (function (_super) {
|
|
1474
|
+
__extends(GitHubAccountTokenDoesNotExistException, _super);
|
|
1475
|
+
function GitHubAccountTokenDoesNotExistException(opts) {
|
|
1476
|
+
var _this = _super.call(this, __assign({ name: "GitHubAccountTokenDoesNotExistException", $fault: "client" }, opts)) || this;
|
|
1477
|
+
_this.name = "GitHubAccountTokenDoesNotExistException";
|
|
1478
|
+
_this.$fault = "client";
|
|
1479
|
+
Object.setPrototypeOf(_this, GitHubAccountTokenDoesNotExistException.prototype);
|
|
1480
|
+
return _this;
|
|
1481
|
+
}
|
|
1482
|
+
return GitHubAccountTokenDoesNotExistException;
|
|
1483
|
+
}(__BaseException));
|
|
1484
|
+
export { GitHubAccountTokenDoesNotExistException };
|
|
1485
|
+
var GitHubAccountTokenNameRequiredException = (function (_super) {
|
|
1486
|
+
__extends(GitHubAccountTokenNameRequiredException, _super);
|
|
1487
|
+
function GitHubAccountTokenNameRequiredException(opts) {
|
|
1488
|
+
var _this = _super.call(this, __assign({ name: "GitHubAccountTokenNameRequiredException", $fault: "client" }, opts)) || this;
|
|
1489
|
+
_this.name = "GitHubAccountTokenNameRequiredException";
|
|
1490
|
+
_this.$fault = "client";
|
|
1491
|
+
Object.setPrototypeOf(_this, GitHubAccountTokenNameRequiredException.prototype);
|
|
1492
|
+
return _this;
|
|
1493
|
+
}
|
|
1494
|
+
return GitHubAccountTokenNameRequiredException;
|
|
1495
|
+
}(__BaseException));
|
|
1496
|
+
export { GitHubAccountTokenNameRequiredException };
|
|
1497
|
+
var InvalidGitHubAccountTokenNameException = (function (_super) {
|
|
1498
|
+
__extends(InvalidGitHubAccountTokenNameException, _super);
|
|
1499
|
+
function InvalidGitHubAccountTokenNameException(opts) {
|
|
1500
|
+
var _this = _super.call(this, __assign({ name: "InvalidGitHubAccountTokenNameException", $fault: "client" }, opts)) || this;
|
|
1501
|
+
_this.name = "InvalidGitHubAccountTokenNameException";
|
|
1502
|
+
_this.$fault = "client";
|
|
1503
|
+
Object.setPrototypeOf(_this, InvalidGitHubAccountTokenNameException.prototype);
|
|
1504
|
+
return _this;
|
|
1505
|
+
}
|
|
1506
|
+
return InvalidGitHubAccountTokenNameException;
|
|
1507
|
+
}(__BaseException));
|
|
1508
|
+
export { InvalidGitHubAccountTokenNameException };
|
|
1509
|
+
var OperationNotSupportedException = (function (_super) {
|
|
1510
|
+
__extends(OperationNotSupportedException, _super);
|
|
1511
|
+
function OperationNotSupportedException(opts) {
|
|
1512
|
+
var _this = _super.call(this, __assign({ name: "OperationNotSupportedException", $fault: "client" }, opts)) || this;
|
|
1513
|
+
_this.name = "OperationNotSupportedException";
|
|
1514
|
+
_this.$fault = "client";
|
|
1515
|
+
Object.setPrototypeOf(_this, OperationNotSupportedException.prototype);
|
|
1516
|
+
return _this;
|
|
1517
|
+
}
|
|
1518
|
+
return OperationNotSupportedException;
|
|
1519
|
+
}(__BaseException));
|
|
1520
|
+
export { OperationNotSupportedException };
|
|
1521
|
+
var ResourceValidationException = (function (_super) {
|
|
1522
|
+
__extends(ResourceValidationException, _super);
|
|
1523
|
+
function ResourceValidationException(opts) {
|
|
1524
|
+
var _this = _super.call(this, __assign({ name: "ResourceValidationException", $fault: "client" }, opts)) || this;
|
|
1525
|
+
_this.name = "ResourceValidationException";
|
|
1526
|
+
_this.$fault = "client";
|
|
1527
|
+
Object.setPrototypeOf(_this, ResourceValidationException.prototype);
|
|
1528
|
+
return _this;
|
|
1529
|
+
}
|
|
1530
|
+
return ResourceValidationException;
|
|
1531
|
+
}(__BaseException));
|
|
1532
|
+
export { ResourceValidationException };
|
|
548
1533
|
export var DeleteResourcesByExternalIdInput;
|
|
549
1534
|
(function (DeleteResourcesByExternalIdInput) {
|
|
550
1535
|
DeleteResourcesByExternalIdInput.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
@@ -625,6 +1610,78 @@ export var GetOnPremisesInstanceOutput;
|
|
|
625
1610
|
(function (GetOnPremisesInstanceOutput) {
|
|
626
1611
|
GetOnPremisesInstanceOutput.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
627
1612
|
})(GetOnPremisesInstanceOutput || (GetOnPremisesInstanceOutput = {}));
|
|
1613
|
+
var InvalidBucketNameFilterException = (function (_super) {
|
|
1614
|
+
__extends(InvalidBucketNameFilterException, _super);
|
|
1615
|
+
function InvalidBucketNameFilterException(opts) {
|
|
1616
|
+
var _this = _super.call(this, __assign({ name: "InvalidBucketNameFilterException", $fault: "client" }, opts)) || this;
|
|
1617
|
+
_this.name = "InvalidBucketNameFilterException";
|
|
1618
|
+
_this.$fault = "client";
|
|
1619
|
+
Object.setPrototypeOf(_this, InvalidBucketNameFilterException.prototype);
|
|
1620
|
+
return _this;
|
|
1621
|
+
}
|
|
1622
|
+
return InvalidBucketNameFilterException;
|
|
1623
|
+
}(__BaseException));
|
|
1624
|
+
export { InvalidBucketNameFilterException };
|
|
1625
|
+
var InvalidDeployedStateFilterException = (function (_super) {
|
|
1626
|
+
__extends(InvalidDeployedStateFilterException, _super);
|
|
1627
|
+
function InvalidDeployedStateFilterException(opts) {
|
|
1628
|
+
var _this = _super.call(this, __assign({ name: "InvalidDeployedStateFilterException", $fault: "client" }, opts)) || this;
|
|
1629
|
+
_this.name = "InvalidDeployedStateFilterException";
|
|
1630
|
+
_this.$fault = "client";
|
|
1631
|
+
Object.setPrototypeOf(_this, InvalidDeployedStateFilterException.prototype);
|
|
1632
|
+
return _this;
|
|
1633
|
+
}
|
|
1634
|
+
return InvalidDeployedStateFilterException;
|
|
1635
|
+
}(__BaseException));
|
|
1636
|
+
export { InvalidDeployedStateFilterException };
|
|
1637
|
+
var InvalidKeyPrefixFilterException = (function (_super) {
|
|
1638
|
+
__extends(InvalidKeyPrefixFilterException, _super);
|
|
1639
|
+
function InvalidKeyPrefixFilterException(opts) {
|
|
1640
|
+
var _this = _super.call(this, __assign({ name: "InvalidKeyPrefixFilterException", $fault: "client" }, opts)) || this;
|
|
1641
|
+
_this.name = "InvalidKeyPrefixFilterException";
|
|
1642
|
+
_this.$fault = "client";
|
|
1643
|
+
Object.setPrototypeOf(_this, InvalidKeyPrefixFilterException.prototype);
|
|
1644
|
+
return _this;
|
|
1645
|
+
}
|
|
1646
|
+
return InvalidKeyPrefixFilterException;
|
|
1647
|
+
}(__BaseException));
|
|
1648
|
+
export { InvalidKeyPrefixFilterException };
|
|
1649
|
+
var InvalidNextTokenException = (function (_super) {
|
|
1650
|
+
__extends(InvalidNextTokenException, _super);
|
|
1651
|
+
function InvalidNextTokenException(opts) {
|
|
1652
|
+
var _this = _super.call(this, __assign({ name: "InvalidNextTokenException", $fault: "client" }, opts)) || this;
|
|
1653
|
+
_this.name = "InvalidNextTokenException";
|
|
1654
|
+
_this.$fault = "client";
|
|
1655
|
+
Object.setPrototypeOf(_this, InvalidNextTokenException.prototype);
|
|
1656
|
+
return _this;
|
|
1657
|
+
}
|
|
1658
|
+
return InvalidNextTokenException;
|
|
1659
|
+
}(__BaseException));
|
|
1660
|
+
export { InvalidNextTokenException };
|
|
1661
|
+
var InvalidSortByException = (function (_super) {
|
|
1662
|
+
__extends(InvalidSortByException, _super);
|
|
1663
|
+
function InvalidSortByException(opts) {
|
|
1664
|
+
var _this = _super.call(this, __assign({ name: "InvalidSortByException", $fault: "client" }, opts)) || this;
|
|
1665
|
+
_this.name = "InvalidSortByException";
|
|
1666
|
+
_this.$fault = "client";
|
|
1667
|
+
Object.setPrototypeOf(_this, InvalidSortByException.prototype);
|
|
1668
|
+
return _this;
|
|
1669
|
+
}
|
|
1670
|
+
return InvalidSortByException;
|
|
1671
|
+
}(__BaseException));
|
|
1672
|
+
export { InvalidSortByException };
|
|
1673
|
+
var InvalidSortOrderException = (function (_super) {
|
|
1674
|
+
__extends(InvalidSortOrderException, _super);
|
|
1675
|
+
function InvalidSortOrderException(opts) {
|
|
1676
|
+
var _this = _super.call(this, __assign({ name: "InvalidSortOrderException", $fault: "client" }, opts)) || this;
|
|
1677
|
+
_this.name = "InvalidSortOrderException";
|
|
1678
|
+
_this.$fault = "client";
|
|
1679
|
+
Object.setPrototypeOf(_this, InvalidSortOrderException.prototype);
|
|
1680
|
+
return _this;
|
|
1681
|
+
}
|
|
1682
|
+
return InvalidSortOrderException;
|
|
1683
|
+
}(__BaseException));
|
|
1684
|
+
export { InvalidSortOrderException };
|
|
628
1685
|
export var ListStateFilterAction;
|
|
629
1686
|
(function (ListStateFilterAction) {
|
|
630
1687
|
ListStateFilterAction["Exclude"] = "exclude";
|
|
@@ -668,6 +1725,54 @@ export var ListDeploymentGroupsOutput;
|
|
|
668
1725
|
(function (ListDeploymentGroupsOutput) {
|
|
669
1726
|
ListDeploymentGroupsOutput.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
670
1727
|
})(ListDeploymentGroupsOutput || (ListDeploymentGroupsOutput = {}));
|
|
1728
|
+
var InvalidDeploymentInstanceTypeException = (function (_super) {
|
|
1729
|
+
__extends(InvalidDeploymentInstanceTypeException, _super);
|
|
1730
|
+
function InvalidDeploymentInstanceTypeException(opts) {
|
|
1731
|
+
var _this = _super.call(this, __assign({ name: "InvalidDeploymentInstanceTypeException", $fault: "client" }, opts)) || this;
|
|
1732
|
+
_this.name = "InvalidDeploymentInstanceTypeException";
|
|
1733
|
+
_this.$fault = "client";
|
|
1734
|
+
Object.setPrototypeOf(_this, InvalidDeploymentInstanceTypeException.prototype);
|
|
1735
|
+
return _this;
|
|
1736
|
+
}
|
|
1737
|
+
return InvalidDeploymentInstanceTypeException;
|
|
1738
|
+
}(__BaseException));
|
|
1739
|
+
export { InvalidDeploymentInstanceTypeException };
|
|
1740
|
+
var InvalidInstanceStatusException = (function (_super) {
|
|
1741
|
+
__extends(InvalidInstanceStatusException, _super);
|
|
1742
|
+
function InvalidInstanceStatusException(opts) {
|
|
1743
|
+
var _this = _super.call(this, __assign({ name: "InvalidInstanceStatusException", $fault: "client" }, opts)) || this;
|
|
1744
|
+
_this.name = "InvalidInstanceStatusException";
|
|
1745
|
+
_this.$fault = "client";
|
|
1746
|
+
Object.setPrototypeOf(_this, InvalidInstanceStatusException.prototype);
|
|
1747
|
+
return _this;
|
|
1748
|
+
}
|
|
1749
|
+
return InvalidInstanceStatusException;
|
|
1750
|
+
}(__BaseException));
|
|
1751
|
+
export { InvalidInstanceStatusException };
|
|
1752
|
+
var InvalidInstanceTypeException = (function (_super) {
|
|
1753
|
+
__extends(InvalidInstanceTypeException, _super);
|
|
1754
|
+
function InvalidInstanceTypeException(opts) {
|
|
1755
|
+
var _this = _super.call(this, __assign({ name: "InvalidInstanceTypeException", $fault: "client" }, opts)) || this;
|
|
1756
|
+
_this.name = "InvalidInstanceTypeException";
|
|
1757
|
+
_this.$fault = "client";
|
|
1758
|
+
Object.setPrototypeOf(_this, InvalidInstanceTypeException.prototype);
|
|
1759
|
+
return _this;
|
|
1760
|
+
}
|
|
1761
|
+
return InvalidInstanceTypeException;
|
|
1762
|
+
}(__BaseException));
|
|
1763
|
+
export { InvalidInstanceTypeException };
|
|
1764
|
+
var InvalidTargetFilterNameException = (function (_super) {
|
|
1765
|
+
__extends(InvalidTargetFilterNameException, _super);
|
|
1766
|
+
function InvalidTargetFilterNameException(opts) {
|
|
1767
|
+
var _this = _super.call(this, __assign({ name: "InvalidTargetFilterNameException", $fault: "client" }, opts)) || this;
|
|
1768
|
+
_this.name = "InvalidTargetFilterNameException";
|
|
1769
|
+
_this.$fault = "client";
|
|
1770
|
+
Object.setPrototypeOf(_this, InvalidTargetFilterNameException.prototype);
|
|
1771
|
+
return _this;
|
|
1772
|
+
}
|
|
1773
|
+
return InvalidTargetFilterNameException;
|
|
1774
|
+
}(__BaseException));
|
|
1775
|
+
export { InvalidTargetFilterNameException };
|
|
671
1776
|
export var ListDeploymentInstancesInput;
|
|
672
1777
|
(function (ListDeploymentInstancesInput) {
|
|
673
1778
|
ListDeploymentInstancesInput.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
@@ -676,6 +1781,30 @@ export var ListDeploymentInstancesOutput;
|
|
|
676
1781
|
(function (ListDeploymentInstancesOutput) {
|
|
677
1782
|
ListDeploymentInstancesOutput.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
678
1783
|
})(ListDeploymentInstancesOutput || (ListDeploymentInstancesOutput = {}));
|
|
1784
|
+
var InvalidExternalIdException = (function (_super) {
|
|
1785
|
+
__extends(InvalidExternalIdException, _super);
|
|
1786
|
+
function InvalidExternalIdException(opts) {
|
|
1787
|
+
var _this = _super.call(this, __assign({ name: "InvalidExternalIdException", $fault: "client" }, opts)) || this;
|
|
1788
|
+
_this.name = "InvalidExternalIdException";
|
|
1789
|
+
_this.$fault = "client";
|
|
1790
|
+
Object.setPrototypeOf(_this, InvalidExternalIdException.prototype);
|
|
1791
|
+
return _this;
|
|
1792
|
+
}
|
|
1793
|
+
return InvalidExternalIdException;
|
|
1794
|
+
}(__BaseException));
|
|
1795
|
+
export { InvalidExternalIdException };
|
|
1796
|
+
var InvalidTimeRangeException = (function (_super) {
|
|
1797
|
+
__extends(InvalidTimeRangeException, _super);
|
|
1798
|
+
function InvalidTimeRangeException(opts) {
|
|
1799
|
+
var _this = _super.call(this, __assign({ name: "InvalidTimeRangeException", $fault: "client" }, opts)) || this;
|
|
1800
|
+
_this.name = "InvalidTimeRangeException";
|
|
1801
|
+
_this.$fault = "client";
|
|
1802
|
+
Object.setPrototypeOf(_this, InvalidTimeRangeException.prototype);
|
|
1803
|
+
return _this;
|
|
1804
|
+
}
|
|
1805
|
+
return InvalidTimeRangeException;
|
|
1806
|
+
}(__BaseException));
|
|
1807
|
+
export { InvalidTimeRangeException };
|
|
679
1808
|
export var TimeRange;
|
|
680
1809
|
(function (TimeRange) {
|
|
681
1810
|
TimeRange.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
@@ -709,6 +1838,30 @@ export var ListGitHubAccountTokenNamesOutput;
|
|
|
709
1838
|
(function (ListGitHubAccountTokenNamesOutput) {
|
|
710
1839
|
ListGitHubAccountTokenNamesOutput.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
711
1840
|
})(ListGitHubAccountTokenNamesOutput || (ListGitHubAccountTokenNamesOutput = {}));
|
|
1841
|
+
var InvalidRegistrationStatusException = (function (_super) {
|
|
1842
|
+
__extends(InvalidRegistrationStatusException, _super);
|
|
1843
|
+
function InvalidRegistrationStatusException(opts) {
|
|
1844
|
+
var _this = _super.call(this, __assign({ name: "InvalidRegistrationStatusException", $fault: "client" }, opts)) || this;
|
|
1845
|
+
_this.name = "InvalidRegistrationStatusException";
|
|
1846
|
+
_this.$fault = "client";
|
|
1847
|
+
Object.setPrototypeOf(_this, InvalidRegistrationStatusException.prototype);
|
|
1848
|
+
return _this;
|
|
1849
|
+
}
|
|
1850
|
+
return InvalidRegistrationStatusException;
|
|
1851
|
+
}(__BaseException));
|
|
1852
|
+
export { InvalidRegistrationStatusException };
|
|
1853
|
+
var InvalidTagFilterException = (function (_super) {
|
|
1854
|
+
__extends(InvalidTagFilterException, _super);
|
|
1855
|
+
function InvalidTagFilterException(opts) {
|
|
1856
|
+
var _this = _super.call(this, __assign({ name: "InvalidTagFilterException", $fault: "client" }, opts)) || this;
|
|
1857
|
+
_this.name = "InvalidTagFilterException";
|
|
1858
|
+
_this.$fault = "client";
|
|
1859
|
+
Object.setPrototypeOf(_this, InvalidTagFilterException.prototype);
|
|
1860
|
+
return _this;
|
|
1861
|
+
}
|
|
1862
|
+
return InvalidTagFilterException;
|
|
1863
|
+
}(__BaseException));
|
|
1864
|
+
export { InvalidTagFilterException };
|
|
712
1865
|
export var RegistrationStatus;
|
|
713
1866
|
(function (RegistrationStatus) {
|
|
714
1867
|
RegistrationStatus["Deregistered"] = "Deregistered";
|
|
@@ -722,6 +1875,18 @@ export var ListOnPremisesInstancesOutput;
|
|
|
722
1875
|
(function (ListOnPremisesInstancesOutput) {
|
|
723
1876
|
ListOnPremisesInstancesOutput.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
724
1877
|
})(ListOnPremisesInstancesOutput || (ListOnPremisesInstancesOutput = {}));
|
|
1878
|
+
var InvalidArnException = (function (_super) {
|
|
1879
|
+
__extends(InvalidArnException, _super);
|
|
1880
|
+
function InvalidArnException(opts) {
|
|
1881
|
+
var _this = _super.call(this, __assign({ name: "InvalidArnException", $fault: "client" }, opts)) || this;
|
|
1882
|
+
_this.name = "InvalidArnException";
|
|
1883
|
+
_this.$fault = "client";
|
|
1884
|
+
Object.setPrototypeOf(_this, InvalidArnException.prototype);
|
|
1885
|
+
return _this;
|
|
1886
|
+
}
|
|
1887
|
+
return InvalidArnException;
|
|
1888
|
+
}(__BaseException));
|
|
1889
|
+
export { InvalidArnException };
|
|
725
1890
|
export var ListTagsForResourceInput;
|
|
726
1891
|
(function (ListTagsForResourceInput) {
|
|
727
1892
|
ListTagsForResourceInput.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
@@ -730,6 +1895,54 @@ export var ListTagsForResourceOutput;
|
|
|
730
1895
|
(function (ListTagsForResourceOutput) {
|
|
731
1896
|
ListTagsForResourceOutput.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
732
1897
|
})(ListTagsForResourceOutput || (ListTagsForResourceOutput = {}));
|
|
1898
|
+
var ResourceArnRequiredException = (function (_super) {
|
|
1899
|
+
__extends(ResourceArnRequiredException, _super);
|
|
1900
|
+
function ResourceArnRequiredException(opts) {
|
|
1901
|
+
var _this = _super.call(this, __assign({ name: "ResourceArnRequiredException", $fault: "client" }, opts)) || this;
|
|
1902
|
+
_this.name = "ResourceArnRequiredException";
|
|
1903
|
+
_this.$fault = "client";
|
|
1904
|
+
Object.setPrototypeOf(_this, ResourceArnRequiredException.prototype);
|
|
1905
|
+
return _this;
|
|
1906
|
+
}
|
|
1907
|
+
return ResourceArnRequiredException;
|
|
1908
|
+
}(__BaseException));
|
|
1909
|
+
export { ResourceArnRequiredException };
|
|
1910
|
+
var InvalidLifecycleEventHookExecutionIdException = (function (_super) {
|
|
1911
|
+
__extends(InvalidLifecycleEventHookExecutionIdException, _super);
|
|
1912
|
+
function InvalidLifecycleEventHookExecutionIdException(opts) {
|
|
1913
|
+
var _this = _super.call(this, __assign({ name: "InvalidLifecycleEventHookExecutionIdException", $fault: "client" }, opts)) || this;
|
|
1914
|
+
_this.name = "InvalidLifecycleEventHookExecutionIdException";
|
|
1915
|
+
_this.$fault = "client";
|
|
1916
|
+
Object.setPrototypeOf(_this, InvalidLifecycleEventHookExecutionIdException.prototype);
|
|
1917
|
+
return _this;
|
|
1918
|
+
}
|
|
1919
|
+
return InvalidLifecycleEventHookExecutionIdException;
|
|
1920
|
+
}(__BaseException));
|
|
1921
|
+
export { InvalidLifecycleEventHookExecutionIdException };
|
|
1922
|
+
var InvalidLifecycleEventHookExecutionStatusException = (function (_super) {
|
|
1923
|
+
__extends(InvalidLifecycleEventHookExecutionStatusException, _super);
|
|
1924
|
+
function InvalidLifecycleEventHookExecutionStatusException(opts) {
|
|
1925
|
+
var _this = _super.call(this, __assign({ name: "InvalidLifecycleEventHookExecutionStatusException", $fault: "client" }, opts)) || this;
|
|
1926
|
+
_this.name = "InvalidLifecycleEventHookExecutionStatusException";
|
|
1927
|
+
_this.$fault = "client";
|
|
1928
|
+
Object.setPrototypeOf(_this, InvalidLifecycleEventHookExecutionStatusException.prototype);
|
|
1929
|
+
return _this;
|
|
1930
|
+
}
|
|
1931
|
+
return InvalidLifecycleEventHookExecutionStatusException;
|
|
1932
|
+
}(__BaseException));
|
|
1933
|
+
export { InvalidLifecycleEventHookExecutionStatusException };
|
|
1934
|
+
var LifecycleEventAlreadyCompletedException = (function (_super) {
|
|
1935
|
+
__extends(LifecycleEventAlreadyCompletedException, _super);
|
|
1936
|
+
function LifecycleEventAlreadyCompletedException(opts) {
|
|
1937
|
+
var _this = _super.call(this, __assign({ name: "LifecycleEventAlreadyCompletedException", $fault: "client" }, opts)) || this;
|
|
1938
|
+
_this.name = "LifecycleEventAlreadyCompletedException";
|
|
1939
|
+
_this.$fault = "client";
|
|
1940
|
+
Object.setPrototypeOf(_this, LifecycleEventAlreadyCompletedException.prototype);
|
|
1941
|
+
return _this;
|
|
1942
|
+
}
|
|
1943
|
+
return LifecycleEventAlreadyCompletedException;
|
|
1944
|
+
}(__BaseException));
|
|
1945
|
+
export { LifecycleEventAlreadyCompletedException };
|
|
733
1946
|
export var PutLifecycleEventHookExecutionStatusInput;
|
|
734
1947
|
(function (PutLifecycleEventHookExecutionStatusInput) {
|
|
735
1948
|
PutLifecycleEventHookExecutionStatusInput.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
@@ -742,6 +1955,102 @@ export var RegisterApplicationRevisionInput;
|
|
|
742
1955
|
(function (RegisterApplicationRevisionInput) {
|
|
743
1956
|
RegisterApplicationRevisionInput.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
744
1957
|
})(RegisterApplicationRevisionInput || (RegisterApplicationRevisionInput = {}));
|
|
1958
|
+
var IamArnRequiredException = (function (_super) {
|
|
1959
|
+
__extends(IamArnRequiredException, _super);
|
|
1960
|
+
function IamArnRequiredException(opts) {
|
|
1961
|
+
var _this = _super.call(this, __assign({ name: "IamArnRequiredException", $fault: "client" }, opts)) || this;
|
|
1962
|
+
_this.name = "IamArnRequiredException";
|
|
1963
|
+
_this.$fault = "client";
|
|
1964
|
+
Object.setPrototypeOf(_this, IamArnRequiredException.prototype);
|
|
1965
|
+
return _this;
|
|
1966
|
+
}
|
|
1967
|
+
return IamArnRequiredException;
|
|
1968
|
+
}(__BaseException));
|
|
1969
|
+
export { IamArnRequiredException };
|
|
1970
|
+
var IamSessionArnAlreadyRegisteredException = (function (_super) {
|
|
1971
|
+
__extends(IamSessionArnAlreadyRegisteredException, _super);
|
|
1972
|
+
function IamSessionArnAlreadyRegisteredException(opts) {
|
|
1973
|
+
var _this = _super.call(this, __assign({ name: "IamSessionArnAlreadyRegisteredException", $fault: "client" }, opts)) || this;
|
|
1974
|
+
_this.name = "IamSessionArnAlreadyRegisteredException";
|
|
1975
|
+
_this.$fault = "client";
|
|
1976
|
+
Object.setPrototypeOf(_this, IamSessionArnAlreadyRegisteredException.prototype);
|
|
1977
|
+
return _this;
|
|
1978
|
+
}
|
|
1979
|
+
return IamSessionArnAlreadyRegisteredException;
|
|
1980
|
+
}(__BaseException));
|
|
1981
|
+
export { IamSessionArnAlreadyRegisteredException };
|
|
1982
|
+
var IamUserArnAlreadyRegisteredException = (function (_super) {
|
|
1983
|
+
__extends(IamUserArnAlreadyRegisteredException, _super);
|
|
1984
|
+
function IamUserArnAlreadyRegisteredException(opts) {
|
|
1985
|
+
var _this = _super.call(this, __assign({ name: "IamUserArnAlreadyRegisteredException", $fault: "client" }, opts)) || this;
|
|
1986
|
+
_this.name = "IamUserArnAlreadyRegisteredException";
|
|
1987
|
+
_this.$fault = "client";
|
|
1988
|
+
Object.setPrototypeOf(_this, IamUserArnAlreadyRegisteredException.prototype);
|
|
1989
|
+
return _this;
|
|
1990
|
+
}
|
|
1991
|
+
return IamUserArnAlreadyRegisteredException;
|
|
1992
|
+
}(__BaseException));
|
|
1993
|
+
export { IamUserArnAlreadyRegisteredException };
|
|
1994
|
+
var IamUserArnRequiredException = (function (_super) {
|
|
1995
|
+
__extends(IamUserArnRequiredException, _super);
|
|
1996
|
+
function IamUserArnRequiredException(opts) {
|
|
1997
|
+
var _this = _super.call(this, __assign({ name: "IamUserArnRequiredException", $fault: "client" }, opts)) || this;
|
|
1998
|
+
_this.name = "IamUserArnRequiredException";
|
|
1999
|
+
_this.$fault = "client";
|
|
2000
|
+
Object.setPrototypeOf(_this, IamUserArnRequiredException.prototype);
|
|
2001
|
+
return _this;
|
|
2002
|
+
}
|
|
2003
|
+
return IamUserArnRequiredException;
|
|
2004
|
+
}(__BaseException));
|
|
2005
|
+
export { IamUserArnRequiredException };
|
|
2006
|
+
var InstanceNameAlreadyRegisteredException = (function (_super) {
|
|
2007
|
+
__extends(InstanceNameAlreadyRegisteredException, _super);
|
|
2008
|
+
function InstanceNameAlreadyRegisteredException(opts) {
|
|
2009
|
+
var _this = _super.call(this, __assign({ name: "InstanceNameAlreadyRegisteredException", $fault: "client" }, opts)) || this;
|
|
2010
|
+
_this.name = "InstanceNameAlreadyRegisteredException";
|
|
2011
|
+
_this.$fault = "client";
|
|
2012
|
+
Object.setPrototypeOf(_this, InstanceNameAlreadyRegisteredException.prototype);
|
|
2013
|
+
return _this;
|
|
2014
|
+
}
|
|
2015
|
+
return InstanceNameAlreadyRegisteredException;
|
|
2016
|
+
}(__BaseException));
|
|
2017
|
+
export { InstanceNameAlreadyRegisteredException };
|
|
2018
|
+
var InvalidIamSessionArnException = (function (_super) {
|
|
2019
|
+
__extends(InvalidIamSessionArnException, _super);
|
|
2020
|
+
function InvalidIamSessionArnException(opts) {
|
|
2021
|
+
var _this = _super.call(this, __assign({ name: "InvalidIamSessionArnException", $fault: "client" }, opts)) || this;
|
|
2022
|
+
_this.name = "InvalidIamSessionArnException";
|
|
2023
|
+
_this.$fault = "client";
|
|
2024
|
+
Object.setPrototypeOf(_this, InvalidIamSessionArnException.prototype);
|
|
2025
|
+
return _this;
|
|
2026
|
+
}
|
|
2027
|
+
return InvalidIamSessionArnException;
|
|
2028
|
+
}(__BaseException));
|
|
2029
|
+
export { InvalidIamSessionArnException };
|
|
2030
|
+
var InvalidIamUserArnException = (function (_super) {
|
|
2031
|
+
__extends(InvalidIamUserArnException, _super);
|
|
2032
|
+
function InvalidIamUserArnException(opts) {
|
|
2033
|
+
var _this = _super.call(this, __assign({ name: "InvalidIamUserArnException", $fault: "client" }, opts)) || this;
|
|
2034
|
+
_this.name = "InvalidIamUserArnException";
|
|
2035
|
+
_this.$fault = "client";
|
|
2036
|
+
Object.setPrototypeOf(_this, InvalidIamUserArnException.prototype);
|
|
2037
|
+
return _this;
|
|
2038
|
+
}
|
|
2039
|
+
return InvalidIamUserArnException;
|
|
2040
|
+
}(__BaseException));
|
|
2041
|
+
export { InvalidIamUserArnException };
|
|
2042
|
+
var MultipleIamArnsProvidedException = (function (_super) {
|
|
2043
|
+
__extends(MultipleIamArnsProvidedException, _super);
|
|
2044
|
+
function MultipleIamArnsProvidedException(opts) {
|
|
2045
|
+
var _this = _super.call(this, __assign({ name: "MultipleIamArnsProvidedException", $fault: "client" }, opts)) || this;
|
|
2046
|
+
_this.name = "MultipleIamArnsProvidedException";
|
|
2047
|
+
_this.$fault = "client";
|
|
2048
|
+
Object.setPrototypeOf(_this, MultipleIamArnsProvidedException.prototype);
|
|
2049
|
+
return _this;
|
|
2050
|
+
}
|
|
2051
|
+
return MultipleIamArnsProvidedException;
|
|
2052
|
+
}(__BaseException));
|
|
2053
|
+
export { MultipleIamArnsProvidedException };
|
|
745
2054
|
export var RegisterOnPremisesInstanceInput;
|
|
746
2055
|
(function (RegisterOnPremisesInstanceInput) {
|
|
747
2056
|
RegisterOnPremisesInstanceInput.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|