/** *

The name of the configuration set.

Configuration sets let you create groups of rules that you can apply to the emails you send using Amazon SES. For more information about using configuration sets, see Using Amazon SES Configuration Sets in the Amazon SES Developer Guide.

*/ export interface _ConfigurationSet { /** *

The name of the configuration set. The name must meet the following requirements:

*/ Name: string; } export declare type _UnmarshalledConfigurationSet = _ConfigurationSet;