You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
//# - The [number of buckets](#max-buckets) defined in the associated [beacon version](#beacon-version-initialization).
69
+
//# - The [number of partitions](#max-partitions) defined in the associated [beacon version](#beacon-version-initialization).
70
70
//# - The logical table name for this defined in the associated [table config](../dynamodb-encryption-client/ddb-table-encryption-config.md#structure).
//# - The number of the bucket to use for this item
85
+
//# - The number of the partition to use for this item
86
86
87
-
structureGetBucketNumberOutput {
87
+
structureGetPartitionNumberOutput {
88
88
@required
89
-
bucketNumber: BucketNumber
89
+
partitionNumber: PartitionNumber
90
90
}
91
91
92
92
@javadoc("Returns encrypted data key description.")
@@ -327,10 +327,10 @@ integer BeaconBitLength
327
327
integerVersionNumber
328
328
329
329
@range(min: 1, max: 255)
330
-
integerBucketCount
330
+
integerPartitionCount
331
331
332
332
@range(min: 0, max: 254)
333
-
integerBucketNumber
333
+
integerPartitionNumber
334
334
335
335
@length(min: 1, max: 1)
336
336
stringChar
@@ -715,8 +715,8 @@ structure StandardBeacon {
715
715
loc : TerminalLocation,
716
716
@javadoc("Optional augmented behavior.")
717
717
style : BeaconStyle,
718
-
@javadoc("The number of separate buckets across which this particular beacon should be divided. Ths must be no greater than the global numberOfBuckets, and can never be changed once an item containing this beacon has been written.")
719
-
numberOfBuckets : BucketCount
718
+
@javadoc("The number of separate partitions across which this particular beacon should be divided. Ths must be no greater than the global numberOfPartitions, and can never be changed once an item containing this beacon has been written.")
0 commit comments