@aws-sdk/client-s3tables 3.1045.0 → 3.1047.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/auth/httpAuthSchemeProvider.js +4 -4
- package/dist-cjs/endpoint/bdd.js +2 -2
- package/dist-cjs/endpoint/endpointResolver.js +4 -4
- package/dist-cjs/index.js +114 -115
- package/dist-cjs/models/S3TablesServiceException.js +3 -3
- package/dist-cjs/runtimeConfig.browser.js +12 -14
- package/dist-cjs/runtimeConfig.js +18 -22
- package/dist-cjs/runtimeConfig.shared.js +9 -10
- package/dist-es/S3Tables.js +1 -1
- package/dist-es/S3TablesClient.js +5 -5
- package/dist-es/auth/httpAuthSchemeProvider.js +1 -1
- package/dist-es/commands/CreateNamespaceCommand.js +2 -2
- package/dist-es/commands/CreateTableBucketCommand.js +2 -2
- package/dist-es/commands/CreateTableCommand.js +2 -2
- package/dist-es/commands/DeleteNamespaceCommand.js +2 -2
- package/dist-es/commands/DeleteTableBucketCommand.js +2 -2
- package/dist-es/commands/DeleteTableBucketEncryptionCommand.js +2 -2
- package/dist-es/commands/DeleteTableBucketMetricsConfigurationCommand.js +2 -2
- package/dist-es/commands/DeleteTableBucketPolicyCommand.js +2 -2
- package/dist-es/commands/DeleteTableBucketReplicationCommand.js +2 -2
- package/dist-es/commands/DeleteTableCommand.js +2 -2
- package/dist-es/commands/DeleteTablePolicyCommand.js +2 -2
- package/dist-es/commands/DeleteTableReplicationCommand.js +2 -2
- package/dist-es/commands/GetNamespaceCommand.js +2 -2
- package/dist-es/commands/GetTableBucketCommand.js +2 -2
- package/dist-es/commands/GetTableBucketEncryptionCommand.js +2 -2
- package/dist-es/commands/GetTableBucketMaintenanceConfigurationCommand.js +2 -2
- package/dist-es/commands/GetTableBucketMetricsConfigurationCommand.js +2 -2
- package/dist-es/commands/GetTableBucketPolicyCommand.js +2 -2
- package/dist-es/commands/GetTableBucketReplicationCommand.js +2 -2
- package/dist-es/commands/GetTableBucketStorageClassCommand.js +2 -2
- package/dist-es/commands/GetTableCommand.js +2 -2
- package/dist-es/commands/GetTableEncryptionCommand.js +2 -2
- package/dist-es/commands/GetTableMaintenanceConfigurationCommand.js +2 -2
- package/dist-es/commands/GetTableMaintenanceJobStatusCommand.js +2 -2
- package/dist-es/commands/GetTableMetadataLocationCommand.js +2 -2
- package/dist-es/commands/GetTablePolicyCommand.js +2 -2
- package/dist-es/commands/GetTableRecordExpirationConfigurationCommand.js +2 -2
- package/dist-es/commands/GetTableRecordExpirationJobStatusCommand.js +2 -2
- package/dist-es/commands/GetTableReplicationCommand.js +2 -2
- package/dist-es/commands/GetTableReplicationStatusCommand.js +2 -2
- package/dist-es/commands/GetTableStorageClassCommand.js +2 -2
- package/dist-es/commands/ListNamespacesCommand.js +2 -2
- package/dist-es/commands/ListTableBucketsCommand.js +2 -2
- package/dist-es/commands/ListTablesCommand.js +2 -2
- package/dist-es/commands/ListTagsForResourceCommand.js +2 -2
- package/dist-es/commands/PutTableBucketEncryptionCommand.js +2 -2
- package/dist-es/commands/PutTableBucketMaintenanceConfigurationCommand.js +2 -2
- package/dist-es/commands/PutTableBucketMetricsConfigurationCommand.js +2 -2
- package/dist-es/commands/PutTableBucketPolicyCommand.js +2 -2
- package/dist-es/commands/PutTableBucketReplicationCommand.js +2 -2
- package/dist-es/commands/PutTableBucketStorageClassCommand.js +2 -2
- package/dist-es/commands/PutTableMaintenanceConfigurationCommand.js +2 -2
- package/dist-es/commands/PutTablePolicyCommand.js +2 -2
- package/dist-es/commands/PutTableRecordExpirationConfigurationCommand.js +2 -2
- package/dist-es/commands/PutTableReplicationCommand.js +2 -2
- package/dist-es/commands/RenameTableCommand.js +2 -2
- package/dist-es/commands/TagResourceCommand.js +2 -2
- package/dist-es/commands/UntagResourceCommand.js +2 -2
- package/dist-es/commands/UpdateTableMetadataLocationCommand.js +2 -2
- package/dist-es/endpoint/bdd.js +1 -1
- package/dist-es/endpoint/endpointResolver.js +1 -1
- package/dist-es/models/S3TablesServiceException.js +1 -1
- package/dist-es/runtimeConfig.browser.js +4 -6
- package/dist-es/runtimeConfig.js +4 -8
- package/dist-es/runtimeConfig.shared.js +3 -4
- package/dist-es/runtimeExtensions.js +2 -2
- package/dist-types/S3TablesClient.d.ts +5 -5
- package/dist-types/commands/CreateNamespaceCommand.d.ts +6 -4
- package/dist-types/commands/CreateTableBucketCommand.d.ts +6 -4
- package/dist-types/commands/CreateTableCommand.d.ts +6 -4
- package/dist-types/commands/DeleteNamespaceCommand.d.ts +6 -4
- package/dist-types/commands/DeleteTableBucketCommand.d.ts +6 -4
- package/dist-types/commands/DeleteTableBucketEncryptionCommand.d.ts +6 -4
- package/dist-types/commands/DeleteTableBucketMetricsConfigurationCommand.d.ts +6 -4
- package/dist-types/commands/DeleteTableBucketPolicyCommand.d.ts +6 -4
- package/dist-types/commands/DeleteTableBucketReplicationCommand.d.ts +6 -4
- package/dist-types/commands/DeleteTableCommand.d.ts +6 -4
- package/dist-types/commands/DeleteTablePolicyCommand.d.ts +6 -4
- package/dist-types/commands/DeleteTableReplicationCommand.d.ts +6 -4
- package/dist-types/commands/GetNamespaceCommand.d.ts +6 -4
- package/dist-types/commands/GetTableBucketCommand.d.ts +6 -4
- package/dist-types/commands/GetTableBucketEncryptionCommand.d.ts +6 -4
- package/dist-types/commands/GetTableBucketMaintenanceConfigurationCommand.d.ts +6 -4
- package/dist-types/commands/GetTableBucketMetricsConfigurationCommand.d.ts +6 -4
- package/dist-types/commands/GetTableBucketPolicyCommand.d.ts +6 -4
- package/dist-types/commands/GetTableBucketReplicationCommand.d.ts +6 -4
- package/dist-types/commands/GetTableBucketStorageClassCommand.d.ts +6 -4
- package/dist-types/commands/GetTableCommand.d.ts +6 -4
- package/dist-types/commands/GetTableEncryptionCommand.d.ts +6 -4
- package/dist-types/commands/GetTableMaintenanceConfigurationCommand.d.ts +6 -4
- package/dist-types/commands/GetTableMaintenanceJobStatusCommand.d.ts +6 -4
- package/dist-types/commands/GetTableMetadataLocationCommand.d.ts +6 -4
- package/dist-types/commands/GetTablePolicyCommand.d.ts +6 -4
- package/dist-types/commands/GetTableRecordExpirationConfigurationCommand.d.ts +6 -4
- package/dist-types/commands/GetTableRecordExpirationJobStatusCommand.d.ts +6 -4
- package/dist-types/commands/GetTableReplicationCommand.d.ts +6 -4
- package/dist-types/commands/GetTableReplicationStatusCommand.d.ts +6 -4
- package/dist-types/commands/GetTableStorageClassCommand.d.ts +6 -4
- package/dist-types/commands/ListNamespacesCommand.d.ts +6 -4
- package/dist-types/commands/ListTableBucketsCommand.d.ts +6 -4
- package/dist-types/commands/ListTablesCommand.d.ts +6 -4
- package/dist-types/commands/ListTagsForResourceCommand.d.ts +6 -4
- package/dist-types/commands/PutTableBucketEncryptionCommand.d.ts +6 -4
- package/dist-types/commands/PutTableBucketMaintenanceConfigurationCommand.d.ts +6 -4
- package/dist-types/commands/PutTableBucketMetricsConfigurationCommand.d.ts +6 -4
- package/dist-types/commands/PutTableBucketPolicyCommand.d.ts +6 -4
- package/dist-types/commands/PutTableBucketReplicationCommand.d.ts +6 -4
- package/dist-types/commands/PutTableBucketStorageClassCommand.d.ts +6 -4
- package/dist-types/commands/PutTableMaintenanceConfigurationCommand.d.ts +6 -4
- package/dist-types/commands/PutTablePolicyCommand.d.ts +6 -4
- package/dist-types/commands/PutTableRecordExpirationConfigurationCommand.d.ts +6 -4
- package/dist-types/commands/PutTableReplicationCommand.d.ts +6 -4
- package/dist-types/commands/RenameTableCommand.d.ts +6 -4
- package/dist-types/commands/TagResourceCommand.d.ts +6 -4
- package/dist-types/commands/UntagResourceCommand.d.ts +6 -4
- package/dist-types/commands/UpdateTableMetadataLocationCommand.d.ts +6 -4
- package/dist-types/endpoint/bdd.d.ts +1 -1
- package/dist-types/extensionConfiguration.d.ts +1 -1
- package/dist-types/models/S3TablesServiceException.d.ts +1 -1
- package/dist-types/models/errors.d.ts +1 -1
- package/dist-types/runtimeConfig.browser.d.ts +2 -2
- package/dist-types/runtimeConfig.d.ts +2 -2
- package/dist-types/runtimeConfig.native.d.ts +2 -2
- package/dist-types/ts3.4/S3TablesClient.d.ts +8 -14
- package/dist-types/ts3.4/commands/CreateNamespaceCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/CreateTableBucketCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/CreateTableCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/DeleteNamespaceCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/DeleteTableBucketCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/DeleteTableBucketEncryptionCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/DeleteTableBucketMetricsConfigurationCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/DeleteTableBucketPolicyCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/DeleteTableBucketReplicationCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/DeleteTableCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/DeleteTablePolicyCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/DeleteTableReplicationCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/GetNamespaceCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/GetTableBucketCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/GetTableBucketEncryptionCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/GetTableBucketMaintenanceConfigurationCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/GetTableBucketMetricsConfigurationCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/GetTableBucketPolicyCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/GetTableBucketReplicationCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/GetTableBucketStorageClassCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/GetTableCommand.d.ts +6 -6
- package/dist-types/ts3.4/commands/GetTableEncryptionCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/GetTableMaintenanceConfigurationCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/GetTableMaintenanceJobStatusCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/GetTableMetadataLocationCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/GetTablePolicyCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/GetTableRecordExpirationConfigurationCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/GetTableRecordExpirationJobStatusCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/GetTableReplicationCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/GetTableReplicationStatusCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/GetTableStorageClassCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/ListNamespacesCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/ListTableBucketsCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/ListTablesCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/PutTableBucketEncryptionCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/PutTableBucketMaintenanceConfigurationCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/PutTableBucketMetricsConfigurationCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/PutTableBucketPolicyCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/PutTableBucketReplicationCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/PutTableBucketStorageClassCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/PutTableMaintenanceConfigurationCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/PutTablePolicyCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/PutTableRecordExpirationConfigurationCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/PutTableReplicationCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/RenameTableCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/UpdateTableMetadataLocationCommand.d.ts +6 -4
- package/dist-types/ts3.4/endpoint/bdd.d.ts +1 -1
- package/dist-types/ts3.4/extensionConfiguration.d.ts +1 -1
- package/dist-types/ts3.4/models/S3TablesServiceException.d.ts +1 -1
- package/dist-types/ts3.4/models/errors.d.ts +1 -1
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +2 -2
- package/dist-types/ts3.4/runtimeConfig.d.ts +2 -2
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +3 -3
- package/package.json +14 -35
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import {
|
|
4
4
|
GetTableReplicationRequest,
|
|
@@ -19,7 +19,7 @@ export interface GetTableReplicationCommandOutput
|
|
|
19
19
|
declare const GetTableReplicationCommand_base: {
|
|
20
20
|
new (
|
|
21
21
|
input: GetTableReplicationCommandInput
|
|
22
|
-
): import("@smithy/
|
|
22
|
+
): import("@smithy/core/client").CommandImpl<
|
|
23
23
|
GetTableReplicationCommandInput,
|
|
24
24
|
GetTableReplicationCommandOutput,
|
|
25
25
|
S3TablesClientResolvedConfig,
|
|
@@ -28,14 +28,16 @@ declare const GetTableReplicationCommand_base: {
|
|
|
28
28
|
>;
|
|
29
29
|
new (
|
|
30
30
|
input: GetTableReplicationCommandInput
|
|
31
|
-
): import("@smithy/
|
|
31
|
+
): import("@smithy/core/client").CommandImpl<
|
|
32
32
|
GetTableReplicationCommandInput,
|
|
33
33
|
GetTableReplicationCommandOutput,
|
|
34
34
|
S3TablesClientResolvedConfig,
|
|
35
35
|
ServiceInputTypes,
|
|
36
36
|
ServiceOutputTypes
|
|
37
37
|
>;
|
|
38
|
-
getEndpointParameterInstructions():
|
|
38
|
+
getEndpointParameterInstructions(): {
|
|
39
|
+
[x: string]: unknown;
|
|
40
|
+
};
|
|
39
41
|
};
|
|
40
42
|
export declare class GetTableReplicationCommand extends GetTableReplicationCommand_base {
|
|
41
43
|
protected static __types: {
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import {
|
|
4
4
|
GetTableReplicationStatusRequest,
|
|
@@ -19,7 +19,7 @@ export interface GetTableReplicationStatusCommandOutput
|
|
|
19
19
|
declare const GetTableReplicationStatusCommand_base: {
|
|
20
20
|
new (
|
|
21
21
|
input: GetTableReplicationStatusCommandInput
|
|
22
|
-
): import("@smithy/
|
|
22
|
+
): import("@smithy/core/client").CommandImpl<
|
|
23
23
|
GetTableReplicationStatusCommandInput,
|
|
24
24
|
GetTableReplicationStatusCommandOutput,
|
|
25
25
|
S3TablesClientResolvedConfig,
|
|
@@ -28,14 +28,16 @@ declare const GetTableReplicationStatusCommand_base: {
|
|
|
28
28
|
>;
|
|
29
29
|
new (
|
|
30
30
|
input: GetTableReplicationStatusCommandInput
|
|
31
|
-
): import("@smithy/
|
|
31
|
+
): import("@smithy/core/client").CommandImpl<
|
|
32
32
|
GetTableReplicationStatusCommandInput,
|
|
33
33
|
GetTableReplicationStatusCommandOutput,
|
|
34
34
|
S3TablesClientResolvedConfig,
|
|
35
35
|
ServiceInputTypes,
|
|
36
36
|
ServiceOutputTypes
|
|
37
37
|
>;
|
|
38
|
-
getEndpointParameterInstructions():
|
|
38
|
+
getEndpointParameterInstructions(): {
|
|
39
|
+
[x: string]: unknown;
|
|
40
|
+
};
|
|
39
41
|
};
|
|
40
42
|
export declare class GetTableReplicationStatusCommand extends GetTableReplicationStatusCommand_base {
|
|
41
43
|
protected static __types: {
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import {
|
|
4
4
|
GetTableStorageClassRequest,
|
|
@@ -19,7 +19,7 @@ export interface GetTableStorageClassCommandOutput
|
|
|
19
19
|
declare const GetTableStorageClassCommand_base: {
|
|
20
20
|
new (
|
|
21
21
|
input: GetTableStorageClassCommandInput
|
|
22
|
-
): import("@smithy/
|
|
22
|
+
): import("@smithy/core/client").CommandImpl<
|
|
23
23
|
GetTableStorageClassCommandInput,
|
|
24
24
|
GetTableStorageClassCommandOutput,
|
|
25
25
|
S3TablesClientResolvedConfig,
|
|
@@ -28,14 +28,16 @@ declare const GetTableStorageClassCommand_base: {
|
|
|
28
28
|
>;
|
|
29
29
|
new (
|
|
30
30
|
input: GetTableStorageClassCommandInput
|
|
31
|
-
): import("@smithy/
|
|
31
|
+
): import("@smithy/core/client").CommandImpl<
|
|
32
32
|
GetTableStorageClassCommandInput,
|
|
33
33
|
GetTableStorageClassCommandOutput,
|
|
34
34
|
S3TablesClientResolvedConfig,
|
|
35
35
|
ServiceInputTypes,
|
|
36
36
|
ServiceOutputTypes
|
|
37
37
|
>;
|
|
38
|
-
getEndpointParameterInstructions():
|
|
38
|
+
getEndpointParameterInstructions(): {
|
|
39
|
+
[x: string]: unknown;
|
|
40
|
+
};
|
|
39
41
|
};
|
|
40
42
|
export declare class GetTableStorageClassCommand extends GetTableStorageClassCommand_base {
|
|
41
43
|
protected static __types: {
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import {
|
|
4
4
|
ListNamespacesRequest,
|
|
@@ -18,7 +18,7 @@ export interface ListNamespacesCommandOutput
|
|
|
18
18
|
declare const ListNamespacesCommand_base: {
|
|
19
19
|
new (
|
|
20
20
|
input: ListNamespacesCommandInput
|
|
21
|
-
): import("@smithy/
|
|
21
|
+
): import("@smithy/core/client").CommandImpl<
|
|
22
22
|
ListNamespacesCommandInput,
|
|
23
23
|
ListNamespacesCommandOutput,
|
|
24
24
|
S3TablesClientResolvedConfig,
|
|
@@ -27,14 +27,16 @@ declare const ListNamespacesCommand_base: {
|
|
|
27
27
|
>;
|
|
28
28
|
new (
|
|
29
29
|
input: ListNamespacesCommandInput
|
|
30
|
-
): import("@smithy/
|
|
30
|
+
): import("@smithy/core/client").CommandImpl<
|
|
31
31
|
ListNamespacesCommandInput,
|
|
32
32
|
ListNamespacesCommandOutput,
|
|
33
33
|
S3TablesClientResolvedConfig,
|
|
34
34
|
ServiceInputTypes,
|
|
35
35
|
ServiceOutputTypes
|
|
36
36
|
>;
|
|
37
|
-
getEndpointParameterInstructions():
|
|
37
|
+
getEndpointParameterInstructions(): {
|
|
38
|
+
[x: string]: unknown;
|
|
39
|
+
};
|
|
38
40
|
};
|
|
39
41
|
export declare class ListNamespacesCommand extends ListNamespacesCommand_base {
|
|
40
42
|
protected static __types: {
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import {
|
|
4
4
|
ListTableBucketsRequest,
|
|
@@ -18,7 +18,7 @@ export interface ListTableBucketsCommandOutput
|
|
|
18
18
|
declare const ListTableBucketsCommand_base: {
|
|
19
19
|
new (
|
|
20
20
|
input: ListTableBucketsCommandInput
|
|
21
|
-
): import("@smithy/
|
|
21
|
+
): import("@smithy/core/client").CommandImpl<
|
|
22
22
|
ListTableBucketsCommandInput,
|
|
23
23
|
ListTableBucketsCommandOutput,
|
|
24
24
|
S3TablesClientResolvedConfig,
|
|
@@ -27,14 +27,16 @@ declare const ListTableBucketsCommand_base: {
|
|
|
27
27
|
>;
|
|
28
28
|
new (
|
|
29
29
|
...[input]: [] | [ListTableBucketsCommandInput]
|
|
30
|
-
): import("@smithy/
|
|
30
|
+
): import("@smithy/core/client").CommandImpl<
|
|
31
31
|
ListTableBucketsCommandInput,
|
|
32
32
|
ListTableBucketsCommandOutput,
|
|
33
33
|
S3TablesClientResolvedConfig,
|
|
34
34
|
ServiceInputTypes,
|
|
35
35
|
ServiceOutputTypes
|
|
36
36
|
>;
|
|
37
|
-
getEndpointParameterInstructions():
|
|
37
|
+
getEndpointParameterInstructions(): {
|
|
38
|
+
[x: string]: unknown;
|
|
39
|
+
};
|
|
38
40
|
};
|
|
39
41
|
export declare class ListTableBucketsCommand extends ListTableBucketsCommand_base {
|
|
40
42
|
protected static __types: {
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import { ListTablesRequest, ListTablesResponse } from "../models/models_0";
|
|
4
4
|
import {
|
|
@@ -15,7 +15,7 @@ export interface ListTablesCommandOutput
|
|
|
15
15
|
declare const ListTablesCommand_base: {
|
|
16
16
|
new (
|
|
17
17
|
input: ListTablesCommandInput
|
|
18
|
-
): import("@smithy/
|
|
18
|
+
): import("@smithy/core/client").CommandImpl<
|
|
19
19
|
ListTablesCommandInput,
|
|
20
20
|
ListTablesCommandOutput,
|
|
21
21
|
S3TablesClientResolvedConfig,
|
|
@@ -24,14 +24,16 @@ declare const ListTablesCommand_base: {
|
|
|
24
24
|
>;
|
|
25
25
|
new (
|
|
26
26
|
input: ListTablesCommandInput
|
|
27
|
-
): import("@smithy/
|
|
27
|
+
): import("@smithy/core/client").CommandImpl<
|
|
28
28
|
ListTablesCommandInput,
|
|
29
29
|
ListTablesCommandOutput,
|
|
30
30
|
S3TablesClientResolvedConfig,
|
|
31
31
|
ServiceInputTypes,
|
|
32
32
|
ServiceOutputTypes
|
|
33
33
|
>;
|
|
34
|
-
getEndpointParameterInstructions():
|
|
34
|
+
getEndpointParameterInstructions(): {
|
|
35
|
+
[x: string]: unknown;
|
|
36
|
+
};
|
|
35
37
|
};
|
|
36
38
|
export declare class ListTablesCommand extends ListTablesCommand_base {
|
|
37
39
|
protected static __types: {
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import {
|
|
4
4
|
ListTagsForResourceRequest,
|
|
@@ -19,7 +19,7 @@ export interface ListTagsForResourceCommandOutput
|
|
|
19
19
|
declare const ListTagsForResourceCommand_base: {
|
|
20
20
|
new (
|
|
21
21
|
input: ListTagsForResourceCommandInput
|
|
22
|
-
): import("@smithy/
|
|
22
|
+
): import("@smithy/core/client").CommandImpl<
|
|
23
23
|
ListTagsForResourceCommandInput,
|
|
24
24
|
ListTagsForResourceCommandOutput,
|
|
25
25
|
S3TablesClientResolvedConfig,
|
|
@@ -28,14 +28,16 @@ declare const ListTagsForResourceCommand_base: {
|
|
|
28
28
|
>;
|
|
29
29
|
new (
|
|
30
30
|
input: ListTagsForResourceCommandInput
|
|
31
|
-
): import("@smithy/
|
|
31
|
+
): import("@smithy/core/client").CommandImpl<
|
|
32
32
|
ListTagsForResourceCommandInput,
|
|
33
33
|
ListTagsForResourceCommandOutput,
|
|
34
34
|
S3TablesClientResolvedConfig,
|
|
35
35
|
ServiceInputTypes,
|
|
36
36
|
ServiceOutputTypes
|
|
37
37
|
>;
|
|
38
|
-
getEndpointParameterInstructions():
|
|
38
|
+
getEndpointParameterInstructions(): {
|
|
39
|
+
[x: string]: unknown;
|
|
40
|
+
};
|
|
39
41
|
};
|
|
40
42
|
export declare class ListTagsForResourceCommand extends ListTagsForResourceCommand_base {
|
|
41
43
|
protected static __types: {
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import { PutTableBucketEncryptionRequest } from "../models/models_0";
|
|
4
4
|
import {
|
|
@@ -15,7 +15,7 @@ export interface PutTableBucketEncryptionCommandOutput
|
|
|
15
15
|
declare const PutTableBucketEncryptionCommand_base: {
|
|
16
16
|
new (
|
|
17
17
|
input: PutTableBucketEncryptionCommandInput
|
|
18
|
-
): import("@smithy/
|
|
18
|
+
): import("@smithy/core/client").CommandImpl<
|
|
19
19
|
PutTableBucketEncryptionCommandInput,
|
|
20
20
|
PutTableBucketEncryptionCommandOutput,
|
|
21
21
|
S3TablesClientResolvedConfig,
|
|
@@ -24,14 +24,16 @@ declare const PutTableBucketEncryptionCommand_base: {
|
|
|
24
24
|
>;
|
|
25
25
|
new (
|
|
26
26
|
input: PutTableBucketEncryptionCommandInput
|
|
27
|
-
): import("@smithy/
|
|
27
|
+
): import("@smithy/core/client").CommandImpl<
|
|
28
28
|
PutTableBucketEncryptionCommandInput,
|
|
29
29
|
PutTableBucketEncryptionCommandOutput,
|
|
30
30
|
S3TablesClientResolvedConfig,
|
|
31
31
|
ServiceInputTypes,
|
|
32
32
|
ServiceOutputTypes
|
|
33
33
|
>;
|
|
34
|
-
getEndpointParameterInstructions():
|
|
34
|
+
getEndpointParameterInstructions(): {
|
|
35
|
+
[x: string]: unknown;
|
|
36
|
+
};
|
|
35
37
|
};
|
|
36
38
|
export declare class PutTableBucketEncryptionCommand extends PutTableBucketEncryptionCommand_base {
|
|
37
39
|
protected static __types: {
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import { PutTableBucketMaintenanceConfigurationRequest } from "../models/models_0";
|
|
4
4
|
import {
|
|
@@ -15,7 +15,7 @@ export interface PutTableBucketMaintenanceConfigurationCommandOutput
|
|
|
15
15
|
declare const PutTableBucketMaintenanceConfigurationCommand_base: {
|
|
16
16
|
new (
|
|
17
17
|
input: PutTableBucketMaintenanceConfigurationCommandInput
|
|
18
|
-
): import("@smithy/
|
|
18
|
+
): import("@smithy/core/client").CommandImpl<
|
|
19
19
|
PutTableBucketMaintenanceConfigurationCommandInput,
|
|
20
20
|
PutTableBucketMaintenanceConfigurationCommandOutput,
|
|
21
21
|
S3TablesClientResolvedConfig,
|
|
@@ -24,14 +24,16 @@ declare const PutTableBucketMaintenanceConfigurationCommand_base: {
|
|
|
24
24
|
>;
|
|
25
25
|
new (
|
|
26
26
|
input: PutTableBucketMaintenanceConfigurationCommandInput
|
|
27
|
-
): import("@smithy/
|
|
27
|
+
): import("@smithy/core/client").CommandImpl<
|
|
28
28
|
PutTableBucketMaintenanceConfigurationCommandInput,
|
|
29
29
|
PutTableBucketMaintenanceConfigurationCommandOutput,
|
|
30
30
|
S3TablesClientResolvedConfig,
|
|
31
31
|
ServiceInputTypes,
|
|
32
32
|
ServiceOutputTypes
|
|
33
33
|
>;
|
|
34
|
-
getEndpointParameterInstructions():
|
|
34
|
+
getEndpointParameterInstructions(): {
|
|
35
|
+
[x: string]: unknown;
|
|
36
|
+
};
|
|
35
37
|
};
|
|
36
38
|
export declare class PutTableBucketMaintenanceConfigurationCommand extends PutTableBucketMaintenanceConfigurationCommand_base {
|
|
37
39
|
protected static __types: {
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import { PutTableBucketMetricsConfigurationRequest } from "../models/models_0";
|
|
4
4
|
import {
|
|
@@ -15,7 +15,7 @@ export interface PutTableBucketMetricsConfigurationCommandOutput
|
|
|
15
15
|
declare const PutTableBucketMetricsConfigurationCommand_base: {
|
|
16
16
|
new (
|
|
17
17
|
input: PutTableBucketMetricsConfigurationCommandInput
|
|
18
|
-
): import("@smithy/
|
|
18
|
+
): import("@smithy/core/client").CommandImpl<
|
|
19
19
|
PutTableBucketMetricsConfigurationCommandInput,
|
|
20
20
|
PutTableBucketMetricsConfigurationCommandOutput,
|
|
21
21
|
S3TablesClientResolvedConfig,
|
|
@@ -24,14 +24,16 @@ declare const PutTableBucketMetricsConfigurationCommand_base: {
|
|
|
24
24
|
>;
|
|
25
25
|
new (
|
|
26
26
|
input: PutTableBucketMetricsConfigurationCommandInput
|
|
27
|
-
): import("@smithy/
|
|
27
|
+
): import("@smithy/core/client").CommandImpl<
|
|
28
28
|
PutTableBucketMetricsConfigurationCommandInput,
|
|
29
29
|
PutTableBucketMetricsConfigurationCommandOutput,
|
|
30
30
|
S3TablesClientResolvedConfig,
|
|
31
31
|
ServiceInputTypes,
|
|
32
32
|
ServiceOutputTypes
|
|
33
33
|
>;
|
|
34
|
-
getEndpointParameterInstructions():
|
|
34
|
+
getEndpointParameterInstructions(): {
|
|
35
|
+
[x: string]: unknown;
|
|
36
|
+
};
|
|
35
37
|
};
|
|
36
38
|
export declare class PutTableBucketMetricsConfigurationCommand extends PutTableBucketMetricsConfigurationCommand_base {
|
|
37
39
|
protected static __types: {
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import { PutTableBucketPolicyRequest } from "../models/models_0";
|
|
4
4
|
import {
|
|
@@ -14,7 +14,7 @@ export interface PutTableBucketPolicyCommandOutput extends __MetadataBearer {}
|
|
|
14
14
|
declare const PutTableBucketPolicyCommand_base: {
|
|
15
15
|
new (
|
|
16
16
|
input: PutTableBucketPolicyCommandInput
|
|
17
|
-
): import("@smithy/
|
|
17
|
+
): import("@smithy/core/client").CommandImpl<
|
|
18
18
|
PutTableBucketPolicyCommandInput,
|
|
19
19
|
PutTableBucketPolicyCommandOutput,
|
|
20
20
|
S3TablesClientResolvedConfig,
|
|
@@ -23,14 +23,16 @@ declare const PutTableBucketPolicyCommand_base: {
|
|
|
23
23
|
>;
|
|
24
24
|
new (
|
|
25
25
|
input: PutTableBucketPolicyCommandInput
|
|
26
|
-
): import("@smithy/
|
|
26
|
+
): import("@smithy/core/client").CommandImpl<
|
|
27
27
|
PutTableBucketPolicyCommandInput,
|
|
28
28
|
PutTableBucketPolicyCommandOutput,
|
|
29
29
|
S3TablesClientResolvedConfig,
|
|
30
30
|
ServiceInputTypes,
|
|
31
31
|
ServiceOutputTypes
|
|
32
32
|
>;
|
|
33
|
-
getEndpointParameterInstructions():
|
|
33
|
+
getEndpointParameterInstructions(): {
|
|
34
|
+
[x: string]: unknown;
|
|
35
|
+
};
|
|
34
36
|
};
|
|
35
37
|
export declare class PutTableBucketPolicyCommand extends PutTableBucketPolicyCommand_base {
|
|
36
38
|
protected static __types: {
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import {
|
|
4
4
|
PutTableBucketReplicationRequest,
|
|
@@ -19,7 +19,7 @@ export interface PutTableBucketReplicationCommandOutput
|
|
|
19
19
|
declare const PutTableBucketReplicationCommand_base: {
|
|
20
20
|
new (
|
|
21
21
|
input: PutTableBucketReplicationCommandInput
|
|
22
|
-
): import("@smithy/
|
|
22
|
+
): import("@smithy/core/client").CommandImpl<
|
|
23
23
|
PutTableBucketReplicationCommandInput,
|
|
24
24
|
PutTableBucketReplicationCommandOutput,
|
|
25
25
|
S3TablesClientResolvedConfig,
|
|
@@ -28,14 +28,16 @@ declare const PutTableBucketReplicationCommand_base: {
|
|
|
28
28
|
>;
|
|
29
29
|
new (
|
|
30
30
|
input: PutTableBucketReplicationCommandInput
|
|
31
|
-
): import("@smithy/
|
|
31
|
+
): import("@smithy/core/client").CommandImpl<
|
|
32
32
|
PutTableBucketReplicationCommandInput,
|
|
33
33
|
PutTableBucketReplicationCommandOutput,
|
|
34
34
|
S3TablesClientResolvedConfig,
|
|
35
35
|
ServiceInputTypes,
|
|
36
36
|
ServiceOutputTypes
|
|
37
37
|
>;
|
|
38
|
-
getEndpointParameterInstructions():
|
|
38
|
+
getEndpointParameterInstructions(): {
|
|
39
|
+
[x: string]: unknown;
|
|
40
|
+
};
|
|
39
41
|
};
|
|
40
42
|
export declare class PutTableBucketReplicationCommand extends PutTableBucketReplicationCommand_base {
|
|
41
43
|
protected static __types: {
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import { PutTableBucketStorageClassRequest } from "../models/models_0";
|
|
4
4
|
import {
|
|
@@ -15,7 +15,7 @@ export interface PutTableBucketStorageClassCommandOutput
|
|
|
15
15
|
declare const PutTableBucketStorageClassCommand_base: {
|
|
16
16
|
new (
|
|
17
17
|
input: PutTableBucketStorageClassCommandInput
|
|
18
|
-
): import("@smithy/
|
|
18
|
+
): import("@smithy/core/client").CommandImpl<
|
|
19
19
|
PutTableBucketStorageClassCommandInput,
|
|
20
20
|
PutTableBucketStorageClassCommandOutput,
|
|
21
21
|
S3TablesClientResolvedConfig,
|
|
@@ -24,14 +24,16 @@ declare const PutTableBucketStorageClassCommand_base: {
|
|
|
24
24
|
>;
|
|
25
25
|
new (
|
|
26
26
|
input: PutTableBucketStorageClassCommandInput
|
|
27
|
-
): import("@smithy/
|
|
27
|
+
): import("@smithy/core/client").CommandImpl<
|
|
28
28
|
PutTableBucketStorageClassCommandInput,
|
|
29
29
|
PutTableBucketStorageClassCommandOutput,
|
|
30
30
|
S3TablesClientResolvedConfig,
|
|
31
31
|
ServiceInputTypes,
|
|
32
32
|
ServiceOutputTypes
|
|
33
33
|
>;
|
|
34
|
-
getEndpointParameterInstructions():
|
|
34
|
+
getEndpointParameterInstructions(): {
|
|
35
|
+
[x: string]: unknown;
|
|
36
|
+
};
|
|
35
37
|
};
|
|
36
38
|
export declare class PutTableBucketStorageClassCommand extends PutTableBucketStorageClassCommand_base {
|
|
37
39
|
protected static __types: {
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import { PutTableMaintenanceConfigurationRequest } from "../models/models_0";
|
|
4
4
|
import {
|
|
@@ -15,7 +15,7 @@ export interface PutTableMaintenanceConfigurationCommandOutput
|
|
|
15
15
|
declare const PutTableMaintenanceConfigurationCommand_base: {
|
|
16
16
|
new (
|
|
17
17
|
input: PutTableMaintenanceConfigurationCommandInput
|
|
18
|
-
): import("@smithy/
|
|
18
|
+
): import("@smithy/core/client").CommandImpl<
|
|
19
19
|
PutTableMaintenanceConfigurationCommandInput,
|
|
20
20
|
PutTableMaintenanceConfigurationCommandOutput,
|
|
21
21
|
S3TablesClientResolvedConfig,
|
|
@@ -24,14 +24,16 @@ declare const PutTableMaintenanceConfigurationCommand_base: {
|
|
|
24
24
|
>;
|
|
25
25
|
new (
|
|
26
26
|
input: PutTableMaintenanceConfigurationCommandInput
|
|
27
|
-
): import("@smithy/
|
|
27
|
+
): import("@smithy/core/client").CommandImpl<
|
|
28
28
|
PutTableMaintenanceConfigurationCommandInput,
|
|
29
29
|
PutTableMaintenanceConfigurationCommandOutput,
|
|
30
30
|
S3TablesClientResolvedConfig,
|
|
31
31
|
ServiceInputTypes,
|
|
32
32
|
ServiceOutputTypes
|
|
33
33
|
>;
|
|
34
|
-
getEndpointParameterInstructions():
|
|
34
|
+
getEndpointParameterInstructions(): {
|
|
35
|
+
[x: string]: unknown;
|
|
36
|
+
};
|
|
35
37
|
};
|
|
36
38
|
export declare class PutTableMaintenanceConfigurationCommand extends PutTableMaintenanceConfigurationCommand_base {
|
|
37
39
|
protected static __types: {
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import { PutTablePolicyRequest } from "../models/models_0";
|
|
4
4
|
import {
|
|
@@ -13,7 +13,7 @@ export interface PutTablePolicyCommandOutput extends __MetadataBearer {}
|
|
|
13
13
|
declare const PutTablePolicyCommand_base: {
|
|
14
14
|
new (
|
|
15
15
|
input: PutTablePolicyCommandInput
|
|
16
|
-
): import("@smithy/
|
|
16
|
+
): import("@smithy/core/client").CommandImpl<
|
|
17
17
|
PutTablePolicyCommandInput,
|
|
18
18
|
PutTablePolicyCommandOutput,
|
|
19
19
|
S3TablesClientResolvedConfig,
|
|
@@ -22,14 +22,16 @@ declare const PutTablePolicyCommand_base: {
|
|
|
22
22
|
>;
|
|
23
23
|
new (
|
|
24
24
|
input: PutTablePolicyCommandInput
|
|
25
|
-
): import("@smithy/
|
|
25
|
+
): import("@smithy/core/client").CommandImpl<
|
|
26
26
|
PutTablePolicyCommandInput,
|
|
27
27
|
PutTablePolicyCommandOutput,
|
|
28
28
|
S3TablesClientResolvedConfig,
|
|
29
29
|
ServiceInputTypes,
|
|
30
30
|
ServiceOutputTypes
|
|
31
31
|
>;
|
|
32
|
-
getEndpointParameterInstructions():
|
|
32
|
+
getEndpointParameterInstructions(): {
|
|
33
|
+
[x: string]: unknown;
|
|
34
|
+
};
|
|
33
35
|
};
|
|
34
36
|
export declare class PutTablePolicyCommand extends PutTablePolicyCommand_base {
|
|
35
37
|
protected static __types: {
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import { PutTableRecordExpirationConfigurationRequest } from "../models/models_0";
|
|
4
4
|
import {
|
|
@@ -15,7 +15,7 @@ export interface PutTableRecordExpirationConfigurationCommandOutput
|
|
|
15
15
|
declare const PutTableRecordExpirationConfigurationCommand_base: {
|
|
16
16
|
new (
|
|
17
17
|
input: PutTableRecordExpirationConfigurationCommandInput
|
|
18
|
-
): import("@smithy/
|
|
18
|
+
): import("@smithy/core/client").CommandImpl<
|
|
19
19
|
PutTableRecordExpirationConfigurationCommandInput,
|
|
20
20
|
PutTableRecordExpirationConfigurationCommandOutput,
|
|
21
21
|
S3TablesClientResolvedConfig,
|
|
@@ -24,14 +24,16 @@ declare const PutTableRecordExpirationConfigurationCommand_base: {
|
|
|
24
24
|
>;
|
|
25
25
|
new (
|
|
26
26
|
input: PutTableRecordExpirationConfigurationCommandInput
|
|
27
|
-
): import("@smithy/
|
|
27
|
+
): import("@smithy/core/client").CommandImpl<
|
|
28
28
|
PutTableRecordExpirationConfigurationCommandInput,
|
|
29
29
|
PutTableRecordExpirationConfigurationCommandOutput,
|
|
30
30
|
S3TablesClientResolvedConfig,
|
|
31
31
|
ServiceInputTypes,
|
|
32
32
|
ServiceOutputTypes
|
|
33
33
|
>;
|
|
34
|
-
getEndpointParameterInstructions():
|
|
34
|
+
getEndpointParameterInstructions(): {
|
|
35
|
+
[x: string]: unknown;
|
|
36
|
+
};
|
|
35
37
|
};
|
|
36
38
|
export declare class PutTableRecordExpirationConfigurationCommand extends PutTableRecordExpirationConfigurationCommand_base {
|
|
37
39
|
protected static __types: {
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import {
|
|
4
4
|
PutTableReplicationRequest,
|
|
@@ -19,7 +19,7 @@ export interface PutTableReplicationCommandOutput
|
|
|
19
19
|
declare const PutTableReplicationCommand_base: {
|
|
20
20
|
new (
|
|
21
21
|
input: PutTableReplicationCommandInput
|
|
22
|
-
): import("@smithy/
|
|
22
|
+
): import("@smithy/core/client").CommandImpl<
|
|
23
23
|
PutTableReplicationCommandInput,
|
|
24
24
|
PutTableReplicationCommandOutput,
|
|
25
25
|
S3TablesClientResolvedConfig,
|
|
@@ -28,14 +28,16 @@ declare const PutTableReplicationCommand_base: {
|
|
|
28
28
|
>;
|
|
29
29
|
new (
|
|
30
30
|
input: PutTableReplicationCommandInput
|
|
31
|
-
): import("@smithy/
|
|
31
|
+
): import("@smithy/core/client").CommandImpl<
|
|
32
32
|
PutTableReplicationCommandInput,
|
|
33
33
|
PutTableReplicationCommandOutput,
|
|
34
34
|
S3TablesClientResolvedConfig,
|
|
35
35
|
ServiceInputTypes,
|
|
36
36
|
ServiceOutputTypes
|
|
37
37
|
>;
|
|
38
|
-
getEndpointParameterInstructions():
|
|
38
|
+
getEndpointParameterInstructions(): {
|
|
39
|
+
[x: string]: unknown;
|
|
40
|
+
};
|
|
39
41
|
};
|
|
40
42
|
export declare class PutTableReplicationCommand extends PutTableReplicationCommand_base {
|
|
41
43
|
protected static __types: {
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import { RenameTableRequest } from "../models/models_0";
|
|
4
4
|
import {
|
|
@@ -13,7 +13,7 @@ export interface RenameTableCommandOutput extends __MetadataBearer {}
|
|
|
13
13
|
declare const RenameTableCommand_base: {
|
|
14
14
|
new (
|
|
15
15
|
input: RenameTableCommandInput
|
|
16
|
-
): import("@smithy/
|
|
16
|
+
): import("@smithy/core/client").CommandImpl<
|
|
17
17
|
RenameTableCommandInput,
|
|
18
18
|
RenameTableCommandOutput,
|
|
19
19
|
S3TablesClientResolvedConfig,
|
|
@@ -22,14 +22,16 @@ declare const RenameTableCommand_base: {
|
|
|
22
22
|
>;
|
|
23
23
|
new (
|
|
24
24
|
input: RenameTableCommandInput
|
|
25
|
-
): import("@smithy/
|
|
25
|
+
): import("@smithy/core/client").CommandImpl<
|
|
26
26
|
RenameTableCommandInput,
|
|
27
27
|
RenameTableCommandOutput,
|
|
28
28
|
S3TablesClientResolvedConfig,
|
|
29
29
|
ServiceInputTypes,
|
|
30
30
|
ServiceOutputTypes
|
|
31
31
|
>;
|
|
32
|
-
getEndpointParameterInstructions():
|
|
32
|
+
getEndpointParameterInstructions(): {
|
|
33
|
+
[x: string]: unknown;
|
|
34
|
+
};
|
|
33
35
|
};
|
|
34
36
|
export declare class RenameTableCommand extends RenameTableCommand_base {
|
|
35
37
|
protected static __types: {
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import { TagResourceRequest, TagResourceResponse } from "../models/models_0";
|
|
4
4
|
import {
|
|
@@ -15,7 +15,7 @@ export interface TagResourceCommandOutput
|
|
|
15
15
|
declare const TagResourceCommand_base: {
|
|
16
16
|
new (
|
|
17
17
|
input: TagResourceCommandInput
|
|
18
|
-
): import("@smithy/
|
|
18
|
+
): import("@smithy/core/client").CommandImpl<
|
|
19
19
|
TagResourceCommandInput,
|
|
20
20
|
TagResourceCommandOutput,
|
|
21
21
|
S3TablesClientResolvedConfig,
|
|
@@ -24,14 +24,16 @@ declare const TagResourceCommand_base: {
|
|
|
24
24
|
>;
|
|
25
25
|
new (
|
|
26
26
|
input: TagResourceCommandInput
|
|
27
|
-
): import("@smithy/
|
|
27
|
+
): import("@smithy/core/client").CommandImpl<
|
|
28
28
|
TagResourceCommandInput,
|
|
29
29
|
TagResourceCommandOutput,
|
|
30
30
|
S3TablesClientResolvedConfig,
|
|
31
31
|
ServiceInputTypes,
|
|
32
32
|
ServiceOutputTypes
|
|
33
33
|
>;
|
|
34
|
-
getEndpointParameterInstructions():
|
|
34
|
+
getEndpointParameterInstructions(): {
|
|
35
|
+
[x: string]: unknown;
|
|
36
|
+
};
|
|
35
37
|
};
|
|
36
38
|
export declare class TagResourceCommand extends TagResourceCommand_base {
|
|
37
39
|
protected static __types: {
|