aws-sdk-iotwireless 1.60.0 → 1.62.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/CHANGELOG.md +10 -0
- data/VERSION +1 -1
- data/lib/aws-sdk-iotwireless/client.rb +87 -17
- data/lib/aws-sdk-iotwireless/client_api.rb +36 -0
- data/lib/aws-sdk-iotwireless/types.rb +131 -12
- data/lib/aws-sdk-iotwireless.rb +1 -1
- data/sig/client.rbs +33 -7
- data/sig/resource.rbs +2 -0
- data/sig/types.rbs +30 -4
- metadata +4 -4
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 16476008b9e636b22d512d460115b8ea68d38b7fa775ea2b3a66e47f4f595b4d
|
4
|
+
data.tar.gz: 77c21ad23a9e4cdda50d8dd9d7247d827b3dfe6ad790eb49baaf2f4331be3d67
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: e01cf086b7872552d1f9ae135a9c1752390e0a65fd09c703db5ddd6b0bd7403fb6376800672173f1d60edb5b13af9bf8775a398129b0817b8d41c424d0f73f34
|
7
|
+
data.tar.gz: b312174e5e9468ea8cc5f1610fff022055350562396ddeb899d92b099406ced3f3b0043453017be0e41ea61b19ee2888ddcb3f20c276e6c710ded65b9683befc
|
data/CHANGELOG.md
CHANGED
@@ -1,6 +1,16 @@
|
|
1
1
|
Unreleased Changes
|
2
2
|
------------------
|
3
3
|
|
4
|
+
1.62.0 (2025-01-15)
|
5
|
+
------------------
|
6
|
+
|
7
|
+
* Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
|
8
|
+
|
9
|
+
1.61.0 (2024-11-14)
|
10
|
+
------------------
|
11
|
+
|
12
|
+
* Feature - New FuotaTask resource type to enable logging for your FUOTA tasks. A ParticipatingGatewaysforMulticast parameter to choose the list of gateways to receive the multicast downlink message and the transmission interval between them. Descriptor field which will be sent to devices during FUOTA transfer.
|
13
|
+
|
4
14
|
1.60.0 (2024-10-18)
|
5
15
|
------------------
|
6
16
|
|
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
1.
|
1
|
+
1.62.0
|
@@ -257,11 +257,34 @@ module Aws::IoTWireless
|
|
257
257
|
# Used when loading credentials from the shared credentials file
|
258
258
|
# at HOME/.aws/credentials. When not specified, 'default' is used.
|
259
259
|
#
|
260
|
+
# @option options [String] :request_checksum_calculation ("when_supported")
|
261
|
+
# Determines when a checksum will be calculated for request payloads. Values are:
|
262
|
+
#
|
263
|
+
# * `when_supported` - (default) When set, a checksum will be
|
264
|
+
# calculated for all request payloads of operations modeled with the
|
265
|
+
# `httpChecksum` trait where `requestChecksumRequired` is `true` and/or a
|
266
|
+
# `requestAlgorithmMember` is modeled.
|
267
|
+
# * `when_required` - When set, a checksum will only be calculated for
|
268
|
+
# request payloads of operations modeled with the `httpChecksum` trait where
|
269
|
+
# `requestChecksumRequired` is `true` or where a `requestAlgorithmMember`
|
270
|
+
# is modeled and supplied.
|
271
|
+
#
|
260
272
|
# @option options [Integer] :request_min_compression_size_bytes (10240)
|
261
273
|
# The minimum size in bytes that triggers compression for request
|
262
274
|
# bodies. The value must be non-negative integer value between 0
|
263
275
|
# and 10485780 bytes inclusive.
|
264
276
|
#
|
277
|
+
# @option options [String] :response_checksum_validation ("when_supported")
|
278
|
+
# Determines when checksum validation will be performed on response payloads. Values are:
|
279
|
+
#
|
280
|
+
# * `when_supported` - (default) When set, checksum validation is performed on all
|
281
|
+
# response payloads of operations modeled with the `httpChecksum` trait where
|
282
|
+
# `responseAlgorithms` is modeled, except when no modeled checksum algorithms
|
283
|
+
# are supported.
|
284
|
+
# * `when_required` - When set, checksum validation is not performed on
|
285
|
+
# response payloads of operations unless the checksum algorithm is supported and
|
286
|
+
# the `requestValidationModeMember` member is set to `ENABLED`.
|
287
|
+
#
|
265
288
|
# @option options [Proc] :retry_backoff
|
266
289
|
# A proc or lambda used for backoff. Defaults to 2**retries * retry_base_delay.
|
267
290
|
# This option is only used in the `legacy` retry mode.
|
@@ -900,6 +923,11 @@ module Aws::IoTWireless
|
|
900
923
|
#
|
901
924
|
# </note>
|
902
925
|
#
|
926
|
+
# @option params [String] :descriptor
|
927
|
+
# The Descriptor specifies some metadata about the File being
|
928
|
+
# transferred using FUOTA e.g. the software version. It is sent
|
929
|
+
# transparently to the device. It is a binary field encoded in base64
|
930
|
+
#
|
903
931
|
# @return [Types::CreateFuotaTaskResponse] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
|
904
932
|
#
|
905
933
|
# * {Types::CreateFuotaTaskResponse#arn #arn} => String
|
@@ -925,6 +953,7 @@ module Aws::IoTWireless
|
|
925
953
|
# redundancy_percent: 1,
|
926
954
|
# fragment_size_bytes: 1,
|
927
955
|
# fragment_interval_ms: 1,
|
956
|
+
# descriptor: "FileDescriptor",
|
928
957
|
# })
|
929
958
|
#
|
930
959
|
# @example Response structure
|
@@ -986,6 +1015,10 @@ module Aws::IoTWireless
|
|
986
1015
|
# lo_ra_wan: { # required
|
987
1016
|
# rf_region: "EU868", # accepts EU868, US915, AU915, AS923-1, AS923-2, AS923-3, AS923-4, EU433, CN470, CN779, RU864, KR920, IN865
|
988
1017
|
# dl_class: "ClassB", # accepts ClassB, ClassC
|
1018
|
+
# participating_gateways: {
|
1019
|
+
# gateway_list: ["WirelessGatewayId"],
|
1020
|
+
# transmission_interval: 1,
|
1021
|
+
# },
|
989
1022
|
# },
|
990
1023
|
# tags: [
|
991
1024
|
# {
|
@@ -2096,6 +2129,7 @@ module Aws::IoTWireless
|
|
2096
2129
|
# * {Types::GetFuotaTaskResponse#redundancy_percent #redundancy_percent} => Integer
|
2097
2130
|
# * {Types::GetFuotaTaskResponse#fragment_size_bytes #fragment_size_bytes} => Integer
|
2098
2131
|
# * {Types::GetFuotaTaskResponse#fragment_interval_ms #fragment_interval_ms} => Integer
|
2132
|
+
# * {Types::GetFuotaTaskResponse#descriptor #descriptor} => String
|
2099
2133
|
#
|
2100
2134
|
# @example Request syntax with placeholder values
|
2101
2135
|
#
|
@@ -2118,6 +2152,7 @@ module Aws::IoTWireless
|
|
2118
2152
|
# resp.redundancy_percent #=> Integer
|
2119
2153
|
# resp.fragment_size_bytes #=> Integer
|
2120
2154
|
# resp.fragment_interval_ms #=> Integer
|
2155
|
+
# resp.descriptor #=> String
|
2121
2156
|
#
|
2122
2157
|
# @overload get_fuota_task(params = {})
|
2123
2158
|
# @param [Hash] params ({})
|
@@ -2135,6 +2170,7 @@ module Aws::IoTWireless
|
|
2135
2170
|
# * {Types::GetLogLevelsByResourceTypesResponse#default_log_level #default_log_level} => String
|
2136
2171
|
# * {Types::GetLogLevelsByResourceTypesResponse#wireless_gateway_log_options #wireless_gateway_log_options} => Array<Types::WirelessGatewayLogOption>
|
2137
2172
|
# * {Types::GetLogLevelsByResourceTypesResponse#wireless_device_log_options #wireless_device_log_options} => Array<Types::WirelessDeviceLogOption>
|
2173
|
+
# * {Types::GetLogLevelsByResourceTypesResponse#fuota_task_log_options #fuota_task_log_options} => Array<Types::FuotaTaskLogOption>
|
2138
2174
|
#
|
2139
2175
|
# @example Response structure
|
2140
2176
|
#
|
@@ -2151,6 +2187,12 @@ module Aws::IoTWireless
|
|
2151
2187
|
# resp.wireless_device_log_options[0].events #=> Array
|
2152
2188
|
# resp.wireless_device_log_options[0].events[0].event #=> String, one of "Join", "Rejoin", "Uplink_Data", "Downlink_Data", "Registration"
|
2153
2189
|
# resp.wireless_device_log_options[0].events[0].log_level #=> String, one of "INFO", "ERROR", "DISABLED"
|
2190
|
+
# resp.fuota_task_log_options #=> Array
|
2191
|
+
# resp.fuota_task_log_options[0].type #=> String, one of "LoRaWAN"
|
2192
|
+
# resp.fuota_task_log_options[0].log_level #=> String, one of "INFO", "ERROR", "DISABLED"
|
2193
|
+
# resp.fuota_task_log_options[0].events #=> Array
|
2194
|
+
# resp.fuota_task_log_options[0].events[0].event #=> String, one of "Fuota"
|
2195
|
+
# resp.fuota_task_log_options[0].events[0].log_level #=> String, one of "INFO", "ERROR", "DISABLED"
|
2154
2196
|
#
|
2155
2197
|
# @overload get_log_levels_by_resource_types(params = {})
|
2156
2198
|
# @param [Hash] params ({})
|
@@ -2268,6 +2310,9 @@ module Aws::IoTWireless
|
|
2268
2310
|
# resp.lo_ra_wan.dl_class #=> String, one of "ClassB", "ClassC"
|
2269
2311
|
# resp.lo_ra_wan.number_of_devices_requested #=> Integer
|
2270
2312
|
# resp.lo_ra_wan.number_of_devices_in_group #=> Integer
|
2313
|
+
# resp.lo_ra_wan.participating_gateways.gateway_list #=> Array
|
2314
|
+
# resp.lo_ra_wan.participating_gateways.gateway_list[0] #=> String
|
2315
|
+
# resp.lo_ra_wan.participating_gateways.transmission_interval #=> Integer
|
2271
2316
|
# resp.created_at #=> Time
|
2272
2317
|
#
|
2273
2318
|
# @overload get_multicast_group(params = {})
|
@@ -2694,7 +2739,7 @@ module Aws::IoTWireless
|
|
2694
2739
|
#
|
2695
2740
|
# resp = client.get_resource_event_configuration({
|
2696
2741
|
# identifier: "Identifier", # required
|
2697
|
-
# identifier_type: "PartnerAccountId", # required, accepts PartnerAccountId, DevEui, GatewayEui, WirelessDeviceId, WirelessGatewayId
|
2742
|
+
# identifier_type: "PartnerAccountId", # required, accepts PartnerAccountId, DevEui, FuotaTaskId, GatewayEui, WirelessDeviceId, WirelessGatewayId
|
2698
2743
|
# partner_type: "Sidewalk", # accepts Sidewalk
|
2699
2744
|
# })
|
2700
2745
|
#
|
@@ -2719,8 +2764,8 @@ module Aws::IoTWireless
|
|
2719
2764
|
end
|
2720
2765
|
|
2721
2766
|
# Fetches the log-level override, if any, for a given resource-ID and
|
2722
|
-
# resource-type. It can be used for a wireless device
|
2723
|
-
#
|
2767
|
+
# resource-type. It can be used for a wireless device, wireless gateway
|
2768
|
+
# or fuota task.
|
2724
2769
|
#
|
2725
2770
|
# @option params [required, String] :resource_identifier
|
2726
2771
|
# The identifier of the resource. For a Wireless Device, it is the
|
@@ -2728,8 +2773,8 @@ module Aws::IoTWireless
|
|
2728
2773
|
# ID.
|
2729
2774
|
#
|
2730
2775
|
# @option params [required, String] :resource_type
|
2731
|
-
# The type of the resource, which can be `WirelessDevice
|
2732
|
-
# `WirelessGateway`.
|
2776
|
+
# The type of the resource, which can be `WirelessDevice`,
|
2777
|
+
# `WirelessGateway` or `FuotaTask`.
|
2733
2778
|
#
|
2734
2779
|
# @return [Types::GetResourceLogLevelResponse] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
|
2735
2780
|
#
|
@@ -3440,7 +3485,7 @@ module Aws::IoTWireless
|
|
3440
3485
|
# @example Request syntax with placeholder values
|
3441
3486
|
#
|
3442
3487
|
# resp = client.list_event_configurations({
|
3443
|
-
# resource_type: "
|
3488
|
+
# resource_type: "FuotaTask", # required, accepts FuotaTask, SidewalkAccount, WirelessDevice, WirelessGateway
|
3444
3489
|
# max_results: 1,
|
3445
3490
|
# next_token: "NextToken",
|
3446
3491
|
# })
|
@@ -3450,7 +3495,7 @@ module Aws::IoTWireless
|
|
3450
3495
|
# resp.next_token #=> String
|
3451
3496
|
# resp.event_configurations_list #=> Array
|
3452
3497
|
# resp.event_configurations_list[0].identifier #=> String
|
3453
|
-
# resp.event_configurations_list[0].identifier_type #=> String, one of "PartnerAccountId", "DevEui", "GatewayEui", "WirelessDeviceId", "WirelessGatewayId"
|
3498
|
+
# resp.event_configurations_list[0].identifier_type #=> String, one of "PartnerAccountId", "DevEui", "FuotaTaskId", "GatewayEui", "WirelessDeviceId", "WirelessGatewayId"
|
3454
3499
|
# resp.event_configurations_list[0].partner_type #=> String, one of "Sidewalk"
|
3455
3500
|
# resp.event_configurations_list[0].events.device_registration_state.sidewalk.amazon_id_event_topic #=> String, one of "Enabled", "Disabled"
|
3456
3501
|
# resp.event_configurations_list[0].events.device_registration_state.wireless_device_id_event_topic #=> String, one of "Enabled", "Disabled"
|
@@ -4130,8 +4175,8 @@ module Aws::IoTWireless
|
|
4130
4175
|
# ID.
|
4131
4176
|
#
|
4132
4177
|
# @option params [required, String] :resource_type
|
4133
|
-
# The type of the resource, which can be `WirelessDevice
|
4134
|
-
# `WirelessGateway`.
|
4178
|
+
# The type of the resource, which can be `WirelessDevice`,
|
4179
|
+
# `WirelessGateway`, or `FuotaTask`.
|
4135
4180
|
#
|
4136
4181
|
# @option params [required, String] :log_level
|
4137
4182
|
# The log level for a log message. The log levels can be disabled, or
|
@@ -4155,8 +4200,8 @@ module Aws::IoTWireless
|
|
4155
4200
|
req.send_request(options)
|
4156
4201
|
end
|
4157
4202
|
|
4158
|
-
# Removes the log-level overrides for all resources;
|
4159
|
-
#
|
4203
|
+
# Removes the log-level overrides for all resources; wireless devices,
|
4204
|
+
# wireless gateways, and fuota tasks.
|
4160
4205
|
#
|
4161
4206
|
# @return [Struct] Returns an empty {Seahorse::Client::Response response}.
|
4162
4207
|
#
|
@@ -4168,8 +4213,8 @@ module Aws::IoTWireless
|
|
4168
4213
|
end
|
4169
4214
|
|
4170
4215
|
# Removes the log-level override, if any, for a specific resource-ID and
|
4171
|
-
# resource-type. It can be used for a wireless device
|
4172
|
-
# gateway.
|
4216
|
+
# resource-type. It can be used for a wireless device, a wireless
|
4217
|
+
# gateway, or a fuota task.
|
4173
4218
|
#
|
4174
4219
|
# @option params [required, String] :resource_identifier
|
4175
4220
|
# The identifier of the resource. For a Wireless Device, it is the
|
@@ -4177,8 +4222,8 @@ module Aws::IoTWireless
|
|
4177
4222
|
# ID.
|
4178
4223
|
#
|
4179
4224
|
# @option params [required, String] :resource_type
|
4180
|
-
# The type of the resource, which can be `WirelessDevice
|
4181
|
-
# `WirelessGateway`.
|
4225
|
+
# The type of the resource, which can be `WirelessDevice`,
|
4226
|
+
# `WirelessGateway`, or `FuotaTask`.
|
4182
4227
|
#
|
4183
4228
|
# @return [Struct] Returns an empty {Seahorse::Client::Response response}.
|
4184
4229
|
#
|
@@ -4779,6 +4824,11 @@ module Aws::IoTWireless
|
|
4779
4824
|
#
|
4780
4825
|
# </note>
|
4781
4826
|
#
|
4827
|
+
# @option params [String] :descriptor
|
4828
|
+
# The Descriptor specifies some metadata about the File being
|
4829
|
+
# transferred using FUOTA e.g. the software version. It is sent
|
4830
|
+
# transparently to the device. It is a binary field encoded in base64
|
4831
|
+
#
|
4782
4832
|
# @return [Struct] Returns an empty {Seahorse::Client::Response response}.
|
4783
4833
|
#
|
4784
4834
|
# @example Request syntax with placeholder values
|
@@ -4795,6 +4845,7 @@ module Aws::IoTWireless
|
|
4795
4845
|
# redundancy_percent: 1,
|
4796
4846
|
# fragment_size_bytes: 1,
|
4797
4847
|
# fragment_interval_ms: 1,
|
4848
|
+
# descriptor: "FileDescriptor",
|
4798
4849
|
# })
|
4799
4850
|
#
|
4800
4851
|
# @overload update_fuota_task(params = {})
|
@@ -4814,6 +4865,9 @@ module Aws::IoTWireless
|
|
4814
4865
|
# set to `ERROR` to display less verbose logs containing only error
|
4815
4866
|
# information, or to `INFO` for more detailed logs.
|
4816
4867
|
#
|
4868
|
+
# @option params [Array<Types::FuotaTaskLogOption>] :fuota_task_log_options
|
4869
|
+
# The list of fuota task log options.
|
4870
|
+
#
|
4817
4871
|
# @option params [Array<Types::WirelessDeviceLogOption>] :wireless_device_log_options
|
4818
4872
|
# The list of wireless device log options.
|
4819
4873
|
#
|
@@ -4826,6 +4880,18 @@ module Aws::IoTWireless
|
|
4826
4880
|
#
|
4827
4881
|
# resp = client.update_log_levels_by_resource_types({
|
4828
4882
|
# default_log_level: "INFO", # accepts INFO, ERROR, DISABLED
|
4883
|
+
# fuota_task_log_options: [
|
4884
|
+
# {
|
4885
|
+
# type: "LoRaWAN", # required, accepts LoRaWAN
|
4886
|
+
# log_level: "INFO", # required, accepts INFO, ERROR, DISABLED
|
4887
|
+
# events: [
|
4888
|
+
# {
|
4889
|
+
# event: "Fuota", # required, accepts Fuota
|
4890
|
+
# log_level: "INFO", # required, accepts INFO, ERROR, DISABLED
|
4891
|
+
# },
|
4892
|
+
# ],
|
4893
|
+
# },
|
4894
|
+
# ],
|
4829
4895
|
# wireless_device_log_options: [
|
4830
4896
|
# {
|
4831
4897
|
# type: "Sidewalk", # required, accepts Sidewalk, LoRaWAN
|
@@ -4906,6 +4972,10 @@ module Aws::IoTWireless
|
|
4906
4972
|
# lo_ra_wan: {
|
4907
4973
|
# rf_region: "EU868", # accepts EU868, US915, AU915, AS923-1, AS923-2, AS923-3, AS923-4, EU433, CN470, CN779, RU864, KR920, IN865
|
4908
4974
|
# dl_class: "ClassB", # accepts ClassB, ClassC
|
4975
|
+
# participating_gateways: {
|
4976
|
+
# gateway_list: ["WirelessGatewayId"],
|
4977
|
+
# transmission_interval: 1,
|
4978
|
+
# },
|
4909
4979
|
# },
|
4910
4980
|
# })
|
4911
4981
|
#
|
@@ -5085,7 +5155,7 @@ module Aws::IoTWireless
|
|
5085
5155
|
#
|
5086
5156
|
# resp = client.update_resource_event_configuration({
|
5087
5157
|
# identifier: "Identifier", # required
|
5088
|
-
# identifier_type: "PartnerAccountId", # required, accepts PartnerAccountId, DevEui, GatewayEui, WirelessDeviceId, WirelessGatewayId
|
5158
|
+
# identifier_type: "PartnerAccountId", # required, accepts PartnerAccountId, DevEui, FuotaTaskId, GatewayEui, WirelessDeviceId, WirelessGatewayId
|
5089
5159
|
# partner_type: "Sidewalk", # accepts Sidewalk
|
5090
5160
|
# device_registration_state: {
|
5091
5161
|
# sidewalk: {
|
@@ -5321,7 +5391,7 @@ module Aws::IoTWireless
|
|
5321
5391
|
tracer: tracer
|
5322
5392
|
)
|
5323
5393
|
context[:gem_name] = 'aws-sdk-iotwireless'
|
5324
|
-
context[:gem_version] = '1.
|
5394
|
+
context[:gem_version] = '1.62.0'
|
5325
5395
|
Seahorse::Client::Request.new(handlers, context)
|
5326
5396
|
end
|
5327
5397
|
|
@@ -210,6 +210,7 @@ module Aws::IoTWireless
|
|
210
210
|
FPorts = Shapes::StructureShape.new(name: 'FPorts')
|
211
211
|
FactoryPresetFreqsList = Shapes::ListShape.new(name: 'FactoryPresetFreqsList')
|
212
212
|
FactorySupport = Shapes::BooleanShape.new(name: 'FactorySupport')
|
213
|
+
FileDescriptor = Shapes::StringShape.new(name: 'FileDescriptor')
|
213
214
|
Fingerprint = Shapes::StringShape.new(name: 'Fingerprint')
|
214
215
|
FirmwareUpdateImage = Shapes::StringShape.new(name: 'FirmwareUpdateImage')
|
215
216
|
FirmwareUpdateRole = Shapes::StringShape.new(name: 'FirmwareUpdateRole')
|
@@ -218,14 +219,21 @@ module Aws::IoTWireless
|
|
218
219
|
FuotaDeviceStatus = Shapes::StringShape.new(name: 'FuotaDeviceStatus')
|
219
220
|
FuotaTask = Shapes::StructureShape.new(name: 'FuotaTask')
|
220
221
|
FuotaTaskArn = Shapes::StringShape.new(name: 'FuotaTaskArn')
|
222
|
+
FuotaTaskEvent = Shapes::StringShape.new(name: 'FuotaTaskEvent')
|
223
|
+
FuotaTaskEventLogOption = Shapes::StructureShape.new(name: 'FuotaTaskEventLogOption')
|
224
|
+
FuotaTaskEventLogOptionList = Shapes::ListShape.new(name: 'FuotaTaskEventLogOptionList')
|
221
225
|
FuotaTaskId = Shapes::StringShape.new(name: 'FuotaTaskId')
|
222
226
|
FuotaTaskList = Shapes::ListShape.new(name: 'FuotaTaskList')
|
227
|
+
FuotaTaskLogOption = Shapes::StructureShape.new(name: 'FuotaTaskLogOption')
|
228
|
+
FuotaTaskLogOptionList = Shapes::ListShape.new(name: 'FuotaTaskLogOptionList')
|
223
229
|
FuotaTaskName = Shapes::StringShape.new(name: 'FuotaTaskName')
|
224
230
|
FuotaTaskStatus = Shapes::StringShape.new(name: 'FuotaTaskStatus')
|
231
|
+
FuotaTaskType = Shapes::StringShape.new(name: 'FuotaTaskType')
|
225
232
|
GPST = Shapes::FloatShape.new(name: 'GPST')
|
226
233
|
GatewayEui = Shapes::StringShape.new(name: 'GatewayEui')
|
227
234
|
GatewayList = Shapes::ListShape.new(name: 'GatewayList')
|
228
235
|
GatewayListItem = Shapes::StructureShape.new(name: 'GatewayListItem')
|
236
|
+
GatewayListMulticast = Shapes::ListShape.new(name: 'GatewayListMulticast')
|
229
237
|
GatewayMaxEirp = Shapes::FloatShape.new(name: 'GatewayMaxEirp')
|
230
238
|
GenAppKey = Shapes::StringShape.new(name: 'GenAppKey')
|
231
239
|
GeoJsonPayload = Shapes::BlobShape.new(name: 'GeoJsonPayload')
|
@@ -455,6 +463,7 @@ module Aws::IoTWireless
|
|
455
463
|
PSC = Shapes::IntegerShape.new(name: 'PSC')
|
456
464
|
PackageVersion = Shapes::StringShape.new(name: 'PackageVersion')
|
457
465
|
ParticipatingGateways = Shapes::StructureShape.new(name: 'ParticipatingGateways')
|
466
|
+
ParticipatingGatewaysMulticast = Shapes::StructureShape.new(name: 'ParticipatingGatewaysMulticast')
|
458
467
|
PartnerAccountArn = Shapes::StringShape.new(name: 'PartnerAccountArn')
|
459
468
|
PartnerAccountId = Shapes::StringShape.new(name: 'PartnerAccountId')
|
460
469
|
PartnerType = Shapes::StringShape.new(name: 'PartnerType')
|
@@ -610,6 +619,7 @@ module Aws::IoTWireless
|
|
610
619
|
TooManyTagsException = Shapes::StructureShape.new(name: 'TooManyTagsException')
|
611
620
|
TraceContent = Shapes::StructureShape.new(name: 'TraceContent')
|
612
621
|
TransmissionInterval = Shapes::IntegerShape.new(name: 'TransmissionInterval')
|
622
|
+
TransmissionIntervalMulticast = Shapes::IntegerShape.new(name: 'TransmissionIntervalMulticast')
|
613
623
|
TransmitMode = Shapes::IntegerShape.new(name: 'TransmitMode')
|
614
624
|
UARFCN = Shapes::IntegerShape.new(name: 'UARFCN')
|
615
625
|
UARFCNDL = Shapes::IntegerShape.new(name: 'UARFCNDL')
|
@@ -868,6 +878,7 @@ module Aws::IoTWireless
|
|
868
878
|
CreateFuotaTaskRequest.add_member(:redundancy_percent, Shapes::ShapeRef.new(shape: RedundancyPercent, location_name: "RedundancyPercent"))
|
869
879
|
CreateFuotaTaskRequest.add_member(:fragment_size_bytes, Shapes::ShapeRef.new(shape: FragmentSizeBytes, location_name: "FragmentSizeBytes"))
|
870
880
|
CreateFuotaTaskRequest.add_member(:fragment_interval_ms, Shapes::ShapeRef.new(shape: FragmentIntervalMS, location_name: "FragmentIntervalMS"))
|
881
|
+
CreateFuotaTaskRequest.add_member(:descriptor, Shapes::ShapeRef.new(shape: FileDescriptor, location_name: "Descriptor"))
|
871
882
|
CreateFuotaTaskRequest.struct_class = Types::CreateFuotaTaskRequest
|
872
883
|
|
873
884
|
CreateFuotaTaskResponse.add_member(:arn, Shapes::ShapeRef.new(shape: FuotaTaskArn, location_name: "Arn"))
|
@@ -1141,14 +1152,29 @@ module Aws::IoTWireless
|
|
1141
1152
|
FuotaTask.add_member(:name, Shapes::ShapeRef.new(shape: FuotaTaskName, location_name: "Name"))
|
1142
1153
|
FuotaTask.struct_class = Types::FuotaTask
|
1143
1154
|
|
1155
|
+
FuotaTaskEventLogOption.add_member(:event, Shapes::ShapeRef.new(shape: FuotaTaskEvent, required: true, location_name: "Event"))
|
1156
|
+
FuotaTaskEventLogOption.add_member(:log_level, Shapes::ShapeRef.new(shape: LogLevel, required: true, location_name: "LogLevel"))
|
1157
|
+
FuotaTaskEventLogOption.struct_class = Types::FuotaTaskEventLogOption
|
1158
|
+
|
1159
|
+
FuotaTaskEventLogOptionList.member = Shapes::ShapeRef.new(shape: FuotaTaskEventLogOption)
|
1160
|
+
|
1144
1161
|
FuotaTaskList.member = Shapes::ShapeRef.new(shape: FuotaTask)
|
1145
1162
|
|
1163
|
+
FuotaTaskLogOption.add_member(:type, Shapes::ShapeRef.new(shape: FuotaTaskType, required: true, location_name: "Type"))
|
1164
|
+
FuotaTaskLogOption.add_member(:log_level, Shapes::ShapeRef.new(shape: LogLevel, required: true, location_name: "LogLevel"))
|
1165
|
+
FuotaTaskLogOption.add_member(:events, Shapes::ShapeRef.new(shape: FuotaTaskEventLogOptionList, location_name: "Events"))
|
1166
|
+
FuotaTaskLogOption.struct_class = Types::FuotaTaskLogOption
|
1167
|
+
|
1168
|
+
FuotaTaskLogOptionList.member = Shapes::ShapeRef.new(shape: FuotaTaskLogOption)
|
1169
|
+
|
1146
1170
|
GatewayList.member = Shapes::ShapeRef.new(shape: GatewayListItem)
|
1147
1171
|
|
1148
1172
|
GatewayListItem.add_member(:gateway_id, Shapes::ShapeRef.new(shape: WirelessGatewayId, required: true, location_name: "GatewayId"))
|
1149
1173
|
GatewayListItem.add_member(:downlink_frequency, Shapes::ShapeRef.new(shape: DownlinkFrequency, required: true, location_name: "DownlinkFrequency"))
|
1150
1174
|
GatewayListItem.struct_class = Types::GatewayListItem
|
1151
1175
|
|
1176
|
+
GatewayListMulticast.member = Shapes::ShapeRef.new(shape: WirelessGatewayId)
|
1177
|
+
|
1152
1178
|
GetDestinationRequest.add_member(:name, Shapes::ShapeRef.new(shape: DestinationName, required: true, location: "uri", location_name: "Name"))
|
1153
1179
|
GetDestinationRequest.struct_class = Types::GetDestinationRequest
|
1154
1180
|
|
@@ -1194,6 +1220,7 @@ module Aws::IoTWireless
|
|
1194
1220
|
GetFuotaTaskResponse.add_member(:redundancy_percent, Shapes::ShapeRef.new(shape: RedundancyPercent, location_name: "RedundancyPercent"))
|
1195
1221
|
GetFuotaTaskResponse.add_member(:fragment_size_bytes, Shapes::ShapeRef.new(shape: FragmentSizeBytes, location_name: "FragmentSizeBytes"))
|
1196
1222
|
GetFuotaTaskResponse.add_member(:fragment_interval_ms, Shapes::ShapeRef.new(shape: FragmentIntervalMS, location_name: "FragmentIntervalMS"))
|
1223
|
+
GetFuotaTaskResponse.add_member(:descriptor, Shapes::ShapeRef.new(shape: FileDescriptor, location_name: "Descriptor"))
|
1197
1224
|
GetFuotaTaskResponse.struct_class = Types::GetFuotaTaskResponse
|
1198
1225
|
|
1199
1226
|
GetLogLevelsByResourceTypesRequest.struct_class = Types::GetLogLevelsByResourceTypesRequest
|
@@ -1201,6 +1228,7 @@ module Aws::IoTWireless
|
|
1201
1228
|
GetLogLevelsByResourceTypesResponse.add_member(:default_log_level, Shapes::ShapeRef.new(shape: LogLevel, location_name: "DefaultLogLevel"))
|
1202
1229
|
GetLogLevelsByResourceTypesResponse.add_member(:wireless_gateway_log_options, Shapes::ShapeRef.new(shape: WirelessGatewayLogOptionList, location_name: "WirelessGatewayLogOptions"))
|
1203
1230
|
GetLogLevelsByResourceTypesResponse.add_member(:wireless_device_log_options, Shapes::ShapeRef.new(shape: WirelessDeviceLogOptionList, location_name: "WirelessDeviceLogOptions"))
|
1231
|
+
GetLogLevelsByResourceTypesResponse.add_member(:fuota_task_log_options, Shapes::ShapeRef.new(shape: FuotaTaskLogOptionList, location_name: "FuotaTaskLogOptions"))
|
1204
1232
|
GetLogLevelsByResourceTypesResponse.struct_class = Types::GetLogLevelsByResourceTypesResponse
|
1205
1233
|
|
1206
1234
|
GetMetricConfigurationRequest.struct_class = Types::GetMetricConfigurationRequest
|
@@ -1747,12 +1775,14 @@ module Aws::IoTWireless
|
|
1747
1775
|
|
1748
1776
|
LoRaWANMulticast.add_member(:rf_region, Shapes::ShapeRef.new(shape: SupportedRfRegion, location_name: "RfRegion"))
|
1749
1777
|
LoRaWANMulticast.add_member(:dl_class, Shapes::ShapeRef.new(shape: DlClass, location_name: "DlClass"))
|
1778
|
+
LoRaWANMulticast.add_member(:participating_gateways, Shapes::ShapeRef.new(shape: ParticipatingGatewaysMulticast, location_name: "ParticipatingGateways"))
|
1750
1779
|
LoRaWANMulticast.struct_class = Types::LoRaWANMulticast
|
1751
1780
|
|
1752
1781
|
LoRaWANMulticastGet.add_member(:rf_region, Shapes::ShapeRef.new(shape: SupportedRfRegion, location_name: "RfRegion"))
|
1753
1782
|
LoRaWANMulticastGet.add_member(:dl_class, Shapes::ShapeRef.new(shape: DlClass, location_name: "DlClass"))
|
1754
1783
|
LoRaWANMulticastGet.add_member(:number_of_devices_requested, Shapes::ShapeRef.new(shape: NumberOfDevicesRequested, location_name: "NumberOfDevicesRequested"))
|
1755
1784
|
LoRaWANMulticastGet.add_member(:number_of_devices_in_group, Shapes::ShapeRef.new(shape: NumberOfDevicesInGroup, location_name: "NumberOfDevicesInGroup"))
|
1785
|
+
LoRaWANMulticastGet.add_member(:participating_gateways, Shapes::ShapeRef.new(shape: ParticipatingGatewaysMulticast, location_name: "ParticipatingGateways"))
|
1756
1786
|
LoRaWANMulticastGet.struct_class = Types::LoRaWANMulticastGet
|
1757
1787
|
|
1758
1788
|
LoRaWANMulticastMetadata.add_member(:f_port, Shapes::ShapeRef.new(shape: FPort, location_name: "FPort"))
|
@@ -1893,6 +1923,10 @@ module Aws::IoTWireless
|
|
1893
1923
|
ParticipatingGateways.add_member(:transmission_interval, Shapes::ShapeRef.new(shape: TransmissionInterval, required: true, location_name: "TransmissionInterval"))
|
1894
1924
|
ParticipatingGateways.struct_class = Types::ParticipatingGateways
|
1895
1925
|
|
1926
|
+
ParticipatingGatewaysMulticast.add_member(:gateway_list, Shapes::ShapeRef.new(shape: GatewayListMulticast, location_name: "GatewayList"))
|
1927
|
+
ParticipatingGatewaysMulticast.add_member(:transmission_interval, Shapes::ShapeRef.new(shape: TransmissionIntervalMulticast, location_name: "TransmissionInterval"))
|
1928
|
+
ParticipatingGatewaysMulticast.struct_class = Types::ParticipatingGatewaysMulticast
|
1929
|
+
|
1896
1930
|
PositionConfigurationItem.add_member(:resource_identifier, Shapes::ShapeRef.new(shape: PositionResourceIdentifier, location_name: "ResourceIdentifier"))
|
1897
1931
|
PositionConfigurationItem.add_member(:resource_type, Shapes::ShapeRef.new(shape: PositionResourceType, location_name: "ResourceType"))
|
1898
1932
|
PositionConfigurationItem.add_member(:solvers, Shapes::ShapeRef.new(shape: PositionSolverDetails, location_name: "Solvers"))
|
@@ -2248,11 +2282,13 @@ module Aws::IoTWireless
|
|
2248
2282
|
UpdateFuotaTaskRequest.add_member(:redundancy_percent, Shapes::ShapeRef.new(shape: RedundancyPercent, location_name: "RedundancyPercent"))
|
2249
2283
|
UpdateFuotaTaskRequest.add_member(:fragment_size_bytes, Shapes::ShapeRef.new(shape: FragmentSizeBytes, location_name: "FragmentSizeBytes"))
|
2250
2284
|
UpdateFuotaTaskRequest.add_member(:fragment_interval_ms, Shapes::ShapeRef.new(shape: FragmentIntervalMS, location_name: "FragmentIntervalMS"))
|
2285
|
+
UpdateFuotaTaskRequest.add_member(:descriptor, Shapes::ShapeRef.new(shape: FileDescriptor, location_name: "Descriptor"))
|
2251
2286
|
UpdateFuotaTaskRequest.struct_class = Types::UpdateFuotaTaskRequest
|
2252
2287
|
|
2253
2288
|
UpdateFuotaTaskResponse.struct_class = Types::UpdateFuotaTaskResponse
|
2254
2289
|
|
2255
2290
|
UpdateLogLevelsByResourceTypesRequest.add_member(:default_log_level, Shapes::ShapeRef.new(shape: LogLevel, location_name: "DefaultLogLevel"))
|
2291
|
+
UpdateLogLevelsByResourceTypesRequest.add_member(:fuota_task_log_options, Shapes::ShapeRef.new(shape: FuotaTaskLogOptionList, location_name: "FuotaTaskLogOptions"))
|
2256
2292
|
UpdateLogLevelsByResourceTypesRequest.add_member(:wireless_device_log_options, Shapes::ShapeRef.new(shape: WirelessDeviceLogOptionList, location_name: "WirelessDeviceLogOptions"))
|
2257
2293
|
UpdateLogLevelsByResourceTypesRequest.add_member(:wireless_gateway_log_options, Shapes::ShapeRef.new(shape: WirelessGatewayLogOptionList, location_name: "WirelessGatewayLogOptions"))
|
2258
2294
|
UpdateLogLevelsByResourceTypesRequest.struct_class = Types::UpdateLogLevelsByResourceTypesRequest
|
@@ -715,6 +715,12 @@ module Aws::IoTWireless
|
|
715
715
|
# </note>
|
716
716
|
# @return [Integer]
|
717
717
|
#
|
718
|
+
# @!attribute [rw] descriptor
|
719
|
+
# The Descriptor specifies some metadata about the File being
|
720
|
+
# transferred using FUOTA e.g. the software version. It is sent
|
721
|
+
# transparently to the device. It is a binary field encoded in base64
|
722
|
+
# @return [String]
|
723
|
+
#
|
718
724
|
class CreateFuotaTaskRequest < Struct.new(
|
719
725
|
:name,
|
720
726
|
:description,
|
@@ -725,7 +731,8 @@ module Aws::IoTWireless
|
|
725
731
|
:tags,
|
726
732
|
:redundancy_percent,
|
727
733
|
:fragment_size_bytes,
|
728
|
-
:fragment_interval_ms
|
734
|
+
:fragment_interval_ms,
|
735
|
+
:descriptor)
|
729
736
|
SENSITIVE = []
|
730
737
|
include Aws::Structure
|
731
738
|
end
|
@@ -1761,6 +1768,55 @@ module Aws::IoTWireless
|
|
1761
1768
|
include Aws::Structure
|
1762
1769
|
end
|
1763
1770
|
|
1771
|
+
# The log options for a FUOTA task event and can be used to set log
|
1772
|
+
# levels for a specific fuota task event.
|
1773
|
+
#
|
1774
|
+
# For a LoRaWAN FuotaTask type, possible event for a log message is
|
1775
|
+
# `Fuota`.
|
1776
|
+
#
|
1777
|
+
# @!attribute [rw] event
|
1778
|
+
# The event for a log message, if the log message is tied to a fuota
|
1779
|
+
# task.
|
1780
|
+
# @return [String]
|
1781
|
+
#
|
1782
|
+
# @!attribute [rw] log_level
|
1783
|
+
# The log level for a log message. The log levels can be disabled, or
|
1784
|
+
# set to `ERROR` to display less verbose logs containing only error
|
1785
|
+
# information, or to `INFO` for more detailed logs.
|
1786
|
+
# @return [String]
|
1787
|
+
#
|
1788
|
+
class FuotaTaskEventLogOption < Struct.new(
|
1789
|
+
:event,
|
1790
|
+
:log_level)
|
1791
|
+
SENSITIVE = []
|
1792
|
+
include Aws::Structure
|
1793
|
+
end
|
1794
|
+
|
1795
|
+
# The log options for fuota tasks and can be used to set log levels for
|
1796
|
+
# a specific type of fuota task.
|
1797
|
+
#
|
1798
|
+
# @!attribute [rw] type
|
1799
|
+
# The fuota task type.
|
1800
|
+
# @return [String]
|
1801
|
+
#
|
1802
|
+
# @!attribute [rw] log_level
|
1803
|
+
# The log level for a log message. The log levels can be disabled, or
|
1804
|
+
# set to `ERROR` to display less verbose logs containing only error
|
1805
|
+
# information, or to `INFO` for more detailed logs.
|
1806
|
+
# @return [String]
|
1807
|
+
#
|
1808
|
+
# @!attribute [rw] events
|
1809
|
+
# The list of FUOTA task event log options.
|
1810
|
+
# @return [Array<Types::FuotaTaskEventLogOption>]
|
1811
|
+
#
|
1812
|
+
class FuotaTaskLogOption < Struct.new(
|
1813
|
+
:type,
|
1814
|
+
:log_level,
|
1815
|
+
:events)
|
1816
|
+
SENSITIVE = []
|
1817
|
+
include Aws::Structure
|
1818
|
+
end
|
1819
|
+
|
1764
1820
|
# Gateway list item object that specifies the frequency and list of
|
1765
1821
|
# gateways for which the downlink message should be sent.
|
1766
1822
|
#
|
@@ -1974,6 +2030,12 @@ module Aws::IoTWireless
|
|
1974
2030
|
# </note>
|
1975
2031
|
# @return [Integer]
|
1976
2032
|
#
|
2033
|
+
# @!attribute [rw] descriptor
|
2034
|
+
# The Descriptor specifies some metadata about the File being
|
2035
|
+
# transferred using FUOTA e.g. the software version. It is sent
|
2036
|
+
# transparently to the device. It is a binary field encoded in base64
|
2037
|
+
# @return [String]
|
2038
|
+
#
|
1977
2039
|
class GetFuotaTaskResponse < Struct.new(
|
1978
2040
|
:arn,
|
1979
2041
|
:id,
|
@@ -1986,7 +2048,8 @@ module Aws::IoTWireless
|
|
1986
2048
|
:created_at,
|
1987
2049
|
:redundancy_percent,
|
1988
2050
|
:fragment_size_bytes,
|
1989
|
-
:fragment_interval_ms
|
2051
|
+
:fragment_interval_ms,
|
2052
|
+
:descriptor)
|
1990
2053
|
SENSITIVE = []
|
1991
2054
|
include Aws::Structure
|
1992
2055
|
end
|
@@ -2009,10 +2072,15 @@ module Aws::IoTWireless
|
|
2009
2072
|
# The list of wireless device log options.
|
2010
2073
|
# @return [Array<Types::WirelessDeviceLogOption>]
|
2011
2074
|
#
|
2075
|
+
# @!attribute [rw] fuota_task_log_options
|
2076
|
+
# The list of fuota task log options.
|
2077
|
+
# @return [Array<Types::FuotaTaskLogOption>]
|
2078
|
+
#
|
2012
2079
|
class GetLogLevelsByResourceTypesResponse < Struct.new(
|
2013
2080
|
:default_log_level,
|
2014
2081
|
:wireless_gateway_log_options,
|
2015
|
-
:wireless_device_log_options
|
2082
|
+
:wireless_device_log_options,
|
2083
|
+
:fuota_task_log_options)
|
2016
2084
|
SENSITIVE = []
|
2017
2085
|
include Aws::Structure
|
2018
2086
|
end
|
@@ -2415,8 +2483,8 @@ module Aws::IoTWireless
|
|
2415
2483
|
# @return [String]
|
2416
2484
|
#
|
2417
2485
|
# @!attribute [rw] resource_type
|
2418
|
-
# The type of the resource, which can be `WirelessDevice
|
2419
|
-
# `WirelessGateway`.
|
2486
|
+
# The type of the resource, which can be `WirelessDevice`,
|
2487
|
+
# `WirelessGateway` or `FuotaTask`.
|
2420
2488
|
# @return [String]
|
2421
2489
|
#
|
2422
2490
|
class GetResourceLogLevelRequest < Struct.new(
|
@@ -4362,9 +4430,16 @@ module Aws::IoTWireless
|
|
4362
4430
|
# DlClass for LoRaWAM, valid values are ClassB and ClassC.
|
4363
4431
|
# @return [String]
|
4364
4432
|
#
|
4433
|
+
# @!attribute [rw] participating_gateways
|
4434
|
+
# Specify the list of gateways to which you want to send the multicast
|
4435
|
+
# downlink messages. The multicast message will be sent to each
|
4436
|
+
# gateway in the sequence provided in the list.
|
4437
|
+
# @return [Types::ParticipatingGatewaysMulticast]
|
4438
|
+
#
|
4365
4439
|
class LoRaWANMulticast < Struct.new(
|
4366
4440
|
:rf_region,
|
4367
|
-
:dl_class
|
4441
|
+
:dl_class,
|
4442
|
+
:participating_gateways)
|
4368
4443
|
SENSITIVE = []
|
4369
4444
|
include Aws::Structure
|
4370
4445
|
end
|
@@ -4389,11 +4464,18 @@ module Aws::IoTWireless
|
|
4389
4464
|
# Number of devices that are associated to the multicast group.
|
4390
4465
|
# @return [Integer]
|
4391
4466
|
#
|
4467
|
+
# @!attribute [rw] participating_gateways
|
4468
|
+
# Specify the list of gateways to which you want to send the multicast
|
4469
|
+
# downlink messages. The multicast message will be sent to each
|
4470
|
+
# gateway in the sequence provided in the list.
|
4471
|
+
# @return [Types::ParticipatingGatewaysMulticast]
|
4472
|
+
#
|
4392
4473
|
class LoRaWANMulticastGet < Struct.new(
|
4393
4474
|
:rf_region,
|
4394
4475
|
:dl_class,
|
4395
4476
|
:number_of_devices_requested,
|
4396
|
-
:number_of_devices_in_group
|
4477
|
+
:number_of_devices_in_group,
|
4478
|
+
:participating_gateways)
|
4397
4479
|
SENSITIVE = []
|
4398
4480
|
include Aws::Structure
|
4399
4481
|
end
|
@@ -4955,6 +5037,31 @@ module Aws::IoTWireless
|
|
4955
5037
|
include Aws::Structure
|
4956
5038
|
end
|
4957
5039
|
|
5040
|
+
# Specify the list of gateways to which you want to send the multicast
|
5041
|
+
# downlink messages. The multicast message will be sent to each gateway
|
5042
|
+
# in the sequence provided in the list.
|
5043
|
+
#
|
5044
|
+
# @!attribute [rw] gateway_list
|
5045
|
+
# The list of gateways that you want to use for sending the multicast
|
5046
|
+
# downlink. Each downlink will be sent to all the gateways in the list
|
5047
|
+
# with transmission interval between them. If list is empty the
|
5048
|
+
# gateway list will be dynamically selected similar to the case of no
|
5049
|
+
# ParticipatingGateways
|
5050
|
+
# @return [Array<String>]
|
5051
|
+
#
|
5052
|
+
# @!attribute [rw] transmission_interval
|
5053
|
+
# The duration of time for which AWS IoT Core for LoRaWAN will wait
|
5054
|
+
# before transmitting the multicast payload to the next gateway in the
|
5055
|
+
# list.
|
5056
|
+
# @return [Integer]
|
5057
|
+
#
|
5058
|
+
class ParticipatingGatewaysMulticast < Struct.new(
|
5059
|
+
:gateway_list,
|
5060
|
+
:transmission_interval)
|
5061
|
+
SENSITIVE = []
|
5062
|
+
include Aws::Structure
|
5063
|
+
end
|
5064
|
+
|
4958
5065
|
# The wrapper for a position configuration.
|
4959
5066
|
#
|
4960
5067
|
# @!attribute [rw] resource_identifier
|
@@ -5103,8 +5210,8 @@ module Aws::IoTWireless
|
|
5103
5210
|
# @return [String]
|
5104
5211
|
#
|
5105
5212
|
# @!attribute [rw] resource_type
|
5106
|
-
# The type of the resource, which can be `WirelessDevice
|
5107
|
-
# `WirelessGateway`.
|
5213
|
+
# The type of the resource, which can be `WirelessDevice`,
|
5214
|
+
# `WirelessGateway`, or `FuotaTask`.
|
5108
5215
|
# @return [String]
|
5109
5216
|
#
|
5110
5217
|
# @!attribute [rw] log_level
|
@@ -5136,8 +5243,8 @@ module Aws::IoTWireless
|
|
5136
5243
|
# @return [String]
|
5137
5244
|
#
|
5138
5245
|
# @!attribute [rw] resource_type
|
5139
|
-
# The type of the resource, which can be `WirelessDevice
|
5140
|
-
# `WirelessGateway`.
|
5246
|
+
# The type of the resource, which can be `WirelessDevice`,
|
5247
|
+
# `WirelessGateway`, or `FuotaTask`.
|
5141
5248
|
# @return [String]
|
5142
5249
|
#
|
5143
5250
|
class ResetResourceLogLevelRequest < Struct.new(
|
@@ -6384,6 +6491,12 @@ module Aws::IoTWireless
|
|
6384
6491
|
# </note>
|
6385
6492
|
# @return [Integer]
|
6386
6493
|
#
|
6494
|
+
# @!attribute [rw] descriptor
|
6495
|
+
# The Descriptor specifies some metadata about the File being
|
6496
|
+
# transferred using FUOTA e.g. the software version. It is sent
|
6497
|
+
# transparently to the device. It is a binary field encoded in base64
|
6498
|
+
# @return [String]
|
6499
|
+
#
|
6387
6500
|
class UpdateFuotaTaskRequest < Struct.new(
|
6388
6501
|
:id,
|
6389
6502
|
:name,
|
@@ -6393,7 +6506,8 @@ module Aws::IoTWireless
|
|
6393
6506
|
:firmware_update_role,
|
6394
6507
|
:redundancy_percent,
|
6395
6508
|
:fragment_size_bytes,
|
6396
|
-
:fragment_interval_ms
|
6509
|
+
:fragment_interval_ms,
|
6510
|
+
:descriptor)
|
6397
6511
|
SENSITIVE = []
|
6398
6512
|
include Aws::Structure
|
6399
6513
|
end
|
@@ -6406,6 +6520,10 @@ module Aws::IoTWireless
|
|
6406
6520
|
# information, or to `INFO` for more detailed logs.
|
6407
6521
|
# @return [String]
|
6408
6522
|
#
|
6523
|
+
# @!attribute [rw] fuota_task_log_options
|
6524
|
+
# The list of fuota task log options.
|
6525
|
+
# @return [Array<Types::FuotaTaskLogOption>]
|
6526
|
+
#
|
6409
6527
|
# @!attribute [rw] wireless_device_log_options
|
6410
6528
|
# The list of wireless device log options.
|
6411
6529
|
# @return [Array<Types::WirelessDeviceLogOption>]
|
@@ -6416,6 +6534,7 @@ module Aws::IoTWireless
|
|
6416
6534
|
#
|
6417
6535
|
class UpdateLogLevelsByResourceTypesRequest < Struct.new(
|
6418
6536
|
:default_log_level,
|
6537
|
+
:fuota_task_log_options,
|
6419
6538
|
:wireless_device_log_options,
|
6420
6539
|
:wireless_gateway_log_options)
|
6421
6540
|
SENSITIVE = []
|
data/lib/aws-sdk-iotwireless.rb
CHANGED
data/sig/client.rbs
CHANGED
@@ -39,7 +39,9 @@ module Aws
|
|
39
39
|
?logger: untyped,
|
40
40
|
?max_attempts: Integer,
|
41
41
|
?profile: String,
|
42
|
+
?request_checksum_calculation: String,
|
42
43
|
?request_min_compression_size_bytes: Integer,
|
44
|
+
?response_checksum_validation: String,
|
43
45
|
?retry_backoff: Proc,
|
44
46
|
?retry_base_delay: Float,
|
45
47
|
?retry_jitter: (:none | :equal | :full | ^(Integer) -> Integer),
|
@@ -252,7 +254,8 @@ module Aws
|
|
252
254
|
],
|
253
255
|
?redundancy_percent: ::Integer,
|
254
256
|
?fragment_size_bytes: ::Integer,
|
255
|
-
?fragment_interval_ms: ::Integer
|
257
|
+
?fragment_interval_ms: ::Integer,
|
258
|
+
?descriptor: ::String
|
256
259
|
) -> _CreateFuotaTaskResponseSuccess
|
257
260
|
| (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _CreateFuotaTaskResponseSuccess
|
258
261
|
|
@@ -268,7 +271,11 @@ module Aws
|
|
268
271
|
?client_request_token: ::String,
|
269
272
|
lo_ra_wan: {
|
270
273
|
rf_region: ("EU868" | "US915" | "AU915" | "AS923-1" | "AS923-2" | "AS923-3" | "AS923-4" | "EU433" | "CN470" | "CN779" | "RU864" | "KR920" | "IN865")?,
|
271
|
-
dl_class: ("ClassB" | "ClassC")
|
274
|
+
dl_class: ("ClassB" | "ClassC")?,
|
275
|
+
participating_gateways: {
|
276
|
+
gateway_list: Array[::String]?,
|
277
|
+
transmission_interval: ::Integer?
|
278
|
+
}?
|
272
279
|
},
|
273
280
|
?tags: Array[
|
274
281
|
{
|
@@ -732,6 +739,7 @@ module Aws
|
|
732
739
|
def redundancy_percent: () -> ::Integer
|
733
740
|
def fragment_size_bytes: () -> ::Integer
|
734
741
|
def fragment_interval_ms: () -> ::Integer
|
742
|
+
def descriptor: () -> ::String
|
735
743
|
end
|
736
744
|
# https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/IoTWireless/Client.html#get_fuota_task-instance_method
|
737
745
|
def get_fuota_task: (
|
@@ -744,6 +752,7 @@ module Aws
|
|
744
752
|
def default_log_level: () -> ("INFO" | "ERROR" | "DISABLED")
|
745
753
|
def wireless_gateway_log_options: () -> ::Array[Types::WirelessGatewayLogOption]
|
746
754
|
def wireless_device_log_options: () -> ::Array[Types::WirelessDeviceLogOption]
|
755
|
+
def fuota_task_log_options: () -> ::Array[Types::FuotaTaskLogOption]
|
747
756
|
end
|
748
757
|
# https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/IoTWireless/Client.html#get_log_levels_by_resource_types-instance_method
|
749
758
|
def get_log_levels_by_resource_types: (
|
@@ -1025,7 +1034,7 @@ module Aws
|
|
1025
1034
|
# https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/IoTWireless/Client.html#get_resource_event_configuration-instance_method
|
1026
1035
|
def get_resource_event_configuration: (
|
1027
1036
|
identifier: ::String,
|
1028
|
-
identifier_type: ("PartnerAccountId" | "DevEui" | "GatewayEui" | "WirelessDeviceId" | "WirelessGatewayId"),
|
1037
|
+
identifier_type: ("PartnerAccountId" | "DevEui" | "FuotaTaskId" | "GatewayEui" | "WirelessDeviceId" | "WirelessGatewayId"),
|
1029
1038
|
?partner_type: ("Sidewalk")
|
1030
1039
|
) -> _GetResourceEventConfigurationResponseSuccess
|
1031
1040
|
| (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _GetResourceEventConfigurationResponseSuccess
|
@@ -1255,7 +1264,7 @@ module Aws
|
|
1255
1264
|
end
|
1256
1265
|
# https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/IoTWireless/Client.html#list_event_configurations-instance_method
|
1257
1266
|
def list_event_configurations: (
|
1258
|
-
resource_type: ("SidewalkAccount" | "WirelessDevice" | "WirelessGateway"),
|
1267
|
+
resource_type: ("FuotaTask" | "SidewalkAccount" | "WirelessDevice" | "WirelessGateway"),
|
1259
1268
|
?max_results: ::Integer,
|
1260
1269
|
?next_token: ::String
|
1261
1270
|
) -> _ListEventConfigurationsResponseSuccess
|
@@ -1720,7 +1729,8 @@ module Aws
|
|
1720
1729
|
?firmware_update_role: ::String,
|
1721
1730
|
?redundancy_percent: ::Integer,
|
1722
1731
|
?fragment_size_bytes: ::Integer,
|
1723
|
-
?fragment_interval_ms: ::Integer
|
1732
|
+
?fragment_interval_ms: ::Integer,
|
1733
|
+
?descriptor: ::String
|
1724
1734
|
) -> _UpdateFuotaTaskResponseSuccess
|
1725
1735
|
| (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _UpdateFuotaTaskResponseSuccess
|
1726
1736
|
|
@@ -1730,6 +1740,18 @@ module Aws
|
|
1730
1740
|
# https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/IoTWireless/Client.html#update_log_levels_by_resource_types-instance_method
|
1731
1741
|
def update_log_levels_by_resource_types: (
|
1732
1742
|
?default_log_level: ("INFO" | "ERROR" | "DISABLED"),
|
1743
|
+
?fuota_task_log_options: Array[
|
1744
|
+
{
|
1745
|
+
type: ("LoRaWAN"),
|
1746
|
+
log_level: ("INFO" | "ERROR" | "DISABLED"),
|
1747
|
+
events: Array[
|
1748
|
+
{
|
1749
|
+
event: ("Fuota"),
|
1750
|
+
log_level: ("INFO" | "ERROR" | "DISABLED")
|
1751
|
+
},
|
1752
|
+
]?
|
1753
|
+
},
|
1754
|
+
],
|
1733
1755
|
?wireless_device_log_options: Array[
|
1734
1756
|
{
|
1735
1757
|
type: ("Sidewalk" | "LoRaWAN"),
|
@@ -1778,7 +1800,11 @@ module Aws
|
|
1778
1800
|
?description: ::String,
|
1779
1801
|
?lo_ra_wan: {
|
1780
1802
|
rf_region: ("EU868" | "US915" | "AU915" | "AS923-1" | "AS923-2" | "AS923-3" | "AS923-4" | "EU433" | "CN470" | "CN779" | "RU864" | "KR920" | "IN865")?,
|
1781
|
-
dl_class: ("ClassB" | "ClassC")
|
1803
|
+
dl_class: ("ClassB" | "ClassC")?,
|
1804
|
+
participating_gateways: {
|
1805
|
+
gateway_list: Array[::String]?,
|
1806
|
+
transmission_interval: ::Integer?
|
1807
|
+
}?
|
1782
1808
|
}
|
1783
1809
|
) -> _UpdateMulticastGroupResponseSuccess
|
1784
1810
|
| (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _UpdateMulticastGroupResponseSuccess
|
@@ -1834,7 +1860,7 @@ module Aws
|
|
1834
1860
|
# https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/IoTWireless/Client.html#update_resource_event_configuration-instance_method
|
1835
1861
|
def update_resource_event_configuration: (
|
1836
1862
|
identifier: ::String,
|
1837
|
-
identifier_type: ("PartnerAccountId" | "DevEui" | "GatewayEui" | "WirelessDeviceId" | "WirelessGatewayId"),
|
1863
|
+
identifier_type: ("PartnerAccountId" | "DevEui" | "FuotaTaskId" | "GatewayEui" | "WirelessDeviceId" | "WirelessGatewayId"),
|
1838
1864
|
?partner_type: ("Sidewalk"),
|
1839
1865
|
?device_registration_state: {
|
1840
1866
|
sidewalk: {
|
data/sig/resource.rbs
CHANGED
@@ -39,7 +39,9 @@ module Aws
|
|
39
39
|
?logger: untyped,
|
40
40
|
?max_attempts: Integer,
|
41
41
|
?profile: String,
|
42
|
+
?request_checksum_calculation: String,
|
42
43
|
?request_min_compression_size_bytes: Integer,
|
44
|
+
?response_checksum_validation: String,
|
43
45
|
?retry_backoff: Proc,
|
44
46
|
?retry_base_delay: Float,
|
45
47
|
?retry_jitter: (:none | :equal | :full | ^(Integer) -> Integer),
|
data/sig/types.rbs
CHANGED
@@ -226,6 +226,7 @@ module Aws::IoTWireless
|
|
226
226
|
attr_accessor redundancy_percent: ::Integer
|
227
227
|
attr_accessor fragment_size_bytes: ::Integer
|
228
228
|
attr_accessor fragment_interval_ms: ::Integer
|
229
|
+
attr_accessor descriptor: ::String
|
229
230
|
SENSITIVE: []
|
230
231
|
end
|
231
232
|
|
@@ -563,7 +564,7 @@ module Aws::IoTWireless
|
|
563
564
|
|
564
565
|
class EventConfigurationItem
|
565
566
|
attr_accessor identifier: ::String
|
566
|
-
attr_accessor identifier_type: ("PartnerAccountId" | "DevEui" | "GatewayEui" | "WirelessDeviceId" | "WirelessGatewayId")
|
567
|
+
attr_accessor identifier_type: ("PartnerAccountId" | "DevEui" | "FuotaTaskId" | "GatewayEui" | "WirelessDeviceId" | "WirelessGatewayId")
|
567
568
|
attr_accessor partner_type: ("Sidewalk")
|
568
569
|
attr_accessor events: Types::EventNotificationItemConfigurations
|
569
570
|
SENSITIVE: []
|
@@ -594,6 +595,19 @@ module Aws::IoTWireless
|
|
594
595
|
SENSITIVE: []
|
595
596
|
end
|
596
597
|
|
598
|
+
class FuotaTaskEventLogOption
|
599
|
+
attr_accessor event: ("Fuota")
|
600
|
+
attr_accessor log_level: ("INFO" | "ERROR" | "DISABLED")
|
601
|
+
SENSITIVE: []
|
602
|
+
end
|
603
|
+
|
604
|
+
class FuotaTaskLogOption
|
605
|
+
attr_accessor type: ("LoRaWAN")
|
606
|
+
attr_accessor log_level: ("INFO" | "ERROR" | "DISABLED")
|
607
|
+
attr_accessor events: ::Array[Types::FuotaTaskEventLogOption]
|
608
|
+
SENSITIVE: []
|
609
|
+
end
|
610
|
+
|
597
611
|
class GatewayListItem
|
598
612
|
attr_accessor gateway_id: ::String
|
599
613
|
attr_accessor downlink_frequency: ::Integer
|
@@ -659,6 +673,7 @@ module Aws::IoTWireless
|
|
659
673
|
attr_accessor redundancy_percent: ::Integer
|
660
674
|
attr_accessor fragment_size_bytes: ::Integer
|
661
675
|
attr_accessor fragment_interval_ms: ::Integer
|
676
|
+
attr_accessor descriptor: ::String
|
662
677
|
SENSITIVE: []
|
663
678
|
end
|
664
679
|
|
@@ -669,6 +684,7 @@ module Aws::IoTWireless
|
|
669
684
|
attr_accessor default_log_level: ("INFO" | "ERROR" | "DISABLED")
|
670
685
|
attr_accessor wireless_gateway_log_options: ::Array[Types::WirelessGatewayLogOption]
|
671
686
|
attr_accessor wireless_device_log_options: ::Array[Types::WirelessDeviceLogOption]
|
687
|
+
attr_accessor fuota_task_log_options: ::Array[Types::FuotaTaskLogOption]
|
672
688
|
SENSITIVE: []
|
673
689
|
end
|
674
690
|
|
@@ -788,7 +804,7 @@ module Aws::IoTWireless
|
|
788
804
|
|
789
805
|
class GetResourceEventConfigurationRequest
|
790
806
|
attr_accessor identifier: ::String
|
791
|
-
attr_accessor identifier_type: ("PartnerAccountId" | "DevEui" | "GatewayEui" | "WirelessDeviceId" | "WirelessGatewayId")
|
807
|
+
attr_accessor identifier_type: ("PartnerAccountId" | "DevEui" | "FuotaTaskId" | "GatewayEui" | "WirelessDeviceId" | "WirelessGatewayId")
|
792
808
|
attr_accessor partner_type: ("Sidewalk")
|
793
809
|
SENSITIVE: []
|
794
810
|
end
|
@@ -1097,7 +1113,7 @@ module Aws::IoTWireless
|
|
1097
1113
|
end
|
1098
1114
|
|
1099
1115
|
class ListEventConfigurationsRequest
|
1100
|
-
attr_accessor resource_type: ("SidewalkAccount" | "WirelessDevice" | "WirelessGateway")
|
1116
|
+
attr_accessor resource_type: ("FuotaTask" | "SidewalkAccount" | "WirelessDevice" | "WirelessGateway")
|
1101
1117
|
attr_accessor max_results: ::Integer
|
1102
1118
|
attr_accessor next_token: ::String
|
1103
1119
|
SENSITIVE: []
|
@@ -1412,6 +1428,7 @@ module Aws::IoTWireless
|
|
1412
1428
|
class LoRaWANMulticast
|
1413
1429
|
attr_accessor rf_region: ("EU868" | "US915" | "AU915" | "AS923-1" | "AS923-2" | "AS923-3" | "AS923-4" | "EU433" | "CN470" | "CN779" | "RU864" | "KR920" | "IN865")
|
1414
1430
|
attr_accessor dl_class: ("ClassB" | "ClassC")
|
1431
|
+
attr_accessor participating_gateways: Types::ParticipatingGatewaysMulticast
|
1415
1432
|
SENSITIVE: []
|
1416
1433
|
end
|
1417
1434
|
|
@@ -1420,6 +1437,7 @@ module Aws::IoTWireless
|
|
1420
1437
|
attr_accessor dl_class: ("ClassB" | "ClassC")
|
1421
1438
|
attr_accessor number_of_devices_requested: ::Integer
|
1422
1439
|
attr_accessor number_of_devices_in_group: ::Integer
|
1440
|
+
attr_accessor participating_gateways: Types::ParticipatingGatewaysMulticast
|
1423
1441
|
SENSITIVE: []
|
1424
1442
|
end
|
1425
1443
|
|
@@ -1585,6 +1603,12 @@ module Aws::IoTWireless
|
|
1585
1603
|
SENSITIVE: []
|
1586
1604
|
end
|
1587
1605
|
|
1606
|
+
class ParticipatingGatewaysMulticast
|
1607
|
+
attr_accessor gateway_list: ::Array[::String]
|
1608
|
+
attr_accessor transmission_interval: ::Integer
|
1609
|
+
SENSITIVE: []
|
1610
|
+
end
|
1611
|
+
|
1588
1612
|
class PositionConfigurationItem
|
1589
1613
|
attr_accessor resource_identifier: ::String
|
1590
1614
|
attr_accessor resource_type: ("WirelessDevice" | "WirelessGateway")
|
@@ -2053,6 +2077,7 @@ module Aws::IoTWireless
|
|
2053
2077
|
attr_accessor redundancy_percent: ::Integer
|
2054
2078
|
attr_accessor fragment_size_bytes: ::Integer
|
2055
2079
|
attr_accessor fragment_interval_ms: ::Integer
|
2080
|
+
attr_accessor descriptor: ::String
|
2056
2081
|
SENSITIVE: []
|
2057
2082
|
end
|
2058
2083
|
|
@@ -2061,6 +2086,7 @@ module Aws::IoTWireless
|
|
2061
2086
|
|
2062
2087
|
class UpdateLogLevelsByResourceTypesRequest
|
2063
2088
|
attr_accessor default_log_level: ("INFO" | "ERROR" | "DISABLED")
|
2089
|
+
attr_accessor fuota_task_log_options: ::Array[Types::FuotaTaskLogOption]
|
2064
2090
|
attr_accessor wireless_device_log_options: ::Array[Types::WirelessDeviceLogOption]
|
2065
2091
|
attr_accessor wireless_gateway_log_options: ::Array[Types::WirelessGatewayLogOption]
|
2066
2092
|
SENSITIVE: []
|
@@ -2126,7 +2152,7 @@ module Aws::IoTWireless
|
|
2126
2152
|
|
2127
2153
|
class UpdateResourceEventConfigurationRequest
|
2128
2154
|
attr_accessor identifier: ::String
|
2129
|
-
attr_accessor identifier_type: ("PartnerAccountId" | "DevEui" | "GatewayEui" | "WirelessDeviceId" | "WirelessGatewayId")
|
2155
|
+
attr_accessor identifier_type: ("PartnerAccountId" | "DevEui" | "FuotaTaskId" | "GatewayEui" | "WirelessDeviceId" | "WirelessGatewayId")
|
2130
2156
|
attr_accessor partner_type: ("Sidewalk")
|
2131
2157
|
attr_accessor device_registration_state: Types::DeviceRegistrationStateEventConfiguration
|
2132
2158
|
attr_accessor proximity: Types::ProximityEventConfiguration
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: aws-sdk-iotwireless
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 1.
|
4
|
+
version: 1.62.0
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Amazon Web Services
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date:
|
11
|
+
date: 2025-01-15 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: aws-sdk-core
|
@@ -19,7 +19,7 @@ dependencies:
|
|
19
19
|
version: '3'
|
20
20
|
- - ">="
|
21
21
|
- !ruby/object:Gem::Version
|
22
|
-
version: 3.
|
22
|
+
version: 3.216.0
|
23
23
|
type: :runtime
|
24
24
|
prerelease: false
|
25
25
|
version_requirements: !ruby/object:Gem::Requirement
|
@@ -29,7 +29,7 @@ dependencies:
|
|
29
29
|
version: '3'
|
30
30
|
- - ">="
|
31
31
|
- !ruby/object:Gem::Version
|
32
|
-
version: 3.
|
32
|
+
version: 3.216.0
|
33
33
|
- !ruby/object:Gem::Dependency
|
34
34
|
name: aws-sigv4
|
35
35
|
requirement: !ruby/object:Gem::Requirement
|