aws-sdk-elasticbeanstalk 1.4.0 → 1.5.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 973f499cdebb78c6e5b37a57499c658fdbc8d02c
4
- data.tar.gz: 8be7c48e3467f9b8e2b851a8bc7fcef9528ec0ff
3
+ metadata.gz: a128af904e74e7097127eaf371c3bcf5ed4f5e47
4
+ data.tar.gz: e8809fd8d32d79bb0c9a4b41b13a3ef884a06ad1
5
5
  SHA512:
6
- metadata.gz: fae561e7b5dc174c6433144017908a30965a8ff459899f1d1be6ee5e33cfa2b44c52e15b64730dac5d82acd8e172e00b78064f6636f872307b1e1b7340a080d6
7
- data.tar.gz: 187a7fbf76490689bf1277afeba7c189f0a8d34bae7b4942e925a5f6810a08eda329a737049679fd9de3c1963f61354a3f011a072be81cb81bbbaea5ed366c31
6
+ metadata.gz: 49b07f12299f2f0cc30605cde2d55655d5b4f5d764cd31360bd4d26afc48b1ba78c41320f0b955c64698ff865991dd62e03224706d17adf62a7167434ad3790d
7
+ data.tar.gz: '08a886b962bd7de2203d3f6ad353b436f2185bbda25b84eff15f620901b74e114ef2f083ddd68f970426247f336f2abfe4976cc306ba642c680149ac19bb27dd'
@@ -42,6 +42,6 @@ require_relative 'aws-sdk-elasticbeanstalk/customizations'
42
42
  # @service
43
43
  module Aws::ElasticBeanstalk
44
44
 
45
- GEM_VERSION = '1.4.0'
45
+ GEM_VERSION = '1.5.0'
46
46
 
47
47
  end
@@ -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.4.0'
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.0
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-16 00:00:00.000000000 Z
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