aws-sdk-codedeploy 1.4.0 → 1.5.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/lib/aws-sdk-codedeploy.rb +1 -1
- data/lib/aws-sdk-codedeploy/client.rb +1 -1
- data/lib/aws-sdk-codedeploy/types.rb +9 -1
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: c53c66e0b99fec0b262e598f417fdaa732256c5e
|
4
|
+
data.tar.gz: dbc030979ab6f9b7e762a8ad2cf995a986f4d848
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 45135f3752b79e6fa2669e8e6c883125612f062d7ddb736f894859f371bfd39caec14e627ce6e009ce2eae768903a9297e42fc2ba11fd5ba3e39bb7f90a4c0df
|
7
|
+
data.tar.gz: aebddf2c434f9663f8ab18e6f40113bc74d9e390fcc7e9bfb2e55ccea871195d674e2bc5dc72427dac2527109932e8b7c1dc1404eecd9b44c016271ebf23fc72
|
data/lib/aws-sdk-codedeploy.rb
CHANGED
@@ -2492,7 +2492,7 @@ module Aws::CodeDeploy
|
|
2492
2492
|
params: params,
|
2493
2493
|
config: config)
|
2494
2494
|
context[:gem_name] = 'aws-sdk-codedeploy'
|
2495
|
-
context[:gem_version] = '1.
|
2495
|
+
context[:gem_version] = '1.5.0'
|
2496
2496
|
Seahorse::Client::Request.new(handlers, context)
|
2497
2497
|
end
|
2498
2498
|
|
@@ -525,7 +525,7 @@ module Aws::CodeDeploy
|
|
525
525
|
# @!attribute [rw] termination_wait_time_in_minutes
|
526
526
|
# The number of minutes to wait after a successful blue/green
|
527
527
|
# deployment before terminating instances from the original
|
528
|
-
# environment.
|
528
|
+
# environment. The maximum setting is 2880 minutes (2 days).
|
529
529
|
# @return [Integer]
|
530
530
|
#
|
531
531
|
# @see http://docs.aws.amazon.com/goto/WebAPI/codedeploy-2014-10-06/BlueInstanceTerminationOption AWS API Documentation
|
@@ -2983,12 +2983,20 @@ module Aws::CodeDeploy
|
|
2983
2983
|
# An array containing information about the load balancer to use for
|
2984
2984
|
# load balancing in a deployment. In Elastic Load Balancing, load
|
2985
2985
|
# balancers are used with Classic Load Balancers.
|
2986
|
+
#
|
2987
|
+
# <note markdown="1"> Adding more than one load balancer to the array is not supported.
|
2988
|
+
#
|
2989
|
+
# </note>
|
2986
2990
|
# @return [Array<Types::ELBInfo>]
|
2987
2991
|
#
|
2988
2992
|
# @!attribute [rw] target_group_info_list
|
2989
2993
|
# An array containing information about the target group to use for
|
2990
2994
|
# load balancing in a deployment. In Elastic Load Balancing, target
|
2991
2995
|
# groups are used with Application Load Balancers.
|
2996
|
+
#
|
2997
|
+
# <note markdown="1"> Adding more than one target group to the array is not supported.
|
2998
|
+
#
|
2999
|
+
# </note>
|
2992
3000
|
# @return [Array<Types::TargetGroupInfo>]
|
2993
3001
|
#
|
2994
3002
|
# @see http://docs.aws.amazon.com/goto/WebAPI/codedeploy-2014-10-06/LoadBalancerInfo AWS API Documentation
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: aws-sdk-codedeploy
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 1.
|
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-
|
11
|
+
date: 2018-05-17 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: aws-sdk-core
|