aws-sdk-codecommit 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: 69086c091aaca936afd81dd72df233ed9b3849a8
4
- data.tar.gz: 1edd73ac49610f26e43e55ffdc43044babded774
3
+ metadata.gz: 5846e99728917c5224adc47f3db29cea6148374f
4
+ data.tar.gz: 7f551d28bc928e1f0526fd6eed38080ba49379d8
5
5
  SHA512:
6
- metadata.gz: 304e765660c99e8175fbd69d5b26d4e40c37e6e718f1759227b02eaec6bf664975959eb6c3fbe48fd3f72995eb0788acd46803f8459b10dca41364477e75e446
7
- data.tar.gz: 408cb91e1f3982fa920e4b00580b096a9351df72d928c2457d9f97fbd207e0a795482cc6294cd7e6b940017d1d5c58b572cdc18d61e47288302d3effa86c9871
6
+ metadata.gz: 74c98fff696721f6d8ecf9ee135acd5e302e115f81c16202bf54fab7da9c268c1b0dba5393292bd421d558422bf2ec2e19d54f146fc087e953b1f474c87f7617
7
+ data.tar.gz: f1bdd13c2b94c40acd82ebaf0a5cd083d696ead24731bb1ae93fd945bb7c5222f611060ec2e43e54a7c8d7996f51ac1b8f648b9917afa8b7c0adf2651b062ac3
@@ -42,6 +42,6 @@ require_relative 'aws-sdk-codecommit/customizations'
42
42
  # @service
43
43
  module Aws::CodeCommit
44
44
 
45
- GEM_VERSION = '1.8.0'
45
+ GEM_VERSION = '1.9.0'
46
46
 
47
47
  end
@@ -96,19 +96,19 @@ module Aws::CodeCommit
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
  #
@@ -2236,7 +2236,7 @@ module Aws::CodeCommit
2236
2236
  params: params,
2237
2237
  config: config)
2238
2238
  context[:gem_name] = 'aws-sdk-codecommit'
2239
- context[:gem_version] = '1.8.0'
2239
+ context[:gem_version] = '1.9.0'
2240
2240
  Seahorse::Client::Request.new(handlers, context)
2241
2241
  end
2242
2242
 
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aws-sdk-codecommit
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-27 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