ISESV2UpdateReputationEntityCustomerManagedStatusRequest
Interface in AWS.SESV2
Interface for UpdateReputationEntityCustomerManagedStatus requests.
Ancestors
Properties
ReputationEntityReference
property ReputationEntityReference: string
The unique identifier for the reputation entity to update.
For resource-type entities, this is the Amazon Resource Name (ARN) of the resource whose customer-managed sending status will be updated. This identifies the specific entity within Amazon SES reputation management system. This field is required and must be at least 1 character in length. The identifier must reference an existing reputation entity that is monitored by Amazon SES for reputation and sending capability management. Examples include ARNs for configuration sets, dedicated IP pools, or other Amazon SES resources that have reputation tracking enabled.
ReputationEntityType
property ReputationEntityType: string
The type of reputation entity being updated.
This specifies the category of entity whose reputation status is being managed. Currently, only resource-type entities are supported by Amazon SES reputation management system. This field is required and must be set to RESOURCE for all current operations. This type indicates that the entity is an Amazon SES resource such as a configuration set or dedicated IP pool. Future versions may support additional entity types as Amazon SES reputation management capabilities expand.
SendingStatus
property SendingStatus: string
The new customer-managed sending status for the reputation entity.
This controls the customer-managed aspect of the entity's sending capability, which works in conjunction with the AWS-managed status to determine overall sending permissions. Supported sending status values:
ENABLED– Allow sending for this entity under normal reputation management rules.DISABLED– Prevent sending for this entity regardless of reputation findings.REINSTATED– Allow sending even if there are active reputation findings, until resolved or new violations occur. This field is required and enables manual control over sending permissions independent of automated reputation management decisions. However, if AWS has disabled the entity, it cannot send regardless of the customer-managed status. The reinstated status provides temporary override capability for urgent sending needs while reputation issues are being addressed.