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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 856ed03939251b71273c96d8fc3c24a8bc0b70e6e0611400be6e34ec6ed275f7
4
- data.tar.gz: 03c21b9f56b6900358023d8bfcff47d90da8301a84e9f896d648a66d56d63e45
3
+ metadata.gz: 949271cd7b116d8851ed8a5d666a9a67a759ce1184bfe9f79e61d1de43e5558a
4
+ data.tar.gz: d3354fd89ca398310ebc73065a2188448bed73cede200c2dc11d611a49fe4f5a
5
5
  SHA512:
6
- metadata.gz: b3c9271e0e42a46ef7fd74d3498865473c35bf42d134aaeaa1f7a3f447ddb4a51e881cc77b6046af98ee89156f31617bd369e1543aaf933d1b7991b002e87db2
7
- data.tar.gz: 9caf68bf5433d6afe1ffd9905ae57ad1ff308811fd348da13614f2a2a08461df7e8ed59ccbf81484107027322f1b1895040d84836eae3841cecfd6d19337349f
6
+ metadata.gz: 3b89505f6f15e02382ac08cc0631e35d987a88b966ee40fe537433a002be8d2f45a8f3694861db171f17c791e628bd3ee57e4dbd2b952c561151fdf7d5eeb3c3
7
+ data.tar.gz: 509b166f63452e3ef561be0997a324a339634fe56cbb34a4c6777ef8353c457bd7f864669a95679d956dd4f46307ce524e070aad999bddce536012f326479ebb
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.37.0 (2023-07-06)
5
+ ------------------
6
+
7
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
8
+
4
9
  1.36.0 (2023-06-28)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.36.0
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.36.0'
935
+ context[:gem_version] = '1.37.0'
925
936
  Seahorse::Client::Request.new(handlers, context)
926
937
  end
927
938
 
@@ -48,6 +48,6 @@ require_relative 'aws-sdk-cloudsearchdomain/customizations'
48
48
  # @!group service
49
49
  module Aws::CloudSearchDomain
50
50
 
51
- GEM_VERSION = '1.36.0'
51
+ GEM_VERSION = '1.37.0'
52
52
 
53
53
  end
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.36.0
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-28 00:00:00.000000000 Z
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.176.0
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.176.0
32
+ version: 3.177.0
33
33
  - !ruby/object:Gem::Dependency
34
34
  name: aws-sigv4
35
35
  requirement: !ruby/object:Gem::Requirement