aws-sdk-timestreaminfluxdb 1.11.0 → 1.12.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-timestreaminfluxdb/client.rb +1 -3
- data/lib/aws-sdk-timestreaminfluxdb.rb +3 -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: d86b0abd456df39a07d1557d2c916d99c91fc26df1b308bab2f0558c6b7162a0
|
4
|
+
data.tar.gz: 07ae5e1cf2d46fd1273e42bb15723dbc6085ef141d198204d7989cc3ab6367f9
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: b9ae17b78c2b59d69c99e63b9e1a1aa8361caf54724366da19b269d060305a18df23de3ea10b6e143939895b8ff11bc9984f8d55f793cfaed4024c9dbb0f01a6
|
7
|
+
data.tar.gz: 0de540924ac2c5bd25c76b87682c8a0a69b808f29ca085dbb9c2e796c080d566d4f7f191fd0908173043646e19a491f8324d9cf415968b27a59cb4371a4e98aa
|
data/CHANGELOG.md
CHANGED
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
1.
|
1
|
+
1.12.0
|
@@ -36,8 +36,6 @@ require 'aws-sdk-core/plugins/telemetry.rb'
|
|
36
36
|
require 'aws-sdk-core/plugins/sign.rb'
|
37
37
|
require 'aws-sdk-core/plugins/protocols/json_rpc.rb'
|
38
38
|
|
39
|
-
Aws::Plugins::GlobalConfiguration.add_identifier(:timestreaminfluxdb)
|
40
|
-
|
41
39
|
module Aws::TimestreamInfluxDB
|
42
40
|
# An API client for TimestreamInfluxDB. To construct a client, you need to configure a `:region` and `:credentials`.
|
43
41
|
#
|
@@ -1135,7 +1133,7 @@ module Aws::TimestreamInfluxDB
|
|
1135
1133
|
tracer: tracer
|
1136
1134
|
)
|
1137
1135
|
context[:gem_name] = 'aws-sdk-timestreaminfluxdb'
|
1138
|
-
context[:gem_version] = '1.
|
1136
|
+
context[:gem_version] = '1.12.0'
|
1139
1137
|
Seahorse::Client::Request.new(handlers, context)
|
1140
1138
|
end
|
1141
1139
|
|
@@ -11,6 +11,8 @@
|
|
11
11
|
require 'aws-sdk-core'
|
12
12
|
require 'aws-sigv4'
|
13
13
|
|
14
|
+
Aws::Plugins::GlobalConfiguration.add_identifier(:timestreaminfluxdb)
|
15
|
+
|
14
16
|
# This module provides support for Timestream InfluxDB. This module is available in the
|
15
17
|
# `aws-sdk-timestreaminfluxdb` gem.
|
16
18
|
#
|
@@ -52,7 +54,7 @@ module Aws::TimestreamInfluxDB
|
|
52
54
|
autoload :EndpointProvider, 'aws-sdk-timestreaminfluxdb/endpoint_provider'
|
53
55
|
autoload :Endpoints, 'aws-sdk-timestreaminfluxdb/endpoints'
|
54
56
|
|
55
|
-
GEM_VERSION = '1.
|
57
|
+
GEM_VERSION = '1.12.0'
|
56
58
|
|
57
59
|
end
|
58
60
|
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: aws-sdk-timestreaminfluxdb
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 1.
|
4
|
+
version: 1.12.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-09-
|
11
|
+
date: 2024-09-24 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: aws-sdk-core
|