aws-sdk-elasticbeanstalk 1.7.0 → 1.8.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: c632dbd19f57edeef6e8bd2f98287d89260d92aa
4
- data.tar.gz: 0460e0a8f6163ce031f53410c10816c43949b858
3
+ metadata.gz: 82e577d518eb9fe2c6c3919120cea39d72973a96
4
+ data.tar.gz: 1815108752e8caf126b77a3a9822ada664353176
5
5
  SHA512:
6
- metadata.gz: 8f7ae8fd1b815ff744d16c3efee2d88799e8235592a0bc433e55ffa97c907e1d86b6200215060bc699412970cdffb2887835f73712d5258059ae3f5cb77db581
7
- data.tar.gz: dbcdf1e376646c9bea7859d9388621ca00d35b4a1337a2334e29aa0778516105078fbf35fb3e86496cc4bbf30a7e39f6b3ddf755421491af1c93c917242e8ef1
6
+ metadata.gz: cefd9f5d5617d6db491c2fcf59c23e10ecaa9ed2b98e0c251f9b7384f8edf2bd3274ccbfa9d2c51c0e7a1d30dab76add7b5be3fe3d59efd1c0d360cbf36b936e
7
+ data.tar.gz: 10bd807efc499ebda2364e1dad1d1815a7bc5b0f48d91db75bc283f6baf94aceb0888fd43651749183780d9af5ba02c4ea9b72fb4754f456ce27d9c4d14312d5
@@ -42,6 +42,6 @@ require_relative 'aws-sdk-elasticbeanstalk/customizations'
42
42
  # @service
43
43
  module Aws::ElasticBeanstalk
44
44
 
45
- GEM_VERSION = '1.7.0'
45
+ GEM_VERSION = '1.8.0'
46
46
 
47
47
  end
@@ -346,7 +346,7 @@ module Aws::ElasticBeanstalk
346
346
  # resp.environments[0].status #=> String, one of "Launching", "Updating", "Ready", "Terminating", "Terminated"
347
347
  # resp.environments[0].abortable_operation_in_progress #=> Boolean
348
348
  # resp.environments[0].health #=> String, one of "Green", "Yellow", "Red", "Grey"
349
- # resp.environments[0].health_status #=> String, one of "NoData", "Unknown", "Pending", "Ok", "Info", "Warning", "Degraded", "Severe"
349
+ # resp.environments[0].health_status #=> String, one of "NoData", "Unknown", "Pending", "Ok", "Info", "Warning", "Degraded", "Severe", "Suspended"
350
350
  # resp.environments[0].resources.load_balancer.load_balancer_name #=> String
351
351
  # resp.environments[0].resources.load_balancer.domain #=> String
352
352
  # resp.environments[0].resources.load_balancer.listeners #=> Array
@@ -526,11 +526,15 @@ module Aws::ElasticBeanstalk
526
526
  # doesn't already exist.
527
527
  #
528
528
  # @option params [Boolean] :process
529
- # Preprocesses and validates the environment manifest (`env.yaml`) and
529
+ # Pre-processes and validates the environment manifest (`env.yaml`) and
530
530
  # configuration files (`*.config` files in the `.ebextensions` folder)
531
531
  # in the source bundle. Validating configuration files can identify
532
532
  # issues prior to deploying the application version to an environment.
533
533
  #
534
+ # You must turn processing on for application versions that you create
535
+ # using AWS CodeBuild or AWS CodeCommit. For application versions built
536
+ # from a source bundle in Amazon S3, processing is optional.
537
+ #
534
538
  # <note markdown="1"> The `Process` option validates Elastic Beanstalk configuration files.
535
539
  # It doesn't validate your application's configuration files, like
536
540
  # proxy server or Docker configuration.
@@ -846,6 +850,13 @@ module Aws::ElasticBeanstalk
846
850
  # AWS Elastic Beanstalk sets the configuration values to the default
847
851
  # values associated with the specified solution stack.
848
852
  #
853
+ # For a list of current solution stacks, see [Elastic Beanstalk
854
+ # Supported Platforms][1].
855
+ #
856
+ #
857
+ #
858
+ # [1]: http://docs.aws.amazon.com/elasticbeanstalk/latest/dg/concepts.platforms.html
859
+ #
849
860
  # @option params [String] :platform_arn
850
861
  # The ARN of the platform.
851
862
  #
@@ -971,7 +982,7 @@ module Aws::ElasticBeanstalk
971
982
  # resp.status #=> String, one of "Launching", "Updating", "Ready", "Terminating", "Terminated"
972
983
  # resp.abortable_operation_in_progress #=> Boolean
973
984
  # resp.health #=> String, one of "Green", "Yellow", "Red", "Grey"
974
- # resp.health_status #=> String, one of "NoData", "Unknown", "Pending", "Ok", "Info", "Warning", "Degraded", "Severe"
985
+ # resp.health_status #=> String, one of "NoData", "Unknown", "Pending", "Ok", "Info", "Warning", "Degraded", "Severe", "Suspended"
975
986
  # resp.resources.load_balancer.load_balancer_name #=> String
976
987
  # resp.resources.load_balancer.domain #=> String
977
988
  # resp.resources.load_balancer.listeners #=> Array
@@ -2208,7 +2219,7 @@ module Aws::ElasticBeanstalk
2208
2219
  # resp.environments[0].status #=> String, one of "Launching", "Updating", "Ready", "Terminating", "Terminated"
2209
2220
  # resp.environments[0].abortable_operation_in_progress #=> Boolean
2210
2221
  # resp.environments[0].health #=> String, one of "Green", "Yellow", "Red", "Grey"
2211
- # resp.environments[0].health_status #=> String, one of "NoData", "Unknown", "Pending", "Ok", "Info", "Warning", "Degraded", "Severe"
2222
+ # resp.environments[0].health_status #=> String, one of "NoData", "Unknown", "Pending", "Ok", "Info", "Warning", "Degraded", "Severe", "Suspended"
2212
2223
  # resp.environments[0].resources.load_balancer.load_balancer_name #=> String
2213
2224
  # resp.environments[0].resources.load_balancer.domain #=> String
2214
2225
  # resp.environments[0].resources.load_balancer.listeners #=> Array
@@ -2380,7 +2391,7 @@ module Aws::ElasticBeanstalk
2380
2391
  req.send_request(options)
2381
2392
  end
2382
2393
 
2383
- # Retrives detailed information about the health of instances in your
2394
+ # Retrieves detailed information about the health of instances in your
2384
2395
  # AWS Elastic Beanstalk. This operation requires [enhanced health
2385
2396
  # reporting][1].
2386
2397
  #
@@ -3185,7 +3196,7 @@ module Aws::ElasticBeanstalk
3185
3196
  # resp.status #=> String, one of "Launching", "Updating", "Ready", "Terminating", "Terminated"
3186
3197
  # resp.abortable_operation_in_progress #=> Boolean
3187
3198
  # resp.health #=> String, one of "Green", "Yellow", "Red", "Grey"
3188
- # resp.health_status #=> String, one of "NoData", "Unknown", "Pending", "Ok", "Info", "Warning", "Degraded", "Severe"
3199
+ # resp.health_status #=> String, one of "NoData", "Unknown", "Pending", "Ok", "Info", "Warning", "Degraded", "Severe", "Suspended"
3189
3200
  # resp.resources.load_balancer.load_balancer_name #=> String
3190
3201
  # resp.resources.load_balancer.domain #=> String
3191
3202
  # resp.resources.load_balancer.listeners #=> Array
@@ -3801,7 +3812,7 @@ module Aws::ElasticBeanstalk
3801
3812
  # resp.status #=> String, one of "Launching", "Updating", "Ready", "Terminating", "Terminated"
3802
3813
  # resp.abortable_operation_in_progress #=> Boolean
3803
3814
  # resp.health #=> String, one of "Green", "Yellow", "Red", "Grey"
3804
- # resp.health_status #=> String, one of "NoData", "Unknown", "Pending", "Ok", "Info", "Warning", "Degraded", "Severe"
3815
+ # resp.health_status #=> String, one of "NoData", "Unknown", "Pending", "Ok", "Info", "Warning", "Degraded", "Severe", "Suspended"
3805
3816
  # resp.resources.load_balancer.load_balancer_name #=> String
3806
3817
  # resp.resources.load_balancer.domain #=> String
3807
3818
  # resp.resources.load_balancer.listeners #=> Array
@@ -3992,7 +4003,7 @@ module Aws::ElasticBeanstalk
3992
4003
  params: params,
3993
4004
  config: config)
3994
4005
  context[:gem_name] = 'aws-sdk-elasticbeanstalk'
3995
- context[:gem_version] = '1.7.0'
4006
+ context[:gem_version] = '1.8.0'
3996
4007
  Seahorse::Client::Request.new(handlers, context)
3997
4008
  end
3998
4009
 
@@ -171,6 +171,16 @@ module Aws::ElasticBeanstalk
171
171
  # @!attribute [rw] service_role
172
172
  # The ARN of an IAM service role that Elastic Beanstalk has permission
173
173
  # to assume.
174
+ #
175
+ # The `ServiceRole` property is required the first time that you
176
+ # provide a `VersionLifecycleConfig` for the application in one of the
177
+ # supporting calls (`CreateApplication` or
178
+ # `UpdateApplicationResourceLifecycle`). After you provide it once, in
179
+ # either one of the calls, Elastic Beanstalk persists the Service Role
180
+ # with the application, and you don't need to specify it again in
181
+ # subsequent `UpdateApplicationResourceLifecycle` calls. You can,
182
+ # however, specify it in subsequent calls to change the Service Role
183
+ # to another value.
174
184
  # @return [String]
175
185
  #
176
186
  # @!attribute [rw] version_lifecycle_config
@@ -243,7 +253,28 @@ module Aws::ElasticBeanstalk
243
253
  # @return [Time]
244
254
  #
245
255
  # @!attribute [rw] status
246
- # The processing status of the application version.
256
+ # The processing status of the application version. Reflects the state
257
+ # of the application version during its creation. Many of the values
258
+ # are only applicable if you specified `True` for the `Process`
259
+ # parameter of the `CreateApplicationVersion` action. The following
260
+ # list describes the possible values.
261
+ #
262
+ # * `Unprocessed` – Application version wasn't pre-processed or
263
+ # validated. Elastic Beanstalk will validate configuration files
264
+ # during deployment of the application version to an environment.
265
+ #
266
+ # * `Processing` – Elastic Beanstalk is currently processing the
267
+ # application version.
268
+ #
269
+ # * `Building` – Application version is currently undergoing an AWS
270
+ # CodeBuild build.
271
+ #
272
+ # * `Processed` – Elastic Beanstalk was successfully pre-processed and
273
+ # validated.
274
+ #
275
+ # * `Failed` – Either the AWS CodeBuild build failed or configuration
276
+ # files didn't pass validation. This application version isn't
277
+ # usable.
247
278
  # @return [String]
248
279
  #
249
280
  # @see http://docs.aws.amazon.com/goto/WebAPI/elasticbeanstalk-2010-12-01/ApplicationVersionDescription AWS API Documentation
@@ -1030,10 +1061,15 @@ module Aws::ElasticBeanstalk
1030
1061
  # @return [Boolean]
1031
1062
  #
1032
1063
  # @!attribute [rw] process
1033
- # Preprocesses and validates the environment manifest (`env.yaml`) and
1034
- # configuration files (`*.config` files in the `.ebextensions` folder)
1035
- # in the source bundle. Validating configuration files can identify
1036
- # issues prior to deploying the application version to an environment.
1064
+ # Pre-processes and validates the environment manifest (`env.yaml`)
1065
+ # and configuration files (`*.config` files in the `.ebextensions`
1066
+ # folder) in the source bundle. Validating configuration files can
1067
+ # identify issues prior to deploying the application version to an
1068
+ # environment.
1069
+ #
1070
+ # You must turn processing on for application versions that you create
1071
+ # using AWS CodeBuild or AWS CodeCommit. For application versions
1072
+ # built from a source bundle in Amazon S3, processing is optional.
1037
1073
  #
1038
1074
  # <note markdown="1"> The `Process` option validates Elastic Beanstalk configuration
1039
1075
  # files. It doesn't validate your application's configuration files,
@@ -1282,6 +1318,13 @@ module Aws::ElasticBeanstalk
1282
1318
  # This is an alternative to specifying a template name. If specified,
1283
1319
  # AWS Elastic Beanstalk sets the configuration values to the default
1284
1320
  # values associated with the specified solution stack.
1321
+ #
1322
+ # For a list of current solution stacks, see [Elastic Beanstalk
1323
+ # Supported Platforms][1].
1324
+ #
1325
+ #
1326
+ #
1327
+ # [1]: http://docs.aws.amazon.com/elasticbeanstalk/latest/dg/concepts.platforms.html
1285
1328
  # @return [String]
1286
1329
  #
1287
1330
  # @!attribute [rw] platform_arn
@@ -2613,7 +2656,14 @@ module Aws::ElasticBeanstalk
2613
2656
  # @return [String]
2614
2657
  #
2615
2658
  # @!attribute [rw] version
2616
- # The version of this environment tier.
2659
+ # The version of this environment tier. When you don't set a value to
2660
+ # it, Elastic Beanstalk uses the latest compatible worker tier
2661
+ # version.
2662
+ #
2663
+ # <note markdown="1"> This member is deprecated. Any specific version that you set may
2664
+ # become out of date. We recommend leaving it unspecified.
2665
+ #
2666
+ # </note>
2617
2667
  # @return [String]
2618
2668
  #
2619
2669
  # @see http://docs.aws.amazon.com/goto/WebAPI/elasticbeanstalk-2010-12-01/EnvironmentTier 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.7.0
4
+ version: 1.8.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-06-26 00:00:00.000000000 Z
11
+ date: 2018-06-28 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: aws-sdk-core