aws-sdk-timestreamquery 1.14.0 → 1.15.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 +5 -5
- 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: fdfd5aa8ccf0a24dbd09a2ae18179d84af91897609a861a4ebe656095e6dc3bf
|
|
4
|
+
data.tar.gz: dac4e5ccf76414a04fe1e388bb71f4acca5eec2261df652d39e76a1693b0ac67
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: ccdd4884b46324b457c020c0a4117969ce05ead913d27571ee8db038e6492447ca23e9d68d6b1409dc2dc0cb688cb37ed1664b59f2c9fa583691a282b7ed98ed
|
|
7
|
+
data.tar.gz: ea84c479be0613f05e17f4e3775cfcde01c1bf061b231e8b2ff43fdfee469aa81b33cfd172106e94820ee5aaf023ef1d00f8f120413339c9d93071a24a5da629
|
data/CHANGELOG.md
CHANGED
data/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
1.
|
|
1
|
+
1.15.0
|
|
@@ -370,7 +370,7 @@ module Aws::TimestreamQuery
|
|
|
370
370
|
#
|
|
371
371
|
#
|
|
372
372
|
#
|
|
373
|
-
# [1]: https://docs.aws.amazon.com/
|
|
373
|
+
# [1]: https://docs.aws.amazon.com/timestream/latest/developerguide/code-samples.cancel-query.html
|
|
374
374
|
#
|
|
375
375
|
# @option params [required, String] :query_id
|
|
376
376
|
# The ID of the query that needs to be cancelled. `QueryID` is returned
|
|
@@ -599,8 +599,8 @@ module Aws::TimestreamQuery
|
|
|
599
599
|
#
|
|
600
600
|
#
|
|
601
601
|
#
|
|
602
|
-
# [1]: https://docs.aws.amazon.com/
|
|
603
|
-
# [2]: https://docs.aws.amazon.com/
|
|
602
|
+
# [1]: https://docs.aws.amazon.com/timestream/latest/developerguide/VPCEndpoints
|
|
603
|
+
# [2]: https://docs.aws.amazon.com/timestream/latest/developerguide/Using.API.html#Using-API.endpoint-discovery
|
|
604
604
|
#
|
|
605
605
|
# @return [Types::DescribeEndpointsResponse] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
|
|
606
606
|
#
|
|
@@ -926,7 +926,7 @@ module Aws::TimestreamQuery
|
|
|
926
926
|
#
|
|
927
927
|
#
|
|
928
928
|
#
|
|
929
|
-
# [1]: https://docs.aws.amazon.com/
|
|
929
|
+
# [1]: https://docs.aws.amazon.com/timestream/latest/developerguide/code-samples.run-query.html
|
|
930
930
|
#
|
|
931
931
|
# @option params [required, String] :query_string
|
|
932
932
|
# The query to be run by Timestream.
|
|
@@ -1161,7 +1161,7 @@ module Aws::TimestreamQuery
|
|
|
1161
1161
|
params: params,
|
|
1162
1162
|
config: config)
|
|
1163
1163
|
context[:gem_name] = 'aws-sdk-timestreamquery'
|
|
1164
|
-
context[:gem_version] = '1.
|
|
1164
|
+
context[:gem_version] = '1.15.0'
|
|
1165
1165
|
Seahorse::Client::Request.new(handlers, context)
|
|
1166
1166
|
end
|
|
1167
1167
|
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: aws-sdk-timestreamquery
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 1.
|
|
4
|
+
version: 1.15.0
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Amazon Web Services
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2022-
|
|
11
|
+
date: 2022-03-03 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: aws-sdk-core
|