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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 9a9bef2e652493324bc4646736b24a4f23dc2481179e4d8d02e170e9f08187fb
4
- data.tar.gz: ea970dc7650732e6b77fafd8adf5816412eb9739153702bfaa7f67117d66b928
3
+ metadata.gz: fdfd5aa8ccf0a24dbd09a2ae18179d84af91897609a861a4ebe656095e6dc3bf
4
+ data.tar.gz: dac4e5ccf76414a04fe1e388bb71f4acca5eec2261df652d39e76a1693b0ac67
5
5
  SHA512:
6
- metadata.gz: 2126ed74b5df9ec90d2947251cfa6d0a436ba4a4220045f5d967404a9117f971ae4b52b86bd7b9920bbfe57663cdf73a1c1a8edf9f2a077bd3194b813b2655f8
7
- data.tar.gz: 4e21687de48a806c48981928beb9b0fcf0623cd797b29dac8f1ce79efd6456590bff127ec9153c82700caa6a02bac17ef55d953e4772d5f2e2227480e96ce4a6
6
+ metadata.gz: ccdd4884b46324b457c020c0a4117969ce05ead913d27571ee8db038e6492447ca23e9d68d6b1409dc2dc0cb688cb37ed1664b59f2c9fa583691a282b7ed98ed
7
+ data.tar.gz: ea84c479be0613f05e17f4e3775cfcde01c1bf061b231e8b2ff43fdfee469aa81b33cfd172106e94820ee5aaf023ef1d00f8f120413339c9d93071a24a5da629
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.15.0 (2022-03-03)
5
+ ------------------
6
+
7
+ * Feature - Documentation only update for SDK and CLI
8
+
4
9
  1.14.0 (2022-02-24)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.14.0
1
+ 1.15.0
@@ -370,7 +370,7 @@ module Aws::TimestreamQuery
370
370
  #
371
371
  #
372
372
  #
373
- # [1]: https://docs.aws.amazon.com/Timestream/latest/developerguide/code-samples.cancel-query.html
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/Timestream/latest/developerguide/VPCEndpoints
603
- # [2]: https://docs.aws.amazon.com/Timestream/latest/developerguide/Using.API.html#Using-API.endpoint-discovery
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/Timestream/latest/developerguide/code-samples.run-query.html
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.14.0'
1164
+ context[:gem_version] = '1.15.0'
1165
1165
  Seahorse::Client::Request.new(handlers, context)
1166
1166
  end
1167
1167
 
@@ -48,6 +48,6 @@ require_relative 'aws-sdk-timestreamquery/customizations'
48
48
  # @!group service
49
49
  module Aws::TimestreamQuery
50
50
 
51
- GEM_VERSION = '1.14.0'
51
+ GEM_VERSION = '1.15.0'
52
52
 
53
53
  end
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.14.0
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-02-24 00:00:00.000000000 Z
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