aws-sdk-rds 1.184.0 → 1.185.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: 53962220e71684b99302d4c6cacc4f22684b10c5ccdd82b7c23044cfdfaa1743
4
- data.tar.gz: 14b446547fd58b16e3a455bb31f8ba26bfcf2c24578b9e49cccf5cbce241b10f
3
+ metadata.gz: bea18a61eb6f0600ab2f5d8aa3d64d878198fe96ee37dc2044ad0d0b60cbd79e
4
+ data.tar.gz: 6cf9ee3babf8886dcb0895fac87531389e9627ab592ab0bce581eb18412681c6
5
5
  SHA512:
6
- metadata.gz: e51ef3da75db6a57fa85f205e38416b42931d2b515bf480d57a11d5cd17eac22e9abe8d649cfb42c7b0fc466645db612c3e113fa6cfcde5200fad84bce1764e3
7
- data.tar.gz: a7157c85f6184ad956b5303d7a4b7bca7a4e32aca9e8cbfcca5dc26bb7bf6bd6be1a32554938b76c6789606e826e416b7782949a2e91238ea4259f5ada6e950f
6
+ metadata.gz: 793af81fc241f9dea6834d994b11584f531b38a0211b0d8c3d856e0c26e113f2f807c007fbcd7450e1bf2f003c27e3e4ace20d916005b45b40b2d735b18f5a1d
7
+ data.tar.gz: 943a0396ab8269734e8099082e6f15e5c99e779e21d178d474d4fe5e07398948e5a38b75e77e9ed60ba501f1e00f33dfba725101dab2e9ea3e26b6d66222c9ef
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.185.0 (2023-07-11)
5
+ ------------------
6
+
7
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
8
+
4
9
  1.184.0 (2023-07-06)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.184.0
1
+ 1.185.0
@@ -218,6 +218,10 @@ module Aws::RDS
218
218
  # @option options [Boolean] :endpoint_discovery (false)
219
219
  # When set to `true`, endpoint discovery will be enabled for operations when available.
220
220
  #
221
+ # @option options [Boolean] :ignore_configured_endpoint_urls
222
+ # Setting to true disables use of endpoint URLs provided via environment
223
+ # variables and the shared configuration file.
224
+ #
221
225
  # @option options [Aws::Log::Formatter] :log_formatter (Aws::Log::Formatter.default)
222
226
  # The log formatter.
223
227
  #
@@ -27840,7 +27844,7 @@ module Aws::RDS
27840
27844
  params: params,
27841
27845
  config: config)
27842
27846
  context[:gem_name] = 'aws-sdk-rds'
27843
- context[:gem_version] = '1.184.0'
27847
+ context[:gem_version] = '1.185.0'
27844
27848
  Seahorse::Client::Request.new(handlers, context)
27845
27849
  end
27846
27850
 
data/lib/aws-sdk-rds.rb CHANGED
@@ -78,6 +78,6 @@ require_relative 'aws-sdk-rds/customizations'
78
78
  # @!group service
79
79
  module Aws::RDS
80
80
 
81
- GEM_VERSION = '1.184.0'
81
+ GEM_VERSION = '1.185.0'
82
82
 
83
83
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aws-sdk-rds
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.184.0
4
+ version: 1.185.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Amazon Web Services
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2023-07-06 00:00:00.000000000 Z
11
+ date: 2023-07-11 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: aws-sigv4