Group
Extension

Matches 2

Amazon-SES ( R/RC/RCONOVER/Amazon-SES-0.06.tar.gz, RCONOVER, 2015; MetaCPAN )
Amazon-SES/lib/Amazon/SES.pm ( view source; MetaCPAN )
lt()> is the most important attribute of the resonse I will be giving you a sample result data in JSON notation for your reference.

=head2 new(access_key => $key, secret_key => $s_key)

=head2 ne
ax. See L<Response class|Amazon::SES::Response>.

Sample successful response looks like this in JSON:

    {
        "MessageId": "00000141344ce1a8-0664c3c5-e9a0-4b47-aa2e-12b0bdf6070e-000000"
 
the library.

=back

=head1 SEE ALSO

L<Net::AWS::SES> which this module was based on.

L<JSON>, L<MIME::Base64>, L<Digest::HMAC_SHA1>, L<LWP::UserAgent>, L<Amazon::SES::Response>, L<XML::Simp
Amazon-SES ( R/RC/RCONOVER/Amazon-SES-0.06.tar.gz, RCONOVER, 2015; MetaCPAN )
Amazon-SES/lib/Amazon/SES/Response.pm ( view source; MetaCPAN )
n

=head1 METHODS

=cut

class Amazon::SES::Response :ro {

    use XML::Simple;
    use JSON::XS;
    
    has 'response' => (is => 'ro');
    has 'action' => (is => 'ro');
    has 'data
   };

=head2 result_as_json()

Same as C<result()>, except converts the data into JSON notation

=cut
            
    method result_as_json() {
        return JSON::XS->new->allow_nonref->e

Powered by Groonga
Maintained by Kenichi Ishigaki <ishigaki@cpan.org>. If you find anything, submit it on GitHub.