Creates an AWS SES credential.
AWS SES credential resource.
AWS SES credential created.
Location | string <uri> Location of the related resource. Example: "https://api.rebilly.com/example" |
key required | string ID of the AWS access key. | ||||||||
secret required | string Secret AWS access key. | ||||||||
region required | string AWS region name. | ||||||||
hash | string <= 50 characters Unique resource ID. Defaults to UUID v4. | ||||||||
status | string Status of the credential.
| ||||||||
deactivationTime | string <date-time> Date and time when the credential is deactivated. | ||||||||
configurationSetName | string Name of configuration set from which emails are sent. | ||||||||
Array of objects (SelfLink) Related links. | |||||||||
Existing AWS SES credential retrieved.
Unauthorized access. Invalid credentials used.
Access forbidden.
Invalid data sent.
{- "status": "active",
- "key": "BWITYO4UARGDLMFY6UDP",
- "secret": "8D34yYHOK9+yM7pDnNUO3UTO/5b8Wy/PGNyzTRmG",
- "region": "us-west-2",
- "configurationSetName": "SpecialConfigurationSet"
}
{- "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"
}
]
}