aws-sdk-marketplaceentitlementservice 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: afddc4ac3199a71ba5d26e7af83823879065565a
4
- data.tar.gz: 879613ed252ce0eb499dcbfe3a56391c02627a0a
3
+ metadata.gz: 46b6b9c88d853218c96378d96023fd1b24d11d96
4
+ data.tar.gz: 8ae8a9addc477a7ac2f01b8b52b80bd2471d5931
5
5
  SHA512:
6
- metadata.gz: '0009a7f69d2b66abe3ea80e97536fbdc6a1b851ef88a71f33950e2e21e3ebfd63846460b25f2b27df9f00fd873230018aa7a3f1ab38ee5b394db1549b6ef98c8'
7
- data.tar.gz: 36e09f13db2d1e541f0263a5340eec6596ffc95c572d4dc04feaca23e73da917b0198e93ff0e0e7e40ffed384a0cc1c626d3e8d4574b840348f3db1e62c2a7fe
6
+ metadata.gz: a171d641c9fd6a5266ea262cc049aa775ec3dff9478d7ac06627e55584434a70db36d05a1b8a2923361b5bd063623fba634ee68f89bc58f4862e95eada05a8e8
7
+ data.tar.gz: aa3e9ebb8ced10ce5be2a709b4768c558062525736c83dceb6968079b1974a2c11a7ea4edb2b0807c2f0da03f649b26cb39a648b00c6de17d05d4d6be98279f4
@@ -42,6 +42,6 @@ require_relative 'aws-sdk-marketplaceentitlementservice/customizations'
42
42
  # @service
43
43
  module Aws::MarketplaceEntitlementService
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::MarketplaceEntitlementService
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::MarketplaceEntitlementService
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.
@@ -241,7 +261,7 @@ module Aws::MarketplaceEntitlementService
241
261
  params: params,
242
262
  config: config)
243
263
  context[:gem_name] = 'aws-sdk-marketplaceentitlementservice'
244
- context[:gem_version] = '1.1.0'
264
+ context[:gem_version] = '1.2.0'
245
265
  Seahorse::Client::Request.new(handlers, context)
246
266
  end
247
267
 
@@ -69,6 +69,7 @@ module Aws::MarketplaceEntitlementService
69
69
  api.version = "2017-01-11"
70
70
 
71
71
  api.metadata = {
72
+ "apiVersion" => "2017-01-11",
72
73
  "endpointPrefix" => "entitlement.marketplace",
73
74
  "jsonVersion" => "1.1",
74
75
  "protocol" => "json",
@@ -76,6 +77,7 @@ module Aws::MarketplaceEntitlementService
76
77
  "signatureVersion" => "v4",
77
78
  "signingName" => "aws-marketplace",
78
79
  "targetPrefix" => "AWSMPEntitlementService",
80
+ "uid" => "entitlement.marketplace-2017-01-11",
79
81
  }
80
82
 
81
83
  api.add_operation(:get_entitlements, Seahorse::Model::Operation.new.tap do |o|
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aws-sdk-marketplaceentitlementservice
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