@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 { DeleteTableRequest } from "../models/models_0";
|
|
4
4
|
import {
|
|
@@ -13,7 +13,7 @@ export interface DeleteTableCommandOutput extends __MetadataBearer {}
|
|
|
13
13
|
declare const DeleteTableCommand_base: {
|
|
14
14
|
new (
|
|
15
15
|
input: DeleteTableCommandInput
|
|
16
|
-
): import("@smithy/
|
|
16
|
+
): import("@smithy/core/client").CommandImpl<
|
|
17
17
|
DeleteTableCommandInput,
|
|
18
18
|
DeleteTableCommandOutput,
|
|
19
19
|
S3TablesClientResolvedConfig,
|
|
@@ -22,14 +22,16 @@ declare const DeleteTableCommand_base: {
|
|
|
22
22
|
>;
|
|
23
23
|
new (
|
|
24
24
|
input: DeleteTableCommandInput
|
|
25
|
-
): import("@smithy/
|
|
25
|
+
): import("@smithy/core/client").CommandImpl<
|
|
26
26
|
DeleteTableCommandInput,
|
|
27
27
|
DeleteTableCommandOutput,
|
|
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 DeleteTableCommand extends DeleteTableCommand_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 { DeleteTablePolicyRequest } from "../models/models_0";
|
|
4
4
|
import {
|
|
@@ -14,7 +14,7 @@ export interface DeleteTablePolicyCommandOutput extends __MetadataBearer {}
|
|
|
14
14
|
declare const DeleteTablePolicyCommand_base: {
|
|
15
15
|
new (
|
|
16
16
|
input: DeleteTablePolicyCommandInput
|
|
17
|
-
): import("@smithy/
|
|
17
|
+
): import("@smithy/core/client").CommandImpl<
|
|
18
18
|
DeleteTablePolicyCommandInput,
|
|
19
19
|
DeleteTablePolicyCommandOutput,
|
|
20
20
|
S3TablesClientResolvedConfig,
|
|
@@ -23,14 +23,16 @@ declare const DeleteTablePolicyCommand_base: {
|
|
|
23
23
|
>;
|
|
24
24
|
new (
|
|
25
25
|
input: DeleteTablePolicyCommandInput
|
|
26
|
-
): import("@smithy/
|
|
26
|
+
): import("@smithy/core/client").CommandImpl<
|
|
27
27
|
DeleteTablePolicyCommandInput,
|
|
28
28
|
DeleteTablePolicyCommandOutput,
|
|
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 DeleteTablePolicyCommand extends DeleteTablePolicyCommand_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 { DeleteTableReplicationRequest } from "../models/models_0";
|
|
4
4
|
import {
|
|
@@ -14,7 +14,7 @@ export interface DeleteTableReplicationCommandOutput extends __MetadataBearer {}
|
|
|
14
14
|
declare const DeleteTableReplicationCommand_base: {
|
|
15
15
|
new (
|
|
16
16
|
input: DeleteTableReplicationCommandInput
|
|
17
|
-
): import("@smithy/
|
|
17
|
+
): import("@smithy/core/client").CommandImpl<
|
|
18
18
|
DeleteTableReplicationCommandInput,
|
|
19
19
|
DeleteTableReplicationCommandOutput,
|
|
20
20
|
S3TablesClientResolvedConfig,
|
|
@@ -23,14 +23,16 @@ declare const DeleteTableReplicationCommand_base: {
|
|
|
23
23
|
>;
|
|
24
24
|
new (
|
|
25
25
|
input: DeleteTableReplicationCommandInput
|
|
26
|
-
): import("@smithy/
|
|
26
|
+
): import("@smithy/core/client").CommandImpl<
|
|
27
27
|
DeleteTableReplicationCommandInput,
|
|
28
28
|
DeleteTableReplicationCommandOutput,
|
|
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 DeleteTableReplicationCommand extends DeleteTableReplicationCommand_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 { GetNamespaceRequest, GetNamespaceResponse } from "../models/models_0";
|
|
4
4
|
import {
|
|
@@ -15,7 +15,7 @@ export interface GetNamespaceCommandOutput
|
|
|
15
15
|
declare const GetNamespaceCommand_base: {
|
|
16
16
|
new (
|
|
17
17
|
input: GetNamespaceCommandInput
|
|
18
|
-
): import("@smithy/
|
|
18
|
+
): import("@smithy/core/client").CommandImpl<
|
|
19
19
|
GetNamespaceCommandInput,
|
|
20
20
|
GetNamespaceCommandOutput,
|
|
21
21
|
S3TablesClientResolvedConfig,
|
|
@@ -24,14 +24,16 @@ declare const GetNamespaceCommand_base: {
|
|
|
24
24
|
>;
|
|
25
25
|
new (
|
|
26
26
|
input: GetNamespaceCommandInput
|
|
27
|
-
): import("@smithy/
|
|
27
|
+
): import("@smithy/core/client").CommandImpl<
|
|
28
28
|
GetNamespaceCommandInput,
|
|
29
29
|
GetNamespaceCommandOutput,
|
|
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 GetNamespaceCommand extends GetNamespaceCommand_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
|
GetTableBucketRequest,
|
|
@@ -18,7 +18,7 @@ export interface GetTableBucketCommandOutput
|
|
|
18
18
|
declare const GetTableBucketCommand_base: {
|
|
19
19
|
new (
|
|
20
20
|
input: GetTableBucketCommandInput
|
|
21
|
-
): import("@smithy/
|
|
21
|
+
): import("@smithy/core/client").CommandImpl<
|
|
22
22
|
GetTableBucketCommandInput,
|
|
23
23
|
GetTableBucketCommandOutput,
|
|
24
24
|
S3TablesClientResolvedConfig,
|
|
@@ -27,14 +27,16 @@ declare const GetTableBucketCommand_base: {
|
|
|
27
27
|
>;
|
|
28
28
|
new (
|
|
29
29
|
input: GetTableBucketCommandInput
|
|
30
|
-
): import("@smithy/
|
|
30
|
+
): import("@smithy/core/client").CommandImpl<
|
|
31
31
|
GetTableBucketCommandInput,
|
|
32
32
|
GetTableBucketCommandOutput,
|
|
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 GetTableBucketCommand extends GetTableBucketCommand_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
|
GetTableBucketEncryptionRequest,
|
|
@@ -19,7 +19,7 @@ export interface GetTableBucketEncryptionCommandOutput
|
|
|
19
19
|
declare const GetTableBucketEncryptionCommand_base: {
|
|
20
20
|
new (
|
|
21
21
|
input: GetTableBucketEncryptionCommandInput
|
|
22
|
-
): import("@smithy/
|
|
22
|
+
): import("@smithy/core/client").CommandImpl<
|
|
23
23
|
GetTableBucketEncryptionCommandInput,
|
|
24
24
|
GetTableBucketEncryptionCommandOutput,
|
|
25
25
|
S3TablesClientResolvedConfig,
|
|
@@ -28,14 +28,16 @@ declare const GetTableBucketEncryptionCommand_base: {
|
|
|
28
28
|
>;
|
|
29
29
|
new (
|
|
30
30
|
input: GetTableBucketEncryptionCommandInput
|
|
31
|
-
): import("@smithy/
|
|
31
|
+
): import("@smithy/core/client").CommandImpl<
|
|
32
32
|
GetTableBucketEncryptionCommandInput,
|
|
33
33
|
GetTableBucketEncryptionCommandOutput,
|
|
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 GetTableBucketEncryptionCommand extends GetTableBucketEncryptionCommand_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
|
GetTableBucketMaintenanceConfigurationRequest,
|
|
@@ -19,7 +19,7 @@ export interface GetTableBucketMaintenanceConfigurationCommandOutput
|
|
|
19
19
|
declare const GetTableBucketMaintenanceConfigurationCommand_base: {
|
|
20
20
|
new (
|
|
21
21
|
input: GetTableBucketMaintenanceConfigurationCommandInput
|
|
22
|
-
): import("@smithy/
|
|
22
|
+
): import("@smithy/core/client").CommandImpl<
|
|
23
23
|
GetTableBucketMaintenanceConfigurationCommandInput,
|
|
24
24
|
GetTableBucketMaintenanceConfigurationCommandOutput,
|
|
25
25
|
S3TablesClientResolvedConfig,
|
|
@@ -28,14 +28,16 @@ declare const GetTableBucketMaintenanceConfigurationCommand_base: {
|
|
|
28
28
|
>;
|
|
29
29
|
new (
|
|
30
30
|
input: GetTableBucketMaintenanceConfigurationCommandInput
|
|
31
|
-
): import("@smithy/
|
|
31
|
+
): import("@smithy/core/client").CommandImpl<
|
|
32
32
|
GetTableBucketMaintenanceConfigurationCommandInput,
|
|
33
33
|
GetTableBucketMaintenanceConfigurationCommandOutput,
|
|
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 GetTableBucketMaintenanceConfigurationCommand extends GetTableBucketMaintenanceConfigurationCommand_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
|
GetTableBucketMetricsConfigurationRequest,
|
|
@@ -19,7 +19,7 @@ export interface GetTableBucketMetricsConfigurationCommandOutput
|
|
|
19
19
|
declare const GetTableBucketMetricsConfigurationCommand_base: {
|
|
20
20
|
new (
|
|
21
21
|
input: GetTableBucketMetricsConfigurationCommandInput
|
|
22
|
-
): import("@smithy/
|
|
22
|
+
): import("@smithy/core/client").CommandImpl<
|
|
23
23
|
GetTableBucketMetricsConfigurationCommandInput,
|
|
24
24
|
GetTableBucketMetricsConfigurationCommandOutput,
|
|
25
25
|
S3TablesClientResolvedConfig,
|
|
@@ -28,14 +28,16 @@ declare const GetTableBucketMetricsConfigurationCommand_base: {
|
|
|
28
28
|
>;
|
|
29
29
|
new (
|
|
30
30
|
input: GetTableBucketMetricsConfigurationCommandInput
|
|
31
|
-
): import("@smithy/
|
|
31
|
+
): import("@smithy/core/client").CommandImpl<
|
|
32
32
|
GetTableBucketMetricsConfigurationCommandInput,
|
|
33
33
|
GetTableBucketMetricsConfigurationCommandOutput,
|
|
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 GetTableBucketMetricsConfigurationCommand extends GetTableBucketMetricsConfigurationCommand_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
|
GetTableBucketPolicyRequest,
|
|
@@ -19,7 +19,7 @@ export interface GetTableBucketPolicyCommandOutput
|
|
|
19
19
|
declare const GetTableBucketPolicyCommand_base: {
|
|
20
20
|
new (
|
|
21
21
|
input: GetTableBucketPolicyCommandInput
|
|
22
|
-
): import("@smithy/
|
|
22
|
+
): import("@smithy/core/client").CommandImpl<
|
|
23
23
|
GetTableBucketPolicyCommandInput,
|
|
24
24
|
GetTableBucketPolicyCommandOutput,
|
|
25
25
|
S3TablesClientResolvedConfig,
|
|
@@ -28,14 +28,16 @@ declare const GetTableBucketPolicyCommand_base: {
|
|
|
28
28
|
>;
|
|
29
29
|
new (
|
|
30
30
|
input: GetTableBucketPolicyCommandInput
|
|
31
|
-
): import("@smithy/
|
|
31
|
+
): import("@smithy/core/client").CommandImpl<
|
|
32
32
|
GetTableBucketPolicyCommandInput,
|
|
33
33
|
GetTableBucketPolicyCommandOutput,
|
|
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 GetTableBucketPolicyCommand extends GetTableBucketPolicyCommand_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
|
GetTableBucketReplicationRequest,
|
|
@@ -19,7 +19,7 @@ export interface GetTableBucketReplicationCommandOutput
|
|
|
19
19
|
declare const GetTableBucketReplicationCommand_base: {
|
|
20
20
|
new (
|
|
21
21
|
input: GetTableBucketReplicationCommandInput
|
|
22
|
-
): import("@smithy/
|
|
22
|
+
): import("@smithy/core/client").CommandImpl<
|
|
23
23
|
GetTableBucketReplicationCommandInput,
|
|
24
24
|
GetTableBucketReplicationCommandOutput,
|
|
25
25
|
S3TablesClientResolvedConfig,
|
|
@@ -28,14 +28,16 @@ declare const GetTableBucketReplicationCommand_base: {
|
|
|
28
28
|
>;
|
|
29
29
|
new (
|
|
30
30
|
input: GetTableBucketReplicationCommandInput
|
|
31
|
-
): import("@smithy/
|
|
31
|
+
): import("@smithy/core/client").CommandImpl<
|
|
32
32
|
GetTableBucketReplicationCommandInput,
|
|
33
33
|
GetTableBucketReplicationCommandOutput,
|
|
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 GetTableBucketReplicationCommand extends GetTableBucketReplicationCommand_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
|
GetTableBucketStorageClassRequest,
|
|
@@ -19,7 +19,7 @@ export interface GetTableBucketStorageClassCommandOutput
|
|
|
19
19
|
declare const GetTableBucketStorageClassCommand_base: {
|
|
20
20
|
new (
|
|
21
21
|
input: GetTableBucketStorageClassCommandInput
|
|
22
|
-
): import("@smithy/
|
|
22
|
+
): import("@smithy/core/client").CommandImpl<
|
|
23
23
|
GetTableBucketStorageClassCommandInput,
|
|
24
24
|
GetTableBucketStorageClassCommandOutput,
|
|
25
25
|
S3TablesClientResolvedConfig,
|
|
@@ -28,14 +28,16 @@ declare const GetTableBucketStorageClassCommand_base: {
|
|
|
28
28
|
>;
|
|
29
29
|
new (
|
|
30
30
|
input: GetTableBucketStorageClassCommandInput
|
|
31
|
-
): import("@smithy/
|
|
31
|
+
): import("@smithy/core/client").CommandImpl<
|
|
32
32
|
GetTableBucketStorageClassCommandInput,
|
|
33
33
|
GetTableBucketStorageClassCommandOutput,
|
|
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 GetTableBucketStorageClassCommand extends GetTableBucketStorageClassCommand_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 { GetTableRequest, GetTableResponse } from "../models/models_0";
|
|
4
4
|
import {
|
|
@@ -13,9 +13,7 @@ export interface GetTableCommandOutput
|
|
|
13
13
|
extends GetTableResponse,
|
|
14
14
|
__MetadataBearer {}
|
|
15
15
|
declare const GetTableCommand_base: {
|
|
16
|
-
new (
|
|
17
|
-
input: GetTableCommandInput
|
|
18
|
-
): import("@smithy/smithy-client").CommandImpl<
|
|
16
|
+
new (input: GetTableCommandInput): import("@smithy/core/client").CommandImpl<
|
|
19
17
|
GetTableCommandInput,
|
|
20
18
|
GetTableCommandOutput,
|
|
21
19
|
S3TablesClientResolvedConfig,
|
|
@@ -24,14 +22,16 @@ declare const GetTableCommand_base: {
|
|
|
24
22
|
>;
|
|
25
23
|
new (
|
|
26
24
|
...[input]: [] | [GetTableCommandInput]
|
|
27
|
-
): import("@smithy/
|
|
25
|
+
): import("@smithy/core/client").CommandImpl<
|
|
28
26
|
GetTableCommandInput,
|
|
29
27
|
GetTableCommandOutput,
|
|
30
28
|
S3TablesClientResolvedConfig,
|
|
31
29
|
ServiceInputTypes,
|
|
32
30
|
ServiceOutputTypes
|
|
33
31
|
>;
|
|
34
|
-
getEndpointParameterInstructions():
|
|
32
|
+
getEndpointParameterInstructions(): {
|
|
33
|
+
[x: string]: unknown;
|
|
34
|
+
};
|
|
35
35
|
};
|
|
36
36
|
export declare class GetTableCommand extends GetTableCommand_base {
|
|
37
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 {
|
|
4
4
|
GetTableEncryptionRequest,
|
|
@@ -19,7 +19,7 @@ export interface GetTableEncryptionCommandOutput
|
|
|
19
19
|
declare const GetTableEncryptionCommand_base: {
|
|
20
20
|
new (
|
|
21
21
|
input: GetTableEncryptionCommandInput
|
|
22
|
-
): import("@smithy/
|
|
22
|
+
): import("@smithy/core/client").CommandImpl<
|
|
23
23
|
GetTableEncryptionCommandInput,
|
|
24
24
|
GetTableEncryptionCommandOutput,
|
|
25
25
|
S3TablesClientResolvedConfig,
|
|
@@ -28,14 +28,16 @@ declare const GetTableEncryptionCommand_base: {
|
|
|
28
28
|
>;
|
|
29
29
|
new (
|
|
30
30
|
input: GetTableEncryptionCommandInput
|
|
31
|
-
): import("@smithy/
|
|
31
|
+
): import("@smithy/core/client").CommandImpl<
|
|
32
32
|
GetTableEncryptionCommandInput,
|
|
33
33
|
GetTableEncryptionCommandOutput,
|
|
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 GetTableEncryptionCommand extends GetTableEncryptionCommand_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
|
GetTableMaintenanceConfigurationRequest,
|
|
@@ -19,7 +19,7 @@ export interface GetTableMaintenanceConfigurationCommandOutput
|
|
|
19
19
|
declare const GetTableMaintenanceConfigurationCommand_base: {
|
|
20
20
|
new (
|
|
21
21
|
input: GetTableMaintenanceConfigurationCommandInput
|
|
22
|
-
): import("@smithy/
|
|
22
|
+
): import("@smithy/core/client").CommandImpl<
|
|
23
23
|
GetTableMaintenanceConfigurationCommandInput,
|
|
24
24
|
GetTableMaintenanceConfigurationCommandOutput,
|
|
25
25
|
S3TablesClientResolvedConfig,
|
|
@@ -28,14 +28,16 @@ declare const GetTableMaintenanceConfigurationCommand_base: {
|
|
|
28
28
|
>;
|
|
29
29
|
new (
|
|
30
30
|
input: GetTableMaintenanceConfigurationCommandInput
|
|
31
|
-
): import("@smithy/
|
|
31
|
+
): import("@smithy/core/client").CommandImpl<
|
|
32
32
|
GetTableMaintenanceConfigurationCommandInput,
|
|
33
33
|
GetTableMaintenanceConfigurationCommandOutput,
|
|
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 GetTableMaintenanceConfigurationCommand extends GetTableMaintenanceConfigurationCommand_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
|
GetTableMaintenanceJobStatusRequest,
|
|
@@ -19,7 +19,7 @@ export interface GetTableMaintenanceJobStatusCommandOutput
|
|
|
19
19
|
declare const GetTableMaintenanceJobStatusCommand_base: {
|
|
20
20
|
new (
|
|
21
21
|
input: GetTableMaintenanceJobStatusCommandInput
|
|
22
|
-
): import("@smithy/
|
|
22
|
+
): import("@smithy/core/client").CommandImpl<
|
|
23
23
|
GetTableMaintenanceJobStatusCommandInput,
|
|
24
24
|
GetTableMaintenanceJobStatusCommandOutput,
|
|
25
25
|
S3TablesClientResolvedConfig,
|
|
@@ -28,14 +28,16 @@ declare const GetTableMaintenanceJobStatusCommand_base: {
|
|
|
28
28
|
>;
|
|
29
29
|
new (
|
|
30
30
|
input: GetTableMaintenanceJobStatusCommandInput
|
|
31
|
-
): import("@smithy/
|
|
31
|
+
): import("@smithy/core/client").CommandImpl<
|
|
32
32
|
GetTableMaintenanceJobStatusCommandInput,
|
|
33
33
|
GetTableMaintenanceJobStatusCommandOutput,
|
|
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 GetTableMaintenanceJobStatusCommand extends GetTableMaintenanceJobStatusCommand_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
|
GetTableMetadataLocationRequest,
|
|
@@ -19,7 +19,7 @@ export interface GetTableMetadataLocationCommandOutput
|
|
|
19
19
|
declare const GetTableMetadataLocationCommand_base: {
|
|
20
20
|
new (
|
|
21
21
|
input: GetTableMetadataLocationCommandInput
|
|
22
|
-
): import("@smithy/
|
|
22
|
+
): import("@smithy/core/client").CommandImpl<
|
|
23
23
|
GetTableMetadataLocationCommandInput,
|
|
24
24
|
GetTableMetadataLocationCommandOutput,
|
|
25
25
|
S3TablesClientResolvedConfig,
|
|
@@ -28,14 +28,16 @@ declare const GetTableMetadataLocationCommand_base: {
|
|
|
28
28
|
>;
|
|
29
29
|
new (
|
|
30
30
|
input: GetTableMetadataLocationCommandInput
|
|
31
|
-
): import("@smithy/
|
|
31
|
+
): import("@smithy/core/client").CommandImpl<
|
|
32
32
|
GetTableMetadataLocationCommandInput,
|
|
33
33
|
GetTableMetadataLocationCommandOutput,
|
|
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 GetTableMetadataLocationCommand extends GetTableMetadataLocationCommand_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
|
GetTablePolicyRequest,
|
|
@@ -18,7 +18,7 @@ export interface GetTablePolicyCommandOutput
|
|
|
18
18
|
declare const GetTablePolicyCommand_base: {
|
|
19
19
|
new (
|
|
20
20
|
input: GetTablePolicyCommandInput
|
|
21
|
-
): import("@smithy/
|
|
21
|
+
): import("@smithy/core/client").CommandImpl<
|
|
22
22
|
GetTablePolicyCommandInput,
|
|
23
23
|
GetTablePolicyCommandOutput,
|
|
24
24
|
S3TablesClientResolvedConfig,
|
|
@@ -27,14 +27,16 @@ declare const GetTablePolicyCommand_base: {
|
|
|
27
27
|
>;
|
|
28
28
|
new (
|
|
29
29
|
input: GetTablePolicyCommandInput
|
|
30
|
-
): import("@smithy/
|
|
30
|
+
): import("@smithy/core/client").CommandImpl<
|
|
31
31
|
GetTablePolicyCommandInput,
|
|
32
32
|
GetTablePolicyCommandOutput,
|
|
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 GetTablePolicyCommand extends GetTablePolicyCommand_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
|
GetTableRecordExpirationConfigurationRequest,
|
|
@@ -19,7 +19,7 @@ export interface GetTableRecordExpirationConfigurationCommandOutput
|
|
|
19
19
|
declare const GetTableRecordExpirationConfigurationCommand_base: {
|
|
20
20
|
new (
|
|
21
21
|
input: GetTableRecordExpirationConfigurationCommandInput
|
|
22
|
-
): import("@smithy/
|
|
22
|
+
): import("@smithy/core/client").CommandImpl<
|
|
23
23
|
GetTableRecordExpirationConfigurationCommandInput,
|
|
24
24
|
GetTableRecordExpirationConfigurationCommandOutput,
|
|
25
25
|
S3TablesClientResolvedConfig,
|
|
@@ -28,14 +28,16 @@ declare const GetTableRecordExpirationConfigurationCommand_base: {
|
|
|
28
28
|
>;
|
|
29
29
|
new (
|
|
30
30
|
input: GetTableRecordExpirationConfigurationCommandInput
|
|
31
|
-
): import("@smithy/
|
|
31
|
+
): import("@smithy/core/client").CommandImpl<
|
|
32
32
|
GetTableRecordExpirationConfigurationCommandInput,
|
|
33
33
|
GetTableRecordExpirationConfigurationCommandOutput,
|
|
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 GetTableRecordExpirationConfigurationCommand extends GetTableRecordExpirationConfigurationCommand_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
|
GetTableRecordExpirationJobStatusRequest,
|
|
@@ -19,7 +19,7 @@ export interface GetTableRecordExpirationJobStatusCommandOutput
|
|
|
19
19
|
declare const GetTableRecordExpirationJobStatusCommand_base: {
|
|
20
20
|
new (
|
|
21
21
|
input: GetTableRecordExpirationJobStatusCommandInput
|
|
22
|
-
): import("@smithy/
|
|
22
|
+
): import("@smithy/core/client").CommandImpl<
|
|
23
23
|
GetTableRecordExpirationJobStatusCommandInput,
|
|
24
24
|
GetTableRecordExpirationJobStatusCommandOutput,
|
|
25
25
|
S3TablesClientResolvedConfig,
|
|
@@ -28,14 +28,16 @@ declare const GetTableRecordExpirationJobStatusCommand_base: {
|
|
|
28
28
|
>;
|
|
29
29
|
new (
|
|
30
30
|
input: GetTableRecordExpirationJobStatusCommandInput
|
|
31
|
-
): import("@smithy/
|
|
31
|
+
): import("@smithy/core/client").CommandImpl<
|
|
32
32
|
GetTableRecordExpirationJobStatusCommandInput,
|
|
33
33
|
GetTableRecordExpirationJobStatusCommandOutput,
|
|
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 GetTableRecordExpirationJobStatusCommand extends GetTableRecordExpirationJobStatusCommand_base {
|
|
41
43
|
protected static __types: {
|