aws-sdk-timestreamquery 1.9.0 → 1.10.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/CHANGELOG.md +5 -0
- data/VERSION +1 -1
- data/lib/aws-sdk-timestreamquery/client.rb +661 -37
- data/lib/aws-sdk-timestreamquery/client_api.rb +469 -2
- data/lib/aws-sdk-timestreamquery/errors.rb +37 -0
- data/lib/aws-sdk-timestreamquery/types.rb +1549 -155
- data/lib/aws-sdk-timestreamquery.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 0c1bd9f9f148e60ef6ed03c072179ed8befdea877d9a8382c56cafb35e91ccd6
|
4
|
+
data.tar.gz: be97c6dede33c3b6ae874413ca3e1edec977366569cfb245c346a7f4ee9d0d19
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: c0d619935f3e80a818e13d5c4b5d6cdde885e1438bffb47e4b1f874399df2c20cf319f3842cb7b2cdd94e1af2d4d89f3fb512074810407f6c80239f644c87af8
|
7
|
+
data.tar.gz: 6ba11496da95552d88bd44fba8b9d5e62ab3fa5874ed635983f8097852fdebb2cb2dc7a1e4e1a801048e406e45541de39496413bfb5b8ca865c21f4977b8ef84
|
data/CHANGELOG.md
CHANGED
@@ -1,6 +1,11 @@
|
|
1
1
|
Unreleased Changes
|
2
2
|
------------------
|
3
3
|
|
4
|
+
1.10.0 (2021-11-24)
|
5
|
+
------------------
|
6
|
+
|
7
|
+
* Feature - Releasing Amazon Timestream Scheduled Queries. It makes real-time analytics more performant and cost-effective for customers by calculating and storing frequently accessed aggregates, and other computations, typically used in operational dashboards, business reports, and other analytics applications
|
8
|
+
|
4
9
|
1.9.0 (2021-11-04)
|
5
10
|
------------------
|
6
11
|
|
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
1.
|
1
|
+
1.10.0
|