aws-sdk-docdb 1.90.0 → 1.91.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: bbb7abaeee8792c6f2510d35400a76429cb7884b51e66a3879c4553be6133e89
4
- data.tar.gz: b3f0cec41af6a93e81197f34c78b8244c4971e913c7a3f50fb280e8195c6cce6
3
+ metadata.gz: 4102872d36245dcca1c13758bbb431e683ed4be7d7a9e62c325c76f7cf7f2e49
4
+ data.tar.gz: 985701dec9ced534c1c2171bf30bb1a7f0c585a070e7366e18d1b24988a45e2c
5
5
  SHA512:
6
- metadata.gz: a840f6f6cbba2acda09b2ea46d1acf75f3db505b83ce0ff3581c7056c532f742de908171f86cb5889166e9740884fbc42a7bc7cda71ec69aaae8b32f1600f2b2
7
- data.tar.gz: d9c6076f56e404b193f328fbed04ee86a64eb03e7a518d041d9cd0a85372bac2d14e57257ff09b7a7babecb5e5cd80690e622b9e9da50de9b3dd453489d824df
6
+ metadata.gz: b41b3d1c0383e0db9dc56c0dd68219a11446f676b4bd3d6fdb25b6dc82a18ee5119a01ef64fbf9fe9639fafa53d2a35c732874bc3ff64ec87ef175bcb7ccd677
7
+ data.tar.gz: 0e765d07b96041cd04a9c10a5427ad6a55ea6dd298f389a5468f686916f3d670814379a536f0221fe71f1784e63f8411789764a09a229f247639622c058ef088
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.91.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.90.0 (2025-07-31)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.90.0
1
+ 1.91.0
@@ -97,8 +97,8 @@ module Aws::DocDB
97
97
  # class name or an instance of a plugin class.
98
98
  #
99
99
  # @option options [required, Aws::CredentialProvider] :credentials
100
- # Your AWS credentials used for authentication. This can be an instance of any one of the
101
- # following classes:
100
+ # Your AWS credentials used for authentication. This can be any class that includes and implements
101
+ # `Aws::CredentialProvider`, or instance of any one of the following classes:
102
102
  #
103
103
  # * `Aws::Credentials` - Used for configuring static, non-refreshing
104
104
  # credentials.
@@ -126,8 +126,7 @@ module Aws::DocDB
126
126
  # * `Aws::CognitoIdentityCredentials` - Used for loading credentials
127
127
  # from the Cognito Identity service.
128
128
  #
129
- # When `:credentials` are not configured directly, the following
130
- # locations will be searched for credentials:
129
+ # When `:credentials` are not configured directly, the following locations will be searched for credentials:
131
130
  #
132
131
  # * `Aws.config[:credentials]`
133
132
  #
@@ -141,12 +140,10 @@ module Aws::DocDB
141
140
  #
142
141
  # * `~/.aws/config`
143
142
  #
144
- # * EC2/ECS IMDS instance profile - When used by default, the timeouts
145
- # are very aggressive. Construct and pass an instance of
146
- # `Aws::InstanceProfileCredentials` or `Aws::ECSCredentials` to
147
- # enable retries and extended timeouts. Instance profile credential
148
- # fetching can be disabled by setting `ENV['AWS_EC2_METADATA_DISABLED']`
149
- # to `true`.
143
+ # * EC2/ECS IMDS instance profile - When used by default, the timeouts are very aggressive.
144
+ # Construct and pass an instance of `Aws::InstanceProfileCredentials` or `Aws::ECSCredentials` to
145
+ # enable retries and extended timeouts. Instance profile credential fetching can be disabled by
146
+ # setting `ENV['AWS_EC2_METADATA_DISABLED']` to `true`.
150
147
  #
151
148
  # @option options [required, String] :region
152
149
  # The AWS region to connect to. The configured `:region` is
@@ -379,8 +376,8 @@ module Aws::DocDB
379
376
  # `Aws::Telemetry::OTelProvider` for telemetry provider.
380
377
  #
381
378
  # @option options [Aws::TokenProvider] :token_provider
382
- # Your Bearer token used for authentication. This can be an instance of any one of the
383
- # following classes:
379
+ # Your Bearer token used for authentication. This can be any class that includes and implements
380
+ # `Aws::TokenProvider`, or instance of any one of the following classes:
384
381
  #
385
382
  # * `Aws::StaticTokenProvider` - Used for configuring static, non-refreshing
386
383
  # tokens.
@@ -5804,7 +5801,7 @@ module Aws::DocDB
5804
5801
  tracer: tracer
5805
5802
  )
5806
5803
  context[:gem_name] = 'aws-sdk-docdb'
5807
- context[:gem_version] = '1.90.0'
5804
+ context[:gem_version] = '1.91.0'
5808
5805
  Seahorse::Client::Request.new(handlers, context)
5809
5806
  end
5810
5807
 
data/lib/aws-sdk-docdb.rb CHANGED
@@ -55,7 +55,7 @@ module Aws::DocDB
55
55
  autoload :EndpointProvider, 'aws-sdk-docdb/endpoint_provider'
56
56
  autoload :Endpoints, 'aws-sdk-docdb/endpoints'
57
57
 
58
- GEM_VERSION = '1.90.0'
58
+ GEM_VERSION = '1.91.0'
59
59
 
60
60
  end
61
61
 
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aws-sdk-docdb
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.90.0
4
+ version: 1.91.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Amazon Web Services