aws-sdk-codepipeline 1.7.0 → 1.8.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: c3028a4fae86dd351e9e7c61772867d9e17a642e
4
- data.tar.gz: 17e72a87bc3797e8b4f688a21807c6751a719e84
3
+ metadata.gz: 6943a40861dda5ad3dec6a0018dbd4b7cb313e43
4
+ data.tar.gz: 0cfb1bf738a6f31491fb508071f3b831fbc92ad3
5
5
  SHA512:
6
- metadata.gz: 9d47c72e78c4099fa8d66fdecf01a5dd9f9b66d3a2d492acfb6c537a3724361f71783968151eb70f72cfad6fda45ec7cb246f6e9ca3b07e6d00b482b0ee70c3f
7
- data.tar.gz: d6a1c803a94b0062d3834b97505eaeb5e23c5b8fc61cc9832c47f41d1e8dec01bd31e81336f253c6a41096492f8720406316fe3152f00d962feeab56cb0c2b17
6
+ metadata.gz: fe0a8c94dcf0c0a3405d32c0ee821b1d37931da543394e009b73fe04833dab6c0e9a15dba2efdaca5c15df8c82761cc0c9fbcd1a5c6353d10612e6b372f7f24c
7
+ data.tar.gz: d9a09f1bc340f39fd74c77c0a9d9c1944fa9f162e529444698666d4c3ac02269b04af4725c2d6967bf78e2cd982c0f0ac460a26624902c2b6a4ad3b3303d9d43
@@ -42,6 +42,6 @@ require_relative 'aws-sdk-codepipeline/customizations'
42
42
  # @service
43
43
  module Aws::CodePipeline
44
44
 
45
- GEM_VERSION = '1.7.0'
45
+ GEM_VERSION = '1.8.0'
46
46
 
47
47
  end
@@ -96,19 +96,19 @@ module Aws::CodePipeline
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
  #
@@ -1873,7 +1873,7 @@ module Aws::CodePipeline
1873
1873
  params: params,
1874
1874
  config: config)
1875
1875
  context[:gem_name] = 'aws-sdk-codepipeline'
1876
- context[:gem_version] = '1.7.0'
1876
+ context[:gem_version] = '1.8.0'
1877
1877
  Seahorse::Client::Request.new(handlers, context)
1878
1878
  end
1879
1879
 
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aws-sdk-codepipeline
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.7.0
4
+ version: 1.8.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