aws-sdk-elasticbeanstalk 1.4.0 → 1.5.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:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: a128af904e74e7097127eaf371c3bcf5ed4f5e47
|
4
|
+
data.tar.gz: e8809fd8d32d79bb0c9a4b41b13a3ef884a06ad1
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 49b07f12299f2f0cc30605cde2d55655d5b4f5d764cd31360bd4d26afc48b1ba78c41320f0b955c64698ff865991dd62e03224706d17adf62a7167434ad3790d
|
7
|
+
data.tar.gz: '08a886b962bd7de2203d3f6ad353b436f2185bbda25b84eff15f620901b74e114ef2f083ddd68f970426247f336f2abfe4976cc306ba642c680149ac19bb27dd'
|
@@ -1298,6 +1298,11 @@ module Aws::ElasticBeanstalk
|
|
1298
1298
|
req.send_request(options)
|
1299
1299
|
end
|
1300
1300
|
|
1301
|
+
# Returns attributes related to AWS Elastic Beanstalk that are
|
1302
|
+
# associated with the calling AWS account.
|
1303
|
+
#
|
1304
|
+
# The result currently has one set of attributes—resource quotas.
|
1305
|
+
#
|
1301
1306
|
# @return [Types::DescribeAccountAttributesResult] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
|
1302
1307
|
#
|
1303
1308
|
# * {Types::DescribeAccountAttributesResult#resource_quotas #resource_quotas} => Types::ResourceQuotas
|
@@ -3970,7 +3975,7 @@ module Aws::ElasticBeanstalk
|
|
3970
3975
|
params: params,
|
3971
3976
|
config: config)
|
3972
3977
|
context[:gem_name] = 'aws-sdk-elasticbeanstalk'
|
3973
|
-
context[:gem_version] = '1.
|
3978
|
+
context[:gem_version] = '1.5.0'
|
3974
3979
|
Seahorse::Client::Request.new(handlers, context)
|
3975
3980
|
end
|
3976
3981
|
|
@@ -1593,6 +1593,8 @@ module Aws::ElasticBeanstalk
|
|
1593
1593
|
end
|
1594
1594
|
|
1595
1595
|
# @!attribute [rw] resource_quotas
|
1596
|
+
# The Elastic Beanstalk resource quotas associated with the calling
|
1597
|
+
# AWS account.
|
1596
1598
|
# @return [Types::ResourceQuotas]
|
1597
1599
|
#
|
1598
1600
|
# @see http://docs.aws.amazon.com/goto/WebAPI/elasticbeanstalk-2010-12-01/DescribeAccountAttributesResult AWS API Documentation
|
@@ -3511,7 +3513,13 @@ module Aws::ElasticBeanstalk
|
|
3511
3513
|
include Aws::Structure
|
3512
3514
|
end
|
3513
3515
|
|
3516
|
+
# The AWS Elastic Beanstalk quota information for a single resource type
|
3517
|
+
# in an AWS account. It reflects the resource's limits for this
|
3518
|
+
# account.
|
3519
|
+
#
|
3514
3520
|
# @!attribute [rw] maximum
|
3521
|
+
# The maximum number of instances of this Elastic Beanstalk resource
|
3522
|
+
# type that an AWS account can use.
|
3515
3523
|
# @return [Integer]
|
3516
3524
|
#
|
3517
3525
|
# @see http://docs.aws.amazon.com/goto/WebAPI/elasticbeanstalk-2010-12-01/ResourceQuota AWS API Documentation
|
@@ -3521,19 +3529,28 @@ module Aws::ElasticBeanstalk
|
|
3521
3529
|
include Aws::Structure
|
3522
3530
|
end
|
3523
3531
|
|
3532
|
+
# A set of per-resource AWS Elastic Beanstalk quotas associated with an
|
3533
|
+
# AWS account. They reflect Elastic Beanstalk resource limits for this
|
3534
|
+
# account.
|
3535
|
+
#
|
3524
3536
|
# @!attribute [rw] application_quota
|
3537
|
+
# The quota for applications in the AWS account.
|
3525
3538
|
# @return [Types::ResourceQuota]
|
3526
3539
|
#
|
3527
3540
|
# @!attribute [rw] application_version_quota
|
3541
|
+
# The quota for application versions in the AWS account.
|
3528
3542
|
# @return [Types::ResourceQuota]
|
3529
3543
|
#
|
3530
3544
|
# @!attribute [rw] environment_quota
|
3545
|
+
# The quota for environments in the AWS account.
|
3531
3546
|
# @return [Types::ResourceQuota]
|
3532
3547
|
#
|
3533
3548
|
# @!attribute [rw] configuration_template_quota
|
3549
|
+
# The quota for configuration templates in the AWS account.
|
3534
3550
|
# @return [Types::ResourceQuota]
|
3535
3551
|
#
|
3536
3552
|
# @!attribute [rw] custom_platform_quota
|
3553
|
+
# The quota for custom platforms in the AWS account.
|
3537
3554
|
# @return [Types::ResourceQuota]
|
3538
3555
|
#
|
3539
3556
|
# @see http://docs.aws.amazon.com/goto/WebAPI/elasticbeanstalk-2010-12-01/ResourceQuotas AWS API Documentation
|
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.5.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: 2018-03-
|
11
|
+
date: 2018-03-20 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: aws-sdk-core
|