aws-sdk-timestreamquery 1.67.0 → 1.69.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: 17aa7fc15f2ecf784366ee60bc9c5cfb891bad628452de08d79a1878dbad64f2
4
- data.tar.gz: 602c4f623a11b6606bb6054e1d7f0ef174caba8f04ef77202b97e405c63bfd1d
3
+ metadata.gz: a7152a615f5e4e213f2598d32f71a7307c350230bb94707827d0fb21501aab02
4
+ data.tar.gz: 60fa08a1b7b902b63ec8984492a8444ee9517a6d1a726de643d476964b2a15a1
5
5
  SHA512:
6
- metadata.gz: 7c3bb7a7fcb6e9d85d36542553c73524a47693f0514f672ebd84aa52aa92380225d2e454522f901d9b304304e02333c9e40a9ab65c7188197b60da7266be9f49
7
- data.tar.gz: 4d9bdc3ef7f4128385a50afa3730e4d4c9dc81698c70542db3c33867e5b241291eb3c6c748a1a4c645b1b0e25c182dd2a5985130afef1309540a8b0021cedd10
6
+ metadata.gz: d76f8482e764031dcf2a99bfa0c37bdcbfcde0d50832d4789c1205c656a6cecf5e7fd166d9355bb189459f4b7aa1ba37215cba5d0fc22aaaf1560433b6025c20
7
+ data.tar.gz: 37977e252db4436d2eab3e6aa13b0ca9b5037cb41979783c6e92d75a952a3771a630b4fa99f5b59bf39c7b7b82cd62d03afe81264750cb2341e9e8cdef5b695c
data/CHANGELOG.md CHANGED
@@ -1,6 +1,16 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.69.0 (2026-05-21)
5
+ ------------------
6
+
7
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
8
+
9
+ 1.68.0 (2026-05-19)
10
+ ------------------
11
+
12
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
13
+
4
14
  1.67.0 (2026-05-13)
5
15
  ------------------
6
16
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.67.0
1
+ 1.69.0
@@ -199,7 +199,7 @@ module Aws::TimestreamQuery
199
199
  # the required types.
200
200
  #
201
201
  # @option options [Boolean] :correct_clock_skew (true)
202
- # Used only in `standard` and adaptive retry modes. Specifies whether to apply
202
+ # Used only in `standard` and `adaptive` retry modes. Specifies whether to apply
203
203
  # a clock skew correction and retry requests with skewed client clocks.
204
204
  #
205
205
  # @option options [String] :defaults_mode ("legacy")
@@ -323,17 +323,15 @@ module Aws::TimestreamQuery
323
323
  # @option options [String] :retry_mode ("legacy")
324
324
  # Specifies which retry algorithm to use. Values are:
325
325
  #
326
- # * `legacy` - The pre-existing retry behavior. This is default value if
327
- # no retry mode is provided.
326
+ # * `legacy` - The pre-existing retry behavior. This is the default
327
+ # value if no retry mode is provided.
328
328
  #
329
329
  # * `standard` - A standardized set of retry rules across the AWS SDKs.
330
330
  # This includes support for retry quotas, which limit the number of
331
331
  # unsuccessful retries a client can make.
332
332
  #
333
- # * `adaptive` - An experimental retry mode that includes all the
334
- # functionality of `standard` mode along with automatic client side
335
- # throttling. This is a provisional mode that may change behavior
336
- # in the future.
333
+ # * `adaptive` - A retry mode that includes all the functionality of
334
+ # `standard` mode along with automatic client side throttling.
337
335
  #
338
336
  # @option options [String] :sdk_ua_app_id
339
337
  # A unique and opaque application ID that is appended to the
@@ -1494,7 +1492,7 @@ module Aws::TimestreamQuery
1494
1492
  tracer: tracer
1495
1493
  )
1496
1494
  context[:gem_name] = 'aws-sdk-timestreamquery'
1497
- context[:gem_version] = '1.67.0'
1495
+ context[:gem_version] = '1.69.0'
1498
1496
  Seahorse::Client::Request.new(handlers, context)
1499
1497
  end
1500
1498
 
@@ -54,7 +54,7 @@ module Aws::TimestreamQuery
54
54
  autoload :EndpointProvider, 'aws-sdk-timestreamquery/endpoint_provider'
55
55
  autoload :Endpoints, 'aws-sdk-timestreamquery/endpoints'
56
56
 
57
- GEM_VERSION = '1.67.0'
57
+ GEM_VERSION = '1.69.0'
58
58
 
59
59
  end
60
60
 
data/sig/client.rbs CHANGED
@@ -114,7 +114,7 @@ module Aws
114
114
  {
115
115
  name: ::String,
116
116
  dimension_value_type: ("VARCHAR")
117
- },
117
+ }
118
118
  ],
119
119
  multi_measure_mappings: {
120
120
  target_multi_measure_name: ::String?,
@@ -123,7 +123,7 @@ module Aws
123
123
  source_column: ::String,
124
124
  target_multi_measure_attribute_name: ::String?,
125
125
  measure_value_type: ("BIGINT" | "BOOLEAN" | "DOUBLE" | "VARCHAR" | "TIMESTAMP")
126
- },
126
+ }
127
127
  ]
128
128
  }?,
129
129
  mixed_measure_mappings: Array[
@@ -137,9 +137,9 @@ module Aws
137
137
  source_column: ::String,
138
138
  target_multi_measure_attribute_name: ::String?,
139
139
  measure_value_type: ("BIGINT" | "BOOLEAN" | "DOUBLE" | "VARCHAR" | "TIMESTAMP")
140
- },
140
+ }
141
141
  ]?
142
- },
142
+ }
143
143
  ]?,
144
144
  measure_name_column: ::String?
145
145
  }
@@ -150,7 +150,7 @@ module Aws
150
150
  {
151
151
  key: ::String,
152
152
  value: ::String
153
- },
153
+ }
154
154
  ],
155
155
  ?kms_key_id: ::String,
156
156
  error_report_configuration: {
@@ -279,7 +279,7 @@ module Aws
279
279
  {
280
280
  key: ::String,
281
281
  value: ::String
282
- },
282
+ }
283
283
  ]
284
284
  ) -> _TagResourceResponseSuccess
285
285
  | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _TagResourceResponseSuccess
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aws-sdk-timestreamquery
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.67.0
4
+ version: 1.69.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Amazon Web Services
@@ -18,7 +18,7 @@ dependencies:
18
18
  version: '3'
19
19
  - - ">="
20
20
  - !ruby/object:Gem::Version
21
- version: 3.247.0
21
+ version: 3.248.0
22
22
  type: :runtime
23
23
  prerelease: false
24
24
  version_requirements: !ruby/object:Gem::Requirement
@@ -28,7 +28,7 @@ dependencies:
28
28
  version: '3'
29
29
  - - ">="
30
30
  - !ruby/object:Gem::Version
31
- version: 3.247.0
31
+ version: 3.248.0
32
32
  - !ruby/object:Gem::Dependency
33
33
  name: aws-sigv4
34
34
  requirement: !ruby/object:Gem::Requirement