aws-sdk-timestreaminfluxdb 1.11.0 → 1.12.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: af76731b15f0439aa5784568b7ecfcaa6b75270680121c8e50e82a3313283656
4
- data.tar.gz: f4cc85f93257539b3bd674e8215edc69c04db981c77316cdd48413d0756efd99
3
+ metadata.gz: d86b0abd456df39a07d1557d2c916d99c91fc26df1b308bab2f0558c6b7162a0
4
+ data.tar.gz: 07ae5e1cf2d46fd1273e42bb15723dbc6085ef141d198204d7989cc3ab6367f9
5
5
  SHA512:
6
- metadata.gz: 9822e38dd3132a048ece720629584e1ec01fcb68ba08013e8af9bd8771c3b0e4a45615ee184ec6a3f3d7e4be55875794229a2cc1da68314f3841c7938aff0de0
7
- data.tar.gz: 9d2d9d5e2d44cb9ce37574983c1bbb3e60e217176d7dbcd1de8f27905f850fdac998a8230d54a1c9f627bd3535759e2669d14f43e89f61dce59345972a901e58
6
+ metadata.gz: b9ae17b78c2b59d69c99e63b9e1a1aa8361caf54724366da19b269d060305a18df23de3ea10b6e143939895b8ff11bc9984f8d55f793cfaed4024c9dbb0f01a6
7
+ data.tar.gz: 0de540924ac2c5bd25c76b87682c8a0a69b808f29ca085dbb9c2e796c080d566d4f7f191fd0908173043646e19a491f8324d9cf415968b27a59cb4371a4e98aa
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.12.0 (2024-09-24)
5
+ ------------------
6
+
7
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
8
+
4
9
  1.11.0 (2024-09-23)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.11.0
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.11.0'
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.11.0'
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.11.0
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-23 00:00:00.000000000 Z
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