aws-sdk-cloudsearchdomain 1.60.0 → 1.61.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 +10 -13
- data/lib/aws-sdk-cloudsearchdomain.rb +1 -1
- metadata +1 -1
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 82b43636e8d774fa9c679b747f0930107505c4dfbdcbc5bfe3d4100c82cf92d4
|
4
|
+
data.tar.gz: cac50962f3e9cfd62b8c043b7bc59daea626673bcbc9312ce8ac5588d9afe2ad
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 65093d38ff116bc2673d8002da49e5295b57f6c9ace74b23bdf91044bed8e750b0051add62ea982f08f7843257117e31cf8bc2ed084041867436990d934cb7b3
|
7
|
+
data.tar.gz: b4018bb1f1caa34e75fe2972e1eef6d594fe571b1e39af6bab769f1f85e8dabddae9d908b9e3764f77d51317cef87756659a95f8ad3b9c9d0ac0de6647896482
|
data/CHANGELOG.md
CHANGED
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
1.
|
1
|
+
1.61.0
|
@@ -92,8 +92,8 @@ module Aws::CloudSearchDomain
|
|
92
92
|
# class name or an instance of a plugin class.
|
93
93
|
#
|
94
94
|
# @option options [required, Aws::CredentialProvider] :credentials
|
95
|
-
# Your AWS credentials used for authentication. This can be
|
96
|
-
# following classes:
|
95
|
+
# Your AWS credentials used for authentication. This can be any class that includes and implements
|
96
|
+
# `Aws::CredentialProvider`, or instance of any one of the following classes:
|
97
97
|
#
|
98
98
|
# * `Aws::Credentials` - Used for configuring static, non-refreshing
|
99
99
|
# credentials.
|
@@ -121,8 +121,7 @@ module Aws::CloudSearchDomain
|
|
121
121
|
# * `Aws::CognitoIdentityCredentials` - Used for loading credentials
|
122
122
|
# from the Cognito Identity service.
|
123
123
|
#
|
124
|
-
# When `:credentials` are not configured directly, the following
|
125
|
-
# locations will be searched for credentials:
|
124
|
+
# When `:credentials` are not configured directly, the following locations will be searched for credentials:
|
126
125
|
#
|
127
126
|
# * `Aws.config[:credentials]`
|
128
127
|
#
|
@@ -136,12 +135,10 @@ module Aws::CloudSearchDomain
|
|
136
135
|
#
|
137
136
|
# * `~/.aws/config`
|
138
137
|
#
|
139
|
-
# * EC2/ECS IMDS instance profile - When used by default, the timeouts
|
140
|
-
#
|
141
|
-
#
|
142
|
-
#
|
143
|
-
# fetching can be disabled by setting `ENV['AWS_EC2_METADATA_DISABLED']`
|
144
|
-
# to `true`.
|
138
|
+
# * EC2/ECS IMDS instance profile - When used by default, the timeouts are very aggressive.
|
139
|
+
# Construct and pass an instance of `Aws::InstanceProfileCredentials` or `Aws::ECSCredentials` to
|
140
|
+
# enable retries and extended timeouts. Instance profile credential fetching can be disabled by
|
141
|
+
# setting `ENV['AWS_EC2_METADATA_DISABLED']` to `true`.
|
145
142
|
#
|
146
143
|
# @option options [String] :access_key_id
|
147
144
|
#
|
@@ -320,8 +317,8 @@ module Aws::CloudSearchDomain
|
|
320
317
|
# `Aws::Telemetry::OTelProvider` for telemetry provider.
|
321
318
|
#
|
322
319
|
# @option options [Aws::TokenProvider] :token_provider
|
323
|
-
# Your Bearer token used for authentication. This can be
|
324
|
-
# following classes:
|
320
|
+
# Your Bearer token used for authentication. This can be any class that includes and implements
|
321
|
+
# `Aws::TokenProvider`, or instance of any one of the following classes:
|
325
322
|
#
|
326
323
|
# * `Aws::StaticTokenProvider` - Used for configuring static, non-refreshing
|
327
324
|
# tokens.
|
@@ -1023,7 +1020,7 @@ module Aws::CloudSearchDomain
|
|
1023
1020
|
tracer: tracer
|
1024
1021
|
)
|
1025
1022
|
context[:gem_name] = 'aws-sdk-cloudsearchdomain'
|
1026
|
-
context[:gem_version] = '1.
|
1023
|
+
context[:gem_version] = '1.61.0'
|
1027
1024
|
Seahorse::Client::Request.new(handlers, context)
|
1028
1025
|
end
|
1029
1026
|
|