aws-sdk-codedeploy 1.1.0 → 1.2.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: 7ba2319d893317c39b520a7f87f981b5fc0ef708
4
- data.tar.gz: 1032b3c5fb59fa8512af189707ea1a4f8d3df7cf
3
+ metadata.gz: ebd4587b89622ac023b37fe069fae56cb270a298
4
+ data.tar.gz: f67064c7e4a16858acd4a3bcb5b05665194daeb9
5
5
  SHA512:
6
- metadata.gz: 16147e1fe2427aaba6d8ce98244a6ccba9f53af47c0ad5ec3fe4dee92a7604cd938798dabfd83f9e74fabfbd38e4c58c020c6dd279a73b41f24419903dbda274
7
- data.tar.gz: 0887aef10afcdaebd830e0fabcb0cc7cc5ef7d0019552d7ad4a6ce745d1e26f9b3c6bc5117e1b9888266ad1037796210064cea3c6bafab67b2629cfeba648595
6
+ metadata.gz: 4be6115ba0500f3877966235ecfdaf9d1fae5f59dabbe43ce0f607d67557050d3eae78761857e8204054f1970b6a3fb4c98d08e40a2e56315a3d82ee1957bf90
7
+ data.tar.gz: b7fd09c10dd0b5eec94e366cb650262dc77f1f82baf6ec719d15b1690bd70f7a841565e8991746131a7de2dbd0b5e19bb9eb799e8d9dd5a7bb75e13b76eb66e8
@@ -43,6 +43,6 @@ require_relative 'aws-sdk-codedeploy/customizations'
43
43
  # @service
44
44
  module Aws::CodeDeploy
45
45
 
46
- GEM_VERSION = '1.1.0'
46
+ GEM_VERSION = '1.2.0'
47
47
 
48
48
  end
@@ -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 specifying how the deployment traffic will be
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.1.0'
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 specifying how the deployment traffic will be
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 what Lambda function to update and optional Lambda
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 specifying how traffic is shifted from one version
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 a deployment configuration uses
3750
- # (`TimeBasedCanary` or `TimeBasedLinear`).
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.1.0
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-29 00:00:00.000000000 Z
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