Retrieves an AWS SES credential with a specified token ID.
AWS SES credential retrieved.
Unauthorized access. Invalid credentials used.
Access forbidden.
Resource not found.
const details = await api.credentialHashes.getAWSSESCredential({hash: 'foobar-001'}); console.log(details.fields.configurationSetName);
{- "hash": "4f6cf35x-2c4y-483z-a0a9-158621f77a21",
- "status": "active",
- "deactivationTime": "2019-08-24T14:15:22Z",
- "key": "BWITYO4UARGDLMFY6UDP",
- "secret": "8D34yYHOK9+yM7pDnNUO3UTO/5b8Wy/PGNyzTRmG",
- "region": "us-west-2",
- "configurationSetName": "SpecialConfigurationSet",
- "_links": [
- {
- "href": "string",
- "rel": "self"
}
]
}