paginate_aws_marker {sixtyfour}R Documentation

Paginate over list_* methods with Marker/IsTruncated

Description

Currently works for IAM only - i.e., IAM is hard-coded internally

Usage

paginate_aws_marker(fun, target, ...)

Arguments

fun

(character) the name of a function to call - not the function itself

target

(character) a list element to get

...

named args passed on to fun


[Package sixtyfour version 0.2.0 Index]