aws-sdk-elasticbeanstalk 1.0.0 → 1.1.0

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 0bf883a7fac0f7293b9d902ed4ea25b82ac762fe
4
- data.tar.gz: f5ea2a145228f15665c58ce837535b793d175782
3
+ metadata.gz: b44e303672f38bb4d17754207346ea96fd321c3f
4
+ data.tar.gz: fd696b1d7e8430af0172b67f6229beff371fa9d2
5
5
  SHA512:
6
- metadata.gz: e5282145534639c5e34bb7e8ebb26b4b7b5c0d1bcc1a8f58ef020600440bf4e995aa80ea3c147fec557c715c28cd743e1d1fc643555823bddfb4af876facaf37
7
- data.tar.gz: 8e040df700adfb5a95e4727e32773aca43bd9909cea48b2fa9c9784e0fcf1591d973b85f858eb5438454924093eb3fa9fb5d9cfe02f7a73fb26db1e656c72fe4
6
+ metadata.gz: fcd1560cd59301225774beca43e05367d10a7ac914fa1cc6bdd1e1fa4787d1920f9a1cae5e04ea06132a9330e0cf6abbcb9b99e5b46120152bf677883d649ec8
7
+ data.tar.gz: 5d22c5ff72363a0c0ec3ea9c5ab0f4753c0fdfb796e6547f394cd645df6a4f3c7228df3a2720812318f0ded96f50cd97e61f888a725b3f4148961530e1e80694
@@ -42,6 +42,6 @@ require_relative 'aws-sdk-elasticbeanstalk/customizations'
42
42
  # @service
43
43
  module Aws::ElasticBeanstalk
44
44
 
45
- GEM_VERSION = '1.0.0'
45
+ GEM_VERSION = '1.1.0'
46
46
 
47
47
  end
@@ -693,7 +693,8 @@ module Aws::ElasticBeanstalk
693
693
  #
694
694
  # @example Example: To create a configuration template
695
695
  #
696
- # # The following operation creates a configuration template named my-app-v1 from the settings applied to an environment with the id e-rpqsewtp2j:
696
+ # # The following operation creates a configuration template named my-app-v1 from the settings applied to an environment
697
+ # # with the id e-rpqsewtp2j:
697
698
  #
698
699
  # resp = client.create_configuration_template({
699
700
  # application_name: "my-app",
@@ -2543,7 +2544,8 @@ module Aws::ElasticBeanstalk
2543
2544
  #
2544
2545
  # @example Example: To view solution stacks
2545
2546
  #
2546
- # # The following operation lists solution stacks for all currently available platform configurations and any that you have used in the past:
2547
+ # # The following operation lists solution stacks for all currently available platform configurations and any that you have
2548
+ # # used in the past:
2547
2549
  #
2548
2550
  # resp = client.list_available_solution_stacks({
2549
2551
  # })
@@ -3393,7 +3395,8 @@ module Aws::ElasticBeanstalk
3393
3395
  #
3394
3396
  # @example Example: To update a configuration template
3395
3397
  #
3396
- # # The following operation removes the configured CloudWatch custom health metrics configuration ConfigDocument from a saved configuration template named my-template:
3398
+ # # The following operation removes the configured CloudWatch custom health metrics configuration ConfigDocument from a
3399
+ # # saved configuration template named my-template:
3397
3400
  #
3398
3401
  # resp = client.update_configuration_template({
3399
3402
  # application_name: "my-app",
@@ -3824,7 +3827,7 @@ module Aws::ElasticBeanstalk
3824
3827
  params: params,
3825
3828
  config: config)
3826
3829
  context[:gem_name] = 'aws-sdk-elasticbeanstalk'
3827
- context[:gem_version] = '1.0.0'
3830
+ context[:gem_version] = '1.1.0'
3828
3831
  Seahorse::Client::Request.new(handlers, context)
3829
3832
  end
3830
3833
 
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aws-sdk-elasticbeanstalk
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.0
4
+ version: 1.1.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Amazon Web Services
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2017-08-29 00:00:00.000000000 Z
11
+ date: 2017-09-13 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: aws-sdk-core
@@ -56,7 +56,9 @@ files:
56
56
  homepage: http://github.com/aws/aws-sdk-ruby
57
57
  licenses:
58
58
  - Apache-2.0
59
- metadata: {}
59
+ metadata:
60
+ source_code_uri: https://github.com/aws/aws-sdk-ruby/tree/master/gems/aws-sdk-elasticbeanstalk
61
+ changelog_uri: https://github.com/aws/aws-sdk-ruby/tree/master/gems/aws-sdk-elasticbeanstalk/CHANGELOG.md
60
62
  post_install_message:
61
63
  rdoc_options: []
62
64
  require_paths: