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.
@@ -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')
@@ -202,6 +218,7 @@ module Aws::IoTWireless
202
218
  GatewayEui = Shapes::StringShape.new(name: 'GatewayEui')
203
219
  GatewayList = Shapes::ListShape.new(name: 'GatewayList')
204
220
  GatewayListItem = Shapes::StructureShape.new(name: 'GatewayListItem')
221
+ GatewayMaxEirp = Shapes::FloatShape.new(name: 'GatewayMaxEirp')
205
222
  GenAppKey = Shapes::StringShape.new(name: 'GenAppKey')
206
223
  GeoJsonPayload = Shapes::BlobShape.new(name: 'GeoJsonPayload')
207
224
  GeranCid = Shapes::IntegerShape.new(name: 'GeranCid')
@@ -239,6 +256,8 @@ module Aws::IoTWireless
239
256
  GetServiceEndpointResponse = Shapes::StructureShape.new(name: 'GetServiceEndpointResponse')
240
257
  GetServiceProfileRequest = Shapes::StructureShape.new(name: 'GetServiceProfileRequest')
241
258
  GetServiceProfileResponse = Shapes::StructureShape.new(name: 'GetServiceProfileResponse')
259
+ GetWirelessDeviceImportTaskRequest = Shapes::StructureShape.new(name: 'GetWirelessDeviceImportTaskRequest')
260
+ GetWirelessDeviceImportTaskResponse = Shapes::StructureShape.new(name: 'GetWirelessDeviceImportTaskResponse')
242
261
  GetWirelessDeviceRequest = Shapes::StructureShape.new(name: 'GetWirelessDeviceRequest')
243
262
  GetWirelessDeviceResponse = Shapes::StructureShape.new(name: 'GetWirelessDeviceResponse')
244
263
  GetWirelessDeviceStatisticsRequest = Shapes::StructureShape.new(name: 'GetWirelessDeviceStatisticsRequest')
@@ -270,6 +289,13 @@ module Aws::IoTWireless
270
289
  ISODateTimeString = Shapes::StringShape.new(name: 'ISODateTimeString')
271
290
  Identifier = Shapes::StringShape.new(name: 'Identifier')
272
291
  IdentifierType = Shapes::StringShape.new(name: 'IdentifierType')
292
+ ImportTaskArn = Shapes::StringShape.new(name: 'ImportTaskArn')
293
+ ImportTaskId = Shapes::StringShape.new(name: 'ImportTaskId')
294
+ ImportTaskStatus = Shapes::StringShape.new(name: 'ImportTaskStatus')
295
+ ImportedSidewalkDevice = Shapes::StructureShape.new(name: 'ImportedSidewalkDevice')
296
+ ImportedWirelessDevice = Shapes::StructureShape.new(name: 'ImportedWirelessDevice')
297
+ ImportedWirelessDeviceCount = Shapes::IntegerShape.new(name: 'ImportedWirelessDeviceCount')
298
+ ImportedWirelessDeviceList = Shapes::ListShape.new(name: 'ImportedWirelessDeviceList')
273
299
  Integer = Shapes::IntegerShape.new(name: 'Integer')
274
300
  InternalServerException = Shapes::StructureShape.new(name: 'InternalServerException')
275
301
  IotCertificateId = Shapes::StringShape.new(name: 'IotCertificateId')
@@ -280,10 +306,13 @@ module Aws::IoTWireless
280
306
  JoinEventConfiguration = Shapes::StructureShape.new(name: 'JoinEventConfiguration')
281
307
  JoinResourceTypeEventConfiguration = Shapes::StructureShape.new(name: 'JoinResourceTypeEventConfiguration')
282
308
  LAC = Shapes::IntegerShape.new(name: 'LAC')
309
+ LastUpdateTime = Shapes::TimestampShape.new(name: 'LastUpdateTime', timestampFormat: "iso8601")
283
310
  ListDestinationsRequest = Shapes::StructureShape.new(name: 'ListDestinationsRequest')
284
311
  ListDestinationsResponse = Shapes::StructureShape.new(name: 'ListDestinationsResponse')
285
312
  ListDeviceProfilesRequest = Shapes::StructureShape.new(name: 'ListDeviceProfilesRequest')
286
313
  ListDeviceProfilesResponse = Shapes::StructureShape.new(name: 'ListDeviceProfilesResponse')
314
+ ListDevicesForWirelessDeviceImportTaskRequest = Shapes::StructureShape.new(name: 'ListDevicesForWirelessDeviceImportTaskRequest')
315
+ ListDevicesForWirelessDeviceImportTaskResponse = Shapes::StructureShape.new(name: 'ListDevicesForWirelessDeviceImportTaskResponse')
287
316
  ListEventConfigurationsRequest = Shapes::StructureShape.new(name: 'ListEventConfigurationsRequest')
288
317
  ListEventConfigurationsResponse = Shapes::StructureShape.new(name: 'ListEventConfigurationsResponse')
289
318
  ListFuotaTasksRequest = Shapes::StructureShape.new(name: 'ListFuotaTasksRequest')
@@ -304,6 +333,8 @@ module Aws::IoTWireless
304
333
  ListServiceProfilesResponse = Shapes::StructureShape.new(name: 'ListServiceProfilesResponse')
305
334
  ListTagsForResourceRequest = Shapes::StructureShape.new(name: 'ListTagsForResourceRequest')
306
335
  ListTagsForResourceResponse = Shapes::StructureShape.new(name: 'ListTagsForResourceResponse')
336
+ ListWirelessDeviceImportTasksRequest = Shapes::StructureShape.new(name: 'ListWirelessDeviceImportTasksRequest')
337
+ ListWirelessDeviceImportTasksResponse = Shapes::StructureShape.new(name: 'ListWirelessDeviceImportTasksResponse')
307
338
  ListWirelessDevicesRequest = Shapes::StructureShape.new(name: 'ListWirelessDevicesRequest')
308
339
  ListWirelessDevicesResponse = Shapes::StructureShape.new(name: 'ListWirelessDevicesResponse')
309
340
  ListWirelessGatewayTaskDefinitionsRequest = Shapes::StructureShape.new(name: 'ListWirelessGatewayTaskDefinitionsRequest')
@@ -347,6 +378,7 @@ module Aws::IoTWireless
347
378
  MNC = Shapes::IntegerShape.new(name: 'MNC')
348
379
  MacAddress = Shapes::StringShape.new(name: 'MacAddress')
349
380
  MacVersion = Shapes::StringShape.new(name: 'MacVersion')
381
+ MaxAllowedSignature = Shapes::IntegerShape.new(name: 'MaxAllowedSignature')
350
382
  MaxDutyCycle = Shapes::IntegerShape.new(name: 'MaxDutyCycle')
351
383
  MaxEirp = Shapes::IntegerShape.new(name: 'MaxEirp')
352
384
  MaxResults = Shapes::IntegerShape.new(name: 'MaxResults')
@@ -384,6 +416,8 @@ module Aws::IoTWireless
384
416
  NwkKey = Shapes::StringShape.new(name: 'NwkKey')
385
417
  NwkSEncKey = Shapes::StringShape.new(name: 'NwkSEncKey')
386
418
  NwkSKey = Shapes::StringShape.new(name: 'NwkSKey')
419
+ OnboardStatus = Shapes::StringShape.new(name: 'OnboardStatus')
420
+ OnboardStatusReason = Shapes::StringShape.new(name: 'OnboardStatusReason')
387
421
  OtaaV1_0_x = Shapes::StructureShape.new(name: 'OtaaV1_0_x')
388
422
  OtaaV1_1 = Shapes::StructureShape.new(name: 'OtaaV1_1')
389
423
  PCI = Shapes::IntegerShape.new(name: 'PCI')
@@ -417,12 +451,14 @@ module Aws::IoTWireless
417
451
  PositioningConfigStatus = Shapes::StringShape.new(name: 'PositioningConfigStatus')
418
452
  PrAllowed = Shapes::BooleanShape.new(name: 'PrAllowed')
419
453
  PresetFreq = Shapes::IntegerShape.new(name: 'PresetFreq')
454
+ PrivateKeysList = Shapes::ListShape.new(name: 'PrivateKeysList')
420
455
  ProximityEventConfiguration = Shapes::StructureShape.new(name: 'ProximityEventConfiguration')
421
456
  ProximityResourceTypeEventConfiguration = Shapes::StructureShape.new(name: 'ProximityResourceTypeEventConfiguration')
422
457
  PutPositionConfigurationRequest = Shapes::StructureShape.new(name: 'PutPositionConfigurationRequest')
423
458
  PutPositionConfigurationResponse = Shapes::StructureShape.new(name: 'PutPositionConfigurationResponse')
424
459
  PutResourceLogLevelRequest = Shapes::StructureShape.new(name: 'PutResourceLogLevelRequest')
425
460
  PutResourceLogLevelResponse = Shapes::StructureShape.new(name: 'PutResourceLogLevelResponse')
461
+ QualificationStatus = Shapes::BooleanShape.new(name: 'QualificationStatus')
426
462
  QueryString = Shapes::StringShape.new(name: 'QueryString')
427
463
  RSCP = Shapes::IntegerShape.new(name: 'RSCP')
428
464
  RSRP = Shapes::IntegerShape.new(name: 'RSRP')
@@ -444,6 +480,7 @@ module Aws::IoTWireless
444
480
  ResourceType = Shapes::StringShape.new(name: 'ResourceType')
445
481
  Result = Shapes::StringShape.new(name: 'Result')
446
482
  RfRegion = Shapes::StringShape.new(name: 'RfRegion')
483
+ Role = Shapes::StringShape.new(name: 'Role')
447
484
  RoleArn = Shapes::StringShape.new(name: 'RoleArn')
448
485
  RxDataRate2 = Shapes::IntegerShape.new(name: 'RxDataRate2')
449
486
  RxDelay1 = Shapes::IntegerShape.new(name: 'RxDelay1')
@@ -470,15 +507,22 @@ module Aws::IoTWireless
470
507
  SidewalkAccountInfo = Shapes::StructureShape.new(name: 'SidewalkAccountInfo')
471
508
  SidewalkAccountInfoWithFingerprint = Shapes::StructureShape.new(name: 'SidewalkAccountInfoWithFingerprint')
472
509
  SidewalkAccountList = Shapes::ListShape.new(name: 'SidewalkAccountList')
510
+ SidewalkCreateDeviceProfile = Shapes::StructureShape.new(name: 'SidewalkCreateDeviceProfile')
511
+ SidewalkCreateWirelessDevice = Shapes::StructureShape.new(name: 'SidewalkCreateWirelessDevice')
473
512
  SidewalkDevice = Shapes::StructureShape.new(name: 'SidewalkDevice')
474
513
  SidewalkDeviceMetadata = Shapes::StructureShape.new(name: 'SidewalkDeviceMetadata')
475
514
  SidewalkEventNotificationConfigurations = Shapes::StructureShape.new(name: 'SidewalkEventNotificationConfigurations')
515
+ SidewalkGetDeviceProfile = Shapes::StructureShape.new(name: 'SidewalkGetDeviceProfile')
516
+ SidewalkGetStartImportInfo = Shapes::StructureShape.new(name: 'SidewalkGetStartImportInfo')
476
517
  SidewalkId = Shapes::StringShape.new(name: 'SidewalkId')
477
518
  SidewalkListDevice = Shapes::StructureShape.new(name: 'SidewalkListDevice')
478
519
  SidewalkManufacturingSn = Shapes::StringShape.new(name: 'SidewalkManufacturingSn')
479
520
  SidewalkResourceTypeEventConfiguration = Shapes::StructureShape.new(name: 'SidewalkResourceTypeEventConfiguration')
480
521
  SidewalkSendDataToDevice = Shapes::StructureShape.new(name: 'SidewalkSendDataToDevice')
522
+ SidewalkSingleStartImportInfo = Shapes::StructureShape.new(name: 'SidewalkSingleStartImportInfo')
523
+ SidewalkStartImportInfo = Shapes::StructureShape.new(name: 'SidewalkStartImportInfo')
481
524
  SidewalkUpdateAccount = Shapes::StructureShape.new(name: 'SidewalkUpdateAccount')
525
+ SidewalkUpdateImportInfo = Shapes::StructureShape.new(name: 'SidewalkUpdateImportInfo')
482
526
  SigningAlg = Shapes::StringShape.new(name: 'SigningAlg')
483
527
  StartBulkAssociateWirelessDeviceWithMulticastGroupRequest = Shapes::StructureShape.new(name: 'StartBulkAssociateWirelessDeviceWithMulticastGroupRequest')
484
528
  StartBulkAssociateWirelessDeviceWithMulticastGroupResponse = Shapes::StructureShape.new(name: 'StartBulkAssociateWirelessDeviceWithMulticastGroupResponse')
@@ -488,8 +532,13 @@ module Aws::IoTWireless
488
532
  StartFuotaTaskResponse = Shapes::StructureShape.new(name: 'StartFuotaTaskResponse')
489
533
  StartMulticastGroupSessionRequest = Shapes::StructureShape.new(name: 'StartMulticastGroupSessionRequest')
490
534
  StartMulticastGroupSessionResponse = Shapes::StructureShape.new(name: 'StartMulticastGroupSessionResponse')
535
+ StartSingleWirelessDeviceImportTaskRequest = Shapes::StructureShape.new(name: 'StartSingleWirelessDeviceImportTaskRequest')
536
+ StartSingleWirelessDeviceImportTaskResponse = Shapes::StructureShape.new(name: 'StartSingleWirelessDeviceImportTaskResponse')
491
537
  StartTime = Shapes::TimestampShape.new(name: 'StartTime', timestampFormat: "iso8601")
538
+ StartWirelessDeviceImportTaskRequest = Shapes::StructureShape.new(name: 'StartWirelessDeviceImportTaskRequest')
539
+ StartWirelessDeviceImportTaskResponse = Shapes::StructureShape.new(name: 'StartWirelessDeviceImportTaskResponse')
492
540
  Station = Shapes::StringShape.new(name: 'Station')
541
+ StatusReason = Shapes::StringShape.new(name: 'StatusReason')
493
542
  SubBand = Shapes::IntegerShape.new(name: 'SubBand')
494
543
  SubBands = Shapes::ListShape.new(name: 'SubBands')
495
544
  SupportedRfRegion = Shapes::StringShape.new(name: 'SupportedRfRegion')
@@ -554,6 +603,8 @@ module Aws::IoTWireless
554
603
  UpdateResourcePositionRequest = Shapes::StructureShape.new(name: 'UpdateResourcePositionRequest')
555
604
  UpdateResourcePositionResponse = Shapes::StructureShape.new(name: 'UpdateResourcePositionResponse')
556
605
  UpdateSignature = Shapes::StringShape.new(name: 'UpdateSignature')
606
+ UpdateWirelessDeviceImportTaskRequest = Shapes::StructureShape.new(name: 'UpdateWirelessDeviceImportTaskRequest')
607
+ UpdateWirelessDeviceImportTaskResponse = Shapes::StructureShape.new(name: 'UpdateWirelessDeviceImportTaskResponse')
557
608
  UpdateWirelessDeviceRequest = Shapes::StructureShape.new(name: 'UpdateWirelessDeviceRequest')
558
609
  UpdateWirelessDeviceResponse = Shapes::StructureShape.new(name: 'UpdateWirelessDeviceResponse')
559
610
  UpdateWirelessGatewayRequest = Shapes::StructureShape.new(name: 'UpdateWirelessGatewayRequest')
@@ -578,10 +629,13 @@ module Aws::IoTWireless
578
629
  WirelessDeviceFrameInfo = Shapes::StringShape.new(name: 'WirelessDeviceFrameInfo')
579
630
  WirelessDeviceId = Shapes::StringShape.new(name: 'WirelessDeviceId')
580
631
  WirelessDeviceIdType = Shapes::StringShape.new(name: 'WirelessDeviceIdType')
632
+ WirelessDeviceImportTask = Shapes::StructureShape.new(name: 'WirelessDeviceImportTask')
633
+ WirelessDeviceImportTaskList = Shapes::ListShape.new(name: 'WirelessDeviceImportTaskList')
581
634
  WirelessDeviceList = Shapes::ListShape.new(name: 'WirelessDeviceList')
582
635
  WirelessDeviceLogOption = Shapes::StructureShape.new(name: 'WirelessDeviceLogOption')
583
636
  WirelessDeviceLogOptionList = Shapes::ListShape.new(name: 'WirelessDeviceLogOptionList')
584
637
  WirelessDeviceName = Shapes::StringShape.new(name: 'WirelessDeviceName')
638
+ WirelessDeviceSidewalkStatus = Shapes::StringShape.new(name: 'WirelessDeviceSidewalkStatus')
585
639
  WirelessDeviceStatistics = Shapes::StructureShape.new(name: 'WirelessDeviceStatistics')
586
640
  WirelessDeviceStatisticsList = Shapes::ListShape.new(name: 'WirelessDeviceStatisticsList')
587
641
  WirelessDeviceType = Shapes::StringShape.new(name: 'WirelessDeviceType')
@@ -755,6 +809,7 @@ module Aws::IoTWireless
755
809
  CreateDeviceProfileRequest.add_member(:lo_ra_wan, Shapes::ShapeRef.new(shape: LoRaWANDeviceProfile, location_name: "LoRaWAN"))
756
810
  CreateDeviceProfileRequest.add_member(:tags, Shapes::ShapeRef.new(shape: TagList, location_name: "Tags"))
757
811
  CreateDeviceProfileRequest.add_member(:client_request_token, Shapes::ShapeRef.new(shape: ClientRequestToken, location_name: "ClientRequestToken", metadata: {"idempotencyToken"=>true}))
812
+ CreateDeviceProfileRequest.add_member(:sidewalk, Shapes::ShapeRef.new(shape: SidewalkCreateDeviceProfile, location_name: "Sidewalk"))
758
813
  CreateDeviceProfileRequest.struct_class = Types::CreateDeviceProfileRequest
759
814
 
760
815
  CreateDeviceProfileResponse.add_member(:arn, Shapes::ShapeRef.new(shape: DeviceProfileArn, location_name: "Arn"))
@@ -819,6 +874,7 @@ module Aws::IoTWireless
819
874
  CreateWirelessDeviceRequest.add_member(:lo_ra_wan, Shapes::ShapeRef.new(shape: LoRaWANDevice, location_name: "LoRaWAN"))
820
875
  CreateWirelessDeviceRequest.add_member(:tags, Shapes::ShapeRef.new(shape: TagList, location_name: "Tags"))
821
876
  CreateWirelessDeviceRequest.add_member(:positioning, Shapes::ShapeRef.new(shape: PositioningConfigStatus, location_name: "Positioning"))
877
+ CreateWirelessDeviceRequest.add_member(:sidewalk, Shapes::ShapeRef.new(shape: SidewalkCreateWirelessDevice, location_name: "Sidewalk"))
822
878
  CreateWirelessDeviceRequest.struct_class = Types::CreateWirelessDeviceRequest
823
879
 
824
880
  CreateWirelessDeviceResponse.add_member(:arn, Shapes::ShapeRef.new(shape: WirelessDeviceArn, location_name: "Arn"))
@@ -855,6 +911,15 @@ module Aws::IoTWireless
855
911
  CreateWirelessGatewayTaskResponse.add_member(:status, Shapes::ShapeRef.new(shape: WirelessGatewayTaskStatus, location_name: "Status"))
856
912
  CreateWirelessGatewayTaskResponse.struct_class = Types::CreateWirelessGatewayTaskResponse
857
913
 
914
+ DakCertificateMetadata.add_member(:certificate_id, Shapes::ShapeRef.new(shape: DakCertificateId, required: true, location_name: "CertificateId"))
915
+ DakCertificateMetadata.add_member(:max_allowed_signature, Shapes::ShapeRef.new(shape: MaxAllowedSignature, location_name: "MaxAllowedSignature"))
916
+ DakCertificateMetadata.add_member(:factory_support, Shapes::ShapeRef.new(shape: FactorySupport, location_name: "FactorySupport"))
917
+ DakCertificateMetadata.add_member(:ap_id, Shapes::ShapeRef.new(shape: ApId, location_name: "ApId"))
918
+ DakCertificateMetadata.add_member(:device_type_id, Shapes::ShapeRef.new(shape: DeviceTypeId, location_name: "DeviceTypeId"))
919
+ DakCertificateMetadata.struct_class = Types::DakCertificateMetadata
920
+
921
+ DakCertificateMetadataList.member = Shapes::ShapeRef.new(shape: DakCertificateMetadata)
922
+
858
923
  DeleteDestinationRequest.add_member(:name, Shapes::ShapeRef.new(shape: DestinationName, required: true, location: "uri", location_name: "Name"))
859
924
  DeleteDestinationRequest.struct_class = Types::DeleteDestinationRequest
860
925
 
@@ -892,6 +957,11 @@ module Aws::IoTWireless
892
957
 
893
958
  DeleteServiceProfileResponse.struct_class = Types::DeleteServiceProfileResponse
894
959
 
960
+ DeleteWirelessDeviceImportTaskRequest.add_member(:id, Shapes::ShapeRef.new(shape: ImportTaskId, required: true, location: "uri", location_name: "Id"))
961
+ DeleteWirelessDeviceImportTaskRequest.struct_class = Types::DeleteWirelessDeviceImportTaskRequest
962
+
963
+ DeleteWirelessDeviceImportTaskResponse.struct_class = Types::DeleteWirelessDeviceImportTaskResponse
964
+
895
965
  DeleteWirelessDeviceRequest.add_member(:id, Shapes::ShapeRef.new(shape: WirelessDeviceId, required: true, location: "uri", location_name: "Id"))
896
966
  DeleteWirelessDeviceRequest.struct_class = Types::DeleteWirelessDeviceRequest
897
967
 
@@ -912,6 +982,12 @@ module Aws::IoTWireless
912
982
 
913
983
  DeleteWirelessGatewayTaskResponse.struct_class = Types::DeleteWirelessGatewayTaskResponse
914
984
 
985
+ DeregisterWirelessDeviceRequest.add_member(:identifier, Shapes::ShapeRef.new(shape: Identifier, required: true, location: "uri", location_name: "Identifier"))
986
+ DeregisterWirelessDeviceRequest.add_member(:wireless_device_type, Shapes::ShapeRef.new(shape: WirelessDeviceType, location: "querystring", location_name: "WirelessDeviceType"))
987
+ DeregisterWirelessDeviceRequest.struct_class = Types::DeregisterWirelessDeviceRequest
988
+
989
+ DeregisterWirelessDeviceResponse.struct_class = Types::DeregisterWirelessDeviceResponse
990
+
915
991
  DestinationList.member = Shapes::ShapeRef.new(shape: Destinations)
916
992
 
917
993
  Destinations.add_member(:arn, Shapes::ShapeRef.new(shape: DestinationArn, location_name: "Arn"))
@@ -924,6 +1000,8 @@ module Aws::IoTWireless
924
1000
 
925
1001
  DeviceCertificateList.member = Shapes::ShapeRef.new(shape: CertificateList)
926
1002
 
1003
+ DeviceCreationFileList.member = Shapes::ShapeRef.new(shape: DeviceCreationFile)
1004
+
927
1005
  DeviceProfile.add_member(:arn, Shapes::ShapeRef.new(shape: DeviceProfileArn, location_name: "Arn"))
928
1006
  DeviceProfile.add_member(:name, Shapes::ShapeRef.new(shape: DeviceProfileName, location_name: "Name"))
929
1007
  DeviceProfile.add_member(:id, Shapes::ShapeRef.new(shape: DeviceProfileId, location_name: "Id"))
@@ -1040,6 +1118,7 @@ module Aws::IoTWireless
1040
1118
  GetDeviceProfileResponse.add_member(:name, Shapes::ShapeRef.new(shape: DeviceProfileName, location_name: "Name"))
1041
1119
  GetDeviceProfileResponse.add_member(:id, Shapes::ShapeRef.new(shape: DeviceProfileId, location_name: "Id"))
1042
1120
  GetDeviceProfileResponse.add_member(:lo_ra_wan, Shapes::ShapeRef.new(shape: LoRaWANDeviceProfile, location_name: "LoRaWAN"))
1121
+ GetDeviceProfileResponse.add_member(:sidewalk, Shapes::ShapeRef.new(shape: SidewalkGetDeviceProfile, location_name: "Sidewalk"))
1043
1122
  GetDeviceProfileResponse.struct_class = Types::GetDeviceProfileResponse
1044
1123
 
1045
1124
  GetEventConfigurationByResourceTypesRequest.struct_class = Types::GetEventConfigurationByResourceTypesRequest
@@ -1189,6 +1268,22 @@ module Aws::IoTWireless
1189
1268
  GetServiceProfileResponse.add_member(:lo_ra_wan, Shapes::ShapeRef.new(shape: LoRaWANGetServiceProfileInfo, location_name: "LoRaWAN"))
1190
1269
  GetServiceProfileResponse.struct_class = Types::GetServiceProfileResponse
1191
1270
 
1271
+ GetWirelessDeviceImportTaskRequest.add_member(:id, Shapes::ShapeRef.new(shape: ImportTaskId, required: true, location: "uri", location_name: "Id"))
1272
+ GetWirelessDeviceImportTaskRequest.struct_class = Types::GetWirelessDeviceImportTaskRequest
1273
+
1274
+ GetWirelessDeviceImportTaskResponse.add_member(:id, Shapes::ShapeRef.new(shape: ImportTaskId, location_name: "Id"))
1275
+ GetWirelessDeviceImportTaskResponse.add_member(:arn, Shapes::ShapeRef.new(shape: ImportTaskArn, location_name: "Arn"))
1276
+ GetWirelessDeviceImportTaskResponse.add_member(:destination_name, Shapes::ShapeRef.new(shape: DestinationName, location_name: "DestinationName"))
1277
+ GetWirelessDeviceImportTaskResponse.add_member(:sidewalk, Shapes::ShapeRef.new(shape: SidewalkGetStartImportInfo, location_name: "Sidewalk"))
1278
+ GetWirelessDeviceImportTaskResponse.add_member(:creation_time, Shapes::ShapeRef.new(shape: CreationTime, location_name: "CreationTime"))
1279
+ GetWirelessDeviceImportTaskResponse.add_member(:status, Shapes::ShapeRef.new(shape: ImportTaskStatus, location_name: "Status"))
1280
+ GetWirelessDeviceImportTaskResponse.add_member(:status_reason, Shapes::ShapeRef.new(shape: StatusReason, location_name: "StatusReason"))
1281
+ GetWirelessDeviceImportTaskResponse.add_member(:initialized_imported_device_count, Shapes::ShapeRef.new(shape: ImportedWirelessDeviceCount, location_name: "InitializedImportedDeviceCount"))
1282
+ GetWirelessDeviceImportTaskResponse.add_member(:pending_imported_device_count, Shapes::ShapeRef.new(shape: ImportedWirelessDeviceCount, location_name: "PendingImportedDeviceCount"))
1283
+ GetWirelessDeviceImportTaskResponse.add_member(:onboarded_imported_device_count, Shapes::ShapeRef.new(shape: ImportedWirelessDeviceCount, location_name: "OnboardedImportedDeviceCount"))
1284
+ GetWirelessDeviceImportTaskResponse.add_member(:failed_imported_device_count, Shapes::ShapeRef.new(shape: ImportedWirelessDeviceCount, location_name: "FailedImportedDeviceCount"))
1285
+ GetWirelessDeviceImportTaskResponse.struct_class = Types::GetWirelessDeviceImportTaskResponse
1286
+
1192
1287
  GetWirelessDeviceRequest.add_member(:identifier, Shapes::ShapeRef.new(shape: Identifier, required: true, location: "uri", location_name: "Identifier"))
1193
1288
  GetWirelessDeviceRequest.add_member(:identifier_type, Shapes::ShapeRef.new(shape: WirelessDeviceIdType, required: true, location: "querystring", location_name: "identifierType"))
1194
1289
  GetWirelessDeviceRequest.struct_class = Types::GetWirelessDeviceRequest
@@ -1304,6 +1399,17 @@ module Aws::IoTWireless
1304
1399
  GsmObj.add_member(:gsm_nmr, Shapes::ShapeRef.new(shape: GsmNmrList, location_name: "GsmNmr"))
1305
1400
  GsmObj.struct_class = Types::GsmObj
1306
1401
 
1402
+ ImportedSidewalkDevice.add_member(:sidewalk_manufacturing_sn, Shapes::ShapeRef.new(shape: SidewalkManufacturingSn, location_name: "SidewalkManufacturingSn"))
1403
+ ImportedSidewalkDevice.add_member(:onboarding_status, Shapes::ShapeRef.new(shape: OnboardStatus, location_name: "OnboardingStatus"))
1404
+ ImportedSidewalkDevice.add_member(:onboarding_status_reason, Shapes::ShapeRef.new(shape: OnboardStatusReason, location_name: "OnboardingStatusReason"))
1405
+ ImportedSidewalkDevice.add_member(:last_update_time, Shapes::ShapeRef.new(shape: LastUpdateTime, location_name: "LastUpdateTime"))
1406
+ ImportedSidewalkDevice.struct_class = Types::ImportedSidewalkDevice
1407
+
1408
+ ImportedWirelessDevice.add_member(:sidewalk, Shapes::ShapeRef.new(shape: ImportedSidewalkDevice, location_name: "Sidewalk"))
1409
+ ImportedWirelessDevice.struct_class = Types::ImportedWirelessDevice
1410
+
1411
+ ImportedWirelessDeviceList.member = Shapes::ShapeRef.new(shape: ImportedWirelessDevice)
1412
+
1307
1413
  InternalServerException.add_member(:message, Shapes::ShapeRef.new(shape: Message, location_name: "Message"))
1308
1414
  InternalServerException.struct_class = Types::InternalServerException
1309
1415
 
@@ -1331,12 +1437,24 @@ module Aws::IoTWireless
1331
1437
 
1332
1438
  ListDeviceProfilesRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location: "querystring", location_name: "nextToken"))
1333
1439
  ListDeviceProfilesRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: MaxResults, location: "querystring", location_name: "maxResults"))
1440
+ ListDeviceProfilesRequest.add_member(:device_profile_type, Shapes::ShapeRef.new(shape: DeviceProfileType, location: "querystring", location_name: "deviceProfileType"))
1334
1441
  ListDeviceProfilesRequest.struct_class = Types::ListDeviceProfilesRequest
1335
1442
 
1336
1443
  ListDeviceProfilesResponse.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location_name: "NextToken"))
1337
1444
  ListDeviceProfilesResponse.add_member(:device_profile_list, Shapes::ShapeRef.new(shape: DeviceProfileList, location_name: "DeviceProfileList"))
1338
1445
  ListDeviceProfilesResponse.struct_class = Types::ListDeviceProfilesResponse
1339
1446
 
1447
+ ListDevicesForWirelessDeviceImportTaskRequest.add_member(:id, Shapes::ShapeRef.new(shape: ImportTaskId, required: true, location: "querystring", location_name: "id"))
1448
+ ListDevicesForWirelessDeviceImportTaskRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: MaxResults, location: "querystring", location_name: "maxResults"))
1449
+ ListDevicesForWirelessDeviceImportTaskRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location: "querystring", location_name: "nextToken"))
1450
+ ListDevicesForWirelessDeviceImportTaskRequest.add_member(:status, Shapes::ShapeRef.new(shape: OnboardStatus, location: "querystring", location_name: "status"))
1451
+ ListDevicesForWirelessDeviceImportTaskRequest.struct_class = Types::ListDevicesForWirelessDeviceImportTaskRequest
1452
+
1453
+ ListDevicesForWirelessDeviceImportTaskResponse.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location_name: "NextToken"))
1454
+ ListDevicesForWirelessDeviceImportTaskResponse.add_member(:destination_name, Shapes::ShapeRef.new(shape: DestinationName, location_name: "DestinationName"))
1455
+ ListDevicesForWirelessDeviceImportTaskResponse.add_member(:imported_wireless_device_list, Shapes::ShapeRef.new(shape: ImportedWirelessDeviceList, location_name: "ImportedWirelessDeviceList"))
1456
+ ListDevicesForWirelessDeviceImportTaskResponse.struct_class = Types::ListDevicesForWirelessDeviceImportTaskResponse
1457
+
1340
1458
  ListEventConfigurationsRequest.add_member(:resource_type, Shapes::ShapeRef.new(shape: EventNotificationResourceType, required: true, location: "querystring", location_name: "resourceType"))
1341
1459
  ListEventConfigurationsRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: MaxResults, location: "querystring", location_name: "maxResults"))
1342
1460
  ListEventConfigurationsRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location: "querystring", location_name: "nextToken"))
@@ -1420,6 +1538,14 @@ module Aws::IoTWireless
1420
1538
  ListTagsForResourceResponse.add_member(:tags, Shapes::ShapeRef.new(shape: TagList, location_name: "Tags"))
1421
1539
  ListTagsForResourceResponse.struct_class = Types::ListTagsForResourceResponse
1422
1540
 
1541
+ ListWirelessDeviceImportTasksRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: MaxResults, location: "querystring", location_name: "maxResults"))
1542
+ ListWirelessDeviceImportTasksRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location: "querystring", location_name: "nextToken"))
1543
+ ListWirelessDeviceImportTasksRequest.struct_class = Types::ListWirelessDeviceImportTasksRequest
1544
+
1545
+ ListWirelessDeviceImportTasksResponse.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location_name: "NextToken"))
1546
+ ListWirelessDeviceImportTasksResponse.add_member(:wireless_device_import_task_list, Shapes::ShapeRef.new(shape: WirelessDeviceImportTaskList, location_name: "WirelessDeviceImportTaskList"))
1547
+ ListWirelessDeviceImportTasksResponse.struct_class = Types::ListWirelessDeviceImportTasksResponse
1548
+
1423
1549
  ListWirelessDevicesRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: MaxResults, location: "querystring", location_name: "maxResults"))
1424
1550
  ListWirelessDevicesRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location: "querystring", location_name: "nextToken"))
1425
1551
  ListWirelessDevicesRequest.add_member(:destination_name, Shapes::ShapeRef.new(shape: DestinationName, location: "querystring", location_name: "destinationName"))
@@ -1509,6 +1635,7 @@ module Aws::IoTWireless
1509
1635
  LoRaWANGateway.add_member(:net_id_filters, Shapes::ShapeRef.new(shape: NetIdFilters, location_name: "NetIdFilters"))
1510
1636
  LoRaWANGateway.add_member(:sub_bands, Shapes::ShapeRef.new(shape: SubBands, location_name: "SubBands"))
1511
1637
  LoRaWANGateway.add_member(:beaconing, Shapes::ShapeRef.new(shape: Beaconing, location_name: "Beaconing"))
1638
+ LoRaWANGateway.add_member(:max_eirp, Shapes::ShapeRef.new(shape: GatewayMaxEirp, location_name: "MaxEirp"))
1512
1639
  LoRaWANGateway.struct_class = Types::LoRaWANGateway
1513
1640
 
1514
1641
  LoRaWANGatewayCurrentVersion.add_member(:current_version, Shapes::ShapeRef.new(shape: LoRaWANGatewayVersion, location_name: "CurrentVersion"))
@@ -1573,6 +1700,7 @@ module Aws::IoTWireless
1573
1700
  LoRaWANMulticastSession.add_member(:dl_freq, Shapes::ShapeRef.new(shape: DlFreq, location_name: "DlFreq"))
1574
1701
  LoRaWANMulticastSession.add_member(:session_start_time, Shapes::ShapeRef.new(shape: SessionStartTimeTimestamp, location_name: "SessionStartTime"))
1575
1702
  LoRaWANMulticastSession.add_member(:session_timeout, Shapes::ShapeRef.new(shape: SessionTimeout, location_name: "SessionTimeout"))
1703
+ LoRaWANMulticastSession.add_member(:ping_slot_period, Shapes::ShapeRef.new(shape: PingSlotPeriod, location_name: "PingSlotPeriod"))
1576
1704
  LoRaWANMulticastSession.struct_class = Types::LoRaWANMulticastSession
1577
1705
 
1578
1706
  LoRaWANSendDataToDevice.add_member(:f_port, Shapes::ShapeRef.new(shape: FPort, location_name: "FPort"))
@@ -1582,6 +1710,8 @@ module Aws::IoTWireless
1582
1710
  LoRaWANServiceProfile.add_member(:add_gw_metadata, Shapes::ShapeRef.new(shape: AddGwMetadata, location_name: "AddGwMetadata"))
1583
1711
  LoRaWANServiceProfile.add_member(:dr_min, Shapes::ShapeRef.new(shape: DrMinBox, location_name: "DrMin"))
1584
1712
  LoRaWANServiceProfile.add_member(:dr_max, Shapes::ShapeRef.new(shape: DrMaxBox, location_name: "DrMax"))
1713
+ LoRaWANServiceProfile.add_member(:pr_allowed, Shapes::ShapeRef.new(shape: PrAllowed, location_name: "PrAllowed"))
1714
+ LoRaWANServiceProfile.add_member(:ra_allowed, Shapes::ShapeRef.new(shape: RaAllowed, location_name: "RaAllowed"))
1585
1715
  LoRaWANServiceProfile.struct_class = Types::LoRaWANServiceProfile
1586
1716
 
1587
1717
  LoRaWANStartFuotaTask.add_member(:start_time, Shapes::ShapeRef.new(shape: StartTime, location_name: "StartTime"))
@@ -1697,6 +1827,8 @@ module Aws::IoTWireless
1697
1827
  Positioning.add_member(:gnss, Shapes::ShapeRef.new(shape: FPort, location_name: "Gnss"))
1698
1828
  Positioning.struct_class = Types::Positioning
1699
1829
 
1830
+ PrivateKeysList.member = Shapes::ShapeRef.new(shape: CertificateList)
1831
+
1700
1832
  ProximityEventConfiguration.add_member(:sidewalk, Shapes::ShapeRef.new(shape: SidewalkEventNotificationConfigurations, location_name: "Sidewalk"))
1701
1833
  ProximityEventConfiguration.add_member(:wireless_device_id_event_topic, Shapes::ShapeRef.new(shape: EventNotificationTopicStatus, location_name: "WirelessDeviceIdEventTopic"))
1702
1834
  ProximityEventConfiguration.struct_class = Types::ProximityEventConfiguration
@@ -1789,10 +1921,19 @@ module Aws::IoTWireless
1789
1921
 
1790
1922
  SidewalkAccountList.member = Shapes::ShapeRef.new(shape: SidewalkAccountInfoWithFingerprint)
1791
1923
 
1924
+ SidewalkCreateDeviceProfile.struct_class = Types::SidewalkCreateDeviceProfile
1925
+
1926
+ SidewalkCreateWirelessDevice.add_member(:device_profile_id, Shapes::ShapeRef.new(shape: DeviceProfileId, location_name: "DeviceProfileId"))
1927
+ SidewalkCreateWirelessDevice.struct_class = Types::SidewalkCreateWirelessDevice
1928
+
1792
1929
  SidewalkDevice.add_member(:amazon_id, Shapes::ShapeRef.new(shape: AmazonId, location_name: "AmazonId"))
1793
1930
  SidewalkDevice.add_member(:sidewalk_id, Shapes::ShapeRef.new(shape: SidewalkId, location_name: "SidewalkId"))
1794
1931
  SidewalkDevice.add_member(:sidewalk_manufacturing_sn, Shapes::ShapeRef.new(shape: SidewalkManufacturingSn, location_name: "SidewalkManufacturingSn"))
1795
1932
  SidewalkDevice.add_member(:device_certificates, Shapes::ShapeRef.new(shape: DeviceCertificateList, location_name: "DeviceCertificates"))
1933
+ SidewalkDevice.add_member(:private_keys, Shapes::ShapeRef.new(shape: PrivateKeysList, location_name: "PrivateKeys"))
1934
+ SidewalkDevice.add_member(:device_profile_id, Shapes::ShapeRef.new(shape: DeviceProfileId, location_name: "DeviceProfileId"))
1935
+ SidewalkDevice.add_member(:certificate_id, Shapes::ShapeRef.new(shape: DakCertificateId, location_name: "CertificateId"))
1936
+ SidewalkDevice.add_member(:status, Shapes::ShapeRef.new(shape: WirelessDeviceSidewalkStatus, location_name: "Status"))
1796
1937
  SidewalkDevice.struct_class = Types::SidewalkDevice
1797
1938
 
1798
1939
  SidewalkDeviceMetadata.add_member(:rssi, Shapes::ShapeRef.new(shape: Integer, location_name: "Rssi"))
@@ -1804,10 +1945,21 @@ module Aws::IoTWireless
1804
1945
  SidewalkEventNotificationConfigurations.add_member(:amazon_id_event_topic, Shapes::ShapeRef.new(shape: EventNotificationTopicStatus, location_name: "AmazonIdEventTopic"))
1805
1946
  SidewalkEventNotificationConfigurations.struct_class = Types::SidewalkEventNotificationConfigurations
1806
1947
 
1948
+ SidewalkGetDeviceProfile.add_member(:application_server_public_key, Shapes::ShapeRef.new(shape: ApplicationServerPublicKey, location_name: "ApplicationServerPublicKey"))
1949
+ SidewalkGetDeviceProfile.add_member(:qualification_status, Shapes::ShapeRef.new(shape: QualificationStatus, location_name: "QualificationStatus"))
1950
+ SidewalkGetDeviceProfile.add_member(:dak_certificate_metadata, Shapes::ShapeRef.new(shape: DakCertificateMetadataList, location_name: "DakCertificateMetadata"))
1951
+ SidewalkGetDeviceProfile.struct_class = Types::SidewalkGetDeviceProfile
1952
+
1953
+ SidewalkGetStartImportInfo.add_member(:device_creation_file_list, Shapes::ShapeRef.new(shape: DeviceCreationFileList, location_name: "DeviceCreationFileList"))
1954
+ SidewalkGetStartImportInfo.add_member(:role, Shapes::ShapeRef.new(shape: Role, location_name: "Role"))
1955
+ SidewalkGetStartImportInfo.struct_class = Types::SidewalkGetStartImportInfo
1956
+
1807
1957
  SidewalkListDevice.add_member(:amazon_id, Shapes::ShapeRef.new(shape: AmazonId, location_name: "AmazonId"))
1808
1958
  SidewalkListDevice.add_member(:sidewalk_id, Shapes::ShapeRef.new(shape: SidewalkId, location_name: "SidewalkId"))
1809
1959
  SidewalkListDevice.add_member(:sidewalk_manufacturing_sn, Shapes::ShapeRef.new(shape: SidewalkManufacturingSn, location_name: "SidewalkManufacturingSn"))
1810
1960
  SidewalkListDevice.add_member(:device_certificates, Shapes::ShapeRef.new(shape: DeviceCertificateList, location_name: "DeviceCertificates"))
1961
+ SidewalkListDevice.add_member(:device_profile_id, Shapes::ShapeRef.new(shape: DeviceProfileId, location_name: "DeviceProfileId"))
1962
+ SidewalkListDevice.add_member(:status, Shapes::ShapeRef.new(shape: WirelessDeviceSidewalkStatus, location_name: "Status"))
1811
1963
  SidewalkListDevice.struct_class = Types::SidewalkListDevice
1812
1964
 
1813
1965
  SidewalkResourceTypeEventConfiguration.add_member(:wireless_device_event_topic, Shapes::ShapeRef.new(shape: EventNotificationTopicStatus, location_name: "WirelessDeviceEventTopic"))
@@ -1818,9 +1970,19 @@ module Aws::IoTWireless
1818
1970
  SidewalkSendDataToDevice.add_member(:ack_mode_retry_duration_secs, Shapes::ShapeRef.new(shape: AckModeRetryDurationSecs, location_name: "AckModeRetryDurationSecs"))
1819
1971
  SidewalkSendDataToDevice.struct_class = Types::SidewalkSendDataToDevice
1820
1972
 
1973
+ SidewalkSingleStartImportInfo.add_member(:sidewalk_manufacturing_sn, Shapes::ShapeRef.new(shape: SidewalkManufacturingSn, location_name: "SidewalkManufacturingSn"))
1974
+ SidewalkSingleStartImportInfo.struct_class = Types::SidewalkSingleStartImportInfo
1975
+
1976
+ SidewalkStartImportInfo.add_member(:device_creation_file, Shapes::ShapeRef.new(shape: DeviceCreationFile, location_name: "DeviceCreationFile"))
1977
+ SidewalkStartImportInfo.add_member(:role, Shapes::ShapeRef.new(shape: Role, location_name: "Role"))
1978
+ SidewalkStartImportInfo.struct_class = Types::SidewalkStartImportInfo
1979
+
1821
1980
  SidewalkUpdateAccount.add_member(:app_server_private_key, Shapes::ShapeRef.new(shape: AppServerPrivateKey, location_name: "AppServerPrivateKey"))
1822
1981
  SidewalkUpdateAccount.struct_class = Types::SidewalkUpdateAccount
1823
1982
 
1983
+ SidewalkUpdateImportInfo.add_member(:device_creation_file, Shapes::ShapeRef.new(shape: DeviceCreationFile, location_name: "DeviceCreationFile"))
1984
+ SidewalkUpdateImportInfo.struct_class = Types::SidewalkUpdateImportInfo
1985
+
1824
1986
  StartBulkAssociateWirelessDeviceWithMulticastGroupRequest.add_member(:id, Shapes::ShapeRef.new(shape: MulticastGroupId, required: true, location: "uri", location_name: "Id"))
1825
1987
  StartBulkAssociateWirelessDeviceWithMulticastGroupRequest.add_member(:query_string, Shapes::ShapeRef.new(shape: QueryString, location_name: "QueryString"))
1826
1988
  StartBulkAssociateWirelessDeviceWithMulticastGroupRequest.add_member(:tags, Shapes::ShapeRef.new(shape: TagList, location_name: "Tags"))
@@ -1847,6 +2009,27 @@ module Aws::IoTWireless
1847
2009
 
1848
2010
  StartMulticastGroupSessionResponse.struct_class = Types::StartMulticastGroupSessionResponse
1849
2011
 
2012
+ StartSingleWirelessDeviceImportTaskRequest.add_member(:destination_name, Shapes::ShapeRef.new(shape: DestinationName, required: true, location_name: "DestinationName"))
2013
+ StartSingleWirelessDeviceImportTaskRequest.add_member(:client_request_token, Shapes::ShapeRef.new(shape: ClientRequestToken, location_name: "ClientRequestToken", metadata: {"idempotencyToken"=>true}))
2014
+ StartSingleWirelessDeviceImportTaskRequest.add_member(:device_name, Shapes::ShapeRef.new(shape: DeviceName, location_name: "DeviceName"))
2015
+ StartSingleWirelessDeviceImportTaskRequest.add_member(:tags, Shapes::ShapeRef.new(shape: TagList, location_name: "Tags"))
2016
+ StartSingleWirelessDeviceImportTaskRequest.add_member(:sidewalk, Shapes::ShapeRef.new(shape: SidewalkSingleStartImportInfo, required: true, location_name: "Sidewalk"))
2017
+ StartSingleWirelessDeviceImportTaskRequest.struct_class = Types::StartSingleWirelessDeviceImportTaskRequest
2018
+
2019
+ StartSingleWirelessDeviceImportTaskResponse.add_member(:id, Shapes::ShapeRef.new(shape: ImportTaskId, location_name: "Id"))
2020
+ StartSingleWirelessDeviceImportTaskResponse.add_member(:arn, Shapes::ShapeRef.new(shape: ImportTaskArn, location_name: "Arn"))
2021
+ StartSingleWirelessDeviceImportTaskResponse.struct_class = Types::StartSingleWirelessDeviceImportTaskResponse
2022
+
2023
+ StartWirelessDeviceImportTaskRequest.add_member(:destination_name, Shapes::ShapeRef.new(shape: DestinationName, required: true, location_name: "DestinationName"))
2024
+ StartWirelessDeviceImportTaskRequest.add_member(:client_request_token, Shapes::ShapeRef.new(shape: ClientRequestToken, location_name: "ClientRequestToken", metadata: {"idempotencyToken"=>true}))
2025
+ StartWirelessDeviceImportTaskRequest.add_member(:tags, Shapes::ShapeRef.new(shape: TagList, location_name: "Tags"))
2026
+ StartWirelessDeviceImportTaskRequest.add_member(:sidewalk, Shapes::ShapeRef.new(shape: SidewalkStartImportInfo, required: true, location_name: "Sidewalk"))
2027
+ StartWirelessDeviceImportTaskRequest.struct_class = Types::StartWirelessDeviceImportTaskRequest
2028
+
2029
+ StartWirelessDeviceImportTaskResponse.add_member(:id, Shapes::ShapeRef.new(shape: ImportTaskId, location_name: "Id"))
2030
+ StartWirelessDeviceImportTaskResponse.add_member(:arn, Shapes::ShapeRef.new(shape: ImportTaskArn, location_name: "Arn"))
2031
+ StartWirelessDeviceImportTaskResponse.struct_class = Types::StartWirelessDeviceImportTaskResponse
2032
+
1850
2033
  SubBands.member = Shapes::ShapeRef.new(shape: SubBand)
1851
2034
 
1852
2035
  Tag.add_member(:key, Shapes::ShapeRef.new(shape: TagKey, required: true, location_name: "Key"))
@@ -2014,6 +2197,12 @@ module Aws::IoTWireless
2014
2197
 
2015
2198
  UpdateResourcePositionResponse.struct_class = Types::UpdateResourcePositionResponse
2016
2199
 
2200
+ UpdateWirelessDeviceImportTaskRequest.add_member(:id, Shapes::ShapeRef.new(shape: ImportTaskId, required: true, location: "uri", location_name: "Id"))
2201
+ UpdateWirelessDeviceImportTaskRequest.add_member(:sidewalk, Shapes::ShapeRef.new(shape: SidewalkUpdateImportInfo, required: true, location_name: "Sidewalk"))
2202
+ UpdateWirelessDeviceImportTaskRequest.struct_class = Types::UpdateWirelessDeviceImportTaskRequest
2203
+
2204
+ UpdateWirelessDeviceImportTaskResponse.struct_class = Types::UpdateWirelessDeviceImportTaskResponse
2205
+
2017
2206
  UpdateWirelessDeviceRequest.add_member(:id, Shapes::ShapeRef.new(shape: WirelessDeviceId, required: true, location: "uri", location_name: "Id"))
2018
2207
  UpdateWirelessDeviceRequest.add_member(:destination_name, Shapes::ShapeRef.new(shape: DestinationName, location_name: "DestinationName"))
2019
2208
  UpdateWirelessDeviceRequest.add_member(:name, Shapes::ShapeRef.new(shape: WirelessDeviceName, location_name: "Name"))
@@ -2029,6 +2218,7 @@ module Aws::IoTWireless
2029
2218
  UpdateWirelessGatewayRequest.add_member(:description, Shapes::ShapeRef.new(shape: Description, location_name: "Description"))
2030
2219
  UpdateWirelessGatewayRequest.add_member(:join_eui_filters, Shapes::ShapeRef.new(shape: JoinEuiFilters, location_name: "JoinEuiFilters"))
2031
2220
  UpdateWirelessGatewayRequest.add_member(:net_id_filters, Shapes::ShapeRef.new(shape: NetIdFilters, location_name: "NetIdFilters"))
2221
+ UpdateWirelessGatewayRequest.add_member(:max_eirp, Shapes::ShapeRef.new(shape: GatewayMaxEirp, location_name: "MaxEirp"))
2032
2222
  UpdateWirelessGatewayRequest.struct_class = Types::UpdateWirelessGatewayRequest
2033
2223
 
2034
2224
  UpdateWirelessGatewayResponse.struct_class = Types::UpdateWirelessGatewayResponse
@@ -2083,6 +2273,21 @@ module Aws::IoTWireless
2083
2273
 
2084
2274
  WirelessDeviceEventLogOptionList.member = Shapes::ShapeRef.new(shape: WirelessDeviceEventLogOption)
2085
2275
 
2276
+ WirelessDeviceImportTask.add_member(:id, Shapes::ShapeRef.new(shape: ImportTaskId, location_name: "Id"))
2277
+ WirelessDeviceImportTask.add_member(:arn, Shapes::ShapeRef.new(shape: ImportTaskArn, location_name: "Arn"))
2278
+ WirelessDeviceImportTask.add_member(:destination_name, Shapes::ShapeRef.new(shape: DestinationName, location_name: "DestinationName"))
2279
+ WirelessDeviceImportTask.add_member(:sidewalk, Shapes::ShapeRef.new(shape: SidewalkGetStartImportInfo, location_name: "Sidewalk"))
2280
+ WirelessDeviceImportTask.add_member(:creation_time, Shapes::ShapeRef.new(shape: CreationTime, location_name: "CreationTime"))
2281
+ WirelessDeviceImportTask.add_member(:status, Shapes::ShapeRef.new(shape: ImportTaskStatus, location_name: "Status"))
2282
+ WirelessDeviceImportTask.add_member(:status_reason, Shapes::ShapeRef.new(shape: StatusReason, location_name: "StatusReason"))
2283
+ WirelessDeviceImportTask.add_member(:initialized_imported_device_count, Shapes::ShapeRef.new(shape: ImportedWirelessDeviceCount, location_name: "InitializedImportedDeviceCount"))
2284
+ WirelessDeviceImportTask.add_member(:pending_imported_device_count, Shapes::ShapeRef.new(shape: ImportedWirelessDeviceCount, location_name: "PendingImportedDeviceCount"))
2285
+ WirelessDeviceImportTask.add_member(:onboarded_imported_device_count, Shapes::ShapeRef.new(shape: ImportedWirelessDeviceCount, location_name: "OnboardedImportedDeviceCount"))
2286
+ WirelessDeviceImportTask.add_member(:failed_imported_device_count, Shapes::ShapeRef.new(shape: ImportedWirelessDeviceCount, location_name: "FailedImportedDeviceCount"))
2287
+ WirelessDeviceImportTask.struct_class = Types::WirelessDeviceImportTask
2288
+
2289
+ WirelessDeviceImportTaskList.member = Shapes::ShapeRef.new(shape: WirelessDeviceImportTask)
2290
+
2086
2291
  WirelessDeviceList.member = Shapes::ShapeRef.new(shape: WirelessDeviceId)
2087
2292
 
2088
2293
  WirelessDeviceLogOption.add_member(:type, Shapes::ShapeRef.new(shape: WirelessDeviceType, required: true, location_name: "Type"))
@@ -2513,6 +2718,20 @@ module Aws::IoTWireless
2513
2718
  o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
2514
2719
  end)
2515
2720
 
2721
+ api.add_operation(:delete_wireless_device_import_task, Seahorse::Model::Operation.new.tap do |o|
2722
+ o.name = "DeleteWirelessDeviceImportTask"
2723
+ o.http_method = "DELETE"
2724
+ o.http_request_uri = "/wireless_device_import_task/{Id}"
2725
+ o.input = Shapes::ShapeRef.new(shape: DeleteWirelessDeviceImportTaskRequest)
2726
+ o.output = Shapes::ShapeRef.new(shape: DeleteWirelessDeviceImportTaskResponse)
2727
+ o.errors << Shapes::ShapeRef.new(shape: ValidationException)
2728
+ o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
2729
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
2730
+ o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
2731
+ o.errors << Shapes::ShapeRef.new(shape: ConflictException)
2732
+ o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
2733
+ end)
2734
+
2516
2735
  api.add_operation(:delete_wireless_gateway, Seahorse::Model::Operation.new.tap do |o|
2517
2736
  o.name = "DeleteWirelessGateway"
2518
2737
  o.http_method = "DELETE"
@@ -2552,6 +2771,18 @@ module Aws::IoTWireless
2552
2771
  o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
2553
2772
  end)
2554
2773
 
2774
+ api.add_operation(:deregister_wireless_device, Seahorse::Model::Operation.new.tap do |o|
2775
+ o.name = "DeregisterWirelessDevice"
2776
+ o.http_method = "PATCH"
2777
+ o.http_request_uri = "/wireless-devices/{Identifier}/deregister"
2778
+ o.input = Shapes::ShapeRef.new(shape: DeregisterWirelessDeviceRequest)
2779
+ o.output = Shapes::ShapeRef.new(shape: DeregisterWirelessDeviceResponse)
2780
+ o.errors << Shapes::ShapeRef.new(shape: ValidationException)
2781
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
2782
+ o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
2783
+ o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
2784
+ end)
2785
+
2555
2786
  api.add_operation(:disassociate_aws_account_from_partner_account, Seahorse::Model::Operation.new.tap do |o|
2556
2787
  o.name = "DisassociateAwsAccountFromPartnerAccount"
2557
2788
  o.http_method = "DELETE"
@@ -2877,6 +3108,20 @@ module Aws::IoTWireless
2877
3108
  o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
2878
3109
  end)
2879
3110
 
3111
+ api.add_operation(:get_wireless_device_import_task, Seahorse::Model::Operation.new.tap do |o|
3112
+ o.name = "GetWirelessDeviceImportTask"
3113
+ o.http_method = "GET"
3114
+ o.http_request_uri = "/wireless_device_import_task/{Id}"
3115
+ o.input = Shapes::ShapeRef.new(shape: GetWirelessDeviceImportTaskRequest)
3116
+ o.output = Shapes::ShapeRef.new(shape: GetWirelessDeviceImportTaskResponse)
3117
+ o.errors << Shapes::ShapeRef.new(shape: ValidationException)
3118
+ o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
3119
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
3120
+ o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
3121
+ o.errors << Shapes::ShapeRef.new(shape: ConflictException)
3122
+ o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
3123
+ end)
3124
+
2880
3125
  api.add_operation(:get_wireless_device_statistics, Seahorse::Model::Operation.new.tap do |o|
2881
3126
  o.name = "GetWirelessDeviceStatistics"
2882
3127
  o.http_method = "GET"
@@ -3004,6 +3249,20 @@ module Aws::IoTWireless
3004
3249
  )
3005
3250
  end)
3006
3251
 
3252
+ api.add_operation(:list_devices_for_wireless_device_import_task, Seahorse::Model::Operation.new.tap do |o|
3253
+ o.name = "ListDevicesForWirelessDeviceImportTask"
3254
+ o.http_method = "GET"
3255
+ o.http_request_uri = "/wireless_device_import_task"
3256
+ o.input = Shapes::ShapeRef.new(shape: ListDevicesForWirelessDeviceImportTaskRequest)
3257
+ o.output = Shapes::ShapeRef.new(shape: ListDevicesForWirelessDeviceImportTaskResponse)
3258
+ o.errors << Shapes::ShapeRef.new(shape: ValidationException)
3259
+ o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
3260
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
3261
+ o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
3262
+ o.errors << Shapes::ShapeRef.new(shape: ConflictException)
3263
+ o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
3264
+ end)
3265
+
3007
3266
  api.add_operation(:list_event_configurations, Seahorse::Model::Operation.new.tap do |o|
3008
3267
  o.name = "ListEventConfigurations"
3009
3268
  o.http_method = "GET"
@@ -3170,6 +3429,20 @@ module Aws::IoTWireless
3170
3429
  o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
3171
3430
  end)
3172
3431
 
3432
+ api.add_operation(:list_wireless_device_import_tasks, Seahorse::Model::Operation.new.tap do |o|
3433
+ o.name = "ListWirelessDeviceImportTasks"
3434
+ o.http_method = "GET"
3435
+ o.http_request_uri = "/wireless_device_import_tasks"
3436
+ o.input = Shapes::ShapeRef.new(shape: ListWirelessDeviceImportTasksRequest)
3437
+ o.output = Shapes::ShapeRef.new(shape: ListWirelessDeviceImportTasksResponse)
3438
+ o.errors << Shapes::ShapeRef.new(shape: ValidationException)
3439
+ o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
3440
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
3441
+ o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
3442
+ o.errors << Shapes::ShapeRef.new(shape: ConflictException)
3443
+ o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
3444
+ end)
3445
+
3173
3446
  api.add_operation(:list_wireless_devices, Seahorse::Model::Operation.new.tap do |o|
3174
3447
  o.name = "ListWirelessDevices"
3175
3448
  o.http_method = "GET"
@@ -3351,6 +3624,34 @@ module Aws::IoTWireless
3351
3624
  o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
3352
3625
  end)
3353
3626
 
3627
+ api.add_operation(:start_single_wireless_device_import_task, Seahorse::Model::Operation.new.tap do |o|
3628
+ o.name = "StartSingleWirelessDeviceImportTask"
3629
+ o.http_method = "POST"
3630
+ o.http_request_uri = "/wireless_single_device_import_task"
3631
+ o.input = Shapes::ShapeRef.new(shape: StartSingleWirelessDeviceImportTaskRequest)
3632
+ o.output = Shapes::ShapeRef.new(shape: StartSingleWirelessDeviceImportTaskResponse)
3633
+ o.errors << Shapes::ShapeRef.new(shape: ValidationException)
3634
+ o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
3635
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
3636
+ o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
3637
+ o.errors << Shapes::ShapeRef.new(shape: ConflictException)
3638
+ o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
3639
+ end)
3640
+
3641
+ api.add_operation(:start_wireless_device_import_task, Seahorse::Model::Operation.new.tap do |o|
3642
+ o.name = "StartWirelessDeviceImportTask"
3643
+ o.http_method = "POST"
3644
+ o.http_request_uri = "/wireless_device_import_task"
3645
+ o.input = Shapes::ShapeRef.new(shape: StartWirelessDeviceImportTaskRequest)
3646
+ o.output = Shapes::ShapeRef.new(shape: StartWirelessDeviceImportTaskResponse)
3647
+ o.errors << Shapes::ShapeRef.new(shape: ValidationException)
3648
+ o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
3649
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
3650
+ o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
3651
+ o.errors << Shapes::ShapeRef.new(shape: ConflictException)
3652
+ o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
3653
+ end)
3654
+
3354
3655
  api.add_operation(:tag_resource, Seahorse::Model::Operation.new.tap do |o|
3355
3656
  o.name = "TagResource"
3356
3657
  o.http_method = "POST"
@@ -3536,6 +3837,20 @@ module Aws::IoTWireless
3536
3837
  o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
3537
3838
  end)
3538
3839
 
3840
+ api.add_operation(:update_wireless_device_import_task, Seahorse::Model::Operation.new.tap do |o|
3841
+ o.name = "UpdateWirelessDeviceImportTask"
3842
+ o.http_method = "PATCH"
3843
+ o.http_request_uri = "/wireless_device_import_task/{Id}"
3844
+ o.input = Shapes::ShapeRef.new(shape: UpdateWirelessDeviceImportTaskRequest)
3845
+ o.output = Shapes::ShapeRef.new(shape: UpdateWirelessDeviceImportTaskResponse)
3846
+ o.errors << Shapes::ShapeRef.new(shape: ValidationException)
3847
+ o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
3848
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
3849
+ o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
3850
+ o.errors << Shapes::ShapeRef.new(shape: ConflictException)
3851
+ o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
3852
+ end)
3853
+
3539
3854
  api.add_operation(:update_wireless_gateway, Seahorse::Model::Operation.new.tap do |o|
3540
3855
  o.name = "UpdateWirelessGateway"
3541
3856
  o.http_method = "PATCH"