@aws-sdk/client-s3tables 3.940.0 → 3.946.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/README.md +104 -0
- package/dist-cjs/index.js +671 -304
- package/dist-cjs/runtimeConfig.browser.js +2 -2
- package/dist-cjs/runtimeConfig.js +3 -4
- package/dist-es/S3Tables.js +26 -0
- package/dist-es/S3TablesClient.js +2 -2
- package/dist-es/commands/DeleteTableBucketReplicationCommand.js +16 -0
- package/dist-es/commands/DeleteTableReplicationCommand.js +16 -0
- package/dist-es/commands/GetTableBucketReplicationCommand.js +16 -0
- package/dist-es/commands/GetTableBucketStorageClassCommand.js +16 -0
- package/dist-es/commands/GetTableRecordExpirationConfigurationCommand.js +16 -0
- package/dist-es/commands/GetTableRecordExpirationJobStatusCommand.js +16 -0
- package/dist-es/commands/GetTableReplicationCommand.js +16 -0
- package/dist-es/commands/GetTableReplicationStatusCommand.js +16 -0
- package/dist-es/commands/GetTableStorageClassCommand.js +16 -0
- package/dist-es/commands/PutTableBucketReplicationCommand.js +16 -0
- package/dist-es/commands/PutTableBucketStorageClassCommand.js +16 -0
- package/dist-es/commands/PutTableRecordExpirationConfigurationCommand.js +16 -0
- package/dist-es/commands/PutTableReplicationCommand.js +16 -0
- package/dist-es/commands/index.js +13 -0
- package/dist-es/models/enums.js +19 -0
- package/dist-es/models/errors.js +12 -0
- package/dist-es/runtimeConfig.browser.js +2 -2
- package/dist-es/runtimeConfig.js +2 -3
- package/dist-es/schemas/schemas_0.js +455 -305
- package/dist-types/S3Tables.d.ts +92 -1
- package/dist-types/S3TablesClient.d.ts +25 -12
- package/dist-types/auth/httpAuthExtensionConfiguration.d.ts +2 -2
- package/dist-types/auth/httpAuthSchemeProvider.d.ts +2 -2
- package/dist-types/commands/CreateNamespaceCommand.d.ts +3 -3
- package/dist-types/commands/CreateTableBucketCommand.d.ts +7 -4
- package/dist-types/commands/CreateTableCommand.d.ts +10 -4
- package/dist-types/commands/DeleteNamespaceCommand.d.ts +3 -3
- package/dist-types/commands/DeleteTableBucketCommand.d.ts +3 -3
- package/dist-types/commands/DeleteTableBucketEncryptionCommand.d.ts +3 -3
- package/dist-types/commands/DeleteTableBucketMetricsConfigurationCommand.d.ts +3 -3
- package/dist-types/commands/DeleteTableBucketPolicyCommand.d.ts +3 -3
- package/dist-types/commands/DeleteTableBucketReplicationCommand.d.ts +94 -0
- package/dist-types/commands/DeleteTableCommand.d.ts +3 -3
- package/dist-types/commands/DeleteTablePolicyCommand.d.ts +3 -3
- package/dist-types/commands/DeleteTableReplicationCommand.d.ts +94 -0
- package/dist-types/commands/GetNamespaceCommand.d.ts +3 -3
- package/dist-types/commands/GetTableBucketCommand.d.ts +3 -3
- package/dist-types/commands/GetTableBucketEncryptionCommand.d.ts +3 -3
- package/dist-types/commands/GetTableBucketMaintenanceConfigurationCommand.d.ts +3 -3
- package/dist-types/commands/GetTableBucketMetricsConfigurationCommand.d.ts +3 -3
- package/dist-types/commands/GetTableBucketPolicyCommand.d.ts +3 -3
- package/dist-types/commands/GetTableBucketReplicationCommand.d.ts +107 -0
- package/dist-types/commands/GetTableBucketStorageClassCommand.d.ts +94 -0
- package/dist-types/commands/GetTableCommand.d.ts +8 -3
- package/dist-types/commands/GetTableEncryptionCommand.d.ts +3 -3
- package/dist-types/commands/GetTableMaintenanceConfigurationCommand.d.ts +3 -3
- package/dist-types/commands/GetTableMaintenanceJobStatusCommand.d.ts +3 -3
- package/dist-types/commands/GetTableMetadataLocationCommand.d.ts +3 -3
- package/dist-types/commands/GetTablePolicyCommand.d.ts +3 -3
- package/dist-types/commands/GetTableRecordExpirationConfigurationCommand.d.ts +97 -0
- package/dist-types/commands/GetTableRecordExpirationJobStatusCommand.d.ts +99 -0
- package/dist-types/commands/GetTableReplicationCommand.d.ts +107 -0
- package/dist-types/commands/GetTableReplicationStatusCommand.d.ts +104 -0
- package/dist-types/commands/GetTableStorageClassCommand.d.ts +96 -0
- package/dist-types/commands/ListNamespacesCommand.d.ts +3 -3
- package/dist-types/commands/ListTableBucketsCommand.d.ts +3 -3
- package/dist-types/commands/ListTablesCommand.d.ts +4 -3
- package/dist-types/commands/ListTagsForResourceCommand.d.ts +3 -3
- package/dist-types/commands/PutTableBucketEncryptionCommand.d.ts +3 -3
- package/dist-types/commands/PutTableBucketMaintenanceConfigurationCommand.d.ts +3 -3
- package/dist-types/commands/PutTableBucketMetricsConfigurationCommand.d.ts +3 -3
- package/dist-types/commands/PutTableBucketPolicyCommand.d.ts +3 -3
- package/dist-types/commands/PutTableBucketReplicationCommand.d.ts +109 -0
- package/dist-types/commands/PutTableBucketStorageClassCommand.d.ts +93 -0
- package/dist-types/commands/PutTableMaintenanceConfigurationCommand.d.ts +3 -3
- package/dist-types/commands/PutTablePolicyCommand.d.ts +3 -3
- package/dist-types/commands/PutTableRecordExpirationConfigurationCommand.d.ts +96 -0
- package/dist-types/commands/PutTableReplicationCommand.d.ts +109 -0
- package/dist-types/commands/RenameTableCommand.d.ts +3 -3
- package/dist-types/commands/TagResourceCommand.d.ts +3 -3
- package/dist-types/commands/UntagResourceCommand.d.ts +3 -3
- package/dist-types/commands/UpdateTableMetadataLocationCommand.d.ts +3 -3
- package/dist-types/commands/index.d.ts +13 -0
- package/dist-types/endpoint/EndpointParameters.d.ts +13 -1
- package/dist-types/endpoint/endpointResolver.d.ts +5 -2
- package/dist-types/extensionConfiguration.d.ts +4 -4
- package/dist-types/models/S3TablesServiceException.d.ts +1 -1
- package/dist-types/models/enums.d.ts +51 -0
- package/dist-types/models/errors.d.ts +13 -1
- package/dist-types/models/models_0.d.ts +530 -2
- package/dist-types/pagination/Interfaces.d.ts +1 -1
- package/dist-types/pagination/ListNamespacesPaginator.d.ts +1 -1
- package/dist-types/pagination/ListTableBucketsPaginator.d.ts +1 -1
- package/dist-types/pagination/ListTablesPaginator.d.ts +1 -1
- 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 -1
- package/dist-types/runtimeExtensions.d.ts +1 -1
- package/dist-types/schemas/schemas_0.d.ts +55 -1
- package/dist-types/ts3.4/S3Tables.d.ts +239 -0
- package/dist-types/ts3.4/S3TablesClient.d.ts +81 -3
- package/dist-types/ts3.4/auth/httpAuthExtensionConfiguration.d.ts +1 -1
- package/dist-types/ts3.4/commands/DeleteTableBucketReplicationCommand.d.ts +47 -0
- package/dist-types/ts3.4/commands/DeleteTableReplicationCommand.d.ts +46 -0
- package/dist-types/ts3.4/commands/GetTableBucketReplicationCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/GetTableBucketStorageClassCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/GetTableRecordExpirationConfigurationCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/GetTableRecordExpirationJobStatusCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/GetTableReplicationCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/GetTableReplicationStatusCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/GetTableStorageClassCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/PutTableBucketReplicationCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/PutTableBucketStorageClassCommand.d.ts +47 -0
- package/dist-types/ts3.4/commands/PutTableRecordExpirationConfigurationCommand.d.ts +47 -0
- package/dist-types/ts3.4/commands/PutTableReplicationCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/index.d.ts +13 -0
- package/dist-types/ts3.4/models/S3TablesServiceException.d.ts +1 -1
- package/dist-types/ts3.4/models/enums.d.ts +26 -0
- package/dist-types/ts3.4/models/errors.d.ts +7 -0
- package/dist-types/ts3.4/models/models_0.d.ts +142 -0
- package/dist-types/ts3.4/schemas/schemas_0.d.ts +54 -0
- package/package.json +13 -12
package/dist-cjs/index.js
CHANGED
|
@@ -201,6 +201,18 @@ let TooManyRequestsException$1 = class TooManyRequestsException extends S3Tables
|
|
|
201
201
|
Object.setPrototypeOf(this, TooManyRequestsException.prototype);
|
|
202
202
|
}
|
|
203
203
|
};
|
|
204
|
+
let MethodNotAllowedException$1 = class MethodNotAllowedException extends S3TablesServiceException$1 {
|
|
205
|
+
name = "MethodNotAllowedException";
|
|
206
|
+
$fault = "client";
|
|
207
|
+
constructor(opts) {
|
|
208
|
+
super({
|
|
209
|
+
name: "MethodNotAllowedException",
|
|
210
|
+
$fault: "client",
|
|
211
|
+
...opts,
|
|
212
|
+
});
|
|
213
|
+
Object.setPrototypeOf(this, MethodNotAllowedException.prototype);
|
|
214
|
+
}
|
|
215
|
+
};
|
|
204
216
|
|
|
205
217
|
const _ADE = "AccessDeniedException";
|
|
206
218
|
const _BRE = "BadRequestException";
|
|
@@ -225,9 +237,13 @@ const _DTBMCR = "DeleteTableBucketMetricsConfigurationRequest";
|
|
|
225
237
|
const _DTBP = "DeleteTableBucketPolicy";
|
|
226
238
|
const _DTBPR = "DeleteTableBucketPolicyRequest";
|
|
227
239
|
const _DTBR = "DeleteTableBucketRequest";
|
|
240
|
+
const _DTBRR = "DeleteTableBucketReplicationRequest";
|
|
241
|
+
const _DTBRe = "DeleteTableBucketReplication";
|
|
228
242
|
const _DTP = "DeleteTablePolicy";
|
|
229
243
|
const _DTPR = "DeleteTablePolicyRequest";
|
|
230
244
|
const _DTR = "DeleteTableRequest";
|
|
245
|
+
const _DTRR = "DeleteTableReplicationRequest";
|
|
246
|
+
const _DTRe = "DeleteTableReplication";
|
|
231
247
|
const _EC = "EncryptionConfiguration";
|
|
232
248
|
const _FE = "ForbiddenException";
|
|
233
249
|
const _GN = "GetNamespace";
|
|
@@ -248,7 +264,13 @@ const _GTBP = "GetTableBucketPolicy";
|
|
|
248
264
|
const _GTBPR = "GetTableBucketPolicyRequest";
|
|
249
265
|
const _GTBPRe = "GetTableBucketPolicyResponse";
|
|
250
266
|
const _GTBR = "GetTableBucketRequest";
|
|
267
|
+
const _GTBRR = "GetTableBucketReplicationRequest";
|
|
268
|
+
const _GTBRRe = "GetTableBucketReplicationResponse";
|
|
251
269
|
const _GTBRe = "GetTableBucketResponse";
|
|
270
|
+
const _GTBRet = "GetTableBucketReplication";
|
|
271
|
+
const _GTBSC = "GetTableBucketStorageClass";
|
|
272
|
+
const _GTBSCR = "GetTableBucketStorageClassRequest";
|
|
273
|
+
const _GTBSCRe = "GetTableBucketStorageClassResponse";
|
|
252
274
|
const _GTE = "GetTableEncryption";
|
|
253
275
|
const _GTER = "GetTableEncryptionRequest";
|
|
254
276
|
const _GTERe = "GetTableEncryptionResponse";
|
|
@@ -265,7 +287,22 @@ const _GTP = "GetTablePolicy";
|
|
|
265
287
|
const _GTPR = "GetTablePolicyRequest";
|
|
266
288
|
const _GTPRe = "GetTablePolicyResponse";
|
|
267
289
|
const _GTR = "GetTableRequest";
|
|
290
|
+
const _GTREC = "GetTableRecordExpirationConfiguration";
|
|
291
|
+
const _GTRECR = "GetTableRecordExpirationConfigurationRequest";
|
|
292
|
+
const _GTRECRe = "GetTableRecordExpirationConfigurationResponse";
|
|
293
|
+
const _GTREJS = "GetTableRecordExpirationJobStatus";
|
|
294
|
+
const _GTREJSR = "GetTableRecordExpirationJobStatusRequest";
|
|
295
|
+
const _GTREJSRe = "GetTableRecordExpirationJobStatusResponse";
|
|
296
|
+
const _GTRR = "GetTableReplicationRequest";
|
|
297
|
+
const _GTRRe = "GetTableReplicationResponse";
|
|
298
|
+
const _GTRS = "GetTableReplicationStatus";
|
|
299
|
+
const _GTRSR = "GetTableReplicationStatusRequest";
|
|
300
|
+
const _GTRSRe = "GetTableReplicationStatusResponse";
|
|
268
301
|
const _GTRe = "GetTableResponse";
|
|
302
|
+
const _GTRet = "GetTableReplication";
|
|
303
|
+
const _GTSC = "GetTableStorageClass";
|
|
304
|
+
const _GTSCR = "GetTableStorageClassRequest";
|
|
305
|
+
const _GTSCRe = "GetTableStorageClassResponse";
|
|
269
306
|
const _ICS = "IcebergCompactionSettings";
|
|
270
307
|
const _IM = "IcebergMetadata";
|
|
271
308
|
const _IS = "IcebergSchema";
|
|
@@ -275,6 +312,7 @@ const _IUFRS = "IcebergUnreferencedFileRemovalSettings";
|
|
|
275
312
|
const _LN = "ListNamespaces";
|
|
276
313
|
const _LNR = "ListNamespacesRequest";
|
|
277
314
|
const _LNRi = "ListNamespacesResponse";
|
|
315
|
+
const _LSRU = "LastSuccessfulReplicatedUpdate";
|
|
278
316
|
const _LT = "ListTables";
|
|
279
317
|
const _LTB = "ListTableBuckets";
|
|
280
318
|
const _LTBR = "ListTableBucketsRequest";
|
|
@@ -284,6 +322,8 @@ const _LTFRR = "ListTagsForResourceRequest";
|
|
|
284
322
|
const _LTFRRi = "ListTagsForResourceResponse";
|
|
285
323
|
const _LTR = "ListTablesRequest";
|
|
286
324
|
const _LTRi = "ListTablesResponse";
|
|
325
|
+
const _MNAE = "MethodNotAllowedException";
|
|
326
|
+
const _MTI = "ManagedTableInformation";
|
|
287
327
|
const _NFE = "NotFoundException";
|
|
288
328
|
const _NS = "NamespaceSummary";
|
|
289
329
|
const _NSL = "NamespaceSummaryList";
|
|
@@ -295,17 +335,36 @@ const _PTBMCRu = "PutTableBucketMetricsConfigurationRequest";
|
|
|
295
335
|
const _PTBMCu = "PutTableBucketMetricsConfiguration";
|
|
296
336
|
const _PTBP = "PutTableBucketPolicy";
|
|
297
337
|
const _PTBPR = "PutTableBucketPolicyRequest";
|
|
338
|
+
const _PTBR = "PutTableBucketReplication";
|
|
339
|
+
const _PTBRR = "PutTableBucketReplicationRequest";
|
|
340
|
+
const _PTBRRu = "PutTableBucketReplicationResponse";
|
|
341
|
+
const _PTBSC = "PutTableBucketStorageClass";
|
|
342
|
+
const _PTBSCR = "PutTableBucketStorageClassRequest";
|
|
298
343
|
const _PTMC = "PutTableMaintenanceConfiguration";
|
|
299
344
|
const _PTMCR = "PutTableMaintenanceConfigurationRequest";
|
|
300
345
|
const _PTP = "PutTablePolicy";
|
|
301
346
|
const _PTPR = "PutTablePolicyRequest";
|
|
347
|
+
const _PTR = "PutTableReplication";
|
|
348
|
+
const _PTREC = "PutTableRecordExpirationConfiguration";
|
|
349
|
+
const _PTRECR = "PutTableRecordExpirationConfigurationRequest";
|
|
350
|
+
const _PTRR = "PutTableReplicationRequest";
|
|
351
|
+
const _PTRRu = "PutTableReplicationResponse";
|
|
352
|
+
const _RD = "ReplicationDestination";
|
|
353
|
+
const _RDS = "ReplicationDestinationStatuses";
|
|
354
|
+
const _RDSM = "ReplicationDestinationStatusModel";
|
|
355
|
+
const _RDe = "ReplicationDestinations";
|
|
356
|
+
const _RI = "ReplicationInformation";
|
|
302
357
|
const _RT = "RenameTable";
|
|
303
358
|
const _RTR = "RenameTableRequest";
|
|
359
|
+
const _SCC = "StorageClassConfiguration";
|
|
304
360
|
const _SF = "SchemaField";
|
|
305
361
|
const _SFL = "SchemaFieldList";
|
|
306
362
|
const _TBMC = "TableBucketMaintenanceConfiguration";
|
|
307
363
|
const _TBMCV = "TableBucketMaintenanceConfigurationValue";
|
|
308
364
|
const _TBMS = "TableBucketMaintenanceSettings";
|
|
365
|
+
const _TBRC = "TableBucketReplicationConfiguration";
|
|
366
|
+
const _TBRR = "TableBucketReplicationRule";
|
|
367
|
+
const _TBRRa = "TableBucketReplicationRules";
|
|
309
368
|
const _TBS = "TableBucketSummary";
|
|
310
369
|
const _TBSL = "TableBucketSummaryList";
|
|
311
370
|
const _TM = "TableMetadata";
|
|
@@ -316,8 +375,14 @@ const _TMJSV = "TableMaintenanceJobStatusValue";
|
|
|
316
375
|
const _TMRE = "TooManyRequestsException";
|
|
317
376
|
const _TMS = "TableMaintenanceSettings";
|
|
318
377
|
const _TR = "TagResource";
|
|
319
|
-
const
|
|
320
|
-
const
|
|
378
|
+
const _TRC = "TableReplicationConfiguration";
|
|
379
|
+
const _TRECV = "TableRecordExpirationConfigurationValue";
|
|
380
|
+
const _TREJM = "TableRecordExpirationJobMetrics";
|
|
381
|
+
const _TRES = "TableRecordExpirationSettings";
|
|
382
|
+
const _TRR = "TableReplicationRule";
|
|
383
|
+
const _TRRa = "TagResourceRequest";
|
|
384
|
+
const _TRRab = "TableReplicationRules";
|
|
385
|
+
const _TRRag = "TagResourceResponse";
|
|
321
386
|
const _TS = "TableSummary";
|
|
322
387
|
const _TSL = "TableSummaryList";
|
|
323
388
|
const _UR = "UntagResource";
|
|
@@ -332,6 +397,13 @@ const _cA = "createdAt";
|
|
|
332
397
|
const _cB = "createdBy";
|
|
333
398
|
const _cT = "continuationToken";
|
|
334
399
|
const _co = "configuration";
|
|
400
|
+
const _d = "destinations";
|
|
401
|
+
const _dDF = "deletedDataFiles";
|
|
402
|
+
const _dR = "deletedRecords";
|
|
403
|
+
const _dTA = "destinationTableArn";
|
|
404
|
+
const _dTBA = "destinationTableBucketArn";
|
|
405
|
+
const _dTBARN = "destinationTableBucketARN";
|
|
406
|
+
const _da = "days";
|
|
335
407
|
const _e = "error";
|
|
336
408
|
const _eC = "encryptionConfiguration";
|
|
337
409
|
const _f = "format";
|
|
@@ -347,6 +419,7 @@ const _iUFR = "icebergUnreferencedFileRemoval";
|
|
|
347
419
|
const _ic = "iceberg";
|
|
348
420
|
const _kKA = "kmsKeyArn";
|
|
349
421
|
const _lRT = "lastRunTimestamp";
|
|
422
|
+
const _lSRU = "lastSuccessfulReplicatedUpdate";
|
|
350
423
|
const _m = "message";
|
|
351
424
|
const _mA = "modifiedAt";
|
|
352
425
|
const _mB = "modifiedBy";
|
|
@@ -357,7 +430,9 @@ const _mN = "maxNamespaces";
|
|
|
357
430
|
const _mSAH = "maxSnapshotAgeHours";
|
|
358
431
|
const _mSTK = "minSnapshotsToKeep";
|
|
359
432
|
const _mT = "maxTables";
|
|
433
|
+
const _mTI = "managedTableInformation";
|
|
360
434
|
const _me = "metadata";
|
|
435
|
+
const _met = "metrics";
|
|
361
436
|
const _n = "namespace";
|
|
362
437
|
const _nCD = "nonCurrentDays";
|
|
363
438
|
const _nI = "namespaceId";
|
|
@@ -366,12 +441,22 @@ const _nNN = "newNamespaceName";
|
|
|
366
441
|
const _na = "name";
|
|
367
442
|
const _nam = "namespaces";
|
|
368
443
|
const _oAI = "ownerAccountId";
|
|
369
|
-
const _p = "
|
|
444
|
+
const _p = "properties";
|
|
445
|
+
const _pr = "prefix";
|
|
370
446
|
const _r = "required";
|
|
371
447
|
const _rA = "resourceArn";
|
|
448
|
+
const _rFS = "removedFilesSize";
|
|
449
|
+
const _rI = "replicationInformation";
|
|
372
450
|
const _rP = "resourcePolicy";
|
|
451
|
+
const _rS = "replicationStatus";
|
|
452
|
+
const _ro = "role";
|
|
453
|
+
const _ru = "rules";
|
|
373
454
|
const _s = "status";
|
|
374
455
|
const _sA = "sseAlgorithm";
|
|
456
|
+
const _sC = "storageClass";
|
|
457
|
+
const _sCC = "storageClassConfiguration";
|
|
458
|
+
const _sTA = "sourceTableArn";
|
|
459
|
+
const _sTARN = "sourceTableARN";
|
|
375
460
|
const _sc = "schema";
|
|
376
461
|
const _se = "server";
|
|
377
462
|
const _set = "settings";
|
|
@@ -386,47 +471,18 @@ const _tBI = "tableBucketId";
|
|
|
386
471
|
const _tFSMB = "targetFileSizeMB";
|
|
387
472
|
const _tK = "tagKeys";
|
|
388
473
|
const _ta = "tables";
|
|
474
|
+
const _ti = "timestamp";
|
|
389
475
|
const _ty = "type";
|
|
390
476
|
const _uD = "unreferencedDays";
|
|
391
477
|
const _v = "value";
|
|
392
478
|
const _vT = "versionToken";
|
|
393
479
|
const _wL = "warehouseLocation";
|
|
394
480
|
const n0 = "com.amazonaws.s3tables";
|
|
395
|
-
var AccessDeniedException = [
|
|
396
|
-
-3,
|
|
397
|
-
n0,
|
|
398
|
-
_ADE,
|
|
399
|
-
{
|
|
400
|
-
[_e]: _c,
|
|
401
|
-
[_hE]: 403,
|
|
402
|
-
},
|
|
403
|
-
[_m],
|
|
404
|
-
[0],
|
|
405
|
-
];
|
|
481
|
+
var AccessDeniedException = [-3, n0, _ADE, { [_e]: _c, [_hE]: 403 }, [_m], [0]];
|
|
406
482
|
schema.TypeRegistry.for(n0).registerError(AccessDeniedException, AccessDeniedException$1);
|
|
407
|
-
var BadRequestException = [
|
|
408
|
-
-3,
|
|
409
|
-
n0,
|
|
410
|
-
_BRE,
|
|
411
|
-
{
|
|
412
|
-
[_e]: _c,
|
|
413
|
-
[_hE]: 400,
|
|
414
|
-
},
|
|
415
|
-
[_m],
|
|
416
|
-
[0],
|
|
417
|
-
];
|
|
483
|
+
var BadRequestException = [-3, n0, _BRE, { [_e]: _c, [_hE]: 400 }, [_m], [0]];
|
|
418
484
|
schema.TypeRegistry.for(n0).registerError(BadRequestException, BadRequestException$1);
|
|
419
|
-
var ConflictException = [
|
|
420
|
-
-3,
|
|
421
|
-
n0,
|
|
422
|
-
_CE,
|
|
423
|
-
{
|
|
424
|
-
[_e]: _c,
|
|
425
|
-
[_hE]: 409,
|
|
426
|
-
},
|
|
427
|
-
[_m],
|
|
428
|
-
[0],
|
|
429
|
-
];
|
|
485
|
+
var ConflictException = [-3, n0, _CE, { [_e]: _c, [_hE]: 409 }, [_m], [0]];
|
|
430
486
|
schema.TypeRegistry.for(n0).registerError(ConflictException, ConflictException$1);
|
|
431
487
|
var CreateNamespaceRequest = [3, n0, _CNR, 0, [_tBARN, _n], [[0, 1], 64 | 0]];
|
|
432
488
|
var CreateNamespaceResponse = [3, n0, _CNRr, 0, [_tBARN, _n], [0, 64 | 0]];
|
|
@@ -435,8 +491,8 @@ var CreateTableBucketRequest = [
|
|
|
435
491
|
n0,
|
|
436
492
|
_CTBR,
|
|
437
493
|
0,
|
|
438
|
-
[_na, _eC, _t],
|
|
439
|
-
[0, () => EncryptionConfiguration, 128 | 0],
|
|
494
|
+
[_na, _eC, _sCC, _t],
|
|
495
|
+
[0, () => EncryptionConfiguration, () => StorageClassConfiguration, 128 | 0],
|
|
440
496
|
];
|
|
441
497
|
var CreateTableBucketResponse = [3, n0, _CTBRr, 0, [_a], [0]];
|
|
442
498
|
var CreateTableRequest = [
|
|
@@ -444,8 +500,8 @@ var CreateTableRequest = [
|
|
|
444
500
|
n0,
|
|
445
501
|
_CTR,
|
|
446
502
|
0,
|
|
447
|
-
[_tBARN, _n, _na, _f, _me, _eC, _t],
|
|
448
|
-
[[0, 1], [0, 1], 0, 0, () => TableMetadata, () => EncryptionConfiguration, 128 | 0],
|
|
503
|
+
[_tBARN, _n, _na, _f, _me, _eC, _sCC, _t],
|
|
504
|
+
[[0, 1], [0, 1], 0, 0, () => TableMetadata, () => EncryptionConfiguration, () => StorageClassConfiguration, 128 | 0],
|
|
449
505
|
];
|
|
450
506
|
var CreateTableResponse = [3, n0, _CTRr, 0, [_tARN, _vT], [0, 0]];
|
|
451
507
|
var DeleteNamespaceRequest = [
|
|
@@ -469,6 +525,17 @@ var DeleteTableBucketMetricsConfigurationRequest = [
|
|
|
469
525
|
[[0, 1]],
|
|
470
526
|
];
|
|
471
527
|
var DeleteTableBucketPolicyRequest = [3, n0, _DTBPR, 0, [_tBARN], [[0, 1]]];
|
|
528
|
+
var DeleteTableBucketReplicationRequest = [
|
|
529
|
+
3,
|
|
530
|
+
n0,
|
|
531
|
+
_DTBRR,
|
|
532
|
+
0,
|
|
533
|
+
[_tBARN, _vT],
|
|
534
|
+
[
|
|
535
|
+
[0, { [_hQ]: _tBARN }],
|
|
536
|
+
[0, { [_hQ]: _vT }],
|
|
537
|
+
],
|
|
538
|
+
];
|
|
472
539
|
var DeleteTableBucketRequest = [3, n0, _DTBR, 0, [_tBARN], [[0, 1]]];
|
|
473
540
|
var DeleteTablePolicyRequest = [
|
|
474
541
|
3,
|
|
@@ -482,6 +549,17 @@ var DeleteTablePolicyRequest = [
|
|
|
482
549
|
[0, 1],
|
|
483
550
|
],
|
|
484
551
|
];
|
|
552
|
+
var DeleteTableReplicationRequest = [
|
|
553
|
+
3,
|
|
554
|
+
n0,
|
|
555
|
+
_DTRR,
|
|
556
|
+
0,
|
|
557
|
+
[_tA, _vT],
|
|
558
|
+
[
|
|
559
|
+
[0, { [_hQ]: _tA }],
|
|
560
|
+
[0, { [_hQ]: _vT }],
|
|
561
|
+
],
|
|
562
|
+
];
|
|
485
563
|
var DeleteTableRequest = [
|
|
486
564
|
3,
|
|
487
565
|
n0,
|
|
@@ -492,26 +570,11 @@ var DeleteTableRequest = [
|
|
|
492
570
|
[0, 1],
|
|
493
571
|
[0, 1],
|
|
494
572
|
[0, 1],
|
|
495
|
-
[
|
|
496
|
-
0,
|
|
497
|
-
{
|
|
498
|
-
[_hQ]: _vT,
|
|
499
|
-
},
|
|
500
|
-
],
|
|
573
|
+
[0, { [_hQ]: _vT }],
|
|
501
574
|
],
|
|
502
575
|
];
|
|
503
576
|
var EncryptionConfiguration = [3, n0, _EC, 0, [_sA, _kKA], [0, 0]];
|
|
504
|
-
var ForbiddenException = [
|
|
505
|
-
-3,
|
|
506
|
-
n0,
|
|
507
|
-
_FE,
|
|
508
|
-
{
|
|
509
|
-
[_e]: _c,
|
|
510
|
-
[_hE]: 403,
|
|
511
|
-
},
|
|
512
|
-
[_m],
|
|
513
|
-
[0],
|
|
514
|
-
];
|
|
577
|
+
var ForbiddenException = [-3, n0, _FE, { [_e]: _c, [_hE]: 403 }, [_m], [0]];
|
|
515
578
|
schema.TypeRegistry.for(n0).registerError(ForbiddenException, ForbiddenException$1);
|
|
516
579
|
var GetNamespaceRequest = [
|
|
517
580
|
3,
|
|
@@ -568,6 +631,22 @@ var GetTableBucketMetricsConfigurationResponse = [
|
|
|
568
631
|
];
|
|
569
632
|
var GetTableBucketPolicyRequest = [3, n0, _GTBPR, 0, [_tBARN], [[0, 1]]];
|
|
570
633
|
var GetTableBucketPolicyResponse = [3, n0, _GTBPRe, 0, [_rP], [0]];
|
|
634
|
+
var GetTableBucketReplicationRequest = [
|
|
635
|
+
3,
|
|
636
|
+
n0,
|
|
637
|
+
_GTBRR,
|
|
638
|
+
0,
|
|
639
|
+
[_tBARN],
|
|
640
|
+
[[0, { [_hQ]: _tBARN }]],
|
|
641
|
+
];
|
|
642
|
+
var GetTableBucketReplicationResponse = [
|
|
643
|
+
3,
|
|
644
|
+
n0,
|
|
645
|
+
_GTBRRe,
|
|
646
|
+
0,
|
|
647
|
+
[_vT, _co],
|
|
648
|
+
[0, () => TableBucketReplicationConfiguration],
|
|
649
|
+
];
|
|
571
650
|
var GetTableBucketRequest = [3, n0, _GTBR, 0, [_tBARN], [[0, 1]]];
|
|
572
651
|
var GetTableBucketResponse = [
|
|
573
652
|
3,
|
|
@@ -577,6 +656,15 @@ var GetTableBucketResponse = [
|
|
|
577
656
|
[_a, _na, _oAI, _cA, _tBI, _ty],
|
|
578
657
|
[0, 0, 0, 5, 0, 0],
|
|
579
658
|
];
|
|
659
|
+
var GetTableBucketStorageClassRequest = [3, n0, _GTBSCR, 0, [_tBARN], [[0, 1]]];
|
|
660
|
+
var GetTableBucketStorageClassResponse = [
|
|
661
|
+
3,
|
|
662
|
+
n0,
|
|
663
|
+
_GTBSCRe,
|
|
664
|
+
0,
|
|
665
|
+
[_sCC],
|
|
666
|
+
[() => StorageClassConfiguration],
|
|
667
|
+
];
|
|
580
668
|
var GetTableEncryptionRequest = [
|
|
581
669
|
3,
|
|
582
670
|
n0,
|
|
@@ -663,6 +751,56 @@ var GetTablePolicyRequest = [
|
|
|
663
751
|
],
|
|
664
752
|
];
|
|
665
753
|
var GetTablePolicyResponse = [3, n0, _GTPRe, 0, [_rP], [0]];
|
|
754
|
+
var GetTableRecordExpirationConfigurationRequest = [
|
|
755
|
+
3,
|
|
756
|
+
n0,
|
|
757
|
+
_GTRECR,
|
|
758
|
+
0,
|
|
759
|
+
[_tA],
|
|
760
|
+
[[0, { [_hQ]: _tA }]],
|
|
761
|
+
];
|
|
762
|
+
var GetTableRecordExpirationConfigurationResponse = [
|
|
763
|
+
3,
|
|
764
|
+
n0,
|
|
765
|
+
_GTRECRe,
|
|
766
|
+
0,
|
|
767
|
+
[_co],
|
|
768
|
+
[() => TableRecordExpirationConfigurationValue],
|
|
769
|
+
];
|
|
770
|
+
var GetTableRecordExpirationJobStatusRequest = [
|
|
771
|
+
3,
|
|
772
|
+
n0,
|
|
773
|
+
_GTREJSR,
|
|
774
|
+
0,
|
|
775
|
+
[_tA],
|
|
776
|
+
[[0, { [_hQ]: _tA }]],
|
|
777
|
+
];
|
|
778
|
+
var GetTableRecordExpirationJobStatusResponse = [
|
|
779
|
+
3,
|
|
780
|
+
n0,
|
|
781
|
+
_GTREJSRe,
|
|
782
|
+
0,
|
|
783
|
+
[_s, _lRT, _fM, _met],
|
|
784
|
+
[0, 5, 0, () => TableRecordExpirationJobMetrics],
|
|
785
|
+
];
|
|
786
|
+
var GetTableReplicationRequest = [3, n0, _GTRR, 0, [_tA], [[0, { [_hQ]: _tA }]]];
|
|
787
|
+
var GetTableReplicationResponse = [
|
|
788
|
+
3,
|
|
789
|
+
n0,
|
|
790
|
+
_GTRRe,
|
|
791
|
+
0,
|
|
792
|
+
[_vT, _co],
|
|
793
|
+
[0, () => TableReplicationConfiguration],
|
|
794
|
+
];
|
|
795
|
+
var GetTableReplicationStatusRequest = [3, n0, _GTRSR, 0, [_tA], [[0, { [_hQ]: _tA }]]];
|
|
796
|
+
var GetTableReplicationStatusResponse = [
|
|
797
|
+
3,
|
|
798
|
+
n0,
|
|
799
|
+
_GTRSRe,
|
|
800
|
+
0,
|
|
801
|
+
[_sTA, _d],
|
|
802
|
+
[0, () => ReplicationDestinationStatuses],
|
|
803
|
+
];
|
|
666
804
|
var GetTableRequest = [
|
|
667
805
|
3,
|
|
668
806
|
n0,
|
|
@@ -670,30 +808,10 @@ var GetTableRequest = [
|
|
|
670
808
|
0,
|
|
671
809
|
[_tBARN, _n, _na, _tA],
|
|
672
810
|
[
|
|
673
|
-
[
|
|
674
|
-
|
|
675
|
-
|
|
676
|
-
|
|
677
|
-
},
|
|
678
|
-
],
|
|
679
|
-
[
|
|
680
|
-
0,
|
|
681
|
-
{
|
|
682
|
-
[_hQ]: _n,
|
|
683
|
-
},
|
|
684
|
-
],
|
|
685
|
-
[
|
|
686
|
-
0,
|
|
687
|
-
{
|
|
688
|
-
[_hQ]: _na,
|
|
689
|
-
},
|
|
690
|
-
],
|
|
691
|
-
[
|
|
692
|
-
0,
|
|
693
|
-
{
|
|
694
|
-
[_hQ]: _tA,
|
|
695
|
-
},
|
|
696
|
-
],
|
|
811
|
+
[0, { [_hQ]: _tBARN }],
|
|
812
|
+
[0, { [_hQ]: _n }],
|
|
813
|
+
[0, { [_hQ]: _na }],
|
|
814
|
+
[0, { [_hQ]: _tA }],
|
|
697
815
|
],
|
|
698
816
|
];
|
|
699
817
|
var GetTableResponse = [
|
|
@@ -701,52 +819,48 @@ var GetTableResponse = [
|
|
|
701
819
|
n0,
|
|
702
820
|
_GTRe,
|
|
703
821
|
0,
|
|
704
|
-
[_na, _ty, _tARN, _n, _nI, _vT, _mL, _wL, _cA, _cB, _mBS, _mA, _mB, _oAI, _f, _tBI],
|
|
705
|
-
[0, 0, 0, 64 | 0, 0, 0, 0, 0, 5, 0, 0, 5, 0, 0, 0, 0],
|
|
822
|
+
[_na, _ty, _tARN, _n, _nI, _vT, _mL, _wL, _cA, _cB, _mBS, _mA, _mB, _oAI, _f, _tBI, _mTI],
|
|
823
|
+
[0, 0, 0, 64 | 0, 0, 0, 0, 0, 5, 0, 0, 5, 0, 0, 0, 0, () => ManagedTableInformation],
|
|
824
|
+
];
|
|
825
|
+
var GetTableStorageClassRequest = [
|
|
826
|
+
3,
|
|
827
|
+
n0,
|
|
828
|
+
_GTSCR,
|
|
829
|
+
0,
|
|
830
|
+
[_tBARN, _n, _na],
|
|
831
|
+
[
|
|
832
|
+
[0, 1],
|
|
833
|
+
[0, 1],
|
|
834
|
+
[0, 1],
|
|
835
|
+
],
|
|
836
|
+
];
|
|
837
|
+
var GetTableStorageClassResponse = [
|
|
838
|
+
3,
|
|
839
|
+
n0,
|
|
840
|
+
_GTSCRe,
|
|
841
|
+
0,
|
|
842
|
+
[_sCC],
|
|
843
|
+
[() => StorageClassConfiguration],
|
|
706
844
|
];
|
|
707
845
|
var IcebergCompactionSettings = [3, n0, _ICS, 0, [_tFSMB, _st], [1, 0]];
|
|
708
|
-
var IcebergMetadata = [3, n0, _IM, 0, [_sc], [() => IcebergSchema]];
|
|
846
|
+
var IcebergMetadata = [3, n0, _IM, 0, [_sc, _p], [() => IcebergSchema, 128 | 0]];
|
|
709
847
|
var IcebergSchema = [3, n0, _IS, 0, [_fi], [() => SchemaFieldList]];
|
|
710
848
|
var IcebergSnapshotManagementSettings = [3, n0, _ISMS, 0, [_mSTK, _mSAH], [1, 1]];
|
|
711
849
|
var IcebergUnreferencedFileRemovalSettings = [3, n0, _IUFRS, 0, [_uD, _nCD], [1, 1]];
|
|
712
|
-
var InternalServerErrorException = [
|
|
713
|
-
-3,
|
|
714
|
-
n0,
|
|
715
|
-
_ISEE,
|
|
716
|
-
{
|
|
717
|
-
[_e]: _se,
|
|
718
|
-
[_hE]: 500,
|
|
719
|
-
},
|
|
720
|
-
[_m],
|
|
721
|
-
[0],
|
|
722
|
-
];
|
|
850
|
+
var InternalServerErrorException = [-3, n0, _ISEE, { [_e]: _se, [_hE]: 500 }, [_m], [0]];
|
|
723
851
|
schema.TypeRegistry.for(n0).registerError(InternalServerErrorException, InternalServerErrorException$1);
|
|
852
|
+
var LastSuccessfulReplicatedUpdate = [3, n0, _LSRU, 0, [_mL, _ti], [0, 5]];
|
|
724
853
|
var ListNamespacesRequest = [
|
|
725
854
|
3,
|
|
726
855
|
n0,
|
|
727
856
|
_LNR,
|
|
728
857
|
0,
|
|
729
|
-
[_tBARN,
|
|
858
|
+
[_tBARN, _pr, _cT, _mN],
|
|
730
859
|
[
|
|
731
860
|
[0, 1],
|
|
732
|
-
[
|
|
733
|
-
|
|
734
|
-
|
|
735
|
-
[_hQ]: _p,
|
|
736
|
-
},
|
|
737
|
-
],
|
|
738
|
-
[
|
|
739
|
-
0,
|
|
740
|
-
{
|
|
741
|
-
[_hQ]: _cT,
|
|
742
|
-
},
|
|
743
|
-
],
|
|
744
|
-
[
|
|
745
|
-
1,
|
|
746
|
-
{
|
|
747
|
-
[_hQ]: _mN,
|
|
748
|
-
},
|
|
749
|
-
],
|
|
861
|
+
[0, { [_hQ]: _pr }],
|
|
862
|
+
[0, { [_hQ]: _cT }],
|
|
863
|
+
[1, { [_hQ]: _mN }],
|
|
750
864
|
],
|
|
751
865
|
];
|
|
752
866
|
var ListNamespacesResponse = [
|
|
@@ -762,32 +876,12 @@ var ListTableBucketsRequest = [
|
|
|
762
876
|
n0,
|
|
763
877
|
_LTBR,
|
|
764
878
|
0,
|
|
765
|
-
[
|
|
879
|
+
[_pr, _cT, _mBa, _ty],
|
|
766
880
|
[
|
|
767
|
-
[
|
|
768
|
-
|
|
769
|
-
|
|
770
|
-
|
|
771
|
-
},
|
|
772
|
-
],
|
|
773
|
-
[
|
|
774
|
-
0,
|
|
775
|
-
{
|
|
776
|
-
[_hQ]: _cT,
|
|
777
|
-
},
|
|
778
|
-
],
|
|
779
|
-
[
|
|
780
|
-
1,
|
|
781
|
-
{
|
|
782
|
-
[_hQ]: _mBa,
|
|
783
|
-
},
|
|
784
|
-
],
|
|
785
|
-
[
|
|
786
|
-
0,
|
|
787
|
-
{
|
|
788
|
-
[_hQ]: _ty,
|
|
789
|
-
},
|
|
790
|
-
],
|
|
881
|
+
[0, { [_hQ]: _pr }],
|
|
882
|
+
[0, { [_hQ]: _cT }],
|
|
883
|
+
[1, { [_hQ]: _mBa }],
|
|
884
|
+
[0, { [_hQ]: _ty }],
|
|
791
885
|
],
|
|
792
886
|
];
|
|
793
887
|
var ListTableBucketsResponse = [
|
|
@@ -803,38 +897,21 @@ var ListTablesRequest = [
|
|
|
803
897
|
n0,
|
|
804
898
|
_LTR,
|
|
805
899
|
0,
|
|
806
|
-
[_tBARN, _n,
|
|
900
|
+
[_tBARN, _n, _pr, _cT, _mT],
|
|
807
901
|
[
|
|
808
902
|
[0, 1],
|
|
809
|
-
[
|
|
810
|
-
|
|
811
|
-
|
|
812
|
-
|
|
813
|
-
},
|
|
814
|
-
],
|
|
815
|
-
[
|
|
816
|
-
0,
|
|
817
|
-
{
|
|
818
|
-
[_hQ]: _p,
|
|
819
|
-
},
|
|
820
|
-
],
|
|
821
|
-
[
|
|
822
|
-
0,
|
|
823
|
-
{
|
|
824
|
-
[_hQ]: _cT,
|
|
825
|
-
},
|
|
826
|
-
],
|
|
827
|
-
[
|
|
828
|
-
1,
|
|
829
|
-
{
|
|
830
|
-
[_hQ]: _mT,
|
|
831
|
-
},
|
|
832
|
-
],
|
|
903
|
+
[0, { [_hQ]: _n }],
|
|
904
|
+
[0, { [_hQ]: _pr }],
|
|
905
|
+
[0, { [_hQ]: _cT }],
|
|
906
|
+
[1, { [_hQ]: _mT }],
|
|
833
907
|
],
|
|
834
908
|
];
|
|
835
909
|
var ListTablesResponse = [3, n0, _LTRi, 0, [_ta, _cT], [() => TableSummaryList, 0]];
|
|
836
910
|
var ListTagsForResourceRequest = [3, n0, _LTFRR, 0, [_rA], [[0, 1]]];
|
|
837
911
|
var ListTagsForResourceResponse = [3, n0, _LTFRRi, 0, [_t], [128 | 0]];
|
|
912
|
+
var ManagedTableInformation = [3, n0, _MTI, 0, [_rI], [() => ReplicationInformation]];
|
|
913
|
+
var MethodNotAllowedException = [-3, n0, _MNAE, { [_e]: _c, [_hE]: 405 }, [_m], [0]];
|
|
914
|
+
schema.TypeRegistry.for(n0).registerError(MethodNotAllowedException, MethodNotAllowedException$1);
|
|
838
915
|
var NamespaceSummary = [
|
|
839
916
|
3,
|
|
840
917
|
n0,
|
|
@@ -843,17 +920,7 @@ var NamespaceSummary = [
|
|
|
843
920
|
[_n, _cA, _cB, _oAI, _nI, _tBI],
|
|
844
921
|
[64 | 0, 5, 0, 0, 0, 0],
|
|
845
922
|
];
|
|
846
|
-
var NotFoundException = [
|
|
847
|
-
-3,
|
|
848
|
-
n0,
|
|
849
|
-
_NFE,
|
|
850
|
-
{
|
|
851
|
-
[_e]: _c,
|
|
852
|
-
[_hE]: 404,
|
|
853
|
-
},
|
|
854
|
-
[_m],
|
|
855
|
-
[0],
|
|
856
|
-
];
|
|
923
|
+
var NotFoundException = [-3, n0, _NFE, { [_e]: _c, [_hE]: 404 }, [_m], [0]];
|
|
857
924
|
schema.TypeRegistry.for(n0).registerError(NotFoundException, NotFoundException$1);
|
|
858
925
|
var PutTableBucketEncryptionRequest = [
|
|
859
926
|
3,
|
|
@@ -873,6 +940,23 @@ var PutTableBucketMaintenanceConfigurationRequest = [
|
|
|
873
940
|
];
|
|
874
941
|
var PutTableBucketMetricsConfigurationRequest = [3, n0, _PTBMCRu, 0, [_tBARN], [[0, 1]]];
|
|
875
942
|
var PutTableBucketPolicyRequest = [3, n0, _PTBPR, 0, [_tBARN, _rP], [[0, 1], 0]];
|
|
943
|
+
var PutTableBucketReplicationRequest = [
|
|
944
|
+
3,
|
|
945
|
+
n0,
|
|
946
|
+
_PTBRR,
|
|
947
|
+
0,
|
|
948
|
+
[_tBARN, _vT, _co],
|
|
949
|
+
[[0, { [_hQ]: _tBARN }], [0, { [_hQ]: _vT }], () => TableBucketReplicationConfiguration],
|
|
950
|
+
];
|
|
951
|
+
var PutTableBucketReplicationResponse = [3, n0, _PTBRRu, 0, [_vT, _s], [0, 0]];
|
|
952
|
+
var PutTableBucketStorageClassRequest = [
|
|
953
|
+
3,
|
|
954
|
+
n0,
|
|
955
|
+
_PTBSCR,
|
|
956
|
+
0,
|
|
957
|
+
[_tBARN, _sCC],
|
|
958
|
+
[[0, 1], () => StorageClassConfiguration],
|
|
959
|
+
];
|
|
876
960
|
var PutTableMaintenanceConfigurationRequest = [
|
|
877
961
|
3,
|
|
878
962
|
n0,
|
|
@@ -889,6 +973,23 @@ var PutTablePolicyRequest = [
|
|
|
889
973
|
[_tBARN, _n, _na, _rP],
|
|
890
974
|
[[0, 1], [0, 1], [0, 1], 0],
|
|
891
975
|
];
|
|
976
|
+
var PutTableRecordExpirationConfigurationRequest = [
|
|
977
|
+
3,
|
|
978
|
+
n0,
|
|
979
|
+
_PTRECR,
|
|
980
|
+
0,
|
|
981
|
+
[_tA, _v],
|
|
982
|
+
[[0, { [_hQ]: _tA }], () => TableRecordExpirationConfigurationValue],
|
|
983
|
+
];
|
|
984
|
+
var PutTableReplicationRequest = [
|
|
985
|
+
3,
|
|
986
|
+
n0,
|
|
987
|
+
_PTRR,
|
|
988
|
+
0,
|
|
989
|
+
[_tA, _vT, _co],
|
|
990
|
+
[[0, { [_hQ]: _tA }], [0, { [_hQ]: _vT }], () => TableReplicationConfiguration],
|
|
991
|
+
];
|
|
992
|
+
var PutTableReplicationResponse = [3, n0, _PTRRu, 0, [_vT, _s], [0, 0]];
|
|
892
993
|
var RenameTableRequest = [
|
|
893
994
|
3,
|
|
894
995
|
n0,
|
|
@@ -897,7 +998,18 @@ var RenameTableRequest = [
|
|
|
897
998
|
[_tBARN, _n, _na, _nNN, _nN, _vT],
|
|
898
999
|
[[0, 1], [0, 1], [0, 1], 0, 0, 0],
|
|
899
1000
|
];
|
|
1001
|
+
var ReplicationDestination = [3, n0, _RD, 0, [_dTBARN], [0]];
|
|
1002
|
+
var ReplicationDestinationStatusModel = [
|
|
1003
|
+
3,
|
|
1004
|
+
n0,
|
|
1005
|
+
_RDSM,
|
|
1006
|
+
0,
|
|
1007
|
+
[_rS, _dTBA, _dTA, _lSRU, _fM],
|
|
1008
|
+
[0, 0, 0, () => LastSuccessfulReplicatedUpdate, 0],
|
|
1009
|
+
];
|
|
1010
|
+
var ReplicationInformation = [3, n0, _RI, 0, [_sTARN], [0]];
|
|
900
1011
|
var SchemaField = [3, n0, _SF, 0, [_na, _ty, _r], [0, 0, 2]];
|
|
1012
|
+
var StorageClassConfiguration = [3, n0, _SCC, 0, [_sC], [0]];
|
|
901
1013
|
var TableBucketMaintenanceConfigurationValue = [
|
|
902
1014
|
3,
|
|
903
1015
|
n0,
|
|
@@ -906,6 +1018,15 @@ var TableBucketMaintenanceConfigurationValue = [
|
|
|
906
1018
|
[_s, _set],
|
|
907
1019
|
[0, () => TableBucketMaintenanceSettings],
|
|
908
1020
|
];
|
|
1021
|
+
var TableBucketReplicationConfiguration = [
|
|
1022
|
+
3,
|
|
1023
|
+
n0,
|
|
1024
|
+
_TBRC,
|
|
1025
|
+
0,
|
|
1026
|
+
[_ro, _ru],
|
|
1027
|
+
[0, () => TableBucketReplicationRules],
|
|
1028
|
+
];
|
|
1029
|
+
var TableBucketReplicationRule = [3, n0, _TBRR, 0, [_d], [() => ReplicationDestinations]];
|
|
909
1030
|
var TableBucketSummary = [
|
|
910
1031
|
3,
|
|
911
1032
|
n0,
|
|
@@ -923,27 +1044,36 @@ var TableMaintenanceConfigurationValue = [
|
|
|
923
1044
|
[0, () => TableMaintenanceSettings],
|
|
924
1045
|
];
|
|
925
1046
|
var TableMaintenanceJobStatusValue = [3, n0, _TMJSV, 0, [_s, _lRT, _fM], [0, 5, 0]];
|
|
926
|
-
var
|
|
1047
|
+
var TableRecordExpirationConfigurationValue = [
|
|
927
1048
|
3,
|
|
928
1049
|
n0,
|
|
929
|
-
|
|
1050
|
+
_TRECV,
|
|
930
1051
|
0,
|
|
931
|
-
[
|
|
932
|
-
[
|
|
1052
|
+
[_s, _set],
|
|
1053
|
+
[0, () => TableRecordExpirationSettings],
|
|
933
1054
|
];
|
|
934
|
-
var
|
|
935
|
-
var
|
|
936
|
-
var
|
|
937
|
-
|
|
1055
|
+
var TableRecordExpirationJobMetrics = [3, n0, _TREJM, 0, [_dDF, _dR, _rFS], [1, 1, 1]];
|
|
1056
|
+
var TableRecordExpirationSettings = [3, n0, _TRES, 0, [_da], [1]];
|
|
1057
|
+
var TableReplicationConfiguration = [
|
|
1058
|
+
3,
|
|
938
1059
|
n0,
|
|
939
|
-
|
|
940
|
-
|
|
941
|
-
|
|
942
|
-
|
|
943
|
-
},
|
|
944
|
-
[_m],
|
|
945
|
-
[0],
|
|
1060
|
+
_TRC,
|
|
1061
|
+
0,
|
|
1062
|
+
[_ro, _ru],
|
|
1063
|
+
[0, () => TableReplicationRules],
|
|
946
1064
|
];
|
|
1065
|
+
var TableReplicationRule = [3, n0, _TRR, 0, [_d], [() => ReplicationDestinations]];
|
|
1066
|
+
var TableSummary = [
|
|
1067
|
+
3,
|
|
1068
|
+
n0,
|
|
1069
|
+
_TS,
|
|
1070
|
+
0,
|
|
1071
|
+
[_n, _na, _ty, _tARN, _cA, _mA, _mBS, _nI, _tBI],
|
|
1072
|
+
[64 | 0, 0, 0, 0, 5, 5, 0, 0, 0],
|
|
1073
|
+
];
|
|
1074
|
+
var TagResourceRequest = [3, n0, _TRRa, 0, [_rA, _t], [[0, 1], 128 | 0]];
|
|
1075
|
+
var TagResourceResponse = [3, n0, _TRRag, 0, [], []];
|
|
1076
|
+
var TooManyRequestsException = [-3, n0, _TMRE, { [_e]: _c, [_hE]: 429 }, [_m], [0]];
|
|
947
1077
|
schema.TypeRegistry.for(n0).registerError(TooManyRequestsException, TooManyRequestsException$1);
|
|
948
1078
|
var UntagResourceRequest = [
|
|
949
1079
|
3,
|
|
@@ -953,12 +1083,7 @@ var UntagResourceRequest = [
|
|
|
953
1083
|
[_rA, _tK],
|
|
954
1084
|
[
|
|
955
1085
|
[0, 1],
|
|
956
|
-
[
|
|
957
|
-
64 | 0,
|
|
958
|
-
{
|
|
959
|
-
[_hQ]: _tK,
|
|
960
|
-
},
|
|
961
|
-
],
|
|
1086
|
+
[64 | 0, { [_hQ]: _tK }],
|
|
962
1087
|
],
|
|
963
1088
|
];
|
|
964
1089
|
var UntagResourceResponse = [3, n0, _URRn, 0, [], []];
|
|
@@ -982,8 +1107,12 @@ var __Unit = "unit";
|
|
|
982
1107
|
var S3TablesServiceException = [-3, _sm, "S3TablesServiceException", 0, [], []];
|
|
983
1108
|
schema.TypeRegistry.for(_sm).registerError(S3TablesServiceException, S3TablesServiceException$1);
|
|
984
1109
|
var NamespaceSummaryList = [1, n0, _NSL, 0, () => NamespaceSummary];
|
|
1110
|
+
var ReplicationDestinations = [1, n0, _RDe, 0, () => ReplicationDestination];
|
|
1111
|
+
var ReplicationDestinationStatuses = [1, n0, _RDS, 0, () => ReplicationDestinationStatusModel];
|
|
985
1112
|
var SchemaFieldList = [1, n0, _SFL, 0, () => SchemaField];
|
|
1113
|
+
var TableBucketReplicationRules = [1, n0, _TBRRa, 0, () => TableBucketReplicationRule];
|
|
986
1114
|
var TableBucketSummaryList = [1, n0, _TBSL, 0, () => TableBucketSummary];
|
|
1115
|
+
var TableReplicationRules = [1, n0, _TRRab, 0, () => TableReplicationRule];
|
|
987
1116
|
var TableSummaryList = [1, n0, _TSL, 0, () => TableSummary];
|
|
988
1117
|
var TableBucketMaintenanceConfiguration = [
|
|
989
1118
|
2,
|
|
@@ -1023,9 +1152,7 @@ var CreateNamespace = [
|
|
|
1023
1152
|
9,
|
|
1024
1153
|
n0,
|
|
1025
1154
|
_CN,
|
|
1026
|
-
{
|
|
1027
|
-
[_h]: ["PUT", "/namespaces/{tableBucketARN}", 200],
|
|
1028
|
-
},
|
|
1155
|
+
{ [_h]: ["PUT", "/namespaces/{tableBucketARN}", 200] },
|
|
1029
1156
|
() => CreateNamespaceRequest,
|
|
1030
1157
|
() => CreateNamespaceResponse,
|
|
1031
1158
|
];
|
|
@@ -1033,9 +1160,7 @@ var CreateTable = [
|
|
|
1033
1160
|
9,
|
|
1034
1161
|
n0,
|
|
1035
1162
|
_CT,
|
|
1036
|
-
{
|
|
1037
|
-
[_h]: ["PUT", "/tables/{tableBucketARN}/{namespace}", 200],
|
|
1038
|
-
},
|
|
1163
|
+
{ [_h]: ["PUT", "/tables/{tableBucketARN}/{namespace}", 200] },
|
|
1039
1164
|
() => CreateTableRequest,
|
|
1040
1165
|
() => CreateTableResponse,
|
|
1041
1166
|
];
|
|
@@ -1043,9 +1168,7 @@ var CreateTableBucket = [
|
|
|
1043
1168
|
9,
|
|
1044
1169
|
n0,
|
|
1045
1170
|
_CTB,
|
|
1046
|
-
{
|
|
1047
|
-
[_h]: ["PUT", "/buckets", 200],
|
|
1048
|
-
},
|
|
1171
|
+
{ [_h]: ["PUT", "/buckets", 200] },
|
|
1049
1172
|
() => CreateTableBucketRequest,
|
|
1050
1173
|
() => CreateTableBucketResponse,
|
|
1051
1174
|
];
|
|
@@ -1053,9 +1176,7 @@ var DeleteNamespace = [
|
|
|
1053
1176
|
9,
|
|
1054
1177
|
n0,
|
|
1055
1178
|
_DN,
|
|
1056
|
-
{
|
|
1057
|
-
[_h]: ["DELETE", "/namespaces/{tableBucketARN}/{namespace}", 204],
|
|
1058
|
-
},
|
|
1179
|
+
{ [_h]: ["DELETE", "/namespaces/{tableBucketARN}/{namespace}", 204] },
|
|
1059
1180
|
() => DeleteNamespaceRequest,
|
|
1060
1181
|
() => __Unit,
|
|
1061
1182
|
];
|
|
@@ -1063,9 +1184,7 @@ var DeleteTable = [
|
|
|
1063
1184
|
9,
|
|
1064
1185
|
n0,
|
|
1065
1186
|
_DT,
|
|
1066
|
-
{
|
|
1067
|
-
[_h]: ["DELETE", "/tables/{tableBucketARN}/{namespace}/{name}", 204],
|
|
1068
|
-
},
|
|
1187
|
+
{ [_h]: ["DELETE", "/tables/{tableBucketARN}/{namespace}/{name}", 204] },
|
|
1069
1188
|
() => DeleteTableRequest,
|
|
1070
1189
|
() => __Unit,
|
|
1071
1190
|
];
|
|
@@ -1073,9 +1192,7 @@ var DeleteTableBucket = [
|
|
|
1073
1192
|
9,
|
|
1074
1193
|
n0,
|
|
1075
1194
|
_DTB,
|
|
1076
|
-
{
|
|
1077
|
-
[_h]: ["DELETE", "/buckets/{tableBucketARN}", 204],
|
|
1078
|
-
},
|
|
1195
|
+
{ [_h]: ["DELETE", "/buckets/{tableBucketARN}", 204] },
|
|
1079
1196
|
() => DeleteTableBucketRequest,
|
|
1080
1197
|
() => __Unit,
|
|
1081
1198
|
];
|
|
@@ -1083,9 +1200,7 @@ var DeleteTableBucketEncryption = [
|
|
|
1083
1200
|
9,
|
|
1084
1201
|
n0,
|
|
1085
1202
|
_DTBE,
|
|
1086
|
-
{
|
|
1087
|
-
[_h]: ["DELETE", "/buckets/{tableBucketARN}/encryption", 204],
|
|
1088
|
-
},
|
|
1203
|
+
{ [_h]: ["DELETE", "/buckets/{tableBucketARN}/encryption", 204] },
|
|
1089
1204
|
() => DeleteTableBucketEncryptionRequest,
|
|
1090
1205
|
() => __Unit,
|
|
1091
1206
|
];
|
|
@@ -1093,9 +1208,7 @@ var DeleteTableBucketMetricsConfiguration = [
|
|
|
1093
1208
|
9,
|
|
1094
1209
|
n0,
|
|
1095
1210
|
_DTBMC,
|
|
1096
|
-
{
|
|
1097
|
-
[_h]: ["DELETE", "/buckets/{tableBucketARN}/metrics", 204],
|
|
1098
|
-
},
|
|
1211
|
+
{ [_h]: ["DELETE", "/buckets/{tableBucketARN}/metrics", 204] },
|
|
1099
1212
|
() => DeleteTableBucketMetricsConfigurationRequest,
|
|
1100
1213
|
() => __Unit,
|
|
1101
1214
|
];
|
|
@@ -1103,29 +1216,39 @@ var DeleteTableBucketPolicy = [
|
|
|
1103
1216
|
9,
|
|
1104
1217
|
n0,
|
|
1105
1218
|
_DTBP,
|
|
1106
|
-
{
|
|
1107
|
-
[_h]: ["DELETE", "/buckets/{tableBucketARN}/policy", 204],
|
|
1108
|
-
},
|
|
1219
|
+
{ [_h]: ["DELETE", "/buckets/{tableBucketARN}/policy", 204] },
|
|
1109
1220
|
() => DeleteTableBucketPolicyRequest,
|
|
1110
1221
|
() => __Unit,
|
|
1111
1222
|
];
|
|
1223
|
+
var DeleteTableBucketReplication = [
|
|
1224
|
+
9,
|
|
1225
|
+
n0,
|
|
1226
|
+
_DTBRe,
|
|
1227
|
+
{ [_h]: ["DELETE", "/table-bucket-replication", 204] },
|
|
1228
|
+
() => DeleteTableBucketReplicationRequest,
|
|
1229
|
+
() => __Unit,
|
|
1230
|
+
];
|
|
1112
1231
|
var DeleteTablePolicy = [
|
|
1113
1232
|
9,
|
|
1114
1233
|
n0,
|
|
1115
1234
|
_DTP,
|
|
1116
|
-
{
|
|
1117
|
-
[_h]: ["DELETE", "/tables/{tableBucketARN}/{namespace}/{name}/policy", 204],
|
|
1118
|
-
},
|
|
1235
|
+
{ [_h]: ["DELETE", "/tables/{tableBucketARN}/{namespace}/{name}/policy", 204] },
|
|
1119
1236
|
() => DeleteTablePolicyRequest,
|
|
1120
1237
|
() => __Unit,
|
|
1121
1238
|
];
|
|
1239
|
+
var DeleteTableReplication = [
|
|
1240
|
+
9,
|
|
1241
|
+
n0,
|
|
1242
|
+
_DTRe,
|
|
1243
|
+
{ [_h]: ["DELETE", "/table-replication", 204] },
|
|
1244
|
+
() => DeleteTableReplicationRequest,
|
|
1245
|
+
() => __Unit,
|
|
1246
|
+
];
|
|
1122
1247
|
var GetNamespace = [
|
|
1123
1248
|
9,
|
|
1124
1249
|
n0,
|
|
1125
1250
|
_GN,
|
|
1126
|
-
{
|
|
1127
|
-
[_h]: ["GET", "/namespaces/{tableBucketARN}/{namespace}", 200],
|
|
1128
|
-
},
|
|
1251
|
+
{ [_h]: ["GET", "/namespaces/{tableBucketARN}/{namespace}", 200] },
|
|
1129
1252
|
() => GetNamespaceRequest,
|
|
1130
1253
|
() => GetNamespaceResponse,
|
|
1131
1254
|
];
|
|
@@ -1133,9 +1256,7 @@ var GetTable = [
|
|
|
1133
1256
|
9,
|
|
1134
1257
|
n0,
|
|
1135
1258
|
_GT,
|
|
1136
|
-
{
|
|
1137
|
-
[_h]: ["GET", "/get-table", 200],
|
|
1138
|
-
},
|
|
1259
|
+
{ [_h]: ["GET", "/get-table", 200] },
|
|
1139
1260
|
() => GetTableRequest,
|
|
1140
1261
|
() => GetTableResponse,
|
|
1141
1262
|
];
|
|
@@ -1143,9 +1264,7 @@ var GetTableBucket = [
|
|
|
1143
1264
|
9,
|
|
1144
1265
|
n0,
|
|
1145
1266
|
_GTB,
|
|
1146
|
-
{
|
|
1147
|
-
[_h]: ["GET", "/buckets/{tableBucketARN}", 200],
|
|
1148
|
-
},
|
|
1267
|
+
{ [_h]: ["GET", "/buckets/{tableBucketARN}", 200] },
|
|
1149
1268
|
() => GetTableBucketRequest,
|
|
1150
1269
|
() => GetTableBucketResponse,
|
|
1151
1270
|
];
|
|
@@ -1153,9 +1272,7 @@ var GetTableBucketEncryption = [
|
|
|
1153
1272
|
9,
|
|
1154
1273
|
n0,
|
|
1155
1274
|
_GTBE,
|
|
1156
|
-
{
|
|
1157
|
-
[_h]: ["GET", "/buckets/{tableBucketARN}/encryption", 200],
|
|
1158
|
-
},
|
|
1275
|
+
{ [_h]: ["GET", "/buckets/{tableBucketARN}/encryption", 200] },
|
|
1159
1276
|
() => GetTableBucketEncryptionRequest,
|
|
1160
1277
|
() => GetTableBucketEncryptionResponse,
|
|
1161
1278
|
];
|
|
@@ -1163,9 +1280,7 @@ var GetTableBucketMaintenanceConfiguration = [
|
|
|
1163
1280
|
9,
|
|
1164
1281
|
n0,
|
|
1165
1282
|
_GTBMC,
|
|
1166
|
-
{
|
|
1167
|
-
[_h]: ["GET", "/buckets/{tableBucketARN}/maintenance", 200],
|
|
1168
|
-
},
|
|
1283
|
+
{ [_h]: ["GET", "/buckets/{tableBucketARN}/maintenance", 200] },
|
|
1169
1284
|
() => GetTableBucketMaintenanceConfigurationRequest,
|
|
1170
1285
|
() => GetTableBucketMaintenanceConfigurationResponse,
|
|
1171
1286
|
];
|
|
@@ -1173,9 +1288,7 @@ var GetTableBucketMetricsConfiguration = [
|
|
|
1173
1288
|
9,
|
|
1174
1289
|
n0,
|
|
1175
1290
|
_GTBMCe,
|
|
1176
|
-
{
|
|
1177
|
-
[_h]: ["GET", "/buckets/{tableBucketARN}/metrics", 200],
|
|
1178
|
-
},
|
|
1291
|
+
{ [_h]: ["GET", "/buckets/{tableBucketARN}/metrics", 200] },
|
|
1179
1292
|
() => GetTableBucketMetricsConfigurationRequest,
|
|
1180
1293
|
() => GetTableBucketMetricsConfigurationResponse,
|
|
1181
1294
|
];
|
|
@@ -1183,19 +1296,31 @@ var GetTableBucketPolicy = [
|
|
|
1183
1296
|
9,
|
|
1184
1297
|
n0,
|
|
1185
1298
|
_GTBP,
|
|
1186
|
-
{
|
|
1187
|
-
[_h]: ["GET", "/buckets/{tableBucketARN}/policy", 200],
|
|
1188
|
-
},
|
|
1299
|
+
{ [_h]: ["GET", "/buckets/{tableBucketARN}/policy", 200] },
|
|
1189
1300
|
() => GetTableBucketPolicyRequest,
|
|
1190
1301
|
() => GetTableBucketPolicyResponse,
|
|
1191
1302
|
];
|
|
1303
|
+
var GetTableBucketReplication = [
|
|
1304
|
+
9,
|
|
1305
|
+
n0,
|
|
1306
|
+
_GTBRet,
|
|
1307
|
+
{ [_h]: ["GET", "/table-bucket-replication", 200] },
|
|
1308
|
+
() => GetTableBucketReplicationRequest,
|
|
1309
|
+
() => GetTableBucketReplicationResponse,
|
|
1310
|
+
];
|
|
1311
|
+
var GetTableBucketStorageClass = [
|
|
1312
|
+
9,
|
|
1313
|
+
n0,
|
|
1314
|
+
_GTBSC,
|
|
1315
|
+
{ [_h]: ["GET", "/buckets/{tableBucketARN}/storage-class", 200] },
|
|
1316
|
+
() => GetTableBucketStorageClassRequest,
|
|
1317
|
+
() => GetTableBucketStorageClassResponse,
|
|
1318
|
+
];
|
|
1192
1319
|
var GetTableEncryption = [
|
|
1193
1320
|
9,
|
|
1194
1321
|
n0,
|
|
1195
1322
|
_GTE,
|
|
1196
|
-
{
|
|
1197
|
-
[_h]: ["GET", "/tables/{tableBucketARN}/{namespace}/{name}/encryption", 200],
|
|
1198
|
-
},
|
|
1323
|
+
{ [_h]: ["GET", "/tables/{tableBucketARN}/{namespace}/{name}/encryption", 200] },
|
|
1199
1324
|
() => GetTableEncryptionRequest,
|
|
1200
1325
|
() => GetTableEncryptionResponse,
|
|
1201
1326
|
];
|
|
@@ -1203,9 +1328,7 @@ var GetTableMaintenanceConfiguration = [
|
|
|
1203
1328
|
9,
|
|
1204
1329
|
n0,
|
|
1205
1330
|
_GTMC,
|
|
1206
|
-
{
|
|
1207
|
-
[_h]: ["GET", "/tables/{tableBucketARN}/{namespace}/{name}/maintenance", 200],
|
|
1208
|
-
},
|
|
1331
|
+
{ [_h]: ["GET", "/tables/{tableBucketARN}/{namespace}/{name}/maintenance", 200] },
|
|
1209
1332
|
() => GetTableMaintenanceConfigurationRequest,
|
|
1210
1333
|
() => GetTableMaintenanceConfigurationResponse,
|
|
1211
1334
|
];
|
|
@@ -1213,9 +1336,7 @@ var GetTableMaintenanceJobStatus = [
|
|
|
1213
1336
|
9,
|
|
1214
1337
|
n0,
|
|
1215
1338
|
_GTMJS,
|
|
1216
|
-
{
|
|
1217
|
-
[_h]: ["GET", "/tables/{tableBucketARN}/{namespace}/{name}/maintenance-job-status", 200],
|
|
1218
|
-
},
|
|
1339
|
+
{ [_h]: ["GET", "/tables/{tableBucketARN}/{namespace}/{name}/maintenance-job-status", 200] },
|
|
1219
1340
|
() => GetTableMaintenanceJobStatusRequest,
|
|
1220
1341
|
() => GetTableMaintenanceJobStatusResponse,
|
|
1221
1342
|
];
|
|
@@ -1223,9 +1344,7 @@ var GetTableMetadataLocation = [
|
|
|
1223
1344
|
9,
|
|
1224
1345
|
n0,
|
|
1225
1346
|
_GTML,
|
|
1226
|
-
{
|
|
1227
|
-
[_h]: ["GET", "/tables/{tableBucketARN}/{namespace}/{name}/metadata-location", 200],
|
|
1228
|
-
},
|
|
1347
|
+
{ [_h]: ["GET", "/tables/{tableBucketARN}/{namespace}/{name}/metadata-location", 200] },
|
|
1229
1348
|
() => GetTableMetadataLocationRequest,
|
|
1230
1349
|
() => GetTableMetadataLocationResponse,
|
|
1231
1350
|
];
|
|
@@ -1233,19 +1352,55 @@ var GetTablePolicy = [
|
|
|
1233
1352
|
9,
|
|
1234
1353
|
n0,
|
|
1235
1354
|
_GTP,
|
|
1236
|
-
{
|
|
1237
|
-
[_h]: ["GET", "/tables/{tableBucketARN}/{namespace}/{name}/policy", 200],
|
|
1238
|
-
},
|
|
1355
|
+
{ [_h]: ["GET", "/tables/{tableBucketARN}/{namespace}/{name}/policy", 200] },
|
|
1239
1356
|
() => GetTablePolicyRequest,
|
|
1240
1357
|
() => GetTablePolicyResponse,
|
|
1241
1358
|
];
|
|
1359
|
+
var GetTableRecordExpirationConfiguration = [
|
|
1360
|
+
9,
|
|
1361
|
+
n0,
|
|
1362
|
+
_GTREC,
|
|
1363
|
+
{ [_h]: ["GET", "/table-record-expiration", 200] },
|
|
1364
|
+
() => GetTableRecordExpirationConfigurationRequest,
|
|
1365
|
+
() => GetTableRecordExpirationConfigurationResponse,
|
|
1366
|
+
];
|
|
1367
|
+
var GetTableRecordExpirationJobStatus = [
|
|
1368
|
+
9,
|
|
1369
|
+
n0,
|
|
1370
|
+
_GTREJS,
|
|
1371
|
+
{ [_h]: ["GET", "/table-record-expiration-job-status", 200] },
|
|
1372
|
+
() => GetTableRecordExpirationJobStatusRequest,
|
|
1373
|
+
() => GetTableRecordExpirationJobStatusResponse,
|
|
1374
|
+
];
|
|
1375
|
+
var GetTableReplication = [
|
|
1376
|
+
9,
|
|
1377
|
+
n0,
|
|
1378
|
+
_GTRet,
|
|
1379
|
+
{ [_h]: ["GET", "/table-replication", 200] },
|
|
1380
|
+
() => GetTableReplicationRequest,
|
|
1381
|
+
() => GetTableReplicationResponse,
|
|
1382
|
+
];
|
|
1383
|
+
var GetTableReplicationStatus = [
|
|
1384
|
+
9,
|
|
1385
|
+
n0,
|
|
1386
|
+
_GTRS,
|
|
1387
|
+
{ [_h]: ["GET", "/replication-status", 200] },
|
|
1388
|
+
() => GetTableReplicationStatusRequest,
|
|
1389
|
+
() => GetTableReplicationStatusResponse,
|
|
1390
|
+
];
|
|
1391
|
+
var GetTableStorageClass = [
|
|
1392
|
+
9,
|
|
1393
|
+
n0,
|
|
1394
|
+
_GTSC,
|
|
1395
|
+
{ [_h]: ["GET", "/tables/{tableBucketARN}/{namespace}/{name}/storage-class", 200] },
|
|
1396
|
+
() => GetTableStorageClassRequest,
|
|
1397
|
+
() => GetTableStorageClassResponse,
|
|
1398
|
+
];
|
|
1242
1399
|
var ListNamespaces = [
|
|
1243
1400
|
9,
|
|
1244
1401
|
n0,
|
|
1245
1402
|
_LN,
|
|
1246
|
-
{
|
|
1247
|
-
[_h]: ["GET", "/namespaces/{tableBucketARN}", 200],
|
|
1248
|
-
},
|
|
1403
|
+
{ [_h]: ["GET", "/namespaces/{tableBucketARN}", 200] },
|
|
1249
1404
|
() => ListNamespacesRequest,
|
|
1250
1405
|
() => ListNamespacesResponse,
|
|
1251
1406
|
];
|
|
@@ -1253,9 +1408,7 @@ var ListTableBuckets = [
|
|
|
1253
1408
|
9,
|
|
1254
1409
|
n0,
|
|
1255
1410
|
_LTB,
|
|
1256
|
-
{
|
|
1257
|
-
[_h]: ["GET", "/buckets", 200],
|
|
1258
|
-
},
|
|
1411
|
+
{ [_h]: ["GET", "/buckets", 200] },
|
|
1259
1412
|
() => ListTableBucketsRequest,
|
|
1260
1413
|
() => ListTableBucketsResponse,
|
|
1261
1414
|
];
|
|
@@ -1263,9 +1416,7 @@ var ListTables = [
|
|
|
1263
1416
|
9,
|
|
1264
1417
|
n0,
|
|
1265
1418
|
_LT,
|
|
1266
|
-
{
|
|
1267
|
-
[_h]: ["GET", "/tables/{tableBucketARN}", 200],
|
|
1268
|
-
},
|
|
1419
|
+
{ [_h]: ["GET", "/tables/{tableBucketARN}", 200] },
|
|
1269
1420
|
() => ListTablesRequest,
|
|
1270
1421
|
() => ListTablesResponse,
|
|
1271
1422
|
];
|
|
@@ -1273,9 +1424,7 @@ var ListTagsForResource = [
|
|
|
1273
1424
|
9,
|
|
1274
1425
|
n0,
|
|
1275
1426
|
_LTFR,
|
|
1276
|
-
{
|
|
1277
|
-
[_h]: ["GET", "/tag/{resourceArn}", 200],
|
|
1278
|
-
},
|
|
1427
|
+
{ [_h]: ["GET", "/tag/{resourceArn}", 200] },
|
|
1279
1428
|
() => ListTagsForResourceRequest,
|
|
1280
1429
|
() => ListTagsForResourceResponse,
|
|
1281
1430
|
];
|
|
@@ -1283,9 +1432,7 @@ var PutTableBucketEncryption = [
|
|
|
1283
1432
|
9,
|
|
1284
1433
|
n0,
|
|
1285
1434
|
_PTBE,
|
|
1286
|
-
{
|
|
1287
|
-
[_h]: ["PUT", "/buckets/{tableBucketARN}/encryption", 200],
|
|
1288
|
-
},
|
|
1435
|
+
{ [_h]: ["PUT", "/buckets/{tableBucketARN}/encryption", 200] },
|
|
1289
1436
|
() => PutTableBucketEncryptionRequest,
|
|
1290
1437
|
() => __Unit,
|
|
1291
1438
|
];
|
|
@@ -1293,9 +1440,7 @@ var PutTableBucketMaintenanceConfiguration = [
|
|
|
1293
1440
|
9,
|
|
1294
1441
|
n0,
|
|
1295
1442
|
_PTBMC,
|
|
1296
|
-
{
|
|
1297
|
-
[_h]: ["PUT", "/buckets/{tableBucketARN}/maintenance/{type}", 204],
|
|
1298
|
-
},
|
|
1443
|
+
{ [_h]: ["PUT", "/buckets/{tableBucketARN}/maintenance/{type}", 204] },
|
|
1299
1444
|
() => PutTableBucketMaintenanceConfigurationRequest,
|
|
1300
1445
|
() => __Unit,
|
|
1301
1446
|
];
|
|
@@ -1303,9 +1448,7 @@ var PutTableBucketMetricsConfiguration = [
|
|
|
1303
1448
|
9,
|
|
1304
1449
|
n0,
|
|
1305
1450
|
_PTBMCu,
|
|
1306
|
-
{
|
|
1307
|
-
[_h]: ["PUT", "/buckets/{tableBucketARN}/metrics", 204],
|
|
1308
|
-
},
|
|
1451
|
+
{ [_h]: ["PUT", "/buckets/{tableBucketARN}/metrics", 204] },
|
|
1309
1452
|
() => PutTableBucketMetricsConfigurationRequest,
|
|
1310
1453
|
() => __Unit,
|
|
1311
1454
|
];
|
|
@@ -1313,19 +1456,31 @@ var PutTableBucketPolicy = [
|
|
|
1313
1456
|
9,
|
|
1314
1457
|
n0,
|
|
1315
1458
|
_PTBP,
|
|
1316
|
-
{
|
|
1317
|
-
[_h]: ["PUT", "/buckets/{tableBucketARN}/policy", 200],
|
|
1318
|
-
},
|
|
1459
|
+
{ [_h]: ["PUT", "/buckets/{tableBucketARN}/policy", 200] },
|
|
1319
1460
|
() => PutTableBucketPolicyRequest,
|
|
1320
1461
|
() => __Unit,
|
|
1321
1462
|
];
|
|
1463
|
+
var PutTableBucketReplication = [
|
|
1464
|
+
9,
|
|
1465
|
+
n0,
|
|
1466
|
+
_PTBR,
|
|
1467
|
+
{ [_h]: ["PUT", "/table-bucket-replication", 200] },
|
|
1468
|
+
() => PutTableBucketReplicationRequest,
|
|
1469
|
+
() => PutTableBucketReplicationResponse,
|
|
1470
|
+
];
|
|
1471
|
+
var PutTableBucketStorageClass = [
|
|
1472
|
+
9,
|
|
1473
|
+
n0,
|
|
1474
|
+
_PTBSC,
|
|
1475
|
+
{ [_h]: ["PUT", "/buckets/{tableBucketARN}/storage-class", 200] },
|
|
1476
|
+
() => PutTableBucketStorageClassRequest,
|
|
1477
|
+
() => __Unit,
|
|
1478
|
+
];
|
|
1322
1479
|
var PutTableMaintenanceConfiguration = [
|
|
1323
1480
|
9,
|
|
1324
1481
|
n0,
|
|
1325
1482
|
_PTMC,
|
|
1326
|
-
{
|
|
1327
|
-
[_h]: ["PUT", "/tables/{tableBucketARN}/{namespace}/{name}/maintenance/{type}", 204],
|
|
1328
|
-
},
|
|
1483
|
+
{ [_h]: ["PUT", "/tables/{tableBucketARN}/{namespace}/{name}/maintenance/{type}", 204] },
|
|
1329
1484
|
() => PutTableMaintenanceConfigurationRequest,
|
|
1330
1485
|
() => __Unit,
|
|
1331
1486
|
];
|
|
@@ -1333,19 +1488,31 @@ var PutTablePolicy = [
|
|
|
1333
1488
|
9,
|
|
1334
1489
|
n0,
|
|
1335
1490
|
_PTP,
|
|
1336
|
-
{
|
|
1337
|
-
[_h]: ["PUT", "/tables/{tableBucketARN}/{namespace}/{name}/policy", 200],
|
|
1338
|
-
},
|
|
1491
|
+
{ [_h]: ["PUT", "/tables/{tableBucketARN}/{namespace}/{name}/policy", 200] },
|
|
1339
1492
|
() => PutTablePolicyRequest,
|
|
1340
1493
|
() => __Unit,
|
|
1341
1494
|
];
|
|
1495
|
+
var PutTableRecordExpirationConfiguration = [
|
|
1496
|
+
9,
|
|
1497
|
+
n0,
|
|
1498
|
+
_PTREC,
|
|
1499
|
+
{ [_h]: ["PUT", "/table-record-expiration", 204] },
|
|
1500
|
+
() => PutTableRecordExpirationConfigurationRequest,
|
|
1501
|
+
() => __Unit,
|
|
1502
|
+
];
|
|
1503
|
+
var PutTableReplication = [
|
|
1504
|
+
9,
|
|
1505
|
+
n0,
|
|
1506
|
+
_PTR,
|
|
1507
|
+
{ [_h]: ["PUT", "/table-replication", 200] },
|
|
1508
|
+
() => PutTableReplicationRequest,
|
|
1509
|
+
() => PutTableReplicationResponse,
|
|
1510
|
+
];
|
|
1342
1511
|
var RenameTable = [
|
|
1343
1512
|
9,
|
|
1344
1513
|
n0,
|
|
1345
1514
|
_RT,
|
|
1346
|
-
{
|
|
1347
|
-
[_h]: ["PUT", "/tables/{tableBucketARN}/{namespace}/{name}/rename", 204],
|
|
1348
|
-
},
|
|
1515
|
+
{ [_h]: ["PUT", "/tables/{tableBucketARN}/{namespace}/{name}/rename", 204] },
|
|
1349
1516
|
() => RenameTableRequest,
|
|
1350
1517
|
() => __Unit,
|
|
1351
1518
|
];
|
|
@@ -1353,9 +1520,7 @@ var TagResource = [
|
|
|
1353
1520
|
9,
|
|
1354
1521
|
n0,
|
|
1355
1522
|
_TR,
|
|
1356
|
-
{
|
|
1357
|
-
[_h]: ["POST", "/tag/{resourceArn}", 200],
|
|
1358
|
-
},
|
|
1523
|
+
{ [_h]: ["POST", "/tag/{resourceArn}", 200] },
|
|
1359
1524
|
() => TagResourceRequest,
|
|
1360
1525
|
() => TagResourceResponse,
|
|
1361
1526
|
];
|
|
@@ -1363,9 +1528,7 @@ var UntagResource = [
|
|
|
1363
1528
|
9,
|
|
1364
1529
|
n0,
|
|
1365
1530
|
_UR,
|
|
1366
|
-
{
|
|
1367
|
-
[_h]: ["DELETE", "/tag/{resourceArn}", 204],
|
|
1368
|
-
},
|
|
1531
|
+
{ [_h]: ["DELETE", "/tag/{resourceArn}", 204] },
|
|
1369
1532
|
() => UntagResourceRequest,
|
|
1370
1533
|
() => UntagResourceResponse,
|
|
1371
1534
|
];
|
|
@@ -1373,9 +1536,7 @@ var UpdateTableMetadataLocation = [
|
|
|
1373
1536
|
9,
|
|
1374
1537
|
n0,
|
|
1375
1538
|
_UTML,
|
|
1376
|
-
{
|
|
1377
|
-
[_h]: ["PUT", "/tables/{tableBucketARN}/{namespace}/{name}/metadata-location", 200],
|
|
1378
|
-
},
|
|
1539
|
+
{ [_h]: ["PUT", "/tables/{tableBucketARN}/{namespace}/{name}/metadata-location", 200] },
|
|
1379
1540
|
() => UpdateTableMetadataLocationRequest,
|
|
1380
1541
|
() => UpdateTableMetadataLocationResponse,
|
|
1381
1542
|
];
|
|
@@ -1476,6 +1637,18 @@ class DeleteTableBucketPolicyCommand extends smithyClient.Command
|
|
|
1476
1637
|
.build() {
|
|
1477
1638
|
}
|
|
1478
1639
|
|
|
1640
|
+
class DeleteTableBucketReplicationCommand extends smithyClient.Command
|
|
1641
|
+
.classBuilder()
|
|
1642
|
+
.ep(commonParams)
|
|
1643
|
+
.m(function (Command, cs, config, o) {
|
|
1644
|
+
return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1645
|
+
})
|
|
1646
|
+
.s("S3TableBuckets", "DeleteTableBucketReplication", {})
|
|
1647
|
+
.n("S3TablesClient", "DeleteTableBucketReplicationCommand")
|
|
1648
|
+
.sc(DeleteTableBucketReplication)
|
|
1649
|
+
.build() {
|
|
1650
|
+
}
|
|
1651
|
+
|
|
1479
1652
|
class DeleteTableCommand extends smithyClient.Command
|
|
1480
1653
|
.classBuilder()
|
|
1481
1654
|
.ep(commonParams)
|
|
@@ -1500,6 +1673,18 @@ class DeleteTablePolicyCommand extends smithyClient.Command
|
|
|
1500
1673
|
.build() {
|
|
1501
1674
|
}
|
|
1502
1675
|
|
|
1676
|
+
class DeleteTableReplicationCommand extends smithyClient.Command
|
|
1677
|
+
.classBuilder()
|
|
1678
|
+
.ep(commonParams)
|
|
1679
|
+
.m(function (Command, cs, config, o) {
|
|
1680
|
+
return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1681
|
+
})
|
|
1682
|
+
.s("S3TableBuckets", "DeleteTableReplication", {})
|
|
1683
|
+
.n("S3TablesClient", "DeleteTableReplicationCommand")
|
|
1684
|
+
.sc(DeleteTableReplication)
|
|
1685
|
+
.build() {
|
|
1686
|
+
}
|
|
1687
|
+
|
|
1503
1688
|
class GetNamespaceCommand extends smithyClient.Command
|
|
1504
1689
|
.classBuilder()
|
|
1505
1690
|
.ep(commonParams)
|
|
@@ -1572,6 +1757,30 @@ class GetTableBucketPolicyCommand extends smithyClient.Command
|
|
|
1572
1757
|
.build() {
|
|
1573
1758
|
}
|
|
1574
1759
|
|
|
1760
|
+
class GetTableBucketReplicationCommand extends smithyClient.Command
|
|
1761
|
+
.classBuilder()
|
|
1762
|
+
.ep(commonParams)
|
|
1763
|
+
.m(function (Command, cs, config, o) {
|
|
1764
|
+
return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1765
|
+
})
|
|
1766
|
+
.s("S3TableBuckets", "GetTableBucketReplication", {})
|
|
1767
|
+
.n("S3TablesClient", "GetTableBucketReplicationCommand")
|
|
1768
|
+
.sc(GetTableBucketReplication)
|
|
1769
|
+
.build() {
|
|
1770
|
+
}
|
|
1771
|
+
|
|
1772
|
+
class GetTableBucketStorageClassCommand extends smithyClient.Command
|
|
1773
|
+
.classBuilder()
|
|
1774
|
+
.ep(commonParams)
|
|
1775
|
+
.m(function (Command, cs, config, o) {
|
|
1776
|
+
return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1777
|
+
})
|
|
1778
|
+
.s("S3TableBuckets", "GetTableBucketStorageClass", {})
|
|
1779
|
+
.n("S3TablesClient", "GetTableBucketStorageClassCommand")
|
|
1780
|
+
.sc(GetTableBucketStorageClass)
|
|
1781
|
+
.build() {
|
|
1782
|
+
}
|
|
1783
|
+
|
|
1575
1784
|
class GetTableCommand extends smithyClient.Command
|
|
1576
1785
|
.classBuilder()
|
|
1577
1786
|
.ep(commonParams)
|
|
@@ -1644,6 +1853,66 @@ class GetTablePolicyCommand extends smithyClient.Command
|
|
|
1644
1853
|
.build() {
|
|
1645
1854
|
}
|
|
1646
1855
|
|
|
1856
|
+
class GetTableRecordExpirationConfigurationCommand extends smithyClient.Command
|
|
1857
|
+
.classBuilder()
|
|
1858
|
+
.ep(commonParams)
|
|
1859
|
+
.m(function (Command, cs, config, o) {
|
|
1860
|
+
return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1861
|
+
})
|
|
1862
|
+
.s("S3TableBuckets", "GetTableRecordExpirationConfiguration", {})
|
|
1863
|
+
.n("S3TablesClient", "GetTableRecordExpirationConfigurationCommand")
|
|
1864
|
+
.sc(GetTableRecordExpirationConfiguration)
|
|
1865
|
+
.build() {
|
|
1866
|
+
}
|
|
1867
|
+
|
|
1868
|
+
class GetTableRecordExpirationJobStatusCommand extends smithyClient.Command
|
|
1869
|
+
.classBuilder()
|
|
1870
|
+
.ep(commonParams)
|
|
1871
|
+
.m(function (Command, cs, config, o) {
|
|
1872
|
+
return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1873
|
+
})
|
|
1874
|
+
.s("S3TableBuckets", "GetTableRecordExpirationJobStatus", {})
|
|
1875
|
+
.n("S3TablesClient", "GetTableRecordExpirationJobStatusCommand")
|
|
1876
|
+
.sc(GetTableRecordExpirationJobStatus)
|
|
1877
|
+
.build() {
|
|
1878
|
+
}
|
|
1879
|
+
|
|
1880
|
+
class GetTableReplicationCommand extends smithyClient.Command
|
|
1881
|
+
.classBuilder()
|
|
1882
|
+
.ep(commonParams)
|
|
1883
|
+
.m(function (Command, cs, config, o) {
|
|
1884
|
+
return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1885
|
+
})
|
|
1886
|
+
.s("S3TableBuckets", "GetTableReplication", {})
|
|
1887
|
+
.n("S3TablesClient", "GetTableReplicationCommand")
|
|
1888
|
+
.sc(GetTableReplication)
|
|
1889
|
+
.build() {
|
|
1890
|
+
}
|
|
1891
|
+
|
|
1892
|
+
class GetTableReplicationStatusCommand extends smithyClient.Command
|
|
1893
|
+
.classBuilder()
|
|
1894
|
+
.ep(commonParams)
|
|
1895
|
+
.m(function (Command, cs, config, o) {
|
|
1896
|
+
return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1897
|
+
})
|
|
1898
|
+
.s("S3TableBuckets", "GetTableReplicationStatus", {})
|
|
1899
|
+
.n("S3TablesClient", "GetTableReplicationStatusCommand")
|
|
1900
|
+
.sc(GetTableReplicationStatus)
|
|
1901
|
+
.build() {
|
|
1902
|
+
}
|
|
1903
|
+
|
|
1904
|
+
class GetTableStorageClassCommand extends smithyClient.Command
|
|
1905
|
+
.classBuilder()
|
|
1906
|
+
.ep(commonParams)
|
|
1907
|
+
.m(function (Command, cs, config, o) {
|
|
1908
|
+
return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1909
|
+
})
|
|
1910
|
+
.s("S3TableBuckets", "GetTableStorageClass", {})
|
|
1911
|
+
.n("S3TablesClient", "GetTableStorageClassCommand")
|
|
1912
|
+
.sc(GetTableStorageClass)
|
|
1913
|
+
.build() {
|
|
1914
|
+
}
|
|
1915
|
+
|
|
1647
1916
|
class ListNamespacesCommand extends smithyClient.Command
|
|
1648
1917
|
.classBuilder()
|
|
1649
1918
|
.ep(commonParams)
|
|
@@ -1740,6 +2009,30 @@ class PutTableBucketPolicyCommand extends smithyClient.Command
|
|
|
1740
2009
|
.build() {
|
|
1741
2010
|
}
|
|
1742
2011
|
|
|
2012
|
+
class PutTableBucketReplicationCommand extends smithyClient.Command
|
|
2013
|
+
.classBuilder()
|
|
2014
|
+
.ep(commonParams)
|
|
2015
|
+
.m(function (Command, cs, config, o) {
|
|
2016
|
+
return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
2017
|
+
})
|
|
2018
|
+
.s("S3TableBuckets", "PutTableBucketReplication", {})
|
|
2019
|
+
.n("S3TablesClient", "PutTableBucketReplicationCommand")
|
|
2020
|
+
.sc(PutTableBucketReplication)
|
|
2021
|
+
.build() {
|
|
2022
|
+
}
|
|
2023
|
+
|
|
2024
|
+
class PutTableBucketStorageClassCommand extends smithyClient.Command
|
|
2025
|
+
.classBuilder()
|
|
2026
|
+
.ep(commonParams)
|
|
2027
|
+
.m(function (Command, cs, config, o) {
|
|
2028
|
+
return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
2029
|
+
})
|
|
2030
|
+
.s("S3TableBuckets", "PutTableBucketStorageClass", {})
|
|
2031
|
+
.n("S3TablesClient", "PutTableBucketStorageClassCommand")
|
|
2032
|
+
.sc(PutTableBucketStorageClass)
|
|
2033
|
+
.build() {
|
|
2034
|
+
}
|
|
2035
|
+
|
|
1743
2036
|
class PutTableMaintenanceConfigurationCommand extends smithyClient.Command
|
|
1744
2037
|
.classBuilder()
|
|
1745
2038
|
.ep(commonParams)
|
|
@@ -1764,6 +2057,30 @@ class PutTablePolicyCommand extends smithyClient.Command
|
|
|
1764
2057
|
.build() {
|
|
1765
2058
|
}
|
|
1766
2059
|
|
|
2060
|
+
class PutTableRecordExpirationConfigurationCommand extends smithyClient.Command
|
|
2061
|
+
.classBuilder()
|
|
2062
|
+
.ep(commonParams)
|
|
2063
|
+
.m(function (Command, cs, config, o) {
|
|
2064
|
+
return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
2065
|
+
})
|
|
2066
|
+
.s("S3TableBuckets", "PutTableRecordExpirationConfiguration", {})
|
|
2067
|
+
.n("S3TablesClient", "PutTableRecordExpirationConfigurationCommand")
|
|
2068
|
+
.sc(PutTableRecordExpirationConfiguration)
|
|
2069
|
+
.build() {
|
|
2070
|
+
}
|
|
2071
|
+
|
|
2072
|
+
class PutTableReplicationCommand extends smithyClient.Command
|
|
2073
|
+
.classBuilder()
|
|
2074
|
+
.ep(commonParams)
|
|
2075
|
+
.m(function (Command, cs, config, o) {
|
|
2076
|
+
return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
2077
|
+
})
|
|
2078
|
+
.s("S3TableBuckets", "PutTableReplication", {})
|
|
2079
|
+
.n("S3TablesClient", "PutTableReplicationCommand")
|
|
2080
|
+
.sc(PutTableReplication)
|
|
2081
|
+
.build() {
|
|
2082
|
+
}
|
|
2083
|
+
|
|
1767
2084
|
class RenameTableCommand extends smithyClient.Command
|
|
1768
2085
|
.classBuilder()
|
|
1769
2086
|
.ep(commonParams)
|
|
@@ -1822,7 +2139,9 @@ const commands = {
|
|
|
1822
2139
|
DeleteTableBucketEncryptionCommand,
|
|
1823
2140
|
DeleteTableBucketMetricsConfigurationCommand,
|
|
1824
2141
|
DeleteTableBucketPolicyCommand,
|
|
2142
|
+
DeleteTableBucketReplicationCommand,
|
|
1825
2143
|
DeleteTablePolicyCommand,
|
|
2144
|
+
DeleteTableReplicationCommand,
|
|
1826
2145
|
GetNamespaceCommand,
|
|
1827
2146
|
GetTableCommand,
|
|
1828
2147
|
GetTableBucketCommand,
|
|
@@ -1830,11 +2149,18 @@ const commands = {
|
|
|
1830
2149
|
GetTableBucketMaintenanceConfigurationCommand,
|
|
1831
2150
|
GetTableBucketMetricsConfigurationCommand,
|
|
1832
2151
|
GetTableBucketPolicyCommand,
|
|
2152
|
+
GetTableBucketReplicationCommand,
|
|
2153
|
+
GetTableBucketStorageClassCommand,
|
|
1833
2154
|
GetTableEncryptionCommand,
|
|
1834
2155
|
GetTableMaintenanceConfigurationCommand,
|
|
1835
2156
|
GetTableMaintenanceJobStatusCommand,
|
|
1836
2157
|
GetTableMetadataLocationCommand,
|
|
1837
2158
|
GetTablePolicyCommand,
|
|
2159
|
+
GetTableRecordExpirationConfigurationCommand,
|
|
2160
|
+
GetTableRecordExpirationJobStatusCommand,
|
|
2161
|
+
GetTableReplicationCommand,
|
|
2162
|
+
GetTableReplicationStatusCommand,
|
|
2163
|
+
GetTableStorageClassCommand,
|
|
1838
2164
|
ListNamespacesCommand,
|
|
1839
2165
|
ListTableBucketsCommand,
|
|
1840
2166
|
ListTablesCommand,
|
|
@@ -1843,8 +2169,12 @@ const commands = {
|
|
|
1843
2169
|
PutTableBucketMaintenanceConfigurationCommand,
|
|
1844
2170
|
PutTableBucketMetricsConfigurationCommand,
|
|
1845
2171
|
PutTableBucketPolicyCommand,
|
|
2172
|
+
PutTableBucketReplicationCommand,
|
|
2173
|
+
PutTableBucketStorageClassCommand,
|
|
1846
2174
|
PutTableMaintenanceConfigurationCommand,
|
|
1847
2175
|
PutTablePolicyCommand,
|
|
2176
|
+
PutTableRecordExpirationConfigurationCommand,
|
|
2177
|
+
PutTableReplicationCommand,
|
|
1848
2178
|
RenameTableCommand,
|
|
1849
2179
|
TagResourceCommand,
|
|
1850
2180
|
UntagResourceCommand,
|
|
@@ -1867,6 +2197,10 @@ const SSEAlgorithm = {
|
|
|
1867
2197
|
const OpenTableFormat = {
|
|
1868
2198
|
ICEBERG: "ICEBERG",
|
|
1869
2199
|
};
|
|
2200
|
+
const StorageClass = {
|
|
2201
|
+
INTELLIGENT_TIERING: "INTELLIGENT_TIERING",
|
|
2202
|
+
STANDARD: "STANDARD",
|
|
2203
|
+
};
|
|
1870
2204
|
const TableType = {
|
|
1871
2205
|
AWS: "aws",
|
|
1872
2206
|
CUSTOMER: "customer",
|
|
@@ -1903,6 +2237,21 @@ const JobStatus = {
|
|
|
1903
2237
|
NOT_YET_RUN: "Not_Yet_Run",
|
|
1904
2238
|
SUCCESSFUL: "Successful",
|
|
1905
2239
|
};
|
|
2240
|
+
const TableRecordExpirationStatus = {
|
|
2241
|
+
DISABLED: "disabled",
|
|
2242
|
+
ENABLED: "enabled",
|
|
2243
|
+
};
|
|
2244
|
+
const TableRecordExpirationJobStatus = {
|
|
2245
|
+
DISABLED: "Disabled",
|
|
2246
|
+
FAILED: "Failed",
|
|
2247
|
+
NOT_YET_RUN: "NotYetRun",
|
|
2248
|
+
SUCCESSFUL: "Successful",
|
|
2249
|
+
};
|
|
2250
|
+
const ReplicationStatus = {
|
|
2251
|
+
COMPLETED: "completed",
|
|
2252
|
+
FAILED: "failed",
|
|
2253
|
+
PENDING: "pending",
|
|
2254
|
+
};
|
|
1906
2255
|
|
|
1907
2256
|
Object.defineProperty(exports, "$Command", {
|
|
1908
2257
|
enumerable: true,
|
|
@@ -1923,8 +2272,10 @@ exports.DeleteTableBucketCommand = DeleteTableBucketCommand;
|
|
|
1923
2272
|
exports.DeleteTableBucketEncryptionCommand = DeleteTableBucketEncryptionCommand;
|
|
1924
2273
|
exports.DeleteTableBucketMetricsConfigurationCommand = DeleteTableBucketMetricsConfigurationCommand;
|
|
1925
2274
|
exports.DeleteTableBucketPolicyCommand = DeleteTableBucketPolicyCommand;
|
|
2275
|
+
exports.DeleteTableBucketReplicationCommand = DeleteTableBucketReplicationCommand;
|
|
1926
2276
|
exports.DeleteTableCommand = DeleteTableCommand;
|
|
1927
2277
|
exports.DeleteTablePolicyCommand = DeleteTablePolicyCommand;
|
|
2278
|
+
exports.DeleteTableReplicationCommand = DeleteTableReplicationCommand;
|
|
1928
2279
|
exports.ForbiddenException = ForbiddenException$1;
|
|
1929
2280
|
exports.GetNamespaceCommand = GetNamespaceCommand;
|
|
1930
2281
|
exports.GetTableBucketCommand = GetTableBucketCommand;
|
|
@@ -1932,12 +2283,19 @@ exports.GetTableBucketEncryptionCommand = GetTableBucketEncryptionCommand;
|
|
|
1932
2283
|
exports.GetTableBucketMaintenanceConfigurationCommand = GetTableBucketMaintenanceConfigurationCommand;
|
|
1933
2284
|
exports.GetTableBucketMetricsConfigurationCommand = GetTableBucketMetricsConfigurationCommand;
|
|
1934
2285
|
exports.GetTableBucketPolicyCommand = GetTableBucketPolicyCommand;
|
|
2286
|
+
exports.GetTableBucketReplicationCommand = GetTableBucketReplicationCommand;
|
|
2287
|
+
exports.GetTableBucketStorageClassCommand = GetTableBucketStorageClassCommand;
|
|
1935
2288
|
exports.GetTableCommand = GetTableCommand;
|
|
1936
2289
|
exports.GetTableEncryptionCommand = GetTableEncryptionCommand;
|
|
1937
2290
|
exports.GetTableMaintenanceConfigurationCommand = GetTableMaintenanceConfigurationCommand;
|
|
1938
2291
|
exports.GetTableMaintenanceJobStatusCommand = GetTableMaintenanceJobStatusCommand;
|
|
1939
2292
|
exports.GetTableMetadataLocationCommand = GetTableMetadataLocationCommand;
|
|
1940
2293
|
exports.GetTablePolicyCommand = GetTablePolicyCommand;
|
|
2294
|
+
exports.GetTableRecordExpirationConfigurationCommand = GetTableRecordExpirationConfigurationCommand;
|
|
2295
|
+
exports.GetTableRecordExpirationJobStatusCommand = GetTableRecordExpirationJobStatusCommand;
|
|
2296
|
+
exports.GetTableReplicationCommand = GetTableReplicationCommand;
|
|
2297
|
+
exports.GetTableReplicationStatusCommand = GetTableReplicationStatusCommand;
|
|
2298
|
+
exports.GetTableStorageClassCommand = GetTableStorageClassCommand;
|
|
1941
2299
|
exports.IcebergCompactionStrategy = IcebergCompactionStrategy;
|
|
1942
2300
|
exports.InternalServerErrorException = InternalServerErrorException$1;
|
|
1943
2301
|
exports.JobStatus = JobStatus;
|
|
@@ -1946,23 +2304,32 @@ exports.ListTableBucketsCommand = ListTableBucketsCommand;
|
|
|
1946
2304
|
exports.ListTablesCommand = ListTablesCommand;
|
|
1947
2305
|
exports.ListTagsForResourceCommand = ListTagsForResourceCommand;
|
|
1948
2306
|
exports.MaintenanceStatus = MaintenanceStatus;
|
|
2307
|
+
exports.MethodNotAllowedException = MethodNotAllowedException$1;
|
|
1949
2308
|
exports.NotFoundException = NotFoundException$1;
|
|
1950
2309
|
exports.OpenTableFormat = OpenTableFormat;
|
|
1951
2310
|
exports.PutTableBucketEncryptionCommand = PutTableBucketEncryptionCommand;
|
|
1952
2311
|
exports.PutTableBucketMaintenanceConfigurationCommand = PutTableBucketMaintenanceConfigurationCommand;
|
|
1953
2312
|
exports.PutTableBucketMetricsConfigurationCommand = PutTableBucketMetricsConfigurationCommand;
|
|
1954
2313
|
exports.PutTableBucketPolicyCommand = PutTableBucketPolicyCommand;
|
|
2314
|
+
exports.PutTableBucketReplicationCommand = PutTableBucketReplicationCommand;
|
|
2315
|
+
exports.PutTableBucketStorageClassCommand = PutTableBucketStorageClassCommand;
|
|
1955
2316
|
exports.PutTableMaintenanceConfigurationCommand = PutTableMaintenanceConfigurationCommand;
|
|
1956
2317
|
exports.PutTablePolicyCommand = PutTablePolicyCommand;
|
|
2318
|
+
exports.PutTableRecordExpirationConfigurationCommand = PutTableRecordExpirationConfigurationCommand;
|
|
2319
|
+
exports.PutTableReplicationCommand = PutTableReplicationCommand;
|
|
1957
2320
|
exports.RenameTableCommand = RenameTableCommand;
|
|
2321
|
+
exports.ReplicationStatus = ReplicationStatus;
|
|
1958
2322
|
exports.S3Tables = S3Tables;
|
|
1959
2323
|
exports.S3TablesClient = S3TablesClient;
|
|
1960
2324
|
exports.S3TablesServiceException = S3TablesServiceException$1;
|
|
1961
2325
|
exports.SSEAlgorithm = SSEAlgorithm;
|
|
2326
|
+
exports.StorageClass = StorageClass;
|
|
1962
2327
|
exports.TableBucketMaintenanceType = TableBucketMaintenanceType;
|
|
1963
2328
|
exports.TableBucketType = TableBucketType;
|
|
1964
2329
|
exports.TableMaintenanceJobType = TableMaintenanceJobType;
|
|
1965
2330
|
exports.TableMaintenanceType = TableMaintenanceType;
|
|
2331
|
+
exports.TableRecordExpirationJobStatus = TableRecordExpirationJobStatus;
|
|
2332
|
+
exports.TableRecordExpirationStatus = TableRecordExpirationStatus;
|
|
1966
2333
|
exports.TableType = TableType;
|
|
1967
2334
|
exports.TagResourceCommand = TagResourceCommand;
|
|
1968
2335
|
exports.TooManyRequestsException = TooManyRequestsException$1;
|