aws-sdk-elasticbeanstalk 1.5.0 → 1.6.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: 2d9bfba6ff27fb8708232d694819d4bcb162034d
|
4
|
+
data.tar.gz: 50386fe53e2f90edf44c1019bd2b7d9f0d1747d5
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 9c49677efa31b5e51f1d21e59294de8920bc7206801dbb1dd38a6d30d8f118c0105cec351e6ca734c94d2cb4bc8e4c5d964c46405aa2e5a08f43bd199ac1952f
|
7
|
+
data.tar.gz: 37cc9b9485a7efbb3b5490890d6be801d83fa5472a74ca5a7b0439a495b4b45a01d546cad9af04d9440e70176599a51f50eab05a2726283fde5006baf8a0edba
|
@@ -426,6 +426,7 @@ module Aws::ElasticBeanstalk
|
|
426
426
|
#
|
427
427
|
# @example Response structure
|
428
428
|
#
|
429
|
+
# resp.application.application_arn #=> String
|
429
430
|
# resp.application.application_name #=> String
|
430
431
|
# resp.application.description #=> String
|
431
432
|
# resp.application.date_created #=> Time
|
@@ -589,6 +590,7 @@ module Aws::ElasticBeanstalk
|
|
589
590
|
#
|
590
591
|
# @example Response structure
|
591
592
|
#
|
593
|
+
# resp.application_version.application_version_arn #=> String
|
592
594
|
# resp.application_version.application_name #=> String
|
593
595
|
# resp.application_version.description #=> String
|
594
596
|
# resp.application_version.version_label #=> String
|
@@ -1404,6 +1406,7 @@ module Aws::ElasticBeanstalk
|
|
1404
1406
|
# @example Response structure
|
1405
1407
|
#
|
1406
1408
|
# resp.application_versions #=> Array
|
1409
|
+
# resp.application_versions[0].application_version_arn #=> String
|
1407
1410
|
# resp.application_versions[0].application_name #=> String
|
1408
1411
|
# resp.application_versions[0].description #=> String
|
1409
1412
|
# resp.application_versions[0].version_label #=> String
|
@@ -1492,6 +1495,7 @@ module Aws::ElasticBeanstalk
|
|
1492
1495
|
# @example Response structure
|
1493
1496
|
#
|
1494
1497
|
# resp.applications #=> Array
|
1498
|
+
# resp.applications[0].application_arn #=> String
|
1495
1499
|
# resp.applications[0].application_name #=> String
|
1496
1500
|
# resp.applications[0].description #=> String
|
1497
1501
|
# resp.applications[0].date_created #=> Time
|
@@ -3252,6 +3256,7 @@ module Aws::ElasticBeanstalk
|
|
3252
3256
|
#
|
3253
3257
|
# @example Response structure
|
3254
3258
|
#
|
3259
|
+
# resp.application.application_arn #=> String
|
3255
3260
|
# resp.application.application_name #=> String
|
3256
3261
|
# resp.application.description #=> String
|
3257
3262
|
# resp.application.date_created #=> Time
|
@@ -3394,6 +3399,7 @@ module Aws::ElasticBeanstalk
|
|
3394
3399
|
#
|
3395
3400
|
# @example Response structure
|
3396
3401
|
#
|
3402
|
+
# resp.application_version.application_version_arn #=> String
|
3397
3403
|
# resp.application_version.application_name #=> String
|
3398
3404
|
# resp.application_version.description #=> String
|
3399
3405
|
# resp.application_version.version_label #=> String
|
@@ -3975,7 +3981,7 @@ module Aws::ElasticBeanstalk
|
|
3975
3981
|
params: params,
|
3976
3982
|
config: config)
|
3977
3983
|
context[:gem_name] = 'aws-sdk-elasticbeanstalk'
|
3978
|
-
context[:gem_version] = '1.
|
3984
|
+
context[:gem_version] = '1.6.0'
|
3979
3985
|
Seahorse::Client::Request.new(handlers, context)
|
3980
3986
|
end
|
3981
3987
|
|
@@ -17,6 +17,7 @@ module Aws::ElasticBeanstalk
|
|
17
17
|
ActionHistoryStatus = Shapes::StringShape.new(name: 'ActionHistoryStatus')
|
18
18
|
ActionStatus = Shapes::StringShape.new(name: 'ActionStatus')
|
19
19
|
ActionType = Shapes::StringShape.new(name: 'ActionType')
|
20
|
+
ApplicationArn = Shapes::StringShape.new(name: 'ApplicationArn')
|
20
21
|
ApplicationDescription = Shapes::StructureShape.new(name: 'ApplicationDescription')
|
21
22
|
ApplicationDescriptionList = Shapes::ListShape.new(name: 'ApplicationDescriptionList')
|
22
23
|
ApplicationDescriptionMessage = Shapes::StructureShape.new(name: 'ApplicationDescriptionMessage')
|
@@ -26,6 +27,7 @@ module Aws::ElasticBeanstalk
|
|
26
27
|
ApplicationNamesList = Shapes::ListShape.new(name: 'ApplicationNamesList')
|
27
28
|
ApplicationResourceLifecycleConfig = Shapes::StructureShape.new(name: 'ApplicationResourceLifecycleConfig')
|
28
29
|
ApplicationResourceLifecycleDescriptionMessage = Shapes::StructureShape.new(name: 'ApplicationResourceLifecycleDescriptionMessage')
|
30
|
+
ApplicationVersionArn = Shapes::StringShape.new(name: 'ApplicationVersionArn')
|
29
31
|
ApplicationVersionDescription = Shapes::StructureShape.new(name: 'ApplicationVersionDescription')
|
30
32
|
ApplicationVersionDescriptionList = Shapes::ListShape.new(name: 'ApplicationVersionDescriptionList')
|
31
33
|
ApplicationVersionDescriptionMessage = Shapes::StructureShape.new(name: 'ApplicationVersionDescriptionMessage')
|
@@ -310,6 +312,7 @@ module Aws::ElasticBeanstalk
|
|
310
312
|
AbortEnvironmentUpdateMessage.add_member(:environment_name, Shapes::ShapeRef.new(shape: EnvironmentName, location_name: "EnvironmentName"))
|
311
313
|
AbortEnvironmentUpdateMessage.struct_class = Types::AbortEnvironmentUpdateMessage
|
312
314
|
|
315
|
+
ApplicationDescription.add_member(:application_arn, Shapes::ShapeRef.new(shape: ApplicationArn, location_name: "ApplicationArn"))
|
313
316
|
ApplicationDescription.add_member(:application_name, Shapes::ShapeRef.new(shape: ApplicationName, location_name: "ApplicationName"))
|
314
317
|
ApplicationDescription.add_member(:description, Shapes::ShapeRef.new(shape: Description, location_name: "Description"))
|
315
318
|
ApplicationDescription.add_member(:date_created, Shapes::ShapeRef.new(shape: CreationDate, location_name: "DateCreated"))
|
@@ -343,6 +346,7 @@ module Aws::ElasticBeanstalk
|
|
343
346
|
ApplicationResourceLifecycleDescriptionMessage.add_member(:resource_lifecycle_config, Shapes::ShapeRef.new(shape: ApplicationResourceLifecycleConfig, location_name: "ResourceLifecycleConfig"))
|
344
347
|
ApplicationResourceLifecycleDescriptionMessage.struct_class = Types::ApplicationResourceLifecycleDescriptionMessage
|
345
348
|
|
349
|
+
ApplicationVersionDescription.add_member(:application_version_arn, Shapes::ShapeRef.new(shape: ApplicationVersionArn, location_name: "ApplicationVersionArn"))
|
346
350
|
ApplicationVersionDescription.add_member(:application_name, Shapes::ShapeRef.new(shape: ApplicationName, location_name: "ApplicationName"))
|
347
351
|
ApplicationVersionDescription.add_member(:description, Shapes::ShapeRef.new(shape: Description, location_name: "Description"))
|
348
352
|
ApplicationVersionDescription.add_member(:version_label, Shapes::ShapeRef.new(shape: VersionLabel, location_name: "VersionLabel"))
|
@@ -36,6 +36,10 @@ module Aws::ElasticBeanstalk
|
|
36
36
|
|
37
37
|
# Describes the properties of an application.
|
38
38
|
#
|
39
|
+
# @!attribute [rw] application_arn
|
40
|
+
# The Amazon Resource Name (ARN) of the application.
|
41
|
+
# @return [String]
|
42
|
+
#
|
39
43
|
# @!attribute [rw] application_name
|
40
44
|
# The name of the application.
|
41
45
|
# @return [String]
|
@@ -68,6 +72,7 @@ module Aws::ElasticBeanstalk
|
|
68
72
|
# @see http://docs.aws.amazon.com/goto/WebAPI/elasticbeanstalk-2010-12-01/ApplicationDescription AWS API Documentation
|
69
73
|
#
|
70
74
|
class ApplicationDescription < Struct.new(
|
75
|
+
:application_arn,
|
71
76
|
:application_name,
|
72
77
|
:description,
|
73
78
|
:date_created,
|
@@ -198,6 +203,10 @@ module Aws::ElasticBeanstalk
|
|
198
203
|
|
199
204
|
# Describes the properties of an application version.
|
200
205
|
#
|
206
|
+
# @!attribute [rw] application_version_arn
|
207
|
+
# The Amazon Resource Name (ARN) of the application version.
|
208
|
+
# @return [String]
|
209
|
+
#
|
201
210
|
# @!attribute [rw] application_name
|
202
211
|
# The name of the application to which the application version
|
203
212
|
# belongs.
|
@@ -240,6 +249,7 @@ module Aws::ElasticBeanstalk
|
|
240
249
|
# @see http://docs.aws.amazon.com/goto/WebAPI/elasticbeanstalk-2010-12-01/ApplicationVersionDescription AWS API Documentation
|
241
250
|
#
|
242
251
|
class ApplicationVersionDescription < Struct.new(
|
252
|
+
:application_version_arn,
|
243
253
|
:application_name,
|
244
254
|
:description,
|
245
255
|
:version_label,
|
@@ -2411,7 +2421,7 @@ module Aws::ElasticBeanstalk
|
|
2411
2421
|
#
|
2412
2422
|
# @!attribute [rw] environment_arn
|
2413
2423
|
# The environment's Amazon Resource Name (ARN), which can be used in
|
2414
|
-
# other API
|
2424
|
+
# other API requests that require an ARN.
|
2415
2425
|
# @return [String]
|
2416
2426
|
#
|
2417
2427
|
# @see http://docs.aws.amazon.com/goto/WebAPI/elasticbeanstalk-2010-12-01/EnvironmentDescription 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.6.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-
|
11
|
+
date: 2018-04-24 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: aws-sdk-core
|