@aws-sdk/client-redshift-serverless 3.1077.0 → 3.1079.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/index.js +201 -781
- package/dist-es/commandBuilder.js +6 -0
- package/dist-es/commands/ConvertRecoveryPointToSnapshotCommand.js +2 -14
- package/dist-es/commands/CreateCustomDomainAssociationCommand.js +2 -14
- package/dist-es/commands/CreateEndpointAccessCommand.js +2 -14
- package/dist-es/commands/CreateNamespaceCommand.js +2 -14
- package/dist-es/commands/CreateReservationCommand.js +2 -14
- package/dist-es/commands/CreateScheduledActionCommand.js +2 -14
- package/dist-es/commands/CreateSnapshotCommand.js +2 -14
- package/dist-es/commands/CreateSnapshotCopyConfigurationCommand.js +2 -14
- package/dist-es/commands/CreateUsageLimitCommand.js +2 -14
- package/dist-es/commands/CreateWorkgroupCommand.js +2 -14
- package/dist-es/commands/DeleteCustomDomainAssociationCommand.js +2 -14
- package/dist-es/commands/DeleteEndpointAccessCommand.js +2 -14
- package/dist-es/commands/DeleteNamespaceCommand.js +2 -14
- package/dist-es/commands/DeleteResourcePolicyCommand.js +2 -14
- package/dist-es/commands/DeleteScheduledActionCommand.js +2 -14
- package/dist-es/commands/DeleteSnapshotCommand.js +2 -14
- package/dist-es/commands/DeleteSnapshotCopyConfigurationCommand.js +2 -14
- package/dist-es/commands/DeleteUsageLimitCommand.js +2 -14
- package/dist-es/commands/DeleteWorkgroupCommand.js +2 -14
- package/dist-es/commands/GetCredentialsCommand.js +2 -14
- package/dist-es/commands/GetCustomDomainAssociationCommand.js +2 -14
- package/dist-es/commands/GetEndpointAccessCommand.js +2 -14
- package/dist-es/commands/GetIdentityCenterAuthTokenCommand.js +2 -14
- package/dist-es/commands/GetNamespaceCommand.js +2 -14
- package/dist-es/commands/GetRecoveryPointCommand.js +2 -14
- package/dist-es/commands/GetReservationCommand.js +2 -14
- package/dist-es/commands/GetReservationOfferingCommand.js +2 -14
- package/dist-es/commands/GetResourcePolicyCommand.js +2 -14
- package/dist-es/commands/GetScheduledActionCommand.js +2 -14
- package/dist-es/commands/GetSnapshotCommand.js +2 -14
- package/dist-es/commands/GetTableRestoreStatusCommand.js +2 -14
- package/dist-es/commands/GetTrackCommand.js +2 -14
- package/dist-es/commands/GetUsageLimitCommand.js +2 -14
- package/dist-es/commands/GetWorkgroupCommand.js +2 -14
- package/dist-es/commands/ListCustomDomainAssociationsCommand.js +2 -14
- package/dist-es/commands/ListEndpointAccessCommand.js +2 -14
- package/dist-es/commands/ListManagedWorkgroupsCommand.js +2 -14
- package/dist-es/commands/ListNamespacesCommand.js +2 -14
- package/dist-es/commands/ListRecoveryPointsCommand.js +2 -14
- package/dist-es/commands/ListReservationOfferingsCommand.js +2 -14
- package/dist-es/commands/ListReservationsCommand.js +2 -14
- package/dist-es/commands/ListScheduledActionsCommand.js +2 -14
- package/dist-es/commands/ListSnapshotCopyConfigurationsCommand.js +2 -14
- package/dist-es/commands/ListSnapshotsCommand.js +2 -14
- package/dist-es/commands/ListTableRestoreStatusCommand.js +2 -14
- package/dist-es/commands/ListTagsForResourceCommand.js +2 -14
- package/dist-es/commands/ListTracksCommand.js +2 -14
- package/dist-es/commands/ListUsageLimitsCommand.js +2 -14
- package/dist-es/commands/ListWorkgroupsCommand.js +2 -14
- package/dist-es/commands/PutResourcePolicyCommand.js +2 -14
- package/dist-es/commands/RestoreFromRecoveryPointCommand.js +2 -14
- package/dist-es/commands/RestoreFromSnapshotCommand.js +2 -14
- package/dist-es/commands/RestoreTableFromRecoveryPointCommand.js +2 -14
- package/dist-es/commands/RestoreTableFromSnapshotCommand.js +2 -14
- package/dist-es/commands/TagResourceCommand.js +2 -14
- package/dist-es/commands/UntagResourceCommand.js +2 -14
- package/dist-es/commands/UpdateCustomDomainAssociationCommand.js +2 -14
- package/dist-es/commands/UpdateEndpointAccessCommand.js +2 -14
- package/dist-es/commands/UpdateLakehouseConfigurationCommand.js +2 -14
- package/dist-es/commands/UpdateNamespaceCommand.js +2 -14
- package/dist-es/commands/UpdateScheduledActionCommand.js +2 -14
- package/dist-es/commands/UpdateSnapshotCommand.js +2 -14
- package/dist-es/commands/UpdateSnapshotCopyConfigurationCommand.js +2 -14
- package/dist-es/commands/UpdateUsageLimitCommand.js +2 -14
- package/dist-es/commands/UpdateWorkgroupCommand.js +2 -14
- package/dist-es/index.js +1 -0
- package/dist-types/commandBuilder.d.ts +18 -0
- package/dist-types/commands/ConvertRecoveryPointToSnapshotCommand.d.ts +3 -8
- package/dist-types/commands/CreateCustomDomainAssociationCommand.d.ts +3 -8
- package/dist-types/commands/CreateEndpointAccessCommand.d.ts +3 -8
- package/dist-types/commands/CreateNamespaceCommand.d.ts +3 -8
- package/dist-types/commands/CreateReservationCommand.d.ts +3 -8
- package/dist-types/commands/CreateScheduledActionCommand.d.ts +3 -8
- package/dist-types/commands/CreateSnapshotCommand.d.ts +3 -8
- package/dist-types/commands/CreateSnapshotCopyConfigurationCommand.d.ts +3 -8
- package/dist-types/commands/CreateUsageLimitCommand.d.ts +3 -8
- package/dist-types/commands/CreateWorkgroupCommand.d.ts +3 -8
- package/dist-types/commands/DeleteCustomDomainAssociationCommand.d.ts +3 -8
- package/dist-types/commands/DeleteEndpointAccessCommand.d.ts +3 -8
- package/dist-types/commands/DeleteNamespaceCommand.d.ts +3 -8
- package/dist-types/commands/DeleteResourcePolicyCommand.d.ts +3 -8
- package/dist-types/commands/DeleteScheduledActionCommand.d.ts +3 -8
- package/dist-types/commands/DeleteSnapshotCommand.d.ts +3 -8
- package/dist-types/commands/DeleteSnapshotCopyConfigurationCommand.d.ts +3 -8
- package/dist-types/commands/DeleteUsageLimitCommand.d.ts +3 -8
- package/dist-types/commands/DeleteWorkgroupCommand.d.ts +3 -8
- package/dist-types/commands/GetCredentialsCommand.d.ts +3 -8
- package/dist-types/commands/GetCustomDomainAssociationCommand.d.ts +3 -8
- package/dist-types/commands/GetEndpointAccessCommand.d.ts +3 -8
- package/dist-types/commands/GetIdentityCenterAuthTokenCommand.d.ts +3 -8
- package/dist-types/commands/GetNamespaceCommand.d.ts +3 -8
- package/dist-types/commands/GetRecoveryPointCommand.d.ts +3 -8
- package/dist-types/commands/GetReservationCommand.d.ts +3 -8
- package/dist-types/commands/GetReservationOfferingCommand.d.ts +3 -8
- package/dist-types/commands/GetResourcePolicyCommand.d.ts +3 -8
- package/dist-types/commands/GetScheduledActionCommand.d.ts +3 -8
- package/dist-types/commands/GetSnapshotCommand.d.ts +3 -8
- package/dist-types/commands/GetTableRestoreStatusCommand.d.ts +3 -8
- package/dist-types/commands/GetTrackCommand.d.ts +3 -8
- package/dist-types/commands/GetUsageLimitCommand.d.ts +3 -8
- package/dist-types/commands/GetWorkgroupCommand.d.ts +3 -8
- package/dist-types/commands/ListCustomDomainAssociationsCommand.d.ts +3 -8
- package/dist-types/commands/ListEndpointAccessCommand.d.ts +3 -8
- package/dist-types/commands/ListManagedWorkgroupsCommand.d.ts +3 -8
- package/dist-types/commands/ListNamespacesCommand.d.ts +3 -8
- package/dist-types/commands/ListRecoveryPointsCommand.d.ts +3 -8
- package/dist-types/commands/ListReservationOfferingsCommand.d.ts +3 -8
- package/dist-types/commands/ListReservationsCommand.d.ts +3 -8
- package/dist-types/commands/ListScheduledActionsCommand.d.ts +3 -8
- package/dist-types/commands/ListSnapshotCopyConfigurationsCommand.d.ts +3 -8
- package/dist-types/commands/ListSnapshotsCommand.d.ts +3 -8
- package/dist-types/commands/ListTableRestoreStatusCommand.d.ts +3 -8
- package/dist-types/commands/ListTagsForResourceCommand.d.ts +3 -8
- package/dist-types/commands/ListTracksCommand.d.ts +3 -8
- package/dist-types/commands/ListUsageLimitsCommand.d.ts +3 -8
- package/dist-types/commands/ListWorkgroupsCommand.d.ts +3 -8
- package/dist-types/commands/PutResourcePolicyCommand.d.ts +3 -8
- package/dist-types/commands/RestoreFromRecoveryPointCommand.d.ts +3 -8
- package/dist-types/commands/RestoreFromSnapshotCommand.d.ts +3 -8
- package/dist-types/commands/RestoreTableFromRecoveryPointCommand.d.ts +3 -8
- package/dist-types/commands/RestoreTableFromSnapshotCommand.d.ts +3 -8
- package/dist-types/commands/TagResourceCommand.d.ts +3 -8
- package/dist-types/commands/UntagResourceCommand.d.ts +3 -8
- package/dist-types/commands/UpdateCustomDomainAssociationCommand.d.ts +3 -8
- package/dist-types/commands/UpdateEndpointAccessCommand.d.ts +3 -8
- package/dist-types/commands/UpdateLakehouseConfigurationCommand.d.ts +3 -8
- package/dist-types/commands/UpdateNamespaceCommand.d.ts +3 -8
- package/dist-types/commands/UpdateScheduledActionCommand.d.ts +3 -8
- package/dist-types/commands/UpdateSnapshotCommand.d.ts +3 -8
- package/dist-types/commands/UpdateSnapshotCopyConfigurationCommand.d.ts +3 -8
- package/dist-types/commands/UpdateUsageLimitCommand.d.ts +3 -8
- package/dist-types/commands/UpdateWorkgroupCommand.d.ts +3 -8
- package/dist-types/index.d.ts +1 -0
- package/dist-types/ts3.4/commandBuilder.d.ts +46 -0
- package/dist-types/ts3.4/commands/ConvertRecoveryPointToSnapshotCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/CreateCustomDomainAssociationCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/CreateEndpointAccessCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/CreateNamespaceCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/CreateReservationCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/CreateScheduledActionCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/CreateSnapshotCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/CreateSnapshotCopyConfigurationCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/CreateUsageLimitCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/CreateWorkgroupCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DeleteCustomDomainAssociationCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DeleteEndpointAccessCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DeleteNamespaceCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DeleteResourcePolicyCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DeleteScheduledActionCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DeleteSnapshotCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DeleteSnapshotCopyConfigurationCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DeleteUsageLimitCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DeleteWorkgroupCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/GetCredentialsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/GetCustomDomainAssociationCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/GetEndpointAccessCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/GetIdentityCenterAuthTokenCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/GetNamespaceCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/GetRecoveryPointCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/GetReservationCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/GetReservationOfferingCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/GetResourcePolicyCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/GetScheduledActionCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/GetSnapshotCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/GetTableRestoreStatusCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/GetTrackCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/GetUsageLimitCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/GetWorkgroupCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListCustomDomainAssociationsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListEndpointAccessCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListManagedWorkgroupsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListNamespacesCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListRecoveryPointsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListReservationOfferingsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListReservationsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListScheduledActionsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListSnapshotCopyConfigurationsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListSnapshotsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListTableRestoreStatusCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListTracksCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListUsageLimitsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListWorkgroupsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/PutResourcePolicyCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/RestoreFromRecoveryPointCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/RestoreFromSnapshotCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/RestoreTableFromRecoveryPointCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/RestoreTableFromSnapshotCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/UpdateCustomDomainAssociationCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/UpdateEndpointAccessCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/UpdateLakehouseConfigurationCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/UpdateNamespaceCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/UpdateScheduledActionCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/UpdateSnapshotCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/UpdateSnapshotCopyConfigurationCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/UpdateUsageLimitCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/UpdateWorkgroupCommand.d.ts +7 -16
- package/dist-types/ts3.4/index.d.ts +1 -0
- package/package.json +8 -8
|
@@ -1,16 +1,4 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
|
-
import { commonParams } from "../endpoint/EndpointParameters";
|
|
1
|
+
import { _ep0, _mw0, command } from "../commandBuilder";
|
|
4
2
|
import { UpdateSnapshotCopyConfiguration$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class UpdateSnapshotCopyConfigurationCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("RedshiftServerless", "UpdateSnapshotCopyConfiguration", {})
|
|
13
|
-
.n("RedshiftServerlessClient", "UpdateSnapshotCopyConfigurationCommand")
|
|
14
|
-
.sc(UpdateSnapshotCopyConfiguration$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class UpdateSnapshotCopyConfigurationCommand extends command(_ep0, _mw0, "UpdateSnapshotCopyConfiguration", UpdateSnapshotCopyConfiguration$) {
|
|
16
4
|
}
|
|
@@ -1,16 +1,4 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
|
-
import { commonParams } from "../endpoint/EndpointParameters";
|
|
1
|
+
import { _ep0, _mw0, command } from "../commandBuilder";
|
|
4
2
|
import { UpdateUsageLimit$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class UpdateUsageLimitCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("RedshiftServerless", "UpdateUsageLimit", {})
|
|
13
|
-
.n("RedshiftServerlessClient", "UpdateUsageLimitCommand")
|
|
14
|
-
.sc(UpdateUsageLimit$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class UpdateUsageLimitCommand extends command(_ep0, _mw0, "UpdateUsageLimit", UpdateUsageLimit$) {
|
|
16
4
|
}
|
|
@@ -1,16 +1,4 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
|
-
import { commonParams } from "../endpoint/EndpointParameters";
|
|
1
|
+
import { _ep0, _mw0, command } from "../commandBuilder";
|
|
4
2
|
import { UpdateWorkgroup$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class UpdateWorkgroupCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("RedshiftServerless", "UpdateWorkgroup", {})
|
|
13
|
-
.n("RedshiftServerlessClient", "UpdateWorkgroupCommand")
|
|
14
|
-
.sc(UpdateWorkgroup$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class UpdateWorkgroupCommand extends command(_ep0, _mw0, "UpdateWorkgroup", UpdateWorkgroup$) {
|
|
16
4
|
}
|
package/dist-es/index.js
CHANGED
|
@@ -1,6 +1,7 @@
|
|
|
1
1
|
export * from "./RedshiftServerlessClient";
|
|
2
2
|
export * from "./RedshiftServerless";
|
|
3
3
|
export * from "./commands";
|
|
4
|
+
export { Command as $Command } from "@smithy/core/client";
|
|
4
5
|
export * from "./schemas/schemas_0";
|
|
5
6
|
export * from "./pagination";
|
|
6
7
|
export * from "./models/enums";
|
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
import type { EndpointParameterInstructions } from "@smithy/types";
|
|
2
|
+
import type { RedshiftServerlessClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "./RedshiftServerlessClient";
|
|
3
|
+
/**
|
|
4
|
+
* @internal
|
|
5
|
+
*/
|
|
6
|
+
export declare const command: <I extends ServiceInputTypes, O extends ServiceOutputTypes>(added: EndpointParameterInstructions, plugins: (CommandCtor: any, clientStack: any, config: any, options: any) => import("@smithy/types").Pluggable<any, any>[], op: string, $: import("@smithy/types").StaticOperationSchema, smithyContext?: Record<string, unknown>) => {
|
|
7
|
+
new (input: I): import("@smithy/core/client").CommandImpl<I, O, RedshiftServerlessClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
8
|
+
new (...[input]: import("@smithy/types").OptionalParameter<I>): import("@smithy/core/client").CommandImpl<I, O, RedshiftServerlessClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
9
|
+
getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
10
|
+
};
|
|
11
|
+
/**
|
|
12
|
+
* @internal
|
|
13
|
+
*/
|
|
14
|
+
export declare const _ep0: EndpointParameterInstructions;
|
|
15
|
+
/**
|
|
16
|
+
* @internal
|
|
17
|
+
*/
|
|
18
|
+
export declare const _mw0: (Command: any, cs: any, config: any, o: any) => never[];
|
|
@@ -1,12 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
2
|
import type { ConvertRecoveryPointToSnapshotRequest, ConvertRecoveryPointToSnapshotResponse } from "../models/models_0";
|
|
4
|
-
import type { RedshiftServerlessClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../RedshiftServerlessClient";
|
|
5
3
|
/**
|
|
6
4
|
* @public
|
|
7
5
|
*/
|
|
8
6
|
export type { __MetadataBearer };
|
|
9
|
-
export { $Command };
|
|
10
7
|
/**
|
|
11
8
|
* @public
|
|
12
9
|
*
|
|
@@ -22,11 +19,9 @@ export interface ConvertRecoveryPointToSnapshotCommandInput extends ConvertRecov
|
|
|
22
19
|
export interface ConvertRecoveryPointToSnapshotCommandOutput extends ConvertRecoveryPointToSnapshotResponse, __MetadataBearer {
|
|
23
20
|
}
|
|
24
21
|
declare const ConvertRecoveryPointToSnapshotCommand_base: {
|
|
25
|
-
new (input: ConvertRecoveryPointToSnapshotCommandInput): import("@smithy/core/client").CommandImpl<ConvertRecoveryPointToSnapshotCommandInput, ConvertRecoveryPointToSnapshotCommandOutput, RedshiftServerlessClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (input: ConvertRecoveryPointToSnapshotCommandInput): import("@smithy/core/client").CommandImpl<ConvertRecoveryPointToSnapshotCommandInput, ConvertRecoveryPointToSnapshotCommandOutput, RedshiftServerlessClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
-
getEndpointParameterInstructions():
|
|
28
|
-
[x: string]: unknown;
|
|
29
|
-
};
|
|
22
|
+
new (input: ConvertRecoveryPointToSnapshotCommandInput): import("@smithy/core/client").CommandImpl<ConvertRecoveryPointToSnapshotCommandInput, ConvertRecoveryPointToSnapshotCommandOutput, import("..").RedshiftServerlessClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
23
|
+
new (input: ConvertRecoveryPointToSnapshotCommandInput): import("@smithy/core/client").CommandImpl<ConvertRecoveryPointToSnapshotCommandInput, ConvertRecoveryPointToSnapshotCommandOutput, import("..").RedshiftServerlessClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
25
|
};
|
|
31
26
|
/**
|
|
32
27
|
* <p>Converts a recovery point to a snapshot. For more information about recovery points and snapshots, see <a href="https://docs.aws.amazon.com/redshift/latest/mgmt/serverless-snapshots-recovery-points.html">Working with snapshots and recovery points</a>.</p>
|
|
@@ -1,12 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
2
|
import type { CreateCustomDomainAssociationRequest, CreateCustomDomainAssociationResponse } from "../models/models_0";
|
|
4
|
-
import type { RedshiftServerlessClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../RedshiftServerlessClient";
|
|
5
3
|
/**
|
|
6
4
|
* @public
|
|
7
5
|
*/
|
|
8
6
|
export type { __MetadataBearer };
|
|
9
|
-
export { $Command };
|
|
10
7
|
/**
|
|
11
8
|
* @public
|
|
12
9
|
*
|
|
@@ -22,11 +19,9 @@ export interface CreateCustomDomainAssociationCommandInput extends CreateCustomD
|
|
|
22
19
|
export interface CreateCustomDomainAssociationCommandOutput extends CreateCustomDomainAssociationResponse, __MetadataBearer {
|
|
23
20
|
}
|
|
24
21
|
declare const CreateCustomDomainAssociationCommand_base: {
|
|
25
|
-
new (input: CreateCustomDomainAssociationCommandInput): import("@smithy/core/client").CommandImpl<CreateCustomDomainAssociationCommandInput, CreateCustomDomainAssociationCommandOutput, RedshiftServerlessClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (input: CreateCustomDomainAssociationCommandInput): import("@smithy/core/client").CommandImpl<CreateCustomDomainAssociationCommandInput, CreateCustomDomainAssociationCommandOutput, RedshiftServerlessClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
-
getEndpointParameterInstructions():
|
|
28
|
-
[x: string]: unknown;
|
|
29
|
-
};
|
|
22
|
+
new (input: CreateCustomDomainAssociationCommandInput): import("@smithy/core/client").CommandImpl<CreateCustomDomainAssociationCommandInput, CreateCustomDomainAssociationCommandOutput, import("..").RedshiftServerlessClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
23
|
+
new (input: CreateCustomDomainAssociationCommandInput): import("@smithy/core/client").CommandImpl<CreateCustomDomainAssociationCommandInput, CreateCustomDomainAssociationCommandOutput, import("..").RedshiftServerlessClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
25
|
};
|
|
31
26
|
/**
|
|
32
27
|
* <p>Creates a custom domain association for Amazon Redshift Serverless.</p>
|
|
@@ -1,12 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
2
|
import type { CreateEndpointAccessRequest, CreateEndpointAccessResponse } from "../models/models_0";
|
|
4
|
-
import type { RedshiftServerlessClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../RedshiftServerlessClient";
|
|
5
3
|
/**
|
|
6
4
|
* @public
|
|
7
5
|
*/
|
|
8
6
|
export type { __MetadataBearer };
|
|
9
|
-
export { $Command };
|
|
10
7
|
/**
|
|
11
8
|
* @public
|
|
12
9
|
*
|
|
@@ -22,11 +19,9 @@ export interface CreateEndpointAccessCommandInput extends CreateEndpointAccessRe
|
|
|
22
19
|
export interface CreateEndpointAccessCommandOutput extends CreateEndpointAccessResponse, __MetadataBearer {
|
|
23
20
|
}
|
|
24
21
|
declare const CreateEndpointAccessCommand_base: {
|
|
25
|
-
new (input: CreateEndpointAccessCommandInput): import("@smithy/core/client").CommandImpl<CreateEndpointAccessCommandInput, CreateEndpointAccessCommandOutput, RedshiftServerlessClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (input: CreateEndpointAccessCommandInput): import("@smithy/core/client").CommandImpl<CreateEndpointAccessCommandInput, CreateEndpointAccessCommandOutput, RedshiftServerlessClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
-
getEndpointParameterInstructions():
|
|
28
|
-
[x: string]: unknown;
|
|
29
|
-
};
|
|
22
|
+
new (input: CreateEndpointAccessCommandInput): import("@smithy/core/client").CommandImpl<CreateEndpointAccessCommandInput, CreateEndpointAccessCommandOutput, import("..").RedshiftServerlessClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
23
|
+
new (input: CreateEndpointAccessCommandInput): import("@smithy/core/client").CommandImpl<CreateEndpointAccessCommandInput, CreateEndpointAccessCommandOutput, import("..").RedshiftServerlessClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
25
|
};
|
|
31
26
|
/**
|
|
32
27
|
* <p>Creates an Amazon Redshift Serverless managed VPC endpoint.</p>
|
|
@@ -1,12 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
2
|
import type { CreateNamespaceRequest, CreateNamespaceResponse } from "../models/models_0";
|
|
4
|
-
import type { RedshiftServerlessClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../RedshiftServerlessClient";
|
|
5
3
|
/**
|
|
6
4
|
* @public
|
|
7
5
|
*/
|
|
8
6
|
export type { __MetadataBearer };
|
|
9
|
-
export { $Command };
|
|
10
7
|
/**
|
|
11
8
|
* @public
|
|
12
9
|
*
|
|
@@ -22,11 +19,9 @@ export interface CreateNamespaceCommandInput extends CreateNamespaceRequest {
|
|
|
22
19
|
export interface CreateNamespaceCommandOutput extends CreateNamespaceResponse, __MetadataBearer {
|
|
23
20
|
}
|
|
24
21
|
declare const CreateNamespaceCommand_base: {
|
|
25
|
-
new (input: CreateNamespaceCommandInput): import("@smithy/core/client").CommandImpl<CreateNamespaceCommandInput, CreateNamespaceCommandOutput, RedshiftServerlessClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (input: CreateNamespaceCommandInput): import("@smithy/core/client").CommandImpl<CreateNamespaceCommandInput, CreateNamespaceCommandOutput, RedshiftServerlessClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
-
getEndpointParameterInstructions():
|
|
28
|
-
[x: string]: unknown;
|
|
29
|
-
};
|
|
22
|
+
new (input: CreateNamespaceCommandInput): import("@smithy/core/client").CommandImpl<CreateNamespaceCommandInput, CreateNamespaceCommandOutput, import("..").RedshiftServerlessClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
23
|
+
new (input: CreateNamespaceCommandInput): import("@smithy/core/client").CommandImpl<CreateNamespaceCommandInput, CreateNamespaceCommandOutput, import("..").RedshiftServerlessClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
25
|
};
|
|
31
26
|
/**
|
|
32
27
|
* <p>Creates a namespace in Amazon Redshift Serverless.</p>
|
|
@@ -1,12 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
2
|
import type { CreateReservationRequest, CreateReservationResponse } from "../models/models_0";
|
|
4
|
-
import type { RedshiftServerlessClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../RedshiftServerlessClient";
|
|
5
3
|
/**
|
|
6
4
|
* @public
|
|
7
5
|
*/
|
|
8
6
|
export type { __MetadataBearer };
|
|
9
|
-
export { $Command };
|
|
10
7
|
/**
|
|
11
8
|
* @public
|
|
12
9
|
*
|
|
@@ -22,11 +19,9 @@ export interface CreateReservationCommandInput extends CreateReservationRequest
|
|
|
22
19
|
export interface CreateReservationCommandOutput extends CreateReservationResponse, __MetadataBearer {
|
|
23
20
|
}
|
|
24
21
|
declare const CreateReservationCommand_base: {
|
|
25
|
-
new (input: CreateReservationCommandInput): import("@smithy/core/client").CommandImpl<CreateReservationCommandInput, CreateReservationCommandOutput, RedshiftServerlessClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (input: CreateReservationCommandInput): import("@smithy/core/client").CommandImpl<CreateReservationCommandInput, CreateReservationCommandOutput, RedshiftServerlessClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
-
getEndpointParameterInstructions():
|
|
28
|
-
[x: string]: unknown;
|
|
29
|
-
};
|
|
22
|
+
new (input: CreateReservationCommandInput): import("@smithy/core/client").CommandImpl<CreateReservationCommandInput, CreateReservationCommandOutput, import("..").RedshiftServerlessClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
23
|
+
new (input: CreateReservationCommandInput): import("@smithy/core/client").CommandImpl<CreateReservationCommandInput, CreateReservationCommandOutput, import("..").RedshiftServerlessClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
25
|
};
|
|
31
26
|
/**
|
|
32
27
|
* <p>Creates an Amazon Redshift Serverless reservation, which gives you the option to commit to a specified number of Redshift Processing Units (RPUs) for a year at a discount from Serverless on-demand (OD) rates.</p>
|
|
@@ -1,12 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
2
|
import type { CreateScheduledActionRequest, CreateScheduledActionResponse } from "../models/models_0";
|
|
4
|
-
import type { RedshiftServerlessClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../RedshiftServerlessClient";
|
|
5
3
|
/**
|
|
6
4
|
* @public
|
|
7
5
|
*/
|
|
8
6
|
export type { __MetadataBearer };
|
|
9
|
-
export { $Command };
|
|
10
7
|
/**
|
|
11
8
|
* @public
|
|
12
9
|
*
|
|
@@ -22,11 +19,9 @@ export interface CreateScheduledActionCommandInput extends CreateScheduledAction
|
|
|
22
19
|
export interface CreateScheduledActionCommandOutput extends CreateScheduledActionResponse, __MetadataBearer {
|
|
23
20
|
}
|
|
24
21
|
declare const CreateScheduledActionCommand_base: {
|
|
25
|
-
new (input: CreateScheduledActionCommandInput): import("@smithy/core/client").CommandImpl<CreateScheduledActionCommandInput, CreateScheduledActionCommandOutput, RedshiftServerlessClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (input: CreateScheduledActionCommandInput): import("@smithy/core/client").CommandImpl<CreateScheduledActionCommandInput, CreateScheduledActionCommandOutput, RedshiftServerlessClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
-
getEndpointParameterInstructions():
|
|
28
|
-
[x: string]: unknown;
|
|
29
|
-
};
|
|
22
|
+
new (input: CreateScheduledActionCommandInput): import("@smithy/core/client").CommandImpl<CreateScheduledActionCommandInput, CreateScheduledActionCommandOutput, import("..").RedshiftServerlessClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
23
|
+
new (input: CreateScheduledActionCommandInput): import("@smithy/core/client").CommandImpl<CreateScheduledActionCommandInput, CreateScheduledActionCommandOutput, import("..").RedshiftServerlessClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
25
|
};
|
|
31
26
|
/**
|
|
32
27
|
* <p>Creates a scheduled action. A scheduled action contains a schedule and an Amazon Redshift API action. For example, you can create a schedule of when to run the <code>CreateSnapshot</code> API operation.</p>
|
|
@@ -1,12 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
2
|
import type { CreateSnapshotRequest, CreateSnapshotResponse } from "../models/models_0";
|
|
4
|
-
import type { RedshiftServerlessClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../RedshiftServerlessClient";
|
|
5
3
|
/**
|
|
6
4
|
* @public
|
|
7
5
|
*/
|
|
8
6
|
export type { __MetadataBearer };
|
|
9
|
-
export { $Command };
|
|
10
7
|
/**
|
|
11
8
|
* @public
|
|
12
9
|
*
|
|
@@ -22,11 +19,9 @@ export interface CreateSnapshotCommandInput extends CreateSnapshotRequest {
|
|
|
22
19
|
export interface CreateSnapshotCommandOutput extends CreateSnapshotResponse, __MetadataBearer {
|
|
23
20
|
}
|
|
24
21
|
declare const CreateSnapshotCommand_base: {
|
|
25
|
-
new (input: CreateSnapshotCommandInput): import("@smithy/core/client").CommandImpl<CreateSnapshotCommandInput, CreateSnapshotCommandOutput, RedshiftServerlessClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (input: CreateSnapshotCommandInput): import("@smithy/core/client").CommandImpl<CreateSnapshotCommandInput, CreateSnapshotCommandOutput, RedshiftServerlessClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
-
getEndpointParameterInstructions():
|
|
28
|
-
[x: string]: unknown;
|
|
29
|
-
};
|
|
22
|
+
new (input: CreateSnapshotCommandInput): import("@smithy/core/client").CommandImpl<CreateSnapshotCommandInput, CreateSnapshotCommandOutput, import("..").RedshiftServerlessClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
23
|
+
new (input: CreateSnapshotCommandInput): import("@smithy/core/client").CommandImpl<CreateSnapshotCommandInput, CreateSnapshotCommandOutput, import("..").RedshiftServerlessClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
25
|
};
|
|
31
26
|
/**
|
|
32
27
|
* <p>Creates a snapshot of all databases in a namespace. For more information about snapshots, see <a href="https://docs.aws.amazon.com/redshift/latest/mgmt/serverless-snapshots-recovery-points.html"> Working with snapshots and recovery points</a>.</p>
|
|
@@ -1,12 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
2
|
import type { CreateSnapshotCopyConfigurationRequest, CreateSnapshotCopyConfigurationResponse } from "../models/models_0";
|
|
4
|
-
import type { RedshiftServerlessClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../RedshiftServerlessClient";
|
|
5
3
|
/**
|
|
6
4
|
* @public
|
|
7
5
|
*/
|
|
8
6
|
export type { __MetadataBearer };
|
|
9
|
-
export { $Command };
|
|
10
7
|
/**
|
|
11
8
|
* @public
|
|
12
9
|
*
|
|
@@ -22,11 +19,9 @@ export interface CreateSnapshotCopyConfigurationCommandInput extends CreateSnaps
|
|
|
22
19
|
export interface CreateSnapshotCopyConfigurationCommandOutput extends CreateSnapshotCopyConfigurationResponse, __MetadataBearer {
|
|
23
20
|
}
|
|
24
21
|
declare const CreateSnapshotCopyConfigurationCommand_base: {
|
|
25
|
-
new (input: CreateSnapshotCopyConfigurationCommandInput): import("@smithy/core/client").CommandImpl<CreateSnapshotCopyConfigurationCommandInput, CreateSnapshotCopyConfigurationCommandOutput, RedshiftServerlessClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (input: CreateSnapshotCopyConfigurationCommandInput): import("@smithy/core/client").CommandImpl<CreateSnapshotCopyConfigurationCommandInput, CreateSnapshotCopyConfigurationCommandOutput, RedshiftServerlessClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
-
getEndpointParameterInstructions():
|
|
28
|
-
[x: string]: unknown;
|
|
29
|
-
};
|
|
22
|
+
new (input: CreateSnapshotCopyConfigurationCommandInput): import("@smithy/core/client").CommandImpl<CreateSnapshotCopyConfigurationCommandInput, CreateSnapshotCopyConfigurationCommandOutput, import("..").RedshiftServerlessClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
23
|
+
new (input: CreateSnapshotCopyConfigurationCommandInput): import("@smithy/core/client").CommandImpl<CreateSnapshotCopyConfigurationCommandInput, CreateSnapshotCopyConfigurationCommandOutput, import("..").RedshiftServerlessClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
25
|
};
|
|
31
26
|
/**
|
|
32
27
|
* <p>Creates a snapshot copy configuration that lets you copy snapshots to another Amazon Web Services Region.</p>
|
|
@@ -1,12 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
2
|
import type { CreateUsageLimitRequest, CreateUsageLimitResponse } from "../models/models_0";
|
|
4
|
-
import type { RedshiftServerlessClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../RedshiftServerlessClient";
|
|
5
3
|
/**
|
|
6
4
|
* @public
|
|
7
5
|
*/
|
|
8
6
|
export type { __MetadataBearer };
|
|
9
|
-
export { $Command };
|
|
10
7
|
/**
|
|
11
8
|
* @public
|
|
12
9
|
*
|
|
@@ -22,11 +19,9 @@ export interface CreateUsageLimitCommandInput extends CreateUsageLimitRequest {
|
|
|
22
19
|
export interface CreateUsageLimitCommandOutput extends CreateUsageLimitResponse, __MetadataBearer {
|
|
23
20
|
}
|
|
24
21
|
declare const CreateUsageLimitCommand_base: {
|
|
25
|
-
new (input: CreateUsageLimitCommandInput): import("@smithy/core/client").CommandImpl<CreateUsageLimitCommandInput, CreateUsageLimitCommandOutput, RedshiftServerlessClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (input: CreateUsageLimitCommandInput): import("@smithy/core/client").CommandImpl<CreateUsageLimitCommandInput, CreateUsageLimitCommandOutput, RedshiftServerlessClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
-
getEndpointParameterInstructions():
|
|
28
|
-
[x: string]: unknown;
|
|
29
|
-
};
|
|
22
|
+
new (input: CreateUsageLimitCommandInput): import("@smithy/core/client").CommandImpl<CreateUsageLimitCommandInput, CreateUsageLimitCommandOutput, import("..").RedshiftServerlessClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
23
|
+
new (input: CreateUsageLimitCommandInput): import("@smithy/core/client").CommandImpl<CreateUsageLimitCommandInput, CreateUsageLimitCommandOutput, import("..").RedshiftServerlessClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
25
|
};
|
|
31
26
|
/**
|
|
32
27
|
* <p>Creates a usage limit for a specified Amazon Redshift Serverless usage type. The usage limit is identified by the returned usage limit identifier. </p>
|
|
@@ -1,12 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
2
|
import type { CreateWorkgroupRequest, CreateWorkgroupResponse } from "../models/models_0";
|
|
4
|
-
import type { RedshiftServerlessClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../RedshiftServerlessClient";
|
|
5
3
|
/**
|
|
6
4
|
* @public
|
|
7
5
|
*/
|
|
8
6
|
export type { __MetadataBearer };
|
|
9
|
-
export { $Command };
|
|
10
7
|
/**
|
|
11
8
|
* @public
|
|
12
9
|
*
|
|
@@ -22,11 +19,9 @@ export interface CreateWorkgroupCommandInput extends CreateWorkgroupRequest {
|
|
|
22
19
|
export interface CreateWorkgroupCommandOutput extends CreateWorkgroupResponse, __MetadataBearer {
|
|
23
20
|
}
|
|
24
21
|
declare const CreateWorkgroupCommand_base: {
|
|
25
|
-
new (input: CreateWorkgroupCommandInput): import("@smithy/core/client").CommandImpl<CreateWorkgroupCommandInput, CreateWorkgroupCommandOutput, RedshiftServerlessClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (input: CreateWorkgroupCommandInput): import("@smithy/core/client").CommandImpl<CreateWorkgroupCommandInput, CreateWorkgroupCommandOutput, RedshiftServerlessClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
-
getEndpointParameterInstructions():
|
|
28
|
-
[x: string]: unknown;
|
|
29
|
-
};
|
|
22
|
+
new (input: CreateWorkgroupCommandInput): import("@smithy/core/client").CommandImpl<CreateWorkgroupCommandInput, CreateWorkgroupCommandOutput, import("..").RedshiftServerlessClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
23
|
+
new (input: CreateWorkgroupCommandInput): import("@smithy/core/client").CommandImpl<CreateWorkgroupCommandInput, CreateWorkgroupCommandOutput, import("..").RedshiftServerlessClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
25
|
};
|
|
31
26
|
/**
|
|
32
27
|
* <p>Creates an workgroup in Amazon Redshift Serverless.</p> <p>VPC Block Public Access (BPA) enables you to block resources in VPCs and subnets that you own in a Region from reaching or being reached from the internet through internet gateways and egress-only internet gateways. If a workgroup is in an account with VPC BPA turned on, the following capabilities are blocked: </p> <ul> <li> <p>Creating a public access workgroup</p> </li> <li> <p>Modifying a private workgroup to public</p> </li> <li> <p>Adding a subnet with VPC BPA turned on to the workgroup when the workgroup is public</p> </li> </ul> <p>For more information about VPC BPA, see <a href="https://docs.aws.amazon.com/vpc/latest/userguide/security-vpc-bpa.html">Block public access to VPCs and subnets</a> in the <i>Amazon VPC User Guide</i>.</p>
|
|
@@ -1,12 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
2
|
import type { DeleteCustomDomainAssociationRequest, DeleteCustomDomainAssociationResponse } from "../models/models_0";
|
|
4
|
-
import type { RedshiftServerlessClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../RedshiftServerlessClient";
|
|
5
3
|
/**
|
|
6
4
|
* @public
|
|
7
5
|
*/
|
|
8
6
|
export type { __MetadataBearer };
|
|
9
|
-
export { $Command };
|
|
10
7
|
/**
|
|
11
8
|
* @public
|
|
12
9
|
*
|
|
@@ -22,11 +19,9 @@ export interface DeleteCustomDomainAssociationCommandInput extends DeleteCustomD
|
|
|
22
19
|
export interface DeleteCustomDomainAssociationCommandOutput extends DeleteCustomDomainAssociationResponse, __MetadataBearer {
|
|
23
20
|
}
|
|
24
21
|
declare const DeleteCustomDomainAssociationCommand_base: {
|
|
25
|
-
new (input: DeleteCustomDomainAssociationCommandInput): import("@smithy/core/client").CommandImpl<DeleteCustomDomainAssociationCommandInput, DeleteCustomDomainAssociationCommandOutput, RedshiftServerlessClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (input: DeleteCustomDomainAssociationCommandInput): import("@smithy/core/client").CommandImpl<DeleteCustomDomainAssociationCommandInput, DeleteCustomDomainAssociationCommandOutput, RedshiftServerlessClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
-
getEndpointParameterInstructions():
|
|
28
|
-
[x: string]: unknown;
|
|
29
|
-
};
|
|
22
|
+
new (input: DeleteCustomDomainAssociationCommandInput): import("@smithy/core/client").CommandImpl<DeleteCustomDomainAssociationCommandInput, DeleteCustomDomainAssociationCommandOutput, import("..").RedshiftServerlessClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
23
|
+
new (input: DeleteCustomDomainAssociationCommandInput): import("@smithy/core/client").CommandImpl<DeleteCustomDomainAssociationCommandInput, DeleteCustomDomainAssociationCommandOutput, import("..").RedshiftServerlessClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
25
|
};
|
|
31
26
|
/**
|
|
32
27
|
* <p>Deletes a custom domain association for Amazon Redshift Serverless.</p>
|
|
@@ -1,12 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
2
|
import type { DeleteEndpointAccessRequest, DeleteEndpointAccessResponse } from "../models/models_0";
|
|
4
|
-
import type { RedshiftServerlessClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../RedshiftServerlessClient";
|
|
5
3
|
/**
|
|
6
4
|
* @public
|
|
7
5
|
*/
|
|
8
6
|
export type { __MetadataBearer };
|
|
9
|
-
export { $Command };
|
|
10
7
|
/**
|
|
11
8
|
* @public
|
|
12
9
|
*
|
|
@@ -22,11 +19,9 @@ export interface DeleteEndpointAccessCommandInput extends DeleteEndpointAccessRe
|
|
|
22
19
|
export interface DeleteEndpointAccessCommandOutput extends DeleteEndpointAccessResponse, __MetadataBearer {
|
|
23
20
|
}
|
|
24
21
|
declare const DeleteEndpointAccessCommand_base: {
|
|
25
|
-
new (input: DeleteEndpointAccessCommandInput): import("@smithy/core/client").CommandImpl<DeleteEndpointAccessCommandInput, DeleteEndpointAccessCommandOutput, RedshiftServerlessClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (input: DeleteEndpointAccessCommandInput): import("@smithy/core/client").CommandImpl<DeleteEndpointAccessCommandInput, DeleteEndpointAccessCommandOutput, RedshiftServerlessClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
-
getEndpointParameterInstructions():
|
|
28
|
-
[x: string]: unknown;
|
|
29
|
-
};
|
|
22
|
+
new (input: DeleteEndpointAccessCommandInput): import("@smithy/core/client").CommandImpl<DeleteEndpointAccessCommandInput, DeleteEndpointAccessCommandOutput, import("..").RedshiftServerlessClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
23
|
+
new (input: DeleteEndpointAccessCommandInput): import("@smithy/core/client").CommandImpl<DeleteEndpointAccessCommandInput, DeleteEndpointAccessCommandOutput, import("..").RedshiftServerlessClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
25
|
};
|
|
31
26
|
/**
|
|
32
27
|
* <p>Deletes an Amazon Redshift Serverless managed VPC endpoint.</p>
|
|
@@ -1,12 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
2
|
import type { DeleteNamespaceRequest, DeleteNamespaceResponse } from "../models/models_0";
|
|
4
|
-
import type { RedshiftServerlessClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../RedshiftServerlessClient";
|
|
5
3
|
/**
|
|
6
4
|
* @public
|
|
7
5
|
*/
|
|
8
6
|
export type { __MetadataBearer };
|
|
9
|
-
export { $Command };
|
|
10
7
|
/**
|
|
11
8
|
* @public
|
|
12
9
|
*
|
|
@@ -22,11 +19,9 @@ export interface DeleteNamespaceCommandInput extends DeleteNamespaceRequest {
|
|
|
22
19
|
export interface DeleteNamespaceCommandOutput extends DeleteNamespaceResponse, __MetadataBearer {
|
|
23
20
|
}
|
|
24
21
|
declare const DeleteNamespaceCommand_base: {
|
|
25
|
-
new (input: DeleteNamespaceCommandInput): import("@smithy/core/client").CommandImpl<DeleteNamespaceCommandInput, DeleteNamespaceCommandOutput, RedshiftServerlessClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (input: DeleteNamespaceCommandInput): import("@smithy/core/client").CommandImpl<DeleteNamespaceCommandInput, DeleteNamespaceCommandOutput, RedshiftServerlessClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
-
getEndpointParameterInstructions():
|
|
28
|
-
[x: string]: unknown;
|
|
29
|
-
};
|
|
22
|
+
new (input: DeleteNamespaceCommandInput): import("@smithy/core/client").CommandImpl<DeleteNamespaceCommandInput, DeleteNamespaceCommandOutput, import("..").RedshiftServerlessClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
23
|
+
new (input: DeleteNamespaceCommandInput): import("@smithy/core/client").CommandImpl<DeleteNamespaceCommandInput, DeleteNamespaceCommandOutput, import("..").RedshiftServerlessClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
25
|
};
|
|
31
26
|
/**
|
|
32
27
|
* <p>Deletes a namespace from Amazon Redshift Serverless. Before you delete the namespace, you can create a final snapshot that has all of the data within the namespace.</p>
|
|
@@ -1,12 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
2
|
import type { DeleteResourcePolicyRequest, DeleteResourcePolicyResponse } from "../models/models_0";
|
|
4
|
-
import type { RedshiftServerlessClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../RedshiftServerlessClient";
|
|
5
3
|
/**
|
|
6
4
|
* @public
|
|
7
5
|
*/
|
|
8
6
|
export type { __MetadataBearer };
|
|
9
|
-
export { $Command };
|
|
10
7
|
/**
|
|
11
8
|
* @public
|
|
12
9
|
*
|
|
@@ -22,11 +19,9 @@ export interface DeleteResourcePolicyCommandInput extends DeleteResourcePolicyRe
|
|
|
22
19
|
export interface DeleteResourcePolicyCommandOutput extends DeleteResourcePolicyResponse, __MetadataBearer {
|
|
23
20
|
}
|
|
24
21
|
declare const DeleteResourcePolicyCommand_base: {
|
|
25
|
-
new (input: DeleteResourcePolicyCommandInput): import("@smithy/core/client").CommandImpl<DeleteResourcePolicyCommandInput, DeleteResourcePolicyCommandOutput, RedshiftServerlessClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (input: DeleteResourcePolicyCommandInput): import("@smithy/core/client").CommandImpl<DeleteResourcePolicyCommandInput, DeleteResourcePolicyCommandOutput, RedshiftServerlessClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
-
getEndpointParameterInstructions():
|
|
28
|
-
[x: string]: unknown;
|
|
29
|
-
};
|
|
22
|
+
new (input: DeleteResourcePolicyCommandInput): import("@smithy/core/client").CommandImpl<DeleteResourcePolicyCommandInput, DeleteResourcePolicyCommandOutput, import("..").RedshiftServerlessClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
23
|
+
new (input: DeleteResourcePolicyCommandInput): import("@smithy/core/client").CommandImpl<DeleteResourcePolicyCommandInput, DeleteResourcePolicyCommandOutput, import("..").RedshiftServerlessClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
25
|
};
|
|
31
26
|
/**
|
|
32
27
|
* <p>Deletes the specified resource policy.</p>
|
|
@@ -1,12 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
2
|
import type { DeleteScheduledActionRequest, DeleteScheduledActionResponse } from "../models/models_0";
|
|
4
|
-
import type { RedshiftServerlessClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../RedshiftServerlessClient";
|
|
5
3
|
/**
|
|
6
4
|
* @public
|
|
7
5
|
*/
|
|
8
6
|
export type { __MetadataBearer };
|
|
9
|
-
export { $Command };
|
|
10
7
|
/**
|
|
11
8
|
* @public
|
|
12
9
|
*
|
|
@@ -22,11 +19,9 @@ export interface DeleteScheduledActionCommandInput extends DeleteScheduledAction
|
|
|
22
19
|
export interface DeleteScheduledActionCommandOutput extends DeleteScheduledActionResponse, __MetadataBearer {
|
|
23
20
|
}
|
|
24
21
|
declare const DeleteScheduledActionCommand_base: {
|
|
25
|
-
new (input: DeleteScheduledActionCommandInput): import("@smithy/core/client").CommandImpl<DeleteScheduledActionCommandInput, DeleteScheduledActionCommandOutput, RedshiftServerlessClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (input: DeleteScheduledActionCommandInput): import("@smithy/core/client").CommandImpl<DeleteScheduledActionCommandInput, DeleteScheduledActionCommandOutput, RedshiftServerlessClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
-
getEndpointParameterInstructions():
|
|
28
|
-
[x: string]: unknown;
|
|
29
|
-
};
|
|
22
|
+
new (input: DeleteScheduledActionCommandInput): import("@smithy/core/client").CommandImpl<DeleteScheduledActionCommandInput, DeleteScheduledActionCommandOutput, import("..").RedshiftServerlessClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
23
|
+
new (input: DeleteScheduledActionCommandInput): import("@smithy/core/client").CommandImpl<DeleteScheduledActionCommandInput, DeleteScheduledActionCommandOutput, import("..").RedshiftServerlessClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
25
|
};
|
|
31
26
|
/**
|
|
32
27
|
* <p>Deletes a scheduled action.</p>
|
|
@@ -1,12 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
2
|
import type { DeleteSnapshotRequest, DeleteSnapshotResponse } from "../models/models_0";
|
|
4
|
-
import type { RedshiftServerlessClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../RedshiftServerlessClient";
|
|
5
3
|
/**
|
|
6
4
|
* @public
|
|
7
5
|
*/
|
|
8
6
|
export type { __MetadataBearer };
|
|
9
|
-
export { $Command };
|
|
10
7
|
/**
|
|
11
8
|
* @public
|
|
12
9
|
*
|
|
@@ -22,11 +19,9 @@ export interface DeleteSnapshotCommandInput extends DeleteSnapshotRequest {
|
|
|
22
19
|
export interface DeleteSnapshotCommandOutput extends DeleteSnapshotResponse, __MetadataBearer {
|
|
23
20
|
}
|
|
24
21
|
declare const DeleteSnapshotCommand_base: {
|
|
25
|
-
new (input: DeleteSnapshotCommandInput): import("@smithy/core/client").CommandImpl<DeleteSnapshotCommandInput, DeleteSnapshotCommandOutput, RedshiftServerlessClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (input: DeleteSnapshotCommandInput): import("@smithy/core/client").CommandImpl<DeleteSnapshotCommandInput, DeleteSnapshotCommandOutput, RedshiftServerlessClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
-
getEndpointParameterInstructions():
|
|
28
|
-
[x: string]: unknown;
|
|
29
|
-
};
|
|
22
|
+
new (input: DeleteSnapshotCommandInput): import("@smithy/core/client").CommandImpl<DeleteSnapshotCommandInput, DeleteSnapshotCommandOutput, import("..").RedshiftServerlessClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
23
|
+
new (input: DeleteSnapshotCommandInput): import("@smithy/core/client").CommandImpl<DeleteSnapshotCommandInput, DeleteSnapshotCommandOutput, import("..").RedshiftServerlessClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
25
|
};
|
|
31
26
|
/**
|
|
32
27
|
* <p>Deletes a snapshot from Amazon Redshift Serverless.</p>
|
|
@@ -1,12 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
2
|
import type { DeleteSnapshotCopyConfigurationRequest, DeleteSnapshotCopyConfigurationResponse } from "../models/models_0";
|
|
4
|
-
import type { RedshiftServerlessClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../RedshiftServerlessClient";
|
|
5
3
|
/**
|
|
6
4
|
* @public
|
|
7
5
|
*/
|
|
8
6
|
export type { __MetadataBearer };
|
|
9
|
-
export { $Command };
|
|
10
7
|
/**
|
|
11
8
|
* @public
|
|
12
9
|
*
|
|
@@ -22,11 +19,9 @@ export interface DeleteSnapshotCopyConfigurationCommandInput extends DeleteSnaps
|
|
|
22
19
|
export interface DeleteSnapshotCopyConfigurationCommandOutput extends DeleteSnapshotCopyConfigurationResponse, __MetadataBearer {
|
|
23
20
|
}
|
|
24
21
|
declare const DeleteSnapshotCopyConfigurationCommand_base: {
|
|
25
|
-
new (input: DeleteSnapshotCopyConfigurationCommandInput): import("@smithy/core/client").CommandImpl<DeleteSnapshotCopyConfigurationCommandInput, DeleteSnapshotCopyConfigurationCommandOutput, RedshiftServerlessClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (input: DeleteSnapshotCopyConfigurationCommandInput): import("@smithy/core/client").CommandImpl<DeleteSnapshotCopyConfigurationCommandInput, DeleteSnapshotCopyConfigurationCommandOutput, RedshiftServerlessClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
-
getEndpointParameterInstructions():
|
|
28
|
-
[x: string]: unknown;
|
|
29
|
-
};
|
|
22
|
+
new (input: DeleteSnapshotCopyConfigurationCommandInput): import("@smithy/core/client").CommandImpl<DeleteSnapshotCopyConfigurationCommandInput, DeleteSnapshotCopyConfigurationCommandOutput, import("..").RedshiftServerlessClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
23
|
+
new (input: DeleteSnapshotCopyConfigurationCommandInput): import("@smithy/core/client").CommandImpl<DeleteSnapshotCopyConfigurationCommandInput, DeleteSnapshotCopyConfigurationCommandOutput, import("..").RedshiftServerlessClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
25
|
};
|
|
31
26
|
/**
|
|
32
27
|
* <p>Deletes a snapshot copy configuration</p>
|