1package Net::Amazon::S3::Request::Role::Query::Action::Delete;
2# ABSTRACT: delete query action role
3$Net::Amazon::S3::Request::Role::Query::Action::Delete::VERSION = '0.99';
4use Moose::Role;
5
6with 'Net::Amazon::S3::Request::Role::Query::Action' => { action => 'delete' };
7
81;
9
10__END__
11
12=pod
13
14=encoding UTF-8
15
16=head1 NAME
17
18Net::Amazon::S3::Request::Role::Query::Action::Delete - delete query action role
19
20=head1 VERSION
21
22version 0.99
23
24=head1 AUTHOR
25
26Branislav Zahradník <barney@cpan.org>
27
28=head1 COPYRIGHT AND LICENSE
29
30This software is copyright (c) 2021 by Amazon Digital Services, Leon Brocard, Brad Fitzpatrick, Pedro Figueiredo, Rusty Conover, Branislav Zahradník.
31
32This is free software; you can redistribute it and/or modify it under
33the same terms as the Perl 5 programming language system itself.
34
35=cut
36