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

ReleaseAddressRequest

import type { ReleaseAddressRequest } from "https://aws-api.deno.dev/v0.3/services/ec2.ts?docs=full";
interface ReleaseAddressRequest {
AllocationId?: string | null;
DryRun?: boolean | null;
NetworkBorderGroup?: string | null;
PublicIp?: string | null;
}

§Properties

§
AllocationId?: string | null
[src]

[EC2-VPC] The allocation ID. Required for EC2-VPC.

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

§
NetworkBorderGroup?: string | null
[src]

The set of Availability Zones, Local Zones, or Wavelength Zones from which Amazon Web Services advertises IP addresses.

If you provide an incorrect network border group, you receive an InvalidAddress.NotFound error.

You cannot use a network border group with EC2 Classic. If you attempt this operation on EC2 classic, you receive an InvalidParameterCombination error.

§
PublicIp?: string | null
[src]

[EC2-Classic] The Elastic IP address. Required for EC2-Classic.