Values.GetTrustedEntitySetResponseSourceRetrieves the trusted entity set associated with the specified trustedEntitySetId.
type nonrec t = {name : Name.t option;The name of the threat entity set associated with the specified trustedEntitySetId.
*)format : TrustedEntitySetFormat.t option;The format of the file that contains the trusted entity set.
*)location : Location.t option;The URI of the file that contains the trusted entity set.
*)expectedBucketOwner : ExpectedBucketOwner.t option;The Amazon Web Services account ID that owns the Amazon S3 bucket specified in the location parameter.
*)status : TrustedEntitySetStatus.t option;The status of the associated trusted entity set.
*)createdAt : Timestamp.t option;The timestamp when the associated trusted entity set was created.
*)updatedAt : Timestamp.t option;The timestamp when the associated trusted entity set was updated.
*)errorDetails : String_.t option;The error details when the status is shown as ERROR.
*)}type nonrec error = [ | `BadRequestException of BadRequestException.t| `InternalServerErrorException of InternalServerErrorException.t| `Unknown_operation_error of string * string option ]val error_of_json :
string ->
Yojson.Safe.t ->
[> `BadRequestException of BadRequestException.t
| `InternalServerErrorException of InternalServerErrorException.t
| `Unknown_operation_error of string * string option ]val error_of_xml :
string ->
Awso.Xml.t ->
[> `BadRequestException of BadRequestException.t
| `InternalServerErrorException of InternalServerErrorException.t
| `Unknown_operation_error of string * string option ]val to_value :
t ->
[> `Structure of
(string
* [> `Enum of string
| `Map of
([> `String of TagKey.t ] * [> `String of TagValue.t ]) list
| `String of Name.t
| `Timestamp of Timestamp.t ])
list ]