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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 5c6e145844b4aa0951f079d367ae3d6dba5e7827b5b2192ad287a0a5a7414c24
4
- data.tar.gz: 51945fe8b515fcffcb14f3dc8a6f85c9718e0a3fc8eafcc4b1a56506ee55e499
3
+ metadata.gz: 68d97b2b7ba2c98dda1cb3539ab0a16ec024c528489fea9c95fb2fe63e0ddb45
4
+ data.tar.gz: 0e7ceed5f07ce5a996ade0fb3b666581e173e2527b8e35fc8c7541811d9fc109
5
5
  SHA512:
6
- metadata.gz: 1337f18ce9e8991069cbae84d6fda48f0172373ef1384acc445481a20f51daf4554c6c89db55d7044b3b1339f776ac34036dcef5000a2b5493b9248e88f760cc
7
- data.tar.gz: ec7454d2a15f7b5294282aed12b6e50857e8ea3584174adde37af5011d70235ef688ed6e8aefac84cdc133d9c4ead4ffbaa7a6efd9b6bf3e206400d22f512268
6
+ metadata.gz: b76dcbc200ead14ae91f2388977239fcd1dfc140738bd0e304440d40898f64b05cdec00f1a08d58b9d0b058869a7b11e7efb92bc8e92dbf3a96299407e28eb32
7
+ data.tar.gz: '019f8065726e85ee6a689844f8744bf67114e2ed4eb32c2463d0ef7cef1255b7ac965bee19b89f8fb84c431d9bce5dfff69c729503998ae768ac2eb3438d3624'
@@ -73,6 +73,6 @@ require_relative 'aws-sdk-rds/customizations'
73
73
  # @service
74
74
  module Aws::RDS
75
75
 
76
- GEM_VERSION = '1.90.0'
76
+ GEM_VERSION = '1.91.0'
77
77
 
78
78
  end
@@ -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.90.0'
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.90.0
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-06-30 00:00:00.000000000 Z
11
+ date: 2020-07-01 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: aws-sigv4