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.deno.dev/v0.3/services/shield.ts?docs=full";

Information about the Shield Advanced subscription for an account.

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]

If ENABLED, the subscription will be automatically renewed at the end of the existing subscription period.

When you initally create a subscription, AutoRenew is set to ENABLED. You can change this by submitting an UpdateSubscription request. If the UpdateSubscription request does not included a value for AutoRenew, the existing value for AutoRenew remains unchanged.

§
EndTime?: Date | number | null
[src]

The date and time your subscription will end.

§
Limits?: Limit[] | null
[src]

Specifies how many protections of a given type you can create.

§
ProactiveEngagementStatus?: ProactiveEngagementStatus | null
[src]

If ENABLED, the Shield Response Team (SRT) will use email and phone to notify contacts about escalations to the SRT and to initiate proactive customer support.

If PENDING, you have requested proactive engagement and the request is pending. The status changes to ENABLED when your request is fully processed.

If DISABLED, the SRT will not proactively notify contacts about escalations or to initiate proactive customer support.

§
StartTime?: Date | number | null
[src]

The start time of the subscription, in Unix time in seconds.

§
SubscriptionArn?: string | null
[src]

The ARN (Amazon Resource Name) of the subscription.

§
SubscriptionLimits: SubscriptionLimits
[src]

Limits settings for your subscription.

§
TimeCommitmentInSeconds?: number | null
[src]

The length, in seconds, of the Shield Advanced subscription for the account.