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.
- checksums.yaml +7 -0
- data/CHANGELOG.md +8 -0
- data/LICENSE.txt +202 -0
- data/VERSION +1 -0
- data/lib/aws-sdk-iotmanagedintegrations/client.rb +2964 -0
- data/lib/aws-sdk-iotmanagedintegrations/client_api.rb +2020 -0
- data/lib/aws-sdk-iotmanagedintegrations/customizations.rb +0 -0
- data/lib/aws-sdk-iotmanagedintegrations/endpoint_parameters.rb +59 -0
- data/lib/aws-sdk-iotmanagedintegrations/endpoint_provider.rb +32 -0
- data/lib/aws-sdk-iotmanagedintegrations/endpoints.rb +20 -0
- data/lib/aws-sdk-iotmanagedintegrations/errors.rb +198 -0
- data/lib/aws-sdk-iotmanagedintegrations/plugins/endpoints.rb +77 -0
- data/lib/aws-sdk-iotmanagedintegrations/resource.rb +26 -0
- data/lib/aws-sdk-iotmanagedintegrations/types.rb +3327 -0
- data/lib/aws-sdk-iotmanagedintegrations.rb +61 -0
- data/sig/client.rbs +917 -0
- data/sig/errors.rbs +46 -0
- data/sig/resource.rbs +84 -0
- data/sig/types.rbs +1045 -0
- data/sig/waiters.rbs +13 -0
- metadata +99 -0
data/sig/client.rbs
ADDED
@@ -0,0 +1,917 @@
|
|
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 IoTManagedIntegrations
|
10
|
+
class Client < ::Seahorse::Client::Base
|
11
|
+
include ::Aws::ClientStubs
|
12
|
+
|
13
|
+
# https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/IoTManagedIntegrations/Client.html#initialize-instance_method
|
14
|
+
def self.new: (
|
15
|
+
?credentials: untyped,
|
16
|
+
?region: String,
|
17
|
+
?access_key_id: String,
|
18
|
+
?account_id: String,
|
19
|
+
?active_endpoint_cache: bool,
|
20
|
+
?adaptive_retry_wait_to_fill: bool,
|
21
|
+
?client_side_monitoring: bool,
|
22
|
+
?client_side_monitoring_client_id: String,
|
23
|
+
?client_side_monitoring_host: String,
|
24
|
+
?client_side_monitoring_port: Integer,
|
25
|
+
?client_side_monitoring_publisher: untyped,
|
26
|
+
?convert_params: bool,
|
27
|
+
?correct_clock_skew: bool,
|
28
|
+
?defaults_mode: String,
|
29
|
+
?disable_host_prefix_injection: bool,
|
30
|
+
?disable_request_compression: bool,
|
31
|
+
?endpoint: String,
|
32
|
+
?endpoint_cache_max_entries: Integer,
|
33
|
+
?endpoint_cache_max_threads: Integer,
|
34
|
+
?endpoint_cache_poll_interval: Integer,
|
35
|
+
?endpoint_discovery: bool,
|
36
|
+
?ignore_configured_endpoint_urls: bool,
|
37
|
+
?log_formatter: untyped,
|
38
|
+
?log_level: Symbol,
|
39
|
+
?logger: untyped,
|
40
|
+
?max_attempts: Integer,
|
41
|
+
?profile: String,
|
42
|
+
?request_checksum_calculation: String,
|
43
|
+
?request_min_compression_size_bytes: Integer,
|
44
|
+
?response_checksum_validation: String,
|
45
|
+
?retry_backoff: Proc,
|
46
|
+
?retry_base_delay: Float,
|
47
|
+
?retry_jitter: (:none | :equal | :full | ^(Integer) -> Integer),
|
48
|
+
?retry_limit: Integer,
|
49
|
+
?retry_max_delay: Integer,
|
50
|
+
?retry_mode: ("legacy" | "standard" | "adaptive"),
|
51
|
+
?sdk_ua_app_id: String,
|
52
|
+
?secret_access_key: String,
|
53
|
+
?session_token: String,
|
54
|
+
?sigv4a_signing_region_set: Array[String],
|
55
|
+
?stub_responses: untyped,
|
56
|
+
?telemetry_provider: Aws::Telemetry::TelemetryProviderBase,
|
57
|
+
?token_provider: untyped,
|
58
|
+
?use_dualstack_endpoint: bool,
|
59
|
+
?use_fips_endpoint: bool,
|
60
|
+
?validate_params: bool,
|
61
|
+
?endpoint_provider: untyped,
|
62
|
+
?http_proxy: String,
|
63
|
+
?http_open_timeout: (Float | Integer),
|
64
|
+
?http_read_timeout: (Float | Integer),
|
65
|
+
?http_idle_timeout: (Float | Integer),
|
66
|
+
?http_continue_timeout: (Float | Integer),
|
67
|
+
?ssl_timeout: (Float | Integer | nil),
|
68
|
+
?http_wire_trace: bool,
|
69
|
+
?ssl_verify_peer: bool,
|
70
|
+
?ssl_ca_bundle: String,
|
71
|
+
?ssl_ca_directory: String,
|
72
|
+
?ssl_ca_store: String,
|
73
|
+
?on_chunk_received: Proc,
|
74
|
+
?on_chunk_sent: Proc,
|
75
|
+
?raise_response_errors: bool
|
76
|
+
) -> instance
|
77
|
+
| (?Hash[Symbol, untyped]) -> instance
|
78
|
+
|
79
|
+
|
80
|
+
interface _CreateCredentialLockerResponseSuccess
|
81
|
+
include ::Seahorse::Client::_ResponseSuccess[Types::CreateCredentialLockerResponse]
|
82
|
+
def id: () -> ::String
|
83
|
+
def arn: () -> ::String
|
84
|
+
def created_at: () -> ::Time
|
85
|
+
end
|
86
|
+
# https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/IoTManagedIntegrations/Client.html#create_credential_locker-instance_method
|
87
|
+
def create_credential_locker: (
|
88
|
+
?name: ::String,
|
89
|
+
?client_token: ::String,
|
90
|
+
?tags: Hash[::String, ::String]
|
91
|
+
) -> _CreateCredentialLockerResponseSuccess
|
92
|
+
| (?Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _CreateCredentialLockerResponseSuccess
|
93
|
+
|
94
|
+
interface _CreateDestinationResponseSuccess
|
95
|
+
include ::Seahorse::Client::_ResponseSuccess[Types::CreateDestinationResponse]
|
96
|
+
def name: () -> ::String
|
97
|
+
end
|
98
|
+
# https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/IoTManagedIntegrations/Client.html#create_destination-instance_method
|
99
|
+
def create_destination: (
|
100
|
+
delivery_destination_arn: ::String,
|
101
|
+
delivery_destination_type: ("KINESIS"),
|
102
|
+
name: ::String,
|
103
|
+
role_arn: ::String,
|
104
|
+
?client_token: ::String,
|
105
|
+
?description: ::String,
|
106
|
+
?tags: Hash[::String, ::String]
|
107
|
+
) -> _CreateDestinationResponseSuccess
|
108
|
+
| (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _CreateDestinationResponseSuccess
|
109
|
+
|
110
|
+
interface _CreateEventLogConfigurationResponseSuccess
|
111
|
+
include ::Seahorse::Client::_ResponseSuccess[Types::CreateEventLogConfigurationResponse]
|
112
|
+
def id: () -> ::String
|
113
|
+
end
|
114
|
+
# https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/IoTManagedIntegrations/Client.html#create_event_log_configuration-instance_method
|
115
|
+
def create_event_log_configuration: (
|
116
|
+
resource_type: ::String,
|
117
|
+
?resource_id: ::String,
|
118
|
+
event_log_level: ("DEBUG" | "ERROR" | "INFO" | "WARN"),
|
119
|
+
?client_token: ::String
|
120
|
+
) -> _CreateEventLogConfigurationResponseSuccess
|
121
|
+
| (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _CreateEventLogConfigurationResponseSuccess
|
122
|
+
|
123
|
+
interface _CreateManagedThingResponseSuccess
|
124
|
+
include ::Seahorse::Client::_ResponseSuccess[Types::CreateManagedThingResponse]
|
125
|
+
def id: () -> ::String
|
126
|
+
def arn: () -> ::String
|
127
|
+
def created_at: () -> ::Time
|
128
|
+
end
|
129
|
+
# https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/IoTManagedIntegrations/Client.html#create_managed_thing-instance_method
|
130
|
+
def create_managed_thing: (
|
131
|
+
role: ("CONTROLLER" | "DEVICE"),
|
132
|
+
?owner: ::String,
|
133
|
+
?credential_locker_id: ::String,
|
134
|
+
authentication_material: ::String,
|
135
|
+
authentication_material_type: ("WIFI_SETUP_QR_BAR_CODE" | "ZWAVE_QR_BAR_CODE" | "ZIGBEE_QR_BAR_CODE"),
|
136
|
+
?serial_number: ::String,
|
137
|
+
?brand: ::String,
|
138
|
+
?model: ::String,
|
139
|
+
?name: ::String,
|
140
|
+
?capability_report: {
|
141
|
+
version: ::String,
|
142
|
+
node_id: ::String?,
|
143
|
+
endpoints: Array[
|
144
|
+
{
|
145
|
+
id: ::String,
|
146
|
+
device_types: Array[::String],
|
147
|
+
capabilities: Array[
|
148
|
+
{
|
149
|
+
id: ::String,
|
150
|
+
name: ::String,
|
151
|
+
version: ::String,
|
152
|
+
properties: Array[::String],
|
153
|
+
actions: Array[::String],
|
154
|
+
events: Array[::String]
|
155
|
+
},
|
156
|
+
]
|
157
|
+
},
|
158
|
+
]
|
159
|
+
},
|
160
|
+
?capabilities: ::String,
|
161
|
+
?client_token: ::String,
|
162
|
+
?classification: ::String,
|
163
|
+
?tags: Hash[::String, ::String],
|
164
|
+
?meta_data: Hash[::String, ::String]
|
165
|
+
) -> _CreateManagedThingResponseSuccess
|
166
|
+
| (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _CreateManagedThingResponseSuccess
|
167
|
+
|
168
|
+
interface _CreateNotificationConfigurationResponseSuccess
|
169
|
+
include ::Seahorse::Client::_ResponseSuccess[Types::CreateNotificationConfigurationResponse]
|
170
|
+
def event_type: () -> ("DEVICE_COMMAND" | "DEVICE_COMMAND_REQUEST" | "DEVICE_EVENT" | "DEVICE_LIFE_CYCLE" | "DEVICE_STATE" | "DEVICE_OTA" | "CONNECTOR_ASSOCIATION" | "CONNECTOR_ERROR_REPORT")
|
171
|
+
end
|
172
|
+
# https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/IoTManagedIntegrations/Client.html#create_notification_configuration-instance_method
|
173
|
+
def create_notification_configuration: (
|
174
|
+
event_type: ("DEVICE_COMMAND" | "DEVICE_COMMAND_REQUEST" | "DEVICE_EVENT" | "DEVICE_LIFE_CYCLE" | "DEVICE_STATE" | "DEVICE_OTA" | "CONNECTOR_ASSOCIATION" | "CONNECTOR_ERROR_REPORT"),
|
175
|
+
destination_name: ::String,
|
176
|
+
?client_token: ::String,
|
177
|
+
?tags: Hash[::String, ::String]
|
178
|
+
) -> _CreateNotificationConfigurationResponseSuccess
|
179
|
+
| (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _CreateNotificationConfigurationResponseSuccess
|
180
|
+
|
181
|
+
interface _CreateOtaTaskResponseSuccess
|
182
|
+
include ::Seahorse::Client::_ResponseSuccess[Types::CreateOtaTaskResponse]
|
183
|
+
def task_id: () -> ::String
|
184
|
+
def task_arn: () -> ::String
|
185
|
+
def description: () -> ::String
|
186
|
+
end
|
187
|
+
# https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/IoTManagedIntegrations/Client.html#create_ota_task-instance_method
|
188
|
+
def create_ota_task: (
|
189
|
+
?description: ::String,
|
190
|
+
s3_url: ::String,
|
191
|
+
?protocol: ("HTTP"),
|
192
|
+
?target: Array[::String],
|
193
|
+
?task_configuration_id: ::String,
|
194
|
+
?ota_mechanism: ("PUSH"),
|
195
|
+
ota_type: ("ONE_TIME" | "CONTINUOUS"),
|
196
|
+
?ota_target_query_string: ::String,
|
197
|
+
?client_token: ::String,
|
198
|
+
?ota_scheduling_config: {
|
199
|
+
end_behavior: ("STOP_ROLLOUT" | "CANCEL" | "FORCE_CANCEL")?,
|
200
|
+
end_time: ::String?,
|
201
|
+
maintenance_windows: Array[
|
202
|
+
{
|
203
|
+
duration_in_minutes: ::Integer?,
|
204
|
+
start_time: ::String?
|
205
|
+
},
|
206
|
+
]?,
|
207
|
+
start_time: ::String?
|
208
|
+
},
|
209
|
+
?ota_task_execution_retry_config: {
|
210
|
+
retry_config_criteria: Array[
|
211
|
+
{
|
212
|
+
failure_type: ("FAILED" | "TIMED_OUT" | "ALL")?,
|
213
|
+
min_number_of_retries: ::Integer?
|
214
|
+
},
|
215
|
+
]?
|
216
|
+
},
|
217
|
+
?tags: Hash[::String, ::String]
|
218
|
+
) -> _CreateOtaTaskResponseSuccess
|
219
|
+
| (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _CreateOtaTaskResponseSuccess
|
220
|
+
|
221
|
+
interface _CreateOtaTaskConfigurationResponseSuccess
|
222
|
+
include ::Seahorse::Client::_ResponseSuccess[Types::CreateOtaTaskConfigurationResponse]
|
223
|
+
def task_configuration_id: () -> ::String
|
224
|
+
end
|
225
|
+
# https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/IoTManagedIntegrations/Client.html#create_ota_task_configuration-instance_method
|
226
|
+
def create_ota_task_configuration: (
|
227
|
+
?description: ::String,
|
228
|
+
?name: ::String,
|
229
|
+
?push_config: {
|
230
|
+
abort_config: {
|
231
|
+
abort_config_criteria_list: Array[
|
232
|
+
{
|
233
|
+
action: ("CANCEL")?,
|
234
|
+
failure_type: ("FAILED" | "REJECTED" | "TIMED_OUT" | "ALL")?,
|
235
|
+
min_number_of_executed_things: ::Integer?,
|
236
|
+
threshold_percentage: ::Float?
|
237
|
+
},
|
238
|
+
]?
|
239
|
+
}?,
|
240
|
+
rollout_config: {
|
241
|
+
exponential_rollout_rate: {
|
242
|
+
base_rate_per_minute: ::Integer?,
|
243
|
+
increment_factor: ::Float?,
|
244
|
+
rate_increase_criteria: {
|
245
|
+
number_of_notified_things: ::Integer?,
|
246
|
+
number_of_succeeded_things: ::Integer?
|
247
|
+
}?
|
248
|
+
}?,
|
249
|
+
maximum_per_minute: ::Integer?
|
250
|
+
}?,
|
251
|
+
timeout_config: {
|
252
|
+
in_progress_timeout_in_minutes: ::Integer?
|
253
|
+
}?
|
254
|
+
},
|
255
|
+
?client_token: ::String
|
256
|
+
) -> _CreateOtaTaskConfigurationResponseSuccess
|
257
|
+
| (?Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _CreateOtaTaskConfigurationResponseSuccess
|
258
|
+
|
259
|
+
interface _CreateProvisioningProfileResponseSuccess
|
260
|
+
include ::Seahorse::Client::_ResponseSuccess[Types::CreateProvisioningProfileResponse]
|
261
|
+
def arn: () -> ::String
|
262
|
+
def name: () -> ::String
|
263
|
+
def provisioning_type: () -> ("FLEET_PROVISIONING" | "JITR")
|
264
|
+
def id: () -> ::String
|
265
|
+
def claim_certificate: () -> ::String
|
266
|
+
def claim_certificate_private_key: () -> ::String
|
267
|
+
end
|
268
|
+
# https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/IoTManagedIntegrations/Client.html#create_provisioning_profile-instance_method
|
269
|
+
def create_provisioning_profile: (
|
270
|
+
provisioning_type: ("FLEET_PROVISIONING" | "JITR"),
|
271
|
+
?ca_certificate: ::String,
|
272
|
+
?name: ::String,
|
273
|
+
?client_token: ::String,
|
274
|
+
?tags: Hash[::String, ::String]
|
275
|
+
) -> _CreateProvisioningProfileResponseSuccess
|
276
|
+
| (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _CreateProvisioningProfileResponseSuccess
|
277
|
+
|
278
|
+
# https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/IoTManagedIntegrations/Client.html#delete_credential_locker-instance_method
|
279
|
+
def delete_credential_locker: (
|
280
|
+
identifier: ::String
|
281
|
+
) -> ::Seahorse::Client::_ResponseSuccess[::Aws::EmptyStructure]
|
282
|
+
| (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> ::Seahorse::Client::_ResponseSuccess[::Aws::EmptyStructure]
|
283
|
+
|
284
|
+
# https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/IoTManagedIntegrations/Client.html#delete_destination-instance_method
|
285
|
+
def delete_destination: (
|
286
|
+
name: ::String
|
287
|
+
) -> ::Seahorse::Client::_ResponseSuccess[::Aws::EmptyStructure]
|
288
|
+
| (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> ::Seahorse::Client::_ResponseSuccess[::Aws::EmptyStructure]
|
289
|
+
|
290
|
+
# https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/IoTManagedIntegrations/Client.html#delete_event_log_configuration-instance_method
|
291
|
+
def delete_event_log_configuration: (
|
292
|
+
id: ::String
|
293
|
+
) -> ::Seahorse::Client::_ResponseSuccess[::Aws::EmptyStructure]
|
294
|
+
| (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> ::Seahorse::Client::_ResponseSuccess[::Aws::EmptyStructure]
|
295
|
+
|
296
|
+
# https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/IoTManagedIntegrations/Client.html#delete_managed_thing-instance_method
|
297
|
+
def delete_managed_thing: (
|
298
|
+
identifier: ::String,
|
299
|
+
?force: bool
|
300
|
+
) -> ::Seahorse::Client::_ResponseSuccess[::Aws::EmptyStructure]
|
301
|
+
| (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> ::Seahorse::Client::_ResponseSuccess[::Aws::EmptyStructure]
|
302
|
+
|
303
|
+
# https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/IoTManagedIntegrations/Client.html#delete_notification_configuration-instance_method
|
304
|
+
def delete_notification_configuration: (
|
305
|
+
event_type: ("DEVICE_COMMAND" | "DEVICE_COMMAND_REQUEST" | "DEVICE_EVENT" | "DEVICE_LIFE_CYCLE" | "DEVICE_STATE" | "DEVICE_OTA" | "CONNECTOR_ASSOCIATION" | "CONNECTOR_ERROR_REPORT")
|
306
|
+
) -> ::Seahorse::Client::_ResponseSuccess[::Aws::EmptyStructure]
|
307
|
+
| (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> ::Seahorse::Client::_ResponseSuccess[::Aws::EmptyStructure]
|
308
|
+
|
309
|
+
# https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/IoTManagedIntegrations/Client.html#delete_ota_task-instance_method
|
310
|
+
def delete_ota_task: (
|
311
|
+
identifier: ::String
|
312
|
+
) -> ::Seahorse::Client::_ResponseSuccess[::Aws::EmptyStructure]
|
313
|
+
| (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> ::Seahorse::Client::_ResponseSuccess[::Aws::EmptyStructure]
|
314
|
+
|
315
|
+
# https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/IoTManagedIntegrations/Client.html#delete_ota_task_configuration-instance_method
|
316
|
+
def delete_ota_task_configuration: (
|
317
|
+
identifier: ::String
|
318
|
+
) -> ::Seahorse::Client::_ResponseSuccess[::Aws::EmptyStructure]
|
319
|
+
| (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> ::Seahorse::Client::_ResponseSuccess[::Aws::EmptyStructure]
|
320
|
+
|
321
|
+
# https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/IoTManagedIntegrations/Client.html#delete_provisioning_profile-instance_method
|
322
|
+
def delete_provisioning_profile: (
|
323
|
+
identifier: ::String
|
324
|
+
) -> ::Seahorse::Client::_ResponseSuccess[::Aws::EmptyStructure]
|
325
|
+
| (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> ::Seahorse::Client::_ResponseSuccess[::Aws::EmptyStructure]
|
326
|
+
|
327
|
+
interface _GetCredentialLockerResponseSuccess
|
328
|
+
include ::Seahorse::Client::_ResponseSuccess[Types::GetCredentialLockerResponse]
|
329
|
+
def id: () -> ::String
|
330
|
+
def arn: () -> ::String
|
331
|
+
def name: () -> ::String
|
332
|
+
def created_at: () -> ::Time
|
333
|
+
def tags: () -> ::Hash[::String, ::String]
|
334
|
+
end
|
335
|
+
# https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/IoTManagedIntegrations/Client.html#get_credential_locker-instance_method
|
336
|
+
def get_credential_locker: (
|
337
|
+
identifier: ::String
|
338
|
+
) -> _GetCredentialLockerResponseSuccess
|
339
|
+
| (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _GetCredentialLockerResponseSuccess
|
340
|
+
|
341
|
+
interface _GetCustomEndpointResponseSuccess
|
342
|
+
include ::Seahorse::Client::_ResponseSuccess[Types::GetCustomEndpointResponse]
|
343
|
+
def endpoint_address: () -> ::String
|
344
|
+
end
|
345
|
+
# https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/IoTManagedIntegrations/Client.html#get_custom_endpoint-instance_method
|
346
|
+
def get_custom_endpoint: (
|
347
|
+
) -> _GetCustomEndpointResponseSuccess
|
348
|
+
| (?Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _GetCustomEndpointResponseSuccess
|
349
|
+
|
350
|
+
interface _GetDefaultEncryptionConfigurationResponseSuccess
|
351
|
+
include ::Seahorse::Client::_ResponseSuccess[Types::GetDefaultEncryptionConfigurationResponse]
|
352
|
+
def configuration_status: () -> Types::ConfigurationStatus
|
353
|
+
def encryption_type: () -> ("MANAGED_INTEGRATIONS_DEFAULT_ENCRYPTION" | "CUSTOMER_KEY_ENCRYPTION")
|
354
|
+
def kms_key_arn: () -> ::String
|
355
|
+
end
|
356
|
+
# https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/IoTManagedIntegrations/Client.html#get_default_encryption_configuration-instance_method
|
357
|
+
def get_default_encryption_configuration: (
|
358
|
+
) -> _GetDefaultEncryptionConfigurationResponseSuccess
|
359
|
+
| (?Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _GetDefaultEncryptionConfigurationResponseSuccess
|
360
|
+
|
361
|
+
interface _GetDestinationResponseSuccess
|
362
|
+
include ::Seahorse::Client::_ResponseSuccess[Types::GetDestinationResponse]
|
363
|
+
def description: () -> ::String
|
364
|
+
def delivery_destination_arn: () -> ::String
|
365
|
+
def delivery_destination_type: () -> ("KINESIS")
|
366
|
+
def name: () -> ::String
|
367
|
+
def role_arn: () -> ::String
|
368
|
+
def created_at: () -> ::Time
|
369
|
+
def updated_at: () -> ::Time
|
370
|
+
def tags: () -> ::Hash[::String, ::String]
|
371
|
+
end
|
372
|
+
# https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/IoTManagedIntegrations/Client.html#get_destination-instance_method
|
373
|
+
def get_destination: (
|
374
|
+
name: ::String
|
375
|
+
) -> _GetDestinationResponseSuccess
|
376
|
+
| (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _GetDestinationResponseSuccess
|
377
|
+
|
378
|
+
interface _GetDeviceDiscoveryResponseSuccess
|
379
|
+
include ::Seahorse::Client::_ResponseSuccess[Types::GetDeviceDiscoveryResponse]
|
380
|
+
def id: () -> ::String
|
381
|
+
def arn: () -> ::String
|
382
|
+
def discovery_type: () -> ("ZWAVE" | "ZIGBEE" | "CLOUD")
|
383
|
+
def status: () -> ("RUNNING" | "SUCCEEDED" | "FAILED" | "TIMED_OUT")
|
384
|
+
def started_at: () -> ::Time
|
385
|
+
def controller_id: () -> ::String
|
386
|
+
def connector_association_id: () -> ::String
|
387
|
+
def finished_at: () -> ::Time
|
388
|
+
def tags: () -> ::Hash[::String, ::String]
|
389
|
+
end
|
390
|
+
# https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/IoTManagedIntegrations/Client.html#get_device_discovery-instance_method
|
391
|
+
def get_device_discovery: (
|
392
|
+
identifier: ::String
|
393
|
+
) -> _GetDeviceDiscoveryResponseSuccess
|
394
|
+
| (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _GetDeviceDiscoveryResponseSuccess
|
395
|
+
|
396
|
+
interface _GetEventLogConfigurationResponseSuccess
|
397
|
+
include ::Seahorse::Client::_ResponseSuccess[Types::GetEventLogConfigurationResponse]
|
398
|
+
def id: () -> ::String
|
399
|
+
def resource_type: () -> ::String
|
400
|
+
def resource_id: () -> ::String
|
401
|
+
def event_log_level: () -> ("DEBUG" | "ERROR" | "INFO" | "WARN")
|
402
|
+
end
|
403
|
+
# https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/IoTManagedIntegrations/Client.html#get_event_log_configuration-instance_method
|
404
|
+
def get_event_log_configuration: (
|
405
|
+
id: ::String
|
406
|
+
) -> _GetEventLogConfigurationResponseSuccess
|
407
|
+
| (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _GetEventLogConfigurationResponseSuccess
|
408
|
+
|
409
|
+
interface _GetHubConfigurationResponseSuccess
|
410
|
+
include ::Seahorse::Client::_ResponseSuccess[Types::GetHubConfigurationResponse]
|
411
|
+
def hub_token_timer_expiry_setting_in_seconds: () -> ::Integer
|
412
|
+
def updated_at: () -> ::Time
|
413
|
+
end
|
414
|
+
# https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/IoTManagedIntegrations/Client.html#get_hub_configuration-instance_method
|
415
|
+
def get_hub_configuration: (
|
416
|
+
) -> _GetHubConfigurationResponseSuccess
|
417
|
+
| (?Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _GetHubConfigurationResponseSuccess
|
418
|
+
|
419
|
+
interface _GetManagedThingResponseSuccess
|
420
|
+
include ::Seahorse::Client::_ResponseSuccess[Types::GetManagedThingResponse]
|
421
|
+
def id: () -> ::String
|
422
|
+
def arn: () -> ::String
|
423
|
+
def owner: () -> ::String
|
424
|
+
def credential_locker_id: () -> ::String
|
425
|
+
def advertised_product_id: () -> ::String
|
426
|
+
def role: () -> ("CONTROLLER" | "DEVICE")
|
427
|
+
def provisioning_status: () -> ("UNASSOCIATED" | "PRE_ASSOCIATED" | "DISCOVERED" | "ACTIVATED" | "DELETION_FAILED" | "DELETE_IN_PROGRESS" | "ISOLATED" | "DELETED")
|
428
|
+
def name: () -> ::String
|
429
|
+
def model: () -> ::String
|
430
|
+
def brand: () -> ::String
|
431
|
+
def serial_number: () -> ::String
|
432
|
+
def universal_product_code: () -> ::String
|
433
|
+
def international_article_number: () -> ::String
|
434
|
+
def connector_policy_id: () -> ::String
|
435
|
+
def connector_device_id: () -> ::String
|
436
|
+
def device_specific_key: () -> ::String
|
437
|
+
def mac_address: () -> ::String
|
438
|
+
def parent_controller_id: () -> ::String
|
439
|
+
def classification: () -> ::String
|
440
|
+
def created_at: () -> ::Time
|
441
|
+
def updated_at: () -> ::Time
|
442
|
+
def activated_at: () -> ::Time
|
443
|
+
def hub_network_mode: () -> ("STANDARD" | "NETWORK_WIDE_EXCLUSION")
|
444
|
+
def meta_data: () -> ::Hash[::String, ::String]
|
445
|
+
def tags: () -> ::Hash[::String, ::String]
|
446
|
+
end
|
447
|
+
# https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/IoTManagedIntegrations/Client.html#get_managed_thing-instance_method
|
448
|
+
def get_managed_thing: (
|
449
|
+
identifier: ::String
|
450
|
+
) -> _GetManagedThingResponseSuccess
|
451
|
+
| (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _GetManagedThingResponseSuccess
|
452
|
+
|
453
|
+
interface _GetManagedThingCapabilitiesResponseSuccess
|
454
|
+
include ::Seahorse::Client::_ResponseSuccess[Types::GetManagedThingCapabilitiesResponse]
|
455
|
+
def managed_thing_id: () -> ::String
|
456
|
+
def capabilities: () -> ::String
|
457
|
+
def capability_report: () -> Types::CapabilityReport
|
458
|
+
end
|
459
|
+
# https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/IoTManagedIntegrations/Client.html#get_managed_thing_capabilities-instance_method
|
460
|
+
def get_managed_thing_capabilities: (
|
461
|
+
identifier: ::String
|
462
|
+
) -> _GetManagedThingCapabilitiesResponseSuccess
|
463
|
+
| (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _GetManagedThingCapabilitiesResponseSuccess
|
464
|
+
|
465
|
+
interface _GetManagedThingConnectivityDataResponseSuccess
|
466
|
+
include ::Seahorse::Client::_ResponseSuccess[Types::GetManagedThingConnectivityDataResponse]
|
467
|
+
def managed_thing_id: () -> ::String
|
468
|
+
def connected: () -> bool
|
469
|
+
def timestamp: () -> ::Time
|
470
|
+
def 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")
|
471
|
+
end
|
472
|
+
# https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/IoTManagedIntegrations/Client.html#get_managed_thing_connectivity_data-instance_method
|
473
|
+
def get_managed_thing_connectivity_data: (
|
474
|
+
identifier: ::String
|
475
|
+
) -> _GetManagedThingConnectivityDataResponseSuccess
|
476
|
+
| (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _GetManagedThingConnectivityDataResponseSuccess
|
477
|
+
|
478
|
+
interface _GetManagedThingMetaDataResponseSuccess
|
479
|
+
include ::Seahorse::Client::_ResponseSuccess[Types::GetManagedThingMetaDataResponse]
|
480
|
+
def managed_thing_id: () -> ::String
|
481
|
+
def meta_data: () -> ::Hash[::String, ::String]
|
482
|
+
end
|
483
|
+
# https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/IoTManagedIntegrations/Client.html#get_managed_thing_meta_data-instance_method
|
484
|
+
def get_managed_thing_meta_data: (
|
485
|
+
identifier: ::String
|
486
|
+
) -> _GetManagedThingMetaDataResponseSuccess
|
487
|
+
| (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _GetManagedThingMetaDataResponseSuccess
|
488
|
+
|
489
|
+
interface _GetManagedThingStateResponseSuccess
|
490
|
+
include ::Seahorse::Client::_ResponseSuccess[Types::GetManagedThingStateResponse]
|
491
|
+
def endpoints: () -> ::Array[Types::StateEndpoint]
|
492
|
+
end
|
493
|
+
# https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/IoTManagedIntegrations/Client.html#get_managed_thing_state-instance_method
|
494
|
+
def get_managed_thing_state: (
|
495
|
+
managed_thing_id: ::String
|
496
|
+
) -> _GetManagedThingStateResponseSuccess
|
497
|
+
| (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _GetManagedThingStateResponseSuccess
|
498
|
+
|
499
|
+
interface _GetNotificationConfigurationResponseSuccess
|
500
|
+
include ::Seahorse::Client::_ResponseSuccess[Types::GetNotificationConfigurationResponse]
|
501
|
+
def event_type: () -> ("DEVICE_COMMAND" | "DEVICE_COMMAND_REQUEST" | "DEVICE_EVENT" | "DEVICE_LIFE_CYCLE" | "DEVICE_STATE" | "DEVICE_OTA" | "CONNECTOR_ASSOCIATION" | "CONNECTOR_ERROR_REPORT")
|
502
|
+
def destination_name: () -> ::String
|
503
|
+
def created_at: () -> ::Time
|
504
|
+
def updated_at: () -> ::Time
|
505
|
+
def tags: () -> ::Hash[::String, ::String]
|
506
|
+
end
|
507
|
+
# https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/IoTManagedIntegrations/Client.html#get_notification_configuration-instance_method
|
508
|
+
def get_notification_configuration: (
|
509
|
+
event_type: ("DEVICE_COMMAND" | "DEVICE_COMMAND_REQUEST" | "DEVICE_EVENT" | "DEVICE_LIFE_CYCLE" | "DEVICE_STATE" | "DEVICE_OTA" | "CONNECTOR_ASSOCIATION" | "CONNECTOR_ERROR_REPORT")
|
510
|
+
) -> _GetNotificationConfigurationResponseSuccess
|
511
|
+
| (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _GetNotificationConfigurationResponseSuccess
|
512
|
+
|
513
|
+
interface _GetOtaTaskResponseSuccess
|
514
|
+
include ::Seahorse::Client::_ResponseSuccess[Types::GetOtaTaskResponse]
|
515
|
+
def task_id: () -> ::String
|
516
|
+
def task_arn: () -> ::String
|
517
|
+
def description: () -> ::String
|
518
|
+
def s3_url: () -> ::String
|
519
|
+
def protocol: () -> ("HTTP")
|
520
|
+
def ota_type: () -> ("ONE_TIME" | "CONTINUOUS")
|
521
|
+
def ota_target_query_string: () -> ::String
|
522
|
+
def ota_mechanism: () -> ("PUSH")
|
523
|
+
def target: () -> ::Array[::String]
|
524
|
+
def created_at: () -> ::Time
|
525
|
+
def last_updated_at: () -> ::Time
|
526
|
+
def task_configuration_id: () -> ::String
|
527
|
+
def task_processing_details: () -> Types::TaskProcessingDetails
|
528
|
+
def ota_scheduling_config: () -> Types::OtaTaskSchedulingConfig
|
529
|
+
def ota_task_execution_retry_config: () -> Types::OtaTaskExecutionRetryConfig
|
530
|
+
def status: () -> ("IN_PROGRESS" | "CANCELED" | "COMPLETED" | "DELETION_IN_PROGRESS" | "SCHEDULED")
|
531
|
+
end
|
532
|
+
# https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/IoTManagedIntegrations/Client.html#get_ota_task-instance_method
|
533
|
+
def get_ota_task: (
|
534
|
+
identifier: ::String
|
535
|
+
) -> _GetOtaTaskResponseSuccess
|
536
|
+
| (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _GetOtaTaskResponseSuccess
|
537
|
+
|
538
|
+
interface _GetOtaTaskConfigurationResponseSuccess
|
539
|
+
include ::Seahorse::Client::_ResponseSuccess[Types::GetOtaTaskConfigurationResponse]
|
540
|
+
def task_configuration_id: () -> ::String
|
541
|
+
def name: () -> ::String
|
542
|
+
def push_config: () -> Types::PushConfig
|
543
|
+
def description: () -> ::String
|
544
|
+
def created_at: () -> ::Time
|
545
|
+
end
|
546
|
+
# https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/IoTManagedIntegrations/Client.html#get_ota_task_configuration-instance_method
|
547
|
+
def get_ota_task_configuration: (
|
548
|
+
identifier: ::String
|
549
|
+
) -> _GetOtaTaskConfigurationResponseSuccess
|
550
|
+
| (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _GetOtaTaskConfigurationResponseSuccess
|
551
|
+
|
552
|
+
interface _GetProvisioningProfileResponseSuccess
|
553
|
+
include ::Seahorse::Client::_ResponseSuccess[Types::GetProvisioningProfileResponse]
|
554
|
+
def arn: () -> ::String
|
555
|
+
def name: () -> ::String
|
556
|
+
def provisioning_type: () -> ("FLEET_PROVISIONING" | "JITR")
|
557
|
+
def id: () -> ::String
|
558
|
+
def claim_certificate: () -> ::String
|
559
|
+
def tags: () -> ::Hash[::String, ::String]
|
560
|
+
end
|
561
|
+
# https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/IoTManagedIntegrations/Client.html#get_provisioning_profile-instance_method
|
562
|
+
def get_provisioning_profile: (
|
563
|
+
identifier: ::String
|
564
|
+
) -> _GetProvisioningProfileResponseSuccess
|
565
|
+
| (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _GetProvisioningProfileResponseSuccess
|
566
|
+
|
567
|
+
interface _GetRuntimeLogConfigurationResponseSuccess
|
568
|
+
include ::Seahorse::Client::_ResponseSuccess[Types::GetRuntimeLogConfigurationResponse]
|
569
|
+
def managed_thing_id: () -> ::String
|
570
|
+
def runtime_log_configurations: () -> Types::RuntimeLogConfigurations
|
571
|
+
end
|
572
|
+
# https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/IoTManagedIntegrations/Client.html#get_runtime_log_configuration-instance_method
|
573
|
+
def get_runtime_log_configuration: (
|
574
|
+
managed_thing_id: ::String
|
575
|
+
) -> _GetRuntimeLogConfigurationResponseSuccess
|
576
|
+
| (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _GetRuntimeLogConfigurationResponseSuccess
|
577
|
+
|
578
|
+
interface _GetSchemaVersionResponseSuccess
|
579
|
+
include ::Seahorse::Client::_ResponseSuccess[Types::GetSchemaVersionResponse]
|
580
|
+
def schema_id: () -> ::String
|
581
|
+
def type: () -> ("capability" | "definition")
|
582
|
+
def description: () -> ::String
|
583
|
+
def namespace: () -> ::String
|
584
|
+
def semantic_version: () -> ::String
|
585
|
+
def visibility: () -> ("PUBLIC" | "PRIVATE")
|
586
|
+
def schema: () -> untyped
|
587
|
+
end
|
588
|
+
# https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/IoTManagedIntegrations/Client.html#get_schema_version-instance_method
|
589
|
+
def get_schema_version: (
|
590
|
+
type: ("capability" | "definition"),
|
591
|
+
schema_versioned_id: ::String,
|
592
|
+
?format: ("AWS" | "ZCL" | "CONNECTOR")
|
593
|
+
) -> _GetSchemaVersionResponseSuccess
|
594
|
+
| (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _GetSchemaVersionResponseSuccess
|
595
|
+
|
596
|
+
interface _ListCredentialLockersResponseSuccess
|
597
|
+
include ::Seahorse::Client::_ResponseSuccess[Types::ListCredentialLockersResponse]
|
598
|
+
def items: () -> ::Array[Types::CredentialLockerSummary]
|
599
|
+
def next_token: () -> ::String
|
600
|
+
end
|
601
|
+
# https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/IoTManagedIntegrations/Client.html#list_credential_lockers-instance_method
|
602
|
+
def list_credential_lockers: (
|
603
|
+
?next_token: ::String,
|
604
|
+
?max_results: ::Integer
|
605
|
+
) -> _ListCredentialLockersResponseSuccess
|
606
|
+
| (?Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _ListCredentialLockersResponseSuccess
|
607
|
+
|
608
|
+
interface _ListDestinationsResponseSuccess
|
609
|
+
include ::Seahorse::Client::_ResponseSuccess[Types::ListDestinationsResponse]
|
610
|
+
def destination_list: () -> ::Array[Types::DestinationSummary]
|
611
|
+
def next_token: () -> ::String
|
612
|
+
end
|
613
|
+
# https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/IoTManagedIntegrations/Client.html#list_destinations-instance_method
|
614
|
+
def list_destinations: (
|
615
|
+
?next_token: ::String,
|
616
|
+
?max_results: ::Integer
|
617
|
+
) -> _ListDestinationsResponseSuccess
|
618
|
+
| (?Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _ListDestinationsResponseSuccess
|
619
|
+
|
620
|
+
interface _ListEventLogConfigurationsResponseSuccess
|
621
|
+
include ::Seahorse::Client::_ResponseSuccess[Types::ListEventLogConfigurationsResponse]
|
622
|
+
def event_log_configuration_list: () -> ::Array[Types::EventLogConfigurationSummary]
|
623
|
+
def next_token: () -> ::String
|
624
|
+
end
|
625
|
+
# https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/IoTManagedIntegrations/Client.html#list_event_log_configurations-instance_method
|
626
|
+
def list_event_log_configurations: (
|
627
|
+
?next_token: ::String,
|
628
|
+
?max_results: ::Integer
|
629
|
+
) -> _ListEventLogConfigurationsResponseSuccess
|
630
|
+
| (?Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _ListEventLogConfigurationsResponseSuccess
|
631
|
+
|
632
|
+
interface _ListManagedThingSchemasResponseSuccess
|
633
|
+
include ::Seahorse::Client::_ResponseSuccess[Types::ListManagedThingSchemasResponse]
|
634
|
+
def items: () -> ::Array[Types::ManagedThingSchemaListItem]
|
635
|
+
def next_token: () -> ::String
|
636
|
+
end
|
637
|
+
# https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/IoTManagedIntegrations/Client.html#list_managed_thing_schemas-instance_method
|
638
|
+
def list_managed_thing_schemas: (
|
639
|
+
identifier: ::String,
|
640
|
+
?endpoint_id_filter: ::String,
|
641
|
+
?capability_id_filter: ::String,
|
642
|
+
?next_token: ::String,
|
643
|
+
?max_results: ::Integer
|
644
|
+
) -> _ListManagedThingSchemasResponseSuccess
|
645
|
+
| (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _ListManagedThingSchemasResponseSuccess
|
646
|
+
|
647
|
+
interface _ListManagedThingsResponseSuccess
|
648
|
+
include ::Seahorse::Client::_ResponseSuccess[Types::ListManagedThingsResponse]
|
649
|
+
def items: () -> ::Array[Types::ManagedThingSummary]
|
650
|
+
def next_token: () -> ::String
|
651
|
+
end
|
652
|
+
# https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/IoTManagedIntegrations/Client.html#list_managed_things-instance_method
|
653
|
+
def list_managed_things: (
|
654
|
+
?owner_filter: ::String,
|
655
|
+
?credential_locker_filter: ::String,
|
656
|
+
?role_filter: ("CONTROLLER" | "DEVICE"),
|
657
|
+
?parent_controller_identifier_filter: ::String,
|
658
|
+
?connector_policy_id_filter: ::String,
|
659
|
+
?serial_number_filter: ::String,
|
660
|
+
?provisioning_status_filter: ("UNASSOCIATED" | "PRE_ASSOCIATED" | "DISCOVERED" | "ACTIVATED" | "DELETION_FAILED" | "DELETE_IN_PROGRESS" | "ISOLATED" | "DELETED"),
|
661
|
+
?next_token: ::String,
|
662
|
+
?max_results: ::Integer
|
663
|
+
) -> _ListManagedThingsResponseSuccess
|
664
|
+
| (?Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _ListManagedThingsResponseSuccess
|
665
|
+
|
666
|
+
interface _ListNotificationConfigurationsResponseSuccess
|
667
|
+
include ::Seahorse::Client::_ResponseSuccess[Types::ListNotificationConfigurationsResponse]
|
668
|
+
def notification_configuration_list: () -> ::Array[Types::NotificationConfigurationSummary]
|
669
|
+
def next_token: () -> ::String
|
670
|
+
end
|
671
|
+
# https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/IoTManagedIntegrations/Client.html#list_notification_configurations-instance_method
|
672
|
+
def list_notification_configurations: (
|
673
|
+
?max_results: ::Integer,
|
674
|
+
?next_token: ::String
|
675
|
+
) -> _ListNotificationConfigurationsResponseSuccess
|
676
|
+
| (?Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _ListNotificationConfigurationsResponseSuccess
|
677
|
+
|
678
|
+
interface _ListOtaTaskConfigurationsResponseSuccess
|
679
|
+
include ::Seahorse::Client::_ResponseSuccess[Types::ListOtaTaskConfigurationsResponse]
|
680
|
+
def items: () -> ::Array[Types::OtaTaskConfigurationSummary]
|
681
|
+
def next_token: () -> ::String
|
682
|
+
end
|
683
|
+
# https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/IoTManagedIntegrations/Client.html#list_ota_task_configurations-instance_method
|
684
|
+
def list_ota_task_configurations: (
|
685
|
+
?next_token: ::String,
|
686
|
+
?max_results: ::Integer
|
687
|
+
) -> _ListOtaTaskConfigurationsResponseSuccess
|
688
|
+
| (?Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _ListOtaTaskConfigurationsResponseSuccess
|
689
|
+
|
690
|
+
interface _ListOtaTaskExecutionsResponseSuccess
|
691
|
+
include ::Seahorse::Client::_ResponseSuccess[Types::ListOtaTaskExecutionsResponse]
|
692
|
+
def execution_summaries: () -> ::Array[Types::OtaTaskExecutionSummaries]
|
693
|
+
def next_token: () -> ::String
|
694
|
+
end
|
695
|
+
# https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/IoTManagedIntegrations/Client.html#list_ota_task_executions-instance_method
|
696
|
+
def list_ota_task_executions: (
|
697
|
+
identifier: ::String,
|
698
|
+
?next_token: ::String,
|
699
|
+
?max_results: ::Integer
|
700
|
+
) -> _ListOtaTaskExecutionsResponseSuccess
|
701
|
+
| (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _ListOtaTaskExecutionsResponseSuccess
|
702
|
+
|
703
|
+
interface _ListOtaTasksResponseSuccess
|
704
|
+
include ::Seahorse::Client::_ResponseSuccess[Types::ListOtaTasksResponse]
|
705
|
+
def tasks: () -> ::Array[Types::OtaTaskSummary]
|
706
|
+
def next_token: () -> ::String
|
707
|
+
end
|
708
|
+
# https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/IoTManagedIntegrations/Client.html#list_ota_tasks-instance_method
|
709
|
+
def list_ota_tasks: (
|
710
|
+
?next_token: ::String,
|
711
|
+
?max_results: ::Integer
|
712
|
+
) -> _ListOtaTasksResponseSuccess
|
713
|
+
| (?Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _ListOtaTasksResponseSuccess
|
714
|
+
|
715
|
+
interface _ListProvisioningProfilesResponseSuccess
|
716
|
+
include ::Seahorse::Client::_ResponseSuccess[Types::ListProvisioningProfilesResponse]
|
717
|
+
def items: () -> ::Array[Types::ProvisioningProfileSummary]
|
718
|
+
def next_token: () -> ::String
|
719
|
+
end
|
720
|
+
# https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/IoTManagedIntegrations/Client.html#list_provisioning_profiles-instance_method
|
721
|
+
def list_provisioning_profiles: (
|
722
|
+
?next_token: ::String,
|
723
|
+
?max_results: ::Integer
|
724
|
+
) -> _ListProvisioningProfilesResponseSuccess
|
725
|
+
| (?Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _ListProvisioningProfilesResponseSuccess
|
726
|
+
|
727
|
+
interface _ListSchemaVersionsResponseSuccess
|
728
|
+
include ::Seahorse::Client::_ResponseSuccess[Types::ListSchemaVersionsResponse]
|
729
|
+
def items: () -> ::Array[Types::SchemaVersionListItem]
|
730
|
+
def next_token: () -> ::String
|
731
|
+
end
|
732
|
+
# https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/IoTManagedIntegrations/Client.html#list_schema_versions-instance_method
|
733
|
+
def list_schema_versions: (
|
734
|
+
type: ("capability" | "definition"),
|
735
|
+
?max_results: ::Integer,
|
736
|
+
?next_token: ::String,
|
737
|
+
?schema_id: ::String,
|
738
|
+
?namespace: ::String,
|
739
|
+
?visibility: ("PUBLIC" | "PRIVATE"),
|
740
|
+
?semantic_version: ::String
|
741
|
+
) -> _ListSchemaVersionsResponseSuccess
|
742
|
+
| (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _ListSchemaVersionsResponseSuccess
|
743
|
+
|
744
|
+
interface _PutDefaultEncryptionConfigurationResponseSuccess
|
745
|
+
include ::Seahorse::Client::_ResponseSuccess[Types::PutDefaultEncryptionConfigurationResponse]
|
746
|
+
def configuration_status: () -> Types::ConfigurationStatus
|
747
|
+
def encryption_type: () -> ("MANAGED_INTEGRATIONS_DEFAULT_ENCRYPTION" | "CUSTOMER_KEY_ENCRYPTION")
|
748
|
+
def kms_key_arn: () -> ::String
|
749
|
+
end
|
750
|
+
# https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/IoTManagedIntegrations/Client.html#put_default_encryption_configuration-instance_method
|
751
|
+
def put_default_encryption_configuration: (
|
752
|
+
encryption_type: ("MANAGED_INTEGRATIONS_DEFAULT_ENCRYPTION" | "CUSTOMER_KEY_ENCRYPTION"),
|
753
|
+
?kms_key_arn: ::String
|
754
|
+
) -> _PutDefaultEncryptionConfigurationResponseSuccess
|
755
|
+
| (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _PutDefaultEncryptionConfigurationResponseSuccess
|
756
|
+
|
757
|
+
interface _PutHubConfigurationResponseSuccess
|
758
|
+
include ::Seahorse::Client::_ResponseSuccess[Types::PutHubConfigurationResponse]
|
759
|
+
def hub_token_timer_expiry_setting_in_seconds: () -> ::Integer
|
760
|
+
end
|
761
|
+
# https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/IoTManagedIntegrations/Client.html#put_hub_configuration-instance_method
|
762
|
+
def put_hub_configuration: (
|
763
|
+
hub_token_timer_expiry_setting_in_seconds: ::Integer
|
764
|
+
) -> _PutHubConfigurationResponseSuccess
|
765
|
+
| (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _PutHubConfigurationResponseSuccess
|
766
|
+
|
767
|
+
# https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/IoTManagedIntegrations/Client.html#put_runtime_log_configuration-instance_method
|
768
|
+
def put_runtime_log_configuration: (
|
769
|
+
managed_thing_id: ::String,
|
770
|
+
runtime_log_configurations: {
|
771
|
+
log_level: ("DEBUG" | "ERROR" | "INFO" | "WARN")?,
|
772
|
+
log_flush_level: ("DEBUG" | "ERROR" | "INFO" | "WARN")?,
|
773
|
+
local_store_location: ::String?,
|
774
|
+
local_store_file_rotation_max_files: ::Integer?,
|
775
|
+
local_store_file_rotation_max_bytes: ::Integer?,
|
776
|
+
upload_log: bool?,
|
777
|
+
upload_period_minutes: ::Integer?,
|
778
|
+
delete_local_store_after_upload: bool?
|
779
|
+
}
|
780
|
+
) -> ::Seahorse::Client::_ResponseSuccess[::Aws::EmptyStructure]
|
781
|
+
| (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> ::Seahorse::Client::_ResponseSuccess[::Aws::EmptyStructure]
|
782
|
+
|
783
|
+
interface _RegisterCustomEndpointResponseSuccess
|
784
|
+
include ::Seahorse::Client::_ResponseSuccess[Types::RegisterCustomEndpointResponse]
|
785
|
+
def endpoint_address: () -> ::String
|
786
|
+
end
|
787
|
+
# https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/IoTManagedIntegrations/Client.html#register_custom_endpoint-instance_method
|
788
|
+
def register_custom_endpoint: (
|
789
|
+
) -> _RegisterCustomEndpointResponseSuccess
|
790
|
+
| (?Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _RegisterCustomEndpointResponseSuccess
|
791
|
+
|
792
|
+
# https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/IoTManagedIntegrations/Client.html#reset_runtime_log_configuration-instance_method
|
793
|
+
def reset_runtime_log_configuration: (
|
794
|
+
managed_thing_id: ::String
|
795
|
+
) -> ::Seahorse::Client::_ResponseSuccess[::Aws::EmptyStructure]
|
796
|
+
| (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> ::Seahorse::Client::_ResponseSuccess[::Aws::EmptyStructure]
|
797
|
+
|
798
|
+
interface _SendManagedThingCommandResponseSuccess
|
799
|
+
include ::Seahorse::Client::_ResponseSuccess[Types::SendManagedThingCommandResponse]
|
800
|
+
def trace_id: () -> ::String
|
801
|
+
end
|
802
|
+
# https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/IoTManagedIntegrations/Client.html#send_managed_thing_command-instance_method
|
803
|
+
def send_managed_thing_command: (
|
804
|
+
managed_thing_id: ::String,
|
805
|
+
endpoints: Array[
|
806
|
+
{
|
807
|
+
endpoint_id: ::String,
|
808
|
+
capabilities: Array[
|
809
|
+
{
|
810
|
+
id: ::String,
|
811
|
+
name: ::String,
|
812
|
+
version: ::String,
|
813
|
+
actions: Array[
|
814
|
+
{
|
815
|
+
name: ::String,
|
816
|
+
ref: ::String?,
|
817
|
+
action_trace_id: ::String?,
|
818
|
+
parameters: {
|
819
|
+
}?
|
820
|
+
},
|
821
|
+
]
|
822
|
+
},
|
823
|
+
]
|
824
|
+
},
|
825
|
+
],
|
826
|
+
?connector_association_id: ::String
|
827
|
+
) -> _SendManagedThingCommandResponseSuccess
|
828
|
+
| (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _SendManagedThingCommandResponseSuccess
|
829
|
+
|
830
|
+
interface _StartDeviceDiscoveryResponseSuccess
|
831
|
+
include ::Seahorse::Client::_ResponseSuccess[Types::StartDeviceDiscoveryResponse]
|
832
|
+
def id: () -> ::String
|
833
|
+
def started_at: () -> ::Time
|
834
|
+
end
|
835
|
+
# https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/IoTManagedIntegrations/Client.html#start_device_discovery-instance_method
|
836
|
+
def start_device_discovery: (
|
837
|
+
discovery_type: ("ZWAVE" | "ZIGBEE" | "CLOUD"),
|
838
|
+
?controller_identifier: ::String,
|
839
|
+
?connector_association_identifier: ::String,
|
840
|
+
?authentication_material: ::String,
|
841
|
+
?authentication_material_type: ("ZWAVE_INSTALL_CODE"),
|
842
|
+
?client_token: ::String,
|
843
|
+
?tags: Hash[::String, ::String]
|
844
|
+
) -> _StartDeviceDiscoveryResponseSuccess
|
845
|
+
| (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _StartDeviceDiscoveryResponseSuccess
|
846
|
+
|
847
|
+
# https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/IoTManagedIntegrations/Client.html#update_destination-instance_method
|
848
|
+
def update_destination: (
|
849
|
+
name: ::String,
|
850
|
+
?delivery_destination_arn: ::String,
|
851
|
+
?delivery_destination_type: ("KINESIS"),
|
852
|
+
?role_arn: ::String,
|
853
|
+
?description: ::String
|
854
|
+
) -> ::Seahorse::Client::_ResponseSuccess[::Aws::EmptyStructure]
|
855
|
+
| (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> ::Seahorse::Client::_ResponseSuccess[::Aws::EmptyStructure]
|
856
|
+
|
857
|
+
# https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/IoTManagedIntegrations/Client.html#update_event_log_configuration-instance_method
|
858
|
+
def update_event_log_configuration: (
|
859
|
+
id: ::String,
|
860
|
+
event_log_level: ("DEBUG" | "ERROR" | "INFO" | "WARN")
|
861
|
+
) -> ::Seahorse::Client::_ResponseSuccess[::Aws::EmptyStructure]
|
862
|
+
| (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> ::Seahorse::Client::_ResponseSuccess[::Aws::EmptyStructure]
|
863
|
+
|
864
|
+
# https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/IoTManagedIntegrations/Client.html#update_managed_thing-instance_method
|
865
|
+
def update_managed_thing: (
|
866
|
+
identifier: ::String,
|
867
|
+
?owner: ::String,
|
868
|
+
?credential_locker_id: ::String,
|
869
|
+
?serial_number: ::String,
|
870
|
+
?brand: ::String,
|
871
|
+
?model: ::String,
|
872
|
+
?name: ::String,
|
873
|
+
?capability_report: {
|
874
|
+
version: ::String,
|
875
|
+
node_id: ::String?,
|
876
|
+
endpoints: Array[
|
877
|
+
{
|
878
|
+
id: ::String,
|
879
|
+
device_types: Array[::String],
|
880
|
+
capabilities: Array[
|
881
|
+
{
|
882
|
+
id: ::String,
|
883
|
+
name: ::String,
|
884
|
+
version: ::String,
|
885
|
+
properties: Array[::String],
|
886
|
+
actions: Array[::String],
|
887
|
+
events: Array[::String]
|
888
|
+
},
|
889
|
+
]
|
890
|
+
},
|
891
|
+
]
|
892
|
+
},
|
893
|
+
?capabilities: ::String,
|
894
|
+
?classification: ::String,
|
895
|
+
?hub_network_mode: ("STANDARD" | "NETWORK_WIDE_EXCLUSION"),
|
896
|
+
?meta_data: Hash[::String, ::String]
|
897
|
+
) -> ::Seahorse::Client::_ResponseSuccess[::Aws::EmptyStructure]
|
898
|
+
| (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> ::Seahorse::Client::_ResponseSuccess[::Aws::EmptyStructure]
|
899
|
+
|
900
|
+
# https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/IoTManagedIntegrations/Client.html#update_notification_configuration-instance_method
|
901
|
+
def update_notification_configuration: (
|
902
|
+
event_type: ("DEVICE_COMMAND" | "DEVICE_COMMAND_REQUEST" | "DEVICE_EVENT" | "DEVICE_LIFE_CYCLE" | "DEVICE_STATE" | "DEVICE_OTA" | "CONNECTOR_ASSOCIATION" | "CONNECTOR_ERROR_REPORT"),
|
903
|
+
destination_name: ::String
|
904
|
+
) -> ::Seahorse::Client::_ResponseSuccess[::Aws::EmptyStructure]
|
905
|
+
| (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> ::Seahorse::Client::_ResponseSuccess[::Aws::EmptyStructure]
|
906
|
+
|
907
|
+
# https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/IoTManagedIntegrations/Client.html#update_ota_task-instance_method
|
908
|
+
def update_ota_task: (
|
909
|
+
identifier: ::String,
|
910
|
+
?description: ::String,
|
911
|
+
?task_configuration_id: ::String
|
912
|
+
) -> ::Seahorse::Client::_ResponseSuccess[::Aws::EmptyStructure]
|
913
|
+
| (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> ::Seahorse::Client::_ResponseSuccess[::Aws::EmptyStructure]
|
914
|
+
end
|
915
|
+
end
|
916
|
+
end
|
917
|
+
|