aws-sdk-glue 1.14.0 → 1.15.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: ff9673e61915aac70bc3ce5a339c22744f835b36
4
- data.tar.gz: 0ba2e251526d9715bfaa4875deccb010a8e4ef82
3
+ metadata.gz: 1942ac0bf6e740cf3570aa364d7f3f5af9f5bb9d
4
+ data.tar.gz: 53137a7c219d93b5f0a8be9024635070c62532b7
5
5
  SHA512:
6
- metadata.gz: 56e516aeb587117ee5a7ab5bf3418f495ff946a0ba97af08e10ec2406affc7148ff42f9ac06cc4f6d11ee24d259dfcbf046f6e4fedcd7bd8c67df404ad2ccf4b
7
- data.tar.gz: b8a729af4f52304d924b3bb21bca2a446f0d9db4d49f87671a579d9919145b837ea2e97336e7882e0e36abbedf4af4824efa4d02082fa092c033cee141341a26
6
+ metadata.gz: 354b87fc900a21949e0efc599fec377f8b8e4963a9b3240ccf4905fcd0b356ac68d3d3a7fc1a35bfdfa6ee9599fb491f9a4bbf45d95abd61d24021f95a315534
7
+ data.tar.gz: 0a269baa4755c0641e60bd9dd1d65929e7d6653c657ca274d04d1e407a3dfbff8b622b82b4d9da0e061b5f94811eaf26a0755679fa129ae8070fa9b82c9ee4a2
data/lib/aws-sdk-glue.rb CHANGED
@@ -42,6 +42,6 @@ require_relative 'aws-sdk-glue/customizations'
42
42
  # @service
43
43
  module Aws::Glue
44
44
 
45
- GEM_VERSION = '1.14.0'
45
+ GEM_VERSION = '1.15.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::Glue
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::Glue
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.
@@ -4670,7 +4690,7 @@ module Aws::Glue
4670
4690
  params: params,
4671
4691
  config: config)
4672
4692
  context[:gem_name] = 'aws-sdk-glue'
4673
- context[:gem_version] = '1.14.0'
4693
+ context[:gem_version] = '1.15.0'
4674
4694
  Seahorse::Client::Request.new(handlers, context)
4675
4695
  end
4676
4696
 
@@ -1728,12 +1728,15 @@ module Aws::Glue
1728
1728
  api.version = "2017-03-31"
1729
1729
 
1730
1730
  api.metadata = {
1731
+ "apiVersion" => "2017-03-31",
1731
1732
  "endpointPrefix" => "glue",
1732
1733
  "jsonVersion" => "1.1",
1733
1734
  "protocol" => "json",
1734
1735
  "serviceFullName" => "AWS Glue",
1736
+ "serviceId" => "Glue",
1735
1737
  "signatureVersion" => "v4",
1736
1738
  "targetPrefix" => "AWSGlue",
1739
+ "uid" => "glue-2017-03-31",
1737
1740
  }
1738
1741
 
1739
1742
  api.add_operation(:batch_create_partition, Seahorse::Model::Operation.new.tap do |o|
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aws-sdk-glue
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.14.0
4
+ version: 1.15.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-29 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