aws-sdk-cloudsearchdomain 1.43.0 → 1.44.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 +6 -3
- 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: 292db6a2d695152525c1556b3fb7c1e872545bfbf05f0b026081ff334f239f2f
|
|
4
|
+
data.tar.gz: bb73f7803b3c1c2bcd8fe63cead2d4af7f8b7c3075fb7654cded79c78ef26439
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: d58bf4866338071bd78006066fdf9b56707b50b4746cdd0dc587c008ba2127d374d8165c6ce8f75d93db0e318c9e2efd0438930f09e693612d63122a32fbbd72
|
|
7
|
+
data.tar.gz: 5c8a6033baac7565d243a7d7cb691899bce5be1a551477acef3dc7a6715214a9646bc57d77fc0391b2a4f08cfc1846119478141c7163a0dca21cbf58089530ad
|
data/CHANGELOG.md
CHANGED
data/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
1.
|
|
1
|
+
1.44.0
|
|
@@ -86,6 +86,11 @@ module Aws::CloudSearchDomain
|
|
|
86
86
|
|
|
87
87
|
# @overload initialize(options)
|
|
88
88
|
# @param [Hash] options
|
|
89
|
+
#
|
|
90
|
+
# @option options [Array<Seahorse::Client::Plugin>] :plugins ([]])
|
|
91
|
+
# A list of plugins to apply to the client. Each plugin is either a
|
|
92
|
+
# class name or an instance of a plugin class.
|
|
93
|
+
#
|
|
89
94
|
# @option options [required, Aws::CredentialProvider] :credentials
|
|
90
95
|
# Your AWS credentials. This can be an instance of any one of the
|
|
91
96
|
# following classes:
|
|
@@ -244,7 +249,6 @@ module Aws::CloudSearchDomain
|
|
|
244
249
|
# throttling. This is a provisional mode that may change behavior
|
|
245
250
|
# in the future.
|
|
246
251
|
#
|
|
247
|
-
#
|
|
248
252
|
# @option options [String] :sdk_ua_app_id
|
|
249
253
|
# A unique and opaque application ID that is appended to the
|
|
250
254
|
# User-Agent header as app/sdk_ua_app_id. It should have a
|
|
@@ -296,7 +300,6 @@ module Aws::CloudSearchDomain
|
|
|
296
300
|
# 'https://example.com'
|
|
297
301
|
# 'http://example.com:123'
|
|
298
302
|
#
|
|
299
|
-
#
|
|
300
303
|
# @option options [Float] :http_continue_timeout (1)
|
|
301
304
|
# The number of seconds to wait for a 100-continue response before sending the
|
|
302
305
|
# request body. This option has no effect unless the request has "Expect"
|
|
@@ -962,7 +965,7 @@ module Aws::CloudSearchDomain
|
|
|
962
965
|
params: params,
|
|
963
966
|
config: config)
|
|
964
967
|
context[:gem_name] = 'aws-sdk-cloudsearchdomain'
|
|
965
|
-
context[:gem_version] = '1.
|
|
968
|
+
context[:gem_version] = '1.44.0'
|
|
966
969
|
Seahorse::Client::Request.new(handlers, context)
|
|
967
970
|
end
|
|
968
971
|
|
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.44.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: 2024-06-
|
|
11
|
+
date: 2024-06-24 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.198.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.198.0
|
|
33
33
|
- !ruby/object:Gem::Dependency
|
|
34
34
|
name: aws-sigv4
|
|
35
35
|
requirement: !ruby/object:Gem::Requirement
|