aws-sdk-codedeploy 1.4.0 → 1.5.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: 76c79a0ef8ab58aa8fc4b503786e2237089c4159
4
- data.tar.gz: 7277e2fba789bd4320c762fb83d9e86d0af32a05
3
+ metadata.gz: c53c66e0b99fec0b262e598f417fdaa732256c5e
4
+ data.tar.gz: dbc030979ab6f9b7e762a8ad2cf995a986f4d848
5
5
  SHA512:
6
- metadata.gz: 79d0e910e486100e31a2b5b3998a038e0aa8f2bde6ac3b53a662ef9598a88acfaf7e7343583137b5a5b7706968802678659590b869bc867c8d0749713f33a24b
7
- data.tar.gz: 17a5942866e4acf9e5ab2c110dcec58eed9c9fc0dc7212031241b8bb88729baacb533a0a68edef162d8ae271077f6b9a97475a72b98d6f57484e78475ea25c5d
6
+ metadata.gz: 45135f3752b79e6fa2669e8e6c883125612f062d7ddb736f894859f371bfd39caec14e627ce6e009ce2eae768903a9297e42fc2ba11fd5ba3e39bb7f90a4c0df
7
+ data.tar.gz: aebddf2c434f9663f8ab18e6f40113bc74d9e390fcc7e9bfb2e55ccea871195d674e2bc5dc72427dac2527109932e8b7c1dc1404eecd9b44c016271ebf23fc72
@@ -43,6 +43,6 @@ require_relative 'aws-sdk-codedeploy/customizations'
43
43
  # @service
44
44
  module Aws::CodeDeploy
45
45
 
46
- GEM_VERSION = '1.4.0'
46
+ GEM_VERSION = '1.5.0'
47
47
 
48
48
  end
@@ -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.4.0'
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.0
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-04-25 00:00:00.000000000 Z
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