aws-sdk-emr 1.5.0 → 1.6.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: 48db463f5aaef0e161ab622a09ad02a52c8ef81d
4
- data.tar.gz: 27fb9484f44be49d90bf2f3e12b934de093161a3
3
+ metadata.gz: fcee1d0a0f1246bdef4b9a8509309d8efec4a65c
4
+ data.tar.gz: f7f1f099b9ede408ab512e8b99e349dad223022c
5
5
  SHA512:
6
- metadata.gz: a125f676c96285f167c7edc06864edf1ed15422fa8f3d8f21d23d5a31b5bc870dc2699afb1ace01e5c668863eb03b093810fabde6b5c55b2a11c4318641435e8
7
- data.tar.gz: c2006c2da071d0c3c6388a62723df1807817177dd5eeacee703322a750735b6dae49bddff827e011ecd94abb62df003275c2dee4ec6e97943e99522444ed0d44
6
+ metadata.gz: 27163ec2f1aa6944d57ec4a349d10ba32752a8d496ca70629074d4c182a4422d69835450c78b1a89767a2b4ae4c579744cc0db4757232cc28cf3f96ee8dab4c1
7
+ data.tar.gz: af5a14cd5de30b9f78797b144e9441cff2b8e3ad0ac3d3c0f93860bf088e469197fe73fe3db533bfd806a38d687fac89b5b9032e57471bd3caf05bcd2c838520
@@ -43,6 +43,6 @@ require_relative 'aws-sdk-emr/customizations'
43
43
  # @service
44
44
  module Aws::EMR
45
45
 
46
- GEM_VERSION = '1.5.0'
46
+ GEM_VERSION = '1.6.0'
47
47
 
48
48
  end
@@ -96,19 +96,19 @@ module Aws::EMR
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
  #
@@ -2190,7 +2190,7 @@ module Aws::EMR
2190
2190
  params: params,
2191
2191
  config: config)
2192
2192
  context[:gem_name] = 'aws-sdk-emr'
2193
- context[:gem_version] = '1.5.0'
2193
+ context[:gem_version] = '1.6.0'
2194
2194
  Seahorse::Client::Request.new(handlers, context)
2195
2195
  end
2196
2196
 
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aws-sdk-emr
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.5.0
4
+ version: 1.6.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