@aws-sdk/client-redshift-serverless 3.170.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 +8 -0
- package/dist-types/ts3.4/RedshiftServerless.d.ts +0 -37
- package/dist-types/ts3.4/RedshiftServerlessClient.d.ts +0 -25
- package/dist-types/ts3.4/commands/ConvertRecoveryPointToSnapshotCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/CreateEndpointAccessCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/CreateNamespaceCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/CreateSnapshotCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/CreateUsageLimitCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/CreateWorkgroupCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/DeleteEndpointAccessCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/DeleteNamespaceCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/DeleteResourcePolicyCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/DeleteSnapshotCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/DeleteUsageLimitCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/DeleteWorkgroupCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/GetCredentialsCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/GetEndpointAccessCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/GetNamespaceCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/GetRecoveryPointCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/GetResourcePolicyCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/GetSnapshotCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/GetUsageLimitCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/GetWorkgroupCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/ListEndpointAccessCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/ListNamespacesCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/ListRecoveryPointsCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/ListSnapshotsCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/ListUsageLimitsCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/ListWorkgroupsCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/PutResourcePolicyCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/RestoreFromRecoveryPointCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/RestoreFromSnapshotCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/UpdateEndpointAccessCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/UpdateNamespaceCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/UpdateSnapshotCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/UpdateUsageLimitCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/UpdateWorkgroupCommand.d.ts +0 -2
- package/dist-types/ts3.4/models/RedshiftServerlessServiceException.d.ts +0 -1
- package/dist-types/ts3.4/models/models_0.d.ts +0 -281
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +0 -1
- package/dist-types/ts3.4/runtimeConfig.d.ts +0 -1
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +0 -1
- package/dist-types/ts3.4/runtimeConfig.shared.d.ts +0 -1
- package/package.json +26 -26
|
@@ -18,7 +18,6 @@ export interface GetUsageLimitCommandInput extends GetUsageLimitRequest {}
|
|
|
18
18
|
export interface GetUsageLimitCommandOutput
|
|
19
19
|
extends GetUsageLimitResponse,
|
|
20
20
|
__MetadataBearer {}
|
|
21
|
-
|
|
22
21
|
export declare class GetUsageLimitCommand extends $Command<
|
|
23
22
|
GetUsageLimitCommandInput,
|
|
24
23
|
GetUsageLimitCommandOutput,
|
|
@@ -26,7 +25,6 @@ export declare class GetUsageLimitCommand extends $Command<
|
|
|
26
25
|
> {
|
|
27
26
|
readonly input: GetUsageLimitCommandInput;
|
|
28
27
|
constructor(input: GetUsageLimitCommandInput);
|
|
29
|
-
|
|
30
28
|
resolveMiddleware(
|
|
31
29
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
32
30
|
configuration: RedshiftServerlessClientResolvedConfig,
|
|
@@ -15,7 +15,6 @@ export interface GetWorkgroupCommandInput extends GetWorkgroupRequest {}
|
|
|
15
15
|
export interface GetWorkgroupCommandOutput
|
|
16
16
|
extends GetWorkgroupResponse,
|
|
17
17
|
__MetadataBearer {}
|
|
18
|
-
|
|
19
18
|
export declare class GetWorkgroupCommand extends $Command<
|
|
20
19
|
GetWorkgroupCommandInput,
|
|
21
20
|
GetWorkgroupCommandOutput,
|
|
@@ -23,7 +22,6 @@ export declare class GetWorkgroupCommand extends $Command<
|
|
|
23
22
|
> {
|
|
24
23
|
readonly input: GetWorkgroupCommandInput;
|
|
25
24
|
constructor(input: GetWorkgroupCommandInput);
|
|
26
|
-
|
|
27
25
|
resolveMiddleware(
|
|
28
26
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
29
27
|
configuration: RedshiftServerlessClientResolvedConfig,
|
|
@@ -19,7 +19,6 @@ export interface ListEndpointAccessCommandInput
|
|
|
19
19
|
export interface ListEndpointAccessCommandOutput
|
|
20
20
|
extends ListEndpointAccessResponse,
|
|
21
21
|
__MetadataBearer {}
|
|
22
|
-
|
|
23
22
|
export declare class ListEndpointAccessCommand extends $Command<
|
|
24
23
|
ListEndpointAccessCommandInput,
|
|
25
24
|
ListEndpointAccessCommandOutput,
|
|
@@ -27,7 +26,6 @@ export declare class ListEndpointAccessCommand extends $Command<
|
|
|
27
26
|
> {
|
|
28
27
|
readonly input: ListEndpointAccessCommandInput;
|
|
29
28
|
constructor(input: ListEndpointAccessCommandInput);
|
|
30
|
-
|
|
31
29
|
resolveMiddleware(
|
|
32
30
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
31
|
configuration: RedshiftServerlessClientResolvedConfig,
|
|
@@ -18,7 +18,6 @@ export interface ListNamespacesCommandInput extends ListNamespacesRequest {}
|
|
|
18
18
|
export interface ListNamespacesCommandOutput
|
|
19
19
|
extends ListNamespacesResponse,
|
|
20
20
|
__MetadataBearer {}
|
|
21
|
-
|
|
22
21
|
export declare class ListNamespacesCommand extends $Command<
|
|
23
22
|
ListNamespacesCommandInput,
|
|
24
23
|
ListNamespacesCommandOutput,
|
|
@@ -26,7 +25,6 @@ export declare class ListNamespacesCommand extends $Command<
|
|
|
26
25
|
> {
|
|
27
26
|
readonly input: ListNamespacesCommandInput;
|
|
28
27
|
constructor(input: ListNamespacesCommandInput);
|
|
29
|
-
|
|
30
28
|
resolveMiddleware(
|
|
31
29
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
32
30
|
configuration: RedshiftServerlessClientResolvedConfig,
|
|
@@ -19,7 +19,6 @@ export interface ListRecoveryPointsCommandInput
|
|
|
19
19
|
export interface ListRecoveryPointsCommandOutput
|
|
20
20
|
extends ListRecoveryPointsResponse,
|
|
21
21
|
__MetadataBearer {}
|
|
22
|
-
|
|
23
22
|
export declare class ListRecoveryPointsCommand extends $Command<
|
|
24
23
|
ListRecoveryPointsCommandInput,
|
|
25
24
|
ListRecoveryPointsCommandOutput,
|
|
@@ -27,7 +26,6 @@ export declare class ListRecoveryPointsCommand extends $Command<
|
|
|
27
26
|
> {
|
|
28
27
|
readonly input: ListRecoveryPointsCommandInput;
|
|
29
28
|
constructor(input: ListRecoveryPointsCommandInput);
|
|
30
|
-
|
|
31
29
|
resolveMiddleware(
|
|
32
30
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
31
|
configuration: RedshiftServerlessClientResolvedConfig,
|
|
@@ -18,7 +18,6 @@ export interface ListSnapshotsCommandInput extends ListSnapshotsRequest {}
|
|
|
18
18
|
export interface ListSnapshotsCommandOutput
|
|
19
19
|
extends ListSnapshotsResponse,
|
|
20
20
|
__MetadataBearer {}
|
|
21
|
-
|
|
22
21
|
export declare class ListSnapshotsCommand extends $Command<
|
|
23
22
|
ListSnapshotsCommandInput,
|
|
24
23
|
ListSnapshotsCommandOutput,
|
|
@@ -26,7 +25,6 @@ export declare class ListSnapshotsCommand extends $Command<
|
|
|
26
25
|
> {
|
|
27
26
|
readonly input: ListSnapshotsCommandInput;
|
|
28
27
|
constructor(input: ListSnapshotsCommandInput);
|
|
29
|
-
|
|
30
28
|
resolveMiddleware(
|
|
31
29
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
32
30
|
configuration: RedshiftServerlessClientResolvedConfig,
|
|
@@ -19,7 +19,6 @@ export interface ListTagsForResourceCommandInput
|
|
|
19
19
|
export interface ListTagsForResourceCommandOutput
|
|
20
20
|
extends ListTagsForResourceResponse,
|
|
21
21
|
__MetadataBearer {}
|
|
22
|
-
|
|
23
22
|
export declare class ListTagsForResourceCommand extends $Command<
|
|
24
23
|
ListTagsForResourceCommandInput,
|
|
25
24
|
ListTagsForResourceCommandOutput,
|
|
@@ -27,7 +26,6 @@ export declare class ListTagsForResourceCommand extends $Command<
|
|
|
27
26
|
> {
|
|
28
27
|
readonly input: ListTagsForResourceCommandInput;
|
|
29
28
|
constructor(input: ListTagsForResourceCommandInput);
|
|
30
|
-
|
|
31
29
|
resolveMiddleware(
|
|
32
30
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
31
|
configuration: RedshiftServerlessClientResolvedConfig,
|
|
@@ -18,7 +18,6 @@ export interface ListUsageLimitsCommandInput extends ListUsageLimitsRequest {}
|
|
|
18
18
|
export interface ListUsageLimitsCommandOutput
|
|
19
19
|
extends ListUsageLimitsResponse,
|
|
20
20
|
__MetadataBearer {}
|
|
21
|
-
|
|
22
21
|
export declare class ListUsageLimitsCommand extends $Command<
|
|
23
22
|
ListUsageLimitsCommandInput,
|
|
24
23
|
ListUsageLimitsCommandOutput,
|
|
@@ -26,7 +25,6 @@ export declare class ListUsageLimitsCommand extends $Command<
|
|
|
26
25
|
> {
|
|
27
26
|
readonly input: ListUsageLimitsCommandInput;
|
|
28
27
|
constructor(input: ListUsageLimitsCommandInput);
|
|
29
|
-
|
|
30
28
|
resolveMiddleware(
|
|
31
29
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
32
30
|
configuration: RedshiftServerlessClientResolvedConfig,
|
|
@@ -18,7 +18,6 @@ export interface ListWorkgroupsCommandInput extends ListWorkgroupsRequest {}
|
|
|
18
18
|
export interface ListWorkgroupsCommandOutput
|
|
19
19
|
extends ListWorkgroupsResponse,
|
|
20
20
|
__MetadataBearer {}
|
|
21
|
-
|
|
22
21
|
export declare class ListWorkgroupsCommand extends $Command<
|
|
23
22
|
ListWorkgroupsCommandInput,
|
|
24
23
|
ListWorkgroupsCommandOutput,
|
|
@@ -26,7 +25,6 @@ export declare class ListWorkgroupsCommand extends $Command<
|
|
|
26
25
|
> {
|
|
27
26
|
readonly input: ListWorkgroupsCommandInput;
|
|
28
27
|
constructor(input: ListWorkgroupsCommandInput);
|
|
29
|
-
|
|
30
28
|
resolveMiddleware(
|
|
31
29
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
32
30
|
configuration: RedshiftServerlessClientResolvedConfig,
|
|
@@ -19,7 +19,6 @@ export interface PutResourcePolicyCommandInput
|
|
|
19
19
|
export interface PutResourcePolicyCommandOutput
|
|
20
20
|
extends PutResourcePolicyResponse,
|
|
21
21
|
__MetadataBearer {}
|
|
22
|
-
|
|
23
22
|
export declare class PutResourcePolicyCommand extends $Command<
|
|
24
23
|
PutResourcePolicyCommandInput,
|
|
25
24
|
PutResourcePolicyCommandOutput,
|
|
@@ -27,7 +26,6 @@ export declare class PutResourcePolicyCommand extends $Command<
|
|
|
27
26
|
> {
|
|
28
27
|
readonly input: PutResourcePolicyCommandInput;
|
|
29
28
|
constructor(input: PutResourcePolicyCommandInput);
|
|
30
|
-
|
|
31
29
|
resolveMiddleware(
|
|
32
30
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
31
|
configuration: RedshiftServerlessClientResolvedConfig,
|
|
@@ -19,7 +19,6 @@ export interface RestoreFromRecoveryPointCommandInput
|
|
|
19
19
|
export interface RestoreFromRecoveryPointCommandOutput
|
|
20
20
|
extends RestoreFromRecoveryPointResponse,
|
|
21
21
|
__MetadataBearer {}
|
|
22
|
-
|
|
23
22
|
export declare class RestoreFromRecoveryPointCommand extends $Command<
|
|
24
23
|
RestoreFromRecoveryPointCommandInput,
|
|
25
24
|
RestoreFromRecoveryPointCommandOutput,
|
|
@@ -27,7 +26,6 @@ export declare class RestoreFromRecoveryPointCommand extends $Command<
|
|
|
27
26
|
> {
|
|
28
27
|
readonly input: RestoreFromRecoveryPointCommandInput;
|
|
29
28
|
constructor(input: RestoreFromRecoveryPointCommandInput);
|
|
30
|
-
|
|
31
29
|
resolveMiddleware(
|
|
32
30
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
31
|
configuration: RedshiftServerlessClientResolvedConfig,
|
|
@@ -19,7 +19,6 @@ export interface RestoreFromSnapshotCommandInput
|
|
|
19
19
|
export interface RestoreFromSnapshotCommandOutput
|
|
20
20
|
extends RestoreFromSnapshotResponse,
|
|
21
21
|
__MetadataBearer {}
|
|
22
|
-
|
|
23
22
|
export declare class RestoreFromSnapshotCommand extends $Command<
|
|
24
23
|
RestoreFromSnapshotCommandInput,
|
|
25
24
|
RestoreFromSnapshotCommandOutput,
|
|
@@ -27,7 +26,6 @@ export declare class RestoreFromSnapshotCommand extends $Command<
|
|
|
27
26
|
> {
|
|
28
27
|
readonly input: RestoreFromSnapshotCommandInput;
|
|
29
28
|
constructor(input: RestoreFromSnapshotCommandInput);
|
|
30
|
-
|
|
31
29
|
resolveMiddleware(
|
|
32
30
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
31
|
configuration: RedshiftServerlessClientResolvedConfig,
|
|
@@ -15,7 +15,6 @@ export interface TagResourceCommandInput extends TagResourceRequest {}
|
|
|
15
15
|
export interface TagResourceCommandOutput
|
|
16
16
|
extends TagResourceResponse,
|
|
17
17
|
__MetadataBearer {}
|
|
18
|
-
|
|
19
18
|
export declare class TagResourceCommand extends $Command<
|
|
20
19
|
TagResourceCommandInput,
|
|
21
20
|
TagResourceCommandOutput,
|
|
@@ -23,7 +22,6 @@ export declare class TagResourceCommand extends $Command<
|
|
|
23
22
|
> {
|
|
24
23
|
readonly input: TagResourceCommandInput;
|
|
25
24
|
constructor(input: TagResourceCommandInput);
|
|
26
|
-
|
|
27
25
|
resolveMiddleware(
|
|
28
26
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
29
27
|
configuration: RedshiftServerlessClientResolvedConfig,
|
|
@@ -18,7 +18,6 @@ export interface UntagResourceCommandInput extends UntagResourceRequest {}
|
|
|
18
18
|
export interface UntagResourceCommandOutput
|
|
19
19
|
extends UntagResourceResponse,
|
|
20
20
|
__MetadataBearer {}
|
|
21
|
-
|
|
22
21
|
export declare class UntagResourceCommand extends $Command<
|
|
23
22
|
UntagResourceCommandInput,
|
|
24
23
|
UntagResourceCommandOutput,
|
|
@@ -26,7 +25,6 @@ export declare class UntagResourceCommand extends $Command<
|
|
|
26
25
|
> {
|
|
27
26
|
readonly input: UntagResourceCommandInput;
|
|
28
27
|
constructor(input: UntagResourceCommandInput);
|
|
29
|
-
|
|
30
28
|
resolveMiddleware(
|
|
31
29
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
32
30
|
configuration: RedshiftServerlessClientResolvedConfig,
|
|
@@ -19,7 +19,6 @@ export interface UpdateEndpointAccessCommandInput
|
|
|
19
19
|
export interface UpdateEndpointAccessCommandOutput
|
|
20
20
|
extends UpdateEndpointAccessResponse,
|
|
21
21
|
__MetadataBearer {}
|
|
22
|
-
|
|
23
22
|
export declare class UpdateEndpointAccessCommand extends $Command<
|
|
24
23
|
UpdateEndpointAccessCommandInput,
|
|
25
24
|
UpdateEndpointAccessCommandOutput,
|
|
@@ -27,7 +26,6 @@ export declare class UpdateEndpointAccessCommand extends $Command<
|
|
|
27
26
|
> {
|
|
28
27
|
readonly input: UpdateEndpointAccessCommandInput;
|
|
29
28
|
constructor(input: UpdateEndpointAccessCommandInput);
|
|
30
|
-
|
|
31
29
|
resolveMiddleware(
|
|
32
30
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
31
|
configuration: RedshiftServerlessClientResolvedConfig,
|
|
@@ -18,7 +18,6 @@ export interface UpdateNamespaceCommandInput extends UpdateNamespaceRequest {}
|
|
|
18
18
|
export interface UpdateNamespaceCommandOutput
|
|
19
19
|
extends UpdateNamespaceResponse,
|
|
20
20
|
__MetadataBearer {}
|
|
21
|
-
|
|
22
21
|
export declare class UpdateNamespaceCommand extends $Command<
|
|
23
22
|
UpdateNamespaceCommandInput,
|
|
24
23
|
UpdateNamespaceCommandOutput,
|
|
@@ -26,7 +25,6 @@ export declare class UpdateNamespaceCommand extends $Command<
|
|
|
26
25
|
> {
|
|
27
26
|
readonly input: UpdateNamespaceCommandInput;
|
|
28
27
|
constructor(input: UpdateNamespaceCommandInput);
|
|
29
|
-
|
|
30
28
|
resolveMiddleware(
|
|
31
29
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
32
30
|
configuration: RedshiftServerlessClientResolvedConfig,
|
|
@@ -18,7 +18,6 @@ export interface UpdateSnapshotCommandInput extends UpdateSnapshotRequest {}
|
|
|
18
18
|
export interface UpdateSnapshotCommandOutput
|
|
19
19
|
extends UpdateSnapshotResponse,
|
|
20
20
|
__MetadataBearer {}
|
|
21
|
-
|
|
22
21
|
export declare class UpdateSnapshotCommand extends $Command<
|
|
23
22
|
UpdateSnapshotCommandInput,
|
|
24
23
|
UpdateSnapshotCommandOutput,
|
|
@@ -26,7 +25,6 @@ export declare class UpdateSnapshotCommand extends $Command<
|
|
|
26
25
|
> {
|
|
27
26
|
readonly input: UpdateSnapshotCommandInput;
|
|
28
27
|
constructor(input: UpdateSnapshotCommandInput);
|
|
29
|
-
|
|
30
28
|
resolveMiddleware(
|
|
31
29
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
32
30
|
configuration: RedshiftServerlessClientResolvedConfig,
|
|
@@ -18,7 +18,6 @@ export interface UpdateUsageLimitCommandInput extends UpdateUsageLimitRequest {}
|
|
|
18
18
|
export interface UpdateUsageLimitCommandOutput
|
|
19
19
|
extends UpdateUsageLimitResponse,
|
|
20
20
|
__MetadataBearer {}
|
|
21
|
-
|
|
22
21
|
export declare class UpdateUsageLimitCommand extends $Command<
|
|
23
22
|
UpdateUsageLimitCommandInput,
|
|
24
23
|
UpdateUsageLimitCommandOutput,
|
|
@@ -26,7 +25,6 @@ export declare class UpdateUsageLimitCommand extends $Command<
|
|
|
26
25
|
> {
|
|
27
26
|
readonly input: UpdateUsageLimitCommandInput;
|
|
28
27
|
constructor(input: UpdateUsageLimitCommandInput);
|
|
29
|
-
|
|
30
28
|
resolveMiddleware(
|
|
31
29
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
32
30
|
configuration: RedshiftServerlessClientResolvedConfig,
|
|
@@ -18,7 +18,6 @@ export interface UpdateWorkgroupCommandInput extends UpdateWorkgroupRequest {}
|
|
|
18
18
|
export interface UpdateWorkgroupCommandOutput
|
|
19
19
|
extends UpdateWorkgroupResponse,
|
|
20
20
|
__MetadataBearer {}
|
|
21
|
-
|
|
22
21
|
export declare class UpdateWorkgroupCommand extends $Command<
|
|
23
22
|
UpdateWorkgroupCommandInput,
|
|
24
23
|
UpdateWorkgroupCommandOutput,
|
|
@@ -26,7 +25,6 @@ export declare class UpdateWorkgroupCommand extends $Command<
|
|
|
26
25
|
> {
|
|
27
26
|
readonly input: UpdateWorkgroupCommandInput;
|
|
28
27
|
constructor(input: UpdateWorkgroupCommandInput);
|
|
29
|
-
|
|
30
28
|
resolveMiddleware(
|
|
31
29
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
32
30
|
configuration: RedshiftServerlessClientResolvedConfig,
|
|
@@ -2,7 +2,6 @@ import {
|
|
|
2
2
|
ServiceException as __ServiceException,
|
|
3
3
|
ServiceExceptionOptions as __ServiceExceptionOptions,
|
|
4
4
|
} from "@aws-sdk/smithy-client";
|
|
5
|
-
|
|
6
5
|
export declare class RedshiftServerlessServiceException extends __ServiceException {
|
|
7
6
|
constructor(options: __ServiceExceptionOptions);
|
|
8
7
|
}
|