aws-sdk-eks 1.4.0 → 1.5.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: 3bf7392cb16c4cec742748874ba018552b6fc5cb
4
- data.tar.gz: 8c54e309368fad5f66a1c75334c462cc669feba2
3
+ metadata.gz: 8283fe540239b17b88a540b6e6f3e4dc7b1d89ef
4
+ data.tar.gz: 648e9d822bfc3dc7e40275c3cd74c6853e79dacd
5
5
  SHA512:
6
- metadata.gz: 55d4ba36acc80f75b37b28958ca3453b1808cf4ac801ace16f9edbca15887bf5a8a536b371360b91bd485f7ee57f64087ee553a6e3d51230dad314d7462e8c27
7
- data.tar.gz: 34520854feaf25ab525d215ab5715f100cc541ce430c3f0b2ec7557cb0544c705a723b055fc7c82f9d1662bca0e7b1109cf28fed8e8bef8595ce4a84410eff03
6
+ metadata.gz: f262b92b8b82409bc3dc6be02790111946a531d822c6312a7931d8d14c000c8d286ea7adacd3766cb6ea0d2949f53950cf4a551e0e36e4e24358fc04950b2b7e
7
+ data.tar.gz: 0cdefef2672d5d91feb9100ed586179dc7975513dfbafc43e9bf60665303819bb6d5d061b12050ed0a935f9fde266783c75037038182cdb77555be9396aaaf2a
@@ -42,6 +42,6 @@ require_relative 'aws-sdk-eks/customizations'
42
42
  # @service
43
43
  module Aws::EKS
44
44
 
45
- GEM_VERSION = '1.4.0'
45
+ GEM_VERSION = '1.5.0'
46
46
 
47
47
  end
@@ -96,19 +96,19 @@ module Aws::EKS
96
96
  #
97
97
  # @option options [String] :access_key_id
98
98
  #
99
- # @option options [] :client_side_monitoring (false)
99
+ # @option options [Boolean] :client_side_monitoring (false)
100
100
  # When `true`, client-side metrics will be collected for all API requests from
101
101
  # this client.
102
102
  #
103
- # @option options [] :client_side_monitoring_client_id ("")
103
+ # @option options [String] :client_side_monitoring_client_id ("")
104
104
  # Allows you to provide an identifier for this client which will be attached to
105
105
  # all generated client side metrics. Defaults to an empty string.
106
106
  #
107
- # @option options [] :client_side_monitoring_port (31000)
107
+ # @option options [Integer] :client_side_monitoring_port (31000)
108
108
  # Required for publishing client metrics. The port that the client side monitoring
109
109
  # agent is running on, where client metrics will be published via UDP.
110
110
  #
111
- # @option options [] :client_side_monitoring_publisher (Aws::ClientSideMonitoring::Publisher)
111
+ # @option options [Aws::ClientSideMonitoring::Publisher] :client_side_monitoring_publisher (Aws::ClientSideMonitoring::Publisher)
112
112
  # Allows you to provide a custom client-side monitoring publisher class. By default,
113
113
  # will use the Client Side Monitoring Agent Publisher.
114
114
  #
@@ -552,7 +552,7 @@ module Aws::EKS
552
552
  params: params,
553
553
  config: config)
554
554
  context[:gem_name] = 'aws-sdk-eks'
555
- context[:gem_version] = '1.4.0'
555
+ context[:gem_version] = '1.5.0'
556
556
  Seahorse::Client::Request.new(handlers, context)
557
557
  end
558
558
 
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.4.0
4
+ version: 1.5.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-09-06 00:00:00.000000000 Z
11
+ date: 2018-10-23 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: aws-sdk-core