aws-sdk-rds 1.250.0 → 1.251.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 +4 -4
- data/CHANGELOG.md +5 -0
- data/VERSION +1 -1
- data/lib/aws-sdk-rds/client.rb +1 -3
- data/lib/aws-sdk-rds.rb +3 -1
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: aac1571be1c666a2470474e4c280b5c742c892fe16a88e128c6dc10096fb6c3d
|
4
|
+
data.tar.gz: '09abaa4cf387c5e31b7ddf76554376a5da94f03ae2c1373d5a779da47a9560f3'
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: b05afd6e8a30409c0a393babf35e8990ec2affe3f9e9e0cbe6d8b692fa647186943e072179c12abd1e849fc2650d4ab9787910e2b85c757feb7c72086f187c41
|
7
|
+
data.tar.gz: d8cbce4ef70da6ef63ac16b9a463f297a73adf91eda1d392aa1630f5145a5c6299aca099864563f75c85566daa1c9da5c7c776b0568f122398b3a2131b046c4a
|
data/CHANGELOG.md
CHANGED
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
1.
|
1
|
+
1.251.0
|
data/lib/aws-sdk-rds/client.rb
CHANGED
@@ -37,8 +37,6 @@ require 'aws-sdk-core/plugins/sign.rb'
|
|
37
37
|
require 'aws-sdk-core/plugins/protocols/query.rb'
|
38
38
|
require 'aws-sdk-rds/plugins/cross_region_copying.rb'
|
39
39
|
|
40
|
-
Aws::Plugins::GlobalConfiguration.add_identifier(:rds)
|
41
|
-
|
42
40
|
module Aws::RDS
|
43
41
|
# An API client for RDS. To construct a client, you need to configure a `:region` and `:credentials`.
|
44
42
|
#
|
@@ -31468,7 +31466,7 @@ module Aws::RDS
|
|
31468
31466
|
tracer: tracer
|
31469
31467
|
)
|
31470
31468
|
context[:gem_name] = 'aws-sdk-rds'
|
31471
|
-
context[:gem_version] = '1.
|
31469
|
+
context[:gem_version] = '1.251.0'
|
31472
31470
|
Seahorse::Client::Request.new(handlers, context)
|
31473
31471
|
end
|
31474
31472
|
|
data/lib/aws-sdk-rds.rb
CHANGED
@@ -11,6 +11,8 @@
|
|
11
11
|
require 'aws-sdk-core'
|
12
12
|
require 'aws-sigv4'
|
13
13
|
|
14
|
+
Aws::Plugins::GlobalConfiguration.add_identifier(:rds)
|
15
|
+
|
14
16
|
# This module provides support for Amazon Relational Database Service. This module is available in the
|
15
17
|
# `aws-sdk-rds` gem.
|
16
18
|
#
|
@@ -78,7 +80,7 @@ module Aws::RDS
|
|
78
80
|
autoload :ReservedDBInstancesOffering, 'aws-sdk-rds/reserved_db_instances_offering'
|
79
81
|
autoload :ResourcePendingMaintenanceActionList, 'aws-sdk-rds/resource_pending_maintenance_action_list'
|
80
82
|
|
81
|
-
GEM_VERSION = '1.
|
83
|
+
GEM_VERSION = '1.251.0'
|
82
84
|
|
83
85
|
end
|
84
86
|
|
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.
|
4
|
+
version: 1.251.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: 2024-09-
|
11
|
+
date: 2024-09-24 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: aws-sdk-core
|