aws-sdk-health 1.3.0 → 1.4.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: 4ecface0c833021788b57b71004ca9a286f2ade6
4
- data.tar.gz: b7b0d88e06247db5233da586072029f443b8a458
3
+ metadata.gz: ff2f0feb7d3c07a741cea4bfc989b23991b056c1
4
+ data.tar.gz: 5f06d9a3c337ca9d06db0cf4a99cc0c5cadc05ed
5
5
  SHA512:
6
- metadata.gz: abab4072708a8d9e38f6ddaa8fe4f36f8e04c5dda723ad855107378c7f4e322d479d4041036a2939f34364c0b5bf083cd041f1c4262f3f71d3fda83a7e9f8381
7
- data.tar.gz: 1946a0e2f1b8e1016bbcbfbace4c66b2b4f1088ff617e2218e00f6ac089436da510af75166084296972b54dc2ad782603c51e0e30e59479f1e5f081c05db1b2c
6
+ metadata.gz: fba012a615f8c755d8e91e649667fde6c7e0b0f8084ed5ebe45ee6421cb7f92393ed56ca94c0b948b13f044dbc6495e3164b1fc5bfaea86228af469f2fbfe400
7
+ data.tar.gz: 7c63d179ba2aafce05dc9b8c4868aead95234f97ae513e121efe3401c3eda365fbc4a3b4e594e8554122b166851385db899d99ee897758205138395464dec2bc
@@ -42,6 +42,6 @@ require_relative 'aws-sdk-health/customizations'
42
42
  # @service
43
43
  module Aws::Health
44
44
 
45
- GEM_VERSION = '1.3.0'
45
+ GEM_VERSION = '1.4.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::Health
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::Health
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.
@@ -594,7 +614,7 @@ module Aws::Health
594
614
  params: params,
595
615
  config: config)
596
616
  context[:gem_name] = 'aws-sdk-health'
597
- context[:gem_version] = '1.3.0'
617
+ context[:gem_version] = '1.4.0'
598
618
  Seahorse::Client::Request.new(handlers, context)
599
619
  end
600
620
 
@@ -277,12 +277,16 @@ module Aws::Health
277
277
  api.version = "2016-08-04"
278
278
 
279
279
  api.metadata = {
280
+ "apiVersion" => "2016-08-04",
280
281
  "endpointPrefix" => "health",
281
282
  "jsonVersion" => "1.1",
282
283
  "protocol" => "json",
284
+ "serviceAbbreviation" => "AWSHealth",
283
285
  "serviceFullName" => "AWS Health APIs and Notifications",
286
+ "serviceId" => "Health",
284
287
  "signatureVersion" => "v4",
285
288
  "targetPrefix" => "AWSHealth_20160804",
289
+ "uid" => "health-2016-08-04",
286
290
  }
287
291
 
288
292
  api.add_operation(:describe_affected_entities, Seahorse::Model::Operation.new.tap do |o|
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aws-sdk-health
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.3.0
4
+ version: 1.4.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-07 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