aws-sdk-rds 1.76.0 → 1.77.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 +13 -13
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: b6ffaf587e74d5d91b09ad869d82ac01a9993c55
|
|
4
|
+
data.tar.gz: 1ad0b6761bcedac4c497cf9c9e774aed9c8a2e04
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 750852b10741fbec4c79bd3330f4768de8fa57977be91d2d9db0727df3a6c3ee58cfedf787fa4166e575acf1a47b61534976eeb1f4bded1e6c7732a94d4a904d
|
|
7
|
+
data.tar.gz: 2d7231f47673c74e9c86fcae43db87bd01d76d740daf3473a5ac7a1e6a3f8d2010c985274d11984ffac6f70df9283625245bcfe0f41f9fa1d4247377c5514f7b
|
data/lib/aws-sdk-rds.rb
CHANGED
data/lib/aws-sdk-rds/client.rb
CHANGED
|
@@ -14852,24 +14852,24 @@ module Aws::RDS
|
|
|
14852
14852
|
end
|
|
14853
14853
|
|
|
14854
14854
|
# Creates a new DB cluster from a DB snapshot or DB cluster snapshot.
|
|
14855
|
+
# This action only applies to Aurora DB clusters.
|
|
14855
14856
|
#
|
|
14856
|
-
#
|
|
14857
|
-
#
|
|
14858
|
-
# security group.
|
|
14857
|
+
# The target DB cluster is created from the source snapshot with a
|
|
14858
|
+
# default configuration. If you don't specify a security group, the new
|
|
14859
|
+
# DB cluster is associated with the default security group.
|
|
14859
14860
|
#
|
|
14860
|
-
#
|
|
14861
|
-
#
|
|
14862
|
-
#
|
|
14863
|
-
#
|
|
14864
|
-
#
|
|
14861
|
+
# <note markdown="1"> This action only restores the DB cluster, not the DB instances for
|
|
14862
|
+
# that DB cluster. You must invoke the `CreateDBInstance` action to
|
|
14863
|
+
# create DB instances for the restored DB cluster, specifying the
|
|
14864
|
+
# identifier of the restored DB cluster in `DBClusterIdentifier`. You
|
|
14865
|
+
# can create DB instances only after the `RestoreDBClusterFromSnapshot`
|
|
14866
|
+
# action has completed and the DB cluster is available.
|
|
14867
|
+
#
|
|
14868
|
+
# </note>
|
|
14865
14869
|
#
|
|
14866
14870
|
# For more information on Amazon Aurora, see [ What Is Amazon
|
|
14867
14871
|
# Aurora?][1] in the *Amazon Aurora User Guide.*
|
|
14868
14872
|
#
|
|
14869
|
-
# <note markdown="1"> This action only applies to Aurora DB clusters.
|
|
14870
|
-
#
|
|
14871
|
-
# </note>
|
|
14872
|
-
#
|
|
14873
14873
|
#
|
|
14874
14874
|
#
|
|
14875
14875
|
# [1]: https://docs.aws.amazon.com/AmazonRDS/latest/AuroraUserGuide/CHAP_AuroraOverview.html
|
|
@@ -18097,7 +18097,7 @@ module Aws::RDS
|
|
|
18097
18097
|
params: params,
|
|
18098
18098
|
config: config)
|
|
18099
18099
|
context[:gem_name] = 'aws-sdk-rds'
|
|
18100
|
-
context[:gem_version] = '1.
|
|
18100
|
+
context[:gem_version] = '1.77.0'
|
|
18101
18101
|
Seahorse::Client::Request.new(handlers, context)
|
|
18102
18102
|
end
|
|
18103
18103
|
|
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.77.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-02-07 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: aws-sigv4
|