@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.
- package/CHANGELOG.md +51 -0
- package/dist-cjs/Redshift.js +30 -0
- package/dist-cjs/commands/DescribeHsmConfigurationsCommand.js +2 -1
- package/dist-cjs/commands/DescribeLoggingStatusCommand.js +1 -2
- package/dist-cjs/commands/DescribeReservedNodeExchangeStatusCommand.js +36 -0
- package/dist-cjs/commands/GetReservedNodeExchangeConfigurationOptionsCommand.js +36 -0
- package/dist-cjs/commands/index.js +2 -0
- package/dist-cjs/endpoints.js +1 -20
- package/dist-cjs/models/models_0.js +19 -660
- package/dist-cjs/models/models_1.js +48 -109
- package/dist-cjs/pagination/DescribeDataSharesForConsumerPaginator.js +35 -0
- package/dist-cjs/pagination/DescribeDataSharesForProducerPaginator.js +35 -0
- package/dist-cjs/pagination/DescribeDataSharesPaginator.js +35 -0
- package/dist-cjs/pagination/DescribeReservedNodeExchangeStatusPaginator.js +35 -0
- package/dist-cjs/pagination/GetReservedNodeExchangeConfigurationOptionsPaginator.js +35 -0
- package/dist-cjs/pagination/index.js +6 -1
- package/dist-cjs/protocols/Aws_query.js +508 -4
- package/dist-cjs/runtimeConfig.browser.js +7 -2
- package/dist-cjs/runtimeConfig.js +9 -3
- package/dist-es/Redshift.js +30 -0
- package/dist-es/commands/DescribeHsmConfigurationsCommand.js +2 -1
- package/dist-es/commands/DescribeLoggingStatusCommand.js +1 -2
- package/dist-es/commands/DescribeReservedNodeExchangeStatusCommand.js +39 -0
- package/dist-es/commands/GetReservedNodeExchangeConfigurationOptionsCommand.js +39 -0
- package/dist-es/commands/index.js +2 -0
- package/dist-es/endpoints.js +1 -20
- package/dist-es/models/models_0.js +13 -436
- package/dist-es/models/models_1.js +33 -72
- package/dist-es/pagination/DescribeDataSharesForConsumerPaginator.js +74 -0
- package/dist-es/pagination/DescribeDataSharesForProducerPaginator.js +74 -0
- package/dist-es/pagination/DescribeDataSharesPaginator.js +74 -0
- package/dist-es/pagination/DescribeReservedNodeExchangeStatusPaginator.js +74 -0
- package/dist-es/pagination/GetReservedNodeExchangeConfigurationOptionsPaginator.js +74 -0
- package/dist-es/pagination/index.js +6 -1
- package/dist-es/protocols/Aws_query.js +675 -161
- package/dist-es/runtimeConfig.browser.js +12 -3
- package/dist-es/runtimeConfig.js +13 -6
- package/dist-types/Redshift.d.ts +18 -1
- package/dist-types/RedshiftClient.d.ts +9 -3
- package/dist-types/commands/AuthorizeDataShareCommand.d.ts +1 -1
- package/dist-types/commands/DescribeHsmConfigurationsCommand.d.ts +2 -1
- package/dist-types/commands/DescribeLoggingStatusCommand.d.ts +1 -2
- package/dist-types/commands/DescribeReservedNodeExchangeStatusCommand.d.ts +36 -0
- package/dist-types/commands/GetReservedNodeExchangeConfigurationOptionsCommand.d.ts +37 -0
- package/dist-types/commands/index.d.ts +2 -0
- package/dist-types/models/models_0.d.ts +90 -691
- package/dist-types/models/models_1.d.ts +196 -109
- package/dist-types/pagination/DescribeDataSharesForConsumerPaginator.d.ts +4 -0
- package/dist-types/pagination/DescribeDataSharesForProducerPaginator.d.ts +4 -0
- package/dist-types/pagination/DescribeDataSharesPaginator.d.ts +4 -0
- package/dist-types/pagination/DescribeReservedNodeExchangeStatusPaginator.d.ts +4 -0
- package/dist-types/pagination/GetReservedNodeExchangeConfigurationOptionsPaginator.d.ts +4 -0
- package/dist-types/pagination/index.d.ts +6 -1
- package/dist-types/protocols/Aws_query.d.ts +6 -0
- package/dist-types/runtimeConfig.browser.d.ts +3 -2
- package/dist-types/runtimeConfig.d.ts +4 -3
- package/dist-types/runtimeConfig.native.d.ts +1 -0
- package/dist-types/ts3.4/Redshift.d.ts +10 -0
- package/dist-types/ts3.4/RedshiftClient.d.ts +7 -3
- package/dist-types/ts3.4/commands/DescribeHsmConfigurationsCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/DescribeLoggingStatusCommand.d.ts +1 -2
- package/dist-types/ts3.4/commands/DescribeReservedNodeExchangeStatusCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/GetReservedNodeExchangeConfigurationOptionsCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/index.d.ts +2 -0
- package/dist-types/ts3.4/models/models_0.d.ts +45 -448
- package/dist-types/ts3.4/models/models_1.d.ts +102 -73
- package/dist-types/ts3.4/pagination/DescribeDataSharesForConsumerPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/DescribeDataSharesForProducerPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/DescribeDataSharesPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/DescribeReservedNodeExchangeStatusPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/GetReservedNodeExchangeConfigurationOptionsPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/index.d.ts +6 -1
- package/dist-types/ts3.4/protocols/Aws_query.d.ts +6 -0
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +3 -2
- package/dist-types/ts3.4/runtimeConfig.d.ts +4 -3
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +1 -0
- package/package.json +39 -46
|
@@ -1,4 +1,12 @@
|
|
|
1
1
|
import { __assign } from "tslib";
|
|
2
|
+
export var HsmConfigurationMessage;
|
|
3
|
+
(function (HsmConfigurationMessage) {
|
|
4
|
+
HsmConfigurationMessage.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
5
|
+
})(HsmConfigurationMessage || (HsmConfigurationMessage = {}));
|
|
6
|
+
export var DescribeLoggingStatusMessage;
|
|
7
|
+
(function (DescribeLoggingStatusMessage) {
|
|
8
|
+
DescribeLoggingStatusMessage.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
9
|
+
})(DescribeLoggingStatusMessage || (DescribeLoggingStatusMessage = {}));
|
|
2
10
|
export var LoggingStatus;
|
|
3
11
|
(function (LoggingStatus) {
|
|
4
12
|
LoggingStatus.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
@@ -72,6 +80,14 @@ export var DescribePartnersOutputMessage;
|
|
|
72
80
|
(function (DescribePartnersOutputMessage) {
|
|
73
81
|
DescribePartnersOutputMessage.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
74
82
|
})(DescribePartnersOutputMessage || (DescribePartnersOutputMessage = {}));
|
|
83
|
+
export var DescribeReservedNodeExchangeStatusInputMessage;
|
|
84
|
+
(function (DescribeReservedNodeExchangeStatusInputMessage) {
|
|
85
|
+
DescribeReservedNodeExchangeStatusInputMessage.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
86
|
+
})(DescribeReservedNodeExchangeStatusInputMessage || (DescribeReservedNodeExchangeStatusInputMessage = {}));
|
|
87
|
+
export var DescribeReservedNodeExchangeStatusOutputMessage;
|
|
88
|
+
(function (DescribeReservedNodeExchangeStatusOutputMessage) {
|
|
89
|
+
DescribeReservedNodeExchangeStatusOutputMessage.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
90
|
+
})(DescribeReservedNodeExchangeStatusOutputMessage || (DescribeReservedNodeExchangeStatusOutputMessage = {}));
|
|
75
91
|
export var DescribeReservedNodeOfferingsMessage;
|
|
76
92
|
(function (DescribeReservedNodeOfferingsMessage) {
|
|
77
93
|
DescribeReservedNodeOfferingsMessage.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
@@ -139,10 +155,6 @@ export var DescribeTableRestoreStatusMessage;
|
|
|
139
155
|
(function (DescribeTableRestoreStatusMessage) {
|
|
140
156
|
DescribeTableRestoreStatusMessage.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
141
157
|
})(DescribeTableRestoreStatusMessage || (DescribeTableRestoreStatusMessage = {}));
|
|
142
|
-
export var TableRestoreNotFoundFault;
|
|
143
|
-
(function (TableRestoreNotFoundFault) {
|
|
144
|
-
TableRestoreNotFoundFault.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
145
|
-
})(TableRestoreNotFoundFault || (TableRestoreNotFoundFault = {}));
|
|
146
158
|
export var TableRestoreStatus;
|
|
147
159
|
(function (TableRestoreStatus) {
|
|
148
160
|
TableRestoreStatus.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
@@ -183,10 +195,6 @@ export var DisableSnapshotCopyResult;
|
|
|
183
195
|
(function (DisableSnapshotCopyResult) {
|
|
184
196
|
DisableSnapshotCopyResult.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
185
197
|
})(DisableSnapshotCopyResult || (DisableSnapshotCopyResult = {}));
|
|
186
|
-
export var SnapshotCopyAlreadyDisabledFault;
|
|
187
|
-
(function (SnapshotCopyAlreadyDisabledFault) {
|
|
188
|
-
SnapshotCopyAlreadyDisabledFault.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
189
|
-
})(SnapshotCopyAlreadyDisabledFault || (SnapshotCopyAlreadyDisabledFault = {}));
|
|
190
198
|
export var DisassociateDataShareConsumerMessage;
|
|
191
199
|
(function (DisassociateDataShareConsumerMessage) {
|
|
192
200
|
DisassociateDataShareConsumerMessage.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
@@ -195,18 +203,6 @@ export var EnableLoggingMessage;
|
|
|
195
203
|
(function (EnableLoggingMessage) {
|
|
196
204
|
EnableLoggingMessage.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
197
205
|
})(EnableLoggingMessage || (EnableLoggingMessage = {}));
|
|
198
|
-
export var InsufficientS3BucketPolicyFault;
|
|
199
|
-
(function (InsufficientS3BucketPolicyFault) {
|
|
200
|
-
InsufficientS3BucketPolicyFault.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
201
|
-
})(InsufficientS3BucketPolicyFault || (InsufficientS3BucketPolicyFault = {}));
|
|
202
|
-
export var InvalidS3BucketNameFault;
|
|
203
|
-
(function (InvalidS3BucketNameFault) {
|
|
204
|
-
InvalidS3BucketNameFault.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
205
|
-
})(InvalidS3BucketNameFault || (InvalidS3BucketNameFault = {}));
|
|
206
|
-
export var InvalidS3KeyPrefixFault;
|
|
207
|
-
(function (InvalidS3KeyPrefixFault) {
|
|
208
|
-
InvalidS3KeyPrefixFault.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
209
|
-
})(InvalidS3KeyPrefixFault || (InvalidS3KeyPrefixFault = {}));
|
|
210
206
|
export var EnableSnapshotCopyMessage;
|
|
211
207
|
(function (EnableSnapshotCopyMessage) {
|
|
212
208
|
EnableSnapshotCopyMessage.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
@@ -215,26 +211,27 @@ export var EnableSnapshotCopyResult;
|
|
|
215
211
|
(function (EnableSnapshotCopyResult) {
|
|
216
212
|
EnableSnapshotCopyResult.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
217
213
|
})(EnableSnapshotCopyResult || (EnableSnapshotCopyResult = {}));
|
|
218
|
-
export var IncompatibleOrderableOptions;
|
|
219
|
-
(function (IncompatibleOrderableOptions) {
|
|
220
|
-
IncompatibleOrderableOptions.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
221
|
-
})(IncompatibleOrderableOptions || (IncompatibleOrderableOptions = {}));
|
|
222
|
-
export var SnapshotCopyAlreadyEnabledFault;
|
|
223
|
-
(function (SnapshotCopyAlreadyEnabledFault) {
|
|
224
|
-
SnapshotCopyAlreadyEnabledFault.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
225
|
-
})(SnapshotCopyAlreadyEnabledFault || (SnapshotCopyAlreadyEnabledFault = {}));
|
|
226
|
-
export var UnknownSnapshotCopyRegionFault;
|
|
227
|
-
(function (UnknownSnapshotCopyRegionFault) {
|
|
228
|
-
UnknownSnapshotCopyRegionFault.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
229
|
-
})(UnknownSnapshotCopyRegionFault || (UnknownSnapshotCopyRegionFault = {}));
|
|
230
|
-
export var EndpointAuthorizationNotFoundFault;
|
|
231
|
-
(function (EndpointAuthorizationNotFoundFault) {
|
|
232
|
-
EndpointAuthorizationNotFoundFault.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
233
|
-
})(EndpointAuthorizationNotFoundFault || (EndpointAuthorizationNotFoundFault = {}));
|
|
234
214
|
export var GetClusterCredentialsMessage;
|
|
235
215
|
(function (GetClusterCredentialsMessage) {
|
|
236
216
|
GetClusterCredentialsMessage.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
237
217
|
})(GetClusterCredentialsMessage || (GetClusterCredentialsMessage = {}));
|
|
218
|
+
export var ReservedNodeExchangeActionType;
|
|
219
|
+
(function (ReservedNodeExchangeActionType) {
|
|
220
|
+
ReservedNodeExchangeActionType["RESIZE_CLUSTER"] = "resize-cluster";
|
|
221
|
+
ReservedNodeExchangeActionType["RESTORE_CLUSTER"] = "restore-cluster";
|
|
222
|
+
})(ReservedNodeExchangeActionType || (ReservedNodeExchangeActionType = {}));
|
|
223
|
+
export var GetReservedNodeExchangeConfigurationOptionsInputMessage;
|
|
224
|
+
(function (GetReservedNodeExchangeConfigurationOptionsInputMessage) {
|
|
225
|
+
GetReservedNodeExchangeConfigurationOptionsInputMessage.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
226
|
+
})(GetReservedNodeExchangeConfigurationOptionsInputMessage || (GetReservedNodeExchangeConfigurationOptionsInputMessage = {}));
|
|
227
|
+
export var ReservedNodeConfigurationOption;
|
|
228
|
+
(function (ReservedNodeConfigurationOption) {
|
|
229
|
+
ReservedNodeConfigurationOption.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
230
|
+
})(ReservedNodeConfigurationOption || (ReservedNodeConfigurationOption = {}));
|
|
231
|
+
export var GetReservedNodeExchangeConfigurationOptionsOutputMessage;
|
|
232
|
+
(function (GetReservedNodeExchangeConfigurationOptionsOutputMessage) {
|
|
233
|
+
GetReservedNodeExchangeConfigurationOptionsOutputMessage.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
234
|
+
})(GetReservedNodeExchangeConfigurationOptionsOutputMessage || (GetReservedNodeExchangeConfigurationOptionsOutputMessage = {}));
|
|
238
235
|
export var GetReservedNodeExchangeOfferingsInputMessage;
|
|
239
236
|
(function (GetReservedNodeExchangeOfferingsInputMessage) {
|
|
240
237
|
GetReservedNodeExchangeOfferingsInputMessage.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
@@ -243,18 +240,6 @@ export var GetReservedNodeExchangeOfferingsOutputMessage;
|
|
|
243
240
|
(function (GetReservedNodeExchangeOfferingsOutputMessage) {
|
|
244
241
|
GetReservedNodeExchangeOfferingsOutputMessage.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
245
242
|
})(GetReservedNodeExchangeOfferingsOutputMessage || (GetReservedNodeExchangeOfferingsOutputMessage = {}));
|
|
246
|
-
export var InProgressTableRestoreQuotaExceededFault;
|
|
247
|
-
(function (InProgressTableRestoreQuotaExceededFault) {
|
|
248
|
-
InProgressTableRestoreQuotaExceededFault.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
249
|
-
})(InProgressTableRestoreQuotaExceededFault || (InProgressTableRestoreQuotaExceededFault = {}));
|
|
250
|
-
export var InvalidRestoreFault;
|
|
251
|
-
(function (InvalidRestoreFault) {
|
|
252
|
-
InvalidRestoreFault.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
253
|
-
})(InvalidRestoreFault || (InvalidRestoreFault = {}));
|
|
254
|
-
export var InvalidTableRestoreArgumentFault;
|
|
255
|
-
(function (InvalidTableRestoreArgumentFault) {
|
|
256
|
-
InvalidTableRestoreArgumentFault.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
257
|
-
})(InvalidTableRestoreArgumentFault || (InvalidTableRestoreArgumentFault = {}));
|
|
258
243
|
export var ModifyAquaInputMessage;
|
|
259
244
|
(function (ModifyAquaInputMessage) {
|
|
260
245
|
ModifyAquaInputMessage.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
@@ -279,14 +264,6 @@ export var ModifyClusterResult;
|
|
|
279
264
|
(function (ModifyClusterResult) {
|
|
280
265
|
ModifyClusterResult.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
281
266
|
})(ModifyClusterResult || (ModifyClusterResult = {}));
|
|
282
|
-
export var TableLimitExceededFault;
|
|
283
|
-
(function (TableLimitExceededFault) {
|
|
284
|
-
TableLimitExceededFault.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
285
|
-
})(TableLimitExceededFault || (TableLimitExceededFault = {}));
|
|
286
|
-
export var UnsupportedOptionFault;
|
|
287
|
-
(function (UnsupportedOptionFault) {
|
|
288
|
-
UnsupportedOptionFault.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
289
|
-
})(UnsupportedOptionFault || (UnsupportedOptionFault = {}));
|
|
290
267
|
export var ModifyClusterDbRevisionMessage;
|
|
291
268
|
(function (ModifyClusterDbRevisionMessage) {
|
|
292
269
|
ModifyClusterDbRevisionMessage.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
@@ -335,10 +312,6 @@ export var ModifyClusterSubnetGroupResult;
|
|
|
335
312
|
(function (ModifyClusterSubnetGroupResult) {
|
|
336
313
|
ModifyClusterSubnetGroupResult.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
337
314
|
})(ModifyClusterSubnetGroupResult || (ModifyClusterSubnetGroupResult = {}));
|
|
338
|
-
export var SubnetAlreadyInUse;
|
|
339
|
-
(function (SubnetAlreadyInUse) {
|
|
340
|
-
SubnetAlreadyInUse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
341
|
-
})(SubnetAlreadyInUse || (SubnetAlreadyInUse = {}));
|
|
342
315
|
export var ModifyEndpointAccessMessage;
|
|
343
316
|
(function (ModifyEndpointAccessMessage) {
|
|
344
317
|
ModifyEndpointAccessMessage.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
@@ -363,18 +336,10 @@ export var ModifySnapshotCopyRetentionPeriodResult;
|
|
|
363
336
|
(function (ModifySnapshotCopyRetentionPeriodResult) {
|
|
364
337
|
ModifySnapshotCopyRetentionPeriodResult.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
365
338
|
})(ModifySnapshotCopyRetentionPeriodResult || (ModifySnapshotCopyRetentionPeriodResult = {}));
|
|
366
|
-
export var SnapshotCopyDisabledFault;
|
|
367
|
-
(function (SnapshotCopyDisabledFault) {
|
|
368
|
-
SnapshotCopyDisabledFault.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
369
|
-
})(SnapshotCopyDisabledFault || (SnapshotCopyDisabledFault = {}));
|
|
370
339
|
export var ModifySnapshotScheduleMessage;
|
|
371
340
|
(function (ModifySnapshotScheduleMessage) {
|
|
372
341
|
ModifySnapshotScheduleMessage.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
373
342
|
})(ModifySnapshotScheduleMessage || (ModifySnapshotScheduleMessage = {}));
|
|
374
|
-
export var SnapshotScheduleUpdateInProgressFault;
|
|
375
|
-
(function (SnapshotScheduleUpdateInProgressFault) {
|
|
376
|
-
SnapshotScheduleUpdateInProgressFault.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
377
|
-
})(SnapshotScheduleUpdateInProgressFault || (SnapshotScheduleUpdateInProgressFault = {}));
|
|
378
343
|
export var ModifyUsageLimitMessage;
|
|
379
344
|
(function (ModifyUsageLimitMessage) {
|
|
380
345
|
ModifyUsageLimitMessage.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
@@ -391,10 +356,6 @@ export var PurchaseReservedNodeOfferingResult;
|
|
|
391
356
|
(function (PurchaseReservedNodeOfferingResult) {
|
|
392
357
|
PurchaseReservedNodeOfferingResult.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
393
358
|
})(PurchaseReservedNodeOfferingResult || (PurchaseReservedNodeOfferingResult = {}));
|
|
394
|
-
export var ReservedNodeQuotaExceededFault;
|
|
395
|
-
(function (ReservedNodeQuotaExceededFault) {
|
|
396
|
-
ReservedNodeQuotaExceededFault.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
397
|
-
})(ReservedNodeQuotaExceededFault || (ReservedNodeQuotaExceededFault = {}));
|
|
398
359
|
export var RebootClusterMessage;
|
|
399
360
|
(function (RebootClusterMessage) {
|
|
400
361
|
RebootClusterMessage.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
@@ -0,0 +1,74 @@
|
|
|
1
|
+
import { __asyncGenerator, __await, __awaiter, __generator, __read, __spreadArray } from "tslib";
|
|
2
|
+
import { DescribeDataSharesForConsumerCommand, } from "../commands/DescribeDataSharesForConsumerCommand";
|
|
3
|
+
import { Redshift } from "../Redshift";
|
|
4
|
+
import { RedshiftClient } from "../RedshiftClient";
|
|
5
|
+
var makePagedClientRequest = function (client, input) {
|
|
6
|
+
var args = [];
|
|
7
|
+
for (var _i = 2; _i < arguments.length; _i++) {
|
|
8
|
+
args[_i - 2] = arguments[_i];
|
|
9
|
+
}
|
|
10
|
+
return __awaiter(void 0, void 0, void 0, function () {
|
|
11
|
+
return __generator(this, function (_a) {
|
|
12
|
+
switch (_a.label) {
|
|
13
|
+
case 0: return [4, client.send.apply(client, __spreadArray([new DescribeDataSharesForConsumerCommand(input)], __read(args)))];
|
|
14
|
+
case 1: return [2, _a.sent()];
|
|
15
|
+
}
|
|
16
|
+
});
|
|
17
|
+
});
|
|
18
|
+
};
|
|
19
|
+
var makePagedRequest = function (client, input) {
|
|
20
|
+
var args = [];
|
|
21
|
+
for (var _i = 2; _i < arguments.length; _i++) {
|
|
22
|
+
args[_i - 2] = arguments[_i];
|
|
23
|
+
}
|
|
24
|
+
return __awaiter(void 0, void 0, void 0, function () {
|
|
25
|
+
return __generator(this, function (_a) {
|
|
26
|
+
switch (_a.label) {
|
|
27
|
+
case 0: return [4, client.describeDataSharesForConsumer.apply(client, __spreadArray([input], __read(args)))];
|
|
28
|
+
case 1: return [2, _a.sent()];
|
|
29
|
+
}
|
|
30
|
+
});
|
|
31
|
+
});
|
|
32
|
+
};
|
|
33
|
+
export function paginateDescribeDataSharesForConsumer(config, input) {
|
|
34
|
+
var additionalArguments = [];
|
|
35
|
+
for (var _i = 2; _i < arguments.length; _i++) {
|
|
36
|
+
additionalArguments[_i - 2] = arguments[_i];
|
|
37
|
+
}
|
|
38
|
+
return __asyncGenerator(this, arguments, function paginateDescribeDataSharesForConsumer_1() {
|
|
39
|
+
var token, hasNext, page;
|
|
40
|
+
return __generator(this, function (_a) {
|
|
41
|
+
switch (_a.label) {
|
|
42
|
+
case 0:
|
|
43
|
+
token = config.startingToken || undefined;
|
|
44
|
+
hasNext = true;
|
|
45
|
+
_a.label = 1;
|
|
46
|
+
case 1:
|
|
47
|
+
if (!hasNext) return [3, 9];
|
|
48
|
+
input.Marker = token;
|
|
49
|
+
input["MaxRecords"] = config.pageSize;
|
|
50
|
+
if (!(config.client instanceof Redshift)) return [3, 3];
|
|
51
|
+
return [4, __await(makePagedRequest.apply(void 0, __spreadArray([config.client, input], __read(additionalArguments))))];
|
|
52
|
+
case 2:
|
|
53
|
+
page = _a.sent();
|
|
54
|
+
return [3, 6];
|
|
55
|
+
case 3:
|
|
56
|
+
if (!(config.client instanceof RedshiftClient)) return [3, 5];
|
|
57
|
+
return [4, __await(makePagedClientRequest.apply(void 0, __spreadArray([config.client, input], __read(additionalArguments))))];
|
|
58
|
+
case 4:
|
|
59
|
+
page = _a.sent();
|
|
60
|
+
return [3, 6];
|
|
61
|
+
case 5: throw new Error("Invalid client, expected Redshift | RedshiftClient");
|
|
62
|
+
case 6: return [4, __await(page)];
|
|
63
|
+
case 7: return [4, _a.sent()];
|
|
64
|
+
case 8:
|
|
65
|
+
_a.sent();
|
|
66
|
+
token = page.Marker;
|
|
67
|
+
hasNext = !!token;
|
|
68
|
+
return [3, 1];
|
|
69
|
+
case 9: return [4, __await(undefined)];
|
|
70
|
+
case 10: return [2, _a.sent()];
|
|
71
|
+
}
|
|
72
|
+
});
|
|
73
|
+
});
|
|
74
|
+
}
|
|
@@ -0,0 +1,74 @@
|
|
|
1
|
+
import { __asyncGenerator, __await, __awaiter, __generator, __read, __spreadArray } from "tslib";
|
|
2
|
+
import { DescribeDataSharesForProducerCommand, } from "../commands/DescribeDataSharesForProducerCommand";
|
|
3
|
+
import { Redshift } from "../Redshift";
|
|
4
|
+
import { RedshiftClient } from "../RedshiftClient";
|
|
5
|
+
var makePagedClientRequest = function (client, input) {
|
|
6
|
+
var args = [];
|
|
7
|
+
for (var _i = 2; _i < arguments.length; _i++) {
|
|
8
|
+
args[_i - 2] = arguments[_i];
|
|
9
|
+
}
|
|
10
|
+
return __awaiter(void 0, void 0, void 0, function () {
|
|
11
|
+
return __generator(this, function (_a) {
|
|
12
|
+
switch (_a.label) {
|
|
13
|
+
case 0: return [4, client.send.apply(client, __spreadArray([new DescribeDataSharesForProducerCommand(input)], __read(args)))];
|
|
14
|
+
case 1: return [2, _a.sent()];
|
|
15
|
+
}
|
|
16
|
+
});
|
|
17
|
+
});
|
|
18
|
+
};
|
|
19
|
+
var makePagedRequest = function (client, input) {
|
|
20
|
+
var args = [];
|
|
21
|
+
for (var _i = 2; _i < arguments.length; _i++) {
|
|
22
|
+
args[_i - 2] = arguments[_i];
|
|
23
|
+
}
|
|
24
|
+
return __awaiter(void 0, void 0, void 0, function () {
|
|
25
|
+
return __generator(this, function (_a) {
|
|
26
|
+
switch (_a.label) {
|
|
27
|
+
case 0: return [4, client.describeDataSharesForProducer.apply(client, __spreadArray([input], __read(args)))];
|
|
28
|
+
case 1: return [2, _a.sent()];
|
|
29
|
+
}
|
|
30
|
+
});
|
|
31
|
+
});
|
|
32
|
+
};
|
|
33
|
+
export function paginateDescribeDataSharesForProducer(config, input) {
|
|
34
|
+
var additionalArguments = [];
|
|
35
|
+
for (var _i = 2; _i < arguments.length; _i++) {
|
|
36
|
+
additionalArguments[_i - 2] = arguments[_i];
|
|
37
|
+
}
|
|
38
|
+
return __asyncGenerator(this, arguments, function paginateDescribeDataSharesForProducer_1() {
|
|
39
|
+
var token, hasNext, page;
|
|
40
|
+
return __generator(this, function (_a) {
|
|
41
|
+
switch (_a.label) {
|
|
42
|
+
case 0:
|
|
43
|
+
token = config.startingToken || undefined;
|
|
44
|
+
hasNext = true;
|
|
45
|
+
_a.label = 1;
|
|
46
|
+
case 1:
|
|
47
|
+
if (!hasNext) return [3, 9];
|
|
48
|
+
input.Marker = token;
|
|
49
|
+
input["MaxRecords"] = config.pageSize;
|
|
50
|
+
if (!(config.client instanceof Redshift)) return [3, 3];
|
|
51
|
+
return [4, __await(makePagedRequest.apply(void 0, __spreadArray([config.client, input], __read(additionalArguments))))];
|
|
52
|
+
case 2:
|
|
53
|
+
page = _a.sent();
|
|
54
|
+
return [3, 6];
|
|
55
|
+
case 3:
|
|
56
|
+
if (!(config.client instanceof RedshiftClient)) return [3, 5];
|
|
57
|
+
return [4, __await(makePagedClientRequest.apply(void 0, __spreadArray([config.client, input], __read(additionalArguments))))];
|
|
58
|
+
case 4:
|
|
59
|
+
page = _a.sent();
|
|
60
|
+
return [3, 6];
|
|
61
|
+
case 5: throw new Error("Invalid client, expected Redshift | RedshiftClient");
|
|
62
|
+
case 6: return [4, __await(page)];
|
|
63
|
+
case 7: return [4, _a.sent()];
|
|
64
|
+
case 8:
|
|
65
|
+
_a.sent();
|
|
66
|
+
token = page.Marker;
|
|
67
|
+
hasNext = !!token;
|
|
68
|
+
return [3, 1];
|
|
69
|
+
case 9: return [4, __await(undefined)];
|
|
70
|
+
case 10: return [2, _a.sent()];
|
|
71
|
+
}
|
|
72
|
+
});
|
|
73
|
+
});
|
|
74
|
+
}
|
|
@@ -0,0 +1,74 @@
|
|
|
1
|
+
import { __asyncGenerator, __await, __awaiter, __generator, __read, __spreadArray } from "tslib";
|
|
2
|
+
import { DescribeDataSharesCommand, } from "../commands/DescribeDataSharesCommand";
|
|
3
|
+
import { Redshift } from "../Redshift";
|
|
4
|
+
import { RedshiftClient } from "../RedshiftClient";
|
|
5
|
+
var makePagedClientRequest = function (client, input) {
|
|
6
|
+
var args = [];
|
|
7
|
+
for (var _i = 2; _i < arguments.length; _i++) {
|
|
8
|
+
args[_i - 2] = arguments[_i];
|
|
9
|
+
}
|
|
10
|
+
return __awaiter(void 0, void 0, void 0, function () {
|
|
11
|
+
return __generator(this, function (_a) {
|
|
12
|
+
switch (_a.label) {
|
|
13
|
+
case 0: return [4, client.send.apply(client, __spreadArray([new DescribeDataSharesCommand(input)], __read(args)))];
|
|
14
|
+
case 1: return [2, _a.sent()];
|
|
15
|
+
}
|
|
16
|
+
});
|
|
17
|
+
});
|
|
18
|
+
};
|
|
19
|
+
var makePagedRequest = function (client, input) {
|
|
20
|
+
var args = [];
|
|
21
|
+
for (var _i = 2; _i < arguments.length; _i++) {
|
|
22
|
+
args[_i - 2] = arguments[_i];
|
|
23
|
+
}
|
|
24
|
+
return __awaiter(void 0, void 0, void 0, function () {
|
|
25
|
+
return __generator(this, function (_a) {
|
|
26
|
+
switch (_a.label) {
|
|
27
|
+
case 0: return [4, client.describeDataShares.apply(client, __spreadArray([input], __read(args)))];
|
|
28
|
+
case 1: return [2, _a.sent()];
|
|
29
|
+
}
|
|
30
|
+
});
|
|
31
|
+
});
|
|
32
|
+
};
|
|
33
|
+
export function paginateDescribeDataShares(config, input) {
|
|
34
|
+
var additionalArguments = [];
|
|
35
|
+
for (var _i = 2; _i < arguments.length; _i++) {
|
|
36
|
+
additionalArguments[_i - 2] = arguments[_i];
|
|
37
|
+
}
|
|
38
|
+
return __asyncGenerator(this, arguments, function paginateDescribeDataShares_1() {
|
|
39
|
+
var token, hasNext, page;
|
|
40
|
+
return __generator(this, function (_a) {
|
|
41
|
+
switch (_a.label) {
|
|
42
|
+
case 0:
|
|
43
|
+
token = config.startingToken || undefined;
|
|
44
|
+
hasNext = true;
|
|
45
|
+
_a.label = 1;
|
|
46
|
+
case 1:
|
|
47
|
+
if (!hasNext) return [3, 9];
|
|
48
|
+
input.Marker = token;
|
|
49
|
+
input["MaxRecords"] = config.pageSize;
|
|
50
|
+
if (!(config.client instanceof Redshift)) return [3, 3];
|
|
51
|
+
return [4, __await(makePagedRequest.apply(void 0, __spreadArray([config.client, input], __read(additionalArguments))))];
|
|
52
|
+
case 2:
|
|
53
|
+
page = _a.sent();
|
|
54
|
+
return [3, 6];
|
|
55
|
+
case 3:
|
|
56
|
+
if (!(config.client instanceof RedshiftClient)) return [3, 5];
|
|
57
|
+
return [4, __await(makePagedClientRequest.apply(void 0, __spreadArray([config.client, input], __read(additionalArguments))))];
|
|
58
|
+
case 4:
|
|
59
|
+
page = _a.sent();
|
|
60
|
+
return [3, 6];
|
|
61
|
+
case 5: throw new Error("Invalid client, expected Redshift | RedshiftClient");
|
|
62
|
+
case 6: return [4, __await(page)];
|
|
63
|
+
case 7: return [4, _a.sent()];
|
|
64
|
+
case 8:
|
|
65
|
+
_a.sent();
|
|
66
|
+
token = page.Marker;
|
|
67
|
+
hasNext = !!token;
|
|
68
|
+
return [3, 1];
|
|
69
|
+
case 9: return [4, __await(undefined)];
|
|
70
|
+
case 10: return [2, _a.sent()];
|
|
71
|
+
}
|
|
72
|
+
});
|
|
73
|
+
});
|
|
74
|
+
}
|
|
@@ -0,0 +1,74 @@
|
|
|
1
|
+
import { __asyncGenerator, __await, __awaiter, __generator, __read, __spreadArray } from "tslib";
|
|
2
|
+
import { DescribeReservedNodeExchangeStatusCommand, } from "../commands/DescribeReservedNodeExchangeStatusCommand";
|
|
3
|
+
import { Redshift } from "../Redshift";
|
|
4
|
+
import { RedshiftClient } from "../RedshiftClient";
|
|
5
|
+
var makePagedClientRequest = function (client, input) {
|
|
6
|
+
var args = [];
|
|
7
|
+
for (var _i = 2; _i < arguments.length; _i++) {
|
|
8
|
+
args[_i - 2] = arguments[_i];
|
|
9
|
+
}
|
|
10
|
+
return __awaiter(void 0, void 0, void 0, function () {
|
|
11
|
+
return __generator(this, function (_a) {
|
|
12
|
+
switch (_a.label) {
|
|
13
|
+
case 0: return [4, client.send.apply(client, __spreadArray([new DescribeReservedNodeExchangeStatusCommand(input)], __read(args)))];
|
|
14
|
+
case 1: return [2, _a.sent()];
|
|
15
|
+
}
|
|
16
|
+
});
|
|
17
|
+
});
|
|
18
|
+
};
|
|
19
|
+
var makePagedRequest = function (client, input) {
|
|
20
|
+
var args = [];
|
|
21
|
+
for (var _i = 2; _i < arguments.length; _i++) {
|
|
22
|
+
args[_i - 2] = arguments[_i];
|
|
23
|
+
}
|
|
24
|
+
return __awaiter(void 0, void 0, void 0, function () {
|
|
25
|
+
return __generator(this, function (_a) {
|
|
26
|
+
switch (_a.label) {
|
|
27
|
+
case 0: return [4, client.describeReservedNodeExchangeStatus.apply(client, __spreadArray([input], __read(args)))];
|
|
28
|
+
case 1: return [2, _a.sent()];
|
|
29
|
+
}
|
|
30
|
+
});
|
|
31
|
+
});
|
|
32
|
+
};
|
|
33
|
+
export function paginateDescribeReservedNodeExchangeStatus(config, input) {
|
|
34
|
+
var additionalArguments = [];
|
|
35
|
+
for (var _i = 2; _i < arguments.length; _i++) {
|
|
36
|
+
additionalArguments[_i - 2] = arguments[_i];
|
|
37
|
+
}
|
|
38
|
+
return __asyncGenerator(this, arguments, function paginateDescribeReservedNodeExchangeStatus_1() {
|
|
39
|
+
var token, hasNext, page;
|
|
40
|
+
return __generator(this, function (_a) {
|
|
41
|
+
switch (_a.label) {
|
|
42
|
+
case 0:
|
|
43
|
+
token = config.startingToken || undefined;
|
|
44
|
+
hasNext = true;
|
|
45
|
+
_a.label = 1;
|
|
46
|
+
case 1:
|
|
47
|
+
if (!hasNext) return [3, 9];
|
|
48
|
+
input.Marker = token;
|
|
49
|
+
input["MaxRecords"] = config.pageSize;
|
|
50
|
+
if (!(config.client instanceof Redshift)) return [3, 3];
|
|
51
|
+
return [4, __await(makePagedRequest.apply(void 0, __spreadArray([config.client, input], __read(additionalArguments))))];
|
|
52
|
+
case 2:
|
|
53
|
+
page = _a.sent();
|
|
54
|
+
return [3, 6];
|
|
55
|
+
case 3:
|
|
56
|
+
if (!(config.client instanceof RedshiftClient)) return [3, 5];
|
|
57
|
+
return [4, __await(makePagedClientRequest.apply(void 0, __spreadArray([config.client, input], __read(additionalArguments))))];
|
|
58
|
+
case 4:
|
|
59
|
+
page = _a.sent();
|
|
60
|
+
return [3, 6];
|
|
61
|
+
case 5: throw new Error("Invalid client, expected Redshift | RedshiftClient");
|
|
62
|
+
case 6: return [4, __await(page)];
|
|
63
|
+
case 7: return [4, _a.sent()];
|
|
64
|
+
case 8:
|
|
65
|
+
_a.sent();
|
|
66
|
+
token = page.Marker;
|
|
67
|
+
hasNext = !!token;
|
|
68
|
+
return [3, 1];
|
|
69
|
+
case 9: return [4, __await(undefined)];
|
|
70
|
+
case 10: return [2, _a.sent()];
|
|
71
|
+
}
|
|
72
|
+
});
|
|
73
|
+
});
|
|
74
|
+
}
|
|
@@ -0,0 +1,74 @@
|
|
|
1
|
+
import { __asyncGenerator, __await, __awaiter, __generator, __read, __spreadArray } from "tslib";
|
|
2
|
+
import { GetReservedNodeExchangeConfigurationOptionsCommand, } from "../commands/GetReservedNodeExchangeConfigurationOptionsCommand";
|
|
3
|
+
import { Redshift } from "../Redshift";
|
|
4
|
+
import { RedshiftClient } from "../RedshiftClient";
|
|
5
|
+
var makePagedClientRequest = function (client, input) {
|
|
6
|
+
var args = [];
|
|
7
|
+
for (var _i = 2; _i < arguments.length; _i++) {
|
|
8
|
+
args[_i - 2] = arguments[_i];
|
|
9
|
+
}
|
|
10
|
+
return __awaiter(void 0, void 0, void 0, function () {
|
|
11
|
+
return __generator(this, function (_a) {
|
|
12
|
+
switch (_a.label) {
|
|
13
|
+
case 0: return [4, client.send.apply(client, __spreadArray([new GetReservedNodeExchangeConfigurationOptionsCommand(input)], __read(args)))];
|
|
14
|
+
case 1: return [2, _a.sent()];
|
|
15
|
+
}
|
|
16
|
+
});
|
|
17
|
+
});
|
|
18
|
+
};
|
|
19
|
+
var makePagedRequest = function (client, input) {
|
|
20
|
+
var args = [];
|
|
21
|
+
for (var _i = 2; _i < arguments.length; _i++) {
|
|
22
|
+
args[_i - 2] = arguments[_i];
|
|
23
|
+
}
|
|
24
|
+
return __awaiter(void 0, void 0, void 0, function () {
|
|
25
|
+
return __generator(this, function (_a) {
|
|
26
|
+
switch (_a.label) {
|
|
27
|
+
case 0: return [4, client.getReservedNodeExchangeConfigurationOptions.apply(client, __spreadArray([input], __read(args)))];
|
|
28
|
+
case 1: return [2, _a.sent()];
|
|
29
|
+
}
|
|
30
|
+
});
|
|
31
|
+
});
|
|
32
|
+
};
|
|
33
|
+
export function paginateGetReservedNodeExchangeConfigurationOptions(config, input) {
|
|
34
|
+
var additionalArguments = [];
|
|
35
|
+
for (var _i = 2; _i < arguments.length; _i++) {
|
|
36
|
+
additionalArguments[_i - 2] = arguments[_i];
|
|
37
|
+
}
|
|
38
|
+
return __asyncGenerator(this, arguments, function paginateGetReservedNodeExchangeConfigurationOptions_1() {
|
|
39
|
+
var token, hasNext, page;
|
|
40
|
+
return __generator(this, function (_a) {
|
|
41
|
+
switch (_a.label) {
|
|
42
|
+
case 0:
|
|
43
|
+
token = config.startingToken || undefined;
|
|
44
|
+
hasNext = true;
|
|
45
|
+
_a.label = 1;
|
|
46
|
+
case 1:
|
|
47
|
+
if (!hasNext) return [3, 9];
|
|
48
|
+
input.Marker = token;
|
|
49
|
+
input["MaxRecords"] = config.pageSize;
|
|
50
|
+
if (!(config.client instanceof Redshift)) return [3, 3];
|
|
51
|
+
return [4, __await(makePagedRequest.apply(void 0, __spreadArray([config.client, input], __read(additionalArguments))))];
|
|
52
|
+
case 2:
|
|
53
|
+
page = _a.sent();
|
|
54
|
+
return [3, 6];
|
|
55
|
+
case 3:
|
|
56
|
+
if (!(config.client instanceof RedshiftClient)) return [3, 5];
|
|
57
|
+
return [4, __await(makePagedClientRequest.apply(void 0, __spreadArray([config.client, input], __read(additionalArguments))))];
|
|
58
|
+
case 4:
|
|
59
|
+
page = _a.sent();
|
|
60
|
+
return [3, 6];
|
|
61
|
+
case 5: throw new Error("Invalid client, expected Redshift | RedshiftClient");
|
|
62
|
+
case 6: return [4, __await(page)];
|
|
63
|
+
case 7: return [4, _a.sent()];
|
|
64
|
+
case 8:
|
|
65
|
+
_a.sent();
|
|
66
|
+
token = page.Marker;
|
|
67
|
+
hasNext = !!token;
|
|
68
|
+
return [3, 1];
|
|
69
|
+
case 9: return [4, __await(undefined)];
|
|
70
|
+
case 10: return [2, _a.sent()];
|
|
71
|
+
}
|
|
72
|
+
});
|
|
73
|
+
});
|
|
74
|
+
}
|
|
@@ -7,8 +7,11 @@ export * from "./DescribeClusterSubnetGroupsPaginator";
|
|
|
7
7
|
export * from "./DescribeClusterTracksPaginator";
|
|
8
8
|
export * from "./DescribeClusterVersionsPaginator";
|
|
9
9
|
export * from "./DescribeClustersPaginator";
|
|
10
|
-
export * from "./
|
|
10
|
+
export * from "./DescribeDataSharesForConsumerPaginator";
|
|
11
11
|
export * from "./Interfaces";
|
|
12
|
+
export * from "./DescribeDataSharesForProducerPaginator";
|
|
13
|
+
export * from "./DescribeDataSharesPaginator";
|
|
14
|
+
export * from "./DescribeDefaultClusterParametersPaginator";
|
|
12
15
|
export * from "./DescribeEndpointAccessPaginator";
|
|
13
16
|
export * from "./DescribeEndpointAuthorizationPaginator";
|
|
14
17
|
export * from "./DescribeEventSubscriptionsPaginator";
|
|
@@ -17,6 +20,7 @@ export * from "./DescribeHsmClientCertificatesPaginator";
|
|
|
17
20
|
export * from "./DescribeHsmConfigurationsPaginator";
|
|
18
21
|
export * from "./DescribeNodeConfigurationOptionsPaginator";
|
|
19
22
|
export * from "./DescribeOrderableClusterOptionsPaginator";
|
|
23
|
+
export * from "./DescribeReservedNodeExchangeStatusPaginator";
|
|
20
24
|
export * from "./DescribeReservedNodeOfferingsPaginator";
|
|
21
25
|
export * from "./DescribeReservedNodesPaginator";
|
|
22
26
|
export * from "./DescribeScheduledActionsPaginator";
|
|
@@ -25,4 +29,5 @@ export * from "./DescribeSnapshotSchedulesPaginator";
|
|
|
25
29
|
export * from "./DescribeTableRestoreStatusPaginator";
|
|
26
30
|
export * from "./DescribeTagsPaginator";
|
|
27
31
|
export * from "./DescribeUsageLimitsPaginator";
|
|
32
|
+
export * from "./GetReservedNodeExchangeConfigurationOptionsPaginator";
|
|
28
33
|
export * from "./GetReservedNodeExchangeOfferingsPaginator";
|