@aws-sdk/client-redshift-serverless 3.337.0 → 3.341.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/dist-cjs/RedshiftServerlessClient.js +2 -1
- package/dist-cjs/commands/ConvertRecoveryPointToSnapshotCommand.js +2 -1
- package/dist-cjs/commands/CreateEndpointAccessCommand.js +2 -1
- package/dist-cjs/commands/CreateNamespaceCommand.js +2 -1
- package/dist-cjs/commands/CreateSnapshotCommand.js +2 -1
- package/dist-cjs/commands/CreateUsageLimitCommand.js +2 -1
- package/dist-cjs/commands/CreateWorkgroupCommand.js +2 -1
- package/dist-cjs/commands/DeleteEndpointAccessCommand.js +2 -1
- package/dist-cjs/commands/DeleteNamespaceCommand.js +2 -1
- package/dist-cjs/commands/DeleteResourcePolicyCommand.js +2 -1
- package/dist-cjs/commands/DeleteSnapshotCommand.js +2 -1
- package/dist-cjs/commands/DeleteUsageLimitCommand.js +2 -1
- package/dist-cjs/commands/DeleteWorkgroupCommand.js +2 -1
- package/dist-cjs/commands/GetCredentialsCommand.js +2 -1
- package/dist-cjs/commands/GetEndpointAccessCommand.js +2 -1
- package/dist-cjs/commands/GetNamespaceCommand.js +2 -1
- package/dist-cjs/commands/GetRecoveryPointCommand.js +2 -1
- package/dist-cjs/commands/GetResourcePolicyCommand.js +2 -1
- package/dist-cjs/commands/GetSnapshotCommand.js +2 -1
- package/dist-cjs/commands/GetTableRestoreStatusCommand.js +2 -1
- package/dist-cjs/commands/GetUsageLimitCommand.js +2 -1
- package/dist-cjs/commands/GetWorkgroupCommand.js +2 -1
- package/dist-cjs/commands/ListEndpointAccessCommand.js +2 -1
- package/dist-cjs/commands/ListNamespacesCommand.js +2 -1
- package/dist-cjs/commands/ListRecoveryPointsCommand.js +2 -1
- package/dist-cjs/commands/ListSnapshotsCommand.js +2 -1
- package/dist-cjs/commands/ListTableRestoreStatusCommand.js +2 -1
- package/dist-cjs/commands/ListTagsForResourceCommand.js +2 -1
- package/dist-cjs/commands/ListUsageLimitsCommand.js +2 -1
- package/dist-cjs/commands/ListWorkgroupsCommand.js +2 -1
- package/dist-cjs/commands/PutResourcePolicyCommand.js +2 -1
- package/dist-cjs/commands/RestoreFromRecoveryPointCommand.js +2 -1
- package/dist-cjs/commands/RestoreFromSnapshotCommand.js +2 -1
- package/dist-cjs/commands/RestoreTableFromSnapshotCommand.js +2 -1
- package/dist-cjs/commands/TagResourceCommand.js +2 -1
- package/dist-cjs/commands/UntagResourceCommand.js +2 -1
- package/dist-cjs/commands/UpdateEndpointAccessCommand.js +2 -1
- package/dist-cjs/commands/UpdateNamespaceCommand.js +2 -1
- package/dist-cjs/commands/UpdateSnapshotCommand.js +2 -1
- package/dist-cjs/commands/UpdateUsageLimitCommand.js +2 -1
- package/dist-cjs/commands/UpdateWorkgroupCommand.js +2 -1
- package/dist-cjs/index.js +2 -2
- package/dist-cjs/models/RedshiftServerlessServiceException.js +2 -1
- package/dist-es/RedshiftServerlessClient.js +1 -0
- package/dist-es/commands/ConvertRecoveryPointToSnapshotCommand.js +1 -0
- package/dist-es/commands/CreateEndpointAccessCommand.js +1 -0
- package/dist-es/commands/CreateNamespaceCommand.js +1 -0
- package/dist-es/commands/CreateSnapshotCommand.js +1 -0
- package/dist-es/commands/CreateUsageLimitCommand.js +1 -0
- package/dist-es/commands/CreateWorkgroupCommand.js +1 -0
- package/dist-es/commands/DeleteEndpointAccessCommand.js +1 -0
- package/dist-es/commands/DeleteNamespaceCommand.js +1 -0
- package/dist-es/commands/DeleteResourcePolicyCommand.js +1 -0
- package/dist-es/commands/DeleteSnapshotCommand.js +1 -0
- package/dist-es/commands/DeleteUsageLimitCommand.js +1 -0
- package/dist-es/commands/DeleteWorkgroupCommand.js +1 -0
- package/dist-es/commands/GetCredentialsCommand.js +1 -0
- package/dist-es/commands/GetEndpointAccessCommand.js +1 -0
- package/dist-es/commands/GetNamespaceCommand.js +1 -0
- package/dist-es/commands/GetRecoveryPointCommand.js +1 -0
- package/dist-es/commands/GetResourcePolicyCommand.js +1 -0
- package/dist-es/commands/GetSnapshotCommand.js +1 -0
- package/dist-es/commands/GetTableRestoreStatusCommand.js +1 -0
- package/dist-es/commands/GetUsageLimitCommand.js +1 -0
- package/dist-es/commands/GetWorkgroupCommand.js +1 -0
- package/dist-es/commands/ListEndpointAccessCommand.js +1 -0
- package/dist-es/commands/ListNamespacesCommand.js +1 -0
- package/dist-es/commands/ListRecoveryPointsCommand.js +1 -0
- package/dist-es/commands/ListSnapshotsCommand.js +1 -0
- package/dist-es/commands/ListTableRestoreStatusCommand.js +1 -0
- package/dist-es/commands/ListTagsForResourceCommand.js +1 -0
- package/dist-es/commands/ListUsageLimitsCommand.js +1 -0
- package/dist-es/commands/ListWorkgroupsCommand.js +1 -0
- package/dist-es/commands/PutResourcePolicyCommand.js +1 -0
- package/dist-es/commands/RestoreFromRecoveryPointCommand.js +1 -0
- package/dist-es/commands/RestoreFromSnapshotCommand.js +1 -0
- package/dist-es/commands/RestoreTableFromSnapshotCommand.js +1 -0
- package/dist-es/commands/TagResourceCommand.js +1 -0
- package/dist-es/commands/UntagResourceCommand.js +1 -0
- package/dist-es/commands/UpdateEndpointAccessCommand.js +1 -0
- package/dist-es/commands/UpdateNamespaceCommand.js +1 -0
- package/dist-es/commands/UpdateSnapshotCommand.js +1 -0
- package/dist-es/commands/UpdateUsageLimitCommand.js +1 -0
- package/dist-es/commands/UpdateWorkgroupCommand.js +1 -0
- package/dist-es/index.js +2 -2
- package/dist-es/models/RedshiftServerlessServiceException.js +1 -0
- package/dist-types/RedshiftServerlessClient.d.ts +3 -3
- package/dist-types/commands/ConvertRecoveryPointToSnapshotCommand.d.ts +4 -0
- package/dist-types/commands/CreateEndpointAccessCommand.d.ts +4 -0
- package/dist-types/commands/CreateNamespaceCommand.d.ts +4 -0
- package/dist-types/commands/CreateSnapshotCommand.d.ts +4 -0
- package/dist-types/commands/CreateUsageLimitCommand.d.ts +4 -0
- package/dist-types/commands/CreateWorkgroupCommand.d.ts +4 -0
- package/dist-types/commands/DeleteEndpointAccessCommand.d.ts +4 -0
- package/dist-types/commands/DeleteNamespaceCommand.d.ts +4 -0
- package/dist-types/commands/DeleteResourcePolicyCommand.d.ts +4 -0
- package/dist-types/commands/DeleteSnapshotCommand.d.ts +4 -0
- package/dist-types/commands/DeleteUsageLimitCommand.d.ts +4 -0
- package/dist-types/commands/DeleteWorkgroupCommand.d.ts +4 -0
- package/dist-types/commands/GetCredentialsCommand.d.ts +4 -0
- package/dist-types/commands/GetEndpointAccessCommand.d.ts +4 -0
- package/dist-types/commands/GetNamespaceCommand.d.ts +4 -0
- package/dist-types/commands/GetRecoveryPointCommand.d.ts +4 -0
- package/dist-types/commands/GetResourcePolicyCommand.d.ts +4 -0
- package/dist-types/commands/GetSnapshotCommand.d.ts +4 -0
- package/dist-types/commands/GetTableRestoreStatusCommand.d.ts +4 -0
- package/dist-types/commands/GetUsageLimitCommand.d.ts +4 -0
- package/dist-types/commands/GetWorkgroupCommand.d.ts +4 -0
- package/dist-types/commands/ListEndpointAccessCommand.d.ts +4 -0
- package/dist-types/commands/ListNamespacesCommand.d.ts +4 -0
- package/dist-types/commands/ListRecoveryPointsCommand.d.ts +4 -0
- package/dist-types/commands/ListSnapshotsCommand.d.ts +4 -0
- package/dist-types/commands/ListTableRestoreStatusCommand.d.ts +4 -0
- package/dist-types/commands/ListTagsForResourceCommand.d.ts +4 -0
- package/dist-types/commands/ListUsageLimitsCommand.d.ts +4 -0
- package/dist-types/commands/ListWorkgroupsCommand.d.ts +4 -0
- package/dist-types/commands/PutResourcePolicyCommand.d.ts +4 -0
- package/dist-types/commands/RestoreFromRecoveryPointCommand.d.ts +4 -0
- package/dist-types/commands/RestoreFromSnapshotCommand.d.ts +4 -0
- package/dist-types/commands/RestoreTableFromSnapshotCommand.d.ts +4 -0
- package/dist-types/commands/TagResourceCommand.d.ts +4 -0
- package/dist-types/commands/UntagResourceCommand.d.ts +4 -0
- package/dist-types/commands/UpdateEndpointAccessCommand.d.ts +4 -0
- package/dist-types/commands/UpdateNamespaceCommand.d.ts +4 -0
- package/dist-types/commands/UpdateSnapshotCommand.d.ts +4 -0
- package/dist-types/commands/UpdateUsageLimitCommand.d.ts +4 -0
- package/dist-types/commands/UpdateWorkgroupCommand.d.ts +4 -0
- package/dist-types/index.d.ts +18 -2
- package/dist-types/models/RedshiftServerlessServiceException.d.ts +1 -0
- package/dist-types/ts3.4/RedshiftServerlessClient.d.ts +3 -3
- package/dist-types/ts3.4/commands/ConvertRecoveryPointToSnapshotCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/CreateEndpointAccessCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/CreateNamespaceCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/CreateSnapshotCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/CreateUsageLimitCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/CreateWorkgroupCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/DeleteEndpointAccessCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/DeleteNamespaceCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/DeleteResourcePolicyCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/DeleteSnapshotCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/DeleteUsageLimitCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/DeleteWorkgroupCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/GetCredentialsCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/GetEndpointAccessCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/GetNamespaceCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/GetRecoveryPointCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/GetResourcePolicyCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/GetSnapshotCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/GetTableRestoreStatusCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/GetUsageLimitCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/GetWorkgroupCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/ListEndpointAccessCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/ListNamespacesCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/ListRecoveryPointsCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/ListSnapshotsCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/ListTableRestoreStatusCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/ListUsageLimitsCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/ListWorkgroupsCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/PutResourcePolicyCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/RestoreFromRecoveryPointCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/RestoreFromSnapshotCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/RestoreTableFromSnapshotCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/UpdateEndpointAccessCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/UpdateNamespaceCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/UpdateSnapshotCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/UpdateUsageLimitCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/UpdateWorkgroupCommand.d.ts +1 -0
- package/dist-types/ts3.4/index.d.ts +2 -2
- package/dist-types/ts3.4/models/RedshiftServerlessServiceException.d.ts +1 -0
- package/package.json +28 -28
|
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
|
3
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
4
4
|
import { GetTableRestoreStatusRequest, GetTableRestoreStatusResponse } from "../models/models_0";
|
|
5
5
|
import { RedshiftServerlessClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../RedshiftServerlessClient";
|
|
6
|
+
/**
|
|
7
|
+
* @public
|
|
8
|
+
*/
|
|
9
|
+
export { __MetadataBearer, $Command };
|
|
6
10
|
/**
|
|
7
11
|
* @public
|
|
8
12
|
*
|
|
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
|
3
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
4
4
|
import { GetUsageLimitRequest, GetUsageLimitResponse } from "../models/models_0";
|
|
5
5
|
import { RedshiftServerlessClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../RedshiftServerlessClient";
|
|
6
|
+
/**
|
|
7
|
+
* @public
|
|
8
|
+
*/
|
|
9
|
+
export { __MetadataBearer, $Command };
|
|
6
10
|
/**
|
|
7
11
|
* @public
|
|
8
12
|
*
|
|
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
|
3
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
4
4
|
import { GetWorkgroupRequest, GetWorkgroupResponse } from "../models/models_0";
|
|
5
5
|
import { RedshiftServerlessClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../RedshiftServerlessClient";
|
|
6
|
+
/**
|
|
7
|
+
* @public
|
|
8
|
+
*/
|
|
9
|
+
export { __MetadataBearer, $Command };
|
|
6
10
|
/**
|
|
7
11
|
* @public
|
|
8
12
|
*
|
|
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
|
3
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
4
4
|
import { ListEndpointAccessRequest, ListEndpointAccessResponse } from "../models/models_0";
|
|
5
5
|
import { RedshiftServerlessClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../RedshiftServerlessClient";
|
|
6
|
+
/**
|
|
7
|
+
* @public
|
|
8
|
+
*/
|
|
9
|
+
export { __MetadataBearer, $Command };
|
|
6
10
|
/**
|
|
7
11
|
* @public
|
|
8
12
|
*
|
|
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
|
3
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
4
4
|
import { ListNamespacesRequest, ListNamespacesResponse } from "../models/models_0";
|
|
5
5
|
import { RedshiftServerlessClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../RedshiftServerlessClient";
|
|
6
|
+
/**
|
|
7
|
+
* @public
|
|
8
|
+
*/
|
|
9
|
+
export { __MetadataBearer, $Command };
|
|
6
10
|
/**
|
|
7
11
|
* @public
|
|
8
12
|
*
|
|
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
|
3
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
4
4
|
import { ListRecoveryPointsRequest, ListRecoveryPointsResponse } from "../models/models_0";
|
|
5
5
|
import { RedshiftServerlessClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../RedshiftServerlessClient";
|
|
6
|
+
/**
|
|
7
|
+
* @public
|
|
8
|
+
*/
|
|
9
|
+
export { __MetadataBearer, $Command };
|
|
6
10
|
/**
|
|
7
11
|
* @public
|
|
8
12
|
*
|
|
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
|
3
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
4
4
|
import { ListSnapshotsRequest, ListSnapshotsResponse } from "../models/models_0";
|
|
5
5
|
import { RedshiftServerlessClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../RedshiftServerlessClient";
|
|
6
|
+
/**
|
|
7
|
+
* @public
|
|
8
|
+
*/
|
|
9
|
+
export { __MetadataBearer, $Command };
|
|
6
10
|
/**
|
|
7
11
|
* @public
|
|
8
12
|
*
|
|
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
|
3
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
4
4
|
import { ListTableRestoreStatusRequest, ListTableRestoreStatusResponse } from "../models/models_0";
|
|
5
5
|
import { RedshiftServerlessClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../RedshiftServerlessClient";
|
|
6
|
+
/**
|
|
7
|
+
* @public
|
|
8
|
+
*/
|
|
9
|
+
export { __MetadataBearer, $Command };
|
|
6
10
|
/**
|
|
7
11
|
* @public
|
|
8
12
|
*
|
|
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
|
3
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
4
4
|
import { ListTagsForResourceRequest, ListTagsForResourceResponse } from "../models/models_0";
|
|
5
5
|
import { RedshiftServerlessClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../RedshiftServerlessClient";
|
|
6
|
+
/**
|
|
7
|
+
* @public
|
|
8
|
+
*/
|
|
9
|
+
export { __MetadataBearer, $Command };
|
|
6
10
|
/**
|
|
7
11
|
* @public
|
|
8
12
|
*
|
|
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
|
3
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
4
4
|
import { ListUsageLimitsRequest, ListUsageLimitsResponse } from "../models/models_0";
|
|
5
5
|
import { RedshiftServerlessClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../RedshiftServerlessClient";
|
|
6
|
+
/**
|
|
7
|
+
* @public
|
|
8
|
+
*/
|
|
9
|
+
export { __MetadataBearer, $Command };
|
|
6
10
|
/**
|
|
7
11
|
* @public
|
|
8
12
|
*
|
|
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
|
3
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
4
4
|
import { ListWorkgroupsRequest, ListWorkgroupsResponse } from "../models/models_0";
|
|
5
5
|
import { RedshiftServerlessClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../RedshiftServerlessClient";
|
|
6
|
+
/**
|
|
7
|
+
* @public
|
|
8
|
+
*/
|
|
9
|
+
export { __MetadataBearer, $Command };
|
|
6
10
|
/**
|
|
7
11
|
* @public
|
|
8
12
|
*
|
|
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
|
3
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
4
4
|
import { PutResourcePolicyRequest, PutResourcePolicyResponse } from "../models/models_0";
|
|
5
5
|
import { RedshiftServerlessClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../RedshiftServerlessClient";
|
|
6
|
+
/**
|
|
7
|
+
* @public
|
|
8
|
+
*/
|
|
9
|
+
export { __MetadataBearer, $Command };
|
|
6
10
|
/**
|
|
7
11
|
* @public
|
|
8
12
|
*
|
|
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
|
3
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
4
4
|
import { RestoreFromRecoveryPointRequest, RestoreFromRecoveryPointResponse } from "../models/models_0";
|
|
5
5
|
import { RedshiftServerlessClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../RedshiftServerlessClient";
|
|
6
|
+
/**
|
|
7
|
+
* @public
|
|
8
|
+
*/
|
|
9
|
+
export { __MetadataBearer, $Command };
|
|
6
10
|
/**
|
|
7
11
|
* @public
|
|
8
12
|
*
|
|
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
|
3
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
4
4
|
import { RestoreFromSnapshotRequest, RestoreFromSnapshotResponse } from "../models/models_0";
|
|
5
5
|
import { RedshiftServerlessClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../RedshiftServerlessClient";
|
|
6
|
+
/**
|
|
7
|
+
* @public
|
|
8
|
+
*/
|
|
9
|
+
export { __MetadataBearer, $Command };
|
|
6
10
|
/**
|
|
7
11
|
* @public
|
|
8
12
|
*
|
|
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
|
3
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
4
4
|
import { RestoreTableFromSnapshotRequest, RestoreTableFromSnapshotResponse } from "../models/models_0";
|
|
5
5
|
import { RedshiftServerlessClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../RedshiftServerlessClient";
|
|
6
|
+
/**
|
|
7
|
+
* @public
|
|
8
|
+
*/
|
|
9
|
+
export { __MetadataBearer, $Command };
|
|
6
10
|
/**
|
|
7
11
|
* @public
|
|
8
12
|
*
|
|
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
|
3
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
4
4
|
import { TagResourceRequest, TagResourceResponse } from "../models/models_0";
|
|
5
5
|
import { RedshiftServerlessClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../RedshiftServerlessClient";
|
|
6
|
+
/**
|
|
7
|
+
* @public
|
|
8
|
+
*/
|
|
9
|
+
export { __MetadataBearer, $Command };
|
|
6
10
|
/**
|
|
7
11
|
* @public
|
|
8
12
|
*
|
|
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
|
3
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
4
4
|
import { UntagResourceRequest, UntagResourceResponse } from "../models/models_0";
|
|
5
5
|
import { RedshiftServerlessClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../RedshiftServerlessClient";
|
|
6
|
+
/**
|
|
7
|
+
* @public
|
|
8
|
+
*/
|
|
9
|
+
export { __MetadataBearer, $Command };
|
|
6
10
|
/**
|
|
7
11
|
* @public
|
|
8
12
|
*
|
|
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
|
3
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
4
4
|
import { UpdateEndpointAccessRequest, UpdateEndpointAccessResponse } from "../models/models_0";
|
|
5
5
|
import { RedshiftServerlessClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../RedshiftServerlessClient";
|
|
6
|
+
/**
|
|
7
|
+
* @public
|
|
8
|
+
*/
|
|
9
|
+
export { __MetadataBearer, $Command };
|
|
6
10
|
/**
|
|
7
11
|
* @public
|
|
8
12
|
*
|
|
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
|
3
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
4
4
|
import { UpdateNamespaceRequest, UpdateNamespaceResponse } from "../models/models_0";
|
|
5
5
|
import { RedshiftServerlessClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../RedshiftServerlessClient";
|
|
6
|
+
/**
|
|
7
|
+
* @public
|
|
8
|
+
*/
|
|
9
|
+
export { __MetadataBearer, $Command };
|
|
6
10
|
/**
|
|
7
11
|
* @public
|
|
8
12
|
*
|
|
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
|
3
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
4
4
|
import { UpdateSnapshotRequest, UpdateSnapshotResponse } from "../models/models_0";
|
|
5
5
|
import { RedshiftServerlessClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../RedshiftServerlessClient";
|
|
6
|
+
/**
|
|
7
|
+
* @public
|
|
8
|
+
*/
|
|
9
|
+
export { __MetadataBearer, $Command };
|
|
6
10
|
/**
|
|
7
11
|
* @public
|
|
8
12
|
*
|
|
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
|
3
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
4
4
|
import { UpdateUsageLimitRequest, UpdateUsageLimitResponse } from "../models/models_0";
|
|
5
5
|
import { RedshiftServerlessClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../RedshiftServerlessClient";
|
|
6
|
+
/**
|
|
7
|
+
* @public
|
|
8
|
+
*/
|
|
9
|
+
export { __MetadataBearer, $Command };
|
|
6
10
|
/**
|
|
7
11
|
* @public
|
|
8
12
|
*
|
|
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
|
3
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
4
4
|
import { UpdateWorkgroupRequest, UpdateWorkgroupResponse } from "../models/models_0";
|
|
5
5
|
import { RedshiftServerlessClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../RedshiftServerlessClient";
|
|
6
|
+
/**
|
|
7
|
+
* @public
|
|
8
|
+
*/
|
|
9
|
+
export { __MetadataBearer, $Command };
|
|
6
10
|
/**
|
|
7
11
|
* @public
|
|
8
12
|
*
|
package/dist-types/index.d.ts
CHANGED
|
@@ -1,6 +1,22 @@
|
|
|
1
|
-
|
|
1
|
+
/**
|
|
2
|
+
* <p>This is an interface reference for Amazon Redshift Serverless.
|
|
3
|
+
* It contains documentation for one of the programming or command line interfaces you can use to manage Amazon Redshift Serverless.
|
|
4
|
+
* </p>
|
|
5
|
+
* <p>Amazon Redshift Serverless automatically provisions data warehouse capacity and intelligently scales the
|
|
6
|
+
* underlying resources based on workload demands. Amazon Redshift Serverless adjusts capacity in seconds to deliver consistently high
|
|
7
|
+
* performance and simplified operations for even the most demanding and volatile workloads. Amazon Redshift Serverless lets you
|
|
8
|
+
* focus on using your data to acquire new insights for your business and customers.
|
|
9
|
+
* </p>
|
|
10
|
+
* <p>
|
|
11
|
+
* To learn more about Amazon Redshift Serverless,
|
|
12
|
+
* see <a href="https://docs.aws.amazon.com/redshift/latest/mgmt/serverless-whatis.html">What is Amazon Redshift Serverless</a>.
|
|
13
|
+
* </p>
|
|
14
|
+
*
|
|
15
|
+
* @packageDocumentation
|
|
16
|
+
*/
|
|
2
17
|
export * from "./RedshiftServerlessClient";
|
|
18
|
+
export * from "./RedshiftServerless";
|
|
3
19
|
export * from "./commands";
|
|
4
|
-
export * from "./models";
|
|
5
20
|
export * from "./pagination";
|
|
21
|
+
export * from "./models";
|
|
6
22
|
export { RedshiftServerlessServiceException } from "./models/RedshiftServerlessServiceException";
|
|
@@ -211,6 +211,7 @@ import {
|
|
|
211
211
|
ClientResolvedEndpointParameters,
|
|
212
212
|
EndpointParameters,
|
|
213
213
|
} from "./endpoint/EndpointParameters";
|
|
214
|
+
export { __Client };
|
|
214
215
|
export type ServiceInputTypes =
|
|
215
216
|
| ConvertRecoveryPointToSnapshotCommandInput
|
|
216
217
|
| CreateEndpointAccessCommandInput
|
|
@@ -317,7 +318,7 @@ export interface ClientDefaults
|
|
|
317
318
|
logger?: __Logger;
|
|
318
319
|
defaultsMode?: __DefaultsMode | __Provider<__DefaultsMode>;
|
|
319
320
|
}
|
|
320
|
-
type RedshiftServerlessClientConfigType = Partial<
|
|
321
|
+
export type RedshiftServerlessClientConfigType = Partial<
|
|
321
322
|
__SmithyConfiguration<__HttpHandlerOptions>
|
|
322
323
|
> &
|
|
323
324
|
ClientDefaults &
|
|
@@ -330,7 +331,7 @@ type RedshiftServerlessClientConfigType = Partial<
|
|
|
330
331
|
ClientInputEndpointParameters;
|
|
331
332
|
export interface RedshiftServerlessClientConfig
|
|
332
333
|
extends RedshiftServerlessClientConfigType {}
|
|
333
|
-
type RedshiftServerlessClientResolvedConfigType =
|
|
334
|
+
export type RedshiftServerlessClientResolvedConfigType =
|
|
334
335
|
__SmithyResolvedConfiguration<__HttpHandlerOptions> &
|
|
335
336
|
Required<ClientDefaults> &
|
|
336
337
|
RegionResolvedConfig &
|
|
@@ -352,4 +353,3 @@ export declare class RedshiftServerlessClient extends __Client<
|
|
|
352
353
|
constructor(configuration: RedshiftServerlessClientConfig);
|
|
353
354
|
destroy(): void;
|
|
354
355
|
}
|
|
355
|
-
export {};
|
|
@@ -15,6 +15,7 @@ import {
|
|
|
15
15
|
ServiceInputTypes,
|
|
16
16
|
ServiceOutputTypes,
|
|
17
17
|
} from "../RedshiftServerlessClient";
|
|
18
|
+
export { __MetadataBearer, $Command };
|
|
18
19
|
export interface ConvertRecoveryPointToSnapshotCommandInput
|
|
19
20
|
extends ConvertRecoveryPointToSnapshotRequest {}
|
|
20
21
|
export interface ConvertRecoveryPointToSnapshotCommandOutput
|
|
@@ -15,6 +15,7 @@ import {
|
|
|
15
15
|
ServiceInputTypes,
|
|
16
16
|
ServiceOutputTypes,
|
|
17
17
|
} from "../RedshiftServerlessClient";
|
|
18
|
+
export { __MetadataBearer, $Command };
|
|
18
19
|
export interface CreateEndpointAccessCommandInput
|
|
19
20
|
extends CreateEndpointAccessRequest {}
|
|
20
21
|
export interface CreateEndpointAccessCommandOutput
|
|
@@ -15,6 +15,7 @@ import {
|
|
|
15
15
|
ServiceInputTypes,
|
|
16
16
|
ServiceOutputTypes,
|
|
17
17
|
} from "../RedshiftServerlessClient";
|
|
18
|
+
export { __MetadataBearer, $Command };
|
|
18
19
|
export interface CreateNamespaceCommandInput extends CreateNamespaceRequest {}
|
|
19
20
|
export interface CreateNamespaceCommandOutput
|
|
20
21
|
extends CreateNamespaceResponse,
|
|
@@ -15,6 +15,7 @@ import {
|
|
|
15
15
|
ServiceInputTypes,
|
|
16
16
|
ServiceOutputTypes,
|
|
17
17
|
} from "../RedshiftServerlessClient";
|
|
18
|
+
export { __MetadataBearer, $Command };
|
|
18
19
|
export interface CreateSnapshotCommandInput extends CreateSnapshotRequest {}
|
|
19
20
|
export interface CreateSnapshotCommandOutput
|
|
20
21
|
extends CreateSnapshotResponse,
|
|
@@ -15,6 +15,7 @@ import {
|
|
|
15
15
|
ServiceInputTypes,
|
|
16
16
|
ServiceOutputTypes,
|
|
17
17
|
} from "../RedshiftServerlessClient";
|
|
18
|
+
export { __MetadataBearer, $Command };
|
|
18
19
|
export interface CreateUsageLimitCommandInput extends CreateUsageLimitRequest {}
|
|
19
20
|
export interface CreateUsageLimitCommandOutput
|
|
20
21
|
extends CreateUsageLimitResponse,
|
|
@@ -15,6 +15,7 @@ import {
|
|
|
15
15
|
ServiceInputTypes,
|
|
16
16
|
ServiceOutputTypes,
|
|
17
17
|
} from "../RedshiftServerlessClient";
|
|
18
|
+
export { __MetadataBearer, $Command };
|
|
18
19
|
export interface CreateWorkgroupCommandInput extends CreateWorkgroupRequest {}
|
|
19
20
|
export interface CreateWorkgroupCommandOutput
|
|
20
21
|
extends CreateWorkgroupResponse,
|
|
@@ -15,6 +15,7 @@ import {
|
|
|
15
15
|
ServiceInputTypes,
|
|
16
16
|
ServiceOutputTypes,
|
|
17
17
|
} from "../RedshiftServerlessClient";
|
|
18
|
+
export { __MetadataBearer, $Command };
|
|
18
19
|
export interface DeleteEndpointAccessCommandInput
|
|
19
20
|
extends DeleteEndpointAccessRequest {}
|
|
20
21
|
export interface DeleteEndpointAccessCommandOutput
|
|
@@ -15,6 +15,7 @@ import {
|
|
|
15
15
|
ServiceInputTypes,
|
|
16
16
|
ServiceOutputTypes,
|
|
17
17
|
} from "../RedshiftServerlessClient";
|
|
18
|
+
export { __MetadataBearer, $Command };
|
|
18
19
|
export interface DeleteNamespaceCommandInput extends DeleteNamespaceRequest {}
|
|
19
20
|
export interface DeleteNamespaceCommandOutput
|
|
20
21
|
extends DeleteNamespaceResponse,
|
|
@@ -15,6 +15,7 @@ import {
|
|
|
15
15
|
ServiceInputTypes,
|
|
16
16
|
ServiceOutputTypes,
|
|
17
17
|
} from "../RedshiftServerlessClient";
|
|
18
|
+
export { __MetadataBearer, $Command };
|
|
18
19
|
export interface DeleteResourcePolicyCommandInput
|
|
19
20
|
extends DeleteResourcePolicyRequest {}
|
|
20
21
|
export interface DeleteResourcePolicyCommandOutput
|
|
@@ -15,6 +15,7 @@ import {
|
|
|
15
15
|
ServiceInputTypes,
|
|
16
16
|
ServiceOutputTypes,
|
|
17
17
|
} from "../RedshiftServerlessClient";
|
|
18
|
+
export { __MetadataBearer, $Command };
|
|
18
19
|
export interface DeleteSnapshotCommandInput extends DeleteSnapshotRequest {}
|
|
19
20
|
export interface DeleteSnapshotCommandOutput
|
|
20
21
|
extends DeleteSnapshotResponse,
|
|
@@ -15,6 +15,7 @@ import {
|
|
|
15
15
|
ServiceInputTypes,
|
|
16
16
|
ServiceOutputTypes,
|
|
17
17
|
} from "../RedshiftServerlessClient";
|
|
18
|
+
export { __MetadataBearer, $Command };
|
|
18
19
|
export interface DeleteUsageLimitCommandInput extends DeleteUsageLimitRequest {}
|
|
19
20
|
export interface DeleteUsageLimitCommandOutput
|
|
20
21
|
extends DeleteUsageLimitResponse,
|
|
@@ -15,6 +15,7 @@ import {
|
|
|
15
15
|
ServiceInputTypes,
|
|
16
16
|
ServiceOutputTypes,
|
|
17
17
|
} from "../RedshiftServerlessClient";
|
|
18
|
+
export { __MetadataBearer, $Command };
|
|
18
19
|
export interface DeleteWorkgroupCommandInput extends DeleteWorkgroupRequest {}
|
|
19
20
|
export interface DeleteWorkgroupCommandOutput
|
|
20
21
|
extends DeleteWorkgroupResponse,
|
|
@@ -15,6 +15,7 @@ import {
|
|
|
15
15
|
ServiceInputTypes,
|
|
16
16
|
ServiceOutputTypes,
|
|
17
17
|
} from "../RedshiftServerlessClient";
|
|
18
|
+
export { __MetadataBearer, $Command };
|
|
18
19
|
export interface GetCredentialsCommandInput extends GetCredentialsRequest {}
|
|
19
20
|
export interface GetCredentialsCommandOutput
|
|
20
21
|
extends GetCredentialsResponse,
|
|
@@ -15,6 +15,7 @@ import {
|
|
|
15
15
|
ServiceInputTypes,
|
|
16
16
|
ServiceOutputTypes,
|
|
17
17
|
} from "../RedshiftServerlessClient";
|
|
18
|
+
export { __MetadataBearer, $Command };
|
|
18
19
|
export interface GetEndpointAccessCommandInput
|
|
19
20
|
extends GetEndpointAccessRequest {}
|
|
20
21
|
export interface GetEndpointAccessCommandOutput
|
|
@@ -12,6 +12,7 @@ import {
|
|
|
12
12
|
ServiceInputTypes,
|
|
13
13
|
ServiceOutputTypes,
|
|
14
14
|
} from "../RedshiftServerlessClient";
|
|
15
|
+
export { __MetadataBearer, $Command };
|
|
15
16
|
export interface GetNamespaceCommandInput extends GetNamespaceRequest {}
|
|
16
17
|
export interface GetNamespaceCommandOutput
|
|
17
18
|
extends GetNamespaceResponse,
|
|
@@ -15,6 +15,7 @@ import {
|
|
|
15
15
|
ServiceInputTypes,
|
|
16
16
|
ServiceOutputTypes,
|
|
17
17
|
} from "../RedshiftServerlessClient";
|
|
18
|
+
export { __MetadataBearer, $Command };
|
|
18
19
|
export interface GetRecoveryPointCommandInput extends GetRecoveryPointRequest {}
|
|
19
20
|
export interface GetRecoveryPointCommandOutput
|
|
20
21
|
extends GetRecoveryPointResponse,
|
|
@@ -15,6 +15,7 @@ import {
|
|
|
15
15
|
ServiceInputTypes,
|
|
16
16
|
ServiceOutputTypes,
|
|
17
17
|
} from "../RedshiftServerlessClient";
|
|
18
|
+
export { __MetadataBearer, $Command };
|
|
18
19
|
export interface GetResourcePolicyCommandInput
|
|
19
20
|
extends GetResourcePolicyRequest {}
|
|
20
21
|
export interface GetResourcePolicyCommandOutput
|
|
@@ -12,6 +12,7 @@ import {
|
|
|
12
12
|
ServiceInputTypes,
|
|
13
13
|
ServiceOutputTypes,
|
|
14
14
|
} from "../RedshiftServerlessClient";
|
|
15
|
+
export { __MetadataBearer, $Command };
|
|
15
16
|
export interface GetSnapshotCommandInput extends GetSnapshotRequest {}
|
|
16
17
|
export interface GetSnapshotCommandOutput
|
|
17
18
|
extends GetSnapshotResponse,
|
|
@@ -15,6 +15,7 @@ import {
|
|
|
15
15
|
ServiceInputTypes,
|
|
16
16
|
ServiceOutputTypes,
|
|
17
17
|
} from "../RedshiftServerlessClient";
|
|
18
|
+
export { __MetadataBearer, $Command };
|
|
18
19
|
export interface GetTableRestoreStatusCommandInput
|
|
19
20
|
extends GetTableRestoreStatusRequest {}
|
|
20
21
|
export interface GetTableRestoreStatusCommandOutput
|
|
@@ -15,6 +15,7 @@ import {
|
|
|
15
15
|
ServiceInputTypes,
|
|
16
16
|
ServiceOutputTypes,
|
|
17
17
|
} from "../RedshiftServerlessClient";
|
|
18
|
+
export { __MetadataBearer, $Command };
|
|
18
19
|
export interface GetUsageLimitCommandInput extends GetUsageLimitRequest {}
|
|
19
20
|
export interface GetUsageLimitCommandOutput
|
|
20
21
|
extends GetUsageLimitResponse,
|
|
@@ -12,6 +12,7 @@ import {
|
|
|
12
12
|
ServiceInputTypes,
|
|
13
13
|
ServiceOutputTypes,
|
|
14
14
|
} from "../RedshiftServerlessClient";
|
|
15
|
+
export { __MetadataBearer, $Command };
|
|
15
16
|
export interface GetWorkgroupCommandInput extends GetWorkgroupRequest {}
|
|
16
17
|
export interface GetWorkgroupCommandOutput
|
|
17
18
|
extends GetWorkgroupResponse,
|
|
@@ -15,6 +15,7 @@ import {
|
|
|
15
15
|
ServiceInputTypes,
|
|
16
16
|
ServiceOutputTypes,
|
|
17
17
|
} from "../RedshiftServerlessClient";
|
|
18
|
+
export { __MetadataBearer, $Command };
|
|
18
19
|
export interface ListEndpointAccessCommandInput
|
|
19
20
|
extends ListEndpointAccessRequest {}
|
|
20
21
|
export interface ListEndpointAccessCommandOutput
|
|
@@ -15,6 +15,7 @@ import {
|
|
|
15
15
|
ServiceInputTypes,
|
|
16
16
|
ServiceOutputTypes,
|
|
17
17
|
} from "../RedshiftServerlessClient";
|
|
18
|
+
export { __MetadataBearer, $Command };
|
|
18
19
|
export interface ListNamespacesCommandInput extends ListNamespacesRequest {}
|
|
19
20
|
export interface ListNamespacesCommandOutput
|
|
20
21
|
extends ListNamespacesResponse,
|
|
@@ -15,6 +15,7 @@ import {
|
|
|
15
15
|
ServiceInputTypes,
|
|
16
16
|
ServiceOutputTypes,
|
|
17
17
|
} from "../RedshiftServerlessClient";
|
|
18
|
+
export { __MetadataBearer, $Command };
|
|
18
19
|
export interface ListRecoveryPointsCommandInput
|
|
19
20
|
extends ListRecoveryPointsRequest {}
|
|
20
21
|
export interface ListRecoveryPointsCommandOutput
|
|
@@ -15,6 +15,7 @@ import {
|
|
|
15
15
|
ServiceInputTypes,
|
|
16
16
|
ServiceOutputTypes,
|
|
17
17
|
} from "../RedshiftServerlessClient";
|
|
18
|
+
export { __MetadataBearer, $Command };
|
|
18
19
|
export interface ListSnapshotsCommandInput extends ListSnapshotsRequest {}
|
|
19
20
|
export interface ListSnapshotsCommandOutput
|
|
20
21
|
extends ListSnapshotsResponse,
|
|
@@ -15,6 +15,7 @@ import {
|
|
|
15
15
|
ServiceInputTypes,
|
|
16
16
|
ServiceOutputTypes,
|
|
17
17
|
} from "../RedshiftServerlessClient";
|
|
18
|
+
export { __MetadataBearer, $Command };
|
|
18
19
|
export interface ListTableRestoreStatusCommandInput
|
|
19
20
|
extends ListTableRestoreStatusRequest {}
|
|
20
21
|
export interface ListTableRestoreStatusCommandOutput
|
|
@@ -15,6 +15,7 @@ import {
|
|
|
15
15
|
ServiceInputTypes,
|
|
16
16
|
ServiceOutputTypes,
|
|
17
17
|
} from "../RedshiftServerlessClient";
|
|
18
|
+
export { __MetadataBearer, $Command };
|
|
18
19
|
export interface ListTagsForResourceCommandInput
|
|
19
20
|
extends ListTagsForResourceRequest {}
|
|
20
21
|
export interface ListTagsForResourceCommandOutput
|
|
@@ -15,6 +15,7 @@ import {
|
|
|
15
15
|
ServiceInputTypes,
|
|
16
16
|
ServiceOutputTypes,
|
|
17
17
|
} from "../RedshiftServerlessClient";
|
|
18
|
+
export { __MetadataBearer, $Command };
|
|
18
19
|
export interface ListUsageLimitsCommandInput extends ListUsageLimitsRequest {}
|
|
19
20
|
export interface ListUsageLimitsCommandOutput
|
|
20
21
|
extends ListUsageLimitsResponse,
|
|
@@ -15,6 +15,7 @@ import {
|
|
|
15
15
|
ServiceInputTypes,
|
|
16
16
|
ServiceOutputTypes,
|
|
17
17
|
} from "../RedshiftServerlessClient";
|
|
18
|
+
export { __MetadataBearer, $Command };
|
|
18
19
|
export interface ListWorkgroupsCommandInput extends ListWorkgroupsRequest {}
|
|
19
20
|
export interface ListWorkgroupsCommandOutput
|
|
20
21
|
extends ListWorkgroupsResponse,
|
|
@@ -15,6 +15,7 @@ import {
|
|
|
15
15
|
ServiceInputTypes,
|
|
16
16
|
ServiceOutputTypes,
|
|
17
17
|
} from "../RedshiftServerlessClient";
|
|
18
|
+
export { __MetadataBearer, $Command };
|
|
18
19
|
export interface PutResourcePolicyCommandInput
|
|
19
20
|
extends PutResourcePolicyRequest {}
|
|
20
21
|
export interface PutResourcePolicyCommandOutput
|
|
@@ -15,6 +15,7 @@ import {
|
|
|
15
15
|
ServiceInputTypes,
|
|
16
16
|
ServiceOutputTypes,
|
|
17
17
|
} from "../RedshiftServerlessClient";
|
|
18
|
+
export { __MetadataBearer, $Command };
|
|
18
19
|
export interface RestoreFromRecoveryPointCommandInput
|
|
19
20
|
extends RestoreFromRecoveryPointRequest {}
|
|
20
21
|
export interface RestoreFromRecoveryPointCommandOutput
|
|
@@ -15,6 +15,7 @@ import {
|
|
|
15
15
|
ServiceInputTypes,
|
|
16
16
|
ServiceOutputTypes,
|
|
17
17
|
} from "../RedshiftServerlessClient";
|
|
18
|
+
export { __MetadataBearer, $Command };
|
|
18
19
|
export interface RestoreFromSnapshotCommandInput
|
|
19
20
|
extends RestoreFromSnapshotRequest {}
|
|
20
21
|
export interface RestoreFromSnapshotCommandOutput
|