aws-sdk-timestreamwrite 1.62.0 → 1.63.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.
- checksums.yaml +4 -4
- data/CHANGELOG.md +5 -0
- data/VERSION +1 -1
- data/lib/aws-sdk-timestreamwrite/client.rb +1 -1
- data/lib/aws-sdk-timestreamwrite.rb +1 -1
- data/sig/client.rbs +13 -75
- data/sig/params.rbs +50 -0
- metadata +2 -1
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 9698d1d8ce0bf3c8742ae3a2426de3877ea5dc66665d48c6b298b0446675be09
|
|
4
|
+
data.tar.gz: 2e1b6299686e159ae8197ccdb7d00cc2ed98208a2efb2666e8d88c78a5177e55
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 7edf42384db457aff6690022bf1d39939c6e89bd78851747fac97c50578dfda52e4504aa91b9568cbfec1d99867e20a3f51068ec375b9c5d64a749318025c5e1
|
|
7
|
+
data.tar.gz: 7831a2b1c3fd9700effb32f749d3f4ba7aea897189277fee2b8902f2d7c99233aaffe7ca7a2cbd1eb194e25fe5f328e519c90d605ba0e1d21e25715cc466bf42
|
data/CHANGELOG.md
CHANGED
data/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
1.
|
|
1
|
+
1.63.0
|
|
@@ -1684,7 +1684,7 @@ module Aws::TimestreamWrite
|
|
|
1684
1684
|
tracer: tracer
|
|
1685
1685
|
)
|
|
1686
1686
|
context[:gem_name] = 'aws-sdk-timestreamwrite'
|
|
1687
|
-
context[:gem_version] = '1.
|
|
1687
|
+
context[:gem_version] = '1.63.0'
|
|
1688
1688
|
Seahorse::Client::Request.new(handlers, context)
|
|
1689
1689
|
end
|
|
1690
1690
|
|
data/sig/client.rbs
CHANGED
|
@@ -94,7 +94,7 @@ module Aws
|
|
|
94
94
|
{
|
|
95
95
|
source_column: ::String?,
|
|
96
96
|
destination_column: ::String?
|
|
97
|
-
}
|
|
97
|
+
}
|
|
98
98
|
],
|
|
99
99
|
multi_measure_mappings: {
|
|
100
100
|
target_multi_measure_name: ::String?,
|
|
@@ -103,7 +103,7 @@ module Aws
|
|
|
103
103
|
source_column: ::String,
|
|
104
104
|
target_multi_measure_attribute_name: ::String?,
|
|
105
105
|
measure_value_type: ("DOUBLE" | "BIGINT" | "BOOLEAN" | "VARCHAR" | "TIMESTAMP")?
|
|
106
|
-
}
|
|
106
|
+
}
|
|
107
107
|
]
|
|
108
108
|
}?,
|
|
109
109
|
mixed_measure_mappings: Array[
|
|
@@ -117,9 +117,9 @@ module Aws
|
|
|
117
117
|
source_column: ::String,
|
|
118
118
|
target_multi_measure_attribute_name: ::String?,
|
|
119
119
|
measure_value_type: ("DOUBLE" | "BIGINT" | "BOOLEAN" | "VARCHAR" | "TIMESTAMP")?
|
|
120
|
-
}
|
|
120
|
+
}
|
|
121
121
|
]?
|
|
122
|
-
}
|
|
122
|
+
}
|
|
123
123
|
]?,
|
|
124
124
|
measure_name_column: ::String?
|
|
125
125
|
}?,
|
|
@@ -168,7 +168,7 @@ module Aws
|
|
|
168
168
|
{
|
|
169
169
|
key: ::String,
|
|
170
170
|
value: ::String
|
|
171
|
-
}
|
|
171
|
+
}
|
|
172
172
|
]
|
|
173
173
|
) -> _CreateDatabaseResponseSuccess
|
|
174
174
|
| (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _CreateDatabaseResponseSuccess
|
|
@@ -189,26 +189,16 @@ module Aws
|
|
|
189
189
|
{
|
|
190
190
|
key: ::String,
|
|
191
191
|
value: ::String
|
|
192
|
-
}
|
|
192
|
+
}
|
|
193
193
|
],
|
|
194
|
-
?magnetic_store_write_properties:
|
|
195
|
-
enable_magnetic_store_writes: bool,
|
|
196
|
-
magnetic_store_rejected_data_location: {
|
|
197
|
-
s3_configuration: {
|
|
198
|
-
bucket_name: ::String?,
|
|
199
|
-
object_key_prefix: ::String?,
|
|
200
|
-
encryption_option: ("SSE_S3" | "SSE_KMS")?,
|
|
201
|
-
kms_key_id: ::String?
|
|
202
|
-
}?
|
|
203
|
-
}?
|
|
204
|
-
},
|
|
194
|
+
?magnetic_store_write_properties: Params::magnetic_store_write_properties,
|
|
205
195
|
?schema: {
|
|
206
196
|
composite_partition_key: Array[
|
|
207
197
|
{
|
|
208
198
|
type: ("DIMENSION" | "MEASURE"),
|
|
209
199
|
name: ::String?,
|
|
210
200
|
enforcement_in_record: ("REQUIRED" | "OPTIONAL")?
|
|
211
|
-
}
|
|
201
|
+
}
|
|
212
202
|
]?
|
|
213
203
|
}
|
|
214
204
|
) -> _CreateTableResponseSuccess
|
|
@@ -334,7 +324,7 @@ module Aws
|
|
|
334
324
|
{
|
|
335
325
|
key: ::String,
|
|
336
326
|
value: ::String
|
|
337
|
-
}
|
|
327
|
+
}
|
|
338
328
|
]
|
|
339
329
|
) -> _TagResourceResponseSuccess
|
|
340
330
|
| (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _TagResourceResponseSuccess
|
|
@@ -372,24 +362,14 @@ module Aws
|
|
|
372
362
|
memory_store_retention_period_in_hours: ::Integer,
|
|
373
363
|
magnetic_store_retention_period_in_days: ::Integer
|
|
374
364
|
},
|
|
375
|
-
?magnetic_store_write_properties:
|
|
376
|
-
enable_magnetic_store_writes: bool,
|
|
377
|
-
magnetic_store_rejected_data_location: {
|
|
378
|
-
s3_configuration: {
|
|
379
|
-
bucket_name: ::String?,
|
|
380
|
-
object_key_prefix: ::String?,
|
|
381
|
-
encryption_option: ("SSE_S3" | "SSE_KMS")?,
|
|
382
|
-
kms_key_id: ::String?
|
|
383
|
-
}?
|
|
384
|
-
}?
|
|
385
|
-
},
|
|
365
|
+
?magnetic_store_write_properties: Params::magnetic_store_write_properties,
|
|
386
366
|
?schema: {
|
|
387
367
|
composite_partition_key: Array[
|
|
388
368
|
{
|
|
389
369
|
type: ("DIMENSION" | "MEASURE"),
|
|
390
370
|
name: ::String?,
|
|
391
371
|
enforcement_in_record: ("REQUIRED" | "OPTIONAL")?
|
|
392
|
-
}
|
|
372
|
+
}
|
|
393
373
|
]?
|
|
394
374
|
}
|
|
395
375
|
) -> _UpdateTableResponseSuccess
|
|
@@ -403,51 +383,9 @@ module Aws
|
|
|
403
383
|
def write_records: (
|
|
404
384
|
database_name: ::String,
|
|
405
385
|
table_name: ::String,
|
|
406
|
-
?common_attributes:
|
|
407
|
-
dimensions: Array[
|
|
408
|
-
{
|
|
409
|
-
name: ::String,
|
|
410
|
-
value: ::String,
|
|
411
|
-
dimension_value_type: ("VARCHAR")?
|
|
412
|
-
},
|
|
413
|
-
]?,
|
|
414
|
-
measure_name: ::String?,
|
|
415
|
-
measure_value: ::String?,
|
|
416
|
-
measure_value_type: ("DOUBLE" | "BIGINT" | "VARCHAR" | "BOOLEAN" | "TIMESTAMP" | "MULTI")?,
|
|
417
|
-
time: ::String?,
|
|
418
|
-
time_unit: ("MILLISECONDS" | "SECONDS" | "MICROSECONDS" | "NANOSECONDS")?,
|
|
419
|
-
version: ::Integer?,
|
|
420
|
-
measure_values: Array[
|
|
421
|
-
{
|
|
422
|
-
name: ::String,
|
|
423
|
-
value: ::String,
|
|
424
|
-
type: ("DOUBLE" | "BIGINT" | "VARCHAR" | "BOOLEAN" | "TIMESTAMP" | "MULTI")
|
|
425
|
-
},
|
|
426
|
-
]?
|
|
427
|
-
},
|
|
386
|
+
?common_attributes: Params::record,
|
|
428
387
|
records: Array[
|
|
429
|
-
|
|
430
|
-
dimensions: Array[
|
|
431
|
-
{
|
|
432
|
-
name: ::String,
|
|
433
|
-
value: ::String,
|
|
434
|
-
dimension_value_type: ("VARCHAR")?
|
|
435
|
-
},
|
|
436
|
-
]?,
|
|
437
|
-
measure_name: ::String?,
|
|
438
|
-
measure_value: ::String?,
|
|
439
|
-
measure_value_type: ("DOUBLE" | "BIGINT" | "VARCHAR" | "BOOLEAN" | "TIMESTAMP" | "MULTI")?,
|
|
440
|
-
time: ::String?,
|
|
441
|
-
time_unit: ("MILLISECONDS" | "SECONDS" | "MICROSECONDS" | "NANOSECONDS")?,
|
|
442
|
-
version: ::Integer?,
|
|
443
|
-
measure_values: Array[
|
|
444
|
-
{
|
|
445
|
-
name: ::String,
|
|
446
|
-
value: ::String,
|
|
447
|
-
type: ("DOUBLE" | "BIGINT" | "VARCHAR" | "BOOLEAN" | "TIMESTAMP" | "MULTI")
|
|
448
|
-
},
|
|
449
|
-
]?
|
|
450
|
-
},
|
|
388
|
+
Params::record
|
|
451
389
|
]
|
|
452
390
|
) -> _WriteRecordsResponseSuccess
|
|
453
391
|
| (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _WriteRecordsResponseSuccess
|
data/sig/params.rbs
ADDED
|
@@ -0,0 +1,50 @@
|
|
|
1
|
+
# WARNING ABOUT GENERATED CODE
|
|
2
|
+
#
|
|
3
|
+
# This file is generated. See the contributing guide for more information:
|
|
4
|
+
# https://github.com/aws/aws-sdk-ruby/blob/version-3/CONTRIBUTING.md
|
|
5
|
+
#
|
|
6
|
+
# WARNING ABOUT GENERATED CODE
|
|
7
|
+
|
|
8
|
+
module Aws
|
|
9
|
+
module TimestreamWrite
|
|
10
|
+
module Params
|
|
11
|
+
type magnetic_store_rejected_data_location = {
|
|
12
|
+
s3_configuration: {
|
|
13
|
+
bucket_name: ::String?,
|
|
14
|
+
object_key_prefix: ::String?,
|
|
15
|
+
encryption_option: ("SSE_S3" | "SSE_KMS")?,
|
|
16
|
+
kms_key_id: ::String?
|
|
17
|
+
}?
|
|
18
|
+
}
|
|
19
|
+
|
|
20
|
+
type magnetic_store_write_properties = {
|
|
21
|
+
enable_magnetic_store_writes: bool,
|
|
22
|
+
magnetic_store_rejected_data_location: Params::magnetic_store_rejected_data_location?
|
|
23
|
+
}
|
|
24
|
+
|
|
25
|
+
type record = {
|
|
26
|
+
dimensions: Array[
|
|
27
|
+
{
|
|
28
|
+
name: ::String,
|
|
29
|
+
value: ::String,
|
|
30
|
+
dimension_value_type: ("VARCHAR")?
|
|
31
|
+
}
|
|
32
|
+
]?,
|
|
33
|
+
measure_name: ::String?,
|
|
34
|
+
measure_value: ::String?,
|
|
35
|
+
measure_value_type: ("DOUBLE" | "BIGINT" | "VARCHAR" | "BOOLEAN" | "TIMESTAMP" | "MULTI")?,
|
|
36
|
+
time: ::String?,
|
|
37
|
+
time_unit: ("MILLISECONDS" | "SECONDS" | "MICROSECONDS" | "NANOSECONDS")?,
|
|
38
|
+
version: ::Integer?,
|
|
39
|
+
measure_values: Array[
|
|
40
|
+
{
|
|
41
|
+
name: ::String,
|
|
42
|
+
value: ::String,
|
|
43
|
+
type: ("DOUBLE" | "BIGINT" | "VARCHAR" | "BOOLEAN" | "TIMESTAMP" | "MULTI")
|
|
44
|
+
}
|
|
45
|
+
]?
|
|
46
|
+
}
|
|
47
|
+
|
|
48
|
+
end
|
|
49
|
+
end
|
|
50
|
+
end
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: aws-sdk-timestreamwrite
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 1.
|
|
4
|
+
version: 1.63.0
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Amazon Web Services
|
|
@@ -67,6 +67,7 @@ files:
|
|
|
67
67
|
- lib/aws-sdk-timestreamwrite/types.rb
|
|
68
68
|
- sig/client.rbs
|
|
69
69
|
- sig/errors.rbs
|
|
70
|
+
- sig/params.rbs
|
|
70
71
|
- sig/resource.rbs
|
|
71
72
|
- sig/types.rbs
|
|
72
73
|
- sig/waiters.rbs
|