gd_return() = {ok, proplist()} | {error, term()}
configure(AccessKeyID::string(), SecretAccessKey::string()) -> ok
configure(AccessKeyID::string(), SecretAccessKey::string(), Host::string()) -> ok
get_detector(DetectorId::binary()) -> gd_return()
GuardDuty API: https://docs.aws.amazon.com/guardduty/latest/ug/get-detector.html
------------------------------------------------------------------------------get_detector(DetectorId::binary(), Config::aws_config()) -> gd_return()
list_detectors() -> gd_return()
GuardDuty API: https://docs.aws.amazon.com/guardduty/latest/ug/list-detectors.html
------------------------------------------------------------------------------list_detectors(Config::aws_config()) -> gd_return()
list_detectors(Marker::binary(), MaxItems::integer()) -> gd_return()
list_detectors(Marker::undefined | binary(), MaxItems::undefined | integer(), Config::aws_config()) -> gd_return()
new(AccessKeyID::string(), SecretAccessKey::string()) -> aws_config()
new(AccessKeyID::string(), SecretAccessKey::string(), Host::string()) -> aws_config()
Generated by EDoc