aws-sdk-cloudsearchdomain 1.43.0 → 1.44.0

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 8405bf6980ff46ddf5a89d7f584787331ed43784bdb50f0069db583a6fcc2167
4
- data.tar.gz: 167e433d2be33f8da25dbd6d798ac8197ebebe75c539e1df84b1520fbd987cef
3
+ metadata.gz: 292db6a2d695152525c1556b3fb7c1e872545bfbf05f0b026081ff334f239f2f
4
+ data.tar.gz: bb73f7803b3c1c2bcd8fe63cead2d4af7f8b7c3075fb7654cded79c78ef26439
5
5
  SHA512:
6
- metadata.gz: 16744e25551e85af3a5939bfb4b88965160f461e98c7c7c6216b2fe1f28bd14fdb914035a2bf21c116880c956cfe47d661e0080ca4c360df1cd162c8668f1a5f
7
- data.tar.gz: 86ff64c89efcc76a0ea2dfcd9ec1e0e14bcaa2ba5f1d4dcc1ea8f504f11ffbb37fce216c5a988fdcb510d05e49dd2628362982afdeec680a531fcc9f742c474d
6
+ metadata.gz: d58bf4866338071bd78006066fdf9b56707b50b4746cdd0dc587c008ba2127d374d8165c6ce8f75d93db0e318c9e2efd0438930f09e693612d63122a32fbbd72
7
+ data.tar.gz: 5c8a6033baac7565d243a7d7cb691899bce5be1a551477acef3dc7a6715214a9646bc57d77fc0391b2a4f08cfc1846119478141c7163a0dca21cbf58089530ad
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.44.0 (2024-06-24)
5
+ ------------------
6
+
7
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
8
+
4
9
  1.43.0 (2024-06-05)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.43.0
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.43.0'
968
+ context[:gem_version] = '1.44.0'
966
969
  Seahorse::Client::Request.new(handlers, context)
967
970
  end
968
971
 
@@ -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.43.0'
51
+ GEM_VERSION = '1.44.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.43.0
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-05 00:00:00.000000000 Z
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.197.0
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.197.0
32
+ version: 3.198.0
33
33
  - !ruby/object:Gem::Dependency
34
34
  name: aws-sigv4
35
35
  requirement: !ruby/object:Gem::Requirement