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

DisableAwsNetworkPerformanceMetricSubscriptionRequest

import type { DisableAwsNetworkPerformanceMetricSubscriptionRequest } from "https://aws-api.deno.dev/v0.4/services/ec2.ts?docs=full";
interface DisableAwsNetworkPerformanceMetricSubscriptionRequest {
Destination?: string | null;
DryRun?: boolean | null;
Metric?: MetricType | null;
Source?: string | null;
Statistic?: StatisticType | null;
}

§Properties

§
Destination?: string | null
[src]

The target Region or Availability Zone that the metric subscription is disabled for. For example, eu-north-1.

§
DryRun?: boolean | null
[src]

Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.

§
Metric?: MetricType | null
[src]

The metric used for the disabled subscription.

§
Source?: string | null
[src]

The source Region or Availability Zone that the metric subscription is disabled for. For example, us-east-1.

§
Statistic?: StatisticType | null
[src]

The statistic used for the disabled subscription.