Legend:
Page
Library
Module
Module type
Parameter
Class
Class type
Source
Page
Library
Module
Module type
Parameter
Class
Class type
Source
Aws.Util
SourceThis module contains various helpers used in generated code.
Filters an association list, dropping any pairs where the key is the empty string.
If input is Some a, produces `Ok a, else produces `Error b.
Produces the default if the option is None, else the value.
Produces a if Some a, else throws Failure.
Looks for key 'a in association list, producing None if it isn't there.
Returns list of values that were Some v.
If a is Some a, applies function. Else, produce None.
Applies function to value is Some, else just produce None.
If all values in list are Some v, produce Some (list_filter_opt list), else produce None.