[DRE-commits] [ruby-aws-sdk] 01/08: Merge tag 'upstream/1.64.0'

David Suárez deiv-guest at moszumanska.debian.org
Tue Aug 11 16:16:43 UTC 2015


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

deiv-guest pushed a commit to branch master
in repository ruby-aws-sdk.

commit 58bb7a1b7afbcf4767eeb32155144e8bbea011ff
Merge: 020f1a7 57fcaf8
Author: David Suárez <david.sephirot at gmail.com>
Date:   Fri May 29 22:21:52 2015 +0200

    Merge tag 'upstream/1.64.0'
    
    Upstream version 1.64.0

 .yardopts                                          |    2 +
 LICENSE.txt                                        |    2 +-
 README.md                                          |   49 +-
 bin/aws-rb                                         |    4 +-
 endpoints.json                                     |  193 +-
 lib/aws-sdk.rb                                     |    1 -
 lib/aws/api_config/AutoScaling-2011-01-01.yml      |   13 +
 lib/aws/api_config/CloudFront-2014-10-21.yml       | 3290 +++++++++++++
 lib/aws/api_config/CloudFront-2014-11-06.yml       | 3547 ++++++++++++++
 lib/aws/api_config/CloudSearch-2013-01-01.yml      |   20 +
 lib/aws/api_config/EC2-2014-09-01.yml              | 4826 +++++++++++++++++++
 lib/aws/api_config/EC2-2014-10-01.yml              | 4969 ++++++++++++++++++++
 lib/aws/api_config/ELB-2012-06-01.yml              |   19 +
 lib/aws/api_config/ElastiCache-2014-09-30.yml      | 1426 ++++++
 .../api_config/ElasticTranscoder-2012-09-25.yml    | 1099 ++++-
 lib/aws/api_config/IAM-2010-05-08.yml              |  599 ++-
 lib/aws/api_config/Kinesis-2013-12-02.yml          |  100 +-
 lib/aws/api_config/OpsWorks-2013-02-18.yml         |   40 +
 lib/aws/api_config/RDS-2014-09-01.yml              | 2796 +++++++++++
 lib/aws/api_config/Redshift-2012-12-01.yml         |  418 +-
 lib/aws/api_config/Route53-2013-04-01.yml          |  356 +-
 lib/aws/api_config/SimpleWorkflow-2012-01-25.yml   |   40 +-
 lib/aws/auto_scaling/group_options.rb              |    2 +-
 lib/aws/auto_scaling/launch_configuration.rb       |   47 +-
 .../launch_configuration_collection.rb             |   31 +-
 lib/aws/cloud_front/client.rb                      |   10 +-
 lib/aws/core.rb                                    |   30 +-
 lib/aws/core/configuration.rb                      |   26 +-
 lib/aws/core/credential_providers.rb               |   29 +-
 lib/aws/core/data.rb                               |    5 +
 lib/aws/core/http/connection_pool.rb               |    6 +
 lib/aws/core/http/curb_handler.rb                  |    5 +-
 lib/aws/core/http/net_http_handler.rb              |    3 +-
 lib/aws/core/http/patch.rb                         |  138 +-
 lib/aws/core/log_formatter.rb                      |    4 +-
 lib/aws/core/option_grammar.rb                     |    4 +-
 lib/aws/core/policy.rb                             |    4 +-
 lib/aws/core/xml/frame.rb                          |    3 +-
 lib/aws/ec2/client.rb                              |   12 +-
 lib/aws/ec2/image.rb                               |    4 +
 lib/aws/ec2/image_collection.rb                    |    2 +-
 lib/aws/ec2/instance_collection.rb                 |    5 +-
 lib/aws/ec2/snapshot_collection.rb                 |    2 +-
 lib/aws/ec2/subnet_collection.rb                   |    2 +-
 lib/aws/ec2/volume_collection.rb                   |    2 +-
 lib/aws/ec2/vpc.rb                                 |    2 +
 lib/aws/elasticache/client.rb                      |    6 +-
 lib/aws/elb/load_balancer.rb                       |    4 +-
 lib/aws/elb/load_balancer_collection.rb            |    6 +-
 lib/aws/iam.rb                                     |    2 +-
 lib/aws/iam/account_alias_collection.rb            |    2 +-
 lib/aws/iam/login_profile.rb                       |    2 +-
 lib/aws/iam/server_certificate.rb                  |    6 +-
 lib/aws/iam/server_certificate_collection.rb       |    4 +-
 lib/aws/iam/user_collection.rb                     |    2 +-
 lib/aws/rails.rb                                   |    2 +-
 lib/aws/rds/client.rb                              |    8 +-
 lib/aws/route_53/change_batch.rb                   |    1 +
 lib/aws/route_53/hosted_zone.rb                    |   25 +
 lib/aws/route_53/hosted_zone_collection.rb         |    2 +-
 lib/aws/route_53/resource_record_set.rb            |    7 +
 lib/aws/s3.rb                                      |    4 +
 lib/aws/s3/access_control_list.rb                  |    4 +-
 lib/aws/s3/bucket.rb                               |    7 +-
 lib/aws/s3/bucket_collection.rb                    |    2 +-
 lib/aws/s3/bucket_region_cache.rb                  |   51 +
 lib/aws/s3/client.rb                               |   17 +-
 lib/aws/s3/config.rb                               |   21 +-
 lib/aws/s3/object_collection.rb                    |    5 +-
 lib/aws/s3/presign_v4.rb                           |    2 +-
 lib/aws/s3/presigned_post.rb                       |    7 +-
 lib/aws/s3/region_detection.rb                     |   75 +
 lib/aws/s3/s3_object.rb                            |   67 +-
 lib/aws/simple_email_service.rb                    |    2 +-
 lib/aws/simple_workflow/activity_type.rb           |    9 +
 .../simple_workflow/activity_type_collection.rb    |    9 +
 lib/aws/simple_workflow/decision_task.rb           |   14 +
 lib/aws/simple_workflow/history_event.rb           |    4 +
 lib/aws/simple_workflow/option_formatters.rb       |    4 +
 lib/aws/simple_workflow/workflow_execution.rb      |    7 +
 lib/aws/simple_workflow/workflow_type.rb           |    9 +
 .../simple_workflow/workflow_type_collection.rb    |    9 +
 lib/aws/sns/message.rb                             |    6 +-
 lib/aws/sqs/queue.rb                               |   10 +-
 lib/aws/sqs/received_message.rb                    |    2 +-
 lib/aws/sts.rb                                     |    2 +-
 lib/aws/sts/federated_session.rb                   |    2 +-
 lib/aws/version.rb                                 |    2 +-
 metadata.yml                                       |  233 +-
 89 files changed, 24365 insertions(+), 487 deletions(-)

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-ruby-extras/ruby-aws-sdk.git



More information about the Pkg-ruby-extras-commits mailing list