aws-sdk-timestreamwrite 1.41.0 → 1.42.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: 8d5d79999ffc7979649bd61c6aabe5add1b55e5bf1356374091ac406ad76bda2
4
- data.tar.gz: b565ee0cbb57308f31331f72d143ffd349eca425bd1e367e56c3edbd064717a6
3
+ metadata.gz: a141acab7ed266dda4f87b3ba029ff6f3326d59a95e2a903174a0696d5428ac4
4
+ data.tar.gz: a266ced595100f224d7fb4298e4d91c6e4b810698db34b48b18285f1880cd4db
5
5
  SHA512:
6
- metadata.gz: f26bb869c1759a5aaa2587ed832ac13ba72457eff25fae8a4ba13166d3fd1121d29f858db1ff9e7c6b9fa1b8d775f68e6e774f7834e3ba79de5a7f4b187af757
7
- data.tar.gz: 0d90e08f5443409cd516fe2c2395105347c453f2f1285dfdcc77b4bf9882a3bd42efd874337d4acaf1169e6c63855e3798c0f3fa6b9f91c7835cf36cf0df0825
6
+ metadata.gz: 1c06c1af01eca57baad15d4f267a7f75a412e1faf26ecc74f1b98de36d3f011114640ed2e7b431d896bdea6849e21d547763f5d7273c5db44e01f5024fc9ddd4
7
+ data.tar.gz: 3c3187c7cc1eb491f461c97ac5156fdb017428bcf8690dc7cf46861bc6d17d012162886aa49595531b7df74e056744b4e1a31990e69640e1a38f2d1cbbe91ac8
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.42.0 (2024-11-18)
5
+ ------------------
6
+
7
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
8
+
4
9
  1.41.0 (2024-10-18)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.41.0
1
+ 1.42.0
@@ -1655,7 +1655,7 @@ module Aws::TimestreamWrite
1655
1655
  tracer: tracer
1656
1656
  )
1657
1657
  context[:gem_name] = 'aws-sdk-timestreamwrite'
1658
- context[:gem_version] = '1.41.0'
1658
+ context[:gem_version] = '1.42.0'
1659
1659
  Seahorse::Client::Request.new(handlers, context)
1660
1660
  end
1661
1661
 
@@ -1202,7 +1202,6 @@ module Aws::TimestreamWrite
1202
1202
  #
1203
1203
  # * Version is not present in the request, *or* the value of version
1204
1204
  # in the new record is equal to or lower than the existing value
1205
- #
1206
1205
  # If Timestream rejects data for this case, the `ExistingVersion`
1207
1206
  # field in the `RejectedRecords` response will indicate the current
1208
1207
  # record’s version. To force an update, you can resend the request
@@ -1260,7 +1259,6 @@ module Aws::TimestreamWrite
1260
1259
  #
1261
1260
  # * Version is not present in the request *or* the value of version in
1262
1261
  # the new record is equal to or lower than the existing value
1263
- #
1264
1262
  # In this case, if Timestream rejects data, the `ExistingVersion`
1265
1263
  # field in the `RejectedRecords` response will indicate the current
1266
1264
  # record’s version. To force an update, you can resend the request
@@ -54,7 +54,7 @@ module Aws::TimestreamWrite
54
54
  autoload :EndpointProvider, 'aws-sdk-timestreamwrite/endpoint_provider'
55
55
  autoload :Endpoints, 'aws-sdk-timestreamwrite/endpoints'
56
56
 
57
- GEM_VERSION = '1.41.0'
57
+ GEM_VERSION = '1.42.0'
58
58
 
59
59
  end
60
60
 
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aws-sdk-timestreamwrite
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.41.0
4
+ version: 1.42.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-10-18 00:00:00.000000000 Z
11
+ date: 2024-11-18 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: aws-sdk-core