aws-sdk-iotwireless 1.5.0 → 1.10.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -33,12 +33,16 @@ module Aws::IoTWireless
33
33
  AssociateWirelessGatewayWithThingRequest = Shapes::StructureShape.new(name: 'AssociateWirelessGatewayWithThingRequest')
34
34
  AssociateWirelessGatewayWithThingResponse = Shapes::StructureShape.new(name: 'AssociateWirelessGatewayWithThingResponse')
35
35
  AutoCreateTasks = Shapes::BooleanShape.new(name: 'AutoCreateTasks')
36
+ BatteryLevel = Shapes::StringShape.new(name: 'BatteryLevel')
37
+ CertificateList = Shapes::StructureShape.new(name: 'CertificateList')
36
38
  CertificatePEM = Shapes::StringShape.new(name: 'CertificatePEM')
39
+ CertificateValue = Shapes::StringShape.new(name: 'CertificateValue')
37
40
  ChannelMask = Shapes::StringShape.new(name: 'ChannelMask')
38
41
  ClassBTimeout = Shapes::IntegerShape.new(name: 'ClassBTimeout')
39
42
  ClassCTimeout = Shapes::IntegerShape.new(name: 'ClassCTimeout')
40
43
  ClientRequestToken = Shapes::StringShape.new(name: 'ClientRequestToken')
41
44
  ConflictException = Shapes::StructureShape.new(name: 'ConflictException')
45
+ ConnectionStatus = Shapes::StringShape.new(name: 'ConnectionStatus')
42
46
  Crc = Shapes::IntegerShape.new(name: 'Crc')
43
47
  CreateDestinationRequest = Shapes::StructureShape.new(name: 'CreateDestinationRequest')
44
48
  CreateDestinationResponse = Shapes::StructureShape.new(name: 'CreateDestinationResponse')
@@ -76,11 +80,13 @@ module Aws::IoTWireless
76
80
  DevAddr = Shapes::StringShape.new(name: 'DevAddr')
77
81
  DevEui = Shapes::StringShape.new(name: 'DevEui')
78
82
  DevStatusReqFreq = Shapes::IntegerShape.new(name: 'DevStatusReqFreq')
83
+ DeviceCertificateList = Shapes::ListShape.new(name: 'DeviceCertificateList')
79
84
  DeviceProfile = Shapes::StructureShape.new(name: 'DeviceProfile')
80
85
  DeviceProfileArn = Shapes::StringShape.new(name: 'DeviceProfileArn')
81
86
  DeviceProfileId = Shapes::StringShape.new(name: 'DeviceProfileId')
82
87
  DeviceProfileList = Shapes::ListShape.new(name: 'DeviceProfileList')
83
88
  DeviceProfileName = Shapes::StringShape.new(name: 'DeviceProfileName')
89
+ DeviceState = Shapes::StringShape.new(name: 'DeviceState')
84
90
  DisassociateAwsAccountFromPartnerAccountRequest = Shapes::StructureShape.new(name: 'DisassociateAwsAccountFromPartnerAccountRequest')
85
91
  DisassociateAwsAccountFromPartnerAccountResponse = Shapes::StructureShape.new(name: 'DisassociateAwsAccountFromPartnerAccountResponse')
86
92
  DisassociateWirelessDeviceFromThingRequest = Shapes::StructureShape.new(name: 'DisassociateWirelessDeviceFromThingRequest')
@@ -96,6 +102,7 @@ module Aws::IoTWireless
96
102
  DrMax = Shapes::IntegerShape.new(name: 'DrMax')
97
103
  DrMin = Shapes::IntegerShape.new(name: 'DrMin')
98
104
  EndPoint = Shapes::StringShape.new(name: 'EndPoint')
105
+ Event = Shapes::StringShape.new(name: 'Event')
99
106
  Expression = Shapes::StringShape.new(name: 'Expression')
100
107
  ExpressionType = Shapes::StringShape.new(name: 'ExpressionType')
101
108
  FNwkSIntKey = Shapes::StringShape.new(name: 'FNwkSIntKey')
@@ -107,8 +114,12 @@ module Aws::IoTWireless
107
114
  GetDestinationResponse = Shapes::StructureShape.new(name: 'GetDestinationResponse')
108
115
  GetDeviceProfileRequest = Shapes::StructureShape.new(name: 'GetDeviceProfileRequest')
109
116
  GetDeviceProfileResponse = Shapes::StructureShape.new(name: 'GetDeviceProfileResponse')
117
+ GetLogLevelsByResourceTypesRequest = Shapes::StructureShape.new(name: 'GetLogLevelsByResourceTypesRequest')
118
+ GetLogLevelsByResourceTypesResponse = Shapes::StructureShape.new(name: 'GetLogLevelsByResourceTypesResponse')
110
119
  GetPartnerAccountRequest = Shapes::StructureShape.new(name: 'GetPartnerAccountRequest')
111
120
  GetPartnerAccountResponse = Shapes::StructureShape.new(name: 'GetPartnerAccountResponse')
121
+ GetResourceLogLevelRequest = Shapes::StructureShape.new(name: 'GetResourceLogLevelRequest')
122
+ GetResourceLogLevelResponse = Shapes::StructureShape.new(name: 'GetResourceLogLevelResponse')
112
123
  GetServiceEndpointRequest = Shapes::StructureShape.new(name: 'GetServiceEndpointRequest')
113
124
  GetServiceEndpointResponse = Shapes::StructureShape.new(name: 'GetServiceEndpointResponse')
114
125
  GetServiceProfileRequest = Shapes::StructureShape.new(name: 'GetServiceProfileRequest')
@@ -136,6 +147,8 @@ module Aws::IoTWireless
136
147
  InternalServerException = Shapes::StructureShape.new(name: 'InternalServerException')
137
148
  IotCertificateId = Shapes::StringShape.new(name: 'IotCertificateId')
138
149
  JoinEui = Shapes::StringShape.new(name: 'JoinEui')
150
+ JoinEuiFilters = Shapes::ListShape.new(name: 'JoinEuiFilters')
151
+ JoinEuiRange = Shapes::ListShape.new(name: 'JoinEuiRange')
139
152
  ListDestinationsRequest = Shapes::StructureShape.new(name: 'ListDestinationsRequest')
140
153
  ListDestinationsResponse = Shapes::StructureShape.new(name: 'ListDestinationsResponse')
141
154
  ListDeviceProfilesRequest = Shapes::StructureShape.new(name: 'ListDeviceProfilesRequest')
@@ -167,14 +180,18 @@ module Aws::IoTWireless
167
180
  LoRaWANUpdateDevice = Shapes::StructureShape.new(name: 'LoRaWANUpdateDevice')
168
181
  LoRaWANUpdateGatewayTaskCreate = Shapes::StructureShape.new(name: 'LoRaWANUpdateGatewayTaskCreate')
169
182
  LoRaWANUpdateGatewayTaskEntry = Shapes::StructureShape.new(name: 'LoRaWANUpdateGatewayTaskEntry')
183
+ LogLevel = Shapes::StringShape.new(name: 'LogLevel')
170
184
  MacVersion = Shapes::StringShape.new(name: 'MacVersion')
171
185
  MaxDutyCycle = Shapes::IntegerShape.new(name: 'MaxDutyCycle')
172
186
  MaxEirp = Shapes::IntegerShape.new(name: 'MaxEirp')
173
187
  MaxResults = Shapes::IntegerShape.new(name: 'MaxResults')
174
188
  Message = Shapes::StringShape.new(name: 'Message')
175
189
  MessageId = Shapes::StringShape.new(name: 'MessageId')
190
+ MessageType = Shapes::StringShape.new(name: 'MessageType')
176
191
  MinGwDiversity = Shapes::IntegerShape.new(name: 'MinGwDiversity')
177
192
  Model = Shapes::StringShape.new(name: 'Model')
193
+ NetId = Shapes::StringShape.new(name: 'NetId')
194
+ NetIdFilters = Shapes::ListShape.new(name: 'NetIdFilters')
178
195
  NextToken = Shapes::StringShape.new(name: 'NextToken')
179
196
  NwkGeoLoc = Shapes::BooleanShape.new(name: 'NwkGeoLoc')
180
197
  NwkKey = Shapes::StringShape.new(name: 'NwkKey')
@@ -192,11 +209,18 @@ module Aws::IoTWireless
192
209
  PingSlotPeriod = Shapes::IntegerShape.new(name: 'PingSlotPeriod')
193
210
  PrAllowed = Shapes::BooleanShape.new(name: 'PrAllowed')
194
211
  PresetFreq = Shapes::IntegerShape.new(name: 'PresetFreq')
212
+ PutResourceLogLevelRequest = Shapes::StructureShape.new(name: 'PutResourceLogLevelRequest')
213
+ PutResourceLogLevelResponse = Shapes::StructureShape.new(name: 'PutResourceLogLevelResponse')
195
214
  RaAllowed = Shapes::BooleanShape.new(name: 'RaAllowed')
196
215
  RegParamsRevision = Shapes::StringShape.new(name: 'RegParamsRevision')
197
216
  ReportDevStatusBattery = Shapes::BooleanShape.new(name: 'ReportDevStatusBattery')
198
217
  ReportDevStatusMargin = Shapes::BooleanShape.new(name: 'ReportDevStatusMargin')
218
+ ResetAllResourceLogLevelsRequest = Shapes::StructureShape.new(name: 'ResetAllResourceLogLevelsRequest')
219
+ ResetAllResourceLogLevelsResponse = Shapes::StructureShape.new(name: 'ResetAllResourceLogLevelsResponse')
220
+ ResetResourceLogLevelRequest = Shapes::StructureShape.new(name: 'ResetResourceLogLevelRequest')
221
+ ResetResourceLogLevelResponse = Shapes::StructureShape.new(name: 'ResetResourceLogLevelResponse')
199
222
  ResourceId = Shapes::StringShape.new(name: 'ResourceId')
223
+ ResourceIdentifier = Shapes::StringShape.new(name: 'ResourceIdentifier')
200
224
  ResourceNotFoundException = Shapes::StructureShape.new(name: 'ResourceNotFoundException')
201
225
  ResourceType = Shapes::StringShape.new(name: 'ResourceType')
202
226
  Result = Shapes::StringShape.new(name: 'Result')
@@ -220,10 +244,17 @@ module Aws::IoTWireless
220
244
  SidewalkAccountInfo = Shapes::StructureShape.new(name: 'SidewalkAccountInfo')
221
245
  SidewalkAccountInfoWithFingerprint = Shapes::StructureShape.new(name: 'SidewalkAccountInfoWithFingerprint')
222
246
  SidewalkAccountList = Shapes::ListShape.new(name: 'SidewalkAccountList')
247
+ SidewalkDevice = Shapes::StructureShape.new(name: 'SidewalkDevice')
248
+ SidewalkDeviceMetadata = Shapes::StructureShape.new(name: 'SidewalkDeviceMetadata')
249
+ SidewalkId = Shapes::StringShape.new(name: 'SidewalkId')
223
250
  SidewalkListDevice = Shapes::StructureShape.new(name: 'SidewalkListDevice')
251
+ SidewalkManufacturingSn = Shapes::StringShape.new(name: 'SidewalkManufacturingSn')
224
252
  SidewalkSendDataToDevice = Shapes::StructureShape.new(name: 'SidewalkSendDataToDevice')
225
253
  SidewalkUpdateAccount = Shapes::StructureShape.new(name: 'SidewalkUpdateAccount')
254
+ SigningAlg = Shapes::StringShape.new(name: 'SigningAlg')
226
255
  Station = Shapes::StringShape.new(name: 'Station')
256
+ SubBand = Shapes::IntegerShape.new(name: 'SubBand')
257
+ SubBands = Shapes::ListShape.new(name: 'SubBands')
227
258
  Supports32BitFCnt = Shapes::BooleanShape.new(name: 'Supports32BitFCnt')
228
259
  SupportsClassB = Shapes::BooleanShape.new(name: 'SupportsClassB')
229
260
  SupportsClassC = Shapes::BooleanShape.new(name: 'SupportsClassC')
@@ -251,6 +282,8 @@ module Aws::IoTWireless
251
282
  UpdateDataSource = Shapes::StringShape.new(name: 'UpdateDataSource')
252
283
  UpdateDestinationRequest = Shapes::StructureShape.new(name: 'UpdateDestinationRequest')
253
284
  UpdateDestinationResponse = Shapes::StructureShape.new(name: 'UpdateDestinationResponse')
285
+ UpdateLogLevelsByResourceTypesRequest = Shapes::StructureShape.new(name: 'UpdateLogLevelsByResourceTypesRequest')
286
+ UpdateLogLevelsByResourceTypesResponse = Shapes::StructureShape.new(name: 'UpdateLogLevelsByResourceTypesResponse')
254
287
  UpdatePartnerAccountRequest = Shapes::StructureShape.new(name: 'UpdatePartnerAccountRequest')
255
288
  UpdatePartnerAccountResponse = Shapes::StructureShape.new(name: 'UpdatePartnerAccountResponse')
256
289
  UpdateSignature = Shapes::StringShape.new(name: 'UpdateSignature')
@@ -262,15 +295,25 @@ module Aws::IoTWireless
262
295
  UpdateWirelessGatewayTaskEntry = Shapes::StructureShape.new(name: 'UpdateWirelessGatewayTaskEntry')
263
296
  ValidationException = Shapes::StructureShape.new(name: 'ValidationException')
264
297
  WirelessDeviceArn = Shapes::StringShape.new(name: 'WirelessDeviceArn')
298
+ WirelessDeviceEvent = Shapes::StringShape.new(name: 'WirelessDeviceEvent')
299
+ WirelessDeviceEventLogOption = Shapes::StructureShape.new(name: 'WirelessDeviceEventLogOption')
300
+ WirelessDeviceEventLogOptionList = Shapes::ListShape.new(name: 'WirelessDeviceEventLogOptionList')
265
301
  WirelessDeviceId = Shapes::StringShape.new(name: 'WirelessDeviceId')
266
302
  WirelessDeviceIdType = Shapes::StringShape.new(name: 'WirelessDeviceIdType')
303
+ WirelessDeviceLogOption = Shapes::StructureShape.new(name: 'WirelessDeviceLogOption')
304
+ WirelessDeviceLogOptionList = Shapes::ListShape.new(name: 'WirelessDeviceLogOptionList')
267
305
  WirelessDeviceName = Shapes::StringShape.new(name: 'WirelessDeviceName')
268
306
  WirelessDeviceStatistics = Shapes::StructureShape.new(name: 'WirelessDeviceStatistics')
269
307
  WirelessDeviceStatisticsList = Shapes::ListShape.new(name: 'WirelessDeviceStatisticsList')
270
308
  WirelessDeviceType = Shapes::StringShape.new(name: 'WirelessDeviceType')
271
309
  WirelessGatewayArn = Shapes::StringShape.new(name: 'WirelessGatewayArn')
310
+ WirelessGatewayEvent = Shapes::StringShape.new(name: 'WirelessGatewayEvent')
311
+ WirelessGatewayEventLogOption = Shapes::StructureShape.new(name: 'WirelessGatewayEventLogOption')
312
+ WirelessGatewayEventLogOptionList = Shapes::ListShape.new(name: 'WirelessGatewayEventLogOptionList')
272
313
  WirelessGatewayId = Shapes::StringShape.new(name: 'WirelessGatewayId')
273
314
  WirelessGatewayIdType = Shapes::StringShape.new(name: 'WirelessGatewayIdType')
315
+ WirelessGatewayLogOption = Shapes::StructureShape.new(name: 'WirelessGatewayLogOption')
316
+ WirelessGatewayLogOptionList = Shapes::ListShape.new(name: 'WirelessGatewayLogOptionList')
274
317
  WirelessGatewayName = Shapes::StringShape.new(name: 'WirelessGatewayName')
275
318
  WirelessGatewayServiceType = Shapes::StringShape.new(name: 'WirelessGatewayServiceType')
276
319
  WirelessGatewayStatistics = Shapes::StructureShape.new(name: 'WirelessGatewayStatistics')
@@ -281,6 +324,7 @@ module Aws::IoTWireless
281
324
  WirelessGatewayTaskDefinitionType = Shapes::StringShape.new(name: 'WirelessGatewayTaskDefinitionType')
282
325
  WirelessGatewayTaskName = Shapes::StringShape.new(name: 'WirelessGatewayTaskName')
283
326
  WirelessGatewayTaskStatus = Shapes::StringShape.new(name: 'WirelessGatewayTaskStatus')
327
+ WirelessGatewayType = Shapes::StringShape.new(name: 'WirelessGatewayType')
284
328
  WirelessMetadata = Shapes::StructureShape.new(name: 'WirelessMetadata')
285
329
 
286
330
  AbpV1_0_x.add_member(:dev_addr, Shapes::ShapeRef.new(shape: DevAddr, location_name: "DevAddr"))
@@ -322,6 +366,10 @@ module Aws::IoTWireless
322
366
 
323
367
  AssociateWirelessGatewayWithThingResponse.struct_class = Types::AssociateWirelessGatewayWithThingResponse
324
368
 
369
+ CertificateList.add_member(:signing_alg, Shapes::ShapeRef.new(shape: SigningAlg, required: true, location_name: "SigningAlg"))
370
+ CertificateList.add_member(:value, Shapes::ShapeRef.new(shape: CertificateValue, required: true, location_name: "Value"))
371
+ CertificateList.struct_class = Types::CertificateList
372
+
325
373
  ConflictException.add_member(:message, Shapes::ShapeRef.new(shape: Message, location_name: "Message"))
326
374
  ConflictException.add_member(:resource_id, Shapes::ShapeRef.new(shape: ResourceId, location_name: "ResourceId"))
327
375
  ConflictException.add_member(:resource_type, Shapes::ShapeRef.new(shape: ResourceType, location_name: "ResourceType"))
@@ -366,6 +414,7 @@ module Aws::IoTWireless
366
414
  CreateWirelessDeviceRequest.add_member(:destination_name, Shapes::ShapeRef.new(shape: DestinationName, required: true, location_name: "DestinationName"))
367
415
  CreateWirelessDeviceRequest.add_member(:client_request_token, Shapes::ShapeRef.new(shape: ClientRequestToken, location_name: "ClientRequestToken", metadata: {"idempotencyToken"=>true}))
368
416
  CreateWirelessDeviceRequest.add_member(:lo_ra_wan, Shapes::ShapeRef.new(shape: LoRaWANDevice, location_name: "LoRaWAN"))
417
+ CreateWirelessDeviceRequest.add_member(:tags, Shapes::ShapeRef.new(shape: TagList, location_name: "Tags"))
369
418
  CreateWirelessDeviceRequest.struct_class = Types::CreateWirelessDeviceRequest
370
419
 
371
420
  CreateWirelessDeviceResponse.add_member(:arn, Shapes::ShapeRef.new(shape: WirelessDeviceArn, location_name: "Arn"))
@@ -447,6 +496,8 @@ module Aws::IoTWireless
447
496
  Destinations.add_member(:role_arn, Shapes::ShapeRef.new(shape: RoleArn, location_name: "RoleArn"))
448
497
  Destinations.struct_class = Types::Destinations
449
498
 
499
+ DeviceCertificateList.member = Shapes::ShapeRef.new(shape: CertificateList)
500
+
450
501
  DeviceProfile.add_member(:arn, Shapes::ShapeRef.new(shape: DeviceProfileArn, location_name: "Arn"))
451
502
  DeviceProfile.add_member(:name, Shapes::ShapeRef.new(shape: DeviceProfileName, location_name: "Name"))
452
503
  DeviceProfile.add_member(:id, Shapes::ShapeRef.new(shape: DeviceProfileId, location_name: "Id"))
@@ -497,6 +548,13 @@ module Aws::IoTWireless
497
548
  GetDeviceProfileResponse.add_member(:lo_ra_wan, Shapes::ShapeRef.new(shape: LoRaWANDeviceProfile, location_name: "LoRaWAN"))
498
549
  GetDeviceProfileResponse.struct_class = Types::GetDeviceProfileResponse
499
550
 
551
+ GetLogLevelsByResourceTypesRequest.struct_class = Types::GetLogLevelsByResourceTypesRequest
552
+
553
+ GetLogLevelsByResourceTypesResponse.add_member(:default_log_level, Shapes::ShapeRef.new(shape: LogLevel, location_name: "DefaultLogLevel"))
554
+ GetLogLevelsByResourceTypesResponse.add_member(:wireless_gateway_log_options, Shapes::ShapeRef.new(shape: WirelessGatewayLogOptionList, location_name: "WirelessGatewayLogOptions"))
555
+ GetLogLevelsByResourceTypesResponse.add_member(:wireless_device_log_options, Shapes::ShapeRef.new(shape: WirelessDeviceLogOptionList, location_name: "WirelessDeviceLogOptions"))
556
+ GetLogLevelsByResourceTypesResponse.struct_class = Types::GetLogLevelsByResourceTypesResponse
557
+
500
558
  GetPartnerAccountRequest.add_member(:partner_account_id, Shapes::ShapeRef.new(shape: PartnerAccountId, required: true, location: "uri", location_name: "PartnerAccountId"))
501
559
  GetPartnerAccountRequest.add_member(:partner_type, Shapes::ShapeRef.new(shape: PartnerType, required: true, location: "querystring", location_name: "partnerType"))
502
560
  GetPartnerAccountRequest.struct_class = Types::GetPartnerAccountRequest
@@ -505,6 +563,13 @@ module Aws::IoTWireless
505
563
  GetPartnerAccountResponse.add_member(:account_linked, Shapes::ShapeRef.new(shape: AccountLinked, location_name: "AccountLinked"))
506
564
  GetPartnerAccountResponse.struct_class = Types::GetPartnerAccountResponse
507
565
 
566
+ GetResourceLogLevelRequest.add_member(:resource_identifier, Shapes::ShapeRef.new(shape: ResourceIdentifier, required: true, location: "uri", location_name: "ResourceIdentifier"))
567
+ GetResourceLogLevelRequest.add_member(:resource_type, Shapes::ShapeRef.new(shape: ResourceType, required: true, location: "querystring", location_name: "resourceType"))
568
+ GetResourceLogLevelRequest.struct_class = Types::GetResourceLogLevelRequest
569
+
570
+ GetResourceLogLevelResponse.add_member(:log_level, Shapes::ShapeRef.new(shape: LogLevel, location_name: "LogLevel"))
571
+ GetResourceLogLevelResponse.struct_class = Types::GetResourceLogLevelResponse
572
+
508
573
  GetServiceEndpointRequest.add_member(:service_type, Shapes::ShapeRef.new(shape: WirelessGatewayServiceType, location: "querystring", location_name: "serviceType"))
509
574
  GetServiceEndpointRequest.struct_class = Types::GetServiceEndpointRequest
510
575
 
@@ -535,6 +600,7 @@ module Aws::IoTWireless
535
600
  GetWirelessDeviceResponse.add_member(:thing_name, Shapes::ShapeRef.new(shape: ThingName, location_name: "ThingName"))
536
601
  GetWirelessDeviceResponse.add_member(:thing_arn, Shapes::ShapeRef.new(shape: ThingArn, location_name: "ThingArn"))
537
602
  GetWirelessDeviceResponse.add_member(:lo_ra_wan, Shapes::ShapeRef.new(shape: LoRaWANDevice, location_name: "LoRaWAN"))
603
+ GetWirelessDeviceResponse.add_member(:sidewalk, Shapes::ShapeRef.new(shape: SidewalkDevice, location_name: "Sidewalk"))
538
604
  GetWirelessDeviceResponse.struct_class = Types::GetWirelessDeviceResponse
539
605
 
540
606
  GetWirelessDeviceStatisticsRequest.add_member(:wireless_device_id, Shapes::ShapeRef.new(shape: WirelessDeviceId, required: true, location: "uri", location_name: "Id"))
@@ -543,6 +609,7 @@ module Aws::IoTWireless
543
609
  GetWirelessDeviceStatisticsResponse.add_member(:wireless_device_id, Shapes::ShapeRef.new(shape: WirelessDeviceId, location_name: "WirelessDeviceId"))
544
610
  GetWirelessDeviceStatisticsResponse.add_member(:last_uplink_received_at, Shapes::ShapeRef.new(shape: ISODateTimeString, location_name: "LastUplinkReceivedAt"))
545
611
  GetWirelessDeviceStatisticsResponse.add_member(:lo_ra_wan, Shapes::ShapeRef.new(shape: LoRaWANDeviceMetadata, location_name: "LoRaWAN"))
612
+ GetWirelessDeviceStatisticsResponse.add_member(:sidewalk, Shapes::ShapeRef.new(shape: SidewalkDeviceMetadata, location_name: "Sidewalk"))
546
613
  GetWirelessDeviceStatisticsResponse.struct_class = Types::GetWirelessDeviceStatisticsResponse
547
614
 
548
615
  GetWirelessGatewayCertificateRequest.add_member(:id, Shapes::ShapeRef.new(shape: WirelessGatewayId, required: true, location: "uri", location_name: "Id"))
@@ -576,6 +643,7 @@ module Aws::IoTWireless
576
643
 
577
644
  GetWirelessGatewayStatisticsResponse.add_member(:wireless_gateway_id, Shapes::ShapeRef.new(shape: WirelessGatewayId, location_name: "WirelessGatewayId"))
578
645
  GetWirelessGatewayStatisticsResponse.add_member(:last_uplink_received_at, Shapes::ShapeRef.new(shape: ISODateTimeString, location_name: "LastUplinkReceivedAt"))
646
+ GetWirelessGatewayStatisticsResponse.add_member(:connection_status, Shapes::ShapeRef.new(shape: ConnectionStatus, location_name: "ConnectionStatus"))
579
647
  GetWirelessGatewayStatisticsResponse.struct_class = Types::GetWirelessGatewayStatisticsResponse
580
648
 
581
649
  GetWirelessGatewayTaskDefinitionRequest.add_member(:id, Shapes::ShapeRef.new(shape: WirelessGatewayTaskDefinitionId, required: true, location: "uri", location_name: "Id"))
@@ -600,6 +668,10 @@ module Aws::IoTWireless
600
668
  InternalServerException.add_member(:message, Shapes::ShapeRef.new(shape: Message, location_name: "Message"))
601
669
  InternalServerException.struct_class = Types::InternalServerException
602
670
 
671
+ JoinEuiFilters.member = Shapes::ShapeRef.new(shape: JoinEuiRange)
672
+
673
+ JoinEuiRange.member = Shapes::ShapeRef.new(shape: JoinEui)
674
+
603
675
  ListDestinationsRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: MaxResults, location: "querystring", location_name: "maxResults"))
604
676
  ListDestinationsRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location: "querystring", location_name: "nextToken"))
605
677
  ListDestinationsRequest.struct_class = Types::ListDestinationsRequest
@@ -707,6 +779,9 @@ module Aws::IoTWireless
707
779
 
708
780
  LoRaWANGateway.add_member(:gateway_eui, Shapes::ShapeRef.new(shape: GatewayEui, location_name: "GatewayEui"))
709
781
  LoRaWANGateway.add_member(:rf_region, Shapes::ShapeRef.new(shape: RfRegion, location_name: "RfRegion"))
782
+ LoRaWANGateway.add_member(:join_eui_filters, Shapes::ShapeRef.new(shape: JoinEuiFilters, location_name: "JoinEuiFilters"))
783
+ LoRaWANGateway.add_member(:net_id_filters, Shapes::ShapeRef.new(shape: NetIdFilters, location_name: "NetIdFilters"))
784
+ LoRaWANGateway.add_member(:sub_bands, Shapes::ShapeRef.new(shape: SubBands, location_name: "SubBands"))
710
785
  LoRaWANGateway.struct_class = Types::LoRaWANGateway
711
786
 
712
787
  LoRaWANGatewayCurrentVersion.add_member(:current_version, Shapes::ShapeRef.new(shape: LoRaWANGatewayVersion, location_name: "CurrentVersion"))
@@ -768,6 +843,8 @@ module Aws::IoTWireless
768
843
  LoRaWANUpdateGatewayTaskEntry.add_member(:update_version, Shapes::ShapeRef.new(shape: LoRaWANGatewayVersion, location_name: "UpdateVersion"))
769
844
  LoRaWANUpdateGatewayTaskEntry.struct_class = Types::LoRaWANUpdateGatewayTaskEntry
770
845
 
846
+ NetIdFilters.member = Shapes::ShapeRef.new(shape: NetId)
847
+
771
848
  OtaaV1_0_x.add_member(:app_key, Shapes::ShapeRef.new(shape: AppKey, location_name: "AppKey"))
772
849
  OtaaV1_0_x.add_member(:app_eui, Shapes::ShapeRef.new(shape: AppEui, location_name: "AppEui"))
773
850
  OtaaV1_0_x.struct_class = Types::OtaaV1_0_x
@@ -777,6 +854,23 @@ module Aws::IoTWireless
777
854
  OtaaV1_1.add_member(:join_eui, Shapes::ShapeRef.new(shape: JoinEui, location_name: "JoinEui"))
778
855
  OtaaV1_1.struct_class = Types::OtaaV1_1
779
856
 
857
+ PutResourceLogLevelRequest.add_member(:resource_identifier, Shapes::ShapeRef.new(shape: ResourceIdentifier, required: true, location: "uri", location_name: "ResourceIdentifier"))
858
+ PutResourceLogLevelRequest.add_member(:resource_type, Shapes::ShapeRef.new(shape: ResourceType, required: true, location: "querystring", location_name: "resourceType"))
859
+ PutResourceLogLevelRequest.add_member(:log_level, Shapes::ShapeRef.new(shape: LogLevel, required: true, location_name: "LogLevel"))
860
+ PutResourceLogLevelRequest.struct_class = Types::PutResourceLogLevelRequest
861
+
862
+ PutResourceLogLevelResponse.struct_class = Types::PutResourceLogLevelResponse
863
+
864
+ ResetAllResourceLogLevelsRequest.struct_class = Types::ResetAllResourceLogLevelsRequest
865
+
866
+ ResetAllResourceLogLevelsResponse.struct_class = Types::ResetAllResourceLogLevelsResponse
867
+
868
+ ResetResourceLogLevelRequest.add_member(:resource_identifier, Shapes::ShapeRef.new(shape: ResourceIdentifier, required: true, location: "uri", location_name: "ResourceIdentifier"))
869
+ ResetResourceLogLevelRequest.add_member(:resource_type, Shapes::ShapeRef.new(shape: ResourceType, required: true, location: "querystring", location_name: "resourceType"))
870
+ ResetResourceLogLevelRequest.struct_class = Types::ResetResourceLogLevelRequest
871
+
872
+ ResetResourceLogLevelResponse.struct_class = Types::ResetResourceLogLevelResponse
873
+
780
874
  ResourceNotFoundException.add_member(:message, Shapes::ShapeRef.new(shape: Message, location_name: "Message"))
781
875
  ResourceNotFoundException.add_member(:resource_id, Shapes::ShapeRef.new(shape: ResourceId, location_name: "ResourceId"))
782
876
  ResourceNotFoundException.add_member(:resource_type, Shapes::ShapeRef.new(shape: ResourceType, location_name: "ResourceType"))
@@ -819,15 +913,32 @@ module Aws::IoTWireless
819
913
 
820
914
  SidewalkAccountList.member = Shapes::ShapeRef.new(shape: SidewalkAccountInfoWithFingerprint)
821
915
 
916
+ SidewalkDevice.add_member(:sidewalk_id, Shapes::ShapeRef.new(shape: SidewalkId, location_name: "SidewalkId"))
917
+ SidewalkDevice.add_member(:sidewalk_manufacturing_sn, Shapes::ShapeRef.new(shape: SidewalkManufacturingSn, location_name: "SidewalkManufacturingSn"))
918
+ SidewalkDevice.add_member(:device_certificates, Shapes::ShapeRef.new(shape: DeviceCertificateList, location_name: "DeviceCertificates"))
919
+ SidewalkDevice.struct_class = Types::SidewalkDevice
920
+
921
+ SidewalkDeviceMetadata.add_member(:rssi, Shapes::ShapeRef.new(shape: Integer, location_name: "Rssi"))
922
+ SidewalkDeviceMetadata.add_member(:battery_level, Shapes::ShapeRef.new(shape: BatteryLevel, location_name: "BatteryLevel"))
923
+ SidewalkDeviceMetadata.add_member(:event, Shapes::ShapeRef.new(shape: Event, location_name: "Event"))
924
+ SidewalkDeviceMetadata.add_member(:device_state, Shapes::ShapeRef.new(shape: DeviceState, location_name: "DeviceState"))
925
+ SidewalkDeviceMetadata.struct_class = Types::SidewalkDeviceMetadata
926
+
822
927
  SidewalkListDevice.add_member(:amazon_id, Shapes::ShapeRef.new(shape: AmazonId, location_name: "AmazonId"))
928
+ SidewalkListDevice.add_member(:sidewalk_id, Shapes::ShapeRef.new(shape: SidewalkId, location_name: "SidewalkId"))
929
+ SidewalkListDevice.add_member(:sidewalk_manufacturing_sn, Shapes::ShapeRef.new(shape: SidewalkManufacturingSn, location_name: "SidewalkManufacturingSn"))
930
+ SidewalkListDevice.add_member(:device_certificates, Shapes::ShapeRef.new(shape: DeviceCertificateList, location_name: "DeviceCertificates"))
823
931
  SidewalkListDevice.struct_class = Types::SidewalkListDevice
824
932
 
825
933
  SidewalkSendDataToDevice.add_member(:seq, Shapes::ShapeRef.new(shape: Seq, location_name: "Seq"))
934
+ SidewalkSendDataToDevice.add_member(:message_type, Shapes::ShapeRef.new(shape: MessageType, location_name: "MessageType"))
826
935
  SidewalkSendDataToDevice.struct_class = Types::SidewalkSendDataToDevice
827
936
 
828
937
  SidewalkUpdateAccount.add_member(:app_server_private_key, Shapes::ShapeRef.new(shape: AppServerPrivateKey, location_name: "AppServerPrivateKey"))
829
938
  SidewalkUpdateAccount.struct_class = Types::SidewalkUpdateAccount
830
939
 
940
+ SubBands.member = Shapes::ShapeRef.new(shape: SubBand)
941
+
831
942
  Tag.add_member(:key, Shapes::ShapeRef.new(shape: TagKey, required: true, location_name: "Key"))
832
943
  Tag.add_member(:value, Shapes::ShapeRef.new(shape: TagValue, required: true, location_name: "Value"))
833
944
  Tag.struct_class = Types::Tag
@@ -870,6 +981,13 @@ module Aws::IoTWireless
870
981
 
871
982
  UpdateDestinationResponse.struct_class = Types::UpdateDestinationResponse
872
983
 
984
+ UpdateLogLevelsByResourceTypesRequest.add_member(:default_log_level, Shapes::ShapeRef.new(shape: LogLevel, location_name: "DefaultLogLevel"))
985
+ UpdateLogLevelsByResourceTypesRequest.add_member(:wireless_device_log_options, Shapes::ShapeRef.new(shape: WirelessDeviceLogOptionList, location_name: "WirelessDeviceLogOptions"))
986
+ UpdateLogLevelsByResourceTypesRequest.add_member(:wireless_gateway_log_options, Shapes::ShapeRef.new(shape: WirelessGatewayLogOptionList, location_name: "WirelessGatewayLogOptions"))
987
+ UpdateLogLevelsByResourceTypesRequest.struct_class = Types::UpdateLogLevelsByResourceTypesRequest
988
+
989
+ UpdateLogLevelsByResourceTypesResponse.struct_class = Types::UpdateLogLevelsByResourceTypesResponse
990
+
873
991
  UpdatePartnerAccountRequest.add_member(:sidewalk, Shapes::ShapeRef.new(shape: SidewalkUpdateAccount, required: true, location_name: "Sidewalk"))
874
992
  UpdatePartnerAccountRequest.add_member(:partner_account_id, Shapes::ShapeRef.new(shape: PartnerAccountId, required: true, location: "uri", location_name: "PartnerAccountId"))
875
993
  UpdatePartnerAccountRequest.add_member(:partner_type, Shapes::ShapeRef.new(shape: PartnerType, required: true, location: "querystring", location_name: "partnerType"))
@@ -889,6 +1007,8 @@ module Aws::IoTWireless
889
1007
  UpdateWirelessGatewayRequest.add_member(:id, Shapes::ShapeRef.new(shape: WirelessGatewayId, required: true, location: "uri", location_name: "Id"))
890
1008
  UpdateWirelessGatewayRequest.add_member(:name, Shapes::ShapeRef.new(shape: WirelessGatewayName, location_name: "Name"))
891
1009
  UpdateWirelessGatewayRequest.add_member(:description, Shapes::ShapeRef.new(shape: Description, location_name: "Description"))
1010
+ UpdateWirelessGatewayRequest.add_member(:join_eui_filters, Shapes::ShapeRef.new(shape: JoinEuiFilters, location_name: "JoinEuiFilters"))
1011
+ UpdateWirelessGatewayRequest.add_member(:net_id_filters, Shapes::ShapeRef.new(shape: NetIdFilters, location_name: "NetIdFilters"))
892
1012
  UpdateWirelessGatewayRequest.struct_class = Types::UpdateWirelessGatewayRequest
893
1013
 
894
1014
  UpdateWirelessGatewayResponse.struct_class = Types::UpdateWirelessGatewayResponse
@@ -906,6 +1026,19 @@ module Aws::IoTWireless
906
1026
  ValidationException.add_member(:message, Shapes::ShapeRef.new(shape: Message, location_name: "Message"))
907
1027
  ValidationException.struct_class = Types::ValidationException
908
1028
 
1029
+ WirelessDeviceEventLogOption.add_member(:event, Shapes::ShapeRef.new(shape: WirelessDeviceEvent, required: true, location_name: "Event"))
1030
+ WirelessDeviceEventLogOption.add_member(:log_level, Shapes::ShapeRef.new(shape: LogLevel, required: true, location_name: "LogLevel"))
1031
+ WirelessDeviceEventLogOption.struct_class = Types::WirelessDeviceEventLogOption
1032
+
1033
+ WirelessDeviceEventLogOptionList.member = Shapes::ShapeRef.new(shape: WirelessDeviceEventLogOption)
1034
+
1035
+ WirelessDeviceLogOption.add_member(:type, Shapes::ShapeRef.new(shape: WirelessDeviceType, required: true, location_name: "Type"))
1036
+ WirelessDeviceLogOption.add_member(:log_level, Shapes::ShapeRef.new(shape: LogLevel, required: true, location_name: "LogLevel"))
1037
+ WirelessDeviceLogOption.add_member(:events, Shapes::ShapeRef.new(shape: WirelessDeviceEventLogOptionList, location_name: "Events"))
1038
+ WirelessDeviceLogOption.struct_class = Types::WirelessDeviceLogOption
1039
+
1040
+ WirelessDeviceLogOptionList.member = Shapes::ShapeRef.new(shape: WirelessDeviceLogOption)
1041
+
909
1042
  WirelessDeviceStatistics.add_member(:arn, Shapes::ShapeRef.new(shape: WirelessDeviceArn, location_name: "Arn"))
910
1043
  WirelessDeviceStatistics.add_member(:id, Shapes::ShapeRef.new(shape: WirelessDeviceId, location_name: "Id"))
911
1044
  WirelessDeviceStatistics.add_member(:type, Shapes::ShapeRef.new(shape: WirelessDeviceType, location_name: "Type"))
@@ -918,6 +1051,19 @@ module Aws::IoTWireless
918
1051
 
919
1052
  WirelessDeviceStatisticsList.member = Shapes::ShapeRef.new(shape: WirelessDeviceStatistics)
920
1053
 
1054
+ WirelessGatewayEventLogOption.add_member(:event, Shapes::ShapeRef.new(shape: WirelessGatewayEvent, required: true, location_name: "Event"))
1055
+ WirelessGatewayEventLogOption.add_member(:log_level, Shapes::ShapeRef.new(shape: LogLevel, required: true, location_name: "LogLevel"))
1056
+ WirelessGatewayEventLogOption.struct_class = Types::WirelessGatewayEventLogOption
1057
+
1058
+ WirelessGatewayEventLogOptionList.member = Shapes::ShapeRef.new(shape: WirelessGatewayEventLogOption)
1059
+
1060
+ WirelessGatewayLogOption.add_member(:type, Shapes::ShapeRef.new(shape: WirelessGatewayType, required: true, location_name: "Type"))
1061
+ WirelessGatewayLogOption.add_member(:log_level, Shapes::ShapeRef.new(shape: LogLevel, required: true, location_name: "LogLevel"))
1062
+ WirelessGatewayLogOption.add_member(:events, Shapes::ShapeRef.new(shape: WirelessGatewayEventLogOptionList, location_name: "Events"))
1063
+ WirelessGatewayLogOption.struct_class = Types::WirelessGatewayLogOption
1064
+
1065
+ WirelessGatewayLogOptionList.member = Shapes::ShapeRef.new(shape: WirelessGatewayLogOption)
1066
+
921
1067
  WirelessGatewayStatistics.add_member(:arn, Shapes::ShapeRef.new(shape: WirelessGatewayArn, location_name: "Arn"))
922
1068
  WirelessGatewayStatistics.add_member(:id, Shapes::ShapeRef.new(shape: WirelessGatewayId, location_name: "Id"))
923
1069
  WirelessGatewayStatistics.add_member(:name, Shapes::ShapeRef.new(shape: WirelessGatewayName, location_name: "Name"))
@@ -1275,6 +1421,19 @@ module Aws::IoTWireless
1275
1421
  o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
1276
1422
  end)
1277
1423
 
1424
+ api.add_operation(:get_log_levels_by_resource_types, Seahorse::Model::Operation.new.tap do |o|
1425
+ o.name = "GetLogLevelsByResourceTypes"
1426
+ o.http_method = "GET"
1427
+ o.http_request_uri = "/log-levels"
1428
+ o.input = Shapes::ShapeRef.new(shape: GetLogLevelsByResourceTypesRequest)
1429
+ o.output = Shapes::ShapeRef.new(shape: GetLogLevelsByResourceTypesResponse)
1430
+ o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
1431
+ o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
1432
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
1433
+ o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
1434
+ o.errors << Shapes::ShapeRef.new(shape: ValidationException)
1435
+ end)
1436
+
1278
1437
  api.add_operation(:get_partner_account, Seahorse::Model::Operation.new.tap do |o|
1279
1438
  o.name = "GetPartnerAccount"
1280
1439
  o.http_method = "GET"
@@ -1287,6 +1446,19 @@ module Aws::IoTWireless
1287
1446
  o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
1288
1447
  end)
1289
1448
 
1449
+ api.add_operation(:get_resource_log_level, Seahorse::Model::Operation.new.tap do |o|
1450
+ o.name = "GetResourceLogLevel"
1451
+ o.http_method = "GET"
1452
+ o.http_request_uri = "/log-levels/{ResourceIdentifier}"
1453
+ o.input = Shapes::ShapeRef.new(shape: GetResourceLogLevelRequest)
1454
+ o.output = Shapes::ShapeRef.new(shape: GetResourceLogLevelResponse)
1455
+ o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
1456
+ o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
1457
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
1458
+ o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
1459
+ o.errors << Shapes::ShapeRef.new(shape: ValidationException)
1460
+ end)
1461
+
1290
1462
  api.add_operation(:get_service_endpoint, Seahorse::Model::Operation.new.tap do |o|
1291
1463
  o.name = "GetServiceEndpoint"
1292
1464
  o.http_method = "GET"
@@ -1543,6 +1715,45 @@ module Aws::IoTWireless
1543
1715
  )
1544
1716
  end)
1545
1717
 
1718
+ api.add_operation(:put_resource_log_level, Seahorse::Model::Operation.new.tap do |o|
1719
+ o.name = "PutResourceLogLevel"
1720
+ o.http_method = "PUT"
1721
+ o.http_request_uri = "/log-levels/{ResourceIdentifier}"
1722
+ o.input = Shapes::ShapeRef.new(shape: PutResourceLogLevelRequest)
1723
+ o.output = Shapes::ShapeRef.new(shape: PutResourceLogLevelResponse)
1724
+ o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
1725
+ o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
1726
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
1727
+ o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
1728
+ o.errors << Shapes::ShapeRef.new(shape: ValidationException)
1729
+ end)
1730
+
1731
+ api.add_operation(:reset_all_resource_log_levels, Seahorse::Model::Operation.new.tap do |o|
1732
+ o.name = "ResetAllResourceLogLevels"
1733
+ o.http_method = "DELETE"
1734
+ o.http_request_uri = "/log-levels"
1735
+ o.input = Shapes::ShapeRef.new(shape: ResetAllResourceLogLevelsRequest)
1736
+ o.output = Shapes::ShapeRef.new(shape: ResetAllResourceLogLevelsResponse)
1737
+ o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
1738
+ o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
1739
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
1740
+ o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
1741
+ o.errors << Shapes::ShapeRef.new(shape: ValidationException)
1742
+ end)
1743
+
1744
+ api.add_operation(:reset_resource_log_level, Seahorse::Model::Operation.new.tap do |o|
1745
+ o.name = "ResetResourceLogLevel"
1746
+ o.http_method = "DELETE"
1747
+ o.http_request_uri = "/log-levels/{ResourceIdentifier}"
1748
+ o.input = Shapes::ShapeRef.new(shape: ResetResourceLogLevelRequest)
1749
+ o.output = Shapes::ShapeRef.new(shape: ResetResourceLogLevelResponse)
1750
+ o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
1751
+ o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
1752
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
1753
+ o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
1754
+ o.errors << Shapes::ShapeRef.new(shape: ValidationException)
1755
+ end)
1756
+
1546
1757
  api.add_operation(:send_data_to_wireless_device, Seahorse::Model::Operation.new.tap do |o|
1547
1758
  o.name = "SendDataToWirelessDevice"
1548
1759
  o.http_method = "POST"
@@ -1607,6 +1818,20 @@ module Aws::IoTWireless
1607
1818
  o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
1608
1819
  end)
1609
1820
 
1821
+ api.add_operation(:update_log_levels_by_resource_types, Seahorse::Model::Operation.new.tap do |o|
1822
+ o.name = "UpdateLogLevelsByResourceTypes"
1823
+ o.http_method = "POST"
1824
+ o.http_request_uri = "/log-levels"
1825
+ o.input = Shapes::ShapeRef.new(shape: UpdateLogLevelsByResourceTypesRequest)
1826
+ o.output = Shapes::ShapeRef.new(shape: UpdateLogLevelsByResourceTypesResponse)
1827
+ o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
1828
+ o.errors << Shapes::ShapeRef.new(shape: ConflictException)
1829
+ o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
1830
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
1831
+ o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
1832
+ o.errors << Shapes::ShapeRef.new(shape: ValidationException)
1833
+ end)
1834
+
1610
1835
  api.add_operation(:update_partner_account, Seahorse::Model::Operation.new.tap do |o|
1611
1836
  o.name = "UpdatePartnerAccount"
1612
1837
  o.http_method = "PATCH"