aws-sdk-iottwinmaker 1.32.0 → 1.33.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: cfc4b2c2be61934d90c9324594babb15e8d690167df5cd4ba7802dd0b9c9d156
4
- data.tar.gz: 9bc1135f97922e5668558faf29a48ea53ee77407fb8d2295a835a98deb9c7395
3
+ metadata.gz: acc90898a5fbb8917e0a010e8eaad1f113ec940e0bd5a1f7768698b2dd061427
4
+ data.tar.gz: 0f06949934ca37eb1aeb8c4dea4eb68d91a2d9c4eca2be291d8c1f979950204f
5
5
  SHA512:
6
- metadata.gz: df54bfa350fa667e39f6d9820baf2572835d67757d84bbe3225d3b662e5b1ac653268cb800642becec7cf7ecc42d19f82a7195462e252bfaac100b4c79debdc9
7
- data.tar.gz: 0fc8bcb960f0df19454bc50c051a9eae41eb5eb2053cd7d0e342135b599ce98e35d29fcc915735cb689bf5ac61321739188829443f6569ed11dac8b1f9d5e781
6
+ metadata.gz: '03857c3096f19c3242543392cef73ae1027cc18397c8831a4fce5db73721802e71796666eb3c2e98d4e00b55a565be341e9a97a05861cad655c34699970a16b9'
7
+ data.tar.gz: 1e8eff1e77ef5635f9ae808772d7498c55ed8d4246c1256cc5f3cc476ad0d4d9630b9fbca77bd7c192be22594cb0f1d52f16ebb3f9f34bf27349def60177063b
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.33.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.32.0 (2024-09-20)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.32.0
1
+ 1.33.0
@@ -3522,7 +3522,7 @@ module Aws::IoTTwinMaker
3522
3522
  tracer: tracer
3523
3523
  )
3524
3524
  context[:gem_name] = 'aws-sdk-iottwinmaker'
3525
- context[:gem_version] = '1.32.0'
3525
+ context[:gem_version] = '1.33.0'
3526
3526
  Seahorse::Client::Request.new(handlers, context)
3527
3527
  end
3528
3528
 
@@ -7,6 +7,7 @@
7
7
  #
8
8
  # WARNING ABOUT GENERATED CODE
9
9
 
10
+
10
11
  module Aws::IoTTwinMaker
11
12
  # @api private
12
13
  module ClientApi
@@ -4064,3 +4064,4 @@ module Aws::IoTTwinMaker
4064
4064
 
4065
4065
  end
4066
4066
  end
4067
+
@@ -11,18 +11,6 @@
11
11
  require 'aws-sdk-core'
12
12
  require 'aws-sigv4'
13
13
 
14
- require_relative 'aws-sdk-iottwinmaker/types'
15
- require_relative 'aws-sdk-iottwinmaker/client_api'
16
- require_relative 'aws-sdk-iottwinmaker/plugins/endpoints.rb'
17
- require_relative 'aws-sdk-iottwinmaker/client'
18
- require_relative 'aws-sdk-iottwinmaker/errors'
19
- require_relative 'aws-sdk-iottwinmaker/waiters'
20
- require_relative 'aws-sdk-iottwinmaker/resource'
21
- require_relative 'aws-sdk-iottwinmaker/endpoint_parameters'
22
- require_relative 'aws-sdk-iottwinmaker/endpoint_provider'
23
- require_relative 'aws-sdk-iottwinmaker/endpoints'
24
- require_relative 'aws-sdk-iottwinmaker/customizations'
25
-
26
14
  # This module provides support for AWS IoT TwinMaker. This module is available in the
27
15
  # `aws-sdk-iottwinmaker` gem.
28
16
  #
@@ -52,7 +40,21 @@ require_relative 'aws-sdk-iottwinmaker/customizations'
52
40
  #
53
41
  # @!group service
54
42
  module Aws::IoTTwinMaker
43
+ autoload :Types, 'aws-sdk-iottwinmaker/types'
44
+ autoload :ClientApi, 'aws-sdk-iottwinmaker/client_api'
45
+ module Plugins
46
+ autoload :Endpoints, 'aws-sdk-iottwinmaker/plugins/endpoints.rb'
47
+ end
48
+ autoload :Client, 'aws-sdk-iottwinmaker/client'
49
+ autoload :Errors, 'aws-sdk-iottwinmaker/errors'
50
+ autoload :Waiters, 'aws-sdk-iottwinmaker/waiters'
51
+ autoload :Resource, 'aws-sdk-iottwinmaker/resource'
52
+ autoload :EndpointParameters, 'aws-sdk-iottwinmaker/endpoint_parameters'
53
+ autoload :EndpointProvider, 'aws-sdk-iottwinmaker/endpoint_provider'
54
+ autoload :Endpoints, 'aws-sdk-iottwinmaker/endpoints'
55
55
 
56
- GEM_VERSION = '1.32.0'
56
+ GEM_VERSION = '1.33.0'
57
57
 
58
58
  end
59
+
60
+ require_relative 'aws-sdk-iottwinmaker/customizations'
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aws-sdk-iottwinmaker
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.32.0
4
+ version: 1.33.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