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

Subscription

import type { Subscription } from "https://aws-api-gyr5wj9zj0fg.deno.dev/v0.2/services/shield.ts";
interface Subscription {
AutoRenew?: AutoRenew | null;
EndTime?: Date | number | null;
Limits?: Limit[] | null;
ProactiveEngagementStatus?: ProactiveEngagementStatus | null;
StartTime?: Date | number | null;
SubscriptionArn?: string | null;
SubscriptionLimits: SubscriptionLimits;
TimeCommitmentInSeconds?: number | null;
}

§Properties

§
AutoRenew?: AutoRenew | null
[src]
§
EndTime?: Date | number | null
[src]
§
Limits?: Limit[] | null
[src]
§
ProactiveEngagementStatus?: ProactiveEngagementStatus | null
[src]
§
StartTime?: Date | number | null
[src]
§
SubscriptionArn?: string | null
[src]
§
SubscriptionLimits: SubscriptionLimits
[src]
§
TimeCommitmentInSeconds?: number | null
[src]