@aws-sdk/client-s3tables 3.943.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/dist-cjs/index.js +86 -454
- package/dist-cjs/runtimeConfig.browser.js +2 -2
- package/dist-cjs/runtimeConfig.js +3 -4
- package/dist-es/S3TablesClient.js +2 -2
- package/dist-es/runtimeConfig.browser.js +2 -2
- package/dist-es/runtimeConfig.js +2 -3
- package/dist-es/schemas/schemas_0.js +86 -454
- package/dist-types/S3Tables.d.ts +1 -1
- package/dist-types/S3TablesClient.d.ts +10 -10
- 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 +3 -3
- package/dist-types/commands/CreateTableCommand.d.ts +3 -3
- 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 +3 -3
- 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 +3 -3
- 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 +3 -3
- package/dist-types/commands/GetTableBucketStorageClassCommand.d.ts +3 -3
- package/dist-types/commands/GetTableCommand.d.ts +3 -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 +3 -3
- package/dist-types/commands/GetTableRecordExpirationJobStatusCommand.d.ts +3 -3
- package/dist-types/commands/GetTableReplicationCommand.d.ts +3 -3
- package/dist-types/commands/GetTableReplicationStatusCommand.d.ts +3 -3
- package/dist-types/commands/GetTableStorageClassCommand.d.ts +3 -3
- 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 +3 -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 +3 -3
- package/dist-types/commands/PutTableBucketStorageClassCommand.d.ts +3 -3
- 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 +3 -3
- package/dist-types/commands/PutTableReplicationCommand.d.ts +3 -3
- 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/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/errors.d.ts +1 -1
- 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 +1 -1
- package/dist-types/ts3.4/S3TablesClient.d.ts +3 -3
- package/dist-types/ts3.4/auth/httpAuthExtensionConfiguration.d.ts +1 -1
- package/dist-types/ts3.4/models/S3TablesServiceException.d.ts +1 -1
- package/package.json +13 -12
|
@@ -265,41 +265,11 @@ const n0 = "com.amazonaws.s3tables";
|
|
|
265
265
|
import { TypeRegistry } from "@smithy/core/schema";
|
|
266
266
|
import { AccessDeniedException as __AccessDeniedException, BadRequestException as __BadRequestException, ConflictException as __ConflictException, ForbiddenException as __ForbiddenException, InternalServerErrorException as __InternalServerErrorException, MethodNotAllowedException as __MethodNotAllowedException, NotFoundException as __NotFoundException, TooManyRequestsException as __TooManyRequestsException, } from "../models/errors";
|
|
267
267
|
import { S3TablesServiceException as __S3TablesServiceException } from "../models/S3TablesServiceException";
|
|
268
|
-
export var AccessDeniedException = [
|
|
269
|
-
-3,
|
|
270
|
-
n0,
|
|
271
|
-
_ADE,
|
|
272
|
-
{
|
|
273
|
-
[_e]: _c,
|
|
274
|
-
[_hE]: 403,
|
|
275
|
-
},
|
|
276
|
-
[_m],
|
|
277
|
-
[0],
|
|
278
|
-
];
|
|
268
|
+
export var AccessDeniedException = [-3, n0, _ADE, { [_e]: _c, [_hE]: 403 }, [_m], [0]];
|
|
279
269
|
TypeRegistry.for(n0).registerError(AccessDeniedException, __AccessDeniedException);
|
|
280
|
-
export var BadRequestException = [
|
|
281
|
-
-3,
|
|
282
|
-
n0,
|
|
283
|
-
_BRE,
|
|
284
|
-
{
|
|
285
|
-
[_e]: _c,
|
|
286
|
-
[_hE]: 400,
|
|
287
|
-
},
|
|
288
|
-
[_m],
|
|
289
|
-
[0],
|
|
290
|
-
];
|
|
270
|
+
export var BadRequestException = [-3, n0, _BRE, { [_e]: _c, [_hE]: 400 }, [_m], [0]];
|
|
291
271
|
TypeRegistry.for(n0).registerError(BadRequestException, __BadRequestException);
|
|
292
|
-
export var ConflictException = [
|
|
293
|
-
-3,
|
|
294
|
-
n0,
|
|
295
|
-
_CE,
|
|
296
|
-
{
|
|
297
|
-
[_e]: _c,
|
|
298
|
-
[_hE]: 409,
|
|
299
|
-
},
|
|
300
|
-
[_m],
|
|
301
|
-
[0],
|
|
302
|
-
];
|
|
272
|
+
export var ConflictException = [-3, n0, _CE, { [_e]: _c, [_hE]: 409 }, [_m], [0]];
|
|
303
273
|
TypeRegistry.for(n0).registerError(ConflictException, __ConflictException);
|
|
304
274
|
export var CreateNamespaceRequest = [3, n0, _CNR, 0, [_tBARN, _n], [[0, 1], 64 | 0]];
|
|
305
275
|
export var CreateNamespaceResponse = [3, n0, _CNRr, 0, [_tBARN, _n], [0, 64 | 0]];
|
|
@@ -349,18 +319,8 @@ export var DeleteTableBucketReplicationRequest = [
|
|
|
349
319
|
0,
|
|
350
320
|
[_tBARN, _vT],
|
|
351
321
|
[
|
|
352
|
-
[
|
|
353
|
-
|
|
354
|
-
{
|
|
355
|
-
[_hQ]: _tBARN,
|
|
356
|
-
},
|
|
357
|
-
],
|
|
358
|
-
[
|
|
359
|
-
0,
|
|
360
|
-
{
|
|
361
|
-
[_hQ]: _vT,
|
|
362
|
-
},
|
|
363
|
-
],
|
|
322
|
+
[0, { [_hQ]: _tBARN }],
|
|
323
|
+
[0, { [_hQ]: _vT }],
|
|
364
324
|
],
|
|
365
325
|
];
|
|
366
326
|
export var DeleteTableBucketRequest = [3, n0, _DTBR, 0, [_tBARN], [[0, 1]]];
|
|
@@ -383,18 +343,8 @@ export var DeleteTableReplicationRequest = [
|
|
|
383
343
|
0,
|
|
384
344
|
[_tA, _vT],
|
|
385
345
|
[
|
|
386
|
-
[
|
|
387
|
-
|
|
388
|
-
{
|
|
389
|
-
[_hQ]: _tA,
|
|
390
|
-
},
|
|
391
|
-
],
|
|
392
|
-
[
|
|
393
|
-
0,
|
|
394
|
-
{
|
|
395
|
-
[_hQ]: _vT,
|
|
396
|
-
},
|
|
397
|
-
],
|
|
346
|
+
[0, { [_hQ]: _tA }],
|
|
347
|
+
[0, { [_hQ]: _vT }],
|
|
398
348
|
],
|
|
399
349
|
];
|
|
400
350
|
export var DeleteTableRequest = [
|
|
@@ -407,26 +357,11 @@ export var DeleteTableRequest = [
|
|
|
407
357
|
[0, 1],
|
|
408
358
|
[0, 1],
|
|
409
359
|
[0, 1],
|
|
410
|
-
[
|
|
411
|
-
0,
|
|
412
|
-
{
|
|
413
|
-
[_hQ]: _vT,
|
|
414
|
-
},
|
|
415
|
-
],
|
|
360
|
+
[0, { [_hQ]: _vT }],
|
|
416
361
|
],
|
|
417
362
|
];
|
|
418
363
|
export var EncryptionConfiguration = [3, n0, _EC, 0, [_sA, _kKA], [0, 0]];
|
|
419
|
-
export var ForbiddenException = [
|
|
420
|
-
-3,
|
|
421
|
-
n0,
|
|
422
|
-
_FE,
|
|
423
|
-
{
|
|
424
|
-
[_e]: _c,
|
|
425
|
-
[_hE]: 403,
|
|
426
|
-
},
|
|
427
|
-
[_m],
|
|
428
|
-
[0],
|
|
429
|
-
];
|
|
364
|
+
export var ForbiddenException = [-3, n0, _FE, { [_e]: _c, [_hE]: 403 }, [_m], [0]];
|
|
430
365
|
TypeRegistry.for(n0).registerError(ForbiddenException, __ForbiddenException);
|
|
431
366
|
export var GetNamespaceRequest = [
|
|
432
367
|
3,
|
|
@@ -489,14 +424,7 @@ export var GetTableBucketReplicationRequest = [
|
|
|
489
424
|
_GTBRR,
|
|
490
425
|
0,
|
|
491
426
|
[_tBARN],
|
|
492
|
-
[
|
|
493
|
-
[
|
|
494
|
-
0,
|
|
495
|
-
{
|
|
496
|
-
[_hQ]: _tBARN,
|
|
497
|
-
},
|
|
498
|
-
],
|
|
499
|
-
],
|
|
427
|
+
[[0, { [_hQ]: _tBARN }]],
|
|
500
428
|
];
|
|
501
429
|
export var GetTableBucketReplicationResponse = [
|
|
502
430
|
3,
|
|
@@ -616,14 +544,7 @@ export var GetTableRecordExpirationConfigurationRequest = [
|
|
|
616
544
|
_GTRECR,
|
|
617
545
|
0,
|
|
618
546
|
[_tA],
|
|
619
|
-
[
|
|
620
|
-
[
|
|
621
|
-
0,
|
|
622
|
-
{
|
|
623
|
-
[_hQ]: _tA,
|
|
624
|
-
},
|
|
625
|
-
],
|
|
626
|
-
],
|
|
547
|
+
[[0, { [_hQ]: _tA }]],
|
|
627
548
|
];
|
|
628
549
|
export var GetTableRecordExpirationConfigurationResponse = [
|
|
629
550
|
3,
|
|
@@ -639,14 +560,7 @@ export var GetTableRecordExpirationJobStatusRequest = [
|
|
|
639
560
|
_GTREJSR,
|
|
640
561
|
0,
|
|
641
562
|
[_tA],
|
|
642
|
-
[
|
|
643
|
-
[
|
|
644
|
-
0,
|
|
645
|
-
{
|
|
646
|
-
[_hQ]: _tA,
|
|
647
|
-
},
|
|
648
|
-
],
|
|
649
|
-
],
|
|
563
|
+
[[0, { [_hQ]: _tA }]],
|
|
650
564
|
];
|
|
651
565
|
export var GetTableRecordExpirationJobStatusResponse = [
|
|
652
566
|
3,
|
|
@@ -656,21 +570,7 @@ export var GetTableRecordExpirationJobStatusResponse = [
|
|
|
656
570
|
[_s, _lRT, _fM, _met],
|
|
657
571
|
[0, 5, 0, () => TableRecordExpirationJobMetrics],
|
|
658
572
|
];
|
|
659
|
-
export var GetTableReplicationRequest = [
|
|
660
|
-
3,
|
|
661
|
-
n0,
|
|
662
|
-
_GTRR,
|
|
663
|
-
0,
|
|
664
|
-
[_tA],
|
|
665
|
-
[
|
|
666
|
-
[
|
|
667
|
-
0,
|
|
668
|
-
{
|
|
669
|
-
[_hQ]: _tA,
|
|
670
|
-
},
|
|
671
|
-
],
|
|
672
|
-
],
|
|
673
|
-
];
|
|
573
|
+
export var GetTableReplicationRequest = [3, n0, _GTRR, 0, [_tA], [[0, { [_hQ]: _tA }]]];
|
|
674
574
|
export var GetTableReplicationResponse = [
|
|
675
575
|
3,
|
|
676
576
|
n0,
|
|
@@ -679,21 +579,7 @@ export var GetTableReplicationResponse = [
|
|
|
679
579
|
[_vT, _co],
|
|
680
580
|
[0, () => TableReplicationConfiguration],
|
|
681
581
|
];
|
|
682
|
-
export var GetTableReplicationStatusRequest = [
|
|
683
|
-
3,
|
|
684
|
-
n0,
|
|
685
|
-
_GTRSR,
|
|
686
|
-
0,
|
|
687
|
-
[_tA],
|
|
688
|
-
[
|
|
689
|
-
[
|
|
690
|
-
0,
|
|
691
|
-
{
|
|
692
|
-
[_hQ]: _tA,
|
|
693
|
-
},
|
|
694
|
-
],
|
|
695
|
-
],
|
|
696
|
-
];
|
|
582
|
+
export var GetTableReplicationStatusRequest = [3, n0, _GTRSR, 0, [_tA], [[0, { [_hQ]: _tA }]]];
|
|
697
583
|
export var GetTableReplicationStatusResponse = [
|
|
698
584
|
3,
|
|
699
585
|
n0,
|
|
@@ -709,30 +595,10 @@ export var GetTableRequest = [
|
|
|
709
595
|
0,
|
|
710
596
|
[_tBARN, _n, _na, _tA],
|
|
711
597
|
[
|
|
712
|
-
[
|
|
713
|
-
|
|
714
|
-
|
|
715
|
-
|
|
716
|
-
},
|
|
717
|
-
],
|
|
718
|
-
[
|
|
719
|
-
0,
|
|
720
|
-
{
|
|
721
|
-
[_hQ]: _n,
|
|
722
|
-
},
|
|
723
|
-
],
|
|
724
|
-
[
|
|
725
|
-
0,
|
|
726
|
-
{
|
|
727
|
-
[_hQ]: _na,
|
|
728
|
-
},
|
|
729
|
-
],
|
|
730
|
-
[
|
|
731
|
-
0,
|
|
732
|
-
{
|
|
733
|
-
[_hQ]: _tA,
|
|
734
|
-
},
|
|
735
|
-
],
|
|
598
|
+
[0, { [_hQ]: _tBARN }],
|
|
599
|
+
[0, { [_hQ]: _n }],
|
|
600
|
+
[0, { [_hQ]: _na }],
|
|
601
|
+
[0, { [_hQ]: _tA }],
|
|
736
602
|
],
|
|
737
603
|
];
|
|
738
604
|
export var GetTableResponse = [
|
|
@@ -768,17 +634,7 @@ export var IcebergMetadata = [3, n0, _IM, 0, [_sc, _p], [() => IcebergSchema, 12
|
|
|
768
634
|
export var IcebergSchema = [3, n0, _IS, 0, [_fi], [() => SchemaFieldList]];
|
|
769
635
|
export var IcebergSnapshotManagementSettings = [3, n0, _ISMS, 0, [_mSTK, _mSAH], [1, 1]];
|
|
770
636
|
export var IcebergUnreferencedFileRemovalSettings = [3, n0, _IUFRS, 0, [_uD, _nCD], [1, 1]];
|
|
771
|
-
export var InternalServerErrorException = [
|
|
772
|
-
-3,
|
|
773
|
-
n0,
|
|
774
|
-
_ISEE,
|
|
775
|
-
{
|
|
776
|
-
[_e]: _se,
|
|
777
|
-
[_hE]: 500,
|
|
778
|
-
},
|
|
779
|
-
[_m],
|
|
780
|
-
[0],
|
|
781
|
-
];
|
|
637
|
+
export var InternalServerErrorException = [-3, n0, _ISEE, { [_e]: _se, [_hE]: 500 }, [_m], [0]];
|
|
782
638
|
TypeRegistry.for(n0).registerError(InternalServerErrorException, __InternalServerErrorException);
|
|
783
639
|
export var LastSuccessfulReplicatedUpdate = [3, n0, _LSRU, 0, [_mL, _ti], [0, 5]];
|
|
784
640
|
export var ListNamespacesRequest = [
|
|
@@ -789,24 +645,9 @@ export var ListNamespacesRequest = [
|
|
|
789
645
|
[_tBARN, _pr, _cT, _mN],
|
|
790
646
|
[
|
|
791
647
|
[0, 1],
|
|
792
|
-
[
|
|
793
|
-
|
|
794
|
-
|
|
795
|
-
[_hQ]: _pr,
|
|
796
|
-
},
|
|
797
|
-
],
|
|
798
|
-
[
|
|
799
|
-
0,
|
|
800
|
-
{
|
|
801
|
-
[_hQ]: _cT,
|
|
802
|
-
},
|
|
803
|
-
],
|
|
804
|
-
[
|
|
805
|
-
1,
|
|
806
|
-
{
|
|
807
|
-
[_hQ]: _mN,
|
|
808
|
-
},
|
|
809
|
-
],
|
|
648
|
+
[0, { [_hQ]: _pr }],
|
|
649
|
+
[0, { [_hQ]: _cT }],
|
|
650
|
+
[1, { [_hQ]: _mN }],
|
|
810
651
|
],
|
|
811
652
|
];
|
|
812
653
|
export var ListNamespacesResponse = [
|
|
@@ -824,30 +665,10 @@ export var ListTableBucketsRequest = [
|
|
|
824
665
|
0,
|
|
825
666
|
[_pr, _cT, _mBa, _ty],
|
|
826
667
|
[
|
|
827
|
-
[
|
|
828
|
-
|
|
829
|
-
|
|
830
|
-
|
|
831
|
-
},
|
|
832
|
-
],
|
|
833
|
-
[
|
|
834
|
-
0,
|
|
835
|
-
{
|
|
836
|
-
[_hQ]: _cT,
|
|
837
|
-
},
|
|
838
|
-
],
|
|
839
|
-
[
|
|
840
|
-
1,
|
|
841
|
-
{
|
|
842
|
-
[_hQ]: _mBa,
|
|
843
|
-
},
|
|
844
|
-
],
|
|
845
|
-
[
|
|
846
|
-
0,
|
|
847
|
-
{
|
|
848
|
-
[_hQ]: _ty,
|
|
849
|
-
},
|
|
850
|
-
],
|
|
668
|
+
[0, { [_hQ]: _pr }],
|
|
669
|
+
[0, { [_hQ]: _cT }],
|
|
670
|
+
[1, { [_hQ]: _mBa }],
|
|
671
|
+
[0, { [_hQ]: _ty }],
|
|
851
672
|
],
|
|
852
673
|
];
|
|
853
674
|
export var ListTableBucketsResponse = [
|
|
@@ -866,47 +687,17 @@ export var ListTablesRequest = [
|
|
|
866
687
|
[_tBARN, _n, _pr, _cT, _mT],
|
|
867
688
|
[
|
|
868
689
|
[0, 1],
|
|
869
|
-
[
|
|
870
|
-
|
|
871
|
-
|
|
872
|
-
|
|
873
|
-
},
|
|
874
|
-
],
|
|
875
|
-
[
|
|
876
|
-
0,
|
|
877
|
-
{
|
|
878
|
-
[_hQ]: _pr,
|
|
879
|
-
},
|
|
880
|
-
],
|
|
881
|
-
[
|
|
882
|
-
0,
|
|
883
|
-
{
|
|
884
|
-
[_hQ]: _cT,
|
|
885
|
-
},
|
|
886
|
-
],
|
|
887
|
-
[
|
|
888
|
-
1,
|
|
889
|
-
{
|
|
890
|
-
[_hQ]: _mT,
|
|
891
|
-
},
|
|
892
|
-
],
|
|
690
|
+
[0, { [_hQ]: _n }],
|
|
691
|
+
[0, { [_hQ]: _pr }],
|
|
692
|
+
[0, { [_hQ]: _cT }],
|
|
693
|
+
[1, { [_hQ]: _mT }],
|
|
893
694
|
],
|
|
894
695
|
];
|
|
895
696
|
export var ListTablesResponse = [3, n0, _LTRi, 0, [_ta, _cT], [() => TableSummaryList, 0]];
|
|
896
697
|
export var ListTagsForResourceRequest = [3, n0, _LTFRR, 0, [_rA], [[0, 1]]];
|
|
897
698
|
export var ListTagsForResourceResponse = [3, n0, _LTFRRi, 0, [_t], [128 | 0]];
|
|
898
699
|
export var ManagedTableInformation = [3, n0, _MTI, 0, [_rI], [() => ReplicationInformation]];
|
|
899
|
-
export var MethodNotAllowedException = [
|
|
900
|
-
-3,
|
|
901
|
-
n0,
|
|
902
|
-
_MNAE,
|
|
903
|
-
{
|
|
904
|
-
[_e]: _c,
|
|
905
|
-
[_hE]: 405,
|
|
906
|
-
},
|
|
907
|
-
[_m],
|
|
908
|
-
[0],
|
|
909
|
-
];
|
|
700
|
+
export var MethodNotAllowedException = [-3, n0, _MNAE, { [_e]: _c, [_hE]: 405 }, [_m], [0]];
|
|
910
701
|
TypeRegistry.for(n0).registerError(MethodNotAllowedException, __MethodNotAllowedException);
|
|
911
702
|
export var NamespaceSummary = [
|
|
912
703
|
3,
|
|
@@ -916,17 +707,7 @@ export var NamespaceSummary = [
|
|
|
916
707
|
[_n, _cA, _cB, _oAI, _nI, _tBI],
|
|
917
708
|
[64 | 0, 5, 0, 0, 0, 0],
|
|
918
709
|
];
|
|
919
|
-
export var NotFoundException = [
|
|
920
|
-
-3,
|
|
921
|
-
n0,
|
|
922
|
-
_NFE,
|
|
923
|
-
{
|
|
924
|
-
[_e]: _c,
|
|
925
|
-
[_hE]: 404,
|
|
926
|
-
},
|
|
927
|
-
[_m],
|
|
928
|
-
[0],
|
|
929
|
-
];
|
|
710
|
+
export var NotFoundException = [-3, n0, _NFE, { [_e]: _c, [_hE]: 404 }, [_m], [0]];
|
|
930
711
|
TypeRegistry.for(n0).registerError(NotFoundException, __NotFoundException);
|
|
931
712
|
export var PutTableBucketEncryptionRequest = [
|
|
932
713
|
3,
|
|
@@ -952,21 +733,7 @@ export var PutTableBucketReplicationRequest = [
|
|
|
952
733
|
_PTBRR,
|
|
953
734
|
0,
|
|
954
735
|
[_tBARN, _vT, _co],
|
|
955
|
-
[
|
|
956
|
-
[
|
|
957
|
-
0,
|
|
958
|
-
{
|
|
959
|
-
[_hQ]: _tBARN,
|
|
960
|
-
},
|
|
961
|
-
],
|
|
962
|
-
[
|
|
963
|
-
0,
|
|
964
|
-
{
|
|
965
|
-
[_hQ]: _vT,
|
|
966
|
-
},
|
|
967
|
-
],
|
|
968
|
-
() => TableBucketReplicationConfiguration,
|
|
969
|
-
],
|
|
736
|
+
[[0, { [_hQ]: _tBARN }], [0, { [_hQ]: _vT }], () => TableBucketReplicationConfiguration],
|
|
970
737
|
];
|
|
971
738
|
export var PutTableBucketReplicationResponse = [3, n0, _PTBRRu, 0, [_vT, _s], [0, 0]];
|
|
972
739
|
export var PutTableBucketStorageClassRequest = [
|
|
@@ -999,15 +766,7 @@ export var PutTableRecordExpirationConfigurationRequest = [
|
|
|
999
766
|
_PTRECR,
|
|
1000
767
|
0,
|
|
1001
768
|
[_tA, _v],
|
|
1002
|
-
[
|
|
1003
|
-
[
|
|
1004
|
-
0,
|
|
1005
|
-
{
|
|
1006
|
-
[_hQ]: _tA,
|
|
1007
|
-
},
|
|
1008
|
-
],
|
|
1009
|
-
() => TableRecordExpirationConfigurationValue,
|
|
1010
|
-
],
|
|
769
|
+
[[0, { [_hQ]: _tA }], () => TableRecordExpirationConfigurationValue],
|
|
1011
770
|
];
|
|
1012
771
|
export var PutTableReplicationRequest = [
|
|
1013
772
|
3,
|
|
@@ -1015,21 +774,7 @@ export var PutTableReplicationRequest = [
|
|
|
1015
774
|
_PTRR,
|
|
1016
775
|
0,
|
|
1017
776
|
[_tA, _vT, _co],
|
|
1018
|
-
[
|
|
1019
|
-
[
|
|
1020
|
-
0,
|
|
1021
|
-
{
|
|
1022
|
-
[_hQ]: _tA,
|
|
1023
|
-
},
|
|
1024
|
-
],
|
|
1025
|
-
[
|
|
1026
|
-
0,
|
|
1027
|
-
{
|
|
1028
|
-
[_hQ]: _vT,
|
|
1029
|
-
},
|
|
1030
|
-
],
|
|
1031
|
-
() => TableReplicationConfiguration,
|
|
1032
|
-
],
|
|
777
|
+
[[0, { [_hQ]: _tA }], [0, { [_hQ]: _vT }], () => TableReplicationConfiguration],
|
|
1033
778
|
];
|
|
1034
779
|
export var PutTableReplicationResponse = [3, n0, _PTRRu, 0, [_vT, _s], [0, 0]];
|
|
1035
780
|
export var RenameTableRequest = [
|
|
@@ -1115,17 +860,7 @@ export var TableSummary = [
|
|
|
1115
860
|
];
|
|
1116
861
|
export var TagResourceRequest = [3, n0, _TRRa, 0, [_rA, _t], [[0, 1], 128 | 0]];
|
|
1117
862
|
export var TagResourceResponse = [3, n0, _TRRag, 0, [], []];
|
|
1118
|
-
export var TooManyRequestsException = [
|
|
1119
|
-
-3,
|
|
1120
|
-
n0,
|
|
1121
|
-
_TMRE,
|
|
1122
|
-
{
|
|
1123
|
-
[_e]: _c,
|
|
1124
|
-
[_hE]: 429,
|
|
1125
|
-
},
|
|
1126
|
-
[_m],
|
|
1127
|
-
[0],
|
|
1128
|
-
];
|
|
863
|
+
export var TooManyRequestsException = [-3, n0, _TMRE, { [_e]: _c, [_hE]: 429 }, [_m], [0]];
|
|
1129
864
|
TypeRegistry.for(n0).registerError(TooManyRequestsException, __TooManyRequestsException);
|
|
1130
865
|
export var UntagResourceRequest = [
|
|
1131
866
|
3,
|
|
@@ -1135,12 +870,7 @@ export var UntagResourceRequest = [
|
|
|
1135
870
|
[_rA, _tK],
|
|
1136
871
|
[
|
|
1137
872
|
[0, 1],
|
|
1138
|
-
[
|
|
1139
|
-
64 | 0,
|
|
1140
|
-
{
|
|
1141
|
-
[_hQ]: _tK,
|
|
1142
|
-
},
|
|
1143
|
-
],
|
|
873
|
+
[64 | 0, { [_hQ]: _tK }],
|
|
1144
874
|
],
|
|
1145
875
|
];
|
|
1146
876
|
export var UntagResourceResponse = [3, n0, _URRn, 0, [], []];
|
|
@@ -1213,9 +943,7 @@ export var CreateNamespace = [
|
|
|
1213
943
|
9,
|
|
1214
944
|
n0,
|
|
1215
945
|
_CN,
|
|
1216
|
-
{
|
|
1217
|
-
[_h]: ["PUT", "/namespaces/{tableBucketARN}", 200],
|
|
1218
|
-
},
|
|
946
|
+
{ [_h]: ["PUT", "/namespaces/{tableBucketARN}", 200] },
|
|
1219
947
|
() => CreateNamespaceRequest,
|
|
1220
948
|
() => CreateNamespaceResponse,
|
|
1221
949
|
];
|
|
@@ -1223,9 +951,7 @@ export var CreateTable = [
|
|
|
1223
951
|
9,
|
|
1224
952
|
n0,
|
|
1225
953
|
_CT,
|
|
1226
|
-
{
|
|
1227
|
-
[_h]: ["PUT", "/tables/{tableBucketARN}/{namespace}", 200],
|
|
1228
|
-
},
|
|
954
|
+
{ [_h]: ["PUT", "/tables/{tableBucketARN}/{namespace}", 200] },
|
|
1229
955
|
() => CreateTableRequest,
|
|
1230
956
|
() => CreateTableResponse,
|
|
1231
957
|
];
|
|
@@ -1233,9 +959,7 @@ export var CreateTableBucket = [
|
|
|
1233
959
|
9,
|
|
1234
960
|
n0,
|
|
1235
961
|
_CTB,
|
|
1236
|
-
{
|
|
1237
|
-
[_h]: ["PUT", "/buckets", 200],
|
|
1238
|
-
},
|
|
962
|
+
{ [_h]: ["PUT", "/buckets", 200] },
|
|
1239
963
|
() => CreateTableBucketRequest,
|
|
1240
964
|
() => CreateTableBucketResponse,
|
|
1241
965
|
];
|
|
@@ -1243,9 +967,7 @@ export var DeleteNamespace = [
|
|
|
1243
967
|
9,
|
|
1244
968
|
n0,
|
|
1245
969
|
_DN,
|
|
1246
|
-
{
|
|
1247
|
-
[_h]: ["DELETE", "/namespaces/{tableBucketARN}/{namespace}", 204],
|
|
1248
|
-
},
|
|
970
|
+
{ [_h]: ["DELETE", "/namespaces/{tableBucketARN}/{namespace}", 204] },
|
|
1249
971
|
() => DeleteNamespaceRequest,
|
|
1250
972
|
() => __Unit,
|
|
1251
973
|
];
|
|
@@ -1253,9 +975,7 @@ export var DeleteTable = [
|
|
|
1253
975
|
9,
|
|
1254
976
|
n0,
|
|
1255
977
|
_DT,
|
|
1256
|
-
{
|
|
1257
|
-
[_h]: ["DELETE", "/tables/{tableBucketARN}/{namespace}/{name}", 204],
|
|
1258
|
-
},
|
|
978
|
+
{ [_h]: ["DELETE", "/tables/{tableBucketARN}/{namespace}/{name}", 204] },
|
|
1259
979
|
() => DeleteTableRequest,
|
|
1260
980
|
() => __Unit,
|
|
1261
981
|
];
|
|
@@ -1263,9 +983,7 @@ export var DeleteTableBucket = [
|
|
|
1263
983
|
9,
|
|
1264
984
|
n0,
|
|
1265
985
|
_DTB,
|
|
1266
|
-
{
|
|
1267
|
-
[_h]: ["DELETE", "/buckets/{tableBucketARN}", 204],
|
|
1268
|
-
},
|
|
986
|
+
{ [_h]: ["DELETE", "/buckets/{tableBucketARN}", 204] },
|
|
1269
987
|
() => DeleteTableBucketRequest,
|
|
1270
988
|
() => __Unit,
|
|
1271
989
|
];
|
|
@@ -1273,9 +991,7 @@ export var DeleteTableBucketEncryption = [
|
|
|
1273
991
|
9,
|
|
1274
992
|
n0,
|
|
1275
993
|
_DTBE,
|
|
1276
|
-
{
|
|
1277
|
-
[_h]: ["DELETE", "/buckets/{tableBucketARN}/encryption", 204],
|
|
1278
|
-
},
|
|
994
|
+
{ [_h]: ["DELETE", "/buckets/{tableBucketARN}/encryption", 204] },
|
|
1279
995
|
() => DeleteTableBucketEncryptionRequest,
|
|
1280
996
|
() => __Unit,
|
|
1281
997
|
];
|
|
@@ -1283,9 +999,7 @@ export var DeleteTableBucketMetricsConfiguration = [
|
|
|
1283
999
|
9,
|
|
1284
1000
|
n0,
|
|
1285
1001
|
_DTBMC,
|
|
1286
|
-
{
|
|
1287
|
-
[_h]: ["DELETE", "/buckets/{tableBucketARN}/metrics", 204],
|
|
1288
|
-
},
|
|
1002
|
+
{ [_h]: ["DELETE", "/buckets/{tableBucketARN}/metrics", 204] },
|
|
1289
1003
|
() => DeleteTableBucketMetricsConfigurationRequest,
|
|
1290
1004
|
() => __Unit,
|
|
1291
1005
|
];
|
|
@@ -1293,9 +1007,7 @@ export var DeleteTableBucketPolicy = [
|
|
|
1293
1007
|
9,
|
|
1294
1008
|
n0,
|
|
1295
1009
|
_DTBP,
|
|
1296
|
-
{
|
|
1297
|
-
[_h]: ["DELETE", "/buckets/{tableBucketARN}/policy", 204],
|
|
1298
|
-
},
|
|
1010
|
+
{ [_h]: ["DELETE", "/buckets/{tableBucketARN}/policy", 204] },
|
|
1299
1011
|
() => DeleteTableBucketPolicyRequest,
|
|
1300
1012
|
() => __Unit,
|
|
1301
1013
|
];
|
|
@@ -1303,9 +1015,7 @@ export var DeleteTableBucketReplication = [
|
|
|
1303
1015
|
9,
|
|
1304
1016
|
n0,
|
|
1305
1017
|
_DTBRe,
|
|
1306
|
-
{
|
|
1307
|
-
[_h]: ["DELETE", "/table-bucket-replication", 204],
|
|
1308
|
-
},
|
|
1018
|
+
{ [_h]: ["DELETE", "/table-bucket-replication", 204] },
|
|
1309
1019
|
() => DeleteTableBucketReplicationRequest,
|
|
1310
1020
|
() => __Unit,
|
|
1311
1021
|
];
|
|
@@ -1313,9 +1023,7 @@ export var DeleteTablePolicy = [
|
|
|
1313
1023
|
9,
|
|
1314
1024
|
n0,
|
|
1315
1025
|
_DTP,
|
|
1316
|
-
{
|
|
1317
|
-
[_h]: ["DELETE", "/tables/{tableBucketARN}/{namespace}/{name}/policy", 204],
|
|
1318
|
-
},
|
|
1026
|
+
{ [_h]: ["DELETE", "/tables/{tableBucketARN}/{namespace}/{name}/policy", 204] },
|
|
1319
1027
|
() => DeleteTablePolicyRequest,
|
|
1320
1028
|
() => __Unit,
|
|
1321
1029
|
];
|
|
@@ -1323,9 +1031,7 @@ export var DeleteTableReplication = [
|
|
|
1323
1031
|
9,
|
|
1324
1032
|
n0,
|
|
1325
1033
|
_DTRe,
|
|
1326
|
-
{
|
|
1327
|
-
[_h]: ["DELETE", "/table-replication", 204],
|
|
1328
|
-
},
|
|
1034
|
+
{ [_h]: ["DELETE", "/table-replication", 204] },
|
|
1329
1035
|
() => DeleteTableReplicationRequest,
|
|
1330
1036
|
() => __Unit,
|
|
1331
1037
|
];
|
|
@@ -1333,9 +1039,7 @@ export var GetNamespace = [
|
|
|
1333
1039
|
9,
|
|
1334
1040
|
n0,
|
|
1335
1041
|
_GN,
|
|
1336
|
-
{
|
|
1337
|
-
[_h]: ["GET", "/namespaces/{tableBucketARN}/{namespace}", 200],
|
|
1338
|
-
},
|
|
1042
|
+
{ [_h]: ["GET", "/namespaces/{tableBucketARN}/{namespace}", 200] },
|
|
1339
1043
|
() => GetNamespaceRequest,
|
|
1340
1044
|
() => GetNamespaceResponse,
|
|
1341
1045
|
];
|
|
@@ -1343,9 +1047,7 @@ export var GetTable = [
|
|
|
1343
1047
|
9,
|
|
1344
1048
|
n0,
|
|
1345
1049
|
_GT,
|
|
1346
|
-
{
|
|
1347
|
-
[_h]: ["GET", "/get-table", 200],
|
|
1348
|
-
},
|
|
1050
|
+
{ [_h]: ["GET", "/get-table", 200] },
|
|
1349
1051
|
() => GetTableRequest,
|
|
1350
1052
|
() => GetTableResponse,
|
|
1351
1053
|
];
|
|
@@ -1353,9 +1055,7 @@ export var GetTableBucket = [
|
|
|
1353
1055
|
9,
|
|
1354
1056
|
n0,
|
|
1355
1057
|
_GTB,
|
|
1356
|
-
{
|
|
1357
|
-
[_h]: ["GET", "/buckets/{tableBucketARN}", 200],
|
|
1358
|
-
},
|
|
1058
|
+
{ [_h]: ["GET", "/buckets/{tableBucketARN}", 200] },
|
|
1359
1059
|
() => GetTableBucketRequest,
|
|
1360
1060
|
() => GetTableBucketResponse,
|
|
1361
1061
|
];
|
|
@@ -1363,9 +1063,7 @@ export var GetTableBucketEncryption = [
|
|
|
1363
1063
|
9,
|
|
1364
1064
|
n0,
|
|
1365
1065
|
_GTBE,
|
|
1366
|
-
{
|
|
1367
|
-
[_h]: ["GET", "/buckets/{tableBucketARN}/encryption", 200],
|
|
1368
|
-
},
|
|
1066
|
+
{ [_h]: ["GET", "/buckets/{tableBucketARN}/encryption", 200] },
|
|
1369
1067
|
() => GetTableBucketEncryptionRequest,
|
|
1370
1068
|
() => GetTableBucketEncryptionResponse,
|
|
1371
1069
|
];
|
|
@@ -1373,9 +1071,7 @@ export var GetTableBucketMaintenanceConfiguration = [
|
|
|
1373
1071
|
9,
|
|
1374
1072
|
n0,
|
|
1375
1073
|
_GTBMC,
|
|
1376
|
-
{
|
|
1377
|
-
[_h]: ["GET", "/buckets/{tableBucketARN}/maintenance", 200],
|
|
1378
|
-
},
|
|
1074
|
+
{ [_h]: ["GET", "/buckets/{tableBucketARN}/maintenance", 200] },
|
|
1379
1075
|
() => GetTableBucketMaintenanceConfigurationRequest,
|
|
1380
1076
|
() => GetTableBucketMaintenanceConfigurationResponse,
|
|
1381
1077
|
];
|
|
@@ -1383,9 +1079,7 @@ export var GetTableBucketMetricsConfiguration = [
|
|
|
1383
1079
|
9,
|
|
1384
1080
|
n0,
|
|
1385
1081
|
_GTBMCe,
|
|
1386
|
-
{
|
|
1387
|
-
[_h]: ["GET", "/buckets/{tableBucketARN}/metrics", 200],
|
|
1388
|
-
},
|
|
1082
|
+
{ [_h]: ["GET", "/buckets/{tableBucketARN}/metrics", 200] },
|
|
1389
1083
|
() => GetTableBucketMetricsConfigurationRequest,
|
|
1390
1084
|
() => GetTableBucketMetricsConfigurationResponse,
|
|
1391
1085
|
];
|
|
@@ -1393,9 +1087,7 @@ export var GetTableBucketPolicy = [
|
|
|
1393
1087
|
9,
|
|
1394
1088
|
n0,
|
|
1395
1089
|
_GTBP,
|
|
1396
|
-
{
|
|
1397
|
-
[_h]: ["GET", "/buckets/{tableBucketARN}/policy", 200],
|
|
1398
|
-
},
|
|
1090
|
+
{ [_h]: ["GET", "/buckets/{tableBucketARN}/policy", 200] },
|
|
1399
1091
|
() => GetTableBucketPolicyRequest,
|
|
1400
1092
|
() => GetTableBucketPolicyResponse,
|
|
1401
1093
|
];
|
|
@@ -1403,9 +1095,7 @@ export var GetTableBucketReplication = [
|
|
|
1403
1095
|
9,
|
|
1404
1096
|
n0,
|
|
1405
1097
|
_GTBRet,
|
|
1406
|
-
{
|
|
1407
|
-
[_h]: ["GET", "/table-bucket-replication", 200],
|
|
1408
|
-
},
|
|
1098
|
+
{ [_h]: ["GET", "/table-bucket-replication", 200] },
|
|
1409
1099
|
() => GetTableBucketReplicationRequest,
|
|
1410
1100
|
() => GetTableBucketReplicationResponse,
|
|
1411
1101
|
];
|
|
@@ -1413,9 +1103,7 @@ export var GetTableBucketStorageClass = [
|
|
|
1413
1103
|
9,
|
|
1414
1104
|
n0,
|
|
1415
1105
|
_GTBSC,
|
|
1416
|
-
{
|
|
1417
|
-
[_h]: ["GET", "/buckets/{tableBucketARN}/storage-class", 200],
|
|
1418
|
-
},
|
|
1106
|
+
{ [_h]: ["GET", "/buckets/{tableBucketARN}/storage-class", 200] },
|
|
1419
1107
|
() => GetTableBucketStorageClassRequest,
|
|
1420
1108
|
() => GetTableBucketStorageClassResponse,
|
|
1421
1109
|
];
|
|
@@ -1423,9 +1111,7 @@ export var GetTableEncryption = [
|
|
|
1423
1111
|
9,
|
|
1424
1112
|
n0,
|
|
1425
1113
|
_GTE,
|
|
1426
|
-
{
|
|
1427
|
-
[_h]: ["GET", "/tables/{tableBucketARN}/{namespace}/{name}/encryption", 200],
|
|
1428
|
-
},
|
|
1114
|
+
{ [_h]: ["GET", "/tables/{tableBucketARN}/{namespace}/{name}/encryption", 200] },
|
|
1429
1115
|
() => GetTableEncryptionRequest,
|
|
1430
1116
|
() => GetTableEncryptionResponse,
|
|
1431
1117
|
];
|
|
@@ -1433,9 +1119,7 @@ export var GetTableMaintenanceConfiguration = [
|
|
|
1433
1119
|
9,
|
|
1434
1120
|
n0,
|
|
1435
1121
|
_GTMC,
|
|
1436
|
-
{
|
|
1437
|
-
[_h]: ["GET", "/tables/{tableBucketARN}/{namespace}/{name}/maintenance", 200],
|
|
1438
|
-
},
|
|
1122
|
+
{ [_h]: ["GET", "/tables/{tableBucketARN}/{namespace}/{name}/maintenance", 200] },
|
|
1439
1123
|
() => GetTableMaintenanceConfigurationRequest,
|
|
1440
1124
|
() => GetTableMaintenanceConfigurationResponse,
|
|
1441
1125
|
];
|
|
@@ -1443,9 +1127,7 @@ export var GetTableMaintenanceJobStatus = [
|
|
|
1443
1127
|
9,
|
|
1444
1128
|
n0,
|
|
1445
1129
|
_GTMJS,
|
|
1446
|
-
{
|
|
1447
|
-
[_h]: ["GET", "/tables/{tableBucketARN}/{namespace}/{name}/maintenance-job-status", 200],
|
|
1448
|
-
},
|
|
1130
|
+
{ [_h]: ["GET", "/tables/{tableBucketARN}/{namespace}/{name}/maintenance-job-status", 200] },
|
|
1449
1131
|
() => GetTableMaintenanceJobStatusRequest,
|
|
1450
1132
|
() => GetTableMaintenanceJobStatusResponse,
|
|
1451
1133
|
];
|
|
@@ -1453,9 +1135,7 @@ export var GetTableMetadataLocation = [
|
|
|
1453
1135
|
9,
|
|
1454
1136
|
n0,
|
|
1455
1137
|
_GTML,
|
|
1456
|
-
{
|
|
1457
|
-
[_h]: ["GET", "/tables/{tableBucketARN}/{namespace}/{name}/metadata-location", 200],
|
|
1458
|
-
},
|
|
1138
|
+
{ [_h]: ["GET", "/tables/{tableBucketARN}/{namespace}/{name}/metadata-location", 200] },
|
|
1459
1139
|
() => GetTableMetadataLocationRequest,
|
|
1460
1140
|
() => GetTableMetadataLocationResponse,
|
|
1461
1141
|
];
|
|
@@ -1463,9 +1143,7 @@ export var GetTablePolicy = [
|
|
|
1463
1143
|
9,
|
|
1464
1144
|
n0,
|
|
1465
1145
|
_GTP,
|
|
1466
|
-
{
|
|
1467
|
-
[_h]: ["GET", "/tables/{tableBucketARN}/{namespace}/{name}/policy", 200],
|
|
1468
|
-
},
|
|
1146
|
+
{ [_h]: ["GET", "/tables/{tableBucketARN}/{namespace}/{name}/policy", 200] },
|
|
1469
1147
|
() => GetTablePolicyRequest,
|
|
1470
1148
|
() => GetTablePolicyResponse,
|
|
1471
1149
|
];
|
|
@@ -1473,9 +1151,7 @@ export var GetTableRecordExpirationConfiguration = [
|
|
|
1473
1151
|
9,
|
|
1474
1152
|
n0,
|
|
1475
1153
|
_GTREC,
|
|
1476
|
-
{
|
|
1477
|
-
[_h]: ["GET", "/table-record-expiration", 200],
|
|
1478
|
-
},
|
|
1154
|
+
{ [_h]: ["GET", "/table-record-expiration", 200] },
|
|
1479
1155
|
() => GetTableRecordExpirationConfigurationRequest,
|
|
1480
1156
|
() => GetTableRecordExpirationConfigurationResponse,
|
|
1481
1157
|
];
|
|
@@ -1483,9 +1159,7 @@ export var GetTableRecordExpirationJobStatus = [
|
|
|
1483
1159
|
9,
|
|
1484
1160
|
n0,
|
|
1485
1161
|
_GTREJS,
|
|
1486
|
-
{
|
|
1487
|
-
[_h]: ["GET", "/table-record-expiration-job-status", 200],
|
|
1488
|
-
},
|
|
1162
|
+
{ [_h]: ["GET", "/table-record-expiration-job-status", 200] },
|
|
1489
1163
|
() => GetTableRecordExpirationJobStatusRequest,
|
|
1490
1164
|
() => GetTableRecordExpirationJobStatusResponse,
|
|
1491
1165
|
];
|
|
@@ -1493,9 +1167,7 @@ export var GetTableReplication = [
|
|
|
1493
1167
|
9,
|
|
1494
1168
|
n0,
|
|
1495
1169
|
_GTRet,
|
|
1496
|
-
{
|
|
1497
|
-
[_h]: ["GET", "/table-replication", 200],
|
|
1498
|
-
},
|
|
1170
|
+
{ [_h]: ["GET", "/table-replication", 200] },
|
|
1499
1171
|
() => GetTableReplicationRequest,
|
|
1500
1172
|
() => GetTableReplicationResponse,
|
|
1501
1173
|
];
|
|
@@ -1503,9 +1175,7 @@ export var GetTableReplicationStatus = [
|
|
|
1503
1175
|
9,
|
|
1504
1176
|
n0,
|
|
1505
1177
|
_GTRS,
|
|
1506
|
-
{
|
|
1507
|
-
[_h]: ["GET", "/replication-status", 200],
|
|
1508
|
-
},
|
|
1178
|
+
{ [_h]: ["GET", "/replication-status", 200] },
|
|
1509
1179
|
() => GetTableReplicationStatusRequest,
|
|
1510
1180
|
() => GetTableReplicationStatusResponse,
|
|
1511
1181
|
];
|
|
@@ -1513,9 +1183,7 @@ export var GetTableStorageClass = [
|
|
|
1513
1183
|
9,
|
|
1514
1184
|
n0,
|
|
1515
1185
|
_GTSC,
|
|
1516
|
-
{
|
|
1517
|
-
[_h]: ["GET", "/tables/{tableBucketARN}/{namespace}/{name}/storage-class", 200],
|
|
1518
|
-
},
|
|
1186
|
+
{ [_h]: ["GET", "/tables/{tableBucketARN}/{namespace}/{name}/storage-class", 200] },
|
|
1519
1187
|
() => GetTableStorageClassRequest,
|
|
1520
1188
|
() => GetTableStorageClassResponse,
|
|
1521
1189
|
];
|
|
@@ -1523,9 +1191,7 @@ export var ListNamespaces = [
|
|
|
1523
1191
|
9,
|
|
1524
1192
|
n0,
|
|
1525
1193
|
_LN,
|
|
1526
|
-
{
|
|
1527
|
-
[_h]: ["GET", "/namespaces/{tableBucketARN}", 200],
|
|
1528
|
-
},
|
|
1194
|
+
{ [_h]: ["GET", "/namespaces/{tableBucketARN}", 200] },
|
|
1529
1195
|
() => ListNamespacesRequest,
|
|
1530
1196
|
() => ListNamespacesResponse,
|
|
1531
1197
|
];
|
|
@@ -1533,9 +1199,7 @@ export var ListTableBuckets = [
|
|
|
1533
1199
|
9,
|
|
1534
1200
|
n0,
|
|
1535
1201
|
_LTB,
|
|
1536
|
-
{
|
|
1537
|
-
[_h]: ["GET", "/buckets", 200],
|
|
1538
|
-
},
|
|
1202
|
+
{ [_h]: ["GET", "/buckets", 200] },
|
|
1539
1203
|
() => ListTableBucketsRequest,
|
|
1540
1204
|
() => ListTableBucketsResponse,
|
|
1541
1205
|
];
|
|
@@ -1543,9 +1207,7 @@ export var ListTables = [
|
|
|
1543
1207
|
9,
|
|
1544
1208
|
n0,
|
|
1545
1209
|
_LT,
|
|
1546
|
-
{
|
|
1547
|
-
[_h]: ["GET", "/tables/{tableBucketARN}", 200],
|
|
1548
|
-
},
|
|
1210
|
+
{ [_h]: ["GET", "/tables/{tableBucketARN}", 200] },
|
|
1549
1211
|
() => ListTablesRequest,
|
|
1550
1212
|
() => ListTablesResponse,
|
|
1551
1213
|
];
|
|
@@ -1553,9 +1215,7 @@ export var ListTagsForResource = [
|
|
|
1553
1215
|
9,
|
|
1554
1216
|
n0,
|
|
1555
1217
|
_LTFR,
|
|
1556
|
-
{
|
|
1557
|
-
[_h]: ["GET", "/tag/{resourceArn}", 200],
|
|
1558
|
-
},
|
|
1218
|
+
{ [_h]: ["GET", "/tag/{resourceArn}", 200] },
|
|
1559
1219
|
() => ListTagsForResourceRequest,
|
|
1560
1220
|
() => ListTagsForResourceResponse,
|
|
1561
1221
|
];
|
|
@@ -1563,9 +1223,7 @@ export var PutTableBucketEncryption = [
|
|
|
1563
1223
|
9,
|
|
1564
1224
|
n0,
|
|
1565
1225
|
_PTBE,
|
|
1566
|
-
{
|
|
1567
|
-
[_h]: ["PUT", "/buckets/{tableBucketARN}/encryption", 200],
|
|
1568
|
-
},
|
|
1226
|
+
{ [_h]: ["PUT", "/buckets/{tableBucketARN}/encryption", 200] },
|
|
1569
1227
|
() => PutTableBucketEncryptionRequest,
|
|
1570
1228
|
() => __Unit,
|
|
1571
1229
|
];
|
|
@@ -1573,9 +1231,7 @@ export var PutTableBucketMaintenanceConfiguration = [
|
|
|
1573
1231
|
9,
|
|
1574
1232
|
n0,
|
|
1575
1233
|
_PTBMC,
|
|
1576
|
-
{
|
|
1577
|
-
[_h]: ["PUT", "/buckets/{tableBucketARN}/maintenance/{type}", 204],
|
|
1578
|
-
},
|
|
1234
|
+
{ [_h]: ["PUT", "/buckets/{tableBucketARN}/maintenance/{type}", 204] },
|
|
1579
1235
|
() => PutTableBucketMaintenanceConfigurationRequest,
|
|
1580
1236
|
() => __Unit,
|
|
1581
1237
|
];
|
|
@@ -1583,9 +1239,7 @@ export var PutTableBucketMetricsConfiguration = [
|
|
|
1583
1239
|
9,
|
|
1584
1240
|
n0,
|
|
1585
1241
|
_PTBMCu,
|
|
1586
|
-
{
|
|
1587
|
-
[_h]: ["PUT", "/buckets/{tableBucketARN}/metrics", 204],
|
|
1588
|
-
},
|
|
1242
|
+
{ [_h]: ["PUT", "/buckets/{tableBucketARN}/metrics", 204] },
|
|
1589
1243
|
() => PutTableBucketMetricsConfigurationRequest,
|
|
1590
1244
|
() => __Unit,
|
|
1591
1245
|
];
|
|
@@ -1593,9 +1247,7 @@ export var PutTableBucketPolicy = [
|
|
|
1593
1247
|
9,
|
|
1594
1248
|
n0,
|
|
1595
1249
|
_PTBP,
|
|
1596
|
-
{
|
|
1597
|
-
[_h]: ["PUT", "/buckets/{tableBucketARN}/policy", 200],
|
|
1598
|
-
},
|
|
1250
|
+
{ [_h]: ["PUT", "/buckets/{tableBucketARN}/policy", 200] },
|
|
1599
1251
|
() => PutTableBucketPolicyRequest,
|
|
1600
1252
|
() => __Unit,
|
|
1601
1253
|
];
|
|
@@ -1603,9 +1255,7 @@ export var PutTableBucketReplication = [
|
|
|
1603
1255
|
9,
|
|
1604
1256
|
n0,
|
|
1605
1257
|
_PTBR,
|
|
1606
|
-
{
|
|
1607
|
-
[_h]: ["PUT", "/table-bucket-replication", 200],
|
|
1608
|
-
},
|
|
1258
|
+
{ [_h]: ["PUT", "/table-bucket-replication", 200] },
|
|
1609
1259
|
() => PutTableBucketReplicationRequest,
|
|
1610
1260
|
() => PutTableBucketReplicationResponse,
|
|
1611
1261
|
];
|
|
@@ -1613,9 +1263,7 @@ export var PutTableBucketStorageClass = [
|
|
|
1613
1263
|
9,
|
|
1614
1264
|
n0,
|
|
1615
1265
|
_PTBSC,
|
|
1616
|
-
{
|
|
1617
|
-
[_h]: ["PUT", "/buckets/{tableBucketARN}/storage-class", 200],
|
|
1618
|
-
},
|
|
1266
|
+
{ [_h]: ["PUT", "/buckets/{tableBucketARN}/storage-class", 200] },
|
|
1619
1267
|
() => PutTableBucketStorageClassRequest,
|
|
1620
1268
|
() => __Unit,
|
|
1621
1269
|
];
|
|
@@ -1623,9 +1271,7 @@ export var PutTableMaintenanceConfiguration = [
|
|
|
1623
1271
|
9,
|
|
1624
1272
|
n0,
|
|
1625
1273
|
_PTMC,
|
|
1626
|
-
{
|
|
1627
|
-
[_h]: ["PUT", "/tables/{tableBucketARN}/{namespace}/{name}/maintenance/{type}", 204],
|
|
1628
|
-
},
|
|
1274
|
+
{ [_h]: ["PUT", "/tables/{tableBucketARN}/{namespace}/{name}/maintenance/{type}", 204] },
|
|
1629
1275
|
() => PutTableMaintenanceConfigurationRequest,
|
|
1630
1276
|
() => __Unit,
|
|
1631
1277
|
];
|
|
@@ -1633,9 +1279,7 @@ export var PutTablePolicy = [
|
|
|
1633
1279
|
9,
|
|
1634
1280
|
n0,
|
|
1635
1281
|
_PTP,
|
|
1636
|
-
{
|
|
1637
|
-
[_h]: ["PUT", "/tables/{tableBucketARN}/{namespace}/{name}/policy", 200],
|
|
1638
|
-
},
|
|
1282
|
+
{ [_h]: ["PUT", "/tables/{tableBucketARN}/{namespace}/{name}/policy", 200] },
|
|
1639
1283
|
() => PutTablePolicyRequest,
|
|
1640
1284
|
() => __Unit,
|
|
1641
1285
|
];
|
|
@@ -1643,9 +1287,7 @@ export var PutTableRecordExpirationConfiguration = [
|
|
|
1643
1287
|
9,
|
|
1644
1288
|
n0,
|
|
1645
1289
|
_PTREC,
|
|
1646
|
-
{
|
|
1647
|
-
[_h]: ["PUT", "/table-record-expiration", 204],
|
|
1648
|
-
},
|
|
1290
|
+
{ [_h]: ["PUT", "/table-record-expiration", 204] },
|
|
1649
1291
|
() => PutTableRecordExpirationConfigurationRequest,
|
|
1650
1292
|
() => __Unit,
|
|
1651
1293
|
];
|
|
@@ -1653,9 +1295,7 @@ export var PutTableReplication = [
|
|
|
1653
1295
|
9,
|
|
1654
1296
|
n0,
|
|
1655
1297
|
_PTR,
|
|
1656
|
-
{
|
|
1657
|
-
[_h]: ["PUT", "/table-replication", 200],
|
|
1658
|
-
},
|
|
1298
|
+
{ [_h]: ["PUT", "/table-replication", 200] },
|
|
1659
1299
|
() => PutTableReplicationRequest,
|
|
1660
1300
|
() => PutTableReplicationResponse,
|
|
1661
1301
|
];
|
|
@@ -1663,9 +1303,7 @@ export var RenameTable = [
|
|
|
1663
1303
|
9,
|
|
1664
1304
|
n0,
|
|
1665
1305
|
_RT,
|
|
1666
|
-
{
|
|
1667
|
-
[_h]: ["PUT", "/tables/{tableBucketARN}/{namespace}/{name}/rename", 204],
|
|
1668
|
-
},
|
|
1306
|
+
{ [_h]: ["PUT", "/tables/{tableBucketARN}/{namespace}/{name}/rename", 204] },
|
|
1669
1307
|
() => RenameTableRequest,
|
|
1670
1308
|
() => __Unit,
|
|
1671
1309
|
];
|
|
@@ -1673,9 +1311,7 @@ export var TagResource = [
|
|
|
1673
1311
|
9,
|
|
1674
1312
|
n0,
|
|
1675
1313
|
_TR,
|
|
1676
|
-
{
|
|
1677
|
-
[_h]: ["POST", "/tag/{resourceArn}", 200],
|
|
1678
|
-
},
|
|
1314
|
+
{ [_h]: ["POST", "/tag/{resourceArn}", 200] },
|
|
1679
1315
|
() => TagResourceRequest,
|
|
1680
1316
|
() => TagResourceResponse,
|
|
1681
1317
|
];
|
|
@@ -1683,9 +1319,7 @@ export var UntagResource = [
|
|
|
1683
1319
|
9,
|
|
1684
1320
|
n0,
|
|
1685
1321
|
_UR,
|
|
1686
|
-
{
|
|
1687
|
-
[_h]: ["DELETE", "/tag/{resourceArn}", 204],
|
|
1688
|
-
},
|
|
1322
|
+
{ [_h]: ["DELETE", "/tag/{resourceArn}", 204] },
|
|
1689
1323
|
() => UntagResourceRequest,
|
|
1690
1324
|
() => UntagResourceResponse,
|
|
1691
1325
|
];
|
|
@@ -1693,9 +1327,7 @@ export var UpdateTableMetadataLocation = [
|
|
|
1693
1327
|
9,
|
|
1694
1328
|
n0,
|
|
1695
1329
|
_UTML,
|
|
1696
|
-
{
|
|
1697
|
-
[_h]: ["PUT", "/tables/{tableBucketARN}/{namespace}/{name}/metadata-location", 200],
|
|
1698
|
-
},
|
|
1330
|
+
{ [_h]: ["PUT", "/tables/{tableBucketARN}/{namespace}/{name}/metadata-location", 200] },
|
|
1699
1331
|
() => UpdateTableMetadataLocationRequest,
|
|
1700
1332
|
() => UpdateTableMetadataLocationResponse,
|
|
1701
1333
|
];
|