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 +4 -4
- data/CHANGELOG.md +5 -0
- data/VERSION +1 -1
- data/lib/aws-sdk-iotsitewise/client.rb +11 -23
- data/lib/aws-sdk-iotsitewise/client_api.rb +1 -0
- data/lib/aws-sdk-iotsitewise/types.rb +11 -3
- 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: 8aac6d5f66f38fb749efabf1f4062199396c033117a47742c7b3fd901d03ff54
|
4
|
+
data.tar.gz: 169a1cf8d5bd6a6afef25110a0b1a9d270cf13e95543e3f04589e621bc61a314
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 2f3f75e3ecc37ce37b3a4ff61aed823a9acff09e6449aaa87329a788d9142d25ca8055ed214cbca81d783078cd91bba16522e92b14f1ebaf869cf41eb7e05a43
|
7
|
+
data.tar.gz: efe5b70f88f7daaf0bd25c51642002a52fde1f18bdf96df4c8bf6564d68682cc29156cd9c600e056ca785dbbd385beddd93492950d58d9228b7391b5b49b6f5c
|
data/CHANGELOG.md
CHANGED
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
1.
|
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
|
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 *
|
3598
|
-
#
|
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
|
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.
|
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
|
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
|
8087
|
+
# A friendly name for the asset.
|
8080
8088
|
# @return [String]
|
8081
8089
|
#
|
8082
8090
|
# @!attribute [rw] client_token
|
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.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-
|
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
|