aws-sdk-iotsitewise 1.51.0 → 1.52.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 +4 -4
- data/CHANGELOG.md +5 -0
- data/VERSION +1 -1
- data/lib/aws-sdk-iotsitewise/client.rb +1 -1
- data/lib/aws-sdk-iotsitewise/endpoints.rb +1 -0
- data/lib/aws-sdk-iotsitewise.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 5fabe6a120cac050f8c570cbef0d95ed5bee94f2daf18382472053131e66166f
|
|
4
|
+
data.tar.gz: 63ba1a9edcfd7887378d60c586b94c5480068c07a812fd3cea5b318a18eed675
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 2785448268ba85ba2724a947fbd5f7cbbad26857b5aa3b3adf5b0bfd4c90c44bf66a2db5118c3aeb007b5538ba6d8fff01a92e879fda8979c4e3c888ac5f2cce
|
|
7
|
+
data.tar.gz: '09224fa2b7e30720eb4de57094d78647d83a42c285e91032e15b9e87c6eb706a0cf19abd5ef31cbf530c8f514324a57ceee98304c2e5f7a709a98c2270368429'
|
data/CHANGELOG.md
CHANGED
data/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
1.
|
|
1
|
+
1.52.0
|
|
@@ -5042,7 +5042,7 @@ module Aws::IoTSiteWise
|
|
|
5042
5042
|
params: params,
|
|
5043
5043
|
config: config)
|
|
5044
5044
|
context[:gem_name] = 'aws-sdk-iotsitewise'
|
|
5045
|
-
context[:gem_version] = '1.
|
|
5045
|
+
context[:gem_version] = '1.52.0'
|
|
5046
5046
|
Seahorse::Client::Request.new(handlers, context)
|
|
5047
5047
|
end
|
|
5048
5048
|
|
data/lib/aws-sdk-iotsitewise.rb
CHANGED
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.
|
|
4
|
+
version: 1.52.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: 2023-
|
|
11
|
+
date: 2023-06-15 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: aws-sdk-core
|