import Identity_ from './identity'; import ConfigurationSet_ from './configurationSet'; import ConfigurationSetEventDestination_ from './configurationSetEventDestination'; import DedicatedIpPool_ from './dedicatedIpPool'; export declare namespace PinpointEmail { const Identity: typeof Identity_; const ConfigurationSet: typeof ConfigurationSet_; const ConfigurationSetEventDestination: typeof ConfigurationSetEventDestination_; const DedicatedIpPool: typeof DedicatedIpPool_; type Identity = Identity_; type ConfigurationSet = ConfigurationSet_; type ConfigurationSetEventDestination = ConfigurationSetEventDestination_; type DedicatedIpPool = DedicatedIpPool_; }