aws-sdk-iotdataplane 1.65.0 → 1.66.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: 5d8ab3f48449b933f614d955c6d5a75bfe8ac779847ddff643ff6b61b7cab551
4
- data.tar.gz: cced801c9ef908bfedc18fe8297c8f67856088ea5e07f0bd138efe3a18c855c2
3
+ metadata.gz: a1849ad1f3b87326d8b07602adf3c00bf00e8efa22cea007ee6b7b9f244ce239
4
+ data.tar.gz: b132485a09679bb8cb5020e1e42e97dc1e7529c76cd1461df8acd696685cb0ba
5
5
  SHA512:
6
- metadata.gz: b865670917808a2eb261bd0d8242f9cdff80827a2eb21f684623c97fd6a1de927d420a0a1c26a5111053a6661adb91ab78fe4c2cb9bfe22901d29341b84b2197
7
- data.tar.gz: 717db333bb943dbb3447a7eec6cc175ec6457a83d5d3988cc97341b2a48bc719f7811ce5c9b388f9b294ec59582fe00037762ceb2994127d7e9d86fadab4cc5a
6
+ metadata.gz: 822fad5693697529a8aa854ab15f9ca9b294ce2af83c98c8659337ec8979fb4c55be90d9cfe69a68c303f79c1a2ef95ac02783defbf0a6a851f4ce761d1b4739
7
+ data.tar.gz: 3e591403fe2aa913eff8fb850a9085363858a5d04d911fcf8ad02b183a029f4b2a8ec04d859ce265f08263d48db6667bfb12d86f3ec15be60a1916255e4d9549
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.66.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.65.0 (2024-09-20)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.65.0
1
+ 1.66.0
@@ -856,7 +856,7 @@ module Aws::IoTDataPlane
856
856
  tracer: tracer
857
857
  )
858
858
  context[:gem_name] = 'aws-sdk-iotdataplane'
859
- context[:gem_version] = '1.65.0'
859
+ context[:gem_version] = '1.66.0'
860
860
  Seahorse::Client::Request.new(handlers, context)
861
861
  end
862
862
 
@@ -7,6 +7,7 @@
7
7
  #
8
8
  # WARNING ABOUT GENERATED CODE
9
9
 
10
+
10
11
  module Aws::IoTDataPlane
11
12
  # @api private
12
13
  module ClientApi
@@ -479,3 +479,4 @@ module Aws::IoTDataPlane
479
479
 
480
480
  end
481
481
  end
482
+
@@ -11,17 +11,6 @@
11
11
  require 'aws-sdk-core'
12
12
  require 'aws-sigv4'
13
13
 
14
- require_relative 'aws-sdk-iotdataplane/types'
15
- require_relative 'aws-sdk-iotdataplane/client_api'
16
- require_relative 'aws-sdk-iotdataplane/plugins/endpoints.rb'
17
- require_relative 'aws-sdk-iotdataplane/client'
18
- require_relative 'aws-sdk-iotdataplane/errors'
19
- require_relative 'aws-sdk-iotdataplane/resource'
20
- require_relative 'aws-sdk-iotdataplane/endpoint_parameters'
21
- require_relative 'aws-sdk-iotdataplane/endpoint_provider'
22
- require_relative 'aws-sdk-iotdataplane/endpoints'
23
- require_relative 'aws-sdk-iotdataplane/customizations'
24
-
25
14
  # This module provides support for AWS IoT Data Plane. This module is available in the
26
15
  # `aws-sdk-iotdataplane` gem.
27
16
  #
@@ -51,7 +40,20 @@ require_relative 'aws-sdk-iotdataplane/customizations'
51
40
  #
52
41
  # @!group service
53
42
  module Aws::IoTDataPlane
43
+ autoload :Types, 'aws-sdk-iotdataplane/types'
44
+ autoload :ClientApi, 'aws-sdk-iotdataplane/client_api'
45
+ module Plugins
46
+ autoload :Endpoints, 'aws-sdk-iotdataplane/plugins/endpoints.rb'
47
+ end
48
+ autoload :Client, 'aws-sdk-iotdataplane/client'
49
+ autoload :Errors, 'aws-sdk-iotdataplane/errors'
50
+ autoload :Resource, 'aws-sdk-iotdataplane/resource'
51
+ autoload :EndpointParameters, 'aws-sdk-iotdataplane/endpoint_parameters'
52
+ autoload :EndpointProvider, 'aws-sdk-iotdataplane/endpoint_provider'
53
+ autoload :Endpoints, 'aws-sdk-iotdataplane/endpoints'
54
54
 
55
- GEM_VERSION = '1.65.0'
55
+ GEM_VERSION = '1.66.0'
56
56
 
57
57
  end
58
+
59
+ require_relative 'aws-sdk-iotdataplane/customizations'
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aws-sdk-iotdataplane
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.65.0
4
+ version: 1.66.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