aws-sdk-codedeploy 1.3.0 → 1.4.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: 76c79a0ef8ab58aa8fc4b503786e2237089c4159
|
|
4
|
+
data.tar.gz: 7277e2fba789bd4320c762fb83d9e86d0af32a05
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 79d0e910e486100e31a2b5b3998a038e0aa8f2bde6ac3b53a662ef9598a88acfaf7e7343583137b5a5b7706968802678659590b869bc867c8d0749713f33a24b
|
|
7
|
+
data.tar.gz: 17a5942866e4acf9e5ab2c110dcec58eed9c9fc0dc7212031241b8bb88729baacb533a0a68edef162d8ae271077f6b9a97475a72b98d6f57484e78475ea25c5d
|
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.4.0'
|
|
2496
2496
|
Seahorse::Client::Request.new(handlers, context)
|
|
2497
2497
|
end
|
|
2498
2498
|
|
|
@@ -193,6 +193,7 @@ module Aws::CodeDeploy
|
|
|
193
193
|
InvalidEC2TagCombinationException = Shapes::StructureShape.new(name: 'InvalidEC2TagCombinationException')
|
|
194
194
|
InvalidEC2TagException = Shapes::StructureShape.new(name: 'InvalidEC2TagException')
|
|
195
195
|
InvalidFileExistsBehaviorException = Shapes::StructureShape.new(name: 'InvalidFileExistsBehaviorException')
|
|
196
|
+
InvalidGitHubAccountTokenException = Shapes::StructureShape.new(name: 'InvalidGitHubAccountTokenException')
|
|
196
197
|
InvalidGitHubAccountTokenNameException = Shapes::StructureShape.new(name: 'InvalidGitHubAccountTokenNameException')
|
|
197
198
|
InvalidIamSessionArnException = Shapes::StructureShape.new(name: 'InvalidIamSessionArnException')
|
|
198
199
|
InvalidIamUserArnException = Shapes::StructureShape.new(name: 'InvalidIamUserArnException')
|
|
@@ -1103,6 +1104,7 @@ module Aws::CodeDeploy
|
|
|
1103
1104
|
o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
|
|
1104
1105
|
o.errors << Shapes::ShapeRef.new(shape: InvalidUpdateOutdatedInstancesOnlyValueException)
|
|
1105
1106
|
o.errors << Shapes::ShapeRef.new(shape: InvalidIgnoreApplicationStopFailuresValueException)
|
|
1107
|
+
o.errors << Shapes::ShapeRef.new(shape: InvalidGitHubAccountTokenException)
|
|
1106
1108
|
end)
|
|
1107
1109
|
|
|
1108
1110
|
api.add_operation(:create_deployment_config, Seahorse::Model::Operation.new.tap do |o|
|
|
@@ -1607,10 +1607,11 @@ module Aws::CodeDeploy
|
|
|
1607
1607
|
# balancer immediately after the new application revision is
|
|
1608
1608
|
# installed on the instances in the replacement environment.
|
|
1609
1609
|
#
|
|
1610
|
-
# * STOP\_DEPLOYMENT: Do not register new instances with load
|
|
1611
|
-
# unless traffic
|
|
1612
|
-
#
|
|
1613
|
-
# deployment status is changed
|
|
1610
|
+
# * STOP\_DEPLOYMENT: Do not register new instances with a load
|
|
1611
|
+
# balancer unless traffic rerouting is started using
|
|
1612
|
+
# ContinueDeployment. If traffic rerouting is not started before the
|
|
1613
|
+
# end of the specified wait period, the deployment status is changed
|
|
1614
|
+
# to Stopped.
|
|
1614
1615
|
# @return [String]
|
|
1615
1616
|
#
|
|
1616
1617
|
# @!attribute [rw] wait_time_in_minutes
|
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.4.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-04-25 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: aws-sdk-core
|
|
@@ -76,7 +76,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
76
76
|
version: '0'
|
|
77
77
|
requirements: []
|
|
78
78
|
rubyforge_project:
|
|
79
|
-
rubygems_version: 2.5.
|
|
79
|
+
rubygems_version: 2.5.2.3
|
|
80
80
|
signing_key:
|
|
81
81
|
specification_version: 4
|
|
82
82
|
summary: AWS SDK for Ruby - CodeDeploy
|