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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 692750ce349f5c9af3410199f921f0c70d3ff66d
4
- data.tar.gz: e3219defb61167884bdb928c6ee5fb5bb86df00f
3
+ metadata.gz: b6ffaf587e74d5d91b09ad869d82ac01a9993c55
4
+ data.tar.gz: 1ad0b6761bcedac4c497cf9c9e774aed9c8a2e04
5
5
  SHA512:
6
- metadata.gz: 186248d6ffd5fafb4e41c548e59e9fe742ec3b345b18ea2090315983ab3a9c1404eb17733749c1cab0862c6a76b4120377000e81b79d1348bc0b7ec6b26aebc0
7
- data.tar.gz: 51f9341816af6b6ebaae4278ee596ac84d84b49c8bcea6b5f431ec93937e5cbae9742e7f6c55000602c1e9485c71880a90676ffddde43a5a597b4da804b8cb9c
6
+ metadata.gz: 750852b10741fbec4c79bd3330f4768de8fa57977be91d2d9db0727df3a6c3ee58cfedf787fa4166e575acf1a47b61534976eeb1f4bded1e6c7732a94d4a904d
7
+ data.tar.gz: 2d7231f47673c74e9c86fcae43db87bd01d76d740daf3473a5ac7a1e6a3f8d2010c985274d11984ffac6f70df9283625245bcfe0f41f9fa1d4247377c5514f7b
@@ -68,6 +68,6 @@ require_relative 'aws-sdk-rds/customizations'
68
68
  # @service
69
69
  module Aws::RDS
70
70
 
71
- GEM_VERSION = '1.76.0'
71
+ GEM_VERSION = '1.77.0'
72
72
 
73
73
  end
@@ -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
- # If a DB snapshot is specified, the target DB cluster is created from
14857
- # the source DB snapshot with a default configuration and default
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
- # If a DB cluster snapshot is specified, the target DB cluster is
14861
- # created from the source DB cluster restore point with the same
14862
- # configuration as the original source DB cluster. If you don't specify
14863
- # a security group, the new DB cluster is associated with the default
14864
- # security group.
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.76.0'
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.76.0
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-01-23 00:00:00.000000000 Z
11
+ date: 2020-02-07 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: aws-sigv4