| 1 | <?php |
||
| 12 | class DomainManager extends SesManager |
||
| 13 | { |
||
| 14 | /** |
||
| 15 | * Constructor |
||
| 16 | * |
||
| 17 | * @param SesClient $sesClient |
||
| 18 | * @param DomainIdentity $identity |
||
| 19 | */ |
||
| 20 | 5 | public function __construct(SesClient $sesClient, DomainIdentity $identity) |
|
| 24 | |||
| 25 | /** |
||
| 26 | * Create the identity within SES |
||
| 27 | */ |
||
| 28 | 1 | public function create() |
|
| 36 | |||
| 37 | /** |
||
| 38 | * Return the DNS record for the domain |
||
| 39 | * |
||
| 40 | * @return Dns |
||
| 41 | */ |
||
| 42 | public function fetchRecord() |
||
| 55 | } |
||
| 56 |