aws-sdk-iotwireless 1.30.0 → 1.32.0

Sign up to get free protection for your applications and to get access to all the features.
@@ -588,11 +588,17 @@ module Aws::IoTWireless
588
588
  # not need to pass this option.
589
589
  # @return [String]
590
590
  #
591
+ # @!attribute [rw] sidewalk
592
+ # The Sidewalk-related information for creating the Sidewalk device
593
+ # profile.
594
+ # @return [Types::SidewalkCreateDeviceProfile]
595
+ #
591
596
  class CreateDeviceProfileRequest < Struct.new(
592
597
  :name,
593
598
  :lo_ra_wan,
594
599
  :tags,
595
- :client_request_token)
600
+ :client_request_token,
601
+ :sidewalk)
596
602
  SENSITIVE = []
597
603
  include Aws::Structure
598
604
  end
@@ -906,6 +912,11 @@ module Aws::IoTWireless
906
912
  # positioning information.
907
913
  # @return [String]
908
914
  #
915
+ # @!attribute [rw] sidewalk
916
+ # The device configuration information to use to create the Sidewalk
917
+ # device.
918
+ # @return [Types::SidewalkCreateWirelessDevice]
919
+ #
909
920
  class CreateWirelessDeviceRequest < Struct.new(
910
921
  :type,
911
922
  :name,
@@ -914,7 +925,8 @@ module Aws::IoTWireless
914
925
  :client_request_token,
915
926
  :lo_ra_wan,
916
927
  :tags,
917
- :positioning)
928
+ :positioning,
929
+ :sidewalk)
918
930
  SENSITIVE = []
919
931
  include Aws::Structure
920
932
  end
@@ -1071,6 +1083,40 @@ module Aws::IoTWireless
1071
1083
  include Aws::Structure
1072
1084
  end
1073
1085
 
1086
+ # The device attestation key (DAK) information.
1087
+ #
1088
+ # @!attribute [rw] certificate_id
1089
+ # The certificate ID for the DAK.
1090
+ # @return [String]
1091
+ #
1092
+ # @!attribute [rw] max_allowed_signature
1093
+ # The maximum number of signatures that the DAK can sign. A value of
1094
+ # `-1` indicates that there's no device limit.
1095
+ # @return [Integer]
1096
+ #
1097
+ # @!attribute [rw] factory_support
1098
+ # Whether factory support has been enabled.
1099
+ # @return [Boolean]
1100
+ #
1101
+ # @!attribute [rw] ap_id
1102
+ # The advertised product ID (APID) that's used for pre-production and
1103
+ # production applications.
1104
+ # @return [String]
1105
+ #
1106
+ # @!attribute [rw] device_type_id
1107
+ # The device type ID that's used for prototyping applications.
1108
+ # @return [String]
1109
+ #
1110
+ class DakCertificateMetadata < Struct.new(
1111
+ :certificate_id,
1112
+ :max_allowed_signature,
1113
+ :factory_support,
1114
+ :ap_id,
1115
+ :device_type_id)
1116
+ SENSITIVE = []
1117
+ include Aws::Structure
1118
+ end
1119
+
1074
1120
  # @!attribute [rw] name
1075
1121
  # The name of the resource to delete.
1076
1122
  # @return [String]
@@ -1168,6 +1214,18 @@ module Aws::IoTWireless
1168
1214
 
1169
1215
  class DeleteServiceProfileResponse < Aws::EmptyStructure; end
1170
1216
 
1217
+ # @!attribute [rw] id
1218
+ # The unique identifier of the import task to be deleted.
1219
+ # @return [String]
1220
+ #
1221
+ class DeleteWirelessDeviceImportTaskRequest < Struct.new(
1222
+ :id)
1223
+ SENSITIVE = []
1224
+ include Aws::Structure
1225
+ end
1226
+
1227
+ class DeleteWirelessDeviceImportTaskResponse < Aws::EmptyStructure; end
1228
+
1171
1229
  # @!attribute [rw] id
1172
1230
  # The ID of the resource to delete.
1173
1231
  # @return [String]
@@ -1216,6 +1274,25 @@ module Aws::IoTWireless
1216
1274
 
1217
1275
  class DeleteWirelessGatewayTaskResponse < Aws::EmptyStructure; end
1218
1276
 
1277
+ # @!attribute [rw] identifier
1278
+ # The identifier of the wireless device to deregister from AWS IoT
1279
+ # Wireless.
1280
+ # @return [String]
1281
+ #
1282
+ # @!attribute [rw] wireless_device_type
1283
+ # The type of wireless device to deregister from AWS IoT Wireless,
1284
+ # which can be `LoRaWAN` or `Sidewalk`.
1285
+ # @return [String]
1286
+ #
1287
+ class DeregisterWirelessDeviceRequest < Struct.new(
1288
+ :identifier,
1289
+ :wireless_device_type)
1290
+ SENSITIVE = []
1291
+ include Aws::Structure
1292
+ end
1293
+
1294
+ class DeregisterWirelessDeviceResponse < Aws::EmptyStructure; end
1295
+
1219
1296
  # Describes a destination.
1220
1297
  #
1221
1298
  # @!attribute [rw] arn
@@ -1656,11 +1733,16 @@ module Aws::IoTWireless
1656
1733
  # Information about the device profile.
1657
1734
  # @return [Types::LoRaWANDeviceProfile]
1658
1735
  #
1736
+ # @!attribute [rw] sidewalk
1737
+ # Information about the Sidewalk parameters in the device profile.
1738
+ # @return [Types::SidewalkGetDeviceProfile]
1739
+ #
1659
1740
  class GetDeviceProfileResponse < Struct.new(
1660
1741
  :arn,
1661
1742
  :name,
1662
1743
  :id,
1663
- :lo_ra_wan)
1744
+ :lo_ra_wan,
1745
+ :sidewalk)
1664
1746
  SENSITIVE = []
1665
1747
  include Aws::Structure
1666
1748
  end
@@ -2290,6 +2372,84 @@ module Aws::IoTWireless
2290
2372
  include Aws::Structure
2291
2373
  end
2292
2374
 
2375
+ # @!attribute [rw] id
2376
+ # The identifier of the import task for which information is
2377
+ # requested.
2378
+ # @return [String]
2379
+ #
2380
+ class GetWirelessDeviceImportTaskRequest < Struct.new(
2381
+ :id)
2382
+ SENSITIVE = []
2383
+ include Aws::Structure
2384
+ end
2385
+
2386
+ # @!attribute [rw] id
2387
+ # The identifier of the import task for which information is
2388
+ # retrieved.
2389
+ # @return [String]
2390
+ #
2391
+ # @!attribute [rw] arn
2392
+ # The ARN (Amazon Resource Name) of the import task.
2393
+ # @return [String]
2394
+ #
2395
+ # @!attribute [rw] destination_name
2396
+ # The name of the destination that's assigned to the wireless devices
2397
+ # in the import task.
2398
+ # @return [String]
2399
+ #
2400
+ # @!attribute [rw] sidewalk
2401
+ # The Sidewalk-related information about an import task.
2402
+ # @return [Types::SidewalkGetStartImportInfo]
2403
+ #
2404
+ # @!attribute [rw] creation_time
2405
+ # The time at which the import task was created.
2406
+ # @return [Time]
2407
+ #
2408
+ # @!attribute [rw] status
2409
+ # The import task status.
2410
+ # @return [String]
2411
+ #
2412
+ # @!attribute [rw] status_reason
2413
+ # The reason for the provided status information, such as a validation
2414
+ # error that causes the import task to fail.
2415
+ # @return [String]
2416
+ #
2417
+ # @!attribute [rw] initialized_imported_device_count
2418
+ # The number of devices in the import task that are waiting for the
2419
+ # control log to start processing.
2420
+ # @return [Integer]
2421
+ #
2422
+ # @!attribute [rw] pending_imported_device_count
2423
+ # The number of devices in the import task that are waiting in the
2424
+ # import task queue to be onboarded.
2425
+ # @return [Integer]
2426
+ #
2427
+ # @!attribute [rw] onboarded_imported_device_count
2428
+ # The number of devices in the import task that have been onboarded to
2429
+ # the import task.
2430
+ # @return [Integer]
2431
+ #
2432
+ # @!attribute [rw] failed_imported_device_count
2433
+ # The number of devices in the import task that failed to onboard to
2434
+ # the import task.
2435
+ # @return [Integer]
2436
+ #
2437
+ class GetWirelessDeviceImportTaskResponse < Struct.new(
2438
+ :id,
2439
+ :arn,
2440
+ :destination_name,
2441
+ :sidewalk,
2442
+ :creation_time,
2443
+ :status,
2444
+ :status_reason,
2445
+ :initialized_imported_device_count,
2446
+ :pending_imported_device_count,
2447
+ :onboarded_imported_device_count,
2448
+ :failed_imported_device_count)
2449
+ SENSITIVE = []
2450
+ include Aws::Structure
2451
+ end
2452
+
2293
2453
  # @!attribute [rw] identifier
2294
2454
  # The identifier of the wireless device to get.
2295
2455
  # @return [String]
@@ -2772,6 +2932,50 @@ module Aws::IoTWireless
2772
2932
  include Aws::Structure
2773
2933
  end
2774
2934
 
2935
+ # Information about a Sidewalk device that has been added to an import
2936
+ # task.
2937
+ #
2938
+ # @!attribute [rw] sidewalk_manufacturing_sn
2939
+ # The Sidewalk manufacturing serial number (SMSN) of the Sidewalk
2940
+ # device.
2941
+ # @return [String]
2942
+ #
2943
+ # @!attribute [rw] onboarding_status
2944
+ # The onboarding status of the Sidewalk device in the import task.
2945
+ # @return [String]
2946
+ #
2947
+ # @!attribute [rw] onboarding_status_reason
2948
+ # The reason for the onboarding status information for the Sidewalk
2949
+ # device.
2950
+ # @return [String]
2951
+ #
2952
+ # @!attribute [rw] last_update_time
2953
+ # The time at which the status information was last updated.
2954
+ # @return [Time]
2955
+ #
2956
+ class ImportedSidewalkDevice < Struct.new(
2957
+ :sidewalk_manufacturing_sn,
2958
+ :onboarding_status,
2959
+ :onboarding_status_reason,
2960
+ :last_update_time)
2961
+ SENSITIVE = []
2962
+ include Aws::Structure
2963
+ end
2964
+
2965
+ # Information about a wireless device that has been added to an import
2966
+ # task.
2967
+ #
2968
+ # @!attribute [rw] sidewalk
2969
+ # The Sidewalk-related information about a device that has been added
2970
+ # to an import task.
2971
+ # @return [Types::ImportedSidewalkDevice]
2972
+ #
2973
+ class ImportedWirelessDevice < Struct.new(
2974
+ :sidewalk)
2975
+ SENSITIVE = []
2976
+ include Aws::Structure
2977
+ end
2978
+
2775
2979
  # An unexpected error occurred while processing a request.
2776
2980
  #
2777
2981
  # @!attribute [rw] message
@@ -2871,9 +3075,15 @@ module Aws::IoTWireless
2871
3075
  # The maximum number of results to return in this operation.
2872
3076
  # @return [Integer]
2873
3077
  #
3078
+ # @!attribute [rw] device_profile_type
3079
+ # A filter to list only device profiles that use this type, which can
3080
+ # be `LoRaWAN` or `Sidewalk`.
3081
+ # @return [String]
3082
+ #
2874
3083
  class ListDeviceProfilesRequest < Struct.new(
2875
3084
  :next_token,
2876
- :max_results)
3085
+ :max_results,
3086
+ :device_profile_type)
2877
3087
  SENSITIVE = []
2878
3088
  include Aws::Structure
2879
3089
  end
@@ -2894,6 +3104,58 @@ module Aws::IoTWireless
2894
3104
  include Aws::Structure
2895
3105
  end
2896
3106
 
3107
+ # @!attribute [rw] id
3108
+ # The identifier of the import task for which wireless devices are
3109
+ # listed.
3110
+ # @return [String]
3111
+ #
3112
+ # @!attribute [rw] max_results
3113
+ # The maximum number of results to return in this operation.
3114
+ # @return [Integer]
3115
+ #
3116
+ # @!attribute [rw] next_token
3117
+ # To retrieve the next set of results, the `nextToken` value from a
3118
+ # previous response; otherwise `null` to receive the first set of
3119
+ # results.
3120
+ # @return [String]
3121
+ #
3122
+ # @!attribute [rw] status
3123
+ # The status of the devices in the import task.
3124
+ # @return [String]
3125
+ #
3126
+ class ListDevicesForWirelessDeviceImportTaskRequest < Struct.new(
3127
+ :id,
3128
+ :max_results,
3129
+ :next_token,
3130
+ :status)
3131
+ SENSITIVE = []
3132
+ include Aws::Structure
3133
+ end
3134
+
3135
+ # @!attribute [rw] next_token
3136
+ # The token to use to get the next set of results, or `null` if there
3137
+ # are no additional results.
3138
+ # @return [String]
3139
+ #
3140
+ # @!attribute [rw] destination_name
3141
+ # The name of the Sidewalk destination that describes the IoT rule to
3142
+ # route messages received from devices in an import task that are
3143
+ # onboarded to AWS IoT Wireless.
3144
+ # @return [String]
3145
+ #
3146
+ # @!attribute [rw] imported_wireless_device_list
3147
+ # List of wireless devices in an import task and their onboarding
3148
+ # status.
3149
+ # @return [Array<Types::ImportedWirelessDevice>]
3150
+ #
3151
+ class ListDevicesForWirelessDeviceImportTaskResponse < Struct.new(
3152
+ :next_token,
3153
+ :destination_name,
3154
+ :imported_wireless_device_list)
3155
+ SENSITIVE = []
3156
+ include Aws::Structure
3157
+ end
3158
+
2897
3159
  # @!attribute [rw] resource_type
2898
3160
  # Resource type to filter event configurations.
2899
3161
  # @return [String]
@@ -3243,6 +3505,40 @@ module Aws::IoTWireless
3243
3505
  include Aws::Structure
3244
3506
  end
3245
3507
 
3508
+ # @!attribute [rw] max_results
3509
+ # The maximum number of results to return in this operation.
3510
+ # @return [Integer]
3511
+ #
3512
+ # @!attribute [rw] next_token
3513
+ # To retrieve the next set of results, the `nextToken` value from a
3514
+ # previous response; otherwise `null` to receive the first set of
3515
+ # results.
3516
+ # @return [String]
3517
+ #
3518
+ class ListWirelessDeviceImportTasksRequest < Struct.new(
3519
+ :max_results,
3520
+ :next_token)
3521
+ SENSITIVE = []
3522
+ include Aws::Structure
3523
+ end
3524
+
3525
+ # @!attribute [rw] next_token
3526
+ # The token to use to get the next set of results, or `null` if there
3527
+ # are no additional results.
3528
+ # @return [String]
3529
+ #
3530
+ # @!attribute [rw] wireless_device_import_task_list
3531
+ # List of import tasks and summary information of onboarding status of
3532
+ # devices in each import task.
3533
+ # @return [Array<Types::WirelessDeviceImportTask>]
3534
+ #
3535
+ class ListWirelessDeviceImportTasksResponse < Struct.new(
3536
+ :next_token,
3537
+ :wireless_device_import_task_list)
3538
+ SENSITIVE = []
3539
+ include Aws::Structure
3540
+ end
3541
+
3246
3542
  # @!attribute [rw] max_results
3247
3543
  # The maximum number of results to return in this operation.
3248
3544
  # @return [Integer]
@@ -3656,13 +3952,18 @@ module Aws::IoTWireless
3656
3952
  # frequency parameters.
3657
3953
  # @return [Types::Beaconing]
3658
3954
  #
3955
+ # @!attribute [rw] max_eirp
3956
+ # The MaxEIRP value.
3957
+ # @return [Float]
3958
+ #
3659
3959
  class LoRaWANGateway < Struct.new(
3660
3960
  :gateway_eui,
3661
3961
  :rf_region,
3662
3962
  :join_eui_filters,
3663
3963
  :net_id_filters,
3664
3964
  :sub_bands,
3665
- :beaconing)
3965
+ :beaconing,
3966
+ :max_eirp)
3666
3967
  SENSITIVE = []
3667
3968
  include Aws::Structure
3668
3969
  end
@@ -3941,11 +4242,16 @@ module Aws::IoTWireless
3941
4242
  # How long before a multicast group session is to timeout.
3942
4243
  # @return [Integer]
3943
4244
  #
4245
+ # @!attribute [rw] ping_slot_period
4246
+ # The PingSlotPeriod value.
4247
+ # @return [Integer]
4248
+ #
3944
4249
  class LoRaWANMulticastSession < Struct.new(
3945
4250
  :dl_dr,
3946
4251
  :dl_freq,
3947
4252
  :session_start_time,
3948
- :session_timeout)
4253
+ :session_timeout,
4254
+ :ping_slot_period)
3949
4255
  SENSITIVE = []
3950
4256
  include Aws::Structure
3951
4257
  end
@@ -3983,10 +4289,22 @@ module Aws::IoTWireless
3983
4289
  # The DrMax value.
3984
4290
  # @return [Integer]
3985
4291
  #
4292
+ # @!attribute [rw] pr_allowed
4293
+ # The PRAllowed value that describes whether passive roaming is
4294
+ # allowed.
4295
+ # @return [Boolean]
4296
+ #
4297
+ # @!attribute [rw] ra_allowed
4298
+ # The RAAllowed value that describes whether roaming activation is
4299
+ # allowed.
4300
+ # @return [Boolean]
4301
+ #
3986
4302
  class LoRaWANServiceProfile < Struct.new(
3987
4303
  :add_gw_metadata,
3988
4304
  :dr_min,
3989
- :dr_max)
4305
+ :dr_max,
4306
+ :pr_allowed,
4307
+ :ra_allowed)
3990
4308
  SENSITIVE = []
3991
4309
  include Aws::Structure
3992
4310
  end
@@ -4794,6 +5112,24 @@ module Aws::IoTWireless
4794
5112
  include Aws::Structure
4795
5113
  end
4796
5114
 
5115
+ # Sidewalk object for creating a device profile.
5116
+ #
5117
+ # @api private
5118
+ #
5119
+ class SidewalkCreateDeviceProfile < Aws::EmptyStructure; end
5120
+
5121
+ # Sidewalk object for creating a wireless device.
5122
+ #
5123
+ # @!attribute [rw] device_profile_id
5124
+ # The ID of the Sidewalk device profile.
5125
+ # @return [String]
5126
+ #
5127
+ class SidewalkCreateWirelessDevice < Struct.new(
5128
+ :device_profile_id)
5129
+ SENSITIVE = []
5130
+ include Aws::Structure
5131
+ end
5132
+
4797
5133
  # Sidewalk device object.
4798
5134
  #
4799
5135
  # @!attribute [rw] amazon_id
@@ -4812,11 +5148,32 @@ module Aws::IoTWireless
4812
5148
  # The sidewalk device certificates for Ed25519 and P256r1.
4813
5149
  # @return [Array<Types::CertificateList>]
4814
5150
  #
5151
+ # @!attribute [rw] private_keys
5152
+ # The Sidewalk device private keys that will be used for onboarding
5153
+ # the device.
5154
+ # @return [Array<Types::CertificateList>]
5155
+ #
5156
+ # @!attribute [rw] device_profile_id
5157
+ # The ID of the Sidewalk device profile.
5158
+ # @return [String]
5159
+ #
5160
+ # @!attribute [rw] certificate_id
5161
+ # The ID of the Sidewalk device profile.
5162
+ # @return [String]
5163
+ #
5164
+ # @!attribute [rw] status
5165
+ # The Sidewalk device status, such as provisioned or registered.
5166
+ # @return [String]
5167
+ #
4815
5168
  class SidewalkDevice < Struct.new(
4816
5169
  :amazon_id,
4817
5170
  :sidewalk_id,
4818
5171
  :sidewalk_manufacturing_sn,
4819
- :device_certificates)
5172
+ :device_certificates,
5173
+ :private_keys,
5174
+ :device_profile_id,
5175
+ :certificate_id,
5176
+ :status)
4820
5177
  SENSITIVE = []
4821
5178
  include Aws::Structure
4822
5179
  end
@@ -4861,6 +5218,48 @@ module Aws::IoTWireless
4861
5218
  include Aws::Structure
4862
5219
  end
4863
5220
 
5221
+ # Gets information about a Sidewalk device profile.
5222
+ #
5223
+ # @!attribute [rw] application_server_public_key
5224
+ # The Sidewalk application server public key.
5225
+ # @return [String]
5226
+ #
5227
+ # @!attribute [rw] qualification_status
5228
+ # Gets information about the certification status of a Sidewalk device
5229
+ # profile.
5230
+ # @return [Boolean]
5231
+ #
5232
+ # @!attribute [rw] dak_certificate_metadata
5233
+ # The DAK certificate information of the Sidewalk device profile.
5234
+ # @return [Array<Types::DakCertificateMetadata>]
5235
+ #
5236
+ class SidewalkGetDeviceProfile < Struct.new(
5237
+ :application_server_public_key,
5238
+ :qualification_status,
5239
+ :dak_certificate_metadata)
5240
+ SENSITIVE = [:application_server_public_key]
5241
+ include Aws::Structure
5242
+ end
5243
+
5244
+ # Sidewalk-related information for devices in an import task that are
5245
+ # being onboarded.
5246
+ #
5247
+ # @!attribute [rw] device_creation_file_list
5248
+ # List of Sidewalk devices that are added to the import task.
5249
+ # @return [Array<String>]
5250
+ #
5251
+ # @!attribute [rw] role
5252
+ # The IAM role that allows AWS IoT Wireless to access the CSV file in
5253
+ # the S3 bucket.
5254
+ # @return [String]
5255
+ #
5256
+ class SidewalkGetStartImportInfo < Struct.new(
5257
+ :device_creation_file_list,
5258
+ :role)
5259
+ SENSITIVE = []
5260
+ include Aws::Structure
5261
+ end
5262
+
4864
5263
  # Sidewalk object used by list functions.
4865
5264
  #
4866
5265
  # @!attribute [rw] amazon_id
@@ -4879,11 +5278,22 @@ module Aws::IoTWireless
4879
5278
  # The sidewalk device certificates for Ed25519 and P256r1.
4880
5279
  # @return [Array<Types::CertificateList>]
4881
5280
  #
5281
+ # @!attribute [rw] device_profile_id
5282
+ # Sidewalk object used by list functions.
5283
+ # @return [String]
5284
+ #
5285
+ # @!attribute [rw] status
5286
+ # The status of the Sidewalk devices, such as provisioned or
5287
+ # registered.
5288
+ # @return [String]
5289
+ #
4882
5290
  class SidewalkListDevice < Struct.new(
4883
5291
  :amazon_id,
4884
5292
  :sidewalk_id,
4885
5293
  :sidewalk_manufacturing_sn,
4886
- :device_certificates)
5294
+ :device_certificates,
5295
+ :device_profile_id,
5296
+ :status)
4887
5297
  SENSITIVE = []
4888
5298
  include Aws::Structure
4889
5299
  end
@@ -4925,6 +5335,39 @@ module Aws::IoTWireless
4925
5335
  include Aws::Structure
4926
5336
  end
4927
5337
 
5338
+ # Information about an import task created for an individual Sidewalk
5339
+ # device.
5340
+ #
5341
+ # @!attribute [rw] sidewalk_manufacturing_sn
5342
+ # The Sidewalk manufacturing serial number (SMSN) of the device added
5343
+ # to the import task.
5344
+ # @return [String]
5345
+ #
5346
+ class SidewalkSingleStartImportInfo < Struct.new(
5347
+ :sidewalk_manufacturing_sn)
5348
+ SENSITIVE = []
5349
+ include Aws::Structure
5350
+ end
5351
+
5352
+ # Information about an import task created for bulk provisioning.
5353
+ #
5354
+ # @!attribute [rw] device_creation_file
5355
+ # The CSV file contained in an S3 bucket that's used for adding
5356
+ # devices to an import task.
5357
+ # @return [String]
5358
+ #
5359
+ # @!attribute [rw] role
5360
+ # The IAM role that allows AWS IoT Wireless to access the CSV file in
5361
+ # the S3 bucket.
5362
+ # @return [String]
5363
+ #
5364
+ class SidewalkStartImportInfo < Struct.new(
5365
+ :device_creation_file,
5366
+ :role)
5367
+ SENSITIVE = []
5368
+ include Aws::Structure
5369
+ end
5370
+
4928
5371
  # Sidewalk update.
4929
5372
  #
4930
5373
  # @!attribute [rw] app_server_private_key
@@ -4937,6 +5380,19 @@ module Aws::IoTWireless
4937
5380
  include Aws::Structure
4938
5381
  end
4939
5382
 
5383
+ # Sidewalk object information for updating an import task.
5384
+ #
5385
+ # @!attribute [rw] device_creation_file
5386
+ # The CSV file contained in an S3 bucket that's used for appending
5387
+ # devices to an existing import task.
5388
+ # @return [String]
5389
+ #
5390
+ class SidewalkUpdateImportInfo < Struct.new(
5391
+ :device_creation_file)
5392
+ SENSITIVE = []
5393
+ include Aws::Structure
5394
+ end
5395
+
4940
5396
  # @!attribute [rw] id
4941
5397
  # The ID of the multicast group.
4942
5398
  # @return [String]
@@ -5019,6 +5475,112 @@ module Aws::IoTWireless
5019
5475
 
5020
5476
  class StartMulticastGroupSessionResponse < Aws::EmptyStructure; end
5021
5477
 
5478
+ # @!attribute [rw] destination_name
5479
+ # The name of the Sidewalk destination that describes the IoT rule to
5480
+ # route messages from the device in the import task that will be
5481
+ # onboarded to AWS IoT Wireless.
5482
+ # @return [String]
5483
+ #
5484
+ # @!attribute [rw] client_request_token
5485
+ # Each resource must have a unique client request token. If you try to
5486
+ # create a new resource with the same token as a resource that already
5487
+ # exists, an exception occurs. If you omit this value, AWS SDKs will
5488
+ # automatically generate a unique client request.
5489
+ #
5490
+ # **A suitable default value is auto-generated.** You should normally
5491
+ # not need to pass this option.
5492
+ # @return [String]
5493
+ #
5494
+ # @!attribute [rw] device_name
5495
+ # The name of the wireless device for which an import task is being
5496
+ # started.
5497
+ # @return [String]
5498
+ #
5499
+ # @!attribute [rw] tags
5500
+ # The tag to attach to the specified resource. Tags are metadata that
5501
+ # you can use to manage a resource.
5502
+ # @return [Array<Types::Tag>]
5503
+ #
5504
+ # @!attribute [rw] sidewalk
5505
+ # The Sidewalk-related parameters for importing a single wireless
5506
+ # device.
5507
+ # @return [Types::SidewalkSingleStartImportInfo]
5508
+ #
5509
+ class StartSingleWirelessDeviceImportTaskRequest < Struct.new(
5510
+ :destination_name,
5511
+ :client_request_token,
5512
+ :device_name,
5513
+ :tags,
5514
+ :sidewalk)
5515
+ SENSITIVE = []
5516
+ include Aws::Structure
5517
+ end
5518
+
5519
+ # @!attribute [rw] id
5520
+ # The import task ID.
5521
+ # @return [String]
5522
+ #
5523
+ # @!attribute [rw] arn
5524
+ # The ARN (Amazon Resource Name) of the import task.
5525
+ # @return [String]
5526
+ #
5527
+ class StartSingleWirelessDeviceImportTaskResponse < Struct.new(
5528
+ :id,
5529
+ :arn)
5530
+ SENSITIVE = []
5531
+ include Aws::Structure
5532
+ end
5533
+
5534
+ # @!attribute [rw] destination_name
5535
+ # The name of the Sidewalk destination that describes the IoT rule to
5536
+ # route messages from the devices in the import task that are
5537
+ # onboarded to AWS IoT Wireless.
5538
+ # @return [String]
5539
+ #
5540
+ # @!attribute [rw] client_request_token
5541
+ # Each resource must have a unique client request token. If you try to
5542
+ # create a new resource with the same token as a resource that already
5543
+ # exists, an exception occurs. If you omit this value, AWS SDKs will
5544
+ # automatically generate a unique client request.
5545
+ #
5546
+ # **A suitable default value is auto-generated.** You should normally
5547
+ # not need to pass this option.
5548
+ # @return [String]
5549
+ #
5550
+ # @!attribute [rw] tags
5551
+ # The tag to attach to the specified resource. Tags are metadata that
5552
+ # you can use to manage a resource.
5553
+ # @return [Array<Types::Tag>]
5554
+ #
5555
+ # @!attribute [rw] sidewalk
5556
+ # The Sidewalk-related parameters for importing wireless devices that
5557
+ # need to be provisioned in bulk.
5558
+ # @return [Types::SidewalkStartImportInfo]
5559
+ #
5560
+ class StartWirelessDeviceImportTaskRequest < Struct.new(
5561
+ :destination_name,
5562
+ :client_request_token,
5563
+ :tags,
5564
+ :sidewalk)
5565
+ SENSITIVE = []
5566
+ include Aws::Structure
5567
+ end
5568
+
5569
+ # @!attribute [rw] id
5570
+ # The import task ID.
5571
+ # @return [String]
5572
+ #
5573
+ # @!attribute [rw] arn
5574
+ # The ARN (Amazon Resource Name) of the import task.
5575
+ # @return [String]
5576
+ #
5577
+ class StartWirelessDeviceImportTaskResponse < Struct.new(
5578
+ :id,
5579
+ :arn)
5580
+ SENSITIVE = []
5581
+ include Aws::Structure
5582
+ end
5583
+
5022
5584
  # A simple label consisting of a customer-defined key-value pair
5023
5585
  #
5024
5586
  # @!attribute [rw] key
@@ -5648,6 +6210,23 @@ module Aws::IoTWireless
5648
6210
 
5649
6211
  class UpdateResourcePositionResponse < Aws::EmptyStructure; end
5650
6212
 
6213
+ # @!attribute [rw] id
6214
+ # The identifier of the import task to be updated.
6215
+ # @return [String]
6216
+ #
6217
+ # @!attribute [rw] sidewalk
6218
+ # The Sidewalk-related parameters of the import task to be updated.
6219
+ # @return [Types::SidewalkUpdateImportInfo]
6220
+ #
6221
+ class UpdateWirelessDeviceImportTaskRequest < Struct.new(
6222
+ :id,
6223
+ :sidewalk)
6224
+ SENSITIVE = []
6225
+ include Aws::Structure
6226
+ end
6227
+
6228
+ class UpdateWirelessDeviceImportTaskResponse < Aws::EmptyStructure; end
6229
+
5651
6230
  # @!attribute [rw] id
5652
6231
  # The ID of the resource to update.
5653
6232
  # @return [String]
@@ -5707,12 +6286,17 @@ module Aws::IoTWireless
5707
6286
  # uplink frames.
5708
6287
  # @return [Array<String>]
5709
6288
  #
6289
+ # @!attribute [rw] max_eirp
6290
+ # The MaxEIRP value.
6291
+ # @return [Float]
6292
+ #
5710
6293
  class UpdateWirelessGatewayRequest < Struct.new(
5711
6294
  :id,
5712
6295
  :name,
5713
6296
  :description,
5714
6297
  :join_eui_filters,
5715
- :net_id_filters)
6298
+ :net_id_filters,
6299
+ :max_eirp)
5716
6300
  SENSITIVE = []
5717
6301
  include Aws::Structure
5718
6302
  end
@@ -5881,7 +6465,7 @@ module Aws::IoTWireless
5881
6465
  # @return [String]
5882
6466
  #
5883
6467
  # @!attribute [rw] rss
5884
- # Recived signal strength of the WLAN measurement data.
6468
+ # Received signal strength (dBm) of the WLAN measurement data.
5885
6469
  # @return [Integer]
5886
6470
  #
5887
6471
  class WiFiAccessPoint < Struct.new(
@@ -5917,6 +6501,75 @@ module Aws::IoTWireless
5917
6501
  include Aws::Structure
5918
6502
  end
5919
6503
 
6504
+ # Information about an import task for wireless devices.
6505
+ #
6506
+ # @!attribute [rw] id
6507
+ # The ID of the wireless device import task.
6508
+ # @return [String]
6509
+ #
6510
+ # @!attribute [rw] arn
6511
+ # The ARN (Amazon Resource Name) of the wireless device import task.
6512
+ # @return [String]
6513
+ #
6514
+ # @!attribute [rw] destination_name
6515
+ # The name of the Sidewalk destination that that describes the IoT
6516
+ # rule to route messages from the device in the import task that will
6517
+ # be onboarded to AWS IoT Wireless
6518
+ # @return [String]
6519
+ #
6520
+ # @!attribute [rw] sidewalk
6521
+ # The Sidewalk-related information of the wireless device import task.
6522
+ # @return [Types::SidewalkGetStartImportInfo]
6523
+ #
6524
+ # @!attribute [rw] creation_time
6525
+ # The time at which the import task was created.
6526
+ # @return [Time]
6527
+ #
6528
+ # @!attribute [rw] status
6529
+ # The status information of the wireless device import task.
6530
+ # @return [String]
6531
+ #
6532
+ # @!attribute [rw] status_reason
6533
+ # The reason that provides additional information about the import
6534
+ # task status.
6535
+ # @return [String]
6536
+ #
6537
+ # @!attribute [rw] initialized_imported_device_count
6538
+ # The summary information of count of wireless devices that are
6539
+ # waiting for the control log to be added to an import task.
6540
+ # @return [Integer]
6541
+ #
6542
+ # @!attribute [rw] pending_imported_device_count
6543
+ # The summary information of count of wireless devices in an import
6544
+ # task that are waiting in the queue to be onboarded.
6545
+ # @return [Integer]
6546
+ #
6547
+ # @!attribute [rw] onboarded_imported_device_count
6548
+ # The summary information of count of wireless devices in an import
6549
+ # task that have been onboarded to the import task.
6550
+ # @return [Integer]
6551
+ #
6552
+ # @!attribute [rw] failed_imported_device_count
6553
+ # The summary information of count of wireless devices in an import
6554
+ # task that failed to onboarded to the import task.
6555
+ # @return [Integer]
6556
+ #
6557
+ class WirelessDeviceImportTask < Struct.new(
6558
+ :id,
6559
+ :arn,
6560
+ :destination_name,
6561
+ :sidewalk,
6562
+ :creation_time,
6563
+ :status,
6564
+ :status_reason,
6565
+ :initialized_imported_device_count,
6566
+ :pending_imported_device_count,
6567
+ :onboarded_imported_device_count,
6568
+ :failed_imported_device_count)
6569
+ SENSITIVE = []
6570
+ include Aws::Structure
6571
+ end
6572
+
5920
6573
  # The log options for wireless devices and can be used to set log levels
5921
6574
  # for a specific type of wireless device.
5922
6575
  #