aws-sdk-rds 1.285.0 → 1.286.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: 2711f1f704c8ad37323733aa34668055e1bc0e1aae84710b1b8ed84bf36799ea
4
- data.tar.gz: 8752c11108efbc6f3131d53ca88f118e1bee229f91d6e30a1ce1494c5e8db4b0
3
+ metadata.gz: dcdc4f2854f6489424a956b40b2d5c6fc3c5509983eeb332446202373b9bfb50
4
+ data.tar.gz: a1953d07087ecc61571de34677f052675dc62bbfac93bdbb66e3ebd0268833f1
5
5
  SHA512:
6
- metadata.gz: a96e76fddd0d036dd03dd10c48fdd26f933f1dfb9fd72470d867bb4eaa81108225946fcf6e5f2c4ac1d3661baed40ed2cdd477c6df63c1f5dfe9c33c7c3fcf07
7
- data.tar.gz: 9bf9f2ae9f83b1cd3a63a5090f7c61ebad2d7882d3a8c074b5a2df2402582c49b6d13f67ba72b0a51c0e936119183d7d787ae94dbd447abdae1b920fcde5445b
6
+ metadata.gz: 5b1bdf2de6842d5f4609ff0bbe73b0c7b83b873fbd72406cecd7971656f12326be755c01a44fd92b60ee2466331675e2be2b07ba2994260b0e9a7de06d160d80
7
+ data.tar.gz: 9fd9defe0dd0f7cc0dd24f4c7a67d660d93ede6ea93493d942e001ac5befbc07a98a212f52b389c6e292dbafef0ef9bcec3260ab968bf3820fc46906cca88583
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.286.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.285.0 (2025-07-31)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.285.0
1
+ 1.286.0
@@ -97,8 +97,8 @@ module Aws::RDS
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::RDS
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::RDS
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::RDS
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.
@@ -32417,7 +32414,7 @@ module Aws::RDS
32417
32414
  tracer: tracer
32418
32415
  )
32419
32416
  context[:gem_name] = 'aws-sdk-rds'
32420
- context[:gem_version] = '1.285.0'
32417
+ context[:gem_version] = '1.286.0'
32421
32418
  Seahorse::Client::Request.new(handlers, context)
32422
32419
  end
32423
32420
 
data/lib/aws-sdk-rds.rb CHANGED
@@ -80,7 +80,7 @@ module Aws::RDS
80
80
  autoload :ReservedDBInstancesOffering, 'aws-sdk-rds/reserved_db_instances_offering'
81
81
  autoload :ResourcePendingMaintenanceActionList, 'aws-sdk-rds/resource_pending_maintenance_action_list'
82
82
 
83
- GEM_VERSION = '1.285.0'
83
+ GEM_VERSION = '1.286.0'
84
84
 
85
85
  end
86
86
 
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aws-sdk-rds
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.285.0
4
+ version: 1.286.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Amazon Web Services