@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
@@ -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",
@@ -503,7 +431,7 @@ export declare enum DataShareStatus {
503
431
  }
504
432
  /**
505
433
  * <p>The association of a datashare from a producer account with a data consumer.
506
- * </p>
434
+ * </p>
507
435
  */
508
436
  export interface DataShareAssociation {
509
437
  /**
@@ -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 AWS 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
  */
@@ -2103,6 +1897,63 @@ export declare namespace PendingModifiedValues {
2103
1897
  */
2104
1898
  const filterSensitiveLog: (obj: PendingModifiedValues) => any;
2105
1899
  }
1900
+ export declare enum ReservedNodeExchangeStatusType {
1901
+ FAILED = "FAILED",
1902
+ IN_PROGRESS = "IN_PROGRESS",
1903
+ PENDING = "PENDING",
1904
+ REQUESTED = "REQUESTED",
1905
+ RETRYING = "RETRYING",
1906
+ SUCCEEDED = "SUCCEEDED"
1907
+ }
1908
+ /**
1909
+ * <p>Reserved-node status details, such as the source reserved-node
1910
+ * identifier, the target reserved-node identifier, the node type, the node count, and
1911
+ * other details.</p>
1912
+ */
1913
+ export interface ReservedNodeExchangeStatus {
1914
+ /**
1915
+ * <p>The identifier of the reserved-node exchange request.</p>
1916
+ */
1917
+ ReservedNodeExchangeRequestId?: string;
1918
+ /**
1919
+ * <p>The status of the reserved-node exchange request. Statuses include in-progress and requested.</p>
1920
+ */
1921
+ Status?: ReservedNodeExchangeStatusType | string;
1922
+ /**
1923
+ * <p>A date and time that indicate when the reserved-node exchange was requested.</p>
1924
+ */
1925
+ RequestTime?: Date;
1926
+ /**
1927
+ * <p>The identifier of the source reserved node.</p>
1928
+ */
1929
+ SourceReservedNodeId?: string;
1930
+ /**
1931
+ * <p>The source reserved-node type, for example ds2.xlarge.</p>
1932
+ */
1933
+ SourceReservedNodeType?: string;
1934
+ /**
1935
+ * <p>The source reserved-node count in the cluster.</p>
1936
+ */
1937
+ SourceReservedNodeCount?: number;
1938
+ /**
1939
+ * <p>The identifier of the target reserved node offering.</p>
1940
+ */
1941
+ TargetReservedNodeOfferingId?: string;
1942
+ /**
1943
+ * <p>The node type of the target reserved node, for example ra3.4xlarge.</p>
1944
+ */
1945
+ TargetReservedNodeType?: string;
1946
+ /**
1947
+ * <p>The count of target reserved nodes in the cluster.</p>
1948
+ */
1949
+ TargetReservedNodeCount?: number;
1950
+ }
1951
+ export declare namespace ReservedNodeExchangeStatus {
1952
+ /**
1953
+ * @internal
1954
+ */
1955
+ const filterSensitiveLog: (obj: ReservedNodeExchangeStatus) => any;
1956
+ }
2106
1957
  /**
2107
1958
  * <p>Describes a resize operation.</p>
2108
1959
  */
@@ -2561,6 +2412,14 @@ export interface Cluster {
2561
2412
  * <p>The AQUA (Advanced Query Accelerator) configuration of the cluster.</p>
2562
2413
  */
2563
2414
  AquaConfiguration?: AquaConfiguration;
2415
+ /**
2416
+ * <p>The Amazon Resource Name (ARN) for the IAM role set as default for the cluster.</p>
2417
+ */
2418
+ DefaultIamRoleArn?: string;
2419
+ /**
2420
+ * <p>The status of the reserved-node exchange request. Statuses include in-progress and requested.</p>
2421
+ */
2422
+ ReservedNodeExchangeStatus?: ReservedNodeExchangeStatus;
2564
2423
  }
2565
2424
  export declare namespace Cluster {
2566
2425
  /**
@@ -2576,12 +2435,6 @@ export interface ClusterAlreadyExistsFault extends __SmithyException, $MetadataB
2576
2435
  $fault: "client";
2577
2436
  message?: string;
2578
2437
  }
2579
- export declare namespace ClusterAlreadyExistsFault {
2580
- /**
2581
- * @internal
2582
- */
2583
- const filterSensitiveLog: (obj: ClusterAlreadyExistsFault) => any;
2584
- }
2585
2438
  /**
2586
2439
  * <p>Temporary credentials with authorization to log on to an Amazon Redshift database.
2587
2440
  * </p>
@@ -2692,12 +2545,6 @@ export interface ClusterOnLatestRevisionFault extends __SmithyException, $Metada
2692
2545
  $fault: "client";
2693
2546
  message?: string;
2694
2547
  }
2695
- export declare namespace ClusterOnLatestRevisionFault {
2696
- /**
2697
- * @internal
2698
- */
2699
- const filterSensitiveLog: (obj: ClusterOnLatestRevisionFault) => any;
2700
- }
2701
2548
  /**
2702
2549
  * <p>Describes a parameter group.</p>
2703
2550
  */
@@ -2734,12 +2581,6 @@ export interface ClusterParameterGroupAlreadyExistsFault extends __SmithyExcepti
2734
2581
  $fault: "client";
2735
2582
  message?: string;
2736
2583
  }
2737
- export declare namespace ClusterParameterGroupAlreadyExistsFault {
2738
- /**
2739
- * @internal
2740
- */
2741
- const filterSensitiveLog: (obj: ClusterParameterGroupAlreadyExistsFault) => any;
2742
- }
2743
2584
  export declare type ParameterApplyType = "dynamic" | "static";
2744
2585
  /**
2745
2586
  * <p>Describes a parameter in a cluster parameter group.</p>
@@ -2849,12 +2690,6 @@ export interface ClusterParameterGroupNotFoundFault extends __SmithyException, $
2849
2690
  $fault: "client";
2850
2691
  message?: string;
2851
2692
  }
2852
- export declare namespace ClusterParameterGroupNotFoundFault {
2853
- /**
2854
- * @internal
2855
- */
2856
- const filterSensitiveLog: (obj: ClusterParameterGroupNotFoundFault) => any;
2857
- }
2858
2693
  /**
2859
2694
  * <p>The request would result in the user exceeding the allowed number of cluster
2860
2695
  * parameter groups.
@@ -2867,12 +2702,6 @@ export interface ClusterParameterGroupQuotaExceededFault extends __SmithyExcepti
2867
2702
  $fault: "client";
2868
2703
  message?: string;
2869
2704
  }
2870
- export declare namespace ClusterParameterGroupQuotaExceededFault {
2871
- /**
2872
- * @internal
2873
- */
2874
- const filterSensitiveLog: (obj: ClusterParameterGroupQuotaExceededFault) => any;
2875
- }
2876
2705
  /**
2877
2706
  * <p>Contains the output from the <a>DescribeClusterParameterGroups</a>
2878
2707
  * action. </p>
@@ -2910,12 +2739,6 @@ export interface ClusterQuotaExceededFault extends __SmithyException, $MetadataB
2910
2739
  $fault: "client";
2911
2740
  message?: string;
2912
2741
  }
2913
- export declare namespace ClusterQuotaExceededFault {
2914
- /**
2915
- * @internal
2916
- */
2917
- const filterSensitiveLog: (obj: ClusterQuotaExceededFault) => any;
2918
- }
2919
2742
  /**
2920
2743
  * <p>A cluster security group with the same name already exists.</p>
2921
2744
  */
@@ -2924,12 +2747,6 @@ export interface ClusterSecurityGroupAlreadyExistsFault extends __SmithyExceptio
2924
2747
  $fault: "client";
2925
2748
  message?: string;
2926
2749
  }
2927
- export declare namespace ClusterSecurityGroupAlreadyExistsFault {
2928
- /**
2929
- * @internal
2930
- */
2931
- const filterSensitiveLog: (obj: ClusterSecurityGroupAlreadyExistsFault) => any;
2932
- }
2933
2750
  /**
2934
2751
  * <p></p>
2935
2752
  */
@@ -2965,12 +2782,6 @@ export interface ClusterSecurityGroupQuotaExceededFault extends __SmithyExceptio
2965
2782
  $fault: "client";
2966
2783
  message?: string;
2967
2784
  }
2968
- export declare namespace ClusterSecurityGroupQuotaExceededFault {
2969
- /**
2970
- * @internal
2971
- */
2972
- const filterSensitiveLog: (obj: ClusterSecurityGroupQuotaExceededFault) => any;
2973
- }
2974
2785
  /**
2975
2786
  * <p>Contains the output from the <a>DescribeClusters</a> action. </p>
2976
2787
  */
@@ -3004,12 +2815,6 @@ export interface ClusterSnapshotAlreadyExistsFault extends __SmithyException, $M
3004
2815
  $fault: "client";
3005
2816
  message?: string;
3006
2817
  }
3007
- export declare namespace ClusterSnapshotAlreadyExistsFault {
3008
- /**
3009
- * @internal
3010
- */
3011
- const filterSensitiveLog: (obj: ClusterSnapshotAlreadyExistsFault) => any;
3012
- }
3013
2818
  /**
3014
2819
  * <p>The request would result in the user exceeding the allowed number of cluster
3015
2820
  * snapshots.</p>
@@ -3019,12 +2824,6 @@ export interface ClusterSnapshotQuotaExceededFault extends __SmithyException, $M
3019
2824
  $fault: "client";
3020
2825
  message?: string;
3021
2826
  }
3022
- export declare namespace ClusterSnapshotQuotaExceededFault {
3023
- /**
3024
- * @internal
3025
- */
3026
- const filterSensitiveLog: (obj: ClusterSnapshotQuotaExceededFault) => any;
3027
- }
3028
2827
  /**
3029
2828
  * <p>Describes a subnet.</p>
3030
2829
  */
@@ -3093,12 +2892,6 @@ export interface ClusterSubnetGroupAlreadyExistsFault extends __SmithyException,
3093
2892
  $fault: "client";
3094
2893
  message?: string;
3095
2894
  }
3096
- export declare namespace ClusterSubnetGroupAlreadyExistsFault {
3097
- /**
3098
- * @internal
3099
- */
3100
- const filterSensitiveLog: (obj: ClusterSubnetGroupAlreadyExistsFault) => any;
3101
- }
3102
2895
  /**
3103
2896
  * <p>Contains the output from the <a>DescribeClusterSubnetGroups</a> action.
3104
2897
  * </p>
@@ -3132,12 +2925,6 @@ export interface ClusterSubnetGroupNotFoundFault extends __SmithyException, $Met
3132
2925
  $fault: "client";
3133
2926
  message?: string;
3134
2927
  }
3135
- export declare namespace ClusterSubnetGroupNotFoundFault {
3136
- /**
3137
- * @internal
3138
- */
3139
- const filterSensitiveLog: (obj: ClusterSubnetGroupNotFoundFault) => any;
3140
- }
3141
2928
  /**
3142
2929
  * <p>The request would result in user exceeding the allowed number of cluster subnet
3143
2930
  * groups.
@@ -3150,12 +2937,6 @@ export interface ClusterSubnetGroupQuotaExceededFault extends __SmithyException,
3150
2937
  $fault: "client";
3151
2938
  message?: string;
3152
2939
  }
3153
- export declare namespace ClusterSubnetGroupQuotaExceededFault {
3154
- /**
3155
- * @internal
3156
- */
3157
- const filterSensitiveLog: (obj: ClusterSubnetGroupQuotaExceededFault) => any;
3158
- }
3159
2940
  /**
3160
2941
  * <p>The request would result in user exceeding the allowed number of subnets in a
3161
2942
  * cluster subnet groups.
@@ -3168,12 +2949,6 @@ export interface ClusterSubnetQuotaExceededFault extends __SmithyException, $Met
3168
2949
  $fault: "client";
3169
2950
  message?: string;
3170
2951
  }
3171
- export declare namespace ClusterSubnetQuotaExceededFault {
3172
- /**
3173
- * @internal
3174
- */
3175
- const filterSensitiveLog: (obj: ClusterSubnetQuotaExceededFault) => any;
3176
- }
3177
2952
  /**
3178
2953
  * <p>Describes a cluster version, including the parameter group family and description
3179
2954
  * of the version.</p>
@@ -3306,12 +3081,6 @@ export interface CopyToRegionDisabledFault extends __SmithyException, $MetadataB
3306
3081
  $fault: "client";
3307
3082
  message?: string;
3308
3083
  }
3309
- export declare namespace CopyToRegionDisabledFault {
3310
- /**
3311
- * @internal
3312
- */
3313
- const filterSensitiveLog: (obj: CopyToRegionDisabledFault) => any;
3314
- }
3315
3084
  export interface CreateAuthenticationProfileMessage {
3316
3085
  /**
3317
3086
  * <p>The name of the authentication profile to be created.</p>
@@ -3354,12 +3123,6 @@ export interface InvalidAuthenticationProfileRequestFault extends __SmithyExcept
3354
3123
  $fault: "client";
3355
3124
  message?: string;
3356
3125
  }
3357
- export declare namespace InvalidAuthenticationProfileRequestFault {
3358
- /**
3359
- * @internal
3360
- */
3361
- const filterSensitiveLog: (obj: InvalidAuthenticationProfileRequestFault) => any;
3362
- }
3363
3126
  /**
3364
3127
  * <p></p>
3365
3128
  */
@@ -3700,6 +3463,10 @@ export interface CreateClusterMessage {
3700
3463
  * </ul>
3701
3464
  */
3702
3465
  AquaConfigurationStatus?: AquaConfigurationStatus | string;
3466
+ /**
3467
+ * <p>The Amazon Resource Name (ARN) for the IAM role that was set as default for the cluster when the cluster was created. </p>
3468
+ */
3469
+ DefaultIamRoleArn?: string;
3703
3470
  }
3704
3471
  export declare namespace CreateClusterMessage {
3705
3472
  /**
@@ -3728,12 +3495,6 @@ export interface HsmClientCertificateNotFoundFault extends __SmithyException, $M
3728
3495
  $fault: "client";
3729
3496
  message?: string;
3730
3497
  }
3731
- export declare namespace HsmClientCertificateNotFoundFault {
3732
- /**
3733
- * @internal
3734
- */
3735
- const filterSensitiveLog: (obj: HsmClientCertificateNotFoundFault) => any;
3736
- }
3737
3498
  /**
3738
3499
  * <p>There is no Amazon Redshift HSM configuration with the specified identifier.</p>
3739
3500
  */
@@ -3742,12 +3503,6 @@ export interface HsmConfigurationNotFoundFault extends __SmithyException, $Metad
3742
3503
  $fault: "client";
3743
3504
  message?: string;
3744
3505
  }
3745
- export declare namespace HsmConfigurationNotFoundFault {
3746
- /**
3747
- * @internal
3748
- */
3749
- const filterSensitiveLog: (obj: HsmConfigurationNotFoundFault) => any;
3750
- }
3751
3506
  /**
3752
3507
  * <p>The number of nodes specified exceeds the allotted capacity of the
3753
3508
  * cluster.</p>
@@ -3757,12 +3512,6 @@ export interface InsufficientClusterCapacityFault extends __SmithyException, $Me
3757
3512
  $fault: "client";
3758
3513
  message?: string;
3759
3514
  }
3760
- export declare namespace InsufficientClusterCapacityFault {
3761
- /**
3762
- * @internal
3763
- */
3764
- const filterSensitiveLog: (obj: InsufficientClusterCapacityFault) => any;
3765
- }
3766
3515
  /**
3767
3516
  * <p>The cluster subnet group cannot be deleted because it is in use.</p>
3768
3517
  */
@@ -3771,12 +3520,6 @@ export interface InvalidClusterSubnetGroupStateFault extends __SmithyException,
3771
3520
  $fault: "client";
3772
3521
  message?: string;
3773
3522
  }
3774
- export declare namespace InvalidClusterSubnetGroupStateFault {
3775
- /**
3776
- * @internal
3777
- */
3778
- const filterSensitiveLog: (obj: InvalidClusterSubnetGroupStateFault) => any;
3779
- }
3780
3523
  /**
3781
3524
  * <p>The provided cluster track name is not valid.</p>
3782
3525
  */
@@ -3785,12 +3528,6 @@ export interface InvalidClusterTrackFault extends __SmithyException, $MetadataBe
3785
3528
  $fault: "client";
3786
3529
  message?: string;
3787
3530
  }
3788
- export declare namespace InvalidClusterTrackFault {
3789
- /**
3790
- * @internal
3791
- */
3792
- const filterSensitiveLog: (obj: InvalidClusterTrackFault) => any;
3793
- }
3794
3531
  /**
3795
3532
  * <p>The Elastic IP (EIP) is invalid or cannot be found.</p>
3796
3533
  */
@@ -3799,12 +3536,6 @@ export interface InvalidElasticIpFault extends __SmithyException, $MetadataBeare
3799
3536
  $fault: "client";
3800
3537
  message?: string;
3801
3538
  }
3802
- export declare namespace InvalidElasticIpFault {
3803
- /**
3804
- * @internal
3805
- */
3806
- const filterSensitiveLog: (obj: InvalidElasticIpFault) => any;
3807
- }
3808
3539
  /**
3809
3540
  * <p>The requested subnet is not valid, or not all of the subnets are in the same
3810
3541
  * VPC.</p>
@@ -3814,12 +3545,6 @@ export interface InvalidSubnet extends __SmithyException, $MetadataBearer {
3814
3545
  $fault: "client";
3815
3546
  message?: string;
3816
3547
  }
3817
- export declare namespace InvalidSubnet {
3818
- /**
3819
- * @internal
3820
- */
3821
- const filterSensitiveLog: (obj: InvalidSubnet) => any;
3822
- }
3823
3548
  /**
3824
3549
  * <p>The tag is invalid.</p>
3825
3550
  */
@@ -3828,12 +3553,6 @@ export interface InvalidTagFault extends __SmithyException, $MetadataBearer {
3828
3553
  $fault: "client";
3829
3554
  message?: string;
3830
3555
  }
3831
- export declare namespace InvalidTagFault {
3832
- /**
3833
- * @internal
3834
- */
3835
- const filterSensitiveLog: (obj: InvalidTagFault) => any;
3836
- }
3837
3556
  /**
3838
3557
  * <p>The cluster subnet group does not cover all Availability Zones.</p>
3839
3558
  */
@@ -3842,12 +3561,6 @@ export interface InvalidVPCNetworkStateFault extends __SmithyException, $Metadat
3842
3561
  $fault: "client";
3843
3562
  message?: string;
3844
3563
  }
3845
- export declare namespace InvalidVPCNetworkStateFault {
3846
- /**
3847
- * @internal
3848
- */
3849
- const filterSensitiveLog: (obj: InvalidVPCNetworkStateFault) => any;
3850
- }
3851
3564
  /**
3852
3565
  * <p>The operation would exceed the number of nodes allowed for a cluster.</p>
3853
3566
  */
@@ -3856,12 +3569,6 @@ export interface NumberOfNodesPerClusterLimitExceededFault extends __SmithyExcep
3856
3569
  $fault: "client";
3857
3570
  message?: string;
3858
3571
  }
3859
- export declare namespace NumberOfNodesPerClusterLimitExceededFault {
3860
- /**
3861
- * @internal
3862
- */
3863
- const filterSensitiveLog: (obj: NumberOfNodesPerClusterLimitExceededFault) => any;
3864
- }
3865
3572
  /**
3866
3573
  * <p>The operation would exceed the number of nodes allotted to the account.
3867
3574
  *
@@ -3874,12 +3581,6 @@ export interface NumberOfNodesQuotaExceededFault extends __SmithyException, $Met
3874
3581
  $fault: "client";
3875
3582
  message?: string;
3876
3583
  }
3877
- export declare namespace NumberOfNodesQuotaExceededFault {
3878
- /**
3879
- * @internal
3880
- */
3881
- const filterSensitiveLog: (obj: NumberOfNodesQuotaExceededFault) => any;
3882
- }
3883
3584
  /**
3884
3585
  * <p>We could not find the specified snapshot schedule. </p>
3885
3586
  */
@@ -3888,12 +3589,6 @@ export interface SnapshotScheduleNotFoundFault extends __SmithyException, $Metad
3888
3589
  $fault: "client";
3889
3590
  message?: string;
3890
3591
  }
3891
- export declare namespace SnapshotScheduleNotFoundFault {
3892
- /**
3893
- * @internal
3894
- */
3895
- const filterSensitiveLog: (obj: SnapshotScheduleNotFoundFault) => any;
3896
- }
3897
3592
  /**
3898
3593
  * <p>You have exceeded the number of tags allowed.</p>
3899
3594
  */
@@ -3902,12 +3597,6 @@ export interface TagLimitExceededFault extends __SmithyException, $MetadataBeare
3902
3597
  $fault: "client";
3903
3598
  message?: string;
3904
3599
  }
3905
- export declare namespace TagLimitExceededFault {
3906
- /**
3907
- * @internal
3908
- */
3909
- const filterSensitiveLog: (obj: TagLimitExceededFault) => any;
3910
- }
3911
3600
  /**
3912
3601
  * <p>Your account is not authorized to perform the requested operation.</p>
3913
3602
  */
@@ -3916,12 +3605,6 @@ export interface UnauthorizedOperation extends __SmithyException, $MetadataBeare
3916
3605
  $fault: "client";
3917
3606
  message?: string;
3918
3607
  }
3919
- export declare namespace UnauthorizedOperation {
3920
- /**
3921
- * @internal
3922
- */
3923
- const filterSensitiveLog: (obj: UnauthorizedOperation) => any;
3924
- }
3925
3608
  /**
3926
3609
  * <p></p>
3927
3610
  */
@@ -4243,12 +3926,6 @@ export interface EndpointAlreadyExistsFault extends __SmithyException, $Metadata
4243
3926
  $fault: "client";
4244
3927
  message?: string;
4245
3928
  }
4246
- export declare namespace EndpointAlreadyExistsFault {
4247
- /**
4248
- * @internal
4249
- */
4250
- const filterSensitiveLog: (obj: EndpointAlreadyExistsFault) => any;
4251
- }
4252
3929
  /**
4253
3930
  * <p>The number of Redshift-managed VPC endpoints per authorization has exceeded its limit.</p>
4254
3931
  */
@@ -4257,12 +3934,6 @@ export interface EndpointsPerAuthorizationLimitExceededFault extends __SmithyExc
4257
3934
  $fault: "client";
4258
3935
  message?: string;
4259
3936
  }
4260
- export declare namespace EndpointsPerAuthorizationLimitExceededFault {
4261
- /**
4262
- * @internal
4263
- */
4264
- const filterSensitiveLog: (obj: EndpointsPerAuthorizationLimitExceededFault) => any;
4265
- }
4266
3937
  /**
4267
3938
  * <p>The number of Redshift-managed VPC endpoints per cluster has exceeded its limit.</p>
4268
3939
  */
@@ -4271,12 +3942,6 @@ export interface EndpointsPerClusterLimitExceededFault extends __SmithyException
4271
3942
  $fault: "client";
4272
3943
  message?: string;
4273
3944
  }
4274
- export declare namespace EndpointsPerClusterLimitExceededFault {
4275
- /**
4276
- * @internal
4277
- */
4278
- const filterSensitiveLog: (obj: EndpointsPerClusterLimitExceededFault) => any;
4279
- }
4280
3945
  /**
4281
3946
  * <p></p>
4282
3947
  */
@@ -4454,12 +4119,6 @@ export interface EventSubscriptionQuotaExceededFault extends __SmithyException,
4454
4119
  $fault: "client";
4455
4120
  message?: string;
4456
4121
  }
4457
- export declare namespace EventSubscriptionQuotaExceededFault {
4458
- /**
4459
- * @internal
4460
- */
4461
- const filterSensitiveLog: (obj: EventSubscriptionQuotaExceededFault) => any;
4462
- }
4463
4122
  /**
4464
4123
  * <p>Amazon SNS has responded that there is a problem with the specified Amazon SNS
4465
4124
  * topic.</p>
@@ -4469,12 +4128,6 @@ export interface SNSInvalidTopicFault extends __SmithyException, $MetadataBearer
4469
4128
  $fault: "client";
4470
4129
  message?: string;
4471
4130
  }
4472
- export declare namespace SNSInvalidTopicFault {
4473
- /**
4474
- * @internal
4475
- */
4476
- const filterSensitiveLog: (obj: SNSInvalidTopicFault) => any;
4477
- }
4478
4131
  /**
4479
4132
  * <p>You do not have permission to publish to the specified Amazon SNS topic.</p>
4480
4133
  */
@@ -4483,12 +4136,6 @@ export interface SNSNoAuthorizationFault extends __SmithyException, $MetadataBea
4483
4136
  $fault: "client";
4484
4137
  message?: string;
4485
4138
  }
4486
- export declare namespace SNSNoAuthorizationFault {
4487
- /**
4488
- * @internal
4489
- */
4490
- const filterSensitiveLog: (obj: SNSNoAuthorizationFault) => any;
4491
- }
4492
4139
  /**
4493
4140
  * <p>An Amazon SNS topic with the specified Amazon Resource Name (ARN) does not
4494
4141
  * exist.</p>
@@ -4498,12 +4145,6 @@ export interface SNSTopicArnNotFoundFault extends __SmithyException, $MetadataBe
4498
4145
  $fault: "client";
4499
4146
  message?: string;
4500
4147
  }
4501
- export declare namespace SNSTopicArnNotFoundFault {
4502
- /**
4503
- * @internal
4504
- */
4505
- const filterSensitiveLog: (obj: SNSTopicArnNotFoundFault) => any;
4506
- }
4507
4148
  /**
4508
4149
  * <p>The specified Amazon Redshift event source could not be found.</p>
4509
4150
  */
@@ -4512,12 +4153,6 @@ export interface SourceNotFoundFault extends __SmithyException, $MetadataBearer
4512
4153
  $fault: "client";
4513
4154
  message?: string;
4514
4155
  }
4515
- export declare namespace SourceNotFoundFault {
4516
- /**
4517
- * @internal
4518
- */
4519
- const filterSensitiveLog: (obj: SourceNotFoundFault) => any;
4520
- }
4521
4156
  /**
4522
4157
  * <p>There is already an existing event notification subscription with the specified
4523
4158
  * name.</p>
@@ -4527,12 +4162,6 @@ export interface SubscriptionAlreadyExistFault extends __SmithyException, $Metad
4527
4162
  $fault: "client";
4528
4163
  message?: string;
4529
4164
  }
4530
- export declare namespace SubscriptionAlreadyExistFault {
4531
- /**
4532
- * @internal
4533
- */
4534
- const filterSensitiveLog: (obj: SubscriptionAlreadyExistFault) => any;
4535
- }
4536
4165
  /**
4537
4166
  * <p>The value specified for the event category was not one of the allowed values, or it
4538
4167
  * specified a category that does not apply to the specified source type. The allowed
@@ -4543,12 +4172,6 @@ export interface SubscriptionCategoryNotFoundFault extends __SmithyException, $M
4543
4172
  $fault: "client";
4544
4173
  message?: string;
4545
4174
  }
4546
- export declare namespace SubscriptionCategoryNotFoundFault {
4547
- /**
4548
- * @internal
4549
- */
4550
- const filterSensitiveLog: (obj: SubscriptionCategoryNotFoundFault) => any;
4551
- }
4552
4175
  /**
4553
4176
  * <p>An Amazon Redshift event with the specified event ID does not exist.</p>
4554
4177
  */
@@ -4557,12 +4180,6 @@ export interface SubscriptionEventIdNotFoundFault extends __SmithyException, $Me
4557
4180
  $fault: "client";
4558
4181
  message?: string;
4559
4182
  }
4560
- export declare namespace SubscriptionEventIdNotFoundFault {
4561
- /**
4562
- * @internal
4563
- */
4564
- const filterSensitiveLog: (obj: SubscriptionEventIdNotFoundFault) => any;
4565
- }
4566
4183
  /**
4567
4184
  * <p>The value specified for the event severity was not one of the allowed values, or it
4568
4185
  * specified a severity that does not apply to the specified source type. The allowed
@@ -4573,12 +4190,6 @@ export interface SubscriptionSeverityNotFoundFault extends __SmithyException, $M
4573
4190
  $fault: "client";
4574
4191
  message?: string;
4575
4192
  }
4576
- export declare namespace SubscriptionSeverityNotFoundFault {
4577
- /**
4578
- * @internal
4579
- */
4580
- const filterSensitiveLog: (obj: SubscriptionSeverityNotFoundFault) => any;
4581
- }
4582
4193
  /**
4583
4194
  * <p></p>
4584
4195
  */
@@ -4648,12 +4259,6 @@ export interface HsmClientCertificateAlreadyExistsFault extends __SmithyExceptio
4648
4259
  $fault: "client";
4649
4260
  message?: string;
4650
4261
  }
4651
- export declare namespace HsmClientCertificateAlreadyExistsFault {
4652
- /**
4653
- * @internal
4654
- */
4655
- const filterSensitiveLog: (obj: HsmClientCertificateAlreadyExistsFault) => any;
4656
- }
4657
4262
  /**
4658
4263
  * <p>The quota for HSM client certificates has been reached.
4659
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>
@@ -4665,12 +4270,6 @@ export interface HsmClientCertificateQuotaExceededFault extends __SmithyExceptio
4665
4270
  $fault: "client";
4666
4271
  message?: string;
4667
4272
  }
4668
- export declare namespace HsmClientCertificateQuotaExceededFault {
4669
- /**
4670
- * @internal
4671
- */
4672
- const filterSensitiveLog: (obj: HsmClientCertificateQuotaExceededFault) => any;
4673
- }
4674
4273
  /**
4675
4274
  * <p></p>
4676
4275
  */
@@ -4769,12 +4368,6 @@ export interface HsmConfigurationAlreadyExistsFault extends __SmithyException, $
4769
4368
  $fault: "client";
4770
4369
  message?: string;
4771
4370
  }
4772
- export declare namespace HsmConfigurationAlreadyExistsFault {
4773
- /**
4774
- * @internal
4775
- */
4776
- const filterSensitiveLog: (obj: HsmConfigurationAlreadyExistsFault) => any;
4777
- }
4778
4371
  /**
4779
4372
  * <p>The quota for HSM configurations has been reached.
4780
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>
@@ -4786,12 +4379,6 @@ export interface HsmConfigurationQuotaExceededFault extends __SmithyException, $
4786
4379
  $fault: "client";
4787
4380
  message?: string;
4788
4381
  }
4789
- export declare namespace HsmConfigurationQuotaExceededFault {
4790
- /**
4791
- * @internal
4792
- */
4793
- const filterSensitiveLog: (obj: HsmConfigurationQuotaExceededFault) => any;
4794
- }
4795
4382
  /**
4796
4383
  * <p>Describes a pause cluster operation. For example, a scheduled action to run the <code>PauseCluster</code> API operation. </p>
4797
4384
  */
@@ -4833,6 +4420,14 @@ export interface ResizeClusterMessage {
4833
4420
  * <code>false</code>, the resize type is elastic. </p>
4834
4421
  */
4835
4422
  Classic?: boolean;
4423
+ /**
4424
+ * <p>The identifier of the reserved node.</p>
4425
+ */
4426
+ ReservedNodeId?: string;
4427
+ /**
4428
+ * <p>The identifier of the target reserved node offering.</p>
4429
+ */
4430
+ TargetReservedNodeOfferingId?: string;
4836
4431
  }
4837
4432
  export declare namespace ResizeClusterMessage {
4838
4433
  /**
@@ -4935,12 +4530,6 @@ export interface InvalidScheduledActionFault extends __SmithyException, $Metadat
4935
4530
  $fault: "client";
4936
4531
  message?: string;
4937
4532
  }
4938
- export declare namespace InvalidScheduledActionFault {
4939
- /**
4940
- * @internal
4941
- */
4942
- const filterSensitiveLog: (obj: InvalidScheduledActionFault) => any;
4943
- }
4944
4533
  /**
4945
4534
  * <p>The schedule you submitted isn't valid.</p>
4946
4535
  */
@@ -4949,12 +4538,6 @@ export interface InvalidScheduleFault extends __SmithyException, $MetadataBearer
4949
4538
  $fault: "client";
4950
4539
  message?: string;
4951
4540
  }
4952
- export declare namespace InvalidScheduleFault {
4953
- /**
4954
- * @internal
4955
- */
4956
- const filterSensitiveLog: (obj: InvalidScheduleFault) => any;
4957
- }
4958
4541
  export declare enum ScheduledActionState {
4959
4542
  ACTIVE = "ACTIVE",
4960
4543
  DISABLED = "DISABLED"
@@ -5029,12 +4612,6 @@ export interface ScheduledActionAlreadyExistsFault extends __SmithyException, $M
5029
4612
  $fault: "client";
5030
4613
  message?: string;
5031
4614
  }
5032
- export declare namespace ScheduledActionAlreadyExistsFault {
5033
- /**
5034
- * @internal
5035
- */
5036
- const filterSensitiveLog: (obj: ScheduledActionAlreadyExistsFault) => any;
5037
- }
5038
4615
  /**
5039
4616
  * <p>The quota for scheduled actions exceeded. </p>
5040
4617
  */
@@ -5043,12 +4620,6 @@ export interface ScheduledActionQuotaExceededFault extends __SmithyException, $M
5043
4620
  $fault: "client";
5044
4621
  message?: string;
5045
4622
  }
5046
- export declare namespace ScheduledActionQuotaExceededFault {
5047
- /**
5048
- * @internal
5049
- */
5050
- const filterSensitiveLog: (obj: ScheduledActionQuotaExceededFault) => any;
5051
- }
5052
4623
  /**
5053
4624
  * <p>The action type specified for a scheduled action is not supported. </p>
5054
4625
  */
@@ -5057,12 +4628,6 @@ export interface ScheduledActionTypeUnsupportedFault extends __SmithyException,
5057
4628
  $fault: "client";
5058
4629
  message?: string;
5059
4630
  }
5060
- export declare namespace ScheduledActionTypeUnsupportedFault {
5061
- /**
5062
- * @internal
5063
- */
5064
- const filterSensitiveLog: (obj: ScheduledActionTypeUnsupportedFault) => any;
5065
- }
5066
4631
  /**
5067
4632
  * <p>The result of the <code>CreateSnapshotCopyGrant</code> action.</p>
5068
4633
  */
@@ -5165,12 +4730,6 @@ export interface SnapshotCopyGrantAlreadyExistsFault extends __SmithyException,
5165
4730
  $fault: "client";
5166
4731
  message?: string;
5167
4732
  }
5168
- export declare namespace SnapshotCopyGrantAlreadyExistsFault {
5169
- /**
5170
- * @internal
5171
- */
5172
- const filterSensitiveLog: (obj: SnapshotCopyGrantAlreadyExistsFault) => any;
5173
- }
5174
4733
  /**
5175
4734
  * <p>The Amazon Web Services account has exceeded the maximum number of snapshot copy grants in this
5176
4735
  * region.</p>
@@ -5180,12 +4739,6 @@ export interface SnapshotCopyGrantQuotaExceededFault extends __SmithyException,
5180
4739
  $fault: "client";
5181
4740
  message?: string;
5182
4741
  }
5183
- export declare namespace SnapshotCopyGrantQuotaExceededFault {
5184
- /**
5185
- * @internal
5186
- */
5187
- const filterSensitiveLog: (obj: SnapshotCopyGrantQuotaExceededFault) => any;
5188
- }
5189
4742
  export interface CreateSnapshotScheduleMessage {
5190
4743
  /**
5191
4744
  * <p>The definition of the snapshot schedule. The definition is made up of schedule
@@ -5228,12 +4781,6 @@ export interface ScheduleDefinitionTypeUnsupportedFault extends __SmithyExceptio
5228
4781
  $fault: "client";
5229
4782
  message?: string;
5230
4783
  }
5231
- export declare namespace ScheduleDefinitionTypeUnsupportedFault {
5232
- /**
5233
- * @internal
5234
- */
5235
- const filterSensitiveLog: (obj: ScheduleDefinitionTypeUnsupportedFault) => any;
5236
- }
5237
4784
  /**
5238
4785
  * <p>Describes a snapshot schedule. You can set a regular interval for creating
5239
4786
  * snapshots of a cluster. You can also schedule snapshots for specific dates. </p>
@@ -5282,12 +4829,6 @@ export interface SnapshotScheduleAlreadyExistsFault extends __SmithyException, $
5282
4829
  $fault: "client";
5283
4830
  message?: string;
5284
4831
  }
5285
- export declare namespace SnapshotScheduleAlreadyExistsFault {
5286
- /**
5287
- * @internal
5288
- */
5289
- const filterSensitiveLog: (obj: SnapshotScheduleAlreadyExistsFault) => any;
5290
- }
5291
4832
  /**
5292
4833
  * <p>You have exceeded the quota of snapshot schedules. </p>
5293
4834
  */
@@ -5296,12 +4837,6 @@ export interface SnapshotScheduleQuotaExceededFault extends __SmithyException, $
5296
4837
  $fault: "client";
5297
4838
  message?: string;
5298
4839
  }
5299
- export declare namespace SnapshotScheduleQuotaExceededFault {
5300
- /**
5301
- * @internal
5302
- */
5303
- const filterSensitiveLog: (obj: SnapshotScheduleQuotaExceededFault) => any;
5304
- }
5305
4840
  /**
5306
4841
  * <p>Contains the output from the <code>CreateTags</code> action. </p>
5307
4842
  */
@@ -5335,12 +4870,6 @@ export interface ResourceNotFoundFault extends __SmithyException, $MetadataBeare
5335
4870
  $fault: "client";
5336
4871
  message?: string;
5337
4872
  }
5338
- export declare namespace ResourceNotFoundFault {
5339
- /**
5340
- * @internal
5341
- */
5342
- const filterSensitiveLog: (obj: ResourceNotFoundFault) => any;
5343
- }
5344
4873
  export declare enum UsageLimitBreachAction {
5345
4874
  DISABLE = "disable",
5346
4875
  EMIT_METRIC = "emit-metric",
@@ -5410,12 +4939,6 @@ export interface InvalidUsageLimitFault extends __SmithyException, $MetadataBear
5410
4939
  $fault: "client";
5411
4940
  message?: string;
5412
4941
  }
5413
- export declare namespace InvalidUsageLimitFault {
5414
- /**
5415
- * @internal
5416
- */
5417
- const filterSensitiveLog: (obj: InvalidUsageLimitFault) => any;
5418
- }
5419
4942
  /**
5420
4943
  * <p>Describes a usage limit object for a cluster. </p>
5421
4944
  */
@@ -5481,12 +5004,6 @@ export interface UsageLimitAlreadyExistsFault extends __SmithyException, $Metada
5481
5004
  $fault: "client";
5482
5005
  message?: string;
5483
5006
  }
5484
- export declare namespace UsageLimitAlreadyExistsFault {
5485
- /**
5486
- * @internal
5487
- */
5488
- const filterSensitiveLog: (obj: UsageLimitAlreadyExistsFault) => any;
5489
- }
5490
5007
  export interface CustomerStorageMessage {
5491
5008
  /**
5492
5009
  * <p>The total amount of storage currently used for snapshots.</p>
@@ -5521,7 +5038,7 @@ export interface DeauthorizeDataShareMessage {
5521
5038
  DataShareArn: string | undefined;
5522
5039
  /**
5523
5040
  * <p>The identifier of the data consumer that is to have authorization removed from the datashare.
5524
- * This identifier is an AWS account ID.</p>
5041
+ * This identifier is an Amazon Web Services account ID or a keyword, such as ADX.</p>
5525
5042
  */
5526
5043
  ConsumerIdentifier: string | undefined;
5527
5044
  }
@@ -5698,12 +5215,6 @@ export interface InvalidClusterParameterGroupStateFault extends __SmithyExceptio
5698
5215
  $fault: "client";
5699
5216
  message?: string;
5700
5217
  }
5701
- export declare namespace InvalidClusterParameterGroupStateFault {
5702
- /**
5703
- * @internal
5704
- */
5705
- const filterSensitiveLog: (obj: InvalidClusterParameterGroupStateFault) => any;
5706
- }
5707
5218
  /**
5708
5219
  * <p></p>
5709
5220
  */
@@ -5754,12 +5265,6 @@ export interface InvalidClusterSubnetStateFault extends __SmithyException, $Meta
5754
5265
  $fault: "client";
5755
5266
  message?: string;
5756
5267
  }
5757
- export declare namespace InvalidClusterSubnetStateFault {
5758
- /**
5759
- * @internal
5760
- */
5761
- const filterSensitiveLog: (obj: InvalidClusterSubnetStateFault) => any;
5762
- }
5763
5268
  export interface DeleteEndpointAccessMessage {
5764
5269
  /**
5765
5270
  * <p>The Redshift-managed VPC endpoint to delete.</p>
@@ -5780,12 +5285,6 @@ export interface EndpointNotFoundFault extends __SmithyException, $MetadataBeare
5780
5285
  $fault: "client";
5781
5286
  message?: string;
5782
5287
  }
5783
- export declare namespace EndpointNotFoundFault {
5784
- /**
5785
- * @internal
5786
- */
5787
- const filterSensitiveLog: (obj: EndpointNotFoundFault) => any;
5788
- }
5789
5288
  /**
5790
5289
  * <p>The status of the endpoint is not valid.</p>
5791
5290
  */
@@ -5794,12 +5293,6 @@ export interface InvalidEndpointStateFault extends __SmithyException, $MetadataB
5794
5293
  $fault: "client";
5795
5294
  message?: string;
5796
5295
  }
5797
- export declare namespace InvalidEndpointStateFault {
5798
- /**
5799
- * @internal
5800
- */
5801
- const filterSensitiveLog: (obj: InvalidEndpointStateFault) => any;
5802
- }
5803
5296
  /**
5804
5297
  * <p></p>
5805
5298
  */
@@ -5824,12 +5317,6 @@ export interface InvalidSubscriptionStateFault extends __SmithyException, $Metad
5824
5317
  $fault: "client";
5825
5318
  message?: string;
5826
5319
  }
5827
- export declare namespace InvalidSubscriptionStateFault {
5828
- /**
5829
- * @internal
5830
- */
5831
- const filterSensitiveLog: (obj: InvalidSubscriptionStateFault) => any;
5832
- }
5833
5320
  /**
5834
5321
  * <p>An Amazon Redshift event notification subscription with the specified name does not
5835
5322
  * exist.</p>
@@ -5839,12 +5326,6 @@ export interface SubscriptionNotFoundFault extends __SmithyException, $MetadataB
5839
5326
  $fault: "client";
5840
5327
  message?: string;
5841
5328
  }
5842
- export declare namespace SubscriptionNotFoundFault {
5843
- /**
5844
- * @internal
5845
- */
5846
- const filterSensitiveLog: (obj: SubscriptionNotFoundFault) => any;
5847
- }
5848
5329
  /**
5849
5330
  * <p></p>
5850
5331
  */
@@ -5869,12 +5350,6 @@ export interface InvalidHsmClientCertificateStateFault extends __SmithyException
5869
5350
  $fault: "client";
5870
5351
  message?: string;
5871
5352
  }
5872
- export declare namespace InvalidHsmClientCertificateStateFault {
5873
- /**
5874
- * @internal
5875
- */
5876
- const filterSensitiveLog: (obj: InvalidHsmClientCertificateStateFault) => any;
5877
- }
5878
5353
  /**
5879
5354
  * <p></p>
5880
5355
  */
@@ -5899,12 +5374,6 @@ export interface InvalidHsmConfigurationStateFault extends __SmithyException, $M
5899
5374
  $fault: "client";
5900
5375
  message?: string;
5901
5376
  }
5902
- export declare namespace InvalidHsmConfigurationStateFault {
5903
- /**
5904
- * @internal
5905
- */
5906
- const filterSensitiveLog: (obj: InvalidHsmConfigurationStateFault) => any;
5907
- }
5908
5377
  export interface DeleteScheduledActionMessage {
5909
5378
  /**
5910
5379
  * <p>The name of the scheduled action to delete. </p>
@@ -5925,12 +5394,6 @@ export interface ScheduledActionNotFoundFault extends __SmithyException, $Metada
5925
5394
  $fault: "client";
5926
5395
  message?: string;
5927
5396
  }
5928
- export declare namespace ScheduledActionNotFoundFault {
5929
- /**
5930
- * @internal
5931
- */
5932
- const filterSensitiveLog: (obj: ScheduledActionNotFoundFault) => any;
5933
- }
5934
5397
  /**
5935
5398
  * <p>The result of the <code>DeleteSnapshotCopyGrant</code> action.</p>
5936
5399
  */
@@ -5955,12 +5418,6 @@ export interface InvalidSnapshotCopyGrantStateFault extends __SmithyException, $
5955
5418
  $fault: "client";
5956
5419
  message?: string;
5957
5420
  }
5958
- export declare namespace InvalidSnapshotCopyGrantStateFault {
5959
- /**
5960
- * @internal
5961
- */
5962
- const filterSensitiveLog: (obj: InvalidSnapshotCopyGrantStateFault) => any;
5963
- }
5964
5421
  /**
5965
5422
  * <p>The specified snapshot copy grant can't be found. Make sure that the name is typed
5966
5423
  * correctly and that the grant exists in the destination region.</p>
@@ -5970,12 +5427,6 @@ export interface SnapshotCopyGrantNotFoundFault extends __SmithyException, $Meta
5970
5427
  $fault: "client";
5971
5428
  message?: string;
5972
5429
  }
5973
- export declare namespace SnapshotCopyGrantNotFoundFault {
5974
- /**
5975
- * @internal
5976
- */
5977
- const filterSensitiveLog: (obj: SnapshotCopyGrantNotFoundFault) => any;
5978
- }
5979
5430
  export interface DeleteSnapshotScheduleMessage {
5980
5431
  /**
5981
5432
  * <p>A unique identifier of the snapshot schedule to delete.</p>
@@ -5996,12 +5447,6 @@ export interface InvalidClusterSnapshotScheduleStateFault extends __SmithyExcept
5996
5447
  $fault: "client";
5997
5448
  message?: string;
5998
5449
  }
5999
- export declare namespace InvalidClusterSnapshotScheduleStateFault {
6000
- /**
6001
- * @internal
6002
- */
6003
- const filterSensitiveLog: (obj: InvalidClusterSnapshotScheduleStateFault) => any;
6004
- }
6005
5450
  /**
6006
5451
  * <p>Contains the output from the <code>DeleteTags</code> action. </p>
6007
5452
  */
@@ -6042,12 +5487,6 @@ export interface UsageLimitNotFoundFault extends __SmithyException, $MetadataBea
6042
5487
  $fault: "client";
6043
5488
  message?: string;
6044
5489
  }
6045
- export declare namespace UsageLimitNotFoundFault {
6046
- /**
6047
- * @internal
6048
- */
6049
- const filterSensitiveLog: (obj: UsageLimitNotFoundFault) => any;
6050
- }
6051
5490
  export interface DescribeAccountAttributesMessage {
6052
5491
  /**
6053
5492
  * <p>A list of attribute names.</p>
@@ -6728,7 +6167,7 @@ export interface DescribeDataSharesMessage {
6728
6167
  */
6729
6168
  MaxRecords?: number;
6730
6169
  /**
6731
- * <p>An optional parameter that specifies the starting point to return a set of response records. When the results of a <a>DescribeDataShares</a> request exceed the value specified in <code>MaxRecords</code>, AWS returns a value in the <code>Marker</code> field of the response. You can retrieve the next set of response records by providing the returned marker value in the <code>Marker</code> parameter and retrying the request. </p>
6170
+ * <p>An optional parameter that specifies the starting point to return a set of response records. When the results of a <a>DescribeDataShares</a> request exceed the value specified in <code>MaxRecords</code>, Amazon Web Services returns a value in the <code>Marker</code> field of the response. You can retrieve the next set of response records by providing the returned marker value in the <code>Marker</code> parameter and retrying the request. </p>
6732
6171
  */
6733
6172
  Marker?: string;
6734
6173
  }
@@ -6744,7 +6183,7 @@ export interface DescribeDataSharesResult {
6744
6183
  */
6745
6184
  DataShares?: DataShare[];
6746
6185
  /**
6747
- * <p>An optional parameter that specifies the starting point to return a set of response records. When the results of a <a>DescribeDataShares</a> request exceed the value specified in <code>MaxRecords</code>, AWS returns a value in the <code>Marker</code> field of the response. You can retrieve the next set of response records by providing the returned marker value in the <code>Marker</code> parameter and retrying the request. </p>
6186
+ * <p>An optional parameter that specifies the starting point to return a set of response records. When the results of a <a>DescribeDataShares</a> request exceed the value specified in <code>MaxRecords</code>, Amazon Web Services returns a value in the <code>Marker</code> field of the response. You can retrieve the next set of response records by providing the returned marker value in the <code>Marker</code> parameter and retrying the request. </p>
6748
6187
  */
6749
6188
  Marker?: string;
6750
6189
  }
@@ -6774,7 +6213,7 @@ export interface DescribeDataSharesForConsumerMessage {
6774
6213
  /**
6775
6214
  * <p>An optional parameter that specifies the starting point to return a set of response
6776
6215
  * records. When the results of a <a>DescribeDataSharesForConsumer</a> request
6777
- * exceed the value specified in <code>MaxRecords</code>, AWS returns a value in the
6216
+ * exceed the value specified in <code>MaxRecords</code>, Amazon Web Services returns a value in the
6778
6217
  * <code>Marker</code> field of the response. You can retrieve the next set of response
6779
6218
  * records by providing the returned marker value in the <code>Marker</code> parameter and
6780
6219
  * retrying the request. </p>
@@ -6795,7 +6234,7 @@ export interface DescribeDataSharesForConsumerResult {
6795
6234
  /**
6796
6235
  * <p>An optional parameter that specifies the starting point to return a set of response
6797
6236
  * records. When the results of a <a>DescribeDataSharesForConsumer</a> request
6798
- * exceed the value specified in <code>MaxRecords</code>, AWS returns a value in the
6237
+ * exceed the value specified in <code>MaxRecords</code>, Amazon Web Services returns a value in the
6799
6238
  * <code>Marker</code> field of the response. You can retrieve the next set of response
6800
6239
  * records by providing the returned marker value in the <code>Marker</code> parameter and
6801
6240
  * retrying the request. </p>
@@ -6828,7 +6267,7 @@ export interface DescribeDataSharesForProducerMessage {
6828
6267
  /**
6829
6268
  * <p>An optional parameter that specifies the starting point to return a set of response
6830
6269
  * records. When the results of a <a>DescribeDataSharesForProducer</a> request
6831
- * exceed the value specified in <code>MaxRecords</code>, AWS returns a value in the
6270
+ * exceed the value specified in <code>MaxRecords</code>, Amazon Web Services returns a value in the
6832
6271
  * <code>Marker</code> field of the response. You can retrieve the next set of response
6833
6272
  * records by providing the returned marker value in the <code>Marker</code> parameter and
6834
6273
  * retrying the request. </p>
@@ -6849,7 +6288,7 @@ export interface DescribeDataSharesForProducerResult {
6849
6288
  /**
6850
6289
  * <p>An optional parameter that specifies the starting point to return a set of response
6851
6290
  * records. When the results of a <a>DescribeDataSharesForProducer</a> request
6852
- * exceed the value specified in <code>MaxRecords</code>, AWS returns a value in the
6291
+ * exceed the value specified in <code>MaxRecords</code>, Amazon Web Services returns a value in the
6853
6292
  * <code>Marker</code> field of the response. You can retrieve the next set of response
6854
6293
  * records by providing the returned marker value in the <code>Marker</code> parameter and
6855
6294
  * retrying the request. </p>
@@ -7481,43 +6920,3 @@ export declare namespace DescribeHsmConfigurationsMessage {
7481
6920
  */
7482
6921
  const filterSensitiveLog: (obj: DescribeHsmConfigurationsMessage) => any;
7483
6922
  }
7484
- /**
7485
- * <p></p>
7486
- */
7487
- export interface HsmConfigurationMessage {
7488
- /**
7489
- * <p>A value that indicates the starting point for the next set of response records in a
7490
- * subsequent request. If a value is returned in a response, you can retrieve the next set
7491
- * of records by providing this returned marker value in the <code>Marker</code> parameter
7492
- * and retrying the command. If the <code>Marker</code> field is empty, all response
7493
- * records have been retrieved for the request. </p>
7494
- */
7495
- Marker?: string;
7496
- /**
7497
- * <p>A list of <code>HsmConfiguration</code> objects.</p>
7498
- */
7499
- HsmConfigurations?: HsmConfiguration[];
7500
- }
7501
- export declare namespace HsmConfigurationMessage {
7502
- /**
7503
- * @internal
7504
- */
7505
- const filterSensitiveLog: (obj: HsmConfigurationMessage) => any;
7506
- }
7507
- /**
7508
- * <p></p>
7509
- */
7510
- export interface DescribeLoggingStatusMessage {
7511
- /**
7512
- * <p>The identifier of the cluster from which to get the logging status.</p>
7513
- * <p>Example: <code>examplecluster</code>
7514
- * </p>
7515
- */
7516
- ClusterIdentifier: string | undefined;
7517
- }
7518
- export declare namespace DescribeLoggingStatusMessage {
7519
- /**
7520
- * @internal
7521
- */
7522
- const filterSensitiveLog: (obj: DescribeLoggingStatusMessage) => any;
7523
- }