Values.GetThreatIntelSetResponseSourceRetrieves the ThreatIntelSet that is specified by the ThreatIntelSet ID.
type nonrec t = {name : Name.t option;A user-friendly ThreatIntelSet name displayed in all findings that are generated by activity that involves IP addresses included in this ThreatIntelSet.
*)format : ThreatIntelSetFormat.t option;The format of the threatIntelSet.
*)location : Location.t option;The URI of the file that contains the ThreatIntelSet.
*)status : ThreatIntelSetStatus.t option;The status of threatIntelSet file uploaded.
*)expectedBucketOwner : AccountId.t option;The Amazon Web Services account ID that owns the Amazon S3 bucket specified in the location parameter. This field appears in the response only if it was provided during ThreatIntelSet creation or update.
*)}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 ])
list ]