aws-sdk-rds 1.24.0 → 1.25.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 +8 -6
- data/lib/aws-sdk-rds/types.rb +2 -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: 83f29ffaa229fe1d6cd5c7e6f0727f58d4e64a70
|
4
|
+
data.tar.gz: 506b62795eefbb8ec99385be23c1f70f76baa8ea
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: ff953129137381c2ff988411bcf6ec18d93bc31e1e980b731041592729d6003d39e94ff88e0f7469b0ed6d5575e9d211bf8d3b6456ab740d2f4c9a0ebbd2c8f5
|
7
|
+
data.tar.gz: b6d8edb8477d244968626f8054c5374032cf1db0c4254ae729325a55e83e5b1d9943d8ee0632256052d8fdd492de055d6c8f98149cce5641c66246f27317265e
|
data/lib/aws-sdk-rds.rb
CHANGED
data/lib/aws-sdk-rds/client.rb
CHANGED
@@ -8548,12 +8548,15 @@ module Aws::RDS
|
|
8548
8548
|
# Serverless][1] in the *Amazon RDS User Guide*.
|
8549
8549
|
#
|
8550
8550
|
# If you call `ModifyCurrentDBClusterCapacity` with the default
|
8551
|
-
# `TimeoutAction`, connections
|
8552
|
-
#
|
8551
|
+
# `TimeoutAction`, connections that prevent Aurora Serverless from
|
8552
|
+
# finding a scaling point might be dropped. For more information about
|
8553
|
+
# scaling points, see [ Autoscaling for Aurora Serverless][2] in the
|
8554
|
+
# *Amazon RDS User Guide*.
|
8553
8555
|
#
|
8554
8556
|
#
|
8555
8557
|
#
|
8556
8558
|
# [1]: http://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/aurora-serverless.html
|
8559
|
+
# [2]: http://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/aurora-serverless.how-it-works.html#aurora-serverless.how-it-works.auto-scaling
|
8557
8560
|
#
|
8558
8561
|
# @option params [required, String] :db_cluster_identifier
|
8559
8562
|
# The DB cluster identifier for the cluster being modified. This
|
@@ -8587,9 +8590,8 @@ module Aws::RDS
|
|
8587
8590
|
# The action to take when the timeout is reached, either
|
8588
8591
|
# `ForceApplyCapacityChange` or `RollbackCapacityChange`.
|
8589
8592
|
#
|
8590
|
-
# `ForceApplyCapacityChange`, the default,
|
8591
|
-
#
|
8592
|
-
# possible.
|
8593
|
+
# `ForceApplyCapacityChange`, the default, sets the capacity to the
|
8594
|
+
# specified value as soon as possible.
|
8593
8595
|
#
|
8594
8596
|
# `RollbackCapacityChange` ignores the capacity change if a scaling
|
8595
8597
|
# point is not found in the timeout period.
|
@@ -14214,7 +14216,7 @@ module Aws::RDS
|
|
14214
14216
|
params: params,
|
14215
14217
|
config: config)
|
14216
14218
|
context[:gem_name] = 'aws-sdk-rds'
|
14217
|
-
context[:gem_version] = '1.
|
14219
|
+
context[:gem_version] = '1.25.0'
|
14218
14220
|
Seahorse::Client::Request.new(handlers, context)
|
14219
14221
|
end
|
14220
14222
|
|
data/lib/aws-sdk-rds/types.rb
CHANGED
@@ -8529,9 +8529,8 @@ module Aws::RDS
|
|
8529
8529
|
# The action to take when the timeout is reached, either
|
8530
8530
|
# `ForceApplyCapacityChange` or `RollbackCapacityChange`.
|
8531
8531
|
#
|
8532
|
-
# `ForceApplyCapacityChange`, the default,
|
8533
|
-
#
|
8534
|
-
# possible.
|
8532
|
+
# `ForceApplyCapacityChange`, the default, sets the capacity to the
|
8533
|
+
# specified value as soon as possible.
|
8535
8534
|
#
|
8536
8535
|
# `RollbackCapacityChange` ignores the capacity change if a scaling
|
8537
8536
|
# point is not found in the timeout period.
|
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.25.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-08-
|
11
|
+
date: 2018-08-10 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: aws-sigv4
|