We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
keep_alive
time
_shards
1 parent 3775ec6 commit 1419380Copy full SHA for 1419380
model/_global/create_pit/structures.smithy
@@ -37,6 +37,6 @@ structure CreatePit_Input with [CreatePit_QueryParams] {
37
@output
38
structure CreatePit_Output {
39
pit_id: String,
40
- _shard: ShardStatistics,
+ _shards: ShardStatistics,
41
creation_time: Long
42
}
model/common_strings.smithy
@@ -270,6 +270,8 @@ string Format
270
271
string Index
272
273
+@xDataType("time")
274
+@pattern("^([0-9]+)(?:d|h|m|s|ms|micros|nanos)$")
275
@documentation("Specify the keep alive for point in time.")
276
string KeepAlive
277
0 commit comments