aws-sdk-codedeploy 1.24.0 → 1.25.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 +4 -4
- data/lib/aws-sdk-codedeploy.rb +1 -1
- data/lib/aws-sdk-codedeploy/client.rb +9 -2
- data/lib/aws-sdk-codedeploy/types.rb +19 -4
- 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: 90ce45eea99db16c0f16f4d5423459396dcfed7a
|
|
4
|
+
data.tar.gz: ee14bd6c0cb34f2b20e4816e93a691bbbeb01817
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 399684618a828c512605318da34d116666f91ccbd2fcbd449a78bd5e3e488b5b916ddafb1fc09adecb430a789623546b7f52fcaf2dc2a718db12adeb71752a78
|
|
7
|
+
data.tar.gz: a6f80520eeac1f3e65e14b479658af9010bccb4a10895153951a9ee4203ecea0b35ca769343053dc742342b165732c03acfed7cf8fbb0b70093606671bdc5c8b
|
data/lib/aws-sdk-codedeploy.rb
CHANGED
|
@@ -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.
|
|
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
|
-
#
|
|
643
|
-
# deployment before terminating instances from
|
|
644
|
-
#
|
|
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.
|
|
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-
|
|
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
|