# Functions
NewDownloadSharedObject creates a new http.Handler for the download shared object operation.
NewDownloadSharedObjectDefault creates DownloadSharedObjectDefault with default headers values.
NewDownloadSharedObjectOK creates DownloadSharedObjectOK with default headers values.
NewDownloadSharedObjectParams creates a new DownloadSharedObjectParams object
There are no default values defined in the spec.
# Constants
DownloadSharedObjectOKCode is the HTTP code returned for type DownloadSharedObjectOK.
# Structs
DownloadSharedObject swagger:route GET /download-shared-object/{url} Public downloadSharedObject
Downloads an object from a presigned url
*/.
DownloadSharedObjectDefault Generic error response.
DownloadSharedObjectOK A successful response.
DownloadSharedObjectParams contains all the bound params for the download shared object operation typically these are obtained from a http.Request
swagger:parameters DownloadSharedObject.
DownloadSharedObjectURL generates an URL for the download shared object operation.
# Interfaces
DownloadSharedObjectHandler interface for that can handle valid download shared object params.
# Type aliases
DownloadSharedObjectHandlerFunc turns a function with the right signature into a download shared object handler.