Expand description

Presigned request types and configuration.

The Client is used to create presigned requests. They are made by calling .presigned() instead of .send() on an operation, and require a PresigningConfig to provide an expiration time.

Only operations that support presigning have the presigned() method on them.

Structs