Options
All
  • Public
  • Public/Protected
  • All
Menu

AwsSesServiceClient

The AWS SES service client.

Index

Variables

Methods

Variables

Const factory

factory: NamedServiceClientFactory<AwsSesServiceClient> = new class implements NamedServiceClientFactory<AwsSesServiceClient> {public getNamedClient(service: CoreStitchServiceClient,client: StitchAppClientInfo): AwsSesServiceClient {return new AwsSesServiceClientImpl(new CoreAwsSesServiceClient(service));}}()

Methods

sendEmail

  • sendEmail(to: string, from: string, subject: string, body: string): Promise<AwsSesSendResult>
  • Sends an email.

    Parameters

    • to: string

      the email address to send the email to.

    • from: string

      the email address to send the email from.

    • subject: string

      the subject of the email.

    • body: string

      the body text of the email.

    Returns Promise<AwsSesSendResult>

    a Promise containing the result of the send that completes when the send is done.

Legend

  • Module
  • Object literal
  • Variable
  • Function
  • Function with type parameter
  • Index signature
  • Type alias
  • Enumeration
  • Enumeration member
  • Property
  • Method
  • Interface
  • Interface with type parameter
  • Constructor
  • Property
  • Method
  • Index signature
  • Class
  • Class with type parameter
  • Constructor
  • Property
  • Method
  • Accessor
  • Index signature
  • Inherited constructor
  • Inherited property
  • Inherited method
  • Inherited accessor
  • Protected property
  • Protected method
  • Protected accessor
  • Private property
  • Private method
  • Private accessor
  • Static property
  • Static method

Generated using TypeDoc