aws-sdk-rds 1.41.0 → 1.42.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 +4 -4
- data/lib/aws-sdk-rds/db_cluster.rb +9 -0
- data/lib/aws-sdk-rds/db_instance.rb +7 -3
- data/lib/aws-sdk-rds/types.rb +17 -3
- 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: b3c9fabed1e93c2b5d2cabb0435a3245d066b6ac
|
4
|
+
data.tar.gz: 411306a013aaffba9382bf1c3d45c6782b94b8ee
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: c49eef388151afc0ca85bbee631d0345cbae98e5010055349b5a217790fa5c239159181c281246622a73c980ac732e70f7bed09754aaf0753b3b9b18cc611e10
|
7
|
+
data.tar.gz: 5e61a82d71af4722f625a3211397607100ef902136dd7d5171d1c4379fd0f850c965670140bdb6d76a17d78750d77dcab69033377ee9d89b0848f87c79d78542
|
data/lib/aws-sdk-rds.rb
CHANGED
data/lib/aws-sdk-rds/client.rb
CHANGED
@@ -3443,9 +3443,6 @@ module Aws::RDS
|
|
3443
3443
|
# the Amazon Resource Name (ARN), KMS key identifier, or the KMS key
|
3444
3444
|
# alias for the KMS encryption key.
|
3445
3445
|
#
|
3446
|
-
# If you specify this parameter when you create a Read Replica from an
|
3447
|
-
# unencrypted DB instance, the Read Replica is encrypted.
|
3448
|
-
#
|
3449
3446
|
# If you create an encrypted Read Replica in the same AWS Region as the
|
3450
3447
|
# source DB instance, then you do not have to specify a value for this
|
3451
3448
|
# parameter. The Read Replica is encrypted with the same KMS key as the
|
@@ -3457,6 +3454,9 @@ module Aws::RDS
|
|
3457
3454
|
# in, and you can't use encryption keys from one AWS Region in another
|
3458
3455
|
# AWS Region.
|
3459
3456
|
#
|
3457
|
+
# You can't create an encrypted Read Replica from an unencrypted DB
|
3458
|
+
# instance.
|
3459
|
+
#
|
3460
3460
|
# @option params [String] :pre_signed_url
|
3461
3461
|
# The URL that contains a Signature Version 4 signed request for the
|
3462
3462
|
# `CreateDBInstanceReadReplica` API action in the source AWS Region that
|
@@ -15582,7 +15582,7 @@ module Aws::RDS
|
|
15582
15582
|
params: params,
|
15583
15583
|
config: config)
|
15584
15584
|
context[:gem_name] = 'aws-sdk-rds'
|
15585
|
-
context[:gem_version] = '1.
|
15585
|
+
context[:gem_version] = '1.42.0'
|
15586
15586
|
Seahorse::Client::Request.new(handlers, context)
|
15587
15587
|
end
|
15588
15588
|
|
@@ -316,6 +316,15 @@ module Aws::RDS
|
|
316
316
|
data[:enabled_cloudwatch_logs_exports]
|
317
317
|
end
|
318
318
|
|
319
|
+
# The current capacity of an Aurora Serverless DB cluster. The capacity
|
320
|
+
# is 0 (zero) when the cluster is paused.
|
321
|
+
#
|
322
|
+
# For more information about Aurora Serverless, see [Using Amazon Aurora
|
323
|
+
# Serverless][1] in the *Amazon Aurora User Guide*.
|
324
|
+
#
|
325
|
+
#
|
326
|
+
#
|
327
|
+
# [1]: http://docs.aws.amazon.com/AmazonRDS/latest/AuroraUserGuide/aurora-serverless.html
|
319
328
|
# @return [Integer]
|
320
329
|
def capacity
|
321
330
|
data[:capacity]
|
@@ -207,6 +207,10 @@ module Aws::RDS
|
|
207
207
|
# create an Aurora Read Replica of an RDS MySQL DB instance, the Aurora
|
208
208
|
# MySQL DB cluster for the Aurora Read Replica is shown. This output
|
209
209
|
# does not contain information about cross region Aurora Read Replicas.
|
210
|
+
#
|
211
|
+
# <note markdown="1"> Currently, each RDS DB instance can have only one Aurora Read Replica.
|
212
|
+
#
|
213
|
+
# </note>
|
210
214
|
# @return [Array<String>]
|
211
215
|
def read_replica_db_cluster_identifiers
|
212
216
|
data[:read_replica_db_cluster_identifiers]
|
@@ -1573,9 +1577,6 @@ module Aws::RDS
|
|
1573
1577
|
# the Amazon Resource Name (ARN), KMS key identifier, or the KMS key
|
1574
1578
|
# alias for the KMS encryption key.
|
1575
1579
|
#
|
1576
|
-
# If you specify this parameter when you create a Read Replica from an
|
1577
|
-
# unencrypted DB instance, the Read Replica is encrypted.
|
1578
|
-
#
|
1579
1580
|
# If you create an encrypted Read Replica in the same AWS Region as the
|
1580
1581
|
# source DB instance, then you do not have to specify a value for this
|
1581
1582
|
# parameter. The Read Replica is encrypted with the same KMS key as the
|
@@ -1586,6 +1587,9 @@ module Aws::RDS
|
|
1586
1587
|
# encryption keys are specific to the AWS Region that they are created
|
1587
1588
|
# in, and you can't use encryption keys from one AWS Region in another
|
1588
1589
|
# AWS Region.
|
1590
|
+
#
|
1591
|
+
# You can't create an encrypted Read Replica from an unencrypted DB
|
1592
|
+
# instance.
|
1589
1593
|
# @option options [String] :pre_signed_url
|
1590
1594
|
# The URL that contains a Signature Version 4 signed request for the
|
1591
1595
|
# `CreateDBInstanceReadReplica` API action in the source AWS Region that
|
data/lib/aws-sdk-rds/types.rb
CHANGED
@@ -2999,9 +2999,6 @@ module Aws::RDS
|
|
2999
2999
|
# the Amazon Resource Name (ARN), KMS key identifier, or the KMS key
|
3000
3000
|
# alias for the KMS encryption key.
|
3001
3001
|
#
|
3002
|
-
# If you specify this parameter when you create a Read Replica from an
|
3003
|
-
# unencrypted DB instance, the Read Replica is encrypted.
|
3004
|
-
#
|
3005
3002
|
# If you create an encrypted Read Replica in the same AWS Region as
|
3006
3003
|
# the source DB instance, then you do not have to specify a value for
|
3007
3004
|
# this parameter. The Read Replica is encrypted with the same KMS key
|
@@ -3012,6 +3009,9 @@ module Aws::RDS
|
|
3012
3009
|
# encryption keys are specific to the AWS Region that they are created
|
3013
3010
|
# in, and you can't use encryption keys from one AWS Region in
|
3014
3011
|
# another AWS Region.
|
3012
|
+
#
|
3013
|
+
# You can't create an encrypted Read Replica from an unencrypted DB
|
3014
|
+
# instance.
|
3015
3015
|
# @return [String]
|
3016
3016
|
#
|
3017
3017
|
# @!attribute [rw] pre_signed_url
|
@@ -3982,6 +3982,15 @@ module Aws::RDS
|
|
3982
3982
|
# @return [Array<String>]
|
3983
3983
|
#
|
3984
3984
|
# @!attribute [rw] capacity
|
3985
|
+
# The current capacity of an Aurora Serverless DB cluster. The
|
3986
|
+
# capacity is 0 (zero) when the cluster is paused.
|
3987
|
+
#
|
3988
|
+
# For more information about Aurora Serverless, see [Using Amazon
|
3989
|
+
# Aurora Serverless][1] in the *Amazon Aurora User Guide*.
|
3990
|
+
#
|
3991
|
+
#
|
3992
|
+
#
|
3993
|
+
# [1]: http://docs.aws.amazon.com/AmazonRDS/latest/AuroraUserGuide/aurora-serverless.html
|
3985
3994
|
# @return [Integer]
|
3986
3995
|
#
|
3987
3996
|
# @!attribute [rw] engine_mode
|
@@ -4944,6 +4953,11 @@ module Aws::RDS
|
|
4944
4953
|
# Aurora MySQL DB cluster for the Aurora Read Replica is shown. This
|
4945
4954
|
# output does not contain information about cross region Aurora Read
|
4946
4955
|
# Replicas.
|
4956
|
+
#
|
4957
|
+
# <note markdown="1"> Currently, each RDS DB instance can have only one Aurora Read
|
4958
|
+
# Replica.
|
4959
|
+
#
|
4960
|
+
# </note>
|
4947
4961
|
# @return [Array<String>]
|
4948
4962
|
#
|
4949
4963
|
# @!attribute [rw] license_model
|
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.42.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: 2018-
|
11
|
+
date: 2018-12-06 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: aws-sigv4
|