@aws-sdk/client-glue 3.1075.0 → 3.1076.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.
Files changed (35) hide show
  1. package/README.md +7 -0
  2. package/dist-cjs/index.js +11854 -15
  3. package/dist-es/Glue.js +2 -0
  4. package/dist-es/commands/UpdateAssetCommand.js +16 -0
  5. package/dist-es/commands/index.js +1 -0
  6. package/dist-es/schemas/schemas_0.js +16 -0
  7. package/dist-types/Glue.d.ts +7 -0
  8. package/dist-types/GlueClient.d.ts +3 -2
  9. package/dist-types/commands/UpdateAssetCommand.d.ts +100 -0
  10. package/dist-types/commands/index.d.ts +1 -0
  11. package/dist-types/models/models_3.d.ts +50 -0
  12. package/dist-types/runtimeConfig.browser.d.ts +1 -1
  13. package/dist-types/runtimeConfig.d.ts +1 -1
  14. package/dist-types/runtimeConfig.native.d.ts +1 -1
  15. package/dist-types/schemas/schemas_0.d.ts +3 -0
  16. package/dist-types/ts3.4/Glue.d.ts +17 -0
  17. package/dist-types/ts3.4/GlueClient.d.ts +6 -0
  18. package/dist-types/ts3.4/commands/UpdateAssetCommand.d.ts +49 -0
  19. package/dist-types/ts3.4/commands/index.d.ts +1 -0
  20. package/dist-types/ts3.4/models/models_3.d.ts +12 -0
  21. package/dist-types/ts3.4/runtimeConfig.browser.d.ts +7 -1
  22. package/dist-types/ts3.4/runtimeConfig.d.ts +7 -1
  23. package/dist-types/ts3.4/runtimeConfig.native.d.ts +7 -1
  24. package/dist-types/ts3.4/schemas/schemas_0.d.ts +3 -0
  25. package/package.json +8 -8
  26. package/dist-cjs/auth/httpAuthSchemeProvider.js +0 -40
  27. package/dist-cjs/endpoint/bdd.js +0 -46
  28. package/dist-cjs/endpoint/endpointResolver.js +0 -14
  29. package/dist-cjs/models/GlueServiceException.js +0 -8
  30. package/dist-cjs/models/errors.js +0 -695
  31. package/dist-cjs/runtimeConfig.browser.js +0 -32
  32. package/dist-cjs/runtimeConfig.js +0 -45
  33. package/dist-cjs/runtimeConfig.native.js +0 -12
  34. package/dist-cjs/runtimeConfig.shared.js +0 -38
  35. package/dist-cjs/schemas/schemas_0.js +0 -10702
@@ -1,695 +0,0 @@
1
- const { GlueServiceException: __BaseException } = require("./GlueServiceException");
2
- exports.AccessDeniedException = class AccessDeniedException extends __BaseException {
3
- name = "AccessDeniedException";
4
- $fault = "client";
5
- Message;
6
- constructor(opts) {
7
- super({
8
- name: "AccessDeniedException",
9
- $fault: "client",
10
- ...opts,
11
- });
12
- Object.setPrototypeOf(this, AccessDeniedException.prototype);
13
- this.Message = opts.Message;
14
- }
15
- };
16
- exports.AlreadyExistsException = class AlreadyExistsException extends __BaseException {
17
- name = "AlreadyExistsException";
18
- $fault = "client";
19
- Message;
20
- constructor(opts) {
21
- super({
22
- name: "AlreadyExistsException",
23
- $fault: "client",
24
- ...opts,
25
- });
26
- Object.setPrototypeOf(this, AlreadyExistsException.prototype);
27
- this.Message = opts.Message;
28
- }
29
- };
30
- exports.ConcurrentModificationException = class ConcurrentModificationException extends __BaseException {
31
- name = "ConcurrentModificationException";
32
- $fault = "client";
33
- Message;
34
- constructor(opts) {
35
- super({
36
- name: "ConcurrentModificationException",
37
- $fault: "client",
38
- ...opts,
39
- });
40
- Object.setPrototypeOf(this, ConcurrentModificationException.prototype);
41
- this.Message = opts.Message;
42
- }
43
- };
44
- exports.EntityNotFoundException = class EntityNotFoundException extends __BaseException {
45
- name = "EntityNotFoundException";
46
- $fault = "client";
47
- Message;
48
- FromFederationSource;
49
- constructor(opts) {
50
- super({
51
- name: "EntityNotFoundException",
52
- $fault: "client",
53
- ...opts,
54
- });
55
- Object.setPrototypeOf(this, EntityNotFoundException.prototype);
56
- this.Message = opts.Message;
57
- this.FromFederationSource = opts.FromFederationSource;
58
- }
59
- };
60
- exports.InternalServiceException = class InternalServiceException extends __BaseException {
61
- name = "InternalServiceException";
62
- $fault = "server";
63
- Message;
64
- constructor(opts) {
65
- super({
66
- name: "InternalServiceException",
67
- $fault: "server",
68
- ...opts,
69
- });
70
- Object.setPrototypeOf(this, InternalServiceException.prototype);
71
- this.Message = opts.Message;
72
- }
73
- };
74
- exports.InvalidInputException = class InvalidInputException extends __BaseException {
75
- name = "InvalidInputException";
76
- $fault = "client";
77
- Message;
78
- FromFederationSource;
79
- constructor(opts) {
80
- super({
81
- name: "InvalidInputException",
82
- $fault: "client",
83
- ...opts,
84
- });
85
- Object.setPrototypeOf(this, InvalidInputException.prototype);
86
- this.Message = opts.Message;
87
- this.FromFederationSource = opts.FromFederationSource;
88
- }
89
- };
90
- exports.ThrottlingException = class ThrottlingException extends __BaseException {
91
- name = "ThrottlingException";
92
- $fault = "client";
93
- Message;
94
- constructor(opts) {
95
- super({
96
- name: "ThrottlingException",
97
- $fault: "client",
98
- ...opts,
99
- });
100
- Object.setPrototypeOf(this, ThrottlingException.prototype);
101
- this.Message = opts.Message;
102
- }
103
- };
104
- exports.GlueEncryptionException = class GlueEncryptionException extends __BaseException {
105
- name = "GlueEncryptionException";
106
- $fault = "client";
107
- Message;
108
- constructor(opts) {
109
- super({
110
- name: "GlueEncryptionException",
111
- $fault: "client",
112
- ...opts,
113
- });
114
- Object.setPrototypeOf(this, GlueEncryptionException.prototype);
115
- this.Message = opts.Message;
116
- }
117
- };
118
- exports.OperationTimeoutException = class OperationTimeoutException extends __BaseException {
119
- name = "OperationTimeoutException";
120
- $fault = "client";
121
- Message;
122
- constructor(opts) {
123
- super({
124
- name: "OperationTimeoutException",
125
- $fault: "client",
126
- ...opts,
127
- });
128
- Object.setPrototypeOf(this, OperationTimeoutException.prototype);
129
- this.Message = opts.Message;
130
- }
131
- };
132
- exports.ResourceNumberLimitExceededException = class ResourceNumberLimitExceededException extends __BaseException {
133
- name = "ResourceNumberLimitExceededException";
134
- $fault = "client";
135
- Message;
136
- constructor(opts) {
137
- super({
138
- name: "ResourceNumberLimitExceededException",
139
- $fault: "client",
140
- ...opts,
141
- });
142
- Object.setPrototypeOf(this, ResourceNumberLimitExceededException.prototype);
143
- this.Message = opts.Message;
144
- }
145
- };
146
- exports.ResourceNotReadyException = class ResourceNotReadyException extends __BaseException {
147
- name = "ResourceNotReadyException";
148
- $fault = "client";
149
- Message;
150
- constructor(opts) {
151
- super({
152
- name: "ResourceNotReadyException",
153
- $fault: "client",
154
- ...opts,
155
- });
156
- Object.setPrototypeOf(this, ResourceNotReadyException.prototype);
157
- this.Message = opts.Message;
158
- }
159
- };
160
- exports.FederationSourceException = class FederationSourceException extends __BaseException {
161
- name = "FederationSourceException";
162
- $fault = "client";
163
- FederationSourceErrorCode;
164
- Message;
165
- constructor(opts) {
166
- super({
167
- name: "FederationSourceException",
168
- $fault: "client",
169
- ...opts,
170
- });
171
- Object.setPrototypeOf(this, FederationSourceException.prototype);
172
- this.FederationSourceErrorCode = opts.FederationSourceErrorCode;
173
- this.Message = opts.Message;
174
- }
175
- };
176
- exports.FederationSourceRetryableException = class FederationSourceRetryableException extends __BaseException {
177
- name = "FederationSourceRetryableException";
178
- $fault = "client";
179
- Message;
180
- constructor(opts) {
181
- super({
182
- name: "FederationSourceRetryableException",
183
- $fault: "client",
184
- ...opts,
185
- });
186
- Object.setPrototypeOf(this, FederationSourceRetryableException.prototype);
187
- this.Message = opts.Message;
188
- }
189
- };
190
- exports.InvalidStateException = class InvalidStateException extends __BaseException {
191
- name = "InvalidStateException";
192
- $fault = "client";
193
- Message;
194
- constructor(opts) {
195
- super({
196
- name: "InvalidStateException",
197
- $fault: "client",
198
- ...opts,
199
- });
200
- Object.setPrototypeOf(this, InvalidStateException.prototype);
201
- this.Message = opts.Message;
202
- }
203
- };
204
- exports.IllegalSessionStateException = class IllegalSessionStateException extends __BaseException {
205
- name = "IllegalSessionStateException";
206
- $fault = "client";
207
- Message;
208
- constructor(opts) {
209
- super({
210
- name: "IllegalSessionStateException",
211
- $fault: "client",
212
- ...opts,
213
- });
214
- Object.setPrototypeOf(this, IllegalSessionStateException.prototype);
215
- this.Message = opts.Message;
216
- }
217
- };
218
- exports.FederatedResourceAlreadyExistsException = class FederatedResourceAlreadyExistsException extends __BaseException {
219
- name = "FederatedResourceAlreadyExistsException";
220
- $fault = "client";
221
- Message;
222
- AssociatedGlueResource;
223
- constructor(opts) {
224
- super({
225
- name: "FederatedResourceAlreadyExistsException",
226
- $fault: "client",
227
- ...opts,
228
- });
229
- Object.setPrototypeOf(this, FederatedResourceAlreadyExistsException.prototype);
230
- this.Message = opts.Message;
231
- this.AssociatedGlueResource = opts.AssociatedGlueResource;
232
- }
233
- };
234
- exports.ColumnStatisticsTaskRunningException = class ColumnStatisticsTaskRunningException extends __BaseException {
235
- name = "ColumnStatisticsTaskRunningException";
236
- $fault = "client";
237
- Message;
238
- constructor(opts) {
239
- super({
240
- name: "ColumnStatisticsTaskRunningException",
241
- $fault: "client",
242
- ...opts,
243
- });
244
- Object.setPrototypeOf(this, ColumnStatisticsTaskRunningException.prototype);
245
- this.Message = opts.Message;
246
- }
247
- };
248
- exports.IdempotentParameterMismatchException = class IdempotentParameterMismatchException extends __BaseException {
249
- name = "IdempotentParameterMismatchException";
250
- $fault = "client";
251
- Message;
252
- constructor(opts) {
253
- super({
254
- name: "IdempotentParameterMismatchException",
255
- $fault: "client",
256
- ...opts,
257
- });
258
- Object.setPrototypeOf(this, IdempotentParameterMismatchException.prototype);
259
- this.Message = opts.Message;
260
- }
261
- };
262
- exports.ValidationException = class ValidationException extends __BaseException {
263
- name = "ValidationException";
264
- $fault = "client";
265
- Message;
266
- constructor(opts) {
267
- super({
268
- name: "ValidationException",
269
- $fault: "client",
270
- ...opts,
271
- });
272
- Object.setPrototypeOf(this, ValidationException.prototype);
273
- this.Message = opts.Message;
274
- }
275
- };
276
- exports.ConflictException = class ConflictException extends __BaseException {
277
- name = "ConflictException";
278
- $fault = "client";
279
- Message;
280
- constructor(opts) {
281
- super({
282
- name: "ConflictException",
283
- $fault: "client",
284
- ...opts,
285
- });
286
- Object.setPrototypeOf(this, ConflictException.prototype);
287
- this.Message = opts.Message;
288
- }
289
- };
290
- exports.IntegrationConflictOperationFault = class IntegrationConflictOperationFault extends __BaseException {
291
- name = "IntegrationConflictOperationFault";
292
- $fault = "client";
293
- Message;
294
- constructor(opts) {
295
- super({
296
- name: "IntegrationConflictOperationFault",
297
- $fault: "client",
298
- ...opts,
299
- });
300
- Object.setPrototypeOf(this, IntegrationConflictOperationFault.prototype);
301
- this.Message = opts.Message;
302
- }
303
- };
304
- exports.IntegrationQuotaExceededFault = class IntegrationQuotaExceededFault extends __BaseException {
305
- name = "IntegrationQuotaExceededFault";
306
- $fault = "client";
307
- Message;
308
- constructor(opts) {
309
- super({
310
- name: "IntegrationQuotaExceededFault",
311
- $fault: "client",
312
- ...opts,
313
- });
314
- Object.setPrototypeOf(this, IntegrationQuotaExceededFault.prototype);
315
- this.Message = opts.Message;
316
- }
317
- };
318
- exports.InternalServerException = class InternalServerException extends __BaseException {
319
- name = "InternalServerException";
320
- $fault = "server";
321
- Message;
322
- constructor(opts) {
323
- super({
324
- name: "InternalServerException",
325
- $fault: "server",
326
- ...opts,
327
- });
328
- Object.setPrototypeOf(this, InternalServerException.prototype);
329
- this.Message = opts.Message;
330
- }
331
- };
332
- exports.KMSKeyNotAccessibleFault = class KMSKeyNotAccessibleFault extends __BaseException {
333
- name = "KMSKeyNotAccessibleFault";
334
- $fault = "client";
335
- Message;
336
- constructor(opts) {
337
- super({
338
- name: "KMSKeyNotAccessibleFault",
339
- $fault: "client",
340
- ...opts,
341
- });
342
- Object.setPrototypeOf(this, KMSKeyNotAccessibleFault.prototype);
343
- this.Message = opts.Message;
344
- }
345
- };
346
- exports.ResourceNotFoundException = class ResourceNotFoundException extends __BaseException {
347
- name = "ResourceNotFoundException";
348
- $fault = "client";
349
- Message;
350
- constructor(opts) {
351
- super({
352
- name: "ResourceNotFoundException",
353
- $fault: "client",
354
- ...opts,
355
- });
356
- Object.setPrototypeOf(this, ResourceNotFoundException.prototype);
357
- this.Message = opts.Message;
358
- }
359
- };
360
- exports.OperationNotSupportedException = class OperationNotSupportedException extends __BaseException {
361
- name = "OperationNotSupportedException";
362
- $fault = "client";
363
- Message;
364
- constructor(opts) {
365
- super({
366
- name: "OperationNotSupportedException",
367
- $fault: "client",
368
- ...opts,
369
- });
370
- Object.setPrototypeOf(this, OperationNotSupportedException.prototype);
371
- this.Message = opts.Message;
372
- }
373
- };
374
- exports.CrawlerRunningException = class CrawlerRunningException extends __BaseException {
375
- name = "CrawlerRunningException";
376
- $fault = "client";
377
- Message;
378
- constructor(opts) {
379
- super({
380
- name: "CrawlerRunningException",
381
- $fault: "client",
382
- ...opts,
383
- });
384
- Object.setPrototypeOf(this, CrawlerRunningException.prototype);
385
- this.Message = opts.Message;
386
- }
387
- };
388
- exports.SchedulerTransitioningException = class SchedulerTransitioningException extends __BaseException {
389
- name = "SchedulerTransitioningException";
390
- $fault = "client";
391
- Message;
392
- constructor(opts) {
393
- super({
394
- name: "SchedulerTransitioningException",
395
- $fault: "client",
396
- ...opts,
397
- });
398
- Object.setPrototypeOf(this, SchedulerTransitioningException.prototype);
399
- this.Message = opts.Message;
400
- }
401
- };
402
- exports.IntegrationNotFoundFault = class IntegrationNotFoundFault extends __BaseException {
403
- name = "IntegrationNotFoundFault";
404
- $fault = "client";
405
- Message;
406
- constructor(opts) {
407
- super({
408
- name: "IntegrationNotFoundFault",
409
- $fault: "client",
410
- ...opts,
411
- });
412
- Object.setPrototypeOf(this, IntegrationNotFoundFault.prototype);
413
- this.Message = opts.Message;
414
- }
415
- };
416
- exports.InvalidIntegrationStateFault = class InvalidIntegrationStateFault extends __BaseException {
417
- name = "InvalidIntegrationStateFault";
418
- $fault = "client";
419
- Message;
420
- constructor(opts) {
421
- super({
422
- name: "InvalidIntegrationStateFault",
423
- $fault: "client",
424
- ...opts,
425
- });
426
- Object.setPrototypeOf(this, InvalidIntegrationStateFault.prototype);
427
- this.Message = opts.Message;
428
- }
429
- };
430
- exports.ConditionCheckFailureException = class ConditionCheckFailureException extends __BaseException {
431
- name = "ConditionCheckFailureException";
432
- $fault = "client";
433
- Message;
434
- constructor(opts) {
435
- super({
436
- name: "ConditionCheckFailureException",
437
- $fault: "client",
438
- ...opts,
439
- });
440
- Object.setPrototypeOf(this, ConditionCheckFailureException.prototype);
441
- this.Message = opts.Message;
442
- }
443
- };
444
- exports.TargetResourceNotFound = class TargetResourceNotFound extends __BaseException {
445
- name = "TargetResourceNotFound";
446
- $fault = "client";
447
- Message;
448
- constructor(opts) {
449
- super({
450
- name: "TargetResourceNotFound",
451
- $fault: "client",
452
- ...opts,
453
- });
454
- Object.setPrototypeOf(this, TargetResourceNotFound.prototype);
455
- this.Message = opts.Message;
456
- }
457
- };
458
- exports.PermissionTypeMismatchException = class PermissionTypeMismatchException extends __BaseException {
459
- name = "PermissionTypeMismatchException";
460
- $fault = "client";
461
- Message;
462
- constructor(opts) {
463
- super({
464
- name: "PermissionTypeMismatchException",
465
- $fault: "client",
466
- ...opts,
467
- });
468
- Object.setPrototypeOf(this, PermissionTypeMismatchException.prototype);
469
- this.Message = opts.Message;
470
- }
471
- };
472
- exports.ConcurrentRunsExceededException = class ConcurrentRunsExceededException extends __BaseException {
473
- name = "ConcurrentRunsExceededException";
474
- $fault = "client";
475
- Message;
476
- constructor(opts) {
477
- super({
478
- name: "ConcurrentRunsExceededException",
479
- $fault: "client",
480
- ...opts,
481
- });
482
- Object.setPrototypeOf(this, ConcurrentRunsExceededException.prototype);
483
- this.Message = opts.Message;
484
- }
485
- };
486
- exports.IllegalWorkflowStateException = class IllegalWorkflowStateException extends __BaseException {
487
- name = "IllegalWorkflowStateException";
488
- $fault = "client";
489
- Message;
490
- constructor(opts) {
491
- super({
492
- name: "IllegalWorkflowStateException",
493
- $fault: "client",
494
- ...opts,
495
- });
496
- Object.setPrototypeOf(this, IllegalWorkflowStateException.prototype);
497
- this.Message = opts.Message;
498
- }
499
- };
500
- exports.SessionBusyException = class SessionBusyException extends __BaseException {
501
- name = "SessionBusyException";
502
- $fault = "client";
503
- Message;
504
- constructor(opts) {
505
- super({
506
- name: "SessionBusyException",
507
- $fault: "client",
508
- ...opts,
509
- });
510
- Object.setPrototypeOf(this, SessionBusyException.prototype);
511
- this.Message = opts.Message;
512
- }
513
- };
514
- exports.IllegalBlueprintStateException = class IllegalBlueprintStateException extends __BaseException {
515
- name = "IllegalBlueprintStateException";
516
- $fault = "client";
517
- Message;
518
- constructor(opts) {
519
- super({
520
- name: "IllegalBlueprintStateException",
521
- $fault: "client",
522
- ...opts,
523
- });
524
- Object.setPrototypeOf(this, IllegalBlueprintStateException.prototype);
525
- this.Message = opts.Message;
526
- }
527
- };
528
- exports.NoScheduleException = class NoScheduleException extends __BaseException {
529
- name = "NoScheduleException";
530
- $fault = "client";
531
- Message;
532
- constructor(opts) {
533
- super({
534
- name: "NoScheduleException",
535
- $fault: "client",
536
- ...opts,
537
- });
538
- Object.setPrototypeOf(this, NoScheduleException.prototype);
539
- this.Message = opts.Message;
540
- }
541
- };
542
- exports.SchedulerRunningException = class SchedulerRunningException extends __BaseException {
543
- name = "SchedulerRunningException";
544
- $fault = "client";
545
- Message;
546
- constructor(opts) {
547
- super({
548
- name: "SchedulerRunningException",
549
- $fault: "client",
550
- ...opts,
551
- });
552
- Object.setPrototypeOf(this, SchedulerRunningException.prototype);
553
- this.Message = opts.Message;
554
- }
555
- };
556
- exports.MaterializedViewRefreshTaskRunningException = class MaterializedViewRefreshTaskRunningException extends __BaseException {
557
- name = "MaterializedViewRefreshTaskRunningException";
558
- $fault = "client";
559
- Message;
560
- constructor(opts) {
561
- super({
562
- name: "MaterializedViewRefreshTaskRunningException",
563
- $fault: "client",
564
- ...opts,
565
- });
566
- Object.setPrototypeOf(this, MaterializedViewRefreshTaskRunningException.prototype);
567
- this.Message = opts.Message;
568
- }
569
- };
570
- exports.MLTransformNotReadyException = class MLTransformNotReadyException extends __BaseException {
571
- name = "MLTransformNotReadyException";
572
- $fault = "client";
573
- Message;
574
- constructor(opts) {
575
- super({
576
- name: "MLTransformNotReadyException",
577
- $fault: "client",
578
- ...opts,
579
- });
580
- Object.setPrototypeOf(this, MLTransformNotReadyException.prototype);
581
- this.Message = opts.Message;
582
- }
583
- };
584
- exports.ColumnStatisticsTaskNotRunningException = class ColumnStatisticsTaskNotRunningException extends __BaseException {
585
- name = "ColumnStatisticsTaskNotRunningException";
586
- $fault = "client";
587
- Message;
588
- constructor(opts) {
589
- super({
590
- name: "ColumnStatisticsTaskNotRunningException",
591
- $fault: "client",
592
- ...opts,
593
- });
594
- Object.setPrototypeOf(this, ColumnStatisticsTaskNotRunningException.prototype);
595
- this.Message = opts.Message;
596
- }
597
- };
598
- exports.ColumnStatisticsTaskStoppingException = class ColumnStatisticsTaskStoppingException extends __BaseException {
599
- name = "ColumnStatisticsTaskStoppingException";
600
- $fault = "client";
601
- Message;
602
- constructor(opts) {
603
- super({
604
- name: "ColumnStatisticsTaskStoppingException",
605
- $fault: "client",
606
- ...opts,
607
- });
608
- Object.setPrototypeOf(this, ColumnStatisticsTaskStoppingException.prototype);
609
- this.Message = opts.Message;
610
- }
611
- };
612
- exports.CrawlerNotRunningException = class CrawlerNotRunningException extends __BaseException {
613
- name = "CrawlerNotRunningException";
614
- $fault = "client";
615
- Message;
616
- constructor(opts) {
617
- super({
618
- name: "CrawlerNotRunningException",
619
- $fault: "client",
620
- ...opts,
621
- });
622
- Object.setPrototypeOf(this, CrawlerNotRunningException.prototype);
623
- this.Message = opts.Message;
624
- }
625
- };
626
- exports.CrawlerStoppingException = class CrawlerStoppingException extends __BaseException {
627
- name = "CrawlerStoppingException";
628
- $fault = "client";
629
- Message;
630
- constructor(opts) {
631
- super({
632
- name: "CrawlerStoppingException",
633
- $fault: "client",
634
- ...opts,
635
- });
636
- Object.setPrototypeOf(this, CrawlerStoppingException.prototype);
637
- this.Message = opts.Message;
638
- }
639
- };
640
- exports.SchedulerNotRunningException = class SchedulerNotRunningException extends __BaseException {
641
- name = "SchedulerNotRunningException";
642
- $fault = "client";
643
- Message;
644
- constructor(opts) {
645
- super({
646
- name: "SchedulerNotRunningException",
647
- $fault: "client",
648
- ...opts,
649
- });
650
- Object.setPrototypeOf(this, SchedulerNotRunningException.prototype);
651
- this.Message = opts.Message;
652
- }
653
- };
654
- exports.MaterializedViewRefreshTaskNotRunningException = class MaterializedViewRefreshTaskNotRunningException extends __BaseException {
655
- name = "MaterializedViewRefreshTaskNotRunningException";
656
- $fault = "client";
657
- Message;
658
- constructor(opts) {
659
- super({
660
- name: "MaterializedViewRefreshTaskNotRunningException",
661
- $fault: "client",
662
- ...opts,
663
- });
664
- Object.setPrototypeOf(this, MaterializedViewRefreshTaskNotRunningException.prototype);
665
- this.Message = opts.Message;
666
- }
667
- };
668
- exports.MaterializedViewRefreshTaskStoppingException = class MaterializedViewRefreshTaskStoppingException extends __BaseException {
669
- name = "MaterializedViewRefreshTaskStoppingException";
670
- $fault = "client";
671
- Message;
672
- constructor(opts) {
673
- super({
674
- name: "MaterializedViewRefreshTaskStoppingException",
675
- $fault: "client",
676
- ...opts,
677
- });
678
- Object.setPrototypeOf(this, MaterializedViewRefreshTaskStoppingException.prototype);
679
- this.Message = opts.Message;
680
- }
681
- };
682
- exports.VersionMismatchException = class VersionMismatchException extends __BaseException {
683
- name = "VersionMismatchException";
684
- $fault = "client";
685
- Message;
686
- constructor(opts) {
687
- super({
688
- name: "VersionMismatchException",
689
- $fault: "client",
690
- ...opts,
691
- });
692
- Object.setPrototypeOf(this, VersionMismatchException.prototype);
693
- this.Message = opts.Message;
694
- }
695
- };