aws-sdk-elasticbeanstalk 1.14.0 → 1.15.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: e2743befac04ae025dee0ae1b36baba0c846920a
|
4
|
+
data.tar.gz: 81fa8aa13fdd6710f733108b9fb8a94f99e25423
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 9e710b3c1d82d0b48389edccea72bc4f60e07e47c045930554399db833deeb5555e5196fbd8d81d06f5b5b4a09074a5a9249673ad118d9a1e91ee7a0deddfe5e
|
7
|
+
data.tar.gz: 45f95aa960cb22000aa619d6d6c574e02d8a209fd655939a900e3b59365b4cea073352de5ea616ff88df10d66e13ed9b45b69a94bb4545911bad4c29167a377b
|
@@ -2136,6 +2136,8 @@ module Aws::ElasticBeanstalk
|
|
2136
2136
|
# resp.environment_resources.instances[0].id #=> String
|
2137
2137
|
# resp.environment_resources.launch_configurations #=> Array
|
2138
2138
|
# resp.environment_resources.launch_configurations[0].name #=> String
|
2139
|
+
# resp.environment_resources.launch_templates #=> Array
|
2140
|
+
# resp.environment_resources.launch_templates[0].id #=> String
|
2139
2141
|
# resp.environment_resources.load_balancers #=> Array
|
2140
2142
|
# resp.environment_resources.load_balancers[0].name #=> String
|
2141
2143
|
# resp.environment_resources.triggers #=> Array
|
@@ -4056,7 +4058,7 @@ module Aws::ElasticBeanstalk
|
|
4056
4058
|
params: params,
|
4057
4059
|
config: config)
|
4058
4060
|
context[:gem_name] = 'aws-sdk-elasticbeanstalk'
|
4059
|
-
context[:gem_version] = '1.
|
4061
|
+
context[:gem_version] = '1.15.0'
|
4060
4062
|
Seahorse::Client::Request.new(handlers, context)
|
4061
4063
|
end
|
4062
4064
|
|
@@ -166,6 +166,8 @@ module Aws::ElasticBeanstalk
|
|
166
166
|
Latency = Shapes::StructureShape.new(name: 'Latency')
|
167
167
|
LaunchConfiguration = Shapes::StructureShape.new(name: 'LaunchConfiguration')
|
168
168
|
LaunchConfigurationList = Shapes::ListShape.new(name: 'LaunchConfigurationList')
|
169
|
+
LaunchTemplate = Shapes::StructureShape.new(name: 'LaunchTemplate')
|
170
|
+
LaunchTemplateList = Shapes::ListShape.new(name: 'LaunchTemplateList')
|
169
171
|
LaunchedAt = Shapes::TimestampShape.new(name: 'LaunchedAt')
|
170
172
|
ListAvailableSolutionStacksResultMessage = Shapes::StructureShape.new(name: 'ListAvailableSolutionStacksResultMessage')
|
171
173
|
ListPlatformVersionsRequest = Shapes::StructureShape.new(name: 'ListPlatformVersionsRequest')
|
@@ -721,6 +723,7 @@ module Aws::ElasticBeanstalk
|
|
721
723
|
EnvironmentResourceDescription.add_member(:auto_scaling_groups, Shapes::ShapeRef.new(shape: AutoScalingGroupList, location_name: "AutoScalingGroups"))
|
722
724
|
EnvironmentResourceDescription.add_member(:instances, Shapes::ShapeRef.new(shape: InstanceList, location_name: "Instances"))
|
723
725
|
EnvironmentResourceDescription.add_member(:launch_configurations, Shapes::ShapeRef.new(shape: LaunchConfigurationList, location_name: "LaunchConfigurations"))
|
726
|
+
EnvironmentResourceDescription.add_member(:launch_templates, Shapes::ShapeRef.new(shape: LaunchTemplateList, location_name: "LaunchTemplates"))
|
724
727
|
EnvironmentResourceDescription.add_member(:load_balancers, Shapes::ShapeRef.new(shape: LoadBalancerList, location_name: "LoadBalancers"))
|
725
728
|
EnvironmentResourceDescription.add_member(:triggers, Shapes::ShapeRef.new(shape: TriggerList, location_name: "Triggers"))
|
726
729
|
EnvironmentResourceDescription.add_member(:queues, Shapes::ShapeRef.new(shape: QueueList, location_name: "Queues"))
|
@@ -788,6 +791,11 @@ module Aws::ElasticBeanstalk
|
|
788
791
|
|
789
792
|
LaunchConfigurationList.member = Shapes::ShapeRef.new(shape: LaunchConfiguration)
|
790
793
|
|
794
|
+
LaunchTemplate.add_member(:id, Shapes::ShapeRef.new(shape: ResourceId, location_name: "Id"))
|
795
|
+
LaunchTemplate.struct_class = Types::LaunchTemplate
|
796
|
+
|
797
|
+
LaunchTemplateList.member = Shapes::ShapeRef.new(shape: LaunchTemplate)
|
798
|
+
|
791
799
|
ListAvailableSolutionStacksResultMessage.add_member(:solution_stacks, Shapes::ShapeRef.new(shape: AvailableSolutionStackNamesList, location_name: "SolutionStacks"))
|
792
800
|
ListAvailableSolutionStacksResultMessage.add_member(:solution_stack_details, Shapes::ShapeRef.new(shape: AvailableSolutionStackDetailsList, location_name: "SolutionStackDetails"))
|
793
801
|
ListAvailableSolutionStacksResultMessage.struct_class = Types::ListAvailableSolutionStacksResultMessage
|
@@ -2457,7 +2457,7 @@ module Aws::ElasticBeanstalk
|
|
2457
2457
|
# * `Grey`\: Default health for a new environment. The environment is
|
2458
2458
|
# not fully launched and health checks have not started or health
|
2459
2459
|
# checks are suspended during an `UpdateEnvironment` or
|
2460
|
-
# `
|
2460
|
+
# `RestartEnvironment` request.
|
2461
2461
|
#
|
2462
2462
|
# Default: `Grey`
|
2463
2463
|
# @return [String]
|
@@ -2549,7 +2549,11 @@ module Aws::ElasticBeanstalk
|
|
2549
2549
|
# @return [Time]
|
2550
2550
|
#
|
2551
2551
|
# @!attribute [rw] message
|
2552
|
-
# The retrieved information.
|
2552
|
+
# The retrieved information. Currently contains a presigned Amazon S3
|
2553
|
+
# URL. The files are deleted after 15 minutes.
|
2554
|
+
#
|
2555
|
+
# Anyone in possession of this URL can access the files before they
|
2556
|
+
# are deleted. Make the URL available only to trusted parties.
|
2553
2557
|
# @return [String]
|
2554
2558
|
#
|
2555
2559
|
# @see http://docs.aws.amazon.com/goto/WebAPI/elasticbeanstalk-2010-12-01/EnvironmentInfoDescription AWS API Documentation
|
@@ -2606,6 +2610,10 @@ module Aws::ElasticBeanstalk
|
|
2606
2610
|
# The Auto Scaling launch configurations in use by this environment.
|
2607
2611
|
# @return [Array<Types::LaunchConfiguration>]
|
2608
2612
|
#
|
2613
|
+
# @!attribute [rw] launch_templates
|
2614
|
+
# The Amazon EC2 launch templates in use by this environment.
|
2615
|
+
# @return [Array<Types::LaunchTemplate>]
|
2616
|
+
#
|
2609
2617
|
# @!attribute [rw] load_balancers
|
2610
2618
|
# The LoadBalancers in use by this environment.
|
2611
2619
|
# @return [Array<Types::LoadBalancer>]
|
@@ -2625,6 +2633,7 @@ module Aws::ElasticBeanstalk
|
|
2625
2633
|
:auto_scaling_groups,
|
2626
2634
|
:instances,
|
2627
2635
|
:launch_configurations,
|
2636
|
+
:launch_templates,
|
2628
2637
|
:load_balancers,
|
2629
2638
|
:triggers,
|
2630
2639
|
:queues)
|
@@ -2671,10 +2680,22 @@ module Aws::ElasticBeanstalk
|
|
2671
2680
|
#
|
2672
2681
|
# @!attribute [rw] name
|
2673
2682
|
# The name of this environment tier.
|
2683
|
+
#
|
2684
|
+
# Valid values:
|
2685
|
+
#
|
2686
|
+
# * For *Web server tier* – `WebServer`
|
2687
|
+
#
|
2688
|
+
# * For *Worker tier* – `Worker`
|
2674
2689
|
# @return [String]
|
2675
2690
|
#
|
2676
2691
|
# @!attribute [rw] type
|
2677
2692
|
# The type of this environment tier.
|
2693
|
+
#
|
2694
|
+
# Valid values:
|
2695
|
+
#
|
2696
|
+
# * For *Web server tier* – `Standard`
|
2697
|
+
#
|
2698
|
+
# * For *Worker tier* – `SQS/HTTP`
|
2678
2699
|
# @return [String]
|
2679
2700
|
#
|
2680
2701
|
# @!attribute [rw] version
|
@@ -2914,6 +2935,19 @@ module Aws::ElasticBeanstalk
|
|
2914
2935
|
include Aws::Structure
|
2915
2936
|
end
|
2916
2937
|
|
2938
|
+
# Describes an Amazon EC2 launch template.
|
2939
|
+
#
|
2940
|
+
# @!attribute [rw] id
|
2941
|
+
# The ID of the launch template.
|
2942
|
+
# @return [String]
|
2943
|
+
#
|
2944
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/elasticbeanstalk-2010-12-01/LaunchTemplate AWS API Documentation
|
2945
|
+
#
|
2946
|
+
class LaunchTemplate < Struct.new(
|
2947
|
+
:id)
|
2948
|
+
include Aws::Structure
|
2949
|
+
end
|
2950
|
+
|
2917
2951
|
# A list of available AWS Elastic Beanstalk solution stacks.
|
2918
2952
|
#
|
2919
2953
|
# @!attribute [rw] solution_stacks
|
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.15.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-12-18 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: aws-sdk-core
|