Module Values.UpdateReputationEntityCustomerManagedStatusRequestSource

Represents a request to update the customer-managed sending status for a reputation entity.

Sourcetype nonrec t = {
  1. reputationEntityType : ReputationEntityType.t;
    (*

    The type of reputation entity. Currently, only RESOURCE type entities are supported.

    *)
  2. reputationEntityReference : ReputationEntityReference.t;
    (*

    The unique identifier for the reputation entity. For resource-type entities, this is the Amazon Resource Name (ARN) of the resource.

    *)
  3. sendingStatus : SendingStatus.t;
    (*

    The new customer-managed sending status for the reputation entity. This can be one of the following: ENABLED – Allow sending for this entity. DISABLED – Prevent sending for this entity. REINSTATED – Allow sending even if there are active reputation findings.

    *)
}
Sourceval context_ : string
Sourceval make : reputationEntityType:ReputationEntityType.t -> reputationEntityReference:ReputationEntityReference.t -> sendingStatus:SendingStatus.t -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `Enum of string | `String of ReputationEntityReference.t ]) list ]
Sourceval to_query : t -> Awso.Client.Query.t
Sourceval of_xml : Awso.Xml.t -> t
Sourceval of_string : string -> t
Sourceval of_json : Yojson.Safe.t -> t
Sourceval to_json : t -> Yojson.Safe.t