@@ -39,7 +39,7 @@ export interface GetMetricsCommandOutput extends GetMetricsResponse, __MetadataB
3939 * SummaryMetricQueries: [ // SummaryMetricQueries
4040 * { // SummaryMetricQuery
4141 * QueryId: "STRING_VALUE",
42- * 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",
42+ * 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",
4343 * Dimensions: [ // Dimensions
4444 * { // Dimension
4545 * name: "DeviceId" || "GatewayId",
@@ -60,7 +60,7 @@ export interface GetMetricsCommandOutput extends GetMetricsResponse, __MetadataB
6060 * // QueryId: "STRING_VALUE",
6161 * // QueryStatus: "Succeeded" || "Failed",
6262 * // Error: "STRING_VALUE",
63- * // 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",
63+ * // 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",
6464 * // Dimensions: [ // Dimensions
6565 * // { // Dimension
6666 * // name: "DeviceId" || "GatewayId",
0 commit comments