aws-sdk-iotsitewise 1.74.0 → 1.75.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: 216095a585a11ef316234c57f55ad4605a7e65441dc39fbfab881ba9687a0c3d
4
- data.tar.gz: 3156be19d037db4fc3c7688fceb70254995403302271ec07cfaeaafb92e5fe1c
3
+ metadata.gz: 9c0c1635f6c8cc5b9f409702b486f7a7c6bad0ede727221ae30ffefe4f70a7f5
4
+ data.tar.gz: 9cf945900281f3e1ceeeeda6f7e25b8d5e3afa0634fa5ca62e7050155386454c
5
5
  SHA512:
6
- metadata.gz: e2ab16b31969efa8758099c585fca76b114affd558675386edd004df3d84e4b95c27cd04fe643422a52f53fc18e6e58eb13db729d230f634a5ac066abde0773f
7
- data.tar.gz: 45d5959b379efcf6699e3aac200139b4063379c401197aa54836e922100594c4d2428267ac8977f4c90def5407d1440de393858aeda358fcc9fe5c812687ddae
6
+ metadata.gz: 5e152df9e383816ac56577b06ee254569decde5192c856ec8493e6d09fa4bff803c6b2be8fc6e7532fc0fc7731355d1af2a58f140e22b50613c0ea27d35e3cd8
7
+ data.tar.gz: 6dd93607edc67591865960eca5e27b887d00676c2ceeebd9197c9cd8c4d853422a67bfbf151f1ad3bdfb40071248667c9bd286c2335e3b0652d36f93c2659f74
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.75.0 (2024-09-24)
5
+ ------------------
6
+
7
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
8
+
4
9
  1.74.0 (2024-09-23)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.74.0
1
+ 1.75.0
@@ -36,8 +36,6 @@ require 'aws-sdk-core/plugins/telemetry.rb'
36
36
  require 'aws-sdk-core/plugins/sign.rb'
37
37
  require 'aws-sdk-core/plugins/protocols/rest_json.rb'
38
38
 
39
- Aws::Plugins::GlobalConfiguration.add_identifier(:iotsitewise)
40
-
41
39
  module Aws::IoTSiteWise
42
40
  # An API client for IoTSiteWise. To construct a client, you need to configure a `:region` and `:credentials`.
43
41
  #
@@ -6782,7 +6780,7 @@ module Aws::IoTSiteWise
6782
6780
  tracer: tracer
6783
6781
  )
6784
6782
  context[:gem_name] = 'aws-sdk-iotsitewise'
6785
- context[:gem_version] = '1.74.0'
6783
+ context[:gem_version] = '1.75.0'
6786
6784
  Seahorse::Client::Request.new(handlers, context)
6787
6785
  end
6788
6786
 
@@ -11,6 +11,8 @@
11
11
  require 'aws-sdk-core'
12
12
  require 'aws-sigv4'
13
13
 
14
+ Aws::Plugins::GlobalConfiguration.add_identifier(:iotsitewise)
15
+
14
16
  # This module provides support for AWS IoT SiteWise. This module is available in the
15
17
  # `aws-sdk-iotsitewise` gem.
16
18
  #
@@ -53,7 +55,7 @@ module Aws::IoTSiteWise
53
55
  autoload :EndpointProvider, 'aws-sdk-iotsitewise/endpoint_provider'
54
56
  autoload :Endpoints, 'aws-sdk-iotsitewise/endpoints'
55
57
 
56
- GEM_VERSION = '1.74.0'
58
+ GEM_VERSION = '1.75.0'
57
59
 
58
60
  end
59
61
 
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.74.0
4
+ version: 1.75.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-23 00:00:00.000000000 Z
11
+ date: 2024-09-24 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: aws-sdk-core