@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.
- package/CHANGELOG.md +16 -0
- package/dist-types/ts3.4/RedshiftServerless.d.ts +633 -190
- package/dist-types/ts3.4/RedshiftServerlessClient.d.ts +327 -110
- package/dist-types/ts3.4/commands/ConvertRecoveryPointToSnapshotCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/CreateEndpointAccessCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/CreateNamespaceCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/CreateSnapshotCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/CreateUsageLimitCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/CreateWorkgroupCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/DeleteEndpointAccessCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/DeleteNamespaceCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/DeleteResourcePolicyCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/DeleteSnapshotCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/DeleteUsageLimitCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/DeleteWorkgroupCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/GetCredentialsCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/GetEndpointAccessCommand.d.ts +36 -17
- package/dist-types/ts3.4/commands/GetNamespaceCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/GetRecoveryPointCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/GetResourcePolicyCommand.d.ts +36 -17
- package/dist-types/ts3.4/commands/GetSnapshotCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/GetUsageLimitCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/GetWorkgroupCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/ListEndpointAccessCommand.d.ts +36 -17
- package/dist-types/ts3.4/commands/ListNamespacesCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/ListRecoveryPointsCommand.d.ts +36 -17
- package/dist-types/ts3.4/commands/ListSnapshotsCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +36 -17
- package/dist-types/ts3.4/commands/ListUsageLimitsCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/ListWorkgroupsCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/PutResourcePolicyCommand.d.ts +36 -17
- package/dist-types/ts3.4/commands/RestoreFromRecoveryPointCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/RestoreFromSnapshotCommand.d.ts +36 -17
- package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/UpdateEndpointAccessCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/UpdateNamespaceCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/UpdateSnapshotCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/UpdateUsageLimitCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/UpdateWorkgroupCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/index.d.ts +37 -37
- package/dist-types/ts3.4/endpoints.d.ts +2 -2
- package/dist-types/ts3.4/index.d.ts +6 -6
- package/dist-types/ts3.4/models/RedshiftServerlessServiceException.d.ts +7 -6
- package/dist-types/ts3.4/models/index.d.ts +1 -1
- package/dist-types/ts3.4/models/models_0.d.ts +776 -966
- package/dist-types/ts3.4/pagination/Interfaces.d.ts +7 -6
- package/dist-types/ts3.4/pagination/ListEndpointAccessPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListNamespacesPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListRecoveryPointsPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListSnapshotsPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListUsageLimitsPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListWorkgroupsPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/index.d.ts +7 -7
- package/dist-types/ts3.4/protocols/Aws_json1_1.d.ts +449 -113
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +67 -38
- package/dist-types/ts3.4/runtimeConfig.d.ts +67 -38
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +68 -37
- package/dist-types/ts3.4/runtimeConfig.shared.d.ts +12 -11
- 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
|
|
5
|
-
|
|
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 {
|
|
3
|
-
|
|
4
|
-
|
|
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 {
|
|
3
|
-
|
|
4
|
-
|
|
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 {
|
|
3
|
-
|
|
4
|
-
|
|
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 {
|
|
3
|
-
|
|
4
|
-
|
|
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 {
|
|
3
|
-
|
|
4
|
-
|
|
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 {
|
|
3
|
-
|
|
4
|
-
|
|
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";
|