aws-sdk-iotsitewise 1.49.0 → 1.50.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/client.rb +19 -11
- data/lib/aws-sdk-iotsitewise/client_api.rb +4 -2
- data/lib/aws-sdk-iotsitewise/types.rb +15 -7
- 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: 99885f7b428a71030f28554b58cc2499e83efd2f5569b6793e399db93bf835e7
|
4
|
+
data.tar.gz: be6678b1cfb9e36ca68a2f1eae009be984c9d146db2d5483df65a49ca1c101c0
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 2281d1439daca17ea750187fb0ab99f8ba8ce3a4fee0975f6ceb94a62d67fa38f1ae22eed17ded3f30aa76ded94dc13bc0ea3998bc641bc0e6f432f1717df56e
|
7
|
+
data.tar.gz: 4142221fabfb58e0865868b172683c3bb5f99eea21edc72bef2dea7856997ef9217dee060ca0a1ef028fb0ed2f4502851d64cb722a4eded8a9c60e783773b9ba
|
data/CHANGELOG.md
CHANGED
@@ -1,6 +1,11 @@
|
|
1
1
|
Unreleased Changes
|
2
2
|
------------------
|
3
3
|
|
4
|
+
1.50.0 (2023-05-08)
|
5
|
+
------------------
|
6
|
+
|
7
|
+
* Feature - Provide support for 20,000 max results for GetAssetPropertyValueHistory/BatchGetAssetPropertyValueHistory and 15 minute aggregate resolution for GetAssetPropertyAggregates/BatchGetAssetPropertyAggregates
|
8
|
+
|
4
9
|
1.49.0 (2023-03-21)
|
5
10
|
------------------
|
6
11
|
|
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
1.
|
1
|
+
1.50.0
|
@@ -560,10 +560,10 @@ module Aws::IoTSiteWise
|
|
560
560
|
# The maximum number of results to return for each paginated request. A
|
561
561
|
# result set is returned in the two cases, whichever occurs first.
|
562
562
|
#
|
563
|
-
# * The size of the result set is
|
563
|
+
# * The size of the result set is equal to 1 MB.
|
564
564
|
#
|
565
|
-
# * The number of data points in the result set is
|
566
|
-
#
|
565
|
+
# * The number of data points in the result set is equal to the value of
|
566
|
+
# `maxResults`. The maximum value of `maxResults` is 4000.
|
567
567
|
#
|
568
568
|
# @return [Types::BatchGetAssetPropertyAggregatesResponse] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
|
569
569
|
#
|
@@ -712,10 +712,10 @@ module Aws::IoTSiteWise
|
|
712
712
|
# The maximum number of results to return for each paginated request. A
|
713
713
|
# result set is returned in the two cases, whichever occurs first.
|
714
714
|
#
|
715
|
-
# * The size of the result set is
|
715
|
+
# * The size of the result set is equal to 4 MB.
|
716
716
|
#
|
717
|
-
# * The number of data points in the result set is
|
718
|
-
#
|
717
|
+
# * The number of data points in the result set is equal to the value of
|
718
|
+
# `maxResults`. The maximum value of `maxResults` is 20000.
|
719
719
|
#
|
720
720
|
# @return [Types::BatchGetAssetPropertyValueHistoryResponse] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
|
721
721
|
#
|
@@ -2869,9 +2869,13 @@ module Aws::IoTSiteWise
|
|
2869
2869
|
# The token to be used for the next set of paginated results.
|
2870
2870
|
#
|
2871
2871
|
# @option params [Integer] :max_results
|
2872
|
-
# The maximum number of results to return for each paginated request.
|
2872
|
+
# The maximum number of results to return for each paginated request. A
|
2873
|
+
# result set is returned in the two cases, whichever occurs first.
|
2874
|
+
#
|
2875
|
+
# * The size of the result set is equal to 1 MB.
|
2873
2876
|
#
|
2874
|
-
#
|
2877
|
+
# * The number of data points in the result set is equal to the value of
|
2878
|
+
# `maxResults`. The maximum value of `maxResults` is 250.
|
2875
2879
|
#
|
2876
2880
|
# @return [Types::GetAssetPropertyAggregatesResponse] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
|
2877
2881
|
#
|
@@ -3031,9 +3035,13 @@ module Aws::IoTSiteWise
|
|
3031
3035
|
# The token to be used for the next set of paginated results.
|
3032
3036
|
#
|
3033
3037
|
# @option params [Integer] :max_results
|
3034
|
-
# The maximum number of results to return for each paginated request.
|
3038
|
+
# The maximum number of results to return for each paginated request. A
|
3039
|
+
# result set is returned in the two cases, whichever occurs first.
|
3040
|
+
#
|
3041
|
+
# * The size of the result set is equal to 4 MB.
|
3035
3042
|
#
|
3036
|
-
#
|
3043
|
+
# * The number of data points in the result set is equal to the value of
|
3044
|
+
# `maxResults`. The maximum value of `maxResults` is 20000.
|
3037
3045
|
#
|
3038
3046
|
# @return [Types::GetAssetPropertyValueHistoryResponse] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
|
3039
3047
|
#
|
@@ -5029,7 +5037,7 @@ module Aws::IoTSiteWise
|
|
5029
5037
|
params: params,
|
5030
5038
|
config: config)
|
5031
5039
|
context[:gem_name] = 'aws-sdk-iotsitewise'
|
5032
|
-
context[:gem_version] = '1.
|
5040
|
+
context[:gem_version] = '1.50.0'
|
5033
5041
|
Seahorse::Client::Request.new(handlers, context)
|
5034
5042
|
end
|
5035
5043
|
|
@@ -234,6 +234,8 @@ module Aws::IoTSiteWise
|
|
234
234
|
GatewaySummary = Shapes::StructureShape.new(name: 'GatewaySummary')
|
235
235
|
GetAssetPropertyAggregatesRequest = Shapes::StructureShape.new(name: 'GetAssetPropertyAggregatesRequest')
|
236
236
|
GetAssetPropertyAggregatesResponse = Shapes::StructureShape.new(name: 'GetAssetPropertyAggregatesResponse')
|
237
|
+
GetAssetPropertyValueAggregatesMaxResults = Shapes::IntegerShape.new(name: 'GetAssetPropertyValueAggregatesMaxResults')
|
238
|
+
GetAssetPropertyValueHistoryMaxResults = Shapes::IntegerShape.new(name: 'GetAssetPropertyValueHistoryMaxResults')
|
237
239
|
GetAssetPropertyValueHistoryRequest = Shapes::StructureShape.new(name: 'GetAssetPropertyValueHistoryRequest')
|
238
240
|
GetAssetPropertyValueHistoryResponse = Shapes::StructureShape.new(name: 'GetAssetPropertyValueHistoryResponse')
|
239
241
|
GetAssetPropertyValueRequest = Shapes::StructureShape.new(name: 'GetAssetPropertyValueRequest')
|
@@ -1239,7 +1241,7 @@ module Aws::IoTSiteWise
|
|
1239
1241
|
GetAssetPropertyAggregatesRequest.add_member(:end_date, Shapes::ShapeRef.new(shape: Timestamp, required: true, location: "querystring", location_name: "endDate"))
|
1240
1242
|
GetAssetPropertyAggregatesRequest.add_member(:time_ordering, Shapes::ShapeRef.new(shape: TimeOrdering, location: "querystring", location_name: "timeOrdering"))
|
1241
1243
|
GetAssetPropertyAggregatesRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location: "querystring", location_name: "nextToken"))
|
1242
|
-
GetAssetPropertyAggregatesRequest.add_member(:max_results, Shapes::ShapeRef.new(shape:
|
1244
|
+
GetAssetPropertyAggregatesRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: GetAssetPropertyValueAggregatesMaxResults, location: "querystring", location_name: "maxResults"))
|
1243
1245
|
GetAssetPropertyAggregatesRequest.struct_class = Types::GetAssetPropertyAggregatesRequest
|
1244
1246
|
|
1245
1247
|
GetAssetPropertyAggregatesResponse.add_member(:aggregated_values, Shapes::ShapeRef.new(shape: AggregatedValues, required: true, location_name: "aggregatedValues"))
|
@@ -1254,7 +1256,7 @@ module Aws::IoTSiteWise
|
|
1254
1256
|
GetAssetPropertyValueHistoryRequest.add_member(:qualities, Shapes::ShapeRef.new(shape: Qualities, location: "querystring", location_name: "qualities"))
|
1255
1257
|
GetAssetPropertyValueHistoryRequest.add_member(:time_ordering, Shapes::ShapeRef.new(shape: TimeOrdering, location: "querystring", location_name: "timeOrdering"))
|
1256
1258
|
GetAssetPropertyValueHistoryRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location: "querystring", location_name: "nextToken"))
|
1257
|
-
GetAssetPropertyValueHistoryRequest.add_member(:max_results, Shapes::ShapeRef.new(shape:
|
1259
|
+
GetAssetPropertyValueHistoryRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: GetAssetPropertyValueHistoryMaxResults, location: "querystring", location_name: "maxResults"))
|
1258
1260
|
GetAssetPropertyValueHistoryRequest.struct_class = Types::GetAssetPropertyValueHistoryRequest
|
1259
1261
|
|
1260
1262
|
GetAssetPropertyValueHistoryResponse.add_member(:asset_property_value_history, Shapes::ShapeRef.new(shape: AssetPropertyValueHistory, required: true, location_name: "assetPropertyValueHistory"))
|
@@ -1168,9 +1168,9 @@ module Aws::IoTSiteWise
|
|
1168
1168
|
# The maximum number of results to return for each paginated request.
|
1169
1169
|
# A result set is returned in the two cases, whichever occurs first.
|
1170
1170
|
#
|
1171
|
-
# * The size of the result set is
|
1171
|
+
# * The size of the result set is equal to 1 MB.
|
1172
1172
|
#
|
1173
|
-
# * The number of data points in the result set is
|
1173
|
+
# * The number of data points in the result set is equal to the value
|
1174
1174
|
# of `maxResults`. The maximum value of `maxResults` is 4000.
|
1175
1175
|
# @return [Integer]
|
1176
1176
|
#
|
@@ -1488,10 +1488,10 @@ module Aws::IoTSiteWise
|
|
1488
1488
|
# The maximum number of results to return for each paginated request.
|
1489
1489
|
# A result set is returned in the two cases, whichever occurs first.
|
1490
1490
|
#
|
1491
|
-
# * The size of the result set is
|
1491
|
+
# * The size of the result set is equal to 4 MB.
|
1492
1492
|
#
|
1493
|
-
# * The number of data points in the result set is
|
1494
|
-
# of `maxResults`. The maximum value of `maxResults` is
|
1493
|
+
# * The number of data points in the result set is equal to the value
|
1494
|
+
# of `maxResults`. The maximum value of `maxResults` is 20000.
|
1495
1495
|
# @return [Integer]
|
1496
1496
|
#
|
1497
1497
|
class BatchGetAssetPropertyValueHistoryRequest < Struct.new(
|
@@ -4025,8 +4025,12 @@ module Aws::IoTSiteWise
|
|
4025
4025
|
#
|
4026
4026
|
# @!attribute [rw] max_results
|
4027
4027
|
# The maximum number of results to return for each paginated request.
|
4028
|
+
# A result set is returned in the two cases, whichever occurs first.
|
4029
|
+
#
|
4030
|
+
# * The size of the result set is equal to 1 MB.
|
4028
4031
|
#
|
4029
|
-
#
|
4032
|
+
# * The number of data points in the result set is equal to the value
|
4033
|
+
# of `maxResults`. The maximum value of `maxResults` is 250.
|
4030
4034
|
# @return [Integer]
|
4031
4035
|
#
|
4032
4036
|
class GetAssetPropertyAggregatesRequest < Struct.new(
|
@@ -4107,8 +4111,12 @@ module Aws::IoTSiteWise
|
|
4107
4111
|
#
|
4108
4112
|
# @!attribute [rw] max_results
|
4109
4113
|
# The maximum number of results to return for each paginated request.
|
4114
|
+
# A result set is returned in the two cases, whichever occurs first.
|
4115
|
+
#
|
4116
|
+
# * The size of the result set is equal to 4 MB.
|
4110
4117
|
#
|
4111
|
-
#
|
4118
|
+
# * The number of data points in the result set is equal to the value
|
4119
|
+
# of `maxResults`. The maximum value of `maxResults` is 20000.
|
4112
4120
|
# @return [Integer]
|
4113
4121
|
#
|
4114
4122
|
class GetAssetPropertyValueHistoryRequest < Struct.new(
|
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.50.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-05-08 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: aws-sdk-core
|