@aws-sdk/client-redshift 3.43.0 → 3.47.1

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",
@@ -547,6 +475,10 @@ export interface DataShare {
547
475
  * <p>A value that specifies when the datashare has an association between a producer and data consumers.</p>
548
476
  */
549
477
  DataShareAssociations?: DataShareAssociation[];
478
+ /**
479
+ * <p>The identifier of a datashare to show its managing entity.</p>
480
+ */
481
+ ManagedBy?: string;
550
482
  }
551
483
  export declare namespace DataShare {
552
484
  /**
@@ -562,12 +494,6 @@ export interface InvalidDataShareFault extends __SmithyException, $MetadataBeare
562
494
  $fault: "client";
563
495
  message?: string;
564
496
  }
565
- export declare namespace InvalidDataShareFault {
566
- /**
567
- * @internal
568
- */
569
- const filterSensitiveLog: (obj: InvalidDataShareFault) => any;
570
- }
571
497
  /**
572
498
  * <p>The namespace isn't valid because the namespace doesn't exist. Provide a valid namespace.</p>
573
499
  */
@@ -576,12 +502,6 @@ export interface InvalidNamespaceFault extends __SmithyException, $MetadataBeare
576
502
  $fault: "client";
577
503
  message?: string;
578
504
  }
579
- export declare namespace InvalidNamespaceFault {
580
- /**
581
- * @internal
582
- */
583
- const filterSensitiveLog: (obj: InvalidNamespaceFault) => any;
584
- }
585
505
  export declare type ScheduleState = "ACTIVE" | "FAILED" | "MODIFYING";
586
506
  /**
587
507
  * <p></p>
@@ -630,12 +550,6 @@ export interface AuthenticationProfileAlreadyExistsFault extends __SmithyExcepti
630
550
  $fault: "client";
631
551
  message?: string;
632
552
  }
633
- export declare namespace AuthenticationProfileAlreadyExistsFault {
634
- /**
635
- * @internal
636
- */
637
- const filterSensitiveLog: (obj: AuthenticationProfileAlreadyExistsFault) => any;
638
- }
639
553
  /**
640
554
  * <p>The authentication profile can't be found.</p>
641
555
  */
@@ -644,12 +558,6 @@ export interface AuthenticationProfileNotFoundFault extends __SmithyException, $
644
558
  $fault: "client";
645
559
  message?: string;
646
560
  }
647
- export declare namespace AuthenticationProfileNotFoundFault {
648
- /**
649
- * @internal
650
- */
651
- const filterSensitiveLog: (obj: AuthenticationProfileNotFoundFault) => any;
652
- }
653
561
  /**
654
562
  * <p>The size or number of authentication profiles has exceeded the quota.
655
563
  * The maximum length of the JSON string and maximum number of authentication profiles is determined by a quota for your account.</p>
@@ -659,12 +567,6 @@ export interface AuthenticationProfileQuotaExceededFault extends __SmithyExcepti
659
567
  $fault: "client";
660
568
  message?: string;
661
569
  }
662
- export declare namespace AuthenticationProfileQuotaExceededFault {
663
- /**
664
- * @internal
665
- */
666
- const filterSensitiveLog: (obj: AuthenticationProfileQuotaExceededFault) => any;
667
- }
668
570
  /**
669
571
  * <p>The specified CIDR block or EC2 security group is already authorized for the
670
572
  * specified cluster security group.</p>
@@ -674,12 +576,6 @@ export interface AuthorizationAlreadyExistsFault extends __SmithyException, $Met
674
576
  $fault: "client";
675
577
  message?: string;
676
578
  }
677
- export declare namespace AuthorizationAlreadyExistsFault {
678
- /**
679
- * @internal
680
- */
681
- const filterSensitiveLog: (obj: AuthorizationAlreadyExistsFault) => any;
682
- }
683
579
  /**
684
580
  * <p>The specified CIDR IP range or EC2 security group is not authorized for the
685
581
  * specified cluster security group.</p>
@@ -689,12 +585,6 @@ export interface AuthorizationNotFoundFault extends __SmithyException, $Metadata
689
585
  $fault: "client";
690
586
  message?: string;
691
587
  }
692
- export declare namespace AuthorizationNotFoundFault {
693
- /**
694
- * @internal
695
- */
696
- const filterSensitiveLog: (obj: AuthorizationNotFoundFault) => any;
697
- }
698
588
  /**
699
589
  * <p>The authorization quota for the cluster security group has been reached.</p>
700
590
  */
@@ -703,12 +593,6 @@ export interface AuthorizationQuotaExceededFault extends __SmithyException, $Met
703
593
  $fault: "client";
704
594
  message?: string;
705
595
  }
706
- export declare namespace AuthorizationQuotaExceededFault {
707
- /**
708
- * @internal
709
- */
710
- const filterSensitiveLog: (obj: AuthorizationQuotaExceededFault) => any;
711
- }
712
596
  export declare enum AuthorizationStatus {
713
597
  AUTHORIZED = "Authorized",
714
598
  REVOKING = "Revoking"
@@ -869,12 +753,6 @@ export interface ClusterSecurityGroupNotFoundFault extends __SmithyException, $M
869
753
  $fault: "client";
870
754
  message?: string;
871
755
  }
872
- export declare namespace ClusterSecurityGroupNotFoundFault {
873
- /**
874
- * @internal
875
- */
876
- const filterSensitiveLog: (obj: ClusterSecurityGroupNotFoundFault) => any;
877
- }
878
756
  /**
879
757
  * <p>The state of the cluster security group is not <code>available</code>. </p>
880
758
  */
@@ -883,12 +761,6 @@ export interface InvalidClusterSecurityGroupStateFault extends __SmithyException
883
761
  $fault: "client";
884
762
  message?: string;
885
763
  }
886
- export declare namespace InvalidClusterSecurityGroupStateFault {
887
- /**
888
- * @internal
889
- */
890
- const filterSensitiveLog: (obj: InvalidClusterSecurityGroupStateFault) => any;
891
- }
892
764
  export interface AuthorizeDataShareMessage {
893
765
  /**
894
766
  * <p>The Amazon Resource Name (ARN) of the datashare that producers are to authorize
@@ -896,7 +768,7 @@ export interface AuthorizeDataShareMessage {
896
768
  */
897
769
  DataShareArn: string | undefined;
898
770
  /**
899
- * <p>The identifier of the data consumer that is authorized to access the datashare. This identifier is an Amazon Web Services account ID.</p>
771
+ * <p>The identifier of the data consumer that is authorized to access the datashare. This identifier is an Amazon Web Services account ID or a keyword, such as ADX.</p>
900
772
  */
901
773
  ConsumerIdentifier: string | undefined;
902
774
  }
@@ -981,12 +853,6 @@ export interface EndpointAuthorizationAlreadyExistsFault extends __SmithyExcepti
981
853
  $fault: "client";
982
854
  message?: string;
983
855
  }
984
- export declare namespace EndpointAuthorizationAlreadyExistsFault {
985
- /**
986
- * @internal
987
- */
988
- const filterSensitiveLog: (obj: EndpointAuthorizationAlreadyExistsFault) => any;
989
- }
990
856
  /**
991
857
  * <p>The number of endpoint authorizations per cluster has exceeded its limit.</p>
992
858
  */
@@ -995,12 +861,6 @@ export interface EndpointAuthorizationsPerClusterLimitExceededFault extends __Sm
995
861
  $fault: "client";
996
862
  message?: string;
997
863
  }
998
- export declare namespace EndpointAuthorizationsPerClusterLimitExceededFault {
999
- /**
1000
- * @internal
1001
- */
1002
- const filterSensitiveLog: (obj: EndpointAuthorizationsPerClusterLimitExceededFault) => any;
1003
- }
1004
864
  /**
1005
865
  * <p>The status of the authorization is not valid.</p>
1006
866
  */
@@ -1009,12 +869,6 @@ export interface InvalidAuthorizationStateFault extends __SmithyException, $Meta
1009
869
  $fault: "client";
1010
870
  message?: string;
1011
871
  }
1012
- export declare namespace InvalidAuthorizationStateFault {
1013
- /**
1014
- * @internal
1015
- */
1016
- const filterSensitiveLog: (obj: InvalidAuthorizationStateFault) => any;
1017
- }
1018
872
  /**
1019
873
  * <p>The specified cluster is not in the <code>available</code> state. </p>
1020
874
  */
@@ -1023,12 +877,6 @@ export interface InvalidClusterStateFault extends __SmithyException, $MetadataBe
1023
877
  $fault: "client";
1024
878
  message?: string;
1025
879
  }
1026
- export declare namespace InvalidClusterStateFault {
1027
- /**
1028
- * @internal
1029
- */
1030
- const filterSensitiveLog: (obj: InvalidClusterStateFault) => any;
1031
- }
1032
880
  /**
1033
881
  * <p></p>
1034
882
  */
@@ -1262,12 +1110,6 @@ export interface ClusterSnapshotNotFoundFault extends __SmithyException, $Metada
1262
1110
  $fault: "client";
1263
1111
  message?: string;
1264
1112
  }
1265
- export declare namespace ClusterSnapshotNotFoundFault {
1266
- /**
1267
- * @internal
1268
- */
1269
- const filterSensitiveLog: (obj: ClusterSnapshotNotFoundFault) => any;
1270
- }
1271
1113
  /**
1272
1114
  * <p>The request cannot be completed because a dependent service is throttling requests
1273
1115
  * made by Amazon Redshift on your behalf. Wait and retry the request.</p>
@@ -1277,12 +1119,6 @@ export interface DependentServiceRequestThrottlingFault extends __SmithyExceptio
1277
1119
  $fault: "client";
1278
1120
  message?: string;
1279
1121
  }
1280
- export declare namespace DependentServiceRequestThrottlingFault {
1281
- /**
1282
- * @internal
1283
- */
1284
- const filterSensitiveLog: (obj: DependentServiceRequestThrottlingFault) => any;
1285
- }
1286
1122
  /**
1287
1123
  * <p>The specified cluster snapshot is not in the <code>available</code> state, or other
1288
1124
  * accounts are authorized to access the snapshot. </p>
@@ -1292,12 +1128,6 @@ export interface InvalidClusterSnapshotStateFault extends __SmithyException, $Me
1292
1128
  $fault: "client";
1293
1129
  message?: string;
1294
1130
  }
1295
- export declare namespace InvalidClusterSnapshotStateFault {
1296
- /**
1297
- * @internal
1298
- */
1299
- const filterSensitiveLog: (obj: InvalidClusterSnapshotStateFault) => any;
1300
- }
1301
1131
  /**
1302
1132
  * <p>The encryption key has exceeded its grant limit in Amazon Web Services KMS.</p>
1303
1133
  */
@@ -1306,12 +1136,6 @@ export interface LimitExceededFault extends __SmithyException, $MetadataBearer {
1306
1136
  $fault: "client";
1307
1137
  message?: string;
1308
1138
  }
1309
- export declare namespace LimitExceededFault {
1310
- /**
1311
- * @internal
1312
- */
1313
- const filterSensitiveLog: (obj: LimitExceededFault) => any;
1314
- }
1315
1139
  /**
1316
1140
  * <p>A list of supported platforms for orderable clusters.</p>
1317
1141
  */
@@ -1435,12 +1259,6 @@ export interface BatchDeleteRequestSizeExceededFault extends __SmithyException,
1435
1259
  $fault: "client";
1436
1260
  message?: string;
1437
1261
  }
1438
- export declare namespace BatchDeleteRequestSizeExceededFault {
1439
- /**
1440
- * @internal
1441
- */
1442
- const filterSensitiveLog: (obj: BatchDeleteRequestSizeExceededFault) => any;
1443
- }
1444
1262
  /**
1445
1263
  * <p>The maximum number for snapshot identifiers has been reached. The limit is 100.
1446
1264
  * </p>
@@ -1450,12 +1268,6 @@ export interface BatchModifyClusterSnapshotsLimitExceededFault extends __SmithyE
1450
1268
  $fault: "client";
1451
1269
  message?: string;
1452
1270
  }
1453
- export declare namespace BatchModifyClusterSnapshotsLimitExceededFault {
1454
- /**
1455
- * @internal
1456
- */
1457
- const filterSensitiveLog: (obj: BatchModifyClusterSnapshotsLimitExceededFault) => any;
1458
- }
1459
1271
  export interface BatchModifyClusterSnapshotsMessage {
1460
1272
  /**
1461
1273
  * <p>A list of snapshot identifiers you want to modify.</p>
@@ -1507,12 +1319,6 @@ export interface InvalidRetentionPeriodFault extends __SmithyException, $Metadat
1507
1319
  $fault: "client";
1508
1320
  message?: string;
1509
1321
  }
1510
- export declare namespace InvalidRetentionPeriodFault {
1511
- /**
1512
- * @internal
1513
- */
1514
- const filterSensitiveLog: (obj: InvalidRetentionPeriodFault) => any;
1515
- }
1516
1322
  /**
1517
1323
  * <p>Could not find the specified S3 bucket.</p>
1518
1324
  */
@@ -1521,12 +1327,6 @@ export interface BucketNotFoundFault extends __SmithyException, $MetadataBearer
1521
1327
  $fault: "client";
1522
1328
  message?: string;
1523
1329
  }
1524
- export declare namespace BucketNotFoundFault {
1525
- /**
1526
- * @internal
1527
- */
1528
- const filterSensitiveLog: (obj: BucketNotFoundFault) => any;
1529
- }
1530
1330
  export interface CancelResizeMessage {
1531
1331
  /**
1532
1332
  * <p>The unique identifier for the cluster that you want to cancel a resize operation
@@ -1548,12 +1348,6 @@ export interface ResizeNotFoundFault extends __SmithyException, $MetadataBearer
1548
1348
  $fault: "client";
1549
1349
  message?: string;
1550
1350
  }
1551
- export declare namespace ResizeNotFoundFault {
1552
- /**
1553
- * @internal
1554
- */
1555
- const filterSensitiveLog: (obj: ResizeNotFoundFault) => any;
1556
- }
1557
1351
  /**
1558
1352
  * <p>Describes the result of a cluster resize operation.</p>
1559
1353
  */
@@ -2641,12 +2435,6 @@ export interface ClusterAlreadyExistsFault extends __SmithyException, $MetadataB
2641
2435
  $fault: "client";
2642
2436
  message?: string;
2643
2437
  }
2644
- export declare namespace ClusterAlreadyExistsFault {
2645
- /**
2646
- * @internal
2647
- */
2648
- const filterSensitiveLog: (obj: ClusterAlreadyExistsFault) => any;
2649
- }
2650
2438
  /**
2651
2439
  * <p>Temporary credentials with authorization to log on to an Amazon Redshift database.
2652
2440
  * </p>
@@ -2757,12 +2545,6 @@ export interface ClusterOnLatestRevisionFault extends __SmithyException, $Metada
2757
2545
  $fault: "client";
2758
2546
  message?: string;
2759
2547
  }
2760
- export declare namespace ClusterOnLatestRevisionFault {
2761
- /**
2762
- * @internal
2763
- */
2764
- const filterSensitiveLog: (obj: ClusterOnLatestRevisionFault) => any;
2765
- }
2766
2548
  /**
2767
2549
  * <p>Describes a parameter group.</p>
2768
2550
  */
@@ -2799,12 +2581,6 @@ export interface ClusterParameterGroupAlreadyExistsFault extends __SmithyExcepti
2799
2581
  $fault: "client";
2800
2582
  message?: string;
2801
2583
  }
2802
- export declare namespace ClusterParameterGroupAlreadyExistsFault {
2803
- /**
2804
- * @internal
2805
- */
2806
- const filterSensitiveLog: (obj: ClusterParameterGroupAlreadyExistsFault) => any;
2807
- }
2808
2584
  export declare type ParameterApplyType = "dynamic" | "static";
2809
2585
  /**
2810
2586
  * <p>Describes a parameter in a cluster parameter group.</p>
@@ -2914,12 +2690,6 @@ export interface ClusterParameterGroupNotFoundFault extends __SmithyException, $
2914
2690
  $fault: "client";
2915
2691
  message?: string;
2916
2692
  }
2917
- export declare namespace ClusterParameterGroupNotFoundFault {
2918
- /**
2919
- * @internal
2920
- */
2921
- const filterSensitiveLog: (obj: ClusterParameterGroupNotFoundFault) => any;
2922
- }
2923
2693
  /**
2924
2694
  * <p>The request would result in the user exceeding the allowed number of cluster
2925
2695
  * parameter groups.
@@ -2932,12 +2702,6 @@ export interface ClusterParameterGroupQuotaExceededFault extends __SmithyExcepti
2932
2702
  $fault: "client";
2933
2703
  message?: string;
2934
2704
  }
2935
- export declare namespace ClusterParameterGroupQuotaExceededFault {
2936
- /**
2937
- * @internal
2938
- */
2939
- const filterSensitiveLog: (obj: ClusterParameterGroupQuotaExceededFault) => any;
2940
- }
2941
2705
  /**
2942
2706
  * <p>Contains the output from the <a>DescribeClusterParameterGroups</a>
2943
2707
  * action. </p>
@@ -2975,12 +2739,6 @@ export interface ClusterQuotaExceededFault extends __SmithyException, $MetadataB
2975
2739
  $fault: "client";
2976
2740
  message?: string;
2977
2741
  }
2978
- export declare namespace ClusterQuotaExceededFault {
2979
- /**
2980
- * @internal
2981
- */
2982
- const filterSensitiveLog: (obj: ClusterQuotaExceededFault) => any;
2983
- }
2984
2742
  /**
2985
2743
  * <p>A cluster security group with the same name already exists.</p>
2986
2744
  */
@@ -2989,12 +2747,6 @@ export interface ClusterSecurityGroupAlreadyExistsFault extends __SmithyExceptio
2989
2747
  $fault: "client";
2990
2748
  message?: string;
2991
2749
  }
2992
- export declare namespace ClusterSecurityGroupAlreadyExistsFault {
2993
- /**
2994
- * @internal
2995
- */
2996
- const filterSensitiveLog: (obj: ClusterSecurityGroupAlreadyExistsFault) => any;
2997
- }
2998
2750
  /**
2999
2751
  * <p></p>
3000
2752
  */
@@ -3030,12 +2782,6 @@ export interface ClusterSecurityGroupQuotaExceededFault extends __SmithyExceptio
3030
2782
  $fault: "client";
3031
2783
  message?: string;
3032
2784
  }
3033
- export declare namespace ClusterSecurityGroupQuotaExceededFault {
3034
- /**
3035
- * @internal
3036
- */
3037
- const filterSensitiveLog: (obj: ClusterSecurityGroupQuotaExceededFault) => any;
3038
- }
3039
2785
  /**
3040
2786
  * <p>Contains the output from the <a>DescribeClusters</a> action. </p>
3041
2787
  */
@@ -3069,12 +2815,6 @@ export interface ClusterSnapshotAlreadyExistsFault extends __SmithyException, $M
3069
2815
  $fault: "client";
3070
2816
  message?: string;
3071
2817
  }
3072
- export declare namespace ClusterSnapshotAlreadyExistsFault {
3073
- /**
3074
- * @internal
3075
- */
3076
- const filterSensitiveLog: (obj: ClusterSnapshotAlreadyExistsFault) => any;
3077
- }
3078
2818
  /**
3079
2819
  * <p>The request would result in the user exceeding the allowed number of cluster
3080
2820
  * snapshots.</p>
@@ -3084,12 +2824,6 @@ export interface ClusterSnapshotQuotaExceededFault extends __SmithyException, $M
3084
2824
  $fault: "client";
3085
2825
  message?: string;
3086
2826
  }
3087
- export declare namespace ClusterSnapshotQuotaExceededFault {
3088
- /**
3089
- * @internal
3090
- */
3091
- const filterSensitiveLog: (obj: ClusterSnapshotQuotaExceededFault) => any;
3092
- }
3093
2827
  /**
3094
2828
  * <p>Describes a subnet.</p>
3095
2829
  */
@@ -3158,12 +2892,6 @@ export interface ClusterSubnetGroupAlreadyExistsFault extends __SmithyException,
3158
2892
  $fault: "client";
3159
2893
  message?: string;
3160
2894
  }
3161
- export declare namespace ClusterSubnetGroupAlreadyExistsFault {
3162
- /**
3163
- * @internal
3164
- */
3165
- const filterSensitiveLog: (obj: ClusterSubnetGroupAlreadyExistsFault) => any;
3166
- }
3167
2895
  /**
3168
2896
  * <p>Contains the output from the <a>DescribeClusterSubnetGroups</a> action.
3169
2897
  * </p>
@@ -3197,12 +2925,6 @@ export interface ClusterSubnetGroupNotFoundFault extends __SmithyException, $Met
3197
2925
  $fault: "client";
3198
2926
  message?: string;
3199
2927
  }
3200
- export declare namespace ClusterSubnetGroupNotFoundFault {
3201
- /**
3202
- * @internal
3203
- */
3204
- const filterSensitiveLog: (obj: ClusterSubnetGroupNotFoundFault) => any;
3205
- }
3206
2928
  /**
3207
2929
  * <p>The request would result in user exceeding the allowed number of cluster subnet
3208
2930
  * groups.
@@ -3215,12 +2937,6 @@ export interface ClusterSubnetGroupQuotaExceededFault extends __SmithyException,
3215
2937
  $fault: "client";
3216
2938
  message?: string;
3217
2939
  }
3218
- export declare namespace ClusterSubnetGroupQuotaExceededFault {
3219
- /**
3220
- * @internal
3221
- */
3222
- const filterSensitiveLog: (obj: ClusterSubnetGroupQuotaExceededFault) => any;
3223
- }
3224
2940
  /**
3225
2941
  * <p>The request would result in user exceeding the allowed number of subnets in a
3226
2942
  * cluster subnet groups.
@@ -3233,12 +2949,6 @@ export interface ClusterSubnetQuotaExceededFault extends __SmithyException, $Met
3233
2949
  $fault: "client";
3234
2950
  message?: string;
3235
2951
  }
3236
- export declare namespace ClusterSubnetQuotaExceededFault {
3237
- /**
3238
- * @internal
3239
- */
3240
- const filterSensitiveLog: (obj: ClusterSubnetQuotaExceededFault) => any;
3241
- }
3242
2952
  /**
3243
2953
  * <p>Describes a cluster version, including the parameter group family and description
3244
2954
  * of the version.</p>
@@ -3371,12 +3081,6 @@ export interface CopyToRegionDisabledFault extends __SmithyException, $MetadataB
3371
3081
  $fault: "client";
3372
3082
  message?: string;
3373
3083
  }
3374
- export declare namespace CopyToRegionDisabledFault {
3375
- /**
3376
- * @internal
3377
- */
3378
- const filterSensitiveLog: (obj: CopyToRegionDisabledFault) => any;
3379
- }
3380
3084
  export interface CreateAuthenticationProfileMessage {
3381
3085
  /**
3382
3086
  * <p>The name of the authentication profile to be created.</p>
@@ -3419,12 +3123,6 @@ export interface InvalidAuthenticationProfileRequestFault extends __SmithyExcept
3419
3123
  $fault: "client";
3420
3124
  message?: string;
3421
3125
  }
3422
- export declare namespace InvalidAuthenticationProfileRequestFault {
3423
- /**
3424
- * @internal
3425
- */
3426
- const filterSensitiveLog: (obj: InvalidAuthenticationProfileRequestFault) => any;
3427
- }
3428
3126
  /**
3429
3127
  * <p></p>
3430
3128
  */
@@ -3797,12 +3495,6 @@ export interface HsmClientCertificateNotFoundFault extends __SmithyException, $M
3797
3495
  $fault: "client";
3798
3496
  message?: string;
3799
3497
  }
3800
- export declare namespace HsmClientCertificateNotFoundFault {
3801
- /**
3802
- * @internal
3803
- */
3804
- const filterSensitiveLog: (obj: HsmClientCertificateNotFoundFault) => any;
3805
- }
3806
3498
  /**
3807
3499
  * <p>There is no Amazon Redshift HSM configuration with the specified identifier.</p>
3808
3500
  */
@@ -3811,12 +3503,6 @@ export interface HsmConfigurationNotFoundFault extends __SmithyException, $Metad
3811
3503
  $fault: "client";
3812
3504
  message?: string;
3813
3505
  }
3814
- export declare namespace HsmConfigurationNotFoundFault {
3815
- /**
3816
- * @internal
3817
- */
3818
- const filterSensitiveLog: (obj: HsmConfigurationNotFoundFault) => any;
3819
- }
3820
3506
  /**
3821
3507
  * <p>The number of nodes specified exceeds the allotted capacity of the
3822
3508
  * cluster.</p>
@@ -3826,12 +3512,6 @@ export interface InsufficientClusterCapacityFault extends __SmithyException, $Me
3826
3512
  $fault: "client";
3827
3513
  message?: string;
3828
3514
  }
3829
- export declare namespace InsufficientClusterCapacityFault {
3830
- /**
3831
- * @internal
3832
- */
3833
- const filterSensitiveLog: (obj: InsufficientClusterCapacityFault) => any;
3834
- }
3835
3515
  /**
3836
3516
  * <p>The cluster subnet group cannot be deleted because it is in use.</p>
3837
3517
  */
@@ -3840,12 +3520,6 @@ export interface InvalidClusterSubnetGroupStateFault extends __SmithyException,
3840
3520
  $fault: "client";
3841
3521
  message?: string;
3842
3522
  }
3843
- export declare namespace InvalidClusterSubnetGroupStateFault {
3844
- /**
3845
- * @internal
3846
- */
3847
- const filterSensitiveLog: (obj: InvalidClusterSubnetGroupStateFault) => any;
3848
- }
3849
3523
  /**
3850
3524
  * <p>The provided cluster track name is not valid.</p>
3851
3525
  */
@@ -3854,12 +3528,6 @@ export interface InvalidClusterTrackFault extends __SmithyException, $MetadataBe
3854
3528
  $fault: "client";
3855
3529
  message?: string;
3856
3530
  }
3857
- export declare namespace InvalidClusterTrackFault {
3858
- /**
3859
- * @internal
3860
- */
3861
- const filterSensitiveLog: (obj: InvalidClusterTrackFault) => any;
3862
- }
3863
3531
  /**
3864
3532
  * <p>The Elastic IP (EIP) is invalid or cannot be found.</p>
3865
3533
  */
@@ -3868,12 +3536,6 @@ export interface InvalidElasticIpFault extends __SmithyException, $MetadataBeare
3868
3536
  $fault: "client";
3869
3537
  message?: string;
3870
3538
  }
3871
- export declare namespace InvalidElasticIpFault {
3872
- /**
3873
- * @internal
3874
- */
3875
- const filterSensitiveLog: (obj: InvalidElasticIpFault) => any;
3876
- }
3877
3539
  /**
3878
3540
  * <p>The requested subnet is not valid, or not all of the subnets are in the same
3879
3541
  * VPC.</p>
@@ -3883,12 +3545,6 @@ export interface InvalidSubnet extends __SmithyException, $MetadataBearer {
3883
3545
  $fault: "client";
3884
3546
  message?: string;
3885
3547
  }
3886
- export declare namespace InvalidSubnet {
3887
- /**
3888
- * @internal
3889
- */
3890
- const filterSensitiveLog: (obj: InvalidSubnet) => any;
3891
- }
3892
3548
  /**
3893
3549
  * <p>The tag is invalid.</p>
3894
3550
  */
@@ -3897,12 +3553,6 @@ export interface InvalidTagFault extends __SmithyException, $MetadataBearer {
3897
3553
  $fault: "client";
3898
3554
  message?: string;
3899
3555
  }
3900
- export declare namespace InvalidTagFault {
3901
- /**
3902
- * @internal
3903
- */
3904
- const filterSensitiveLog: (obj: InvalidTagFault) => any;
3905
- }
3906
3556
  /**
3907
3557
  * <p>The cluster subnet group does not cover all Availability Zones.</p>
3908
3558
  */
@@ -3911,12 +3561,6 @@ export interface InvalidVPCNetworkStateFault extends __SmithyException, $Metadat
3911
3561
  $fault: "client";
3912
3562
  message?: string;
3913
3563
  }
3914
- export declare namespace InvalidVPCNetworkStateFault {
3915
- /**
3916
- * @internal
3917
- */
3918
- const filterSensitiveLog: (obj: InvalidVPCNetworkStateFault) => any;
3919
- }
3920
3564
  /**
3921
3565
  * <p>The operation would exceed the number of nodes allowed for a cluster.</p>
3922
3566
  */
@@ -3925,12 +3569,6 @@ export interface NumberOfNodesPerClusterLimitExceededFault extends __SmithyExcep
3925
3569
  $fault: "client";
3926
3570
  message?: string;
3927
3571
  }
3928
- export declare namespace NumberOfNodesPerClusterLimitExceededFault {
3929
- /**
3930
- * @internal
3931
- */
3932
- const filterSensitiveLog: (obj: NumberOfNodesPerClusterLimitExceededFault) => any;
3933
- }
3934
3572
  /**
3935
3573
  * <p>The operation would exceed the number of nodes allotted to the account.
3936
3574
  *
@@ -3943,12 +3581,6 @@ export interface NumberOfNodesQuotaExceededFault extends __SmithyException, $Met
3943
3581
  $fault: "client";
3944
3582
  message?: string;
3945
3583
  }
3946
- export declare namespace NumberOfNodesQuotaExceededFault {
3947
- /**
3948
- * @internal
3949
- */
3950
- const filterSensitiveLog: (obj: NumberOfNodesQuotaExceededFault) => any;
3951
- }
3952
3584
  /**
3953
3585
  * <p>We could not find the specified snapshot schedule. </p>
3954
3586
  */
@@ -3957,12 +3589,6 @@ export interface SnapshotScheduleNotFoundFault extends __SmithyException, $Metad
3957
3589
  $fault: "client";
3958
3590
  message?: string;
3959
3591
  }
3960
- export declare namespace SnapshotScheduleNotFoundFault {
3961
- /**
3962
- * @internal
3963
- */
3964
- const filterSensitiveLog: (obj: SnapshotScheduleNotFoundFault) => any;
3965
- }
3966
3592
  /**
3967
3593
  * <p>You have exceeded the number of tags allowed.</p>
3968
3594
  */
@@ -3971,12 +3597,6 @@ export interface TagLimitExceededFault extends __SmithyException, $MetadataBeare
3971
3597
  $fault: "client";
3972
3598
  message?: string;
3973
3599
  }
3974
- export declare namespace TagLimitExceededFault {
3975
- /**
3976
- * @internal
3977
- */
3978
- const filterSensitiveLog: (obj: TagLimitExceededFault) => any;
3979
- }
3980
3600
  /**
3981
3601
  * <p>Your account is not authorized to perform the requested operation.</p>
3982
3602
  */
@@ -3985,12 +3605,6 @@ export interface UnauthorizedOperation extends __SmithyException, $MetadataBeare
3985
3605
  $fault: "client";
3986
3606
  message?: string;
3987
3607
  }
3988
- export declare namespace UnauthorizedOperation {
3989
- /**
3990
- * @internal
3991
- */
3992
- const filterSensitiveLog: (obj: UnauthorizedOperation) => any;
3993
- }
3994
3608
  /**
3995
3609
  * <p></p>
3996
3610
  */
@@ -4312,12 +3926,6 @@ export interface EndpointAlreadyExistsFault extends __SmithyException, $Metadata
4312
3926
  $fault: "client";
4313
3927
  message?: string;
4314
3928
  }
4315
- export declare namespace EndpointAlreadyExistsFault {
4316
- /**
4317
- * @internal
4318
- */
4319
- const filterSensitiveLog: (obj: EndpointAlreadyExistsFault) => any;
4320
- }
4321
3929
  /**
4322
3930
  * <p>The number of Redshift-managed VPC endpoints per authorization has exceeded its limit.</p>
4323
3931
  */
@@ -4326,12 +3934,6 @@ export interface EndpointsPerAuthorizationLimitExceededFault extends __SmithyExc
4326
3934
  $fault: "client";
4327
3935
  message?: string;
4328
3936
  }
4329
- export declare namespace EndpointsPerAuthorizationLimitExceededFault {
4330
- /**
4331
- * @internal
4332
- */
4333
- const filterSensitiveLog: (obj: EndpointsPerAuthorizationLimitExceededFault) => any;
4334
- }
4335
3937
  /**
4336
3938
  * <p>The number of Redshift-managed VPC endpoints per cluster has exceeded its limit.</p>
4337
3939
  */
@@ -4340,12 +3942,6 @@ export interface EndpointsPerClusterLimitExceededFault extends __SmithyException
4340
3942
  $fault: "client";
4341
3943
  message?: string;
4342
3944
  }
4343
- export declare namespace EndpointsPerClusterLimitExceededFault {
4344
- /**
4345
- * @internal
4346
- */
4347
- const filterSensitiveLog: (obj: EndpointsPerClusterLimitExceededFault) => any;
4348
- }
4349
3945
  /**
4350
3946
  * <p></p>
4351
3947
  */
@@ -4523,12 +4119,6 @@ export interface EventSubscriptionQuotaExceededFault extends __SmithyException,
4523
4119
  $fault: "client";
4524
4120
  message?: string;
4525
4121
  }
4526
- export declare namespace EventSubscriptionQuotaExceededFault {
4527
- /**
4528
- * @internal
4529
- */
4530
- const filterSensitiveLog: (obj: EventSubscriptionQuotaExceededFault) => any;
4531
- }
4532
4122
  /**
4533
4123
  * <p>Amazon SNS has responded that there is a problem with the specified Amazon SNS
4534
4124
  * topic.</p>
@@ -4538,12 +4128,6 @@ export interface SNSInvalidTopicFault extends __SmithyException, $MetadataBearer
4538
4128
  $fault: "client";
4539
4129
  message?: string;
4540
4130
  }
4541
- export declare namespace SNSInvalidTopicFault {
4542
- /**
4543
- * @internal
4544
- */
4545
- const filterSensitiveLog: (obj: SNSInvalidTopicFault) => any;
4546
- }
4547
4131
  /**
4548
4132
  * <p>You do not have permission to publish to the specified Amazon SNS topic.</p>
4549
4133
  */
@@ -4552,12 +4136,6 @@ export interface SNSNoAuthorizationFault extends __SmithyException, $MetadataBea
4552
4136
  $fault: "client";
4553
4137
  message?: string;
4554
4138
  }
4555
- export declare namespace SNSNoAuthorizationFault {
4556
- /**
4557
- * @internal
4558
- */
4559
- const filterSensitiveLog: (obj: SNSNoAuthorizationFault) => any;
4560
- }
4561
4139
  /**
4562
4140
  * <p>An Amazon SNS topic with the specified Amazon Resource Name (ARN) does not
4563
4141
  * exist.</p>
@@ -4567,12 +4145,6 @@ export interface SNSTopicArnNotFoundFault extends __SmithyException, $MetadataBe
4567
4145
  $fault: "client";
4568
4146
  message?: string;
4569
4147
  }
4570
- export declare namespace SNSTopicArnNotFoundFault {
4571
- /**
4572
- * @internal
4573
- */
4574
- const filterSensitiveLog: (obj: SNSTopicArnNotFoundFault) => any;
4575
- }
4576
4148
  /**
4577
4149
  * <p>The specified Amazon Redshift event source could not be found.</p>
4578
4150
  */
@@ -4581,12 +4153,6 @@ export interface SourceNotFoundFault extends __SmithyException, $MetadataBearer
4581
4153
  $fault: "client";
4582
4154
  message?: string;
4583
4155
  }
4584
- export declare namespace SourceNotFoundFault {
4585
- /**
4586
- * @internal
4587
- */
4588
- const filterSensitiveLog: (obj: SourceNotFoundFault) => any;
4589
- }
4590
4156
  /**
4591
4157
  * <p>There is already an existing event notification subscription with the specified
4592
4158
  * name.</p>
@@ -4596,12 +4162,6 @@ export interface SubscriptionAlreadyExistFault extends __SmithyException, $Metad
4596
4162
  $fault: "client";
4597
4163
  message?: string;
4598
4164
  }
4599
- export declare namespace SubscriptionAlreadyExistFault {
4600
- /**
4601
- * @internal
4602
- */
4603
- const filterSensitiveLog: (obj: SubscriptionAlreadyExistFault) => any;
4604
- }
4605
4165
  /**
4606
4166
  * <p>The value specified for the event category was not one of the allowed values, or it
4607
4167
  * specified a category that does not apply to the specified source type. The allowed
@@ -4612,12 +4172,6 @@ export interface SubscriptionCategoryNotFoundFault extends __SmithyException, $M
4612
4172
  $fault: "client";
4613
4173
  message?: string;
4614
4174
  }
4615
- export declare namespace SubscriptionCategoryNotFoundFault {
4616
- /**
4617
- * @internal
4618
- */
4619
- const filterSensitiveLog: (obj: SubscriptionCategoryNotFoundFault) => any;
4620
- }
4621
4175
  /**
4622
4176
  * <p>An Amazon Redshift event with the specified event ID does not exist.</p>
4623
4177
  */
@@ -4626,12 +4180,6 @@ export interface SubscriptionEventIdNotFoundFault extends __SmithyException, $Me
4626
4180
  $fault: "client";
4627
4181
  message?: string;
4628
4182
  }
4629
- export declare namespace SubscriptionEventIdNotFoundFault {
4630
- /**
4631
- * @internal
4632
- */
4633
- const filterSensitiveLog: (obj: SubscriptionEventIdNotFoundFault) => any;
4634
- }
4635
4183
  /**
4636
4184
  * <p>The value specified for the event severity was not one of the allowed values, or it
4637
4185
  * specified a severity that does not apply to the specified source type. The allowed
@@ -4642,12 +4190,6 @@ export interface SubscriptionSeverityNotFoundFault extends __SmithyException, $M
4642
4190
  $fault: "client";
4643
4191
  message?: string;
4644
4192
  }
4645
- export declare namespace SubscriptionSeverityNotFoundFault {
4646
- /**
4647
- * @internal
4648
- */
4649
- const filterSensitiveLog: (obj: SubscriptionSeverityNotFoundFault) => any;
4650
- }
4651
4193
  /**
4652
4194
  * <p></p>
4653
4195
  */
@@ -4717,12 +4259,6 @@ export interface HsmClientCertificateAlreadyExistsFault extends __SmithyExceptio
4717
4259
  $fault: "client";
4718
4260
  message?: string;
4719
4261
  }
4720
- export declare namespace HsmClientCertificateAlreadyExistsFault {
4721
- /**
4722
- * @internal
4723
- */
4724
- const filterSensitiveLog: (obj: HsmClientCertificateAlreadyExistsFault) => any;
4725
- }
4726
4262
  /**
4727
4263
  * <p>The quota for HSM client certificates has been reached.
4728
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>
@@ -4734,12 +4270,6 @@ export interface HsmClientCertificateQuotaExceededFault extends __SmithyExceptio
4734
4270
  $fault: "client";
4735
4271
  message?: string;
4736
4272
  }
4737
- export declare namespace HsmClientCertificateQuotaExceededFault {
4738
- /**
4739
- * @internal
4740
- */
4741
- const filterSensitiveLog: (obj: HsmClientCertificateQuotaExceededFault) => any;
4742
- }
4743
4273
  /**
4744
4274
  * <p></p>
4745
4275
  */
@@ -4838,12 +4368,6 @@ export interface HsmConfigurationAlreadyExistsFault extends __SmithyException, $
4838
4368
  $fault: "client";
4839
4369
  message?: string;
4840
4370
  }
4841
- export declare namespace HsmConfigurationAlreadyExistsFault {
4842
- /**
4843
- * @internal
4844
- */
4845
- const filterSensitiveLog: (obj: HsmConfigurationAlreadyExistsFault) => any;
4846
- }
4847
4371
  /**
4848
4372
  * <p>The quota for HSM configurations has been reached.
4849
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>
@@ -4855,12 +4379,6 @@ export interface HsmConfigurationQuotaExceededFault extends __SmithyException, $
4855
4379
  $fault: "client";
4856
4380
  message?: string;
4857
4381
  }
4858
- export declare namespace HsmConfigurationQuotaExceededFault {
4859
- /**
4860
- * @internal
4861
- */
4862
- const filterSensitiveLog: (obj: HsmConfigurationQuotaExceededFault) => any;
4863
- }
4864
4382
  /**
4865
4383
  * <p>Describes a pause cluster operation. For example, a scheduled action to run the <code>PauseCluster</code> API operation. </p>
4866
4384
  */
@@ -5012,12 +4530,6 @@ export interface InvalidScheduledActionFault extends __SmithyException, $Metadat
5012
4530
  $fault: "client";
5013
4531
  message?: string;
5014
4532
  }
5015
- export declare namespace InvalidScheduledActionFault {
5016
- /**
5017
- * @internal
5018
- */
5019
- const filterSensitiveLog: (obj: InvalidScheduledActionFault) => any;
5020
- }
5021
4533
  /**
5022
4534
  * <p>The schedule you submitted isn't valid.</p>
5023
4535
  */
@@ -5026,12 +4538,6 @@ export interface InvalidScheduleFault extends __SmithyException, $MetadataBearer
5026
4538
  $fault: "client";
5027
4539
  message?: string;
5028
4540
  }
5029
- export declare namespace InvalidScheduleFault {
5030
- /**
5031
- * @internal
5032
- */
5033
- const filterSensitiveLog: (obj: InvalidScheduleFault) => any;
5034
- }
5035
4541
  export declare enum ScheduledActionState {
5036
4542
  ACTIVE = "ACTIVE",
5037
4543
  DISABLED = "DISABLED"
@@ -5106,12 +4612,6 @@ export interface ScheduledActionAlreadyExistsFault extends __SmithyException, $M
5106
4612
  $fault: "client";
5107
4613
  message?: string;
5108
4614
  }
5109
- export declare namespace ScheduledActionAlreadyExistsFault {
5110
- /**
5111
- * @internal
5112
- */
5113
- const filterSensitiveLog: (obj: ScheduledActionAlreadyExistsFault) => any;
5114
- }
5115
4615
  /**
5116
4616
  * <p>The quota for scheduled actions exceeded. </p>
5117
4617
  */
@@ -5120,12 +4620,6 @@ export interface ScheduledActionQuotaExceededFault extends __SmithyException, $M
5120
4620
  $fault: "client";
5121
4621
  message?: string;
5122
4622
  }
5123
- export declare namespace ScheduledActionQuotaExceededFault {
5124
- /**
5125
- * @internal
5126
- */
5127
- const filterSensitiveLog: (obj: ScheduledActionQuotaExceededFault) => any;
5128
- }
5129
4623
  /**
5130
4624
  * <p>The action type specified for a scheduled action is not supported. </p>
5131
4625
  */
@@ -5134,12 +4628,6 @@ export interface ScheduledActionTypeUnsupportedFault extends __SmithyException,
5134
4628
  $fault: "client";
5135
4629
  message?: string;
5136
4630
  }
5137
- export declare namespace ScheduledActionTypeUnsupportedFault {
5138
- /**
5139
- * @internal
5140
- */
5141
- const filterSensitiveLog: (obj: ScheduledActionTypeUnsupportedFault) => any;
5142
- }
5143
4631
  /**
5144
4632
  * <p>The result of the <code>CreateSnapshotCopyGrant</code> action.</p>
5145
4633
  */
@@ -5242,12 +4730,6 @@ export interface SnapshotCopyGrantAlreadyExistsFault extends __SmithyException,
5242
4730
  $fault: "client";
5243
4731
  message?: string;
5244
4732
  }
5245
- export declare namespace SnapshotCopyGrantAlreadyExistsFault {
5246
- /**
5247
- * @internal
5248
- */
5249
- const filterSensitiveLog: (obj: SnapshotCopyGrantAlreadyExistsFault) => any;
5250
- }
5251
4733
  /**
5252
4734
  * <p>The Amazon Web Services account has exceeded the maximum number of snapshot copy grants in this
5253
4735
  * region.</p>
@@ -5257,12 +4739,6 @@ export interface SnapshotCopyGrantQuotaExceededFault extends __SmithyException,
5257
4739
  $fault: "client";
5258
4740
  message?: string;
5259
4741
  }
5260
- export declare namespace SnapshotCopyGrantQuotaExceededFault {
5261
- /**
5262
- * @internal
5263
- */
5264
- const filterSensitiveLog: (obj: SnapshotCopyGrantQuotaExceededFault) => any;
5265
- }
5266
4742
  export interface CreateSnapshotScheduleMessage {
5267
4743
  /**
5268
4744
  * <p>The definition of the snapshot schedule. The definition is made up of schedule
@@ -5305,12 +4781,6 @@ export interface ScheduleDefinitionTypeUnsupportedFault extends __SmithyExceptio
5305
4781
  $fault: "client";
5306
4782
  message?: string;
5307
4783
  }
5308
- export declare namespace ScheduleDefinitionTypeUnsupportedFault {
5309
- /**
5310
- * @internal
5311
- */
5312
- const filterSensitiveLog: (obj: ScheduleDefinitionTypeUnsupportedFault) => any;
5313
- }
5314
4784
  /**
5315
4785
  * <p>Describes a snapshot schedule. You can set a regular interval for creating
5316
4786
  * snapshots of a cluster. You can also schedule snapshots for specific dates. </p>
@@ -5359,12 +4829,6 @@ export interface SnapshotScheduleAlreadyExistsFault extends __SmithyException, $
5359
4829
  $fault: "client";
5360
4830
  message?: string;
5361
4831
  }
5362
- export declare namespace SnapshotScheduleAlreadyExistsFault {
5363
- /**
5364
- * @internal
5365
- */
5366
- const filterSensitiveLog: (obj: SnapshotScheduleAlreadyExistsFault) => any;
5367
- }
5368
4832
  /**
5369
4833
  * <p>You have exceeded the quota of snapshot schedules. </p>
5370
4834
  */
@@ -5373,12 +4837,6 @@ export interface SnapshotScheduleQuotaExceededFault extends __SmithyException, $
5373
4837
  $fault: "client";
5374
4838
  message?: string;
5375
4839
  }
5376
- export declare namespace SnapshotScheduleQuotaExceededFault {
5377
- /**
5378
- * @internal
5379
- */
5380
- const filterSensitiveLog: (obj: SnapshotScheduleQuotaExceededFault) => any;
5381
- }
5382
4840
  /**
5383
4841
  * <p>Contains the output from the <code>CreateTags</code> action. </p>
5384
4842
  */
@@ -5412,12 +4870,6 @@ export interface ResourceNotFoundFault extends __SmithyException, $MetadataBeare
5412
4870
  $fault: "client";
5413
4871
  message?: string;
5414
4872
  }
5415
- export declare namespace ResourceNotFoundFault {
5416
- /**
5417
- * @internal
5418
- */
5419
- const filterSensitiveLog: (obj: ResourceNotFoundFault) => any;
5420
- }
5421
4873
  export declare enum UsageLimitBreachAction {
5422
4874
  DISABLE = "disable",
5423
4875
  EMIT_METRIC = "emit-metric",
@@ -5487,12 +4939,6 @@ export interface InvalidUsageLimitFault extends __SmithyException, $MetadataBear
5487
4939
  $fault: "client";
5488
4940
  message?: string;
5489
4941
  }
5490
- export declare namespace InvalidUsageLimitFault {
5491
- /**
5492
- * @internal
5493
- */
5494
- const filterSensitiveLog: (obj: InvalidUsageLimitFault) => any;
5495
- }
5496
4942
  /**
5497
4943
  * <p>Describes a usage limit object for a cluster. </p>
5498
4944
  */
@@ -5558,12 +5004,6 @@ export interface UsageLimitAlreadyExistsFault extends __SmithyException, $Metada
5558
5004
  $fault: "client";
5559
5005
  message?: string;
5560
5006
  }
5561
- export declare namespace UsageLimitAlreadyExistsFault {
5562
- /**
5563
- * @internal
5564
- */
5565
- const filterSensitiveLog: (obj: UsageLimitAlreadyExistsFault) => any;
5566
- }
5567
5007
  export interface CustomerStorageMessage {
5568
5008
  /**
5569
5009
  * <p>The total amount of storage currently used for snapshots.</p>
@@ -5598,7 +5038,7 @@ export interface DeauthorizeDataShareMessage {
5598
5038
  DataShareArn: string | undefined;
5599
5039
  /**
5600
5040
  * <p>The identifier of the data consumer that is to have authorization removed from the datashare.
5601
- * This identifier is an Amazon Web Services account ID.</p>
5041
+ * This identifier is an Amazon Web Services account ID or a keyword, such as ADX.</p>
5602
5042
  */
5603
5043
  ConsumerIdentifier: string | undefined;
5604
5044
  }
@@ -5775,12 +5215,6 @@ export interface InvalidClusterParameterGroupStateFault extends __SmithyExceptio
5775
5215
  $fault: "client";
5776
5216
  message?: string;
5777
5217
  }
5778
- export declare namespace InvalidClusterParameterGroupStateFault {
5779
- /**
5780
- * @internal
5781
- */
5782
- const filterSensitiveLog: (obj: InvalidClusterParameterGroupStateFault) => any;
5783
- }
5784
5218
  /**
5785
5219
  * <p></p>
5786
5220
  */
@@ -5831,12 +5265,6 @@ export interface InvalidClusterSubnetStateFault extends __SmithyException, $Meta
5831
5265
  $fault: "client";
5832
5266
  message?: string;
5833
5267
  }
5834
- export declare namespace InvalidClusterSubnetStateFault {
5835
- /**
5836
- * @internal
5837
- */
5838
- const filterSensitiveLog: (obj: InvalidClusterSubnetStateFault) => any;
5839
- }
5840
5268
  export interface DeleteEndpointAccessMessage {
5841
5269
  /**
5842
5270
  * <p>The Redshift-managed VPC endpoint to delete.</p>
@@ -5857,12 +5285,6 @@ export interface EndpointNotFoundFault extends __SmithyException, $MetadataBeare
5857
5285
  $fault: "client";
5858
5286
  message?: string;
5859
5287
  }
5860
- export declare namespace EndpointNotFoundFault {
5861
- /**
5862
- * @internal
5863
- */
5864
- const filterSensitiveLog: (obj: EndpointNotFoundFault) => any;
5865
- }
5866
5288
  /**
5867
5289
  * <p>The status of the endpoint is not valid.</p>
5868
5290
  */
@@ -5871,12 +5293,6 @@ export interface InvalidEndpointStateFault extends __SmithyException, $MetadataB
5871
5293
  $fault: "client";
5872
5294
  message?: string;
5873
5295
  }
5874
- export declare namespace InvalidEndpointStateFault {
5875
- /**
5876
- * @internal
5877
- */
5878
- const filterSensitiveLog: (obj: InvalidEndpointStateFault) => any;
5879
- }
5880
5296
  /**
5881
5297
  * <p></p>
5882
5298
  */
@@ -5901,12 +5317,6 @@ export interface InvalidSubscriptionStateFault extends __SmithyException, $Metad
5901
5317
  $fault: "client";
5902
5318
  message?: string;
5903
5319
  }
5904
- export declare namespace InvalidSubscriptionStateFault {
5905
- /**
5906
- * @internal
5907
- */
5908
- const filterSensitiveLog: (obj: InvalidSubscriptionStateFault) => any;
5909
- }
5910
5320
  /**
5911
5321
  * <p>An Amazon Redshift event notification subscription with the specified name does not
5912
5322
  * exist.</p>
@@ -5916,12 +5326,6 @@ export interface SubscriptionNotFoundFault extends __SmithyException, $MetadataB
5916
5326
  $fault: "client";
5917
5327
  message?: string;
5918
5328
  }
5919
- export declare namespace SubscriptionNotFoundFault {
5920
- /**
5921
- * @internal
5922
- */
5923
- const filterSensitiveLog: (obj: SubscriptionNotFoundFault) => any;
5924
- }
5925
5329
  /**
5926
5330
  * <p></p>
5927
5331
  */
@@ -5946,12 +5350,6 @@ export interface InvalidHsmClientCertificateStateFault extends __SmithyException
5946
5350
  $fault: "client";
5947
5351
  message?: string;
5948
5352
  }
5949
- export declare namespace InvalidHsmClientCertificateStateFault {
5950
- /**
5951
- * @internal
5952
- */
5953
- const filterSensitiveLog: (obj: InvalidHsmClientCertificateStateFault) => any;
5954
- }
5955
5353
  /**
5956
5354
  * <p></p>
5957
5355
  */
@@ -5976,12 +5374,6 @@ export interface InvalidHsmConfigurationStateFault extends __SmithyException, $M
5976
5374
  $fault: "client";
5977
5375
  message?: string;
5978
5376
  }
5979
- export declare namespace InvalidHsmConfigurationStateFault {
5980
- /**
5981
- * @internal
5982
- */
5983
- const filterSensitiveLog: (obj: InvalidHsmConfigurationStateFault) => any;
5984
- }
5985
5377
  export interface DeleteScheduledActionMessage {
5986
5378
  /**
5987
5379
  * <p>The name of the scheduled action to delete. </p>
@@ -6002,12 +5394,6 @@ export interface ScheduledActionNotFoundFault extends __SmithyException, $Metada
6002
5394
  $fault: "client";
6003
5395
  message?: string;
6004
5396
  }
6005
- export declare namespace ScheduledActionNotFoundFault {
6006
- /**
6007
- * @internal
6008
- */
6009
- const filterSensitiveLog: (obj: ScheduledActionNotFoundFault) => any;
6010
- }
6011
5397
  /**
6012
5398
  * <p>The result of the <code>DeleteSnapshotCopyGrant</code> action.</p>
6013
5399
  */
@@ -6032,12 +5418,6 @@ export interface InvalidSnapshotCopyGrantStateFault extends __SmithyException, $
6032
5418
  $fault: "client";
6033
5419
  message?: string;
6034
5420
  }
6035
- export declare namespace InvalidSnapshotCopyGrantStateFault {
6036
- /**
6037
- * @internal
6038
- */
6039
- const filterSensitiveLog: (obj: InvalidSnapshotCopyGrantStateFault) => any;
6040
- }
6041
5421
  /**
6042
5422
  * <p>The specified snapshot copy grant can't be found. Make sure that the name is typed
6043
5423
  * correctly and that the grant exists in the destination region.</p>
@@ -6047,12 +5427,6 @@ export interface SnapshotCopyGrantNotFoundFault extends __SmithyException, $Meta
6047
5427
  $fault: "client";
6048
5428
  message?: string;
6049
5429
  }
6050
- export declare namespace SnapshotCopyGrantNotFoundFault {
6051
- /**
6052
- * @internal
6053
- */
6054
- const filterSensitiveLog: (obj: SnapshotCopyGrantNotFoundFault) => any;
6055
- }
6056
5430
  export interface DeleteSnapshotScheduleMessage {
6057
5431
  /**
6058
5432
  * <p>A unique identifier of the snapshot schedule to delete.</p>
@@ -6073,12 +5447,6 @@ export interface InvalidClusterSnapshotScheduleStateFault extends __SmithyExcept
6073
5447
  $fault: "client";
6074
5448
  message?: string;
6075
5449
  }
6076
- export declare namespace InvalidClusterSnapshotScheduleStateFault {
6077
- /**
6078
- * @internal
6079
- */
6080
- const filterSensitiveLog: (obj: InvalidClusterSnapshotScheduleStateFault) => any;
6081
- }
6082
5450
  /**
6083
5451
  * <p>Contains the output from the <code>DeleteTags</code> action. </p>
6084
5452
  */
@@ -6119,12 +5487,6 @@ export interface UsageLimitNotFoundFault extends __SmithyException, $MetadataBea
6119
5487
  $fault: "client";
6120
5488
  message?: string;
6121
5489
  }
6122
- export declare namespace UsageLimitNotFoundFault {
6123
- /**
6124
- * @internal
6125
- */
6126
- const filterSensitiveLog: (obj: UsageLimitNotFoundFault) => any;
6127
- }
6128
5490
  export interface DescribeAccountAttributesMessage {
6129
5491
  /**
6130
5492
  * <p>A list of attribute names.</p>