aws-sdk-iotwireless 1.42.0 → 1.44.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/client.rbs ADDED
@@ -0,0 +1,1947 @@
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 IoTWireless
10
+ class Client < ::Seahorse::Client::Base
11
+ include ::Aws::ClientStubs
12
+
13
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/IoTWireless/Client.html#initialize-instance_method
14
+ def self.new: (
15
+ ?credentials: untyped,
16
+ ?region: String,
17
+ ?access_key_id: String,
18
+ ?active_endpoint_cache: bool,
19
+ ?adaptive_retry_wait_to_fill: bool,
20
+ ?client_side_monitoring: bool,
21
+ ?client_side_monitoring_client_id: String,
22
+ ?client_side_monitoring_host: String,
23
+ ?client_side_monitoring_port: Integer,
24
+ ?client_side_monitoring_publisher: untyped,
25
+ ?convert_params: bool,
26
+ ?correct_clock_skew: bool,
27
+ ?defaults_mode: String,
28
+ ?disable_host_prefix_injection: bool,
29
+ ?disable_request_compression: bool,
30
+ ?endpoint: String,
31
+ ?endpoint_cache_max_entries: Integer,
32
+ ?endpoint_cache_max_threads: Integer,
33
+ ?endpoint_cache_poll_interval: Integer,
34
+ ?endpoint_discovery: bool,
35
+ ?ignore_configured_endpoint_urls: bool,
36
+ ?log_formatter: untyped,
37
+ ?log_level: Symbol,
38
+ ?logger: untyped,
39
+ ?max_attempts: Integer,
40
+ ?profile: String,
41
+ ?request_min_compression_size_bytes: Integer,
42
+ ?retry_backoff: Proc,
43
+ ?retry_base_delay: Float,
44
+ ?retry_jitter: (:none | :equal | :full | ^(Integer) -> Integer),
45
+ ?retry_limit: Integer,
46
+ ?retry_max_delay: Integer,
47
+ ?retry_mode: ("legacy" | "standard" | "adaptive"),
48
+ ?sdk_ua_app_id: String,
49
+ ?secret_access_key: String,
50
+ ?session_token: String,
51
+ ?stub_responses: untyped,
52
+ ?token_provider: untyped,
53
+ ?use_dualstack_endpoint: bool,
54
+ ?use_fips_endpoint: bool,
55
+ ?validate_params: bool,
56
+ ?endpoint_provider: untyped,
57
+ ?http_proxy: String,
58
+ ?http_open_timeout: (Float | Integer),
59
+ ?http_read_timeout: (Float | Integer),
60
+ ?http_idle_timeout: (Float | Integer),
61
+ ?http_continue_timeout: (Float | Integer),
62
+ ?ssl_timeout: (Float | Integer | nil),
63
+ ?http_wire_trace: bool,
64
+ ?ssl_verify_peer: bool,
65
+ ?ssl_ca_bundle: String,
66
+ ?ssl_ca_directory: String,
67
+ ?ssl_ca_store: String,
68
+ ?on_chunk_received: Proc,
69
+ ?on_chunk_sent: Proc,
70
+ ?raise_response_errors: bool
71
+ ) -> instance
72
+ | (?Hash[Symbol, untyped]) -> instance
73
+
74
+
75
+ interface _AssociateAwsAccountWithPartnerAccountResponseSuccess
76
+ include ::Seahorse::Client::_ResponseSuccess[Types::AssociateAwsAccountWithPartnerAccountResponse]
77
+ def sidewalk: () -> Types::SidewalkAccountInfo
78
+ def arn: () -> ::String
79
+ end
80
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/IoTWireless/Client.html#associate_aws_account_with_partner_account-instance_method
81
+ def associate_aws_account_with_partner_account: (
82
+ sidewalk: {
83
+ amazon_id: ::String?,
84
+ app_server_private_key: ::String?
85
+ },
86
+ ?client_request_token: ::String,
87
+ ?tags: Array[
88
+ {
89
+ key: ::String,
90
+ value: ::String
91
+ },
92
+ ]
93
+ ) -> _AssociateAwsAccountWithPartnerAccountResponseSuccess
94
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _AssociateAwsAccountWithPartnerAccountResponseSuccess
95
+
96
+ interface _AssociateMulticastGroupWithFuotaTaskResponseSuccess
97
+ include ::Seahorse::Client::_ResponseSuccess[Types::AssociateMulticastGroupWithFuotaTaskResponse]
98
+ end
99
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/IoTWireless/Client.html#associate_multicast_group_with_fuota_task-instance_method
100
+ def associate_multicast_group_with_fuota_task: (
101
+ id: ::String,
102
+ multicast_group_id: ::String
103
+ ) -> _AssociateMulticastGroupWithFuotaTaskResponseSuccess
104
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _AssociateMulticastGroupWithFuotaTaskResponseSuccess
105
+
106
+ interface _AssociateWirelessDeviceWithFuotaTaskResponseSuccess
107
+ include ::Seahorse::Client::_ResponseSuccess[Types::AssociateWirelessDeviceWithFuotaTaskResponse]
108
+ end
109
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/IoTWireless/Client.html#associate_wireless_device_with_fuota_task-instance_method
110
+ def associate_wireless_device_with_fuota_task: (
111
+ id: ::String,
112
+ wireless_device_id: ::String
113
+ ) -> _AssociateWirelessDeviceWithFuotaTaskResponseSuccess
114
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _AssociateWirelessDeviceWithFuotaTaskResponseSuccess
115
+
116
+ interface _AssociateWirelessDeviceWithMulticastGroupResponseSuccess
117
+ include ::Seahorse::Client::_ResponseSuccess[Types::AssociateWirelessDeviceWithMulticastGroupResponse]
118
+ end
119
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/IoTWireless/Client.html#associate_wireless_device_with_multicast_group-instance_method
120
+ def associate_wireless_device_with_multicast_group: (
121
+ id: ::String,
122
+ wireless_device_id: ::String
123
+ ) -> _AssociateWirelessDeviceWithMulticastGroupResponseSuccess
124
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _AssociateWirelessDeviceWithMulticastGroupResponseSuccess
125
+
126
+ interface _AssociateWirelessDeviceWithThingResponseSuccess
127
+ include ::Seahorse::Client::_ResponseSuccess[Types::AssociateWirelessDeviceWithThingResponse]
128
+ end
129
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/IoTWireless/Client.html#associate_wireless_device_with_thing-instance_method
130
+ def associate_wireless_device_with_thing: (
131
+ id: ::String,
132
+ thing_arn: ::String
133
+ ) -> _AssociateWirelessDeviceWithThingResponseSuccess
134
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _AssociateWirelessDeviceWithThingResponseSuccess
135
+
136
+ interface _AssociateWirelessGatewayWithCertificateResponseSuccess
137
+ include ::Seahorse::Client::_ResponseSuccess[Types::AssociateWirelessGatewayWithCertificateResponse]
138
+ def iot_certificate_id: () -> ::String
139
+ end
140
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/IoTWireless/Client.html#associate_wireless_gateway_with_certificate-instance_method
141
+ def associate_wireless_gateway_with_certificate: (
142
+ id: ::String,
143
+ iot_certificate_id: ::String
144
+ ) -> _AssociateWirelessGatewayWithCertificateResponseSuccess
145
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _AssociateWirelessGatewayWithCertificateResponseSuccess
146
+
147
+ interface _AssociateWirelessGatewayWithThingResponseSuccess
148
+ include ::Seahorse::Client::_ResponseSuccess[Types::AssociateWirelessGatewayWithThingResponse]
149
+ end
150
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/IoTWireless/Client.html#associate_wireless_gateway_with_thing-instance_method
151
+ def associate_wireless_gateway_with_thing: (
152
+ id: ::String,
153
+ thing_arn: ::String
154
+ ) -> _AssociateWirelessGatewayWithThingResponseSuccess
155
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _AssociateWirelessGatewayWithThingResponseSuccess
156
+
157
+ interface _CancelMulticastGroupSessionResponseSuccess
158
+ include ::Seahorse::Client::_ResponseSuccess[Types::CancelMulticastGroupSessionResponse]
159
+ end
160
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/IoTWireless/Client.html#cancel_multicast_group_session-instance_method
161
+ def cancel_multicast_group_session: (
162
+ id: ::String
163
+ ) -> _CancelMulticastGroupSessionResponseSuccess
164
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _CancelMulticastGroupSessionResponseSuccess
165
+
166
+ interface _CreateDestinationResponseSuccess
167
+ include ::Seahorse::Client::_ResponseSuccess[Types::CreateDestinationResponse]
168
+ def arn: () -> ::String
169
+ def name: () -> ::String
170
+ end
171
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/IoTWireless/Client.html#create_destination-instance_method
172
+ def create_destination: (
173
+ name: ::String,
174
+ expression_type: ("RuleName" | "MqttTopic"),
175
+ expression: ::String,
176
+ ?description: ::String,
177
+ role_arn: ::String,
178
+ ?tags: Array[
179
+ {
180
+ key: ::String,
181
+ value: ::String
182
+ },
183
+ ],
184
+ ?client_request_token: ::String
185
+ ) -> _CreateDestinationResponseSuccess
186
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _CreateDestinationResponseSuccess
187
+
188
+ interface _CreateDeviceProfileResponseSuccess
189
+ include ::Seahorse::Client::_ResponseSuccess[Types::CreateDeviceProfileResponse]
190
+ def arn: () -> ::String
191
+ def id: () -> ::String
192
+ end
193
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/IoTWireless/Client.html#create_device_profile-instance_method
194
+ def create_device_profile: (
195
+ ?name: ::String,
196
+ ?lo_ra_wan: {
197
+ supports_class_b: bool?,
198
+ class_b_timeout: ::Integer?,
199
+ ping_slot_period: ::Integer?,
200
+ ping_slot_dr: ::Integer?,
201
+ ping_slot_freq: ::Integer?,
202
+ supports_class_c: bool?,
203
+ class_c_timeout: ::Integer?,
204
+ mac_version: ::String?,
205
+ reg_params_revision: ::String?,
206
+ rx_delay_1: ::Integer?,
207
+ rx_dr_offset_1: ::Integer?,
208
+ rx_data_rate_2: ::Integer?,
209
+ rx_freq_2: ::Integer?,
210
+ factory_preset_freqs_list: Array[::Integer]?,
211
+ max_eirp: ::Integer?,
212
+ max_duty_cycle: ::Integer?,
213
+ rf_region: ::String?,
214
+ supports_join: bool?,
215
+ supports_32_bit_f_cnt: bool?
216
+ },
217
+ ?tags: Array[
218
+ {
219
+ key: ::String,
220
+ value: ::String
221
+ },
222
+ ],
223
+ ?client_request_token: ::String,
224
+ ?sidewalk: {
225
+ }
226
+ ) -> _CreateDeviceProfileResponseSuccess
227
+ | (?Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _CreateDeviceProfileResponseSuccess
228
+
229
+ interface _CreateFuotaTaskResponseSuccess
230
+ include ::Seahorse::Client::_ResponseSuccess[Types::CreateFuotaTaskResponse]
231
+ def arn: () -> ::String
232
+ def id: () -> ::String
233
+ end
234
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/IoTWireless/Client.html#create_fuota_task-instance_method
235
+ def create_fuota_task: (
236
+ ?name: ::String,
237
+ ?description: ::String,
238
+ ?client_request_token: ::String,
239
+ ?lo_ra_wan: {
240
+ rf_region: ("EU868" | "US915" | "AU915" | "AS923-1" | "AS923-2" | "AS923-3" | "AS923-4" | "EU433" | "CN470" | "CN779" | "RU864" | "KR920" | "IN865")?
241
+ },
242
+ firmware_update_image: ::String,
243
+ firmware_update_role: ::String,
244
+ ?tags: Array[
245
+ {
246
+ key: ::String,
247
+ value: ::String
248
+ },
249
+ ],
250
+ ?redundancy_percent: ::Integer,
251
+ ?fragment_size_bytes: ::Integer,
252
+ ?fragment_interval_ms: ::Integer
253
+ ) -> _CreateFuotaTaskResponseSuccess
254
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _CreateFuotaTaskResponseSuccess
255
+
256
+ interface _CreateMulticastGroupResponseSuccess
257
+ include ::Seahorse::Client::_ResponseSuccess[Types::CreateMulticastGroupResponse]
258
+ def arn: () -> ::String
259
+ def id: () -> ::String
260
+ end
261
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/IoTWireless/Client.html#create_multicast_group-instance_method
262
+ def create_multicast_group: (
263
+ ?name: ::String,
264
+ ?description: ::String,
265
+ ?client_request_token: ::String,
266
+ lo_ra_wan: {
267
+ rf_region: ("EU868" | "US915" | "AU915" | "AS923-1" | "AS923-2" | "AS923-3" | "AS923-4" | "EU433" | "CN470" | "CN779" | "RU864" | "KR920" | "IN865")?,
268
+ dl_class: ("ClassB" | "ClassC")?
269
+ },
270
+ ?tags: Array[
271
+ {
272
+ key: ::String,
273
+ value: ::String
274
+ },
275
+ ]
276
+ ) -> _CreateMulticastGroupResponseSuccess
277
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _CreateMulticastGroupResponseSuccess
278
+
279
+ interface _CreateNetworkAnalyzerConfigurationResponseSuccess
280
+ include ::Seahorse::Client::_ResponseSuccess[Types::CreateNetworkAnalyzerConfigurationResponse]
281
+ def arn: () -> ::String
282
+ def name: () -> ::String
283
+ end
284
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/IoTWireless/Client.html#create_network_analyzer_configuration-instance_method
285
+ def create_network_analyzer_configuration: (
286
+ name: ::String,
287
+ ?trace_content: {
288
+ wireless_device_frame_info: ("ENABLED" | "DISABLED")?,
289
+ log_level: ("INFO" | "ERROR" | "DISABLED")?,
290
+ multicast_frame_info: ("ENABLED" | "DISABLED")?
291
+ },
292
+ ?wireless_devices: Array[::String],
293
+ ?wireless_gateways: Array[::String],
294
+ ?description: ::String,
295
+ ?tags: Array[
296
+ {
297
+ key: ::String,
298
+ value: ::String
299
+ },
300
+ ],
301
+ ?client_request_token: ::String,
302
+ ?multicast_groups: Array[::String]
303
+ ) -> _CreateNetworkAnalyzerConfigurationResponseSuccess
304
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _CreateNetworkAnalyzerConfigurationResponseSuccess
305
+
306
+ interface _CreateServiceProfileResponseSuccess
307
+ include ::Seahorse::Client::_ResponseSuccess[Types::CreateServiceProfileResponse]
308
+ def arn: () -> ::String
309
+ def id: () -> ::String
310
+ end
311
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/IoTWireless/Client.html#create_service_profile-instance_method
312
+ def create_service_profile: (
313
+ ?name: ::String,
314
+ ?lo_ra_wan: {
315
+ add_gw_metadata: bool?,
316
+ dr_min: ::Integer?,
317
+ dr_max: ::Integer?,
318
+ pr_allowed: bool?,
319
+ ra_allowed: bool?
320
+ },
321
+ ?tags: Array[
322
+ {
323
+ key: ::String,
324
+ value: ::String
325
+ },
326
+ ],
327
+ ?client_request_token: ::String
328
+ ) -> _CreateServiceProfileResponseSuccess
329
+ | (?Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _CreateServiceProfileResponseSuccess
330
+
331
+ interface _CreateWirelessDeviceResponseSuccess
332
+ include ::Seahorse::Client::_ResponseSuccess[Types::CreateWirelessDeviceResponse]
333
+ def arn: () -> ::String
334
+ def id: () -> ::String
335
+ end
336
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/IoTWireless/Client.html#create_wireless_device-instance_method
337
+ def create_wireless_device: (
338
+ type: ("Sidewalk" | "LoRaWAN"),
339
+ ?name: ::String,
340
+ ?description: ::String,
341
+ destination_name: ::String,
342
+ ?client_request_token: ::String,
343
+ ?lo_ra_wan: {
344
+ dev_eui: ::String?,
345
+ device_profile_id: ::String?,
346
+ service_profile_id: ::String?,
347
+ otaa_v1_1: {
348
+ app_key: ::String?,
349
+ nwk_key: ::String?,
350
+ join_eui: ::String?
351
+ }?,
352
+ otaa_v1_0_x: {
353
+ app_key: ::String?,
354
+ app_eui: ::String?,
355
+ join_eui: ::String?,
356
+ gen_app_key: ::String?
357
+ }?,
358
+ abp_v1_1: {
359
+ dev_addr: ::String?,
360
+ session_keys: {
361
+ f_nwk_s_int_key: ::String?,
362
+ s_nwk_s_int_key: ::String?,
363
+ nwk_s_enc_key: ::String?,
364
+ app_s_key: ::String?
365
+ }?,
366
+ f_cnt_start: ::Integer?
367
+ }?,
368
+ abp_v1_0_x: {
369
+ dev_addr: ::String?,
370
+ session_keys: {
371
+ nwk_s_key: ::String?,
372
+ app_s_key: ::String?
373
+ }?,
374
+ f_cnt_start: ::Integer?
375
+ }?,
376
+ f_ports: {
377
+ fuota: ::Integer?,
378
+ multicast: ::Integer?,
379
+ clock_sync: ::Integer?,
380
+ positioning: {
381
+ clock_sync: ::Integer?,
382
+ stream: ::Integer?,
383
+ gnss: ::Integer?
384
+ }?,
385
+ applications: Array[
386
+ {
387
+ f_port: ::Integer?,
388
+ type: ("SemtechGeolocation")?,
389
+ destination_name: ::String?
390
+ },
391
+ ]?
392
+ }?
393
+ },
394
+ ?tags: Array[
395
+ {
396
+ key: ::String,
397
+ value: ::String
398
+ },
399
+ ],
400
+ ?positioning: ("Enabled" | "Disabled"),
401
+ ?sidewalk: {
402
+ device_profile_id: ::String?
403
+ }
404
+ ) -> _CreateWirelessDeviceResponseSuccess
405
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _CreateWirelessDeviceResponseSuccess
406
+
407
+ interface _CreateWirelessGatewayResponseSuccess
408
+ include ::Seahorse::Client::_ResponseSuccess[Types::CreateWirelessGatewayResponse]
409
+ def arn: () -> ::String
410
+ def id: () -> ::String
411
+ end
412
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/IoTWireless/Client.html#create_wireless_gateway-instance_method
413
+ def create_wireless_gateway: (
414
+ ?name: ::String,
415
+ ?description: ::String,
416
+ lo_ra_wan: {
417
+ gateway_eui: ::String?,
418
+ rf_region: ::String?,
419
+ join_eui_filters: Array[
420
+ Array[::String],
421
+ ]?,
422
+ net_id_filters: Array[::String]?,
423
+ sub_bands: Array[::Integer]?,
424
+ beaconing: {
425
+ data_rate: ::Integer?,
426
+ frequencies: Array[::Integer]?
427
+ }?,
428
+ max_eirp: ::Float?
429
+ },
430
+ ?tags: Array[
431
+ {
432
+ key: ::String,
433
+ value: ::String
434
+ },
435
+ ],
436
+ ?client_request_token: ::String
437
+ ) -> _CreateWirelessGatewayResponseSuccess
438
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _CreateWirelessGatewayResponseSuccess
439
+
440
+ interface _CreateWirelessGatewayTaskResponseSuccess
441
+ include ::Seahorse::Client::_ResponseSuccess[Types::CreateWirelessGatewayTaskResponse]
442
+ def wireless_gateway_task_definition_id: () -> ::String
443
+ def status: () -> ("PENDING" | "IN_PROGRESS" | "FIRST_RETRY" | "SECOND_RETRY" | "COMPLETED" | "FAILED")
444
+ end
445
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/IoTWireless/Client.html#create_wireless_gateway_task-instance_method
446
+ def create_wireless_gateway_task: (
447
+ id: ::String,
448
+ wireless_gateway_task_definition_id: ::String
449
+ ) -> _CreateWirelessGatewayTaskResponseSuccess
450
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _CreateWirelessGatewayTaskResponseSuccess
451
+
452
+ interface _CreateWirelessGatewayTaskDefinitionResponseSuccess
453
+ include ::Seahorse::Client::_ResponseSuccess[Types::CreateWirelessGatewayTaskDefinitionResponse]
454
+ def id: () -> ::String
455
+ def arn: () -> ::String
456
+ end
457
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/IoTWireless/Client.html#create_wireless_gateway_task_definition-instance_method
458
+ def create_wireless_gateway_task_definition: (
459
+ auto_create_tasks: bool,
460
+ ?name: ::String,
461
+ ?update: {
462
+ update_data_source: ::String?,
463
+ update_data_role: ::String?,
464
+ lo_ra_wan: {
465
+ update_signature: ::String?,
466
+ sig_key_crc: ::Integer?,
467
+ current_version: {
468
+ package_version: ::String?,
469
+ model: ::String?,
470
+ station: ::String?
471
+ }?,
472
+ update_version: {
473
+ package_version: ::String?,
474
+ model: ::String?,
475
+ station: ::String?
476
+ }?
477
+ }?
478
+ },
479
+ ?client_request_token: ::String,
480
+ ?tags: Array[
481
+ {
482
+ key: ::String,
483
+ value: ::String
484
+ },
485
+ ]
486
+ ) -> _CreateWirelessGatewayTaskDefinitionResponseSuccess
487
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _CreateWirelessGatewayTaskDefinitionResponseSuccess
488
+
489
+ interface _DeleteDestinationResponseSuccess
490
+ include ::Seahorse::Client::_ResponseSuccess[Types::DeleteDestinationResponse]
491
+ end
492
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/IoTWireless/Client.html#delete_destination-instance_method
493
+ def delete_destination: (
494
+ name: ::String
495
+ ) -> _DeleteDestinationResponseSuccess
496
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _DeleteDestinationResponseSuccess
497
+
498
+ interface _DeleteDeviceProfileResponseSuccess
499
+ include ::Seahorse::Client::_ResponseSuccess[Types::DeleteDeviceProfileResponse]
500
+ end
501
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/IoTWireless/Client.html#delete_device_profile-instance_method
502
+ def delete_device_profile: (
503
+ id: ::String
504
+ ) -> _DeleteDeviceProfileResponseSuccess
505
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _DeleteDeviceProfileResponseSuccess
506
+
507
+ interface _DeleteFuotaTaskResponseSuccess
508
+ include ::Seahorse::Client::_ResponseSuccess[Types::DeleteFuotaTaskResponse]
509
+ end
510
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/IoTWireless/Client.html#delete_fuota_task-instance_method
511
+ def delete_fuota_task: (
512
+ id: ::String
513
+ ) -> _DeleteFuotaTaskResponseSuccess
514
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _DeleteFuotaTaskResponseSuccess
515
+
516
+ interface _DeleteMulticastGroupResponseSuccess
517
+ include ::Seahorse::Client::_ResponseSuccess[Types::DeleteMulticastGroupResponse]
518
+ end
519
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/IoTWireless/Client.html#delete_multicast_group-instance_method
520
+ def delete_multicast_group: (
521
+ id: ::String
522
+ ) -> _DeleteMulticastGroupResponseSuccess
523
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _DeleteMulticastGroupResponseSuccess
524
+
525
+ interface _DeleteNetworkAnalyzerConfigurationResponseSuccess
526
+ include ::Seahorse::Client::_ResponseSuccess[Types::DeleteNetworkAnalyzerConfigurationResponse]
527
+ end
528
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/IoTWireless/Client.html#delete_network_analyzer_configuration-instance_method
529
+ def delete_network_analyzer_configuration: (
530
+ configuration_name: ::String
531
+ ) -> _DeleteNetworkAnalyzerConfigurationResponseSuccess
532
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _DeleteNetworkAnalyzerConfigurationResponseSuccess
533
+
534
+ interface _DeleteQueuedMessagesResponseSuccess
535
+ include ::Seahorse::Client::_ResponseSuccess[Types::DeleteQueuedMessagesResponse]
536
+ end
537
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/IoTWireless/Client.html#delete_queued_messages-instance_method
538
+ def delete_queued_messages: (
539
+ id: ::String,
540
+ message_id: ::String,
541
+ ?wireless_device_type: ("Sidewalk" | "LoRaWAN")
542
+ ) -> _DeleteQueuedMessagesResponseSuccess
543
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _DeleteQueuedMessagesResponseSuccess
544
+
545
+ interface _DeleteServiceProfileResponseSuccess
546
+ include ::Seahorse::Client::_ResponseSuccess[Types::DeleteServiceProfileResponse]
547
+ end
548
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/IoTWireless/Client.html#delete_service_profile-instance_method
549
+ def delete_service_profile: (
550
+ id: ::String
551
+ ) -> _DeleteServiceProfileResponseSuccess
552
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _DeleteServiceProfileResponseSuccess
553
+
554
+ interface _DeleteWirelessDeviceResponseSuccess
555
+ include ::Seahorse::Client::_ResponseSuccess[Types::DeleteWirelessDeviceResponse]
556
+ end
557
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/IoTWireless/Client.html#delete_wireless_device-instance_method
558
+ def delete_wireless_device: (
559
+ id: ::String
560
+ ) -> _DeleteWirelessDeviceResponseSuccess
561
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _DeleteWirelessDeviceResponseSuccess
562
+
563
+ interface _DeleteWirelessDeviceImportTaskResponseSuccess
564
+ include ::Seahorse::Client::_ResponseSuccess[Types::DeleteWirelessDeviceImportTaskResponse]
565
+ end
566
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/IoTWireless/Client.html#delete_wireless_device_import_task-instance_method
567
+ def delete_wireless_device_import_task: (
568
+ id: ::String
569
+ ) -> _DeleteWirelessDeviceImportTaskResponseSuccess
570
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _DeleteWirelessDeviceImportTaskResponseSuccess
571
+
572
+ interface _DeleteWirelessGatewayResponseSuccess
573
+ include ::Seahorse::Client::_ResponseSuccess[Types::DeleteWirelessGatewayResponse]
574
+ end
575
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/IoTWireless/Client.html#delete_wireless_gateway-instance_method
576
+ def delete_wireless_gateway: (
577
+ id: ::String
578
+ ) -> _DeleteWirelessGatewayResponseSuccess
579
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _DeleteWirelessGatewayResponseSuccess
580
+
581
+ interface _DeleteWirelessGatewayTaskResponseSuccess
582
+ include ::Seahorse::Client::_ResponseSuccess[Types::DeleteWirelessGatewayTaskResponse]
583
+ end
584
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/IoTWireless/Client.html#delete_wireless_gateway_task-instance_method
585
+ def delete_wireless_gateway_task: (
586
+ id: ::String
587
+ ) -> _DeleteWirelessGatewayTaskResponseSuccess
588
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _DeleteWirelessGatewayTaskResponseSuccess
589
+
590
+ interface _DeleteWirelessGatewayTaskDefinitionResponseSuccess
591
+ include ::Seahorse::Client::_ResponseSuccess[Types::DeleteWirelessGatewayTaskDefinitionResponse]
592
+ end
593
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/IoTWireless/Client.html#delete_wireless_gateway_task_definition-instance_method
594
+ def delete_wireless_gateway_task_definition: (
595
+ id: ::String
596
+ ) -> _DeleteWirelessGatewayTaskDefinitionResponseSuccess
597
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _DeleteWirelessGatewayTaskDefinitionResponseSuccess
598
+
599
+ interface _DeregisterWirelessDeviceResponseSuccess
600
+ include ::Seahorse::Client::_ResponseSuccess[Types::DeregisterWirelessDeviceResponse]
601
+ end
602
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/IoTWireless/Client.html#deregister_wireless_device-instance_method
603
+ def deregister_wireless_device: (
604
+ identifier: ::String,
605
+ ?wireless_device_type: ("Sidewalk" | "LoRaWAN")
606
+ ) -> _DeregisterWirelessDeviceResponseSuccess
607
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _DeregisterWirelessDeviceResponseSuccess
608
+
609
+ interface _DisassociateAwsAccountFromPartnerAccountResponseSuccess
610
+ include ::Seahorse::Client::_ResponseSuccess[Types::DisassociateAwsAccountFromPartnerAccountResponse]
611
+ end
612
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/IoTWireless/Client.html#disassociate_aws_account_from_partner_account-instance_method
613
+ def disassociate_aws_account_from_partner_account: (
614
+ partner_account_id: ::String,
615
+ partner_type: ("Sidewalk")
616
+ ) -> _DisassociateAwsAccountFromPartnerAccountResponseSuccess
617
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _DisassociateAwsAccountFromPartnerAccountResponseSuccess
618
+
619
+ interface _DisassociateMulticastGroupFromFuotaTaskResponseSuccess
620
+ include ::Seahorse::Client::_ResponseSuccess[Types::DisassociateMulticastGroupFromFuotaTaskResponse]
621
+ end
622
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/IoTWireless/Client.html#disassociate_multicast_group_from_fuota_task-instance_method
623
+ def disassociate_multicast_group_from_fuota_task: (
624
+ id: ::String,
625
+ multicast_group_id: ::String
626
+ ) -> _DisassociateMulticastGroupFromFuotaTaskResponseSuccess
627
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _DisassociateMulticastGroupFromFuotaTaskResponseSuccess
628
+
629
+ interface _DisassociateWirelessDeviceFromFuotaTaskResponseSuccess
630
+ include ::Seahorse::Client::_ResponseSuccess[Types::DisassociateWirelessDeviceFromFuotaTaskResponse]
631
+ end
632
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/IoTWireless/Client.html#disassociate_wireless_device_from_fuota_task-instance_method
633
+ def disassociate_wireless_device_from_fuota_task: (
634
+ id: ::String,
635
+ wireless_device_id: ::String
636
+ ) -> _DisassociateWirelessDeviceFromFuotaTaskResponseSuccess
637
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _DisassociateWirelessDeviceFromFuotaTaskResponseSuccess
638
+
639
+ interface _DisassociateWirelessDeviceFromMulticastGroupResponseSuccess
640
+ include ::Seahorse::Client::_ResponseSuccess[Types::DisassociateWirelessDeviceFromMulticastGroupResponse]
641
+ end
642
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/IoTWireless/Client.html#disassociate_wireless_device_from_multicast_group-instance_method
643
+ def disassociate_wireless_device_from_multicast_group: (
644
+ id: ::String,
645
+ wireless_device_id: ::String
646
+ ) -> _DisassociateWirelessDeviceFromMulticastGroupResponseSuccess
647
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _DisassociateWirelessDeviceFromMulticastGroupResponseSuccess
648
+
649
+ interface _DisassociateWirelessDeviceFromThingResponseSuccess
650
+ include ::Seahorse::Client::_ResponseSuccess[Types::DisassociateWirelessDeviceFromThingResponse]
651
+ end
652
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/IoTWireless/Client.html#disassociate_wireless_device_from_thing-instance_method
653
+ def disassociate_wireless_device_from_thing: (
654
+ id: ::String
655
+ ) -> _DisassociateWirelessDeviceFromThingResponseSuccess
656
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _DisassociateWirelessDeviceFromThingResponseSuccess
657
+
658
+ interface _DisassociateWirelessGatewayFromCertificateResponseSuccess
659
+ include ::Seahorse::Client::_ResponseSuccess[Types::DisassociateWirelessGatewayFromCertificateResponse]
660
+ end
661
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/IoTWireless/Client.html#disassociate_wireless_gateway_from_certificate-instance_method
662
+ def disassociate_wireless_gateway_from_certificate: (
663
+ id: ::String
664
+ ) -> _DisassociateWirelessGatewayFromCertificateResponseSuccess
665
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _DisassociateWirelessGatewayFromCertificateResponseSuccess
666
+
667
+ interface _DisassociateWirelessGatewayFromThingResponseSuccess
668
+ include ::Seahorse::Client::_ResponseSuccess[Types::DisassociateWirelessGatewayFromThingResponse]
669
+ end
670
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/IoTWireless/Client.html#disassociate_wireless_gateway_from_thing-instance_method
671
+ def disassociate_wireless_gateway_from_thing: (
672
+ id: ::String
673
+ ) -> _DisassociateWirelessGatewayFromThingResponseSuccess
674
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _DisassociateWirelessGatewayFromThingResponseSuccess
675
+
676
+ interface _GetDestinationResponseSuccess
677
+ include ::Seahorse::Client::_ResponseSuccess[Types::GetDestinationResponse]
678
+ def arn: () -> ::String
679
+ def name: () -> ::String
680
+ def expression: () -> ::String
681
+ def expression_type: () -> ("RuleName" | "MqttTopic")
682
+ def description: () -> ::String
683
+ def role_arn: () -> ::String
684
+ end
685
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/IoTWireless/Client.html#get_destination-instance_method
686
+ def get_destination: (
687
+ name: ::String
688
+ ) -> _GetDestinationResponseSuccess
689
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _GetDestinationResponseSuccess
690
+
691
+ interface _GetDeviceProfileResponseSuccess
692
+ include ::Seahorse::Client::_ResponseSuccess[Types::GetDeviceProfileResponse]
693
+ def arn: () -> ::String
694
+ def name: () -> ::String
695
+ def id: () -> ::String
696
+ def lo_ra_wan: () -> Types::LoRaWANDeviceProfile
697
+ def sidewalk: () -> Types::SidewalkGetDeviceProfile
698
+ end
699
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/IoTWireless/Client.html#get_device_profile-instance_method
700
+ def get_device_profile: (
701
+ id: ::String
702
+ ) -> _GetDeviceProfileResponseSuccess
703
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _GetDeviceProfileResponseSuccess
704
+
705
+ interface _GetEventConfigurationByResourceTypesResponseSuccess
706
+ include ::Seahorse::Client::_ResponseSuccess[Types::GetEventConfigurationByResourceTypesResponse]
707
+ def device_registration_state: () -> Types::DeviceRegistrationStateResourceTypeEventConfiguration
708
+ def proximity: () -> Types::ProximityResourceTypeEventConfiguration
709
+ def join: () -> Types::JoinResourceTypeEventConfiguration
710
+ def connection_status: () -> Types::ConnectionStatusResourceTypeEventConfiguration
711
+ def message_delivery_status: () -> Types::MessageDeliveryStatusResourceTypeEventConfiguration
712
+ end
713
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/IoTWireless/Client.html#get_event_configuration_by_resource_types-instance_method
714
+ def get_event_configuration_by_resource_types: (
715
+ ) -> _GetEventConfigurationByResourceTypesResponseSuccess
716
+ | (?Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _GetEventConfigurationByResourceTypesResponseSuccess
717
+
718
+ interface _GetFuotaTaskResponseSuccess
719
+ include ::Seahorse::Client::_ResponseSuccess[Types::GetFuotaTaskResponse]
720
+ def arn: () -> ::String
721
+ def id: () -> ::String
722
+ def status: () -> ("Pending" | "FuotaSession_Waiting" | "In_FuotaSession" | "FuotaDone" | "Delete_Waiting")
723
+ def name: () -> ::String
724
+ def description: () -> ::String
725
+ def lo_ra_wan: () -> Types::LoRaWANFuotaTaskGetInfo
726
+ def firmware_update_image: () -> ::String
727
+ def firmware_update_role: () -> ::String
728
+ def created_at: () -> ::Time
729
+ def redundancy_percent: () -> ::Integer
730
+ def fragment_size_bytes: () -> ::Integer
731
+ def fragment_interval_ms: () -> ::Integer
732
+ end
733
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/IoTWireless/Client.html#get_fuota_task-instance_method
734
+ def get_fuota_task: (
735
+ id: ::String
736
+ ) -> _GetFuotaTaskResponseSuccess
737
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _GetFuotaTaskResponseSuccess
738
+
739
+ interface _GetLogLevelsByResourceTypesResponseSuccess
740
+ include ::Seahorse::Client::_ResponseSuccess[Types::GetLogLevelsByResourceTypesResponse]
741
+ def default_log_level: () -> ("INFO" | "ERROR" | "DISABLED")
742
+ def wireless_gateway_log_options: () -> ::Array[Types::WirelessGatewayLogOption]
743
+ def wireless_device_log_options: () -> ::Array[Types::WirelessDeviceLogOption]
744
+ end
745
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/IoTWireless/Client.html#get_log_levels_by_resource_types-instance_method
746
+ def get_log_levels_by_resource_types: (
747
+ ) -> _GetLogLevelsByResourceTypesResponseSuccess
748
+ | (?Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _GetLogLevelsByResourceTypesResponseSuccess
749
+
750
+ interface _GetMetricConfigurationResponseSuccess
751
+ include ::Seahorse::Client::_ResponseSuccess[Types::GetMetricConfigurationResponse]
752
+ def summary_metric: () -> Types::SummaryMetricConfiguration
753
+ end
754
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/IoTWireless/Client.html#get_metric_configuration-instance_method
755
+ def get_metric_configuration: (
756
+ ) -> _GetMetricConfigurationResponseSuccess
757
+ | (?Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _GetMetricConfigurationResponseSuccess
758
+
759
+ interface _GetMetricsResponseSuccess
760
+ include ::Seahorse::Client::_ResponseSuccess[Types::GetMetricsResponse]
761
+ def summary_metric_query_results: () -> ::Array[Types::SummaryMetricQueryResult]
762
+ end
763
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/IoTWireless/Client.html#get_metrics-instance_method
764
+ def get_metrics: (
765
+ ?summary_metric_queries: Array[
766
+ {
767
+ query_id: ::String?,
768
+ metric_name: ("DeviceRSSI" | "DeviceSNR" | "DeviceUplinkCount" | "DeviceDownlinkCount" | "DeviceUplinkLostCount" | "DeviceUplinkLostRate" | "DeviceJoinRequestCount" | "DeviceJoinAcceptCount" | "DeviceRoamingUplinkCount" | "DeviceRoamingDownlinkCount" | "GatewayUpTime" | "GatewayDownTime" | "GatewayRSSI" | "GatewaySNR" | "GatewayUplinkCount" | "GatewayDownlinkCount" | "GatewayJoinRequestCount" | "GatewayJoinAcceptCount" | "AwsAccountUplinkCount" | "AwsAccountDownlinkCount" | "AwsAccountUplinkLostCount" | "AwsAccountUplinkLostRate" | "AwsAccountJoinRequestCount" | "AwsAccountJoinAcceptCount" | "AwsAccountRoamingUplinkCount" | "AwsAccountRoamingDownlinkCount" | "AwsAccountDeviceCount" | "AwsAccountGatewayCount" | "AwsAccountActiveDeviceCount" | "AwsAccountActiveGatewayCount")?,
769
+ dimensions: Array[
770
+ {
771
+ name: ("DeviceId" | "GatewayId")?,
772
+ value: ::String?
773
+ },
774
+ ]?,
775
+ aggregation_period: ("OneHour" | "OneDay" | "OneWeek")?,
776
+ start_timestamp: ::Time?,
777
+ end_timestamp: ::Time?
778
+ },
779
+ ]
780
+ ) -> _GetMetricsResponseSuccess
781
+ | (?Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _GetMetricsResponseSuccess
782
+
783
+ interface _GetMulticastGroupResponseSuccess
784
+ include ::Seahorse::Client::_ResponseSuccess[Types::GetMulticastGroupResponse]
785
+ def arn: () -> ::String
786
+ def id: () -> ::String
787
+ def name: () -> ::String
788
+ def description: () -> ::String
789
+ def status: () -> ::String
790
+ def lo_ra_wan: () -> Types::LoRaWANMulticastGet
791
+ def created_at: () -> ::Time
792
+ end
793
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/IoTWireless/Client.html#get_multicast_group-instance_method
794
+ def get_multicast_group: (
795
+ id: ::String
796
+ ) -> _GetMulticastGroupResponseSuccess
797
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _GetMulticastGroupResponseSuccess
798
+
799
+ interface _GetMulticastGroupSessionResponseSuccess
800
+ include ::Seahorse::Client::_ResponseSuccess[Types::GetMulticastGroupSessionResponse]
801
+ def lo_ra_wan: () -> Types::LoRaWANMulticastSession
802
+ end
803
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/IoTWireless/Client.html#get_multicast_group_session-instance_method
804
+ def get_multicast_group_session: (
805
+ id: ::String
806
+ ) -> _GetMulticastGroupSessionResponseSuccess
807
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _GetMulticastGroupSessionResponseSuccess
808
+
809
+ interface _GetNetworkAnalyzerConfigurationResponseSuccess
810
+ include ::Seahorse::Client::_ResponseSuccess[Types::GetNetworkAnalyzerConfigurationResponse]
811
+ def trace_content: () -> Types::TraceContent
812
+ def wireless_devices: () -> ::Array[::String]
813
+ def wireless_gateways: () -> ::Array[::String]
814
+ def description: () -> ::String
815
+ def arn: () -> ::String
816
+ def name: () -> ::String
817
+ def multicast_groups: () -> ::Array[::String]
818
+ end
819
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/IoTWireless/Client.html#get_network_analyzer_configuration-instance_method
820
+ def get_network_analyzer_configuration: (
821
+ configuration_name: ::String
822
+ ) -> _GetNetworkAnalyzerConfigurationResponseSuccess
823
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _GetNetworkAnalyzerConfigurationResponseSuccess
824
+
825
+ interface _GetPartnerAccountResponseSuccess
826
+ include ::Seahorse::Client::_ResponseSuccess[Types::GetPartnerAccountResponse]
827
+ def sidewalk: () -> Types::SidewalkAccountInfoWithFingerprint
828
+ def account_linked: () -> bool
829
+ end
830
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/IoTWireless/Client.html#get_partner_account-instance_method
831
+ def get_partner_account: (
832
+ partner_account_id: ::String,
833
+ partner_type: ("Sidewalk")
834
+ ) -> _GetPartnerAccountResponseSuccess
835
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _GetPartnerAccountResponseSuccess
836
+
837
+ interface _GetPositionResponseSuccess
838
+ include ::Seahorse::Client::_ResponseSuccess[Types::GetPositionResponse]
839
+ def position: () -> ::Array[::Float]
840
+ def accuracy: () -> Types::Accuracy
841
+ def solver_type: () -> ("GNSS")
842
+ def solver_provider: () -> ("Semtech")
843
+ def solver_version: () -> ::String
844
+ def timestamp: () -> ::String
845
+ end
846
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/IoTWireless/Client.html#get_position-instance_method
847
+ def get_position: (
848
+ resource_identifier: ::String,
849
+ resource_type: ("WirelessDevice" | "WirelessGateway")
850
+ ) -> _GetPositionResponseSuccess
851
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _GetPositionResponseSuccess
852
+
853
+ interface _GetPositionConfigurationResponseSuccess
854
+ include ::Seahorse::Client::_ResponseSuccess[Types::GetPositionConfigurationResponse]
855
+ def solvers: () -> Types::PositionSolverDetails
856
+ def destination: () -> ::String
857
+ end
858
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/IoTWireless/Client.html#get_position_configuration-instance_method
859
+ def get_position_configuration: (
860
+ resource_identifier: ::String,
861
+ resource_type: ("WirelessDevice" | "WirelessGateway")
862
+ ) -> _GetPositionConfigurationResponseSuccess
863
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _GetPositionConfigurationResponseSuccess
864
+
865
+ interface _GetPositionEstimateResponseSuccess
866
+ include ::Seahorse::Client::_ResponseSuccess[Types::GetPositionEstimateResponse]
867
+ def geo_json_payload: () -> ::IO
868
+ end
869
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/IoTWireless/Client.html#get_position_estimate-instance_method
870
+ def get_position_estimate: (
871
+ ?wi_fi_access_points: Array[
872
+ {
873
+ mac_address: ::String,
874
+ rss: ::Integer
875
+ },
876
+ ],
877
+ ?cell_towers: {
878
+ gsm: Array[
879
+ {
880
+ mcc: ::Integer,
881
+ mnc: ::Integer,
882
+ lac: ::Integer,
883
+ geran_cid: ::Integer,
884
+ gsm_local_id: {
885
+ bsic: ::Integer,
886
+ bcch: ::Integer
887
+ }?,
888
+ gsm_timing_advance: ::Integer?,
889
+ rx_level: ::Integer?,
890
+ gsm_nmr: Array[
891
+ {
892
+ bsic: ::Integer,
893
+ bcch: ::Integer,
894
+ rx_level: ::Integer?,
895
+ global_identity: {
896
+ lac: ::Integer,
897
+ geran_cid: ::Integer
898
+ }?
899
+ },
900
+ ]?
901
+ },
902
+ ]?,
903
+ wcdma: Array[
904
+ {
905
+ mcc: ::Integer,
906
+ mnc: ::Integer,
907
+ lac: ::Integer?,
908
+ utran_cid: ::Integer,
909
+ wcdma_local_id: {
910
+ uarfcndl: ::Integer,
911
+ psc: ::Integer
912
+ }?,
913
+ rscp: ::Integer?,
914
+ path_loss: ::Integer?,
915
+ wcdma_nmr: Array[
916
+ {
917
+ uarfcndl: ::Integer,
918
+ psc: ::Integer,
919
+ utran_cid: ::Integer,
920
+ rscp: ::Integer?,
921
+ path_loss: ::Integer?
922
+ },
923
+ ]?
924
+ },
925
+ ]?,
926
+ tdscdma: Array[
927
+ {
928
+ mcc: ::Integer,
929
+ mnc: ::Integer,
930
+ lac: ::Integer?,
931
+ utran_cid: ::Integer,
932
+ tdscdma_local_id: {
933
+ uarfcn: ::Integer,
934
+ cell_params: ::Integer
935
+ }?,
936
+ tdscdma_timing_advance: ::Integer?,
937
+ rscp: ::Integer?,
938
+ path_loss: ::Integer?,
939
+ tdscdma_nmr: Array[
940
+ {
941
+ uarfcn: ::Integer,
942
+ cell_params: ::Integer,
943
+ utran_cid: ::Integer?,
944
+ rscp: ::Integer?,
945
+ path_loss: ::Integer?
946
+ },
947
+ ]?
948
+ },
949
+ ]?,
950
+ lte: Array[
951
+ {
952
+ mcc: ::Integer,
953
+ mnc: ::Integer,
954
+ eutran_cid: ::Integer,
955
+ tac: ::Integer?,
956
+ lte_local_id: {
957
+ pci: ::Integer,
958
+ earfcn: ::Integer
959
+ }?,
960
+ lte_timing_advance: ::Integer?,
961
+ rsrp: ::Integer?,
962
+ rsrq: ::Float?,
963
+ nr_capable: bool?,
964
+ lte_nmr: Array[
965
+ {
966
+ pci: ::Integer,
967
+ earfcn: ::Integer,
968
+ eutran_cid: ::Integer,
969
+ rsrp: ::Integer?,
970
+ rsrq: ::Float?
971
+ },
972
+ ]?
973
+ },
974
+ ]?,
975
+ cdma: Array[
976
+ {
977
+ system_id: ::Integer,
978
+ network_id: ::Integer,
979
+ base_station_id: ::Integer,
980
+ registration_zone: ::Integer?,
981
+ cdma_local_id: {
982
+ pn_offset: ::Integer,
983
+ cdma_channel: ::Integer
984
+ }?,
985
+ pilot_power: ::Integer?,
986
+ base_lat: ::Float?,
987
+ base_lng: ::Float?,
988
+ cdma_nmr: Array[
989
+ {
990
+ pn_offset: ::Integer,
991
+ cdma_channel: ::Integer,
992
+ pilot_power: ::Integer?,
993
+ base_station_id: ::Integer?
994
+ },
995
+ ]?
996
+ },
997
+ ]?
998
+ },
999
+ ?ip: {
1000
+ ip_address: ::String
1001
+ },
1002
+ ?gnss: {
1003
+ payload: ::String,
1004
+ capture_time: ::Float?,
1005
+ capture_time_accuracy: ::Float?,
1006
+ assist_position: Array[::Float]?,
1007
+ assist_altitude: ::Float?,
1008
+ use_2_d_solver: bool?
1009
+ },
1010
+ ?timestamp: ::Time
1011
+ ) ?{ (*untyped) -> void } -> _GetPositionEstimateResponseSuccess
1012
+ | (?Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) ?{ (*untyped) -> void } -> _GetPositionEstimateResponseSuccess
1013
+
1014
+ interface _GetResourceEventConfigurationResponseSuccess
1015
+ include ::Seahorse::Client::_ResponseSuccess[Types::GetResourceEventConfigurationResponse]
1016
+ def device_registration_state: () -> Types::DeviceRegistrationStateEventConfiguration
1017
+ def proximity: () -> Types::ProximityEventConfiguration
1018
+ def join: () -> Types::JoinEventConfiguration
1019
+ def connection_status: () -> Types::ConnectionStatusEventConfiguration
1020
+ def message_delivery_status: () -> Types::MessageDeliveryStatusEventConfiguration
1021
+ end
1022
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/IoTWireless/Client.html#get_resource_event_configuration-instance_method
1023
+ def get_resource_event_configuration: (
1024
+ identifier: ::String,
1025
+ identifier_type: ("PartnerAccountId" | "DevEui" | "GatewayEui" | "WirelessDeviceId" | "WirelessGatewayId"),
1026
+ ?partner_type: ("Sidewalk")
1027
+ ) -> _GetResourceEventConfigurationResponseSuccess
1028
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _GetResourceEventConfigurationResponseSuccess
1029
+
1030
+ interface _GetResourceLogLevelResponseSuccess
1031
+ include ::Seahorse::Client::_ResponseSuccess[Types::GetResourceLogLevelResponse]
1032
+ def log_level: () -> ("INFO" | "ERROR" | "DISABLED")
1033
+ end
1034
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/IoTWireless/Client.html#get_resource_log_level-instance_method
1035
+ def get_resource_log_level: (
1036
+ resource_identifier: ::String,
1037
+ resource_type: ::String
1038
+ ) -> _GetResourceLogLevelResponseSuccess
1039
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _GetResourceLogLevelResponseSuccess
1040
+
1041
+ interface _GetResourcePositionResponseSuccess
1042
+ include ::Seahorse::Client::_ResponseSuccess[Types::GetResourcePositionResponse]
1043
+ def geo_json_payload: () -> ::IO
1044
+ end
1045
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/IoTWireless/Client.html#get_resource_position-instance_method
1046
+ def get_resource_position: (
1047
+ resource_identifier: ::String,
1048
+ resource_type: ("WirelessDevice" | "WirelessGateway")
1049
+ ) ?{ (*untyped) -> void } -> _GetResourcePositionResponseSuccess
1050
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) ?{ (*untyped) -> void } -> _GetResourcePositionResponseSuccess
1051
+
1052
+ interface _GetServiceEndpointResponseSuccess
1053
+ include ::Seahorse::Client::_ResponseSuccess[Types::GetServiceEndpointResponse]
1054
+ def service_type: () -> ("CUPS" | "LNS")
1055
+ def service_endpoint: () -> ::String
1056
+ def server_trust: () -> ::String
1057
+ end
1058
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/IoTWireless/Client.html#get_service_endpoint-instance_method
1059
+ def get_service_endpoint: (
1060
+ ?service_type: ("CUPS" | "LNS")
1061
+ ) -> _GetServiceEndpointResponseSuccess
1062
+ | (?Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _GetServiceEndpointResponseSuccess
1063
+
1064
+ interface _GetServiceProfileResponseSuccess
1065
+ include ::Seahorse::Client::_ResponseSuccess[Types::GetServiceProfileResponse]
1066
+ def arn: () -> ::String
1067
+ def name: () -> ::String
1068
+ def id: () -> ::String
1069
+ def lo_ra_wan: () -> Types::LoRaWANGetServiceProfileInfo
1070
+ end
1071
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/IoTWireless/Client.html#get_service_profile-instance_method
1072
+ def get_service_profile: (
1073
+ id: ::String
1074
+ ) -> _GetServiceProfileResponseSuccess
1075
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _GetServiceProfileResponseSuccess
1076
+
1077
+ interface _GetWirelessDeviceResponseSuccess
1078
+ include ::Seahorse::Client::_ResponseSuccess[Types::GetWirelessDeviceResponse]
1079
+ def type: () -> ("Sidewalk" | "LoRaWAN")
1080
+ def name: () -> ::String
1081
+ def description: () -> ::String
1082
+ def destination_name: () -> ::String
1083
+ def id: () -> ::String
1084
+ def arn: () -> ::String
1085
+ def thing_name: () -> ::String
1086
+ def thing_arn: () -> ::String
1087
+ def lo_ra_wan: () -> Types::LoRaWANDevice
1088
+ def sidewalk: () -> Types::SidewalkDevice
1089
+ def positioning: () -> ("Enabled" | "Disabled")
1090
+ end
1091
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/IoTWireless/Client.html#get_wireless_device-instance_method
1092
+ def get_wireless_device: (
1093
+ identifier: ::String,
1094
+ identifier_type: ("WirelessDeviceId" | "DevEui" | "ThingName" | "SidewalkManufacturingSn")
1095
+ ) -> _GetWirelessDeviceResponseSuccess
1096
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _GetWirelessDeviceResponseSuccess
1097
+
1098
+ interface _GetWirelessDeviceImportTaskResponseSuccess
1099
+ include ::Seahorse::Client::_ResponseSuccess[Types::GetWirelessDeviceImportTaskResponse]
1100
+ def id: () -> ::String
1101
+ def arn: () -> ::String
1102
+ def destination_name: () -> ::String
1103
+ def sidewalk: () -> Types::SidewalkGetStartImportInfo
1104
+ def creation_time: () -> ::Time
1105
+ def status: () -> ("INITIALIZING" | "INITIALIZED" | "PENDING" | "COMPLETE" | "FAILED" | "DELETING")
1106
+ def status_reason: () -> ::String
1107
+ def initialized_imported_device_count: () -> ::Integer
1108
+ def pending_imported_device_count: () -> ::Integer
1109
+ def onboarded_imported_device_count: () -> ::Integer
1110
+ def failed_imported_device_count: () -> ::Integer
1111
+ end
1112
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/IoTWireless/Client.html#get_wireless_device_import_task-instance_method
1113
+ def get_wireless_device_import_task: (
1114
+ id: ::String
1115
+ ) -> _GetWirelessDeviceImportTaskResponseSuccess
1116
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _GetWirelessDeviceImportTaskResponseSuccess
1117
+
1118
+ interface _GetWirelessDeviceStatisticsResponseSuccess
1119
+ include ::Seahorse::Client::_ResponseSuccess[Types::GetWirelessDeviceStatisticsResponse]
1120
+ def wireless_device_id: () -> ::String
1121
+ def last_uplink_received_at: () -> ::String
1122
+ def lo_ra_wan: () -> Types::LoRaWANDeviceMetadata
1123
+ def sidewalk: () -> Types::SidewalkDeviceMetadata
1124
+ end
1125
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/IoTWireless/Client.html#get_wireless_device_statistics-instance_method
1126
+ def get_wireless_device_statistics: (
1127
+ wireless_device_id: ::String
1128
+ ) -> _GetWirelessDeviceStatisticsResponseSuccess
1129
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _GetWirelessDeviceStatisticsResponseSuccess
1130
+
1131
+ interface _GetWirelessGatewayResponseSuccess
1132
+ include ::Seahorse::Client::_ResponseSuccess[Types::GetWirelessGatewayResponse]
1133
+ def name: () -> ::String
1134
+ def id: () -> ::String
1135
+ def description: () -> ::String
1136
+ def lo_ra_wan: () -> Types::LoRaWANGateway
1137
+ def arn: () -> ::String
1138
+ def thing_name: () -> ::String
1139
+ def thing_arn: () -> ::String
1140
+ end
1141
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/IoTWireless/Client.html#get_wireless_gateway-instance_method
1142
+ def get_wireless_gateway: (
1143
+ identifier: ::String,
1144
+ identifier_type: ("GatewayEui" | "WirelessGatewayId" | "ThingName")
1145
+ ) -> _GetWirelessGatewayResponseSuccess
1146
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _GetWirelessGatewayResponseSuccess
1147
+
1148
+ interface _GetWirelessGatewayCertificateResponseSuccess
1149
+ include ::Seahorse::Client::_ResponseSuccess[Types::GetWirelessGatewayCertificateResponse]
1150
+ def iot_certificate_id: () -> ::String
1151
+ def lo_ra_wan_network_server_certificate_id: () -> ::String
1152
+ end
1153
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/IoTWireless/Client.html#get_wireless_gateway_certificate-instance_method
1154
+ def get_wireless_gateway_certificate: (
1155
+ id: ::String
1156
+ ) -> _GetWirelessGatewayCertificateResponseSuccess
1157
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _GetWirelessGatewayCertificateResponseSuccess
1158
+
1159
+ interface _GetWirelessGatewayFirmwareInformationResponseSuccess
1160
+ include ::Seahorse::Client::_ResponseSuccess[Types::GetWirelessGatewayFirmwareInformationResponse]
1161
+ def lo_ra_wan: () -> Types::LoRaWANGatewayCurrentVersion
1162
+ end
1163
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/IoTWireless/Client.html#get_wireless_gateway_firmware_information-instance_method
1164
+ def get_wireless_gateway_firmware_information: (
1165
+ id: ::String
1166
+ ) -> _GetWirelessGatewayFirmwareInformationResponseSuccess
1167
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _GetWirelessGatewayFirmwareInformationResponseSuccess
1168
+
1169
+ interface _GetWirelessGatewayStatisticsResponseSuccess
1170
+ include ::Seahorse::Client::_ResponseSuccess[Types::GetWirelessGatewayStatisticsResponse]
1171
+ def wireless_gateway_id: () -> ::String
1172
+ def last_uplink_received_at: () -> ::String
1173
+ def connection_status: () -> ("Connected" | "Disconnected")
1174
+ end
1175
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/IoTWireless/Client.html#get_wireless_gateway_statistics-instance_method
1176
+ def get_wireless_gateway_statistics: (
1177
+ wireless_gateway_id: ::String
1178
+ ) -> _GetWirelessGatewayStatisticsResponseSuccess
1179
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _GetWirelessGatewayStatisticsResponseSuccess
1180
+
1181
+ interface _GetWirelessGatewayTaskResponseSuccess
1182
+ include ::Seahorse::Client::_ResponseSuccess[Types::GetWirelessGatewayTaskResponse]
1183
+ def wireless_gateway_id: () -> ::String
1184
+ def wireless_gateway_task_definition_id: () -> ::String
1185
+ def last_uplink_received_at: () -> ::String
1186
+ def task_created_at: () -> ::String
1187
+ def status: () -> ("PENDING" | "IN_PROGRESS" | "FIRST_RETRY" | "SECOND_RETRY" | "COMPLETED" | "FAILED")
1188
+ end
1189
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/IoTWireless/Client.html#get_wireless_gateway_task-instance_method
1190
+ def get_wireless_gateway_task: (
1191
+ id: ::String
1192
+ ) -> _GetWirelessGatewayTaskResponseSuccess
1193
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _GetWirelessGatewayTaskResponseSuccess
1194
+
1195
+ interface _GetWirelessGatewayTaskDefinitionResponseSuccess
1196
+ include ::Seahorse::Client::_ResponseSuccess[Types::GetWirelessGatewayTaskDefinitionResponse]
1197
+ def auto_create_tasks: () -> bool
1198
+ def name: () -> ::String
1199
+ def update: () -> Types::UpdateWirelessGatewayTaskCreate
1200
+ def arn: () -> ::String
1201
+ end
1202
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/IoTWireless/Client.html#get_wireless_gateway_task_definition-instance_method
1203
+ def get_wireless_gateway_task_definition: (
1204
+ id: ::String
1205
+ ) -> _GetWirelessGatewayTaskDefinitionResponseSuccess
1206
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _GetWirelessGatewayTaskDefinitionResponseSuccess
1207
+
1208
+ interface _ListDestinationsResponseSuccess
1209
+ include ::Seahorse::Client::_ResponseSuccess[Types::ListDestinationsResponse]
1210
+ def next_token: () -> ::String
1211
+ def destination_list: () -> ::Array[Types::Destinations]
1212
+ end
1213
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/IoTWireless/Client.html#list_destinations-instance_method
1214
+ def list_destinations: (
1215
+ ?max_results: ::Integer,
1216
+ ?next_token: ::String
1217
+ ) -> _ListDestinationsResponseSuccess
1218
+ | (?Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _ListDestinationsResponseSuccess
1219
+
1220
+ interface _ListDeviceProfilesResponseSuccess
1221
+ include ::Seahorse::Client::_ResponseSuccess[Types::ListDeviceProfilesResponse]
1222
+ def next_token: () -> ::String
1223
+ def device_profile_list: () -> ::Array[Types::DeviceProfile]
1224
+ end
1225
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/IoTWireless/Client.html#list_device_profiles-instance_method
1226
+ def list_device_profiles: (
1227
+ ?next_token: ::String,
1228
+ ?max_results: ::Integer,
1229
+ ?device_profile_type: ("Sidewalk" | "LoRaWAN")
1230
+ ) -> _ListDeviceProfilesResponseSuccess
1231
+ | (?Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _ListDeviceProfilesResponseSuccess
1232
+
1233
+ interface _ListDevicesForWirelessDeviceImportTaskResponseSuccess
1234
+ include ::Seahorse::Client::_ResponseSuccess[Types::ListDevicesForWirelessDeviceImportTaskResponse]
1235
+ def next_token: () -> ::String
1236
+ def destination_name: () -> ::String
1237
+ def imported_wireless_device_list: () -> ::Array[Types::ImportedWirelessDevice]
1238
+ end
1239
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/IoTWireless/Client.html#list_devices_for_wireless_device_import_task-instance_method
1240
+ def list_devices_for_wireless_device_import_task: (
1241
+ id: ::String,
1242
+ ?max_results: ::Integer,
1243
+ ?next_token: ::String,
1244
+ ?status: ("INITIALIZED" | "PENDING" | "ONBOARDED" | "FAILED")
1245
+ ) -> _ListDevicesForWirelessDeviceImportTaskResponseSuccess
1246
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _ListDevicesForWirelessDeviceImportTaskResponseSuccess
1247
+
1248
+ interface _ListEventConfigurationsResponseSuccess
1249
+ include ::Seahorse::Client::_ResponseSuccess[Types::ListEventConfigurationsResponse]
1250
+ def next_token: () -> ::String
1251
+ def event_configurations_list: () -> ::Array[Types::EventConfigurationItem]
1252
+ end
1253
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/IoTWireless/Client.html#list_event_configurations-instance_method
1254
+ def list_event_configurations: (
1255
+ resource_type: ("SidewalkAccount" | "WirelessDevice" | "WirelessGateway"),
1256
+ ?max_results: ::Integer,
1257
+ ?next_token: ::String
1258
+ ) -> _ListEventConfigurationsResponseSuccess
1259
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _ListEventConfigurationsResponseSuccess
1260
+
1261
+ interface _ListFuotaTasksResponseSuccess
1262
+ include ::Seahorse::Client::_ResponseSuccess[Types::ListFuotaTasksResponse]
1263
+ def next_token: () -> ::String
1264
+ def fuota_task_list: () -> ::Array[Types::FuotaTask]
1265
+ end
1266
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/IoTWireless/Client.html#list_fuota_tasks-instance_method
1267
+ def list_fuota_tasks: (
1268
+ ?next_token: ::String,
1269
+ ?max_results: ::Integer
1270
+ ) -> _ListFuotaTasksResponseSuccess
1271
+ | (?Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _ListFuotaTasksResponseSuccess
1272
+
1273
+ interface _ListMulticastGroupsResponseSuccess
1274
+ include ::Seahorse::Client::_ResponseSuccess[Types::ListMulticastGroupsResponse]
1275
+ def next_token: () -> ::String
1276
+ def multicast_group_list: () -> ::Array[Types::MulticastGroup]
1277
+ end
1278
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/IoTWireless/Client.html#list_multicast_groups-instance_method
1279
+ def list_multicast_groups: (
1280
+ ?next_token: ::String,
1281
+ ?max_results: ::Integer
1282
+ ) -> _ListMulticastGroupsResponseSuccess
1283
+ | (?Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _ListMulticastGroupsResponseSuccess
1284
+
1285
+ interface _ListMulticastGroupsByFuotaTaskResponseSuccess
1286
+ include ::Seahorse::Client::_ResponseSuccess[Types::ListMulticastGroupsByFuotaTaskResponse]
1287
+ def next_token: () -> ::String
1288
+ def multicast_group_list: () -> ::Array[Types::MulticastGroupByFuotaTask]
1289
+ end
1290
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/IoTWireless/Client.html#list_multicast_groups_by_fuota_task-instance_method
1291
+ def list_multicast_groups_by_fuota_task: (
1292
+ id: ::String,
1293
+ ?next_token: ::String,
1294
+ ?max_results: ::Integer
1295
+ ) -> _ListMulticastGroupsByFuotaTaskResponseSuccess
1296
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _ListMulticastGroupsByFuotaTaskResponseSuccess
1297
+
1298
+ interface _ListNetworkAnalyzerConfigurationsResponseSuccess
1299
+ include ::Seahorse::Client::_ResponseSuccess[Types::ListNetworkAnalyzerConfigurationsResponse]
1300
+ def next_token: () -> ::String
1301
+ def network_analyzer_configuration_list: () -> ::Array[Types::NetworkAnalyzerConfigurations]
1302
+ end
1303
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/IoTWireless/Client.html#list_network_analyzer_configurations-instance_method
1304
+ def list_network_analyzer_configurations: (
1305
+ ?max_results: ::Integer,
1306
+ ?next_token: ::String
1307
+ ) -> _ListNetworkAnalyzerConfigurationsResponseSuccess
1308
+ | (?Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _ListNetworkAnalyzerConfigurationsResponseSuccess
1309
+
1310
+ interface _ListPartnerAccountsResponseSuccess
1311
+ include ::Seahorse::Client::_ResponseSuccess[Types::ListPartnerAccountsResponse]
1312
+ def next_token: () -> ::String
1313
+ def sidewalk: () -> ::Array[Types::SidewalkAccountInfoWithFingerprint]
1314
+ end
1315
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/IoTWireless/Client.html#list_partner_accounts-instance_method
1316
+ def list_partner_accounts: (
1317
+ ?next_token: ::String,
1318
+ ?max_results: ::Integer
1319
+ ) -> _ListPartnerAccountsResponseSuccess
1320
+ | (?Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _ListPartnerAccountsResponseSuccess
1321
+
1322
+ interface _ListPositionConfigurationsResponseSuccess
1323
+ include ::Seahorse::Client::_ResponseSuccess[Types::ListPositionConfigurationsResponse]
1324
+ def position_configuration_list: () -> ::Array[Types::PositionConfigurationItem]
1325
+ def next_token: () -> ::String
1326
+ end
1327
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/IoTWireless/Client.html#list_position_configurations-instance_method
1328
+ def list_position_configurations: (
1329
+ ?resource_type: ("WirelessDevice" | "WirelessGateway"),
1330
+ ?max_results: ::Integer,
1331
+ ?next_token: ::String
1332
+ ) -> _ListPositionConfigurationsResponseSuccess
1333
+ | (?Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _ListPositionConfigurationsResponseSuccess
1334
+
1335
+ interface _ListQueuedMessagesResponseSuccess
1336
+ include ::Seahorse::Client::_ResponseSuccess[Types::ListQueuedMessagesResponse]
1337
+ def next_token: () -> ::String
1338
+ def downlink_queue_messages_list: () -> ::Array[Types::DownlinkQueueMessage]
1339
+ end
1340
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/IoTWireless/Client.html#list_queued_messages-instance_method
1341
+ def list_queued_messages: (
1342
+ id: ::String,
1343
+ ?next_token: ::String,
1344
+ ?max_results: ::Integer,
1345
+ ?wireless_device_type: ("Sidewalk" | "LoRaWAN")
1346
+ ) -> _ListQueuedMessagesResponseSuccess
1347
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _ListQueuedMessagesResponseSuccess
1348
+
1349
+ interface _ListServiceProfilesResponseSuccess
1350
+ include ::Seahorse::Client::_ResponseSuccess[Types::ListServiceProfilesResponse]
1351
+ def next_token: () -> ::String
1352
+ def service_profile_list: () -> ::Array[Types::ServiceProfile]
1353
+ end
1354
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/IoTWireless/Client.html#list_service_profiles-instance_method
1355
+ def list_service_profiles: (
1356
+ ?next_token: ::String,
1357
+ ?max_results: ::Integer
1358
+ ) -> _ListServiceProfilesResponseSuccess
1359
+ | (?Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _ListServiceProfilesResponseSuccess
1360
+
1361
+ interface _ListTagsForResourceResponseSuccess
1362
+ include ::Seahorse::Client::_ResponseSuccess[Types::ListTagsForResourceResponse]
1363
+ def tags: () -> ::Array[Types::Tag]
1364
+ end
1365
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/IoTWireless/Client.html#list_tags_for_resource-instance_method
1366
+ def list_tags_for_resource: (
1367
+ resource_arn: ::String
1368
+ ) -> _ListTagsForResourceResponseSuccess
1369
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _ListTagsForResourceResponseSuccess
1370
+
1371
+ interface _ListWirelessDeviceImportTasksResponseSuccess
1372
+ include ::Seahorse::Client::_ResponseSuccess[Types::ListWirelessDeviceImportTasksResponse]
1373
+ def next_token: () -> ::String
1374
+ def wireless_device_import_task_list: () -> ::Array[Types::WirelessDeviceImportTask]
1375
+ end
1376
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/IoTWireless/Client.html#list_wireless_device_import_tasks-instance_method
1377
+ def list_wireless_device_import_tasks: (
1378
+ ?max_results: ::Integer,
1379
+ ?next_token: ::String
1380
+ ) -> _ListWirelessDeviceImportTasksResponseSuccess
1381
+ | (?Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _ListWirelessDeviceImportTasksResponseSuccess
1382
+
1383
+ interface _ListWirelessDevicesResponseSuccess
1384
+ include ::Seahorse::Client::_ResponseSuccess[Types::ListWirelessDevicesResponse]
1385
+ def next_token: () -> ::String
1386
+ def wireless_device_list: () -> ::Array[Types::WirelessDeviceStatistics]
1387
+ end
1388
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/IoTWireless/Client.html#list_wireless_devices-instance_method
1389
+ def list_wireless_devices: (
1390
+ ?max_results: ::Integer,
1391
+ ?next_token: ::String,
1392
+ ?destination_name: ::String,
1393
+ ?device_profile_id: ::String,
1394
+ ?service_profile_id: ::String,
1395
+ ?wireless_device_type: ("Sidewalk" | "LoRaWAN"),
1396
+ ?fuota_task_id: ::String,
1397
+ ?multicast_group_id: ::String
1398
+ ) -> _ListWirelessDevicesResponseSuccess
1399
+ | (?Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _ListWirelessDevicesResponseSuccess
1400
+
1401
+ interface _ListWirelessGatewayTaskDefinitionsResponseSuccess
1402
+ include ::Seahorse::Client::_ResponseSuccess[Types::ListWirelessGatewayTaskDefinitionsResponse]
1403
+ def next_token: () -> ::String
1404
+ def task_definitions: () -> ::Array[Types::UpdateWirelessGatewayTaskEntry]
1405
+ end
1406
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/IoTWireless/Client.html#list_wireless_gateway_task_definitions-instance_method
1407
+ def list_wireless_gateway_task_definitions: (
1408
+ ?max_results: ::Integer,
1409
+ ?next_token: ::String,
1410
+ ?task_definition_type: ("UPDATE")
1411
+ ) -> _ListWirelessGatewayTaskDefinitionsResponseSuccess
1412
+ | (?Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _ListWirelessGatewayTaskDefinitionsResponseSuccess
1413
+
1414
+ interface _ListWirelessGatewaysResponseSuccess
1415
+ include ::Seahorse::Client::_ResponseSuccess[Types::ListWirelessGatewaysResponse]
1416
+ def next_token: () -> ::String
1417
+ def wireless_gateway_list: () -> ::Array[Types::WirelessGatewayStatistics]
1418
+ end
1419
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/IoTWireless/Client.html#list_wireless_gateways-instance_method
1420
+ def list_wireless_gateways: (
1421
+ ?next_token: ::String,
1422
+ ?max_results: ::Integer
1423
+ ) -> _ListWirelessGatewaysResponseSuccess
1424
+ | (?Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _ListWirelessGatewaysResponseSuccess
1425
+
1426
+ interface _PutPositionConfigurationResponseSuccess
1427
+ include ::Seahorse::Client::_ResponseSuccess[Types::PutPositionConfigurationResponse]
1428
+ end
1429
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/IoTWireless/Client.html#put_position_configuration-instance_method
1430
+ def put_position_configuration: (
1431
+ resource_identifier: ::String,
1432
+ resource_type: ("WirelessDevice" | "WirelessGateway"),
1433
+ ?solvers: {
1434
+ semtech_gnss: {
1435
+ status: ("Enabled" | "Disabled"),
1436
+ fec: ("ROSE" | "NONE")
1437
+ }?
1438
+ },
1439
+ ?destination: ::String
1440
+ ) -> _PutPositionConfigurationResponseSuccess
1441
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _PutPositionConfigurationResponseSuccess
1442
+
1443
+ interface _PutResourceLogLevelResponseSuccess
1444
+ include ::Seahorse::Client::_ResponseSuccess[Types::PutResourceLogLevelResponse]
1445
+ end
1446
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/IoTWireless/Client.html#put_resource_log_level-instance_method
1447
+ def put_resource_log_level: (
1448
+ resource_identifier: ::String,
1449
+ resource_type: ::String,
1450
+ log_level: ("INFO" | "ERROR" | "DISABLED")
1451
+ ) -> _PutResourceLogLevelResponseSuccess
1452
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _PutResourceLogLevelResponseSuccess
1453
+
1454
+ interface _ResetAllResourceLogLevelsResponseSuccess
1455
+ include ::Seahorse::Client::_ResponseSuccess[Types::ResetAllResourceLogLevelsResponse]
1456
+ end
1457
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/IoTWireless/Client.html#reset_all_resource_log_levels-instance_method
1458
+ def reset_all_resource_log_levels: (
1459
+ ) -> _ResetAllResourceLogLevelsResponseSuccess
1460
+ | (?Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _ResetAllResourceLogLevelsResponseSuccess
1461
+
1462
+ interface _ResetResourceLogLevelResponseSuccess
1463
+ include ::Seahorse::Client::_ResponseSuccess[Types::ResetResourceLogLevelResponse]
1464
+ end
1465
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/IoTWireless/Client.html#reset_resource_log_level-instance_method
1466
+ def reset_resource_log_level: (
1467
+ resource_identifier: ::String,
1468
+ resource_type: ::String
1469
+ ) -> _ResetResourceLogLevelResponseSuccess
1470
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _ResetResourceLogLevelResponseSuccess
1471
+
1472
+ interface _SendDataToMulticastGroupResponseSuccess
1473
+ include ::Seahorse::Client::_ResponseSuccess[Types::SendDataToMulticastGroupResponse]
1474
+ def message_id: () -> ::String
1475
+ end
1476
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/IoTWireless/Client.html#send_data_to_multicast_group-instance_method
1477
+ def send_data_to_multicast_group: (
1478
+ id: ::String,
1479
+ payload_data: ::String,
1480
+ wireless_metadata: {
1481
+ lo_ra_wan: {
1482
+ f_port: ::Integer?
1483
+ }?
1484
+ }
1485
+ ) -> _SendDataToMulticastGroupResponseSuccess
1486
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _SendDataToMulticastGroupResponseSuccess
1487
+
1488
+ interface _SendDataToWirelessDeviceResponseSuccess
1489
+ include ::Seahorse::Client::_ResponseSuccess[Types::SendDataToWirelessDeviceResponse]
1490
+ def message_id: () -> ::String
1491
+ end
1492
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/IoTWireless/Client.html#send_data_to_wireless_device-instance_method
1493
+ def send_data_to_wireless_device: (
1494
+ id: ::String,
1495
+ transmit_mode: ::Integer,
1496
+ payload_data: ::String,
1497
+ ?wireless_metadata: {
1498
+ lo_ra_wan: {
1499
+ f_port: ::Integer?,
1500
+ participating_gateways: {
1501
+ downlink_mode: ("SEQUENTIAL" | "CONCURRENT" | "USING_UPLINK_GATEWAY"),
1502
+ gateway_list: Array[
1503
+ {
1504
+ gateway_id: ::String,
1505
+ downlink_frequency: ::Integer
1506
+ },
1507
+ ],
1508
+ transmission_interval: ::Integer
1509
+ }?
1510
+ }?,
1511
+ sidewalk: {
1512
+ seq: ::Integer?,
1513
+ message_type: ("CUSTOM_COMMAND_ID_NOTIFY" | "CUSTOM_COMMAND_ID_GET" | "CUSTOM_COMMAND_ID_SET" | "CUSTOM_COMMAND_ID_RESP")?,
1514
+ ack_mode_retry_duration_secs: ::Integer?
1515
+ }?
1516
+ }
1517
+ ) -> _SendDataToWirelessDeviceResponseSuccess
1518
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _SendDataToWirelessDeviceResponseSuccess
1519
+
1520
+ interface _StartBulkAssociateWirelessDeviceWithMulticastGroupResponseSuccess
1521
+ include ::Seahorse::Client::_ResponseSuccess[Types::StartBulkAssociateWirelessDeviceWithMulticastGroupResponse]
1522
+ end
1523
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/IoTWireless/Client.html#start_bulk_associate_wireless_device_with_multicast_group-instance_method
1524
+ def start_bulk_associate_wireless_device_with_multicast_group: (
1525
+ id: ::String,
1526
+ ?query_string: ::String,
1527
+ ?tags: Array[
1528
+ {
1529
+ key: ::String,
1530
+ value: ::String
1531
+ },
1532
+ ]
1533
+ ) -> _StartBulkAssociateWirelessDeviceWithMulticastGroupResponseSuccess
1534
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _StartBulkAssociateWirelessDeviceWithMulticastGroupResponseSuccess
1535
+
1536
+ interface _StartBulkDisassociateWirelessDeviceFromMulticastGroupResponseSuccess
1537
+ include ::Seahorse::Client::_ResponseSuccess[Types::StartBulkDisassociateWirelessDeviceFromMulticastGroupResponse]
1538
+ end
1539
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/IoTWireless/Client.html#start_bulk_disassociate_wireless_device_from_multicast_group-instance_method
1540
+ def start_bulk_disassociate_wireless_device_from_multicast_group: (
1541
+ id: ::String,
1542
+ ?query_string: ::String,
1543
+ ?tags: Array[
1544
+ {
1545
+ key: ::String,
1546
+ value: ::String
1547
+ },
1548
+ ]
1549
+ ) -> _StartBulkDisassociateWirelessDeviceFromMulticastGroupResponseSuccess
1550
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _StartBulkDisassociateWirelessDeviceFromMulticastGroupResponseSuccess
1551
+
1552
+ interface _StartFuotaTaskResponseSuccess
1553
+ include ::Seahorse::Client::_ResponseSuccess[Types::StartFuotaTaskResponse]
1554
+ end
1555
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/IoTWireless/Client.html#start_fuota_task-instance_method
1556
+ def start_fuota_task: (
1557
+ id: ::String,
1558
+ ?lo_ra_wan: {
1559
+ start_time: ::Time?
1560
+ }
1561
+ ) -> _StartFuotaTaskResponseSuccess
1562
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _StartFuotaTaskResponseSuccess
1563
+
1564
+ interface _StartMulticastGroupSessionResponseSuccess
1565
+ include ::Seahorse::Client::_ResponseSuccess[Types::StartMulticastGroupSessionResponse]
1566
+ end
1567
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/IoTWireless/Client.html#start_multicast_group_session-instance_method
1568
+ def start_multicast_group_session: (
1569
+ id: ::String,
1570
+ lo_ra_wan: {
1571
+ dl_dr: ::Integer?,
1572
+ dl_freq: ::Integer?,
1573
+ session_start_time: ::Time?,
1574
+ session_timeout: ::Integer?,
1575
+ ping_slot_period: ::Integer?
1576
+ }
1577
+ ) -> _StartMulticastGroupSessionResponseSuccess
1578
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _StartMulticastGroupSessionResponseSuccess
1579
+
1580
+ interface _StartSingleWirelessDeviceImportTaskResponseSuccess
1581
+ include ::Seahorse::Client::_ResponseSuccess[Types::StartSingleWirelessDeviceImportTaskResponse]
1582
+ def id: () -> ::String
1583
+ def arn: () -> ::String
1584
+ end
1585
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/IoTWireless/Client.html#start_single_wireless_device_import_task-instance_method
1586
+ def start_single_wireless_device_import_task: (
1587
+ destination_name: ::String,
1588
+ ?client_request_token: ::String,
1589
+ ?device_name: ::String,
1590
+ ?tags: Array[
1591
+ {
1592
+ key: ::String,
1593
+ value: ::String
1594
+ },
1595
+ ],
1596
+ sidewalk: {
1597
+ sidewalk_manufacturing_sn: ::String?
1598
+ }
1599
+ ) -> _StartSingleWirelessDeviceImportTaskResponseSuccess
1600
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _StartSingleWirelessDeviceImportTaskResponseSuccess
1601
+
1602
+ interface _StartWirelessDeviceImportTaskResponseSuccess
1603
+ include ::Seahorse::Client::_ResponseSuccess[Types::StartWirelessDeviceImportTaskResponse]
1604
+ def id: () -> ::String
1605
+ def arn: () -> ::String
1606
+ end
1607
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/IoTWireless/Client.html#start_wireless_device_import_task-instance_method
1608
+ def start_wireless_device_import_task: (
1609
+ destination_name: ::String,
1610
+ ?client_request_token: ::String,
1611
+ ?tags: Array[
1612
+ {
1613
+ key: ::String,
1614
+ value: ::String
1615
+ },
1616
+ ],
1617
+ sidewalk: {
1618
+ device_creation_file: ::String?,
1619
+ role: ::String?
1620
+ }
1621
+ ) -> _StartWirelessDeviceImportTaskResponseSuccess
1622
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _StartWirelessDeviceImportTaskResponseSuccess
1623
+
1624
+ interface _TagResourceResponseSuccess
1625
+ include ::Seahorse::Client::_ResponseSuccess[Types::TagResourceResponse]
1626
+ end
1627
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/IoTWireless/Client.html#tag_resource-instance_method
1628
+ def tag_resource: (
1629
+ resource_arn: ::String,
1630
+ tags: Array[
1631
+ {
1632
+ key: ::String,
1633
+ value: ::String
1634
+ },
1635
+ ]
1636
+ ) -> _TagResourceResponseSuccess
1637
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _TagResourceResponseSuccess
1638
+
1639
+ interface _TestWirelessDeviceResponseSuccess
1640
+ include ::Seahorse::Client::_ResponseSuccess[Types::TestWirelessDeviceResponse]
1641
+ def result: () -> ::String
1642
+ end
1643
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/IoTWireless/Client.html#test_wireless_device-instance_method
1644
+ def test_wireless_device: (
1645
+ id: ::String
1646
+ ) -> _TestWirelessDeviceResponseSuccess
1647
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _TestWirelessDeviceResponseSuccess
1648
+
1649
+ interface _UntagResourceResponseSuccess
1650
+ include ::Seahorse::Client::_ResponseSuccess[Types::UntagResourceResponse]
1651
+ end
1652
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/IoTWireless/Client.html#untag_resource-instance_method
1653
+ def untag_resource: (
1654
+ resource_arn: ::String,
1655
+ tag_keys: Array[::String]
1656
+ ) -> _UntagResourceResponseSuccess
1657
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _UntagResourceResponseSuccess
1658
+
1659
+ interface _UpdateDestinationResponseSuccess
1660
+ include ::Seahorse::Client::_ResponseSuccess[Types::UpdateDestinationResponse]
1661
+ end
1662
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/IoTWireless/Client.html#update_destination-instance_method
1663
+ def update_destination: (
1664
+ name: ::String,
1665
+ ?expression_type: ("RuleName" | "MqttTopic"),
1666
+ ?expression: ::String,
1667
+ ?description: ::String,
1668
+ ?role_arn: ::String
1669
+ ) -> _UpdateDestinationResponseSuccess
1670
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _UpdateDestinationResponseSuccess
1671
+
1672
+ interface _UpdateEventConfigurationByResourceTypesResponseSuccess
1673
+ include ::Seahorse::Client::_ResponseSuccess[Types::UpdateEventConfigurationByResourceTypesResponse]
1674
+ end
1675
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/IoTWireless/Client.html#update_event_configuration_by_resource_types-instance_method
1676
+ def update_event_configuration_by_resource_types: (
1677
+ ?device_registration_state: {
1678
+ sidewalk: {
1679
+ wireless_device_event_topic: ("Enabled" | "Disabled")?
1680
+ }?
1681
+ },
1682
+ ?proximity: {
1683
+ sidewalk: {
1684
+ wireless_device_event_topic: ("Enabled" | "Disabled")?
1685
+ }?
1686
+ },
1687
+ ?join: {
1688
+ lo_ra_wan: {
1689
+ wireless_device_event_topic: ("Enabled" | "Disabled")?
1690
+ }?
1691
+ },
1692
+ ?connection_status: {
1693
+ lo_ra_wan: {
1694
+ wireless_gateway_event_topic: ("Enabled" | "Disabled")?
1695
+ }?
1696
+ },
1697
+ ?message_delivery_status: {
1698
+ sidewalk: {
1699
+ wireless_device_event_topic: ("Enabled" | "Disabled")?
1700
+ }?
1701
+ }
1702
+ ) -> _UpdateEventConfigurationByResourceTypesResponseSuccess
1703
+ | (?Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _UpdateEventConfigurationByResourceTypesResponseSuccess
1704
+
1705
+ interface _UpdateFuotaTaskResponseSuccess
1706
+ include ::Seahorse::Client::_ResponseSuccess[Types::UpdateFuotaTaskResponse]
1707
+ end
1708
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/IoTWireless/Client.html#update_fuota_task-instance_method
1709
+ def update_fuota_task: (
1710
+ id: ::String,
1711
+ ?name: ::String,
1712
+ ?description: ::String,
1713
+ ?lo_ra_wan: {
1714
+ rf_region: ("EU868" | "US915" | "AU915" | "AS923-1" | "AS923-2" | "AS923-3" | "AS923-4" | "EU433" | "CN470" | "CN779" | "RU864" | "KR920" | "IN865")?
1715
+ },
1716
+ ?firmware_update_image: ::String,
1717
+ ?firmware_update_role: ::String,
1718
+ ?redundancy_percent: ::Integer,
1719
+ ?fragment_size_bytes: ::Integer,
1720
+ ?fragment_interval_ms: ::Integer
1721
+ ) -> _UpdateFuotaTaskResponseSuccess
1722
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _UpdateFuotaTaskResponseSuccess
1723
+
1724
+ interface _UpdateLogLevelsByResourceTypesResponseSuccess
1725
+ include ::Seahorse::Client::_ResponseSuccess[Types::UpdateLogLevelsByResourceTypesResponse]
1726
+ end
1727
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/IoTWireless/Client.html#update_log_levels_by_resource_types-instance_method
1728
+ def update_log_levels_by_resource_types: (
1729
+ ?default_log_level: ("INFO" | "ERROR" | "DISABLED"),
1730
+ ?wireless_device_log_options: Array[
1731
+ {
1732
+ type: ("Sidewalk" | "LoRaWAN"),
1733
+ log_level: ("INFO" | "ERROR" | "DISABLED"),
1734
+ events: Array[
1735
+ {
1736
+ event: ("Join" | "Rejoin" | "Uplink_Data" | "Downlink_Data" | "Registration"),
1737
+ log_level: ("INFO" | "ERROR" | "DISABLED")
1738
+ },
1739
+ ]?
1740
+ },
1741
+ ],
1742
+ ?wireless_gateway_log_options: Array[
1743
+ {
1744
+ type: ("LoRaWAN"),
1745
+ log_level: ("INFO" | "ERROR" | "DISABLED"),
1746
+ events: Array[
1747
+ {
1748
+ event: ("CUPS_Request" | "Certificate"),
1749
+ log_level: ("INFO" | "ERROR" | "DISABLED")
1750
+ },
1751
+ ]?
1752
+ },
1753
+ ]
1754
+ ) -> _UpdateLogLevelsByResourceTypesResponseSuccess
1755
+ | (?Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _UpdateLogLevelsByResourceTypesResponseSuccess
1756
+
1757
+ interface _UpdateMetricConfigurationResponseSuccess
1758
+ include ::Seahorse::Client::_ResponseSuccess[Types::UpdateMetricConfigurationResponse]
1759
+ end
1760
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/IoTWireless/Client.html#update_metric_configuration-instance_method
1761
+ def update_metric_configuration: (
1762
+ ?summary_metric: {
1763
+ status: ("Enabled" | "Disabled")?
1764
+ }
1765
+ ) -> _UpdateMetricConfigurationResponseSuccess
1766
+ | (?Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _UpdateMetricConfigurationResponseSuccess
1767
+
1768
+ interface _UpdateMulticastGroupResponseSuccess
1769
+ include ::Seahorse::Client::_ResponseSuccess[Types::UpdateMulticastGroupResponse]
1770
+ end
1771
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/IoTWireless/Client.html#update_multicast_group-instance_method
1772
+ def update_multicast_group: (
1773
+ id: ::String,
1774
+ ?name: ::String,
1775
+ ?description: ::String,
1776
+ ?lo_ra_wan: {
1777
+ rf_region: ("EU868" | "US915" | "AU915" | "AS923-1" | "AS923-2" | "AS923-3" | "AS923-4" | "EU433" | "CN470" | "CN779" | "RU864" | "KR920" | "IN865")?,
1778
+ dl_class: ("ClassB" | "ClassC")?
1779
+ }
1780
+ ) -> _UpdateMulticastGroupResponseSuccess
1781
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _UpdateMulticastGroupResponseSuccess
1782
+
1783
+ interface _UpdateNetworkAnalyzerConfigurationResponseSuccess
1784
+ include ::Seahorse::Client::_ResponseSuccess[Types::UpdateNetworkAnalyzerConfigurationResponse]
1785
+ end
1786
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/IoTWireless/Client.html#update_network_analyzer_configuration-instance_method
1787
+ def update_network_analyzer_configuration: (
1788
+ configuration_name: ::String,
1789
+ ?trace_content: {
1790
+ wireless_device_frame_info: ("ENABLED" | "DISABLED")?,
1791
+ log_level: ("INFO" | "ERROR" | "DISABLED")?,
1792
+ multicast_frame_info: ("ENABLED" | "DISABLED")?
1793
+ },
1794
+ ?wireless_devices_to_add: Array[::String],
1795
+ ?wireless_devices_to_remove: Array[::String],
1796
+ ?wireless_gateways_to_add: Array[::String],
1797
+ ?wireless_gateways_to_remove: Array[::String],
1798
+ ?description: ::String,
1799
+ ?multicast_groups_to_add: Array[::String],
1800
+ ?multicast_groups_to_remove: Array[::String]
1801
+ ) -> _UpdateNetworkAnalyzerConfigurationResponseSuccess
1802
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _UpdateNetworkAnalyzerConfigurationResponseSuccess
1803
+
1804
+ interface _UpdatePartnerAccountResponseSuccess
1805
+ include ::Seahorse::Client::_ResponseSuccess[Types::UpdatePartnerAccountResponse]
1806
+ end
1807
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/IoTWireless/Client.html#update_partner_account-instance_method
1808
+ def update_partner_account: (
1809
+ sidewalk: {
1810
+ app_server_private_key: ::String?
1811
+ },
1812
+ partner_account_id: ::String,
1813
+ partner_type: ("Sidewalk")
1814
+ ) -> _UpdatePartnerAccountResponseSuccess
1815
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _UpdatePartnerAccountResponseSuccess
1816
+
1817
+ interface _UpdatePositionResponseSuccess
1818
+ include ::Seahorse::Client::_ResponseSuccess[Types::UpdatePositionResponse]
1819
+ end
1820
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/IoTWireless/Client.html#update_position-instance_method
1821
+ def update_position: (
1822
+ resource_identifier: ::String,
1823
+ resource_type: ("WirelessDevice" | "WirelessGateway"),
1824
+ position: Array[::Float]
1825
+ ) -> _UpdatePositionResponseSuccess
1826
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _UpdatePositionResponseSuccess
1827
+
1828
+ interface _UpdateResourceEventConfigurationResponseSuccess
1829
+ include ::Seahorse::Client::_ResponseSuccess[Types::UpdateResourceEventConfigurationResponse]
1830
+ end
1831
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/IoTWireless/Client.html#update_resource_event_configuration-instance_method
1832
+ def update_resource_event_configuration: (
1833
+ identifier: ::String,
1834
+ identifier_type: ("PartnerAccountId" | "DevEui" | "GatewayEui" | "WirelessDeviceId" | "WirelessGatewayId"),
1835
+ ?partner_type: ("Sidewalk"),
1836
+ ?device_registration_state: {
1837
+ sidewalk: {
1838
+ amazon_id_event_topic: ("Enabled" | "Disabled")?
1839
+ }?,
1840
+ wireless_device_id_event_topic: ("Enabled" | "Disabled")?
1841
+ },
1842
+ ?proximity: {
1843
+ sidewalk: {
1844
+ amazon_id_event_topic: ("Enabled" | "Disabled")?
1845
+ }?,
1846
+ wireless_device_id_event_topic: ("Enabled" | "Disabled")?
1847
+ },
1848
+ ?join: {
1849
+ lo_ra_wan: {
1850
+ dev_eui_event_topic: ("Enabled" | "Disabled")?
1851
+ }?,
1852
+ wireless_device_id_event_topic: ("Enabled" | "Disabled")?
1853
+ },
1854
+ ?connection_status: {
1855
+ lo_ra_wan: {
1856
+ gateway_eui_event_topic: ("Enabled" | "Disabled")?
1857
+ }?,
1858
+ wireless_gateway_id_event_topic: ("Enabled" | "Disabled")?
1859
+ },
1860
+ ?message_delivery_status: {
1861
+ sidewalk: {
1862
+ amazon_id_event_topic: ("Enabled" | "Disabled")?
1863
+ }?,
1864
+ wireless_device_id_event_topic: ("Enabled" | "Disabled")?
1865
+ }
1866
+ ) -> _UpdateResourceEventConfigurationResponseSuccess
1867
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _UpdateResourceEventConfigurationResponseSuccess
1868
+
1869
+ interface _UpdateResourcePositionResponseSuccess
1870
+ include ::Seahorse::Client::_ResponseSuccess[Types::UpdateResourcePositionResponse]
1871
+ end
1872
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/IoTWireless/Client.html#update_resource_position-instance_method
1873
+ def update_resource_position: (
1874
+ resource_identifier: ::String,
1875
+ resource_type: ("WirelessDevice" | "WirelessGateway"),
1876
+ ?geo_json_payload: ::String
1877
+ ) -> _UpdateResourcePositionResponseSuccess
1878
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _UpdateResourcePositionResponseSuccess
1879
+
1880
+ interface _UpdateWirelessDeviceResponseSuccess
1881
+ include ::Seahorse::Client::_ResponseSuccess[Types::UpdateWirelessDeviceResponse]
1882
+ end
1883
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/IoTWireless/Client.html#update_wireless_device-instance_method
1884
+ def update_wireless_device: (
1885
+ id: ::String,
1886
+ ?destination_name: ::String,
1887
+ ?name: ::String,
1888
+ ?description: ::String,
1889
+ ?lo_ra_wan: {
1890
+ device_profile_id: ::String?,
1891
+ service_profile_id: ::String?,
1892
+ abp_v1_1: {
1893
+ f_cnt_start: ::Integer?
1894
+ }?,
1895
+ abp_v1_0_x: {
1896
+ f_cnt_start: ::Integer?
1897
+ }?,
1898
+ f_ports: {
1899
+ positioning: {
1900
+ clock_sync: ::Integer?,
1901
+ stream: ::Integer?,
1902
+ gnss: ::Integer?
1903
+ }?,
1904
+ applications: Array[
1905
+ {
1906
+ f_port: ::Integer?,
1907
+ type: ("SemtechGeolocation")?,
1908
+ destination_name: ::String?
1909
+ },
1910
+ ]?
1911
+ }?
1912
+ },
1913
+ ?positioning: ("Enabled" | "Disabled")
1914
+ ) -> _UpdateWirelessDeviceResponseSuccess
1915
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _UpdateWirelessDeviceResponseSuccess
1916
+
1917
+ interface _UpdateWirelessDeviceImportTaskResponseSuccess
1918
+ include ::Seahorse::Client::_ResponseSuccess[Types::UpdateWirelessDeviceImportTaskResponse]
1919
+ end
1920
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/IoTWireless/Client.html#update_wireless_device_import_task-instance_method
1921
+ def update_wireless_device_import_task: (
1922
+ id: ::String,
1923
+ sidewalk: {
1924
+ device_creation_file: ::String?
1925
+ }
1926
+ ) -> _UpdateWirelessDeviceImportTaskResponseSuccess
1927
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _UpdateWirelessDeviceImportTaskResponseSuccess
1928
+
1929
+ interface _UpdateWirelessGatewayResponseSuccess
1930
+ include ::Seahorse::Client::_ResponseSuccess[Types::UpdateWirelessGatewayResponse]
1931
+ end
1932
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/IoTWireless/Client.html#update_wireless_gateway-instance_method
1933
+ def update_wireless_gateway: (
1934
+ id: ::String,
1935
+ ?name: ::String,
1936
+ ?description: ::String,
1937
+ ?join_eui_filters: Array[
1938
+ Array[::String],
1939
+ ],
1940
+ ?net_id_filters: Array[::String],
1941
+ ?max_eirp: ::Float
1942
+ ) -> _UpdateWirelessGatewayResponseSuccess
1943
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _UpdateWirelessGatewayResponseSuccess
1944
+ end
1945
+ end
1946
+ end
1947
+