@aws-sdk/client-ssm 3.987.0 → 3.989.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.
@@ -0,0 +1,2059 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ exports.InvalidDeleteInventoryParametersException = exports.InvalidDocumentOperation = exports.AssociatedInstances = exports.AssociationDoesNotExist = exports.InvalidActivationId = exports.InvalidActivation = exports.ResourceDataSyncInvalidConfigurationException = exports.ResourceDataSyncCountExceededException = exports.ResourceDataSyncAlreadyExistsException = exports.OpsMetadataTooManyUpdatesException = exports.OpsMetadataLimitExceededException = exports.OpsMetadataInvalidArgumentException = exports.OpsMetadataAlreadyExistsException = exports.OpsItemAlreadyExistsException = exports.OpsItemAccessDeniedException = exports.ResourceLimitExceededException = exports.IdempotentParameterMismatch = exports.NoLongerSupportedException = exports.MaxDocumentSizeExceeded = exports.InvalidDocumentSchemaVersion = exports.InvalidDocumentContent = exports.DocumentLimitExceeded = exports.DocumentAlreadyExists = exports.UnsupportedPlatformType = exports.InvalidTargetMaps = exports.InvalidTarget = exports.InvalidTag = exports.InvalidSchedule = exports.InvalidOutputLocation = exports.InvalidDocumentVersion = exports.InvalidDocument = exports.AssociationLimitExceeded = exports.AssociationAlreadyExists = exports.InvalidParameters = exports.DoesNotExistException = exports.InvalidInstanceId = exports.InvalidCommandId = exports.DuplicateInstanceId = exports.OpsItemRelatedItemAlreadyExistsException = exports.OpsItemNotFoundException = exports.OpsItemLimitExceededException = exports.OpsItemInvalidParameterException = exports.OpsItemConflictException = exports.AlreadyExistsException = exports.TooManyUpdates = exports.TooManyTagsError = exports.InvalidResourceType = exports.InvalidResourceId = exports.InternalServerError = exports.AccessDeniedException = void 0;
4
+ exports.ItemContentMismatchException = exports.InvalidInventoryItemContextException = exports.CustomSchemaCountLimitExceededException = exports.TotalSizeLimitExceededException = exports.ItemSizeLimitExceededException = exports.InvalidItemContentException = exports.ComplianceTypeCountLimitExceededException = exports.DocumentPermissionLimit = exports.UnsupportedOperationException = exports.ParameterVersionLabelLimitExceeded = exports.ServiceSettingNotFound = exports.ParameterVersionNotFound = exports.InvalidKeyId = exports.InvalidResultAttributeException = exports.InvalidInventoryGroupException = exports.InvalidAggregatorException = exports.UnsupportedFeatureRequiredException = exports.InvocationDoesNotExist = exports.InvalidPluginName = exports.UnsupportedCalendarException = exports.InvalidDocumentType = exports.ValidationException = exports.ThrottlingException = exports.OpsItemRelatedItemAssociationNotFoundException = exports.InvalidFilterOption = exports.InvalidDeletionIdException = exports.InvalidInstancePropertyFilterValue = exports.InvalidInstanceInformationFilterValue = exports.UnsupportedOperatingSystem = exports.InvalidPermissionType = exports.AutomationExecutionNotFoundException = exports.InvalidFilterValue = exports.InvalidFilterKey = exports.AssociationExecutionDoesNotExist = exports.InvalidAssociationVersion = exports.InvalidNextToken = exports.InvalidFilter = exports.TargetInUseException = exports.ResourcePolicyNotFoundException = exports.ResourcePolicyInvalidParameterException = exports.ResourcePolicyConflictException = exports.ResourceNotFoundException = exports.MalformedResourcePolicyDocumentException = exports.ResourceDataSyncNotFoundException = exports.ResourceInUseException = exports.ParameterNotFound = exports.OpsMetadataNotFoundException = exports.InvalidTypeNameException = exports.InvalidOptionException = exports.InvalidInventoryRequestException = void 0;
5
+ exports.ResourceDataSyncConflictException = exports.OpsMetadataKeyLimitExceededException = exports.DuplicateDocumentVersionName = exports.DuplicateDocumentContent = exports.DocumentVersionLimitExceeded = exports.StatusUnchanged = exports.InvalidUpdate = exports.AssociationVersionLimitExceeded = exports.InvalidAutomationStatusUpdateException = exports.TargetNotConnected = exports.AutomationDefinitionNotApprovedException = exports.InvalidAutomationExecutionParametersException = exports.AutomationExecutionLimitExceededException = exports.AutomationDefinitionVersionNotFoundException = exports.AutomationDefinitionNotFoundException = exports.InvalidAssociation = exports.ServiceQuotaExceededException = exports.InvalidRole = exports.InvalidOutputFolder = exports.InvalidNotificationConfig = exports.InvalidAutomationSignalException = exports.AutomationStepNotFoundException = exports.FeatureNotAvailableException = exports.ResourcePolicyLimitExceededException = exports.UnsupportedParameterType = exports.PoliciesLimitExceededException = exports.ParameterPatternMismatchException = exports.ParameterMaxVersionLimitExceeded = exports.ParameterLimitExceeded = exports.ParameterAlreadyExists = exports.InvalidPolicyTypeException = exports.InvalidPolicyAttributeException = exports.InvalidAllowedPatternException = exports.IncompatiblePolicyException = exports.HierarchyTypeMismatchException = exports.HierarchyLevelLimitExceededException = exports.UnsupportedInventorySchemaVersionException = exports.UnsupportedInventoryItemContextException = exports.SubTypeCountLimitExceededException = void 0;
6
+ const SSMServiceException_1 = require("./SSMServiceException");
7
+ class AccessDeniedException extends SSMServiceException_1.SSMServiceException {
8
+ name = "AccessDeniedException";
9
+ $fault = "client";
10
+ Message;
11
+ constructor(opts) {
12
+ super({
13
+ name: "AccessDeniedException",
14
+ $fault: "client",
15
+ ...opts,
16
+ });
17
+ Object.setPrototypeOf(this, AccessDeniedException.prototype);
18
+ this.Message = opts.Message;
19
+ }
20
+ }
21
+ exports.AccessDeniedException = AccessDeniedException;
22
+ class InternalServerError extends SSMServiceException_1.SSMServiceException {
23
+ name = "InternalServerError";
24
+ $fault = "server";
25
+ Message;
26
+ constructor(opts) {
27
+ super({
28
+ name: "InternalServerError",
29
+ $fault: "server",
30
+ ...opts,
31
+ });
32
+ Object.setPrototypeOf(this, InternalServerError.prototype);
33
+ this.Message = opts.Message;
34
+ }
35
+ }
36
+ exports.InternalServerError = InternalServerError;
37
+ class InvalidResourceId extends SSMServiceException_1.SSMServiceException {
38
+ name = "InvalidResourceId";
39
+ $fault = "client";
40
+ constructor(opts) {
41
+ super({
42
+ name: "InvalidResourceId",
43
+ $fault: "client",
44
+ ...opts,
45
+ });
46
+ Object.setPrototypeOf(this, InvalidResourceId.prototype);
47
+ }
48
+ }
49
+ exports.InvalidResourceId = InvalidResourceId;
50
+ class InvalidResourceType extends SSMServiceException_1.SSMServiceException {
51
+ name = "InvalidResourceType";
52
+ $fault = "client";
53
+ constructor(opts) {
54
+ super({
55
+ name: "InvalidResourceType",
56
+ $fault: "client",
57
+ ...opts,
58
+ });
59
+ Object.setPrototypeOf(this, InvalidResourceType.prototype);
60
+ }
61
+ }
62
+ exports.InvalidResourceType = InvalidResourceType;
63
+ class TooManyTagsError extends SSMServiceException_1.SSMServiceException {
64
+ name = "TooManyTagsError";
65
+ $fault = "client";
66
+ constructor(opts) {
67
+ super({
68
+ name: "TooManyTagsError",
69
+ $fault: "client",
70
+ ...opts,
71
+ });
72
+ Object.setPrototypeOf(this, TooManyTagsError.prototype);
73
+ }
74
+ }
75
+ exports.TooManyTagsError = TooManyTagsError;
76
+ class TooManyUpdates extends SSMServiceException_1.SSMServiceException {
77
+ name = "TooManyUpdates";
78
+ $fault = "client";
79
+ Message;
80
+ constructor(opts) {
81
+ super({
82
+ name: "TooManyUpdates",
83
+ $fault: "client",
84
+ ...opts,
85
+ });
86
+ Object.setPrototypeOf(this, TooManyUpdates.prototype);
87
+ this.Message = opts.Message;
88
+ }
89
+ }
90
+ exports.TooManyUpdates = TooManyUpdates;
91
+ class AlreadyExistsException extends SSMServiceException_1.SSMServiceException {
92
+ name = "AlreadyExistsException";
93
+ $fault = "client";
94
+ Message;
95
+ constructor(opts) {
96
+ super({
97
+ name: "AlreadyExistsException",
98
+ $fault: "client",
99
+ ...opts,
100
+ });
101
+ Object.setPrototypeOf(this, AlreadyExistsException.prototype);
102
+ this.Message = opts.Message;
103
+ }
104
+ }
105
+ exports.AlreadyExistsException = AlreadyExistsException;
106
+ class OpsItemConflictException extends SSMServiceException_1.SSMServiceException {
107
+ name = "OpsItemConflictException";
108
+ $fault = "client";
109
+ Message;
110
+ constructor(opts) {
111
+ super({
112
+ name: "OpsItemConflictException",
113
+ $fault: "client",
114
+ ...opts,
115
+ });
116
+ Object.setPrototypeOf(this, OpsItemConflictException.prototype);
117
+ this.Message = opts.Message;
118
+ }
119
+ }
120
+ exports.OpsItemConflictException = OpsItemConflictException;
121
+ class OpsItemInvalidParameterException extends SSMServiceException_1.SSMServiceException {
122
+ name = "OpsItemInvalidParameterException";
123
+ $fault = "client";
124
+ ParameterNames;
125
+ Message;
126
+ constructor(opts) {
127
+ super({
128
+ name: "OpsItemInvalidParameterException",
129
+ $fault: "client",
130
+ ...opts,
131
+ });
132
+ Object.setPrototypeOf(this, OpsItemInvalidParameterException.prototype);
133
+ this.ParameterNames = opts.ParameterNames;
134
+ this.Message = opts.Message;
135
+ }
136
+ }
137
+ exports.OpsItemInvalidParameterException = OpsItemInvalidParameterException;
138
+ class OpsItemLimitExceededException extends SSMServiceException_1.SSMServiceException {
139
+ name = "OpsItemLimitExceededException";
140
+ $fault = "client";
141
+ ResourceTypes;
142
+ Limit;
143
+ LimitType;
144
+ Message;
145
+ constructor(opts) {
146
+ super({
147
+ name: "OpsItemLimitExceededException",
148
+ $fault: "client",
149
+ ...opts,
150
+ });
151
+ Object.setPrototypeOf(this, OpsItemLimitExceededException.prototype);
152
+ this.ResourceTypes = opts.ResourceTypes;
153
+ this.Limit = opts.Limit;
154
+ this.LimitType = opts.LimitType;
155
+ this.Message = opts.Message;
156
+ }
157
+ }
158
+ exports.OpsItemLimitExceededException = OpsItemLimitExceededException;
159
+ class OpsItemNotFoundException extends SSMServiceException_1.SSMServiceException {
160
+ name = "OpsItemNotFoundException";
161
+ $fault = "client";
162
+ Message;
163
+ constructor(opts) {
164
+ super({
165
+ name: "OpsItemNotFoundException",
166
+ $fault: "client",
167
+ ...opts,
168
+ });
169
+ Object.setPrototypeOf(this, OpsItemNotFoundException.prototype);
170
+ this.Message = opts.Message;
171
+ }
172
+ }
173
+ exports.OpsItemNotFoundException = OpsItemNotFoundException;
174
+ class OpsItemRelatedItemAlreadyExistsException extends SSMServiceException_1.SSMServiceException {
175
+ name = "OpsItemRelatedItemAlreadyExistsException";
176
+ $fault = "client";
177
+ Message;
178
+ ResourceUri;
179
+ OpsItemId;
180
+ constructor(opts) {
181
+ super({
182
+ name: "OpsItemRelatedItemAlreadyExistsException",
183
+ $fault: "client",
184
+ ...opts,
185
+ });
186
+ Object.setPrototypeOf(this, OpsItemRelatedItemAlreadyExistsException.prototype);
187
+ this.Message = opts.Message;
188
+ this.ResourceUri = opts.ResourceUri;
189
+ this.OpsItemId = opts.OpsItemId;
190
+ }
191
+ }
192
+ exports.OpsItemRelatedItemAlreadyExistsException = OpsItemRelatedItemAlreadyExistsException;
193
+ class DuplicateInstanceId extends SSMServiceException_1.SSMServiceException {
194
+ name = "DuplicateInstanceId";
195
+ $fault = "client";
196
+ constructor(opts) {
197
+ super({
198
+ name: "DuplicateInstanceId",
199
+ $fault: "client",
200
+ ...opts,
201
+ });
202
+ Object.setPrototypeOf(this, DuplicateInstanceId.prototype);
203
+ }
204
+ }
205
+ exports.DuplicateInstanceId = DuplicateInstanceId;
206
+ class InvalidCommandId extends SSMServiceException_1.SSMServiceException {
207
+ name = "InvalidCommandId";
208
+ $fault = "client";
209
+ constructor(opts) {
210
+ super({
211
+ name: "InvalidCommandId",
212
+ $fault: "client",
213
+ ...opts,
214
+ });
215
+ Object.setPrototypeOf(this, InvalidCommandId.prototype);
216
+ }
217
+ }
218
+ exports.InvalidCommandId = InvalidCommandId;
219
+ class InvalidInstanceId extends SSMServiceException_1.SSMServiceException {
220
+ name = "InvalidInstanceId";
221
+ $fault = "client";
222
+ Message;
223
+ constructor(opts) {
224
+ super({
225
+ name: "InvalidInstanceId",
226
+ $fault: "client",
227
+ ...opts,
228
+ });
229
+ Object.setPrototypeOf(this, InvalidInstanceId.prototype);
230
+ this.Message = opts.Message;
231
+ }
232
+ }
233
+ exports.InvalidInstanceId = InvalidInstanceId;
234
+ class DoesNotExistException extends SSMServiceException_1.SSMServiceException {
235
+ name = "DoesNotExistException";
236
+ $fault = "client";
237
+ Message;
238
+ constructor(opts) {
239
+ super({
240
+ name: "DoesNotExistException",
241
+ $fault: "client",
242
+ ...opts,
243
+ });
244
+ Object.setPrototypeOf(this, DoesNotExistException.prototype);
245
+ this.Message = opts.Message;
246
+ }
247
+ }
248
+ exports.DoesNotExistException = DoesNotExistException;
249
+ class InvalidParameters extends SSMServiceException_1.SSMServiceException {
250
+ name = "InvalidParameters";
251
+ $fault = "client";
252
+ Message;
253
+ constructor(opts) {
254
+ super({
255
+ name: "InvalidParameters",
256
+ $fault: "client",
257
+ ...opts,
258
+ });
259
+ Object.setPrototypeOf(this, InvalidParameters.prototype);
260
+ this.Message = opts.Message;
261
+ }
262
+ }
263
+ exports.InvalidParameters = InvalidParameters;
264
+ class AssociationAlreadyExists extends SSMServiceException_1.SSMServiceException {
265
+ name = "AssociationAlreadyExists";
266
+ $fault = "client";
267
+ constructor(opts) {
268
+ super({
269
+ name: "AssociationAlreadyExists",
270
+ $fault: "client",
271
+ ...opts,
272
+ });
273
+ Object.setPrototypeOf(this, AssociationAlreadyExists.prototype);
274
+ }
275
+ }
276
+ exports.AssociationAlreadyExists = AssociationAlreadyExists;
277
+ class AssociationLimitExceeded extends SSMServiceException_1.SSMServiceException {
278
+ name = "AssociationLimitExceeded";
279
+ $fault = "client";
280
+ constructor(opts) {
281
+ super({
282
+ name: "AssociationLimitExceeded",
283
+ $fault: "client",
284
+ ...opts,
285
+ });
286
+ Object.setPrototypeOf(this, AssociationLimitExceeded.prototype);
287
+ }
288
+ }
289
+ exports.AssociationLimitExceeded = AssociationLimitExceeded;
290
+ class InvalidDocument extends SSMServiceException_1.SSMServiceException {
291
+ name = "InvalidDocument";
292
+ $fault = "client";
293
+ Message;
294
+ constructor(opts) {
295
+ super({
296
+ name: "InvalidDocument",
297
+ $fault: "client",
298
+ ...opts,
299
+ });
300
+ Object.setPrototypeOf(this, InvalidDocument.prototype);
301
+ this.Message = opts.Message;
302
+ }
303
+ }
304
+ exports.InvalidDocument = InvalidDocument;
305
+ class InvalidDocumentVersion extends SSMServiceException_1.SSMServiceException {
306
+ name = "InvalidDocumentVersion";
307
+ $fault = "client";
308
+ Message;
309
+ constructor(opts) {
310
+ super({
311
+ name: "InvalidDocumentVersion",
312
+ $fault: "client",
313
+ ...opts,
314
+ });
315
+ Object.setPrototypeOf(this, InvalidDocumentVersion.prototype);
316
+ this.Message = opts.Message;
317
+ }
318
+ }
319
+ exports.InvalidDocumentVersion = InvalidDocumentVersion;
320
+ class InvalidOutputLocation extends SSMServiceException_1.SSMServiceException {
321
+ name = "InvalidOutputLocation";
322
+ $fault = "client";
323
+ constructor(opts) {
324
+ super({
325
+ name: "InvalidOutputLocation",
326
+ $fault: "client",
327
+ ...opts,
328
+ });
329
+ Object.setPrototypeOf(this, InvalidOutputLocation.prototype);
330
+ }
331
+ }
332
+ exports.InvalidOutputLocation = InvalidOutputLocation;
333
+ class InvalidSchedule extends SSMServiceException_1.SSMServiceException {
334
+ name = "InvalidSchedule";
335
+ $fault = "client";
336
+ Message;
337
+ constructor(opts) {
338
+ super({
339
+ name: "InvalidSchedule",
340
+ $fault: "client",
341
+ ...opts,
342
+ });
343
+ Object.setPrototypeOf(this, InvalidSchedule.prototype);
344
+ this.Message = opts.Message;
345
+ }
346
+ }
347
+ exports.InvalidSchedule = InvalidSchedule;
348
+ class InvalidTag extends SSMServiceException_1.SSMServiceException {
349
+ name = "InvalidTag";
350
+ $fault = "client";
351
+ Message;
352
+ constructor(opts) {
353
+ super({
354
+ name: "InvalidTag",
355
+ $fault: "client",
356
+ ...opts,
357
+ });
358
+ Object.setPrototypeOf(this, InvalidTag.prototype);
359
+ this.Message = opts.Message;
360
+ }
361
+ }
362
+ exports.InvalidTag = InvalidTag;
363
+ class InvalidTarget extends SSMServiceException_1.SSMServiceException {
364
+ name = "InvalidTarget";
365
+ $fault = "client";
366
+ Message;
367
+ constructor(opts) {
368
+ super({
369
+ name: "InvalidTarget",
370
+ $fault: "client",
371
+ ...opts,
372
+ });
373
+ Object.setPrototypeOf(this, InvalidTarget.prototype);
374
+ this.Message = opts.Message;
375
+ }
376
+ }
377
+ exports.InvalidTarget = InvalidTarget;
378
+ class InvalidTargetMaps extends SSMServiceException_1.SSMServiceException {
379
+ name = "InvalidTargetMaps";
380
+ $fault = "client";
381
+ Message;
382
+ constructor(opts) {
383
+ super({
384
+ name: "InvalidTargetMaps",
385
+ $fault: "client",
386
+ ...opts,
387
+ });
388
+ Object.setPrototypeOf(this, InvalidTargetMaps.prototype);
389
+ this.Message = opts.Message;
390
+ }
391
+ }
392
+ exports.InvalidTargetMaps = InvalidTargetMaps;
393
+ class UnsupportedPlatformType extends SSMServiceException_1.SSMServiceException {
394
+ name = "UnsupportedPlatformType";
395
+ $fault = "client";
396
+ Message;
397
+ constructor(opts) {
398
+ super({
399
+ name: "UnsupportedPlatformType",
400
+ $fault: "client",
401
+ ...opts,
402
+ });
403
+ Object.setPrototypeOf(this, UnsupportedPlatformType.prototype);
404
+ this.Message = opts.Message;
405
+ }
406
+ }
407
+ exports.UnsupportedPlatformType = UnsupportedPlatformType;
408
+ class DocumentAlreadyExists extends SSMServiceException_1.SSMServiceException {
409
+ name = "DocumentAlreadyExists";
410
+ $fault = "client";
411
+ Message;
412
+ constructor(opts) {
413
+ super({
414
+ name: "DocumentAlreadyExists",
415
+ $fault: "client",
416
+ ...opts,
417
+ });
418
+ Object.setPrototypeOf(this, DocumentAlreadyExists.prototype);
419
+ this.Message = opts.Message;
420
+ }
421
+ }
422
+ exports.DocumentAlreadyExists = DocumentAlreadyExists;
423
+ class DocumentLimitExceeded extends SSMServiceException_1.SSMServiceException {
424
+ name = "DocumentLimitExceeded";
425
+ $fault = "client";
426
+ Message;
427
+ constructor(opts) {
428
+ super({
429
+ name: "DocumentLimitExceeded",
430
+ $fault: "client",
431
+ ...opts,
432
+ });
433
+ Object.setPrototypeOf(this, DocumentLimitExceeded.prototype);
434
+ this.Message = opts.Message;
435
+ }
436
+ }
437
+ exports.DocumentLimitExceeded = DocumentLimitExceeded;
438
+ class InvalidDocumentContent extends SSMServiceException_1.SSMServiceException {
439
+ name = "InvalidDocumentContent";
440
+ $fault = "client";
441
+ Message;
442
+ constructor(opts) {
443
+ super({
444
+ name: "InvalidDocumentContent",
445
+ $fault: "client",
446
+ ...opts,
447
+ });
448
+ Object.setPrototypeOf(this, InvalidDocumentContent.prototype);
449
+ this.Message = opts.Message;
450
+ }
451
+ }
452
+ exports.InvalidDocumentContent = InvalidDocumentContent;
453
+ class InvalidDocumentSchemaVersion extends SSMServiceException_1.SSMServiceException {
454
+ name = "InvalidDocumentSchemaVersion";
455
+ $fault = "client";
456
+ Message;
457
+ constructor(opts) {
458
+ super({
459
+ name: "InvalidDocumentSchemaVersion",
460
+ $fault: "client",
461
+ ...opts,
462
+ });
463
+ Object.setPrototypeOf(this, InvalidDocumentSchemaVersion.prototype);
464
+ this.Message = opts.Message;
465
+ }
466
+ }
467
+ exports.InvalidDocumentSchemaVersion = InvalidDocumentSchemaVersion;
468
+ class MaxDocumentSizeExceeded extends SSMServiceException_1.SSMServiceException {
469
+ name = "MaxDocumentSizeExceeded";
470
+ $fault = "client";
471
+ Message;
472
+ constructor(opts) {
473
+ super({
474
+ name: "MaxDocumentSizeExceeded",
475
+ $fault: "client",
476
+ ...opts,
477
+ });
478
+ Object.setPrototypeOf(this, MaxDocumentSizeExceeded.prototype);
479
+ this.Message = opts.Message;
480
+ }
481
+ }
482
+ exports.MaxDocumentSizeExceeded = MaxDocumentSizeExceeded;
483
+ class NoLongerSupportedException extends SSMServiceException_1.SSMServiceException {
484
+ name = "NoLongerSupportedException";
485
+ $fault = "client";
486
+ Message;
487
+ constructor(opts) {
488
+ super({
489
+ name: "NoLongerSupportedException",
490
+ $fault: "client",
491
+ ...opts,
492
+ });
493
+ Object.setPrototypeOf(this, NoLongerSupportedException.prototype);
494
+ this.Message = opts.Message;
495
+ }
496
+ }
497
+ exports.NoLongerSupportedException = NoLongerSupportedException;
498
+ class IdempotentParameterMismatch extends SSMServiceException_1.SSMServiceException {
499
+ name = "IdempotentParameterMismatch";
500
+ $fault = "client";
501
+ Message;
502
+ constructor(opts) {
503
+ super({
504
+ name: "IdempotentParameterMismatch",
505
+ $fault: "client",
506
+ ...opts,
507
+ });
508
+ Object.setPrototypeOf(this, IdempotentParameterMismatch.prototype);
509
+ this.Message = opts.Message;
510
+ }
511
+ }
512
+ exports.IdempotentParameterMismatch = IdempotentParameterMismatch;
513
+ class ResourceLimitExceededException extends SSMServiceException_1.SSMServiceException {
514
+ name = "ResourceLimitExceededException";
515
+ $fault = "client";
516
+ Message;
517
+ constructor(opts) {
518
+ super({
519
+ name: "ResourceLimitExceededException",
520
+ $fault: "client",
521
+ ...opts,
522
+ });
523
+ Object.setPrototypeOf(this, ResourceLimitExceededException.prototype);
524
+ this.Message = opts.Message;
525
+ }
526
+ }
527
+ exports.ResourceLimitExceededException = ResourceLimitExceededException;
528
+ class OpsItemAccessDeniedException extends SSMServiceException_1.SSMServiceException {
529
+ name = "OpsItemAccessDeniedException";
530
+ $fault = "client";
531
+ Message;
532
+ constructor(opts) {
533
+ super({
534
+ name: "OpsItemAccessDeniedException",
535
+ $fault: "client",
536
+ ...opts,
537
+ });
538
+ Object.setPrototypeOf(this, OpsItemAccessDeniedException.prototype);
539
+ this.Message = opts.Message;
540
+ }
541
+ }
542
+ exports.OpsItemAccessDeniedException = OpsItemAccessDeniedException;
543
+ class OpsItemAlreadyExistsException extends SSMServiceException_1.SSMServiceException {
544
+ name = "OpsItemAlreadyExistsException";
545
+ $fault = "client";
546
+ Message;
547
+ OpsItemId;
548
+ constructor(opts) {
549
+ super({
550
+ name: "OpsItemAlreadyExistsException",
551
+ $fault: "client",
552
+ ...opts,
553
+ });
554
+ Object.setPrototypeOf(this, OpsItemAlreadyExistsException.prototype);
555
+ this.Message = opts.Message;
556
+ this.OpsItemId = opts.OpsItemId;
557
+ }
558
+ }
559
+ exports.OpsItemAlreadyExistsException = OpsItemAlreadyExistsException;
560
+ class OpsMetadataAlreadyExistsException extends SSMServiceException_1.SSMServiceException {
561
+ name = "OpsMetadataAlreadyExistsException";
562
+ $fault = "client";
563
+ constructor(opts) {
564
+ super({
565
+ name: "OpsMetadataAlreadyExistsException",
566
+ $fault: "client",
567
+ ...opts,
568
+ });
569
+ Object.setPrototypeOf(this, OpsMetadataAlreadyExistsException.prototype);
570
+ }
571
+ }
572
+ exports.OpsMetadataAlreadyExistsException = OpsMetadataAlreadyExistsException;
573
+ class OpsMetadataInvalidArgumentException extends SSMServiceException_1.SSMServiceException {
574
+ name = "OpsMetadataInvalidArgumentException";
575
+ $fault = "client";
576
+ constructor(opts) {
577
+ super({
578
+ name: "OpsMetadataInvalidArgumentException",
579
+ $fault: "client",
580
+ ...opts,
581
+ });
582
+ Object.setPrototypeOf(this, OpsMetadataInvalidArgumentException.prototype);
583
+ }
584
+ }
585
+ exports.OpsMetadataInvalidArgumentException = OpsMetadataInvalidArgumentException;
586
+ class OpsMetadataLimitExceededException extends SSMServiceException_1.SSMServiceException {
587
+ name = "OpsMetadataLimitExceededException";
588
+ $fault = "client";
589
+ constructor(opts) {
590
+ super({
591
+ name: "OpsMetadataLimitExceededException",
592
+ $fault: "client",
593
+ ...opts,
594
+ });
595
+ Object.setPrototypeOf(this, OpsMetadataLimitExceededException.prototype);
596
+ }
597
+ }
598
+ exports.OpsMetadataLimitExceededException = OpsMetadataLimitExceededException;
599
+ class OpsMetadataTooManyUpdatesException extends SSMServiceException_1.SSMServiceException {
600
+ name = "OpsMetadataTooManyUpdatesException";
601
+ $fault = "client";
602
+ constructor(opts) {
603
+ super({
604
+ name: "OpsMetadataTooManyUpdatesException",
605
+ $fault: "client",
606
+ ...opts,
607
+ });
608
+ Object.setPrototypeOf(this, OpsMetadataTooManyUpdatesException.prototype);
609
+ }
610
+ }
611
+ exports.OpsMetadataTooManyUpdatesException = OpsMetadataTooManyUpdatesException;
612
+ class ResourceDataSyncAlreadyExistsException extends SSMServiceException_1.SSMServiceException {
613
+ name = "ResourceDataSyncAlreadyExistsException";
614
+ $fault = "client";
615
+ SyncName;
616
+ constructor(opts) {
617
+ super({
618
+ name: "ResourceDataSyncAlreadyExistsException",
619
+ $fault: "client",
620
+ ...opts,
621
+ });
622
+ Object.setPrototypeOf(this, ResourceDataSyncAlreadyExistsException.prototype);
623
+ this.SyncName = opts.SyncName;
624
+ }
625
+ }
626
+ exports.ResourceDataSyncAlreadyExistsException = ResourceDataSyncAlreadyExistsException;
627
+ class ResourceDataSyncCountExceededException extends SSMServiceException_1.SSMServiceException {
628
+ name = "ResourceDataSyncCountExceededException";
629
+ $fault = "client";
630
+ Message;
631
+ constructor(opts) {
632
+ super({
633
+ name: "ResourceDataSyncCountExceededException",
634
+ $fault: "client",
635
+ ...opts,
636
+ });
637
+ Object.setPrototypeOf(this, ResourceDataSyncCountExceededException.prototype);
638
+ this.Message = opts.Message;
639
+ }
640
+ }
641
+ exports.ResourceDataSyncCountExceededException = ResourceDataSyncCountExceededException;
642
+ class ResourceDataSyncInvalidConfigurationException extends SSMServiceException_1.SSMServiceException {
643
+ name = "ResourceDataSyncInvalidConfigurationException";
644
+ $fault = "client";
645
+ Message;
646
+ constructor(opts) {
647
+ super({
648
+ name: "ResourceDataSyncInvalidConfigurationException",
649
+ $fault: "client",
650
+ ...opts,
651
+ });
652
+ Object.setPrototypeOf(this, ResourceDataSyncInvalidConfigurationException.prototype);
653
+ this.Message = opts.Message;
654
+ }
655
+ }
656
+ exports.ResourceDataSyncInvalidConfigurationException = ResourceDataSyncInvalidConfigurationException;
657
+ class InvalidActivation extends SSMServiceException_1.SSMServiceException {
658
+ name = "InvalidActivation";
659
+ $fault = "client";
660
+ Message;
661
+ constructor(opts) {
662
+ super({
663
+ name: "InvalidActivation",
664
+ $fault: "client",
665
+ ...opts,
666
+ });
667
+ Object.setPrototypeOf(this, InvalidActivation.prototype);
668
+ this.Message = opts.Message;
669
+ }
670
+ }
671
+ exports.InvalidActivation = InvalidActivation;
672
+ class InvalidActivationId extends SSMServiceException_1.SSMServiceException {
673
+ name = "InvalidActivationId";
674
+ $fault = "client";
675
+ Message;
676
+ constructor(opts) {
677
+ super({
678
+ name: "InvalidActivationId",
679
+ $fault: "client",
680
+ ...opts,
681
+ });
682
+ Object.setPrototypeOf(this, InvalidActivationId.prototype);
683
+ this.Message = opts.Message;
684
+ }
685
+ }
686
+ exports.InvalidActivationId = InvalidActivationId;
687
+ class AssociationDoesNotExist extends SSMServiceException_1.SSMServiceException {
688
+ name = "AssociationDoesNotExist";
689
+ $fault = "client";
690
+ Message;
691
+ constructor(opts) {
692
+ super({
693
+ name: "AssociationDoesNotExist",
694
+ $fault: "client",
695
+ ...opts,
696
+ });
697
+ Object.setPrototypeOf(this, AssociationDoesNotExist.prototype);
698
+ this.Message = opts.Message;
699
+ }
700
+ }
701
+ exports.AssociationDoesNotExist = AssociationDoesNotExist;
702
+ class AssociatedInstances extends SSMServiceException_1.SSMServiceException {
703
+ name = "AssociatedInstances";
704
+ $fault = "client";
705
+ constructor(opts) {
706
+ super({
707
+ name: "AssociatedInstances",
708
+ $fault: "client",
709
+ ...opts,
710
+ });
711
+ Object.setPrototypeOf(this, AssociatedInstances.prototype);
712
+ }
713
+ }
714
+ exports.AssociatedInstances = AssociatedInstances;
715
+ class InvalidDocumentOperation extends SSMServiceException_1.SSMServiceException {
716
+ name = "InvalidDocumentOperation";
717
+ $fault = "client";
718
+ Message;
719
+ constructor(opts) {
720
+ super({
721
+ name: "InvalidDocumentOperation",
722
+ $fault: "client",
723
+ ...opts,
724
+ });
725
+ Object.setPrototypeOf(this, InvalidDocumentOperation.prototype);
726
+ this.Message = opts.Message;
727
+ }
728
+ }
729
+ exports.InvalidDocumentOperation = InvalidDocumentOperation;
730
+ class InvalidDeleteInventoryParametersException extends SSMServiceException_1.SSMServiceException {
731
+ name = "InvalidDeleteInventoryParametersException";
732
+ $fault = "client";
733
+ Message;
734
+ constructor(opts) {
735
+ super({
736
+ name: "InvalidDeleteInventoryParametersException",
737
+ $fault: "client",
738
+ ...opts,
739
+ });
740
+ Object.setPrototypeOf(this, InvalidDeleteInventoryParametersException.prototype);
741
+ this.Message = opts.Message;
742
+ }
743
+ }
744
+ exports.InvalidDeleteInventoryParametersException = InvalidDeleteInventoryParametersException;
745
+ class InvalidInventoryRequestException extends SSMServiceException_1.SSMServiceException {
746
+ name = "InvalidInventoryRequestException";
747
+ $fault = "client";
748
+ Message;
749
+ constructor(opts) {
750
+ super({
751
+ name: "InvalidInventoryRequestException",
752
+ $fault: "client",
753
+ ...opts,
754
+ });
755
+ Object.setPrototypeOf(this, InvalidInventoryRequestException.prototype);
756
+ this.Message = opts.Message;
757
+ }
758
+ }
759
+ exports.InvalidInventoryRequestException = InvalidInventoryRequestException;
760
+ class InvalidOptionException extends SSMServiceException_1.SSMServiceException {
761
+ name = "InvalidOptionException";
762
+ $fault = "client";
763
+ Message;
764
+ constructor(opts) {
765
+ super({
766
+ name: "InvalidOptionException",
767
+ $fault: "client",
768
+ ...opts,
769
+ });
770
+ Object.setPrototypeOf(this, InvalidOptionException.prototype);
771
+ this.Message = opts.Message;
772
+ }
773
+ }
774
+ exports.InvalidOptionException = InvalidOptionException;
775
+ class InvalidTypeNameException extends SSMServiceException_1.SSMServiceException {
776
+ name = "InvalidTypeNameException";
777
+ $fault = "client";
778
+ Message;
779
+ constructor(opts) {
780
+ super({
781
+ name: "InvalidTypeNameException",
782
+ $fault: "client",
783
+ ...opts,
784
+ });
785
+ Object.setPrototypeOf(this, InvalidTypeNameException.prototype);
786
+ this.Message = opts.Message;
787
+ }
788
+ }
789
+ exports.InvalidTypeNameException = InvalidTypeNameException;
790
+ class OpsMetadataNotFoundException extends SSMServiceException_1.SSMServiceException {
791
+ name = "OpsMetadataNotFoundException";
792
+ $fault = "client";
793
+ constructor(opts) {
794
+ super({
795
+ name: "OpsMetadataNotFoundException",
796
+ $fault: "client",
797
+ ...opts,
798
+ });
799
+ Object.setPrototypeOf(this, OpsMetadataNotFoundException.prototype);
800
+ }
801
+ }
802
+ exports.OpsMetadataNotFoundException = OpsMetadataNotFoundException;
803
+ class ParameterNotFound extends SSMServiceException_1.SSMServiceException {
804
+ name = "ParameterNotFound";
805
+ $fault = "client";
806
+ constructor(opts) {
807
+ super({
808
+ name: "ParameterNotFound",
809
+ $fault: "client",
810
+ ...opts,
811
+ });
812
+ Object.setPrototypeOf(this, ParameterNotFound.prototype);
813
+ }
814
+ }
815
+ exports.ParameterNotFound = ParameterNotFound;
816
+ class ResourceInUseException extends SSMServiceException_1.SSMServiceException {
817
+ name = "ResourceInUseException";
818
+ $fault = "client";
819
+ Message;
820
+ constructor(opts) {
821
+ super({
822
+ name: "ResourceInUseException",
823
+ $fault: "client",
824
+ ...opts,
825
+ });
826
+ Object.setPrototypeOf(this, ResourceInUseException.prototype);
827
+ this.Message = opts.Message;
828
+ }
829
+ }
830
+ exports.ResourceInUseException = ResourceInUseException;
831
+ class ResourceDataSyncNotFoundException extends SSMServiceException_1.SSMServiceException {
832
+ name = "ResourceDataSyncNotFoundException";
833
+ $fault = "client";
834
+ SyncName;
835
+ SyncType;
836
+ Message;
837
+ constructor(opts) {
838
+ super({
839
+ name: "ResourceDataSyncNotFoundException",
840
+ $fault: "client",
841
+ ...opts,
842
+ });
843
+ Object.setPrototypeOf(this, ResourceDataSyncNotFoundException.prototype);
844
+ this.SyncName = opts.SyncName;
845
+ this.SyncType = opts.SyncType;
846
+ this.Message = opts.Message;
847
+ }
848
+ }
849
+ exports.ResourceDataSyncNotFoundException = ResourceDataSyncNotFoundException;
850
+ class MalformedResourcePolicyDocumentException extends SSMServiceException_1.SSMServiceException {
851
+ name = "MalformedResourcePolicyDocumentException";
852
+ $fault = "client";
853
+ Message;
854
+ constructor(opts) {
855
+ super({
856
+ name: "MalformedResourcePolicyDocumentException",
857
+ $fault: "client",
858
+ ...opts,
859
+ });
860
+ Object.setPrototypeOf(this, MalformedResourcePolicyDocumentException.prototype);
861
+ this.Message = opts.Message;
862
+ }
863
+ }
864
+ exports.MalformedResourcePolicyDocumentException = MalformedResourcePolicyDocumentException;
865
+ class ResourceNotFoundException extends SSMServiceException_1.SSMServiceException {
866
+ name = "ResourceNotFoundException";
867
+ $fault = "client";
868
+ Message;
869
+ constructor(opts) {
870
+ super({
871
+ name: "ResourceNotFoundException",
872
+ $fault: "client",
873
+ ...opts,
874
+ });
875
+ Object.setPrototypeOf(this, ResourceNotFoundException.prototype);
876
+ this.Message = opts.Message;
877
+ }
878
+ }
879
+ exports.ResourceNotFoundException = ResourceNotFoundException;
880
+ class ResourcePolicyConflictException extends SSMServiceException_1.SSMServiceException {
881
+ name = "ResourcePolicyConflictException";
882
+ $fault = "client";
883
+ Message;
884
+ constructor(opts) {
885
+ super({
886
+ name: "ResourcePolicyConflictException",
887
+ $fault: "client",
888
+ ...opts,
889
+ });
890
+ Object.setPrototypeOf(this, ResourcePolicyConflictException.prototype);
891
+ this.Message = opts.Message;
892
+ }
893
+ }
894
+ exports.ResourcePolicyConflictException = ResourcePolicyConflictException;
895
+ class ResourcePolicyInvalidParameterException extends SSMServiceException_1.SSMServiceException {
896
+ name = "ResourcePolicyInvalidParameterException";
897
+ $fault = "client";
898
+ ParameterNames;
899
+ Message;
900
+ constructor(opts) {
901
+ super({
902
+ name: "ResourcePolicyInvalidParameterException",
903
+ $fault: "client",
904
+ ...opts,
905
+ });
906
+ Object.setPrototypeOf(this, ResourcePolicyInvalidParameterException.prototype);
907
+ this.ParameterNames = opts.ParameterNames;
908
+ this.Message = opts.Message;
909
+ }
910
+ }
911
+ exports.ResourcePolicyInvalidParameterException = ResourcePolicyInvalidParameterException;
912
+ class ResourcePolicyNotFoundException extends SSMServiceException_1.SSMServiceException {
913
+ name = "ResourcePolicyNotFoundException";
914
+ $fault = "client";
915
+ Message;
916
+ constructor(opts) {
917
+ super({
918
+ name: "ResourcePolicyNotFoundException",
919
+ $fault: "client",
920
+ ...opts,
921
+ });
922
+ Object.setPrototypeOf(this, ResourcePolicyNotFoundException.prototype);
923
+ this.Message = opts.Message;
924
+ }
925
+ }
926
+ exports.ResourcePolicyNotFoundException = ResourcePolicyNotFoundException;
927
+ class TargetInUseException extends SSMServiceException_1.SSMServiceException {
928
+ name = "TargetInUseException";
929
+ $fault = "client";
930
+ Message;
931
+ constructor(opts) {
932
+ super({
933
+ name: "TargetInUseException",
934
+ $fault: "client",
935
+ ...opts,
936
+ });
937
+ Object.setPrototypeOf(this, TargetInUseException.prototype);
938
+ this.Message = opts.Message;
939
+ }
940
+ }
941
+ exports.TargetInUseException = TargetInUseException;
942
+ class InvalidFilter extends SSMServiceException_1.SSMServiceException {
943
+ name = "InvalidFilter";
944
+ $fault = "client";
945
+ Message;
946
+ constructor(opts) {
947
+ super({
948
+ name: "InvalidFilter",
949
+ $fault: "client",
950
+ ...opts,
951
+ });
952
+ Object.setPrototypeOf(this, InvalidFilter.prototype);
953
+ this.Message = opts.Message;
954
+ }
955
+ }
956
+ exports.InvalidFilter = InvalidFilter;
957
+ class InvalidNextToken extends SSMServiceException_1.SSMServiceException {
958
+ name = "InvalidNextToken";
959
+ $fault = "client";
960
+ Message;
961
+ constructor(opts) {
962
+ super({
963
+ name: "InvalidNextToken",
964
+ $fault: "client",
965
+ ...opts,
966
+ });
967
+ Object.setPrototypeOf(this, InvalidNextToken.prototype);
968
+ this.Message = opts.Message;
969
+ }
970
+ }
971
+ exports.InvalidNextToken = InvalidNextToken;
972
+ class InvalidAssociationVersion extends SSMServiceException_1.SSMServiceException {
973
+ name = "InvalidAssociationVersion";
974
+ $fault = "client";
975
+ Message;
976
+ constructor(opts) {
977
+ super({
978
+ name: "InvalidAssociationVersion",
979
+ $fault: "client",
980
+ ...opts,
981
+ });
982
+ Object.setPrototypeOf(this, InvalidAssociationVersion.prototype);
983
+ this.Message = opts.Message;
984
+ }
985
+ }
986
+ exports.InvalidAssociationVersion = InvalidAssociationVersion;
987
+ class AssociationExecutionDoesNotExist extends SSMServiceException_1.SSMServiceException {
988
+ name = "AssociationExecutionDoesNotExist";
989
+ $fault = "client";
990
+ Message;
991
+ constructor(opts) {
992
+ super({
993
+ name: "AssociationExecutionDoesNotExist",
994
+ $fault: "client",
995
+ ...opts,
996
+ });
997
+ Object.setPrototypeOf(this, AssociationExecutionDoesNotExist.prototype);
998
+ this.Message = opts.Message;
999
+ }
1000
+ }
1001
+ exports.AssociationExecutionDoesNotExist = AssociationExecutionDoesNotExist;
1002
+ class InvalidFilterKey extends SSMServiceException_1.SSMServiceException {
1003
+ name = "InvalidFilterKey";
1004
+ $fault = "client";
1005
+ constructor(opts) {
1006
+ super({
1007
+ name: "InvalidFilterKey",
1008
+ $fault: "client",
1009
+ ...opts,
1010
+ });
1011
+ Object.setPrototypeOf(this, InvalidFilterKey.prototype);
1012
+ }
1013
+ }
1014
+ exports.InvalidFilterKey = InvalidFilterKey;
1015
+ class InvalidFilterValue extends SSMServiceException_1.SSMServiceException {
1016
+ name = "InvalidFilterValue";
1017
+ $fault = "client";
1018
+ Message;
1019
+ constructor(opts) {
1020
+ super({
1021
+ name: "InvalidFilterValue",
1022
+ $fault: "client",
1023
+ ...opts,
1024
+ });
1025
+ Object.setPrototypeOf(this, InvalidFilterValue.prototype);
1026
+ this.Message = opts.Message;
1027
+ }
1028
+ }
1029
+ exports.InvalidFilterValue = InvalidFilterValue;
1030
+ class AutomationExecutionNotFoundException extends SSMServiceException_1.SSMServiceException {
1031
+ name = "AutomationExecutionNotFoundException";
1032
+ $fault = "client";
1033
+ Message;
1034
+ constructor(opts) {
1035
+ super({
1036
+ name: "AutomationExecutionNotFoundException",
1037
+ $fault: "client",
1038
+ ...opts,
1039
+ });
1040
+ Object.setPrototypeOf(this, AutomationExecutionNotFoundException.prototype);
1041
+ this.Message = opts.Message;
1042
+ }
1043
+ }
1044
+ exports.AutomationExecutionNotFoundException = AutomationExecutionNotFoundException;
1045
+ class InvalidPermissionType extends SSMServiceException_1.SSMServiceException {
1046
+ name = "InvalidPermissionType";
1047
+ $fault = "client";
1048
+ Message;
1049
+ constructor(opts) {
1050
+ super({
1051
+ name: "InvalidPermissionType",
1052
+ $fault: "client",
1053
+ ...opts,
1054
+ });
1055
+ Object.setPrototypeOf(this, InvalidPermissionType.prototype);
1056
+ this.Message = opts.Message;
1057
+ }
1058
+ }
1059
+ exports.InvalidPermissionType = InvalidPermissionType;
1060
+ class UnsupportedOperatingSystem extends SSMServiceException_1.SSMServiceException {
1061
+ name = "UnsupportedOperatingSystem";
1062
+ $fault = "client";
1063
+ Message;
1064
+ constructor(opts) {
1065
+ super({
1066
+ name: "UnsupportedOperatingSystem",
1067
+ $fault: "client",
1068
+ ...opts,
1069
+ });
1070
+ Object.setPrototypeOf(this, UnsupportedOperatingSystem.prototype);
1071
+ this.Message = opts.Message;
1072
+ }
1073
+ }
1074
+ exports.UnsupportedOperatingSystem = UnsupportedOperatingSystem;
1075
+ class InvalidInstanceInformationFilterValue extends SSMServiceException_1.SSMServiceException {
1076
+ name = "InvalidInstanceInformationFilterValue";
1077
+ $fault = "client";
1078
+ constructor(opts) {
1079
+ super({
1080
+ name: "InvalidInstanceInformationFilterValue",
1081
+ $fault: "client",
1082
+ ...opts,
1083
+ });
1084
+ Object.setPrototypeOf(this, InvalidInstanceInformationFilterValue.prototype);
1085
+ }
1086
+ }
1087
+ exports.InvalidInstanceInformationFilterValue = InvalidInstanceInformationFilterValue;
1088
+ class InvalidInstancePropertyFilterValue extends SSMServiceException_1.SSMServiceException {
1089
+ name = "InvalidInstancePropertyFilterValue";
1090
+ $fault = "client";
1091
+ constructor(opts) {
1092
+ super({
1093
+ name: "InvalidInstancePropertyFilterValue",
1094
+ $fault: "client",
1095
+ ...opts,
1096
+ });
1097
+ Object.setPrototypeOf(this, InvalidInstancePropertyFilterValue.prototype);
1098
+ }
1099
+ }
1100
+ exports.InvalidInstancePropertyFilterValue = InvalidInstancePropertyFilterValue;
1101
+ class InvalidDeletionIdException extends SSMServiceException_1.SSMServiceException {
1102
+ name = "InvalidDeletionIdException";
1103
+ $fault = "client";
1104
+ Message;
1105
+ constructor(opts) {
1106
+ super({
1107
+ name: "InvalidDeletionIdException",
1108
+ $fault: "client",
1109
+ ...opts,
1110
+ });
1111
+ Object.setPrototypeOf(this, InvalidDeletionIdException.prototype);
1112
+ this.Message = opts.Message;
1113
+ }
1114
+ }
1115
+ exports.InvalidDeletionIdException = InvalidDeletionIdException;
1116
+ class InvalidFilterOption extends SSMServiceException_1.SSMServiceException {
1117
+ name = "InvalidFilterOption";
1118
+ $fault = "client";
1119
+ constructor(opts) {
1120
+ super({
1121
+ name: "InvalidFilterOption",
1122
+ $fault: "client",
1123
+ ...opts,
1124
+ });
1125
+ Object.setPrototypeOf(this, InvalidFilterOption.prototype);
1126
+ }
1127
+ }
1128
+ exports.InvalidFilterOption = InvalidFilterOption;
1129
+ class OpsItemRelatedItemAssociationNotFoundException extends SSMServiceException_1.SSMServiceException {
1130
+ name = "OpsItemRelatedItemAssociationNotFoundException";
1131
+ $fault = "client";
1132
+ Message;
1133
+ constructor(opts) {
1134
+ super({
1135
+ name: "OpsItemRelatedItemAssociationNotFoundException",
1136
+ $fault: "client",
1137
+ ...opts,
1138
+ });
1139
+ Object.setPrototypeOf(this, OpsItemRelatedItemAssociationNotFoundException.prototype);
1140
+ this.Message = opts.Message;
1141
+ }
1142
+ }
1143
+ exports.OpsItemRelatedItemAssociationNotFoundException = OpsItemRelatedItemAssociationNotFoundException;
1144
+ class ThrottlingException extends SSMServiceException_1.SSMServiceException {
1145
+ name = "ThrottlingException";
1146
+ $fault = "client";
1147
+ Message;
1148
+ QuotaCode;
1149
+ ServiceCode;
1150
+ constructor(opts) {
1151
+ super({
1152
+ name: "ThrottlingException",
1153
+ $fault: "client",
1154
+ ...opts,
1155
+ });
1156
+ Object.setPrototypeOf(this, ThrottlingException.prototype);
1157
+ this.Message = opts.Message;
1158
+ this.QuotaCode = opts.QuotaCode;
1159
+ this.ServiceCode = opts.ServiceCode;
1160
+ }
1161
+ }
1162
+ exports.ThrottlingException = ThrottlingException;
1163
+ class ValidationException extends SSMServiceException_1.SSMServiceException {
1164
+ name = "ValidationException";
1165
+ $fault = "client";
1166
+ Message;
1167
+ ReasonCode;
1168
+ constructor(opts) {
1169
+ super({
1170
+ name: "ValidationException",
1171
+ $fault: "client",
1172
+ ...opts,
1173
+ });
1174
+ Object.setPrototypeOf(this, ValidationException.prototype);
1175
+ this.Message = opts.Message;
1176
+ this.ReasonCode = opts.ReasonCode;
1177
+ }
1178
+ }
1179
+ exports.ValidationException = ValidationException;
1180
+ class InvalidDocumentType extends SSMServiceException_1.SSMServiceException {
1181
+ name = "InvalidDocumentType";
1182
+ $fault = "client";
1183
+ Message;
1184
+ constructor(opts) {
1185
+ super({
1186
+ name: "InvalidDocumentType",
1187
+ $fault: "client",
1188
+ ...opts,
1189
+ });
1190
+ Object.setPrototypeOf(this, InvalidDocumentType.prototype);
1191
+ this.Message = opts.Message;
1192
+ }
1193
+ }
1194
+ exports.InvalidDocumentType = InvalidDocumentType;
1195
+ class UnsupportedCalendarException extends SSMServiceException_1.SSMServiceException {
1196
+ name = "UnsupportedCalendarException";
1197
+ $fault = "client";
1198
+ Message;
1199
+ constructor(opts) {
1200
+ super({
1201
+ name: "UnsupportedCalendarException",
1202
+ $fault: "client",
1203
+ ...opts,
1204
+ });
1205
+ Object.setPrototypeOf(this, UnsupportedCalendarException.prototype);
1206
+ this.Message = opts.Message;
1207
+ }
1208
+ }
1209
+ exports.UnsupportedCalendarException = UnsupportedCalendarException;
1210
+ class InvalidPluginName extends SSMServiceException_1.SSMServiceException {
1211
+ name = "InvalidPluginName";
1212
+ $fault = "client";
1213
+ constructor(opts) {
1214
+ super({
1215
+ name: "InvalidPluginName",
1216
+ $fault: "client",
1217
+ ...opts,
1218
+ });
1219
+ Object.setPrototypeOf(this, InvalidPluginName.prototype);
1220
+ }
1221
+ }
1222
+ exports.InvalidPluginName = InvalidPluginName;
1223
+ class InvocationDoesNotExist extends SSMServiceException_1.SSMServiceException {
1224
+ name = "InvocationDoesNotExist";
1225
+ $fault = "client";
1226
+ constructor(opts) {
1227
+ super({
1228
+ name: "InvocationDoesNotExist",
1229
+ $fault: "client",
1230
+ ...opts,
1231
+ });
1232
+ Object.setPrototypeOf(this, InvocationDoesNotExist.prototype);
1233
+ }
1234
+ }
1235
+ exports.InvocationDoesNotExist = InvocationDoesNotExist;
1236
+ class UnsupportedFeatureRequiredException extends SSMServiceException_1.SSMServiceException {
1237
+ name = "UnsupportedFeatureRequiredException";
1238
+ $fault = "client";
1239
+ Message;
1240
+ constructor(opts) {
1241
+ super({
1242
+ name: "UnsupportedFeatureRequiredException",
1243
+ $fault: "client",
1244
+ ...opts,
1245
+ });
1246
+ Object.setPrototypeOf(this, UnsupportedFeatureRequiredException.prototype);
1247
+ this.Message = opts.Message;
1248
+ }
1249
+ }
1250
+ exports.UnsupportedFeatureRequiredException = UnsupportedFeatureRequiredException;
1251
+ class InvalidAggregatorException extends SSMServiceException_1.SSMServiceException {
1252
+ name = "InvalidAggregatorException";
1253
+ $fault = "client";
1254
+ Message;
1255
+ constructor(opts) {
1256
+ super({
1257
+ name: "InvalidAggregatorException",
1258
+ $fault: "client",
1259
+ ...opts,
1260
+ });
1261
+ Object.setPrototypeOf(this, InvalidAggregatorException.prototype);
1262
+ this.Message = opts.Message;
1263
+ }
1264
+ }
1265
+ exports.InvalidAggregatorException = InvalidAggregatorException;
1266
+ class InvalidInventoryGroupException extends SSMServiceException_1.SSMServiceException {
1267
+ name = "InvalidInventoryGroupException";
1268
+ $fault = "client";
1269
+ Message;
1270
+ constructor(opts) {
1271
+ super({
1272
+ name: "InvalidInventoryGroupException",
1273
+ $fault: "client",
1274
+ ...opts,
1275
+ });
1276
+ Object.setPrototypeOf(this, InvalidInventoryGroupException.prototype);
1277
+ this.Message = opts.Message;
1278
+ }
1279
+ }
1280
+ exports.InvalidInventoryGroupException = InvalidInventoryGroupException;
1281
+ class InvalidResultAttributeException extends SSMServiceException_1.SSMServiceException {
1282
+ name = "InvalidResultAttributeException";
1283
+ $fault = "client";
1284
+ Message;
1285
+ constructor(opts) {
1286
+ super({
1287
+ name: "InvalidResultAttributeException",
1288
+ $fault: "client",
1289
+ ...opts,
1290
+ });
1291
+ Object.setPrototypeOf(this, InvalidResultAttributeException.prototype);
1292
+ this.Message = opts.Message;
1293
+ }
1294
+ }
1295
+ exports.InvalidResultAttributeException = InvalidResultAttributeException;
1296
+ class InvalidKeyId extends SSMServiceException_1.SSMServiceException {
1297
+ name = "InvalidKeyId";
1298
+ $fault = "client";
1299
+ constructor(opts) {
1300
+ super({
1301
+ name: "InvalidKeyId",
1302
+ $fault: "client",
1303
+ ...opts,
1304
+ });
1305
+ Object.setPrototypeOf(this, InvalidKeyId.prototype);
1306
+ }
1307
+ }
1308
+ exports.InvalidKeyId = InvalidKeyId;
1309
+ class ParameterVersionNotFound extends SSMServiceException_1.SSMServiceException {
1310
+ name = "ParameterVersionNotFound";
1311
+ $fault = "client";
1312
+ constructor(opts) {
1313
+ super({
1314
+ name: "ParameterVersionNotFound",
1315
+ $fault: "client",
1316
+ ...opts,
1317
+ });
1318
+ Object.setPrototypeOf(this, ParameterVersionNotFound.prototype);
1319
+ }
1320
+ }
1321
+ exports.ParameterVersionNotFound = ParameterVersionNotFound;
1322
+ class ServiceSettingNotFound extends SSMServiceException_1.SSMServiceException {
1323
+ name = "ServiceSettingNotFound";
1324
+ $fault = "client";
1325
+ Message;
1326
+ constructor(opts) {
1327
+ super({
1328
+ name: "ServiceSettingNotFound",
1329
+ $fault: "client",
1330
+ ...opts,
1331
+ });
1332
+ Object.setPrototypeOf(this, ServiceSettingNotFound.prototype);
1333
+ this.Message = opts.Message;
1334
+ }
1335
+ }
1336
+ exports.ServiceSettingNotFound = ServiceSettingNotFound;
1337
+ class ParameterVersionLabelLimitExceeded extends SSMServiceException_1.SSMServiceException {
1338
+ name = "ParameterVersionLabelLimitExceeded";
1339
+ $fault = "client";
1340
+ constructor(opts) {
1341
+ super({
1342
+ name: "ParameterVersionLabelLimitExceeded",
1343
+ $fault: "client",
1344
+ ...opts,
1345
+ });
1346
+ Object.setPrototypeOf(this, ParameterVersionLabelLimitExceeded.prototype);
1347
+ }
1348
+ }
1349
+ exports.ParameterVersionLabelLimitExceeded = ParameterVersionLabelLimitExceeded;
1350
+ class UnsupportedOperationException extends SSMServiceException_1.SSMServiceException {
1351
+ name = "UnsupportedOperationException";
1352
+ $fault = "client";
1353
+ Message;
1354
+ constructor(opts) {
1355
+ super({
1356
+ name: "UnsupportedOperationException",
1357
+ $fault: "client",
1358
+ ...opts,
1359
+ });
1360
+ Object.setPrototypeOf(this, UnsupportedOperationException.prototype);
1361
+ this.Message = opts.Message;
1362
+ }
1363
+ }
1364
+ exports.UnsupportedOperationException = UnsupportedOperationException;
1365
+ class DocumentPermissionLimit extends SSMServiceException_1.SSMServiceException {
1366
+ name = "DocumentPermissionLimit";
1367
+ $fault = "client";
1368
+ Message;
1369
+ constructor(opts) {
1370
+ super({
1371
+ name: "DocumentPermissionLimit",
1372
+ $fault: "client",
1373
+ ...opts,
1374
+ });
1375
+ Object.setPrototypeOf(this, DocumentPermissionLimit.prototype);
1376
+ this.Message = opts.Message;
1377
+ }
1378
+ }
1379
+ exports.DocumentPermissionLimit = DocumentPermissionLimit;
1380
+ class ComplianceTypeCountLimitExceededException extends SSMServiceException_1.SSMServiceException {
1381
+ name = "ComplianceTypeCountLimitExceededException";
1382
+ $fault = "client";
1383
+ Message;
1384
+ constructor(opts) {
1385
+ super({
1386
+ name: "ComplianceTypeCountLimitExceededException",
1387
+ $fault: "client",
1388
+ ...opts,
1389
+ });
1390
+ Object.setPrototypeOf(this, ComplianceTypeCountLimitExceededException.prototype);
1391
+ this.Message = opts.Message;
1392
+ }
1393
+ }
1394
+ exports.ComplianceTypeCountLimitExceededException = ComplianceTypeCountLimitExceededException;
1395
+ class InvalidItemContentException extends SSMServiceException_1.SSMServiceException {
1396
+ name = "InvalidItemContentException";
1397
+ $fault = "client";
1398
+ TypeName;
1399
+ Message;
1400
+ constructor(opts) {
1401
+ super({
1402
+ name: "InvalidItemContentException",
1403
+ $fault: "client",
1404
+ ...opts,
1405
+ });
1406
+ Object.setPrototypeOf(this, InvalidItemContentException.prototype);
1407
+ this.TypeName = opts.TypeName;
1408
+ this.Message = opts.Message;
1409
+ }
1410
+ }
1411
+ exports.InvalidItemContentException = InvalidItemContentException;
1412
+ class ItemSizeLimitExceededException extends SSMServiceException_1.SSMServiceException {
1413
+ name = "ItemSizeLimitExceededException";
1414
+ $fault = "client";
1415
+ TypeName;
1416
+ Message;
1417
+ constructor(opts) {
1418
+ super({
1419
+ name: "ItemSizeLimitExceededException",
1420
+ $fault: "client",
1421
+ ...opts,
1422
+ });
1423
+ Object.setPrototypeOf(this, ItemSizeLimitExceededException.prototype);
1424
+ this.TypeName = opts.TypeName;
1425
+ this.Message = opts.Message;
1426
+ }
1427
+ }
1428
+ exports.ItemSizeLimitExceededException = ItemSizeLimitExceededException;
1429
+ class TotalSizeLimitExceededException extends SSMServiceException_1.SSMServiceException {
1430
+ name = "TotalSizeLimitExceededException";
1431
+ $fault = "client";
1432
+ Message;
1433
+ constructor(opts) {
1434
+ super({
1435
+ name: "TotalSizeLimitExceededException",
1436
+ $fault: "client",
1437
+ ...opts,
1438
+ });
1439
+ Object.setPrototypeOf(this, TotalSizeLimitExceededException.prototype);
1440
+ this.Message = opts.Message;
1441
+ }
1442
+ }
1443
+ exports.TotalSizeLimitExceededException = TotalSizeLimitExceededException;
1444
+ class CustomSchemaCountLimitExceededException extends SSMServiceException_1.SSMServiceException {
1445
+ name = "CustomSchemaCountLimitExceededException";
1446
+ $fault = "client";
1447
+ Message;
1448
+ constructor(opts) {
1449
+ super({
1450
+ name: "CustomSchemaCountLimitExceededException",
1451
+ $fault: "client",
1452
+ ...opts,
1453
+ });
1454
+ Object.setPrototypeOf(this, CustomSchemaCountLimitExceededException.prototype);
1455
+ this.Message = opts.Message;
1456
+ }
1457
+ }
1458
+ exports.CustomSchemaCountLimitExceededException = CustomSchemaCountLimitExceededException;
1459
+ class InvalidInventoryItemContextException extends SSMServiceException_1.SSMServiceException {
1460
+ name = "InvalidInventoryItemContextException";
1461
+ $fault = "client";
1462
+ Message;
1463
+ constructor(opts) {
1464
+ super({
1465
+ name: "InvalidInventoryItemContextException",
1466
+ $fault: "client",
1467
+ ...opts,
1468
+ });
1469
+ Object.setPrototypeOf(this, InvalidInventoryItemContextException.prototype);
1470
+ this.Message = opts.Message;
1471
+ }
1472
+ }
1473
+ exports.InvalidInventoryItemContextException = InvalidInventoryItemContextException;
1474
+ class ItemContentMismatchException extends SSMServiceException_1.SSMServiceException {
1475
+ name = "ItemContentMismatchException";
1476
+ $fault = "client";
1477
+ TypeName;
1478
+ Message;
1479
+ constructor(opts) {
1480
+ super({
1481
+ name: "ItemContentMismatchException",
1482
+ $fault: "client",
1483
+ ...opts,
1484
+ });
1485
+ Object.setPrototypeOf(this, ItemContentMismatchException.prototype);
1486
+ this.TypeName = opts.TypeName;
1487
+ this.Message = opts.Message;
1488
+ }
1489
+ }
1490
+ exports.ItemContentMismatchException = ItemContentMismatchException;
1491
+ class SubTypeCountLimitExceededException extends SSMServiceException_1.SSMServiceException {
1492
+ name = "SubTypeCountLimitExceededException";
1493
+ $fault = "client";
1494
+ Message;
1495
+ constructor(opts) {
1496
+ super({
1497
+ name: "SubTypeCountLimitExceededException",
1498
+ $fault: "client",
1499
+ ...opts,
1500
+ });
1501
+ Object.setPrototypeOf(this, SubTypeCountLimitExceededException.prototype);
1502
+ this.Message = opts.Message;
1503
+ }
1504
+ }
1505
+ exports.SubTypeCountLimitExceededException = SubTypeCountLimitExceededException;
1506
+ class UnsupportedInventoryItemContextException extends SSMServiceException_1.SSMServiceException {
1507
+ name = "UnsupportedInventoryItemContextException";
1508
+ $fault = "client";
1509
+ TypeName;
1510
+ Message;
1511
+ constructor(opts) {
1512
+ super({
1513
+ name: "UnsupportedInventoryItemContextException",
1514
+ $fault: "client",
1515
+ ...opts,
1516
+ });
1517
+ Object.setPrototypeOf(this, UnsupportedInventoryItemContextException.prototype);
1518
+ this.TypeName = opts.TypeName;
1519
+ this.Message = opts.Message;
1520
+ }
1521
+ }
1522
+ exports.UnsupportedInventoryItemContextException = UnsupportedInventoryItemContextException;
1523
+ class UnsupportedInventorySchemaVersionException extends SSMServiceException_1.SSMServiceException {
1524
+ name = "UnsupportedInventorySchemaVersionException";
1525
+ $fault = "client";
1526
+ Message;
1527
+ constructor(opts) {
1528
+ super({
1529
+ name: "UnsupportedInventorySchemaVersionException",
1530
+ $fault: "client",
1531
+ ...opts,
1532
+ });
1533
+ Object.setPrototypeOf(this, UnsupportedInventorySchemaVersionException.prototype);
1534
+ this.Message = opts.Message;
1535
+ }
1536
+ }
1537
+ exports.UnsupportedInventorySchemaVersionException = UnsupportedInventorySchemaVersionException;
1538
+ class HierarchyLevelLimitExceededException extends SSMServiceException_1.SSMServiceException {
1539
+ name = "HierarchyLevelLimitExceededException";
1540
+ $fault = "client";
1541
+ constructor(opts) {
1542
+ super({
1543
+ name: "HierarchyLevelLimitExceededException",
1544
+ $fault: "client",
1545
+ ...opts,
1546
+ });
1547
+ Object.setPrototypeOf(this, HierarchyLevelLimitExceededException.prototype);
1548
+ }
1549
+ }
1550
+ exports.HierarchyLevelLimitExceededException = HierarchyLevelLimitExceededException;
1551
+ class HierarchyTypeMismatchException extends SSMServiceException_1.SSMServiceException {
1552
+ name = "HierarchyTypeMismatchException";
1553
+ $fault = "client";
1554
+ constructor(opts) {
1555
+ super({
1556
+ name: "HierarchyTypeMismatchException",
1557
+ $fault: "client",
1558
+ ...opts,
1559
+ });
1560
+ Object.setPrototypeOf(this, HierarchyTypeMismatchException.prototype);
1561
+ }
1562
+ }
1563
+ exports.HierarchyTypeMismatchException = HierarchyTypeMismatchException;
1564
+ class IncompatiblePolicyException extends SSMServiceException_1.SSMServiceException {
1565
+ name = "IncompatiblePolicyException";
1566
+ $fault = "client";
1567
+ constructor(opts) {
1568
+ super({
1569
+ name: "IncompatiblePolicyException",
1570
+ $fault: "client",
1571
+ ...opts,
1572
+ });
1573
+ Object.setPrototypeOf(this, IncompatiblePolicyException.prototype);
1574
+ }
1575
+ }
1576
+ exports.IncompatiblePolicyException = IncompatiblePolicyException;
1577
+ class InvalidAllowedPatternException extends SSMServiceException_1.SSMServiceException {
1578
+ name = "InvalidAllowedPatternException";
1579
+ $fault = "client";
1580
+ constructor(opts) {
1581
+ super({
1582
+ name: "InvalidAllowedPatternException",
1583
+ $fault: "client",
1584
+ ...opts,
1585
+ });
1586
+ Object.setPrototypeOf(this, InvalidAllowedPatternException.prototype);
1587
+ }
1588
+ }
1589
+ exports.InvalidAllowedPatternException = InvalidAllowedPatternException;
1590
+ class InvalidPolicyAttributeException extends SSMServiceException_1.SSMServiceException {
1591
+ name = "InvalidPolicyAttributeException";
1592
+ $fault = "client";
1593
+ constructor(opts) {
1594
+ super({
1595
+ name: "InvalidPolicyAttributeException",
1596
+ $fault: "client",
1597
+ ...opts,
1598
+ });
1599
+ Object.setPrototypeOf(this, InvalidPolicyAttributeException.prototype);
1600
+ }
1601
+ }
1602
+ exports.InvalidPolicyAttributeException = InvalidPolicyAttributeException;
1603
+ class InvalidPolicyTypeException extends SSMServiceException_1.SSMServiceException {
1604
+ name = "InvalidPolicyTypeException";
1605
+ $fault = "client";
1606
+ constructor(opts) {
1607
+ super({
1608
+ name: "InvalidPolicyTypeException",
1609
+ $fault: "client",
1610
+ ...opts,
1611
+ });
1612
+ Object.setPrototypeOf(this, InvalidPolicyTypeException.prototype);
1613
+ }
1614
+ }
1615
+ exports.InvalidPolicyTypeException = InvalidPolicyTypeException;
1616
+ class ParameterAlreadyExists extends SSMServiceException_1.SSMServiceException {
1617
+ name = "ParameterAlreadyExists";
1618
+ $fault = "client";
1619
+ constructor(opts) {
1620
+ super({
1621
+ name: "ParameterAlreadyExists",
1622
+ $fault: "client",
1623
+ ...opts,
1624
+ });
1625
+ Object.setPrototypeOf(this, ParameterAlreadyExists.prototype);
1626
+ }
1627
+ }
1628
+ exports.ParameterAlreadyExists = ParameterAlreadyExists;
1629
+ class ParameterLimitExceeded extends SSMServiceException_1.SSMServiceException {
1630
+ name = "ParameterLimitExceeded";
1631
+ $fault = "client";
1632
+ constructor(opts) {
1633
+ super({
1634
+ name: "ParameterLimitExceeded",
1635
+ $fault: "client",
1636
+ ...opts,
1637
+ });
1638
+ Object.setPrototypeOf(this, ParameterLimitExceeded.prototype);
1639
+ }
1640
+ }
1641
+ exports.ParameterLimitExceeded = ParameterLimitExceeded;
1642
+ class ParameterMaxVersionLimitExceeded extends SSMServiceException_1.SSMServiceException {
1643
+ name = "ParameterMaxVersionLimitExceeded";
1644
+ $fault = "client";
1645
+ constructor(opts) {
1646
+ super({
1647
+ name: "ParameterMaxVersionLimitExceeded",
1648
+ $fault: "client",
1649
+ ...opts,
1650
+ });
1651
+ Object.setPrototypeOf(this, ParameterMaxVersionLimitExceeded.prototype);
1652
+ }
1653
+ }
1654
+ exports.ParameterMaxVersionLimitExceeded = ParameterMaxVersionLimitExceeded;
1655
+ class ParameterPatternMismatchException extends SSMServiceException_1.SSMServiceException {
1656
+ name = "ParameterPatternMismatchException";
1657
+ $fault = "client";
1658
+ constructor(opts) {
1659
+ super({
1660
+ name: "ParameterPatternMismatchException",
1661
+ $fault: "client",
1662
+ ...opts,
1663
+ });
1664
+ Object.setPrototypeOf(this, ParameterPatternMismatchException.prototype);
1665
+ }
1666
+ }
1667
+ exports.ParameterPatternMismatchException = ParameterPatternMismatchException;
1668
+ class PoliciesLimitExceededException extends SSMServiceException_1.SSMServiceException {
1669
+ name = "PoliciesLimitExceededException";
1670
+ $fault = "client";
1671
+ constructor(opts) {
1672
+ super({
1673
+ name: "PoliciesLimitExceededException",
1674
+ $fault: "client",
1675
+ ...opts,
1676
+ });
1677
+ Object.setPrototypeOf(this, PoliciesLimitExceededException.prototype);
1678
+ }
1679
+ }
1680
+ exports.PoliciesLimitExceededException = PoliciesLimitExceededException;
1681
+ class UnsupportedParameterType extends SSMServiceException_1.SSMServiceException {
1682
+ name = "UnsupportedParameterType";
1683
+ $fault = "client";
1684
+ constructor(opts) {
1685
+ super({
1686
+ name: "UnsupportedParameterType",
1687
+ $fault: "client",
1688
+ ...opts,
1689
+ });
1690
+ Object.setPrototypeOf(this, UnsupportedParameterType.prototype);
1691
+ }
1692
+ }
1693
+ exports.UnsupportedParameterType = UnsupportedParameterType;
1694
+ class ResourcePolicyLimitExceededException extends SSMServiceException_1.SSMServiceException {
1695
+ name = "ResourcePolicyLimitExceededException";
1696
+ $fault = "client";
1697
+ Limit;
1698
+ LimitType;
1699
+ Message;
1700
+ constructor(opts) {
1701
+ super({
1702
+ name: "ResourcePolicyLimitExceededException",
1703
+ $fault: "client",
1704
+ ...opts,
1705
+ });
1706
+ Object.setPrototypeOf(this, ResourcePolicyLimitExceededException.prototype);
1707
+ this.Limit = opts.Limit;
1708
+ this.LimitType = opts.LimitType;
1709
+ this.Message = opts.Message;
1710
+ }
1711
+ }
1712
+ exports.ResourcePolicyLimitExceededException = ResourcePolicyLimitExceededException;
1713
+ class FeatureNotAvailableException extends SSMServiceException_1.SSMServiceException {
1714
+ name = "FeatureNotAvailableException";
1715
+ $fault = "client";
1716
+ Message;
1717
+ constructor(opts) {
1718
+ super({
1719
+ name: "FeatureNotAvailableException",
1720
+ $fault: "client",
1721
+ ...opts,
1722
+ });
1723
+ Object.setPrototypeOf(this, FeatureNotAvailableException.prototype);
1724
+ this.Message = opts.Message;
1725
+ }
1726
+ }
1727
+ exports.FeatureNotAvailableException = FeatureNotAvailableException;
1728
+ class AutomationStepNotFoundException extends SSMServiceException_1.SSMServiceException {
1729
+ name = "AutomationStepNotFoundException";
1730
+ $fault = "client";
1731
+ Message;
1732
+ constructor(opts) {
1733
+ super({
1734
+ name: "AutomationStepNotFoundException",
1735
+ $fault: "client",
1736
+ ...opts,
1737
+ });
1738
+ Object.setPrototypeOf(this, AutomationStepNotFoundException.prototype);
1739
+ this.Message = opts.Message;
1740
+ }
1741
+ }
1742
+ exports.AutomationStepNotFoundException = AutomationStepNotFoundException;
1743
+ class InvalidAutomationSignalException extends SSMServiceException_1.SSMServiceException {
1744
+ name = "InvalidAutomationSignalException";
1745
+ $fault = "client";
1746
+ Message;
1747
+ constructor(opts) {
1748
+ super({
1749
+ name: "InvalidAutomationSignalException",
1750
+ $fault: "client",
1751
+ ...opts,
1752
+ });
1753
+ Object.setPrototypeOf(this, InvalidAutomationSignalException.prototype);
1754
+ this.Message = opts.Message;
1755
+ }
1756
+ }
1757
+ exports.InvalidAutomationSignalException = InvalidAutomationSignalException;
1758
+ class InvalidNotificationConfig extends SSMServiceException_1.SSMServiceException {
1759
+ name = "InvalidNotificationConfig";
1760
+ $fault = "client";
1761
+ Message;
1762
+ constructor(opts) {
1763
+ super({
1764
+ name: "InvalidNotificationConfig",
1765
+ $fault: "client",
1766
+ ...opts,
1767
+ });
1768
+ Object.setPrototypeOf(this, InvalidNotificationConfig.prototype);
1769
+ this.Message = opts.Message;
1770
+ }
1771
+ }
1772
+ exports.InvalidNotificationConfig = InvalidNotificationConfig;
1773
+ class InvalidOutputFolder extends SSMServiceException_1.SSMServiceException {
1774
+ name = "InvalidOutputFolder";
1775
+ $fault = "client";
1776
+ constructor(opts) {
1777
+ super({
1778
+ name: "InvalidOutputFolder",
1779
+ $fault: "client",
1780
+ ...opts,
1781
+ });
1782
+ Object.setPrototypeOf(this, InvalidOutputFolder.prototype);
1783
+ }
1784
+ }
1785
+ exports.InvalidOutputFolder = InvalidOutputFolder;
1786
+ class InvalidRole extends SSMServiceException_1.SSMServiceException {
1787
+ name = "InvalidRole";
1788
+ $fault = "client";
1789
+ Message;
1790
+ constructor(opts) {
1791
+ super({
1792
+ name: "InvalidRole",
1793
+ $fault: "client",
1794
+ ...opts,
1795
+ });
1796
+ Object.setPrototypeOf(this, InvalidRole.prototype);
1797
+ this.Message = opts.Message;
1798
+ }
1799
+ }
1800
+ exports.InvalidRole = InvalidRole;
1801
+ class ServiceQuotaExceededException extends SSMServiceException_1.SSMServiceException {
1802
+ name = "ServiceQuotaExceededException";
1803
+ $fault = "client";
1804
+ Message;
1805
+ ResourceId;
1806
+ ResourceType;
1807
+ QuotaCode;
1808
+ ServiceCode;
1809
+ constructor(opts) {
1810
+ super({
1811
+ name: "ServiceQuotaExceededException",
1812
+ $fault: "client",
1813
+ ...opts,
1814
+ });
1815
+ Object.setPrototypeOf(this, ServiceQuotaExceededException.prototype);
1816
+ this.Message = opts.Message;
1817
+ this.ResourceId = opts.ResourceId;
1818
+ this.ResourceType = opts.ResourceType;
1819
+ this.QuotaCode = opts.QuotaCode;
1820
+ this.ServiceCode = opts.ServiceCode;
1821
+ }
1822
+ }
1823
+ exports.ServiceQuotaExceededException = ServiceQuotaExceededException;
1824
+ class InvalidAssociation extends SSMServiceException_1.SSMServiceException {
1825
+ name = "InvalidAssociation";
1826
+ $fault = "client";
1827
+ Message;
1828
+ constructor(opts) {
1829
+ super({
1830
+ name: "InvalidAssociation",
1831
+ $fault: "client",
1832
+ ...opts,
1833
+ });
1834
+ Object.setPrototypeOf(this, InvalidAssociation.prototype);
1835
+ this.Message = opts.Message;
1836
+ }
1837
+ }
1838
+ exports.InvalidAssociation = InvalidAssociation;
1839
+ class AutomationDefinitionNotFoundException extends SSMServiceException_1.SSMServiceException {
1840
+ name = "AutomationDefinitionNotFoundException";
1841
+ $fault = "client";
1842
+ Message;
1843
+ constructor(opts) {
1844
+ super({
1845
+ name: "AutomationDefinitionNotFoundException",
1846
+ $fault: "client",
1847
+ ...opts,
1848
+ });
1849
+ Object.setPrototypeOf(this, AutomationDefinitionNotFoundException.prototype);
1850
+ this.Message = opts.Message;
1851
+ }
1852
+ }
1853
+ exports.AutomationDefinitionNotFoundException = AutomationDefinitionNotFoundException;
1854
+ class AutomationDefinitionVersionNotFoundException extends SSMServiceException_1.SSMServiceException {
1855
+ name = "AutomationDefinitionVersionNotFoundException";
1856
+ $fault = "client";
1857
+ Message;
1858
+ constructor(opts) {
1859
+ super({
1860
+ name: "AutomationDefinitionVersionNotFoundException",
1861
+ $fault: "client",
1862
+ ...opts,
1863
+ });
1864
+ Object.setPrototypeOf(this, AutomationDefinitionVersionNotFoundException.prototype);
1865
+ this.Message = opts.Message;
1866
+ }
1867
+ }
1868
+ exports.AutomationDefinitionVersionNotFoundException = AutomationDefinitionVersionNotFoundException;
1869
+ class AutomationExecutionLimitExceededException extends SSMServiceException_1.SSMServiceException {
1870
+ name = "AutomationExecutionLimitExceededException";
1871
+ $fault = "client";
1872
+ Message;
1873
+ constructor(opts) {
1874
+ super({
1875
+ name: "AutomationExecutionLimitExceededException",
1876
+ $fault: "client",
1877
+ ...opts,
1878
+ });
1879
+ Object.setPrototypeOf(this, AutomationExecutionLimitExceededException.prototype);
1880
+ this.Message = opts.Message;
1881
+ }
1882
+ }
1883
+ exports.AutomationExecutionLimitExceededException = AutomationExecutionLimitExceededException;
1884
+ class InvalidAutomationExecutionParametersException extends SSMServiceException_1.SSMServiceException {
1885
+ name = "InvalidAutomationExecutionParametersException";
1886
+ $fault = "client";
1887
+ Message;
1888
+ constructor(opts) {
1889
+ super({
1890
+ name: "InvalidAutomationExecutionParametersException",
1891
+ $fault: "client",
1892
+ ...opts,
1893
+ });
1894
+ Object.setPrototypeOf(this, InvalidAutomationExecutionParametersException.prototype);
1895
+ this.Message = opts.Message;
1896
+ }
1897
+ }
1898
+ exports.InvalidAutomationExecutionParametersException = InvalidAutomationExecutionParametersException;
1899
+ class AutomationDefinitionNotApprovedException extends SSMServiceException_1.SSMServiceException {
1900
+ name = "AutomationDefinitionNotApprovedException";
1901
+ $fault = "client";
1902
+ Message;
1903
+ constructor(opts) {
1904
+ super({
1905
+ name: "AutomationDefinitionNotApprovedException",
1906
+ $fault: "client",
1907
+ ...opts,
1908
+ });
1909
+ Object.setPrototypeOf(this, AutomationDefinitionNotApprovedException.prototype);
1910
+ this.Message = opts.Message;
1911
+ }
1912
+ }
1913
+ exports.AutomationDefinitionNotApprovedException = AutomationDefinitionNotApprovedException;
1914
+ class TargetNotConnected extends SSMServiceException_1.SSMServiceException {
1915
+ name = "TargetNotConnected";
1916
+ $fault = "client";
1917
+ Message;
1918
+ constructor(opts) {
1919
+ super({
1920
+ name: "TargetNotConnected",
1921
+ $fault: "client",
1922
+ ...opts,
1923
+ });
1924
+ Object.setPrototypeOf(this, TargetNotConnected.prototype);
1925
+ this.Message = opts.Message;
1926
+ }
1927
+ }
1928
+ exports.TargetNotConnected = TargetNotConnected;
1929
+ class InvalidAutomationStatusUpdateException extends SSMServiceException_1.SSMServiceException {
1930
+ name = "InvalidAutomationStatusUpdateException";
1931
+ $fault = "client";
1932
+ Message;
1933
+ constructor(opts) {
1934
+ super({
1935
+ name: "InvalidAutomationStatusUpdateException",
1936
+ $fault: "client",
1937
+ ...opts,
1938
+ });
1939
+ Object.setPrototypeOf(this, InvalidAutomationStatusUpdateException.prototype);
1940
+ this.Message = opts.Message;
1941
+ }
1942
+ }
1943
+ exports.InvalidAutomationStatusUpdateException = InvalidAutomationStatusUpdateException;
1944
+ class AssociationVersionLimitExceeded extends SSMServiceException_1.SSMServiceException {
1945
+ name = "AssociationVersionLimitExceeded";
1946
+ $fault = "client";
1947
+ Message;
1948
+ constructor(opts) {
1949
+ super({
1950
+ name: "AssociationVersionLimitExceeded",
1951
+ $fault: "client",
1952
+ ...opts,
1953
+ });
1954
+ Object.setPrototypeOf(this, AssociationVersionLimitExceeded.prototype);
1955
+ this.Message = opts.Message;
1956
+ }
1957
+ }
1958
+ exports.AssociationVersionLimitExceeded = AssociationVersionLimitExceeded;
1959
+ class InvalidUpdate extends SSMServiceException_1.SSMServiceException {
1960
+ name = "InvalidUpdate";
1961
+ $fault = "client";
1962
+ Message;
1963
+ constructor(opts) {
1964
+ super({
1965
+ name: "InvalidUpdate",
1966
+ $fault: "client",
1967
+ ...opts,
1968
+ });
1969
+ Object.setPrototypeOf(this, InvalidUpdate.prototype);
1970
+ this.Message = opts.Message;
1971
+ }
1972
+ }
1973
+ exports.InvalidUpdate = InvalidUpdate;
1974
+ class StatusUnchanged extends SSMServiceException_1.SSMServiceException {
1975
+ name = "StatusUnchanged";
1976
+ $fault = "client";
1977
+ constructor(opts) {
1978
+ super({
1979
+ name: "StatusUnchanged",
1980
+ $fault: "client",
1981
+ ...opts,
1982
+ });
1983
+ Object.setPrototypeOf(this, StatusUnchanged.prototype);
1984
+ }
1985
+ }
1986
+ exports.StatusUnchanged = StatusUnchanged;
1987
+ class DocumentVersionLimitExceeded extends SSMServiceException_1.SSMServiceException {
1988
+ name = "DocumentVersionLimitExceeded";
1989
+ $fault = "client";
1990
+ Message;
1991
+ constructor(opts) {
1992
+ super({
1993
+ name: "DocumentVersionLimitExceeded",
1994
+ $fault: "client",
1995
+ ...opts,
1996
+ });
1997
+ Object.setPrototypeOf(this, DocumentVersionLimitExceeded.prototype);
1998
+ this.Message = opts.Message;
1999
+ }
2000
+ }
2001
+ exports.DocumentVersionLimitExceeded = DocumentVersionLimitExceeded;
2002
+ class DuplicateDocumentContent extends SSMServiceException_1.SSMServiceException {
2003
+ name = "DuplicateDocumentContent";
2004
+ $fault = "client";
2005
+ Message;
2006
+ constructor(opts) {
2007
+ super({
2008
+ name: "DuplicateDocumentContent",
2009
+ $fault: "client",
2010
+ ...opts,
2011
+ });
2012
+ Object.setPrototypeOf(this, DuplicateDocumentContent.prototype);
2013
+ this.Message = opts.Message;
2014
+ }
2015
+ }
2016
+ exports.DuplicateDocumentContent = DuplicateDocumentContent;
2017
+ class DuplicateDocumentVersionName extends SSMServiceException_1.SSMServiceException {
2018
+ name = "DuplicateDocumentVersionName";
2019
+ $fault = "client";
2020
+ Message;
2021
+ constructor(opts) {
2022
+ super({
2023
+ name: "DuplicateDocumentVersionName",
2024
+ $fault: "client",
2025
+ ...opts,
2026
+ });
2027
+ Object.setPrototypeOf(this, DuplicateDocumentVersionName.prototype);
2028
+ this.Message = opts.Message;
2029
+ }
2030
+ }
2031
+ exports.DuplicateDocumentVersionName = DuplicateDocumentVersionName;
2032
+ class OpsMetadataKeyLimitExceededException extends SSMServiceException_1.SSMServiceException {
2033
+ name = "OpsMetadataKeyLimitExceededException";
2034
+ $fault = "client";
2035
+ constructor(opts) {
2036
+ super({
2037
+ name: "OpsMetadataKeyLimitExceededException",
2038
+ $fault: "client",
2039
+ ...opts,
2040
+ });
2041
+ Object.setPrototypeOf(this, OpsMetadataKeyLimitExceededException.prototype);
2042
+ }
2043
+ }
2044
+ exports.OpsMetadataKeyLimitExceededException = OpsMetadataKeyLimitExceededException;
2045
+ class ResourceDataSyncConflictException extends SSMServiceException_1.SSMServiceException {
2046
+ name = "ResourceDataSyncConflictException";
2047
+ $fault = "client";
2048
+ Message;
2049
+ constructor(opts) {
2050
+ super({
2051
+ name: "ResourceDataSyncConflictException",
2052
+ $fault: "client",
2053
+ ...opts,
2054
+ });
2055
+ Object.setPrototypeOf(this, ResourceDataSyncConflictException.prototype);
2056
+ this.Message = opts.Message;
2057
+ }
2058
+ }
2059
+ exports.ResourceDataSyncConflictException = ResourceDataSyncConflictException;