aws-sdk-elasticsearchservice 1.12.0 → 1.13.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: cb5baddf564dde7b2c71aba6dcc8af667ceb4056
4
- data.tar.gz: a1589f3891632d7206a2cb21bcfa9ac80da31d91
3
+ metadata.gz: a77983dbafc0ee25d7e86aa6c910c6647743f5a5
4
+ data.tar.gz: 2c67443c359122f60324786f4199b5c0ebb4d7d0
5
5
  SHA512:
6
- metadata.gz: ff1f87920243f41c17e03075a18ec3a8e6c52965dfb73e338cf135526a7e6cd5b0d241f33cce398888217bbe92ccfb7413050c51bc826552bc5fcb112476deaf
7
- data.tar.gz: 560e4f12a545f927e45b15a10b77593ed314d6a68b29e2c735b760e16902a4aaa6657a81eca660f48c33198d65aec1bddd6d8422e93d6953de80e347730d17c2
6
+ metadata.gz: e9058bdbc0df6cb544584e9931199297c0c1536b74fff3c9651c8a00543668824130cd234546712fc8f66bc3d9d908074131aefc27c73cd09aef320bb526c3eb
7
+ data.tar.gz: 2fe8e2ee75c568ae63437ecc80ba0fb78447e65c7f7149827fc6643d3b0b544824b2f45be2ee3c3b3dcfac7042191d8c9411d235f15b1ddb280024c3189c7764
@@ -42,6 +42,6 @@ require_relative 'aws-sdk-elasticsearchservice/customizations'
42
42
  # @service
43
43
  module Aws::ElasticsearchService
44
44
 
45
- GEM_VERSION = '1.12.0'
45
+ GEM_VERSION = '1.13.0'
46
46
 
47
47
  end
@@ -96,19 +96,19 @@ module Aws::ElasticsearchService
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
  #
@@ -1560,7 +1560,7 @@ module Aws::ElasticsearchService
1560
1560
  params: params,
1561
1561
  config: config)
1562
1562
  context[:gem_name] = 'aws-sdk-elasticsearchservice'
1563
- context[:gem_version] = '1.12.0'
1563
+ context[:gem_version] = '1.13.0'
1564
1564
  Seahorse::Client::Request.new(handlers, context)
1565
1565
  end
1566
1566
 
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aws-sdk-elasticsearchservice
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.12.0
4
+ version: 1.13.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-10-10 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