@aws-sdk/client-s3tables 3.1076.0 → 3.1078.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist-cjs/index.js +60 -495
- package/dist-es/commandBuilder.js +6 -0
- package/dist-es/commands/CreateNamespaceCommand.js +2 -14
- package/dist-es/commands/CreateTableBucketCommand.js +2 -14
- package/dist-es/commands/CreateTableCommand.js +2 -14
- package/dist-es/commands/DeleteNamespaceCommand.js +2 -14
- package/dist-es/commands/DeleteTableBucketCommand.js +2 -14
- package/dist-es/commands/DeleteTableBucketEncryptionCommand.js +2 -14
- package/dist-es/commands/DeleteTableBucketMetricsConfigurationCommand.js +2 -14
- package/dist-es/commands/DeleteTableBucketPolicyCommand.js +2 -14
- package/dist-es/commands/DeleteTableBucketReplicationCommand.js +2 -14
- package/dist-es/commands/DeleteTableCommand.js +2 -14
- package/dist-es/commands/DeleteTablePolicyCommand.js +2 -14
- package/dist-es/commands/DeleteTableReplicationCommand.js +2 -14
- package/dist-es/commands/GetNamespaceCommand.js +2 -14
- package/dist-es/commands/GetTableBucketCommand.js +2 -14
- package/dist-es/commands/GetTableBucketEncryptionCommand.js +2 -14
- package/dist-es/commands/GetTableBucketMaintenanceConfigurationCommand.js +2 -14
- package/dist-es/commands/GetTableBucketMetricsConfigurationCommand.js +2 -14
- package/dist-es/commands/GetTableBucketPolicyCommand.js +2 -14
- package/dist-es/commands/GetTableBucketReplicationCommand.js +2 -14
- package/dist-es/commands/GetTableBucketStorageClassCommand.js +2 -14
- package/dist-es/commands/GetTableCommand.js +2 -14
- package/dist-es/commands/GetTableEncryptionCommand.js +2 -14
- package/dist-es/commands/GetTableMaintenanceConfigurationCommand.js +2 -14
- package/dist-es/commands/GetTableMaintenanceJobStatusCommand.js +2 -14
- package/dist-es/commands/GetTableMetadataLocationCommand.js +2 -14
- package/dist-es/commands/GetTablePolicyCommand.js +2 -14
- package/dist-es/commands/GetTableRecordExpirationConfigurationCommand.js +2 -14
- package/dist-es/commands/GetTableRecordExpirationJobStatusCommand.js +2 -14
- package/dist-es/commands/GetTableReplicationCommand.js +2 -14
- package/dist-es/commands/GetTableReplicationStatusCommand.js +2 -14
- package/dist-es/commands/GetTableStorageClassCommand.js +2 -14
- package/dist-es/commands/ListNamespacesCommand.js +2 -14
- package/dist-es/commands/ListTableBucketsCommand.js +2 -14
- package/dist-es/commands/ListTablesCommand.js +2 -14
- package/dist-es/commands/ListTagsForResourceCommand.js +2 -14
- package/dist-es/commands/PutTableBucketEncryptionCommand.js +2 -14
- package/dist-es/commands/PutTableBucketMaintenanceConfigurationCommand.js +2 -14
- package/dist-es/commands/PutTableBucketMetricsConfigurationCommand.js +2 -14
- package/dist-es/commands/PutTableBucketPolicyCommand.js +2 -14
- package/dist-es/commands/PutTableBucketReplicationCommand.js +2 -14
- package/dist-es/commands/PutTableBucketStorageClassCommand.js +2 -14
- package/dist-es/commands/PutTableMaintenanceConfigurationCommand.js +2 -14
- package/dist-es/commands/PutTablePolicyCommand.js +2 -14
- package/dist-es/commands/PutTableRecordExpirationConfigurationCommand.js +2 -14
- package/dist-es/commands/PutTableReplicationCommand.js +2 -14
- package/dist-es/commands/RenameTableCommand.js +2 -14
- package/dist-es/commands/TagResourceCommand.js +2 -14
- package/dist-es/commands/UntagResourceCommand.js +2 -14
- package/dist-es/commands/UpdateTableMetadataLocationCommand.js +2 -14
- package/dist-es/index.js +1 -0
- package/dist-es/runtimeConfig.browser.js +0 -2
- package/dist-es/runtimeConfig.js +1 -2
- package/dist-es/runtimeConfig.native.js +0 -2
- package/dist-es/runtimeConfig.shared.js +2 -0
- package/dist-types/commandBuilder.d.ts +18 -0
- package/dist-types/commands/CreateNamespaceCommand.d.ts +3 -8
- package/dist-types/commands/CreateTableBucketCommand.d.ts +3 -8
- package/dist-types/commands/CreateTableCommand.d.ts +3 -8
- package/dist-types/commands/DeleteNamespaceCommand.d.ts +3 -8
- package/dist-types/commands/DeleteTableBucketCommand.d.ts +3 -8
- package/dist-types/commands/DeleteTableBucketEncryptionCommand.d.ts +3 -8
- package/dist-types/commands/DeleteTableBucketMetricsConfigurationCommand.d.ts +3 -8
- package/dist-types/commands/DeleteTableBucketPolicyCommand.d.ts +3 -8
- package/dist-types/commands/DeleteTableBucketReplicationCommand.d.ts +3 -8
- package/dist-types/commands/DeleteTableCommand.d.ts +3 -8
- package/dist-types/commands/DeleteTablePolicyCommand.d.ts +3 -8
- package/dist-types/commands/DeleteTableReplicationCommand.d.ts +3 -8
- package/dist-types/commands/GetNamespaceCommand.d.ts +3 -8
- package/dist-types/commands/GetTableBucketCommand.d.ts +3 -8
- package/dist-types/commands/GetTableBucketEncryptionCommand.d.ts +3 -8
- package/dist-types/commands/GetTableBucketMaintenanceConfigurationCommand.d.ts +3 -8
- package/dist-types/commands/GetTableBucketMetricsConfigurationCommand.d.ts +3 -8
- package/dist-types/commands/GetTableBucketPolicyCommand.d.ts +3 -8
- package/dist-types/commands/GetTableBucketReplicationCommand.d.ts +3 -8
- package/dist-types/commands/GetTableBucketStorageClassCommand.d.ts +3 -8
- package/dist-types/commands/GetTableCommand.d.ts +3 -8
- package/dist-types/commands/GetTableEncryptionCommand.d.ts +3 -8
- package/dist-types/commands/GetTableMaintenanceConfigurationCommand.d.ts +3 -8
- package/dist-types/commands/GetTableMaintenanceJobStatusCommand.d.ts +3 -8
- package/dist-types/commands/GetTableMetadataLocationCommand.d.ts +3 -8
- package/dist-types/commands/GetTablePolicyCommand.d.ts +3 -8
- package/dist-types/commands/GetTableRecordExpirationConfigurationCommand.d.ts +3 -8
- package/dist-types/commands/GetTableRecordExpirationJobStatusCommand.d.ts +3 -8
- package/dist-types/commands/GetTableReplicationCommand.d.ts +3 -8
- package/dist-types/commands/GetTableReplicationStatusCommand.d.ts +3 -8
- package/dist-types/commands/GetTableStorageClassCommand.d.ts +3 -8
- package/dist-types/commands/ListNamespacesCommand.d.ts +3 -8
- package/dist-types/commands/ListTableBucketsCommand.d.ts +3 -8
- package/dist-types/commands/ListTablesCommand.d.ts +3 -8
- package/dist-types/commands/ListTagsForResourceCommand.d.ts +3 -8
- package/dist-types/commands/PutTableBucketEncryptionCommand.d.ts +3 -8
- package/dist-types/commands/PutTableBucketMaintenanceConfigurationCommand.d.ts +3 -8
- package/dist-types/commands/PutTableBucketMetricsConfigurationCommand.d.ts +3 -8
- package/dist-types/commands/PutTableBucketPolicyCommand.d.ts +3 -8
- package/dist-types/commands/PutTableBucketReplicationCommand.d.ts +3 -8
- package/dist-types/commands/PutTableBucketStorageClassCommand.d.ts +3 -8
- package/dist-types/commands/PutTableMaintenanceConfigurationCommand.d.ts +3 -8
- package/dist-types/commands/PutTablePolicyCommand.d.ts +3 -8
- package/dist-types/commands/PutTableRecordExpirationConfigurationCommand.d.ts +3 -8
- package/dist-types/commands/PutTableReplicationCommand.d.ts +3 -8
- package/dist-types/commands/RenameTableCommand.d.ts +3 -8
- package/dist-types/commands/TagResourceCommand.d.ts +3 -8
- package/dist-types/commands/UntagResourceCommand.d.ts +3 -8
- package/dist-types/commands/UpdateTableMetadataLocationCommand.d.ts +3 -8
- package/dist-types/index.d.ts +1 -0
- package/dist-types/runtimeConfig.browser.d.ts +1 -1
- package/dist-types/runtimeConfig.d.ts +1 -1
- package/dist-types/runtimeConfig.native.d.ts +1 -1
- package/dist-types/runtimeConfig.shared.d.ts +1 -0
- package/dist-types/ts3.4/commandBuilder.d.ts +46 -0
- package/dist-types/ts3.4/commands/CreateNamespaceCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/CreateTableBucketCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/CreateTableCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DeleteNamespaceCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DeleteTableBucketCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DeleteTableBucketEncryptionCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DeleteTableBucketMetricsConfigurationCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DeleteTableBucketPolicyCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DeleteTableBucketReplicationCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DeleteTableCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DeleteTablePolicyCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DeleteTableReplicationCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/GetNamespaceCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/GetTableBucketCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/GetTableBucketEncryptionCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/GetTableBucketMaintenanceConfigurationCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/GetTableBucketMetricsConfigurationCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/GetTableBucketPolicyCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/GetTableBucketReplicationCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/GetTableBucketStorageClassCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/GetTableCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/GetTableEncryptionCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/GetTableMaintenanceConfigurationCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/GetTableMaintenanceJobStatusCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/GetTableMetadataLocationCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/GetTablePolicyCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/GetTableRecordExpirationConfigurationCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/GetTableRecordExpirationJobStatusCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/GetTableReplicationCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/GetTableReplicationStatusCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/GetTableStorageClassCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListNamespacesCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListTableBucketsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListTablesCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/PutTableBucketEncryptionCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/PutTableBucketMaintenanceConfigurationCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/PutTableBucketMetricsConfigurationCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/PutTableBucketPolicyCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/PutTableBucketReplicationCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/PutTableBucketStorageClassCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/PutTableMaintenanceConfigurationCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/PutTablePolicyCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/PutTableRecordExpirationConfigurationCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/PutTableReplicationCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/RenameTableCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/UpdateTableMetadataLocationCommand.d.ts +7 -16
- package/dist-types/ts3.4/index.d.ts +1 -0
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +1 -1
- package/dist-types/ts3.4/runtimeConfig.d.ts +1 -1
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +1 -1
- package/dist-types/ts3.4/runtimeConfig.shared.d.ts +1 -0
- package/package.json +9 -11
|
@@ -1,16 +1,4 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
|
-
import { commonParams } from "../endpoint/EndpointParameters";
|
|
1
|
+
import { _ep0, _mw0, command } from "../commandBuilder";
|
|
4
2
|
import { ListNamespaces$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class ListNamespacesCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("S3TableBuckets", "ListNamespaces", {})
|
|
13
|
-
.n("S3TablesClient", "ListNamespacesCommand")
|
|
14
|
-
.sc(ListNamespaces$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class ListNamespacesCommand extends command(_ep0, _mw0, "ListNamespaces", ListNamespaces$) {
|
|
16
4
|
}
|
|
@@ -1,16 +1,4 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
|
-
import { commonParams } from "../endpoint/EndpointParameters";
|
|
1
|
+
import { _ep0, _mw0, command } from "../commandBuilder";
|
|
4
2
|
import { ListTableBuckets$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class ListTableBucketsCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("S3TableBuckets", "ListTableBuckets", {})
|
|
13
|
-
.n("S3TablesClient", "ListTableBucketsCommand")
|
|
14
|
-
.sc(ListTableBuckets$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class ListTableBucketsCommand extends command(_ep0, _mw0, "ListTableBuckets", ListTableBuckets$) {
|
|
16
4
|
}
|
|
@@ -1,16 +1,4 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
|
-
import { commonParams } from "../endpoint/EndpointParameters";
|
|
1
|
+
import { _ep0, _mw0, command } from "../commandBuilder";
|
|
4
2
|
import { ListTables$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class ListTablesCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("S3TableBuckets", "ListTables", {})
|
|
13
|
-
.n("S3TablesClient", "ListTablesCommand")
|
|
14
|
-
.sc(ListTables$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class ListTablesCommand extends command(_ep0, _mw0, "ListTables", ListTables$) {
|
|
16
4
|
}
|
|
@@ -1,16 +1,4 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
|
-
import { commonParams } from "../endpoint/EndpointParameters";
|
|
1
|
+
import { _ep0, _mw0, command } from "../commandBuilder";
|
|
4
2
|
import { ListTagsForResource$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class ListTagsForResourceCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("S3TableBuckets", "ListTagsForResource", {})
|
|
13
|
-
.n("S3TablesClient", "ListTagsForResourceCommand")
|
|
14
|
-
.sc(ListTagsForResource$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class ListTagsForResourceCommand extends command(_ep0, _mw0, "ListTagsForResource", ListTagsForResource$) {
|
|
16
4
|
}
|
|
@@ -1,16 +1,4 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
|
-
import { commonParams } from "../endpoint/EndpointParameters";
|
|
1
|
+
import { _ep0, _mw0, command } from "../commandBuilder";
|
|
4
2
|
import { PutTableBucketEncryption$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class PutTableBucketEncryptionCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("S3TableBuckets", "PutTableBucketEncryption", {})
|
|
13
|
-
.n("S3TablesClient", "PutTableBucketEncryptionCommand")
|
|
14
|
-
.sc(PutTableBucketEncryption$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class PutTableBucketEncryptionCommand extends command(_ep0, _mw0, "PutTableBucketEncryption", PutTableBucketEncryption$) {
|
|
16
4
|
}
|
|
@@ -1,16 +1,4 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
|
-
import { commonParams } from "../endpoint/EndpointParameters";
|
|
1
|
+
import { _ep0, _mw0, command } from "../commandBuilder";
|
|
4
2
|
import { PutTableBucketMaintenanceConfiguration$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class PutTableBucketMaintenanceConfigurationCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("S3TableBuckets", "PutTableBucketMaintenanceConfiguration", {})
|
|
13
|
-
.n("S3TablesClient", "PutTableBucketMaintenanceConfigurationCommand")
|
|
14
|
-
.sc(PutTableBucketMaintenanceConfiguration$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class PutTableBucketMaintenanceConfigurationCommand extends command(_ep0, _mw0, "PutTableBucketMaintenanceConfiguration", PutTableBucketMaintenanceConfiguration$) {
|
|
16
4
|
}
|
|
@@ -1,16 +1,4 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
|
-
import { commonParams } from "../endpoint/EndpointParameters";
|
|
1
|
+
import { _ep0, _mw0, command } from "../commandBuilder";
|
|
4
2
|
import { PutTableBucketMetricsConfiguration$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class PutTableBucketMetricsConfigurationCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("S3TableBuckets", "PutTableBucketMetricsConfiguration", {})
|
|
13
|
-
.n("S3TablesClient", "PutTableBucketMetricsConfigurationCommand")
|
|
14
|
-
.sc(PutTableBucketMetricsConfiguration$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class PutTableBucketMetricsConfigurationCommand extends command(_ep0, _mw0, "PutTableBucketMetricsConfiguration", PutTableBucketMetricsConfiguration$) {
|
|
16
4
|
}
|
|
@@ -1,16 +1,4 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
|
-
import { commonParams } from "../endpoint/EndpointParameters";
|
|
1
|
+
import { _ep0, _mw0, command } from "../commandBuilder";
|
|
4
2
|
import { PutTableBucketPolicy$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class PutTableBucketPolicyCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("S3TableBuckets", "PutTableBucketPolicy", {})
|
|
13
|
-
.n("S3TablesClient", "PutTableBucketPolicyCommand")
|
|
14
|
-
.sc(PutTableBucketPolicy$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class PutTableBucketPolicyCommand extends command(_ep0, _mw0, "PutTableBucketPolicy", PutTableBucketPolicy$) {
|
|
16
4
|
}
|
|
@@ -1,16 +1,4 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
|
-
import { commonParams } from "../endpoint/EndpointParameters";
|
|
1
|
+
import { _ep0, _mw0, command } from "../commandBuilder";
|
|
4
2
|
import { PutTableBucketReplication$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class PutTableBucketReplicationCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("S3TableBuckets", "PutTableBucketReplication", {})
|
|
13
|
-
.n("S3TablesClient", "PutTableBucketReplicationCommand")
|
|
14
|
-
.sc(PutTableBucketReplication$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class PutTableBucketReplicationCommand extends command(_ep0, _mw0, "PutTableBucketReplication", PutTableBucketReplication$) {
|
|
16
4
|
}
|
|
@@ -1,16 +1,4 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
|
-
import { commonParams } from "../endpoint/EndpointParameters";
|
|
1
|
+
import { _ep0, _mw0, command } from "../commandBuilder";
|
|
4
2
|
import { PutTableBucketStorageClass$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class PutTableBucketStorageClassCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("S3TableBuckets", "PutTableBucketStorageClass", {})
|
|
13
|
-
.n("S3TablesClient", "PutTableBucketStorageClassCommand")
|
|
14
|
-
.sc(PutTableBucketStorageClass$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class PutTableBucketStorageClassCommand extends command(_ep0, _mw0, "PutTableBucketStorageClass", PutTableBucketStorageClass$) {
|
|
16
4
|
}
|
|
@@ -1,16 +1,4 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
|
-
import { commonParams } from "../endpoint/EndpointParameters";
|
|
1
|
+
import { _ep0, _mw0, command } from "../commandBuilder";
|
|
4
2
|
import { PutTableMaintenanceConfiguration$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class PutTableMaintenanceConfigurationCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("S3TableBuckets", "PutTableMaintenanceConfiguration", {})
|
|
13
|
-
.n("S3TablesClient", "PutTableMaintenanceConfigurationCommand")
|
|
14
|
-
.sc(PutTableMaintenanceConfiguration$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class PutTableMaintenanceConfigurationCommand extends command(_ep0, _mw0, "PutTableMaintenanceConfiguration", PutTableMaintenanceConfiguration$) {
|
|
16
4
|
}
|
|
@@ -1,16 +1,4 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
|
-
import { commonParams } from "../endpoint/EndpointParameters";
|
|
1
|
+
import { _ep0, _mw0, command } from "../commandBuilder";
|
|
4
2
|
import { PutTablePolicy$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class PutTablePolicyCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("S3TableBuckets", "PutTablePolicy", {})
|
|
13
|
-
.n("S3TablesClient", "PutTablePolicyCommand")
|
|
14
|
-
.sc(PutTablePolicy$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class PutTablePolicyCommand extends command(_ep0, _mw0, "PutTablePolicy", PutTablePolicy$) {
|
|
16
4
|
}
|
|
@@ -1,16 +1,4 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
|
-
import { commonParams } from "../endpoint/EndpointParameters";
|
|
1
|
+
import { _ep0, _mw0, command } from "../commandBuilder";
|
|
4
2
|
import { PutTableRecordExpirationConfiguration$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class PutTableRecordExpirationConfigurationCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("S3TableBuckets", "PutTableRecordExpirationConfiguration", {})
|
|
13
|
-
.n("S3TablesClient", "PutTableRecordExpirationConfigurationCommand")
|
|
14
|
-
.sc(PutTableRecordExpirationConfiguration$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class PutTableRecordExpirationConfigurationCommand extends command(_ep0, _mw0, "PutTableRecordExpirationConfiguration", PutTableRecordExpirationConfiguration$) {
|
|
16
4
|
}
|
|
@@ -1,16 +1,4 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
|
-
import { commonParams } from "../endpoint/EndpointParameters";
|
|
1
|
+
import { _ep0, _mw0, command } from "../commandBuilder";
|
|
4
2
|
import { PutTableReplication$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class PutTableReplicationCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("S3TableBuckets", "PutTableReplication", {})
|
|
13
|
-
.n("S3TablesClient", "PutTableReplicationCommand")
|
|
14
|
-
.sc(PutTableReplication$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class PutTableReplicationCommand extends command(_ep0, _mw0, "PutTableReplication", PutTableReplication$) {
|
|
16
4
|
}
|
|
@@ -1,16 +1,4 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
|
-
import { commonParams } from "../endpoint/EndpointParameters";
|
|
1
|
+
import { _ep0, _mw0, command } from "../commandBuilder";
|
|
4
2
|
import { RenameTable$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class RenameTableCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("S3TableBuckets", "RenameTable", {})
|
|
13
|
-
.n("S3TablesClient", "RenameTableCommand")
|
|
14
|
-
.sc(RenameTable$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class RenameTableCommand extends command(_ep0, _mw0, "RenameTable", RenameTable$) {
|
|
16
4
|
}
|
|
@@ -1,16 +1,4 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
|
-
import { commonParams } from "../endpoint/EndpointParameters";
|
|
1
|
+
import { _ep0, _mw0, command } from "../commandBuilder";
|
|
4
2
|
import { TagResource$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class TagResourceCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("S3TableBuckets", "TagResource", {})
|
|
13
|
-
.n("S3TablesClient", "TagResourceCommand")
|
|
14
|
-
.sc(TagResource$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class TagResourceCommand extends command(_ep0, _mw0, "TagResource", TagResource$) {
|
|
16
4
|
}
|
|
@@ -1,16 +1,4 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
|
-
import { commonParams } from "../endpoint/EndpointParameters";
|
|
1
|
+
import { _ep0, _mw0, command } from "../commandBuilder";
|
|
4
2
|
import { UntagResource$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class UntagResourceCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("S3TableBuckets", "UntagResource", {})
|
|
13
|
-
.n("S3TablesClient", "UntagResourceCommand")
|
|
14
|
-
.sc(UntagResource$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class UntagResourceCommand extends command(_ep0, _mw0, "UntagResource", UntagResource$) {
|
|
16
4
|
}
|
|
@@ -1,16 +1,4 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
|
-
import { commonParams } from "../endpoint/EndpointParameters";
|
|
1
|
+
import { _ep0, _mw0, command } from "../commandBuilder";
|
|
4
2
|
import { UpdateTableMetadataLocation$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class UpdateTableMetadataLocationCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("S3TableBuckets", "UpdateTableMetadataLocation", {})
|
|
13
|
-
.n("S3TablesClient", "UpdateTableMetadataLocationCommand")
|
|
14
|
-
.sc(UpdateTableMetadataLocation$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class UpdateTableMetadataLocationCommand extends command(_ep0, _mw0, "UpdateTableMetadataLocation", UpdateTableMetadataLocation$) {
|
|
16
4
|
}
|
package/dist-es/index.js
CHANGED
|
@@ -1,5 +1,4 @@
|
|
|
1
1
|
import packageInfo from "../package.json";
|
|
2
|
-
import { Sha256 } from "@aws-crypto/sha256-browser";
|
|
3
2
|
import { createDefaultUserAgentProvider } from "@aws-sdk/core/client";
|
|
4
3
|
import { invalidProvider, loadConfigsForDefaultMode } from "@smithy/core/client";
|
|
5
4
|
import { DEFAULT_USE_DUALSTACK_ENDPOINT, DEFAULT_USE_FIPS_ENDPOINT, resolveDefaultsModeConfig, } from "@smithy/core/config";
|
|
@@ -23,7 +22,6 @@ export const getRuntimeConfig = (config) => {
|
|
|
23
22
|
region: config?.region ?? invalidProvider("Region is missing"),
|
|
24
23
|
requestHandler: RequestHandler.create(config?.requestHandler ?? defaultConfigProvider),
|
|
25
24
|
retryMode: config?.retryMode ?? (async () => (await defaultConfigProvider()).retryMode || DEFAULT_RETRY_MODE),
|
|
26
|
-
sha256: config?.sha256 ?? Sha256,
|
|
27
25
|
streamCollector: config?.streamCollector ?? streamCollector,
|
|
28
26
|
useDualstackEndpoint: config?.useDualstackEndpoint ?? (() => Promise.resolve(DEFAULT_USE_DUALSTACK_ENDPOINT)),
|
|
29
27
|
useFipsEndpoint: config?.useFipsEndpoint ?? (() => Promise.resolve(DEFAULT_USE_FIPS_ENDPOINT)),
|
package/dist-es/runtimeConfig.js
CHANGED
|
@@ -5,7 +5,7 @@ import { defaultProvider as credentialDefaultProvider } from "@aws-sdk/credentia
|
|
|
5
5
|
import { emitWarningIfUnsupportedVersion, loadConfigsForDefaultMode } from "@smithy/core/client";
|
|
6
6
|
import { loadConfig as loadNodeConfig, NODE_REGION_CONFIG_FILE_OPTIONS, NODE_REGION_CONFIG_OPTIONS, NODE_USE_DUALSTACK_ENDPOINT_CONFIG_OPTIONS, NODE_USE_FIPS_ENDPOINT_CONFIG_OPTIONS, resolveDefaultsModeConfig, } from "@smithy/core/config";
|
|
7
7
|
import { DEFAULT_RETRY_MODE, NODE_MAX_ATTEMPT_CONFIG_OPTIONS, NODE_RETRY_MODE_CONFIG_OPTIONS, } from "@smithy/core/retry";
|
|
8
|
-
import { calculateBodyLength
|
|
8
|
+
import { calculateBodyLength } from "@smithy/core/serde";
|
|
9
9
|
import { NodeHttpHandler as RequestHandler, streamCollector } from "@smithy/node-http-handler";
|
|
10
10
|
import { getRuntimeConfig as getSharedRuntimeConfig } from "./runtimeConfig.shared";
|
|
11
11
|
export const getRuntimeConfig = (config) => {
|
|
@@ -35,7 +35,6 @@ export const getRuntimeConfig = (config) => {
|
|
|
35
35
|
...NODE_RETRY_MODE_CONFIG_OPTIONS,
|
|
36
36
|
default: async () => (await defaultConfigProvider()).retryMode || DEFAULT_RETRY_MODE,
|
|
37
37
|
}, config),
|
|
38
|
-
sha256: config?.sha256 ?? Hash.bind(null, "sha256"),
|
|
39
38
|
streamCollector: config?.streamCollector ?? streamCollector,
|
|
40
39
|
useDualstackEndpoint: config?.useDualstackEndpoint ?? loadNodeConfig(NODE_USE_DUALSTACK_ENDPOINT_CONFIG_OPTIONS, loaderConfig),
|
|
41
40
|
useFipsEndpoint: config?.useFipsEndpoint ?? loadNodeConfig(NODE_USE_FIPS_ENDPOINT_CONFIG_OPTIONS, loaderConfig),
|
|
@@ -1,4 +1,3 @@
|
|
|
1
|
-
import { Sha256 } from "@aws-crypto/sha256-js";
|
|
2
1
|
import { getRuntimeConfig as getBrowserRuntimeConfig } from "./runtimeConfig.browser";
|
|
3
2
|
export const getRuntimeConfig = (config) => {
|
|
4
3
|
const browserDefaults = getBrowserRuntimeConfig(config);
|
|
@@ -6,6 +5,5 @@ export const getRuntimeConfig = (config) => {
|
|
|
6
5
|
...browserDefaults,
|
|
7
6
|
...config,
|
|
8
7
|
runtime: "react-native",
|
|
9
|
-
sha256: config?.sha256 ?? Sha256,
|
|
10
8
|
};
|
|
11
9
|
};
|
|
@@ -1,5 +1,6 @@
|
|
|
1
1
|
import { AwsSdkSigV4Signer } from "@aws-sdk/core/httpAuthSchemes";
|
|
2
2
|
import { AwsRestJsonProtocol } from "@aws-sdk/core/protocols";
|
|
3
|
+
import { Sha256 } from "@smithy/core/checksum";
|
|
3
4
|
import { NoOpLogger } from "@smithy/core/client";
|
|
4
5
|
import { parseUrl } from "@smithy/core/protocols";
|
|
5
6
|
import { fromBase64, fromUtf8, toBase64, toUtf8 } from "@smithy/core/serde";
|
|
@@ -31,6 +32,7 @@ export const getRuntimeConfig = (config) => {
|
|
|
31
32
|
serviceTarget: "S3TableBuckets",
|
|
32
33
|
},
|
|
33
34
|
serviceId: config?.serviceId ?? "S3Tables",
|
|
35
|
+
sha256: config?.sha256 ?? Sha256,
|
|
34
36
|
urlParser: config?.urlParser ?? parseUrl,
|
|
35
37
|
utf8Decoder: config?.utf8Decoder ?? fromUtf8,
|
|
36
38
|
utf8Encoder: config?.utf8Encoder ?? toUtf8,
|
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
import type { EndpointParameterInstructions } from "@smithy/types";
|
|
2
|
+
import type { S3TablesClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "./S3TablesClient";
|
|
3
|
+
/**
|
|
4
|
+
* @internal
|
|
5
|
+
*/
|
|
6
|
+
export declare const command: <I extends ServiceInputTypes, O extends ServiceOutputTypes>(added: EndpointParameterInstructions, plugins: (CommandCtor: any, clientStack: any, config: any, options: any) => import("@smithy/types").Pluggable<any, any>[], op: string, $: import("@smithy/types").StaticOperationSchema, smithyContext?: Record<string, unknown>) => {
|
|
7
|
+
new (input: I): import("@smithy/core/client").CommandImpl<I, O, S3TablesClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
8
|
+
new (...[input]: import("@smithy/types").OptionalParameter<I>): import("@smithy/core/client").CommandImpl<I, O, S3TablesClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
9
|
+
getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
10
|
+
};
|
|
11
|
+
/**
|
|
12
|
+
* @internal
|
|
13
|
+
*/
|
|
14
|
+
export declare const _ep0: EndpointParameterInstructions;
|
|
15
|
+
/**
|
|
16
|
+
* @internal
|
|
17
|
+
*/
|
|
18
|
+
export declare const _mw0: (Command: any, cs: any, config: any, o: any) => never[];
|
|
@@ -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 { CreateNamespaceRequest, CreateNamespaceResponse } 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 CreateNamespaceCommandInput extends CreateNamespaceRequest {
|
|
|
22
19
|
export interface CreateNamespaceCommandOutput extends CreateNamespaceResponse, __MetadataBearer {
|
|
23
20
|
}
|
|
24
21
|
declare const CreateNamespaceCommand_base: {
|
|
25
|
-
new (input: CreateNamespaceCommandInput): import("@smithy/core/client").CommandImpl<CreateNamespaceCommandInput, CreateNamespaceCommandOutput, S3TablesClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (input: CreateNamespaceCommandInput): import("@smithy/core/client").CommandImpl<CreateNamespaceCommandInput, CreateNamespaceCommandOutput, S3TablesClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
-
getEndpointParameterInstructions():
|
|
28
|
-
[x: string]: unknown;
|
|
29
|
-
};
|
|
22
|
+
new (input: CreateNamespaceCommandInput): import("@smithy/core/client").CommandImpl<CreateNamespaceCommandInput, CreateNamespaceCommandOutput, import("..").S3TablesClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
23
|
+
new (input: CreateNamespaceCommandInput): import("@smithy/core/client").CommandImpl<CreateNamespaceCommandInput, CreateNamespaceCommandOutput, import("..").S3TablesClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
25
|
};
|
|
31
26
|
/**
|
|
32
27
|
* <p>Creates a namespace. A namespace is a logical grouping of tables within your table bucket, which you can use to organize tables. For more information, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/userguide/s3-tables-namespace-create.html">Create a namespace</a> in the <i>Amazon Simple Storage Service User Guide</i>.</p> <dl> <dt>Permissions</dt> <dd> <p>You must have the <code>s3tables:CreateNamespace</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 { CreateTableBucketRequest, CreateTableBucketResponse } 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 CreateTableBucketCommandInput extends CreateTableBucketRequest
|
|
|
22
19
|
export interface CreateTableBucketCommandOutput extends CreateTableBucketResponse, __MetadataBearer {
|
|
23
20
|
}
|
|
24
21
|
declare const CreateTableBucketCommand_base: {
|
|
25
|
-
new (input: CreateTableBucketCommandInput): import("@smithy/core/client").CommandImpl<CreateTableBucketCommandInput, CreateTableBucketCommandOutput, S3TablesClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (input: CreateTableBucketCommandInput): import("@smithy/core/client").CommandImpl<CreateTableBucketCommandInput, CreateTableBucketCommandOutput, S3TablesClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
-
getEndpointParameterInstructions():
|
|
28
|
-
[x: string]: unknown;
|
|
29
|
-
};
|
|
22
|
+
new (input: CreateTableBucketCommandInput): import("@smithy/core/client").CommandImpl<CreateTableBucketCommandInput, CreateTableBucketCommandOutput, import("..").S3TablesClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
23
|
+
new (input: CreateTableBucketCommandInput): import("@smithy/core/client").CommandImpl<CreateTableBucketCommandInput, CreateTableBucketCommandOutput, import("..").S3TablesClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
25
|
};
|
|
31
26
|
/**
|
|
32
27
|
* <p>Creates a table bucket. For more information, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/userguide/s3-tables-buckets-create.html">Creating a table bucket</a> in the <i>Amazon Simple Storage Service User Guide</i>.</p> <dl> <dt>Permissions</dt> <dd> <ul> <li> <p>You must have the <code>s3tables:CreateTableBucket</code> permission to use this operation. </p> </li> <li> <p>If you use this operation with the optional <code>encryptionConfiguration</code> parameter you must have the <code>s3tables:PutTableBucketEncryption</code> permission.</p> </li> <li> <p>If you use this operation with the <code>storageClassConfiguration</code> request parameter, you must have the <code>s3tables:PutTableBucketStorageClass</code> permission.</p> </li> <li> <p>To create a table bucket with tags, you must have the <code>s3tables:TagResource</code> permission in addition to <code>s3tables:CreateTableBucket</code> permission.</p> </li> </ul> </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 { CreateTableRequest, CreateTableResponse } 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 CreateTableCommandInput extends CreateTableRequest {
|
|
|
22
19
|
export interface CreateTableCommandOutput extends CreateTableResponse, __MetadataBearer {
|
|
23
20
|
}
|
|
24
21
|
declare const CreateTableCommand_base: {
|
|
25
|
-
new (input: CreateTableCommandInput): import("@smithy/core/client").CommandImpl<CreateTableCommandInput, CreateTableCommandOutput, S3TablesClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (input: CreateTableCommandInput): import("@smithy/core/client").CommandImpl<CreateTableCommandInput, CreateTableCommandOutput, S3TablesClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
-
getEndpointParameterInstructions():
|
|
28
|
-
[x: string]: unknown;
|
|
29
|
-
};
|
|
22
|
+
new (input: CreateTableCommandInput): import("@smithy/core/client").CommandImpl<CreateTableCommandInput, CreateTableCommandOutput, import("..").S3TablesClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
23
|
+
new (input: CreateTableCommandInput): import("@smithy/core/client").CommandImpl<CreateTableCommandInput, CreateTableCommandOutput, import("..").S3TablesClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
25
|
};
|
|
31
26
|
/**
|
|
32
27
|
* <p>Creates a new table associated with the given namespace in a table bucket. For more information, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/userguide/s3-tables-create.html">Creating an Amazon S3 table</a> in the <i>Amazon Simple Storage Service User Guide</i>.</p> <dl> <dt>Permissions</dt> <dd> <ul> <li> <p>You must have the <code>s3tables:CreateTable</code> permission to use this operation. </p> </li> <li> <p>If you use this operation with the optional <code>metadata</code> request parameter you must have the <code>s3tables:PutTableData</code> permission. </p> </li> <li> <p>If you use this operation with the optional <code>encryptionConfiguration</code> request parameter you must have the <code>s3tables:PutTableEncryption</code> permission. </p> </li> <li> <p>If you use this operation with the <code>storageClassConfiguration</code> request parameter, you must have the <code>s3tables:PutTableStorageClass</code> permission.</p> </li> <li> <p>To create a table with tags, you must have the <code>s3tables:TagResource</code> permission in addition to <code>s3tables:CreateTable</code> permission.</p> </li> </ul> <note> <p>Additionally, If you choose SSE-KMS encryption you must grant the S3 Tables maintenance principal access to your KMS key. For more information, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/userguide/s3-tables-kms-permissions.html">Permissions requirements for S3 Tables SSE-KMS encryption</a>. </p> </note> </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 { DeleteNamespaceRequest } 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 DeleteNamespaceCommandInput extends DeleteNamespaceRequest {
|
|
|
22
19
|
export interface DeleteNamespaceCommandOutput extends __MetadataBearer {
|
|
23
20
|
}
|
|
24
21
|
declare const DeleteNamespaceCommand_base: {
|
|
25
|
-
new (input: DeleteNamespaceCommandInput): import("@smithy/core/client").CommandImpl<DeleteNamespaceCommandInput, DeleteNamespaceCommandOutput, S3TablesClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (input: DeleteNamespaceCommandInput): import("@smithy/core/client").CommandImpl<DeleteNamespaceCommandInput, DeleteNamespaceCommandOutput, S3TablesClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
-
getEndpointParameterInstructions():
|
|
28
|
-
[x: string]: unknown;
|
|
29
|
-
};
|
|
22
|
+
new (input: DeleteNamespaceCommandInput): import("@smithy/core/client").CommandImpl<DeleteNamespaceCommandInput, DeleteNamespaceCommandOutput, import("..").S3TablesClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
23
|
+
new (input: DeleteNamespaceCommandInput): import("@smithy/core/client").CommandImpl<DeleteNamespaceCommandInput, DeleteNamespaceCommandOutput, import("..").S3TablesClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
25
|
};
|
|
31
26
|
/**
|
|
32
27
|
* <p>Deletes a namespace. For more information, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/userguide/s3-tables-namespace-delete.html">Delete a namespace</a> in the <i>Amazon Simple Storage Service User Guide</i>.</p> <dl> <dt>Permissions</dt> <dd> <p>You must have the <code>s3tables:DeleteNamespace</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 { DeleteTableBucketRequest } 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 DeleteTableBucketCommandInput extends DeleteTableBucketRequest
|
|
|
22
19
|
export interface DeleteTableBucketCommandOutput extends __MetadataBearer {
|
|
23
20
|
}
|
|
24
21
|
declare const DeleteTableBucketCommand_base: {
|
|
25
|
-
new (input: DeleteTableBucketCommandInput): import("@smithy/core/client").CommandImpl<DeleteTableBucketCommandInput, DeleteTableBucketCommandOutput, S3TablesClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (input: DeleteTableBucketCommandInput): import("@smithy/core/client").CommandImpl<DeleteTableBucketCommandInput, DeleteTableBucketCommandOutput, S3TablesClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
-
getEndpointParameterInstructions():
|
|
28
|
-
[x: string]: unknown;
|
|
29
|
-
};
|
|
22
|
+
new (input: DeleteTableBucketCommandInput): import("@smithy/core/client").CommandImpl<DeleteTableBucketCommandInput, DeleteTableBucketCommandOutput, import("..").S3TablesClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
23
|
+
new (input: DeleteTableBucketCommandInput): import("@smithy/core/client").CommandImpl<DeleteTableBucketCommandInput, DeleteTableBucketCommandOutput, import("..").S3TablesClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
25
|
};
|
|
31
26
|
/**
|
|
32
27
|
* <p>Deletes a table bucket. For more information, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/userguide/s3-tables-buckets-delete.html">Deleting a table bucket</a> in the <i>Amazon Simple Storage Service User Guide</i>.</p> <dl> <dt>Permissions</dt> <dd> <p>You must have the <code>s3tables:DeleteTableBucket</code> permission to use this operation. </p> </dd> </dl>
|