aws-sdk-iotwireless 1.29.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,9 +201,12 @@ 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')
208
+ FragmentIntervalMS = Shapes::IntegerShape.new(name: 'FragmentIntervalMS')
209
+ FragmentSizeBytes = Shapes::IntegerShape.new(name: 'FragmentSizeBytes')
192
210
  FuotaDeviceStatus = Shapes::StringShape.new(name: 'FuotaDeviceStatus')
193
211
  FuotaTask = Shapes::StructureShape.new(name: 'FuotaTask')
194
212
  FuotaTaskArn = Shapes::StringShape.new(name: 'FuotaTaskArn')
@@ -237,6 +255,8 @@ module Aws::IoTWireless
237
255
  GetServiceEndpointResponse = Shapes::StructureShape.new(name: 'GetServiceEndpointResponse')
238
256
  GetServiceProfileRequest = Shapes::StructureShape.new(name: 'GetServiceProfileRequest')
239
257
  GetServiceProfileResponse = Shapes::StructureShape.new(name: 'GetServiceProfileResponse')
258
+ GetWirelessDeviceImportTaskRequest = Shapes::StructureShape.new(name: 'GetWirelessDeviceImportTaskRequest')
259
+ GetWirelessDeviceImportTaskResponse = Shapes::StructureShape.new(name: 'GetWirelessDeviceImportTaskResponse')
240
260
  GetWirelessDeviceRequest = Shapes::StructureShape.new(name: 'GetWirelessDeviceRequest')
241
261
  GetWirelessDeviceResponse = Shapes::StructureShape.new(name: 'GetWirelessDeviceResponse')
242
262
  GetWirelessDeviceStatisticsRequest = Shapes::StructureShape.new(name: 'GetWirelessDeviceStatisticsRequest')
@@ -268,6 +288,13 @@ module Aws::IoTWireless
268
288
  ISODateTimeString = Shapes::StringShape.new(name: 'ISODateTimeString')
269
289
  Identifier = Shapes::StringShape.new(name: 'Identifier')
270
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')
271
298
  Integer = Shapes::IntegerShape.new(name: 'Integer')
272
299
  InternalServerException = Shapes::StructureShape.new(name: 'InternalServerException')
273
300
  IotCertificateId = Shapes::StringShape.new(name: 'IotCertificateId')
@@ -278,10 +305,13 @@ module Aws::IoTWireless
278
305
  JoinEventConfiguration = Shapes::StructureShape.new(name: 'JoinEventConfiguration')
279
306
  JoinResourceTypeEventConfiguration = Shapes::StructureShape.new(name: 'JoinResourceTypeEventConfiguration')
280
307
  LAC = Shapes::IntegerShape.new(name: 'LAC')
308
+ LastUpdateTime = Shapes::TimestampShape.new(name: 'LastUpdateTime', timestampFormat: "iso8601")
281
309
  ListDestinationsRequest = Shapes::StructureShape.new(name: 'ListDestinationsRequest')
282
310
  ListDestinationsResponse = Shapes::StructureShape.new(name: 'ListDestinationsResponse')
283
311
  ListDeviceProfilesRequest = Shapes::StructureShape.new(name: 'ListDeviceProfilesRequest')
284
312
  ListDeviceProfilesResponse = Shapes::StructureShape.new(name: 'ListDeviceProfilesResponse')
313
+ ListDevicesForWirelessDeviceImportTaskRequest = Shapes::StructureShape.new(name: 'ListDevicesForWirelessDeviceImportTaskRequest')
314
+ ListDevicesForWirelessDeviceImportTaskResponse = Shapes::StructureShape.new(name: 'ListDevicesForWirelessDeviceImportTaskResponse')
285
315
  ListEventConfigurationsRequest = Shapes::StructureShape.new(name: 'ListEventConfigurationsRequest')
286
316
  ListEventConfigurationsResponse = Shapes::StructureShape.new(name: 'ListEventConfigurationsResponse')
287
317
  ListFuotaTasksRequest = Shapes::StructureShape.new(name: 'ListFuotaTasksRequest')
@@ -302,6 +332,8 @@ module Aws::IoTWireless
302
332
  ListServiceProfilesResponse = Shapes::StructureShape.new(name: 'ListServiceProfilesResponse')
303
333
  ListTagsForResourceRequest = Shapes::StructureShape.new(name: 'ListTagsForResourceRequest')
304
334
  ListTagsForResourceResponse = Shapes::StructureShape.new(name: 'ListTagsForResourceResponse')
335
+ ListWirelessDeviceImportTasksRequest = Shapes::StructureShape.new(name: 'ListWirelessDeviceImportTasksRequest')
336
+ ListWirelessDeviceImportTasksResponse = Shapes::StructureShape.new(name: 'ListWirelessDeviceImportTasksResponse')
305
337
  ListWirelessDevicesRequest = Shapes::StructureShape.new(name: 'ListWirelessDevicesRequest')
306
338
  ListWirelessDevicesResponse = Shapes::StructureShape.new(name: 'ListWirelessDevicesResponse')
307
339
  ListWirelessGatewayTaskDefinitionsRequest = Shapes::StructureShape.new(name: 'ListWirelessGatewayTaskDefinitionsRequest')
@@ -345,6 +377,7 @@ module Aws::IoTWireless
345
377
  MNC = Shapes::IntegerShape.new(name: 'MNC')
346
378
  MacAddress = Shapes::StringShape.new(name: 'MacAddress')
347
379
  MacVersion = Shapes::StringShape.new(name: 'MacVersion')
380
+ MaxAllowedSignature = Shapes::IntegerShape.new(name: 'MaxAllowedSignature')
348
381
  MaxDutyCycle = Shapes::IntegerShape.new(name: 'MaxDutyCycle')
349
382
  MaxEirp = Shapes::IntegerShape.new(name: 'MaxEirp')
350
383
  MaxResults = Shapes::IntegerShape.new(name: 'MaxResults')
@@ -382,6 +415,8 @@ module Aws::IoTWireless
382
415
  NwkKey = Shapes::StringShape.new(name: 'NwkKey')
383
416
  NwkSEncKey = Shapes::StringShape.new(name: 'NwkSEncKey')
384
417
  NwkSKey = Shapes::StringShape.new(name: 'NwkSKey')
418
+ OnboardStatus = Shapes::StringShape.new(name: 'OnboardStatus')
419
+ OnboardStatusReason = Shapes::StringShape.new(name: 'OnboardStatusReason')
385
420
  OtaaV1_0_x = Shapes::StructureShape.new(name: 'OtaaV1_0_x')
386
421
  OtaaV1_1 = Shapes::StructureShape.new(name: 'OtaaV1_1')
387
422
  PCI = Shapes::IntegerShape.new(name: 'PCI')
@@ -415,18 +450,21 @@ module Aws::IoTWireless
415
450
  PositioningConfigStatus = Shapes::StringShape.new(name: 'PositioningConfigStatus')
416
451
  PrAllowed = Shapes::BooleanShape.new(name: 'PrAllowed')
417
452
  PresetFreq = Shapes::IntegerShape.new(name: 'PresetFreq')
453
+ PrivateKeysList = Shapes::ListShape.new(name: 'PrivateKeysList')
418
454
  ProximityEventConfiguration = Shapes::StructureShape.new(name: 'ProximityEventConfiguration')
419
455
  ProximityResourceTypeEventConfiguration = Shapes::StructureShape.new(name: 'ProximityResourceTypeEventConfiguration')
420
456
  PutPositionConfigurationRequest = Shapes::StructureShape.new(name: 'PutPositionConfigurationRequest')
421
457
  PutPositionConfigurationResponse = Shapes::StructureShape.new(name: 'PutPositionConfigurationResponse')
422
458
  PutResourceLogLevelRequest = Shapes::StructureShape.new(name: 'PutResourceLogLevelRequest')
423
459
  PutResourceLogLevelResponse = Shapes::StructureShape.new(name: 'PutResourceLogLevelResponse')
460
+ QualificationStatus = Shapes::BooleanShape.new(name: 'QualificationStatus')
424
461
  QueryString = Shapes::StringShape.new(name: 'QueryString')
425
462
  RSCP = Shapes::IntegerShape.new(name: 'RSCP')
426
463
  RSRP = Shapes::IntegerShape.new(name: 'RSRP')
427
464
  RSRQ = Shapes::FloatShape.new(name: 'RSRQ')
428
465
  RSS = Shapes::IntegerShape.new(name: 'RSS')
429
466
  RaAllowed = Shapes::BooleanShape.new(name: 'RaAllowed')
467
+ RedundancyPercent = Shapes::IntegerShape.new(name: 'RedundancyPercent')
430
468
  RegParamsRevision = Shapes::StringShape.new(name: 'RegParamsRevision')
431
469
  RegistrationZone = Shapes::IntegerShape.new(name: 'RegistrationZone')
432
470
  ReportDevStatusBattery = Shapes::BooleanShape.new(name: 'ReportDevStatusBattery')
@@ -441,6 +479,7 @@ module Aws::IoTWireless
441
479
  ResourceType = Shapes::StringShape.new(name: 'ResourceType')
442
480
  Result = Shapes::StringShape.new(name: 'Result')
443
481
  RfRegion = Shapes::StringShape.new(name: 'RfRegion')
482
+ Role = Shapes::StringShape.new(name: 'Role')
444
483
  RoleArn = Shapes::StringShape.new(name: 'RoleArn')
445
484
  RxDataRate2 = Shapes::IntegerShape.new(name: 'RxDataRate2')
446
485
  RxDelay1 = Shapes::IntegerShape.new(name: 'RxDelay1')
@@ -467,15 +506,22 @@ module Aws::IoTWireless
467
506
  SidewalkAccountInfo = Shapes::StructureShape.new(name: 'SidewalkAccountInfo')
468
507
  SidewalkAccountInfoWithFingerprint = Shapes::StructureShape.new(name: 'SidewalkAccountInfoWithFingerprint')
469
508
  SidewalkAccountList = Shapes::ListShape.new(name: 'SidewalkAccountList')
509
+ SidewalkCreateDeviceProfile = Shapes::StructureShape.new(name: 'SidewalkCreateDeviceProfile')
510
+ SidewalkCreateWirelessDevice = Shapes::StructureShape.new(name: 'SidewalkCreateWirelessDevice')
470
511
  SidewalkDevice = Shapes::StructureShape.new(name: 'SidewalkDevice')
471
512
  SidewalkDeviceMetadata = Shapes::StructureShape.new(name: 'SidewalkDeviceMetadata')
472
513
  SidewalkEventNotificationConfigurations = Shapes::StructureShape.new(name: 'SidewalkEventNotificationConfigurations')
514
+ SidewalkGetDeviceProfile = Shapes::StructureShape.new(name: 'SidewalkGetDeviceProfile')
515
+ SidewalkGetStartImportInfo = Shapes::StructureShape.new(name: 'SidewalkGetStartImportInfo')
473
516
  SidewalkId = Shapes::StringShape.new(name: 'SidewalkId')
474
517
  SidewalkListDevice = Shapes::StructureShape.new(name: 'SidewalkListDevice')
475
518
  SidewalkManufacturingSn = Shapes::StringShape.new(name: 'SidewalkManufacturingSn')
476
519
  SidewalkResourceTypeEventConfiguration = Shapes::StructureShape.new(name: 'SidewalkResourceTypeEventConfiguration')
477
520
  SidewalkSendDataToDevice = Shapes::StructureShape.new(name: 'SidewalkSendDataToDevice')
521
+ SidewalkSingleStartImportInfo = Shapes::StructureShape.new(name: 'SidewalkSingleStartImportInfo')
522
+ SidewalkStartImportInfo = Shapes::StructureShape.new(name: 'SidewalkStartImportInfo')
478
523
  SidewalkUpdateAccount = Shapes::StructureShape.new(name: 'SidewalkUpdateAccount')
524
+ SidewalkUpdateImportInfo = Shapes::StructureShape.new(name: 'SidewalkUpdateImportInfo')
479
525
  SigningAlg = Shapes::StringShape.new(name: 'SigningAlg')
480
526
  StartBulkAssociateWirelessDeviceWithMulticastGroupRequest = Shapes::StructureShape.new(name: 'StartBulkAssociateWirelessDeviceWithMulticastGroupRequest')
481
527
  StartBulkAssociateWirelessDeviceWithMulticastGroupResponse = Shapes::StructureShape.new(name: 'StartBulkAssociateWirelessDeviceWithMulticastGroupResponse')
@@ -485,8 +531,13 @@ module Aws::IoTWireless
485
531
  StartFuotaTaskResponse = Shapes::StructureShape.new(name: 'StartFuotaTaskResponse')
486
532
  StartMulticastGroupSessionRequest = Shapes::StructureShape.new(name: 'StartMulticastGroupSessionRequest')
487
533
  StartMulticastGroupSessionResponse = Shapes::StructureShape.new(name: 'StartMulticastGroupSessionResponse')
534
+ StartSingleWirelessDeviceImportTaskRequest = Shapes::StructureShape.new(name: 'StartSingleWirelessDeviceImportTaskRequest')
535
+ StartSingleWirelessDeviceImportTaskResponse = Shapes::StructureShape.new(name: 'StartSingleWirelessDeviceImportTaskResponse')
488
536
  StartTime = Shapes::TimestampShape.new(name: 'StartTime', timestampFormat: "iso8601")
537
+ StartWirelessDeviceImportTaskRequest = Shapes::StructureShape.new(name: 'StartWirelessDeviceImportTaskRequest')
538
+ StartWirelessDeviceImportTaskResponse = Shapes::StructureShape.new(name: 'StartWirelessDeviceImportTaskResponse')
489
539
  Station = Shapes::StringShape.new(name: 'Station')
540
+ StatusReason = Shapes::StringShape.new(name: 'StatusReason')
490
541
  SubBand = Shapes::IntegerShape.new(name: 'SubBand')
491
542
  SubBands = Shapes::ListShape.new(name: 'SubBands')
492
543
  SupportedRfRegion = Shapes::StringShape.new(name: 'SupportedRfRegion')
@@ -551,6 +602,8 @@ module Aws::IoTWireless
551
602
  UpdateResourcePositionRequest = Shapes::StructureShape.new(name: 'UpdateResourcePositionRequest')
552
603
  UpdateResourcePositionResponse = Shapes::StructureShape.new(name: 'UpdateResourcePositionResponse')
553
604
  UpdateSignature = Shapes::StringShape.new(name: 'UpdateSignature')
605
+ UpdateWirelessDeviceImportTaskRequest = Shapes::StructureShape.new(name: 'UpdateWirelessDeviceImportTaskRequest')
606
+ UpdateWirelessDeviceImportTaskResponse = Shapes::StructureShape.new(name: 'UpdateWirelessDeviceImportTaskResponse')
554
607
  UpdateWirelessDeviceRequest = Shapes::StructureShape.new(name: 'UpdateWirelessDeviceRequest')
555
608
  UpdateWirelessDeviceResponse = Shapes::StructureShape.new(name: 'UpdateWirelessDeviceResponse')
556
609
  UpdateWirelessGatewayRequest = Shapes::StructureShape.new(name: 'UpdateWirelessGatewayRequest')
@@ -575,10 +628,13 @@ module Aws::IoTWireless
575
628
  WirelessDeviceFrameInfo = Shapes::StringShape.new(name: 'WirelessDeviceFrameInfo')
576
629
  WirelessDeviceId = Shapes::StringShape.new(name: 'WirelessDeviceId')
577
630
  WirelessDeviceIdType = Shapes::StringShape.new(name: 'WirelessDeviceIdType')
631
+ WirelessDeviceImportTask = Shapes::StructureShape.new(name: 'WirelessDeviceImportTask')
632
+ WirelessDeviceImportTaskList = Shapes::ListShape.new(name: 'WirelessDeviceImportTaskList')
578
633
  WirelessDeviceList = Shapes::ListShape.new(name: 'WirelessDeviceList')
579
634
  WirelessDeviceLogOption = Shapes::StructureShape.new(name: 'WirelessDeviceLogOption')
580
635
  WirelessDeviceLogOptionList = Shapes::ListShape.new(name: 'WirelessDeviceLogOptionList')
581
636
  WirelessDeviceName = Shapes::StringShape.new(name: 'WirelessDeviceName')
637
+ WirelessDeviceSidewalkStatus = Shapes::StringShape.new(name: 'WirelessDeviceSidewalkStatus')
582
638
  WirelessDeviceStatistics = Shapes::StructureShape.new(name: 'WirelessDeviceStatistics')
583
639
  WirelessDeviceStatisticsList = Shapes::ListShape.new(name: 'WirelessDeviceStatisticsList')
584
640
  WirelessDeviceType = Shapes::StringShape.new(name: 'WirelessDeviceType')
@@ -752,6 +808,7 @@ module Aws::IoTWireless
752
808
  CreateDeviceProfileRequest.add_member(:lo_ra_wan, Shapes::ShapeRef.new(shape: LoRaWANDeviceProfile, location_name: "LoRaWAN"))
753
809
  CreateDeviceProfileRequest.add_member(:tags, Shapes::ShapeRef.new(shape: TagList, location_name: "Tags"))
754
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"))
755
812
  CreateDeviceProfileRequest.struct_class = Types::CreateDeviceProfileRequest
756
813
 
757
814
  CreateDeviceProfileResponse.add_member(:arn, Shapes::ShapeRef.new(shape: DeviceProfileArn, location_name: "Arn"))
@@ -765,6 +822,9 @@ module Aws::IoTWireless
765
822
  CreateFuotaTaskRequest.add_member(:firmware_update_image, Shapes::ShapeRef.new(shape: FirmwareUpdateImage, required: true, location_name: "FirmwareUpdateImage"))
766
823
  CreateFuotaTaskRequest.add_member(:firmware_update_role, Shapes::ShapeRef.new(shape: FirmwareUpdateRole, required: true, location_name: "FirmwareUpdateRole"))
767
824
  CreateFuotaTaskRequest.add_member(:tags, Shapes::ShapeRef.new(shape: TagList, location_name: "Tags"))
825
+ CreateFuotaTaskRequest.add_member(:redundancy_percent, Shapes::ShapeRef.new(shape: RedundancyPercent, location_name: "RedundancyPercent"))
826
+ CreateFuotaTaskRequest.add_member(:fragment_size_bytes, Shapes::ShapeRef.new(shape: FragmentSizeBytes, location_name: "FragmentSizeBytes"))
827
+ CreateFuotaTaskRequest.add_member(:fragment_interval_ms, Shapes::ShapeRef.new(shape: FragmentIntervalMS, location_name: "FragmentIntervalMS"))
768
828
  CreateFuotaTaskRequest.struct_class = Types::CreateFuotaTaskRequest
769
829
 
770
830
  CreateFuotaTaskResponse.add_member(:arn, Shapes::ShapeRef.new(shape: FuotaTaskArn, location_name: "Arn"))
@@ -813,6 +873,7 @@ module Aws::IoTWireless
813
873
  CreateWirelessDeviceRequest.add_member(:lo_ra_wan, Shapes::ShapeRef.new(shape: LoRaWANDevice, location_name: "LoRaWAN"))
814
874
  CreateWirelessDeviceRequest.add_member(:tags, Shapes::ShapeRef.new(shape: TagList, location_name: "Tags"))
815
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"))
816
877
  CreateWirelessDeviceRequest.struct_class = Types::CreateWirelessDeviceRequest
817
878
 
818
879
  CreateWirelessDeviceResponse.add_member(:arn, Shapes::ShapeRef.new(shape: WirelessDeviceArn, location_name: "Arn"))
@@ -849,6 +910,15 @@ module Aws::IoTWireless
849
910
  CreateWirelessGatewayTaskResponse.add_member(:status, Shapes::ShapeRef.new(shape: WirelessGatewayTaskStatus, location_name: "Status"))
850
911
  CreateWirelessGatewayTaskResponse.struct_class = Types::CreateWirelessGatewayTaskResponse
851
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
+
852
922
  DeleteDestinationRequest.add_member(:name, Shapes::ShapeRef.new(shape: DestinationName, required: true, location: "uri", location_name: "Name"))
853
923
  DeleteDestinationRequest.struct_class = Types::DeleteDestinationRequest
854
924
 
@@ -886,6 +956,11 @@ module Aws::IoTWireless
886
956
 
887
957
  DeleteServiceProfileResponse.struct_class = Types::DeleteServiceProfileResponse
888
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
+
889
964
  DeleteWirelessDeviceRequest.add_member(:id, Shapes::ShapeRef.new(shape: WirelessDeviceId, required: true, location: "uri", location_name: "Id"))
890
965
  DeleteWirelessDeviceRequest.struct_class = Types::DeleteWirelessDeviceRequest
891
966
 
@@ -906,6 +981,12 @@ module Aws::IoTWireless
906
981
 
907
982
  DeleteWirelessGatewayTaskResponse.struct_class = Types::DeleteWirelessGatewayTaskResponse
908
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
+
909
990
  DestinationList.member = Shapes::ShapeRef.new(shape: Destinations)
910
991
 
911
992
  Destinations.add_member(:arn, Shapes::ShapeRef.new(shape: DestinationArn, location_name: "Arn"))
@@ -918,6 +999,8 @@ module Aws::IoTWireless
918
999
 
919
1000
  DeviceCertificateList.member = Shapes::ShapeRef.new(shape: CertificateList)
920
1001
 
1002
+ DeviceCreationFileList.member = Shapes::ShapeRef.new(shape: DeviceCreationFile)
1003
+
921
1004
  DeviceProfile.add_member(:arn, Shapes::ShapeRef.new(shape: DeviceProfileArn, location_name: "Arn"))
922
1005
  DeviceProfile.add_member(:name, Shapes::ShapeRef.new(shape: DeviceProfileName, location_name: "Name"))
923
1006
  DeviceProfile.add_member(:id, Shapes::ShapeRef.new(shape: DeviceProfileId, location_name: "Id"))
@@ -1034,6 +1117,7 @@ module Aws::IoTWireless
1034
1117
  GetDeviceProfileResponse.add_member(:name, Shapes::ShapeRef.new(shape: DeviceProfileName, location_name: "Name"))
1035
1118
  GetDeviceProfileResponse.add_member(:id, Shapes::ShapeRef.new(shape: DeviceProfileId, location_name: "Id"))
1036
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"))
1037
1121
  GetDeviceProfileResponse.struct_class = Types::GetDeviceProfileResponse
1038
1122
 
1039
1123
  GetEventConfigurationByResourceTypesRequest.struct_class = Types::GetEventConfigurationByResourceTypesRequest
@@ -1057,6 +1141,9 @@ module Aws::IoTWireless
1057
1141
  GetFuotaTaskResponse.add_member(:firmware_update_image, Shapes::ShapeRef.new(shape: FirmwareUpdateImage, location_name: "FirmwareUpdateImage"))
1058
1142
  GetFuotaTaskResponse.add_member(:firmware_update_role, Shapes::ShapeRef.new(shape: FirmwareUpdateRole, location_name: "FirmwareUpdateRole"))
1059
1143
  GetFuotaTaskResponse.add_member(:created_at, Shapes::ShapeRef.new(shape: CreatedAt, location_name: "CreatedAt"))
1144
+ GetFuotaTaskResponse.add_member(:redundancy_percent, Shapes::ShapeRef.new(shape: RedundancyPercent, location_name: "RedundancyPercent"))
1145
+ GetFuotaTaskResponse.add_member(:fragment_size_bytes, Shapes::ShapeRef.new(shape: FragmentSizeBytes, location_name: "FragmentSizeBytes"))
1146
+ GetFuotaTaskResponse.add_member(:fragment_interval_ms, Shapes::ShapeRef.new(shape: FragmentIntervalMS, location_name: "FragmentIntervalMS"))
1060
1147
  GetFuotaTaskResponse.struct_class = Types::GetFuotaTaskResponse
1061
1148
 
1062
1149
  GetLogLevelsByResourceTypesRequest.struct_class = Types::GetLogLevelsByResourceTypesRequest
@@ -1180,6 +1267,22 @@ module Aws::IoTWireless
1180
1267
  GetServiceProfileResponse.add_member(:lo_ra_wan, Shapes::ShapeRef.new(shape: LoRaWANGetServiceProfileInfo, location_name: "LoRaWAN"))
1181
1268
  GetServiceProfileResponse.struct_class = Types::GetServiceProfileResponse
1182
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
+
1183
1286
  GetWirelessDeviceRequest.add_member(:identifier, Shapes::ShapeRef.new(shape: Identifier, required: true, location: "uri", location_name: "Identifier"))
1184
1287
  GetWirelessDeviceRequest.add_member(:identifier_type, Shapes::ShapeRef.new(shape: WirelessDeviceIdType, required: true, location: "querystring", location_name: "identifierType"))
1185
1288
  GetWirelessDeviceRequest.struct_class = Types::GetWirelessDeviceRequest
@@ -1295,6 +1398,17 @@ module Aws::IoTWireless
1295
1398
  GsmObj.add_member(:gsm_nmr, Shapes::ShapeRef.new(shape: GsmNmrList, location_name: "GsmNmr"))
1296
1399
  GsmObj.struct_class = Types::GsmObj
1297
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
+
1298
1412
  InternalServerException.add_member(:message, Shapes::ShapeRef.new(shape: Message, location_name: "Message"))
1299
1413
  InternalServerException.struct_class = Types::InternalServerException
1300
1414
 
@@ -1322,12 +1436,24 @@ module Aws::IoTWireless
1322
1436
 
1323
1437
  ListDeviceProfilesRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location: "querystring", location_name: "nextToken"))
1324
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"))
1325
1440
  ListDeviceProfilesRequest.struct_class = Types::ListDeviceProfilesRequest
1326
1441
 
1327
1442
  ListDeviceProfilesResponse.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location_name: "NextToken"))
1328
1443
  ListDeviceProfilesResponse.add_member(:device_profile_list, Shapes::ShapeRef.new(shape: DeviceProfileList, location_name: "DeviceProfileList"))
1329
1444
  ListDeviceProfilesResponse.struct_class = Types::ListDeviceProfilesResponse
1330
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
+
1331
1457
  ListEventConfigurationsRequest.add_member(:resource_type, Shapes::ShapeRef.new(shape: EventNotificationResourceType, required: true, location: "querystring", location_name: "resourceType"))
1332
1458
  ListEventConfigurationsRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: MaxResults, location: "querystring", location_name: "maxResults"))
1333
1459
  ListEventConfigurationsRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location: "querystring", location_name: "nextToken"))
@@ -1411,6 +1537,14 @@ module Aws::IoTWireless
1411
1537
  ListTagsForResourceResponse.add_member(:tags, Shapes::ShapeRef.new(shape: TagList, location_name: "Tags"))
1412
1538
  ListTagsForResourceResponse.struct_class = Types::ListTagsForResourceResponse
1413
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
+
1414
1548
  ListWirelessDevicesRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: MaxResults, location: "querystring", location_name: "maxResults"))
1415
1549
  ListWirelessDevicesRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location: "querystring", location_name: "nextToken"))
1416
1550
  ListWirelessDevicesRequest.add_member(:destination_name, Shapes::ShapeRef.new(shape: DestinationName, location: "querystring", location_name: "destinationName"))
@@ -1688,6 +1822,8 @@ module Aws::IoTWireless
1688
1822
  Positioning.add_member(:gnss, Shapes::ShapeRef.new(shape: FPort, location_name: "Gnss"))
1689
1823
  Positioning.struct_class = Types::Positioning
1690
1824
 
1825
+ PrivateKeysList.member = Shapes::ShapeRef.new(shape: CertificateList)
1826
+
1691
1827
  ProximityEventConfiguration.add_member(:sidewalk, Shapes::ShapeRef.new(shape: SidewalkEventNotificationConfigurations, location_name: "Sidewalk"))
1692
1828
  ProximityEventConfiguration.add_member(:wireless_device_id_event_topic, Shapes::ShapeRef.new(shape: EventNotificationTopicStatus, location_name: "WirelessDeviceIdEventTopic"))
1693
1829
  ProximityEventConfiguration.struct_class = Types::ProximityEventConfiguration
@@ -1780,10 +1916,19 @@ module Aws::IoTWireless
1780
1916
 
1781
1917
  SidewalkAccountList.member = Shapes::ShapeRef.new(shape: SidewalkAccountInfoWithFingerprint)
1782
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
+
1783
1924
  SidewalkDevice.add_member(:amazon_id, Shapes::ShapeRef.new(shape: AmazonId, location_name: "AmazonId"))
1784
1925
  SidewalkDevice.add_member(:sidewalk_id, Shapes::ShapeRef.new(shape: SidewalkId, location_name: "SidewalkId"))
1785
1926
  SidewalkDevice.add_member(:sidewalk_manufacturing_sn, Shapes::ShapeRef.new(shape: SidewalkManufacturingSn, location_name: "SidewalkManufacturingSn"))
1786
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"))
1787
1932
  SidewalkDevice.struct_class = Types::SidewalkDevice
1788
1933
 
1789
1934
  SidewalkDeviceMetadata.add_member(:rssi, Shapes::ShapeRef.new(shape: Integer, location_name: "Rssi"))
@@ -1795,10 +1940,21 @@ module Aws::IoTWireless
1795
1940
  SidewalkEventNotificationConfigurations.add_member(:amazon_id_event_topic, Shapes::ShapeRef.new(shape: EventNotificationTopicStatus, location_name: "AmazonIdEventTopic"))
1796
1941
  SidewalkEventNotificationConfigurations.struct_class = Types::SidewalkEventNotificationConfigurations
1797
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
+
1798
1952
  SidewalkListDevice.add_member(:amazon_id, Shapes::ShapeRef.new(shape: AmazonId, location_name: "AmazonId"))
1799
1953
  SidewalkListDevice.add_member(:sidewalk_id, Shapes::ShapeRef.new(shape: SidewalkId, location_name: "SidewalkId"))
1800
1954
  SidewalkListDevice.add_member(:sidewalk_manufacturing_sn, Shapes::ShapeRef.new(shape: SidewalkManufacturingSn, location_name: "SidewalkManufacturingSn"))
1801
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"))
1802
1958
  SidewalkListDevice.struct_class = Types::SidewalkListDevice
1803
1959
 
1804
1960
  SidewalkResourceTypeEventConfiguration.add_member(:wireless_device_event_topic, Shapes::ShapeRef.new(shape: EventNotificationTopicStatus, location_name: "WirelessDeviceEventTopic"))
@@ -1809,9 +1965,19 @@ module Aws::IoTWireless
1809
1965
  SidewalkSendDataToDevice.add_member(:ack_mode_retry_duration_secs, Shapes::ShapeRef.new(shape: AckModeRetryDurationSecs, location_name: "AckModeRetryDurationSecs"))
1810
1966
  SidewalkSendDataToDevice.struct_class = Types::SidewalkSendDataToDevice
1811
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
+
1812
1975
  SidewalkUpdateAccount.add_member(:app_server_private_key, Shapes::ShapeRef.new(shape: AppServerPrivateKey, location_name: "AppServerPrivateKey"))
1813
1976
  SidewalkUpdateAccount.struct_class = Types::SidewalkUpdateAccount
1814
1977
 
1978
+ SidewalkUpdateImportInfo.add_member(:device_creation_file, Shapes::ShapeRef.new(shape: DeviceCreationFile, location_name: "DeviceCreationFile"))
1979
+ SidewalkUpdateImportInfo.struct_class = Types::SidewalkUpdateImportInfo
1980
+
1815
1981
  StartBulkAssociateWirelessDeviceWithMulticastGroupRequest.add_member(:id, Shapes::ShapeRef.new(shape: MulticastGroupId, required: true, location: "uri", location_name: "Id"))
1816
1982
  StartBulkAssociateWirelessDeviceWithMulticastGroupRequest.add_member(:query_string, Shapes::ShapeRef.new(shape: QueryString, location_name: "QueryString"))
1817
1983
  StartBulkAssociateWirelessDeviceWithMulticastGroupRequest.add_member(:tags, Shapes::ShapeRef.new(shape: TagList, location_name: "Tags"))
@@ -1838,6 +2004,27 @@ module Aws::IoTWireless
1838
2004
 
1839
2005
  StartMulticastGroupSessionResponse.struct_class = Types::StartMulticastGroupSessionResponse
1840
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
+
1841
2028
  SubBands.member = Shapes::ShapeRef.new(shape: SubBand)
1842
2029
 
1843
2030
  Tag.add_member(:key, Shapes::ShapeRef.new(shape: TagKey, required: true, location_name: "Key"))
@@ -1937,6 +2124,9 @@ module Aws::IoTWireless
1937
2124
  UpdateFuotaTaskRequest.add_member(:lo_ra_wan, Shapes::ShapeRef.new(shape: LoRaWANFuotaTask, location_name: "LoRaWAN"))
1938
2125
  UpdateFuotaTaskRequest.add_member(:firmware_update_image, Shapes::ShapeRef.new(shape: FirmwareUpdateImage, location_name: "FirmwareUpdateImage"))
1939
2126
  UpdateFuotaTaskRequest.add_member(:firmware_update_role, Shapes::ShapeRef.new(shape: FirmwareUpdateRole, location_name: "FirmwareUpdateRole"))
2127
+ UpdateFuotaTaskRequest.add_member(:redundancy_percent, Shapes::ShapeRef.new(shape: RedundancyPercent, location_name: "RedundancyPercent"))
2128
+ UpdateFuotaTaskRequest.add_member(:fragment_size_bytes, Shapes::ShapeRef.new(shape: FragmentSizeBytes, location_name: "FragmentSizeBytes"))
2129
+ UpdateFuotaTaskRequest.add_member(:fragment_interval_ms, Shapes::ShapeRef.new(shape: FragmentIntervalMS, location_name: "FragmentIntervalMS"))
1940
2130
  UpdateFuotaTaskRequest.struct_class = Types::UpdateFuotaTaskRequest
1941
2131
 
1942
2132
  UpdateFuotaTaskResponse.struct_class = Types::UpdateFuotaTaskResponse
@@ -2002,6 +2192,12 @@ module Aws::IoTWireless
2002
2192
 
2003
2193
  UpdateResourcePositionResponse.struct_class = Types::UpdateResourcePositionResponse
2004
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
+
2005
2201
  UpdateWirelessDeviceRequest.add_member(:id, Shapes::ShapeRef.new(shape: WirelessDeviceId, required: true, location: "uri", location_name: "Id"))
2006
2202
  UpdateWirelessDeviceRequest.add_member(:destination_name, Shapes::ShapeRef.new(shape: DestinationName, location_name: "DestinationName"))
2007
2203
  UpdateWirelessDeviceRequest.add_member(:name, Shapes::ShapeRef.new(shape: WirelessDeviceName, location_name: "Name"))
@@ -2071,6 +2267,21 @@ module Aws::IoTWireless
2071
2267
 
2072
2268
  WirelessDeviceEventLogOptionList.member = Shapes::ShapeRef.new(shape: WirelessDeviceEventLogOption)
2073
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
+
2074
2285
  WirelessDeviceList.member = Shapes::ShapeRef.new(shape: WirelessDeviceId)
2075
2286
 
2076
2287
  WirelessDeviceLogOption.add_member(:type, Shapes::ShapeRef.new(shape: WirelessDeviceType, required: true, location_name: "Type"))
@@ -2501,6 +2712,20 @@ module Aws::IoTWireless
2501
2712
  o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
2502
2713
  end)
2503
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
+
2504
2729
  api.add_operation(:delete_wireless_gateway, Seahorse::Model::Operation.new.tap do |o|
2505
2730
  o.name = "DeleteWirelessGateway"
2506
2731
  o.http_method = "DELETE"
@@ -2540,6 +2765,18 @@ module Aws::IoTWireless
2540
2765
  o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
2541
2766
  end)
2542
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
+
2543
2780
  api.add_operation(:disassociate_aws_account_from_partner_account, Seahorse::Model::Operation.new.tap do |o|
2544
2781
  o.name = "DisassociateAwsAccountFromPartnerAccount"
2545
2782
  o.http_method = "DELETE"
@@ -2865,6 +3102,20 @@ module Aws::IoTWireless
2865
3102
  o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
2866
3103
  end)
2867
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
+
2868
3119
  api.add_operation(:get_wireless_device_statistics, Seahorse::Model::Operation.new.tap do |o|
2869
3120
  o.name = "GetWirelessDeviceStatistics"
2870
3121
  o.http_method = "GET"
@@ -2992,6 +3243,20 @@ module Aws::IoTWireless
2992
3243
  )
2993
3244
  end)
2994
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
+
2995
3260
  api.add_operation(:list_event_configurations, Seahorse::Model::Operation.new.tap do |o|
2996
3261
  o.name = "ListEventConfigurations"
2997
3262
  o.http_method = "GET"
@@ -3158,6 +3423,20 @@ module Aws::IoTWireless
3158
3423
  o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
3159
3424
  end)
3160
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
+
3161
3440
  api.add_operation(:list_wireless_devices, Seahorse::Model::Operation.new.tap do |o|
3162
3441
  o.name = "ListWirelessDevices"
3163
3442
  o.http_method = "GET"
@@ -3339,6 +3618,34 @@ module Aws::IoTWireless
3339
3618
  o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
3340
3619
  end)
3341
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
+
3342
3649
  api.add_operation(:tag_resource, Seahorse::Model::Operation.new.tap do |o|
3343
3650
  o.name = "TagResource"
3344
3651
  o.http_method = "POST"
@@ -3524,6 +3831,20 @@ module Aws::IoTWireless
3524
3831
  o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
3525
3832
  end)
3526
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
+
3527
3848
  api.add_operation(:update_wireless_gateway, Seahorse::Model::Operation.new.tap do |o|
3528
3849
  o.name = "UpdateWirelessGateway"
3529
3850
  o.http_method = "PATCH"