Skip to content

Commit 6b270db

Browse files
author
AWS
committed
AWS IoT Wireless Update: Add RoamingDeviceSNR and RoamingDeviceRSSI to Customer Metrics.
1 parent 8871945 commit 6b270db

File tree

2 files changed

+10
-1
lines changed

2 files changed

+10
-1
lines changed
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
{
2+
"type": "feature",
3+
"category": "AWS IoT Wireless",
4+
"contributor": "",
5+
"description": "Add RoamingDeviceSNR and RoamingDeviceRSSI to Customer Metrics."
6+
}

services/iotwireless/src/main/resources/codegen-resources/service-2.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,8 @@
99
"serviceId":"IoT Wireless",
1010
"signatureVersion":"v4",
1111
"signingName":"iotwireless",
12-
"uid":"iotwireless-2020-11-22"
12+
"uid":"iotwireless-2020-11-22",
13+
"auth":["aws.auth#sigv4"]
1314
},
1415
"operations":{
1516
"AssociateAwsAccountWithPartnerAccount":{
@@ -6632,6 +6633,8 @@
66326633
"enum":[
66336634
"DeviceRSSI",
66346635
"DeviceSNR",
6636+
"DeviceRoamingRSSI",
6637+
"DeviceRoamingSNR",
66356638
"DeviceUplinkCount",
66366639
"DeviceDownlinkCount",
66376640
"DeviceUplinkLostCount",

0 commit comments

Comments
 (0)