@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,12 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
2
|
import type { RenameTableRequest } from "../models/models_0";
|
|
4
|
-
import type { S3TablesClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../S3TablesClient";
|
|
5
3
|
/**
|
|
6
4
|
* @public
|
|
7
5
|
*/
|
|
8
6
|
export type { __MetadataBearer };
|
|
9
|
-
export { $Command };
|
|
10
7
|
/**
|
|
11
8
|
* @public
|
|
12
9
|
*
|
|
@@ -22,11 +19,9 @@ export interface RenameTableCommandInput extends RenameTableRequest {
|
|
|
22
19
|
export interface RenameTableCommandOutput extends __MetadataBearer {
|
|
23
20
|
}
|
|
24
21
|
declare const RenameTableCommand_base: {
|
|
25
|
-
new (input: RenameTableCommandInput): import("@smithy/core/client").CommandImpl<RenameTableCommandInput, RenameTableCommandOutput, S3TablesClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (input: RenameTableCommandInput): import("@smithy/core/client").CommandImpl<RenameTableCommandInput, RenameTableCommandOutput, S3TablesClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
-
getEndpointParameterInstructions():
|
|
28
|
-
[x: string]: unknown;
|
|
29
|
-
};
|
|
22
|
+
new (input: RenameTableCommandInput): import("@smithy/core/client").CommandImpl<RenameTableCommandInput, RenameTableCommandOutput, import("..").S3TablesClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
23
|
+
new (input: RenameTableCommandInput): import("@smithy/core/client").CommandImpl<RenameTableCommandInput, RenameTableCommandOutput, import("..").S3TablesClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
25
|
};
|
|
31
26
|
/**
|
|
32
27
|
* <p>Renames a table or a namespace. For more information, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/userguide/s3-tables-tables.html">S3 Tables</a> in the <i>Amazon Simple Storage Service User Guide</i>.</p> <dl> <dt>Permissions</dt> <dd> <p>You must have the <code>s3tables:RenameTable</code> permission to use this operation. </p> </dd> </dl>
|
|
@@ -1,12 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
2
|
import type { TagResourceRequest, TagResourceResponse } from "../models/models_0";
|
|
4
|
-
import type { S3TablesClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../S3TablesClient";
|
|
5
3
|
/**
|
|
6
4
|
* @public
|
|
7
5
|
*/
|
|
8
6
|
export type { __MetadataBearer };
|
|
9
|
-
export { $Command };
|
|
10
7
|
/**
|
|
11
8
|
* @public
|
|
12
9
|
*
|
|
@@ -22,11 +19,9 @@ export interface TagResourceCommandInput extends TagResourceRequest {
|
|
|
22
19
|
export interface TagResourceCommandOutput extends TagResourceResponse, __MetadataBearer {
|
|
23
20
|
}
|
|
24
21
|
declare const TagResourceCommand_base: {
|
|
25
|
-
new (input: TagResourceCommandInput): import("@smithy/core/client").CommandImpl<TagResourceCommandInput, TagResourceCommandOutput, S3TablesClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (input: TagResourceCommandInput): import("@smithy/core/client").CommandImpl<TagResourceCommandInput, TagResourceCommandOutput, S3TablesClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
-
getEndpointParameterInstructions():
|
|
28
|
-
[x: string]: unknown;
|
|
29
|
-
};
|
|
22
|
+
new (input: TagResourceCommandInput): import("@smithy/core/client").CommandImpl<TagResourceCommandInput, TagResourceCommandOutput, import("..").S3TablesClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
23
|
+
new (input: TagResourceCommandInput): import("@smithy/core/client").CommandImpl<TagResourceCommandInput, TagResourceCommandOutput, import("..").S3TablesClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
25
|
};
|
|
31
26
|
/**
|
|
32
27
|
* <p>Applies one or more user-defined tags to an Amazon S3 Tables resource or updates existing tags. Each tag is a label consisting of a key and value pair. Tags can help you organize, track costs for, and control access to your resources. You can add up to 50 tags for each S3 resource. </p> <note> <p>For a list of S3 resources that support tagging, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/userguide/tagging.html#manage-tags">Managing tags for Amazon S3 resources</a>.</p> </note> <dl> <dt>Permissions</dt> <dd> <p>For tables and table buckets, you must have the <code>s3tables:TagResource</code> permission to use this operation.</p> </dd> </dl>
|
|
@@ -1,12 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
2
|
import type { UntagResourceRequest, UntagResourceResponse } from "../models/models_0";
|
|
4
|
-
import type { S3TablesClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../S3TablesClient";
|
|
5
3
|
/**
|
|
6
4
|
* @public
|
|
7
5
|
*/
|
|
8
6
|
export type { __MetadataBearer };
|
|
9
|
-
export { $Command };
|
|
10
7
|
/**
|
|
11
8
|
* @public
|
|
12
9
|
*
|
|
@@ -22,11 +19,9 @@ export interface UntagResourceCommandInput extends UntagResourceRequest {
|
|
|
22
19
|
export interface UntagResourceCommandOutput extends UntagResourceResponse, __MetadataBearer {
|
|
23
20
|
}
|
|
24
21
|
declare const UntagResourceCommand_base: {
|
|
25
|
-
new (input: UntagResourceCommandInput): import("@smithy/core/client").CommandImpl<UntagResourceCommandInput, UntagResourceCommandOutput, S3TablesClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (input: UntagResourceCommandInput): import("@smithy/core/client").CommandImpl<UntagResourceCommandInput, UntagResourceCommandOutput, S3TablesClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
-
getEndpointParameterInstructions():
|
|
28
|
-
[x: string]: unknown;
|
|
29
|
-
};
|
|
22
|
+
new (input: UntagResourceCommandInput): import("@smithy/core/client").CommandImpl<UntagResourceCommandInput, UntagResourceCommandOutput, import("..").S3TablesClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
23
|
+
new (input: UntagResourceCommandInput): import("@smithy/core/client").CommandImpl<UntagResourceCommandInput, UntagResourceCommandOutput, import("..").S3TablesClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
25
|
};
|
|
31
26
|
/**
|
|
32
27
|
* <p>Removes the specified user-defined tags from an Amazon S3 Tables resource. You can pass one or more tag keys. </p> <note> <p>For a list of S3 resources that support tagging, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/userguide/tagging.html#manage-tags">Managing tags for Amazon S3 resources</a>.</p> </note> <dl> <dt>Permissions</dt> <dd> <p>For tables and table buckets, you must have the <code>s3tables:UntagResource</code> permission to use this operation.</p> </dd> </dl>
|
|
@@ -1,12 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
2
|
import type { UpdateTableMetadataLocationRequest, UpdateTableMetadataLocationResponse } from "../models/models_0";
|
|
4
|
-
import type { S3TablesClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../S3TablesClient";
|
|
5
3
|
/**
|
|
6
4
|
* @public
|
|
7
5
|
*/
|
|
8
6
|
export type { __MetadataBearer };
|
|
9
|
-
export { $Command };
|
|
10
7
|
/**
|
|
11
8
|
* @public
|
|
12
9
|
*
|
|
@@ -22,11 +19,9 @@ export interface UpdateTableMetadataLocationCommandInput extends UpdateTableMeta
|
|
|
22
19
|
export interface UpdateTableMetadataLocationCommandOutput extends UpdateTableMetadataLocationResponse, __MetadataBearer {
|
|
23
20
|
}
|
|
24
21
|
declare const UpdateTableMetadataLocationCommand_base: {
|
|
25
|
-
new (input: UpdateTableMetadataLocationCommandInput): import("@smithy/core/client").CommandImpl<UpdateTableMetadataLocationCommandInput, UpdateTableMetadataLocationCommandOutput, S3TablesClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (input: UpdateTableMetadataLocationCommandInput): import("@smithy/core/client").CommandImpl<UpdateTableMetadataLocationCommandInput, UpdateTableMetadataLocationCommandOutput, S3TablesClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
-
getEndpointParameterInstructions():
|
|
28
|
-
[x: string]: unknown;
|
|
29
|
-
};
|
|
22
|
+
new (input: UpdateTableMetadataLocationCommandInput): import("@smithy/core/client").CommandImpl<UpdateTableMetadataLocationCommandInput, UpdateTableMetadataLocationCommandOutput, import("..").S3TablesClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
23
|
+
new (input: UpdateTableMetadataLocationCommandInput): import("@smithy/core/client").CommandImpl<UpdateTableMetadataLocationCommandInput, UpdateTableMetadataLocationCommandOutput, import("..").S3TablesClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
25
|
};
|
|
31
26
|
/**
|
|
32
27
|
* <p>Updates the metadata location for a table. The metadata location of a table must be an S3 URI that begins with the table's warehouse location. The metadata location for an Apache Iceberg table must end with <code>.metadata.json</code>, or if the metadata file is Gzip-compressed, <code>.metadata.json.gz</code>.</p> <dl> <dt>Permissions</dt> <dd> <p>You must have the <code>s3tables:UpdateTableMetadataLocation</code> permission to use this operation. </p> </dd> </dl>
|
package/dist-types/index.d.ts
CHANGED
|
@@ -9,6 +9,7 @@ export type { ClientInputEndpointParameters } from "./endpoint/EndpointParameter
|
|
|
9
9
|
export type { RuntimeExtension } from "./runtimeExtensions";
|
|
10
10
|
export type { S3TablesExtensionConfiguration } from "./extensionConfiguration";
|
|
11
11
|
export * from "./commands";
|
|
12
|
+
export { Command as $Command } from "@smithy/core/client";
|
|
12
13
|
export * from "./schemas/schemas_0";
|
|
13
14
|
export * from "./pagination";
|
|
14
15
|
export * from "./models/enums";
|
|
@@ -13,7 +13,6 @@ export declare const getRuntimeConfig: (config: S3TablesClientConfig) => {
|
|
|
13
13
|
region: string | import("@smithy/types").Provider<any>;
|
|
14
14
|
requestHandler: import("@smithy/core/protocols").HttpHandler<any> | RequestHandler;
|
|
15
15
|
retryMode: string | import("@smithy/types").Provider<string>;
|
|
16
|
-
sha256: import("@smithy/types").HashConstructor;
|
|
17
16
|
streamCollector: (stream: import("stream").Readable | import("stream/web").ReadableStream | ReadableStream | Blob) => Promise<Uint8Array>;
|
|
18
17
|
useDualstackEndpoint: (boolean | import("@smithy/types").Provider<boolean>) & (boolean | import("@smithy/types").Provider<boolean | undefined>);
|
|
19
18
|
useFipsEndpoint: (boolean | import("@smithy/types").Provider<boolean>) & (boolean | import("@smithy/types").Provider<boolean | undefined>);
|
|
@@ -24,6 +23,7 @@ export declare const getRuntimeConfig: (config: S3TablesClientConfig) => {
|
|
|
24
23
|
[setting: string]: unknown;
|
|
25
24
|
};
|
|
26
25
|
apiVersion: string;
|
|
26
|
+
sha256: import("@smithy/types").HashConstructor;
|
|
27
27
|
urlParser: import("@smithy/types").UrlParser;
|
|
28
28
|
base64Decoder: import("@smithy/types").Decoder;
|
|
29
29
|
base64Encoder: (_input: Uint8Array | string) => string;
|
|
@@ -14,7 +14,6 @@ export declare const getRuntimeConfig: (config: S3TablesClientConfig) => {
|
|
|
14
14
|
region: string | import("@smithy/types").Provider<string>;
|
|
15
15
|
requestHandler: RequestHandler | import("@smithy/core/protocols").HttpHandler<any>;
|
|
16
16
|
retryMode: string | import("@smithy/types").Provider<string>;
|
|
17
|
-
sha256: import("@smithy/types").HashConstructor;
|
|
18
17
|
streamCollector: (stream: import("stream").Readable | import("stream/web").ReadableStream | ReadableStream | Blob) => Promise<Uint8Array>;
|
|
19
18
|
useDualstackEndpoint: boolean | import("@smithy/types").Provider<boolean>;
|
|
20
19
|
useFipsEndpoint: boolean | import("@smithy/types").Provider<boolean>;
|
|
@@ -26,6 +25,7 @@ export declare const getRuntimeConfig: (config: S3TablesClientConfig) => {
|
|
|
26
25
|
[setting: string]: unknown;
|
|
27
26
|
};
|
|
28
27
|
apiVersion: string;
|
|
28
|
+
sha256: import("@smithy/types").HashConstructor;
|
|
29
29
|
urlParser: import("@smithy/types").UrlParser;
|
|
30
30
|
base64Decoder: import("@smithy/types").Decoder;
|
|
31
31
|
base64Encoder: (_input: Uint8Array | string) => string;
|
|
@@ -4,7 +4,6 @@ import type { S3TablesClientConfig } from "./S3TablesClient";
|
|
|
4
4
|
*/
|
|
5
5
|
export declare const getRuntimeConfig: (config: S3TablesClientConfig) => {
|
|
6
6
|
runtime: string;
|
|
7
|
-
sha256: import("@smithy/types").HashConstructor;
|
|
8
7
|
requestHandler: import("@smithy/types").NodeHttpHandlerOptions | import("@smithy/types").FetchHttpHandlerOptions | Record<string, unknown> | import("@smithy/core/protocols").HttpHandler<any> | import("@smithy/fetch-http-handler").FetchHttpHandler;
|
|
9
8
|
cacheMiddleware?: boolean;
|
|
10
9
|
protocol: import("@smithy/types").ClientProtocol<any, any> | import("@smithy/types").ClientProtocolCtor<any, any> | typeof import("@aws-sdk/core/protocols").AwsRestJsonProtocol;
|
|
@@ -13,6 +12,7 @@ export declare const getRuntimeConfig: (config: S3TablesClientConfig) => {
|
|
|
13
12
|
[setting: string]: unknown;
|
|
14
13
|
};
|
|
15
14
|
apiVersion: string;
|
|
15
|
+
sha256: import("@smithy/types").HashConstructor;
|
|
16
16
|
urlParser: import("@smithy/types").UrlParser;
|
|
17
17
|
bodyLengthChecker: import("@smithy/types").BodyLengthCalculator;
|
|
18
18
|
streamCollector: (stream: import("stream").Readable | import("stream/web").ReadableStream | ReadableStream | Blob) => Promise<Uint8Array>;
|
|
@@ -21,6 +21,7 @@ export declare const getRuntimeConfig: (config: S3TablesClientConfig) => {
|
|
|
21
21
|
defaultNamespace?: string;
|
|
22
22
|
};
|
|
23
23
|
serviceId: string;
|
|
24
|
+
sha256: import("@smithy/types").HashConstructor;
|
|
24
25
|
urlParser: import("@smithy/types").UrlParser;
|
|
25
26
|
utf8Decoder: import("@smithy/types").Decoder;
|
|
26
27
|
utf8Encoder: (input: Uint8Array | string) => string;
|
|
@@ -0,0 +1,46 @@
|
|
|
1
|
+
import { EndpointParameterInstructions } from "@smithy/types";
|
|
2
|
+
import {
|
|
3
|
+
S3TablesClientResolvedConfig,
|
|
4
|
+
ServiceInputTypes,
|
|
5
|
+
ServiceOutputTypes,
|
|
6
|
+
} from "./S3TablesClient";
|
|
7
|
+
export declare const command: <
|
|
8
|
+
I extends ServiceInputTypes,
|
|
9
|
+
O extends ServiceOutputTypes
|
|
10
|
+
>(
|
|
11
|
+
added: EndpointParameterInstructions,
|
|
12
|
+
plugins: (
|
|
13
|
+
CommandCtor: any,
|
|
14
|
+
clientStack: any,
|
|
15
|
+
config: any,
|
|
16
|
+
options: any
|
|
17
|
+
) => import("@smithy/types").Pluggable<any, any>[],
|
|
18
|
+
op: string,
|
|
19
|
+
$: import("@smithy/types").StaticOperationSchema,
|
|
20
|
+
smithyContext?: Record<string, unknown>
|
|
21
|
+
) => {
|
|
22
|
+
new (input: I): import("@smithy/core/client").CommandImpl<
|
|
23
|
+
I,
|
|
24
|
+
O,
|
|
25
|
+
S3TablesClientResolvedConfig,
|
|
26
|
+
ServiceInputTypes,
|
|
27
|
+
ServiceOutputTypes
|
|
28
|
+
>;
|
|
29
|
+
new (
|
|
30
|
+
...[input]: import("@smithy/types").OptionalParameter<I>
|
|
31
|
+
): import("@smithy/core/client").CommandImpl<
|
|
32
|
+
I,
|
|
33
|
+
O,
|
|
34
|
+
S3TablesClientResolvedConfig,
|
|
35
|
+
ServiceInputTypes,
|
|
36
|
+
ServiceOutputTypes
|
|
37
|
+
>;
|
|
38
|
+
getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
39
|
+
};
|
|
40
|
+
export declare const _ep0: EndpointParameterInstructions;
|
|
41
|
+
export declare const _mw0: (
|
|
42
|
+
Command: any,
|
|
43
|
+
cs: any,
|
|
44
|
+
config: any,
|
|
45
|
+
o: any
|
|
46
|
+
) => never[];
|
|
@@ -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
|
CreateNamespaceRequest,
|
|
5
4
|
CreateNamespaceResponse,
|
|
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 CreateNamespaceCommandInput extends CreateNamespaceRequest {}
|
|
15
8
|
export interface CreateNamespaceCommandOutput
|
|
16
9
|
extends CreateNamespaceResponse,
|
|
@@ -21,22 +14,20 @@ declare const CreateNamespaceCommand_base: {
|
|
|
21
14
|
): import("@smithy/core/client").CommandImpl<
|
|
22
15
|
CreateNamespaceCommandInput,
|
|
23
16
|
CreateNamespaceCommandOutput,
|
|
24
|
-
S3TablesClientResolvedConfig,
|
|
25
|
-
ServiceInputTypes,
|
|
26
|
-
ServiceOutputTypes
|
|
17
|
+
import("..").S3TablesClientResolvedConfig,
|
|
18
|
+
import("..").ServiceInputTypes,
|
|
19
|
+
import("..").ServiceOutputTypes
|
|
27
20
|
>;
|
|
28
21
|
new (
|
|
29
22
|
input: CreateNamespaceCommandInput
|
|
30
23
|
): import("@smithy/core/client").CommandImpl<
|
|
31
24
|
CreateNamespaceCommandInput,
|
|
32
25
|
CreateNamespaceCommandOutput,
|
|
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 CreateNamespaceCommand extends CreateNamespaceCommand_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
|
CreateTableBucketRequest,
|
|
5
4
|
CreateTableBucketResponse,
|
|
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 CreateTableBucketCommandInput
|
|
15
8
|
extends CreateTableBucketRequest {}
|
|
16
9
|
export interface CreateTableBucketCommandOutput
|
|
@@ -22,22 +15,20 @@ declare const CreateTableBucketCommand_base: {
|
|
|
22
15
|
): import("@smithy/core/client").CommandImpl<
|
|
23
16
|
CreateTableBucketCommandInput,
|
|
24
17
|
CreateTableBucketCommandOutput,
|
|
25
|
-
S3TablesClientResolvedConfig,
|
|
26
|
-
ServiceInputTypes,
|
|
27
|
-
ServiceOutputTypes
|
|
18
|
+
import("..").S3TablesClientResolvedConfig,
|
|
19
|
+
import("..").ServiceInputTypes,
|
|
20
|
+
import("..").ServiceOutputTypes
|
|
28
21
|
>;
|
|
29
22
|
new (
|
|
30
23
|
input: CreateTableBucketCommandInput
|
|
31
24
|
): import("@smithy/core/client").CommandImpl<
|
|
32
25
|
CreateTableBucketCommandInput,
|
|
33
26
|
CreateTableBucketCommandOutput,
|
|
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 CreateTableBucketCommand extends CreateTableBucketCommand_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 { CreateTableRequest, CreateTableResponse } 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 CreateTableCommandInput extends CreateTableRequest {}
|
|
12
5
|
export interface CreateTableCommandOutput
|
|
13
6
|
extends CreateTableResponse,
|
|
@@ -18,22 +11,20 @@ declare const CreateTableCommand_base: {
|
|
|
18
11
|
): import("@smithy/core/client").CommandImpl<
|
|
19
12
|
CreateTableCommandInput,
|
|
20
13
|
CreateTableCommandOutput,
|
|
21
|
-
S3TablesClientResolvedConfig,
|
|
22
|
-
ServiceInputTypes,
|
|
23
|
-
ServiceOutputTypes
|
|
14
|
+
import("..").S3TablesClientResolvedConfig,
|
|
15
|
+
import("..").ServiceInputTypes,
|
|
16
|
+
import("..").ServiceOutputTypes
|
|
24
17
|
>;
|
|
25
18
|
new (
|
|
26
19
|
input: CreateTableCommandInput
|
|
27
20
|
): import("@smithy/core/client").CommandImpl<
|
|
28
21
|
CreateTableCommandInput,
|
|
29
22
|
CreateTableCommandOutput,
|
|
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 CreateTableCommand extends CreateTableCommand_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 { DeleteNamespaceRequest } 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 DeleteNamespaceCommandInput extends DeleteNamespaceRequest {}
|
|
12
5
|
export interface DeleteNamespaceCommandOutput extends __MetadataBearer {}
|
|
13
6
|
declare const DeleteNamespaceCommand_base: {
|
|
@@ -16,22 +9,20 @@ declare const DeleteNamespaceCommand_base: {
|
|
|
16
9
|
): import("@smithy/core/client").CommandImpl<
|
|
17
10
|
DeleteNamespaceCommandInput,
|
|
18
11
|
DeleteNamespaceCommandOutput,
|
|
19
|
-
S3TablesClientResolvedConfig,
|
|
20
|
-
ServiceInputTypes,
|
|
21
|
-
ServiceOutputTypes
|
|
12
|
+
import("..").S3TablesClientResolvedConfig,
|
|
13
|
+
import("..").ServiceInputTypes,
|
|
14
|
+
import("..").ServiceOutputTypes
|
|
22
15
|
>;
|
|
23
16
|
new (
|
|
24
17
|
input: DeleteNamespaceCommandInput
|
|
25
18
|
): import("@smithy/core/client").CommandImpl<
|
|
26
19
|
DeleteNamespaceCommandInput,
|
|
27
20
|
DeleteNamespaceCommandOutput,
|
|
28
|
-
S3TablesClientResolvedConfig,
|
|
29
|
-
ServiceInputTypes,
|
|
30
|
-
ServiceOutputTypes
|
|
21
|
+
import("..").S3TablesClientResolvedConfig,
|
|
22
|
+
import("..").ServiceInputTypes,
|
|
23
|
+
import("..").ServiceOutputTypes
|
|
31
24
|
>;
|
|
32
|
-
getEndpointParameterInstructions():
|
|
33
|
-
[x: string]: unknown;
|
|
34
|
-
};
|
|
25
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
35
26
|
};
|
|
36
27
|
export declare class DeleteNamespaceCommand extends DeleteNamespaceCommand_base {
|
|
37
28
|
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 { DeleteTableBucketRequest } 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 DeleteTableBucketCommandInput
|
|
12
5
|
extends DeleteTableBucketRequest {}
|
|
13
6
|
export interface DeleteTableBucketCommandOutput extends __MetadataBearer {}
|
|
@@ -17,22 +10,20 @@ declare const DeleteTableBucketCommand_base: {
|
|
|
17
10
|
): import("@smithy/core/client").CommandImpl<
|
|
18
11
|
DeleteTableBucketCommandInput,
|
|
19
12
|
DeleteTableBucketCommandOutput,
|
|
20
|
-
S3TablesClientResolvedConfig,
|
|
21
|
-
ServiceInputTypes,
|
|
22
|
-
ServiceOutputTypes
|
|
13
|
+
import("..").S3TablesClientResolvedConfig,
|
|
14
|
+
import("..").ServiceInputTypes,
|
|
15
|
+
import("..").ServiceOutputTypes
|
|
23
16
|
>;
|
|
24
17
|
new (
|
|
25
18
|
input: DeleteTableBucketCommandInput
|
|
26
19
|
): import("@smithy/core/client").CommandImpl<
|
|
27
20
|
DeleteTableBucketCommandInput,
|
|
28
21
|
DeleteTableBucketCommandOutput,
|
|
29
|
-
S3TablesClientResolvedConfig,
|
|
30
|
-
ServiceInputTypes,
|
|
31
|
-
ServiceOutputTypes
|
|
22
|
+
import("..").S3TablesClientResolvedConfig,
|
|
23
|
+
import("..").ServiceInputTypes,
|
|
24
|
+
import("..").ServiceOutputTypes
|
|
32
25
|
>;
|
|
33
|
-
getEndpointParameterInstructions():
|
|
34
|
-
[x: string]: unknown;
|
|
35
|
-
};
|
|
26
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
36
27
|
};
|
|
37
28
|
export declare class DeleteTableBucketCommand extends DeleteTableBucketCommand_base {
|
|
38
29
|
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 { DeleteTableBucketEncryptionRequest } 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 DeleteTableBucketEncryptionCommandInput
|
|
12
5
|
extends DeleteTableBucketEncryptionRequest {}
|
|
13
6
|
export interface DeleteTableBucketEncryptionCommandOutput
|
|
@@ -18,22 +11,20 @@ declare const DeleteTableBucketEncryptionCommand_base: {
|
|
|
18
11
|
): import("@smithy/core/client").CommandImpl<
|
|
19
12
|
DeleteTableBucketEncryptionCommandInput,
|
|
20
13
|
DeleteTableBucketEncryptionCommandOutput,
|
|
21
|
-
S3TablesClientResolvedConfig,
|
|
22
|
-
ServiceInputTypes,
|
|
23
|
-
ServiceOutputTypes
|
|
14
|
+
import("..").S3TablesClientResolvedConfig,
|
|
15
|
+
import("..").ServiceInputTypes,
|
|
16
|
+
import("..").ServiceOutputTypes
|
|
24
17
|
>;
|
|
25
18
|
new (
|
|
26
19
|
input: DeleteTableBucketEncryptionCommandInput
|
|
27
20
|
): import("@smithy/core/client").CommandImpl<
|
|
28
21
|
DeleteTableBucketEncryptionCommandInput,
|
|
29
22
|
DeleteTableBucketEncryptionCommandOutput,
|
|
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 DeleteTableBucketEncryptionCommand extends DeleteTableBucketEncryptionCommand_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 { DeleteTableBucketMetricsConfigurationRequest } 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 DeleteTableBucketMetricsConfigurationCommandInput
|
|
12
5
|
extends DeleteTableBucketMetricsConfigurationRequest {}
|
|
13
6
|
export interface DeleteTableBucketMetricsConfigurationCommandOutput
|
|
@@ -18,22 +11,20 @@ declare const DeleteTableBucketMetricsConfigurationCommand_base: {
|
|
|
18
11
|
): import("@smithy/core/client").CommandImpl<
|
|
19
12
|
DeleteTableBucketMetricsConfigurationCommandInput,
|
|
20
13
|
DeleteTableBucketMetricsConfigurationCommandOutput,
|
|
21
|
-
S3TablesClientResolvedConfig,
|
|
22
|
-
ServiceInputTypes,
|
|
23
|
-
ServiceOutputTypes
|
|
14
|
+
import("..").S3TablesClientResolvedConfig,
|
|
15
|
+
import("..").ServiceInputTypes,
|
|
16
|
+
import("..").ServiceOutputTypes
|
|
24
17
|
>;
|
|
25
18
|
new (
|
|
26
19
|
input: DeleteTableBucketMetricsConfigurationCommandInput
|
|
27
20
|
): import("@smithy/core/client").CommandImpl<
|
|
28
21
|
DeleteTableBucketMetricsConfigurationCommandInput,
|
|
29
22
|
DeleteTableBucketMetricsConfigurationCommandOutput,
|
|
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 DeleteTableBucketMetricsConfigurationCommand extends DeleteTableBucketMetricsConfigurationCommand_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 { DeleteTableBucketPolicyRequest } 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 DeleteTableBucketPolicyCommandInput
|
|
12
5
|
extends DeleteTableBucketPolicyRequest {}
|
|
13
6
|
export interface DeleteTableBucketPolicyCommandOutput
|
|
@@ -18,22 +11,20 @@ declare const DeleteTableBucketPolicyCommand_base: {
|
|
|
18
11
|
): import("@smithy/core/client").CommandImpl<
|
|
19
12
|
DeleteTableBucketPolicyCommandInput,
|
|
20
13
|
DeleteTableBucketPolicyCommandOutput,
|
|
21
|
-
S3TablesClientResolvedConfig,
|
|
22
|
-
ServiceInputTypes,
|
|
23
|
-
ServiceOutputTypes
|
|
14
|
+
import("..").S3TablesClientResolvedConfig,
|
|
15
|
+
import("..").ServiceInputTypes,
|
|
16
|
+
import("..").ServiceOutputTypes
|
|
24
17
|
>;
|
|
25
18
|
new (
|
|
26
19
|
input: DeleteTableBucketPolicyCommandInput
|
|
27
20
|
): import("@smithy/core/client").CommandImpl<
|
|
28
21
|
DeleteTableBucketPolicyCommandInput,
|
|
29
22
|
DeleteTableBucketPolicyCommandOutput,
|
|
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 DeleteTableBucketPolicyCommand extends DeleteTableBucketPolicyCommand_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 { DeleteTableBucketReplicationRequest } 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 DeleteTableBucketReplicationCommandInput
|
|
12
5
|
extends DeleteTableBucketReplicationRequest {}
|
|
13
6
|
export interface DeleteTableBucketReplicationCommandOutput
|
|
@@ -18,22 +11,20 @@ declare const DeleteTableBucketReplicationCommand_base: {
|
|
|
18
11
|
): import("@smithy/core/client").CommandImpl<
|
|
19
12
|
DeleteTableBucketReplicationCommandInput,
|
|
20
13
|
DeleteTableBucketReplicationCommandOutput,
|
|
21
|
-
S3TablesClientResolvedConfig,
|
|
22
|
-
ServiceInputTypes,
|
|
23
|
-
ServiceOutputTypes
|
|
14
|
+
import("..").S3TablesClientResolvedConfig,
|
|
15
|
+
import("..").ServiceInputTypes,
|
|
16
|
+
import("..").ServiceOutputTypes
|
|
24
17
|
>;
|
|
25
18
|
new (
|
|
26
19
|
input: DeleteTableBucketReplicationCommandInput
|
|
27
20
|
): import("@smithy/core/client").CommandImpl<
|
|
28
21
|
DeleteTableBucketReplicationCommandInput,
|
|
29
22
|
DeleteTableBucketReplicationCommandOutput,
|
|
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 DeleteTableBucketReplicationCommand extends DeleteTableBucketReplicationCommand_base {
|
|
39
30
|
protected static __types: {
|