@aws-sdk/client-redshift-serverless 3.169.0 → 3.171.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 (60) hide show
  1. package/CHANGELOG.md +16 -0
  2. package/dist-types/ts3.4/RedshiftServerless.d.ts +633 -190
  3. package/dist-types/ts3.4/RedshiftServerlessClient.d.ts +327 -110
  4. package/dist-types/ts3.4/commands/ConvertRecoveryPointToSnapshotCommand.d.ts +39 -17
  5. package/dist-types/ts3.4/commands/CreateEndpointAccessCommand.d.ts +39 -17
  6. package/dist-types/ts3.4/commands/CreateNamespaceCommand.d.ts +35 -17
  7. package/dist-types/ts3.4/commands/CreateSnapshotCommand.d.ts +35 -17
  8. package/dist-types/ts3.4/commands/CreateUsageLimitCommand.d.ts +35 -17
  9. package/dist-types/ts3.4/commands/CreateWorkgroupCommand.d.ts +35 -17
  10. package/dist-types/ts3.4/commands/DeleteEndpointAccessCommand.d.ts +39 -17
  11. package/dist-types/ts3.4/commands/DeleteNamespaceCommand.d.ts +35 -17
  12. package/dist-types/ts3.4/commands/DeleteResourcePolicyCommand.d.ts +39 -17
  13. package/dist-types/ts3.4/commands/DeleteSnapshotCommand.d.ts +35 -17
  14. package/dist-types/ts3.4/commands/DeleteUsageLimitCommand.d.ts +35 -17
  15. package/dist-types/ts3.4/commands/DeleteWorkgroupCommand.d.ts +35 -17
  16. package/dist-types/ts3.4/commands/GetCredentialsCommand.d.ts +35 -17
  17. package/dist-types/ts3.4/commands/GetEndpointAccessCommand.d.ts +36 -17
  18. package/dist-types/ts3.4/commands/GetNamespaceCommand.d.ts +32 -17
  19. package/dist-types/ts3.4/commands/GetRecoveryPointCommand.d.ts +35 -17
  20. package/dist-types/ts3.4/commands/GetResourcePolicyCommand.d.ts +36 -17
  21. package/dist-types/ts3.4/commands/GetSnapshotCommand.d.ts +32 -17
  22. package/dist-types/ts3.4/commands/GetUsageLimitCommand.d.ts +35 -17
  23. package/dist-types/ts3.4/commands/GetWorkgroupCommand.d.ts +32 -17
  24. package/dist-types/ts3.4/commands/ListEndpointAccessCommand.d.ts +36 -17
  25. package/dist-types/ts3.4/commands/ListNamespacesCommand.d.ts +35 -17
  26. package/dist-types/ts3.4/commands/ListRecoveryPointsCommand.d.ts +36 -17
  27. package/dist-types/ts3.4/commands/ListSnapshotsCommand.d.ts +35 -17
  28. package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +36 -17
  29. package/dist-types/ts3.4/commands/ListUsageLimitsCommand.d.ts +35 -17
  30. package/dist-types/ts3.4/commands/ListWorkgroupsCommand.d.ts +35 -17
  31. package/dist-types/ts3.4/commands/PutResourcePolicyCommand.d.ts +36 -17
  32. package/dist-types/ts3.4/commands/RestoreFromRecoveryPointCommand.d.ts +39 -17
  33. package/dist-types/ts3.4/commands/RestoreFromSnapshotCommand.d.ts +36 -17
  34. package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +32 -17
  35. package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +35 -17
  36. package/dist-types/ts3.4/commands/UpdateEndpointAccessCommand.d.ts +39 -17
  37. package/dist-types/ts3.4/commands/UpdateNamespaceCommand.d.ts +35 -17
  38. package/dist-types/ts3.4/commands/UpdateSnapshotCommand.d.ts +35 -17
  39. package/dist-types/ts3.4/commands/UpdateUsageLimitCommand.d.ts +35 -17
  40. package/dist-types/ts3.4/commands/UpdateWorkgroupCommand.d.ts +35 -17
  41. package/dist-types/ts3.4/commands/index.d.ts +37 -37
  42. package/dist-types/ts3.4/endpoints.d.ts +2 -2
  43. package/dist-types/ts3.4/index.d.ts +6 -6
  44. package/dist-types/ts3.4/models/RedshiftServerlessServiceException.d.ts +7 -6
  45. package/dist-types/ts3.4/models/index.d.ts +1 -1
  46. package/dist-types/ts3.4/models/models_0.d.ts +776 -966
  47. package/dist-types/ts3.4/pagination/Interfaces.d.ts +7 -6
  48. package/dist-types/ts3.4/pagination/ListEndpointAccessPaginator.d.ts +11 -4
  49. package/dist-types/ts3.4/pagination/ListNamespacesPaginator.d.ts +11 -4
  50. package/dist-types/ts3.4/pagination/ListRecoveryPointsPaginator.d.ts +11 -4
  51. package/dist-types/ts3.4/pagination/ListSnapshotsPaginator.d.ts +11 -4
  52. package/dist-types/ts3.4/pagination/ListUsageLimitsPaginator.d.ts +11 -4
  53. package/dist-types/ts3.4/pagination/ListWorkgroupsPaginator.d.ts +11 -4
  54. package/dist-types/ts3.4/pagination/index.d.ts +7 -7
  55. package/dist-types/ts3.4/protocols/Aws_json1_1.d.ts +449 -113
  56. package/dist-types/ts3.4/runtimeConfig.browser.d.ts +67 -38
  57. package/dist-types/ts3.4/runtimeConfig.d.ts +67 -38
  58. package/dist-types/ts3.4/runtimeConfig.native.d.ts +68 -37
  59. package/dist-types/ts3.4/runtimeConfig.shared.d.ts +12 -11
  60. package/package.json +34 -34
@@ -1,6 +1,7 @@
1
- import { PaginationConfiguration } from "@aws-sdk/types";
2
- import { RedshiftServerless } from "../RedshiftServerless";
3
- import { RedshiftServerlessClient } from "../RedshiftServerlessClient";
4
- export interface RedshiftServerlessPaginationConfiguration extends PaginationConfiguration {
5
- client: RedshiftServerless | RedshiftServerlessClient;
6
- }
1
+ import { PaginationConfiguration } from "@aws-sdk/types";
2
+ import { RedshiftServerless } from "../RedshiftServerless";
3
+ import { RedshiftServerlessClient } from "../RedshiftServerlessClient";
4
+ export interface RedshiftServerlessPaginationConfiguration
5
+ extends PaginationConfiguration {
6
+ client: RedshiftServerless | RedshiftServerlessClient;
7
+ }
@@ -1,4 +1,11 @@
1
- import { Paginator } from "@aws-sdk/types";
2
- import { ListEndpointAccessCommandInput, ListEndpointAccessCommandOutput } from "../commands/ListEndpointAccessCommand";
3
- import { RedshiftServerlessPaginationConfiguration } from "./Interfaces";
4
- export declare function paginateListEndpointAccess(config: RedshiftServerlessPaginationConfiguration, input: ListEndpointAccessCommandInput, ...additionalArguments: any): Paginator<ListEndpointAccessCommandOutput>;
1
+ import { Paginator } from "@aws-sdk/types";
2
+ import {
3
+ ListEndpointAccessCommandInput,
4
+ ListEndpointAccessCommandOutput,
5
+ } from "../commands/ListEndpointAccessCommand";
6
+ import { RedshiftServerlessPaginationConfiguration } from "./Interfaces";
7
+ export declare function paginateListEndpointAccess(
8
+ config: RedshiftServerlessPaginationConfiguration,
9
+ input: ListEndpointAccessCommandInput,
10
+ ...additionalArguments: any
11
+ ): Paginator<ListEndpointAccessCommandOutput>;
@@ -1,4 +1,11 @@
1
- import { Paginator } from "@aws-sdk/types";
2
- import { ListNamespacesCommandInput, ListNamespacesCommandOutput } from "../commands/ListNamespacesCommand";
3
- import { RedshiftServerlessPaginationConfiguration } from "./Interfaces";
4
- export declare function paginateListNamespaces(config: RedshiftServerlessPaginationConfiguration, input: ListNamespacesCommandInput, ...additionalArguments: any): Paginator<ListNamespacesCommandOutput>;
1
+ import { Paginator } from "@aws-sdk/types";
2
+ import {
3
+ ListNamespacesCommandInput,
4
+ ListNamespacesCommandOutput,
5
+ } from "../commands/ListNamespacesCommand";
6
+ import { RedshiftServerlessPaginationConfiguration } from "./Interfaces";
7
+ export declare function paginateListNamespaces(
8
+ config: RedshiftServerlessPaginationConfiguration,
9
+ input: ListNamespacesCommandInput,
10
+ ...additionalArguments: any
11
+ ): Paginator<ListNamespacesCommandOutput>;
@@ -1,4 +1,11 @@
1
- import { Paginator } from "@aws-sdk/types";
2
- import { ListRecoveryPointsCommandInput, ListRecoveryPointsCommandOutput } from "../commands/ListRecoveryPointsCommand";
3
- import { RedshiftServerlessPaginationConfiguration } from "./Interfaces";
4
- export declare function paginateListRecoveryPoints(config: RedshiftServerlessPaginationConfiguration, input: ListRecoveryPointsCommandInput, ...additionalArguments: any): Paginator<ListRecoveryPointsCommandOutput>;
1
+ import { Paginator } from "@aws-sdk/types";
2
+ import {
3
+ ListRecoveryPointsCommandInput,
4
+ ListRecoveryPointsCommandOutput,
5
+ } from "../commands/ListRecoveryPointsCommand";
6
+ import { RedshiftServerlessPaginationConfiguration } from "./Interfaces";
7
+ export declare function paginateListRecoveryPoints(
8
+ config: RedshiftServerlessPaginationConfiguration,
9
+ input: ListRecoveryPointsCommandInput,
10
+ ...additionalArguments: any
11
+ ): Paginator<ListRecoveryPointsCommandOutput>;
@@ -1,4 +1,11 @@
1
- import { Paginator } from "@aws-sdk/types";
2
- import { ListSnapshotsCommandInput, ListSnapshotsCommandOutput } from "../commands/ListSnapshotsCommand";
3
- import { RedshiftServerlessPaginationConfiguration } from "./Interfaces";
4
- export declare function paginateListSnapshots(config: RedshiftServerlessPaginationConfiguration, input: ListSnapshotsCommandInput, ...additionalArguments: any): Paginator<ListSnapshotsCommandOutput>;
1
+ import { Paginator } from "@aws-sdk/types";
2
+ import {
3
+ ListSnapshotsCommandInput,
4
+ ListSnapshotsCommandOutput,
5
+ } from "../commands/ListSnapshotsCommand";
6
+ import { RedshiftServerlessPaginationConfiguration } from "./Interfaces";
7
+ export declare function paginateListSnapshots(
8
+ config: RedshiftServerlessPaginationConfiguration,
9
+ input: ListSnapshotsCommandInput,
10
+ ...additionalArguments: any
11
+ ): Paginator<ListSnapshotsCommandOutput>;
@@ -1,4 +1,11 @@
1
- import { Paginator } from "@aws-sdk/types";
2
- import { ListUsageLimitsCommandInput, ListUsageLimitsCommandOutput } from "../commands/ListUsageLimitsCommand";
3
- import { RedshiftServerlessPaginationConfiguration } from "./Interfaces";
4
- export declare function paginateListUsageLimits(config: RedshiftServerlessPaginationConfiguration, input: ListUsageLimitsCommandInput, ...additionalArguments: any): Paginator<ListUsageLimitsCommandOutput>;
1
+ import { Paginator } from "@aws-sdk/types";
2
+ import {
3
+ ListUsageLimitsCommandInput,
4
+ ListUsageLimitsCommandOutput,
5
+ } from "../commands/ListUsageLimitsCommand";
6
+ import { RedshiftServerlessPaginationConfiguration } from "./Interfaces";
7
+ export declare function paginateListUsageLimits(
8
+ config: RedshiftServerlessPaginationConfiguration,
9
+ input: ListUsageLimitsCommandInput,
10
+ ...additionalArguments: any
11
+ ): Paginator<ListUsageLimitsCommandOutput>;
@@ -1,4 +1,11 @@
1
- import { Paginator } from "@aws-sdk/types";
2
- import { ListWorkgroupsCommandInput, ListWorkgroupsCommandOutput } from "../commands/ListWorkgroupsCommand";
3
- import { RedshiftServerlessPaginationConfiguration } from "./Interfaces";
4
- export declare function paginateListWorkgroups(config: RedshiftServerlessPaginationConfiguration, input: ListWorkgroupsCommandInput, ...additionalArguments: any): Paginator<ListWorkgroupsCommandOutput>;
1
+ import { Paginator } from "@aws-sdk/types";
2
+ import {
3
+ ListWorkgroupsCommandInput,
4
+ ListWorkgroupsCommandOutput,
5
+ } from "../commands/ListWorkgroupsCommand";
6
+ import { RedshiftServerlessPaginationConfiguration } from "./Interfaces";
7
+ export declare function paginateListWorkgroups(
8
+ config: RedshiftServerlessPaginationConfiguration,
9
+ input: ListWorkgroupsCommandInput,
10
+ ...additionalArguments: any
11
+ ): Paginator<ListWorkgroupsCommandOutput>;
@@ -1,7 +1,7 @@
1
- export * from "./Interfaces";
2
- export * from "./ListEndpointAccessPaginator";
3
- export * from "./ListNamespacesPaginator";
4
- export * from "./ListRecoveryPointsPaginator";
5
- export * from "./ListSnapshotsPaginator";
6
- export * from "./ListUsageLimitsPaginator";
7
- export * from "./ListWorkgroupsPaginator";
1
+ export * from "./Interfaces";
2
+ export * from "./ListEndpointAccessPaginator";
3
+ export * from "./ListNamespacesPaginator";
4
+ export * from "./ListRecoveryPointsPaginator";
5
+ export * from "./ListSnapshotsPaginator";
6
+ export * from "./ListUsageLimitsPaginator";
7
+ export * from "./ListWorkgroupsPaginator";