aws-sdk-iottwinmaker 1.4.0 → 1.5.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: d8bc357098ce056084b3a0508c422763ec47e2ac7de84f5095908c26d31305e7
4
- data.tar.gz: a083f6a582a01158504a32a57504238021a01bd50a25191daaca062f3460b4fa
3
+ metadata.gz: 28daec569f936a957b275dfa56774687c77ac8c93d8129e4a32d1d2f78de8a3b
4
+ data.tar.gz: bb63afe523002092c4995e10f8fc03e91bc1ad75c1b2554ea8c9b197ffd47be4
5
5
  SHA512:
6
- metadata.gz: f7ebd66d7dd66af97c4696497a98ea381590afc59922868623543ee2cc34e6bedf945059889dfb77c4775889744ae8498a364953260196f7fe30733f2ecb2eb7
7
- data.tar.gz: 8c647523b81a31bc0b9ec8f436827321d5ae896ba535517c815ecbb1a3a04973124a3ba45957d8bc05d40357c99834d3b2d6f5b860cd4a4832c18d3c8d5d052c
6
+ metadata.gz: 104570e38b731888f0f2675172b2e16dd0d88bac8cecf106cdb02825816e95e027c1a7b855027eb54880717a98bc6124bf5aa32a999e5d80ce358487e2633b0b
7
+ data.tar.gz: 109c3ebe0606c5eba5357f1f155140cc06f8c894a691689ca025a3407aa89bde68e664bbe386bdf9e065f2c62a230cb3dab17157f6a84a4a9aadb9d1ecd6610b
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.5.0 (2022-04-21)
5
+ ------------------
6
+
7
+ * Feature - General availability (GA) for AWS IoT TwinMaker. For more information, see https://docs.aws.amazon.com/iot-twinmaker/latest/apireference/Welcome.html
8
+
4
9
  1.4.0 (2022-04-12)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.4.0
1
+ 1.5.0
@@ -1238,7 +1238,14 @@ module Aws::IoTTwinMaker
1238
1238
  # The date and time of the latest property value to return.
1239
1239
  #
1240
1240
  # @option params [String] :end_time
1241
- # Timestamp represented in ISO 8601 format
1241
+ # The ISO8601 DateTime of the latest property value to return.
1242
+ #
1243
+ # For more information about the ISO8601 DateTime format, see the data
1244
+ # type [PropertyValue][1].
1245
+ #
1246
+ #
1247
+ #
1248
+ # [1]: https://docs.aws.amazon.com/roci/latest/roci-api/API_PropertyValue.html
1242
1249
  #
1243
1250
  # @option params [String] :entity_id
1244
1251
  # The ID of the entity.
@@ -1266,7 +1273,14 @@ module Aws::IoTTwinMaker
1266
1273
  # The date and time of the earliest property value to return.
1267
1274
  #
1268
1275
  # @option params [String] :start_time
1269
- # Timestamp represented in ISO 8601 format
1276
+ # The ISO8601 DateTime of the earliest property value to return.
1277
+ #
1278
+ # For more information about the ISO8601 DateTime format, see the data
1279
+ # type [PropertyValue][1].
1280
+ #
1281
+ #
1282
+ #
1283
+ # [1]: https://docs.aws.amazon.com/roci/latest/roci-api/API_PropertyValue.html
1270
1284
  #
1271
1285
  # @option params [required, String] :workspace_id
1272
1286
  # The ID of the workspace.
@@ -1507,6 +1521,10 @@ module Aws::IoTTwinMaker
1507
1521
  # @option params [Array<Types::ListEntitiesFilter>] :filters
1508
1522
  # A list of objects that filter the request.
1509
1523
  #
1524
+ # <note markdown="1"> Only one object is accepted as a valid input.
1525
+ #
1526
+ # </note>
1527
+ #
1510
1528
  # @option params [Integer] :max_results
1511
1529
  # The maximum number of results to display.
1512
1530
  #
@@ -2107,7 +2125,7 @@ module Aws::IoTTwinMaker
2107
2125
  params: params,
2108
2126
  config: config)
2109
2127
  context[:gem_name] = 'aws-sdk-iottwinmaker'
2110
- context[:gem_version] = '1.4.0'
2128
+ context[:gem_version] = '1.5.0'
2111
2129
  Seahorse::Client::Request.new(handlers, context)
2112
2130
  end
2113
2131
 
@@ -1733,7 +1733,14 @@ module Aws::IoTTwinMaker
1733
1733
  # @return [Time]
1734
1734
  #
1735
1735
  # @!attribute [rw] end_time
1736
- # Timestamp represented in ISO 8601 format
1736
+ # The ISO8601 DateTime of the latest property value to return.
1737
+ #
1738
+ # For more information about the ISO8601 DateTime format, see the data
1739
+ # type [PropertyValue][1].
1740
+ #
1741
+ #
1742
+ #
1743
+ # [1]: https://docs.aws.amazon.com/roci/latest/roci-api/API_PropertyValue.html
1737
1744
  # @return [String]
1738
1745
  #
1739
1746
  # @!attribute [rw] entity_id
@@ -1770,7 +1777,14 @@ module Aws::IoTTwinMaker
1770
1777
  # @return [Time]
1771
1778
  #
1772
1779
  # @!attribute [rw] start_time
1773
- # Timestamp represented in ISO 8601 format
1780
+ # The ISO8601 DateTime of the earliest property value to return.
1781
+ #
1782
+ # For more information about the ISO8601 DateTime format, see the data
1783
+ # type [PropertyValue][1].
1784
+ #
1785
+ #
1786
+ #
1787
+ # [1]: https://docs.aws.amazon.com/roci/latest/roci-api/API_PropertyValue.html
1774
1788
  # @return [String]
1775
1789
  #
1776
1790
  # @!attribute [rw] workspace_id
@@ -2052,6 +2066,10 @@ module Aws::IoTTwinMaker
2052
2066
 
2053
2067
  # An object that filters items in a list of component types.
2054
2068
  #
2069
+ # <note markdown="1"> Only one object is accepted as a valid input.
2070
+ #
2071
+ # </note>
2072
+ #
2055
2073
  # @note ListComponentTypesFilter is a union - when making an API calls you must set exactly one of the members.
2056
2074
  #
2057
2075
  # @!attribute [rw] extends_from
@@ -2199,6 +2217,10 @@ module Aws::IoTTwinMaker
2199
2217
  #
2200
2218
  # @!attribute [rw] filters
2201
2219
  # A list of objects that filter the request.
2220
+ #
2221
+ # <note markdown="1"> Only one object is accepted as a valid input.
2222
+ #
2223
+ # </note>
2202
2224
  # @return [Array<Types::ListEntitiesFilter>]
2203
2225
  #
2204
2226
  # @!attribute [rw] max_results
@@ -2804,7 +2826,32 @@ module Aws::IoTTwinMaker
2804
2826
  # }
2805
2827
  #
2806
2828
  # @!attribute [rw] time
2807
- # Timestamp represented in ISO 8601 format
2829
+ # ISO8601 DateTime of a value for a time series property.
2830
+ #
2831
+ # The time for when the property value was recorded in ISO 8601
2832
+ # format: *YYYY-MM-DDThh:mm:ss\[.SSSSSSSSS\]\[Z/±HH:mm\]*.
2833
+ #
2834
+ # * *\[YYYY\]*\: year
2835
+ #
2836
+ # * *\[MM\]*\: month
2837
+ #
2838
+ # * *\[DD\]*\: day
2839
+ #
2840
+ # * *\[hh\]*\: hour
2841
+ #
2842
+ # * *\[mm\]*\: minute
2843
+ #
2844
+ # * *\[ss\]*\: seconds
2845
+ #
2846
+ # * *\[.SSSSSSSSS\]*\: additional precision, where precedence is
2847
+ # maintained. For example: \[.573123\] is equal to 573123000
2848
+ # nanoseconds.
2849
+ #
2850
+ # * *Z*\: default timezone UTC
2851
+ #
2852
+ # * *± HH:mm*\: time zone offset in Hours and Minutes.
2853
+ #
2854
+ # *Required sub-fields*\: YYYY-MM-DDThh:mm:ss and \[Z/±HH:mm\]
2808
2855
  # @return [String]
2809
2856
  #
2810
2857
  # @!attribute [rw] timestamp
@@ -2824,7 +2871,12 @@ module Aws::IoTTwinMaker
2824
2871
  end
2825
2872
 
2826
2873
  # An object that specifies information about time series property
2827
- # values.
2874
+ # values. This object is used and consumed by the
2875
+ # [BatchPutPropertyValues][1] action.
2876
+ #
2877
+ #
2878
+ #
2879
+ # [1]: https://docs.aws.amazon.com/iot-twinmaker/latest/apireference/API_BatchPutPropertyValues.html
2828
2880
  #
2829
2881
  # @note When making an API call, you may pass PropertyValueEntry
2830
2882
  # data as a hash:
@@ -49,6 +49,6 @@ require_relative 'aws-sdk-iottwinmaker/customizations'
49
49
  # @!group service
50
50
  module Aws::IoTTwinMaker
51
51
 
52
- GEM_VERSION = '1.4.0'
52
+ GEM_VERSION = '1.5.0'
53
53
 
54
54
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aws-sdk-iottwinmaker
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.4.0
4
+ version: 1.5.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: 2022-04-12 00:00:00.000000000 Z
11
+ date: 2022-04-21 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: aws-sdk-core