aws-sdk-iottwinmaker 1.20.0 → 1.22.0

Sign up to get free protection for your applications and to get access to all the features.
data/sig/types.rbs ADDED
@@ -0,0 +1,1274 @@
1
+ # WARNING ABOUT GENERATED CODE
2
+ #
3
+ # This file is generated. See the contributing guide for more information:
4
+ # https://github.com/aws/aws-sdk-ruby/blob/version-3/CONTRIBUTING.md
5
+ #
6
+ # WARNING ABOUT GENERATED CODE
7
+
8
+ module Aws::IoTTwinMaker
9
+ module Types
10
+
11
+ class AccessDeniedException
12
+ attr_accessor message: ::String
13
+ SENSITIVE: []
14
+ end
15
+
16
+ class BatchPutPropertyError
17
+ attr_accessor error_code: ::String
18
+ attr_accessor error_message: ::String
19
+ attr_accessor entry: Types::PropertyValueEntry
20
+ SENSITIVE: []
21
+ end
22
+
23
+ class BatchPutPropertyErrorEntry
24
+ attr_accessor errors: ::Array[Types::BatchPutPropertyError]
25
+ SENSITIVE: []
26
+ end
27
+
28
+ class BatchPutPropertyValuesRequest
29
+ attr_accessor workspace_id: ::String
30
+ attr_accessor entries: ::Array[Types::PropertyValueEntry]
31
+ SENSITIVE: []
32
+ end
33
+
34
+ class BatchPutPropertyValuesResponse
35
+ attr_accessor error_entries: ::Array[Types::BatchPutPropertyErrorEntry]
36
+ SENSITIVE: []
37
+ end
38
+
39
+ class BundleInformation
40
+ attr_accessor bundle_names: ::Array[::String]
41
+ attr_accessor pricing_tier: ("TIER_1" | "TIER_2" | "TIER_3" | "TIER_4")
42
+ SENSITIVE: []
43
+ end
44
+
45
+ class CancelMetadataTransferJobRequest
46
+ attr_accessor metadata_transfer_job_id: ::String
47
+ SENSITIVE: []
48
+ end
49
+
50
+ class CancelMetadataTransferJobResponse
51
+ attr_accessor metadata_transfer_job_id: ::String
52
+ attr_accessor arn: ::String
53
+ attr_accessor update_date_time: ::Time
54
+ attr_accessor status: Types::MetadataTransferJobStatus
55
+ attr_accessor progress: Types::MetadataTransferJobProgress
56
+ SENSITIVE: []
57
+ end
58
+
59
+ class ColumnDescription
60
+ attr_accessor name: ::String
61
+ attr_accessor type: ("NODE" | "EDGE" | "VALUE")
62
+ SENSITIVE: []
63
+ end
64
+
65
+ class ComponentPropertyGroupRequest
66
+ attr_accessor group_type: ("TABULAR")
67
+ attr_accessor property_names: ::Array[::String]
68
+ attr_accessor update_type: ("UPDATE" | "DELETE" | "CREATE")
69
+ SENSITIVE: []
70
+ end
71
+
72
+ class ComponentPropertyGroupResponse
73
+ attr_accessor group_type: ("TABULAR")
74
+ attr_accessor property_names: ::Array[::String]
75
+ attr_accessor is_inherited: bool
76
+ SENSITIVE: []
77
+ end
78
+
79
+ class ComponentRequest
80
+ attr_accessor description: ::String
81
+ attr_accessor component_type_id: ::String
82
+ attr_accessor properties: ::Hash[::String, Types::PropertyRequest]
83
+ attr_accessor property_groups: ::Hash[::String, Types::ComponentPropertyGroupRequest]
84
+ SENSITIVE: []
85
+ end
86
+
87
+ class ComponentResponse
88
+ attr_accessor component_name: ::String
89
+ attr_accessor description: ::String
90
+ attr_accessor component_type_id: ::String
91
+ attr_accessor status: Types::Status
92
+ attr_accessor defined_in: ::String
93
+ attr_accessor properties: ::Hash[::String, Types::PropertyResponse]
94
+ attr_accessor property_groups: ::Hash[::String, Types::ComponentPropertyGroupResponse]
95
+ attr_accessor sync_source: ::String
96
+ attr_accessor are_all_properties_returned: bool
97
+ attr_accessor composite_components: ::Hash[::String, Types::ComponentSummary]
98
+ attr_accessor are_all_composite_components_returned: bool
99
+ SENSITIVE: []
100
+ end
101
+
102
+ class ComponentSummary
103
+ attr_accessor component_name: ::String
104
+ attr_accessor component_type_id: ::String
105
+ attr_accessor defined_in: ::String
106
+ attr_accessor description: ::String
107
+ attr_accessor property_groups: ::Hash[::String, Types::ComponentPropertyGroupResponse]
108
+ attr_accessor status: Types::Status
109
+ attr_accessor sync_source: ::String
110
+ attr_accessor component_path: ::String
111
+ SENSITIVE: []
112
+ end
113
+
114
+ class ComponentTypeSummary
115
+ attr_accessor arn: ::String
116
+ attr_accessor component_type_id: ::String
117
+ attr_accessor creation_date_time: ::Time
118
+ attr_accessor update_date_time: ::Time
119
+ attr_accessor description: ::String
120
+ attr_accessor status: Types::Status
121
+ attr_accessor component_type_name: ::String
122
+ SENSITIVE: []
123
+ end
124
+
125
+ class ComponentUpdateRequest
126
+ attr_accessor update_type: ("CREATE" | "UPDATE" | "DELETE")
127
+ attr_accessor description: ::String
128
+ attr_accessor component_type_id: ::String
129
+ attr_accessor property_updates: ::Hash[::String, Types::PropertyRequest]
130
+ attr_accessor property_group_updates: ::Hash[::String, Types::ComponentPropertyGroupRequest]
131
+ SENSITIVE: []
132
+ end
133
+
134
+ class CompositeComponentRequest
135
+ attr_accessor description: ::String
136
+ attr_accessor properties: ::Hash[::String, Types::PropertyRequest]
137
+ attr_accessor property_groups: ::Hash[::String, Types::ComponentPropertyGroupRequest]
138
+ SENSITIVE: []
139
+ end
140
+
141
+ class CompositeComponentTypeRequest
142
+ attr_accessor component_type_id: ::String
143
+ SENSITIVE: []
144
+ end
145
+
146
+ class CompositeComponentTypeResponse
147
+ attr_accessor component_type_id: ::String
148
+ attr_accessor is_inherited: bool
149
+ SENSITIVE: []
150
+ end
151
+
152
+ class CompositeComponentUpdateRequest
153
+ attr_accessor update_type: ("CREATE" | "UPDATE" | "DELETE")
154
+ attr_accessor description: ::String
155
+ attr_accessor property_updates: ::Hash[::String, Types::PropertyRequest]
156
+ attr_accessor property_group_updates: ::Hash[::String, Types::ComponentPropertyGroupRequest]
157
+ SENSITIVE: []
158
+ end
159
+
160
+ class ConflictException
161
+ attr_accessor message: ::String
162
+ SENSITIVE: []
163
+ end
164
+
165
+ class ConnectorFailureException
166
+ attr_accessor message: ::String
167
+ SENSITIVE: []
168
+ end
169
+
170
+ class ConnectorTimeoutException
171
+ attr_accessor message: ::String
172
+ SENSITIVE: []
173
+ end
174
+
175
+ class CreateComponentTypeRequest
176
+ attr_accessor workspace_id: ::String
177
+ attr_accessor is_singleton: bool
178
+ attr_accessor component_type_id: ::String
179
+ attr_accessor description: ::String
180
+ attr_accessor property_definitions: ::Hash[::String, Types::PropertyDefinitionRequest]
181
+ attr_accessor extends_from: ::Array[::String]
182
+ attr_accessor functions: ::Hash[::String, Types::FunctionRequest]
183
+ attr_accessor tags: ::Hash[::String, ::String]
184
+ attr_accessor property_groups: ::Hash[::String, Types::PropertyGroupRequest]
185
+ attr_accessor component_type_name: ::String
186
+ attr_accessor composite_component_types: ::Hash[::String, Types::CompositeComponentTypeRequest]
187
+ SENSITIVE: []
188
+ end
189
+
190
+ class CreateComponentTypeResponse
191
+ attr_accessor arn: ::String
192
+ attr_accessor creation_date_time: ::Time
193
+ attr_accessor state: ("CREATING" | "UPDATING" | "DELETING" | "ACTIVE" | "ERROR")
194
+ SENSITIVE: []
195
+ end
196
+
197
+ class CreateEntityRequest
198
+ attr_accessor workspace_id: ::String
199
+ attr_accessor entity_id: ::String
200
+ attr_accessor entity_name: ::String
201
+ attr_accessor description: ::String
202
+ attr_accessor components: ::Hash[::String, Types::ComponentRequest]
203
+ attr_accessor composite_components: ::Hash[::String, Types::CompositeComponentRequest]
204
+ attr_accessor parent_entity_id: ::String
205
+ attr_accessor tags: ::Hash[::String, ::String]
206
+ SENSITIVE: []
207
+ end
208
+
209
+ class CreateEntityResponse
210
+ attr_accessor entity_id: ::String
211
+ attr_accessor arn: ::String
212
+ attr_accessor creation_date_time: ::Time
213
+ attr_accessor state: ("CREATING" | "UPDATING" | "DELETING" | "ACTIVE" | "ERROR")
214
+ SENSITIVE: []
215
+ end
216
+
217
+ class CreateMetadataTransferJobRequest
218
+ attr_accessor metadata_transfer_job_id: ::String
219
+ attr_accessor description: ::String
220
+ attr_accessor sources: ::Array[Types::SourceConfiguration]
221
+ attr_accessor destination: Types::DestinationConfiguration
222
+ SENSITIVE: []
223
+ end
224
+
225
+ class CreateMetadataTransferJobResponse
226
+ attr_accessor metadata_transfer_job_id: ::String
227
+ attr_accessor arn: ::String
228
+ attr_accessor creation_date_time: ::Time
229
+ attr_accessor status: Types::MetadataTransferJobStatus
230
+ SENSITIVE: []
231
+ end
232
+
233
+ class CreateSceneRequest
234
+ attr_accessor workspace_id: ::String
235
+ attr_accessor scene_id: ::String
236
+ attr_accessor content_location: ::String
237
+ attr_accessor description: ::String
238
+ attr_accessor capabilities: ::Array[::String]
239
+ attr_accessor tags: ::Hash[::String, ::String]
240
+ attr_accessor scene_metadata: ::Hash[::String, ::String]
241
+ SENSITIVE: []
242
+ end
243
+
244
+ class CreateSceneResponse
245
+ attr_accessor arn: ::String
246
+ attr_accessor creation_date_time: ::Time
247
+ SENSITIVE: []
248
+ end
249
+
250
+ class CreateSyncJobRequest
251
+ attr_accessor workspace_id: ::String
252
+ attr_accessor sync_source: ::String
253
+ attr_accessor sync_role: ::String
254
+ attr_accessor tags: ::Hash[::String, ::String]
255
+ SENSITIVE: []
256
+ end
257
+
258
+ class CreateSyncJobResponse
259
+ attr_accessor arn: ::String
260
+ attr_accessor creation_date_time: ::Time
261
+ attr_accessor state: ("CREATING" | "INITIALIZING" | "ACTIVE" | "DELETING" | "ERROR")
262
+ SENSITIVE: []
263
+ end
264
+
265
+ class CreateWorkspaceRequest
266
+ attr_accessor workspace_id: ::String
267
+ attr_accessor description: ::String
268
+ attr_accessor s3_location: ::String
269
+ attr_accessor role: ::String
270
+ attr_accessor tags: ::Hash[::String, ::String]
271
+ SENSITIVE: []
272
+ end
273
+
274
+ class CreateWorkspaceResponse
275
+ attr_accessor arn: ::String
276
+ attr_accessor creation_date_time: ::Time
277
+ SENSITIVE: []
278
+ end
279
+
280
+ class DataConnector
281
+ attr_accessor lambda: Types::LambdaFunction
282
+ attr_accessor is_native: bool
283
+ SENSITIVE: []
284
+ end
285
+
286
+ class DataType
287
+ attr_accessor type: ("RELATIONSHIP" | "STRING" | "LONG" | "BOOLEAN" | "INTEGER" | "DOUBLE" | "LIST" | "MAP")
288
+ attr_accessor nested_type: Types::DataType
289
+ attr_accessor allowed_values: ::Array[Types::DataValue]
290
+ attr_accessor unit_of_measure: ::String
291
+ attr_accessor relationship: Types::Relationship
292
+ SENSITIVE: []
293
+ end
294
+
295
+ class DataValue
296
+ attr_accessor boolean_value: bool
297
+ attr_accessor double_value: ::Float
298
+ attr_accessor integer_value: ::Integer
299
+ attr_accessor long_value: ::Integer
300
+ attr_accessor string_value: ::String
301
+ attr_accessor list_value: ::Array[Types::DataValue]
302
+ attr_accessor map_value: ::Hash[::String, Types::DataValue]
303
+ attr_accessor relationship_value: Types::RelationshipValue
304
+ attr_accessor expression: ::String
305
+ SENSITIVE: []
306
+ end
307
+
308
+ class DeleteComponentTypeRequest
309
+ attr_accessor workspace_id: ::String
310
+ attr_accessor component_type_id: ::String
311
+ SENSITIVE: []
312
+ end
313
+
314
+ class DeleteComponentTypeResponse
315
+ attr_accessor state: ("CREATING" | "UPDATING" | "DELETING" | "ACTIVE" | "ERROR")
316
+ SENSITIVE: []
317
+ end
318
+
319
+ class DeleteEntityRequest
320
+ attr_accessor workspace_id: ::String
321
+ attr_accessor entity_id: ::String
322
+ attr_accessor is_recursive: bool
323
+ SENSITIVE: []
324
+ end
325
+
326
+ class DeleteEntityResponse
327
+ attr_accessor state: ("CREATING" | "UPDATING" | "DELETING" | "ACTIVE" | "ERROR")
328
+ SENSITIVE: []
329
+ end
330
+
331
+ class DeleteSceneRequest
332
+ attr_accessor workspace_id: ::String
333
+ attr_accessor scene_id: ::String
334
+ SENSITIVE: []
335
+ end
336
+
337
+ class DeleteSceneResponse < Aws::EmptyStructure
338
+ end
339
+
340
+ class DeleteSyncJobRequest
341
+ attr_accessor workspace_id: ::String
342
+ attr_accessor sync_source: ::String
343
+ SENSITIVE: []
344
+ end
345
+
346
+ class DeleteSyncJobResponse
347
+ attr_accessor state: ("CREATING" | "INITIALIZING" | "ACTIVE" | "DELETING" | "ERROR")
348
+ SENSITIVE: []
349
+ end
350
+
351
+ class DeleteWorkspaceRequest
352
+ attr_accessor workspace_id: ::String
353
+ SENSITIVE: []
354
+ end
355
+
356
+ class DeleteWorkspaceResponse
357
+ attr_accessor message: ::String
358
+ SENSITIVE: []
359
+ end
360
+
361
+ class DestinationConfiguration
362
+ attr_accessor type: ("s3" | "iotsitewise" | "iottwinmaker")
363
+ attr_accessor s3_configuration: Types::S3DestinationConfiguration
364
+ attr_accessor iot_twin_maker_configuration: Types::IotTwinMakerDestinationConfiguration
365
+ SENSITIVE: []
366
+ end
367
+
368
+ class EntityPropertyReference
369
+ attr_accessor component_name: ::String
370
+ attr_accessor component_path: ::String
371
+ attr_accessor external_id_property: ::Hash[::String, ::String]
372
+ attr_accessor entity_id: ::String
373
+ attr_accessor property_name: ::String
374
+ SENSITIVE: []
375
+ end
376
+
377
+ class EntitySummary
378
+ attr_accessor entity_id: ::String
379
+ attr_accessor entity_name: ::String
380
+ attr_accessor arn: ::String
381
+ attr_accessor parent_entity_id: ::String
382
+ attr_accessor status: Types::Status
383
+ attr_accessor description: ::String
384
+ attr_accessor has_child_entities: bool
385
+ attr_accessor creation_date_time: ::Time
386
+ attr_accessor update_date_time: ::Time
387
+ SENSITIVE: []
388
+ end
389
+
390
+ class ErrorDetails
391
+ attr_accessor code: ("VALIDATION_ERROR" | "INTERNAL_FAILURE" | "SYNC_INITIALIZING_ERROR" | "SYNC_CREATING_ERROR" | "SYNC_PROCESSING_ERROR" | "SYNC_DELETING_ERROR" | "PROCESSING_ERROR" | "COMPOSITE_COMPONENT_FAILURE")
392
+ attr_accessor message: ::String
393
+ SENSITIVE: []
394
+ end
395
+
396
+ class ExecuteQueryRequest
397
+ attr_accessor workspace_id: ::String
398
+ attr_accessor query_statement: ::String
399
+ attr_accessor max_results: ::Integer
400
+ attr_accessor next_token: ::String
401
+ SENSITIVE: []
402
+ end
403
+
404
+ class ExecuteQueryResponse
405
+ attr_accessor column_descriptions: ::Array[Types::ColumnDescription]
406
+ attr_accessor rows: ::Array[Types::Row]
407
+ attr_accessor next_token: ::String
408
+ SENSITIVE: []
409
+ end
410
+
411
+ class FilterByAsset
412
+ attr_accessor asset_id: ::String
413
+ attr_accessor asset_external_id: ::String
414
+ attr_accessor include_offspring: bool
415
+ attr_accessor include_asset_model: bool
416
+ SENSITIVE: []
417
+ end
418
+
419
+ class FilterByAssetModel
420
+ attr_accessor asset_model_id: ::String
421
+ attr_accessor asset_model_external_id: ::String
422
+ attr_accessor include_offspring: bool
423
+ attr_accessor include_assets: bool
424
+ SENSITIVE: []
425
+ end
426
+
427
+ class FilterByComponentType
428
+ attr_accessor component_type_id: ::String
429
+ SENSITIVE: []
430
+ end
431
+
432
+ class FilterByEntity
433
+ attr_accessor entity_id: ::String
434
+ SENSITIVE: []
435
+ end
436
+
437
+ class FunctionRequest
438
+ attr_accessor required_properties: ::Array[::String]
439
+ attr_accessor scope: ("ENTITY" | "WORKSPACE")
440
+ attr_accessor implemented_by: Types::DataConnector
441
+ SENSITIVE: []
442
+ end
443
+
444
+ class FunctionResponse
445
+ attr_accessor required_properties: ::Array[::String]
446
+ attr_accessor scope: ("ENTITY" | "WORKSPACE")
447
+ attr_accessor implemented_by: Types::DataConnector
448
+ attr_accessor is_inherited: bool
449
+ SENSITIVE: []
450
+ end
451
+
452
+ class GetComponentTypeRequest
453
+ attr_accessor workspace_id: ::String
454
+ attr_accessor component_type_id: ::String
455
+ SENSITIVE: []
456
+ end
457
+
458
+ class GetComponentTypeResponse
459
+ attr_accessor workspace_id: ::String
460
+ attr_accessor is_singleton: bool
461
+ attr_accessor component_type_id: ::String
462
+ attr_accessor description: ::String
463
+ attr_accessor property_definitions: ::Hash[::String, Types::PropertyDefinitionResponse]
464
+ attr_accessor extends_from: ::Array[::String]
465
+ attr_accessor functions: ::Hash[::String, Types::FunctionResponse]
466
+ attr_accessor creation_date_time: ::Time
467
+ attr_accessor update_date_time: ::Time
468
+ attr_accessor arn: ::String
469
+ attr_accessor is_abstract: bool
470
+ attr_accessor is_schema_initialized: bool
471
+ attr_accessor status: Types::Status
472
+ attr_accessor property_groups: ::Hash[::String, Types::PropertyGroupResponse]
473
+ attr_accessor sync_source: ::String
474
+ attr_accessor component_type_name: ::String
475
+ attr_accessor composite_component_types: ::Hash[::String, Types::CompositeComponentTypeResponse]
476
+ SENSITIVE: []
477
+ end
478
+
479
+ class GetEntityRequest
480
+ attr_accessor workspace_id: ::String
481
+ attr_accessor entity_id: ::String
482
+ SENSITIVE: []
483
+ end
484
+
485
+ class GetEntityResponse
486
+ attr_accessor entity_id: ::String
487
+ attr_accessor entity_name: ::String
488
+ attr_accessor arn: ::String
489
+ attr_accessor status: Types::Status
490
+ attr_accessor workspace_id: ::String
491
+ attr_accessor description: ::String
492
+ attr_accessor components: ::Hash[::String, Types::ComponentResponse]
493
+ attr_accessor parent_entity_id: ::String
494
+ attr_accessor has_child_entities: bool
495
+ attr_accessor creation_date_time: ::Time
496
+ attr_accessor update_date_time: ::Time
497
+ attr_accessor sync_source: ::String
498
+ attr_accessor are_all_components_returned: bool
499
+ SENSITIVE: []
500
+ end
501
+
502
+ class GetMetadataTransferJobRequest
503
+ attr_accessor metadata_transfer_job_id: ::String
504
+ SENSITIVE: []
505
+ end
506
+
507
+ class GetMetadataTransferJobResponse
508
+ attr_accessor metadata_transfer_job_id: ::String
509
+ attr_accessor arn: ::String
510
+ attr_accessor description: ::String
511
+ attr_accessor sources: ::Array[Types::SourceConfiguration]
512
+ attr_accessor destination: Types::DestinationConfiguration
513
+ attr_accessor metadata_transfer_job_role: ::String
514
+ attr_accessor report_url: ::String
515
+ attr_accessor creation_date_time: ::Time
516
+ attr_accessor update_date_time: ::Time
517
+ attr_accessor status: Types::MetadataTransferJobStatus
518
+ attr_accessor progress: Types::MetadataTransferJobProgress
519
+ SENSITIVE: []
520
+ end
521
+
522
+ class GetPricingPlanRequest < Aws::EmptyStructure
523
+ end
524
+
525
+ class GetPricingPlanResponse
526
+ attr_accessor current_pricing_plan: Types::PricingPlan
527
+ attr_accessor pending_pricing_plan: Types::PricingPlan
528
+ SENSITIVE: []
529
+ end
530
+
531
+ class GetPropertyValueHistoryRequest
532
+ attr_accessor workspace_id: ::String
533
+ attr_accessor entity_id: ::String
534
+ attr_accessor component_name: ::String
535
+ attr_accessor component_path: ::String
536
+ attr_accessor component_type_id: ::String
537
+ attr_accessor selected_properties: ::Array[::String]
538
+ attr_accessor property_filters: ::Array[Types::PropertyFilter]
539
+ attr_accessor start_date_time: ::Time
540
+ attr_accessor end_date_time: ::Time
541
+ attr_accessor interpolation: Types::InterpolationParameters
542
+ attr_accessor next_token: ::String
543
+ attr_accessor max_results: ::Integer
544
+ attr_accessor order_by_time: ("ASCENDING" | "DESCENDING")
545
+ attr_accessor start_time: ::String
546
+ attr_accessor end_time: ::String
547
+ SENSITIVE: []
548
+ end
549
+
550
+ class GetPropertyValueHistoryResponse
551
+ attr_accessor property_values: ::Array[Types::PropertyValueHistory]
552
+ attr_accessor next_token: ::String
553
+ SENSITIVE: []
554
+ end
555
+
556
+ class GetPropertyValueRequest
557
+ attr_accessor component_name: ::String
558
+ attr_accessor component_path: ::String
559
+ attr_accessor component_type_id: ::String
560
+ attr_accessor entity_id: ::String
561
+ attr_accessor selected_properties: ::Array[::String]
562
+ attr_accessor workspace_id: ::String
563
+ attr_accessor max_results: ::Integer
564
+ attr_accessor next_token: ::String
565
+ attr_accessor property_group_name: ::String
566
+ attr_accessor tabular_conditions: Types::TabularConditions
567
+ SENSITIVE: []
568
+ end
569
+
570
+ class GetPropertyValueResponse
571
+ attr_accessor property_values: ::Hash[::String, Types::PropertyLatestValue]
572
+ attr_accessor next_token: ::String
573
+ attr_accessor tabular_property_values: ::Array[::Array[::Hash[::String, Types::DataValue]]]
574
+ SENSITIVE: []
575
+ end
576
+
577
+ class GetSceneRequest
578
+ attr_accessor workspace_id: ::String
579
+ attr_accessor scene_id: ::String
580
+ SENSITIVE: []
581
+ end
582
+
583
+ class GetSceneResponse
584
+ attr_accessor workspace_id: ::String
585
+ attr_accessor scene_id: ::String
586
+ attr_accessor content_location: ::String
587
+ attr_accessor arn: ::String
588
+ attr_accessor creation_date_time: ::Time
589
+ attr_accessor update_date_time: ::Time
590
+ attr_accessor description: ::String
591
+ attr_accessor capabilities: ::Array[::String]
592
+ attr_accessor scene_metadata: ::Hash[::String, ::String]
593
+ attr_accessor generated_scene_metadata: ::Hash[::String, ::String]
594
+ attr_accessor error: Types::SceneError
595
+ SENSITIVE: []
596
+ end
597
+
598
+ class GetSyncJobRequest
599
+ attr_accessor sync_source: ::String
600
+ attr_accessor workspace_id: ::String
601
+ SENSITIVE: []
602
+ end
603
+
604
+ class GetSyncJobResponse
605
+ attr_accessor arn: ::String
606
+ attr_accessor workspace_id: ::String
607
+ attr_accessor sync_source: ::String
608
+ attr_accessor sync_role: ::String
609
+ attr_accessor status: Types::SyncJobStatus
610
+ attr_accessor creation_date_time: ::Time
611
+ attr_accessor update_date_time: ::Time
612
+ SENSITIVE: []
613
+ end
614
+
615
+ class GetWorkspaceRequest
616
+ attr_accessor workspace_id: ::String
617
+ SENSITIVE: []
618
+ end
619
+
620
+ class GetWorkspaceResponse
621
+ attr_accessor workspace_id: ::String
622
+ attr_accessor arn: ::String
623
+ attr_accessor description: ::String
624
+ attr_accessor linked_services: ::Array[::String]
625
+ attr_accessor s3_location: ::String
626
+ attr_accessor role: ::String
627
+ attr_accessor creation_date_time: ::Time
628
+ attr_accessor update_date_time: ::Time
629
+ SENSITIVE: []
630
+ end
631
+
632
+ class InternalServerException
633
+ attr_accessor message: ::String
634
+ SENSITIVE: []
635
+ end
636
+
637
+ class InterpolationParameters
638
+ attr_accessor interpolation_type: ("LINEAR")
639
+ attr_accessor interval_in_seconds: ::Integer
640
+ SENSITIVE: []
641
+ end
642
+
643
+ class IotSiteWiseSourceConfiguration
644
+ attr_accessor filters: ::Array[Types::IotSiteWiseSourceConfigurationFilter]
645
+ SENSITIVE: []
646
+ end
647
+
648
+ class IotSiteWiseSourceConfigurationFilter
649
+ attr_accessor filter_by_asset_model: Types::FilterByAssetModel
650
+ attr_accessor filter_by_asset: Types::FilterByAsset
651
+ attr_accessor unknown: untyped
652
+ SENSITIVE: []
653
+
654
+ class FilterByAssetModel < IotSiteWiseSourceConfigurationFilter
655
+ end
656
+ class FilterByAsset < IotSiteWiseSourceConfigurationFilter
657
+ end
658
+ class Unknown < IotSiteWiseSourceConfigurationFilter
659
+ end
660
+ end
661
+
662
+ class IotTwinMakerDestinationConfiguration
663
+ attr_accessor workspace: ::String
664
+ SENSITIVE: []
665
+ end
666
+
667
+ class IotTwinMakerSourceConfiguration
668
+ attr_accessor workspace: ::String
669
+ attr_accessor filters: ::Array[Types::IotTwinMakerSourceConfigurationFilter]
670
+ SENSITIVE: []
671
+ end
672
+
673
+ class IotTwinMakerSourceConfigurationFilter
674
+ attr_accessor filter_by_component_type: Types::FilterByComponentType
675
+ attr_accessor filter_by_entity: Types::FilterByEntity
676
+ attr_accessor unknown: untyped
677
+ SENSITIVE: []
678
+
679
+ class FilterByComponentType < IotTwinMakerSourceConfigurationFilter
680
+ end
681
+ class FilterByEntity < IotTwinMakerSourceConfigurationFilter
682
+ end
683
+ class Unknown < IotTwinMakerSourceConfigurationFilter
684
+ end
685
+ end
686
+
687
+ class LambdaFunction
688
+ attr_accessor arn: ::String
689
+ SENSITIVE: []
690
+ end
691
+
692
+ class ListComponentTypesFilter
693
+ attr_accessor extends_from: ::String
694
+ attr_accessor namespace: ::String
695
+ attr_accessor is_abstract: bool
696
+ attr_accessor unknown: untyped
697
+ SENSITIVE: []
698
+
699
+ class ExtendsFrom < ListComponentTypesFilter
700
+ end
701
+ class Namespace < ListComponentTypesFilter
702
+ end
703
+ class IsAbstract < ListComponentTypesFilter
704
+ end
705
+ class Unknown < ListComponentTypesFilter
706
+ end
707
+ end
708
+
709
+ class ListComponentTypesRequest
710
+ attr_accessor workspace_id: ::String
711
+ attr_accessor filters: ::Array[Types::ListComponentTypesFilter]
712
+ attr_accessor next_token: ::String
713
+ attr_accessor max_results: ::Integer
714
+ SENSITIVE: []
715
+ end
716
+
717
+ class ListComponentTypesResponse
718
+ attr_accessor workspace_id: ::String
719
+ attr_accessor component_type_summaries: ::Array[Types::ComponentTypeSummary]
720
+ attr_accessor next_token: ::String
721
+ attr_accessor max_results: ::Integer
722
+ SENSITIVE: []
723
+ end
724
+
725
+ class ListComponentsRequest
726
+ attr_accessor workspace_id: ::String
727
+ attr_accessor entity_id: ::String
728
+ attr_accessor component_path: ::String
729
+ attr_accessor max_results: ::Integer
730
+ attr_accessor next_token: ::String
731
+ SENSITIVE: []
732
+ end
733
+
734
+ class ListComponentsResponse
735
+ attr_accessor component_summaries: ::Array[Types::ComponentSummary]
736
+ attr_accessor next_token: ::String
737
+ SENSITIVE: []
738
+ end
739
+
740
+ class ListEntitiesFilter
741
+ attr_accessor parent_entity_id: ::String
742
+ attr_accessor component_type_id: ::String
743
+ attr_accessor external_id: ::String
744
+ attr_accessor unknown: untyped
745
+ SENSITIVE: []
746
+
747
+ class ParentEntityId < ListEntitiesFilter
748
+ end
749
+ class ComponentTypeId < ListEntitiesFilter
750
+ end
751
+ class ExternalId < ListEntitiesFilter
752
+ end
753
+ class Unknown < ListEntitiesFilter
754
+ end
755
+ end
756
+
757
+ class ListEntitiesRequest
758
+ attr_accessor workspace_id: ::String
759
+ attr_accessor filters: ::Array[Types::ListEntitiesFilter]
760
+ attr_accessor max_results: ::Integer
761
+ attr_accessor next_token: ::String
762
+ SENSITIVE: []
763
+ end
764
+
765
+ class ListEntitiesResponse
766
+ attr_accessor entity_summaries: ::Array[Types::EntitySummary]
767
+ attr_accessor next_token: ::String
768
+ SENSITIVE: []
769
+ end
770
+
771
+ class ListMetadataTransferJobsFilter
772
+ attr_accessor workspace_id: ::String
773
+ attr_accessor state: ("VALIDATING" | "PENDING" | "RUNNING" | "CANCELLING" | "ERROR" | "COMPLETED" | "CANCELLED")
774
+ attr_accessor unknown: untyped
775
+ SENSITIVE: []
776
+
777
+ class WorkspaceId < ListMetadataTransferJobsFilter
778
+ end
779
+ class State < ListMetadataTransferJobsFilter
780
+ end
781
+ class Unknown < ListMetadataTransferJobsFilter
782
+ end
783
+ end
784
+
785
+ class ListMetadataTransferJobsRequest
786
+ attr_accessor source_type: ("s3" | "iotsitewise" | "iottwinmaker")
787
+ attr_accessor destination_type: ("s3" | "iotsitewise" | "iottwinmaker")
788
+ attr_accessor filters: ::Array[Types::ListMetadataTransferJobsFilter]
789
+ attr_accessor next_token: ::String
790
+ attr_accessor max_results: ::Integer
791
+ SENSITIVE: []
792
+ end
793
+
794
+ class ListMetadataTransferJobsResponse
795
+ attr_accessor metadata_transfer_job_summaries: ::Array[Types::MetadataTransferJobSummary]
796
+ attr_accessor next_token: ::String
797
+ SENSITIVE: []
798
+ end
799
+
800
+ class ListPropertiesRequest
801
+ attr_accessor workspace_id: ::String
802
+ attr_accessor component_name: ::String
803
+ attr_accessor component_path: ::String
804
+ attr_accessor entity_id: ::String
805
+ attr_accessor max_results: ::Integer
806
+ attr_accessor next_token: ::String
807
+ SENSITIVE: []
808
+ end
809
+
810
+ class ListPropertiesResponse
811
+ attr_accessor property_summaries: ::Array[Types::PropertySummary]
812
+ attr_accessor next_token: ::String
813
+ SENSITIVE: []
814
+ end
815
+
816
+ class ListScenesRequest
817
+ attr_accessor workspace_id: ::String
818
+ attr_accessor max_results: ::Integer
819
+ attr_accessor next_token: ::String
820
+ SENSITIVE: []
821
+ end
822
+
823
+ class ListScenesResponse
824
+ attr_accessor scene_summaries: ::Array[Types::SceneSummary]
825
+ attr_accessor next_token: ::String
826
+ SENSITIVE: []
827
+ end
828
+
829
+ class ListSyncJobsRequest
830
+ attr_accessor workspace_id: ::String
831
+ attr_accessor max_results: ::Integer
832
+ attr_accessor next_token: ::String
833
+ SENSITIVE: []
834
+ end
835
+
836
+ class ListSyncJobsResponse
837
+ attr_accessor sync_job_summaries: ::Array[Types::SyncJobSummary]
838
+ attr_accessor next_token: ::String
839
+ SENSITIVE: []
840
+ end
841
+
842
+ class ListSyncResourcesRequest
843
+ attr_accessor workspace_id: ::String
844
+ attr_accessor sync_source: ::String
845
+ attr_accessor filters: ::Array[Types::SyncResourceFilter]
846
+ attr_accessor max_results: ::Integer
847
+ attr_accessor next_token: ::String
848
+ SENSITIVE: []
849
+ end
850
+
851
+ class ListSyncResourcesResponse
852
+ attr_accessor sync_resources: ::Array[Types::SyncResourceSummary]
853
+ attr_accessor next_token: ::String
854
+ SENSITIVE: []
855
+ end
856
+
857
+ class ListTagsForResourceRequest
858
+ attr_accessor resource_arn: ::String
859
+ attr_accessor max_results: ::Integer
860
+ attr_accessor next_token: ::String
861
+ SENSITIVE: []
862
+ end
863
+
864
+ class ListTagsForResourceResponse
865
+ attr_accessor tags: ::Hash[::String, ::String]
866
+ attr_accessor next_token: ::String
867
+ SENSITIVE: []
868
+ end
869
+
870
+ class ListWorkspacesRequest
871
+ attr_accessor max_results: ::Integer
872
+ attr_accessor next_token: ::String
873
+ SENSITIVE: []
874
+ end
875
+
876
+ class ListWorkspacesResponse
877
+ attr_accessor workspace_summaries: ::Array[Types::WorkspaceSummary]
878
+ attr_accessor next_token: ::String
879
+ SENSITIVE: []
880
+ end
881
+
882
+ class MetadataTransferJobProgress
883
+ attr_accessor total_count: ::Integer
884
+ attr_accessor succeeded_count: ::Integer
885
+ attr_accessor skipped_count: ::Integer
886
+ attr_accessor failed_count: ::Integer
887
+ SENSITIVE: []
888
+ end
889
+
890
+ class MetadataTransferJobStatus
891
+ attr_accessor state: ("VALIDATING" | "PENDING" | "RUNNING" | "CANCELLING" | "ERROR" | "COMPLETED" | "CANCELLED")
892
+ attr_accessor error: Types::ErrorDetails
893
+ attr_accessor queued_position: ::Integer
894
+ SENSITIVE: []
895
+ end
896
+
897
+ class MetadataTransferJobSummary
898
+ attr_accessor metadata_transfer_job_id: ::String
899
+ attr_accessor arn: ::String
900
+ attr_accessor creation_date_time: ::Time
901
+ attr_accessor update_date_time: ::Time
902
+ attr_accessor status: Types::MetadataTransferJobStatus
903
+ attr_accessor progress: Types::MetadataTransferJobProgress
904
+ SENSITIVE: []
905
+ end
906
+
907
+ class OrderBy
908
+ attr_accessor order: ("ASCENDING" | "DESCENDING")
909
+ attr_accessor property_name: ::String
910
+ SENSITIVE: []
911
+ end
912
+
913
+ class ParentEntityUpdateRequest
914
+ attr_accessor update_type: ("UPDATE" | "DELETE")
915
+ attr_accessor parent_entity_id: ::String
916
+ SENSITIVE: []
917
+ end
918
+
919
+ class PricingPlan
920
+ attr_accessor billable_entity_count: ::Integer
921
+ attr_accessor bundle_information: Types::BundleInformation
922
+ attr_accessor effective_date_time: ::Time
923
+ attr_accessor pricing_mode: ("BASIC" | "STANDARD" | "TIERED_BUNDLE")
924
+ attr_accessor update_date_time: ::Time
925
+ attr_accessor update_reason: ("DEFAULT" | "PRICING_TIER_UPDATE" | "ENTITY_COUNT_UPDATE" | "PRICING_MODE_UPDATE" | "OVERWRITTEN")
926
+ SENSITIVE: []
927
+ end
928
+
929
+ class PropertyDefinitionRequest
930
+ attr_accessor data_type: Types::DataType
931
+ attr_accessor is_required_in_entity: bool
932
+ attr_accessor is_external_id: bool
933
+ attr_accessor is_stored_externally: bool
934
+ attr_accessor is_time_series: bool
935
+ attr_accessor default_value: Types::DataValue
936
+ attr_accessor configuration: ::Hash[::String, ::String]
937
+ attr_accessor display_name: ::String
938
+ SENSITIVE: []
939
+ end
940
+
941
+ class PropertyDefinitionResponse
942
+ attr_accessor data_type: Types::DataType
943
+ attr_accessor is_time_series: bool
944
+ attr_accessor is_required_in_entity: bool
945
+ attr_accessor is_external_id: bool
946
+ attr_accessor is_stored_externally: bool
947
+ attr_accessor is_imported: bool
948
+ attr_accessor is_final: bool
949
+ attr_accessor is_inherited: bool
950
+ attr_accessor default_value: Types::DataValue
951
+ attr_accessor configuration: ::Hash[::String, ::String]
952
+ attr_accessor display_name: ::String
953
+ SENSITIVE: []
954
+ end
955
+
956
+ class PropertyFilter
957
+ attr_accessor property_name: ::String
958
+ attr_accessor operator: ::String
959
+ attr_accessor value: Types::DataValue
960
+ SENSITIVE: []
961
+ end
962
+
963
+ class PropertyGroupRequest
964
+ attr_accessor group_type: ("TABULAR")
965
+ attr_accessor property_names: ::Array[::String]
966
+ SENSITIVE: []
967
+ end
968
+
969
+ class PropertyGroupResponse
970
+ attr_accessor group_type: ("TABULAR")
971
+ attr_accessor property_names: ::Array[::String]
972
+ attr_accessor is_inherited: bool
973
+ SENSITIVE: []
974
+ end
975
+
976
+ class PropertyLatestValue
977
+ attr_accessor property_reference: Types::EntityPropertyReference
978
+ attr_accessor property_value: Types::DataValue
979
+ SENSITIVE: []
980
+ end
981
+
982
+ class PropertyRequest
983
+ attr_accessor definition: Types::PropertyDefinitionRequest
984
+ attr_accessor value: Types::DataValue
985
+ attr_accessor update_type: ("UPDATE" | "DELETE" | "CREATE")
986
+ SENSITIVE: []
987
+ end
988
+
989
+ class PropertyResponse
990
+ attr_accessor definition: Types::PropertyDefinitionResponse
991
+ attr_accessor value: Types::DataValue
992
+ attr_accessor are_all_property_values_returned: bool
993
+ SENSITIVE: []
994
+ end
995
+
996
+ class PropertySummary
997
+ attr_accessor definition: Types::PropertyDefinitionResponse
998
+ attr_accessor property_name: ::String
999
+ attr_accessor value: Types::DataValue
1000
+ attr_accessor are_all_property_values_returned: bool
1001
+ SENSITIVE: []
1002
+ end
1003
+
1004
+ class PropertyValue
1005
+ attr_accessor timestamp: ::Time
1006
+ attr_accessor value: Types::DataValue
1007
+ attr_accessor time: ::String
1008
+ SENSITIVE: []
1009
+ end
1010
+
1011
+ class PropertyValueEntry
1012
+ attr_accessor entity_property_reference: Types::EntityPropertyReference
1013
+ attr_accessor property_values: ::Array[Types::PropertyValue]
1014
+ SENSITIVE: []
1015
+ end
1016
+
1017
+ class PropertyValueHistory
1018
+ attr_accessor entity_property_reference: Types::EntityPropertyReference
1019
+ attr_accessor values: ::Array[Types::PropertyValue]
1020
+ SENSITIVE: []
1021
+ end
1022
+
1023
+ class QueryTimeoutException
1024
+ attr_accessor message: ::String
1025
+ SENSITIVE: []
1026
+ end
1027
+
1028
+ class Relationship
1029
+ attr_accessor target_component_type_id: ::String
1030
+ attr_accessor relationship_type: ::String
1031
+ SENSITIVE: []
1032
+ end
1033
+
1034
+ class RelationshipValue
1035
+ attr_accessor target_entity_id: ::String
1036
+ attr_accessor target_component_name: ::String
1037
+ SENSITIVE: []
1038
+ end
1039
+
1040
+ class ResourceNotFoundException
1041
+ attr_accessor message: ::String
1042
+ SENSITIVE: []
1043
+ end
1044
+
1045
+ class Row
1046
+ attr_accessor row_data: ::Array[untyped]
1047
+ SENSITIVE: []
1048
+ end
1049
+
1050
+ class S3DestinationConfiguration
1051
+ attr_accessor location: ::String
1052
+ SENSITIVE: []
1053
+ end
1054
+
1055
+ class S3SourceConfiguration
1056
+ attr_accessor location: ::String
1057
+ SENSITIVE: []
1058
+ end
1059
+
1060
+ class SceneError
1061
+ attr_accessor code: ("MATTERPORT_ERROR")
1062
+ attr_accessor message: ::String
1063
+ SENSITIVE: []
1064
+ end
1065
+
1066
+ class SceneSummary
1067
+ attr_accessor scene_id: ::String
1068
+ attr_accessor content_location: ::String
1069
+ attr_accessor arn: ::String
1070
+ attr_accessor creation_date_time: ::Time
1071
+ attr_accessor update_date_time: ::Time
1072
+ attr_accessor description: ::String
1073
+ SENSITIVE: []
1074
+ end
1075
+
1076
+ class ServiceQuotaExceededException
1077
+ attr_accessor message: ::String
1078
+ SENSITIVE: []
1079
+ end
1080
+
1081
+ class SourceConfiguration
1082
+ attr_accessor type: ("s3" | "iotsitewise" | "iottwinmaker")
1083
+ attr_accessor s3_configuration: Types::S3SourceConfiguration
1084
+ attr_accessor iot_site_wise_configuration: Types::IotSiteWiseSourceConfiguration
1085
+ attr_accessor iot_twin_maker_configuration: Types::IotTwinMakerSourceConfiguration
1086
+ SENSITIVE: []
1087
+ end
1088
+
1089
+ class Status
1090
+ attr_accessor state: ("CREATING" | "UPDATING" | "DELETING" | "ACTIVE" | "ERROR")
1091
+ attr_accessor error: Types::ErrorDetails
1092
+ SENSITIVE: []
1093
+ end
1094
+
1095
+ class SyncJobStatus
1096
+ attr_accessor state: ("CREATING" | "INITIALIZING" | "ACTIVE" | "DELETING" | "ERROR")
1097
+ attr_accessor error: Types::ErrorDetails
1098
+ SENSITIVE: []
1099
+ end
1100
+
1101
+ class SyncJobSummary
1102
+ attr_accessor arn: ::String
1103
+ attr_accessor workspace_id: ::String
1104
+ attr_accessor sync_source: ::String
1105
+ attr_accessor status: Types::SyncJobStatus
1106
+ attr_accessor creation_date_time: ::Time
1107
+ attr_accessor update_date_time: ::Time
1108
+ SENSITIVE: []
1109
+ end
1110
+
1111
+ class SyncResourceFilter
1112
+ attr_accessor state: ("INITIALIZING" | "PROCESSING" | "DELETED" | "IN_SYNC" | "ERROR")
1113
+ attr_accessor resource_type: ("ENTITY" | "COMPONENT_TYPE")
1114
+ attr_accessor resource_id: ::String
1115
+ attr_accessor external_id: ::String
1116
+ attr_accessor unknown: untyped
1117
+ SENSITIVE: []
1118
+
1119
+ class State < SyncResourceFilter
1120
+ end
1121
+ class ResourceType < SyncResourceFilter
1122
+ end
1123
+ class ResourceId < SyncResourceFilter
1124
+ end
1125
+ class ExternalId < SyncResourceFilter
1126
+ end
1127
+ class Unknown < SyncResourceFilter
1128
+ end
1129
+ end
1130
+
1131
+ class SyncResourceStatus
1132
+ attr_accessor state: ("INITIALIZING" | "PROCESSING" | "DELETED" | "IN_SYNC" | "ERROR")
1133
+ attr_accessor error: Types::ErrorDetails
1134
+ SENSITIVE: []
1135
+ end
1136
+
1137
+ class SyncResourceSummary
1138
+ attr_accessor resource_type: ("ENTITY" | "COMPONENT_TYPE")
1139
+ attr_accessor external_id: ::String
1140
+ attr_accessor resource_id: ::String
1141
+ attr_accessor status: Types::SyncResourceStatus
1142
+ attr_accessor update_date_time: ::Time
1143
+ SENSITIVE: []
1144
+ end
1145
+
1146
+ class TabularConditions
1147
+ attr_accessor order_by: ::Array[Types::OrderBy]
1148
+ attr_accessor property_filters: ::Array[Types::PropertyFilter]
1149
+ SENSITIVE: []
1150
+ end
1151
+
1152
+ class TagResourceRequest
1153
+ attr_accessor resource_arn: ::String
1154
+ attr_accessor tags: ::Hash[::String, ::String]
1155
+ SENSITIVE: []
1156
+ end
1157
+
1158
+ class TagResourceResponse < Aws::EmptyStructure
1159
+ end
1160
+
1161
+ class ThrottlingException
1162
+ attr_accessor message: ::String
1163
+ SENSITIVE: []
1164
+ end
1165
+
1166
+ class TooManyTagsException
1167
+ attr_accessor message: ::String
1168
+ SENSITIVE: []
1169
+ end
1170
+
1171
+ class UntagResourceRequest
1172
+ attr_accessor resource_arn: ::String
1173
+ attr_accessor tag_keys: ::Array[::String]
1174
+ SENSITIVE: []
1175
+ end
1176
+
1177
+ class UntagResourceResponse < Aws::EmptyStructure
1178
+ end
1179
+
1180
+ class UpdateComponentTypeRequest
1181
+ attr_accessor workspace_id: ::String
1182
+ attr_accessor is_singleton: bool
1183
+ attr_accessor component_type_id: ::String
1184
+ attr_accessor description: ::String
1185
+ attr_accessor property_definitions: ::Hash[::String, Types::PropertyDefinitionRequest]
1186
+ attr_accessor extends_from: ::Array[::String]
1187
+ attr_accessor functions: ::Hash[::String, Types::FunctionRequest]
1188
+ attr_accessor property_groups: ::Hash[::String, Types::PropertyGroupRequest]
1189
+ attr_accessor component_type_name: ::String
1190
+ attr_accessor composite_component_types: ::Hash[::String, Types::CompositeComponentTypeRequest]
1191
+ SENSITIVE: []
1192
+ end
1193
+
1194
+ class UpdateComponentTypeResponse
1195
+ attr_accessor workspace_id: ::String
1196
+ attr_accessor arn: ::String
1197
+ attr_accessor component_type_id: ::String
1198
+ attr_accessor state: ("CREATING" | "UPDATING" | "DELETING" | "ACTIVE" | "ERROR")
1199
+ SENSITIVE: []
1200
+ end
1201
+
1202
+ class UpdateEntityRequest
1203
+ attr_accessor workspace_id: ::String
1204
+ attr_accessor entity_id: ::String
1205
+ attr_accessor entity_name: ::String
1206
+ attr_accessor description: ::String
1207
+ attr_accessor component_updates: ::Hash[::String, Types::ComponentUpdateRequest]
1208
+ attr_accessor composite_component_updates: ::Hash[::String, Types::CompositeComponentUpdateRequest]
1209
+ attr_accessor parent_entity_update: Types::ParentEntityUpdateRequest
1210
+ SENSITIVE: []
1211
+ end
1212
+
1213
+ class UpdateEntityResponse
1214
+ attr_accessor update_date_time: ::Time
1215
+ attr_accessor state: ("CREATING" | "UPDATING" | "DELETING" | "ACTIVE" | "ERROR")
1216
+ SENSITIVE: []
1217
+ end
1218
+
1219
+ class UpdatePricingPlanRequest
1220
+ attr_accessor pricing_mode: ("BASIC" | "STANDARD" | "TIERED_BUNDLE")
1221
+ attr_accessor bundle_names: ::Array[::String]
1222
+ SENSITIVE: []
1223
+ end
1224
+
1225
+ class UpdatePricingPlanResponse
1226
+ attr_accessor current_pricing_plan: Types::PricingPlan
1227
+ attr_accessor pending_pricing_plan: Types::PricingPlan
1228
+ SENSITIVE: []
1229
+ end
1230
+
1231
+ class UpdateSceneRequest
1232
+ attr_accessor workspace_id: ::String
1233
+ attr_accessor scene_id: ::String
1234
+ attr_accessor content_location: ::String
1235
+ attr_accessor description: ::String
1236
+ attr_accessor capabilities: ::Array[::String]
1237
+ attr_accessor scene_metadata: ::Hash[::String, ::String]
1238
+ SENSITIVE: []
1239
+ end
1240
+
1241
+ class UpdateSceneResponse
1242
+ attr_accessor update_date_time: ::Time
1243
+ SENSITIVE: []
1244
+ end
1245
+
1246
+ class UpdateWorkspaceRequest
1247
+ attr_accessor workspace_id: ::String
1248
+ attr_accessor description: ::String
1249
+ attr_accessor role: ::String
1250
+ attr_accessor s3_location: ::String
1251
+ SENSITIVE: []
1252
+ end
1253
+
1254
+ class UpdateWorkspaceResponse
1255
+ attr_accessor update_date_time: ::Time
1256
+ SENSITIVE: []
1257
+ end
1258
+
1259
+ class ValidationException
1260
+ attr_accessor message: ::String
1261
+ SENSITIVE: []
1262
+ end
1263
+
1264
+ class WorkspaceSummary
1265
+ attr_accessor workspace_id: ::String
1266
+ attr_accessor arn: ::String
1267
+ attr_accessor description: ::String
1268
+ attr_accessor linked_services: ::Array[::String]
1269
+ attr_accessor creation_date_time: ::Time
1270
+ attr_accessor update_date_time: ::Time
1271
+ SENSITIVE: []
1272
+ end
1273
+ end
1274
+ end