aws-sdk-iotsitewise 1.49.0 → 1.51.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: c3f6f8c18df43c6ebdee5d50b953629e02e4efa7dce186d76594b8ebe8e38505
4
- data.tar.gz: 440fcd78f56449ae5b57579ab69ecd99bfd0c3c33f0aaa44aa1845d9f7169b40
3
+ metadata.gz: d52b14ba87db5f814c5e7639b23118c97daa515b088e0ff23609cb73aa2a91df
4
+ data.tar.gz: 9780deff0fdcce64f501931b580e7b8720c5c365f277a57f365e1227c92f565c
5
5
  SHA512:
6
- metadata.gz: 263c224059900077bfc8de1a27a835f41cd50265913f1394fae205666f126f69e785a9b98a8cce95567aa0086e9b77db34d1f6ba11195e4474a0cabb03d74c63
7
- data.tar.gz: 5aae619f5c074d209b483caa05de61424be7abddbf6cef6d58f1386f66cb825abeba7d35981988fac990e6ccbfe58ac6801ed08fc32517806015a336e8ce6df8
6
+ metadata.gz: e591dbc0a957e0c418024b1844ea3d83b2d51af9aab32cb7a1d77c77608eac76bcf0d4162f308aa669a2d09b4041c90234984b83094b4a1d4bb816ad79660e19
7
+ data.tar.gz: 1d0ddc42aaf561cacae079bdd86f0365a18dc24153564008fe44ca322f49251231c97602a13fdc50e0f27d04a6fa2a3ef2944c7cd76bb8e7f4a223a1a2d6ae68
data/CHANGELOG.md CHANGED
@@ -1,6 +1,16 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.51.0 (2023-05-31)
5
+ ------------------
6
+
7
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
8
+
9
+ 1.50.0 (2023-05-08)
10
+ ------------------
11
+
12
+ * Feature - Provide support for 20,000 max results for GetAssetPropertyValueHistory/BatchGetAssetPropertyValueHistory and 15 minute aggregate resolution for GetAssetPropertyAggregates/BatchGetAssetPropertyAggregates
13
+
4
14
  1.49.0 (2023-03-21)
5
15
  ------------------
6
16
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.49.0
1
+ 1.51.0
@@ -275,6 +275,11 @@ module Aws::IoTSiteWise
275
275
  # in the future.
276
276
  #
277
277
  #
278
+ # @option options [String] :sdk_ua_app_id
279
+ # A unique and opaque application ID that is appended to the
280
+ # User-Agent header as app/<sdk_ua_app_id>. It should have a
281
+ # maximum length of 50.
282
+ #
278
283
  # @option options [String] :secret_access_key
279
284
  #
280
285
  # @option options [String] :session_token
@@ -560,10 +565,10 @@ module Aws::IoTSiteWise
560
565
  # The maximum number of results to return for each paginated request. A
561
566
  # result set is returned in the two cases, whichever occurs first.
562
567
  #
563
- # * The size of the result set is less than 1 MB.
568
+ # * The size of the result set is equal to 1 MB.
564
569
  #
565
- # * The number of data points in the result set is less than the value
566
- # of `maxResults`. The maximum value of `maxResults` is 4000.
570
+ # * The number of data points in the result set is equal to the value of
571
+ # `maxResults`. The maximum value of `maxResults` is 4000.
567
572
  #
568
573
  # @return [Types::BatchGetAssetPropertyAggregatesResponse] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
569
574
  #
@@ -712,10 +717,10 @@ module Aws::IoTSiteWise
712
717
  # The maximum number of results to return for each paginated request. A
713
718
  # result set is returned in the two cases, whichever occurs first.
714
719
  #
715
- # * The size of the result set is less than 1 MB.
720
+ # * The size of the result set is equal to 4 MB.
716
721
  #
717
- # * The number of data points in the result set is less than the value
718
- # of `maxResults`. The maximum value of `maxResults` is 4000.
722
+ # * The number of data points in the result set is equal to the value of
723
+ # `maxResults`. The maximum value of `maxResults` is 20000.
719
724
  #
720
725
  # @return [Types::BatchGetAssetPropertyValueHistoryResponse] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
721
726
  #
@@ -2869,9 +2874,13 @@ module Aws::IoTSiteWise
2869
2874
  # The token to be used for the next set of paginated results.
2870
2875
  #
2871
2876
  # @option params [Integer] :max_results
2872
- # The maximum number of results to return for each paginated request.
2877
+ # The maximum number of results to return for each paginated request. A
2878
+ # result set is returned in the two cases, whichever occurs first.
2879
+ #
2880
+ # * The size of the result set is equal to 1 MB.
2873
2881
  #
2874
- # Default: 100
2882
+ # * The number of data points in the result set is equal to the value of
2883
+ # `maxResults`. The maximum value of `maxResults` is 250.
2875
2884
  #
2876
2885
  # @return [Types::GetAssetPropertyAggregatesResponse] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
2877
2886
  #
@@ -3031,9 +3040,13 @@ module Aws::IoTSiteWise
3031
3040
  # The token to be used for the next set of paginated results.
3032
3041
  #
3033
3042
  # @option params [Integer] :max_results
3034
- # The maximum number of results to return for each paginated request.
3043
+ # The maximum number of results to return for each paginated request. A
3044
+ # result set is returned in the two cases, whichever occurs first.
3045
+ #
3046
+ # * The size of the result set is equal to 4 MB.
3035
3047
  #
3036
- # Default: 100
3048
+ # * The number of data points in the result set is equal to the value of
3049
+ # `maxResults`. The maximum value of `maxResults` is 20000.
3037
3050
  #
3038
3051
  # @return [Types::GetAssetPropertyValueHistoryResponse] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
3039
3052
  #
@@ -5029,7 +5042,7 @@ module Aws::IoTSiteWise
5029
5042
  params: params,
5030
5043
  config: config)
5031
5044
  context[:gem_name] = 'aws-sdk-iotsitewise'
5032
- context[:gem_version] = '1.49.0'
5045
+ context[:gem_version] = '1.51.0'
5033
5046
  Seahorse::Client::Request.new(handlers, context)
5034
5047
  end
5035
5048
 
@@ -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: MaxResults, location: "querystring", location_name: "maxResults"))
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: MaxResults, location: "querystring", location_name: "maxResults"))
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 less than 1 MB.
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 less than the value
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 less than 1 MB.
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 less than the value
1494
- # of `maxResults`. The maximum value of `maxResults` is 4000.
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
- # Default: 100
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
- # Default: 100
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(
@@ -53,6 +53,6 @@ require_relative 'aws-sdk-iotsitewise/customizations'
53
53
  # @!group service
54
54
  module Aws::IoTSiteWise
55
55
 
56
- GEM_VERSION = '1.49.0'
56
+ GEM_VERSION = '1.51.0'
57
57
 
58
58
  end
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.49.0
4
+ version: 1.51.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-03-21 00:00:00.000000000 Z
11
+ date: 2023-05-31 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: aws-sdk-core
@@ -19,7 +19,7 @@ dependencies:
19
19
  version: '3'
20
20
  - - ">="
21
21
  - !ruby/object:Gem::Version
22
- version: 3.165.0
22
+ version: 3.174.0
23
23
  type: :runtime
24
24
  prerelease: false
25
25
  version_requirements: !ruby/object:Gem::Requirement
@@ -29,7 +29,7 @@ dependencies:
29
29
  version: '3'
30
30
  - - ">="
31
31
  - !ruby/object:Gem::Version
32
- version: 3.165.0
32
+ version: 3.174.0
33
33
  - !ruby/object:Gem::Dependency
34
34
  name: aws-sigv4
35
35
  requirement: !ruby/object:Gem::Requirement