aws-sdk-cloudsearchdomain 1.36.0 → 1.37.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 +4 -4
- data/CHANGELOG.md +5 -0
- data/VERSION +1 -1
- data/lib/aws-sdk-cloudsearchdomain/client.rb +12 -1
- data/lib/aws-sdk-cloudsearchdomain.rb +1 -1
- metadata +4 -4
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 949271cd7b116d8851ed8a5d666a9a67a759ce1184bfe9f79e61d1de43e5558a
|
|
4
|
+
data.tar.gz: d3354fd89ca398310ebc73065a2188448bed73cede200c2dc11d611a49fe4f5a
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 3b89505f6f15e02382ac08cc0631e35d987a88b966ee40fe537433a002be8d2f45a8f3694861db171f17c791e628bd3ee57e4dbd2b952c561151fdf7d5eeb3c3
|
|
7
|
+
data.tar.gz: 509b166f63452e3ef561be0997a324a339634fe56cbb34a4c6777ef8353c457bd7f864669a95679d956dd4f46307ce524e070aad999bddce536012f326479ebb
|
data/CHANGELOG.md
CHANGED
data/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
1.
|
|
1
|
+
1.37.0
|
|
@@ -25,6 +25,7 @@ require 'aws-sdk-core/plugins/client_metrics_send_plugin.rb'
|
|
|
25
25
|
require 'aws-sdk-core/plugins/transfer_encoding.rb'
|
|
26
26
|
require 'aws-sdk-core/plugins/http_checksum.rb'
|
|
27
27
|
require 'aws-sdk-core/plugins/checksum_algorithm.rb'
|
|
28
|
+
require 'aws-sdk-core/plugins/request_compression.rb'
|
|
28
29
|
require 'aws-sdk-core/plugins/defaults_mode.rb'
|
|
29
30
|
require 'aws-sdk-core/plugins/recursion_detection.rb'
|
|
30
31
|
require 'aws-sdk-core/plugins/signature_v4.rb'
|
|
@@ -73,6 +74,7 @@ module Aws::CloudSearchDomain
|
|
|
73
74
|
add_plugin(Aws::Plugins::TransferEncoding)
|
|
74
75
|
add_plugin(Aws::Plugins::HttpChecksum)
|
|
75
76
|
add_plugin(Aws::Plugins::ChecksumAlgorithm)
|
|
77
|
+
add_plugin(Aws::Plugins::RequestCompression)
|
|
76
78
|
add_plugin(Aws::Plugins::DefaultsMode)
|
|
77
79
|
add_plugin(Aws::Plugins::RecursionDetection)
|
|
78
80
|
add_plugin(Aws::Plugins::SignatureV4)
|
|
@@ -167,6 +169,10 @@ module Aws::CloudSearchDomain
|
|
|
167
169
|
# See {Aws::DefaultsModeConfiguration} for a list of the
|
|
168
170
|
# accepted modes and the configuration defaults that are included.
|
|
169
171
|
#
|
|
172
|
+
# @option options [Boolean] :disable_request_compression (false)
|
|
173
|
+
# When set to 'true' the request body will not be compressed
|
|
174
|
+
# for supported operations.
|
|
175
|
+
#
|
|
170
176
|
# @option options [Aws::Log::Formatter] :log_formatter (Aws::Log::Formatter.default)
|
|
171
177
|
# The log formatter.
|
|
172
178
|
#
|
|
@@ -187,6 +193,11 @@ module Aws::CloudSearchDomain
|
|
|
187
193
|
# Used when loading credentials from the shared credentials file
|
|
188
194
|
# at HOME/.aws/credentials. When not specified, 'default' is used.
|
|
189
195
|
#
|
|
196
|
+
# @option options [Integer] :request_min_compression_size_bytes (10240)
|
|
197
|
+
# The minimum size in bytes that triggers compression for request
|
|
198
|
+
# bodies. The value must be non-negative integer value between 0
|
|
199
|
+
# and 10485780 bytes inclusive.
|
|
200
|
+
#
|
|
190
201
|
# @option options [Proc] :retry_backoff
|
|
191
202
|
# A proc or lambda used for backoff. Defaults to 2**retries * retry_base_delay.
|
|
192
203
|
# This option is only used in the `legacy` retry mode.
|
|
@@ -921,7 +932,7 @@ module Aws::CloudSearchDomain
|
|
|
921
932
|
params: params,
|
|
922
933
|
config: config)
|
|
923
934
|
context[:gem_name] = 'aws-sdk-cloudsearchdomain'
|
|
924
|
-
context[:gem_version] = '1.
|
|
935
|
+
context[:gem_version] = '1.37.0'
|
|
925
936
|
Seahorse::Client::Request.new(handlers, context)
|
|
926
937
|
end
|
|
927
938
|
|
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.37.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: 2023-06
|
|
11
|
+
date: 2023-07-06 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: aws-sdk-core
|
|
@@ -19,7 +19,7 @@ dependencies:
|
|
|
19
19
|
version: '3'
|
|
20
20
|
- - ">="
|
|
21
21
|
- !ruby/object:Gem::Version
|
|
22
|
-
version: 3.
|
|
22
|
+
version: 3.177.0
|
|
23
23
|
type: :runtime
|
|
24
24
|
prerelease: false
|
|
25
25
|
version_requirements: !ruby/object:Gem::Requirement
|
|
@@ -29,7 +29,7 @@ dependencies:
|
|
|
29
29
|
version: '3'
|
|
30
30
|
- - ">="
|
|
31
31
|
- !ruby/object:Gem::Version
|
|
32
|
-
version: 3.
|
|
32
|
+
version: 3.177.0
|
|
33
33
|
- !ruby/object:Gem::Dependency
|
|
34
34
|
name: aws-sigv4
|
|
35
35
|
requirement: !ruby/object:Gem::Requirement
|