aws-sdk-athena 1.1.0 → 1.2.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: 139f1c933f62b149f319ffa2381a0ecb7142bc32
4
- data.tar.gz: e5945d6e6e5460d0a7494503b745bcda92db2c69
3
+ metadata.gz: 9011203f4606940eb9b634bb8ecd973ec2d866f7
4
+ data.tar.gz: e46eda3efbb9168c650205bf25a6b148316fbec7
5
5
  SHA512:
6
- metadata.gz: bda479910be71843bf8d3f3317857546de695006469976672f46a6eee5d9a749e6f1396134ee25262a91c1af2cc51c7d8234dc5a1344091236d8885d910785a6
7
- data.tar.gz: b20f4d9b9f0845566bc49fd0e6555a72353877d2402571e062a65d283dca4238490cc7d13a38588977fda210a5f67606e9df5929934231f3da714ef446770224
6
+ metadata.gz: 10437c624242b10c4a6bf19eb6c4dca707c17b7b00856997cb618f6e151a7a06a233c529f64f0c590a957b570f492b25464e609c8a3dc5a6427093622aba9f63
7
+ data.tar.gz: 4b54b3659af83c2137e940b49b3f36704583ca3c8a14f0cb37ccc075297791520ac0df6b1af480c2903e26c250828c86d92291dce78dd2c1648739c3036c93a9
@@ -42,6 +42,6 @@ require_relative 'aws-sdk-athena/customizations'
42
42
  # @service
43
43
  module Aws::Athena
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::Athena
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::Athena
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.
@@ -683,7 +703,7 @@ module Aws::Athena
683
703
  params: params,
684
704
  config: config)
685
705
  context[:gem_name] = 'aws-sdk-athena'
686
- context[:gem_version] = '1.1.0'
706
+ context[:gem_version] = '1.2.0'
687
707
  Seahorse::Client::Request.new(handlers, context)
688
708
  end
689
709
 
@@ -259,12 +259,14 @@ module Aws::Athena
259
259
  api.version = "2017-05-18"
260
260
 
261
261
  api.metadata = {
262
+ "apiVersion" => "2017-05-18",
262
263
  "endpointPrefix" => "athena",
263
264
  "jsonVersion" => "1.1",
264
265
  "protocol" => "json",
265
266
  "serviceFullName" => "Amazon Athena",
266
267
  "signatureVersion" => "v4",
267
268
  "targetPrefix" => "AmazonAthena",
269
+ "uid" => "athena-2017-05-18",
268
270
  }
269
271
 
270
272
  api.add_operation(:batch_get_named_query, Seahorse::Model::Operation.new.tap do |o|
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aws-sdk-athena
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