aws-sdk-panorama 1.21.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,875 @@
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::Panorama
9
+ module Types
10
+
11
+ class AccessDeniedException
12
+ attr_accessor message: ::String
13
+ SENSITIVE: []
14
+ end
15
+
16
+ class AlternateSoftwareMetadata
17
+ attr_accessor version: ::String
18
+ SENSITIVE: []
19
+ end
20
+
21
+ class ApplicationInstance
22
+ attr_accessor application_instance_id: ::String
23
+ attr_accessor arn: ::String
24
+ attr_accessor created_time: ::Time
25
+ attr_accessor default_runtime_context_device: ::String
26
+ attr_accessor default_runtime_context_device_name: ::String
27
+ attr_accessor description: ::String
28
+ attr_accessor health_status: ("RUNNING" | "ERROR" | "NOT_AVAILABLE")
29
+ attr_accessor name: ::String
30
+ attr_accessor runtime_context_states: ::Array[Types::ReportedRuntimeContextState]
31
+ attr_accessor status: ("DEPLOYMENT_PENDING" | "DEPLOYMENT_REQUESTED" | "DEPLOYMENT_IN_PROGRESS" | "DEPLOYMENT_ERROR" | "DEPLOYMENT_SUCCEEDED" | "REMOVAL_PENDING" | "REMOVAL_REQUESTED" | "REMOVAL_IN_PROGRESS" | "REMOVAL_FAILED" | "REMOVAL_SUCCEEDED" | "DEPLOYMENT_FAILED")
32
+ attr_accessor status_description: ::String
33
+ attr_accessor tags: ::Hash[::String, ::String]
34
+ SENSITIVE: []
35
+ end
36
+
37
+ class ConflictException
38
+ attr_accessor error_arguments: ::Array[Types::ConflictExceptionErrorArgument]
39
+ attr_accessor error_id: ::String
40
+ attr_accessor message: ::String
41
+ attr_accessor resource_id: ::String
42
+ attr_accessor resource_type: ::String
43
+ SENSITIVE: []
44
+ end
45
+
46
+ class ConflictExceptionErrorArgument
47
+ attr_accessor name: ::String
48
+ attr_accessor value: ::String
49
+ SENSITIVE: []
50
+ end
51
+
52
+ class CreateApplicationInstanceRequest
53
+ attr_accessor application_instance_id_to_replace: ::String
54
+ attr_accessor default_runtime_context_device: ::String
55
+ attr_accessor description: ::String
56
+ attr_accessor manifest_overrides_payload: Types::ManifestOverridesPayload
57
+ attr_accessor manifest_payload: Types::ManifestPayload
58
+ attr_accessor name: ::String
59
+ attr_accessor runtime_role_arn: ::String
60
+ attr_accessor tags: ::Hash[::String, ::String]
61
+ SENSITIVE: []
62
+ end
63
+
64
+ class CreateApplicationInstanceResponse
65
+ attr_accessor application_instance_id: ::String
66
+ SENSITIVE: []
67
+ end
68
+
69
+ class CreateJobForDevicesRequest
70
+ attr_accessor device_ids: ::Array[::String]
71
+ attr_accessor device_job_config: Types::DeviceJobConfig
72
+ attr_accessor job_type: ("OTA" | "REBOOT")
73
+ SENSITIVE: []
74
+ end
75
+
76
+ class CreateJobForDevicesResponse
77
+ attr_accessor jobs: ::Array[Types::Job]
78
+ SENSITIVE: []
79
+ end
80
+
81
+ class CreateNodeFromTemplateJobRequest
82
+ attr_accessor job_tags: ::Array[Types::JobResourceTags]
83
+ attr_accessor node_description: ::String
84
+ attr_accessor node_name: ::String
85
+ attr_accessor output_package_name: ::String
86
+ attr_accessor output_package_version: ::String
87
+ attr_accessor template_parameters: ::Hash[::String, ::String]
88
+ attr_accessor template_type: ("RTSP_CAMERA_STREAM")
89
+ SENSITIVE: []
90
+ end
91
+
92
+ class CreateNodeFromTemplateJobResponse
93
+ attr_accessor job_id: ::String
94
+ SENSITIVE: []
95
+ end
96
+
97
+ class CreatePackageImportJobRequest
98
+ attr_accessor client_token: ::String
99
+ attr_accessor input_config: Types::PackageImportJobInputConfig
100
+ attr_accessor job_tags: ::Array[Types::JobResourceTags]
101
+ attr_accessor job_type: ("NODE_PACKAGE_VERSION" | "MARKETPLACE_NODE_PACKAGE_VERSION")
102
+ attr_accessor output_config: Types::PackageImportJobOutputConfig
103
+ SENSITIVE: []
104
+ end
105
+
106
+ class CreatePackageImportJobResponse
107
+ attr_accessor job_id: ::String
108
+ SENSITIVE: []
109
+ end
110
+
111
+ class CreatePackageRequest
112
+ attr_accessor package_name: ::String
113
+ attr_accessor tags: ::Hash[::String, ::String]
114
+ SENSITIVE: []
115
+ end
116
+
117
+ class CreatePackageResponse
118
+ attr_accessor arn: ::String
119
+ attr_accessor package_id: ::String
120
+ attr_accessor storage_location: Types::StorageLocation
121
+ SENSITIVE: []
122
+ end
123
+
124
+ class DeleteDeviceRequest
125
+ attr_accessor device_id: ::String
126
+ SENSITIVE: []
127
+ end
128
+
129
+ class DeleteDeviceResponse
130
+ attr_accessor device_id: ::String
131
+ SENSITIVE: []
132
+ end
133
+
134
+ class DeletePackageRequest
135
+ attr_accessor force_delete: bool
136
+ attr_accessor package_id: ::String
137
+ SENSITIVE: []
138
+ end
139
+
140
+ class DeletePackageResponse < Aws::EmptyStructure
141
+ end
142
+
143
+ class DeregisterPackageVersionRequest
144
+ attr_accessor owner_account: ::String
145
+ attr_accessor package_id: ::String
146
+ attr_accessor package_version: ::String
147
+ attr_accessor patch_version: ::String
148
+ attr_accessor updated_latest_patch_version: ::String
149
+ SENSITIVE: []
150
+ end
151
+
152
+ class DeregisterPackageVersionResponse < Aws::EmptyStructure
153
+ end
154
+
155
+ class DescribeApplicationInstanceDetailsRequest
156
+ attr_accessor application_instance_id: ::String
157
+ SENSITIVE: []
158
+ end
159
+
160
+ class DescribeApplicationInstanceDetailsResponse
161
+ attr_accessor application_instance_id: ::String
162
+ attr_accessor application_instance_id_to_replace: ::String
163
+ attr_accessor created_time: ::Time
164
+ attr_accessor default_runtime_context_device: ::String
165
+ attr_accessor description: ::String
166
+ attr_accessor manifest_overrides_payload: Types::ManifestOverridesPayload
167
+ attr_accessor manifest_payload: Types::ManifestPayload
168
+ attr_accessor name: ::String
169
+ SENSITIVE: []
170
+ end
171
+
172
+ class DescribeApplicationInstanceRequest
173
+ attr_accessor application_instance_id: ::String
174
+ SENSITIVE: []
175
+ end
176
+
177
+ class DescribeApplicationInstanceResponse
178
+ attr_accessor application_instance_id: ::String
179
+ attr_accessor application_instance_id_to_replace: ::String
180
+ attr_accessor arn: ::String
181
+ attr_accessor created_time: ::Time
182
+ attr_accessor default_runtime_context_device: ::String
183
+ attr_accessor default_runtime_context_device_name: ::String
184
+ attr_accessor description: ::String
185
+ attr_accessor health_status: ("RUNNING" | "ERROR" | "NOT_AVAILABLE")
186
+ attr_accessor last_updated_time: ::Time
187
+ attr_accessor name: ::String
188
+ attr_accessor runtime_context_states: ::Array[Types::ReportedRuntimeContextState]
189
+ attr_accessor runtime_role_arn: ::String
190
+ attr_accessor status: ("DEPLOYMENT_PENDING" | "DEPLOYMENT_REQUESTED" | "DEPLOYMENT_IN_PROGRESS" | "DEPLOYMENT_ERROR" | "DEPLOYMENT_SUCCEEDED" | "REMOVAL_PENDING" | "REMOVAL_REQUESTED" | "REMOVAL_IN_PROGRESS" | "REMOVAL_FAILED" | "REMOVAL_SUCCEEDED" | "DEPLOYMENT_FAILED")
191
+ attr_accessor status_description: ::String
192
+ attr_accessor tags: ::Hash[::String, ::String]
193
+ SENSITIVE: []
194
+ end
195
+
196
+ class DescribeDeviceJobRequest
197
+ attr_accessor job_id: ::String
198
+ SENSITIVE: []
199
+ end
200
+
201
+ class DescribeDeviceJobResponse
202
+ attr_accessor created_time: ::Time
203
+ attr_accessor device_arn: ::String
204
+ attr_accessor device_id: ::String
205
+ attr_accessor device_name: ::String
206
+ attr_accessor device_type: ("PANORAMA_APPLIANCE_DEVELOPER_KIT" | "PANORAMA_APPLIANCE")
207
+ attr_accessor image_version: ::String
208
+ attr_accessor job_id: ::String
209
+ attr_accessor job_type: ("OTA" | "REBOOT")
210
+ attr_accessor status: ("PENDING" | "IN_PROGRESS" | "VERIFYING" | "REBOOTING" | "DOWNLOADING" | "COMPLETED" | "FAILED")
211
+ SENSITIVE: []
212
+ end
213
+
214
+ class DescribeDeviceRequest
215
+ attr_accessor device_id: ::String
216
+ SENSITIVE: []
217
+ end
218
+
219
+ class DescribeDeviceResponse
220
+ attr_accessor alternate_softwares: ::Array[Types::AlternateSoftwareMetadata]
221
+ attr_accessor arn: ::String
222
+ attr_accessor brand: ("AWS_PANORAMA" | "LENOVO")
223
+ attr_accessor created_time: ::Time
224
+ attr_accessor current_networking_status: Types::NetworkStatus
225
+ attr_accessor current_software: ::String
226
+ attr_accessor description: ::String
227
+ attr_accessor device_aggregated_status: ("ERROR" | "AWAITING_PROVISIONING" | "PENDING" | "FAILED" | "DELETING" | "ONLINE" | "OFFLINE" | "LEASE_EXPIRED" | "UPDATE_NEEDED" | "REBOOTING")
228
+ attr_accessor device_connection_status: ("ONLINE" | "OFFLINE" | "AWAITING_CREDENTIALS" | "NOT_AVAILABLE" | "ERROR")
229
+ attr_accessor device_id: ::String
230
+ attr_accessor latest_alternate_software: ::String
231
+ attr_accessor latest_device_job: Types::LatestDeviceJob
232
+ attr_accessor latest_software: ::String
233
+ attr_accessor lease_expiration_time: ::Time
234
+ attr_accessor name: ::String
235
+ attr_accessor networking_configuration: Types::NetworkPayload
236
+ attr_accessor provisioning_status: ("AWAITING_PROVISIONING" | "PENDING" | "SUCCEEDED" | "FAILED" | "ERROR" | "DELETING")
237
+ attr_accessor serial_number: ::String
238
+ attr_accessor tags: ::Hash[::String, ::String]
239
+ attr_accessor type: ("PANORAMA_APPLIANCE_DEVELOPER_KIT" | "PANORAMA_APPLIANCE")
240
+ SENSITIVE: []
241
+ end
242
+
243
+ class DescribeNodeFromTemplateJobRequest
244
+ attr_accessor job_id: ::String
245
+ SENSITIVE: []
246
+ end
247
+
248
+ class DescribeNodeFromTemplateJobResponse
249
+ attr_accessor created_time: ::Time
250
+ attr_accessor job_id: ::String
251
+ attr_accessor job_tags: ::Array[Types::JobResourceTags]
252
+ attr_accessor last_updated_time: ::Time
253
+ attr_accessor node_description: ::String
254
+ attr_accessor node_name: ::String
255
+ attr_accessor output_package_name: ::String
256
+ attr_accessor output_package_version: ::String
257
+ attr_accessor status: ("PENDING" | "SUCCEEDED" | "FAILED")
258
+ attr_accessor status_message: ::String
259
+ attr_accessor template_parameters: ::Hash[::String, ::String]
260
+ attr_accessor template_type: ("RTSP_CAMERA_STREAM")
261
+ SENSITIVE: []
262
+ end
263
+
264
+ class DescribeNodeRequest
265
+ attr_accessor node_id: ::String
266
+ attr_accessor owner_account: ::String
267
+ SENSITIVE: []
268
+ end
269
+
270
+ class DescribeNodeResponse
271
+ attr_accessor asset_name: ::String
272
+ attr_accessor category: ("BUSINESS_LOGIC" | "ML_MODEL" | "MEDIA_SOURCE" | "MEDIA_SINK")
273
+ attr_accessor created_time: ::Time
274
+ attr_accessor description: ::String
275
+ attr_accessor last_updated_time: ::Time
276
+ attr_accessor name: ::String
277
+ attr_accessor node_id: ::String
278
+ attr_accessor node_interface: Types::NodeInterface
279
+ attr_accessor owner_account: ::String
280
+ attr_accessor package_arn: ::String
281
+ attr_accessor package_id: ::String
282
+ attr_accessor package_name: ::String
283
+ attr_accessor package_version: ::String
284
+ attr_accessor patch_version: ::String
285
+ SENSITIVE: []
286
+ end
287
+
288
+ class DescribePackageImportJobRequest
289
+ attr_accessor job_id: ::String
290
+ SENSITIVE: []
291
+ end
292
+
293
+ class DescribePackageImportJobResponse
294
+ attr_accessor client_token: ::String
295
+ attr_accessor created_time: ::Time
296
+ attr_accessor input_config: Types::PackageImportJobInputConfig
297
+ attr_accessor job_id: ::String
298
+ attr_accessor job_tags: ::Array[Types::JobResourceTags]
299
+ attr_accessor job_type: ("NODE_PACKAGE_VERSION" | "MARKETPLACE_NODE_PACKAGE_VERSION")
300
+ attr_accessor last_updated_time: ::Time
301
+ attr_accessor output: Types::PackageImportJobOutput
302
+ attr_accessor output_config: Types::PackageImportJobOutputConfig
303
+ attr_accessor status: ("PENDING" | "SUCCEEDED" | "FAILED")
304
+ attr_accessor status_message: ::String
305
+ SENSITIVE: []
306
+ end
307
+
308
+ class DescribePackageRequest
309
+ attr_accessor package_id: ::String
310
+ SENSITIVE: []
311
+ end
312
+
313
+ class DescribePackageResponse
314
+ attr_accessor arn: ::String
315
+ attr_accessor created_time: ::Time
316
+ attr_accessor package_id: ::String
317
+ attr_accessor package_name: ::String
318
+ attr_accessor read_access_principal_arns: ::Array[::String]
319
+ attr_accessor storage_location: Types::StorageLocation
320
+ attr_accessor tags: ::Hash[::String, ::String]
321
+ attr_accessor write_access_principal_arns: ::Array[::String]
322
+ SENSITIVE: []
323
+ end
324
+
325
+ class DescribePackageVersionRequest
326
+ attr_accessor owner_account: ::String
327
+ attr_accessor package_id: ::String
328
+ attr_accessor package_version: ::String
329
+ attr_accessor patch_version: ::String
330
+ SENSITIVE: []
331
+ end
332
+
333
+ class DescribePackageVersionResponse
334
+ attr_accessor is_latest_patch: bool
335
+ attr_accessor owner_account: ::String
336
+ attr_accessor package_arn: ::String
337
+ attr_accessor package_id: ::String
338
+ attr_accessor package_name: ::String
339
+ attr_accessor package_version: ::String
340
+ attr_accessor patch_version: ::String
341
+ attr_accessor registered_time: ::Time
342
+ attr_accessor status: ("REGISTER_PENDING" | "REGISTER_COMPLETED" | "FAILED" | "DELETING")
343
+ attr_accessor status_description: ::String
344
+ SENSITIVE: []
345
+ end
346
+
347
+ class Device
348
+ attr_accessor brand: ("AWS_PANORAMA" | "LENOVO")
349
+ attr_accessor created_time: ::Time
350
+ attr_accessor current_software: ::String
351
+ attr_accessor description: ::String
352
+ attr_accessor device_aggregated_status: ("ERROR" | "AWAITING_PROVISIONING" | "PENDING" | "FAILED" | "DELETING" | "ONLINE" | "OFFLINE" | "LEASE_EXPIRED" | "UPDATE_NEEDED" | "REBOOTING")
353
+ attr_accessor device_id: ::String
354
+ attr_accessor last_updated_time: ::Time
355
+ attr_accessor latest_device_job: Types::LatestDeviceJob
356
+ attr_accessor lease_expiration_time: ::Time
357
+ attr_accessor name: ::String
358
+ attr_accessor provisioning_status: ("AWAITING_PROVISIONING" | "PENDING" | "SUCCEEDED" | "FAILED" | "ERROR" | "DELETING")
359
+ attr_accessor tags: ::Hash[::String, ::String]
360
+ attr_accessor type: ("PANORAMA_APPLIANCE_DEVELOPER_KIT" | "PANORAMA_APPLIANCE")
361
+ SENSITIVE: []
362
+ end
363
+
364
+ class DeviceJob
365
+ attr_accessor created_time: ::Time
366
+ attr_accessor device_id: ::String
367
+ attr_accessor device_name: ::String
368
+ attr_accessor job_id: ::String
369
+ attr_accessor job_type: ("OTA" | "REBOOT")
370
+ SENSITIVE: []
371
+ end
372
+
373
+ class DeviceJobConfig
374
+ attr_accessor ota_job_config: Types::OTAJobConfig
375
+ SENSITIVE: []
376
+ end
377
+
378
+ class EthernetPayload
379
+ attr_accessor connection_type: ("STATIC_IP" | "DHCP")
380
+ attr_accessor static_ip_connection_info: Types::StaticIpConnectionInfo
381
+ SENSITIVE: []
382
+ end
383
+
384
+ class EthernetStatus
385
+ attr_accessor connection_status: ("CONNECTED" | "NOT_CONNECTED" | "CONNECTING")
386
+ attr_accessor hw_address: ::String
387
+ attr_accessor ip_address: ::String
388
+ SENSITIVE: []
389
+ end
390
+
391
+ class InternalServerException
392
+ attr_accessor message: ::String
393
+ attr_accessor retry_after_seconds: ::Integer
394
+ SENSITIVE: []
395
+ end
396
+
397
+ class Job
398
+ attr_accessor device_id: ::String
399
+ attr_accessor job_id: ::String
400
+ SENSITIVE: []
401
+ end
402
+
403
+ class JobResourceTags
404
+ attr_accessor resource_type: ("PACKAGE")
405
+ attr_accessor tags: ::Hash[::String, ::String]
406
+ SENSITIVE: []
407
+ end
408
+
409
+ class LatestDeviceJob
410
+ attr_accessor image_version: ::String
411
+ attr_accessor job_type: ("OTA" | "REBOOT")
412
+ attr_accessor status: ("PENDING" | "IN_PROGRESS" | "VERIFYING" | "REBOOTING" | "DOWNLOADING" | "COMPLETED" | "FAILED")
413
+ SENSITIVE: []
414
+ end
415
+
416
+ class ListApplicationInstanceDependenciesRequest
417
+ attr_accessor application_instance_id: ::String
418
+ attr_accessor max_results: ::Integer
419
+ attr_accessor next_token: ::String
420
+ SENSITIVE: []
421
+ end
422
+
423
+ class ListApplicationInstanceDependenciesResponse
424
+ attr_accessor next_token: ::String
425
+ attr_accessor package_objects: ::Array[Types::PackageObject]
426
+ SENSITIVE: []
427
+ end
428
+
429
+ class ListApplicationInstanceNodeInstancesRequest
430
+ attr_accessor application_instance_id: ::String
431
+ attr_accessor max_results: ::Integer
432
+ attr_accessor next_token: ::String
433
+ SENSITIVE: []
434
+ end
435
+
436
+ class ListApplicationInstanceNodeInstancesResponse
437
+ attr_accessor next_token: ::String
438
+ attr_accessor node_instances: ::Array[Types::NodeInstance]
439
+ SENSITIVE: []
440
+ end
441
+
442
+ class ListApplicationInstancesRequest
443
+ attr_accessor device_id: ::String
444
+ attr_accessor max_results: ::Integer
445
+ attr_accessor next_token: ::String
446
+ attr_accessor status_filter: ("DEPLOYMENT_SUCCEEDED" | "DEPLOYMENT_ERROR" | "REMOVAL_SUCCEEDED" | "REMOVAL_FAILED" | "PROCESSING_DEPLOYMENT" | "PROCESSING_REMOVAL" | "DEPLOYMENT_FAILED")
447
+ SENSITIVE: []
448
+ end
449
+
450
+ class ListApplicationInstancesResponse
451
+ attr_accessor application_instances: ::Array[Types::ApplicationInstance]
452
+ attr_accessor next_token: ::String
453
+ SENSITIVE: []
454
+ end
455
+
456
+ class ListDevicesJobsRequest
457
+ attr_accessor device_id: ::String
458
+ attr_accessor max_results: ::Integer
459
+ attr_accessor next_token: ::String
460
+ SENSITIVE: []
461
+ end
462
+
463
+ class ListDevicesJobsResponse
464
+ attr_accessor device_jobs: ::Array[Types::DeviceJob]
465
+ attr_accessor next_token: ::String
466
+ SENSITIVE: []
467
+ end
468
+
469
+ class ListDevicesRequest
470
+ attr_accessor device_aggregated_status_filter: ("ERROR" | "AWAITING_PROVISIONING" | "PENDING" | "FAILED" | "DELETING" | "ONLINE" | "OFFLINE" | "LEASE_EXPIRED" | "UPDATE_NEEDED" | "REBOOTING")
471
+ attr_accessor max_results: ::Integer
472
+ attr_accessor name_filter: ::String
473
+ attr_accessor next_token: ::String
474
+ attr_accessor sort_by: ("DEVICE_ID" | "CREATED_TIME" | "NAME" | "DEVICE_AGGREGATED_STATUS")
475
+ attr_accessor sort_order: ("ASCENDING" | "DESCENDING")
476
+ SENSITIVE: []
477
+ end
478
+
479
+ class ListDevicesResponse
480
+ attr_accessor devices: ::Array[Types::Device]
481
+ attr_accessor next_token: ::String
482
+ SENSITIVE: []
483
+ end
484
+
485
+ class ListNodeFromTemplateJobsRequest
486
+ attr_accessor max_results: ::Integer
487
+ attr_accessor next_token: ::String
488
+ SENSITIVE: []
489
+ end
490
+
491
+ class ListNodeFromTemplateJobsResponse
492
+ attr_accessor next_token: ::String
493
+ attr_accessor node_from_template_jobs: ::Array[Types::NodeFromTemplateJob]
494
+ SENSITIVE: []
495
+ end
496
+
497
+ class ListNodesRequest
498
+ attr_accessor category: ("BUSINESS_LOGIC" | "ML_MODEL" | "MEDIA_SOURCE" | "MEDIA_SINK")
499
+ attr_accessor max_results: ::Integer
500
+ attr_accessor next_token: ::String
501
+ attr_accessor owner_account: ::String
502
+ attr_accessor package_name: ::String
503
+ attr_accessor package_version: ::String
504
+ attr_accessor patch_version: ::String
505
+ SENSITIVE: []
506
+ end
507
+
508
+ class ListNodesResponse
509
+ attr_accessor next_token: ::String
510
+ attr_accessor nodes: ::Array[Types::Node]
511
+ SENSITIVE: []
512
+ end
513
+
514
+ class ListPackageImportJobsRequest
515
+ attr_accessor max_results: ::Integer
516
+ attr_accessor next_token: ::String
517
+ SENSITIVE: []
518
+ end
519
+
520
+ class ListPackageImportJobsResponse
521
+ attr_accessor next_token: ::String
522
+ attr_accessor package_import_jobs: ::Array[Types::PackageImportJob]
523
+ SENSITIVE: []
524
+ end
525
+
526
+ class ListPackagesRequest
527
+ attr_accessor max_results: ::Integer
528
+ attr_accessor next_token: ::String
529
+ SENSITIVE: []
530
+ end
531
+
532
+ class ListPackagesResponse
533
+ attr_accessor next_token: ::String
534
+ attr_accessor packages: ::Array[Types::PackageListItem]
535
+ SENSITIVE: []
536
+ end
537
+
538
+ class ListTagsForResourceRequest
539
+ attr_accessor resource_arn: ::String
540
+ SENSITIVE: []
541
+ end
542
+
543
+ class ListTagsForResourceResponse
544
+ attr_accessor tags: ::Hash[::String, ::String]
545
+ SENSITIVE: []
546
+ end
547
+
548
+ class ManifestOverridesPayload
549
+ attr_accessor payload_data: ::String
550
+ attr_accessor unknown: untyped
551
+ SENSITIVE: []
552
+
553
+ class PayloadData < ManifestOverridesPayload
554
+ end
555
+ class Unknown < ManifestOverridesPayload
556
+ end
557
+ end
558
+
559
+ class ManifestPayload
560
+ attr_accessor payload_data: ::String
561
+ attr_accessor unknown: untyped
562
+ SENSITIVE: []
563
+
564
+ class PayloadData < ManifestPayload
565
+ end
566
+ class Unknown < ManifestPayload
567
+ end
568
+ end
569
+
570
+ class NetworkPayload
571
+ attr_accessor ethernet_0: Types::EthernetPayload
572
+ attr_accessor ethernet_1: Types::EthernetPayload
573
+ attr_accessor ntp: Types::NtpPayload
574
+ SENSITIVE: []
575
+ end
576
+
577
+ class NetworkStatus
578
+ attr_accessor ethernet_0_status: Types::EthernetStatus
579
+ attr_accessor ethernet_1_status: Types::EthernetStatus
580
+ attr_accessor last_updated_time: ::Time
581
+ attr_accessor ntp_status: Types::NtpStatus
582
+ SENSITIVE: []
583
+ end
584
+
585
+ class Node
586
+ attr_accessor category: ("BUSINESS_LOGIC" | "ML_MODEL" | "MEDIA_SOURCE" | "MEDIA_SINK")
587
+ attr_accessor created_time: ::Time
588
+ attr_accessor description: ::String
589
+ attr_accessor name: ::String
590
+ attr_accessor node_id: ::String
591
+ attr_accessor owner_account: ::String
592
+ attr_accessor package_arn: ::String
593
+ attr_accessor package_id: ::String
594
+ attr_accessor package_name: ::String
595
+ attr_accessor package_version: ::String
596
+ attr_accessor patch_version: ::String
597
+ SENSITIVE: []
598
+ end
599
+
600
+ class NodeFromTemplateJob
601
+ attr_accessor created_time: ::Time
602
+ attr_accessor job_id: ::String
603
+ attr_accessor node_name: ::String
604
+ attr_accessor status: ("PENDING" | "SUCCEEDED" | "FAILED")
605
+ attr_accessor status_message: ::String
606
+ attr_accessor template_type: ("RTSP_CAMERA_STREAM")
607
+ SENSITIVE: []
608
+ end
609
+
610
+ class NodeInputPort
611
+ attr_accessor default_value: ::String
612
+ attr_accessor description: ::String
613
+ attr_accessor max_connections: ::Integer
614
+ attr_accessor name: ::String
615
+ attr_accessor type: ("BOOLEAN" | "STRING" | "INT32" | "FLOAT32" | "MEDIA")
616
+ SENSITIVE: []
617
+ end
618
+
619
+ class NodeInstance
620
+ attr_accessor current_status: ("RUNNING" | "ERROR" | "NOT_AVAILABLE" | "PAUSED")
621
+ attr_accessor node_id: ::String
622
+ attr_accessor node_instance_id: ::String
623
+ attr_accessor node_name: ::String
624
+ attr_accessor package_name: ::String
625
+ attr_accessor package_patch_version: ::String
626
+ attr_accessor package_version: ::String
627
+ SENSITIVE: []
628
+ end
629
+
630
+ class NodeInterface
631
+ attr_accessor inputs: ::Array[Types::NodeInputPort]
632
+ attr_accessor outputs: ::Array[Types::NodeOutputPort]
633
+ SENSITIVE: []
634
+ end
635
+
636
+ class NodeOutputPort
637
+ attr_accessor description: ::String
638
+ attr_accessor name: ::String
639
+ attr_accessor type: ("BOOLEAN" | "STRING" | "INT32" | "FLOAT32" | "MEDIA")
640
+ SENSITIVE: []
641
+ end
642
+
643
+ class NodeSignal
644
+ attr_accessor node_instance_id: ::String
645
+ attr_accessor signal: ("PAUSE" | "RESUME")
646
+ SENSITIVE: []
647
+ end
648
+
649
+ class NtpPayload
650
+ attr_accessor ntp_servers: ::Array[::String]
651
+ SENSITIVE: []
652
+ end
653
+
654
+ class NtpStatus
655
+ attr_accessor connection_status: ("CONNECTED" | "NOT_CONNECTED" | "CONNECTING")
656
+ attr_accessor ip_address: ::String
657
+ attr_accessor ntp_server_name: ::String
658
+ SENSITIVE: []
659
+ end
660
+
661
+ class OTAJobConfig
662
+ attr_accessor allow_major_version_update: bool
663
+ attr_accessor image_version: ::String
664
+ SENSITIVE: []
665
+ end
666
+
667
+ class OutPutS3Location
668
+ attr_accessor bucket_name: ::String
669
+ attr_accessor object_key: ::String
670
+ SENSITIVE: []
671
+ end
672
+
673
+ class PackageImportJob
674
+ attr_accessor created_time: ::Time
675
+ attr_accessor job_id: ::String
676
+ attr_accessor job_type: ("NODE_PACKAGE_VERSION" | "MARKETPLACE_NODE_PACKAGE_VERSION")
677
+ attr_accessor last_updated_time: ::Time
678
+ attr_accessor status: ("PENDING" | "SUCCEEDED" | "FAILED")
679
+ attr_accessor status_message: ::String
680
+ SENSITIVE: []
681
+ end
682
+
683
+ class PackageImportJobInputConfig
684
+ attr_accessor package_version_input_config: Types::PackageVersionInputConfig
685
+ SENSITIVE: []
686
+ end
687
+
688
+ class PackageImportJobOutput
689
+ attr_accessor output_s3_location: Types::OutPutS3Location
690
+ attr_accessor package_id: ::String
691
+ attr_accessor package_version: ::String
692
+ attr_accessor patch_version: ::String
693
+ SENSITIVE: []
694
+ end
695
+
696
+ class PackageImportJobOutputConfig
697
+ attr_accessor package_version_output_config: Types::PackageVersionOutputConfig
698
+ SENSITIVE: []
699
+ end
700
+
701
+ class PackageListItem
702
+ attr_accessor arn: ::String
703
+ attr_accessor created_time: ::Time
704
+ attr_accessor package_id: ::String
705
+ attr_accessor package_name: ::String
706
+ attr_accessor tags: ::Hash[::String, ::String]
707
+ SENSITIVE: []
708
+ end
709
+
710
+ class PackageObject
711
+ attr_accessor name: ::String
712
+ attr_accessor package_version: ::String
713
+ attr_accessor patch_version: ::String
714
+ SENSITIVE: []
715
+ end
716
+
717
+ class PackageVersionInputConfig
718
+ attr_accessor s3_location: Types::S3Location
719
+ SENSITIVE: []
720
+ end
721
+
722
+ class PackageVersionOutputConfig
723
+ attr_accessor mark_latest: bool
724
+ attr_accessor package_name: ::String
725
+ attr_accessor package_version: ::String
726
+ SENSITIVE: []
727
+ end
728
+
729
+ class ProvisionDeviceRequest
730
+ attr_accessor description: ::String
731
+ attr_accessor name: ::String
732
+ attr_accessor networking_configuration: Types::NetworkPayload
733
+ attr_accessor tags: ::Hash[::String, ::String]
734
+ SENSITIVE: []
735
+ end
736
+
737
+ class ProvisionDeviceResponse
738
+ attr_accessor arn: ::String
739
+ attr_accessor certificates: ::String
740
+ attr_accessor device_id: ::String
741
+ attr_accessor iot_thing_name: ::String
742
+ attr_accessor status: ("AWAITING_PROVISIONING" | "PENDING" | "SUCCEEDED" | "FAILED" | "ERROR" | "DELETING")
743
+ SENSITIVE: []
744
+ end
745
+
746
+ class RegisterPackageVersionRequest
747
+ attr_accessor mark_latest: bool
748
+ attr_accessor owner_account: ::String
749
+ attr_accessor package_id: ::String
750
+ attr_accessor package_version: ::String
751
+ attr_accessor patch_version: ::String
752
+ SENSITIVE: []
753
+ end
754
+
755
+ class RegisterPackageVersionResponse < Aws::EmptyStructure
756
+ end
757
+
758
+ class RemoveApplicationInstanceRequest
759
+ attr_accessor application_instance_id: ::String
760
+ SENSITIVE: []
761
+ end
762
+
763
+ class RemoveApplicationInstanceResponse < Aws::EmptyStructure
764
+ end
765
+
766
+ class ReportedRuntimeContextState
767
+ attr_accessor desired_state: ("RUNNING" | "STOPPED" | "REMOVED")
768
+ attr_accessor device_reported_status: ("STOPPING" | "STOPPED" | "STOP_ERROR" | "REMOVAL_FAILED" | "REMOVAL_IN_PROGRESS" | "STARTING" | "RUNNING" | "INSTALL_ERROR" | "LAUNCHED" | "LAUNCH_ERROR" | "INSTALL_IN_PROGRESS")
769
+ attr_accessor device_reported_time: ::Time
770
+ attr_accessor runtime_context_name: ::String
771
+ SENSITIVE: []
772
+ end
773
+
774
+ class ResourceNotFoundException
775
+ attr_accessor message: ::String
776
+ attr_accessor resource_id: ::String
777
+ attr_accessor resource_type: ::String
778
+ SENSITIVE: []
779
+ end
780
+
781
+ class S3Location
782
+ attr_accessor bucket_name: ::String
783
+ attr_accessor object_key: ::String
784
+ attr_accessor region: ::String
785
+ SENSITIVE: []
786
+ end
787
+
788
+ class ServiceQuotaExceededException
789
+ attr_accessor message: ::String
790
+ attr_accessor quota_code: ::String
791
+ attr_accessor resource_id: ::String
792
+ attr_accessor resource_type: ::String
793
+ attr_accessor service_code: ::String
794
+ SENSITIVE: []
795
+ end
796
+
797
+ class SignalApplicationInstanceNodeInstancesRequest
798
+ attr_accessor application_instance_id: ::String
799
+ attr_accessor node_signals: ::Array[Types::NodeSignal]
800
+ SENSITIVE: []
801
+ end
802
+
803
+ class SignalApplicationInstanceNodeInstancesResponse
804
+ attr_accessor application_instance_id: ::String
805
+ SENSITIVE: []
806
+ end
807
+
808
+ class StaticIpConnectionInfo
809
+ attr_accessor default_gateway: ::String
810
+ attr_accessor dns: ::Array[::String]
811
+ attr_accessor ip_address: ::String
812
+ attr_accessor mask: ::String
813
+ SENSITIVE: []
814
+ end
815
+
816
+ class StorageLocation
817
+ attr_accessor binary_prefix_location: ::String
818
+ attr_accessor bucket: ::String
819
+ attr_accessor generated_prefix_location: ::String
820
+ attr_accessor manifest_prefix_location: ::String
821
+ attr_accessor repo_prefix_location: ::String
822
+ SENSITIVE: []
823
+ end
824
+
825
+ class TagResourceRequest
826
+ attr_accessor resource_arn: ::String
827
+ attr_accessor tags: ::Hash[::String, ::String]
828
+ SENSITIVE: []
829
+ end
830
+
831
+ class TagResourceResponse < Aws::EmptyStructure
832
+ end
833
+
834
+ class UntagResourceRequest
835
+ attr_accessor resource_arn: ::String
836
+ attr_accessor tag_keys: ::Array[::String]
837
+ SENSITIVE: []
838
+ end
839
+
840
+ class UntagResourceResponse < Aws::EmptyStructure
841
+ end
842
+
843
+ class UpdateDeviceMetadataRequest
844
+ attr_accessor description: ::String
845
+ attr_accessor device_id: ::String
846
+ SENSITIVE: []
847
+ end
848
+
849
+ class UpdateDeviceMetadataResponse
850
+ attr_accessor device_id: ::String
851
+ SENSITIVE: []
852
+ end
853
+
854
+ class ValidationException
855
+ attr_accessor error_arguments: ::Array[Types::ValidationExceptionErrorArgument]
856
+ attr_accessor error_id: ::String
857
+ attr_accessor fields: ::Array[Types::ValidationExceptionField]
858
+ attr_accessor message: ::String
859
+ attr_accessor reason: ("UNKNOWN_OPERATION" | "CANNOT_PARSE" | "FIELD_VALIDATION_FAILED" | "OTHER")
860
+ SENSITIVE: []
861
+ end
862
+
863
+ class ValidationExceptionErrorArgument
864
+ attr_accessor name: ::String
865
+ attr_accessor value: ::String
866
+ SENSITIVE: []
867
+ end
868
+
869
+ class ValidationExceptionField
870
+ attr_accessor message: ::String
871
+ attr_accessor name: ::String
872
+ SENSITIVE: []
873
+ end
874
+ end
875
+ end