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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 7c789475f03b89d05d057235f39f636a2d8c27a90e6b738487cc818a1f00afa9
4
- data.tar.gz: b4fa70938975588276e959ed51a34ea23dd60e60cf9231b94b09412976a0c3dc
3
+ metadata.gz: 475b664f08aa75fff087661240437ba7ac4feec495f2c786009bfcef7862801a
4
+ data.tar.gz: '088f081cddad3d8c913bcfeb837c13f9f059446606a82f13fb20d3a97e5699e8'
5
5
  SHA512:
6
- metadata.gz: 8c54299f95b473647d1a71e79294147053c33eb20beebc1170daac936c79a4c1378b83a7910368a542806084840ba260909e485c19286e41a00dc6bd15876a7d
7
- data.tar.gz: 8137218471e20566afeea65fd599988eef7028a0316f7cd18c74629158927d78f5c2026f08cf456776ac5ad8e679f8193066eb9c9dc3d012c9f931b3b02dc567
6
+ metadata.gz: 7d07039e97c726330f1de60b65a9962705df1f53c6043cf4083adbdc1696a250b7db83f6584618d388881dc06e9bf75ec984d098fedbff833d599e346a2c9766
7
+ data.tar.gz: 37d627465c8d7dbebd22c01a8ce4d1ef245ea77127056c1b8bbe4c0d344882eec103461ffad07cb25bd5a1e8a49e531efd108dd37fb697361f8e2c927b2d8e9a
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.22.0 (2021-05-18)
5
+ ------------------
6
+
7
+ * Feature - Documentation updates for AWS IoT SiteWise.
8
+
4
9
  1.21.0 (2021-04-28)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.21.0
1
+ 1.22.0
@@ -49,6 +49,6 @@ require_relative 'aws-sdk-iotsitewise/customizations'
49
49
  # @!group service
50
50
  module Aws::IoTSiteWise
51
51
 
52
- GEM_VERSION = '1.21.0'
52
+ GEM_VERSION = '1.22.0'
53
53
 
54
54
  end
@@ -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 5 minutes in the future. AWS IoT SiteWise rejects timestamps
482
- # outside of the inclusive range of \[-7 days, +5 minutes\] and returns
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.21.0'
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.21.0
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-04-28 00:00:00.000000000 Z
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