aws-sdk-rds 1.174.0 → 1.175.0

Sign up to get free protection for your applications and to get access to all the features.
@@ -1807,14 +1807,10 @@ module Aws::RDS
1807
1807
  # the DB cluster. If this parameter is disabled, changes to the DB
1808
1808
  # cluster are applied during the next maintenance window.
1809
1809
  #
1810
- # The `ApplyImmediately` parameter only affects the
1811
- # `EnableIAMDatabaseAuthentication`, `MasterUserPassword`, and
1812
- # `NewDBClusterIdentifier` values. If the `ApplyImmediately` parameter
1813
- # is disabled, then changes to the `EnableIAMDatabaseAuthentication`,
1814
- # `MasterUserPassword`, and `NewDBClusterIdentifier` values are applied
1815
- # during the next maintenance window. All other changes are applied
1816
- # immediately, regardless of the value of the `ApplyImmediately`
1817
- # parameter.
1810
+ # Most modifications can be applied immediately or during the next
1811
+ # scheduled maintenance window. Some modifications, such as turning on
1812
+ # deletion protection and changing the master password, are applied
1813
+ # immediately—regardless of when you choose to apply them.
1818
1814
  #
1819
1815
  # By default, this parameter is disabled.
1820
1816
  #
@@ -1223,13 +1223,15 @@ module Aws::RDS
1223
1223
  #
1224
1224
  # * `aurora-postgresql`
1225
1225
  #
1226
- # * `custom-oracle-ee (for RDS Custom for Oracle instances)`
1226
+ # * `custom-oracle-ee (for RDS Custom for Oracle DB instances)`
1227
1227
  #
1228
- # * `custom-sqlserver-ee (for RDS Custom for SQL Server instances)`
1228
+ # * `custom-oracle-ee-cdb (for RDS Custom for Oracle DB instances)`
1229
1229
  #
1230
- # * `custom-sqlserver-se (for RDS Custom for SQL Server instances)`
1230
+ # * `custom-sqlserver-ee (for RDS Custom for SQL Server DB instances)`
1231
1231
  #
1232
- # * `custom-sqlserver-web (for RDS Custom for SQL Server instances)`
1232
+ # * `custom-sqlserver-se (for RDS Custom for SQL Server DB instances)`
1233
+ #
1234
+ # * `custom-sqlserver-web (for RDS Custom for SQL Server DB instances)`
1233
1235
  #
1234
1236
  # * `mariadb`
1235
1237
  #
@@ -2250,9 +2252,6 @@ module Aws::RDS
2250
2252
  #
2251
2253
  # Constraints:
2252
2254
  #
2253
- # * Can only be specified if the source DB instance identifier specifies
2254
- # a DB instance in another Amazon Web Services Region.
2255
- #
2256
2255
  # * If supplied, must match the name of an existing DBSubnetGroup.
2257
2256
  #
2258
2257
  # * The specified DB subnet group must be in the same Amazon Web
@@ -1285,13 +1285,15 @@ module Aws::RDS
1285
1285
  #
1286
1286
  # * `aurora-postgresql`
1287
1287
  #
1288
- # * `custom-oracle-ee (for RDS Custom for Oracle instances)`
1288
+ # * `custom-oracle-ee (for RDS Custom for Oracle DB instances)`
1289
1289
  #
1290
- # * `custom-sqlserver-ee (for RDS Custom for SQL Server instances)`
1290
+ # * `custom-oracle-ee-cdb (for RDS Custom for Oracle DB instances)`
1291
1291
  #
1292
- # * `custom-sqlserver-se (for RDS Custom for SQL Server instances)`
1292
+ # * `custom-sqlserver-ee (for RDS Custom for SQL Server DB instances)`
1293
1293
  #
1294
- # * `custom-sqlserver-web (for RDS Custom for SQL Server instances)`
1294
+ # * `custom-sqlserver-se (for RDS Custom for SQL Server DB instances)`
1295
+ #
1296
+ # * `custom-sqlserver-web (for RDS Custom for SQL Server DB instances)`
1295
1297
  #
1296
1298
  # * `mariadb`
1297
1299
  #
@@ -2672,6 +2674,10 @@ module Aws::RDS
2672
2674
  # Amazon Resource Names (ARNs). The results list only includes
2673
2675
  # information about the DB clusters identified by these ARNs.
2674
2676
  #
2677
+ # * `db-cluster-resource-id` - Accepts DB cluster resource identifiers.
2678
+ # The results list will only include information about the DB clusters
2679
+ # identified by these DB cluster resource identifiers.
2680
+ #
2675
2681
  # * `domain` - Accepts Active Directory directory IDs. The results list
2676
2682
  # only includes information about the DB clusters associated with
2677
2683
  # these domains.
@@ -3310,13 +3310,16 @@ module Aws::RDS
3310
3310
  #
3311
3311
  # * `aurora-postgresql`
3312
3312
  #
3313
- # * `custom-oracle-ee (for RDS Custom for Oracle instances)`
3313
+ # * `custom-oracle-ee (for RDS Custom for Oracle DB instances)`
3314
3314
  #
3315
- # * `custom-sqlserver-ee (for RDS Custom for SQL Server instances)`
3315
+ # * `custom-oracle-ee-cdb (for RDS Custom for Oracle DB instances)`
3316
3316
  #
3317
- # * `custom-sqlserver-se (for RDS Custom for SQL Server instances)`
3317
+ # * `custom-sqlserver-ee (for RDS Custom for SQL Server DB instances)`
3318
3318
  #
3319
- # * `custom-sqlserver-web (for RDS Custom for SQL Server instances)`
3319
+ # * `custom-sqlserver-se (for RDS Custom for SQL Server DB instances)`
3320
+ #
3321
+ # * `custom-sqlserver-web (for RDS Custom for SQL Server DB
3322
+ # instances)`
3320
3323
  #
3321
3324
  # * `mariadb`
3322
3325
  #
@@ -4510,9 +4513,6 @@ module Aws::RDS
4510
4513
  #
4511
4514
  # Constraints:
4512
4515
  #
4513
- # * Can only be specified if the source DB instance identifier
4514
- # specifies a DB instance in another Amazon Web Services Region.
4515
- #
4516
4516
  # * If supplied, must match the name of an existing DBSubnetGroup.
4517
4517
  #
4518
4518
  # * The specified DB subnet group must be in the same Amazon Web
@@ -5607,7 +5607,8 @@ module Aws::RDS
5607
5607
  end
5608
5608
 
5609
5609
  # @!attribute [rw] global_cluster_identifier
5610
- # The cluster identifier of the new global database cluster.
5610
+ # The cluster identifier of the new global database cluster. This
5611
+ # parameter is stored as a lowercase string.
5611
5612
  # @return [String]
5612
5613
  #
5613
5614
  # @!attribute [rw] source_db_cluster_identifier
@@ -9620,8 +9621,8 @@ module Aws::RDS
9620
9621
  end
9621
9622
 
9622
9623
  # @!attribute [rw] engine
9623
- # The database engine. The only supported engine is
9624
- # `custom-oracle-ee`.
9624
+ # The database engine. The only supported engines are
9625
+ # `custom-oracle-ee` and `custom-oracle-ee-cdb`.
9625
9626
  # @return [String]
9626
9627
  #
9627
9628
  # @!attribute [rw] engine_version
@@ -10734,6 +10735,11 @@ module Aws::RDS
10734
10735
  # Amazon Resource Names (ARNs). The results list only includes
10735
10736
  # information about the DB clusters identified by these ARNs.
10736
10737
  #
10738
+ # * `db-cluster-resource-id` - Accepts DB cluster resource
10739
+ # identifiers. The results list will only include information about
10740
+ # the DB clusters identified by these DB cluster resource
10741
+ # identifiers.
10742
+ #
10737
10743
  # * `domain` - Accepts Active Directory directory IDs. The results
10738
10744
  # list only includes information about the DB clusters associated
10739
10745
  # with these domains.
@@ -14282,7 +14288,8 @@ module Aws::RDS
14282
14288
  end
14283
14289
 
14284
14290
  # @!attribute [rw] engine
14285
- # The DB engine. The only supported value is `custom-oracle-ee`.
14291
+ # The DB engine. The only supported values are `custom-oracle-ee` and
14292
+ # `custom-oracle-ee-cdb`.
14286
14293
  # @return [String]
14287
14294
  #
14288
14295
  # @!attribute [rw] engine_version
@@ -14396,14 +14403,10 @@ module Aws::RDS
14396
14403
  # the DB cluster. If this parameter is disabled, changes to the DB
14397
14404
  # cluster are applied during the next maintenance window.
14398
14405
  #
14399
- # The `ApplyImmediately` parameter only affects the
14400
- # `EnableIAMDatabaseAuthentication`, `MasterUserPassword`, and
14401
- # `NewDBClusterIdentifier` values. If the `ApplyImmediately` parameter
14402
- # is disabled, then changes to the `EnableIAMDatabaseAuthentication`,
14403
- # `MasterUserPassword`, and `NewDBClusterIdentifier` values are
14404
- # applied during the next maintenance window. All other changes are
14405
- # applied immediately, regardless of the value of the
14406
- # `ApplyImmediately` parameter.
14406
+ # Most modifications can be applied immediately or during the next
14407
+ # scheduled maintenance window. Some modifications, such as turning on
14408
+ # deletion protection and changing the master password, are applied
14409
+ # immediately—regardless of when you choose to apply them.
14407
14410
  #
14408
14411
  # By default, this parameter is disabled.
14409
14412
  #
data/lib/aws-sdk-rds.rb CHANGED
@@ -78,6 +78,6 @@ require_relative 'aws-sdk-rds/customizations'
78
78
  # @!group service
79
79
  module Aws::RDS
80
80
 
81
- GEM_VERSION = '1.174.0'
81
+ GEM_VERSION = '1.175.0'
82
82
 
83
83
  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.174.0
4
+ version: 1.175.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: 2023-03-29 00:00:00.000000000 Z
11
+ date: 2023-04-06 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: aws-sigv4