@aws-sdk/client-keyspaces 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/CreateKeyspaceCommand.d.ts +1 -0
- package/dist-types/commands/CreateTableCommand.d.ts +1 -0
- package/dist-types/commands/CreateTypeCommand.d.ts +1 -0
- package/dist-types/commands/DeleteKeyspaceCommand.d.ts +1 -0
- package/dist-types/commands/DeleteTableCommand.d.ts +1 -0
- package/dist-types/commands/DeleteTypeCommand.d.ts +1 -0
- package/dist-types/commands/GetKeyspaceCommand.d.ts +1 -0
- package/dist-types/commands/GetTableAutoScalingSettingsCommand.d.ts +1 -0
- package/dist-types/commands/GetTableCommand.d.ts +1 -0
- package/dist-types/commands/GetTypeCommand.d.ts +1 -0
- package/dist-types/commands/ListKeyspacesCommand.d.ts +1 -0
- package/dist-types/commands/ListTablesCommand.d.ts +1 -0
- package/dist-types/commands/ListTagsForResourceCommand.d.ts +1 -0
- package/dist-types/commands/ListTypesCommand.d.ts +1 -0
- package/dist-types/commands/RestoreTableCommand.d.ts +1 -0
- package/dist-types/commands/TagResourceCommand.d.ts +1 -0
- package/dist-types/commands/UntagResourceCommand.d.ts +1 -0
- package/dist-types/commands/UpdateKeyspaceCommand.d.ts +1 -0
- package/dist-types/commands/UpdateTableCommand.d.ts +1 -0
- package/package.json +2 -2
|
@@ -90,6 +90,7 @@ declare const CreateKeyspaceCommand_base: {
|
|
|
90
90
|
* @throws {@link KeyspacesServiceException}
|
|
91
91
|
* <p>Base exception class for all service exceptions from Keyspaces service.</p>
|
|
92
92
|
*
|
|
93
|
+
*
|
|
93
94
|
* @public
|
|
94
95
|
*/
|
|
95
96
|
export declare class CreateKeyspaceCommand extends CreateKeyspaceCommand_base {
|
|
@@ -183,6 +183,7 @@ declare const CreateTableCommand_base: {
|
|
|
183
183
|
* @throws {@link KeyspacesServiceException}
|
|
184
184
|
* <p>Base exception class for all service exceptions from Keyspaces service.</p>
|
|
185
185
|
*
|
|
186
|
+
*
|
|
186
187
|
* @public
|
|
187
188
|
*/
|
|
188
189
|
export declare class CreateTableCommand extends CreateTableCommand_base {
|
|
@@ -90,6 +90,7 @@ declare const CreateTypeCommand_base: {
|
|
|
90
90
|
* @throws {@link KeyspacesServiceException}
|
|
91
91
|
* <p>Base exception class for all service exceptions from Keyspaces service.</p>
|
|
92
92
|
*
|
|
93
|
+
*
|
|
93
94
|
* @public
|
|
94
95
|
*/
|
|
95
96
|
export declare class CreateTypeCommand extends CreateTypeCommand_base {
|
|
@@ -74,6 +74,7 @@ declare const DeleteKeyspaceCommand_base: {
|
|
|
74
74
|
* @throws {@link KeyspacesServiceException}
|
|
75
75
|
* <p>Base exception class for all service exceptions from Keyspaces service.</p>
|
|
76
76
|
*
|
|
77
|
+
*
|
|
77
78
|
* @public
|
|
78
79
|
*/
|
|
79
80
|
export declare class DeleteKeyspaceCommand extends DeleteKeyspaceCommand_base {
|
|
@@ -79,6 +79,7 @@ declare const DeleteTableCommand_base: {
|
|
|
79
79
|
* @throws {@link KeyspacesServiceException}
|
|
80
80
|
* <p>Base exception class for all service exceptions from Keyspaces service.</p>
|
|
81
81
|
*
|
|
82
|
+
*
|
|
82
83
|
* @public
|
|
83
84
|
*/
|
|
84
85
|
export declare class DeleteTableCommand extends DeleteTableCommand_base {
|
|
@@ -83,6 +83,7 @@ declare const DeleteTypeCommand_base: {
|
|
|
83
83
|
* @throws {@link KeyspacesServiceException}
|
|
84
84
|
* <p>Base exception class for all service exceptions from Keyspaces service.</p>
|
|
85
85
|
*
|
|
86
|
+
*
|
|
86
87
|
* @public
|
|
87
88
|
*/
|
|
88
89
|
export declare class DeleteTypeCommand extends DeleteTypeCommand_base {
|
|
@@ -84,6 +84,7 @@ declare const GetKeyspaceCommand_base: {
|
|
|
84
84
|
* @throws {@link KeyspacesServiceException}
|
|
85
85
|
* <p>Base exception class for all service exceptions from Keyspaces service.</p>
|
|
86
86
|
*
|
|
87
|
+
*
|
|
87
88
|
* @public
|
|
88
89
|
*/
|
|
89
90
|
export declare class GetKeyspaceCommand extends GetKeyspaceCommand_base {
|
|
@@ -157,6 +157,7 @@ declare const GetTableAutoScalingSettingsCommand_base: {
|
|
|
157
157
|
* @throws {@link KeyspacesServiceException}
|
|
158
158
|
* <p>Base exception class for all service exceptions from Keyspaces service.</p>
|
|
159
159
|
*
|
|
160
|
+
*
|
|
160
161
|
* @public
|
|
161
162
|
*/
|
|
162
163
|
export declare class GetTableAutoScalingSettingsCommand extends GetTableAutoScalingSettingsCommand_base {
|
|
@@ -140,6 +140,7 @@ declare const GetTableCommand_base: {
|
|
|
140
140
|
* @throws {@link KeyspacesServiceException}
|
|
141
141
|
* <p>Base exception class for all service exceptions from Keyspaces service.</p>
|
|
142
142
|
*
|
|
143
|
+
*
|
|
143
144
|
* @public
|
|
144
145
|
*/
|
|
145
146
|
export declare class GetTableCommand extends GetTableCommand_base {
|
|
@@ -96,6 +96,7 @@ declare const GetTypeCommand_base: {
|
|
|
96
96
|
* @throws {@link KeyspacesServiceException}
|
|
97
97
|
* <p>Base exception class for all service exceptions from Keyspaces service.</p>
|
|
98
98
|
*
|
|
99
|
+
*
|
|
99
100
|
* @public
|
|
100
101
|
*/
|
|
101
102
|
export declare class GetTypeCommand extends GetTypeCommand_base {
|
|
@@ -82,6 +82,7 @@ declare const ListKeyspacesCommand_base: {
|
|
|
82
82
|
* @throws {@link KeyspacesServiceException}
|
|
83
83
|
* <p>Base exception class for all service exceptions from Keyspaces service.</p>
|
|
84
84
|
*
|
|
85
|
+
*
|
|
85
86
|
* @public
|
|
86
87
|
*/
|
|
87
88
|
export declare class ListKeyspacesCommand extends ListKeyspacesCommand_base {
|
|
@@ -83,6 +83,7 @@ declare const ListTablesCommand_base: {
|
|
|
83
83
|
* @throws {@link KeyspacesServiceException}
|
|
84
84
|
* <p>Base exception class for all service exceptions from Keyspaces service.</p>
|
|
85
85
|
*
|
|
86
|
+
*
|
|
86
87
|
* @public
|
|
87
88
|
*/
|
|
88
89
|
export declare class ListTablesCommand extends ListTablesCommand_base {
|
|
@@ -82,6 +82,7 @@ declare const ListTagsForResourceCommand_base: {
|
|
|
82
82
|
* @throws {@link KeyspacesServiceException}
|
|
83
83
|
* <p>Base exception class for all service exceptions from Keyspaces service.</p>
|
|
84
84
|
*
|
|
85
|
+
*
|
|
85
86
|
* @public
|
|
86
87
|
*/
|
|
87
88
|
export declare class ListTagsForResourceCommand extends ListTagsForResourceCommand_base {
|
|
@@ -82,6 +82,7 @@ declare const ListTypesCommand_base: {
|
|
|
82
82
|
* @throws {@link KeyspacesServiceException}
|
|
83
83
|
* <p>Base exception class for all service exceptions from Keyspaces service.</p>
|
|
84
84
|
*
|
|
85
|
+
*
|
|
85
86
|
* @public
|
|
86
87
|
*/
|
|
87
88
|
export declare class ListTypesCommand extends ListTypesCommand_base {
|
|
@@ -190,6 +190,7 @@ declare const RestoreTableCommand_base: {
|
|
|
190
190
|
* @throws {@link KeyspacesServiceException}
|
|
191
191
|
* <p>Base exception class for all service exceptions from Keyspaces service.</p>
|
|
192
192
|
*
|
|
193
|
+
*
|
|
193
194
|
* @public
|
|
194
195
|
*/
|
|
195
196
|
export declare class RestoreTableCommand extends RestoreTableCommand_base {
|
|
@@ -86,6 +86,7 @@ declare const TagResourceCommand_base: {
|
|
|
86
86
|
* @throws {@link KeyspacesServiceException}
|
|
87
87
|
* <p>Base exception class for all service exceptions from Keyspaces service.</p>
|
|
88
88
|
*
|
|
89
|
+
*
|
|
89
90
|
* @public
|
|
90
91
|
*/
|
|
91
92
|
export declare class TagResourceCommand extends TagResourceCommand_base {
|
|
@@ -80,6 +80,7 @@ declare const UntagResourceCommand_base: {
|
|
|
80
80
|
* @throws {@link KeyspacesServiceException}
|
|
81
81
|
* <p>Base exception class for all service exceptions from Keyspaces service.</p>
|
|
82
82
|
*
|
|
83
|
+
*
|
|
83
84
|
* @public
|
|
84
85
|
*/
|
|
85
86
|
export declare class UntagResourceCommand extends UntagResourceCommand_base {
|
|
@@ -185,6 +185,7 @@ declare const UpdateKeyspaceCommand_base: {
|
|
|
185
185
|
* @throws {@link KeyspacesServiceException}
|
|
186
186
|
* <p>Base exception class for all service exceptions from Keyspaces service.</p>
|
|
187
187
|
*
|
|
188
|
+
*
|
|
188
189
|
* @public
|
|
189
190
|
*/
|
|
190
191
|
export declare class UpdateKeyspaceCommand extends UpdateKeyspaceCommand_base {
|
|
@@ -151,6 +151,7 @@ declare const UpdateTableCommand_base: {
|
|
|
151
151
|
* @throws {@link KeyspacesServiceException}
|
|
152
152
|
* <p>Base exception class for all service exceptions from Keyspaces service.</p>
|
|
153
153
|
*
|
|
154
|
+
*
|
|
154
155
|
* @public
|
|
155
156
|
*/
|
|
156
157
|
export declare class UpdateTableCommand extends UpdateTableCommand_base {
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@aws-sdk/client-keyspaces",
|
|
3
3
|
"description": "AWS SDK for JavaScript Keyspaces 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": "node ../../scripts/compilation/inline client-keyspaces",
|
|
@@ -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",
|