UpdateReputationEntityPolicy
Update the reputation management policy for a reputation entity. The policy determines how the entity responds to reputation findings, such as automatically pausing sending when certain thresholds are exceeded.
Reputation management policies are AWS Amazon SES-managed (predefined policies). You can select from none, standard, and strict policies.
Request Syntax
PUT /v2/email/reputation/entities/ReputationEntityType
/ReputationEntityReference
/policy HTTP/1.1
Content-type: application/json
{
"ReputationEntityPolicy": "string
"
}
URI Request Parameters
The request uses the following URI parameters.
- ReputationEntityReference
-
The unique identifier for the reputation entity. For resource-type entities, this is the Amazon Resource Name (ARN) of the resource.
Length Constraints: Minimum length of 1.
Required: Yes
- ReputationEntityType
-
The type of reputation entity. Currently, only
RESOURCE
type entities are supported.Valid Values:
RESOURCE
Required: Yes
Request Body
The request accepts the following data in JSON format.
- ReputationEntityPolicy
-
The Amazon Resource Name (ARN) of the reputation management policy to apply to this entity. This is an AWS Amazon SES-managed policy.
Type: String
Length Constraints: Minimum length of 1.
Required: Yes
Response Syntax
HTTP/1.1 200
Response Elements
If the action is successful, the service sends back an HTTP 200 response with an empty HTTP body.
Errors
For information about the errors that are common to all actions, see Common Errors.
- BadRequestException
-
The input you provided is invalid.
HTTP Status Code: 400
- ConflictException
-
If there is already an ongoing account details update under review.
HTTP Status Code: 409
- TooManyRequestsException
-
Too many requests have been made to the operation.
HTTP Status Code: 429
See Also
For more information about using this API in one of the language-specific AWS SDKs, see the following: