Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add services available in awscli-1.10.6 #11

Closed
wants to merge 3 commits into from
Closed

Add services available in awscli-1.10.6 #11

wants to merge 3 commits into from

Conversation

mithun
Copy link

@mithun mithun commented Mar 14, 2016

  • Add services available in awscli-1.10.6
  • Bump default command timeout for wait operations
  • Use JSON::MaybeXS instead of pure-perl only

Certain services are in Preview mode only
Certain wait operations (e.g., cloudfront) can take upto an hour.
In some cases, awscli itself implements timeouts which are greater
than 30 seconds.
@hirose31
Copy link
Owner

  • Add services available in awscli-1.10.6

I will apply this commit and release new version.

  • Bump default command timeout for wait operations

I think we should explicitly set timeout seconds even if wait operations.

  • Use JSON::MaybeXS instead of pure-perl only

JSON module also use JSON::XS if available.

$ perl -MJSON -E 'say JSON->backend'
JSON::XS

hirose31 added a commit that referenced this pull request Mar 15, 2016
hirose31 added a commit that referenced this pull request Mar 15, 2016
Changelog diff is:

diff --git a/Changes b/Changes
index 58dff2a..2b6c926 100644
--- a/Changes
+++ b/Changes
@@ -1,8 +1,9 @@
 Revision history for AWS::CLIWrapper

-1.10  2015-10-??
+1.10  2016-03-15
         - Specified min perl version both in module and dist metadata
         - Added github repo to dist metadata
+        - Add servics with aws-cli/1.10.9 (PR #11 by @mithun)

 1.09  2015-10-02
     [IMPROVEMENTS]
hirose31 added a commit that referenced this pull request Dec 1, 2016
Changelog diff is:

diff --git a/Changes b/Changes
index 2b6c926..fc0151e 100644
--- a/Changes
+++ b/Changes
@@ -1,6 +1,11 @@
 Revision history for AWS::CLIWrapper

+1.11  2016-12-01
+    [IMPROVEMENTS]
+        - Add servics with aws-cli/1.11.23
+
 1.10  2016-03-15
+    [IMPROVEMENTS]
         - Specified min perl version both in module and dist metadata
         - Added github repo to dist metadata
         - Add servics with aws-cli/1.10.9 (PR #11 by @mithun)
@hirose31
Copy link
Owner

fixed by #14

@hirose31 hirose31 closed this May 23, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants