[Python-modules-commits] [awscli] 02/08: Updated version 1.11.115 from 'upstream/1.11.115'

Takaki Taniguchi takaki at moszumanska.debian.org
Tue Jul 4 07:51:39 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 6d9a05613d69abec89f45f339d5b5bfe36c6f230
Merge: 26421a7 60c6bbd
Author: TANIGUCHI Takaki <takaki at asis.media-as.org>
Date:   Tue Jul 4 16:22:30 2017 +0900

    Updated version 1.11.115 from 'upstream/1.11.115'
    
    with Debian dir 34f92a02256e39abb81f111db6351f3925f3d1df

 PKG-INFO                                           |  69 ++++++---
 README.rst                                         |  67 +++++---
 awscli.egg-info/PKG-INFO                           |  69 ++++++---
 awscli.egg-info/SOURCES.txt                        | 172 +++++++++++++++++++--
 awscli.egg-info/requires.txt                       |   2 +-
 awscli/__init__.py                                 |   2 +-
 awscli/__main__.py                                 |  20 +++
 awscli/argparser.py                                |   5 +-
 awscli/argprocess.py                               |  24 ++-
 awscli/clidocs.py                                  |  12 +-
 awscli/clidriver.py                                |  11 +-
 awscli/compat.py                                   |  34 +++-
 awscli/customizations/argrename.py                 |  12 ++
 awscli/customizations/cliinputjson.py              |   2 +-
 .../cloudformation/artifact_exporter.py            |  12 +-
 awscli/customizations/cloudformation/deploy.py     |   7 +-
 awscli/customizations/cloudformation/deployer.py   |   5 +
 awscli/customizations/cloudformation/package.py    |  23 ++-
 awscli/customizations/cloudformation/yamlhelper.py |   3 +-
 awscli/customizations/configure/get.py             |  39 ++++-
 awscli/customizations/ec2/secgroupsimplify.py      |   7 +-
 awscli/customizations/ecr.py                       |  34 +++-
 awscli/customizations/emr/argumentschema.py        | 148 ++++++++++++++++++
 awscli/customizations/emr/constants.py             |   2 +
 awscli/customizations/emr/createcluster.py         |  58 +++++--
 awscli/customizations/emr/describecluster.py       |  37 ++++-
 awscli/customizations/emr/exceptions.py            |   1 +
 awscli/customizations/emr/helptext.py              |  14 +-
 awscli/customizations/emr/instancefleetsutils.py   |  57 +++++++
 awscli/customizations/mturk.py                     |  28 ++++
 awscli/customizations/putmetricdata.py             |   9 +-
 awscli/customizations/rds.py                       |  40 +++++
 awscli/customizations/s3/filegenerator.py          |  32 ++--
 awscli/customizations/s3/results.py                |   2 +-
 awscli/customizations/s3/s3handler.py              |  21 ++-
 awscli/customizations/s3/subcommands.py            |   9 +-
 awscli/customizations/s3/utils.py                  |  44 ------
 awscli/customizations/utils.py                     |  79 +++++++++-
 awscli/examples/apigateway/create-api-key.rst      |   5 +-
 awscli/examples/apigateway/create-authorizer.rst   |   9 +-
 .../apigateway/create-base-path-mapping.rst        |   5 +-
 awscli/examples/apigateway/create-domain-name.rst  |   5 +-
 awscli/examples/apigateway/create-model.rst        |   5 +-
 awscli/examples/apigateway/create-resource.rst     |   5 +-
 awscli/examples/apigateway/create-rest-api.rst     |   9 +-
 awscli/examples/apigateway/create-stage.rst        |   9 +-
 .../examples/apigateway/create-usage-plan-key.rst  |   3 +-
 awscli/examples/apigateway/create-usage-plan.rst   |   3 +-
 awscli/examples/apigateway/delete-api-key.rst      |   5 +-
 awscli/examples/apigateway/delete-authorizer.rst   |   5 +-
 .../apigateway/delete-base-path-mapping.rst        |   5 +-
 .../apigateway/delete-client-certificate.rst       |   5 +-
 awscli/examples/apigateway/delete-deployment.rst   |   5 +-
 awscli/examples/apigateway/delete-domain-name.rst  |   5 +-
 .../apigateway/delete-integration-response.rst     |   5 +-
 awscli/examples/apigateway/delete-integration.rst  |   5 +-
 .../examples/apigateway/delete-method-response.rst |   5 +-
 awscli/examples/apigateway/delete-method.rst       |   5 +-
 awscli/examples/apigateway/delete-model.rst        |   5 +-
 awscli/examples/apigateway/delete-resource.rst     |   5 +-
 awscli/examples/apigateway/delete-rest-api.rst     |   5 +-
 awscli/examples/apigateway/delete-stage.rst        |   5 +-
 .../examples/apigateway/delete-usage-plan-key.rst  |   3 +-
 awscli/examples/apigateway/delete-usage-plan.rst   |   3 +-
 .../apigateway/flush-stage-authorizers-cache.rst   |   3 +-
 awscli/examples/apigateway/flush-stage-cache.rst   |   3 +-
 .../apigateway/generate-client-certificate.rst     |   5 +-
 awscli/examples/apigateway/get-account.rst         |   5 +-
 awscli/examples/apigateway/get-api-key.rst         |   5 +-
 awscli/examples/apigateway/get-api-keys.rst        |   5 +-
 awscli/examples/apigateway/get-authorizer.rst      |   3 +-
 awscli/examples/apigateway/get-authorizers.rst     |   5 +-
 .../examples/apigateway/get-base-path-mapping.rst  |   5 +-
 .../examples/apigateway/get-base-path-mappings.rst |   5 +-
 .../examples/apigateway/get-client-certificate.rst |   5 +-
 .../apigateway/get-client-certificates.rst         |   4 +-
 awscli/examples/apigateway/get-deployment.rst      |   3 +-
 awscli/examples/apigateway/get-deployments.rst     |   4 +-
 awscli/examples/apigateway/get-domain-name.rst     |   3 +-
 awscli/examples/apigateway/get-domain-names.rst    |   5 +-
 awscli/examples/apigateway/get-models.rst          |   5 +-
 awscli/examples/apigateway/get-resource.rst        |   3 +-
 awscli/examples/apigateway/get-resources.rst       |   5 +-
 awscli/examples/apigateway/get-rest-api.rst        |   3 +-
 awscli/examples/apigateway/get-rest-apis.rst       |   5 +-
 awscli/examples/apigateway/get-stage.rst           |   3 +-
 awscli/examples/apigateway/get-stages.rst          |   5 +-
 awscli/examples/apigateway/get-usage-plan-key.rst  |   3 +-
 awscli/examples/apigateway/get-usage-plan-keys.rst |   3 +-
 awscli/examples/apigateway/get-usage-plan.rst      |   3 +-
 awscli/examples/apigateway/get-usage-plans.rst     |   5 +-
 awscli/examples/apigateway/get-usage.rst           |   3 +-
 awscli/examples/apigateway/import-rest-api.rst     |   5 +-
 .../apigateway/put-integration-response.rst        |   5 +-
 awscli/examples/apigateway/put-integration.rst     |   7 +-
 awscli/examples/apigateway/put-method-response.rst |   3 +-
 awscli/examples/apigateway/put-method.rst          |   3 +-
 awscli/examples/apigateway/put-rest-api.rst        |   9 +-
 .../examples/apigateway/test-invoke-authorizer.rst |   3 +-
 awscli/examples/apigateway/test-invoke-method.rst  |   5 +-
 awscli/examples/apigateway/update-account.rst      |   5 +-
 awscli/examples/apigateway/update-api-key.rst      |   5 +-
 awscli/examples/apigateway/update-authorizer.rst   |   5 +-
 .../apigateway/update-base-path-mapping.rst        |   3 +-
 .../apigateway/update-client-certificate.rst       |   5 +-
 .../examples/apigateway/update-method-response.rst |   5 +-
 awscli/examples/apigateway/update-method.rst       |   5 +-
 awscli/examples/apigateway/update-model.rst        |   9 +-
 awscli/examples/apigateway/update-resource.rst     |   5 +-
 awscli/examples/apigateway/update-rest-api.rst     |   7 +-
 awscli/examples/apigateway/update-stage.rst        |   9 +-
 awscli/examples/apigateway/update-usage-plan.rst   |   9 +-
 awscli/examples/apigateway/update-usage.rst        |   3 +-
 awscli/examples/cloudformation/create-stack.rst    |  25 +--
 .../examples/cloudformation/validate-template.rst  |   2 +-
 awscli/examples/cloudfront/list-distributions.rst  |   1 +
 .../examples/cloudwatch/get-metric-statistics.rst  |  13 +-
 awscli/examples/cloudwatch/put-metric-alarm.rst    |   6 +
 awscli/examples/cloudwatch/put-metric-data.rst     |   4 +
 awscli/examples/codecommit/create-branch.rst       |   4 +-
 awscli/examples/codecommit/get-branch.rst          |   4 +-
 awscli/examples/codecommit/list-branches.rst       |   4 +-
 .../codepipeline/create-custom-action-type.rst     |  49 +++---
 .../examples/configservice/delete-config-rule.rst  |   8 +-
 .../configservice/delete-delivery-channel.rst      |   8 +-
 .../configservice/delete-evaluation-results.rst    |   8 +-
 .../configservice/deliver-config-snapshot.rst      |  20 +--
 .../describe-compliance-by-config-rule.rst         |  66 ++++----
 .../describe-compliance-by-resource.rst            |  70 ++++-----
 .../describe-config-rule-evaluation-status.rst     |  36 ++---
 .../configservice/describe-config-rules.rst        |  68 ++++----
 .../describe-configuration-recorder-status.rst     |  38 ++---
 .../describe-configuration-recorders.rst           |  40 ++---
 .../describe-delivery-channel-status.rst           |  56 +++----
 .../configservice/describe-delivery-channels.rst   |  32 ++--
 .../get-compliance-details-by-config-rule.rst      | 100 ++++++------
 .../get-compliance-details-by-resource.rst         |  74 ++++-----
 .../get-compliance-summary-by-config-rule.rst      |  44 +++---
 .../get-compliance-summary-by-resource-type.rst    | 110 ++++++-------
 .../configservice/get-resource-config-history.rst  |   8 +-
 awscli/examples/configservice/get-status.rst       |  38 ++---
 .../configservice/list-discovered-resources.rst    |  46 +++---
 awscli/examples/configservice/put-config-rule.rst  | 128 +++++++--------
 .../configservice/put-configuration-recorder.rst   |  68 ++++----
 .../configservice/put-delivery-channel.rst         |  82 +++++-----
 .../start-config-rules-evaluation.rst              |   8 +-
 .../configservice/start-configuration-recorder.rst |  17 +-
 .../configservice/stop-configuration-recorder.rst  |  16 +-
 awscli/examples/configservice/subscribe.rst        |  60 +++----
 .../directconnect/allocate-hosted-connection.rst   |  21 +++
 .../associate-connection-with-lag.rst              |  20 +++
 .../directconnect/associate-hosted-connection.rst  |  22 +++
 .../directconnect/associate-virtual-interface.rst  |  48 ++++++
 awscli/examples/directconnect/create-bgp-peer.rst  |  50 ++++++
 awscli/examples/directconnect/create-lag.rst       |  89 +++++++++++
 awscli/examples/directconnect/delete-bgp-peer.rst  |  50 ++++++
 awscli/examples/directconnect/delete-lag.rst       |  23 +++
 .../directconnect/describe-hosted-connections.rst  |  25 +++
 awscli/examples/directconnect/describe-lags.rst    |  48 ++++++
 awscli/examples/directconnect/describe-loa.rst     |  21 +++
 .../disassociate-connection-from-lag.rst           |  19 +++
 awscli/examples/directconnect/update-lag.rst       |  44 ++++++
 .../ec2/associate-iam-instance-profile.rst         |  21 +++
 awscli/examples/ec2/create-volume.rst              |   8 +
 .../describe-iam-instance-profile-associations.rst |  32 ++++
 awscli/examples/ec2/describe-instances.rst         |  13 ++
 .../ec2/disassociate-iam-instance-profile.rst      |  21 +++
 .../examples/ec2/replace-iam-instance-profile.rst  |  21 +++
 awscli/examples/ec2/run-instances.rst              |   8 +
 awscli/examples/emr/add-instance-fleet.rst         |  14 ++
 awscli/examples/emr/create-cluster-examples.rst    | 116 +++++++-------
 awscli/examples/emr/create-cluster-synopsis.rst    |   5 +-
 awscli/examples/emr/describe-cluster.rst           |  82 +++++++++-
 awscli/examples/emr/list-instance-fleets.rst       |  68 ++++++++
 awscli/examples/emr/list-instances.rst             |  35 ++++-
 awscli/examples/emr/modify-instance-fleet.rst      |   7 +
 awscli/examples/events/delete-rule.rst             |   5 +
 awscli/examples/events/describe-rule.rst           |   5 +
 awscli/examples/events/disable-rule.rst            |   5 +
 awscli/examples/events/enable-rule.rst             |   5 +
 .../examples/events/list-rule-names-by-target.rst  |   5 +
 awscli/examples/events/list-rules.rst              |  11 ++
 awscli/examples/events/list-targets-by-rule.rst    |   5 +
 awscli/examples/events/put-events.rst              |  28 ++++
 awscli/examples/events/put-rule.rst                |  13 ++
 awscli/examples/events/put-targets.rst             |  13 ++
 awscli/examples/events/remove-targets.rst          |   5 +
 awscli/examples/events/test-event-pattern.rst      |   5 +
 .../opsworks/describe-elastic-load-balancers.rst   |  43 +++---
 .../{opsworks-cm => opsworkscm}/associate-node.rst |   0
 .../{opsworks-cm => opsworkscm}/create-backup.rst  |   0
 .../{opsworks-cm => opsworkscm}/create-server.rst  |   0
 .../{opsworks-cm => opsworkscm}/delete-backup.rst  |   0
 .../{opsworks-cm => opsworkscm}/delete-server.rst  |   0
 .../describe-account-attributes.rst                |   0
 .../describe-backups.rst                           |   0
 .../describe-events.rst                            |   0
 .../describe-node-association-status.rst           |   0
 .../describe-servers.rst                           |   0
 .../disassociate-node.rst                          |   0
 .../{opsworks-cm => opsworkscm}/restore-server.rst |   0
 .../start-maintenance.rst                          |   0
 .../update-server-engine-attributes.rst            |   0
 .../{opsworks-cm => opsworkscm}/update-server.rst  |   0
 awscli/examples/organizations/accept-handshake.rst |  56 +++++++
 awscli/examples/organizations/attach-policy.rst    |  15 ++
 awscli/examples/organizations/cancel-handshake.rst |  60 +++++++
 awscli/examples/organizations/create-account.rst   |  24 +++
 .../examples/organizations/create-organization.rst |  56 +++++++
 .../organizations/create-organizational-unit.rst   |  19 +++
 awscli/examples/organizations/create-policy.rst    |  37 +++++
 .../examples/organizations/decline-handshake.rst   |  56 +++++++
 .../examples/organizations/delete-organization.rst |   7 +
 .../organizations/delete-organizational-unit.rst   |   7 +
 awscli/examples/organizations/delete-policy.rst    |   7 +
 awscli/examples/organizations/describe-account.rst |  21 +++
 .../describe-create-account-status.rst             |  20 +++
 .../examples/organizations/describe-handshake.rst  |  50 ++++++
 .../organizations/describe-organization.rst        |  25 +++
 .../organizations/describe-organizational-unit.rst |  17 ++
 awscli/examples/organizations/describe-policy.rst  |  23 +++
 awscli/examples/organizations/detach-policy.rst    |   7 +
 .../examples/organizations/disable-policy-type.rst |  20 +++
 .../examples/organizations/enable-all-features.rst |  32 ++++
 .../examples/organizations/enable-policy-type.rst  |  25 +++
 .../invite-account-to-organization.rst             |  54 +++++++
 .../examples/organizations/leave-organization.rst  |   7 +
 .../organizations/list-accounts-for-parent.rst     |  32 ++++
 awscli/examples/organizations/list-accounts.rst    |  50 ++++++
 awscli/examples/organizations/list-children.rst    |  21 +++
 .../organizations/list-handshakes-for-account.rst  |  54 +++++++
 .../list-handshakes-for-organization.rst           | 104 +++++++++++++
 .../list-organizational-units-for-parent.rst       |  22 +++
 awscli/examples/organizations/list-parents.rst     |  18 +++
 .../organizations/list-policies-for-target.rst     |  38 +++++
 awscli/examples/organizations/list-policies.rst    |  38 +++++
 awscli/examples/organizations/list-roots.rst       |  25 +++
 .../organizations/list-targets-for-policy.rst      |  32 ++++
 awscli/examples/organizations/move-account.rst     |   7 +
 .../remove-account-from-organization.rst           |   7 +
 .../organizations/update-organizational-unit.rst   |  19 +++
 awscli/examples/organizations/update-policy.rst    |  61 ++++++++
 awscli/examples/s3/cp.rst                          |   2 +-
 awscli/examples/s3/rm.rst                          |   4 +-
 awscli/examples/s3api/list-object-versions.rst     |   2 +-
 awscli/examples/ssm/add-tags-to-resource.rst       |   7 +
 awscli/examples/ssm/cancel-command.rst             |   7 +
 awscli/examples/ssm/create-activation.rst          |  14 ++
 awscli/examples/ssm/create-association-batch.rst   |  72 ++++++---
 awscli/examples/ssm/create-association.rst         |  49 ++++--
 awscli/examples/ssm/create-document.rst            |  38 +++--
 awscli/examples/ssm/create-maintenance-window.rst  |  13 ++
 awscli/examples/ssm/create-patch-baseline.rst      |  13 ++
 awscli/examples/ssm/delete-activation.rst          |   7 +
 awscli/examples/ssm/delete-association.rst         |   5 +-
 awscli/examples/ssm/delete-document.rst            |   4 +-
 awscli/examples/ssm/delete-maintenance-window.rst  |  13 ++
 awscli/examples/ssm/delete-parameter.rst           |   7 +
 awscli/examples/ssm/delete-patch-baseline.rst      |  13 ++
 .../examples/ssm/deregister-managed-instance.rst   |   7 +
 .../deregister-patch-baseline-for-patch-group.rst  |  14 ++
 .../deregister-target-from-maintenance-window.rst  |  14 ++
 .../deregister-task-from-maintenance-window.rst    |  14 ++
 awscli/examples/ssm/describe-activations.rst       |  24 +++
 awscli/examples/ssm/describe-association.rst       |  45 ++++--
 .../ssm/describe-automation-executions.rst         |  37 +++++
 awscli/examples/ssm/describe-available-patches.rst |  45 ++++++
 .../examples/ssm/describe-document-permission.rst  |  15 ++
 awscli/examples/ssm/describe-document.rst          |  36 +++--
 .../describe-effective-instance-associations.rst   |  19 +++
 ...scribe-effective-patches-for-patch-baseline.rst |  41 +++++
 .../ssm/describe-instance-associations-status.rst  |  22 +++
 .../examples/ssm/describe-instance-information.rst |  43 ++++++
 ...cribe-instance-patch-states-for-patch-group.rst |  43 ++++++
 .../ssm/describe-instance-patch-states.rst         |  42 +++++
 awscli/examples/ssm/describe-instance-patches.rst  |  38 +++++
 ...intenance-window-execution-task-invocations.rst |  23 +++
 ...describe-maintenance-window-execution-tasks.rst |  23 +++
 .../ssm/describe-maintenance-window-executions.rst |  37 +++++
 .../ssm/describe-maintenance-window-targets.rst    |  51 ++++++
 .../ssm/describe-maintenance-window-tasks.rst      |  63 ++++++++
 .../examples/ssm/describe-maintenance-windows.rst  |  30 ++++
 awscli/examples/ssm/describe-parameters.rst        |  28 ++++
 awscli/examples/ssm/describe-patch-baselines.rst   |  49 ++++++
 awscli/examples/ssm/describe-patch-group-state.rst |  18 +++
 awscli/examples/ssm/describe-patch-groups.rst      |  23 +++
 awscli/examples/ssm/get-automation-execution.rst   |  76 +++++++++
 awscli/examples/ssm/get-command-invocation.rst     |  24 +++
 awscli/examples/ssm/get-default-patch-baseline.rst |  13 ++
 .../get-deployable-patch-snapshot-for-instance.rst |  17 ++
 awscli/examples/ssm/get-document.rst               |  31 ++--
 awscli/examples/ssm/get-inventory-schema.rst       |  49 ++++++
 awscli/examples/ssm/get-inventory.rst              |  37 +++++
 .../ssm/get-maintenance-window-execution-task.rst  |  37 +++++
 .../ssm/get-maintenance-window-execution.rst       |  19 +++
 awscli/examples/ssm/get-maintenance-window.rst     |  21 +++
 awscli/examples/ssm/get-parameter-history.rst      |  21 +++
 awscli/examples/ssm/get-parameters.rst             |  20 +++
 .../ssm/get-patch-baseline-for-patch-group.rst     |  14 ++
 awscli/examples/ssm/get-patch-baseline.rst         |  61 ++++++++
 awscli/examples/ssm/list-associations.rst          |  81 ++++++++--
 awscli/examples/ssm/list-command-invocations.rst   |  48 ++++++
 awscli/examples/ssm/list-commands.rst              |  55 +++++++
 awscli/examples/ssm/list-document-versions.rst     |  26 ++++
 awscli/examples/ssm/list-documents.rst             |  38 +++--
 awscli/examples/ssm/list-inventory-entries.rst     |  21 +++
 awscli/examples/ssm/list-tags-for-resource.rst     |  18 +++
 awscli/examples/ssm/modify-document-permission.rst |   7 +
 awscli/examples/ssm/put-inventory.rst              |   8 +
 awscli/examples/ssm/put-parameter.rst              |  16 ++
 .../ssm/register-default-patch-baseline.rst        |  13 ++
 .../register-patch-baseline-for-patch-group.rst    |  14 ++
 .../register-target-with-maintenance-window.rst    |  29 ++++
 .../ssm/register-task-with-maintenance-window.rst  |  22 +++
 awscli/examples/ssm/remove-tags-from-resource.rst  |   7 +
 awscli/examples/ssm/send-command.rst               |  56 +++++++
 awscli/examples/ssm/start-automation-execution.rst |  13 ++
 awscli/examples/ssm/stop-automation-execution.rst  |   8 +
 awscli/examples/ssm/update-association-status.rst  |  41 +++--
 awscli/examples/ssm/update-association.rst         |  35 +++++
 .../ssm/update-document-default-version.rst        |   7 +
 awscli/examples/ssm/update-document.rst            |  36 +++++
 awscli/examples/ssm/update-maintenance-window.rst  |  36 +++++
 .../examples/ssm/update-managed-instance-role.rst  |   7 +
 awscli/examples/ssm/update-patch-baseline.rst      |  64 ++++++++
 awscli/formatter.py                                |   1 +
 awscli/handlers.py                                 |   4 +
 awscli/paramfile.py                                |   5 +
 awscli/testutils.py                                |  32 +++-
 awscli/topics/config-vars.rst                      | 101 +++++-------
 awscli/topics/s3-config.rst                        |  41 ++++-
 setup.cfg                                          |   2 +-
 setup.py                                           |  23 ++-
 333 files changed, 6244 insertions(+), 1413 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