aws-sdk-iotwireless 1.60.0 → 1.61.0

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 9aa2303b104858a54c340c825d22dedf800fc3e1b9075745ebbae355198d3359
4
- data.tar.gz: 930683049874f4f87d5eb8739e6f00a3e0fae113f59b1df1e58132d517e6424e
3
+ metadata.gz: da510b9bfc96385cac5f68a8f2f31905ea357cb161effa7a55b7cb09f92b6909
4
+ data.tar.gz: 1c6c7306f5585b0737cc13c4b6f8d5f043c895e2bc7cd3c0e4faf507e0bd6360
5
5
  SHA512:
6
- metadata.gz: 792538d2147cee513ae0ba3d22e84e9355c2e83215be8cf4e18436c70c8a7a5ef7bd675722a48ce689f91dd8352fabccae840c99a5b0333121622b8919684613
7
- data.tar.gz: 31c559cbc277ed72f1fde8f7448486816f920c165307850cec3ffab1a3bd57442cc0acac773979db4967b0ae5d2468a1d26fc35449faeb3485eb1e412a173778
6
+ metadata.gz: 9a0531f61e44d01400f54dcf79d6ce839cd738fc09de555bc467ecdc4aec8453e3a1ed686a4705a22593d0096992150a35737f5bec82ef09e0b13f7b08c04645
7
+ data.tar.gz: 531d5e9fa6ca8b23c253cbcd4cb3f38e4cb9079ecf31ba326a246f0b2288d4f3a19d0a6e3c03341792e235bc42927464e6844bb26fbb727b6bd28ffbcd0df98b
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.61.0 (2024-11-14)
5
+ ------------------
6
+
7
+ * 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.
8
+
4
9
  1.60.0 (2024-10-18)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.60.0
1
+ 1.61.0
@@ -900,6 +900,11 @@ module Aws::IoTWireless
900
900
  #
901
901
  # </note>
902
902
  #
903
+ # @option params [String] :descriptor
904
+ # The Descriptor specifies some metadata about the File being
905
+ # transferred using FUOTA e.g. the software version. It is sent
906
+ # transparently to the device. It is a binary field encoded in base64
907
+ #
903
908
  # @return [Types::CreateFuotaTaskResponse] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
904
909
  #
905
910
  # * {Types::CreateFuotaTaskResponse#arn #arn} => String
@@ -925,6 +930,7 @@ module Aws::IoTWireless
925
930
  # redundancy_percent: 1,
926
931
  # fragment_size_bytes: 1,
927
932
  # fragment_interval_ms: 1,
933
+ # descriptor: "FileDescriptor",
928
934
  # })
929
935
  #
930
936
  # @example Response structure
@@ -986,6 +992,10 @@ module Aws::IoTWireless
986
992
  # lo_ra_wan: { # required
987
993
  # rf_region: "EU868", # accepts EU868, US915, AU915, AS923-1, AS923-2, AS923-3, AS923-4, EU433, CN470, CN779, RU864, KR920, IN865
988
994
  # dl_class: "ClassB", # accepts ClassB, ClassC
995
+ # participating_gateways: {
996
+ # gateway_list: ["WirelessGatewayId"],
997
+ # transmission_interval: 1,
998
+ # },
989
999
  # },
990
1000
  # tags: [
991
1001
  # {
@@ -2096,6 +2106,7 @@ module Aws::IoTWireless
2096
2106
  # * {Types::GetFuotaTaskResponse#redundancy_percent #redundancy_percent} => Integer
2097
2107
  # * {Types::GetFuotaTaskResponse#fragment_size_bytes #fragment_size_bytes} => Integer
2098
2108
  # * {Types::GetFuotaTaskResponse#fragment_interval_ms #fragment_interval_ms} => Integer
2109
+ # * {Types::GetFuotaTaskResponse#descriptor #descriptor} => String
2099
2110
  #
2100
2111
  # @example Request syntax with placeholder values
2101
2112
  #
@@ -2118,6 +2129,7 @@ module Aws::IoTWireless
2118
2129
  # resp.redundancy_percent #=> Integer
2119
2130
  # resp.fragment_size_bytes #=> Integer
2120
2131
  # resp.fragment_interval_ms #=> Integer
2132
+ # resp.descriptor #=> String
2121
2133
  #
2122
2134
  # @overload get_fuota_task(params = {})
2123
2135
  # @param [Hash] params ({})
@@ -2135,6 +2147,7 @@ module Aws::IoTWireless
2135
2147
  # * {Types::GetLogLevelsByResourceTypesResponse#default_log_level #default_log_level} => String
2136
2148
  # * {Types::GetLogLevelsByResourceTypesResponse#wireless_gateway_log_options #wireless_gateway_log_options} => Array&lt;Types::WirelessGatewayLogOption&gt;
2137
2149
  # * {Types::GetLogLevelsByResourceTypesResponse#wireless_device_log_options #wireless_device_log_options} => Array&lt;Types::WirelessDeviceLogOption&gt;
2150
+ # * {Types::GetLogLevelsByResourceTypesResponse#fuota_task_log_options #fuota_task_log_options} => Array&lt;Types::FuotaTaskLogOption&gt;
2138
2151
  #
2139
2152
  # @example Response structure
2140
2153
  #
@@ -2151,6 +2164,12 @@ module Aws::IoTWireless
2151
2164
  # resp.wireless_device_log_options[0].events #=> Array
2152
2165
  # resp.wireless_device_log_options[0].events[0].event #=> String, one of "Join", "Rejoin", "Uplink_Data", "Downlink_Data", "Registration"
2153
2166
  # resp.wireless_device_log_options[0].events[0].log_level #=> String, one of "INFO", "ERROR", "DISABLED"
2167
+ # resp.fuota_task_log_options #=> Array
2168
+ # resp.fuota_task_log_options[0].type #=> String, one of "LoRaWAN"
2169
+ # resp.fuota_task_log_options[0].log_level #=> String, one of "INFO", "ERROR", "DISABLED"
2170
+ # resp.fuota_task_log_options[0].events #=> Array
2171
+ # resp.fuota_task_log_options[0].events[0].event #=> String, one of "Fuota"
2172
+ # resp.fuota_task_log_options[0].events[0].log_level #=> String, one of "INFO", "ERROR", "DISABLED"
2154
2173
  #
2155
2174
  # @overload get_log_levels_by_resource_types(params = {})
2156
2175
  # @param [Hash] params ({})
@@ -2268,6 +2287,9 @@ module Aws::IoTWireless
2268
2287
  # resp.lo_ra_wan.dl_class #=> String, one of "ClassB", "ClassC"
2269
2288
  # resp.lo_ra_wan.number_of_devices_requested #=> Integer
2270
2289
  # resp.lo_ra_wan.number_of_devices_in_group #=> Integer
2290
+ # resp.lo_ra_wan.participating_gateways.gateway_list #=> Array
2291
+ # resp.lo_ra_wan.participating_gateways.gateway_list[0] #=> String
2292
+ # resp.lo_ra_wan.participating_gateways.transmission_interval #=> Integer
2271
2293
  # resp.created_at #=> Time
2272
2294
  #
2273
2295
  # @overload get_multicast_group(params = {})
@@ -2694,7 +2716,7 @@ module Aws::IoTWireless
2694
2716
  #
2695
2717
  # resp = client.get_resource_event_configuration({
2696
2718
  # identifier: "Identifier", # required
2697
- # identifier_type: "PartnerAccountId", # required, accepts PartnerAccountId, DevEui, GatewayEui, WirelessDeviceId, WirelessGatewayId
2719
+ # identifier_type: "PartnerAccountId", # required, accepts PartnerAccountId, DevEui, FuotaTaskId, GatewayEui, WirelessDeviceId, WirelessGatewayId
2698
2720
  # partner_type: "Sidewalk", # accepts Sidewalk
2699
2721
  # })
2700
2722
  #
@@ -2719,8 +2741,8 @@ module Aws::IoTWireless
2719
2741
  end
2720
2742
 
2721
2743
  # Fetches the log-level override, if any, for a given resource-ID and
2722
- # resource-type. It can be used for a wireless device or a wireless
2723
- # gateway.
2744
+ # resource-type. It can be used for a wireless device, wireless gateway
2745
+ # or fuota task.
2724
2746
  #
2725
2747
  # @option params [required, String] :resource_identifier
2726
2748
  # The identifier of the resource. For a Wireless Device, it is the
@@ -2728,8 +2750,8 @@ module Aws::IoTWireless
2728
2750
  # ID.
2729
2751
  #
2730
2752
  # @option params [required, String] :resource_type
2731
- # The type of the resource, which can be `WirelessDevice` or
2732
- # `WirelessGateway`.
2753
+ # The type of the resource, which can be `WirelessDevice`,
2754
+ # `WirelessGateway` or `FuotaTask`.
2733
2755
  #
2734
2756
  # @return [Types::GetResourceLogLevelResponse] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
2735
2757
  #
@@ -3440,7 +3462,7 @@ module Aws::IoTWireless
3440
3462
  # @example Request syntax with placeholder values
3441
3463
  #
3442
3464
  # resp = client.list_event_configurations({
3443
- # resource_type: "SidewalkAccount", # required, accepts SidewalkAccount, WirelessDevice, WirelessGateway
3465
+ # resource_type: "FuotaTask", # required, accepts FuotaTask, SidewalkAccount, WirelessDevice, WirelessGateway
3444
3466
  # max_results: 1,
3445
3467
  # next_token: "NextToken",
3446
3468
  # })
@@ -3450,7 +3472,7 @@ module Aws::IoTWireless
3450
3472
  # resp.next_token #=> String
3451
3473
  # resp.event_configurations_list #=> Array
3452
3474
  # resp.event_configurations_list[0].identifier #=> String
3453
- # resp.event_configurations_list[0].identifier_type #=> String, one of "PartnerAccountId", "DevEui", "GatewayEui", "WirelessDeviceId", "WirelessGatewayId"
3475
+ # resp.event_configurations_list[0].identifier_type #=> String, one of "PartnerAccountId", "DevEui", "FuotaTaskId", "GatewayEui", "WirelessDeviceId", "WirelessGatewayId"
3454
3476
  # resp.event_configurations_list[0].partner_type #=> String, one of "Sidewalk"
3455
3477
  # resp.event_configurations_list[0].events.device_registration_state.sidewalk.amazon_id_event_topic #=> String, one of "Enabled", "Disabled"
3456
3478
  # resp.event_configurations_list[0].events.device_registration_state.wireless_device_id_event_topic #=> String, one of "Enabled", "Disabled"
@@ -4130,8 +4152,8 @@ module Aws::IoTWireless
4130
4152
  # ID.
4131
4153
  #
4132
4154
  # @option params [required, String] :resource_type
4133
- # The type of the resource, which can be `WirelessDevice` or
4134
- # `WirelessGateway`.
4155
+ # The type of the resource, which can be `WirelessDevice`,
4156
+ # `WirelessGateway`, or `FuotaTask`.
4135
4157
  #
4136
4158
  # @option params [required, String] :log_level
4137
4159
  # The log level for a log message. The log levels can be disabled, or
@@ -4155,8 +4177,8 @@ module Aws::IoTWireless
4155
4177
  req.send_request(options)
4156
4178
  end
4157
4179
 
4158
- # Removes the log-level overrides for all resources; both wireless
4159
- # devices and wireless gateways.
4180
+ # Removes the log-level overrides for all resources; wireless devices,
4181
+ # wireless gateways, and fuota tasks.
4160
4182
  #
4161
4183
  # @return [Struct] Returns an empty {Seahorse::Client::Response response}.
4162
4184
  #
@@ -4168,8 +4190,8 @@ module Aws::IoTWireless
4168
4190
  end
4169
4191
 
4170
4192
  # Removes the log-level override, if any, for a specific resource-ID and
4171
- # resource-type. It can be used for a wireless device or a wireless
4172
- # gateway.
4193
+ # resource-type. It can be used for a wireless device, a wireless
4194
+ # gateway, or a fuota task.
4173
4195
  #
4174
4196
  # @option params [required, String] :resource_identifier
4175
4197
  # The identifier of the resource. For a Wireless Device, it is the
@@ -4177,8 +4199,8 @@ module Aws::IoTWireless
4177
4199
  # ID.
4178
4200
  #
4179
4201
  # @option params [required, String] :resource_type
4180
- # The type of the resource, which can be `WirelessDevice` or
4181
- # `WirelessGateway`.
4202
+ # The type of the resource, which can be `WirelessDevice`,
4203
+ # `WirelessGateway`, or `FuotaTask`.
4182
4204
  #
4183
4205
  # @return [Struct] Returns an empty {Seahorse::Client::Response response}.
4184
4206
  #
@@ -4779,6 +4801,11 @@ module Aws::IoTWireless
4779
4801
  #
4780
4802
  # </note>
4781
4803
  #
4804
+ # @option params [String] :descriptor
4805
+ # The Descriptor specifies some metadata about the File being
4806
+ # transferred using FUOTA e.g. the software version. It is sent
4807
+ # transparently to the device. It is a binary field encoded in base64
4808
+ #
4782
4809
  # @return [Struct] Returns an empty {Seahorse::Client::Response response}.
4783
4810
  #
4784
4811
  # @example Request syntax with placeholder values
@@ -4795,6 +4822,7 @@ module Aws::IoTWireless
4795
4822
  # redundancy_percent: 1,
4796
4823
  # fragment_size_bytes: 1,
4797
4824
  # fragment_interval_ms: 1,
4825
+ # descriptor: "FileDescriptor",
4798
4826
  # })
4799
4827
  #
4800
4828
  # @overload update_fuota_task(params = {})
@@ -4814,6 +4842,9 @@ module Aws::IoTWireless
4814
4842
  # set to `ERROR` to display less verbose logs containing only error
4815
4843
  # information, or to `INFO` for more detailed logs.
4816
4844
  #
4845
+ # @option params [Array<Types::FuotaTaskLogOption>] :fuota_task_log_options
4846
+ # The list of fuota task log options.
4847
+ #
4817
4848
  # @option params [Array<Types::WirelessDeviceLogOption>] :wireless_device_log_options
4818
4849
  # The list of wireless device log options.
4819
4850
  #
@@ -4826,6 +4857,18 @@ module Aws::IoTWireless
4826
4857
  #
4827
4858
  # resp = client.update_log_levels_by_resource_types({
4828
4859
  # default_log_level: "INFO", # accepts INFO, ERROR, DISABLED
4860
+ # fuota_task_log_options: [
4861
+ # {
4862
+ # type: "LoRaWAN", # required, accepts LoRaWAN
4863
+ # log_level: "INFO", # required, accepts INFO, ERROR, DISABLED
4864
+ # events: [
4865
+ # {
4866
+ # event: "Fuota", # required, accepts Fuota
4867
+ # log_level: "INFO", # required, accepts INFO, ERROR, DISABLED
4868
+ # },
4869
+ # ],
4870
+ # },
4871
+ # ],
4829
4872
  # wireless_device_log_options: [
4830
4873
  # {
4831
4874
  # type: "Sidewalk", # required, accepts Sidewalk, LoRaWAN
@@ -4906,6 +4949,10 @@ module Aws::IoTWireless
4906
4949
  # lo_ra_wan: {
4907
4950
  # rf_region: "EU868", # accepts EU868, US915, AU915, AS923-1, AS923-2, AS923-3, AS923-4, EU433, CN470, CN779, RU864, KR920, IN865
4908
4951
  # dl_class: "ClassB", # accepts ClassB, ClassC
4952
+ # participating_gateways: {
4953
+ # gateway_list: ["WirelessGatewayId"],
4954
+ # transmission_interval: 1,
4955
+ # },
4909
4956
  # },
4910
4957
  # })
4911
4958
  #
@@ -5085,7 +5132,7 @@ module Aws::IoTWireless
5085
5132
  #
5086
5133
  # resp = client.update_resource_event_configuration({
5087
5134
  # identifier: "Identifier", # required
5088
- # identifier_type: "PartnerAccountId", # required, accepts PartnerAccountId, DevEui, GatewayEui, WirelessDeviceId, WirelessGatewayId
5135
+ # identifier_type: "PartnerAccountId", # required, accepts PartnerAccountId, DevEui, FuotaTaskId, GatewayEui, WirelessDeviceId, WirelessGatewayId
5089
5136
  # partner_type: "Sidewalk", # accepts Sidewalk
5090
5137
  # device_registration_state: {
5091
5138
  # sidewalk: {
@@ -5321,7 +5368,7 @@ module Aws::IoTWireless
5321
5368
  tracer: tracer
5322
5369
  )
5323
5370
  context[:gem_name] = 'aws-sdk-iotwireless'
5324
- context[:gem_version] = '1.60.0'
5371
+ context[:gem_version] = '1.61.0'
5325
5372
  Seahorse::Client::Request.new(handlers, context)
5326
5373
  end
5327
5374
 
@@ -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` or
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` or
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` or
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 = []
@@ -54,7 +54,7 @@ module Aws::IoTWireless
54
54
  autoload :EndpointProvider, 'aws-sdk-iotwireless/endpoint_provider'
55
55
  autoload :Endpoints, 'aws-sdk-iotwireless/endpoints'
56
56
 
57
- GEM_VERSION = '1.60.0'
57
+ GEM_VERSION = '1.61.0'
58
58
 
59
59
  end
60
60
 
data/sig/client.rbs CHANGED
@@ -252,7 +252,8 @@ module Aws
252
252
  ],
253
253
  ?redundancy_percent: ::Integer,
254
254
  ?fragment_size_bytes: ::Integer,
255
- ?fragment_interval_ms: ::Integer
255
+ ?fragment_interval_ms: ::Integer,
256
+ ?descriptor: ::String
256
257
  ) -> _CreateFuotaTaskResponseSuccess
257
258
  | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _CreateFuotaTaskResponseSuccess
258
259
 
@@ -268,7 +269,11 @@ module Aws
268
269
  ?client_request_token: ::String,
269
270
  lo_ra_wan: {
270
271
  rf_region: ("EU868" | "US915" | "AU915" | "AS923-1" | "AS923-2" | "AS923-3" | "AS923-4" | "EU433" | "CN470" | "CN779" | "RU864" | "KR920" | "IN865")?,
271
- dl_class: ("ClassB" | "ClassC")?
272
+ dl_class: ("ClassB" | "ClassC")?,
273
+ participating_gateways: {
274
+ gateway_list: Array[::String]?,
275
+ transmission_interval: ::Integer?
276
+ }?
272
277
  },
273
278
  ?tags: Array[
274
279
  {
@@ -732,6 +737,7 @@ module Aws
732
737
  def redundancy_percent: () -> ::Integer
733
738
  def fragment_size_bytes: () -> ::Integer
734
739
  def fragment_interval_ms: () -> ::Integer
740
+ def descriptor: () -> ::String
735
741
  end
736
742
  # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/IoTWireless/Client.html#get_fuota_task-instance_method
737
743
  def get_fuota_task: (
@@ -744,6 +750,7 @@ module Aws
744
750
  def default_log_level: () -> ("INFO" | "ERROR" | "DISABLED")
745
751
  def wireless_gateway_log_options: () -> ::Array[Types::WirelessGatewayLogOption]
746
752
  def wireless_device_log_options: () -> ::Array[Types::WirelessDeviceLogOption]
753
+ def fuota_task_log_options: () -> ::Array[Types::FuotaTaskLogOption]
747
754
  end
748
755
  # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/IoTWireless/Client.html#get_log_levels_by_resource_types-instance_method
749
756
  def get_log_levels_by_resource_types: (
@@ -1025,7 +1032,7 @@ module Aws
1025
1032
  # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/IoTWireless/Client.html#get_resource_event_configuration-instance_method
1026
1033
  def get_resource_event_configuration: (
1027
1034
  identifier: ::String,
1028
- identifier_type: ("PartnerAccountId" | "DevEui" | "GatewayEui" | "WirelessDeviceId" | "WirelessGatewayId"),
1035
+ identifier_type: ("PartnerAccountId" | "DevEui" | "FuotaTaskId" | "GatewayEui" | "WirelessDeviceId" | "WirelessGatewayId"),
1029
1036
  ?partner_type: ("Sidewalk")
1030
1037
  ) -> _GetResourceEventConfigurationResponseSuccess
1031
1038
  | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _GetResourceEventConfigurationResponseSuccess
@@ -1255,7 +1262,7 @@ module Aws
1255
1262
  end
1256
1263
  # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/IoTWireless/Client.html#list_event_configurations-instance_method
1257
1264
  def list_event_configurations: (
1258
- resource_type: ("SidewalkAccount" | "WirelessDevice" | "WirelessGateway"),
1265
+ resource_type: ("FuotaTask" | "SidewalkAccount" | "WirelessDevice" | "WirelessGateway"),
1259
1266
  ?max_results: ::Integer,
1260
1267
  ?next_token: ::String
1261
1268
  ) -> _ListEventConfigurationsResponseSuccess
@@ -1720,7 +1727,8 @@ module Aws
1720
1727
  ?firmware_update_role: ::String,
1721
1728
  ?redundancy_percent: ::Integer,
1722
1729
  ?fragment_size_bytes: ::Integer,
1723
- ?fragment_interval_ms: ::Integer
1730
+ ?fragment_interval_ms: ::Integer,
1731
+ ?descriptor: ::String
1724
1732
  ) -> _UpdateFuotaTaskResponseSuccess
1725
1733
  | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _UpdateFuotaTaskResponseSuccess
1726
1734
 
@@ -1730,6 +1738,18 @@ module Aws
1730
1738
  # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/IoTWireless/Client.html#update_log_levels_by_resource_types-instance_method
1731
1739
  def update_log_levels_by_resource_types: (
1732
1740
  ?default_log_level: ("INFO" | "ERROR" | "DISABLED"),
1741
+ ?fuota_task_log_options: Array[
1742
+ {
1743
+ type: ("LoRaWAN"),
1744
+ log_level: ("INFO" | "ERROR" | "DISABLED"),
1745
+ events: Array[
1746
+ {
1747
+ event: ("Fuota"),
1748
+ log_level: ("INFO" | "ERROR" | "DISABLED")
1749
+ },
1750
+ ]?
1751
+ },
1752
+ ],
1733
1753
  ?wireless_device_log_options: Array[
1734
1754
  {
1735
1755
  type: ("Sidewalk" | "LoRaWAN"),
@@ -1778,7 +1798,11 @@ module Aws
1778
1798
  ?description: ::String,
1779
1799
  ?lo_ra_wan: {
1780
1800
  rf_region: ("EU868" | "US915" | "AU915" | "AS923-1" | "AS923-2" | "AS923-3" | "AS923-4" | "EU433" | "CN470" | "CN779" | "RU864" | "KR920" | "IN865")?,
1781
- dl_class: ("ClassB" | "ClassC")?
1801
+ dl_class: ("ClassB" | "ClassC")?,
1802
+ participating_gateways: {
1803
+ gateway_list: Array[::String]?,
1804
+ transmission_interval: ::Integer?
1805
+ }?
1782
1806
  }
1783
1807
  ) -> _UpdateMulticastGroupResponseSuccess
1784
1808
  | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _UpdateMulticastGroupResponseSuccess
@@ -1834,7 +1858,7 @@ module Aws
1834
1858
  # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/IoTWireless/Client.html#update_resource_event_configuration-instance_method
1835
1859
  def update_resource_event_configuration: (
1836
1860
  identifier: ::String,
1837
- identifier_type: ("PartnerAccountId" | "DevEui" | "GatewayEui" | "WirelessDeviceId" | "WirelessGatewayId"),
1861
+ identifier_type: ("PartnerAccountId" | "DevEui" | "FuotaTaskId" | "GatewayEui" | "WirelessDeviceId" | "WirelessGatewayId"),
1838
1862
  ?partner_type: ("Sidewalk"),
1839
1863
  ?device_registration_state: {
1840
1864
  sidewalk: {
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.60.0
4
+ version: 1.61.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: 2024-10-18 00:00:00.000000000 Z
11
+ date: 2024-11-14 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: aws-sdk-core