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

DisableEnhancedMonitoringInput

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

Represents the input for "DisableEnhancedMonitoring".

interface DisableEnhancedMonitoringInput {
ShardLevelMetrics: MetricsName[];
StreamName: string;
}

§Properties

§
ShardLevelMetrics: MetricsName[]
[src]

List of shard-level metrics to disable.

The following are the valid shard-level metrics. The value "ALL" disables every metric.

  • IncomingBytes
    
  • IncomingRecords
    
  • OutgoingBytes
    
  • OutgoingRecords
    
  • WriteProvisionedThroughputExceeded
    
  • ReadProvisionedThroughputExceeded
    
  • IteratorAgeMilliseconds
    
  • ALL
    

For more information, see Monitoring the Amazon Kinesis Data Streams Service with Amazon CloudWatch in the Amazon Kinesis Data Streams Developer Guide.

§
StreamName: string
[src]

The name of the Kinesis data stream for which to disable enhanced monitoring.