Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

EnhancedMonitoringOutput

import type { EnhancedMonitoringOutput } from "https://aws-api.deno.dev/v0.3/services/kinesis.ts?docs=full";

Represents the output for "EnableEnhancedMonitoring" and "DisableEnhancedMonitoring".

interface EnhancedMonitoringOutput {
CurrentShardLevelMetrics?: MetricsName[] | null;
DesiredShardLevelMetrics?: MetricsName[] | null;
StreamName?: string | null;
}

§Properties

§
CurrentShardLevelMetrics?: MetricsName[] | null
[src]

Represents the current state of the metrics that are in the enhanced state before the operation.

§
DesiredShardLevelMetrics?: MetricsName[] | null
[src]

Represents the list of all the metrics that would be in the enhanced state after the operation.

§
StreamName?: string | null
[src]

The name of the Kinesis data stream.