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.
- checksums.yaml +4 -4
- data/CHANGELOG.md +5 -0
- data/VERSION +1 -1
- data/lib/aws-sdk-iotsitewise/client.rb +734 -85
- data/lib/aws-sdk-iotsitewise/client_api.rb +489 -19
- data/lib/aws-sdk-iotsitewise/types.rb +1206 -185
- data/lib/aws-sdk-iotsitewise.rb +1 -1
- data/sig/client.rbs +220 -11
- data/sig/types.rbs +295 -12
- metadata +1 -1
@@ -33,6 +33,7 @@ module Aws::IoTSiteWise
|
|
33
33
|
Aggregates = Shapes::StructureShape.new(name: 'Aggregates')
|
34
34
|
Alarms = Shapes::StructureShape.new(name: 'Alarms')
|
35
35
|
AmazonResourceName = Shapes::StringShape.new(name: 'AmazonResourceName')
|
36
|
+
AssetBindingValueFilter = Shapes::StructureShape.new(name: 'AssetBindingValueFilter')
|
36
37
|
AssetCompositeModel = Shapes::StructureShape.new(name: 'AssetCompositeModel')
|
37
38
|
AssetCompositeModelPath = Shapes::ListShape.new(name: 'AssetCompositeModelPath')
|
38
39
|
AssetCompositeModelPathSegment = Shapes::StructureShape.new(name: 'AssetCompositeModelPathSegment')
|
@@ -46,6 +47,7 @@ module Aws::IoTSiteWise
|
|
46
47
|
AssetHierarchy = Shapes::StructureShape.new(name: 'AssetHierarchy')
|
47
48
|
AssetHierarchyInfo = Shapes::StructureShape.new(name: 'AssetHierarchyInfo')
|
48
49
|
AssetIDs = Shapes::ListShape.new(name: 'AssetIDs')
|
50
|
+
AssetModelBindingValueFilter = Shapes::StructureShape.new(name: 'AssetModelBindingValueFilter')
|
49
51
|
AssetModelCompositeModel = Shapes::StructureShape.new(name: 'AssetModelCompositeModel')
|
50
52
|
AssetModelCompositeModelDefinition = Shapes::StructureShape.new(name: 'AssetModelCompositeModelDefinition')
|
51
53
|
AssetModelCompositeModelDefinitions = Shapes::ListShape.new(name: 'AssetModelCompositeModelDefinitions')
|
@@ -60,6 +62,8 @@ module Aws::IoTSiteWise
|
|
60
62
|
AssetModelHierarchyDefinitions = Shapes::ListShape.new(name: 'AssetModelHierarchyDefinitions')
|
61
63
|
AssetModelProperties = Shapes::ListShape.new(name: 'AssetModelProperties')
|
62
64
|
AssetModelProperty = Shapes::StructureShape.new(name: 'AssetModelProperty')
|
65
|
+
AssetModelPropertyBindingValue = Shapes::StructureShape.new(name: 'AssetModelPropertyBindingValue')
|
66
|
+
AssetModelPropertyBindingValueFilter = Shapes::StructureShape.new(name: 'AssetModelPropertyBindingValueFilter')
|
63
67
|
AssetModelPropertyDefinition = Shapes::StructureShape.new(name: 'AssetModelPropertyDefinition')
|
64
68
|
AssetModelPropertyDefinitions = Shapes::ListShape.new(name: 'AssetModelPropertyDefinitions')
|
65
69
|
AssetModelPropertyPath = Shapes::ListShape.new(name: 'AssetModelPropertyPath')
|
@@ -76,6 +80,8 @@ module Aws::IoTSiteWise
|
|
76
80
|
AssetProperties = Shapes::ListShape.new(name: 'AssetProperties')
|
77
81
|
AssetProperty = Shapes::StructureShape.new(name: 'AssetProperty')
|
78
82
|
AssetPropertyAlias = Shapes::StringShape.new(name: 'AssetPropertyAlias')
|
83
|
+
AssetPropertyBindingValue = Shapes::StructureShape.new(name: 'AssetPropertyBindingValue')
|
84
|
+
AssetPropertyBindingValueFilter = Shapes::StructureShape.new(name: 'AssetPropertyBindingValueFilter')
|
79
85
|
AssetPropertyPath = Shapes::ListShape.new(name: 'AssetPropertyPath')
|
80
86
|
AssetPropertyPathSegment = Shapes::StructureShape.new(name: 'AssetPropertyPathSegment')
|
81
87
|
AssetPropertySummaries = Shapes::ListShape.new(name: 'AssetPropertySummaries')
|
@@ -148,6 +154,7 @@ module Aws::IoTSiteWise
|
|
148
154
|
BatchPutAssetPropertyValueErrorCode = Shapes::StringShape.new(name: 'BatchPutAssetPropertyValueErrorCode')
|
149
155
|
BatchPutAssetPropertyValueRequest = Shapes::StructureShape.new(name: 'BatchPutAssetPropertyValueRequest')
|
150
156
|
BatchPutAssetPropertyValueResponse = Shapes::StructureShape.new(name: 'BatchPutAssetPropertyValueResponse')
|
157
|
+
BindingValueList = Shapes::ListShape.new(name: 'BindingValueList')
|
151
158
|
BooleanValue = Shapes::BooleanShape.new(name: 'BooleanValue')
|
152
159
|
Bucket = Shapes::StringShape.new(name: 'Bucket')
|
153
160
|
CapabilityConfiguration = Shapes::StringShape.new(name: 'CapabilityConfiguration')
|
@@ -167,6 +174,24 @@ module Aws::IoTSiteWise
|
|
167
174
|
CompositionRelationshipItem = Shapes::StructureShape.new(name: 'CompositionRelationshipItem')
|
168
175
|
CompositionRelationshipSummaries = Shapes::ListShape.new(name: 'CompositionRelationshipSummaries')
|
169
176
|
CompositionRelationshipSummary = Shapes::StructureShape.new(name: 'CompositionRelationshipSummary')
|
177
|
+
ComputationModelAnomalyDetectionConfiguration = Shapes::StructureShape.new(name: 'ComputationModelAnomalyDetectionConfiguration')
|
178
|
+
ComputationModelConfiguration = Shapes::StructureShape.new(name: 'ComputationModelConfiguration')
|
179
|
+
ComputationModelDataBinding = Shapes::MapShape.new(name: 'ComputationModelDataBinding')
|
180
|
+
ComputationModelDataBindingUsageSummaries = Shapes::ListShape.new(name: 'ComputationModelDataBindingUsageSummaries')
|
181
|
+
ComputationModelDataBindingUsageSummary = Shapes::StructureShape.new(name: 'ComputationModelDataBindingUsageSummary')
|
182
|
+
ComputationModelDataBindingValue = Shapes::StructureShape.new(name: 'ComputationModelDataBindingValue')
|
183
|
+
ComputationModelDataBindingVariable = Shapes::StringShape.new(name: 'ComputationModelDataBindingVariable')
|
184
|
+
ComputationModelExecutionSummary = Shapes::MapShape.new(name: 'ComputationModelExecutionSummary')
|
185
|
+
ComputationModelExecutionSummaryKey = Shapes::StringShape.new(name: 'ComputationModelExecutionSummaryKey')
|
186
|
+
ComputationModelExecutionSummaryValue = Shapes::StringShape.new(name: 'ComputationModelExecutionSummaryValue')
|
187
|
+
ComputationModelIdList = Shapes::ListShape.new(name: 'ComputationModelIdList')
|
188
|
+
ComputationModelResolveToResourceSummaries = Shapes::ListShape.new(name: 'ComputationModelResolveToResourceSummaries')
|
189
|
+
ComputationModelResolveToResourceSummary = Shapes::StructureShape.new(name: 'ComputationModelResolveToResourceSummary')
|
190
|
+
ComputationModelState = Shapes::StringShape.new(name: 'ComputationModelState')
|
191
|
+
ComputationModelStatus = Shapes::StructureShape.new(name: 'ComputationModelStatus')
|
192
|
+
ComputationModelSummaries = Shapes::ListShape.new(name: 'ComputationModelSummaries')
|
193
|
+
ComputationModelSummary = Shapes::StructureShape.new(name: 'ComputationModelSummary')
|
194
|
+
ComputationModelType = Shapes::StringShape.new(name: 'ComputationModelType')
|
170
195
|
ComputeLocation = Shapes::StringShape.new(name: 'ComputeLocation')
|
171
196
|
ConfigurationErrorDetails = Shapes::StructureShape.new(name: 'ConfigurationErrorDetails')
|
172
197
|
ConfigurationState = Shapes::StringShape.new(name: 'ConfigurationState')
|
@@ -186,6 +211,8 @@ module Aws::IoTSiteWise
|
|
186
211
|
CreateAssetResponse = Shapes::StructureShape.new(name: 'CreateAssetResponse')
|
187
212
|
CreateBulkImportJobRequest = Shapes::StructureShape.new(name: 'CreateBulkImportJobRequest')
|
188
213
|
CreateBulkImportJobResponse = Shapes::StructureShape.new(name: 'CreateBulkImportJobResponse')
|
214
|
+
CreateComputationModelRequest = Shapes::StructureShape.new(name: 'CreateComputationModelRequest')
|
215
|
+
CreateComputationModelResponse = Shapes::StructureShape.new(name: 'CreateComputationModelResponse')
|
189
216
|
CreateDashboardRequest = Shapes::StructureShape.new(name: 'CreateDashboardRequest')
|
190
217
|
CreateDashboardResponse = Shapes::StructureShape.new(name: 'CreateDashboardResponse')
|
191
218
|
CreateDatasetRequest = Shapes::StructureShape.new(name: 'CreateDatasetRequest')
|
@@ -202,6 +229,8 @@ module Aws::IoTSiteWise
|
|
202
229
|
DashboardDefinition = Shapes::StringShape.new(name: 'DashboardDefinition')
|
203
230
|
DashboardSummaries = Shapes::ListShape.new(name: 'DashboardSummaries')
|
204
231
|
DashboardSummary = Shapes::StructureShape.new(name: 'DashboardSummary')
|
232
|
+
DataBindingValue = Shapes::StructureShape.new(name: 'DataBindingValue')
|
233
|
+
DataBindingValueFilter = Shapes::StructureShape.new(name: 'DataBindingValueFilter')
|
205
234
|
DataSetReference = Shapes::StructureShape.new(name: 'DataSetReference')
|
206
235
|
DatasetSource = Shapes::StructureShape.new(name: 'DatasetSource')
|
207
236
|
DatasetSourceFormat = Shapes::StringShape.new(name: 'DatasetSourceFormat')
|
@@ -221,6 +250,8 @@ module Aws::IoTSiteWise
|
|
221
250
|
DeleteAssetModelResponse = Shapes::StructureShape.new(name: 'DeleteAssetModelResponse')
|
222
251
|
DeleteAssetRequest = Shapes::StructureShape.new(name: 'DeleteAssetRequest')
|
223
252
|
DeleteAssetResponse = Shapes::StructureShape.new(name: 'DeleteAssetResponse')
|
253
|
+
DeleteComputationModelRequest = Shapes::StructureShape.new(name: 'DeleteComputationModelRequest')
|
254
|
+
DeleteComputationModelResponse = Shapes::StructureShape.new(name: 'DeleteComputationModelResponse')
|
224
255
|
DeleteDashboardRequest = Shapes::StructureShape.new(name: 'DeleteDashboardRequest')
|
225
256
|
DeleteDashboardResponse = Shapes::StructureShape.new(name: 'DeleteDashboardResponse')
|
226
257
|
DeleteDatasetRequest = Shapes::StructureShape.new(name: 'DeleteDatasetRequest')
|
@@ -248,12 +279,18 @@ module Aws::IoTSiteWise
|
|
248
279
|
DescribeAssetResponse = Shapes::StructureShape.new(name: 'DescribeAssetResponse')
|
249
280
|
DescribeBulkImportJobRequest = Shapes::StructureShape.new(name: 'DescribeBulkImportJobRequest')
|
250
281
|
DescribeBulkImportJobResponse = Shapes::StructureShape.new(name: 'DescribeBulkImportJobResponse')
|
282
|
+
DescribeComputationModelExecutionSummaryRequest = Shapes::StructureShape.new(name: 'DescribeComputationModelExecutionSummaryRequest')
|
283
|
+
DescribeComputationModelExecutionSummaryResponse = Shapes::StructureShape.new(name: 'DescribeComputationModelExecutionSummaryResponse')
|
284
|
+
DescribeComputationModelRequest = Shapes::StructureShape.new(name: 'DescribeComputationModelRequest')
|
285
|
+
DescribeComputationModelResponse = Shapes::StructureShape.new(name: 'DescribeComputationModelResponse')
|
251
286
|
DescribeDashboardRequest = Shapes::StructureShape.new(name: 'DescribeDashboardRequest')
|
252
287
|
DescribeDashboardResponse = Shapes::StructureShape.new(name: 'DescribeDashboardResponse')
|
253
288
|
DescribeDatasetRequest = Shapes::StructureShape.new(name: 'DescribeDatasetRequest')
|
254
289
|
DescribeDatasetResponse = Shapes::StructureShape.new(name: 'DescribeDatasetResponse')
|
255
290
|
DescribeDefaultEncryptionConfigurationRequest = Shapes::StructureShape.new(name: 'DescribeDefaultEncryptionConfigurationRequest')
|
256
291
|
DescribeDefaultEncryptionConfigurationResponse = Shapes::StructureShape.new(name: 'DescribeDefaultEncryptionConfigurationResponse')
|
292
|
+
DescribeExecutionRequest = Shapes::StructureShape.new(name: 'DescribeExecutionRequest')
|
293
|
+
DescribeExecutionResponse = Shapes::StructureShape.new(name: 'DescribeExecutionResponse')
|
257
294
|
DescribeGatewayCapabilityConfigurationRequest = Shapes::StructureShape.new(name: 'DescribeGatewayCapabilityConfigurationRequest')
|
258
295
|
DescribeGatewayCapabilityConfigurationResponse = Shapes::StructureShape.new(name: 'DescribeGatewayCapabilityConfigurationResponse')
|
259
296
|
DescribeGatewayRequest = Shapes::StructureShape.new(name: 'DescribeGatewayRequest')
|
@@ -293,6 +330,16 @@ module Aws::IoTSiteWise
|
|
293
330
|
ExecuteQueryNextToken = Shapes::StringShape.new(name: 'ExecuteQueryNextToken')
|
294
331
|
ExecuteQueryRequest = Shapes::StructureShape.new(name: 'ExecuteQueryRequest')
|
295
332
|
ExecuteQueryResponse = Shapes::StructureShape.new(name: 'ExecuteQueryResponse')
|
333
|
+
ExecutionDetails = Shapes::MapShape.new(name: 'ExecutionDetails')
|
334
|
+
ExecutionDetailsKey = Shapes::StringShape.new(name: 'ExecutionDetailsKey')
|
335
|
+
ExecutionDetailsValue = Shapes::StringShape.new(name: 'ExecutionDetailsValue')
|
336
|
+
ExecutionResult = Shapes::MapShape.new(name: 'ExecutionResult')
|
337
|
+
ExecutionResultKey = Shapes::StringShape.new(name: 'ExecutionResultKey')
|
338
|
+
ExecutionResultValue = Shapes::StringShape.new(name: 'ExecutionResultValue')
|
339
|
+
ExecutionState = Shapes::StringShape.new(name: 'ExecutionState')
|
340
|
+
ExecutionStatus = Shapes::StructureShape.new(name: 'ExecutionStatus')
|
341
|
+
ExecutionSummaries = Shapes::ListShape.new(name: 'ExecutionSummaries')
|
342
|
+
ExecutionSummary = Shapes::StructureShape.new(name: 'ExecutionSummary')
|
296
343
|
Expression = Shapes::StringShape.new(name: 'Expression')
|
297
344
|
ExpressionVariable = Shapes::StructureShape.new(name: 'ExpressionVariable')
|
298
345
|
ExpressionVariables = Shapes::ListShape.new(name: 'ExpressionVariables')
|
@@ -335,6 +382,7 @@ module Aws::IoTSiteWise
|
|
335
382
|
ImageFileData = Shapes::BlobShape.new(name: 'ImageFileData')
|
336
383
|
ImageFileType = Shapes::StringShape.new(name: 'ImageFileType')
|
337
384
|
ImageLocation = Shapes::StructureShape.new(name: 'ImageLocation')
|
385
|
+
InputProperties = Shapes::StringShape.new(name: 'InputProperties')
|
338
386
|
InternalFailureException = Shapes::StructureShape.new(name: 'InternalFailureException')
|
339
387
|
InterpolatedAssetPropertyValue = Shapes::StructureShape.new(name: 'InterpolatedAssetPropertyValue')
|
340
388
|
InterpolatedAssetPropertyValues = Shapes::ListShape.new(name: 'InterpolatedAssetPropertyValues')
|
@@ -381,10 +429,18 @@ module Aws::IoTSiteWise
|
|
381
429
|
ListBulkImportJobsResponse = Shapes::StructureShape.new(name: 'ListBulkImportJobsResponse')
|
382
430
|
ListCompositionRelationshipsRequest = Shapes::StructureShape.new(name: 'ListCompositionRelationshipsRequest')
|
383
431
|
ListCompositionRelationshipsResponse = Shapes::StructureShape.new(name: 'ListCompositionRelationshipsResponse')
|
432
|
+
ListComputationModelDataBindingUsagesRequest = Shapes::StructureShape.new(name: 'ListComputationModelDataBindingUsagesRequest')
|
433
|
+
ListComputationModelDataBindingUsagesResponse = Shapes::StructureShape.new(name: 'ListComputationModelDataBindingUsagesResponse')
|
434
|
+
ListComputationModelResolveToResourcesRequest = Shapes::StructureShape.new(name: 'ListComputationModelResolveToResourcesRequest')
|
435
|
+
ListComputationModelResolveToResourcesResponse = Shapes::StructureShape.new(name: 'ListComputationModelResolveToResourcesResponse')
|
436
|
+
ListComputationModelsRequest = Shapes::StructureShape.new(name: 'ListComputationModelsRequest')
|
437
|
+
ListComputationModelsResponse = Shapes::StructureShape.new(name: 'ListComputationModelsResponse')
|
384
438
|
ListDashboardsRequest = Shapes::StructureShape.new(name: 'ListDashboardsRequest')
|
385
439
|
ListDashboardsResponse = Shapes::StructureShape.new(name: 'ListDashboardsResponse')
|
386
440
|
ListDatasetsRequest = Shapes::StructureShape.new(name: 'ListDatasetsRequest')
|
387
441
|
ListDatasetsResponse = Shapes::StructureShape.new(name: 'ListDatasetsResponse')
|
442
|
+
ListExecutionsRequest = Shapes::StructureShape.new(name: 'ListExecutionsRequest')
|
443
|
+
ListExecutionsResponse = Shapes::StructureShape.new(name: 'ListExecutionsResponse')
|
388
444
|
ListGatewaysRequest = Shapes::StructureShape.new(name: 'ListGatewaysRequest')
|
389
445
|
ListGatewaysResponse = Shapes::StructureShape.new(name: 'ListGatewaysResponse')
|
390
446
|
ListPortalsRequest = Shapes::StructureShape.new(name: 'ListPortalsRequest')
|
@@ -402,6 +458,7 @@ module Aws::IoTSiteWise
|
|
402
458
|
LoggingLevel = Shapes::StringShape.new(name: 'LoggingLevel')
|
403
459
|
LoggingOptions = Shapes::StructureShape.new(name: 'LoggingOptions')
|
404
460
|
Macro = Shapes::StringShape.new(name: 'Macro')
|
461
|
+
MatchedDataBinding = Shapes::StructureShape.new(name: 'MatchedDataBinding')
|
405
462
|
MaxInterpolatedResults = Shapes::IntegerShape.new(name: 'MaxInterpolatedResults')
|
406
463
|
MaxResults = Shapes::IntegerShape.new(name: 'MaxResults')
|
407
464
|
Measurement = Shapes::StructureShape.new(name: 'Measurement')
|
@@ -466,6 +523,8 @@ module Aws::IoTSiteWise
|
|
466
523
|
RawValueType = Shapes::StringShape.new(name: 'RawValueType')
|
467
524
|
Reference = Shapes::StructureShape.new(name: 'Reference')
|
468
525
|
Resolution = Shapes::StringShape.new(name: 'Resolution')
|
526
|
+
ResolveTo = Shapes::StructureShape.new(name: 'ResolveTo')
|
527
|
+
ResolveToResourceType = Shapes::StringShape.new(name: 'ResolveToResourceType')
|
469
528
|
Resource = Shapes::StructureShape.new(name: 'Resource')
|
470
529
|
ResourceAlreadyExistsException = Shapes::StructureShape.new(name: 'ResourceAlreadyExistsException')
|
471
530
|
ResourceArn = Shapes::StringShape.new(name: 'ResourceArn')
|
@@ -475,6 +534,7 @@ module Aws::IoTSiteWise
|
|
475
534
|
ResponseStream = Shapes::StructureShape.new(name: 'ResponseStream')
|
476
535
|
RestrictedDescription = Shapes::StringShape.new(name: 'RestrictedDescription')
|
477
536
|
RestrictedName = Shapes::StringShape.new(name: 'RestrictedName')
|
537
|
+
ResultProperty = Shapes::StringShape.new(name: 'ResultProperty')
|
478
538
|
RetentionPeriod = Shapes::StructureShape.new(name: 'RetentionPeriod')
|
479
539
|
Row = Shapes::StructureShape.new(name: 'Row')
|
480
540
|
Rows = Shapes::ListShape.new(name: 'Rows')
|
@@ -525,6 +585,8 @@ module Aws::IoTSiteWise
|
|
525
585
|
UpdateAssetPropertyRequest = Shapes::StructureShape.new(name: 'UpdateAssetPropertyRequest')
|
526
586
|
UpdateAssetRequest = Shapes::StructureShape.new(name: 'UpdateAssetRequest')
|
527
587
|
UpdateAssetResponse = Shapes::StructureShape.new(name: 'UpdateAssetResponse')
|
588
|
+
UpdateComputationModelRequest = Shapes::StructureShape.new(name: 'UpdateComputationModelRequest')
|
589
|
+
UpdateComputationModelResponse = Shapes::StructureShape.new(name: 'UpdateComputationModelResponse')
|
528
590
|
UpdateDashboardRequest = Shapes::StructureShape.new(name: 'UpdateDashboardRequest')
|
529
591
|
UpdateDashboardResponse = Shapes::StructureShape.new(name: 'UpdateDashboardResponse')
|
530
592
|
UpdateDatasetRequest = Shapes::StructureShape.new(name: 'UpdateDatasetRequest')
|
@@ -574,6 +636,7 @@ module Aws::IoTSiteWise
|
|
574
636
|
ActionSummary.add_member(:action_id, Shapes::ShapeRef.new(shape: ID, location_name: "actionId"))
|
575
637
|
ActionSummary.add_member(:action_definition_id, Shapes::ShapeRef.new(shape: ID, location_name: "actionDefinitionId"))
|
576
638
|
ActionSummary.add_member(:target_resource, Shapes::ShapeRef.new(shape: TargetResource, location_name: "targetResource"))
|
639
|
+
ActionSummary.add_member(:resolve_to, Shapes::ShapeRef.new(shape: ResolveTo, location_name: "resolveTo"))
|
577
640
|
ActionSummary.struct_class = Types::ActionSummary
|
578
641
|
|
579
642
|
AggregateTypes.member = Shapes::ShapeRef.new(shape: AggregateType)
|
@@ -597,6 +660,9 @@ module Aws::IoTSiteWise
|
|
597
660
|
Alarms.add_member(:notification_lambda_arn, Shapes::ShapeRef.new(shape: ARN, location_name: "notificationLambdaArn"))
|
598
661
|
Alarms.struct_class = Types::Alarms
|
599
662
|
|
663
|
+
AssetBindingValueFilter.add_member(:asset_id, Shapes::ShapeRef.new(shape: ID, required: true, location_name: "assetId"))
|
664
|
+
AssetBindingValueFilter.struct_class = Types::AssetBindingValueFilter
|
665
|
+
|
600
666
|
AssetCompositeModel.add_member(:name, Shapes::ShapeRef.new(shape: Name, required: true, location_name: "name"))
|
601
667
|
AssetCompositeModel.add_member(:description, Shapes::ShapeRef.new(shape: Description, location_name: "description"))
|
602
668
|
AssetCompositeModel.add_member(:type, Shapes::ShapeRef.new(shape: Name, required: true, location_name: "type"))
|
@@ -631,8 +697,8 @@ module Aws::IoTSiteWise
|
|
631
697
|
AssetHierarchies.member = Shapes::ShapeRef.new(shape: AssetHierarchy)
|
632
698
|
|
633
699
|
AssetHierarchy.add_member(:id, Shapes::ShapeRef.new(shape: ID, location_name: "id"))
|
634
|
-
AssetHierarchy.add_member(:name, Shapes::ShapeRef.new(shape: Name, required: true, location_name: "name"))
|
635
700
|
AssetHierarchy.add_member(:external_id, Shapes::ShapeRef.new(shape: ExternalId, location_name: "externalId"))
|
701
|
+
AssetHierarchy.add_member(:name, Shapes::ShapeRef.new(shape: Name, required: true, location_name: "name"))
|
636
702
|
AssetHierarchy.struct_class = Types::AssetHierarchy
|
637
703
|
|
638
704
|
AssetHierarchyInfo.add_member(:parent_asset_id, Shapes::ShapeRef.new(shape: ID, location_name: "parentAssetId"))
|
@@ -641,6 +707,9 @@ module Aws::IoTSiteWise
|
|
641
707
|
|
642
708
|
AssetIDs.member = Shapes::ShapeRef.new(shape: ID)
|
643
709
|
|
710
|
+
AssetModelBindingValueFilter.add_member(:asset_model_id, Shapes::ShapeRef.new(shape: ID, required: true, location_name: "assetModelId"))
|
711
|
+
AssetModelBindingValueFilter.struct_class = Types::AssetModelBindingValueFilter
|
712
|
+
|
644
713
|
AssetModelCompositeModel.add_member(:name, Shapes::ShapeRef.new(shape: Name, required: true, location_name: "name"))
|
645
714
|
AssetModelCompositeModel.add_member(:description, Shapes::ShapeRef.new(shape: Description, location_name: "description"))
|
646
715
|
AssetModelCompositeModel.add_member(:type, Shapes::ShapeRef.new(shape: Name, required: true, location_name: "type"))
|
@@ -705,6 +774,14 @@ module Aws::IoTSiteWise
|
|
705
774
|
AssetModelProperty.add_member(:path, Shapes::ShapeRef.new(shape: AssetModelPropertyPath, location_name: "path"))
|
706
775
|
AssetModelProperty.struct_class = Types::AssetModelProperty
|
707
776
|
|
777
|
+
AssetModelPropertyBindingValue.add_member(:asset_model_id, Shapes::ShapeRef.new(shape: ID, required: true, location_name: "assetModelId"))
|
778
|
+
AssetModelPropertyBindingValue.add_member(:property_id, Shapes::ShapeRef.new(shape: ID, required: true, location_name: "propertyId"))
|
779
|
+
AssetModelPropertyBindingValue.struct_class = Types::AssetModelPropertyBindingValue
|
780
|
+
|
781
|
+
AssetModelPropertyBindingValueFilter.add_member(:asset_model_id, Shapes::ShapeRef.new(shape: ID, required: true, location_name: "assetModelId"))
|
782
|
+
AssetModelPropertyBindingValueFilter.add_member(:property_id, Shapes::ShapeRef.new(shape: ID, required: true, location_name: "propertyId"))
|
783
|
+
AssetModelPropertyBindingValueFilter.struct_class = Types::AssetModelPropertyBindingValueFilter
|
784
|
+
|
708
785
|
AssetModelPropertyDefinition.add_member(:id, Shapes::ShapeRef.new(shape: ID, location_name: "id"))
|
709
786
|
AssetModelPropertyDefinition.add_member(:external_id, Shapes::ShapeRef.new(shape: ExternalId, location_name: "externalId"))
|
710
787
|
AssetModelPropertyDefinition.add_member(:name, Shapes::ShapeRef.new(shape: Name, required: true, location_name: "name"))
|
@@ -756,6 +833,7 @@ module Aws::IoTSiteWise
|
|
756
833
|
AssetProperties.member = Shapes::ShapeRef.new(shape: AssetProperty)
|
757
834
|
|
758
835
|
AssetProperty.add_member(:id, Shapes::ShapeRef.new(shape: ID, required: true, location_name: "id"))
|
836
|
+
AssetProperty.add_member(:external_id, Shapes::ShapeRef.new(shape: ExternalId, location_name: "externalId"))
|
759
837
|
AssetProperty.add_member(:name, Shapes::ShapeRef.new(shape: Name, required: true, location_name: "name"))
|
760
838
|
AssetProperty.add_member(:alias, Shapes::ShapeRef.new(shape: PropertyAlias, location_name: "alias"))
|
761
839
|
AssetProperty.add_member(:notification, Shapes::ShapeRef.new(shape: PropertyNotification, location_name: "notification"))
|
@@ -763,9 +841,16 @@ module Aws::IoTSiteWise
|
|
763
841
|
AssetProperty.add_member(:data_type_spec, Shapes::ShapeRef.new(shape: Name, location_name: "dataTypeSpec"))
|
764
842
|
AssetProperty.add_member(:unit, Shapes::ShapeRef.new(shape: PropertyUnit, location_name: "unit"))
|
765
843
|
AssetProperty.add_member(:path, Shapes::ShapeRef.new(shape: AssetPropertyPath, location_name: "path"))
|
766
|
-
AssetProperty.add_member(:external_id, Shapes::ShapeRef.new(shape: ExternalId, location_name: "externalId"))
|
767
844
|
AssetProperty.struct_class = Types::AssetProperty
|
768
845
|
|
846
|
+
AssetPropertyBindingValue.add_member(:asset_id, Shapes::ShapeRef.new(shape: ID, required: true, location_name: "assetId"))
|
847
|
+
AssetPropertyBindingValue.add_member(:property_id, Shapes::ShapeRef.new(shape: ID, required: true, location_name: "propertyId"))
|
848
|
+
AssetPropertyBindingValue.struct_class = Types::AssetPropertyBindingValue
|
849
|
+
|
850
|
+
AssetPropertyBindingValueFilter.add_member(:asset_id, Shapes::ShapeRef.new(shape: ID, required: true, location_name: "assetId"))
|
851
|
+
AssetPropertyBindingValueFilter.add_member(:property_id, Shapes::ShapeRef.new(shape: ID, required: true, location_name: "propertyId"))
|
852
|
+
AssetPropertyBindingValueFilter.struct_class = Types::AssetPropertyBindingValueFilter
|
853
|
+
|
769
854
|
AssetPropertyPath.member = Shapes::ShapeRef.new(shape: AssetPropertyPathSegment)
|
770
855
|
|
771
856
|
AssetPropertyPathSegment.add_member(:id, Shapes::ShapeRef.new(shape: ID, location_name: "id"))
|
@@ -775,12 +860,12 @@ module Aws::IoTSiteWise
|
|
775
860
|
AssetPropertySummaries.member = Shapes::ShapeRef.new(shape: AssetPropertySummary)
|
776
861
|
|
777
862
|
AssetPropertySummary.add_member(:id, Shapes::ShapeRef.new(shape: ID, required: true, location_name: "id"))
|
863
|
+
AssetPropertySummary.add_member(:external_id, Shapes::ShapeRef.new(shape: ExternalId, location_name: "externalId"))
|
778
864
|
AssetPropertySummary.add_member(:alias, Shapes::ShapeRef.new(shape: PropertyAlias, location_name: "alias"))
|
779
865
|
AssetPropertySummary.add_member(:unit, Shapes::ShapeRef.new(shape: PropertyUnit, location_name: "unit"))
|
780
866
|
AssetPropertySummary.add_member(:notification, Shapes::ShapeRef.new(shape: PropertyNotification, location_name: "notification"))
|
781
867
|
AssetPropertySummary.add_member(:asset_composite_model_id, Shapes::ShapeRef.new(shape: ID, location_name: "assetCompositeModelId"))
|
782
868
|
AssetPropertySummary.add_member(:path, Shapes::ShapeRef.new(shape: AssetPropertyPath, location_name: "path"))
|
783
|
-
AssetPropertySummary.add_member(:external_id, Shapes::ShapeRef.new(shape: ExternalId, location_name: "externalId"))
|
784
869
|
AssetPropertySummary.struct_class = Types::AssetPropertySummary
|
785
870
|
|
786
871
|
AssetPropertyValue.add_member(:value, Shapes::ShapeRef.new(shape: Variant, required: true, location_name: "value"))
|
@@ -805,6 +890,7 @@ module Aws::IoTSiteWise
|
|
805
890
|
AssetSummaries.member = Shapes::ShapeRef.new(shape: AssetSummary)
|
806
891
|
|
807
892
|
AssetSummary.add_member(:id, Shapes::ShapeRef.new(shape: ID, required: true, location_name: "id"))
|
893
|
+
AssetSummary.add_member(:external_id, Shapes::ShapeRef.new(shape: ExternalId, location_name: "externalId"))
|
808
894
|
AssetSummary.add_member(:arn, Shapes::ShapeRef.new(shape: ARN, required: true, location_name: "arn"))
|
809
895
|
AssetSummary.add_member(:name, Shapes::ShapeRef.new(shape: Name, required: true, location_name: "name"))
|
810
896
|
AssetSummary.add_member(:asset_model_id, Shapes::ShapeRef.new(shape: ID, required: true, location_name: "assetModelId"))
|
@@ -813,7 +899,6 @@ module Aws::IoTSiteWise
|
|
813
899
|
AssetSummary.add_member(:status, Shapes::ShapeRef.new(shape: AssetStatus, required: true, location_name: "status"))
|
814
900
|
AssetSummary.add_member(:hierarchies, Shapes::ShapeRef.new(shape: AssetHierarchies, required: true, location_name: "hierarchies"))
|
815
901
|
AssetSummary.add_member(:description, Shapes::ShapeRef.new(shape: Description, location_name: "description"))
|
816
|
-
AssetSummary.add_member(:external_id, Shapes::ShapeRef.new(shape: ExternalId, location_name: "externalId"))
|
817
902
|
AssetSummary.struct_class = Types::AssetSummary
|
818
903
|
|
819
904
|
AssociateAssetsRequest.add_member(:asset_id, Shapes::ShapeRef.new(shape: CustomID, required: true, location: "uri", location_name: "assetId"))
|
@@ -831,6 +916,7 @@ module Aws::IoTSiteWise
|
|
831
916
|
AssociatedAssetsSummaries.member = Shapes::ShapeRef.new(shape: AssociatedAssetsSummary)
|
832
917
|
|
833
918
|
AssociatedAssetsSummary.add_member(:id, Shapes::ShapeRef.new(shape: ID, required: true, location_name: "id"))
|
919
|
+
AssociatedAssetsSummary.add_member(:external_id, Shapes::ShapeRef.new(shape: ExternalId, location_name: "externalId"))
|
834
920
|
AssociatedAssetsSummary.add_member(:arn, Shapes::ShapeRef.new(shape: ARN, required: true, location_name: "arn"))
|
835
921
|
AssociatedAssetsSummary.add_member(:name, Shapes::ShapeRef.new(shape: Name, required: true, location_name: "name"))
|
836
922
|
AssociatedAssetsSummary.add_member(:asset_model_id, Shapes::ShapeRef.new(shape: ID, required: true, location_name: "assetModelId"))
|
@@ -839,7 +925,6 @@ module Aws::IoTSiteWise
|
|
839
925
|
AssociatedAssetsSummary.add_member(:status, Shapes::ShapeRef.new(shape: AssetStatus, required: true, location_name: "status"))
|
840
926
|
AssociatedAssetsSummary.add_member(:hierarchies, Shapes::ShapeRef.new(shape: AssetHierarchies, required: true, location_name: "hierarchies"))
|
841
927
|
AssociatedAssetsSummary.add_member(:description, Shapes::ShapeRef.new(shape: Description, location_name: "description"))
|
842
|
-
AssociatedAssetsSummary.add_member(:external_id, Shapes::ShapeRef.new(shape: ExternalId, location_name: "externalId"))
|
843
928
|
AssociatedAssetsSummary.struct_class = Types::AssociatedAssetsSummary
|
844
929
|
|
845
930
|
Attribute.add_member(:default_value, Shapes::ShapeRef.new(shape: DefaultValue, location_name: "defaultValue"))
|
@@ -1023,6 +1108,8 @@ module Aws::IoTSiteWise
|
|
1023
1108
|
BatchPutAssetPropertyValueResponse.add_member(:error_entries, Shapes::ShapeRef.new(shape: BatchPutAssetPropertyErrorEntries, required: true, location_name: "errorEntries"))
|
1024
1109
|
BatchPutAssetPropertyValueResponse.struct_class = Types::BatchPutAssetPropertyValueResponse
|
1025
1110
|
|
1111
|
+
BindingValueList.member = Shapes::ShapeRef.new(shape: ComputationModelDataBindingValue)
|
1112
|
+
|
1026
1113
|
Citation.add_member(:reference, Shapes::ShapeRef.new(shape: Reference, location_name: "reference"))
|
1027
1114
|
Citation.add_member(:content, Shapes::ShapeRef.new(shape: Content, location_name: "content"))
|
1028
1115
|
Citation.struct_class = Types::Citation
|
@@ -1062,6 +1149,54 @@ module Aws::IoTSiteWise
|
|
1062
1149
|
CompositionRelationshipSummary.add_member(:asset_model_composite_model_type, Shapes::ShapeRef.new(shape: Name, required: true, location_name: "assetModelCompositeModelType"))
|
1063
1150
|
CompositionRelationshipSummary.struct_class = Types::CompositionRelationshipSummary
|
1064
1151
|
|
1152
|
+
ComputationModelAnomalyDetectionConfiguration.add_member(:input_properties, Shapes::ShapeRef.new(shape: InputProperties, required: true, location_name: "inputProperties"))
|
1153
|
+
ComputationModelAnomalyDetectionConfiguration.add_member(:result_property, Shapes::ShapeRef.new(shape: ResultProperty, required: true, location_name: "resultProperty"))
|
1154
|
+
ComputationModelAnomalyDetectionConfiguration.struct_class = Types::ComputationModelAnomalyDetectionConfiguration
|
1155
|
+
|
1156
|
+
ComputationModelConfiguration.add_member(:anomaly_detection, Shapes::ShapeRef.new(shape: ComputationModelAnomalyDetectionConfiguration, location_name: "anomalyDetection"))
|
1157
|
+
ComputationModelConfiguration.struct_class = Types::ComputationModelConfiguration
|
1158
|
+
|
1159
|
+
ComputationModelDataBinding.key = Shapes::ShapeRef.new(shape: ComputationModelDataBindingVariable)
|
1160
|
+
ComputationModelDataBinding.value = Shapes::ShapeRef.new(shape: ComputationModelDataBindingValue)
|
1161
|
+
|
1162
|
+
ComputationModelDataBindingUsageSummaries.member = Shapes::ShapeRef.new(shape: ComputationModelDataBindingUsageSummary)
|
1163
|
+
|
1164
|
+
ComputationModelDataBindingUsageSummary.add_member(:computation_model_ids, Shapes::ShapeRef.new(shape: ComputationModelIdList, required: true, location_name: "computationModelIds"))
|
1165
|
+
ComputationModelDataBindingUsageSummary.add_member(:matched_data_binding, Shapes::ShapeRef.new(shape: MatchedDataBinding, required: true, location_name: "matchedDataBinding"))
|
1166
|
+
ComputationModelDataBindingUsageSummary.struct_class = Types::ComputationModelDataBindingUsageSummary
|
1167
|
+
|
1168
|
+
ComputationModelDataBindingValue.add_member(:asset_model_property, Shapes::ShapeRef.new(shape: AssetModelPropertyBindingValue, location_name: "assetModelProperty"))
|
1169
|
+
ComputationModelDataBindingValue.add_member(:asset_property, Shapes::ShapeRef.new(shape: AssetPropertyBindingValue, location_name: "assetProperty"))
|
1170
|
+
ComputationModelDataBindingValue.add_member(:list, Shapes::ShapeRef.new(shape: BindingValueList, location_name: "list"))
|
1171
|
+
ComputationModelDataBindingValue.struct_class = Types::ComputationModelDataBindingValue
|
1172
|
+
|
1173
|
+
ComputationModelExecutionSummary.key = Shapes::ShapeRef.new(shape: ComputationModelExecutionSummaryKey)
|
1174
|
+
ComputationModelExecutionSummary.value = Shapes::ShapeRef.new(shape: ComputationModelExecutionSummaryValue)
|
1175
|
+
|
1176
|
+
ComputationModelIdList.member = Shapes::ShapeRef.new(shape: ID)
|
1177
|
+
|
1178
|
+
ComputationModelResolveToResourceSummaries.member = Shapes::ShapeRef.new(shape: ComputationModelResolveToResourceSummary)
|
1179
|
+
|
1180
|
+
ComputationModelResolveToResourceSummary.add_member(:resolve_to, Shapes::ShapeRef.new(shape: ResolveTo, location_name: "resolveTo"))
|
1181
|
+
ComputationModelResolveToResourceSummary.struct_class = Types::ComputationModelResolveToResourceSummary
|
1182
|
+
|
1183
|
+
ComputationModelStatus.add_member(:state, Shapes::ShapeRef.new(shape: ComputationModelState, required: true, location_name: "state"))
|
1184
|
+
ComputationModelStatus.add_member(:error, Shapes::ShapeRef.new(shape: ErrorDetails, location_name: "error"))
|
1185
|
+
ComputationModelStatus.struct_class = Types::ComputationModelStatus
|
1186
|
+
|
1187
|
+
ComputationModelSummaries.member = Shapes::ShapeRef.new(shape: ComputationModelSummary)
|
1188
|
+
|
1189
|
+
ComputationModelSummary.add_member(:id, Shapes::ShapeRef.new(shape: ID, required: true, location_name: "id"))
|
1190
|
+
ComputationModelSummary.add_member(:arn, Shapes::ShapeRef.new(shape: ARN, required: true, location_name: "arn"))
|
1191
|
+
ComputationModelSummary.add_member(:name, Shapes::ShapeRef.new(shape: RestrictedName, required: true, location_name: "name"))
|
1192
|
+
ComputationModelSummary.add_member(:description, Shapes::ShapeRef.new(shape: RestrictedDescription, location_name: "description"))
|
1193
|
+
ComputationModelSummary.add_member(:type, Shapes::ShapeRef.new(shape: ComputationModelType, required: true, location_name: "type"))
|
1194
|
+
ComputationModelSummary.add_member(:creation_date, Shapes::ShapeRef.new(shape: Timestamp, required: true, location_name: "creationDate"))
|
1195
|
+
ComputationModelSummary.add_member(:last_update_date, Shapes::ShapeRef.new(shape: Timestamp, required: true, location_name: "lastUpdateDate"))
|
1196
|
+
ComputationModelSummary.add_member(:status, Shapes::ShapeRef.new(shape: ComputationModelStatus, required: true, location_name: "status"))
|
1197
|
+
ComputationModelSummary.add_member(:version, Shapes::ShapeRef.new(shape: Version, required: true, location_name: "version"))
|
1198
|
+
ComputationModelSummary.struct_class = Types::ComputationModelSummary
|
1199
|
+
|
1065
1200
|
ConfigurationErrorDetails.add_member(:code, Shapes::ShapeRef.new(shape: ErrorCode, required: true, location_name: "code"))
|
1066
1201
|
ConfigurationErrorDetails.add_member(:message, Shapes::ShapeRef.new(shape: ErrorMessage, required: true, location_name: "message"))
|
1067
1202
|
ConfigurationErrorDetails.struct_class = Types::ConfigurationErrorDetails
|
@@ -1128,11 +1263,11 @@ module Aws::IoTSiteWise
|
|
1128
1263
|
|
1129
1264
|
CreateAssetRequest.add_member(:asset_name, Shapes::ShapeRef.new(shape: Name, required: true, location_name: "assetName"))
|
1130
1265
|
CreateAssetRequest.add_member(:asset_model_id, Shapes::ShapeRef.new(shape: CustomID, required: true, location_name: "assetModelId"))
|
1266
|
+
CreateAssetRequest.add_member(:asset_id, Shapes::ShapeRef.new(shape: ID, location_name: "assetId"))
|
1267
|
+
CreateAssetRequest.add_member(:asset_external_id, Shapes::ShapeRef.new(shape: ExternalId, location_name: "assetExternalId"))
|
1131
1268
|
CreateAssetRequest.add_member(:client_token, Shapes::ShapeRef.new(shape: ClientToken, location_name: "clientToken", metadata: {"idempotencyToken" => true}))
|
1132
1269
|
CreateAssetRequest.add_member(:tags, Shapes::ShapeRef.new(shape: TagMap, location_name: "tags"))
|
1133
1270
|
CreateAssetRequest.add_member(:asset_description, Shapes::ShapeRef.new(shape: Description, location_name: "assetDescription"))
|
1134
|
-
CreateAssetRequest.add_member(:asset_id, Shapes::ShapeRef.new(shape: ID, location_name: "assetId"))
|
1135
|
-
CreateAssetRequest.add_member(:asset_external_id, Shapes::ShapeRef.new(shape: ExternalId, location_name: "assetExternalId"))
|
1136
1271
|
CreateAssetRequest.struct_class = Types::CreateAssetRequest
|
1137
1272
|
|
1138
1273
|
CreateAssetResponse.add_member(:asset_id, Shapes::ShapeRef.new(shape: ID, required: true, location_name: "assetId"))
|
@@ -1154,6 +1289,19 @@ module Aws::IoTSiteWise
|
|
1154
1289
|
CreateBulkImportJobResponse.add_member(:job_status, Shapes::ShapeRef.new(shape: JobStatus, required: true, location_name: "jobStatus"))
|
1155
1290
|
CreateBulkImportJobResponse.struct_class = Types::CreateBulkImportJobResponse
|
1156
1291
|
|
1292
|
+
CreateComputationModelRequest.add_member(:computation_model_name, Shapes::ShapeRef.new(shape: RestrictedName, required: true, location_name: "computationModelName"))
|
1293
|
+
CreateComputationModelRequest.add_member(:computation_model_description, Shapes::ShapeRef.new(shape: RestrictedDescription, location_name: "computationModelDescription"))
|
1294
|
+
CreateComputationModelRequest.add_member(:computation_model_configuration, Shapes::ShapeRef.new(shape: ComputationModelConfiguration, required: true, location_name: "computationModelConfiguration"))
|
1295
|
+
CreateComputationModelRequest.add_member(:computation_model_data_binding, Shapes::ShapeRef.new(shape: ComputationModelDataBinding, required: true, location_name: "computationModelDataBinding"))
|
1296
|
+
CreateComputationModelRequest.add_member(:client_token, Shapes::ShapeRef.new(shape: ClientToken, location_name: "clientToken", metadata: {"idempotencyToken" => true}))
|
1297
|
+
CreateComputationModelRequest.add_member(:tags, Shapes::ShapeRef.new(shape: TagMap, location_name: "tags"))
|
1298
|
+
CreateComputationModelRequest.struct_class = Types::CreateComputationModelRequest
|
1299
|
+
|
1300
|
+
CreateComputationModelResponse.add_member(:computation_model_id, Shapes::ShapeRef.new(shape: ID, required: true, location_name: "computationModelId"))
|
1301
|
+
CreateComputationModelResponse.add_member(:computation_model_arn, Shapes::ShapeRef.new(shape: ARN, required: true, location_name: "computationModelArn"))
|
1302
|
+
CreateComputationModelResponse.add_member(:computation_model_status, Shapes::ShapeRef.new(shape: ComputationModelStatus, required: true, location_name: "computationModelStatus"))
|
1303
|
+
CreateComputationModelResponse.struct_class = Types::CreateComputationModelResponse
|
1304
|
+
|
1157
1305
|
CreateDashboardRequest.add_member(:project_id, Shapes::ShapeRef.new(shape: ID, required: true, location_name: "projectId"))
|
1158
1306
|
CreateDashboardRequest.add_member(:dashboard_name, Shapes::ShapeRef.new(shape: Name, required: true, location_name: "dashboardName"))
|
1159
1307
|
CreateDashboardRequest.add_member(:dashboard_description, Shapes::ShapeRef.new(shape: Description, location_name: "dashboardDescription"))
|
@@ -1237,6 +1385,16 @@ module Aws::IoTSiteWise
|
|
1237
1385
|
DashboardSummary.add_member(:last_update_date, Shapes::ShapeRef.new(shape: Timestamp, location_name: "lastUpdateDate"))
|
1238
1386
|
DashboardSummary.struct_class = Types::DashboardSummary
|
1239
1387
|
|
1388
|
+
DataBindingValue.add_member(:asset_model_property, Shapes::ShapeRef.new(shape: AssetModelPropertyBindingValue, location_name: "assetModelProperty"))
|
1389
|
+
DataBindingValue.add_member(:asset_property, Shapes::ShapeRef.new(shape: AssetPropertyBindingValue, location_name: "assetProperty"))
|
1390
|
+
DataBindingValue.struct_class = Types::DataBindingValue
|
1391
|
+
|
1392
|
+
DataBindingValueFilter.add_member(:asset, Shapes::ShapeRef.new(shape: AssetBindingValueFilter, location_name: "asset"))
|
1393
|
+
DataBindingValueFilter.add_member(:asset_model, Shapes::ShapeRef.new(shape: AssetModelBindingValueFilter, location_name: "assetModel"))
|
1394
|
+
DataBindingValueFilter.add_member(:asset_property, Shapes::ShapeRef.new(shape: AssetPropertyBindingValueFilter, location_name: "assetProperty"))
|
1395
|
+
DataBindingValueFilter.add_member(:asset_model_property, Shapes::ShapeRef.new(shape: AssetModelPropertyBindingValueFilter, location_name: "assetModelProperty"))
|
1396
|
+
DataBindingValueFilter.struct_class = Types::DataBindingValueFilter
|
1397
|
+
|
1240
1398
|
DataSetReference.add_member(:dataset_arn, Shapes::ShapeRef.new(shape: String, location_name: "datasetArn"))
|
1241
1399
|
DataSetReference.add_member(:source, Shapes::ShapeRef.new(shape: Source, location_name: "source"))
|
1242
1400
|
DataSetReference.struct_class = Types::DataSetReference
|
@@ -1303,13 +1461,20 @@ module Aws::IoTSiteWise
|
|
1303
1461
|
DeleteAssetResponse.add_member(:asset_status, Shapes::ShapeRef.new(shape: AssetStatus, required: true, location_name: "assetStatus"))
|
1304
1462
|
DeleteAssetResponse.struct_class = Types::DeleteAssetResponse
|
1305
1463
|
|
1464
|
+
DeleteComputationModelRequest.add_member(:computation_model_id, Shapes::ShapeRef.new(shape: ID, required: true, location: "uri", location_name: "computationModelId"))
|
1465
|
+
DeleteComputationModelRequest.add_member(:client_token, Shapes::ShapeRef.new(shape: ClientToken, location: "querystring", location_name: "clientToken", metadata: {"idempotencyToken" => true}))
|
1466
|
+
DeleteComputationModelRequest.struct_class = Types::DeleteComputationModelRequest
|
1467
|
+
|
1468
|
+
DeleteComputationModelResponse.add_member(:computation_model_status, Shapes::ShapeRef.new(shape: ComputationModelStatus, required: true, location_name: "computationModelStatus"))
|
1469
|
+
DeleteComputationModelResponse.struct_class = Types::DeleteComputationModelResponse
|
1470
|
+
|
1306
1471
|
DeleteDashboardRequest.add_member(:dashboard_id, Shapes::ShapeRef.new(shape: ID, required: true, location: "uri", location_name: "dashboardId"))
|
1307
1472
|
DeleteDashboardRequest.add_member(:client_token, Shapes::ShapeRef.new(shape: ClientToken, location: "querystring", location_name: "clientToken", metadata: {"idempotencyToken" => true}))
|
1308
1473
|
DeleteDashboardRequest.struct_class = Types::DeleteDashboardRequest
|
1309
1474
|
|
1310
1475
|
DeleteDashboardResponse.struct_class = Types::DeleteDashboardResponse
|
1311
1476
|
|
1312
|
-
DeleteDatasetRequest.add_member(:dataset_id, Shapes::ShapeRef.new(shape:
|
1477
|
+
DeleteDatasetRequest.add_member(:dataset_id, Shapes::ShapeRef.new(shape: ID, required: true, location: "uri", location_name: "datasetId"))
|
1313
1478
|
DeleteDatasetRequest.add_member(:client_token, Shapes::ShapeRef.new(shape: ClientToken, location: "querystring", location_name: "clientToken", metadata: {"idempotencyToken" => true}))
|
1314
1479
|
DeleteDatasetRequest.struct_class = Types::DeleteDatasetRequest
|
1315
1480
|
|
@@ -1358,6 +1523,7 @@ module Aws::IoTSiteWise
|
|
1358
1523
|
DescribeActionResponse.add_member(:action_definition_id, Shapes::ShapeRef.new(shape: ID, required: true, location_name: "actionDefinitionId"))
|
1359
1524
|
DescribeActionResponse.add_member(:action_payload, Shapes::ShapeRef.new(shape: ActionPayload, required: true, location_name: "actionPayload"))
|
1360
1525
|
DescribeActionResponse.add_member(:execution_time, Shapes::ShapeRef.new(shape: Timestamp, required: true, location_name: "executionTime"))
|
1526
|
+
DescribeActionResponse.add_member(:resolve_to, Shapes::ShapeRef.new(shape: ResolveTo, location_name: "resolveTo"))
|
1361
1527
|
DescribeActionResponse.struct_class = Types::DescribeActionResponse
|
1362
1528
|
|
1363
1529
|
DescribeAssetCompositeModelRequest.add_member(:asset_id, Shapes::ShapeRef.new(shape: CustomID, required: true, location: "uri", location_name: "assetId"))
|
@@ -1421,11 +1587,11 @@ module Aws::IoTSiteWise
|
|
1421
1587
|
DescribeAssetPropertyRequest.struct_class = Types::DescribeAssetPropertyRequest
|
1422
1588
|
|
1423
1589
|
DescribeAssetPropertyResponse.add_member(:asset_id, Shapes::ShapeRef.new(shape: ID, required: true, location_name: "assetId"))
|
1590
|
+
DescribeAssetPropertyResponse.add_member(:asset_external_id, Shapes::ShapeRef.new(shape: ExternalId, location_name: "assetExternalId"))
|
1424
1591
|
DescribeAssetPropertyResponse.add_member(:asset_name, Shapes::ShapeRef.new(shape: Name, required: true, location_name: "assetName"))
|
1425
1592
|
DescribeAssetPropertyResponse.add_member(:asset_model_id, Shapes::ShapeRef.new(shape: ID, required: true, location_name: "assetModelId"))
|
1426
1593
|
DescribeAssetPropertyResponse.add_member(:asset_property, Shapes::ShapeRef.new(shape: Property, location_name: "assetProperty"))
|
1427
1594
|
DescribeAssetPropertyResponse.add_member(:composite_model, Shapes::ShapeRef.new(shape: CompositeModelProperty, location_name: "compositeModel"))
|
1428
|
-
DescribeAssetPropertyResponse.add_member(:asset_external_id, Shapes::ShapeRef.new(shape: ExternalId, location_name: "assetExternalId"))
|
1429
1595
|
DescribeAssetPropertyResponse.struct_class = Types::DescribeAssetPropertyResponse
|
1430
1596
|
|
1431
1597
|
DescribeAssetRequest.add_member(:asset_id, Shapes::ShapeRef.new(shape: CustomID, required: true, location: "uri", location_name: "assetId"))
|
@@ -1433,6 +1599,7 @@ module Aws::IoTSiteWise
|
|
1433
1599
|
DescribeAssetRequest.struct_class = Types::DescribeAssetRequest
|
1434
1600
|
|
1435
1601
|
DescribeAssetResponse.add_member(:asset_id, Shapes::ShapeRef.new(shape: ID, required: true, location_name: "assetId"))
|
1602
|
+
DescribeAssetResponse.add_member(:asset_external_id, Shapes::ShapeRef.new(shape: ExternalId, location_name: "assetExternalId"))
|
1436
1603
|
DescribeAssetResponse.add_member(:asset_arn, Shapes::ShapeRef.new(shape: ARN, required: true, location_name: "assetArn"))
|
1437
1604
|
DescribeAssetResponse.add_member(:asset_name, Shapes::ShapeRef.new(shape: Name, required: true, location_name: "assetName"))
|
1438
1605
|
DescribeAssetResponse.add_member(:asset_model_id, Shapes::ShapeRef.new(shape: ID, required: true, location_name: "assetModelId"))
|
@@ -1444,7 +1611,6 @@ module Aws::IoTSiteWise
|
|
1444
1611
|
DescribeAssetResponse.add_member(:asset_status, Shapes::ShapeRef.new(shape: AssetStatus, required: true, location_name: "assetStatus"))
|
1445
1612
|
DescribeAssetResponse.add_member(:asset_description, Shapes::ShapeRef.new(shape: Description, location_name: "assetDescription"))
|
1446
1613
|
DescribeAssetResponse.add_member(:asset_composite_model_summaries, Shapes::ShapeRef.new(shape: AssetCompositeModelSummaries, location_name: "assetCompositeModelSummaries"))
|
1447
|
-
DescribeAssetResponse.add_member(:asset_external_id, Shapes::ShapeRef.new(shape: ExternalId, location_name: "assetExternalId"))
|
1448
1614
|
DescribeAssetResponse.struct_class = Types::DescribeAssetResponse
|
1449
1615
|
|
1450
1616
|
DescribeBulkImportJobRequest.add_member(:job_id, Shapes::ShapeRef.new(shape: ID, required: true, location: "uri", location_name: "jobId"))
|
@@ -1463,6 +1629,32 @@ module Aws::IoTSiteWise
|
|
1463
1629
|
DescribeBulkImportJobResponse.add_member(:delete_files_after_import, Shapes::ShapeRef.new(shape: DeleteFilesAfterImport, location_name: "deleteFilesAfterImport"))
|
1464
1630
|
DescribeBulkImportJobResponse.struct_class = Types::DescribeBulkImportJobResponse
|
1465
1631
|
|
1632
|
+
DescribeComputationModelExecutionSummaryRequest.add_member(:computation_model_id, Shapes::ShapeRef.new(shape: ID, required: true, location: "uri", location_name: "computationModelId"))
|
1633
|
+
DescribeComputationModelExecutionSummaryRequest.add_member(:resolve_to_resource_type, Shapes::ShapeRef.new(shape: ResolveToResourceType, location: "querystring", location_name: "resolveToResourceType"))
|
1634
|
+
DescribeComputationModelExecutionSummaryRequest.add_member(:resolve_to_resource_id, Shapes::ShapeRef.new(shape: ID, location: "querystring", location_name: "resolveToResourceId"))
|
1635
|
+
DescribeComputationModelExecutionSummaryRequest.struct_class = Types::DescribeComputationModelExecutionSummaryRequest
|
1636
|
+
|
1637
|
+
DescribeComputationModelExecutionSummaryResponse.add_member(:computation_model_id, Shapes::ShapeRef.new(shape: ID, required: true, location_name: "computationModelId"))
|
1638
|
+
DescribeComputationModelExecutionSummaryResponse.add_member(:resolve_to, Shapes::ShapeRef.new(shape: ResolveTo, location_name: "resolveTo"))
|
1639
|
+
DescribeComputationModelExecutionSummaryResponse.add_member(:computation_model_execution_summary, Shapes::ShapeRef.new(shape: ComputationModelExecutionSummary, required: true, location_name: "computationModelExecutionSummary"))
|
1640
|
+
DescribeComputationModelExecutionSummaryResponse.struct_class = Types::DescribeComputationModelExecutionSummaryResponse
|
1641
|
+
|
1642
|
+
DescribeComputationModelRequest.add_member(:computation_model_id, Shapes::ShapeRef.new(shape: ID, required: true, location: "uri", location_name: "computationModelId"))
|
1643
|
+
DescribeComputationModelRequest.struct_class = Types::DescribeComputationModelRequest
|
1644
|
+
|
1645
|
+
DescribeComputationModelResponse.add_member(:computation_model_id, Shapes::ShapeRef.new(shape: ID, required: true, location_name: "computationModelId"))
|
1646
|
+
DescribeComputationModelResponse.add_member(:computation_model_arn, Shapes::ShapeRef.new(shape: ARN, required: true, location_name: "computationModelArn"))
|
1647
|
+
DescribeComputationModelResponse.add_member(:computation_model_name, Shapes::ShapeRef.new(shape: RestrictedName, required: true, location_name: "computationModelName"))
|
1648
|
+
DescribeComputationModelResponse.add_member(:computation_model_description, Shapes::ShapeRef.new(shape: RestrictedDescription, location_name: "computationModelDescription"))
|
1649
|
+
DescribeComputationModelResponse.add_member(:computation_model_configuration, Shapes::ShapeRef.new(shape: ComputationModelConfiguration, required: true, location_name: "computationModelConfiguration"))
|
1650
|
+
DescribeComputationModelResponse.add_member(:computation_model_data_binding, Shapes::ShapeRef.new(shape: ComputationModelDataBinding, required: true, location_name: "computationModelDataBinding"))
|
1651
|
+
DescribeComputationModelResponse.add_member(:computation_model_creation_date, Shapes::ShapeRef.new(shape: Timestamp, required: true, location_name: "computationModelCreationDate"))
|
1652
|
+
DescribeComputationModelResponse.add_member(:computation_model_last_update_date, Shapes::ShapeRef.new(shape: Timestamp, required: true, location_name: "computationModelLastUpdateDate"))
|
1653
|
+
DescribeComputationModelResponse.add_member(:computation_model_status, Shapes::ShapeRef.new(shape: ComputationModelStatus, required: true, location_name: "computationModelStatus"))
|
1654
|
+
DescribeComputationModelResponse.add_member(:computation_model_version, Shapes::ShapeRef.new(shape: Version, required: true, location_name: "computationModelVersion"))
|
1655
|
+
DescribeComputationModelResponse.add_member(:action_definitions, Shapes::ShapeRef.new(shape: ActionDefinitions, required: true, location_name: "actionDefinitions"))
|
1656
|
+
DescribeComputationModelResponse.struct_class = Types::DescribeComputationModelResponse
|
1657
|
+
|
1466
1658
|
DescribeDashboardRequest.add_member(:dashboard_id, Shapes::ShapeRef.new(shape: ID, required: true, location: "uri", location_name: "dashboardId"))
|
1467
1659
|
DescribeDashboardRequest.struct_class = Types::DescribeDashboardRequest
|
1468
1660
|
|
@@ -1476,7 +1668,7 @@ module Aws::IoTSiteWise
|
|
1476
1668
|
DescribeDashboardResponse.add_member(:dashboard_last_update_date, Shapes::ShapeRef.new(shape: Timestamp, required: true, location_name: "dashboardLastUpdateDate"))
|
1477
1669
|
DescribeDashboardResponse.struct_class = Types::DescribeDashboardResponse
|
1478
1670
|
|
1479
|
-
DescribeDatasetRequest.add_member(:dataset_id, Shapes::ShapeRef.new(shape:
|
1671
|
+
DescribeDatasetRequest.add_member(:dataset_id, Shapes::ShapeRef.new(shape: ID, required: true, location: "uri", location_name: "datasetId"))
|
1480
1672
|
DescribeDatasetRequest.struct_class = Types::DescribeDatasetRequest
|
1481
1673
|
|
1482
1674
|
DescribeDatasetResponse.add_member(:dataset_id, Shapes::ShapeRef.new(shape: ID, required: true, location_name: "datasetId"))
|
@@ -1497,6 +1689,22 @@ module Aws::IoTSiteWise
|
|
1497
1689
|
DescribeDefaultEncryptionConfigurationResponse.add_member(:configuration_status, Shapes::ShapeRef.new(shape: ConfigurationStatus, required: true, location_name: "configurationStatus"))
|
1498
1690
|
DescribeDefaultEncryptionConfigurationResponse.struct_class = Types::DescribeDefaultEncryptionConfigurationResponse
|
1499
1691
|
|
1692
|
+
DescribeExecutionRequest.add_member(:execution_id, Shapes::ShapeRef.new(shape: ID, required: true, location: "uri", location_name: "executionId"))
|
1693
|
+
DescribeExecutionRequest.struct_class = Types::DescribeExecutionRequest
|
1694
|
+
|
1695
|
+
DescribeExecutionResponse.add_member(:execution_id, Shapes::ShapeRef.new(shape: ID, required: true, location_name: "executionId"))
|
1696
|
+
DescribeExecutionResponse.add_member(:action_type, Shapes::ShapeRef.new(shape: Name, location_name: "actionType"))
|
1697
|
+
DescribeExecutionResponse.add_member(:target_resource, Shapes::ShapeRef.new(shape: TargetResource, required: true, location_name: "targetResource"))
|
1698
|
+
DescribeExecutionResponse.add_member(:target_resource_version, Shapes::ShapeRef.new(shape: Version, required: true, location_name: "targetResourceVersion"))
|
1699
|
+
DescribeExecutionResponse.add_member(:resolve_to, Shapes::ShapeRef.new(shape: ResolveTo, location_name: "resolveTo"))
|
1700
|
+
DescribeExecutionResponse.add_member(:execution_start_time, Shapes::ShapeRef.new(shape: Timestamp, required: true, location_name: "executionStartTime"))
|
1701
|
+
DescribeExecutionResponse.add_member(:execution_end_time, Shapes::ShapeRef.new(shape: Timestamp, location_name: "executionEndTime"))
|
1702
|
+
DescribeExecutionResponse.add_member(:execution_status, Shapes::ShapeRef.new(shape: ExecutionStatus, required: true, location_name: "executionStatus"))
|
1703
|
+
DescribeExecutionResponse.add_member(:execution_result, Shapes::ShapeRef.new(shape: ExecutionResult, location_name: "executionResult"))
|
1704
|
+
DescribeExecutionResponse.add_member(:execution_details, Shapes::ShapeRef.new(shape: ExecutionDetails, location_name: "executionDetails"))
|
1705
|
+
DescribeExecutionResponse.add_member(:execution_entity_version, Shapes::ShapeRef.new(shape: Version, location_name: "executionEntityVersion"))
|
1706
|
+
DescribeExecutionResponse.struct_class = Types::DescribeExecutionResponse
|
1707
|
+
|
1500
1708
|
DescribeGatewayCapabilityConfigurationRequest.add_member(:gateway_id, Shapes::ShapeRef.new(shape: ID, required: true, location: "uri", location_name: "gatewayId"))
|
1501
1709
|
DescribeGatewayCapabilityConfigurationRequest.add_member(:capability_namespace, Shapes::ShapeRef.new(shape: CapabilityNamespace, required: true, location: "uri", location_name: "capabilityNamespace"))
|
1502
1710
|
DescribeGatewayCapabilityConfigurationRequest.struct_class = Types::DescribeGatewayCapabilityConfigurationRequest
|
@@ -1619,6 +1827,7 @@ module Aws::IoTSiteWise
|
|
1619
1827
|
ExecuteActionRequest.add_member(:action_definition_id, Shapes::ShapeRef.new(shape: ID, required: true, location_name: "actionDefinitionId"))
|
1620
1828
|
ExecuteActionRequest.add_member(:action_payload, Shapes::ShapeRef.new(shape: ActionPayload, required: true, location_name: "actionPayload"))
|
1621
1829
|
ExecuteActionRequest.add_member(:client_token, Shapes::ShapeRef.new(shape: ClientToken, location_name: "clientToken"))
|
1830
|
+
ExecuteActionRequest.add_member(:resolve_to, Shapes::ShapeRef.new(shape: ResolveTo, location_name: "resolveTo"))
|
1622
1831
|
ExecuteActionRequest.struct_class = Types::ExecuteActionRequest
|
1623
1832
|
|
1624
1833
|
ExecuteActionResponse.add_member(:action_id, Shapes::ShapeRef.new(shape: ID, required: true, location_name: "actionId"))
|
@@ -1635,6 +1844,28 @@ module Aws::IoTSiteWise
|
|
1635
1844
|
ExecuteQueryResponse.add_member(:next_token, Shapes::ShapeRef.new(shape: ExecuteQueryNextToken, location_name: "nextToken"))
|
1636
1845
|
ExecuteQueryResponse.struct_class = Types::ExecuteQueryResponse
|
1637
1846
|
|
1847
|
+
ExecutionDetails.key = Shapes::ShapeRef.new(shape: ExecutionDetailsKey)
|
1848
|
+
ExecutionDetails.value = Shapes::ShapeRef.new(shape: ExecutionDetailsValue)
|
1849
|
+
|
1850
|
+
ExecutionResult.key = Shapes::ShapeRef.new(shape: ExecutionResultKey)
|
1851
|
+
ExecutionResult.value = Shapes::ShapeRef.new(shape: ExecutionResultValue)
|
1852
|
+
|
1853
|
+
ExecutionStatus.add_member(:state, Shapes::ShapeRef.new(shape: ExecutionState, required: true, location_name: "state"))
|
1854
|
+
ExecutionStatus.struct_class = Types::ExecutionStatus
|
1855
|
+
|
1856
|
+
ExecutionSummaries.member = Shapes::ShapeRef.new(shape: ExecutionSummary)
|
1857
|
+
|
1858
|
+
ExecutionSummary.add_member(:execution_id, Shapes::ShapeRef.new(shape: ID, required: true, location_name: "executionId"))
|
1859
|
+
ExecutionSummary.add_member(:action_type, Shapes::ShapeRef.new(shape: Name, location_name: "actionType"))
|
1860
|
+
ExecutionSummary.add_member(:target_resource, Shapes::ShapeRef.new(shape: TargetResource, required: true, location_name: "targetResource"))
|
1861
|
+
ExecutionSummary.add_member(:target_resource_version, Shapes::ShapeRef.new(shape: Version, required: true, location_name: "targetResourceVersion"))
|
1862
|
+
ExecutionSummary.add_member(:resolve_to, Shapes::ShapeRef.new(shape: ResolveTo, location_name: "resolveTo"))
|
1863
|
+
ExecutionSummary.add_member(:execution_start_time, Shapes::ShapeRef.new(shape: Timestamp, required: true, location_name: "executionStartTime"))
|
1864
|
+
ExecutionSummary.add_member(:execution_end_time, Shapes::ShapeRef.new(shape: Timestamp, location_name: "executionEndTime"))
|
1865
|
+
ExecutionSummary.add_member(:execution_status, Shapes::ShapeRef.new(shape: ExecutionStatus, required: true, location_name: "executionStatus"))
|
1866
|
+
ExecutionSummary.add_member(:execution_entity_version, Shapes::ShapeRef.new(shape: Version, location_name: "executionEntityVersion"))
|
1867
|
+
ExecutionSummary.struct_class = Types::ExecutionSummary
|
1868
|
+
|
1638
1869
|
ExpressionVariable.add_member(:name, Shapes::ShapeRef.new(shape: VariableName, required: true, location_name: "name"))
|
1639
1870
|
ExpressionVariable.add_member(:value, Shapes::ShapeRef.new(shape: VariableValue, required: true, location_name: "value"))
|
1640
1871
|
ExpressionVariable.struct_class = Types::ExpressionVariable
|
@@ -1830,9 +2061,11 @@ module Aws::IoTSiteWise
|
|
1830
2061
|
ListAccessPoliciesResponse.struct_class = Types::ListAccessPoliciesResponse
|
1831
2062
|
|
1832
2063
|
ListActionsRequest.add_member(:target_resource_type, Shapes::ShapeRef.new(shape: TargetResourceType, required: true, location: "querystring", location_name: "targetResourceType"))
|
1833
|
-
ListActionsRequest.add_member(:target_resource_id, Shapes::ShapeRef.new(shape:
|
2064
|
+
ListActionsRequest.add_member(:target_resource_id, Shapes::ShapeRef.new(shape: ID, required: true, location: "querystring", location_name: "targetResourceId"))
|
1834
2065
|
ListActionsRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location: "querystring", location_name: "nextToken"))
|
1835
2066
|
ListActionsRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: MaxResults, location: "querystring", location_name: "maxResults"))
|
2067
|
+
ListActionsRequest.add_member(:resolve_to_resource_type, Shapes::ShapeRef.new(shape: ResolveToResourceType, location: "querystring", location_name: "resolveToResourceType"))
|
2068
|
+
ListActionsRequest.add_member(:resolve_to_resource_id, Shapes::ShapeRef.new(shape: ID, location: "querystring", location_name: "resolveToResourceId"))
|
1836
2069
|
ListActionsRequest.struct_class = Types::ListActionsRequest
|
1837
2070
|
|
1838
2071
|
ListActionsResponse.add_member(:action_summaries, Shapes::ShapeRef.new(shape: ActionSummaries, required: true, location_name: "actionSummaries"))
|
@@ -1931,6 +2164,33 @@ module Aws::IoTSiteWise
|
|
1931
2164
|
ListCompositionRelationshipsResponse.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location_name: "nextToken"))
|
1932
2165
|
ListCompositionRelationshipsResponse.struct_class = Types::ListCompositionRelationshipsResponse
|
1933
2166
|
|
2167
|
+
ListComputationModelDataBindingUsagesRequest.add_member(:data_binding_value_filter, Shapes::ShapeRef.new(shape: DataBindingValueFilter, required: true, location_name: "dataBindingValueFilter"))
|
2168
|
+
ListComputationModelDataBindingUsagesRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location_name: "nextToken"))
|
2169
|
+
ListComputationModelDataBindingUsagesRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: MaxResults, location_name: "maxResults"))
|
2170
|
+
ListComputationModelDataBindingUsagesRequest.struct_class = Types::ListComputationModelDataBindingUsagesRequest
|
2171
|
+
|
2172
|
+
ListComputationModelDataBindingUsagesResponse.add_member(:data_binding_usage_summaries, Shapes::ShapeRef.new(shape: ComputationModelDataBindingUsageSummaries, required: true, location_name: "dataBindingUsageSummaries"))
|
2173
|
+
ListComputationModelDataBindingUsagesResponse.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location_name: "nextToken"))
|
2174
|
+
ListComputationModelDataBindingUsagesResponse.struct_class = Types::ListComputationModelDataBindingUsagesResponse
|
2175
|
+
|
2176
|
+
ListComputationModelResolveToResourcesRequest.add_member(:computation_model_id, Shapes::ShapeRef.new(shape: ID, required: true, location: "uri", location_name: "computationModelId"))
|
2177
|
+
ListComputationModelResolveToResourcesRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location: "querystring", location_name: "nextToken"))
|
2178
|
+
ListComputationModelResolveToResourcesRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: MaxResults, location: "querystring", location_name: "maxResults"))
|
2179
|
+
ListComputationModelResolveToResourcesRequest.struct_class = Types::ListComputationModelResolveToResourcesRequest
|
2180
|
+
|
2181
|
+
ListComputationModelResolveToResourcesResponse.add_member(:computation_model_resolve_to_resource_summaries, Shapes::ShapeRef.new(shape: ComputationModelResolveToResourceSummaries, required: true, location_name: "computationModelResolveToResourceSummaries"))
|
2182
|
+
ListComputationModelResolveToResourcesResponse.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location_name: "nextToken"))
|
2183
|
+
ListComputationModelResolveToResourcesResponse.struct_class = Types::ListComputationModelResolveToResourcesResponse
|
2184
|
+
|
2185
|
+
ListComputationModelsRequest.add_member(:computation_model_type, Shapes::ShapeRef.new(shape: ComputationModelType, location: "querystring", location_name: "computationModelType"))
|
2186
|
+
ListComputationModelsRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location: "querystring", location_name: "nextToken"))
|
2187
|
+
ListComputationModelsRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: MaxResults, location: "querystring", location_name: "maxResults"))
|
2188
|
+
ListComputationModelsRequest.struct_class = Types::ListComputationModelsRequest
|
2189
|
+
|
2190
|
+
ListComputationModelsResponse.add_member(:computation_model_summaries, Shapes::ShapeRef.new(shape: ComputationModelSummaries, required: true, location_name: "computationModelSummaries"))
|
2191
|
+
ListComputationModelsResponse.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location_name: "nextToken"))
|
2192
|
+
ListComputationModelsResponse.struct_class = Types::ListComputationModelsResponse
|
2193
|
+
|
1934
2194
|
ListDashboardsRequest.add_member(:project_id, Shapes::ShapeRef.new(shape: ID, required: true, location: "querystring", location_name: "projectId"))
|
1935
2195
|
ListDashboardsRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location: "querystring", location_name: "nextToken"))
|
1936
2196
|
ListDashboardsRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: MaxResults, location: "querystring", location_name: "maxResults"))
|
@@ -1949,6 +2209,19 @@ module Aws::IoTSiteWise
|
|
1949
2209
|
ListDatasetsResponse.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location_name: "nextToken"))
|
1950
2210
|
ListDatasetsResponse.struct_class = Types::ListDatasetsResponse
|
1951
2211
|
|
2212
|
+
ListExecutionsRequest.add_member(:target_resource_type, Shapes::ShapeRef.new(shape: TargetResourceType, required: true, location: "querystring", location_name: "targetResourceType"))
|
2213
|
+
ListExecutionsRequest.add_member(:target_resource_id, Shapes::ShapeRef.new(shape: ID, required: true, location: "querystring", location_name: "targetResourceId"))
|
2214
|
+
ListExecutionsRequest.add_member(:resolve_to_resource_type, Shapes::ShapeRef.new(shape: ResolveToResourceType, location: "querystring", location_name: "resolveToResourceType"))
|
2215
|
+
ListExecutionsRequest.add_member(:resolve_to_resource_id, Shapes::ShapeRef.new(shape: ID, location: "querystring", location_name: "resolveToResourceId"))
|
2216
|
+
ListExecutionsRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location: "querystring", location_name: "nextToken"))
|
2217
|
+
ListExecutionsRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: MaxResults, location: "querystring", location_name: "maxResults"))
|
2218
|
+
ListExecutionsRequest.add_member(:action_type, Shapes::ShapeRef.new(shape: Name, location: "querystring", location_name: "actionType"))
|
2219
|
+
ListExecutionsRequest.struct_class = Types::ListExecutionsRequest
|
2220
|
+
|
2221
|
+
ListExecutionsResponse.add_member(:execution_summaries, Shapes::ShapeRef.new(shape: ExecutionSummaries, required: true, location_name: "executionSummaries"))
|
2222
|
+
ListExecutionsResponse.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location_name: "nextToken"))
|
2223
|
+
ListExecutionsResponse.struct_class = Types::ListExecutionsResponse
|
2224
|
+
|
1952
2225
|
ListGatewaysRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location: "querystring", location_name: "nextToken"))
|
1953
2226
|
ListGatewaysRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: MaxResults, location: "querystring", location_name: "maxResults"))
|
1954
2227
|
ListGatewaysRequest.struct_class = Types::ListGatewaysRequest
|
@@ -2006,6 +2279,9 @@ module Aws::IoTSiteWise
|
|
2006
2279
|
LoggingOptions.add_member(:level, Shapes::ShapeRef.new(shape: LoggingLevel, required: true, location_name: "level"))
|
2007
2280
|
LoggingOptions.struct_class = Types::LoggingOptions
|
2008
2281
|
|
2282
|
+
MatchedDataBinding.add_member(:value, Shapes::ShapeRef.new(shape: DataBindingValue, required: true, location_name: "value"))
|
2283
|
+
MatchedDataBinding.struct_class = Types::MatchedDataBinding
|
2284
|
+
|
2009
2285
|
Measurement.add_member(:processing_config, Shapes::ShapeRef.new(shape: MeasurementProcessingConfig, location_name: "processingConfig"))
|
2010
2286
|
Measurement.struct_class = Types::Measurement
|
2011
2287
|
|
@@ -2079,6 +2355,7 @@ module Aws::IoTSiteWise
|
|
2079
2355
|
ProjectSummary.struct_class = Types::ProjectSummary
|
2080
2356
|
|
2081
2357
|
Property.add_member(:id, Shapes::ShapeRef.new(shape: ID, required: true, location_name: "id"))
|
2358
|
+
Property.add_member(:external_id, Shapes::ShapeRef.new(shape: ExternalId, location_name: "externalId"))
|
2082
2359
|
Property.add_member(:name, Shapes::ShapeRef.new(shape: Name, required: true, location_name: "name"))
|
2083
2360
|
Property.add_member(:alias, Shapes::ShapeRef.new(shape: PropertyAlias, location_name: "alias"))
|
2084
2361
|
Property.add_member(:notification, Shapes::ShapeRef.new(shape: PropertyNotification, location_name: "notification"))
|
@@ -2086,7 +2363,6 @@ module Aws::IoTSiteWise
|
|
2086
2363
|
Property.add_member(:unit, Shapes::ShapeRef.new(shape: PropertyUnit, location_name: "unit"))
|
2087
2364
|
Property.add_member(:type, Shapes::ShapeRef.new(shape: PropertyType, location_name: "type"))
|
2088
2365
|
Property.add_member(:path, Shapes::ShapeRef.new(shape: AssetPropertyPath, location_name: "path"))
|
2089
|
-
Property.add_member(:external_id, Shapes::ShapeRef.new(shape: ExternalId, location_name: "externalId"))
|
2090
2366
|
Property.struct_class = Types::Property
|
2091
2367
|
|
2092
2368
|
PropertyNotification.add_member(:topic, Shapes::ShapeRef.new(shape: PropertyNotificationTopic, required: true, location_name: "topic"))
|
@@ -2152,6 +2428,9 @@ module Aws::IoTSiteWise
|
|
2152
2428
|
Reference.add_member(:dataset, Shapes::ShapeRef.new(shape: DataSetReference, location_name: "dataset"))
|
2153
2429
|
Reference.struct_class = Types::Reference
|
2154
2430
|
|
2431
|
+
ResolveTo.add_member(:asset_id, Shapes::ShapeRef.new(shape: ID, required: true, location_name: "assetId"))
|
2432
|
+
ResolveTo.struct_class = Types::ResolveTo
|
2433
|
+
|
2155
2434
|
Resource.add_member(:portal, Shapes::ShapeRef.new(shape: PortalResource, location_name: "portal"))
|
2156
2435
|
Resource.add_member(:project, Shapes::ShapeRef.new(shape: ProjectResource, location_name: "project"))
|
2157
2436
|
Resource.struct_class = Types::Resource
|
@@ -2208,7 +2487,8 @@ module Aws::IoTSiteWise
|
|
2208
2487
|
|
2209
2488
|
TagResourceResponse.struct_class = Types::TagResourceResponse
|
2210
2489
|
|
2211
|
-
TargetResource.add_member(:asset_id, Shapes::ShapeRef.new(shape:
|
2490
|
+
TargetResource.add_member(:asset_id, Shapes::ShapeRef.new(shape: ID, location_name: "assetId"))
|
2491
|
+
TargetResource.add_member(:computation_model_id, Shapes::ShapeRef.new(shape: ID, location_name: "computationModelId"))
|
2212
2492
|
TargetResource.struct_class = Types::TargetResource
|
2213
2493
|
|
2214
2494
|
ThrottlingException.add_member(:message, Shapes::ShapeRef.new(shape: ErrorMessage, required: true, location_name: "message"))
|
@@ -2312,15 +2592,26 @@ module Aws::IoTSiteWise
|
|
2312
2592
|
UpdateAssetPropertyRequest.struct_class = Types::UpdateAssetPropertyRequest
|
2313
2593
|
|
2314
2594
|
UpdateAssetRequest.add_member(:asset_id, Shapes::ShapeRef.new(shape: CustomID, required: true, location: "uri", location_name: "assetId"))
|
2595
|
+
UpdateAssetRequest.add_member(:asset_external_id, Shapes::ShapeRef.new(shape: ExternalId, location_name: "assetExternalId"))
|
2315
2596
|
UpdateAssetRequest.add_member(:asset_name, Shapes::ShapeRef.new(shape: Name, required: true, location_name: "assetName"))
|
2316
2597
|
UpdateAssetRequest.add_member(:client_token, Shapes::ShapeRef.new(shape: ClientToken, location_name: "clientToken", metadata: {"idempotencyToken" => true}))
|
2317
2598
|
UpdateAssetRequest.add_member(:asset_description, Shapes::ShapeRef.new(shape: Description, location_name: "assetDescription"))
|
2318
|
-
UpdateAssetRequest.add_member(:asset_external_id, Shapes::ShapeRef.new(shape: ExternalId, location_name: "assetExternalId"))
|
2319
2599
|
UpdateAssetRequest.struct_class = Types::UpdateAssetRequest
|
2320
2600
|
|
2321
2601
|
UpdateAssetResponse.add_member(:asset_status, Shapes::ShapeRef.new(shape: AssetStatus, required: true, location_name: "assetStatus"))
|
2322
2602
|
UpdateAssetResponse.struct_class = Types::UpdateAssetResponse
|
2323
2603
|
|
2604
|
+
UpdateComputationModelRequest.add_member(:computation_model_id, Shapes::ShapeRef.new(shape: ID, required: true, location: "uri", location_name: "computationModelId"))
|
2605
|
+
UpdateComputationModelRequest.add_member(:computation_model_name, Shapes::ShapeRef.new(shape: RestrictedName, required: true, location_name: "computationModelName"))
|
2606
|
+
UpdateComputationModelRequest.add_member(:computation_model_description, Shapes::ShapeRef.new(shape: RestrictedDescription, location_name: "computationModelDescription"))
|
2607
|
+
UpdateComputationModelRequest.add_member(:computation_model_configuration, Shapes::ShapeRef.new(shape: ComputationModelConfiguration, required: true, location_name: "computationModelConfiguration"))
|
2608
|
+
UpdateComputationModelRequest.add_member(:computation_model_data_binding, Shapes::ShapeRef.new(shape: ComputationModelDataBinding, required: true, location_name: "computationModelDataBinding"))
|
2609
|
+
UpdateComputationModelRequest.add_member(:client_token, Shapes::ShapeRef.new(shape: ClientToken, location_name: "clientToken", metadata: {"idempotencyToken" => true}))
|
2610
|
+
UpdateComputationModelRequest.struct_class = Types::UpdateComputationModelRequest
|
2611
|
+
|
2612
|
+
UpdateComputationModelResponse.add_member(:computation_model_status, Shapes::ShapeRef.new(shape: ComputationModelStatus, required: true, location_name: "computationModelStatus"))
|
2613
|
+
UpdateComputationModelResponse.struct_class = Types::UpdateComputationModelResponse
|
2614
|
+
|
2324
2615
|
UpdateDashboardRequest.add_member(:dashboard_id, Shapes::ShapeRef.new(shape: ID, required: true, location: "uri", location_name: "dashboardId"))
|
2325
2616
|
UpdateDashboardRequest.add_member(:dashboard_name, Shapes::ShapeRef.new(shape: Name, required: true, location_name: "dashboardName"))
|
2326
2617
|
UpdateDashboardRequest.add_member(:dashboard_description, Shapes::ShapeRef.new(shape: Description, location_name: "dashboardDescription"))
|
@@ -2330,14 +2621,14 @@ module Aws::IoTSiteWise
|
|
2330
2621
|
|
2331
2622
|
UpdateDashboardResponse.struct_class = Types::UpdateDashboardResponse
|
2332
2623
|
|
2333
|
-
UpdateDatasetRequest.add_member(:dataset_id, Shapes::ShapeRef.new(shape:
|
2624
|
+
UpdateDatasetRequest.add_member(:dataset_id, Shapes::ShapeRef.new(shape: ID, required: true, location: "uri", location_name: "datasetId"))
|
2334
2625
|
UpdateDatasetRequest.add_member(:dataset_name, Shapes::ShapeRef.new(shape: RestrictedName, required: true, location_name: "datasetName"))
|
2335
2626
|
UpdateDatasetRequest.add_member(:dataset_description, Shapes::ShapeRef.new(shape: RestrictedDescription, location_name: "datasetDescription"))
|
2336
2627
|
UpdateDatasetRequest.add_member(:dataset_source, Shapes::ShapeRef.new(shape: DatasetSource, required: true, location_name: "datasetSource"))
|
2337
2628
|
UpdateDatasetRequest.add_member(:client_token, Shapes::ShapeRef.new(shape: ClientToken, location_name: "clientToken", metadata: {"idempotencyToken" => true}))
|
2338
2629
|
UpdateDatasetRequest.struct_class = Types::UpdateDatasetRequest
|
2339
2630
|
|
2340
|
-
UpdateDatasetResponse.add_member(:dataset_id, Shapes::ShapeRef.new(shape:
|
2631
|
+
UpdateDatasetResponse.add_member(:dataset_id, Shapes::ShapeRef.new(shape: ID, location_name: "datasetId"))
|
2341
2632
|
UpdateDatasetResponse.add_member(:dataset_arn, Shapes::ShapeRef.new(shape: ARN, location_name: "datasetArn"))
|
2342
2633
|
UpdateDatasetResponse.add_member(:dataset_status, Shapes::ShapeRef.new(shape: DatasetStatus, location_name: "datasetStatus"))
|
2343
2634
|
UpdateDatasetResponse.struct_class = Types::UpdateDatasetResponse
|
@@ -2655,6 +2946,24 @@ module Aws::IoTSiteWise
|
|
2655
2946
|
o.errors << Shapes::ShapeRef.new(shape: ConflictingOperationException)
|
2656
2947
|
end)
|
2657
2948
|
|
2949
|
+
api.add_operation(:create_computation_model, Seahorse::Model::Operation.new.tap do |o|
|
2950
|
+
o.name = "CreateComputationModel"
|
2951
|
+
o.http_method = "POST"
|
2952
|
+
o.http_request_uri = "/computation-models"
|
2953
|
+
o.endpoint_pattern = {
|
2954
|
+
"hostPrefix" => "api.",
|
2955
|
+
}
|
2956
|
+
o.input = Shapes::ShapeRef.new(shape: CreateComputationModelRequest)
|
2957
|
+
o.output = Shapes::ShapeRef.new(shape: CreateComputationModelResponse)
|
2958
|
+
o.errors << Shapes::ShapeRef.new(shape: InvalidRequestException)
|
2959
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceAlreadyExistsException)
|
2960
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
2961
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalFailureException)
|
2962
|
+
o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
|
2963
|
+
o.errors << Shapes::ShapeRef.new(shape: LimitExceededException)
|
2964
|
+
o.errors << Shapes::ShapeRef.new(shape: ConflictingOperationException)
|
2965
|
+
end)
|
2966
|
+
|
2658
2967
|
api.add_operation(:create_dashboard, Seahorse::Model::Operation.new.tap do |o|
|
2659
2968
|
o.name = "CreateDashboard"
|
2660
2969
|
o.http_method = "POST"
|
@@ -2802,6 +3111,22 @@ module Aws::IoTSiteWise
|
|
2802
3111
|
o.errors << Shapes::ShapeRef.new(shape: PreconditionFailedException)
|
2803
3112
|
end)
|
2804
3113
|
|
3114
|
+
api.add_operation(:delete_computation_model, Seahorse::Model::Operation.new.tap do |o|
|
3115
|
+
o.name = "DeleteComputationModel"
|
3116
|
+
o.http_method = "DELETE"
|
3117
|
+
o.http_request_uri = "/computation-models/{computationModelId}"
|
3118
|
+
o.endpoint_pattern = {
|
3119
|
+
"hostPrefix" => "api.",
|
3120
|
+
}
|
3121
|
+
o.input = Shapes::ShapeRef.new(shape: DeleteComputationModelRequest)
|
3122
|
+
o.output = Shapes::ShapeRef.new(shape: DeleteComputationModelResponse)
|
3123
|
+
o.errors << Shapes::ShapeRef.new(shape: InvalidRequestException)
|
3124
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
3125
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalFailureException)
|
3126
|
+
o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
|
3127
|
+
o.errors << Shapes::ShapeRef.new(shape: ConflictingOperationException)
|
3128
|
+
end)
|
3129
|
+
|
2805
3130
|
api.add_operation(:delete_dashboard, Seahorse::Model::Operation.new.tap do |o|
|
2806
3131
|
o.name = "DeleteDashboard"
|
2807
3132
|
o.http_method = "DELETE"
|
@@ -3016,6 +3341,36 @@ module Aws::IoTSiteWise
|
|
3016
3341
|
o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
|
3017
3342
|
end)
|
3018
3343
|
|
3344
|
+
api.add_operation(:describe_computation_model, Seahorse::Model::Operation.new.tap do |o|
|
3345
|
+
o.name = "DescribeComputationModel"
|
3346
|
+
o.http_method = "GET"
|
3347
|
+
o.http_request_uri = "/computation-models/{computationModelId}"
|
3348
|
+
o.endpoint_pattern = {
|
3349
|
+
"hostPrefix" => "api.",
|
3350
|
+
}
|
3351
|
+
o.input = Shapes::ShapeRef.new(shape: DescribeComputationModelRequest)
|
3352
|
+
o.output = Shapes::ShapeRef.new(shape: DescribeComputationModelResponse)
|
3353
|
+
o.errors << Shapes::ShapeRef.new(shape: InvalidRequestException)
|
3354
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
3355
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalFailureException)
|
3356
|
+
o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
|
3357
|
+
end)
|
3358
|
+
|
3359
|
+
api.add_operation(:describe_computation_model_execution_summary, Seahorse::Model::Operation.new.tap do |o|
|
3360
|
+
o.name = "DescribeComputationModelExecutionSummary"
|
3361
|
+
o.http_method = "GET"
|
3362
|
+
o.http_request_uri = "/computation-models/{computationModelId}/execution-summary"
|
3363
|
+
o.endpoint_pattern = {
|
3364
|
+
"hostPrefix" => "api.",
|
3365
|
+
}
|
3366
|
+
o.input = Shapes::ShapeRef.new(shape: DescribeComputationModelExecutionSummaryRequest)
|
3367
|
+
o.output = Shapes::ShapeRef.new(shape: DescribeComputationModelExecutionSummaryResponse)
|
3368
|
+
o.errors << Shapes::ShapeRef.new(shape: InvalidRequestException)
|
3369
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
3370
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalFailureException)
|
3371
|
+
o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
|
3372
|
+
end)
|
3373
|
+
|
3019
3374
|
api.add_operation(:describe_dashboard, Seahorse::Model::Operation.new.tap do |o|
|
3020
3375
|
o.name = "DescribeDashboard"
|
3021
3376
|
o.http_method = "GET"
|
@@ -3060,6 +3415,21 @@ module Aws::IoTSiteWise
|
|
3060
3415
|
o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
|
3061
3416
|
end)
|
3062
3417
|
|
3418
|
+
api.add_operation(:describe_execution, Seahorse::Model::Operation.new.tap do |o|
|
3419
|
+
o.name = "DescribeExecution"
|
3420
|
+
o.http_method = "GET"
|
3421
|
+
o.http_request_uri = "/executions/{executionId}"
|
3422
|
+
o.endpoint_pattern = {
|
3423
|
+
"hostPrefix" => "api.",
|
3424
|
+
}
|
3425
|
+
o.input = Shapes::ShapeRef.new(shape: DescribeExecutionRequest)
|
3426
|
+
o.output = Shapes::ShapeRef.new(shape: DescribeExecutionResponse)
|
3427
|
+
o.errors << Shapes::ShapeRef.new(shape: InvalidRequestException)
|
3428
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
3429
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalFailureException)
|
3430
|
+
o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
|
3431
|
+
end)
|
3432
|
+
|
3063
3433
|
api.add_operation(:describe_gateway, Seahorse::Model::Operation.new.tap do |o|
|
3064
3434
|
o.name = "DescribeGateway"
|
3065
3435
|
o.http_method = "GET"
|
@@ -3333,10 +3703,10 @@ module Aws::IoTSiteWise
|
|
3333
3703
|
o.output = Shapes::ShapeRef.new(shape: InvokeAssistantResponse)
|
3334
3704
|
o.errors << Shapes::ShapeRef.new(shape: InternalFailureException)
|
3335
3705
|
o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
|
3336
|
-
o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
|
3337
|
-
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
3338
3706
|
o.errors << Shapes::ShapeRef.new(shape: InvalidRequestException)
|
3339
3707
|
o.errors << Shapes::ShapeRef.new(shape: LimitExceededException)
|
3708
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
3709
|
+
o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
|
3340
3710
|
o.errors << Shapes::ShapeRef.new(shape: ConflictingOperationException)
|
3341
3711
|
end)
|
3342
3712
|
|
@@ -3569,6 +3939,67 @@ module Aws::IoTSiteWise
|
|
3569
3939
|
)
|
3570
3940
|
end)
|
3571
3941
|
|
3942
|
+
api.add_operation(:list_computation_model_data_binding_usages, Seahorse::Model::Operation.new.tap do |o|
|
3943
|
+
o.name = "ListComputationModelDataBindingUsages"
|
3944
|
+
o.http_method = "POST"
|
3945
|
+
o.http_request_uri = "/computation-models/data-binding-usages"
|
3946
|
+
o.endpoint_pattern = {
|
3947
|
+
"hostPrefix" => "api.",
|
3948
|
+
}
|
3949
|
+
o.input = Shapes::ShapeRef.new(shape: ListComputationModelDataBindingUsagesRequest)
|
3950
|
+
o.output = Shapes::ShapeRef.new(shape: ListComputationModelDataBindingUsagesResponse)
|
3951
|
+
o.errors << Shapes::ShapeRef.new(shape: InvalidRequestException)
|
3952
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalFailureException)
|
3953
|
+
o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
|
3954
|
+
o[:pager] = Aws::Pager.new(
|
3955
|
+
limit_key: "max_results",
|
3956
|
+
tokens: {
|
3957
|
+
"next_token" => "next_token"
|
3958
|
+
}
|
3959
|
+
)
|
3960
|
+
end)
|
3961
|
+
|
3962
|
+
api.add_operation(:list_computation_model_resolve_to_resources, Seahorse::Model::Operation.new.tap do |o|
|
3963
|
+
o.name = "ListComputationModelResolveToResources"
|
3964
|
+
o.http_method = "GET"
|
3965
|
+
o.http_request_uri = "/computation-models/{computationModelId}/resolve-to-resources"
|
3966
|
+
o.endpoint_pattern = {
|
3967
|
+
"hostPrefix" => "api.",
|
3968
|
+
}
|
3969
|
+
o.input = Shapes::ShapeRef.new(shape: ListComputationModelResolveToResourcesRequest)
|
3970
|
+
o.output = Shapes::ShapeRef.new(shape: ListComputationModelResolveToResourcesResponse)
|
3971
|
+
o.errors << Shapes::ShapeRef.new(shape: InvalidRequestException)
|
3972
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalFailureException)
|
3973
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
3974
|
+
o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
|
3975
|
+
o[:pager] = Aws::Pager.new(
|
3976
|
+
limit_key: "max_results",
|
3977
|
+
tokens: {
|
3978
|
+
"next_token" => "next_token"
|
3979
|
+
}
|
3980
|
+
)
|
3981
|
+
end)
|
3982
|
+
|
3983
|
+
api.add_operation(:list_computation_models, Seahorse::Model::Operation.new.tap do |o|
|
3984
|
+
o.name = "ListComputationModels"
|
3985
|
+
o.http_method = "GET"
|
3986
|
+
o.http_request_uri = "/computation-models"
|
3987
|
+
o.endpoint_pattern = {
|
3988
|
+
"hostPrefix" => "api.",
|
3989
|
+
}
|
3990
|
+
o.input = Shapes::ShapeRef.new(shape: ListComputationModelsRequest)
|
3991
|
+
o.output = Shapes::ShapeRef.new(shape: ListComputationModelsResponse)
|
3992
|
+
o.errors << Shapes::ShapeRef.new(shape: InvalidRequestException)
|
3993
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalFailureException)
|
3994
|
+
o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
|
3995
|
+
o[:pager] = Aws::Pager.new(
|
3996
|
+
limit_key: "max_results",
|
3997
|
+
tokens: {
|
3998
|
+
"next_token" => "next_token"
|
3999
|
+
}
|
4000
|
+
)
|
4001
|
+
end)
|
4002
|
+
|
3572
4003
|
api.add_operation(:list_dashboards, Seahorse::Model::Operation.new.tap do |o|
|
3573
4004
|
o.name = "ListDashboards"
|
3574
4005
|
o.http_method = "GET"
|
@@ -3609,6 +4040,27 @@ module Aws::IoTSiteWise
|
|
3609
4040
|
)
|
3610
4041
|
end)
|
3611
4042
|
|
4043
|
+
api.add_operation(:list_executions, Seahorse::Model::Operation.new.tap do |o|
|
4044
|
+
o.name = "ListExecutions"
|
4045
|
+
o.http_method = "GET"
|
4046
|
+
o.http_request_uri = "/executions"
|
4047
|
+
o.endpoint_pattern = {
|
4048
|
+
"hostPrefix" => "api.",
|
4049
|
+
}
|
4050
|
+
o.input = Shapes::ShapeRef.new(shape: ListExecutionsRequest)
|
4051
|
+
o.output = Shapes::ShapeRef.new(shape: ListExecutionsResponse)
|
4052
|
+
o.errors << Shapes::ShapeRef.new(shape: InvalidRequestException)
|
4053
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalFailureException)
|
4054
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
4055
|
+
o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
|
4056
|
+
o[:pager] = Aws::Pager.new(
|
4057
|
+
limit_key: "max_results",
|
4058
|
+
tokens: {
|
4059
|
+
"next_token" => "next_token"
|
4060
|
+
}
|
4061
|
+
)
|
4062
|
+
end)
|
4063
|
+
|
3612
4064
|
api.add_operation(:list_gateways, Seahorse::Model::Operation.new.tap do |o|
|
3613
4065
|
o.name = "ListGateways"
|
3614
4066
|
o.http_method = "GET"
|
@@ -3901,6 +4353,24 @@ module Aws::IoTSiteWise
|
|
3901
4353
|
o.errors << Shapes::ShapeRef.new(shape: ConflictingOperationException)
|
3902
4354
|
end)
|
3903
4355
|
|
4356
|
+
api.add_operation(:update_computation_model, Seahorse::Model::Operation.new.tap do |o|
|
4357
|
+
o.name = "UpdateComputationModel"
|
4358
|
+
o.http_method = "POST"
|
4359
|
+
o.http_request_uri = "/computation-models/{computationModelId}"
|
4360
|
+
o.endpoint_pattern = {
|
4361
|
+
"hostPrefix" => "api.",
|
4362
|
+
}
|
4363
|
+
o.input = Shapes::ShapeRef.new(shape: UpdateComputationModelRequest)
|
4364
|
+
o.output = Shapes::ShapeRef.new(shape: UpdateComputationModelResponse)
|
4365
|
+
o.errors << Shapes::ShapeRef.new(shape: InvalidRequestException)
|
4366
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceAlreadyExistsException)
|
4367
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
4368
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalFailureException)
|
4369
|
+
o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
|
4370
|
+
o.errors << Shapes::ShapeRef.new(shape: LimitExceededException)
|
4371
|
+
o.errors << Shapes::ShapeRef.new(shape: ConflictingOperationException)
|
4372
|
+
end)
|
4373
|
+
|
3904
4374
|
api.add_operation(:update_dashboard, Seahorse::Model::Operation.new.tap do |o|
|
3905
4375
|
o.name = "UpdateDashboard"
|
3906
4376
|
o.http_method = "PUT"
|