aws-sdk-timestreaminfluxdb 1.10.0 → 1.11.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: c7bbab8890ed6d06c2c6645fa3b6e98180f1af22d0b6e0ab1cbe288ca8e40945
4
- data.tar.gz: e9164b39c830b60c5df07b53eedcd7666e40801c4203f7fdea7761fedc6fa587
3
+ metadata.gz: af76731b15f0439aa5784568b7ecfcaa6b75270680121c8e50e82a3313283656
4
+ data.tar.gz: f4cc85f93257539b3bd674e8215edc69c04db981c77316cdd48413d0756efd99
5
5
  SHA512:
6
- metadata.gz: 5fe40f08a46f9037f37dcb7b09c21cef947bd4978193e78a9ee929bae0152956ef16943afbb6f72cae652117d403469c2d99283f5a2bf873565be9103c4a412e
7
- data.tar.gz: 2e2a2ad320f9f2f9524a6fb59e498b7a99e6340cbcb50751ade85a750bfc6dd02b583f2830198149e5eeae89b674390c0327dc415ec2657faa3e3e9cec925f0d
6
+ metadata.gz: 9822e38dd3132a048ece720629584e1ec01fcb68ba08013e8af9bd8771c3b0e4a45615ee184ec6a3f3d7e4be55875794229a2cc1da68314f3841c7938aff0de0
7
+ data.tar.gz: 9d2d9d5e2d44cb9ce37574983c1bbb3e60e217176d7dbcd1de8f27905f850fdac998a8230d54a1c9f627bd3535759e2669d14f43e89f61dce59345972a901e58
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.11.0 (2024-09-23)
5
+ ------------------
6
+
7
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
8
+
4
9
  1.10.0 (2024-09-20)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.10.0
1
+ 1.11.0
@@ -1135,7 +1135,7 @@ module Aws::TimestreamInfluxDB
1135
1135
  tracer: tracer
1136
1136
  )
1137
1137
  context[:gem_name] = 'aws-sdk-timestreaminfluxdb'
1138
- context[:gem_version] = '1.10.0'
1138
+ context[:gem_version] = '1.11.0'
1139
1139
  Seahorse::Client::Request.new(handlers, context)
1140
1140
  end
1141
1141
 
@@ -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,17 +11,6 @@
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'
24
-
25
14
  # This module provides support for Timestream InfluxDB. This module is available in the
26
15
  # `aws-sdk-timestreaminfluxdb` gem.
27
16
  #
@@ -51,7 +40,20 @@ require_relative 'aws-sdk-timestreaminfluxdb/customizations'
51
40
  #
52
41
  # @!group service
53
42
  module Aws::TimestreamInfluxDB
43
+ autoload :Types, 'aws-sdk-timestreaminfluxdb/types'
44
+ autoload :ClientApi, 'aws-sdk-timestreaminfluxdb/client_api'
45
+ module Plugins
46
+ autoload :Endpoints, 'aws-sdk-timestreaminfluxdb/plugins/endpoints.rb'
47
+ end
48
+ autoload :Client, 'aws-sdk-timestreaminfluxdb/client'
49
+ autoload :Errors, 'aws-sdk-timestreaminfluxdb/errors'
50
+ autoload :Resource, 'aws-sdk-timestreaminfluxdb/resource'
51
+ autoload :EndpointParameters, 'aws-sdk-timestreaminfluxdb/endpoint_parameters'
52
+ autoload :EndpointProvider, 'aws-sdk-timestreaminfluxdb/endpoint_provider'
53
+ autoload :Endpoints, 'aws-sdk-timestreaminfluxdb/endpoints'
54
54
 
55
- GEM_VERSION = '1.10.0'
55
+ GEM_VERSION = '1.11.0'
56
56
 
57
57
  end
58
+
59
+ 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.11.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-23 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: aws-sdk-core