aws-sdk-rds 1.24.0 → 1.25.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: 3f49d91df6695907aec40256a3e8a187db86e846
4
- data.tar.gz: c156ecd8b69ed000b9efb797b1507ffe5e3a5a5a
3
+ metadata.gz: 83f29ffaa229fe1d6cd5c7e6f0727f58d4e64a70
4
+ data.tar.gz: 506b62795eefbb8ec99385be23c1f70f76baa8ea
5
5
  SHA512:
6
- metadata.gz: '088a2f24da69dbbf3c460f8c82ee82636bca83bf476d6e1808a8712d780d0efd7c6213a2f04015e9308d0bbea916568a5d685d8d0c2571ff73f6708668d5de42'
7
- data.tar.gz: 0472f7231bfd20898d3c32c64d56790d8dc150f8d0d783e971d3b9f55caee1d5209450d5bb756be9dc1b1658611ef36ac74b0514b43ea209812df2f6f1dbc334
6
+ metadata.gz: ff953129137381c2ff988411bcf6ec18d93bc31e1e980b731041592729d6003d39e94ff88e0f7469b0ed6d5575e9d211bf8d3b6456ab740d2f4c9a0ebbd2c8f5
7
+ data.tar.gz: b6d8edb8477d244968626f8054c5374032cf1db0c4254ae729325a55e83e5b1d9943d8ee0632256052d8fdd492de055d6c8f98149cce5641c66246f27317265e
@@ -68,6 +68,6 @@ require_relative 'aws-sdk-rds/customizations'
68
68
  # @service
69
69
  module Aws::RDS
70
70
 
71
- GEM_VERSION = '1.24.0'
71
+ GEM_VERSION = '1.25.0'
72
72
 
73
73
  end
@@ -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 to the DB cluster are dropped when the
8552
- # capacity is set.
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, drops connections to the DB
8591
- # cluster and sets the capacity to the specified value as soon as
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.24.0'
14219
+ context[:gem_version] = '1.25.0'
14218
14220
  Seahorse::Client::Request.new(handlers, context)
14219
14221
  end
14220
14222
 
@@ -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, drops connections to the DB
8533
- # cluster and sets the capacity to the specified value as soon as
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.24.0
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-09 00:00:00.000000000 Z
11
+ date: 2018-08-10 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: aws-sigv4