aws-sdk-codedeploy 1.1.0 → 1.2.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 +3 -3
- data/lib/aws-sdk-codedeploy/types.rb +8 -8
- 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: ebd4587b89622ac023b37fe069fae56cb270a298
|
4
|
+
data.tar.gz: f67064c7e4a16858acd4a3bcb5b05665194daeb9
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 4be6115ba0500f3877966235ecfdaf9d1fae5f59dabbe43ce0f607d67557050d3eae78761857e8204054f1970b6a3fb4c98d08e40a2e56315a3d82ee1957bf90
|
7
|
+
data.tar.gz: b7fd09c10dd0b5eec94e366cb650262dc77f1f82baf6ec719d15b1690bd70f7a841565e8991746131a7de2dbd0b5e19bb9eb799e8d9dd5a7bb75e13b76eb66e8
|
data/lib/aws-sdk-codedeploy.rb
CHANGED
@@ -622,7 +622,7 @@ module Aws::CodeDeploy
|
|
622
622
|
# applicable IAM user or AWS account.
|
623
623
|
#
|
624
624
|
# @option params [String] :compute_platform
|
625
|
-
# The destination platform type for the deployment `Lambda` or
|
625
|
+
# The destination platform type for the deployment (`Lambda` or
|
626
626
|
# `Server`).
|
627
627
|
#
|
628
628
|
# @return [Types::CreateApplicationOutput] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
|
@@ -813,7 +813,7 @@ module Aws::CodeDeploy
|
|
813
813
|
# of FLEET\_PERCENT and a value of 95.
|
814
814
|
#
|
815
815
|
# @option params [Types::TrafficRoutingConfig] :traffic_routing_config
|
816
|
-
# The configuration
|
816
|
+
# The configuration that specifies how the deployment traffic will be
|
817
817
|
# routed.
|
818
818
|
#
|
819
819
|
# @option params [String] :compute_platform
|
@@ -2464,7 +2464,7 @@ module Aws::CodeDeploy
|
|
2464
2464
|
params: params,
|
2465
2465
|
config: config)
|
2466
2466
|
context[:gem_name] = 'aws-sdk-codedeploy'
|
2467
|
-
context[:gem_version] = '1.
|
2467
|
+
context[:gem_version] = '1.2.0'
|
2468
2468
|
Seahorse::Client::Request.new(handlers, context)
|
2469
2469
|
end
|
2470
2470
|
|
@@ -571,7 +571,7 @@ module Aws::CodeDeploy
|
|
571
571
|
# @return [String]
|
572
572
|
#
|
573
573
|
# @!attribute [rw] compute_platform
|
574
|
-
# The destination platform type for the deployment `Lambda` or
|
574
|
+
# The destination platform type for the deployment (`Lambda` or
|
575
575
|
# `Server`).
|
576
576
|
# @return [String]
|
577
577
|
#
|
@@ -649,7 +649,7 @@ module Aws::CodeDeploy
|
|
649
649
|
# @return [Types::MinimumHealthyHosts]
|
650
650
|
#
|
651
651
|
# @!attribute [rw] traffic_routing_config
|
652
|
-
# The configuration
|
652
|
+
# The configuration that specifies how the deployment traffic will be
|
653
653
|
# routed.
|
654
654
|
# @return [Types::TrafficRoutingConfig]
|
655
655
|
#
|
@@ -3116,8 +3116,8 @@ module Aws::CodeDeploy
|
|
3116
3116
|
#
|
3117
3117
|
# @!attribute [rw] content
|
3118
3118
|
# The YAML-formatted or JSON-formatted revision string. It includes
|
3119
|
-
# information about
|
3120
|
-
# functions that validate deployment lifecycle events.
|
3119
|
+
# information about which Lambda function to update and optional
|
3120
|
+
# Lambda functions that validate deployment lifecycle events.
|
3121
3121
|
# @return [String]
|
3122
3122
|
#
|
3123
3123
|
# @!attribute [rw] sha256
|
@@ -3726,8 +3726,8 @@ module Aws::CodeDeploy
|
|
3726
3726
|
include Aws::Structure
|
3727
3727
|
end
|
3728
3728
|
|
3729
|
-
# The configuration
|
3730
|
-
# of a Lambda function to another version during an AWS Lambda
|
3729
|
+
# The configuration that specifies how traffic is shifted from one
|
3730
|
+
# version of a Lambda function to another version during an AWS Lambda
|
3731
3731
|
# deployment.
|
3732
3732
|
#
|
3733
3733
|
# @note When making an API call, you may pass TrafficRoutingConfig
|
@@ -3746,8 +3746,8 @@ module Aws::CodeDeploy
|
|
3746
3746
|
# }
|
3747
3747
|
#
|
3748
3748
|
# @!attribute [rw] type
|
3749
|
-
# The type of traffic shifting
|
3750
|
-
#
|
3749
|
+
# The type of traffic shifting (`TimeBasedCanary` or
|
3750
|
+
# `TimeBasedLinear`) used by a deployment configuration .
|
3751
3751
|
# @return [String]
|
3752
3752
|
#
|
3753
3753
|
# @!attribute [rw] time_based_canary
|
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.2.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: 2017-
|
11
|
+
date: 2017-12-12 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: aws-sdk-core
|