aws-sdk-iotsitewise 1.47.0 → 1.48.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -123,14 +123,6 @@ module Aws::IoTSiteWise
123
123
  #
124
124
  # [1]: https://docs.aws.amazon.com/iot-sitewise/latest/appguide/monitor-alarms.html
125
125
  #
126
- # @note When making an API call, you may pass Alarms
127
- # data as a hash:
128
- #
129
- # {
130
- # alarm_role_arn: "ARN", # required
131
- # notification_lambda_arn: "ARN",
132
- # }
133
- #
134
126
  # @!attribute [rw] alarm_role_arn
135
127
  # The [ARN][1] of the IAM role that allows the alarm to perform
136
128
  # actions and access Amazon Web Services resources and services, such
@@ -262,76 +254,6 @@ module Aws::IoTSiteWise
262
254
  # object contains the asset property definitions that you define in the
263
255
  # composite model.
264
256
  #
265
- # @note When making an API call, you may pass AssetModelCompositeModel
266
- # data as a hash:
267
- #
268
- # {
269
- # name: "Name", # required
270
- # description: "Description",
271
- # type: "Name", # required
272
- # properties: [
273
- # {
274
- # id: "ID",
275
- # name: "Name", # required
276
- # data_type: "STRING", # required, accepts STRING, INTEGER, DOUBLE, BOOLEAN, STRUCT
277
- # data_type_spec: "Name",
278
- # unit: "PropertyUnit",
279
- # type: { # required
280
- # attribute: {
281
- # default_value: "DefaultValue",
282
- # },
283
- # measurement: {
284
- # processing_config: {
285
- # forwarding_config: { # required
286
- # state: "DISABLED", # required, accepts DISABLED, ENABLED
287
- # },
288
- # },
289
- # },
290
- # transform: {
291
- # expression: "Expression", # required
292
- # variables: [ # required
293
- # {
294
- # name: "VariableName", # required
295
- # value: { # required
296
- # property_id: "Macro", # required
297
- # hierarchy_id: "Macro",
298
- # },
299
- # },
300
- # ],
301
- # processing_config: {
302
- # compute_location: "EDGE", # required, accepts EDGE, CLOUD
303
- # forwarding_config: {
304
- # state: "DISABLED", # required, accepts DISABLED, ENABLED
305
- # },
306
- # },
307
- # },
308
- # metric: {
309
- # expression: "Expression", # required
310
- # variables: [ # required
311
- # {
312
- # name: "VariableName", # required
313
- # value: { # required
314
- # property_id: "Macro", # required
315
- # hierarchy_id: "Macro",
316
- # },
317
- # },
318
- # ],
319
- # window: { # required
320
- # tumbling: {
321
- # interval: "Interval", # required
322
- # offset: "Offset",
323
- # },
324
- # },
325
- # processing_config: {
326
- # compute_location: "EDGE", # required, accepts EDGE, CLOUD
327
- # },
328
- # },
329
- # },
330
- # },
331
- # ],
332
- # id: "ID",
333
- # }
334
- #
335
257
  # @!attribute [rw] name
336
258
  # The name of the composite model.
337
259
  # @return [String]
@@ -367,74 +289,6 @@ module Aws::IoTSiteWise
367
289
  # composite model definition is applied to all assets created from the
368
290
  # asset model.
369
291
  #
370
- # @note When making an API call, you may pass AssetModelCompositeModelDefinition
371
- # data as a hash:
372
- #
373
- # {
374
- # name: "Name", # required
375
- # description: "Description",
376
- # type: "Name", # required
377
- # properties: [
378
- # {
379
- # name: "Name", # required
380
- # data_type: "STRING", # required, accepts STRING, INTEGER, DOUBLE, BOOLEAN, STRUCT
381
- # data_type_spec: "Name",
382
- # unit: "PropertyUnit",
383
- # type: { # required
384
- # attribute: {
385
- # default_value: "DefaultValue",
386
- # },
387
- # measurement: {
388
- # processing_config: {
389
- # forwarding_config: { # required
390
- # state: "DISABLED", # required, accepts DISABLED, ENABLED
391
- # },
392
- # },
393
- # },
394
- # transform: {
395
- # expression: "Expression", # required
396
- # variables: [ # required
397
- # {
398
- # name: "VariableName", # required
399
- # value: { # required
400
- # property_id: "Macro", # required
401
- # hierarchy_id: "Macro",
402
- # },
403
- # },
404
- # ],
405
- # processing_config: {
406
- # compute_location: "EDGE", # required, accepts EDGE, CLOUD
407
- # forwarding_config: {
408
- # state: "DISABLED", # required, accepts DISABLED, ENABLED
409
- # },
410
- # },
411
- # },
412
- # metric: {
413
- # expression: "Expression", # required
414
- # variables: [ # required
415
- # {
416
- # name: "VariableName", # required
417
- # value: { # required
418
- # property_id: "Macro", # required
419
- # hierarchy_id: "Macro",
420
- # },
421
- # },
422
- # ],
423
- # window: { # required
424
- # tumbling: {
425
- # interval: "Interval", # required
426
- # offset: "Offset",
427
- # },
428
- # },
429
- # processing_config: {
430
- # compute_location: "EDGE", # required, accepts EDGE, CLOUD
431
- # },
432
- # },
433
- # },
434
- # },
435
- # ],
436
- # }
437
- #
438
292
  # @!attribute [rw] name
439
293
  # The name of the composite model.
440
294
  # @return [String]
@@ -465,15 +319,6 @@ module Aws::IoTSiteWise
465
319
  # and child asset model ID that specifies the type of asset that can be
466
320
  # in this hierarchy.
467
321
  #
468
- # @note When making an API call, you may pass AssetModelHierarchy
469
- # data as a hash:
470
- #
471
- # {
472
- # id: "ID",
473
- # name: "Name", # required
474
- # child_asset_model_id: "ID", # required
475
- # }
476
- #
477
322
  # @!attribute [rw] id
478
323
  # The ID of the asset model hierarchy. This ID is a `hierarchyId`.
479
324
  # @return [String]
@@ -505,14 +350,6 @@ module Aws::IoTSiteWise
505
350
  # asset model hierarchy determines the kind (or type) of asset that can
506
351
  # belong to a hierarchy.
507
352
  #
508
- # @note When making an API call, you may pass AssetModelHierarchyDefinition
509
- # data as a hash:
510
- #
511
- # {
512
- # name: "Name", # required
513
- # child_asset_model_id: "ID", # required
514
- # }
515
- #
516
353
  # @!attribute [rw] name
517
354
  # The name of the asset model hierarchy definition (as specified in
518
355
  # the [CreateAssetModel][1] or [UpdateAssetModel][2] API operation).
@@ -536,68 +373,6 @@ module Aws::IoTSiteWise
536
373
 
537
374
  # Contains information about an asset model property.
538
375
  #
539
- # @note When making an API call, you may pass AssetModelProperty
540
- # data as a hash:
541
- #
542
- # {
543
- # id: "ID",
544
- # name: "Name", # required
545
- # data_type: "STRING", # required, accepts STRING, INTEGER, DOUBLE, BOOLEAN, STRUCT
546
- # data_type_spec: "Name",
547
- # unit: "PropertyUnit",
548
- # type: { # required
549
- # attribute: {
550
- # default_value: "DefaultValue",
551
- # },
552
- # measurement: {
553
- # processing_config: {
554
- # forwarding_config: { # required
555
- # state: "DISABLED", # required, accepts DISABLED, ENABLED
556
- # },
557
- # },
558
- # },
559
- # transform: {
560
- # expression: "Expression", # required
561
- # variables: [ # required
562
- # {
563
- # name: "VariableName", # required
564
- # value: { # required
565
- # property_id: "Macro", # required
566
- # hierarchy_id: "Macro",
567
- # },
568
- # },
569
- # ],
570
- # processing_config: {
571
- # compute_location: "EDGE", # required, accepts EDGE, CLOUD
572
- # forwarding_config: {
573
- # state: "DISABLED", # required, accepts DISABLED, ENABLED
574
- # },
575
- # },
576
- # },
577
- # metric: {
578
- # expression: "Expression", # required
579
- # variables: [ # required
580
- # {
581
- # name: "VariableName", # required
582
- # value: { # required
583
- # property_id: "Macro", # required
584
- # hierarchy_id: "Macro",
585
- # },
586
- # },
587
- # ],
588
- # window: { # required
589
- # tumbling: {
590
- # interval: "Interval", # required
591
- # offset: "Offset",
592
- # },
593
- # },
594
- # processing_config: {
595
- # compute_location: "EDGE", # required, accepts EDGE, CLOUD
596
- # },
597
- # },
598
- # },
599
- # }
600
- #
601
376
  # @!attribute [rw] id
602
377
  # The ID of the asset model property.
603
378
  # @return [String]
@@ -637,67 +412,6 @@ module Aws::IoTSiteWise
637
412
  # Contains an asset model property definition. This property definition
638
413
  # is applied to all assets created from the asset model.
639
414
  #
640
- # @note When making an API call, you may pass AssetModelPropertyDefinition
641
- # data as a hash:
642
- #
643
- # {
644
- # name: "Name", # required
645
- # data_type: "STRING", # required, accepts STRING, INTEGER, DOUBLE, BOOLEAN, STRUCT
646
- # data_type_spec: "Name",
647
- # unit: "PropertyUnit",
648
- # type: { # required
649
- # attribute: {
650
- # default_value: "DefaultValue",
651
- # },
652
- # measurement: {
653
- # processing_config: {
654
- # forwarding_config: { # required
655
- # state: "DISABLED", # required, accepts DISABLED, ENABLED
656
- # },
657
- # },
658
- # },
659
- # transform: {
660
- # expression: "Expression", # required
661
- # variables: [ # required
662
- # {
663
- # name: "VariableName", # required
664
- # value: { # required
665
- # property_id: "Macro", # required
666
- # hierarchy_id: "Macro",
667
- # },
668
- # },
669
- # ],
670
- # processing_config: {
671
- # compute_location: "EDGE", # required, accepts EDGE, CLOUD
672
- # forwarding_config: {
673
- # state: "DISABLED", # required, accepts DISABLED, ENABLED
674
- # },
675
- # },
676
- # },
677
- # metric: {
678
- # expression: "Expression", # required
679
- # variables: [ # required
680
- # {
681
- # name: "VariableName", # required
682
- # value: { # required
683
- # property_id: "Macro", # required
684
- # hierarchy_id: "Macro",
685
- # },
686
- # },
687
- # ],
688
- # window: { # required
689
- # tumbling: {
690
- # interval: "Interval", # required
691
- # offset: "Offset",
692
- # },
693
- # },
694
- # processing_config: {
695
- # compute_location: "EDGE", # required, accepts EDGE, CLOUD
696
- # },
697
- # },
698
- # },
699
- # }
700
- #
701
415
  # @!attribute [rw] name
702
416
  # The name of the property definition.
703
417
  # @return [String]
@@ -959,23 +673,6 @@ module Aws::IoTSiteWise
959
673
 
960
674
  # Contains asset property value information.
961
675
  #
962
- # @note When making an API call, you may pass AssetPropertyValue
963
- # data as a hash:
964
- #
965
- # {
966
- # value: { # required
967
- # string_value: "PropertyValueStringValue",
968
- # integer_value: 1,
969
- # double_value: 1.0,
970
- # boolean_value: false,
971
- # },
972
- # timestamp: { # required
973
- # time_in_seconds: 1, # required
974
- # offset_in_nanos: 1,
975
- # },
976
- # quality: "GOOD", # accepts GOOD, BAD, UNCERTAIN
977
- # }
978
- #
979
676
  # @!attribute [rw] value
980
677
  # The value of the asset property (see `Variant`).
981
678
  # @return [Types::Variant]
@@ -1104,16 +801,6 @@ module Aws::IoTSiteWise
1104
801
  include Aws::Structure
1105
802
  end
1106
803
 
1107
- # @note When making an API call, you may pass AssociateAssetsRequest
1108
- # data as a hash:
1109
- #
1110
- # {
1111
- # asset_id: "ID", # required
1112
- # hierarchy_id: "ID", # required
1113
- # child_asset_id: "ID", # required
1114
- # client_token: "ClientToken",
1115
- # }
1116
- #
1117
804
  # @!attribute [rw] asset_id
1118
805
  # The ID of the parent asset.
1119
806
  # @return [String]
@@ -1151,16 +838,6 @@ module Aws::IoTSiteWise
1151
838
  include Aws::Structure
1152
839
  end
1153
840
 
1154
- # @note When making an API call, you may pass AssociateTimeSeriesToAssetPropertyRequest
1155
- # data as a hash:
1156
- #
1157
- # {
1158
- # alias: "PropertyAlias", # required
1159
- # asset_id: "ID", # required
1160
- # property_id: "ID", # required
1161
- # client_token: "ClientToken",
1162
- # }
1163
- #
1164
841
  # @!attribute [rw] alias
1165
842
  # The alias that identifies the time series.
1166
843
  # @return [String]
@@ -1257,13 +934,6 @@ module Aws::IoTSiteWise
1257
934
  #
1258
935
  # [1]: https://docs.aws.amazon.com/iot-sitewise/latest/userguide/asset-properties.html#attributes
1259
936
  #
1260
- # @note When making an API call, you may pass Attribute
1261
- # data as a hash:
1262
- #
1263
- # {
1264
- # default_value: "DefaultValue",
1265
- # }
1266
- #
1267
937
  # @!attribute [rw] default_value
1268
938
  # The default value of the asset model property attribute. All assets
1269
939
  # that you create from the asset model contain this attribute value.
@@ -1282,15 +952,6 @@ module Aws::IoTSiteWise
1282
952
  include Aws::Structure
1283
953
  end
1284
954
 
1285
- # @note When making an API call, you may pass BatchAssociateProjectAssetsRequest
1286
- # data as a hash:
1287
- #
1288
- # {
1289
- # project_id: "ID", # required
1290
- # asset_ids: ["ID"], # required
1291
- # client_token: "ClientToken",
1292
- # }
1293
- #
1294
955
  # @!attribute [rw] project_id
1295
956
  # The ID of the project to which to associate the assets.
1296
957
  # @return [String]
@@ -1326,15 +987,6 @@ module Aws::IoTSiteWise
1326
987
  include Aws::Structure
1327
988
  end
1328
989
 
1329
- # @note When making an API call, you may pass BatchDisassociateProjectAssetsRequest
1330
- # data as a hash:
1331
- #
1332
- # {
1333
- # project_id: "ID", # required
1334
- # asset_ids: ["ID"], # required
1335
- # client_token: "ClientToken",
1336
- # }
1337
- #
1338
990
  # @!attribute [rw] project_id
1339
991
  # The ID of the project from which to disassociate the assets.
1340
992
  # @return [String]
@@ -1386,22 +1038,6 @@ module Aws::IoTSiteWise
1386
1038
  # [1]: https://docs.aws.amazon.com/iot-sitewise/latest/APIReference/API_BatchGetAssetPropertyAggregates.html
1387
1039
  # [2]: https://docs.aws.amazon.com/iot-sitewise/latest/APIReference/API_UpdateAssetProperty.html
1388
1040
  #
1389
- # @note When making an API call, you may pass BatchGetAssetPropertyAggregatesEntry
1390
- # data as a hash:
1391
- #
1392
- # {
1393
- # entry_id: "EntryId", # required
1394
- # asset_id: "ID",
1395
- # property_id: "ID",
1396
- # property_alias: "AssetPropertyAlias",
1397
- # aggregate_types: ["AVERAGE"], # required, accepts AVERAGE, COUNT, MAXIMUM, MINIMUM, SUM, STANDARD_DEVIATION
1398
- # resolution: "Resolution", # required
1399
- # start_date: Time.now, # required
1400
- # end_date: Time.now, # required
1401
- # qualities: ["GOOD"], # accepts GOOD, BAD, UNCERTAIN
1402
- # time_ordering: "ASCENDING", # accepts ASCENDING, DESCENDING
1403
- # }
1404
- #
1405
1041
  # @!attribute [rw] entry_id
1406
1042
  # The ID of the entry.
1407
1043
  # @return [String]
@@ -1519,28 +1155,6 @@ module Aws::IoTSiteWise
1519
1155
  include Aws::Structure
1520
1156
  end
1521
1157
 
1522
- # @note When making an API call, you may pass BatchGetAssetPropertyAggregatesRequest
1523
- # data as a hash:
1524
- #
1525
- # {
1526
- # entries: [ # required
1527
- # {
1528
- # entry_id: "EntryId", # required
1529
- # asset_id: "ID",
1530
- # property_id: "ID",
1531
- # property_alias: "AssetPropertyAlias",
1532
- # aggregate_types: ["AVERAGE"], # required, accepts AVERAGE, COUNT, MAXIMUM, MINIMUM, SUM, STANDARD_DEVIATION
1533
- # resolution: "Resolution", # required
1534
- # start_date: Time.now, # required
1535
- # end_date: Time.now, # required
1536
- # qualities: ["GOOD"], # accepts GOOD, BAD, UNCERTAIN
1537
- # time_ordering: "ASCENDING", # accepts ASCENDING, DESCENDING
1538
- # },
1539
- # ],
1540
- # next_token: "NextToken",
1541
- # max_results: 1,
1542
- # }
1543
- #
1544
1158
  # @!attribute [rw] entries
1545
1159
  # The list of asset property aggregate entries for the batch get
1546
1160
  # request. You can specify up to 16 entries per request.
@@ -1671,16 +1285,6 @@ module Aws::IoTSiteWise
1671
1285
  # [1]: https://docs.aws.amazon.com/iot-sitewise/latest/APIReference/API_BatchGetAssetPropertyValue.html
1672
1286
  # [2]: https://docs.aws.amazon.com/iot-sitewise/latest/APIReference/API_UpdateAssetProperty.html
1673
1287
  #
1674
- # @note When making an API call, you may pass BatchGetAssetPropertyValueEntry
1675
- # data as a hash:
1676
- #
1677
- # {
1678
- # entry_id: "EntryId", # required
1679
- # asset_id: "ID",
1680
- # property_id: "ID",
1681
- # property_alias: "AssetPropertyAlias",
1682
- # }
1683
- #
1684
1288
  # @!attribute [rw] entry_id
1685
1289
  # The ID of the entry.
1686
1290
  # @return [String]
@@ -1774,20 +1378,6 @@ module Aws::IoTSiteWise
1774
1378
  # [1]: https://docs.aws.amazon.com/iot-sitewise/latest/APIReference/API_BatchGetAssetPropertyValue.html
1775
1379
  # [2]: https://docs.aws.amazon.com/iot-sitewise/latest/APIReference/API_UpdateAssetProperty.html
1776
1380
  #
1777
- # @note When making an API call, you may pass BatchGetAssetPropertyValueHistoryEntry
1778
- # data as a hash:
1779
- #
1780
- # {
1781
- # entry_id: "EntryId", # required
1782
- # asset_id: "ID",
1783
- # property_id: "ID",
1784
- # property_alias: "AssetPropertyAlias",
1785
- # start_date: Time.now,
1786
- # end_date: Time.now,
1787
- # qualities: ["GOOD"], # accepts GOOD, BAD, UNCERTAIN
1788
- # time_ordering: "ASCENDING", # accepts ASCENDING, DESCENDING
1789
- # }
1790
- #
1791
1381
  # @!attribute [rw] entry_id
1792
1382
  # The ID of the entry.
1793
1383
  # @return [String]
@@ -1885,26 +1475,6 @@ module Aws::IoTSiteWise
1885
1475
  include Aws::Structure
1886
1476
  end
1887
1477
 
1888
- # @note When making an API call, you may pass BatchGetAssetPropertyValueHistoryRequest
1889
- # data as a hash:
1890
- #
1891
- # {
1892
- # entries: [ # required
1893
- # {
1894
- # entry_id: "EntryId", # required
1895
- # asset_id: "ID",
1896
- # property_id: "ID",
1897
- # property_alias: "AssetPropertyAlias",
1898
- # start_date: Time.now,
1899
- # end_date: Time.now,
1900
- # qualities: ["GOOD"], # accepts GOOD, BAD, UNCERTAIN
1901
- # time_ordering: "ASCENDING", # accepts ASCENDING, DESCENDING
1902
- # },
1903
- # ],
1904
- # next_token: "NextToken",
1905
- # max_results: 1,
1906
- # }
1907
- #
1908
1478
  # @!attribute [rw] entries
1909
1479
  # The list of asset property historical value entries for the batch
1910
1480
  # get request. You can specify up to 16 entries per request.
@@ -2018,21 +1588,6 @@ module Aws::IoTSiteWise
2018
1588
  include Aws::Structure
2019
1589
  end
2020
1590
 
2021
- # @note When making an API call, you may pass BatchGetAssetPropertyValueRequest
2022
- # data as a hash:
2023
- #
2024
- # {
2025
- # entries: [ # required
2026
- # {
2027
- # entry_id: "EntryId", # required
2028
- # asset_id: "ID",
2029
- # property_id: "ID",
2030
- # property_alias: "AssetPropertyAlias",
2031
- # },
2032
- # ],
2033
- # next_token: "NextToken",
2034
- # }
2035
- #
2036
1591
  # @!attribute [rw] entries
2037
1592
  # The list of asset property value entries for the batch get request.
2038
1593
  # You can specify up to 16 entries per request.
@@ -2180,35 +1735,6 @@ module Aws::IoTSiteWise
2180
1735
  include Aws::Structure
2181
1736
  end
2182
1737
 
2183
- # @note When making an API call, you may pass BatchPutAssetPropertyValueRequest
2184
- # data as a hash:
2185
- #
2186
- # {
2187
- # entries: [ # required
2188
- # {
2189
- # entry_id: "EntryId", # required
2190
- # asset_id: "ID",
2191
- # property_id: "ID",
2192
- # property_alias: "AssetPropertyAlias",
2193
- # property_values: [ # required
2194
- # {
2195
- # value: { # required
2196
- # string_value: "PropertyValueStringValue",
2197
- # integer_value: 1,
2198
- # double_value: 1.0,
2199
- # boolean_value: false,
2200
- # },
2201
- # timestamp: { # required
2202
- # time_in_seconds: 1, # required
2203
- # offset_in_nanos: 1,
2204
- # },
2205
- # quality: "GOOD", # accepts GOOD, BAD, UNCERTAIN
2206
- # },
2207
- # ],
2208
- # },
2209
- # ],
2210
- # }
2211
- #
2212
1738
  # @!attribute [rw] entries
2213
1739
  # The list of asset property value entries for the batch put request.
2214
1740
  # You can specify up to 10 entries per request.
@@ -2315,39 +1841,6 @@ module Aws::IoTSiteWise
2315
1841
  include Aws::Structure
2316
1842
  end
2317
1843
 
2318
- # @note When making an API call, you may pass CreateAccessPolicyRequest
2319
- # data as a hash:
2320
- #
2321
- # {
2322
- # access_policy_identity: { # required
2323
- # user: {
2324
- # id: "IdentityId", # required
2325
- # },
2326
- # group: {
2327
- # id: "IdentityId", # required
2328
- # },
2329
- # iam_user: {
2330
- # arn: "ARN", # required
2331
- # },
2332
- # iam_role: {
2333
- # arn: "ARN", # required
2334
- # },
2335
- # },
2336
- # access_policy_resource: { # required
2337
- # portal: {
2338
- # id: "ID", # required
2339
- # },
2340
- # project: {
2341
- # id: "ID", # required
2342
- # },
2343
- # },
2344
- # access_policy_permission: "ADMINISTRATOR", # required, accepts ADMINISTRATOR, VIEWER
2345
- # client_token: "ClientToken",
2346
- # tags: {
2347
- # "TagKey" => "TagValue",
2348
- # },
2349
- # }
2350
- #
2351
1844
  # @!attribute [rw] access_policy_identity
2352
1845
  # The identity for this access policy. Choose an IAM Identity Center
2353
1846
  # user, an IAM Identity Center group, or an IAM user.
@@ -2413,149 +1906,6 @@ module Aws::IoTSiteWise
2413
1906
  include Aws::Structure
2414
1907
  end
2415
1908
 
2416
- # @note When making an API call, you may pass CreateAssetModelRequest
2417
- # data as a hash:
2418
- #
2419
- # {
2420
- # asset_model_name: "Name", # required
2421
- # asset_model_description: "Description",
2422
- # asset_model_properties: [
2423
- # {
2424
- # name: "Name", # required
2425
- # data_type: "STRING", # required, accepts STRING, INTEGER, DOUBLE, BOOLEAN, STRUCT
2426
- # data_type_spec: "Name",
2427
- # unit: "PropertyUnit",
2428
- # type: { # required
2429
- # attribute: {
2430
- # default_value: "DefaultValue",
2431
- # },
2432
- # measurement: {
2433
- # processing_config: {
2434
- # forwarding_config: { # required
2435
- # state: "DISABLED", # required, accepts DISABLED, ENABLED
2436
- # },
2437
- # },
2438
- # },
2439
- # transform: {
2440
- # expression: "Expression", # required
2441
- # variables: [ # required
2442
- # {
2443
- # name: "VariableName", # required
2444
- # value: { # required
2445
- # property_id: "Macro", # required
2446
- # hierarchy_id: "Macro",
2447
- # },
2448
- # },
2449
- # ],
2450
- # processing_config: {
2451
- # compute_location: "EDGE", # required, accepts EDGE, CLOUD
2452
- # forwarding_config: {
2453
- # state: "DISABLED", # required, accepts DISABLED, ENABLED
2454
- # },
2455
- # },
2456
- # },
2457
- # metric: {
2458
- # expression: "Expression", # required
2459
- # variables: [ # required
2460
- # {
2461
- # name: "VariableName", # required
2462
- # value: { # required
2463
- # property_id: "Macro", # required
2464
- # hierarchy_id: "Macro",
2465
- # },
2466
- # },
2467
- # ],
2468
- # window: { # required
2469
- # tumbling: {
2470
- # interval: "Interval", # required
2471
- # offset: "Offset",
2472
- # },
2473
- # },
2474
- # processing_config: {
2475
- # compute_location: "EDGE", # required, accepts EDGE, CLOUD
2476
- # },
2477
- # },
2478
- # },
2479
- # },
2480
- # ],
2481
- # asset_model_hierarchies: [
2482
- # {
2483
- # name: "Name", # required
2484
- # child_asset_model_id: "ID", # required
2485
- # },
2486
- # ],
2487
- # asset_model_composite_models: [
2488
- # {
2489
- # name: "Name", # required
2490
- # description: "Description",
2491
- # type: "Name", # required
2492
- # properties: [
2493
- # {
2494
- # name: "Name", # required
2495
- # data_type: "STRING", # required, accepts STRING, INTEGER, DOUBLE, BOOLEAN, STRUCT
2496
- # data_type_spec: "Name",
2497
- # unit: "PropertyUnit",
2498
- # type: { # required
2499
- # attribute: {
2500
- # default_value: "DefaultValue",
2501
- # },
2502
- # measurement: {
2503
- # processing_config: {
2504
- # forwarding_config: { # required
2505
- # state: "DISABLED", # required, accepts DISABLED, ENABLED
2506
- # },
2507
- # },
2508
- # },
2509
- # transform: {
2510
- # expression: "Expression", # required
2511
- # variables: [ # required
2512
- # {
2513
- # name: "VariableName", # required
2514
- # value: { # required
2515
- # property_id: "Macro", # required
2516
- # hierarchy_id: "Macro",
2517
- # },
2518
- # },
2519
- # ],
2520
- # processing_config: {
2521
- # compute_location: "EDGE", # required, accepts EDGE, CLOUD
2522
- # forwarding_config: {
2523
- # state: "DISABLED", # required, accepts DISABLED, ENABLED
2524
- # },
2525
- # },
2526
- # },
2527
- # metric: {
2528
- # expression: "Expression", # required
2529
- # variables: [ # required
2530
- # {
2531
- # name: "VariableName", # required
2532
- # value: { # required
2533
- # property_id: "Macro", # required
2534
- # hierarchy_id: "Macro",
2535
- # },
2536
- # },
2537
- # ],
2538
- # window: { # required
2539
- # tumbling: {
2540
- # interval: "Interval", # required
2541
- # offset: "Offset",
2542
- # },
2543
- # },
2544
- # processing_config: {
2545
- # compute_location: "EDGE", # required, accepts EDGE, CLOUD
2546
- # },
2547
- # },
2548
- # },
2549
- # },
2550
- # ],
2551
- # },
2552
- # ],
2553
- # client_token: "ClientToken",
2554
- # tags: {
2555
- # "TagKey" => "TagValue",
2556
- # },
2557
- # }
2558
- #
2559
1909
  # @!attribute [rw] asset_model_name
2560
1910
  # A unique, friendly name for the asset model.
2561
1911
  # @return [String]
@@ -2659,19 +2009,6 @@ module Aws::IoTSiteWise
2659
2009
  include Aws::Structure
2660
2010
  end
2661
2011
 
2662
- # @note When making an API call, you may pass CreateAssetRequest
2663
- # data as a hash:
2664
- #
2665
- # {
2666
- # asset_name: "Name", # required
2667
- # asset_model_id: "ID", # required
2668
- # client_token: "ClientToken",
2669
- # tags: {
2670
- # "TagKey" => "TagValue",
2671
- # },
2672
- # asset_description: "Description",
2673
- # }
2674
- #
2675
2012
  # @!attribute [rw] asset_name
2676
2013
  # A friendly name for the asset.
2677
2014
  # @return [String]
@@ -2741,32 +2078,6 @@ module Aws::IoTSiteWise
2741
2078
  include Aws::Structure
2742
2079
  end
2743
2080
 
2744
- # @note When making an API call, you may pass CreateBulkImportJobRequest
2745
- # data as a hash:
2746
- #
2747
- # {
2748
- # job_name: "Name", # required
2749
- # job_role_arn: "ARN", # required
2750
- # files: [ # required
2751
- # {
2752
- # bucket: "Bucket", # required
2753
- # key: "String", # required
2754
- # version_id: "String",
2755
- # },
2756
- # ],
2757
- # error_report_location: { # required
2758
- # bucket: "Bucket", # required
2759
- # prefix: "String", # required
2760
- # },
2761
- # job_configuration: { # required
2762
- # file_format: { # required
2763
- # csv: {
2764
- # column_names: ["ALIAS"], # accepts ALIAS, ASSET_ID, PROPERTY_ID, DATA_TYPE, TIMESTAMP_SECONDS, TIMESTAMP_NANO_OFFSET, QUALITY, VALUE
2765
- # },
2766
- # },
2767
- # },
2768
- # }
2769
- #
2770
2081
  # @!attribute [rw] job_name
2771
2082
  # The unique name that helps identify the job request.
2772
2083
  # @return [String]
@@ -2844,20 +2155,6 @@ module Aws::IoTSiteWise
2844
2155
  include Aws::Structure
2845
2156
  end
2846
2157
 
2847
- # @note When making an API call, you may pass CreateDashboardRequest
2848
- # data as a hash:
2849
- #
2850
- # {
2851
- # project_id: "ID", # required
2852
- # dashboard_name: "Name", # required
2853
- # dashboard_description: "Description",
2854
- # dashboard_definition: "DashboardDefinition", # required
2855
- # client_token: "ClientToken",
2856
- # tags: {
2857
- # "TagKey" => "TagValue",
2858
- # },
2859
- # }
2860
- #
2861
2158
  # @!attribute [rw] project_id
2862
2159
  # The ID of the project in which to create the dashboard.
2863
2160
  # @return [String]
@@ -2931,24 +2228,6 @@ module Aws::IoTSiteWise
2931
2228
  include Aws::Structure
2932
2229
  end
2933
2230
 
2934
- # @note When making an API call, you may pass CreateGatewayRequest
2935
- # data as a hash:
2936
- #
2937
- # {
2938
- # gateway_name: "Name", # required
2939
- # gateway_platform: { # required
2940
- # greengrass: {
2941
- # group_arn: "ARN", # required
2942
- # },
2943
- # greengrass_v2: {
2944
- # core_device_thing_name: "CoreDeviceThingName", # required
2945
- # },
2946
- # },
2947
- # tags: {
2948
- # "TagKey" => "TagValue",
2949
- # },
2950
- # }
2951
- #
2952
2231
  # @!attribute [rw] gateway_name
2953
2232
  # A unique, friendly name for the gateway.
2954
2233
  # @return [String]
@@ -2998,30 +2277,6 @@ module Aws::IoTSiteWise
2998
2277
  include Aws::Structure
2999
2278
  end
3000
2279
 
3001
- # @note When making an API call, you may pass CreatePortalRequest
3002
- # data as a hash:
3003
- #
3004
- # {
3005
- # portal_name: "Name", # required
3006
- # portal_description: "Description",
3007
- # portal_contact_email: "Email", # required
3008
- # client_token: "ClientToken",
3009
- # portal_logo_image_file: {
3010
- # data: "data", # required
3011
- # type: "PNG", # required, accepts PNG
3012
- # },
3013
- # role_arn: "ARN", # required
3014
- # tags: {
3015
- # "TagKey" => "TagValue",
3016
- # },
3017
- # portal_auth_mode: "IAM", # accepts IAM, SSO
3018
- # notification_sender_email: "Email",
3019
- # alarms: {
3020
- # alarm_role_arn: "ARN", # required
3021
- # notification_lambda_arn: "ARN",
3022
- # },
3023
- # }
3024
- #
3025
2280
  # @!attribute [rw] portal_name
3026
2281
  # A friendly name for the portal.
3027
2282
  # @return [String]
@@ -3175,19 +2430,6 @@ module Aws::IoTSiteWise
3175
2430
  include Aws::Structure
3176
2431
  end
3177
2432
 
3178
- # @note When making an API call, you may pass CreateProjectRequest
3179
- # data as a hash:
3180
- #
3181
- # {
3182
- # portal_id: "ID", # required
3183
- # project_name: "Name", # required
3184
- # project_description: "Description",
3185
- # client_token: "ClientToken",
3186
- # tags: {
3187
- # "TagKey" => "TagValue",
3188
- # },
3189
- # }
3190
- #
3191
2433
  # @!attribute [rw] portal_id
3192
2434
  # The ID of the portal in which to create the project.
3193
2435
  # @return [String]
@@ -3252,13 +2494,6 @@ module Aws::IoTSiteWise
3252
2494
 
3253
2495
  # A .csv file.
3254
2496
  #
3255
- # @note When making an API call, you may pass Csv
3256
- # data as a hash:
3257
- #
3258
- # {
3259
- # column_names: ["ALIAS"], # accepts ALIAS, ASSET_ID, PROPERTY_ID, DATA_TYPE, TIMESTAMP_SECONDS, TIMESTAMP_NANO_OFFSET, QUALITY, VALUE
3260
- # }
3261
- #
3262
2497
  # @!attribute [rw] column_names
3263
2498
  # The column names specified in the .csv file.
3264
2499
  # @return [Array<String>]
@@ -3271,14 +2506,6 @@ module Aws::IoTSiteWise
3271
2506
 
3272
2507
  # Contains information about a customer managed Amazon S3 bucket.
3273
2508
  #
3274
- # @note When making an API call, you may pass CustomerManagedS3Storage
3275
- # data as a hash:
3276
- #
3277
- # {
3278
- # s3_resource_arn: "ARN", # required
3279
- # role_arn: "ARN", # required
3280
- # }
3281
- #
3282
2509
  # @!attribute [rw] s3_resource_arn
3283
2510
  # The [ARN][1] of the Amazon S3 object. For more information about how
3284
2511
  # to find the ARN for an Amazon S3 object, see [Amazon S3
@@ -3338,14 +2565,6 @@ module Aws::IoTSiteWise
3338
2565
  include Aws::Structure
3339
2566
  end
3340
2567
 
3341
- # @note When making an API call, you may pass DeleteAccessPolicyRequest
3342
- # data as a hash:
3343
- #
3344
- # {
3345
- # access_policy_id: "ID", # required
3346
- # client_token: "ClientToken",
3347
- # }
3348
- #
3349
2568
  # @!attribute [rw] access_policy_id
3350
2569
  # The ID of the access policy to be deleted.
3351
2570
  # @return [String]
@@ -3368,14 +2587,6 @@ module Aws::IoTSiteWise
3368
2587
 
3369
2588
  class DeleteAccessPolicyResponse < Aws::EmptyStructure; end
3370
2589
 
3371
- # @note When making an API call, you may pass DeleteAssetModelRequest
3372
- # data as a hash:
3373
- #
3374
- # {
3375
- # asset_model_id: "ID", # required
3376
- # client_token: "ClientToken",
3377
- # }
3378
- #
3379
2590
  # @!attribute [rw] asset_model_id
3380
2591
  # The ID of the asset model to delete.
3381
2592
  # @return [String]
@@ -3407,14 +2618,6 @@ module Aws::IoTSiteWise
3407
2618
  include Aws::Structure
3408
2619
  end
3409
2620
 
3410
- # @note When making an API call, you may pass DeleteAssetRequest
3411
- # data as a hash:
3412
- #
3413
- # {
3414
- # asset_id: "ID", # required
3415
- # client_token: "ClientToken",
3416
- # }
3417
- #
3418
2621
  # @!attribute [rw] asset_id
3419
2622
  # The ID of the asset to delete.
3420
2623
  # @return [String]
@@ -3446,14 +2649,6 @@ module Aws::IoTSiteWise
3446
2649
  include Aws::Structure
3447
2650
  end
3448
2651
 
3449
- # @note When making an API call, you may pass DeleteDashboardRequest
3450
- # data as a hash:
3451
- #
3452
- # {
3453
- # dashboard_id: "ID", # required
3454
- # client_token: "ClientToken",
3455
- # }
3456
- #
3457
2652
  # @!attribute [rw] dashboard_id
3458
2653
  # The ID of the dashboard to delete.
3459
2654
  # @return [String]
@@ -3476,13 +2671,6 @@ module Aws::IoTSiteWise
3476
2671
 
3477
2672
  class DeleteDashboardResponse < Aws::EmptyStructure; end
3478
2673
 
3479
- # @note When making an API call, you may pass DeleteGatewayRequest
3480
- # data as a hash:
3481
- #
3482
- # {
3483
- # gateway_id: "ID", # required
3484
- # }
3485
- #
3486
2674
  # @!attribute [rw] gateway_id
3487
2675
  # The ID of the gateway to delete.
3488
2676
  # @return [String]
@@ -3493,14 +2681,6 @@ module Aws::IoTSiteWise
3493
2681
  include Aws::Structure
3494
2682
  end
3495
2683
 
3496
- # @note When making an API call, you may pass DeletePortalRequest
3497
- # data as a hash:
3498
- #
3499
- # {
3500
- # portal_id: "ID", # required
3501
- # client_token: "ClientToken",
3502
- # }
3503
- #
3504
2684
  # @!attribute [rw] portal_id
3505
2685
  # The ID of the portal to delete.
3506
2686
  # @return [String]
@@ -3532,14 +2712,6 @@ module Aws::IoTSiteWise
3532
2712
  include Aws::Structure
3533
2713
  end
3534
2714
 
3535
- # @note When making an API call, you may pass DeleteProjectRequest
3536
- # data as a hash:
3537
- #
3538
- # {
3539
- # project_id: "ID", # required
3540
- # client_token: "ClientToken",
3541
- # }
3542
- #
3543
2715
  # @!attribute [rw] project_id
3544
2716
  # The ID of the project.
3545
2717
  # @return [String]
@@ -3562,16 +2734,6 @@ module Aws::IoTSiteWise
3562
2734
 
3563
2735
  class DeleteProjectResponse < Aws::EmptyStructure; end
3564
2736
 
3565
- # @note When making an API call, you may pass DeleteTimeSeriesRequest
3566
- # data as a hash:
3567
- #
3568
- # {
3569
- # alias: "PropertyAlias",
3570
- # asset_id: "ID",
3571
- # property_id: "ID",
3572
- # client_token: "ClientToken",
3573
- # }
3574
- #
3575
2737
  # @!attribute [rw] alias
3576
2738
  # The alias that identifies the time series.
3577
2739
  # @return [String]
@@ -3602,13 +2764,6 @@ module Aws::IoTSiteWise
3602
2764
  include Aws::Structure
3603
2765
  end
3604
2766
 
3605
- # @note When making an API call, you may pass DescribeAccessPolicyRequest
3606
- # data as a hash:
3607
- #
3608
- # {
3609
- # access_policy_id: "ID", # required
3610
- # }
3611
- #
3612
2767
  # @!attribute [rw] access_policy_id
3613
2768
  # The ID of the access policy.
3614
2769
  # @return [String]
@@ -3668,14 +2823,6 @@ module Aws::IoTSiteWise
3668
2823
  include Aws::Structure
3669
2824
  end
3670
2825
 
3671
- # @note When making an API call, you may pass DescribeAssetModelRequest
3672
- # data as a hash:
3673
- #
3674
- # {
3675
- # asset_model_id: "ID", # required
3676
- # exclude_properties: false,
3677
- # }
3678
- #
3679
2826
  # @!attribute [rw] asset_model_id
3680
2827
  # The ID of the asset model.
3681
2828
  # @return [String]
@@ -3760,14 +2907,6 @@ module Aws::IoTSiteWise
3760
2907
  include Aws::Structure
3761
2908
  end
3762
2909
 
3763
- # @note When making an API call, you may pass DescribeAssetPropertyRequest
3764
- # data as a hash:
3765
- #
3766
- # {
3767
- # asset_id: "ID", # required
3768
- # property_id: "ID", # required
3769
- # }
3770
- #
3771
2910
  # @!attribute [rw] asset_id
3772
2911
  # The ID of the asset.
3773
2912
  # @return [String]
@@ -3818,14 +2957,6 @@ module Aws::IoTSiteWise
3818
2957
  include Aws::Structure
3819
2958
  end
3820
2959
 
3821
- # @note When making an API call, you may pass DescribeAssetRequest
3822
- # data as a hash:
3823
- #
3824
- # {
3825
- # asset_id: "ID", # required
3826
- # exclude_properties: false,
3827
- # }
3828
- #
3829
2960
  # @!attribute [rw] asset_id
3830
2961
  # The ID of the asset.
3831
2962
  # @return [String]
@@ -3913,13 +3044,6 @@ module Aws::IoTSiteWise
3913
3044
  include Aws::Structure
3914
3045
  end
3915
3046
 
3916
- # @note When making an API call, you may pass DescribeBulkImportJobRequest
3917
- # data as a hash:
3918
- #
3919
- # {
3920
- # job_id: "ID", # required
3921
- # }
3922
- #
3923
3047
  # @!attribute [rw] job_id
3924
3048
  # The ID of the job.
3925
3049
  # @return [String]
@@ -4007,13 +3131,6 @@ module Aws::IoTSiteWise
4007
3131
  include Aws::Structure
4008
3132
  end
4009
3133
 
4010
- # @note When making an API call, you may pass DescribeDashboardRequest
4011
- # data as a hash:
4012
- #
4013
- # {
4014
- # dashboard_id: "ID", # required
4015
- # }
4016
- #
4017
3134
  # @!attribute [rw] dashboard_id
4018
3135
  # The ID of the dashboard.
4019
3136
  # @return [String]
@@ -4107,14 +3224,6 @@ module Aws::IoTSiteWise
4107
3224
  include Aws::Structure
4108
3225
  end
4109
3226
 
4110
- # @note When making an API call, you may pass DescribeGatewayCapabilityConfigurationRequest
4111
- # data as a hash:
4112
- #
4113
- # {
4114
- # gateway_id: "ID", # required
4115
- # capability_namespace: "CapabilityNamespace", # required
4116
- # }
4117
- #
4118
3227
  # @!attribute [rw] gateway_id
4119
3228
  # The ID of the gateway that defines the capability configuration.
4120
3229
  # @return [String]
@@ -4173,13 +3282,6 @@ module Aws::IoTSiteWise
4173
3282
  include Aws::Structure
4174
3283
  end
4175
3284
 
4176
- # @note When making an API call, you may pass DescribeGatewayRequest
4177
- # data as a hash:
4178
- #
4179
- # {
4180
- # gateway_id: "ID", # required
4181
- # }
4182
- #
4183
3285
  # @!attribute [rw] gateway_id
4184
3286
  # The ID of the gateway device.
4185
3287
  # @return [String]
@@ -4257,13 +3359,6 @@ module Aws::IoTSiteWise
4257
3359
  include Aws::Structure
4258
3360
  end
4259
3361
 
4260
- # @note When making an API call, you may pass DescribePortalRequest
4261
- # data as a hash:
4262
- #
4263
- # {
4264
- # portal_id: "ID", # required
4265
- # }
4266
- #
4267
3362
  # @!attribute [rw] portal_id
4268
3363
  # The ID of the portal.
4269
3364
  # @return [String]
@@ -4375,13 +3470,6 @@ module Aws::IoTSiteWise
4375
3470
  include Aws::Structure
4376
3471
  end
4377
3472
 
4378
- # @note When making an API call, you may pass DescribeProjectRequest
4379
- # data as a hash:
4380
- #
4381
- # {
4382
- # project_id: "ID", # required
4383
- # }
4384
- #
4385
3473
  # @!attribute [rw] project_id
4386
3474
  # The ID of the project.
4387
3475
  # @return [String]
@@ -4505,15 +3593,6 @@ module Aws::IoTSiteWise
4505
3593
  include Aws::Structure
4506
3594
  end
4507
3595
 
4508
- # @note When making an API call, you may pass DescribeTimeSeriesRequest
4509
- # data as a hash:
4510
- #
4511
- # {
4512
- # alias: "PropertyAlias",
4513
- # asset_id: "ID",
4514
- # property_id: "ID",
4515
- # }
4516
- #
4517
3596
  # @!attribute [rw] alias
4518
3597
  # The alias that identifies the time series.
4519
3598
  # @return [String]
@@ -4605,16 +3684,6 @@ module Aws::IoTSiteWise
4605
3684
  include Aws::Structure
4606
3685
  end
4607
3686
 
4608
- # @note When making an API call, you may pass DisassociateAssetsRequest
4609
- # data as a hash:
4610
- #
4611
- # {
4612
- # asset_id: "ID", # required
4613
- # hierarchy_id: "ID", # required
4614
- # child_asset_id: "ID", # required
4615
- # client_token: "ClientToken",
4616
- # }
4617
- #
4618
3687
  # @!attribute [rw] asset_id
4619
3688
  # The ID of the parent asset from which to disassociate the child
4620
3689
  # asset.
@@ -4654,16 +3723,6 @@ module Aws::IoTSiteWise
4654
3723
  include Aws::Structure
4655
3724
  end
4656
3725
 
4657
- # @note When making an API call, you may pass DisassociateTimeSeriesFromAssetPropertyRequest
4658
- # data as a hash:
4659
- #
4660
- # {
4661
- # alias: "PropertyAlias", # required
4662
- # asset_id: "ID", # required
4663
- # property_id: "ID", # required
4664
- # client_token: "ClientToken",
4665
- # }
4666
- #
4667
3726
  # @!attribute [rw] alias
4668
3727
  # The alias that identifies the time series.
4669
3728
  # @return [String]
@@ -4719,14 +3778,6 @@ module Aws::IoTSiteWise
4719
3778
  # The Amazon S3 destination where errors associated with the job
4720
3779
  # creation request are saved.
4721
3780
  #
4722
- # @note When making an API call, you may pass ErrorReportLocation
4723
- # data as a hash:
4724
- #
4725
- # {
4726
- # bucket: "Bucket", # required
4727
- # prefix: "String", # required
4728
- # }
4729
- #
4730
3781
  # @!attribute [rw] bucket
4731
3782
  # The name of the Amazon S3 bucket to which errors associated with the
4732
3783
  # bulk import job are sent.
@@ -4754,17 +3805,6 @@ module Aws::IoTSiteWise
4754
3805
 
4755
3806
  # Contains expression variable information.
4756
3807
  #
4757
- # @note When making an API call, you may pass ExpressionVariable
4758
- # data as a hash:
4759
- #
4760
- # {
4761
- # name: "VariableName", # required
4762
- # value: { # required
4763
- # property_id: "Macro", # required
4764
- # hierarchy_id: "Macro",
4765
- # },
4766
- # }
4767
- #
4768
3808
  # @!attribute [rw] name
4769
3809
  # The friendly name of the variable to be used in the expression.
4770
3810
  # @return [String]
@@ -4783,15 +3823,6 @@ module Aws::IoTSiteWise
4783
3823
 
4784
3824
  # The file in Amazon S3 where your data is saved.
4785
3825
  #
4786
- # @note When making an API call, you may pass File
4787
- # data as a hash:
4788
- #
4789
- # {
4790
- # bucket: "Bucket", # required
4791
- # key: "String", # required
4792
- # version_id: "String",
4793
- # }
4794
- #
4795
3826
  # @!attribute [rw] bucket
4796
3827
  # The name of the Amazon S3 bucket from which data is imported.
4797
3828
  # @return [String]
@@ -4817,15 +3848,6 @@ module Aws::IoTSiteWise
4817
3848
 
4818
3849
  # The file format of the data.
4819
3850
  #
4820
- # @note When making an API call, you may pass FileFormat
4821
- # data as a hash:
4822
- #
4823
- # {
4824
- # csv: {
4825
- # column_names: ["ALIAS"], # accepts ALIAS, ASSET_ID, PROPERTY_ID, DATA_TYPE, TIMESTAMP_SECONDS, TIMESTAMP_NANO_OFFSET, QUALITY, VALUE
4826
- # },
4827
- # }
4828
- #
4829
3851
  # @!attribute [rw] csv
4830
3852
  # The .csv file format.
4831
3853
  # @return [Types::Csv]
@@ -4838,13 +3860,6 @@ module Aws::IoTSiteWise
4838
3860
 
4839
3861
  # The forwarding configuration for a given property.
4840
3862
  #
4841
- # @note When making an API call, you may pass ForwardingConfig
4842
- # data as a hash:
4843
- #
4844
- # {
4845
- # state: "DISABLED", # required, accepts DISABLED, ENABLED
4846
- # }
4847
- #
4848
3863
  # @!attribute [rw] state
4849
3864
  # The forwarding state for the given property.
4850
3865
  # @return [String]
@@ -4886,18 +3901,6 @@ module Aws::IoTSiteWise
4886
3901
 
4887
3902
  # Contains a gateway's platform information.
4888
3903
  #
4889
- # @note When making an API call, you may pass GatewayPlatform
4890
- # data as a hash:
4891
- #
4892
- # {
4893
- # greengrass: {
4894
- # group_arn: "ARN", # required
4895
- # },
4896
- # greengrass_v2: {
4897
- # core_device_thing_name: "CoreDeviceThingName", # required
4898
- # },
4899
- # }
4900
- #
4901
3904
  # @!attribute [rw] greengrass
4902
3905
  # A gateway that runs on IoT Greengrass.
4903
3906
  # @return [Types::Greengrass]
@@ -4957,23 +3960,6 @@ module Aws::IoTSiteWise
4957
3960
  include Aws::Structure
4958
3961
  end
4959
3962
 
4960
- # @note When making an API call, you may pass GetAssetPropertyAggregatesRequest
4961
- # data as a hash:
4962
- #
4963
- # {
4964
- # asset_id: "ID",
4965
- # property_id: "ID",
4966
- # property_alias: "AssetPropertyAlias",
4967
- # aggregate_types: ["AVERAGE"], # required, accepts AVERAGE, COUNT, MAXIMUM, MINIMUM, SUM, STANDARD_DEVIATION
4968
- # resolution: "Resolution", # required
4969
- # qualities: ["GOOD"], # accepts GOOD, BAD, UNCERTAIN
4970
- # start_date: Time.now, # required
4971
- # end_date: Time.now, # required
4972
- # time_ordering: "ASCENDING", # accepts ASCENDING, DESCENDING
4973
- # next_token: "NextToken",
4974
- # max_results: 1,
4975
- # }
4976
- #
4977
3963
  # @!attribute [rw] asset_id
4978
3964
  # The ID of the asset.
4979
3965
  # @return [String]
@@ -5064,21 +4050,6 @@ module Aws::IoTSiteWise
5064
4050
  include Aws::Structure
5065
4051
  end
5066
4052
 
5067
- # @note When making an API call, you may pass GetAssetPropertyValueHistoryRequest
5068
- # data as a hash:
5069
- #
5070
- # {
5071
- # asset_id: "ID",
5072
- # property_id: "ID",
5073
- # property_alias: "AssetPropertyAlias",
5074
- # start_date: Time.now,
5075
- # end_date: Time.now,
5076
- # qualities: ["GOOD"], # accepts GOOD, BAD, UNCERTAIN
5077
- # time_ordering: "ASCENDING", # accepts ASCENDING, DESCENDING
5078
- # next_token: "NextToken",
5079
- # max_results: 1,
5080
- # }
5081
- #
5082
4053
  # @!attribute [rw] asset_id
5083
4054
  # The ID of the asset.
5084
4055
  # @return [String]
@@ -5159,15 +4130,6 @@ module Aws::IoTSiteWise
5159
4130
  include Aws::Structure
5160
4131
  end
5161
4132
 
5162
- # @note When making an API call, you may pass GetAssetPropertyValueRequest
5163
- # data as a hash:
5164
- #
5165
- # {
5166
- # asset_id: "ID",
5167
- # property_id: "ID",
5168
- # property_alias: "AssetPropertyAlias",
5169
- # }
5170
- #
5171
4133
  # @!attribute [rw] asset_id
5172
4134
  # The ID of the asset.
5173
4135
  # @return [String]
@@ -5206,25 +4168,6 @@ module Aws::IoTSiteWise
5206
4168
  include Aws::Structure
5207
4169
  end
5208
4170
 
5209
- # @note When making an API call, you may pass GetInterpolatedAssetPropertyValuesRequest
5210
- # data as a hash:
5211
- #
5212
- # {
5213
- # asset_id: "ID",
5214
- # property_id: "ID",
5215
- # property_alias: "AssetPropertyAlias",
5216
- # start_time_in_seconds: 1, # required
5217
- # start_time_offset_in_nanos: 1,
5218
- # end_time_in_seconds: 1, # required
5219
- # end_time_offset_in_nanos: 1,
5220
- # quality: "GOOD", # required, accepts GOOD, BAD, UNCERTAIN
5221
- # interval_in_seconds: 1, # required
5222
- # next_token: "NextToken",
5223
- # max_results: 1,
5224
- # type: "InterpolationType", # required
5225
- # interval_window_in_seconds: 1,
5226
- # }
5227
- #
5228
4171
  # @!attribute [rw] asset_id
5229
4172
  # The ID of the asset.
5230
4173
  # @return [String]
@@ -5390,13 +4333,6 @@ module Aws::IoTSiteWise
5390
4333
  #
5391
4334
  # [1]: https://docs.aws.amazon.com/iot-sitewise/latest/userguide/gateway-connector.html
5392
4335
  #
5393
- # @note When making an API call, you may pass Greengrass
5394
- # data as a hash:
5395
- #
5396
- # {
5397
- # group_arn: "ARN", # required
5398
- # }
5399
- #
5400
4336
  # @!attribute [rw] group_arn
5401
4337
  # The [ARN][1] of the Greengrass group. For more information about how
5402
4338
  # to find a group's ARN, see [ListGroups][2] and [GetGroup][3] in the
@@ -5427,13 +4363,6 @@ module Aws::IoTSiteWise
5427
4363
  # [1]: https://docs.aws.amazon.com/greengrass/v2/developerguide/device-service-role.html
5428
4364
  # [2]: https://docs.aws.amazon.com/iot-sitewise/latest/userguide/sw-gateways.html
5429
4365
  #
5430
- # @note When making an API call, you may pass GreengrassV2
5431
- # data as a hash:
5432
- #
5433
- # {
5434
- # core_device_thing_name: "CoreDeviceThingName", # required
5435
- # }
5436
- #
5437
4366
  # @!attribute [rw] core_device_thing_name
5438
4367
  # The name of the IoT thing for your IoT Greengrass V2 core device.
5439
4368
  # @return [String]
@@ -5446,13 +4375,6 @@ module Aws::IoTSiteWise
5446
4375
 
5447
4376
  # Contains information for a group identity in an access policy.
5448
4377
  #
5449
- # @note When making an API call, you may pass GroupIdentity
5450
- # data as a hash:
5451
- #
5452
- # {
5453
- # id: "IdentityId", # required
5454
- # }
5455
- #
5456
4378
  # @!attribute [rw] id
5457
4379
  # The IAM Identity Center ID of the group.
5458
4380
  # @return [String]
@@ -5470,13 +4392,6 @@ module Aws::IoTSiteWise
5470
4392
  #
5471
4393
  # [1]: https://docs.aws.amazon.com/IAM/latest/UserGuide/id_roles.html
5472
4394
  #
5473
- # @note When making an API call, you may pass IAMRoleIdentity
5474
- # data as a hash:
5475
- #
5476
- # {
5477
- # arn: "ARN", # required
5478
- # }
5479
- #
5480
4395
  # @!attribute [rw] arn
5481
4396
  # The ARN of the IAM role. For more information, see [IAM ARNs][1] in
5482
4397
  # the *IAM User Guide*.
@@ -5494,13 +4409,6 @@ module Aws::IoTSiteWise
5494
4409
 
5495
4410
  # Contains information about an Identity and Access Management user.
5496
4411
  #
5497
- # @note When making an API call, you may pass IAMUserIdentity
5498
- # data as a hash:
5499
- #
5500
- # {
5501
- # arn: "ARN", # required
5502
- # }
5503
- #
5504
4412
  # @!attribute [rw] arn
5505
4413
  # The ARN of the IAM user. For more information, see [IAM ARNs][1] in
5506
4414
  # the *IAM User Guide*.
@@ -5535,24 +4443,6 @@ module Aws::IoTSiteWise
5535
4443
  #
5536
4444
  # [1]: https://console.aws.amazon.com/singlesignon
5537
4445
  #
5538
- # @note When making an API call, you may pass Identity
5539
- # data as a hash:
5540
- #
5541
- # {
5542
- # user: {
5543
- # id: "IdentityId", # required
5544
- # },
5545
- # group: {
5546
- # id: "IdentityId", # required
5547
- # },
5548
- # iam_user: {
5549
- # arn: "ARN", # required
5550
- # },
5551
- # iam_role: {
5552
- # arn: "ARN", # required
5553
- # },
5554
- # }
5555
- #
5556
4446
  # @!attribute [rw] user
5557
4447
  # An IAM Identity Center user identity.
5558
4448
  # @return [Types::UserIdentity]
@@ -5585,17 +4475,6 @@ module Aws::IoTSiteWise
5585
4475
  # * The ID of an existing image. Choose this option to keep an existing
5586
4476
  # image.
5587
4477
  #
5588
- # @note When making an API call, you may pass Image
5589
- # data as a hash:
5590
- #
5591
- # {
5592
- # id: "ID",
5593
- # file: {
5594
- # data: "data", # required
5595
- # type: "PNG", # required, accepts PNG
5596
- # },
5597
- # }
5598
- #
5599
4478
  # @!attribute [rw] id
5600
4479
  # The ID of an existing image. Specify this parameter to keep an
5601
4480
  # existing image.
@@ -5614,14 +4493,6 @@ module Aws::IoTSiteWise
5614
4493
 
5615
4494
  # Contains an image file.
5616
4495
  #
5617
- # @note When making an API call, you may pass ImageFile
5618
- # data as a hash:
5619
- #
5620
- # {
5621
- # data: "data", # required
5622
- # type: "PNG", # required, accepts PNG
5623
- # }
5624
- #
5625
4496
  # @!attribute [rw] data
5626
4497
  # The image file contents, represented as a base64-encoded string. The
5627
4498
  # file size must be less than 1 MB.
@@ -5701,17 +4572,6 @@ module Aws::IoTSiteWise
5701
4572
  # Contains the configuration information of a job, such as the file
5702
4573
  # format used to save data in Amazon S3.
5703
4574
  #
5704
- # @note When making an API call, you may pass JobConfiguration
5705
- # data as a hash:
5706
- #
5707
- # {
5708
- # file_format: { # required
5709
- # csv: {
5710
- # column_names: ["ALIAS"], # accepts ALIAS, ASSET_ID, PROPERTY_ID, DATA_TYPE, TIMESTAMP_SECONDS, TIMESTAMP_NANO_OFFSET, QUALITY, VALUE
5711
- # },
5712
- # },
5713
- # }
5714
- #
5715
4575
  # @!attribute [rw] file_format
5716
4576
  # The file format of the data in Amazon S3.
5717
4577
  # @return [Types::FileFormat]
@@ -5785,19 +4645,6 @@ module Aws::IoTSiteWise
5785
4645
  include Aws::Structure
5786
4646
  end
5787
4647
 
5788
- # @note When making an API call, you may pass ListAccessPoliciesRequest
5789
- # data as a hash:
5790
- #
5791
- # {
5792
- # identity_type: "USER", # accepts USER, GROUP, IAM
5793
- # identity_id: "IdentityId",
5794
- # resource_type: "PORTAL", # accepts PORTAL, PROJECT
5795
- # resource_id: "ID",
5796
- # iam_arn: "ARN",
5797
- # next_token: "NextToken",
5798
- # max_results: 1,
5799
- # }
5800
- #
5801
4648
  # @!attribute [rw] identity_type
5802
4649
  # The type of identity (IAM Identity Center user, IAM Identity Center
5803
4650
  # group, or IAM user). This parameter is required if you specify
@@ -5867,16 +4714,6 @@ module Aws::IoTSiteWise
5867
4714
  include Aws::Structure
5868
4715
  end
5869
4716
 
5870
- # @note When making an API call, you may pass ListAssetModelPropertiesRequest
5871
- # data as a hash:
5872
- #
5873
- # {
5874
- # asset_model_id: "ID", # required
5875
- # next_token: "NextToken",
5876
- # max_results: 1,
5877
- # filter: "ALL", # accepts ALL, BASE
5878
- # }
5879
- #
5880
4717
  # @!attribute [rw] asset_model_id
5881
4718
  # The ID of the asset model.
5882
4719
  # @return [String]
@@ -5929,14 +4766,6 @@ module Aws::IoTSiteWise
5929
4766
  include Aws::Structure
5930
4767
  end
5931
4768
 
5932
- # @note When making an API call, you may pass ListAssetModelsRequest
5933
- # data as a hash:
5934
- #
5935
- # {
5936
- # next_token: "NextToken",
5937
- # max_results: 1,
5938
- # }
5939
- #
5940
4769
  # @!attribute [rw] next_token
5941
4770
  # The token to be used for the next set of paginated results.
5942
4771
  # @return [String]
@@ -5970,16 +4799,6 @@ module Aws::IoTSiteWise
5970
4799
  include Aws::Structure
5971
4800
  end
5972
4801
 
5973
- # @note When making an API call, you may pass ListAssetPropertiesRequest
5974
- # data as a hash:
5975
- #
5976
- # {
5977
- # asset_id: "ID", # required
5978
- # next_token: "NextToken",
5979
- # max_results: 1,
5980
- # filter: "ALL", # accepts ALL, BASE
5981
- # }
5982
- #
5983
4802
  # @!attribute [rw] asset_id
5984
4803
  # The ID of the asset.
5985
4804
  # @return [String]
@@ -6032,16 +4851,6 @@ module Aws::IoTSiteWise
6032
4851
  include Aws::Structure
6033
4852
  end
6034
4853
 
6035
- # @note When making an API call, you may pass ListAssetRelationshipsRequest
6036
- # data as a hash:
6037
- #
6038
- # {
6039
- # asset_id: "ID", # required
6040
- # traversal_type: "PATH_TO_ROOT", # required, accepts PATH_TO_ROOT
6041
- # next_token: "NextToken",
6042
- # max_results: 1,
6043
- # }
6044
- #
6045
4854
  # @!attribute [rw] asset_id
6046
4855
  # The ID of the asset.
6047
4856
  # @return [String]
@@ -6091,16 +4900,6 @@ module Aws::IoTSiteWise
6091
4900
  include Aws::Structure
6092
4901
  end
6093
4902
 
6094
- # @note When making an API call, you may pass ListAssetsRequest
6095
- # data as a hash:
6096
- #
6097
- # {
6098
- # next_token: "NextToken",
6099
- # max_results: 1,
6100
- # asset_model_id: "ID",
6101
- # filter: "ALL", # accepts ALL, TOP_LEVEL
6102
- # }
6103
- #
6104
4903
  # @!attribute [rw] next_token
6105
4904
  # The token to be used for the next set of paginated results.
6106
4905
  # @return [String]
@@ -6154,17 +4953,6 @@ module Aws::IoTSiteWise
6154
4953
  include Aws::Structure
6155
4954
  end
6156
4955
 
6157
- # @note When making an API call, you may pass ListAssociatedAssetsRequest
6158
- # data as a hash:
6159
- #
6160
- # {
6161
- # asset_id: "ID", # required
6162
- # hierarchy_id: "ID",
6163
- # traversal_direction: "PARENT", # accepts PARENT, CHILD
6164
- # next_token: "NextToken",
6165
- # max_results: 1,
6166
- # }
6167
- #
6168
4956
  # @!attribute [rw] asset_id
6169
4957
  # The ID of the asset to query.
6170
4958
  # @return [String]
@@ -6234,15 +5022,6 @@ module Aws::IoTSiteWise
6234
5022
  include Aws::Structure
6235
5023
  end
6236
5024
 
6237
- # @note When making an API call, you may pass ListBulkImportJobsRequest
6238
- # data as a hash:
6239
- #
6240
- # {
6241
- # next_token: "NextToken",
6242
- # max_results: 1,
6243
- # filter: "ALL", # accepts ALL, PENDING, RUNNING, CANCELLED, FAILED, COMPLETED_WITH_FAILURES, COMPLETED
6244
- # }
6245
- #
6246
5025
  # @!attribute [rw] next_token
6247
5026
  # The token to be used for the next set of paginated results.
6248
5027
  # @return [String]
@@ -6280,15 +5059,6 @@ module Aws::IoTSiteWise
6280
5059
  include Aws::Structure
6281
5060
  end
6282
5061
 
6283
- # @note When making an API call, you may pass ListDashboardsRequest
6284
- # data as a hash:
6285
- #
6286
- # {
6287
- # project_id: "ID", # required
6288
- # next_token: "NextToken",
6289
- # max_results: 1,
6290
- # }
6291
- #
6292
5062
  # @!attribute [rw] project_id
6293
5063
  # The ID of the project.
6294
5064
  # @return [String]
@@ -6327,14 +5097,6 @@ module Aws::IoTSiteWise
6327
5097
  include Aws::Structure
6328
5098
  end
6329
5099
 
6330
- # @note When making an API call, you may pass ListGatewaysRequest
6331
- # data as a hash:
6332
- #
6333
- # {
6334
- # next_token: "NextToken",
6335
- # max_results: 1,
6336
- # }
6337
- #
6338
5100
  # @!attribute [rw] next_token
6339
5101
  # The token to be used for the next set of paginated results.
6340
5102
  # @return [String]
@@ -6368,14 +5130,6 @@ module Aws::IoTSiteWise
6368
5130
  include Aws::Structure
6369
5131
  end
6370
5132
 
6371
- # @note When making an API call, you may pass ListPortalsRequest
6372
- # data as a hash:
6373
- #
6374
- # {
6375
- # next_token: "NextToken",
6376
- # max_results: 1,
6377
- # }
6378
- #
6379
5133
  # @!attribute [rw] next_token
6380
5134
  # The token to be used for the next set of paginated results.
6381
5135
  # @return [String]
@@ -6409,15 +5163,6 @@ module Aws::IoTSiteWise
6409
5163
  include Aws::Structure
6410
5164
  end
6411
5165
 
6412
- # @note When making an API call, you may pass ListProjectAssetsRequest
6413
- # data as a hash:
6414
- #
6415
- # {
6416
- # project_id: "ID", # required
6417
- # next_token: "NextToken",
6418
- # max_results: 1,
6419
- # }
6420
- #
6421
5166
  # @!attribute [rw] project_id
6422
5167
  # The ID of the project.
6423
5168
  # @return [String]
@@ -6457,15 +5202,6 @@ module Aws::IoTSiteWise
6457
5202
  include Aws::Structure
6458
5203
  end
6459
5204
 
6460
- # @note When making an API call, you may pass ListProjectsRequest
6461
- # data as a hash:
6462
- #
6463
- # {
6464
- # portal_id: "ID", # required
6465
- # next_token: "NextToken",
6466
- # max_results: 1,
6467
- # }
6468
- #
6469
5205
  # @!attribute [rw] portal_id
6470
5206
  # The ID of the portal.
6471
5207
  # @return [String]
@@ -6504,13 +5240,6 @@ module Aws::IoTSiteWise
6504
5240
  include Aws::Structure
6505
5241
  end
6506
5242
 
6507
- # @note When making an API call, you may pass ListTagsForResourceRequest
6508
- # data as a hash:
6509
- #
6510
- # {
6511
- # resource_arn: "AmazonResourceName", # required
6512
- # }
6513
- #
6514
5243
  # @!attribute [rw] resource_arn
6515
5244
  # The [ARN][1] of the resource.
6516
5245
  #
@@ -6541,17 +5270,6 @@ module Aws::IoTSiteWise
6541
5270
  include Aws::Structure
6542
5271
  end
6543
5272
 
6544
- # @note When making an API call, you may pass ListTimeSeriesRequest
6545
- # data as a hash:
6546
- #
6547
- # {
6548
- # next_token: "NextToken",
6549
- # max_results: 1,
6550
- # asset_id: "ID",
6551
- # alias_prefix: "PropertyAlias",
6552
- # time_series_type: "ASSOCIATED", # accepts ASSOCIATED, DISASSOCIATED
6553
- # }
6554
- #
6555
5273
  # @!attribute [rw] next_token
6556
5274
  # The token to be used for the next set of paginated results.
6557
5275
  # @return [String]
@@ -6607,13 +5325,6 @@ module Aws::IoTSiteWise
6607
5325
 
6608
5326
  # Contains logging options.
6609
5327
  #
6610
- # @note When making an API call, you may pass LoggingOptions
6611
- # data as a hash:
6612
- #
6613
- # {
6614
- # level: "ERROR", # required, accepts ERROR, INFO, OFF
6615
- # }
6616
- #
6617
5328
  # @!attribute [rw] level
6618
5329
  # The IoT SiteWise logging verbosity level.
6619
5330
  # @return [String]
@@ -6631,17 +5342,6 @@ module Aws::IoTSiteWise
6631
5342
  #
6632
5343
  # [1]: https://docs.aws.amazon.com/iot-sitewise/latest/userguide/asset-properties.html#measurements
6633
5344
  #
6634
- # @note When making an API call, you may pass Measurement
6635
- # data as a hash:
6636
- #
6637
- # {
6638
- # processing_config: {
6639
- # forwarding_config: { # required
6640
- # state: "DISABLED", # required, accepts DISABLED, ENABLED
6641
- # },
6642
- # },
6643
- # }
6644
- #
6645
5345
  # @!attribute [rw] processing_config
6646
5346
  # The processing configuration for the given measurement property. You
6647
5347
  # can configure measurements to be kept at the edge or forwarded to
@@ -6660,15 +5360,6 @@ module Aws::IoTSiteWise
6660
5360
  # Amazon Web Services Cloud. By default, measurements are forwarded to
6661
5361
  # the cloud.
6662
5362
  #
6663
- # @note When making an API call, you may pass MeasurementProcessingConfig
6664
- # data as a hash:
6665
- #
6666
- # {
6667
- # forwarding_config: { # required
6668
- # state: "DISABLED", # required, accepts DISABLED, ENABLED
6669
- # },
6670
- # }
6671
- #
6672
5363
  # @!attribute [rw] forwarding_config
6673
5364
  # The forwarding configuration for the given measurement property.
6674
5365
  # @return [Types::ForwardingConfig]
@@ -6697,31 +5388,6 @@ module Aws::IoTSiteWise
6697
5388
  #
6698
5389
  # [1]: https://docs.aws.amazon.com/iot-sitewise/latest/userguide/asset-properties.html#metrics
6699
5390
  #
6700
- # @note When making an API call, you may pass Metric
6701
- # data as a hash:
6702
- #
6703
- # {
6704
- # expression: "Expression", # required
6705
- # variables: [ # required
6706
- # {
6707
- # name: "VariableName", # required
6708
- # value: { # required
6709
- # property_id: "Macro", # required
6710
- # hierarchy_id: "Macro",
6711
- # },
6712
- # },
6713
- # ],
6714
- # window: { # required
6715
- # tumbling: {
6716
- # interval: "Interval", # required
6717
- # offset: "Offset",
6718
- # },
6719
- # },
6720
- # processing_config: {
6721
- # compute_location: "EDGE", # required, accepts EDGE, CLOUD
6722
- # },
6723
- # }
6724
- #
6725
5391
  # @!attribute [rw] expression
6726
5392
  # The mathematical expression that defines the metric aggregation
6727
5393
  # function. You can specify up to 10 variables per expression. You can
@@ -6764,13 +5430,6 @@ module Aws::IoTSiteWise
6764
5430
  # configure metrics to be computed at the edge or in the Amazon Web
6765
5431
  # Services Cloud. By default, metrics are forwarded to the cloud.
6766
5432
  #
6767
- # @note When making an API call, you may pass MetricProcessingConfig
6768
- # data as a hash:
6769
- #
6770
- # {
6771
- # compute_location: "EDGE", # required, accepts EDGE, CLOUD
6772
- # }
6773
- #
6774
5433
  # @!attribute [rw] compute_location
6775
5434
  # The compute location for the given metric property.
6776
5435
  # @return [String]
@@ -6784,16 +5443,6 @@ module Aws::IoTSiteWise
6784
5443
  # Contains a time interval window used for data aggregate computations
6785
5444
  # (for example, average, sum, count, and so on).
6786
5445
  #
6787
- # @note When making an API call, you may pass MetricWindow
6788
- # data as a hash:
6789
- #
6790
- # {
6791
- # tumbling: {
6792
- # interval: "Interval", # required
6793
- # offset: "Offset",
6794
- # },
6795
- # }
6796
- #
6797
5446
  # @!attribute [rw] tumbling
6798
5447
  # The tumbling time interval window.
6799
5448
  # @return [Types::TumblingWindow]
@@ -6823,16 +5472,6 @@ module Aws::IoTSiteWise
6823
5472
 
6824
5473
  # Contains information about the storage destination.
6825
5474
  #
6826
- # @note When making an API call, you may pass MultiLayerStorage
6827
- # data as a hash:
6828
- #
6829
- # {
6830
- # customer_managed_s3_storage: { # required
6831
- # s3_resource_arn: "ARN", # required
6832
- # role_arn: "ARN", # required
6833
- # },
6834
- # }
6835
- #
6836
5475
  # @!attribute [rw] customer_managed_s3_storage
6837
5476
  # Contains information about a customer managed Amazon S3 bucket.
6838
5477
  # @return [Types::CustomerManagedS3Storage]
@@ -6845,13 +5484,6 @@ module Aws::IoTSiteWise
6845
5484
 
6846
5485
  # Identifies an IoT SiteWise Monitor portal.
6847
5486
  #
6848
- # @note When making an API call, you may pass PortalResource
6849
- # data as a hash:
6850
- #
6851
- # {
6852
- # id: "ID", # required
6853
- # }
6854
- #
6855
5487
  # @!attribute [rw] id
6856
5488
  # The ID of the portal.
6857
5489
  # @return [String]
@@ -6939,13 +5571,6 @@ module Aws::IoTSiteWise
6939
5571
 
6940
5572
  # Identifies a specific IoT SiteWise Monitor project.
6941
5573
  #
6942
- # @note When making an API call, you may pass ProjectResource
6943
- # data as a hash:
6944
- #
6945
- # {
6946
- # id: "ID", # required
6947
- # }
6948
- #
6949
5574
  # @!attribute [rw] id
6950
5575
  # The ID of the project.
6951
5576
  # @return [String]
@@ -7072,61 +5697,6 @@ module Aws::IoTSiteWise
7072
5697
  # Contains a property type, which can be one of `attribute`,
7073
5698
  # `measurement`, `metric`, or `transform`.
7074
5699
  #
7075
- # @note When making an API call, you may pass PropertyType
7076
- # data as a hash:
7077
- #
7078
- # {
7079
- # attribute: {
7080
- # default_value: "DefaultValue",
7081
- # },
7082
- # measurement: {
7083
- # processing_config: {
7084
- # forwarding_config: { # required
7085
- # state: "DISABLED", # required, accepts DISABLED, ENABLED
7086
- # },
7087
- # },
7088
- # },
7089
- # transform: {
7090
- # expression: "Expression", # required
7091
- # variables: [ # required
7092
- # {
7093
- # name: "VariableName", # required
7094
- # value: { # required
7095
- # property_id: "Macro", # required
7096
- # hierarchy_id: "Macro",
7097
- # },
7098
- # },
7099
- # ],
7100
- # processing_config: {
7101
- # compute_location: "EDGE", # required, accepts EDGE, CLOUD
7102
- # forwarding_config: {
7103
- # state: "DISABLED", # required, accepts DISABLED, ENABLED
7104
- # },
7105
- # },
7106
- # },
7107
- # metric: {
7108
- # expression: "Expression", # required
7109
- # variables: [ # required
7110
- # {
7111
- # name: "VariableName", # required
7112
- # value: { # required
7113
- # property_id: "Macro", # required
7114
- # hierarchy_id: "Macro",
7115
- # },
7116
- # },
7117
- # ],
7118
- # window: { # required
7119
- # tumbling: {
7120
- # interval: "Interval", # required
7121
- # offset: "Offset",
7122
- # },
7123
- # },
7124
- # processing_config: {
7125
- # compute_location: "EDGE", # required, accepts EDGE, CLOUD
7126
- # },
7127
- # },
7128
- # }
7129
- #
7130
5700
  # @!attribute [rw] attribute
7131
5701
  # Specifies an asset attribute property. An attribute generally
7132
5702
  # contains static information, such as the serial number of an
@@ -7174,31 +5744,6 @@ module Aws::IoTSiteWise
7174
5744
  #
7175
5745
  # [1]: https://docs.aws.amazon.com/iot-sitewise/latest/APIReference/API_BatchPutAssetPropertyValue.html
7176
5746
  #
7177
- # @note When making an API call, you may pass PutAssetPropertyValueEntry
7178
- # data as a hash:
7179
- #
7180
- # {
7181
- # entry_id: "EntryId", # required
7182
- # asset_id: "ID",
7183
- # property_id: "ID",
7184
- # property_alias: "AssetPropertyAlias",
7185
- # property_values: [ # required
7186
- # {
7187
- # value: { # required
7188
- # string_value: "PropertyValueStringValue",
7189
- # integer_value: 1,
7190
- # double_value: 1.0,
7191
- # boolean_value: false,
7192
- # },
7193
- # timestamp: { # required
7194
- # time_in_seconds: 1, # required
7195
- # offset_in_nanos: 1,
7196
- # },
7197
- # quality: "GOOD", # accepts GOOD, BAD, UNCERTAIN
7198
- # },
7199
- # ],
7200
- # }
7201
- #
7202
5747
  # @!attribute [rw] entry_id
7203
5748
  # The user specified ID for the entry. You can use this ID to identify
7204
5749
  # which entries failed.
@@ -7239,14 +5784,6 @@ module Aws::IoTSiteWise
7239
5784
  include Aws::Structure
7240
5785
  end
7241
5786
 
7242
- # @note When making an API call, you may pass PutDefaultEncryptionConfigurationRequest
7243
- # data as a hash:
7244
- #
7245
- # {
7246
- # encryption_type: "SITEWISE_DEFAULT_ENCRYPTION", # required, accepts SITEWISE_DEFAULT_ENCRYPTION, KMS_BASED_ENCRYPTION
7247
- # kms_key_id: "KmsKeyId",
7248
- # }
7249
- #
7250
5787
  # @!attribute [rw] encryption_type
7251
5788
  # The type of encryption used for the encryption configuration.
7252
5789
  # @return [String]
@@ -7286,15 +5823,6 @@ module Aws::IoTSiteWise
7286
5823
  include Aws::Structure
7287
5824
  end
7288
5825
 
7289
- # @note When making an API call, you may pass PutLoggingOptionsRequest
7290
- # data as a hash:
7291
- #
7292
- # {
7293
- # logging_options: { # required
7294
- # level: "ERROR", # required, accepts ERROR, INFO, OFF
7295
- # },
7296
- # }
7297
- #
7298
5826
  # @!attribute [rw] logging_options
7299
5827
  # The logging options to set.
7300
5828
  # @return [Types::LoggingOptions]
@@ -7307,24 +5835,6 @@ module Aws::IoTSiteWise
7307
5835
 
7308
5836
  class PutLoggingOptionsResponse < Aws::EmptyStructure; end
7309
5837
 
7310
- # @note When making an API call, you may pass PutStorageConfigurationRequest
7311
- # data as a hash:
7312
- #
7313
- # {
7314
- # storage_type: "SITEWISE_DEFAULT_STORAGE", # required, accepts SITEWISE_DEFAULT_STORAGE, MULTI_LAYER_STORAGE
7315
- # multi_layer_storage: {
7316
- # customer_managed_s3_storage: { # required
7317
- # s3_resource_arn: "ARN", # required
7318
- # role_arn: "ARN", # required
7319
- # },
7320
- # },
7321
- # disassociated_data_storage: "ENABLED", # accepts ENABLED, DISABLED
7322
- # retention_period: {
7323
- # number_of_days: 1,
7324
- # unlimited: false,
7325
- # },
7326
- # }
7327
- #
7328
5838
  # @!attribute [rw] storage_type
7329
5839
  # The storage tier that you specified for your data. The `storageType`
7330
5840
  # parameter can be one of the following values:
@@ -7438,18 +5948,6 @@ module Aws::IoTSiteWise
7438
5948
 
7439
5949
  # Contains an IoT SiteWise Monitor resource ID for a portal or project.
7440
5950
  #
7441
- # @note When making an API call, you may pass Resource
7442
- # data as a hash:
7443
- #
7444
- # {
7445
- # portal: {
7446
- # id: "ID", # required
7447
- # },
7448
- # project: {
7449
- # id: "ID", # required
7450
- # },
7451
- # }
7452
- #
7453
5951
  # @!attribute [rw] portal
7454
5952
  # A portal resource.
7455
5953
  # @return [Types::PortalResource]
@@ -7500,14 +5998,6 @@ module Aws::IoTSiteWise
7500
5998
  # How many days your data is kept in the hot tier. By default, your data
7501
5999
  # is kept indefinitely in the hot tier.
7502
6000
  #
7503
- # @note When making an API call, you may pass RetentionPeriod
7504
- # data as a hash:
7505
- #
7506
- # {
7507
- # number_of_days: 1,
7508
- # unlimited: false,
7509
- # }
7510
- #
7511
6001
  # @!attribute [rw] number_of_days
7512
6002
  # The number of days that your data is kept.
7513
6003
  #
@@ -7544,16 +6034,6 @@ module Aws::IoTSiteWise
7544
6034
  include Aws::Structure
7545
6035
  end
7546
6036
 
7547
- # @note When making an API call, you may pass TagResourceRequest
7548
- # data as a hash:
7549
- #
7550
- # {
7551
- # resource_arn: "AmazonResourceName", # required
7552
- # tags: { # required
7553
- # "TagKey" => "TagValue",
7554
- # },
7555
- # }
7556
- #
7557
6037
  # @!attribute [rw] resource_arn
7558
6038
  # The [ARN][1] of the resource to tag.
7559
6039
  #
@@ -7603,14 +6083,6 @@ module Aws::IoTSiteWise
7603
6083
 
7604
6084
  # Contains a timestamp with optional nanosecond granularity.
7605
6085
  #
7606
- # @note When making an API call, you may pass TimeInNanos
7607
- # data as a hash:
7608
- #
7609
- # {
7610
- # time_in_seconds: 1, # required
7611
- # offset_in_nanos: 1,
7612
- # }
7613
- #
7614
6086
  # @!attribute [rw] time_in_seconds
7615
6087
  # The timestamp date, in seconds, in the Unix epoch format. Fractional
7616
6088
  # nanosecond data is provided by `offsetInNanos`.
@@ -7720,28 +6192,6 @@ module Aws::IoTSiteWise
7720
6192
  #
7721
6193
  # [1]: https://docs.aws.amazon.com/iot-sitewise/latest/userguide/asset-properties.html#transforms
7722
6194
  #
7723
- # @note When making an API call, you may pass Transform
7724
- # data as a hash:
7725
- #
7726
- # {
7727
- # expression: "Expression", # required
7728
- # variables: [ # required
7729
- # {
7730
- # name: "VariableName", # required
7731
- # value: { # required
7732
- # property_id: "Macro", # required
7733
- # hierarchy_id: "Macro",
7734
- # },
7735
- # },
7736
- # ],
7737
- # processing_config: {
7738
- # compute_location: "EDGE", # required, accepts EDGE, CLOUD
7739
- # forwarding_config: {
7740
- # state: "DISABLED", # required, accepts DISABLED, ENABLED
7741
- # },
7742
- # },
7743
- # }
7744
- #
7745
6195
  # @!attribute [rw] expression
7746
6196
  # The mathematical expression that defines the transformation
7747
6197
  # function. You can specify up to 10 variables per expression. You can
@@ -7779,16 +6229,6 @@ module Aws::IoTSiteWise
7779
6229
  # Web Services Cloud. You can also configure transforms to be computed
7780
6230
  # at the edge or in the cloud.
7781
6231
  #
7782
- # @note When making an API call, you may pass TransformProcessingConfig
7783
- # data as a hash:
7784
- #
7785
- # {
7786
- # compute_location: "EDGE", # required, accepts EDGE, CLOUD
7787
- # forwarding_config: {
7788
- # state: "DISABLED", # required, accepts DISABLED, ENABLED
7789
- # },
7790
- # }
7791
- #
7792
6232
  # @!attribute [rw] compute_location
7793
6233
  # The compute location for the given transform property.
7794
6234
  # @return [String]
@@ -7821,14 +6261,6 @@ module Aws::IoTSiteWise
7821
6261
  #
7822
6262
  # [1]: https://en.wikipedia.org/wiki/ISO_8601
7823
6263
  #
7824
- # @note When making an API call, you may pass TumblingWindow
7825
- # data as a hash:
7826
- #
7827
- # {
7828
- # interval: "Interval", # required
7829
- # offset: "Offset",
7830
- # }
7831
- #
7832
6264
  # @!attribute [rw] interval
7833
6265
  # The time interval for the tumbling window. The interval time must be
7834
6266
  # between 1 minute and 1 week.
@@ -7913,14 +6345,6 @@ module Aws::IoTSiteWise
7913
6345
  include Aws::Structure
7914
6346
  end
7915
6347
 
7916
- # @note When making an API call, you may pass UntagResourceRequest
7917
- # data as a hash:
7918
- #
7919
- # {
7920
- # resource_arn: "AmazonResourceName", # required
7921
- # tag_keys: ["TagKey"], # required
7922
- # }
7923
- #
7924
6348
  # @!attribute [rw] resource_arn
7925
6349
  # The [ARN][1] of the resource to untag.
7926
6350
  #
@@ -7942,37 +6366,6 @@ module Aws::IoTSiteWise
7942
6366
 
7943
6367
  class UntagResourceResponse < Aws::EmptyStructure; end
7944
6368
 
7945
- # @note When making an API call, you may pass UpdateAccessPolicyRequest
7946
- # data as a hash:
7947
- #
7948
- # {
7949
- # access_policy_id: "ID", # required
7950
- # access_policy_identity: { # required
7951
- # user: {
7952
- # id: "IdentityId", # required
7953
- # },
7954
- # group: {
7955
- # id: "IdentityId", # required
7956
- # },
7957
- # iam_user: {
7958
- # arn: "ARN", # required
7959
- # },
7960
- # iam_role: {
7961
- # arn: "ARN", # required
7962
- # },
7963
- # },
7964
- # access_policy_resource: { # required
7965
- # portal: {
7966
- # id: "ID", # required
7967
- # },
7968
- # project: {
7969
- # id: "ID", # required
7970
- # },
7971
- # },
7972
- # access_policy_permission: "ADMINISTRATOR", # required, accepts ADMINISTRATOR, VIEWER
7973
- # client_token: "ClientToken",
7974
- # }
7975
- #
7976
6369
  # @!attribute [rw] access_policy_id
7977
6370
  # The ID of the access policy.
7978
6371
  # @return [String]
@@ -8013,151 +6406,6 @@ module Aws::IoTSiteWise
8013
6406
 
8014
6407
  class UpdateAccessPolicyResponse < Aws::EmptyStructure; end
8015
6408
 
8016
- # @note When making an API call, you may pass UpdateAssetModelRequest
8017
- # data as a hash:
8018
- #
8019
- # {
8020
- # asset_model_id: "ID", # required
8021
- # asset_model_name: "Name", # required
8022
- # asset_model_description: "Description",
8023
- # asset_model_properties: [
8024
- # {
8025
- # id: "ID",
8026
- # name: "Name", # required
8027
- # data_type: "STRING", # required, accepts STRING, INTEGER, DOUBLE, BOOLEAN, STRUCT
8028
- # data_type_spec: "Name",
8029
- # unit: "PropertyUnit",
8030
- # type: { # required
8031
- # attribute: {
8032
- # default_value: "DefaultValue",
8033
- # },
8034
- # measurement: {
8035
- # processing_config: {
8036
- # forwarding_config: { # required
8037
- # state: "DISABLED", # required, accepts DISABLED, ENABLED
8038
- # },
8039
- # },
8040
- # },
8041
- # transform: {
8042
- # expression: "Expression", # required
8043
- # variables: [ # required
8044
- # {
8045
- # name: "VariableName", # required
8046
- # value: { # required
8047
- # property_id: "Macro", # required
8048
- # hierarchy_id: "Macro",
8049
- # },
8050
- # },
8051
- # ],
8052
- # processing_config: {
8053
- # compute_location: "EDGE", # required, accepts EDGE, CLOUD
8054
- # forwarding_config: {
8055
- # state: "DISABLED", # required, accepts DISABLED, ENABLED
8056
- # },
8057
- # },
8058
- # },
8059
- # metric: {
8060
- # expression: "Expression", # required
8061
- # variables: [ # required
8062
- # {
8063
- # name: "VariableName", # required
8064
- # value: { # required
8065
- # property_id: "Macro", # required
8066
- # hierarchy_id: "Macro",
8067
- # },
8068
- # },
8069
- # ],
8070
- # window: { # required
8071
- # tumbling: {
8072
- # interval: "Interval", # required
8073
- # offset: "Offset",
8074
- # },
8075
- # },
8076
- # processing_config: {
8077
- # compute_location: "EDGE", # required, accepts EDGE, CLOUD
8078
- # },
8079
- # },
8080
- # },
8081
- # },
8082
- # ],
8083
- # asset_model_hierarchies: [
8084
- # {
8085
- # id: "ID",
8086
- # name: "Name", # required
8087
- # child_asset_model_id: "ID", # required
8088
- # },
8089
- # ],
8090
- # asset_model_composite_models: [
8091
- # {
8092
- # name: "Name", # required
8093
- # description: "Description",
8094
- # type: "Name", # required
8095
- # properties: [
8096
- # {
8097
- # id: "ID",
8098
- # name: "Name", # required
8099
- # data_type: "STRING", # required, accepts STRING, INTEGER, DOUBLE, BOOLEAN, STRUCT
8100
- # data_type_spec: "Name",
8101
- # unit: "PropertyUnit",
8102
- # type: { # required
8103
- # attribute: {
8104
- # default_value: "DefaultValue",
8105
- # },
8106
- # measurement: {
8107
- # processing_config: {
8108
- # forwarding_config: { # required
8109
- # state: "DISABLED", # required, accepts DISABLED, ENABLED
8110
- # },
8111
- # },
8112
- # },
8113
- # transform: {
8114
- # expression: "Expression", # required
8115
- # variables: [ # required
8116
- # {
8117
- # name: "VariableName", # required
8118
- # value: { # required
8119
- # property_id: "Macro", # required
8120
- # hierarchy_id: "Macro",
8121
- # },
8122
- # },
8123
- # ],
8124
- # processing_config: {
8125
- # compute_location: "EDGE", # required, accepts EDGE, CLOUD
8126
- # forwarding_config: {
8127
- # state: "DISABLED", # required, accepts DISABLED, ENABLED
8128
- # },
8129
- # },
8130
- # },
8131
- # metric: {
8132
- # expression: "Expression", # required
8133
- # variables: [ # required
8134
- # {
8135
- # name: "VariableName", # required
8136
- # value: { # required
8137
- # property_id: "Macro", # required
8138
- # hierarchy_id: "Macro",
8139
- # },
8140
- # },
8141
- # ],
8142
- # window: { # required
8143
- # tumbling: {
8144
- # interval: "Interval", # required
8145
- # offset: "Offset",
8146
- # },
8147
- # },
8148
- # processing_config: {
8149
- # compute_location: "EDGE", # required, accepts EDGE, CLOUD
8150
- # },
8151
- # },
8152
- # },
8153
- # },
8154
- # ],
8155
- # id: "ID",
8156
- # },
8157
- # ],
8158
- # client_token: "ClientToken",
8159
- # }
8160
- #
8161
6409
  # @!attribute [rw] asset_model_id
8162
6410
  # The ID of the asset model to update.
8163
6411
  # @return [String]
@@ -8239,18 +6487,6 @@ module Aws::IoTSiteWise
8239
6487
  include Aws::Structure
8240
6488
  end
8241
6489
 
8242
- # @note When making an API call, you may pass UpdateAssetPropertyRequest
8243
- # data as a hash:
8244
- #
8245
- # {
8246
- # asset_id: "ID", # required
8247
- # property_id: "ID", # required
8248
- # property_alias: "PropertyAlias",
8249
- # property_notification_state: "ENABLED", # accepts ENABLED, DISABLED
8250
- # client_token: "ClientToken",
8251
- # property_unit: "PropertyUnit",
8252
- # }
8253
- #
8254
6490
  # @!attribute [rw] asset_id
8255
6491
  # The ID of the asset to be updated.
8256
6492
  # @return [String]
@@ -8314,16 +6550,6 @@ module Aws::IoTSiteWise
8314
6550
  include Aws::Structure
8315
6551
  end
8316
6552
 
8317
- # @note When making an API call, you may pass UpdateAssetRequest
8318
- # data as a hash:
8319
- #
8320
- # {
8321
- # asset_id: "ID", # required
8322
- # asset_name: "Name", # required
8323
- # client_token: "ClientToken",
8324
- # asset_description: "Description",
8325
- # }
8326
- #
8327
6553
  # @!attribute [rw] asset_id
8328
6554
  # The ID of the asset to update.
8329
6555
  # @return [String]
@@ -8365,17 +6591,6 @@ module Aws::IoTSiteWise
8365
6591
  include Aws::Structure
8366
6592
  end
8367
6593
 
8368
- # @note When making an API call, you may pass UpdateDashboardRequest
8369
- # data as a hash:
8370
- #
8371
- # {
8372
- # dashboard_id: "ID", # required
8373
- # dashboard_name: "Name", # required
8374
- # dashboard_description: "Description",
8375
- # dashboard_definition: "DashboardDefinition", # required
8376
- # client_token: "ClientToken",
8377
- # }
8378
- #
8379
6594
  # @!attribute [rw] dashboard_id
8380
6595
  # The ID of the dashboard to update.
8381
6596
  # @return [String]
@@ -8419,15 +6634,6 @@ module Aws::IoTSiteWise
8419
6634
 
8420
6635
  class UpdateDashboardResponse < Aws::EmptyStructure; end
8421
6636
 
8422
- # @note When making an API call, you may pass UpdateGatewayCapabilityConfigurationRequest
8423
- # data as a hash:
8424
- #
8425
- # {
8426
- # gateway_id: "ID", # required
8427
- # capability_namespace: "CapabilityNamespace", # required
8428
- # capability_configuration: "CapabilityConfiguration", # required
8429
- # }
8430
- #
8431
6637
  # @!attribute [rw] gateway_id
8432
6638
  # The ID of the gateway to be updated.
8433
6639
  # @return [String]
@@ -8485,14 +6691,6 @@ module Aws::IoTSiteWise
8485
6691
  include Aws::Structure
8486
6692
  end
8487
6693
 
8488
- # @note When making an API call, you may pass UpdateGatewayRequest
8489
- # data as a hash:
8490
- #
8491
- # {
8492
- # gateway_id: "ID", # required
8493
- # gateway_name: "Name", # required
8494
- # }
8495
- #
8496
6694
  # @!attribute [rw] gateway_id
8497
6695
  # The ID of the gateway to update.
8498
6696
  # @return [String]
@@ -8508,30 +6706,6 @@ module Aws::IoTSiteWise
8508
6706
  include Aws::Structure
8509
6707
  end
8510
6708
 
8511
- # @note When making an API call, you may pass UpdatePortalRequest
8512
- # data as a hash:
8513
- #
8514
- # {
8515
- # portal_id: "ID", # required
8516
- # portal_name: "Name", # required
8517
- # portal_description: "Description",
8518
- # portal_contact_email: "Email", # required
8519
- # portal_logo_image: {
8520
- # id: "ID",
8521
- # file: {
8522
- # data: "data", # required
8523
- # type: "PNG", # required, accepts PNG
8524
- # },
8525
- # },
8526
- # role_arn: "ARN", # required
8527
- # client_token: "ClientToken",
8528
- # notification_sender_email: "Email",
8529
- # alarms: {
8530
- # alarm_role_arn: "ARN", # required
8531
- # notification_lambda_arn: "ARN",
8532
- # },
8533
- # }
8534
- #
8535
6709
  # @!attribute [rw] portal_id
8536
6710
  # The ID of the portal to update.
8537
6711
  # @return [String]
@@ -8619,16 +6793,6 @@ module Aws::IoTSiteWise
8619
6793
  include Aws::Structure
8620
6794
  end
8621
6795
 
8622
- # @note When making an API call, you may pass UpdateProjectRequest
8623
- # data as a hash:
8624
- #
8625
- # {
8626
- # project_id: "ID", # required
8627
- # project_name: "Name", # required
8628
- # project_description: "Description",
8629
- # client_token: "ClientToken",
8630
- # }
8631
- #
8632
6796
  # @!attribute [rw] project_id
8633
6797
  # The ID of the project to update.
8634
6798
  # @return [String]
@@ -8663,13 +6827,6 @@ module Aws::IoTSiteWise
8663
6827
 
8664
6828
  # Contains information for a user identity in an access policy.
8665
6829
  #
8666
- # @note When making an API call, you may pass UserIdentity
8667
- # data as a hash:
8668
- #
8669
- # {
8670
- # id: "IdentityId", # required
8671
- # }
8672
- #
8673
6830
  # @!attribute [rw] id
8674
6831
  # The IAM Identity Center ID of the user.
8675
6832
  # @return [String]
@@ -8682,14 +6839,6 @@ module Aws::IoTSiteWise
8682
6839
 
8683
6840
  # Identifies a property value used in an expression.
8684
6841
  #
8685
- # @note When making an API call, you may pass VariableValue
8686
- # data as a hash:
8687
- #
8688
- # {
8689
- # property_id: "Macro", # required
8690
- # hierarchy_id: "Macro",
8691
- # }
8692
- #
8693
6842
  # @!attribute [rw] property_id
8694
6843
  # The ID of the property to use as the variable. You can use the
8695
6844
  # property `name` if it's from the same asset model.
@@ -8719,16 +6868,6 @@ module Aws::IoTSiteWise
8719
6868
 
8720
6869
  # Contains an asset property value (of a single type only).
8721
6870
  #
8722
- # @note When making an API call, you may pass Variant
8723
- # data as a hash:
8724
- #
8725
- # {
8726
- # string_value: "PropertyValueStringValue",
8727
- # integer_value: 1,
8728
- # double_value: 1.0,
8729
- # boolean_value: false,
8730
- # }
8731
- #
8732
6871
  # @!attribute [rw] string_value
8733
6872
  # Asset property data of type string (sequence of characters).
8734
6873
  # @return [String]