aws-sdk-iotsitewise 1.73.0 → 1.74.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: 926eef6c562c4d88d859eeb2503b68e7d8c360bdd92102c0298da796e5e1ff2c
4
- data.tar.gz: 55d0abfe02748aa4f1e5bb096b3b3f186fe81bc2c780b0580222b6a8c4d7050a
3
+ metadata.gz: 216095a585a11ef316234c57f55ad4605a7e65441dc39fbfab881ba9687a0c3d
4
+ data.tar.gz: 3156be19d037db4fc3c7688fceb70254995403302271ec07cfaeaafb92e5fe1c
5
5
  SHA512:
6
- metadata.gz: '095d22be60c119d2725a3579bf444283f6147a1e4d4934a6f94ce543d09559cc018749810799d7f935a5be27d10029a931120bbf0f3afcec234510b052091990'
7
- data.tar.gz: e0ed92ed3f173300dd7983f3eaf9ee03d51f1e913a6955fcddd458440185548c1b0671986ac549eaf861a99441f1fd8a065fdd9f327376024fe54a1f02d9d68d
6
+ metadata.gz: e2ab16b31969efa8758099c585fca76b114affd558675386edd004df3d84e4b95c27cd04fe643422a52f53fc18e6e58eb13db729d230f634a5ac066abde0773f
7
+ data.tar.gz: 45d5959b379efcf6699e3aac200139b4063379c401197aa54836e922100594c4d2428267ac8977f4c90def5407d1440de393858aeda358fcc9fe5c812687ddae
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.74.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.73.0 (2024-09-20)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.73.0
1
+ 1.74.0
@@ -6782,7 +6782,7 @@ module Aws::IoTSiteWise
6782
6782
  tracer: tracer
6783
6783
  )
6784
6784
  context[:gem_name] = 'aws-sdk-iotsitewise'
6785
- context[:gem_version] = '1.73.0'
6785
+ context[:gem_version] = '1.74.0'
6786
6786
  Seahorse::Client::Request.new(handlers, context)
6787
6787
  end
6788
6788
 
@@ -7,6 +7,7 @@
7
7
  #
8
8
  # WARNING ABOUT GENERATED CODE
9
9
 
10
+
10
11
  module Aws::IoTSiteWise
11
12
  # @api private
12
13
  module ClientApi
@@ -9060,3 +9060,4 @@ module Aws::IoTSiteWise
9060
9060
 
9061
9061
  end
9062
9062
  end
9063
+
@@ -11,18 +11,6 @@
11
11
  require 'aws-sdk-core'
12
12
  require 'aws-sigv4'
13
13
 
14
- require_relative 'aws-sdk-iotsitewise/types'
15
- require_relative 'aws-sdk-iotsitewise/client_api'
16
- require_relative 'aws-sdk-iotsitewise/plugins/endpoints.rb'
17
- require_relative 'aws-sdk-iotsitewise/client'
18
- require_relative 'aws-sdk-iotsitewise/errors'
19
- require_relative 'aws-sdk-iotsitewise/waiters'
20
- require_relative 'aws-sdk-iotsitewise/resource'
21
- require_relative 'aws-sdk-iotsitewise/endpoint_parameters'
22
- require_relative 'aws-sdk-iotsitewise/endpoint_provider'
23
- require_relative 'aws-sdk-iotsitewise/endpoints'
24
- require_relative 'aws-sdk-iotsitewise/customizations'
25
-
26
14
  # This module provides support for AWS IoT SiteWise. This module is available in the
27
15
  # `aws-sdk-iotsitewise` gem.
28
16
  #
@@ -52,7 +40,21 @@ require_relative 'aws-sdk-iotsitewise/customizations'
52
40
  #
53
41
  # @!group service
54
42
  module Aws::IoTSiteWise
43
+ autoload :Types, 'aws-sdk-iotsitewise/types'
44
+ autoload :ClientApi, 'aws-sdk-iotsitewise/client_api'
45
+ module Plugins
46
+ autoload :Endpoints, 'aws-sdk-iotsitewise/plugins/endpoints.rb'
47
+ end
48
+ autoload :Client, 'aws-sdk-iotsitewise/client'
49
+ autoload :Errors, 'aws-sdk-iotsitewise/errors'
50
+ autoload :Waiters, 'aws-sdk-iotsitewise/waiters'
51
+ autoload :Resource, 'aws-sdk-iotsitewise/resource'
52
+ autoload :EndpointParameters, 'aws-sdk-iotsitewise/endpoint_parameters'
53
+ autoload :EndpointProvider, 'aws-sdk-iotsitewise/endpoint_provider'
54
+ autoload :Endpoints, 'aws-sdk-iotsitewise/endpoints'
55
55
 
56
- GEM_VERSION = '1.73.0'
56
+ GEM_VERSION = '1.74.0'
57
57
 
58
58
  end
59
+
60
+ require_relative 'aws-sdk-iotsitewise/customizations'
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aws-sdk-iotsitewise
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.73.0
4
+ version: 1.74.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