@aws-sdk/client-redshift 3.670.0 → 3.672.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 (47) hide show
  1. package/README.md +32 -0
  2. package/dist-cjs/index.js +685 -67
  3. package/dist-es/Redshift.js +8 -0
  4. package/dist-es/commands/CreateIntegrationCommand.js +22 -0
  5. package/dist-es/commands/DeleteIntegrationCommand.js +22 -0
  6. package/dist-es/commands/DescribeIntegrationsCommand.js +22 -0
  7. package/dist-es/commands/ModifyIntegrationCommand.js +22 -0
  8. package/dist-es/commands/index.js +4 -0
  9. package/dist-es/models/models_0.js +93 -9
  10. package/dist-es/models/models_1.js +14 -20
  11. package/dist-es/pagination/DescribeIntegrationsPaginator.js +4 -0
  12. package/dist-es/pagination/index.js +1 -0
  13. package/dist-es/protocols/Aws_query.js +458 -31
  14. package/dist-types/Redshift.d.ts +29 -0
  15. package/dist-types/RedshiftClient.d.ts +6 -2
  16. package/dist-types/commands/CreateIntegrationCommand.d.ts +135 -0
  17. package/dist-types/commands/DeleteIntegrationCommand.d.ts +107 -0
  18. package/dist-types/commands/DescribeClusterSecurityGroupsCommand.d.ts +2 -1
  19. package/dist-types/commands/DescribeClusterSnapshotsCommand.d.ts +1 -1
  20. package/dist-types/commands/DescribeClusterSubnetGroupsCommand.d.ts +2 -1
  21. package/dist-types/commands/DescribeClusterTracksCommand.d.ts +1 -1
  22. package/dist-types/commands/DescribeIntegrationsCommand.d.ts +114 -0
  23. package/dist-types/commands/ModifyIntegrationCommand.d.ts +113 -0
  24. package/dist-types/commands/ResizeClusterCommand.d.ts +3 -0
  25. package/dist-types/commands/index.d.ts +4 -0
  26. package/dist-types/models/models_0.d.ts +241 -407
  27. package/dist-types/models/models_1.d.ts +508 -41
  28. package/dist-types/pagination/DescribeIntegrationsPaginator.d.ts +7 -0
  29. package/dist-types/pagination/index.d.ts +1 -0
  30. package/dist-types/protocols/Aws_query.d.ts +36 -0
  31. package/dist-types/ts3.4/Redshift.d.ts +69 -0
  32. package/dist-types/ts3.4/RedshiftClient.d.ts +24 -0
  33. package/dist-types/ts3.4/commands/CreateIntegrationCommand.d.ts +48 -0
  34. package/dist-types/ts3.4/commands/DeleteIntegrationCommand.d.ts +48 -0
  35. package/dist-types/ts3.4/commands/DescribeClusterSecurityGroupsCommand.d.ts +2 -4
  36. package/dist-types/ts3.4/commands/DescribeClusterSnapshotsCommand.d.ts +1 -1
  37. package/dist-types/ts3.4/commands/DescribeClusterSubnetGroupsCommand.d.ts +2 -4
  38. package/dist-types/ts3.4/commands/DescribeClusterTracksCommand.d.ts +1 -1
  39. package/dist-types/ts3.4/commands/DescribeIntegrationsCommand.d.ts +51 -0
  40. package/dist-types/ts3.4/commands/ModifyIntegrationCommand.d.ts +49 -0
  41. package/dist-types/ts3.4/commands/index.d.ts +4 -0
  42. package/dist-types/ts3.4/models/models_0.d.ts +92 -71
  43. package/dist-types/ts3.4/models/models_1.d.ts +100 -21
  44. package/dist-types/ts3.4/pagination/DescribeIntegrationsPaginator.d.ts +11 -0
  45. package/dist-types/ts3.4/pagination/index.d.ts +1 -0
  46. package/dist-types/ts3.4/protocols/Aws_query.d.ts +48 -0
  47. package/package.json +1 -1
@@ -21,6 +21,7 @@ import { CreateEndpointAccessCommand, } from "./commands/CreateEndpointAccessCom
21
21
  import { CreateEventSubscriptionCommand, } from "./commands/CreateEventSubscriptionCommand";
22
22
  import { CreateHsmClientCertificateCommand, } from "./commands/CreateHsmClientCertificateCommand";
23
23
  import { CreateHsmConfigurationCommand, } from "./commands/CreateHsmConfigurationCommand";
24
+ import { CreateIntegrationCommand, } from "./commands/CreateIntegrationCommand";
24
25
  import { CreateRedshiftIdcApplicationCommand, } from "./commands/CreateRedshiftIdcApplicationCommand";
25
26
  import { CreateScheduledActionCommand, } from "./commands/CreateScheduledActionCommand";
26
27
  import { CreateSnapshotCopyGrantCommand, } from "./commands/CreateSnapshotCopyGrantCommand";
@@ -39,6 +40,7 @@ import { DeleteEndpointAccessCommand, } from "./commands/DeleteEndpointAccessCom
39
40
  import { DeleteEventSubscriptionCommand, } from "./commands/DeleteEventSubscriptionCommand";
40
41
  import { DeleteHsmClientCertificateCommand, } from "./commands/DeleteHsmClientCertificateCommand";
41
42
  import { DeleteHsmConfigurationCommand, } from "./commands/DeleteHsmConfigurationCommand";
43
+ import { DeleteIntegrationCommand, } from "./commands/DeleteIntegrationCommand";
42
44
  import { DeletePartnerCommand, } from "./commands/DeletePartnerCommand";
43
45
  import { DeleteRedshiftIdcApplicationCommand, } from "./commands/DeleteRedshiftIdcApplicationCommand";
44
46
  import { DeleteResourcePolicyCommand, } from "./commands/DeleteResourcePolicyCommand";
@@ -71,6 +73,7 @@ import { DescribeEventSubscriptionsCommand, } from "./commands/DescribeEventSubs
71
73
  import { DescribeHsmClientCertificatesCommand, } from "./commands/DescribeHsmClientCertificatesCommand";
72
74
  import { DescribeHsmConfigurationsCommand, } from "./commands/DescribeHsmConfigurationsCommand";
73
75
  import { DescribeInboundIntegrationsCommand, } from "./commands/DescribeInboundIntegrationsCommand";
76
+ import { DescribeIntegrationsCommand, } from "./commands/DescribeIntegrationsCommand";
74
77
  import { DescribeLoggingStatusCommand, } from "./commands/DescribeLoggingStatusCommand";
75
78
  import { DescribeNodeConfigurationOptionsCommand, } from "./commands/DescribeNodeConfigurationOptionsCommand";
76
79
  import { DescribeOrderableClusterOptionsCommand, } from "./commands/DescribeOrderableClusterOptionsCommand";
@@ -112,6 +115,7 @@ import { ModifyClusterSubnetGroupCommand, } from "./commands/ModifyClusterSubnet
112
115
  import { ModifyCustomDomainAssociationCommand, } from "./commands/ModifyCustomDomainAssociationCommand";
113
116
  import { ModifyEndpointAccessCommand, } from "./commands/ModifyEndpointAccessCommand";
114
117
  import { ModifyEventSubscriptionCommand, } from "./commands/ModifyEventSubscriptionCommand";
118
+ import { ModifyIntegrationCommand, } from "./commands/ModifyIntegrationCommand";
115
119
  import { ModifyRedshiftIdcApplicationCommand, } from "./commands/ModifyRedshiftIdcApplicationCommand";
116
120
  import { ModifyScheduledActionCommand, } from "./commands/ModifyScheduledActionCommand";
117
121
  import { ModifySnapshotCopyRetentionPeriodCommand, } from "./commands/ModifySnapshotCopyRetentionPeriodCommand";
@@ -156,6 +160,7 @@ const commands = {
156
160
  CreateEventSubscriptionCommand,
157
161
  CreateHsmClientCertificateCommand,
158
162
  CreateHsmConfigurationCommand,
163
+ CreateIntegrationCommand,
159
164
  CreateRedshiftIdcApplicationCommand,
160
165
  CreateScheduledActionCommand,
161
166
  CreateSnapshotCopyGrantCommand,
@@ -174,6 +179,7 @@ const commands = {
174
179
  DeleteEventSubscriptionCommand,
175
180
  DeleteHsmClientCertificateCommand,
176
181
  DeleteHsmConfigurationCommand,
182
+ DeleteIntegrationCommand,
177
183
  DeletePartnerCommand,
178
184
  DeleteRedshiftIdcApplicationCommand,
179
185
  DeleteResourcePolicyCommand,
@@ -206,6 +212,7 @@ const commands = {
206
212
  DescribeHsmClientCertificatesCommand,
207
213
  DescribeHsmConfigurationsCommand,
208
214
  DescribeInboundIntegrationsCommand,
215
+ DescribeIntegrationsCommand,
209
216
  DescribeLoggingStatusCommand,
210
217
  DescribeNodeConfigurationOptionsCommand,
211
218
  DescribeOrderableClusterOptionsCommand,
@@ -247,6 +254,7 @@ const commands = {
247
254
  ModifyCustomDomainAssociationCommand,
248
255
  ModifyEndpointAccessCommand,
249
256
  ModifyEventSubscriptionCommand,
257
+ ModifyIntegrationCommand,
250
258
  ModifyRedshiftIdcApplicationCommand,
251
259
  ModifyScheduledActionCommand,
252
260
  ModifySnapshotCopyRetentionPeriodCommand,
@@ -0,0 +1,22 @@
1
+ import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
+ import { getSerdePlugin } from "@smithy/middleware-serde";
3
+ import { Command as $Command } from "@smithy/smithy-client";
4
+ import { commonParams } from "../endpoint/EndpointParameters";
5
+ import { de_CreateIntegrationCommand, se_CreateIntegrationCommand } from "../protocols/Aws_query";
6
+ export { $Command };
7
+ export class CreateIntegrationCommand extends $Command
8
+ .classBuilder()
9
+ .ep(commonParams)
10
+ .m(function (Command, cs, config, o) {
11
+ return [
12
+ getSerdePlugin(config, this.serialize, this.deserialize),
13
+ getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
14
+ ];
15
+ })
16
+ .s("RedshiftServiceVersion20121201", "CreateIntegration", {})
17
+ .n("RedshiftClient", "CreateIntegrationCommand")
18
+ .f(void 0, void 0)
19
+ .ser(se_CreateIntegrationCommand)
20
+ .de(de_CreateIntegrationCommand)
21
+ .build() {
22
+ }
@@ -0,0 +1,22 @@
1
+ import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
+ import { getSerdePlugin } from "@smithy/middleware-serde";
3
+ import { Command as $Command } from "@smithy/smithy-client";
4
+ import { commonParams } from "../endpoint/EndpointParameters";
5
+ import { de_DeleteIntegrationCommand, se_DeleteIntegrationCommand } from "../protocols/Aws_query";
6
+ export { $Command };
7
+ export class DeleteIntegrationCommand extends $Command
8
+ .classBuilder()
9
+ .ep(commonParams)
10
+ .m(function (Command, cs, config, o) {
11
+ return [
12
+ getSerdePlugin(config, this.serialize, this.deserialize),
13
+ getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
14
+ ];
15
+ })
16
+ .s("RedshiftServiceVersion20121201", "DeleteIntegration", {})
17
+ .n("RedshiftClient", "DeleteIntegrationCommand")
18
+ .f(void 0, void 0)
19
+ .ser(se_DeleteIntegrationCommand)
20
+ .de(de_DeleteIntegrationCommand)
21
+ .build() {
22
+ }
@@ -0,0 +1,22 @@
1
+ import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
+ import { getSerdePlugin } from "@smithy/middleware-serde";
3
+ import { Command as $Command } from "@smithy/smithy-client";
4
+ import { commonParams } from "../endpoint/EndpointParameters";
5
+ import { de_DescribeIntegrationsCommand, se_DescribeIntegrationsCommand } from "../protocols/Aws_query";
6
+ export { $Command };
7
+ export class DescribeIntegrationsCommand extends $Command
8
+ .classBuilder()
9
+ .ep(commonParams)
10
+ .m(function (Command, cs, config, o) {
11
+ return [
12
+ getSerdePlugin(config, this.serialize, this.deserialize),
13
+ getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
14
+ ];
15
+ })
16
+ .s("RedshiftServiceVersion20121201", "DescribeIntegrations", {})
17
+ .n("RedshiftClient", "DescribeIntegrationsCommand")
18
+ .f(void 0, void 0)
19
+ .ser(se_DescribeIntegrationsCommand)
20
+ .de(de_DescribeIntegrationsCommand)
21
+ .build() {
22
+ }
@@ -0,0 +1,22 @@
1
+ import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
+ import { getSerdePlugin } from "@smithy/middleware-serde";
3
+ import { Command as $Command } from "@smithy/smithy-client";
4
+ import { commonParams } from "../endpoint/EndpointParameters";
5
+ import { de_ModifyIntegrationCommand, se_ModifyIntegrationCommand } from "../protocols/Aws_query";
6
+ export { $Command };
7
+ export class ModifyIntegrationCommand extends $Command
8
+ .classBuilder()
9
+ .ep(commonParams)
10
+ .m(function (Command, cs, config, o) {
11
+ return [
12
+ getSerdePlugin(config, this.serialize, this.deserialize),
13
+ getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
14
+ ];
15
+ })
16
+ .s("RedshiftServiceVersion20121201", "ModifyIntegration", {})
17
+ .n("RedshiftClient", "ModifyIntegrationCommand")
18
+ .f(void 0, void 0)
19
+ .ser(se_ModifyIntegrationCommand)
20
+ .de(de_ModifyIntegrationCommand)
21
+ .build() {
22
+ }
@@ -20,6 +20,7 @@ export * from "./CreateEndpointAccessCommand";
20
20
  export * from "./CreateEventSubscriptionCommand";
21
21
  export * from "./CreateHsmClientCertificateCommand";
22
22
  export * from "./CreateHsmConfigurationCommand";
23
+ export * from "./CreateIntegrationCommand";
23
24
  export * from "./CreateRedshiftIdcApplicationCommand";
24
25
  export * from "./CreateScheduledActionCommand";
25
26
  export * from "./CreateSnapshotCopyGrantCommand";
@@ -38,6 +39,7 @@ export * from "./DeleteEndpointAccessCommand";
38
39
  export * from "./DeleteEventSubscriptionCommand";
39
40
  export * from "./DeleteHsmClientCertificateCommand";
40
41
  export * from "./DeleteHsmConfigurationCommand";
42
+ export * from "./DeleteIntegrationCommand";
41
43
  export * from "./DeletePartnerCommand";
42
44
  export * from "./DeleteRedshiftIdcApplicationCommand";
43
45
  export * from "./DeleteResourcePolicyCommand";
@@ -70,6 +72,7 @@ export * from "./DescribeEventsCommand";
70
72
  export * from "./DescribeHsmClientCertificatesCommand";
71
73
  export * from "./DescribeHsmConfigurationsCommand";
72
74
  export * from "./DescribeInboundIntegrationsCommand";
75
+ export * from "./DescribeIntegrationsCommand";
73
76
  export * from "./DescribeLoggingStatusCommand";
74
77
  export * from "./DescribeNodeConfigurationOptionsCommand";
75
78
  export * from "./DescribeOrderableClusterOptionsCommand";
@@ -111,6 +114,7 @@ export * from "./ModifyClusterSubnetGroupCommand";
111
114
  export * from "./ModifyCustomDomainAssociationCommand";
112
115
  export * from "./ModifyEndpointAccessCommand";
113
116
  export * from "./ModifyEventSubscriptionCommand";
117
+ export * from "./ModifyIntegrationCommand";
114
118
  export * from "./ModifyRedshiftIdcApplicationCommand";
115
119
  export * from "./ModifyScheduledActionCommand";
116
120
  export * from "./ModifySnapshotCopyRetentionPeriodCommand";
@@ -1068,6 +1068,75 @@ export class HsmConfigurationQuotaExceededFault extends __BaseException {
1068
1068
  Object.setPrototypeOf(this, HsmConfigurationQuotaExceededFault.prototype);
1069
1069
  }
1070
1070
  }
1071
+ export const ZeroETLIntegrationStatus = {
1072
+ ACTIVE: "active",
1073
+ CREATING: "creating",
1074
+ DELETING: "deleting",
1075
+ FAILED: "failed",
1076
+ MODIFYING: "modifying",
1077
+ NEEDS_ATTENTION: "needs_attention",
1078
+ SYNCING: "syncing",
1079
+ };
1080
+ export class IntegrationAlreadyExistsFault extends __BaseException {
1081
+ constructor(opts) {
1082
+ super({
1083
+ name: "IntegrationAlreadyExistsFault",
1084
+ $fault: "client",
1085
+ ...opts,
1086
+ });
1087
+ this.name = "IntegrationAlreadyExistsFault";
1088
+ this.$fault = "client";
1089
+ Object.setPrototypeOf(this, IntegrationAlreadyExistsFault.prototype);
1090
+ }
1091
+ }
1092
+ export class IntegrationConflictOperationFault extends __BaseException {
1093
+ constructor(opts) {
1094
+ super({
1095
+ name: "IntegrationConflictOperationFault",
1096
+ $fault: "client",
1097
+ ...opts,
1098
+ });
1099
+ this.name = "IntegrationConflictOperationFault";
1100
+ this.$fault = "client";
1101
+ Object.setPrototypeOf(this, IntegrationConflictOperationFault.prototype);
1102
+ }
1103
+ }
1104
+ export class IntegrationQuotaExceededFault extends __BaseException {
1105
+ constructor(opts) {
1106
+ super({
1107
+ name: "IntegrationQuotaExceededFault",
1108
+ $fault: "client",
1109
+ ...opts,
1110
+ });
1111
+ this.name = "IntegrationQuotaExceededFault";
1112
+ this.$fault = "client";
1113
+ Object.setPrototypeOf(this, IntegrationQuotaExceededFault.prototype);
1114
+ }
1115
+ }
1116
+ export class IntegrationSourceNotFoundFault extends __BaseException {
1117
+ constructor(opts) {
1118
+ super({
1119
+ name: "IntegrationSourceNotFoundFault",
1120
+ $fault: "client",
1121
+ ...opts,
1122
+ });
1123
+ this.name = "IntegrationSourceNotFoundFault";
1124
+ this.$fault = "client";
1125
+ Object.setPrototypeOf(this, IntegrationSourceNotFoundFault.prototype);
1126
+ }
1127
+ }
1128
+ export class IntegrationTargetNotFoundFault extends __BaseException {
1129
+ constructor(opts) {
1130
+ super({
1131
+ name: "IntegrationTargetNotFoundFault",
1132
+ $fault: "client",
1133
+ ...opts,
1134
+ });
1135
+ this.name = "IntegrationTargetNotFoundFault";
1136
+ this.$fault = "client";
1137
+ Object.setPrototypeOf(this, IntegrationTargetNotFoundFault.prototype);
1138
+ }
1139
+ }
1071
1140
  export const ServiceAuthorization = {
1072
1141
  DISABLED: "Disabled",
1073
1142
  ENABLED: "Enabled",
@@ -1422,6 +1491,30 @@ export class InvalidHsmConfigurationStateFault extends __BaseException {
1422
1491
  Object.setPrototypeOf(this, InvalidHsmConfigurationStateFault.prototype);
1423
1492
  }
1424
1493
  }
1494
+ export class IntegrationConflictStateFault extends __BaseException {
1495
+ constructor(opts) {
1496
+ super({
1497
+ name: "IntegrationConflictStateFault",
1498
+ $fault: "client",
1499
+ ...opts,
1500
+ });
1501
+ this.name = "IntegrationConflictStateFault";
1502
+ this.$fault = "client";
1503
+ Object.setPrototypeOf(this, IntegrationConflictStateFault.prototype);
1504
+ }
1505
+ }
1506
+ export class IntegrationNotFoundFault extends __BaseException {
1507
+ constructor(opts) {
1508
+ super({
1509
+ name: "IntegrationNotFoundFault",
1510
+ $fault: "client",
1511
+ ...opts,
1512
+ });
1513
+ this.name = "IntegrationNotFoundFault";
1514
+ this.$fault = "client";
1515
+ Object.setPrototypeOf(this, IntegrationNotFoundFault.prototype);
1516
+ }
1517
+ }
1425
1518
  export class ScheduledActionNotFoundFault extends __BaseException {
1426
1519
  constructor(opts) {
1427
1520
  super({
@@ -1482,15 +1575,6 @@ export class UsageLimitNotFoundFault extends __BaseException {
1482
1575
  Object.setPrototypeOf(this, UsageLimitNotFoundFault.prototype);
1483
1576
  }
1484
1577
  }
1485
- export const SnapshotAttributeToSortBy = {
1486
- CREATE_TIME: "CREATE_TIME",
1487
- SOURCE_TYPE: "SOURCE_TYPE",
1488
- TOTAL_SIZE: "TOTAL_SIZE",
1489
- };
1490
- export const SortByOrder = {
1491
- ASCENDING: "ASC",
1492
- DESCENDING: "DESC",
1493
- };
1494
1578
  export const PendingModifiedValuesFilterSensitiveLog = (obj) => ({
1495
1579
  ...obj,
1496
1580
  ...(obj.MasterUserPassword && { MasterUserPassword: SENSITIVE_STRING }),
@@ -1,6 +1,15 @@
1
1
  import { SENSITIVE_STRING } from "@smithy/smithy-client";
2
2
  import { ClusterFilterSensitiveLog, } from "./models_0";
3
3
  import { RedshiftServiceException as __BaseException } from "./RedshiftServiceException";
4
+ export const SnapshotAttributeToSortBy = {
5
+ CREATE_TIME: "CREATE_TIME",
6
+ SOURCE_TYPE: "SOURCE_TYPE",
7
+ TOTAL_SIZE: "TOTAL_SIZE",
8
+ };
9
+ export const SortByOrder = {
10
+ ASCENDING: "ASC",
11
+ DESCENDING: "DESC",
12
+ };
4
13
  export const SourceType = {
5
14
  cluster: "cluster",
6
15
  cluster_parameter_group: "cluster-parameter-group",
@@ -8,27 +17,12 @@ export const SourceType = {
8
17
  cluster_snapshot: "cluster-snapshot",
9
18
  scheduled_action: "scheduled-action",
10
19
  };
11
- export const ZeroETLIntegrationStatus = {
12
- ACTIVE: "active",
13
- CREATING: "creating",
14
- DELETING: "deleting",
15
- FAILED: "failed",
16
- MODIFYING: "modifying",
17
- NEEDS_ATTENTION: "needs_attention",
18
- SYNCING: "syncing",
20
+ export const DescribeIntegrationsFilterName = {
21
+ INTEGRATION_ARN: "integration-arn",
22
+ SOURCE_ARN: "source-arn",
23
+ SOURCE_TYPES: "source-types",
24
+ STATUS: "status",
19
25
  };
20
- export class IntegrationNotFoundFault extends __BaseException {
21
- constructor(opts) {
22
- super({
23
- name: "IntegrationNotFoundFault",
24
- $fault: "client",
25
- ...opts,
26
- });
27
- this.name = "IntegrationNotFoundFault";
28
- this.$fault = "client";
29
- Object.setPrototypeOf(this, IntegrationNotFoundFault.prototype);
30
- }
31
- }
32
26
  export const LogDestinationType = {
33
27
  CLOUDWATCH: "cloudwatch",
34
28
  S3: "s3",
@@ -0,0 +1,4 @@
1
+ import { createPaginator } from "@smithy/core";
2
+ import { DescribeIntegrationsCommand, } from "../commands/DescribeIntegrationsCommand";
3
+ import { RedshiftClient } from "../RedshiftClient";
4
+ export const paginateDescribeIntegrations = createPaginator(RedshiftClient, DescribeIntegrationsCommand, "Marker", "Marker", "MaxRecords");
@@ -20,6 +20,7 @@ export * from "./DescribeEventsPaginator";
20
20
  export * from "./DescribeHsmClientCertificatesPaginator";
21
21
  export * from "./DescribeHsmConfigurationsPaginator";
22
22
  export * from "./DescribeInboundIntegrationsPaginator";
23
+ export * from "./DescribeIntegrationsPaginator";
23
24
  export * from "./DescribeNodeConfigurationOptionsPaginator";
24
25
  export * from "./DescribeOrderableClusterOptionsPaginator";
25
26
  export * from "./DescribeRedshiftIdcApplicationsPaginator";