Values.GetDetectorResponseSourceRetrieves a GuardDuty detector specified by the detectorId. There might be regional differences because some data sources might not be available in all the Amazon Web Services Regions where GuardDuty is presently supported. For more information, see Regions and endpoints.
type nonrec t = {createdAt : String_.t option;The timestamp of when the detector was created.
*)findingPublishingFrequency : FindingPublishingFrequency.t option;The publishing frequency of the finding.
*)serviceRole : String_.t option;The GuardDuty service role.
*)status : DetectorStatus.t option;The detector status.
*)updatedAt : String_.t option;The last-updated timestamp for the detector.
*)dataSources : DataSourceConfigurationsResult.t option;Describes which data sources are enabled for the detector.
*)features : DetectorFeatureConfigurationsResults.t option;Describes the features that have been enabled for the detector.
*)}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
| `List of
[> `Structure of
(string
* [> `Enum of string
| `List of
[> `Structure of
(string
* [> `Enum of string | `Timestamp of Timestamp.t ])
list ]
list
| `Timestamp of Timestamp.t ])
list ]
list
| `Map of
([> `String of TagKey.t ] * [> `String of TagValue.t ]) list
| `String of String_.t
| `Structure of
(string
* [> `Structure of
(string
* [> `Enum of string
| `String of String_.t
| `Structure of
(string
* [> `Enum of string
| `Structure of
(string
* [> `Enum of string | `String of String_.t ])
list ])
list ])
list ])
list ])
list ]