aws-sdk-timestreaminfluxdb 1.10.0 → 1.12.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: c7bbab8890ed6d06c2c6645fa3b6e98180f1af22d0b6e0ab1cbe288ca8e40945
4
- data.tar.gz: e9164b39c830b60c5df07b53eedcd7666e40801c4203f7fdea7761fedc6fa587
3
+ metadata.gz: d86b0abd456df39a07d1557d2c916d99c91fc26df1b308bab2f0558c6b7162a0
4
+ data.tar.gz: 07ae5e1cf2d46fd1273e42bb15723dbc6085ef141d198204d7989cc3ab6367f9
5
5
  SHA512:
6
- metadata.gz: 5fe40f08a46f9037f37dcb7b09c21cef947bd4978193e78a9ee929bae0152956ef16943afbb6f72cae652117d403469c2d99283f5a2bf873565be9103c4a412e
7
- data.tar.gz: 2e2a2ad320f9f2f9524a6fb59e498b7a99e6340cbcb50751ade85a750bfc6dd02b583f2830198149e5eeae89b674390c0327dc415ec2657faa3e3e9cec925f0d
6
+ metadata.gz: b9ae17b78c2b59d69c99e63b9e1a1aa8361caf54724366da19b269d060305a18df23de3ea10b6e143939895b8ff11bc9984f8d55f793cfaed4024c9dbb0f01a6
7
+ data.tar.gz: 0de540924ac2c5bd25c76b87682c8a0a69b808f29ca085dbb9c2e796c080d566d4f7f191fd0908173043646e19a491f8324d9cf415968b27a59cb4371a4e98aa
data/CHANGELOG.md CHANGED
@@ -1,6 +1,16 @@
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
+
9
+ 1.11.0 (2024-09-23)
10
+ ------------------
11
+
12
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
13
+
4
14
  1.10.0 (2024-09-20)
5
15
  ------------------
6
16
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.10.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.10.0'
1136
+ context[:gem_version] = '1.12.0'
1139
1137
  Seahorse::Client::Request.new(handlers, context)
1140
1138
  end
1141
1139
 
@@ -7,6 +7,7 @@
7
7
  #
8
8
  # WARNING ABOUT GENERATED CODE
9
9
 
10
+
10
11
  module Aws::TimestreamInfluxDB
11
12
  # @api private
12
13
  module ClientApi
@@ -1191,3 +1191,4 @@ module Aws::TimestreamInfluxDB
1191
1191
 
1192
1192
  end
1193
1193
  end
1194
+
@@ -11,16 +11,7 @@
11
11
  require 'aws-sdk-core'
12
12
  require 'aws-sigv4'
13
13
 
14
- require_relative 'aws-sdk-timestreaminfluxdb/types'
15
- require_relative 'aws-sdk-timestreaminfluxdb/client_api'
16
- require_relative 'aws-sdk-timestreaminfluxdb/plugins/endpoints.rb'
17
- require_relative 'aws-sdk-timestreaminfluxdb/client'
18
- require_relative 'aws-sdk-timestreaminfluxdb/errors'
19
- require_relative 'aws-sdk-timestreaminfluxdb/resource'
20
- require_relative 'aws-sdk-timestreaminfluxdb/endpoint_parameters'
21
- require_relative 'aws-sdk-timestreaminfluxdb/endpoint_provider'
22
- require_relative 'aws-sdk-timestreaminfluxdb/endpoints'
23
- require_relative 'aws-sdk-timestreaminfluxdb/customizations'
14
+ Aws::Plugins::GlobalConfiguration.add_identifier(:timestreaminfluxdb)
24
15
 
25
16
  # This module provides support for Timestream InfluxDB. This module is available in the
26
17
  # `aws-sdk-timestreaminfluxdb` gem.
@@ -51,7 +42,20 @@ require_relative 'aws-sdk-timestreaminfluxdb/customizations'
51
42
  #
52
43
  # @!group service
53
44
  module Aws::TimestreamInfluxDB
45
+ autoload :Types, 'aws-sdk-timestreaminfluxdb/types'
46
+ autoload :ClientApi, 'aws-sdk-timestreaminfluxdb/client_api'
47
+ module Plugins
48
+ autoload :Endpoints, 'aws-sdk-timestreaminfluxdb/plugins/endpoints.rb'
49
+ end
50
+ autoload :Client, 'aws-sdk-timestreaminfluxdb/client'
51
+ autoload :Errors, 'aws-sdk-timestreaminfluxdb/errors'
52
+ autoload :Resource, 'aws-sdk-timestreaminfluxdb/resource'
53
+ autoload :EndpointParameters, 'aws-sdk-timestreaminfluxdb/endpoint_parameters'
54
+ autoload :EndpointProvider, 'aws-sdk-timestreaminfluxdb/endpoint_provider'
55
+ autoload :Endpoints, 'aws-sdk-timestreaminfluxdb/endpoints'
54
56
 
55
- GEM_VERSION = '1.10.0'
57
+ GEM_VERSION = '1.12.0'
56
58
 
57
59
  end
60
+
61
+ require_relative 'aws-sdk-timestreaminfluxdb/customizations'
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.10.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-20 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