@aws-sdk/client-s3tables 3.775.0 → 3.777.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-types/commands/CreateNamespaceCommand.d.ts +1 -0
- package/dist-types/commands/CreateTableBucketCommand.d.ts +1 -0
- package/dist-types/commands/CreateTableCommand.d.ts +1 -0
- package/dist-types/commands/DeleteNamespaceCommand.d.ts +1 -0
- package/dist-types/commands/DeleteTableBucketCommand.d.ts +1 -0
- package/dist-types/commands/DeleteTableBucketPolicyCommand.d.ts +1 -0
- package/dist-types/commands/DeleteTableCommand.d.ts +1 -0
- package/dist-types/commands/DeleteTablePolicyCommand.d.ts +1 -0
- package/dist-types/commands/GetNamespaceCommand.d.ts +1 -0
- package/dist-types/commands/GetTableBucketCommand.d.ts +1 -0
- package/dist-types/commands/GetTableBucketMaintenanceConfigurationCommand.d.ts +1 -0
- package/dist-types/commands/GetTableBucketPolicyCommand.d.ts +1 -0
- package/dist-types/commands/GetTableCommand.d.ts +1 -0
- package/dist-types/commands/GetTableMaintenanceConfigurationCommand.d.ts +1 -0
- package/dist-types/commands/GetTableMaintenanceJobStatusCommand.d.ts +1 -0
- package/dist-types/commands/GetTableMetadataLocationCommand.d.ts +1 -0
- package/dist-types/commands/GetTablePolicyCommand.d.ts +1 -0
- package/dist-types/commands/ListNamespacesCommand.d.ts +1 -0
- package/dist-types/commands/ListTableBucketsCommand.d.ts +1 -0
- package/dist-types/commands/ListTablesCommand.d.ts +1 -0
- package/dist-types/commands/PutTableBucketMaintenanceConfigurationCommand.d.ts +1 -0
- package/dist-types/commands/PutTableBucketPolicyCommand.d.ts +1 -0
- package/dist-types/commands/PutTableMaintenanceConfigurationCommand.d.ts +1 -0
- package/dist-types/commands/PutTablePolicyCommand.d.ts +1 -0
- package/dist-types/commands/RenameTableCommand.d.ts +1 -0
- package/dist-types/commands/UpdateTableMetadataLocationCommand.d.ts +1 -0
- package/package.json +2 -2
|
@@ -85,6 +85,7 @@ declare const CreateNamespaceCommand_base: {
|
|
|
85
85
|
* @throws {@link S3TablesServiceException}
|
|
86
86
|
* <p>Base exception class for all service exceptions from S3Tables service.</p>
|
|
87
87
|
*
|
|
88
|
+
*
|
|
88
89
|
* @public
|
|
89
90
|
*/
|
|
90
91
|
export declare class CreateNamespaceCommand extends CreateNamespaceCommand_base {
|
|
@@ -79,6 +79,7 @@ declare const CreateTableBucketCommand_base: {
|
|
|
79
79
|
* @throws {@link S3TablesServiceException}
|
|
80
80
|
* <p>Base exception class for all service exceptions from S3Tables service.</p>
|
|
81
81
|
*
|
|
82
|
+
*
|
|
82
83
|
* @public
|
|
83
84
|
*/
|
|
84
85
|
export declare class CreateTableBucketCommand extends CreateTableBucketCommand_base {
|
|
@@ -99,6 +99,7 @@ declare const CreateTableCommand_base: {
|
|
|
99
99
|
* @throws {@link S3TablesServiceException}
|
|
100
100
|
* <p>Base exception class for all service exceptions from S3Tables service.</p>
|
|
101
101
|
*
|
|
102
|
+
*
|
|
102
103
|
* @public
|
|
103
104
|
*/
|
|
104
105
|
export declare class CreateTableCommand extends CreateTableCommand_base {
|
|
@@ -78,6 +78,7 @@ declare const DeleteNamespaceCommand_base: {
|
|
|
78
78
|
* @throws {@link S3TablesServiceException}
|
|
79
79
|
* <p>Base exception class for all service exceptions from S3Tables service.</p>
|
|
80
80
|
*
|
|
81
|
+
*
|
|
81
82
|
* @public
|
|
82
83
|
*/
|
|
83
84
|
export declare class DeleteNamespaceCommand extends DeleteNamespaceCommand_base {
|
|
@@ -77,6 +77,7 @@ declare const DeleteTableBucketCommand_base: {
|
|
|
77
77
|
* @throws {@link S3TablesServiceException}
|
|
78
78
|
* <p>Base exception class for all service exceptions from S3Tables service.</p>
|
|
79
79
|
*
|
|
80
|
+
*
|
|
80
81
|
* @public
|
|
81
82
|
*/
|
|
82
83
|
export declare class DeleteTableBucketCommand extends DeleteTableBucketCommand_base {
|
|
@@ -77,6 +77,7 @@ declare const DeleteTableBucketPolicyCommand_base: {
|
|
|
77
77
|
* @throws {@link S3TablesServiceException}
|
|
78
78
|
* <p>Base exception class for all service exceptions from S3Tables service.</p>
|
|
79
79
|
*
|
|
80
|
+
*
|
|
80
81
|
* @public
|
|
81
82
|
*/
|
|
82
83
|
export declare class DeleteTableBucketPolicyCommand extends DeleteTableBucketPolicyCommand_base {
|
|
@@ -80,6 +80,7 @@ declare const DeleteTableCommand_base: {
|
|
|
80
80
|
* @throws {@link S3TablesServiceException}
|
|
81
81
|
* <p>Base exception class for all service exceptions from S3Tables service.</p>
|
|
82
82
|
*
|
|
83
|
+
*
|
|
83
84
|
* @public
|
|
84
85
|
*/
|
|
85
86
|
export declare class DeleteTableCommand extends DeleteTableCommand_base {
|
|
@@ -79,6 +79,7 @@ declare const DeleteTablePolicyCommand_base: {
|
|
|
79
79
|
* @throws {@link S3TablesServiceException}
|
|
80
80
|
* <p>Base exception class for all service exceptions from S3Tables service.</p>
|
|
81
81
|
*
|
|
82
|
+
*
|
|
82
83
|
* @public
|
|
83
84
|
*/
|
|
84
85
|
export declare class DeleteTablePolicyCommand extends DeleteTablePolicyCommand_base {
|
|
@@ -88,6 +88,7 @@ declare const GetNamespaceCommand_base: {
|
|
|
88
88
|
* @throws {@link S3TablesServiceException}
|
|
89
89
|
* <p>Base exception class for all service exceptions from S3Tables service.</p>
|
|
90
90
|
*
|
|
91
|
+
*
|
|
91
92
|
* @public
|
|
92
93
|
*/
|
|
93
94
|
export declare class GetNamespaceCommand extends GetNamespaceCommand_base {
|
|
@@ -85,6 +85,7 @@ declare const GetTableBucketCommand_base: {
|
|
|
85
85
|
* @throws {@link S3TablesServiceException}
|
|
86
86
|
* <p>Base exception class for all service exceptions from S3Tables service.</p>
|
|
87
87
|
*
|
|
88
|
+
*
|
|
88
89
|
* @public
|
|
89
90
|
*/
|
|
90
91
|
export declare class GetTableBucketCommand extends GetTableBucketCommand_base {
|
|
@@ -90,6 +90,7 @@ declare const GetTableBucketMaintenanceConfigurationCommand_base: {
|
|
|
90
90
|
* @throws {@link S3TablesServiceException}
|
|
91
91
|
* <p>Base exception class for all service exceptions from S3Tables service.</p>
|
|
92
92
|
*
|
|
93
|
+
*
|
|
93
94
|
* @public
|
|
94
95
|
*/
|
|
95
96
|
export declare class GetTableBucketMaintenanceConfigurationCommand extends GetTableBucketMaintenanceConfigurationCommand_base {
|
|
@@ -79,6 +79,7 @@ declare const GetTableBucketPolicyCommand_base: {
|
|
|
79
79
|
* @throws {@link S3TablesServiceException}
|
|
80
80
|
* <p>Base exception class for all service exceptions from S3Tables service.</p>
|
|
81
81
|
*
|
|
82
|
+
*
|
|
82
83
|
* @public
|
|
83
84
|
*/
|
|
84
85
|
export declare class GetTableBucketPolicyCommand extends GetTableBucketPolicyCommand_base {
|
|
@@ -99,6 +99,7 @@ declare const GetTableCommand_base: {
|
|
|
99
99
|
* @throws {@link S3TablesServiceException}
|
|
100
100
|
* <p>Base exception class for all service exceptions from S3Tables service.</p>
|
|
101
101
|
*
|
|
102
|
+
*
|
|
102
103
|
* @public
|
|
103
104
|
*/
|
|
104
105
|
export declare class GetTableCommand extends GetTableCommand_base {
|
|
@@ -95,6 +95,7 @@ declare const GetTableMaintenanceConfigurationCommand_base: {
|
|
|
95
95
|
* @throws {@link S3TablesServiceException}
|
|
96
96
|
* <p>Base exception class for all service exceptions from S3Tables service.</p>
|
|
97
97
|
*
|
|
98
|
+
*
|
|
98
99
|
* @public
|
|
99
100
|
*/
|
|
100
101
|
export declare class GetTableMaintenanceConfigurationCommand extends GetTableMaintenanceConfigurationCommand_base {
|
|
@@ -88,6 +88,7 @@ declare const GetTableMaintenanceJobStatusCommand_base: {
|
|
|
88
88
|
* @throws {@link S3TablesServiceException}
|
|
89
89
|
* <p>Base exception class for all service exceptions from S3Tables service.</p>
|
|
90
90
|
*
|
|
91
|
+
*
|
|
91
92
|
* @public
|
|
92
93
|
*/
|
|
93
94
|
export declare class GetTableMaintenanceJobStatusCommand extends GetTableMaintenanceJobStatusCommand_base {
|
|
@@ -83,6 +83,7 @@ declare const GetTableMetadataLocationCommand_base: {
|
|
|
83
83
|
* @throws {@link S3TablesServiceException}
|
|
84
84
|
* <p>Base exception class for all service exceptions from S3Tables service.</p>
|
|
85
85
|
*
|
|
86
|
+
*
|
|
86
87
|
* @public
|
|
87
88
|
*/
|
|
88
89
|
export declare class GetTableMetadataLocationCommand extends GetTableMetadataLocationCommand_base {
|
|
@@ -81,6 +81,7 @@ declare const GetTablePolicyCommand_base: {
|
|
|
81
81
|
* @throws {@link S3TablesServiceException}
|
|
82
82
|
* <p>Base exception class for all service exceptions from S3Tables service.</p>
|
|
83
83
|
*
|
|
84
|
+
*
|
|
84
85
|
* @public
|
|
85
86
|
*/
|
|
86
87
|
export declare class GetTablePolicyCommand extends GetTablePolicyCommand_base {
|
|
@@ -95,6 +95,7 @@ declare const ListNamespacesCommand_base: {
|
|
|
95
95
|
* @throws {@link S3TablesServiceException}
|
|
96
96
|
* <p>Base exception class for all service exceptions from S3Tables service.</p>
|
|
97
97
|
*
|
|
98
|
+
*
|
|
98
99
|
* @public
|
|
99
100
|
*/
|
|
100
101
|
export declare class ListNamespacesCommand extends ListNamespacesCommand_base {
|
|
@@ -92,6 +92,7 @@ declare const ListTableBucketsCommand_base: {
|
|
|
92
92
|
* @throws {@link S3TablesServiceException}
|
|
93
93
|
* <p>Base exception class for all service exceptions from S3Tables service.</p>
|
|
94
94
|
*
|
|
95
|
+
*
|
|
95
96
|
* @public
|
|
96
97
|
*/
|
|
97
98
|
export declare class ListTableBucketsCommand extends ListTableBucketsCommand_base {
|
|
@@ -95,6 +95,7 @@ declare const ListTablesCommand_base: {
|
|
|
95
95
|
* @throws {@link S3TablesServiceException}
|
|
96
96
|
* <p>Base exception class for all service exceptions from S3Tables service.</p>
|
|
97
97
|
*
|
|
98
|
+
*
|
|
98
99
|
* @public
|
|
99
100
|
*/
|
|
100
101
|
export declare class ListTablesCommand extends ListTablesCommand_base {
|
|
@@ -88,6 +88,7 @@ declare const PutTableBucketMaintenanceConfigurationCommand_base: {
|
|
|
88
88
|
* @throws {@link S3TablesServiceException}
|
|
89
89
|
* <p>Base exception class for all service exceptions from S3Tables service.</p>
|
|
90
90
|
*
|
|
91
|
+
*
|
|
91
92
|
* @public
|
|
92
93
|
*/
|
|
93
94
|
export declare class PutTableBucketMaintenanceConfigurationCommand extends PutTableBucketMaintenanceConfigurationCommand_base {
|
|
@@ -79,6 +79,7 @@ declare const PutTableBucketPolicyCommand_base: {
|
|
|
79
79
|
* @throws {@link S3TablesServiceException}
|
|
80
80
|
* <p>Base exception class for all service exceptions from S3Tables service.</p>
|
|
81
81
|
*
|
|
82
|
+
*
|
|
82
83
|
* @public
|
|
83
84
|
*/
|
|
84
85
|
export declare class PutTableBucketPolicyCommand extends PutTableBucketPolicyCommand_base {
|
|
@@ -93,6 +93,7 @@ declare const PutTableMaintenanceConfigurationCommand_base: {
|
|
|
93
93
|
* @throws {@link S3TablesServiceException}
|
|
94
94
|
* <p>Base exception class for all service exceptions from S3Tables service.</p>
|
|
95
95
|
*
|
|
96
|
+
*
|
|
96
97
|
* @public
|
|
97
98
|
*/
|
|
98
99
|
export declare class PutTableMaintenanceConfigurationCommand extends PutTableMaintenanceConfigurationCommand_base {
|
|
@@ -81,6 +81,7 @@ declare const PutTablePolicyCommand_base: {
|
|
|
81
81
|
* @throws {@link S3TablesServiceException}
|
|
82
82
|
* <p>Base exception class for all service exceptions from S3Tables service.</p>
|
|
83
83
|
*
|
|
84
|
+
*
|
|
84
85
|
* @public
|
|
85
86
|
*/
|
|
86
87
|
export declare class PutTablePolicyCommand extends PutTablePolicyCommand_base {
|
|
@@ -82,6 +82,7 @@ declare const RenameTableCommand_base: {
|
|
|
82
82
|
* @throws {@link S3TablesServiceException}
|
|
83
83
|
* <p>Base exception class for all service exceptions from S3Tables service.</p>
|
|
84
84
|
*
|
|
85
|
+
*
|
|
85
86
|
* @public
|
|
86
87
|
*/
|
|
87
88
|
export declare class RenameTableCommand extends RenameTableCommand_base {
|
|
@@ -89,6 +89,7 @@ declare const UpdateTableMetadataLocationCommand_base: {
|
|
|
89
89
|
* @throws {@link S3TablesServiceException}
|
|
90
90
|
* <p>Base exception class for all service exceptions from S3Tables service.</p>
|
|
91
91
|
*
|
|
92
|
+
*
|
|
92
93
|
* @public
|
|
93
94
|
*/
|
|
94
95
|
export declare class UpdateTableMetadataLocationCommand extends UpdateTableMetadataLocationCommand_base {
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@aws-sdk/client-s3tables",
|
|
3
3
|
"description": "AWS SDK for JavaScript S3tables Client for Node.js, Browser and React Native",
|
|
4
|
-
"version": "3.
|
|
4
|
+
"version": "3.777.0",
|
|
5
5
|
"scripts": {
|
|
6
6
|
"build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
|
|
7
7
|
"build:cjs": "tsc -p tsconfig.cjs.json",
|
|
@@ -21,7 +21,7 @@
|
|
|
21
21
|
"@aws-crypto/sha256-browser": "5.2.0",
|
|
22
22
|
"@aws-crypto/sha256-js": "5.2.0",
|
|
23
23
|
"@aws-sdk/core": "3.775.0",
|
|
24
|
-
"@aws-sdk/credential-provider-node": "3.
|
|
24
|
+
"@aws-sdk/credential-provider-node": "3.777.0",
|
|
25
25
|
"@aws-sdk/middleware-host-header": "3.775.0",
|
|
26
26
|
"@aws-sdk/middleware-logger": "3.775.0",
|
|
27
27
|
"@aws-sdk/middleware-recursion-detection": "3.775.0",
|