@aws-sdk/client-keyspaces 3.169.0 → 3.171.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/CHANGELOG.md +16 -0
- package/dist-types/ts3.4/Keyspaces.d.ts +225 -70
- package/dist-types/ts3.4/KeyspacesClient.d.ts +182 -86
- package/dist-types/ts3.4/commands/CreateKeyspaceCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/CreateTableCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/DeleteKeyspaceCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/DeleteTableCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/GetKeyspaceCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/GetTableCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/ListKeyspacesCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/ListTablesCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +36 -17
- package/dist-types/ts3.4/commands/RestoreTableCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/UpdateTableCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/index.d.ts +13 -13
- package/dist-types/ts3.4/endpoints.d.ts +2 -2
- package/dist-types/ts3.4/index.d.ts +6 -6
- package/dist-types/ts3.4/models/KeyspacesServiceException.d.ts +7 -6
- package/dist-types/ts3.4/models/index.d.ts +1 -1
- package/dist-types/ts3.4/models/models_0.d.ts +362 -457
- package/dist-types/ts3.4/pagination/Interfaces.d.ts +7 -6
- package/dist-types/ts3.4/pagination/ListKeyspacesPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListTablesPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListTagsForResourcePaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/index.d.ts +4 -4
- package/dist-types/ts3.4/protocols/Aws_json1_0.d.ts +161 -41
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +65 -38
- package/dist-types/ts3.4/runtimeConfig.d.ts +65 -38
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +66 -37
- package/dist-types/ts3.4/runtimeConfig.shared.d.ts +10 -11
- package/package.json +34 -34
|
@@ -1,457 +1,362 @@
|
|
|
1
|
-
import { ExceptionOptionType as __ExceptionOptionType } from "@aws-sdk/smithy-client";
|
|
2
|
-
import { KeyspacesServiceException as __BaseException } from "./KeyspacesServiceException";
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
}
|
|
10
|
-
export declare enum ThroughputMode {
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
}
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
}
|
|
45
|
-
|
|
46
|
-
|
|
47
|
-
|
|
48
|
-
|
|
49
|
-
|
|
50
|
-
|
|
51
|
-
|
|
52
|
-
|
|
53
|
-
export interface
|
|
54
|
-
|
|
55
|
-
|
|
56
|
-
|
|
57
|
-
|
|
58
|
-
|
|
59
|
-
|
|
60
|
-
|
|
61
|
-
|
|
62
|
-
|
|
63
|
-
|
|
64
|
-
|
|
65
|
-
|
|
66
|
-
|
|
67
|
-
|
|
68
|
-
|
|
69
|
-
|
|
70
|
-
|
|
71
|
-
|
|
72
|
-
|
|
73
|
-
|
|
74
|
-
|
|
75
|
-
|
|
76
|
-
}
|
|
77
|
-
export
|
|
78
|
-
|
|
79
|
-
|
|
80
|
-
}
|
|
81
|
-
|
|
82
|
-
|
|
83
|
-
|
|
84
|
-
|
|
85
|
-
|
|
86
|
-
|
|
87
|
-
|
|
88
|
-
|
|
89
|
-
export
|
|
90
|
-
|
|
91
|
-
|
|
92
|
-
|
|
93
|
-
|
|
94
|
-
}
|
|
95
|
-
|
|
96
|
-
|
|
97
|
-
|
|
98
|
-
|
|
99
|
-
|
|
100
|
-
|
|
101
|
-
|
|
102
|
-
|
|
103
|
-
|
|
104
|
-
|
|
105
|
-
|
|
106
|
-
|
|
107
|
-
export interface
|
|
108
|
-
|
|
109
|
-
|
|
110
|
-
|
|
111
|
-
|
|
112
|
-
|
|
113
|
-
|
|
114
|
-
|
|
115
|
-
|
|
116
|
-
|
|
117
|
-
|
|
118
|
-
|
|
119
|
-
|
|
120
|
-
|
|
121
|
-
}
|
|
122
|
-
|
|
123
|
-
|
|
124
|
-
|
|
125
|
-
|
|
126
|
-
|
|
127
|
-
|
|
128
|
-
|
|
129
|
-
|
|
130
|
-
|
|
131
|
-
|
|
132
|
-
|
|
133
|
-
export interface
|
|
134
|
-
|
|
135
|
-
|
|
136
|
-
|
|
137
|
-
|
|
138
|
-
|
|
139
|
-
|
|
140
|
-
|
|
141
|
-
|
|
142
|
-
|
|
143
|
-
|
|
144
|
-
|
|
145
|
-
|
|
146
|
-
|
|
147
|
-
|
|
148
|
-
|
|
149
|
-
|
|
150
|
-
|
|
151
|
-
|
|
152
|
-
|
|
153
|
-
|
|
154
|
-
|
|
155
|
-
|
|
156
|
-
|
|
157
|
-
|
|
158
|
-
|
|
159
|
-
|
|
160
|
-
|
|
161
|
-
|
|
162
|
-
|
|
163
|
-
|
|
164
|
-
|
|
165
|
-
|
|
166
|
-
|
|
167
|
-
|
|
168
|
-
|
|
169
|
-
|
|
170
|
-
|
|
171
|
-
|
|
172
|
-
|
|
173
|
-
|
|
174
|
-
|
|
175
|
-
|
|
176
|
-
|
|
177
|
-
|
|
178
|
-
|
|
179
|
-
|
|
180
|
-
|
|
181
|
-
|
|
182
|
-
|
|
183
|
-
|
|
184
|
-
|
|
185
|
-
|
|
186
|
-
|
|
187
|
-
|
|
188
|
-
|
|
189
|
-
|
|
190
|
-
|
|
191
|
-
}
|
|
192
|
-
export interface
|
|
193
|
-
|
|
194
|
-
|
|
195
|
-
|
|
196
|
-
|
|
197
|
-
|
|
198
|
-
|
|
199
|
-
|
|
200
|
-
|
|
201
|
-
|
|
202
|
-
|
|
203
|
-
|
|
204
|
-
|
|
205
|
-
|
|
206
|
-
|
|
207
|
-
|
|
208
|
-
|
|
209
|
-
|
|
210
|
-
|
|
211
|
-
|
|
212
|
-
|
|
213
|
-
|
|
214
|
-
|
|
215
|
-
|
|
216
|
-
|
|
217
|
-
|
|
218
|
-
|
|
219
|
-
|
|
220
|
-
|
|
221
|
-
|
|
222
|
-
|
|
223
|
-
|
|
224
|
-
|
|
225
|
-
|
|
226
|
-
|
|
227
|
-
|
|
228
|
-
|
|
229
|
-
|
|
230
|
-
|
|
231
|
-
|
|
232
|
-
|
|
233
|
-
|
|
234
|
-
|
|
235
|
-
|
|
236
|
-
|
|
237
|
-
|
|
238
|
-
|
|
239
|
-
|
|
240
|
-
|
|
241
|
-
|
|
242
|
-
|
|
243
|
-
|
|
244
|
-
|
|
245
|
-
|
|
246
|
-
|
|
247
|
-
|
|
248
|
-
|
|
249
|
-
|
|
250
|
-
|
|
251
|
-
|
|
252
|
-
|
|
253
|
-
|
|
254
|
-
|
|
255
|
-
|
|
256
|
-
|
|
257
|
-
|
|
258
|
-
export
|
|
259
|
-
|
|
260
|
-
|
|
261
|
-
|
|
262
|
-
|
|
263
|
-
|
|
264
|
-
|
|
265
|
-
export
|
|
266
|
-
|
|
267
|
-
|
|
268
|
-
|
|
269
|
-
|
|
270
|
-
|
|
271
|
-
|
|
272
|
-
|
|
273
|
-
|
|
274
|
-
|
|
275
|
-
|
|
276
|
-
|
|
277
|
-
|
|
278
|
-
|
|
279
|
-
|
|
280
|
-
|
|
281
|
-
|
|
282
|
-
|
|
283
|
-
|
|
284
|
-
|
|
285
|
-
|
|
286
|
-
|
|
287
|
-
|
|
288
|
-
|
|
289
|
-
|
|
290
|
-
|
|
291
|
-
|
|
292
|
-
|
|
293
|
-
|
|
294
|
-
|
|
295
|
-
|
|
296
|
-
|
|
297
|
-
|
|
298
|
-
|
|
299
|
-
|
|
300
|
-
|
|
301
|
-
|
|
302
|
-
|
|
303
|
-
|
|
304
|
-
|
|
305
|
-
|
|
306
|
-
|
|
307
|
-
|
|
308
|
-
export
|
|
309
|
-
|
|
310
|
-
|
|
311
|
-
|
|
312
|
-
|
|
313
|
-
|
|
314
|
-
export
|
|
315
|
-
|
|
316
|
-
|
|
317
|
-
|
|
318
|
-
|
|
319
|
-
|
|
320
|
-
|
|
321
|
-
|
|
322
|
-
|
|
323
|
-
|
|
324
|
-
|
|
325
|
-
|
|
326
|
-
|
|
327
|
-
|
|
328
|
-
|
|
329
|
-
|
|
330
|
-
|
|
331
|
-
|
|
332
|
-
|
|
333
|
-
|
|
334
|
-
|
|
335
|
-
|
|
336
|
-
|
|
337
|
-
|
|
338
|
-
|
|
339
|
-
|
|
340
|
-
|
|
341
|
-
|
|
342
|
-
|
|
343
|
-
|
|
344
|
-
|
|
345
|
-
|
|
346
|
-
|
|
347
|
-
|
|
348
|
-
|
|
349
|
-
|
|
350
|
-
|
|
351
|
-
|
|
352
|
-
|
|
353
|
-
|
|
354
|
-
export
|
|
355
|
-
|
|
356
|
-
|
|
357
|
-
|
|
358
|
-
|
|
359
|
-
|
|
360
|
-
|
|
361
|
-
|
|
362
|
-
|
|
363
|
-
|
|
364
|
-
encryptionSpecification?: EncryptionSpecification;
|
|
365
|
-
|
|
366
|
-
pointInTimeRecovery?: PointInTimeRecovery;
|
|
367
|
-
|
|
368
|
-
ttl?: TimeToLive;
|
|
369
|
-
|
|
370
|
-
defaultTimeToLive?: number;
|
|
371
|
-
}
|
|
372
|
-
export interface UpdateTableResponse {
|
|
373
|
-
|
|
374
|
-
resourceArn: string | undefined;
|
|
375
|
-
}
|
|
376
|
-
|
|
377
|
-
export declare const CapacitySpecificationFilterSensitiveLog: (obj: CapacitySpecification) => any;
|
|
378
|
-
|
|
379
|
-
export declare const CapacitySpecificationSummaryFilterSensitiveLog: (obj: CapacitySpecificationSummary) => any;
|
|
380
|
-
|
|
381
|
-
export declare const ClusteringKeyFilterSensitiveLog: (obj: ClusteringKey) => any;
|
|
382
|
-
|
|
383
|
-
export declare const ColumnDefinitionFilterSensitiveLog: (obj: ColumnDefinition) => any;
|
|
384
|
-
|
|
385
|
-
export declare const CommentFilterSensitiveLog: (obj: Comment) => any;
|
|
386
|
-
|
|
387
|
-
export declare const TagFilterSensitiveLog: (obj: Tag) => any;
|
|
388
|
-
|
|
389
|
-
export declare const CreateKeyspaceRequestFilterSensitiveLog: (obj: CreateKeyspaceRequest) => any;
|
|
390
|
-
|
|
391
|
-
export declare const CreateKeyspaceResponseFilterSensitiveLog: (obj: CreateKeyspaceResponse) => any;
|
|
392
|
-
|
|
393
|
-
export declare const EncryptionSpecificationFilterSensitiveLog: (obj: EncryptionSpecification) => any;
|
|
394
|
-
|
|
395
|
-
export declare const PointInTimeRecoveryFilterSensitiveLog: (obj: PointInTimeRecovery) => any;
|
|
396
|
-
|
|
397
|
-
export declare const PartitionKeyFilterSensitiveLog: (obj: PartitionKey) => any;
|
|
398
|
-
|
|
399
|
-
export declare const StaticColumnFilterSensitiveLog: (obj: StaticColumn) => any;
|
|
400
|
-
|
|
401
|
-
export declare const SchemaDefinitionFilterSensitiveLog: (obj: SchemaDefinition) => any;
|
|
402
|
-
|
|
403
|
-
export declare const TimeToLiveFilterSensitiveLog: (obj: TimeToLive) => any;
|
|
404
|
-
|
|
405
|
-
export declare const CreateTableRequestFilterSensitiveLog: (obj: CreateTableRequest) => any;
|
|
406
|
-
|
|
407
|
-
export declare const CreateTableResponseFilterSensitiveLog: (obj: CreateTableResponse) => any;
|
|
408
|
-
|
|
409
|
-
export declare const DeleteKeyspaceRequestFilterSensitiveLog: (obj: DeleteKeyspaceRequest) => any;
|
|
410
|
-
|
|
411
|
-
export declare const DeleteKeyspaceResponseFilterSensitiveLog: (obj: DeleteKeyspaceResponse) => any;
|
|
412
|
-
|
|
413
|
-
export declare const DeleteTableRequestFilterSensitiveLog: (obj: DeleteTableRequest) => any;
|
|
414
|
-
|
|
415
|
-
export declare const DeleteTableResponseFilterSensitiveLog: (obj: DeleteTableResponse) => any;
|
|
416
|
-
|
|
417
|
-
export declare const GetKeyspaceRequestFilterSensitiveLog: (obj: GetKeyspaceRequest) => any;
|
|
418
|
-
|
|
419
|
-
export declare const GetKeyspaceResponseFilterSensitiveLog: (obj: GetKeyspaceResponse) => any;
|
|
420
|
-
|
|
421
|
-
export declare const GetTableRequestFilterSensitiveLog: (obj: GetTableRequest) => any;
|
|
422
|
-
|
|
423
|
-
export declare const PointInTimeRecoverySummaryFilterSensitiveLog: (obj: PointInTimeRecoverySummary) => any;
|
|
424
|
-
|
|
425
|
-
export declare const GetTableResponseFilterSensitiveLog: (obj: GetTableResponse) => any;
|
|
426
|
-
|
|
427
|
-
export declare const ListKeyspacesRequestFilterSensitiveLog: (obj: ListKeyspacesRequest) => any;
|
|
428
|
-
|
|
429
|
-
export declare const KeyspaceSummaryFilterSensitiveLog: (obj: KeyspaceSummary) => any;
|
|
430
|
-
|
|
431
|
-
export declare const ListKeyspacesResponseFilterSensitiveLog: (obj: ListKeyspacesResponse) => any;
|
|
432
|
-
|
|
433
|
-
export declare const ListTablesRequestFilterSensitiveLog: (obj: ListTablesRequest) => any;
|
|
434
|
-
|
|
435
|
-
export declare const TableSummaryFilterSensitiveLog: (obj: TableSummary) => any;
|
|
436
|
-
|
|
437
|
-
export declare const ListTablesResponseFilterSensitiveLog: (obj: ListTablesResponse) => any;
|
|
438
|
-
|
|
439
|
-
export declare const ListTagsForResourceRequestFilterSensitiveLog: (obj: ListTagsForResourceRequest) => any;
|
|
440
|
-
|
|
441
|
-
export declare const ListTagsForResourceResponseFilterSensitiveLog: (obj: ListTagsForResourceResponse) => any;
|
|
442
|
-
|
|
443
|
-
export declare const RestoreTableRequestFilterSensitiveLog: (obj: RestoreTableRequest) => any;
|
|
444
|
-
|
|
445
|
-
export declare const RestoreTableResponseFilterSensitiveLog: (obj: RestoreTableResponse) => any;
|
|
446
|
-
|
|
447
|
-
export declare const TagResourceRequestFilterSensitiveLog: (obj: TagResourceRequest) => any;
|
|
448
|
-
|
|
449
|
-
export declare const TagResourceResponseFilterSensitiveLog: (obj: TagResourceResponse) => any;
|
|
450
|
-
|
|
451
|
-
export declare const UntagResourceRequestFilterSensitiveLog: (obj: UntagResourceRequest) => any;
|
|
452
|
-
|
|
453
|
-
export declare const UntagResourceResponseFilterSensitiveLog: (obj: UntagResourceResponse) => any;
|
|
454
|
-
|
|
455
|
-
export declare const UpdateTableRequestFilterSensitiveLog: (obj: UpdateTableRequest) => any;
|
|
456
|
-
|
|
457
|
-
export declare const UpdateTableResponseFilterSensitiveLog: (obj: UpdateTableResponse) => any;
|
|
1
|
+
import { ExceptionOptionType as __ExceptionOptionType } from "@aws-sdk/smithy-client";
|
|
2
|
+
import { KeyspacesServiceException as __BaseException } from "./KeyspacesServiceException";
|
|
3
|
+
export declare class AccessDeniedException extends __BaseException {
|
|
4
|
+
readonly name: "AccessDeniedException";
|
|
5
|
+
readonly $fault: "client";
|
|
6
|
+
constructor(
|
|
7
|
+
opts: __ExceptionOptionType<AccessDeniedException, __BaseException>
|
|
8
|
+
);
|
|
9
|
+
}
|
|
10
|
+
export declare enum ThroughputMode {
|
|
11
|
+
PAY_PER_REQUEST = "PAY_PER_REQUEST",
|
|
12
|
+
PROVISIONED = "PROVISIONED",
|
|
13
|
+
}
|
|
14
|
+
export interface CapacitySpecification {
|
|
15
|
+
throughputMode: ThroughputMode | string | undefined;
|
|
16
|
+
readCapacityUnits?: number;
|
|
17
|
+
writeCapacityUnits?: number;
|
|
18
|
+
}
|
|
19
|
+
export interface CapacitySpecificationSummary {
|
|
20
|
+
throughputMode: ThroughputMode | string | undefined;
|
|
21
|
+
readCapacityUnits?: number;
|
|
22
|
+
writeCapacityUnits?: number;
|
|
23
|
+
lastUpdateToPayPerRequestTimestamp?: Date;
|
|
24
|
+
}
|
|
25
|
+
export declare enum SortOrder {
|
|
26
|
+
ASC = "ASC",
|
|
27
|
+
DESC = "DESC",
|
|
28
|
+
}
|
|
29
|
+
export interface ClusteringKey {
|
|
30
|
+
name: string | undefined;
|
|
31
|
+
orderBy: SortOrder | string | undefined;
|
|
32
|
+
}
|
|
33
|
+
export interface ColumnDefinition {
|
|
34
|
+
name: string | undefined;
|
|
35
|
+
type: string | undefined;
|
|
36
|
+
}
|
|
37
|
+
export interface Comment {
|
|
38
|
+
message: string | undefined;
|
|
39
|
+
}
|
|
40
|
+
export declare class ConflictException extends __BaseException {
|
|
41
|
+
readonly name: "ConflictException";
|
|
42
|
+
readonly $fault: "client";
|
|
43
|
+
constructor(opts: __ExceptionOptionType<ConflictException, __BaseException>);
|
|
44
|
+
}
|
|
45
|
+
export interface Tag {
|
|
46
|
+
key: string | undefined;
|
|
47
|
+
value: string | undefined;
|
|
48
|
+
}
|
|
49
|
+
export interface CreateKeyspaceRequest {
|
|
50
|
+
keyspaceName: string | undefined;
|
|
51
|
+
tags?: Tag[];
|
|
52
|
+
}
|
|
53
|
+
export interface CreateKeyspaceResponse {
|
|
54
|
+
resourceArn: string | undefined;
|
|
55
|
+
}
|
|
56
|
+
export declare class InternalServerException extends __BaseException {
|
|
57
|
+
readonly name: "InternalServerException";
|
|
58
|
+
readonly $fault: "server";
|
|
59
|
+
constructor(
|
|
60
|
+
opts: __ExceptionOptionType<InternalServerException, __BaseException>
|
|
61
|
+
);
|
|
62
|
+
}
|
|
63
|
+
export declare class ServiceQuotaExceededException extends __BaseException {
|
|
64
|
+
readonly name: "ServiceQuotaExceededException";
|
|
65
|
+
readonly $fault: "client";
|
|
66
|
+
constructor(
|
|
67
|
+
opts: __ExceptionOptionType<ServiceQuotaExceededException, __BaseException>
|
|
68
|
+
);
|
|
69
|
+
}
|
|
70
|
+
export declare class ValidationException extends __BaseException {
|
|
71
|
+
readonly name: "ValidationException";
|
|
72
|
+
readonly $fault: "client";
|
|
73
|
+
constructor(
|
|
74
|
+
opts: __ExceptionOptionType<ValidationException, __BaseException>
|
|
75
|
+
);
|
|
76
|
+
}
|
|
77
|
+
export declare enum EncryptionType {
|
|
78
|
+
AWS_OWNED_KMS_KEY = "AWS_OWNED_KMS_KEY",
|
|
79
|
+
CUSTOMER_MANAGED_KMS_KEY = "CUSTOMER_MANAGED_KMS_KEY",
|
|
80
|
+
}
|
|
81
|
+
export interface EncryptionSpecification {
|
|
82
|
+
type: EncryptionType | string | undefined;
|
|
83
|
+
kmsKeyIdentifier?: string;
|
|
84
|
+
}
|
|
85
|
+
export declare enum PointInTimeRecoveryStatus {
|
|
86
|
+
DISABLED = "DISABLED",
|
|
87
|
+
ENABLED = "ENABLED",
|
|
88
|
+
}
|
|
89
|
+
export interface PointInTimeRecovery {
|
|
90
|
+
status: PointInTimeRecoveryStatus | string | undefined;
|
|
91
|
+
}
|
|
92
|
+
export interface PartitionKey {
|
|
93
|
+
name: string | undefined;
|
|
94
|
+
}
|
|
95
|
+
export interface StaticColumn {
|
|
96
|
+
name: string | undefined;
|
|
97
|
+
}
|
|
98
|
+
export interface SchemaDefinition {
|
|
99
|
+
allColumns: ColumnDefinition[] | undefined;
|
|
100
|
+
partitionKeys: PartitionKey[] | undefined;
|
|
101
|
+
clusteringKeys?: ClusteringKey[];
|
|
102
|
+
staticColumns?: StaticColumn[];
|
|
103
|
+
}
|
|
104
|
+
export declare enum TimeToLiveStatus {
|
|
105
|
+
ENABLED = "ENABLED",
|
|
106
|
+
}
|
|
107
|
+
export interface TimeToLive {
|
|
108
|
+
status: TimeToLiveStatus | string | undefined;
|
|
109
|
+
}
|
|
110
|
+
export interface CreateTableRequest {
|
|
111
|
+
keyspaceName: string | undefined;
|
|
112
|
+
tableName: string | undefined;
|
|
113
|
+
schemaDefinition: SchemaDefinition | undefined;
|
|
114
|
+
comment?: Comment;
|
|
115
|
+
capacitySpecification?: CapacitySpecification;
|
|
116
|
+
encryptionSpecification?: EncryptionSpecification;
|
|
117
|
+
pointInTimeRecovery?: PointInTimeRecovery;
|
|
118
|
+
ttl?: TimeToLive;
|
|
119
|
+
defaultTimeToLive?: number;
|
|
120
|
+
tags?: Tag[];
|
|
121
|
+
}
|
|
122
|
+
export interface CreateTableResponse {
|
|
123
|
+
resourceArn: string | undefined;
|
|
124
|
+
}
|
|
125
|
+
export declare class ResourceNotFoundException extends __BaseException {
|
|
126
|
+
readonly name: "ResourceNotFoundException";
|
|
127
|
+
readonly $fault: "client";
|
|
128
|
+
resourceArn?: string;
|
|
129
|
+
constructor(
|
|
130
|
+
opts: __ExceptionOptionType<ResourceNotFoundException, __BaseException>
|
|
131
|
+
);
|
|
132
|
+
}
|
|
133
|
+
export interface DeleteKeyspaceRequest {
|
|
134
|
+
keyspaceName: string | undefined;
|
|
135
|
+
}
|
|
136
|
+
export interface DeleteKeyspaceResponse {}
|
|
137
|
+
export interface DeleteTableRequest {
|
|
138
|
+
keyspaceName: string | undefined;
|
|
139
|
+
tableName: string | undefined;
|
|
140
|
+
}
|
|
141
|
+
export interface DeleteTableResponse {}
|
|
142
|
+
export interface GetKeyspaceRequest {
|
|
143
|
+
keyspaceName: string | undefined;
|
|
144
|
+
}
|
|
145
|
+
export interface GetKeyspaceResponse {
|
|
146
|
+
keyspaceName: string | undefined;
|
|
147
|
+
resourceArn: string | undefined;
|
|
148
|
+
}
|
|
149
|
+
export interface GetTableRequest {
|
|
150
|
+
keyspaceName: string | undefined;
|
|
151
|
+
tableName: string | undefined;
|
|
152
|
+
}
|
|
153
|
+
export interface PointInTimeRecoverySummary {
|
|
154
|
+
status: PointInTimeRecoveryStatus | string | undefined;
|
|
155
|
+
earliestRestorableTimestamp?: Date;
|
|
156
|
+
}
|
|
157
|
+
export declare enum TableStatus {
|
|
158
|
+
ACTIVE = "ACTIVE",
|
|
159
|
+
CREATING = "CREATING",
|
|
160
|
+
DELETED = "DELETED",
|
|
161
|
+
DELETING = "DELETING",
|
|
162
|
+
INACCESSIBLE_ENCRYPTION_CREDENTIALS = "INACCESSIBLE_ENCRYPTION_CREDENTIALS",
|
|
163
|
+
RESTORING = "RESTORING",
|
|
164
|
+
UPDATING = "UPDATING",
|
|
165
|
+
}
|
|
166
|
+
export interface GetTableResponse {
|
|
167
|
+
keyspaceName: string | undefined;
|
|
168
|
+
tableName: string | undefined;
|
|
169
|
+
resourceArn: string | undefined;
|
|
170
|
+
creationTimestamp?: Date;
|
|
171
|
+
status?: TableStatus | string;
|
|
172
|
+
schemaDefinition?: SchemaDefinition;
|
|
173
|
+
capacitySpecification?: CapacitySpecificationSummary;
|
|
174
|
+
encryptionSpecification?: EncryptionSpecification;
|
|
175
|
+
pointInTimeRecovery?: PointInTimeRecoverySummary;
|
|
176
|
+
ttl?: TimeToLive;
|
|
177
|
+
defaultTimeToLive?: number;
|
|
178
|
+
comment?: Comment;
|
|
179
|
+
}
|
|
180
|
+
export interface ListKeyspacesRequest {
|
|
181
|
+
nextToken?: string;
|
|
182
|
+
maxResults?: number;
|
|
183
|
+
}
|
|
184
|
+
export interface KeyspaceSummary {
|
|
185
|
+
keyspaceName: string | undefined;
|
|
186
|
+
resourceArn: string | undefined;
|
|
187
|
+
}
|
|
188
|
+
export interface ListKeyspacesResponse {
|
|
189
|
+
nextToken?: string;
|
|
190
|
+
keyspaces: KeyspaceSummary[] | undefined;
|
|
191
|
+
}
|
|
192
|
+
export interface ListTablesRequest {
|
|
193
|
+
nextToken?: string;
|
|
194
|
+
maxResults?: number;
|
|
195
|
+
keyspaceName: string | undefined;
|
|
196
|
+
}
|
|
197
|
+
export interface TableSummary {
|
|
198
|
+
keyspaceName: string | undefined;
|
|
199
|
+
tableName: string | undefined;
|
|
200
|
+
resourceArn: string | undefined;
|
|
201
|
+
}
|
|
202
|
+
export interface ListTablesResponse {
|
|
203
|
+
nextToken?: string;
|
|
204
|
+
tables?: TableSummary[];
|
|
205
|
+
}
|
|
206
|
+
export interface ListTagsForResourceRequest {
|
|
207
|
+
resourceArn: string | undefined;
|
|
208
|
+
nextToken?: string;
|
|
209
|
+
maxResults?: number;
|
|
210
|
+
}
|
|
211
|
+
export interface ListTagsForResourceResponse {
|
|
212
|
+
nextToken?: string;
|
|
213
|
+
tags?: Tag[];
|
|
214
|
+
}
|
|
215
|
+
export interface RestoreTableRequest {
|
|
216
|
+
sourceKeyspaceName: string | undefined;
|
|
217
|
+
sourceTableName: string | undefined;
|
|
218
|
+
targetKeyspaceName: string | undefined;
|
|
219
|
+
targetTableName: string | undefined;
|
|
220
|
+
restoreTimestamp?: Date;
|
|
221
|
+
capacitySpecificationOverride?: CapacitySpecification;
|
|
222
|
+
encryptionSpecificationOverride?: EncryptionSpecification;
|
|
223
|
+
pointInTimeRecoveryOverride?: PointInTimeRecovery;
|
|
224
|
+
tagsOverride?: Tag[];
|
|
225
|
+
}
|
|
226
|
+
export interface RestoreTableResponse {
|
|
227
|
+
restoredTableARN: string | undefined;
|
|
228
|
+
}
|
|
229
|
+
export interface TagResourceRequest {
|
|
230
|
+
resourceArn: string | undefined;
|
|
231
|
+
tags: Tag[] | undefined;
|
|
232
|
+
}
|
|
233
|
+
export interface TagResourceResponse {}
|
|
234
|
+
export interface UntagResourceRequest {
|
|
235
|
+
resourceArn: string | undefined;
|
|
236
|
+
tags: Tag[] | undefined;
|
|
237
|
+
}
|
|
238
|
+
export interface UntagResourceResponse {}
|
|
239
|
+
export interface UpdateTableRequest {
|
|
240
|
+
keyspaceName: string | undefined;
|
|
241
|
+
tableName: string | undefined;
|
|
242
|
+
addColumns?: ColumnDefinition[];
|
|
243
|
+
capacitySpecification?: CapacitySpecification;
|
|
244
|
+
encryptionSpecification?: EncryptionSpecification;
|
|
245
|
+
pointInTimeRecovery?: PointInTimeRecovery;
|
|
246
|
+
ttl?: TimeToLive;
|
|
247
|
+
defaultTimeToLive?: number;
|
|
248
|
+
}
|
|
249
|
+
export interface UpdateTableResponse {
|
|
250
|
+
resourceArn: string | undefined;
|
|
251
|
+
}
|
|
252
|
+
export declare const CapacitySpecificationFilterSensitiveLog: (
|
|
253
|
+
obj: CapacitySpecification
|
|
254
|
+
) => any;
|
|
255
|
+
export declare const CapacitySpecificationSummaryFilterSensitiveLog: (
|
|
256
|
+
obj: CapacitySpecificationSummary
|
|
257
|
+
) => any;
|
|
258
|
+
export declare const ClusteringKeyFilterSensitiveLog: (
|
|
259
|
+
obj: ClusteringKey
|
|
260
|
+
) => any;
|
|
261
|
+
export declare const ColumnDefinitionFilterSensitiveLog: (
|
|
262
|
+
obj: ColumnDefinition
|
|
263
|
+
) => any;
|
|
264
|
+
export declare const CommentFilterSensitiveLog: (obj: Comment) => any;
|
|
265
|
+
export declare const TagFilterSensitiveLog: (obj: Tag) => any;
|
|
266
|
+
export declare const CreateKeyspaceRequestFilterSensitiveLog: (
|
|
267
|
+
obj: CreateKeyspaceRequest
|
|
268
|
+
) => any;
|
|
269
|
+
export declare const CreateKeyspaceResponseFilterSensitiveLog: (
|
|
270
|
+
obj: CreateKeyspaceResponse
|
|
271
|
+
) => any;
|
|
272
|
+
export declare const EncryptionSpecificationFilterSensitiveLog: (
|
|
273
|
+
obj: EncryptionSpecification
|
|
274
|
+
) => any;
|
|
275
|
+
export declare const PointInTimeRecoveryFilterSensitiveLog: (
|
|
276
|
+
obj: PointInTimeRecovery
|
|
277
|
+
) => any;
|
|
278
|
+
export declare const PartitionKeyFilterSensitiveLog: (obj: PartitionKey) => any;
|
|
279
|
+
export declare const StaticColumnFilterSensitiveLog: (obj: StaticColumn) => any;
|
|
280
|
+
export declare const SchemaDefinitionFilterSensitiveLog: (
|
|
281
|
+
obj: SchemaDefinition
|
|
282
|
+
) => any;
|
|
283
|
+
export declare const TimeToLiveFilterSensitiveLog: (obj: TimeToLive) => any;
|
|
284
|
+
export declare const CreateTableRequestFilterSensitiveLog: (
|
|
285
|
+
obj: CreateTableRequest
|
|
286
|
+
) => any;
|
|
287
|
+
export declare const CreateTableResponseFilterSensitiveLog: (
|
|
288
|
+
obj: CreateTableResponse
|
|
289
|
+
) => any;
|
|
290
|
+
export declare const DeleteKeyspaceRequestFilterSensitiveLog: (
|
|
291
|
+
obj: DeleteKeyspaceRequest
|
|
292
|
+
) => any;
|
|
293
|
+
export declare const DeleteKeyspaceResponseFilterSensitiveLog: (
|
|
294
|
+
obj: DeleteKeyspaceResponse
|
|
295
|
+
) => any;
|
|
296
|
+
export declare const DeleteTableRequestFilterSensitiveLog: (
|
|
297
|
+
obj: DeleteTableRequest
|
|
298
|
+
) => any;
|
|
299
|
+
export declare const DeleteTableResponseFilterSensitiveLog: (
|
|
300
|
+
obj: DeleteTableResponse
|
|
301
|
+
) => any;
|
|
302
|
+
export declare const GetKeyspaceRequestFilterSensitiveLog: (
|
|
303
|
+
obj: GetKeyspaceRequest
|
|
304
|
+
) => any;
|
|
305
|
+
export declare const GetKeyspaceResponseFilterSensitiveLog: (
|
|
306
|
+
obj: GetKeyspaceResponse
|
|
307
|
+
) => any;
|
|
308
|
+
export declare const GetTableRequestFilterSensitiveLog: (
|
|
309
|
+
obj: GetTableRequest
|
|
310
|
+
) => any;
|
|
311
|
+
export declare const PointInTimeRecoverySummaryFilterSensitiveLog: (
|
|
312
|
+
obj: PointInTimeRecoverySummary
|
|
313
|
+
) => any;
|
|
314
|
+
export declare const GetTableResponseFilterSensitiveLog: (
|
|
315
|
+
obj: GetTableResponse
|
|
316
|
+
) => any;
|
|
317
|
+
export declare const ListKeyspacesRequestFilterSensitiveLog: (
|
|
318
|
+
obj: ListKeyspacesRequest
|
|
319
|
+
) => any;
|
|
320
|
+
export declare const KeyspaceSummaryFilterSensitiveLog: (
|
|
321
|
+
obj: KeyspaceSummary
|
|
322
|
+
) => any;
|
|
323
|
+
export declare const ListKeyspacesResponseFilterSensitiveLog: (
|
|
324
|
+
obj: ListKeyspacesResponse
|
|
325
|
+
) => any;
|
|
326
|
+
export declare const ListTablesRequestFilterSensitiveLog: (
|
|
327
|
+
obj: ListTablesRequest
|
|
328
|
+
) => any;
|
|
329
|
+
export declare const TableSummaryFilterSensitiveLog: (obj: TableSummary) => any;
|
|
330
|
+
export declare const ListTablesResponseFilterSensitiveLog: (
|
|
331
|
+
obj: ListTablesResponse
|
|
332
|
+
) => any;
|
|
333
|
+
export declare const ListTagsForResourceRequestFilterSensitiveLog: (
|
|
334
|
+
obj: ListTagsForResourceRequest
|
|
335
|
+
) => any;
|
|
336
|
+
export declare const ListTagsForResourceResponseFilterSensitiveLog: (
|
|
337
|
+
obj: ListTagsForResourceResponse
|
|
338
|
+
) => any;
|
|
339
|
+
export declare const RestoreTableRequestFilterSensitiveLog: (
|
|
340
|
+
obj: RestoreTableRequest
|
|
341
|
+
) => any;
|
|
342
|
+
export declare const RestoreTableResponseFilterSensitiveLog: (
|
|
343
|
+
obj: RestoreTableResponse
|
|
344
|
+
) => any;
|
|
345
|
+
export declare const TagResourceRequestFilterSensitiveLog: (
|
|
346
|
+
obj: TagResourceRequest
|
|
347
|
+
) => any;
|
|
348
|
+
export declare const TagResourceResponseFilterSensitiveLog: (
|
|
349
|
+
obj: TagResourceResponse
|
|
350
|
+
) => any;
|
|
351
|
+
export declare const UntagResourceRequestFilterSensitiveLog: (
|
|
352
|
+
obj: UntagResourceRequest
|
|
353
|
+
) => any;
|
|
354
|
+
export declare const UntagResourceResponseFilterSensitiveLog: (
|
|
355
|
+
obj: UntagResourceResponse
|
|
356
|
+
) => any;
|
|
357
|
+
export declare const UpdateTableRequestFilterSensitiveLog: (
|
|
358
|
+
obj: UpdateTableRequest
|
|
359
|
+
) => any;
|
|
360
|
+
export declare const UpdateTableResponseFilterSensitiveLog: (
|
|
361
|
+
obj: UpdateTableResponse
|
|
362
|
+
) => any;
|