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

EnableImageDeprecationRequest

import type { EnableImageDeprecationRequest } from "https://aws-api.deno.dev/v0.3/services/ec2.ts?docs=full";
interface EnableImageDeprecationRequest {
DeprecateAt: Date | number;
DryRun?: boolean | null;
ImageId: string;
}

§Properties

§
DeprecateAt: Date | number
[src]

The date and time to deprecate the AMI, in UTC, in the following format: YYYY-MM-DD_T_HH:MM:_SS_Z. If you specify a value for seconds, Amazon EC2 rounds the seconds to the nearest minute.

You can’t specify a date in the past. The upper limit for DeprecateAt is 10 years from now.

§
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.

§
ImageId: string
[src]

The ID of the AMI.