Module Values.GetReputationEntityRequestSource

Represents a request to retrieve information about a specific reputation entity.

Sourcetype nonrec t = {
  1. reputationEntityReference : ReputationEntityReference.t;
    (*

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

    *)
  2. reputationEntityType : ReputationEntityType.t;
    (*

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

    *)
}
Sourceval context_ : string
Sourceval make : reputationEntityReference:ReputationEntityReference.t -> reputationEntityType:ReputationEntityType.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