aws-sdk-iotsitewise 1.21.0 → 1.22.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/CHANGELOG.md +5 -0
- data/VERSION +1 -1
- data/lib/aws-sdk-iotsitewise.rb +1 -1
- data/lib/aws-sdk-iotsitewise/client.rb +7 -3
- 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: 475b664f08aa75fff087661240437ba7ac4feec495f2c786009bfcef7862801a
|
4
|
+
data.tar.gz: '088f081cddad3d8c913bcfeb837c13f9f059446606a82f13fb20d3a97e5699e8'
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 7d07039e97c726330f1de60b65a9962705df1f53c6043cf4083adbdc1696a250b7db83f6584618d388881dc06e9bf75ec984d098fedbff833d599e346a2c9766
|
7
|
+
data.tar.gz: 37d627465c8d7dbebd22c01a8ce4d1ef245ea77127056c1b8bbe4c0d344882eec103461ffad07cb25bd5a1e8a49e531efd108dd37fb697361f8e2c927b2d8e9a
|
data/CHANGELOG.md
CHANGED
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
1.
|
1
|
+
1.22.0
|
data/lib/aws-sdk-iotsitewise.rb
CHANGED
@@ -478,8 +478,8 @@ module Aws::IoTSiteWise
|
|
478
478
|
#
|
479
479
|
# With respect to Unix epoch time, AWS IoT SiteWise accepts only TQVs
|
480
480
|
# that have a timestamp of no more than 7 days in the past and no more
|
481
|
-
# than
|
482
|
-
# outside of the inclusive range of \[-7 days, +
|
481
|
+
# than 10 minutes in the future. AWS IoT SiteWise rejects timestamps
|
482
|
+
# outside of the inclusive range of \[-7 days, +10 minutes\] and returns
|
483
483
|
# a `TimestampOutOfRangeException` error.
|
484
484
|
#
|
485
485
|
# For each asset property, AWS IoT SiteWise overwrites TQVs with
|
@@ -2330,6 +2330,10 @@ module Aws::IoTSiteWise
|
|
2330
2330
|
# operation to return the interpolated temperature values for a wind
|
2331
2331
|
# turbine every 24 hours over a duration of 7 days.
|
2332
2332
|
#
|
2333
|
+
# <note markdown="1"> This API isn't available in China (Beijing).
|
2334
|
+
#
|
2335
|
+
# </note>
|
2336
|
+
#
|
2333
2337
|
# To identify an asset property, you must specify one of the following:
|
2334
2338
|
#
|
2335
2339
|
# * The `assetId` and `propertyId` of an asset property.
|
@@ -3808,7 +3812,7 @@ module Aws::IoTSiteWise
|
|
3808
3812
|
params: params,
|
3809
3813
|
config: config)
|
3810
3814
|
context[:gem_name] = 'aws-sdk-iotsitewise'
|
3811
|
-
context[:gem_version] = '1.
|
3815
|
+
context[:gem_version] = '1.22.0'
|
3812
3816
|
Seahorse::Client::Request.new(handlers, context)
|
3813
3817
|
end
|
3814
3818
|
|
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.22.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: 2021-
|
11
|
+
date: 2021-05-18 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: aws-sdk-core
|