Module erlcloud_guardduty

Data Types

gd_return()

gd_return() = {ok, proplist()} | {error, term()}

Function Index

configure/2
configure/3
get_detector/1 GuardDuty API: https://docs.aws.amazon.com/guardduty/latest/ug/get-detector.html
get_detector/2
list_detectors/0 GuardDuty API: https://docs.aws.amazon.com/guardduty/latest/ug/list-detectors.html
list_detectors/1
list_detectors/2
list_detectors/3
new/2
new/3

Function Details

configure/2

configure(AccessKeyID::string(), SecretAccessKey::string()) -> ok

configure/3

configure(AccessKeyID::string(), SecretAccessKey::string(), Host::string()) -> ok

get_detector/1

get_detector(DetectorId::binary()) -> gd_return()

GuardDuty API: https://docs.aws.amazon.com/guardduty/latest/ug/get-detector.html

------------------------------------------------------------------------------

get_detector/2

get_detector(DetectorId::binary(), Config::aws_config()) -> gd_return()

list_detectors/0

list_detectors() -> gd_return()

GuardDuty API: https://docs.aws.amazon.com/guardduty/latest/ug/list-detectors.html

------------------------------------------------------------------------------

list_detectors/1

list_detectors(Config::aws_config()) -> gd_return()

list_detectors/2

list_detectors(Marker::binary(), MaxItems::integer()) -> gd_return()

list_detectors/3

list_detectors(Marker::undefined | binary(), MaxItems::undefined | integer(), Config::aws_config()) -> gd_return()

new/2

new(AccessKeyID::string(), SecretAccessKey::string()) -> aws_config()

new/3

new(AccessKeyID::string(), SecretAccessKey::string(), Host::string()) -> aws_config()


Generated by EDoc