aws-sdk-elasticbeanstalk 1.21.0 → 1.22.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:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: bbdf1219182cf97a460d8586395b606e2a95076f
|
|
4
|
+
data.tar.gz: be129fcefdcac653985f81d2663aeba4fbe4d990
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: be9a5acce2c5de137efe673bd6a44c031edf32ad64f218434d1041a88d0c1c2b5f61d6f66b20752b53672003bdd1d852c0d65fcff7dec67b45d6cee7034199a2
|
|
7
|
+
data.tar.gz: d850a5b4d1f6209ee7e90671fd2bb312bc6025832be93d058809084ba51a5c357282738380e326c2a20aa97ddba34b4e35ce1684a238dd6e3709a5d186883efe
|
|
@@ -4150,7 +4150,7 @@ module Aws::ElasticBeanstalk
|
|
|
4150
4150
|
params: params,
|
|
4151
4151
|
config: config)
|
|
4152
4152
|
context[:gem_name] = 'aws-sdk-elasticbeanstalk'
|
|
4153
|
-
context[:gem_version] = '1.
|
|
4153
|
+
context[:gem_version] = '1.22.0'
|
|
4154
4154
|
Seahorse::Client::Request.new(handlers, context)
|
|
4155
4155
|
end
|
|
4156
4156
|
|
|
@@ -675,6 +675,9 @@ module Aws::ElasticBeanstalk
|
|
|
675
675
|
DescribePlatformVersionResult.add_member(:platform_description, Shapes::ShapeRef.new(shape: PlatformDescription, location_name: "PlatformDescription"))
|
|
676
676
|
DescribePlatformVersionResult.struct_class = Types::DescribePlatformVersionResult
|
|
677
677
|
|
|
678
|
+
ElasticBeanstalkServiceException.add_member(:message, Shapes::ShapeRef.new(shape: ExceptionMessage, location_name: "message"))
|
|
679
|
+
ElasticBeanstalkServiceException.struct_class = Types::ElasticBeanstalkServiceException
|
|
680
|
+
|
|
678
681
|
EnvironmentDescription.add_member(:environment_name, Shapes::ShapeRef.new(shape: EnvironmentName, location_name: "EnvironmentName"))
|
|
679
682
|
EnvironmentDescription.add_member(:environment_id, Shapes::ShapeRef.new(shape: EnvironmentId, location_name: "EnvironmentId"))
|
|
680
683
|
EnvironmentDescription.add_member(:application_name, Shapes::ShapeRef.new(shape: ApplicationName, location_name: "ApplicationName"))
|
|
@@ -10,5 +10,21 @@ module Aws::ElasticBeanstalk
|
|
|
10
10
|
|
|
11
11
|
extend Aws::Errors::DynamicErrors
|
|
12
12
|
|
|
13
|
+
class ElasticBeanstalkServiceException < ServiceError
|
|
14
|
+
|
|
15
|
+
# @param [Seahorse::Client::RequestContext] context
|
|
16
|
+
# @param [String] message
|
|
17
|
+
# @param [Aws::ElasticBeanstalk::Types::ElasticBeanstalkServiceException] data
|
|
18
|
+
def initialize(context, message, data = Aws::EmptyStructure.new)
|
|
19
|
+
super(context, message, data)
|
|
20
|
+
end
|
|
21
|
+
|
|
22
|
+
# @return [String]
|
|
23
|
+
def message
|
|
24
|
+
@message || @data[:message]
|
|
25
|
+
end
|
|
26
|
+
|
|
27
|
+
end
|
|
28
|
+
|
|
13
29
|
end
|
|
14
30
|
end
|
|
@@ -2419,6 +2419,19 @@ module Aws::ElasticBeanstalk
|
|
|
2419
2419
|
include Aws::Structure
|
|
2420
2420
|
end
|
|
2421
2421
|
|
|
2422
|
+
# A generic service exception has occurred.
|
|
2423
|
+
#
|
|
2424
|
+
# @!attribute [rw] message
|
|
2425
|
+
# The exception error message.
|
|
2426
|
+
# @return [String]
|
|
2427
|
+
#
|
|
2428
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/elasticbeanstalk-2010-12-01/ElasticBeanstalkServiceException AWS API Documentation
|
|
2429
|
+
#
|
|
2430
|
+
class ElasticBeanstalkServiceException < Struct.new(
|
|
2431
|
+
:message)
|
|
2432
|
+
include Aws::Structure
|
|
2433
|
+
end
|
|
2434
|
+
|
|
2422
2435
|
# Describes the properties of an environment.
|
|
2423
2436
|
#
|
|
2424
2437
|
# @!attribute [rw] environment_name
|
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.22.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: 2019-05-
|
|
11
|
+
date: 2019-05-21 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: aws-sdk-core
|
|
@@ -19,7 +19,7 @@ dependencies:
|
|
|
19
19
|
version: '3'
|
|
20
20
|
- - ">="
|
|
21
21
|
- !ruby/object:Gem::Version
|
|
22
|
-
version: 3.
|
|
22
|
+
version: 3.53.0
|
|
23
23
|
type: :runtime
|
|
24
24
|
prerelease: false
|
|
25
25
|
version_requirements: !ruby/object:Gem::Requirement
|
|
@@ -29,7 +29,7 @@ dependencies:
|
|
|
29
29
|
version: '3'
|
|
30
30
|
- - ">="
|
|
31
31
|
- !ruby/object:Gem::Version
|
|
32
|
-
version: 3.
|
|
32
|
+
version: 3.53.0
|
|
33
33
|
- !ruby/object:Gem::Dependency
|
|
34
34
|
name: aws-sigv4
|
|
35
35
|
requirement: !ruby/object:Gem::Requirement
|