aws-sdk-iotsitewise 1.59.0 → 1.60.0

Sign up to get free protection for your applications and to get access to all the features.
data/sig/client.rbs ADDED
@@ -0,0 +1,1940 @@
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
9
+ module IoTSiteWise
10
+ class Client < ::Seahorse::Client::Base
11
+ include ::Aws::ClientStubs
12
+
13
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/IoTSiteWise/Client.html#initialize-instance_method
14
+ def self.new: (
15
+ ?credentials: untyped,
16
+ ?region: String,
17
+ ?access_key_id: String,
18
+ ?active_endpoint_cache: bool,
19
+ ?adaptive_retry_wait_to_fill: bool,
20
+ ?client_side_monitoring: bool,
21
+ ?client_side_monitoring_client_id: String,
22
+ ?client_side_monitoring_host: String,
23
+ ?client_side_monitoring_port: Integer,
24
+ ?client_side_monitoring_publisher: untyped,
25
+ ?convert_params: bool,
26
+ ?correct_clock_skew: bool,
27
+ ?defaults_mode: String,
28
+ ?disable_host_prefix_injection: bool,
29
+ ?disable_request_compression: bool,
30
+ ?endpoint: String,
31
+ ?endpoint_cache_max_entries: Integer,
32
+ ?endpoint_cache_max_threads: Integer,
33
+ ?endpoint_cache_poll_interval: Integer,
34
+ ?endpoint_discovery: bool,
35
+ ?ignore_configured_endpoint_urls: bool,
36
+ ?log_formatter: untyped,
37
+ ?log_level: Symbol,
38
+ ?logger: untyped,
39
+ ?max_attempts: Integer,
40
+ ?profile: String,
41
+ ?request_min_compression_size_bytes: Integer,
42
+ ?retry_backoff: Proc,
43
+ ?retry_base_delay: Float,
44
+ ?retry_jitter: (:none | :equal | :full | ^(Integer) -> Integer),
45
+ ?retry_limit: Integer,
46
+ ?retry_max_delay: Integer,
47
+ ?retry_mode: ("legacy" | "standard" | "adaptive"),
48
+ ?sdk_ua_app_id: String,
49
+ ?secret_access_key: String,
50
+ ?session_token: String,
51
+ ?stub_responses: untyped,
52
+ ?token_provider: untyped,
53
+ ?use_dualstack_endpoint: bool,
54
+ ?use_fips_endpoint: bool,
55
+ ?validate_params: bool,
56
+ ?endpoint_provider: untyped,
57
+ ?http_proxy: String,
58
+ ?http_open_timeout: (Float | Integer),
59
+ ?http_read_timeout: (Float | Integer),
60
+ ?http_idle_timeout: (Float | Integer),
61
+ ?http_continue_timeout: (Float | Integer),
62
+ ?ssl_timeout: (Float | Integer | nil),
63
+ ?http_wire_trace: bool,
64
+ ?ssl_verify_peer: bool,
65
+ ?ssl_ca_bundle: String,
66
+ ?ssl_ca_directory: String,
67
+ ?ssl_ca_store: String,
68
+ ?on_chunk_received: Proc,
69
+ ?on_chunk_sent: Proc,
70
+ ?raise_response_errors: bool
71
+ ) -> instance
72
+ | (?Hash[Symbol, untyped]) -> instance
73
+
74
+
75
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/IoTSiteWise/Client.html#associate_assets-instance_method
76
+ def associate_assets: (
77
+ asset_id: ::String,
78
+ hierarchy_id: ::String,
79
+ child_asset_id: ::String,
80
+ ?client_token: ::String
81
+ ) -> ::Seahorse::Client::_ResponseSuccess[::Aws::EmptyStructure]
82
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> ::Seahorse::Client::_ResponseSuccess[::Aws::EmptyStructure]
83
+
84
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/IoTSiteWise/Client.html#associate_time_series_to_asset_property-instance_method
85
+ def associate_time_series_to_asset_property: (
86
+ alias: ::String,
87
+ asset_id: ::String,
88
+ property_id: ::String,
89
+ ?client_token: ::String
90
+ ) -> ::Seahorse::Client::_ResponseSuccess[::Aws::EmptyStructure]
91
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> ::Seahorse::Client::_ResponseSuccess[::Aws::EmptyStructure]
92
+
93
+ interface _BatchAssociateProjectAssetsResponseSuccess
94
+ include ::Seahorse::Client::_ResponseSuccess[Types::BatchAssociateProjectAssetsResponse]
95
+ def errors: () -> ::Array[Types::AssetErrorDetails]
96
+ end
97
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/IoTSiteWise/Client.html#batch_associate_project_assets-instance_method
98
+ def batch_associate_project_assets: (
99
+ project_id: ::String,
100
+ asset_ids: Array[::String],
101
+ ?client_token: ::String
102
+ ) -> _BatchAssociateProjectAssetsResponseSuccess
103
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _BatchAssociateProjectAssetsResponseSuccess
104
+
105
+ interface _BatchDisassociateProjectAssetsResponseSuccess
106
+ include ::Seahorse::Client::_ResponseSuccess[Types::BatchDisassociateProjectAssetsResponse]
107
+ def errors: () -> ::Array[Types::AssetErrorDetails]
108
+ end
109
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/IoTSiteWise/Client.html#batch_disassociate_project_assets-instance_method
110
+ def batch_disassociate_project_assets: (
111
+ project_id: ::String,
112
+ asset_ids: Array[::String],
113
+ ?client_token: ::String
114
+ ) -> _BatchDisassociateProjectAssetsResponseSuccess
115
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _BatchDisassociateProjectAssetsResponseSuccess
116
+
117
+ interface _BatchGetAssetPropertyAggregatesResponseSuccess
118
+ include ::Seahorse::Client::_ResponseSuccess[Types::BatchGetAssetPropertyAggregatesResponse]
119
+ def error_entries: () -> ::Array[Types::BatchGetAssetPropertyAggregatesErrorEntry]
120
+ def success_entries: () -> ::Array[Types::BatchGetAssetPropertyAggregatesSuccessEntry]
121
+ def skipped_entries: () -> ::Array[Types::BatchGetAssetPropertyAggregatesSkippedEntry]
122
+ def next_token: () -> ::String
123
+ end
124
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/IoTSiteWise/Client.html#batch_get_asset_property_aggregates-instance_method
125
+ def batch_get_asset_property_aggregates: (
126
+ entries: Array[
127
+ {
128
+ entry_id: ::String,
129
+ asset_id: ::String?,
130
+ property_id: ::String?,
131
+ property_alias: ::String?,
132
+ aggregate_types: Array[("AVERAGE" | "COUNT" | "MAXIMUM" | "MINIMUM" | "SUM" | "STANDARD_DEVIATION")],
133
+ resolution: ::String,
134
+ start_date: ::Time,
135
+ end_date: ::Time,
136
+ qualities: Array[("GOOD" | "BAD" | "UNCERTAIN")]?,
137
+ time_ordering: ("ASCENDING" | "DESCENDING")?
138
+ },
139
+ ],
140
+ ?next_token: ::String,
141
+ ?max_results: ::Integer
142
+ ) -> _BatchGetAssetPropertyAggregatesResponseSuccess
143
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _BatchGetAssetPropertyAggregatesResponseSuccess
144
+
145
+ interface _BatchGetAssetPropertyValueResponseSuccess
146
+ include ::Seahorse::Client::_ResponseSuccess[Types::BatchGetAssetPropertyValueResponse]
147
+ def error_entries: () -> ::Array[Types::BatchGetAssetPropertyValueErrorEntry]
148
+ def success_entries: () -> ::Array[Types::BatchGetAssetPropertyValueSuccessEntry]
149
+ def skipped_entries: () -> ::Array[Types::BatchGetAssetPropertyValueSkippedEntry]
150
+ def next_token: () -> ::String
151
+ end
152
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/IoTSiteWise/Client.html#batch_get_asset_property_value-instance_method
153
+ def batch_get_asset_property_value: (
154
+ entries: Array[
155
+ {
156
+ entry_id: ::String,
157
+ asset_id: ::String?,
158
+ property_id: ::String?,
159
+ property_alias: ::String?
160
+ },
161
+ ],
162
+ ?next_token: ::String
163
+ ) -> _BatchGetAssetPropertyValueResponseSuccess
164
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _BatchGetAssetPropertyValueResponseSuccess
165
+
166
+ interface _BatchGetAssetPropertyValueHistoryResponseSuccess
167
+ include ::Seahorse::Client::_ResponseSuccess[Types::BatchGetAssetPropertyValueHistoryResponse]
168
+ def error_entries: () -> ::Array[Types::BatchGetAssetPropertyValueHistoryErrorEntry]
169
+ def success_entries: () -> ::Array[Types::BatchGetAssetPropertyValueHistorySuccessEntry]
170
+ def skipped_entries: () -> ::Array[Types::BatchGetAssetPropertyValueHistorySkippedEntry]
171
+ def next_token: () -> ::String
172
+ end
173
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/IoTSiteWise/Client.html#batch_get_asset_property_value_history-instance_method
174
+ def batch_get_asset_property_value_history: (
175
+ entries: Array[
176
+ {
177
+ entry_id: ::String,
178
+ asset_id: ::String?,
179
+ property_id: ::String?,
180
+ property_alias: ::String?,
181
+ start_date: ::Time?,
182
+ end_date: ::Time?,
183
+ qualities: Array[("GOOD" | "BAD" | "UNCERTAIN")]?,
184
+ time_ordering: ("ASCENDING" | "DESCENDING")?
185
+ },
186
+ ],
187
+ ?next_token: ::String,
188
+ ?max_results: ::Integer
189
+ ) -> _BatchGetAssetPropertyValueHistoryResponseSuccess
190
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _BatchGetAssetPropertyValueHistoryResponseSuccess
191
+
192
+ interface _BatchPutAssetPropertyValueResponseSuccess
193
+ include ::Seahorse::Client::_ResponseSuccess[Types::BatchPutAssetPropertyValueResponse]
194
+ def error_entries: () -> ::Array[Types::BatchPutAssetPropertyErrorEntry]
195
+ end
196
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/IoTSiteWise/Client.html#batch_put_asset_property_value-instance_method
197
+ def batch_put_asset_property_value: (
198
+ entries: Array[
199
+ {
200
+ entry_id: ::String,
201
+ asset_id: ::String?,
202
+ property_id: ::String?,
203
+ property_alias: ::String?,
204
+ property_values: Array[
205
+ {
206
+ value: {
207
+ string_value: ::String?,
208
+ integer_value: ::Integer?,
209
+ double_value: ::Float?,
210
+ boolean_value: bool?
211
+ },
212
+ timestamp: {
213
+ time_in_seconds: ::Integer,
214
+ offset_in_nanos: ::Integer?
215
+ },
216
+ quality: ("GOOD" | "BAD" | "UNCERTAIN")?
217
+ },
218
+ ]
219
+ },
220
+ ]
221
+ ) -> _BatchPutAssetPropertyValueResponseSuccess
222
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _BatchPutAssetPropertyValueResponseSuccess
223
+
224
+ interface _CreateAccessPolicyResponseSuccess
225
+ include ::Seahorse::Client::_ResponseSuccess[Types::CreateAccessPolicyResponse]
226
+ def access_policy_id: () -> ::String
227
+ def access_policy_arn: () -> ::String
228
+ end
229
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/IoTSiteWise/Client.html#create_access_policy-instance_method
230
+ def create_access_policy: (
231
+ access_policy_identity: {
232
+ user: {
233
+ id: ::String
234
+ }?,
235
+ group: {
236
+ id: ::String
237
+ }?,
238
+ iam_user: {
239
+ arn: ::String
240
+ }?,
241
+ iam_role: {
242
+ arn: ::String
243
+ }?
244
+ },
245
+ access_policy_resource: {
246
+ portal: {
247
+ id: ::String
248
+ }?,
249
+ project: {
250
+ id: ::String
251
+ }?
252
+ },
253
+ access_policy_permission: ("ADMINISTRATOR" | "VIEWER"),
254
+ ?client_token: ::String,
255
+ ?tags: Hash[::String, ::String]
256
+ ) -> _CreateAccessPolicyResponseSuccess
257
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _CreateAccessPolicyResponseSuccess
258
+
259
+ interface _CreateAssetResponseSuccess
260
+ include ::Seahorse::Client::_ResponseSuccess[Types::CreateAssetResponse]
261
+ def asset_id: () -> ::String
262
+ def asset_arn: () -> ::String
263
+ def asset_status: () -> Types::AssetStatus
264
+ end
265
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/IoTSiteWise/Client.html#create_asset-instance_method
266
+ def create_asset: (
267
+ asset_name: ::String,
268
+ asset_model_id: ::String,
269
+ ?client_token: ::String,
270
+ ?tags: Hash[::String, ::String],
271
+ ?asset_description: ::String,
272
+ ?asset_id: ::String,
273
+ ?asset_external_id: ::String
274
+ ) -> _CreateAssetResponseSuccess
275
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _CreateAssetResponseSuccess
276
+
277
+ interface _CreateAssetModelResponseSuccess
278
+ include ::Seahorse::Client::_ResponseSuccess[Types::CreateAssetModelResponse]
279
+ def asset_model_id: () -> ::String
280
+ def asset_model_arn: () -> ::String
281
+ def asset_model_status: () -> Types::AssetModelStatus
282
+ end
283
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/IoTSiteWise/Client.html#create_asset_model-instance_method
284
+ def create_asset_model: (
285
+ asset_model_name: ::String,
286
+ ?asset_model_description: ::String,
287
+ ?asset_model_properties: Array[
288
+ {
289
+ name: ::String,
290
+ data_type: ("STRING" | "INTEGER" | "DOUBLE" | "BOOLEAN" | "STRUCT"),
291
+ data_type_spec: ::String?,
292
+ unit: ::String?,
293
+ type: {
294
+ attribute: {
295
+ default_value: ::String?
296
+ }?,
297
+ measurement: {
298
+ processing_config: {
299
+ forwarding_config: {
300
+ state: ("DISABLED" | "ENABLED")
301
+ }
302
+ }?
303
+ }?,
304
+ transform: {
305
+ expression: ::String,
306
+ variables: Array[
307
+ {
308
+ name: ::String,
309
+ value: {
310
+ property_id: ::String?,
311
+ hierarchy_id: ::String?,
312
+ property_path: Array[
313
+ {
314
+ id: ::String?,
315
+ name: ::String?
316
+ },
317
+ ]?
318
+ }
319
+ },
320
+ ],
321
+ processing_config: {
322
+ compute_location: ("EDGE" | "CLOUD"),
323
+ forwarding_config: {
324
+ state: ("DISABLED" | "ENABLED")
325
+ }?
326
+ }?
327
+ }?,
328
+ metric: {
329
+ expression: ::String,
330
+ variables: Array[
331
+ {
332
+ name: ::String,
333
+ value: {
334
+ property_id: ::String?,
335
+ hierarchy_id: ::String?,
336
+ property_path: Array[
337
+ {
338
+ id: ::String?,
339
+ name: ::String?
340
+ },
341
+ ]?
342
+ }
343
+ },
344
+ ],
345
+ window: {
346
+ tumbling: {
347
+ interval: ::String,
348
+ offset: ::String?
349
+ }?
350
+ },
351
+ processing_config: {
352
+ compute_location: ("EDGE" | "CLOUD")
353
+ }?
354
+ }?
355
+ },
356
+ id: ::String?,
357
+ external_id: ::String?
358
+ },
359
+ ],
360
+ ?asset_model_hierarchies: Array[
361
+ {
362
+ name: ::String,
363
+ child_asset_model_id: ::String,
364
+ id: ::String?,
365
+ external_id: ::String?
366
+ },
367
+ ],
368
+ ?asset_model_composite_models: Array[
369
+ {
370
+ name: ::String,
371
+ description: ::String?,
372
+ type: ::String,
373
+ properties: Array[
374
+ {
375
+ name: ::String,
376
+ data_type: ("STRING" | "INTEGER" | "DOUBLE" | "BOOLEAN" | "STRUCT"),
377
+ data_type_spec: ::String?,
378
+ unit: ::String?,
379
+ type: {
380
+ attribute: {
381
+ default_value: ::String?
382
+ }?,
383
+ measurement: {
384
+ processing_config: {
385
+ forwarding_config: {
386
+ state: ("DISABLED" | "ENABLED")
387
+ }
388
+ }?
389
+ }?,
390
+ transform: {
391
+ expression: ::String,
392
+ variables: Array[
393
+ {
394
+ name: ::String,
395
+ value: {
396
+ property_id: ::String?,
397
+ hierarchy_id: ::String?,
398
+ property_path: Array[
399
+ {
400
+ id: ::String?,
401
+ name: ::String?
402
+ },
403
+ ]?
404
+ }
405
+ },
406
+ ],
407
+ processing_config: {
408
+ compute_location: ("EDGE" | "CLOUD"),
409
+ forwarding_config: {
410
+ state: ("DISABLED" | "ENABLED")
411
+ }?
412
+ }?
413
+ }?,
414
+ metric: {
415
+ expression: ::String,
416
+ variables: Array[
417
+ {
418
+ name: ::String,
419
+ value: {
420
+ property_id: ::String?,
421
+ hierarchy_id: ::String?,
422
+ property_path: Array[
423
+ {
424
+ id: ::String?,
425
+ name: ::String?
426
+ },
427
+ ]?
428
+ }
429
+ },
430
+ ],
431
+ window: {
432
+ tumbling: {
433
+ interval: ::String,
434
+ offset: ::String?
435
+ }?
436
+ },
437
+ processing_config: {
438
+ compute_location: ("EDGE" | "CLOUD")
439
+ }?
440
+ }?
441
+ },
442
+ id: ::String?,
443
+ external_id: ::String?
444
+ },
445
+ ]?,
446
+ id: ::String?,
447
+ external_id: ::String?
448
+ },
449
+ ],
450
+ ?client_token: ::String,
451
+ ?tags: Hash[::String, ::String],
452
+ ?asset_model_id: ::String,
453
+ ?asset_model_external_id: ::String,
454
+ ?asset_model_type: ("ASSET_MODEL" | "COMPONENT_MODEL")
455
+ ) -> _CreateAssetModelResponseSuccess
456
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _CreateAssetModelResponseSuccess
457
+
458
+ interface _CreateAssetModelCompositeModelResponseSuccess
459
+ include ::Seahorse::Client::_ResponseSuccess[Types::CreateAssetModelCompositeModelResponse]
460
+ def asset_model_composite_model_id: () -> ::String
461
+ def asset_model_composite_model_path: () -> ::Array[Types::AssetModelCompositeModelPathSegment]
462
+ def asset_model_status: () -> Types::AssetModelStatus
463
+ end
464
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/IoTSiteWise/Client.html#create_asset_model_composite_model-instance_method
465
+ def create_asset_model_composite_model: (
466
+ asset_model_id: ::String,
467
+ ?parent_asset_model_composite_model_id: ::String,
468
+ ?asset_model_composite_model_external_id: ::String,
469
+ ?asset_model_composite_model_id: ::String,
470
+ ?asset_model_composite_model_description: ::String,
471
+ asset_model_composite_model_name: ::String,
472
+ asset_model_composite_model_type: ::String,
473
+ ?client_token: ::String,
474
+ ?composed_asset_model_id: ::String,
475
+ ?asset_model_composite_model_properties: Array[
476
+ {
477
+ name: ::String,
478
+ data_type: ("STRING" | "INTEGER" | "DOUBLE" | "BOOLEAN" | "STRUCT"),
479
+ data_type_spec: ::String?,
480
+ unit: ::String?,
481
+ type: {
482
+ attribute: {
483
+ default_value: ::String?
484
+ }?,
485
+ measurement: {
486
+ processing_config: {
487
+ forwarding_config: {
488
+ state: ("DISABLED" | "ENABLED")
489
+ }
490
+ }?
491
+ }?,
492
+ transform: {
493
+ expression: ::String,
494
+ variables: Array[
495
+ {
496
+ name: ::String,
497
+ value: {
498
+ property_id: ::String?,
499
+ hierarchy_id: ::String?,
500
+ property_path: Array[
501
+ {
502
+ id: ::String?,
503
+ name: ::String?
504
+ },
505
+ ]?
506
+ }
507
+ },
508
+ ],
509
+ processing_config: {
510
+ compute_location: ("EDGE" | "CLOUD"),
511
+ forwarding_config: {
512
+ state: ("DISABLED" | "ENABLED")
513
+ }?
514
+ }?
515
+ }?,
516
+ metric: {
517
+ expression: ::String,
518
+ variables: Array[
519
+ {
520
+ name: ::String,
521
+ value: {
522
+ property_id: ::String?,
523
+ hierarchy_id: ::String?,
524
+ property_path: Array[
525
+ {
526
+ id: ::String?,
527
+ name: ::String?
528
+ },
529
+ ]?
530
+ }
531
+ },
532
+ ],
533
+ window: {
534
+ tumbling: {
535
+ interval: ::String,
536
+ offset: ::String?
537
+ }?
538
+ },
539
+ processing_config: {
540
+ compute_location: ("EDGE" | "CLOUD")
541
+ }?
542
+ }?
543
+ },
544
+ id: ::String?,
545
+ external_id: ::String?
546
+ },
547
+ ]
548
+ ) -> _CreateAssetModelCompositeModelResponseSuccess
549
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _CreateAssetModelCompositeModelResponseSuccess
550
+
551
+ interface _CreateBulkImportJobResponseSuccess
552
+ include ::Seahorse::Client::_ResponseSuccess[Types::CreateBulkImportJobResponse]
553
+ def job_id: () -> ::String
554
+ def job_name: () -> ::String
555
+ def job_status: () -> ("PENDING" | "CANCELLED" | "RUNNING" | "COMPLETED" | "FAILED" | "COMPLETED_WITH_FAILURES")
556
+ end
557
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/IoTSiteWise/Client.html#create_bulk_import_job-instance_method
558
+ def create_bulk_import_job: (
559
+ job_name: ::String,
560
+ job_role_arn: ::String,
561
+ files: Array[
562
+ {
563
+ bucket: ::String,
564
+ key: ::String,
565
+ version_id: ::String?
566
+ },
567
+ ],
568
+ error_report_location: {
569
+ bucket: ::String,
570
+ prefix: ::String
571
+ },
572
+ job_configuration: {
573
+ file_format: {
574
+ csv: {
575
+ column_names: Array[("ALIAS" | "ASSET_ID" | "PROPERTY_ID" | "DATA_TYPE" | "TIMESTAMP_SECONDS" | "TIMESTAMP_NANO_OFFSET" | "QUALITY" | "VALUE")]
576
+ }?,
577
+ parquet: {
578
+ }?
579
+ }
580
+ },
581
+ ?adaptive_ingestion: bool,
582
+ ?delete_files_after_import: bool
583
+ ) -> _CreateBulkImportJobResponseSuccess
584
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _CreateBulkImportJobResponseSuccess
585
+
586
+ interface _CreateDashboardResponseSuccess
587
+ include ::Seahorse::Client::_ResponseSuccess[Types::CreateDashboardResponse]
588
+ def dashboard_id: () -> ::String
589
+ def dashboard_arn: () -> ::String
590
+ end
591
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/IoTSiteWise/Client.html#create_dashboard-instance_method
592
+ def create_dashboard: (
593
+ project_id: ::String,
594
+ dashboard_name: ::String,
595
+ ?dashboard_description: ::String,
596
+ dashboard_definition: ::String,
597
+ ?client_token: ::String,
598
+ ?tags: Hash[::String, ::String]
599
+ ) -> _CreateDashboardResponseSuccess
600
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _CreateDashboardResponseSuccess
601
+
602
+ interface _CreateGatewayResponseSuccess
603
+ include ::Seahorse::Client::_ResponseSuccess[Types::CreateGatewayResponse]
604
+ def gateway_id: () -> ::String
605
+ def gateway_arn: () -> ::String
606
+ end
607
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/IoTSiteWise/Client.html#create_gateway-instance_method
608
+ def create_gateway: (
609
+ gateway_name: ::String,
610
+ gateway_platform: {
611
+ greengrass: {
612
+ group_arn: ::String
613
+ }?,
614
+ greengrass_v2: {
615
+ core_device_thing_name: ::String
616
+ }?
617
+ },
618
+ ?tags: Hash[::String, ::String]
619
+ ) -> _CreateGatewayResponseSuccess
620
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _CreateGatewayResponseSuccess
621
+
622
+ interface _CreatePortalResponseSuccess
623
+ include ::Seahorse::Client::_ResponseSuccess[Types::CreatePortalResponse]
624
+ def portal_id: () -> ::String
625
+ def portal_arn: () -> ::String
626
+ def portal_start_url: () -> ::String
627
+ def portal_status: () -> Types::PortalStatus
628
+ def sso_application_id: () -> ::String
629
+ end
630
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/IoTSiteWise/Client.html#create_portal-instance_method
631
+ def create_portal: (
632
+ portal_name: ::String,
633
+ ?portal_description: ::String,
634
+ portal_contact_email: ::String,
635
+ ?client_token: ::String,
636
+ ?portal_logo_image_file: {
637
+ data: ::String,
638
+ type: ("PNG")
639
+ },
640
+ role_arn: ::String,
641
+ ?tags: Hash[::String, ::String],
642
+ ?portal_auth_mode: ("IAM" | "SSO"),
643
+ ?notification_sender_email: ::String,
644
+ ?alarms: {
645
+ alarm_role_arn: ::String,
646
+ notification_lambda_arn: ::String?
647
+ }
648
+ ) -> _CreatePortalResponseSuccess
649
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _CreatePortalResponseSuccess
650
+
651
+ interface _CreateProjectResponseSuccess
652
+ include ::Seahorse::Client::_ResponseSuccess[Types::CreateProjectResponse]
653
+ def project_id: () -> ::String
654
+ def project_arn: () -> ::String
655
+ end
656
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/IoTSiteWise/Client.html#create_project-instance_method
657
+ def create_project: (
658
+ portal_id: ::String,
659
+ project_name: ::String,
660
+ ?project_description: ::String,
661
+ ?client_token: ::String,
662
+ ?tags: Hash[::String, ::String]
663
+ ) -> _CreateProjectResponseSuccess
664
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _CreateProjectResponseSuccess
665
+
666
+ interface _DeleteAccessPolicyResponseSuccess
667
+ include ::Seahorse::Client::_ResponseSuccess[Types::DeleteAccessPolicyResponse]
668
+ end
669
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/IoTSiteWise/Client.html#delete_access_policy-instance_method
670
+ def delete_access_policy: (
671
+ access_policy_id: ::String,
672
+ ?client_token: ::String
673
+ ) -> _DeleteAccessPolicyResponseSuccess
674
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _DeleteAccessPolicyResponseSuccess
675
+
676
+ interface _DeleteAssetResponseSuccess
677
+ include ::Seahorse::Client::_ResponseSuccess[Types::DeleteAssetResponse]
678
+ def asset_status: () -> Types::AssetStatus
679
+ end
680
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/IoTSiteWise/Client.html#delete_asset-instance_method
681
+ def delete_asset: (
682
+ asset_id: ::String,
683
+ ?client_token: ::String
684
+ ) -> _DeleteAssetResponseSuccess
685
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _DeleteAssetResponseSuccess
686
+
687
+ interface _DeleteAssetModelResponseSuccess
688
+ include ::Seahorse::Client::_ResponseSuccess[Types::DeleteAssetModelResponse]
689
+ def asset_model_status: () -> Types::AssetModelStatus
690
+ end
691
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/IoTSiteWise/Client.html#delete_asset_model-instance_method
692
+ def delete_asset_model: (
693
+ asset_model_id: ::String,
694
+ ?client_token: ::String
695
+ ) -> _DeleteAssetModelResponseSuccess
696
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _DeleteAssetModelResponseSuccess
697
+
698
+ interface _DeleteAssetModelCompositeModelResponseSuccess
699
+ include ::Seahorse::Client::_ResponseSuccess[Types::DeleteAssetModelCompositeModelResponse]
700
+ def asset_model_status: () -> Types::AssetModelStatus
701
+ end
702
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/IoTSiteWise/Client.html#delete_asset_model_composite_model-instance_method
703
+ def delete_asset_model_composite_model: (
704
+ asset_model_id: ::String,
705
+ asset_model_composite_model_id: ::String,
706
+ ?client_token: ::String
707
+ ) -> _DeleteAssetModelCompositeModelResponseSuccess
708
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _DeleteAssetModelCompositeModelResponseSuccess
709
+
710
+ interface _DeleteDashboardResponseSuccess
711
+ include ::Seahorse::Client::_ResponseSuccess[Types::DeleteDashboardResponse]
712
+ end
713
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/IoTSiteWise/Client.html#delete_dashboard-instance_method
714
+ def delete_dashboard: (
715
+ dashboard_id: ::String,
716
+ ?client_token: ::String
717
+ ) -> _DeleteDashboardResponseSuccess
718
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _DeleteDashboardResponseSuccess
719
+
720
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/IoTSiteWise/Client.html#delete_gateway-instance_method
721
+ def delete_gateway: (
722
+ gateway_id: ::String
723
+ ) -> ::Seahorse::Client::_ResponseSuccess[::Aws::EmptyStructure]
724
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> ::Seahorse::Client::_ResponseSuccess[::Aws::EmptyStructure]
725
+
726
+ interface _DeletePortalResponseSuccess
727
+ include ::Seahorse::Client::_ResponseSuccess[Types::DeletePortalResponse]
728
+ def portal_status: () -> Types::PortalStatus
729
+ end
730
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/IoTSiteWise/Client.html#delete_portal-instance_method
731
+ def delete_portal: (
732
+ portal_id: ::String,
733
+ ?client_token: ::String
734
+ ) -> _DeletePortalResponseSuccess
735
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _DeletePortalResponseSuccess
736
+
737
+ interface _DeleteProjectResponseSuccess
738
+ include ::Seahorse::Client::_ResponseSuccess[Types::DeleteProjectResponse]
739
+ end
740
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/IoTSiteWise/Client.html#delete_project-instance_method
741
+ def delete_project: (
742
+ project_id: ::String,
743
+ ?client_token: ::String
744
+ ) -> _DeleteProjectResponseSuccess
745
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _DeleteProjectResponseSuccess
746
+
747
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/IoTSiteWise/Client.html#delete_time_series-instance_method
748
+ def delete_time_series: (
749
+ ?alias: ::String,
750
+ ?asset_id: ::String,
751
+ ?property_id: ::String,
752
+ ?client_token: ::String
753
+ ) -> ::Seahorse::Client::_ResponseSuccess[::Aws::EmptyStructure]
754
+ | (?Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> ::Seahorse::Client::_ResponseSuccess[::Aws::EmptyStructure]
755
+
756
+ interface _DescribeAccessPolicyResponseSuccess
757
+ include ::Seahorse::Client::_ResponseSuccess[Types::DescribeAccessPolicyResponse]
758
+ def access_policy_id: () -> ::String
759
+ def access_policy_arn: () -> ::String
760
+ def access_policy_identity: () -> Types::Identity
761
+ def access_policy_resource: () -> Types::Resource
762
+ def access_policy_permission: () -> ("ADMINISTRATOR" | "VIEWER")
763
+ def access_policy_creation_date: () -> ::Time
764
+ def access_policy_last_update_date: () -> ::Time
765
+ end
766
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/IoTSiteWise/Client.html#describe_access_policy-instance_method
767
+ def describe_access_policy: (
768
+ access_policy_id: ::String
769
+ ) -> _DescribeAccessPolicyResponseSuccess
770
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _DescribeAccessPolicyResponseSuccess
771
+
772
+ interface _DescribeActionResponseSuccess
773
+ include ::Seahorse::Client::_ResponseSuccess[Types::DescribeActionResponse]
774
+ def action_id: () -> ::String
775
+ def target_resource: () -> Types::TargetResource
776
+ def action_definition_id: () -> ::String
777
+ def action_payload: () -> Types::ActionPayload
778
+ def execution_time: () -> ::Time
779
+ end
780
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/IoTSiteWise/Client.html#describe_action-instance_method
781
+ def describe_action: (
782
+ action_id: ::String
783
+ ) -> _DescribeActionResponseSuccess
784
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _DescribeActionResponseSuccess
785
+
786
+ interface _DescribeAssetResponseSuccess
787
+ include ::Seahorse::Client::_ResponseSuccess[Types::DescribeAssetResponse]
788
+ def asset_id: () -> ::String
789
+ def asset_arn: () -> ::String
790
+ def asset_name: () -> ::String
791
+ def asset_model_id: () -> ::String
792
+ def asset_properties: () -> ::Array[Types::AssetProperty]
793
+ def asset_hierarchies: () -> ::Array[Types::AssetHierarchy]
794
+ def asset_composite_models: () -> ::Array[Types::AssetCompositeModel]
795
+ def asset_creation_date: () -> ::Time
796
+ def asset_last_update_date: () -> ::Time
797
+ def asset_status: () -> Types::AssetStatus
798
+ def asset_description: () -> ::String
799
+ def asset_composite_model_summaries: () -> ::Array[Types::AssetCompositeModelSummary]
800
+ def asset_external_id: () -> ::String
801
+ end
802
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/IoTSiteWise/Client.html#describe_asset-instance_method
803
+ def describe_asset: (
804
+ asset_id: ::String,
805
+ ?exclude_properties: bool
806
+ ) -> _DescribeAssetResponseSuccess
807
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _DescribeAssetResponseSuccess
808
+
809
+ interface _DescribeAssetCompositeModelResponseSuccess
810
+ include ::Seahorse::Client::_ResponseSuccess[Types::DescribeAssetCompositeModelResponse]
811
+ def asset_id: () -> ::String
812
+ def asset_composite_model_id: () -> ::String
813
+ def asset_composite_model_external_id: () -> ::String
814
+ def asset_composite_model_path: () -> ::Array[Types::AssetCompositeModelPathSegment]
815
+ def asset_composite_model_name: () -> ::String
816
+ def asset_composite_model_description: () -> ::String
817
+ def asset_composite_model_type: () -> ::String
818
+ def asset_composite_model_properties: () -> ::Array[Types::AssetProperty]
819
+ def asset_composite_model_summaries: () -> ::Array[Types::AssetCompositeModelSummary]
820
+ def action_definitions: () -> ::Array[Types::ActionDefinition]
821
+ end
822
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/IoTSiteWise/Client.html#describe_asset_composite_model-instance_method
823
+ def describe_asset_composite_model: (
824
+ asset_id: ::String,
825
+ asset_composite_model_id: ::String
826
+ ) -> _DescribeAssetCompositeModelResponseSuccess
827
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _DescribeAssetCompositeModelResponseSuccess
828
+
829
+ interface _DescribeAssetModelResponseSuccess
830
+ include ::Seahorse::Client::_ResponseSuccess[Types::DescribeAssetModelResponse]
831
+ def asset_model_id: () -> ::String
832
+ def asset_model_arn: () -> ::String
833
+ def asset_model_name: () -> ::String
834
+ def asset_model_description: () -> ::String
835
+ def asset_model_properties: () -> ::Array[Types::AssetModelProperty]
836
+ def asset_model_hierarchies: () -> ::Array[Types::AssetModelHierarchy]
837
+ def asset_model_composite_models: () -> ::Array[Types::AssetModelCompositeModel]
838
+ def asset_model_creation_date: () -> ::Time
839
+ def asset_model_last_update_date: () -> ::Time
840
+ def asset_model_status: () -> Types::AssetModelStatus
841
+ def asset_model_type: () -> ("ASSET_MODEL" | "COMPONENT_MODEL")
842
+ def asset_model_composite_model_summaries: () -> ::Array[Types::AssetModelCompositeModelSummary]
843
+ def asset_model_external_id: () -> ::String
844
+ end
845
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/IoTSiteWise/Client.html#describe_asset_model-instance_method
846
+ def describe_asset_model: (
847
+ asset_model_id: ::String,
848
+ ?exclude_properties: bool
849
+ ) -> _DescribeAssetModelResponseSuccess
850
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _DescribeAssetModelResponseSuccess
851
+
852
+ interface _DescribeAssetModelCompositeModelResponseSuccess
853
+ include ::Seahorse::Client::_ResponseSuccess[Types::DescribeAssetModelCompositeModelResponse]
854
+ def asset_model_id: () -> ::String
855
+ def asset_model_composite_model_id: () -> ::String
856
+ def asset_model_composite_model_external_id: () -> ::String
857
+ def asset_model_composite_model_path: () -> ::Array[Types::AssetModelCompositeModelPathSegment]
858
+ def asset_model_composite_model_name: () -> ::String
859
+ def asset_model_composite_model_description: () -> ::String
860
+ def asset_model_composite_model_type: () -> ::String
861
+ def asset_model_composite_model_properties: () -> ::Array[Types::AssetModelProperty]
862
+ def composition_details: () -> Types::CompositionDetails
863
+ def asset_model_composite_model_summaries: () -> ::Array[Types::AssetModelCompositeModelSummary]
864
+ def action_definitions: () -> ::Array[Types::ActionDefinition]
865
+ end
866
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/IoTSiteWise/Client.html#describe_asset_model_composite_model-instance_method
867
+ def describe_asset_model_composite_model: (
868
+ asset_model_id: ::String,
869
+ asset_model_composite_model_id: ::String
870
+ ) -> _DescribeAssetModelCompositeModelResponseSuccess
871
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _DescribeAssetModelCompositeModelResponseSuccess
872
+
873
+ interface _DescribeAssetPropertyResponseSuccess
874
+ include ::Seahorse::Client::_ResponseSuccess[Types::DescribeAssetPropertyResponse]
875
+ def asset_id: () -> ::String
876
+ def asset_name: () -> ::String
877
+ def asset_model_id: () -> ::String
878
+ def asset_property: () -> Types::Property
879
+ def composite_model: () -> Types::CompositeModelProperty
880
+ def asset_external_id: () -> ::String
881
+ end
882
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/IoTSiteWise/Client.html#describe_asset_property-instance_method
883
+ def describe_asset_property: (
884
+ asset_id: ::String,
885
+ property_id: ::String
886
+ ) -> _DescribeAssetPropertyResponseSuccess
887
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _DescribeAssetPropertyResponseSuccess
888
+
889
+ interface _DescribeBulkImportJobResponseSuccess
890
+ include ::Seahorse::Client::_ResponseSuccess[Types::DescribeBulkImportJobResponse]
891
+ def job_id: () -> ::String
892
+ def job_name: () -> ::String
893
+ def job_status: () -> ("PENDING" | "CANCELLED" | "RUNNING" | "COMPLETED" | "FAILED" | "COMPLETED_WITH_FAILURES")
894
+ def job_role_arn: () -> ::String
895
+ def files: () -> ::Array[Types::File]
896
+ def error_report_location: () -> Types::ErrorReportLocation
897
+ def job_configuration: () -> Types::JobConfiguration
898
+ def job_creation_date: () -> ::Time
899
+ def job_last_update_date: () -> ::Time
900
+ def adaptive_ingestion: () -> bool
901
+ def delete_files_after_import: () -> bool
902
+ end
903
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/IoTSiteWise/Client.html#describe_bulk_import_job-instance_method
904
+ def describe_bulk_import_job: (
905
+ job_id: ::String
906
+ ) -> _DescribeBulkImportJobResponseSuccess
907
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _DescribeBulkImportJobResponseSuccess
908
+
909
+ interface _DescribeDashboardResponseSuccess
910
+ include ::Seahorse::Client::_ResponseSuccess[Types::DescribeDashboardResponse]
911
+ def dashboard_id: () -> ::String
912
+ def dashboard_arn: () -> ::String
913
+ def dashboard_name: () -> ::String
914
+ def project_id: () -> ::String
915
+ def dashboard_description: () -> ::String
916
+ def dashboard_definition: () -> ::String
917
+ def dashboard_creation_date: () -> ::Time
918
+ def dashboard_last_update_date: () -> ::Time
919
+ end
920
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/IoTSiteWise/Client.html#describe_dashboard-instance_method
921
+ def describe_dashboard: (
922
+ dashboard_id: ::String
923
+ ) -> _DescribeDashboardResponseSuccess
924
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _DescribeDashboardResponseSuccess
925
+
926
+ interface _DescribeDefaultEncryptionConfigurationResponseSuccess
927
+ include ::Seahorse::Client::_ResponseSuccess[Types::DescribeDefaultEncryptionConfigurationResponse]
928
+ def encryption_type: () -> ("SITEWISE_DEFAULT_ENCRYPTION" | "KMS_BASED_ENCRYPTION")
929
+ def kms_key_arn: () -> ::String
930
+ def configuration_status: () -> Types::ConfigurationStatus
931
+ end
932
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/IoTSiteWise/Client.html#describe_default_encryption_configuration-instance_method
933
+ def describe_default_encryption_configuration: (
934
+ ) -> _DescribeDefaultEncryptionConfigurationResponseSuccess
935
+ | (?Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _DescribeDefaultEncryptionConfigurationResponseSuccess
936
+
937
+ interface _DescribeGatewayResponseSuccess
938
+ include ::Seahorse::Client::_ResponseSuccess[Types::DescribeGatewayResponse]
939
+ def gateway_id: () -> ::String
940
+ def gateway_name: () -> ::String
941
+ def gateway_arn: () -> ::String
942
+ def gateway_platform: () -> Types::GatewayPlatform
943
+ def gateway_capability_summaries: () -> ::Array[Types::GatewayCapabilitySummary]
944
+ def creation_date: () -> ::Time
945
+ def last_update_date: () -> ::Time
946
+ end
947
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/IoTSiteWise/Client.html#describe_gateway-instance_method
948
+ def describe_gateway: (
949
+ gateway_id: ::String
950
+ ) -> _DescribeGatewayResponseSuccess
951
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _DescribeGatewayResponseSuccess
952
+
953
+ interface _DescribeGatewayCapabilityConfigurationResponseSuccess
954
+ include ::Seahorse::Client::_ResponseSuccess[Types::DescribeGatewayCapabilityConfigurationResponse]
955
+ def gateway_id: () -> ::String
956
+ def capability_namespace: () -> ::String
957
+ def capability_configuration: () -> ::String
958
+ def capability_sync_status: () -> ("IN_SYNC" | "OUT_OF_SYNC" | "SYNC_FAILED" | "UNKNOWN")
959
+ end
960
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/IoTSiteWise/Client.html#describe_gateway_capability_configuration-instance_method
961
+ def describe_gateway_capability_configuration: (
962
+ gateway_id: ::String,
963
+ capability_namespace: ::String
964
+ ) -> _DescribeGatewayCapabilityConfigurationResponseSuccess
965
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _DescribeGatewayCapabilityConfigurationResponseSuccess
966
+
967
+ interface _DescribeLoggingOptionsResponseSuccess
968
+ include ::Seahorse::Client::_ResponseSuccess[Types::DescribeLoggingOptionsResponse]
969
+ def logging_options: () -> Types::LoggingOptions
970
+ end
971
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/IoTSiteWise/Client.html#describe_logging_options-instance_method
972
+ def describe_logging_options: (
973
+ ) -> _DescribeLoggingOptionsResponseSuccess
974
+ | (?Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _DescribeLoggingOptionsResponseSuccess
975
+
976
+ interface _DescribePortalResponseSuccess
977
+ include ::Seahorse::Client::_ResponseSuccess[Types::DescribePortalResponse]
978
+ def portal_id: () -> ::String
979
+ def portal_arn: () -> ::String
980
+ def portal_name: () -> ::String
981
+ def portal_description: () -> ::String
982
+ def portal_client_id: () -> ::String
983
+ def portal_start_url: () -> ::String
984
+ def portal_contact_email: () -> ::String
985
+ def portal_status: () -> Types::PortalStatus
986
+ def portal_creation_date: () -> ::Time
987
+ def portal_last_update_date: () -> ::Time
988
+ def portal_logo_image_location: () -> Types::ImageLocation
989
+ def role_arn: () -> ::String
990
+ def portal_auth_mode: () -> ("IAM" | "SSO")
991
+ def notification_sender_email: () -> ::String
992
+ def alarms: () -> Types::Alarms
993
+ end
994
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/IoTSiteWise/Client.html#describe_portal-instance_method
995
+ def describe_portal: (
996
+ portal_id: ::String
997
+ ) -> _DescribePortalResponseSuccess
998
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _DescribePortalResponseSuccess
999
+
1000
+ interface _DescribeProjectResponseSuccess
1001
+ include ::Seahorse::Client::_ResponseSuccess[Types::DescribeProjectResponse]
1002
+ def project_id: () -> ::String
1003
+ def project_arn: () -> ::String
1004
+ def project_name: () -> ::String
1005
+ def portal_id: () -> ::String
1006
+ def project_description: () -> ::String
1007
+ def project_creation_date: () -> ::Time
1008
+ def project_last_update_date: () -> ::Time
1009
+ end
1010
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/IoTSiteWise/Client.html#describe_project-instance_method
1011
+ def describe_project: (
1012
+ project_id: ::String
1013
+ ) -> _DescribeProjectResponseSuccess
1014
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _DescribeProjectResponseSuccess
1015
+
1016
+ interface _DescribeStorageConfigurationResponseSuccess
1017
+ include ::Seahorse::Client::_ResponseSuccess[Types::DescribeStorageConfigurationResponse]
1018
+ def storage_type: () -> ("SITEWISE_DEFAULT_STORAGE" | "MULTI_LAYER_STORAGE")
1019
+ def multi_layer_storage: () -> Types::MultiLayerStorage
1020
+ def disassociated_data_storage: () -> ("ENABLED" | "DISABLED")
1021
+ def retention_period: () -> Types::RetentionPeriod
1022
+ def configuration_status: () -> Types::ConfigurationStatus
1023
+ def last_update_date: () -> ::Time
1024
+ def warm_tier: () -> ("ENABLED" | "DISABLED")
1025
+ def warm_tier_retention_period: () -> Types::WarmTierRetentionPeriod
1026
+ end
1027
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/IoTSiteWise/Client.html#describe_storage_configuration-instance_method
1028
+ def describe_storage_configuration: (
1029
+ ) -> _DescribeStorageConfigurationResponseSuccess
1030
+ | (?Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _DescribeStorageConfigurationResponseSuccess
1031
+
1032
+ interface _DescribeTimeSeriesResponseSuccess
1033
+ include ::Seahorse::Client::_ResponseSuccess[Types::DescribeTimeSeriesResponse]
1034
+ def asset_id: () -> ::String
1035
+ def property_id: () -> ::String
1036
+ def alias: () -> ::String
1037
+ def time_series_id: () -> ::String
1038
+ def data_type: () -> ("STRING" | "INTEGER" | "DOUBLE" | "BOOLEAN" | "STRUCT")
1039
+ def data_type_spec: () -> ::String
1040
+ def time_series_creation_date: () -> ::Time
1041
+ def time_series_last_update_date: () -> ::Time
1042
+ def time_series_arn: () -> ::String
1043
+ end
1044
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/IoTSiteWise/Client.html#describe_time_series-instance_method
1045
+ def describe_time_series: (
1046
+ ?alias: ::String,
1047
+ ?asset_id: ::String,
1048
+ ?property_id: ::String
1049
+ ) -> _DescribeTimeSeriesResponseSuccess
1050
+ | (?Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _DescribeTimeSeriesResponseSuccess
1051
+
1052
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/IoTSiteWise/Client.html#disassociate_assets-instance_method
1053
+ def disassociate_assets: (
1054
+ asset_id: ::String,
1055
+ hierarchy_id: ::String,
1056
+ child_asset_id: ::String,
1057
+ ?client_token: ::String
1058
+ ) -> ::Seahorse::Client::_ResponseSuccess[::Aws::EmptyStructure]
1059
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> ::Seahorse::Client::_ResponseSuccess[::Aws::EmptyStructure]
1060
+
1061
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/IoTSiteWise/Client.html#disassociate_time_series_from_asset_property-instance_method
1062
+ def disassociate_time_series_from_asset_property: (
1063
+ alias: ::String,
1064
+ asset_id: ::String,
1065
+ property_id: ::String,
1066
+ ?client_token: ::String
1067
+ ) -> ::Seahorse::Client::_ResponseSuccess[::Aws::EmptyStructure]
1068
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> ::Seahorse::Client::_ResponseSuccess[::Aws::EmptyStructure]
1069
+
1070
+ interface _ExecuteActionResponseSuccess
1071
+ include ::Seahorse::Client::_ResponseSuccess[Types::ExecuteActionResponse]
1072
+ def action_id: () -> ::String
1073
+ end
1074
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/IoTSiteWise/Client.html#execute_action-instance_method
1075
+ def execute_action: (
1076
+ target_resource: {
1077
+ asset_id: ::String
1078
+ },
1079
+ action_definition_id: ::String,
1080
+ action_payload: {
1081
+ string_value: ::String
1082
+ },
1083
+ ?client_token: ::String
1084
+ ) -> _ExecuteActionResponseSuccess
1085
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _ExecuteActionResponseSuccess
1086
+
1087
+ interface _ExecuteQueryResponseSuccess
1088
+ include ::Seahorse::Client::_ResponseSuccess[Types::ExecuteQueryResponse]
1089
+ def columns: () -> ::Array[Types::ColumnInfo]
1090
+ def rows: () -> ::Array[Types::Row]
1091
+ def next_token: () -> ::String
1092
+ end
1093
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/IoTSiteWise/Client.html#execute_query-instance_method
1094
+ def execute_query: (
1095
+ query_statement: ::String,
1096
+ ?next_token: ::String,
1097
+ ?max_results: ::Integer
1098
+ ) -> _ExecuteQueryResponseSuccess
1099
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _ExecuteQueryResponseSuccess
1100
+
1101
+ interface _GetAssetPropertyAggregatesResponseSuccess
1102
+ include ::Seahorse::Client::_ResponseSuccess[Types::GetAssetPropertyAggregatesResponse]
1103
+ def aggregated_values: () -> ::Array[Types::AggregatedValue]
1104
+ def next_token: () -> ::String
1105
+ end
1106
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/IoTSiteWise/Client.html#get_asset_property_aggregates-instance_method
1107
+ def get_asset_property_aggregates: (
1108
+ ?asset_id: ::String,
1109
+ ?property_id: ::String,
1110
+ ?property_alias: ::String,
1111
+ aggregate_types: Array[("AVERAGE" | "COUNT" | "MAXIMUM" | "MINIMUM" | "SUM" | "STANDARD_DEVIATION")],
1112
+ resolution: ::String,
1113
+ ?qualities: Array[("GOOD" | "BAD" | "UNCERTAIN")],
1114
+ start_date: ::Time,
1115
+ end_date: ::Time,
1116
+ ?time_ordering: ("ASCENDING" | "DESCENDING"),
1117
+ ?next_token: ::String,
1118
+ ?max_results: ::Integer
1119
+ ) -> _GetAssetPropertyAggregatesResponseSuccess
1120
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _GetAssetPropertyAggregatesResponseSuccess
1121
+
1122
+ interface _GetAssetPropertyValueResponseSuccess
1123
+ include ::Seahorse::Client::_ResponseSuccess[Types::GetAssetPropertyValueResponse]
1124
+ def property_value: () -> Types::AssetPropertyValue
1125
+ end
1126
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/IoTSiteWise/Client.html#get_asset_property_value-instance_method
1127
+ def get_asset_property_value: (
1128
+ ?asset_id: ::String,
1129
+ ?property_id: ::String,
1130
+ ?property_alias: ::String
1131
+ ) -> _GetAssetPropertyValueResponseSuccess
1132
+ | (?Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _GetAssetPropertyValueResponseSuccess
1133
+
1134
+ interface _GetAssetPropertyValueHistoryResponseSuccess
1135
+ include ::Seahorse::Client::_ResponseSuccess[Types::GetAssetPropertyValueHistoryResponse]
1136
+ def asset_property_value_history: () -> ::Array[Types::AssetPropertyValue]
1137
+ def next_token: () -> ::String
1138
+ end
1139
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/IoTSiteWise/Client.html#get_asset_property_value_history-instance_method
1140
+ def get_asset_property_value_history: (
1141
+ ?asset_id: ::String,
1142
+ ?property_id: ::String,
1143
+ ?property_alias: ::String,
1144
+ ?start_date: ::Time,
1145
+ ?end_date: ::Time,
1146
+ ?qualities: Array[("GOOD" | "BAD" | "UNCERTAIN")],
1147
+ ?time_ordering: ("ASCENDING" | "DESCENDING"),
1148
+ ?next_token: ::String,
1149
+ ?max_results: ::Integer
1150
+ ) -> _GetAssetPropertyValueHistoryResponseSuccess
1151
+ | (?Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _GetAssetPropertyValueHistoryResponseSuccess
1152
+
1153
+ interface _GetInterpolatedAssetPropertyValuesResponseSuccess
1154
+ include ::Seahorse::Client::_ResponseSuccess[Types::GetInterpolatedAssetPropertyValuesResponse]
1155
+ def interpolated_asset_property_values: () -> ::Array[Types::InterpolatedAssetPropertyValue]
1156
+ def next_token: () -> ::String
1157
+ end
1158
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/IoTSiteWise/Client.html#get_interpolated_asset_property_values-instance_method
1159
+ def get_interpolated_asset_property_values: (
1160
+ ?asset_id: ::String,
1161
+ ?property_id: ::String,
1162
+ ?property_alias: ::String,
1163
+ start_time_in_seconds: ::Integer,
1164
+ ?start_time_offset_in_nanos: ::Integer,
1165
+ end_time_in_seconds: ::Integer,
1166
+ ?end_time_offset_in_nanos: ::Integer,
1167
+ quality: ("GOOD" | "BAD" | "UNCERTAIN"),
1168
+ interval_in_seconds: ::Integer,
1169
+ ?next_token: ::String,
1170
+ ?max_results: ::Integer,
1171
+ type: ::String,
1172
+ ?interval_window_in_seconds: ::Integer
1173
+ ) -> _GetInterpolatedAssetPropertyValuesResponseSuccess
1174
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _GetInterpolatedAssetPropertyValuesResponseSuccess
1175
+
1176
+ interface _ListAccessPoliciesResponseSuccess
1177
+ include ::Seahorse::Client::_ResponseSuccess[Types::ListAccessPoliciesResponse]
1178
+ def access_policy_summaries: () -> ::Array[Types::AccessPolicySummary]
1179
+ def next_token: () -> ::String
1180
+ end
1181
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/IoTSiteWise/Client.html#list_access_policies-instance_method
1182
+ def list_access_policies: (
1183
+ ?identity_type: ("USER" | "GROUP" | "IAM"),
1184
+ ?identity_id: ::String,
1185
+ ?resource_type: ("PORTAL" | "PROJECT"),
1186
+ ?resource_id: ::String,
1187
+ ?iam_arn: ::String,
1188
+ ?next_token: ::String,
1189
+ ?max_results: ::Integer
1190
+ ) -> _ListAccessPoliciesResponseSuccess
1191
+ | (?Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _ListAccessPoliciesResponseSuccess
1192
+
1193
+ interface _ListActionsResponseSuccess
1194
+ include ::Seahorse::Client::_ResponseSuccess[Types::ListActionsResponse]
1195
+ def action_summaries: () -> ::Array[Types::ActionSummary]
1196
+ def next_token: () -> ::String
1197
+ end
1198
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/IoTSiteWise/Client.html#list_actions-instance_method
1199
+ def list_actions: (
1200
+ target_resource_type: ("ASSET"),
1201
+ target_resource_id: ::String,
1202
+ ?next_token: ::String,
1203
+ ?max_results: ::Integer
1204
+ ) -> _ListActionsResponseSuccess
1205
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _ListActionsResponseSuccess
1206
+
1207
+ interface _ListAssetModelCompositeModelsResponseSuccess
1208
+ include ::Seahorse::Client::_ResponseSuccess[Types::ListAssetModelCompositeModelsResponse]
1209
+ def asset_model_composite_model_summaries: () -> ::Array[Types::AssetModelCompositeModelSummary]
1210
+ def next_token: () -> ::String
1211
+ end
1212
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/IoTSiteWise/Client.html#list_asset_model_composite_models-instance_method
1213
+ def list_asset_model_composite_models: (
1214
+ asset_model_id: ::String,
1215
+ ?next_token: ::String,
1216
+ ?max_results: ::Integer
1217
+ ) -> _ListAssetModelCompositeModelsResponseSuccess
1218
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _ListAssetModelCompositeModelsResponseSuccess
1219
+
1220
+ interface _ListAssetModelPropertiesResponseSuccess
1221
+ include ::Seahorse::Client::_ResponseSuccess[Types::ListAssetModelPropertiesResponse]
1222
+ def asset_model_property_summaries: () -> ::Array[Types::AssetModelPropertySummary]
1223
+ def next_token: () -> ::String
1224
+ end
1225
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/IoTSiteWise/Client.html#list_asset_model_properties-instance_method
1226
+ def list_asset_model_properties: (
1227
+ asset_model_id: ::String,
1228
+ ?next_token: ::String,
1229
+ ?max_results: ::Integer,
1230
+ ?filter: ("ALL" | "BASE")
1231
+ ) -> _ListAssetModelPropertiesResponseSuccess
1232
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _ListAssetModelPropertiesResponseSuccess
1233
+
1234
+ interface _ListAssetModelsResponseSuccess
1235
+ include ::Seahorse::Client::_ResponseSuccess[Types::ListAssetModelsResponse]
1236
+ def asset_model_summaries: () -> ::Array[Types::AssetModelSummary]
1237
+ def next_token: () -> ::String
1238
+ end
1239
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/IoTSiteWise/Client.html#list_asset_models-instance_method
1240
+ def list_asset_models: (
1241
+ ?next_token: ::String,
1242
+ ?max_results: ::Integer,
1243
+ ?asset_model_types: Array[("ASSET_MODEL" | "COMPONENT_MODEL")]
1244
+ ) -> _ListAssetModelsResponseSuccess
1245
+ | (?Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _ListAssetModelsResponseSuccess
1246
+
1247
+ interface _ListAssetPropertiesResponseSuccess
1248
+ include ::Seahorse::Client::_ResponseSuccess[Types::ListAssetPropertiesResponse]
1249
+ def asset_property_summaries: () -> ::Array[Types::AssetPropertySummary]
1250
+ def next_token: () -> ::String
1251
+ end
1252
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/IoTSiteWise/Client.html#list_asset_properties-instance_method
1253
+ def list_asset_properties: (
1254
+ asset_id: ::String,
1255
+ ?next_token: ::String,
1256
+ ?max_results: ::Integer,
1257
+ ?filter: ("ALL" | "BASE")
1258
+ ) -> _ListAssetPropertiesResponseSuccess
1259
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _ListAssetPropertiesResponseSuccess
1260
+
1261
+ interface _ListAssetRelationshipsResponseSuccess
1262
+ include ::Seahorse::Client::_ResponseSuccess[Types::ListAssetRelationshipsResponse]
1263
+ def asset_relationship_summaries: () -> ::Array[Types::AssetRelationshipSummary]
1264
+ def next_token: () -> ::String
1265
+ end
1266
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/IoTSiteWise/Client.html#list_asset_relationships-instance_method
1267
+ def list_asset_relationships: (
1268
+ asset_id: ::String,
1269
+ traversal_type: ("PATH_TO_ROOT"),
1270
+ ?next_token: ::String,
1271
+ ?max_results: ::Integer
1272
+ ) -> _ListAssetRelationshipsResponseSuccess
1273
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _ListAssetRelationshipsResponseSuccess
1274
+
1275
+ interface _ListAssetsResponseSuccess
1276
+ include ::Seahorse::Client::_ResponseSuccess[Types::ListAssetsResponse]
1277
+ def asset_summaries: () -> ::Array[Types::AssetSummary]
1278
+ def next_token: () -> ::String
1279
+ end
1280
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/IoTSiteWise/Client.html#list_assets-instance_method
1281
+ def list_assets: (
1282
+ ?next_token: ::String,
1283
+ ?max_results: ::Integer,
1284
+ ?asset_model_id: ::String,
1285
+ ?filter: ("ALL" | "TOP_LEVEL")
1286
+ ) -> _ListAssetsResponseSuccess
1287
+ | (?Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _ListAssetsResponseSuccess
1288
+
1289
+ interface _ListAssociatedAssetsResponseSuccess
1290
+ include ::Seahorse::Client::_ResponseSuccess[Types::ListAssociatedAssetsResponse]
1291
+ def asset_summaries: () -> ::Array[Types::AssociatedAssetsSummary]
1292
+ def next_token: () -> ::String
1293
+ end
1294
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/IoTSiteWise/Client.html#list_associated_assets-instance_method
1295
+ def list_associated_assets: (
1296
+ asset_id: ::String,
1297
+ ?hierarchy_id: ::String,
1298
+ ?traversal_direction: ("PARENT" | "CHILD"),
1299
+ ?next_token: ::String,
1300
+ ?max_results: ::Integer
1301
+ ) -> _ListAssociatedAssetsResponseSuccess
1302
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _ListAssociatedAssetsResponseSuccess
1303
+
1304
+ interface _ListBulkImportJobsResponseSuccess
1305
+ include ::Seahorse::Client::_ResponseSuccess[Types::ListBulkImportJobsResponse]
1306
+ def job_summaries: () -> ::Array[Types::JobSummary]
1307
+ def next_token: () -> ::String
1308
+ end
1309
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/IoTSiteWise/Client.html#list_bulk_import_jobs-instance_method
1310
+ def list_bulk_import_jobs: (
1311
+ ?next_token: ::String,
1312
+ ?max_results: ::Integer,
1313
+ ?filter: ("ALL" | "PENDING" | "RUNNING" | "CANCELLED" | "FAILED" | "COMPLETED_WITH_FAILURES" | "COMPLETED")
1314
+ ) -> _ListBulkImportJobsResponseSuccess
1315
+ | (?Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _ListBulkImportJobsResponseSuccess
1316
+
1317
+ interface _ListCompositionRelationshipsResponseSuccess
1318
+ include ::Seahorse::Client::_ResponseSuccess[Types::ListCompositionRelationshipsResponse]
1319
+ def composition_relationship_summaries: () -> ::Array[Types::CompositionRelationshipSummary]
1320
+ def next_token: () -> ::String
1321
+ end
1322
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/IoTSiteWise/Client.html#list_composition_relationships-instance_method
1323
+ def list_composition_relationships: (
1324
+ asset_model_id: ::String,
1325
+ ?next_token: ::String,
1326
+ ?max_results: ::Integer
1327
+ ) -> _ListCompositionRelationshipsResponseSuccess
1328
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _ListCompositionRelationshipsResponseSuccess
1329
+
1330
+ interface _ListDashboardsResponseSuccess
1331
+ include ::Seahorse::Client::_ResponseSuccess[Types::ListDashboardsResponse]
1332
+ def dashboard_summaries: () -> ::Array[Types::DashboardSummary]
1333
+ def next_token: () -> ::String
1334
+ end
1335
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/IoTSiteWise/Client.html#list_dashboards-instance_method
1336
+ def list_dashboards: (
1337
+ project_id: ::String,
1338
+ ?next_token: ::String,
1339
+ ?max_results: ::Integer
1340
+ ) -> _ListDashboardsResponseSuccess
1341
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _ListDashboardsResponseSuccess
1342
+
1343
+ interface _ListGatewaysResponseSuccess
1344
+ include ::Seahorse::Client::_ResponseSuccess[Types::ListGatewaysResponse]
1345
+ def gateway_summaries: () -> ::Array[Types::GatewaySummary]
1346
+ def next_token: () -> ::String
1347
+ end
1348
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/IoTSiteWise/Client.html#list_gateways-instance_method
1349
+ def list_gateways: (
1350
+ ?next_token: ::String,
1351
+ ?max_results: ::Integer
1352
+ ) -> _ListGatewaysResponseSuccess
1353
+ | (?Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _ListGatewaysResponseSuccess
1354
+
1355
+ interface _ListPortalsResponseSuccess
1356
+ include ::Seahorse::Client::_ResponseSuccess[Types::ListPortalsResponse]
1357
+ def portal_summaries: () -> ::Array[Types::PortalSummary]
1358
+ def next_token: () -> ::String
1359
+ end
1360
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/IoTSiteWise/Client.html#list_portals-instance_method
1361
+ def list_portals: (
1362
+ ?next_token: ::String,
1363
+ ?max_results: ::Integer
1364
+ ) -> _ListPortalsResponseSuccess
1365
+ | (?Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _ListPortalsResponseSuccess
1366
+
1367
+ interface _ListProjectAssetsResponseSuccess
1368
+ include ::Seahorse::Client::_ResponseSuccess[Types::ListProjectAssetsResponse]
1369
+ def asset_ids: () -> ::Array[::String]
1370
+ def next_token: () -> ::String
1371
+ end
1372
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/IoTSiteWise/Client.html#list_project_assets-instance_method
1373
+ def list_project_assets: (
1374
+ project_id: ::String,
1375
+ ?next_token: ::String,
1376
+ ?max_results: ::Integer
1377
+ ) -> _ListProjectAssetsResponseSuccess
1378
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _ListProjectAssetsResponseSuccess
1379
+
1380
+ interface _ListProjectsResponseSuccess
1381
+ include ::Seahorse::Client::_ResponseSuccess[Types::ListProjectsResponse]
1382
+ def project_summaries: () -> ::Array[Types::ProjectSummary]
1383
+ def next_token: () -> ::String
1384
+ end
1385
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/IoTSiteWise/Client.html#list_projects-instance_method
1386
+ def list_projects: (
1387
+ portal_id: ::String,
1388
+ ?next_token: ::String,
1389
+ ?max_results: ::Integer
1390
+ ) -> _ListProjectsResponseSuccess
1391
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _ListProjectsResponseSuccess
1392
+
1393
+ interface _ListTagsForResourceResponseSuccess
1394
+ include ::Seahorse::Client::_ResponseSuccess[Types::ListTagsForResourceResponse]
1395
+ def tags: () -> ::Hash[::String, ::String]
1396
+ end
1397
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/IoTSiteWise/Client.html#list_tags_for_resource-instance_method
1398
+ def list_tags_for_resource: (
1399
+ resource_arn: ::String
1400
+ ) -> _ListTagsForResourceResponseSuccess
1401
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _ListTagsForResourceResponseSuccess
1402
+
1403
+ interface _ListTimeSeriesResponseSuccess
1404
+ include ::Seahorse::Client::_ResponseSuccess[Types::ListTimeSeriesResponse]
1405
+ def time_series_summaries: () -> ::Array[Types::TimeSeriesSummary]
1406
+ def next_token: () -> ::String
1407
+ end
1408
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/IoTSiteWise/Client.html#list_time_series-instance_method
1409
+ def list_time_series: (
1410
+ ?next_token: ::String,
1411
+ ?max_results: ::Integer,
1412
+ ?asset_id: ::String,
1413
+ ?alias_prefix: ::String,
1414
+ ?time_series_type: ("ASSOCIATED" | "DISASSOCIATED")
1415
+ ) -> _ListTimeSeriesResponseSuccess
1416
+ | (?Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _ListTimeSeriesResponseSuccess
1417
+
1418
+ interface _PutDefaultEncryptionConfigurationResponseSuccess
1419
+ include ::Seahorse::Client::_ResponseSuccess[Types::PutDefaultEncryptionConfigurationResponse]
1420
+ def encryption_type: () -> ("SITEWISE_DEFAULT_ENCRYPTION" | "KMS_BASED_ENCRYPTION")
1421
+ def kms_key_arn: () -> ::String
1422
+ def configuration_status: () -> Types::ConfigurationStatus
1423
+ end
1424
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/IoTSiteWise/Client.html#put_default_encryption_configuration-instance_method
1425
+ def put_default_encryption_configuration: (
1426
+ encryption_type: ("SITEWISE_DEFAULT_ENCRYPTION" | "KMS_BASED_ENCRYPTION"),
1427
+ ?kms_key_id: ::String
1428
+ ) -> _PutDefaultEncryptionConfigurationResponseSuccess
1429
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _PutDefaultEncryptionConfigurationResponseSuccess
1430
+
1431
+ interface _PutLoggingOptionsResponseSuccess
1432
+ include ::Seahorse::Client::_ResponseSuccess[Types::PutLoggingOptionsResponse]
1433
+ end
1434
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/IoTSiteWise/Client.html#put_logging_options-instance_method
1435
+ def put_logging_options: (
1436
+ logging_options: {
1437
+ level: ("ERROR" | "INFO" | "OFF")
1438
+ }
1439
+ ) -> _PutLoggingOptionsResponseSuccess
1440
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _PutLoggingOptionsResponseSuccess
1441
+
1442
+ interface _PutStorageConfigurationResponseSuccess
1443
+ include ::Seahorse::Client::_ResponseSuccess[Types::PutStorageConfigurationResponse]
1444
+ def storage_type: () -> ("SITEWISE_DEFAULT_STORAGE" | "MULTI_LAYER_STORAGE")
1445
+ def multi_layer_storage: () -> Types::MultiLayerStorage
1446
+ def disassociated_data_storage: () -> ("ENABLED" | "DISABLED")
1447
+ def retention_period: () -> Types::RetentionPeriod
1448
+ def configuration_status: () -> Types::ConfigurationStatus
1449
+ def warm_tier: () -> ("ENABLED" | "DISABLED")
1450
+ def warm_tier_retention_period: () -> Types::WarmTierRetentionPeriod
1451
+ end
1452
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/IoTSiteWise/Client.html#put_storage_configuration-instance_method
1453
+ def put_storage_configuration: (
1454
+ storage_type: ("SITEWISE_DEFAULT_STORAGE" | "MULTI_LAYER_STORAGE"),
1455
+ ?multi_layer_storage: {
1456
+ customer_managed_s3_storage: {
1457
+ s3_resource_arn: ::String,
1458
+ role_arn: ::String
1459
+ }
1460
+ },
1461
+ ?disassociated_data_storage: ("ENABLED" | "DISABLED"),
1462
+ ?retention_period: {
1463
+ number_of_days: ::Integer?,
1464
+ unlimited: bool?
1465
+ },
1466
+ ?warm_tier: ("ENABLED" | "DISABLED"),
1467
+ ?warm_tier_retention_period: {
1468
+ number_of_days: ::Integer?,
1469
+ unlimited: bool?
1470
+ }
1471
+ ) -> _PutStorageConfigurationResponseSuccess
1472
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _PutStorageConfigurationResponseSuccess
1473
+
1474
+ interface _TagResourceResponseSuccess
1475
+ include ::Seahorse::Client::_ResponseSuccess[Types::TagResourceResponse]
1476
+ end
1477
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/IoTSiteWise/Client.html#tag_resource-instance_method
1478
+ def tag_resource: (
1479
+ resource_arn: ::String,
1480
+ tags: Hash[::String, ::String]
1481
+ ) -> _TagResourceResponseSuccess
1482
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _TagResourceResponseSuccess
1483
+
1484
+ interface _UntagResourceResponseSuccess
1485
+ include ::Seahorse::Client::_ResponseSuccess[Types::UntagResourceResponse]
1486
+ end
1487
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/IoTSiteWise/Client.html#untag_resource-instance_method
1488
+ def untag_resource: (
1489
+ resource_arn: ::String,
1490
+ tag_keys: Array[::String]
1491
+ ) -> _UntagResourceResponseSuccess
1492
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _UntagResourceResponseSuccess
1493
+
1494
+ interface _UpdateAccessPolicyResponseSuccess
1495
+ include ::Seahorse::Client::_ResponseSuccess[Types::UpdateAccessPolicyResponse]
1496
+ end
1497
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/IoTSiteWise/Client.html#update_access_policy-instance_method
1498
+ def update_access_policy: (
1499
+ access_policy_id: ::String,
1500
+ access_policy_identity: {
1501
+ user: {
1502
+ id: ::String
1503
+ }?,
1504
+ group: {
1505
+ id: ::String
1506
+ }?,
1507
+ iam_user: {
1508
+ arn: ::String
1509
+ }?,
1510
+ iam_role: {
1511
+ arn: ::String
1512
+ }?
1513
+ },
1514
+ access_policy_resource: {
1515
+ portal: {
1516
+ id: ::String
1517
+ }?,
1518
+ project: {
1519
+ id: ::String
1520
+ }?
1521
+ },
1522
+ access_policy_permission: ("ADMINISTRATOR" | "VIEWER"),
1523
+ ?client_token: ::String
1524
+ ) -> _UpdateAccessPolicyResponseSuccess
1525
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _UpdateAccessPolicyResponseSuccess
1526
+
1527
+ interface _UpdateAssetResponseSuccess
1528
+ include ::Seahorse::Client::_ResponseSuccess[Types::UpdateAssetResponse]
1529
+ def asset_status: () -> Types::AssetStatus
1530
+ end
1531
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/IoTSiteWise/Client.html#update_asset-instance_method
1532
+ def update_asset: (
1533
+ asset_id: ::String,
1534
+ asset_name: ::String,
1535
+ ?client_token: ::String,
1536
+ ?asset_description: ::String,
1537
+ ?asset_external_id: ::String
1538
+ ) -> _UpdateAssetResponseSuccess
1539
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _UpdateAssetResponseSuccess
1540
+
1541
+ interface _UpdateAssetModelResponseSuccess
1542
+ include ::Seahorse::Client::_ResponseSuccess[Types::UpdateAssetModelResponse]
1543
+ def asset_model_status: () -> Types::AssetModelStatus
1544
+ end
1545
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/IoTSiteWise/Client.html#update_asset_model-instance_method
1546
+ def update_asset_model: (
1547
+ asset_model_id: ::String,
1548
+ asset_model_name: ::String,
1549
+ ?asset_model_description: ::String,
1550
+ ?asset_model_properties: Array[
1551
+ {
1552
+ id: ::String?,
1553
+ name: ::String,
1554
+ data_type: ("STRING" | "INTEGER" | "DOUBLE" | "BOOLEAN" | "STRUCT"),
1555
+ data_type_spec: ::String?,
1556
+ unit: ::String?,
1557
+ type: {
1558
+ attribute: {
1559
+ default_value: ::String?
1560
+ }?,
1561
+ measurement: {
1562
+ processing_config: {
1563
+ forwarding_config: {
1564
+ state: ("DISABLED" | "ENABLED")
1565
+ }
1566
+ }?
1567
+ }?,
1568
+ transform: {
1569
+ expression: ::String,
1570
+ variables: Array[
1571
+ {
1572
+ name: ::String,
1573
+ value: {
1574
+ property_id: ::String?,
1575
+ hierarchy_id: ::String?,
1576
+ property_path: Array[
1577
+ {
1578
+ id: ::String?,
1579
+ name: ::String?
1580
+ },
1581
+ ]?
1582
+ }
1583
+ },
1584
+ ],
1585
+ processing_config: {
1586
+ compute_location: ("EDGE" | "CLOUD"),
1587
+ forwarding_config: {
1588
+ state: ("DISABLED" | "ENABLED")
1589
+ }?
1590
+ }?
1591
+ }?,
1592
+ metric: {
1593
+ expression: ::String,
1594
+ variables: Array[
1595
+ {
1596
+ name: ::String,
1597
+ value: {
1598
+ property_id: ::String?,
1599
+ hierarchy_id: ::String?,
1600
+ property_path: Array[
1601
+ {
1602
+ id: ::String?,
1603
+ name: ::String?
1604
+ },
1605
+ ]?
1606
+ }
1607
+ },
1608
+ ],
1609
+ window: {
1610
+ tumbling: {
1611
+ interval: ::String,
1612
+ offset: ::String?
1613
+ }?
1614
+ },
1615
+ processing_config: {
1616
+ compute_location: ("EDGE" | "CLOUD")
1617
+ }?
1618
+ }?
1619
+ },
1620
+ path: Array[
1621
+ {
1622
+ id: ::String?,
1623
+ name: ::String?
1624
+ },
1625
+ ]?,
1626
+ external_id: ::String?
1627
+ },
1628
+ ],
1629
+ ?asset_model_hierarchies: Array[
1630
+ {
1631
+ id: ::String?,
1632
+ name: ::String,
1633
+ child_asset_model_id: ::String,
1634
+ external_id: ::String?
1635
+ },
1636
+ ],
1637
+ ?asset_model_composite_models: Array[
1638
+ {
1639
+ name: ::String,
1640
+ description: ::String?,
1641
+ type: ::String,
1642
+ properties: Array[
1643
+ {
1644
+ id: ::String?,
1645
+ name: ::String,
1646
+ data_type: ("STRING" | "INTEGER" | "DOUBLE" | "BOOLEAN" | "STRUCT"),
1647
+ data_type_spec: ::String?,
1648
+ unit: ::String?,
1649
+ type: {
1650
+ attribute: {
1651
+ default_value: ::String?
1652
+ }?,
1653
+ measurement: {
1654
+ processing_config: {
1655
+ forwarding_config: {
1656
+ state: ("DISABLED" | "ENABLED")
1657
+ }
1658
+ }?
1659
+ }?,
1660
+ transform: {
1661
+ expression: ::String,
1662
+ variables: Array[
1663
+ {
1664
+ name: ::String,
1665
+ value: {
1666
+ property_id: ::String?,
1667
+ hierarchy_id: ::String?,
1668
+ property_path: Array[
1669
+ {
1670
+ id: ::String?,
1671
+ name: ::String?
1672
+ },
1673
+ ]?
1674
+ }
1675
+ },
1676
+ ],
1677
+ processing_config: {
1678
+ compute_location: ("EDGE" | "CLOUD"),
1679
+ forwarding_config: {
1680
+ state: ("DISABLED" | "ENABLED")
1681
+ }?
1682
+ }?
1683
+ }?,
1684
+ metric: {
1685
+ expression: ::String,
1686
+ variables: Array[
1687
+ {
1688
+ name: ::String,
1689
+ value: {
1690
+ property_id: ::String?,
1691
+ hierarchy_id: ::String?,
1692
+ property_path: Array[
1693
+ {
1694
+ id: ::String?,
1695
+ name: ::String?
1696
+ },
1697
+ ]?
1698
+ }
1699
+ },
1700
+ ],
1701
+ window: {
1702
+ tumbling: {
1703
+ interval: ::String,
1704
+ offset: ::String?
1705
+ }?
1706
+ },
1707
+ processing_config: {
1708
+ compute_location: ("EDGE" | "CLOUD")
1709
+ }?
1710
+ }?
1711
+ },
1712
+ path: Array[
1713
+ {
1714
+ id: ::String?,
1715
+ name: ::String?
1716
+ },
1717
+ ]?,
1718
+ external_id: ::String?
1719
+ },
1720
+ ]?,
1721
+ id: ::String?,
1722
+ external_id: ::String?
1723
+ },
1724
+ ],
1725
+ ?client_token: ::String,
1726
+ ?asset_model_external_id: ::String
1727
+ ) -> _UpdateAssetModelResponseSuccess
1728
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _UpdateAssetModelResponseSuccess
1729
+
1730
+ interface _UpdateAssetModelCompositeModelResponseSuccess
1731
+ include ::Seahorse::Client::_ResponseSuccess[Types::UpdateAssetModelCompositeModelResponse]
1732
+ def asset_model_composite_model_path: () -> ::Array[Types::AssetModelCompositeModelPathSegment]
1733
+ def asset_model_status: () -> Types::AssetModelStatus
1734
+ end
1735
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/IoTSiteWise/Client.html#update_asset_model_composite_model-instance_method
1736
+ def update_asset_model_composite_model: (
1737
+ asset_model_id: ::String,
1738
+ asset_model_composite_model_id: ::String,
1739
+ ?asset_model_composite_model_external_id: ::String,
1740
+ ?asset_model_composite_model_description: ::String,
1741
+ asset_model_composite_model_name: ::String,
1742
+ ?client_token: ::String,
1743
+ ?asset_model_composite_model_properties: Array[
1744
+ {
1745
+ id: ::String?,
1746
+ name: ::String,
1747
+ data_type: ("STRING" | "INTEGER" | "DOUBLE" | "BOOLEAN" | "STRUCT"),
1748
+ data_type_spec: ::String?,
1749
+ unit: ::String?,
1750
+ type: {
1751
+ attribute: {
1752
+ default_value: ::String?
1753
+ }?,
1754
+ measurement: {
1755
+ processing_config: {
1756
+ forwarding_config: {
1757
+ state: ("DISABLED" | "ENABLED")
1758
+ }
1759
+ }?
1760
+ }?,
1761
+ transform: {
1762
+ expression: ::String,
1763
+ variables: Array[
1764
+ {
1765
+ name: ::String,
1766
+ value: {
1767
+ property_id: ::String?,
1768
+ hierarchy_id: ::String?,
1769
+ property_path: Array[
1770
+ {
1771
+ id: ::String?,
1772
+ name: ::String?
1773
+ },
1774
+ ]?
1775
+ }
1776
+ },
1777
+ ],
1778
+ processing_config: {
1779
+ compute_location: ("EDGE" | "CLOUD"),
1780
+ forwarding_config: {
1781
+ state: ("DISABLED" | "ENABLED")
1782
+ }?
1783
+ }?
1784
+ }?,
1785
+ metric: {
1786
+ expression: ::String,
1787
+ variables: Array[
1788
+ {
1789
+ name: ::String,
1790
+ value: {
1791
+ property_id: ::String?,
1792
+ hierarchy_id: ::String?,
1793
+ property_path: Array[
1794
+ {
1795
+ id: ::String?,
1796
+ name: ::String?
1797
+ },
1798
+ ]?
1799
+ }
1800
+ },
1801
+ ],
1802
+ window: {
1803
+ tumbling: {
1804
+ interval: ::String,
1805
+ offset: ::String?
1806
+ }?
1807
+ },
1808
+ processing_config: {
1809
+ compute_location: ("EDGE" | "CLOUD")
1810
+ }?
1811
+ }?
1812
+ },
1813
+ path: Array[
1814
+ {
1815
+ id: ::String?,
1816
+ name: ::String?
1817
+ },
1818
+ ]?,
1819
+ external_id: ::String?
1820
+ },
1821
+ ]
1822
+ ) -> _UpdateAssetModelCompositeModelResponseSuccess
1823
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _UpdateAssetModelCompositeModelResponseSuccess
1824
+
1825
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/IoTSiteWise/Client.html#update_asset_property-instance_method
1826
+ def update_asset_property: (
1827
+ asset_id: ::String,
1828
+ property_id: ::String,
1829
+ ?property_alias: ::String,
1830
+ ?property_notification_state: ("ENABLED" | "DISABLED"),
1831
+ ?client_token: ::String,
1832
+ ?property_unit: ::String
1833
+ ) -> ::Seahorse::Client::_ResponseSuccess[::Aws::EmptyStructure]
1834
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> ::Seahorse::Client::_ResponseSuccess[::Aws::EmptyStructure]
1835
+
1836
+ interface _UpdateDashboardResponseSuccess
1837
+ include ::Seahorse::Client::_ResponseSuccess[Types::UpdateDashboardResponse]
1838
+ end
1839
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/IoTSiteWise/Client.html#update_dashboard-instance_method
1840
+ def update_dashboard: (
1841
+ dashboard_id: ::String,
1842
+ dashboard_name: ::String,
1843
+ ?dashboard_description: ::String,
1844
+ dashboard_definition: ::String,
1845
+ ?client_token: ::String
1846
+ ) -> _UpdateDashboardResponseSuccess
1847
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _UpdateDashboardResponseSuccess
1848
+
1849
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/IoTSiteWise/Client.html#update_gateway-instance_method
1850
+ def update_gateway: (
1851
+ gateway_id: ::String,
1852
+ gateway_name: ::String
1853
+ ) -> ::Seahorse::Client::_ResponseSuccess[::Aws::EmptyStructure]
1854
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> ::Seahorse::Client::_ResponseSuccess[::Aws::EmptyStructure]
1855
+
1856
+ interface _UpdateGatewayCapabilityConfigurationResponseSuccess
1857
+ include ::Seahorse::Client::_ResponseSuccess[Types::UpdateGatewayCapabilityConfigurationResponse]
1858
+ def capability_namespace: () -> ::String
1859
+ def capability_sync_status: () -> ("IN_SYNC" | "OUT_OF_SYNC" | "SYNC_FAILED" | "UNKNOWN")
1860
+ end
1861
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/IoTSiteWise/Client.html#update_gateway_capability_configuration-instance_method
1862
+ def update_gateway_capability_configuration: (
1863
+ gateway_id: ::String,
1864
+ capability_namespace: ::String,
1865
+ capability_configuration: ::String
1866
+ ) -> _UpdateGatewayCapabilityConfigurationResponseSuccess
1867
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _UpdateGatewayCapabilityConfigurationResponseSuccess
1868
+
1869
+ interface _UpdatePortalResponseSuccess
1870
+ include ::Seahorse::Client::_ResponseSuccess[Types::UpdatePortalResponse]
1871
+ def portal_status: () -> Types::PortalStatus
1872
+ end
1873
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/IoTSiteWise/Client.html#update_portal-instance_method
1874
+ def update_portal: (
1875
+ portal_id: ::String,
1876
+ portal_name: ::String,
1877
+ ?portal_description: ::String,
1878
+ portal_contact_email: ::String,
1879
+ ?portal_logo_image: {
1880
+ id: ::String?,
1881
+ file: {
1882
+ data: ::String,
1883
+ type: ("PNG")
1884
+ }?
1885
+ },
1886
+ role_arn: ::String,
1887
+ ?client_token: ::String,
1888
+ ?notification_sender_email: ::String,
1889
+ ?alarms: {
1890
+ alarm_role_arn: ::String,
1891
+ notification_lambda_arn: ::String?
1892
+ }
1893
+ ) -> _UpdatePortalResponseSuccess
1894
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _UpdatePortalResponseSuccess
1895
+
1896
+ interface _UpdateProjectResponseSuccess
1897
+ include ::Seahorse::Client::_ResponseSuccess[Types::UpdateProjectResponse]
1898
+ end
1899
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/IoTSiteWise/Client.html#update_project-instance_method
1900
+ def update_project: (
1901
+ project_id: ::String,
1902
+ project_name: ::String,
1903
+ ?project_description: ::String,
1904
+ ?client_token: ::String
1905
+ ) -> _UpdateProjectResponseSuccess
1906
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _UpdateProjectResponseSuccess
1907
+
1908
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/IoTSiteWise/Client.html#wait_until-instance_method
1909
+ def wait_until: (:asset_active waiter_name,
1910
+ asset_id: ::String,
1911
+ ?exclude_properties: bool
1912
+ ) -> Client::_DescribeAssetResponseSuccess
1913
+ | (:asset_active waiter_name, Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> Client::_DescribeAssetResponseSuccess
1914
+ | (:asset_model_active waiter_name,
1915
+ asset_model_id: ::String,
1916
+ ?exclude_properties: bool
1917
+ ) -> Client::_DescribeAssetModelResponseSuccess
1918
+ | (:asset_model_active waiter_name, Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> Client::_DescribeAssetModelResponseSuccess
1919
+ | (:asset_model_not_exists waiter_name,
1920
+ asset_model_id: ::String,
1921
+ ?exclude_properties: bool
1922
+ ) -> Client::_DescribeAssetModelResponseSuccess
1923
+ | (:asset_model_not_exists waiter_name, Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> Client::_DescribeAssetModelResponseSuccess
1924
+ | (:asset_not_exists waiter_name,
1925
+ asset_id: ::String,
1926
+ ?exclude_properties: bool
1927
+ ) -> Client::_DescribeAssetResponseSuccess
1928
+ | (:asset_not_exists waiter_name, Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> Client::_DescribeAssetResponseSuccess
1929
+ | (:portal_active waiter_name,
1930
+ portal_id: ::String
1931
+ ) -> Client::_DescribePortalResponseSuccess
1932
+ | (:portal_active waiter_name, Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> Client::_DescribePortalResponseSuccess
1933
+ | (:portal_not_exists waiter_name,
1934
+ portal_id: ::String
1935
+ ) -> Client::_DescribePortalResponseSuccess
1936
+ | (:portal_not_exists waiter_name, Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> Client::_DescribePortalResponseSuccess
1937
+ end
1938
+ end
1939
+ end
1940
+