aws-sdk-timestreamquery 1.28.0 → 1.29.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:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 13934fe95e0997cce865ac2d45e2faf29543cf7d37f1b2c6cb6e455df087fd6d
|
|
4
|
+
data.tar.gz: 01f005c502e0cb1454adaa8bcdf0e6f00cb73310abfef10add58f9aae625515b
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: ab6742f6381e5c62e2b33352ce861420a8d9840ae412475c5a0818114f0bca63b753f2ef730dbf47f5ee677ffb230f744dfe36c17d274c33817b573387e62e14
|
|
7
|
+
data.tar.gz: a871000cbc190df5e7e86b02733215e5652aeaf25dcb2ed84af24d4a88e0568243db1bc1326b4e7ef81eb45b28c4c319bd625bcbf426beb359e9ea328a9018f8
|
data/CHANGELOG.md
CHANGED
data/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
1.
|
|
1
|
+
1.29.0
|
|
@@ -875,8 +875,7 @@ module Aws::TimestreamQuery
|
|
|
875
875
|
|
|
876
876
|
# A synchronous operation that allows you to submit a query with
|
|
877
877
|
# parameters to be stored by Timestream for later running. Timestream
|
|
878
|
-
# only supports using this operation with
|
|
879
|
-
# `PrepareQueryRequest$ValidateOnly` set to `true`.
|
|
878
|
+
# only supports using this operation with `ValidateOnly` set to `true`.
|
|
880
879
|
#
|
|
881
880
|
# @option params [required, String] :query_string
|
|
882
881
|
# The Timestream query string that you want to use as a prepared
|
|
@@ -1198,7 +1197,7 @@ module Aws::TimestreamQuery
|
|
|
1198
1197
|
params: params,
|
|
1199
1198
|
config: config)
|
|
1200
1199
|
context[:gem_name] = 'aws-sdk-timestreamquery'
|
|
1201
|
-
context[:gem_version] = '1.
|
|
1200
|
+
context[:gem_version] = '1.29.0'
|
|
1202
1201
|
Seahorse::Client::Request.new(handlers, context)
|
|
1203
1202
|
end
|
|
1204
1203
|
|
|
@@ -32,7 +32,7 @@ module Aws::TimestreamQuery
|
|
|
32
32
|
raise ArgumentError, "FIPS and DualStack are enabled, but this partition does not support one or both"
|
|
33
33
|
end
|
|
34
34
|
if Aws::Endpoints::Matchers.boolean_equals?(use_fips, true)
|
|
35
|
-
if Aws::Endpoints::Matchers.boolean_equals?(
|
|
35
|
+
if Aws::Endpoints::Matchers.boolean_equals?(Aws::Endpoints::Matchers.attr(partition_result, "supportsFIPS"), true)
|
|
36
36
|
return Aws::Endpoints::Endpoint.new(url: "https://query.timestream-fips.#{region}.#{partition_result['dnsSuffix']}", headers: {}, properties: {})
|
|
37
37
|
end
|
|
38
38
|
raise ArgumentError, "FIPS is enabled but this partition does not support FIPS"
|
|
@@ -1394,7 +1394,12 @@ module Aws::TimestreamQuery
|
|
|
1394
1394
|
#
|
|
1395
1395
|
# @!attribute [rw] scalar_type
|
|
1396
1396
|
# Indicates if the column is of type string, integer, Boolean, double,
|
|
1397
|
-
# timestamp, date, time.
|
|
1397
|
+
# timestamp, date, time. For more information, see [Supported data
|
|
1398
|
+
# types][1].
|
|
1399
|
+
#
|
|
1400
|
+
#
|
|
1401
|
+
#
|
|
1402
|
+
# [1]: https://docs.aws.amazon.com/timestream/latest/developerguide/supported-data-types.html
|
|
1398
1403
|
# @return [String]
|
|
1399
1404
|
#
|
|
1400
1405
|
# @!attribute [rw] array_column_info
|
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.29.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: 2024-
|
|
11
|
+
date: 2024-03-18 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: aws-sdk-core
|