aws-sdk-marketplacecommerceanalytics 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: 83ae28de31c603dfe080de5e0dcf16dda3631b8a
4
- data.tar.gz: f0051e8704e341aed0dd94a249cb6032848afdee
3
+ metadata.gz: 447b7e7fab248d83b85d3e637b715120f033eb61
4
+ data.tar.gz: 4b701fba7c93af8f85e85c41ceebd18e5791c63d
5
5
  SHA512:
6
- metadata.gz: 3808689ad7c2d116db07636d01f7c0655e70d3ec8c9729b14facb18d16bb8a0dcc40c0cd7dcb893cd578f31352aebc6fd384950d84740077f4465606d46f6c32
7
- data.tar.gz: cb4ef727841d8150c67e5a4f264f5573d5a7fc8dcb2b85ac9e7963c2d0956467ee06f0864af8ac98ab83805a4d49b0c877ca0905c2c35f1ada5f5254fcda7b29
6
+ metadata.gz: d1d57d44ae2666ac32992594aa0b28ccad3e8dc4e0a218194acd2566dd0a45f3d67d6732d747c729a288dfcfffbb414d6efc531ed041023de6e2d8b1216fb92c
7
+ data.tar.gz: 1436a983d2dad4543c9d960a61437695a8b136ff0537a41842f98d71d469cd3c6cd7c05bc0a255f6ca4746b3d8e80afd09c132015bf8d1f9f949d9339660a22b
@@ -42,6 +42,6 @@ require_relative 'aws-sdk-marketplacecommerceanalytics/customizations'
42
42
  # @service
43
43
  module Aws::MarketplaceCommerceAnalytics
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::MarketplaceCommerceAnalytics
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::MarketplaceCommerceAnalytics
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.
@@ -455,7 +475,7 @@ module Aws::MarketplaceCommerceAnalytics
455
475
  params: params,
456
476
  config: config)
457
477
  context[:gem_name] = 'aws-sdk-marketplacecommerceanalytics'
458
- context[:gem_version] = '1.1.0'
478
+ context[:gem_version] = '1.2.0'
459
479
  Seahorse::Client::Request.new(handlers, context)
460
480
  end
461
481
 
@@ -64,6 +64,7 @@ module Aws::MarketplaceCommerceAnalytics
64
64
  api.version = "2015-07-01"
65
65
 
66
66
  api.metadata = {
67
+ "apiVersion" => "2015-07-01",
67
68
  "endpointPrefix" => "marketplacecommerceanalytics",
68
69
  "jsonVersion" => "1.1",
69
70
  "protocol" => "json",
@@ -71,6 +72,7 @@ module Aws::MarketplaceCommerceAnalytics
71
72
  "signatureVersion" => "v4",
72
73
  "signingName" => "marketplacecommerceanalytics",
73
74
  "targetPrefix" => "MarketplaceCommerceAnalytics20150701",
75
+ "uid" => "marketplacecommerceanalytics-2015-07-01",
74
76
  }
75
77
 
76
78
  api.add_operation(:generate_data_set, Seahorse::Model::Operation.new.tap do |o|
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aws-sdk-marketplacecommerceanalytics
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