aws-sdk-timestreamquery 1.42.0 → 1.44.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: 354b41457c5c40fa8714ff3e07d109d1bc53a3be0a748ba0a8e83bc86da2ed05
4
- data.tar.gz: 3245ac1282650ef99a9f17c838c5e16be015d2e9d03079b20574e51d1993b440
3
+ metadata.gz: d62003584657698fa498e3ebfe7509c2e3f5a0130b63ef91f76cc239d0db40b1
4
+ data.tar.gz: ff0b17018c073485aeb31c6876196237b49fd3d4b01d643b5a5db368287b7a30
5
5
  SHA512:
6
- metadata.gz: e7df248ab7cf68d13ba39fffb87d6b1c06e2925b9ac84d0a23ec132bdc9f118e3da6b28cae65dd7a51204ad92ea43fd675f04b19c7caf561e158cb976b0a8c4c
7
- data.tar.gz: 2bfcf27aeeccf88834d84c397292f7ca1944734af3a1ada14a30cedc4614a726bc083529b4a77c8138fed096345cd0d80395909b5605610c1b68df70699f0d45
6
+ metadata.gz: 39cd552444b5e5ca8cd1c34019d924add4eb1ef730eba70955fa38d4e95cd7e6f79fbeb967e4f5e8dad6af4f8381e0e416298f7f72757b7d79afb67b25ba3ceb
7
+ data.tar.gz: 2c8fb0c345df893f292aa3cf8269624c0b674df047787b62dd85a5de1cec1050f42a0327e9189fb052bab921e016943d9ac6416e839217d062bc94f2aa2fac1f
data/CHANGELOG.md CHANGED
@@ -1,6 +1,16 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.44.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.43.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.42.0 (2024-09-20)
5
15
  ------------------
6
16
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.42.0
1
+ 1.44.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(:timestreamquery)
40
-
41
39
  module Aws::TimestreamQuery
42
40
  # An API client for TimestreamQuery. To construct a client, you need to configure a `:region` and `:credentials`.
43
41
  #
@@ -1348,7 +1346,7 @@ module Aws::TimestreamQuery
1348
1346
  tracer: tracer
1349
1347
  )
1350
1348
  context[:gem_name] = 'aws-sdk-timestreamquery'
1351
- context[:gem_version] = '1.42.0'
1349
+ context[:gem_version] = '1.44.0'
1352
1350
  Seahorse::Client::Request.new(handlers, context)
1353
1351
  end
1354
1352
 
@@ -7,6 +7,7 @@
7
7
  #
8
8
  # WARNING ABOUT GENERATED CODE
9
9
 
10
+
10
11
  module Aws::TimestreamQuery
11
12
  # @api private
12
13
  module ClientApi
@@ -1566,3 +1566,4 @@ module Aws::TimestreamQuery
1566
1566
 
1567
1567
  end
1568
1568
  end
1569
+
@@ -11,16 +11,7 @@
11
11
  require 'aws-sdk-core'
12
12
  require 'aws-sigv4'
13
13
 
14
- require_relative 'aws-sdk-timestreamquery/types'
15
- require_relative 'aws-sdk-timestreamquery/client_api'
16
- require_relative 'aws-sdk-timestreamquery/plugins/endpoints.rb'
17
- require_relative 'aws-sdk-timestreamquery/client'
18
- require_relative 'aws-sdk-timestreamquery/errors'
19
- require_relative 'aws-sdk-timestreamquery/resource'
20
- require_relative 'aws-sdk-timestreamquery/endpoint_parameters'
21
- require_relative 'aws-sdk-timestreamquery/endpoint_provider'
22
- require_relative 'aws-sdk-timestreamquery/endpoints'
23
- require_relative 'aws-sdk-timestreamquery/customizations'
14
+ Aws::Plugins::GlobalConfiguration.add_identifier(:timestreamquery)
24
15
 
25
16
  # This module provides support for Amazon Timestream Query. This module is available in the
26
17
  # `aws-sdk-timestreamquery` gem.
@@ -51,7 +42,20 @@ require_relative 'aws-sdk-timestreamquery/customizations'
51
42
  #
52
43
  # @!group service
53
44
  module Aws::TimestreamQuery
45
+ autoload :Types, 'aws-sdk-timestreamquery/types'
46
+ autoload :ClientApi, 'aws-sdk-timestreamquery/client_api'
47
+ module Plugins
48
+ autoload :Endpoints, 'aws-sdk-timestreamquery/plugins/endpoints.rb'
49
+ end
50
+ autoload :Client, 'aws-sdk-timestreamquery/client'
51
+ autoload :Errors, 'aws-sdk-timestreamquery/errors'
52
+ autoload :Resource, 'aws-sdk-timestreamquery/resource'
53
+ autoload :EndpointParameters, 'aws-sdk-timestreamquery/endpoint_parameters'
54
+ autoload :EndpointProvider, 'aws-sdk-timestreamquery/endpoint_provider'
55
+ autoload :Endpoints, 'aws-sdk-timestreamquery/endpoints'
54
56
 
55
- GEM_VERSION = '1.42.0'
57
+ GEM_VERSION = '1.44.0'
56
58
 
57
59
  end
60
+
61
+ require_relative 'aws-sdk-timestreamquery/customizations'
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aws-sdk-timestreamquery
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.42.0
4
+ version: 1.44.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