Skip to content

Commit

Permalink
feat(client-iot-wireless): Add RoamingDeviceSNR and RoamingDeviceRSSI…
Browse files Browse the repository at this point in the history
… to Customer Metrics.
  • Loading branch information
awstools committed Jun 13, 2024
1 parent 5fff081 commit b0de95c
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 2 deletions.
4 changes: 2 additions & 2 deletions clients/client-iot-wireless/src/commands/GetMetricsCommand.ts
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ export interface GetMetricsCommandOutput extends GetMetricsResponse, __MetadataB
* SummaryMetricQueries: [ // SummaryMetricQueries
* { // SummaryMetricQuery
* QueryId: "STRING_VALUE",
* MetricName: "DeviceRSSI" || "DeviceSNR" || "DeviceUplinkCount" || "DeviceDownlinkCount" || "DeviceUplinkLostCount" || "DeviceUplinkLostRate" || "DeviceJoinRequestCount" || "DeviceJoinAcceptCount" || "DeviceRoamingUplinkCount" || "DeviceRoamingDownlinkCount" || "GatewayUpTime" || "GatewayDownTime" || "GatewayRSSI" || "GatewaySNR" || "GatewayUplinkCount" || "GatewayDownlinkCount" || "GatewayJoinRequestCount" || "GatewayJoinAcceptCount" || "AwsAccountUplinkCount" || "AwsAccountDownlinkCount" || "AwsAccountUplinkLostCount" || "AwsAccountUplinkLostRate" || "AwsAccountJoinRequestCount" || "AwsAccountJoinAcceptCount" || "AwsAccountRoamingUplinkCount" || "AwsAccountRoamingDownlinkCount" || "AwsAccountDeviceCount" || "AwsAccountGatewayCount" || "AwsAccountActiveDeviceCount" || "AwsAccountActiveGatewayCount",
* MetricName: "DeviceRSSI" || "DeviceSNR" || "DeviceRoamingRSSI" || "DeviceRoamingSNR" || "DeviceUplinkCount" || "DeviceDownlinkCount" || "DeviceUplinkLostCount" || "DeviceUplinkLostRate" || "DeviceJoinRequestCount" || "DeviceJoinAcceptCount" || "DeviceRoamingUplinkCount" || "DeviceRoamingDownlinkCount" || "GatewayUpTime" || "GatewayDownTime" || "GatewayRSSI" || "GatewaySNR" || "GatewayUplinkCount" || "GatewayDownlinkCount" || "GatewayJoinRequestCount" || "GatewayJoinAcceptCount" || "AwsAccountUplinkCount" || "AwsAccountDownlinkCount" || "AwsAccountUplinkLostCount" || "AwsAccountUplinkLostRate" || "AwsAccountJoinRequestCount" || "AwsAccountJoinAcceptCount" || "AwsAccountRoamingUplinkCount" || "AwsAccountRoamingDownlinkCount" || "AwsAccountDeviceCount" || "AwsAccountGatewayCount" || "AwsAccountActiveDeviceCount" || "AwsAccountActiveGatewayCount",
* Dimensions: [ // Dimensions
* { // Dimension
* name: "DeviceId" || "GatewayId",
Expand All @@ -60,7 +60,7 @@ export interface GetMetricsCommandOutput extends GetMetricsResponse, __MetadataB
* // QueryId: "STRING_VALUE",
* // QueryStatus: "Succeeded" || "Failed",
* // Error: "STRING_VALUE",
* // MetricName: "DeviceRSSI" || "DeviceSNR" || "DeviceUplinkCount" || "DeviceDownlinkCount" || "DeviceUplinkLostCount" || "DeviceUplinkLostRate" || "DeviceJoinRequestCount" || "DeviceJoinAcceptCount" || "DeviceRoamingUplinkCount" || "DeviceRoamingDownlinkCount" || "GatewayUpTime" || "GatewayDownTime" || "GatewayRSSI" || "GatewaySNR" || "GatewayUplinkCount" || "GatewayDownlinkCount" || "GatewayJoinRequestCount" || "GatewayJoinAcceptCount" || "AwsAccountUplinkCount" || "AwsAccountDownlinkCount" || "AwsAccountUplinkLostCount" || "AwsAccountUplinkLostRate" || "AwsAccountJoinRequestCount" || "AwsAccountJoinAcceptCount" || "AwsAccountRoamingUplinkCount" || "AwsAccountRoamingDownlinkCount" || "AwsAccountDeviceCount" || "AwsAccountGatewayCount" || "AwsAccountActiveDeviceCount" || "AwsAccountActiveGatewayCount",
* // MetricName: "DeviceRSSI" || "DeviceSNR" || "DeviceRoamingRSSI" || "DeviceRoamingSNR" || "DeviceUplinkCount" || "DeviceDownlinkCount" || "DeviceUplinkLostCount" || "DeviceUplinkLostRate" || "DeviceJoinRequestCount" || "DeviceJoinAcceptCount" || "DeviceRoamingUplinkCount" || "DeviceRoamingDownlinkCount" || "GatewayUpTime" || "GatewayDownTime" || "GatewayRSSI" || "GatewaySNR" || "GatewayUplinkCount" || "GatewayDownlinkCount" || "GatewayJoinRequestCount" || "GatewayJoinAcceptCount" || "AwsAccountUplinkCount" || "AwsAccountDownlinkCount" || "AwsAccountUplinkLostCount" || "AwsAccountUplinkLostRate" || "AwsAccountJoinRequestCount" || "AwsAccountJoinAcceptCount" || "AwsAccountRoamingUplinkCount" || "AwsAccountRoamingDownlinkCount" || "AwsAccountDeviceCount" || "AwsAccountGatewayCount" || "AwsAccountActiveDeviceCount" || "AwsAccountActiveGatewayCount",
* // Dimensions: [ // Dimensions
* // { // Dimension
* // name: "DeviceId" || "GatewayId",
Expand Down
2 changes: 2 additions & 0 deletions clients/client-iot-wireless/src/models/models_0.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4246,6 +4246,8 @@ export const MetricName = {
DeviceJoinRequestCount: "DeviceJoinRequestCount",
DeviceRSSI: "DeviceRSSI",
DeviceRoamingDownlinkCount: "DeviceRoamingDownlinkCount",
DeviceRoamingRSSI: "DeviceRoamingRSSI",
DeviceRoamingSNR: "DeviceRoamingSNR",
DeviceRoamingUplinkCount: "DeviceRoamingUplinkCount",
DeviceSNR: "DeviceSNR",
DeviceUplinkCount: "DeviceUplinkCount",
Expand Down
12 changes: 12 additions & 0 deletions codegen/sdk-codegen/aws-models/iot-wireless.json
Original file line number Diff line number Diff line change
Expand Up @@ -10165,6 +10165,18 @@
"smithy.api#enumValue": "DeviceSNR"
}
},
"DeviceRoamingRSSI": {
"target": "smithy.api#Unit",
"traits": {
"smithy.api#enumValue": "DeviceRoamingRSSI"
}
},
"DeviceRoamingSNR": {
"target": "smithy.api#Unit",
"traits": {
"smithy.api#enumValue": "DeviceRoamingSNR"
}
},
"DeviceUplinkCount": {
"target": "smithy.api#Unit",
"traits": {
Expand Down

0 comments on commit b0de95c

Please sign in to comment.