paws.customer.engagement (version 0.1.0)

ses_list_configuration_sets: Provides a list of the configuration sets associated with your Amazon SES account in the current AWS Region

Description

Provides a list of the configuration sets associated with your Amazon SES account in the current AWS Region. For information about using configuration sets, see Monitoring Your Amazon SES Sending Activity in the Amazon SES Developer Guide.

Usage

ses_list_configuration_sets(NextToken, MaxItems)

Arguments

NextToken

A token returned from a previous call to ListConfigurationSets to indicate the position of the configuration set in the configuration set list.

MaxItems

The number of configuration sets to return.

Request syntax

svc$list_configuration_sets(
  NextToken = "string",
  MaxItems = 123
)

Details

You can execute this operation no more than once per second. This operation will return up to 1,000 configuration sets each time it is run. If your Amazon SES account has more than 1,000 configuration sets, this operation will also return a NextToken element. You can then execute the ListConfigurationSets operation again, passing the NextToken parameter and the value of the NextToken element to retrieve additional results.