[DRE-commits] [ruby-aws-sdk] branch master updated (020f1a7 -> d2fa846)

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 change to branch master
in repository ruby-aws-sdk.

      from  020f1a7   Fix typo in the aws commandline program help page
      adds  57fcaf8   Imported Upstream version 1.64.0
       new  58bb7a1   Merge tag 'upstream/1.64.0'
       new  94f2461   Drop 'fix-typo-in-aws-repl-commandline-client-help-page' path; Applied upstream.
       new  c395c1d   Refresh 'use-correct-path-for-bundled-files' patch
       new  b52af11   Update standards version; no changes needed
       new  ca981c4   Add Conflicts: ruby-aws
       new  f4ae1ce   debian/copyright: update years
       new  b789e9a   Add patch 'maintain-imports-backwards-compatibility'
       new  d2fa846   Prepare for release

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


Summary of changes:
 .yardopts                                          |    2 +
 LICENSE.txt                                        |    2 +-
 README.md                                          |   49 +-
 bin/aws-rb                                         |    4 +-
 debian/changelog                                   |   14 +
 debian/control                                     |    3 +-
 debian/copyright                                   |    4 +-
 ...x-typo-in-aws-repl-commandline-client-help-page |   17 -
 .../maintain-imports-backwards-compatibility       |   20 +
 debian/patches/series                              |    2 +-
 debian/patches/use-correct-path-for-bundled-files  |    6 +-
 endpoints.json                                     |  193 +++-
 lib/aws-sdk.rb                                     |    1 -
 lib/aws/api_config/AutoScaling-2011-01-01.yml      |   13 +
 ...nt-2014-05-31.yml => CloudFront-2014-10-21.yml} |  236 ++++-
 ...nt-2014-05-31.yml => CloudFront-2014-11-06.yml} |  551 +++++++++-
 lib/aws/api_config/CloudSearch-2013-01-01.yml      |   20 +
 .../{EC2-2014-05-01.yml => EC2-2014-09-01.yml}     |   16 +-
 .../{EC2-2014-05-01.yml => EC2-2014-10-01.yml}     |  163 ++-
 lib/aws/api_config/ELB-2012-06-01.yml              |   19 +
 ...e-2014-07-15.yml => ElastiCache-2014-09-30.yml} |   81 +-
 .../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 +
 .../{RDS-2013-09-09.yml => RDS-2014-09-01.yml}     |  316 ++++--
 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 +++--
 96 files changed, 4737 insertions(+), 690 deletions(-)
 delete mode 100644 debian/patches/fix-typo-in-aws-repl-commandline-client-help-page
 create mode 100644 debian/patches/maintain-imports-backwards-compatibility
 delete mode 100644 lib/aws-sdk.rb
 copy lib/aws/api_config/{CloudFront-2014-05-31.yml => CloudFront-2014-10-21.yml} (91%)
 copy lib/aws/api_config/{CloudFront-2014-05-31.yml => CloudFront-2014-11-06.yml} (82%)
 copy lib/aws/api_config/{EC2-2014-05-01.yml => EC2-2014-09-01.yml} (99%)
 copy lib/aws/api_config/{EC2-2014-05-01.yml => EC2-2014-10-01.yml} (97%)
 copy lib/aws/api_config/{ElastiCache-2014-07-15.yml => ElastiCache-2014-09-30.yml} (97%)
 copy lib/aws/api_config/{RDS-2013-09-09.yml => RDS-2014-09-01.yml} (93%)
 create mode 100644 lib/aws/s3/bucket_region_cache.rb
 create mode 100644 lib/aws/s3/region_detection.rb

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