aws-sdk-iotsitewise 1.88.0 → 1.89.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.
data/sig/types.rbs CHANGED
@@ -40,6 +40,7 @@ module Aws::IoTSiteWise
40
40
  attr_accessor action_id: ::String
41
41
  attr_accessor action_definition_id: ::String
42
42
  attr_accessor target_resource: Types::TargetResource
43
+ attr_accessor resolve_to: Types::ResolveTo
43
44
  SENSITIVE: []
44
45
  end
45
46
 
@@ -66,6 +67,11 @@ module Aws::IoTSiteWise
66
67
  SENSITIVE: []
67
68
  end
68
69
 
70
+ class AssetBindingValueFilter
71
+ attr_accessor asset_id: ::String
72
+ SENSITIVE: []
73
+ end
74
+
69
75
  class AssetCompositeModel
70
76
  attr_accessor name: ::String
71
77
  attr_accessor description: ::String
@@ -101,8 +107,8 @@ module Aws::IoTSiteWise
101
107
 
102
108
  class AssetHierarchy
103
109
  attr_accessor id: ::String
104
- attr_accessor name: ::String
105
110
  attr_accessor external_id: ::String
111
+ attr_accessor name: ::String
106
112
  SENSITIVE: []
107
113
  end
108
114
 
@@ -112,6 +118,11 @@ module Aws::IoTSiteWise
112
118
  SENSITIVE: []
113
119
  end
114
120
 
121
+ class AssetModelBindingValueFilter
122
+ attr_accessor asset_model_id: ::String
123
+ SENSITIVE: []
124
+ end
125
+
115
126
  class AssetModelCompositeModel
116
127
  attr_accessor name: ::String
117
128
  attr_accessor description: ::String
@@ -176,6 +187,18 @@ module Aws::IoTSiteWise
176
187
  SENSITIVE: []
177
188
  end
178
189
 
190
+ class AssetModelPropertyBindingValue
191
+ attr_accessor asset_model_id: ::String
192
+ attr_accessor property_id: ::String
193
+ SENSITIVE: []
194
+ end
195
+
196
+ class AssetModelPropertyBindingValueFilter
197
+ attr_accessor asset_model_id: ::String
198
+ attr_accessor property_id: ::String
199
+ SENSITIVE: []
200
+ end
201
+
179
202
  class AssetModelPropertyDefinition
180
203
  attr_accessor id: ::String
181
204
  attr_accessor external_id: ::String
@@ -228,6 +251,7 @@ module Aws::IoTSiteWise
228
251
 
229
252
  class AssetProperty
230
253
  attr_accessor id: ::String
254
+ attr_accessor external_id: ::String
231
255
  attr_accessor name: ::String
232
256
  attr_accessor alias: ::String
233
257
  attr_accessor notification: Types::PropertyNotification
@@ -235,7 +259,18 @@ module Aws::IoTSiteWise
235
259
  attr_accessor data_type_spec: ::String
236
260
  attr_accessor unit: ::String
237
261
  attr_accessor path: ::Array[Types::AssetPropertyPathSegment]
238
- attr_accessor external_id: ::String
262
+ SENSITIVE: []
263
+ end
264
+
265
+ class AssetPropertyBindingValue
266
+ attr_accessor asset_id: ::String
267
+ attr_accessor property_id: ::String
268
+ SENSITIVE: []
269
+ end
270
+
271
+ class AssetPropertyBindingValueFilter
272
+ attr_accessor asset_id: ::String
273
+ attr_accessor property_id: ::String
239
274
  SENSITIVE: []
240
275
  end
241
276
 
@@ -247,12 +282,12 @@ module Aws::IoTSiteWise
247
282
 
248
283
  class AssetPropertySummary
249
284
  attr_accessor id: ::String
285
+ attr_accessor external_id: ::String
250
286
  attr_accessor alias: ::String
251
287
  attr_accessor unit: ::String
252
288
  attr_accessor notification: Types::PropertyNotification
253
289
  attr_accessor asset_composite_model_id: ::String
254
290
  attr_accessor path: ::Array[Types::AssetPropertyPathSegment]
255
- attr_accessor external_id: ::String
256
291
  SENSITIVE: []
257
292
  end
258
293
 
@@ -277,6 +312,7 @@ module Aws::IoTSiteWise
277
312
 
278
313
  class AssetSummary
279
314
  attr_accessor id: ::String
315
+ attr_accessor external_id: ::String
280
316
  attr_accessor arn: ::String
281
317
  attr_accessor name: ::String
282
318
  attr_accessor asset_model_id: ::String
@@ -285,7 +321,6 @@ module Aws::IoTSiteWise
285
321
  attr_accessor status: Types::AssetStatus
286
322
  attr_accessor hierarchies: ::Array[Types::AssetHierarchy]
287
323
  attr_accessor description: ::String
288
- attr_accessor external_id: ::String
289
324
  SENSITIVE: []
290
325
  end
291
326
 
@@ -307,6 +342,7 @@ module Aws::IoTSiteWise
307
342
 
308
343
  class AssociatedAssetsSummary
309
344
  attr_accessor id: ::String
345
+ attr_accessor external_id: ::String
310
346
  attr_accessor arn: ::String
311
347
  attr_accessor name: ::String
312
348
  attr_accessor asset_model_id: ::String
@@ -315,7 +351,6 @@ module Aws::IoTSiteWise
315
351
  attr_accessor status: Types::AssetStatus
316
352
  attr_accessor hierarchies: ::Array[Types::AssetHierarchy]
317
353
  attr_accessor description: ::String
318
- attr_accessor external_id: ::String
319
354
  SENSITIVE: []
320
355
  end
321
356
 
@@ -571,6 +606,54 @@ module Aws::IoTSiteWise
571
606
  SENSITIVE: []
572
607
  end
573
608
 
609
+ class ComputationModelAnomalyDetectionConfiguration
610
+ attr_accessor input_properties: ::String
611
+ attr_accessor result_property: ::String
612
+ SENSITIVE: []
613
+ end
614
+
615
+ class ComputationModelConfiguration
616
+ attr_accessor anomaly_detection: Types::ComputationModelAnomalyDetectionConfiguration
617
+ SENSITIVE: []
618
+ end
619
+
620
+ class ComputationModelDataBindingUsageSummary
621
+ attr_accessor computation_model_ids: ::Array[::String]
622
+ attr_accessor matched_data_binding: Types::MatchedDataBinding
623
+ SENSITIVE: []
624
+ end
625
+
626
+ class ComputationModelDataBindingValue
627
+ attr_accessor asset_model_property: Types::AssetModelPropertyBindingValue
628
+ attr_accessor asset_property: Types::AssetPropertyBindingValue
629
+ attr_accessor list: ::Array[Types::ComputationModelDataBindingValue]
630
+ SENSITIVE: []
631
+ end
632
+
633
+ class ComputationModelResolveToResourceSummary
634
+ attr_accessor resolve_to: Types::ResolveTo
635
+ SENSITIVE: []
636
+ end
637
+
638
+ class ComputationModelStatus
639
+ attr_accessor state: ("CREATING" | "ACTIVE" | "UPDATING" | "DELETING" | "FAILED")
640
+ attr_accessor error: Types::ErrorDetails
641
+ SENSITIVE: []
642
+ end
643
+
644
+ class ComputationModelSummary
645
+ attr_accessor id: ::String
646
+ attr_accessor arn: ::String
647
+ attr_accessor name: ::String
648
+ attr_accessor description: ::String
649
+ attr_accessor type: ("ANOMALY_DETECTION")
650
+ attr_accessor creation_date: ::Time
651
+ attr_accessor last_update_date: ::Time
652
+ attr_accessor status: Types::ComputationModelStatus
653
+ attr_accessor version: ::String
654
+ SENSITIVE: []
655
+ end
656
+
574
657
  class ConfigurationErrorDetails
575
658
  attr_accessor code: ("VALIDATION_ERROR" | "INTERNAL_FAILURE")
576
659
  attr_accessor message: ::String
@@ -659,11 +742,11 @@ module Aws::IoTSiteWise
659
742
  class CreateAssetRequest
660
743
  attr_accessor asset_name: ::String
661
744
  attr_accessor asset_model_id: ::String
745
+ attr_accessor asset_id: ::String
746
+ attr_accessor asset_external_id: ::String
662
747
  attr_accessor client_token: ::String
663
748
  attr_accessor tags: ::Hash[::String, ::String]
664
749
  attr_accessor asset_description: ::String
665
- attr_accessor asset_id: ::String
666
- attr_accessor asset_external_id: ::String
667
750
  SENSITIVE: []
668
751
  end
669
752
 
@@ -692,6 +775,23 @@ module Aws::IoTSiteWise
692
775
  SENSITIVE: []
693
776
  end
694
777
 
778
+ class CreateComputationModelRequest
779
+ attr_accessor computation_model_name: ::String
780
+ attr_accessor computation_model_description: ::String
781
+ attr_accessor computation_model_configuration: Types::ComputationModelConfiguration
782
+ attr_accessor computation_model_data_binding: ::Hash[::String, Types::ComputationModelDataBindingValue]
783
+ attr_accessor client_token: ::String
784
+ attr_accessor tags: ::Hash[::String, ::String]
785
+ SENSITIVE: []
786
+ end
787
+
788
+ class CreateComputationModelResponse
789
+ attr_accessor computation_model_id: ::String
790
+ attr_accessor computation_model_arn: ::String
791
+ attr_accessor computation_model_status: Types::ComputationModelStatus
792
+ SENSITIVE: []
793
+ end
794
+
695
795
  class CreateDashboardRequest
696
796
  attr_accessor project_id: ::String
697
797
  attr_accessor dashboard_name: ::String
@@ -799,6 +899,20 @@ module Aws::IoTSiteWise
799
899
  SENSITIVE: []
800
900
  end
801
901
 
902
+ class DataBindingValue
903
+ attr_accessor asset_model_property: Types::AssetModelPropertyBindingValue
904
+ attr_accessor asset_property: Types::AssetPropertyBindingValue
905
+ SENSITIVE: []
906
+ end
907
+
908
+ class DataBindingValueFilter
909
+ attr_accessor asset: Types::AssetBindingValueFilter
910
+ attr_accessor asset_model: Types::AssetModelBindingValueFilter
911
+ attr_accessor asset_property: Types::AssetPropertyBindingValueFilter
912
+ attr_accessor asset_model_property: Types::AssetModelPropertyBindingValueFilter
913
+ SENSITIVE: []
914
+ end
915
+
802
916
  class DataSetReference
803
917
  attr_accessor dataset_arn: ::String
804
918
  attr_accessor source: Types::Source
@@ -886,6 +1000,17 @@ module Aws::IoTSiteWise
886
1000
  SENSITIVE: []
887
1001
  end
888
1002
 
1003
+ class DeleteComputationModelRequest
1004
+ attr_accessor computation_model_id: ::String
1005
+ attr_accessor client_token: ::String
1006
+ SENSITIVE: []
1007
+ end
1008
+
1009
+ class DeleteComputationModelResponse
1010
+ attr_accessor computation_model_status: Types::ComputationModelStatus
1011
+ SENSITIVE: []
1012
+ end
1013
+
889
1014
  class DeleteDashboardRequest
890
1015
  attr_accessor dashboard_id: ::String
891
1016
  attr_accessor client_token: ::String
@@ -966,6 +1091,7 @@ module Aws::IoTSiteWise
966
1091
  attr_accessor action_definition_id: ::String
967
1092
  attr_accessor action_payload: Types::ActionPayload
968
1093
  attr_accessor execution_time: ::Time
1094
+ attr_accessor resolve_to: Types::ResolveTo
969
1095
  SENSITIVE: []
970
1096
  end
971
1097
 
@@ -1045,11 +1171,11 @@ module Aws::IoTSiteWise
1045
1171
 
1046
1172
  class DescribeAssetPropertyResponse
1047
1173
  attr_accessor asset_id: ::String
1174
+ attr_accessor asset_external_id: ::String
1048
1175
  attr_accessor asset_name: ::String
1049
1176
  attr_accessor asset_model_id: ::String
1050
1177
  attr_accessor asset_property: Types::Property
1051
1178
  attr_accessor composite_model: Types::CompositeModelProperty
1052
- attr_accessor asset_external_id: ::String
1053
1179
  SENSITIVE: []
1054
1180
  end
1055
1181
 
@@ -1061,6 +1187,7 @@ module Aws::IoTSiteWise
1061
1187
 
1062
1188
  class DescribeAssetResponse
1063
1189
  attr_accessor asset_id: ::String
1190
+ attr_accessor asset_external_id: ::String
1064
1191
  attr_accessor asset_arn: ::String
1065
1192
  attr_accessor asset_name: ::String
1066
1193
  attr_accessor asset_model_id: ::String
@@ -1072,7 +1199,6 @@ module Aws::IoTSiteWise
1072
1199
  attr_accessor asset_status: Types::AssetStatus
1073
1200
  attr_accessor asset_description: ::String
1074
1201
  attr_accessor asset_composite_model_summaries: ::Array[Types::AssetCompositeModelSummary]
1075
- attr_accessor asset_external_id: ::String
1076
1202
  SENSITIVE: []
1077
1203
  end
1078
1204
 
@@ -1096,6 +1222,40 @@ module Aws::IoTSiteWise
1096
1222
  SENSITIVE: []
1097
1223
  end
1098
1224
 
1225
+ class DescribeComputationModelExecutionSummaryRequest
1226
+ attr_accessor computation_model_id: ::String
1227
+ attr_accessor resolve_to_resource_type: ("ASSET")
1228
+ attr_accessor resolve_to_resource_id: ::String
1229
+ SENSITIVE: []
1230
+ end
1231
+
1232
+ class DescribeComputationModelExecutionSummaryResponse
1233
+ attr_accessor computation_model_id: ::String
1234
+ attr_accessor resolve_to: Types::ResolveTo
1235
+ attr_accessor computation_model_execution_summary: ::Hash[::String, ::String]
1236
+ SENSITIVE: []
1237
+ end
1238
+
1239
+ class DescribeComputationModelRequest
1240
+ attr_accessor computation_model_id: ::String
1241
+ SENSITIVE: []
1242
+ end
1243
+
1244
+ class DescribeComputationModelResponse
1245
+ attr_accessor computation_model_id: ::String
1246
+ attr_accessor computation_model_arn: ::String
1247
+ attr_accessor computation_model_name: ::String
1248
+ attr_accessor computation_model_description: ::String
1249
+ attr_accessor computation_model_configuration: Types::ComputationModelConfiguration
1250
+ attr_accessor computation_model_data_binding: ::Hash[::String, Types::ComputationModelDataBindingValue]
1251
+ attr_accessor computation_model_creation_date: ::Time
1252
+ attr_accessor computation_model_last_update_date: ::Time
1253
+ attr_accessor computation_model_status: Types::ComputationModelStatus
1254
+ attr_accessor computation_model_version: ::String
1255
+ attr_accessor action_definitions: ::Array[Types::ActionDefinition]
1256
+ SENSITIVE: []
1257
+ end
1258
+
1099
1259
  class DescribeDashboardRequest
1100
1260
  attr_accessor dashboard_id: ::String
1101
1261
  SENSITIVE: []
@@ -1141,6 +1301,26 @@ module Aws::IoTSiteWise
1141
1301
  SENSITIVE: []
1142
1302
  end
1143
1303
 
1304
+ class DescribeExecutionRequest
1305
+ attr_accessor execution_id: ::String
1306
+ SENSITIVE: []
1307
+ end
1308
+
1309
+ class DescribeExecutionResponse
1310
+ attr_accessor execution_id: ::String
1311
+ attr_accessor action_type: ::String
1312
+ attr_accessor target_resource: Types::TargetResource
1313
+ attr_accessor target_resource_version: ::String
1314
+ attr_accessor resolve_to: Types::ResolveTo
1315
+ attr_accessor execution_start_time: ::Time
1316
+ attr_accessor execution_end_time: ::Time
1317
+ attr_accessor execution_status: Types::ExecutionStatus
1318
+ attr_accessor execution_result: ::Hash[::String, ::String]
1319
+ attr_accessor execution_details: ::Hash[::String, ::String]
1320
+ attr_accessor execution_entity_version: ::String
1321
+ SENSITIVE: []
1322
+ end
1323
+
1144
1324
  class DescribeGatewayCapabilityConfigurationRequest
1145
1325
  attr_accessor gateway_id: ::String
1146
1326
  attr_accessor capability_namespace: ::String
@@ -1298,6 +1478,7 @@ module Aws::IoTSiteWise
1298
1478
  attr_accessor action_definition_id: ::String
1299
1479
  attr_accessor action_payload: Types::ActionPayload
1300
1480
  attr_accessor client_token: ::String
1481
+ attr_accessor resolve_to: Types::ResolveTo
1301
1482
  SENSITIVE: []
1302
1483
  end
1303
1484
 
@@ -1321,6 +1502,24 @@ module Aws::IoTSiteWise
1321
1502
  SENSITIVE: []
1322
1503
  end
1323
1504
 
1505
+ class ExecutionStatus
1506
+ attr_accessor state: ("RUNNING" | "COMPLETED" | "FAILED")
1507
+ SENSITIVE: []
1508
+ end
1509
+
1510
+ class ExecutionSummary
1511
+ attr_accessor execution_id: ::String
1512
+ attr_accessor action_type: ::String
1513
+ attr_accessor target_resource: Types::TargetResource
1514
+ attr_accessor target_resource_version: ::String
1515
+ attr_accessor resolve_to: Types::ResolveTo
1516
+ attr_accessor execution_start_time: ::Time
1517
+ attr_accessor execution_end_time: ::Time
1518
+ attr_accessor execution_status: Types::ExecutionStatus
1519
+ attr_accessor execution_entity_version: ::String
1520
+ SENSITIVE: []
1521
+ end
1522
+
1324
1523
  class ExpressionVariable
1325
1524
  attr_accessor name: ::String
1326
1525
  attr_accessor value: Types::VariableValue
@@ -1576,10 +1775,12 @@ module Aws::IoTSiteWise
1576
1775
  end
1577
1776
 
1578
1777
  class ListActionsRequest
1579
- attr_accessor target_resource_type: ("ASSET")
1778
+ attr_accessor target_resource_type: ("ASSET" | "COMPUTATION_MODEL")
1580
1779
  attr_accessor target_resource_id: ::String
1581
1780
  attr_accessor next_token: ::String
1582
1781
  attr_accessor max_results: ::Integer
1782
+ attr_accessor resolve_to_resource_type: ("ASSET")
1783
+ attr_accessor resolve_to_resource_id: ::String
1583
1784
  SENSITIVE: []
1584
1785
  end
1585
1786
 
@@ -1715,6 +1916,45 @@ module Aws::IoTSiteWise
1715
1916
  SENSITIVE: []
1716
1917
  end
1717
1918
 
1919
+ class ListComputationModelDataBindingUsagesRequest
1920
+ attr_accessor data_binding_value_filter: Types::DataBindingValueFilter
1921
+ attr_accessor next_token: ::String
1922
+ attr_accessor max_results: ::Integer
1923
+ SENSITIVE: []
1924
+ end
1925
+
1926
+ class ListComputationModelDataBindingUsagesResponse
1927
+ attr_accessor data_binding_usage_summaries: ::Array[Types::ComputationModelDataBindingUsageSummary]
1928
+ attr_accessor next_token: ::String
1929
+ SENSITIVE: []
1930
+ end
1931
+
1932
+ class ListComputationModelResolveToResourcesRequest
1933
+ attr_accessor computation_model_id: ::String
1934
+ attr_accessor next_token: ::String
1935
+ attr_accessor max_results: ::Integer
1936
+ SENSITIVE: []
1937
+ end
1938
+
1939
+ class ListComputationModelResolveToResourcesResponse
1940
+ attr_accessor computation_model_resolve_to_resource_summaries: ::Array[Types::ComputationModelResolveToResourceSummary]
1941
+ attr_accessor next_token: ::String
1942
+ SENSITIVE: []
1943
+ end
1944
+
1945
+ class ListComputationModelsRequest
1946
+ attr_accessor computation_model_type: ("ANOMALY_DETECTION")
1947
+ attr_accessor next_token: ::String
1948
+ attr_accessor max_results: ::Integer
1949
+ SENSITIVE: []
1950
+ end
1951
+
1952
+ class ListComputationModelsResponse
1953
+ attr_accessor computation_model_summaries: ::Array[Types::ComputationModelSummary]
1954
+ attr_accessor next_token: ::String
1955
+ SENSITIVE: []
1956
+ end
1957
+
1718
1958
  class ListDashboardsRequest
1719
1959
  attr_accessor project_id: ::String
1720
1960
  attr_accessor next_token: ::String
@@ -1741,6 +1981,23 @@ module Aws::IoTSiteWise
1741
1981
  SENSITIVE: []
1742
1982
  end
1743
1983
 
1984
+ class ListExecutionsRequest
1985
+ attr_accessor target_resource_type: ("ASSET" | "COMPUTATION_MODEL")
1986
+ attr_accessor target_resource_id: ::String
1987
+ attr_accessor resolve_to_resource_type: ("ASSET")
1988
+ attr_accessor resolve_to_resource_id: ::String
1989
+ attr_accessor next_token: ::String
1990
+ attr_accessor max_results: ::Integer
1991
+ attr_accessor action_type: ::String
1992
+ SENSITIVE: []
1993
+ end
1994
+
1995
+ class ListExecutionsResponse
1996
+ attr_accessor execution_summaries: ::Array[Types::ExecutionSummary]
1997
+ attr_accessor next_token: ::String
1998
+ SENSITIVE: []
1999
+ end
2000
+
1744
2001
  class ListGatewaysRequest
1745
2002
  attr_accessor next_token: ::String
1746
2003
  attr_accessor max_results: ::Integer
@@ -1826,6 +2083,11 @@ module Aws::IoTSiteWise
1826
2083
  SENSITIVE: []
1827
2084
  end
1828
2085
 
2086
+ class MatchedDataBinding
2087
+ attr_accessor value: Types::DataBindingValue
2088
+ SENSITIVE: []
2089
+ end
2090
+
1829
2091
  class Measurement
1830
2092
  attr_accessor processing_config: Types::MeasurementProcessingConfig
1831
2093
  SENSITIVE: []
@@ -1920,6 +2182,7 @@ module Aws::IoTSiteWise
1920
2182
 
1921
2183
  class Property
1922
2184
  attr_accessor id: ::String
2185
+ attr_accessor external_id: ::String
1923
2186
  attr_accessor name: ::String
1924
2187
  attr_accessor alias: ::String
1925
2188
  attr_accessor notification: Types::PropertyNotification
@@ -1927,7 +2190,6 @@ module Aws::IoTSiteWise
1927
2190
  attr_accessor unit: ::String
1928
2191
  attr_accessor type: Types::PropertyType
1929
2192
  attr_accessor path: ::Array[Types::AssetPropertyPathSegment]
1930
- attr_accessor external_id: ::String
1931
2193
  SENSITIVE: []
1932
2194
  end
1933
2195
 
@@ -2013,6 +2275,11 @@ module Aws::IoTSiteWise
2013
2275
  SENSITIVE: []
2014
2276
  end
2015
2277
 
2278
+ class ResolveTo
2279
+ attr_accessor asset_id: ::String
2280
+ SENSITIVE: []
2281
+ end
2282
+
2016
2283
  class Resource
2017
2284
  attr_accessor portal: Types::PortalResource
2018
2285
  attr_accessor project: Types::ProjectResource
@@ -2075,6 +2342,7 @@ module Aws::IoTSiteWise
2075
2342
 
2076
2343
  class TargetResource
2077
2344
  attr_accessor asset_id: ::String
2345
+ attr_accessor computation_model_id: ::String
2078
2346
  SENSITIVE: []
2079
2347
  end
2080
2348
 
@@ -2212,10 +2480,10 @@ module Aws::IoTSiteWise
2212
2480
 
2213
2481
  class UpdateAssetRequest
2214
2482
  attr_accessor asset_id: ::String
2483
+ attr_accessor asset_external_id: ::String
2215
2484
  attr_accessor asset_name: ::String
2216
2485
  attr_accessor client_token: ::String
2217
2486
  attr_accessor asset_description: ::String
2218
- attr_accessor asset_external_id: ::String
2219
2487
  SENSITIVE: []
2220
2488
  end
2221
2489
 
@@ -2224,6 +2492,21 @@ module Aws::IoTSiteWise
2224
2492
  SENSITIVE: []
2225
2493
  end
2226
2494
 
2495
+ class UpdateComputationModelRequest
2496
+ attr_accessor computation_model_id: ::String
2497
+ attr_accessor computation_model_name: ::String
2498
+ attr_accessor computation_model_description: ::String
2499
+ attr_accessor computation_model_configuration: Types::ComputationModelConfiguration
2500
+ attr_accessor computation_model_data_binding: ::Hash[::String, Types::ComputationModelDataBindingValue]
2501
+ attr_accessor client_token: ::String
2502
+ SENSITIVE: []
2503
+ end
2504
+
2505
+ class UpdateComputationModelResponse
2506
+ attr_accessor computation_model_status: Types::ComputationModelStatus
2507
+ SENSITIVE: []
2508
+ end
2509
+
2227
2510
  class UpdateDashboardRequest
2228
2511
  attr_accessor dashboard_id: ::String
2229
2512
  attr_accessor dashboard_name: ::String
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aws-sdk-iotsitewise
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.88.0
4
+ version: 1.89.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Amazon Web Services