aws-sdk-iotwireless 1.30.0 → 1.31.0

Sign up to get free protection for your applications and to get access to all the features.
@@ -22,12 +22,14 @@ module Aws::IoTWireless
22
22
  AddGwMetadata = Shapes::BooleanShape.new(name: 'AddGwMetadata')
23
23
  AmazonId = Shapes::StringShape.new(name: 'AmazonId')
24
24
  AmazonResourceName = Shapes::StringShape.new(name: 'AmazonResourceName')
25
+ ApId = Shapes::StringShape.new(name: 'ApId')
25
26
  AppEui = Shapes::StringShape.new(name: 'AppEui')
26
27
  AppKey = Shapes::StringShape.new(name: 'AppKey')
27
28
  AppSKey = Shapes::StringShape.new(name: 'AppSKey')
28
29
  AppServerPrivateKey = Shapes::StringShape.new(name: 'AppServerPrivateKey')
29
30
  ApplicationConfig = Shapes::StructureShape.new(name: 'ApplicationConfig')
30
31
  ApplicationConfigType = Shapes::StringShape.new(name: 'ApplicationConfigType')
32
+ ApplicationServerPublicKey = Shapes::StringShape.new(name: 'ApplicationServerPublicKey')
31
33
  Applications = Shapes::ListShape.new(name: 'Applications')
32
34
  AssistPosition = Shapes::ListShape.new(name: 'AssistPosition')
33
35
  AssociateAwsAccountWithPartnerAccountRequest = Shapes::StructureShape.new(name: 'AssociateAwsAccountWithPartnerAccountRequest')
@@ -101,6 +103,10 @@ module Aws::IoTWireless
101
103
  CreateWirelessGatewayTaskResponse = Shapes::StructureShape.new(name: 'CreateWirelessGatewayTaskResponse')
102
104
  CreatedAt = Shapes::TimestampShape.new(name: 'CreatedAt')
103
105
  CreationDate = Shapes::TimestampShape.new(name: 'CreationDate')
106
+ CreationTime = Shapes::TimestampShape.new(name: 'CreationTime', timestampFormat: "iso8601")
107
+ DakCertificateId = Shapes::StringShape.new(name: 'DakCertificateId')
108
+ DakCertificateMetadata = Shapes::StructureShape.new(name: 'DakCertificateMetadata')
109
+ DakCertificateMetadataList = Shapes::ListShape.new(name: 'DakCertificateMetadataList')
104
110
  DeleteDestinationRequest = Shapes::StructureShape.new(name: 'DeleteDestinationRequest')
105
111
  DeleteDestinationResponse = Shapes::StructureShape.new(name: 'DeleteDestinationResponse')
106
112
  DeleteDeviceProfileRequest = Shapes::StructureShape.new(name: 'DeleteDeviceProfileRequest')
@@ -115,6 +121,8 @@ module Aws::IoTWireless
115
121
  DeleteQueuedMessagesResponse = Shapes::StructureShape.new(name: 'DeleteQueuedMessagesResponse')
116
122
  DeleteServiceProfileRequest = Shapes::StructureShape.new(name: 'DeleteServiceProfileRequest')
117
123
  DeleteServiceProfileResponse = Shapes::StructureShape.new(name: 'DeleteServiceProfileResponse')
124
+ DeleteWirelessDeviceImportTaskRequest = Shapes::StructureShape.new(name: 'DeleteWirelessDeviceImportTaskRequest')
125
+ DeleteWirelessDeviceImportTaskResponse = Shapes::StructureShape.new(name: 'DeleteWirelessDeviceImportTaskResponse')
118
126
  DeleteWirelessDeviceRequest = Shapes::StructureShape.new(name: 'DeleteWirelessDeviceRequest')
119
127
  DeleteWirelessDeviceResponse = Shapes::StructureShape.new(name: 'DeleteWirelessDeviceResponse')
120
128
  DeleteWirelessGatewayRequest = Shapes::StructureShape.new(name: 'DeleteWirelessGatewayRequest')
@@ -123,6 +131,8 @@ module Aws::IoTWireless
123
131
  DeleteWirelessGatewayTaskDefinitionResponse = Shapes::StructureShape.new(name: 'DeleteWirelessGatewayTaskDefinitionResponse')
124
132
  DeleteWirelessGatewayTaskRequest = Shapes::StructureShape.new(name: 'DeleteWirelessGatewayTaskRequest')
125
133
  DeleteWirelessGatewayTaskResponse = Shapes::StructureShape.new(name: 'DeleteWirelessGatewayTaskResponse')
134
+ DeregisterWirelessDeviceRequest = Shapes::StructureShape.new(name: 'DeregisterWirelessDeviceRequest')
135
+ DeregisterWirelessDeviceResponse = Shapes::StructureShape.new(name: 'DeregisterWirelessDeviceResponse')
126
136
  Description = Shapes::StringShape.new(name: 'Description')
127
137
  DestinationArn = Shapes::StringShape.new(name: 'DestinationArn')
128
138
  DestinationList = Shapes::ListShape.new(name: 'DestinationList')
@@ -132,14 +142,19 @@ module Aws::IoTWireless
132
142
  DevEui = Shapes::StringShape.new(name: 'DevEui')
133
143
  DevStatusReqFreq = Shapes::IntegerShape.new(name: 'DevStatusReqFreq')
134
144
  DeviceCertificateList = Shapes::ListShape.new(name: 'DeviceCertificateList')
145
+ DeviceCreationFile = Shapes::StringShape.new(name: 'DeviceCreationFile')
146
+ DeviceCreationFileList = Shapes::ListShape.new(name: 'DeviceCreationFileList')
147
+ DeviceName = Shapes::StringShape.new(name: 'DeviceName')
135
148
  DeviceProfile = Shapes::StructureShape.new(name: 'DeviceProfile')
136
149
  DeviceProfileArn = Shapes::StringShape.new(name: 'DeviceProfileArn')
137
150
  DeviceProfileId = Shapes::StringShape.new(name: 'DeviceProfileId')
138
151
  DeviceProfileList = Shapes::ListShape.new(name: 'DeviceProfileList')
139
152
  DeviceProfileName = Shapes::StringShape.new(name: 'DeviceProfileName')
153
+ DeviceProfileType = Shapes::StringShape.new(name: 'DeviceProfileType')
140
154
  DeviceRegistrationStateEventConfiguration = Shapes::StructureShape.new(name: 'DeviceRegistrationStateEventConfiguration')
141
155
  DeviceRegistrationStateResourceTypeEventConfiguration = Shapes::StructureShape.new(name: 'DeviceRegistrationStateResourceTypeEventConfiguration')
142
156
  DeviceState = Shapes::StringShape.new(name: 'DeviceState')
157
+ DeviceTypeId = Shapes::StringShape.new(name: 'DeviceTypeId')
143
158
  DisassociateAwsAccountFromPartnerAccountRequest = Shapes::StructureShape.new(name: 'DisassociateAwsAccountFromPartnerAccountRequest')
144
159
  DisassociateAwsAccountFromPartnerAccountResponse = Shapes::StructureShape.new(name: 'DisassociateAwsAccountFromPartnerAccountResponse')
145
160
  DisassociateMulticastGroupFromFuotaTaskRequest = Shapes::StructureShape.new(name: 'DisassociateMulticastGroupFromFuotaTaskRequest')
@@ -186,6 +201,7 @@ module Aws::IoTWireless
186
201
  FPort = Shapes::IntegerShape.new(name: 'FPort')
187
202
  FPorts = Shapes::StructureShape.new(name: 'FPorts')
188
203
  FactoryPresetFreqsList = Shapes::ListShape.new(name: 'FactoryPresetFreqsList')
204
+ FactorySupport = Shapes::BooleanShape.new(name: 'FactorySupport')
189
205
  Fingerprint = Shapes::StringShape.new(name: 'Fingerprint')
190
206
  FirmwareUpdateImage = Shapes::StringShape.new(name: 'FirmwareUpdateImage')
191
207
  FirmwareUpdateRole = Shapes::StringShape.new(name: 'FirmwareUpdateRole')
@@ -239,6 +255,8 @@ module Aws::IoTWireless
239
255
  GetServiceEndpointResponse = Shapes::StructureShape.new(name: 'GetServiceEndpointResponse')
240
256
  GetServiceProfileRequest = Shapes::StructureShape.new(name: 'GetServiceProfileRequest')
241
257
  GetServiceProfileResponse = Shapes::StructureShape.new(name: 'GetServiceProfileResponse')
258
+ GetWirelessDeviceImportTaskRequest = Shapes::StructureShape.new(name: 'GetWirelessDeviceImportTaskRequest')
259
+ GetWirelessDeviceImportTaskResponse = Shapes::StructureShape.new(name: 'GetWirelessDeviceImportTaskResponse')
242
260
  GetWirelessDeviceRequest = Shapes::StructureShape.new(name: 'GetWirelessDeviceRequest')
243
261
  GetWirelessDeviceResponse = Shapes::StructureShape.new(name: 'GetWirelessDeviceResponse')
244
262
  GetWirelessDeviceStatisticsRequest = Shapes::StructureShape.new(name: 'GetWirelessDeviceStatisticsRequest')
@@ -270,6 +288,13 @@ module Aws::IoTWireless
270
288
  ISODateTimeString = Shapes::StringShape.new(name: 'ISODateTimeString')
271
289
  Identifier = Shapes::StringShape.new(name: 'Identifier')
272
290
  IdentifierType = Shapes::StringShape.new(name: 'IdentifierType')
291
+ ImportTaskArn = Shapes::StringShape.new(name: 'ImportTaskArn')
292
+ ImportTaskId = Shapes::StringShape.new(name: 'ImportTaskId')
293
+ ImportTaskStatus = Shapes::StringShape.new(name: 'ImportTaskStatus')
294
+ ImportedSidewalkDevice = Shapes::StructureShape.new(name: 'ImportedSidewalkDevice')
295
+ ImportedWirelessDevice = Shapes::StructureShape.new(name: 'ImportedWirelessDevice')
296
+ ImportedWirelessDeviceCount = Shapes::IntegerShape.new(name: 'ImportedWirelessDeviceCount')
297
+ ImportedWirelessDeviceList = Shapes::ListShape.new(name: 'ImportedWirelessDeviceList')
273
298
  Integer = Shapes::IntegerShape.new(name: 'Integer')
274
299
  InternalServerException = Shapes::StructureShape.new(name: 'InternalServerException')
275
300
  IotCertificateId = Shapes::StringShape.new(name: 'IotCertificateId')
@@ -280,10 +305,13 @@ module Aws::IoTWireless
280
305
  JoinEventConfiguration = Shapes::StructureShape.new(name: 'JoinEventConfiguration')
281
306
  JoinResourceTypeEventConfiguration = Shapes::StructureShape.new(name: 'JoinResourceTypeEventConfiguration')
282
307
  LAC = Shapes::IntegerShape.new(name: 'LAC')
308
+ LastUpdateTime = Shapes::TimestampShape.new(name: 'LastUpdateTime', timestampFormat: "iso8601")
283
309
  ListDestinationsRequest = Shapes::StructureShape.new(name: 'ListDestinationsRequest')
284
310
  ListDestinationsResponse = Shapes::StructureShape.new(name: 'ListDestinationsResponse')
285
311
  ListDeviceProfilesRequest = Shapes::StructureShape.new(name: 'ListDeviceProfilesRequest')
286
312
  ListDeviceProfilesResponse = Shapes::StructureShape.new(name: 'ListDeviceProfilesResponse')
313
+ ListDevicesForWirelessDeviceImportTaskRequest = Shapes::StructureShape.new(name: 'ListDevicesForWirelessDeviceImportTaskRequest')
314
+ ListDevicesForWirelessDeviceImportTaskResponse = Shapes::StructureShape.new(name: 'ListDevicesForWirelessDeviceImportTaskResponse')
287
315
  ListEventConfigurationsRequest = Shapes::StructureShape.new(name: 'ListEventConfigurationsRequest')
288
316
  ListEventConfigurationsResponse = Shapes::StructureShape.new(name: 'ListEventConfigurationsResponse')
289
317
  ListFuotaTasksRequest = Shapes::StructureShape.new(name: 'ListFuotaTasksRequest')
@@ -304,6 +332,8 @@ module Aws::IoTWireless
304
332
  ListServiceProfilesResponse = Shapes::StructureShape.new(name: 'ListServiceProfilesResponse')
305
333
  ListTagsForResourceRequest = Shapes::StructureShape.new(name: 'ListTagsForResourceRequest')
306
334
  ListTagsForResourceResponse = Shapes::StructureShape.new(name: 'ListTagsForResourceResponse')
335
+ ListWirelessDeviceImportTasksRequest = Shapes::StructureShape.new(name: 'ListWirelessDeviceImportTasksRequest')
336
+ ListWirelessDeviceImportTasksResponse = Shapes::StructureShape.new(name: 'ListWirelessDeviceImportTasksResponse')
307
337
  ListWirelessDevicesRequest = Shapes::StructureShape.new(name: 'ListWirelessDevicesRequest')
308
338
  ListWirelessDevicesResponse = Shapes::StructureShape.new(name: 'ListWirelessDevicesResponse')
309
339
  ListWirelessGatewayTaskDefinitionsRequest = Shapes::StructureShape.new(name: 'ListWirelessGatewayTaskDefinitionsRequest')
@@ -347,6 +377,7 @@ module Aws::IoTWireless
347
377
  MNC = Shapes::IntegerShape.new(name: 'MNC')
348
378
  MacAddress = Shapes::StringShape.new(name: 'MacAddress')
349
379
  MacVersion = Shapes::StringShape.new(name: 'MacVersion')
380
+ MaxAllowedSignature = Shapes::IntegerShape.new(name: 'MaxAllowedSignature')
350
381
  MaxDutyCycle = Shapes::IntegerShape.new(name: 'MaxDutyCycle')
351
382
  MaxEirp = Shapes::IntegerShape.new(name: 'MaxEirp')
352
383
  MaxResults = Shapes::IntegerShape.new(name: 'MaxResults')
@@ -384,6 +415,8 @@ module Aws::IoTWireless
384
415
  NwkKey = Shapes::StringShape.new(name: 'NwkKey')
385
416
  NwkSEncKey = Shapes::StringShape.new(name: 'NwkSEncKey')
386
417
  NwkSKey = Shapes::StringShape.new(name: 'NwkSKey')
418
+ OnboardStatus = Shapes::StringShape.new(name: 'OnboardStatus')
419
+ OnboardStatusReason = Shapes::StringShape.new(name: 'OnboardStatusReason')
387
420
  OtaaV1_0_x = Shapes::StructureShape.new(name: 'OtaaV1_0_x')
388
421
  OtaaV1_1 = Shapes::StructureShape.new(name: 'OtaaV1_1')
389
422
  PCI = Shapes::IntegerShape.new(name: 'PCI')
@@ -417,12 +450,14 @@ module Aws::IoTWireless
417
450
  PositioningConfigStatus = Shapes::StringShape.new(name: 'PositioningConfigStatus')
418
451
  PrAllowed = Shapes::BooleanShape.new(name: 'PrAllowed')
419
452
  PresetFreq = Shapes::IntegerShape.new(name: 'PresetFreq')
453
+ PrivateKeysList = Shapes::ListShape.new(name: 'PrivateKeysList')
420
454
  ProximityEventConfiguration = Shapes::StructureShape.new(name: 'ProximityEventConfiguration')
421
455
  ProximityResourceTypeEventConfiguration = Shapes::StructureShape.new(name: 'ProximityResourceTypeEventConfiguration')
422
456
  PutPositionConfigurationRequest = Shapes::StructureShape.new(name: 'PutPositionConfigurationRequest')
423
457
  PutPositionConfigurationResponse = Shapes::StructureShape.new(name: 'PutPositionConfigurationResponse')
424
458
  PutResourceLogLevelRequest = Shapes::StructureShape.new(name: 'PutResourceLogLevelRequest')
425
459
  PutResourceLogLevelResponse = Shapes::StructureShape.new(name: 'PutResourceLogLevelResponse')
460
+ QualificationStatus = Shapes::BooleanShape.new(name: 'QualificationStatus')
426
461
  QueryString = Shapes::StringShape.new(name: 'QueryString')
427
462
  RSCP = Shapes::IntegerShape.new(name: 'RSCP')
428
463
  RSRP = Shapes::IntegerShape.new(name: 'RSRP')
@@ -444,6 +479,7 @@ module Aws::IoTWireless
444
479
  ResourceType = Shapes::StringShape.new(name: 'ResourceType')
445
480
  Result = Shapes::StringShape.new(name: 'Result')
446
481
  RfRegion = Shapes::StringShape.new(name: 'RfRegion')
482
+ Role = Shapes::StringShape.new(name: 'Role')
447
483
  RoleArn = Shapes::StringShape.new(name: 'RoleArn')
448
484
  RxDataRate2 = Shapes::IntegerShape.new(name: 'RxDataRate2')
449
485
  RxDelay1 = Shapes::IntegerShape.new(name: 'RxDelay1')
@@ -470,15 +506,22 @@ module Aws::IoTWireless
470
506
  SidewalkAccountInfo = Shapes::StructureShape.new(name: 'SidewalkAccountInfo')
471
507
  SidewalkAccountInfoWithFingerprint = Shapes::StructureShape.new(name: 'SidewalkAccountInfoWithFingerprint')
472
508
  SidewalkAccountList = Shapes::ListShape.new(name: 'SidewalkAccountList')
509
+ SidewalkCreateDeviceProfile = Shapes::StructureShape.new(name: 'SidewalkCreateDeviceProfile')
510
+ SidewalkCreateWirelessDevice = Shapes::StructureShape.new(name: 'SidewalkCreateWirelessDevice')
473
511
  SidewalkDevice = Shapes::StructureShape.new(name: 'SidewalkDevice')
474
512
  SidewalkDeviceMetadata = Shapes::StructureShape.new(name: 'SidewalkDeviceMetadata')
475
513
  SidewalkEventNotificationConfigurations = Shapes::StructureShape.new(name: 'SidewalkEventNotificationConfigurations')
514
+ SidewalkGetDeviceProfile = Shapes::StructureShape.new(name: 'SidewalkGetDeviceProfile')
515
+ SidewalkGetStartImportInfo = Shapes::StructureShape.new(name: 'SidewalkGetStartImportInfo')
476
516
  SidewalkId = Shapes::StringShape.new(name: 'SidewalkId')
477
517
  SidewalkListDevice = Shapes::StructureShape.new(name: 'SidewalkListDevice')
478
518
  SidewalkManufacturingSn = Shapes::StringShape.new(name: 'SidewalkManufacturingSn')
479
519
  SidewalkResourceTypeEventConfiguration = Shapes::StructureShape.new(name: 'SidewalkResourceTypeEventConfiguration')
480
520
  SidewalkSendDataToDevice = Shapes::StructureShape.new(name: 'SidewalkSendDataToDevice')
521
+ SidewalkSingleStartImportInfo = Shapes::StructureShape.new(name: 'SidewalkSingleStartImportInfo')
522
+ SidewalkStartImportInfo = Shapes::StructureShape.new(name: 'SidewalkStartImportInfo')
481
523
  SidewalkUpdateAccount = Shapes::StructureShape.new(name: 'SidewalkUpdateAccount')
524
+ SidewalkUpdateImportInfo = Shapes::StructureShape.new(name: 'SidewalkUpdateImportInfo')
482
525
  SigningAlg = Shapes::StringShape.new(name: 'SigningAlg')
483
526
  StartBulkAssociateWirelessDeviceWithMulticastGroupRequest = Shapes::StructureShape.new(name: 'StartBulkAssociateWirelessDeviceWithMulticastGroupRequest')
484
527
  StartBulkAssociateWirelessDeviceWithMulticastGroupResponse = Shapes::StructureShape.new(name: 'StartBulkAssociateWirelessDeviceWithMulticastGroupResponse')
@@ -488,8 +531,13 @@ module Aws::IoTWireless
488
531
  StartFuotaTaskResponse = Shapes::StructureShape.new(name: 'StartFuotaTaskResponse')
489
532
  StartMulticastGroupSessionRequest = Shapes::StructureShape.new(name: 'StartMulticastGroupSessionRequest')
490
533
  StartMulticastGroupSessionResponse = Shapes::StructureShape.new(name: 'StartMulticastGroupSessionResponse')
534
+ StartSingleWirelessDeviceImportTaskRequest = Shapes::StructureShape.new(name: 'StartSingleWirelessDeviceImportTaskRequest')
535
+ StartSingleWirelessDeviceImportTaskResponse = Shapes::StructureShape.new(name: 'StartSingleWirelessDeviceImportTaskResponse')
491
536
  StartTime = Shapes::TimestampShape.new(name: 'StartTime', timestampFormat: "iso8601")
537
+ StartWirelessDeviceImportTaskRequest = Shapes::StructureShape.new(name: 'StartWirelessDeviceImportTaskRequest')
538
+ StartWirelessDeviceImportTaskResponse = Shapes::StructureShape.new(name: 'StartWirelessDeviceImportTaskResponse')
492
539
  Station = Shapes::StringShape.new(name: 'Station')
540
+ StatusReason = Shapes::StringShape.new(name: 'StatusReason')
493
541
  SubBand = Shapes::IntegerShape.new(name: 'SubBand')
494
542
  SubBands = Shapes::ListShape.new(name: 'SubBands')
495
543
  SupportedRfRegion = Shapes::StringShape.new(name: 'SupportedRfRegion')
@@ -554,6 +602,8 @@ module Aws::IoTWireless
554
602
  UpdateResourcePositionRequest = Shapes::StructureShape.new(name: 'UpdateResourcePositionRequest')
555
603
  UpdateResourcePositionResponse = Shapes::StructureShape.new(name: 'UpdateResourcePositionResponse')
556
604
  UpdateSignature = Shapes::StringShape.new(name: 'UpdateSignature')
605
+ UpdateWirelessDeviceImportTaskRequest = Shapes::StructureShape.new(name: 'UpdateWirelessDeviceImportTaskRequest')
606
+ UpdateWirelessDeviceImportTaskResponse = Shapes::StructureShape.new(name: 'UpdateWirelessDeviceImportTaskResponse')
557
607
  UpdateWirelessDeviceRequest = Shapes::StructureShape.new(name: 'UpdateWirelessDeviceRequest')
558
608
  UpdateWirelessDeviceResponse = Shapes::StructureShape.new(name: 'UpdateWirelessDeviceResponse')
559
609
  UpdateWirelessGatewayRequest = Shapes::StructureShape.new(name: 'UpdateWirelessGatewayRequest')
@@ -578,10 +628,13 @@ module Aws::IoTWireless
578
628
  WirelessDeviceFrameInfo = Shapes::StringShape.new(name: 'WirelessDeviceFrameInfo')
579
629
  WirelessDeviceId = Shapes::StringShape.new(name: 'WirelessDeviceId')
580
630
  WirelessDeviceIdType = Shapes::StringShape.new(name: 'WirelessDeviceIdType')
631
+ WirelessDeviceImportTask = Shapes::StructureShape.new(name: 'WirelessDeviceImportTask')
632
+ WirelessDeviceImportTaskList = Shapes::ListShape.new(name: 'WirelessDeviceImportTaskList')
581
633
  WirelessDeviceList = Shapes::ListShape.new(name: 'WirelessDeviceList')
582
634
  WirelessDeviceLogOption = Shapes::StructureShape.new(name: 'WirelessDeviceLogOption')
583
635
  WirelessDeviceLogOptionList = Shapes::ListShape.new(name: 'WirelessDeviceLogOptionList')
584
636
  WirelessDeviceName = Shapes::StringShape.new(name: 'WirelessDeviceName')
637
+ WirelessDeviceSidewalkStatus = Shapes::StringShape.new(name: 'WirelessDeviceSidewalkStatus')
585
638
  WirelessDeviceStatistics = Shapes::StructureShape.new(name: 'WirelessDeviceStatistics')
586
639
  WirelessDeviceStatisticsList = Shapes::ListShape.new(name: 'WirelessDeviceStatisticsList')
587
640
  WirelessDeviceType = Shapes::StringShape.new(name: 'WirelessDeviceType')
@@ -755,6 +808,7 @@ module Aws::IoTWireless
755
808
  CreateDeviceProfileRequest.add_member(:lo_ra_wan, Shapes::ShapeRef.new(shape: LoRaWANDeviceProfile, location_name: "LoRaWAN"))
756
809
  CreateDeviceProfileRequest.add_member(:tags, Shapes::ShapeRef.new(shape: TagList, location_name: "Tags"))
757
810
  CreateDeviceProfileRequest.add_member(:client_request_token, Shapes::ShapeRef.new(shape: ClientRequestToken, location_name: "ClientRequestToken", metadata: {"idempotencyToken"=>true}))
811
+ CreateDeviceProfileRequest.add_member(:sidewalk, Shapes::ShapeRef.new(shape: SidewalkCreateDeviceProfile, location_name: "Sidewalk"))
758
812
  CreateDeviceProfileRequest.struct_class = Types::CreateDeviceProfileRequest
759
813
 
760
814
  CreateDeviceProfileResponse.add_member(:arn, Shapes::ShapeRef.new(shape: DeviceProfileArn, location_name: "Arn"))
@@ -819,6 +873,7 @@ module Aws::IoTWireless
819
873
  CreateWirelessDeviceRequest.add_member(:lo_ra_wan, Shapes::ShapeRef.new(shape: LoRaWANDevice, location_name: "LoRaWAN"))
820
874
  CreateWirelessDeviceRequest.add_member(:tags, Shapes::ShapeRef.new(shape: TagList, location_name: "Tags"))
821
875
  CreateWirelessDeviceRequest.add_member(:positioning, Shapes::ShapeRef.new(shape: PositioningConfigStatus, location_name: "Positioning"))
876
+ CreateWirelessDeviceRequest.add_member(:sidewalk, Shapes::ShapeRef.new(shape: SidewalkCreateWirelessDevice, location_name: "Sidewalk"))
822
877
  CreateWirelessDeviceRequest.struct_class = Types::CreateWirelessDeviceRequest
823
878
 
824
879
  CreateWirelessDeviceResponse.add_member(:arn, Shapes::ShapeRef.new(shape: WirelessDeviceArn, location_name: "Arn"))
@@ -855,6 +910,15 @@ module Aws::IoTWireless
855
910
  CreateWirelessGatewayTaskResponse.add_member(:status, Shapes::ShapeRef.new(shape: WirelessGatewayTaskStatus, location_name: "Status"))
856
911
  CreateWirelessGatewayTaskResponse.struct_class = Types::CreateWirelessGatewayTaskResponse
857
912
 
913
+ DakCertificateMetadata.add_member(:certificate_id, Shapes::ShapeRef.new(shape: DakCertificateId, required: true, location_name: "CertificateId"))
914
+ DakCertificateMetadata.add_member(:max_allowed_signature, Shapes::ShapeRef.new(shape: MaxAllowedSignature, location_name: "MaxAllowedSignature"))
915
+ DakCertificateMetadata.add_member(:factory_support, Shapes::ShapeRef.new(shape: FactorySupport, location_name: "FactorySupport"))
916
+ DakCertificateMetadata.add_member(:ap_id, Shapes::ShapeRef.new(shape: ApId, location_name: "ApId"))
917
+ DakCertificateMetadata.add_member(:device_type_id, Shapes::ShapeRef.new(shape: DeviceTypeId, location_name: "DeviceTypeId"))
918
+ DakCertificateMetadata.struct_class = Types::DakCertificateMetadata
919
+
920
+ DakCertificateMetadataList.member = Shapes::ShapeRef.new(shape: DakCertificateMetadata)
921
+
858
922
  DeleteDestinationRequest.add_member(:name, Shapes::ShapeRef.new(shape: DestinationName, required: true, location: "uri", location_name: "Name"))
859
923
  DeleteDestinationRequest.struct_class = Types::DeleteDestinationRequest
860
924
 
@@ -892,6 +956,11 @@ module Aws::IoTWireless
892
956
 
893
957
  DeleteServiceProfileResponse.struct_class = Types::DeleteServiceProfileResponse
894
958
 
959
+ DeleteWirelessDeviceImportTaskRequest.add_member(:id, Shapes::ShapeRef.new(shape: ImportTaskId, required: true, location: "uri", location_name: "Id"))
960
+ DeleteWirelessDeviceImportTaskRequest.struct_class = Types::DeleteWirelessDeviceImportTaskRequest
961
+
962
+ DeleteWirelessDeviceImportTaskResponse.struct_class = Types::DeleteWirelessDeviceImportTaskResponse
963
+
895
964
  DeleteWirelessDeviceRequest.add_member(:id, Shapes::ShapeRef.new(shape: WirelessDeviceId, required: true, location: "uri", location_name: "Id"))
896
965
  DeleteWirelessDeviceRequest.struct_class = Types::DeleteWirelessDeviceRequest
897
966
 
@@ -912,6 +981,12 @@ module Aws::IoTWireless
912
981
 
913
982
  DeleteWirelessGatewayTaskResponse.struct_class = Types::DeleteWirelessGatewayTaskResponse
914
983
 
984
+ DeregisterWirelessDeviceRequest.add_member(:identifier, Shapes::ShapeRef.new(shape: Identifier, required: true, location: "uri", location_name: "Identifier"))
985
+ DeregisterWirelessDeviceRequest.add_member(:wireless_device_type, Shapes::ShapeRef.new(shape: WirelessDeviceType, location: "querystring", location_name: "WirelessDeviceType"))
986
+ DeregisterWirelessDeviceRequest.struct_class = Types::DeregisterWirelessDeviceRequest
987
+
988
+ DeregisterWirelessDeviceResponse.struct_class = Types::DeregisterWirelessDeviceResponse
989
+
915
990
  DestinationList.member = Shapes::ShapeRef.new(shape: Destinations)
916
991
 
917
992
  Destinations.add_member(:arn, Shapes::ShapeRef.new(shape: DestinationArn, location_name: "Arn"))
@@ -924,6 +999,8 @@ module Aws::IoTWireless
924
999
 
925
1000
  DeviceCertificateList.member = Shapes::ShapeRef.new(shape: CertificateList)
926
1001
 
1002
+ DeviceCreationFileList.member = Shapes::ShapeRef.new(shape: DeviceCreationFile)
1003
+
927
1004
  DeviceProfile.add_member(:arn, Shapes::ShapeRef.new(shape: DeviceProfileArn, location_name: "Arn"))
928
1005
  DeviceProfile.add_member(:name, Shapes::ShapeRef.new(shape: DeviceProfileName, location_name: "Name"))
929
1006
  DeviceProfile.add_member(:id, Shapes::ShapeRef.new(shape: DeviceProfileId, location_name: "Id"))
@@ -1040,6 +1117,7 @@ module Aws::IoTWireless
1040
1117
  GetDeviceProfileResponse.add_member(:name, Shapes::ShapeRef.new(shape: DeviceProfileName, location_name: "Name"))
1041
1118
  GetDeviceProfileResponse.add_member(:id, Shapes::ShapeRef.new(shape: DeviceProfileId, location_name: "Id"))
1042
1119
  GetDeviceProfileResponse.add_member(:lo_ra_wan, Shapes::ShapeRef.new(shape: LoRaWANDeviceProfile, location_name: "LoRaWAN"))
1120
+ GetDeviceProfileResponse.add_member(:sidewalk, Shapes::ShapeRef.new(shape: SidewalkGetDeviceProfile, location_name: "Sidewalk"))
1043
1121
  GetDeviceProfileResponse.struct_class = Types::GetDeviceProfileResponse
1044
1122
 
1045
1123
  GetEventConfigurationByResourceTypesRequest.struct_class = Types::GetEventConfigurationByResourceTypesRequest
@@ -1189,6 +1267,22 @@ module Aws::IoTWireless
1189
1267
  GetServiceProfileResponse.add_member(:lo_ra_wan, Shapes::ShapeRef.new(shape: LoRaWANGetServiceProfileInfo, location_name: "LoRaWAN"))
1190
1268
  GetServiceProfileResponse.struct_class = Types::GetServiceProfileResponse
1191
1269
 
1270
+ GetWirelessDeviceImportTaskRequest.add_member(:id, Shapes::ShapeRef.new(shape: ImportTaskId, required: true, location: "uri", location_name: "Id"))
1271
+ GetWirelessDeviceImportTaskRequest.struct_class = Types::GetWirelessDeviceImportTaskRequest
1272
+
1273
+ GetWirelessDeviceImportTaskResponse.add_member(:id, Shapes::ShapeRef.new(shape: ImportTaskId, location_name: "Id"))
1274
+ GetWirelessDeviceImportTaskResponse.add_member(:arn, Shapes::ShapeRef.new(shape: ImportTaskArn, location_name: "Arn"))
1275
+ GetWirelessDeviceImportTaskResponse.add_member(:destination_name, Shapes::ShapeRef.new(shape: DestinationName, location_name: "DestinationName"))
1276
+ GetWirelessDeviceImportTaskResponse.add_member(:sidewalk, Shapes::ShapeRef.new(shape: SidewalkGetStartImportInfo, location_name: "Sidewalk"))
1277
+ GetWirelessDeviceImportTaskResponse.add_member(:creation_time, Shapes::ShapeRef.new(shape: CreationTime, location_name: "CreationTime"))
1278
+ GetWirelessDeviceImportTaskResponse.add_member(:status, Shapes::ShapeRef.new(shape: ImportTaskStatus, location_name: "Status"))
1279
+ GetWirelessDeviceImportTaskResponse.add_member(:status_reason, Shapes::ShapeRef.new(shape: StatusReason, location_name: "StatusReason"))
1280
+ GetWirelessDeviceImportTaskResponse.add_member(:initialized_imported_device_count, Shapes::ShapeRef.new(shape: ImportedWirelessDeviceCount, location_name: "InitializedImportedDeviceCount"))
1281
+ GetWirelessDeviceImportTaskResponse.add_member(:pending_imported_device_count, Shapes::ShapeRef.new(shape: ImportedWirelessDeviceCount, location_name: "PendingImportedDeviceCount"))
1282
+ GetWirelessDeviceImportTaskResponse.add_member(:onboarded_imported_device_count, Shapes::ShapeRef.new(shape: ImportedWirelessDeviceCount, location_name: "OnboardedImportedDeviceCount"))
1283
+ GetWirelessDeviceImportTaskResponse.add_member(:failed_imported_device_count, Shapes::ShapeRef.new(shape: ImportedWirelessDeviceCount, location_name: "FailedImportedDeviceCount"))
1284
+ GetWirelessDeviceImportTaskResponse.struct_class = Types::GetWirelessDeviceImportTaskResponse
1285
+
1192
1286
  GetWirelessDeviceRequest.add_member(:identifier, Shapes::ShapeRef.new(shape: Identifier, required: true, location: "uri", location_name: "Identifier"))
1193
1287
  GetWirelessDeviceRequest.add_member(:identifier_type, Shapes::ShapeRef.new(shape: WirelessDeviceIdType, required: true, location: "querystring", location_name: "identifierType"))
1194
1288
  GetWirelessDeviceRequest.struct_class = Types::GetWirelessDeviceRequest
@@ -1304,6 +1398,17 @@ module Aws::IoTWireless
1304
1398
  GsmObj.add_member(:gsm_nmr, Shapes::ShapeRef.new(shape: GsmNmrList, location_name: "GsmNmr"))
1305
1399
  GsmObj.struct_class = Types::GsmObj
1306
1400
 
1401
+ ImportedSidewalkDevice.add_member(:sidewalk_manufacturing_sn, Shapes::ShapeRef.new(shape: SidewalkManufacturingSn, location_name: "SidewalkManufacturingSn"))
1402
+ ImportedSidewalkDevice.add_member(:onboarding_status, Shapes::ShapeRef.new(shape: OnboardStatus, location_name: "OnboardingStatus"))
1403
+ ImportedSidewalkDevice.add_member(:onboarding_status_reason, Shapes::ShapeRef.new(shape: OnboardStatusReason, location_name: "OnboardingStatusReason"))
1404
+ ImportedSidewalkDevice.add_member(:last_update_time, Shapes::ShapeRef.new(shape: LastUpdateTime, location_name: "LastUpdateTime"))
1405
+ ImportedSidewalkDevice.struct_class = Types::ImportedSidewalkDevice
1406
+
1407
+ ImportedWirelessDevice.add_member(:sidewalk, Shapes::ShapeRef.new(shape: ImportedSidewalkDevice, location_name: "Sidewalk"))
1408
+ ImportedWirelessDevice.struct_class = Types::ImportedWirelessDevice
1409
+
1410
+ ImportedWirelessDeviceList.member = Shapes::ShapeRef.new(shape: ImportedWirelessDevice)
1411
+
1307
1412
  InternalServerException.add_member(:message, Shapes::ShapeRef.new(shape: Message, location_name: "Message"))
1308
1413
  InternalServerException.struct_class = Types::InternalServerException
1309
1414
 
@@ -1331,12 +1436,24 @@ module Aws::IoTWireless
1331
1436
 
1332
1437
  ListDeviceProfilesRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location: "querystring", location_name: "nextToken"))
1333
1438
  ListDeviceProfilesRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: MaxResults, location: "querystring", location_name: "maxResults"))
1439
+ ListDeviceProfilesRequest.add_member(:device_profile_type, Shapes::ShapeRef.new(shape: DeviceProfileType, location: "querystring", location_name: "deviceProfileType"))
1334
1440
  ListDeviceProfilesRequest.struct_class = Types::ListDeviceProfilesRequest
1335
1441
 
1336
1442
  ListDeviceProfilesResponse.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location_name: "NextToken"))
1337
1443
  ListDeviceProfilesResponse.add_member(:device_profile_list, Shapes::ShapeRef.new(shape: DeviceProfileList, location_name: "DeviceProfileList"))
1338
1444
  ListDeviceProfilesResponse.struct_class = Types::ListDeviceProfilesResponse
1339
1445
 
1446
+ ListDevicesForWirelessDeviceImportTaskRequest.add_member(:id, Shapes::ShapeRef.new(shape: ImportTaskId, required: true, location: "querystring", location_name: "id"))
1447
+ ListDevicesForWirelessDeviceImportTaskRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: MaxResults, location: "querystring", location_name: "maxResults"))
1448
+ ListDevicesForWirelessDeviceImportTaskRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location: "querystring", location_name: "nextToken"))
1449
+ ListDevicesForWirelessDeviceImportTaskRequest.add_member(:status, Shapes::ShapeRef.new(shape: OnboardStatus, location: "querystring", location_name: "status"))
1450
+ ListDevicesForWirelessDeviceImportTaskRequest.struct_class = Types::ListDevicesForWirelessDeviceImportTaskRequest
1451
+
1452
+ ListDevicesForWirelessDeviceImportTaskResponse.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location_name: "NextToken"))
1453
+ ListDevicesForWirelessDeviceImportTaskResponse.add_member(:destination_name, Shapes::ShapeRef.new(shape: DestinationName, location_name: "DestinationName"))
1454
+ ListDevicesForWirelessDeviceImportTaskResponse.add_member(:imported_wireless_device_list, Shapes::ShapeRef.new(shape: ImportedWirelessDeviceList, location_name: "ImportedWirelessDeviceList"))
1455
+ ListDevicesForWirelessDeviceImportTaskResponse.struct_class = Types::ListDevicesForWirelessDeviceImportTaskResponse
1456
+
1340
1457
  ListEventConfigurationsRequest.add_member(:resource_type, Shapes::ShapeRef.new(shape: EventNotificationResourceType, required: true, location: "querystring", location_name: "resourceType"))
1341
1458
  ListEventConfigurationsRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: MaxResults, location: "querystring", location_name: "maxResults"))
1342
1459
  ListEventConfigurationsRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location: "querystring", location_name: "nextToken"))
@@ -1420,6 +1537,14 @@ module Aws::IoTWireless
1420
1537
  ListTagsForResourceResponse.add_member(:tags, Shapes::ShapeRef.new(shape: TagList, location_name: "Tags"))
1421
1538
  ListTagsForResourceResponse.struct_class = Types::ListTagsForResourceResponse
1422
1539
 
1540
+ ListWirelessDeviceImportTasksRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: MaxResults, location: "querystring", location_name: "maxResults"))
1541
+ ListWirelessDeviceImportTasksRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location: "querystring", location_name: "nextToken"))
1542
+ ListWirelessDeviceImportTasksRequest.struct_class = Types::ListWirelessDeviceImportTasksRequest
1543
+
1544
+ ListWirelessDeviceImportTasksResponse.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location_name: "NextToken"))
1545
+ ListWirelessDeviceImportTasksResponse.add_member(:wireless_device_import_task_list, Shapes::ShapeRef.new(shape: WirelessDeviceImportTaskList, location_name: "WirelessDeviceImportTaskList"))
1546
+ ListWirelessDeviceImportTasksResponse.struct_class = Types::ListWirelessDeviceImportTasksResponse
1547
+
1423
1548
  ListWirelessDevicesRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: MaxResults, location: "querystring", location_name: "maxResults"))
1424
1549
  ListWirelessDevicesRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location: "querystring", location_name: "nextToken"))
1425
1550
  ListWirelessDevicesRequest.add_member(:destination_name, Shapes::ShapeRef.new(shape: DestinationName, location: "querystring", location_name: "destinationName"))
@@ -1697,6 +1822,8 @@ module Aws::IoTWireless
1697
1822
  Positioning.add_member(:gnss, Shapes::ShapeRef.new(shape: FPort, location_name: "Gnss"))
1698
1823
  Positioning.struct_class = Types::Positioning
1699
1824
 
1825
+ PrivateKeysList.member = Shapes::ShapeRef.new(shape: CertificateList)
1826
+
1700
1827
  ProximityEventConfiguration.add_member(:sidewalk, Shapes::ShapeRef.new(shape: SidewalkEventNotificationConfigurations, location_name: "Sidewalk"))
1701
1828
  ProximityEventConfiguration.add_member(:wireless_device_id_event_topic, Shapes::ShapeRef.new(shape: EventNotificationTopicStatus, location_name: "WirelessDeviceIdEventTopic"))
1702
1829
  ProximityEventConfiguration.struct_class = Types::ProximityEventConfiguration
@@ -1789,10 +1916,19 @@ module Aws::IoTWireless
1789
1916
 
1790
1917
  SidewalkAccountList.member = Shapes::ShapeRef.new(shape: SidewalkAccountInfoWithFingerprint)
1791
1918
 
1919
+ SidewalkCreateDeviceProfile.struct_class = Types::SidewalkCreateDeviceProfile
1920
+
1921
+ SidewalkCreateWirelessDevice.add_member(:device_profile_id, Shapes::ShapeRef.new(shape: DeviceProfileId, location_name: "DeviceProfileId"))
1922
+ SidewalkCreateWirelessDevice.struct_class = Types::SidewalkCreateWirelessDevice
1923
+
1792
1924
  SidewalkDevice.add_member(:amazon_id, Shapes::ShapeRef.new(shape: AmazonId, location_name: "AmazonId"))
1793
1925
  SidewalkDevice.add_member(:sidewalk_id, Shapes::ShapeRef.new(shape: SidewalkId, location_name: "SidewalkId"))
1794
1926
  SidewalkDevice.add_member(:sidewalk_manufacturing_sn, Shapes::ShapeRef.new(shape: SidewalkManufacturingSn, location_name: "SidewalkManufacturingSn"))
1795
1927
  SidewalkDevice.add_member(:device_certificates, Shapes::ShapeRef.new(shape: DeviceCertificateList, location_name: "DeviceCertificates"))
1928
+ SidewalkDevice.add_member(:private_keys, Shapes::ShapeRef.new(shape: PrivateKeysList, location_name: "PrivateKeys"))
1929
+ SidewalkDevice.add_member(:device_profile_id, Shapes::ShapeRef.new(shape: DeviceProfileId, location_name: "DeviceProfileId"))
1930
+ SidewalkDevice.add_member(:certificate_id, Shapes::ShapeRef.new(shape: DakCertificateId, location_name: "CertificateId"))
1931
+ SidewalkDevice.add_member(:status, Shapes::ShapeRef.new(shape: WirelessDeviceSidewalkStatus, location_name: "Status"))
1796
1932
  SidewalkDevice.struct_class = Types::SidewalkDevice
1797
1933
 
1798
1934
  SidewalkDeviceMetadata.add_member(:rssi, Shapes::ShapeRef.new(shape: Integer, location_name: "Rssi"))
@@ -1804,10 +1940,21 @@ module Aws::IoTWireless
1804
1940
  SidewalkEventNotificationConfigurations.add_member(:amazon_id_event_topic, Shapes::ShapeRef.new(shape: EventNotificationTopicStatus, location_name: "AmazonIdEventTopic"))
1805
1941
  SidewalkEventNotificationConfigurations.struct_class = Types::SidewalkEventNotificationConfigurations
1806
1942
 
1943
+ SidewalkGetDeviceProfile.add_member(:application_server_public_key, Shapes::ShapeRef.new(shape: ApplicationServerPublicKey, location_name: "ApplicationServerPublicKey"))
1944
+ SidewalkGetDeviceProfile.add_member(:qualification_status, Shapes::ShapeRef.new(shape: QualificationStatus, location_name: "QualificationStatus"))
1945
+ SidewalkGetDeviceProfile.add_member(:dak_certificate_metadata, Shapes::ShapeRef.new(shape: DakCertificateMetadataList, location_name: "DakCertificateMetadata"))
1946
+ SidewalkGetDeviceProfile.struct_class = Types::SidewalkGetDeviceProfile
1947
+
1948
+ SidewalkGetStartImportInfo.add_member(:device_creation_file_list, Shapes::ShapeRef.new(shape: DeviceCreationFileList, location_name: "DeviceCreationFileList"))
1949
+ SidewalkGetStartImportInfo.add_member(:role, Shapes::ShapeRef.new(shape: Role, location_name: "Role"))
1950
+ SidewalkGetStartImportInfo.struct_class = Types::SidewalkGetStartImportInfo
1951
+
1807
1952
  SidewalkListDevice.add_member(:amazon_id, Shapes::ShapeRef.new(shape: AmazonId, location_name: "AmazonId"))
1808
1953
  SidewalkListDevice.add_member(:sidewalk_id, Shapes::ShapeRef.new(shape: SidewalkId, location_name: "SidewalkId"))
1809
1954
  SidewalkListDevice.add_member(:sidewalk_manufacturing_sn, Shapes::ShapeRef.new(shape: SidewalkManufacturingSn, location_name: "SidewalkManufacturingSn"))
1810
1955
  SidewalkListDevice.add_member(:device_certificates, Shapes::ShapeRef.new(shape: DeviceCertificateList, location_name: "DeviceCertificates"))
1956
+ SidewalkListDevice.add_member(:device_profile_id, Shapes::ShapeRef.new(shape: DeviceProfileId, location_name: "DeviceProfileId"))
1957
+ SidewalkListDevice.add_member(:status, Shapes::ShapeRef.new(shape: WirelessDeviceSidewalkStatus, location_name: "Status"))
1811
1958
  SidewalkListDevice.struct_class = Types::SidewalkListDevice
1812
1959
 
1813
1960
  SidewalkResourceTypeEventConfiguration.add_member(:wireless_device_event_topic, Shapes::ShapeRef.new(shape: EventNotificationTopicStatus, location_name: "WirelessDeviceEventTopic"))
@@ -1818,9 +1965,19 @@ module Aws::IoTWireless
1818
1965
  SidewalkSendDataToDevice.add_member(:ack_mode_retry_duration_secs, Shapes::ShapeRef.new(shape: AckModeRetryDurationSecs, location_name: "AckModeRetryDurationSecs"))
1819
1966
  SidewalkSendDataToDevice.struct_class = Types::SidewalkSendDataToDevice
1820
1967
 
1968
+ SidewalkSingleStartImportInfo.add_member(:sidewalk_manufacturing_sn, Shapes::ShapeRef.new(shape: SidewalkManufacturingSn, location_name: "SidewalkManufacturingSn"))
1969
+ SidewalkSingleStartImportInfo.struct_class = Types::SidewalkSingleStartImportInfo
1970
+
1971
+ SidewalkStartImportInfo.add_member(:device_creation_file, Shapes::ShapeRef.new(shape: DeviceCreationFile, location_name: "DeviceCreationFile"))
1972
+ SidewalkStartImportInfo.add_member(:role, Shapes::ShapeRef.new(shape: Role, location_name: "Role"))
1973
+ SidewalkStartImportInfo.struct_class = Types::SidewalkStartImportInfo
1974
+
1821
1975
  SidewalkUpdateAccount.add_member(:app_server_private_key, Shapes::ShapeRef.new(shape: AppServerPrivateKey, location_name: "AppServerPrivateKey"))
1822
1976
  SidewalkUpdateAccount.struct_class = Types::SidewalkUpdateAccount
1823
1977
 
1978
+ SidewalkUpdateImportInfo.add_member(:device_creation_file, Shapes::ShapeRef.new(shape: DeviceCreationFile, location_name: "DeviceCreationFile"))
1979
+ SidewalkUpdateImportInfo.struct_class = Types::SidewalkUpdateImportInfo
1980
+
1824
1981
  StartBulkAssociateWirelessDeviceWithMulticastGroupRequest.add_member(:id, Shapes::ShapeRef.new(shape: MulticastGroupId, required: true, location: "uri", location_name: "Id"))
1825
1982
  StartBulkAssociateWirelessDeviceWithMulticastGroupRequest.add_member(:query_string, Shapes::ShapeRef.new(shape: QueryString, location_name: "QueryString"))
1826
1983
  StartBulkAssociateWirelessDeviceWithMulticastGroupRequest.add_member(:tags, Shapes::ShapeRef.new(shape: TagList, location_name: "Tags"))
@@ -1847,6 +2004,27 @@ module Aws::IoTWireless
1847
2004
 
1848
2005
  StartMulticastGroupSessionResponse.struct_class = Types::StartMulticastGroupSessionResponse
1849
2006
 
2007
+ StartSingleWirelessDeviceImportTaskRequest.add_member(:destination_name, Shapes::ShapeRef.new(shape: DestinationName, required: true, location_name: "DestinationName"))
2008
+ StartSingleWirelessDeviceImportTaskRequest.add_member(:client_request_token, Shapes::ShapeRef.new(shape: ClientRequestToken, location_name: "ClientRequestToken", metadata: {"idempotencyToken"=>true}))
2009
+ StartSingleWirelessDeviceImportTaskRequest.add_member(:device_name, Shapes::ShapeRef.new(shape: DeviceName, location_name: "DeviceName"))
2010
+ StartSingleWirelessDeviceImportTaskRequest.add_member(:tags, Shapes::ShapeRef.new(shape: TagList, location_name: "Tags"))
2011
+ StartSingleWirelessDeviceImportTaskRequest.add_member(:sidewalk, Shapes::ShapeRef.new(shape: SidewalkSingleStartImportInfo, required: true, location_name: "Sidewalk"))
2012
+ StartSingleWirelessDeviceImportTaskRequest.struct_class = Types::StartSingleWirelessDeviceImportTaskRequest
2013
+
2014
+ StartSingleWirelessDeviceImportTaskResponse.add_member(:id, Shapes::ShapeRef.new(shape: ImportTaskId, location_name: "Id"))
2015
+ StartSingleWirelessDeviceImportTaskResponse.add_member(:arn, Shapes::ShapeRef.new(shape: ImportTaskArn, location_name: "Arn"))
2016
+ StartSingleWirelessDeviceImportTaskResponse.struct_class = Types::StartSingleWirelessDeviceImportTaskResponse
2017
+
2018
+ StartWirelessDeviceImportTaskRequest.add_member(:destination_name, Shapes::ShapeRef.new(shape: DestinationName, required: true, location_name: "DestinationName"))
2019
+ StartWirelessDeviceImportTaskRequest.add_member(:client_request_token, Shapes::ShapeRef.new(shape: ClientRequestToken, location_name: "ClientRequestToken", metadata: {"idempotencyToken"=>true}))
2020
+ StartWirelessDeviceImportTaskRequest.add_member(:tags, Shapes::ShapeRef.new(shape: TagList, location_name: "Tags"))
2021
+ StartWirelessDeviceImportTaskRequest.add_member(:sidewalk, Shapes::ShapeRef.new(shape: SidewalkStartImportInfo, required: true, location_name: "Sidewalk"))
2022
+ StartWirelessDeviceImportTaskRequest.struct_class = Types::StartWirelessDeviceImportTaskRequest
2023
+
2024
+ StartWirelessDeviceImportTaskResponse.add_member(:id, Shapes::ShapeRef.new(shape: ImportTaskId, location_name: "Id"))
2025
+ StartWirelessDeviceImportTaskResponse.add_member(:arn, Shapes::ShapeRef.new(shape: ImportTaskArn, location_name: "Arn"))
2026
+ StartWirelessDeviceImportTaskResponse.struct_class = Types::StartWirelessDeviceImportTaskResponse
2027
+
1850
2028
  SubBands.member = Shapes::ShapeRef.new(shape: SubBand)
1851
2029
 
1852
2030
  Tag.add_member(:key, Shapes::ShapeRef.new(shape: TagKey, required: true, location_name: "Key"))
@@ -2014,6 +2192,12 @@ module Aws::IoTWireless
2014
2192
 
2015
2193
  UpdateResourcePositionResponse.struct_class = Types::UpdateResourcePositionResponse
2016
2194
 
2195
+ UpdateWirelessDeviceImportTaskRequest.add_member(:id, Shapes::ShapeRef.new(shape: ImportTaskId, required: true, location: "uri", location_name: "Id"))
2196
+ UpdateWirelessDeviceImportTaskRequest.add_member(:sidewalk, Shapes::ShapeRef.new(shape: SidewalkUpdateImportInfo, required: true, location_name: "Sidewalk"))
2197
+ UpdateWirelessDeviceImportTaskRequest.struct_class = Types::UpdateWirelessDeviceImportTaskRequest
2198
+
2199
+ UpdateWirelessDeviceImportTaskResponse.struct_class = Types::UpdateWirelessDeviceImportTaskResponse
2200
+
2017
2201
  UpdateWirelessDeviceRequest.add_member(:id, Shapes::ShapeRef.new(shape: WirelessDeviceId, required: true, location: "uri", location_name: "Id"))
2018
2202
  UpdateWirelessDeviceRequest.add_member(:destination_name, Shapes::ShapeRef.new(shape: DestinationName, location_name: "DestinationName"))
2019
2203
  UpdateWirelessDeviceRequest.add_member(:name, Shapes::ShapeRef.new(shape: WirelessDeviceName, location_name: "Name"))
@@ -2083,6 +2267,21 @@ module Aws::IoTWireless
2083
2267
 
2084
2268
  WirelessDeviceEventLogOptionList.member = Shapes::ShapeRef.new(shape: WirelessDeviceEventLogOption)
2085
2269
 
2270
+ WirelessDeviceImportTask.add_member(:id, Shapes::ShapeRef.new(shape: ImportTaskId, location_name: "Id"))
2271
+ WirelessDeviceImportTask.add_member(:arn, Shapes::ShapeRef.new(shape: ImportTaskArn, location_name: "Arn"))
2272
+ WirelessDeviceImportTask.add_member(:destination_name, Shapes::ShapeRef.new(shape: DestinationName, location_name: "DestinationName"))
2273
+ WirelessDeviceImportTask.add_member(:sidewalk, Shapes::ShapeRef.new(shape: SidewalkGetStartImportInfo, location_name: "Sidewalk"))
2274
+ WirelessDeviceImportTask.add_member(:creation_time, Shapes::ShapeRef.new(shape: CreationTime, location_name: "CreationTime"))
2275
+ WirelessDeviceImportTask.add_member(:status, Shapes::ShapeRef.new(shape: ImportTaskStatus, location_name: "Status"))
2276
+ WirelessDeviceImportTask.add_member(:status_reason, Shapes::ShapeRef.new(shape: StatusReason, location_name: "StatusReason"))
2277
+ WirelessDeviceImportTask.add_member(:initialized_imported_device_count, Shapes::ShapeRef.new(shape: ImportedWirelessDeviceCount, location_name: "InitializedImportedDeviceCount"))
2278
+ WirelessDeviceImportTask.add_member(:pending_imported_device_count, Shapes::ShapeRef.new(shape: ImportedWirelessDeviceCount, location_name: "PendingImportedDeviceCount"))
2279
+ WirelessDeviceImportTask.add_member(:onboarded_imported_device_count, Shapes::ShapeRef.new(shape: ImportedWirelessDeviceCount, location_name: "OnboardedImportedDeviceCount"))
2280
+ WirelessDeviceImportTask.add_member(:failed_imported_device_count, Shapes::ShapeRef.new(shape: ImportedWirelessDeviceCount, location_name: "FailedImportedDeviceCount"))
2281
+ WirelessDeviceImportTask.struct_class = Types::WirelessDeviceImportTask
2282
+
2283
+ WirelessDeviceImportTaskList.member = Shapes::ShapeRef.new(shape: WirelessDeviceImportTask)
2284
+
2086
2285
  WirelessDeviceList.member = Shapes::ShapeRef.new(shape: WirelessDeviceId)
2087
2286
 
2088
2287
  WirelessDeviceLogOption.add_member(:type, Shapes::ShapeRef.new(shape: WirelessDeviceType, required: true, location_name: "Type"))
@@ -2513,6 +2712,20 @@ module Aws::IoTWireless
2513
2712
  o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
2514
2713
  end)
2515
2714
 
2715
+ api.add_operation(:delete_wireless_device_import_task, Seahorse::Model::Operation.new.tap do |o|
2716
+ o.name = "DeleteWirelessDeviceImportTask"
2717
+ o.http_method = "DELETE"
2718
+ o.http_request_uri = "/wireless_device_import_task/{Id}"
2719
+ o.input = Shapes::ShapeRef.new(shape: DeleteWirelessDeviceImportTaskRequest)
2720
+ o.output = Shapes::ShapeRef.new(shape: DeleteWirelessDeviceImportTaskResponse)
2721
+ o.errors << Shapes::ShapeRef.new(shape: ValidationException)
2722
+ o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
2723
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
2724
+ o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
2725
+ o.errors << Shapes::ShapeRef.new(shape: ConflictException)
2726
+ o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
2727
+ end)
2728
+
2516
2729
  api.add_operation(:delete_wireless_gateway, Seahorse::Model::Operation.new.tap do |o|
2517
2730
  o.name = "DeleteWirelessGateway"
2518
2731
  o.http_method = "DELETE"
@@ -2552,6 +2765,18 @@ module Aws::IoTWireless
2552
2765
  o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
2553
2766
  end)
2554
2767
 
2768
+ api.add_operation(:deregister_wireless_device, Seahorse::Model::Operation.new.tap do |o|
2769
+ o.name = "DeregisterWirelessDevice"
2770
+ o.http_method = "PATCH"
2771
+ o.http_request_uri = "/wireless-devices/{Identifier}/deregister"
2772
+ o.input = Shapes::ShapeRef.new(shape: DeregisterWirelessDeviceRequest)
2773
+ o.output = Shapes::ShapeRef.new(shape: DeregisterWirelessDeviceResponse)
2774
+ o.errors << Shapes::ShapeRef.new(shape: ValidationException)
2775
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
2776
+ o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
2777
+ o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
2778
+ end)
2779
+
2555
2780
  api.add_operation(:disassociate_aws_account_from_partner_account, Seahorse::Model::Operation.new.tap do |o|
2556
2781
  o.name = "DisassociateAwsAccountFromPartnerAccount"
2557
2782
  o.http_method = "DELETE"
@@ -2877,6 +3102,20 @@ module Aws::IoTWireless
2877
3102
  o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
2878
3103
  end)
2879
3104
 
3105
+ api.add_operation(:get_wireless_device_import_task, Seahorse::Model::Operation.new.tap do |o|
3106
+ o.name = "GetWirelessDeviceImportTask"
3107
+ o.http_method = "GET"
3108
+ o.http_request_uri = "/wireless_device_import_task/{Id}"
3109
+ o.input = Shapes::ShapeRef.new(shape: GetWirelessDeviceImportTaskRequest)
3110
+ o.output = Shapes::ShapeRef.new(shape: GetWirelessDeviceImportTaskResponse)
3111
+ o.errors << Shapes::ShapeRef.new(shape: ValidationException)
3112
+ o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
3113
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
3114
+ o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
3115
+ o.errors << Shapes::ShapeRef.new(shape: ConflictException)
3116
+ o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
3117
+ end)
3118
+
2880
3119
  api.add_operation(:get_wireless_device_statistics, Seahorse::Model::Operation.new.tap do |o|
2881
3120
  o.name = "GetWirelessDeviceStatistics"
2882
3121
  o.http_method = "GET"
@@ -3004,6 +3243,20 @@ module Aws::IoTWireless
3004
3243
  )
3005
3244
  end)
3006
3245
 
3246
+ api.add_operation(:list_devices_for_wireless_device_import_task, Seahorse::Model::Operation.new.tap do |o|
3247
+ o.name = "ListDevicesForWirelessDeviceImportTask"
3248
+ o.http_method = "GET"
3249
+ o.http_request_uri = "/wireless_device_import_task"
3250
+ o.input = Shapes::ShapeRef.new(shape: ListDevicesForWirelessDeviceImportTaskRequest)
3251
+ o.output = Shapes::ShapeRef.new(shape: ListDevicesForWirelessDeviceImportTaskResponse)
3252
+ o.errors << Shapes::ShapeRef.new(shape: ValidationException)
3253
+ o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
3254
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
3255
+ o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
3256
+ o.errors << Shapes::ShapeRef.new(shape: ConflictException)
3257
+ o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
3258
+ end)
3259
+
3007
3260
  api.add_operation(:list_event_configurations, Seahorse::Model::Operation.new.tap do |o|
3008
3261
  o.name = "ListEventConfigurations"
3009
3262
  o.http_method = "GET"
@@ -3170,6 +3423,20 @@ module Aws::IoTWireless
3170
3423
  o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
3171
3424
  end)
3172
3425
 
3426
+ api.add_operation(:list_wireless_device_import_tasks, Seahorse::Model::Operation.new.tap do |o|
3427
+ o.name = "ListWirelessDeviceImportTasks"
3428
+ o.http_method = "GET"
3429
+ o.http_request_uri = "/wireless_device_import_tasks"
3430
+ o.input = Shapes::ShapeRef.new(shape: ListWirelessDeviceImportTasksRequest)
3431
+ o.output = Shapes::ShapeRef.new(shape: ListWirelessDeviceImportTasksResponse)
3432
+ o.errors << Shapes::ShapeRef.new(shape: ValidationException)
3433
+ o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
3434
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
3435
+ o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
3436
+ o.errors << Shapes::ShapeRef.new(shape: ConflictException)
3437
+ o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
3438
+ end)
3439
+
3173
3440
  api.add_operation(:list_wireless_devices, Seahorse::Model::Operation.new.tap do |o|
3174
3441
  o.name = "ListWirelessDevices"
3175
3442
  o.http_method = "GET"
@@ -3351,6 +3618,34 @@ module Aws::IoTWireless
3351
3618
  o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
3352
3619
  end)
3353
3620
 
3621
+ api.add_operation(:start_single_wireless_device_import_task, Seahorse::Model::Operation.new.tap do |o|
3622
+ o.name = "StartSingleWirelessDeviceImportTask"
3623
+ o.http_method = "POST"
3624
+ o.http_request_uri = "/wireless_single_device_import_task"
3625
+ o.input = Shapes::ShapeRef.new(shape: StartSingleWirelessDeviceImportTaskRequest)
3626
+ o.output = Shapes::ShapeRef.new(shape: StartSingleWirelessDeviceImportTaskResponse)
3627
+ o.errors << Shapes::ShapeRef.new(shape: ValidationException)
3628
+ o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
3629
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
3630
+ o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
3631
+ o.errors << Shapes::ShapeRef.new(shape: ConflictException)
3632
+ o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
3633
+ end)
3634
+
3635
+ api.add_operation(:start_wireless_device_import_task, Seahorse::Model::Operation.new.tap do |o|
3636
+ o.name = "StartWirelessDeviceImportTask"
3637
+ o.http_method = "POST"
3638
+ o.http_request_uri = "/wireless_device_import_task"
3639
+ o.input = Shapes::ShapeRef.new(shape: StartWirelessDeviceImportTaskRequest)
3640
+ o.output = Shapes::ShapeRef.new(shape: StartWirelessDeviceImportTaskResponse)
3641
+ o.errors << Shapes::ShapeRef.new(shape: ValidationException)
3642
+ o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
3643
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
3644
+ o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
3645
+ o.errors << Shapes::ShapeRef.new(shape: ConflictException)
3646
+ o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
3647
+ end)
3648
+
3354
3649
  api.add_operation(:tag_resource, Seahorse::Model::Operation.new.tap do |o|
3355
3650
  o.name = "TagResource"
3356
3651
  o.http_method = "POST"
@@ -3536,6 +3831,20 @@ module Aws::IoTWireless
3536
3831
  o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
3537
3832
  end)
3538
3833
 
3834
+ api.add_operation(:update_wireless_device_import_task, Seahorse::Model::Operation.new.tap do |o|
3835
+ o.name = "UpdateWirelessDeviceImportTask"
3836
+ o.http_method = "PATCH"
3837
+ o.http_request_uri = "/wireless_device_import_task/{Id}"
3838
+ o.input = Shapes::ShapeRef.new(shape: UpdateWirelessDeviceImportTaskRequest)
3839
+ o.output = Shapes::ShapeRef.new(shape: UpdateWirelessDeviceImportTaskResponse)
3840
+ o.errors << Shapes::ShapeRef.new(shape: ValidationException)
3841
+ o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
3842
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
3843
+ o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
3844
+ o.errors << Shapes::ShapeRef.new(shape: ConflictException)
3845
+ o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
3846
+ end)
3847
+
3539
3848
  api.add_operation(:update_wireless_gateway, Seahorse::Model::Operation.new.tap do |o|
3540
3849
  o.name = "UpdateWirelessGateway"
3541
3850
  o.http_method = "PATCH"