aws-sdk-iotmanagedintegrations 1.0.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
data/sig/types.rbs ADDED
@@ -0,0 +1,1045 @@
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::IoTManagedIntegrations
9
+ module Types
10
+
11
+ class AbortConfigCriteria
12
+ attr_accessor action: ("CANCEL")
13
+ attr_accessor failure_type: ("FAILED" | "REJECTED" | "TIMED_OUT" | "ALL")
14
+ attr_accessor min_number_of_executed_things: ::Integer
15
+ attr_accessor threshold_percentage: ::Float
16
+ SENSITIVE: []
17
+ end
18
+
19
+ class AccessDeniedException
20
+ attr_accessor message: ::String
21
+ SENSITIVE: []
22
+ end
23
+
24
+ class CapabilityAction
25
+ attr_accessor name: ::String
26
+ attr_accessor ref: ::String
27
+ attr_accessor action_trace_id: ::String
28
+ attr_accessor parameters: untyped
29
+ SENSITIVE: [:parameters]
30
+ end
31
+
32
+ class CapabilityReport
33
+ attr_accessor version: ::String
34
+ attr_accessor node_id: ::String
35
+ attr_accessor endpoints: ::Array[Types::CapabilityReportEndpoint]
36
+ SENSITIVE: []
37
+ end
38
+
39
+ class CapabilityReportCapability
40
+ attr_accessor id: ::String
41
+ attr_accessor name: ::String
42
+ attr_accessor version: ::String
43
+ attr_accessor properties: ::Array[::String]
44
+ attr_accessor actions: ::Array[::String]
45
+ attr_accessor events: ::Array[::String]
46
+ SENSITIVE: []
47
+ end
48
+
49
+ class CapabilityReportEndpoint
50
+ attr_accessor id: ::String
51
+ attr_accessor device_types: ::Array[::String]
52
+ attr_accessor capabilities: ::Array[Types::CapabilityReportCapability]
53
+ SENSITIVE: []
54
+ end
55
+
56
+ class CommandCapability
57
+ attr_accessor id: ::String
58
+ attr_accessor name: ::String
59
+ attr_accessor version: ::String
60
+ attr_accessor actions: ::Array[Types::CapabilityAction]
61
+ SENSITIVE: []
62
+ end
63
+
64
+ class CommandEndpoint
65
+ attr_accessor endpoint_id: ::String
66
+ attr_accessor capabilities: ::Array[Types::CommandCapability]
67
+ SENSITIVE: []
68
+ end
69
+
70
+ class ConfigurationError
71
+ attr_accessor code: ::String
72
+ attr_accessor message: ::String
73
+ SENSITIVE: []
74
+ end
75
+
76
+ class ConfigurationStatus
77
+ attr_accessor error: Types::ConfigurationError
78
+ attr_accessor state: ("ENABLED" | "UPDATE_IN_PROGRESS" | "UPDATE_FAILED")
79
+ SENSITIVE: []
80
+ end
81
+
82
+ class ConflictException
83
+ attr_accessor message: ::String
84
+ SENSITIVE: []
85
+ end
86
+
87
+ class CreateCredentialLockerRequest
88
+ attr_accessor name: ::String
89
+ attr_accessor client_token: ::String
90
+ attr_accessor tags: ::Hash[::String, ::String]
91
+ SENSITIVE: [:name, :tags]
92
+ end
93
+
94
+ class CreateCredentialLockerResponse
95
+ attr_accessor id: ::String
96
+ attr_accessor arn: ::String
97
+ attr_accessor created_at: ::Time
98
+ SENSITIVE: []
99
+ end
100
+
101
+ class CreateDestinationRequest
102
+ attr_accessor delivery_destination_arn: ::String
103
+ attr_accessor delivery_destination_type: ("KINESIS")
104
+ attr_accessor name: ::String
105
+ attr_accessor role_arn: ::String
106
+ attr_accessor client_token: ::String
107
+ attr_accessor description: ::String
108
+ attr_accessor tags: ::Hash[::String, ::String]
109
+ SENSITIVE: [:tags]
110
+ end
111
+
112
+ class CreateDestinationResponse
113
+ attr_accessor name: ::String
114
+ SENSITIVE: []
115
+ end
116
+
117
+ class CreateEventLogConfigurationRequest
118
+ attr_accessor resource_type: ::String
119
+ attr_accessor resource_id: ::String
120
+ attr_accessor event_log_level: ("DEBUG" | "ERROR" | "INFO" | "WARN")
121
+ attr_accessor client_token: ::String
122
+ SENSITIVE: []
123
+ end
124
+
125
+ class CreateEventLogConfigurationResponse
126
+ attr_accessor id: ::String
127
+ SENSITIVE: []
128
+ end
129
+
130
+ class CreateManagedThingRequest
131
+ attr_accessor role: ("CONTROLLER" | "DEVICE")
132
+ attr_accessor owner: ::String
133
+ attr_accessor credential_locker_id: ::String
134
+ attr_accessor authentication_material: ::String
135
+ attr_accessor authentication_material_type: ("WIFI_SETUP_QR_BAR_CODE" | "ZWAVE_QR_BAR_CODE" | "ZIGBEE_QR_BAR_CODE")
136
+ attr_accessor serial_number: ::String
137
+ attr_accessor brand: ::String
138
+ attr_accessor model: ::String
139
+ attr_accessor name: ::String
140
+ attr_accessor capability_report: Types::CapabilityReport
141
+ attr_accessor capabilities: ::String
142
+ attr_accessor client_token: ::String
143
+ attr_accessor classification: ::String
144
+ attr_accessor tags: ::Hash[::String, ::String]
145
+ attr_accessor meta_data: ::Hash[::String, ::String]
146
+ SENSITIVE: [:owner, :authentication_material, :serial_number, :brand, :model, :classification, :tags]
147
+ end
148
+
149
+ class CreateManagedThingResponse
150
+ attr_accessor id: ::String
151
+ attr_accessor arn: ::String
152
+ attr_accessor created_at: ::Time
153
+ SENSITIVE: []
154
+ end
155
+
156
+ class CreateNotificationConfigurationRequest
157
+ attr_accessor event_type: ("DEVICE_COMMAND" | "DEVICE_COMMAND_REQUEST" | "DEVICE_EVENT" | "DEVICE_LIFE_CYCLE" | "DEVICE_STATE" | "DEVICE_OTA" | "CONNECTOR_ASSOCIATION" | "CONNECTOR_ERROR_REPORT")
158
+ attr_accessor destination_name: ::String
159
+ attr_accessor client_token: ::String
160
+ attr_accessor tags: ::Hash[::String, ::String]
161
+ SENSITIVE: [:tags]
162
+ end
163
+
164
+ class CreateNotificationConfigurationResponse
165
+ attr_accessor event_type: ("DEVICE_COMMAND" | "DEVICE_COMMAND_REQUEST" | "DEVICE_EVENT" | "DEVICE_LIFE_CYCLE" | "DEVICE_STATE" | "DEVICE_OTA" | "CONNECTOR_ASSOCIATION" | "CONNECTOR_ERROR_REPORT")
166
+ SENSITIVE: []
167
+ end
168
+
169
+ class CreateOtaTaskConfigurationRequest
170
+ attr_accessor description: ::String
171
+ attr_accessor name: ::String
172
+ attr_accessor push_config: Types::PushConfig
173
+ attr_accessor client_token: ::String
174
+ SENSITIVE: [:name]
175
+ end
176
+
177
+ class CreateOtaTaskConfigurationResponse
178
+ attr_accessor task_configuration_id: ::String
179
+ SENSITIVE: []
180
+ end
181
+
182
+ class CreateOtaTaskRequest
183
+ attr_accessor description: ::String
184
+ attr_accessor s3_url: ::String
185
+ attr_accessor protocol: ("HTTP")
186
+ attr_accessor target: ::Array[::String]
187
+ attr_accessor task_configuration_id: ::String
188
+ attr_accessor ota_mechanism: ("PUSH")
189
+ attr_accessor ota_type: ("ONE_TIME" | "CONTINUOUS")
190
+ attr_accessor ota_target_query_string: ::String
191
+ attr_accessor client_token: ::String
192
+ attr_accessor ota_scheduling_config: Types::OtaTaskSchedulingConfig
193
+ attr_accessor ota_task_execution_retry_config: Types::OtaTaskExecutionRetryConfig
194
+ attr_accessor tags: ::Hash[::String, ::String]
195
+ SENSITIVE: [:tags]
196
+ end
197
+
198
+ class CreateOtaTaskResponse
199
+ attr_accessor task_id: ::String
200
+ attr_accessor task_arn: ::String
201
+ attr_accessor description: ::String
202
+ SENSITIVE: []
203
+ end
204
+
205
+ class CreateProvisioningProfileRequest
206
+ attr_accessor provisioning_type: ("FLEET_PROVISIONING" | "JITR")
207
+ attr_accessor ca_certificate: ::String
208
+ attr_accessor name: ::String
209
+ attr_accessor client_token: ::String
210
+ attr_accessor tags: ::Hash[::String, ::String]
211
+ SENSITIVE: [:ca_certificate, :tags]
212
+ end
213
+
214
+ class CreateProvisioningProfileResponse
215
+ attr_accessor arn: ::String
216
+ attr_accessor name: ::String
217
+ attr_accessor provisioning_type: ("FLEET_PROVISIONING" | "JITR")
218
+ attr_accessor id: ::String
219
+ attr_accessor claim_certificate: ::String
220
+ attr_accessor claim_certificate_private_key: ::String
221
+ SENSITIVE: [:claim_certificate, :claim_certificate_private_key]
222
+ end
223
+
224
+ class CredentialLockerSummary
225
+ attr_accessor id: ::String
226
+ attr_accessor arn: ::String
227
+ attr_accessor name: ::String
228
+ attr_accessor created_at: ::Time
229
+ SENSITIVE: [:name]
230
+ end
231
+
232
+ class DeleteCredentialLockerRequest
233
+ attr_accessor identifier: ::String
234
+ SENSITIVE: []
235
+ end
236
+
237
+ class DeleteDestinationRequest
238
+ attr_accessor name: ::String
239
+ SENSITIVE: []
240
+ end
241
+
242
+ class DeleteEventLogConfigurationRequest
243
+ attr_accessor id: ::String
244
+ SENSITIVE: []
245
+ end
246
+
247
+ class DeleteManagedThingRequest
248
+ attr_accessor identifier: ::String
249
+ attr_accessor force: bool
250
+ SENSITIVE: []
251
+ end
252
+
253
+ class DeleteNotificationConfigurationRequest
254
+ attr_accessor event_type: ("DEVICE_COMMAND" | "DEVICE_COMMAND_REQUEST" | "DEVICE_EVENT" | "DEVICE_LIFE_CYCLE" | "DEVICE_STATE" | "DEVICE_OTA" | "CONNECTOR_ASSOCIATION" | "CONNECTOR_ERROR_REPORT")
255
+ SENSITIVE: []
256
+ end
257
+
258
+ class DeleteOtaTaskConfigurationRequest
259
+ attr_accessor identifier: ::String
260
+ SENSITIVE: []
261
+ end
262
+
263
+ class DeleteOtaTaskRequest
264
+ attr_accessor identifier: ::String
265
+ SENSITIVE: []
266
+ end
267
+
268
+ class DeleteProvisioningProfileRequest
269
+ attr_accessor identifier: ::String
270
+ SENSITIVE: []
271
+ end
272
+
273
+ class DestinationSummary
274
+ attr_accessor description: ::String
275
+ attr_accessor delivery_destination_arn: ::String
276
+ attr_accessor delivery_destination_type: ("KINESIS")
277
+ attr_accessor name: ::String
278
+ attr_accessor role_arn: ::String
279
+ SENSITIVE: []
280
+ end
281
+
282
+ class EventLogConfigurationSummary
283
+ attr_accessor id: ::String
284
+ attr_accessor resource_type: ::String
285
+ attr_accessor resource_id: ::String
286
+ attr_accessor event_log_level: ("DEBUG" | "ERROR" | "INFO" | "WARN")
287
+ SENSITIVE: []
288
+ end
289
+
290
+ class ExponentialRolloutRate
291
+ attr_accessor base_rate_per_minute: ::Integer
292
+ attr_accessor increment_factor: ::Float
293
+ attr_accessor rate_increase_criteria: Types::RolloutRateIncreaseCriteria
294
+ SENSITIVE: []
295
+ end
296
+
297
+ class GetCredentialLockerRequest
298
+ attr_accessor identifier: ::String
299
+ SENSITIVE: []
300
+ end
301
+
302
+ class GetCredentialLockerResponse
303
+ attr_accessor id: ::String
304
+ attr_accessor arn: ::String
305
+ attr_accessor name: ::String
306
+ attr_accessor created_at: ::Time
307
+ attr_accessor tags: ::Hash[::String, ::String]
308
+ SENSITIVE: [:name, :tags]
309
+ end
310
+
311
+ class GetCustomEndpointRequest < Aws::EmptyStructure
312
+ end
313
+
314
+ class GetCustomEndpointResponse
315
+ attr_accessor endpoint_address: ::String
316
+ SENSITIVE: []
317
+ end
318
+
319
+ class GetDefaultEncryptionConfigurationRequest < Aws::EmptyStructure
320
+ end
321
+
322
+ class GetDefaultEncryptionConfigurationResponse
323
+ attr_accessor configuration_status: Types::ConfigurationStatus
324
+ attr_accessor encryption_type: ("MANAGED_INTEGRATIONS_DEFAULT_ENCRYPTION" | "CUSTOMER_KEY_ENCRYPTION")
325
+ attr_accessor kms_key_arn: ::String
326
+ SENSITIVE: []
327
+ end
328
+
329
+ class GetDestinationRequest
330
+ attr_accessor name: ::String
331
+ SENSITIVE: []
332
+ end
333
+
334
+ class GetDestinationResponse
335
+ attr_accessor description: ::String
336
+ attr_accessor delivery_destination_arn: ::String
337
+ attr_accessor delivery_destination_type: ("KINESIS")
338
+ attr_accessor name: ::String
339
+ attr_accessor role_arn: ::String
340
+ attr_accessor created_at: ::Time
341
+ attr_accessor updated_at: ::Time
342
+ attr_accessor tags: ::Hash[::String, ::String]
343
+ SENSITIVE: [:tags]
344
+ end
345
+
346
+ class GetDeviceDiscoveryRequest
347
+ attr_accessor identifier: ::String
348
+ SENSITIVE: []
349
+ end
350
+
351
+ class GetDeviceDiscoveryResponse
352
+ attr_accessor id: ::String
353
+ attr_accessor arn: ::String
354
+ attr_accessor discovery_type: ("ZWAVE" | "ZIGBEE" | "CLOUD")
355
+ attr_accessor status: ("RUNNING" | "SUCCEEDED" | "FAILED" | "TIMED_OUT")
356
+ attr_accessor started_at: ::Time
357
+ attr_accessor controller_id: ::String
358
+ attr_accessor connector_association_id: ::String
359
+ attr_accessor finished_at: ::Time
360
+ attr_accessor tags: ::Hash[::String, ::String]
361
+ SENSITIVE: [:tags]
362
+ end
363
+
364
+ class GetEventLogConfigurationRequest
365
+ attr_accessor id: ::String
366
+ SENSITIVE: []
367
+ end
368
+
369
+ class GetEventLogConfigurationResponse
370
+ attr_accessor id: ::String
371
+ attr_accessor resource_type: ::String
372
+ attr_accessor resource_id: ::String
373
+ attr_accessor event_log_level: ("DEBUG" | "ERROR" | "INFO" | "WARN")
374
+ SENSITIVE: []
375
+ end
376
+
377
+ class GetHubConfigurationRequest < Aws::EmptyStructure
378
+ end
379
+
380
+ class GetHubConfigurationResponse
381
+ attr_accessor hub_token_timer_expiry_setting_in_seconds: ::Integer
382
+ attr_accessor updated_at: ::Time
383
+ SENSITIVE: []
384
+ end
385
+
386
+ class GetManagedThingCapabilitiesRequest
387
+ attr_accessor identifier: ::String
388
+ SENSITIVE: []
389
+ end
390
+
391
+ class GetManagedThingCapabilitiesResponse
392
+ attr_accessor managed_thing_id: ::String
393
+ attr_accessor capabilities: ::String
394
+ attr_accessor capability_report: Types::CapabilityReport
395
+ SENSITIVE: []
396
+ end
397
+
398
+ class GetManagedThingConnectivityDataRequest
399
+ attr_accessor identifier: ::String
400
+ SENSITIVE: []
401
+ end
402
+
403
+ class GetManagedThingConnectivityDataResponse
404
+ attr_accessor managed_thing_id: ::String
405
+ attr_accessor connected: bool
406
+ attr_accessor timestamp: ::Time
407
+ attr_accessor disconnect_reason: ("AUTH_ERROR" | "CLIENT_INITIATED_DISCONNECT" | "CLIENT_ERROR" | "CONNECTION_LOST" | "DUPLICATE_CLIENTID" | "FORBIDDEN_ACCESS" | "MQTT_KEEP_ALIVE_TIMEOUT" | "SERVER_ERROR" | "SERVER_INITIATED_DISCONNECT" | "THROTTLED" | "WEBSOCKET_TTL_EXPIRATION" | "CUSTOMAUTH_TTL_EXPIRATION" | "UNKNOWN" | "NONE")
408
+ SENSITIVE: []
409
+ end
410
+
411
+ class GetManagedThingMetaDataRequest
412
+ attr_accessor identifier: ::String
413
+ SENSITIVE: []
414
+ end
415
+
416
+ class GetManagedThingMetaDataResponse
417
+ attr_accessor managed_thing_id: ::String
418
+ attr_accessor meta_data: ::Hash[::String, ::String]
419
+ SENSITIVE: []
420
+ end
421
+
422
+ class GetManagedThingRequest
423
+ attr_accessor identifier: ::String
424
+ SENSITIVE: []
425
+ end
426
+
427
+ class GetManagedThingResponse
428
+ attr_accessor id: ::String
429
+ attr_accessor arn: ::String
430
+ attr_accessor owner: ::String
431
+ attr_accessor credential_locker_id: ::String
432
+ attr_accessor advertised_product_id: ::String
433
+ attr_accessor role: ("CONTROLLER" | "DEVICE")
434
+ attr_accessor provisioning_status: ("UNASSOCIATED" | "PRE_ASSOCIATED" | "DISCOVERED" | "ACTIVATED" | "DELETION_FAILED" | "DELETE_IN_PROGRESS" | "ISOLATED" | "DELETED")
435
+ attr_accessor name: ::String
436
+ attr_accessor model: ::String
437
+ attr_accessor brand: ::String
438
+ attr_accessor serial_number: ::String
439
+ attr_accessor universal_product_code: ::String
440
+ attr_accessor international_article_number: ::String
441
+ attr_accessor connector_policy_id: ::String
442
+ attr_accessor connector_device_id: ::String
443
+ attr_accessor device_specific_key: ::String
444
+ attr_accessor mac_address: ::String
445
+ attr_accessor parent_controller_id: ::String
446
+ attr_accessor classification: ::String
447
+ attr_accessor created_at: ::Time
448
+ attr_accessor updated_at: ::Time
449
+ attr_accessor activated_at: ::Time
450
+ attr_accessor hub_network_mode: ("STANDARD" | "NETWORK_WIDE_EXCLUSION")
451
+ attr_accessor meta_data: ::Hash[::String, ::String]
452
+ attr_accessor tags: ::Hash[::String, ::String]
453
+ SENSITIVE: [:owner, :model, :brand, :serial_number, :universal_product_code, :international_article_number, :connector_device_id, :device_specific_key, :mac_address, :classification, :tags]
454
+ end
455
+
456
+ class GetManagedThingStateRequest
457
+ attr_accessor managed_thing_id: ::String
458
+ SENSITIVE: []
459
+ end
460
+
461
+ class GetManagedThingStateResponse
462
+ attr_accessor endpoints: ::Array[Types::StateEndpoint]
463
+ SENSITIVE: []
464
+ end
465
+
466
+ class GetNotificationConfigurationRequest
467
+ attr_accessor event_type: ("DEVICE_COMMAND" | "DEVICE_COMMAND_REQUEST" | "DEVICE_EVENT" | "DEVICE_LIFE_CYCLE" | "DEVICE_STATE" | "DEVICE_OTA" | "CONNECTOR_ASSOCIATION" | "CONNECTOR_ERROR_REPORT")
468
+ SENSITIVE: []
469
+ end
470
+
471
+ class GetNotificationConfigurationResponse
472
+ attr_accessor event_type: ("DEVICE_COMMAND" | "DEVICE_COMMAND_REQUEST" | "DEVICE_EVENT" | "DEVICE_LIFE_CYCLE" | "DEVICE_STATE" | "DEVICE_OTA" | "CONNECTOR_ASSOCIATION" | "CONNECTOR_ERROR_REPORT")
473
+ attr_accessor destination_name: ::String
474
+ attr_accessor created_at: ::Time
475
+ attr_accessor updated_at: ::Time
476
+ attr_accessor tags: ::Hash[::String, ::String]
477
+ SENSITIVE: [:tags]
478
+ end
479
+
480
+ class GetOtaTaskConfigurationRequest
481
+ attr_accessor identifier: ::String
482
+ SENSITIVE: []
483
+ end
484
+
485
+ class GetOtaTaskConfigurationResponse
486
+ attr_accessor task_configuration_id: ::String
487
+ attr_accessor name: ::String
488
+ attr_accessor push_config: Types::PushConfig
489
+ attr_accessor description: ::String
490
+ attr_accessor created_at: ::Time
491
+ SENSITIVE: [:name]
492
+ end
493
+
494
+ class GetOtaTaskRequest
495
+ attr_accessor identifier: ::String
496
+ SENSITIVE: []
497
+ end
498
+
499
+ class GetOtaTaskResponse
500
+ attr_accessor task_id: ::String
501
+ attr_accessor task_arn: ::String
502
+ attr_accessor description: ::String
503
+ attr_accessor s3_url: ::String
504
+ attr_accessor protocol: ("HTTP")
505
+ attr_accessor ota_type: ("ONE_TIME" | "CONTINUOUS")
506
+ attr_accessor ota_target_query_string: ::String
507
+ attr_accessor ota_mechanism: ("PUSH")
508
+ attr_accessor target: ::Array[::String]
509
+ attr_accessor created_at: ::Time
510
+ attr_accessor last_updated_at: ::Time
511
+ attr_accessor task_configuration_id: ::String
512
+ attr_accessor task_processing_details: Types::TaskProcessingDetails
513
+ attr_accessor ota_scheduling_config: Types::OtaTaskSchedulingConfig
514
+ attr_accessor ota_task_execution_retry_config: Types::OtaTaskExecutionRetryConfig
515
+ attr_accessor status: ("IN_PROGRESS" | "CANCELED" | "COMPLETED" | "DELETION_IN_PROGRESS" | "SCHEDULED")
516
+ SENSITIVE: []
517
+ end
518
+
519
+ class GetProvisioningProfileRequest
520
+ attr_accessor identifier: ::String
521
+ SENSITIVE: []
522
+ end
523
+
524
+ class GetProvisioningProfileResponse
525
+ attr_accessor arn: ::String
526
+ attr_accessor name: ::String
527
+ attr_accessor provisioning_type: ("FLEET_PROVISIONING" | "JITR")
528
+ attr_accessor id: ::String
529
+ attr_accessor claim_certificate: ::String
530
+ attr_accessor tags: ::Hash[::String, ::String]
531
+ SENSITIVE: [:claim_certificate, :tags]
532
+ end
533
+
534
+ class GetRuntimeLogConfigurationRequest
535
+ attr_accessor managed_thing_id: ::String
536
+ SENSITIVE: []
537
+ end
538
+
539
+ class GetRuntimeLogConfigurationResponse
540
+ attr_accessor managed_thing_id: ::String
541
+ attr_accessor runtime_log_configurations: Types::RuntimeLogConfigurations
542
+ SENSITIVE: []
543
+ end
544
+
545
+ class GetSchemaVersionRequest
546
+ attr_accessor type: ("capability" | "definition")
547
+ attr_accessor schema_versioned_id: ::String
548
+ attr_accessor format: ("AWS" | "ZCL" | "CONNECTOR")
549
+ SENSITIVE: []
550
+ end
551
+
552
+ class GetSchemaVersionResponse
553
+ attr_accessor schema_id: ::String
554
+ attr_accessor type: ("capability" | "definition")
555
+ attr_accessor description: ::String
556
+ attr_accessor namespace: ::String
557
+ attr_accessor semantic_version: ::String
558
+ attr_accessor visibility: ("PUBLIC" | "PRIVATE")
559
+ attr_accessor schema: untyped
560
+ SENSITIVE: []
561
+ end
562
+
563
+ class InternalFailureException
564
+ attr_accessor message: ::String
565
+ SENSITIVE: []
566
+ end
567
+
568
+ class InternalServerException
569
+ attr_accessor message: ::String
570
+ SENSITIVE: []
571
+ end
572
+
573
+ class ListCredentialLockersRequest
574
+ attr_accessor next_token: ::String
575
+ attr_accessor max_results: ::Integer
576
+ SENSITIVE: []
577
+ end
578
+
579
+ class ListCredentialLockersResponse
580
+ attr_accessor items: ::Array[Types::CredentialLockerSummary]
581
+ attr_accessor next_token: ::String
582
+ SENSITIVE: []
583
+ end
584
+
585
+ class ListDestinationsRequest
586
+ attr_accessor next_token: ::String
587
+ attr_accessor max_results: ::Integer
588
+ SENSITIVE: []
589
+ end
590
+
591
+ class ListDestinationsResponse
592
+ attr_accessor destination_list: ::Array[Types::DestinationSummary]
593
+ attr_accessor next_token: ::String
594
+ SENSITIVE: []
595
+ end
596
+
597
+ class ListEventLogConfigurationsRequest
598
+ attr_accessor next_token: ::String
599
+ attr_accessor max_results: ::Integer
600
+ SENSITIVE: []
601
+ end
602
+
603
+ class ListEventLogConfigurationsResponse
604
+ attr_accessor event_log_configuration_list: ::Array[Types::EventLogConfigurationSummary]
605
+ attr_accessor next_token: ::String
606
+ SENSITIVE: []
607
+ end
608
+
609
+ class ListManagedThingSchemasRequest
610
+ attr_accessor identifier: ::String
611
+ attr_accessor endpoint_id_filter: ::String
612
+ attr_accessor capability_id_filter: ::String
613
+ attr_accessor next_token: ::String
614
+ attr_accessor max_results: ::Integer
615
+ SENSITIVE: []
616
+ end
617
+
618
+ class ListManagedThingSchemasResponse
619
+ attr_accessor items: ::Array[Types::ManagedThingSchemaListItem]
620
+ attr_accessor next_token: ::String
621
+ SENSITIVE: []
622
+ end
623
+
624
+ class ListManagedThingsRequest
625
+ attr_accessor owner_filter: ::String
626
+ attr_accessor credential_locker_filter: ::String
627
+ attr_accessor role_filter: ("CONTROLLER" | "DEVICE")
628
+ attr_accessor parent_controller_identifier_filter: ::String
629
+ attr_accessor connector_policy_id_filter: ::String
630
+ attr_accessor serial_number_filter: ::String
631
+ attr_accessor provisioning_status_filter: ("UNASSOCIATED" | "PRE_ASSOCIATED" | "DISCOVERED" | "ACTIVATED" | "DELETION_FAILED" | "DELETE_IN_PROGRESS" | "ISOLATED" | "DELETED")
632
+ attr_accessor next_token: ::String
633
+ attr_accessor max_results: ::Integer
634
+ SENSITIVE: [:owner_filter, :serial_number_filter]
635
+ end
636
+
637
+ class ListManagedThingsResponse
638
+ attr_accessor items: ::Array[Types::ManagedThingSummary]
639
+ attr_accessor next_token: ::String
640
+ SENSITIVE: []
641
+ end
642
+
643
+ class ListNotificationConfigurationsRequest
644
+ attr_accessor max_results: ::Integer
645
+ attr_accessor next_token: ::String
646
+ SENSITIVE: []
647
+ end
648
+
649
+ class ListNotificationConfigurationsResponse
650
+ attr_accessor notification_configuration_list: ::Array[Types::NotificationConfigurationSummary]
651
+ attr_accessor next_token: ::String
652
+ SENSITIVE: []
653
+ end
654
+
655
+ class ListOtaTaskConfigurationsRequest
656
+ attr_accessor next_token: ::String
657
+ attr_accessor max_results: ::Integer
658
+ SENSITIVE: []
659
+ end
660
+
661
+ class ListOtaTaskConfigurationsResponse
662
+ attr_accessor items: ::Array[Types::OtaTaskConfigurationSummary]
663
+ attr_accessor next_token: ::String
664
+ SENSITIVE: []
665
+ end
666
+
667
+ class ListOtaTaskExecutionsRequest
668
+ attr_accessor identifier: ::String
669
+ attr_accessor next_token: ::String
670
+ attr_accessor max_results: ::Integer
671
+ SENSITIVE: []
672
+ end
673
+
674
+ class ListOtaTaskExecutionsResponse
675
+ attr_accessor execution_summaries: ::Array[Types::OtaTaskExecutionSummaries]
676
+ attr_accessor next_token: ::String
677
+ SENSITIVE: []
678
+ end
679
+
680
+ class ListOtaTasksRequest
681
+ attr_accessor next_token: ::String
682
+ attr_accessor max_results: ::Integer
683
+ SENSITIVE: []
684
+ end
685
+
686
+ class ListOtaTasksResponse
687
+ attr_accessor tasks: ::Array[Types::OtaTaskSummary]
688
+ attr_accessor next_token: ::String
689
+ SENSITIVE: []
690
+ end
691
+
692
+ class ListProvisioningProfilesRequest
693
+ attr_accessor next_token: ::String
694
+ attr_accessor max_results: ::Integer
695
+ SENSITIVE: []
696
+ end
697
+
698
+ class ListProvisioningProfilesResponse
699
+ attr_accessor items: ::Array[Types::ProvisioningProfileSummary]
700
+ attr_accessor next_token: ::String
701
+ SENSITIVE: []
702
+ end
703
+
704
+ class ListSchemaVersionsRequest
705
+ attr_accessor type: ("capability" | "definition")
706
+ attr_accessor max_results: ::Integer
707
+ attr_accessor next_token: ::String
708
+ attr_accessor schema_id: ::String
709
+ attr_accessor namespace: ::String
710
+ attr_accessor visibility: ("PUBLIC" | "PRIVATE")
711
+ attr_accessor semantic_version: ::String
712
+ SENSITIVE: []
713
+ end
714
+
715
+ class ListSchemaVersionsResponse
716
+ attr_accessor items: ::Array[Types::SchemaVersionListItem]
717
+ attr_accessor next_token: ::String
718
+ SENSITIVE: []
719
+ end
720
+
721
+ class ManagedThingSchemaListItem
722
+ attr_accessor endpoint_id: ::String
723
+ attr_accessor capability_id: ::String
724
+ attr_accessor schema: untyped
725
+ SENSITIVE: []
726
+ end
727
+
728
+ class ManagedThingSummary
729
+ attr_accessor id: ::String
730
+ attr_accessor arn: ::String
731
+ attr_accessor advertised_product_id: ::String
732
+ attr_accessor brand: ::String
733
+ attr_accessor classification: ::String
734
+ attr_accessor connector_device_id: ::String
735
+ attr_accessor connector_policy_id: ::String
736
+ attr_accessor model: ::String
737
+ attr_accessor name: ::String
738
+ attr_accessor owner: ::String
739
+ attr_accessor credential_locker_id: ::String
740
+ attr_accessor parent_controller_id: ::String
741
+ attr_accessor provisioning_status: ("UNASSOCIATED" | "PRE_ASSOCIATED" | "DISCOVERED" | "ACTIVATED" | "DELETION_FAILED" | "DELETE_IN_PROGRESS" | "ISOLATED" | "DELETED")
742
+ attr_accessor role: ("CONTROLLER" | "DEVICE")
743
+ attr_accessor serial_number: ::String
744
+ attr_accessor created_at: ::Time
745
+ attr_accessor updated_at: ::Time
746
+ attr_accessor activated_at: ::Time
747
+ SENSITIVE: [:brand, :classification, :connector_device_id, :model, :owner, :serial_number]
748
+ end
749
+
750
+ class NotificationConfigurationSummary
751
+ attr_accessor event_type: ("DEVICE_COMMAND" | "DEVICE_COMMAND_REQUEST" | "DEVICE_EVENT" | "DEVICE_LIFE_CYCLE" | "DEVICE_STATE" | "DEVICE_OTA" | "CONNECTOR_ASSOCIATION" | "CONNECTOR_ERROR_REPORT")
752
+ attr_accessor destination_name: ::String
753
+ SENSITIVE: []
754
+ end
755
+
756
+ class OtaTaskAbortConfig
757
+ attr_accessor abort_config_criteria_list: ::Array[Types::AbortConfigCriteria]
758
+ SENSITIVE: []
759
+ end
760
+
761
+ class OtaTaskConfigurationSummary
762
+ attr_accessor task_configuration_id: ::String
763
+ attr_accessor name: ::String
764
+ attr_accessor created_at: ::Time
765
+ SENSITIVE: [:name]
766
+ end
767
+
768
+ class OtaTaskExecutionRetryConfig
769
+ attr_accessor retry_config_criteria: ::Array[Types::RetryConfigCriteria]
770
+ SENSITIVE: []
771
+ end
772
+
773
+ class OtaTaskExecutionRolloutConfig
774
+ attr_accessor exponential_rollout_rate: Types::ExponentialRolloutRate
775
+ attr_accessor maximum_per_minute: ::Integer
776
+ SENSITIVE: []
777
+ end
778
+
779
+ class OtaTaskExecutionSummaries
780
+ attr_accessor task_execution_summary: Types::OtaTaskExecutionSummary
781
+ attr_accessor managed_thing_id: ::String
782
+ SENSITIVE: []
783
+ end
784
+
785
+ class OtaTaskExecutionSummary
786
+ attr_accessor execution_number: ::Integer
787
+ attr_accessor last_updated_at: ::Time
788
+ attr_accessor queued_at: ::Time
789
+ attr_accessor retry_attempt: ::Integer
790
+ attr_accessor started_at: ::Time
791
+ attr_accessor status: ("QUEUED" | "IN_PROGRESS" | "SUCCEEDED" | "FAILED" | "TIMED_OUT" | "REJECTED" | "REMOVED" | "CANCELED")
792
+ SENSITIVE: []
793
+ end
794
+
795
+ class OtaTaskSchedulingConfig
796
+ attr_accessor end_behavior: ("STOP_ROLLOUT" | "CANCEL" | "FORCE_CANCEL")
797
+ attr_accessor end_time: ::String
798
+ attr_accessor maintenance_windows: ::Array[Types::ScheduleMaintenanceWindow]
799
+ attr_accessor start_time: ::String
800
+ SENSITIVE: []
801
+ end
802
+
803
+ class OtaTaskSummary
804
+ attr_accessor task_id: ::String
805
+ attr_accessor task_arn: ::String
806
+ attr_accessor created_at: ::Time
807
+ attr_accessor last_updated_at: ::Time
808
+ attr_accessor task_configuration_id: ::String
809
+ attr_accessor status: ("IN_PROGRESS" | "CANCELED" | "COMPLETED" | "DELETION_IN_PROGRESS" | "SCHEDULED")
810
+ SENSITIVE: []
811
+ end
812
+
813
+ class OtaTaskTimeoutConfig
814
+ attr_accessor in_progress_timeout_in_minutes: ::Integer
815
+ SENSITIVE: []
816
+ end
817
+
818
+ class ProvisioningProfileSummary
819
+ attr_accessor name: ::String
820
+ attr_accessor id: ::String
821
+ attr_accessor arn: ::String
822
+ attr_accessor provisioning_type: ("FLEET_PROVISIONING" | "JITR")
823
+ SENSITIVE: []
824
+ end
825
+
826
+ class PushConfig
827
+ attr_accessor abort_config: Types::OtaTaskAbortConfig
828
+ attr_accessor rollout_config: Types::OtaTaskExecutionRolloutConfig
829
+ attr_accessor timeout_config: Types::OtaTaskTimeoutConfig
830
+ SENSITIVE: []
831
+ end
832
+
833
+ class PutDefaultEncryptionConfigurationRequest
834
+ attr_accessor encryption_type: ("MANAGED_INTEGRATIONS_DEFAULT_ENCRYPTION" | "CUSTOMER_KEY_ENCRYPTION")
835
+ attr_accessor kms_key_arn: ::String
836
+ SENSITIVE: []
837
+ end
838
+
839
+ class PutDefaultEncryptionConfigurationResponse
840
+ attr_accessor configuration_status: Types::ConfigurationStatus
841
+ attr_accessor encryption_type: ("MANAGED_INTEGRATIONS_DEFAULT_ENCRYPTION" | "CUSTOMER_KEY_ENCRYPTION")
842
+ attr_accessor kms_key_arn: ::String
843
+ SENSITIVE: []
844
+ end
845
+
846
+ class PutHubConfigurationRequest
847
+ attr_accessor hub_token_timer_expiry_setting_in_seconds: ::Integer
848
+ SENSITIVE: []
849
+ end
850
+
851
+ class PutHubConfigurationResponse
852
+ attr_accessor hub_token_timer_expiry_setting_in_seconds: ::Integer
853
+ SENSITIVE: []
854
+ end
855
+
856
+ class PutRuntimeLogConfigurationRequest
857
+ attr_accessor managed_thing_id: ::String
858
+ attr_accessor runtime_log_configurations: Types::RuntimeLogConfigurations
859
+ SENSITIVE: []
860
+ end
861
+
862
+ class RegisterCustomEndpointRequest < Aws::EmptyStructure
863
+ end
864
+
865
+ class RegisterCustomEndpointResponse
866
+ attr_accessor endpoint_address: ::String
867
+ SENSITIVE: []
868
+ end
869
+
870
+ class ResetRuntimeLogConfigurationRequest
871
+ attr_accessor managed_thing_id: ::String
872
+ SENSITIVE: []
873
+ end
874
+
875
+ class ResourceNotFoundException
876
+ attr_accessor message: ::String
877
+ SENSITIVE: []
878
+ end
879
+
880
+ class RetryConfigCriteria
881
+ attr_accessor failure_type: ("FAILED" | "TIMED_OUT" | "ALL")
882
+ attr_accessor min_number_of_retries: ::Integer
883
+ SENSITIVE: []
884
+ end
885
+
886
+ class RolloutRateIncreaseCriteria
887
+ attr_accessor number_of_notified_things: ::Integer
888
+ attr_accessor number_of_succeeded_things: ::Integer
889
+ SENSITIVE: []
890
+ end
891
+
892
+ class RuntimeLogConfigurations
893
+ attr_accessor log_level: ("DEBUG" | "ERROR" | "INFO" | "WARN")
894
+ attr_accessor log_flush_level: ("DEBUG" | "ERROR" | "INFO" | "WARN")
895
+ attr_accessor local_store_location: ::String
896
+ attr_accessor local_store_file_rotation_max_files: ::Integer
897
+ attr_accessor local_store_file_rotation_max_bytes: ::Integer
898
+ attr_accessor upload_log: bool
899
+ attr_accessor upload_period_minutes: ::Integer
900
+ attr_accessor delete_local_store_after_upload: bool
901
+ SENSITIVE: []
902
+ end
903
+
904
+ class ScheduleMaintenanceWindow
905
+ attr_accessor duration_in_minutes: ::Integer
906
+ attr_accessor start_time: ::String
907
+ SENSITIVE: []
908
+ end
909
+
910
+ class SchemaVersionListItem
911
+ attr_accessor schema_id: ::String
912
+ attr_accessor type: ("capability" | "definition")
913
+ attr_accessor description: ::String
914
+ attr_accessor namespace: ::String
915
+ attr_accessor semantic_version: ::String
916
+ attr_accessor visibility: ("PUBLIC" | "PRIVATE")
917
+ SENSITIVE: []
918
+ end
919
+
920
+ class SendManagedThingCommandRequest
921
+ attr_accessor managed_thing_id: ::String
922
+ attr_accessor endpoints: ::Array[Types::CommandEndpoint]
923
+ attr_accessor connector_association_id: ::String
924
+ SENSITIVE: []
925
+ end
926
+
927
+ class SendManagedThingCommandResponse
928
+ attr_accessor trace_id: ::String
929
+ SENSITIVE: []
930
+ end
931
+
932
+ class ServiceQuotaExceededException
933
+ attr_accessor message: ::String
934
+ SENSITIVE: []
935
+ end
936
+
937
+ class ServiceUnavailableException
938
+ attr_accessor message: ::String
939
+ SENSITIVE: []
940
+ end
941
+
942
+ class StartDeviceDiscoveryRequest
943
+ attr_accessor discovery_type: ("ZWAVE" | "ZIGBEE" | "CLOUD")
944
+ attr_accessor controller_identifier: ::String
945
+ attr_accessor connector_association_identifier: ::String
946
+ attr_accessor authentication_material: ::String
947
+ attr_accessor authentication_material_type: ("ZWAVE_INSTALL_CODE")
948
+ attr_accessor client_token: ::String
949
+ attr_accessor tags: ::Hash[::String, ::String]
950
+ SENSITIVE: [:authentication_material, :tags]
951
+ end
952
+
953
+ class StartDeviceDiscoveryResponse
954
+ attr_accessor id: ::String
955
+ attr_accessor started_at: ::Time
956
+ SENSITIVE: []
957
+ end
958
+
959
+ class StateCapability
960
+ attr_accessor id: ::String
961
+ attr_accessor name: ::String
962
+ attr_accessor version: ::String
963
+ attr_accessor properties: untyped
964
+ SENSITIVE: [:properties]
965
+ end
966
+
967
+ class StateEndpoint
968
+ attr_accessor endpoint_id: ::String
969
+ attr_accessor capabilities: ::Array[Types::StateCapability]
970
+ SENSITIVE: []
971
+ end
972
+
973
+ class TaskProcessingDetails
974
+ attr_accessor number_of_canceled_things: ::Integer
975
+ attr_accessor number_of_failed_things: ::Integer
976
+ attr_accessor number_of_in_progress_things: ::Integer
977
+ attr_accessor number_of_queued_things: ::Integer
978
+ attr_accessor number_of_rejected_things: ::Integer
979
+ attr_accessor number_of_removed_things: ::Integer
980
+ attr_accessor number_of_succeeded_things: ::Integer
981
+ attr_accessor number_of_timed_out_things: ::Integer
982
+ attr_accessor processing_targets: ::Array[::String]
983
+ SENSITIVE: []
984
+ end
985
+
986
+ class ThrottlingException
987
+ attr_accessor message: ::String
988
+ SENSITIVE: []
989
+ end
990
+
991
+ class UnauthorizedException
992
+ attr_accessor message: ::String
993
+ SENSITIVE: []
994
+ end
995
+
996
+ class UpdateDestinationRequest
997
+ attr_accessor name: ::String
998
+ attr_accessor delivery_destination_arn: ::String
999
+ attr_accessor delivery_destination_type: ("KINESIS")
1000
+ attr_accessor role_arn: ::String
1001
+ attr_accessor description: ::String
1002
+ SENSITIVE: []
1003
+ end
1004
+
1005
+ class UpdateEventLogConfigurationRequest
1006
+ attr_accessor id: ::String
1007
+ attr_accessor event_log_level: ("DEBUG" | "ERROR" | "INFO" | "WARN")
1008
+ SENSITIVE: []
1009
+ end
1010
+
1011
+ class UpdateManagedThingRequest
1012
+ attr_accessor identifier: ::String
1013
+ attr_accessor owner: ::String
1014
+ attr_accessor credential_locker_id: ::String
1015
+ attr_accessor serial_number: ::String
1016
+ attr_accessor brand: ::String
1017
+ attr_accessor model: ::String
1018
+ attr_accessor name: ::String
1019
+ attr_accessor capability_report: Types::CapabilityReport
1020
+ attr_accessor capabilities: ::String
1021
+ attr_accessor classification: ::String
1022
+ attr_accessor hub_network_mode: ("STANDARD" | "NETWORK_WIDE_EXCLUSION")
1023
+ attr_accessor meta_data: ::Hash[::String, ::String]
1024
+ SENSITIVE: [:owner, :serial_number, :brand, :model, :classification]
1025
+ end
1026
+
1027
+ class UpdateNotificationConfigurationRequest
1028
+ attr_accessor event_type: ("DEVICE_COMMAND" | "DEVICE_COMMAND_REQUEST" | "DEVICE_EVENT" | "DEVICE_LIFE_CYCLE" | "DEVICE_STATE" | "DEVICE_OTA" | "CONNECTOR_ASSOCIATION" | "CONNECTOR_ERROR_REPORT")
1029
+ attr_accessor destination_name: ::String
1030
+ SENSITIVE: []
1031
+ end
1032
+
1033
+ class UpdateOtaTaskRequest
1034
+ attr_accessor identifier: ::String
1035
+ attr_accessor description: ::String
1036
+ attr_accessor task_configuration_id: ::String
1037
+ SENSITIVE: []
1038
+ end
1039
+
1040
+ class ValidationException
1041
+ attr_accessor message: ::String
1042
+ SENSITIVE: []
1043
+ end
1044
+ end
1045
+ end