aws-sdk-eks 1.2.0 → 1.3.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: 72f603777fe681dadc9ca3d9232c3262f6663525
4
- data.tar.gz: 8a405943bfa81bb3340f040387ee38d7d88e98f9
3
+ metadata.gz: 8d03787c5f3368625910c840d3a501cc9689d48c
4
+ data.tar.gz: 54e036c159e79e32b5ef425fda338357263b1dee
5
5
  SHA512:
6
- metadata.gz: 31c7a796f207c395057ac0d7bc4bc8ab378f68ab9ca5bed6fcdf1072e8b44fe7325287368fb6699b76e3925dee51712f160e2d70f1426d9ac6cc0fad3da04fef
7
- data.tar.gz: 69935846dfd16d3961b4af65bf33f210b4f2f2f4db0a0060fe9b1e3793e7682a86e26a479dab44448e9ac994f8f4eb1d3a420c8d950e001bb55340ee0928d613
6
+ metadata.gz: cf42d5a6c8400524ecfe2c1fb040dff36834e5f4c1d350413b1df33e6fc7a8a5c2c5183056fd44f2448c018817d324934e63da7d6be9466db584998669937512
7
+ data.tar.gz: 27d443975349b0dd659faf69115fb4a5fb0b233163ce708e7f8fb7643848b203ea8a690b83eaf300865bc515b999392f06cc9c4e8d5242296a3298c5aeb35df8
data/lib/aws-sdk-eks.rb CHANGED
@@ -42,6 +42,6 @@ require_relative 'aws-sdk-eks/customizations'
42
42
  # @service
43
43
  module Aws::EKS
44
44
 
45
- GEM_VERSION = '1.2.0'
45
+ GEM_VERSION = '1.3.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/rest_json.rb'
24
26
 
@@ -47,6 +49,8 @@ module Aws::EKS
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::RestJson)
52
56
 
@@ -92,6 +96,22 @@ module Aws::EKS
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.
@@ -532,7 +552,7 @@ module Aws::EKS
532
552
  params: params,
533
553
  config: config)
534
554
  context[:gem_name] = 'aws-sdk-eks'
535
- context[:gem_version] = '1.2.0'
555
+ context[:gem_version] = '1.3.0'
536
556
  Seahorse::Client::Request.new(handlers, context)
537
557
  end
538
558
 
@@ -102,12 +102,16 @@ module Aws::EKS
102
102
  api.version = "2017-11-01"
103
103
 
104
104
  api.metadata = {
105
+ "apiVersion" => "2017-11-01",
105
106
  "endpointPrefix" => "eks",
106
107
  "jsonVersion" => "1.1",
107
108
  "protocol" => "rest-json",
109
+ "serviceAbbreviation" => "Amazon EKS",
108
110
  "serviceFullName" => "Amazon Elastic Container Service for Kubernetes",
111
+ "serviceId" => "EKS",
109
112
  "signatureVersion" => "v4",
110
113
  "signingName" => "eks",
114
+ "uid" => "eks-2017-11-01",
111
115
  }
112
116
 
113
117
  api.add_operation(:create_cluster, Seahorse::Model::Operation.new.tap do |o|
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aws-sdk-eks
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.2.0
4
+ version: 1.3.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-31 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