@aws-sdk/client-redshift 3.46.0 → 3.48.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.
@@ -147,12 +147,6 @@ export interface DependentServiceUnavailableFault extends __SmithyException, $Me
147
147
  $fault: "client";
148
148
  message?: string;
149
149
  }
150
- export declare namespace DependentServiceUnavailableFault {
151
- /**
152
- * @internal
153
- */
154
- const filterSensitiveLog: (obj: DependentServiceUnavailableFault) => any;
155
- }
156
150
  /**
157
151
  * <p>Indicates that the Reserved Node being exchanged is not in an active state.</p>
158
152
  */
@@ -161,12 +155,6 @@ export interface InvalidReservedNodeStateFault extends __SmithyException, $Metad
161
155
  $fault: "client";
162
156
  message?: string;
163
157
  }
164
- export declare namespace InvalidReservedNodeStateFault {
165
- /**
166
- * @internal
167
- */
168
- const filterSensitiveLog: (obj: InvalidReservedNodeStateFault) => any;
169
- }
170
158
  /**
171
159
  * <p>User already has a reservation with the given identifier.</p>
172
160
  */
@@ -175,12 +163,6 @@ export interface ReservedNodeAlreadyExistsFault extends __SmithyException, $Meta
175
163
  $fault: "client";
176
164
  message?: string;
177
165
  }
178
- export declare namespace ReservedNodeAlreadyExistsFault {
179
- /**
180
- * @internal
181
- */
182
- const filterSensitiveLog: (obj: ReservedNodeAlreadyExistsFault) => any;
183
- }
184
166
  /**
185
167
  * <p>Indicates that the reserved node has already been exchanged.</p>
186
168
  */
@@ -189,12 +171,6 @@ export interface ReservedNodeAlreadyMigratedFault extends __SmithyException, $Me
189
171
  $fault: "client";
190
172
  message?: string;
191
173
  }
192
- export declare namespace ReservedNodeAlreadyMigratedFault {
193
- /**
194
- * @internal
195
- */
196
- const filterSensitiveLog: (obj: ReservedNodeAlreadyMigratedFault) => any;
197
- }
198
174
  /**
199
175
  * <p>The specified reserved compute node not found.</p>
200
176
  */
@@ -203,12 +179,6 @@ export interface ReservedNodeNotFoundFault extends __SmithyException, $MetadataB
203
179
  $fault: "client";
204
180
  message?: string;
205
181
  }
206
- export declare namespace ReservedNodeNotFoundFault {
207
- /**
208
- * @internal
209
- */
210
- const filterSensitiveLog: (obj: ReservedNodeNotFoundFault) => any;
211
- }
212
182
  /**
213
183
  * <p>Specified offering does not exist.</p>
214
184
  */
@@ -217,12 +187,6 @@ export interface ReservedNodeOfferingNotFoundFault extends __SmithyException, $M
217
187
  $fault: "client";
218
188
  message?: string;
219
189
  }
220
- export declare namespace ReservedNodeOfferingNotFoundFault {
221
- /**
222
- * @internal
223
- */
224
- const filterSensitiveLog: (obj: ReservedNodeOfferingNotFoundFault) => any;
225
- }
226
190
  /**
227
191
  * <p>The requested operation isn't supported.</p>
228
192
  */
@@ -231,12 +195,6 @@ export interface UnsupportedOperationFault extends __SmithyException, $MetadataB
231
195
  $fault: "client";
232
196
  message?: string;
233
197
  }
234
- export declare namespace UnsupportedOperationFault {
235
- /**
236
- * @internal
237
- */
238
- const filterSensitiveLog: (obj: UnsupportedOperationFault) => any;
239
- }
240
198
  /**
241
199
  * <p>You are not authorized to access the cluster.</p>
242
200
  */
@@ -245,12 +203,6 @@ export interface AccessToClusterDeniedFault extends __SmithyException, $Metadata
245
203
  $fault: "client";
246
204
  message?: string;
247
205
  }
248
- export declare namespace AccessToClusterDeniedFault {
249
- /**
250
- * @internal
251
- */
252
- const filterSensitiveLog: (obj: AccessToClusterDeniedFault) => any;
253
- }
254
206
  /**
255
207
  * <p>The owner of the specified snapshot has not authorized your account to access the
256
208
  * snapshot.</p>
@@ -260,12 +212,6 @@ export interface AccessToSnapshotDeniedFault extends __SmithyException, $Metadat
260
212
  $fault: "client";
261
213
  message?: string;
262
214
  }
263
- export declare namespace AccessToSnapshotDeniedFault {
264
- /**
265
- * @internal
266
- */
267
- const filterSensitiveLog: (obj: AccessToSnapshotDeniedFault) => any;
268
- }
269
215
  /**
270
216
  * <p>Describes an attribute value.</p>
271
217
  */
@@ -347,12 +293,6 @@ export interface ClusterNotFoundFault extends __SmithyException, $MetadataBearer
347
293
  $fault: "client";
348
294
  message?: string;
349
295
  }
350
- export declare namespace ClusterNotFoundFault {
351
- /**
352
- * @internal
353
- */
354
- const filterSensitiveLog: (obj: ClusterNotFoundFault) => any;
355
- }
356
296
  export interface PartnerIntegrationInputMessage {
357
297
  /**
358
298
  * <p>The Amazon Web Services account ID that owns the cluster.</p>
@@ -401,12 +341,6 @@ export interface PartnerNotFoundFault extends __SmithyException, $MetadataBearer
401
341
  $fault: "client";
402
342
  message?: string;
403
343
  }
404
- export declare namespace PartnerNotFoundFault {
405
- /**
406
- * @internal
407
- */
408
- const filterSensitiveLog: (obj: PartnerNotFoundFault) => any;
409
- }
410
344
  /**
411
345
  * <p>The partner integration is not authorized.</p>
412
346
  */
@@ -415,12 +349,6 @@ export interface UnauthorizedPartnerIntegrationFault extends __SmithyException,
415
349
  $fault: "client";
416
350
  message?: string;
417
351
  }
418
- export declare namespace UnauthorizedPartnerIntegrationFault {
419
- /**
420
- * @internal
421
- */
422
- const filterSensitiveLog: (obj: UnauthorizedPartnerIntegrationFault) => any;
423
- }
424
352
  export declare enum AquaConfigurationStatus {
425
353
  AUTO = "auto",
426
354
  DISABLED = "disabled",
@@ -566,12 +494,6 @@ export interface InvalidDataShareFault extends __SmithyException, $MetadataBeare
566
494
  $fault: "client";
567
495
  message?: string;
568
496
  }
569
- export declare namespace InvalidDataShareFault {
570
- /**
571
- * @internal
572
- */
573
- const filterSensitiveLog: (obj: InvalidDataShareFault) => any;
574
- }
575
497
  /**
576
498
  * <p>The namespace isn't valid because the namespace doesn't exist. Provide a valid namespace.</p>
577
499
  */
@@ -580,12 +502,6 @@ export interface InvalidNamespaceFault extends __SmithyException, $MetadataBeare
580
502
  $fault: "client";
581
503
  message?: string;
582
504
  }
583
- export declare namespace InvalidNamespaceFault {
584
- /**
585
- * @internal
586
- */
587
- const filterSensitiveLog: (obj: InvalidNamespaceFault) => any;
588
- }
589
505
  export declare type ScheduleState = "ACTIVE" | "FAILED" | "MODIFYING";
590
506
  /**
591
507
  * <p></p>
@@ -634,12 +550,6 @@ export interface AuthenticationProfileAlreadyExistsFault extends __SmithyExcepti
634
550
  $fault: "client";
635
551
  message?: string;
636
552
  }
637
- export declare namespace AuthenticationProfileAlreadyExistsFault {
638
- /**
639
- * @internal
640
- */
641
- const filterSensitiveLog: (obj: AuthenticationProfileAlreadyExistsFault) => any;
642
- }
643
553
  /**
644
554
  * <p>The authentication profile can't be found.</p>
645
555
  */
@@ -648,12 +558,6 @@ export interface AuthenticationProfileNotFoundFault extends __SmithyException, $
648
558
  $fault: "client";
649
559
  message?: string;
650
560
  }
651
- export declare namespace AuthenticationProfileNotFoundFault {
652
- /**
653
- * @internal
654
- */
655
- const filterSensitiveLog: (obj: AuthenticationProfileNotFoundFault) => any;
656
- }
657
561
  /**
658
562
  * <p>The size or number of authentication profiles has exceeded the quota.
659
563
  * The maximum length of the JSON string and maximum number of authentication profiles is determined by a quota for your account.</p>
@@ -663,12 +567,6 @@ export interface AuthenticationProfileQuotaExceededFault extends __SmithyExcepti
663
567
  $fault: "client";
664
568
  message?: string;
665
569
  }
666
- export declare namespace AuthenticationProfileQuotaExceededFault {
667
- /**
668
- * @internal
669
- */
670
- const filterSensitiveLog: (obj: AuthenticationProfileQuotaExceededFault) => any;
671
- }
672
570
  /**
673
571
  * <p>The specified CIDR block or EC2 security group is already authorized for the
674
572
  * specified cluster security group.</p>
@@ -678,12 +576,6 @@ export interface AuthorizationAlreadyExistsFault extends __SmithyException, $Met
678
576
  $fault: "client";
679
577
  message?: string;
680
578
  }
681
- export declare namespace AuthorizationAlreadyExistsFault {
682
- /**
683
- * @internal
684
- */
685
- const filterSensitiveLog: (obj: AuthorizationAlreadyExistsFault) => any;
686
- }
687
579
  /**
688
580
  * <p>The specified CIDR IP range or EC2 security group is not authorized for the
689
581
  * specified cluster security group.</p>
@@ -693,12 +585,6 @@ export interface AuthorizationNotFoundFault extends __SmithyException, $Metadata
693
585
  $fault: "client";
694
586
  message?: string;
695
587
  }
696
- export declare namespace AuthorizationNotFoundFault {
697
- /**
698
- * @internal
699
- */
700
- const filterSensitiveLog: (obj: AuthorizationNotFoundFault) => any;
701
- }
702
588
  /**
703
589
  * <p>The authorization quota for the cluster security group has been reached.</p>
704
590
  */
@@ -707,12 +593,6 @@ export interface AuthorizationQuotaExceededFault extends __SmithyException, $Met
707
593
  $fault: "client";
708
594
  message?: string;
709
595
  }
710
- export declare namespace AuthorizationQuotaExceededFault {
711
- /**
712
- * @internal
713
- */
714
- const filterSensitiveLog: (obj: AuthorizationQuotaExceededFault) => any;
715
- }
716
596
  export declare enum AuthorizationStatus {
717
597
  AUTHORIZED = "Authorized",
718
598
  REVOKING = "Revoking"
@@ -873,12 +753,6 @@ export interface ClusterSecurityGroupNotFoundFault extends __SmithyException, $M
873
753
  $fault: "client";
874
754
  message?: string;
875
755
  }
876
- export declare namespace ClusterSecurityGroupNotFoundFault {
877
- /**
878
- * @internal
879
- */
880
- const filterSensitiveLog: (obj: ClusterSecurityGroupNotFoundFault) => any;
881
- }
882
756
  /**
883
757
  * <p>The state of the cluster security group is not <code>available</code>. </p>
884
758
  */
@@ -887,12 +761,6 @@ export interface InvalidClusterSecurityGroupStateFault extends __SmithyException
887
761
  $fault: "client";
888
762
  message?: string;
889
763
  }
890
- export declare namespace InvalidClusterSecurityGroupStateFault {
891
- /**
892
- * @internal
893
- */
894
- const filterSensitiveLog: (obj: InvalidClusterSecurityGroupStateFault) => any;
895
- }
896
764
  export interface AuthorizeDataShareMessage {
897
765
  /**
898
766
  * <p>The Amazon Resource Name (ARN) of the datashare that producers are to authorize
@@ -985,12 +853,6 @@ export interface EndpointAuthorizationAlreadyExistsFault extends __SmithyExcepti
985
853
  $fault: "client";
986
854
  message?: string;
987
855
  }
988
- export declare namespace EndpointAuthorizationAlreadyExistsFault {
989
- /**
990
- * @internal
991
- */
992
- const filterSensitiveLog: (obj: EndpointAuthorizationAlreadyExistsFault) => any;
993
- }
994
856
  /**
995
857
  * <p>The number of endpoint authorizations per cluster has exceeded its limit.</p>
996
858
  */
@@ -999,12 +861,6 @@ export interface EndpointAuthorizationsPerClusterLimitExceededFault extends __Sm
999
861
  $fault: "client";
1000
862
  message?: string;
1001
863
  }
1002
- export declare namespace EndpointAuthorizationsPerClusterLimitExceededFault {
1003
- /**
1004
- * @internal
1005
- */
1006
- const filterSensitiveLog: (obj: EndpointAuthorizationsPerClusterLimitExceededFault) => any;
1007
- }
1008
864
  /**
1009
865
  * <p>The status of the authorization is not valid.</p>
1010
866
  */
@@ -1013,12 +869,6 @@ export interface InvalidAuthorizationStateFault extends __SmithyException, $Meta
1013
869
  $fault: "client";
1014
870
  message?: string;
1015
871
  }
1016
- export declare namespace InvalidAuthorizationStateFault {
1017
- /**
1018
- * @internal
1019
- */
1020
- const filterSensitiveLog: (obj: InvalidAuthorizationStateFault) => any;
1021
- }
1022
872
  /**
1023
873
  * <p>The specified cluster is not in the <code>available</code> state. </p>
1024
874
  */
@@ -1027,12 +877,6 @@ export interface InvalidClusterStateFault extends __SmithyException, $MetadataBe
1027
877
  $fault: "client";
1028
878
  message?: string;
1029
879
  }
1030
- export declare namespace InvalidClusterStateFault {
1031
- /**
1032
- * @internal
1033
- */
1034
- const filterSensitiveLog: (obj: InvalidClusterStateFault) => any;
1035
- }
1036
880
  /**
1037
881
  * <p></p>
1038
882
  */
@@ -1266,12 +1110,6 @@ export interface ClusterSnapshotNotFoundFault extends __SmithyException, $Metada
1266
1110
  $fault: "client";
1267
1111
  message?: string;
1268
1112
  }
1269
- export declare namespace ClusterSnapshotNotFoundFault {
1270
- /**
1271
- * @internal
1272
- */
1273
- const filterSensitiveLog: (obj: ClusterSnapshotNotFoundFault) => any;
1274
- }
1275
1113
  /**
1276
1114
  * <p>The request cannot be completed because a dependent service is throttling requests
1277
1115
  * made by Amazon Redshift on your behalf. Wait and retry the request.</p>
@@ -1281,12 +1119,6 @@ export interface DependentServiceRequestThrottlingFault extends __SmithyExceptio
1281
1119
  $fault: "client";
1282
1120
  message?: string;
1283
1121
  }
1284
- export declare namespace DependentServiceRequestThrottlingFault {
1285
- /**
1286
- * @internal
1287
- */
1288
- const filterSensitiveLog: (obj: DependentServiceRequestThrottlingFault) => any;
1289
- }
1290
1122
  /**
1291
1123
  * <p>The specified cluster snapshot is not in the <code>available</code> state, or other
1292
1124
  * accounts are authorized to access the snapshot. </p>
@@ -1296,12 +1128,6 @@ export interface InvalidClusterSnapshotStateFault extends __SmithyException, $Me
1296
1128
  $fault: "client";
1297
1129
  message?: string;
1298
1130
  }
1299
- export declare namespace InvalidClusterSnapshotStateFault {
1300
- /**
1301
- * @internal
1302
- */
1303
- const filterSensitiveLog: (obj: InvalidClusterSnapshotStateFault) => any;
1304
- }
1305
1131
  /**
1306
1132
  * <p>The encryption key has exceeded its grant limit in Amazon Web Services KMS.</p>
1307
1133
  */
@@ -1310,12 +1136,6 @@ export interface LimitExceededFault extends __SmithyException, $MetadataBearer {
1310
1136
  $fault: "client";
1311
1137
  message?: string;
1312
1138
  }
1313
- export declare namespace LimitExceededFault {
1314
- /**
1315
- * @internal
1316
- */
1317
- const filterSensitiveLog: (obj: LimitExceededFault) => any;
1318
- }
1319
1139
  /**
1320
1140
  * <p>A list of supported platforms for orderable clusters.</p>
1321
1141
  */
@@ -1439,12 +1259,6 @@ export interface BatchDeleteRequestSizeExceededFault extends __SmithyException,
1439
1259
  $fault: "client";
1440
1260
  message?: string;
1441
1261
  }
1442
- export declare namespace BatchDeleteRequestSizeExceededFault {
1443
- /**
1444
- * @internal
1445
- */
1446
- const filterSensitiveLog: (obj: BatchDeleteRequestSizeExceededFault) => any;
1447
- }
1448
1262
  /**
1449
1263
  * <p>The maximum number for snapshot identifiers has been reached. The limit is 100.
1450
1264
  * </p>
@@ -1454,12 +1268,6 @@ export interface BatchModifyClusterSnapshotsLimitExceededFault extends __SmithyE
1454
1268
  $fault: "client";
1455
1269
  message?: string;
1456
1270
  }
1457
- export declare namespace BatchModifyClusterSnapshotsLimitExceededFault {
1458
- /**
1459
- * @internal
1460
- */
1461
- const filterSensitiveLog: (obj: BatchModifyClusterSnapshotsLimitExceededFault) => any;
1462
- }
1463
1271
  export interface BatchModifyClusterSnapshotsMessage {
1464
1272
  /**
1465
1273
  * <p>A list of snapshot identifiers you want to modify.</p>
@@ -1511,12 +1319,6 @@ export interface InvalidRetentionPeriodFault extends __SmithyException, $Metadat
1511
1319
  $fault: "client";
1512
1320
  message?: string;
1513
1321
  }
1514
- export declare namespace InvalidRetentionPeriodFault {
1515
- /**
1516
- * @internal
1517
- */
1518
- const filterSensitiveLog: (obj: InvalidRetentionPeriodFault) => any;
1519
- }
1520
1322
  /**
1521
1323
  * <p>Could not find the specified S3 bucket.</p>
1522
1324
  */
@@ -1525,12 +1327,6 @@ export interface BucketNotFoundFault extends __SmithyException, $MetadataBearer
1525
1327
  $fault: "client";
1526
1328
  message?: string;
1527
1329
  }
1528
- export declare namespace BucketNotFoundFault {
1529
- /**
1530
- * @internal
1531
- */
1532
- const filterSensitiveLog: (obj: BucketNotFoundFault) => any;
1533
- }
1534
1330
  export interface CancelResizeMessage {
1535
1331
  /**
1536
1332
  * <p>The unique identifier for the cluster that you want to cancel a resize operation
@@ -1552,12 +1348,6 @@ export interface ResizeNotFoundFault extends __SmithyException, $MetadataBearer
1552
1348
  $fault: "client";
1553
1349
  message?: string;
1554
1350
  }
1555
- export declare namespace ResizeNotFoundFault {
1556
- /**
1557
- * @internal
1558
- */
1559
- const filterSensitiveLog: (obj: ResizeNotFoundFault) => any;
1560
- }
1561
1351
  /**
1562
1352
  * <p>Describes the result of a cluster resize operation.</p>
1563
1353
  */
@@ -2645,12 +2435,6 @@ export interface ClusterAlreadyExistsFault extends __SmithyException, $MetadataB
2645
2435
  $fault: "client";
2646
2436
  message?: string;
2647
2437
  }
2648
- export declare namespace ClusterAlreadyExistsFault {
2649
- /**
2650
- * @internal
2651
- */
2652
- const filterSensitiveLog: (obj: ClusterAlreadyExistsFault) => any;
2653
- }
2654
2438
  /**
2655
2439
  * <p>Temporary credentials with authorization to log on to an Amazon Redshift database.
2656
2440
  * </p>
@@ -2761,12 +2545,6 @@ export interface ClusterOnLatestRevisionFault extends __SmithyException, $Metada
2761
2545
  $fault: "client";
2762
2546
  message?: string;
2763
2547
  }
2764
- export declare namespace ClusterOnLatestRevisionFault {
2765
- /**
2766
- * @internal
2767
- */
2768
- const filterSensitiveLog: (obj: ClusterOnLatestRevisionFault) => any;
2769
- }
2770
2548
  /**
2771
2549
  * <p>Describes a parameter group.</p>
2772
2550
  */
@@ -2803,12 +2581,6 @@ export interface ClusterParameterGroupAlreadyExistsFault extends __SmithyExcepti
2803
2581
  $fault: "client";
2804
2582
  message?: string;
2805
2583
  }
2806
- export declare namespace ClusterParameterGroupAlreadyExistsFault {
2807
- /**
2808
- * @internal
2809
- */
2810
- const filterSensitiveLog: (obj: ClusterParameterGroupAlreadyExistsFault) => any;
2811
- }
2812
2584
  export declare type ParameterApplyType = "dynamic" | "static";
2813
2585
  /**
2814
2586
  * <p>Describes a parameter in a cluster parameter group.</p>
@@ -2918,12 +2690,6 @@ export interface ClusterParameterGroupNotFoundFault extends __SmithyException, $
2918
2690
  $fault: "client";
2919
2691
  message?: string;
2920
2692
  }
2921
- export declare namespace ClusterParameterGroupNotFoundFault {
2922
- /**
2923
- * @internal
2924
- */
2925
- const filterSensitiveLog: (obj: ClusterParameterGroupNotFoundFault) => any;
2926
- }
2927
2693
  /**
2928
2694
  * <p>The request would result in the user exceeding the allowed number of cluster
2929
2695
  * parameter groups.
@@ -2936,12 +2702,6 @@ export interface ClusterParameterGroupQuotaExceededFault extends __SmithyExcepti
2936
2702
  $fault: "client";
2937
2703
  message?: string;
2938
2704
  }
2939
- export declare namespace ClusterParameterGroupQuotaExceededFault {
2940
- /**
2941
- * @internal
2942
- */
2943
- const filterSensitiveLog: (obj: ClusterParameterGroupQuotaExceededFault) => any;
2944
- }
2945
2705
  /**
2946
2706
  * <p>Contains the output from the <a>DescribeClusterParameterGroups</a>
2947
2707
  * action. </p>
@@ -2979,12 +2739,6 @@ export interface ClusterQuotaExceededFault extends __SmithyException, $MetadataB
2979
2739
  $fault: "client";
2980
2740
  message?: string;
2981
2741
  }
2982
- export declare namespace ClusterQuotaExceededFault {
2983
- /**
2984
- * @internal
2985
- */
2986
- const filterSensitiveLog: (obj: ClusterQuotaExceededFault) => any;
2987
- }
2988
2742
  /**
2989
2743
  * <p>A cluster security group with the same name already exists.</p>
2990
2744
  */
@@ -2993,12 +2747,6 @@ export interface ClusterSecurityGroupAlreadyExistsFault extends __SmithyExceptio
2993
2747
  $fault: "client";
2994
2748
  message?: string;
2995
2749
  }
2996
- export declare namespace ClusterSecurityGroupAlreadyExistsFault {
2997
- /**
2998
- * @internal
2999
- */
3000
- const filterSensitiveLog: (obj: ClusterSecurityGroupAlreadyExistsFault) => any;
3001
- }
3002
2750
  /**
3003
2751
  * <p></p>
3004
2752
  */
@@ -3034,12 +2782,6 @@ export interface ClusterSecurityGroupQuotaExceededFault extends __SmithyExceptio
3034
2782
  $fault: "client";
3035
2783
  message?: string;
3036
2784
  }
3037
- export declare namespace ClusterSecurityGroupQuotaExceededFault {
3038
- /**
3039
- * @internal
3040
- */
3041
- const filterSensitiveLog: (obj: ClusterSecurityGroupQuotaExceededFault) => any;
3042
- }
3043
2785
  /**
3044
2786
  * <p>Contains the output from the <a>DescribeClusters</a> action. </p>
3045
2787
  */
@@ -3073,12 +2815,6 @@ export interface ClusterSnapshotAlreadyExistsFault extends __SmithyException, $M
3073
2815
  $fault: "client";
3074
2816
  message?: string;
3075
2817
  }
3076
- export declare namespace ClusterSnapshotAlreadyExistsFault {
3077
- /**
3078
- * @internal
3079
- */
3080
- const filterSensitiveLog: (obj: ClusterSnapshotAlreadyExistsFault) => any;
3081
- }
3082
2818
  /**
3083
2819
  * <p>The request would result in the user exceeding the allowed number of cluster
3084
2820
  * snapshots.</p>
@@ -3088,12 +2824,6 @@ export interface ClusterSnapshotQuotaExceededFault extends __SmithyException, $M
3088
2824
  $fault: "client";
3089
2825
  message?: string;
3090
2826
  }
3091
- export declare namespace ClusterSnapshotQuotaExceededFault {
3092
- /**
3093
- * @internal
3094
- */
3095
- const filterSensitiveLog: (obj: ClusterSnapshotQuotaExceededFault) => any;
3096
- }
3097
2827
  /**
3098
2828
  * <p>Describes a subnet.</p>
3099
2829
  */
@@ -3162,12 +2892,6 @@ export interface ClusterSubnetGroupAlreadyExistsFault extends __SmithyException,
3162
2892
  $fault: "client";
3163
2893
  message?: string;
3164
2894
  }
3165
- export declare namespace ClusterSubnetGroupAlreadyExistsFault {
3166
- /**
3167
- * @internal
3168
- */
3169
- const filterSensitiveLog: (obj: ClusterSubnetGroupAlreadyExistsFault) => any;
3170
- }
3171
2895
  /**
3172
2896
  * <p>Contains the output from the <a>DescribeClusterSubnetGroups</a> action.
3173
2897
  * </p>
@@ -3201,12 +2925,6 @@ export interface ClusterSubnetGroupNotFoundFault extends __SmithyException, $Met
3201
2925
  $fault: "client";
3202
2926
  message?: string;
3203
2927
  }
3204
- export declare namespace ClusterSubnetGroupNotFoundFault {
3205
- /**
3206
- * @internal
3207
- */
3208
- const filterSensitiveLog: (obj: ClusterSubnetGroupNotFoundFault) => any;
3209
- }
3210
2928
  /**
3211
2929
  * <p>The request would result in user exceeding the allowed number of cluster subnet
3212
2930
  * groups.
@@ -3219,12 +2937,6 @@ export interface ClusterSubnetGroupQuotaExceededFault extends __SmithyException,
3219
2937
  $fault: "client";
3220
2938
  message?: string;
3221
2939
  }
3222
- export declare namespace ClusterSubnetGroupQuotaExceededFault {
3223
- /**
3224
- * @internal
3225
- */
3226
- const filterSensitiveLog: (obj: ClusterSubnetGroupQuotaExceededFault) => any;
3227
- }
3228
2940
  /**
3229
2941
  * <p>The request would result in user exceeding the allowed number of subnets in a
3230
2942
  * cluster subnet groups.
@@ -3237,12 +2949,6 @@ export interface ClusterSubnetQuotaExceededFault extends __SmithyException, $Met
3237
2949
  $fault: "client";
3238
2950
  message?: string;
3239
2951
  }
3240
- export declare namespace ClusterSubnetQuotaExceededFault {
3241
- /**
3242
- * @internal
3243
- */
3244
- const filterSensitiveLog: (obj: ClusterSubnetQuotaExceededFault) => any;
3245
- }
3246
2952
  /**
3247
2953
  * <p>Describes a cluster version, including the parameter group family and description
3248
2954
  * of the version.</p>
@@ -3375,12 +3081,6 @@ export interface CopyToRegionDisabledFault extends __SmithyException, $MetadataB
3375
3081
  $fault: "client";
3376
3082
  message?: string;
3377
3083
  }
3378
- export declare namespace CopyToRegionDisabledFault {
3379
- /**
3380
- * @internal
3381
- */
3382
- const filterSensitiveLog: (obj: CopyToRegionDisabledFault) => any;
3383
- }
3384
3084
  export interface CreateAuthenticationProfileMessage {
3385
3085
  /**
3386
3086
  * <p>The name of the authentication profile to be created.</p>
@@ -3423,12 +3123,6 @@ export interface InvalidAuthenticationProfileRequestFault extends __SmithyExcept
3423
3123
  $fault: "client";
3424
3124
  message?: string;
3425
3125
  }
3426
- export declare namespace InvalidAuthenticationProfileRequestFault {
3427
- /**
3428
- * @internal
3429
- */
3430
- const filterSensitiveLog: (obj: InvalidAuthenticationProfileRequestFault) => any;
3431
- }
3432
3126
  /**
3433
3127
  * <p></p>
3434
3128
  */
@@ -3801,12 +3495,6 @@ export interface HsmClientCertificateNotFoundFault extends __SmithyException, $M
3801
3495
  $fault: "client";
3802
3496
  message?: string;
3803
3497
  }
3804
- export declare namespace HsmClientCertificateNotFoundFault {
3805
- /**
3806
- * @internal
3807
- */
3808
- const filterSensitiveLog: (obj: HsmClientCertificateNotFoundFault) => any;
3809
- }
3810
3498
  /**
3811
3499
  * <p>There is no Amazon Redshift HSM configuration with the specified identifier.</p>
3812
3500
  */
@@ -3815,12 +3503,6 @@ export interface HsmConfigurationNotFoundFault extends __SmithyException, $Metad
3815
3503
  $fault: "client";
3816
3504
  message?: string;
3817
3505
  }
3818
- export declare namespace HsmConfigurationNotFoundFault {
3819
- /**
3820
- * @internal
3821
- */
3822
- const filterSensitiveLog: (obj: HsmConfigurationNotFoundFault) => any;
3823
- }
3824
3506
  /**
3825
3507
  * <p>The number of nodes specified exceeds the allotted capacity of the
3826
3508
  * cluster.</p>
@@ -3830,12 +3512,6 @@ export interface InsufficientClusterCapacityFault extends __SmithyException, $Me
3830
3512
  $fault: "client";
3831
3513
  message?: string;
3832
3514
  }
3833
- export declare namespace InsufficientClusterCapacityFault {
3834
- /**
3835
- * @internal
3836
- */
3837
- const filterSensitiveLog: (obj: InsufficientClusterCapacityFault) => any;
3838
- }
3839
3515
  /**
3840
3516
  * <p>The cluster subnet group cannot be deleted because it is in use.</p>
3841
3517
  */
@@ -3844,12 +3520,6 @@ export interface InvalidClusterSubnetGroupStateFault extends __SmithyException,
3844
3520
  $fault: "client";
3845
3521
  message?: string;
3846
3522
  }
3847
- export declare namespace InvalidClusterSubnetGroupStateFault {
3848
- /**
3849
- * @internal
3850
- */
3851
- const filterSensitiveLog: (obj: InvalidClusterSubnetGroupStateFault) => any;
3852
- }
3853
3523
  /**
3854
3524
  * <p>The provided cluster track name is not valid.</p>
3855
3525
  */
@@ -3858,12 +3528,6 @@ export interface InvalidClusterTrackFault extends __SmithyException, $MetadataBe
3858
3528
  $fault: "client";
3859
3529
  message?: string;
3860
3530
  }
3861
- export declare namespace InvalidClusterTrackFault {
3862
- /**
3863
- * @internal
3864
- */
3865
- const filterSensitiveLog: (obj: InvalidClusterTrackFault) => any;
3866
- }
3867
3531
  /**
3868
3532
  * <p>The Elastic IP (EIP) is invalid or cannot be found.</p>
3869
3533
  */
@@ -3872,12 +3536,6 @@ export interface InvalidElasticIpFault extends __SmithyException, $MetadataBeare
3872
3536
  $fault: "client";
3873
3537
  message?: string;
3874
3538
  }
3875
- export declare namespace InvalidElasticIpFault {
3876
- /**
3877
- * @internal
3878
- */
3879
- const filterSensitiveLog: (obj: InvalidElasticIpFault) => any;
3880
- }
3881
3539
  /**
3882
3540
  * <p>The requested subnet is not valid, or not all of the subnets are in the same
3883
3541
  * VPC.</p>
@@ -3887,12 +3545,6 @@ export interface InvalidSubnet extends __SmithyException, $MetadataBearer {
3887
3545
  $fault: "client";
3888
3546
  message?: string;
3889
3547
  }
3890
- export declare namespace InvalidSubnet {
3891
- /**
3892
- * @internal
3893
- */
3894
- const filterSensitiveLog: (obj: InvalidSubnet) => any;
3895
- }
3896
3548
  /**
3897
3549
  * <p>The tag is invalid.</p>
3898
3550
  */
@@ -3901,12 +3553,6 @@ export interface InvalidTagFault extends __SmithyException, $MetadataBearer {
3901
3553
  $fault: "client";
3902
3554
  message?: string;
3903
3555
  }
3904
- export declare namespace InvalidTagFault {
3905
- /**
3906
- * @internal
3907
- */
3908
- const filterSensitiveLog: (obj: InvalidTagFault) => any;
3909
- }
3910
3556
  /**
3911
3557
  * <p>The cluster subnet group does not cover all Availability Zones.</p>
3912
3558
  */
@@ -3915,12 +3561,6 @@ export interface InvalidVPCNetworkStateFault extends __SmithyException, $Metadat
3915
3561
  $fault: "client";
3916
3562
  message?: string;
3917
3563
  }
3918
- export declare namespace InvalidVPCNetworkStateFault {
3919
- /**
3920
- * @internal
3921
- */
3922
- const filterSensitiveLog: (obj: InvalidVPCNetworkStateFault) => any;
3923
- }
3924
3564
  /**
3925
3565
  * <p>The operation would exceed the number of nodes allowed for a cluster.</p>
3926
3566
  */
@@ -3929,12 +3569,6 @@ export interface NumberOfNodesPerClusterLimitExceededFault extends __SmithyExcep
3929
3569
  $fault: "client";
3930
3570
  message?: string;
3931
3571
  }
3932
- export declare namespace NumberOfNodesPerClusterLimitExceededFault {
3933
- /**
3934
- * @internal
3935
- */
3936
- const filterSensitiveLog: (obj: NumberOfNodesPerClusterLimitExceededFault) => any;
3937
- }
3938
3572
  /**
3939
3573
  * <p>The operation would exceed the number of nodes allotted to the account.
3940
3574
  *
@@ -3947,12 +3581,6 @@ export interface NumberOfNodesQuotaExceededFault extends __SmithyException, $Met
3947
3581
  $fault: "client";
3948
3582
  message?: string;
3949
3583
  }
3950
- export declare namespace NumberOfNodesQuotaExceededFault {
3951
- /**
3952
- * @internal
3953
- */
3954
- const filterSensitiveLog: (obj: NumberOfNodesQuotaExceededFault) => any;
3955
- }
3956
3584
  /**
3957
3585
  * <p>We could not find the specified snapshot schedule. </p>
3958
3586
  */
@@ -3961,12 +3589,6 @@ export interface SnapshotScheduleNotFoundFault extends __SmithyException, $Metad
3961
3589
  $fault: "client";
3962
3590
  message?: string;
3963
3591
  }
3964
- export declare namespace SnapshotScheduleNotFoundFault {
3965
- /**
3966
- * @internal
3967
- */
3968
- const filterSensitiveLog: (obj: SnapshotScheduleNotFoundFault) => any;
3969
- }
3970
3592
  /**
3971
3593
  * <p>You have exceeded the number of tags allowed.</p>
3972
3594
  */
@@ -3975,12 +3597,6 @@ export interface TagLimitExceededFault extends __SmithyException, $MetadataBeare
3975
3597
  $fault: "client";
3976
3598
  message?: string;
3977
3599
  }
3978
- export declare namespace TagLimitExceededFault {
3979
- /**
3980
- * @internal
3981
- */
3982
- const filterSensitiveLog: (obj: TagLimitExceededFault) => any;
3983
- }
3984
3600
  /**
3985
3601
  * <p>Your account is not authorized to perform the requested operation.</p>
3986
3602
  */
@@ -3989,12 +3605,6 @@ export interface UnauthorizedOperation extends __SmithyException, $MetadataBeare
3989
3605
  $fault: "client";
3990
3606
  message?: string;
3991
3607
  }
3992
- export declare namespace UnauthorizedOperation {
3993
- /**
3994
- * @internal
3995
- */
3996
- const filterSensitiveLog: (obj: UnauthorizedOperation) => any;
3997
- }
3998
3608
  /**
3999
3609
  * <p></p>
4000
3610
  */
@@ -4316,12 +3926,6 @@ export interface EndpointAlreadyExistsFault extends __SmithyException, $Metadata
4316
3926
  $fault: "client";
4317
3927
  message?: string;
4318
3928
  }
4319
- export declare namespace EndpointAlreadyExistsFault {
4320
- /**
4321
- * @internal
4322
- */
4323
- const filterSensitiveLog: (obj: EndpointAlreadyExistsFault) => any;
4324
- }
4325
3929
  /**
4326
3930
  * <p>The number of Redshift-managed VPC endpoints per authorization has exceeded its limit.</p>
4327
3931
  */
@@ -4330,12 +3934,6 @@ export interface EndpointsPerAuthorizationLimitExceededFault extends __SmithyExc
4330
3934
  $fault: "client";
4331
3935
  message?: string;
4332
3936
  }
4333
- export declare namespace EndpointsPerAuthorizationLimitExceededFault {
4334
- /**
4335
- * @internal
4336
- */
4337
- const filterSensitiveLog: (obj: EndpointsPerAuthorizationLimitExceededFault) => any;
4338
- }
4339
3937
  /**
4340
3938
  * <p>The number of Redshift-managed VPC endpoints per cluster has exceeded its limit.</p>
4341
3939
  */
@@ -4344,12 +3942,6 @@ export interface EndpointsPerClusterLimitExceededFault extends __SmithyException
4344
3942
  $fault: "client";
4345
3943
  message?: string;
4346
3944
  }
4347
- export declare namespace EndpointsPerClusterLimitExceededFault {
4348
- /**
4349
- * @internal
4350
- */
4351
- const filterSensitiveLog: (obj: EndpointsPerClusterLimitExceededFault) => any;
4352
- }
4353
3945
  /**
4354
3946
  * <p></p>
4355
3947
  */
@@ -4527,12 +4119,6 @@ export interface EventSubscriptionQuotaExceededFault extends __SmithyException,
4527
4119
  $fault: "client";
4528
4120
  message?: string;
4529
4121
  }
4530
- export declare namespace EventSubscriptionQuotaExceededFault {
4531
- /**
4532
- * @internal
4533
- */
4534
- const filterSensitiveLog: (obj: EventSubscriptionQuotaExceededFault) => any;
4535
- }
4536
4122
  /**
4537
4123
  * <p>Amazon SNS has responded that there is a problem with the specified Amazon SNS
4538
4124
  * topic.</p>
@@ -4542,12 +4128,6 @@ export interface SNSInvalidTopicFault extends __SmithyException, $MetadataBearer
4542
4128
  $fault: "client";
4543
4129
  message?: string;
4544
4130
  }
4545
- export declare namespace SNSInvalidTopicFault {
4546
- /**
4547
- * @internal
4548
- */
4549
- const filterSensitiveLog: (obj: SNSInvalidTopicFault) => any;
4550
- }
4551
4131
  /**
4552
4132
  * <p>You do not have permission to publish to the specified Amazon SNS topic.</p>
4553
4133
  */
@@ -4556,12 +4136,6 @@ export interface SNSNoAuthorizationFault extends __SmithyException, $MetadataBea
4556
4136
  $fault: "client";
4557
4137
  message?: string;
4558
4138
  }
4559
- export declare namespace SNSNoAuthorizationFault {
4560
- /**
4561
- * @internal
4562
- */
4563
- const filterSensitiveLog: (obj: SNSNoAuthorizationFault) => any;
4564
- }
4565
4139
  /**
4566
4140
  * <p>An Amazon SNS topic with the specified Amazon Resource Name (ARN) does not
4567
4141
  * exist.</p>
@@ -4571,12 +4145,6 @@ export interface SNSTopicArnNotFoundFault extends __SmithyException, $MetadataBe
4571
4145
  $fault: "client";
4572
4146
  message?: string;
4573
4147
  }
4574
- export declare namespace SNSTopicArnNotFoundFault {
4575
- /**
4576
- * @internal
4577
- */
4578
- const filterSensitiveLog: (obj: SNSTopicArnNotFoundFault) => any;
4579
- }
4580
4148
  /**
4581
4149
  * <p>The specified Amazon Redshift event source could not be found.</p>
4582
4150
  */
@@ -4585,12 +4153,6 @@ export interface SourceNotFoundFault extends __SmithyException, $MetadataBearer
4585
4153
  $fault: "client";
4586
4154
  message?: string;
4587
4155
  }
4588
- export declare namespace SourceNotFoundFault {
4589
- /**
4590
- * @internal
4591
- */
4592
- const filterSensitiveLog: (obj: SourceNotFoundFault) => any;
4593
- }
4594
4156
  /**
4595
4157
  * <p>There is already an existing event notification subscription with the specified
4596
4158
  * name.</p>
@@ -4600,12 +4162,6 @@ export interface SubscriptionAlreadyExistFault extends __SmithyException, $Metad
4600
4162
  $fault: "client";
4601
4163
  message?: string;
4602
4164
  }
4603
- export declare namespace SubscriptionAlreadyExistFault {
4604
- /**
4605
- * @internal
4606
- */
4607
- const filterSensitiveLog: (obj: SubscriptionAlreadyExistFault) => any;
4608
- }
4609
4165
  /**
4610
4166
  * <p>The value specified for the event category was not one of the allowed values, or it
4611
4167
  * specified a category that does not apply to the specified source type. The allowed
@@ -4616,12 +4172,6 @@ export interface SubscriptionCategoryNotFoundFault extends __SmithyException, $M
4616
4172
  $fault: "client";
4617
4173
  message?: string;
4618
4174
  }
4619
- export declare namespace SubscriptionCategoryNotFoundFault {
4620
- /**
4621
- * @internal
4622
- */
4623
- const filterSensitiveLog: (obj: SubscriptionCategoryNotFoundFault) => any;
4624
- }
4625
4175
  /**
4626
4176
  * <p>An Amazon Redshift event with the specified event ID does not exist.</p>
4627
4177
  */
@@ -4630,12 +4180,6 @@ export interface SubscriptionEventIdNotFoundFault extends __SmithyException, $Me
4630
4180
  $fault: "client";
4631
4181
  message?: string;
4632
4182
  }
4633
- export declare namespace SubscriptionEventIdNotFoundFault {
4634
- /**
4635
- * @internal
4636
- */
4637
- const filterSensitiveLog: (obj: SubscriptionEventIdNotFoundFault) => any;
4638
- }
4639
4183
  /**
4640
4184
  * <p>The value specified for the event severity was not one of the allowed values, or it
4641
4185
  * specified a severity that does not apply to the specified source type. The allowed
@@ -4646,12 +4190,6 @@ export interface SubscriptionSeverityNotFoundFault extends __SmithyException, $M
4646
4190
  $fault: "client";
4647
4191
  message?: string;
4648
4192
  }
4649
- export declare namespace SubscriptionSeverityNotFoundFault {
4650
- /**
4651
- * @internal
4652
- */
4653
- const filterSensitiveLog: (obj: SubscriptionSeverityNotFoundFault) => any;
4654
- }
4655
4193
  /**
4656
4194
  * <p></p>
4657
4195
  */
@@ -4721,12 +4259,6 @@ export interface HsmClientCertificateAlreadyExistsFault extends __SmithyExceptio
4721
4259
  $fault: "client";
4722
4260
  message?: string;
4723
4261
  }
4724
- export declare namespace HsmClientCertificateAlreadyExistsFault {
4725
- /**
4726
- * @internal
4727
- */
4728
- const filterSensitiveLog: (obj: HsmClientCertificateAlreadyExistsFault) => any;
4729
- }
4730
4262
  /**
4731
4263
  * <p>The quota for HSM client certificates has been reached.
4732
4264
  * For information about increasing your quota, go to <a href="https://docs.aws.amazon.com/redshift/latest/mgmt/amazon-redshift-limits.html">Limits in Amazon Redshift</a>
@@ -4738,12 +4270,6 @@ export interface HsmClientCertificateQuotaExceededFault extends __SmithyExceptio
4738
4270
  $fault: "client";
4739
4271
  message?: string;
4740
4272
  }
4741
- export declare namespace HsmClientCertificateQuotaExceededFault {
4742
- /**
4743
- * @internal
4744
- */
4745
- const filterSensitiveLog: (obj: HsmClientCertificateQuotaExceededFault) => any;
4746
- }
4747
4273
  /**
4748
4274
  * <p></p>
4749
4275
  */
@@ -4842,12 +4368,6 @@ export interface HsmConfigurationAlreadyExistsFault extends __SmithyException, $
4842
4368
  $fault: "client";
4843
4369
  message?: string;
4844
4370
  }
4845
- export declare namespace HsmConfigurationAlreadyExistsFault {
4846
- /**
4847
- * @internal
4848
- */
4849
- const filterSensitiveLog: (obj: HsmConfigurationAlreadyExistsFault) => any;
4850
- }
4851
4371
  /**
4852
4372
  * <p>The quota for HSM configurations has been reached.
4853
4373
  * For information about increasing your quota, go to <a href="https://docs.aws.amazon.com/redshift/latest/mgmt/amazon-redshift-limits.html">Limits in Amazon Redshift</a>
@@ -4859,12 +4379,6 @@ export interface HsmConfigurationQuotaExceededFault extends __SmithyException, $
4859
4379
  $fault: "client";
4860
4380
  message?: string;
4861
4381
  }
4862
- export declare namespace HsmConfigurationQuotaExceededFault {
4863
- /**
4864
- * @internal
4865
- */
4866
- const filterSensitiveLog: (obj: HsmConfigurationQuotaExceededFault) => any;
4867
- }
4868
4382
  /**
4869
4383
  * <p>Describes a pause cluster operation. For example, a scheduled action to run the <code>PauseCluster</code> API operation. </p>
4870
4384
  */
@@ -5016,12 +4530,6 @@ export interface InvalidScheduledActionFault extends __SmithyException, $Metadat
5016
4530
  $fault: "client";
5017
4531
  message?: string;
5018
4532
  }
5019
- export declare namespace InvalidScheduledActionFault {
5020
- /**
5021
- * @internal
5022
- */
5023
- const filterSensitiveLog: (obj: InvalidScheduledActionFault) => any;
5024
- }
5025
4533
  /**
5026
4534
  * <p>The schedule you submitted isn't valid.</p>
5027
4535
  */
@@ -5030,12 +4538,6 @@ export interface InvalidScheduleFault extends __SmithyException, $MetadataBearer
5030
4538
  $fault: "client";
5031
4539
  message?: string;
5032
4540
  }
5033
- export declare namespace InvalidScheduleFault {
5034
- /**
5035
- * @internal
5036
- */
5037
- const filterSensitiveLog: (obj: InvalidScheduleFault) => any;
5038
- }
5039
4541
  export declare enum ScheduledActionState {
5040
4542
  ACTIVE = "ACTIVE",
5041
4543
  DISABLED = "DISABLED"
@@ -5110,12 +4612,6 @@ export interface ScheduledActionAlreadyExistsFault extends __SmithyException, $M
5110
4612
  $fault: "client";
5111
4613
  message?: string;
5112
4614
  }
5113
- export declare namespace ScheduledActionAlreadyExistsFault {
5114
- /**
5115
- * @internal
5116
- */
5117
- const filterSensitiveLog: (obj: ScheduledActionAlreadyExistsFault) => any;
5118
- }
5119
4615
  /**
5120
4616
  * <p>The quota for scheduled actions exceeded. </p>
5121
4617
  */
@@ -5124,12 +4620,6 @@ export interface ScheduledActionQuotaExceededFault extends __SmithyException, $M
5124
4620
  $fault: "client";
5125
4621
  message?: string;
5126
4622
  }
5127
- export declare namespace ScheduledActionQuotaExceededFault {
5128
- /**
5129
- * @internal
5130
- */
5131
- const filterSensitiveLog: (obj: ScheduledActionQuotaExceededFault) => any;
5132
- }
5133
4623
  /**
5134
4624
  * <p>The action type specified for a scheduled action is not supported. </p>
5135
4625
  */
@@ -5138,12 +4628,6 @@ export interface ScheduledActionTypeUnsupportedFault extends __SmithyException,
5138
4628
  $fault: "client";
5139
4629
  message?: string;
5140
4630
  }
5141
- export declare namespace ScheduledActionTypeUnsupportedFault {
5142
- /**
5143
- * @internal
5144
- */
5145
- const filterSensitiveLog: (obj: ScheduledActionTypeUnsupportedFault) => any;
5146
- }
5147
4631
  /**
5148
4632
  * <p>The result of the <code>CreateSnapshotCopyGrant</code> action.</p>
5149
4633
  */
@@ -5246,12 +4730,6 @@ export interface SnapshotCopyGrantAlreadyExistsFault extends __SmithyException,
5246
4730
  $fault: "client";
5247
4731
  message?: string;
5248
4732
  }
5249
- export declare namespace SnapshotCopyGrantAlreadyExistsFault {
5250
- /**
5251
- * @internal
5252
- */
5253
- const filterSensitiveLog: (obj: SnapshotCopyGrantAlreadyExistsFault) => any;
5254
- }
5255
4733
  /**
5256
4734
  * <p>The Amazon Web Services account has exceeded the maximum number of snapshot copy grants in this
5257
4735
  * region.</p>
@@ -5261,12 +4739,6 @@ export interface SnapshotCopyGrantQuotaExceededFault extends __SmithyException,
5261
4739
  $fault: "client";
5262
4740
  message?: string;
5263
4741
  }
5264
- export declare namespace SnapshotCopyGrantQuotaExceededFault {
5265
- /**
5266
- * @internal
5267
- */
5268
- const filterSensitiveLog: (obj: SnapshotCopyGrantQuotaExceededFault) => any;
5269
- }
5270
4742
  export interface CreateSnapshotScheduleMessage {
5271
4743
  /**
5272
4744
  * <p>The definition of the snapshot schedule. The definition is made up of schedule
@@ -5309,12 +4781,6 @@ export interface ScheduleDefinitionTypeUnsupportedFault extends __SmithyExceptio
5309
4781
  $fault: "client";
5310
4782
  message?: string;
5311
4783
  }
5312
- export declare namespace ScheduleDefinitionTypeUnsupportedFault {
5313
- /**
5314
- * @internal
5315
- */
5316
- const filterSensitiveLog: (obj: ScheduleDefinitionTypeUnsupportedFault) => any;
5317
- }
5318
4784
  /**
5319
4785
  * <p>Describes a snapshot schedule. You can set a regular interval for creating
5320
4786
  * snapshots of a cluster. You can also schedule snapshots for specific dates. </p>
@@ -5363,12 +4829,6 @@ export interface SnapshotScheduleAlreadyExistsFault extends __SmithyException, $
5363
4829
  $fault: "client";
5364
4830
  message?: string;
5365
4831
  }
5366
- export declare namespace SnapshotScheduleAlreadyExistsFault {
5367
- /**
5368
- * @internal
5369
- */
5370
- const filterSensitiveLog: (obj: SnapshotScheduleAlreadyExistsFault) => any;
5371
- }
5372
4832
  /**
5373
4833
  * <p>You have exceeded the quota of snapshot schedules. </p>
5374
4834
  */
@@ -5377,12 +4837,6 @@ export interface SnapshotScheduleQuotaExceededFault extends __SmithyException, $
5377
4837
  $fault: "client";
5378
4838
  message?: string;
5379
4839
  }
5380
- export declare namespace SnapshotScheduleQuotaExceededFault {
5381
- /**
5382
- * @internal
5383
- */
5384
- const filterSensitiveLog: (obj: SnapshotScheduleQuotaExceededFault) => any;
5385
- }
5386
4840
  /**
5387
4841
  * <p>Contains the output from the <code>CreateTags</code> action. </p>
5388
4842
  */
@@ -5416,12 +4870,6 @@ export interface ResourceNotFoundFault extends __SmithyException, $MetadataBeare
5416
4870
  $fault: "client";
5417
4871
  message?: string;
5418
4872
  }
5419
- export declare namespace ResourceNotFoundFault {
5420
- /**
5421
- * @internal
5422
- */
5423
- const filterSensitiveLog: (obj: ResourceNotFoundFault) => any;
5424
- }
5425
4873
  export declare enum UsageLimitBreachAction {
5426
4874
  DISABLE = "disable",
5427
4875
  EMIT_METRIC = "emit-metric",
@@ -5491,12 +4939,6 @@ export interface InvalidUsageLimitFault extends __SmithyException, $MetadataBear
5491
4939
  $fault: "client";
5492
4940
  message?: string;
5493
4941
  }
5494
- export declare namespace InvalidUsageLimitFault {
5495
- /**
5496
- * @internal
5497
- */
5498
- const filterSensitiveLog: (obj: InvalidUsageLimitFault) => any;
5499
- }
5500
4942
  /**
5501
4943
  * <p>Describes a usage limit object for a cluster. </p>
5502
4944
  */
@@ -5562,12 +5004,6 @@ export interface UsageLimitAlreadyExistsFault extends __SmithyException, $Metada
5562
5004
  $fault: "client";
5563
5005
  message?: string;
5564
5006
  }
5565
- export declare namespace UsageLimitAlreadyExistsFault {
5566
- /**
5567
- * @internal
5568
- */
5569
- const filterSensitiveLog: (obj: UsageLimitAlreadyExistsFault) => any;
5570
- }
5571
5007
  export interface CustomerStorageMessage {
5572
5008
  /**
5573
5009
  * <p>The total amount of storage currently used for snapshots.</p>
@@ -5779,12 +5215,6 @@ export interface InvalidClusterParameterGroupStateFault extends __SmithyExceptio
5779
5215
  $fault: "client";
5780
5216
  message?: string;
5781
5217
  }
5782
- export declare namespace InvalidClusterParameterGroupStateFault {
5783
- /**
5784
- * @internal
5785
- */
5786
- const filterSensitiveLog: (obj: InvalidClusterParameterGroupStateFault) => any;
5787
- }
5788
5218
  /**
5789
5219
  * <p></p>
5790
5220
  */
@@ -5835,12 +5265,6 @@ export interface InvalidClusterSubnetStateFault extends __SmithyException, $Meta
5835
5265
  $fault: "client";
5836
5266
  message?: string;
5837
5267
  }
5838
- export declare namespace InvalidClusterSubnetStateFault {
5839
- /**
5840
- * @internal
5841
- */
5842
- const filterSensitiveLog: (obj: InvalidClusterSubnetStateFault) => any;
5843
- }
5844
5268
  export interface DeleteEndpointAccessMessage {
5845
5269
  /**
5846
5270
  * <p>The Redshift-managed VPC endpoint to delete.</p>
@@ -5861,12 +5285,6 @@ export interface EndpointNotFoundFault extends __SmithyException, $MetadataBeare
5861
5285
  $fault: "client";
5862
5286
  message?: string;
5863
5287
  }
5864
- export declare namespace EndpointNotFoundFault {
5865
- /**
5866
- * @internal
5867
- */
5868
- const filterSensitiveLog: (obj: EndpointNotFoundFault) => any;
5869
- }
5870
5288
  /**
5871
5289
  * <p>The status of the endpoint is not valid.</p>
5872
5290
  */
@@ -5875,12 +5293,6 @@ export interface InvalidEndpointStateFault extends __SmithyException, $MetadataB
5875
5293
  $fault: "client";
5876
5294
  message?: string;
5877
5295
  }
5878
- export declare namespace InvalidEndpointStateFault {
5879
- /**
5880
- * @internal
5881
- */
5882
- const filterSensitiveLog: (obj: InvalidEndpointStateFault) => any;
5883
- }
5884
5296
  /**
5885
5297
  * <p></p>
5886
5298
  */
@@ -5905,12 +5317,6 @@ export interface InvalidSubscriptionStateFault extends __SmithyException, $Metad
5905
5317
  $fault: "client";
5906
5318
  message?: string;
5907
5319
  }
5908
- export declare namespace InvalidSubscriptionStateFault {
5909
- /**
5910
- * @internal
5911
- */
5912
- const filterSensitiveLog: (obj: InvalidSubscriptionStateFault) => any;
5913
- }
5914
5320
  /**
5915
5321
  * <p>An Amazon Redshift event notification subscription with the specified name does not
5916
5322
  * exist.</p>
@@ -5920,12 +5326,6 @@ export interface SubscriptionNotFoundFault extends __SmithyException, $MetadataB
5920
5326
  $fault: "client";
5921
5327
  message?: string;
5922
5328
  }
5923
- export declare namespace SubscriptionNotFoundFault {
5924
- /**
5925
- * @internal
5926
- */
5927
- const filterSensitiveLog: (obj: SubscriptionNotFoundFault) => any;
5928
- }
5929
5329
  /**
5930
5330
  * <p></p>
5931
5331
  */
@@ -5950,12 +5350,6 @@ export interface InvalidHsmClientCertificateStateFault extends __SmithyException
5950
5350
  $fault: "client";
5951
5351
  message?: string;
5952
5352
  }
5953
- export declare namespace InvalidHsmClientCertificateStateFault {
5954
- /**
5955
- * @internal
5956
- */
5957
- const filterSensitiveLog: (obj: InvalidHsmClientCertificateStateFault) => any;
5958
- }
5959
5353
  /**
5960
5354
  * <p></p>
5961
5355
  */
@@ -5980,12 +5374,6 @@ export interface InvalidHsmConfigurationStateFault extends __SmithyException, $M
5980
5374
  $fault: "client";
5981
5375
  message?: string;
5982
5376
  }
5983
- export declare namespace InvalidHsmConfigurationStateFault {
5984
- /**
5985
- * @internal
5986
- */
5987
- const filterSensitiveLog: (obj: InvalidHsmConfigurationStateFault) => any;
5988
- }
5989
5377
  export interface DeleteScheduledActionMessage {
5990
5378
  /**
5991
5379
  * <p>The name of the scheduled action to delete. </p>
@@ -6006,12 +5394,6 @@ export interface ScheduledActionNotFoundFault extends __SmithyException, $Metada
6006
5394
  $fault: "client";
6007
5395
  message?: string;
6008
5396
  }
6009
- export declare namespace ScheduledActionNotFoundFault {
6010
- /**
6011
- * @internal
6012
- */
6013
- const filterSensitiveLog: (obj: ScheduledActionNotFoundFault) => any;
6014
- }
6015
5397
  /**
6016
5398
  * <p>The result of the <code>DeleteSnapshotCopyGrant</code> action.</p>
6017
5399
  */
@@ -6036,12 +5418,6 @@ export interface InvalidSnapshotCopyGrantStateFault extends __SmithyException, $
6036
5418
  $fault: "client";
6037
5419
  message?: string;
6038
5420
  }
6039
- export declare namespace InvalidSnapshotCopyGrantStateFault {
6040
- /**
6041
- * @internal
6042
- */
6043
- const filterSensitiveLog: (obj: InvalidSnapshotCopyGrantStateFault) => any;
6044
- }
6045
5421
  /**
6046
5422
  * <p>The specified snapshot copy grant can't be found. Make sure that the name is typed
6047
5423
  * correctly and that the grant exists in the destination region.</p>
@@ -6051,12 +5427,6 @@ export interface SnapshotCopyGrantNotFoundFault extends __SmithyException, $Meta
6051
5427
  $fault: "client";
6052
5428
  message?: string;
6053
5429
  }
6054
- export declare namespace SnapshotCopyGrantNotFoundFault {
6055
- /**
6056
- * @internal
6057
- */
6058
- const filterSensitiveLog: (obj: SnapshotCopyGrantNotFoundFault) => any;
6059
- }
6060
5430
  export interface DeleteSnapshotScheduleMessage {
6061
5431
  /**
6062
5432
  * <p>A unique identifier of the snapshot schedule to delete.</p>
@@ -6077,12 +5447,6 @@ export interface InvalidClusterSnapshotScheduleStateFault extends __SmithyExcept
6077
5447
  $fault: "client";
6078
5448
  message?: string;
6079
5449
  }
6080
- export declare namespace InvalidClusterSnapshotScheduleStateFault {
6081
- /**
6082
- * @internal
6083
- */
6084
- const filterSensitiveLog: (obj: InvalidClusterSnapshotScheduleStateFault) => any;
6085
- }
6086
5450
  /**
6087
5451
  * <p>Contains the output from the <code>DeleteTags</code> action. </p>
6088
5452
  */
@@ -6123,12 +5487,6 @@ export interface UsageLimitNotFoundFault extends __SmithyException, $MetadataBea
6123
5487
  $fault: "client";
6124
5488
  message?: string;
6125
5489
  }
6126
- export declare namespace UsageLimitNotFoundFault {
6127
- /**
6128
- * @internal
6129
- */
6130
- const filterSensitiveLog: (obj: UsageLimitNotFoundFault) => any;
6131
- }
6132
5490
  export interface DescribeAccountAttributesMessage {
6133
5491
  /**
6134
5492
  * <p>A list of attribute names.</p>