aws-sdk-cloudsearchdomain 1.33.0 → 1.34.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 +14 -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: 8644bc977ad10ea84f1b082a7fd96bd617240d5a865532d6f6f8fb106386e9d0
|
|
4
|
+
data.tar.gz: e27e8681a078e37173473479419ae106437a196e2a0bc8b3ac4254159eacbf0d
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: d6ed650b6b6a015f3ab2653a786edbcda65d2ec22198b67447660cd3fe468d61d95e283f52a9483b84f33dfc32cf8a8206b0a98dd6deb586b19d18ac33e8009b
|
|
7
|
+
data.tar.gz: 6b6f02a9724aca3cc2c10b919626c32b7f3a1e3ec2c9cb048f965150d8f930bd36c28b0ffabcaecf835ca3741920047897f9d827c8842a0902ceb3f25a7a2955
|
data/CHANGELOG.md
CHANGED
data/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
1.
|
|
1
|
+
1.34.0
|
|
@@ -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.
|
|
919
|
+
context[:gem_version] = '1.34.0'
|
|
907
920
|
Seahorse::Client::Request.new(handlers, context)
|
|
908
921
|
end
|
|
909
922
|
|
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.34.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: 2022-
|
|
11
|
+
date: 2022-10-25 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.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.
|
|
32
|
+
version: 3.165.0
|
|
33
33
|
- !ruby/object:Gem::Dependency
|
|
34
34
|
name: aws-sigv4
|
|
35
35
|
requirement: !ruby/object:Gem::Requirement
|