aws-sdk-iotsitewise 1.44.0 → 1.45.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: 9b83c01623728415379ec2b529b21bb3d1126ee77e5c7f0a60a802220a0a4d7e
4
- data.tar.gz: 8362d436596dc66e936e1742cf215a91bad77aa523b660c074783ee561d1334b
3
+ metadata.gz: 8aac6d5f66f38fb749efabf1f4062199396c033117a47742c7b3fd901d03ff54
4
+ data.tar.gz: 169a1cf8d5bd6a6afef25110a0b1a9d270cf13e95543e3f04589e621bc61a314
5
5
  SHA512:
6
- metadata.gz: 782bdbe73aeabbffef33fe28e31967344ecf689a8dfdef67a5423156b85e8b6f87c6f07b70f3c4a1b32c39bc8f7df7785f5a1fdf0c48acc3e0a524089a26bff4
7
- data.tar.gz: b76f06252e715279156e0f0d761bb0a2202e447a4ecfdbca6782758a90819c274311e061a86ab3864d06968074a3a28249bfb1ca6fc5e7de053b960df7435d6b
6
+ metadata.gz: 2f3f75e3ecc37ce37b3a4ff61aed823a9acff09e6449aaa87329a788d9142d25ca8055ed214cbca81d783078cd91bba16522e92b14f1ebaf869cf41eb7e05a43
7
+ data.tar.gz: efe5b70f88f7daaf0bd25c51642002a52fde1f18bdf96df4c8bf6564d68682cc29156cd9c600e056ca785dbbd385beddd93492950d58d9228b7391b5b49b6f5c
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.45.0 (2022-09-07)
5
+ ------------------
6
+
7
+ * Feature - Allow specifying units in Asset Properties
8
+
4
9
  1.44.0 (2022-08-22)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.44.0
1
+ 1.45.0
@@ -937,7 +937,7 @@ module Aws::IoTSiteWise
937
937
  # [1]: https://docs.aws.amazon.com/iot-sitewise/latest/userguide/create-assets.html
938
938
  #
939
939
  # @option params [required, String] :asset_name
940
- # A unique, friendly name for the asset.
940
+ # A friendly name for the asset.
941
941
  #
942
942
  # @option params [required, String] :asset_model_id
943
943
  # The ID of the asset model from which to create the asset.
@@ -1231,12 +1231,6 @@ module Aws::IoTSiteWise
1231
1231
  req.send_request(options)
1232
1232
  end
1233
1233
 
1234
- # <note markdown="1"> This API operation is in preview release for IoT SiteWise and is
1235
- # subject to change. We recommend that you use this operation only with
1236
- # test data, and not in production environments.
1237
- #
1238
- # </note>
1239
- #
1240
1234
  # Defines a job to ingest data to IoT SiteWise from Amazon S3. For more
1241
1235
  # information, see [Create a bulk import job (CLI)][1] in the *Amazon
1242
1236
  # Simple Storage Service User Guide*.
@@ -2279,12 +2273,6 @@ module Aws::IoTSiteWise
2279
2273
  req.send_request(options)
2280
2274
  end
2281
2275
 
2282
- # <note markdown="1"> This API operation is in preview release for IoT SiteWise and is
2283
- # subject to change. We recommend that you use this operation only with
2284
- # test data, and not in production environments.
2285
- #
2286
- # </note>
2287
- #
2288
2276
  # Retrieves information about a bulk import job request. For more
2289
2277
  # information, see [Describe a bulk import job (CLI)][1] in the *Amazon
2290
2278
  # Simple Storage Service User Guide*.
@@ -3587,15 +3575,9 @@ module Aws::IoTSiteWise
3587
3575
  req.send_request(options)
3588
3576
  end
3589
3577
 
3590
- # <note markdown="1"> This API operation is in preview release for IoT SiteWise and is
3591
- # subject to change. We recommend that you use this operation only with
3592
- # test data, and not in production environments.
3593
- #
3594
- # </note>
3595
- #
3596
3578
  # Retrieves a paginated list of bulk import job requests. For more
3597
- # information, see [List bulk import jobs (CLI)][1] in the *Amazon
3598
- # Simple Storage Service User Guide*.
3579
+ # information, see [List bulk import jobs (CLI)][1] in the *IoT SiteWise
3580
+ # User Guide*.
3599
3581
  #
3600
3582
  #
3601
3583
  #
@@ -4250,7 +4232,7 @@ module Aws::IoTSiteWise
4250
4232
  # The ID of the asset to update.
4251
4233
  #
4252
4234
  # @option params [required, String] :asset_name
4253
- # A unique, friendly name for the asset.
4235
+ # A friendly name for the asset.
4254
4236
  #
4255
4237
  # @option params [String] :client_token
4256
4238
  # A unique case-sensitive identifier that you can provide to ensure the
@@ -4582,6 +4564,11 @@ module Aws::IoTSiteWise
4582
4564
  # **A suitable default value is auto-generated.** You should normally
4583
4565
  # not need to pass this option.**
4584
4566
  #
4567
+ # @option params [String] :property_unit
4568
+ # The unit of measure (such as Newtons or RPM) of the asset property. If
4569
+ # you don't specify a value for this parameter, the service uses the
4570
+ # value of the `assetModelProperty` in the asset model.
4571
+ #
4585
4572
  # @return [Struct] Returns an empty {Seahorse::Client::Response response}.
4586
4573
  #
4587
4574
  # @example Request syntax with placeholder values
@@ -4592,6 +4579,7 @@ module Aws::IoTSiteWise
4592
4579
  # property_alias: "PropertyAlias",
4593
4580
  # property_notification_state: "ENABLED", # accepts ENABLED, DISABLED
4594
4581
  # client_token: "ClientToken",
4582
+ # property_unit: "PropertyUnit",
4595
4583
  # })
4596
4584
  #
4597
4585
  # @overload update_asset_property(params = {})
@@ -4873,7 +4861,7 @@ module Aws::IoTSiteWise
4873
4861
  params: params,
4874
4862
  config: config)
4875
4863
  context[:gem_name] = 'aws-sdk-iotsitewise'
4876
- context[:gem_version] = '1.44.0'
4864
+ context[:gem_version] = '1.45.0'
4877
4865
  Seahorse::Client::Request.new(handlers, context)
4878
4866
  end
4879
4867
 
@@ -1651,6 +1651,7 @@ module Aws::IoTSiteWise
1651
1651
  UpdateAssetPropertyRequest.add_member(:property_alias, Shapes::ShapeRef.new(shape: PropertyAlias, location_name: "propertyAlias"))
1652
1652
  UpdateAssetPropertyRequest.add_member(:property_notification_state, Shapes::ShapeRef.new(shape: PropertyNotificationState, location_name: "propertyNotificationState"))
1653
1653
  UpdateAssetPropertyRequest.add_member(:client_token, Shapes::ShapeRef.new(shape: ClientToken, location_name: "clientToken", metadata: {"idempotencyToken"=>true}))
1654
+ UpdateAssetPropertyRequest.add_member(:property_unit, Shapes::ShapeRef.new(shape: PropertyUnit, location_name: "propertyUnit"))
1654
1655
  UpdateAssetPropertyRequest.struct_class = Types::UpdateAssetPropertyRequest
1655
1656
 
1656
1657
  UpdateAssetRequest.add_member(:asset_id, Shapes::ShapeRef.new(shape: ID, required: true, location: "uri", location_name: "assetId"))
@@ -2564,7 +2564,7 @@ module Aws::IoTSiteWise
2564
2564
  # }
2565
2565
  #
2566
2566
  # @!attribute [rw] asset_name
2567
- # A unique, friendly name for the asset.
2567
+ # A friendly name for the asset.
2568
2568
  # @return [String]
2569
2569
  #
2570
2570
  # @!attribute [rw] asset_model_id
@@ -8003,6 +8003,7 @@ module Aws::IoTSiteWise
8003
8003
  # property_alias: "PropertyAlias",
8004
8004
  # property_notification_state: "ENABLED", # accepts ENABLED, DISABLED
8005
8005
  # client_token: "ClientToken",
8006
+ # property_unit: "PropertyUnit",
8006
8007
  # }
8007
8008
  #
8008
8009
  # @!attribute [rw] asset_id
@@ -8051,12 +8052,19 @@ module Aws::IoTSiteWise
8051
8052
  # not need to pass this option.
8052
8053
  # @return [String]
8053
8054
  #
8055
+ # @!attribute [rw] property_unit
8056
+ # The unit of measure (such as Newtons or RPM) of the asset property.
8057
+ # If you don't specify a value for this parameter, the service uses
8058
+ # the value of the `assetModelProperty` in the asset model.
8059
+ # @return [String]
8060
+ #
8054
8061
  class UpdateAssetPropertyRequest < Struct.new(
8055
8062
  :asset_id,
8056
8063
  :property_id,
8057
8064
  :property_alias,
8058
8065
  :property_notification_state,
8059
- :client_token)
8066
+ :client_token,
8067
+ :property_unit)
8060
8068
  SENSITIVE = []
8061
8069
  include Aws::Structure
8062
8070
  end
@@ -8076,7 +8084,7 @@ module Aws::IoTSiteWise
8076
8084
  # @return [String]
8077
8085
  #
8078
8086
  # @!attribute [rw] asset_name
8079
- # A unique, friendly name for the asset.
8087
+ # A friendly name for the asset.
8080
8088
  # @return [String]
8081
8089
  #
8082
8090
  # @!attribute [rw] client_token
@@ -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.44.0'
52
+ GEM_VERSION = '1.45.0'
53
53
 
54
54
  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.44.0
4
+ version: 1.45.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-08-22 00:00:00.000000000 Z
11
+ date: 2022-09-07 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: aws-sdk-core