las

package module
v0.1.0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jan 5, 2024 License: MIT Imports: 7 Imported by: 0

README

las

CI

Retrieves a list of all email addresses that are on the suppression list for Amazon SES.

Usage

Usage: las

Flags:
  -h, --help             Show help.
  -r, --region=STRING    The region to use ($AWS_REGION).
      --version
$ las
{"EmailAddress":"foo@example.co","LastUpdateTime":"2020-12-23T01:23:45.111Z","Reason":"BOUNCE"}
{"EmailAddress":"bar@example.co","LastUpdateTime":"2020-12-23T01:23:46.22Z","Reason":"BOUNCE"}
{"EmailAddress":"zoo@example.co","LastUpdateTime":"2020-12-23T01:23:47.3Z","Reason":"BOUNCE"}
...

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Client

type Client struct {
	// contains filtered or unexported fields
}

func NewClient

func NewClient(opts *Options) (*Client, error)

func (*Client) ListAddSuppressedDestinations

func (c *Client) ListAddSuppressedDestinations(f func([]types.SuppressedDestinationSummary)) error

type Options

type Options struct {
	Region string `short:"r" env:"AWS_REGION" help:"The region to use."`
}

Directories

Path Synopsis
cmd
las

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL