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

UpdateSubscriptionRequest

import type { UpdateSubscriptionRequest } from "https://aws-api.deno.dev/v0.3/services/shield.ts?docs=full";
interface UpdateSubscriptionRequest {
AutoRenew?: AutoRenew | null;
}

§Properties

§
AutoRenew?: AutoRenew | null
[src]

When you initally create a subscription, AutoRenew is set to ENABLED. If ENABLED, the subscription will be automatically renewed at the end of the existing subscription period. 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.