aws-sdk-codedeploy 1.8.0 → 1.9.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: 467bb0378fd2a9c7a24f05bd0739ef93da04ba00
4
- data.tar.gz: 92bc6965b2e632f8f5f146bda8a16d348dbc17a5
3
+ metadata.gz: 9bcf17a51c2e5359f30222d950da9e78652feb54
4
+ data.tar.gz: 5bee56d1eb7083bf11be951bf445d14387e0dea7
5
5
  SHA512:
6
- metadata.gz: 6253511b409a1189456278c7a91fd995b9913d3f2f06fb5835962888d99226fe668e467af40622d14083d91957b89c369e09f6f9233b5e8e3a50eb1e2d2a45c6
7
- data.tar.gz: c4cc0205fa5a25281789e0921e917e41264874e216cab7909104319b09d82596c73364c390f17f551589dd8626b3c8bed90f43e705f42b2e7f58eb51f67f0853
6
+ metadata.gz: 0d1a4c5eff5f6d83eb40e8a1a0367a92ed76fd9d6acdec1f5557c8cd0f901bb78b880a9aec822b79b0daca0aaf72a481f0365ab8dbf1b848548339b7ed49230f
7
+ data.tar.gz: 6629bad1c5b20be6366499dba1b9c00f7d90fd4efd3f9be80770541b81a2927f66c90bfa9d83a7975bc17855b30173aeb9ca063ed8b0f09f5367754164bfa1f3
@@ -43,6 +43,6 @@ require_relative 'aws-sdk-codedeploy/customizations'
43
43
  # @service
44
44
  module Aws::CodeDeploy
45
45
 
46
- GEM_VERSION = '1.8.0'
46
+ GEM_VERSION = '1.9.0'
47
47
 
48
48
  end
@@ -96,19 +96,19 @@ module Aws::CodeDeploy
96
96
  #
97
97
  # @option options [String] :access_key_id
98
98
  #
99
- # @option options [] :client_side_monitoring (false)
99
+ # @option options [Boolean] :client_side_monitoring (false)
100
100
  # When `true`, client-side metrics will be collected for all API requests from
101
101
  # this client.
102
102
  #
103
- # @option options [] :client_side_monitoring_client_id ("")
103
+ # @option options [String] :client_side_monitoring_client_id ("")
104
104
  # Allows you to provide an identifier for this client which will be attached to
105
105
  # all generated client side metrics. Defaults to an empty string.
106
106
  #
107
- # @option options [] :client_side_monitoring_port (31000)
107
+ # @option options [Integer] :client_side_monitoring_port (31000)
108
108
  # Required for publishing client metrics. The port that the client side monitoring
109
109
  # agent is running on, where client metrics will be published via UDP.
110
110
  #
111
- # @option options [] :client_side_monitoring_publisher (Aws::ClientSideMonitoring::Publisher)
111
+ # @option options [Aws::ClientSideMonitoring::Publisher] :client_side_monitoring_publisher (Aws::ClientSideMonitoring::Publisher)
112
112
  # Allows you to provide a custom client-side monitoring publisher class. By default,
113
113
  # will use the Client Side Monitoring Agent Publisher.
114
114
  #
@@ -2523,7 +2523,7 @@ module Aws::CodeDeploy
2523
2523
  params: params,
2524
2524
  config: config)
2525
2525
  context[:gem_name] = 'aws-sdk-codedeploy'
2526
- context[:gem_version] = '1.8.0'
2526
+ context[:gem_version] = '1.9.0'
2527
2527
  Seahorse::Client::Request.new(handlers, context)
2528
2528
  end
2529
2529
 
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.8.0
4
+ version: 1.9.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-09-06 00:00:00.000000000 Z
11
+ date: 2018-10-23 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: aws-sdk-core