aws-sdk-iotsitewise 1.1.0 → 1.6.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: 6b71fb297dca1f5c27b4fa03e819a10d32513f61607be90c069bf0847a6f9883
4
- data.tar.gz: 36d52e90e0d649458ac48e41e03ff5e96945afe9976db1e73edde66b2e8c9320
3
+ metadata.gz: add6490ae42c4a4806dde49082511cecaf4e92efd57bfe4fc0608e32d2728a8d
4
+ data.tar.gz: '0738ee6ed9ae08bbe450341cf3c6e4916051904b7bf3177115be2ca256955df9'
5
5
  SHA512:
6
- metadata.gz: bd598a1ec1ba2f94c7608a7b7bf0e150a1ef9a3cc9d88656378fa8d315b9d53546a8a0156326bf2ae1faae3d4ce798afd0cb31140c8bb9c5a50d166a19d672b2
7
- data.tar.gz: 8d8d98ddcb1d58922698c47f4868bec090f5c052a291a540e377d1502334734678f985bf926144ddef283958d283ad80bf46fed86e6ba549e97051f40861fa8d
6
+ metadata.gz: 0e211d306f47d2187907dd29dcd898cdfbe91f10ecca7598f5c0b77533b4b888a8b40105f9ed6b3c67fe858312bb0671664025bf2ccc1cbab6fb14f94ad99db1
7
+ data.tar.gz: 2ac9c139e3e70f57b0f5778bcce07e6e89cf0b0bf2c4d6da467d25bf88a4ad8d63a1fb30c616819000b94b1989780d65eaa0105ec89aba3582faad5eb32a367e
@@ -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.1.0'
51
+ GEM_VERSION = '1.6.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. Defaults to `false`.
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.
@@ -475,12 +479,7 @@ module Aws::IoTSiteWise
475
479
  #
476
480
  # @option params [required, Array<Types::PutAssetPropertyValueEntry>] :entries
477
481
  # The list of asset property value entries for the batch put request.
478
- # You can specify up to 10 entries per request. For more information,
479
- # see [Quotas][1] in the *AWS IoT SiteWise User Guide*.
480
- #
481
- #
482
- #
483
- # [1]: https://docs.aws.amazon.com/iot-sitewise/latest/userguide/quotas.html
482
+ # You can specify up to 10 entries per request.
484
483
  #
485
484
  # @return [Types::BatchPutAssetPropertyValueResponse] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
486
485
  #
@@ -1009,8 +1008,8 @@ module Aws::IoTSiteWise
1009
1008
  # portal_contact_email: "Email", # required
1010
1009
  # client_token: "ClientToken",
1011
1010
  # portal_logo_image_file: {
1012
- # encoded_string: "data", # required
1013
- # file_type: "PNG", # required, accepts PNG
1011
+ # data: "data", # required
1012
+ # type: "PNG", # required, accepts PNG
1014
1013
  # },
1015
1014
  # role_arn: "ARN", # required
1016
1015
  # tags: {
@@ -1094,7 +1093,7 @@ module Aws::IoTSiteWise
1094
1093
 
1095
1094
  # Deletes an access policy that grants the specified AWS Single Sign-On
1096
1095
  # identity access to the specified AWS IoT SiteWise Monitor resource.
1097
- # You can use this action to revoke access to an AWS IoT SiteWise
1096
+ # You can use this operation to revoke access to an AWS IoT SiteWise
1098
1097
  # Monitor resource.
1099
1098
  #
1100
1099
  # @option params [required, String] :access_policy_id
@@ -1728,7 +1727,7 @@ module Aws::IoTSiteWise
1728
1727
  # * {Types::DescribePortalResponse#portal_status #portal_status} => Types::PortalStatus
1729
1728
  # * {Types::DescribePortalResponse#portal_creation_date #portal_creation_date} => Time
1730
1729
  # * {Types::DescribePortalResponse#portal_last_update_date #portal_last_update_date} => Time
1731
- # * {Types::DescribePortalResponse#portal_logo_image #portal_logo_image} => Types::Image
1730
+ # * {Types::DescribePortalResponse#portal_logo_image_location #portal_logo_image_location} => Types::ImageLocation
1732
1731
  # * {Types::DescribePortalResponse#role_arn #role_arn} => String
1733
1732
  #
1734
1733
  # @example Request syntax with placeholder values
@@ -1751,8 +1750,8 @@ module Aws::IoTSiteWise
1751
1750
  # resp.portal_status.error.message #=> String
1752
1751
  # resp.portal_creation_date #=> Time
1753
1752
  # resp.portal_last_update_date #=> Time
1754
- # resp.portal_logo_image.location_url #=> String
1755
- # resp.portal_logo_image.last_update_date #=> Time
1753
+ # resp.portal_logo_image_location.id #=> String
1754
+ # resp.portal_logo_image_location.url #=> String
1756
1755
  # resp.role_arn #=> String
1757
1756
  #
1758
1757
  #
@@ -1925,7 +1924,7 @@ module Aws::IoTSiteWise
1925
1924
  # asset_id: "ID",
1926
1925
  # property_id: "ID",
1927
1926
  # property_alias: "AssetPropertyAlias",
1928
- # aggregate_types: ["AVERAGE"], # required, accepts AVERAGE, COUNT, MAXIMUM, MINIMUM, SUM
1927
+ # aggregate_types: ["AVERAGE"], # required, accepts AVERAGE, COUNT, MAXIMUM, MINIMUM, SUM, STANDARD_DEVIATION
1929
1928
  # resolution: "Resolution", # required
1930
1929
  # qualities: ["GOOD"], # accepts GOOD, BAD, UNCERTAIN
1931
1930
  # start_date: Time.now, # required
@@ -1945,6 +1944,7 @@ module Aws::IoTSiteWise
1945
1944
  # resp.aggregated_values[0].value.maximum #=> Float
1946
1945
  # resp.aggregated_values[0].value.minimum #=> Float
1947
1946
  # resp.aggregated_values[0].value.sum #=> Float
1947
+ # resp.aggregated_values[0].value.standard_deviation #=> Float
1948
1948
  # resp.next_token #=> String
1949
1949
  #
1950
1950
  # @overload get_asset_property_aggregates(params = {})
@@ -2116,16 +2116,20 @@ module Aws::IoTSiteWise
2116
2116
  # project).
2117
2117
  #
2118
2118
  # @option params [String] :identity_type
2119
- # The type of identity (user or group).
2119
+ # The type of identity (user or group). This parameter is required if
2120
+ # you specify `identityId`.
2120
2121
  #
2121
2122
  # @option params [String] :identity_id
2122
- # The ID of the identity.
2123
+ # The ID of the identity. This parameter is required if you specify
2124
+ # `identityType`.
2123
2125
  #
2124
2126
  # @option params [String] :resource_type
2125
- # The type of resource (portal or project).
2127
+ # The type of resource (portal or project). This parameter is required
2128
+ # if you specify `resourceId`.
2126
2129
  #
2127
2130
  # @option params [String] :resource_id
2128
- # The ID of the resource.
2131
+ # The ID of the resource. This parameter is required if you specify
2132
+ # `resourceType`.
2129
2133
  #
2130
2134
  # @option params [String] :next_token
2131
2135
  # The token to be used for the next set of paginated results.
@@ -2216,6 +2220,21 @@ module Aws::IoTSiteWise
2216
2220
 
2217
2221
  # Retrieves a paginated list of asset summaries.
2218
2222
  #
2223
+ # You can use this operation to do the following:
2224
+ #
2225
+ # * List assets based on a specific asset model.
2226
+ #
2227
+ # * List top-level assets.
2228
+ #
2229
+ # You can't use this operation to list all assets. To retrieve
2230
+ # summaries for all of your assets, use [ListAssetModels][1] to get all
2231
+ # of your asset model IDs. Then, use ListAssets to get all assets for
2232
+ # each asset model.
2233
+ #
2234
+ #
2235
+ #
2236
+ # [1]: https://docs.aws.amazon.com/iot-sitewise/latest/APIReference/API_ListAssetModels.html
2237
+ #
2219
2238
  # @option params [String] :next_token
2220
2239
  # The token to be used for the next set of paginated results.
2221
2240
  #
@@ -2223,11 +2242,18 @@ module Aws::IoTSiteWise
2223
2242
  # The maximum number of results to be returned per paginated request.
2224
2243
  #
2225
2244
  # @option params [String] :asset_model_id
2226
- # The ID of the asset model by which to filter the list of assets. Omit
2227
- # the `assetModelId` to list all assets (of all models).
2245
+ # The ID of the asset model by which to filter the list of assets. This
2246
+ # parameter is required if you choose `ALL` for `filter`.
2228
2247
  #
2229
2248
  # @option params [String] :filter
2230
- # The hierarchy level by which to filter the requested list of assets.
2249
+ # The filter for the requested list of assets. Choose one of the
2250
+ # following options. Defaults to `ALL`.
2251
+ #
2252
+ # * `ALL` – The list includes all assets for a given asset model ID. The
2253
+ # `assetModelId` parameter is required if you filter by `ALL`.
2254
+ #
2255
+ # * `TOP_LEVEL` – The list includes only top-level assets in the asset
2256
+ # hierarchy tree.
2231
2257
  #
2232
2258
  # @return [Types::ListAssetsResponse] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
2233
2259
  #
@@ -2775,10 +2801,10 @@ module Aws::IoTSiteWise
2775
2801
  # information, see [Updating Assets and Models][1] in the *AWS IoT
2776
2802
  # SiteWise User Guide*.
2777
2803
  #
2778
- # This action overwrites the existing model with the provided model. To
2779
- # avoid deleting your asset model's properties or hierarchies, you must
2780
- # include their definitions in the updated asset model payload. For more
2781
- # 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].
2782
2808
  #
2783
2809
  # If you remove a property from an asset model or update a property's
2784
2810
  # formula expression, AWS IoT SiteWise deletes all previous data for
@@ -2915,6 +2941,16 @@ module Aws::IoTSiteWise
2915
2941
 
2916
2942
  # Updates an asset property's alias and notification state.
2917
2943
  #
2944
+ # This operation overwrites the property's existing alias and
2945
+ # notification state. To keep your existing property's alias or
2946
+ # notification state, you must include the existing values in the
2947
+ # UpdateAssetProperty request. For more information, see
2948
+ # [DescribeAssetProperty][1].
2949
+ #
2950
+ #
2951
+ #
2952
+ # [1]: https://docs.aws.amazon.com/iot-sitewise/latest/APIReference/API_DescribeAssetProperty.html
2953
+ #
2918
2954
  # @option params [required, String] :asset_id
2919
2955
  # The ID of the asset to be updated.
2920
2956
  #
@@ -2928,16 +2964,21 @@ module Aws::IoTSiteWise
2928
2964
  # see [Mapping Industrial Data Streams to Asset Properties][1] in the
2929
2965
  # *AWS IoT SiteWise User Guide*.
2930
2966
  #
2967
+ # If you omit this parameter, the alias is removed from the property.
2968
+ #
2931
2969
  #
2932
2970
  #
2933
2971
  # [1]: https://docs.aws.amazon.com/iot-sitewise/latest/userguide/connect-data-streams.html
2934
2972
  #
2935
2973
  # @option params [String] :property_notification_state
2936
- # The updated MQTT notification state (enabled or disabled) for this
2937
- # asset property. When the notification state is enabled, AWS IoT
2938
- # SiteWise publishes property value updates to a unique MQTT topic. For
2939
- # more information, see [Interacting with Other Services][1] in the *AWS
2940
- # IoT SiteWise User Guide*.
2974
+ # The MQTT notification state (enabled or disabled) for this asset
2975
+ # property. When the notification state is enabled, AWS IoT SiteWise
2976
+ # publishes property value updates to a unique MQTT topic. For more
2977
+ # information, see [Interacting with Other Services][1] in the *AWS IoT
2978
+ # SiteWise User Guide*.
2979
+ #
2980
+ # If you omit this parameter, the notification state is set to
2981
+ # `DISABLED`.
2941
2982
  #
2942
2983
  #
2943
2984
  #
@@ -3111,9 +3152,13 @@ module Aws::IoTSiteWise
3111
3152
  # @option params [required, String] :portal_contact_email
3112
3153
  # The AWS administrator's contact email address.
3113
3154
  #
3114
- # @option params [Types::ImageFile] :portal_logo_image_file
3115
- # A logo image to display in the portal. Upload a square,
3116
- # high-resolution image. The image is displayed on a dark background.
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.
3117
3162
  #
3118
3163
  # @option params [required, String] :role_arn
3119
3164
  # The [ARN][1] of a service role that allows the portal's users to
@@ -3145,9 +3190,12 @@ module Aws::IoTSiteWise
3145
3190
  # portal_name: "Name", # required
3146
3191
  # portal_description: "Description",
3147
3192
  # portal_contact_email: "Email", # required
3148
- # portal_logo_image_file: {
3149
- # encoded_string: "data", # required
3150
- # file_type: "PNG", # required, accepts PNG
3193
+ # portal_logo_image: {
3194
+ # id: "ID",
3195
+ # file: {
3196
+ # data: "data", # required
3197
+ # type: "PNG", # required, accepts PNG
3198
+ # },
3151
3199
  # },
3152
3200
  # role_arn: "ARN", # required
3153
3201
  # client_token: "ClientToken",
@@ -3216,7 +3264,7 @@ module Aws::IoTSiteWise
3216
3264
  params: params,
3217
3265
  config: config)
3218
3266
  context[:gem_name] = 'aws-sdk-iotsitewise'
3219
- context[:gem_version] = '1.1.0'
3267
+ context[:gem_version] = '1.6.0'
3220
3268
  Seahorse::Client::Request.new(handlers, context)
3221
3269
  end
3222
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(:portal_logo_image, Shapes::ShapeRef.new(shape: Image, location_name: "portalLogoImage"))
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
 
@@ -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(:location_url, Shapes::ShapeRef.new(shape: Url, location_name: "locationUrl"))
796
- Image.add_member(:last_update_date, Shapes::ShapeRef.new(shape: Timestamp, location_name: "lastUpdateDate"))
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(:encoded_string, Shapes::ShapeRef.new(shape: ImageFileData, required: true, location_name: "encodedString"))
800
- ImageFile.add_member(:file_type, Shapes::ShapeRef.new(shape: ImageFileType, required: true, location_name: "fileType"))
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(:portal_logo_image_file, Shapes::ShapeRef.new(shape: ImageFile, location_name: "portalLogoImageFile"))
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:
@@ -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:
@@ -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 for the last time
75
- # interval window.
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 for the last time
80
- # interval window.
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 for the last time interval
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 for the last time interval
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 for the last time interval window.
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
 
@@ -887,16 +917,12 @@ module Aws::IoTSiteWise
887
917
  #
888
918
  # @!attribute [rw] entries
889
919
  # The list of asset property value entries for the batch put request.
890
- # You can specify up to 10 entries per request. For more information,
891
- # see [Quotas][1] in the *AWS IoT SiteWise User Guide*.
892
- #
893
- #
894
- #
895
- # [1]: https://docs.aws.amazon.com/iot-sitewise/latest/userguide/quotas.html
920
+ # You can specify up to 10 entries per request.
896
921
  # @return [Array<Types::PutAssetPropertyValueEntry>]
897
922
  #
898
923
  class BatchPutAssetPropertyValueRequest < Struct.new(
899
924
  :entries)
925
+ SENSITIVE = []
900
926
  include Aws::Structure
901
927
  end
902
928
 
@@ -907,6 +933,7 @@ module Aws::IoTSiteWise
907
933
  #
908
934
  class BatchPutAssetPropertyValueResponse < Struct.new(
909
935
  :error_entries)
936
+ SENSITIVE = []
910
937
  include Aws::Structure
911
938
  end
912
939
 
@@ -929,6 +956,7 @@ module Aws::IoTSiteWise
929
956
  :message,
930
957
  :resource_id,
931
958
  :resource_arn)
959
+ SENSITIVE = []
932
960
  include Aws::Structure
933
961
  end
934
962
 
@@ -999,6 +1027,7 @@ module Aws::IoTSiteWise
999
1027
  :access_policy_permission,
1000
1028
  :client_token,
1001
1029
  :tags)
1030
+ SENSITIVE = []
1002
1031
  include Aws::Structure
1003
1032
  end
1004
1033
 
@@ -1019,6 +1048,7 @@ module Aws::IoTSiteWise
1019
1048
  class CreateAccessPolicyResponse < Struct.new(
1020
1049
  :access_policy_id,
1021
1050
  :access_policy_arn)
1051
+ SENSITIVE = []
1022
1052
  include Aws::Structure
1023
1053
  end
1024
1054
 
@@ -1145,6 +1175,7 @@ module Aws::IoTSiteWise
1145
1175
  :asset_model_hierarchies,
1146
1176
  :client_token,
1147
1177
  :tags)
1178
+ SENSITIVE = []
1148
1179
  include Aws::Structure
1149
1180
  end
1150
1181
 
@@ -1165,13 +1196,14 @@ module Aws::IoTSiteWise
1165
1196
  #
1166
1197
  # @!attribute [rw] asset_model_status
1167
1198
  # The status of the asset model, which contains a state (`CREATING`
1168
- # after successfully calling this action) and any error message.
1199
+ # after successfully calling this operation) and any error message.
1169
1200
  # @return [Types::AssetModelStatus]
1170
1201
  #
1171
1202
  class CreateAssetModelResponse < Struct.new(
1172
1203
  :asset_model_id,
1173
1204
  :asset_model_arn,
1174
1205
  :asset_model_status)
1206
+ SENSITIVE = []
1175
1207
  include Aws::Structure
1176
1208
  end
1177
1209
 
@@ -1219,6 +1251,7 @@ module Aws::IoTSiteWise
1219
1251
  :asset_model_id,
1220
1252
  :client_token,
1221
1253
  :tags)
1254
+ SENSITIVE = []
1222
1255
  include Aws::Structure
1223
1256
  end
1224
1257
 
@@ -1239,13 +1272,14 @@ module Aws::IoTSiteWise
1239
1272
  #
1240
1273
  # @!attribute [rw] asset_status
1241
1274
  # The status of the asset, which contains a state (`CREATING` after
1242
- # successfully calling this action) and any error message.
1275
+ # successfully calling this operation) and any error message.
1243
1276
  # @return [Types::AssetStatus]
1244
1277
  #
1245
1278
  class CreateAssetResponse < Struct.new(
1246
1279
  :asset_id,
1247
1280
  :asset_arn,
1248
1281
  :asset_status)
1282
+ SENSITIVE = []
1249
1283
  include Aws::Structure
1250
1284
  end
1251
1285
 
@@ -1311,6 +1345,7 @@ module Aws::IoTSiteWise
1311
1345
  :dashboard_definition,
1312
1346
  :client_token,
1313
1347
  :tags)
1348
+ SENSITIVE = []
1314
1349
  include Aws::Structure
1315
1350
  end
1316
1351
 
@@ -1331,6 +1366,7 @@ module Aws::IoTSiteWise
1331
1366
  class CreateDashboardResponse < Struct.new(
1332
1367
  :dashboard_id,
1333
1368
  :dashboard_arn)
1369
+ SENSITIVE = []
1334
1370
  include Aws::Structure
1335
1371
  end
1336
1372
 
@@ -1372,6 +1408,7 @@ module Aws::IoTSiteWise
1372
1408
  :gateway_name,
1373
1409
  :gateway_platform,
1374
1410
  :tags)
1411
+ SENSITIVE = []
1375
1412
  include Aws::Structure
1376
1413
  end
1377
1414
 
@@ -1393,6 +1430,7 @@ module Aws::IoTSiteWise
1393
1430
  class CreateGatewayResponse < Struct.new(
1394
1431
  :gateway_id,
1395
1432
  :gateway_arn)
1433
+ SENSITIVE = []
1396
1434
  include Aws::Structure
1397
1435
  end
1398
1436
 
@@ -1405,8 +1443,8 @@ module Aws::IoTSiteWise
1405
1443
  # portal_contact_email: "Email", # required
1406
1444
  # client_token: "ClientToken",
1407
1445
  # portal_logo_image_file: {
1408
- # encoded_string: "data", # required
1409
- # file_type: "PNG", # required, accepts PNG
1446
+ # data: "data", # required
1447
+ # type: "PNG", # required, accepts PNG
1410
1448
  # },
1411
1449
  # role_arn: "ARN", # required
1412
1450
  # tags: {
@@ -1470,6 +1508,7 @@ module Aws::IoTSiteWise
1470
1508
  :portal_logo_image_file,
1471
1509
  :role_arn,
1472
1510
  :tags)
1511
+ SENSITIVE = []
1473
1512
  include Aws::Structure
1474
1513
  end
1475
1514
 
@@ -1493,7 +1532,7 @@ module Aws::IoTSiteWise
1493
1532
  #
1494
1533
  # @!attribute [rw] portal_status
1495
1534
  # The status of the portal, which contains a state (`CREATING` after
1496
- # successfully calling this action) and any error message.
1535
+ # successfully calling this operation) and any error message.
1497
1536
  # @return [Types::PortalStatus]
1498
1537
  #
1499
1538
  # @!attribute [rw] sso_application_id
@@ -1506,6 +1545,7 @@ module Aws::IoTSiteWise
1506
1545
  :portal_start_url,
1507
1546
  :portal_status,
1508
1547
  :sso_application_id)
1548
+ SENSITIVE = []
1509
1549
  include Aws::Structure
1510
1550
  end
1511
1551
 
@@ -1559,6 +1599,7 @@ module Aws::IoTSiteWise
1559
1599
  :project_description,
1560
1600
  :client_token,
1561
1601
  :tags)
1602
+ SENSITIVE = []
1562
1603
  include Aws::Structure
1563
1604
  end
1564
1605
 
@@ -1579,6 +1620,7 @@ module Aws::IoTSiteWise
1579
1620
  class CreateProjectResponse < Struct.new(
1580
1621
  :project_id,
1581
1622
  :project_arn)
1623
+ SENSITIVE = []
1582
1624
  include Aws::Structure
1583
1625
  end
1584
1626
 
@@ -1610,6 +1652,7 @@ module Aws::IoTSiteWise
1610
1652
  :description,
1611
1653
  :creation_date,
1612
1654
  :last_update_date)
1655
+ SENSITIVE = []
1613
1656
  include Aws::Structure
1614
1657
  end
1615
1658
 
@@ -1637,6 +1680,7 @@ module Aws::IoTSiteWise
1637
1680
  class DeleteAccessPolicyRequest < Struct.new(
1638
1681
  :access_policy_id,
1639
1682
  :client_token)
1683
+ SENSITIVE = []
1640
1684
  include Aws::Structure
1641
1685
  end
1642
1686
 
@@ -1666,16 +1710,18 @@ module Aws::IoTSiteWise
1666
1710
  class DeleteAssetModelRequest < Struct.new(
1667
1711
  :asset_model_id,
1668
1712
  :client_token)
1713
+ SENSITIVE = []
1669
1714
  include Aws::Structure
1670
1715
  end
1671
1716
 
1672
1717
  # @!attribute [rw] asset_model_status
1673
1718
  # The status of the asset model, which contains a state (`DELETING`
1674
- # after successfully calling this action) and any error message.
1719
+ # after successfully calling this operation) and any error message.
1675
1720
  # @return [Types::AssetModelStatus]
1676
1721
  #
1677
1722
  class DeleteAssetModelResponse < Struct.new(
1678
1723
  :asset_model_status)
1724
+ SENSITIVE = []
1679
1725
  include Aws::Structure
1680
1726
  end
1681
1727
 
@@ -1703,16 +1749,18 @@ module Aws::IoTSiteWise
1703
1749
  class DeleteAssetRequest < Struct.new(
1704
1750
  :asset_id,
1705
1751
  :client_token)
1752
+ SENSITIVE = []
1706
1753
  include Aws::Structure
1707
1754
  end
1708
1755
 
1709
1756
  # @!attribute [rw] asset_status
1710
1757
  # The status of the asset, which contains a state (`DELETING` after
1711
- # successfully calling this action) and any error message.
1758
+ # successfully calling this operation) and any error message.
1712
1759
  # @return [Types::AssetStatus]
1713
1760
  #
1714
1761
  class DeleteAssetResponse < Struct.new(
1715
1762
  :asset_status)
1763
+ SENSITIVE = []
1716
1764
  include Aws::Structure
1717
1765
  end
1718
1766
 
@@ -1740,6 +1788,7 @@ module Aws::IoTSiteWise
1740
1788
  class DeleteDashboardRequest < Struct.new(
1741
1789
  :dashboard_id,
1742
1790
  :client_token)
1791
+ SENSITIVE = []
1743
1792
  include Aws::Structure
1744
1793
  end
1745
1794
 
@@ -1758,6 +1807,7 @@ module Aws::IoTSiteWise
1758
1807
  #
1759
1808
  class DeleteGatewayRequest < Struct.new(
1760
1809
  :gateway_id)
1810
+ SENSITIVE = []
1761
1811
  include Aws::Structure
1762
1812
  end
1763
1813
 
@@ -1785,16 +1835,18 @@ module Aws::IoTSiteWise
1785
1835
  class DeletePortalRequest < Struct.new(
1786
1836
  :portal_id,
1787
1837
  :client_token)
1838
+ SENSITIVE = []
1788
1839
  include Aws::Structure
1789
1840
  end
1790
1841
 
1791
1842
  # @!attribute [rw] portal_status
1792
1843
  # The status of the portal, which contains a state (`DELETING` after
1793
- # successfully calling this action) and any error message.
1844
+ # successfully calling this operation) and any error message.
1794
1845
  # @return [Types::PortalStatus]
1795
1846
  #
1796
1847
  class DeletePortalResponse < Struct.new(
1797
1848
  :portal_status)
1849
+ SENSITIVE = []
1798
1850
  include Aws::Structure
1799
1851
  end
1800
1852
 
@@ -1822,6 +1874,7 @@ module Aws::IoTSiteWise
1822
1874
  class DeleteProjectRequest < Struct.new(
1823
1875
  :project_id,
1824
1876
  :client_token)
1877
+ SENSITIVE = []
1825
1878
  include Aws::Structure
1826
1879
  end
1827
1880
 
@@ -1840,6 +1893,7 @@ module Aws::IoTSiteWise
1840
1893
  #
1841
1894
  class DescribeAccessPolicyRequest < Struct.new(
1842
1895
  :access_policy_id)
1896
+ SENSITIVE = []
1843
1897
  include Aws::Structure
1844
1898
  end
1845
1899
 
@@ -1888,6 +1942,7 @@ module Aws::IoTSiteWise
1888
1942
  :access_policy_permission,
1889
1943
  :access_policy_creation_date,
1890
1944
  :access_policy_last_update_date)
1945
+ SENSITIVE = []
1891
1946
  include Aws::Structure
1892
1947
  end
1893
1948
 
@@ -1904,6 +1959,7 @@ module Aws::IoTSiteWise
1904
1959
  #
1905
1960
  class DescribeAssetModelRequest < Struct.new(
1906
1961
  :asset_model_id)
1962
+ SENSITIVE = []
1907
1963
  include Aws::Structure
1908
1964
  end
1909
1965
 
@@ -1963,6 +2019,7 @@ module Aws::IoTSiteWise
1963
2019
  :asset_model_creation_date,
1964
2020
  :asset_model_last_update_date,
1965
2021
  :asset_model_status)
2022
+ SENSITIVE = []
1966
2023
  include Aws::Structure
1967
2024
  end
1968
2025
 
@@ -1985,6 +2042,7 @@ module Aws::IoTSiteWise
1985
2042
  class DescribeAssetPropertyRequest < Struct.new(
1986
2043
  :asset_id,
1987
2044
  :property_id)
2045
+ SENSITIVE = []
1988
2046
  include Aws::Structure
1989
2047
  end
1990
2048
 
@@ -2009,6 +2067,7 @@ module Aws::IoTSiteWise
2009
2067
  :asset_name,
2010
2068
  :asset_model_id,
2011
2069
  :asset_property)
2070
+ SENSITIVE = []
2012
2071
  include Aws::Structure
2013
2072
  end
2014
2073
 
@@ -2025,6 +2084,7 @@ module Aws::IoTSiteWise
2025
2084
  #
2026
2085
  class DescribeAssetRequest < Struct.new(
2027
2086
  :asset_id)
2087
+ SENSITIVE = []
2028
2088
  include Aws::Structure
2029
2089
  end
2030
2090
 
@@ -2082,6 +2142,7 @@ module Aws::IoTSiteWise
2082
2142
  :asset_creation_date,
2083
2143
  :asset_last_update_date,
2084
2144
  :asset_status)
2145
+ SENSITIVE = []
2085
2146
  include Aws::Structure
2086
2147
  end
2087
2148
 
@@ -2098,6 +2159,7 @@ module Aws::IoTSiteWise
2098
2159
  #
2099
2160
  class DescribeDashboardRequest < Struct.new(
2100
2161
  :dashboard_id)
2162
+ SENSITIVE = []
2101
2163
  include Aws::Structure
2102
2164
  end
2103
2165
 
@@ -2154,6 +2216,7 @@ module Aws::IoTSiteWise
2154
2216
  :dashboard_definition,
2155
2217
  :dashboard_creation_date,
2156
2218
  :dashboard_last_update_date)
2219
+ SENSITIVE = []
2157
2220
  include Aws::Structure
2158
2221
  end
2159
2222
 
@@ -2180,6 +2243,7 @@ module Aws::IoTSiteWise
2180
2243
  class DescribeGatewayCapabilityConfigurationRequest < Struct.new(
2181
2244
  :gateway_id,
2182
2245
  :capability_namespace)
2246
+ SENSITIVE = []
2183
2247
  include Aws::Structure
2184
2248
  end
2185
2249
 
@@ -2218,6 +2282,7 @@ module Aws::IoTSiteWise
2218
2282
  :capability_namespace,
2219
2283
  :capability_configuration,
2220
2284
  :capability_sync_status)
2285
+ SENSITIVE = []
2221
2286
  include Aws::Structure
2222
2287
  end
2223
2288
 
@@ -2234,6 +2299,7 @@ module Aws::IoTSiteWise
2234
2299
  #
2235
2300
  class DescribeGatewayRequest < Struct.new(
2236
2301
  :gateway_id)
2302
+ SENSITIVE = []
2237
2303
  include Aws::Structure
2238
2304
  end
2239
2305
 
@@ -2286,6 +2352,7 @@ module Aws::IoTSiteWise
2286
2352
  :gateway_capability_summaries,
2287
2353
  :creation_date,
2288
2354
  :last_update_date)
2355
+ SENSITIVE = []
2289
2356
  include Aws::Structure
2290
2357
  end
2291
2358
 
@@ -2299,6 +2366,7 @@ module Aws::IoTSiteWise
2299
2366
  #
2300
2367
  class DescribeLoggingOptionsResponse < Struct.new(
2301
2368
  :logging_options)
2369
+ SENSITIVE = []
2302
2370
  include Aws::Structure
2303
2371
  end
2304
2372
 
@@ -2315,6 +2383,7 @@ module Aws::IoTSiteWise
2315
2383
  #
2316
2384
  class DescribePortalRequest < Struct.new(
2317
2385
  :portal_id)
2386
+ SENSITIVE = []
2318
2387
  include Aws::Structure
2319
2388
  end
2320
2389
 
@@ -2367,9 +2436,9 @@ module Aws::IoTSiteWise
2367
2436
  # The date the portal was last updated, in Unix epoch time.
2368
2437
  # @return [Time]
2369
2438
  #
2370
- # @!attribute [rw] portal_logo_image
2371
- # The portal's logo image.
2372
- # @return [Types::Image]
2439
+ # @!attribute [rw] portal_logo_image_location
2440
+ # The portal's logo image, which is available at a URL.
2441
+ # @return [Types::ImageLocation]
2373
2442
  #
2374
2443
  # @!attribute [rw] role_arn
2375
2444
  # The [ARN][1] of the service role that allows the portal's users to
@@ -2394,8 +2463,9 @@ module Aws::IoTSiteWise
2394
2463
  :portal_status,
2395
2464
  :portal_creation_date,
2396
2465
  :portal_last_update_date,
2397
- :portal_logo_image,
2466
+ :portal_logo_image_location,
2398
2467
  :role_arn)
2468
+ SENSITIVE = []
2399
2469
  include Aws::Structure
2400
2470
  end
2401
2471
 
@@ -2412,6 +2482,7 @@ module Aws::IoTSiteWise
2412
2482
  #
2413
2483
  class DescribeProjectRequest < Struct.new(
2414
2484
  :project_id)
2485
+ SENSITIVE = []
2415
2486
  include Aws::Structure
2416
2487
  end
2417
2488
 
@@ -2457,6 +2528,7 @@ module Aws::IoTSiteWise
2457
2528
  :project_description,
2458
2529
  :project_creation_date,
2459
2530
  :project_last_update_date)
2531
+ SENSITIVE = []
2460
2532
  include Aws::Structure
2461
2533
  end
2462
2534
 
@@ -2505,6 +2577,7 @@ module Aws::IoTSiteWise
2505
2577
  :hierarchy_id,
2506
2578
  :child_asset_id,
2507
2579
  :client_token)
2580
+ SENSITIVE = []
2508
2581
  include Aws::Structure
2509
2582
  end
2510
2583
 
@@ -2521,6 +2594,7 @@ module Aws::IoTSiteWise
2521
2594
  class ErrorDetails < Struct.new(
2522
2595
  :code,
2523
2596
  :message)
2597
+ SENSITIVE = []
2524
2598
  include Aws::Structure
2525
2599
  end
2526
2600
 
@@ -2549,6 +2623,7 @@ module Aws::IoTSiteWise
2549
2623
  class ExpressionVariable < Struct.new(
2550
2624
  :name,
2551
2625
  :value)
2626
+ SENSITIVE = []
2552
2627
  include Aws::Structure
2553
2628
  end
2554
2629
 
@@ -2577,6 +2652,7 @@ module Aws::IoTSiteWise
2577
2652
  class GatewayCapabilitySummary < Struct.new(
2578
2653
  :capability_namespace,
2579
2654
  :capability_sync_status)
2655
+ SENSITIVE = []
2580
2656
  include Aws::Structure
2581
2657
  end
2582
2658
 
@@ -2597,6 +2673,7 @@ module Aws::IoTSiteWise
2597
2673
  #
2598
2674
  class GatewayPlatform < Struct.new(
2599
2675
  :greengrass)
2676
+ SENSITIVE = []
2600
2677
  include Aws::Structure
2601
2678
  end
2602
2679
 
@@ -2635,6 +2712,7 @@ module Aws::IoTSiteWise
2635
2712
  :gateway_capability_summaries,
2636
2713
  :creation_date,
2637
2714
  :last_update_date)
2715
+ SENSITIVE = []
2638
2716
  include Aws::Structure
2639
2717
  end
2640
2718
 
@@ -2645,7 +2723,7 @@ module Aws::IoTSiteWise
2645
2723
  # asset_id: "ID",
2646
2724
  # property_id: "ID",
2647
2725
  # property_alias: "AssetPropertyAlias",
2648
- # aggregate_types: ["AVERAGE"], # required, accepts AVERAGE, COUNT, MAXIMUM, MINIMUM, SUM
2726
+ # aggregate_types: ["AVERAGE"], # required, accepts AVERAGE, COUNT, MAXIMUM, MINIMUM, SUM, STANDARD_DEVIATION
2649
2727
  # resolution: "Resolution", # required
2650
2728
  # qualities: ["GOOD"], # accepts GOOD, BAD, UNCERTAIN
2651
2729
  # start_date: Time.now, # required
@@ -2721,6 +2799,7 @@ module Aws::IoTSiteWise
2721
2799
  :time_ordering,
2722
2800
  :next_token,
2723
2801
  :max_results)
2802
+ SENSITIVE = []
2724
2803
  include Aws::Structure
2725
2804
  end
2726
2805
 
@@ -2736,6 +2815,7 @@ module Aws::IoTSiteWise
2736
2815
  class GetAssetPropertyAggregatesResponse < Struct.new(
2737
2816
  :aggregated_values,
2738
2817
  :next_token)
2818
+ SENSITIVE = []
2739
2819
  include Aws::Structure
2740
2820
  end
2741
2821
 
@@ -2810,6 +2890,7 @@ module Aws::IoTSiteWise
2810
2890
  :time_ordering,
2811
2891
  :next_token,
2812
2892
  :max_results)
2893
+ SENSITIVE = []
2813
2894
  include Aws::Structure
2814
2895
  end
2815
2896
 
@@ -2825,6 +2906,7 @@ module Aws::IoTSiteWise
2825
2906
  class GetAssetPropertyValueHistoryResponse < Struct.new(
2826
2907
  :asset_property_value_history,
2827
2908
  :next_token)
2909
+ SENSITIVE = []
2828
2910
  include Aws::Structure
2829
2911
  end
2830
2912
 
@@ -2861,6 +2943,7 @@ module Aws::IoTSiteWise
2861
2943
  :asset_id,
2862
2944
  :property_id,
2863
2945
  :property_alias)
2946
+ SENSITIVE = []
2864
2947
  include Aws::Structure
2865
2948
  end
2866
2949
 
@@ -2870,6 +2953,7 @@ module Aws::IoTSiteWise
2870
2953
  #
2871
2954
  class GetAssetPropertyValueResponse < Struct.new(
2872
2955
  :property_value)
2956
+ SENSITIVE = []
2873
2957
  include Aws::Structure
2874
2958
  end
2875
2959
 
@@ -2905,6 +2989,7 @@ module Aws::IoTSiteWise
2905
2989
  #
2906
2990
  class Greengrass < Struct.new(
2907
2991
  :group_arn)
2992
+ SENSITIVE = []
2908
2993
  include Aws::Structure
2909
2994
  end
2910
2995
 
@@ -2923,6 +3008,7 @@ module Aws::IoTSiteWise
2923
3008
  #
2924
3009
  class GroupIdentity < Struct.new(
2925
3010
  :id)
3011
+ SENSITIVE = []
2926
3012
  include Aws::Structure
2927
3013
  end
2928
3014
 
@@ -2961,23 +3047,41 @@ module Aws::IoTSiteWise
2961
3047
  class Identity < Struct.new(
2962
3048
  :user,
2963
3049
  :group)
3050
+ SENSITIVE = []
2964
3051
  include Aws::Structure
2965
3052
  end
2966
3053
 
2967
- # Contains an image that is available at a URL.
3054
+ # Contains an image that is one of the following:
3055
+ #
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.
2968
3060
  #
2969
- # @!attribute [rw] location_url
2970
- # A URL at which the image is available. The URL is valid for 15
2971
- # minutes for you to view and download the image.
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.
2972
3075
  # @return [String]
2973
3076
  #
2974
- # @!attribute [rw] last_update_date
2975
- # The date the image was last updated, in Unix epoch time.
2976
- # @return [Time]
3077
+ # @!attribute [rw] file
3078
+ # Contains an image file.
3079
+ # @return [Types::ImageFile]
2977
3080
  #
2978
3081
  class Image < Struct.new(
2979
- :location_url,
2980
- :last_update_date)
3082
+ :id,
3083
+ :file)
3084
+ SENSITIVE = []
2981
3085
  include Aws::Structure
2982
3086
  end
2983
3087
 
@@ -2987,22 +3091,42 @@ module Aws::IoTSiteWise
2987
3091
  # data as a hash:
2988
3092
  #
2989
3093
  # {
2990
- # encoded_string: "data", # required
2991
- # file_type: "PNG", # required, accepts PNG
3094
+ # data: "data", # required
3095
+ # type: "PNG", # required, accepts PNG
2992
3096
  # }
2993
3097
  #
2994
- # @!attribute [rw] encoded_string
3098
+ # @!attribute [rw] data
2995
3099
  # The image file contents, represented as a base64-encoded string. The
2996
3100
  # file size must be less than 1 MB.
2997
3101
  # @return [String]
2998
3102
  #
2999
- # @!attribute [rw] file_type
3103
+ # @!attribute [rw] type
3000
3104
  # The file type of the image.
3001
3105
  # @return [String]
3002
3106
  #
3003
3107
  class ImageFile < Struct.new(
3004
- :encoded_string,
3005
- :file_type)
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 = []
3006
3130
  include Aws::Structure
3007
3131
  end
3008
3132
 
@@ -3014,6 +3138,7 @@ module Aws::IoTSiteWise
3014
3138
  #
3015
3139
  class InternalFailureException < Struct.new(
3016
3140
  :message)
3141
+ SENSITIVE = []
3017
3142
  include Aws::Structure
3018
3143
  end
3019
3144
 
@@ -3026,6 +3151,7 @@ module Aws::IoTSiteWise
3026
3151
  #
3027
3152
  class InvalidRequestException < Struct.new(
3028
3153
  :message)
3154
+ SENSITIVE = []
3029
3155
  include Aws::Structure
3030
3156
  end
3031
3157
 
@@ -3046,6 +3172,7 @@ module Aws::IoTSiteWise
3046
3172
  #
3047
3173
  class LimitExceededException < Struct.new(
3048
3174
  :message)
3175
+ SENSITIVE = []
3049
3176
  include Aws::Structure
3050
3177
  end
3051
3178
 
@@ -3062,19 +3189,23 @@ module Aws::IoTSiteWise
3062
3189
  # }
3063
3190
  #
3064
3191
  # @!attribute [rw] identity_type
3065
- # The type of identity (user or group).
3192
+ # The type of identity (user or group). This parameter is required if
3193
+ # you specify `identityId`.
3066
3194
  # @return [String]
3067
3195
  #
3068
3196
  # @!attribute [rw] identity_id
3069
- # The ID of the identity.
3197
+ # The ID of the identity. This parameter is required if you specify
3198
+ # `identityType`.
3070
3199
  # @return [String]
3071
3200
  #
3072
3201
  # @!attribute [rw] resource_type
3073
- # The type of resource (portal or project).
3202
+ # The type of resource (portal or project). This parameter is required
3203
+ # if you specify `resourceId`.
3074
3204
  # @return [String]
3075
3205
  #
3076
3206
  # @!attribute [rw] resource_id
3077
- # The ID of the resource.
3207
+ # The ID of the resource. This parameter is required if you specify
3208
+ # `resourceType`.
3078
3209
  # @return [String]
3079
3210
  #
3080
3211
  # @!attribute [rw] next_token
@@ -3092,6 +3223,7 @@ module Aws::IoTSiteWise
3092
3223
  :resource_id,
3093
3224
  :next_token,
3094
3225
  :max_results)
3226
+ SENSITIVE = []
3095
3227
  include Aws::Structure
3096
3228
  end
3097
3229
 
@@ -3107,6 +3239,7 @@ module Aws::IoTSiteWise
3107
3239
  class ListAccessPoliciesResponse < Struct.new(
3108
3240
  :access_policy_summaries,
3109
3241
  :next_token)
3242
+ SENSITIVE = []
3110
3243
  include Aws::Structure
3111
3244
  end
3112
3245
 
@@ -3129,6 +3262,7 @@ module Aws::IoTSiteWise
3129
3262
  class ListAssetModelsRequest < Struct.new(
3130
3263
  :next_token,
3131
3264
  :max_results)
3265
+ SENSITIVE = []
3132
3266
  include Aws::Structure
3133
3267
  end
3134
3268
 
@@ -3144,6 +3278,7 @@ module Aws::IoTSiteWise
3144
3278
  class ListAssetModelsResponse < Struct.new(
3145
3279
  :asset_model_summaries,
3146
3280
  :next_token)
3281
+ SENSITIVE = []
3147
3282
  include Aws::Structure
3148
3283
  end
3149
3284
 
@@ -3167,11 +3302,18 @@ module Aws::IoTSiteWise
3167
3302
  #
3168
3303
  # @!attribute [rw] asset_model_id
3169
3304
  # The ID of the asset model by which to filter the list of assets.
3170
- # Omit the `assetModelId` to list all assets (of all models).
3305
+ # This parameter is required if you choose `ALL` for `filter`.
3171
3306
  # @return [String]
3172
3307
  #
3173
3308
  # @!attribute [rw] filter
3174
- # The hierarchy level by which to filter the requested list of assets.
3309
+ # The filter for the requested list of assets. Choose one of the
3310
+ # following options. Defaults to `ALL`.
3311
+ #
3312
+ # * `ALL` – The list includes all assets for a given asset model ID.
3313
+ # The `assetModelId` parameter is required if you filter by `ALL`.
3314
+ #
3315
+ # * `TOP_LEVEL` – The list includes only top-level assets in the asset
3316
+ # hierarchy tree.
3175
3317
  # @return [String]
3176
3318
  #
3177
3319
  class ListAssetsRequest < Struct.new(
@@ -3179,6 +3321,7 @@ module Aws::IoTSiteWise
3179
3321
  :max_results,
3180
3322
  :asset_model_id,
3181
3323
  :filter)
3324
+ SENSITIVE = []
3182
3325
  include Aws::Structure
3183
3326
  end
3184
3327
 
@@ -3194,6 +3337,7 @@ module Aws::IoTSiteWise
3194
3337
  class ListAssetsResponse < Struct.new(
3195
3338
  :asset_summaries,
3196
3339
  :next_token)
3340
+ SENSITIVE = []
3197
3341
  include Aws::Structure
3198
3342
  end
3199
3343
 
@@ -3239,6 +3383,7 @@ module Aws::IoTSiteWise
3239
3383
  :hierarchy_id,
3240
3384
  :next_token,
3241
3385
  :max_results)
3386
+ SENSITIVE = []
3242
3387
  include Aws::Structure
3243
3388
  end
3244
3389
 
@@ -3254,6 +3399,7 @@ module Aws::IoTSiteWise
3254
3399
  class ListAssociatedAssetsResponse < Struct.new(
3255
3400
  :asset_summaries,
3256
3401
  :next_token)
3402
+ SENSITIVE = []
3257
3403
  include Aws::Structure
3258
3404
  end
3259
3405
 
@@ -3282,6 +3428,7 @@ module Aws::IoTSiteWise
3282
3428
  :project_id,
3283
3429
  :next_token,
3284
3430
  :max_results)
3431
+ SENSITIVE = []
3285
3432
  include Aws::Structure
3286
3433
  end
3287
3434
 
@@ -3297,6 +3444,7 @@ module Aws::IoTSiteWise
3297
3444
  class ListDashboardsResponse < Struct.new(
3298
3445
  :dashboard_summaries,
3299
3446
  :next_token)
3447
+ SENSITIVE = []
3300
3448
  include Aws::Structure
3301
3449
  end
3302
3450
 
@@ -3319,6 +3467,7 @@ module Aws::IoTSiteWise
3319
3467
  class ListGatewaysRequest < Struct.new(
3320
3468
  :next_token,
3321
3469
  :max_results)
3470
+ SENSITIVE = []
3322
3471
  include Aws::Structure
3323
3472
  end
3324
3473
 
@@ -3334,6 +3483,7 @@ module Aws::IoTSiteWise
3334
3483
  class ListGatewaysResponse < Struct.new(
3335
3484
  :gateway_summaries,
3336
3485
  :next_token)
3486
+ SENSITIVE = []
3337
3487
  include Aws::Structure
3338
3488
  end
3339
3489
 
@@ -3356,6 +3506,7 @@ module Aws::IoTSiteWise
3356
3506
  class ListPortalsRequest < Struct.new(
3357
3507
  :next_token,
3358
3508
  :max_results)
3509
+ SENSITIVE = []
3359
3510
  include Aws::Structure
3360
3511
  end
3361
3512
 
@@ -3371,6 +3522,7 @@ module Aws::IoTSiteWise
3371
3522
  class ListPortalsResponse < Struct.new(
3372
3523
  :portal_summaries,
3373
3524
  :next_token)
3525
+ SENSITIVE = []
3374
3526
  include Aws::Structure
3375
3527
  end
3376
3528
 
@@ -3399,6 +3551,7 @@ module Aws::IoTSiteWise
3399
3551
  :project_id,
3400
3552
  :next_token,
3401
3553
  :max_results)
3554
+ SENSITIVE = []
3402
3555
  include Aws::Structure
3403
3556
  end
3404
3557
 
@@ -3415,6 +3568,7 @@ module Aws::IoTSiteWise
3415
3568
  class ListProjectAssetsResponse < Struct.new(
3416
3569
  :asset_ids,
3417
3570
  :next_token)
3571
+ SENSITIVE = []
3418
3572
  include Aws::Structure
3419
3573
  end
3420
3574
 
@@ -3443,6 +3597,7 @@ module Aws::IoTSiteWise
3443
3597
  :portal_id,
3444
3598
  :next_token,
3445
3599
  :max_results)
3600
+ SENSITIVE = []
3446
3601
  include Aws::Structure
3447
3602
  end
3448
3603
 
@@ -3458,6 +3613,7 @@ module Aws::IoTSiteWise
3458
3613
  class ListProjectsResponse < Struct.new(
3459
3614
  :project_summaries,
3460
3615
  :next_token)
3616
+ SENSITIVE = []
3461
3617
  include Aws::Structure
3462
3618
  end
3463
3619
 
@@ -3478,6 +3634,7 @@ module Aws::IoTSiteWise
3478
3634
  #
3479
3635
  class ListTagsForResourceRequest < Struct.new(
3480
3636
  :resource_arn)
3637
+ SENSITIVE = []
3481
3638
  include Aws::Structure
3482
3639
  end
3483
3640
 
@@ -3493,6 +3650,7 @@ module Aws::IoTSiteWise
3493
3650
  #
3494
3651
  class ListTagsForResourceResponse < Struct.new(
3495
3652
  :tags)
3653
+ SENSITIVE = []
3496
3654
  include Aws::Structure
3497
3655
  end
3498
3656
 
@@ -3511,6 +3669,7 @@ module Aws::IoTSiteWise
3511
3669
  #
3512
3670
  class LoggingOptions < Struct.new(
3513
3671
  :level)
3672
+ SENSITIVE = []
3514
3673
  include Aws::Structure
3515
3674
  end
3516
3675
 
@@ -3592,6 +3751,7 @@ module Aws::IoTSiteWise
3592
3751
  :expression,
3593
3752
  :variables,
3594
3753
  :window)
3754
+ SENSITIVE = []
3595
3755
  include Aws::Structure
3596
3756
  end
3597
3757
 
@@ -3613,6 +3773,7 @@ module Aws::IoTSiteWise
3613
3773
  #
3614
3774
  class MetricWindow < Struct.new(
3615
3775
  :tumbling)
3776
+ SENSITIVE = []
3616
3777
  include Aws::Structure
3617
3778
  end
3618
3779
 
@@ -3629,6 +3790,7 @@ module Aws::IoTSiteWise
3629
3790
  class MonitorErrorDetails < Struct.new(
3630
3791
  :code,
3631
3792
  :message)
3793
+ SENSITIVE = []
3632
3794
  include Aws::Structure
3633
3795
  end
3634
3796
 
@@ -3647,6 +3809,7 @@ module Aws::IoTSiteWise
3647
3809
  #
3648
3810
  class PortalResource < Struct.new(
3649
3811
  :id)
3812
+ SENSITIVE = []
3650
3813
  include Aws::Structure
3651
3814
  end
3652
3815
 
@@ -3663,6 +3826,7 @@ module Aws::IoTSiteWise
3663
3826
  class PortalStatus < Struct.new(
3664
3827
  :state,
3665
3828
  :error)
3829
+ SENSITIVE = []
3666
3830
  include Aws::Structure
3667
3831
  end
3668
3832
 
@@ -3713,6 +3877,7 @@ module Aws::IoTSiteWise
3713
3877
  :creation_date,
3714
3878
  :last_update_date,
3715
3879
  :role_arn)
3880
+ SENSITIVE = []
3716
3881
  include Aws::Structure
3717
3882
  end
3718
3883
 
@@ -3731,6 +3896,7 @@ module Aws::IoTSiteWise
3731
3896
  #
3732
3897
  class ProjectResource < Struct.new(
3733
3898
  :id)
3899
+ SENSITIVE = []
3734
3900
  include Aws::Structure
3735
3901
  end
3736
3902
 
@@ -3762,6 +3928,7 @@ module Aws::IoTSiteWise
3762
3928
  :description,
3763
3929
  :creation_date,
3764
3930
  :last_update_date)
3931
+ SENSITIVE = []
3765
3932
  include Aws::Structure
3766
3933
  end
3767
3934
 
@@ -3817,6 +3984,7 @@ module Aws::IoTSiteWise
3817
3984
  :data_type,
3818
3985
  :unit,
3819
3986
  :type)
3987
+ SENSITIVE = []
3820
3988
  include Aws::Structure
3821
3989
  end
3822
3990
 
@@ -3842,6 +4010,7 @@ module Aws::IoTSiteWise
3842
4010
  class PropertyNotification < Struct.new(
3843
4011
  :topic,
3844
4012
  :state)
4013
+ SENSITIVE = []
3845
4014
  include Aws::Structure
3846
4015
  end
3847
4016
 
@@ -3923,6 +4092,7 @@ module Aws::IoTSiteWise
3923
4092
  :measurement,
3924
4093
  :transform,
3925
4094
  :metric)
4095
+ SENSITIVE = []
3926
4096
  include Aws::Structure
3927
4097
  end
3928
4098
 
@@ -3986,13 +4156,6 @@ module Aws::IoTSiteWise
3986
4156
  # @!attribute [rw] property_values
3987
4157
  # The list of property values to upload. You can specify up to 10
3988
4158
  # `propertyValues` array elements.
3989
- #
3990
- # For more information, see [Quotas][1] in the *AWS IoT SiteWise User
3991
- # Guide*.
3992
- #
3993
- #
3994
- #
3995
- # [1]: https://docs.aws.amazon.com/iot-sitewise/latest/userguide/quotas.html
3996
4159
  # @return [Array<Types::AssetPropertyValue>]
3997
4160
  #
3998
4161
  class PutAssetPropertyValueEntry < Struct.new(
@@ -4001,6 +4164,7 @@ module Aws::IoTSiteWise
4001
4164
  :property_id,
4002
4165
  :property_alias,
4003
4166
  :property_values)
4167
+ SENSITIVE = []
4004
4168
  include Aws::Structure
4005
4169
  end
4006
4170
 
@@ -4019,6 +4183,7 @@ module Aws::IoTSiteWise
4019
4183
  #
4020
4184
  class PutLoggingOptionsRequest < Struct.new(
4021
4185
  :logging_options)
4186
+ SENSITIVE = []
4022
4187
  include Aws::Structure
4023
4188
  end
4024
4189
 
@@ -4050,6 +4215,7 @@ module Aws::IoTSiteWise
4050
4215
  class Resource < Struct.new(
4051
4216
  :portal,
4052
4217
  :project)
4218
+ SENSITIVE = []
4053
4219
  include Aws::Structure
4054
4220
  end
4055
4221
 
@@ -4070,6 +4236,7 @@ module Aws::IoTSiteWise
4070
4236
  :message,
4071
4237
  :resource_id,
4072
4238
  :resource_arn)
4239
+ SENSITIVE = []
4073
4240
  include Aws::Structure
4074
4241
  end
4075
4242
 
@@ -4080,6 +4247,7 @@ module Aws::IoTSiteWise
4080
4247
  #
4081
4248
  class ResourceNotFoundException < Struct.new(
4082
4249
  :message)
4250
+ SENSITIVE = []
4083
4251
  include Aws::Structure
4084
4252
  end
4085
4253
 
@@ -4090,6 +4258,7 @@ module Aws::IoTSiteWise
4090
4258
  #
4091
4259
  class ServiceUnavailableException < Struct.new(
4092
4260
  :message)
4261
+ SENSITIVE = []
4093
4262
  include Aws::Structure
4094
4263
  end
4095
4264
 
@@ -4124,6 +4293,7 @@ module Aws::IoTSiteWise
4124
4293
  class TagResourceRequest < Struct.new(
4125
4294
  :resource_arn,
4126
4295
  :tags)
4296
+ SENSITIVE = []
4127
4297
  include Aws::Structure
4128
4298
  end
4129
4299
 
@@ -4145,6 +4315,7 @@ module Aws::IoTSiteWise
4145
4315
  #
4146
4316
  class ThrottlingException < Struct.new(
4147
4317
  :message)
4318
+ SENSITIVE = []
4148
4319
  include Aws::Structure
4149
4320
  end
4150
4321
 
@@ -4170,6 +4341,7 @@ module Aws::IoTSiteWise
4170
4341
  class TimeInNanos < Struct.new(
4171
4342
  :time_in_seconds,
4172
4343
  :offset_in_nanos)
4344
+ SENSITIVE = []
4173
4345
  include Aws::Structure
4174
4346
  end
4175
4347
 
@@ -4191,6 +4363,7 @@ module Aws::IoTSiteWise
4191
4363
  class TooManyTagsException < Struct.new(
4192
4364
  :message,
4193
4365
  :resource_name)
4366
+ SENSITIVE = []
4194
4367
  include Aws::Structure
4195
4368
  end
4196
4369
 
@@ -4245,6 +4418,7 @@ module Aws::IoTSiteWise
4245
4418
  class Transform < Struct.new(
4246
4419
  :expression,
4247
4420
  :variables)
4421
+ SENSITIVE = []
4248
4422
  include Aws::Structure
4249
4423
  end
4250
4424
 
@@ -4275,6 +4449,7 @@ module Aws::IoTSiteWise
4275
4449
  #
4276
4450
  class TumblingWindow < Struct.new(
4277
4451
  :interval)
4452
+ SENSITIVE = []
4278
4453
  include Aws::Structure
4279
4454
  end
4280
4455
 
@@ -4301,6 +4476,7 @@ module Aws::IoTSiteWise
4301
4476
  class UntagResourceRequest < Struct.new(
4302
4477
  :resource_arn,
4303
4478
  :tag_keys)
4479
+ SENSITIVE = []
4304
4480
  include Aws::Structure
4305
4481
  end
4306
4482
 
@@ -4365,6 +4541,7 @@ module Aws::IoTSiteWise
4365
4541
  :access_policy_resource,
4366
4542
  :access_policy_permission,
4367
4543
  :client_token)
4544
+ SENSITIVE = []
4368
4545
  include Aws::Structure
4369
4546
  end
4370
4547
 
@@ -4488,16 +4665,18 @@ module Aws::IoTSiteWise
4488
4665
  :asset_model_properties,
4489
4666
  :asset_model_hierarchies,
4490
4667
  :client_token)
4668
+ SENSITIVE = []
4491
4669
  include Aws::Structure
4492
4670
  end
4493
4671
 
4494
4672
  # @!attribute [rw] asset_model_status
4495
4673
  # The status of the asset model, which contains a state (`UPDATING`
4496
- # after successfully calling this action) and any error message.
4674
+ # after successfully calling this operation) and any error message.
4497
4675
  # @return [Types::AssetModelStatus]
4498
4676
  #
4499
4677
  class UpdateAssetModelResponse < Struct.new(
4500
4678
  :asset_model_status)
4679
+ SENSITIVE = []
4501
4680
  include Aws::Structure
4502
4681
  end
4503
4682
 
@@ -4527,17 +4706,22 @@ module Aws::IoTSiteWise
4527
4706
  # see [Mapping Industrial Data Streams to Asset Properties][1] in the
4528
4707
  # *AWS IoT SiteWise User Guide*.
4529
4708
  #
4709
+ # If you omit this parameter, the alias is removed from the property.
4710
+ #
4530
4711
  #
4531
4712
  #
4532
4713
  # [1]: https://docs.aws.amazon.com/iot-sitewise/latest/userguide/connect-data-streams.html
4533
4714
  # @return [String]
4534
4715
  #
4535
4716
  # @!attribute [rw] property_notification_state
4536
- # The updated MQTT notification state (enabled or disabled) for this
4537
- # asset property. When the notification state is enabled, AWS IoT
4538
- # SiteWise publishes property value updates to a unique MQTT topic.
4539
- # For more information, see [Interacting with Other Services][1] in
4540
- # the *AWS IoT SiteWise User Guide*.
4717
+ # The MQTT notification state (enabled or disabled) for this asset
4718
+ # property. When the notification state is enabled, AWS IoT SiteWise
4719
+ # publishes property value updates to a unique MQTT topic. For more
4720
+ # information, see [Interacting with Other Services][1] in the *AWS
4721
+ # IoT SiteWise User Guide*.
4722
+ #
4723
+ # If you omit this parameter, the notification state is set to
4724
+ # `DISABLED`.
4541
4725
  #
4542
4726
  #
4543
4727
  #
@@ -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 action) and any error message.
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
- # portal_logo_image_file: {
4756
- # encoded_string: "data", # required
4757
- # file_type: "PNG", # required, accepts PNG
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] portal_logo_image_file
4780
- # A logo image to display in the portal. Upload a square,
4781
- # high-resolution image. The image is displayed on a dark background.
4782
- # @return [Types::ImageFile]
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
- :portal_logo_image_file,
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 action) and any error message.
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