aws-sdk-rds 1.223.0 → 1.224.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/CHANGELOG.md +5 -0
- data/VERSION +1 -1
- data/lib/aws-sdk-rds/client.rb +71 -2
- data/lib/aws-sdk-rds/client_api.rb +8 -0
- data/lib/aws-sdk-rds/db_cluster.rb +2 -1
- data/lib/aws-sdk-rds/db_instance.rb +32 -0
- data/lib/aws-sdk-rds/db_snapshot.rb +16 -0
- data/lib/aws-sdk-rds/resource.rb +2 -1
- data/lib/aws-sdk-rds/types.rb +77 -4
- data/lib/aws-sdk-rds.rb +1 -1
- data/sig/client.rbs +7 -3
- data/sig/db_instance.rbs +3 -1
- data/sig/db_snapshot.rbs +2 -1
- data/sig/types.rbs +4 -0
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 2220d80eb06ef67ca2ebd063fd31cf81c297a38ec1a917e60329e178699bf943
|
4
|
+
data.tar.gz: 570598031726e06b71a3bca1c55e19df2036989903db43cc379386ddf7c6522c
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 48a066de518402ab2f68f01832989f86af63f40d549c9ada22945ea5da06575be37f757396395de04d14f8317fc1428dc7f480497b102d8620fda5ca44c9c768
|
7
|
+
data.tar.gz: c578cf27528687f3ae0b93627ab61ad71e3bea5bc45695326bffca75ef298f97c4cd856c4f72b20bb013ca29f9b90054aa2b6722a80f82ea3e606a8a73b02dad
|
data/CHANGELOG.md
CHANGED
@@ -1,6 +1,11 @@
|
|
1
1
|
Unreleased Changes
|
2
2
|
------------------
|
3
3
|
|
4
|
+
1.224.0 (2024-04-09)
|
5
|
+
------------------
|
6
|
+
|
7
|
+
* 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.
|
8
|
+
|
4
9
|
1.223.0 (2024-03-18)
|
5
10
|
------------------
|
6
11
|
|
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
1.
|
1
|
+
1.224.0
|
data/lib/aws-sdk-rds/client.rb
CHANGED
@@ -2914,7 +2914,8 @@ module Aws::RDS
|
|
2914
2914
|
# `serverless`.
|
2915
2915
|
#
|
2916
2916
|
# The `serverless` engine mode only applies for Aurora Serverless v1 DB
|
2917
|
-
# clusters.
|
2917
|
+
# clusters. Aurora Serverless v2 DB clusters use the `provisioned`
|
2918
|
+
# engine mode.
|
2918
2919
|
#
|
2919
2920
|
# For information about limitations and requirements for Serverless DB
|
2920
2921
|
# clusters, see the following sections in the *Amazon Aurora User
|
@@ -6403,6 +6404,22 @@ module Aws::RDS
|
|
6403
6404
|
# replica. This option migrates the read replica from the old storage
|
6404
6405
|
# file system layout to the preferred layout.
|
6405
6406
|
#
|
6407
|
+
# @option params [String] :ca_certificate_identifier
|
6408
|
+
# The CA certificate identifier to use for the read replica's server
|
6409
|
+
# certificate.
|
6410
|
+
#
|
6411
|
+
# This setting doesn't apply to RDS Custom DB instances.
|
6412
|
+
#
|
6413
|
+
# For more information, see [Using SSL/TLS to encrypt a connection to a
|
6414
|
+
# DB instance][1] in the *Amazon RDS User Guide* and [ Using SSL/TLS to
|
6415
|
+
# encrypt a connection to a DB cluster][2] in the *Amazon Aurora User
|
6416
|
+
# Guide*.
|
6417
|
+
#
|
6418
|
+
#
|
6419
|
+
#
|
6420
|
+
# [1]: https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/UsingWithRDS.SSL.html
|
6421
|
+
# [2]: https://docs.aws.amazon.com/AmazonRDS/latest/AuroraUserGuide/UsingWithRDS.SSL.html
|
6422
|
+
#
|
6406
6423
|
# @option params [String] :source_region
|
6407
6424
|
# The source region of the snapshot. This is only needed when the
|
6408
6425
|
# shapshot is encrypted and in a different region.
|
@@ -6490,6 +6507,7 @@ module Aws::RDS
|
|
6490
6507
|
# source_db_cluster_identifier: "String",
|
6491
6508
|
# dedicated_log_volume: false,
|
6492
6509
|
# upgrade_storage_config: false,
|
6510
|
+
# ca_certificate_identifier: "String",
|
6493
6511
|
# source_region: "String",
|
6494
6512
|
# })
|
6495
6513
|
#
|
@@ -26686,6 +26704,22 @@ module Aws::RDS
|
|
26686
26704
|
# Specifies whether to enable a dedicated log volume (DLV) for the DB
|
26687
26705
|
# instance.
|
26688
26706
|
#
|
26707
|
+
# @option params [String] :ca_certificate_identifier
|
26708
|
+
# The CA certificate identifier to use for the DB instance's server
|
26709
|
+
# certificate.
|
26710
|
+
#
|
26711
|
+
# This setting doesn't apply to RDS Custom DB instances.
|
26712
|
+
#
|
26713
|
+
# For more information, see [Using SSL/TLS to encrypt a connection to a
|
26714
|
+
# DB instance][1] in the *Amazon RDS User Guide* and [ Using SSL/TLS to
|
26715
|
+
# encrypt a connection to a DB cluster][2] in the *Amazon Aurora User
|
26716
|
+
# Guide*.
|
26717
|
+
#
|
26718
|
+
#
|
26719
|
+
#
|
26720
|
+
# [1]: https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/UsingWithRDS.SSL.html
|
26721
|
+
# [2]: https://docs.aws.amazon.com/AmazonRDS/latest/AuroraUserGuide/UsingWithRDS.SSL.html
|
26722
|
+
#
|
26689
26723
|
# @return [Types::RestoreDBInstanceFromDBSnapshotResult] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
|
26690
26724
|
#
|
26691
26725
|
# * {Types::RestoreDBInstanceFromDBSnapshotResult#db_instance #db_instance} => Types::DBInstance
|
@@ -26781,6 +26815,7 @@ module Aws::RDS
|
|
26781
26815
|
# db_cluster_snapshot_identifier: "String",
|
26782
26816
|
# allocated_storage: 1,
|
26783
26817
|
# dedicated_log_volume: false,
|
26818
|
+
# ca_certificate_identifier: "String",
|
26784
26819
|
# })
|
26785
26820
|
#
|
26786
26821
|
# @example Response structure
|
@@ -27455,6 +27490,22 @@ module Aws::RDS
|
|
27455
27490
|
# Specifies whether to enable a dedicated log volume (DLV) for the DB
|
27456
27491
|
# instance.
|
27457
27492
|
#
|
27493
|
+
# @option params [String] :ca_certificate_identifier
|
27494
|
+
# The CA certificate identifier to use for the DB instance's server
|
27495
|
+
# certificate.
|
27496
|
+
#
|
27497
|
+
# This setting doesn't apply to RDS Custom DB instances.
|
27498
|
+
#
|
27499
|
+
# For more information, see [Using SSL/TLS to encrypt a connection to a
|
27500
|
+
# DB instance][1] in the *Amazon RDS User Guide* and [ Using SSL/TLS to
|
27501
|
+
# encrypt a connection to a DB cluster][2] in the *Amazon Aurora User
|
27502
|
+
# Guide*.
|
27503
|
+
#
|
27504
|
+
#
|
27505
|
+
#
|
27506
|
+
# [1]: https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/UsingWithRDS.SSL.html
|
27507
|
+
# [2]: https://docs.aws.amazon.com/AmazonRDS/latest/AuroraUserGuide/UsingWithRDS.SSL.html
|
27508
|
+
#
|
27458
27509
|
# @return [Types::RestoreDBInstanceFromS3Result] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
|
27459
27510
|
#
|
27460
27511
|
# * {Types::RestoreDBInstanceFromS3Result#db_instance #db_instance} => Types::DBInstance
|
@@ -27521,6 +27572,7 @@ module Aws::RDS
|
|
27521
27572
|
# manage_master_user_password: false,
|
27522
27573
|
# master_user_secret_kms_key_id: "String",
|
27523
27574
|
# dedicated_log_volume: false,
|
27575
|
+
# ca_certificate_identifier: "String",
|
27524
27576
|
# })
|
27525
27577
|
#
|
27526
27578
|
# @example Response structure
|
@@ -28238,6 +28290,22 @@ module Aws::RDS
|
|
28238
28290
|
# Specifies whether to enable a dedicated log volume (DLV) for the DB
|
28239
28291
|
# instance.
|
28240
28292
|
#
|
28293
|
+
# @option params [String] :ca_certificate_identifier
|
28294
|
+
# The CA certificate identifier to use for the DB instance's server
|
28295
|
+
# certificate.
|
28296
|
+
#
|
28297
|
+
# This setting doesn't apply to RDS Custom DB instances.
|
28298
|
+
#
|
28299
|
+
# For more information, see [Using SSL/TLS to encrypt a connection to a
|
28300
|
+
# DB instance][1] in the *Amazon RDS User Guide* and [ Using SSL/TLS to
|
28301
|
+
# encrypt a connection to a DB cluster][2] in the *Amazon Aurora User
|
28302
|
+
# Guide*.
|
28303
|
+
#
|
28304
|
+
#
|
28305
|
+
#
|
28306
|
+
# [1]: https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/UsingWithRDS.SSL.html
|
28307
|
+
# [2]: https://docs.aws.amazon.com/AmazonRDS/latest/AuroraUserGuide/UsingWithRDS.SSL.html
|
28308
|
+
#
|
28241
28309
|
# @return [Types::RestoreDBInstanceToPointInTimeResult] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
|
28242
28310
|
#
|
28243
28311
|
# * {Types::RestoreDBInstanceToPointInTimeResult#db_instance #db_instance} => Types::DBInstance
|
@@ -28396,6 +28464,7 @@ module Aws::RDS
|
|
28396
28464
|
# storage_throughput: 1,
|
28397
28465
|
# allocated_storage: 1,
|
28398
28466
|
# dedicated_log_volume: false,
|
28467
|
+
# ca_certificate_identifier: "String",
|
28399
28468
|
# })
|
28400
28469
|
#
|
28401
28470
|
# @example Response structure
|
@@ -30648,7 +30717,7 @@ module Aws::RDS
|
|
30648
30717
|
params: params,
|
30649
30718
|
config: config)
|
30650
30719
|
context[:gem_name] = 'aws-sdk-rds'
|
30651
|
-
context[:gem_version] = '1.
|
30720
|
+
context[:gem_version] = '1.224.0'
|
30652
30721
|
Seahorse::Client::Request.new(handlers, context)
|
30653
30722
|
end
|
30654
30723
|
|
@@ -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
|
@@ -2233,6 +2233,7 @@ module Aws::RDS
|
|
2233
2233
|
# source_db_cluster_identifier: "String",
|
2234
2234
|
# dedicated_log_volume: false,
|
2235
2235
|
# upgrade_storage_config: false,
|
2236
|
+
# ca_certificate_identifier: "String",
|
2236
2237
|
# source_region: "String",
|
2237
2238
|
# })
|
2238
2239
|
# @param [Hash] options ({})
|
@@ -2791,6 +2792,21 @@ module Aws::RDS
|
|
2791
2792
|
# Whether to upgrade the storage file system configuration on the read
|
2792
2793
|
# replica. This option migrates the read replica from the old storage
|
2793
2794
|
# file system layout to the preferred layout.
|
2795
|
+
# @option options [String] :ca_certificate_identifier
|
2796
|
+
# The CA certificate identifier to use for the read replica's server
|
2797
|
+
# certificate.
|
2798
|
+
#
|
2799
|
+
# This setting doesn't apply to RDS Custom DB instances.
|
2800
|
+
#
|
2801
|
+
# For more information, see [Using SSL/TLS to encrypt a connection to a
|
2802
|
+
# DB instance][1] in the *Amazon RDS User Guide* and [ Using SSL/TLS to
|
2803
|
+
# encrypt a connection to a DB cluster][2] in the *Amazon Aurora User
|
2804
|
+
# Guide*.
|
2805
|
+
#
|
2806
|
+
#
|
2807
|
+
#
|
2808
|
+
# [1]: https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/UsingWithRDS.SSL.html
|
2809
|
+
# [2]: https://docs.aws.amazon.com/AmazonRDS/latest/AuroraUserGuide/UsingWithRDS.SSL.html
|
2794
2810
|
# @option options [String] :source_region
|
2795
2811
|
# The source region of the snapshot. This is only needed when the
|
2796
2812
|
# shapshot is encrypted and in a different region.
|
@@ -4134,6 +4150,7 @@ module Aws::RDS
|
|
4134
4150
|
# storage_throughput: 1,
|
4135
4151
|
# allocated_storage: 1,
|
4136
4152
|
# dedicated_log_volume: false,
|
4153
|
+
# ca_certificate_identifier: "String",
|
4137
4154
|
# })
|
4138
4155
|
# @param [Hash] options ({})
|
4139
4156
|
# @option options [required, String] :target_db_instance_identifier
|
@@ -4608,6 +4625,21 @@ module Aws::RDS
|
|
4608
4625
|
# @option options [Boolean] :dedicated_log_volume
|
4609
4626
|
# Specifies whether to enable a dedicated log volume (DLV) for the DB
|
4610
4627
|
# instance.
|
4628
|
+
# @option options [String] :ca_certificate_identifier
|
4629
|
+
# The CA certificate identifier to use for the DB instance's server
|
4630
|
+
# certificate.
|
4631
|
+
#
|
4632
|
+
# This setting doesn't apply to RDS Custom DB instances.
|
4633
|
+
#
|
4634
|
+
# For more information, see [Using SSL/TLS to encrypt a connection to a
|
4635
|
+
# DB instance][1] in the *Amazon RDS User Guide* and [ Using SSL/TLS to
|
4636
|
+
# encrypt a connection to a DB cluster][2] in the *Amazon Aurora User
|
4637
|
+
# Guide*.
|
4638
|
+
#
|
4639
|
+
#
|
4640
|
+
#
|
4641
|
+
# [1]: https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/UsingWithRDS.SSL.html
|
4642
|
+
# [2]: https://docs.aws.amazon.com/AmazonRDS/latest/AuroraUserGuide/UsingWithRDS.SSL.html
|
4611
4643
|
# @return [DBInstance]
|
4612
4644
|
def restore(options = {})
|
4613
4645
|
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)
|
data/lib/aws-sdk-rds/resource.rb
CHANGED
@@ -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
|
data/lib/aws-sdk-rds/types.rb
CHANGED
@@ -2485,7 +2485,8 @@ module Aws::RDS
|
|
2485
2485
|
# `serverless`.
|
2486
2486
|
#
|
2487
2487
|
# The `serverless` engine mode only applies for Aurora Serverless v1
|
2488
|
-
# DB clusters.
|
2488
|
+
# DB clusters. Aurora Serverless v2 DB clusters use the `provisioned`
|
2489
|
+
# engine mode.
|
2489
2490
|
#
|
2490
2491
|
# For information about limitations and requirements for Serverless DB
|
2491
2492
|
# clusters, see the following sections in the *Amazon Aurora User
|
@@ -5271,6 +5272,23 @@ module Aws::RDS
|
|
5271
5272
|
# file system layout to the preferred layout.
|
5272
5273
|
# @return [Boolean]
|
5273
5274
|
#
|
5275
|
+
# @!attribute [rw] ca_certificate_identifier
|
5276
|
+
# The CA certificate identifier to use for the read replica's server
|
5277
|
+
# certificate.
|
5278
|
+
#
|
5279
|
+
# This setting doesn't apply to RDS Custom DB instances.
|
5280
|
+
#
|
5281
|
+
# For more information, see [Using SSL/TLS to encrypt a connection to
|
5282
|
+
# a DB instance][1] in the *Amazon RDS User Guide* and [ Using SSL/TLS
|
5283
|
+
# to encrypt a connection to a DB cluster][2] in the *Amazon Aurora
|
5284
|
+
# User Guide*.
|
5285
|
+
#
|
5286
|
+
#
|
5287
|
+
#
|
5288
|
+
# [1]: https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/UsingWithRDS.SSL.html
|
5289
|
+
# [2]: https://docs.aws.amazon.com/AmazonRDS/latest/AuroraUserGuide/UsingWithRDS.SSL.html
|
5290
|
+
# @return [String]
|
5291
|
+
#
|
5274
5292
|
# @!attribute [rw] source_region
|
5275
5293
|
# The source region of the snapshot. This is only needed when the
|
5276
5294
|
# shapshot is encrypted and in a different region.
|
@@ -5323,6 +5341,7 @@ module Aws::RDS
|
|
5323
5341
|
:source_db_cluster_identifier,
|
5324
5342
|
:dedicated_log_volume,
|
5325
5343
|
:upgrade_storage_config,
|
5344
|
+
:ca_certificate_identifier,
|
5326
5345
|
:source_region)
|
5327
5346
|
SENSITIVE = []
|
5328
5347
|
include Aws::Structure
|
@@ -24077,6 +24096,23 @@ module Aws::RDS
|
|
24077
24096
|
# instance.
|
24078
24097
|
# @return [Boolean]
|
24079
24098
|
#
|
24099
|
+
# @!attribute [rw] ca_certificate_identifier
|
24100
|
+
# The CA certificate identifier to use for the DB instance's server
|
24101
|
+
# certificate.
|
24102
|
+
#
|
24103
|
+
# This setting doesn't apply to RDS Custom DB instances.
|
24104
|
+
#
|
24105
|
+
# For more information, see [Using SSL/TLS to encrypt a connection to
|
24106
|
+
# a DB instance][1] in the *Amazon RDS User Guide* and [ Using SSL/TLS
|
24107
|
+
# to encrypt a connection to a DB cluster][2] in the *Amazon Aurora
|
24108
|
+
# User Guide*.
|
24109
|
+
#
|
24110
|
+
#
|
24111
|
+
#
|
24112
|
+
# [1]: https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/UsingWithRDS.SSL.html
|
24113
|
+
# [2]: https://docs.aws.amazon.com/AmazonRDS/latest/AuroraUserGuide/UsingWithRDS.SSL.html
|
24114
|
+
# @return [String]
|
24115
|
+
#
|
24080
24116
|
# @see http://docs.aws.amazon.com/goto/WebAPI/rds-2014-10-31/RestoreDBInstanceFromDBSnapshotMessage AWS API Documentation
|
24081
24117
|
#
|
24082
24118
|
class RestoreDBInstanceFromDBSnapshotMessage < Struct.new(
|
@@ -24119,7 +24155,8 @@ module Aws::RDS
|
|
24119
24155
|
:storage_throughput,
|
24120
24156
|
:db_cluster_snapshot_identifier,
|
24121
24157
|
:allocated_storage,
|
24122
|
-
:dedicated_log_volume
|
24158
|
+
:dedicated_log_volume,
|
24159
|
+
:ca_certificate_identifier)
|
24123
24160
|
SENSITIVE = []
|
24124
24161
|
include Aws::Structure
|
24125
24162
|
end
|
@@ -24686,6 +24723,23 @@ module Aws::RDS
|
|
24686
24723
|
# instance.
|
24687
24724
|
# @return [Boolean]
|
24688
24725
|
#
|
24726
|
+
# @!attribute [rw] ca_certificate_identifier
|
24727
|
+
# The CA certificate identifier to use for the DB instance's server
|
24728
|
+
# certificate.
|
24729
|
+
#
|
24730
|
+
# This setting doesn't apply to RDS Custom DB instances.
|
24731
|
+
#
|
24732
|
+
# For more information, see [Using SSL/TLS to encrypt a connection to
|
24733
|
+
# a DB instance][1] in the *Amazon RDS User Guide* and [ Using SSL/TLS
|
24734
|
+
# to encrypt a connection to a DB cluster][2] in the *Amazon Aurora
|
24735
|
+
# User Guide*.
|
24736
|
+
#
|
24737
|
+
#
|
24738
|
+
#
|
24739
|
+
# [1]: https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/UsingWithRDS.SSL.html
|
24740
|
+
# [2]: https://docs.aws.amazon.com/AmazonRDS/latest/AuroraUserGuide/UsingWithRDS.SSL.html
|
24741
|
+
# @return [String]
|
24742
|
+
#
|
24689
24743
|
# @see http://docs.aws.amazon.com/goto/WebAPI/rds-2014-10-31/RestoreDBInstanceFromS3Message AWS API Documentation
|
24690
24744
|
#
|
24691
24745
|
class RestoreDBInstanceFromS3Message < Struct.new(
|
@@ -24737,7 +24791,8 @@ module Aws::RDS
|
|
24737
24791
|
:storage_throughput,
|
24738
24792
|
:manage_master_user_password,
|
24739
24793
|
:master_user_secret_kms_key_id,
|
24740
|
-
:dedicated_log_volume
|
24794
|
+
:dedicated_log_volume,
|
24795
|
+
:ca_certificate_identifier)
|
24741
24796
|
SENSITIVE = []
|
24742
24797
|
include Aws::Structure
|
24743
24798
|
end
|
@@ -25337,6 +25392,23 @@ module Aws::RDS
|
|
25337
25392
|
# instance.
|
25338
25393
|
# @return [Boolean]
|
25339
25394
|
#
|
25395
|
+
# @!attribute [rw] ca_certificate_identifier
|
25396
|
+
# The CA certificate identifier to use for the DB instance's server
|
25397
|
+
# certificate.
|
25398
|
+
#
|
25399
|
+
# This setting doesn't apply to RDS Custom DB instances.
|
25400
|
+
#
|
25401
|
+
# For more information, see [Using SSL/TLS to encrypt a connection to
|
25402
|
+
# a DB instance][1] in the *Amazon RDS User Guide* and [ Using SSL/TLS
|
25403
|
+
# to encrypt a connection to a DB cluster][2] in the *Amazon Aurora
|
25404
|
+
# User Guide*.
|
25405
|
+
#
|
25406
|
+
#
|
25407
|
+
#
|
25408
|
+
# [1]: https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/UsingWithRDS.SSL.html
|
25409
|
+
# [2]: https://docs.aws.amazon.com/AmazonRDS/latest/AuroraUserGuide/UsingWithRDS.SSL.html
|
25410
|
+
# @return [String]
|
25411
|
+
#
|
25340
25412
|
# @see http://docs.aws.amazon.com/goto/WebAPI/rds-2014-10-31/RestoreDBInstanceToPointInTimeMessage AWS API Documentation
|
25341
25413
|
#
|
25342
25414
|
class RestoreDBInstanceToPointInTimeMessage < Struct.new(
|
@@ -25383,7 +25455,8 @@ module Aws::RDS
|
|
25383
25455
|
:network_type,
|
25384
25456
|
:storage_throughput,
|
25385
25457
|
:allocated_storage,
|
25386
|
-
:dedicated_log_volume
|
25458
|
+
:dedicated_log_volume,
|
25459
|
+
:ca_certificate_identifier)
|
25387
25460
|
SENSITIVE = []
|
25388
25461
|
include Aws::Structure
|
25389
25462
|
end
|
data/lib/aws-sdk-rds.rb
CHANGED
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.
|
4
|
+
version: 1.224.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-
|
11
|
+
date: 2024-04-09 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: aws-sdk-core
|