aws-sdk-rds 1.223.0 → 1.225.0

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: cf5ff7a76c335839325e3553b3dfbad7ff2b9e2af04561e1c6c2df2738a4c094
4
- data.tar.gz: 6337a121050b82a3926de2d09d159d54d41a21cfe411c5b95860f8fb1b685a29
3
+ metadata.gz: 686a863a533bdb94cd8d111dc0cc5690d1b6dcd7db3350a0b4df0c323df6505e
4
+ data.tar.gz: 13ed3c724363c0ceba3a387a197c5cc767cb5245237e59cab4a0bdbf90331121
5
5
  SHA512:
6
- metadata.gz: 805247ea80911bf42369e97a527f8329ccf6c5edc0693cd27f700f3f5f2d80cd010091551e2f6a82f92fd1e842f241b4a02880d6036e86b29cb8aae008c91778
7
- data.tar.gz: 598055c60d8e3b3cb58152b69119841fc909e3ed06e8fd3ef68d2d20d82e71f891a9ea1f79c12f5a3c2d281876aa166e407fcfa429b0fe34bd20218d0989e93b
6
+ metadata.gz: 90439915f75da6baeafacce16aca253586100a2ff9d951ce5efb4a383c72dd346f980e5f93472bd429d273eb95bc459cd9a1ec4ac35ca3ce3ead48352bc66c1b
7
+ data.tar.gz: b1d894ed3e32ac99a2377276fceba00b0bcd05c35f1ac09e3b8ea2eb5efa114a106549758be0b583b527b5756ce1de20ef72b198c8a43b7b3a15b51ffdf0bde3
data/CHANGELOG.md CHANGED
@@ -1,6 +1,16 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.225.0 (2024-04-11)
5
+ ------------------
6
+
7
+ * Feature - Updates Amazon RDS documentation for Standard Edition 2 support in RDS Custom for Oracle.
8
+
9
+ 1.224.0 (2024-04-09)
10
+ ------------------
11
+
12
+ * Feature - This release adds support for specifying the CA certificate to use for the new db instance when restoring from db snapshot, restoring from s3, restoring to point in time, and creating a db instance read replica.
13
+
4
14
  1.223.0 (2024-03-18)
5
15
  ------------------
6
16
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.223.0
1
+ 1.225.0
@@ -2239,8 +2239,16 @@ module Aws::RDS
2239
2239
  # Creates a custom DB engine version (CEV).
2240
2240
  #
2241
2241
  # @option params [required, String] :engine
2242
- # The database engine to use for your custom engine version (CEV). The
2243
- # only supported value is `custom-oracle-ee`.
2242
+ # The database engine. RDS Custom for Oracle supports the following
2243
+ # values:
2244
+ #
2245
+ # * `custom-oracle-ee`
2246
+ #
2247
+ # * `custom-oracle-ee-cdb`
2248
+ #
2249
+ # * `custom-oracle-se2`
2250
+ #
2251
+ # * `custom-oracle-se2-cdb`
2244
2252
  #
2245
2253
  # @option params [required, String] :engine_version
2246
2254
  # The name of your CEV. The name format is 19.*customized\_string*. For
@@ -2914,7 +2922,8 @@ module Aws::RDS
2914
2922
  # `serverless`.
2915
2923
  #
2916
2924
  # The `serverless` engine mode only applies for Aurora Serverless v1 DB
2917
- # clusters.
2925
+ # clusters. Aurora Serverless v2 DB clusters use the `provisioned`
2926
+ # engine mode.
2918
2927
  #
2919
2928
  # For information about limitations and requirements for Serverless DB
2920
2929
  # clusters, see the following sections in the *Amazon Aurora User
@@ -4431,6 +4440,10 @@ module Aws::RDS
4431
4440
  #
4432
4441
  # * `custom-oracle-ee-cdb` (for RDS Custom for Oracle DB instances)
4433
4442
  #
4443
+ # * `custom-oracle-se2` (for RDS Custom for Oracle DB instances)
4444
+ #
4445
+ # * `custom-oracle-se2-cdb` (for RDS Custom for Oracle DB instances)
4446
+ #
4434
4447
  # * `custom-sqlserver-ee` (for RDS Custom for SQL Server DB instances)
4435
4448
  #
4436
4449
  # * `custom-sqlserver-se` (for RDS Custom for SQL Server DB instances)
@@ -6403,6 +6416,22 @@ module Aws::RDS
6403
6416
  # replica. This option migrates the read replica from the old storage
6404
6417
  # file system layout to the preferred layout.
6405
6418
  #
6419
+ # @option params [String] :ca_certificate_identifier
6420
+ # The CA certificate identifier to use for the read replica's server
6421
+ # certificate.
6422
+ #
6423
+ # This setting doesn't apply to RDS Custom DB instances.
6424
+ #
6425
+ # For more information, see [Using SSL/TLS to encrypt a connection to a
6426
+ # DB instance][1] in the *Amazon RDS User Guide* and [ Using SSL/TLS to
6427
+ # encrypt a connection to a DB cluster][2] in the *Amazon Aurora User
6428
+ # Guide*.
6429
+ #
6430
+ #
6431
+ #
6432
+ # [1]: https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/UsingWithRDS.SSL.html
6433
+ # [2]: https://docs.aws.amazon.com/AmazonRDS/latest/AuroraUserGuide/UsingWithRDS.SSL.html
6434
+ #
6406
6435
  # @option params [String] :source_region
6407
6436
  # The source region of the snapshot. This is only needed when the
6408
6437
  # shapshot is encrypted and in a different region.
@@ -6490,6 +6519,7 @@ module Aws::RDS
6490
6519
  # source_db_cluster_identifier: "String",
6491
6520
  # dedicated_log_volume: false,
6492
6521
  # upgrade_storage_config: false,
6522
+ # ca_certificate_identifier: "String",
6493
6523
  # source_region: "String",
6494
6524
  # })
6495
6525
  #
@@ -8489,8 +8519,16 @@ module Aws::RDS
8489
8519
  # [1]: https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/custom-cev.html#custom-cev.delete
8490
8520
  #
8491
8521
  # @option params [required, String] :engine
8492
- # The database engine. The only supported engines are `custom-oracle-ee`
8493
- # and `custom-oracle-ee-cdb`.
8522
+ # The database engine. RDS Custom for Oracle supports the following
8523
+ # values:
8524
+ #
8525
+ # * `custom-oracle-ee`
8526
+ #
8527
+ # * `custom-oracle-ee-cdb`
8528
+ #
8529
+ # * `custom-oracle-se2`
8530
+ #
8531
+ # * `custom-oracle-se2-cdb`
8494
8532
  #
8495
8533
  # @option params [required, String] :engine_version
8496
8534
  # The custom engine version (CEV) for your DB instance. This option is
@@ -12316,6 +12354,12 @@ module Aws::RDS
12316
12354
  #
12317
12355
  # * `custom-oracle-ee`
12318
12356
  #
12357
+ # * `custom-oracle-ee-cdb`
12358
+ #
12359
+ # * `custom-oracle-se2`
12360
+ #
12361
+ # * `custom-oracle-se2-cdb`
12362
+ #
12319
12363
  # * `db2-ae`
12320
12364
  #
12321
12365
  # * `db2-se`
@@ -14813,6 +14857,8 @@ module Aws::RDS
14813
14857
  #
14814
14858
  # * `custom-oracle-ee-19`
14815
14859
  #
14860
+ # * `custom-oracle-ee-cdb-19`
14861
+ #
14816
14862
  # * `db2-ae`
14817
14863
  #
14818
14864
  # * `db2-se`
@@ -16128,7 +16174,7 @@ module Aws::RDS
16128
16174
  # Describes the orderable DB instance options for a specified DB engine.
16129
16175
  #
16130
16176
  # @option params [required, String] :engine
16131
- # The name of the engine to describe DB instance options for.
16177
+ # The name of the database engine to describe DB instance options for.
16132
16178
  #
16133
16179
  # Valid Values:
16134
16180
  #
@@ -16138,6 +16184,12 @@ module Aws::RDS
16138
16184
  #
16139
16185
  # * `custom-oracle-ee`
16140
16186
  #
16187
+ # * `custom-oracle-ee-cdb`
16188
+ #
16189
+ # * `custom-oracle-se2`
16190
+ #
16191
+ # * `custom-oracle-se2-cdb`
16192
+ #
16141
16193
  # * `db2-ae`
16142
16194
  #
16143
16195
  # * `db2-se`
@@ -16206,7 +16258,7 @@ module Aws::RDS
16206
16258
  #
16207
16259
  # Default: 100
16208
16260
  #
16209
- # Constraints: Minimum 20, maximum 10000.
16261
+ # Constraints: Minimum 20, maximum 1000.
16210
16262
  #
16211
16263
  # @option params [String] :marker
16212
16264
  # An optional pagination token provided by a previous
@@ -18102,8 +18154,16 @@ module Aws::RDS
18102
18154
  # [1]: https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/custom-cev.html#custom-cev.modify
18103
18155
  #
18104
18156
  # @option params [required, String] :engine
18105
- # The DB engine. The only supported values are `custom-oracle-ee` and
18106
- # `custom-oracle-ee-cdb`.
18157
+ # The database engine. RDS Custom for Oracle supports the following
18158
+ # values:
18159
+ #
18160
+ # * `custom-oracle-ee`
18161
+ #
18162
+ # * `custom-oracle-ee-cdb`
18163
+ #
18164
+ # * `custom-oracle-se2`
18165
+ #
18166
+ # * `custom-oracle-se2-cdb`
18107
18167
  #
18108
18168
  # @option params [required, String] :engine_version
18109
18169
  # The custom engine version (CEV) that you want to modify. This option
@@ -19627,6 +19687,15 @@ module Aws::RDS
19627
19687
  # For the valid values for allocated storage for each engine, see
19628
19688
  # `CreateDBInstance`.
19629
19689
  #
19690
+ # Constraints:
19691
+ #
19692
+ # * When you increase the allocated storage for a DB instance that uses
19693
+ # Provisioned IOPS (`gp3`, `io1`, or `io2` storage type), you must
19694
+ # also specify the `Iops` parameter. You can use the current value for
19695
+ # `Iops`.
19696
+ #
19697
+ # ^
19698
+ #
19630
19699
  # @option params [String] :db_instance_class
19631
19700
  # The new compute and memory capacity of the DB instance, for example
19632
19701
  # `db.m4.large`. Not all DB instance classes are available in all Amazon
@@ -20022,7 +20091,9 @@ module Aws::RDS
20022
20091
  # existing value are rounded up so that they are 10% greater than the
20023
20092
  # current value.
20024
20093
  #
20025
- # ^
20094
+ # * When you increase the Provisioned IOPS, you must also specify the
20095
+ # `AllocatedStorage` parameter. You can use the current value for
20096
+ # `AllocatedStorage`.
20026
20097
  #
20027
20098
  # Default: Uses existing setting
20028
20099
  #
@@ -26686,6 +26757,22 @@ module Aws::RDS
26686
26757
  # Specifies whether to enable a dedicated log volume (DLV) for the DB
26687
26758
  # instance.
26688
26759
  #
26760
+ # @option params [String] :ca_certificate_identifier
26761
+ # The CA certificate identifier to use for the DB instance's server
26762
+ # certificate.
26763
+ #
26764
+ # This setting doesn't apply to RDS Custom DB instances.
26765
+ #
26766
+ # For more information, see [Using SSL/TLS to encrypt a connection to a
26767
+ # DB instance][1] in the *Amazon RDS User Guide* and [ Using SSL/TLS to
26768
+ # encrypt a connection to a DB cluster][2] in the *Amazon Aurora User
26769
+ # Guide*.
26770
+ #
26771
+ #
26772
+ #
26773
+ # [1]: https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/UsingWithRDS.SSL.html
26774
+ # [2]: https://docs.aws.amazon.com/AmazonRDS/latest/AuroraUserGuide/UsingWithRDS.SSL.html
26775
+ #
26689
26776
  # @return [Types::RestoreDBInstanceFromDBSnapshotResult] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
26690
26777
  #
26691
26778
  # * {Types::RestoreDBInstanceFromDBSnapshotResult#db_instance #db_instance} => Types::DBInstance
@@ -26781,6 +26868,7 @@ module Aws::RDS
26781
26868
  # db_cluster_snapshot_identifier: "String",
26782
26869
  # allocated_storage: 1,
26783
26870
  # dedicated_log_volume: false,
26871
+ # ca_certificate_identifier: "String",
26784
26872
  # })
26785
26873
  #
26786
26874
  # @example Response structure
@@ -27455,6 +27543,22 @@ module Aws::RDS
27455
27543
  # Specifies whether to enable a dedicated log volume (DLV) for the DB
27456
27544
  # instance.
27457
27545
  #
27546
+ # @option params [String] :ca_certificate_identifier
27547
+ # The CA certificate identifier to use for the DB instance's server
27548
+ # certificate.
27549
+ #
27550
+ # This setting doesn't apply to RDS Custom DB instances.
27551
+ #
27552
+ # For more information, see [Using SSL/TLS to encrypt a connection to a
27553
+ # DB instance][1] in the *Amazon RDS User Guide* and [ Using SSL/TLS to
27554
+ # encrypt a connection to a DB cluster][2] in the *Amazon Aurora User
27555
+ # Guide*.
27556
+ #
27557
+ #
27558
+ #
27559
+ # [1]: https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/UsingWithRDS.SSL.html
27560
+ # [2]: https://docs.aws.amazon.com/AmazonRDS/latest/AuroraUserGuide/UsingWithRDS.SSL.html
27561
+ #
27458
27562
  # @return [Types::RestoreDBInstanceFromS3Result] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
27459
27563
  #
27460
27564
  # * {Types::RestoreDBInstanceFromS3Result#db_instance #db_instance} => Types::DBInstance
@@ -27521,6 +27625,7 @@ module Aws::RDS
27521
27625
  # manage_master_user_password: false,
27522
27626
  # master_user_secret_kms_key_id: "String",
27523
27627
  # dedicated_log_volume: false,
27628
+ # ca_certificate_identifier: "String",
27524
27629
  # })
27525
27630
  #
27526
27631
  # @example Response structure
@@ -28238,6 +28343,22 @@ module Aws::RDS
28238
28343
  # Specifies whether to enable a dedicated log volume (DLV) for the DB
28239
28344
  # instance.
28240
28345
  #
28346
+ # @option params [String] :ca_certificate_identifier
28347
+ # The CA certificate identifier to use for the DB instance's server
28348
+ # certificate.
28349
+ #
28350
+ # This setting doesn't apply to RDS Custom DB instances.
28351
+ #
28352
+ # For more information, see [Using SSL/TLS to encrypt a connection to a
28353
+ # DB instance][1] in the *Amazon RDS User Guide* and [ Using SSL/TLS to
28354
+ # encrypt a connection to a DB cluster][2] in the *Amazon Aurora User
28355
+ # Guide*.
28356
+ #
28357
+ #
28358
+ #
28359
+ # [1]: https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/UsingWithRDS.SSL.html
28360
+ # [2]: https://docs.aws.amazon.com/AmazonRDS/latest/AuroraUserGuide/UsingWithRDS.SSL.html
28361
+ #
28241
28362
  # @return [Types::RestoreDBInstanceToPointInTimeResult] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
28242
28363
  #
28243
28364
  # * {Types::RestoreDBInstanceToPointInTimeResult#db_instance #db_instance} => Types::DBInstance
@@ -28396,6 +28517,7 @@ module Aws::RDS
28396
28517
  # storage_throughput: 1,
28397
28518
  # allocated_storage: 1,
28398
28519
  # dedicated_log_volume: false,
28520
+ # ca_certificate_identifier: "String",
28399
28521
  # })
28400
28522
  #
28401
28523
  # @example Response structure
@@ -30648,7 +30770,7 @@ module Aws::RDS
30648
30770
  params: params,
30649
30771
  config: config)
30650
30772
  context[:gem_name] = 'aws-sdk-rds'
30651
- context[:gem_version] = '1.223.0'
30773
+ context[:gem_version] = '1.225.0'
30652
30774
  Seahorse::Client::Request.new(handlers, context)
30653
30775
  end
30654
30776
 
@@ -1208,6 +1208,7 @@ module Aws::RDS
1208
1208
  CreateDBInstanceReadReplicaMessage.add_member(:source_db_cluster_identifier, Shapes::ShapeRef.new(shape: String, location_name: "SourceDBClusterIdentifier"))
1209
1209
  CreateDBInstanceReadReplicaMessage.add_member(:dedicated_log_volume, Shapes::ShapeRef.new(shape: BooleanOptional, location_name: "DedicatedLogVolume"))
1210
1210
  CreateDBInstanceReadReplicaMessage.add_member(:upgrade_storage_config, Shapes::ShapeRef.new(shape: BooleanOptional, location_name: "UpgradeStorageConfig"))
1211
+ CreateDBInstanceReadReplicaMessage.add_member(:ca_certificate_identifier, Shapes::ShapeRef.new(shape: String, location_name: "CACertificateIdentifier"))
1211
1212
  CreateDBInstanceReadReplicaMessage.add_member(:source_region, Shapes::ShapeRef.new(shape: String, location_name: "SourceRegion"))
1212
1213
  CreateDBInstanceReadReplicaMessage.struct_class = Types::CreateDBInstanceReadReplicaMessage
1213
1214
 
@@ -3871,6 +3872,7 @@ module Aws::RDS
3871
3872
  RestoreDBInstanceFromDBSnapshotMessage.add_member(:db_cluster_snapshot_identifier, Shapes::ShapeRef.new(shape: String, location_name: "DBClusterSnapshotIdentifier"))
3872
3873
  RestoreDBInstanceFromDBSnapshotMessage.add_member(:allocated_storage, Shapes::ShapeRef.new(shape: IntegerOptional, location_name: "AllocatedStorage"))
3873
3874
  RestoreDBInstanceFromDBSnapshotMessage.add_member(:dedicated_log_volume, Shapes::ShapeRef.new(shape: BooleanOptional, location_name: "DedicatedLogVolume"))
3875
+ RestoreDBInstanceFromDBSnapshotMessage.add_member(:ca_certificate_identifier, Shapes::ShapeRef.new(shape: String, location_name: "CACertificateIdentifier"))
3874
3876
  RestoreDBInstanceFromDBSnapshotMessage.struct_class = Types::RestoreDBInstanceFromDBSnapshotMessage
3875
3877
 
3876
3878
  RestoreDBInstanceFromDBSnapshotResult.add_member(:db_instance, Shapes::ShapeRef.new(shape: DBInstance, location_name: "DBInstance"))
@@ -3925,6 +3927,7 @@ module Aws::RDS
3925
3927
  RestoreDBInstanceFromS3Message.add_member(:manage_master_user_password, Shapes::ShapeRef.new(shape: BooleanOptional, location_name: "ManageMasterUserPassword"))
3926
3928
  RestoreDBInstanceFromS3Message.add_member(:master_user_secret_kms_key_id, Shapes::ShapeRef.new(shape: String, location_name: "MasterUserSecretKmsKeyId"))
3927
3929
  RestoreDBInstanceFromS3Message.add_member(:dedicated_log_volume, Shapes::ShapeRef.new(shape: BooleanOptional, location_name: "DedicatedLogVolume"))
3930
+ RestoreDBInstanceFromS3Message.add_member(:ca_certificate_identifier, Shapes::ShapeRef.new(shape: String, location_name: "CACertificateIdentifier"))
3928
3931
  RestoreDBInstanceFromS3Message.struct_class = Types::RestoreDBInstanceFromS3Message
3929
3932
 
3930
3933
  RestoreDBInstanceFromS3Result.add_member(:db_instance, Shapes::ShapeRef.new(shape: DBInstance, location_name: "DBInstance"))
@@ -3974,6 +3977,7 @@ module Aws::RDS
3974
3977
  RestoreDBInstanceToPointInTimeMessage.add_member(:storage_throughput, Shapes::ShapeRef.new(shape: IntegerOptional, location_name: "StorageThroughput"))
3975
3978
  RestoreDBInstanceToPointInTimeMessage.add_member(:allocated_storage, Shapes::ShapeRef.new(shape: IntegerOptional, location_name: "AllocatedStorage"))
3976
3979
  RestoreDBInstanceToPointInTimeMessage.add_member(:dedicated_log_volume, Shapes::ShapeRef.new(shape: BooleanOptional, location_name: "DedicatedLogVolume"))
3980
+ RestoreDBInstanceToPointInTimeMessage.add_member(:ca_certificate_identifier, Shapes::ShapeRef.new(shape: String, location_name: "CACertificateIdentifier"))
3977
3981
  RestoreDBInstanceToPointInTimeMessage.struct_class = Types::RestoreDBInstanceToPointInTimeMessage
3978
3982
 
3979
3983
  RestoreDBInstanceToPointInTimeResult.add_member(:db_instance, Shapes::ShapeRef.new(shape: DBInstance, location_name: "DBInstance"))
@@ -4624,6 +4628,7 @@ module Aws::RDS
4624
4628
  o.errors << Shapes::ShapeRef.new(shape: DomainNotFoundFault)
4625
4629
  o.errors << Shapes::ShapeRef.new(shape: NetworkTypeNotSupported)
4626
4630
  o.errors << Shapes::ShapeRef.new(shape: TenantDatabaseQuotaExceededFault)
4631
+ o.errors << Shapes::ShapeRef.new(shape: CertificateNotFoundFault)
4627
4632
  end)
4628
4633
 
4629
4634
  api.add_operation(:create_db_parameter_group, Seahorse::Model::Operation.new.tap do |o|
@@ -6269,6 +6274,7 @@ module Aws::RDS
6269
6274
  o.errors << Shapes::ShapeRef.new(shape: BackupPolicyNotFoundFault)
6270
6275
  o.errors << Shapes::ShapeRef.new(shape: NetworkTypeNotSupported)
6271
6276
  o.errors << Shapes::ShapeRef.new(shape: DBClusterSnapshotNotFoundFault)
6277
+ o.errors << Shapes::ShapeRef.new(shape: CertificateNotFoundFault)
6272
6278
  o.errors << Shapes::ShapeRef.new(shape: TenantDatabaseQuotaExceededFault)
6273
6279
  end)
6274
6280
 
@@ -6296,6 +6302,7 @@ module Aws::RDS
6296
6302
  o.errors << Shapes::ShapeRef.new(shape: KMSKeyNotAccessibleFault)
6297
6303
  o.errors << Shapes::ShapeRef.new(shape: BackupPolicyNotFoundFault)
6298
6304
  o.errors << Shapes::ShapeRef.new(shape: NetworkTypeNotSupported)
6305
+ o.errors << Shapes::ShapeRef.new(shape: CertificateNotFoundFault)
6299
6306
  end)
6300
6307
 
6301
6308
  api.add_operation(:restore_db_instance_to_point_in_time, Seahorse::Model::Operation.new.tap do |o|
@@ -6328,6 +6335,7 @@ module Aws::RDS
6328
6335
  o.errors << Shapes::ShapeRef.new(shape: DBInstanceAutomatedBackupNotFoundFault)
6329
6336
  o.errors << Shapes::ShapeRef.new(shape: NetworkTypeNotSupported)
6330
6337
  o.errors << Shapes::ShapeRef.new(shape: TenantDatabaseQuotaExceededFault)
6338
+ o.errors << Shapes::ShapeRef.new(shape: CertificateNotFoundFault)
6331
6339
  end)
6332
6340
 
6333
6341
  api.add_operation(:revoke_db_security_group_ingress, Seahorse::Model::Operation.new.tap do |o|
@@ -1299,7 +1299,8 @@ module Aws::RDS
1299
1299
  # `serverless`.
1300
1300
  #
1301
1301
  # The `serverless` engine mode only applies for Aurora Serverless v1 DB
1302
- # clusters.
1302
+ # clusters. Aurora Serverless v2 DB clusters use the `provisioned`
1303
+ # engine mode.
1303
1304
  #
1304
1305
  # For information about limitations and requirements for Serverless DB
1305
1306
  # clusters, see the following sections in the *Amazon Aurora User
@@ -1273,6 +1273,10 @@ module Aws::RDS
1273
1273
  #
1274
1274
  # * `custom-oracle-ee-cdb` (for RDS Custom for Oracle DB instances)
1275
1275
  #
1276
+ # * `custom-oracle-se2` (for RDS Custom for Oracle DB instances)
1277
+ #
1278
+ # * `custom-oracle-se2-cdb` (for RDS Custom for Oracle DB instances)
1279
+ #
1276
1280
  # * `custom-sqlserver-ee` (for RDS Custom for SQL Server DB instances)
1277
1281
  #
1278
1282
  # * `custom-sqlserver-se` (for RDS Custom for SQL Server DB instances)
@@ -2233,6 +2237,7 @@ module Aws::RDS
2233
2237
  # source_db_cluster_identifier: "String",
2234
2238
  # dedicated_log_volume: false,
2235
2239
  # upgrade_storage_config: false,
2240
+ # ca_certificate_identifier: "String",
2236
2241
  # source_region: "String",
2237
2242
  # })
2238
2243
  # @param [Hash] options ({})
@@ -2791,6 +2796,21 @@ module Aws::RDS
2791
2796
  # Whether to upgrade the storage file system configuration on the read
2792
2797
  # replica. This option migrates the read replica from the old storage
2793
2798
  # file system layout to the preferred layout.
2799
+ # @option options [String] :ca_certificate_identifier
2800
+ # The CA certificate identifier to use for the read replica's server
2801
+ # certificate.
2802
+ #
2803
+ # This setting doesn't apply to RDS Custom DB instances.
2804
+ #
2805
+ # For more information, see [Using SSL/TLS to encrypt a connection to a
2806
+ # DB instance][1] in the *Amazon RDS User Guide* and [ Using SSL/TLS to
2807
+ # encrypt a connection to a DB cluster][2] in the *Amazon Aurora User
2808
+ # Guide*.
2809
+ #
2810
+ #
2811
+ #
2812
+ # [1]: https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/UsingWithRDS.SSL.html
2813
+ # [2]: https://docs.aws.amazon.com/AmazonRDS/latest/AuroraUserGuide/UsingWithRDS.SSL.html
2794
2814
  # @option options [String] :source_region
2795
2815
  # The source region of the snapshot. This is only needed when the
2796
2816
  # shapshot is encrypted and in a different region.
@@ -3004,6 +3024,15 @@ module Aws::RDS
3004
3024
  #
3005
3025
  # For the valid values for allocated storage for each engine, see
3006
3026
  # `CreateDBInstance`.
3027
+ #
3028
+ # Constraints:
3029
+ #
3030
+ # * When you increase the allocated storage for a DB instance that uses
3031
+ # Provisioned IOPS (`gp3`, `io1`, or `io2` storage type), you must
3032
+ # also specify the `Iops` parameter. You can use the current value for
3033
+ # `Iops`.
3034
+ #
3035
+ # ^
3007
3036
  # @option options [String] :db_instance_class
3008
3037
  # The new compute and memory capacity of the DB instance, for example
3009
3038
  # `db.m4.large`. Not all DB instance classes are available in all Amazon
@@ -3384,7 +3413,9 @@ module Aws::RDS
3384
3413
  # existing value are rounded up so that they are 10% greater than the
3385
3414
  # current value.
3386
3415
  #
3387
- # ^
3416
+ # * When you increase the Provisioned IOPS, you must also specify the
3417
+ # `AllocatedStorage` parameter. You can use the current value for
3418
+ # `AllocatedStorage`.
3388
3419
  #
3389
3420
  # Default: Uses existing setting
3390
3421
  # @option options [String] :option_group_name
@@ -4134,6 +4165,7 @@ module Aws::RDS
4134
4165
  # storage_throughput: 1,
4135
4166
  # allocated_storage: 1,
4136
4167
  # dedicated_log_volume: false,
4168
+ # ca_certificate_identifier: "String",
4137
4169
  # })
4138
4170
  # @param [Hash] options ({})
4139
4171
  # @option options [required, String] :target_db_instance_identifier
@@ -4608,6 +4640,21 @@ module Aws::RDS
4608
4640
  # @option options [Boolean] :dedicated_log_volume
4609
4641
  # Specifies whether to enable a dedicated log volume (DLV) for the DB
4610
4642
  # instance.
4643
+ # @option options [String] :ca_certificate_identifier
4644
+ # The CA certificate identifier to use for the DB instance's server
4645
+ # certificate.
4646
+ #
4647
+ # This setting doesn't apply to RDS Custom DB instances.
4648
+ #
4649
+ # For more information, see [Using SSL/TLS to encrypt a connection to a
4650
+ # DB instance][1] in the *Amazon RDS User Guide* and [ Using SSL/TLS to
4651
+ # encrypt a connection to a DB cluster][2] in the *Amazon Aurora User
4652
+ # Guide*.
4653
+ #
4654
+ #
4655
+ #
4656
+ # [1]: https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/UsingWithRDS.SSL.html
4657
+ # [2]: https://docs.aws.amazon.com/AmazonRDS/latest/AuroraUserGuide/UsingWithRDS.SSL.html
4611
4658
  # @return [DBInstance]
4612
4659
  def restore(options = {})
4613
4660
  options = options.merge(source_db_instance_identifier: @id)
@@ -706,6 +706,7 @@ module Aws::RDS
706
706
  # db_cluster_snapshot_identifier: "String",
707
707
  # allocated_storage: 1,
708
708
  # dedicated_log_volume: false,
709
+ # ca_certificate_identifier: "String",
709
710
  # })
710
711
  # @param [Hash] options ({})
711
712
  # @option options [required, String] :db_instance_identifier
@@ -1154,6 +1155,21 @@ module Aws::RDS
1154
1155
  # @option options [Boolean] :dedicated_log_volume
1155
1156
  # Specifies whether to enable a dedicated log volume (DLV) for the DB
1156
1157
  # instance.
1158
+ # @option options [String] :ca_certificate_identifier
1159
+ # The CA certificate identifier to use for the DB instance's server
1160
+ # certificate.
1161
+ #
1162
+ # This setting doesn't apply to RDS Custom DB instances.
1163
+ #
1164
+ # For more information, see [Using SSL/TLS to encrypt a connection to a
1165
+ # DB instance][1] in the *Amazon RDS User Guide* and [ Using SSL/TLS to
1166
+ # encrypt a connection to a DB cluster][2] in the *Amazon Aurora User
1167
+ # Guide*.
1168
+ #
1169
+ #
1170
+ #
1171
+ # [1]: https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/UsingWithRDS.SSL.html
1172
+ # [2]: https://docs.aws.amazon.com/AmazonRDS/latest/AuroraUserGuide/UsingWithRDS.SSL.html
1157
1173
  # @return [DBInstance]
1158
1174
  def restore(options = {})
1159
1175
  options = options.merge(db_snapshot_identifier: @snapshot_id)
@@ -501,7 +501,8 @@ module Aws::RDS
501
501
  # `serverless`.
502
502
  #
503
503
  # The `serverless` engine mode only applies for Aurora Serverless v1 DB
504
- # clusters.
504
+ # clusters. Aurora Serverless v2 DB clusters use the `provisioned`
505
+ # engine mode.
505
506
  #
506
507
  # For information about limitations and requirements for Serverless DB
507
508
  # clusters, see the following sections in the *Amazon Aurora User
@@ -1360,6 +1361,10 @@ module Aws::RDS
1360
1361
  #
1361
1362
  # * `custom-oracle-ee-cdb` (for RDS Custom for Oracle DB instances)
1362
1363
  #
1364
+ # * `custom-oracle-se2` (for RDS Custom for Oracle DB instances)
1365
+ #
1366
+ # * `custom-oracle-se2-cdb` (for RDS Custom for Oracle DB instances)
1367
+ #
1363
1368
  # * `custom-sqlserver-ee` (for RDS Custom for SQL Server DB instances)
1364
1369
  #
1365
1370
  # * `custom-sqlserver-se` (for RDS Custom for SQL Server DB instances)
@@ -2896,6 +2901,12 @@ module Aws::RDS
2896
2901
  #
2897
2902
  # * `custom-oracle-ee`
2898
2903
  #
2904
+ # * `custom-oracle-ee-cdb`
2905
+ #
2906
+ # * `custom-oracle-se2`
2907
+ #
2908
+ # * `custom-oracle-se2-cdb`
2909
+ #
2899
2910
  # * `db2-ae`
2900
2911
  #
2901
2912
  # * `db2-se`
@@ -1864,8 +1864,16 @@ module Aws::RDS
1864
1864
  class CreateCustomDBEngineVersionFault < Aws::EmptyStructure; end
1865
1865
 
1866
1866
  # @!attribute [rw] engine
1867
- # The database engine to use for your custom engine version (CEV). The
1868
- # only supported value is `custom-oracle-ee`.
1867
+ # The database engine. RDS Custom for Oracle supports the following
1868
+ # values:
1869
+ #
1870
+ # * `custom-oracle-ee`
1871
+ #
1872
+ # * `custom-oracle-ee-cdb`
1873
+ #
1874
+ # * `custom-oracle-se2`
1875
+ #
1876
+ # * `custom-oracle-se2-cdb`
1869
1877
  # @return [String]
1870
1878
  #
1871
1879
  # @!attribute [rw] engine_version
@@ -2485,7 +2493,8 @@ module Aws::RDS
2485
2493
  # `serverless`.
2486
2494
  #
2487
2495
  # The `serverless` engine mode only applies for Aurora Serverless v1
2488
- # DB clusters.
2496
+ # DB clusters. Aurora Serverless v2 DB clusters use the `provisioned`
2497
+ # engine mode.
2489
2498
  #
2490
2499
  # For information about limitations and requirements for Serverless DB
2491
2500
  # clusters, see the following sections in the *Amazon Aurora User
@@ -3492,6 +3501,10 @@ module Aws::RDS
3492
3501
  #
3493
3502
  # * `custom-oracle-ee-cdb` (for RDS Custom for Oracle DB instances)
3494
3503
  #
3504
+ # * `custom-oracle-se2` (for RDS Custom for Oracle DB instances)
3505
+ #
3506
+ # * `custom-oracle-se2-cdb` (for RDS Custom for Oracle DB instances)
3507
+ #
3495
3508
  # * `custom-sqlserver-ee` (for RDS Custom for SQL Server DB instances)
3496
3509
  #
3497
3510
  # * `custom-sqlserver-se` (for RDS Custom for SQL Server DB instances)
@@ -5271,6 +5284,23 @@ module Aws::RDS
5271
5284
  # file system layout to the preferred layout.
5272
5285
  # @return [Boolean]
5273
5286
  #
5287
+ # @!attribute [rw] ca_certificate_identifier
5288
+ # The CA certificate identifier to use for the read replica's server
5289
+ # certificate.
5290
+ #
5291
+ # This setting doesn't apply to RDS Custom DB instances.
5292
+ #
5293
+ # For more information, see [Using SSL/TLS to encrypt a connection to
5294
+ # a DB instance][1] in the *Amazon RDS User Guide* and [ Using SSL/TLS
5295
+ # to encrypt a connection to a DB cluster][2] in the *Amazon Aurora
5296
+ # User Guide*.
5297
+ #
5298
+ #
5299
+ #
5300
+ # [1]: https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/UsingWithRDS.SSL.html
5301
+ # [2]: https://docs.aws.amazon.com/AmazonRDS/latest/AuroraUserGuide/UsingWithRDS.SSL.html
5302
+ # @return [String]
5303
+ #
5274
5304
  # @!attribute [rw] source_region
5275
5305
  # The source region of the snapshot. This is only needed when the
5276
5306
  # shapshot is encrypted and in a different region.
@@ -5323,6 +5353,7 @@ module Aws::RDS
5323
5353
  :source_db_cluster_identifier,
5324
5354
  :dedicated_log_volume,
5325
5355
  :upgrade_storage_config,
5356
+ :ca_certificate_identifier,
5326
5357
  :source_region)
5327
5358
  SENSITIVE = []
5328
5359
  include Aws::Structure
@@ -10953,8 +10984,16 @@ module Aws::RDS
10953
10984
  end
10954
10985
 
10955
10986
  # @!attribute [rw] engine
10956
- # The database engine. The only supported engines are
10957
- # `custom-oracle-ee` and `custom-oracle-ee-cdb`.
10987
+ # The database engine. RDS Custom for Oracle supports the following
10988
+ # values:
10989
+ #
10990
+ # * `custom-oracle-ee`
10991
+ #
10992
+ # * `custom-oracle-ee-cdb`
10993
+ #
10994
+ # * `custom-oracle-se2`
10995
+ #
10996
+ # * `custom-oracle-se2-cdb`
10958
10997
  # @return [String]
10959
10998
  #
10960
10999
  # @!attribute [rw] engine_version
@@ -12316,6 +12355,12 @@ module Aws::RDS
12316
12355
  #
12317
12356
  # * `custom-oracle-ee`
12318
12357
  #
12358
+ # * `custom-oracle-ee-cdb`
12359
+ #
12360
+ # * `custom-oracle-se2`
12361
+ #
12362
+ # * `custom-oracle-se2-cdb`
12363
+ #
12319
12364
  # * `db2-ae`
12320
12365
  #
12321
12366
  # * `db2-se`
@@ -13663,6 +13708,8 @@ module Aws::RDS
13663
13708
  #
13664
13709
  # * `custom-oracle-ee-19`
13665
13710
  #
13711
+ # * `custom-oracle-ee-cdb-19`
13712
+ #
13666
13713
  # * `db2-ae`
13667
13714
  #
13668
13715
  # * `db2-se`
@@ -14295,7 +14342,7 @@ module Aws::RDS
14295
14342
  end
14296
14343
 
14297
14344
  # @!attribute [rw] engine
14298
- # The name of the engine to describe DB instance options for.
14345
+ # The name of the database engine to describe DB instance options for.
14299
14346
  #
14300
14347
  # Valid Values:
14301
14348
  #
@@ -14305,6 +14352,12 @@ module Aws::RDS
14305
14352
  #
14306
14353
  # * `custom-oracle-ee`
14307
14354
  #
14355
+ # * `custom-oracle-ee-cdb`
14356
+ #
14357
+ # * `custom-oracle-se2`
14358
+ #
14359
+ # * `custom-oracle-se2-cdb`
14360
+ #
14308
14361
  # * `db2-ae`
14309
14362
  #
14310
14363
  # * `db2-se`
@@ -14380,7 +14433,7 @@ module Aws::RDS
14380
14433
  #
14381
14434
  # Default: 100
14382
14435
  #
14383
- # Constraints: Minimum 20, maximum 10000.
14436
+ # Constraints: Minimum 20, maximum 1000.
14384
14437
  # @return [Integer]
14385
14438
  #
14386
14439
  # @!attribute [rw] marker
@@ -16653,8 +16706,16 @@ module Aws::RDS
16653
16706
  end
16654
16707
 
16655
16708
  # @!attribute [rw] engine
16656
- # The DB engine. The only supported values are `custom-oracle-ee` and
16657
- # `custom-oracle-ee-cdb`.
16709
+ # The database engine. RDS Custom for Oracle supports the following
16710
+ # values:
16711
+ #
16712
+ # * `custom-oracle-ee`
16713
+ #
16714
+ # * `custom-oracle-ee-cdb`
16715
+ #
16716
+ # * `custom-oracle-se2`
16717
+ #
16718
+ # * `custom-oracle-se2-cdb`
16658
16719
  # @return [String]
16659
16720
  #
16660
16721
  # @!attribute [rw] engine_version
@@ -17699,6 +17760,15 @@ module Aws::RDS
17699
17760
  #
17700
17761
  # For the valid values for allocated storage for each engine, see
17701
17762
  # `CreateDBInstance`.
17763
+ #
17764
+ # Constraints:
17765
+ #
17766
+ # * When you increase the allocated storage for a DB instance that
17767
+ # uses Provisioned IOPS (`gp3`, `io1`, or `io2` storage type), you
17768
+ # must also specify the `Iops` parameter. You can use the current
17769
+ # value for `Iops`.
17770
+ #
17771
+ # ^
17702
17772
  # @return [Integer]
17703
17773
  #
17704
17774
  # @!attribute [rw] db_instance_class
@@ -18116,7 +18186,9 @@ module Aws::RDS
18116
18186
  # the existing value are rounded up so that they are 10% greater
18117
18187
  # than the current value.
18118
18188
  #
18119
- # ^
18189
+ # * When you increase the Provisioned IOPS, you must also specify the
18190
+ # `AllocatedStorage` parameter. You can use the current value for
18191
+ # `AllocatedStorage`.
18120
18192
  #
18121
18193
  # Default: Uses existing setting
18122
18194
  # @return [Integer]
@@ -24077,6 +24149,23 @@ module Aws::RDS
24077
24149
  # instance.
24078
24150
  # @return [Boolean]
24079
24151
  #
24152
+ # @!attribute [rw] ca_certificate_identifier
24153
+ # The CA certificate identifier to use for the DB instance's server
24154
+ # certificate.
24155
+ #
24156
+ # This setting doesn't apply to RDS Custom DB instances.
24157
+ #
24158
+ # For more information, see [Using SSL/TLS to encrypt a connection to
24159
+ # a DB instance][1] in the *Amazon RDS User Guide* and [ Using SSL/TLS
24160
+ # to encrypt a connection to a DB cluster][2] in the *Amazon Aurora
24161
+ # User Guide*.
24162
+ #
24163
+ #
24164
+ #
24165
+ # [1]: https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/UsingWithRDS.SSL.html
24166
+ # [2]: https://docs.aws.amazon.com/AmazonRDS/latest/AuroraUserGuide/UsingWithRDS.SSL.html
24167
+ # @return [String]
24168
+ #
24080
24169
  # @see http://docs.aws.amazon.com/goto/WebAPI/rds-2014-10-31/RestoreDBInstanceFromDBSnapshotMessage AWS API Documentation
24081
24170
  #
24082
24171
  class RestoreDBInstanceFromDBSnapshotMessage < Struct.new(
@@ -24119,7 +24208,8 @@ module Aws::RDS
24119
24208
  :storage_throughput,
24120
24209
  :db_cluster_snapshot_identifier,
24121
24210
  :allocated_storage,
24122
- :dedicated_log_volume)
24211
+ :dedicated_log_volume,
24212
+ :ca_certificate_identifier)
24123
24213
  SENSITIVE = []
24124
24214
  include Aws::Structure
24125
24215
  end
@@ -24686,6 +24776,23 @@ module Aws::RDS
24686
24776
  # instance.
24687
24777
  # @return [Boolean]
24688
24778
  #
24779
+ # @!attribute [rw] ca_certificate_identifier
24780
+ # The CA certificate identifier to use for the DB instance's server
24781
+ # certificate.
24782
+ #
24783
+ # This setting doesn't apply to RDS Custom DB instances.
24784
+ #
24785
+ # For more information, see [Using SSL/TLS to encrypt a connection to
24786
+ # a DB instance][1] in the *Amazon RDS User Guide* and [ Using SSL/TLS
24787
+ # to encrypt a connection to a DB cluster][2] in the *Amazon Aurora
24788
+ # User Guide*.
24789
+ #
24790
+ #
24791
+ #
24792
+ # [1]: https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/UsingWithRDS.SSL.html
24793
+ # [2]: https://docs.aws.amazon.com/AmazonRDS/latest/AuroraUserGuide/UsingWithRDS.SSL.html
24794
+ # @return [String]
24795
+ #
24689
24796
  # @see http://docs.aws.amazon.com/goto/WebAPI/rds-2014-10-31/RestoreDBInstanceFromS3Message AWS API Documentation
24690
24797
  #
24691
24798
  class RestoreDBInstanceFromS3Message < Struct.new(
@@ -24737,7 +24844,8 @@ module Aws::RDS
24737
24844
  :storage_throughput,
24738
24845
  :manage_master_user_password,
24739
24846
  :master_user_secret_kms_key_id,
24740
- :dedicated_log_volume)
24847
+ :dedicated_log_volume,
24848
+ :ca_certificate_identifier)
24741
24849
  SENSITIVE = []
24742
24850
  include Aws::Structure
24743
24851
  end
@@ -25337,6 +25445,23 @@ module Aws::RDS
25337
25445
  # instance.
25338
25446
  # @return [Boolean]
25339
25447
  #
25448
+ # @!attribute [rw] ca_certificate_identifier
25449
+ # The CA certificate identifier to use for the DB instance's server
25450
+ # certificate.
25451
+ #
25452
+ # This setting doesn't apply to RDS Custom DB instances.
25453
+ #
25454
+ # For more information, see [Using SSL/TLS to encrypt a connection to
25455
+ # a DB instance][1] in the *Amazon RDS User Guide* and [ Using SSL/TLS
25456
+ # to encrypt a connection to a DB cluster][2] in the *Amazon Aurora
25457
+ # User Guide*.
25458
+ #
25459
+ #
25460
+ #
25461
+ # [1]: https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/UsingWithRDS.SSL.html
25462
+ # [2]: https://docs.aws.amazon.com/AmazonRDS/latest/AuroraUserGuide/UsingWithRDS.SSL.html
25463
+ # @return [String]
25464
+ #
25340
25465
  # @see http://docs.aws.amazon.com/goto/WebAPI/rds-2014-10-31/RestoreDBInstanceToPointInTimeMessage AWS API Documentation
25341
25466
  #
25342
25467
  class RestoreDBInstanceToPointInTimeMessage < Struct.new(
@@ -25383,7 +25508,8 @@ module Aws::RDS
25383
25508
  :network_type,
25384
25509
  :storage_throughput,
25385
25510
  :allocated_storage,
25386
- :dedicated_log_volume)
25511
+ :dedicated_log_volume,
25512
+ :ca_certificate_identifier)
25387
25513
  SENSITIVE = []
25388
25514
  include Aws::Structure
25389
25515
  end
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.223.0'
81
+ GEM_VERSION = '1.225.0'
82
82
 
83
83
  end
data/sig/client.rbs CHANGED
@@ -645,6 +645,7 @@ module Aws
645
645
  ?source_db_cluster_identifier: ::String,
646
646
  ?dedicated_log_volume: bool,
647
647
  ?upgrade_storage_config: bool,
648
+ ?ca_certificate_identifier: ::String,
648
649
  ?source_region: ::String
649
650
  ) -> _CreateDBInstanceReadReplicaResponseSuccess
650
651
  | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _CreateDBInstanceReadReplicaResponseSuccess
@@ -3087,7 +3088,8 @@ module Aws
3087
3088
  ?storage_throughput: ::Integer,
3088
3089
  ?db_cluster_snapshot_identifier: ::String,
3089
3090
  ?allocated_storage: ::Integer,
3090
- ?dedicated_log_volume: bool
3091
+ ?dedicated_log_volume: bool,
3092
+ ?ca_certificate_identifier: ::String
3091
3093
  ) -> _RestoreDBInstanceFromDBSnapshotResponseSuccess
3092
3094
  | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _RestoreDBInstanceFromDBSnapshotResponseSuccess
3093
3095
 
@@ -3155,7 +3157,8 @@ module Aws
3155
3157
  ?storage_throughput: ::Integer,
3156
3158
  ?manage_master_user_password: bool,
3157
3159
  ?master_user_secret_kms_key_id: ::String,
3158
- ?dedicated_log_volume: bool
3160
+ ?dedicated_log_volume: bool,
3161
+ ?ca_certificate_identifier: ::String
3159
3162
  ) -> _RestoreDBInstanceFromS3ResponseSuccess
3160
3163
  | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _RestoreDBInstanceFromS3ResponseSuccess
3161
3164
 
@@ -3218,7 +3221,8 @@ module Aws
3218
3221
  ?network_type: ::String,
3219
3222
  ?storage_throughput: ::Integer,
3220
3223
  ?allocated_storage: ::Integer,
3221
- ?dedicated_log_volume: bool
3224
+ ?dedicated_log_volume: bool,
3225
+ ?ca_certificate_identifier: ::String
3222
3226
  ) -> _RestoreDBInstanceToPointInTimeResponseSuccess
3223
3227
  | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _RestoreDBInstanceToPointInTimeResponseSuccess
3224
3228
 
data/sig/db_instance.rbs CHANGED
@@ -414,6 +414,7 @@ module Aws
414
414
  ?source_db_cluster_identifier: ::String,
415
415
  ?dedicated_log_volume: bool,
416
416
  ?upgrade_storage_config: bool,
417
+ ?ca_certificate_identifier: ::String,
417
418
  ?source_region: ::String
418
419
  ) -> DBInstance
419
420
  | (?Hash[Symbol, untyped]) -> DBInstance
@@ -577,7 +578,8 @@ module Aws
577
578
  ?network_type: ::String,
578
579
  ?storage_throughput: ::Integer,
579
580
  ?allocated_storage: ::Integer,
580
- ?dedicated_log_volume: bool
581
+ ?dedicated_log_volume: bool,
582
+ ?ca_certificate_identifier: ::String
581
583
  ) -> DBInstance
582
584
  | (?Hash[Symbol, untyped]) -> DBInstance
583
585
 
data/sig/db_snapshot.rbs CHANGED
@@ -222,7 +222,8 @@ module Aws
222
222
  ?storage_throughput: ::Integer,
223
223
  ?db_cluster_snapshot_identifier: ::String,
224
224
  ?allocated_storage: ::Integer,
225
- ?dedicated_log_volume: bool
225
+ ?dedicated_log_volume: bool,
226
+ ?ca_certificate_identifier: ::String
226
227
  ) -> DBInstance
227
228
  | (?Hash[Symbol, untyped]) -> DBInstance
228
229
 
data/sig/types.rbs CHANGED
@@ -538,6 +538,7 @@ module Aws::RDS
538
538
  attr_accessor source_db_cluster_identifier: ::String
539
539
  attr_accessor dedicated_log_volume: bool
540
540
  attr_accessor upgrade_storage_config: bool
541
+ attr_accessor ca_certificate_identifier: ::String
541
542
  attr_accessor source_region: ::String
542
543
  SENSITIVE: []
543
544
  end
@@ -3778,6 +3779,7 @@ module Aws::RDS
3778
3779
  attr_accessor db_cluster_snapshot_identifier: ::String
3779
3780
  attr_accessor allocated_storage: ::Integer
3780
3781
  attr_accessor dedicated_log_volume: bool
3782
+ attr_accessor ca_certificate_identifier: ::String
3781
3783
  SENSITIVE: []
3782
3784
  end
3783
3785
 
@@ -3836,6 +3838,7 @@ module Aws::RDS
3836
3838
  attr_accessor manage_master_user_password: bool
3837
3839
  attr_accessor master_user_secret_kms_key_id: ::String
3838
3840
  attr_accessor dedicated_log_volume: bool
3841
+ attr_accessor ca_certificate_identifier: ::String
3839
3842
  SENSITIVE: []
3840
3843
  end
3841
3844
 
@@ -3889,6 +3892,7 @@ module Aws::RDS
3889
3892
  attr_accessor storage_throughput: ::Integer
3890
3893
  attr_accessor allocated_storage: ::Integer
3891
3894
  attr_accessor dedicated_log_volume: bool
3895
+ attr_accessor ca_certificate_identifier: ::String
3892
3896
  SENSITIVE: []
3893
3897
  end
3894
3898
 
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.223.0
4
+ version: 1.225.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: 2024-03-18 00:00:00.000000000 Z
11
+ date: 2024-04-11 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: aws-sdk-core