aws-sdk-codecommit 1.4.0 → 1.5.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: c7b010a5b1f353d0e5863344d30ebbb8b80df996
4
- data.tar.gz: 62a88e99928efe1f1cff15b413728ef027bb191e
3
+ metadata.gz: 34a6e22a1b1f85b4ced9a1f3c86563d172b169bd
4
+ data.tar.gz: 66b90b1e29e5ec1bf8b276254e82eb7f002e8f69
5
5
  SHA512:
6
- metadata.gz: b899cb4414cfff19da02c5974f1cef39a46a3ded3229cc617b01225e4806d89ae0e714ddc32a5266500d6e26d592fd214ce76e229d151d4e76c61350267d8a32
7
- data.tar.gz: 48d6bcbd86989f79fbca9ee031880b36dc5a24a2391518fb661786985db6c6e160d061c5018f865d1553206effdc92acda0f0cf08c9f252080e8ad6a09e1e314
6
+ metadata.gz: 629cc7b38be42f75408fabc06e9117cf280d05e9689199ba7513f58b3c827c0069a47c643eb9f242b962ec09712a9de59a98a7bce2addadaf52004969498b901
7
+ data.tar.gz: 5633242ceabbfa00ea06b43ec9c037fda377a9ce64047ce2f4f1228bee9c991a6ca2ad2faa577084434294d7586536af8a6c517677fa255d57f745e59c909f08
@@ -42,6 +42,6 @@ require_relative 'aws-sdk-codecommit/customizations'
42
42
  # @service
43
43
  module Aws::CodeCommit
44
44
 
45
- GEM_VERSION = '1.4.0'
45
+ GEM_VERSION = '1.5.0'
46
46
 
47
47
  end
@@ -19,6 +19,8 @@ require 'aws-sdk-core/plugins/response_paging.rb'
19
19
  require 'aws-sdk-core/plugins/stub_responses.rb'
20
20
  require 'aws-sdk-core/plugins/idempotency_token.rb'
21
21
  require 'aws-sdk-core/plugins/jsonvalue_converter.rb'
22
+ require 'aws-sdk-core/plugins/client_metrics_plugin.rb'
23
+ require 'aws-sdk-core/plugins/client_metrics_send_plugin.rb'
22
24
  require 'aws-sdk-core/plugins/signature_v4.rb'
23
25
  require 'aws-sdk-core/plugins/protocols/json_rpc.rb'
24
26
 
@@ -47,6 +49,8 @@ module Aws::CodeCommit
47
49
  add_plugin(Aws::Plugins::StubResponses)
48
50
  add_plugin(Aws::Plugins::IdempotencyToken)
49
51
  add_plugin(Aws::Plugins::JsonvalueConverter)
52
+ add_plugin(Aws::Plugins::ClientMetricsPlugin)
53
+ add_plugin(Aws::Plugins::ClientMetricsSendPlugin)
50
54
  add_plugin(Aws::Plugins::SignatureV4)
51
55
  add_plugin(Aws::Plugins::Protocols::JsonRpc)
52
56
 
@@ -92,6 +96,22 @@ module Aws::CodeCommit
92
96
  #
93
97
  # @option options [String] :access_key_id
94
98
  #
99
+ # @option options [] :client_side_monitoring (false)
100
+ # When `true`, client-side metrics will be collected for all API requests from
101
+ # this client.
102
+ #
103
+ # @option options [] :client_side_monitoring_client_id ("")
104
+ # Allows you to provide an identifier for this client which will be attached to
105
+ # all generated client side metrics. Defaults to an empty string.
106
+ #
107
+ # @option options [] :client_side_monitoring_port (31000)
108
+ # Required for publishing client metrics. The port that the client side monitoring
109
+ # agent is running on, where client metrics will be published via UDP.
110
+ #
111
+ # @option options [] :client_side_monitoring_publisher (#<Aws::ClientSideMonitoring::Publisher:0x00007f20e3c7b9f0 @agent_port=nil, @mutex=#<Thread::Mutex:0x00007f20e3c7b9a0>>)
112
+ # Allows you to provide a custom client-side monitoring publisher class. By default,
113
+ # will use the Client Side Monitoring Agent Publisher.
114
+ #
95
115
  # @option options [Boolean] :convert_params (true)
96
116
  # When `true`, an attempt is made to coerce request parameters into
97
117
  # the required types.
@@ -1995,7 +2015,7 @@ module Aws::CodeCommit
1995
2015
  params: params,
1996
2016
  config: config)
1997
2017
  context[:gem_name] = 'aws-sdk-codecommit'
1998
- context[:gem_version] = '1.4.0'
2018
+ context[:gem_version] = '1.5.0'
1999
2019
  Seahorse::Client::Request.new(handlers, context)
2000
2020
  end
2001
2021
 
@@ -763,12 +763,16 @@ module Aws::CodeCommit
763
763
  api.version = "2015-04-13"
764
764
 
765
765
  api.metadata = {
766
+ "apiVersion" => "2015-04-13",
766
767
  "endpointPrefix" => "codecommit",
767
768
  "jsonVersion" => "1.1",
768
769
  "protocol" => "json",
770
+ "serviceAbbreviation" => "CodeCommit",
769
771
  "serviceFullName" => "AWS CodeCommit",
772
+ "serviceId" => "CodeCommit",
770
773
  "signatureVersion" => "v4",
771
774
  "targetPrefix" => "CodeCommit_20150413",
775
+ "uid" => "codecommit-2015-04-13",
772
776
  }
773
777
 
774
778
  api.add_operation(:batch_get_repositories, Seahorse::Model::Operation.new.tap do |o|
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.4.0
4
+ version: 1.5.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-06-26 00:00:00.000000000 Z
11
+ date: 2018-09-05 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: aws-sdk-core