aws-sdk-rds 1.90.0 → 1.91.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/lib/aws-sdk-rds.rb +1 -1
- data/lib/aws-sdk-rds/client.rb +1 -1
- data/lib/aws-sdk-rds/client_api.rb +2 -0
- 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: 68d97b2b7ba2c98dda1cb3539ab0a16ec024c528489fea9c95fb2fe63e0ddb45
|
|
4
|
+
data.tar.gz: 0e7ceed5f07ce5a996ade0fb3b666581e173e2527b8e35fc8c7541811d9fc109
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: b76dcbc200ead14ae91f2388977239fcd1dfc140738bd0e304440d40898f64b05cdec00f1a08d58b9d0b058869a7b11e7efb92bc8e92dbf3a96299407e28eb32
|
|
7
|
+
data.tar.gz: '019f8065726e85ee6a689844f8744bf67114e2ed4eb32c2463d0ef7cef1255b7ac965bee19b89f8fb84c431d9bce5dfff69c729503998ae768ac2eb3438d3624'
|
data/lib/aws-sdk-rds.rb
CHANGED
data/lib/aws-sdk-rds/client.rb
CHANGED
|
@@ -18517,7 +18517,7 @@ module Aws::RDS
|
|
|
18517
18517
|
params: params,
|
|
18518
18518
|
config: config)
|
|
18519
18519
|
context[:gem_name] = 'aws-sdk-rds'
|
|
18520
|
-
context[:gem_version] = '1.
|
|
18520
|
+
context[:gem_version] = '1.91.0'
|
|
18521
18521
|
Seahorse::Client::Request.new(handlers, context)
|
|
18522
18522
|
end
|
|
18523
18523
|
|
|
@@ -4456,6 +4456,8 @@ module Aws::RDS
|
|
|
4456
4456
|
o.errors << Shapes::ShapeRef.new(shape: CertificateNotFoundFault)
|
|
4457
4457
|
o.errors << Shapes::ShapeRef.new(shape: DomainNotFoundFault)
|
|
4458
4458
|
o.errors << Shapes::ShapeRef.new(shape: BackupPolicyNotFoundFault)
|
|
4459
|
+
o.errors << Shapes::ShapeRef.new(shape: KMSKeyNotAccessibleFault)
|
|
4460
|
+
o.errors << Shapes::ShapeRef.new(shape: InvalidDBClusterStateFault)
|
|
4459
4461
|
end)
|
|
4460
4462
|
|
|
4461
4463
|
api.add_operation(:modify_db_parameter_group, Seahorse::Model::Operation.new.tap do |o|
|
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.91.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-
|
|
11
|
+
date: 2020-07-01 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: aws-sigv4
|