aws-sdk-iotfleethub 1.35.0 → 1.36.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: fe7cc871f006a7211bfae766e66fe1a65e3f1530b7e87a18cac6f5f3b148464b
4
- data.tar.gz: 75895ad983113bbd6a9a19c318a679faf32e2b9402f066ccdb619af742c143b5
3
+ metadata.gz: 75caa9ca874d60ae45b6f645ec9f99d9260f22b4f4b809db918ab26262e7e60f
4
+ data.tar.gz: ee31394c1ae381196dfe55bcb7002fb6602cce7e6f0f682c03e07ee9f05dda27
5
5
  SHA512:
6
- metadata.gz: 05db0a05df92b47238019607ef478a5a0f9447ee493571dfe15a61c8e69b0e4e9661f97251a13bb7036afbf682811f05f97185a69bce2934446286fa9fa40de5
7
- data.tar.gz: 2ea44a6c9bcbc24beb35db740efa4ce682bff7cdb6caf1d1c157c625f2c84b09ca33af28bcc4520b182190f26431fdc58951dec963803937566898118c081c7a
6
+ metadata.gz: 76bbe808c8c21f6aa5ade0e387c6623eadc768f2d5ea0af2c012c4bbca636691b7d77d9cc7a44814e55234e98c525b122949b39b34080a318e4cfbb16fa88d57
7
+ data.tar.gz: 761b0f8ef3afb5d8bb615d2bc26df29d4f0192ce65dd24d0abf05e08e512d56c181fab27917353557b2b6a0cc400b330f126928f7fb1f57d95239f61e6dc1569
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.36.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.35.0 (2024-09-20)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.35.0
1
+ 1.36.0
@@ -770,7 +770,7 @@ module Aws::IoTFleetHub
770
770
  tracer: tracer
771
771
  )
772
772
  context[:gem_name] = 'aws-sdk-iotfleethub'
773
- context[:gem_version] = '1.35.0'
773
+ context[:gem_version] = '1.36.0'
774
774
  Seahorse::Client::Request.new(handlers, context)
775
775
  end
776
776
 
@@ -7,6 +7,7 @@
7
7
  #
8
8
  # WARNING ABOUT GENERATED CODE
9
9
 
10
+
10
11
  module Aws::IoTFleetHub
11
12
  # @api private
12
13
  module ClientApi
@@ -393,3 +393,4 @@ module Aws::IoTFleetHub
393
393
 
394
394
  end
395
395
  end
396
+
@@ -11,17 +11,6 @@
11
11
  require 'aws-sdk-core'
12
12
  require 'aws-sigv4'
13
13
 
14
- require_relative 'aws-sdk-iotfleethub/types'
15
- require_relative 'aws-sdk-iotfleethub/client_api'
16
- require_relative 'aws-sdk-iotfleethub/plugins/endpoints.rb'
17
- require_relative 'aws-sdk-iotfleethub/client'
18
- require_relative 'aws-sdk-iotfleethub/errors'
19
- require_relative 'aws-sdk-iotfleethub/resource'
20
- require_relative 'aws-sdk-iotfleethub/endpoint_parameters'
21
- require_relative 'aws-sdk-iotfleethub/endpoint_provider'
22
- require_relative 'aws-sdk-iotfleethub/endpoints'
23
- require_relative 'aws-sdk-iotfleethub/customizations'
24
-
25
14
  # This module provides support for AWS IoT Fleet Hub. This module is available in the
26
15
  # `aws-sdk-iotfleethub` gem.
27
16
  #
@@ -51,7 +40,20 @@ require_relative 'aws-sdk-iotfleethub/customizations'
51
40
  #
52
41
  # @!group service
53
42
  module Aws::IoTFleetHub
43
+ autoload :Types, 'aws-sdk-iotfleethub/types'
44
+ autoload :ClientApi, 'aws-sdk-iotfleethub/client_api'
45
+ module Plugins
46
+ autoload :Endpoints, 'aws-sdk-iotfleethub/plugins/endpoints.rb'
47
+ end
48
+ autoload :Client, 'aws-sdk-iotfleethub/client'
49
+ autoload :Errors, 'aws-sdk-iotfleethub/errors'
50
+ autoload :Resource, 'aws-sdk-iotfleethub/resource'
51
+ autoload :EndpointParameters, 'aws-sdk-iotfleethub/endpoint_parameters'
52
+ autoload :EndpointProvider, 'aws-sdk-iotfleethub/endpoint_provider'
53
+ autoload :Endpoints, 'aws-sdk-iotfleethub/endpoints'
54
54
 
55
- GEM_VERSION = '1.35.0'
55
+ GEM_VERSION = '1.36.0'
56
56
 
57
57
  end
58
+
59
+ require_relative 'aws-sdk-iotfleethub/customizations'
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aws-sdk-iotfleethub
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.35.0
4
+ version: 1.36.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