[Python-modules-commits] [awscli] 02/07: Merge tag 'upstream/1.11.44'

Takaki Taniguchi takaki at moszumanska.debian.org
Thu Feb 2 09:14:18 UTC 2017


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

takaki pushed a commit to branch master
in repository awscli.

commit f9384527d4da12eeec22c15a56fb69917683c141
Merge: 58edd3a 1879731
Author: TANIGUCHI Takaki <takaki at asis.media-as.org>
Date:   Thu Feb 2 17:48:41 2017 +0900

    Merge tag 'upstream/1.11.44'
    
    Upstream version 1.11.44
    
    # gpg: Signature made 2017年02月02日 17時48分41秒 JST
    # gpg:                using RSA key D24ABFD127CD2556A13C6C79CC149F6C28A5E257
    # gpg:                issuer "takaki at asis.media-as.org"
    # gpg: Good signature from "TANIGUCHI Takaki <takaki at media-as.org>" [ultimate]
    # gpg:                 aka "TANIGUCHI Takaki <takaki at asis.media-as.org>" [ultimate]
    # gpg:                 aka "TANIGUCHI Takaki <taniguchi.takaki at gmail.com>" [ultimate]
    # gpg:                 aka "TANIGUCHI Takaki <takaki at debian.org>" [ultimate]
    # gpg:                 aka "TANIGUCHI Takaki <takaki at debian.or.jp>" [ultimate]
    # gpg:                 aka "TANIGUCHI Takaki <takaki at takaki.media-as.org>" [ultimate]
    # gpg:                 aka "TANIGUCHI Takaki <takaki at nagoya-u.jp>" [ultimate]

 LICENSE.txt                                        |   2 +-
 PKG-INFO                                           |  46 +--
 README.rst                                         |  43 ++-
 awscli.egg-info/PKG-INFO                           |  46 +--
 awscli.egg-info/SOURCES.txt                        |  65 ++++
 awscli.egg-info/requires.txt                       |   5 +-
 awscli/__init__.py                                 |   2 +-
 awscli/alias.py                                    | 282 ++++++++++++++
 awscli/argparser.py                                |  39 +-
 awscli/clidocs.py                                  |  20 +
 awscli/clidriver.py                                |  88 ++---
 awscli/commands.py                                 |  70 ++++
 awscli/compat.py                                   |   6 +
 awscli/customizations/argrename.py                 |   5 +
 awscli/customizations/cloudformation/__init__.py   |  31 ++
 .../cloudformation/artifact_exporter.py            | 418 +++++++++++++++++++++
 awscli/customizations/cloudformation/deploy.py     | 232 ++++++++++++
 awscli/customizations/cloudformation/deployer.py   | 182 +++++++++
 awscli/customizations/cloudformation/exceptions.py |  55 +++
 awscli/customizations/cloudformation/package.py    | 152 ++++++++
 awscli/customizations/cloudformation/s3uploader.py | 202 ++++++++++
 awscli/customizations/cloudformation/yamlhelper.py |  68 ++++
 awscli/customizations/cloudfront.py                |   3 +-
 awscli/customizations/ec2/runinstances.py          |  60 +--
 awscli/customizations/emr/argumentschema.py        | 143 +++++++
 awscli/customizations/emr/constants.py             |  11 +-
 awscli/customizations/emr/createcluster.py         |  14 +
 awscli/customizations/emr/createdefaultroles.py    | 111 +++---
 awscli/customizations/emr/exceptions.py            |   5 +
 awscli/customizations/emr/helptext.py              |  23 +-
 awscli/customizations/emr/instancegroupsutils.py   |   4 +
 awscli/customizations/generatecliskeleton.py       | 108 ++++--
 awscli/customizations/globalargs.py                |  18 +-
 awscli/customizations/opsworks.py                  |   5 +-
 awscli/customizations/opsworkscm.py                |  21 ++
 awscli/customizations/s3/results.py                |  30 +-
 awscli/customizations/s3/utils.py                  |  10 +-
 awscli/customizations/s3endpoint.py                |   3 +-
 awscli/customizations/scalarparse.py               |  47 ++-
 awscli/customizations/utils.py                     |  19 +-
 awscli/examples/batch/cancel-job.rst               |   7 +
 .../examples/batch/create-compute-environment.rst  |  97 +++++
 awscli/examples/batch/create-job-queue.rst         |  61 +++
 .../examples/batch/delete-compute-environment.rst  |   7 +
 awscli/examples/batch/delete-job-queue.rst         |   7 +
 .../examples/batch/deregister-job-definition.rst   |   8 +
 .../batch/describe-compute-environments.rst        |  46 +++
 awscli/examples/batch/describe-job-definitions.rst |  35 ++
 awscli/examples/batch/describe-job-queues.rst      |  28 ++
 awscli/examples/batch/describe-jobs.rst            |  37 ++
 awscli/examples/batch/list-jobs.rst                |  39 ++
 awscli/examples/batch/register-job-definition.rst  |  15 +
 awscli/examples/batch/submit-job.rst               |  14 +
 awscli/examples/batch/terminate-job.rst            |   7 +
 .../examples/batch/update-compute-environment.rst  |  14 +
 awscli/examples/batch/update-job-queue.rst         |  14 +
 .../cloudformation/_deploy_description.rst         |   8 +
 .../cloudformation/_package_description.rst        |  43 +++
 awscli/examples/cloudformation/create-stack.rst    |   2 +-
 awscli/examples/cloudformation/deploy.rst          |   6 +
 awscli/examples/cloudformation/package.rst         |   6 +
 awscli/examples/cloudtrail/get-event-selectors.rst |  18 +
 awscli/examples/cloudtrail/put-event-selectors.rst |  25 ++
 awscli/examples/codecommit/get-repository.rst      |   4 +-
 .../configservice/delete-evaluation-results.rst    |   5 +
 .../start-config-rules-evaluation.rst              |   5 +
 awscli/examples/directconnect/describe-tags.rst    |  23 ++
 awscli/examples/directconnect/tag-resource.rst     |   8 +
 awscli/examples/directconnect/untag-resource.rst   |   8 +
 awscli/examples/discovery/describe-agents.rst      |  46 +++
 .../examples/discovery/describe-configurations.rst | 122 ++++++
 awscli/examples/discovery/list-configurations.rst  |  32 ++
 awscli/examples/ec2/assign-ipv6-addresses.rst      |  35 ++
 .../examples/ec2/associate-subnet-cidr-block.rst   |  20 +
 awscli/examples/ec2/associate-vpc-cidr-block.rst   |  19 +
 .../ec2/authorize-security-group-ingress.rst       |   8 +
 .../ec2/create-egress-only-internet-gateway.rst    |  21 ++
 awscli/examples/ec2/create-network-acl-entry.rst   |   9 +-
 awscli/examples/ec2/create-network-interface.rst   |   1 +
 awscli/examples/ec2/create-route.rst               |  10 +-
 awscli/examples/ec2/create-subnet.rst              |  51 ++-
 awscli/examples/ec2/create-vpc.rst                 |  63 +++-
 .../ec2/delete-egress-only-internet-gateway.rst    |  13 +
 .../ec2/describe-egress-only-internet-gateways.rst |  23 ++
 awscli/examples/ec2/describe-network-acls.rst      |  53 ++-
 .../examples/ec2/describe-network-interfaces.rst   |  55 +++
 awscli/examples/ec2/describe-route-tables.rst      |  55 ++-
 awscli/examples/ec2/describe-subnets.rst           |  53 ++-
 awscli/examples/ec2/describe-vpcs.rst              |  19 +-
 .../ec2/disassociate-subnet-cidr-block.rst         |  20 +
 .../examples/ec2/disassociate-vpc-cidr-block.rst   |  20 +
 awscli/examples/ec2/modify-subnet-attribute.rst    |  12 +-
 awscli/examples/ec2/run-instances.rst              |   9 +-
 awscli/examples/ec2/unassign-ipv6-addresses.rst    |  16 +
 awscli/examples/elbv2/deregister-targets.rst       |   8 +
 awscli/examples/emr/create-cluster-examples.rst    |   6 +
 awscli/examples/opsworks-cm/associate-node.rst     |  22 ++
 awscli/examples/opsworks-cm/create-backup.rst      |  46 +++
 awscli/examples/opsworks-cm/create-server.rst      |  51 +++
 awscli/examples/opsworks-cm/delete-backup.rst      |  17 +
 awscli/examples/opsworks-cm/delete-server.rst      |  16 +
 .../opsworks-cm/describe-account-attributes.rst    |  26 ++
 awscli/examples/opsworks-cm/describe-backups.rst   |  45 +++
 awscli/examples/opsworks-cm/describe-events.rst    |  27 ++
 .../describe-node-association-status.rst           |  20 +
 awscli/examples/opsworks-cm/describe-servers.rst   |  48 +++
 awscli/examples/opsworks-cm/disassociate-node.rst  |  19 +
 awscli/examples/opsworks-cm/restore-server.rst     |  20 +
 awscli/examples/opsworks-cm/start-maintenance.rst  |  48 +++
 .../update-server-engine-attributes.rst            |  48 +++
 awscli/examples/opsworks-cm/update-server.rst      |  48 +++
 awscli/examples/swf/register-domain.rst            |   3 +-
 awscli/handlers.py                                 |   4 +
 awscli/paramfile.py                                |   4 +
 awscli/testutils.py                                |  66 ++++
 awscli/topics/config-vars.rst                      |  26 +-
 awscli/utils.py                                    |   5 +
 bin/aws.cmd                                        |   1 +
 requirements.txt                                   |   1 +
 setup.cfg                                          |   4 +-
 setup.py                                           |   6 +-
 121 files changed, 4342 insertions(+), 369 deletions(-)

-- 
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