@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,17 +1,32 @@
|
|
|
1
|
-
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
-
import {
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
}
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
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 {
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
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 {
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
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 {
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
}
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
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 {
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
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 {
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
}
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
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 {
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
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 {
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
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 {
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
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 {
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
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 {
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
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
|
+
}
|