@aws-cdk/aws-s3tables-alpha 2.246.0-alpha.0 → 2.248.0-alpha.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/.jsii +166 -108
- package/lib/namespace.js +4 -3
- package/lib/table-bucket-policy.js +1 -1
- package/lib/table-bucket.js +6 -6
- package/lib/table-policy.js +1 -1
- package/lib/table.js +9 -8
- package/lib/util.js +4 -3
- package/package.json +6 -6
package/.jsii
CHANGED
|
@@ -8,7 +8,7 @@
|
|
|
8
8
|
"url": "https://aws.amazon.com"
|
|
9
9
|
},
|
|
10
10
|
"dependencies": {
|
|
11
|
-
"aws-cdk-lib": "^2.
|
|
11
|
+
"aws-cdk-lib": "^2.248.0",
|
|
12
12
|
"constructs": "^10.5.0"
|
|
13
13
|
},
|
|
14
14
|
"dependencyClosure": {
|
|
@@ -2027,6 +2027,19 @@
|
|
|
2027
2027
|
}
|
|
2028
2028
|
}
|
|
2029
2029
|
},
|
|
2030
|
+
"aws-cdk-lib.aws_interconnect": {
|
|
2031
|
+
"targets": {
|
|
2032
|
+
"dotnet": {
|
|
2033
|
+
"namespace": "Amazon.CDK.AWS.Interconnect"
|
|
2034
|
+
},
|
|
2035
|
+
"java": {
|
|
2036
|
+
"package": "software.amazon.awscdk.services.interconnect"
|
|
2037
|
+
},
|
|
2038
|
+
"python": {
|
|
2039
|
+
"module": "aws_cdk.aws_interconnect"
|
|
2040
|
+
}
|
|
2041
|
+
}
|
|
2042
|
+
},
|
|
2030
2043
|
"aws-cdk-lib.aws_internetmonitor": {
|
|
2031
2044
|
"targets": {
|
|
2032
2045
|
"dotnet": {
|
|
@@ -3954,6 +3967,19 @@
|
|
|
3954
3967
|
}
|
|
3955
3968
|
}
|
|
3956
3969
|
},
|
|
3970
|
+
"aws-cdk-lib.aws_uxc": {
|
|
3971
|
+
"targets": {
|
|
3972
|
+
"dotnet": {
|
|
3973
|
+
"namespace": "Amazon.CDK.AWS.UXC"
|
|
3974
|
+
},
|
|
3975
|
+
"java": {
|
|
3976
|
+
"package": "software.amazon.awscdk.services.uxc"
|
|
3977
|
+
},
|
|
3978
|
+
"python": {
|
|
3979
|
+
"module": "aws_cdk.aws_uxc"
|
|
3980
|
+
}
|
|
3981
|
+
}
|
|
3982
|
+
},
|
|
3957
3983
|
"aws-cdk-lib.aws_verifiedpermissions": {
|
|
3958
3984
|
"targets": {
|
|
3959
3985
|
"dotnet": {
|
|
@@ -6246,6 +6272,22 @@
|
|
|
6246
6272
|
}
|
|
6247
6273
|
}
|
|
6248
6274
|
},
|
|
6275
|
+
"aws-cdk-lib.interfaces.aws_interconnect": {
|
|
6276
|
+
"targets": {
|
|
6277
|
+
"dotnet": {
|
|
6278
|
+
"namespace": "Amazon.CDK.Interfaces.Interconnect"
|
|
6279
|
+
},
|
|
6280
|
+
"go": {
|
|
6281
|
+
"packageName": "interfacesawsinterconnect"
|
|
6282
|
+
},
|
|
6283
|
+
"java": {
|
|
6284
|
+
"package": "software.amazon.awscdk.interfaces.interconnect"
|
|
6285
|
+
},
|
|
6286
|
+
"python": {
|
|
6287
|
+
"module": "aws_cdk.interfaces.aws_interconnect"
|
|
6288
|
+
}
|
|
6289
|
+
}
|
|
6290
|
+
},
|
|
6249
6291
|
"aws-cdk-lib.interfaces.aws_internetmonitor": {
|
|
6250
6292
|
"targets": {
|
|
6251
6293
|
"dotnet": {
|
|
@@ -8390,6 +8432,22 @@
|
|
|
8390
8432
|
}
|
|
8391
8433
|
}
|
|
8392
8434
|
},
|
|
8435
|
+
"aws-cdk-lib.interfaces.aws_uxc": {
|
|
8436
|
+
"targets": {
|
|
8437
|
+
"dotnet": {
|
|
8438
|
+
"namespace": "Amazon.CDK.Interfaces.UXC"
|
|
8439
|
+
},
|
|
8440
|
+
"go": {
|
|
8441
|
+
"packageName": "interfacesawsuxc"
|
|
8442
|
+
},
|
|
8443
|
+
"java": {
|
|
8444
|
+
"package": "software.amazon.awscdk.interfaces.uxc"
|
|
8445
|
+
},
|
|
8446
|
+
"python": {
|
|
8447
|
+
"module": "aws_cdk.interfaces.aws_uxc"
|
|
8448
|
+
}
|
|
8449
|
+
}
|
|
8450
|
+
},
|
|
8393
8451
|
"aws-cdk-lib.interfaces.aws_verifiedpermissions": {
|
|
8394
8452
|
"targets": {
|
|
8395
8453
|
"dotnet": {
|
|
@@ -8778,7 +8836,7 @@
|
|
|
8778
8836
|
"kind": "interface",
|
|
8779
8837
|
"locationInModule": {
|
|
8780
8838
|
"filename": "lib/table.ts",
|
|
8781
|
-
"line":
|
|
8839
|
+
"line": 260
|
|
8782
8840
|
},
|
|
8783
8841
|
"name": "CompactionProperty",
|
|
8784
8842
|
"properties": [
|
|
@@ -8791,7 +8849,7 @@
|
|
|
8791
8849
|
"immutable": true,
|
|
8792
8850
|
"locationInModule": {
|
|
8793
8851
|
"filename": "lib/table.ts",
|
|
8794
|
-
"line":
|
|
8852
|
+
"line": 264
|
|
8795
8853
|
},
|
|
8796
8854
|
"name": "status",
|
|
8797
8855
|
"type": {
|
|
@@ -8807,7 +8865,7 @@
|
|
|
8807
8865
|
"immutable": true,
|
|
8808
8866
|
"locationInModule": {
|
|
8809
8867
|
"filename": "lib/table.ts",
|
|
8810
|
-
"line":
|
|
8868
|
+
"line": 268
|
|
8811
8869
|
},
|
|
8812
8870
|
"name": "targetFileSizeMb",
|
|
8813
8871
|
"type": {
|
|
@@ -8830,7 +8888,7 @@
|
|
|
8830
8888
|
"kind": "interface",
|
|
8831
8889
|
"locationInModule": {
|
|
8832
8890
|
"filename": "lib/namespace.ts",
|
|
8833
|
-
"line":
|
|
8891
|
+
"line": 14
|
|
8834
8892
|
},
|
|
8835
8893
|
"name": "INamespace",
|
|
8836
8894
|
"properties": [
|
|
@@ -8846,7 +8904,7 @@
|
|
|
8846
8904
|
"immutable": true,
|
|
8847
8905
|
"locationInModule": {
|
|
8848
8906
|
"filename": "lib/namespace.ts",
|
|
8849
|
-
"line":
|
|
8907
|
+
"line": 19
|
|
8850
8908
|
},
|
|
8851
8909
|
"name": "namespaceName",
|
|
8852
8910
|
"type": {
|
|
@@ -8865,7 +8923,7 @@
|
|
|
8865
8923
|
"immutable": true,
|
|
8866
8924
|
"locationInModule": {
|
|
8867
8925
|
"filename": "lib/namespace.ts",
|
|
8868
|
-
"line":
|
|
8926
|
+
"line": 25
|
|
8869
8927
|
},
|
|
8870
8928
|
"name": "tableBucket",
|
|
8871
8929
|
"type": {
|
|
@@ -8888,7 +8946,7 @@
|
|
|
8888
8946
|
"kind": "interface",
|
|
8889
8947
|
"locationInModule": {
|
|
8890
8948
|
"filename": "lib/table.ts",
|
|
8891
|
-
"line":
|
|
8949
|
+
"line": 25
|
|
8892
8950
|
},
|
|
8893
8951
|
"methods": [
|
|
8894
8952
|
{
|
|
@@ -8901,7 +8959,7 @@
|
|
|
8901
8959
|
},
|
|
8902
8960
|
"locationInModule": {
|
|
8903
8961
|
"filename": "lib/table.ts",
|
|
8904
|
-
"line":
|
|
8962
|
+
"line": 68
|
|
8905
8963
|
},
|
|
8906
8964
|
"name": "addToResourcePolicy",
|
|
8907
8965
|
"parameters": [
|
|
@@ -8930,7 +8988,7 @@
|
|
|
8930
8988
|
},
|
|
8931
8989
|
"locationInModule": {
|
|
8932
8990
|
"filename": "lib/table.ts",
|
|
8933
|
-
"line":
|
|
8991
|
+
"line": 78
|
|
8934
8992
|
},
|
|
8935
8993
|
"name": "grantRead",
|
|
8936
8994
|
"parameters": [
|
|
@@ -8959,7 +9017,7 @@
|
|
|
8959
9017
|
},
|
|
8960
9018
|
"locationInModule": {
|
|
8961
9019
|
"filename": "lib/table.ts",
|
|
8962
|
-
"line":
|
|
9020
|
+
"line": 100
|
|
8963
9021
|
},
|
|
8964
9022
|
"name": "grantReadWrite",
|
|
8965
9023
|
"parameters": [
|
|
@@ -8988,7 +9046,7 @@
|
|
|
8988
9046
|
},
|
|
8989
9047
|
"locationInModule": {
|
|
8990
9048
|
"filename": "lib/table.ts",
|
|
8991
|
-
"line":
|
|
9049
|
+
"line": 89
|
|
8992
9050
|
},
|
|
8993
9051
|
"name": "grantWrite",
|
|
8994
9052
|
"parameters": [
|
|
@@ -9023,7 +9081,7 @@
|
|
|
9023
9081
|
"immutable": true,
|
|
9024
9082
|
"locationInModule": {
|
|
9025
9083
|
"filename": "lib/table.ts",
|
|
9026
|
-
"line":
|
|
9084
|
+
"line": 30
|
|
9027
9085
|
},
|
|
9028
9086
|
"name": "tableArn",
|
|
9029
9087
|
"type": {
|
|
@@ -9042,7 +9100,7 @@
|
|
|
9042
9100
|
"immutable": true,
|
|
9043
9101
|
"locationInModule": {
|
|
9044
9102
|
"filename": "lib/table.ts",
|
|
9045
|
-
"line":
|
|
9103
|
+
"line": 36
|
|
9046
9104
|
},
|
|
9047
9105
|
"name": "tableName",
|
|
9048
9106
|
"type": {
|
|
@@ -9061,7 +9119,7 @@
|
|
|
9061
9119
|
"immutable": true,
|
|
9062
9120
|
"locationInModule": {
|
|
9063
9121
|
"filename": "lib/table.ts",
|
|
9064
|
-
"line":
|
|
9122
|
+
"line": 42
|
|
9065
9123
|
},
|
|
9066
9124
|
"name": "account",
|
|
9067
9125
|
"optional": true,
|
|
@@ -9081,7 +9139,7 @@
|
|
|
9081
9139
|
"immutable": true,
|
|
9082
9140
|
"locationInModule": {
|
|
9083
9141
|
"filename": "lib/table.ts",
|
|
9084
|
-
"line":
|
|
9142
|
+
"line": 48
|
|
9085
9143
|
},
|
|
9086
9144
|
"name": "region",
|
|
9087
9145
|
"optional": true,
|
|
@@ -9369,7 +9427,7 @@
|
|
|
9369
9427
|
"kind": "interface",
|
|
9370
9428
|
"locationInModule": {
|
|
9371
9429
|
"filename": "lib/table.ts",
|
|
9372
|
-
"line":
|
|
9430
|
+
"line": 514
|
|
9373
9431
|
},
|
|
9374
9432
|
"name": "IcebergMetadataProperty",
|
|
9375
9433
|
"properties": [
|
|
@@ -9383,7 +9441,7 @@
|
|
|
9383
9441
|
"immutable": true,
|
|
9384
9442
|
"locationInModule": {
|
|
9385
9443
|
"filename": "lib/table.ts",
|
|
9386
|
-
"line":
|
|
9444
|
+
"line": 520
|
|
9387
9445
|
},
|
|
9388
9446
|
"name": "icebergSchema",
|
|
9389
9447
|
"type": {
|
|
@@ -9400,7 +9458,7 @@
|
|
|
9400
9458
|
"immutable": true,
|
|
9401
9459
|
"locationInModule": {
|
|
9402
9460
|
"filename": "lib/table.ts",
|
|
9403
|
-
"line":
|
|
9461
|
+
"line": 527
|
|
9404
9462
|
},
|
|
9405
9463
|
"name": "icebergPartitionSpec",
|
|
9406
9464
|
"optional": true,
|
|
@@ -9418,7 +9476,7 @@
|
|
|
9418
9476
|
"immutable": true,
|
|
9419
9477
|
"locationInModule": {
|
|
9420
9478
|
"filename": "lib/table.ts",
|
|
9421
|
-
"line":
|
|
9479
|
+
"line": 534
|
|
9422
9480
|
},
|
|
9423
9481
|
"name": "icebergSortOrder",
|
|
9424
9482
|
"optional": true,
|
|
@@ -9437,7 +9495,7 @@
|
|
|
9437
9495
|
"immutable": true,
|
|
9438
9496
|
"locationInModule": {
|
|
9439
9497
|
"filename": "lib/table.ts",
|
|
9440
|
-
"line":
|
|
9498
|
+
"line": 542
|
|
9441
9499
|
},
|
|
9442
9500
|
"name": "tableProperties",
|
|
9443
9501
|
"optional": true,
|
|
@@ -9469,7 +9527,7 @@
|
|
|
9469
9527
|
"kind": "interface",
|
|
9470
9528
|
"locationInModule": {
|
|
9471
9529
|
"filename": "lib/table.ts",
|
|
9472
|
-
"line":
|
|
9530
|
+
"line": 404
|
|
9473
9531
|
},
|
|
9474
9532
|
"name": "IcebergPartitionField",
|
|
9475
9533
|
"properties": [
|
|
@@ -9482,7 +9540,7 @@
|
|
|
9482
9540
|
"immutable": true,
|
|
9483
9541
|
"locationInModule": {
|
|
9484
9542
|
"filename": "lib/table.ts",
|
|
9485
|
-
"line":
|
|
9543
|
+
"line": 420
|
|
9486
9544
|
},
|
|
9487
9545
|
"name": "name",
|
|
9488
9546
|
"type": {
|
|
@@ -9498,7 +9556,7 @@
|
|
|
9498
9556
|
"immutable": true,
|
|
9499
9557
|
"locationInModule": {
|
|
9500
9558
|
"filename": "lib/table.ts",
|
|
9501
|
-
"line":
|
|
9559
|
+
"line": 408
|
|
9502
9560
|
},
|
|
9503
9561
|
"name": "sourceId",
|
|
9504
9562
|
"type": {
|
|
@@ -9515,7 +9573,7 @@
|
|
|
9515
9573
|
"immutable": true,
|
|
9516
9574
|
"locationInModule": {
|
|
9517
9575
|
"filename": "lib/table.ts",
|
|
9518
|
-
"line":
|
|
9576
|
+
"line": 416
|
|
9519
9577
|
},
|
|
9520
9578
|
"name": "transform",
|
|
9521
9579
|
"type": {
|
|
@@ -9532,7 +9590,7 @@
|
|
|
9532
9590
|
"immutable": true,
|
|
9533
9591
|
"locationInModule": {
|
|
9534
9592
|
"filename": "lib/table.ts",
|
|
9535
|
-
"line":
|
|
9593
|
+
"line": 427
|
|
9536
9594
|
},
|
|
9537
9595
|
"name": "fieldId",
|
|
9538
9596
|
"optional": true,
|
|
@@ -9559,7 +9617,7 @@
|
|
|
9559
9617
|
"kind": "interface",
|
|
9560
9618
|
"locationInModule": {
|
|
9561
9619
|
"filename": "lib/table.ts",
|
|
9562
|
-
"line":
|
|
9620
|
+
"line": 436
|
|
9563
9621
|
},
|
|
9564
9622
|
"name": "IcebergPartitionSpec",
|
|
9565
9623
|
"properties": [
|
|
@@ -9572,7 +9630,7 @@
|
|
|
9572
9630
|
"immutable": true,
|
|
9573
9631
|
"locationInModule": {
|
|
9574
9632
|
"filename": "lib/table.ts",
|
|
9575
|
-
"line":
|
|
9633
|
+
"line": 440
|
|
9576
9634
|
},
|
|
9577
9635
|
"name": "fields",
|
|
9578
9636
|
"type": {
|
|
@@ -9594,7 +9652,7 @@
|
|
|
9594
9652
|
"immutable": true,
|
|
9595
9653
|
"locationInModule": {
|
|
9596
9654
|
"filename": "lib/table.ts",
|
|
9597
|
-
"line":
|
|
9655
|
+
"line": 447
|
|
9598
9656
|
},
|
|
9599
9657
|
"name": "specId",
|
|
9600
9658
|
"optional": true,
|
|
@@ -9620,7 +9678,7 @@
|
|
|
9620
9678
|
"kind": "interface",
|
|
9621
9679
|
"locationInModule": {
|
|
9622
9680
|
"filename": "lib/table.ts",
|
|
9623
|
-
"line":
|
|
9681
|
+
"line": 548
|
|
9624
9682
|
},
|
|
9625
9683
|
"name": "IcebergSchemaProperty",
|
|
9626
9684
|
"properties": [
|
|
@@ -9633,7 +9691,7 @@
|
|
|
9633
9691
|
"immutable": true,
|
|
9634
9692
|
"locationInModule": {
|
|
9635
9693
|
"filename": "lib/table.ts",
|
|
9636
|
-
"line":
|
|
9694
|
+
"line": 552
|
|
9637
9695
|
},
|
|
9638
9696
|
"name": "schemaFieldList",
|
|
9639
9697
|
"type": {
|
|
@@ -9663,7 +9721,7 @@
|
|
|
9663
9721
|
"kind": "interface",
|
|
9664
9722
|
"locationInModule": {
|
|
9665
9723
|
"filename": "lib/table.ts",
|
|
9666
|
-
"line":
|
|
9724
|
+
"line": 453
|
|
9667
9725
|
},
|
|
9668
9726
|
"name": "IcebergSortField",
|
|
9669
9727
|
"properties": [
|
|
@@ -9676,7 +9734,7 @@
|
|
|
9676
9734
|
"immutable": true,
|
|
9677
9735
|
"locationInModule": {
|
|
9678
9736
|
"filename": "lib/table.ts",
|
|
9679
|
-
"line":
|
|
9737
|
+
"line": 470
|
|
9680
9738
|
},
|
|
9681
9739
|
"name": "direction",
|
|
9682
9740
|
"type": {
|
|
@@ -9692,7 +9750,7 @@
|
|
|
9692
9750
|
"immutable": true,
|
|
9693
9751
|
"locationInModule": {
|
|
9694
9752
|
"filename": "lib/table.ts",
|
|
9695
|
-
"line":
|
|
9753
|
+
"line": 475
|
|
9696
9754
|
},
|
|
9697
9755
|
"name": "nullOrder",
|
|
9698
9756
|
"type": {
|
|
@@ -9708,7 +9766,7 @@
|
|
|
9708
9766
|
"immutable": true,
|
|
9709
9767
|
"locationInModule": {
|
|
9710
9768
|
"filename": "lib/table.ts",
|
|
9711
|
-
"line":
|
|
9769
|
+
"line": 457
|
|
9712
9770
|
},
|
|
9713
9771
|
"name": "sourceId",
|
|
9714
9772
|
"type": {
|
|
@@ -9725,7 +9783,7 @@
|
|
|
9725
9783
|
"immutable": true,
|
|
9726
9784
|
"locationInModule": {
|
|
9727
9785
|
"filename": "lib/table.ts",
|
|
9728
|
-
"line":
|
|
9786
|
+
"line": 465
|
|
9729
9787
|
},
|
|
9730
9788
|
"name": "transform",
|
|
9731
9789
|
"type": {
|
|
@@ -9750,7 +9808,7 @@
|
|
|
9750
9808
|
"kind": "interface",
|
|
9751
9809
|
"locationInModule": {
|
|
9752
9810
|
"filename": "lib/table.ts",
|
|
9753
|
-
"line":
|
|
9811
|
+
"line": 481
|
|
9754
9812
|
},
|
|
9755
9813
|
"name": "IcebergSortOrder",
|
|
9756
9814
|
"properties": [
|
|
@@ -9763,7 +9821,7 @@
|
|
|
9763
9821
|
"immutable": true,
|
|
9764
9822
|
"locationInModule": {
|
|
9765
9823
|
"filename": "lib/table.ts",
|
|
9766
|
-
"line":
|
|
9824
|
+
"line": 485
|
|
9767
9825
|
},
|
|
9768
9826
|
"name": "fields",
|
|
9769
9827
|
"type": {
|
|
@@ -9785,7 +9843,7 @@
|
|
|
9785
9843
|
"immutable": true,
|
|
9786
9844
|
"locationInModule": {
|
|
9787
9845
|
"filename": "lib/table.ts",
|
|
9788
|
-
"line":
|
|
9846
|
+
"line": 492
|
|
9789
9847
|
},
|
|
9790
9848
|
"name": "orderId",
|
|
9791
9849
|
"optional": true,
|
|
@@ -9810,7 +9868,7 @@
|
|
|
9810
9868
|
"kind": "class",
|
|
9811
9869
|
"locationInModule": {
|
|
9812
9870
|
"filename": "lib/table.ts",
|
|
9813
|
-
"line":
|
|
9871
|
+
"line": 288
|
|
9814
9872
|
},
|
|
9815
9873
|
"methods": [
|
|
9816
9874
|
{
|
|
@@ -9820,7 +9878,7 @@
|
|
|
9820
9878
|
},
|
|
9821
9879
|
"locationInModule": {
|
|
9822
9880
|
"filename": "lib/table.ts",
|
|
9823
|
-
"line":
|
|
9881
|
+
"line": 319
|
|
9824
9882
|
},
|
|
9825
9883
|
"name": "bucket",
|
|
9826
9884
|
"parameters": [
|
|
@@ -9848,7 +9906,7 @@
|
|
|
9848
9906
|
},
|
|
9849
9907
|
"locationInModule": {
|
|
9850
9908
|
"filename": "lib/table.ts",
|
|
9851
|
-
"line":
|
|
9909
|
+
"line": 349
|
|
9852
9910
|
},
|
|
9853
9911
|
"name": "of",
|
|
9854
9912
|
"parameters": [
|
|
@@ -9876,7 +9934,7 @@
|
|
|
9876
9934
|
},
|
|
9877
9935
|
"locationInModule": {
|
|
9878
9936
|
"filename": "lib/table.ts",
|
|
9879
|
-
"line":
|
|
9937
|
+
"line": 334
|
|
9880
9938
|
},
|
|
9881
9939
|
"name": "truncate",
|
|
9882
9940
|
"parameters": [
|
|
@@ -9904,7 +9962,7 @@
|
|
|
9904
9962
|
},
|
|
9905
9963
|
"locationInModule": {
|
|
9906
9964
|
"filename": "lib/table.ts",
|
|
9907
|
-
"line":
|
|
9965
|
+
"line": 365
|
|
9908
9966
|
},
|
|
9909
9967
|
"name": "toString",
|
|
9910
9968
|
"returns": {
|
|
@@ -9925,7 +9983,7 @@
|
|
|
9925
9983
|
"immutable": true,
|
|
9926
9984
|
"locationInModule": {
|
|
9927
9985
|
"filename": "lib/table.ts",
|
|
9928
|
-
"line":
|
|
9986
|
+
"line": 307
|
|
9929
9987
|
},
|
|
9930
9988
|
"name": "DAY",
|
|
9931
9989
|
"static": true,
|
|
@@ -9942,7 +10000,7 @@
|
|
|
9942
10000
|
"immutable": true,
|
|
9943
10001
|
"locationInModule": {
|
|
9944
10002
|
"filename": "lib/table.ts",
|
|
9945
|
-
"line":
|
|
10003
|
+
"line": 312
|
|
9946
10004
|
},
|
|
9947
10005
|
"name": "HOUR",
|
|
9948
10006
|
"static": true,
|
|
@@ -9959,7 +10017,7 @@
|
|
|
9959
10017
|
"immutable": true,
|
|
9960
10018
|
"locationInModule": {
|
|
9961
10019
|
"filename": "lib/table.ts",
|
|
9962
|
-
"line":
|
|
10020
|
+
"line": 292
|
|
9963
10021
|
},
|
|
9964
10022
|
"name": "IDENTITY",
|
|
9965
10023
|
"static": true,
|
|
@@ -9976,7 +10034,7 @@
|
|
|
9976
10034
|
"immutable": true,
|
|
9977
10035
|
"locationInModule": {
|
|
9978
10036
|
"filename": "lib/table.ts",
|
|
9979
|
-
"line":
|
|
10037
|
+
"line": 302
|
|
9980
10038
|
},
|
|
9981
10039
|
"name": "MONTH",
|
|
9982
10040
|
"static": true,
|
|
@@ -9993,7 +10051,7 @@
|
|
|
9993
10051
|
"immutable": true,
|
|
9994
10052
|
"locationInModule": {
|
|
9995
10053
|
"filename": "lib/table.ts",
|
|
9996
|
-
"line":
|
|
10054
|
+
"line": 297
|
|
9997
10055
|
},
|
|
9998
10056
|
"name": "YEAR",
|
|
9999
10057
|
"static": true,
|
|
@@ -10009,7 +10067,7 @@
|
|
|
10009
10067
|
"immutable": true,
|
|
10010
10068
|
"locationInModule": {
|
|
10011
10069
|
"filename": "lib/table.ts",
|
|
10012
|
-
"line":
|
|
10070
|
+
"line": 356
|
|
10013
10071
|
},
|
|
10014
10072
|
"name": "value",
|
|
10015
10073
|
"type": {
|
|
@@ -10038,7 +10096,7 @@
|
|
|
10038
10096
|
},
|
|
10039
10097
|
"locationInModule": {
|
|
10040
10098
|
"filename": "lib/namespace.ts",
|
|
10041
|
-
"line":
|
|
10099
|
+
"line": 158
|
|
10042
10100
|
},
|
|
10043
10101
|
"parameters": [
|
|
10044
10102
|
{
|
|
@@ -10067,7 +10125,7 @@
|
|
|
10067
10125
|
"kind": "class",
|
|
10068
10126
|
"locationInModule": {
|
|
10069
10127
|
"filename": "lib/namespace.ts",
|
|
10070
|
-
"line":
|
|
10128
|
+
"line": 67
|
|
10071
10129
|
},
|
|
10072
10130
|
"methods": [
|
|
10073
10131
|
{
|
|
@@ -10077,7 +10135,7 @@
|
|
|
10077
10135
|
},
|
|
10078
10136
|
"locationInModule": {
|
|
10079
10137
|
"filename": "lib/namespace.ts",
|
|
10080
|
-
"line":
|
|
10138
|
+
"line": 75
|
|
10081
10139
|
},
|
|
10082
10140
|
"name": "fromNamespaceAttributes",
|
|
10083
10141
|
"parameters": [
|
|
@@ -10117,7 +10175,7 @@
|
|
|
10117
10175
|
},
|
|
10118
10176
|
"locationInModule": {
|
|
10119
10177
|
"filename": "lib/namespace.ts",
|
|
10120
|
-
"line":
|
|
10178
|
+
"line": 88
|
|
10121
10179
|
},
|
|
10122
10180
|
"name": "validateNamespaceName",
|
|
10123
10181
|
"parameters": [
|
|
@@ -10145,7 +10203,7 @@
|
|
|
10145
10203
|
"immutable": true,
|
|
10146
10204
|
"locationInModule": {
|
|
10147
10205
|
"filename": "lib/namespace.ts",
|
|
10148
|
-
"line":
|
|
10206
|
+
"line": 70
|
|
10149
10207
|
},
|
|
10150
10208
|
"name": "PROPERTY_INJECTION_ID",
|
|
10151
10209
|
"static": true,
|
|
@@ -10161,7 +10219,7 @@
|
|
|
10161
10219
|
"immutable": true,
|
|
10162
10220
|
"locationInModule": {
|
|
10163
10221
|
"filename": "lib/namespace.ts",
|
|
10164
|
-
"line":
|
|
10222
|
+
"line": 151
|
|
10165
10223
|
},
|
|
10166
10224
|
"name": "namespaceName",
|
|
10167
10225
|
"overrides": "@aws-cdk/aws-s3tables-alpha.INamespace",
|
|
@@ -10177,7 +10235,7 @@
|
|
|
10177
10235
|
"immutable": true,
|
|
10178
10236
|
"locationInModule": {
|
|
10179
10237
|
"filename": "lib/namespace.ts",
|
|
10180
|
-
"line":
|
|
10238
|
+
"line": 156
|
|
10181
10239
|
},
|
|
10182
10240
|
"name": "tableBucket",
|
|
10183
10241
|
"overrides": "@aws-cdk/aws-s3tables-alpha.INamespace",
|
|
@@ -10203,7 +10261,7 @@
|
|
|
10203
10261
|
"kind": "interface",
|
|
10204
10262
|
"locationInModule": {
|
|
10205
10263
|
"filename": "lib/namespace.ts",
|
|
10206
|
-
"line":
|
|
10264
|
+
"line": 50
|
|
10207
10265
|
},
|
|
10208
10266
|
"name": "NamespaceAttributes",
|
|
10209
10267
|
"properties": [
|
|
@@ -10216,7 +10274,7 @@
|
|
|
10216
10274
|
"immutable": true,
|
|
10217
10275
|
"locationInModule": {
|
|
10218
10276
|
"filename": "lib/namespace.ts",
|
|
10219
|
-
"line":
|
|
10277
|
+
"line": 54
|
|
10220
10278
|
},
|
|
10221
10279
|
"name": "namespaceName",
|
|
10222
10280
|
"type": {
|
|
@@ -10232,7 +10290,7 @@
|
|
|
10232
10290
|
"immutable": true,
|
|
10233
10291
|
"locationInModule": {
|
|
10234
10292
|
"filename": "lib/namespace.ts",
|
|
10235
|
-
"line":
|
|
10293
|
+
"line": 59
|
|
10236
10294
|
},
|
|
10237
10295
|
"name": "tableBucket",
|
|
10238
10296
|
"type": {
|
|
@@ -10257,7 +10315,7 @@
|
|
|
10257
10315
|
"kind": "interface",
|
|
10258
10316
|
"locationInModule": {
|
|
10259
10317
|
"filename": "lib/namespace.ts",
|
|
10260
|
-
"line":
|
|
10318
|
+
"line": 31
|
|
10261
10319
|
},
|
|
10262
10320
|
"name": "NamespaceProps",
|
|
10263
10321
|
"properties": [
|
|
@@ -10270,7 +10328,7 @@
|
|
|
10270
10328
|
"immutable": true,
|
|
10271
10329
|
"locationInModule": {
|
|
10272
10330
|
"filename": "lib/namespace.ts",
|
|
10273
|
-
"line":
|
|
10331
|
+
"line": 35
|
|
10274
10332
|
},
|
|
10275
10333
|
"name": "namespaceName",
|
|
10276
10334
|
"type": {
|
|
@@ -10286,7 +10344,7 @@
|
|
|
10286
10344
|
"immutable": true,
|
|
10287
10345
|
"locationInModule": {
|
|
10288
10346
|
"filename": "lib/namespace.ts",
|
|
10289
|
-
"line":
|
|
10347
|
+
"line": 39
|
|
10290
10348
|
},
|
|
10291
10349
|
"name": "tableBucket",
|
|
10292
10350
|
"type": {
|
|
@@ -10303,7 +10361,7 @@
|
|
|
10303
10361
|
"immutable": true,
|
|
10304
10362
|
"locationInModule": {
|
|
10305
10363
|
"filename": "lib/namespace.ts",
|
|
10306
|
-
"line":
|
|
10364
|
+
"line": 44
|
|
10307
10365
|
},
|
|
10308
10366
|
"name": "removalPolicy",
|
|
10309
10367
|
"optional": true,
|
|
@@ -10328,7 +10386,7 @@
|
|
|
10328
10386
|
"kind": "enum",
|
|
10329
10387
|
"locationInModule": {
|
|
10330
10388
|
"filename": "lib/table.ts",
|
|
10331
|
-
"line":
|
|
10389
|
+
"line": 387
|
|
10332
10390
|
},
|
|
10333
10391
|
"members": [
|
|
10334
10392
|
{
|
|
@@ -10359,7 +10417,7 @@
|
|
|
10359
10417
|
"kind": "enum",
|
|
10360
10418
|
"locationInModule": {
|
|
10361
10419
|
"filename": "lib/table.ts",
|
|
10362
|
-
"line":
|
|
10420
|
+
"line": 248
|
|
10363
10421
|
},
|
|
10364
10422
|
"members": [
|
|
10365
10423
|
{
|
|
@@ -10423,7 +10481,7 @@
|
|
|
10423
10481
|
"kind": "interface",
|
|
10424
10482
|
"locationInModule": {
|
|
10425
10483
|
"filename": "lib/table.ts",
|
|
10426
|
-
"line":
|
|
10484
|
+
"line": 558
|
|
10427
10485
|
},
|
|
10428
10486
|
"name": "SchemaFieldProperty",
|
|
10429
10487
|
"properties": [
|
|
@@ -10436,7 +10494,7 @@
|
|
|
10436
10494
|
"immutable": true,
|
|
10437
10495
|
"locationInModule": {
|
|
10438
10496
|
"filename": "lib/table.ts",
|
|
10439
|
-
"line":
|
|
10497
|
+
"line": 569
|
|
10440
10498
|
},
|
|
10441
10499
|
"name": "name",
|
|
10442
10500
|
"type": {
|
|
@@ -10453,7 +10511,7 @@
|
|
|
10453
10511
|
"immutable": true,
|
|
10454
10512
|
"locationInModule": {
|
|
10455
10513
|
"filename": "lib/table.ts",
|
|
10456
|
-
"line":
|
|
10514
|
+
"line": 585
|
|
10457
10515
|
},
|
|
10458
10516
|
"name": "type",
|
|
10459
10517
|
"type": {
|
|
@@ -10470,7 +10528,7 @@
|
|
|
10470
10528
|
"immutable": true,
|
|
10471
10529
|
"locationInModule": {
|
|
10472
10530
|
"filename": "lib/table.ts",
|
|
10473
|
-
"line":
|
|
10531
|
+
"line": 564
|
|
10474
10532
|
},
|
|
10475
10533
|
"name": "id",
|
|
10476
10534
|
"optional": true,
|
|
@@ -10489,7 +10547,7 @@
|
|
|
10489
10547
|
"immutable": true,
|
|
10490
10548
|
"locationInModule": {
|
|
10491
10549
|
"filename": "lib/table.ts",
|
|
10492
|
-
"line":
|
|
10550
|
+
"line": 578
|
|
10493
10551
|
},
|
|
10494
10552
|
"name": "required",
|
|
10495
10553
|
"optional": true,
|
|
@@ -10517,7 +10575,7 @@
|
|
|
10517
10575
|
"kind": "interface",
|
|
10518
10576
|
"locationInModule": {
|
|
10519
10577
|
"filename": "lib/table.ts",
|
|
10520
|
-
"line":
|
|
10578
|
+
"line": 595
|
|
10521
10579
|
},
|
|
10522
10580
|
"name": "SnapshotManagementProperty",
|
|
10523
10581
|
"properties": [
|
|
@@ -10531,7 +10589,7 @@
|
|
|
10531
10589
|
"immutable": true,
|
|
10532
10590
|
"locationInModule": {
|
|
10533
10591
|
"filename": "lib/table.ts",
|
|
10534
|
-
"line":
|
|
10592
|
+
"line": 601
|
|
10535
10593
|
},
|
|
10536
10594
|
"name": "maxSnapshotAgeHours",
|
|
10537
10595
|
"optional": true,
|
|
@@ -10549,7 +10607,7 @@
|
|
|
10549
10607
|
"immutable": true,
|
|
10550
10608
|
"locationInModule": {
|
|
10551
10609
|
"filename": "lib/table.ts",
|
|
10552
|
-
"line":
|
|
10610
|
+
"line": 608
|
|
10553
10611
|
},
|
|
10554
10612
|
"name": "minSnapshotsToKeep",
|
|
10555
10613
|
"optional": true,
|
|
@@ -10567,7 +10625,7 @@
|
|
|
10567
10625
|
"immutable": true,
|
|
10568
10626
|
"locationInModule": {
|
|
10569
10627
|
"filename": "lib/table.ts",
|
|
10570
|
-
"line":
|
|
10628
|
+
"line": 615
|
|
10571
10629
|
},
|
|
10572
10630
|
"name": "status",
|
|
10573
10631
|
"optional": true,
|
|
@@ -10592,7 +10650,7 @@
|
|
|
10592
10650
|
"kind": "enum",
|
|
10593
10651
|
"locationInModule": {
|
|
10594
10652
|
"filename": "lib/table.ts",
|
|
10595
|
-
"line":
|
|
10653
|
+
"line": 373
|
|
10596
10654
|
},
|
|
10597
10655
|
"members": [
|
|
10598
10656
|
{
|
|
@@ -10627,7 +10685,7 @@
|
|
|
10627
10685
|
"kind": "enum",
|
|
10628
10686
|
"locationInModule": {
|
|
10629
10687
|
"filename": "lib/table.ts",
|
|
10630
|
-
"line":
|
|
10688
|
+
"line": 274
|
|
10631
10689
|
},
|
|
10632
10690
|
"members": [
|
|
10633
10691
|
{
|
|
@@ -10666,7 +10724,7 @@
|
|
|
10666
10724
|
},
|
|
10667
10725
|
"locationInModule": {
|
|
10668
10726
|
"filename": "lib/table.ts",
|
|
10669
|
-
"line":
|
|
10727
|
+
"line": 766
|
|
10670
10728
|
},
|
|
10671
10729
|
"parameters": [
|
|
10672
10730
|
{
|
|
@@ -10696,7 +10754,7 @@
|
|
|
10696
10754
|
"kind": "class",
|
|
10697
10755
|
"locationInModule": {
|
|
10698
10756
|
"filename": "lib/table.ts",
|
|
10699
|
-
"line":
|
|
10757
|
+
"line": 639
|
|
10700
10758
|
},
|
|
10701
10759
|
"methods": [
|
|
10702
10760
|
{
|
|
@@ -10706,7 +10764,7 @@
|
|
|
10706
10764
|
},
|
|
10707
10765
|
"locationInModule": {
|
|
10708
10766
|
"filename": "lib/table.ts",
|
|
10709
|
-
"line":
|
|
10767
|
+
"line": 651
|
|
10710
10768
|
},
|
|
10711
10769
|
"name": "fromTableAttributes",
|
|
10712
10770
|
"parameters": [
|
|
@@ -10755,7 +10813,7 @@
|
|
|
10755
10813
|
},
|
|
10756
10814
|
"locationInModule": {
|
|
10757
10815
|
"filename": "lib/table.ts",
|
|
10758
|
-
"line":
|
|
10816
|
+
"line": 684
|
|
10759
10817
|
},
|
|
10760
10818
|
"name": "validateTableName",
|
|
10761
10819
|
"parameters": [
|
|
@@ -10779,7 +10837,7 @@
|
|
|
10779
10837
|
},
|
|
10780
10838
|
"locationInModule": {
|
|
10781
10839
|
"filename": "lib/table.ts",
|
|
10782
|
-
"line":
|
|
10840
|
+
"line": 124
|
|
10783
10841
|
},
|
|
10784
10842
|
"name": "addToResourcePolicy",
|
|
10785
10843
|
"overrides": "@aws-cdk/aws-s3tables-alpha.ITable",
|
|
@@ -10804,7 +10862,7 @@
|
|
|
10804
10862
|
},
|
|
10805
10863
|
"locationInModule": {
|
|
10806
10864
|
"filename": "lib/table.ts",
|
|
10807
|
-
"line":
|
|
10865
|
+
"line": 145
|
|
10808
10866
|
},
|
|
10809
10867
|
"name": "grantRead",
|
|
10810
10868
|
"overrides": "@aws-cdk/aws-s3tables-alpha.ITable",
|
|
@@ -10829,7 +10887,7 @@
|
|
|
10829
10887
|
},
|
|
10830
10888
|
"locationInModule": {
|
|
10831
10889
|
"filename": "lib/table.ts",
|
|
10832
|
-
"line":
|
|
10890
|
+
"line": 167
|
|
10833
10891
|
},
|
|
10834
10892
|
"name": "grantReadWrite",
|
|
10835
10893
|
"overrides": "@aws-cdk/aws-s3tables-alpha.ITable",
|
|
@@ -10854,7 +10912,7 @@
|
|
|
10854
10912
|
},
|
|
10855
10913
|
"locationInModule": {
|
|
10856
10914
|
"filename": "lib/table.ts",
|
|
10857
|
-
"line":
|
|
10915
|
+
"line": 156
|
|
10858
10916
|
},
|
|
10859
10917
|
"name": "grantWrite",
|
|
10860
10918
|
"overrides": "@aws-cdk/aws-s3tables-alpha.ITable",
|
|
@@ -10884,7 +10942,7 @@
|
|
|
10884
10942
|
"immutable": true,
|
|
10885
10943
|
"locationInModule": {
|
|
10886
10944
|
"filename": "lib/table.ts",
|
|
10887
|
-
"line":
|
|
10945
|
+
"line": 642
|
|
10888
10946
|
},
|
|
10889
10947
|
"name": "PROPERTY_INJECTION_ID",
|
|
10890
10948
|
"static": true,
|
|
@@ -10900,7 +10958,7 @@
|
|
|
10900
10958
|
"immutable": true,
|
|
10901
10959
|
"locationInModule": {
|
|
10902
10960
|
"filename": "lib/table.ts",
|
|
10903
|
-
"line":
|
|
10961
|
+
"line": 747
|
|
10904
10962
|
},
|
|
10905
10963
|
"name": "cdkTagManager",
|
|
10906
10964
|
"overrides": "aws-cdk-lib.ITaggableV2",
|
|
@@ -10916,7 +10974,7 @@
|
|
|
10916
10974
|
"immutable": true,
|
|
10917
10975
|
"locationInModule": {
|
|
10918
10976
|
"filename": "lib/table.ts",
|
|
10919
|
-
"line":
|
|
10977
|
+
"line": 757
|
|
10920
10978
|
},
|
|
10921
10979
|
"name": "namespace",
|
|
10922
10980
|
"type": {
|
|
@@ -10931,7 +10989,7 @@
|
|
|
10931
10989
|
"immutable": true,
|
|
10932
10990
|
"locationInModule": {
|
|
10933
10991
|
"filename": "lib/table.ts",
|
|
10934
|
-
"line":
|
|
10992
|
+
"line": 736
|
|
10935
10993
|
},
|
|
10936
10994
|
"name": "tableArn",
|
|
10937
10995
|
"overrides": "@aws-cdk/aws-s3tables-alpha.ITable",
|
|
@@ -10947,7 +11005,7 @@
|
|
|
10947
11005
|
"immutable": true,
|
|
10948
11006
|
"locationInModule": {
|
|
10949
11007
|
"filename": "lib/table.ts",
|
|
10950
|
-
"line":
|
|
11008
|
+
"line": 752
|
|
10951
11009
|
},
|
|
10952
11010
|
"name": "tableName",
|
|
10953
11011
|
"overrides": "@aws-cdk/aws-s3tables-alpha.ITable",
|
|
@@ -10963,7 +11021,7 @@
|
|
|
10963
11021
|
"immutable": true,
|
|
10964
11022
|
"locationInModule": {
|
|
10965
11023
|
"filename": "lib/table.ts",
|
|
10966
|
-
"line":
|
|
11024
|
+
"line": 762
|
|
10967
11025
|
},
|
|
10968
11026
|
"name": "tablePolicy",
|
|
10969
11027
|
"optional": true,
|
|
@@ -10978,7 +11036,7 @@
|
|
|
10978
11036
|
},
|
|
10979
11037
|
"locationInModule": {
|
|
10980
11038
|
"filename": "lib/table.ts",
|
|
10981
|
-
"line":
|
|
11039
|
+
"line": 764
|
|
10982
11040
|
},
|
|
10983
11041
|
"name": "autoCreatePolicy",
|
|
10984
11042
|
"protected": true,
|
|
@@ -11005,7 +11063,7 @@
|
|
|
11005
11063
|
"kind": "interface",
|
|
11006
11064
|
"locationInModule": {
|
|
11007
11065
|
"filename": "lib/table.ts",
|
|
11008
|
-
"line":
|
|
11066
|
+
"line": 624
|
|
11009
11067
|
},
|
|
11010
11068
|
"name": "TableAttributes",
|
|
11011
11069
|
"properties": [
|
|
@@ -11018,7 +11076,7 @@
|
|
|
11018
11076
|
"immutable": true,
|
|
11019
11077
|
"locationInModule": {
|
|
11020
11078
|
"filename": "lib/table.ts",
|
|
11021
|
-
"line":
|
|
11079
|
+
"line": 633
|
|
11022
11080
|
},
|
|
11023
11081
|
"name": "tableArn",
|
|
11024
11082
|
"type": {
|
|
@@ -11034,7 +11092,7 @@
|
|
|
11034
11092
|
"immutable": true,
|
|
11035
11093
|
"locationInModule": {
|
|
11036
11094
|
"filename": "lib/table.ts",
|
|
11037
|
-
"line":
|
|
11095
|
+
"line": 628
|
|
11038
11096
|
},
|
|
11039
11097
|
"name": "tableName",
|
|
11040
11098
|
"type": {
|
|
@@ -12132,7 +12190,7 @@
|
|
|
12132
12190
|
"kind": "interface",
|
|
12133
12191
|
"locationInModule": {
|
|
12134
12192
|
"filename": "lib/table.ts",
|
|
12135
|
-
"line":
|
|
12193
|
+
"line": 498
|
|
12136
12194
|
},
|
|
12137
12195
|
"name": "TablePropertyEntry",
|
|
12138
12196
|
"properties": [
|
|
@@ -12145,7 +12203,7 @@
|
|
|
12145
12203
|
"immutable": true,
|
|
12146
12204
|
"locationInModule": {
|
|
12147
12205
|
"filename": "lib/table.ts",
|
|
12148
|
-
"line":
|
|
12206
|
+
"line": 502
|
|
12149
12207
|
},
|
|
12150
12208
|
"name": "key",
|
|
12151
12209
|
"type": {
|
|
@@ -12161,7 +12219,7 @@
|
|
|
12161
12219
|
"immutable": true,
|
|
12162
12220
|
"locationInModule": {
|
|
12163
12221
|
"filename": "lib/table.ts",
|
|
12164
|
-
"line":
|
|
12222
|
+
"line": 507
|
|
12165
12223
|
},
|
|
12166
12224
|
"name": "value",
|
|
12167
12225
|
"type": {
|
|
@@ -12186,7 +12244,7 @@
|
|
|
12186
12244
|
"kind": "interface",
|
|
12187
12245
|
"locationInModule": {
|
|
12188
12246
|
"filename": "lib/table.ts",
|
|
12189
|
-
"line":
|
|
12247
|
+
"line": 200
|
|
12190
12248
|
},
|
|
12191
12249
|
"name": "TableProps",
|
|
12192
12250
|
"properties": [
|
|
@@ -12199,7 +12257,7 @@
|
|
|
12199
12257
|
"immutable": true,
|
|
12200
12258
|
"locationInModule": {
|
|
12201
12259
|
"filename": "lib/table.ts",
|
|
12202
|
-
"line":
|
|
12260
|
+
"line": 208
|
|
12203
12261
|
},
|
|
12204
12262
|
"name": "namespace",
|
|
12205
12263
|
"type": {
|
|
@@ -12216,7 +12274,7 @@
|
|
|
12216
12274
|
"immutable": true,
|
|
12217
12275
|
"locationInModule": {
|
|
12218
12276
|
"filename": "lib/table.ts",
|
|
12219
|
-
"line":
|
|
12277
|
+
"line": 212
|
|
12220
12278
|
},
|
|
12221
12279
|
"name": "openTableFormat",
|
|
12222
12280
|
"type": {
|
|
@@ -12232,7 +12290,7 @@
|
|
|
12232
12290
|
"immutable": true,
|
|
12233
12291
|
"locationInModule": {
|
|
12234
12292
|
"filename": "lib/table.ts",
|
|
12235
|
-
"line":
|
|
12293
|
+
"line": 204
|
|
12236
12294
|
},
|
|
12237
12295
|
"name": "tableName",
|
|
12238
12296
|
"type": {
|
|
@@ -12250,7 +12308,7 @@
|
|
|
12250
12308
|
"immutable": true,
|
|
12251
12309
|
"locationInModule": {
|
|
12252
12310
|
"filename": "lib/table.ts",
|
|
12253
|
-
"line":
|
|
12311
|
+
"line": 218
|
|
12254
12312
|
},
|
|
12255
12313
|
"name": "compaction",
|
|
12256
12314
|
"optional": true,
|
|
@@ -12268,7 +12326,7 @@
|
|
|
12268
12326
|
"immutable": true,
|
|
12269
12327
|
"locationInModule": {
|
|
12270
12328
|
"filename": "lib/table.ts",
|
|
12271
|
-
"line":
|
|
12329
|
+
"line": 223
|
|
12272
12330
|
},
|
|
12273
12331
|
"name": "icebergMetadata",
|
|
12274
12332
|
"optional": true,
|
|
@@ -12286,7 +12344,7 @@
|
|
|
12286
12344
|
"immutable": true,
|
|
12287
12345
|
"locationInModule": {
|
|
12288
12346
|
"filename": "lib/table.ts",
|
|
12289
|
-
"line":
|
|
12347
|
+
"line": 234
|
|
12290
12348
|
},
|
|
12291
12349
|
"name": "removalPolicy",
|
|
12292
12350
|
"optional": true,
|
|
@@ -12304,7 +12362,7 @@
|
|
|
12304
12362
|
"immutable": true,
|
|
12305
12363
|
"locationInModule": {
|
|
12306
12364
|
"filename": "lib/table.ts",
|
|
12307
|
-
"line":
|
|
12365
|
+
"line": 228
|
|
12308
12366
|
},
|
|
12309
12367
|
"name": "snapshotManagement",
|
|
12310
12368
|
"optional": true,
|
|
@@ -12323,7 +12381,7 @@
|
|
|
12323
12381
|
"immutable": true,
|
|
12324
12382
|
"locationInModule": {
|
|
12325
12383
|
"filename": "lib/table.ts",
|
|
12326
|
-
"line":
|
|
12384
|
+
"line": 242
|
|
12327
12385
|
},
|
|
12328
12386
|
"name": "withoutMetadata",
|
|
12329
12387
|
"optional": true,
|
|
@@ -12452,6 +12510,6 @@
|
|
|
12452
12510
|
"symbolId": "lib/table-bucket:UnreferencedFileRemovalStatus"
|
|
12453
12511
|
}
|
|
12454
12512
|
},
|
|
12455
|
-
"version": "2.
|
|
12513
|
+
"version": "2.248.0-alpha.0",
|
|
12456
12514
|
"fingerprint": "**********"
|
|
12457
12515
|
}
|