use ;
/// A structure representing the options to generate a presigned URL.
///
/// This structure holds the necessary information to create a presigned URL
/// which can be used to access a file without requiring further authentication.
/// A structure representing the response received after successfully generating
/// a presigned URL.
///
/// This structure is used to deserialize the response from an API call that
/// generates a presigned URL for accessing a file.