aws-sdk-rds 1.154.0 → 1.155.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
  SHA256:
3
- metadata.gz: aadb1867e4c7741c3b14100a6b66173ffaa11a328076dd38d4cc3a691fd118cc
4
- data.tar.gz: c5f2683188950bce2822401ed37166cec221e00ad3f89cd992fbbfe90f1a2d39
3
+ metadata.gz: 02a10328be9ceff169cab42520412da589740a9a334b79ba0608b8d543e27045
4
+ data.tar.gz: 918f9736919e2b2375dcdb975f5e46eb9e3064f10152fad1132b387562ac3e23
5
5
  SHA512:
6
- metadata.gz: 18c66483af659cf682396472888f28cb4a13af991cced8e1552e3eac4ed6e7f4ea79937de88c0a1b2262f0c36fb431c6f9f58d3d0124520155ce7c924fb54bff
7
- data.tar.gz: 21ddb8bb59b3f3456585824fa6c4d883e88bb73c31a2fa87b52896a7f1254280457030b7163262ebef0b8474bc9b9c9dfbf96dad1972d32741372393b6149e85
6
+ metadata.gz: 9115bd1a2dd2c51c1e1d6d4e868b1a79c5fc1cf4a9de0c07d50f3a3545f0c2f36c0a152a6f4479329e2c44c979a298db3a4b5a4ad41799793e43cf95122bad24
7
+ data.tar.gz: e35f3e1997e9ae9e31aceb655d0c58862557db3047868f13b8a29470b7b9c9c57b2211691142308e8ee9e66154d01ce43966d2246c22068bf6c33400c16f2ad5
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.155.0 (2022-08-26)
5
+ ------------------
6
+
7
+ * Feature - Removes support for RDS Custom from DBInstanceClass in ModifyDBInstance
8
+
4
9
  1.154.0 (2022-08-23)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.154.0
1
+ 1.155.0
@@ -1840,17 +1840,18 @@ module Aws::RDS
1840
1840
  #
1841
1841
  # @option params [required, String] :kms_key_id
1842
1842
  # The Amazon Web Services KMS key identifier for an encrypted CEV. A
1843
- # symmetric KMS key is required for RDS Custom, but optional for Amazon
1844
- # RDS.
1845
- #
1846
- # If you have an existing symmetric KMS key in your account, you can use
1847
- # it with RDS Custom. No further action is necessary. If you don't
1848
- # already have a symmetric KMS key in your account, follow the
1849
- # instructions in [ Creating symmetric KMS keys][1] in the *Amazon Web
1850
- # Services Key Management Service Developer Guide*.
1843
+ # symmetric encryption KMS key is required for RDS Custom, but optional
1844
+ # for Amazon RDS.
1845
+ #
1846
+ # If you have an existing symmetric encryption KMS key in your account,
1847
+ # you can use it with RDS Custom. No further action is necessary. If you
1848
+ # don't already have a symmetric encryption KMS key in your account,
1849
+ # follow the instructions in [ Creating a symmetric encryption KMS
1850
+ # key][1] in the *Amazon Web Services Key Management Service Developer
1851
+ # Guide*.
1851
1852
  #
1852
- # You can choose the same symmetric key when you create a CEV and a DB
1853
- # instance, or choose different keys.
1853
+ # You can choose the same symmetric encryption key when you create a CEV
1854
+ # and a DB instance, or choose different keys.
1854
1855
  #
1855
1856
  #
1856
1857
  #
@@ -14399,21 +14400,21 @@ module Aws::RDS
14399
14400
  # db.m4.large. Not all DB instance classes are available in all Amazon
14400
14401
  # Web Services Regions, or for all database engines. For the full list
14401
14402
  # of DB instance classes, and availability for your engine, see [DB
14402
- # Instance Class][1] in the *Amazon RDS User Guide*. For RDS Custom, see
14403
- # [DB instance class support for RDS Custom for Oracle][2] and [DB
14404
- # instance class support for RDS Custom for SQL Server][3].
14403
+ # instance classes][1] in the *Amazon RDS User Guide* or [Aurora DB
14404
+ # instance classes][2] in the *Amazon Aurora User Guide*.
14405
14405
  #
14406
14406
  # If you modify the DB instance class, an outage occurs during the
14407
14407
  # change. The change is applied during the next maintenance window,
14408
14408
  # unless `ApplyImmediately` is enabled for this request.
14409
14409
  #
14410
+ # This setting doesn't apply to RDS Custom for Oracle.
14411
+ #
14410
14412
  # Default: Uses existing setting
14411
14413
  #
14412
14414
  #
14413
14415
  #
14414
14416
  # [1]: https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/Concepts.DBInstanceClass.html
14415
- # [2]: https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/custom-reqs-limits.html#custom-reqs-limits.instances
14416
- # [3]: https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/custom-reqs-limits-MS.html#custom-reqs-limits.instancesMS
14417
+ # [2]: https://docs.aws.amazon.com/AmazonRDS/latest/AuroraUserGuide/Concepts.DBInstanceClass.html
14417
14418
  #
14418
14419
  # @option params [String] :db_subnet_group_name
14419
14420
  # The new DB subnet group for the DB instance. You can use this
@@ -22824,7 +22825,7 @@ module Aws::RDS
22824
22825
 
22825
22826
  # Switches over an Oracle standby database in an Oracle Data Guard
22826
22827
  # environment, making it the new primary database. Issue this command in
22827
- # the AWS Region that hosts the current standby database.
22828
+ # the Region that hosts the current standby database.
22828
22829
  #
22829
22830
  # @option params [required, String] :db_instance_identifier
22830
22831
  # The DB instance identifier of the current standby database. This value
@@ -23012,7 +23013,7 @@ module Aws::RDS
23012
23013
  params: params,
23013
23014
  config: config)
23014
23015
  context[:gem_name] = 'aws-sdk-rds'
23015
- context[:gem_version] = '1.154.0'
23016
+ context[:gem_version] = '1.155.0'
23016
23017
  Seahorse::Client::Request.new(handlers, context)
23017
23018
  end
23018
23019
 
@@ -2677,21 +2677,21 @@ module Aws::RDS
2677
2677
  # db.m4.large. Not all DB instance classes are available in all Amazon
2678
2678
  # Web Services Regions, or for all database engines. For the full list
2679
2679
  # of DB instance classes, and availability for your engine, see [DB
2680
- # Instance Class][1] in the *Amazon RDS User Guide*. For RDS Custom, see
2681
- # [DB instance class support for RDS Custom for Oracle][2] and [DB
2682
- # instance class support for RDS Custom for SQL Server][3].
2680
+ # instance classes][1] in the *Amazon RDS User Guide* or [Aurora DB
2681
+ # instance classes][2] in the *Amazon Aurora User Guide*.
2683
2682
  #
2684
2683
  # If you modify the DB instance class, an outage occurs during the
2685
2684
  # change. The change is applied during the next maintenance window,
2686
2685
  # unless `ApplyImmediately` is enabled for this request.
2687
2686
  #
2687
+ # This setting doesn't apply to RDS Custom for Oracle.
2688
+ #
2688
2689
  # Default: Uses existing setting
2689
2690
  #
2690
2691
  #
2691
2692
  #
2692
2693
  # [1]: https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/Concepts.DBInstanceClass.html
2693
- # [2]: https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/custom-reqs-limits.html#custom-reqs-limits.instances
2694
- # [3]: https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/custom-reqs-limits-MS.html#custom-reqs-limits.instancesMS
2694
+ # [2]: https://docs.aws.amazon.com/AmazonRDS/latest/AuroraUserGuide/Concepts.DBInstanceClass.html
2695
2695
  # @option options [String] :db_subnet_group_name
2696
2696
  # The new DB subnet group for the DB instance. You can use this
2697
2697
  # parameter to move your DB instance to a different VPC. If your DB
@@ -246,8 +246,7 @@ module Aws::RDS
246
246
  # If you back up a read replica, you can determine the replica lag by
247
247
  # comparing SnapshotDatabaseTime with originalSnapshotCreateTime. For
248
248
  # example, if originalSnapshotCreateTime is two hours later than
249
- # SnapshotDatabaseTime, then the replica lag is two hours. ***
250
- # REVIEWERS 7/27: Switchover
249
+ # SnapshotDatabaseTime, then the replica lag is two hours.
251
250
  # @return [Time]
252
251
  def snapshot_database_time
253
252
  data[:snapshot_database_time]
@@ -1666,17 +1666,18 @@ module Aws::RDS
1666
1666
  #
1667
1667
  # @!attribute [rw] kms_key_id
1668
1668
  # The Amazon Web Services KMS key identifier for an encrypted CEV. A
1669
- # symmetric KMS key is required for RDS Custom, but optional for
1670
- # Amazon RDS.
1669
+ # symmetric encryption KMS key is required for RDS Custom, but
1670
+ # optional for Amazon RDS.
1671
1671
  #
1672
- # If you have an existing symmetric KMS key in your account, you can
1673
- # use it with RDS Custom. No further action is necessary. If you
1674
- # don't already have a symmetric KMS key in your account, follow the
1675
- # instructions in [ Creating symmetric KMS keys][1] in the *Amazon Web
1676
- # Services Key Management Service Developer Guide*.
1672
+ # If you have an existing symmetric encryption KMS key in your
1673
+ # account, you can use it with RDS Custom. No further action is
1674
+ # necessary. If you don't already have a symmetric encryption KMS key
1675
+ # in your account, follow the instructions in [ Creating a symmetric
1676
+ # encryption KMS key][1] in the *Amazon Web Services Key Management
1677
+ # Service Developer Guide*.
1677
1678
  #
1678
- # You can choose the same symmetric key when you create a CEV and a DB
1679
- # instance, or choose different keys.
1679
+ # You can choose the same symmetric encryption key when you create a
1680
+ # CEV and a DB instance, or choose different keys.
1680
1681
  #
1681
1682
  #
1682
1683
  #
@@ -9204,8 +9205,7 @@ module Aws::RDS
9204
9205
  # If you back up a read replica, you can determine the replica lag by
9205
9206
  # comparing SnapshotDatabaseTime with originalSnapshotCreateTime. For
9206
9207
  # example, if originalSnapshotCreateTime is two hours later than
9207
- # SnapshotDatabaseTime, then the replica lag is two hours. ***
9208
- # REVIEWERS 7/27: Switchover
9208
+ # SnapshotDatabaseTime, then the replica lag is two hours.
9209
9209
  # @return [Time]
9210
9210
  #
9211
9211
  # @!attribute [rw] snapshot_target
@@ -15756,21 +15756,21 @@ module Aws::RDS
15756
15756
  # db.m4.large. Not all DB instance classes are available in all Amazon
15757
15757
  # Web Services Regions, or for all database engines. For the full list
15758
15758
  # of DB instance classes, and availability for your engine, see [DB
15759
- # Instance Class][1] in the *Amazon RDS User Guide*. For RDS Custom,
15760
- # see [DB instance class support for RDS Custom for Oracle][2] and [DB
15761
- # instance class support for RDS Custom for SQL Server][3].
15759
+ # instance classes][1] in the *Amazon RDS User Guide* or [Aurora DB
15760
+ # instance classes][2] in the *Amazon Aurora User Guide*.
15762
15761
  #
15763
15762
  # If you modify the DB instance class, an outage occurs during the
15764
15763
  # change. The change is applied during the next maintenance window,
15765
15764
  # unless `ApplyImmediately` is enabled for this request.
15766
15765
  #
15766
+ # This setting doesn't apply to RDS Custom for Oracle.
15767
+ #
15767
15768
  # Default: Uses existing setting
15768
15769
  #
15769
15770
  #
15770
15771
  #
15771
15772
  # [1]: https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/Concepts.DBInstanceClass.html
15772
- # [2]: https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/custom-reqs-limits.html#custom-reqs-limits.instances
15773
- # [3]: https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/custom-reqs-limits-MS.html#custom-reqs-limits.instancesMS
15773
+ # [2]: https://docs.aws.amazon.com/AmazonRDS/latest/AuroraUserGuide/Concepts.DBInstanceClass.html
15774
15774
  # @return [String]
15775
15775
  #
15776
15776
  # @!attribute [rw] db_subnet_group_name
data/lib/aws-sdk-rds.rb CHANGED
@@ -74,6 +74,6 @@ require_relative 'aws-sdk-rds/customizations'
74
74
  # @!group service
75
75
  module Aws::RDS
76
76
 
77
- GEM_VERSION = '1.154.0'
77
+ GEM_VERSION = '1.155.0'
78
78
 
79
79
  end
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.154.0
4
+ version: 1.155.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: 2022-08-23 00:00:00.000000000 Z
11
+ date: 2022-08-26 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: aws-sigv4