aws-sdk-iotwireless 1.64.0 → 1.65.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 66954f0f271009161582a6f2b2108f058395815009a5aa428ec8316d39b99cb0
4
- data.tar.gz: dce93643d37c1719915168e64b1cf78b6893b6c010feeb5df094767decee5059
3
+ metadata.gz: 12c9cfb1f6777e70a7b0e682c92b9aebdb5e48ba57cf5152bc2d9cdd1c3b2ff0
4
+ data.tar.gz: 1414c85be8e152ea66fc6f3e384627153cb24520a43c9aa47e5b001d9c805229
5
5
  SHA512:
6
- metadata.gz: 4d9eaa29c7dc3a799aec088fd675b0a86b8fe3f5e5202c79ef21f6c2cc29748fdae302ec5aa206c0bc34be8356df11b41ca7a80ed79c04f2217a4df9ad54cbe5
7
- data.tar.gz: 52d042e00d865eef7c74134051ba60099aaf5fc5e8bfc3786244fb9806286b63fb9a68d8207d53566149f3ceaa39b69b40d44b31150fad7530e02ec012f76909
6
+ metadata.gz: f921936b976c181b66a71b90776d7a4728518768dd2ccc7ebbcdc770b59089229c186130104bb9646a7842cc72196a7baef3c718f6650ceb4da73c2830a14385
7
+ data.tar.gz: dbd87f1b960e88496a419eab694464a8283ae5e44e6b33e0f7eff040f04200098c45f2b758d4c546f0fab4f88d69bcf9ed950b7ac392fed0d149d18d038add67
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.65.0 (2025-03-24)
5
+ ------------------
6
+
7
+ * Feature - Mark EutranCid under LteNmr optional.
8
+
4
9
  1.64.0 (2025-02-18)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.64.0
1
+ 1.65.0
@@ -924,9 +924,9 @@ module Aws::IoTWireless
924
924
  # </note>
925
925
  #
926
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
927
+ # The descriptor is the metadata about the file that is transferred to
928
+ # the device using FUOTA, such as the software version. It is a binary
929
+ # field encoded in base64.
930
930
  #
931
931
  # @return [Types::CreateFuotaTaskResponse] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
932
932
  #
@@ -1599,7 +1599,7 @@ module Aws::IoTWireless
1599
1599
  req.send_request(options)
1600
1600
  end
1601
1601
 
1602
- # Deletes a multicast group if it is not in use by a fuota task.
1602
+ # Deletes a multicast group if it is not in use by a FUOTA task.
1603
1603
  #
1604
1604
  # @option params [required, String] :id
1605
1605
  # The ID of the multicast group.
@@ -1856,7 +1856,7 @@ module Aws::IoTWireless
1856
1856
  req.send_request(options)
1857
1857
  end
1858
1858
 
1859
- # Disassociates a multicast group from a fuota task.
1859
+ # Disassociates a multicast group from a FUOTA task.
1860
1860
  #
1861
1861
  # @option params [required, String] :id
1862
1862
  # The ID of a FUOTA task.
@@ -2162,8 +2162,8 @@ module Aws::IoTWireless
2162
2162
  end
2163
2163
 
2164
2164
  # Returns current default log levels or log levels by resource types.
2165
- # Based on resource types, log levels can be for wireless device log
2166
- # options or wireless gateway log options.
2165
+ # Based on the resource type, log levels can be returned for wireless
2166
+ # device, wireless gateway, or FUOTA task log options.
2167
2167
  #
2168
2168
  # @return [Types::GetLogLevelsByResourceTypesResponse] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
2169
2169
  #
@@ -2658,7 +2658,7 @@ module Aws::IoTWireless
2658
2658
  # {
2659
2659
  # pci: 1, # required
2660
2660
  # earfcn: 1, # required
2661
- # eutran_cid: 1, # required
2661
+ # eutran_cid: 1,
2662
2662
  # rsrp: 1,
2663
2663
  # rsrq: 1.0,
2664
2664
  # },
@@ -2763,18 +2763,16 @@ module Aws::IoTWireless
2763
2763
  req.send_request(options)
2764
2764
  end
2765
2765
 
2766
- # Fetches the log-level override, if any, for a given resource-ID and
2767
- # resource-type. It can be used for a wireless device, wireless gateway
2768
- # or fuota task.
2766
+ # Fetches the log-level override, if any, for a given resource ID and
2767
+ # resource type..
2769
2768
  #
2770
2769
  # @option params [required, String] :resource_identifier
2771
- # The identifier of the resource. For a Wireless Device, it is the
2772
- # wireless device ID. For a wireless gateway, it is the wireless gateway
2773
- # ID.
2770
+ # The unique identifier of the resource, which can be the wireless
2771
+ # gateway ID, the wireless device ID, or the FUOTA task ID.
2774
2772
  #
2775
2773
  # @option params [required, String] :resource_type
2776
- # The type of the resource, which can be `WirelessDevice`,
2777
- # `WirelessGateway` or `FuotaTask`.
2774
+ # The type of resource, which can be `WirelessDevice`,
2775
+ # `WirelessGateway`, or `FuotaTask`.
2778
2776
  #
2779
2777
  # @return [Types::GetResourceLogLevelResponse] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
2780
2778
  #
@@ -2843,8 +2841,7 @@ module Aws::IoTWireless
2843
2841
  # @option params [String] :service_type
2844
2842
  # The service type for which to get endpoint information about. Can be
2845
2843
  # `CUPS` for the Configuration and Update Server endpoint, or `LNS` for
2846
- # the LoRaWAN Network Server endpoint or `CLAIM` for the global
2847
- # endpoint.
2844
+ # the LoRaWAN Network Server endpoint.
2848
2845
  #
2849
2846
  # @return [Types::GetServiceEndpointResponse] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
2850
2847
  #
@@ -3593,7 +3590,7 @@ module Aws::IoTWireless
3593
3590
  req.send_request(options)
3594
3591
  end
3595
3592
 
3596
- # List all multicast groups associated with a fuota task.
3593
+ # List all multicast groups associated with a FUOTA task.
3597
3594
  #
3598
3595
  # @option params [required, String] :id
3599
3596
  # The ID of a FUOTA task.
@@ -4165,17 +4162,15 @@ module Aws::IoTWireless
4165
4162
  req.send_request(options)
4166
4163
  end
4167
4164
 
4168
- # Sets the log-level override for a resource-ID and resource-type. This
4169
- # option can be specified for a wireless gateway or a wireless device. A
4165
+ # Sets the log-level override for a resource ID and resource type. A
4170
4166
  # limit of 200 log level override can be set per account.
4171
4167
  #
4172
4168
  # @option params [required, String] :resource_identifier
4173
- # The identifier of the resource. For a Wireless Device, it is the
4174
- # wireless device ID. For a wireless gateway, it is the wireless gateway
4175
- # ID.
4169
+ # The unique identifier of the resource, which can be the wireless
4170
+ # gateway ID, the wireless device ID, or the FUOTA task ID.
4176
4171
  #
4177
4172
  # @option params [required, String] :resource_type
4178
- # The type of the resource, which can be `WirelessDevice`,
4173
+ # The type of resource, which can be `WirelessDevice`,
4179
4174
  # `WirelessGateway`, or `FuotaTask`.
4180
4175
  #
4181
4176
  # @option params [required, String] :log_level
@@ -4201,7 +4196,7 @@ module Aws::IoTWireless
4201
4196
  end
4202
4197
 
4203
4198
  # Removes the log-level overrides for all resources; wireless devices,
4204
- # wireless gateways, and fuota tasks.
4199
+ # wireless gateways, and FUOTA tasks.
4205
4200
  #
4206
4201
  # @return [Struct] Returns an empty {Seahorse::Client::Response response}.
4207
4202
  #
@@ -4212,17 +4207,16 @@ module Aws::IoTWireless
4212
4207
  req.send_request(options)
4213
4208
  end
4214
4209
 
4215
- # Removes the log-level override, if any, for a specific resource-ID and
4216
- # resource-type. It can be used for a wireless device, a wireless
4217
- # gateway, or a fuota task.
4210
+ # Removes the log-level override, if any, for a specific resource ID and
4211
+ # resource type. It can be used for a wireless device, a wireless
4212
+ # gateway, or a FUOTA task.
4218
4213
  #
4219
4214
  # @option params [required, String] :resource_identifier
4220
- # The identifier of the resource. For a Wireless Device, it is the
4221
- # wireless device ID. For a wireless gateway, it is the wireless gateway
4222
- # ID.
4215
+ # The unique identifier of the resource, which can be the wireless
4216
+ # gateway ID, the wireless device ID, or the FUOTA task ID.
4223
4217
  #
4224
4218
  # @option params [required, String] :resource_type
4225
- # The type of the resource, which can be `WirelessDevice`,
4219
+ # The type of resource, which can be `WirelessDevice`,
4226
4220
  # `WirelessGateway`, or `FuotaTask`.
4227
4221
  #
4228
4222
  # @return [Struct] Returns an empty {Seahorse::Client::Response response}.
@@ -4825,9 +4819,9 @@ module Aws::IoTWireless
4825
4819
  # </note>
4826
4820
  #
4827
4821
  # @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
4822
+ # The descriptor is the metadata about the file that is transferred to
4823
+ # the device using FUOTA, such as the software version. It is a binary
4824
+ # field encoded in base64.
4831
4825
  #
4832
4826
  # @return [Struct] Returns an empty {Seahorse::Client::Response response}.
4833
4827
  #
@@ -4856,7 +4850,7 @@ module Aws::IoTWireless
4856
4850
  end
4857
4851
 
4858
4852
  # Set default log level, or log levels by resource types. This can be
4859
- # for wireless device log options or wireless gateways log options and
4853
+ # for wireless device, wireless gateway, or FUOTA task log options, and
4860
4854
  # is used to control the log messages that'll be displayed in
4861
4855
  # CloudWatch.
4862
4856
  #
@@ -4866,7 +4860,7 @@ module Aws::IoTWireless
4866
4860
  # information, or to `INFO` for more detailed logs.
4867
4861
  #
4868
4862
  # @option params [Array<Types::FuotaTaskLogOption>] :fuota_task_log_options
4869
- # The list of fuota task log options.
4863
+ # The list of FUOTA task log options.
4870
4864
  #
4871
4865
  # @option params [Array<Types::WirelessDeviceLogOption>] :wireless_device_log_options
4872
4866
  # The list of wireless device log options.
@@ -5391,7 +5385,7 @@ module Aws::IoTWireless
5391
5385
  tracer: tracer
5392
5386
  )
5393
5387
  context[:gem_name] = 'aws-sdk-iotwireless'
5394
- context[:gem_version] = '1.64.0'
5388
+ context[:gem_version] = '1.65.0'
5395
5389
  Seahorse::Client::Request.new(handlers, context)
5396
5390
  end
5397
5391
 
@@ -1846,7 +1846,7 @@ module Aws::IoTWireless
1846
1846
 
1847
1847
  LteNmrObj.add_member(:pci, Shapes::ShapeRef.new(shape: PCI, required: true, location_name: "Pci"))
1848
1848
  LteNmrObj.add_member(:earfcn, Shapes::ShapeRef.new(shape: EARFCN, required: true, location_name: "Earfcn"))
1849
- LteNmrObj.add_member(:eutran_cid, Shapes::ShapeRef.new(shape: EutranCid, required: true, location_name: "EutranCid"))
1849
+ LteNmrObj.add_member(:eutran_cid, Shapes::ShapeRef.new(shape: EutranCid, location_name: "EutranCid"))
1850
1850
  LteNmrObj.add_member(:rsrp, Shapes::ShapeRef.new(shape: RSRP, location_name: "Rsrp"))
1851
1851
  LteNmrObj.add_member(:rsrq, Shapes::ShapeRef.new(shape: RSRQ, location_name: "Rsrq"))
1852
1852
  LteNmrObj.struct_class = Types::LteNmrObj
@@ -716,9 +716,9 @@ module Aws::IoTWireless
716
716
  # @return [Integer]
717
717
  #
718
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
719
+ # The descriptor is the metadata about the file that is transferred to
720
+ # the device using FUOTA, such as the software version. It is a binary
721
+ # field encoded in base64.
722
722
  # @return [String]
723
723
  #
724
724
  class CreateFuotaTaskRequest < Struct.new(
@@ -1769,13 +1769,13 @@ module Aws::IoTWireless
1769
1769
  end
1770
1770
 
1771
1771
  # The log options for a FUOTA task event and can be used to set log
1772
- # levels for a specific fuota task event.
1772
+ # levels for a specific FUOTA task event.
1773
1773
  #
1774
- # For a LoRaWAN FuotaTask type, possible event for a log message is
1774
+ # For a LoRaWAN FUOTA task, the only possible event for a log message is
1775
1775
  # `Fuota`.
1776
1776
  #
1777
1777
  # @!attribute [rw] event
1778
- # The event for a log message, if the log message is tied to a fuota
1778
+ # The event for a log message, if the log message is tied to a FUOTA
1779
1779
  # task.
1780
1780
  # @return [String]
1781
1781
  #
@@ -1792,11 +1792,11 @@ module Aws::IoTWireless
1792
1792
  include Aws::Structure
1793
1793
  end
1794
1794
 
1795
- # The log options for fuota tasks and can be used to set log levels for
1796
- # a specific type of fuota task.
1795
+ # The log options for FUOTA tasks and can be used to set log levels for
1796
+ # a specific type of FUOTA task.
1797
1797
  #
1798
1798
  # @!attribute [rw] type
1799
- # The fuota task type.
1799
+ # The FUOTA task type.
1800
1800
  # @return [String]
1801
1801
  #
1802
1802
  # @!attribute [rw] log_level
@@ -2031,9 +2031,9 @@ module Aws::IoTWireless
2031
2031
  # @return [Integer]
2032
2032
  #
2033
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
2034
+ # The descriptor is the metadata about the file that is transferred to
2035
+ # the device using FUOTA, such as the software version. It is a binary
2036
+ # field encoded in base64.
2037
2037
  # @return [String]
2038
2038
  #
2039
2039
  class GetFuotaTaskResponse < Struct.new(
@@ -2073,7 +2073,7 @@ module Aws::IoTWireless
2073
2073
  # @return [Array<Types::WirelessDeviceLogOption>]
2074
2074
  #
2075
2075
  # @!attribute [rw] fuota_task_log_options
2076
- # The list of fuota task log options.
2076
+ # The list of FUOTA task log options.
2077
2077
  # @return [Array<Types::FuotaTaskLogOption>]
2078
2078
  #
2079
2079
  class GetLogLevelsByResourceTypesResponse < Struct.new(
@@ -2477,14 +2477,13 @@ module Aws::IoTWireless
2477
2477
  end
2478
2478
 
2479
2479
  # @!attribute [rw] resource_identifier
2480
- # The identifier of the resource. For a Wireless Device, it is the
2481
- # wireless device ID. For a wireless gateway, it is the wireless
2482
- # gateway ID.
2480
+ # The unique identifier of the resource, which can be the wireless
2481
+ # gateway ID, the wireless device ID, or the FUOTA task ID.
2483
2482
  # @return [String]
2484
2483
  #
2485
2484
  # @!attribute [rw] resource_type
2486
- # The type of the resource, which can be `WirelessDevice`,
2487
- # `WirelessGateway` or `FuotaTask`.
2485
+ # The type of resource, which can be `WirelessDevice`,
2486
+ # `WirelessGateway`, or `FuotaTask`.
2488
2487
  # @return [String]
2489
2488
  #
2490
2489
  class GetResourceLogLevelRequest < Struct.new(
@@ -2544,8 +2543,7 @@ module Aws::IoTWireless
2544
2543
  # @!attribute [rw] service_type
2545
2544
  # The service type for which to get endpoint information about. Can be
2546
2545
  # `CUPS` for the Configuration and Update Server endpoint, or `LNS`
2547
- # for the LoRaWAN Network Server endpoint or `CLAIM` for the global
2548
- # endpoint.
2546
+ # for the LoRaWAN Network Server endpoint.
2549
2547
  # @return [String]
2550
2548
  #
2551
2549
  class GetServiceEndpointRequest < Struct.new(
@@ -4433,7 +4431,8 @@ module Aws::IoTWireless
4433
4431
  # @!attribute [rw] participating_gateways
4434
4432
  # Specify the list of gateways to which you want to send the multicast
4435
4433
  # downlink messages. The multicast message will be sent to each
4436
- # gateway in the sequence provided in the list.
4434
+ # gateway in the list, with the transmission interval as the time
4435
+ # interval between each message.
4437
4436
  # @return [Types::ParticipatingGatewaysMulticast]
4438
4437
  #
4439
4438
  class LoRaWANMulticast < Struct.new(
@@ -4467,7 +4466,8 @@ module Aws::IoTWireless
4467
4466
  # @!attribute [rw] participating_gateways
4468
4467
  # Specify the list of gateways to which you want to send the multicast
4469
4468
  # downlink messages. The multicast message will be sent to each
4470
- # gateway in the sequence provided in the list.
4469
+ # gateway in the list, with the transmission interval as the time
4470
+ # interval between each message.
4471
4471
  # @return [Types::ParticipatingGatewaysMulticast]
4472
4472
  #
4473
4473
  class LoRaWANMulticastGet < Struct.new(
@@ -5039,20 +5039,22 @@ module Aws::IoTWireless
5039
5039
 
5040
5040
  # Specify the list of gateways to which you want to send the multicast
5041
5041
  # downlink messages. The multicast message will be sent to each gateway
5042
- # in the sequence provided in the list.
5042
+ # in the list, with the transmission interval as the time interval
5043
+ # between each message.
5043
5044
  #
5044
5045
  # @!attribute [rw] gateway_list
5045
5046
  # 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
5047
+ # downlink message. Each downlink message will be sent to all the
5048
+ # gateways in the list in the order that you provided. If the gateway
5049
+ # list is empty, then AWS IoT Core for LoRaWAN chooses the gateways
5050
+ # that were most recently used by the devices to send an uplink
5051
+ # message.
5050
5052
  # @return [Array<String>]
5051
5053
  #
5052
5054
  # @!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.
5055
+ # The duration of time in milliseconds for which AWS IoT Core for
5056
+ # LoRaWAN will wait before transmitting the multicast payload to the
5057
+ # next gateway in the list.
5056
5058
  # @return [Integer]
5057
5059
  #
5058
5060
  class ParticipatingGatewaysMulticast < Struct.new(
@@ -5204,13 +5206,12 @@ module Aws::IoTWireless
5204
5206
  class PutPositionConfigurationResponse < Aws::EmptyStructure; end
5205
5207
 
5206
5208
  # @!attribute [rw] resource_identifier
5207
- # The identifier of the resource. For a Wireless Device, it is the
5208
- # wireless device ID. For a wireless gateway, it is the wireless
5209
- # gateway ID.
5209
+ # The unique identifier of the resource, which can be the wireless
5210
+ # gateway ID, the wireless device ID, or the FUOTA task ID.
5210
5211
  # @return [String]
5211
5212
  #
5212
5213
  # @!attribute [rw] resource_type
5213
- # The type of the resource, which can be `WirelessDevice`,
5214
+ # The type of resource, which can be `WirelessDevice`,
5214
5215
  # `WirelessGateway`, or `FuotaTask`.
5215
5216
  # @return [String]
5216
5217
  #
@@ -5237,13 +5238,12 @@ module Aws::IoTWireless
5237
5238
  class ResetAllResourceLogLevelsResponse < Aws::EmptyStructure; end
5238
5239
 
5239
5240
  # @!attribute [rw] resource_identifier
5240
- # The identifier of the resource. For a Wireless Device, it is the
5241
- # wireless device ID. For a wireless gateway, it is the wireless
5242
- # gateway ID.
5241
+ # The unique identifier of the resource, which can be the wireless
5242
+ # gateway ID, the wireless device ID, or the FUOTA task ID.
5243
5243
  # @return [String]
5244
5244
  #
5245
5245
  # @!attribute [rw] resource_type
5246
- # The type of the resource, which can be `WirelessDevice`,
5246
+ # The type of resource, which can be `WirelessDevice`,
5247
5247
  # `WirelessGateway`, or `FuotaTask`.
5248
5248
  # @return [String]
5249
5249
  #
@@ -6492,9 +6492,9 @@ module Aws::IoTWireless
6492
6492
  # @return [Integer]
6493
6493
  #
6494
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
6495
+ # The descriptor is the metadata about the file that is transferred to
6496
+ # the device using FUOTA, such as the software version. It is a binary
6497
+ # field encoded in base64.
6498
6498
  # @return [String]
6499
6499
  #
6500
6500
  class UpdateFuotaTaskRequest < Struct.new(
@@ -6521,7 +6521,7 @@ module Aws::IoTWireless
6521
6521
  # @return [String]
6522
6522
  #
6523
6523
  # @!attribute [rw] fuota_task_log_options
6524
- # The list of fuota task log options.
6524
+ # The list of FUOTA task log options.
6525
6525
  # @return [Array<Types::FuotaTaskLogOption>]
6526
6526
  #
6527
6527
  # @!attribute [rw] wireless_device_log_options
@@ -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.64.0'
57
+ GEM_VERSION = '1.65.0'
58
58
 
59
59
  end
60
60
 
data/sig/client.rbs CHANGED
@@ -977,7 +977,7 @@ module Aws
977
977
  {
978
978
  pci: ::Integer,
979
979
  earfcn: ::Integer,
980
- eutran_cid: ::Integer,
980
+ eutran_cid: ::Integer?,
981
981
  rsrp: ::Integer?,
982
982
  rsrq: ::Float?
983
983
  },
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.64.0
4
+ version: 1.65.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: 2025-02-18 00:00:00.000000000 Z
11
+ date: 2025-03-24 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: aws-sdk-core