aws-sdk-iotwireless 1.77.0 → 1.78.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: 80b5d05b8df8c7d0e14c8db033dd93702f39e161520fd8b8e179d41b39aec98f
4
- data.tar.gz: 4884881ed47ed6dcde9c8c0bdf28e6a49b44e328296ff91d2fe4db0c406feb2b
3
+ metadata.gz: 3cf513d76292be3aa641c83b12af1d01f57078d5cb785d575b4c0e678473a378
4
+ data.tar.gz: d840a7678b5fac20e971d7fa98c9f90c5a0174c4acdb6f1b3b7395f3d51e24c8
5
5
  SHA512:
6
- metadata.gz: ea3d2935fab4c7d2aeb1e076dc93bec3d66bbd6eb8bde2bfdb18b7092620020f538391bcd008d5c16baa8b1dc4939f7c5888384221e7f1c320dc2edaa3f31dc6
7
- data.tar.gz: 47c70b8c0e7de2b1124c71f76499733f1bb02231f9f93603abfcad69c391ded85a125ddeaa1a2a10f9a68a265474538eaecc580f164bec88f5bcb0eb33fff12f
6
+ metadata.gz: 0414f94cbec68d5a8db16f48775944115a4ade99d5c634a0734486a47b86f4bc2b6886b753ab4783413c9b284cc9fedb3f9143c4f06c87fe39bcb0105e77abd7
7
+ data.tar.gz: 34e31055d2dcad94e55ae32986596348045ccbfa2278bd10fd66a5e9234cc193715e9d9aab4aaa2a85eafa2b242cefefc3716796b9333814676611a44ed93cce
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.78.0 (2025-11-13)
5
+ ------------------
6
+
7
+ * Feature - Integration of Device Location with Amazon Sidewalk network for Amazon Sidewalk enabled devices
8
+
4
9
  1.77.0 (2025-10-24)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.77.0
1
+ 1.78.0
@@ -1258,8 +1258,8 @@ module Aws::IoTWireless
1258
1258
  # you can use to manage a resource.
1259
1259
  #
1260
1260
  # @option params [String] :positioning
1261
- # FPort values for the GNSS, stream, and ClockSync functions of the
1262
- # positioning information.
1261
+ # The integration status of the Device Location feature for LoRaWAN and
1262
+ # Sidewalk devices.
1263
1263
  #
1264
1264
  # @option params [Types::SidewalkCreateWirelessDevice] :sidewalk
1265
1265
  # The device configuration information to use to create the Sidewalk
@@ -1338,6 +1338,10 @@ module Aws::IoTWireless
1338
1338
  # positioning: "Enabled", # accepts Enabled, Disabled
1339
1339
  # sidewalk: {
1340
1340
  # device_profile_id: "DeviceProfileId",
1341
+ # positioning: {
1342
+ # destination_name: "DestinationName",
1343
+ # },
1344
+ # sidewalk_manufacturing_sn: "SidewalkManufacturingSn",
1341
1345
  # },
1342
1346
  # })
1343
1347
  #
@@ -2464,7 +2468,7 @@ module Aws::IoTWireless
2464
2468
  #
2465
2469
  #
2466
2470
  #
2467
- # [1]: https://docs.aws.amazon.com/iot-wireless/2020-11-22/apireference/API_GetResourcePosition.html
2471
+ # [1]: https://docs.aws.amazon.com/iot-wireless/latest/apireference/API_GetResourcePosition.html
2468
2472
  #
2469
2473
  # @option params [required, String] :resource_identifier
2470
2474
  # Resource identifier used to retrieve the position information.
@@ -2515,7 +2519,7 @@ module Aws::IoTWireless
2515
2519
  #
2516
2520
  #
2517
2521
  #
2518
- # [1]: https://docs.aws.amazon.com/iot-wireless/2020-11-22/apireference/API_GetResourcePosition.html
2522
+ # [1]: https://docs.aws.amazon.com/iot-wireless/latest/apireference/API_GetResourcePosition.html
2519
2523
  #
2520
2524
  # @option params [required, String] :resource_identifier
2521
2525
  # Resource identifier used in a position configuration.
@@ -3029,6 +3033,7 @@ module Aws::IoTWireless
3029
3033
  # resp.sidewalk.device_profile_id #=> String
3030
3034
  # resp.sidewalk.certificate_id #=> String
3031
3035
  # resp.sidewalk.status #=> String, one of "PROVISIONED", "REGISTERED", "ACTIVATED", "UNKNOWN"
3036
+ # resp.sidewalk.positioning.destination_name #=> String
3032
3037
  # resp.positioning #=> String, one of "Enabled", "Disabled"
3033
3038
  #
3034
3039
  # @overload get_wireless_device(params = {})
@@ -3049,6 +3054,7 @@ module Aws::IoTWireless
3049
3054
  # * {Types::GetWirelessDeviceImportTaskResponse#id #id} => String
3050
3055
  # * {Types::GetWirelessDeviceImportTaskResponse#arn #arn} => String
3051
3056
  # * {Types::GetWirelessDeviceImportTaskResponse#destination_name #destination_name} => String
3057
+ # * {Types::GetWirelessDeviceImportTaskResponse#positioning #positioning} => String
3052
3058
  # * {Types::GetWirelessDeviceImportTaskResponse#sidewalk #sidewalk} => Types::SidewalkGetStartImportInfo
3053
3059
  # * {Types::GetWirelessDeviceImportTaskResponse#creation_time #creation_time} => Time
3054
3060
  # * {Types::GetWirelessDeviceImportTaskResponse#status #status} => String
@@ -3069,9 +3075,11 @@ module Aws::IoTWireless
3069
3075
  # resp.id #=> String
3070
3076
  # resp.arn #=> String
3071
3077
  # resp.destination_name #=> String
3078
+ # resp.positioning #=> String, one of "Enabled", "Disabled"
3072
3079
  # resp.sidewalk.device_creation_file_list #=> Array
3073
3080
  # resp.sidewalk.device_creation_file_list[0] #=> String
3074
3081
  # resp.sidewalk.role #=> String
3082
+ # resp.sidewalk.positioning.destination_name #=> String
3075
3083
  # resp.creation_time #=> Time
3076
3084
  # resp.status #=> String, one of "INITIALIZING", "INITIALIZED", "PENDING", "COMPLETE", "FAILED", "DELETING"
3077
3085
  # resp.status_reason #=> String
@@ -3462,6 +3470,8 @@ module Aws::IoTWireless
3462
3470
  #
3463
3471
  # * {Types::ListDevicesForWirelessDeviceImportTaskResponse#next_token #next_token} => String
3464
3472
  # * {Types::ListDevicesForWirelessDeviceImportTaskResponse#destination_name #destination_name} => String
3473
+ # * {Types::ListDevicesForWirelessDeviceImportTaskResponse#positioning #positioning} => String
3474
+ # * {Types::ListDevicesForWirelessDeviceImportTaskResponse#sidewalk #sidewalk} => Types::SidewalkListDevicesForImportInfo
3465
3475
  # * {Types::ListDevicesForWirelessDeviceImportTaskResponse#imported_wireless_device_list #imported_wireless_device_list} => Array<Types::ImportedWirelessDevice>
3466
3476
  #
3467
3477
  # @example Request syntax with placeholder values
@@ -3477,6 +3487,8 @@ module Aws::IoTWireless
3477
3487
  #
3478
3488
  # resp.next_token #=> String
3479
3489
  # resp.destination_name #=> String
3490
+ # resp.positioning #=> String, one of "Enabled", "Disabled"
3491
+ # resp.sidewalk.positioning.destination_name #=> String
3480
3492
  # resp.imported_wireless_device_list #=> Array
3481
3493
  # resp.imported_wireless_device_list[0].sidewalk.sidewalk_manufacturing_sn #=> String
3482
3494
  # resp.imported_wireless_device_list[0].sidewalk.onboarding_status #=> String, one of "INITIALIZED", "PENDING", "ONBOARDED", "FAILED"
@@ -3745,7 +3757,7 @@ module Aws::IoTWireless
3745
3757
  #
3746
3758
  #
3747
3759
  #
3748
- # [1]: https://docs.aws.amazon.com/iot-wireless/2020-11-22/apireference/API_GetResourcePosition.html
3760
+ # [1]: https://docs.aws.amazon.com/iot-wireless/latest/apireference/API_GetResourcePosition.html
3749
3761
  #
3750
3762
  # @option params [String] :resource_type
3751
3763
  # Resource type for which position configurations are listed.
@@ -3913,7 +3925,8 @@ module Aws::IoTWireless
3913
3925
  req.send_request(options)
3914
3926
  end
3915
3927
 
3916
- # List wireless devices that have been added to an import task.
3928
+ # List of import tasks and summary information of onboarding status of
3929
+ # devices in each import task.
3917
3930
  #
3918
3931
  # @option params [Integer] :max_results
3919
3932
  # The maximum number of results to return in this operation.
@@ -3942,9 +3955,11 @@ module Aws::IoTWireless
3942
3955
  # resp.wireless_device_import_task_list[0].id #=> String
3943
3956
  # resp.wireless_device_import_task_list[0].arn #=> String
3944
3957
  # resp.wireless_device_import_task_list[0].destination_name #=> String
3958
+ # resp.wireless_device_import_task_list[0].positioning #=> String, one of "Enabled", "Disabled"
3945
3959
  # resp.wireless_device_import_task_list[0].sidewalk.device_creation_file_list #=> Array
3946
3960
  # resp.wireless_device_import_task_list[0].sidewalk.device_creation_file_list[0] #=> String
3947
3961
  # resp.wireless_device_import_task_list[0].sidewalk.role #=> String
3962
+ # resp.wireless_device_import_task_list[0].sidewalk.positioning.destination_name #=> String
3948
3963
  # resp.wireless_device_import_task_list[0].creation_time #=> Time
3949
3964
  # resp.wireless_device_import_task_list[0].status #=> String, one of "INITIALIZING", "INITIALIZED", "PENDING", "COMPLETE", "FAILED", "DELETING"
3950
3965
  # resp.wireless_device_import_task_list[0].status_reason #=> String
@@ -3971,7 +3986,8 @@ module Aws::IoTWireless
3971
3986
  # results.
3972
3987
  #
3973
3988
  # @option params [String] :destination_name
3974
- # A filter to list only the wireless devices that use this destination.
3989
+ # A filter to list only the wireless devices that use as uplink
3990
+ # destination.
3975
3991
  #
3976
3992
  # @option params [String] :device_profile_id
3977
3993
  # A filter to list only the wireless devices that use this device
@@ -4030,9 +4046,11 @@ module Aws::IoTWireless
4030
4046
  # resp.wireless_device_list[0].sidewalk.device_certificates[0].value #=> String
4031
4047
  # resp.wireless_device_list[0].sidewalk.device_profile_id #=> String
4032
4048
  # resp.wireless_device_list[0].sidewalk.status #=> String, one of "PROVISIONED", "REGISTERED", "ACTIVATED", "UNKNOWN"
4049
+ # resp.wireless_device_list[0].sidewalk.positioning.destination_name #=> String
4033
4050
  # resp.wireless_device_list[0].fuota_device_status #=> String, one of "Initial", "Package_Not_Supported", "FragAlgo_unsupported", "Not_enough_memory", "FragIndex_unsupported", "Wrong_descriptor", "SessionCnt_replay", "MissingFrag", "MemoryError", "MICError", "Successful", "Device_exist_in_conflict_fuota_task"
4034
4051
  # resp.wireless_device_list[0].multicast_device_status #=> String
4035
4052
  # resp.wireless_device_list[0].mc_group_id #=> Integer
4053
+ # resp.wireless_device_list[0].positioning #=> String, one of "Enabled", "Disabled"
4036
4054
  #
4037
4055
  # @overload list_wireless_devices(params = {})
4038
4056
  # @param [Hash] params ({})
@@ -4151,7 +4169,7 @@ module Aws::IoTWireless
4151
4169
  #
4152
4170
  #
4153
4171
  #
4154
- # [1]: https://docs.aws.amazon.com/iot-wireless/2020-11-22/apireference/API_UpdateResourcePosition.html
4172
+ # [1]: https://docs.aws.amazon.com/iot-wireless/latest/apireference/API_UpdateResourcePosition.html
4155
4173
  #
4156
4174
  # @option params [required, String] :resource_identifier
4157
4175
  # Resource identifier used to update the position configuration.
@@ -4522,6 +4540,10 @@ module Aws::IoTWireless
4522
4540
  # The tag to attach to the specified resource. Tags are metadata that
4523
4541
  # you can use to manage a resource.
4524
4542
  #
4543
+ # @option params [String] :positioning
4544
+ # The integration status of the Device Location feature for Sidewalk
4545
+ # devices.
4546
+ #
4525
4547
  # @option params [required, Types::SidewalkSingleStartImportInfo] :sidewalk
4526
4548
  # The Sidewalk-related parameters for importing a single wireless
4527
4549
  # device.
@@ -4543,8 +4565,12 @@ module Aws::IoTWireless
4543
4565
  # value: "TagValue", # required
4544
4566
  # },
4545
4567
  # ],
4568
+ # positioning: "Enabled", # accepts Enabled, Disabled
4546
4569
  # sidewalk: { # required
4547
4570
  # sidewalk_manufacturing_sn: "SidewalkManufacturingSn",
4571
+ # positioning: {
4572
+ # destination_name: "DestinationName",
4573
+ # },
4548
4574
  # },
4549
4575
  # })
4550
4576
  #
@@ -4590,6 +4616,10 @@ module Aws::IoTWireless
4590
4616
  # The tag to attach to the specified resource. Tags are metadata that
4591
4617
  # you can use to manage a resource.
4592
4618
  #
4619
+ # @option params [String] :positioning
4620
+ # The integration status of the Device Location feature for Sidewalk
4621
+ # devices.
4622
+ #
4593
4623
  # @option params [required, Types::SidewalkStartImportInfo] :sidewalk
4594
4624
  # The Sidewalk-related parameters for importing wireless devices that
4595
4625
  # need to be provisioned in bulk.
@@ -4610,9 +4640,13 @@ module Aws::IoTWireless
4610
4640
  # value: "TagValue", # required
4611
4641
  # },
4612
4642
  # ],
4643
+ # positioning: "Enabled", # accepts Enabled, Disabled
4613
4644
  # sidewalk: { # required
4614
4645
  # device_creation_file: "DeviceCreationFile",
4615
4646
  # role: "Role",
4647
+ # positioning: {
4648
+ # destination_name: "DestinationName",
4649
+ # },
4616
4650
  # },
4617
4651
  # })
4618
4652
  #
@@ -5117,7 +5151,7 @@ module Aws::IoTWireless
5117
5151
  #
5118
5152
  #
5119
5153
  #
5120
- # [1]: https://docs.aws.amazon.com/iot-wireless/2020-11-22/apireference/API_UpdateResourcePosition.html
5154
+ # [1]: https://docs.aws.amazon.com/iot-wireless/latest/apireference/API_UpdateResourcePosition.html
5121
5155
  #
5122
5156
  # @option params [required, String] :resource_identifier
5123
5157
  # Resource identifier of the resource for which position is updated.
@@ -5286,8 +5320,11 @@ module Aws::IoTWireless
5286
5320
  # The updated wireless device's configuration.
5287
5321
  #
5288
5322
  # @option params [String] :positioning
5289
- # FPort values for the GNSS, stream, and ClockSync functions of the
5290
- # positioning information.
5323
+ # The integration status of the Device Location feature for LoRaWAN and
5324
+ # Sidewalk devices.
5325
+ #
5326
+ # @option params [Types::SidewalkUpdateWirelessDevice] :sidewalk
5327
+ # The updated sidewalk properties.
5291
5328
  #
5292
5329
  # @return [Struct] Returns an empty {Seahorse::Client::Response response}.
5293
5330
  #
@@ -5323,6 +5360,11 @@ module Aws::IoTWireless
5323
5360
  # },
5324
5361
  # },
5325
5362
  # positioning: "Enabled", # accepts Enabled, Disabled
5363
+ # sidewalk: {
5364
+ # positioning: {
5365
+ # destination_name: "DestinationName",
5366
+ # },
5367
+ # },
5326
5368
  # })
5327
5369
  #
5328
5370
  # @overload update_wireless_device(params = {})
@@ -5423,7 +5465,7 @@ module Aws::IoTWireless
5423
5465
  tracer: tracer
5424
5466
  )
5425
5467
  context[:gem_name] = 'aws-sdk-iotwireless'
5426
- context[:gem_version] = '1.77.0'
5468
+ context[:gem_version] = '1.78.0'
5427
5469
  Seahorse::Client::Request.new(handlers, context)
5428
5470
  end
5429
5471
 
@@ -559,13 +559,16 @@ module Aws::IoTWireless
559
559
  SidewalkGetStartImportInfo = Shapes::StructureShape.new(name: 'SidewalkGetStartImportInfo')
560
560
  SidewalkId = Shapes::StringShape.new(name: 'SidewalkId')
561
561
  SidewalkListDevice = Shapes::StructureShape.new(name: 'SidewalkListDevice')
562
+ SidewalkListDevicesForImportInfo = Shapes::StructureShape.new(name: 'SidewalkListDevicesForImportInfo')
562
563
  SidewalkManufacturingSn = Shapes::StringShape.new(name: 'SidewalkManufacturingSn')
564
+ SidewalkPositioning = Shapes::StructureShape.new(name: 'SidewalkPositioning')
563
565
  SidewalkResourceTypeEventConfiguration = Shapes::StructureShape.new(name: 'SidewalkResourceTypeEventConfiguration')
564
566
  SidewalkSendDataToDevice = Shapes::StructureShape.new(name: 'SidewalkSendDataToDevice')
565
567
  SidewalkSingleStartImportInfo = Shapes::StructureShape.new(name: 'SidewalkSingleStartImportInfo')
566
568
  SidewalkStartImportInfo = Shapes::StructureShape.new(name: 'SidewalkStartImportInfo')
567
569
  SidewalkUpdateAccount = Shapes::StructureShape.new(name: 'SidewalkUpdateAccount')
568
570
  SidewalkUpdateImportInfo = Shapes::StructureShape.new(name: 'SidewalkUpdateImportInfo')
571
+ SidewalkUpdateWirelessDevice = Shapes::StructureShape.new(name: 'SidewalkUpdateWirelessDevice')
569
572
  SigningAlg = Shapes::StringShape.new(name: 'SigningAlg')
570
573
  StartBulkAssociateWirelessDeviceWithMulticastGroupRequest = Shapes::StructureShape.new(name: 'StartBulkAssociateWirelessDeviceWithMulticastGroupRequest')
571
574
  StartBulkAssociateWirelessDeviceWithMulticastGroupResponse = Shapes::StructureShape.new(name: 'StartBulkAssociateWirelessDeviceWithMulticastGroupResponse')
@@ -1367,6 +1370,7 @@ module Aws::IoTWireless
1367
1370
  GetWirelessDeviceImportTaskResponse.add_member(:id, Shapes::ShapeRef.new(shape: ImportTaskId, location_name: "Id"))
1368
1371
  GetWirelessDeviceImportTaskResponse.add_member(:arn, Shapes::ShapeRef.new(shape: ImportTaskArn, location_name: "Arn"))
1369
1372
  GetWirelessDeviceImportTaskResponse.add_member(:destination_name, Shapes::ShapeRef.new(shape: DestinationName, location_name: "DestinationName"))
1373
+ GetWirelessDeviceImportTaskResponse.add_member(:positioning, Shapes::ShapeRef.new(shape: PositioningConfigStatus, location_name: "Positioning"))
1370
1374
  GetWirelessDeviceImportTaskResponse.add_member(:sidewalk, Shapes::ShapeRef.new(shape: SidewalkGetStartImportInfo, location_name: "Sidewalk"))
1371
1375
  GetWirelessDeviceImportTaskResponse.add_member(:creation_time, Shapes::ShapeRef.new(shape: CreationTime, location_name: "CreationTime"))
1372
1376
  GetWirelessDeviceImportTaskResponse.add_member(:status, Shapes::ShapeRef.new(shape: ImportTaskStatus, location_name: "Status"))
@@ -1545,6 +1549,8 @@ module Aws::IoTWireless
1545
1549
 
1546
1550
  ListDevicesForWirelessDeviceImportTaskResponse.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location_name: "NextToken"))
1547
1551
  ListDevicesForWirelessDeviceImportTaskResponse.add_member(:destination_name, Shapes::ShapeRef.new(shape: DestinationName, location_name: "DestinationName"))
1552
+ ListDevicesForWirelessDeviceImportTaskResponse.add_member(:positioning, Shapes::ShapeRef.new(shape: PositioningConfigStatus, location_name: "Positioning"))
1553
+ ListDevicesForWirelessDeviceImportTaskResponse.add_member(:sidewalk, Shapes::ShapeRef.new(shape: SidewalkListDevicesForImportInfo, location_name: "Sidewalk"))
1548
1554
  ListDevicesForWirelessDeviceImportTaskResponse.add_member(:imported_wireless_device_list, Shapes::ShapeRef.new(shape: ImportedWirelessDeviceList, location_name: "ImportedWirelessDeviceList"))
1549
1555
  ListDevicesForWirelessDeviceImportTaskResponse.struct_class = Types::ListDevicesForWirelessDeviceImportTaskResponse
1550
1556
 
@@ -2057,6 +2063,8 @@ module Aws::IoTWireless
2057
2063
  SidewalkCreateDeviceProfile.struct_class = Types::SidewalkCreateDeviceProfile
2058
2064
 
2059
2065
  SidewalkCreateWirelessDevice.add_member(:device_profile_id, Shapes::ShapeRef.new(shape: DeviceProfileId, location_name: "DeviceProfileId"))
2066
+ SidewalkCreateWirelessDevice.add_member(:positioning, Shapes::ShapeRef.new(shape: SidewalkPositioning, location_name: "Positioning"))
2067
+ SidewalkCreateWirelessDevice.add_member(:sidewalk_manufacturing_sn, Shapes::ShapeRef.new(shape: SidewalkManufacturingSn, location_name: "SidewalkManufacturingSn"))
2060
2068
  SidewalkCreateWirelessDevice.struct_class = Types::SidewalkCreateWirelessDevice
2061
2069
 
2062
2070
  SidewalkDevice.add_member(:amazon_id, Shapes::ShapeRef.new(shape: AmazonId, location_name: "AmazonId"))
@@ -2067,6 +2075,7 @@ module Aws::IoTWireless
2067
2075
  SidewalkDevice.add_member(:device_profile_id, Shapes::ShapeRef.new(shape: DeviceProfileId, location_name: "DeviceProfileId"))
2068
2076
  SidewalkDevice.add_member(:certificate_id, Shapes::ShapeRef.new(shape: DakCertificateId, location_name: "CertificateId"))
2069
2077
  SidewalkDevice.add_member(:status, Shapes::ShapeRef.new(shape: WirelessDeviceSidewalkStatus, location_name: "Status"))
2078
+ SidewalkDevice.add_member(:positioning, Shapes::ShapeRef.new(shape: SidewalkPositioning, location_name: "Positioning"))
2070
2079
  SidewalkDevice.struct_class = Types::SidewalkDevice
2071
2080
 
2072
2081
  SidewalkDeviceMetadata.add_member(:rssi, Shapes::ShapeRef.new(shape: Integer, location_name: "Rssi"))
@@ -2085,6 +2094,7 @@ module Aws::IoTWireless
2085
2094
 
2086
2095
  SidewalkGetStartImportInfo.add_member(:device_creation_file_list, Shapes::ShapeRef.new(shape: DeviceCreationFileList, location_name: "DeviceCreationFileList"))
2087
2096
  SidewalkGetStartImportInfo.add_member(:role, Shapes::ShapeRef.new(shape: Role, location_name: "Role"))
2097
+ SidewalkGetStartImportInfo.add_member(:positioning, Shapes::ShapeRef.new(shape: SidewalkPositioning, location_name: "Positioning"))
2088
2098
  SidewalkGetStartImportInfo.struct_class = Types::SidewalkGetStartImportInfo
2089
2099
 
2090
2100
  SidewalkListDevice.add_member(:amazon_id, Shapes::ShapeRef.new(shape: AmazonId, location_name: "AmazonId"))
@@ -2093,8 +2103,15 @@ module Aws::IoTWireless
2093
2103
  SidewalkListDevice.add_member(:device_certificates, Shapes::ShapeRef.new(shape: DeviceCertificateList, location_name: "DeviceCertificates"))
2094
2104
  SidewalkListDevice.add_member(:device_profile_id, Shapes::ShapeRef.new(shape: DeviceProfileId, location_name: "DeviceProfileId"))
2095
2105
  SidewalkListDevice.add_member(:status, Shapes::ShapeRef.new(shape: WirelessDeviceSidewalkStatus, location_name: "Status"))
2106
+ SidewalkListDevice.add_member(:positioning, Shapes::ShapeRef.new(shape: SidewalkPositioning, location_name: "Positioning"))
2096
2107
  SidewalkListDevice.struct_class = Types::SidewalkListDevice
2097
2108
 
2109
+ SidewalkListDevicesForImportInfo.add_member(:positioning, Shapes::ShapeRef.new(shape: SidewalkPositioning, location_name: "Positioning"))
2110
+ SidewalkListDevicesForImportInfo.struct_class = Types::SidewalkListDevicesForImportInfo
2111
+
2112
+ SidewalkPositioning.add_member(:destination_name, Shapes::ShapeRef.new(shape: DestinationName, location_name: "DestinationName"))
2113
+ SidewalkPositioning.struct_class = Types::SidewalkPositioning
2114
+
2098
2115
  SidewalkResourceTypeEventConfiguration.add_member(:wireless_device_event_topic, Shapes::ShapeRef.new(shape: EventNotificationTopicStatus, location_name: "WirelessDeviceEventTopic"))
2099
2116
  SidewalkResourceTypeEventConfiguration.struct_class = Types::SidewalkResourceTypeEventConfiguration
2100
2117
 
@@ -2104,10 +2121,12 @@ module Aws::IoTWireless
2104
2121
  SidewalkSendDataToDevice.struct_class = Types::SidewalkSendDataToDevice
2105
2122
 
2106
2123
  SidewalkSingleStartImportInfo.add_member(:sidewalk_manufacturing_sn, Shapes::ShapeRef.new(shape: SidewalkManufacturingSn, location_name: "SidewalkManufacturingSn"))
2124
+ SidewalkSingleStartImportInfo.add_member(:positioning, Shapes::ShapeRef.new(shape: SidewalkPositioning, location_name: "Positioning"))
2107
2125
  SidewalkSingleStartImportInfo.struct_class = Types::SidewalkSingleStartImportInfo
2108
2126
 
2109
2127
  SidewalkStartImportInfo.add_member(:device_creation_file, Shapes::ShapeRef.new(shape: DeviceCreationFile, location_name: "DeviceCreationFile"))
2110
2128
  SidewalkStartImportInfo.add_member(:role, Shapes::ShapeRef.new(shape: Role, location_name: "Role"))
2129
+ SidewalkStartImportInfo.add_member(:positioning, Shapes::ShapeRef.new(shape: SidewalkPositioning, location_name: "Positioning"))
2111
2130
  SidewalkStartImportInfo.struct_class = Types::SidewalkStartImportInfo
2112
2131
 
2113
2132
  SidewalkUpdateAccount.add_member(:app_server_private_key, Shapes::ShapeRef.new(shape: AppServerPrivateKey, location_name: "AppServerPrivateKey"))
@@ -2116,6 +2135,9 @@ module Aws::IoTWireless
2116
2135
  SidewalkUpdateImportInfo.add_member(:device_creation_file, Shapes::ShapeRef.new(shape: DeviceCreationFile, location_name: "DeviceCreationFile"))
2117
2136
  SidewalkUpdateImportInfo.struct_class = Types::SidewalkUpdateImportInfo
2118
2137
 
2138
+ SidewalkUpdateWirelessDevice.add_member(:positioning, Shapes::ShapeRef.new(shape: SidewalkPositioning, location_name: "Positioning"))
2139
+ SidewalkUpdateWirelessDevice.struct_class = Types::SidewalkUpdateWirelessDevice
2140
+
2119
2141
  StartBulkAssociateWirelessDeviceWithMulticastGroupRequest.add_member(:id, Shapes::ShapeRef.new(shape: MulticastGroupId, required: true, location: "uri", location_name: "Id"))
2120
2142
  StartBulkAssociateWirelessDeviceWithMulticastGroupRequest.add_member(:query_string, Shapes::ShapeRef.new(shape: QueryString, location_name: "QueryString"))
2121
2143
  StartBulkAssociateWirelessDeviceWithMulticastGroupRequest.add_member(:tags, Shapes::ShapeRef.new(shape: TagList, location_name: "Tags"))
@@ -2146,6 +2168,7 @@ module Aws::IoTWireless
2146
2168
  StartSingleWirelessDeviceImportTaskRequest.add_member(:client_request_token, Shapes::ShapeRef.new(shape: ClientRequestToken, location_name: "ClientRequestToken", metadata: {"idempotencyToken" => true}))
2147
2169
  StartSingleWirelessDeviceImportTaskRequest.add_member(:device_name, Shapes::ShapeRef.new(shape: DeviceName, location_name: "DeviceName"))
2148
2170
  StartSingleWirelessDeviceImportTaskRequest.add_member(:tags, Shapes::ShapeRef.new(shape: TagList, location_name: "Tags"))
2171
+ StartSingleWirelessDeviceImportTaskRequest.add_member(:positioning, Shapes::ShapeRef.new(shape: PositioningConfigStatus, location_name: "Positioning"))
2149
2172
  StartSingleWirelessDeviceImportTaskRequest.add_member(:sidewalk, Shapes::ShapeRef.new(shape: SidewalkSingleStartImportInfo, required: true, location_name: "Sidewalk"))
2150
2173
  StartSingleWirelessDeviceImportTaskRequest.struct_class = Types::StartSingleWirelessDeviceImportTaskRequest
2151
2174
 
@@ -2156,6 +2179,7 @@ module Aws::IoTWireless
2156
2179
  StartWirelessDeviceImportTaskRequest.add_member(:destination_name, Shapes::ShapeRef.new(shape: DestinationName, required: true, location_name: "DestinationName"))
2157
2180
  StartWirelessDeviceImportTaskRequest.add_member(:client_request_token, Shapes::ShapeRef.new(shape: ClientRequestToken, location_name: "ClientRequestToken", metadata: {"idempotencyToken" => true}))
2158
2181
  StartWirelessDeviceImportTaskRequest.add_member(:tags, Shapes::ShapeRef.new(shape: TagList, location_name: "Tags"))
2182
+ StartWirelessDeviceImportTaskRequest.add_member(:positioning, Shapes::ShapeRef.new(shape: PositioningConfigStatus, location_name: "Positioning"))
2159
2183
  StartWirelessDeviceImportTaskRequest.add_member(:sidewalk, Shapes::ShapeRef.new(shape: SidewalkStartImportInfo, required: true, location_name: "Sidewalk"))
2160
2184
  StartWirelessDeviceImportTaskRequest.struct_class = Types::StartWirelessDeviceImportTaskRequest
2161
2185
 
@@ -2380,6 +2404,7 @@ module Aws::IoTWireless
2380
2404
  UpdateWirelessDeviceRequest.add_member(:description, Shapes::ShapeRef.new(shape: Description, location_name: "Description"))
2381
2405
  UpdateWirelessDeviceRequest.add_member(:lo_ra_wan, Shapes::ShapeRef.new(shape: LoRaWANUpdateDevice, location_name: "LoRaWAN"))
2382
2406
  UpdateWirelessDeviceRequest.add_member(:positioning, Shapes::ShapeRef.new(shape: PositioningConfigStatus, location_name: "Positioning"))
2407
+ UpdateWirelessDeviceRequest.add_member(:sidewalk, Shapes::ShapeRef.new(shape: SidewalkUpdateWirelessDevice, location_name: "Sidewalk"))
2383
2408
  UpdateWirelessDeviceRequest.struct_class = Types::UpdateWirelessDeviceRequest
2384
2409
 
2385
2410
  UpdateWirelessDeviceResponse.struct_class = Types::UpdateWirelessDeviceResponse
@@ -2447,6 +2472,7 @@ module Aws::IoTWireless
2447
2472
  WirelessDeviceImportTask.add_member(:id, Shapes::ShapeRef.new(shape: ImportTaskId, location_name: "Id"))
2448
2473
  WirelessDeviceImportTask.add_member(:arn, Shapes::ShapeRef.new(shape: ImportTaskArn, location_name: "Arn"))
2449
2474
  WirelessDeviceImportTask.add_member(:destination_name, Shapes::ShapeRef.new(shape: DestinationName, location_name: "DestinationName"))
2475
+ WirelessDeviceImportTask.add_member(:positioning, Shapes::ShapeRef.new(shape: PositioningConfigStatus, location_name: "Positioning"))
2450
2476
  WirelessDeviceImportTask.add_member(:sidewalk, Shapes::ShapeRef.new(shape: SidewalkGetStartImportInfo, location_name: "Sidewalk"))
2451
2477
  WirelessDeviceImportTask.add_member(:creation_time, Shapes::ShapeRef.new(shape: CreationTime, location_name: "CreationTime"))
2452
2478
  WirelessDeviceImportTask.add_member(:status, Shapes::ShapeRef.new(shape: ImportTaskStatus, location_name: "Status"))
@@ -2479,6 +2505,7 @@ module Aws::IoTWireless
2479
2505
  WirelessDeviceStatistics.add_member(:fuota_device_status, Shapes::ShapeRef.new(shape: FuotaDeviceStatus, location_name: "FuotaDeviceStatus"))
2480
2506
  WirelessDeviceStatistics.add_member(:multicast_device_status, Shapes::ShapeRef.new(shape: MulticastDeviceStatus, location_name: "MulticastDeviceStatus"))
2481
2507
  WirelessDeviceStatistics.add_member(:mc_group_id, Shapes::ShapeRef.new(shape: McGroupId, location_name: "McGroupId"))
2508
+ WirelessDeviceStatistics.add_member(:positioning, Shapes::ShapeRef.new(shape: PositioningConfigStatus, location_name: "Positioning"))
2482
2509
  WirelessDeviceStatistics.struct_class = Types::WirelessDeviceStatistics
2483
2510
 
2484
2511
  WirelessDeviceStatisticsList.member = Shapes::ShapeRef.new(shape: WirelessDeviceStatistics)
@@ -1011,8 +1011,8 @@ module Aws::IoTWireless
1011
1011
  # @return [Array<Types::Tag>]
1012
1012
  #
1013
1013
  # @!attribute [rw] positioning
1014
- # FPort values for the GNSS, stream, and ClockSync functions of the
1015
- # positioning information.
1014
+ # The integration status of the Device Location feature for LoRaWAN
1015
+ # and Sidewalk devices.
1016
1016
  # @return [String]
1017
1017
  #
1018
1018
  # @!attribute [rw] sidewalk
@@ -2648,6 +2648,11 @@ module Aws::IoTWireless
2648
2648
  # in the import task.
2649
2649
  # @return [String]
2650
2650
  #
2651
+ # @!attribute [rw] positioning
2652
+ # The integration status of the Device Location feature for LoRaWAN
2653
+ # and Sidewalk devices.
2654
+ # @return [String]
2655
+ #
2651
2656
  # @!attribute [rw] sidewalk
2652
2657
  # The Sidewalk-related information about an import task.
2653
2658
  # @return [Types::SidewalkGetStartImportInfo]
@@ -2689,6 +2694,7 @@ module Aws::IoTWireless
2689
2694
  :id,
2690
2695
  :arn,
2691
2696
  :destination_name,
2697
+ :positioning,
2692
2698
  :sidewalk,
2693
2699
  :creation_time,
2694
2700
  :status,
@@ -2758,8 +2764,8 @@ module Aws::IoTWireless
2758
2764
  # @return [Types::SidewalkDevice]
2759
2765
  #
2760
2766
  # @!attribute [rw] positioning
2761
- # FPort values for the GNSS, stream, and ClockSync functions of the
2762
- # positioning information.
2767
+ # The integration status of the Device Location feature for LoRaWAN
2768
+ # and Sidewalk devices.
2763
2769
  # @return [String]
2764
2770
  #
2765
2771
  class GetWirelessDeviceResponse < Struct.new(
@@ -3406,6 +3412,15 @@ module Aws::IoTWireless
3406
3412
  # onboarded to AWS IoT Wireless.
3407
3413
  # @return [String]
3408
3414
  #
3415
+ # @!attribute [rw] positioning
3416
+ # The integration status of the Device Location feature for Sidewalk
3417
+ # devices.
3418
+ # @return [String]
3419
+ #
3420
+ # @!attribute [rw] sidewalk
3421
+ # The Sidewalk object containing Sidewalk-related device information.
3422
+ # @return [Types::SidewalkListDevicesForImportInfo]
3423
+ #
3409
3424
  # @!attribute [rw] imported_wireless_device_list
3410
3425
  # List of wireless devices in an import task and their onboarding
3411
3426
  # status.
@@ -3414,6 +3429,8 @@ module Aws::IoTWireless
3414
3429
  class ListDevicesForWirelessDeviceImportTaskResponse < Struct.new(
3415
3430
  :next_token,
3416
3431
  :destination_name,
3432
+ :positioning,
3433
+ :sidewalk,
3417
3434
  :imported_wireless_device_list)
3418
3435
  SENSITIVE = []
3419
3436
  include Aws::Structure
@@ -3813,7 +3830,7 @@ module Aws::IoTWireless
3813
3830
  # @return [String]
3814
3831
  #
3815
3832
  # @!attribute [rw] destination_name
3816
- # A filter to list only the wireless devices that use this
3833
+ # A filter to list only the wireless devices that use as uplink
3817
3834
  # destination.
3818
3835
  # @return [String]
3819
3836
  #
@@ -5584,8 +5601,18 @@ module Aws::IoTWireless
5584
5601
  # The ID of the Sidewalk device profile.
5585
5602
  # @return [String]
5586
5603
  #
5604
+ # @!attribute [rw] positioning
5605
+ # The Positioning object of the Sidewalk device.
5606
+ # @return [Types::SidewalkPositioning]
5607
+ #
5608
+ # @!attribute [rw] sidewalk_manufacturing_sn
5609
+ # The Sidewalk manufacturing serial number.
5610
+ # @return [String]
5611
+ #
5587
5612
  class SidewalkCreateWirelessDevice < Struct.new(
5588
- :device_profile_id)
5613
+ :device_profile_id,
5614
+ :positioning,
5615
+ :sidewalk_manufacturing_sn)
5589
5616
  SENSITIVE = []
5590
5617
  include Aws::Structure
5591
5618
  end
@@ -5625,6 +5652,10 @@ module Aws::IoTWireless
5625
5652
  # The Sidewalk device status, such as provisioned or registered.
5626
5653
  # @return [String]
5627
5654
  #
5655
+ # @!attribute [rw] positioning
5656
+ # The Positioning object of the Sidewalk device.
5657
+ # @return [Types::SidewalkPositioning]
5658
+ #
5628
5659
  class SidewalkDevice < Struct.new(
5629
5660
  :amazon_id,
5630
5661
  :sidewalk_id,
@@ -5633,7 +5664,8 @@ module Aws::IoTWireless
5633
5664
  :private_keys,
5634
5665
  :device_profile_id,
5635
5666
  :certificate_id,
5636
- :status)
5667
+ :status,
5668
+ :positioning)
5637
5669
  SENSITIVE = []
5638
5670
  include Aws::Structure
5639
5671
  end
@@ -5713,9 +5745,14 @@ module Aws::IoTWireless
5713
5745
  # the S3 bucket.
5714
5746
  # @return [String]
5715
5747
  #
5748
+ # @!attribute [rw] positioning
5749
+ # The Positioning object of the Sidewalk device.
5750
+ # @return [Types::SidewalkPositioning]
5751
+ #
5716
5752
  class SidewalkGetStartImportInfo < Struct.new(
5717
5753
  :device_creation_file_list,
5718
- :role)
5754
+ :role,
5755
+ :positioning)
5719
5756
  SENSITIVE = []
5720
5757
  include Aws::Structure
5721
5758
  end
@@ -5747,13 +5784,43 @@ module Aws::IoTWireless
5747
5784
  # registered.
5748
5785
  # @return [String]
5749
5786
  #
5787
+ # @!attribute [rw] positioning
5788
+ # The Positioning object of the Sidewalk device.
5789
+ # @return [Types::SidewalkPositioning]
5790
+ #
5750
5791
  class SidewalkListDevice < Struct.new(
5751
5792
  :amazon_id,
5752
5793
  :sidewalk_id,
5753
5794
  :sidewalk_manufacturing_sn,
5754
5795
  :device_certificates,
5755
5796
  :device_profile_id,
5756
- :status)
5797
+ :status,
5798
+ :positioning)
5799
+ SENSITIVE = []
5800
+ include Aws::Structure
5801
+ end
5802
+
5803
+ # The Sidewalk-related object containing positioning information used to
5804
+ # configure Sidewalk devices during import.
5805
+ #
5806
+ # @!attribute [rw] positioning
5807
+ # The Positioning object of the Sidewalk device.
5808
+ # @return [Types::SidewalkPositioning]
5809
+ #
5810
+ class SidewalkListDevicesForImportInfo < Struct.new(
5811
+ :positioning)
5812
+ SENSITIVE = []
5813
+ include Aws::Structure
5814
+ end
5815
+
5816
+ # The Positioning object of the Sidewalk device.
5817
+ #
5818
+ # @!attribute [rw] destination_name
5819
+ # The location destination name of the Sidewalk device.
5820
+ # @return [String]
5821
+ #
5822
+ class SidewalkPositioning < Struct.new(
5823
+ :destination_name)
5757
5824
  SENSITIVE = []
5758
5825
  include Aws::Structure
5759
5826
  end
@@ -5803,8 +5870,13 @@ module Aws::IoTWireless
5803
5870
  # to the import task.
5804
5871
  # @return [String]
5805
5872
  #
5873
+ # @!attribute [rw] positioning
5874
+ # The Positioning object of the Sidewalk device.
5875
+ # @return [Types::SidewalkPositioning]
5876
+ #
5806
5877
  class SidewalkSingleStartImportInfo < Struct.new(
5807
- :sidewalk_manufacturing_sn)
5878
+ :sidewalk_manufacturing_sn,
5879
+ :positioning)
5808
5880
  SENSITIVE = []
5809
5881
  include Aws::Structure
5810
5882
  end
@@ -5821,9 +5893,14 @@ module Aws::IoTWireless
5821
5893
  # the S3 bucket.
5822
5894
  # @return [String]
5823
5895
  #
5896
+ # @!attribute [rw] positioning
5897
+ # The Positioning object of the Sidewalk device.
5898
+ # @return [Types::SidewalkPositioning]
5899
+ #
5824
5900
  class SidewalkStartImportInfo < Struct.new(
5825
5901
  :device_creation_file,
5826
- :role)
5902
+ :role,
5903
+ :positioning)
5827
5904
  SENSITIVE = []
5828
5905
  include Aws::Structure
5829
5906
  end
@@ -5853,6 +5930,18 @@ module Aws::IoTWireless
5853
5930
  include Aws::Structure
5854
5931
  end
5855
5932
 
5933
+ # Sidewalk object for updating a wireless device.
5934
+ #
5935
+ # @!attribute [rw] positioning
5936
+ # The Positioning object of the Sidewalk device.
5937
+ # @return [Types::SidewalkPositioning]
5938
+ #
5939
+ class SidewalkUpdateWirelessDevice < Struct.new(
5940
+ :positioning)
5941
+ SENSITIVE = []
5942
+ include Aws::Structure
5943
+ end
5944
+
5856
5945
  # @!attribute [rw] id
5857
5946
  # The ID of the multicast group.
5858
5947
  # @return [String]
@@ -5970,6 +6059,11 @@ module Aws::IoTWireless
5970
6059
  # you can use to manage a resource.
5971
6060
  # @return [Array<Types::Tag>]
5972
6061
  #
6062
+ # @!attribute [rw] positioning
6063
+ # The integration status of the Device Location feature for Sidewalk
6064
+ # devices.
6065
+ # @return [String]
6066
+ #
5973
6067
  # @!attribute [rw] sidewalk
5974
6068
  # The Sidewalk-related parameters for importing a single wireless
5975
6069
  # device.
@@ -5980,6 +6074,7 @@ module Aws::IoTWireless
5980
6074
  :client_request_token,
5981
6075
  :device_name,
5982
6076
  :tags,
6077
+ :positioning,
5983
6078
  :sidewalk)
5984
6079
  SENSITIVE = []
5985
6080
  include Aws::Structure
@@ -6030,6 +6125,11 @@ module Aws::IoTWireless
6030
6125
  # you can use to manage a resource.
6031
6126
  # @return [Array<Types::Tag>]
6032
6127
  #
6128
+ # @!attribute [rw] positioning
6129
+ # The integration status of the Device Location feature for Sidewalk
6130
+ # devices.
6131
+ # @return [String]
6132
+ #
6033
6133
  # @!attribute [rw] sidewalk
6034
6134
  # The Sidewalk-related parameters for importing wireless devices that
6035
6135
  # need to be provisioned in bulk.
@@ -6039,6 +6139,7 @@ module Aws::IoTWireless
6039
6139
  :destination_name,
6040
6140
  :client_request_token,
6041
6141
  :tags,
6142
+ :positioning,
6042
6143
  :sidewalk)
6043
6144
  SENSITIVE = []
6044
6145
  include Aws::Structure
@@ -6893,17 +6994,22 @@ module Aws::IoTWireless
6893
6994
  # @return [Types::LoRaWANUpdateDevice]
6894
6995
  #
6895
6996
  # @!attribute [rw] positioning
6896
- # FPort values for the GNSS, stream, and ClockSync functions of the
6897
- # positioning information.
6997
+ # The integration status of the Device Location feature for LoRaWAN
6998
+ # and Sidewalk devices.
6898
6999
  # @return [String]
6899
7000
  #
7001
+ # @!attribute [rw] sidewalk
7002
+ # The updated sidewalk properties.
7003
+ # @return [Types::SidewalkUpdateWirelessDevice]
7004
+ #
6900
7005
  class UpdateWirelessDeviceRequest < Struct.new(
6901
7006
  :id,
6902
7007
  :destination_name,
6903
7008
  :name,
6904
7009
  :description,
6905
7010
  :lo_ra_wan,
6906
- :positioning)
7011
+ :positioning,
7012
+ :sidewalk)
6907
7013
  SENSITIVE = []
6908
7014
  include Aws::Structure
6909
7015
  end
@@ -7166,6 +7272,11 @@ module Aws::IoTWireless
7166
7272
  # be onboarded to AWS IoT Wireless
7167
7273
  # @return [String]
7168
7274
  #
7275
+ # @!attribute [rw] positioning
7276
+ # The integration status of the Device Location feature for Sidewalk
7277
+ # devices.
7278
+ # @return [String]
7279
+ #
7169
7280
  # @!attribute [rw] sidewalk
7170
7281
  # The Sidewalk-related information of the wireless device import task.
7171
7282
  # @return [Types::SidewalkGetStartImportInfo]
@@ -7207,6 +7318,7 @@ module Aws::IoTWireless
7207
7318
  :id,
7208
7319
  :arn,
7209
7320
  :destination_name,
7321
+ :positioning,
7210
7322
  :sidewalk,
7211
7323
  :creation_time,
7212
7324
  :status,
@@ -7294,6 +7406,11 @@ module Aws::IoTWireless
7294
7406
  # Id of the multicast group.
7295
7407
  # @return [Integer]
7296
7408
  #
7409
+ # @!attribute [rw] positioning
7410
+ # The integration status of the Device Location feature for LoRaWAN
7411
+ # and Amazon Sidewalk enabled devices.
7412
+ # @return [String]
7413
+ #
7297
7414
  class WirelessDeviceStatistics < Struct.new(
7298
7415
  :arn,
7299
7416
  :id,
@@ -7305,7 +7422,8 @@ module Aws::IoTWireless
7305
7422
  :sidewalk,
7306
7423
  :fuota_device_status,
7307
7424
  :multicast_device_status,
7308
- :mc_group_id)
7425
+ :mc_group_id,
7426
+ :positioning)
7309
7427
  SENSITIVE = []
7310
7428
  include Aws::Structure
7311
7429
  end
@@ -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.77.0'
57
+ GEM_VERSION = '1.78.0'
58
58
 
59
59
  end
60
60
 
data/sig/client.rbs CHANGED
@@ -414,7 +414,11 @@ module Aws
414
414
  ],
415
415
  ?positioning: ("Enabled" | "Disabled"),
416
416
  ?sidewalk: {
417
- device_profile_id: ::String?
417
+ device_profile_id: ::String?,
418
+ positioning: {
419
+ destination_name: ::String?
420
+ }?,
421
+ sidewalk_manufacturing_sn: ::String?
418
422
  }
419
423
  ) -> _CreateWirelessDeviceResponseSuccess
420
424
  | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _CreateWirelessDeviceResponseSuccess
@@ -1117,6 +1121,7 @@ module Aws
1117
1121
  def id: () -> ::String
1118
1122
  def arn: () -> ::String
1119
1123
  def destination_name: () -> ::String
1124
+ def positioning: () -> ("Enabled" | "Disabled")
1120
1125
  def sidewalk: () -> Types::SidewalkGetStartImportInfo
1121
1126
  def creation_time: () -> ::Time
1122
1127
  def status: () -> ("INITIALIZING" | "INITIALIZED" | "PENDING" | "COMPLETE" | "FAILED" | "DELETING")
@@ -1251,6 +1256,8 @@ module Aws
1251
1256
  include ::Seahorse::Client::_ResponseSuccess[Types::ListDevicesForWirelessDeviceImportTaskResponse]
1252
1257
  def next_token: () -> ::String
1253
1258
  def destination_name: () -> ::String
1259
+ def positioning: () -> ("Enabled" | "Disabled")
1260
+ def sidewalk: () -> Types::SidewalkListDevicesForImportInfo
1254
1261
  def imported_wireless_device_list: () -> ::Array[Types::ImportedWirelessDevice]
1255
1262
  end
1256
1263
  # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/IoTWireless/Client.html#list_devices_for_wireless_device_import_task-instance_method
@@ -1610,8 +1617,12 @@ module Aws
1610
1617
  value: ::String
1611
1618
  },
1612
1619
  ],
1620
+ ?positioning: ("Enabled" | "Disabled"),
1613
1621
  sidewalk: {
1614
- sidewalk_manufacturing_sn: ::String?
1622
+ sidewalk_manufacturing_sn: ::String?,
1623
+ positioning: {
1624
+ destination_name: ::String?
1625
+ }?
1615
1626
  }
1616
1627
  ) -> _StartSingleWirelessDeviceImportTaskResponseSuccess
1617
1628
  | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _StartSingleWirelessDeviceImportTaskResponseSuccess
@@ -1631,9 +1642,13 @@ module Aws
1631
1642
  value: ::String
1632
1643
  },
1633
1644
  ],
1645
+ ?positioning: ("Enabled" | "Disabled"),
1634
1646
  sidewalk: {
1635
1647
  device_creation_file: ::String?,
1636
- role: ::String?
1648
+ role: ::String?,
1649
+ positioning: {
1650
+ destination_name: ::String?
1651
+ }?
1637
1652
  }
1638
1653
  ) -> _StartWirelessDeviceImportTaskResponseSuccess
1639
1654
  | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _StartWirelessDeviceImportTaskResponseSuccess
@@ -1944,7 +1959,12 @@ module Aws
1944
1959
  ]?
1945
1960
  }?
1946
1961
  },
1947
- ?positioning: ("Enabled" | "Disabled")
1962
+ ?positioning: ("Enabled" | "Disabled"),
1963
+ ?sidewalk: {
1964
+ positioning: {
1965
+ destination_name: ::String?
1966
+ }?
1967
+ }
1948
1968
  ) -> _UpdateWirelessDeviceResponseSuccess
1949
1969
  | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _UpdateWirelessDeviceResponseSuccess
1950
1970
 
data/sig/types.rbs CHANGED
@@ -874,6 +874,7 @@ module Aws::IoTWireless
874
874
  attr_accessor id: ::String
875
875
  attr_accessor arn: ::String
876
876
  attr_accessor destination_name: ::String
877
+ attr_accessor positioning: ("Enabled" | "Disabled")
877
878
  attr_accessor sidewalk: Types::SidewalkGetStartImportInfo
878
879
  attr_accessor creation_time: ::Time
879
880
  attr_accessor status: ("INITIALIZING" | "INITIALIZED" | "PENDING" | "COMPLETE" | "FAILED" | "DELETING")
@@ -1108,6 +1109,8 @@ module Aws::IoTWireless
1108
1109
  class ListDevicesForWirelessDeviceImportTaskResponse
1109
1110
  attr_accessor next_token: ::String
1110
1111
  attr_accessor destination_name: ::String
1112
+ attr_accessor positioning: ("Enabled" | "Disabled")
1113
+ attr_accessor sidewalk: Types::SidewalkListDevicesForImportInfo
1111
1114
  attr_accessor imported_wireless_device_list: ::Array[Types::ImportedWirelessDevice]
1112
1115
  SENSITIVE: []
1113
1116
  end
@@ -1774,6 +1777,8 @@ module Aws::IoTWireless
1774
1777
 
1775
1778
  class SidewalkCreateWirelessDevice
1776
1779
  attr_accessor device_profile_id: ::String
1780
+ attr_accessor positioning: Types::SidewalkPositioning
1781
+ attr_accessor sidewalk_manufacturing_sn: ::String
1777
1782
  SENSITIVE: []
1778
1783
  end
1779
1784
 
@@ -1786,6 +1791,7 @@ module Aws::IoTWireless
1786
1791
  attr_accessor device_profile_id: ::String
1787
1792
  attr_accessor certificate_id: ::String
1788
1793
  attr_accessor status: ("PROVISIONED" | "REGISTERED" | "ACTIVATED" | "UNKNOWN")
1794
+ attr_accessor positioning: Types::SidewalkPositioning
1789
1795
  SENSITIVE: []
1790
1796
  end
1791
1797
 
@@ -1812,6 +1818,7 @@ module Aws::IoTWireless
1812
1818
  class SidewalkGetStartImportInfo
1813
1819
  attr_accessor device_creation_file_list: ::Array[::String]
1814
1820
  attr_accessor role: ::String
1821
+ attr_accessor positioning: Types::SidewalkPositioning
1815
1822
  SENSITIVE: []
1816
1823
  end
1817
1824
 
@@ -1822,6 +1829,17 @@ module Aws::IoTWireless
1822
1829
  attr_accessor device_certificates: ::Array[Types::CertificateList]
1823
1830
  attr_accessor device_profile_id: ::String
1824
1831
  attr_accessor status: ("PROVISIONED" | "REGISTERED" | "ACTIVATED" | "UNKNOWN")
1832
+ attr_accessor positioning: Types::SidewalkPositioning
1833
+ SENSITIVE: []
1834
+ end
1835
+
1836
+ class SidewalkListDevicesForImportInfo
1837
+ attr_accessor positioning: Types::SidewalkPositioning
1838
+ SENSITIVE: []
1839
+ end
1840
+
1841
+ class SidewalkPositioning
1842
+ attr_accessor destination_name: ::String
1825
1843
  SENSITIVE: []
1826
1844
  end
1827
1845
 
@@ -1839,12 +1857,14 @@ module Aws::IoTWireless
1839
1857
 
1840
1858
  class SidewalkSingleStartImportInfo
1841
1859
  attr_accessor sidewalk_manufacturing_sn: ::String
1860
+ attr_accessor positioning: Types::SidewalkPositioning
1842
1861
  SENSITIVE: []
1843
1862
  end
1844
1863
 
1845
1864
  class SidewalkStartImportInfo
1846
1865
  attr_accessor device_creation_file: ::String
1847
1866
  attr_accessor role: ::String
1867
+ attr_accessor positioning: Types::SidewalkPositioning
1848
1868
  SENSITIVE: []
1849
1869
  end
1850
1870
 
@@ -1858,6 +1878,11 @@ module Aws::IoTWireless
1858
1878
  SENSITIVE: []
1859
1879
  end
1860
1880
 
1881
+ class SidewalkUpdateWirelessDevice
1882
+ attr_accessor positioning: Types::SidewalkPositioning
1883
+ SENSITIVE: []
1884
+ end
1885
+
1861
1886
  class StartBulkAssociateWirelessDeviceWithMulticastGroupRequest
1862
1887
  attr_accessor id: ::String
1863
1888
  attr_accessor query_string: ::String
@@ -1901,6 +1926,7 @@ module Aws::IoTWireless
1901
1926
  attr_accessor client_request_token: ::String
1902
1927
  attr_accessor device_name: ::String
1903
1928
  attr_accessor tags: ::Array[Types::Tag]
1929
+ attr_accessor positioning: ("Enabled" | "Disabled")
1904
1930
  attr_accessor sidewalk: Types::SidewalkSingleStartImportInfo
1905
1931
  SENSITIVE: []
1906
1932
  end
@@ -1915,6 +1941,7 @@ module Aws::IoTWireless
1915
1941
  attr_accessor destination_name: ::String
1916
1942
  attr_accessor client_request_token: ::String
1917
1943
  attr_accessor tags: ::Array[Types::Tag]
1944
+ attr_accessor positioning: ("Enabled" | "Disabled")
1918
1945
  attr_accessor sidewalk: Types::SidewalkStartImportInfo
1919
1946
  SENSITIVE: []
1920
1947
  end
@@ -2199,6 +2226,7 @@ module Aws::IoTWireless
2199
2226
  attr_accessor description: ::String
2200
2227
  attr_accessor lo_ra_wan: Types::LoRaWANUpdateDevice
2201
2228
  attr_accessor positioning: ("Enabled" | "Disabled")
2229
+ attr_accessor sidewalk: Types::SidewalkUpdateWirelessDevice
2202
2230
  SENSITIVE: []
2203
2231
  end
2204
2232
 
@@ -2280,6 +2308,7 @@ module Aws::IoTWireless
2280
2308
  attr_accessor id: ::String
2281
2309
  attr_accessor arn: ::String
2282
2310
  attr_accessor destination_name: ::String
2311
+ attr_accessor positioning: ("Enabled" | "Disabled")
2283
2312
  attr_accessor sidewalk: Types::SidewalkGetStartImportInfo
2284
2313
  attr_accessor creation_time: ::Time
2285
2314
  attr_accessor status: ("INITIALIZING" | "INITIALIZED" | "PENDING" | "COMPLETE" | "FAILED" | "DELETING")
@@ -2310,6 +2339,7 @@ module Aws::IoTWireless
2310
2339
  attr_accessor fuota_device_status: ("Initial" | "Package_Not_Supported" | "FragAlgo_unsupported" | "Not_enough_memory" | "FragIndex_unsupported" | "Wrong_descriptor" | "SessionCnt_replay" | "MissingFrag" | "MemoryError" | "MICError" | "Successful" | "Device_exist_in_conflict_fuota_task")
2311
2340
  attr_accessor multicast_device_status: ::String
2312
2341
  attr_accessor mc_group_id: ::Integer
2342
+ attr_accessor positioning: ("Enabled" | "Disabled")
2313
2343
  SENSITIVE: []
2314
2344
  end
2315
2345
 
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aws-sdk-iotwireless
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.77.0
4
+ version: 1.78.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Amazon Web Services