@aws-sdk/client-redshift-serverless 3.279.0 → 3.281.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 (42) hide show
  1. package/README.md +323 -0
  2. package/dist-types/commands/ConvertRecoveryPointToSnapshotCommand.d.ts +6 -0
  3. package/dist-types/commands/CreateEndpointAccessCommand.d.ts +6 -0
  4. package/dist-types/commands/CreateNamespaceCommand.d.ts +6 -0
  5. package/dist-types/commands/CreateSnapshotCommand.d.ts +6 -0
  6. package/dist-types/commands/CreateUsageLimitCommand.d.ts +6 -0
  7. package/dist-types/commands/CreateWorkgroupCommand.d.ts +6 -0
  8. package/dist-types/commands/DeleteEndpointAccessCommand.d.ts +6 -0
  9. package/dist-types/commands/DeleteNamespaceCommand.d.ts +6 -0
  10. package/dist-types/commands/DeleteResourcePolicyCommand.d.ts +6 -0
  11. package/dist-types/commands/DeleteSnapshotCommand.d.ts +6 -0
  12. package/dist-types/commands/DeleteUsageLimitCommand.d.ts +6 -0
  13. package/dist-types/commands/DeleteWorkgroupCommand.d.ts +6 -0
  14. package/dist-types/commands/GetCredentialsCommand.d.ts +6 -0
  15. package/dist-types/commands/GetEndpointAccessCommand.d.ts +6 -0
  16. package/dist-types/commands/GetNamespaceCommand.d.ts +6 -0
  17. package/dist-types/commands/GetRecoveryPointCommand.d.ts +6 -0
  18. package/dist-types/commands/GetResourcePolicyCommand.d.ts +6 -0
  19. package/dist-types/commands/GetSnapshotCommand.d.ts +6 -0
  20. package/dist-types/commands/GetTableRestoreStatusCommand.d.ts +6 -0
  21. package/dist-types/commands/GetUsageLimitCommand.d.ts +6 -0
  22. package/dist-types/commands/GetWorkgroupCommand.d.ts +6 -0
  23. package/dist-types/commands/ListEndpointAccessCommand.d.ts +6 -0
  24. package/dist-types/commands/ListNamespacesCommand.d.ts +6 -0
  25. package/dist-types/commands/ListRecoveryPointsCommand.d.ts +6 -0
  26. package/dist-types/commands/ListSnapshotsCommand.d.ts +6 -0
  27. package/dist-types/commands/ListTableRestoreStatusCommand.d.ts +6 -0
  28. package/dist-types/commands/ListTagsForResourceCommand.d.ts +6 -0
  29. package/dist-types/commands/ListUsageLimitsCommand.d.ts +6 -0
  30. package/dist-types/commands/ListWorkgroupsCommand.d.ts +6 -0
  31. package/dist-types/commands/PutResourcePolicyCommand.d.ts +6 -0
  32. package/dist-types/commands/RestoreFromRecoveryPointCommand.d.ts +6 -0
  33. package/dist-types/commands/RestoreFromSnapshotCommand.d.ts +6 -0
  34. package/dist-types/commands/RestoreTableFromSnapshotCommand.d.ts +6 -0
  35. package/dist-types/commands/TagResourceCommand.d.ts +6 -0
  36. package/dist-types/commands/UntagResourceCommand.d.ts +6 -0
  37. package/dist-types/commands/UpdateEndpointAccessCommand.d.ts +6 -0
  38. package/dist-types/commands/UpdateNamespaceCommand.d.ts +6 -0
  39. package/dist-types/commands/UpdateSnapshotCommand.d.ts +6 -0
  40. package/dist-types/commands/UpdateUsageLimitCommand.d.ts +6 -0
  41. package/dist-types/commands/UpdateWorkgroupCommand.d.ts +6 -0
  42. package/package.json +3 -3
package/README.md CHANGED
@@ -217,3 +217,326 @@ To contribute to client you can check our [generate clients scripts](https://git
217
217
  This SDK is distributed under the
218
218
  [Apache License, Version 2.0](http://www.apache.org/licenses/LICENSE-2.0),
219
219
  see LICENSE for more information.
220
+
221
+ ## Client Commands (Operations List)
222
+
223
+ <details>
224
+ <summary>
225
+ ConvertRecoveryPointToSnapshot
226
+ </summary>
227
+
228
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-redshift-serverless/classes/convertrecoverypointtosnapshotcommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-redshift-serverless/interfaces/convertrecoverypointtosnapshotcommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-redshift-serverless/interfaces/convertrecoverypointtosnapshotcommandoutput.html)
229
+
230
+ </details>
231
+ <details>
232
+ <summary>
233
+ CreateEndpointAccess
234
+ </summary>
235
+
236
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-redshift-serverless/classes/createendpointaccesscommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-redshift-serverless/interfaces/createendpointaccesscommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-redshift-serverless/interfaces/createendpointaccesscommandoutput.html)
237
+
238
+ </details>
239
+ <details>
240
+ <summary>
241
+ CreateNamespace
242
+ </summary>
243
+
244
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-redshift-serverless/classes/createnamespacecommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-redshift-serverless/interfaces/createnamespacecommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-redshift-serverless/interfaces/createnamespacecommandoutput.html)
245
+
246
+ </details>
247
+ <details>
248
+ <summary>
249
+ CreateSnapshot
250
+ </summary>
251
+
252
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-redshift-serverless/classes/createsnapshotcommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-redshift-serverless/interfaces/createsnapshotcommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-redshift-serverless/interfaces/createsnapshotcommandoutput.html)
253
+
254
+ </details>
255
+ <details>
256
+ <summary>
257
+ CreateUsageLimit
258
+ </summary>
259
+
260
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-redshift-serverless/classes/createusagelimitcommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-redshift-serverless/interfaces/createusagelimitcommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-redshift-serverless/interfaces/createusagelimitcommandoutput.html)
261
+
262
+ </details>
263
+ <details>
264
+ <summary>
265
+ CreateWorkgroup
266
+ </summary>
267
+
268
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-redshift-serverless/classes/createworkgroupcommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-redshift-serverless/interfaces/createworkgroupcommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-redshift-serverless/interfaces/createworkgroupcommandoutput.html)
269
+
270
+ </details>
271
+ <details>
272
+ <summary>
273
+ DeleteEndpointAccess
274
+ </summary>
275
+
276
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-redshift-serverless/classes/deleteendpointaccesscommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-redshift-serverless/interfaces/deleteendpointaccesscommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-redshift-serverless/interfaces/deleteendpointaccesscommandoutput.html)
277
+
278
+ </details>
279
+ <details>
280
+ <summary>
281
+ DeleteNamespace
282
+ </summary>
283
+
284
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-redshift-serverless/classes/deletenamespacecommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-redshift-serverless/interfaces/deletenamespacecommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-redshift-serverless/interfaces/deletenamespacecommandoutput.html)
285
+
286
+ </details>
287
+ <details>
288
+ <summary>
289
+ DeleteResourcePolicy
290
+ </summary>
291
+
292
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-redshift-serverless/classes/deleteresourcepolicycommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-redshift-serverless/interfaces/deleteresourcepolicycommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-redshift-serverless/interfaces/deleteresourcepolicycommandoutput.html)
293
+
294
+ </details>
295
+ <details>
296
+ <summary>
297
+ DeleteSnapshot
298
+ </summary>
299
+
300
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-redshift-serverless/classes/deletesnapshotcommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-redshift-serverless/interfaces/deletesnapshotcommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-redshift-serverless/interfaces/deletesnapshotcommandoutput.html)
301
+
302
+ </details>
303
+ <details>
304
+ <summary>
305
+ DeleteUsageLimit
306
+ </summary>
307
+
308
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-redshift-serverless/classes/deleteusagelimitcommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-redshift-serverless/interfaces/deleteusagelimitcommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-redshift-serverless/interfaces/deleteusagelimitcommandoutput.html)
309
+
310
+ </details>
311
+ <details>
312
+ <summary>
313
+ DeleteWorkgroup
314
+ </summary>
315
+
316
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-redshift-serverless/classes/deleteworkgroupcommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-redshift-serverless/interfaces/deleteworkgroupcommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-redshift-serverless/interfaces/deleteworkgroupcommandoutput.html)
317
+
318
+ </details>
319
+ <details>
320
+ <summary>
321
+ GetCredentials
322
+ </summary>
323
+
324
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-redshift-serverless/classes/getcredentialscommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-redshift-serverless/interfaces/getcredentialscommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-redshift-serverless/interfaces/getcredentialscommandoutput.html)
325
+
326
+ </details>
327
+ <details>
328
+ <summary>
329
+ GetEndpointAccess
330
+ </summary>
331
+
332
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-redshift-serverless/classes/getendpointaccesscommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-redshift-serverless/interfaces/getendpointaccesscommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-redshift-serverless/interfaces/getendpointaccesscommandoutput.html)
333
+
334
+ </details>
335
+ <details>
336
+ <summary>
337
+ GetNamespace
338
+ </summary>
339
+
340
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-redshift-serverless/classes/getnamespacecommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-redshift-serverless/interfaces/getnamespacecommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-redshift-serverless/interfaces/getnamespacecommandoutput.html)
341
+
342
+ </details>
343
+ <details>
344
+ <summary>
345
+ GetRecoveryPoint
346
+ </summary>
347
+
348
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-redshift-serverless/classes/getrecoverypointcommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-redshift-serverless/interfaces/getrecoverypointcommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-redshift-serverless/interfaces/getrecoverypointcommandoutput.html)
349
+
350
+ </details>
351
+ <details>
352
+ <summary>
353
+ GetResourcePolicy
354
+ </summary>
355
+
356
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-redshift-serverless/classes/getresourcepolicycommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-redshift-serverless/interfaces/getresourcepolicycommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-redshift-serverless/interfaces/getresourcepolicycommandoutput.html)
357
+
358
+ </details>
359
+ <details>
360
+ <summary>
361
+ GetSnapshot
362
+ </summary>
363
+
364
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-redshift-serverless/classes/getsnapshotcommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-redshift-serverless/interfaces/getsnapshotcommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-redshift-serverless/interfaces/getsnapshotcommandoutput.html)
365
+
366
+ </details>
367
+ <details>
368
+ <summary>
369
+ GetTableRestoreStatus
370
+ </summary>
371
+
372
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-redshift-serverless/classes/gettablerestorestatuscommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-redshift-serverless/interfaces/gettablerestorestatuscommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-redshift-serverless/interfaces/gettablerestorestatuscommandoutput.html)
373
+
374
+ </details>
375
+ <details>
376
+ <summary>
377
+ GetUsageLimit
378
+ </summary>
379
+
380
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-redshift-serverless/classes/getusagelimitcommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-redshift-serverless/interfaces/getusagelimitcommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-redshift-serverless/interfaces/getusagelimitcommandoutput.html)
381
+
382
+ </details>
383
+ <details>
384
+ <summary>
385
+ GetWorkgroup
386
+ </summary>
387
+
388
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-redshift-serverless/classes/getworkgroupcommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-redshift-serverless/interfaces/getworkgroupcommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-redshift-serverless/interfaces/getworkgroupcommandoutput.html)
389
+
390
+ </details>
391
+ <details>
392
+ <summary>
393
+ ListEndpointAccess
394
+ </summary>
395
+
396
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-redshift-serverless/classes/listendpointaccesscommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-redshift-serverless/interfaces/listendpointaccesscommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-redshift-serverless/interfaces/listendpointaccesscommandoutput.html)
397
+
398
+ </details>
399
+ <details>
400
+ <summary>
401
+ ListNamespaces
402
+ </summary>
403
+
404
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-redshift-serverless/classes/listnamespacescommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-redshift-serverless/interfaces/listnamespacescommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-redshift-serverless/interfaces/listnamespacescommandoutput.html)
405
+
406
+ </details>
407
+ <details>
408
+ <summary>
409
+ ListRecoveryPoints
410
+ </summary>
411
+
412
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-redshift-serverless/classes/listrecoverypointscommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-redshift-serverless/interfaces/listrecoverypointscommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-redshift-serverless/interfaces/listrecoverypointscommandoutput.html)
413
+
414
+ </details>
415
+ <details>
416
+ <summary>
417
+ ListSnapshots
418
+ </summary>
419
+
420
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-redshift-serverless/classes/listsnapshotscommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-redshift-serverless/interfaces/listsnapshotscommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-redshift-serverless/interfaces/listsnapshotscommandoutput.html)
421
+
422
+ </details>
423
+ <details>
424
+ <summary>
425
+ ListTableRestoreStatus
426
+ </summary>
427
+
428
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-redshift-serverless/classes/listtablerestorestatuscommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-redshift-serverless/interfaces/listtablerestorestatuscommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-redshift-serverless/interfaces/listtablerestorestatuscommandoutput.html)
429
+
430
+ </details>
431
+ <details>
432
+ <summary>
433
+ ListTagsForResource
434
+ </summary>
435
+
436
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-redshift-serverless/classes/listtagsforresourcecommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-redshift-serverless/interfaces/listtagsforresourcecommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-redshift-serverless/interfaces/listtagsforresourcecommandoutput.html)
437
+
438
+ </details>
439
+ <details>
440
+ <summary>
441
+ ListUsageLimits
442
+ </summary>
443
+
444
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-redshift-serverless/classes/listusagelimitscommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-redshift-serverless/interfaces/listusagelimitscommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-redshift-serverless/interfaces/listusagelimitscommandoutput.html)
445
+
446
+ </details>
447
+ <details>
448
+ <summary>
449
+ ListWorkgroups
450
+ </summary>
451
+
452
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-redshift-serverless/classes/listworkgroupscommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-redshift-serverless/interfaces/listworkgroupscommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-redshift-serverless/interfaces/listworkgroupscommandoutput.html)
453
+
454
+ </details>
455
+ <details>
456
+ <summary>
457
+ PutResourcePolicy
458
+ </summary>
459
+
460
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-redshift-serverless/classes/putresourcepolicycommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-redshift-serverless/interfaces/putresourcepolicycommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-redshift-serverless/interfaces/putresourcepolicycommandoutput.html)
461
+
462
+ </details>
463
+ <details>
464
+ <summary>
465
+ RestoreFromRecoveryPoint
466
+ </summary>
467
+
468
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-redshift-serverless/classes/restorefromrecoverypointcommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-redshift-serverless/interfaces/restorefromrecoverypointcommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-redshift-serverless/interfaces/restorefromrecoverypointcommandoutput.html)
469
+
470
+ </details>
471
+ <details>
472
+ <summary>
473
+ RestoreFromSnapshot
474
+ </summary>
475
+
476
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-redshift-serverless/classes/restorefromsnapshotcommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-redshift-serverless/interfaces/restorefromsnapshotcommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-redshift-serverless/interfaces/restorefromsnapshotcommandoutput.html)
477
+
478
+ </details>
479
+ <details>
480
+ <summary>
481
+ RestoreTableFromSnapshot
482
+ </summary>
483
+
484
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-redshift-serverless/classes/restoretablefromsnapshotcommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-redshift-serverless/interfaces/restoretablefromsnapshotcommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-redshift-serverless/interfaces/restoretablefromsnapshotcommandoutput.html)
485
+
486
+ </details>
487
+ <details>
488
+ <summary>
489
+ TagResource
490
+ </summary>
491
+
492
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-redshift-serverless/classes/tagresourcecommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-redshift-serverless/interfaces/tagresourcecommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-redshift-serverless/interfaces/tagresourcecommandoutput.html)
493
+
494
+ </details>
495
+ <details>
496
+ <summary>
497
+ UntagResource
498
+ </summary>
499
+
500
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-redshift-serverless/classes/untagresourcecommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-redshift-serverless/interfaces/untagresourcecommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-redshift-serverless/interfaces/untagresourcecommandoutput.html)
501
+
502
+ </details>
503
+ <details>
504
+ <summary>
505
+ UpdateEndpointAccess
506
+ </summary>
507
+
508
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-redshift-serverless/classes/updateendpointaccesscommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-redshift-serverless/interfaces/updateendpointaccesscommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-redshift-serverless/interfaces/updateendpointaccesscommandoutput.html)
509
+
510
+ </details>
511
+ <details>
512
+ <summary>
513
+ UpdateNamespace
514
+ </summary>
515
+
516
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-redshift-serverless/classes/updatenamespacecommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-redshift-serverless/interfaces/updatenamespacecommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-redshift-serverless/interfaces/updatenamespacecommandoutput.html)
517
+
518
+ </details>
519
+ <details>
520
+ <summary>
521
+ UpdateSnapshot
522
+ </summary>
523
+
524
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-redshift-serverless/classes/updatesnapshotcommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-redshift-serverless/interfaces/updatesnapshotcommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-redshift-serverless/interfaces/updatesnapshotcommandoutput.html)
525
+
526
+ </details>
527
+ <details>
528
+ <summary>
529
+ UpdateUsageLimit
530
+ </summary>
531
+
532
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-redshift-serverless/classes/updateusagelimitcommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-redshift-serverless/interfaces/updateusagelimitcommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-redshift-serverless/interfaces/updateusagelimitcommandoutput.html)
533
+
534
+ </details>
535
+ <details>
536
+ <summary>
537
+ UpdateWorkgroup
538
+ </summary>
539
+
540
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-redshift-serverless/classes/updateworkgroupcommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-redshift-serverless/interfaces/updateworkgroupcommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-redshift-serverless/interfaces/updateworkgroupcommandoutput.html)
541
+
542
+ </details>
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { ConvertRecoveryPointToSnapshotRequest, ConvertRecoveryPointToSnapshotResponse } from "../models/models_0";
5
5
  import { RedshiftServerlessClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../RedshiftServerlessClient";
6
+ /**
7
+ * The input for {@link ConvertRecoveryPointToSnapshotCommand}.
8
+ */
6
9
  export interface ConvertRecoveryPointToSnapshotCommandInput extends ConvertRecoveryPointToSnapshotRequest {
7
10
  }
11
+ /**
12
+ * The output of {@link ConvertRecoveryPointToSnapshotCommand}.
13
+ */
8
14
  export interface ConvertRecoveryPointToSnapshotCommandOutput extends ConvertRecoveryPointToSnapshotResponse, __MetadataBearer {
9
15
  }
10
16
  /**
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { CreateEndpointAccessRequest, CreateEndpointAccessResponse } from "../models/models_0";
5
5
  import { RedshiftServerlessClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../RedshiftServerlessClient";
6
+ /**
7
+ * The input for {@link CreateEndpointAccessCommand}.
8
+ */
6
9
  export interface CreateEndpointAccessCommandInput extends CreateEndpointAccessRequest {
7
10
  }
11
+ /**
12
+ * The output of {@link CreateEndpointAccessCommand}.
13
+ */
8
14
  export interface CreateEndpointAccessCommandOutput extends CreateEndpointAccessResponse, __MetadataBearer {
9
15
  }
10
16
  /**
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { CreateNamespaceRequest, CreateNamespaceResponse } from "../models/models_0";
5
5
  import { RedshiftServerlessClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../RedshiftServerlessClient";
6
+ /**
7
+ * The input for {@link CreateNamespaceCommand}.
8
+ */
6
9
  export interface CreateNamespaceCommandInput extends CreateNamespaceRequest {
7
10
  }
11
+ /**
12
+ * The output of {@link CreateNamespaceCommand}.
13
+ */
8
14
  export interface CreateNamespaceCommandOutput extends CreateNamespaceResponse, __MetadataBearer {
9
15
  }
10
16
  /**
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { CreateSnapshotRequest, CreateSnapshotResponse } from "../models/models_0";
5
5
  import { RedshiftServerlessClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../RedshiftServerlessClient";
6
+ /**
7
+ * The input for {@link CreateSnapshotCommand}.
8
+ */
6
9
  export interface CreateSnapshotCommandInput extends CreateSnapshotRequest {
7
10
  }
11
+ /**
12
+ * The output of {@link CreateSnapshotCommand}.
13
+ */
8
14
  export interface CreateSnapshotCommandOutput extends CreateSnapshotResponse, __MetadataBearer {
9
15
  }
10
16
  /**
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { CreateUsageLimitRequest, CreateUsageLimitResponse } from "../models/models_0";
5
5
  import { RedshiftServerlessClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../RedshiftServerlessClient";
6
+ /**
7
+ * The input for {@link CreateUsageLimitCommand}.
8
+ */
6
9
  export interface CreateUsageLimitCommandInput extends CreateUsageLimitRequest {
7
10
  }
11
+ /**
12
+ * The output of {@link CreateUsageLimitCommand}.
13
+ */
8
14
  export interface CreateUsageLimitCommandOutput extends CreateUsageLimitResponse, __MetadataBearer {
9
15
  }
10
16
  /**
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { CreateWorkgroupRequest, CreateWorkgroupResponse } from "../models/models_0";
5
5
  import { RedshiftServerlessClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../RedshiftServerlessClient";
6
+ /**
7
+ * The input for {@link CreateWorkgroupCommand}.
8
+ */
6
9
  export interface CreateWorkgroupCommandInput extends CreateWorkgroupRequest {
7
10
  }
11
+ /**
12
+ * The output of {@link CreateWorkgroupCommand}.
13
+ */
8
14
  export interface CreateWorkgroupCommandOutput extends CreateWorkgroupResponse, __MetadataBearer {
9
15
  }
10
16
  /**
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { DeleteEndpointAccessRequest, DeleteEndpointAccessResponse } from "../models/models_0";
5
5
  import { RedshiftServerlessClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../RedshiftServerlessClient";
6
+ /**
7
+ * The input for {@link DeleteEndpointAccessCommand}.
8
+ */
6
9
  export interface DeleteEndpointAccessCommandInput extends DeleteEndpointAccessRequest {
7
10
  }
11
+ /**
12
+ * The output of {@link DeleteEndpointAccessCommand}.
13
+ */
8
14
  export interface DeleteEndpointAccessCommandOutput extends DeleteEndpointAccessResponse, __MetadataBearer {
9
15
  }
10
16
  /**
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { DeleteNamespaceRequest, DeleteNamespaceResponse } from "../models/models_0";
5
5
  import { RedshiftServerlessClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../RedshiftServerlessClient";
6
+ /**
7
+ * The input for {@link DeleteNamespaceCommand}.
8
+ */
6
9
  export interface DeleteNamespaceCommandInput extends DeleteNamespaceRequest {
7
10
  }
11
+ /**
12
+ * The output of {@link DeleteNamespaceCommand}.
13
+ */
8
14
  export interface DeleteNamespaceCommandOutput extends DeleteNamespaceResponse, __MetadataBearer {
9
15
  }
10
16
  /**
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { DeleteResourcePolicyRequest, DeleteResourcePolicyResponse } from "../models/models_0";
5
5
  import { RedshiftServerlessClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../RedshiftServerlessClient";
6
+ /**
7
+ * The input for {@link DeleteResourcePolicyCommand}.
8
+ */
6
9
  export interface DeleteResourcePolicyCommandInput extends DeleteResourcePolicyRequest {
7
10
  }
11
+ /**
12
+ * The output of {@link DeleteResourcePolicyCommand}.
13
+ */
8
14
  export interface DeleteResourcePolicyCommandOutput extends DeleteResourcePolicyResponse, __MetadataBearer {
9
15
  }
10
16
  /**
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { DeleteSnapshotRequest, DeleteSnapshotResponse } from "../models/models_0";
5
5
  import { RedshiftServerlessClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../RedshiftServerlessClient";
6
+ /**
7
+ * The input for {@link DeleteSnapshotCommand}.
8
+ */
6
9
  export interface DeleteSnapshotCommandInput extends DeleteSnapshotRequest {
7
10
  }
11
+ /**
12
+ * The output of {@link DeleteSnapshotCommand}.
13
+ */
8
14
  export interface DeleteSnapshotCommandOutput extends DeleteSnapshotResponse, __MetadataBearer {
9
15
  }
10
16
  /**
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { DeleteUsageLimitRequest, DeleteUsageLimitResponse } from "../models/models_0";
5
5
  import { RedshiftServerlessClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../RedshiftServerlessClient";
6
+ /**
7
+ * The input for {@link DeleteUsageLimitCommand}.
8
+ */
6
9
  export interface DeleteUsageLimitCommandInput extends DeleteUsageLimitRequest {
7
10
  }
11
+ /**
12
+ * The output of {@link DeleteUsageLimitCommand}.
13
+ */
8
14
  export interface DeleteUsageLimitCommandOutput extends DeleteUsageLimitResponse, __MetadataBearer {
9
15
  }
10
16
  /**
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { DeleteWorkgroupRequest, DeleteWorkgroupResponse } from "../models/models_0";
5
5
  import { RedshiftServerlessClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../RedshiftServerlessClient";
6
+ /**
7
+ * The input for {@link DeleteWorkgroupCommand}.
8
+ */
6
9
  export interface DeleteWorkgroupCommandInput extends DeleteWorkgroupRequest {
7
10
  }
11
+ /**
12
+ * The output of {@link DeleteWorkgroupCommand}.
13
+ */
8
14
  export interface DeleteWorkgroupCommandOutput extends DeleteWorkgroupResponse, __MetadataBearer {
9
15
  }
10
16
  /**
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { GetCredentialsRequest, GetCredentialsResponse } from "../models/models_0";
5
5
  import { RedshiftServerlessClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../RedshiftServerlessClient";
6
+ /**
7
+ * The input for {@link GetCredentialsCommand}.
8
+ */
6
9
  export interface GetCredentialsCommandInput extends GetCredentialsRequest {
7
10
  }
11
+ /**
12
+ * The output of {@link GetCredentialsCommand}.
13
+ */
8
14
  export interface GetCredentialsCommandOutput extends GetCredentialsResponse, __MetadataBearer {
9
15
  }
10
16
  /**
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { GetEndpointAccessRequest, GetEndpointAccessResponse } from "../models/models_0";
5
5
  import { RedshiftServerlessClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../RedshiftServerlessClient";
6
+ /**
7
+ * The input for {@link GetEndpointAccessCommand}.
8
+ */
6
9
  export interface GetEndpointAccessCommandInput extends GetEndpointAccessRequest {
7
10
  }
11
+ /**
12
+ * The output of {@link GetEndpointAccessCommand}.
13
+ */
8
14
  export interface GetEndpointAccessCommandOutput extends GetEndpointAccessResponse, __MetadataBearer {
9
15
  }
10
16
  /**
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { GetNamespaceRequest, GetNamespaceResponse } from "../models/models_0";
5
5
  import { RedshiftServerlessClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../RedshiftServerlessClient";
6
+ /**
7
+ * The input for {@link GetNamespaceCommand}.
8
+ */
6
9
  export interface GetNamespaceCommandInput extends GetNamespaceRequest {
7
10
  }
11
+ /**
12
+ * The output of {@link GetNamespaceCommand}.
13
+ */
8
14
  export interface GetNamespaceCommandOutput extends GetNamespaceResponse, __MetadataBearer {
9
15
  }
10
16
  /**
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { GetRecoveryPointRequest, GetRecoveryPointResponse } from "../models/models_0";
5
5
  import { RedshiftServerlessClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../RedshiftServerlessClient";
6
+ /**
7
+ * The input for {@link GetRecoveryPointCommand}.
8
+ */
6
9
  export interface GetRecoveryPointCommandInput extends GetRecoveryPointRequest {
7
10
  }
11
+ /**
12
+ * The output of {@link GetRecoveryPointCommand}.
13
+ */
8
14
  export interface GetRecoveryPointCommandOutput extends GetRecoveryPointResponse, __MetadataBearer {
9
15
  }
10
16
  /**
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { GetResourcePolicyRequest, GetResourcePolicyResponse } from "../models/models_0";
5
5
  import { RedshiftServerlessClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../RedshiftServerlessClient";
6
+ /**
7
+ * The input for {@link GetResourcePolicyCommand}.
8
+ */
6
9
  export interface GetResourcePolicyCommandInput extends GetResourcePolicyRequest {
7
10
  }
11
+ /**
12
+ * The output of {@link GetResourcePolicyCommand}.
13
+ */
8
14
  export interface GetResourcePolicyCommandOutput extends GetResourcePolicyResponse, __MetadataBearer {
9
15
  }
10
16
  /**
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { GetSnapshotRequest, GetSnapshotResponse } from "../models/models_0";
5
5
  import { RedshiftServerlessClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../RedshiftServerlessClient";
6
+ /**
7
+ * The input for {@link GetSnapshotCommand}.
8
+ */
6
9
  export interface GetSnapshotCommandInput extends GetSnapshotRequest {
7
10
  }
11
+ /**
12
+ * The output of {@link GetSnapshotCommand}.
13
+ */
8
14
  export interface GetSnapshotCommandOutput extends GetSnapshotResponse, __MetadataBearer {
9
15
  }
10
16
  /**
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { GetTableRestoreStatusRequest, GetTableRestoreStatusResponse } from "../models/models_0";
5
5
  import { RedshiftServerlessClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../RedshiftServerlessClient";
6
+ /**
7
+ * The input for {@link GetTableRestoreStatusCommand}.
8
+ */
6
9
  export interface GetTableRestoreStatusCommandInput extends GetTableRestoreStatusRequest {
7
10
  }
11
+ /**
12
+ * The output of {@link GetTableRestoreStatusCommand}.
13
+ */
8
14
  export interface GetTableRestoreStatusCommandOutput extends GetTableRestoreStatusResponse, __MetadataBearer {
9
15
  }
10
16
  /**
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { GetUsageLimitRequest, GetUsageLimitResponse } from "../models/models_0";
5
5
  import { RedshiftServerlessClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../RedshiftServerlessClient";
6
+ /**
7
+ * The input for {@link GetUsageLimitCommand}.
8
+ */
6
9
  export interface GetUsageLimitCommandInput extends GetUsageLimitRequest {
7
10
  }
11
+ /**
12
+ * The output of {@link GetUsageLimitCommand}.
13
+ */
8
14
  export interface GetUsageLimitCommandOutput extends GetUsageLimitResponse, __MetadataBearer {
9
15
  }
10
16
  /**
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { GetWorkgroupRequest, GetWorkgroupResponse } from "../models/models_0";
5
5
  import { RedshiftServerlessClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../RedshiftServerlessClient";
6
+ /**
7
+ * The input for {@link GetWorkgroupCommand}.
8
+ */
6
9
  export interface GetWorkgroupCommandInput extends GetWorkgroupRequest {
7
10
  }
11
+ /**
12
+ * The output of {@link GetWorkgroupCommand}.
13
+ */
8
14
  export interface GetWorkgroupCommandOutput extends GetWorkgroupResponse, __MetadataBearer {
9
15
  }
10
16
  /**
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { ListEndpointAccessRequest, ListEndpointAccessResponse } from "../models/models_0";
5
5
  import { RedshiftServerlessClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../RedshiftServerlessClient";
6
+ /**
7
+ * The input for {@link ListEndpointAccessCommand}.
8
+ */
6
9
  export interface ListEndpointAccessCommandInput extends ListEndpointAccessRequest {
7
10
  }
11
+ /**
12
+ * The output of {@link ListEndpointAccessCommand}.
13
+ */
8
14
  export interface ListEndpointAccessCommandOutput extends ListEndpointAccessResponse, __MetadataBearer {
9
15
  }
10
16
  /**
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { ListNamespacesRequest, ListNamespacesResponse } from "../models/models_0";
5
5
  import { RedshiftServerlessClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../RedshiftServerlessClient";
6
+ /**
7
+ * The input for {@link ListNamespacesCommand}.
8
+ */
6
9
  export interface ListNamespacesCommandInput extends ListNamespacesRequest {
7
10
  }
11
+ /**
12
+ * The output of {@link ListNamespacesCommand}.
13
+ */
8
14
  export interface ListNamespacesCommandOutput extends ListNamespacesResponse, __MetadataBearer {
9
15
  }
10
16
  /**
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { ListRecoveryPointsRequest, ListRecoveryPointsResponse } from "../models/models_0";
5
5
  import { RedshiftServerlessClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../RedshiftServerlessClient";
6
+ /**
7
+ * The input for {@link ListRecoveryPointsCommand}.
8
+ */
6
9
  export interface ListRecoveryPointsCommandInput extends ListRecoveryPointsRequest {
7
10
  }
11
+ /**
12
+ * The output of {@link ListRecoveryPointsCommand}.
13
+ */
8
14
  export interface ListRecoveryPointsCommandOutput extends ListRecoveryPointsResponse, __MetadataBearer {
9
15
  }
10
16
  /**
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { ListSnapshotsRequest, ListSnapshotsResponse } from "../models/models_0";
5
5
  import { RedshiftServerlessClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../RedshiftServerlessClient";
6
+ /**
7
+ * The input for {@link ListSnapshotsCommand}.
8
+ */
6
9
  export interface ListSnapshotsCommandInput extends ListSnapshotsRequest {
7
10
  }
11
+ /**
12
+ * The output of {@link ListSnapshotsCommand}.
13
+ */
8
14
  export interface ListSnapshotsCommandOutput extends ListSnapshotsResponse, __MetadataBearer {
9
15
  }
10
16
  /**
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { ListTableRestoreStatusRequest, ListTableRestoreStatusResponse } from "../models/models_0";
5
5
  import { RedshiftServerlessClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../RedshiftServerlessClient";
6
+ /**
7
+ * The input for {@link ListTableRestoreStatusCommand}.
8
+ */
6
9
  export interface ListTableRestoreStatusCommandInput extends ListTableRestoreStatusRequest {
7
10
  }
11
+ /**
12
+ * The output of {@link ListTableRestoreStatusCommand}.
13
+ */
8
14
  export interface ListTableRestoreStatusCommandOutput extends ListTableRestoreStatusResponse, __MetadataBearer {
9
15
  }
10
16
  /**
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { ListTagsForResourceRequest, ListTagsForResourceResponse } from "../models/models_0";
5
5
  import { RedshiftServerlessClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../RedshiftServerlessClient";
6
+ /**
7
+ * The input for {@link ListTagsForResourceCommand}.
8
+ */
6
9
  export interface ListTagsForResourceCommandInput extends ListTagsForResourceRequest {
7
10
  }
11
+ /**
12
+ * The output of {@link ListTagsForResourceCommand}.
13
+ */
8
14
  export interface ListTagsForResourceCommandOutput extends ListTagsForResourceResponse, __MetadataBearer {
9
15
  }
10
16
  /**
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { ListUsageLimitsRequest, ListUsageLimitsResponse } from "../models/models_0";
5
5
  import { RedshiftServerlessClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../RedshiftServerlessClient";
6
+ /**
7
+ * The input for {@link ListUsageLimitsCommand}.
8
+ */
6
9
  export interface ListUsageLimitsCommandInput extends ListUsageLimitsRequest {
7
10
  }
11
+ /**
12
+ * The output of {@link ListUsageLimitsCommand}.
13
+ */
8
14
  export interface ListUsageLimitsCommandOutput extends ListUsageLimitsResponse, __MetadataBearer {
9
15
  }
10
16
  /**
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { ListWorkgroupsRequest, ListWorkgroupsResponse } from "../models/models_0";
5
5
  import { RedshiftServerlessClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../RedshiftServerlessClient";
6
+ /**
7
+ * The input for {@link ListWorkgroupsCommand}.
8
+ */
6
9
  export interface ListWorkgroupsCommandInput extends ListWorkgroupsRequest {
7
10
  }
11
+ /**
12
+ * The output of {@link ListWorkgroupsCommand}.
13
+ */
8
14
  export interface ListWorkgroupsCommandOutput extends ListWorkgroupsResponse, __MetadataBearer {
9
15
  }
10
16
  /**
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { PutResourcePolicyRequest, PutResourcePolicyResponse } from "../models/models_0";
5
5
  import { RedshiftServerlessClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../RedshiftServerlessClient";
6
+ /**
7
+ * The input for {@link PutResourcePolicyCommand}.
8
+ */
6
9
  export interface PutResourcePolicyCommandInput extends PutResourcePolicyRequest {
7
10
  }
11
+ /**
12
+ * The output of {@link PutResourcePolicyCommand}.
13
+ */
8
14
  export interface PutResourcePolicyCommandOutput extends PutResourcePolicyResponse, __MetadataBearer {
9
15
  }
10
16
  /**
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { RestoreFromRecoveryPointRequest, RestoreFromRecoveryPointResponse } from "../models/models_0";
5
5
  import { RedshiftServerlessClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../RedshiftServerlessClient";
6
+ /**
7
+ * The input for {@link RestoreFromRecoveryPointCommand}.
8
+ */
6
9
  export interface RestoreFromRecoveryPointCommandInput extends RestoreFromRecoveryPointRequest {
7
10
  }
11
+ /**
12
+ * The output of {@link RestoreFromRecoveryPointCommand}.
13
+ */
8
14
  export interface RestoreFromRecoveryPointCommandOutput extends RestoreFromRecoveryPointResponse, __MetadataBearer {
9
15
  }
10
16
  /**
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { RestoreFromSnapshotRequest, RestoreFromSnapshotResponse } from "../models/models_0";
5
5
  import { RedshiftServerlessClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../RedshiftServerlessClient";
6
+ /**
7
+ * The input for {@link RestoreFromSnapshotCommand}.
8
+ */
6
9
  export interface RestoreFromSnapshotCommandInput extends RestoreFromSnapshotRequest {
7
10
  }
11
+ /**
12
+ * The output of {@link RestoreFromSnapshotCommand}.
13
+ */
8
14
  export interface RestoreFromSnapshotCommandOutput extends RestoreFromSnapshotResponse, __MetadataBearer {
9
15
  }
10
16
  /**
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { RestoreTableFromSnapshotRequest, RestoreTableFromSnapshotResponse } from "../models/models_0";
5
5
  import { RedshiftServerlessClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../RedshiftServerlessClient";
6
+ /**
7
+ * The input for {@link RestoreTableFromSnapshotCommand}.
8
+ */
6
9
  export interface RestoreTableFromSnapshotCommandInput extends RestoreTableFromSnapshotRequest {
7
10
  }
11
+ /**
12
+ * The output of {@link RestoreTableFromSnapshotCommand}.
13
+ */
8
14
  export interface RestoreTableFromSnapshotCommandOutput extends RestoreTableFromSnapshotResponse, __MetadataBearer {
9
15
  }
10
16
  /**
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { TagResourceRequest, TagResourceResponse } from "../models/models_0";
5
5
  import { RedshiftServerlessClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../RedshiftServerlessClient";
6
+ /**
7
+ * The input for {@link TagResourceCommand}.
8
+ */
6
9
  export interface TagResourceCommandInput extends TagResourceRequest {
7
10
  }
11
+ /**
12
+ * The output of {@link TagResourceCommand}.
13
+ */
8
14
  export interface TagResourceCommandOutput extends TagResourceResponse, __MetadataBearer {
9
15
  }
10
16
  /**
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { UntagResourceRequest, UntagResourceResponse } from "../models/models_0";
5
5
  import { RedshiftServerlessClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../RedshiftServerlessClient";
6
+ /**
7
+ * The input for {@link UntagResourceCommand}.
8
+ */
6
9
  export interface UntagResourceCommandInput extends UntagResourceRequest {
7
10
  }
11
+ /**
12
+ * The output of {@link UntagResourceCommand}.
13
+ */
8
14
  export interface UntagResourceCommandOutput extends UntagResourceResponse, __MetadataBearer {
9
15
  }
10
16
  /**
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { UpdateEndpointAccessRequest, UpdateEndpointAccessResponse } from "../models/models_0";
5
5
  import { RedshiftServerlessClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../RedshiftServerlessClient";
6
+ /**
7
+ * The input for {@link UpdateEndpointAccessCommand}.
8
+ */
6
9
  export interface UpdateEndpointAccessCommandInput extends UpdateEndpointAccessRequest {
7
10
  }
11
+ /**
12
+ * The output of {@link UpdateEndpointAccessCommand}.
13
+ */
8
14
  export interface UpdateEndpointAccessCommandOutput extends UpdateEndpointAccessResponse, __MetadataBearer {
9
15
  }
10
16
  /**
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { UpdateNamespaceRequest, UpdateNamespaceResponse } from "../models/models_0";
5
5
  import { RedshiftServerlessClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../RedshiftServerlessClient";
6
+ /**
7
+ * The input for {@link UpdateNamespaceCommand}.
8
+ */
6
9
  export interface UpdateNamespaceCommandInput extends UpdateNamespaceRequest {
7
10
  }
11
+ /**
12
+ * The output of {@link UpdateNamespaceCommand}.
13
+ */
8
14
  export interface UpdateNamespaceCommandOutput extends UpdateNamespaceResponse, __MetadataBearer {
9
15
  }
10
16
  /**
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { UpdateSnapshotRequest, UpdateSnapshotResponse } from "../models/models_0";
5
5
  import { RedshiftServerlessClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../RedshiftServerlessClient";
6
+ /**
7
+ * The input for {@link UpdateSnapshotCommand}.
8
+ */
6
9
  export interface UpdateSnapshotCommandInput extends UpdateSnapshotRequest {
7
10
  }
11
+ /**
12
+ * The output of {@link UpdateSnapshotCommand}.
13
+ */
8
14
  export interface UpdateSnapshotCommandOutput extends UpdateSnapshotResponse, __MetadataBearer {
9
15
  }
10
16
  /**
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { UpdateUsageLimitRequest, UpdateUsageLimitResponse } from "../models/models_0";
5
5
  import { RedshiftServerlessClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../RedshiftServerlessClient";
6
+ /**
7
+ * The input for {@link UpdateUsageLimitCommand}.
8
+ */
6
9
  export interface UpdateUsageLimitCommandInput extends UpdateUsageLimitRequest {
7
10
  }
11
+ /**
12
+ * The output of {@link UpdateUsageLimitCommand}.
13
+ */
8
14
  export interface UpdateUsageLimitCommandOutput extends UpdateUsageLimitResponse, __MetadataBearer {
9
15
  }
10
16
  /**
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { UpdateWorkgroupRequest, UpdateWorkgroupResponse } from "../models/models_0";
5
5
  import { RedshiftServerlessClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../RedshiftServerlessClient";
6
+ /**
7
+ * The input for {@link UpdateWorkgroupCommand}.
8
+ */
6
9
  export interface UpdateWorkgroupCommandInput extends UpdateWorkgroupRequest {
7
10
  }
11
+ /**
12
+ * The output of {@link UpdateWorkgroupCommand}.
13
+ */
8
14
  export interface UpdateWorkgroupCommandOutput extends UpdateWorkgroupResponse, __MetadataBearer {
9
15
  }
10
16
  /**
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@aws-sdk/client-redshift-serverless",
3
3
  "description": "AWS SDK for JavaScript Redshift Serverless Client for Node.js, Browser and React Native",
4
- "version": "3.279.0",
4
+ "version": "3.281.0",
5
5
  "scripts": {
6
6
  "build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
7
7
  "build:cjs": "tsc -p tsconfig.cjs.json",
@@ -20,9 +20,9 @@
20
20
  "dependencies": {
21
21
  "@aws-crypto/sha256-browser": "3.0.0",
22
22
  "@aws-crypto/sha256-js": "3.0.0",
23
- "@aws-sdk/client-sts": "3.279.0",
23
+ "@aws-sdk/client-sts": "3.281.0",
24
24
  "@aws-sdk/config-resolver": "3.272.0",
25
- "@aws-sdk/credential-provider-node": "3.279.0",
25
+ "@aws-sdk/credential-provider-node": "3.281.0",
26
26
  "@aws-sdk/fetch-http-handler": "3.272.0",
27
27
  "@aws-sdk/hash-node": "3.272.0",
28
28
  "@aws-sdk/invalid-dependency": "3.272.0",