aws-sdk-marketplacemetering 1.1.0 → 1.2.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: e6c847866a2760b232d3dd8d2a1f0f2f2c111287
4
- data.tar.gz: 0f14c53bfcd41d5297883a34a3720d0b44ae3b39
3
+ metadata.gz: b552b46db6f09dbb480e097fb49e8e5dcf1807f5
4
+ data.tar.gz: 67b87dd60c88324b1f352ac8782a067ba1ba35a2
5
5
  SHA512:
6
- metadata.gz: 6fe17ea2892f7b1aece4d61d73c187bd85ce8a686570c40e7565a25b56c8e6877834b3cf295f365397ea677d83d6adae0a7360c6415c4af95ca177920e027cec
7
- data.tar.gz: 4f06b77a21852dee10ca08abe878c1c68a3ec01d2493620b7ae88c8d81c67a6472cb2722abf342e511b0398b707aaba92286f5f63607abe3fadc7e90c883f14b
6
+ metadata.gz: 55fb61985c4564730f08c12e44a65847433817684c7aca21dacc46f520bb934c4f7d9ca3ff7d1e0431a175e9b499683b4a48f155b81c9c073316f82bc0a43b85
7
+ data.tar.gz: 61f7aeecd3f252f8fd7b3559f51fde4ba94f5e60e69f891a0c60f59ccc13435c14f581abed81a3df997ee8272a89e72106d6964df20262ea57d4533cd0455729
@@ -42,6 +42,6 @@ require_relative 'aws-sdk-marketplacemetering/customizations'
42
42
  # @service
43
43
  module Aws::MarketplaceMetering
44
44
 
45
- GEM_VERSION = '1.1.0'
45
+ GEM_VERSION = '1.2.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::MarketplaceMetering
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::MarketplaceMetering
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.
@@ -334,7 +354,7 @@ module Aws::MarketplaceMetering
334
354
  params: params,
335
355
  config: config)
336
356
  context[:gem_name] = 'aws-sdk-marketplacemetering'
337
- context[:gem_version] = '1.1.0'
357
+ context[:gem_version] = '1.2.0'
338
358
  Seahorse::Client::Request.new(handlers, context)
339
359
  end
340
360
 
@@ -89,6 +89,7 @@ module Aws::MarketplaceMetering
89
89
  api.version = "2016-01-14"
90
90
 
91
91
  api.metadata = {
92
+ "apiVersion" => "2016-01-14",
92
93
  "endpointPrefix" => "metering.marketplace",
93
94
  "jsonVersion" => "1.1",
94
95
  "protocol" => "json",
@@ -96,6 +97,7 @@ module Aws::MarketplaceMetering
96
97
  "signatureVersion" => "v4",
97
98
  "signingName" => "aws-marketplace",
98
99
  "targetPrefix" => "AWSMPMeteringService",
100
+ "uid" => "meteringmarketplace-2016-01-14",
99
101
  }
100
102
 
101
103
  api.add_operation(:batch_meter_usage, Seahorse::Model::Operation.new.tap do |o|
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aws-sdk-marketplacemetering
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.1.0
4
+ version: 1.2.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