line |
stmt |
bran |
cond |
sub |
pod |
time |
code |
1
|
|
|
|
|
|
|
# ABSTRACT: An internal class to handle bucket create response |
2
|
|
|
|
|
|
|
$Net::Amazon::S3::Operation::Bucket::Create::Response::VERSION = '0.991'; |
3
|
|
|
|
|
|
|
use Moose; |
4
|
99
|
|
|
99
|
|
673
|
extends 'Net::Amazon::S3::Response'; |
|
99
|
|
|
|
|
258
|
|
|
99
|
|
|
|
|
741
|
|
5
|
|
|
|
|
|
|
|
6
|
|
|
|
|
|
|
1; |
7
|
|
|
|
|
|
|
|
8
|
|
|
|
|
|
|
|
9
|
|
|
|
|
|
|
=pod |
10
|
|
|
|
|
|
|
|
11
|
|
|
|
|
|
|
=encoding UTF-8 |
12
|
|
|
|
|
|
|
|
13
|
|
|
|
|
|
|
=head1 NAME |
14
|
|
|
|
|
|
|
|
15
|
|
|
|
|
|
|
Net::Amazon::S3::Operation::Bucket::Create::Response - An internal class to handle bucket create response |
16
|
|
|
|
|
|
|
|
17
|
|
|
|
|
|
|
=head1 VERSION |
18
|
|
|
|
|
|
|
|
19
|
|
|
|
|
|
|
version 0.991 |
20
|
|
|
|
|
|
|
|
21
|
|
|
|
|
|
|
=head1 DESCRIPTION |
22
|
|
|
|
|
|
|
|
23
|
|
|
|
|
|
|
Implements operation L<< CreateBucket|https://docs.aws.amazon.com/AmazonS3/latest/API/API_CreateBucket.html >> |
24
|
|
|
|
|
|
|
|
25
|
|
|
|
|
|
|
=head1 AUTHOR |
26
|
|
|
|
|
|
|
|
27
|
|
|
|
|
|
|
Branislav Zahradník <barney@cpan.org> |
28
|
|
|
|
|
|
|
|
29
|
|
|
|
|
|
|
=head1 COPYRIGHT AND LICENSE |
30
|
|
|
|
|
|
|
|
31
|
|
|
|
|
|
|
This software is copyright (c) 2022 by Amazon Digital Services, Leon Brocard, Brad Fitzpatrick, Pedro Figueiredo, Rusty Conover, Branislav Zahradník. |
32
|
|
|
|
|
|
|
|
33
|
|
|
|
|
|
|
This is free software; you can redistribute it and/or modify it under |
34
|
|
|
|
|
|
|
the same terms as the Perl 5 programming language system itself. |
35
|
|
|
|
|
|
|
|
36
|
|
|
|
|
|
|
=cut |