aws-sdk-timestreamquery 1.28.0 → 1.29.0

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 478284546c87b7a05a7c685f4782a6a9c290a0782d6f2b1d053a4655741021ba
4
- data.tar.gz: dad263103e66d42b2328fdd299704509e90c06b4aa09e00ab8ce380e194339ce
3
+ metadata.gz: 13934fe95e0997cce865ac2d45e2faf29543cf7d37f1b2c6cb6e455df087fd6d
4
+ data.tar.gz: 01f005c502e0cb1454adaa8bcdf0e6f00cb73310abfef10add58f9aae625515b
5
5
  SHA512:
6
- metadata.gz: 0a58508e31cf96b4b7c0a6e53873c3da128b47c13dee99f39ecbe342ffc85b44e5ef7b33f81af7804b7e591adc4ff7a0ef85e149e318d1c4f5ffe609c7e92c86
7
- data.tar.gz: 52e03007d03a969989fb1b557bd021c637e0b5a5f1f7731cfc5f1e15545fb88adc816483fcbf4d49ece72e71872ee6b057463f7dfbe89791b20a499bca51a9f5
6
+ metadata.gz: ab6742f6381e5c62e2b33352ce861420a8d9840ae412475c5a0818114f0bca63b753f2ef730dbf47f5ee677ffb230f744dfe36c17d274c33817b573387e62e14
7
+ data.tar.gz: a871000cbc190df5e7e86b02733215e5652aeaf25dcb2ed84af24d4a88e0568243db1bc1326b4e7ef81eb45b28c4c319bd625bcbf426beb359e9ea328a9018f8
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.29.0 (2024-03-18)
5
+ ------------------
6
+
7
+ * Feature - Documentation updates, March 2024
8
+
4
9
  1.28.0 (2024-01-26)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.28.0
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 the
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.28.0'
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?(true, Aws::Endpoints::Matchers.attr(partition_result, "supportsFIPS"))
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
@@ -52,6 +52,6 @@ require_relative 'aws-sdk-timestreamquery/customizations'
52
52
  # @!group service
53
53
  module Aws::TimestreamQuery
54
54
 
55
- GEM_VERSION = '1.28.0'
55
+ GEM_VERSION = '1.29.0'
56
56
 
57
57
  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.28.0
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-01-26 00:00:00.000000000 Z
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