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 +4 -4
- data/lib/aws-sdk-codepipeline.rb +1 -1
- data/lib/aws-sdk-codepipeline/client.rb +5 -5
- 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: 6943a40861dda5ad3dec6a0018dbd4b7cb313e43
|
4
|
+
data.tar.gz: 0cfb1bf738a6f31491fb508071f3b831fbc92ad3
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: fe0a8c94dcf0c0a3405d32c0ee821b1d37931da543394e009b73fe04833dab6c0e9a15dba2efdaca5c15df8c82761cc0c9fbcd1a5c6353d10612e6b372f7f24c
|
7
|
+
data.tar.gz: d9a09f1bc340f39fd74c77c0a9d9c1944fa9f162e529444698666d4c3ac02269b04af4725c2d6967bf78e2cd982c0f0ac460a26624902c2b6a4ad3b3303d9d43
|
data/lib/aws-sdk-codepipeline.rb
CHANGED
@@ -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.
|
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.
|
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-
|
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
|