aws-sdk-rds 1.94.0 → 1.95.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/lib/aws-sdk-rds.rb +1 -1
- data/lib/aws-sdk-rds/client.rb +1 -1
- data/lib/aws-sdk-rds/types.rb +7 -3
- 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: 68ed99c62f343083a371d4e477726ec9e9f17f5ee97432fa47c3f749c765b226
|
4
|
+
data.tar.gz: 7cefc277f470ce3a31bc166a777e03af5a6c877e3a7cccaa7d8d31ee6a2fb055
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 9cb29a6f6a7fb10526298c875a56b97ea6afa833ad4353a1f864165d4056f27a78a4f316bc3d8719698f98f4801a6776429f27db0e5f984287566dc6b01633c9
|
7
|
+
data.tar.gz: e1b38f90d45c9cdd058ae16daf8b60eba0e3991c2c3ff0a7af5a924d993b4d3bbbb02a38e3c89f28392dab11259ad551d73bd626ec0d47963c1387fc3db7cfb6
|
data/lib/aws-sdk-rds.rb
CHANGED
data/lib/aws-sdk-rds/client.rb
CHANGED
@@ -18536,7 +18536,7 @@ module Aws::RDS
|
|
18536
18536
|
params: params,
|
18537
18537
|
config: config)
|
18538
18538
|
context[:gem_name] = 'aws-sdk-rds'
|
18539
|
-
context[:gem_version] = '1.
|
18539
|
+
context[:gem_version] = '1.95.0'
|
18540
18540
|
Seahorse::Client::Request.new(handlers, context)
|
18541
18541
|
end
|
18542
18542
|
|
data/lib/aws-sdk-rds/types.rb
CHANGED
@@ -85,9 +85,13 @@ module Aws::RDS
|
|
85
85
|
# account. The used value is the count of the event subscriptions in
|
86
86
|
# the account.
|
87
87
|
#
|
88
|
-
# * `
|
89
|
-
# The used value is the count of the manual DB
|
90
|
-
# account.
|
88
|
+
# * `ManualClusterSnapshots` - The number of manual DB cluster snapshots
|
89
|
+
# per account. The used value is the count of the manual DB cluster
|
90
|
+
# snapshots in the account.
|
91
|
+
#
|
92
|
+
# * `ManualSnapshots` - The number of manual DB instance snapshots per
|
93
|
+
# account. The used value is the count of the manual DB instance
|
94
|
+
# snapshots in the account.
|
91
95
|
#
|
92
96
|
# * `OptionGroups` - The number of DB option groups per account,
|
93
97
|
# excluding default option groups. The used value is the count of
|
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.95.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: 2020-07-
|
11
|
+
date: 2020-07-28 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: aws-sigv4
|