@aws-sdk/client-redshift-serverless 3.462.0 → 3.465.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 (82) hide show
  1. package/README.md +80 -0
  2. package/dist-cjs/RedshiftServerless.js +20 -0
  3. package/dist-cjs/commands/CreateScheduledActionCommand.js +51 -0
  4. package/dist-cjs/commands/CreateSnapshotCopyConfigurationCommand.js +51 -0
  5. package/dist-cjs/commands/DeleteScheduledActionCommand.js +51 -0
  6. package/dist-cjs/commands/DeleteSnapshotCopyConfigurationCommand.js +51 -0
  7. package/dist-cjs/commands/GetScheduledActionCommand.js +51 -0
  8. package/dist-cjs/commands/ListScheduledActionsCommand.js +51 -0
  9. package/dist-cjs/commands/ListSnapshotCopyConfigurationsCommand.js +51 -0
  10. package/dist-cjs/commands/RestoreTableFromRecoveryPointCommand.js +51 -0
  11. package/dist-cjs/commands/UpdateScheduledActionCommand.js +51 -0
  12. package/dist-cjs/commands/UpdateSnapshotCopyConfigurationCommand.js +51 -0
  13. package/dist-cjs/commands/index.js +10 -0
  14. package/dist-cjs/models/models_0.js +23 -1
  15. package/dist-cjs/pagination/ListScheduledActionsPaginator.js +29 -0
  16. package/dist-cjs/pagination/ListSnapshotCopyConfigurationsPaginator.js +29 -0
  17. package/dist-cjs/pagination/index.js +2 -0
  18. package/dist-cjs/protocols/Aws_json1_1.js +596 -2
  19. package/dist-es/RedshiftServerless.js +20 -0
  20. package/dist-es/commands/CreateScheduledActionCommand.js +47 -0
  21. package/dist-es/commands/CreateSnapshotCopyConfigurationCommand.js +47 -0
  22. package/dist-es/commands/DeleteScheduledActionCommand.js +47 -0
  23. package/dist-es/commands/DeleteSnapshotCopyConfigurationCommand.js +47 -0
  24. package/dist-es/commands/GetScheduledActionCommand.js +47 -0
  25. package/dist-es/commands/ListScheduledActionsCommand.js +47 -0
  26. package/dist-es/commands/ListSnapshotCopyConfigurationsCommand.js +47 -0
  27. package/dist-es/commands/RestoreTableFromRecoveryPointCommand.js +47 -0
  28. package/dist-es/commands/UpdateScheduledActionCommand.js +47 -0
  29. package/dist-es/commands/UpdateSnapshotCopyConfigurationCommand.js +47 -0
  30. package/dist-es/commands/index.js +10 -0
  31. package/dist-es/models/models_0.js +22 -0
  32. package/dist-es/pagination/ListScheduledActionsPaginator.js +25 -0
  33. package/dist-es/pagination/ListSnapshotCopyConfigurationsPaginator.js +25 -0
  34. package/dist-es/pagination/index.js +2 -0
  35. package/dist-es/protocols/Aws_json1_1.js +574 -1
  36. package/dist-types/RedshiftServerless.d.ts +70 -0
  37. package/dist-types/RedshiftServerlessClient.d.ts +12 -2
  38. package/dist-types/commands/CreateEndpointAccessCommand.d.ts +1 -0
  39. package/dist-types/commands/CreateScheduledActionCommand.d.ts +138 -0
  40. package/dist-types/commands/CreateSnapshotCopyConfigurationCommand.d.ts +101 -0
  41. package/dist-types/commands/CreateWorkgroupCommand.d.ts +3 -0
  42. package/dist-types/commands/DeleteScheduledActionCommand.d.ts +111 -0
  43. package/dist-types/commands/DeleteSnapshotCopyConfigurationCommand.d.ts +95 -0
  44. package/dist-types/commands/DeleteWorkgroupCommand.d.ts +3 -0
  45. package/dist-types/commands/GetScheduledActionCommand.d.ts +111 -0
  46. package/dist-types/commands/GetTableRestoreStatusCommand.d.ts +1 -0
  47. package/dist-types/commands/GetWorkgroupCommand.d.ts +3 -0
  48. package/dist-types/commands/ListEndpointAccessCommand.d.ts +1 -0
  49. package/dist-types/commands/ListScheduledActionsCommand.d.ts +90 -0
  50. package/dist-types/commands/ListSnapshotCopyConfigurationsCommand.d.ts +100 -0
  51. package/dist-types/commands/ListTableRestoreStatusCommand.d.ts +1 -0
  52. package/dist-types/commands/ListWorkgroupsCommand.d.ts +4 -0
  53. package/dist-types/commands/RestoreTableFromRecoveryPointCommand.d.ts +111 -0
  54. package/dist-types/commands/RestoreTableFromSnapshotCommand.d.ts +1 -0
  55. package/dist-types/commands/UpdateScheduledActionCommand.d.ts +136 -0
  56. package/dist-types/commands/UpdateSnapshotCopyConfigurationCommand.d.ts +96 -0
  57. package/dist-types/commands/UpdateWorkgroupCommand.d.ts +3 -0
  58. package/dist-types/commands/index.d.ts +10 -0
  59. package/dist-types/models/models_0.d.ts +648 -8
  60. package/dist-types/pagination/ListScheduledActionsPaginator.d.ts +7 -0
  61. package/dist-types/pagination/ListSnapshotCopyConfigurationsPaginator.d.ts +7 -0
  62. package/dist-types/pagination/index.d.ts +2 -0
  63. package/dist-types/protocols/Aws_json1_1.d.ts +90 -0
  64. package/dist-types/ts3.4/RedshiftServerless.d.ts +170 -0
  65. package/dist-types/ts3.4/RedshiftServerlessClient.d.ts +60 -0
  66. package/dist-types/ts3.4/commands/CreateScheduledActionCommand.d.ts +42 -0
  67. package/dist-types/ts3.4/commands/CreateSnapshotCopyConfigurationCommand.d.ts +42 -0
  68. package/dist-types/ts3.4/commands/DeleteScheduledActionCommand.d.ts +42 -0
  69. package/dist-types/ts3.4/commands/DeleteSnapshotCopyConfigurationCommand.d.ts +42 -0
  70. package/dist-types/ts3.4/commands/GetScheduledActionCommand.d.ts +39 -0
  71. package/dist-types/ts3.4/commands/ListScheduledActionsCommand.d.ts +42 -0
  72. package/dist-types/ts3.4/commands/ListSnapshotCopyConfigurationsCommand.d.ts +42 -0
  73. package/dist-types/ts3.4/commands/RestoreTableFromRecoveryPointCommand.d.ts +42 -0
  74. package/dist-types/ts3.4/commands/UpdateScheduledActionCommand.d.ts +42 -0
  75. package/dist-types/ts3.4/commands/UpdateSnapshotCopyConfigurationCommand.d.ts +42 -0
  76. package/dist-types/ts3.4/commands/index.d.ts +10 -0
  77. package/dist-types/ts3.4/models/models_0.d.ts +176 -0
  78. package/dist-types/ts3.4/pagination/ListScheduledActionsPaginator.d.ts +11 -0
  79. package/dist-types/ts3.4/pagination/ListSnapshotCopyConfigurationsPaginator.d.ts +11 -0
  80. package/dist-types/ts3.4/pagination/index.d.ts +2 -0
  81. package/dist-types/ts3.4/protocols/Aws_json1_1.d.ts +120 -0
  82. package/package.json +14 -16
package/README.md CHANGED
@@ -245,6 +245,14 @@ CreateNamespace
245
245
 
246
246
  [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/redshift-serverless/command/CreateNamespaceCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-redshift-serverless/Interface/CreateNamespaceCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-redshift-serverless/Interface/CreateNamespaceCommandOutput/)
247
247
 
248
+ </details>
249
+ <details>
250
+ <summary>
251
+ CreateScheduledAction
252
+ </summary>
253
+
254
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/redshift-serverless/command/CreateScheduledActionCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-redshift-serverless/Interface/CreateScheduledActionCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-redshift-serverless/Interface/CreateScheduledActionCommandOutput/)
255
+
248
256
  </details>
249
257
  <details>
250
258
  <summary>
@@ -253,6 +261,14 @@ CreateSnapshot
253
261
 
254
262
  [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/redshift-serverless/command/CreateSnapshotCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-redshift-serverless/Interface/CreateSnapshotCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-redshift-serverless/Interface/CreateSnapshotCommandOutput/)
255
263
 
264
+ </details>
265
+ <details>
266
+ <summary>
267
+ CreateSnapshotCopyConfiguration
268
+ </summary>
269
+
270
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/redshift-serverless/command/CreateSnapshotCopyConfigurationCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-redshift-serverless/Interface/CreateSnapshotCopyConfigurationCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-redshift-serverless/Interface/CreateSnapshotCopyConfigurationCommandOutput/)
271
+
256
272
  </details>
257
273
  <details>
258
274
  <summary>
@@ -301,6 +317,14 @@ DeleteResourcePolicy
301
317
 
302
318
  [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/redshift-serverless/command/DeleteResourcePolicyCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-redshift-serverless/Interface/DeleteResourcePolicyCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-redshift-serverless/Interface/DeleteResourcePolicyCommandOutput/)
303
319
 
320
+ </details>
321
+ <details>
322
+ <summary>
323
+ DeleteScheduledAction
324
+ </summary>
325
+
326
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/redshift-serverless/command/DeleteScheduledActionCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-redshift-serverless/Interface/DeleteScheduledActionCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-redshift-serverless/Interface/DeleteScheduledActionCommandOutput/)
327
+
304
328
  </details>
305
329
  <details>
306
330
  <summary>
@@ -309,6 +333,14 @@ DeleteSnapshot
309
333
 
310
334
  [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/redshift-serverless/command/DeleteSnapshotCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-redshift-serverless/Interface/DeleteSnapshotCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-redshift-serverless/Interface/DeleteSnapshotCommandOutput/)
311
335
 
336
+ </details>
337
+ <details>
338
+ <summary>
339
+ DeleteSnapshotCopyConfiguration
340
+ </summary>
341
+
342
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/redshift-serverless/command/DeleteSnapshotCopyConfigurationCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-redshift-serverless/Interface/DeleteSnapshotCopyConfigurationCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-redshift-serverless/Interface/DeleteSnapshotCopyConfigurationCommandOutput/)
343
+
312
344
  </details>
313
345
  <details>
314
346
  <summary>
@@ -373,6 +405,14 @@ GetResourcePolicy
373
405
 
374
406
  [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/redshift-serverless/command/GetResourcePolicyCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-redshift-serverless/Interface/GetResourcePolicyCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-redshift-serverless/Interface/GetResourcePolicyCommandOutput/)
375
407
 
408
+ </details>
409
+ <details>
410
+ <summary>
411
+ GetScheduledAction
412
+ </summary>
413
+
414
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/redshift-serverless/command/GetScheduledActionCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-redshift-serverless/Interface/GetScheduledActionCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-redshift-serverless/Interface/GetScheduledActionCommandOutput/)
415
+
376
416
  </details>
377
417
  <details>
378
418
  <summary>
@@ -437,6 +477,22 @@ ListRecoveryPoints
437
477
 
438
478
  [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/redshift-serverless/command/ListRecoveryPointsCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-redshift-serverless/Interface/ListRecoveryPointsCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-redshift-serverless/Interface/ListRecoveryPointsCommandOutput/)
439
479
 
480
+ </details>
481
+ <details>
482
+ <summary>
483
+ ListScheduledActions
484
+ </summary>
485
+
486
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/redshift-serverless/command/ListScheduledActionsCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-redshift-serverless/Interface/ListScheduledActionsCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-redshift-serverless/Interface/ListScheduledActionsCommandOutput/)
487
+
488
+ </details>
489
+ <details>
490
+ <summary>
491
+ ListSnapshotCopyConfigurations
492
+ </summary>
493
+
494
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/redshift-serverless/command/ListSnapshotCopyConfigurationsCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-redshift-serverless/Interface/ListSnapshotCopyConfigurationsCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-redshift-serverless/Interface/ListSnapshotCopyConfigurationsCommandOutput/)
495
+
440
496
  </details>
441
497
  <details>
442
498
  <summary>
@@ -501,6 +557,14 @@ RestoreFromSnapshot
501
557
 
502
558
  [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/redshift-serverless/command/RestoreFromSnapshotCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-redshift-serverless/Interface/RestoreFromSnapshotCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-redshift-serverless/Interface/RestoreFromSnapshotCommandOutput/)
503
559
 
560
+ </details>
561
+ <details>
562
+ <summary>
563
+ RestoreTableFromRecoveryPoint
564
+ </summary>
565
+
566
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/redshift-serverless/command/RestoreTableFromRecoveryPointCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-redshift-serverless/Interface/RestoreTableFromRecoveryPointCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-redshift-serverless/Interface/RestoreTableFromRecoveryPointCommandOutput/)
567
+
504
568
  </details>
505
569
  <details>
506
570
  <summary>
@@ -549,6 +613,14 @@ UpdateNamespace
549
613
 
550
614
  [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/redshift-serverless/command/UpdateNamespaceCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-redshift-serverless/Interface/UpdateNamespaceCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-redshift-serverless/Interface/UpdateNamespaceCommandOutput/)
551
615
 
616
+ </details>
617
+ <details>
618
+ <summary>
619
+ UpdateScheduledAction
620
+ </summary>
621
+
622
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/redshift-serverless/command/UpdateScheduledActionCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-redshift-serverless/Interface/UpdateScheduledActionCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-redshift-serverless/Interface/UpdateScheduledActionCommandOutput/)
623
+
552
624
  </details>
553
625
  <details>
554
626
  <summary>
@@ -557,6 +629,14 @@ UpdateSnapshot
557
629
 
558
630
  [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/redshift-serverless/command/UpdateSnapshotCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-redshift-serverless/Interface/UpdateSnapshotCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-redshift-serverless/Interface/UpdateSnapshotCommandOutput/)
559
631
 
632
+ </details>
633
+ <details>
634
+ <summary>
635
+ UpdateSnapshotCopyConfiguration
636
+ </summary>
637
+
638
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/redshift-serverless/command/UpdateSnapshotCopyConfigurationCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-redshift-serverless/Interface/UpdateSnapshotCopyConfigurationCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-redshift-serverless/Interface/UpdateSnapshotCopyConfigurationCommandOutput/)
639
+
560
640
  </details>
561
641
  <details>
562
642
  <summary>
@@ -6,14 +6,18 @@ const ConvertRecoveryPointToSnapshotCommand_1 = require("./commands/ConvertRecov
6
6
  const CreateCustomDomainAssociationCommand_1 = require("./commands/CreateCustomDomainAssociationCommand");
7
7
  const CreateEndpointAccessCommand_1 = require("./commands/CreateEndpointAccessCommand");
8
8
  const CreateNamespaceCommand_1 = require("./commands/CreateNamespaceCommand");
9
+ const CreateScheduledActionCommand_1 = require("./commands/CreateScheduledActionCommand");
9
10
  const CreateSnapshotCommand_1 = require("./commands/CreateSnapshotCommand");
11
+ const CreateSnapshotCopyConfigurationCommand_1 = require("./commands/CreateSnapshotCopyConfigurationCommand");
10
12
  const CreateUsageLimitCommand_1 = require("./commands/CreateUsageLimitCommand");
11
13
  const CreateWorkgroupCommand_1 = require("./commands/CreateWorkgroupCommand");
12
14
  const DeleteCustomDomainAssociationCommand_1 = require("./commands/DeleteCustomDomainAssociationCommand");
13
15
  const DeleteEndpointAccessCommand_1 = require("./commands/DeleteEndpointAccessCommand");
14
16
  const DeleteNamespaceCommand_1 = require("./commands/DeleteNamespaceCommand");
15
17
  const DeleteResourcePolicyCommand_1 = require("./commands/DeleteResourcePolicyCommand");
18
+ const DeleteScheduledActionCommand_1 = require("./commands/DeleteScheduledActionCommand");
16
19
  const DeleteSnapshotCommand_1 = require("./commands/DeleteSnapshotCommand");
20
+ const DeleteSnapshotCopyConfigurationCommand_1 = require("./commands/DeleteSnapshotCopyConfigurationCommand");
17
21
  const DeleteUsageLimitCommand_1 = require("./commands/DeleteUsageLimitCommand");
18
22
  const DeleteWorkgroupCommand_1 = require("./commands/DeleteWorkgroupCommand");
19
23
  const GetCredentialsCommand_1 = require("./commands/GetCredentialsCommand");
@@ -22,6 +26,7 @@ const GetEndpointAccessCommand_1 = require("./commands/GetEndpointAccessCommand"
22
26
  const GetNamespaceCommand_1 = require("./commands/GetNamespaceCommand");
23
27
  const GetRecoveryPointCommand_1 = require("./commands/GetRecoveryPointCommand");
24
28
  const GetResourcePolicyCommand_1 = require("./commands/GetResourcePolicyCommand");
29
+ const GetScheduledActionCommand_1 = require("./commands/GetScheduledActionCommand");
25
30
  const GetSnapshotCommand_1 = require("./commands/GetSnapshotCommand");
26
31
  const GetTableRestoreStatusCommand_1 = require("./commands/GetTableRestoreStatusCommand");
27
32
  const GetUsageLimitCommand_1 = require("./commands/GetUsageLimitCommand");
@@ -30,6 +35,8 @@ const ListCustomDomainAssociationsCommand_1 = require("./commands/ListCustomDoma
30
35
  const ListEndpointAccessCommand_1 = require("./commands/ListEndpointAccessCommand");
31
36
  const ListNamespacesCommand_1 = require("./commands/ListNamespacesCommand");
32
37
  const ListRecoveryPointsCommand_1 = require("./commands/ListRecoveryPointsCommand");
38
+ const ListScheduledActionsCommand_1 = require("./commands/ListScheduledActionsCommand");
39
+ const ListSnapshotCopyConfigurationsCommand_1 = require("./commands/ListSnapshotCopyConfigurationsCommand");
33
40
  const ListSnapshotsCommand_1 = require("./commands/ListSnapshotsCommand");
34
41
  const ListTableRestoreStatusCommand_1 = require("./commands/ListTableRestoreStatusCommand");
35
42
  const ListTagsForResourceCommand_1 = require("./commands/ListTagsForResourceCommand");
@@ -38,13 +45,16 @@ const ListWorkgroupsCommand_1 = require("./commands/ListWorkgroupsCommand");
38
45
  const PutResourcePolicyCommand_1 = require("./commands/PutResourcePolicyCommand");
39
46
  const RestoreFromRecoveryPointCommand_1 = require("./commands/RestoreFromRecoveryPointCommand");
40
47
  const RestoreFromSnapshotCommand_1 = require("./commands/RestoreFromSnapshotCommand");
48
+ const RestoreTableFromRecoveryPointCommand_1 = require("./commands/RestoreTableFromRecoveryPointCommand");
41
49
  const RestoreTableFromSnapshotCommand_1 = require("./commands/RestoreTableFromSnapshotCommand");
42
50
  const TagResourceCommand_1 = require("./commands/TagResourceCommand");
43
51
  const UntagResourceCommand_1 = require("./commands/UntagResourceCommand");
44
52
  const UpdateCustomDomainAssociationCommand_1 = require("./commands/UpdateCustomDomainAssociationCommand");
45
53
  const UpdateEndpointAccessCommand_1 = require("./commands/UpdateEndpointAccessCommand");
46
54
  const UpdateNamespaceCommand_1 = require("./commands/UpdateNamespaceCommand");
55
+ const UpdateScheduledActionCommand_1 = require("./commands/UpdateScheduledActionCommand");
47
56
  const UpdateSnapshotCommand_1 = require("./commands/UpdateSnapshotCommand");
57
+ const UpdateSnapshotCopyConfigurationCommand_1 = require("./commands/UpdateSnapshotCopyConfigurationCommand");
48
58
  const UpdateUsageLimitCommand_1 = require("./commands/UpdateUsageLimitCommand");
49
59
  const UpdateWorkgroupCommand_1 = require("./commands/UpdateWorkgroupCommand");
50
60
  const RedshiftServerlessClient_1 = require("./RedshiftServerlessClient");
@@ -53,14 +63,18 @@ const commands = {
53
63
  CreateCustomDomainAssociationCommand: CreateCustomDomainAssociationCommand_1.CreateCustomDomainAssociationCommand,
54
64
  CreateEndpointAccessCommand: CreateEndpointAccessCommand_1.CreateEndpointAccessCommand,
55
65
  CreateNamespaceCommand: CreateNamespaceCommand_1.CreateNamespaceCommand,
66
+ CreateScheduledActionCommand: CreateScheduledActionCommand_1.CreateScheduledActionCommand,
56
67
  CreateSnapshotCommand: CreateSnapshotCommand_1.CreateSnapshotCommand,
68
+ CreateSnapshotCopyConfigurationCommand: CreateSnapshotCopyConfigurationCommand_1.CreateSnapshotCopyConfigurationCommand,
57
69
  CreateUsageLimitCommand: CreateUsageLimitCommand_1.CreateUsageLimitCommand,
58
70
  CreateWorkgroupCommand: CreateWorkgroupCommand_1.CreateWorkgroupCommand,
59
71
  DeleteCustomDomainAssociationCommand: DeleteCustomDomainAssociationCommand_1.DeleteCustomDomainAssociationCommand,
60
72
  DeleteEndpointAccessCommand: DeleteEndpointAccessCommand_1.DeleteEndpointAccessCommand,
61
73
  DeleteNamespaceCommand: DeleteNamespaceCommand_1.DeleteNamespaceCommand,
62
74
  DeleteResourcePolicyCommand: DeleteResourcePolicyCommand_1.DeleteResourcePolicyCommand,
75
+ DeleteScheduledActionCommand: DeleteScheduledActionCommand_1.DeleteScheduledActionCommand,
63
76
  DeleteSnapshotCommand: DeleteSnapshotCommand_1.DeleteSnapshotCommand,
77
+ DeleteSnapshotCopyConfigurationCommand: DeleteSnapshotCopyConfigurationCommand_1.DeleteSnapshotCopyConfigurationCommand,
64
78
  DeleteUsageLimitCommand: DeleteUsageLimitCommand_1.DeleteUsageLimitCommand,
65
79
  DeleteWorkgroupCommand: DeleteWorkgroupCommand_1.DeleteWorkgroupCommand,
66
80
  GetCredentialsCommand: GetCredentialsCommand_1.GetCredentialsCommand,
@@ -69,6 +83,7 @@ const commands = {
69
83
  GetNamespaceCommand: GetNamespaceCommand_1.GetNamespaceCommand,
70
84
  GetRecoveryPointCommand: GetRecoveryPointCommand_1.GetRecoveryPointCommand,
71
85
  GetResourcePolicyCommand: GetResourcePolicyCommand_1.GetResourcePolicyCommand,
86
+ GetScheduledActionCommand: GetScheduledActionCommand_1.GetScheduledActionCommand,
72
87
  GetSnapshotCommand: GetSnapshotCommand_1.GetSnapshotCommand,
73
88
  GetTableRestoreStatusCommand: GetTableRestoreStatusCommand_1.GetTableRestoreStatusCommand,
74
89
  GetUsageLimitCommand: GetUsageLimitCommand_1.GetUsageLimitCommand,
@@ -77,6 +92,8 @@ const commands = {
77
92
  ListEndpointAccessCommand: ListEndpointAccessCommand_1.ListEndpointAccessCommand,
78
93
  ListNamespacesCommand: ListNamespacesCommand_1.ListNamespacesCommand,
79
94
  ListRecoveryPointsCommand: ListRecoveryPointsCommand_1.ListRecoveryPointsCommand,
95
+ ListScheduledActionsCommand: ListScheduledActionsCommand_1.ListScheduledActionsCommand,
96
+ ListSnapshotCopyConfigurationsCommand: ListSnapshotCopyConfigurationsCommand_1.ListSnapshotCopyConfigurationsCommand,
80
97
  ListSnapshotsCommand: ListSnapshotsCommand_1.ListSnapshotsCommand,
81
98
  ListTableRestoreStatusCommand: ListTableRestoreStatusCommand_1.ListTableRestoreStatusCommand,
82
99
  ListTagsForResourceCommand: ListTagsForResourceCommand_1.ListTagsForResourceCommand,
@@ -85,13 +102,16 @@ const commands = {
85
102
  PutResourcePolicyCommand: PutResourcePolicyCommand_1.PutResourcePolicyCommand,
86
103
  RestoreFromRecoveryPointCommand: RestoreFromRecoveryPointCommand_1.RestoreFromRecoveryPointCommand,
87
104
  RestoreFromSnapshotCommand: RestoreFromSnapshotCommand_1.RestoreFromSnapshotCommand,
105
+ RestoreTableFromRecoveryPointCommand: RestoreTableFromRecoveryPointCommand_1.RestoreTableFromRecoveryPointCommand,
88
106
  RestoreTableFromSnapshotCommand: RestoreTableFromSnapshotCommand_1.RestoreTableFromSnapshotCommand,
89
107
  TagResourceCommand: TagResourceCommand_1.TagResourceCommand,
90
108
  UntagResourceCommand: UntagResourceCommand_1.UntagResourceCommand,
91
109
  UpdateCustomDomainAssociationCommand: UpdateCustomDomainAssociationCommand_1.UpdateCustomDomainAssociationCommand,
92
110
  UpdateEndpointAccessCommand: UpdateEndpointAccessCommand_1.UpdateEndpointAccessCommand,
93
111
  UpdateNamespaceCommand: UpdateNamespaceCommand_1.UpdateNamespaceCommand,
112
+ UpdateScheduledActionCommand: UpdateScheduledActionCommand_1.UpdateScheduledActionCommand,
94
113
  UpdateSnapshotCommand: UpdateSnapshotCommand_1.UpdateSnapshotCommand,
114
+ UpdateSnapshotCopyConfigurationCommand: UpdateSnapshotCopyConfigurationCommand_1.UpdateSnapshotCopyConfigurationCommand,
95
115
  UpdateUsageLimitCommand: UpdateUsageLimitCommand_1.UpdateUsageLimitCommand,
96
116
  UpdateWorkgroupCommand: UpdateWorkgroupCommand_1.UpdateWorkgroupCommand,
97
117
  };
@@ -0,0 +1,51 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ exports.CreateScheduledActionCommand = exports.$Command = void 0;
4
+ const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
5
+ const middleware_serde_1 = require("@smithy/middleware-serde");
6
+ const smithy_client_1 = require("@smithy/smithy-client");
7
+ Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
+ const types_1 = require("@smithy/types");
9
+ const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
10
+ class CreateScheduledActionCommand extends smithy_client_1.Command {
11
+ static getEndpointParameterInstructions() {
12
+ return {
13
+ UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" },
14
+ Endpoint: { type: "builtInParams", name: "endpoint" },
15
+ Region: { type: "builtInParams", name: "region" },
16
+ UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" },
17
+ };
18
+ }
19
+ constructor(input) {
20
+ super();
21
+ this.input = input;
22
+ }
23
+ resolveMiddleware(clientStack, configuration, options) {
24
+ this.middlewareStack.use((0, middleware_serde_1.getSerdePlugin)(configuration, this.serialize, this.deserialize));
25
+ this.middlewareStack.use((0, middleware_endpoint_1.getEndpointPlugin)(configuration, CreateScheduledActionCommand.getEndpointParameterInstructions()));
26
+ const stack = clientStack.concat(this.middlewareStack);
27
+ const { logger } = configuration;
28
+ const clientName = "RedshiftServerlessClient";
29
+ const commandName = "CreateScheduledActionCommand";
30
+ const handlerExecutionContext = {
31
+ logger,
32
+ clientName,
33
+ commandName,
34
+ inputFilterSensitiveLog: (_) => _,
35
+ outputFilterSensitiveLog: (_) => _,
36
+ [types_1.SMITHY_CONTEXT_KEY]: {
37
+ service: "RedshiftServerless",
38
+ operation: "CreateScheduledAction",
39
+ },
40
+ };
41
+ const { requestHandler } = configuration;
42
+ return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
43
+ }
44
+ serialize(input, context) {
45
+ return (0, Aws_json1_1_1.se_CreateScheduledActionCommand)(input, context);
46
+ }
47
+ deserialize(output, context) {
48
+ return (0, Aws_json1_1_1.de_CreateScheduledActionCommand)(output, context);
49
+ }
50
+ }
51
+ exports.CreateScheduledActionCommand = CreateScheduledActionCommand;
@@ -0,0 +1,51 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ exports.CreateSnapshotCopyConfigurationCommand = exports.$Command = void 0;
4
+ const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
5
+ const middleware_serde_1 = require("@smithy/middleware-serde");
6
+ const smithy_client_1 = require("@smithy/smithy-client");
7
+ Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
+ const types_1 = require("@smithy/types");
9
+ const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
10
+ class CreateSnapshotCopyConfigurationCommand extends smithy_client_1.Command {
11
+ static getEndpointParameterInstructions() {
12
+ return {
13
+ UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" },
14
+ Endpoint: { type: "builtInParams", name: "endpoint" },
15
+ Region: { type: "builtInParams", name: "region" },
16
+ UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" },
17
+ };
18
+ }
19
+ constructor(input) {
20
+ super();
21
+ this.input = input;
22
+ }
23
+ resolveMiddleware(clientStack, configuration, options) {
24
+ this.middlewareStack.use((0, middleware_serde_1.getSerdePlugin)(configuration, this.serialize, this.deserialize));
25
+ this.middlewareStack.use((0, middleware_endpoint_1.getEndpointPlugin)(configuration, CreateSnapshotCopyConfigurationCommand.getEndpointParameterInstructions()));
26
+ const stack = clientStack.concat(this.middlewareStack);
27
+ const { logger } = configuration;
28
+ const clientName = "RedshiftServerlessClient";
29
+ const commandName = "CreateSnapshotCopyConfigurationCommand";
30
+ const handlerExecutionContext = {
31
+ logger,
32
+ clientName,
33
+ commandName,
34
+ inputFilterSensitiveLog: (_) => _,
35
+ outputFilterSensitiveLog: (_) => _,
36
+ [types_1.SMITHY_CONTEXT_KEY]: {
37
+ service: "RedshiftServerless",
38
+ operation: "CreateSnapshotCopyConfiguration",
39
+ },
40
+ };
41
+ const { requestHandler } = configuration;
42
+ return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
43
+ }
44
+ serialize(input, context) {
45
+ return (0, Aws_json1_1_1.se_CreateSnapshotCopyConfigurationCommand)(input, context);
46
+ }
47
+ deserialize(output, context) {
48
+ return (0, Aws_json1_1_1.de_CreateSnapshotCopyConfigurationCommand)(output, context);
49
+ }
50
+ }
51
+ exports.CreateSnapshotCopyConfigurationCommand = CreateSnapshotCopyConfigurationCommand;
@@ -0,0 +1,51 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ exports.DeleteScheduledActionCommand = exports.$Command = void 0;
4
+ const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
5
+ const middleware_serde_1 = require("@smithy/middleware-serde");
6
+ const smithy_client_1 = require("@smithy/smithy-client");
7
+ Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
+ const types_1 = require("@smithy/types");
9
+ const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
10
+ class DeleteScheduledActionCommand extends smithy_client_1.Command {
11
+ static getEndpointParameterInstructions() {
12
+ return {
13
+ UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" },
14
+ Endpoint: { type: "builtInParams", name: "endpoint" },
15
+ Region: { type: "builtInParams", name: "region" },
16
+ UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" },
17
+ };
18
+ }
19
+ constructor(input) {
20
+ super();
21
+ this.input = input;
22
+ }
23
+ resolveMiddleware(clientStack, configuration, options) {
24
+ this.middlewareStack.use((0, middleware_serde_1.getSerdePlugin)(configuration, this.serialize, this.deserialize));
25
+ this.middlewareStack.use((0, middleware_endpoint_1.getEndpointPlugin)(configuration, DeleteScheduledActionCommand.getEndpointParameterInstructions()));
26
+ const stack = clientStack.concat(this.middlewareStack);
27
+ const { logger } = configuration;
28
+ const clientName = "RedshiftServerlessClient";
29
+ const commandName = "DeleteScheduledActionCommand";
30
+ const handlerExecutionContext = {
31
+ logger,
32
+ clientName,
33
+ commandName,
34
+ inputFilterSensitiveLog: (_) => _,
35
+ outputFilterSensitiveLog: (_) => _,
36
+ [types_1.SMITHY_CONTEXT_KEY]: {
37
+ service: "RedshiftServerless",
38
+ operation: "DeleteScheduledAction",
39
+ },
40
+ };
41
+ const { requestHandler } = configuration;
42
+ return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
43
+ }
44
+ serialize(input, context) {
45
+ return (0, Aws_json1_1_1.se_DeleteScheduledActionCommand)(input, context);
46
+ }
47
+ deserialize(output, context) {
48
+ return (0, Aws_json1_1_1.de_DeleteScheduledActionCommand)(output, context);
49
+ }
50
+ }
51
+ exports.DeleteScheduledActionCommand = DeleteScheduledActionCommand;
@@ -0,0 +1,51 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ exports.DeleteSnapshotCopyConfigurationCommand = exports.$Command = void 0;
4
+ const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
5
+ const middleware_serde_1 = require("@smithy/middleware-serde");
6
+ const smithy_client_1 = require("@smithy/smithy-client");
7
+ Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
+ const types_1 = require("@smithy/types");
9
+ const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
10
+ class DeleteSnapshotCopyConfigurationCommand extends smithy_client_1.Command {
11
+ static getEndpointParameterInstructions() {
12
+ return {
13
+ UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" },
14
+ Endpoint: { type: "builtInParams", name: "endpoint" },
15
+ Region: { type: "builtInParams", name: "region" },
16
+ UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" },
17
+ };
18
+ }
19
+ constructor(input) {
20
+ super();
21
+ this.input = input;
22
+ }
23
+ resolveMiddleware(clientStack, configuration, options) {
24
+ this.middlewareStack.use((0, middleware_serde_1.getSerdePlugin)(configuration, this.serialize, this.deserialize));
25
+ this.middlewareStack.use((0, middleware_endpoint_1.getEndpointPlugin)(configuration, DeleteSnapshotCopyConfigurationCommand.getEndpointParameterInstructions()));
26
+ const stack = clientStack.concat(this.middlewareStack);
27
+ const { logger } = configuration;
28
+ const clientName = "RedshiftServerlessClient";
29
+ const commandName = "DeleteSnapshotCopyConfigurationCommand";
30
+ const handlerExecutionContext = {
31
+ logger,
32
+ clientName,
33
+ commandName,
34
+ inputFilterSensitiveLog: (_) => _,
35
+ outputFilterSensitiveLog: (_) => _,
36
+ [types_1.SMITHY_CONTEXT_KEY]: {
37
+ service: "RedshiftServerless",
38
+ operation: "DeleteSnapshotCopyConfiguration",
39
+ },
40
+ };
41
+ const { requestHandler } = configuration;
42
+ return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
43
+ }
44
+ serialize(input, context) {
45
+ return (0, Aws_json1_1_1.se_DeleteSnapshotCopyConfigurationCommand)(input, context);
46
+ }
47
+ deserialize(output, context) {
48
+ return (0, Aws_json1_1_1.de_DeleteSnapshotCopyConfigurationCommand)(output, context);
49
+ }
50
+ }
51
+ exports.DeleteSnapshotCopyConfigurationCommand = DeleteSnapshotCopyConfigurationCommand;
@@ -0,0 +1,51 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ exports.GetScheduledActionCommand = exports.$Command = void 0;
4
+ const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
5
+ const middleware_serde_1 = require("@smithy/middleware-serde");
6
+ const smithy_client_1 = require("@smithy/smithy-client");
7
+ Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
+ const types_1 = require("@smithy/types");
9
+ const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
10
+ class GetScheduledActionCommand extends smithy_client_1.Command {
11
+ static getEndpointParameterInstructions() {
12
+ return {
13
+ UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" },
14
+ Endpoint: { type: "builtInParams", name: "endpoint" },
15
+ Region: { type: "builtInParams", name: "region" },
16
+ UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" },
17
+ };
18
+ }
19
+ constructor(input) {
20
+ super();
21
+ this.input = input;
22
+ }
23
+ resolveMiddleware(clientStack, configuration, options) {
24
+ this.middlewareStack.use((0, middleware_serde_1.getSerdePlugin)(configuration, this.serialize, this.deserialize));
25
+ this.middlewareStack.use((0, middleware_endpoint_1.getEndpointPlugin)(configuration, GetScheduledActionCommand.getEndpointParameterInstructions()));
26
+ const stack = clientStack.concat(this.middlewareStack);
27
+ const { logger } = configuration;
28
+ const clientName = "RedshiftServerlessClient";
29
+ const commandName = "GetScheduledActionCommand";
30
+ const handlerExecutionContext = {
31
+ logger,
32
+ clientName,
33
+ commandName,
34
+ inputFilterSensitiveLog: (_) => _,
35
+ outputFilterSensitiveLog: (_) => _,
36
+ [types_1.SMITHY_CONTEXT_KEY]: {
37
+ service: "RedshiftServerless",
38
+ operation: "GetScheduledAction",
39
+ },
40
+ };
41
+ const { requestHandler } = configuration;
42
+ return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
43
+ }
44
+ serialize(input, context) {
45
+ return (0, Aws_json1_1_1.se_GetScheduledActionCommand)(input, context);
46
+ }
47
+ deserialize(output, context) {
48
+ return (0, Aws_json1_1_1.de_GetScheduledActionCommand)(output, context);
49
+ }
50
+ }
51
+ exports.GetScheduledActionCommand = GetScheduledActionCommand;
@@ -0,0 +1,51 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ exports.ListScheduledActionsCommand = exports.$Command = void 0;
4
+ const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
5
+ const middleware_serde_1 = require("@smithy/middleware-serde");
6
+ const smithy_client_1 = require("@smithy/smithy-client");
7
+ Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
+ const types_1 = require("@smithy/types");
9
+ const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
10
+ class ListScheduledActionsCommand extends smithy_client_1.Command {
11
+ static getEndpointParameterInstructions() {
12
+ return {
13
+ UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" },
14
+ Endpoint: { type: "builtInParams", name: "endpoint" },
15
+ Region: { type: "builtInParams", name: "region" },
16
+ UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" },
17
+ };
18
+ }
19
+ constructor(input) {
20
+ super();
21
+ this.input = input;
22
+ }
23
+ resolveMiddleware(clientStack, configuration, options) {
24
+ this.middlewareStack.use((0, middleware_serde_1.getSerdePlugin)(configuration, this.serialize, this.deserialize));
25
+ this.middlewareStack.use((0, middleware_endpoint_1.getEndpointPlugin)(configuration, ListScheduledActionsCommand.getEndpointParameterInstructions()));
26
+ const stack = clientStack.concat(this.middlewareStack);
27
+ const { logger } = configuration;
28
+ const clientName = "RedshiftServerlessClient";
29
+ const commandName = "ListScheduledActionsCommand";
30
+ const handlerExecutionContext = {
31
+ logger,
32
+ clientName,
33
+ commandName,
34
+ inputFilterSensitiveLog: (_) => _,
35
+ outputFilterSensitiveLog: (_) => _,
36
+ [types_1.SMITHY_CONTEXT_KEY]: {
37
+ service: "RedshiftServerless",
38
+ operation: "ListScheduledActions",
39
+ },
40
+ };
41
+ const { requestHandler } = configuration;
42
+ return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
43
+ }
44
+ serialize(input, context) {
45
+ return (0, Aws_json1_1_1.se_ListScheduledActionsCommand)(input, context);
46
+ }
47
+ deserialize(output, context) {
48
+ return (0, Aws_json1_1_1.de_ListScheduledActionsCommand)(output, context);
49
+ }
50
+ }
51
+ exports.ListScheduledActionsCommand = ListScheduledActionsCommand;
@@ -0,0 +1,51 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ exports.ListSnapshotCopyConfigurationsCommand = exports.$Command = void 0;
4
+ const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
5
+ const middleware_serde_1 = require("@smithy/middleware-serde");
6
+ const smithy_client_1 = require("@smithy/smithy-client");
7
+ Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
+ const types_1 = require("@smithy/types");
9
+ const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
10
+ class ListSnapshotCopyConfigurationsCommand extends smithy_client_1.Command {
11
+ static getEndpointParameterInstructions() {
12
+ return {
13
+ UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" },
14
+ Endpoint: { type: "builtInParams", name: "endpoint" },
15
+ Region: { type: "builtInParams", name: "region" },
16
+ UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" },
17
+ };
18
+ }
19
+ constructor(input) {
20
+ super();
21
+ this.input = input;
22
+ }
23
+ resolveMiddleware(clientStack, configuration, options) {
24
+ this.middlewareStack.use((0, middleware_serde_1.getSerdePlugin)(configuration, this.serialize, this.deserialize));
25
+ this.middlewareStack.use((0, middleware_endpoint_1.getEndpointPlugin)(configuration, ListSnapshotCopyConfigurationsCommand.getEndpointParameterInstructions()));
26
+ const stack = clientStack.concat(this.middlewareStack);
27
+ const { logger } = configuration;
28
+ const clientName = "RedshiftServerlessClient";
29
+ const commandName = "ListSnapshotCopyConfigurationsCommand";
30
+ const handlerExecutionContext = {
31
+ logger,
32
+ clientName,
33
+ commandName,
34
+ inputFilterSensitiveLog: (_) => _,
35
+ outputFilterSensitiveLog: (_) => _,
36
+ [types_1.SMITHY_CONTEXT_KEY]: {
37
+ service: "RedshiftServerless",
38
+ operation: "ListSnapshotCopyConfigurations",
39
+ },
40
+ };
41
+ const { requestHandler } = configuration;
42
+ return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
43
+ }
44
+ serialize(input, context) {
45
+ return (0, Aws_json1_1_1.se_ListSnapshotCopyConfigurationsCommand)(input, context);
46
+ }
47
+ deserialize(output, context) {
48
+ return (0, Aws_json1_1_1.de_ListSnapshotCopyConfigurationsCommand)(output, context);
49
+ }
50
+ }
51
+ exports.ListSnapshotCopyConfigurationsCommand = ListSnapshotCopyConfigurationsCommand;