aws-sdk-iotanalytics 1.72.0 → 1.73.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: 33f7c87c20448ac1d2dcbfbd973d256698cdb9c55e48168611924e33aa137440
4
- data.tar.gz: 899e989b36d079a6739f06c7a0f56a07df502b793d008103506b39025f189817
3
+ metadata.gz: 7e1ec5fd058190f249a6884835934ffc8570a470e0c01729355d19d6f0bf0a3d
4
+ data.tar.gz: 1954b05c04fbb6017849ff7e364db27960682ab11751efe2aa7a732fcabdbd4c
5
5
  SHA512:
6
- metadata.gz: 765b63c0f6047ec0658e607d09d2d3fb7dfa10435cd3a70760ed4d984800767b950b60879b01e5e437f87db478edc6170058c950379835bc67066deb794288d6
7
- data.tar.gz: 53ea35ff4a5b04faf62bb48c9b6f29a1fe1f6748088d41a063ff9215e8166970ba0be44e6afa4199cdd72faf716199ec649dec98b671846f5fcd7cf2a01b5c6b
6
+ metadata.gz: 2b827419c811639c7fb01d373742fb9a522fa9a2bf4299f9afa8b3a8c0aa7af2911b10932be452b6a5d685abd6ad6524adfd3a88ab68d727095869f57e454415
7
+ data.tar.gz: 43c1ed7c5cc67185e06b77e5dacd8ad1cf0545bda9901374990a7e3eb1fa1b135a34215330acdc78d566ec30235389390c9884b164f0d25f70c3a5c33464aafb
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.73.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.72.0 (2024-09-20)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.72.0
1
+ 1.73.0
@@ -2362,7 +2362,7 @@ module Aws::IoTAnalytics
2362
2362
  tracer: tracer
2363
2363
  )
2364
2364
  context[:gem_name] = 'aws-sdk-iotanalytics'
2365
- context[:gem_version] = '1.72.0'
2365
+ context[:gem_version] = '1.73.0'
2366
2366
  Seahorse::Client::Request.new(handlers, context)
2367
2367
  end
2368
2368
 
@@ -7,6 +7,7 @@
7
7
  #
8
8
  # WARNING ABOUT GENERATED CODE
9
9
 
10
+
10
11
  module Aws::IoTAnalytics
11
12
  # @api private
12
13
  module ClientApi
@@ -3138,3 +3138,4 @@ module Aws::IoTAnalytics
3138
3138
 
3139
3139
  end
3140
3140
  end
3141
+
@@ -11,17 +11,6 @@
11
11
  require 'aws-sdk-core'
12
12
  require 'aws-sigv4'
13
13
 
14
- require_relative 'aws-sdk-iotanalytics/types'
15
- require_relative 'aws-sdk-iotanalytics/client_api'
16
- require_relative 'aws-sdk-iotanalytics/plugins/endpoints.rb'
17
- require_relative 'aws-sdk-iotanalytics/client'
18
- require_relative 'aws-sdk-iotanalytics/errors'
19
- require_relative 'aws-sdk-iotanalytics/resource'
20
- require_relative 'aws-sdk-iotanalytics/endpoint_parameters'
21
- require_relative 'aws-sdk-iotanalytics/endpoint_provider'
22
- require_relative 'aws-sdk-iotanalytics/endpoints'
23
- require_relative 'aws-sdk-iotanalytics/customizations'
24
-
25
14
  # This module provides support for AWS IoT Analytics. This module is available in the
26
15
  # `aws-sdk-iotanalytics` gem.
27
16
  #
@@ -51,7 +40,20 @@ require_relative 'aws-sdk-iotanalytics/customizations'
51
40
  #
52
41
  # @!group service
53
42
  module Aws::IoTAnalytics
43
+ autoload :Types, 'aws-sdk-iotanalytics/types'
44
+ autoload :ClientApi, 'aws-sdk-iotanalytics/client_api'
45
+ module Plugins
46
+ autoload :Endpoints, 'aws-sdk-iotanalytics/plugins/endpoints.rb'
47
+ end
48
+ autoload :Client, 'aws-sdk-iotanalytics/client'
49
+ autoload :Errors, 'aws-sdk-iotanalytics/errors'
50
+ autoload :Resource, 'aws-sdk-iotanalytics/resource'
51
+ autoload :EndpointParameters, 'aws-sdk-iotanalytics/endpoint_parameters'
52
+ autoload :EndpointProvider, 'aws-sdk-iotanalytics/endpoint_provider'
53
+ autoload :Endpoints, 'aws-sdk-iotanalytics/endpoints'
54
54
 
55
- GEM_VERSION = '1.72.0'
55
+ GEM_VERSION = '1.73.0'
56
56
 
57
57
  end
58
+
59
+ require_relative 'aws-sdk-iotanalytics/customizations'
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aws-sdk-iotanalytics
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.72.0
4
+ version: 1.73.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