aws-sdk-codedeploy 1.24.0 → 1.25.0

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 590b774ba5d576a71e95e5a62669329820f22899
4
- data.tar.gz: 94fe87711b6740f972653618a67442d8b2f7d845
3
+ metadata.gz: 90ce45eea99db16c0f16f4d5423459396dcfed7a
4
+ data.tar.gz: ee14bd6c0cb34f2b20e4816e93a691bbbeb01817
5
5
  SHA512:
6
- metadata.gz: fdc1ce8e16c9f110a7d9a1fd703102a6986e113af3b0a070205cc9bf96b3708084a08686b9c834dae443a7b38b9e3c1308d3ab03003e80dcdc92e204ff7b58be
7
- data.tar.gz: 0ea91aed2383a4556417118f4ecc55f38bfe21a37bf1962a1b3ad03c489f71ccf302a761264bf9122b5a51c8670a579f8217a6e283688e6383e055a2a8fded26
6
+ metadata.gz: 399684618a828c512605318da34d116666f91ccbd2fcbd449a78bd5e3e488b5b916ddafb1fc09adecb430a789623546b7f52fcaf2dc2a718db12adeb71752a78
7
+ data.tar.gz: a6f80520eeac1f3e65e14b479658af9010bccb4a10895153951a9ee4203ecea0b35ca769343053dc742342b165732c03acfed7cf8fbb0b70093606671bdc5c8b
@@ -43,6 +43,6 @@ require_relative 'aws-sdk-codedeploy/customizations'
43
43
  # @service
44
44
  module Aws::CodeDeploy
45
45
 
46
- GEM_VERSION = '1.24.0'
46
+ GEM_VERSION = '1.25.0'
47
47
 
48
48
  end
@@ -2377,7 +2377,14 @@ module Aws::CodeDeploy
2377
2377
  # the list.
2378
2378
  #
2379
2379
  # @option params [Hash<String,Array>] :target_filters
2380
- # A key used to filter the returned targets.
2380
+ # A key used to filter the returned targets. The two valid values are:
2381
+ #
2382
+ # * `TargetStatus` - A `TargetStatus` filter string can be `Failed`,
2383
+ # `InProgress`, `Pending`, `Ready`, `Skipped`, `Succeeded`, or
2384
+ # `Unknown`.
2385
+ #
2386
+ # * `ServerInstanceLabel` - A `ServerInstanceLabel` filter string can be
2387
+ # `Blue` or `Green`.
2381
2388
  #
2382
2389
  # @return [Types::ListDeploymentTargetsOutput] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
2383
2390
  #
@@ -3161,7 +3168,7 @@ module Aws::CodeDeploy
3161
3168
  params: params,
3162
3169
  config: config)
3163
3170
  context[:gem_name] = 'aws-sdk-codedeploy'
3164
- context[:gem_version] = '1.24.0'
3171
+ context[:gem_version] = '1.25.0'
3165
3172
  Seahorse::Client::Request.new(handlers, context)
3166
3173
  end
3167
3174
 
@@ -618,6 +618,7 @@ module Aws::CodeDeploy
618
618
 
619
619
  # Information about whether instances in the original environment are
620
620
  # terminated when a blue/green deployment is successful.
621
+ # `BlueInstanceTerminationOption` does not apply to Lambda deployments.
621
622
  #
622
623
  # @note When making an API call, you may pass BlueInstanceTerminationOption
623
624
  # data as a hash:
@@ -639,9 +640,16 @@ module Aws::CodeDeploy
639
640
  # @return [String]
640
641
  #
641
642
  # @!attribute [rw] termination_wait_time_in_minutes
642
- # The number of minutes to wait after a successful blue/green
643
- # deployment before terminating instances from the original
644
- # environment. The maximum setting is 2880 minutes (2 days).
643
+ # For an Amazon EC2 deployment, the number of minutes to wait after a
644
+ # successful blue/green deployment before terminating instances from
645
+ # the original environment.
646
+ #
647
+ # For an Amazon ECS deployment, the number of minutes before deleting
648
+ # the original (blue) task set. During an Amazon ECS deployment,
649
+ # CodeDeploy shifts traffic from the original (blue) task set to a
650
+ # replacement (green) task set.
651
+ #
652
+ # The maximum setting is 2880 minutes (2 days).
645
653
  # @return [Integer]
646
654
  #
647
655
  # @see http://docs.aws.amazon.com/goto/WebAPI/codedeploy-2014-10-06/BlueInstanceTerminationOption AWS API Documentation
@@ -3380,7 +3388,14 @@ module Aws::CodeDeploy
3380
3388
  # @return [String]
3381
3389
  #
3382
3390
  # @!attribute [rw] target_filters
3383
- # A key used to filter the returned targets.
3391
+ # A key used to filter the returned targets. The two valid values are:
3392
+ #
3393
+ # * `TargetStatus` - A `TargetStatus` filter string can be `Failed`,
3394
+ # `InProgress`, `Pending`, `Ready`, `Skipped`, `Succeeded`, or
3395
+ # `Unknown`.
3396
+ #
3397
+ # * `ServerInstanceLabel` - A `ServerInstanceLabel` filter string can
3398
+ # be `Blue` or `Green`.
3384
3399
  # @return [Hash<String,Array<String>>]
3385
3400
  #
3386
3401
  # @see http://docs.aws.amazon.com/goto/WebAPI/codedeploy-2014-10-06/ListDeploymentTargetsInput 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.24.0
4
+ version: 1.25.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-07-01 00:00:00.000000000 Z
11
+ date: 2019-07-18 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: aws-sdk-core