aws-sdk-cloudsearchdomain 1.3.0 → 1.4.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: 48b9dac012884be99896ba86850ba223be6b5fea
4
- data.tar.gz: 7ffa51818a3aa03d63f0c869183d78417ff16e6e
3
+ metadata.gz: e002d35a15556d7d71bd7f46aaf5de533db29811
4
+ data.tar.gz: a18f28587c243ce6d96cee4758a63c0d5e1a79b4
5
5
  SHA512:
6
- metadata.gz: 23d0cf45588638312c33aa9912ca62dbc8446db00274a3efd05098b8bbce670623fc1dcda6477aafb614b484cf1dfee417b783332433d23874961da47ca24469
7
- data.tar.gz: 7b5c452b7af9694a1583fe27ec95fd7c52c2ad26053a8504bbff4255f69d6eeadcb15e985ea94f8f4883b92e80466c399b8816585087cde30059295d4995d87c
6
+ metadata.gz: 44b9dcf6dc267784b67beddedc29b3de05ce90c07da8deba5c59e96499ffdee37ea5f5ff50b8b83bd55b599ff8427caf3c6d668ef1a493022c26ba334b0ca96f
7
+ data.tar.gz: eecd94a533d1b18a9bfac9d93b15696476dd51b827c48c97c0a3b2956183587a4940255b8ab353ab695a9f2e27d001ceffa27d8d43520f01c4d16d00b8fd50ed
@@ -42,6 +42,6 @@ require_relative 'aws-sdk-cloudsearchdomain/customizations'
42
42
  # @service
43
43
  module Aws::CloudSearchDomain
44
44
 
45
- GEM_VERSION = '1.3.0'
45
+ GEM_VERSION = '1.4.0'
46
46
 
47
47
  end
@@ -86,19 +86,19 @@ module Aws::CloudSearchDomain
86
86
  #
87
87
  # @option options [String] :access_key_id
88
88
  #
89
- # @option options [] :client_side_monitoring (false)
89
+ # @option options [Boolean] :client_side_monitoring (false)
90
90
  # When `true`, client-side metrics will be collected for all API requests from
91
91
  # this client.
92
92
  #
93
- # @option options [] :client_side_monitoring_client_id ("")
93
+ # @option options [String] :client_side_monitoring_client_id ("")
94
94
  # Allows you to provide an identifier for this client which will be attached to
95
95
  # all generated client side metrics. Defaults to an empty string.
96
96
  #
97
- # @option options [] :client_side_monitoring_port (31000)
97
+ # @option options [Integer] :client_side_monitoring_port (31000)
98
98
  # Required for publishing client metrics. The port that the client side monitoring
99
99
  # agent is running on, where client metrics will be published via UDP.
100
100
  #
101
- # @option options [] :client_side_monitoring_publisher (Aws::ClientSideMonitoring::Publisher)
101
+ # @option options [Aws::ClientSideMonitoring::Publisher] :client_side_monitoring_publisher (Aws::ClientSideMonitoring::Publisher)
102
102
  # Allows you to provide a custom client-side monitoring publisher class. By default,
103
103
  # will use the Client Side Monitoring Agent Publisher.
104
104
  #
@@ -764,7 +764,7 @@ module Aws::CloudSearchDomain
764
764
  params: params,
765
765
  config: config)
766
766
  context[:gem_name] = 'aws-sdk-cloudsearchdomain'
767
- context[:gem_version] = '1.3.0'
767
+ context[:gem_version] = '1.4.0'
768
768
  Seahorse::Client::Request.new(handlers, context)
769
769
  end
770
770
 
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aws-sdk-cloudsearchdomain
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.3.0
4
+ version: 1.4.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