aws-sdk-cloudsearchdomain 1.3.0 → 1.4.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/lib/aws-sdk-cloudsearchdomain.rb +1 -1
- data/lib/aws-sdk-cloudsearchdomain/client.rb +5 -5
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: e002d35a15556d7d71bd7f46aaf5de533db29811
|
4
|
+
data.tar.gz: a18f28587c243ce6d96cee4758a63c0d5e1a79b4
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 44b9dcf6dc267784b67beddedc29b3de05ce90c07da8deba5c59e96499ffdee37ea5f5ff50b8b83bd55b599ff8427caf3c6d668ef1a493022c26ba334b0ca96f
|
7
|
+
data.tar.gz: eecd94a533d1b18a9bfac9d93b15696476dd51b827c48c97c0a3b2956183587a4940255b8ab353ab695a9f2e27d001ceffa27d8d43520f01c4d16d00b8fd50ed
|
@@ -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.
|
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.
|
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-
|
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
|