Documentation
¶
Overview ¶
Package awsx contains general purpose AWS utilities.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func Do ¶
func Do[In, Out, Options any]( ctx context.Context, fn func(context.Context, *In, ...func(*Options)) (Out, error), m func(any) []func(*Options), in *In, ) (out Out, err error)
Do executes an AWS API request.
fn is a function that is called to execute the request, typically a method on one of the AWS client types.
m is a function that mutates the input value before it is sent and returns any options that should be used when sending the request.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.