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

PutAccountConfigurationRequest

import type { PutAccountConfigurationRequest } from "https://aws-api.deno.dev/v0.3/services/acm.ts?docs=full";
interface PutAccountConfigurationRequest {
ExpiryEvents?: ExpiryEventsConfiguration | null;
IdempotencyToken: string;
}

§Properties

§
ExpiryEvents?: ExpiryEventsConfiguration | null
[src]

Specifies expiration events associated with an account.

§
IdempotencyToken: string
[src]

Customer-chosen string used to distinguish between calls to PutAccountConfiguration. Idempotency tokens time out after one hour. If you call PutAccountConfiguration multiple times with the same unexpired idempotency token, ACM treats it as the same request and returns the original result. If you change the idempotency token for each call, ACM treats each call as a new request.