Jose Luis Martinez

Results 24 issues of Jose Luis Martinez

It would be nice to generate one CPAN dist for every Paws Service. All services could depend on Paws, and a package for JSON services/XML services that pulls in the...

``` carton exec perl -I lib/ -I auto-lib/ -I t/lib/ bin/paws Glacier --region eu-west-1 ListVaults accountId x Paws::Glacier is not stable / supported / entirely developed at auto-lib/Paws/Glacier.pm line 2....

enhancement

Hi, Just as a brief update on what the plan is for next releases, since I've been totally swamped and irresponsive: _0.42: Do a last update of services with last...

Looks like travis pipelines are failing due to the long output of Paws testing https://travis-ci.org/pplu/aws-sdk-perl/builds/621351059 The relevant section of the log is: ``` [ ... ] $ perl Build.PL &&...

From a mail exchange (reproduced with permission: > i still have to modify Paws::Net::RestXmlCaller to add this to get PutBucketLifecycleConfiguration & GetBucketLifecycleConfiguration working. they complain about MD5 without it. (yes,...

bug

XML::Simple is discouraged, although it works for us. Maybe a faster and better XML parser would be nice

The new synopsis have lots of changes for each run of gen-classes. Diffs show that elements are just changing positions. I'm working on fixing this for 0.38 in https://github.com/pplu/aws-sdk-perl/tree/feature/docu-deterministic-synopsis (trying...

enhancement
documentation

Also try to support the same ENV variables for default config http://docs.aws.amazon.com/cli/latest/userguide/cli-chap-getting-started.html#cli-environment

enhancement

Byterock has developed a test suite for Pinpoint, but it has some cost and requires a setup to your AWS account to be able to work. Paws has ways to...

From discussion in #107: Use of Type::Library and Type::Standard instead of Moose core types is recommended by Perl community. It would be nice to try them out vs standard Moose...