@aws-sdk/client-redshift-serverless 3.296.0 → 3.298.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/dist-cjs/commands/ConvertRecoveryPointToSnapshotCommand.js +2 -3
- package/dist-cjs/commands/CreateEndpointAccessCommand.js +2 -3
- package/dist-cjs/commands/CreateSnapshotCommand.js +2 -3
- package/dist-cjs/commands/CreateUsageLimitCommand.js +2 -3
- package/dist-cjs/commands/CreateWorkgroupCommand.js +2 -3
- package/dist-cjs/commands/DeleteEndpointAccessCommand.js +2 -3
- package/dist-cjs/commands/DeleteNamespaceCommand.js +1 -1
- package/dist-cjs/commands/DeleteResourcePolicyCommand.js +2 -3
- package/dist-cjs/commands/DeleteSnapshotCommand.js +2 -3
- package/dist-cjs/commands/DeleteUsageLimitCommand.js +2 -3
- package/dist-cjs/commands/DeleteWorkgroupCommand.js +2 -3
- package/dist-cjs/commands/GetCredentialsCommand.js +1 -1
- package/dist-cjs/commands/GetEndpointAccessCommand.js +2 -3
- package/dist-cjs/commands/GetNamespaceCommand.js +1 -1
- package/dist-cjs/commands/GetRecoveryPointCommand.js +2 -3
- package/dist-cjs/commands/GetResourcePolicyCommand.js +2 -3
- package/dist-cjs/commands/GetSnapshotCommand.js +2 -3
- package/dist-cjs/commands/GetTableRestoreStatusCommand.js +2 -3
- package/dist-cjs/commands/GetUsageLimitCommand.js +2 -3
- package/dist-cjs/commands/GetWorkgroupCommand.js +2 -3
- package/dist-cjs/commands/ListEndpointAccessCommand.js +2 -3
- package/dist-cjs/commands/ListNamespacesCommand.js +1 -1
- package/dist-cjs/commands/ListRecoveryPointsCommand.js +2 -3
- package/dist-cjs/commands/ListSnapshotsCommand.js +2 -3
- package/dist-cjs/commands/ListTableRestoreStatusCommand.js +2 -3
- package/dist-cjs/commands/ListTagsForResourceCommand.js +2 -3
- package/dist-cjs/commands/ListUsageLimitsCommand.js +2 -3
- package/dist-cjs/commands/ListWorkgroupsCommand.js +2 -3
- package/dist-cjs/commands/PutResourcePolicyCommand.js +2 -3
- package/dist-cjs/commands/RestoreFromRecoveryPointCommand.js +1 -1
- package/dist-cjs/commands/RestoreFromSnapshotCommand.js +1 -1
- package/dist-cjs/commands/RestoreTableFromSnapshotCommand.js +2 -3
- package/dist-cjs/commands/TagResourceCommand.js +2 -3
- package/dist-cjs/commands/UntagResourceCommand.js +2 -3
- package/dist-cjs/commands/UpdateEndpointAccessCommand.js +2 -3
- package/dist-cjs/commands/UpdateSnapshotCommand.js +2 -3
- package/dist-cjs/commands/UpdateUsageLimitCommand.js +2 -3
- package/dist-cjs/commands/UpdateWorkgroupCommand.js +2 -3
- package/dist-cjs/models/models_0.js +1 -335
- package/dist-es/commands/ConvertRecoveryPointToSnapshotCommand.js +2 -3
- package/dist-es/commands/CreateEndpointAccessCommand.js +2 -3
- package/dist-es/commands/CreateSnapshotCommand.js +2 -3
- package/dist-es/commands/CreateUsageLimitCommand.js +2 -3
- package/dist-es/commands/CreateWorkgroupCommand.js +2 -3
- package/dist-es/commands/DeleteEndpointAccessCommand.js +2 -3
- package/dist-es/commands/DeleteNamespaceCommand.js +2 -2
- package/dist-es/commands/DeleteResourcePolicyCommand.js +2 -3
- package/dist-es/commands/DeleteSnapshotCommand.js +2 -3
- package/dist-es/commands/DeleteUsageLimitCommand.js +2 -3
- package/dist-es/commands/DeleteWorkgroupCommand.js +2 -3
- package/dist-es/commands/GetCredentialsCommand.js +2 -2
- package/dist-es/commands/GetEndpointAccessCommand.js +2 -3
- package/dist-es/commands/GetNamespaceCommand.js +2 -2
- package/dist-es/commands/GetRecoveryPointCommand.js +2 -3
- package/dist-es/commands/GetResourcePolicyCommand.js +2 -3
- package/dist-es/commands/GetSnapshotCommand.js +2 -3
- package/dist-es/commands/GetTableRestoreStatusCommand.js +2 -3
- package/dist-es/commands/GetUsageLimitCommand.js +2 -3
- package/dist-es/commands/GetWorkgroupCommand.js +2 -3
- package/dist-es/commands/ListEndpointAccessCommand.js +2 -3
- package/dist-es/commands/ListNamespacesCommand.js +2 -2
- package/dist-es/commands/ListRecoveryPointsCommand.js +2 -3
- package/dist-es/commands/ListSnapshotsCommand.js +2 -3
- package/dist-es/commands/ListTableRestoreStatusCommand.js +2 -3
- package/dist-es/commands/ListTagsForResourceCommand.js +2 -3
- package/dist-es/commands/ListUsageLimitsCommand.js +2 -3
- package/dist-es/commands/ListWorkgroupsCommand.js +2 -3
- package/dist-es/commands/PutResourcePolicyCommand.js +2 -3
- package/dist-es/commands/RestoreFromRecoveryPointCommand.js +2 -2
- package/dist-es/commands/RestoreFromSnapshotCommand.js +2 -2
- package/dist-es/commands/RestoreTableFromSnapshotCommand.js +2 -3
- package/dist-es/commands/TagResourceCommand.js +2 -3
- package/dist-es/commands/UntagResourceCommand.js +2 -3
- package/dist-es/commands/UpdateEndpointAccessCommand.js +2 -3
- package/dist-es/commands/UpdateSnapshotCommand.js +2 -3
- package/dist-es/commands/UpdateUsageLimitCommand.js +2 -3
- package/dist-es/commands/UpdateWorkgroupCommand.js +2 -3
- package/dist-es/models/models_0.js +0 -249
- package/dist-types/RedshiftServerless.d.ts +41 -0
- package/dist-types/RedshiftServerlessClient.d.ts +24 -4
- package/dist-types/commands/ConvertRecoveryPointToSnapshotCommand.d.ts +16 -0
- package/dist-types/commands/CreateEndpointAccessCommand.d.ts +16 -0
- package/dist-types/commands/CreateNamespaceCommand.d.ts +16 -0
- package/dist-types/commands/CreateSnapshotCommand.d.ts +16 -0
- package/dist-types/commands/CreateUsageLimitCommand.d.ts +16 -0
- package/dist-types/commands/CreateWorkgroupCommand.d.ts +16 -0
- package/dist-types/commands/DeleteEndpointAccessCommand.d.ts +16 -0
- package/dist-types/commands/DeleteNamespaceCommand.d.ts +16 -0
- package/dist-types/commands/DeleteResourcePolicyCommand.d.ts +16 -0
- package/dist-types/commands/DeleteSnapshotCommand.d.ts +16 -0
- package/dist-types/commands/DeleteUsageLimitCommand.d.ts +16 -0
- package/dist-types/commands/DeleteWorkgroupCommand.d.ts +16 -0
- package/dist-types/commands/GetCredentialsCommand.d.ts +16 -0
- package/dist-types/commands/GetEndpointAccessCommand.d.ts +16 -0
- package/dist-types/commands/GetNamespaceCommand.d.ts +16 -0
- package/dist-types/commands/GetRecoveryPointCommand.d.ts +16 -0
- package/dist-types/commands/GetResourcePolicyCommand.d.ts +16 -0
- package/dist-types/commands/GetSnapshotCommand.d.ts +16 -0
- package/dist-types/commands/GetTableRestoreStatusCommand.d.ts +16 -0
- package/dist-types/commands/GetUsageLimitCommand.d.ts +16 -0
- package/dist-types/commands/GetWorkgroupCommand.d.ts +16 -0
- package/dist-types/commands/ListEndpointAccessCommand.d.ts +16 -0
- package/dist-types/commands/ListNamespacesCommand.d.ts +16 -0
- package/dist-types/commands/ListRecoveryPointsCommand.d.ts +16 -0
- package/dist-types/commands/ListSnapshotsCommand.d.ts +16 -0
- package/dist-types/commands/ListTableRestoreStatusCommand.d.ts +16 -0
- package/dist-types/commands/ListTagsForResourceCommand.d.ts +16 -0
- package/dist-types/commands/ListUsageLimitsCommand.d.ts +16 -0
- package/dist-types/commands/ListWorkgroupsCommand.d.ts +16 -0
- package/dist-types/commands/PutResourcePolicyCommand.d.ts +16 -0
- package/dist-types/commands/RestoreFromRecoveryPointCommand.d.ts +16 -0
- package/dist-types/commands/RestoreFromSnapshotCommand.d.ts +16 -0
- package/dist-types/commands/RestoreTableFromSnapshotCommand.d.ts +16 -0
- package/dist-types/commands/TagResourceCommand.d.ts +16 -0
- package/dist-types/commands/UntagResourceCommand.d.ts +16 -0
- package/dist-types/commands/UpdateEndpointAccessCommand.d.ts +16 -0
- package/dist-types/commands/UpdateNamespaceCommand.d.ts +16 -0
- package/dist-types/commands/UpdateSnapshotCommand.d.ts +16 -0
- package/dist-types/commands/UpdateUsageLimitCommand.d.ts +16 -0
- package/dist-types/commands/UpdateWorkgroupCommand.d.ts +16 -0
- package/dist-types/models/RedshiftServerlessServiceException.d.ts +2 -0
- package/dist-types/models/models_0.d.ts +289 -336
- package/dist-types/pagination/Interfaces.d.ts +3 -0
- package/dist-types/pagination/ListEndpointAccessPaginator.d.ts +3 -0
- package/dist-types/pagination/ListNamespacesPaginator.d.ts +3 -0
- package/dist-types/pagination/ListRecoveryPointsPaginator.d.ts +3 -0
- package/dist-types/pagination/ListSnapshotsPaginator.d.ts +3 -0
- package/dist-types/pagination/ListTableRestoreStatusPaginator.d.ts +3 -0
- package/dist-types/pagination/ListUsageLimitsPaginator.d.ts +3 -0
- package/dist-types/pagination/ListWorkgroupsPaginator.d.ts +3 -0
- package/dist-types/ts3.4/models/models_0.d.ts +0 -237
- package/package.json +4 -3
|
@@ -172,39 +172,6 @@ export class ThrottlingException extends __BaseException {
|
|
|
172
172
|
this.code = opts.code;
|
|
173
173
|
}
|
|
174
174
|
}
|
|
175
|
-
export const ConfigParameterFilterSensitiveLog = (obj) => ({
|
|
176
|
-
...obj,
|
|
177
|
-
});
|
|
178
|
-
export const TagFilterSensitiveLog = (obj) => ({
|
|
179
|
-
...obj,
|
|
180
|
-
});
|
|
181
|
-
export const ConvertRecoveryPointToSnapshotRequestFilterSensitiveLog = (obj) => ({
|
|
182
|
-
...obj,
|
|
183
|
-
});
|
|
184
|
-
export const SnapshotFilterSensitiveLog = (obj) => ({
|
|
185
|
-
...obj,
|
|
186
|
-
});
|
|
187
|
-
export const ConvertRecoveryPointToSnapshotResponseFilterSensitiveLog = (obj) => ({
|
|
188
|
-
...obj,
|
|
189
|
-
});
|
|
190
|
-
export const CreateEndpointAccessRequestFilterSensitiveLog = (obj) => ({
|
|
191
|
-
...obj,
|
|
192
|
-
});
|
|
193
|
-
export const NetworkInterfaceFilterSensitiveLog = (obj) => ({
|
|
194
|
-
...obj,
|
|
195
|
-
});
|
|
196
|
-
export const VpcEndpointFilterSensitiveLog = (obj) => ({
|
|
197
|
-
...obj,
|
|
198
|
-
});
|
|
199
|
-
export const VpcSecurityGroupMembershipFilterSensitiveLog = (obj) => ({
|
|
200
|
-
...obj,
|
|
201
|
-
});
|
|
202
|
-
export const EndpointAccessFilterSensitiveLog = (obj) => ({
|
|
203
|
-
...obj,
|
|
204
|
-
});
|
|
205
|
-
export const CreateEndpointAccessResponseFilterSensitiveLog = (obj) => ({
|
|
206
|
-
...obj,
|
|
207
|
-
});
|
|
208
175
|
export const CreateNamespaceRequestFilterSensitiveLog = (obj) => ({
|
|
209
176
|
...obj,
|
|
210
177
|
...(obj.adminUsername && { adminUsername: SENSITIVE_STRING }),
|
|
@@ -218,191 +185,23 @@ export const CreateNamespaceResponseFilterSensitiveLog = (obj) => ({
|
|
|
218
185
|
...obj,
|
|
219
186
|
...(obj.namespace && { namespace: NamespaceFilterSensitiveLog(obj.namespace) }),
|
|
220
187
|
});
|
|
221
|
-
export const CreateSnapshotRequestFilterSensitiveLog = (obj) => ({
|
|
222
|
-
...obj,
|
|
223
|
-
});
|
|
224
|
-
export const CreateSnapshotResponseFilterSensitiveLog = (obj) => ({
|
|
225
|
-
...obj,
|
|
226
|
-
});
|
|
227
|
-
export const CreateUsageLimitRequestFilterSensitiveLog = (obj) => ({
|
|
228
|
-
...obj,
|
|
229
|
-
});
|
|
230
|
-
export const UsageLimitFilterSensitiveLog = (obj) => ({
|
|
231
|
-
...obj,
|
|
232
|
-
});
|
|
233
|
-
export const CreateUsageLimitResponseFilterSensitiveLog = (obj) => ({
|
|
234
|
-
...obj,
|
|
235
|
-
});
|
|
236
|
-
export const CreateWorkgroupRequestFilterSensitiveLog = (obj) => ({
|
|
237
|
-
...obj,
|
|
238
|
-
});
|
|
239
|
-
export const EndpointFilterSensitiveLog = (obj) => ({
|
|
240
|
-
...obj,
|
|
241
|
-
});
|
|
242
|
-
export const WorkgroupFilterSensitiveLog = (obj) => ({
|
|
243
|
-
...obj,
|
|
244
|
-
});
|
|
245
|
-
export const CreateWorkgroupResponseFilterSensitiveLog = (obj) => ({
|
|
246
|
-
...obj,
|
|
247
|
-
});
|
|
248
|
-
export const DeleteEndpointAccessRequestFilterSensitiveLog = (obj) => ({
|
|
249
|
-
...obj,
|
|
250
|
-
});
|
|
251
|
-
export const DeleteEndpointAccessResponseFilterSensitiveLog = (obj) => ({
|
|
252
|
-
...obj,
|
|
253
|
-
});
|
|
254
|
-
export const GetEndpointAccessRequestFilterSensitiveLog = (obj) => ({
|
|
255
|
-
...obj,
|
|
256
|
-
});
|
|
257
|
-
export const GetEndpointAccessResponseFilterSensitiveLog = (obj) => ({
|
|
258
|
-
...obj,
|
|
259
|
-
});
|
|
260
|
-
export const ListEndpointAccessRequestFilterSensitiveLog = (obj) => ({
|
|
261
|
-
...obj,
|
|
262
|
-
});
|
|
263
|
-
export const ListEndpointAccessResponseFilterSensitiveLog = (obj) => ({
|
|
264
|
-
...obj,
|
|
265
|
-
});
|
|
266
|
-
export const UpdateEndpointAccessRequestFilterSensitiveLog = (obj) => ({
|
|
267
|
-
...obj,
|
|
268
|
-
});
|
|
269
|
-
export const UpdateEndpointAccessResponseFilterSensitiveLog = (obj) => ({
|
|
270
|
-
...obj,
|
|
271
|
-
});
|
|
272
|
-
export const DeleteNamespaceRequestFilterSensitiveLog = (obj) => ({
|
|
273
|
-
...obj,
|
|
274
|
-
});
|
|
275
188
|
export const DeleteNamespaceResponseFilterSensitiveLog = (obj) => ({
|
|
276
189
|
...obj,
|
|
277
190
|
...(obj.namespace && { namespace: NamespaceFilterSensitiveLog(obj.namespace) }),
|
|
278
191
|
});
|
|
279
|
-
export const DeleteResourcePolicyRequestFilterSensitiveLog = (obj) => ({
|
|
280
|
-
...obj,
|
|
281
|
-
});
|
|
282
|
-
export const DeleteResourcePolicyResponseFilterSensitiveLog = (obj) => ({
|
|
283
|
-
...obj,
|
|
284
|
-
});
|
|
285
|
-
export const DeleteSnapshotRequestFilterSensitiveLog = (obj) => ({
|
|
286
|
-
...obj,
|
|
287
|
-
});
|
|
288
|
-
export const DeleteSnapshotResponseFilterSensitiveLog = (obj) => ({
|
|
289
|
-
...obj,
|
|
290
|
-
});
|
|
291
|
-
export const DeleteUsageLimitRequestFilterSensitiveLog = (obj) => ({
|
|
292
|
-
...obj,
|
|
293
|
-
});
|
|
294
|
-
export const DeleteUsageLimitResponseFilterSensitiveLog = (obj) => ({
|
|
295
|
-
...obj,
|
|
296
|
-
});
|
|
297
|
-
export const DeleteWorkgroupRequestFilterSensitiveLog = (obj) => ({
|
|
298
|
-
...obj,
|
|
299
|
-
});
|
|
300
|
-
export const DeleteWorkgroupResponseFilterSensitiveLog = (obj) => ({
|
|
301
|
-
...obj,
|
|
302
|
-
});
|
|
303
|
-
export const GetCredentialsRequestFilterSensitiveLog = (obj) => ({
|
|
304
|
-
...obj,
|
|
305
|
-
});
|
|
306
192
|
export const GetCredentialsResponseFilterSensitiveLog = (obj) => ({
|
|
307
193
|
...obj,
|
|
308
194
|
...(obj.dbUser && { dbUser: SENSITIVE_STRING }),
|
|
309
195
|
...(obj.dbPassword && { dbPassword: SENSITIVE_STRING }),
|
|
310
196
|
});
|
|
311
|
-
export const GetNamespaceRequestFilterSensitiveLog = (obj) => ({
|
|
312
|
-
...obj,
|
|
313
|
-
});
|
|
314
197
|
export const GetNamespaceResponseFilterSensitiveLog = (obj) => ({
|
|
315
198
|
...obj,
|
|
316
199
|
...(obj.namespace && { namespace: NamespaceFilterSensitiveLog(obj.namespace) }),
|
|
317
200
|
});
|
|
318
|
-
export const GetRecoveryPointRequestFilterSensitiveLog = (obj) => ({
|
|
319
|
-
...obj,
|
|
320
|
-
});
|
|
321
|
-
export const RecoveryPointFilterSensitiveLog = (obj) => ({
|
|
322
|
-
...obj,
|
|
323
|
-
});
|
|
324
|
-
export const GetRecoveryPointResponseFilterSensitiveLog = (obj) => ({
|
|
325
|
-
...obj,
|
|
326
|
-
});
|
|
327
|
-
export const GetResourcePolicyRequestFilterSensitiveLog = (obj) => ({
|
|
328
|
-
...obj,
|
|
329
|
-
});
|
|
330
|
-
export const ResourcePolicyFilterSensitiveLog = (obj) => ({
|
|
331
|
-
...obj,
|
|
332
|
-
});
|
|
333
|
-
export const GetResourcePolicyResponseFilterSensitiveLog = (obj) => ({
|
|
334
|
-
...obj,
|
|
335
|
-
});
|
|
336
|
-
export const GetSnapshotRequestFilterSensitiveLog = (obj) => ({
|
|
337
|
-
...obj,
|
|
338
|
-
});
|
|
339
|
-
export const GetSnapshotResponseFilterSensitiveLog = (obj) => ({
|
|
340
|
-
...obj,
|
|
341
|
-
});
|
|
342
|
-
export const GetTableRestoreStatusRequestFilterSensitiveLog = (obj) => ({
|
|
343
|
-
...obj,
|
|
344
|
-
});
|
|
345
|
-
export const TableRestoreStatusFilterSensitiveLog = (obj) => ({
|
|
346
|
-
...obj,
|
|
347
|
-
});
|
|
348
|
-
export const GetTableRestoreStatusResponseFilterSensitiveLog = (obj) => ({
|
|
349
|
-
...obj,
|
|
350
|
-
});
|
|
351
|
-
export const GetUsageLimitRequestFilterSensitiveLog = (obj) => ({
|
|
352
|
-
...obj,
|
|
353
|
-
});
|
|
354
|
-
export const GetUsageLimitResponseFilterSensitiveLog = (obj) => ({
|
|
355
|
-
...obj,
|
|
356
|
-
});
|
|
357
|
-
export const GetWorkgroupRequestFilterSensitiveLog = (obj) => ({
|
|
358
|
-
...obj,
|
|
359
|
-
});
|
|
360
|
-
export const GetWorkgroupResponseFilterSensitiveLog = (obj) => ({
|
|
361
|
-
...obj,
|
|
362
|
-
});
|
|
363
|
-
export const ListNamespacesRequestFilterSensitiveLog = (obj) => ({
|
|
364
|
-
...obj,
|
|
365
|
-
});
|
|
366
201
|
export const ListNamespacesResponseFilterSensitiveLog = (obj) => ({
|
|
367
202
|
...obj,
|
|
368
203
|
...(obj.namespaces && { namespaces: obj.namespaces.map((item) => NamespaceFilterSensitiveLog(item)) }),
|
|
369
204
|
});
|
|
370
|
-
export const ListRecoveryPointsRequestFilterSensitiveLog = (obj) => ({
|
|
371
|
-
...obj,
|
|
372
|
-
});
|
|
373
|
-
export const ListRecoveryPointsResponseFilterSensitiveLog = (obj) => ({
|
|
374
|
-
...obj,
|
|
375
|
-
});
|
|
376
|
-
export const ListSnapshotsRequestFilterSensitiveLog = (obj) => ({
|
|
377
|
-
...obj,
|
|
378
|
-
});
|
|
379
|
-
export const ListSnapshotsResponseFilterSensitiveLog = (obj) => ({
|
|
380
|
-
...obj,
|
|
381
|
-
});
|
|
382
|
-
export const ListTableRestoreStatusRequestFilterSensitiveLog = (obj) => ({
|
|
383
|
-
...obj,
|
|
384
|
-
});
|
|
385
|
-
export const ListTableRestoreStatusResponseFilterSensitiveLog = (obj) => ({
|
|
386
|
-
...obj,
|
|
387
|
-
});
|
|
388
|
-
export const ListTagsForResourceRequestFilterSensitiveLog = (obj) => ({
|
|
389
|
-
...obj,
|
|
390
|
-
});
|
|
391
|
-
export const ListTagsForResourceResponseFilterSensitiveLog = (obj) => ({
|
|
392
|
-
...obj,
|
|
393
|
-
});
|
|
394
|
-
export const ListUsageLimitsRequestFilterSensitiveLog = (obj) => ({
|
|
395
|
-
...obj,
|
|
396
|
-
});
|
|
397
|
-
export const ListUsageLimitsResponseFilterSensitiveLog = (obj) => ({
|
|
398
|
-
...obj,
|
|
399
|
-
});
|
|
400
|
-
export const ListWorkgroupsRequestFilterSensitiveLog = (obj) => ({
|
|
401
|
-
...obj,
|
|
402
|
-
});
|
|
403
|
-
export const ListWorkgroupsResponseFilterSensitiveLog = (obj) => ({
|
|
404
|
-
...obj,
|
|
405
|
-
});
|
|
406
205
|
export const UpdateNamespaceRequestFilterSensitiveLog = (obj) => ({
|
|
407
206
|
...obj,
|
|
408
207
|
...(obj.adminUserPassword && { adminUserPassword: SENSITIVE_STRING }),
|
|
@@ -412,59 +211,11 @@ export const UpdateNamespaceResponseFilterSensitiveLog = (obj) => ({
|
|
|
412
211
|
...obj,
|
|
413
212
|
...(obj.namespace && { namespace: NamespaceFilterSensitiveLog(obj.namespace) }),
|
|
414
213
|
});
|
|
415
|
-
export const PutResourcePolicyRequestFilterSensitiveLog = (obj) => ({
|
|
416
|
-
...obj,
|
|
417
|
-
});
|
|
418
|
-
export const PutResourcePolicyResponseFilterSensitiveLog = (obj) => ({
|
|
419
|
-
...obj,
|
|
420
|
-
});
|
|
421
|
-
export const RestoreFromRecoveryPointRequestFilterSensitiveLog = (obj) => ({
|
|
422
|
-
...obj,
|
|
423
|
-
});
|
|
424
214
|
export const RestoreFromRecoveryPointResponseFilterSensitiveLog = (obj) => ({
|
|
425
215
|
...obj,
|
|
426
216
|
...(obj.namespace && { namespace: NamespaceFilterSensitiveLog(obj.namespace) }),
|
|
427
217
|
});
|
|
428
|
-
export const RestoreFromSnapshotRequestFilterSensitiveLog = (obj) => ({
|
|
429
|
-
...obj,
|
|
430
|
-
});
|
|
431
218
|
export const RestoreFromSnapshotResponseFilterSensitiveLog = (obj) => ({
|
|
432
219
|
...obj,
|
|
433
220
|
...(obj.namespace && { namespace: NamespaceFilterSensitiveLog(obj.namespace) }),
|
|
434
221
|
});
|
|
435
|
-
export const RestoreTableFromSnapshotRequestFilterSensitiveLog = (obj) => ({
|
|
436
|
-
...obj,
|
|
437
|
-
});
|
|
438
|
-
export const RestoreTableFromSnapshotResponseFilterSensitiveLog = (obj) => ({
|
|
439
|
-
...obj,
|
|
440
|
-
});
|
|
441
|
-
export const UpdateSnapshotRequestFilterSensitiveLog = (obj) => ({
|
|
442
|
-
...obj,
|
|
443
|
-
});
|
|
444
|
-
export const UpdateSnapshotResponseFilterSensitiveLog = (obj) => ({
|
|
445
|
-
...obj,
|
|
446
|
-
});
|
|
447
|
-
export const TagResourceRequestFilterSensitiveLog = (obj) => ({
|
|
448
|
-
...obj,
|
|
449
|
-
});
|
|
450
|
-
export const TagResourceResponseFilterSensitiveLog = (obj) => ({
|
|
451
|
-
...obj,
|
|
452
|
-
});
|
|
453
|
-
export const UntagResourceRequestFilterSensitiveLog = (obj) => ({
|
|
454
|
-
...obj,
|
|
455
|
-
});
|
|
456
|
-
export const UntagResourceResponseFilterSensitiveLog = (obj) => ({
|
|
457
|
-
...obj,
|
|
458
|
-
});
|
|
459
|
-
export const UpdateUsageLimitRequestFilterSensitiveLog = (obj) => ({
|
|
460
|
-
...obj,
|
|
461
|
-
});
|
|
462
|
-
export const UpdateUsageLimitResponseFilterSensitiveLog = (obj) => ({
|
|
463
|
-
...obj,
|
|
464
|
-
});
|
|
465
|
-
export const UpdateWorkgroupRequestFilterSensitiveLog = (obj) => ({
|
|
466
|
-
...obj,
|
|
467
|
-
});
|
|
468
|
-
export const UpdateWorkgroupResponseFilterSensitiveLog = (obj) => ({
|
|
469
|
-
...obj,
|
|
470
|
-
});
|
|
@@ -41,6 +41,7 @@ import { UpdateUsageLimitCommandInput, UpdateUsageLimitCommandOutput } from "./c
|
|
|
41
41
|
import { UpdateWorkgroupCommandInput, UpdateWorkgroupCommandOutput } from "./commands/UpdateWorkgroupCommand";
|
|
42
42
|
import { RedshiftServerlessClient } from "./RedshiftServerlessClient";
|
|
43
43
|
/**
|
|
44
|
+
* @public
|
|
44
45
|
* <p>This is an interface reference for Amazon Redshift Serverless.
|
|
45
46
|
* It contains documentation for one of the programming or command line interfaces you can use to manage Amazon Redshift Serverless.
|
|
46
47
|
* </p>
|
|
@@ -56,6 +57,7 @@ import { RedshiftServerlessClient } from "./RedshiftServerlessClient";
|
|
|
56
57
|
*/
|
|
57
58
|
export declare class RedshiftServerless extends RedshiftServerlessClient {
|
|
58
59
|
/**
|
|
60
|
+
* @public
|
|
59
61
|
* <p>Converts a recovery point to a snapshot. For more information about recovery points and snapshots,
|
|
60
62
|
* see <a href="https://docs.aws.amazon.com/redshift/latest/mgmt/serverless-snapshots-recovery.html">Working with snapshots and recovery points</a>.</p>
|
|
61
63
|
*/
|
|
@@ -63,18 +65,21 @@ export declare class RedshiftServerless extends RedshiftServerlessClient {
|
|
|
63
65
|
convertRecoveryPointToSnapshot(args: ConvertRecoveryPointToSnapshotCommandInput, cb: (err: any, data?: ConvertRecoveryPointToSnapshotCommandOutput) => void): void;
|
|
64
66
|
convertRecoveryPointToSnapshot(args: ConvertRecoveryPointToSnapshotCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ConvertRecoveryPointToSnapshotCommandOutput) => void): void;
|
|
65
67
|
/**
|
|
68
|
+
* @public
|
|
66
69
|
* <p>Creates an Amazon Redshift Serverless managed VPC endpoint.</p>
|
|
67
70
|
*/
|
|
68
71
|
createEndpointAccess(args: CreateEndpointAccessCommandInput, options?: __HttpHandlerOptions): Promise<CreateEndpointAccessCommandOutput>;
|
|
69
72
|
createEndpointAccess(args: CreateEndpointAccessCommandInput, cb: (err: any, data?: CreateEndpointAccessCommandOutput) => void): void;
|
|
70
73
|
createEndpointAccess(args: CreateEndpointAccessCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreateEndpointAccessCommandOutput) => void): void;
|
|
71
74
|
/**
|
|
75
|
+
* @public
|
|
72
76
|
* <p>Creates a namespace in Amazon Redshift Serverless.</p>
|
|
73
77
|
*/
|
|
74
78
|
createNamespace(args: CreateNamespaceCommandInput, options?: __HttpHandlerOptions): Promise<CreateNamespaceCommandOutput>;
|
|
75
79
|
createNamespace(args: CreateNamespaceCommandInput, cb: (err: any, data?: CreateNamespaceCommandOutput) => void): void;
|
|
76
80
|
createNamespace(args: CreateNamespaceCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreateNamespaceCommandOutput) => void): void;
|
|
77
81
|
/**
|
|
82
|
+
* @public
|
|
78
83
|
* <p>Creates a snapshot of all databases in a namespace.
|
|
79
84
|
* For more information about snapshots, see
|
|
80
85
|
* <a href="https://docs.aws.amazon.com/redshift/latest/mgmt/serverless-snapshots-recovery.html">
|
|
@@ -84,6 +89,7 @@ export declare class RedshiftServerless extends RedshiftServerlessClient {
|
|
|
84
89
|
createSnapshot(args: CreateSnapshotCommandInput, cb: (err: any, data?: CreateSnapshotCommandOutput) => void): void;
|
|
85
90
|
createSnapshot(args: CreateSnapshotCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreateSnapshotCommandOutput) => void): void;
|
|
86
91
|
/**
|
|
92
|
+
* @public
|
|
87
93
|
* <p>Creates a usage limit for a specified Amazon Redshift Serverless usage type. The usage limit is identified by the returned usage limit identifier.
|
|
88
94
|
* </p>
|
|
89
95
|
*/
|
|
@@ -91,18 +97,21 @@ export declare class RedshiftServerless extends RedshiftServerlessClient {
|
|
|
91
97
|
createUsageLimit(args: CreateUsageLimitCommandInput, cb: (err: any, data?: CreateUsageLimitCommandOutput) => void): void;
|
|
92
98
|
createUsageLimit(args: CreateUsageLimitCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreateUsageLimitCommandOutput) => void): void;
|
|
93
99
|
/**
|
|
100
|
+
* @public
|
|
94
101
|
* <p>Creates an workgroup in Amazon Redshift Serverless.</p>
|
|
95
102
|
*/
|
|
96
103
|
createWorkgroup(args: CreateWorkgroupCommandInput, options?: __HttpHandlerOptions): Promise<CreateWorkgroupCommandOutput>;
|
|
97
104
|
createWorkgroup(args: CreateWorkgroupCommandInput, cb: (err: any, data?: CreateWorkgroupCommandOutput) => void): void;
|
|
98
105
|
createWorkgroup(args: CreateWorkgroupCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreateWorkgroupCommandOutput) => void): void;
|
|
99
106
|
/**
|
|
107
|
+
* @public
|
|
100
108
|
* <p>Deletes an Amazon Redshift Serverless managed VPC endpoint.</p>
|
|
101
109
|
*/
|
|
102
110
|
deleteEndpointAccess(args: DeleteEndpointAccessCommandInput, options?: __HttpHandlerOptions): Promise<DeleteEndpointAccessCommandOutput>;
|
|
103
111
|
deleteEndpointAccess(args: DeleteEndpointAccessCommandInput, cb: (err: any, data?: DeleteEndpointAccessCommandOutput) => void): void;
|
|
104
112
|
deleteEndpointAccess(args: DeleteEndpointAccessCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteEndpointAccessCommandOutput) => void): void;
|
|
105
113
|
/**
|
|
114
|
+
* @public
|
|
106
115
|
* <p>Deletes a namespace from Amazon Redshift Serverless.
|
|
107
116
|
* Before you delete the namespace, you can create a final snapshot that has all of the data within the namespace.</p>
|
|
108
117
|
*/
|
|
@@ -110,30 +119,35 @@ export declare class RedshiftServerless extends RedshiftServerlessClient {
|
|
|
110
119
|
deleteNamespace(args: DeleteNamespaceCommandInput, cb: (err: any, data?: DeleteNamespaceCommandOutput) => void): void;
|
|
111
120
|
deleteNamespace(args: DeleteNamespaceCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteNamespaceCommandOutput) => void): void;
|
|
112
121
|
/**
|
|
122
|
+
* @public
|
|
113
123
|
* <p>Deletes the specified resource policy.</p>
|
|
114
124
|
*/
|
|
115
125
|
deleteResourcePolicy(args: DeleteResourcePolicyCommandInput, options?: __HttpHandlerOptions): Promise<DeleteResourcePolicyCommandOutput>;
|
|
116
126
|
deleteResourcePolicy(args: DeleteResourcePolicyCommandInput, cb: (err: any, data?: DeleteResourcePolicyCommandOutput) => void): void;
|
|
117
127
|
deleteResourcePolicy(args: DeleteResourcePolicyCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteResourcePolicyCommandOutput) => void): void;
|
|
118
128
|
/**
|
|
129
|
+
* @public
|
|
119
130
|
* <p>Deletes a snapshot from Amazon Redshift Serverless.</p>
|
|
120
131
|
*/
|
|
121
132
|
deleteSnapshot(args: DeleteSnapshotCommandInput, options?: __HttpHandlerOptions): Promise<DeleteSnapshotCommandOutput>;
|
|
122
133
|
deleteSnapshot(args: DeleteSnapshotCommandInput, cb: (err: any, data?: DeleteSnapshotCommandOutput) => void): void;
|
|
123
134
|
deleteSnapshot(args: DeleteSnapshotCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteSnapshotCommandOutput) => void): void;
|
|
124
135
|
/**
|
|
136
|
+
* @public
|
|
125
137
|
* <p>Deletes a usage limit from Amazon Redshift Serverless.</p>
|
|
126
138
|
*/
|
|
127
139
|
deleteUsageLimit(args: DeleteUsageLimitCommandInput, options?: __HttpHandlerOptions): Promise<DeleteUsageLimitCommandOutput>;
|
|
128
140
|
deleteUsageLimit(args: DeleteUsageLimitCommandInput, cb: (err: any, data?: DeleteUsageLimitCommandOutput) => void): void;
|
|
129
141
|
deleteUsageLimit(args: DeleteUsageLimitCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteUsageLimitCommandOutput) => void): void;
|
|
130
142
|
/**
|
|
143
|
+
* @public
|
|
131
144
|
* <p>Deletes a workgroup.</p>
|
|
132
145
|
*/
|
|
133
146
|
deleteWorkgroup(args: DeleteWorkgroupCommandInput, options?: __HttpHandlerOptions): Promise<DeleteWorkgroupCommandOutput>;
|
|
134
147
|
deleteWorkgroup(args: DeleteWorkgroupCommandInput, cb: (err: any, data?: DeleteWorkgroupCommandOutput) => void): void;
|
|
135
148
|
deleteWorkgroup(args: DeleteWorkgroupCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteWorkgroupCommandOutput) => void): void;
|
|
136
149
|
/**
|
|
150
|
+
* @public
|
|
137
151
|
* <p>Returns a database user name and temporary password with
|
|
138
152
|
* temporary authorization to log in to Amazon Redshift Serverless.</p>
|
|
139
153
|
* <p>By default, the temporary credentials expire in 900 seconds.
|
|
@@ -150,120 +164,140 @@ export declare class RedshiftServerless extends RedshiftServerlessClient {
|
|
|
150
164
|
getCredentials(args: GetCredentialsCommandInput, cb: (err: any, data?: GetCredentialsCommandOutput) => void): void;
|
|
151
165
|
getCredentials(args: GetCredentialsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetCredentialsCommandOutput) => void): void;
|
|
152
166
|
/**
|
|
167
|
+
* @public
|
|
153
168
|
* <p>Returns information, such as the name, about a VPC endpoint.</p>
|
|
154
169
|
*/
|
|
155
170
|
getEndpointAccess(args: GetEndpointAccessCommandInput, options?: __HttpHandlerOptions): Promise<GetEndpointAccessCommandOutput>;
|
|
156
171
|
getEndpointAccess(args: GetEndpointAccessCommandInput, cb: (err: any, data?: GetEndpointAccessCommandOutput) => void): void;
|
|
157
172
|
getEndpointAccess(args: GetEndpointAccessCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetEndpointAccessCommandOutput) => void): void;
|
|
158
173
|
/**
|
|
174
|
+
* @public
|
|
159
175
|
* <p>Returns information about a namespace in Amazon Redshift Serverless.</p>
|
|
160
176
|
*/
|
|
161
177
|
getNamespace(args: GetNamespaceCommandInput, options?: __HttpHandlerOptions): Promise<GetNamespaceCommandOutput>;
|
|
162
178
|
getNamespace(args: GetNamespaceCommandInput, cb: (err: any, data?: GetNamespaceCommandOutput) => void): void;
|
|
163
179
|
getNamespace(args: GetNamespaceCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetNamespaceCommandOutput) => void): void;
|
|
164
180
|
/**
|
|
181
|
+
* @public
|
|
165
182
|
* <p>Returns information about a recovery point.</p>
|
|
166
183
|
*/
|
|
167
184
|
getRecoveryPoint(args: GetRecoveryPointCommandInput, options?: __HttpHandlerOptions): Promise<GetRecoveryPointCommandOutput>;
|
|
168
185
|
getRecoveryPoint(args: GetRecoveryPointCommandInput, cb: (err: any, data?: GetRecoveryPointCommandOutput) => void): void;
|
|
169
186
|
getRecoveryPoint(args: GetRecoveryPointCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetRecoveryPointCommandOutput) => void): void;
|
|
170
187
|
/**
|
|
188
|
+
* @public
|
|
171
189
|
* <p>Returns a resource policy.</p>
|
|
172
190
|
*/
|
|
173
191
|
getResourcePolicy(args: GetResourcePolicyCommandInput, options?: __HttpHandlerOptions): Promise<GetResourcePolicyCommandOutput>;
|
|
174
192
|
getResourcePolicy(args: GetResourcePolicyCommandInput, cb: (err: any, data?: GetResourcePolicyCommandOutput) => void): void;
|
|
175
193
|
getResourcePolicy(args: GetResourcePolicyCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetResourcePolicyCommandOutput) => void): void;
|
|
176
194
|
/**
|
|
195
|
+
* @public
|
|
177
196
|
* <p>Returns information about a specific snapshot.</p>
|
|
178
197
|
*/
|
|
179
198
|
getSnapshot(args: GetSnapshotCommandInput, options?: __HttpHandlerOptions): Promise<GetSnapshotCommandOutput>;
|
|
180
199
|
getSnapshot(args: GetSnapshotCommandInput, cb: (err: any, data?: GetSnapshotCommandOutput) => void): void;
|
|
181
200
|
getSnapshot(args: GetSnapshotCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetSnapshotCommandOutput) => void): void;
|
|
182
201
|
/**
|
|
202
|
+
* @public
|
|
183
203
|
* <p>Returns information about a <code>TableRestoreStatus</code> object.</p>
|
|
184
204
|
*/
|
|
185
205
|
getTableRestoreStatus(args: GetTableRestoreStatusCommandInput, options?: __HttpHandlerOptions): Promise<GetTableRestoreStatusCommandOutput>;
|
|
186
206
|
getTableRestoreStatus(args: GetTableRestoreStatusCommandInput, cb: (err: any, data?: GetTableRestoreStatusCommandOutput) => void): void;
|
|
187
207
|
getTableRestoreStatus(args: GetTableRestoreStatusCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetTableRestoreStatusCommandOutput) => void): void;
|
|
188
208
|
/**
|
|
209
|
+
* @public
|
|
189
210
|
* <p>Returns information about a usage limit.</p>
|
|
190
211
|
*/
|
|
191
212
|
getUsageLimit(args: GetUsageLimitCommandInput, options?: __HttpHandlerOptions): Promise<GetUsageLimitCommandOutput>;
|
|
192
213
|
getUsageLimit(args: GetUsageLimitCommandInput, cb: (err: any, data?: GetUsageLimitCommandOutput) => void): void;
|
|
193
214
|
getUsageLimit(args: GetUsageLimitCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetUsageLimitCommandOutput) => void): void;
|
|
194
215
|
/**
|
|
216
|
+
* @public
|
|
195
217
|
* <p>Returns information about a specific workgroup.</p>
|
|
196
218
|
*/
|
|
197
219
|
getWorkgroup(args: GetWorkgroupCommandInput, options?: __HttpHandlerOptions): Promise<GetWorkgroupCommandOutput>;
|
|
198
220
|
getWorkgroup(args: GetWorkgroupCommandInput, cb: (err: any, data?: GetWorkgroupCommandOutput) => void): void;
|
|
199
221
|
getWorkgroup(args: GetWorkgroupCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetWorkgroupCommandOutput) => void): void;
|
|
200
222
|
/**
|
|
223
|
+
* @public
|
|
201
224
|
* <p>Returns an array of <code>EndpointAccess</code> objects and relevant information.</p>
|
|
202
225
|
*/
|
|
203
226
|
listEndpointAccess(args: ListEndpointAccessCommandInput, options?: __HttpHandlerOptions): Promise<ListEndpointAccessCommandOutput>;
|
|
204
227
|
listEndpointAccess(args: ListEndpointAccessCommandInput, cb: (err: any, data?: ListEndpointAccessCommandOutput) => void): void;
|
|
205
228
|
listEndpointAccess(args: ListEndpointAccessCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListEndpointAccessCommandOutput) => void): void;
|
|
206
229
|
/**
|
|
230
|
+
* @public
|
|
207
231
|
* <p>Returns information about a list of specified namespaces.</p>
|
|
208
232
|
*/
|
|
209
233
|
listNamespaces(args: ListNamespacesCommandInput, options?: __HttpHandlerOptions): Promise<ListNamespacesCommandOutput>;
|
|
210
234
|
listNamespaces(args: ListNamespacesCommandInput, cb: (err: any, data?: ListNamespacesCommandOutput) => void): void;
|
|
211
235
|
listNamespaces(args: ListNamespacesCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListNamespacesCommandOutput) => void): void;
|
|
212
236
|
/**
|
|
237
|
+
* @public
|
|
213
238
|
* <p>Returns an array of recovery points.</p>
|
|
214
239
|
*/
|
|
215
240
|
listRecoveryPoints(args: ListRecoveryPointsCommandInput, options?: __HttpHandlerOptions): Promise<ListRecoveryPointsCommandOutput>;
|
|
216
241
|
listRecoveryPoints(args: ListRecoveryPointsCommandInput, cb: (err: any, data?: ListRecoveryPointsCommandOutput) => void): void;
|
|
217
242
|
listRecoveryPoints(args: ListRecoveryPointsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListRecoveryPointsCommandOutput) => void): void;
|
|
218
243
|
/**
|
|
244
|
+
* @public
|
|
219
245
|
* <p>Returns a list of snapshots.</p>
|
|
220
246
|
*/
|
|
221
247
|
listSnapshots(args: ListSnapshotsCommandInput, options?: __HttpHandlerOptions): Promise<ListSnapshotsCommandOutput>;
|
|
222
248
|
listSnapshots(args: ListSnapshotsCommandInput, cb: (err: any, data?: ListSnapshotsCommandOutput) => void): void;
|
|
223
249
|
listSnapshots(args: ListSnapshotsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListSnapshotsCommandOutput) => void): void;
|
|
224
250
|
/**
|
|
251
|
+
* @public
|
|
225
252
|
* <p>Returns information about an array of <code>TableRestoreStatus</code> objects.</p>
|
|
226
253
|
*/
|
|
227
254
|
listTableRestoreStatus(args: ListTableRestoreStatusCommandInput, options?: __HttpHandlerOptions): Promise<ListTableRestoreStatusCommandOutput>;
|
|
228
255
|
listTableRestoreStatus(args: ListTableRestoreStatusCommandInput, cb: (err: any, data?: ListTableRestoreStatusCommandOutput) => void): void;
|
|
229
256
|
listTableRestoreStatus(args: ListTableRestoreStatusCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListTableRestoreStatusCommandOutput) => void): void;
|
|
230
257
|
/**
|
|
258
|
+
* @public
|
|
231
259
|
* <p>Lists the tags assigned to a resource.</p>
|
|
232
260
|
*/
|
|
233
261
|
listTagsForResource(args: ListTagsForResourceCommandInput, options?: __HttpHandlerOptions): Promise<ListTagsForResourceCommandOutput>;
|
|
234
262
|
listTagsForResource(args: ListTagsForResourceCommandInput, cb: (err: any, data?: ListTagsForResourceCommandOutput) => void): void;
|
|
235
263
|
listTagsForResource(args: ListTagsForResourceCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListTagsForResourceCommandOutput) => void): void;
|
|
236
264
|
/**
|
|
265
|
+
* @public
|
|
237
266
|
* <p>Lists all usage limits within Amazon Redshift Serverless.</p>
|
|
238
267
|
*/
|
|
239
268
|
listUsageLimits(args: ListUsageLimitsCommandInput, options?: __HttpHandlerOptions): Promise<ListUsageLimitsCommandOutput>;
|
|
240
269
|
listUsageLimits(args: ListUsageLimitsCommandInput, cb: (err: any, data?: ListUsageLimitsCommandOutput) => void): void;
|
|
241
270
|
listUsageLimits(args: ListUsageLimitsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListUsageLimitsCommandOutput) => void): void;
|
|
242
271
|
/**
|
|
272
|
+
* @public
|
|
243
273
|
* <p>Returns information about a list of specified workgroups.</p>
|
|
244
274
|
*/
|
|
245
275
|
listWorkgroups(args: ListWorkgroupsCommandInput, options?: __HttpHandlerOptions): Promise<ListWorkgroupsCommandOutput>;
|
|
246
276
|
listWorkgroups(args: ListWorkgroupsCommandInput, cb: (err: any, data?: ListWorkgroupsCommandOutput) => void): void;
|
|
247
277
|
listWorkgroups(args: ListWorkgroupsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListWorkgroupsCommandOutput) => void): void;
|
|
248
278
|
/**
|
|
279
|
+
* @public
|
|
249
280
|
* <p>Creates or updates a resource policy. Currently, you can use policies to share snapshots across Amazon Web Services accounts.</p>
|
|
250
281
|
*/
|
|
251
282
|
putResourcePolicy(args: PutResourcePolicyCommandInput, options?: __HttpHandlerOptions): Promise<PutResourcePolicyCommandOutput>;
|
|
252
283
|
putResourcePolicy(args: PutResourcePolicyCommandInput, cb: (err: any, data?: PutResourcePolicyCommandOutput) => void): void;
|
|
253
284
|
putResourcePolicy(args: PutResourcePolicyCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: PutResourcePolicyCommandOutput) => void): void;
|
|
254
285
|
/**
|
|
286
|
+
* @public
|
|
255
287
|
* <p>Restore the data from a recovery point.</p>
|
|
256
288
|
*/
|
|
257
289
|
restoreFromRecoveryPoint(args: RestoreFromRecoveryPointCommandInput, options?: __HttpHandlerOptions): Promise<RestoreFromRecoveryPointCommandOutput>;
|
|
258
290
|
restoreFromRecoveryPoint(args: RestoreFromRecoveryPointCommandInput, cb: (err: any, data?: RestoreFromRecoveryPointCommandOutput) => void): void;
|
|
259
291
|
restoreFromRecoveryPoint(args: RestoreFromRecoveryPointCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: RestoreFromRecoveryPointCommandOutput) => void): void;
|
|
260
292
|
/**
|
|
293
|
+
* @public
|
|
261
294
|
* <p>Restores a namespace from a snapshot.</p>
|
|
262
295
|
*/
|
|
263
296
|
restoreFromSnapshot(args: RestoreFromSnapshotCommandInput, options?: __HttpHandlerOptions): Promise<RestoreFromSnapshotCommandOutput>;
|
|
264
297
|
restoreFromSnapshot(args: RestoreFromSnapshotCommandInput, cb: (err: any, data?: RestoreFromSnapshotCommandOutput) => void): void;
|
|
265
298
|
restoreFromSnapshot(args: RestoreFromSnapshotCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: RestoreFromSnapshotCommandOutput) => void): void;
|
|
266
299
|
/**
|
|
300
|
+
* @public
|
|
267
301
|
* <p>Restores a table from a snapshot to your Amazon Redshift Serverless instance. You can't use this operation to
|
|
268
302
|
* restore tables with <a href="https://docs.aws.amazon.com/redshift/latest/dg/t_Sorting_data.html#t_Sorting_data-interleaved">interleaved sort keys</a>.</p>
|
|
269
303
|
*/
|
|
@@ -271,24 +305,28 @@ export declare class RedshiftServerless extends RedshiftServerlessClient {
|
|
|
271
305
|
restoreTableFromSnapshot(args: RestoreTableFromSnapshotCommandInput, cb: (err: any, data?: RestoreTableFromSnapshotCommandOutput) => void): void;
|
|
272
306
|
restoreTableFromSnapshot(args: RestoreTableFromSnapshotCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: RestoreTableFromSnapshotCommandOutput) => void): void;
|
|
273
307
|
/**
|
|
308
|
+
* @public
|
|
274
309
|
* <p>Assigns one or more tags to a resource.</p>
|
|
275
310
|
*/
|
|
276
311
|
tagResource(args: TagResourceCommandInput, options?: __HttpHandlerOptions): Promise<TagResourceCommandOutput>;
|
|
277
312
|
tagResource(args: TagResourceCommandInput, cb: (err: any, data?: TagResourceCommandOutput) => void): void;
|
|
278
313
|
tagResource(args: TagResourceCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: TagResourceCommandOutput) => void): void;
|
|
279
314
|
/**
|
|
315
|
+
* @public
|
|
280
316
|
* <p>Removes a tag or set of tags from a resource.</p>
|
|
281
317
|
*/
|
|
282
318
|
untagResource(args: UntagResourceCommandInput, options?: __HttpHandlerOptions): Promise<UntagResourceCommandOutput>;
|
|
283
319
|
untagResource(args: UntagResourceCommandInput, cb: (err: any, data?: UntagResourceCommandOutput) => void): void;
|
|
284
320
|
untagResource(args: UntagResourceCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UntagResourceCommandOutput) => void): void;
|
|
285
321
|
/**
|
|
322
|
+
* @public
|
|
286
323
|
* <p>Updates an Amazon Redshift Serverless managed endpoint.</p>
|
|
287
324
|
*/
|
|
288
325
|
updateEndpointAccess(args: UpdateEndpointAccessCommandInput, options?: __HttpHandlerOptions): Promise<UpdateEndpointAccessCommandOutput>;
|
|
289
326
|
updateEndpointAccess(args: UpdateEndpointAccessCommandInput, cb: (err: any, data?: UpdateEndpointAccessCommandOutput) => void): void;
|
|
290
327
|
updateEndpointAccess(args: UpdateEndpointAccessCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UpdateEndpointAccessCommandOutput) => void): void;
|
|
291
328
|
/**
|
|
329
|
+
* @public
|
|
292
330
|
* <p>Updates a namespace with the specified settings. Unless required, you can't update multiple parameters in one request. For example,
|
|
293
331
|
* you must specify both <code>adminUsername</code> and <code>adminUserPassword</code> to update either field, but you can't update both <code>kmsKeyId</code>
|
|
294
332
|
* and <code>logExports</code> in a single request.</p>
|
|
@@ -297,18 +335,21 @@ export declare class RedshiftServerless extends RedshiftServerlessClient {
|
|
|
297
335
|
updateNamespace(args: UpdateNamespaceCommandInput, cb: (err: any, data?: UpdateNamespaceCommandOutput) => void): void;
|
|
298
336
|
updateNamespace(args: UpdateNamespaceCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UpdateNamespaceCommandOutput) => void): void;
|
|
299
337
|
/**
|
|
338
|
+
* @public
|
|
300
339
|
* <p>Updates a snapshot.</p>
|
|
301
340
|
*/
|
|
302
341
|
updateSnapshot(args: UpdateSnapshotCommandInput, options?: __HttpHandlerOptions): Promise<UpdateSnapshotCommandOutput>;
|
|
303
342
|
updateSnapshot(args: UpdateSnapshotCommandInput, cb: (err: any, data?: UpdateSnapshotCommandOutput) => void): void;
|
|
304
343
|
updateSnapshot(args: UpdateSnapshotCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UpdateSnapshotCommandOutput) => void): void;
|
|
305
344
|
/**
|
|
345
|
+
* @public
|
|
306
346
|
* <p>Update a usage limit in Amazon Redshift Serverless. You can't update the usage type or period of a usage limit.</p>
|
|
307
347
|
*/
|
|
308
348
|
updateUsageLimit(args: UpdateUsageLimitCommandInput, options?: __HttpHandlerOptions): Promise<UpdateUsageLimitCommandOutput>;
|
|
309
349
|
updateUsageLimit(args: UpdateUsageLimitCommandInput, cb: (err: any, data?: UpdateUsageLimitCommandOutput) => void): void;
|
|
310
350
|
updateUsageLimit(args: UpdateUsageLimitCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UpdateUsageLimitCommandOutput) => void): void;
|
|
311
351
|
/**
|
|
352
|
+
* @public
|
|
312
353
|
* <p>Updates a workgroup with the specified configuration settings. You can't update multiple parameters in one request. For example,
|
|
313
354
|
* you can update <code>baseCapacity</code> or <code>port</code> in a single request, but you can't update both in the same request.</p>
|
|
314
355
|
*/
|
|
@@ -48,15 +48,24 @@ import { UpdateSnapshotCommandInput, UpdateSnapshotCommandOutput } from "./comma
|
|
|
48
48
|
import { UpdateUsageLimitCommandInput, UpdateUsageLimitCommandOutput } from "./commands/UpdateUsageLimitCommand";
|
|
49
49
|
import { UpdateWorkgroupCommandInput, UpdateWorkgroupCommandOutput } from "./commands/UpdateWorkgroupCommand";
|
|
50
50
|
import { ClientInputEndpointParameters, ClientResolvedEndpointParameters, EndpointParameters } from "./endpoint/EndpointParameters";
|
|
51
|
+
/**
|
|
52
|
+
* @public
|
|
53
|
+
*/
|
|
51
54
|
export type ServiceInputTypes = ConvertRecoveryPointToSnapshotCommandInput | CreateEndpointAccessCommandInput | CreateNamespaceCommandInput | CreateSnapshotCommandInput | CreateUsageLimitCommandInput | CreateWorkgroupCommandInput | DeleteEndpointAccessCommandInput | DeleteNamespaceCommandInput | DeleteResourcePolicyCommandInput | DeleteSnapshotCommandInput | DeleteUsageLimitCommandInput | DeleteWorkgroupCommandInput | GetCredentialsCommandInput | GetEndpointAccessCommandInput | GetNamespaceCommandInput | GetRecoveryPointCommandInput | GetResourcePolicyCommandInput | GetSnapshotCommandInput | GetTableRestoreStatusCommandInput | GetUsageLimitCommandInput | GetWorkgroupCommandInput | ListEndpointAccessCommandInput | ListNamespacesCommandInput | ListRecoveryPointsCommandInput | ListSnapshotsCommandInput | ListTableRestoreStatusCommandInput | ListTagsForResourceCommandInput | ListUsageLimitsCommandInput | ListWorkgroupsCommandInput | PutResourcePolicyCommandInput | RestoreFromRecoveryPointCommandInput | RestoreFromSnapshotCommandInput | RestoreTableFromSnapshotCommandInput | TagResourceCommandInput | UntagResourceCommandInput | UpdateEndpointAccessCommandInput | UpdateNamespaceCommandInput | UpdateSnapshotCommandInput | UpdateUsageLimitCommandInput | UpdateWorkgroupCommandInput;
|
|
55
|
+
/**
|
|
56
|
+
* @public
|
|
57
|
+
*/
|
|
52
58
|
export type ServiceOutputTypes = ConvertRecoveryPointToSnapshotCommandOutput | CreateEndpointAccessCommandOutput | CreateNamespaceCommandOutput | CreateSnapshotCommandOutput | CreateUsageLimitCommandOutput | CreateWorkgroupCommandOutput | DeleteEndpointAccessCommandOutput | DeleteNamespaceCommandOutput | DeleteResourcePolicyCommandOutput | DeleteSnapshotCommandOutput | DeleteUsageLimitCommandOutput | DeleteWorkgroupCommandOutput | GetCredentialsCommandOutput | GetEndpointAccessCommandOutput | GetNamespaceCommandOutput | GetRecoveryPointCommandOutput | GetResourcePolicyCommandOutput | GetSnapshotCommandOutput | GetTableRestoreStatusCommandOutput | GetUsageLimitCommandOutput | GetWorkgroupCommandOutput | ListEndpointAccessCommandOutput | ListNamespacesCommandOutput | ListRecoveryPointsCommandOutput | ListSnapshotsCommandOutput | ListTableRestoreStatusCommandOutput | ListTagsForResourceCommandOutput | ListUsageLimitsCommandOutput | ListWorkgroupsCommandOutput | PutResourcePolicyCommandOutput | RestoreFromRecoveryPointCommandOutput | RestoreFromSnapshotCommandOutput | RestoreTableFromSnapshotCommandOutput | TagResourceCommandOutput | UntagResourceCommandOutput | UpdateEndpointAccessCommandOutput | UpdateNamespaceCommandOutput | UpdateSnapshotCommandOutput | UpdateUsageLimitCommandOutput | UpdateWorkgroupCommandOutput;
|
|
59
|
+
/**
|
|
60
|
+
* @public
|
|
61
|
+
*/
|
|
53
62
|
export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__HttpHandlerOptions>> {
|
|
54
63
|
/**
|
|
55
64
|
* The HTTP handler to use. Fetch in browser and Https in Nodejs.
|
|
56
65
|
*/
|
|
57
66
|
requestHandler?: __HttpHandler;
|
|
58
67
|
/**
|
|
59
|
-
* A constructor for a class implementing the {@link
|
|
68
|
+
* A constructor for a class implementing the {@link @aws-sdk/types#ChecksumConstructor} interface
|
|
60
69
|
* that computes the SHA-256 HMAC or checksum of a string or binary buffer.
|
|
61
70
|
* @internal
|
|
62
71
|
*/
|
|
@@ -146,23 +155,34 @@ export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__
|
|
|
146
155
|
*/
|
|
147
156
|
logger?: __Logger;
|
|
148
157
|
/**
|
|
149
|
-
* The {@link
|
|
158
|
+
* The {@link @aws-sdk/smithy-client#DefaultsMode} that will be used to determine how certain default configuration options are resolved in the SDK.
|
|
150
159
|
*/
|
|
151
160
|
defaultsMode?: __DefaultsMode | __Provider<__DefaultsMode>;
|
|
152
161
|
}
|
|
162
|
+
/**
|
|
163
|
+
* @public
|
|
164
|
+
*/
|
|
153
165
|
type RedshiftServerlessClientConfigType = Partial<__SmithyConfiguration<__HttpHandlerOptions>> & ClientDefaults & RegionInputConfig & EndpointInputConfig<EndpointParameters> & RetryInputConfig & HostHeaderInputConfig & AwsAuthInputConfig & UserAgentInputConfig & ClientInputEndpointParameters;
|
|
154
166
|
/**
|
|
155
|
-
*
|
|
167
|
+
* @public
|
|
168
|
+
*
|
|
169
|
+
* The configuration interface of RedshiftServerlessClient class constructor that set the region, credentials and other options.
|
|
156
170
|
*/
|
|
157
171
|
export interface RedshiftServerlessClientConfig extends RedshiftServerlessClientConfigType {
|
|
158
172
|
}
|
|
173
|
+
/**
|
|
174
|
+
* @public
|
|
175
|
+
*/
|
|
159
176
|
type RedshiftServerlessClientResolvedConfigType = __SmithyResolvedConfiguration<__HttpHandlerOptions> & Required<ClientDefaults> & RegionResolvedConfig & EndpointResolvedConfig<EndpointParameters> & RetryResolvedConfig & HostHeaderResolvedConfig & AwsAuthResolvedConfig & UserAgentResolvedConfig & ClientResolvedEndpointParameters;
|
|
160
177
|
/**
|
|
161
|
-
*
|
|
178
|
+
* @public
|
|
179
|
+
*
|
|
180
|
+
* The resolved configuration interface of RedshiftServerlessClient class. This is resolved and normalized from the {@link RedshiftServerlessClientConfig | constructor configuration interface}.
|
|
162
181
|
*/
|
|
163
182
|
export interface RedshiftServerlessClientResolvedConfig extends RedshiftServerlessClientResolvedConfigType {
|
|
164
183
|
}
|
|
165
184
|
/**
|
|
185
|
+
* @public
|
|
166
186
|
* <p>This is an interface reference for Amazon Redshift Serverless.
|
|
167
187
|
* It contains documentation for one of the programming or command line interfaces you can use to manage Amazon Redshift Serverless.
|
|
168
188
|
* </p>
|