[Python-modules-commits] [awscli] branch master updated (e2b7246 -> 81ce629)

Takaki Taniguchi takaki at moszumanska.debian.org
Thu Aug 24 02:57:19 UTC 2017


This is an automated email from the git hooks/post-receive script.

takaki pushed a change to branch master
in repository awscli.

      from  e2b7246   prepare release
       new  9bdb595   New upstream version 1.11.139
       new  a8aef01   Updated version 1.11.139 from 'upstream/1.11.139'
       new  ba06be7   new upstream
       new  81ce629   prepare release

The 4 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.


Summary of changes:
 PKG-INFO                                           |   2 +-
 awscli.egg-info/PKG-INFO                           |   2 +-
 awscli.egg-info/SOURCES.txt                        |   5 +
 awscli.egg-info/requires.txt                       |   2 +-
 awscli/__init__.py                                 |   2 +-
 awscli/customizations/cloudformation/deploy.py     |  33 +++-
 awscli/customizations/cloudformation/deployer.py   |  33 ++--
 awscli/customizations/cloudformation/yamlhelper.py |   4 +-
 awscli/customizations/emr/createcluster.py         |  24 ++-
 awscli/customizations/emr/helptext.py              |  11 ++
 awscli/customizations/paginate.py                  |  32 +++-
 awscli/customizations/s3/results.py                |  23 +--
 awscli/customizations/s3/subcommands.py            |   9 +-
 awscli/examples/cloudfront/update-distribution.rst |   4 +-
 awscli/examples/cloudwatch/delete-alarms.rst       |   2 +-
 awscli/examples/codepipeline/acknowledge-job.rst   |   2 +-
 awscli/examples/configure/get/_examples.rst        |   2 +-
 awscli/examples/ec2/create-default-vpc.rst         |  22 +++
 .../ec2/create-network-interface-permission.rst    |  21 +++
 .../ec2/delete-network-interface-permission.rst    |  13 ++
 .../ec2/describe-network-interface-permissions.rst |  23 +++
 .../examples/ec2/replace-iam-instance-profile.rst  |   2 +-
 awscli/examples/ecr/get-authorization-token.rst    |   4 +-
 awscli/examples/emr/create-cluster-examples.rst    |  17 ++
 awscli/examples/emr/create-cluster-synopsis.rst    |   3 +
 awscli/examples/events/put-targets.rst             |   2 +-
 awscli/examples/opsworks/describe-instances.rst    |   4 +-
 awscli/examples/organizations/accept-handshake.rst | 100 +++++------
 awscli/examples/organizations/attach-policy.rst    |  22 +--
 awscli/examples/organizations/cancel-handshake.rst | 110 ++++++------
 awscli/examples/organizations/create-account.rst   |  30 ++--
 .../examples/organizations/create-organization.rst |  84 ++++-----
 .../organizations/create-organizational-unit.rst   |  28 ++-
 awscli/examples/organizations/create-policy.rst    |  48 +++--
 .../examples/organizations/decline-handshake.rst   | 102 ++++++-----
 .../examples/organizations/delete-organization.rst |   6 +-
 .../organizations/delete-organizational-unit.rst   |   6 +-
 awscli/examples/organizations/delete-policy.rst    |   6 +-
 awscli/examples/organizations/describe-account.rst |  34 ++--
 .../describe-create-account-status.rst             |   2 +-
 .../examples/organizations/describe-handshake.rst  |  92 +++++-----
 .../organizations/describe-organization.rst        |  43 +++--
 .../organizations/describe-organizational-unit.rst |  26 ++-
 awscli/examples/organizations/describe-policy.rst  |  38 ++--
 awscli/examples/organizations/detach-policy.rst    |   8 +-
 .../examples/organizations/disable-policy-type.rst |  26 ++-
 .../examples/organizations/enable-all-features.rst |  54 +++---
 .../examples/organizations/enable-policy-type.rst  |  40 ++---
 .../invite-account-to-organization.rst             | 100 ++++++-----
 .../examples/organizations/leave-organization.rst  |   7 +-
 .../organizations/list-accounts-for-parent.rst     |  54 +++---
 awscli/examples/organizations/list-accounts.rst    |  90 +++++-----
 awscli/examples/organizations/list-children.rst    |  35 ++--
 .../organizations/list-create-account-status.rst   |  39 ++++
 .../organizations/list-handshakes-for-account.rst  |  98 +++++------
 .../list-handshakes-for-organization.rst           | 196 ++++++++++-----------
 .../list-organizational-units-for-parent.rst       |  36 ++--
 awscli/examples/organizations/list-parents.rst     |  27 ++-
 .../organizations/list-policies-for-target.rst     |  52 ++----
 awscli/examples/organizations/list-policies.rst    |  68 ++++---
 awscli/examples/organizations/list-roots.rst       |  42 +++--
 .../organizations/list-targets-for-policy.rst      |  56 +++---
 awscli/examples/organizations/move-account.rst     |   8 +-
 .../remove-account-from-organization.rst           |   8 +-
 .../organizations/update-organizational-unit.rst   |  24 ++-
 awscli/examples/organizations/update-policy.rst    | 104 +++++------
 awscli/examples/rds/describe-db-instances.rst      | 186 +++++++++----------
 awscli/examples/s3/rm.rst                          |   2 +-
 awscli/paramfile.py                                |   2 +
 awscli/topics/s3-config.rst                        |   3 +-
 debian/changelog                                   |   6 +
 setup.cfg                                          |   2 +-
 setup.py                                           |   2 +-
 73 files changed, 1286 insertions(+), 1169 deletions(-)
 create mode 100644 awscli/examples/ec2/create-default-vpc.rst
 create mode 100644 awscli/examples/ec2/create-network-interface-permission.rst
 create mode 100644 awscli/examples/ec2/delete-network-interface-permission.rst
 create mode 100644 awscli/examples/ec2/describe-network-interface-permissions.rst
 create mode 100755 awscli/examples/organizations/list-create-account-status.rst

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/python-modules/packages/awscli.git



More information about the Python-modules-commits mailing list