aws-sdk-iotsitewise 1.2.0 → 1.7.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/lib/aws-sdk-iotsitewise.rb +3 -1
- data/lib/aws-sdk-iotsitewise/client.rb +44 -28
- data/lib/aws-sdk-iotsitewise/client_api.rb +16 -8
- data/lib/aws-sdk-iotsitewise/errors.rb +2 -0
- data/lib/aws-sdk-iotsitewise/resource.rb +2 -0
- data/lib/aws-sdk-iotsitewise/types.rb +259 -55
- data/lib/aws-sdk-iotsitewise/waiters.rb +2 -0
- metadata +4 -4
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 6d40aa59f20cc98859d378e72cec692a2d0a6c3fd5ab0bca81fc7406ed17bbf3
|
4
|
+
data.tar.gz: 47f137ce6881e5b33e80e6307f501eaf1cb25c20b8e54565fe55f2811483c69b
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: d8fcefde76ef8924013e4d245a4a4dc8712a1704c9a6809f3defd8768058bd8b5acc0bcdeeeaf5dcd5af183a9522ef8bc10ff4567370bc5c99efb7ca03588786
|
7
|
+
data.tar.gz: ad8dc57c4874fac189048cbaeff202e1652d8dbe6dd3d9975ce1a8619790ccb9253f1ff286f08e8d528e96c533fc335cfafbb19b48b7f1dcde5a2c3fc74433b7
|
data/lib/aws-sdk-iotsitewise.rb
CHANGED
@@ -1,3 +1,5 @@
|
|
1
|
+
# frozen_string_literal: true
|
2
|
+
|
1
3
|
# WARNING ABOUT GENERATED CODE
|
2
4
|
#
|
3
5
|
# This file is generated. See the contributing guide for more information:
|
@@ -46,6 +48,6 @@ require_relative 'aws-sdk-iotsitewise/customizations'
|
|
46
48
|
# @service
|
47
49
|
module Aws::IoTSiteWise
|
48
50
|
|
49
|
-
GEM_VERSION = '1.
|
51
|
+
GEM_VERSION = '1.7.0'
|
50
52
|
|
51
53
|
end
|
@@ -1,3 +1,5 @@
|
|
1
|
+
# frozen_string_literal: true
|
2
|
+
|
1
3
|
# WARNING ABOUT GENERATED CODE
|
2
4
|
#
|
3
5
|
# This file is generated. See the contributing guide for more information:
|
@@ -24,6 +26,7 @@ require 'aws-sdk-core/plugins/jsonvalue_converter.rb'
|
|
24
26
|
require 'aws-sdk-core/plugins/client_metrics_plugin.rb'
|
25
27
|
require 'aws-sdk-core/plugins/client_metrics_send_plugin.rb'
|
26
28
|
require 'aws-sdk-core/plugins/transfer_encoding.rb'
|
29
|
+
require 'aws-sdk-core/plugins/http_checksum.rb'
|
27
30
|
require 'aws-sdk-core/plugins/signature_v4.rb'
|
28
31
|
require 'aws-sdk-core/plugins/protocols/rest_json.rb'
|
29
32
|
|
@@ -69,6 +72,7 @@ module Aws::IoTSiteWise
|
|
69
72
|
add_plugin(Aws::Plugins::ClientMetricsPlugin)
|
70
73
|
add_plugin(Aws::Plugins::ClientMetricsSendPlugin)
|
71
74
|
add_plugin(Aws::Plugins::TransferEncoding)
|
75
|
+
add_plugin(Aws::Plugins::HttpChecksum)
|
72
76
|
add_plugin(Aws::Plugins::SignatureV4)
|
73
77
|
add_plugin(Aws::Plugins::Protocols::RestJson)
|
74
78
|
|
@@ -161,7 +165,7 @@ module Aws::IoTSiteWise
|
|
161
165
|
# @option options [String] :endpoint
|
162
166
|
# The client endpoint is normally constructed from the `:region`
|
163
167
|
# option. You should only configure an `:endpoint` when connecting
|
164
|
-
# to test endpoints. This should be a valid HTTP(S) URI.
|
168
|
+
# to test or custom endpoints. This should be a valid HTTP(S) URI.
|
165
169
|
#
|
166
170
|
# @option options [Integer] :endpoint_cache_max_entries (1000)
|
167
171
|
# Used for the maximum size limit of the LRU cache storing endpoints data
|
@@ -176,7 +180,7 @@ module Aws::IoTSiteWise
|
|
176
180
|
# requests fetching endpoints information. Defaults to 60 sec.
|
177
181
|
#
|
178
182
|
# @option options [Boolean] :endpoint_discovery (false)
|
179
|
-
# When set to `true`, endpoint discovery will be enabled for operations when available.
|
183
|
+
# When set to `true`, endpoint discovery will be enabled for operations when available.
|
180
184
|
#
|
181
185
|
# @option options [Aws::Log::Formatter] :log_formatter (Aws::Log::Formatter.default)
|
182
186
|
# The log formatter.
|
@@ -1004,8 +1008,8 @@ module Aws::IoTSiteWise
|
|
1004
1008
|
# portal_contact_email: "Email", # required
|
1005
1009
|
# client_token: "ClientToken",
|
1006
1010
|
# portal_logo_image_file: {
|
1007
|
-
#
|
1008
|
-
#
|
1011
|
+
# data: "data", # required
|
1012
|
+
# type: "PNG", # required, accepts PNG
|
1009
1013
|
# },
|
1010
1014
|
# role_arn: "ARN", # required
|
1011
1015
|
# tags: {
|
@@ -1089,7 +1093,7 @@ module Aws::IoTSiteWise
|
|
1089
1093
|
|
1090
1094
|
# Deletes an access policy that grants the specified AWS Single Sign-On
|
1091
1095
|
# identity access to the specified AWS IoT SiteWise Monitor resource.
|
1092
|
-
# You can use this
|
1096
|
+
# You can use this operation to revoke access to an AWS IoT SiteWise
|
1093
1097
|
# Monitor resource.
|
1094
1098
|
#
|
1095
1099
|
# @option params [required, String] :access_policy_id
|
@@ -1723,7 +1727,7 @@ module Aws::IoTSiteWise
|
|
1723
1727
|
# * {Types::DescribePortalResponse#portal_status #portal_status} => Types::PortalStatus
|
1724
1728
|
# * {Types::DescribePortalResponse#portal_creation_date #portal_creation_date} => Time
|
1725
1729
|
# * {Types::DescribePortalResponse#portal_last_update_date #portal_last_update_date} => Time
|
1726
|
-
# * {Types::DescribePortalResponse#
|
1730
|
+
# * {Types::DescribePortalResponse#portal_logo_image_location #portal_logo_image_location} => Types::ImageLocation
|
1727
1731
|
# * {Types::DescribePortalResponse#role_arn #role_arn} => String
|
1728
1732
|
#
|
1729
1733
|
# @example Request syntax with placeholder values
|
@@ -1746,8 +1750,8 @@ module Aws::IoTSiteWise
|
|
1746
1750
|
# resp.portal_status.error.message #=> String
|
1747
1751
|
# resp.portal_creation_date #=> Time
|
1748
1752
|
# resp.portal_last_update_date #=> Time
|
1749
|
-
# resp.
|
1750
|
-
# resp.
|
1753
|
+
# resp.portal_logo_image_location.id #=> String
|
1754
|
+
# resp.portal_logo_image_location.url #=> String
|
1751
1755
|
# resp.role_arn #=> String
|
1752
1756
|
#
|
1753
1757
|
#
|
@@ -1920,7 +1924,7 @@ module Aws::IoTSiteWise
|
|
1920
1924
|
# asset_id: "ID",
|
1921
1925
|
# property_id: "ID",
|
1922
1926
|
# property_alias: "AssetPropertyAlias",
|
1923
|
-
# aggregate_types: ["AVERAGE"], # required, accepts AVERAGE, COUNT, MAXIMUM, MINIMUM, SUM
|
1927
|
+
# aggregate_types: ["AVERAGE"], # required, accepts AVERAGE, COUNT, MAXIMUM, MINIMUM, SUM, STANDARD_DEVIATION
|
1924
1928
|
# resolution: "Resolution", # required
|
1925
1929
|
# qualities: ["GOOD"], # accepts GOOD, BAD, UNCERTAIN
|
1926
1930
|
# start_date: Time.now, # required
|
@@ -1940,6 +1944,7 @@ module Aws::IoTSiteWise
|
|
1940
1944
|
# resp.aggregated_values[0].value.maximum #=> Float
|
1941
1945
|
# resp.aggregated_values[0].value.minimum #=> Float
|
1942
1946
|
# resp.aggregated_values[0].value.sum #=> Float
|
1947
|
+
# resp.aggregated_values[0].value.standard_deviation #=> Float
|
1943
1948
|
# resp.next_token #=> String
|
1944
1949
|
#
|
1945
1950
|
# @overload get_asset_property_aggregates(params = {})
|
@@ -2046,11 +2051,11 @@ module Aws::IoTSiteWise
|
|
2046
2051
|
#
|
2047
2052
|
# [1]: https://docs.aws.amazon.com/iot-sitewise/latest/userguide/connect-data-streams.html
|
2048
2053
|
#
|
2049
|
-
# @option params [
|
2054
|
+
# @option params [Time,DateTime,Date,Integer,String] :start_date
|
2050
2055
|
# The exclusive start of the range from which to query historical data,
|
2051
2056
|
# expressed in seconds in Unix epoch time.
|
2052
2057
|
#
|
2053
|
-
# @option params [
|
2058
|
+
# @option params [Time,DateTime,Date,Integer,String] :end_date
|
2054
2059
|
# The inclusive end of the range from which to query historical data,
|
2055
2060
|
# expressed in seconds in Unix epoch time.
|
2056
2061
|
#
|
@@ -2079,8 +2084,8 @@ module Aws::IoTSiteWise
|
|
2079
2084
|
# asset_id: "ID",
|
2080
2085
|
# property_id: "ID",
|
2081
2086
|
# property_alias: "AssetPropertyAlias",
|
2082
|
-
# start_date: Time.now,
|
2083
|
-
# end_date: Time.now,
|
2087
|
+
# start_date: Time.now,
|
2088
|
+
# end_date: Time.now,
|
2084
2089
|
# qualities: ["GOOD"], # accepts GOOD, BAD, UNCERTAIN
|
2085
2090
|
# time_ordering: "ASCENDING", # accepts ASCENDING, DESCENDING
|
2086
2091
|
# next_token: "NextToken",
|
@@ -2111,16 +2116,20 @@ module Aws::IoTSiteWise
|
|
2111
2116
|
# project).
|
2112
2117
|
#
|
2113
2118
|
# @option params [String] :identity_type
|
2114
|
-
# The type of identity (user or group).
|
2119
|
+
# The type of identity (user or group). This parameter is required if
|
2120
|
+
# you specify `identityId`.
|
2115
2121
|
#
|
2116
2122
|
# @option params [String] :identity_id
|
2117
|
-
# The ID of the identity.
|
2123
|
+
# The ID of the identity. This parameter is required if you specify
|
2124
|
+
# `identityType`.
|
2118
2125
|
#
|
2119
2126
|
# @option params [String] :resource_type
|
2120
|
-
# The type of resource (portal or project).
|
2127
|
+
# The type of resource (portal or project). This parameter is required
|
2128
|
+
# if you specify `resourceId`.
|
2121
2129
|
#
|
2122
2130
|
# @option params [String] :resource_id
|
2123
|
-
# The ID of the resource.
|
2131
|
+
# The ID of the resource. This parameter is required if you specify
|
2132
|
+
# `resourceType`.
|
2124
2133
|
#
|
2125
2134
|
# @option params [String] :next_token
|
2126
2135
|
# The token to be used for the next set of paginated results.
|
@@ -2792,10 +2801,10 @@ module Aws::IoTSiteWise
|
|
2792
2801
|
# information, see [Updating Assets and Models][1] in the *AWS IoT
|
2793
2802
|
# SiteWise User Guide*.
|
2794
2803
|
#
|
2795
|
-
# This
|
2796
|
-
# avoid deleting your asset model's properties or hierarchies, you
|
2797
|
-
# include their IDs and definitions in the updated asset model
|
2798
|
-
# For more information, see [DescribeAssetModel][2].
|
2804
|
+
# This operation overwrites the existing model with the provided model.
|
2805
|
+
# To avoid deleting your asset model's properties or hierarchies, you
|
2806
|
+
# must include their IDs and definitions in the updated asset model
|
2807
|
+
# payload. For more information, see [DescribeAssetModel][2].
|
2799
2808
|
#
|
2800
2809
|
# If you remove a property from an asset model or update a property's
|
2801
2810
|
# formula expression, AWS IoT SiteWise deletes all previous data for
|
@@ -3143,9 +3152,13 @@ module Aws::IoTSiteWise
|
|
3143
3152
|
# @option params [required, String] :portal_contact_email
|
3144
3153
|
# The AWS administrator's contact email address.
|
3145
3154
|
#
|
3146
|
-
# @option params [Types::
|
3147
|
-
#
|
3148
|
-
#
|
3155
|
+
# @option params [Types::Image] :portal_logo_image
|
3156
|
+
# Contains an image that is one of the following:
|
3157
|
+
#
|
3158
|
+
# * An image file. Choose this option to upload a new image.
|
3159
|
+
#
|
3160
|
+
# * The ID of an existing image. Choose this option to keep an existing
|
3161
|
+
# image.
|
3149
3162
|
#
|
3150
3163
|
# @option params [required, String] :role_arn
|
3151
3164
|
# The [ARN][1] of a service role that allows the portal's users to
|
@@ -3177,9 +3190,12 @@ module Aws::IoTSiteWise
|
|
3177
3190
|
# portal_name: "Name", # required
|
3178
3191
|
# portal_description: "Description",
|
3179
3192
|
# portal_contact_email: "Email", # required
|
3180
|
-
#
|
3181
|
-
#
|
3182
|
-
#
|
3193
|
+
# portal_logo_image: {
|
3194
|
+
# id: "ID",
|
3195
|
+
# file: {
|
3196
|
+
# data: "data", # required
|
3197
|
+
# type: "PNG", # required, accepts PNG
|
3198
|
+
# },
|
3183
3199
|
# },
|
3184
3200
|
# role_arn: "ARN", # required
|
3185
3201
|
# client_token: "ClientToken",
|
@@ -3248,7 +3264,7 @@ module Aws::IoTSiteWise
|
|
3248
3264
|
params: params,
|
3249
3265
|
config: config)
|
3250
3266
|
context[:gem_name] = 'aws-sdk-iotsitewise'
|
3251
|
-
context[:gem_version] = '1.
|
3267
|
+
context[:gem_version] = '1.7.0'
|
3252
3268
|
Seahorse::Client::Request.new(handlers, context)
|
3253
3269
|
end
|
3254
3270
|
|
@@ -1,3 +1,5 @@
|
|
1
|
+
# frozen_string_literal: true
|
2
|
+
|
1
3
|
# WARNING ABOUT GENERATED CODE
|
2
4
|
#
|
3
5
|
# This file is generated. See the contributing guide for more information:
|
@@ -155,6 +157,7 @@ module Aws::IoTSiteWise
|
|
155
157
|
ImageFile = Shapes::StructureShape.new(name: 'ImageFile')
|
156
158
|
ImageFileData = Shapes::BlobShape.new(name: 'ImageFileData')
|
157
159
|
ImageFileType = Shapes::StringShape.new(name: 'ImageFileType')
|
160
|
+
ImageLocation = Shapes::StructureShape.new(name: 'ImageLocation')
|
158
161
|
InternalFailureException = Shapes::StructureShape.new(name: 'InternalFailureException')
|
159
162
|
Interval = Shapes::StringShape.new(name: 'Interval')
|
160
163
|
InvalidRequestException = Shapes::StructureShape.new(name: 'InvalidRequestException')
|
@@ -293,6 +296,7 @@ module Aws::IoTSiteWise
|
|
293
296
|
Aggregates.add_member(:maximum, Shapes::ShapeRef.new(shape: AggregatedDoubleValue, location_name: "maximum"))
|
294
297
|
Aggregates.add_member(:minimum, Shapes::ShapeRef.new(shape: AggregatedDoubleValue, location_name: "minimum"))
|
295
298
|
Aggregates.add_member(:sum, Shapes::ShapeRef.new(shape: AggregatedDoubleValue, location_name: "sum"))
|
299
|
+
Aggregates.add_member(:standard_deviation, Shapes::ShapeRef.new(shape: AggregatedDoubleValue, location_name: "standardDeviation"))
|
296
300
|
Aggregates.struct_class = Types::Aggregates
|
297
301
|
|
298
302
|
AssetErrorDetails.add_member(:asset_id, Shapes::ShapeRef.new(shape: ID, required: true, location_name: "assetId"))
|
@@ -690,7 +694,7 @@ module Aws::IoTSiteWise
|
|
690
694
|
DescribePortalResponse.add_member(:portal_status, Shapes::ShapeRef.new(shape: PortalStatus, required: true, location_name: "portalStatus"))
|
691
695
|
DescribePortalResponse.add_member(:portal_creation_date, Shapes::ShapeRef.new(shape: Timestamp, required: true, location_name: "portalCreationDate"))
|
692
696
|
DescribePortalResponse.add_member(:portal_last_update_date, Shapes::ShapeRef.new(shape: Timestamp, required: true, location_name: "portalLastUpdateDate"))
|
693
|
-
DescribePortalResponse.add_member(:
|
697
|
+
DescribePortalResponse.add_member(:portal_logo_image_location, Shapes::ShapeRef.new(shape: ImageLocation, location_name: "portalLogoImageLocation"))
|
694
698
|
DescribePortalResponse.add_member(:role_arn, Shapes::ShapeRef.new(shape: ARN, location_name: "roleArn"))
|
695
699
|
DescribePortalResponse.struct_class = Types::DescribePortalResponse
|
696
700
|
|
@@ -760,8 +764,8 @@ module Aws::IoTSiteWise
|
|
760
764
|
GetAssetPropertyValueHistoryRequest.add_member(:asset_id, Shapes::ShapeRef.new(shape: ID, location: "querystring", location_name: "assetId"))
|
761
765
|
GetAssetPropertyValueHistoryRequest.add_member(:property_id, Shapes::ShapeRef.new(shape: ID, location: "querystring", location_name: "propertyId"))
|
762
766
|
GetAssetPropertyValueHistoryRequest.add_member(:property_alias, Shapes::ShapeRef.new(shape: AssetPropertyAlias, location: "querystring", location_name: "propertyAlias"))
|
763
|
-
GetAssetPropertyValueHistoryRequest.add_member(:start_date, Shapes::ShapeRef.new(shape: Timestamp,
|
764
|
-
GetAssetPropertyValueHistoryRequest.add_member(:end_date, Shapes::ShapeRef.new(shape: Timestamp,
|
767
|
+
GetAssetPropertyValueHistoryRequest.add_member(:start_date, Shapes::ShapeRef.new(shape: Timestamp, location: "querystring", location_name: "startDate"))
|
768
|
+
GetAssetPropertyValueHistoryRequest.add_member(:end_date, Shapes::ShapeRef.new(shape: Timestamp, location: "querystring", location_name: "endDate"))
|
765
769
|
GetAssetPropertyValueHistoryRequest.add_member(:qualities, Shapes::ShapeRef.new(shape: Qualities, location: "querystring", location_name: "qualities"))
|
766
770
|
GetAssetPropertyValueHistoryRequest.add_member(:time_ordering, Shapes::ShapeRef.new(shape: TimeOrdering, location: "querystring", location_name: "timeOrdering"))
|
767
771
|
GetAssetPropertyValueHistoryRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location: "querystring", location_name: "nextToken"))
|
@@ -792,14 +796,18 @@ module Aws::IoTSiteWise
|
|
792
796
|
Identity.add_member(:group, Shapes::ShapeRef.new(shape: GroupIdentity, location_name: "group"))
|
793
797
|
Identity.struct_class = Types::Identity
|
794
798
|
|
795
|
-
Image.add_member(:
|
796
|
-
Image.add_member(:
|
799
|
+
Image.add_member(:id, Shapes::ShapeRef.new(shape: ID, location_name: "id"))
|
800
|
+
Image.add_member(:file, Shapes::ShapeRef.new(shape: ImageFile, location_name: "file"))
|
797
801
|
Image.struct_class = Types::Image
|
798
802
|
|
799
|
-
ImageFile.add_member(:
|
800
|
-
ImageFile.add_member(:
|
803
|
+
ImageFile.add_member(:data, Shapes::ShapeRef.new(shape: ImageFileData, required: true, location_name: "data"))
|
804
|
+
ImageFile.add_member(:type, Shapes::ShapeRef.new(shape: ImageFileType, required: true, location_name: "type"))
|
801
805
|
ImageFile.struct_class = Types::ImageFile
|
802
806
|
|
807
|
+
ImageLocation.add_member(:id, Shapes::ShapeRef.new(shape: ID, required: true, location_name: "id"))
|
808
|
+
ImageLocation.add_member(:url, Shapes::ShapeRef.new(shape: Url, required: true, location_name: "url"))
|
809
|
+
ImageLocation.struct_class = Types::ImageLocation
|
810
|
+
|
803
811
|
InternalFailureException.add_member(:message, Shapes::ShapeRef.new(shape: ErrorMessage, required: true, location_name: "message"))
|
804
812
|
InternalFailureException.struct_class = Types::InternalFailureException
|
805
813
|
|
@@ -1093,7 +1101,7 @@ module Aws::IoTSiteWise
|
|
1093
1101
|
UpdatePortalRequest.add_member(:portal_name, Shapes::ShapeRef.new(shape: Name, required: true, location_name: "portalName"))
|
1094
1102
|
UpdatePortalRequest.add_member(:portal_description, Shapes::ShapeRef.new(shape: Description, location_name: "portalDescription"))
|
1095
1103
|
UpdatePortalRequest.add_member(:portal_contact_email, Shapes::ShapeRef.new(shape: Email, required: true, location_name: "portalContactEmail"))
|
1096
|
-
UpdatePortalRequest.add_member(:
|
1104
|
+
UpdatePortalRequest.add_member(:portal_logo_image, Shapes::ShapeRef.new(shape: Image, location_name: "portalLogoImage"))
|
1097
1105
|
UpdatePortalRequest.add_member(:role_arn, Shapes::ShapeRef.new(shape: ARN, required: true, location_name: "roleArn"))
|
1098
1106
|
UpdatePortalRequest.add_member(:client_token, Shapes::ShapeRef.new(shape: ClientToken, location_name: "clientToken", metadata: {"idempotencyToken"=>true}))
|
1099
1107
|
UpdatePortalRequest.struct_class = Types::UpdatePortalRequest
|
@@ -1,3 +1,5 @@
|
|
1
|
+
# frozen_string_literal: true
|
2
|
+
|
1
3
|
# WARNING ABOUT GENERATED CODE
|
2
4
|
#
|
3
5
|
# This file is generated. See the contributing guide for more information:
|
@@ -43,6 +45,7 @@ module Aws::IoTSiteWise
|
|
43
45
|
:permission,
|
44
46
|
:creation_date,
|
45
47
|
:last_update_date)
|
48
|
+
SENSITIVE = []
|
46
49
|
include Aws::Structure
|
47
50
|
end
|
48
51
|
|
@@ -65,33 +68,37 @@ module Aws::IoTSiteWise
|
|
65
68
|
:timestamp,
|
66
69
|
:quality,
|
67
70
|
:value)
|
71
|
+
SENSITIVE = []
|
68
72
|
include Aws::Structure
|
69
73
|
end
|
70
74
|
|
71
75
|
# Contains the (pre-calculated) aggregate values for an asset property.
|
72
76
|
#
|
73
77
|
# @!attribute [rw] average
|
74
|
-
# The average (mean) value of the time series
|
75
|
-
#
|
78
|
+
# The average (mean) value of the time series over a time interval
|
79
|
+
# window.
|
76
80
|
# @return [Float]
|
77
81
|
#
|
78
82
|
# @!attribute [rw] count
|
79
|
-
# The count of data points in the time series
|
80
|
-
#
|
83
|
+
# The count of data points in the time series over a time interval
|
84
|
+
# window.
|
81
85
|
# @return [Float]
|
82
86
|
#
|
83
87
|
# @!attribute [rw] maximum
|
84
|
-
# The maximum value of the time series
|
85
|
-
# window.
|
88
|
+
# The maximum value of the time series over a time interval window.
|
86
89
|
# @return [Float]
|
87
90
|
#
|
88
91
|
# @!attribute [rw] minimum
|
89
|
-
# The minimum value of the time series
|
90
|
-
# window.
|
92
|
+
# The minimum value of the time series over a time interval window.
|
91
93
|
# @return [Float]
|
92
94
|
#
|
93
95
|
# @!attribute [rw] sum
|
94
|
-
# The sum of the time series
|
96
|
+
# The sum of the time series over a time interval window.
|
97
|
+
# @return [Float]
|
98
|
+
#
|
99
|
+
# @!attribute [rw] standard_deviation
|
100
|
+
# The standard deviation of the time series over a time interval
|
101
|
+
# window.
|
95
102
|
# @return [Float]
|
96
103
|
#
|
97
104
|
class Aggregates < Struct.new(
|
@@ -99,7 +106,9 @@ module Aws::IoTSiteWise
|
|
99
106
|
:count,
|
100
107
|
:maximum,
|
101
108
|
:minimum,
|
102
|
-
:sum
|
109
|
+
:sum,
|
110
|
+
:standard_deviation)
|
111
|
+
SENSITIVE = []
|
103
112
|
include Aws::Structure
|
104
113
|
end
|
105
114
|
|
@@ -122,6 +131,7 @@ module Aws::IoTSiteWise
|
|
122
131
|
:asset_id,
|
123
132
|
:code,
|
124
133
|
:message)
|
134
|
+
SENSITIVE = []
|
125
135
|
include Aws::Structure
|
126
136
|
end
|
127
137
|
|
@@ -144,6 +154,7 @@ module Aws::IoTSiteWise
|
|
144
154
|
class AssetHierarchy < Struct.new(
|
145
155
|
:id,
|
146
156
|
:name)
|
157
|
+
SENSITIVE = []
|
147
158
|
include Aws::Structure
|
148
159
|
end
|
149
160
|
|
@@ -183,6 +194,7 @@ module Aws::IoTSiteWise
|
|
183
194
|
:id,
|
184
195
|
:name,
|
185
196
|
:child_asset_model_id)
|
197
|
+
SENSITIVE = []
|
186
198
|
include Aws::Structure
|
187
199
|
end
|
188
200
|
|
@@ -215,6 +227,7 @@ module Aws::IoTSiteWise
|
|
215
227
|
class AssetModelHierarchyDefinition < Struct.new(
|
216
228
|
:name,
|
217
229
|
:child_asset_model_id)
|
230
|
+
SENSITIVE = []
|
218
231
|
include Aws::Structure
|
219
232
|
end
|
220
233
|
|
@@ -292,6 +305,7 @@ module Aws::IoTSiteWise
|
|
292
305
|
:data_type,
|
293
306
|
:unit,
|
294
307
|
:type)
|
308
|
+
SENSITIVE = []
|
295
309
|
include Aws::Structure
|
296
310
|
end
|
297
311
|
|
@@ -365,6 +379,7 @@ module Aws::IoTSiteWise
|
|
365
379
|
:data_type,
|
366
380
|
:unit,
|
367
381
|
:type)
|
382
|
+
SENSITIVE = []
|
368
383
|
include Aws::Structure
|
369
384
|
end
|
370
385
|
|
@@ -387,6 +402,7 @@ module Aws::IoTSiteWise
|
|
387
402
|
class AssetModelStatus < Struct.new(
|
388
403
|
:state,
|
389
404
|
:error)
|
405
|
+
SENSITIVE = []
|
390
406
|
include Aws::Structure
|
391
407
|
end
|
392
408
|
|
@@ -434,6 +450,7 @@ module Aws::IoTSiteWise
|
|
434
450
|
:creation_date,
|
435
451
|
:last_update_date,
|
436
452
|
:status)
|
453
|
+
SENSITIVE = []
|
437
454
|
include Aws::Structure
|
438
455
|
end
|
439
456
|
|
@@ -483,6 +500,7 @@ module Aws::IoTSiteWise
|
|
483
500
|
:notification,
|
484
501
|
:data_type,
|
485
502
|
:unit)
|
503
|
+
SENSITIVE = []
|
486
504
|
include Aws::Structure
|
487
505
|
end
|
488
506
|
|
@@ -521,6 +539,7 @@ module Aws::IoTSiteWise
|
|
521
539
|
:value,
|
522
540
|
:timestamp,
|
523
541
|
:quality)
|
542
|
+
SENSITIVE = []
|
524
543
|
include Aws::Structure
|
525
544
|
end
|
526
545
|
|
@@ -543,6 +562,7 @@ module Aws::IoTSiteWise
|
|
543
562
|
class AssetStatus < Struct.new(
|
544
563
|
:state,
|
545
564
|
:error)
|
565
|
+
SENSITIVE = []
|
546
566
|
include Aws::Structure
|
547
567
|
end
|
548
568
|
|
@@ -596,6 +616,7 @@ module Aws::IoTSiteWise
|
|
596
616
|
:last_update_date,
|
597
617
|
:status,
|
598
618
|
:hierarchies)
|
619
|
+
SENSITIVE = []
|
599
620
|
include Aws::Structure
|
600
621
|
end
|
601
622
|
|
@@ -642,6 +663,7 @@ module Aws::IoTSiteWise
|
|
642
663
|
:hierarchy_id,
|
643
664
|
:child_asset_id,
|
644
665
|
:client_token)
|
666
|
+
SENSITIVE = []
|
645
667
|
include Aws::Structure
|
646
668
|
end
|
647
669
|
|
@@ -695,6 +717,7 @@ module Aws::IoTSiteWise
|
|
695
717
|
:last_update_date,
|
696
718
|
:status,
|
697
719
|
:hierarchies)
|
720
|
+
SENSITIVE = []
|
698
721
|
include Aws::Structure
|
699
722
|
end
|
700
723
|
|
@@ -726,6 +749,7 @@ module Aws::IoTSiteWise
|
|
726
749
|
#
|
727
750
|
class Attribute < Struct.new(
|
728
751
|
:default_value)
|
752
|
+
SENSITIVE = []
|
729
753
|
include Aws::Structure
|
730
754
|
end
|
731
755
|
|
@@ -759,6 +783,7 @@ module Aws::IoTSiteWise
|
|
759
783
|
:project_id,
|
760
784
|
:asset_ids,
|
761
785
|
:client_token)
|
786
|
+
SENSITIVE = []
|
762
787
|
include Aws::Structure
|
763
788
|
end
|
764
789
|
|
@@ -768,6 +793,7 @@ module Aws::IoTSiteWise
|
|
768
793
|
#
|
769
794
|
class BatchAssociateProjectAssetsResponse < Struct.new(
|
770
795
|
:errors)
|
796
|
+
SENSITIVE = []
|
771
797
|
include Aws::Structure
|
772
798
|
end
|
773
799
|
|
@@ -801,6 +827,7 @@ module Aws::IoTSiteWise
|
|
801
827
|
:project_id,
|
802
828
|
:asset_ids,
|
803
829
|
:client_token)
|
830
|
+
SENSITIVE = []
|
804
831
|
include Aws::Structure
|
805
832
|
end
|
806
833
|
|
@@ -810,6 +837,7 @@ module Aws::IoTSiteWise
|
|
810
837
|
#
|
811
838
|
class BatchDisassociateProjectAssetsResponse < Struct.new(
|
812
839
|
:errors)
|
840
|
+
SENSITIVE = []
|
813
841
|
include Aws::Structure
|
814
842
|
end
|
815
843
|
|
@@ -832,6 +860,7 @@ module Aws::IoTSiteWise
|
|
832
860
|
:error_code,
|
833
861
|
:error_message,
|
834
862
|
:timestamps)
|
863
|
+
SENSITIVE = []
|
835
864
|
include Aws::Structure
|
836
865
|
end
|
837
866
|
|
@@ -853,6 +882,7 @@ module Aws::IoTSiteWise
|
|
853
882
|
class BatchPutAssetPropertyErrorEntry < Struct.new(
|
854
883
|
:entry_id,
|
855
884
|
:errors)
|
885
|
+
SENSITIVE = []
|
856
886
|
include Aws::Structure
|
857
887
|
end
|
858
888
|
|
@@ -892,6 +922,7 @@ module Aws::IoTSiteWise
|
|
892
922
|
#
|
893
923
|
class BatchPutAssetPropertyValueRequest < Struct.new(
|
894
924
|
:entries)
|
925
|
+
SENSITIVE = []
|
895
926
|
include Aws::Structure
|
896
927
|
end
|
897
928
|
|
@@ -902,6 +933,7 @@ module Aws::IoTSiteWise
|
|
902
933
|
#
|
903
934
|
class BatchPutAssetPropertyValueResponse < Struct.new(
|
904
935
|
:error_entries)
|
936
|
+
SENSITIVE = []
|
905
937
|
include Aws::Structure
|
906
938
|
end
|
907
939
|
|
@@ -924,6 +956,7 @@ module Aws::IoTSiteWise
|
|
924
956
|
:message,
|
925
957
|
:resource_id,
|
926
958
|
:resource_arn)
|
959
|
+
SENSITIVE = []
|
927
960
|
include Aws::Structure
|
928
961
|
end
|
929
962
|
|
@@ -994,6 +1027,7 @@ module Aws::IoTSiteWise
|
|
994
1027
|
:access_policy_permission,
|
995
1028
|
:client_token,
|
996
1029
|
:tags)
|
1030
|
+
SENSITIVE = []
|
997
1031
|
include Aws::Structure
|
998
1032
|
end
|
999
1033
|
|
@@ -1014,6 +1048,7 @@ module Aws::IoTSiteWise
|
|
1014
1048
|
class CreateAccessPolicyResponse < Struct.new(
|
1015
1049
|
:access_policy_id,
|
1016
1050
|
:access_policy_arn)
|
1051
|
+
SENSITIVE = []
|
1017
1052
|
include Aws::Structure
|
1018
1053
|
end
|
1019
1054
|
|
@@ -1140,6 +1175,7 @@ module Aws::IoTSiteWise
|
|
1140
1175
|
:asset_model_hierarchies,
|
1141
1176
|
:client_token,
|
1142
1177
|
:tags)
|
1178
|
+
SENSITIVE = []
|
1143
1179
|
include Aws::Structure
|
1144
1180
|
end
|
1145
1181
|
|
@@ -1160,13 +1196,14 @@ module Aws::IoTSiteWise
|
|
1160
1196
|
#
|
1161
1197
|
# @!attribute [rw] asset_model_status
|
1162
1198
|
# The status of the asset model, which contains a state (`CREATING`
|
1163
|
-
# after successfully calling this
|
1199
|
+
# after successfully calling this operation) and any error message.
|
1164
1200
|
# @return [Types::AssetModelStatus]
|
1165
1201
|
#
|
1166
1202
|
class CreateAssetModelResponse < Struct.new(
|
1167
1203
|
:asset_model_id,
|
1168
1204
|
:asset_model_arn,
|
1169
1205
|
:asset_model_status)
|
1206
|
+
SENSITIVE = []
|
1170
1207
|
include Aws::Structure
|
1171
1208
|
end
|
1172
1209
|
|
@@ -1214,6 +1251,7 @@ module Aws::IoTSiteWise
|
|
1214
1251
|
:asset_model_id,
|
1215
1252
|
:client_token,
|
1216
1253
|
:tags)
|
1254
|
+
SENSITIVE = []
|
1217
1255
|
include Aws::Structure
|
1218
1256
|
end
|
1219
1257
|
|
@@ -1234,13 +1272,14 @@ module Aws::IoTSiteWise
|
|
1234
1272
|
#
|
1235
1273
|
# @!attribute [rw] asset_status
|
1236
1274
|
# The status of the asset, which contains a state (`CREATING` after
|
1237
|
-
# successfully calling this
|
1275
|
+
# successfully calling this operation) and any error message.
|
1238
1276
|
# @return [Types::AssetStatus]
|
1239
1277
|
#
|
1240
1278
|
class CreateAssetResponse < Struct.new(
|
1241
1279
|
:asset_id,
|
1242
1280
|
:asset_arn,
|
1243
1281
|
:asset_status)
|
1282
|
+
SENSITIVE = []
|
1244
1283
|
include Aws::Structure
|
1245
1284
|
end
|
1246
1285
|
|
@@ -1306,6 +1345,7 @@ module Aws::IoTSiteWise
|
|
1306
1345
|
:dashboard_definition,
|
1307
1346
|
:client_token,
|
1308
1347
|
:tags)
|
1348
|
+
SENSITIVE = []
|
1309
1349
|
include Aws::Structure
|
1310
1350
|
end
|
1311
1351
|
|
@@ -1326,6 +1366,7 @@ module Aws::IoTSiteWise
|
|
1326
1366
|
class CreateDashboardResponse < Struct.new(
|
1327
1367
|
:dashboard_id,
|
1328
1368
|
:dashboard_arn)
|
1369
|
+
SENSITIVE = []
|
1329
1370
|
include Aws::Structure
|
1330
1371
|
end
|
1331
1372
|
|
@@ -1367,6 +1408,7 @@ module Aws::IoTSiteWise
|
|
1367
1408
|
:gateway_name,
|
1368
1409
|
:gateway_platform,
|
1369
1410
|
:tags)
|
1411
|
+
SENSITIVE = []
|
1370
1412
|
include Aws::Structure
|
1371
1413
|
end
|
1372
1414
|
|
@@ -1388,6 +1430,7 @@ module Aws::IoTSiteWise
|
|
1388
1430
|
class CreateGatewayResponse < Struct.new(
|
1389
1431
|
:gateway_id,
|
1390
1432
|
:gateway_arn)
|
1433
|
+
SENSITIVE = []
|
1391
1434
|
include Aws::Structure
|
1392
1435
|
end
|
1393
1436
|
|
@@ -1400,8 +1443,8 @@ module Aws::IoTSiteWise
|
|
1400
1443
|
# portal_contact_email: "Email", # required
|
1401
1444
|
# client_token: "ClientToken",
|
1402
1445
|
# portal_logo_image_file: {
|
1403
|
-
#
|
1404
|
-
#
|
1446
|
+
# data: "data", # required
|
1447
|
+
# type: "PNG", # required, accepts PNG
|
1405
1448
|
# },
|
1406
1449
|
# role_arn: "ARN", # required
|
1407
1450
|
# tags: {
|
@@ -1465,6 +1508,7 @@ module Aws::IoTSiteWise
|
|
1465
1508
|
:portal_logo_image_file,
|
1466
1509
|
:role_arn,
|
1467
1510
|
:tags)
|
1511
|
+
SENSITIVE = []
|
1468
1512
|
include Aws::Structure
|
1469
1513
|
end
|
1470
1514
|
|
@@ -1488,7 +1532,7 @@ module Aws::IoTSiteWise
|
|
1488
1532
|
#
|
1489
1533
|
# @!attribute [rw] portal_status
|
1490
1534
|
# The status of the portal, which contains a state (`CREATING` after
|
1491
|
-
# successfully calling this
|
1535
|
+
# successfully calling this operation) and any error message.
|
1492
1536
|
# @return [Types::PortalStatus]
|
1493
1537
|
#
|
1494
1538
|
# @!attribute [rw] sso_application_id
|
@@ -1501,6 +1545,7 @@ module Aws::IoTSiteWise
|
|
1501
1545
|
:portal_start_url,
|
1502
1546
|
:portal_status,
|
1503
1547
|
:sso_application_id)
|
1548
|
+
SENSITIVE = []
|
1504
1549
|
include Aws::Structure
|
1505
1550
|
end
|
1506
1551
|
|
@@ -1554,6 +1599,7 @@ module Aws::IoTSiteWise
|
|
1554
1599
|
:project_description,
|
1555
1600
|
:client_token,
|
1556
1601
|
:tags)
|
1602
|
+
SENSITIVE = []
|
1557
1603
|
include Aws::Structure
|
1558
1604
|
end
|
1559
1605
|
|
@@ -1574,6 +1620,7 @@ module Aws::IoTSiteWise
|
|
1574
1620
|
class CreateProjectResponse < Struct.new(
|
1575
1621
|
:project_id,
|
1576
1622
|
:project_arn)
|
1623
|
+
SENSITIVE = []
|
1577
1624
|
include Aws::Structure
|
1578
1625
|
end
|
1579
1626
|
|
@@ -1605,6 +1652,7 @@ module Aws::IoTSiteWise
|
|
1605
1652
|
:description,
|
1606
1653
|
:creation_date,
|
1607
1654
|
:last_update_date)
|
1655
|
+
SENSITIVE = []
|
1608
1656
|
include Aws::Structure
|
1609
1657
|
end
|
1610
1658
|
|
@@ -1632,6 +1680,7 @@ module Aws::IoTSiteWise
|
|
1632
1680
|
class DeleteAccessPolicyRequest < Struct.new(
|
1633
1681
|
:access_policy_id,
|
1634
1682
|
:client_token)
|
1683
|
+
SENSITIVE = []
|
1635
1684
|
include Aws::Structure
|
1636
1685
|
end
|
1637
1686
|
|
@@ -1661,16 +1710,18 @@ module Aws::IoTSiteWise
|
|
1661
1710
|
class DeleteAssetModelRequest < Struct.new(
|
1662
1711
|
:asset_model_id,
|
1663
1712
|
:client_token)
|
1713
|
+
SENSITIVE = []
|
1664
1714
|
include Aws::Structure
|
1665
1715
|
end
|
1666
1716
|
|
1667
1717
|
# @!attribute [rw] asset_model_status
|
1668
1718
|
# The status of the asset model, which contains a state (`DELETING`
|
1669
|
-
# after successfully calling this
|
1719
|
+
# after successfully calling this operation) and any error message.
|
1670
1720
|
# @return [Types::AssetModelStatus]
|
1671
1721
|
#
|
1672
1722
|
class DeleteAssetModelResponse < Struct.new(
|
1673
1723
|
:asset_model_status)
|
1724
|
+
SENSITIVE = []
|
1674
1725
|
include Aws::Structure
|
1675
1726
|
end
|
1676
1727
|
|
@@ -1698,16 +1749,18 @@ module Aws::IoTSiteWise
|
|
1698
1749
|
class DeleteAssetRequest < Struct.new(
|
1699
1750
|
:asset_id,
|
1700
1751
|
:client_token)
|
1752
|
+
SENSITIVE = []
|
1701
1753
|
include Aws::Structure
|
1702
1754
|
end
|
1703
1755
|
|
1704
1756
|
# @!attribute [rw] asset_status
|
1705
1757
|
# The status of the asset, which contains a state (`DELETING` after
|
1706
|
-
# successfully calling this
|
1758
|
+
# successfully calling this operation) and any error message.
|
1707
1759
|
# @return [Types::AssetStatus]
|
1708
1760
|
#
|
1709
1761
|
class DeleteAssetResponse < Struct.new(
|
1710
1762
|
:asset_status)
|
1763
|
+
SENSITIVE = []
|
1711
1764
|
include Aws::Structure
|
1712
1765
|
end
|
1713
1766
|
|
@@ -1735,6 +1788,7 @@ module Aws::IoTSiteWise
|
|
1735
1788
|
class DeleteDashboardRequest < Struct.new(
|
1736
1789
|
:dashboard_id,
|
1737
1790
|
:client_token)
|
1791
|
+
SENSITIVE = []
|
1738
1792
|
include Aws::Structure
|
1739
1793
|
end
|
1740
1794
|
|
@@ -1753,6 +1807,7 @@ module Aws::IoTSiteWise
|
|
1753
1807
|
#
|
1754
1808
|
class DeleteGatewayRequest < Struct.new(
|
1755
1809
|
:gateway_id)
|
1810
|
+
SENSITIVE = []
|
1756
1811
|
include Aws::Structure
|
1757
1812
|
end
|
1758
1813
|
|
@@ -1780,16 +1835,18 @@ module Aws::IoTSiteWise
|
|
1780
1835
|
class DeletePortalRequest < Struct.new(
|
1781
1836
|
:portal_id,
|
1782
1837
|
:client_token)
|
1838
|
+
SENSITIVE = []
|
1783
1839
|
include Aws::Structure
|
1784
1840
|
end
|
1785
1841
|
|
1786
1842
|
# @!attribute [rw] portal_status
|
1787
1843
|
# The status of the portal, which contains a state (`DELETING` after
|
1788
|
-
# successfully calling this
|
1844
|
+
# successfully calling this operation) and any error message.
|
1789
1845
|
# @return [Types::PortalStatus]
|
1790
1846
|
#
|
1791
1847
|
class DeletePortalResponse < Struct.new(
|
1792
1848
|
:portal_status)
|
1849
|
+
SENSITIVE = []
|
1793
1850
|
include Aws::Structure
|
1794
1851
|
end
|
1795
1852
|
|
@@ -1817,6 +1874,7 @@ module Aws::IoTSiteWise
|
|
1817
1874
|
class DeleteProjectRequest < Struct.new(
|
1818
1875
|
:project_id,
|
1819
1876
|
:client_token)
|
1877
|
+
SENSITIVE = []
|
1820
1878
|
include Aws::Structure
|
1821
1879
|
end
|
1822
1880
|
|
@@ -1835,6 +1893,7 @@ module Aws::IoTSiteWise
|
|
1835
1893
|
#
|
1836
1894
|
class DescribeAccessPolicyRequest < Struct.new(
|
1837
1895
|
:access_policy_id)
|
1896
|
+
SENSITIVE = []
|
1838
1897
|
include Aws::Structure
|
1839
1898
|
end
|
1840
1899
|
|
@@ -1883,6 +1942,7 @@ module Aws::IoTSiteWise
|
|
1883
1942
|
:access_policy_permission,
|
1884
1943
|
:access_policy_creation_date,
|
1885
1944
|
:access_policy_last_update_date)
|
1945
|
+
SENSITIVE = []
|
1886
1946
|
include Aws::Structure
|
1887
1947
|
end
|
1888
1948
|
|
@@ -1899,6 +1959,7 @@ module Aws::IoTSiteWise
|
|
1899
1959
|
#
|
1900
1960
|
class DescribeAssetModelRequest < Struct.new(
|
1901
1961
|
:asset_model_id)
|
1962
|
+
SENSITIVE = []
|
1902
1963
|
include Aws::Structure
|
1903
1964
|
end
|
1904
1965
|
|
@@ -1958,6 +2019,7 @@ module Aws::IoTSiteWise
|
|
1958
2019
|
:asset_model_creation_date,
|
1959
2020
|
:asset_model_last_update_date,
|
1960
2021
|
:asset_model_status)
|
2022
|
+
SENSITIVE = []
|
1961
2023
|
include Aws::Structure
|
1962
2024
|
end
|
1963
2025
|
|
@@ -1980,6 +2042,7 @@ module Aws::IoTSiteWise
|
|
1980
2042
|
class DescribeAssetPropertyRequest < Struct.new(
|
1981
2043
|
:asset_id,
|
1982
2044
|
:property_id)
|
2045
|
+
SENSITIVE = []
|
1983
2046
|
include Aws::Structure
|
1984
2047
|
end
|
1985
2048
|
|
@@ -2004,6 +2067,7 @@ module Aws::IoTSiteWise
|
|
2004
2067
|
:asset_name,
|
2005
2068
|
:asset_model_id,
|
2006
2069
|
:asset_property)
|
2070
|
+
SENSITIVE = []
|
2007
2071
|
include Aws::Structure
|
2008
2072
|
end
|
2009
2073
|
|
@@ -2020,6 +2084,7 @@ module Aws::IoTSiteWise
|
|
2020
2084
|
#
|
2021
2085
|
class DescribeAssetRequest < Struct.new(
|
2022
2086
|
:asset_id)
|
2087
|
+
SENSITIVE = []
|
2023
2088
|
include Aws::Structure
|
2024
2089
|
end
|
2025
2090
|
|
@@ -2077,6 +2142,7 @@ module Aws::IoTSiteWise
|
|
2077
2142
|
:asset_creation_date,
|
2078
2143
|
:asset_last_update_date,
|
2079
2144
|
:asset_status)
|
2145
|
+
SENSITIVE = []
|
2080
2146
|
include Aws::Structure
|
2081
2147
|
end
|
2082
2148
|
|
@@ -2093,6 +2159,7 @@ module Aws::IoTSiteWise
|
|
2093
2159
|
#
|
2094
2160
|
class DescribeDashboardRequest < Struct.new(
|
2095
2161
|
:dashboard_id)
|
2162
|
+
SENSITIVE = []
|
2096
2163
|
include Aws::Structure
|
2097
2164
|
end
|
2098
2165
|
|
@@ -2149,6 +2216,7 @@ module Aws::IoTSiteWise
|
|
2149
2216
|
:dashboard_definition,
|
2150
2217
|
:dashboard_creation_date,
|
2151
2218
|
:dashboard_last_update_date)
|
2219
|
+
SENSITIVE = []
|
2152
2220
|
include Aws::Structure
|
2153
2221
|
end
|
2154
2222
|
|
@@ -2175,6 +2243,7 @@ module Aws::IoTSiteWise
|
|
2175
2243
|
class DescribeGatewayCapabilityConfigurationRequest < Struct.new(
|
2176
2244
|
:gateway_id,
|
2177
2245
|
:capability_namespace)
|
2246
|
+
SENSITIVE = []
|
2178
2247
|
include Aws::Structure
|
2179
2248
|
end
|
2180
2249
|
|
@@ -2213,6 +2282,7 @@ module Aws::IoTSiteWise
|
|
2213
2282
|
:capability_namespace,
|
2214
2283
|
:capability_configuration,
|
2215
2284
|
:capability_sync_status)
|
2285
|
+
SENSITIVE = []
|
2216
2286
|
include Aws::Structure
|
2217
2287
|
end
|
2218
2288
|
|
@@ -2229,6 +2299,7 @@ module Aws::IoTSiteWise
|
|
2229
2299
|
#
|
2230
2300
|
class DescribeGatewayRequest < Struct.new(
|
2231
2301
|
:gateway_id)
|
2302
|
+
SENSITIVE = []
|
2232
2303
|
include Aws::Structure
|
2233
2304
|
end
|
2234
2305
|
|
@@ -2281,6 +2352,7 @@ module Aws::IoTSiteWise
|
|
2281
2352
|
:gateway_capability_summaries,
|
2282
2353
|
:creation_date,
|
2283
2354
|
:last_update_date)
|
2355
|
+
SENSITIVE = []
|
2284
2356
|
include Aws::Structure
|
2285
2357
|
end
|
2286
2358
|
|
@@ -2294,6 +2366,7 @@ module Aws::IoTSiteWise
|
|
2294
2366
|
#
|
2295
2367
|
class DescribeLoggingOptionsResponse < Struct.new(
|
2296
2368
|
:logging_options)
|
2369
|
+
SENSITIVE = []
|
2297
2370
|
include Aws::Structure
|
2298
2371
|
end
|
2299
2372
|
|
@@ -2310,6 +2383,7 @@ module Aws::IoTSiteWise
|
|
2310
2383
|
#
|
2311
2384
|
class DescribePortalRequest < Struct.new(
|
2312
2385
|
:portal_id)
|
2386
|
+
SENSITIVE = []
|
2313
2387
|
include Aws::Structure
|
2314
2388
|
end
|
2315
2389
|
|
@@ -2362,9 +2436,9 @@ module Aws::IoTSiteWise
|
|
2362
2436
|
# The date the portal was last updated, in Unix epoch time.
|
2363
2437
|
# @return [Time]
|
2364
2438
|
#
|
2365
|
-
# @!attribute [rw]
|
2366
|
-
# The portal's logo image.
|
2367
|
-
# @return [Types::
|
2439
|
+
# @!attribute [rw] portal_logo_image_location
|
2440
|
+
# The portal's logo image, which is available at a URL.
|
2441
|
+
# @return [Types::ImageLocation]
|
2368
2442
|
#
|
2369
2443
|
# @!attribute [rw] role_arn
|
2370
2444
|
# The [ARN][1] of the service role that allows the portal's users to
|
@@ -2389,8 +2463,9 @@ module Aws::IoTSiteWise
|
|
2389
2463
|
:portal_status,
|
2390
2464
|
:portal_creation_date,
|
2391
2465
|
:portal_last_update_date,
|
2392
|
-
:
|
2466
|
+
:portal_logo_image_location,
|
2393
2467
|
:role_arn)
|
2468
|
+
SENSITIVE = []
|
2394
2469
|
include Aws::Structure
|
2395
2470
|
end
|
2396
2471
|
|
@@ -2407,6 +2482,7 @@ module Aws::IoTSiteWise
|
|
2407
2482
|
#
|
2408
2483
|
class DescribeProjectRequest < Struct.new(
|
2409
2484
|
:project_id)
|
2485
|
+
SENSITIVE = []
|
2410
2486
|
include Aws::Structure
|
2411
2487
|
end
|
2412
2488
|
|
@@ -2452,6 +2528,7 @@ module Aws::IoTSiteWise
|
|
2452
2528
|
:project_description,
|
2453
2529
|
:project_creation_date,
|
2454
2530
|
:project_last_update_date)
|
2531
|
+
SENSITIVE = []
|
2455
2532
|
include Aws::Structure
|
2456
2533
|
end
|
2457
2534
|
|
@@ -2500,6 +2577,7 @@ module Aws::IoTSiteWise
|
|
2500
2577
|
:hierarchy_id,
|
2501
2578
|
:child_asset_id,
|
2502
2579
|
:client_token)
|
2580
|
+
SENSITIVE = []
|
2503
2581
|
include Aws::Structure
|
2504
2582
|
end
|
2505
2583
|
|
@@ -2516,6 +2594,7 @@ module Aws::IoTSiteWise
|
|
2516
2594
|
class ErrorDetails < Struct.new(
|
2517
2595
|
:code,
|
2518
2596
|
:message)
|
2597
|
+
SENSITIVE = []
|
2519
2598
|
include Aws::Structure
|
2520
2599
|
end
|
2521
2600
|
|
@@ -2544,6 +2623,7 @@ module Aws::IoTSiteWise
|
|
2544
2623
|
class ExpressionVariable < Struct.new(
|
2545
2624
|
:name,
|
2546
2625
|
:value)
|
2626
|
+
SENSITIVE = []
|
2547
2627
|
include Aws::Structure
|
2548
2628
|
end
|
2549
2629
|
|
@@ -2572,6 +2652,7 @@ module Aws::IoTSiteWise
|
|
2572
2652
|
class GatewayCapabilitySummary < Struct.new(
|
2573
2653
|
:capability_namespace,
|
2574
2654
|
:capability_sync_status)
|
2655
|
+
SENSITIVE = []
|
2575
2656
|
include Aws::Structure
|
2576
2657
|
end
|
2577
2658
|
|
@@ -2592,6 +2673,7 @@ module Aws::IoTSiteWise
|
|
2592
2673
|
#
|
2593
2674
|
class GatewayPlatform < Struct.new(
|
2594
2675
|
:greengrass)
|
2676
|
+
SENSITIVE = []
|
2595
2677
|
include Aws::Structure
|
2596
2678
|
end
|
2597
2679
|
|
@@ -2630,6 +2712,7 @@ module Aws::IoTSiteWise
|
|
2630
2712
|
:gateway_capability_summaries,
|
2631
2713
|
:creation_date,
|
2632
2714
|
:last_update_date)
|
2715
|
+
SENSITIVE = []
|
2633
2716
|
include Aws::Structure
|
2634
2717
|
end
|
2635
2718
|
|
@@ -2640,7 +2723,7 @@ module Aws::IoTSiteWise
|
|
2640
2723
|
# asset_id: "ID",
|
2641
2724
|
# property_id: "ID",
|
2642
2725
|
# property_alias: "AssetPropertyAlias",
|
2643
|
-
# aggregate_types: ["AVERAGE"], # required, accepts AVERAGE, COUNT, MAXIMUM, MINIMUM, SUM
|
2726
|
+
# aggregate_types: ["AVERAGE"], # required, accepts AVERAGE, COUNT, MAXIMUM, MINIMUM, SUM, STANDARD_DEVIATION
|
2644
2727
|
# resolution: "Resolution", # required
|
2645
2728
|
# qualities: ["GOOD"], # accepts GOOD, BAD, UNCERTAIN
|
2646
2729
|
# start_date: Time.now, # required
|
@@ -2716,6 +2799,7 @@ module Aws::IoTSiteWise
|
|
2716
2799
|
:time_ordering,
|
2717
2800
|
:next_token,
|
2718
2801
|
:max_results)
|
2802
|
+
SENSITIVE = []
|
2719
2803
|
include Aws::Structure
|
2720
2804
|
end
|
2721
2805
|
|
@@ -2731,6 +2815,7 @@ module Aws::IoTSiteWise
|
|
2731
2815
|
class GetAssetPropertyAggregatesResponse < Struct.new(
|
2732
2816
|
:aggregated_values,
|
2733
2817
|
:next_token)
|
2818
|
+
SENSITIVE = []
|
2734
2819
|
include Aws::Structure
|
2735
2820
|
end
|
2736
2821
|
|
@@ -2741,8 +2826,8 @@ module Aws::IoTSiteWise
|
|
2741
2826
|
# asset_id: "ID",
|
2742
2827
|
# property_id: "ID",
|
2743
2828
|
# property_alias: "AssetPropertyAlias",
|
2744
|
-
# start_date: Time.now,
|
2745
|
-
# end_date: Time.now,
|
2829
|
+
# start_date: Time.now,
|
2830
|
+
# end_date: Time.now,
|
2746
2831
|
# qualities: ["GOOD"], # accepts GOOD, BAD, UNCERTAIN
|
2747
2832
|
# time_ordering: "ASCENDING", # accepts ASCENDING, DESCENDING
|
2748
2833
|
# next_token: "NextToken",
|
@@ -2805,6 +2890,7 @@ module Aws::IoTSiteWise
|
|
2805
2890
|
:time_ordering,
|
2806
2891
|
:next_token,
|
2807
2892
|
:max_results)
|
2893
|
+
SENSITIVE = []
|
2808
2894
|
include Aws::Structure
|
2809
2895
|
end
|
2810
2896
|
|
@@ -2820,6 +2906,7 @@ module Aws::IoTSiteWise
|
|
2820
2906
|
class GetAssetPropertyValueHistoryResponse < Struct.new(
|
2821
2907
|
:asset_property_value_history,
|
2822
2908
|
:next_token)
|
2909
|
+
SENSITIVE = []
|
2823
2910
|
include Aws::Structure
|
2824
2911
|
end
|
2825
2912
|
|
@@ -2856,6 +2943,7 @@ module Aws::IoTSiteWise
|
|
2856
2943
|
:asset_id,
|
2857
2944
|
:property_id,
|
2858
2945
|
:property_alias)
|
2946
|
+
SENSITIVE = []
|
2859
2947
|
include Aws::Structure
|
2860
2948
|
end
|
2861
2949
|
|
@@ -2865,6 +2953,7 @@ module Aws::IoTSiteWise
|
|
2865
2953
|
#
|
2866
2954
|
class GetAssetPropertyValueResponse < Struct.new(
|
2867
2955
|
:property_value)
|
2956
|
+
SENSITIVE = []
|
2868
2957
|
include Aws::Structure
|
2869
2958
|
end
|
2870
2959
|
|
@@ -2900,6 +2989,7 @@ module Aws::IoTSiteWise
|
|
2900
2989
|
#
|
2901
2990
|
class Greengrass < Struct.new(
|
2902
2991
|
:group_arn)
|
2992
|
+
SENSITIVE = []
|
2903
2993
|
include Aws::Structure
|
2904
2994
|
end
|
2905
2995
|
|
@@ -2918,6 +3008,7 @@ module Aws::IoTSiteWise
|
|
2918
3008
|
#
|
2919
3009
|
class GroupIdentity < Struct.new(
|
2920
3010
|
:id)
|
3011
|
+
SENSITIVE = []
|
2921
3012
|
include Aws::Structure
|
2922
3013
|
end
|
2923
3014
|
|
@@ -2956,23 +3047,41 @@ module Aws::IoTSiteWise
|
|
2956
3047
|
class Identity < Struct.new(
|
2957
3048
|
:user,
|
2958
3049
|
:group)
|
3050
|
+
SENSITIVE = []
|
2959
3051
|
include Aws::Structure
|
2960
3052
|
end
|
2961
3053
|
|
2962
|
-
# Contains an image that is
|
3054
|
+
# Contains an image that is one of the following:
|
2963
3055
|
#
|
2964
|
-
#
|
2965
|
-
#
|
2966
|
-
#
|
3056
|
+
# * An image file. Choose this option to upload a new image.
|
3057
|
+
#
|
3058
|
+
# * The ID of an existing image. Choose this option to keep an existing
|
3059
|
+
# image.
|
3060
|
+
#
|
3061
|
+
# @note When making an API call, you may pass Image
|
3062
|
+
# data as a hash:
|
3063
|
+
#
|
3064
|
+
# {
|
3065
|
+
# id: "ID",
|
3066
|
+
# file: {
|
3067
|
+
# data: "data", # required
|
3068
|
+
# type: "PNG", # required, accepts PNG
|
3069
|
+
# },
|
3070
|
+
# }
|
3071
|
+
#
|
3072
|
+
# @!attribute [rw] id
|
3073
|
+
# The ID of an existing image. Specify this parameter to keep an
|
3074
|
+
# existing image.
|
2967
3075
|
# @return [String]
|
2968
3076
|
#
|
2969
|
-
# @!attribute [rw]
|
2970
|
-
#
|
2971
|
-
# @return [
|
3077
|
+
# @!attribute [rw] file
|
3078
|
+
# Contains an image file.
|
3079
|
+
# @return [Types::ImageFile]
|
2972
3080
|
#
|
2973
3081
|
class Image < Struct.new(
|
2974
|
-
:
|
2975
|
-
:
|
3082
|
+
:id,
|
3083
|
+
:file)
|
3084
|
+
SENSITIVE = []
|
2976
3085
|
include Aws::Structure
|
2977
3086
|
end
|
2978
3087
|
|
@@ -2982,22 +3091,42 @@ module Aws::IoTSiteWise
|
|
2982
3091
|
# data as a hash:
|
2983
3092
|
#
|
2984
3093
|
# {
|
2985
|
-
#
|
2986
|
-
#
|
3094
|
+
# data: "data", # required
|
3095
|
+
# type: "PNG", # required, accepts PNG
|
2987
3096
|
# }
|
2988
3097
|
#
|
2989
|
-
# @!attribute [rw]
|
3098
|
+
# @!attribute [rw] data
|
2990
3099
|
# The image file contents, represented as a base64-encoded string. The
|
2991
3100
|
# file size must be less than 1 MB.
|
2992
3101
|
# @return [String]
|
2993
3102
|
#
|
2994
|
-
# @!attribute [rw]
|
3103
|
+
# @!attribute [rw] type
|
2995
3104
|
# The file type of the image.
|
2996
3105
|
# @return [String]
|
2997
3106
|
#
|
2998
3107
|
class ImageFile < Struct.new(
|
2999
|
-
:
|
3000
|
-
:
|
3108
|
+
:data,
|
3109
|
+
:type)
|
3110
|
+
SENSITIVE = []
|
3111
|
+
include Aws::Structure
|
3112
|
+
end
|
3113
|
+
|
3114
|
+
# Contains an image that is uploaded to AWS IoT SiteWise and available
|
3115
|
+
# at a URL.
|
3116
|
+
#
|
3117
|
+
# @!attribute [rw] id
|
3118
|
+
# The ID of the image.
|
3119
|
+
# @return [String]
|
3120
|
+
#
|
3121
|
+
# @!attribute [rw] url
|
3122
|
+
# The URL where the image is available. The URL is valid for 15
|
3123
|
+
# minutes so that you can view and download the image
|
3124
|
+
# @return [String]
|
3125
|
+
#
|
3126
|
+
class ImageLocation < Struct.new(
|
3127
|
+
:id,
|
3128
|
+
:url)
|
3129
|
+
SENSITIVE = []
|
3001
3130
|
include Aws::Structure
|
3002
3131
|
end
|
3003
3132
|
|
@@ -3009,6 +3138,7 @@ module Aws::IoTSiteWise
|
|
3009
3138
|
#
|
3010
3139
|
class InternalFailureException < Struct.new(
|
3011
3140
|
:message)
|
3141
|
+
SENSITIVE = []
|
3012
3142
|
include Aws::Structure
|
3013
3143
|
end
|
3014
3144
|
|
@@ -3021,6 +3151,7 @@ module Aws::IoTSiteWise
|
|
3021
3151
|
#
|
3022
3152
|
class InvalidRequestException < Struct.new(
|
3023
3153
|
:message)
|
3154
|
+
SENSITIVE = []
|
3024
3155
|
include Aws::Structure
|
3025
3156
|
end
|
3026
3157
|
|
@@ -3041,6 +3172,7 @@ module Aws::IoTSiteWise
|
|
3041
3172
|
#
|
3042
3173
|
class LimitExceededException < Struct.new(
|
3043
3174
|
:message)
|
3175
|
+
SENSITIVE = []
|
3044
3176
|
include Aws::Structure
|
3045
3177
|
end
|
3046
3178
|
|
@@ -3057,19 +3189,23 @@ module Aws::IoTSiteWise
|
|
3057
3189
|
# }
|
3058
3190
|
#
|
3059
3191
|
# @!attribute [rw] identity_type
|
3060
|
-
# The type of identity (user or group).
|
3192
|
+
# The type of identity (user or group). This parameter is required if
|
3193
|
+
# you specify `identityId`.
|
3061
3194
|
# @return [String]
|
3062
3195
|
#
|
3063
3196
|
# @!attribute [rw] identity_id
|
3064
|
-
# The ID of the identity.
|
3197
|
+
# The ID of the identity. This parameter is required if you specify
|
3198
|
+
# `identityType`.
|
3065
3199
|
# @return [String]
|
3066
3200
|
#
|
3067
3201
|
# @!attribute [rw] resource_type
|
3068
|
-
# The type of resource (portal or project).
|
3202
|
+
# The type of resource (portal or project). This parameter is required
|
3203
|
+
# if you specify `resourceId`.
|
3069
3204
|
# @return [String]
|
3070
3205
|
#
|
3071
3206
|
# @!attribute [rw] resource_id
|
3072
|
-
# The ID of the resource.
|
3207
|
+
# The ID of the resource. This parameter is required if you specify
|
3208
|
+
# `resourceType`.
|
3073
3209
|
# @return [String]
|
3074
3210
|
#
|
3075
3211
|
# @!attribute [rw] next_token
|
@@ -3087,6 +3223,7 @@ module Aws::IoTSiteWise
|
|
3087
3223
|
:resource_id,
|
3088
3224
|
:next_token,
|
3089
3225
|
:max_results)
|
3226
|
+
SENSITIVE = []
|
3090
3227
|
include Aws::Structure
|
3091
3228
|
end
|
3092
3229
|
|
@@ -3102,6 +3239,7 @@ module Aws::IoTSiteWise
|
|
3102
3239
|
class ListAccessPoliciesResponse < Struct.new(
|
3103
3240
|
:access_policy_summaries,
|
3104
3241
|
:next_token)
|
3242
|
+
SENSITIVE = []
|
3105
3243
|
include Aws::Structure
|
3106
3244
|
end
|
3107
3245
|
|
@@ -3124,6 +3262,7 @@ module Aws::IoTSiteWise
|
|
3124
3262
|
class ListAssetModelsRequest < Struct.new(
|
3125
3263
|
:next_token,
|
3126
3264
|
:max_results)
|
3265
|
+
SENSITIVE = []
|
3127
3266
|
include Aws::Structure
|
3128
3267
|
end
|
3129
3268
|
|
@@ -3139,6 +3278,7 @@ module Aws::IoTSiteWise
|
|
3139
3278
|
class ListAssetModelsResponse < Struct.new(
|
3140
3279
|
:asset_model_summaries,
|
3141
3280
|
:next_token)
|
3281
|
+
SENSITIVE = []
|
3142
3282
|
include Aws::Structure
|
3143
3283
|
end
|
3144
3284
|
|
@@ -3181,6 +3321,7 @@ module Aws::IoTSiteWise
|
|
3181
3321
|
:max_results,
|
3182
3322
|
:asset_model_id,
|
3183
3323
|
:filter)
|
3324
|
+
SENSITIVE = []
|
3184
3325
|
include Aws::Structure
|
3185
3326
|
end
|
3186
3327
|
|
@@ -3196,6 +3337,7 @@ module Aws::IoTSiteWise
|
|
3196
3337
|
class ListAssetsResponse < Struct.new(
|
3197
3338
|
:asset_summaries,
|
3198
3339
|
:next_token)
|
3340
|
+
SENSITIVE = []
|
3199
3341
|
include Aws::Structure
|
3200
3342
|
end
|
3201
3343
|
|
@@ -3241,6 +3383,7 @@ module Aws::IoTSiteWise
|
|
3241
3383
|
:hierarchy_id,
|
3242
3384
|
:next_token,
|
3243
3385
|
:max_results)
|
3386
|
+
SENSITIVE = []
|
3244
3387
|
include Aws::Structure
|
3245
3388
|
end
|
3246
3389
|
|
@@ -3256,6 +3399,7 @@ module Aws::IoTSiteWise
|
|
3256
3399
|
class ListAssociatedAssetsResponse < Struct.new(
|
3257
3400
|
:asset_summaries,
|
3258
3401
|
:next_token)
|
3402
|
+
SENSITIVE = []
|
3259
3403
|
include Aws::Structure
|
3260
3404
|
end
|
3261
3405
|
|
@@ -3284,6 +3428,7 @@ module Aws::IoTSiteWise
|
|
3284
3428
|
:project_id,
|
3285
3429
|
:next_token,
|
3286
3430
|
:max_results)
|
3431
|
+
SENSITIVE = []
|
3287
3432
|
include Aws::Structure
|
3288
3433
|
end
|
3289
3434
|
|
@@ -3299,6 +3444,7 @@ module Aws::IoTSiteWise
|
|
3299
3444
|
class ListDashboardsResponse < Struct.new(
|
3300
3445
|
:dashboard_summaries,
|
3301
3446
|
:next_token)
|
3447
|
+
SENSITIVE = []
|
3302
3448
|
include Aws::Structure
|
3303
3449
|
end
|
3304
3450
|
|
@@ -3321,6 +3467,7 @@ module Aws::IoTSiteWise
|
|
3321
3467
|
class ListGatewaysRequest < Struct.new(
|
3322
3468
|
:next_token,
|
3323
3469
|
:max_results)
|
3470
|
+
SENSITIVE = []
|
3324
3471
|
include Aws::Structure
|
3325
3472
|
end
|
3326
3473
|
|
@@ -3336,6 +3483,7 @@ module Aws::IoTSiteWise
|
|
3336
3483
|
class ListGatewaysResponse < Struct.new(
|
3337
3484
|
:gateway_summaries,
|
3338
3485
|
:next_token)
|
3486
|
+
SENSITIVE = []
|
3339
3487
|
include Aws::Structure
|
3340
3488
|
end
|
3341
3489
|
|
@@ -3358,6 +3506,7 @@ module Aws::IoTSiteWise
|
|
3358
3506
|
class ListPortalsRequest < Struct.new(
|
3359
3507
|
:next_token,
|
3360
3508
|
:max_results)
|
3509
|
+
SENSITIVE = []
|
3361
3510
|
include Aws::Structure
|
3362
3511
|
end
|
3363
3512
|
|
@@ -3373,6 +3522,7 @@ module Aws::IoTSiteWise
|
|
3373
3522
|
class ListPortalsResponse < Struct.new(
|
3374
3523
|
:portal_summaries,
|
3375
3524
|
:next_token)
|
3525
|
+
SENSITIVE = []
|
3376
3526
|
include Aws::Structure
|
3377
3527
|
end
|
3378
3528
|
|
@@ -3401,6 +3551,7 @@ module Aws::IoTSiteWise
|
|
3401
3551
|
:project_id,
|
3402
3552
|
:next_token,
|
3403
3553
|
:max_results)
|
3554
|
+
SENSITIVE = []
|
3404
3555
|
include Aws::Structure
|
3405
3556
|
end
|
3406
3557
|
|
@@ -3417,6 +3568,7 @@ module Aws::IoTSiteWise
|
|
3417
3568
|
class ListProjectAssetsResponse < Struct.new(
|
3418
3569
|
:asset_ids,
|
3419
3570
|
:next_token)
|
3571
|
+
SENSITIVE = []
|
3420
3572
|
include Aws::Structure
|
3421
3573
|
end
|
3422
3574
|
|
@@ -3445,6 +3597,7 @@ module Aws::IoTSiteWise
|
|
3445
3597
|
:portal_id,
|
3446
3598
|
:next_token,
|
3447
3599
|
:max_results)
|
3600
|
+
SENSITIVE = []
|
3448
3601
|
include Aws::Structure
|
3449
3602
|
end
|
3450
3603
|
|
@@ -3460,6 +3613,7 @@ module Aws::IoTSiteWise
|
|
3460
3613
|
class ListProjectsResponse < Struct.new(
|
3461
3614
|
:project_summaries,
|
3462
3615
|
:next_token)
|
3616
|
+
SENSITIVE = []
|
3463
3617
|
include Aws::Structure
|
3464
3618
|
end
|
3465
3619
|
|
@@ -3480,6 +3634,7 @@ module Aws::IoTSiteWise
|
|
3480
3634
|
#
|
3481
3635
|
class ListTagsForResourceRequest < Struct.new(
|
3482
3636
|
:resource_arn)
|
3637
|
+
SENSITIVE = []
|
3483
3638
|
include Aws::Structure
|
3484
3639
|
end
|
3485
3640
|
|
@@ -3495,6 +3650,7 @@ module Aws::IoTSiteWise
|
|
3495
3650
|
#
|
3496
3651
|
class ListTagsForResourceResponse < Struct.new(
|
3497
3652
|
:tags)
|
3653
|
+
SENSITIVE = []
|
3498
3654
|
include Aws::Structure
|
3499
3655
|
end
|
3500
3656
|
|
@@ -3513,6 +3669,7 @@ module Aws::IoTSiteWise
|
|
3513
3669
|
#
|
3514
3670
|
class LoggingOptions < Struct.new(
|
3515
3671
|
:level)
|
3672
|
+
SENSITIVE = []
|
3516
3673
|
include Aws::Structure
|
3517
3674
|
end
|
3518
3675
|
|
@@ -3594,6 +3751,7 @@ module Aws::IoTSiteWise
|
|
3594
3751
|
:expression,
|
3595
3752
|
:variables,
|
3596
3753
|
:window)
|
3754
|
+
SENSITIVE = []
|
3597
3755
|
include Aws::Structure
|
3598
3756
|
end
|
3599
3757
|
|
@@ -3615,6 +3773,7 @@ module Aws::IoTSiteWise
|
|
3615
3773
|
#
|
3616
3774
|
class MetricWindow < Struct.new(
|
3617
3775
|
:tumbling)
|
3776
|
+
SENSITIVE = []
|
3618
3777
|
include Aws::Structure
|
3619
3778
|
end
|
3620
3779
|
|
@@ -3631,6 +3790,7 @@ module Aws::IoTSiteWise
|
|
3631
3790
|
class MonitorErrorDetails < Struct.new(
|
3632
3791
|
:code,
|
3633
3792
|
:message)
|
3793
|
+
SENSITIVE = []
|
3634
3794
|
include Aws::Structure
|
3635
3795
|
end
|
3636
3796
|
|
@@ -3649,6 +3809,7 @@ module Aws::IoTSiteWise
|
|
3649
3809
|
#
|
3650
3810
|
class PortalResource < Struct.new(
|
3651
3811
|
:id)
|
3812
|
+
SENSITIVE = []
|
3652
3813
|
include Aws::Structure
|
3653
3814
|
end
|
3654
3815
|
|
@@ -3665,6 +3826,7 @@ module Aws::IoTSiteWise
|
|
3665
3826
|
class PortalStatus < Struct.new(
|
3666
3827
|
:state,
|
3667
3828
|
:error)
|
3829
|
+
SENSITIVE = []
|
3668
3830
|
include Aws::Structure
|
3669
3831
|
end
|
3670
3832
|
|
@@ -3715,6 +3877,7 @@ module Aws::IoTSiteWise
|
|
3715
3877
|
:creation_date,
|
3716
3878
|
:last_update_date,
|
3717
3879
|
:role_arn)
|
3880
|
+
SENSITIVE = []
|
3718
3881
|
include Aws::Structure
|
3719
3882
|
end
|
3720
3883
|
|
@@ -3733,6 +3896,7 @@ module Aws::IoTSiteWise
|
|
3733
3896
|
#
|
3734
3897
|
class ProjectResource < Struct.new(
|
3735
3898
|
:id)
|
3899
|
+
SENSITIVE = []
|
3736
3900
|
include Aws::Structure
|
3737
3901
|
end
|
3738
3902
|
|
@@ -3764,6 +3928,7 @@ module Aws::IoTSiteWise
|
|
3764
3928
|
:description,
|
3765
3929
|
:creation_date,
|
3766
3930
|
:last_update_date)
|
3931
|
+
SENSITIVE = []
|
3767
3932
|
include Aws::Structure
|
3768
3933
|
end
|
3769
3934
|
|
@@ -3819,6 +3984,7 @@ module Aws::IoTSiteWise
|
|
3819
3984
|
:data_type,
|
3820
3985
|
:unit,
|
3821
3986
|
:type)
|
3987
|
+
SENSITIVE = []
|
3822
3988
|
include Aws::Structure
|
3823
3989
|
end
|
3824
3990
|
|
@@ -3844,6 +4010,7 @@ module Aws::IoTSiteWise
|
|
3844
4010
|
class PropertyNotification < Struct.new(
|
3845
4011
|
:topic,
|
3846
4012
|
:state)
|
4013
|
+
SENSITIVE = []
|
3847
4014
|
include Aws::Structure
|
3848
4015
|
end
|
3849
4016
|
|
@@ -3925,6 +4092,7 @@ module Aws::IoTSiteWise
|
|
3925
4092
|
:measurement,
|
3926
4093
|
:transform,
|
3927
4094
|
:metric)
|
4095
|
+
SENSITIVE = []
|
3928
4096
|
include Aws::Structure
|
3929
4097
|
end
|
3930
4098
|
|
@@ -3996,6 +4164,7 @@ module Aws::IoTSiteWise
|
|
3996
4164
|
:property_id,
|
3997
4165
|
:property_alias,
|
3998
4166
|
:property_values)
|
4167
|
+
SENSITIVE = []
|
3999
4168
|
include Aws::Structure
|
4000
4169
|
end
|
4001
4170
|
|
@@ -4014,6 +4183,7 @@ module Aws::IoTSiteWise
|
|
4014
4183
|
#
|
4015
4184
|
class PutLoggingOptionsRequest < Struct.new(
|
4016
4185
|
:logging_options)
|
4186
|
+
SENSITIVE = []
|
4017
4187
|
include Aws::Structure
|
4018
4188
|
end
|
4019
4189
|
|
@@ -4045,6 +4215,7 @@ module Aws::IoTSiteWise
|
|
4045
4215
|
class Resource < Struct.new(
|
4046
4216
|
:portal,
|
4047
4217
|
:project)
|
4218
|
+
SENSITIVE = []
|
4048
4219
|
include Aws::Structure
|
4049
4220
|
end
|
4050
4221
|
|
@@ -4065,6 +4236,7 @@ module Aws::IoTSiteWise
|
|
4065
4236
|
:message,
|
4066
4237
|
:resource_id,
|
4067
4238
|
:resource_arn)
|
4239
|
+
SENSITIVE = []
|
4068
4240
|
include Aws::Structure
|
4069
4241
|
end
|
4070
4242
|
|
@@ -4075,6 +4247,7 @@ module Aws::IoTSiteWise
|
|
4075
4247
|
#
|
4076
4248
|
class ResourceNotFoundException < Struct.new(
|
4077
4249
|
:message)
|
4250
|
+
SENSITIVE = []
|
4078
4251
|
include Aws::Structure
|
4079
4252
|
end
|
4080
4253
|
|
@@ -4085,6 +4258,7 @@ module Aws::IoTSiteWise
|
|
4085
4258
|
#
|
4086
4259
|
class ServiceUnavailableException < Struct.new(
|
4087
4260
|
:message)
|
4261
|
+
SENSITIVE = []
|
4088
4262
|
include Aws::Structure
|
4089
4263
|
end
|
4090
4264
|
|
@@ -4119,6 +4293,7 @@ module Aws::IoTSiteWise
|
|
4119
4293
|
class TagResourceRequest < Struct.new(
|
4120
4294
|
:resource_arn,
|
4121
4295
|
:tags)
|
4296
|
+
SENSITIVE = []
|
4122
4297
|
include Aws::Structure
|
4123
4298
|
end
|
4124
4299
|
|
@@ -4140,6 +4315,7 @@ module Aws::IoTSiteWise
|
|
4140
4315
|
#
|
4141
4316
|
class ThrottlingException < Struct.new(
|
4142
4317
|
:message)
|
4318
|
+
SENSITIVE = []
|
4143
4319
|
include Aws::Structure
|
4144
4320
|
end
|
4145
4321
|
|
@@ -4165,6 +4341,7 @@ module Aws::IoTSiteWise
|
|
4165
4341
|
class TimeInNanos < Struct.new(
|
4166
4342
|
:time_in_seconds,
|
4167
4343
|
:offset_in_nanos)
|
4344
|
+
SENSITIVE = []
|
4168
4345
|
include Aws::Structure
|
4169
4346
|
end
|
4170
4347
|
|
@@ -4186,6 +4363,7 @@ module Aws::IoTSiteWise
|
|
4186
4363
|
class TooManyTagsException < Struct.new(
|
4187
4364
|
:message,
|
4188
4365
|
:resource_name)
|
4366
|
+
SENSITIVE = []
|
4189
4367
|
include Aws::Structure
|
4190
4368
|
end
|
4191
4369
|
|
@@ -4240,6 +4418,7 @@ module Aws::IoTSiteWise
|
|
4240
4418
|
class Transform < Struct.new(
|
4241
4419
|
:expression,
|
4242
4420
|
:variables)
|
4421
|
+
SENSITIVE = []
|
4243
4422
|
include Aws::Structure
|
4244
4423
|
end
|
4245
4424
|
|
@@ -4270,6 +4449,7 @@ module Aws::IoTSiteWise
|
|
4270
4449
|
#
|
4271
4450
|
class TumblingWindow < Struct.new(
|
4272
4451
|
:interval)
|
4452
|
+
SENSITIVE = []
|
4273
4453
|
include Aws::Structure
|
4274
4454
|
end
|
4275
4455
|
|
@@ -4296,6 +4476,7 @@ module Aws::IoTSiteWise
|
|
4296
4476
|
class UntagResourceRequest < Struct.new(
|
4297
4477
|
:resource_arn,
|
4298
4478
|
:tag_keys)
|
4479
|
+
SENSITIVE = []
|
4299
4480
|
include Aws::Structure
|
4300
4481
|
end
|
4301
4482
|
|
@@ -4360,6 +4541,7 @@ module Aws::IoTSiteWise
|
|
4360
4541
|
:access_policy_resource,
|
4361
4542
|
:access_policy_permission,
|
4362
4543
|
:client_token)
|
4544
|
+
SENSITIVE = []
|
4363
4545
|
include Aws::Structure
|
4364
4546
|
end
|
4365
4547
|
|
@@ -4483,16 +4665,18 @@ module Aws::IoTSiteWise
|
|
4483
4665
|
:asset_model_properties,
|
4484
4666
|
:asset_model_hierarchies,
|
4485
4667
|
:client_token)
|
4668
|
+
SENSITIVE = []
|
4486
4669
|
include Aws::Structure
|
4487
4670
|
end
|
4488
4671
|
|
4489
4672
|
# @!attribute [rw] asset_model_status
|
4490
4673
|
# The status of the asset model, which contains a state (`UPDATING`
|
4491
|
-
# after successfully calling this
|
4674
|
+
# after successfully calling this operation) and any error message.
|
4492
4675
|
# @return [Types::AssetModelStatus]
|
4493
4676
|
#
|
4494
4677
|
class UpdateAssetModelResponse < Struct.new(
|
4495
4678
|
:asset_model_status)
|
4679
|
+
SENSITIVE = []
|
4496
4680
|
include Aws::Structure
|
4497
4681
|
end
|
4498
4682
|
|
@@ -4559,6 +4743,7 @@ module Aws::IoTSiteWise
|
|
4559
4743
|
:property_alias,
|
4560
4744
|
:property_notification_state,
|
4561
4745
|
:client_token)
|
4746
|
+
SENSITIVE = []
|
4562
4747
|
include Aws::Structure
|
4563
4748
|
end
|
4564
4749
|
|
@@ -4592,16 +4777,18 @@ module Aws::IoTSiteWise
|
|
4592
4777
|
:asset_id,
|
4593
4778
|
:asset_name,
|
4594
4779
|
:client_token)
|
4780
|
+
SENSITIVE = []
|
4595
4781
|
include Aws::Structure
|
4596
4782
|
end
|
4597
4783
|
|
4598
4784
|
# @!attribute [rw] asset_status
|
4599
4785
|
# The status of the asset, which contains a state (`UPDATING` after
|
4600
|
-
# successfully calling this
|
4786
|
+
# successfully calling this operation) and any error message.
|
4601
4787
|
# @return [Types::AssetStatus]
|
4602
4788
|
#
|
4603
4789
|
class UpdateAssetResponse < Struct.new(
|
4604
4790
|
:asset_status)
|
4791
|
+
SENSITIVE = []
|
4605
4792
|
include Aws::Structure
|
4606
4793
|
end
|
4607
4794
|
|
@@ -4653,6 +4840,7 @@ module Aws::IoTSiteWise
|
|
4653
4840
|
:dashboard_description,
|
4654
4841
|
:dashboard_definition,
|
4655
4842
|
:client_token)
|
4843
|
+
SENSITIVE = []
|
4656
4844
|
include Aws::Structure
|
4657
4845
|
end
|
4658
4846
|
|
@@ -4693,6 +4881,7 @@ module Aws::IoTSiteWise
|
|
4693
4881
|
:gateway_id,
|
4694
4882
|
:capability_namespace,
|
4695
4883
|
:capability_configuration)
|
4884
|
+
SENSITIVE = []
|
4696
4885
|
include Aws::Structure
|
4697
4886
|
end
|
4698
4887
|
|
@@ -4719,6 +4908,7 @@ module Aws::IoTSiteWise
|
|
4719
4908
|
class UpdateGatewayCapabilityConfigurationResponse < Struct.new(
|
4720
4909
|
:capability_namespace,
|
4721
4910
|
:capability_sync_status)
|
4911
|
+
SENSITIVE = []
|
4722
4912
|
include Aws::Structure
|
4723
4913
|
end
|
4724
4914
|
|
@@ -4741,6 +4931,7 @@ module Aws::IoTSiteWise
|
|
4741
4931
|
class UpdateGatewayRequest < Struct.new(
|
4742
4932
|
:gateway_id,
|
4743
4933
|
:gateway_name)
|
4934
|
+
SENSITIVE = []
|
4744
4935
|
include Aws::Structure
|
4745
4936
|
end
|
4746
4937
|
|
@@ -4752,9 +4943,12 @@ module Aws::IoTSiteWise
|
|
4752
4943
|
# portal_name: "Name", # required
|
4753
4944
|
# portal_description: "Description",
|
4754
4945
|
# portal_contact_email: "Email", # required
|
4755
|
-
#
|
4756
|
-
#
|
4757
|
-
#
|
4946
|
+
# portal_logo_image: {
|
4947
|
+
# id: "ID",
|
4948
|
+
# file: {
|
4949
|
+
# data: "data", # required
|
4950
|
+
# type: "PNG", # required, accepts PNG
|
4951
|
+
# },
|
4758
4952
|
# },
|
4759
4953
|
# role_arn: "ARN", # required
|
4760
4954
|
# client_token: "ClientToken",
|
@@ -4776,10 +4970,14 @@ module Aws::IoTSiteWise
|
|
4776
4970
|
# The AWS administrator's contact email address.
|
4777
4971
|
# @return [String]
|
4778
4972
|
#
|
4779
|
-
# @!attribute [rw]
|
4780
|
-
#
|
4781
|
-
#
|
4782
|
-
#
|
4973
|
+
# @!attribute [rw] portal_logo_image
|
4974
|
+
# Contains an image that is one of the following:
|
4975
|
+
#
|
4976
|
+
# * An image file. Choose this option to upload a new image.
|
4977
|
+
#
|
4978
|
+
# * The ID of an existing image. Choose this option to keep an
|
4979
|
+
# existing image.
|
4980
|
+
# @return [Types::Image]
|
4783
4981
|
#
|
4784
4982
|
# @!attribute [rw] role_arn
|
4785
4983
|
# The [ARN][1] of a service role that allows the portal's users to
|
@@ -4807,19 +5005,21 @@ module Aws::IoTSiteWise
|
|
4807
5005
|
:portal_name,
|
4808
5006
|
:portal_description,
|
4809
5007
|
:portal_contact_email,
|
4810
|
-
:
|
5008
|
+
:portal_logo_image,
|
4811
5009
|
:role_arn,
|
4812
5010
|
:client_token)
|
5011
|
+
SENSITIVE = []
|
4813
5012
|
include Aws::Structure
|
4814
5013
|
end
|
4815
5014
|
|
4816
5015
|
# @!attribute [rw] portal_status
|
4817
5016
|
# The status of the portal, which contains a state (`UPDATING` after
|
4818
|
-
# successfully calling this
|
5017
|
+
# successfully calling this operation) and any error message.
|
4819
5018
|
# @return [Types::PortalStatus]
|
4820
5019
|
#
|
4821
5020
|
class UpdatePortalResponse < Struct.new(
|
4822
5021
|
:portal_status)
|
5022
|
+
SENSITIVE = []
|
4823
5023
|
include Aws::Structure
|
4824
5024
|
end
|
4825
5025
|
|
@@ -4859,6 +5059,7 @@ module Aws::IoTSiteWise
|
|
4859
5059
|
:project_name,
|
4860
5060
|
:project_description,
|
4861
5061
|
:client_token)
|
5062
|
+
SENSITIVE = []
|
4862
5063
|
include Aws::Structure
|
4863
5064
|
end
|
4864
5065
|
|
@@ -4879,6 +5080,7 @@ module Aws::IoTSiteWise
|
|
4879
5080
|
#
|
4880
5081
|
class UserIdentity < Struct.new(
|
4881
5082
|
:id)
|
5083
|
+
SENSITIVE = []
|
4882
5084
|
include Aws::Structure
|
4883
5085
|
end
|
4884
5086
|
|
@@ -4915,6 +5117,7 @@ module Aws::IoTSiteWise
|
|
4915
5117
|
class VariableValue < Struct.new(
|
4916
5118
|
:property_id,
|
4917
5119
|
:hierarchy_id)
|
5120
|
+
SENSITIVE = []
|
4918
5121
|
include Aws::Structure
|
4919
5122
|
end
|
4920
5123
|
|
@@ -4951,6 +5154,7 @@ module Aws::IoTSiteWise
|
|
4951
5154
|
:integer_value,
|
4952
5155
|
:double_value,
|
4953
5156
|
:boolean_value)
|
5157
|
+
SENSITIVE = []
|
4954
5158
|
include Aws::Structure
|
4955
5159
|
end
|
4956
5160
|
|