aws-sdk-codebuild 1.15.0 → 1.16.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: 01515c82fb45fbf94c50a196a269e93adb5f7c98
4
- data.tar.gz: c22eec9e1f0f03faea722c68c7c7d2b42a02f4cf
3
+ metadata.gz: 0adaf91ff7f42dc93991f7479d093dba5cb9aa7a
4
+ data.tar.gz: 62865cb250ccc55dc631df03504d199c402bbfbd
5
5
  SHA512:
6
- metadata.gz: 59bbbb72df8448ea133a2afb2bed12ed11f452cd839be0667c0e3d60fac92496942d1078a9bc35f5b54eaf6775fcec838887312a8b0dfc1a56089acbfd6fdf47
7
- data.tar.gz: b7f2a732a8ab2dc51dc3a7094e5f03933119846b595d9e4f78ac4e638a9cdfab72d6f0b4507d845ad16b570152d0ba9b84aa4e0bfa7c989bc09e759a3fd7f205
6
+ metadata.gz: 52aec18a917c52cedec26c0cd85e2e18d388a0c228f26066f5cd598d91efbbc1df8226ca819ef5da01a21cd2749e5ad069db883a69ce02a7da233c08acf41c6d
7
+ data.tar.gz: 5add19baa262653204e2ecbec5d1b2ac72ef4c96418036af4c495abe147bb1b15954e849967333559f2323753201cd1db8825243c877e16ea10110af82482314
@@ -42,6 +42,6 @@ require_relative 'aws-sdk-codebuild/customizations'
42
42
  # @service
43
43
  module Aws::CodeBuild
44
44
 
45
- GEM_VERSION = '1.15.0'
45
+ GEM_VERSION = '1.16.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::CodeBuild
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::CodeBuild
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.
@@ -1918,7 +1938,7 @@ module Aws::CodeBuild
1918
1938
  params: params,
1919
1939
  config: config)
1920
1940
  context[:gem_name] = 'aws-sdk-codebuild'
1921
- context[:gem_version] = '1.15.0'
1941
+ context[:gem_version] = '1.16.0'
1922
1942
  Seahorse::Client::Request.new(handlers, context)
1923
1943
  end
1924
1944
 
@@ -475,12 +475,15 @@ module Aws::CodeBuild
475
475
  api.version = "2016-10-06"
476
476
 
477
477
  api.metadata = {
478
+ "apiVersion" => "2016-10-06",
478
479
  "endpointPrefix" => "codebuild",
479
480
  "jsonVersion" => "1.1",
480
481
  "protocol" => "json",
481
482
  "serviceFullName" => "AWS CodeBuild",
483
+ "serviceId" => "CodeBuild",
482
484
  "signatureVersion" => "v4",
483
485
  "targetPrefix" => "CodeBuild_20161006",
486
+ "uid" => "codebuild-2016-10-06",
484
487
  }
485
488
 
486
489
  api.add_operation(:batch_delete_builds, Seahorse::Model::Operation.new.tap do |o|
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aws-sdk-codebuild
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.15.0
4
+ version: 1.16.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-08-30 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