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 +4 -4
- data/CHANGELOG.md +5 -0
- data/VERSION +1 -1
- data/lib/aws-sdk-timestreamwrite/client.rb +1 -1
- data/lib/aws-sdk-timestreamwrite/types.rb +0 -2
- data/lib/aws-sdk-timestreamwrite.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: a141acab7ed266dda4f87b3ba029ff6f3326d59a95e2a903174a0696d5428ac4
|
4
|
+
data.tar.gz: a266ced595100f224d7fb4298e4d91c6e4b810698db34b48b18285f1880cd4db
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 1c06c1af01eca57baad15d4f267a7f75a412e1faf26ecc74f1b98de36d3f011114640ed2e7b431d896bdea6849e21d547763f5d7273c5db44e01f5024fc9ddd4
|
7
|
+
data.tar.gz: 3c3187c7cc1eb491f461c97ac5156fdb017428bcf8690dc7cf46861bc6d17d012162886aa49595531b7df74e056744b4e1a31990e69640e1a38f2d1cbbe91ac8
|
data/CHANGELOG.md
CHANGED
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
1.
|
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.
|
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
|
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.
|
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-
|
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
|