@aws-sdk/client-redshift-serverless 3.1086.0 → 3.1088.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 +1 -1
- package/dist-types/ts3.4/RedshiftServerless.d.ts +213 -228
- package/dist-types/ts3.4/RedshiftServerlessClient.d.ts +9 -31
- package/dist-types/ts3.4/auth/httpAuthExtensionConfiguration.d.ts +5 -12
- package/dist-types/ts3.4/auth/httpAuthSchemeProvider.d.ts +11 -15
- package/dist-types/ts3.4/commandBuilder.d.ts +7 -13
- package/dist-types/ts3.4/commands/ConvertRecoveryPointToSnapshotCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/CreateCustomDomainAssociationCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/CreateEndpointAccessCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/CreateNamespaceCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/CreateReservationCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/CreateScheduledActionCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/CreateSnapshotCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/CreateSnapshotCopyConfigurationCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/CreateUsageLimitCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/CreateWorkgroupCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/DeleteCustomDomainAssociationCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/DeleteEndpointAccessCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/DeleteNamespaceCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/DeleteResourcePolicyCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/DeleteScheduledActionCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/DeleteSnapshotCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/DeleteSnapshotCopyConfigurationCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/DeleteUsageLimitCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/DeleteWorkgroupCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/GetCredentialsCommand.d.ts +3 -8
- package/dist-types/ts3.4/commands/GetCustomDomainAssociationCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/GetEndpointAccessCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/GetIdentityCenterAuthTokenCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/GetNamespaceCommand.d.ts +3 -5
- package/dist-types/ts3.4/commands/GetRecoveryPointCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/GetReservationCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/GetReservationOfferingCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/GetResourcePolicyCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/GetScheduledActionCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/GetSnapshotCommand.d.ts +2 -4
- package/dist-types/ts3.4/commands/GetTableRestoreStatusCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/GetTrackCommand.d.ts +7 -5
- package/dist-types/ts3.4/commands/GetUsageLimitCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/GetWorkgroupCommand.d.ts +3 -5
- package/dist-types/ts3.4/commands/ListCustomDomainAssociationsCommand.d.ts +3 -5
- package/dist-types/ts3.4/commands/ListEndpointAccessCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/ListManagedWorkgroupsCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/ListNamespacesCommand.d.ts +3 -8
- package/dist-types/ts3.4/commands/ListRecoveryPointsCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/ListReservationOfferingsCommand.d.ts +3 -5
- package/dist-types/ts3.4/commands/ListReservationsCommand.d.ts +3 -8
- package/dist-types/ts3.4/commands/ListScheduledActionsCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/ListSnapshotCopyConfigurationsCommand.d.ts +3 -5
- package/dist-types/ts3.4/commands/ListSnapshotsCommand.d.ts +3 -8
- package/dist-types/ts3.4/commands/ListTableRestoreStatusCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/ListTracksCommand.d.ts +2 -4
- package/dist-types/ts3.4/commands/ListUsageLimitsCommand.d.ts +3 -8
- package/dist-types/ts3.4/commands/ListWorkgroupsCommand.d.ts +3 -8
- package/dist-types/ts3.4/commands/PutResourcePolicyCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/RestoreFromRecoveryPointCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/RestoreFromSnapshotCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/RestoreTableFromRecoveryPointCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/RestoreTableFromSnapshotCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +3 -5
- package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/UpdateCustomDomainAssociationCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/UpdateEndpointAccessCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/UpdateLakehouseConfigurationCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/UpdateNamespaceCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/UpdateScheduledActionCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/UpdateSnapshotCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/UpdateSnapshotCopyConfigurationCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/UpdateUsageLimitCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/UpdateWorkgroupCommand.d.ts +4 -9
- package/dist-types/ts3.4/endpoint/EndpointParameters.d.ts +1 -1
- package/dist-types/ts3.4/endpoint/endpointResolver.d.ts +1 -1
- package/dist-types/ts3.4/extensionConfiguration.d.ts +2 -1
- package/dist-types/ts3.4/models/enums.d.ts +5 -10
- package/dist-types/ts3.4/models/errors.d.ts +10 -30
- package/dist-types/ts3.4/models/models_0.d.ts +2 -7
- package/dist-types/ts3.4/pagination/Interfaces.d.ts +1 -2
- package/dist-types/ts3.4/pagination/ListTracksPaginator.d.ts +1 -4
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +10 -25
- package/dist-types/ts3.4/runtimeConfig.d.ts +9 -19
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +10 -25
- package/dist-types/ts3.4/runtimeConfig.shared.d.ts +2 -4
- package/dist-types/ts3.4/runtimeExtensions.d.ts +2 -4
- package/package.json +39 -39
|
@@ -1,17 +1,12 @@
|
|
|
1
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
2
|
-
import {
|
|
3
|
-
ListRecoveryPointsRequest,
|
|
4
|
-
ListRecoveryPointsResponse,
|
|
5
|
-
} from "../models/models_0";
|
|
2
|
+
import { ListRecoveryPointsRequest, ListRecoveryPointsResponse } from "../models/models_0";
|
|
6
3
|
export { __MetadataBearer };
|
|
7
|
-
export interface ListRecoveryPointsCommandInput
|
|
8
|
-
extends ListRecoveryPointsRequest {}
|
|
4
|
+
export interface ListRecoveryPointsCommandInput extends ListRecoveryPointsRequest {}
|
|
9
5
|
export interface ListRecoveryPointsCommandOutput
|
|
10
|
-
extends ListRecoveryPointsResponse,
|
|
11
|
-
__MetadataBearer {}
|
|
6
|
+
extends ListRecoveryPointsResponse, __MetadataBearer {}
|
|
12
7
|
declare const ListRecoveryPointsCommand_base: {
|
|
13
8
|
new (
|
|
14
|
-
input: ListRecoveryPointsCommandInput
|
|
9
|
+
input: ListRecoveryPointsCommandInput,
|
|
15
10
|
): import("@smithy/core/client").CommandImpl<
|
|
16
11
|
ListRecoveryPointsCommandInput,
|
|
17
12
|
ListRecoveryPointsCommandOutput,
|
|
@@ -4,14 +4,12 @@ import {
|
|
|
4
4
|
ListReservationOfferingsResponse,
|
|
5
5
|
} from "../models/models_0";
|
|
6
6
|
export { __MetadataBearer };
|
|
7
|
-
export interface ListReservationOfferingsCommandInput
|
|
8
|
-
extends ListReservationOfferingsRequest {}
|
|
7
|
+
export interface ListReservationOfferingsCommandInput extends ListReservationOfferingsRequest {}
|
|
9
8
|
export interface ListReservationOfferingsCommandOutput
|
|
10
|
-
extends ListReservationOfferingsResponse,
|
|
11
|
-
__MetadataBearer {}
|
|
9
|
+
extends ListReservationOfferingsResponse, __MetadataBearer {}
|
|
12
10
|
declare const ListReservationOfferingsCommand_base: {
|
|
13
11
|
new (
|
|
14
|
-
input: ListReservationOfferingsCommandInput
|
|
12
|
+
input: ListReservationOfferingsCommandInput,
|
|
15
13
|
): import("@smithy/core/client").CommandImpl<
|
|
16
14
|
ListReservationOfferingsCommandInput,
|
|
17
15
|
ListReservationOfferingsCommandOutput,
|
|
@@ -1,16 +1,11 @@
|
|
|
1
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
2
|
-
import {
|
|
3
|
-
ListReservationsRequest,
|
|
4
|
-
ListReservationsResponse,
|
|
5
|
-
} from "../models/models_0";
|
|
2
|
+
import { ListReservationsRequest, ListReservationsResponse } from "../models/models_0";
|
|
6
3
|
export { __MetadataBearer };
|
|
7
4
|
export interface ListReservationsCommandInput extends ListReservationsRequest {}
|
|
8
|
-
export interface ListReservationsCommandOutput
|
|
9
|
-
extends ListReservationsResponse,
|
|
10
|
-
__MetadataBearer {}
|
|
5
|
+
export interface ListReservationsCommandOutput extends ListReservationsResponse, __MetadataBearer {}
|
|
11
6
|
declare const ListReservationsCommand_base: {
|
|
12
7
|
new (
|
|
13
|
-
input: ListReservationsCommandInput
|
|
8
|
+
input: ListReservationsCommandInput,
|
|
14
9
|
): import("@smithy/core/client").CommandImpl<
|
|
15
10
|
ListReservationsCommandInput,
|
|
16
11
|
ListReservationsCommandOutput,
|
|
@@ -1,17 +1,12 @@
|
|
|
1
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
2
|
-
import {
|
|
3
|
-
ListScheduledActionsRequest,
|
|
4
|
-
ListScheduledActionsResponse,
|
|
5
|
-
} from "../models/models_0";
|
|
2
|
+
import { ListScheduledActionsRequest, ListScheduledActionsResponse } from "../models/models_0";
|
|
6
3
|
export { __MetadataBearer };
|
|
7
|
-
export interface ListScheduledActionsCommandInput
|
|
8
|
-
extends ListScheduledActionsRequest {}
|
|
4
|
+
export interface ListScheduledActionsCommandInput extends ListScheduledActionsRequest {}
|
|
9
5
|
export interface ListScheduledActionsCommandOutput
|
|
10
|
-
extends ListScheduledActionsResponse,
|
|
11
|
-
__MetadataBearer {}
|
|
6
|
+
extends ListScheduledActionsResponse, __MetadataBearer {}
|
|
12
7
|
declare const ListScheduledActionsCommand_base: {
|
|
13
8
|
new (
|
|
14
|
-
input: ListScheduledActionsCommandInput
|
|
9
|
+
input: ListScheduledActionsCommandInput,
|
|
15
10
|
): import("@smithy/core/client").CommandImpl<
|
|
16
11
|
ListScheduledActionsCommandInput,
|
|
17
12
|
ListScheduledActionsCommandOutput,
|
|
@@ -4,14 +4,12 @@ import {
|
|
|
4
4
|
ListSnapshotCopyConfigurationsResponse,
|
|
5
5
|
} from "../models/models_0";
|
|
6
6
|
export { __MetadataBearer };
|
|
7
|
-
export interface ListSnapshotCopyConfigurationsCommandInput
|
|
8
|
-
extends ListSnapshotCopyConfigurationsRequest {}
|
|
7
|
+
export interface ListSnapshotCopyConfigurationsCommandInput extends ListSnapshotCopyConfigurationsRequest {}
|
|
9
8
|
export interface ListSnapshotCopyConfigurationsCommandOutput
|
|
10
|
-
extends ListSnapshotCopyConfigurationsResponse,
|
|
11
|
-
__MetadataBearer {}
|
|
9
|
+
extends ListSnapshotCopyConfigurationsResponse, __MetadataBearer {}
|
|
12
10
|
declare const ListSnapshotCopyConfigurationsCommand_base: {
|
|
13
11
|
new (
|
|
14
|
-
input: ListSnapshotCopyConfigurationsCommandInput
|
|
12
|
+
input: ListSnapshotCopyConfigurationsCommandInput,
|
|
15
13
|
): import("@smithy/core/client").CommandImpl<
|
|
16
14
|
ListSnapshotCopyConfigurationsCommandInput,
|
|
17
15
|
ListSnapshotCopyConfigurationsCommandOutput,
|
|
@@ -1,16 +1,11 @@
|
|
|
1
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
2
|
-
import {
|
|
3
|
-
ListSnapshotsRequest,
|
|
4
|
-
ListSnapshotsResponse,
|
|
5
|
-
} from "../models/models_0";
|
|
2
|
+
import { ListSnapshotsRequest, ListSnapshotsResponse } from "../models/models_0";
|
|
6
3
|
export { __MetadataBearer };
|
|
7
4
|
export interface ListSnapshotsCommandInput extends ListSnapshotsRequest {}
|
|
8
|
-
export interface ListSnapshotsCommandOutput
|
|
9
|
-
extends ListSnapshotsResponse,
|
|
10
|
-
__MetadataBearer {}
|
|
5
|
+
export interface ListSnapshotsCommandOutput extends ListSnapshotsResponse, __MetadataBearer {}
|
|
11
6
|
declare const ListSnapshotsCommand_base: {
|
|
12
7
|
new (
|
|
13
|
-
input: ListSnapshotsCommandInput
|
|
8
|
+
input: ListSnapshotsCommandInput,
|
|
14
9
|
): import("@smithy/core/client").CommandImpl<
|
|
15
10
|
ListSnapshotsCommandInput,
|
|
16
11
|
ListSnapshotsCommandOutput,
|
|
@@ -1,17 +1,12 @@
|
|
|
1
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
2
|
-
import {
|
|
3
|
-
ListTableRestoreStatusRequest,
|
|
4
|
-
ListTableRestoreStatusResponse,
|
|
5
|
-
} from "../models/models_0";
|
|
2
|
+
import { ListTableRestoreStatusRequest, ListTableRestoreStatusResponse } from "../models/models_0";
|
|
6
3
|
export { __MetadataBearer };
|
|
7
|
-
export interface ListTableRestoreStatusCommandInput
|
|
8
|
-
extends ListTableRestoreStatusRequest {}
|
|
4
|
+
export interface ListTableRestoreStatusCommandInput extends ListTableRestoreStatusRequest {}
|
|
9
5
|
export interface ListTableRestoreStatusCommandOutput
|
|
10
|
-
extends ListTableRestoreStatusResponse,
|
|
11
|
-
__MetadataBearer {}
|
|
6
|
+
extends ListTableRestoreStatusResponse, __MetadataBearer {}
|
|
12
7
|
declare const ListTableRestoreStatusCommand_base: {
|
|
13
8
|
new (
|
|
14
|
-
input: ListTableRestoreStatusCommandInput
|
|
9
|
+
input: ListTableRestoreStatusCommandInput,
|
|
15
10
|
): import("@smithy/core/client").CommandImpl<
|
|
16
11
|
ListTableRestoreStatusCommandInput,
|
|
17
12
|
ListTableRestoreStatusCommandOutput,
|
|
@@ -1,17 +1,12 @@
|
|
|
1
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
2
|
-
import {
|
|
3
|
-
ListTagsForResourceRequest,
|
|
4
|
-
ListTagsForResourceResponse,
|
|
5
|
-
} from "../models/models_0";
|
|
2
|
+
import { ListTagsForResourceRequest, ListTagsForResourceResponse } from "../models/models_0";
|
|
6
3
|
export { __MetadataBearer };
|
|
7
|
-
export interface ListTagsForResourceCommandInput
|
|
8
|
-
extends ListTagsForResourceRequest {}
|
|
4
|
+
export interface ListTagsForResourceCommandInput extends ListTagsForResourceRequest {}
|
|
9
5
|
export interface ListTagsForResourceCommandOutput
|
|
10
|
-
extends ListTagsForResourceResponse,
|
|
11
|
-
__MetadataBearer {}
|
|
6
|
+
extends ListTagsForResourceResponse, __MetadataBearer {}
|
|
12
7
|
declare const ListTagsForResourceCommand_base: {
|
|
13
8
|
new (
|
|
14
|
-
input: ListTagsForResourceCommandInput
|
|
9
|
+
input: ListTagsForResourceCommandInput,
|
|
15
10
|
): import("@smithy/core/client").CommandImpl<
|
|
16
11
|
ListTagsForResourceCommandInput,
|
|
17
12
|
ListTagsForResourceCommandOutput,
|
|
@@ -20,7 +15,7 @@ declare const ListTagsForResourceCommand_base: {
|
|
|
20
15
|
import("..").ServiceOutputTypes
|
|
21
16
|
>;
|
|
22
17
|
new (
|
|
23
|
-
input: ListTagsForResourceCommandInput
|
|
18
|
+
input: ListTagsForResourceCommandInput,
|
|
24
19
|
): import("@smithy/core/client").CommandImpl<
|
|
25
20
|
ListTagsForResourceCommandInput,
|
|
26
21
|
ListTagsForResourceCommandOutput,
|
|
@@ -2,12 +2,10 @@ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
|
2
2
|
import { ListTracksRequest, ListTracksResponse } from "../models/models_0";
|
|
3
3
|
export { __MetadataBearer };
|
|
4
4
|
export interface ListTracksCommandInput extends ListTracksRequest {}
|
|
5
|
-
export interface ListTracksCommandOutput
|
|
6
|
-
extends ListTracksResponse,
|
|
7
|
-
__MetadataBearer {}
|
|
5
|
+
export interface ListTracksCommandOutput extends ListTracksResponse, __MetadataBearer {}
|
|
8
6
|
declare const ListTracksCommand_base: {
|
|
9
7
|
new (
|
|
10
|
-
input: ListTracksCommandInput
|
|
8
|
+
input: ListTracksCommandInput,
|
|
11
9
|
): import("@smithy/core/client").CommandImpl<
|
|
12
10
|
ListTracksCommandInput,
|
|
13
11
|
ListTracksCommandOutput,
|
|
@@ -1,16 +1,11 @@
|
|
|
1
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
2
|
-
import {
|
|
3
|
-
ListUsageLimitsRequest,
|
|
4
|
-
ListUsageLimitsResponse,
|
|
5
|
-
} from "../models/models_0";
|
|
2
|
+
import { ListUsageLimitsRequest, ListUsageLimitsResponse } from "../models/models_0";
|
|
6
3
|
export { __MetadataBearer };
|
|
7
4
|
export interface ListUsageLimitsCommandInput extends ListUsageLimitsRequest {}
|
|
8
|
-
export interface ListUsageLimitsCommandOutput
|
|
9
|
-
extends ListUsageLimitsResponse,
|
|
10
|
-
__MetadataBearer {}
|
|
5
|
+
export interface ListUsageLimitsCommandOutput extends ListUsageLimitsResponse, __MetadataBearer {}
|
|
11
6
|
declare const ListUsageLimitsCommand_base: {
|
|
12
7
|
new (
|
|
13
|
-
input: ListUsageLimitsCommandInput
|
|
8
|
+
input: ListUsageLimitsCommandInput,
|
|
14
9
|
): import("@smithy/core/client").CommandImpl<
|
|
15
10
|
ListUsageLimitsCommandInput,
|
|
16
11
|
ListUsageLimitsCommandOutput,
|
|
@@ -1,16 +1,11 @@
|
|
|
1
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
2
|
-
import {
|
|
3
|
-
ListWorkgroupsRequest,
|
|
4
|
-
ListWorkgroupsResponse,
|
|
5
|
-
} from "../models/models_0";
|
|
2
|
+
import { ListWorkgroupsRequest, ListWorkgroupsResponse } from "../models/models_0";
|
|
6
3
|
export { __MetadataBearer };
|
|
7
4
|
export interface ListWorkgroupsCommandInput extends ListWorkgroupsRequest {}
|
|
8
|
-
export interface ListWorkgroupsCommandOutput
|
|
9
|
-
extends ListWorkgroupsResponse,
|
|
10
|
-
__MetadataBearer {}
|
|
5
|
+
export interface ListWorkgroupsCommandOutput extends ListWorkgroupsResponse, __MetadataBearer {}
|
|
11
6
|
declare const ListWorkgroupsCommand_base: {
|
|
12
7
|
new (
|
|
13
|
-
input: ListWorkgroupsCommandInput
|
|
8
|
+
input: ListWorkgroupsCommandInput,
|
|
14
9
|
): import("@smithy/core/client").CommandImpl<
|
|
15
10
|
ListWorkgroupsCommandInput,
|
|
16
11
|
ListWorkgroupsCommandOutput,
|
|
@@ -1,17 +1,12 @@
|
|
|
1
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
2
|
-
import {
|
|
3
|
-
PutResourcePolicyRequest,
|
|
4
|
-
PutResourcePolicyResponse,
|
|
5
|
-
} from "../models/models_0";
|
|
2
|
+
import { PutResourcePolicyRequest, PutResourcePolicyResponse } from "../models/models_0";
|
|
6
3
|
export { __MetadataBearer };
|
|
7
|
-
export interface PutResourcePolicyCommandInput
|
|
8
|
-
extends PutResourcePolicyRequest {}
|
|
4
|
+
export interface PutResourcePolicyCommandInput extends PutResourcePolicyRequest {}
|
|
9
5
|
export interface PutResourcePolicyCommandOutput
|
|
10
|
-
extends PutResourcePolicyResponse,
|
|
11
|
-
__MetadataBearer {}
|
|
6
|
+
extends PutResourcePolicyResponse, __MetadataBearer {}
|
|
12
7
|
declare const PutResourcePolicyCommand_base: {
|
|
13
8
|
new (
|
|
14
|
-
input: PutResourcePolicyCommandInput
|
|
9
|
+
input: PutResourcePolicyCommandInput,
|
|
15
10
|
): import("@smithy/core/client").CommandImpl<
|
|
16
11
|
PutResourcePolicyCommandInput,
|
|
17
12
|
PutResourcePolicyCommandOutput,
|
|
@@ -20,7 +15,7 @@ declare const PutResourcePolicyCommand_base: {
|
|
|
20
15
|
import("..").ServiceOutputTypes
|
|
21
16
|
>;
|
|
22
17
|
new (
|
|
23
|
-
input: PutResourcePolicyCommandInput
|
|
18
|
+
input: PutResourcePolicyCommandInput,
|
|
24
19
|
): import("@smithy/core/client").CommandImpl<
|
|
25
20
|
PutResourcePolicyCommandInput,
|
|
26
21
|
PutResourcePolicyCommandOutput,
|
|
@@ -4,14 +4,12 @@ import {
|
|
|
4
4
|
RestoreFromRecoveryPointResponse,
|
|
5
5
|
} from "../models/models_0";
|
|
6
6
|
export { __MetadataBearer };
|
|
7
|
-
export interface RestoreFromRecoveryPointCommandInput
|
|
8
|
-
extends RestoreFromRecoveryPointRequest {}
|
|
7
|
+
export interface RestoreFromRecoveryPointCommandInput extends RestoreFromRecoveryPointRequest {}
|
|
9
8
|
export interface RestoreFromRecoveryPointCommandOutput
|
|
10
|
-
extends RestoreFromRecoveryPointResponse,
|
|
11
|
-
__MetadataBearer {}
|
|
9
|
+
extends RestoreFromRecoveryPointResponse, __MetadataBearer {}
|
|
12
10
|
declare const RestoreFromRecoveryPointCommand_base: {
|
|
13
11
|
new (
|
|
14
|
-
input: RestoreFromRecoveryPointCommandInput
|
|
12
|
+
input: RestoreFromRecoveryPointCommandInput,
|
|
15
13
|
): import("@smithy/core/client").CommandImpl<
|
|
16
14
|
RestoreFromRecoveryPointCommandInput,
|
|
17
15
|
RestoreFromRecoveryPointCommandOutput,
|
|
@@ -20,7 +18,7 @@ declare const RestoreFromRecoveryPointCommand_base: {
|
|
|
20
18
|
import("..").ServiceOutputTypes
|
|
21
19
|
>;
|
|
22
20
|
new (
|
|
23
|
-
input: RestoreFromRecoveryPointCommandInput
|
|
21
|
+
input: RestoreFromRecoveryPointCommandInput,
|
|
24
22
|
): import("@smithy/core/client").CommandImpl<
|
|
25
23
|
RestoreFromRecoveryPointCommandInput,
|
|
26
24
|
RestoreFromRecoveryPointCommandOutput,
|
|
@@ -1,17 +1,12 @@
|
|
|
1
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
2
|
-
import {
|
|
3
|
-
RestoreFromSnapshotRequest,
|
|
4
|
-
RestoreFromSnapshotResponse,
|
|
5
|
-
} from "../models/models_0";
|
|
2
|
+
import { RestoreFromSnapshotRequest, RestoreFromSnapshotResponse } from "../models/models_0";
|
|
6
3
|
export { __MetadataBearer };
|
|
7
|
-
export interface RestoreFromSnapshotCommandInput
|
|
8
|
-
extends RestoreFromSnapshotRequest {}
|
|
4
|
+
export interface RestoreFromSnapshotCommandInput extends RestoreFromSnapshotRequest {}
|
|
9
5
|
export interface RestoreFromSnapshotCommandOutput
|
|
10
|
-
extends RestoreFromSnapshotResponse,
|
|
11
|
-
__MetadataBearer {}
|
|
6
|
+
extends RestoreFromSnapshotResponse, __MetadataBearer {}
|
|
12
7
|
declare const RestoreFromSnapshotCommand_base: {
|
|
13
8
|
new (
|
|
14
|
-
input: RestoreFromSnapshotCommandInput
|
|
9
|
+
input: RestoreFromSnapshotCommandInput,
|
|
15
10
|
): import("@smithy/core/client").CommandImpl<
|
|
16
11
|
RestoreFromSnapshotCommandInput,
|
|
17
12
|
RestoreFromSnapshotCommandOutput,
|
|
@@ -20,7 +15,7 @@ declare const RestoreFromSnapshotCommand_base: {
|
|
|
20
15
|
import("..").ServiceOutputTypes
|
|
21
16
|
>;
|
|
22
17
|
new (
|
|
23
|
-
input: RestoreFromSnapshotCommandInput
|
|
18
|
+
input: RestoreFromSnapshotCommandInput,
|
|
24
19
|
): import("@smithy/core/client").CommandImpl<
|
|
25
20
|
RestoreFromSnapshotCommandInput,
|
|
26
21
|
RestoreFromSnapshotCommandOutput,
|
|
@@ -4,14 +4,12 @@ import {
|
|
|
4
4
|
RestoreTableFromRecoveryPointResponse,
|
|
5
5
|
} from "../models/models_0";
|
|
6
6
|
export { __MetadataBearer };
|
|
7
|
-
export interface RestoreTableFromRecoveryPointCommandInput
|
|
8
|
-
extends RestoreTableFromRecoveryPointRequest {}
|
|
7
|
+
export interface RestoreTableFromRecoveryPointCommandInput extends RestoreTableFromRecoveryPointRequest {}
|
|
9
8
|
export interface RestoreTableFromRecoveryPointCommandOutput
|
|
10
|
-
extends RestoreTableFromRecoveryPointResponse,
|
|
11
|
-
__MetadataBearer {}
|
|
9
|
+
extends RestoreTableFromRecoveryPointResponse, __MetadataBearer {}
|
|
12
10
|
declare const RestoreTableFromRecoveryPointCommand_base: {
|
|
13
11
|
new (
|
|
14
|
-
input: RestoreTableFromRecoveryPointCommandInput
|
|
12
|
+
input: RestoreTableFromRecoveryPointCommandInput,
|
|
15
13
|
): import("@smithy/core/client").CommandImpl<
|
|
16
14
|
RestoreTableFromRecoveryPointCommandInput,
|
|
17
15
|
RestoreTableFromRecoveryPointCommandOutput,
|
|
@@ -20,7 +18,7 @@ declare const RestoreTableFromRecoveryPointCommand_base: {
|
|
|
20
18
|
import("..").ServiceOutputTypes
|
|
21
19
|
>;
|
|
22
20
|
new (
|
|
23
|
-
input: RestoreTableFromRecoveryPointCommandInput
|
|
21
|
+
input: RestoreTableFromRecoveryPointCommandInput,
|
|
24
22
|
): import("@smithy/core/client").CommandImpl<
|
|
25
23
|
RestoreTableFromRecoveryPointCommandInput,
|
|
26
24
|
RestoreTableFromRecoveryPointCommandOutput,
|
|
@@ -4,14 +4,12 @@ import {
|
|
|
4
4
|
RestoreTableFromSnapshotResponse,
|
|
5
5
|
} from "../models/models_0";
|
|
6
6
|
export { __MetadataBearer };
|
|
7
|
-
export interface RestoreTableFromSnapshotCommandInput
|
|
8
|
-
extends RestoreTableFromSnapshotRequest {}
|
|
7
|
+
export interface RestoreTableFromSnapshotCommandInput extends RestoreTableFromSnapshotRequest {}
|
|
9
8
|
export interface RestoreTableFromSnapshotCommandOutput
|
|
10
|
-
extends RestoreTableFromSnapshotResponse,
|
|
11
|
-
__MetadataBearer {}
|
|
9
|
+
extends RestoreTableFromSnapshotResponse, __MetadataBearer {}
|
|
12
10
|
declare const RestoreTableFromSnapshotCommand_base: {
|
|
13
11
|
new (
|
|
14
|
-
input: RestoreTableFromSnapshotCommandInput
|
|
12
|
+
input: RestoreTableFromSnapshotCommandInput,
|
|
15
13
|
): import("@smithy/core/client").CommandImpl<
|
|
16
14
|
RestoreTableFromSnapshotCommandInput,
|
|
17
15
|
RestoreTableFromSnapshotCommandOutput,
|
|
@@ -20,7 +18,7 @@ declare const RestoreTableFromSnapshotCommand_base: {
|
|
|
20
18
|
import("..").ServiceOutputTypes
|
|
21
19
|
>;
|
|
22
20
|
new (
|
|
23
|
-
input: RestoreTableFromSnapshotCommandInput
|
|
21
|
+
input: RestoreTableFromSnapshotCommandInput,
|
|
24
22
|
): import("@smithy/core/client").CommandImpl<
|
|
25
23
|
RestoreTableFromSnapshotCommandInput,
|
|
26
24
|
RestoreTableFromSnapshotCommandOutput,
|
|
@@ -2,12 +2,10 @@ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
|
2
2
|
import { TagResourceRequest, TagResourceResponse } from "../models/models_0";
|
|
3
3
|
export { __MetadataBearer };
|
|
4
4
|
export interface TagResourceCommandInput extends TagResourceRequest {}
|
|
5
|
-
export interface TagResourceCommandOutput
|
|
6
|
-
extends TagResourceResponse,
|
|
7
|
-
__MetadataBearer {}
|
|
5
|
+
export interface TagResourceCommandOutput extends TagResourceResponse, __MetadataBearer {}
|
|
8
6
|
declare const TagResourceCommand_base: {
|
|
9
7
|
new (
|
|
10
|
-
input: TagResourceCommandInput
|
|
8
|
+
input: TagResourceCommandInput,
|
|
11
9
|
): import("@smithy/core/client").CommandImpl<
|
|
12
10
|
TagResourceCommandInput,
|
|
13
11
|
TagResourceCommandOutput,
|
|
@@ -16,7 +14,7 @@ declare const TagResourceCommand_base: {
|
|
|
16
14
|
import("..").ServiceOutputTypes
|
|
17
15
|
>;
|
|
18
16
|
new (
|
|
19
|
-
input: TagResourceCommandInput
|
|
17
|
+
input: TagResourceCommandInput,
|
|
20
18
|
): import("@smithy/core/client").CommandImpl<
|
|
21
19
|
TagResourceCommandInput,
|
|
22
20
|
TagResourceCommandOutput,
|
|
@@ -1,16 +1,11 @@
|
|
|
1
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
2
|
-
import {
|
|
3
|
-
UntagResourceRequest,
|
|
4
|
-
UntagResourceResponse,
|
|
5
|
-
} from "../models/models_0";
|
|
2
|
+
import { UntagResourceRequest, UntagResourceResponse } from "../models/models_0";
|
|
6
3
|
export { __MetadataBearer };
|
|
7
4
|
export interface UntagResourceCommandInput extends UntagResourceRequest {}
|
|
8
|
-
export interface UntagResourceCommandOutput
|
|
9
|
-
extends UntagResourceResponse,
|
|
10
|
-
__MetadataBearer {}
|
|
5
|
+
export interface UntagResourceCommandOutput extends UntagResourceResponse, __MetadataBearer {}
|
|
11
6
|
declare const UntagResourceCommand_base: {
|
|
12
7
|
new (
|
|
13
|
-
input: UntagResourceCommandInput
|
|
8
|
+
input: UntagResourceCommandInput,
|
|
14
9
|
): import("@smithy/core/client").CommandImpl<
|
|
15
10
|
UntagResourceCommandInput,
|
|
16
11
|
UntagResourceCommandOutput,
|
|
@@ -19,7 +14,7 @@ declare const UntagResourceCommand_base: {
|
|
|
19
14
|
import("..").ServiceOutputTypes
|
|
20
15
|
>;
|
|
21
16
|
new (
|
|
22
|
-
input: UntagResourceCommandInput
|
|
17
|
+
input: UntagResourceCommandInput,
|
|
23
18
|
): import("@smithy/core/client").CommandImpl<
|
|
24
19
|
UntagResourceCommandInput,
|
|
25
20
|
UntagResourceCommandOutput,
|
|
@@ -4,14 +4,12 @@ import {
|
|
|
4
4
|
UpdateCustomDomainAssociationResponse,
|
|
5
5
|
} from "../models/models_0";
|
|
6
6
|
export { __MetadataBearer };
|
|
7
|
-
export interface UpdateCustomDomainAssociationCommandInput
|
|
8
|
-
extends UpdateCustomDomainAssociationRequest {}
|
|
7
|
+
export interface UpdateCustomDomainAssociationCommandInput extends UpdateCustomDomainAssociationRequest {}
|
|
9
8
|
export interface UpdateCustomDomainAssociationCommandOutput
|
|
10
|
-
extends UpdateCustomDomainAssociationResponse,
|
|
11
|
-
__MetadataBearer {}
|
|
9
|
+
extends UpdateCustomDomainAssociationResponse, __MetadataBearer {}
|
|
12
10
|
declare const UpdateCustomDomainAssociationCommand_base: {
|
|
13
11
|
new (
|
|
14
|
-
input: UpdateCustomDomainAssociationCommandInput
|
|
12
|
+
input: UpdateCustomDomainAssociationCommandInput,
|
|
15
13
|
): import("@smithy/core/client").CommandImpl<
|
|
16
14
|
UpdateCustomDomainAssociationCommandInput,
|
|
17
15
|
UpdateCustomDomainAssociationCommandOutput,
|
|
@@ -20,7 +18,7 @@ declare const UpdateCustomDomainAssociationCommand_base: {
|
|
|
20
18
|
import("..").ServiceOutputTypes
|
|
21
19
|
>;
|
|
22
20
|
new (
|
|
23
|
-
input: UpdateCustomDomainAssociationCommandInput
|
|
21
|
+
input: UpdateCustomDomainAssociationCommandInput,
|
|
24
22
|
): import("@smithy/core/client").CommandImpl<
|
|
25
23
|
UpdateCustomDomainAssociationCommandInput,
|
|
26
24
|
UpdateCustomDomainAssociationCommandOutput,
|
|
@@ -1,17 +1,12 @@
|
|
|
1
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
2
|
-
import {
|
|
3
|
-
UpdateEndpointAccessRequest,
|
|
4
|
-
UpdateEndpointAccessResponse,
|
|
5
|
-
} from "../models/models_0";
|
|
2
|
+
import { UpdateEndpointAccessRequest, UpdateEndpointAccessResponse } from "../models/models_0";
|
|
6
3
|
export { __MetadataBearer };
|
|
7
|
-
export interface UpdateEndpointAccessCommandInput
|
|
8
|
-
extends UpdateEndpointAccessRequest {}
|
|
4
|
+
export interface UpdateEndpointAccessCommandInput extends UpdateEndpointAccessRequest {}
|
|
9
5
|
export interface UpdateEndpointAccessCommandOutput
|
|
10
|
-
extends UpdateEndpointAccessResponse,
|
|
11
|
-
__MetadataBearer {}
|
|
6
|
+
extends UpdateEndpointAccessResponse, __MetadataBearer {}
|
|
12
7
|
declare const UpdateEndpointAccessCommand_base: {
|
|
13
8
|
new (
|
|
14
|
-
input: UpdateEndpointAccessCommandInput
|
|
9
|
+
input: UpdateEndpointAccessCommandInput,
|
|
15
10
|
): import("@smithy/core/client").CommandImpl<
|
|
16
11
|
UpdateEndpointAccessCommandInput,
|
|
17
12
|
UpdateEndpointAccessCommandOutput,
|
|
@@ -20,7 +15,7 @@ declare const UpdateEndpointAccessCommand_base: {
|
|
|
20
15
|
import("..").ServiceOutputTypes
|
|
21
16
|
>;
|
|
22
17
|
new (
|
|
23
|
-
input: UpdateEndpointAccessCommandInput
|
|
18
|
+
input: UpdateEndpointAccessCommandInput,
|
|
24
19
|
): import("@smithy/core/client").CommandImpl<
|
|
25
20
|
UpdateEndpointAccessCommandInput,
|
|
26
21
|
UpdateEndpointAccessCommandOutput,
|
|
@@ -4,14 +4,12 @@ import {
|
|
|
4
4
|
UpdateLakehouseConfigurationResponse,
|
|
5
5
|
} from "../models/models_0";
|
|
6
6
|
export { __MetadataBearer };
|
|
7
|
-
export interface UpdateLakehouseConfigurationCommandInput
|
|
8
|
-
extends UpdateLakehouseConfigurationRequest {}
|
|
7
|
+
export interface UpdateLakehouseConfigurationCommandInput extends UpdateLakehouseConfigurationRequest {}
|
|
9
8
|
export interface UpdateLakehouseConfigurationCommandOutput
|
|
10
|
-
extends UpdateLakehouseConfigurationResponse,
|
|
11
|
-
__MetadataBearer {}
|
|
9
|
+
extends UpdateLakehouseConfigurationResponse, __MetadataBearer {}
|
|
12
10
|
declare const UpdateLakehouseConfigurationCommand_base: {
|
|
13
11
|
new (
|
|
14
|
-
input: UpdateLakehouseConfigurationCommandInput
|
|
12
|
+
input: UpdateLakehouseConfigurationCommandInput,
|
|
15
13
|
): import("@smithy/core/client").CommandImpl<
|
|
16
14
|
UpdateLakehouseConfigurationCommandInput,
|
|
17
15
|
UpdateLakehouseConfigurationCommandOutput,
|
|
@@ -20,7 +18,7 @@ declare const UpdateLakehouseConfigurationCommand_base: {
|
|
|
20
18
|
import("..").ServiceOutputTypes
|
|
21
19
|
>;
|
|
22
20
|
new (
|
|
23
|
-
input: UpdateLakehouseConfigurationCommandInput
|
|
21
|
+
input: UpdateLakehouseConfigurationCommandInput,
|
|
24
22
|
): import("@smithy/core/client").CommandImpl<
|
|
25
23
|
UpdateLakehouseConfigurationCommandInput,
|
|
26
24
|
UpdateLakehouseConfigurationCommandOutput,
|
|
@@ -1,16 +1,11 @@
|
|
|
1
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
2
|
-
import {
|
|
3
|
-
UpdateNamespaceRequest,
|
|
4
|
-
UpdateNamespaceResponse,
|
|
5
|
-
} from "../models/models_0";
|
|
2
|
+
import { UpdateNamespaceRequest, UpdateNamespaceResponse } from "../models/models_0";
|
|
6
3
|
export { __MetadataBearer };
|
|
7
4
|
export interface UpdateNamespaceCommandInput extends UpdateNamespaceRequest {}
|
|
8
|
-
export interface UpdateNamespaceCommandOutput
|
|
9
|
-
extends UpdateNamespaceResponse,
|
|
10
|
-
__MetadataBearer {}
|
|
5
|
+
export interface UpdateNamespaceCommandOutput extends UpdateNamespaceResponse, __MetadataBearer {}
|
|
11
6
|
declare const UpdateNamespaceCommand_base: {
|
|
12
7
|
new (
|
|
13
|
-
input: UpdateNamespaceCommandInput
|
|
8
|
+
input: UpdateNamespaceCommandInput,
|
|
14
9
|
): import("@smithy/core/client").CommandImpl<
|
|
15
10
|
UpdateNamespaceCommandInput,
|
|
16
11
|
UpdateNamespaceCommandOutput,
|
|
@@ -19,7 +14,7 @@ declare const UpdateNamespaceCommand_base: {
|
|
|
19
14
|
import("..").ServiceOutputTypes
|
|
20
15
|
>;
|
|
21
16
|
new (
|
|
22
|
-
input: UpdateNamespaceCommandInput
|
|
17
|
+
input: UpdateNamespaceCommandInput,
|
|
23
18
|
): import("@smithy/core/client").CommandImpl<
|
|
24
19
|
UpdateNamespaceCommandInput,
|
|
25
20
|
UpdateNamespaceCommandOutput,
|
|
@@ -1,17 +1,12 @@
|
|
|
1
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
2
|
-
import {
|
|
3
|
-
UpdateScheduledActionRequest,
|
|
4
|
-
UpdateScheduledActionResponse,
|
|
5
|
-
} from "../models/models_0";
|
|
2
|
+
import { UpdateScheduledActionRequest, UpdateScheduledActionResponse } from "../models/models_0";
|
|
6
3
|
export { __MetadataBearer };
|
|
7
|
-
export interface UpdateScheduledActionCommandInput
|
|
8
|
-
extends UpdateScheduledActionRequest {}
|
|
4
|
+
export interface UpdateScheduledActionCommandInput extends UpdateScheduledActionRequest {}
|
|
9
5
|
export interface UpdateScheduledActionCommandOutput
|
|
10
|
-
extends UpdateScheduledActionResponse,
|
|
11
|
-
__MetadataBearer {}
|
|
6
|
+
extends UpdateScheduledActionResponse, __MetadataBearer {}
|
|
12
7
|
declare const UpdateScheduledActionCommand_base: {
|
|
13
8
|
new (
|
|
14
|
-
input: UpdateScheduledActionCommandInput
|
|
9
|
+
input: UpdateScheduledActionCommandInput,
|
|
15
10
|
): import("@smithy/core/client").CommandImpl<
|
|
16
11
|
UpdateScheduledActionCommandInput,
|
|
17
12
|
UpdateScheduledActionCommandOutput,
|
|
@@ -20,7 +15,7 @@ declare const UpdateScheduledActionCommand_base: {
|
|
|
20
15
|
import("..").ServiceOutputTypes
|
|
21
16
|
>;
|
|
22
17
|
new (
|
|
23
|
-
input: UpdateScheduledActionCommandInput
|
|
18
|
+
input: UpdateScheduledActionCommandInput,
|
|
24
19
|
): import("@smithy/core/client").CommandImpl<
|
|
25
20
|
UpdateScheduledActionCommandInput,
|
|
26
21
|
UpdateScheduledActionCommandOutput,
|
|
@@ -1,16 +1,11 @@
|
|
|
1
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
2
|
-
import {
|
|
3
|
-
UpdateSnapshotRequest,
|
|
4
|
-
UpdateSnapshotResponse,
|
|
5
|
-
} from "../models/models_0";
|
|
2
|
+
import { UpdateSnapshotRequest, UpdateSnapshotResponse } from "../models/models_0";
|
|
6
3
|
export { __MetadataBearer };
|
|
7
4
|
export interface UpdateSnapshotCommandInput extends UpdateSnapshotRequest {}
|
|
8
|
-
export interface UpdateSnapshotCommandOutput
|
|
9
|
-
extends UpdateSnapshotResponse,
|
|
10
|
-
__MetadataBearer {}
|
|
5
|
+
export interface UpdateSnapshotCommandOutput extends UpdateSnapshotResponse, __MetadataBearer {}
|
|
11
6
|
declare const UpdateSnapshotCommand_base: {
|
|
12
7
|
new (
|
|
13
|
-
input: UpdateSnapshotCommandInput
|
|
8
|
+
input: UpdateSnapshotCommandInput,
|
|
14
9
|
): import("@smithy/core/client").CommandImpl<
|
|
15
10
|
UpdateSnapshotCommandInput,
|
|
16
11
|
UpdateSnapshotCommandOutput,
|
|
@@ -19,7 +14,7 @@ declare const UpdateSnapshotCommand_base: {
|
|
|
19
14
|
import("..").ServiceOutputTypes
|
|
20
15
|
>;
|
|
21
16
|
new (
|
|
22
|
-
input: UpdateSnapshotCommandInput
|
|
17
|
+
input: UpdateSnapshotCommandInput,
|
|
23
18
|
): import("@smithy/core/client").CommandImpl<
|
|
24
19
|
UpdateSnapshotCommandInput,
|
|
25
20
|
UpdateSnapshotCommandOutput,
|
|
@@ -4,14 +4,12 @@ import {
|
|
|
4
4
|
UpdateSnapshotCopyConfigurationResponse,
|
|
5
5
|
} from "../models/models_0";
|
|
6
6
|
export { __MetadataBearer };
|
|
7
|
-
export interface UpdateSnapshotCopyConfigurationCommandInput
|
|
8
|
-
extends UpdateSnapshotCopyConfigurationRequest {}
|
|
7
|
+
export interface UpdateSnapshotCopyConfigurationCommandInput extends UpdateSnapshotCopyConfigurationRequest {}
|
|
9
8
|
export interface UpdateSnapshotCopyConfigurationCommandOutput
|
|
10
|
-
extends UpdateSnapshotCopyConfigurationResponse,
|
|
11
|
-
__MetadataBearer {}
|
|
9
|
+
extends UpdateSnapshotCopyConfigurationResponse, __MetadataBearer {}
|
|
12
10
|
declare const UpdateSnapshotCopyConfigurationCommand_base: {
|
|
13
11
|
new (
|
|
14
|
-
input: UpdateSnapshotCopyConfigurationCommandInput
|
|
12
|
+
input: UpdateSnapshotCopyConfigurationCommandInput,
|
|
15
13
|
): import("@smithy/core/client").CommandImpl<
|
|
16
14
|
UpdateSnapshotCopyConfigurationCommandInput,
|
|
17
15
|
UpdateSnapshotCopyConfigurationCommandOutput,
|
|
@@ -20,7 +18,7 @@ declare const UpdateSnapshotCopyConfigurationCommand_base: {
|
|
|
20
18
|
import("..").ServiceOutputTypes
|
|
21
19
|
>;
|
|
22
20
|
new (
|
|
23
|
-
input: UpdateSnapshotCopyConfigurationCommandInput
|
|
21
|
+
input: UpdateSnapshotCopyConfigurationCommandInput,
|
|
24
22
|
): import("@smithy/core/client").CommandImpl<
|
|
25
23
|
UpdateSnapshotCopyConfigurationCommandInput,
|
|
26
24
|
UpdateSnapshotCopyConfigurationCommandOutput,
|