[Python-modules-commits] [awscli] 01/08: New upstream version 1.11.115

Takaki Taniguchi takaki at moszumanska.debian.org
Tue Jul 4 07:51:38 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 60c6bbd05d00e1d0b4569b77d0bb76960f888585
Author: TANIGUCHI Takaki <takaki at asis.media-as.org>
Date:   Tue Jul 4 16:22:23 2017 +0900

    New upstream version 1.11.115
---
 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(-)

diff --git a/PKG-INFO b/PKG-INFO
index aa6f34c..045f380 100644
--- a/PKG-INFO
+++ b/PKG-INFO
@@ -1,6 +1,6 @@
 Metadata-Version: 1.1
 Name: awscli
-Version: 1.11.44
+Version: 1.11.115
 Summary: Universal Command Line Environment for AWS.
 Home-page: http://aws.amazon.com/cli/
 Author: Amazon Web Services
@@ -194,27 +194,35 @@ Description: =======
         configured either with environment variables, configuration file
         entries or both.  The following table documents these.
         
-        ==================== =========== ===================== ===================== ============================
-        Variable             Option      Config Entry          Environment Variable  Description
-        ==================== =========== ===================== ===================== ============================
-        profile              --profile   profile               AWS_DEFAULT_PROFILE   Default profile name
-        -------------------- ----------- --------------------- --------------------- ----------------------------
-        region               --region    region                AWS_DEFAULT_REGION    Default AWS Region
-        -------------------- ----------- --------------------- --------------------- ----------------------------
-        config_file                                            AWS_CONFIG_FILE       Alternate location of config
-        -------------------- ----------- --------------------- --------------------- ----------------------------
-        output               --output    output                AWS_DEFAULT_OUTPUT    Default output style
-        -------------------- ----------- --------------------- --------------------- ----------------------------
-        ca_bundle            --ca-bundle ca_bundle             AWS_CA_BUNDLE         CA Certificate Bundle
-        -------------------- ----------- --------------------- --------------------- ----------------------------
-        access_key                       aws_access_key_id     AWS_ACCESS_KEY_ID     AWS Access Key
-        -------------------- ----------- --------------------- --------------------- ----------------------------
-        secret_key                       aws_secret_access_key AWS_SECRET_ACCESS_KEY AWS Secret Key
-        -------------------- ----------- --------------------- --------------------- ----------------------------
-        token                            aws_session_token     AWS_SESSION_TOKEN     AWS Token (temp credentials)
-        -------------------- ----------- --------------------- --------------------- ----------------------------
-        cli_timestamp_format             cli_timestamp_format                        Ouput format of timestamps
-        ==================== =========== ===================== ===================== ============================
+        ============================= =========== ============================= ================================= ==================================
+        Variable                      Option      Config Entry                  Environment Variable              Description
+        ============================= =========== ============================= ================================= ==================================
+        profile                       --profile   profile                       AWS_PROFILE                       Default profile name
+        ----------------------------- ----------- ----------------------------- --------------------------------- ----------------------------------
+        region                        --region    region                        AWS_DEFAULT_REGION                Default AWS Region
+        ----------------------------- ----------- ----------------------------- --------------------------------- ----------------------------------
+        config_file                                                             AWS_CONFIG_FILE                   Alternate location of config
+        ----------------------------- ----------- ----------------------------- --------------------------------- ----------------------------------
+        credentials_file                                                        AWS_SHARED_CREDENTIALS_FILE       Alternate location of credentials
+        ----------------------------- ----------- ----------------------------- --------------------------------- ----------------------------------
+        output                        --output    output                        AWS_DEFAULT_OUTPUT                Default output style
+        ----------------------------- ----------- ----------------------------- --------------------------------- ----------------------------------
+        ca_bundle                     --ca-bundle ca_bundle                     AWS_CA_BUNDLE                     CA Certificate Bundle
+        ----------------------------- ----------- ----------------------------- --------------------------------- ----------------------------------
+        access_key                                aws_access_key_id             AWS_ACCESS_KEY_ID                 AWS Access Key
+        ----------------------------- ----------- ----------------------------- --------------------------------- ----------------------------------
+        secret_key                                aws_secret_access_key         AWS_SECRET_ACCESS_KEY             AWS Secret Key
+        ----------------------------- ----------- ----------------------------- --------------------------------- ----------------------------------
+        token                                     aws_session_token             AWS_SESSION_TOKEN                 AWS Token (temp credentials)
+        ----------------------------- ----------- ----------------------------- --------------------------------- ----------------------------------
+        cli_timestamp_format                      cli_timestamp_format                                            Output format of timestamps
+        ----------------------------- ----------- ----------------------------- --------------------------------- ----------------------------------
+        metadata_service_timeout                  metadata_service_timeout      AWS_METADATA_SERVICE_TIMEOUT      EC2 metadata timeout
+        ----------------------------- ----------- ----------------------------- --------------------------------- ----------------------------------
+        metadata_service_num_attempts             metadata_service_num_attempts AWS_METADATA_SERVICE_NUM_ATTEMPTS EC2 metadata retry count
+        ----------------------------- ----------- ----------------------------- --------------------------------- ----------------------------------
+        parameter_validation                      parameter_validation                                            Toggles local parameter validation
+        ============================= =========== ============================= ================================= ==================================
         
         ^^^^^^^^
         Examples
@@ -238,7 +246,7 @@ Description: =======
         if one is not explicitly specified on the command line via the
         ``--profile`` option.  To set this via environment variable::
         
-            $ export AWS_DEFAULT_PROFILE=testing
+            $ export AWS_PROFILE=testing
         
         The ``profile`` variable can not be specified in the configuration file
         since it would have to be associated with a profile and would defeat the
@@ -415,6 +423,21 @@ Description: =======
             pip install -e .
         
         
+        ------------
+        Getting Help
+        ------------
+        
+        We use GitHub issues for tracking bugs and feature requests and have limited
+        bandwidth to address them. Please use these community resources for getting
+        help:
+        
+        * Ask a question on `Stack Overflow <https://stackoverflow.com/>`__ and tag it with `aws-cli <https://stackoverflow.com/questions/tagged/aws-cli>`__
+        * Come join the AWS CLI community chat on `gitter <https://gitter.im/aws/aws-cli>`__
+        * Open a support ticket with `AWS Support <https://console.aws.amazon.com/support/home#/>`__
+        * If it turns out that you may have found a bug, please `open an issue <https://github.com/aws/aws-cli/issues/new>`__
+        
+        
+        
         .. _`Amazon Web Services Security Bulletins website`: https://aws.amazon.com/security/security-bulletins
         .. _pip: http://www.pip-installer.org/en/latest/
         .. _`download the tarball`: https://pypi.python.org/pypi/awscli
diff --git a/README.rst b/README.rst
index 6c72ab8..86d1210 100644
--- a/README.rst
+++ b/README.rst
@@ -186,27 +186,35 @@ In addition to credentials, a number of other variables can be
 configured either with environment variables, configuration file
 entries or both.  The following table documents these.
 
-==================== =========== ===================== ===================== ============================
-Variable             Option      Config Entry          Environment Variable  Description
-==================== =========== ===================== ===================== ============================
-profile              --profile   profile               AWS_DEFAULT_PROFILE   Default profile name
--------------------- ----------- --------------------- --------------------- ----------------------------
-region               --region    region                AWS_DEFAULT_REGION    Default AWS Region
--------------------- ----------- --------------------- --------------------- ----------------------------
-config_file                                            AWS_CONFIG_FILE       Alternate location of config
--------------------- ----------- --------------------- --------------------- ----------------------------
-output               --output    output                AWS_DEFAULT_OUTPUT    Default output style
--------------------- ----------- --------------------- --------------------- ----------------------------
-ca_bundle            --ca-bundle ca_bundle             AWS_CA_BUNDLE         CA Certificate Bundle
--------------------- ----------- --------------------- --------------------- ----------------------------
-access_key                       aws_access_key_id     AWS_ACCESS_KEY_ID     AWS Access Key
--------------------- ----------- --------------------- --------------------- ----------------------------
-secret_key                       aws_secret_access_key AWS_SECRET_ACCESS_KEY AWS Secret Key
--------------------- ----------- --------------------- --------------------- ----------------------------
-token                            aws_session_token     AWS_SESSION_TOKEN     AWS Token (temp credentials)
--------------------- ----------- --------------------- --------------------- ----------------------------
-cli_timestamp_format             cli_timestamp_format                        Ouput format of timestamps
-==================== =========== ===================== ===================== ============================
+============================= =========== ============================= ================================= ==================================
+Variable                      Option      Config Entry                  Environment Variable              Description
+============================= =========== ============================= ================================= ==================================
+profile                       --profile   profile                       AWS_PROFILE                       Default profile name
+----------------------------- ----------- ----------------------------- --------------------------------- ----------------------------------
+region                        --region    region                        AWS_DEFAULT_REGION                Default AWS Region
+----------------------------- ----------- ----------------------------- --------------------------------- ----------------------------------
+config_file                                                             AWS_CONFIG_FILE                   Alternate location of config
+----------------------------- ----------- ----------------------------- --------------------------------- ----------------------------------
+credentials_file                                                        AWS_SHARED_CREDENTIALS_FILE       Alternate location of credentials
+----------------------------- ----------- ----------------------------- --------------------------------- ----------------------------------
+output                        --output    output                        AWS_DEFAULT_OUTPUT                Default output style
+----------------------------- ----------- ----------------------------- --------------------------------- ----------------------------------
+ca_bundle                     --ca-bundle ca_bundle                     AWS_CA_BUNDLE                     CA Certificate Bundle
+----------------------------- ----------- ----------------------------- --------------------------------- ----------------------------------
+access_key                                aws_access_key_id             AWS_ACCESS_KEY_ID                 AWS Access Key
+----------------------------- ----------- ----------------------------- --------------------------------- ----------------------------------
+secret_key                                aws_secret_access_key         AWS_SECRET_ACCESS_KEY             AWS Secret Key
+----------------------------- ----------- ----------------------------- --------------------------------- ----------------------------------
+token                                     aws_session_token             AWS_SESSION_TOKEN                 AWS Token (temp credentials)
+----------------------------- ----------- ----------------------------- --------------------------------- ----------------------------------
+cli_timestamp_format                      cli_timestamp_format                                            Output format of timestamps
+----------------------------- ----------- ----------------------------- --------------------------------- ----------------------------------
+metadata_service_timeout                  metadata_service_timeout      AWS_METADATA_SERVICE_TIMEOUT      EC2 metadata timeout
+----------------------------- ----------- ----------------------------- --------------------------------- ----------------------------------
+metadata_service_num_attempts             metadata_service_num_attempts AWS_METADATA_SERVICE_NUM_ATTEMPTS EC2 metadata retry count
+----------------------------- ----------- ----------------------------- --------------------------------- ----------------------------------
+parameter_validation                      parameter_validation                                            Toggles local parameter validation
+============================= =========== ============================= ================================= ==================================
 
 ^^^^^^^^
 Examples
@@ -230,7 +238,7 @@ Similarly, the ``profile`` variable can be used to specify which profile to use
 if one is not explicitly specified on the command line via the
 ``--profile`` option.  To set this via environment variable::
 
-    $ export AWS_DEFAULT_PROFILE=testing
+    $ export AWS_PROFILE=testing
 
 The ``profile`` variable can not be specified in the configuration file
 since it would have to be associated with a profile and would defeat the
@@ -407,6 +415,21 @@ for each repository::
     pip install -e .
 
 
+------------
+Getting Help
+------------
+
+We use GitHub issues for tracking bugs and feature requests and have limited
+bandwidth to address them. Please use these community resources for getting
+help:
+
+* Ask a question on `Stack Overflow <https://stackoverflow.com/>`__ and tag it with `aws-cli <https://stackoverflow.com/questions/tagged/aws-cli>`__
+* Come join the AWS CLI community chat on `gitter <https://gitter.im/aws/aws-cli>`__
+* Open a support ticket with `AWS Support <https://console.aws.amazon.com/support/home#/>`__
+* If it turns out that you may have found a bug, please `open an issue <https://github.com/aws/aws-cli/issues/new>`__
+
+
+
 .. _`Amazon Web Services Security Bulletins website`: https://aws.amazon.com/security/security-bulletins
 .. _pip: http://www.pip-installer.org/en/latest/
 .. _`download the tarball`: https://pypi.python.org/pypi/awscli
diff --git a/awscli.egg-info/PKG-INFO b/awscli.egg-info/PKG-INFO
index aa6f34c..045f380 100644
--- a/awscli.egg-info/PKG-INFO
+++ b/awscli.egg-info/PKG-INFO
@@ -1,6 +1,6 @@
 Metadata-Version: 1.1
 Name: awscli
-Version: 1.11.44
+Version: 1.11.115
 Summary: Universal Command Line Environment for AWS.
 Home-page: http://aws.amazon.com/cli/
 Author: Amazon Web Services
@@ -194,27 +194,35 @@ Description: =======
         configured either with environment variables, configuration file
         entries or both.  The following table documents these.
         
-        ==================== =========== ===================== ===================== ============================
-        Variable             Option      Config Entry          Environment Variable  Description
-        ==================== =========== ===================== ===================== ============================
-        profile              --profile   profile               AWS_DEFAULT_PROFILE   Default profile name
-        -------------------- ----------- --------------------- --------------------- ----------------------------
-        region               --region    region                AWS_DEFAULT_REGION    Default AWS Region
-        -------------------- ----------- --------------------- --------------------- ----------------------------
-        config_file                                            AWS_CONFIG_FILE       Alternate location of config
-        -------------------- ----------- --------------------- --------------------- ----------------------------
-        output               --output    output                AWS_DEFAULT_OUTPUT    Default output style
-        -------------------- ----------- --------------------- --------------------- ----------------------------
-        ca_bundle            --ca-bundle ca_bundle             AWS_CA_BUNDLE         CA Certificate Bundle
-        -------------------- ----------- --------------------- --------------------- ----------------------------
-        access_key                       aws_access_key_id     AWS_ACCESS_KEY_ID     AWS Access Key
-        -------------------- ----------- --------------------- --------------------- ----------------------------
-        secret_key                       aws_secret_access_key AWS_SECRET_ACCESS_KEY AWS Secret Key
-        -------------------- ----------- --------------------- --------------------- ----------------------------
-        token                            aws_session_token     AWS_SESSION_TOKEN     AWS Token (temp credentials)
-        -------------------- ----------- --------------------- --------------------- ----------------------------
-        cli_timestamp_format             cli_timestamp_format                        Ouput format of timestamps
-        ==================== =========== ===================== ===================== ============================
+        ============================= =========== ============================= ================================= ==================================
+        Variable                      Option      Config Entry                  Environment Variable              Description
+        ============================= =========== ============================= ================================= ==================================
+        profile                       --profile   profile                       AWS_PROFILE                       Default profile name
+        ----------------------------- ----------- ----------------------------- --------------------------------- ----------------------------------
+        region                        --region    region                        AWS_DEFAULT_REGION                Default AWS Region
+        ----------------------------- ----------- ----------------------------- --------------------------------- ----------------------------------
+        config_file                                                             AWS_CONFIG_FILE                   Alternate location of config
+        ----------------------------- ----------- ----------------------------- --------------------------------- ----------------------------------
+        credentials_file                                                        AWS_SHARED_CREDENTIALS_FILE       Alternate location of credentials
+        ----------------------------- ----------- ----------------------------- --------------------------------- ----------------------------------
+        output                        --output    output                        AWS_DEFAULT_OUTPUT                Default output style
+        ----------------------------- ----------- ----------------------------- --------------------------------- ----------------------------------
+        ca_bundle                     --ca-bundle ca_bundle                     AWS_CA_BUNDLE                     CA Certificate Bundle
+        ----------------------------- ----------- ----------------------------- --------------------------------- ----------------------------------
+        access_key                                aws_access_key_id             AWS_ACCESS_KEY_ID                 AWS Access Key
+        ----------------------------- ----------- ----------------------------- --------------------------------- ----------------------------------
+        secret_key                                aws_secret_access_key         AWS_SECRET_ACCESS_KEY             AWS Secret Key
+        ----------------------------- ----------- ----------------------------- --------------------------------- ----------------------------------
+        token                                     aws_session_token             AWS_SESSION_TOKEN                 AWS Token (temp credentials)
+        ----------------------------- ----------- ----------------------------- --------------------------------- ----------------------------------
+        cli_timestamp_format                      cli_timestamp_format                                            Output format of timestamps
+        ----------------------------- ----------- ----------------------------- --------------------------------- ----------------------------------
+        metadata_service_timeout                  metadata_service_timeout      AWS_METADATA_SERVICE_TIMEOUT      EC2 metadata timeout
+        ----------------------------- ----------- ----------------------------- --------------------------------- ----------------------------------
+        metadata_service_num_attempts             metadata_service_num_attempts AWS_METADATA_SERVICE_NUM_ATTEMPTS EC2 metadata retry count
+        ----------------------------- ----------- ----------------------------- --------------------------------- ----------------------------------
+        parameter_validation                      parameter_validation                                            Toggles local parameter validation
+        ============================= =========== ============================= ================================= ==================================
         
         ^^^^^^^^
         Examples
@@ -238,7 +246,7 @@ Description: =======
         if one is not explicitly specified on the command line via the
         ``--profile`` option.  To set this via environment variable::
         
-            $ export AWS_DEFAULT_PROFILE=testing
+            $ export AWS_PROFILE=testing
         
         The ``profile`` variable can not be specified in the configuration file
         since it would have to be associated with a profile and would defeat the
@@ -415,6 +423,21 @@ Description: =======
             pip install -e .
         
         
+        ------------
+        Getting Help
+        ------------
+        
+        We use GitHub issues for tracking bugs and feature requests and have limited
+        bandwidth to address them. Please use these community resources for getting
+        help:
+        
+        * Ask a question on `Stack Overflow <https://stackoverflow.com/>`__ and tag it with `aws-cli <https://stackoverflow.com/questions/tagged/aws-cli>`__
+        * Come join the AWS CLI community chat on `gitter <https://gitter.im/aws/aws-cli>`__
+        * Open a support ticket with `AWS Support <https://console.aws.amazon.com/support/home#/>`__
+        * If it turns out that you may have found a bug, please `open an issue <https://github.com/aws/aws-cli/issues/new>`__
+        
+        
+        
         .. _`Amazon Web Services Security Bulletins website`: https://aws.amazon.com/security/security-bulletins
         .. _pip: http://www.pip-installer.org/en/latest/
         .. _`download the tarball`: https://pypi.python.org/pypi/awscli
diff --git a/awscli.egg-info/SOURCES.txt b/awscli.egg-info/SOURCES.txt
index 252c8fb..5f02e52 100644
--- a/awscli.egg-info/SOURCES.txt
+++ b/awscli.egg-info/SOURCES.txt
@@ -5,6 +5,7 @@ requirements.txt
 setup.cfg
 setup.py
 awscli/__init__.py
+awscli/__main__.py
 awscli/alias.py
 awscli/argparser.py
 awscli/argprocess.py
@@ -52,6 +53,7 @@ awscli/customizations/iamvirtmfa.py
 awscli/customizations/iot.py
 awscli/customizations/iot_data.py
 awscli/customizations/kms.py
+awscli/customizations/mturk.py
 awscli/customizations/opsworks.py
 awscli/customizations/opsworkscm.py
 awscli/customizations/paginate.py
@@ -136,6 +138,7 @@ awscli/customizations/emr/hbase.py
 awscli/customizations/emr/hbaseutils.py
 awscli/customizations/emr/helptext.py
 awscli/customizations/emr/installapplications.py
+awscli/customizations/emr/instancefleetsutils.py
 awscli/customizations/emr/instancegroupsutils.py
 awscli/customizations/emr/listclusters.py
 awscli/customizations/emr/modifyclusterattributes.py
@@ -493,29 +496,42 @@ awscli/examples/deploy/uninstall.rst
 awscli/examples/deploy/update-application.rst
 awscli/examples/deploy/update-deployment-group.rst
 awscli/examples/directconnect/allocate-connection-on-interconnect.rst
+awscli/examples/directconnect/allocate-hosted-connection.rst
 awscli/examples/directconnect/allocate-private-virtual-interface.rst
 awscli/examples/directconnect/allocate-public-virtual-interface.rst
+awscli/examples/directconnect/associate-connection-with-lag.rst
+awscli/examples/directconnect/associate-hosted-connection.rst
+awscli/examples/directconnect/associate-virtual-interface.rst
 awscli/examples/directconnect/confirm-connection.rst
 awscli/examples/directconnect/confirm-private-virtual-interface.rst
 awscli/examples/directconnect/confirm-public-virtual-interface.rst
+awscli/examples/directconnect/create-bgp-peer.rst
 awscli/examples/directconnect/create-connection.rst
 awscli/examples/directconnect/create-interconnect.rst
+awscli/examples/directconnect/create-lag.rst
 awscli/examples/directconnect/create-private-virtual-interface.rst
 awscli/examples/directconnect/create-public-virtual-interface.rst
+awscli/examples/directconnect/delete-bgp-peer.rst
 awscli/examples/directconnect/delete-connection.rst
 awscli/examples/directconnect/delete-interconnect.rst
+awscli/examples/directconnect/delete-lag.rst
 awscli/examples/directconnect/delete-virtual-interface.rst
 awscli/examples/directconnect/describe-connection-loa.rst
 awscli/examples/directconnect/describe-connections-on-interconnect.rst
 awscli/examples/directconnect/describe-connections.rst
+awscli/examples/directconnect/describe-hosted-connections.rst
 awscli/examples/directconnect/describe-interconnect-loa.rst
 awscli/examples/directconnect/describe-interconnects.rst
+awscli/examples/directconnect/describe-lags.rst
+awscli/examples/directconnect/describe-loa.rst
 awscli/examples/directconnect/describe-locations.rst
 awscli/examples/directconnect/describe-tags.rst
 awscli/examples/directconnect/describe-virtual-gateways.rst
 awscli/examples/directconnect/describe-virtual-interfaces.rst
+awscli/examples/directconnect/disassociate-connection-from-lag.rst
 awscli/examples/directconnect/tag-resource.rst
 awscli/examples/directconnect/untag-resource.rst
+awscli/examples/directconnect/update-lag.rst
 awscli/examples/discovery/describe-agents.rst
 awscli/examples/discovery/describe-configurations.rst
 awscli/examples/discovery/list-configurations.rst
@@ -544,6 +560,7 @@ awscli/examples/ec2/assign-ipv6-addresses.rst
 awscli/examples/ec2/assign-private-ip-addresses.rst
 awscli/examples/ec2/associate-address.rst
 awscli/examples/ec2/associate-dhcp-options.rst
+awscli/examples/ec2/associate-iam-instance-profile.rst
 awscli/examples/ec2/associate-route-table.rst
 awscli/examples/ec2/associate-subnet-cidr-block.rst
 awscli/examples/ec2/associate-vpc-cidr-block.rst
@@ -628,6 +645,7 @@ awscli/examples/ec2/describe-egress-only-internet-gateways.rst
 awscli/examples/ec2/describe-export-tasks.rst
 awscli/examples/ec2/describe-flow-logs.rst
 awscli/examples/ec2/describe-hosts.rst
+awscli/examples/ec2/describe-iam-instance-profile-associations.rst
 awscli/examples/ec2/describe-id-format.rst
 awscli/examples/ec2/describe-identity-id-format.rst
 awscli/examples/ec2/describe-image-attribute.rst
@@ -685,6 +703,7 @@ awscli/examples/ec2/disable-vgw-route-propagation.rst
 awscli/examples/ec2/disable-vpc-classic-link-dns-support.rst
 awscli/examples/ec2/disable-vpc-classic-link.rst
 awscli/examples/ec2/disassociate-address.rst
+awscli/examples/ec2/disassociate-iam-instance-profile.rst
 awscli/examples/ec2/disassociate-route-table.rst
 awscli/examples/ec2/disassociate-subnet-cidr-block.rst
 awscli/examples/ec2/disassociate-vpc-cidr-block.rst
@@ -719,6 +738,7 @@ awscli/examples/ec2/register-image.rst
 awscli/examples/ec2/reject-vpc-peering-connection.rst
 awscli/examples/ec2/release-address.rst
 awscli/examples/ec2/release-hosts.rst
+awscli/examples/ec2/replace-iam-instance-profile.rst
 awscli/examples/ec2/replace-network-acl-association.rst
 awscli/examples/ec2/replace-network-acl-entry.rst
 awscli/examples/ec2/replace-route-table-association.rst
@@ -861,6 +881,7 @@ awscli/examples/elbv2/remove-tags.rst
 awscli/examples/elbv2/set-rule-priorities.rst
 awscli/examples/elbv2/set-security-groups.rst
 awscli/examples/elbv2/set-subnets.rst
+awscli/examples/emr/add-instance-fleet.rst
 awscli/examples/emr/add-steps.rst
 awscli/examples/emr/add-tags.rst
 awscli/examples/emr/create-cluster-examples.rst
@@ -872,16 +893,30 @@ awscli/examples/emr/describe-cluster.rst
 awscli/examples/emr/describe-step.rst
 awscli/examples/emr/get.rst
 awscli/examples/emr/list-clusters.rst
+awscli/examples/emr/list-instance-fleets.rst
 awscli/examples/emr/list-instances.rst
 awscli/examples/emr/list-security-configurations.rst
 awscli/examples/emr/list-steps.rst
 awscli/examples/emr/modify-cluster-attributes.rst
+awscli/examples/emr/modify-instance-fleet.rst
 awscli/examples/emr/put.rst
 awscli/examples/emr/remove-tags.rst
 awscli/examples/emr/schedule-hbase-backup.rst
 awscli/examples/emr/socks.rst
 awscli/examples/emr/ssh.rst
 awscli/examples/emr/wait.rst
+awscli/examples/events/delete-rule.rst
+awscli/examples/events/describe-rule.rst
+awscli/examples/events/disable-rule.rst
+awscli/examples/events/enable-rule.rst
+awscli/examples/events/list-rule-names-by-target.rst
+awscli/examples/events/list-rules.rst
+awscli/examples/events/list-targets-by-rule.rst
+awscli/examples/events/put-events.rst
+awscli/examples/events/put-rule.rst
+awscli/examples/events/put-targets.rst
+awscli/examples/events/remove-targets.rst
+awscli/examples/events/test-event-pattern.rst
 awscli/examples/glacier/abort-multipart-upload.rst
 awscli/examples/glacier/add-tags-to-vault.rst
 awscli/examples/glacier/complete-multipart-upload.rst
@@ -1116,21 +1151,59 @@ awscli/examples/opsworks/update-layer.rst
 awscli/examples/opsworks/update-my-user-profile.rst
 awscli/examples/opsworks/update-rds-db-instance.rst
 awscli/examples/opsworks/update-volume.rst
-awscli/examples/opsworks-cm/associate-node.rst
-awscli/examples/opsworks-cm/create-backup.rst
-awscli/examples/opsworks-cm/create-server.rst
-awscli/examples/opsworks-cm/delete-backup.rst
-awscli/examples/opsworks-cm/delete-server.rst
-awscli/examples/opsworks-cm/describe-account-attributes.rst
-awscli/examples/opsworks-cm/describe-backups.rst
-awscli/examples/opsworks-cm/describe-events.rst
-awscli/examples/opsworks-cm/describe-node-association-status.rst
-awscli/examples/opsworks-cm/describe-servers.rst
-awscli/examples/opsworks-cm/disassociate-node.rst
-awscli/examples/opsworks-cm/restore-server.rst
-awscli/examples/opsworks-cm/start-maintenance.rst
-awscli/examples/opsworks-cm/update-server-engine-attributes.rst
-awscli/examples/opsworks-cm/update-server.rst
+awscli/examples/opsworkscm/associate-node.rst
+awscli/examples/opsworkscm/create-backup.rst
+awscli/examples/opsworkscm/create-server.rst
+awscli/examples/opsworkscm/delete-backup.rst
+awscli/examples/opsworkscm/delete-server.rst
+awscli/examples/opsworkscm/describe-account-attributes.rst
+awscli/examples/opsworkscm/describe-backups.rst
+awscli/examples/opsworkscm/describe-events.rst
+awscli/examples/opsworkscm/describe-node-association-status.rst
+awscli/examples/opsworkscm/describe-servers.rst
+awscli/examples/opsworkscm/disassociate-node.rst
+awscli/examples/opsworkscm/restore-server.rst
+awscli/examples/opsworkscm/start-maintenance.rst
+awscli/examples/opsworkscm/update-server-engine-attributes.rst
+awscli/examples/opsworkscm/update-server.rst
+awscli/examples/organizations/accept-handshake.rst
+awscli/examples/organizations/attach-policy.rst
+awscli/examples/organizations/cancel-handshake.rst
+awscli/examples/organizations/create-account.rst
+awscli/examples/organizations/create-organization.rst
+awscli/examples/organizations/create-organizational-unit.rst
+awscli/examples/organizations/create-policy.rst
+awscli/examples/organizations/decline-handshake.rst
+awscli/examples/organizations/delete-organization.rst
+awscli/examples/organizations/delete-organizational-unit.rst
+awscli/examples/organizations/delete-policy.rst
+awscli/examples/organizations/describe-account.rst
+awscli/examples/organizations/describe-create-account-status.rst
+awscli/examples/organizations/describe-handshake.rst
+awscli/examples/organizations/describe-organization.rst
+awscli/examples/organizations/describe-organizational-unit.rst
+awscli/examples/organizations/describe-policy.rst
+awscli/examples/organizations/detach-policy.rst
+awscli/examples/organizations/disable-policy-type.rst
+awscli/examples/organizations/enable-all-features.rst
+awscli/examples/organizations/enable-policy-type.rst
+awscli/examples/organizations/invite-account-to-organization.rst
+awscli/examples/organizations/leave-organization.rst
+awscli/examples/organizations/list-accounts-for-parent.rst
+awscli/examples/organizations/list-accounts.rst
+awscli/examples/organizations/list-children.rst
+awscli/examples/organizations/list-handshakes-for-account.rst
+awscli/examples/organizations/list-handshakes-for-organization.rst
+awscli/examples/organizations/list-organizational-units-for-parent.rst
+awscli/examples/organizations/list-parents.rst
+awscli/examples/organizations/list-policies-for-target.rst
+awscli/examples/organizations/list-policies.rst
+awscli/examples/organizations/list-roots.rst
+awscli/examples/organizations/list-targets-for-policy.rst
+awscli/examples/organizations/move-account.rst
+awscli/examples/organizations/remove-account-from-organization.rst
+awscli/examples/organizations/update-organizational-unit.rst
+awscli/examples/organizations/update-policy.rst
 awscli/examples/rds/add-tag-to-resource.rst
 awscli/examples/rds/create-db-instance.rst
 awscli/examples/rds/create-db-security-group.rst
@@ -1288,17 +1361,86 @@ awscli/examples/sqs/remove-permission.rst
 awscli/examples/sqs/send-message-batch.rst
 awscli/examples/sqs/send-message.rst
 awscli/examples/sqs/set-queue-attributes.rst
+awscli/examples/ssm/add-tags-to-resource.rst
+awscli/examples/ssm/cancel-command.rst
+awscli/examples/ssm/create-activation.rst
 awscli/examples/ssm/create-association-batch.rst
 awscli/examples/ssm/create-association.rst
 awscli/examples/ssm/create-document.rst
+awscli/examples/ssm/create-maintenance-window.rst
+awscli/examples/ssm/create-patch-baseline.rst
+awscli/examples/ssm/delete-activation.rst
 awscli/examples/ssm/delete-association.rst
 awscli/examples/ssm/delete-document.rst
+awscli/examples/ssm/delete-maintenance-window.rst
+awscli/examples/ssm/delete-parameter.rst
+awscli/examples/ssm/delete-patch-baseline.rst
+awscli/examples/ssm/deregister-managed-instance.rst
+awscli/examples/ssm/deregister-patch-baseline-for-patch-group.rst
+awscli/examples/ssm/deregister-target-from-maintenance-window.rst
+awscli/examples/ssm/deregister-task-from-maintenance-window.rst
+awscli/examples/ssm/describe-activations.rst
 awscli/examples/ssm/describe-association.rst
+awscli/examples/ssm/describe-automation-executions.rst
+awscli/examples/ssm/describe-available-patches.rst
+awscli/examples/ssm/describe-document-permission.rst
 awscli/examples/ssm/describe-document.rst
+awscli/examples/ssm/describe-effective-instance-associations.rst
+awscli/examples/ssm/describe-effective-patches-for-patch-baseline.rst
+awscli/examples/ssm/describe-instance-associations-status.rst
+awscli/examples/ssm/describe-instance-information.rst
+awscli/examples/ssm/describe-instance-patch-states-for-patch-group.rst
+awscli/examples/ssm/describe-instance-patch-states.rst
+awscli/examples/ssm/describe-instance-patches.rst
+awscli/examples/ssm/describe-maintenance-window-execution-task-invocations.rst
+awscli/examples/ssm/describe-maintenance-window-execution-tasks.rst
+awscli/examples/ssm/describe-maintenance-window-executions.rst
+awscli/examples/ssm/describe-maintenance-window-targets.rst
+awscli/examples/ssm/describe-maintenance-window-tasks.rst
+awscli/examples/ssm/describe-maintenance-windows.rst
+awscli/examples/ssm/describe-parameters.rst
+awscli/examples/ssm/describe-patch-baselines.rst
+awscli/examples/ssm/describe-patch-group-state.rst
+awscli/examples/ssm/describe-patch-groups.rst
+awscli/examples/ssm/get-automation-execution.rst
+awscli/examples/ssm/get-command-invocation.rst
+awscli/examples/ssm/get-default-patch-baseline.rst
+awscli/examples/ssm/get-deployable-patch-snapshot-for-instance.rst
 awscli/examples/ssm/get-document.rst
+awscli/examples/ssm/get-inventory-schema.rst
+awscli/examples/ssm/get-inventory.rst
+awscli/examples/ssm/get-maintenance-window-execution-task.rst
+awscli/examples/ssm/get-maintenance-window-execution.rst
+awscli/examples/ssm/get-maintenance-window.rst
+awscli/examples/ssm/get-parameter-history.rst
+awscli/examples/ssm/get-parameters.rst
+awscli/examples/ssm/get-patch-baseline-for-patch-group.rst
+awscli/examples/ssm/get-patch-baseline.rst
 awscli/examples/ssm/list-associations.rst
+awscli/examples/ssm/list-command-invocations.rst
+awscli/examples/ssm/list-commands.rst
+awscli/examples/ssm/list-document-versions.rst
 awscli/examples/ssm/list-documents.rst
+awscli/examples/ssm/list-inventory-entries.rst
+awscli/examples/ssm/list-tags-for-resource.rst
+awscli/examples/ssm/modify-document-permission.rst
+awscli/examples/ssm/put-inventory.rst
+awscli/examples/ssm/put-parameter.rst
+awscli/examples/ssm/register-default-patch-baseline.rst
+awscli/examples/ssm/register-patch-baseline-for-patch-group.rst
+awscli/examples/ssm/register-target-with-maintenance-window.rst
+awscli/examples/ssm/register-task-with-maintenance-window.rst
+awscli/examples/ssm/remove-tags-from-resource.rst
+awscli/examples/ssm/send-command.rst
+awscli/examples/ssm/start-automation-execution.rst
+awscli/examples/ssm/stop-automation-execution.rst
 awscli/examples/ssm/update-association-status.rst
+awscli/examples/ssm/update-association.rst
+awscli/examples/ssm/update-document-default-version.rst
+awscli/examples/ssm/update-document.rst
+awscli/examples/ssm/update-maintenance-window.rst
+awscli/examples/ssm/update-managed-instance-role.rst
+awscli/examples/ssm/update-patch-baseline.rst
 awscli/examples/storagegateway/describe-gateway-information.rst
 awscli/examples/storagegateway/list-gateways.rst
 awscli/examples/storagegateway/list-volumes.rst
diff --git a/awscli.egg-info/requires.txt b/awscli.egg-info/requires.txt
index 4074857..ab489ab 100644
--- a/awscli.egg-info/requires.txt
+++ b/awscli.egg-info/requires.txt
@@ -1,4 +1,4 @@
-botocore==1.5.7
+botocore==1.5.78
 colorama>=0.2.5,<=0.3.7
 docutils>=0.10
 rsa>=3.1.2,<=3.5.0
diff --git a/awscli/__init__.py b/awscli/__init__.py
index 8a0746f..88d7330 100644
--- a/awscli/__init__.py
+++ b/awscli/__init__.py
@@ -17,7 +17,7 @@ A Universal Command Line Environment for Amazon Web Services.
 """
 import os
 
-__version__ = '1.11.44'
+__version__ = '1.11.115'
 
 #
 # Get our data path to be added to botocore's search path
diff --git a/awscli/__main__.py b/awscli/__main__.py
new file mode 100644
index 0000000..330dcfd
--- /dev/null
+++ b/awscli/__main__.py
@@ -0,0 +1,20 @@
+# Copyright 2016 Amazon.com, Inc. or its affiliates. All Rights Reserved.
+#
+# Licensed under the Apache License, Version 2.0 (the "License"). You
+# may not use this file except in compliance with the License. A copy of
+# the License is located at
+#
+#     http://aws.amazon.com/apache2.0/
+#
+# or in the "license" file accompanying this file. This file is
+# distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF
+# ANY KIND, either express or implied. See the License for the specific
+# language governing permissions and limitations under the License.
+
+import sys
+
+from awscli.clidriver import main
+
+
+if __name__ == "__main__":
+    sys.exit(main())
diff --git a/awscli/argparser.py b/awscli/argparser.py
index 0aebf37..3b60247 100644
--- a/awscli/argparser.py
+++ b/awscli/argparser.py
@@ -113,13 +113,14 @@ class MainArgParser(CLIArgParser):
     Formatter = argparse.RawTextHelpFormatter
 
     def __init__(self, command_table, version_string,
-                 description, argument_table):
+                 description, argument_table, prog=None):
         super(MainArgParser, self).__init__(
             formatter_class=self.Formatter,
             add_help=False,
             conflict_handler='resolve',
... 10737 lines suppressed ...

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