@aws-sdk/client-redshift 3.42.0 → 3.47.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (77) hide show
  1. package/CHANGELOG.md +51 -0
  2. package/dist-cjs/Redshift.js +30 -0
  3. package/dist-cjs/commands/DescribeHsmConfigurationsCommand.js +2 -1
  4. package/dist-cjs/commands/DescribeLoggingStatusCommand.js +1 -2
  5. package/dist-cjs/commands/DescribeReservedNodeExchangeStatusCommand.js +36 -0
  6. package/dist-cjs/commands/GetReservedNodeExchangeConfigurationOptionsCommand.js +36 -0
  7. package/dist-cjs/commands/index.js +2 -0
  8. package/dist-cjs/endpoints.js +1 -20
  9. package/dist-cjs/models/models_0.js +19 -660
  10. package/dist-cjs/models/models_1.js +48 -109
  11. package/dist-cjs/pagination/DescribeDataSharesForConsumerPaginator.js +35 -0
  12. package/dist-cjs/pagination/DescribeDataSharesForProducerPaginator.js +35 -0
  13. package/dist-cjs/pagination/DescribeDataSharesPaginator.js +35 -0
  14. package/dist-cjs/pagination/DescribeReservedNodeExchangeStatusPaginator.js +35 -0
  15. package/dist-cjs/pagination/GetReservedNodeExchangeConfigurationOptionsPaginator.js +35 -0
  16. package/dist-cjs/pagination/index.js +6 -1
  17. package/dist-cjs/protocols/Aws_query.js +508 -4
  18. package/dist-cjs/runtimeConfig.browser.js +7 -2
  19. package/dist-cjs/runtimeConfig.js +9 -3
  20. package/dist-es/Redshift.js +30 -0
  21. package/dist-es/commands/DescribeHsmConfigurationsCommand.js +2 -1
  22. package/dist-es/commands/DescribeLoggingStatusCommand.js +1 -2
  23. package/dist-es/commands/DescribeReservedNodeExchangeStatusCommand.js +39 -0
  24. package/dist-es/commands/GetReservedNodeExchangeConfigurationOptionsCommand.js +39 -0
  25. package/dist-es/commands/index.js +2 -0
  26. package/dist-es/endpoints.js +1 -20
  27. package/dist-es/models/models_0.js +13 -436
  28. package/dist-es/models/models_1.js +33 -72
  29. package/dist-es/pagination/DescribeDataSharesForConsumerPaginator.js +74 -0
  30. package/dist-es/pagination/DescribeDataSharesForProducerPaginator.js +74 -0
  31. package/dist-es/pagination/DescribeDataSharesPaginator.js +74 -0
  32. package/dist-es/pagination/DescribeReservedNodeExchangeStatusPaginator.js +74 -0
  33. package/dist-es/pagination/GetReservedNodeExchangeConfigurationOptionsPaginator.js +74 -0
  34. package/dist-es/pagination/index.js +6 -1
  35. package/dist-es/protocols/Aws_query.js +675 -161
  36. package/dist-es/runtimeConfig.browser.js +12 -3
  37. package/dist-es/runtimeConfig.js +13 -6
  38. package/dist-types/Redshift.d.ts +18 -1
  39. package/dist-types/RedshiftClient.d.ts +9 -3
  40. package/dist-types/commands/AuthorizeDataShareCommand.d.ts +1 -1
  41. package/dist-types/commands/DescribeHsmConfigurationsCommand.d.ts +2 -1
  42. package/dist-types/commands/DescribeLoggingStatusCommand.d.ts +1 -2
  43. package/dist-types/commands/DescribeReservedNodeExchangeStatusCommand.d.ts +36 -0
  44. package/dist-types/commands/GetReservedNodeExchangeConfigurationOptionsCommand.d.ts +37 -0
  45. package/dist-types/commands/index.d.ts +2 -0
  46. package/dist-types/models/models_0.d.ts +90 -691
  47. package/dist-types/models/models_1.d.ts +196 -109
  48. package/dist-types/pagination/DescribeDataSharesForConsumerPaginator.d.ts +4 -0
  49. package/dist-types/pagination/DescribeDataSharesForProducerPaginator.d.ts +4 -0
  50. package/dist-types/pagination/DescribeDataSharesPaginator.d.ts +4 -0
  51. package/dist-types/pagination/DescribeReservedNodeExchangeStatusPaginator.d.ts +4 -0
  52. package/dist-types/pagination/GetReservedNodeExchangeConfigurationOptionsPaginator.d.ts +4 -0
  53. package/dist-types/pagination/index.d.ts +6 -1
  54. package/dist-types/protocols/Aws_query.d.ts +6 -0
  55. package/dist-types/runtimeConfig.browser.d.ts +3 -2
  56. package/dist-types/runtimeConfig.d.ts +4 -3
  57. package/dist-types/runtimeConfig.native.d.ts +1 -0
  58. package/dist-types/ts3.4/Redshift.d.ts +10 -0
  59. package/dist-types/ts3.4/RedshiftClient.d.ts +7 -3
  60. package/dist-types/ts3.4/commands/DescribeHsmConfigurationsCommand.d.ts +2 -1
  61. package/dist-types/ts3.4/commands/DescribeLoggingStatusCommand.d.ts +1 -2
  62. package/dist-types/ts3.4/commands/DescribeReservedNodeExchangeStatusCommand.d.ts +17 -0
  63. package/dist-types/ts3.4/commands/GetReservedNodeExchangeConfigurationOptionsCommand.d.ts +17 -0
  64. package/dist-types/ts3.4/commands/index.d.ts +2 -0
  65. package/dist-types/ts3.4/models/models_0.d.ts +45 -448
  66. package/dist-types/ts3.4/models/models_1.d.ts +102 -73
  67. package/dist-types/ts3.4/pagination/DescribeDataSharesForConsumerPaginator.d.ts +4 -0
  68. package/dist-types/ts3.4/pagination/DescribeDataSharesForProducerPaginator.d.ts +4 -0
  69. package/dist-types/ts3.4/pagination/DescribeDataSharesPaginator.d.ts +4 -0
  70. package/dist-types/ts3.4/pagination/DescribeReservedNodeExchangeStatusPaginator.d.ts +4 -0
  71. package/dist-types/ts3.4/pagination/GetReservedNodeExchangeConfigurationOptionsPaginator.d.ts +4 -0
  72. package/dist-types/ts3.4/pagination/index.d.ts +6 -1
  73. package/dist-types/ts3.4/protocols/Aws_query.d.ts +6 -0
  74. package/dist-types/ts3.4/runtimeConfig.browser.d.ts +3 -2
  75. package/dist-types/ts3.4/runtimeConfig.d.ts +4 -3
  76. package/dist-types/ts3.4/runtimeConfig.native.d.ts +1 -0
  77. package/package.json +39 -46
@@ -68,90 +68,54 @@ export interface DependentServiceUnavailableFault extends __SmithyException, $Me
68
68
  $fault: "client";
69
69
  message?: string;
70
70
  }
71
- export declare namespace DependentServiceUnavailableFault {
72
-
73
- const filterSensitiveLog: (obj: DependentServiceUnavailableFault) => any;
74
- }
75
71
 
76
72
  export interface InvalidReservedNodeStateFault extends __SmithyException, $MetadataBearer {
77
73
  name: "InvalidReservedNodeStateFault";
78
74
  $fault: "client";
79
75
  message?: string;
80
76
  }
81
- export declare namespace InvalidReservedNodeStateFault {
82
-
83
- const filterSensitiveLog: (obj: InvalidReservedNodeStateFault) => any;
84
- }
85
77
 
86
78
  export interface ReservedNodeAlreadyExistsFault extends __SmithyException, $MetadataBearer {
87
79
  name: "ReservedNodeAlreadyExistsFault";
88
80
  $fault: "client";
89
81
  message?: string;
90
82
  }
91
- export declare namespace ReservedNodeAlreadyExistsFault {
92
-
93
- const filterSensitiveLog: (obj: ReservedNodeAlreadyExistsFault) => any;
94
- }
95
83
 
96
84
  export interface ReservedNodeAlreadyMigratedFault extends __SmithyException, $MetadataBearer {
97
85
  name: "ReservedNodeAlreadyMigratedFault";
98
86
  $fault: "client";
99
87
  message?: string;
100
88
  }
101
- export declare namespace ReservedNodeAlreadyMigratedFault {
102
-
103
- const filterSensitiveLog: (obj: ReservedNodeAlreadyMigratedFault) => any;
104
- }
105
89
 
106
90
  export interface ReservedNodeNotFoundFault extends __SmithyException, $MetadataBearer {
107
91
  name: "ReservedNodeNotFoundFault";
108
92
  $fault: "client";
109
93
  message?: string;
110
94
  }
111
- export declare namespace ReservedNodeNotFoundFault {
112
-
113
- const filterSensitiveLog: (obj: ReservedNodeNotFoundFault) => any;
114
- }
115
95
 
116
96
  export interface ReservedNodeOfferingNotFoundFault extends __SmithyException, $MetadataBearer {
117
97
  name: "ReservedNodeOfferingNotFoundFault";
118
98
  $fault: "client";
119
99
  message?: string;
120
100
  }
121
- export declare namespace ReservedNodeOfferingNotFoundFault {
122
-
123
- const filterSensitiveLog: (obj: ReservedNodeOfferingNotFoundFault) => any;
124
- }
125
101
 
126
102
  export interface UnsupportedOperationFault extends __SmithyException, $MetadataBearer {
127
103
  name: "UnsupportedOperationFault";
128
104
  $fault: "client";
129
105
  message?: string;
130
106
  }
131
- export declare namespace UnsupportedOperationFault {
132
-
133
- const filterSensitiveLog: (obj: UnsupportedOperationFault) => any;
134
- }
135
107
 
136
108
  export interface AccessToClusterDeniedFault extends __SmithyException, $MetadataBearer {
137
109
  name: "AccessToClusterDeniedFault";
138
110
  $fault: "client";
139
111
  message?: string;
140
112
  }
141
- export declare namespace AccessToClusterDeniedFault {
142
-
143
- const filterSensitiveLog: (obj: AccessToClusterDeniedFault) => any;
144
- }
145
113
 
146
114
  export interface AccessToSnapshotDeniedFault extends __SmithyException, $MetadataBearer {
147
115
  name: "AccessToSnapshotDeniedFault";
148
116
  $fault: "client";
149
117
  message?: string;
150
118
  }
151
- export declare namespace AccessToSnapshotDeniedFault {
152
-
153
- const filterSensitiveLog: (obj: AccessToSnapshotDeniedFault) => any;
154
- }
155
119
 
156
120
  export interface AttributeValueTarget {
157
121
 
@@ -202,10 +166,6 @@ export interface ClusterNotFoundFault extends __SmithyException, $MetadataBearer
202
166
  $fault: "client";
203
167
  message?: string;
204
168
  }
205
- export declare namespace ClusterNotFoundFault {
206
-
207
- const filterSensitiveLog: (obj: ClusterNotFoundFault) => any;
208
- }
209
169
  export interface PartnerIntegrationInputMessage {
210
170
 
211
171
  AccountId: string | undefined;
@@ -236,20 +196,12 @@ export interface PartnerNotFoundFault extends __SmithyException, $MetadataBearer
236
196
  $fault: "client";
237
197
  message?: string;
238
198
  }
239
- export declare namespace PartnerNotFoundFault {
240
-
241
- const filterSensitiveLog: (obj: PartnerNotFoundFault) => any;
242
- }
243
199
 
244
200
  export interface UnauthorizedPartnerIntegrationFault extends __SmithyException, $MetadataBearer {
245
201
  name: "UnauthorizedPartnerIntegrationFault";
246
202
  $fault: "client";
247
203
  message?: string;
248
204
  }
249
- export declare namespace UnauthorizedPartnerIntegrationFault {
250
-
251
- const filterSensitiveLog: (obj: UnauthorizedPartnerIntegrationFault) => any;
252
- }
253
205
  export declare enum AquaConfigurationStatus {
254
206
  AUTO = "auto",
255
207
  DISABLED = "disabled",
@@ -315,6 +267,8 @@ export interface DataShare {
315
267
  AllowPubliclyAccessibleConsumers?: boolean;
316
268
 
317
269
  DataShareAssociations?: DataShareAssociation[];
270
+
271
+ ManagedBy?: string;
318
272
  }
319
273
  export declare namespace DataShare {
320
274
 
@@ -326,20 +280,12 @@ export interface InvalidDataShareFault extends __SmithyException, $MetadataBeare
326
280
  $fault: "client";
327
281
  message?: string;
328
282
  }
329
- export declare namespace InvalidDataShareFault {
330
-
331
- const filterSensitiveLog: (obj: InvalidDataShareFault) => any;
332
- }
333
283
 
334
284
  export interface InvalidNamespaceFault extends __SmithyException, $MetadataBearer {
335
285
  name: "InvalidNamespaceFault";
336
286
  $fault: "client";
337
287
  message?: string;
338
288
  }
339
- export declare namespace InvalidNamespaceFault {
340
-
341
- const filterSensitiveLog: (obj: InvalidNamespaceFault) => any;
342
- }
343
289
  export declare type ScheduleState = "ACTIVE" | "FAILED" | "MODIFYING";
344
290
 
345
291
  export interface ClusterAssociatedToSchedule {
@@ -369,60 +315,36 @@ export interface AuthenticationProfileAlreadyExistsFault extends __SmithyExcepti
369
315
  $fault: "client";
370
316
  message?: string;
371
317
  }
372
- export declare namespace AuthenticationProfileAlreadyExistsFault {
373
-
374
- const filterSensitiveLog: (obj: AuthenticationProfileAlreadyExistsFault) => any;
375
- }
376
318
 
377
319
  export interface AuthenticationProfileNotFoundFault extends __SmithyException, $MetadataBearer {
378
320
  name: "AuthenticationProfileNotFoundFault";
379
321
  $fault: "client";
380
322
  message?: string;
381
323
  }
382
- export declare namespace AuthenticationProfileNotFoundFault {
383
-
384
- const filterSensitiveLog: (obj: AuthenticationProfileNotFoundFault) => any;
385
- }
386
324
 
387
325
  export interface AuthenticationProfileQuotaExceededFault extends __SmithyException, $MetadataBearer {
388
326
  name: "AuthenticationProfileQuotaExceededFault";
389
327
  $fault: "client";
390
328
  message?: string;
391
329
  }
392
- export declare namespace AuthenticationProfileQuotaExceededFault {
393
-
394
- const filterSensitiveLog: (obj: AuthenticationProfileQuotaExceededFault) => any;
395
- }
396
330
 
397
331
  export interface AuthorizationAlreadyExistsFault extends __SmithyException, $MetadataBearer {
398
332
  name: "AuthorizationAlreadyExistsFault";
399
333
  $fault: "client";
400
334
  message?: string;
401
335
  }
402
- export declare namespace AuthorizationAlreadyExistsFault {
403
-
404
- const filterSensitiveLog: (obj: AuthorizationAlreadyExistsFault) => any;
405
- }
406
336
 
407
337
  export interface AuthorizationNotFoundFault extends __SmithyException, $MetadataBearer {
408
338
  name: "AuthorizationNotFoundFault";
409
339
  $fault: "client";
410
340
  message?: string;
411
341
  }
412
- export declare namespace AuthorizationNotFoundFault {
413
-
414
- const filterSensitiveLog: (obj: AuthorizationNotFoundFault) => any;
415
- }
416
342
 
417
343
  export interface AuthorizationQuotaExceededFault extends __SmithyException, $MetadataBearer {
418
344
  name: "AuthorizationQuotaExceededFault";
419
345
  $fault: "client";
420
346
  message?: string;
421
347
  }
422
- export declare namespace AuthorizationQuotaExceededFault {
423
-
424
- const filterSensitiveLog: (obj: AuthorizationQuotaExceededFault) => any;
425
- }
426
348
  export declare enum AuthorizationStatus {
427
349
  AUTHORIZED = "Authorized",
428
350
  REVOKING = "Revoking"
@@ -512,20 +434,12 @@ export interface ClusterSecurityGroupNotFoundFault extends __SmithyException, $M
512
434
  $fault: "client";
513
435
  message?: string;
514
436
  }
515
- export declare namespace ClusterSecurityGroupNotFoundFault {
516
-
517
- const filterSensitiveLog: (obj: ClusterSecurityGroupNotFoundFault) => any;
518
- }
519
437
 
520
438
  export interface InvalidClusterSecurityGroupStateFault extends __SmithyException, $MetadataBearer {
521
439
  name: "InvalidClusterSecurityGroupStateFault";
522
440
  $fault: "client";
523
441
  message?: string;
524
442
  }
525
- export declare namespace InvalidClusterSecurityGroupStateFault {
526
-
527
- const filterSensitiveLog: (obj: InvalidClusterSecurityGroupStateFault) => any;
528
- }
529
443
  export interface AuthorizeDataShareMessage {
530
444
 
531
445
  DataShareArn: string | undefined;
@@ -579,40 +493,24 @@ export interface EndpointAuthorizationAlreadyExistsFault extends __SmithyExcepti
579
493
  $fault: "client";
580
494
  message?: string;
581
495
  }
582
- export declare namespace EndpointAuthorizationAlreadyExistsFault {
583
-
584
- const filterSensitiveLog: (obj: EndpointAuthorizationAlreadyExistsFault) => any;
585
- }
586
496
 
587
497
  export interface EndpointAuthorizationsPerClusterLimitExceededFault extends __SmithyException, $MetadataBearer {
588
498
  name: "EndpointAuthorizationsPerClusterLimitExceededFault";
589
499
  $fault: "client";
590
500
  message?: string;
591
501
  }
592
- export declare namespace EndpointAuthorizationsPerClusterLimitExceededFault {
593
-
594
- const filterSensitiveLog: (obj: EndpointAuthorizationsPerClusterLimitExceededFault) => any;
595
- }
596
502
 
597
503
  export interface InvalidAuthorizationStateFault extends __SmithyException, $MetadataBearer {
598
504
  name: "InvalidAuthorizationStateFault";
599
505
  $fault: "client";
600
506
  message?: string;
601
507
  }
602
- export declare namespace InvalidAuthorizationStateFault {
603
-
604
- const filterSensitiveLog: (obj: InvalidAuthorizationStateFault) => any;
605
- }
606
508
 
607
509
  export interface InvalidClusterStateFault extends __SmithyException, $MetadataBearer {
608
510
  name: "InvalidClusterStateFault";
609
511
  $fault: "client";
610
512
  message?: string;
611
513
  }
612
- export declare namespace InvalidClusterStateFault {
613
-
614
- const filterSensitiveLog: (obj: InvalidClusterStateFault) => any;
615
- }
616
514
 
617
515
  export interface AuthorizeSnapshotAccessMessage {
618
516
 
@@ -715,40 +613,24 @@ export interface ClusterSnapshotNotFoundFault extends __SmithyException, $Metada
715
613
  $fault: "client";
716
614
  message?: string;
717
615
  }
718
- export declare namespace ClusterSnapshotNotFoundFault {
719
-
720
- const filterSensitiveLog: (obj: ClusterSnapshotNotFoundFault) => any;
721
- }
722
616
 
723
617
  export interface DependentServiceRequestThrottlingFault extends __SmithyException, $MetadataBearer {
724
618
  name: "DependentServiceRequestThrottlingFault";
725
619
  $fault: "client";
726
620
  message?: string;
727
621
  }
728
- export declare namespace DependentServiceRequestThrottlingFault {
729
-
730
- const filterSensitiveLog: (obj: DependentServiceRequestThrottlingFault) => any;
731
- }
732
622
 
733
623
  export interface InvalidClusterSnapshotStateFault extends __SmithyException, $MetadataBearer {
734
624
  name: "InvalidClusterSnapshotStateFault";
735
625
  $fault: "client";
736
626
  message?: string;
737
627
  }
738
- export declare namespace InvalidClusterSnapshotStateFault {
739
-
740
- const filterSensitiveLog: (obj: InvalidClusterSnapshotStateFault) => any;
741
- }
742
628
 
743
629
  export interface LimitExceededFault extends __SmithyException, $MetadataBearer {
744
630
  name: "LimitExceededFault";
745
631
  $fault: "client";
746
632
  message?: string;
747
633
  }
748
- export declare namespace LimitExceededFault {
749
-
750
- const filterSensitiveLog: (obj: LimitExceededFault) => any;
751
- }
752
634
 
753
635
  export interface SupportedPlatform {
754
636
 
@@ -819,20 +701,12 @@ export interface BatchDeleteRequestSizeExceededFault extends __SmithyException,
819
701
  $fault: "client";
820
702
  message?: string;
821
703
  }
822
- export declare namespace BatchDeleteRequestSizeExceededFault {
823
-
824
- const filterSensitiveLog: (obj: BatchDeleteRequestSizeExceededFault) => any;
825
- }
826
704
 
827
705
  export interface BatchModifyClusterSnapshotsLimitExceededFault extends __SmithyException, $MetadataBearer {
828
706
  name: "BatchModifyClusterSnapshotsLimitExceededFault";
829
707
  $fault: "client";
830
708
  message?: string;
831
709
  }
832
- export declare namespace BatchModifyClusterSnapshotsLimitExceededFault {
833
-
834
- const filterSensitiveLog: (obj: BatchModifyClusterSnapshotsLimitExceededFault) => any;
835
- }
836
710
  export interface BatchModifyClusterSnapshotsMessage {
837
711
 
838
712
  SnapshotIdentifierList: string[] | undefined;
@@ -861,20 +735,12 @@ export interface InvalidRetentionPeriodFault extends __SmithyException, $Metadat
861
735
  $fault: "client";
862
736
  message?: string;
863
737
  }
864
- export declare namespace InvalidRetentionPeriodFault {
865
-
866
- const filterSensitiveLog: (obj: InvalidRetentionPeriodFault) => any;
867
- }
868
738
 
869
739
  export interface BucketNotFoundFault extends __SmithyException, $MetadataBearer {
870
740
  name: "BucketNotFoundFault";
871
741
  $fault: "client";
872
742
  message?: string;
873
743
  }
874
- export declare namespace BucketNotFoundFault {
875
-
876
- const filterSensitiveLog: (obj: BucketNotFoundFault) => any;
877
- }
878
744
  export interface CancelResizeMessage {
879
745
 
880
746
  ClusterIdentifier: string | undefined;
@@ -889,10 +755,6 @@ export interface ResizeNotFoundFault extends __SmithyException, $MetadataBearer
889
755
  $fault: "client";
890
756
  message?: string;
891
757
  }
892
- export declare namespace ResizeNotFoundFault {
893
-
894
- const filterSensitiveLog: (obj: ResizeNotFoundFault) => any;
895
- }
896
758
 
897
759
  export interface ResizeProgressMessage {
898
760
 
@@ -1134,6 +996,39 @@ export declare namespace PendingModifiedValues {
1134
996
 
1135
997
  const filterSensitiveLog: (obj: PendingModifiedValues) => any;
1136
998
  }
999
+ export declare enum ReservedNodeExchangeStatusType {
1000
+ FAILED = "FAILED",
1001
+ IN_PROGRESS = "IN_PROGRESS",
1002
+ PENDING = "PENDING",
1003
+ REQUESTED = "REQUESTED",
1004
+ RETRYING = "RETRYING",
1005
+ SUCCEEDED = "SUCCEEDED"
1006
+ }
1007
+
1008
+ export interface ReservedNodeExchangeStatus {
1009
+
1010
+ ReservedNodeExchangeRequestId?: string;
1011
+
1012
+ Status?: ReservedNodeExchangeStatusType | string;
1013
+
1014
+ RequestTime?: Date;
1015
+
1016
+ SourceReservedNodeId?: string;
1017
+
1018
+ SourceReservedNodeType?: string;
1019
+
1020
+ SourceReservedNodeCount?: number;
1021
+
1022
+ TargetReservedNodeOfferingId?: string;
1023
+
1024
+ TargetReservedNodeType?: string;
1025
+
1026
+ TargetReservedNodeCount?: number;
1027
+ }
1028
+ export declare namespace ReservedNodeExchangeStatus {
1029
+
1030
+ const filterSensitiveLog: (obj: ReservedNodeExchangeStatus) => any;
1031
+ }
1137
1032
 
1138
1033
  export interface ResizeInfo {
1139
1034
 
@@ -1277,6 +1172,10 @@ export interface Cluster {
1277
1172
  TotalStorageCapacityInMegaBytes?: number;
1278
1173
 
1279
1174
  AquaConfiguration?: AquaConfiguration;
1175
+
1176
+ DefaultIamRoleArn?: string;
1177
+
1178
+ ReservedNodeExchangeStatus?: ReservedNodeExchangeStatus;
1280
1179
  }
1281
1180
  export declare namespace Cluster {
1282
1181
 
@@ -1288,10 +1187,6 @@ export interface ClusterAlreadyExistsFault extends __SmithyException, $MetadataB
1288
1187
  $fault: "client";
1289
1188
  message?: string;
1290
1189
  }
1291
- export declare namespace ClusterAlreadyExistsFault {
1292
-
1293
- const filterSensitiveLog: (obj: ClusterAlreadyExistsFault) => any;
1294
- }
1295
1190
 
1296
1191
  export interface ClusterCredentials {
1297
1192
 
@@ -1349,10 +1244,6 @@ export interface ClusterOnLatestRevisionFault extends __SmithyException, $Metada
1349
1244
  $fault: "client";
1350
1245
  message?: string;
1351
1246
  }
1352
- export declare namespace ClusterOnLatestRevisionFault {
1353
-
1354
- const filterSensitiveLog: (obj: ClusterOnLatestRevisionFault) => any;
1355
- }
1356
1247
 
1357
1248
  export interface ClusterParameterGroup {
1358
1249
 
@@ -1374,10 +1265,6 @@ export interface ClusterParameterGroupAlreadyExistsFault extends __SmithyExcepti
1374
1265
  $fault: "client";
1375
1266
  message?: string;
1376
1267
  }
1377
- export declare namespace ClusterParameterGroupAlreadyExistsFault {
1378
-
1379
- const filterSensitiveLog: (obj: ClusterParameterGroupAlreadyExistsFault) => any;
1380
- }
1381
1268
  export declare type ParameterApplyType = "dynamic" | "static";
1382
1269
 
1383
1270
  export interface Parameter {
@@ -1432,20 +1319,12 @@ export interface ClusterParameterGroupNotFoundFault extends __SmithyException, $
1432
1319
  $fault: "client";
1433
1320
  message?: string;
1434
1321
  }
1435
- export declare namespace ClusterParameterGroupNotFoundFault {
1436
-
1437
- const filterSensitiveLog: (obj: ClusterParameterGroupNotFoundFault) => any;
1438
- }
1439
1322
 
1440
1323
  export interface ClusterParameterGroupQuotaExceededFault extends __SmithyException, $MetadataBearer {
1441
1324
  name: "ClusterParameterGroupQuotaExceededFault";
1442
1325
  $fault: "client";
1443
1326
  message?: string;
1444
1327
  }
1445
- export declare namespace ClusterParameterGroupQuotaExceededFault {
1446
-
1447
- const filterSensitiveLog: (obj: ClusterParameterGroupQuotaExceededFault) => any;
1448
- }
1449
1328
 
1450
1329
  export interface ClusterParameterGroupsMessage {
1451
1330
 
@@ -1463,20 +1342,12 @@ export interface ClusterQuotaExceededFault extends __SmithyException, $MetadataB
1463
1342
  $fault: "client";
1464
1343
  message?: string;
1465
1344
  }
1466
- export declare namespace ClusterQuotaExceededFault {
1467
-
1468
- const filterSensitiveLog: (obj: ClusterQuotaExceededFault) => any;
1469
- }
1470
1345
 
1471
1346
  export interface ClusterSecurityGroupAlreadyExistsFault extends __SmithyException, $MetadataBearer {
1472
1347
  name: "ClusterSecurityGroupAlreadyExistsFault";
1473
1348
  $fault: "client";
1474
1349
  message?: string;
1475
1350
  }
1476
- export declare namespace ClusterSecurityGroupAlreadyExistsFault {
1477
-
1478
- const filterSensitiveLog: (obj: ClusterSecurityGroupAlreadyExistsFault) => any;
1479
- }
1480
1351
 
1481
1352
  export interface ClusterSecurityGroupMessage {
1482
1353
 
@@ -1494,10 +1365,6 @@ export interface ClusterSecurityGroupQuotaExceededFault extends __SmithyExceptio
1494
1365
  $fault: "client";
1495
1366
  message?: string;
1496
1367
  }
1497
- export declare namespace ClusterSecurityGroupQuotaExceededFault {
1498
-
1499
- const filterSensitiveLog: (obj: ClusterSecurityGroupQuotaExceededFault) => any;
1500
- }
1501
1368
 
1502
1369
  export interface ClustersMessage {
1503
1370
 
@@ -1515,20 +1382,12 @@ export interface ClusterSnapshotAlreadyExistsFault extends __SmithyException, $M
1515
1382
  $fault: "client";
1516
1383
  message?: string;
1517
1384
  }
1518
- export declare namespace ClusterSnapshotAlreadyExistsFault {
1519
-
1520
- const filterSensitiveLog: (obj: ClusterSnapshotAlreadyExistsFault) => any;
1521
- }
1522
1385
 
1523
1386
  export interface ClusterSnapshotQuotaExceededFault extends __SmithyException, $MetadataBearer {
1524
1387
  name: "ClusterSnapshotQuotaExceededFault";
1525
1388
  $fault: "client";
1526
1389
  message?: string;
1527
1390
  }
1528
- export declare namespace ClusterSnapshotQuotaExceededFault {
1529
-
1530
- const filterSensitiveLog: (obj: ClusterSnapshotQuotaExceededFault) => any;
1531
- }
1532
1391
 
1533
1392
  export interface Subnet {
1534
1393
 
@@ -1567,10 +1426,6 @@ export interface ClusterSubnetGroupAlreadyExistsFault extends __SmithyException,
1567
1426
  $fault: "client";
1568
1427
  message?: string;
1569
1428
  }
1570
- export declare namespace ClusterSubnetGroupAlreadyExistsFault {
1571
-
1572
- const filterSensitiveLog: (obj: ClusterSubnetGroupAlreadyExistsFault) => any;
1573
- }
1574
1429
 
1575
1430
  export interface ClusterSubnetGroupMessage {
1576
1431
 
@@ -1588,30 +1443,18 @@ export interface ClusterSubnetGroupNotFoundFault extends __SmithyException, $Met
1588
1443
  $fault: "client";
1589
1444
  message?: string;
1590
1445
  }
1591
- export declare namespace ClusterSubnetGroupNotFoundFault {
1592
-
1593
- const filterSensitiveLog: (obj: ClusterSubnetGroupNotFoundFault) => any;
1594
- }
1595
1446
 
1596
1447
  export interface ClusterSubnetGroupQuotaExceededFault extends __SmithyException, $MetadataBearer {
1597
1448
  name: "ClusterSubnetGroupQuotaExceededFault";
1598
1449
  $fault: "client";
1599
1450
  message?: string;
1600
1451
  }
1601
- export declare namespace ClusterSubnetGroupQuotaExceededFault {
1602
-
1603
- const filterSensitiveLog: (obj: ClusterSubnetGroupQuotaExceededFault) => any;
1604
- }
1605
1452
 
1606
1453
  export interface ClusterSubnetQuotaExceededFault extends __SmithyException, $MetadataBearer {
1607
1454
  name: "ClusterSubnetQuotaExceededFault";
1608
1455
  $fault: "client";
1609
1456
  message?: string;
1610
1457
  }
1611
- export declare namespace ClusterSubnetQuotaExceededFault {
1612
-
1613
- const filterSensitiveLog: (obj: ClusterSubnetQuotaExceededFault) => any;
1614
- }
1615
1458
 
1616
1459
  export interface ClusterVersion {
1617
1460
 
@@ -1665,10 +1508,6 @@ export interface CopyToRegionDisabledFault extends __SmithyException, $MetadataB
1665
1508
  $fault: "client";
1666
1509
  message?: string;
1667
1510
  }
1668
- export declare namespace CopyToRegionDisabledFault {
1669
-
1670
- const filterSensitiveLog: (obj: CopyToRegionDisabledFault) => any;
1671
- }
1672
1511
  export interface CreateAuthenticationProfileMessage {
1673
1512
 
1674
1513
  AuthenticationProfileName: string | undefined;
@@ -1695,10 +1534,6 @@ export interface InvalidAuthenticationProfileRequestFault extends __SmithyExcept
1695
1534
  $fault: "client";
1696
1535
  message?: string;
1697
1536
  }
1698
- export declare namespace InvalidAuthenticationProfileRequestFault {
1699
-
1700
- const filterSensitiveLog: (obj: InvalidAuthenticationProfileRequestFault) => any;
1701
- }
1702
1537
 
1703
1538
  export interface CreateClusterMessage {
1704
1539
 
@@ -1765,6 +1600,8 @@ export interface CreateClusterMessage {
1765
1600
  AvailabilityZoneRelocation?: boolean;
1766
1601
 
1767
1602
  AquaConfigurationStatus?: AquaConfigurationStatus | string;
1603
+
1604
+ DefaultIamRoleArn?: string;
1768
1605
  }
1769
1606
  export declare namespace CreateClusterMessage {
1770
1607
 
@@ -1784,140 +1621,84 @@ export interface HsmClientCertificateNotFoundFault extends __SmithyException, $M
1784
1621
  $fault: "client";
1785
1622
  message?: string;
1786
1623
  }
1787
- export declare namespace HsmClientCertificateNotFoundFault {
1788
-
1789
- const filterSensitiveLog: (obj: HsmClientCertificateNotFoundFault) => any;
1790
- }
1791
1624
 
1792
1625
  export interface HsmConfigurationNotFoundFault extends __SmithyException, $MetadataBearer {
1793
1626
  name: "HsmConfigurationNotFoundFault";
1794
1627
  $fault: "client";
1795
1628
  message?: string;
1796
1629
  }
1797
- export declare namespace HsmConfigurationNotFoundFault {
1798
-
1799
- const filterSensitiveLog: (obj: HsmConfigurationNotFoundFault) => any;
1800
- }
1801
1630
 
1802
1631
  export interface InsufficientClusterCapacityFault extends __SmithyException, $MetadataBearer {
1803
1632
  name: "InsufficientClusterCapacityFault";
1804
1633
  $fault: "client";
1805
1634
  message?: string;
1806
1635
  }
1807
- export declare namespace InsufficientClusterCapacityFault {
1808
-
1809
- const filterSensitiveLog: (obj: InsufficientClusterCapacityFault) => any;
1810
- }
1811
1636
 
1812
1637
  export interface InvalidClusterSubnetGroupStateFault extends __SmithyException, $MetadataBearer {
1813
1638
  name: "InvalidClusterSubnetGroupStateFault";
1814
1639
  $fault: "client";
1815
1640
  message?: string;
1816
1641
  }
1817
- export declare namespace InvalidClusterSubnetGroupStateFault {
1818
-
1819
- const filterSensitiveLog: (obj: InvalidClusterSubnetGroupStateFault) => any;
1820
- }
1821
1642
 
1822
1643
  export interface InvalidClusterTrackFault extends __SmithyException, $MetadataBearer {
1823
1644
  name: "InvalidClusterTrackFault";
1824
1645
  $fault: "client";
1825
1646
  message?: string;
1826
1647
  }
1827
- export declare namespace InvalidClusterTrackFault {
1828
-
1829
- const filterSensitiveLog: (obj: InvalidClusterTrackFault) => any;
1830
- }
1831
1648
 
1832
1649
  export interface InvalidElasticIpFault extends __SmithyException, $MetadataBearer {
1833
1650
  name: "InvalidElasticIpFault";
1834
1651
  $fault: "client";
1835
1652
  message?: string;
1836
1653
  }
1837
- export declare namespace InvalidElasticIpFault {
1838
-
1839
- const filterSensitiveLog: (obj: InvalidElasticIpFault) => any;
1840
- }
1841
1654
 
1842
1655
  export interface InvalidSubnet extends __SmithyException, $MetadataBearer {
1843
1656
  name: "InvalidSubnet";
1844
1657
  $fault: "client";
1845
1658
  message?: string;
1846
1659
  }
1847
- export declare namespace InvalidSubnet {
1848
-
1849
- const filterSensitiveLog: (obj: InvalidSubnet) => any;
1850
- }
1851
1660
 
1852
1661
  export interface InvalidTagFault extends __SmithyException, $MetadataBearer {
1853
1662
  name: "InvalidTagFault";
1854
1663
  $fault: "client";
1855
1664
  message?: string;
1856
1665
  }
1857
- export declare namespace InvalidTagFault {
1858
-
1859
- const filterSensitiveLog: (obj: InvalidTagFault) => any;
1860
- }
1861
1666
 
1862
1667
  export interface InvalidVPCNetworkStateFault extends __SmithyException, $MetadataBearer {
1863
1668
  name: "InvalidVPCNetworkStateFault";
1864
1669
  $fault: "client";
1865
1670
  message?: string;
1866
1671
  }
1867
- export declare namespace InvalidVPCNetworkStateFault {
1868
-
1869
- const filterSensitiveLog: (obj: InvalidVPCNetworkStateFault) => any;
1870
- }
1871
1672
 
1872
1673
  export interface NumberOfNodesPerClusterLimitExceededFault extends __SmithyException, $MetadataBearer {
1873
1674
  name: "NumberOfNodesPerClusterLimitExceededFault";
1874
1675
  $fault: "client";
1875
1676
  message?: string;
1876
1677
  }
1877
- export declare namespace NumberOfNodesPerClusterLimitExceededFault {
1878
-
1879
- const filterSensitiveLog: (obj: NumberOfNodesPerClusterLimitExceededFault) => any;
1880
- }
1881
1678
 
1882
1679
  export interface NumberOfNodesQuotaExceededFault extends __SmithyException, $MetadataBearer {
1883
1680
  name: "NumberOfNodesQuotaExceededFault";
1884
1681
  $fault: "client";
1885
1682
  message?: string;
1886
1683
  }
1887
- export declare namespace NumberOfNodesQuotaExceededFault {
1888
-
1889
- const filterSensitiveLog: (obj: NumberOfNodesQuotaExceededFault) => any;
1890
- }
1891
1684
 
1892
1685
  export interface SnapshotScheduleNotFoundFault extends __SmithyException, $MetadataBearer {
1893
1686
  name: "SnapshotScheduleNotFoundFault";
1894
1687
  $fault: "client";
1895
1688
  message?: string;
1896
1689
  }
1897
- export declare namespace SnapshotScheduleNotFoundFault {
1898
-
1899
- const filterSensitiveLog: (obj: SnapshotScheduleNotFoundFault) => any;
1900
- }
1901
1690
 
1902
1691
  export interface TagLimitExceededFault extends __SmithyException, $MetadataBearer {
1903
1692
  name: "TagLimitExceededFault";
1904
1693
  $fault: "client";
1905
1694
  message?: string;
1906
1695
  }
1907
- export declare namespace TagLimitExceededFault {
1908
-
1909
- const filterSensitiveLog: (obj: TagLimitExceededFault) => any;
1910
- }
1911
1696
 
1912
1697
  export interface UnauthorizedOperation extends __SmithyException, $MetadataBearer {
1913
1698
  name: "UnauthorizedOperation";
1914
1699
  $fault: "client";
1915
1700
  message?: string;
1916
1701
  }
1917
- export declare namespace UnauthorizedOperation {
1918
-
1919
- const filterSensitiveLog: (obj: UnauthorizedOperation) => any;
1920
- }
1921
1702
 
1922
1703
  export interface CreateClusterParameterGroupMessage {
1923
1704
 
@@ -2057,30 +1838,18 @@ export interface EndpointAlreadyExistsFault extends __SmithyException, $Metadata
2057
1838
  $fault: "client";
2058
1839
  message?: string;
2059
1840
  }
2060
- export declare namespace EndpointAlreadyExistsFault {
2061
-
2062
- const filterSensitiveLog: (obj: EndpointAlreadyExistsFault) => any;
2063
- }
2064
1841
 
2065
1842
  export interface EndpointsPerAuthorizationLimitExceededFault extends __SmithyException, $MetadataBearer {
2066
1843
  name: "EndpointsPerAuthorizationLimitExceededFault";
2067
1844
  $fault: "client";
2068
1845
  message?: string;
2069
1846
  }
2070
- export declare namespace EndpointsPerAuthorizationLimitExceededFault {
2071
-
2072
- const filterSensitiveLog: (obj: EndpointsPerAuthorizationLimitExceededFault) => any;
2073
- }
2074
1847
 
2075
1848
  export interface EndpointsPerClusterLimitExceededFault extends __SmithyException, $MetadataBearer {
2076
1849
  name: "EndpointsPerClusterLimitExceededFault";
2077
1850
  $fault: "client";
2078
1851
  message?: string;
2079
1852
  }
2080
- export declare namespace EndpointsPerClusterLimitExceededFault {
2081
-
2082
- const filterSensitiveLog: (obj: EndpointsPerClusterLimitExceededFault) => any;
2083
- }
2084
1853
 
2085
1854
  export interface CreateEventSubscriptionMessage {
2086
1855
 
@@ -2147,90 +1916,54 @@ export interface EventSubscriptionQuotaExceededFault extends __SmithyException,
2147
1916
  $fault: "client";
2148
1917
  message?: string;
2149
1918
  }
2150
- export declare namespace EventSubscriptionQuotaExceededFault {
2151
-
2152
- const filterSensitiveLog: (obj: EventSubscriptionQuotaExceededFault) => any;
2153
- }
2154
1919
 
2155
1920
  export interface SNSInvalidTopicFault extends __SmithyException, $MetadataBearer {
2156
1921
  name: "SNSInvalidTopicFault";
2157
1922
  $fault: "client";
2158
1923
  message?: string;
2159
1924
  }
2160
- export declare namespace SNSInvalidTopicFault {
2161
-
2162
- const filterSensitiveLog: (obj: SNSInvalidTopicFault) => any;
2163
- }
2164
1925
 
2165
1926
  export interface SNSNoAuthorizationFault extends __SmithyException, $MetadataBearer {
2166
1927
  name: "SNSNoAuthorizationFault";
2167
1928
  $fault: "client";
2168
1929
  message?: string;
2169
1930
  }
2170
- export declare namespace SNSNoAuthorizationFault {
2171
-
2172
- const filterSensitiveLog: (obj: SNSNoAuthorizationFault) => any;
2173
- }
2174
1931
 
2175
1932
  export interface SNSTopicArnNotFoundFault extends __SmithyException, $MetadataBearer {
2176
1933
  name: "SNSTopicArnNotFoundFault";
2177
1934
  $fault: "client";
2178
1935
  message?: string;
2179
1936
  }
2180
- export declare namespace SNSTopicArnNotFoundFault {
2181
-
2182
- const filterSensitiveLog: (obj: SNSTopicArnNotFoundFault) => any;
2183
- }
2184
1937
 
2185
1938
  export interface SourceNotFoundFault extends __SmithyException, $MetadataBearer {
2186
1939
  name: "SourceNotFoundFault";
2187
1940
  $fault: "client";
2188
1941
  message?: string;
2189
1942
  }
2190
- export declare namespace SourceNotFoundFault {
2191
-
2192
- const filterSensitiveLog: (obj: SourceNotFoundFault) => any;
2193
- }
2194
1943
 
2195
1944
  export interface SubscriptionAlreadyExistFault extends __SmithyException, $MetadataBearer {
2196
1945
  name: "SubscriptionAlreadyExistFault";
2197
1946
  $fault: "client";
2198
1947
  message?: string;
2199
1948
  }
2200
- export declare namespace SubscriptionAlreadyExistFault {
2201
-
2202
- const filterSensitiveLog: (obj: SubscriptionAlreadyExistFault) => any;
2203
- }
2204
1949
 
2205
1950
  export interface SubscriptionCategoryNotFoundFault extends __SmithyException, $MetadataBearer {
2206
1951
  name: "SubscriptionCategoryNotFoundFault";
2207
1952
  $fault: "client";
2208
1953
  message?: string;
2209
1954
  }
2210
- export declare namespace SubscriptionCategoryNotFoundFault {
2211
-
2212
- const filterSensitiveLog: (obj: SubscriptionCategoryNotFoundFault) => any;
2213
- }
2214
1955
 
2215
1956
  export interface SubscriptionEventIdNotFoundFault extends __SmithyException, $MetadataBearer {
2216
1957
  name: "SubscriptionEventIdNotFoundFault";
2217
1958
  $fault: "client";
2218
1959
  message?: string;
2219
1960
  }
2220
- export declare namespace SubscriptionEventIdNotFoundFault {
2221
-
2222
- const filterSensitiveLog: (obj: SubscriptionEventIdNotFoundFault) => any;
2223
- }
2224
1961
 
2225
1962
  export interface SubscriptionSeverityNotFoundFault extends __SmithyException, $MetadataBearer {
2226
1963
  name: "SubscriptionSeverityNotFoundFault";
2227
1964
  $fault: "client";
2228
1965
  message?: string;
2229
1966
  }
2230
- export declare namespace SubscriptionSeverityNotFoundFault {
2231
-
2232
- const filterSensitiveLog: (obj: SubscriptionSeverityNotFoundFault) => any;
2233
- }
2234
1967
 
2235
1968
  export interface CreateHsmClientCertificateMessage {
2236
1969
 
@@ -2269,20 +2002,12 @@ export interface HsmClientCertificateAlreadyExistsFault extends __SmithyExceptio
2269
2002
  $fault: "client";
2270
2003
  message?: string;
2271
2004
  }
2272
- export declare namespace HsmClientCertificateAlreadyExistsFault {
2273
-
2274
- const filterSensitiveLog: (obj: HsmClientCertificateAlreadyExistsFault) => any;
2275
- }
2276
2005
 
2277
2006
  export interface HsmClientCertificateQuotaExceededFault extends __SmithyException, $MetadataBearer {
2278
2007
  name: "HsmClientCertificateQuotaExceededFault";
2279
2008
  $fault: "client";
2280
2009
  message?: string;
2281
2010
  }
2282
- export declare namespace HsmClientCertificateQuotaExceededFault {
2283
-
2284
- const filterSensitiveLog: (obj: HsmClientCertificateQuotaExceededFault) => any;
2285
- }
2286
2011
 
2287
2012
  export interface CreateHsmConfigurationMessage {
2288
2013
 
@@ -2335,20 +2060,12 @@ export interface HsmConfigurationAlreadyExistsFault extends __SmithyException, $
2335
2060
  $fault: "client";
2336
2061
  message?: string;
2337
2062
  }
2338
- export declare namespace HsmConfigurationAlreadyExistsFault {
2339
-
2340
- const filterSensitiveLog: (obj: HsmConfigurationAlreadyExistsFault) => any;
2341
- }
2342
2063
 
2343
2064
  export interface HsmConfigurationQuotaExceededFault extends __SmithyException, $MetadataBearer {
2344
2065
  name: "HsmConfigurationQuotaExceededFault";
2345
2066
  $fault: "client";
2346
2067
  message?: string;
2347
2068
  }
2348
- export declare namespace HsmConfigurationQuotaExceededFault {
2349
-
2350
- const filterSensitiveLog: (obj: HsmConfigurationQuotaExceededFault) => any;
2351
- }
2352
2069
 
2353
2070
  export interface PauseClusterMessage {
2354
2071
 
@@ -2370,6 +2087,10 @@ export interface ResizeClusterMessage {
2370
2087
  NumberOfNodes?: number;
2371
2088
 
2372
2089
  Classic?: boolean;
2090
+
2091
+ ReservedNodeId?: string;
2092
+
2093
+ TargetReservedNodeOfferingId?: string;
2373
2094
  }
2374
2095
  export declare namespace ResizeClusterMessage {
2375
2096
 
@@ -2425,20 +2146,12 @@ export interface InvalidScheduledActionFault extends __SmithyException, $Metadat
2425
2146
  $fault: "client";
2426
2147
  message?: string;
2427
2148
  }
2428
- export declare namespace InvalidScheduledActionFault {
2429
-
2430
- const filterSensitiveLog: (obj: InvalidScheduledActionFault) => any;
2431
- }
2432
2149
 
2433
2150
  export interface InvalidScheduleFault extends __SmithyException, $MetadataBearer {
2434
2151
  name: "InvalidScheduleFault";
2435
2152
  $fault: "client";
2436
2153
  message?: string;
2437
2154
  }
2438
- export declare namespace InvalidScheduleFault {
2439
-
2440
- const filterSensitiveLog: (obj: InvalidScheduleFault) => any;
2441
- }
2442
2155
  export declare enum ScheduledActionState {
2443
2156
  ACTIVE = "ACTIVE",
2444
2157
  DISABLED = "DISABLED"
@@ -2474,30 +2187,18 @@ export interface ScheduledActionAlreadyExistsFault extends __SmithyException, $M
2474
2187
  $fault: "client";
2475
2188
  message?: string;
2476
2189
  }
2477
- export declare namespace ScheduledActionAlreadyExistsFault {
2478
-
2479
- const filterSensitiveLog: (obj: ScheduledActionAlreadyExistsFault) => any;
2480
- }
2481
2190
 
2482
2191
  export interface ScheduledActionQuotaExceededFault extends __SmithyException, $MetadataBearer {
2483
2192
  name: "ScheduledActionQuotaExceededFault";
2484
2193
  $fault: "client";
2485
2194
  message?: string;
2486
2195
  }
2487
- export declare namespace ScheduledActionQuotaExceededFault {
2488
-
2489
- const filterSensitiveLog: (obj: ScheduledActionQuotaExceededFault) => any;
2490
- }
2491
2196
 
2492
2197
  export interface ScheduledActionTypeUnsupportedFault extends __SmithyException, $MetadataBearer {
2493
2198
  name: "ScheduledActionTypeUnsupportedFault";
2494
2199
  $fault: "client";
2495
2200
  message?: string;
2496
2201
  }
2497
- export declare namespace ScheduledActionTypeUnsupportedFault {
2498
-
2499
- const filterSensitiveLog: (obj: ScheduledActionTypeUnsupportedFault) => any;
2500
- }
2501
2202
 
2502
2203
  export interface CreateSnapshotCopyGrantMessage {
2503
2204
 
@@ -2538,20 +2239,12 @@ export interface SnapshotCopyGrantAlreadyExistsFault extends __SmithyException,
2538
2239
  $fault: "client";
2539
2240
  message?: string;
2540
2241
  }
2541
- export declare namespace SnapshotCopyGrantAlreadyExistsFault {
2542
-
2543
- const filterSensitiveLog: (obj: SnapshotCopyGrantAlreadyExistsFault) => any;
2544
- }
2545
2242
 
2546
2243
  export interface SnapshotCopyGrantQuotaExceededFault extends __SmithyException, $MetadataBearer {
2547
2244
  name: "SnapshotCopyGrantQuotaExceededFault";
2548
2245
  $fault: "client";
2549
2246
  message?: string;
2550
2247
  }
2551
- export declare namespace SnapshotCopyGrantQuotaExceededFault {
2552
-
2553
- const filterSensitiveLog: (obj: SnapshotCopyGrantQuotaExceededFault) => any;
2554
- }
2555
2248
  export interface CreateSnapshotScheduleMessage {
2556
2249
 
2557
2250
  ScheduleDefinitions?: string[];
@@ -2576,10 +2269,6 @@ export interface ScheduleDefinitionTypeUnsupportedFault extends __SmithyExceptio
2576
2269
  $fault: "client";
2577
2270
  message?: string;
2578
2271
  }
2579
- export declare namespace ScheduleDefinitionTypeUnsupportedFault {
2580
-
2581
- const filterSensitiveLog: (obj: ScheduleDefinitionTypeUnsupportedFault) => any;
2582
- }
2583
2272
 
2584
2273
  export interface SnapshotSchedule {
2585
2274
 
@@ -2607,20 +2296,12 @@ export interface SnapshotScheduleAlreadyExistsFault extends __SmithyException, $
2607
2296
  $fault: "client";
2608
2297
  message?: string;
2609
2298
  }
2610
- export declare namespace SnapshotScheduleAlreadyExistsFault {
2611
-
2612
- const filterSensitiveLog: (obj: SnapshotScheduleAlreadyExistsFault) => any;
2613
- }
2614
2299
 
2615
2300
  export interface SnapshotScheduleQuotaExceededFault extends __SmithyException, $MetadataBearer {
2616
2301
  name: "SnapshotScheduleQuotaExceededFault";
2617
2302
  $fault: "client";
2618
2303
  message?: string;
2619
2304
  }
2620
- export declare namespace SnapshotScheduleQuotaExceededFault {
2621
-
2622
- const filterSensitiveLog: (obj: SnapshotScheduleQuotaExceededFault) => any;
2623
- }
2624
2305
 
2625
2306
  export interface CreateTagsMessage {
2626
2307
 
@@ -2638,10 +2319,6 @@ export interface ResourceNotFoundFault extends __SmithyException, $MetadataBeare
2638
2319
  $fault: "client";
2639
2320
  message?: string;
2640
2321
  }
2641
- export declare namespace ResourceNotFoundFault {
2642
-
2643
- const filterSensitiveLog: (obj: ResourceNotFoundFault) => any;
2644
- }
2645
2322
  export declare enum UsageLimitBreachAction {
2646
2323
  DISABLE = "disable",
2647
2324
  EMIT_METRIC = "emit-metric",
@@ -2686,10 +2363,6 @@ export interface InvalidUsageLimitFault extends __SmithyException, $MetadataBear
2686
2363
  $fault: "client";
2687
2364
  message?: string;
2688
2365
  }
2689
- export declare namespace InvalidUsageLimitFault {
2690
-
2691
- const filterSensitiveLog: (obj: InvalidUsageLimitFault) => any;
2692
- }
2693
2366
 
2694
2367
  export interface UsageLimit {
2695
2368
 
@@ -2719,10 +2392,6 @@ export interface UsageLimitAlreadyExistsFault extends __SmithyException, $Metada
2719
2392
  $fault: "client";
2720
2393
  message?: string;
2721
2394
  }
2722
- export declare namespace UsageLimitAlreadyExistsFault {
2723
-
2724
- const filterSensitiveLog: (obj: UsageLimitAlreadyExistsFault) => any;
2725
- }
2726
2395
  export interface CustomerStorageMessage {
2727
2396
 
2728
2397
  TotalBackupSizeInMegaBytes?: number;
@@ -2821,10 +2490,6 @@ export interface InvalidClusterParameterGroupStateFault extends __SmithyExceptio
2821
2490
  $fault: "client";
2822
2491
  message?: string;
2823
2492
  }
2824
- export declare namespace InvalidClusterParameterGroupStateFault {
2825
-
2826
- const filterSensitiveLog: (obj: InvalidClusterParameterGroupStateFault) => any;
2827
- }
2828
2493
 
2829
2494
  export interface DeleteClusterSecurityGroupMessage {
2830
2495
 
@@ -2857,10 +2522,6 @@ export interface InvalidClusterSubnetStateFault extends __SmithyException, $Meta
2857
2522
  $fault: "client";
2858
2523
  message?: string;
2859
2524
  }
2860
- export declare namespace InvalidClusterSubnetStateFault {
2861
-
2862
- const filterSensitiveLog: (obj: InvalidClusterSubnetStateFault) => any;
2863
- }
2864
2525
  export interface DeleteEndpointAccessMessage {
2865
2526
 
2866
2527
  EndpointName: string | undefined;
@@ -2875,20 +2536,12 @@ export interface EndpointNotFoundFault extends __SmithyException, $MetadataBeare
2875
2536
  $fault: "client";
2876
2537
  message?: string;
2877
2538
  }
2878
- export declare namespace EndpointNotFoundFault {
2879
-
2880
- const filterSensitiveLog: (obj: EndpointNotFoundFault) => any;
2881
- }
2882
2539
 
2883
2540
  export interface InvalidEndpointStateFault extends __SmithyException, $MetadataBearer {
2884
2541
  name: "InvalidEndpointStateFault";
2885
2542
  $fault: "client";
2886
2543
  message?: string;
2887
2544
  }
2888
- export declare namespace InvalidEndpointStateFault {
2889
-
2890
- const filterSensitiveLog: (obj: InvalidEndpointStateFault) => any;
2891
- }
2892
2545
 
2893
2546
  export interface DeleteEventSubscriptionMessage {
2894
2547
 
@@ -2904,20 +2557,12 @@ export interface InvalidSubscriptionStateFault extends __SmithyException, $Metad
2904
2557
  $fault: "client";
2905
2558
  message?: string;
2906
2559
  }
2907
- export declare namespace InvalidSubscriptionStateFault {
2908
-
2909
- const filterSensitiveLog: (obj: InvalidSubscriptionStateFault) => any;
2910
- }
2911
2560
 
2912
2561
  export interface SubscriptionNotFoundFault extends __SmithyException, $MetadataBearer {
2913
2562
  name: "SubscriptionNotFoundFault";
2914
2563
  $fault: "client";
2915
2564
  message?: string;
2916
2565
  }
2917
- export declare namespace SubscriptionNotFoundFault {
2918
-
2919
- const filterSensitiveLog: (obj: SubscriptionNotFoundFault) => any;
2920
- }
2921
2566
 
2922
2567
  export interface DeleteHsmClientCertificateMessage {
2923
2568
 
@@ -2933,10 +2578,6 @@ export interface InvalidHsmClientCertificateStateFault extends __SmithyException
2933
2578
  $fault: "client";
2934
2579
  message?: string;
2935
2580
  }
2936
- export declare namespace InvalidHsmClientCertificateStateFault {
2937
-
2938
- const filterSensitiveLog: (obj: InvalidHsmClientCertificateStateFault) => any;
2939
- }
2940
2581
 
2941
2582
  export interface DeleteHsmConfigurationMessage {
2942
2583
 
@@ -2952,10 +2593,6 @@ export interface InvalidHsmConfigurationStateFault extends __SmithyException, $M
2952
2593
  $fault: "client";
2953
2594
  message?: string;
2954
2595
  }
2955
- export declare namespace InvalidHsmConfigurationStateFault {
2956
-
2957
- const filterSensitiveLog: (obj: InvalidHsmConfigurationStateFault) => any;
2958
- }
2959
2596
  export interface DeleteScheduledActionMessage {
2960
2597
 
2961
2598
  ScheduledActionName: string | undefined;
@@ -2970,10 +2607,6 @@ export interface ScheduledActionNotFoundFault extends __SmithyException, $Metada
2970
2607
  $fault: "client";
2971
2608
  message?: string;
2972
2609
  }
2973
- export declare namespace ScheduledActionNotFoundFault {
2974
-
2975
- const filterSensitiveLog: (obj: ScheduledActionNotFoundFault) => any;
2976
- }
2977
2610
 
2978
2611
  export interface DeleteSnapshotCopyGrantMessage {
2979
2612
 
@@ -2989,20 +2622,12 @@ export interface InvalidSnapshotCopyGrantStateFault extends __SmithyException, $
2989
2622
  $fault: "client";
2990
2623
  message?: string;
2991
2624
  }
2992
- export declare namespace InvalidSnapshotCopyGrantStateFault {
2993
-
2994
- const filterSensitiveLog: (obj: InvalidSnapshotCopyGrantStateFault) => any;
2995
- }
2996
2625
 
2997
2626
  export interface SnapshotCopyGrantNotFoundFault extends __SmithyException, $MetadataBearer {
2998
2627
  name: "SnapshotCopyGrantNotFoundFault";
2999
2628
  $fault: "client";
3000
2629
  message?: string;
3001
2630
  }
3002
- export declare namespace SnapshotCopyGrantNotFoundFault {
3003
-
3004
- const filterSensitiveLog: (obj: SnapshotCopyGrantNotFoundFault) => any;
3005
- }
3006
2631
  export interface DeleteSnapshotScheduleMessage {
3007
2632
 
3008
2633
  ScheduleIdentifier: string | undefined;
@@ -3017,10 +2642,6 @@ export interface InvalidClusterSnapshotScheduleStateFault extends __SmithyExcept
3017
2642
  $fault: "client";
3018
2643
  message?: string;
3019
2644
  }
3020
- export declare namespace InvalidClusterSnapshotScheduleStateFault {
3021
-
3022
- const filterSensitiveLog: (obj: InvalidClusterSnapshotScheduleStateFault) => any;
3023
- }
3024
2645
 
3025
2646
  export interface DeleteTagsMessage {
3026
2647
 
@@ -3046,10 +2667,6 @@ export interface UsageLimitNotFoundFault extends __SmithyException, $MetadataBea
3046
2667
  $fault: "client";
3047
2668
  message?: string;
3048
2669
  }
3049
- export declare namespace UsageLimitNotFoundFault {
3050
-
3051
- const filterSensitiveLog: (obj: UsageLimitNotFoundFault) => any;
3052
- }
3053
2670
  export interface DescribeAccountAttributesMessage {
3054
2671
 
3055
2672
  AttributeNames?: string[];
@@ -3619,23 +3236,3 @@ export declare namespace DescribeHsmConfigurationsMessage {
3619
3236
 
3620
3237
  const filterSensitiveLog: (obj: DescribeHsmConfigurationsMessage) => any;
3621
3238
  }
3622
-
3623
- export interface HsmConfigurationMessage {
3624
-
3625
- Marker?: string;
3626
-
3627
- HsmConfigurations?: HsmConfiguration[];
3628
- }
3629
- export declare namespace HsmConfigurationMessage {
3630
-
3631
- const filterSensitiveLog: (obj: HsmConfigurationMessage) => any;
3632
- }
3633
-
3634
- export interface DescribeLoggingStatusMessage {
3635
-
3636
- ClusterIdentifier: string | undefined;
3637
- }
3638
- export declare namespace DescribeLoggingStatusMessage {
3639
-
3640
- const filterSensitiveLog: (obj: DescribeLoggingStatusMessage) => any;
3641
- }