@aws-sdk/client-redshift-serverless 3.533.0 → 3.535.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 (115) hide show
  1. package/dist-types/RedshiftServerless.d.ts +13 -1
  2. package/dist-types/RedshiftServerlessClient.d.ts +1 -1
  3. package/dist-types/commands/ConvertRecoveryPointToSnapshotCommand.d.ts +2 -1
  4. package/dist-types/commands/CreateCustomDomainAssociationCommand.d.ts +2 -1
  5. package/dist-types/commands/CreateEndpointAccessCommand.d.ts +2 -1
  6. package/dist-types/commands/CreateNamespaceCommand.d.ts +2 -1
  7. package/dist-types/commands/CreateScheduledActionCommand.d.ts +2 -1
  8. package/dist-types/commands/CreateSnapshotCommand.d.ts +2 -1
  9. package/dist-types/commands/CreateSnapshotCopyConfigurationCommand.d.ts +2 -1
  10. package/dist-types/commands/CreateUsageLimitCommand.d.ts +2 -1
  11. package/dist-types/commands/CreateWorkgroupCommand.d.ts +2 -1
  12. package/dist-types/commands/DeleteCustomDomainAssociationCommand.d.ts +2 -1
  13. package/dist-types/commands/DeleteEndpointAccessCommand.d.ts +2 -1
  14. package/dist-types/commands/DeleteNamespaceCommand.d.ts +2 -1
  15. package/dist-types/commands/DeleteResourcePolicyCommand.d.ts +2 -1
  16. package/dist-types/commands/DeleteScheduledActionCommand.d.ts +2 -1
  17. package/dist-types/commands/DeleteSnapshotCommand.d.ts +2 -1
  18. package/dist-types/commands/DeleteSnapshotCopyConfigurationCommand.d.ts +2 -1
  19. package/dist-types/commands/DeleteUsageLimitCommand.d.ts +2 -1
  20. package/dist-types/commands/DeleteWorkgroupCommand.d.ts +2 -1
  21. package/dist-types/commands/GetCredentialsCommand.d.ts +2 -1
  22. package/dist-types/commands/GetCustomDomainAssociationCommand.d.ts +2 -1
  23. package/dist-types/commands/GetEndpointAccessCommand.d.ts +2 -1
  24. package/dist-types/commands/GetNamespaceCommand.d.ts +2 -1
  25. package/dist-types/commands/GetRecoveryPointCommand.d.ts +2 -1
  26. package/dist-types/commands/GetResourcePolicyCommand.d.ts +2 -1
  27. package/dist-types/commands/GetScheduledActionCommand.d.ts +2 -1
  28. package/dist-types/commands/GetSnapshotCommand.d.ts +2 -1
  29. package/dist-types/commands/GetTableRestoreStatusCommand.d.ts +2 -1
  30. package/dist-types/commands/GetUsageLimitCommand.d.ts +2 -1
  31. package/dist-types/commands/GetWorkgroupCommand.d.ts +2 -1
  32. package/dist-types/commands/ListCustomDomainAssociationsCommand.d.ts +2 -1
  33. package/dist-types/commands/ListEndpointAccessCommand.d.ts +2 -1
  34. package/dist-types/commands/ListNamespacesCommand.d.ts +2 -1
  35. package/dist-types/commands/ListRecoveryPointsCommand.d.ts +2 -1
  36. package/dist-types/commands/ListScheduledActionsCommand.d.ts +2 -1
  37. package/dist-types/commands/ListSnapshotCopyConfigurationsCommand.d.ts +2 -1
  38. package/dist-types/commands/ListSnapshotsCommand.d.ts +2 -1
  39. package/dist-types/commands/ListTableRestoreStatusCommand.d.ts +2 -1
  40. package/dist-types/commands/ListTagsForResourceCommand.d.ts +2 -1
  41. package/dist-types/commands/ListUsageLimitsCommand.d.ts +2 -1
  42. package/dist-types/commands/ListWorkgroupsCommand.d.ts +2 -1
  43. package/dist-types/commands/PutResourcePolicyCommand.d.ts +2 -1
  44. package/dist-types/commands/RestoreFromRecoveryPointCommand.d.ts +2 -1
  45. package/dist-types/commands/RestoreFromSnapshotCommand.d.ts +2 -1
  46. package/dist-types/commands/RestoreTableFromRecoveryPointCommand.d.ts +2 -1
  47. package/dist-types/commands/RestoreTableFromSnapshotCommand.d.ts +2 -1
  48. package/dist-types/commands/TagResourceCommand.d.ts +2 -1
  49. package/dist-types/commands/UntagResourceCommand.d.ts +2 -1
  50. package/dist-types/commands/UpdateCustomDomainAssociationCommand.d.ts +2 -1
  51. package/dist-types/commands/UpdateEndpointAccessCommand.d.ts +2 -1
  52. package/dist-types/commands/UpdateNamespaceCommand.d.ts +2 -1
  53. package/dist-types/commands/UpdateScheduledActionCommand.d.ts +2 -1
  54. package/dist-types/commands/UpdateSnapshotCommand.d.ts +2 -1
  55. package/dist-types/commands/UpdateSnapshotCopyConfigurationCommand.d.ts +2 -1
  56. package/dist-types/commands/UpdateUsageLimitCommand.d.ts +2 -1
  57. package/dist-types/commands/UpdateWorkgroupCommand.d.ts +2 -1
  58. package/dist-types/models/models_0.d.ts +451 -451
  59. package/dist-types/ts3.4/RedshiftServerless.d.ts +12 -0
  60. package/dist-types/ts3.4/commands/ConvertRecoveryPointToSnapshotCommand.d.ts +9 -0
  61. package/dist-types/ts3.4/commands/CreateCustomDomainAssociationCommand.d.ts +9 -0
  62. package/dist-types/ts3.4/commands/CreateEndpointAccessCommand.d.ts +9 -0
  63. package/dist-types/ts3.4/commands/CreateNamespaceCommand.d.ts +9 -0
  64. package/dist-types/ts3.4/commands/CreateScheduledActionCommand.d.ts +9 -0
  65. package/dist-types/ts3.4/commands/CreateSnapshotCommand.d.ts +9 -0
  66. package/dist-types/ts3.4/commands/CreateSnapshotCopyConfigurationCommand.d.ts +9 -0
  67. package/dist-types/ts3.4/commands/CreateUsageLimitCommand.d.ts +9 -0
  68. package/dist-types/ts3.4/commands/CreateWorkgroupCommand.d.ts +9 -0
  69. package/dist-types/ts3.4/commands/DeleteCustomDomainAssociationCommand.d.ts +9 -0
  70. package/dist-types/ts3.4/commands/DeleteEndpointAccessCommand.d.ts +9 -0
  71. package/dist-types/ts3.4/commands/DeleteNamespaceCommand.d.ts +9 -0
  72. package/dist-types/ts3.4/commands/DeleteResourcePolicyCommand.d.ts +9 -0
  73. package/dist-types/ts3.4/commands/DeleteScheduledActionCommand.d.ts +9 -0
  74. package/dist-types/ts3.4/commands/DeleteSnapshotCommand.d.ts +9 -0
  75. package/dist-types/ts3.4/commands/DeleteSnapshotCopyConfigurationCommand.d.ts +9 -0
  76. package/dist-types/ts3.4/commands/DeleteUsageLimitCommand.d.ts +9 -0
  77. package/dist-types/ts3.4/commands/DeleteWorkgroupCommand.d.ts +9 -0
  78. package/dist-types/ts3.4/commands/GetCredentialsCommand.d.ts +9 -0
  79. package/dist-types/ts3.4/commands/GetCustomDomainAssociationCommand.d.ts +9 -0
  80. package/dist-types/ts3.4/commands/GetEndpointAccessCommand.d.ts +9 -0
  81. package/dist-types/ts3.4/commands/GetNamespaceCommand.d.ts +9 -0
  82. package/dist-types/ts3.4/commands/GetRecoveryPointCommand.d.ts +9 -0
  83. package/dist-types/ts3.4/commands/GetResourcePolicyCommand.d.ts +9 -0
  84. package/dist-types/ts3.4/commands/GetScheduledActionCommand.d.ts +9 -0
  85. package/dist-types/ts3.4/commands/GetSnapshotCommand.d.ts +9 -0
  86. package/dist-types/ts3.4/commands/GetTableRestoreStatusCommand.d.ts +9 -0
  87. package/dist-types/ts3.4/commands/GetUsageLimitCommand.d.ts +9 -0
  88. package/dist-types/ts3.4/commands/GetWorkgroupCommand.d.ts +9 -0
  89. package/dist-types/ts3.4/commands/ListCustomDomainAssociationsCommand.d.ts +9 -0
  90. package/dist-types/ts3.4/commands/ListEndpointAccessCommand.d.ts +9 -0
  91. package/dist-types/ts3.4/commands/ListNamespacesCommand.d.ts +9 -0
  92. package/dist-types/ts3.4/commands/ListRecoveryPointsCommand.d.ts +9 -0
  93. package/dist-types/ts3.4/commands/ListScheduledActionsCommand.d.ts +9 -0
  94. package/dist-types/ts3.4/commands/ListSnapshotCopyConfigurationsCommand.d.ts +9 -0
  95. package/dist-types/ts3.4/commands/ListSnapshotsCommand.d.ts +9 -0
  96. package/dist-types/ts3.4/commands/ListTableRestoreStatusCommand.d.ts +9 -0
  97. package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +9 -0
  98. package/dist-types/ts3.4/commands/ListUsageLimitsCommand.d.ts +9 -0
  99. package/dist-types/ts3.4/commands/ListWorkgroupsCommand.d.ts +9 -0
  100. package/dist-types/ts3.4/commands/PutResourcePolicyCommand.d.ts +9 -0
  101. package/dist-types/ts3.4/commands/RestoreFromRecoveryPointCommand.d.ts +9 -0
  102. package/dist-types/ts3.4/commands/RestoreFromSnapshotCommand.d.ts +9 -0
  103. package/dist-types/ts3.4/commands/RestoreTableFromRecoveryPointCommand.d.ts +9 -0
  104. package/dist-types/ts3.4/commands/RestoreTableFromSnapshotCommand.d.ts +9 -0
  105. package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +9 -0
  106. package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +9 -0
  107. package/dist-types/ts3.4/commands/UpdateCustomDomainAssociationCommand.d.ts +9 -0
  108. package/dist-types/ts3.4/commands/UpdateEndpointAccessCommand.d.ts +9 -0
  109. package/dist-types/ts3.4/commands/UpdateNamespaceCommand.d.ts +9 -0
  110. package/dist-types/ts3.4/commands/UpdateScheduledActionCommand.d.ts +9 -0
  111. package/dist-types/ts3.4/commands/UpdateSnapshotCommand.d.ts +9 -0
  112. package/dist-types/ts3.4/commands/UpdateSnapshotCopyConfigurationCommand.d.ts +9 -0
  113. package/dist-types/ts3.4/commands/UpdateUsageLimitCommand.d.ts +9 -0
  114. package/dist-types/ts3.4/commands/UpdateWorkgroupCommand.d.ts +9 -0
  115. package/package.json +40 -40
@@ -455,6 +455,7 @@ export interface RedshiftServerless {
455
455
  options: __HttpHandlerOptions,
456
456
  cb: (err: any, data?: DeleteWorkgroupCommandOutput) => void
457
457
  ): void;
458
+ getCredentials(): Promise<GetCredentialsCommandOutput>;
458
459
  getCredentials(
459
460
  args: GetCredentialsCommandInput,
460
461
  options?: __HttpHandlerOptions
@@ -546,6 +547,7 @@ export interface RedshiftServerless {
546
547
  options: __HttpHandlerOptions,
547
548
  cb: (err: any, data?: GetScheduledActionCommandOutput) => void
548
549
  ): void;
550
+ getSnapshot(): Promise<GetSnapshotCommandOutput>;
549
551
  getSnapshot(
550
552
  args: GetSnapshotCommandInput,
551
553
  options?: __HttpHandlerOptions
@@ -598,6 +600,7 @@ export interface RedshiftServerless {
598
600
  options: __HttpHandlerOptions,
599
601
  cb: (err: any, data?: GetWorkgroupCommandOutput) => void
600
602
  ): void;
603
+ listCustomDomainAssociations(): Promise<ListCustomDomainAssociationsCommandOutput>;
601
604
  listCustomDomainAssociations(
602
605
  args: ListCustomDomainAssociationsCommandInput,
603
606
  options?: __HttpHandlerOptions
@@ -611,6 +614,7 @@ export interface RedshiftServerless {
611
614
  options: __HttpHandlerOptions,
612
615
  cb: (err: any, data?: ListCustomDomainAssociationsCommandOutput) => void
613
616
  ): void;
617
+ listEndpointAccess(): Promise<ListEndpointAccessCommandOutput>;
614
618
  listEndpointAccess(
615
619
  args: ListEndpointAccessCommandInput,
616
620
  options?: __HttpHandlerOptions
@@ -624,6 +628,7 @@ export interface RedshiftServerless {
624
628
  options: __HttpHandlerOptions,
625
629
  cb: (err: any, data?: ListEndpointAccessCommandOutput) => void
626
630
  ): void;
631
+ listNamespaces(): Promise<ListNamespacesCommandOutput>;
627
632
  listNamespaces(
628
633
  args: ListNamespacesCommandInput,
629
634
  options?: __HttpHandlerOptions
@@ -637,6 +642,7 @@ export interface RedshiftServerless {
637
642
  options: __HttpHandlerOptions,
638
643
  cb: (err: any, data?: ListNamespacesCommandOutput) => void
639
644
  ): void;
645
+ listRecoveryPoints(): Promise<ListRecoveryPointsCommandOutput>;
640
646
  listRecoveryPoints(
641
647
  args: ListRecoveryPointsCommandInput,
642
648
  options?: __HttpHandlerOptions
@@ -650,6 +656,7 @@ export interface RedshiftServerless {
650
656
  options: __HttpHandlerOptions,
651
657
  cb: (err: any, data?: ListRecoveryPointsCommandOutput) => void
652
658
  ): void;
659
+ listScheduledActions(): Promise<ListScheduledActionsCommandOutput>;
653
660
  listScheduledActions(
654
661
  args: ListScheduledActionsCommandInput,
655
662
  options?: __HttpHandlerOptions
@@ -663,6 +670,7 @@ export interface RedshiftServerless {
663
670
  options: __HttpHandlerOptions,
664
671
  cb: (err: any, data?: ListScheduledActionsCommandOutput) => void
665
672
  ): void;
673
+ listSnapshotCopyConfigurations(): Promise<ListSnapshotCopyConfigurationsCommandOutput>;
666
674
  listSnapshotCopyConfigurations(
667
675
  args: ListSnapshotCopyConfigurationsCommandInput,
668
676
  options?: __HttpHandlerOptions
@@ -676,6 +684,7 @@ export interface RedshiftServerless {
676
684
  options: __HttpHandlerOptions,
677
685
  cb: (err: any, data?: ListSnapshotCopyConfigurationsCommandOutput) => void
678
686
  ): void;
687
+ listSnapshots(): Promise<ListSnapshotsCommandOutput>;
679
688
  listSnapshots(
680
689
  args: ListSnapshotsCommandInput,
681
690
  options?: __HttpHandlerOptions
@@ -689,6 +698,7 @@ export interface RedshiftServerless {
689
698
  options: __HttpHandlerOptions,
690
699
  cb: (err: any, data?: ListSnapshotsCommandOutput) => void
691
700
  ): void;
701
+ listTableRestoreStatus(): Promise<ListTableRestoreStatusCommandOutput>;
692
702
  listTableRestoreStatus(
693
703
  args: ListTableRestoreStatusCommandInput,
694
704
  options?: __HttpHandlerOptions
@@ -715,6 +725,7 @@ export interface RedshiftServerless {
715
725
  options: __HttpHandlerOptions,
716
726
  cb: (err: any, data?: ListTagsForResourceCommandOutput) => void
717
727
  ): void;
728
+ listUsageLimits(): Promise<ListUsageLimitsCommandOutput>;
718
729
  listUsageLimits(
719
730
  args: ListUsageLimitsCommandInput,
720
731
  options?: __HttpHandlerOptions
@@ -728,6 +739,7 @@ export interface RedshiftServerless {
728
739
  options: __HttpHandlerOptions,
729
740
  cb: (err: any, data?: ListUsageLimitsCommandOutput) => void
730
741
  ): void;
742
+ listWorkgroups(): Promise<ListWorkgroupsCommandOutput>;
731
743
  listWorkgroups(
732
744
  args: ListWorkgroupsCommandInput,
733
745
  options?: __HttpHandlerOptions
@@ -25,6 +25,15 @@ declare const ConvertRecoveryPointToSnapshotCommand_base: {
25
25
  ServiceInputTypes,
26
26
  ServiceOutputTypes
27
27
  >;
28
+ new (
29
+ __0_0: ConvertRecoveryPointToSnapshotCommandInput
30
+ ): import("@smithy/smithy-client").CommandImpl<
31
+ ConvertRecoveryPointToSnapshotCommandInput,
32
+ ConvertRecoveryPointToSnapshotCommandOutput,
33
+ RedshiftServerlessClientResolvedConfig,
34
+ ServiceInputTypes,
35
+ ServiceOutputTypes
36
+ >;
28
37
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
29
38
  };
30
39
  export declare class ConvertRecoveryPointToSnapshotCommand extends ConvertRecoveryPointToSnapshotCommand_base {}
@@ -25,6 +25,15 @@ declare const CreateCustomDomainAssociationCommand_base: {
25
25
  ServiceInputTypes,
26
26
  ServiceOutputTypes
27
27
  >;
28
+ new (
29
+ __0_0: CreateCustomDomainAssociationCommandInput
30
+ ): import("@smithy/smithy-client").CommandImpl<
31
+ CreateCustomDomainAssociationCommandInput,
32
+ CreateCustomDomainAssociationCommandOutput,
33
+ RedshiftServerlessClientResolvedConfig,
34
+ ServiceInputTypes,
35
+ ServiceOutputTypes
36
+ >;
28
37
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
29
38
  };
30
39
  export declare class CreateCustomDomainAssociationCommand extends CreateCustomDomainAssociationCommand_base {}
@@ -25,6 +25,15 @@ declare const CreateEndpointAccessCommand_base: {
25
25
  ServiceInputTypes,
26
26
  ServiceOutputTypes
27
27
  >;
28
+ new (
29
+ __0_0: CreateEndpointAccessCommandInput
30
+ ): import("@smithy/smithy-client").CommandImpl<
31
+ CreateEndpointAccessCommandInput,
32
+ CreateEndpointAccessCommandOutput,
33
+ RedshiftServerlessClientResolvedConfig,
34
+ ServiceInputTypes,
35
+ ServiceOutputTypes
36
+ >;
28
37
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
29
38
  };
30
39
  export declare class CreateEndpointAccessCommand extends CreateEndpointAccessCommand_base {}
@@ -24,6 +24,15 @@ declare const CreateNamespaceCommand_base: {
24
24
  ServiceInputTypes,
25
25
  ServiceOutputTypes
26
26
  >;
27
+ new (
28
+ __0_0: CreateNamespaceCommandInput
29
+ ): import("@smithy/smithy-client").CommandImpl<
30
+ CreateNamespaceCommandInput,
31
+ CreateNamespaceCommandOutput,
32
+ RedshiftServerlessClientResolvedConfig,
33
+ ServiceInputTypes,
34
+ ServiceOutputTypes
35
+ >;
27
36
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
37
  };
29
38
  export declare class CreateNamespaceCommand extends CreateNamespaceCommand_base {}
@@ -25,6 +25,15 @@ declare const CreateScheduledActionCommand_base: {
25
25
  ServiceInputTypes,
26
26
  ServiceOutputTypes
27
27
  >;
28
+ new (
29
+ __0_0: CreateScheduledActionCommandInput
30
+ ): import("@smithy/smithy-client").CommandImpl<
31
+ CreateScheduledActionCommandInput,
32
+ CreateScheduledActionCommandOutput,
33
+ RedshiftServerlessClientResolvedConfig,
34
+ ServiceInputTypes,
35
+ ServiceOutputTypes
36
+ >;
28
37
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
29
38
  };
30
39
  export declare class CreateScheduledActionCommand extends CreateScheduledActionCommand_base {}
@@ -24,6 +24,15 @@ declare const CreateSnapshotCommand_base: {
24
24
  ServiceInputTypes,
25
25
  ServiceOutputTypes
26
26
  >;
27
+ new (
28
+ __0_0: CreateSnapshotCommandInput
29
+ ): import("@smithy/smithy-client").CommandImpl<
30
+ CreateSnapshotCommandInput,
31
+ CreateSnapshotCommandOutput,
32
+ RedshiftServerlessClientResolvedConfig,
33
+ ServiceInputTypes,
34
+ ServiceOutputTypes
35
+ >;
27
36
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
37
  };
29
38
  export declare class CreateSnapshotCommand extends CreateSnapshotCommand_base {}
@@ -25,6 +25,15 @@ declare const CreateSnapshotCopyConfigurationCommand_base: {
25
25
  ServiceInputTypes,
26
26
  ServiceOutputTypes
27
27
  >;
28
+ new (
29
+ __0_0: CreateSnapshotCopyConfigurationCommandInput
30
+ ): import("@smithy/smithy-client").CommandImpl<
31
+ CreateSnapshotCopyConfigurationCommandInput,
32
+ CreateSnapshotCopyConfigurationCommandOutput,
33
+ RedshiftServerlessClientResolvedConfig,
34
+ ServiceInputTypes,
35
+ ServiceOutputTypes
36
+ >;
28
37
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
29
38
  };
30
39
  export declare class CreateSnapshotCopyConfigurationCommand extends CreateSnapshotCopyConfigurationCommand_base {}
@@ -24,6 +24,15 @@ declare const CreateUsageLimitCommand_base: {
24
24
  ServiceInputTypes,
25
25
  ServiceOutputTypes
26
26
  >;
27
+ new (
28
+ __0_0: CreateUsageLimitCommandInput
29
+ ): import("@smithy/smithy-client").CommandImpl<
30
+ CreateUsageLimitCommandInput,
31
+ CreateUsageLimitCommandOutput,
32
+ RedshiftServerlessClientResolvedConfig,
33
+ ServiceInputTypes,
34
+ ServiceOutputTypes
35
+ >;
27
36
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
37
  };
29
38
  export declare class CreateUsageLimitCommand extends CreateUsageLimitCommand_base {}
@@ -24,6 +24,15 @@ declare const CreateWorkgroupCommand_base: {
24
24
  ServiceInputTypes,
25
25
  ServiceOutputTypes
26
26
  >;
27
+ new (
28
+ __0_0: CreateWorkgroupCommandInput
29
+ ): import("@smithy/smithy-client").CommandImpl<
30
+ CreateWorkgroupCommandInput,
31
+ CreateWorkgroupCommandOutput,
32
+ RedshiftServerlessClientResolvedConfig,
33
+ ServiceInputTypes,
34
+ ServiceOutputTypes
35
+ >;
27
36
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
37
  };
29
38
  export declare class CreateWorkgroupCommand extends CreateWorkgroupCommand_base {}
@@ -25,6 +25,15 @@ declare const DeleteCustomDomainAssociationCommand_base: {
25
25
  ServiceInputTypes,
26
26
  ServiceOutputTypes
27
27
  >;
28
+ new (
29
+ __0_0: DeleteCustomDomainAssociationCommandInput
30
+ ): import("@smithy/smithy-client").CommandImpl<
31
+ DeleteCustomDomainAssociationCommandInput,
32
+ DeleteCustomDomainAssociationCommandOutput,
33
+ RedshiftServerlessClientResolvedConfig,
34
+ ServiceInputTypes,
35
+ ServiceOutputTypes
36
+ >;
28
37
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
29
38
  };
30
39
  export declare class DeleteCustomDomainAssociationCommand extends DeleteCustomDomainAssociationCommand_base {}
@@ -25,6 +25,15 @@ declare const DeleteEndpointAccessCommand_base: {
25
25
  ServiceInputTypes,
26
26
  ServiceOutputTypes
27
27
  >;
28
+ new (
29
+ __0_0: DeleteEndpointAccessCommandInput
30
+ ): import("@smithy/smithy-client").CommandImpl<
31
+ DeleteEndpointAccessCommandInput,
32
+ DeleteEndpointAccessCommandOutput,
33
+ RedshiftServerlessClientResolvedConfig,
34
+ ServiceInputTypes,
35
+ ServiceOutputTypes
36
+ >;
28
37
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
29
38
  };
30
39
  export declare class DeleteEndpointAccessCommand extends DeleteEndpointAccessCommand_base {}
@@ -24,6 +24,15 @@ declare const DeleteNamespaceCommand_base: {
24
24
  ServiceInputTypes,
25
25
  ServiceOutputTypes
26
26
  >;
27
+ new (
28
+ __0_0: DeleteNamespaceCommandInput
29
+ ): import("@smithy/smithy-client").CommandImpl<
30
+ DeleteNamespaceCommandInput,
31
+ DeleteNamespaceCommandOutput,
32
+ RedshiftServerlessClientResolvedConfig,
33
+ ServiceInputTypes,
34
+ ServiceOutputTypes
35
+ >;
27
36
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
37
  };
29
38
  export declare class DeleteNamespaceCommand extends DeleteNamespaceCommand_base {}
@@ -25,6 +25,15 @@ declare const DeleteResourcePolicyCommand_base: {
25
25
  ServiceInputTypes,
26
26
  ServiceOutputTypes
27
27
  >;
28
+ new (
29
+ __0_0: DeleteResourcePolicyCommandInput
30
+ ): import("@smithy/smithy-client").CommandImpl<
31
+ DeleteResourcePolicyCommandInput,
32
+ DeleteResourcePolicyCommandOutput,
33
+ RedshiftServerlessClientResolvedConfig,
34
+ ServiceInputTypes,
35
+ ServiceOutputTypes
36
+ >;
28
37
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
29
38
  };
30
39
  export declare class DeleteResourcePolicyCommand extends DeleteResourcePolicyCommand_base {}
@@ -25,6 +25,15 @@ declare const DeleteScheduledActionCommand_base: {
25
25
  ServiceInputTypes,
26
26
  ServiceOutputTypes
27
27
  >;
28
+ new (
29
+ __0_0: DeleteScheduledActionCommandInput
30
+ ): import("@smithy/smithy-client").CommandImpl<
31
+ DeleteScheduledActionCommandInput,
32
+ DeleteScheduledActionCommandOutput,
33
+ RedshiftServerlessClientResolvedConfig,
34
+ ServiceInputTypes,
35
+ ServiceOutputTypes
36
+ >;
28
37
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
29
38
  };
30
39
  export declare class DeleteScheduledActionCommand extends DeleteScheduledActionCommand_base {}
@@ -24,6 +24,15 @@ declare const DeleteSnapshotCommand_base: {
24
24
  ServiceInputTypes,
25
25
  ServiceOutputTypes
26
26
  >;
27
+ new (
28
+ __0_0: DeleteSnapshotCommandInput
29
+ ): import("@smithy/smithy-client").CommandImpl<
30
+ DeleteSnapshotCommandInput,
31
+ DeleteSnapshotCommandOutput,
32
+ RedshiftServerlessClientResolvedConfig,
33
+ ServiceInputTypes,
34
+ ServiceOutputTypes
35
+ >;
27
36
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
37
  };
29
38
  export declare class DeleteSnapshotCommand extends DeleteSnapshotCommand_base {}
@@ -25,6 +25,15 @@ declare const DeleteSnapshotCopyConfigurationCommand_base: {
25
25
  ServiceInputTypes,
26
26
  ServiceOutputTypes
27
27
  >;
28
+ new (
29
+ __0_0: DeleteSnapshotCopyConfigurationCommandInput
30
+ ): import("@smithy/smithy-client").CommandImpl<
31
+ DeleteSnapshotCopyConfigurationCommandInput,
32
+ DeleteSnapshotCopyConfigurationCommandOutput,
33
+ RedshiftServerlessClientResolvedConfig,
34
+ ServiceInputTypes,
35
+ ServiceOutputTypes
36
+ >;
28
37
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
29
38
  };
30
39
  export declare class DeleteSnapshotCopyConfigurationCommand extends DeleteSnapshotCopyConfigurationCommand_base {}
@@ -24,6 +24,15 @@ declare const DeleteUsageLimitCommand_base: {
24
24
  ServiceInputTypes,
25
25
  ServiceOutputTypes
26
26
  >;
27
+ new (
28
+ __0_0: DeleteUsageLimitCommandInput
29
+ ): import("@smithy/smithy-client").CommandImpl<
30
+ DeleteUsageLimitCommandInput,
31
+ DeleteUsageLimitCommandOutput,
32
+ RedshiftServerlessClientResolvedConfig,
33
+ ServiceInputTypes,
34
+ ServiceOutputTypes
35
+ >;
27
36
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
37
  };
29
38
  export declare class DeleteUsageLimitCommand extends DeleteUsageLimitCommand_base {}
@@ -24,6 +24,15 @@ declare const DeleteWorkgroupCommand_base: {
24
24
  ServiceInputTypes,
25
25
  ServiceOutputTypes
26
26
  >;
27
+ new (
28
+ __0_0: DeleteWorkgroupCommandInput
29
+ ): import("@smithy/smithy-client").CommandImpl<
30
+ DeleteWorkgroupCommandInput,
31
+ DeleteWorkgroupCommandOutput,
32
+ RedshiftServerlessClientResolvedConfig,
33
+ ServiceInputTypes,
34
+ ServiceOutputTypes
35
+ >;
27
36
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
37
  };
29
38
  export declare class DeleteWorkgroupCommand extends DeleteWorkgroupCommand_base {}
@@ -24,6 +24,15 @@ declare const GetCredentialsCommand_base: {
24
24
  ServiceInputTypes,
25
25
  ServiceOutputTypes
26
26
  >;
27
+ new (
28
+ ...[input]: [] | [GetCredentialsCommandInput]
29
+ ): import("@smithy/smithy-client").CommandImpl<
30
+ GetCredentialsCommandInput,
31
+ GetCredentialsCommandOutput,
32
+ RedshiftServerlessClientResolvedConfig,
33
+ ServiceInputTypes,
34
+ ServiceOutputTypes
35
+ >;
27
36
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
37
  };
29
38
  export declare class GetCredentialsCommand extends GetCredentialsCommand_base {}
@@ -25,6 +25,15 @@ declare const GetCustomDomainAssociationCommand_base: {
25
25
  ServiceInputTypes,
26
26
  ServiceOutputTypes
27
27
  >;
28
+ new (
29
+ __0_0: GetCustomDomainAssociationCommandInput
30
+ ): import("@smithy/smithy-client").CommandImpl<
31
+ GetCustomDomainAssociationCommandInput,
32
+ GetCustomDomainAssociationCommandOutput,
33
+ RedshiftServerlessClientResolvedConfig,
34
+ ServiceInputTypes,
35
+ ServiceOutputTypes
36
+ >;
28
37
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
29
38
  };
30
39
  export declare class GetCustomDomainAssociationCommand extends GetCustomDomainAssociationCommand_base {}
@@ -25,6 +25,15 @@ declare const GetEndpointAccessCommand_base: {
25
25
  ServiceInputTypes,
26
26
  ServiceOutputTypes
27
27
  >;
28
+ new (
29
+ __0_0: GetEndpointAccessCommandInput
30
+ ): import("@smithy/smithy-client").CommandImpl<
31
+ GetEndpointAccessCommandInput,
32
+ GetEndpointAccessCommandOutput,
33
+ RedshiftServerlessClientResolvedConfig,
34
+ ServiceInputTypes,
35
+ ServiceOutputTypes
36
+ >;
28
37
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
29
38
  };
30
39
  export declare class GetEndpointAccessCommand extends GetEndpointAccessCommand_base {}
@@ -21,6 +21,15 @@ declare const GetNamespaceCommand_base: {
21
21
  ServiceInputTypes,
22
22
  ServiceOutputTypes
23
23
  >;
24
+ new (
25
+ __0_0: GetNamespaceCommandInput
26
+ ): import("@smithy/smithy-client").CommandImpl<
27
+ GetNamespaceCommandInput,
28
+ GetNamespaceCommandOutput,
29
+ RedshiftServerlessClientResolvedConfig,
30
+ ServiceInputTypes,
31
+ ServiceOutputTypes
32
+ >;
24
33
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
34
  };
26
35
  export declare class GetNamespaceCommand extends GetNamespaceCommand_base {}
@@ -24,6 +24,15 @@ declare const GetRecoveryPointCommand_base: {
24
24
  ServiceInputTypes,
25
25
  ServiceOutputTypes
26
26
  >;
27
+ new (
28
+ __0_0: GetRecoveryPointCommandInput
29
+ ): import("@smithy/smithy-client").CommandImpl<
30
+ GetRecoveryPointCommandInput,
31
+ GetRecoveryPointCommandOutput,
32
+ RedshiftServerlessClientResolvedConfig,
33
+ ServiceInputTypes,
34
+ ServiceOutputTypes
35
+ >;
27
36
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
37
  };
29
38
  export declare class GetRecoveryPointCommand extends GetRecoveryPointCommand_base {}
@@ -25,6 +25,15 @@ declare const GetResourcePolicyCommand_base: {
25
25
  ServiceInputTypes,
26
26
  ServiceOutputTypes
27
27
  >;
28
+ new (
29
+ __0_0: GetResourcePolicyCommandInput
30
+ ): import("@smithy/smithy-client").CommandImpl<
31
+ GetResourcePolicyCommandInput,
32
+ GetResourcePolicyCommandOutput,
33
+ RedshiftServerlessClientResolvedConfig,
34
+ ServiceInputTypes,
35
+ ServiceOutputTypes
36
+ >;
28
37
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
29
38
  };
30
39
  export declare class GetResourcePolicyCommand extends GetResourcePolicyCommand_base {}
@@ -25,6 +25,15 @@ declare const GetScheduledActionCommand_base: {
25
25
  ServiceInputTypes,
26
26
  ServiceOutputTypes
27
27
  >;
28
+ new (
29
+ __0_0: GetScheduledActionCommandInput
30
+ ): import("@smithy/smithy-client").CommandImpl<
31
+ GetScheduledActionCommandInput,
32
+ GetScheduledActionCommandOutput,
33
+ RedshiftServerlessClientResolvedConfig,
34
+ ServiceInputTypes,
35
+ ServiceOutputTypes
36
+ >;
28
37
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
29
38
  };
30
39
  export declare class GetScheduledActionCommand extends GetScheduledActionCommand_base {}
@@ -21,6 +21,15 @@ declare const GetSnapshotCommand_base: {
21
21
  ServiceInputTypes,
22
22
  ServiceOutputTypes
23
23
  >;
24
+ new (
25
+ ...[input]: [] | [GetSnapshotCommandInput]
26
+ ): import("@smithy/smithy-client").CommandImpl<
27
+ GetSnapshotCommandInput,
28
+ GetSnapshotCommandOutput,
29
+ RedshiftServerlessClientResolvedConfig,
30
+ ServiceInputTypes,
31
+ ServiceOutputTypes
32
+ >;
24
33
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
34
  };
26
35
  export declare class GetSnapshotCommand extends GetSnapshotCommand_base {}
@@ -25,6 +25,15 @@ declare const GetTableRestoreStatusCommand_base: {
25
25
  ServiceInputTypes,
26
26
  ServiceOutputTypes
27
27
  >;
28
+ new (
29
+ __0_0: GetTableRestoreStatusCommandInput
30
+ ): import("@smithy/smithy-client").CommandImpl<
31
+ GetTableRestoreStatusCommandInput,
32
+ GetTableRestoreStatusCommandOutput,
33
+ RedshiftServerlessClientResolvedConfig,
34
+ ServiceInputTypes,
35
+ ServiceOutputTypes
36
+ >;
28
37
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
29
38
  };
30
39
  export declare class GetTableRestoreStatusCommand extends GetTableRestoreStatusCommand_base {}
@@ -24,6 +24,15 @@ declare const GetUsageLimitCommand_base: {
24
24
  ServiceInputTypes,
25
25
  ServiceOutputTypes
26
26
  >;
27
+ new (
28
+ __0_0: GetUsageLimitCommandInput
29
+ ): import("@smithy/smithy-client").CommandImpl<
30
+ GetUsageLimitCommandInput,
31
+ GetUsageLimitCommandOutput,
32
+ RedshiftServerlessClientResolvedConfig,
33
+ ServiceInputTypes,
34
+ ServiceOutputTypes
35
+ >;
27
36
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
37
  };
29
38
  export declare class GetUsageLimitCommand extends GetUsageLimitCommand_base {}
@@ -21,6 +21,15 @@ declare const GetWorkgroupCommand_base: {
21
21
  ServiceInputTypes,
22
22
  ServiceOutputTypes
23
23
  >;
24
+ new (
25
+ __0_0: GetWorkgroupCommandInput
26
+ ): import("@smithy/smithy-client").CommandImpl<
27
+ GetWorkgroupCommandInput,
28
+ GetWorkgroupCommandOutput,
29
+ RedshiftServerlessClientResolvedConfig,
30
+ ServiceInputTypes,
31
+ ServiceOutputTypes
32
+ >;
24
33
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
34
  };
26
35
  export declare class GetWorkgroupCommand extends GetWorkgroupCommand_base {}
@@ -25,6 +25,15 @@ declare const ListCustomDomainAssociationsCommand_base: {
25
25
  ServiceInputTypes,
26
26
  ServiceOutputTypes
27
27
  >;
28
+ new (
29
+ ...[input]: [] | [ListCustomDomainAssociationsCommandInput]
30
+ ): import("@smithy/smithy-client").CommandImpl<
31
+ ListCustomDomainAssociationsCommandInput,
32
+ ListCustomDomainAssociationsCommandOutput,
33
+ RedshiftServerlessClientResolvedConfig,
34
+ ServiceInputTypes,
35
+ ServiceOutputTypes
36
+ >;
28
37
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
29
38
  };
30
39
  export declare class ListCustomDomainAssociationsCommand extends ListCustomDomainAssociationsCommand_base {}
@@ -25,6 +25,15 @@ declare const ListEndpointAccessCommand_base: {
25
25
  ServiceInputTypes,
26
26
  ServiceOutputTypes
27
27
  >;
28
+ new (
29
+ ...[input]: [] | [ListEndpointAccessCommandInput]
30
+ ): import("@smithy/smithy-client").CommandImpl<
31
+ ListEndpointAccessCommandInput,
32
+ ListEndpointAccessCommandOutput,
33
+ RedshiftServerlessClientResolvedConfig,
34
+ ServiceInputTypes,
35
+ ServiceOutputTypes
36
+ >;
28
37
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
29
38
  };
30
39
  export declare class ListEndpointAccessCommand extends ListEndpointAccessCommand_base {}
@@ -24,6 +24,15 @@ declare const ListNamespacesCommand_base: {
24
24
  ServiceInputTypes,
25
25
  ServiceOutputTypes
26
26
  >;
27
+ new (
28
+ ...[input]: [] | [ListNamespacesCommandInput]
29
+ ): import("@smithy/smithy-client").CommandImpl<
30
+ ListNamespacesCommandInput,
31
+ ListNamespacesCommandOutput,
32
+ RedshiftServerlessClientResolvedConfig,
33
+ ServiceInputTypes,
34
+ ServiceOutputTypes
35
+ >;
27
36
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
37
  };
29
38
  export declare class ListNamespacesCommand extends ListNamespacesCommand_base {}
@@ -25,6 +25,15 @@ declare const ListRecoveryPointsCommand_base: {
25
25
  ServiceInputTypes,
26
26
  ServiceOutputTypes
27
27
  >;
28
+ new (
29
+ ...[input]: [] | [ListRecoveryPointsCommandInput]
30
+ ): import("@smithy/smithy-client").CommandImpl<
31
+ ListRecoveryPointsCommandInput,
32
+ ListRecoveryPointsCommandOutput,
33
+ RedshiftServerlessClientResolvedConfig,
34
+ ServiceInputTypes,
35
+ ServiceOutputTypes
36
+ >;
28
37
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
29
38
  };
30
39
  export declare class ListRecoveryPointsCommand extends ListRecoveryPointsCommand_base {}