@aws-sdk/client-redshift 3.52.0 → 3.53.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -1,4 +1,5 @@
1
- import { __assign } from "tslib";
1
+ import { __assign, __extends } from "tslib";
2
+ import { RedshiftServiceException as __BaseException } from "./RedshiftServiceException";
2
3
  export var HsmConfigurationMessage;
3
4
  (function (HsmConfigurationMessage) {
4
5
  HsmConfigurationMessage.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
@@ -88,6 +89,18 @@ export var DescribeReservedNodeExchangeStatusOutputMessage;
88
89
  (function (DescribeReservedNodeExchangeStatusOutputMessage) {
89
90
  DescribeReservedNodeExchangeStatusOutputMessage.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
90
91
  })(DescribeReservedNodeExchangeStatusOutputMessage || (DescribeReservedNodeExchangeStatusOutputMessage = {}));
92
+ var ReservedNodeExchangeNotFoundFault = (function (_super) {
93
+ __extends(ReservedNodeExchangeNotFoundFault, _super);
94
+ function ReservedNodeExchangeNotFoundFault(opts) {
95
+ var _this = _super.call(this, __assign({ name: "ReservedNodeExchangeNotFoundFault", $fault: "client" }, opts)) || this;
96
+ _this.name = "ReservedNodeExchangeNotFoundFault";
97
+ _this.$fault = "client";
98
+ Object.setPrototypeOf(_this, ReservedNodeExchangeNotFoundFault.prototype);
99
+ return _this;
100
+ }
101
+ return ReservedNodeExchangeNotFoundFault;
102
+ }(__BaseException));
103
+ export { ReservedNodeExchangeNotFoundFault };
91
104
  export var DescribeReservedNodeOfferingsMessage;
92
105
  (function (DescribeReservedNodeOfferingsMessage) {
93
106
  DescribeReservedNodeOfferingsMessage.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
@@ -155,6 +168,18 @@ export var DescribeTableRestoreStatusMessage;
155
168
  (function (DescribeTableRestoreStatusMessage) {
156
169
  DescribeTableRestoreStatusMessage.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
157
170
  })(DescribeTableRestoreStatusMessage || (DescribeTableRestoreStatusMessage = {}));
171
+ var TableRestoreNotFoundFault = (function (_super) {
172
+ __extends(TableRestoreNotFoundFault, _super);
173
+ function TableRestoreNotFoundFault(opts) {
174
+ var _this = _super.call(this, __assign({ name: "TableRestoreNotFoundFault", $fault: "client" }, opts)) || this;
175
+ _this.name = "TableRestoreNotFoundFault";
176
+ _this.$fault = "client";
177
+ Object.setPrototypeOf(_this, TableRestoreNotFoundFault.prototype);
178
+ return _this;
179
+ }
180
+ return TableRestoreNotFoundFault;
181
+ }(__BaseException));
182
+ export { TableRestoreNotFoundFault };
158
183
  export var TableRestoreStatus;
159
184
  (function (TableRestoreStatus) {
160
185
  TableRestoreStatus.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
@@ -195,6 +220,18 @@ export var DisableSnapshotCopyResult;
195
220
  (function (DisableSnapshotCopyResult) {
196
221
  DisableSnapshotCopyResult.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
197
222
  })(DisableSnapshotCopyResult || (DisableSnapshotCopyResult = {}));
223
+ var SnapshotCopyAlreadyDisabledFault = (function (_super) {
224
+ __extends(SnapshotCopyAlreadyDisabledFault, _super);
225
+ function SnapshotCopyAlreadyDisabledFault(opts) {
226
+ var _this = _super.call(this, __assign({ name: "SnapshotCopyAlreadyDisabledFault", $fault: "client" }, opts)) || this;
227
+ _this.name = "SnapshotCopyAlreadyDisabledFault";
228
+ _this.$fault = "client";
229
+ Object.setPrototypeOf(_this, SnapshotCopyAlreadyDisabledFault.prototype);
230
+ return _this;
231
+ }
232
+ return SnapshotCopyAlreadyDisabledFault;
233
+ }(__BaseException));
234
+ export { SnapshotCopyAlreadyDisabledFault };
198
235
  export var DisassociateDataShareConsumerMessage;
199
236
  (function (DisassociateDataShareConsumerMessage) {
200
237
  DisassociateDataShareConsumerMessage.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
@@ -203,6 +240,42 @@ export var EnableLoggingMessage;
203
240
  (function (EnableLoggingMessage) {
204
241
  EnableLoggingMessage.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
205
242
  })(EnableLoggingMessage || (EnableLoggingMessage = {}));
243
+ var InsufficientS3BucketPolicyFault = (function (_super) {
244
+ __extends(InsufficientS3BucketPolicyFault, _super);
245
+ function InsufficientS3BucketPolicyFault(opts) {
246
+ var _this = _super.call(this, __assign({ name: "InsufficientS3BucketPolicyFault", $fault: "client" }, opts)) || this;
247
+ _this.name = "InsufficientS3BucketPolicyFault";
248
+ _this.$fault = "client";
249
+ Object.setPrototypeOf(_this, InsufficientS3BucketPolicyFault.prototype);
250
+ return _this;
251
+ }
252
+ return InsufficientS3BucketPolicyFault;
253
+ }(__BaseException));
254
+ export { InsufficientS3BucketPolicyFault };
255
+ var InvalidS3BucketNameFault = (function (_super) {
256
+ __extends(InvalidS3BucketNameFault, _super);
257
+ function InvalidS3BucketNameFault(opts) {
258
+ var _this = _super.call(this, __assign({ name: "InvalidS3BucketNameFault", $fault: "client" }, opts)) || this;
259
+ _this.name = "InvalidS3BucketNameFault";
260
+ _this.$fault = "client";
261
+ Object.setPrototypeOf(_this, InvalidS3BucketNameFault.prototype);
262
+ return _this;
263
+ }
264
+ return InvalidS3BucketNameFault;
265
+ }(__BaseException));
266
+ export { InvalidS3BucketNameFault };
267
+ var InvalidS3KeyPrefixFault = (function (_super) {
268
+ __extends(InvalidS3KeyPrefixFault, _super);
269
+ function InvalidS3KeyPrefixFault(opts) {
270
+ var _this = _super.call(this, __assign({ name: "InvalidS3KeyPrefixFault", $fault: "client" }, opts)) || this;
271
+ _this.name = "InvalidS3KeyPrefixFault";
272
+ _this.$fault = "client";
273
+ Object.setPrototypeOf(_this, InvalidS3KeyPrefixFault.prototype);
274
+ return _this;
275
+ }
276
+ return InvalidS3KeyPrefixFault;
277
+ }(__BaseException));
278
+ export { InvalidS3KeyPrefixFault };
206
279
  export var EnableSnapshotCopyMessage;
207
280
  (function (EnableSnapshotCopyMessage) {
208
281
  EnableSnapshotCopyMessage.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
@@ -211,6 +284,54 @@ export var EnableSnapshotCopyResult;
211
284
  (function (EnableSnapshotCopyResult) {
212
285
  EnableSnapshotCopyResult.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
213
286
  })(EnableSnapshotCopyResult || (EnableSnapshotCopyResult = {}));
287
+ var IncompatibleOrderableOptions = (function (_super) {
288
+ __extends(IncompatibleOrderableOptions, _super);
289
+ function IncompatibleOrderableOptions(opts) {
290
+ var _this = _super.call(this, __assign({ name: "IncompatibleOrderableOptions", $fault: "client" }, opts)) || this;
291
+ _this.name = "IncompatibleOrderableOptions";
292
+ _this.$fault = "client";
293
+ Object.setPrototypeOf(_this, IncompatibleOrderableOptions.prototype);
294
+ return _this;
295
+ }
296
+ return IncompatibleOrderableOptions;
297
+ }(__BaseException));
298
+ export { IncompatibleOrderableOptions };
299
+ var SnapshotCopyAlreadyEnabledFault = (function (_super) {
300
+ __extends(SnapshotCopyAlreadyEnabledFault, _super);
301
+ function SnapshotCopyAlreadyEnabledFault(opts) {
302
+ var _this = _super.call(this, __assign({ name: "SnapshotCopyAlreadyEnabledFault", $fault: "client" }, opts)) || this;
303
+ _this.name = "SnapshotCopyAlreadyEnabledFault";
304
+ _this.$fault = "client";
305
+ Object.setPrototypeOf(_this, SnapshotCopyAlreadyEnabledFault.prototype);
306
+ return _this;
307
+ }
308
+ return SnapshotCopyAlreadyEnabledFault;
309
+ }(__BaseException));
310
+ export { SnapshotCopyAlreadyEnabledFault };
311
+ var UnknownSnapshotCopyRegionFault = (function (_super) {
312
+ __extends(UnknownSnapshotCopyRegionFault, _super);
313
+ function UnknownSnapshotCopyRegionFault(opts) {
314
+ var _this = _super.call(this, __assign({ name: "UnknownSnapshotCopyRegionFault", $fault: "client" }, opts)) || this;
315
+ _this.name = "UnknownSnapshotCopyRegionFault";
316
+ _this.$fault = "client";
317
+ Object.setPrototypeOf(_this, UnknownSnapshotCopyRegionFault.prototype);
318
+ return _this;
319
+ }
320
+ return UnknownSnapshotCopyRegionFault;
321
+ }(__BaseException));
322
+ export { UnknownSnapshotCopyRegionFault };
323
+ var EndpointAuthorizationNotFoundFault = (function (_super) {
324
+ __extends(EndpointAuthorizationNotFoundFault, _super);
325
+ function EndpointAuthorizationNotFoundFault(opts) {
326
+ var _this = _super.call(this, __assign({ name: "EndpointAuthorizationNotFoundFault", $fault: "client" }, opts)) || this;
327
+ _this.name = "EndpointAuthorizationNotFoundFault";
328
+ _this.$fault = "client";
329
+ Object.setPrototypeOf(_this, EndpointAuthorizationNotFoundFault.prototype);
330
+ return _this;
331
+ }
332
+ return EndpointAuthorizationNotFoundFault;
333
+ }(__BaseException));
334
+ export { EndpointAuthorizationNotFoundFault };
214
335
  export var GetClusterCredentialsMessage;
215
336
  (function (GetClusterCredentialsMessage) {
216
337
  GetClusterCredentialsMessage.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
@@ -240,6 +361,42 @@ export var GetReservedNodeExchangeOfferingsOutputMessage;
240
361
  (function (GetReservedNodeExchangeOfferingsOutputMessage) {
241
362
  GetReservedNodeExchangeOfferingsOutputMessage.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
242
363
  })(GetReservedNodeExchangeOfferingsOutputMessage || (GetReservedNodeExchangeOfferingsOutputMessage = {}));
364
+ var InProgressTableRestoreQuotaExceededFault = (function (_super) {
365
+ __extends(InProgressTableRestoreQuotaExceededFault, _super);
366
+ function InProgressTableRestoreQuotaExceededFault(opts) {
367
+ var _this = _super.call(this, __assign({ name: "InProgressTableRestoreQuotaExceededFault", $fault: "client" }, opts)) || this;
368
+ _this.name = "InProgressTableRestoreQuotaExceededFault";
369
+ _this.$fault = "client";
370
+ Object.setPrototypeOf(_this, InProgressTableRestoreQuotaExceededFault.prototype);
371
+ return _this;
372
+ }
373
+ return InProgressTableRestoreQuotaExceededFault;
374
+ }(__BaseException));
375
+ export { InProgressTableRestoreQuotaExceededFault };
376
+ var InvalidRestoreFault = (function (_super) {
377
+ __extends(InvalidRestoreFault, _super);
378
+ function InvalidRestoreFault(opts) {
379
+ var _this = _super.call(this, __assign({ name: "InvalidRestoreFault", $fault: "client" }, opts)) || this;
380
+ _this.name = "InvalidRestoreFault";
381
+ _this.$fault = "client";
382
+ Object.setPrototypeOf(_this, InvalidRestoreFault.prototype);
383
+ return _this;
384
+ }
385
+ return InvalidRestoreFault;
386
+ }(__BaseException));
387
+ export { InvalidRestoreFault };
388
+ var InvalidTableRestoreArgumentFault = (function (_super) {
389
+ __extends(InvalidTableRestoreArgumentFault, _super);
390
+ function InvalidTableRestoreArgumentFault(opts) {
391
+ var _this = _super.call(this, __assign({ name: "InvalidTableRestoreArgumentFault", $fault: "client" }, opts)) || this;
392
+ _this.name = "InvalidTableRestoreArgumentFault";
393
+ _this.$fault = "client";
394
+ Object.setPrototypeOf(_this, InvalidTableRestoreArgumentFault.prototype);
395
+ return _this;
396
+ }
397
+ return InvalidTableRestoreArgumentFault;
398
+ }(__BaseException));
399
+ export { InvalidTableRestoreArgumentFault };
243
400
  export var ModifyAquaInputMessage;
244
401
  (function (ModifyAquaInputMessage) {
245
402
  ModifyAquaInputMessage.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
@@ -264,6 +421,30 @@ export var ModifyClusterResult;
264
421
  (function (ModifyClusterResult) {
265
422
  ModifyClusterResult.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
266
423
  })(ModifyClusterResult || (ModifyClusterResult = {}));
424
+ var TableLimitExceededFault = (function (_super) {
425
+ __extends(TableLimitExceededFault, _super);
426
+ function TableLimitExceededFault(opts) {
427
+ var _this = _super.call(this, __assign({ name: "TableLimitExceededFault", $fault: "client" }, opts)) || this;
428
+ _this.name = "TableLimitExceededFault";
429
+ _this.$fault = "client";
430
+ Object.setPrototypeOf(_this, TableLimitExceededFault.prototype);
431
+ return _this;
432
+ }
433
+ return TableLimitExceededFault;
434
+ }(__BaseException));
435
+ export { TableLimitExceededFault };
436
+ var UnsupportedOptionFault = (function (_super) {
437
+ __extends(UnsupportedOptionFault, _super);
438
+ function UnsupportedOptionFault(opts) {
439
+ var _this = _super.call(this, __assign({ name: "UnsupportedOptionFault", $fault: "client" }, opts)) || this;
440
+ _this.name = "UnsupportedOptionFault";
441
+ _this.$fault = "client";
442
+ Object.setPrototypeOf(_this, UnsupportedOptionFault.prototype);
443
+ return _this;
444
+ }
445
+ return UnsupportedOptionFault;
446
+ }(__BaseException));
447
+ export { UnsupportedOptionFault };
267
448
  export var ModifyClusterDbRevisionMessage;
268
449
  (function (ModifyClusterDbRevisionMessage) {
269
450
  ModifyClusterDbRevisionMessage.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
@@ -312,6 +493,18 @@ export var ModifyClusterSubnetGroupResult;
312
493
  (function (ModifyClusterSubnetGroupResult) {
313
494
  ModifyClusterSubnetGroupResult.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
314
495
  })(ModifyClusterSubnetGroupResult || (ModifyClusterSubnetGroupResult = {}));
496
+ var SubnetAlreadyInUse = (function (_super) {
497
+ __extends(SubnetAlreadyInUse, _super);
498
+ function SubnetAlreadyInUse(opts) {
499
+ var _this = _super.call(this, __assign({ name: "SubnetAlreadyInUse", $fault: "client" }, opts)) || this;
500
+ _this.name = "SubnetAlreadyInUse";
501
+ _this.$fault = "client";
502
+ Object.setPrototypeOf(_this, SubnetAlreadyInUse.prototype);
503
+ return _this;
504
+ }
505
+ return SubnetAlreadyInUse;
506
+ }(__BaseException));
507
+ export { SubnetAlreadyInUse };
315
508
  export var ModifyEndpointAccessMessage;
316
509
  (function (ModifyEndpointAccessMessage) {
317
510
  ModifyEndpointAccessMessage.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
@@ -336,10 +529,34 @@ export var ModifySnapshotCopyRetentionPeriodResult;
336
529
  (function (ModifySnapshotCopyRetentionPeriodResult) {
337
530
  ModifySnapshotCopyRetentionPeriodResult.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
338
531
  })(ModifySnapshotCopyRetentionPeriodResult || (ModifySnapshotCopyRetentionPeriodResult = {}));
532
+ var SnapshotCopyDisabledFault = (function (_super) {
533
+ __extends(SnapshotCopyDisabledFault, _super);
534
+ function SnapshotCopyDisabledFault(opts) {
535
+ var _this = _super.call(this, __assign({ name: "SnapshotCopyDisabledFault", $fault: "client" }, opts)) || this;
536
+ _this.name = "SnapshotCopyDisabledFault";
537
+ _this.$fault = "client";
538
+ Object.setPrototypeOf(_this, SnapshotCopyDisabledFault.prototype);
539
+ return _this;
540
+ }
541
+ return SnapshotCopyDisabledFault;
542
+ }(__BaseException));
543
+ export { SnapshotCopyDisabledFault };
339
544
  export var ModifySnapshotScheduleMessage;
340
545
  (function (ModifySnapshotScheduleMessage) {
341
546
  ModifySnapshotScheduleMessage.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
342
547
  })(ModifySnapshotScheduleMessage || (ModifySnapshotScheduleMessage = {}));
548
+ var SnapshotScheduleUpdateInProgressFault = (function (_super) {
549
+ __extends(SnapshotScheduleUpdateInProgressFault, _super);
550
+ function SnapshotScheduleUpdateInProgressFault(opts) {
551
+ var _this = _super.call(this, __assign({ name: "SnapshotScheduleUpdateInProgressFault", $fault: "client" }, opts)) || this;
552
+ _this.name = "SnapshotScheduleUpdateInProgressFault";
553
+ _this.$fault = "client";
554
+ Object.setPrototypeOf(_this, SnapshotScheduleUpdateInProgressFault.prototype);
555
+ return _this;
556
+ }
557
+ return SnapshotScheduleUpdateInProgressFault;
558
+ }(__BaseException));
559
+ export { SnapshotScheduleUpdateInProgressFault };
343
560
  export var ModifyUsageLimitMessage;
344
561
  (function (ModifyUsageLimitMessage) {
345
562
  ModifyUsageLimitMessage.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
@@ -356,6 +573,18 @@ export var PurchaseReservedNodeOfferingResult;
356
573
  (function (PurchaseReservedNodeOfferingResult) {
357
574
  PurchaseReservedNodeOfferingResult.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
358
575
  })(PurchaseReservedNodeOfferingResult || (PurchaseReservedNodeOfferingResult = {}));
576
+ var ReservedNodeQuotaExceededFault = (function (_super) {
577
+ __extends(ReservedNodeQuotaExceededFault, _super);
578
+ function ReservedNodeQuotaExceededFault(opts) {
579
+ var _this = _super.call(this, __assign({ name: "ReservedNodeQuotaExceededFault", $fault: "client" }, opts)) || this;
580
+ _this.name = "ReservedNodeQuotaExceededFault";
581
+ _this.$fault = "client";
582
+ Object.setPrototypeOf(_this, ReservedNodeQuotaExceededFault.prototype);
583
+ return _this;
584
+ }
585
+ return ReservedNodeQuotaExceededFault;
586
+ }(__BaseException));
587
+ export { ReservedNodeQuotaExceededFault };
359
588
  export var RebootClusterMessage;
360
589
  (function (RebootClusterMessage) {
361
590
  RebootClusterMessage.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };