aws-sdk-rdsdataservice 1.75.0 → 1.76.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: ae040d33b952236ec16d42985470417cce7d0659e7bffc8652458362796c0a6d
4
- data.tar.gz: 305854f13637e2786cf43ebb1c3f13ed18365c7e78beb7ce00beb46fdaa2fd5d
3
+ metadata.gz: bf117c858672e4aa91615459a6184200a5c4629c7d1d36bee460b8eccee1cc42
4
+ data.tar.gz: 66f133a6fcfe2e114649362bc014303bc52e932c3b965464fc7c539bf97f8b93
5
5
  SHA512:
6
- metadata.gz: bfd15cf5f8542454c07e0cc207a7114f39ce7ef7e432efa79271fb29fc01670feeeb2ba62fffd053159138f804cb77a7fcf766d3d26cfbd24b8989b791e27e67
7
- data.tar.gz: a2c3342923b3fbb415afcc050880fa403bb27597d9d72730a2995eba793c4b63acf84fb37066d4720e5c4904fc8e6673c8d15d07bd544e7660f324a9f6f1a9c3
6
+ metadata.gz: e5e8c484704053ec5eef91415d1543e30ba2b6649f3e1686969ceae6d45f5295af28c1697fb82af5882ae076f287f8890165550336e3536a0f06d7535c99a09c
7
+ data.tar.gz: f65f588050c5044f8b56459ca274af13480da77dfd658b848a6e8b32c9727778b4f9dc0706ede627b3973b4420e85ce66f32c884919fbeb77fb2e5a1968144d5
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.76.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.75.0 (2025-07-31)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.75.0
1
+ 1.76.0
@@ -95,8 +95,8 @@ module Aws::RDSDataService
95
95
  # class name or an instance of a plugin class.
96
96
  #
97
97
  # @option options [required, Aws::CredentialProvider] :credentials
98
- # Your AWS credentials used for authentication. This can be an instance of any one of the
99
- # following classes:
98
+ # Your AWS credentials used for authentication. This can be any class that includes and implements
99
+ # `Aws::CredentialProvider`, or instance of any one of the following classes:
100
100
  #
101
101
  # * `Aws::Credentials` - Used for configuring static, non-refreshing
102
102
  # credentials.
@@ -124,8 +124,7 @@ module Aws::RDSDataService
124
124
  # * `Aws::CognitoIdentityCredentials` - Used for loading credentials
125
125
  # from the Cognito Identity service.
126
126
  #
127
- # When `:credentials` are not configured directly, the following
128
- # locations will be searched for credentials:
127
+ # When `:credentials` are not configured directly, the following locations will be searched for credentials:
129
128
  #
130
129
  # * `Aws.config[:credentials]`
131
130
  #
@@ -139,12 +138,10 @@ module Aws::RDSDataService
139
138
  #
140
139
  # * `~/.aws/config`
141
140
  #
142
- # * EC2/ECS IMDS instance profile - When used by default, the timeouts
143
- # are very aggressive. Construct and pass an instance of
144
- # `Aws::InstanceProfileCredentials` or `Aws::ECSCredentials` to
145
- # enable retries and extended timeouts. Instance profile credential
146
- # fetching can be disabled by setting `ENV['AWS_EC2_METADATA_DISABLED']`
147
- # to `true`.
141
+ # * EC2/ECS IMDS instance profile - When used by default, the timeouts are very aggressive.
142
+ # Construct and pass an instance of `Aws::InstanceProfileCredentials` or `Aws::ECSCredentials` to
143
+ # enable retries and extended timeouts. Instance profile credential fetching can be disabled by
144
+ # setting `ENV['AWS_EC2_METADATA_DISABLED']` to `true`.
148
145
  #
149
146
  # @option options [required, String] :region
150
147
  # The AWS region to connect to. The configured `:region` is
@@ -377,8 +374,8 @@ module Aws::RDSDataService
377
374
  # `Aws::Telemetry::OTelProvider` for telemetry provider.
378
375
  #
379
376
  # @option options [Aws::TokenProvider] :token_provider
380
- # Your Bearer token used for authentication. This can be an instance of any one of the
381
- # following classes:
377
+ # Your Bearer token used for authentication. This can be any class that includes and implements
378
+ # `Aws::TokenProvider`, or instance of any one of the following classes:
382
379
  #
383
380
  # * `Aws::StaticTokenProvider` - Used for configuring static, non-refreshing
384
381
  # tokens.
@@ -1069,7 +1066,7 @@ module Aws::RDSDataService
1069
1066
  tracer: tracer
1070
1067
  )
1071
1068
  context[:gem_name] = 'aws-sdk-rdsdataservice'
1072
- context[:gem_version] = '1.75.0'
1069
+ context[:gem_version] = '1.76.0'
1073
1070
  Seahorse::Client::Request.new(handlers, context)
1074
1071
  end
1075
1072
 
@@ -54,7 +54,7 @@ module Aws::RDSDataService
54
54
  autoload :EndpointProvider, 'aws-sdk-rdsdataservice/endpoint_provider'
55
55
  autoload :Endpoints, 'aws-sdk-rdsdataservice/endpoints'
56
56
 
57
- GEM_VERSION = '1.75.0'
57
+ GEM_VERSION = '1.76.0'
58
58
 
59
59
  end
60
60
 
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aws-sdk-rdsdataservice
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.75.0
4
+ version: 1.76.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Amazon Web Services