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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: cd6d7ec29bee0c7a0c8bd90783f99c736a4740b41bf4cf3c7f6b002323dc7f1c
4
- data.tar.gz: 22072dbd4fa5f0c80795e983d6e11bd0fc3588b5b27cad0db6bcba4887fed4e4
3
+ metadata.gz: 82b43636e8d774fa9c679b747f0930107505c4dfbdcbc5bfe3d4100c82cf92d4
4
+ data.tar.gz: cac50962f3e9cfd62b8c043b7bc59daea626673bcbc9312ce8ac5588d9afe2ad
5
5
  SHA512:
6
- metadata.gz: 4a3b3a9e6aaab188009d87e71cfb4840c71d8756361db1a699cb32a35a510b79a9d8d2da9d46982b2c92e50866a7ef5b8aa3a082c99d57fe3dab240bbb8936b0
7
- data.tar.gz: 0b6a3188ce7480b5111cf150fb35484e361d6844a601306dcd2dd578999ca74dbe4c8c585cbfd278722604c242c42bde842582c589437bd33ddee220ff9f4ef4
6
+ metadata.gz: 65093d38ff116bc2673d8002da49e5295b57f6c9ace74b23bdf91044bed8e750b0051add62ea982f08f7843257117e31cf8bc2ed084041867436990d934cb7b3
7
+ data.tar.gz: b4018bb1f1caa34e75fe2972e1eef6d594fe571b1e39af6bab769f1f85e8dabddae9d908b9e3764f77d51317cef87756659a95f8ad3b9c9d0ac0de6647896482
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.61.0 (2025-08-04)
5
+ ------------------
6
+
7
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
8
+
4
9
  1.60.0 (2025-07-31)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.60.0
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 an instance of any one of the
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
- # are very aggressive. Construct and pass an instance of
141
- # `Aws::InstanceProfileCredentials` or `Aws::ECSCredentials` to
142
- # enable retries and extended timeouts. Instance profile credential
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 an instance of any one of the
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.60.0'
1023
+ context[:gem_version] = '1.61.0'
1027
1024
  Seahorse::Client::Request.new(handlers, context)
1028
1025
  end
1029
1026
 
@@ -48,7 +48,7 @@ module Aws::CloudSearchDomain
48
48
  autoload :Errors, 'aws-sdk-cloudsearchdomain/errors'
49
49
  autoload :Resource, 'aws-sdk-cloudsearchdomain/resource'
50
50
 
51
- GEM_VERSION = '1.60.0'
51
+ GEM_VERSION = '1.61.0'
52
52
 
53
53
  end
54
54
 
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aws-sdk-cloudsearchdomain
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.60.0
4
+ version: 1.61.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Amazon Web Services