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 +4 -4
- data/lib/aws-sdk-elasticbeanstalk.rb +1 -1
- data/lib/aws-sdk-elasticbeanstalk/client.rb +7 -4
- metadata +5 -3
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: b44e303672f38bb4d17754207346ea96fd321c3f
|
4
|
+
data.tar.gz: fd696b1d7e8430af0172b67f6229beff371fa9d2
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: fcd1560cd59301225774beca43e05367d10a7ac914fa1cc6bdd1e1fa4787d1920f9a1cae5e04ea06132a9330e0cf6abbcb9b99e5b46120152bf677883d649ec8
|
7
|
+
data.tar.gz: 5d22c5ff72363a0c0ec3ea9c5ab0f4753c0fdfb796e6547f394cd645df6a4f3c7228df3a2720812318f0ded96f50cd97e61f888a725b3f4148961530e1e80694
|
@@ -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
|
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
|
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
|
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.
|
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.
|
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-
|
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:
|