aws-sdk-cloudsearchdomain 1.33.0 → 1.34.1

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: 4b5ba296b5bf539f10bb75cd112ef1104ffc74b98cad5b738c011435917eb6cf
4
- data.tar.gz: 7371ff0132a114fa7f696a9d42f58f166fef73462a93ca71345ea8134c16ac49
3
+ metadata.gz: 0e4543bf370a14e33f5e7fbd73534da5937a81005e95d923f363a39fc65b9046
4
+ data.tar.gz: 2fdef84a51331459e426a19cad4a068aae99d3fb12bae8cf4c1de16520d4e2a2
5
5
  SHA512:
6
- metadata.gz: e0f1d35ea7b04ce6bb0701682ea2e812475917d3641b6bcf5540e68db04aca68c51738dc9e2ef9d583c7dec08cbbdfd6b9ab7ef9d262e84d5c3fc9e16f6e1fdf
7
- data.tar.gz: 894e65476b514f545ed0795a26efebdc41cb7d12d0fec66b82525d2040f2c774379149b259274a498ffc9b9f0fae8fc4000c7aa5ab11ba0fcfeb8421ac34f4fe
6
+ metadata.gz: faa6301c29f7d14db2472a700642951f10ec17f0efde9f6035e4a21e4503c7dcc336029932d7d5e3c87a2313837c7caa9becdee2a0acd721ca22e864abae24b3
7
+ data.tar.gz: f3d0e34680212a816079e0ad0201566fa114c66436b77dcc891db65673b31b8bfe292b5313a7a130dd687a6e99d277ba845b1ba8d7dc796527ddc6ffdfd26e11
data/CHANGELOG.md CHANGED
@@ -1,6 +1,16 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.34.1 (2023-01-18)
5
+ ------------------
6
+
7
+ * Issue - Replace runtime endpoint resolution approach with generated ruby code.
8
+
9
+ 1.34.0 (2022-10-25)
10
+ ------------------
11
+
12
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
13
+
4
14
  1.33.0 (2022-02-24)
5
15
  ------------------
6
16
 
@@ -238,4 +248,4 @@ Unreleased Changes
238
248
  1.0.0.rc1 (2016-12-05)
239
249
  ------------------
240
250
 
241
- * Feature - Initial preview release of the `aws-sdk-cloudsearchdomain` gem.
251
+ * Feature - Initial preview release of the `aws-sdk-cloudsearchdomain` gem.
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.33.0
1
+ 1.34.1
@@ -249,6 +249,19 @@ module Aws::CloudSearchDomain
249
249
  # ** Please note ** When response stubbing is enabled, no HTTP
250
250
  # requests are made, and retries are disabled.
251
251
  #
252
+ # @option options [Aws::TokenProvider] :token_provider
253
+ # A Bearer Token Provider. This can be an instance of any one of the
254
+ # following classes:
255
+ #
256
+ # * `Aws::StaticTokenProvider` - Used for configuring static, non-refreshing
257
+ # tokens.
258
+ #
259
+ # * `Aws::SSOTokenProvider` - Used for loading tokens from AWS SSO using an
260
+ # access token generated from `aws login`.
261
+ #
262
+ # When `:token_provider` is not configured directly, the `Aws::TokenProviderChain`
263
+ # will be used to search for tokens configured for your profile in shared configuration files.
264
+ #
252
265
  # @option options [Boolean] :validate_params (true)
253
266
  # When `true`, request parameters are validated before
254
267
  # sending the request.
@@ -903,7 +916,7 @@ module Aws::CloudSearchDomain
903
916
  params: params,
904
917
  config: config)
905
918
  context[:gem_name] = 'aws-sdk-cloudsearchdomain'
906
- context[:gem_version] = '1.33.0'
919
+ context[:gem_version] = '1.34.1'
907
920
  Seahorse::Client::Request.new(handlers, context)
908
921
  end
909
922
 
@@ -229,26 +229,6 @@ module Aws::CloudSearchDomain
229
229
 
230
230
  # Container for the parameters to the `Search` request.
231
231
  #
232
- # @note When making an API call, you may pass SearchRequest
233
- # data as a hash:
234
- #
235
- # {
236
- # cursor: "Cursor",
237
- # expr: "Expr",
238
- # facet: "Facet",
239
- # filter_query: "FilterQuery",
240
- # highlight: "Highlight",
241
- # partial: false,
242
- # query: "Query", # required
243
- # query_options: "QueryOptions",
244
- # query_parser: "simple", # accepts simple, structured, lucene, dismax
245
- # return: "Return",
246
- # size: 1,
247
- # sort: "Sort",
248
- # start: 1,
249
- # stats: "Stat",
250
- # }
251
- #
252
232
  # @!attribute [rw] cursor
253
233
  # Retrieves a cursor value you can use to page through large result
254
234
  # sets. Use the `size` parameter to control the number of hits to
@@ -721,15 +701,6 @@ module Aws::CloudSearchDomain
721
701
 
722
702
  # Container for the parameters to the `Suggest` request.
723
703
  #
724
- # @note When making an API call, you may pass SuggestRequest
725
- # data as a hash:
726
- #
727
- # {
728
- # query: "Query", # required
729
- # suggester: "Suggester", # required
730
- # size: 1,
731
- # }
732
- #
733
704
  # @!attribute [rw] query
734
705
  # Specifies the string for which you want to get suggestions.
735
706
  # @return [String]
@@ -813,14 +784,6 @@ module Aws::CloudSearchDomain
813
784
 
814
785
  # Container for the parameters to the `UploadDocuments` request.
815
786
  #
816
- # @note When making an API call, you may pass UploadDocumentsRequest
817
- # data as a hash:
818
- #
819
- # {
820
- # documents: "data", # required
821
- # content_type: "application/json", # required, accepts application/json, application/xml
822
- # }
823
- #
824
787
  # @!attribute [rw] documents
825
788
  # A batch of documents formatted in JSON or HTML.
826
789
  # @return [IO]
@@ -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.33.0'
51
+ GEM_VERSION = '1.34.1'
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.33.0
4
+ version: 1.34.1
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: 2022-02-24 00:00:00.000000000 Z
11
+ date: 2023-01-18 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.127.0
22
+ version: 3.165.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.127.0
32
+ version: 3.165.0
33
33
  - !ruby/object:Gem::Dependency
34
34
  name: aws-sigv4
35
35
  requirement: !ruby/object:Gem::Requirement