@aws-sdk/client-s3tables 3.1076.0 → 3.1078.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 +60 -495
- package/dist-es/commandBuilder.js +6 -0
- package/dist-es/commands/CreateNamespaceCommand.js +2 -14
- package/dist-es/commands/CreateTableBucketCommand.js +2 -14
- package/dist-es/commands/CreateTableCommand.js +2 -14
- package/dist-es/commands/DeleteNamespaceCommand.js +2 -14
- package/dist-es/commands/DeleteTableBucketCommand.js +2 -14
- package/dist-es/commands/DeleteTableBucketEncryptionCommand.js +2 -14
- package/dist-es/commands/DeleteTableBucketMetricsConfigurationCommand.js +2 -14
- package/dist-es/commands/DeleteTableBucketPolicyCommand.js +2 -14
- package/dist-es/commands/DeleteTableBucketReplicationCommand.js +2 -14
- package/dist-es/commands/DeleteTableCommand.js +2 -14
- package/dist-es/commands/DeleteTablePolicyCommand.js +2 -14
- package/dist-es/commands/DeleteTableReplicationCommand.js +2 -14
- package/dist-es/commands/GetNamespaceCommand.js +2 -14
- package/dist-es/commands/GetTableBucketCommand.js +2 -14
- package/dist-es/commands/GetTableBucketEncryptionCommand.js +2 -14
- package/dist-es/commands/GetTableBucketMaintenanceConfigurationCommand.js +2 -14
- package/dist-es/commands/GetTableBucketMetricsConfigurationCommand.js +2 -14
- package/dist-es/commands/GetTableBucketPolicyCommand.js +2 -14
- package/dist-es/commands/GetTableBucketReplicationCommand.js +2 -14
- package/dist-es/commands/GetTableBucketStorageClassCommand.js +2 -14
- package/dist-es/commands/GetTableCommand.js +2 -14
- package/dist-es/commands/GetTableEncryptionCommand.js +2 -14
- package/dist-es/commands/GetTableMaintenanceConfigurationCommand.js +2 -14
- package/dist-es/commands/GetTableMaintenanceJobStatusCommand.js +2 -14
- package/dist-es/commands/GetTableMetadataLocationCommand.js +2 -14
- package/dist-es/commands/GetTablePolicyCommand.js +2 -14
- package/dist-es/commands/GetTableRecordExpirationConfigurationCommand.js +2 -14
- package/dist-es/commands/GetTableRecordExpirationJobStatusCommand.js +2 -14
- package/dist-es/commands/GetTableReplicationCommand.js +2 -14
- package/dist-es/commands/GetTableReplicationStatusCommand.js +2 -14
- package/dist-es/commands/GetTableStorageClassCommand.js +2 -14
- package/dist-es/commands/ListNamespacesCommand.js +2 -14
- package/dist-es/commands/ListTableBucketsCommand.js +2 -14
- package/dist-es/commands/ListTablesCommand.js +2 -14
- package/dist-es/commands/ListTagsForResourceCommand.js +2 -14
- package/dist-es/commands/PutTableBucketEncryptionCommand.js +2 -14
- package/dist-es/commands/PutTableBucketMaintenanceConfigurationCommand.js +2 -14
- package/dist-es/commands/PutTableBucketMetricsConfigurationCommand.js +2 -14
- package/dist-es/commands/PutTableBucketPolicyCommand.js +2 -14
- package/dist-es/commands/PutTableBucketReplicationCommand.js +2 -14
- package/dist-es/commands/PutTableBucketStorageClassCommand.js +2 -14
- package/dist-es/commands/PutTableMaintenanceConfigurationCommand.js +2 -14
- package/dist-es/commands/PutTablePolicyCommand.js +2 -14
- package/dist-es/commands/PutTableRecordExpirationConfigurationCommand.js +2 -14
- package/dist-es/commands/PutTableReplicationCommand.js +2 -14
- package/dist-es/commands/RenameTableCommand.js +2 -14
- package/dist-es/commands/TagResourceCommand.js +2 -14
- package/dist-es/commands/UntagResourceCommand.js +2 -14
- package/dist-es/commands/UpdateTableMetadataLocationCommand.js +2 -14
- package/dist-es/index.js +1 -0
- package/dist-es/runtimeConfig.browser.js +0 -2
- package/dist-es/runtimeConfig.js +1 -2
- package/dist-es/runtimeConfig.native.js +0 -2
- package/dist-es/runtimeConfig.shared.js +2 -0
- package/dist-types/commandBuilder.d.ts +18 -0
- package/dist-types/commands/CreateNamespaceCommand.d.ts +3 -8
- package/dist-types/commands/CreateTableBucketCommand.d.ts +3 -8
- package/dist-types/commands/CreateTableCommand.d.ts +3 -8
- package/dist-types/commands/DeleteNamespaceCommand.d.ts +3 -8
- package/dist-types/commands/DeleteTableBucketCommand.d.ts +3 -8
- package/dist-types/commands/DeleteTableBucketEncryptionCommand.d.ts +3 -8
- package/dist-types/commands/DeleteTableBucketMetricsConfigurationCommand.d.ts +3 -8
- package/dist-types/commands/DeleteTableBucketPolicyCommand.d.ts +3 -8
- package/dist-types/commands/DeleteTableBucketReplicationCommand.d.ts +3 -8
- package/dist-types/commands/DeleteTableCommand.d.ts +3 -8
- package/dist-types/commands/DeleteTablePolicyCommand.d.ts +3 -8
- package/dist-types/commands/DeleteTableReplicationCommand.d.ts +3 -8
- package/dist-types/commands/GetNamespaceCommand.d.ts +3 -8
- package/dist-types/commands/GetTableBucketCommand.d.ts +3 -8
- package/dist-types/commands/GetTableBucketEncryptionCommand.d.ts +3 -8
- package/dist-types/commands/GetTableBucketMaintenanceConfigurationCommand.d.ts +3 -8
- package/dist-types/commands/GetTableBucketMetricsConfigurationCommand.d.ts +3 -8
- package/dist-types/commands/GetTableBucketPolicyCommand.d.ts +3 -8
- package/dist-types/commands/GetTableBucketReplicationCommand.d.ts +3 -8
- package/dist-types/commands/GetTableBucketStorageClassCommand.d.ts +3 -8
- package/dist-types/commands/GetTableCommand.d.ts +3 -8
- package/dist-types/commands/GetTableEncryptionCommand.d.ts +3 -8
- package/dist-types/commands/GetTableMaintenanceConfigurationCommand.d.ts +3 -8
- package/dist-types/commands/GetTableMaintenanceJobStatusCommand.d.ts +3 -8
- package/dist-types/commands/GetTableMetadataLocationCommand.d.ts +3 -8
- package/dist-types/commands/GetTablePolicyCommand.d.ts +3 -8
- package/dist-types/commands/GetTableRecordExpirationConfigurationCommand.d.ts +3 -8
- package/dist-types/commands/GetTableRecordExpirationJobStatusCommand.d.ts +3 -8
- package/dist-types/commands/GetTableReplicationCommand.d.ts +3 -8
- package/dist-types/commands/GetTableReplicationStatusCommand.d.ts +3 -8
- package/dist-types/commands/GetTableStorageClassCommand.d.ts +3 -8
- package/dist-types/commands/ListNamespacesCommand.d.ts +3 -8
- package/dist-types/commands/ListTableBucketsCommand.d.ts +3 -8
- package/dist-types/commands/ListTablesCommand.d.ts +3 -8
- package/dist-types/commands/ListTagsForResourceCommand.d.ts +3 -8
- package/dist-types/commands/PutTableBucketEncryptionCommand.d.ts +3 -8
- package/dist-types/commands/PutTableBucketMaintenanceConfigurationCommand.d.ts +3 -8
- package/dist-types/commands/PutTableBucketMetricsConfigurationCommand.d.ts +3 -8
- package/dist-types/commands/PutTableBucketPolicyCommand.d.ts +3 -8
- package/dist-types/commands/PutTableBucketReplicationCommand.d.ts +3 -8
- package/dist-types/commands/PutTableBucketStorageClassCommand.d.ts +3 -8
- package/dist-types/commands/PutTableMaintenanceConfigurationCommand.d.ts +3 -8
- package/dist-types/commands/PutTablePolicyCommand.d.ts +3 -8
- package/dist-types/commands/PutTableRecordExpirationConfigurationCommand.d.ts +3 -8
- package/dist-types/commands/PutTableReplicationCommand.d.ts +3 -8
- package/dist-types/commands/RenameTableCommand.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/UpdateTableMetadataLocationCommand.d.ts +3 -8
- package/dist-types/index.d.ts +1 -0
- package/dist-types/runtimeConfig.browser.d.ts +1 -1
- package/dist-types/runtimeConfig.d.ts +1 -1
- package/dist-types/runtimeConfig.native.d.ts +1 -1
- package/dist-types/runtimeConfig.shared.d.ts +1 -0
- package/dist-types/ts3.4/commandBuilder.d.ts +46 -0
- package/dist-types/ts3.4/commands/CreateNamespaceCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/CreateTableBucketCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/CreateTableCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DeleteNamespaceCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DeleteTableBucketCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DeleteTableBucketEncryptionCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DeleteTableBucketMetricsConfigurationCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DeleteTableBucketPolicyCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DeleteTableBucketReplicationCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DeleteTableCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DeleteTablePolicyCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DeleteTableReplicationCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/GetNamespaceCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/GetTableBucketCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/GetTableBucketEncryptionCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/GetTableBucketMaintenanceConfigurationCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/GetTableBucketMetricsConfigurationCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/GetTableBucketPolicyCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/GetTableBucketReplicationCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/GetTableBucketStorageClassCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/GetTableCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/GetTableEncryptionCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/GetTableMaintenanceConfigurationCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/GetTableMaintenanceJobStatusCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/GetTableMetadataLocationCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/GetTablePolicyCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/GetTableRecordExpirationConfigurationCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/GetTableRecordExpirationJobStatusCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/GetTableReplicationCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/GetTableReplicationStatusCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/GetTableStorageClassCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListNamespacesCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListTableBucketsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListTablesCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/PutTableBucketEncryptionCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/PutTableBucketMaintenanceConfigurationCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/PutTableBucketMetricsConfigurationCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/PutTableBucketPolicyCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/PutTableBucketReplicationCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/PutTableBucketStorageClassCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/PutTableMaintenanceConfigurationCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/PutTablePolicyCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/PutTableRecordExpirationConfigurationCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/PutTableReplicationCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/RenameTableCommand.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/UpdateTableMetadataLocationCommand.d.ts +7 -16
- package/dist-types/ts3.4/index.d.ts +1 -0
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +1 -1
- package/dist-types/ts3.4/runtimeConfig.d.ts +1 -1
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +1 -1
- package/dist-types/ts3.4/runtimeConfig.shared.d.ts +1 -0
- package/package.json +9 -11
|
@@ -1,16 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
2
|
import {
|
|
4
3
|
GetTableMaintenanceJobStatusRequest,
|
|
5
4
|
GetTableMaintenanceJobStatusResponse,
|
|
6
5
|
} from "../models/models_0";
|
|
7
|
-
import {
|
|
8
|
-
S3TablesClientResolvedConfig,
|
|
9
|
-
ServiceInputTypes,
|
|
10
|
-
ServiceOutputTypes,
|
|
11
|
-
} from "../S3TablesClient";
|
|
12
6
|
export { __MetadataBearer };
|
|
13
|
-
export { $Command };
|
|
14
7
|
export interface GetTableMaintenanceJobStatusCommandInput
|
|
15
8
|
extends GetTableMaintenanceJobStatusRequest {}
|
|
16
9
|
export interface GetTableMaintenanceJobStatusCommandOutput
|
|
@@ -22,22 +15,20 @@ declare const GetTableMaintenanceJobStatusCommand_base: {
|
|
|
22
15
|
): import("@smithy/core/client").CommandImpl<
|
|
23
16
|
GetTableMaintenanceJobStatusCommandInput,
|
|
24
17
|
GetTableMaintenanceJobStatusCommandOutput,
|
|
25
|
-
S3TablesClientResolvedConfig,
|
|
26
|
-
ServiceInputTypes,
|
|
27
|
-
ServiceOutputTypes
|
|
18
|
+
import("..").S3TablesClientResolvedConfig,
|
|
19
|
+
import("..").ServiceInputTypes,
|
|
20
|
+
import("..").ServiceOutputTypes
|
|
28
21
|
>;
|
|
29
22
|
new (
|
|
30
23
|
input: GetTableMaintenanceJobStatusCommandInput
|
|
31
24
|
): import("@smithy/core/client").CommandImpl<
|
|
32
25
|
GetTableMaintenanceJobStatusCommandInput,
|
|
33
26
|
GetTableMaintenanceJobStatusCommandOutput,
|
|
34
|
-
S3TablesClientResolvedConfig,
|
|
35
|
-
ServiceInputTypes,
|
|
36
|
-
ServiceOutputTypes
|
|
27
|
+
import("..").S3TablesClientResolvedConfig,
|
|
28
|
+
import("..").ServiceInputTypes,
|
|
29
|
+
import("..").ServiceOutputTypes
|
|
37
30
|
>;
|
|
38
|
-
getEndpointParameterInstructions():
|
|
39
|
-
[x: string]: unknown;
|
|
40
|
-
};
|
|
31
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
41
32
|
};
|
|
42
33
|
export declare class GetTableMaintenanceJobStatusCommand extends GetTableMaintenanceJobStatusCommand_base {
|
|
43
34
|
protected static __types: {
|
|
@@ -1,16 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
2
|
import {
|
|
4
3
|
GetTableMetadataLocationRequest,
|
|
5
4
|
GetTableMetadataLocationResponse,
|
|
6
5
|
} from "../models/models_0";
|
|
7
|
-
import {
|
|
8
|
-
S3TablesClientResolvedConfig,
|
|
9
|
-
ServiceInputTypes,
|
|
10
|
-
ServiceOutputTypes,
|
|
11
|
-
} from "../S3TablesClient";
|
|
12
6
|
export { __MetadataBearer };
|
|
13
|
-
export { $Command };
|
|
14
7
|
export interface GetTableMetadataLocationCommandInput
|
|
15
8
|
extends GetTableMetadataLocationRequest {}
|
|
16
9
|
export interface GetTableMetadataLocationCommandOutput
|
|
@@ -22,22 +15,20 @@ declare const GetTableMetadataLocationCommand_base: {
|
|
|
22
15
|
): import("@smithy/core/client").CommandImpl<
|
|
23
16
|
GetTableMetadataLocationCommandInput,
|
|
24
17
|
GetTableMetadataLocationCommandOutput,
|
|
25
|
-
S3TablesClientResolvedConfig,
|
|
26
|
-
ServiceInputTypes,
|
|
27
|
-
ServiceOutputTypes
|
|
18
|
+
import("..").S3TablesClientResolvedConfig,
|
|
19
|
+
import("..").ServiceInputTypes,
|
|
20
|
+
import("..").ServiceOutputTypes
|
|
28
21
|
>;
|
|
29
22
|
new (
|
|
30
23
|
input: GetTableMetadataLocationCommandInput
|
|
31
24
|
): import("@smithy/core/client").CommandImpl<
|
|
32
25
|
GetTableMetadataLocationCommandInput,
|
|
33
26
|
GetTableMetadataLocationCommandOutput,
|
|
34
|
-
S3TablesClientResolvedConfig,
|
|
35
|
-
ServiceInputTypes,
|
|
36
|
-
ServiceOutputTypes
|
|
27
|
+
import("..").S3TablesClientResolvedConfig,
|
|
28
|
+
import("..").ServiceInputTypes,
|
|
29
|
+
import("..").ServiceOutputTypes
|
|
37
30
|
>;
|
|
38
|
-
getEndpointParameterInstructions():
|
|
39
|
-
[x: string]: unknown;
|
|
40
|
-
};
|
|
31
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
41
32
|
};
|
|
42
33
|
export declare class GetTableMetadataLocationCommand extends GetTableMetadataLocationCommand_base {
|
|
43
34
|
protected static __types: {
|
|
@@ -1,16 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
2
|
import {
|
|
4
3
|
GetTablePolicyRequest,
|
|
5
4
|
GetTablePolicyResponse,
|
|
6
5
|
} from "../models/models_0";
|
|
7
|
-
import {
|
|
8
|
-
S3TablesClientResolvedConfig,
|
|
9
|
-
ServiceInputTypes,
|
|
10
|
-
ServiceOutputTypes,
|
|
11
|
-
} from "../S3TablesClient";
|
|
12
6
|
export { __MetadataBearer };
|
|
13
|
-
export { $Command };
|
|
14
7
|
export interface GetTablePolicyCommandInput extends GetTablePolicyRequest {}
|
|
15
8
|
export interface GetTablePolicyCommandOutput
|
|
16
9
|
extends GetTablePolicyResponse,
|
|
@@ -21,22 +14,20 @@ declare const GetTablePolicyCommand_base: {
|
|
|
21
14
|
): import("@smithy/core/client").CommandImpl<
|
|
22
15
|
GetTablePolicyCommandInput,
|
|
23
16
|
GetTablePolicyCommandOutput,
|
|
24
|
-
S3TablesClientResolvedConfig,
|
|
25
|
-
ServiceInputTypes,
|
|
26
|
-
ServiceOutputTypes
|
|
17
|
+
import("..").S3TablesClientResolvedConfig,
|
|
18
|
+
import("..").ServiceInputTypes,
|
|
19
|
+
import("..").ServiceOutputTypes
|
|
27
20
|
>;
|
|
28
21
|
new (
|
|
29
22
|
input: GetTablePolicyCommandInput
|
|
30
23
|
): import("@smithy/core/client").CommandImpl<
|
|
31
24
|
GetTablePolicyCommandInput,
|
|
32
25
|
GetTablePolicyCommandOutput,
|
|
33
|
-
S3TablesClientResolvedConfig,
|
|
34
|
-
ServiceInputTypes,
|
|
35
|
-
ServiceOutputTypes
|
|
26
|
+
import("..").S3TablesClientResolvedConfig,
|
|
27
|
+
import("..").ServiceInputTypes,
|
|
28
|
+
import("..").ServiceOutputTypes
|
|
36
29
|
>;
|
|
37
|
-
getEndpointParameterInstructions():
|
|
38
|
-
[x: string]: unknown;
|
|
39
|
-
};
|
|
30
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
40
31
|
};
|
|
41
32
|
export declare class GetTablePolicyCommand extends GetTablePolicyCommand_base {
|
|
42
33
|
protected static __types: {
|
|
@@ -1,16 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
2
|
import {
|
|
4
3
|
GetTableRecordExpirationConfigurationRequest,
|
|
5
4
|
GetTableRecordExpirationConfigurationResponse,
|
|
6
5
|
} from "../models/models_0";
|
|
7
|
-
import {
|
|
8
|
-
S3TablesClientResolvedConfig,
|
|
9
|
-
ServiceInputTypes,
|
|
10
|
-
ServiceOutputTypes,
|
|
11
|
-
} from "../S3TablesClient";
|
|
12
6
|
export { __MetadataBearer };
|
|
13
|
-
export { $Command };
|
|
14
7
|
export interface GetTableRecordExpirationConfigurationCommandInput
|
|
15
8
|
extends GetTableRecordExpirationConfigurationRequest {}
|
|
16
9
|
export interface GetTableRecordExpirationConfigurationCommandOutput
|
|
@@ -22,22 +15,20 @@ declare const GetTableRecordExpirationConfigurationCommand_base: {
|
|
|
22
15
|
): import("@smithy/core/client").CommandImpl<
|
|
23
16
|
GetTableRecordExpirationConfigurationCommandInput,
|
|
24
17
|
GetTableRecordExpirationConfigurationCommandOutput,
|
|
25
|
-
S3TablesClientResolvedConfig,
|
|
26
|
-
ServiceInputTypes,
|
|
27
|
-
ServiceOutputTypes
|
|
18
|
+
import("..").S3TablesClientResolvedConfig,
|
|
19
|
+
import("..").ServiceInputTypes,
|
|
20
|
+
import("..").ServiceOutputTypes
|
|
28
21
|
>;
|
|
29
22
|
new (
|
|
30
23
|
input: GetTableRecordExpirationConfigurationCommandInput
|
|
31
24
|
): import("@smithy/core/client").CommandImpl<
|
|
32
25
|
GetTableRecordExpirationConfigurationCommandInput,
|
|
33
26
|
GetTableRecordExpirationConfigurationCommandOutput,
|
|
34
|
-
S3TablesClientResolvedConfig,
|
|
35
|
-
ServiceInputTypes,
|
|
36
|
-
ServiceOutputTypes
|
|
27
|
+
import("..").S3TablesClientResolvedConfig,
|
|
28
|
+
import("..").ServiceInputTypes,
|
|
29
|
+
import("..").ServiceOutputTypes
|
|
37
30
|
>;
|
|
38
|
-
getEndpointParameterInstructions():
|
|
39
|
-
[x: string]: unknown;
|
|
40
|
-
};
|
|
31
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
41
32
|
};
|
|
42
33
|
export declare class GetTableRecordExpirationConfigurationCommand extends GetTableRecordExpirationConfigurationCommand_base {
|
|
43
34
|
protected static __types: {
|
|
@@ -1,16 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
2
|
import {
|
|
4
3
|
GetTableRecordExpirationJobStatusRequest,
|
|
5
4
|
GetTableRecordExpirationJobStatusResponse,
|
|
6
5
|
} from "../models/models_0";
|
|
7
|
-
import {
|
|
8
|
-
S3TablesClientResolvedConfig,
|
|
9
|
-
ServiceInputTypes,
|
|
10
|
-
ServiceOutputTypes,
|
|
11
|
-
} from "../S3TablesClient";
|
|
12
6
|
export { __MetadataBearer };
|
|
13
|
-
export { $Command };
|
|
14
7
|
export interface GetTableRecordExpirationJobStatusCommandInput
|
|
15
8
|
extends GetTableRecordExpirationJobStatusRequest {}
|
|
16
9
|
export interface GetTableRecordExpirationJobStatusCommandOutput
|
|
@@ -22,22 +15,20 @@ declare const GetTableRecordExpirationJobStatusCommand_base: {
|
|
|
22
15
|
): import("@smithy/core/client").CommandImpl<
|
|
23
16
|
GetTableRecordExpirationJobStatusCommandInput,
|
|
24
17
|
GetTableRecordExpirationJobStatusCommandOutput,
|
|
25
|
-
S3TablesClientResolvedConfig,
|
|
26
|
-
ServiceInputTypes,
|
|
27
|
-
ServiceOutputTypes
|
|
18
|
+
import("..").S3TablesClientResolvedConfig,
|
|
19
|
+
import("..").ServiceInputTypes,
|
|
20
|
+
import("..").ServiceOutputTypes
|
|
28
21
|
>;
|
|
29
22
|
new (
|
|
30
23
|
input: GetTableRecordExpirationJobStatusCommandInput
|
|
31
24
|
): import("@smithy/core/client").CommandImpl<
|
|
32
25
|
GetTableRecordExpirationJobStatusCommandInput,
|
|
33
26
|
GetTableRecordExpirationJobStatusCommandOutput,
|
|
34
|
-
S3TablesClientResolvedConfig,
|
|
35
|
-
ServiceInputTypes,
|
|
36
|
-
ServiceOutputTypes
|
|
27
|
+
import("..").S3TablesClientResolvedConfig,
|
|
28
|
+
import("..").ServiceInputTypes,
|
|
29
|
+
import("..").ServiceOutputTypes
|
|
37
30
|
>;
|
|
38
|
-
getEndpointParameterInstructions():
|
|
39
|
-
[x: string]: unknown;
|
|
40
|
-
};
|
|
31
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
41
32
|
};
|
|
42
33
|
export declare class GetTableRecordExpirationJobStatusCommand extends GetTableRecordExpirationJobStatusCommand_base {
|
|
43
34
|
protected static __types: {
|
|
@@ -1,16 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
2
|
import {
|
|
4
3
|
GetTableReplicationRequest,
|
|
5
4
|
GetTableReplicationResponse,
|
|
6
5
|
} from "../models/models_0";
|
|
7
|
-
import {
|
|
8
|
-
S3TablesClientResolvedConfig,
|
|
9
|
-
ServiceInputTypes,
|
|
10
|
-
ServiceOutputTypes,
|
|
11
|
-
} from "../S3TablesClient";
|
|
12
6
|
export { __MetadataBearer };
|
|
13
|
-
export { $Command };
|
|
14
7
|
export interface GetTableReplicationCommandInput
|
|
15
8
|
extends GetTableReplicationRequest {}
|
|
16
9
|
export interface GetTableReplicationCommandOutput
|
|
@@ -22,22 +15,20 @@ declare const GetTableReplicationCommand_base: {
|
|
|
22
15
|
): import("@smithy/core/client").CommandImpl<
|
|
23
16
|
GetTableReplicationCommandInput,
|
|
24
17
|
GetTableReplicationCommandOutput,
|
|
25
|
-
S3TablesClientResolvedConfig,
|
|
26
|
-
ServiceInputTypes,
|
|
27
|
-
ServiceOutputTypes
|
|
18
|
+
import("..").S3TablesClientResolvedConfig,
|
|
19
|
+
import("..").ServiceInputTypes,
|
|
20
|
+
import("..").ServiceOutputTypes
|
|
28
21
|
>;
|
|
29
22
|
new (
|
|
30
23
|
input: GetTableReplicationCommandInput
|
|
31
24
|
): import("@smithy/core/client").CommandImpl<
|
|
32
25
|
GetTableReplicationCommandInput,
|
|
33
26
|
GetTableReplicationCommandOutput,
|
|
34
|
-
S3TablesClientResolvedConfig,
|
|
35
|
-
ServiceInputTypes,
|
|
36
|
-
ServiceOutputTypes
|
|
27
|
+
import("..").S3TablesClientResolvedConfig,
|
|
28
|
+
import("..").ServiceInputTypes,
|
|
29
|
+
import("..").ServiceOutputTypes
|
|
37
30
|
>;
|
|
38
|
-
getEndpointParameterInstructions():
|
|
39
|
-
[x: string]: unknown;
|
|
40
|
-
};
|
|
31
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
41
32
|
};
|
|
42
33
|
export declare class GetTableReplicationCommand extends GetTableReplicationCommand_base {
|
|
43
34
|
protected static __types: {
|
|
@@ -1,16 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
2
|
import {
|
|
4
3
|
GetTableReplicationStatusRequest,
|
|
5
4
|
GetTableReplicationStatusResponse,
|
|
6
5
|
} from "../models/models_0";
|
|
7
|
-
import {
|
|
8
|
-
S3TablesClientResolvedConfig,
|
|
9
|
-
ServiceInputTypes,
|
|
10
|
-
ServiceOutputTypes,
|
|
11
|
-
} from "../S3TablesClient";
|
|
12
6
|
export { __MetadataBearer };
|
|
13
|
-
export { $Command };
|
|
14
7
|
export interface GetTableReplicationStatusCommandInput
|
|
15
8
|
extends GetTableReplicationStatusRequest {}
|
|
16
9
|
export interface GetTableReplicationStatusCommandOutput
|
|
@@ -22,22 +15,20 @@ declare const GetTableReplicationStatusCommand_base: {
|
|
|
22
15
|
): import("@smithy/core/client").CommandImpl<
|
|
23
16
|
GetTableReplicationStatusCommandInput,
|
|
24
17
|
GetTableReplicationStatusCommandOutput,
|
|
25
|
-
S3TablesClientResolvedConfig,
|
|
26
|
-
ServiceInputTypes,
|
|
27
|
-
ServiceOutputTypes
|
|
18
|
+
import("..").S3TablesClientResolvedConfig,
|
|
19
|
+
import("..").ServiceInputTypes,
|
|
20
|
+
import("..").ServiceOutputTypes
|
|
28
21
|
>;
|
|
29
22
|
new (
|
|
30
23
|
input: GetTableReplicationStatusCommandInput
|
|
31
24
|
): import("@smithy/core/client").CommandImpl<
|
|
32
25
|
GetTableReplicationStatusCommandInput,
|
|
33
26
|
GetTableReplicationStatusCommandOutput,
|
|
34
|
-
S3TablesClientResolvedConfig,
|
|
35
|
-
ServiceInputTypes,
|
|
36
|
-
ServiceOutputTypes
|
|
27
|
+
import("..").S3TablesClientResolvedConfig,
|
|
28
|
+
import("..").ServiceInputTypes,
|
|
29
|
+
import("..").ServiceOutputTypes
|
|
37
30
|
>;
|
|
38
|
-
getEndpointParameterInstructions():
|
|
39
|
-
[x: string]: unknown;
|
|
40
|
-
};
|
|
31
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
41
32
|
};
|
|
42
33
|
export declare class GetTableReplicationStatusCommand extends GetTableReplicationStatusCommand_base {
|
|
43
34
|
protected static __types: {
|
|
@@ -1,16 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
2
|
import {
|
|
4
3
|
GetTableStorageClassRequest,
|
|
5
4
|
GetTableStorageClassResponse,
|
|
6
5
|
} from "../models/models_0";
|
|
7
|
-
import {
|
|
8
|
-
S3TablesClientResolvedConfig,
|
|
9
|
-
ServiceInputTypes,
|
|
10
|
-
ServiceOutputTypes,
|
|
11
|
-
} from "../S3TablesClient";
|
|
12
6
|
export { __MetadataBearer };
|
|
13
|
-
export { $Command };
|
|
14
7
|
export interface GetTableStorageClassCommandInput
|
|
15
8
|
extends GetTableStorageClassRequest {}
|
|
16
9
|
export interface GetTableStorageClassCommandOutput
|
|
@@ -22,22 +15,20 @@ declare const GetTableStorageClassCommand_base: {
|
|
|
22
15
|
): import("@smithy/core/client").CommandImpl<
|
|
23
16
|
GetTableStorageClassCommandInput,
|
|
24
17
|
GetTableStorageClassCommandOutput,
|
|
25
|
-
S3TablesClientResolvedConfig,
|
|
26
|
-
ServiceInputTypes,
|
|
27
|
-
ServiceOutputTypes
|
|
18
|
+
import("..").S3TablesClientResolvedConfig,
|
|
19
|
+
import("..").ServiceInputTypes,
|
|
20
|
+
import("..").ServiceOutputTypes
|
|
28
21
|
>;
|
|
29
22
|
new (
|
|
30
23
|
input: GetTableStorageClassCommandInput
|
|
31
24
|
): import("@smithy/core/client").CommandImpl<
|
|
32
25
|
GetTableStorageClassCommandInput,
|
|
33
26
|
GetTableStorageClassCommandOutput,
|
|
34
|
-
S3TablesClientResolvedConfig,
|
|
35
|
-
ServiceInputTypes,
|
|
36
|
-
ServiceOutputTypes
|
|
27
|
+
import("..").S3TablesClientResolvedConfig,
|
|
28
|
+
import("..").ServiceInputTypes,
|
|
29
|
+
import("..").ServiceOutputTypes
|
|
37
30
|
>;
|
|
38
|
-
getEndpointParameterInstructions():
|
|
39
|
-
[x: string]: unknown;
|
|
40
|
-
};
|
|
31
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
41
32
|
};
|
|
42
33
|
export declare class GetTableStorageClassCommand extends GetTableStorageClassCommand_base {
|
|
43
34
|
protected static __types: {
|
|
@@ -1,16 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
2
|
import {
|
|
4
3
|
ListNamespacesRequest,
|
|
5
4
|
ListNamespacesResponse,
|
|
6
5
|
} from "../models/models_0";
|
|
7
|
-
import {
|
|
8
|
-
S3TablesClientResolvedConfig,
|
|
9
|
-
ServiceInputTypes,
|
|
10
|
-
ServiceOutputTypes,
|
|
11
|
-
} from "../S3TablesClient";
|
|
12
6
|
export { __MetadataBearer };
|
|
13
|
-
export { $Command };
|
|
14
7
|
export interface ListNamespacesCommandInput extends ListNamespacesRequest {}
|
|
15
8
|
export interface ListNamespacesCommandOutput
|
|
16
9
|
extends ListNamespacesResponse,
|
|
@@ -21,22 +14,20 @@ declare const ListNamespacesCommand_base: {
|
|
|
21
14
|
): import("@smithy/core/client").CommandImpl<
|
|
22
15
|
ListNamespacesCommandInput,
|
|
23
16
|
ListNamespacesCommandOutput,
|
|
24
|
-
S3TablesClientResolvedConfig,
|
|
25
|
-
ServiceInputTypes,
|
|
26
|
-
ServiceOutputTypes
|
|
17
|
+
import("..").S3TablesClientResolvedConfig,
|
|
18
|
+
import("..").ServiceInputTypes,
|
|
19
|
+
import("..").ServiceOutputTypes
|
|
27
20
|
>;
|
|
28
21
|
new (
|
|
29
22
|
input: ListNamespacesCommandInput
|
|
30
23
|
): import("@smithy/core/client").CommandImpl<
|
|
31
24
|
ListNamespacesCommandInput,
|
|
32
25
|
ListNamespacesCommandOutput,
|
|
33
|
-
S3TablesClientResolvedConfig,
|
|
34
|
-
ServiceInputTypes,
|
|
35
|
-
ServiceOutputTypes
|
|
26
|
+
import("..").S3TablesClientResolvedConfig,
|
|
27
|
+
import("..").ServiceInputTypes,
|
|
28
|
+
import("..").ServiceOutputTypes
|
|
36
29
|
>;
|
|
37
|
-
getEndpointParameterInstructions():
|
|
38
|
-
[x: string]: unknown;
|
|
39
|
-
};
|
|
30
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
40
31
|
};
|
|
41
32
|
export declare class ListNamespacesCommand extends ListNamespacesCommand_base {
|
|
42
33
|
protected static __types: {
|
|
@@ -1,16 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
2
|
import {
|
|
4
3
|
ListTableBucketsRequest,
|
|
5
4
|
ListTableBucketsResponse,
|
|
6
5
|
} from "../models/models_0";
|
|
7
|
-
import {
|
|
8
|
-
S3TablesClientResolvedConfig,
|
|
9
|
-
ServiceInputTypes,
|
|
10
|
-
ServiceOutputTypes,
|
|
11
|
-
} from "../S3TablesClient";
|
|
12
6
|
export { __MetadataBearer };
|
|
13
|
-
export { $Command };
|
|
14
7
|
export interface ListTableBucketsCommandInput extends ListTableBucketsRequest {}
|
|
15
8
|
export interface ListTableBucketsCommandOutput
|
|
16
9
|
extends ListTableBucketsResponse,
|
|
@@ -21,22 +14,20 @@ declare const ListTableBucketsCommand_base: {
|
|
|
21
14
|
): import("@smithy/core/client").CommandImpl<
|
|
22
15
|
ListTableBucketsCommandInput,
|
|
23
16
|
ListTableBucketsCommandOutput,
|
|
24
|
-
S3TablesClientResolvedConfig,
|
|
25
|
-
ServiceInputTypes,
|
|
26
|
-
ServiceOutputTypes
|
|
17
|
+
import("..").S3TablesClientResolvedConfig,
|
|
18
|
+
import("..").ServiceInputTypes,
|
|
19
|
+
import("..").ServiceOutputTypes
|
|
27
20
|
>;
|
|
28
21
|
new (
|
|
29
22
|
...[input]: [] | [ListTableBucketsCommandInput]
|
|
30
23
|
): import("@smithy/core/client").CommandImpl<
|
|
31
24
|
ListTableBucketsCommandInput,
|
|
32
25
|
ListTableBucketsCommandOutput,
|
|
33
|
-
S3TablesClientResolvedConfig,
|
|
34
|
-
ServiceInputTypes,
|
|
35
|
-
ServiceOutputTypes
|
|
26
|
+
import("..").S3TablesClientResolvedConfig,
|
|
27
|
+
import("..").ServiceInputTypes,
|
|
28
|
+
import("..").ServiceOutputTypes
|
|
36
29
|
>;
|
|
37
|
-
getEndpointParameterInstructions():
|
|
38
|
-
[x: string]: unknown;
|
|
39
|
-
};
|
|
30
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
40
31
|
};
|
|
41
32
|
export declare class ListTableBucketsCommand extends ListTableBucketsCommand_base {
|
|
42
33
|
protected static __types: {
|
|
@@ -1,13 +1,6 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
2
|
import { ListTablesRequest, ListTablesResponse } from "../models/models_0";
|
|
4
|
-
import {
|
|
5
|
-
S3TablesClientResolvedConfig,
|
|
6
|
-
ServiceInputTypes,
|
|
7
|
-
ServiceOutputTypes,
|
|
8
|
-
} from "../S3TablesClient";
|
|
9
3
|
export { __MetadataBearer };
|
|
10
|
-
export { $Command };
|
|
11
4
|
export interface ListTablesCommandInput extends ListTablesRequest {}
|
|
12
5
|
export interface ListTablesCommandOutput
|
|
13
6
|
extends ListTablesResponse,
|
|
@@ -18,22 +11,20 @@ declare const ListTablesCommand_base: {
|
|
|
18
11
|
): import("@smithy/core/client").CommandImpl<
|
|
19
12
|
ListTablesCommandInput,
|
|
20
13
|
ListTablesCommandOutput,
|
|
21
|
-
S3TablesClientResolvedConfig,
|
|
22
|
-
ServiceInputTypes,
|
|
23
|
-
ServiceOutputTypes
|
|
14
|
+
import("..").S3TablesClientResolvedConfig,
|
|
15
|
+
import("..").ServiceInputTypes,
|
|
16
|
+
import("..").ServiceOutputTypes
|
|
24
17
|
>;
|
|
25
18
|
new (
|
|
26
19
|
input: ListTablesCommandInput
|
|
27
20
|
): import("@smithy/core/client").CommandImpl<
|
|
28
21
|
ListTablesCommandInput,
|
|
29
22
|
ListTablesCommandOutput,
|
|
30
|
-
S3TablesClientResolvedConfig,
|
|
31
|
-
ServiceInputTypes,
|
|
32
|
-
ServiceOutputTypes
|
|
23
|
+
import("..").S3TablesClientResolvedConfig,
|
|
24
|
+
import("..").ServiceInputTypes,
|
|
25
|
+
import("..").ServiceOutputTypes
|
|
33
26
|
>;
|
|
34
|
-
getEndpointParameterInstructions():
|
|
35
|
-
[x: string]: unknown;
|
|
36
|
-
};
|
|
27
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
37
28
|
};
|
|
38
29
|
export declare class ListTablesCommand extends ListTablesCommand_base {
|
|
39
30
|
protected static __types: {
|
|
@@ -1,16 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
2
|
import {
|
|
4
3
|
ListTagsForResourceRequest,
|
|
5
4
|
ListTagsForResourceResponse,
|
|
6
5
|
} from "../models/models_0";
|
|
7
|
-
import {
|
|
8
|
-
S3TablesClientResolvedConfig,
|
|
9
|
-
ServiceInputTypes,
|
|
10
|
-
ServiceOutputTypes,
|
|
11
|
-
} from "../S3TablesClient";
|
|
12
6
|
export { __MetadataBearer };
|
|
13
|
-
export { $Command };
|
|
14
7
|
export interface ListTagsForResourceCommandInput
|
|
15
8
|
extends ListTagsForResourceRequest {}
|
|
16
9
|
export interface ListTagsForResourceCommandOutput
|
|
@@ -22,22 +15,20 @@ declare const ListTagsForResourceCommand_base: {
|
|
|
22
15
|
): import("@smithy/core/client").CommandImpl<
|
|
23
16
|
ListTagsForResourceCommandInput,
|
|
24
17
|
ListTagsForResourceCommandOutput,
|
|
25
|
-
S3TablesClientResolvedConfig,
|
|
26
|
-
ServiceInputTypes,
|
|
27
|
-
ServiceOutputTypes
|
|
18
|
+
import("..").S3TablesClientResolvedConfig,
|
|
19
|
+
import("..").ServiceInputTypes,
|
|
20
|
+
import("..").ServiceOutputTypes
|
|
28
21
|
>;
|
|
29
22
|
new (
|
|
30
23
|
input: ListTagsForResourceCommandInput
|
|
31
24
|
): import("@smithy/core/client").CommandImpl<
|
|
32
25
|
ListTagsForResourceCommandInput,
|
|
33
26
|
ListTagsForResourceCommandOutput,
|
|
34
|
-
S3TablesClientResolvedConfig,
|
|
35
|
-
ServiceInputTypes,
|
|
36
|
-
ServiceOutputTypes
|
|
27
|
+
import("..").S3TablesClientResolvedConfig,
|
|
28
|
+
import("..").ServiceInputTypes,
|
|
29
|
+
import("..").ServiceOutputTypes
|
|
37
30
|
>;
|
|
38
|
-
getEndpointParameterInstructions():
|
|
39
|
-
[x: string]: unknown;
|
|
40
|
-
};
|
|
31
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
41
32
|
};
|
|
42
33
|
export declare class ListTagsForResourceCommand extends ListTagsForResourceCommand_base {
|
|
43
34
|
protected static __types: {
|
|
@@ -1,13 +1,6 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
2
|
import { PutTableBucketEncryptionRequest } from "../models/models_0";
|
|
4
|
-
import {
|
|
5
|
-
S3TablesClientResolvedConfig,
|
|
6
|
-
ServiceInputTypes,
|
|
7
|
-
ServiceOutputTypes,
|
|
8
|
-
} from "../S3TablesClient";
|
|
9
3
|
export { __MetadataBearer };
|
|
10
|
-
export { $Command };
|
|
11
4
|
export interface PutTableBucketEncryptionCommandInput
|
|
12
5
|
extends PutTableBucketEncryptionRequest {}
|
|
13
6
|
export interface PutTableBucketEncryptionCommandOutput
|
|
@@ -18,22 +11,20 @@ declare const PutTableBucketEncryptionCommand_base: {
|
|
|
18
11
|
): import("@smithy/core/client").CommandImpl<
|
|
19
12
|
PutTableBucketEncryptionCommandInput,
|
|
20
13
|
PutTableBucketEncryptionCommandOutput,
|
|
21
|
-
S3TablesClientResolvedConfig,
|
|
22
|
-
ServiceInputTypes,
|
|
23
|
-
ServiceOutputTypes
|
|
14
|
+
import("..").S3TablesClientResolvedConfig,
|
|
15
|
+
import("..").ServiceInputTypes,
|
|
16
|
+
import("..").ServiceOutputTypes
|
|
24
17
|
>;
|
|
25
18
|
new (
|
|
26
19
|
input: PutTableBucketEncryptionCommandInput
|
|
27
20
|
): import("@smithy/core/client").CommandImpl<
|
|
28
21
|
PutTableBucketEncryptionCommandInput,
|
|
29
22
|
PutTableBucketEncryptionCommandOutput,
|
|
30
|
-
S3TablesClientResolvedConfig,
|
|
31
|
-
ServiceInputTypes,
|
|
32
|
-
ServiceOutputTypes
|
|
23
|
+
import("..").S3TablesClientResolvedConfig,
|
|
24
|
+
import("..").ServiceInputTypes,
|
|
25
|
+
import("..").ServiceOutputTypes
|
|
33
26
|
>;
|
|
34
|
-
getEndpointParameterInstructions():
|
|
35
|
-
[x: string]: unknown;
|
|
36
|
-
};
|
|
27
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
37
28
|
};
|
|
38
29
|
export declare class PutTableBucketEncryptionCommand extends PutTableBucketEncryptionCommand_base {
|
|
39
30
|
protected static __types: {
|
|
@@ -1,13 +1,6 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
2
|
import { PutTableBucketMaintenanceConfigurationRequest } from "../models/models_0";
|
|
4
|
-
import {
|
|
5
|
-
S3TablesClientResolvedConfig,
|
|
6
|
-
ServiceInputTypes,
|
|
7
|
-
ServiceOutputTypes,
|
|
8
|
-
} from "../S3TablesClient";
|
|
9
3
|
export { __MetadataBearer };
|
|
10
|
-
export { $Command };
|
|
11
4
|
export interface PutTableBucketMaintenanceConfigurationCommandInput
|
|
12
5
|
extends PutTableBucketMaintenanceConfigurationRequest {}
|
|
13
6
|
export interface PutTableBucketMaintenanceConfigurationCommandOutput
|
|
@@ -18,22 +11,20 @@ declare const PutTableBucketMaintenanceConfigurationCommand_base: {
|
|
|
18
11
|
): import("@smithy/core/client").CommandImpl<
|
|
19
12
|
PutTableBucketMaintenanceConfigurationCommandInput,
|
|
20
13
|
PutTableBucketMaintenanceConfigurationCommandOutput,
|
|
21
|
-
S3TablesClientResolvedConfig,
|
|
22
|
-
ServiceInputTypes,
|
|
23
|
-
ServiceOutputTypes
|
|
14
|
+
import("..").S3TablesClientResolvedConfig,
|
|
15
|
+
import("..").ServiceInputTypes,
|
|
16
|
+
import("..").ServiceOutputTypes
|
|
24
17
|
>;
|
|
25
18
|
new (
|
|
26
19
|
input: PutTableBucketMaintenanceConfigurationCommandInput
|
|
27
20
|
): import("@smithy/core/client").CommandImpl<
|
|
28
21
|
PutTableBucketMaintenanceConfigurationCommandInput,
|
|
29
22
|
PutTableBucketMaintenanceConfigurationCommandOutput,
|
|
30
|
-
S3TablesClientResolvedConfig,
|
|
31
|
-
ServiceInputTypes,
|
|
32
|
-
ServiceOutputTypes
|
|
23
|
+
import("..").S3TablesClientResolvedConfig,
|
|
24
|
+
import("..").ServiceInputTypes,
|
|
25
|
+
import("..").ServiceOutputTypes
|
|
33
26
|
>;
|
|
34
|
-
getEndpointParameterInstructions():
|
|
35
|
-
[x: string]: unknown;
|
|
36
|
-
};
|
|
27
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
37
28
|
};
|
|
38
29
|
export declare class PutTableBucketMaintenanceConfigurationCommand extends PutTableBucketMaintenanceConfigurationCommand_base {
|
|
39
30
|
protected static __types: {
|