@aws-sdk/client-redshift-serverless 3.489.0 → 3.495.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 (79) hide show
  1. package/dist-cjs/RedshiftServerless.js +1 -121
  2. package/dist-cjs/RedshiftServerlessClient.js +1 -43
  3. package/dist-cjs/commands/ConvertRecoveryPointToSnapshotCommand.js +1 -28
  4. package/dist-cjs/commands/CreateCustomDomainAssociationCommand.js +1 -28
  5. package/dist-cjs/commands/CreateEndpointAccessCommand.js +1 -28
  6. package/dist-cjs/commands/CreateNamespaceCommand.js +1 -29
  7. package/dist-cjs/commands/CreateScheduledActionCommand.js +1 -28
  8. package/dist-cjs/commands/CreateSnapshotCommand.js +1 -28
  9. package/dist-cjs/commands/CreateSnapshotCopyConfigurationCommand.js +1 -28
  10. package/dist-cjs/commands/CreateUsageLimitCommand.js +1 -28
  11. package/dist-cjs/commands/CreateWorkgroupCommand.js +1 -28
  12. package/dist-cjs/commands/DeleteCustomDomainAssociationCommand.js +1 -28
  13. package/dist-cjs/commands/DeleteEndpointAccessCommand.js +1 -28
  14. package/dist-cjs/commands/DeleteNamespaceCommand.js +1 -29
  15. package/dist-cjs/commands/DeleteResourcePolicyCommand.js +1 -28
  16. package/dist-cjs/commands/DeleteScheduledActionCommand.js +1 -28
  17. package/dist-cjs/commands/DeleteSnapshotCommand.js +1 -28
  18. package/dist-cjs/commands/DeleteSnapshotCopyConfigurationCommand.js +1 -28
  19. package/dist-cjs/commands/DeleteUsageLimitCommand.js +1 -28
  20. package/dist-cjs/commands/DeleteWorkgroupCommand.js +1 -28
  21. package/dist-cjs/commands/GetCredentialsCommand.js +1 -29
  22. package/dist-cjs/commands/GetCustomDomainAssociationCommand.js +1 -28
  23. package/dist-cjs/commands/GetEndpointAccessCommand.js +1 -28
  24. package/dist-cjs/commands/GetNamespaceCommand.js +1 -29
  25. package/dist-cjs/commands/GetRecoveryPointCommand.js +1 -28
  26. package/dist-cjs/commands/GetResourcePolicyCommand.js +1 -28
  27. package/dist-cjs/commands/GetScheduledActionCommand.js +1 -28
  28. package/dist-cjs/commands/GetSnapshotCommand.js +1 -28
  29. package/dist-cjs/commands/GetTableRestoreStatusCommand.js +1 -28
  30. package/dist-cjs/commands/GetUsageLimitCommand.js +1 -28
  31. package/dist-cjs/commands/GetWorkgroupCommand.js +1 -28
  32. package/dist-cjs/commands/ListCustomDomainAssociationsCommand.js +1 -28
  33. package/dist-cjs/commands/ListEndpointAccessCommand.js +1 -28
  34. package/dist-cjs/commands/ListNamespacesCommand.js +1 -29
  35. package/dist-cjs/commands/ListRecoveryPointsCommand.js +1 -28
  36. package/dist-cjs/commands/ListScheduledActionsCommand.js +1 -28
  37. package/dist-cjs/commands/ListSnapshotCopyConfigurationsCommand.js +1 -28
  38. package/dist-cjs/commands/ListSnapshotsCommand.js +1 -28
  39. package/dist-cjs/commands/ListTableRestoreStatusCommand.js +1 -28
  40. package/dist-cjs/commands/ListTagsForResourceCommand.js +1 -28
  41. package/dist-cjs/commands/ListUsageLimitsCommand.js +1 -28
  42. package/dist-cjs/commands/ListWorkgroupsCommand.js +1 -28
  43. package/dist-cjs/commands/PutResourcePolicyCommand.js +1 -28
  44. package/dist-cjs/commands/RestoreFromRecoveryPointCommand.js +1 -29
  45. package/dist-cjs/commands/RestoreFromSnapshotCommand.js +1 -29
  46. package/dist-cjs/commands/RestoreTableFromRecoveryPointCommand.js +1 -28
  47. package/dist-cjs/commands/RestoreTableFromSnapshotCommand.js +1 -28
  48. package/dist-cjs/commands/TagResourceCommand.js +1 -28
  49. package/dist-cjs/commands/UntagResourceCommand.js +1 -28
  50. package/dist-cjs/commands/UpdateCustomDomainAssociationCommand.js +1 -28
  51. package/dist-cjs/commands/UpdateEndpointAccessCommand.js +1 -28
  52. package/dist-cjs/commands/UpdateNamespaceCommand.js +1 -29
  53. package/dist-cjs/commands/UpdateScheduledActionCommand.js +1 -28
  54. package/dist-cjs/commands/UpdateSnapshotCommand.js +1 -28
  55. package/dist-cjs/commands/UpdateSnapshotCopyConfigurationCommand.js +1 -28
  56. package/dist-cjs/commands/UpdateUsageLimitCommand.js +1 -28
  57. package/dist-cjs/commands/UpdateWorkgroupCommand.js +1 -28
  58. package/dist-cjs/commands/index.js +1 -58
  59. package/dist-cjs/endpoint/EndpointParameters.js +1 -18
  60. package/dist-cjs/extensionConfiguration.js +1 -2
  61. package/dist-cjs/index.js +4909 -11
  62. package/dist-cjs/models/RedshiftServerlessServiceException.js +1 -12
  63. package/dist-cjs/models/index.js +1 -4
  64. package/dist-cjs/models/models_0.js +1 -260
  65. package/dist-cjs/pagination/Interfaces.js +1 -2
  66. package/dist-cjs/pagination/ListCustomDomainAssociationsPaginator.js +1 -7
  67. package/dist-cjs/pagination/ListEndpointAccessPaginator.js +1 -7
  68. package/dist-cjs/pagination/ListNamespacesPaginator.js +1 -7
  69. package/dist-cjs/pagination/ListRecoveryPointsPaginator.js +1 -7
  70. package/dist-cjs/pagination/ListScheduledActionsPaginator.js +1 -7
  71. package/dist-cjs/pagination/ListSnapshotCopyConfigurationsPaginator.js +1 -7
  72. package/dist-cjs/pagination/ListSnapshotsPaginator.js +1 -7
  73. package/dist-cjs/pagination/ListTableRestoreStatusPaginator.js +1 -7
  74. package/dist-cjs/pagination/ListUsageLimitsPaginator.js +1 -7
  75. package/dist-cjs/pagination/ListWorkgroupsPaginator.js +1 -7
  76. package/dist-cjs/pagination/index.js +1 -14
  77. package/dist-cjs/protocols/Aws_json1_1.js +1 -3375
  78. package/dist-cjs/runtimeExtensions.js +1 -22
  79. package/package.json +40 -40
@@ -1,12 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.RedshiftServerlessServiceException = exports.__ServiceException = void 0;
4
- const smithy_client_1 = require("@smithy/smithy-client");
5
- Object.defineProperty(exports, "__ServiceException", { enumerable: true, get: function () { return smithy_client_1.ServiceException; } });
6
- class RedshiftServerlessServiceException extends smithy_client_1.ServiceException {
7
- constructor(options) {
8
- super(options);
9
- Object.setPrototypeOf(this, RedshiftServerlessServiceException.prototype);
10
- }
11
- }
12
- exports.RedshiftServerlessServiceException = RedshiftServerlessServiceException;
1
+ module.exports = require("../index.js");
@@ -1,4 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- const tslib_1 = require("tslib");
4
- tslib_1.__exportStar(require("./models_0"), exports);
1
+ module.exports = require("../index.js");
@@ -1,260 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.RestoreFromSnapshotResponseFilterSensitiveLog = exports.RestoreFromRecoveryPointResponseFilterSensitiveLog = exports.UpdateNamespaceResponseFilterSensitiveLog = exports.UpdateNamespaceRequestFilterSensitiveLog = exports.ListNamespacesResponseFilterSensitiveLog = exports.GetNamespaceResponseFilterSensitiveLog = exports.GetCredentialsResponseFilterSensitiveLog = exports.DeleteNamespaceResponseFilterSensitiveLog = exports.CreateNamespaceResponseFilterSensitiveLog = exports.NamespaceFilterSensitiveLog = exports.CreateNamespaceRequestFilterSensitiveLog = exports.InvalidPaginationException = exports.InsufficientCapacityException = exports.WorkgroupStatus = exports.UsageLimitUsageType = exports.UsageLimitPeriod = exports.UsageLimitBreachAction = exports.State = exports.TargetAction = exports.Schedule = exports.NamespaceStatus = exports.LogExport = exports.ThrottlingException = exports.ValidationException = exports.TooManyTagsException = exports.ServiceQuotaExceededException = exports.ResourceNotFoundException = exports.InternalServerException = exports.SnapshotStatus = exports.ConflictException = exports.AccessDeniedException = void 0;
4
- const smithy_client_1 = require("@smithy/smithy-client");
5
- const RedshiftServerlessServiceException_1 = require("./RedshiftServerlessServiceException");
6
- class AccessDeniedException extends RedshiftServerlessServiceException_1.RedshiftServerlessServiceException {
7
- constructor(opts) {
8
- super({
9
- name: "AccessDeniedException",
10
- $fault: "client",
11
- ...opts,
12
- });
13
- this.name = "AccessDeniedException";
14
- this.$fault = "client";
15
- Object.setPrototypeOf(this, AccessDeniedException.prototype);
16
- this.code = opts.code;
17
- }
18
- }
19
- exports.AccessDeniedException = AccessDeniedException;
20
- class ConflictException extends RedshiftServerlessServiceException_1.RedshiftServerlessServiceException {
21
- constructor(opts) {
22
- super({
23
- name: "ConflictException",
24
- $fault: "client",
25
- ...opts,
26
- });
27
- this.name = "ConflictException";
28
- this.$fault = "client";
29
- Object.setPrototypeOf(this, ConflictException.prototype);
30
- }
31
- }
32
- exports.ConflictException = ConflictException;
33
- exports.SnapshotStatus = {
34
- AVAILABLE: "AVAILABLE",
35
- CANCELLED: "CANCELLED",
36
- COPYING: "COPYING",
37
- CREATING: "CREATING",
38
- DELETED: "DELETED",
39
- FAILED: "FAILED",
40
- };
41
- class InternalServerException extends RedshiftServerlessServiceException_1.RedshiftServerlessServiceException {
42
- constructor(opts) {
43
- super({
44
- name: "InternalServerException",
45
- $fault: "server",
46
- ...opts,
47
- });
48
- this.name = "InternalServerException";
49
- this.$fault = "server";
50
- this.$retryable = {};
51
- Object.setPrototypeOf(this, InternalServerException.prototype);
52
- }
53
- }
54
- exports.InternalServerException = InternalServerException;
55
- class ResourceNotFoundException extends RedshiftServerlessServiceException_1.RedshiftServerlessServiceException {
56
- constructor(opts) {
57
- super({
58
- name: "ResourceNotFoundException",
59
- $fault: "client",
60
- ...opts,
61
- });
62
- this.name = "ResourceNotFoundException";
63
- this.$fault = "client";
64
- Object.setPrototypeOf(this, ResourceNotFoundException.prototype);
65
- this.resourceName = opts.resourceName;
66
- }
67
- }
68
- exports.ResourceNotFoundException = ResourceNotFoundException;
69
- class ServiceQuotaExceededException extends RedshiftServerlessServiceException_1.RedshiftServerlessServiceException {
70
- constructor(opts) {
71
- super({
72
- name: "ServiceQuotaExceededException",
73
- $fault: "client",
74
- ...opts,
75
- });
76
- this.name = "ServiceQuotaExceededException";
77
- this.$fault = "client";
78
- Object.setPrototypeOf(this, ServiceQuotaExceededException.prototype);
79
- }
80
- }
81
- exports.ServiceQuotaExceededException = ServiceQuotaExceededException;
82
- class TooManyTagsException extends RedshiftServerlessServiceException_1.RedshiftServerlessServiceException {
83
- constructor(opts) {
84
- super({
85
- name: "TooManyTagsException",
86
- $fault: "client",
87
- ...opts,
88
- });
89
- this.name = "TooManyTagsException";
90
- this.$fault = "client";
91
- Object.setPrototypeOf(this, TooManyTagsException.prototype);
92
- this.resourceName = opts.resourceName;
93
- }
94
- }
95
- exports.TooManyTagsException = TooManyTagsException;
96
- class ValidationException extends RedshiftServerlessServiceException_1.RedshiftServerlessServiceException {
97
- constructor(opts) {
98
- super({
99
- name: "ValidationException",
100
- $fault: "client",
101
- ...opts,
102
- });
103
- this.name = "ValidationException";
104
- this.$fault = "client";
105
- Object.setPrototypeOf(this, ValidationException.prototype);
106
- }
107
- }
108
- exports.ValidationException = ValidationException;
109
- class ThrottlingException extends RedshiftServerlessServiceException_1.RedshiftServerlessServiceException {
110
- constructor(opts) {
111
- super({
112
- name: "ThrottlingException",
113
- $fault: "client",
114
- ...opts,
115
- });
116
- this.name = "ThrottlingException";
117
- this.$fault = "client";
118
- this.$retryable = {};
119
- Object.setPrototypeOf(this, ThrottlingException.prototype);
120
- this.code = opts.code;
121
- }
122
- }
123
- exports.ThrottlingException = ThrottlingException;
124
- exports.LogExport = {
125
- CONNECTION_LOG: "connectionlog",
126
- USER_ACTIVITY_LOG: "useractivitylog",
127
- USER_LOG: "userlog",
128
- };
129
- exports.NamespaceStatus = {
130
- AVAILABLE: "AVAILABLE",
131
- DELETING: "DELETING",
132
- MODIFYING: "MODIFYING",
133
- };
134
- var Schedule;
135
- (function (Schedule) {
136
- Schedule.visit = (value, visitor) => {
137
- if (value.at !== undefined)
138
- return visitor.at(value.at);
139
- if (value.cron !== undefined)
140
- return visitor.cron(value.cron);
141
- return visitor._(value.$unknown[0], value.$unknown[1]);
142
- };
143
- })(Schedule = exports.Schedule || (exports.Schedule = {}));
144
- var TargetAction;
145
- (function (TargetAction) {
146
- TargetAction.visit = (value, visitor) => {
147
- if (value.createSnapshot !== undefined)
148
- return visitor.createSnapshot(value.createSnapshot);
149
- return visitor._(value.$unknown[0], value.$unknown[1]);
150
- };
151
- })(TargetAction = exports.TargetAction || (exports.TargetAction = {}));
152
- exports.State = {
153
- ACTIVE: "ACTIVE",
154
- DISABLED: "DISABLED",
155
- };
156
- exports.UsageLimitBreachAction = {
157
- DEACTIVATE: "deactivate",
158
- EMIT_METRIC: "emit-metric",
159
- LOG: "log",
160
- };
161
- exports.UsageLimitPeriod = {
162
- DAILY: "daily",
163
- MONTHLY: "monthly",
164
- WEEKLY: "weekly",
165
- };
166
- exports.UsageLimitUsageType = {
167
- CROSS_REGION_DATASHARING: "cross-region-datasharing",
168
- SERVERLESS_COMPUTE: "serverless-compute",
169
- };
170
- exports.WorkgroupStatus = {
171
- AVAILABLE: "AVAILABLE",
172
- CREATING: "CREATING",
173
- DELETING: "DELETING",
174
- MODIFYING: "MODIFYING",
175
- };
176
- class InsufficientCapacityException extends RedshiftServerlessServiceException_1.RedshiftServerlessServiceException {
177
- constructor(opts) {
178
- super({
179
- name: "InsufficientCapacityException",
180
- $fault: "client",
181
- ...opts,
182
- });
183
- this.name = "InsufficientCapacityException";
184
- this.$fault = "client";
185
- this.$retryable = {};
186
- Object.setPrototypeOf(this, InsufficientCapacityException.prototype);
187
- }
188
- }
189
- exports.InsufficientCapacityException = InsufficientCapacityException;
190
- class InvalidPaginationException extends RedshiftServerlessServiceException_1.RedshiftServerlessServiceException {
191
- constructor(opts) {
192
- super({
193
- name: "InvalidPaginationException",
194
- $fault: "client",
195
- ...opts,
196
- });
197
- this.name = "InvalidPaginationException";
198
- this.$fault = "client";
199
- Object.setPrototypeOf(this, InvalidPaginationException.prototype);
200
- }
201
- }
202
- exports.InvalidPaginationException = InvalidPaginationException;
203
- const CreateNamespaceRequestFilterSensitiveLog = (obj) => ({
204
- ...obj,
205
- ...(obj.adminUsername && { adminUsername: smithy_client_1.SENSITIVE_STRING }),
206
- ...(obj.adminUserPassword && { adminUserPassword: smithy_client_1.SENSITIVE_STRING }),
207
- });
208
- exports.CreateNamespaceRequestFilterSensitiveLog = CreateNamespaceRequestFilterSensitiveLog;
209
- const NamespaceFilterSensitiveLog = (obj) => ({
210
- ...obj,
211
- ...(obj.adminUsername && { adminUsername: smithy_client_1.SENSITIVE_STRING }),
212
- });
213
- exports.NamespaceFilterSensitiveLog = NamespaceFilterSensitiveLog;
214
- const CreateNamespaceResponseFilterSensitiveLog = (obj) => ({
215
- ...obj,
216
- ...(obj.namespace && { namespace: (0, exports.NamespaceFilterSensitiveLog)(obj.namespace) }),
217
- });
218
- exports.CreateNamespaceResponseFilterSensitiveLog = CreateNamespaceResponseFilterSensitiveLog;
219
- const DeleteNamespaceResponseFilterSensitiveLog = (obj) => ({
220
- ...obj,
221
- ...(obj.namespace && { namespace: (0, exports.NamespaceFilterSensitiveLog)(obj.namespace) }),
222
- });
223
- exports.DeleteNamespaceResponseFilterSensitiveLog = DeleteNamespaceResponseFilterSensitiveLog;
224
- const GetCredentialsResponseFilterSensitiveLog = (obj) => ({
225
- ...obj,
226
- ...(obj.dbUser && { dbUser: smithy_client_1.SENSITIVE_STRING }),
227
- ...(obj.dbPassword && { dbPassword: smithy_client_1.SENSITIVE_STRING }),
228
- });
229
- exports.GetCredentialsResponseFilterSensitiveLog = GetCredentialsResponseFilterSensitiveLog;
230
- const GetNamespaceResponseFilterSensitiveLog = (obj) => ({
231
- ...obj,
232
- ...(obj.namespace && { namespace: (0, exports.NamespaceFilterSensitiveLog)(obj.namespace) }),
233
- });
234
- exports.GetNamespaceResponseFilterSensitiveLog = GetNamespaceResponseFilterSensitiveLog;
235
- const ListNamespacesResponseFilterSensitiveLog = (obj) => ({
236
- ...obj,
237
- ...(obj.namespaces && { namespaces: obj.namespaces.map((item) => (0, exports.NamespaceFilterSensitiveLog)(item)) }),
238
- });
239
- exports.ListNamespacesResponseFilterSensitiveLog = ListNamespacesResponseFilterSensitiveLog;
240
- const UpdateNamespaceRequestFilterSensitiveLog = (obj) => ({
241
- ...obj,
242
- ...(obj.adminUserPassword && { adminUserPassword: smithy_client_1.SENSITIVE_STRING }),
243
- ...(obj.adminUsername && { adminUsername: smithy_client_1.SENSITIVE_STRING }),
244
- });
245
- exports.UpdateNamespaceRequestFilterSensitiveLog = UpdateNamespaceRequestFilterSensitiveLog;
246
- const UpdateNamespaceResponseFilterSensitiveLog = (obj) => ({
247
- ...obj,
248
- ...(obj.namespace && { namespace: (0, exports.NamespaceFilterSensitiveLog)(obj.namespace) }),
249
- });
250
- exports.UpdateNamespaceResponseFilterSensitiveLog = UpdateNamespaceResponseFilterSensitiveLog;
251
- const RestoreFromRecoveryPointResponseFilterSensitiveLog = (obj) => ({
252
- ...obj,
253
- ...(obj.namespace && { namespace: (0, exports.NamespaceFilterSensitiveLog)(obj.namespace) }),
254
- });
255
- exports.RestoreFromRecoveryPointResponseFilterSensitiveLog = RestoreFromRecoveryPointResponseFilterSensitiveLog;
256
- const RestoreFromSnapshotResponseFilterSensitiveLog = (obj) => ({
257
- ...obj,
258
- ...(obj.namespace && { namespace: (0, exports.NamespaceFilterSensitiveLog)(obj.namespace) }),
259
- });
260
- exports.RestoreFromSnapshotResponseFilterSensitiveLog = RestoreFromSnapshotResponseFilterSensitiveLog;
1
+ module.exports = require("../index.js");
@@ -1,2 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
1
+ module.exports = require("../index.js");
@@ -1,7 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.paginateListCustomDomainAssociations = void 0;
4
- const core_1 = require("@smithy/core");
5
- const ListCustomDomainAssociationsCommand_1 = require("../commands/ListCustomDomainAssociationsCommand");
6
- const RedshiftServerlessClient_1 = require("../RedshiftServerlessClient");
7
- exports.paginateListCustomDomainAssociations = (0, core_1.createPaginator)(RedshiftServerlessClient_1.RedshiftServerlessClient, ListCustomDomainAssociationsCommand_1.ListCustomDomainAssociationsCommand, "nextToken", "nextToken", "maxResults");
1
+ module.exports = require("../index.js");
@@ -1,7 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.paginateListEndpointAccess = void 0;
4
- const core_1 = require("@smithy/core");
5
- const ListEndpointAccessCommand_1 = require("../commands/ListEndpointAccessCommand");
6
- const RedshiftServerlessClient_1 = require("../RedshiftServerlessClient");
7
- exports.paginateListEndpointAccess = (0, core_1.createPaginator)(RedshiftServerlessClient_1.RedshiftServerlessClient, ListEndpointAccessCommand_1.ListEndpointAccessCommand, "nextToken", "nextToken", "maxResults");
1
+ module.exports = require("../index.js");
@@ -1,7 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.paginateListNamespaces = void 0;
4
- const core_1 = require("@smithy/core");
5
- const ListNamespacesCommand_1 = require("../commands/ListNamespacesCommand");
6
- const RedshiftServerlessClient_1 = require("../RedshiftServerlessClient");
7
- exports.paginateListNamespaces = (0, core_1.createPaginator)(RedshiftServerlessClient_1.RedshiftServerlessClient, ListNamespacesCommand_1.ListNamespacesCommand, "nextToken", "nextToken", "maxResults");
1
+ module.exports = require("../index.js");
@@ -1,7 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.paginateListRecoveryPoints = void 0;
4
- const core_1 = require("@smithy/core");
5
- const ListRecoveryPointsCommand_1 = require("../commands/ListRecoveryPointsCommand");
6
- const RedshiftServerlessClient_1 = require("../RedshiftServerlessClient");
7
- exports.paginateListRecoveryPoints = (0, core_1.createPaginator)(RedshiftServerlessClient_1.RedshiftServerlessClient, ListRecoveryPointsCommand_1.ListRecoveryPointsCommand, "nextToken", "nextToken", "maxResults");
1
+ module.exports = require("../index.js");
@@ -1,7 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.paginateListScheduledActions = void 0;
4
- const core_1 = require("@smithy/core");
5
- const ListScheduledActionsCommand_1 = require("../commands/ListScheduledActionsCommand");
6
- const RedshiftServerlessClient_1 = require("../RedshiftServerlessClient");
7
- exports.paginateListScheduledActions = (0, core_1.createPaginator)(RedshiftServerlessClient_1.RedshiftServerlessClient, ListScheduledActionsCommand_1.ListScheduledActionsCommand, "nextToken", "nextToken", "maxResults");
1
+ module.exports = require("../index.js");
@@ -1,7 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.paginateListSnapshotCopyConfigurations = void 0;
4
- const core_1 = require("@smithy/core");
5
- const ListSnapshotCopyConfigurationsCommand_1 = require("../commands/ListSnapshotCopyConfigurationsCommand");
6
- const RedshiftServerlessClient_1 = require("../RedshiftServerlessClient");
7
- exports.paginateListSnapshotCopyConfigurations = (0, core_1.createPaginator)(RedshiftServerlessClient_1.RedshiftServerlessClient, ListSnapshotCopyConfigurationsCommand_1.ListSnapshotCopyConfigurationsCommand, "nextToken", "nextToken", "maxResults");
1
+ module.exports = require("../index.js");
@@ -1,7 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.paginateListSnapshots = void 0;
4
- const core_1 = require("@smithy/core");
5
- const ListSnapshotsCommand_1 = require("../commands/ListSnapshotsCommand");
6
- const RedshiftServerlessClient_1 = require("../RedshiftServerlessClient");
7
- exports.paginateListSnapshots = (0, core_1.createPaginator)(RedshiftServerlessClient_1.RedshiftServerlessClient, ListSnapshotsCommand_1.ListSnapshotsCommand, "nextToken", "nextToken", "maxResults");
1
+ module.exports = require("../index.js");
@@ -1,7 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.paginateListTableRestoreStatus = void 0;
4
- const core_1 = require("@smithy/core");
5
- const ListTableRestoreStatusCommand_1 = require("../commands/ListTableRestoreStatusCommand");
6
- const RedshiftServerlessClient_1 = require("../RedshiftServerlessClient");
7
- exports.paginateListTableRestoreStatus = (0, core_1.createPaginator)(RedshiftServerlessClient_1.RedshiftServerlessClient, ListTableRestoreStatusCommand_1.ListTableRestoreStatusCommand, "nextToken", "nextToken", "maxResults");
1
+ module.exports = require("../index.js");
@@ -1,7 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.paginateListUsageLimits = void 0;
4
- const core_1 = require("@smithy/core");
5
- const ListUsageLimitsCommand_1 = require("../commands/ListUsageLimitsCommand");
6
- const RedshiftServerlessClient_1 = require("../RedshiftServerlessClient");
7
- exports.paginateListUsageLimits = (0, core_1.createPaginator)(RedshiftServerlessClient_1.RedshiftServerlessClient, ListUsageLimitsCommand_1.ListUsageLimitsCommand, "nextToken", "nextToken", "maxResults");
1
+ module.exports = require("../index.js");
@@ -1,7 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.paginateListWorkgroups = void 0;
4
- const core_1 = require("@smithy/core");
5
- const ListWorkgroupsCommand_1 = require("../commands/ListWorkgroupsCommand");
6
- const RedshiftServerlessClient_1 = require("../RedshiftServerlessClient");
7
- exports.paginateListWorkgroups = (0, core_1.createPaginator)(RedshiftServerlessClient_1.RedshiftServerlessClient, ListWorkgroupsCommand_1.ListWorkgroupsCommand, "nextToken", "nextToken", "maxResults");
1
+ module.exports = require("../index.js");
@@ -1,14 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- const tslib_1 = require("tslib");
4
- tslib_1.__exportStar(require("./Interfaces"), exports);
5
- tslib_1.__exportStar(require("./ListCustomDomainAssociationsPaginator"), exports);
6
- tslib_1.__exportStar(require("./ListEndpointAccessPaginator"), exports);
7
- tslib_1.__exportStar(require("./ListNamespacesPaginator"), exports);
8
- tslib_1.__exportStar(require("./ListRecoveryPointsPaginator"), exports);
9
- tslib_1.__exportStar(require("./ListScheduledActionsPaginator"), exports);
10
- tslib_1.__exportStar(require("./ListSnapshotCopyConfigurationsPaginator"), exports);
11
- tslib_1.__exportStar(require("./ListSnapshotsPaginator"), exports);
12
- tslib_1.__exportStar(require("./ListTableRestoreStatusPaginator"), exports);
13
- tslib_1.__exportStar(require("./ListUsageLimitsPaginator"), exports);
14
- tslib_1.__exportStar(require("./ListWorkgroupsPaginator"), exports);
1
+ module.exports = require("../index.js");