@aws-sdk/client-ssm 3.52.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 +11 -0
- package/dist-cjs/index.js +3 -0
- package/dist-cjs/models/SSMServiceException.js +11 -0
- package/dist-cjs/models/models_0.js +881 -5
- package/dist-cjs/models/models_1.js +789 -5
- package/dist-cjs/models/models_2.js +29 -1
- package/dist-cjs/protocols/Aws_json1_1.js +1611 -5044
- package/dist-es/index.js +1 -0
- package/dist-es/models/SSMServiceException.js +12 -0
- package/dist-es/models/models_0.js +813 -1
- package/dist-es/models/models_1.js +727 -1
- package/dist-es/models/models_2.js +27 -1
- package/dist-es/protocols/Aws_json1_1.js +3189 -5341
- package/dist-types/index.d.ts +1 -0
- package/dist-types/models/SSMServiceException.d.ts +10 -0
- package/dist-types/models/models_0.d.ts +443 -197
- package/dist-types/models/models_1.d.ts +391 -197
- package/dist-types/models/models_2.d.ts +16 -8
- package/dist-types/ts3.4/index.d.ts +1 -0
- package/dist-types/ts3.4/models/SSMServiceException.d.ts +6 -0
- package/dist-types/ts3.4/models/models_0.d.ts +317 -197
- package/dist-types/ts3.4/models/models_1.d.ts +282 -188
- package/dist-types/ts3.4/models/models_2.d.ts +12 -8
- package/package.json +26 -26
|
@@ -1,6 +1,7 @@
|
|
|
1
|
-
import { __assign } from "tslib";
|
|
1
|
+
import { __assign, __extends } from "tslib";
|
|
2
2
|
import { SENSITIVE_STRING } from "@aws-sdk/smithy-client";
|
|
3
3
|
import { AssociationDescription, PatchSource, } from "./models_0";
|
|
4
|
+
import { SSMServiceException as __BaseException } from "./SSMServiceException";
|
|
4
5
|
export var ParameterType;
|
|
5
6
|
(function (ParameterType) {
|
|
6
7
|
ParameterType["SECURE_STRING"] = "SecureString";
|
|
@@ -15,6 +16,18 @@ export var DescribeParametersResult;
|
|
|
15
16
|
(function (DescribeParametersResult) {
|
|
16
17
|
DescribeParametersResult.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
17
18
|
})(DescribeParametersResult || (DescribeParametersResult = {}));
|
|
19
|
+
var InvalidFilterOption = (function (_super) {
|
|
20
|
+
__extends(InvalidFilterOption, _super);
|
|
21
|
+
function InvalidFilterOption(opts) {
|
|
22
|
+
var _this = _super.call(this, __assign({ name: "InvalidFilterOption", $fault: "client" }, opts)) || this;
|
|
23
|
+
_this.name = "InvalidFilterOption";
|
|
24
|
+
_this.$fault = "client";
|
|
25
|
+
Object.setPrototypeOf(_this, InvalidFilterOption.prototype);
|
|
26
|
+
return _this;
|
|
27
|
+
}
|
|
28
|
+
return InvalidFilterOption;
|
|
29
|
+
}(__BaseException));
|
|
30
|
+
export { InvalidFilterOption };
|
|
18
31
|
export var DescribePatchBaselinesRequest;
|
|
19
32
|
(function (DescribePatchBaselinesRequest) {
|
|
20
33
|
DescribePatchBaselinesRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
@@ -120,6 +133,19 @@ export var DisassociateOpsItemRelatedItemResponse;
|
|
|
120
133
|
(function (DisassociateOpsItemRelatedItemResponse) {
|
|
121
134
|
DisassociateOpsItemRelatedItemResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
122
135
|
})(DisassociateOpsItemRelatedItemResponse || (DisassociateOpsItemRelatedItemResponse = {}));
|
|
136
|
+
var OpsItemRelatedItemAssociationNotFoundException = (function (_super) {
|
|
137
|
+
__extends(OpsItemRelatedItemAssociationNotFoundException, _super);
|
|
138
|
+
function OpsItemRelatedItemAssociationNotFoundException(opts) {
|
|
139
|
+
var _this = _super.call(this, __assign({ name: "OpsItemRelatedItemAssociationNotFoundException", $fault: "client" }, opts)) || this;
|
|
140
|
+
_this.name = "OpsItemRelatedItemAssociationNotFoundException";
|
|
141
|
+
_this.$fault = "client";
|
|
142
|
+
Object.setPrototypeOf(_this, OpsItemRelatedItemAssociationNotFoundException.prototype);
|
|
143
|
+
_this.Message = opts.Message;
|
|
144
|
+
return _this;
|
|
145
|
+
}
|
|
146
|
+
return OpsItemRelatedItemAssociationNotFoundException;
|
|
147
|
+
}(__BaseException));
|
|
148
|
+
export { OpsItemRelatedItemAssociationNotFoundException };
|
|
123
149
|
export var GetAutomationExecutionRequest;
|
|
124
150
|
(function (GetAutomationExecutionRequest) {
|
|
125
151
|
GetAutomationExecutionRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
@@ -149,6 +175,32 @@ export var GetCalendarStateResponse;
|
|
|
149
175
|
(function (GetCalendarStateResponse) {
|
|
150
176
|
GetCalendarStateResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
151
177
|
})(GetCalendarStateResponse || (GetCalendarStateResponse = {}));
|
|
178
|
+
var InvalidDocumentType = (function (_super) {
|
|
179
|
+
__extends(InvalidDocumentType, _super);
|
|
180
|
+
function InvalidDocumentType(opts) {
|
|
181
|
+
var _this = _super.call(this, __assign({ name: "InvalidDocumentType", $fault: "client" }, opts)) || this;
|
|
182
|
+
_this.name = "InvalidDocumentType";
|
|
183
|
+
_this.$fault = "client";
|
|
184
|
+
Object.setPrototypeOf(_this, InvalidDocumentType.prototype);
|
|
185
|
+
_this.Message = opts.Message;
|
|
186
|
+
return _this;
|
|
187
|
+
}
|
|
188
|
+
return InvalidDocumentType;
|
|
189
|
+
}(__BaseException));
|
|
190
|
+
export { InvalidDocumentType };
|
|
191
|
+
var UnsupportedCalendarException = (function (_super) {
|
|
192
|
+
__extends(UnsupportedCalendarException, _super);
|
|
193
|
+
function UnsupportedCalendarException(opts) {
|
|
194
|
+
var _this = _super.call(this, __assign({ name: "UnsupportedCalendarException", $fault: "client" }, opts)) || this;
|
|
195
|
+
_this.name = "UnsupportedCalendarException";
|
|
196
|
+
_this.$fault = "client";
|
|
197
|
+
Object.setPrototypeOf(_this, UnsupportedCalendarException.prototype);
|
|
198
|
+
_this.Message = opts.Message;
|
|
199
|
+
return _this;
|
|
200
|
+
}
|
|
201
|
+
return UnsupportedCalendarException;
|
|
202
|
+
}(__BaseException));
|
|
203
|
+
export { UnsupportedCalendarException };
|
|
152
204
|
export var GetCommandInvocationRequest;
|
|
153
205
|
(function (GetCommandInvocationRequest) {
|
|
154
206
|
GetCommandInvocationRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
@@ -172,6 +224,30 @@ export var GetCommandInvocationResult;
|
|
|
172
224
|
(function (GetCommandInvocationResult) {
|
|
173
225
|
GetCommandInvocationResult.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
174
226
|
})(GetCommandInvocationResult || (GetCommandInvocationResult = {}));
|
|
227
|
+
var InvalidPluginName = (function (_super) {
|
|
228
|
+
__extends(InvalidPluginName, _super);
|
|
229
|
+
function InvalidPluginName(opts) {
|
|
230
|
+
var _this = _super.call(this, __assign({ name: "InvalidPluginName", $fault: "client" }, opts)) || this;
|
|
231
|
+
_this.name = "InvalidPluginName";
|
|
232
|
+
_this.$fault = "client";
|
|
233
|
+
Object.setPrototypeOf(_this, InvalidPluginName.prototype);
|
|
234
|
+
return _this;
|
|
235
|
+
}
|
|
236
|
+
return InvalidPluginName;
|
|
237
|
+
}(__BaseException));
|
|
238
|
+
export { InvalidPluginName };
|
|
239
|
+
var InvocationDoesNotExist = (function (_super) {
|
|
240
|
+
__extends(InvocationDoesNotExist, _super);
|
|
241
|
+
function InvocationDoesNotExist(opts) {
|
|
242
|
+
var _this = _super.call(this, __assign({ name: "InvocationDoesNotExist", $fault: "client" }, opts)) || this;
|
|
243
|
+
_this.name = "InvocationDoesNotExist";
|
|
244
|
+
_this.$fault = "client";
|
|
245
|
+
Object.setPrototypeOf(_this, InvocationDoesNotExist.prototype);
|
|
246
|
+
return _this;
|
|
247
|
+
}
|
|
248
|
+
return InvocationDoesNotExist;
|
|
249
|
+
}(__BaseException));
|
|
250
|
+
export { InvocationDoesNotExist };
|
|
175
251
|
export var GetConnectionStatusRequest;
|
|
176
252
|
(function (GetConnectionStatusRequest) {
|
|
177
253
|
GetConnectionStatusRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
@@ -205,6 +281,19 @@ export var GetDeployablePatchSnapshotForInstanceResult;
|
|
|
205
281
|
(function (GetDeployablePatchSnapshotForInstanceResult) {
|
|
206
282
|
GetDeployablePatchSnapshotForInstanceResult.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
207
283
|
})(GetDeployablePatchSnapshotForInstanceResult || (GetDeployablePatchSnapshotForInstanceResult = {}));
|
|
284
|
+
var UnsupportedFeatureRequiredException = (function (_super) {
|
|
285
|
+
__extends(UnsupportedFeatureRequiredException, _super);
|
|
286
|
+
function UnsupportedFeatureRequiredException(opts) {
|
|
287
|
+
var _this = _super.call(this, __assign({ name: "UnsupportedFeatureRequiredException", $fault: "client" }, opts)) || this;
|
|
288
|
+
_this.name = "UnsupportedFeatureRequiredException";
|
|
289
|
+
_this.$fault = "client";
|
|
290
|
+
Object.setPrototypeOf(_this, UnsupportedFeatureRequiredException.prototype);
|
|
291
|
+
_this.Message = opts.Message;
|
|
292
|
+
return _this;
|
|
293
|
+
}
|
|
294
|
+
return UnsupportedFeatureRequiredException;
|
|
295
|
+
}(__BaseException));
|
|
296
|
+
export { UnsupportedFeatureRequiredException };
|
|
208
297
|
export var GetDocumentRequest;
|
|
209
298
|
(function (GetDocumentRequest) {
|
|
210
299
|
GetDocumentRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
@@ -254,6 +343,45 @@ export var GetInventoryResult;
|
|
|
254
343
|
(function (GetInventoryResult) {
|
|
255
344
|
GetInventoryResult.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
256
345
|
})(GetInventoryResult || (GetInventoryResult = {}));
|
|
346
|
+
var InvalidAggregatorException = (function (_super) {
|
|
347
|
+
__extends(InvalidAggregatorException, _super);
|
|
348
|
+
function InvalidAggregatorException(opts) {
|
|
349
|
+
var _this = _super.call(this, __assign({ name: "InvalidAggregatorException", $fault: "client" }, opts)) || this;
|
|
350
|
+
_this.name = "InvalidAggregatorException";
|
|
351
|
+
_this.$fault = "client";
|
|
352
|
+
Object.setPrototypeOf(_this, InvalidAggregatorException.prototype);
|
|
353
|
+
_this.Message = opts.Message;
|
|
354
|
+
return _this;
|
|
355
|
+
}
|
|
356
|
+
return InvalidAggregatorException;
|
|
357
|
+
}(__BaseException));
|
|
358
|
+
export { InvalidAggregatorException };
|
|
359
|
+
var InvalidInventoryGroupException = (function (_super) {
|
|
360
|
+
__extends(InvalidInventoryGroupException, _super);
|
|
361
|
+
function InvalidInventoryGroupException(opts) {
|
|
362
|
+
var _this = _super.call(this, __assign({ name: "InvalidInventoryGroupException", $fault: "client" }, opts)) || this;
|
|
363
|
+
_this.name = "InvalidInventoryGroupException";
|
|
364
|
+
_this.$fault = "client";
|
|
365
|
+
Object.setPrototypeOf(_this, InvalidInventoryGroupException.prototype);
|
|
366
|
+
_this.Message = opts.Message;
|
|
367
|
+
return _this;
|
|
368
|
+
}
|
|
369
|
+
return InvalidInventoryGroupException;
|
|
370
|
+
}(__BaseException));
|
|
371
|
+
export { InvalidInventoryGroupException };
|
|
372
|
+
var InvalidResultAttributeException = (function (_super) {
|
|
373
|
+
__extends(InvalidResultAttributeException, _super);
|
|
374
|
+
function InvalidResultAttributeException(opts) {
|
|
375
|
+
var _this = _super.call(this, __assign({ name: "InvalidResultAttributeException", $fault: "client" }, opts)) || this;
|
|
376
|
+
_this.name = "InvalidResultAttributeException";
|
|
377
|
+
_this.$fault = "client";
|
|
378
|
+
Object.setPrototypeOf(_this, InvalidResultAttributeException.prototype);
|
|
379
|
+
_this.Message = opts.Message;
|
|
380
|
+
return _this;
|
|
381
|
+
}
|
|
382
|
+
return InvalidResultAttributeException;
|
|
383
|
+
}(__BaseException));
|
|
384
|
+
export { InvalidResultAttributeException };
|
|
257
385
|
export var GetInventorySchemaRequest;
|
|
258
386
|
(function (GetInventorySchemaRequest) {
|
|
259
387
|
GetInventorySchemaRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
@@ -418,6 +546,30 @@ export var GetParameterResult;
|
|
|
418
546
|
(function (GetParameterResult) {
|
|
419
547
|
GetParameterResult.filterSensitiveLog = function (obj) { return (__assign(__assign({}, obj), (obj.Parameter && { Parameter: Parameter.filterSensitiveLog(obj.Parameter) }))); };
|
|
420
548
|
})(GetParameterResult || (GetParameterResult = {}));
|
|
549
|
+
var InvalidKeyId = (function (_super) {
|
|
550
|
+
__extends(InvalidKeyId, _super);
|
|
551
|
+
function InvalidKeyId(opts) {
|
|
552
|
+
var _this = _super.call(this, __assign({ name: "InvalidKeyId", $fault: "client" }, opts)) || this;
|
|
553
|
+
_this.name = "InvalidKeyId";
|
|
554
|
+
_this.$fault = "client";
|
|
555
|
+
Object.setPrototypeOf(_this, InvalidKeyId.prototype);
|
|
556
|
+
return _this;
|
|
557
|
+
}
|
|
558
|
+
return InvalidKeyId;
|
|
559
|
+
}(__BaseException));
|
|
560
|
+
export { InvalidKeyId };
|
|
561
|
+
var ParameterVersionNotFound = (function (_super) {
|
|
562
|
+
__extends(ParameterVersionNotFound, _super);
|
|
563
|
+
function ParameterVersionNotFound(opts) {
|
|
564
|
+
var _this = _super.call(this, __assign({ name: "ParameterVersionNotFound", $fault: "client" }, opts)) || this;
|
|
565
|
+
_this.name = "ParameterVersionNotFound";
|
|
566
|
+
_this.$fault = "client";
|
|
567
|
+
Object.setPrototypeOf(_this, ParameterVersionNotFound.prototype);
|
|
568
|
+
return _this;
|
|
569
|
+
}
|
|
570
|
+
return ParameterVersionNotFound;
|
|
571
|
+
}(__BaseException));
|
|
572
|
+
export { ParameterVersionNotFound };
|
|
421
573
|
export var GetParameterHistoryRequest;
|
|
422
574
|
(function (GetParameterHistoryRequest) {
|
|
423
575
|
GetParameterHistoryRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
@@ -474,6 +626,19 @@ export var GetServiceSettingResult;
|
|
|
474
626
|
(function (GetServiceSettingResult) {
|
|
475
627
|
GetServiceSettingResult.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
476
628
|
})(GetServiceSettingResult || (GetServiceSettingResult = {}));
|
|
629
|
+
var ServiceSettingNotFound = (function (_super) {
|
|
630
|
+
__extends(ServiceSettingNotFound, _super);
|
|
631
|
+
function ServiceSettingNotFound(opts) {
|
|
632
|
+
var _this = _super.call(this, __assign({ name: "ServiceSettingNotFound", $fault: "client" }, opts)) || this;
|
|
633
|
+
_this.name = "ServiceSettingNotFound";
|
|
634
|
+
_this.$fault = "client";
|
|
635
|
+
Object.setPrototypeOf(_this, ServiceSettingNotFound.prototype);
|
|
636
|
+
_this.Message = opts.Message;
|
|
637
|
+
return _this;
|
|
638
|
+
}
|
|
639
|
+
return ServiceSettingNotFound;
|
|
640
|
+
}(__BaseException));
|
|
641
|
+
export { ServiceSettingNotFound };
|
|
477
642
|
export var LabelParameterVersionRequest;
|
|
478
643
|
(function (LabelParameterVersionRequest) {
|
|
479
644
|
LabelParameterVersionRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
@@ -482,6 +647,18 @@ export var LabelParameterVersionResult;
|
|
|
482
647
|
(function (LabelParameterVersionResult) {
|
|
483
648
|
LabelParameterVersionResult.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
484
649
|
})(LabelParameterVersionResult || (LabelParameterVersionResult = {}));
|
|
650
|
+
var ParameterVersionLabelLimitExceeded = (function (_super) {
|
|
651
|
+
__extends(ParameterVersionLabelLimitExceeded, _super);
|
|
652
|
+
function ParameterVersionLabelLimitExceeded(opts) {
|
|
653
|
+
var _this = _super.call(this, __assign({ name: "ParameterVersionLabelLimitExceeded", $fault: "client" }, opts)) || this;
|
|
654
|
+
_this.name = "ParameterVersionLabelLimitExceeded";
|
|
655
|
+
_this.$fault = "client";
|
|
656
|
+
Object.setPrototypeOf(_this, ParameterVersionLabelLimitExceeded.prototype);
|
|
657
|
+
return _this;
|
|
658
|
+
}
|
|
659
|
+
return ParameterVersionLabelLimitExceeded;
|
|
660
|
+
}(__BaseException));
|
|
661
|
+
export { ParameterVersionLabelLimitExceeded };
|
|
485
662
|
export var AssociationFilterKey;
|
|
486
663
|
(function (AssociationFilterKey) {
|
|
487
664
|
AssociationFilterKey["AssociationId"] = "AssociationId";
|
|
@@ -835,6 +1012,19 @@ export var ListTagsForResourceResult;
|
|
|
835
1012
|
(function (ListTagsForResourceResult) {
|
|
836
1013
|
ListTagsForResourceResult.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
837
1014
|
})(ListTagsForResourceResult || (ListTagsForResourceResult = {}));
|
|
1015
|
+
var DocumentPermissionLimit = (function (_super) {
|
|
1016
|
+
__extends(DocumentPermissionLimit, _super);
|
|
1017
|
+
function DocumentPermissionLimit(opts) {
|
|
1018
|
+
var _this = _super.call(this, __assign({ name: "DocumentPermissionLimit", $fault: "client" }, opts)) || this;
|
|
1019
|
+
_this.name = "DocumentPermissionLimit";
|
|
1020
|
+
_this.$fault = "client";
|
|
1021
|
+
Object.setPrototypeOf(_this, DocumentPermissionLimit.prototype);
|
|
1022
|
+
_this.Message = opts.Message;
|
|
1023
|
+
return _this;
|
|
1024
|
+
}
|
|
1025
|
+
return DocumentPermissionLimit;
|
|
1026
|
+
}(__BaseException));
|
|
1027
|
+
export { DocumentPermissionLimit };
|
|
838
1028
|
export var ModifyDocumentPermissionRequest;
|
|
839
1029
|
(function (ModifyDocumentPermissionRequest) {
|
|
840
1030
|
ModifyDocumentPermissionRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
@@ -843,6 +1033,47 @@ export var ModifyDocumentPermissionResponse;
|
|
|
843
1033
|
(function (ModifyDocumentPermissionResponse) {
|
|
844
1034
|
ModifyDocumentPermissionResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
845
1035
|
})(ModifyDocumentPermissionResponse || (ModifyDocumentPermissionResponse = {}));
|
|
1036
|
+
var ComplianceTypeCountLimitExceededException = (function (_super) {
|
|
1037
|
+
__extends(ComplianceTypeCountLimitExceededException, _super);
|
|
1038
|
+
function ComplianceTypeCountLimitExceededException(opts) {
|
|
1039
|
+
var _this = _super.call(this, __assign({ name: "ComplianceTypeCountLimitExceededException", $fault: "client" }, opts)) || this;
|
|
1040
|
+
_this.name = "ComplianceTypeCountLimitExceededException";
|
|
1041
|
+
_this.$fault = "client";
|
|
1042
|
+
Object.setPrototypeOf(_this, ComplianceTypeCountLimitExceededException.prototype);
|
|
1043
|
+
_this.Message = opts.Message;
|
|
1044
|
+
return _this;
|
|
1045
|
+
}
|
|
1046
|
+
return ComplianceTypeCountLimitExceededException;
|
|
1047
|
+
}(__BaseException));
|
|
1048
|
+
export { ComplianceTypeCountLimitExceededException };
|
|
1049
|
+
var InvalidItemContentException = (function (_super) {
|
|
1050
|
+
__extends(InvalidItemContentException, _super);
|
|
1051
|
+
function InvalidItemContentException(opts) {
|
|
1052
|
+
var _this = _super.call(this, __assign({ name: "InvalidItemContentException", $fault: "client" }, opts)) || this;
|
|
1053
|
+
_this.name = "InvalidItemContentException";
|
|
1054
|
+
_this.$fault = "client";
|
|
1055
|
+
Object.setPrototypeOf(_this, InvalidItemContentException.prototype);
|
|
1056
|
+
_this.TypeName = opts.TypeName;
|
|
1057
|
+
_this.Message = opts.Message;
|
|
1058
|
+
return _this;
|
|
1059
|
+
}
|
|
1060
|
+
return InvalidItemContentException;
|
|
1061
|
+
}(__BaseException));
|
|
1062
|
+
export { InvalidItemContentException };
|
|
1063
|
+
var ItemSizeLimitExceededException = (function (_super) {
|
|
1064
|
+
__extends(ItemSizeLimitExceededException, _super);
|
|
1065
|
+
function ItemSizeLimitExceededException(opts) {
|
|
1066
|
+
var _this = _super.call(this, __assign({ name: "ItemSizeLimitExceededException", $fault: "client" }, opts)) || this;
|
|
1067
|
+
_this.name = "ItemSizeLimitExceededException";
|
|
1068
|
+
_this.$fault = "client";
|
|
1069
|
+
Object.setPrototypeOf(_this, ItemSizeLimitExceededException.prototype);
|
|
1070
|
+
_this.TypeName = opts.TypeName;
|
|
1071
|
+
_this.Message = opts.Message;
|
|
1072
|
+
return _this;
|
|
1073
|
+
}
|
|
1074
|
+
return ItemSizeLimitExceededException;
|
|
1075
|
+
}(__BaseException));
|
|
1076
|
+
export { ItemSizeLimitExceededException };
|
|
846
1077
|
export var ComplianceItemEntry;
|
|
847
1078
|
(function (ComplianceItemEntry) {
|
|
848
1079
|
ComplianceItemEntry.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
@@ -860,6 +1091,59 @@ export var PutComplianceItemsResult;
|
|
|
860
1091
|
(function (PutComplianceItemsResult) {
|
|
861
1092
|
PutComplianceItemsResult.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
862
1093
|
})(PutComplianceItemsResult || (PutComplianceItemsResult = {}));
|
|
1094
|
+
var TotalSizeLimitExceededException = (function (_super) {
|
|
1095
|
+
__extends(TotalSizeLimitExceededException, _super);
|
|
1096
|
+
function TotalSizeLimitExceededException(opts) {
|
|
1097
|
+
var _this = _super.call(this, __assign({ name: "TotalSizeLimitExceededException", $fault: "client" }, opts)) || this;
|
|
1098
|
+
_this.name = "TotalSizeLimitExceededException";
|
|
1099
|
+
_this.$fault = "client";
|
|
1100
|
+
Object.setPrototypeOf(_this, TotalSizeLimitExceededException.prototype);
|
|
1101
|
+
_this.Message = opts.Message;
|
|
1102
|
+
return _this;
|
|
1103
|
+
}
|
|
1104
|
+
return TotalSizeLimitExceededException;
|
|
1105
|
+
}(__BaseException));
|
|
1106
|
+
export { TotalSizeLimitExceededException };
|
|
1107
|
+
var CustomSchemaCountLimitExceededException = (function (_super) {
|
|
1108
|
+
__extends(CustomSchemaCountLimitExceededException, _super);
|
|
1109
|
+
function CustomSchemaCountLimitExceededException(opts) {
|
|
1110
|
+
var _this = _super.call(this, __assign({ name: "CustomSchemaCountLimitExceededException", $fault: "client" }, opts)) || this;
|
|
1111
|
+
_this.name = "CustomSchemaCountLimitExceededException";
|
|
1112
|
+
_this.$fault = "client";
|
|
1113
|
+
Object.setPrototypeOf(_this, CustomSchemaCountLimitExceededException.prototype);
|
|
1114
|
+
_this.Message = opts.Message;
|
|
1115
|
+
return _this;
|
|
1116
|
+
}
|
|
1117
|
+
return CustomSchemaCountLimitExceededException;
|
|
1118
|
+
}(__BaseException));
|
|
1119
|
+
export { CustomSchemaCountLimitExceededException };
|
|
1120
|
+
var InvalidInventoryItemContextException = (function (_super) {
|
|
1121
|
+
__extends(InvalidInventoryItemContextException, _super);
|
|
1122
|
+
function InvalidInventoryItemContextException(opts) {
|
|
1123
|
+
var _this = _super.call(this, __assign({ name: "InvalidInventoryItemContextException", $fault: "client" }, opts)) || this;
|
|
1124
|
+
_this.name = "InvalidInventoryItemContextException";
|
|
1125
|
+
_this.$fault = "client";
|
|
1126
|
+
Object.setPrototypeOf(_this, InvalidInventoryItemContextException.prototype);
|
|
1127
|
+
_this.Message = opts.Message;
|
|
1128
|
+
return _this;
|
|
1129
|
+
}
|
|
1130
|
+
return InvalidInventoryItemContextException;
|
|
1131
|
+
}(__BaseException));
|
|
1132
|
+
export { InvalidInventoryItemContextException };
|
|
1133
|
+
var ItemContentMismatchException = (function (_super) {
|
|
1134
|
+
__extends(ItemContentMismatchException, _super);
|
|
1135
|
+
function ItemContentMismatchException(opts) {
|
|
1136
|
+
var _this = _super.call(this, __assign({ name: "ItemContentMismatchException", $fault: "client" }, opts)) || this;
|
|
1137
|
+
_this.name = "ItemContentMismatchException";
|
|
1138
|
+
_this.$fault = "client";
|
|
1139
|
+
Object.setPrototypeOf(_this, ItemContentMismatchException.prototype);
|
|
1140
|
+
_this.TypeName = opts.TypeName;
|
|
1141
|
+
_this.Message = opts.Message;
|
|
1142
|
+
return _this;
|
|
1143
|
+
}
|
|
1144
|
+
return ItemContentMismatchException;
|
|
1145
|
+
}(__BaseException));
|
|
1146
|
+
export { ItemContentMismatchException };
|
|
863
1147
|
export var InventoryItem;
|
|
864
1148
|
(function (InventoryItem) {
|
|
865
1149
|
InventoryItem.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
@@ -872,6 +1156,178 @@ export var PutInventoryResult;
|
|
|
872
1156
|
(function (PutInventoryResult) {
|
|
873
1157
|
PutInventoryResult.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
874
1158
|
})(PutInventoryResult || (PutInventoryResult = {}));
|
|
1159
|
+
var SubTypeCountLimitExceededException = (function (_super) {
|
|
1160
|
+
__extends(SubTypeCountLimitExceededException, _super);
|
|
1161
|
+
function SubTypeCountLimitExceededException(opts) {
|
|
1162
|
+
var _this = _super.call(this, __assign({ name: "SubTypeCountLimitExceededException", $fault: "client" }, opts)) || this;
|
|
1163
|
+
_this.name = "SubTypeCountLimitExceededException";
|
|
1164
|
+
_this.$fault = "client";
|
|
1165
|
+
Object.setPrototypeOf(_this, SubTypeCountLimitExceededException.prototype);
|
|
1166
|
+
_this.Message = opts.Message;
|
|
1167
|
+
return _this;
|
|
1168
|
+
}
|
|
1169
|
+
return SubTypeCountLimitExceededException;
|
|
1170
|
+
}(__BaseException));
|
|
1171
|
+
export { SubTypeCountLimitExceededException };
|
|
1172
|
+
var UnsupportedInventoryItemContextException = (function (_super) {
|
|
1173
|
+
__extends(UnsupportedInventoryItemContextException, _super);
|
|
1174
|
+
function UnsupportedInventoryItemContextException(opts) {
|
|
1175
|
+
var _this = _super.call(this, __assign({ name: "UnsupportedInventoryItemContextException", $fault: "client" }, opts)) || this;
|
|
1176
|
+
_this.name = "UnsupportedInventoryItemContextException";
|
|
1177
|
+
_this.$fault = "client";
|
|
1178
|
+
Object.setPrototypeOf(_this, UnsupportedInventoryItemContextException.prototype);
|
|
1179
|
+
_this.TypeName = opts.TypeName;
|
|
1180
|
+
_this.Message = opts.Message;
|
|
1181
|
+
return _this;
|
|
1182
|
+
}
|
|
1183
|
+
return UnsupportedInventoryItemContextException;
|
|
1184
|
+
}(__BaseException));
|
|
1185
|
+
export { UnsupportedInventoryItemContextException };
|
|
1186
|
+
var UnsupportedInventorySchemaVersionException = (function (_super) {
|
|
1187
|
+
__extends(UnsupportedInventorySchemaVersionException, _super);
|
|
1188
|
+
function UnsupportedInventorySchemaVersionException(opts) {
|
|
1189
|
+
var _this = _super.call(this, __assign({ name: "UnsupportedInventorySchemaVersionException", $fault: "client" }, opts)) || this;
|
|
1190
|
+
_this.name = "UnsupportedInventorySchemaVersionException";
|
|
1191
|
+
_this.$fault = "client";
|
|
1192
|
+
Object.setPrototypeOf(_this, UnsupportedInventorySchemaVersionException.prototype);
|
|
1193
|
+
_this.Message = opts.Message;
|
|
1194
|
+
return _this;
|
|
1195
|
+
}
|
|
1196
|
+
return UnsupportedInventorySchemaVersionException;
|
|
1197
|
+
}(__BaseException));
|
|
1198
|
+
export { UnsupportedInventorySchemaVersionException };
|
|
1199
|
+
var HierarchyLevelLimitExceededException = (function (_super) {
|
|
1200
|
+
__extends(HierarchyLevelLimitExceededException, _super);
|
|
1201
|
+
function HierarchyLevelLimitExceededException(opts) {
|
|
1202
|
+
var _this = _super.call(this, __assign({ name: "HierarchyLevelLimitExceededException", $fault: "client" }, opts)) || this;
|
|
1203
|
+
_this.name = "HierarchyLevelLimitExceededException";
|
|
1204
|
+
_this.$fault = "client";
|
|
1205
|
+
Object.setPrototypeOf(_this, HierarchyLevelLimitExceededException.prototype);
|
|
1206
|
+
return _this;
|
|
1207
|
+
}
|
|
1208
|
+
return HierarchyLevelLimitExceededException;
|
|
1209
|
+
}(__BaseException));
|
|
1210
|
+
export { HierarchyLevelLimitExceededException };
|
|
1211
|
+
var HierarchyTypeMismatchException = (function (_super) {
|
|
1212
|
+
__extends(HierarchyTypeMismatchException, _super);
|
|
1213
|
+
function HierarchyTypeMismatchException(opts) {
|
|
1214
|
+
var _this = _super.call(this, __assign({ name: "HierarchyTypeMismatchException", $fault: "client" }, opts)) || this;
|
|
1215
|
+
_this.name = "HierarchyTypeMismatchException";
|
|
1216
|
+
_this.$fault = "client";
|
|
1217
|
+
Object.setPrototypeOf(_this, HierarchyTypeMismatchException.prototype);
|
|
1218
|
+
return _this;
|
|
1219
|
+
}
|
|
1220
|
+
return HierarchyTypeMismatchException;
|
|
1221
|
+
}(__BaseException));
|
|
1222
|
+
export { HierarchyTypeMismatchException };
|
|
1223
|
+
var IncompatiblePolicyException = (function (_super) {
|
|
1224
|
+
__extends(IncompatiblePolicyException, _super);
|
|
1225
|
+
function IncompatiblePolicyException(opts) {
|
|
1226
|
+
var _this = _super.call(this, __assign({ name: "IncompatiblePolicyException", $fault: "client" }, opts)) || this;
|
|
1227
|
+
_this.name = "IncompatiblePolicyException";
|
|
1228
|
+
_this.$fault = "client";
|
|
1229
|
+
Object.setPrototypeOf(_this, IncompatiblePolicyException.prototype);
|
|
1230
|
+
return _this;
|
|
1231
|
+
}
|
|
1232
|
+
return IncompatiblePolicyException;
|
|
1233
|
+
}(__BaseException));
|
|
1234
|
+
export { IncompatiblePolicyException };
|
|
1235
|
+
var InvalidAllowedPatternException = (function (_super) {
|
|
1236
|
+
__extends(InvalidAllowedPatternException, _super);
|
|
1237
|
+
function InvalidAllowedPatternException(opts) {
|
|
1238
|
+
var _this = _super.call(this, __assign({ name: "InvalidAllowedPatternException", $fault: "client" }, opts)) || this;
|
|
1239
|
+
_this.name = "InvalidAllowedPatternException";
|
|
1240
|
+
_this.$fault = "client";
|
|
1241
|
+
Object.setPrototypeOf(_this, InvalidAllowedPatternException.prototype);
|
|
1242
|
+
return _this;
|
|
1243
|
+
}
|
|
1244
|
+
return InvalidAllowedPatternException;
|
|
1245
|
+
}(__BaseException));
|
|
1246
|
+
export { InvalidAllowedPatternException };
|
|
1247
|
+
var InvalidPolicyAttributeException = (function (_super) {
|
|
1248
|
+
__extends(InvalidPolicyAttributeException, _super);
|
|
1249
|
+
function InvalidPolicyAttributeException(opts) {
|
|
1250
|
+
var _this = _super.call(this, __assign({ name: "InvalidPolicyAttributeException", $fault: "client" }, opts)) || this;
|
|
1251
|
+
_this.name = "InvalidPolicyAttributeException";
|
|
1252
|
+
_this.$fault = "client";
|
|
1253
|
+
Object.setPrototypeOf(_this, InvalidPolicyAttributeException.prototype);
|
|
1254
|
+
return _this;
|
|
1255
|
+
}
|
|
1256
|
+
return InvalidPolicyAttributeException;
|
|
1257
|
+
}(__BaseException));
|
|
1258
|
+
export { InvalidPolicyAttributeException };
|
|
1259
|
+
var InvalidPolicyTypeException = (function (_super) {
|
|
1260
|
+
__extends(InvalidPolicyTypeException, _super);
|
|
1261
|
+
function InvalidPolicyTypeException(opts) {
|
|
1262
|
+
var _this = _super.call(this, __assign({ name: "InvalidPolicyTypeException", $fault: "client" }, opts)) || this;
|
|
1263
|
+
_this.name = "InvalidPolicyTypeException";
|
|
1264
|
+
_this.$fault = "client";
|
|
1265
|
+
Object.setPrototypeOf(_this, InvalidPolicyTypeException.prototype);
|
|
1266
|
+
return _this;
|
|
1267
|
+
}
|
|
1268
|
+
return InvalidPolicyTypeException;
|
|
1269
|
+
}(__BaseException));
|
|
1270
|
+
export { InvalidPolicyTypeException };
|
|
1271
|
+
var ParameterAlreadyExists = (function (_super) {
|
|
1272
|
+
__extends(ParameterAlreadyExists, _super);
|
|
1273
|
+
function ParameterAlreadyExists(opts) {
|
|
1274
|
+
var _this = _super.call(this, __assign({ name: "ParameterAlreadyExists", $fault: "client" }, opts)) || this;
|
|
1275
|
+
_this.name = "ParameterAlreadyExists";
|
|
1276
|
+
_this.$fault = "client";
|
|
1277
|
+
Object.setPrototypeOf(_this, ParameterAlreadyExists.prototype);
|
|
1278
|
+
return _this;
|
|
1279
|
+
}
|
|
1280
|
+
return ParameterAlreadyExists;
|
|
1281
|
+
}(__BaseException));
|
|
1282
|
+
export { ParameterAlreadyExists };
|
|
1283
|
+
var ParameterLimitExceeded = (function (_super) {
|
|
1284
|
+
__extends(ParameterLimitExceeded, _super);
|
|
1285
|
+
function ParameterLimitExceeded(opts) {
|
|
1286
|
+
var _this = _super.call(this, __assign({ name: "ParameterLimitExceeded", $fault: "client" }, opts)) || this;
|
|
1287
|
+
_this.name = "ParameterLimitExceeded";
|
|
1288
|
+
_this.$fault = "client";
|
|
1289
|
+
Object.setPrototypeOf(_this, ParameterLimitExceeded.prototype);
|
|
1290
|
+
return _this;
|
|
1291
|
+
}
|
|
1292
|
+
return ParameterLimitExceeded;
|
|
1293
|
+
}(__BaseException));
|
|
1294
|
+
export { ParameterLimitExceeded };
|
|
1295
|
+
var ParameterMaxVersionLimitExceeded = (function (_super) {
|
|
1296
|
+
__extends(ParameterMaxVersionLimitExceeded, _super);
|
|
1297
|
+
function ParameterMaxVersionLimitExceeded(opts) {
|
|
1298
|
+
var _this = _super.call(this, __assign({ name: "ParameterMaxVersionLimitExceeded", $fault: "client" }, opts)) || this;
|
|
1299
|
+
_this.name = "ParameterMaxVersionLimitExceeded";
|
|
1300
|
+
_this.$fault = "client";
|
|
1301
|
+
Object.setPrototypeOf(_this, ParameterMaxVersionLimitExceeded.prototype);
|
|
1302
|
+
return _this;
|
|
1303
|
+
}
|
|
1304
|
+
return ParameterMaxVersionLimitExceeded;
|
|
1305
|
+
}(__BaseException));
|
|
1306
|
+
export { ParameterMaxVersionLimitExceeded };
|
|
1307
|
+
var ParameterPatternMismatchException = (function (_super) {
|
|
1308
|
+
__extends(ParameterPatternMismatchException, _super);
|
|
1309
|
+
function ParameterPatternMismatchException(opts) {
|
|
1310
|
+
var _this = _super.call(this, __assign({ name: "ParameterPatternMismatchException", $fault: "client" }, opts)) || this;
|
|
1311
|
+
_this.name = "ParameterPatternMismatchException";
|
|
1312
|
+
_this.$fault = "client";
|
|
1313
|
+
Object.setPrototypeOf(_this, ParameterPatternMismatchException.prototype);
|
|
1314
|
+
return _this;
|
|
1315
|
+
}
|
|
1316
|
+
return ParameterPatternMismatchException;
|
|
1317
|
+
}(__BaseException));
|
|
1318
|
+
export { ParameterPatternMismatchException };
|
|
1319
|
+
var PoliciesLimitExceededException = (function (_super) {
|
|
1320
|
+
__extends(PoliciesLimitExceededException, _super);
|
|
1321
|
+
function PoliciesLimitExceededException(opts) {
|
|
1322
|
+
var _this = _super.call(this, __assign({ name: "PoliciesLimitExceededException", $fault: "client" }, opts)) || this;
|
|
1323
|
+
_this.name = "PoliciesLimitExceededException";
|
|
1324
|
+
_this.$fault = "client";
|
|
1325
|
+
Object.setPrototypeOf(_this, PoliciesLimitExceededException.prototype);
|
|
1326
|
+
return _this;
|
|
1327
|
+
}
|
|
1328
|
+
return PoliciesLimitExceededException;
|
|
1329
|
+
}(__BaseException));
|
|
1330
|
+
export { PoliciesLimitExceededException };
|
|
875
1331
|
export var PutParameterRequest;
|
|
876
1332
|
(function (PutParameterRequest) {
|
|
877
1333
|
PutParameterRequest.filterSensitiveLog = function (obj) { return (__assign(__assign({}, obj), (obj.Value && { Value: SENSITIVE_STRING }))); };
|
|
@@ -880,6 +1336,18 @@ export var PutParameterResult;
|
|
|
880
1336
|
(function (PutParameterResult) {
|
|
881
1337
|
PutParameterResult.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
882
1338
|
})(PutParameterResult || (PutParameterResult = {}));
|
|
1339
|
+
var UnsupportedParameterType = (function (_super) {
|
|
1340
|
+
__extends(UnsupportedParameterType, _super);
|
|
1341
|
+
function UnsupportedParameterType(opts) {
|
|
1342
|
+
var _this = _super.call(this, __assign({ name: "UnsupportedParameterType", $fault: "client" }, opts)) || this;
|
|
1343
|
+
_this.name = "UnsupportedParameterType";
|
|
1344
|
+
_this.$fault = "client";
|
|
1345
|
+
Object.setPrototypeOf(_this, UnsupportedParameterType.prototype);
|
|
1346
|
+
return _this;
|
|
1347
|
+
}
|
|
1348
|
+
return UnsupportedParameterType;
|
|
1349
|
+
}(__BaseException));
|
|
1350
|
+
export { UnsupportedParameterType };
|
|
883
1351
|
export var RegisterDefaultPatchBaselineRequest;
|
|
884
1352
|
(function (RegisterDefaultPatchBaselineRequest) {
|
|
885
1353
|
RegisterDefaultPatchBaselineRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
@@ -904,6 +1372,19 @@ export var RegisterTargetWithMaintenanceWindowResult;
|
|
|
904
1372
|
(function (RegisterTargetWithMaintenanceWindowResult) {
|
|
905
1373
|
RegisterTargetWithMaintenanceWindowResult.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
906
1374
|
})(RegisterTargetWithMaintenanceWindowResult || (RegisterTargetWithMaintenanceWindowResult = {}));
|
|
1375
|
+
var FeatureNotAvailableException = (function (_super) {
|
|
1376
|
+
__extends(FeatureNotAvailableException, _super);
|
|
1377
|
+
function FeatureNotAvailableException(opts) {
|
|
1378
|
+
var _this = _super.call(this, __assign({ name: "FeatureNotAvailableException", $fault: "client" }, opts)) || this;
|
|
1379
|
+
_this.name = "FeatureNotAvailableException";
|
|
1380
|
+
_this.$fault = "client";
|
|
1381
|
+
Object.setPrototypeOf(_this, FeatureNotAvailableException.prototype);
|
|
1382
|
+
_this.Message = opts.Message;
|
|
1383
|
+
return _this;
|
|
1384
|
+
}
|
|
1385
|
+
return FeatureNotAvailableException;
|
|
1386
|
+
}(__BaseException));
|
|
1387
|
+
export { FeatureNotAvailableException };
|
|
907
1388
|
export var RegisterTaskWithMaintenanceWindowRequest;
|
|
908
1389
|
(function (RegisterTaskWithMaintenanceWindowRequest) {
|
|
909
1390
|
RegisterTaskWithMaintenanceWindowRequest.filterSensitiveLog = function (obj) { return (__assign(__assign(__assign(__assign({}, obj), (obj.TaskParameters && { TaskParameters: SENSITIVE_STRING })), (obj.TaskInvocationParameters && {
|
|
@@ -938,6 +1419,32 @@ export var ResumeSessionResponse;
|
|
|
938
1419
|
(function (ResumeSessionResponse) {
|
|
939
1420
|
ResumeSessionResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
940
1421
|
})(ResumeSessionResponse || (ResumeSessionResponse = {}));
|
|
1422
|
+
var AutomationStepNotFoundException = (function (_super) {
|
|
1423
|
+
__extends(AutomationStepNotFoundException, _super);
|
|
1424
|
+
function AutomationStepNotFoundException(opts) {
|
|
1425
|
+
var _this = _super.call(this, __assign({ name: "AutomationStepNotFoundException", $fault: "client" }, opts)) || this;
|
|
1426
|
+
_this.name = "AutomationStepNotFoundException";
|
|
1427
|
+
_this.$fault = "client";
|
|
1428
|
+
Object.setPrototypeOf(_this, AutomationStepNotFoundException.prototype);
|
|
1429
|
+
_this.Message = opts.Message;
|
|
1430
|
+
return _this;
|
|
1431
|
+
}
|
|
1432
|
+
return AutomationStepNotFoundException;
|
|
1433
|
+
}(__BaseException));
|
|
1434
|
+
export { AutomationStepNotFoundException };
|
|
1435
|
+
var InvalidAutomationSignalException = (function (_super) {
|
|
1436
|
+
__extends(InvalidAutomationSignalException, _super);
|
|
1437
|
+
function InvalidAutomationSignalException(opts) {
|
|
1438
|
+
var _this = _super.call(this, __assign({ name: "InvalidAutomationSignalException", $fault: "client" }, opts)) || this;
|
|
1439
|
+
_this.name = "InvalidAutomationSignalException";
|
|
1440
|
+
_this.$fault = "client";
|
|
1441
|
+
Object.setPrototypeOf(_this, InvalidAutomationSignalException.prototype);
|
|
1442
|
+
_this.Message = opts.Message;
|
|
1443
|
+
return _this;
|
|
1444
|
+
}
|
|
1445
|
+
return InvalidAutomationSignalException;
|
|
1446
|
+
}(__BaseException));
|
|
1447
|
+
export { InvalidAutomationSignalException };
|
|
941
1448
|
export var SignalType;
|
|
942
1449
|
(function (SignalType) {
|
|
943
1450
|
SignalType["APPROVE"] = "Approve";
|
|
@@ -954,6 +1461,44 @@ export var SendAutomationSignalResult;
|
|
|
954
1461
|
(function (SendAutomationSignalResult) {
|
|
955
1462
|
SendAutomationSignalResult.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
956
1463
|
})(SendAutomationSignalResult || (SendAutomationSignalResult = {}));
|
|
1464
|
+
var InvalidNotificationConfig = (function (_super) {
|
|
1465
|
+
__extends(InvalidNotificationConfig, _super);
|
|
1466
|
+
function InvalidNotificationConfig(opts) {
|
|
1467
|
+
var _this = _super.call(this, __assign({ name: "InvalidNotificationConfig", $fault: "client" }, opts)) || this;
|
|
1468
|
+
_this.name = "InvalidNotificationConfig";
|
|
1469
|
+
_this.$fault = "client";
|
|
1470
|
+
Object.setPrototypeOf(_this, InvalidNotificationConfig.prototype);
|
|
1471
|
+
_this.Message = opts.Message;
|
|
1472
|
+
return _this;
|
|
1473
|
+
}
|
|
1474
|
+
return InvalidNotificationConfig;
|
|
1475
|
+
}(__BaseException));
|
|
1476
|
+
export { InvalidNotificationConfig };
|
|
1477
|
+
var InvalidOutputFolder = (function (_super) {
|
|
1478
|
+
__extends(InvalidOutputFolder, _super);
|
|
1479
|
+
function InvalidOutputFolder(opts) {
|
|
1480
|
+
var _this = _super.call(this, __assign({ name: "InvalidOutputFolder", $fault: "client" }, opts)) || this;
|
|
1481
|
+
_this.name = "InvalidOutputFolder";
|
|
1482
|
+
_this.$fault = "client";
|
|
1483
|
+
Object.setPrototypeOf(_this, InvalidOutputFolder.prototype);
|
|
1484
|
+
return _this;
|
|
1485
|
+
}
|
|
1486
|
+
return InvalidOutputFolder;
|
|
1487
|
+
}(__BaseException));
|
|
1488
|
+
export { InvalidOutputFolder };
|
|
1489
|
+
var InvalidRole = (function (_super) {
|
|
1490
|
+
__extends(InvalidRole, _super);
|
|
1491
|
+
function InvalidRole(opts) {
|
|
1492
|
+
var _this = _super.call(this, __assign({ name: "InvalidRole", $fault: "client" }, opts)) || this;
|
|
1493
|
+
_this.name = "InvalidRole";
|
|
1494
|
+
_this.$fault = "client";
|
|
1495
|
+
Object.setPrototypeOf(_this, InvalidRole.prototype);
|
|
1496
|
+
_this.Message = opts.Message;
|
|
1497
|
+
return _this;
|
|
1498
|
+
}
|
|
1499
|
+
return InvalidRole;
|
|
1500
|
+
}(__BaseException));
|
|
1501
|
+
export { InvalidRole };
|
|
957
1502
|
export var SendCommandRequest;
|
|
958
1503
|
(function (SendCommandRequest) {
|
|
959
1504
|
SendCommandRequest.filterSensitiveLog = function (obj) { return (__assign(__assign({}, obj), (obj.Parameters && { Parameters: SENSITIVE_STRING }))); };
|
|
@@ -962,6 +1507,19 @@ export var SendCommandResult;
|
|
|
962
1507
|
(function (SendCommandResult) {
|
|
963
1508
|
SendCommandResult.filterSensitiveLog = function (obj) { return (__assign(__assign({}, obj), (obj.Command && { Command: Command.filterSensitiveLog(obj.Command) }))); };
|
|
964
1509
|
})(SendCommandResult || (SendCommandResult = {}));
|
|
1510
|
+
var InvalidAssociation = (function (_super) {
|
|
1511
|
+
__extends(InvalidAssociation, _super);
|
|
1512
|
+
function InvalidAssociation(opts) {
|
|
1513
|
+
var _this = _super.call(this, __assign({ name: "InvalidAssociation", $fault: "client" }, opts)) || this;
|
|
1514
|
+
_this.name = "InvalidAssociation";
|
|
1515
|
+
_this.$fault = "client";
|
|
1516
|
+
Object.setPrototypeOf(_this, InvalidAssociation.prototype);
|
|
1517
|
+
_this.Message = opts.Message;
|
|
1518
|
+
return _this;
|
|
1519
|
+
}
|
|
1520
|
+
return InvalidAssociation;
|
|
1521
|
+
}(__BaseException));
|
|
1522
|
+
export { InvalidAssociation };
|
|
965
1523
|
export var StartAssociationsOnceRequest;
|
|
966
1524
|
(function (StartAssociationsOnceRequest) {
|
|
967
1525
|
StartAssociationsOnceRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
@@ -970,6 +1528,58 @@ export var StartAssociationsOnceResult;
|
|
|
970
1528
|
(function (StartAssociationsOnceResult) {
|
|
971
1529
|
StartAssociationsOnceResult.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
972
1530
|
})(StartAssociationsOnceResult || (StartAssociationsOnceResult = {}));
|
|
1531
|
+
var AutomationDefinitionNotFoundException = (function (_super) {
|
|
1532
|
+
__extends(AutomationDefinitionNotFoundException, _super);
|
|
1533
|
+
function AutomationDefinitionNotFoundException(opts) {
|
|
1534
|
+
var _this = _super.call(this, __assign({ name: "AutomationDefinitionNotFoundException", $fault: "client" }, opts)) || this;
|
|
1535
|
+
_this.name = "AutomationDefinitionNotFoundException";
|
|
1536
|
+
_this.$fault = "client";
|
|
1537
|
+
Object.setPrototypeOf(_this, AutomationDefinitionNotFoundException.prototype);
|
|
1538
|
+
_this.Message = opts.Message;
|
|
1539
|
+
return _this;
|
|
1540
|
+
}
|
|
1541
|
+
return AutomationDefinitionNotFoundException;
|
|
1542
|
+
}(__BaseException));
|
|
1543
|
+
export { AutomationDefinitionNotFoundException };
|
|
1544
|
+
var AutomationDefinitionVersionNotFoundException = (function (_super) {
|
|
1545
|
+
__extends(AutomationDefinitionVersionNotFoundException, _super);
|
|
1546
|
+
function AutomationDefinitionVersionNotFoundException(opts) {
|
|
1547
|
+
var _this = _super.call(this, __assign({ name: "AutomationDefinitionVersionNotFoundException", $fault: "client" }, opts)) || this;
|
|
1548
|
+
_this.name = "AutomationDefinitionVersionNotFoundException";
|
|
1549
|
+
_this.$fault = "client";
|
|
1550
|
+
Object.setPrototypeOf(_this, AutomationDefinitionVersionNotFoundException.prototype);
|
|
1551
|
+
_this.Message = opts.Message;
|
|
1552
|
+
return _this;
|
|
1553
|
+
}
|
|
1554
|
+
return AutomationDefinitionVersionNotFoundException;
|
|
1555
|
+
}(__BaseException));
|
|
1556
|
+
export { AutomationDefinitionVersionNotFoundException };
|
|
1557
|
+
var AutomationExecutionLimitExceededException = (function (_super) {
|
|
1558
|
+
__extends(AutomationExecutionLimitExceededException, _super);
|
|
1559
|
+
function AutomationExecutionLimitExceededException(opts) {
|
|
1560
|
+
var _this = _super.call(this, __assign({ name: "AutomationExecutionLimitExceededException", $fault: "client" }, opts)) || this;
|
|
1561
|
+
_this.name = "AutomationExecutionLimitExceededException";
|
|
1562
|
+
_this.$fault = "client";
|
|
1563
|
+
Object.setPrototypeOf(_this, AutomationExecutionLimitExceededException.prototype);
|
|
1564
|
+
_this.Message = opts.Message;
|
|
1565
|
+
return _this;
|
|
1566
|
+
}
|
|
1567
|
+
return AutomationExecutionLimitExceededException;
|
|
1568
|
+
}(__BaseException));
|
|
1569
|
+
export { AutomationExecutionLimitExceededException };
|
|
1570
|
+
var InvalidAutomationExecutionParametersException = (function (_super) {
|
|
1571
|
+
__extends(InvalidAutomationExecutionParametersException, _super);
|
|
1572
|
+
function InvalidAutomationExecutionParametersException(opts) {
|
|
1573
|
+
var _this = _super.call(this, __assign({ name: "InvalidAutomationExecutionParametersException", $fault: "client" }, opts)) || this;
|
|
1574
|
+
_this.name = "InvalidAutomationExecutionParametersException";
|
|
1575
|
+
_this.$fault = "client";
|
|
1576
|
+
Object.setPrototypeOf(_this, InvalidAutomationExecutionParametersException.prototype);
|
|
1577
|
+
_this.Message = opts.Message;
|
|
1578
|
+
return _this;
|
|
1579
|
+
}
|
|
1580
|
+
return InvalidAutomationExecutionParametersException;
|
|
1581
|
+
}(__BaseException));
|
|
1582
|
+
export { InvalidAutomationExecutionParametersException };
|
|
973
1583
|
export var StartAutomationExecutionRequest;
|
|
974
1584
|
(function (StartAutomationExecutionRequest) {
|
|
975
1585
|
StartAutomationExecutionRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
@@ -978,6 +1588,19 @@ export var StartAutomationExecutionResult;
|
|
|
978
1588
|
(function (StartAutomationExecutionResult) {
|
|
979
1589
|
StartAutomationExecutionResult.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
980
1590
|
})(StartAutomationExecutionResult || (StartAutomationExecutionResult = {}));
|
|
1591
|
+
var AutomationDefinitionNotApprovedException = (function (_super) {
|
|
1592
|
+
__extends(AutomationDefinitionNotApprovedException, _super);
|
|
1593
|
+
function AutomationDefinitionNotApprovedException(opts) {
|
|
1594
|
+
var _this = _super.call(this, __assign({ name: "AutomationDefinitionNotApprovedException", $fault: "client" }, opts)) || this;
|
|
1595
|
+
_this.name = "AutomationDefinitionNotApprovedException";
|
|
1596
|
+
_this.$fault = "client";
|
|
1597
|
+
Object.setPrototypeOf(_this, AutomationDefinitionNotApprovedException.prototype);
|
|
1598
|
+
_this.Message = opts.Message;
|
|
1599
|
+
return _this;
|
|
1600
|
+
}
|
|
1601
|
+
return AutomationDefinitionNotApprovedException;
|
|
1602
|
+
}(__BaseException));
|
|
1603
|
+
export { AutomationDefinitionNotApprovedException };
|
|
981
1604
|
export var StartChangeRequestExecutionRequest;
|
|
982
1605
|
(function (StartChangeRequestExecutionRequest) {
|
|
983
1606
|
StartChangeRequestExecutionRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
@@ -994,6 +1617,32 @@ export var StartSessionResponse;
|
|
|
994
1617
|
(function (StartSessionResponse) {
|
|
995
1618
|
StartSessionResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
996
1619
|
})(StartSessionResponse || (StartSessionResponse = {}));
|
|
1620
|
+
var TargetNotConnected = (function (_super) {
|
|
1621
|
+
__extends(TargetNotConnected, _super);
|
|
1622
|
+
function TargetNotConnected(opts) {
|
|
1623
|
+
var _this = _super.call(this, __assign({ name: "TargetNotConnected", $fault: "client" }, opts)) || this;
|
|
1624
|
+
_this.name = "TargetNotConnected";
|
|
1625
|
+
_this.$fault = "client";
|
|
1626
|
+
Object.setPrototypeOf(_this, TargetNotConnected.prototype);
|
|
1627
|
+
_this.Message = opts.Message;
|
|
1628
|
+
return _this;
|
|
1629
|
+
}
|
|
1630
|
+
return TargetNotConnected;
|
|
1631
|
+
}(__BaseException));
|
|
1632
|
+
export { TargetNotConnected };
|
|
1633
|
+
var InvalidAutomationStatusUpdateException = (function (_super) {
|
|
1634
|
+
__extends(InvalidAutomationStatusUpdateException, _super);
|
|
1635
|
+
function InvalidAutomationStatusUpdateException(opts) {
|
|
1636
|
+
var _this = _super.call(this, __assign({ name: "InvalidAutomationStatusUpdateException", $fault: "client" }, opts)) || this;
|
|
1637
|
+
_this.name = "InvalidAutomationStatusUpdateException";
|
|
1638
|
+
_this.$fault = "client";
|
|
1639
|
+
Object.setPrototypeOf(_this, InvalidAutomationStatusUpdateException.prototype);
|
|
1640
|
+
_this.Message = opts.Message;
|
|
1641
|
+
return _this;
|
|
1642
|
+
}
|
|
1643
|
+
return InvalidAutomationStatusUpdateException;
|
|
1644
|
+
}(__BaseException));
|
|
1645
|
+
export { InvalidAutomationStatusUpdateException };
|
|
997
1646
|
export var StopType;
|
|
998
1647
|
(function (StopType) {
|
|
999
1648
|
StopType["CANCEL"] = "Cancel";
|
|
@@ -1023,6 +1672,32 @@ export var UnlabelParameterVersionResult;
|
|
|
1023
1672
|
(function (UnlabelParameterVersionResult) {
|
|
1024
1673
|
UnlabelParameterVersionResult.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1025
1674
|
})(UnlabelParameterVersionResult || (UnlabelParameterVersionResult = {}));
|
|
1675
|
+
var AssociationVersionLimitExceeded = (function (_super) {
|
|
1676
|
+
__extends(AssociationVersionLimitExceeded, _super);
|
|
1677
|
+
function AssociationVersionLimitExceeded(opts) {
|
|
1678
|
+
var _this = _super.call(this, __assign({ name: "AssociationVersionLimitExceeded", $fault: "client" }, opts)) || this;
|
|
1679
|
+
_this.name = "AssociationVersionLimitExceeded";
|
|
1680
|
+
_this.$fault = "client";
|
|
1681
|
+
Object.setPrototypeOf(_this, AssociationVersionLimitExceeded.prototype);
|
|
1682
|
+
_this.Message = opts.Message;
|
|
1683
|
+
return _this;
|
|
1684
|
+
}
|
|
1685
|
+
return AssociationVersionLimitExceeded;
|
|
1686
|
+
}(__BaseException));
|
|
1687
|
+
export { AssociationVersionLimitExceeded };
|
|
1688
|
+
var InvalidUpdate = (function (_super) {
|
|
1689
|
+
__extends(InvalidUpdate, _super);
|
|
1690
|
+
function InvalidUpdate(opts) {
|
|
1691
|
+
var _this = _super.call(this, __assign({ name: "InvalidUpdate", $fault: "client" }, opts)) || this;
|
|
1692
|
+
_this.name = "InvalidUpdate";
|
|
1693
|
+
_this.$fault = "client";
|
|
1694
|
+
Object.setPrototypeOf(_this, InvalidUpdate.prototype);
|
|
1695
|
+
_this.Message = opts.Message;
|
|
1696
|
+
return _this;
|
|
1697
|
+
}
|
|
1698
|
+
return InvalidUpdate;
|
|
1699
|
+
}(__BaseException));
|
|
1700
|
+
export { InvalidUpdate };
|
|
1026
1701
|
export var UpdateAssociationRequest;
|
|
1027
1702
|
(function (UpdateAssociationRequest) {
|
|
1028
1703
|
UpdateAssociationRequest.filterSensitiveLog = function (obj) { return (__assign(__assign({}, obj), (obj.Parameters && { Parameters: SENSITIVE_STRING }))); };
|
|
@@ -1033,6 +1708,18 @@ export var UpdateAssociationResult;
|
|
|
1033
1708
|
AssociationDescription: AssociationDescription.filterSensitiveLog(obj.AssociationDescription),
|
|
1034
1709
|
}))); };
|
|
1035
1710
|
})(UpdateAssociationResult || (UpdateAssociationResult = {}));
|
|
1711
|
+
var StatusUnchanged = (function (_super) {
|
|
1712
|
+
__extends(StatusUnchanged, _super);
|
|
1713
|
+
function StatusUnchanged(opts) {
|
|
1714
|
+
var _this = _super.call(this, __assign({ name: "StatusUnchanged", $fault: "client" }, opts)) || this;
|
|
1715
|
+
_this.name = "StatusUnchanged";
|
|
1716
|
+
_this.$fault = "client";
|
|
1717
|
+
Object.setPrototypeOf(_this, StatusUnchanged.prototype);
|
|
1718
|
+
return _this;
|
|
1719
|
+
}
|
|
1720
|
+
return StatusUnchanged;
|
|
1721
|
+
}(__BaseException));
|
|
1722
|
+
export { StatusUnchanged };
|
|
1036
1723
|
export var UpdateAssociationStatusRequest;
|
|
1037
1724
|
(function (UpdateAssociationStatusRequest) {
|
|
1038
1725
|
UpdateAssociationStatusRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
@@ -1043,6 +1730,45 @@ export var UpdateAssociationStatusResult;
|
|
|
1043
1730
|
AssociationDescription: AssociationDescription.filterSensitiveLog(obj.AssociationDescription),
|
|
1044
1731
|
}))); };
|
|
1045
1732
|
})(UpdateAssociationStatusResult || (UpdateAssociationStatusResult = {}));
|
|
1733
|
+
var DocumentVersionLimitExceeded = (function (_super) {
|
|
1734
|
+
__extends(DocumentVersionLimitExceeded, _super);
|
|
1735
|
+
function DocumentVersionLimitExceeded(opts) {
|
|
1736
|
+
var _this = _super.call(this, __assign({ name: "DocumentVersionLimitExceeded", $fault: "client" }, opts)) || this;
|
|
1737
|
+
_this.name = "DocumentVersionLimitExceeded";
|
|
1738
|
+
_this.$fault = "client";
|
|
1739
|
+
Object.setPrototypeOf(_this, DocumentVersionLimitExceeded.prototype);
|
|
1740
|
+
_this.Message = opts.Message;
|
|
1741
|
+
return _this;
|
|
1742
|
+
}
|
|
1743
|
+
return DocumentVersionLimitExceeded;
|
|
1744
|
+
}(__BaseException));
|
|
1745
|
+
export { DocumentVersionLimitExceeded };
|
|
1746
|
+
var DuplicateDocumentContent = (function (_super) {
|
|
1747
|
+
__extends(DuplicateDocumentContent, _super);
|
|
1748
|
+
function DuplicateDocumentContent(opts) {
|
|
1749
|
+
var _this = _super.call(this, __assign({ name: "DuplicateDocumentContent", $fault: "client" }, opts)) || this;
|
|
1750
|
+
_this.name = "DuplicateDocumentContent";
|
|
1751
|
+
_this.$fault = "client";
|
|
1752
|
+
Object.setPrototypeOf(_this, DuplicateDocumentContent.prototype);
|
|
1753
|
+
_this.Message = opts.Message;
|
|
1754
|
+
return _this;
|
|
1755
|
+
}
|
|
1756
|
+
return DuplicateDocumentContent;
|
|
1757
|
+
}(__BaseException));
|
|
1758
|
+
export { DuplicateDocumentContent };
|
|
1759
|
+
var DuplicateDocumentVersionName = (function (_super) {
|
|
1760
|
+
__extends(DuplicateDocumentVersionName, _super);
|
|
1761
|
+
function DuplicateDocumentVersionName(opts) {
|
|
1762
|
+
var _this = _super.call(this, __assign({ name: "DuplicateDocumentVersionName", $fault: "client" }, opts)) || this;
|
|
1763
|
+
_this.name = "DuplicateDocumentVersionName";
|
|
1764
|
+
_this.$fault = "client";
|
|
1765
|
+
Object.setPrototypeOf(_this, DuplicateDocumentVersionName.prototype);
|
|
1766
|
+
_this.Message = opts.Message;
|
|
1767
|
+
return _this;
|
|
1768
|
+
}
|
|
1769
|
+
return DuplicateDocumentVersionName;
|
|
1770
|
+
}(__BaseException));
|
|
1771
|
+
export { DuplicateDocumentVersionName };
|
|
1046
1772
|
export var UpdateDocumentRequest;
|
|
1047
1773
|
(function (UpdateDocumentRequest) {
|
|
1048
1774
|
UpdateDocumentRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|