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

Account

import { Account } from "https://aws-api.deno.dev/v0.3/services/account.ts?docs=full";
class Account {
constructor(apiFactory: client.ApiFactory);
async deleteAlternateContact(params: DeleteAlternateContactRequest, opts?: client.RequestOptions): Promise<void>;
async getAlternateContact(params: GetAlternateContactRequest, opts?: client.RequestOptions): Promise<GetAlternateContactResponse>;
async putAlternateContact(params: PutAlternateContactRequest, opts?: client.RequestOptions): Promise<void>;
 
static ApiMetadata: client.ApiMetadata;
}

§Constructors

§
new Account(apiFactory: client.ApiFactory)
[src]

§Methods

§
deleteAlternateContact(params: DeleteAlternateContactRequest, opts?: client.RequestOptions): Promise<void>
[src]

Deletes the specified alternate contact from an Amazon Web Services account.

For complete details about how to use the alternate contact operations, see Access or updating the alternate contacts.

§

Retrieves the specified alternate contact attached to an Amazon Web Services account.

For complete details about how to use the alternate contact operations, see Access or updating the alternate contacts.

§
putAlternateContact(params: PutAlternateContactRequest, opts?: client.RequestOptions): Promise<void>
[src]

Modifies the specified alternate contact attached to an Amazon Web Services account.

For complete details about how to use the alternate contact operations, see Access or updating the alternate contacts.

§Static Properties