@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,17 +1,32 @@
1
- import { Command as $Command } from "@aws-sdk/smithy-client";
2
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
- import { GetNamespaceRequest, GetNamespaceResponse } from "../models/models_0";
4
- import { RedshiftServerlessClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../RedshiftServerlessClient";
5
- export interface GetNamespaceCommandInput extends GetNamespaceRequest {
6
- }
7
- export interface GetNamespaceCommandOutput extends GetNamespaceResponse, __MetadataBearer {
8
- }
9
-
10
- export declare class GetNamespaceCommand extends $Command<GetNamespaceCommandInput, GetNamespaceCommandOutput, RedshiftServerlessClientResolvedConfig> {
11
- readonly input: GetNamespaceCommandInput;
12
- constructor(input: GetNamespaceCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: RedshiftServerlessClientResolvedConfig, options?: __HttpHandlerOptions): Handler<GetNamespaceCommandInput, GetNamespaceCommandOutput>;
15
- private serialize;
16
- private deserialize;
17
- }
1
+ import { Command as $Command } from "@aws-sdk/smithy-client";
2
+ import {
3
+ Handler,
4
+ HttpHandlerOptions as __HttpHandlerOptions,
5
+ MetadataBearer as __MetadataBearer,
6
+ MiddlewareStack,
7
+ } from "@aws-sdk/types";
8
+ import { GetNamespaceRequest, GetNamespaceResponse } from "../models/models_0";
9
+ import {
10
+ RedshiftServerlessClientResolvedConfig,
11
+ ServiceInputTypes,
12
+ ServiceOutputTypes,
13
+ } from "../RedshiftServerlessClient";
14
+ export interface GetNamespaceCommandInput extends GetNamespaceRequest {}
15
+ export interface GetNamespaceCommandOutput
16
+ extends GetNamespaceResponse,
17
+ __MetadataBearer {}
18
+ export declare class GetNamespaceCommand extends $Command<
19
+ GetNamespaceCommandInput,
20
+ GetNamespaceCommandOutput,
21
+ RedshiftServerlessClientResolvedConfig
22
+ > {
23
+ readonly input: GetNamespaceCommandInput;
24
+ constructor(input: GetNamespaceCommandInput);
25
+ resolveMiddleware(
26
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
27
+ configuration: RedshiftServerlessClientResolvedConfig,
28
+ options?: __HttpHandlerOptions
29
+ ): Handler<GetNamespaceCommandInput, GetNamespaceCommandOutput>;
30
+ private serialize;
31
+ private deserialize;
32
+ }
@@ -1,17 +1,35 @@
1
- import { Command as $Command } from "@aws-sdk/smithy-client";
2
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
- import { GetRecoveryPointRequest, GetRecoveryPointResponse } from "../models/models_0";
4
- import { RedshiftServerlessClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../RedshiftServerlessClient";
5
- export interface GetRecoveryPointCommandInput extends GetRecoveryPointRequest {
6
- }
7
- export interface GetRecoveryPointCommandOutput extends GetRecoveryPointResponse, __MetadataBearer {
8
- }
9
-
10
- export declare class GetRecoveryPointCommand extends $Command<GetRecoveryPointCommandInput, GetRecoveryPointCommandOutput, RedshiftServerlessClientResolvedConfig> {
11
- readonly input: GetRecoveryPointCommandInput;
12
- constructor(input: GetRecoveryPointCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: RedshiftServerlessClientResolvedConfig, options?: __HttpHandlerOptions): Handler<GetRecoveryPointCommandInput, GetRecoveryPointCommandOutput>;
15
- private serialize;
16
- private deserialize;
17
- }
1
+ import { Command as $Command } from "@aws-sdk/smithy-client";
2
+ import {
3
+ Handler,
4
+ HttpHandlerOptions as __HttpHandlerOptions,
5
+ MetadataBearer as __MetadataBearer,
6
+ MiddlewareStack,
7
+ } from "@aws-sdk/types";
8
+ import {
9
+ GetRecoveryPointRequest,
10
+ GetRecoveryPointResponse,
11
+ } from "../models/models_0";
12
+ import {
13
+ RedshiftServerlessClientResolvedConfig,
14
+ ServiceInputTypes,
15
+ ServiceOutputTypes,
16
+ } from "../RedshiftServerlessClient";
17
+ export interface GetRecoveryPointCommandInput extends GetRecoveryPointRequest {}
18
+ export interface GetRecoveryPointCommandOutput
19
+ extends GetRecoveryPointResponse,
20
+ __MetadataBearer {}
21
+ export declare class GetRecoveryPointCommand extends $Command<
22
+ GetRecoveryPointCommandInput,
23
+ GetRecoveryPointCommandOutput,
24
+ RedshiftServerlessClientResolvedConfig
25
+ > {
26
+ readonly input: GetRecoveryPointCommandInput;
27
+ constructor(input: GetRecoveryPointCommandInput);
28
+ resolveMiddleware(
29
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
30
+ configuration: RedshiftServerlessClientResolvedConfig,
31
+ options?: __HttpHandlerOptions
32
+ ): Handler<GetRecoveryPointCommandInput, GetRecoveryPointCommandOutput>;
33
+ private serialize;
34
+ private deserialize;
35
+ }
@@ -1,17 +1,36 @@
1
- import { Command as $Command } from "@aws-sdk/smithy-client";
2
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
- import { GetResourcePolicyRequest, GetResourcePolicyResponse } from "../models/models_0";
4
- import { RedshiftServerlessClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../RedshiftServerlessClient";
5
- export interface GetResourcePolicyCommandInput extends GetResourcePolicyRequest {
6
- }
7
- export interface GetResourcePolicyCommandOutput extends GetResourcePolicyResponse, __MetadataBearer {
8
- }
9
-
10
- export declare class GetResourcePolicyCommand extends $Command<GetResourcePolicyCommandInput, GetResourcePolicyCommandOutput, RedshiftServerlessClientResolvedConfig> {
11
- readonly input: GetResourcePolicyCommandInput;
12
- constructor(input: GetResourcePolicyCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: RedshiftServerlessClientResolvedConfig, options?: __HttpHandlerOptions): Handler<GetResourcePolicyCommandInput, GetResourcePolicyCommandOutput>;
15
- private serialize;
16
- private deserialize;
17
- }
1
+ import { Command as $Command } from "@aws-sdk/smithy-client";
2
+ import {
3
+ Handler,
4
+ HttpHandlerOptions as __HttpHandlerOptions,
5
+ MetadataBearer as __MetadataBearer,
6
+ MiddlewareStack,
7
+ } from "@aws-sdk/types";
8
+ import {
9
+ GetResourcePolicyRequest,
10
+ GetResourcePolicyResponse,
11
+ } from "../models/models_0";
12
+ import {
13
+ RedshiftServerlessClientResolvedConfig,
14
+ ServiceInputTypes,
15
+ ServiceOutputTypes,
16
+ } from "../RedshiftServerlessClient";
17
+ export interface GetResourcePolicyCommandInput
18
+ extends GetResourcePolicyRequest {}
19
+ export interface GetResourcePolicyCommandOutput
20
+ extends GetResourcePolicyResponse,
21
+ __MetadataBearer {}
22
+ export declare class GetResourcePolicyCommand extends $Command<
23
+ GetResourcePolicyCommandInput,
24
+ GetResourcePolicyCommandOutput,
25
+ RedshiftServerlessClientResolvedConfig
26
+ > {
27
+ readonly input: GetResourcePolicyCommandInput;
28
+ constructor(input: GetResourcePolicyCommandInput);
29
+ resolveMiddleware(
30
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
31
+ configuration: RedshiftServerlessClientResolvedConfig,
32
+ options?: __HttpHandlerOptions
33
+ ): Handler<GetResourcePolicyCommandInput, GetResourcePolicyCommandOutput>;
34
+ private serialize;
35
+ private deserialize;
36
+ }
@@ -1,17 +1,32 @@
1
- import { Command as $Command } from "@aws-sdk/smithy-client";
2
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
- import { GetSnapshotRequest, GetSnapshotResponse } from "../models/models_0";
4
- import { RedshiftServerlessClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../RedshiftServerlessClient";
5
- export interface GetSnapshotCommandInput extends GetSnapshotRequest {
6
- }
7
- export interface GetSnapshotCommandOutput extends GetSnapshotResponse, __MetadataBearer {
8
- }
9
-
10
- export declare class GetSnapshotCommand extends $Command<GetSnapshotCommandInput, GetSnapshotCommandOutput, RedshiftServerlessClientResolvedConfig> {
11
- readonly input: GetSnapshotCommandInput;
12
- constructor(input: GetSnapshotCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: RedshiftServerlessClientResolvedConfig, options?: __HttpHandlerOptions): Handler<GetSnapshotCommandInput, GetSnapshotCommandOutput>;
15
- private serialize;
16
- private deserialize;
17
- }
1
+ import { Command as $Command } from "@aws-sdk/smithy-client";
2
+ import {
3
+ Handler,
4
+ HttpHandlerOptions as __HttpHandlerOptions,
5
+ MetadataBearer as __MetadataBearer,
6
+ MiddlewareStack,
7
+ } from "@aws-sdk/types";
8
+ import { GetSnapshotRequest, GetSnapshotResponse } from "../models/models_0";
9
+ import {
10
+ RedshiftServerlessClientResolvedConfig,
11
+ ServiceInputTypes,
12
+ ServiceOutputTypes,
13
+ } from "../RedshiftServerlessClient";
14
+ export interface GetSnapshotCommandInput extends GetSnapshotRequest {}
15
+ export interface GetSnapshotCommandOutput
16
+ extends GetSnapshotResponse,
17
+ __MetadataBearer {}
18
+ export declare class GetSnapshotCommand extends $Command<
19
+ GetSnapshotCommandInput,
20
+ GetSnapshotCommandOutput,
21
+ RedshiftServerlessClientResolvedConfig
22
+ > {
23
+ readonly input: GetSnapshotCommandInput;
24
+ constructor(input: GetSnapshotCommandInput);
25
+ resolveMiddleware(
26
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
27
+ configuration: RedshiftServerlessClientResolvedConfig,
28
+ options?: __HttpHandlerOptions
29
+ ): Handler<GetSnapshotCommandInput, GetSnapshotCommandOutput>;
30
+ private serialize;
31
+ private deserialize;
32
+ }
@@ -1,17 +1,35 @@
1
- import { Command as $Command } from "@aws-sdk/smithy-client";
2
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
- import { GetUsageLimitRequest, GetUsageLimitResponse } from "../models/models_0";
4
- import { RedshiftServerlessClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../RedshiftServerlessClient";
5
- export interface GetUsageLimitCommandInput extends GetUsageLimitRequest {
6
- }
7
- export interface GetUsageLimitCommandOutput extends GetUsageLimitResponse, __MetadataBearer {
8
- }
9
-
10
- export declare class GetUsageLimitCommand extends $Command<GetUsageLimitCommandInput, GetUsageLimitCommandOutput, RedshiftServerlessClientResolvedConfig> {
11
- readonly input: GetUsageLimitCommandInput;
12
- constructor(input: GetUsageLimitCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: RedshiftServerlessClientResolvedConfig, options?: __HttpHandlerOptions): Handler<GetUsageLimitCommandInput, GetUsageLimitCommandOutput>;
15
- private serialize;
16
- private deserialize;
17
- }
1
+ import { Command as $Command } from "@aws-sdk/smithy-client";
2
+ import {
3
+ Handler,
4
+ HttpHandlerOptions as __HttpHandlerOptions,
5
+ MetadataBearer as __MetadataBearer,
6
+ MiddlewareStack,
7
+ } from "@aws-sdk/types";
8
+ import {
9
+ GetUsageLimitRequest,
10
+ GetUsageLimitResponse,
11
+ } from "../models/models_0";
12
+ import {
13
+ RedshiftServerlessClientResolvedConfig,
14
+ ServiceInputTypes,
15
+ ServiceOutputTypes,
16
+ } from "../RedshiftServerlessClient";
17
+ export interface GetUsageLimitCommandInput extends GetUsageLimitRequest {}
18
+ export interface GetUsageLimitCommandOutput
19
+ extends GetUsageLimitResponse,
20
+ __MetadataBearer {}
21
+ export declare class GetUsageLimitCommand extends $Command<
22
+ GetUsageLimitCommandInput,
23
+ GetUsageLimitCommandOutput,
24
+ RedshiftServerlessClientResolvedConfig
25
+ > {
26
+ readonly input: GetUsageLimitCommandInput;
27
+ constructor(input: GetUsageLimitCommandInput);
28
+ resolveMiddleware(
29
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
30
+ configuration: RedshiftServerlessClientResolvedConfig,
31
+ options?: __HttpHandlerOptions
32
+ ): Handler<GetUsageLimitCommandInput, GetUsageLimitCommandOutput>;
33
+ private serialize;
34
+ private deserialize;
35
+ }
@@ -1,17 +1,32 @@
1
- import { Command as $Command } from "@aws-sdk/smithy-client";
2
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
- import { GetWorkgroupRequest, GetWorkgroupResponse } from "../models/models_0";
4
- import { RedshiftServerlessClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../RedshiftServerlessClient";
5
- export interface GetWorkgroupCommandInput extends GetWorkgroupRequest {
6
- }
7
- export interface GetWorkgroupCommandOutput extends GetWorkgroupResponse, __MetadataBearer {
8
- }
9
-
10
- export declare class GetWorkgroupCommand extends $Command<GetWorkgroupCommandInput, GetWorkgroupCommandOutput, RedshiftServerlessClientResolvedConfig> {
11
- readonly input: GetWorkgroupCommandInput;
12
- constructor(input: GetWorkgroupCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: RedshiftServerlessClientResolvedConfig, options?: __HttpHandlerOptions): Handler<GetWorkgroupCommandInput, GetWorkgroupCommandOutput>;
15
- private serialize;
16
- private deserialize;
17
- }
1
+ import { Command as $Command } from "@aws-sdk/smithy-client";
2
+ import {
3
+ Handler,
4
+ HttpHandlerOptions as __HttpHandlerOptions,
5
+ MetadataBearer as __MetadataBearer,
6
+ MiddlewareStack,
7
+ } from "@aws-sdk/types";
8
+ import { GetWorkgroupRequest, GetWorkgroupResponse } from "../models/models_0";
9
+ import {
10
+ RedshiftServerlessClientResolvedConfig,
11
+ ServiceInputTypes,
12
+ ServiceOutputTypes,
13
+ } from "../RedshiftServerlessClient";
14
+ export interface GetWorkgroupCommandInput extends GetWorkgroupRequest {}
15
+ export interface GetWorkgroupCommandOutput
16
+ extends GetWorkgroupResponse,
17
+ __MetadataBearer {}
18
+ export declare class GetWorkgroupCommand extends $Command<
19
+ GetWorkgroupCommandInput,
20
+ GetWorkgroupCommandOutput,
21
+ RedshiftServerlessClientResolvedConfig
22
+ > {
23
+ readonly input: GetWorkgroupCommandInput;
24
+ constructor(input: GetWorkgroupCommandInput);
25
+ resolveMiddleware(
26
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
27
+ configuration: RedshiftServerlessClientResolvedConfig,
28
+ options?: __HttpHandlerOptions
29
+ ): Handler<GetWorkgroupCommandInput, GetWorkgroupCommandOutput>;
30
+ private serialize;
31
+ private deserialize;
32
+ }
@@ -1,17 +1,36 @@
1
- import { Command as $Command } from "@aws-sdk/smithy-client";
2
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
- import { ListEndpointAccessRequest, ListEndpointAccessResponse } from "../models/models_0";
4
- import { RedshiftServerlessClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../RedshiftServerlessClient";
5
- export interface ListEndpointAccessCommandInput extends ListEndpointAccessRequest {
6
- }
7
- export interface ListEndpointAccessCommandOutput extends ListEndpointAccessResponse, __MetadataBearer {
8
- }
9
-
10
- export declare class ListEndpointAccessCommand extends $Command<ListEndpointAccessCommandInput, ListEndpointAccessCommandOutput, RedshiftServerlessClientResolvedConfig> {
11
- readonly input: ListEndpointAccessCommandInput;
12
- constructor(input: ListEndpointAccessCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: RedshiftServerlessClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListEndpointAccessCommandInput, ListEndpointAccessCommandOutput>;
15
- private serialize;
16
- private deserialize;
17
- }
1
+ import { Command as $Command } from "@aws-sdk/smithy-client";
2
+ import {
3
+ Handler,
4
+ HttpHandlerOptions as __HttpHandlerOptions,
5
+ MetadataBearer as __MetadataBearer,
6
+ MiddlewareStack,
7
+ } from "@aws-sdk/types";
8
+ import {
9
+ ListEndpointAccessRequest,
10
+ ListEndpointAccessResponse,
11
+ } from "../models/models_0";
12
+ import {
13
+ RedshiftServerlessClientResolvedConfig,
14
+ ServiceInputTypes,
15
+ ServiceOutputTypes,
16
+ } from "../RedshiftServerlessClient";
17
+ export interface ListEndpointAccessCommandInput
18
+ extends ListEndpointAccessRequest {}
19
+ export interface ListEndpointAccessCommandOutput
20
+ extends ListEndpointAccessResponse,
21
+ __MetadataBearer {}
22
+ export declare class ListEndpointAccessCommand extends $Command<
23
+ ListEndpointAccessCommandInput,
24
+ ListEndpointAccessCommandOutput,
25
+ RedshiftServerlessClientResolvedConfig
26
+ > {
27
+ readonly input: ListEndpointAccessCommandInput;
28
+ constructor(input: ListEndpointAccessCommandInput);
29
+ resolveMiddleware(
30
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
31
+ configuration: RedshiftServerlessClientResolvedConfig,
32
+ options?: __HttpHandlerOptions
33
+ ): Handler<ListEndpointAccessCommandInput, ListEndpointAccessCommandOutput>;
34
+ private serialize;
35
+ private deserialize;
36
+ }
@@ -1,17 +1,35 @@
1
- import { Command as $Command } from "@aws-sdk/smithy-client";
2
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
- import { ListNamespacesRequest, ListNamespacesResponse } from "../models/models_0";
4
- import { RedshiftServerlessClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../RedshiftServerlessClient";
5
- export interface ListNamespacesCommandInput extends ListNamespacesRequest {
6
- }
7
- export interface ListNamespacesCommandOutput extends ListNamespacesResponse, __MetadataBearer {
8
- }
9
-
10
- export declare class ListNamespacesCommand extends $Command<ListNamespacesCommandInput, ListNamespacesCommandOutput, RedshiftServerlessClientResolvedConfig> {
11
- readonly input: ListNamespacesCommandInput;
12
- constructor(input: ListNamespacesCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: RedshiftServerlessClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListNamespacesCommandInput, ListNamespacesCommandOutput>;
15
- private serialize;
16
- private deserialize;
17
- }
1
+ import { Command as $Command } from "@aws-sdk/smithy-client";
2
+ import {
3
+ Handler,
4
+ HttpHandlerOptions as __HttpHandlerOptions,
5
+ MetadataBearer as __MetadataBearer,
6
+ MiddlewareStack,
7
+ } from "@aws-sdk/types";
8
+ import {
9
+ ListNamespacesRequest,
10
+ ListNamespacesResponse,
11
+ } from "../models/models_0";
12
+ import {
13
+ RedshiftServerlessClientResolvedConfig,
14
+ ServiceInputTypes,
15
+ ServiceOutputTypes,
16
+ } from "../RedshiftServerlessClient";
17
+ export interface ListNamespacesCommandInput extends ListNamespacesRequest {}
18
+ export interface ListNamespacesCommandOutput
19
+ extends ListNamespacesResponse,
20
+ __MetadataBearer {}
21
+ export declare class ListNamespacesCommand extends $Command<
22
+ ListNamespacesCommandInput,
23
+ ListNamespacesCommandOutput,
24
+ RedshiftServerlessClientResolvedConfig
25
+ > {
26
+ readonly input: ListNamespacesCommandInput;
27
+ constructor(input: ListNamespacesCommandInput);
28
+ resolveMiddleware(
29
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
30
+ configuration: RedshiftServerlessClientResolvedConfig,
31
+ options?: __HttpHandlerOptions
32
+ ): Handler<ListNamespacesCommandInput, ListNamespacesCommandOutput>;
33
+ private serialize;
34
+ private deserialize;
35
+ }
@@ -1,17 +1,36 @@
1
- import { Command as $Command } from "@aws-sdk/smithy-client";
2
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
- import { ListRecoveryPointsRequest, ListRecoveryPointsResponse } from "../models/models_0";
4
- import { RedshiftServerlessClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../RedshiftServerlessClient";
5
- export interface ListRecoveryPointsCommandInput extends ListRecoveryPointsRequest {
6
- }
7
- export interface ListRecoveryPointsCommandOutput extends ListRecoveryPointsResponse, __MetadataBearer {
8
- }
9
-
10
- export declare class ListRecoveryPointsCommand extends $Command<ListRecoveryPointsCommandInput, ListRecoveryPointsCommandOutput, RedshiftServerlessClientResolvedConfig> {
11
- readonly input: ListRecoveryPointsCommandInput;
12
- constructor(input: ListRecoveryPointsCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: RedshiftServerlessClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListRecoveryPointsCommandInput, ListRecoveryPointsCommandOutput>;
15
- private serialize;
16
- private deserialize;
17
- }
1
+ import { Command as $Command } from "@aws-sdk/smithy-client";
2
+ import {
3
+ Handler,
4
+ HttpHandlerOptions as __HttpHandlerOptions,
5
+ MetadataBearer as __MetadataBearer,
6
+ MiddlewareStack,
7
+ } from "@aws-sdk/types";
8
+ import {
9
+ ListRecoveryPointsRequest,
10
+ ListRecoveryPointsResponse,
11
+ } from "../models/models_0";
12
+ import {
13
+ RedshiftServerlessClientResolvedConfig,
14
+ ServiceInputTypes,
15
+ ServiceOutputTypes,
16
+ } from "../RedshiftServerlessClient";
17
+ export interface ListRecoveryPointsCommandInput
18
+ extends ListRecoveryPointsRequest {}
19
+ export interface ListRecoveryPointsCommandOutput
20
+ extends ListRecoveryPointsResponse,
21
+ __MetadataBearer {}
22
+ export declare class ListRecoveryPointsCommand extends $Command<
23
+ ListRecoveryPointsCommandInput,
24
+ ListRecoveryPointsCommandOutput,
25
+ RedshiftServerlessClientResolvedConfig
26
+ > {
27
+ readonly input: ListRecoveryPointsCommandInput;
28
+ constructor(input: ListRecoveryPointsCommandInput);
29
+ resolveMiddleware(
30
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
31
+ configuration: RedshiftServerlessClientResolvedConfig,
32
+ options?: __HttpHandlerOptions
33
+ ): Handler<ListRecoveryPointsCommandInput, ListRecoveryPointsCommandOutput>;
34
+ private serialize;
35
+ private deserialize;
36
+ }
@@ -1,17 +1,35 @@
1
- import { Command as $Command } from "@aws-sdk/smithy-client";
2
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
- import { ListSnapshotsRequest, ListSnapshotsResponse } from "../models/models_0";
4
- import { RedshiftServerlessClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../RedshiftServerlessClient";
5
- export interface ListSnapshotsCommandInput extends ListSnapshotsRequest {
6
- }
7
- export interface ListSnapshotsCommandOutput extends ListSnapshotsResponse, __MetadataBearer {
8
- }
9
-
10
- export declare class ListSnapshotsCommand extends $Command<ListSnapshotsCommandInput, ListSnapshotsCommandOutput, RedshiftServerlessClientResolvedConfig> {
11
- readonly input: ListSnapshotsCommandInput;
12
- constructor(input: ListSnapshotsCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: RedshiftServerlessClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListSnapshotsCommandInput, ListSnapshotsCommandOutput>;
15
- private serialize;
16
- private deserialize;
17
- }
1
+ import { Command as $Command } from "@aws-sdk/smithy-client";
2
+ import {
3
+ Handler,
4
+ HttpHandlerOptions as __HttpHandlerOptions,
5
+ MetadataBearer as __MetadataBearer,
6
+ MiddlewareStack,
7
+ } from "@aws-sdk/types";
8
+ import {
9
+ ListSnapshotsRequest,
10
+ ListSnapshotsResponse,
11
+ } from "../models/models_0";
12
+ import {
13
+ RedshiftServerlessClientResolvedConfig,
14
+ ServiceInputTypes,
15
+ ServiceOutputTypes,
16
+ } from "../RedshiftServerlessClient";
17
+ export interface ListSnapshotsCommandInput extends ListSnapshotsRequest {}
18
+ export interface ListSnapshotsCommandOutput
19
+ extends ListSnapshotsResponse,
20
+ __MetadataBearer {}
21
+ export declare class ListSnapshotsCommand extends $Command<
22
+ ListSnapshotsCommandInput,
23
+ ListSnapshotsCommandOutput,
24
+ RedshiftServerlessClientResolvedConfig
25
+ > {
26
+ readonly input: ListSnapshotsCommandInput;
27
+ constructor(input: ListSnapshotsCommandInput);
28
+ resolveMiddleware(
29
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
30
+ configuration: RedshiftServerlessClientResolvedConfig,
31
+ options?: __HttpHandlerOptions
32
+ ): Handler<ListSnapshotsCommandInput, ListSnapshotsCommandOutput>;
33
+ private serialize;
34
+ private deserialize;
35
+ }
@@ -1,17 +1,36 @@
1
- import { Command as $Command } from "@aws-sdk/smithy-client";
2
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
- import { ListTagsForResourceRequest, ListTagsForResourceResponse } from "../models/models_0";
4
- import { RedshiftServerlessClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../RedshiftServerlessClient";
5
- export interface ListTagsForResourceCommandInput extends ListTagsForResourceRequest {
6
- }
7
- export interface ListTagsForResourceCommandOutput extends ListTagsForResourceResponse, __MetadataBearer {
8
- }
9
-
10
- export declare class ListTagsForResourceCommand extends $Command<ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput, RedshiftServerlessClientResolvedConfig> {
11
- readonly input: ListTagsForResourceCommandInput;
12
- constructor(input: ListTagsForResourceCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: RedshiftServerlessClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput>;
15
- private serialize;
16
- private deserialize;
17
- }
1
+ import { Command as $Command } from "@aws-sdk/smithy-client";
2
+ import {
3
+ Handler,
4
+ HttpHandlerOptions as __HttpHandlerOptions,
5
+ MetadataBearer as __MetadataBearer,
6
+ MiddlewareStack,
7
+ } from "@aws-sdk/types";
8
+ import {
9
+ ListTagsForResourceRequest,
10
+ ListTagsForResourceResponse,
11
+ } from "../models/models_0";
12
+ import {
13
+ RedshiftServerlessClientResolvedConfig,
14
+ ServiceInputTypes,
15
+ ServiceOutputTypes,
16
+ } from "../RedshiftServerlessClient";
17
+ export interface ListTagsForResourceCommandInput
18
+ extends ListTagsForResourceRequest {}
19
+ export interface ListTagsForResourceCommandOutput
20
+ extends ListTagsForResourceResponse,
21
+ __MetadataBearer {}
22
+ export declare class ListTagsForResourceCommand extends $Command<
23
+ ListTagsForResourceCommandInput,
24
+ ListTagsForResourceCommandOutput,
25
+ RedshiftServerlessClientResolvedConfig
26
+ > {
27
+ readonly input: ListTagsForResourceCommandInput;
28
+ constructor(input: ListTagsForResourceCommandInput);
29
+ resolveMiddleware(
30
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
31
+ configuration: RedshiftServerlessClientResolvedConfig,
32
+ options?: __HttpHandlerOptions
33
+ ): Handler<ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput>;
34
+ private serialize;
35
+ private deserialize;
36
+ }