aws-sdk-timestreamquery 1.67.0 → 1.68.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-timestreamquery/client.rb +1 -1
- data/lib/aws-sdk-timestreamquery.rb +1 -1
- data/sig/client.rbs +6 -6
- metadata +1 -1
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 4e50944d174d7d8f28ed14966f51be4fd88957c83239de65f8d6a26dca2db9fa
|
|
4
|
+
data.tar.gz: 70d06f2aff06ab6eae80578aba99cc5e736f4ad1af4a1dbff307dec76390bcd9
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 8d3d45486cb9bbf4f4551debc20d9c40dc3d7364724992512685e4867490598387546dbd044390423bb760b280f1a6be367f75ff6d948663bd02c05e15bfb0a5
|
|
7
|
+
data.tar.gz: 8cdb362128f52a0ded76b2ac81903560813d5ea9321f8a5abe1fcc6ee54a14c8976d5dcafb0e57b0f55ab0a5c8d354f8b475f18b263aef1370e5047a4c9d28c1
|
data/CHANGELOG.md
CHANGED
data/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
1.
|
|
1
|
+
1.68.0
|
|
@@ -1494,7 +1494,7 @@ module Aws::TimestreamQuery
|
|
|
1494
1494
|
tracer: tracer
|
|
1495
1495
|
)
|
|
1496
1496
|
context[:gem_name] = 'aws-sdk-timestreamquery'
|
|
1497
|
-
context[:gem_version] = '1.
|
|
1497
|
+
context[:gem_version] = '1.68.0'
|
|
1498
1498
|
Seahorse::Client::Request.new(handlers, context)
|
|
1499
1499
|
end
|
|
1500
1500
|
|
data/sig/client.rbs
CHANGED
|
@@ -114,7 +114,7 @@ module Aws
|
|
|
114
114
|
{
|
|
115
115
|
name: ::String,
|
|
116
116
|
dimension_value_type: ("VARCHAR")
|
|
117
|
-
}
|
|
117
|
+
}
|
|
118
118
|
],
|
|
119
119
|
multi_measure_mappings: {
|
|
120
120
|
target_multi_measure_name: ::String?,
|
|
@@ -123,7 +123,7 @@ module Aws
|
|
|
123
123
|
source_column: ::String,
|
|
124
124
|
target_multi_measure_attribute_name: ::String?,
|
|
125
125
|
measure_value_type: ("BIGINT" | "BOOLEAN" | "DOUBLE" | "VARCHAR" | "TIMESTAMP")
|
|
126
|
-
}
|
|
126
|
+
}
|
|
127
127
|
]
|
|
128
128
|
}?,
|
|
129
129
|
mixed_measure_mappings: Array[
|
|
@@ -137,9 +137,9 @@ module Aws
|
|
|
137
137
|
source_column: ::String,
|
|
138
138
|
target_multi_measure_attribute_name: ::String?,
|
|
139
139
|
measure_value_type: ("BIGINT" | "BOOLEAN" | "DOUBLE" | "VARCHAR" | "TIMESTAMP")
|
|
140
|
-
}
|
|
140
|
+
}
|
|
141
141
|
]?
|
|
142
|
-
}
|
|
142
|
+
}
|
|
143
143
|
]?,
|
|
144
144
|
measure_name_column: ::String?
|
|
145
145
|
}
|
|
@@ -150,7 +150,7 @@ module Aws
|
|
|
150
150
|
{
|
|
151
151
|
key: ::String,
|
|
152
152
|
value: ::String
|
|
153
|
-
}
|
|
153
|
+
}
|
|
154
154
|
],
|
|
155
155
|
?kms_key_id: ::String,
|
|
156
156
|
error_report_configuration: {
|
|
@@ -279,7 +279,7 @@ module Aws
|
|
|
279
279
|
{
|
|
280
280
|
key: ::String,
|
|
281
281
|
value: ::String
|
|
282
|
-
}
|
|
282
|
+
}
|
|
283
283
|
]
|
|
284
284
|
) -> _TagResourceResponseSuccess
|
|
285
285
|
| (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _TagResourceResponseSuccess
|