@aws-sdk/client-keyspaces 3.296.0 → 3.298.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/commands/CreateKeyspaceCommand.js +2 -3
- package/dist-cjs/commands/CreateTableCommand.js +2 -3
- package/dist-cjs/commands/DeleteKeyspaceCommand.js +2 -3
- package/dist-cjs/commands/DeleteTableCommand.js +2 -3
- package/dist-cjs/commands/GetKeyspaceCommand.js +2 -3
- package/dist-cjs/commands/GetTableCommand.js +2 -3
- package/dist-cjs/commands/ListKeyspacesCommand.js +2 -3
- package/dist-cjs/commands/ListTablesCommand.js +2 -3
- package/dist-cjs/commands/ListTagsForResourceCommand.js +2 -3
- package/dist-cjs/commands/RestoreTableCommand.js +2 -3
- package/dist-cjs/commands/TagResourceCommand.js +2 -3
- package/dist-cjs/commands/UntagResourceCommand.js +2 -3
- package/dist-cjs/commands/UpdateTableCommand.js +2 -3
- package/dist-cjs/models/models_0.js +1 -170
- package/dist-es/commands/CreateKeyspaceCommand.js +2 -3
- package/dist-es/commands/CreateTableCommand.js +2 -3
- package/dist-es/commands/DeleteKeyspaceCommand.js +2 -3
- package/dist-es/commands/DeleteTableCommand.js +2 -3
- package/dist-es/commands/GetKeyspaceCommand.js +2 -3
- package/dist-es/commands/GetTableCommand.js +2 -3
- package/dist-es/commands/ListKeyspacesCommand.js +2 -3
- package/dist-es/commands/ListTablesCommand.js +2 -3
- package/dist-es/commands/ListTagsForResourceCommand.js +2 -3
- package/dist-es/commands/RestoreTableCommand.js +2 -3
- package/dist-es/commands/TagResourceCommand.js +2 -3
- package/dist-es/commands/UntagResourceCommand.js +2 -3
- package/dist-es/commands/UpdateTableCommand.js +2 -3
- package/dist-es/models/models_0.js +0 -126
- package/dist-types/Keyspaces.d.ts +14 -0
- package/dist-types/KeyspacesClient.d.ts +24 -4
- package/dist-types/commands/CreateKeyspaceCommand.d.ts +16 -0
- package/dist-types/commands/CreateTableCommand.d.ts +16 -0
- package/dist-types/commands/DeleteKeyspaceCommand.d.ts +16 -0
- package/dist-types/commands/DeleteTableCommand.d.ts +16 -0
- package/dist-types/commands/GetKeyspaceCommand.d.ts +16 -0
- package/dist-types/commands/GetTableCommand.d.ts +16 -0
- package/dist-types/commands/ListKeyspacesCommand.d.ts +16 -0
- package/dist-types/commands/ListTablesCommand.d.ts +16 -0
- package/dist-types/commands/ListTagsForResourceCommand.d.ts +16 -0
- package/dist-types/commands/RestoreTableCommand.d.ts +16 -0
- package/dist-types/commands/TagResourceCommand.d.ts +16 -0
- package/dist-types/commands/UntagResourceCommand.d.ts +16 -0
- package/dist-types/commands/UpdateTableCommand.d.ts +16 -0
- package/dist-types/models/KeyspacesServiceException.d.ts +2 -0
- package/dist-types/models/models_0.d.ts +121 -168
- package/dist-types/pagination/Interfaces.d.ts +3 -0
- package/dist-types/pagination/ListKeyspacesPaginator.d.ts +3 -0
- package/dist-types/pagination/ListTablesPaginator.d.ts +3 -0
- package/dist-types/pagination/ListTagsForResourcePaginator.d.ts +3 -0
- package/dist-types/ts3.4/models/models_0.d.ts +0 -114
- package/package.json +4 -3
|
@@ -258,117 +258,3 @@ export interface UpdateTableRequest {
|
|
|
258
258
|
export interface UpdateTableResponse {
|
|
259
259
|
resourceArn: string | undefined;
|
|
260
260
|
}
|
|
261
|
-
export declare const CapacitySpecificationFilterSensitiveLog: (
|
|
262
|
-
obj: CapacitySpecification
|
|
263
|
-
) => any;
|
|
264
|
-
export declare const CapacitySpecificationSummaryFilterSensitiveLog: (
|
|
265
|
-
obj: CapacitySpecificationSummary
|
|
266
|
-
) => any;
|
|
267
|
-
export declare const ClientSideTimestampsFilterSensitiveLog: (
|
|
268
|
-
obj: ClientSideTimestamps
|
|
269
|
-
) => any;
|
|
270
|
-
export declare const ClusteringKeyFilterSensitiveLog: (
|
|
271
|
-
obj: ClusteringKey
|
|
272
|
-
) => any;
|
|
273
|
-
export declare const ColumnDefinitionFilterSensitiveLog: (
|
|
274
|
-
obj: ColumnDefinition
|
|
275
|
-
) => any;
|
|
276
|
-
export declare const CommentFilterSensitiveLog: (obj: Comment) => any;
|
|
277
|
-
export declare const TagFilterSensitiveLog: (obj: Tag) => any;
|
|
278
|
-
export declare const CreateKeyspaceRequestFilterSensitiveLog: (
|
|
279
|
-
obj: CreateKeyspaceRequest
|
|
280
|
-
) => any;
|
|
281
|
-
export declare const CreateKeyspaceResponseFilterSensitiveLog: (
|
|
282
|
-
obj: CreateKeyspaceResponse
|
|
283
|
-
) => any;
|
|
284
|
-
export declare const EncryptionSpecificationFilterSensitiveLog: (
|
|
285
|
-
obj: EncryptionSpecification
|
|
286
|
-
) => any;
|
|
287
|
-
export declare const PointInTimeRecoveryFilterSensitiveLog: (
|
|
288
|
-
obj: PointInTimeRecovery
|
|
289
|
-
) => any;
|
|
290
|
-
export declare const PartitionKeyFilterSensitiveLog: (obj: PartitionKey) => any;
|
|
291
|
-
export declare const StaticColumnFilterSensitiveLog: (obj: StaticColumn) => any;
|
|
292
|
-
export declare const SchemaDefinitionFilterSensitiveLog: (
|
|
293
|
-
obj: SchemaDefinition
|
|
294
|
-
) => any;
|
|
295
|
-
export declare const TimeToLiveFilterSensitiveLog: (obj: TimeToLive) => any;
|
|
296
|
-
export declare const CreateTableRequestFilterSensitiveLog: (
|
|
297
|
-
obj: CreateTableRequest
|
|
298
|
-
) => any;
|
|
299
|
-
export declare const CreateTableResponseFilterSensitiveLog: (
|
|
300
|
-
obj: CreateTableResponse
|
|
301
|
-
) => any;
|
|
302
|
-
export declare const DeleteKeyspaceRequestFilterSensitiveLog: (
|
|
303
|
-
obj: DeleteKeyspaceRequest
|
|
304
|
-
) => any;
|
|
305
|
-
export declare const DeleteKeyspaceResponseFilterSensitiveLog: (
|
|
306
|
-
obj: DeleteKeyspaceResponse
|
|
307
|
-
) => any;
|
|
308
|
-
export declare const DeleteTableRequestFilterSensitiveLog: (
|
|
309
|
-
obj: DeleteTableRequest
|
|
310
|
-
) => any;
|
|
311
|
-
export declare const DeleteTableResponseFilterSensitiveLog: (
|
|
312
|
-
obj: DeleteTableResponse
|
|
313
|
-
) => any;
|
|
314
|
-
export declare const GetKeyspaceRequestFilterSensitiveLog: (
|
|
315
|
-
obj: GetKeyspaceRequest
|
|
316
|
-
) => any;
|
|
317
|
-
export declare const GetKeyspaceResponseFilterSensitiveLog: (
|
|
318
|
-
obj: GetKeyspaceResponse
|
|
319
|
-
) => any;
|
|
320
|
-
export declare const GetTableRequestFilterSensitiveLog: (
|
|
321
|
-
obj: GetTableRequest
|
|
322
|
-
) => any;
|
|
323
|
-
export declare const PointInTimeRecoverySummaryFilterSensitiveLog: (
|
|
324
|
-
obj: PointInTimeRecoverySummary
|
|
325
|
-
) => any;
|
|
326
|
-
export declare const GetTableResponseFilterSensitiveLog: (
|
|
327
|
-
obj: GetTableResponse
|
|
328
|
-
) => any;
|
|
329
|
-
export declare const ListKeyspacesRequestFilterSensitiveLog: (
|
|
330
|
-
obj: ListKeyspacesRequest
|
|
331
|
-
) => any;
|
|
332
|
-
export declare const KeyspaceSummaryFilterSensitiveLog: (
|
|
333
|
-
obj: KeyspaceSummary
|
|
334
|
-
) => any;
|
|
335
|
-
export declare const ListKeyspacesResponseFilterSensitiveLog: (
|
|
336
|
-
obj: ListKeyspacesResponse
|
|
337
|
-
) => any;
|
|
338
|
-
export declare const ListTablesRequestFilterSensitiveLog: (
|
|
339
|
-
obj: ListTablesRequest
|
|
340
|
-
) => any;
|
|
341
|
-
export declare const TableSummaryFilterSensitiveLog: (obj: TableSummary) => any;
|
|
342
|
-
export declare const ListTablesResponseFilterSensitiveLog: (
|
|
343
|
-
obj: ListTablesResponse
|
|
344
|
-
) => any;
|
|
345
|
-
export declare const ListTagsForResourceRequestFilterSensitiveLog: (
|
|
346
|
-
obj: ListTagsForResourceRequest
|
|
347
|
-
) => any;
|
|
348
|
-
export declare const ListTagsForResourceResponseFilterSensitiveLog: (
|
|
349
|
-
obj: ListTagsForResourceResponse
|
|
350
|
-
) => any;
|
|
351
|
-
export declare const RestoreTableRequestFilterSensitiveLog: (
|
|
352
|
-
obj: RestoreTableRequest
|
|
353
|
-
) => any;
|
|
354
|
-
export declare const RestoreTableResponseFilterSensitiveLog: (
|
|
355
|
-
obj: RestoreTableResponse
|
|
356
|
-
) => any;
|
|
357
|
-
export declare const TagResourceRequestFilterSensitiveLog: (
|
|
358
|
-
obj: TagResourceRequest
|
|
359
|
-
) => any;
|
|
360
|
-
export declare const TagResourceResponseFilterSensitiveLog: (
|
|
361
|
-
obj: TagResourceResponse
|
|
362
|
-
) => any;
|
|
363
|
-
export declare const UntagResourceRequestFilterSensitiveLog: (
|
|
364
|
-
obj: UntagResourceRequest
|
|
365
|
-
) => any;
|
|
366
|
-
export declare const UntagResourceResponseFilterSensitiveLog: (
|
|
367
|
-
obj: UntagResourceResponse
|
|
368
|
-
) => any;
|
|
369
|
-
export declare const UpdateTableRequestFilterSensitiveLog: (
|
|
370
|
-
obj: UpdateTableRequest
|
|
371
|
-
) => any;
|
|
372
|
-
export declare const UpdateTableResponseFilterSensitiveLog: (
|
|
373
|
-
obj: UpdateTableResponse
|
|
374
|
-
) => any;
|
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.298.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",
|
|
@@ -11,6 +11,7 @@
|
|
|
11
11
|
"build:types": "tsc -p tsconfig.types.json",
|
|
12
12
|
"build:types:downlevel": "downlevel-dts dist-types dist-types/ts3.4",
|
|
13
13
|
"clean": "rimraf ./dist-* && rimraf *.tsbuildinfo",
|
|
14
|
+
"extract:docs": "api-extractor run --local",
|
|
14
15
|
"generate:client": "node ../../scripts/generate-clients/single-service --solo keyspaces"
|
|
15
16
|
},
|
|
16
17
|
"main": "./dist-cjs/index.js",
|
|
@@ -20,9 +21,9 @@
|
|
|
20
21
|
"dependencies": {
|
|
21
22
|
"@aws-crypto/sha256-browser": "3.0.0",
|
|
22
23
|
"@aws-crypto/sha256-js": "3.0.0",
|
|
23
|
-
"@aws-sdk/client-sts": "3.
|
|
24
|
+
"@aws-sdk/client-sts": "3.298.0",
|
|
24
25
|
"@aws-sdk/config-resolver": "3.296.0",
|
|
25
|
-
"@aws-sdk/credential-provider-node": "3.
|
|
26
|
+
"@aws-sdk/credential-provider-node": "3.298.0",
|
|
26
27
|
"@aws-sdk/fetch-http-handler": "3.296.0",
|
|
27
28
|
"@aws-sdk/hash-node": "3.296.0",
|
|
28
29
|
"@aws-sdk/invalid-dependency": "3.296.0",
|