aws-sdk-iotsitewise 1.6.0 → 1.7.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:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 6d40aa59f20cc98859d378e72cec692a2d0a6c3fd5ab0bca81fc7406ed17bbf3
|
4
|
+
data.tar.gz: 47f137ce6881e5b33e80e6307f501eaf1cb25c20b8e54565fe55f2811483c69b
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: d8fcefde76ef8924013e4d245a4a4dc8712a1704c9a6809f3defd8768058bd8b5acc0bcdeeeaf5dcd5af183a9522ef8bc10ff4567370bc5c99efb7ca03588786
|
7
|
+
data.tar.gz: ad8dc57c4874fac189048cbaeff202e1652d8dbe6dd3d9975ce1a8619790ccb9253f1ff286f08e8d528e96c533fc335cfafbb19b48b7f1dcde5a2c3fc74433b7
|
data/lib/aws-sdk-iotsitewise.rb
CHANGED
@@ -2051,11 +2051,11 @@ module Aws::IoTSiteWise
|
|
2051
2051
|
#
|
2052
2052
|
# [1]: https://docs.aws.amazon.com/iot-sitewise/latest/userguide/connect-data-streams.html
|
2053
2053
|
#
|
2054
|
-
# @option params [
|
2054
|
+
# @option params [Time,DateTime,Date,Integer,String] :start_date
|
2055
2055
|
# The exclusive start of the range from which to query historical data,
|
2056
2056
|
# expressed in seconds in Unix epoch time.
|
2057
2057
|
#
|
2058
|
-
# @option params [
|
2058
|
+
# @option params [Time,DateTime,Date,Integer,String] :end_date
|
2059
2059
|
# The inclusive end of the range from which to query historical data,
|
2060
2060
|
# expressed in seconds in Unix epoch time.
|
2061
2061
|
#
|
@@ -2084,8 +2084,8 @@ module Aws::IoTSiteWise
|
|
2084
2084
|
# asset_id: "ID",
|
2085
2085
|
# property_id: "ID",
|
2086
2086
|
# property_alias: "AssetPropertyAlias",
|
2087
|
-
# start_date: Time.now,
|
2088
|
-
# end_date: Time.now,
|
2087
|
+
# start_date: Time.now,
|
2088
|
+
# end_date: Time.now,
|
2089
2089
|
# qualities: ["GOOD"], # accepts GOOD, BAD, UNCERTAIN
|
2090
2090
|
# time_ordering: "ASCENDING", # accepts ASCENDING, DESCENDING
|
2091
2091
|
# next_token: "NextToken",
|
@@ -3264,7 +3264,7 @@ module Aws::IoTSiteWise
|
|
3264
3264
|
params: params,
|
3265
3265
|
config: config)
|
3266
3266
|
context[:gem_name] = 'aws-sdk-iotsitewise'
|
3267
|
-
context[:gem_version] = '1.
|
3267
|
+
context[:gem_version] = '1.7.0'
|
3268
3268
|
Seahorse::Client::Request.new(handlers, context)
|
3269
3269
|
end
|
3270
3270
|
|
@@ -764,8 +764,8 @@ module Aws::IoTSiteWise
|
|
764
764
|
GetAssetPropertyValueHistoryRequest.add_member(:asset_id, Shapes::ShapeRef.new(shape: ID, location: "querystring", location_name: "assetId"))
|
765
765
|
GetAssetPropertyValueHistoryRequest.add_member(:property_id, Shapes::ShapeRef.new(shape: ID, location: "querystring", location_name: "propertyId"))
|
766
766
|
GetAssetPropertyValueHistoryRequest.add_member(:property_alias, Shapes::ShapeRef.new(shape: AssetPropertyAlias, location: "querystring", location_name: "propertyAlias"))
|
767
|
-
GetAssetPropertyValueHistoryRequest.add_member(:start_date, Shapes::ShapeRef.new(shape: Timestamp,
|
768
|
-
GetAssetPropertyValueHistoryRequest.add_member(:end_date, Shapes::ShapeRef.new(shape: Timestamp,
|
767
|
+
GetAssetPropertyValueHistoryRequest.add_member(:start_date, Shapes::ShapeRef.new(shape: Timestamp, location: "querystring", location_name: "startDate"))
|
768
|
+
GetAssetPropertyValueHistoryRequest.add_member(:end_date, Shapes::ShapeRef.new(shape: Timestamp, location: "querystring", location_name: "endDate"))
|
769
769
|
GetAssetPropertyValueHistoryRequest.add_member(:qualities, Shapes::ShapeRef.new(shape: Qualities, location: "querystring", location_name: "qualities"))
|
770
770
|
GetAssetPropertyValueHistoryRequest.add_member(:time_ordering, Shapes::ShapeRef.new(shape: TimeOrdering, location: "querystring", location_name: "timeOrdering"))
|
771
771
|
GetAssetPropertyValueHistoryRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location: "querystring", location_name: "nextToken"))
|
@@ -2826,8 +2826,8 @@ module Aws::IoTSiteWise
|
|
2826
2826
|
# asset_id: "ID",
|
2827
2827
|
# property_id: "ID",
|
2828
2828
|
# property_alias: "AssetPropertyAlias",
|
2829
|
-
# start_date: Time.now,
|
2830
|
-
# end_date: Time.now,
|
2829
|
+
# start_date: Time.now,
|
2830
|
+
# end_date: Time.now,
|
2831
2831
|
# qualities: ["GOOD"], # accepts GOOD, BAD, UNCERTAIN
|
2832
2832
|
# time_ordering: "ASCENDING", # accepts ASCENDING, DESCENDING
|
2833
2833
|
# next_token: "NextToken",
|
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.7.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: 2020-06
|
11
|
+
date: 2020-07-06 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: aws-sdk-core
|