aws-sdk-rds 1.196.0 → 1.197.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 +68 -1
- data/lib/aws-sdk-rds/client_api.rb +12 -0
- data/lib/aws-sdk-rds/db_instance.rb +23 -0
- data/lib/aws-sdk-rds/db_snapshot.rb +11 -0
- data/lib/aws-sdk-rds/resource.rb +4 -0
- data/lib/aws-sdk-rds/types.rb +83 -11
- data/lib/aws-sdk-rds.rb +1 -1
- 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: f2f2752c41d1b61b7663babfd0996c02636e4e295b201678747078d037dc94c0
|
4
|
+
data.tar.gz: 740072b1b0641fa780d909bf7beab8bed323e44397d7827e3c8777a76b8b357a
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: a535f304f180853f378d4499226a8d3e63effb6c696f2f30e8c5b5fadb0018805447ae355d03a8672d042294033a3c3365d8586f0b61f0fd466581136204f5d2
|
7
|
+
data.tar.gz: 3028018eca684b70557c7b4c2e957fb78358e821d78e73a5da95c81fe85538af661d2175502c374c3f59382564db317a979b2d5a374259ee592489792e663968
|
data/CHANGELOG.md
CHANGED
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
1.
|
1
|
+
1.197.0
|
data/lib/aws-sdk-rds/client.rb
CHANGED
@@ -1821,6 +1821,7 @@ module Aws::RDS
|
|
1821
1821
|
# resp.db_snapshot.snapshot_target #=> String
|
1822
1822
|
# resp.db_snapshot.storage_throughput #=> Integer
|
1823
1823
|
# resp.db_snapshot.db_system_id #=> String
|
1824
|
+
# resp.db_snapshot.dedicated_log_volume #=> Boolean
|
1824
1825
|
#
|
1825
1826
|
# @see http://docs.aws.amazon.com/goto/WebAPI/rds-2014-10-31/CopyDBSnapshot AWS API Documentation
|
1826
1827
|
#
|
@@ -5206,6 +5207,10 @@ module Aws::RDS
|
|
5206
5207
|
# specify a SID, the value defaults to `RDSCDB`. The Oracle SID is also
|
5207
5208
|
# the name of your CDB.
|
5208
5209
|
#
|
5210
|
+
# @option params [Boolean] :dedicated_log_volume
|
5211
|
+
# Indicates whether the DB instance has a dedicated log volume (DLV)
|
5212
|
+
# enabled.
|
5213
|
+
#
|
5209
5214
|
# @return [Types::CreateDBInstanceResult] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
|
5210
5215
|
#
|
5211
5216
|
# * {Types::CreateDBInstanceResult#db_instance #db_instance} => Types::DBInstance
|
@@ -5393,6 +5398,7 @@ module Aws::RDS
|
|
5393
5398
|
# master_user_secret_kms_key_id: "String",
|
5394
5399
|
# ca_certificate_identifier: "String",
|
5395
5400
|
# db_system_id: "String",
|
5401
|
+
# dedicated_log_volume: false,
|
5396
5402
|
# })
|
5397
5403
|
#
|
5398
5404
|
# @example Response structure
|
@@ -5459,6 +5465,7 @@ module Aws::RDS
|
|
5459
5465
|
# resp.db_instance.pending_modified_values.resume_full_automation_mode_time #=> Time
|
5460
5466
|
# resp.db_instance.pending_modified_values.storage_throughput #=> Integer
|
5461
5467
|
# resp.db_instance.pending_modified_values.engine #=> String
|
5468
|
+
# resp.db_instance.pending_modified_values.dedicated_log_volume #=> Boolean
|
5462
5469
|
# resp.db_instance.latest_restorable_time #=> Time
|
5463
5470
|
# resp.db_instance.multi_az #=> Boolean
|
5464
5471
|
# resp.db_instance.engine_version #=> String
|
@@ -5552,6 +5559,7 @@ module Aws::RDS
|
|
5552
5559
|
# resp.db_instance.certificate_details.valid_till #=> Time
|
5553
5560
|
# resp.db_instance.read_replica_source_db_cluster_identifier #=> String
|
5554
5561
|
# resp.db_instance.percent_progress #=> String
|
5562
|
+
# resp.db_instance.dedicated_log_volume #=> Boolean
|
5555
5563
|
#
|
5556
5564
|
# @see http://docs.aws.amazon.com/goto/WebAPI/rds-2014-10-31/CreateDBInstance AWS API Documentation
|
5557
5565
|
#
|
@@ -6212,6 +6220,10 @@ module Aws::RDS
|
|
6212
6220
|
# * The source DB cluster must be in the same Amazon Web Services Region
|
6213
6221
|
# as the read replica. Cross-Region replication isn't supported.
|
6214
6222
|
#
|
6223
|
+
# @option params [Boolean] :dedicated_log_volume
|
6224
|
+
# Indicates whether the DB instance has a dedicated log volume (DLV)
|
6225
|
+
# enabled.
|
6226
|
+
#
|
6215
6227
|
# @option params [String] :source_region
|
6216
6228
|
# The source region of the snapshot. This is only needed when the
|
6217
6229
|
# shapshot is encrypted and in a different region.
|
@@ -6297,6 +6309,7 @@ module Aws::RDS
|
|
6297
6309
|
# enable_customer_owned_ip: false,
|
6298
6310
|
# allocated_storage: 1,
|
6299
6311
|
# source_db_cluster_identifier: "String",
|
6312
|
+
# dedicated_log_volume: false,
|
6300
6313
|
# source_region: "String",
|
6301
6314
|
# })
|
6302
6315
|
#
|
@@ -6364,6 +6377,7 @@ module Aws::RDS
|
|
6364
6377
|
# resp.db_instance.pending_modified_values.resume_full_automation_mode_time #=> Time
|
6365
6378
|
# resp.db_instance.pending_modified_values.storage_throughput #=> Integer
|
6366
6379
|
# resp.db_instance.pending_modified_values.engine #=> String
|
6380
|
+
# resp.db_instance.pending_modified_values.dedicated_log_volume #=> Boolean
|
6367
6381
|
# resp.db_instance.latest_restorable_time #=> Time
|
6368
6382
|
# resp.db_instance.multi_az #=> Boolean
|
6369
6383
|
# resp.db_instance.engine_version #=> String
|
@@ -6457,6 +6471,7 @@ module Aws::RDS
|
|
6457
6471
|
# resp.db_instance.certificate_details.valid_till #=> Time
|
6458
6472
|
# resp.db_instance.read_replica_source_db_cluster_identifier #=> String
|
6459
6473
|
# resp.db_instance.percent_progress #=> String
|
6474
|
+
# resp.db_instance.dedicated_log_volume #=> Boolean
|
6460
6475
|
#
|
6461
6476
|
# @see http://docs.aws.amazon.com/goto/WebAPI/rds-2014-10-31/CreateDBInstanceReadReplica AWS API Documentation
|
6462
6477
|
#
|
@@ -7060,6 +7075,7 @@ module Aws::RDS
|
|
7060
7075
|
# resp.db_snapshot.snapshot_target #=> String
|
7061
7076
|
# resp.db_snapshot.storage_throughput #=> Integer
|
7062
7077
|
# resp.db_snapshot.db_system_id #=> String
|
7078
|
+
# resp.db_snapshot.dedicated_log_volume #=> Boolean
|
7063
7079
|
#
|
7064
7080
|
# @see http://docs.aws.amazon.com/goto/WebAPI/rds-2014-10-31/CreateDBSnapshot AWS API Documentation
|
7065
7081
|
#
|
@@ -8776,6 +8792,7 @@ module Aws::RDS
|
|
8776
8792
|
# resp.db_instance.pending_modified_values.resume_full_automation_mode_time #=> Time
|
8777
8793
|
# resp.db_instance.pending_modified_values.storage_throughput #=> Integer
|
8778
8794
|
# resp.db_instance.pending_modified_values.engine #=> String
|
8795
|
+
# resp.db_instance.pending_modified_values.dedicated_log_volume #=> Boolean
|
8779
8796
|
# resp.db_instance.latest_restorable_time #=> Time
|
8780
8797
|
# resp.db_instance.multi_az #=> Boolean
|
8781
8798
|
# resp.db_instance.engine_version #=> String
|
@@ -8869,6 +8886,7 @@ module Aws::RDS
|
|
8869
8886
|
# resp.db_instance.certificate_details.valid_till #=> Time
|
8870
8887
|
# resp.db_instance.read_replica_source_db_cluster_identifier #=> String
|
8871
8888
|
# resp.db_instance.percent_progress #=> String
|
8889
|
+
# resp.db_instance.dedicated_log_volume #=> Boolean
|
8872
8890
|
#
|
8873
8891
|
# @see http://docs.aws.amazon.com/goto/WebAPI/rds-2014-10-31/DeleteDBInstance AWS API Documentation
|
8874
8892
|
#
|
@@ -8975,6 +8993,7 @@ module Aws::RDS
|
|
8975
8993
|
# resp.db_instance_automated_backup.backup_target #=> String
|
8976
8994
|
# resp.db_instance_automated_backup.storage_throughput #=> Integer
|
8977
8995
|
# resp.db_instance_automated_backup.aws_backup_recovery_point_arn #=> String
|
8996
|
+
# resp.db_instance_automated_backup.dedicated_log_volume #=> Boolean
|
8978
8997
|
#
|
8979
8998
|
# @see http://docs.aws.amazon.com/goto/WebAPI/rds-2014-10-31/DeleteDBInstanceAutomatedBackup AWS API Documentation
|
8980
8999
|
#
|
@@ -9285,6 +9304,7 @@ module Aws::RDS
|
|
9285
9304
|
# resp.db_snapshot.snapshot_target #=> String
|
9286
9305
|
# resp.db_snapshot.storage_throughput #=> Integer
|
9287
9306
|
# resp.db_snapshot.db_system_id #=> String
|
9307
|
+
# resp.db_snapshot.dedicated_log_volume #=> Boolean
|
9288
9308
|
#
|
9289
9309
|
# @see http://docs.aws.amazon.com/goto/WebAPI/rds-2014-10-31/DeleteDBSnapshot AWS API Documentation
|
9290
9310
|
#
|
@@ -11924,6 +11944,7 @@ module Aws::RDS
|
|
11924
11944
|
# resp.db_instance_automated_backups[0].backup_target #=> String
|
11925
11945
|
# resp.db_instance_automated_backups[0].storage_throughput #=> Integer
|
11926
11946
|
# resp.db_instance_automated_backups[0].aws_backup_recovery_point_arn #=> String
|
11947
|
+
# resp.db_instance_automated_backups[0].dedicated_log_volume #=> Boolean
|
11927
11948
|
#
|
11928
11949
|
# @see http://docs.aws.amazon.com/goto/WebAPI/rds-2014-10-31/DescribeDBInstanceAutomatedBackups AWS API Documentation
|
11929
11950
|
#
|
@@ -12108,6 +12129,7 @@ module Aws::RDS
|
|
12108
12129
|
# resp.db_instances[0].pending_modified_values.resume_full_automation_mode_time #=> Time
|
12109
12130
|
# resp.db_instances[0].pending_modified_values.storage_throughput #=> Integer
|
12110
12131
|
# resp.db_instances[0].pending_modified_values.engine #=> String
|
12132
|
+
# resp.db_instances[0].pending_modified_values.dedicated_log_volume #=> Boolean
|
12111
12133
|
# resp.db_instances[0].latest_restorable_time #=> Time
|
12112
12134
|
# resp.db_instances[0].multi_az #=> Boolean
|
12113
12135
|
# resp.db_instances[0].engine_version #=> String
|
@@ -12201,6 +12223,7 @@ module Aws::RDS
|
|
12201
12223
|
# resp.db_instances[0].certificate_details.valid_till #=> Time
|
12202
12224
|
# resp.db_instances[0].read_replica_source_db_cluster_identifier #=> String
|
12203
12225
|
# resp.db_instances[0].percent_progress #=> String
|
12226
|
+
# resp.db_instances[0].dedicated_log_volume #=> Boolean
|
12204
12227
|
#
|
12205
12228
|
#
|
12206
12229
|
# The following waiters are defined for this operation (see {Client#wait_until} for detailed usage):
|
@@ -13286,6 +13309,7 @@ module Aws::RDS
|
|
13286
13309
|
# resp.db_snapshots[0].snapshot_target #=> String
|
13287
13310
|
# resp.db_snapshots[0].storage_throughput #=> Integer
|
13288
13311
|
# resp.db_snapshots[0].db_system_id #=> String
|
13312
|
+
# resp.db_snapshots[0].dedicated_log_volume #=> Boolean
|
13289
13313
|
#
|
13290
13314
|
#
|
13291
13315
|
# The following waiters are defined for this operation (see {Client#wait_until} for detailed usage):
|
@@ -14958,6 +14982,7 @@ module Aws::RDS
|
|
14958
14982
|
# resp.orderable_db_instance_options[0].max_storage_throughput_per_db_instance #=> Integer
|
14959
14983
|
# resp.orderable_db_instance_options[0].min_storage_throughput_per_iops #=> Float
|
14960
14984
|
# resp.orderable_db_instance_options[0].max_storage_throughput_per_iops #=> Float
|
14985
|
+
# resp.orderable_db_instance_options[0].supports_dedicated_log_volume #=> Boolean
|
14961
14986
|
# resp.marker #=> String
|
14962
14987
|
#
|
14963
14988
|
# @see http://docs.aws.amazon.com/goto/WebAPI/rds-2014-10-31/DescribeOrderableDBInstanceOptions AWS API Documentation
|
@@ -15677,6 +15702,7 @@ module Aws::RDS
|
|
15677
15702
|
# resp.valid_db_instance_modifications_message.valid_processor_features[0].name #=> String
|
15678
15703
|
# resp.valid_db_instance_modifications_message.valid_processor_features[0].default_value #=> String
|
15679
15704
|
# resp.valid_db_instance_modifications_message.valid_processor_features[0].allowed_values #=> String
|
15705
|
+
# resp.valid_db_instance_modifications_message.supports_dedicated_log_volume #=> Boolean
|
15680
15706
|
#
|
15681
15707
|
# @see http://docs.aws.amazon.com/goto/WebAPI/rds-2014-10-31/DescribeValidDBInstanceModifications AWS API Documentation
|
15682
15708
|
#
|
@@ -19000,6 +19026,10 @@ module Aws::RDS
|
|
19000
19026
|
# parameter group with `--db-parameter-group-name` and a new option
|
19001
19027
|
# group with `--option-group-name`.
|
19002
19028
|
#
|
19029
|
+
# @option params [Boolean] :dedicated_log_volume
|
19030
|
+
# Indicates whether the DB instance has a dedicated log volume (DLV)
|
19031
|
+
# enabled.
|
19032
|
+
#
|
19003
19033
|
# @return [Types::ModifyDBInstanceResult] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
|
19004
19034
|
#
|
19005
19035
|
# * {Types::ModifyDBInstanceResult#db_instance #db_instance} => Types::DBInstance
|
@@ -19124,6 +19154,7 @@ module Aws::RDS
|
|
19124
19154
|
# rotate_master_user_password: false,
|
19125
19155
|
# master_user_secret_kms_key_id: "String",
|
19126
19156
|
# engine: "String",
|
19157
|
+
# dedicated_log_volume: false,
|
19127
19158
|
# })
|
19128
19159
|
#
|
19129
19160
|
# @example Response structure
|
@@ -19190,6 +19221,7 @@ module Aws::RDS
|
|
19190
19221
|
# resp.db_instance.pending_modified_values.resume_full_automation_mode_time #=> Time
|
19191
19222
|
# resp.db_instance.pending_modified_values.storage_throughput #=> Integer
|
19192
19223
|
# resp.db_instance.pending_modified_values.engine #=> String
|
19224
|
+
# resp.db_instance.pending_modified_values.dedicated_log_volume #=> Boolean
|
19193
19225
|
# resp.db_instance.latest_restorable_time #=> Time
|
19194
19226
|
# resp.db_instance.multi_az #=> Boolean
|
19195
19227
|
# resp.db_instance.engine_version #=> String
|
@@ -19283,6 +19315,7 @@ module Aws::RDS
|
|
19283
19315
|
# resp.db_instance.certificate_details.valid_till #=> Time
|
19284
19316
|
# resp.db_instance.read_replica_source_db_cluster_identifier #=> String
|
19285
19317
|
# resp.db_instance.percent_progress #=> String
|
19318
|
+
# resp.db_instance.dedicated_log_volume #=> Boolean
|
19286
19319
|
#
|
19287
19320
|
# @see http://docs.aws.amazon.com/goto/WebAPI/rds-2014-10-31/ModifyDBInstance AWS API Documentation
|
19288
19321
|
#
|
@@ -19783,6 +19816,7 @@ module Aws::RDS
|
|
19783
19816
|
# resp.db_snapshot.snapshot_target #=> String
|
19784
19817
|
# resp.db_snapshot.storage_throughput #=> Integer
|
19785
19818
|
# resp.db_snapshot.db_system_id #=> String
|
19819
|
+
# resp.db_snapshot.dedicated_log_volume #=> Boolean
|
19786
19820
|
#
|
19787
19821
|
# @see http://docs.aws.amazon.com/goto/WebAPI/rds-2014-10-31/ModifyDBSnapshot AWS API Documentation
|
19788
19822
|
#
|
@@ -20600,6 +20634,7 @@ module Aws::RDS
|
|
20600
20634
|
# resp.db_instance.pending_modified_values.resume_full_automation_mode_time #=> Time
|
20601
20635
|
# resp.db_instance.pending_modified_values.storage_throughput #=> Integer
|
20602
20636
|
# resp.db_instance.pending_modified_values.engine #=> String
|
20637
|
+
# resp.db_instance.pending_modified_values.dedicated_log_volume #=> Boolean
|
20603
20638
|
# resp.db_instance.latest_restorable_time #=> Time
|
20604
20639
|
# resp.db_instance.multi_az #=> Boolean
|
20605
20640
|
# resp.db_instance.engine_version #=> String
|
@@ -20693,6 +20728,7 @@ module Aws::RDS
|
|
20693
20728
|
# resp.db_instance.certificate_details.valid_till #=> Time
|
20694
20729
|
# resp.db_instance.read_replica_source_db_cluster_identifier #=> String
|
20695
20730
|
# resp.db_instance.percent_progress #=> String
|
20731
|
+
# resp.db_instance.dedicated_log_volume #=> Boolean
|
20696
20732
|
#
|
20697
20733
|
# @see http://docs.aws.amazon.com/goto/WebAPI/rds-2014-10-31/PromoteReadReplica AWS API Documentation
|
20698
20734
|
#
|
@@ -21271,6 +21307,7 @@ module Aws::RDS
|
|
21271
21307
|
# resp.db_instance.pending_modified_values.resume_full_automation_mode_time #=> Time
|
21272
21308
|
# resp.db_instance.pending_modified_values.storage_throughput #=> Integer
|
21273
21309
|
# resp.db_instance.pending_modified_values.engine #=> String
|
21310
|
+
# resp.db_instance.pending_modified_values.dedicated_log_volume #=> Boolean
|
21274
21311
|
# resp.db_instance.latest_restorable_time #=> Time
|
21275
21312
|
# resp.db_instance.multi_az #=> Boolean
|
21276
21313
|
# resp.db_instance.engine_version #=> String
|
@@ -21364,6 +21401,7 @@ module Aws::RDS
|
|
21364
21401
|
# resp.db_instance.certificate_details.valid_till #=> Time
|
21365
21402
|
# resp.db_instance.read_replica_source_db_cluster_identifier #=> String
|
21366
21403
|
# resp.db_instance.percent_progress #=> String
|
21404
|
+
# resp.db_instance.dedicated_log_volume #=> Boolean
|
21367
21405
|
#
|
21368
21406
|
# @see http://docs.aws.amazon.com/goto/WebAPI/rds-2014-10-31/RebootDBInstance AWS API Documentation
|
21369
21407
|
#
|
@@ -24472,6 +24510,10 @@ module Aws::RDS
|
|
24472
24510
|
#
|
24473
24511
|
# </note>
|
24474
24512
|
#
|
24513
|
+
# @option params [Boolean] :dedicated_log_volume
|
24514
|
+
# Specifies whether to enable a dedicated log volume (DLV) for the DB
|
24515
|
+
# instance.
|
24516
|
+
#
|
24475
24517
|
# @return [Types::RestoreDBInstanceFromDBSnapshotResult] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
|
24476
24518
|
#
|
24477
24519
|
# * {Types::RestoreDBInstanceFromDBSnapshotResult#db_instance #db_instance} => Types::DBInstance
|
@@ -24566,6 +24608,7 @@ module Aws::RDS
|
|
24566
24608
|
# storage_throughput: 1,
|
24567
24609
|
# db_cluster_snapshot_identifier: "String",
|
24568
24610
|
# allocated_storage: 1,
|
24611
|
+
# dedicated_log_volume: false,
|
24569
24612
|
# })
|
24570
24613
|
#
|
24571
24614
|
# @example Response structure
|
@@ -24632,6 +24675,7 @@ module Aws::RDS
|
|
24632
24675
|
# resp.db_instance.pending_modified_values.resume_full_automation_mode_time #=> Time
|
24633
24676
|
# resp.db_instance.pending_modified_values.storage_throughput #=> Integer
|
24634
24677
|
# resp.db_instance.pending_modified_values.engine #=> String
|
24678
|
+
# resp.db_instance.pending_modified_values.dedicated_log_volume #=> Boolean
|
24635
24679
|
# resp.db_instance.latest_restorable_time #=> Time
|
24636
24680
|
# resp.db_instance.multi_az #=> Boolean
|
24637
24681
|
# resp.db_instance.engine_version #=> String
|
@@ -24725,6 +24769,7 @@ module Aws::RDS
|
|
24725
24769
|
# resp.db_instance.certificate_details.valid_till #=> Time
|
24726
24770
|
# resp.db_instance.read_replica_source_db_cluster_identifier #=> String
|
24727
24771
|
# resp.db_instance.percent_progress #=> String
|
24772
|
+
# resp.db_instance.dedicated_log_volume #=> Boolean
|
24728
24773
|
#
|
24729
24774
|
# @see http://docs.aws.amazon.com/goto/WebAPI/rds-2014-10-31/RestoreDBInstanceFromDBSnapshot AWS API Documentation
|
24730
24775
|
#
|
@@ -25232,6 +25277,10 @@ module Aws::RDS
|
|
25232
25277
|
# Amazon Web Services account has a different default KMS key for each
|
25233
25278
|
# Amazon Web Services Region.
|
25234
25279
|
#
|
25280
|
+
# @option params [Boolean] :dedicated_log_volume
|
25281
|
+
# Specifies whether to enable a dedicated log volume (DLV) for the DB
|
25282
|
+
# instance.
|
25283
|
+
#
|
25235
25284
|
# @return [Types::RestoreDBInstanceFromS3Result] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
|
25236
25285
|
#
|
25237
25286
|
# * {Types::RestoreDBInstanceFromS3Result#db_instance #db_instance} => Types::DBInstance
|
@@ -25297,6 +25346,7 @@ module Aws::RDS
|
|
25297
25346
|
# storage_throughput: 1,
|
25298
25347
|
# manage_master_user_password: false,
|
25299
25348
|
# master_user_secret_kms_key_id: "String",
|
25349
|
+
# dedicated_log_volume: false,
|
25300
25350
|
# })
|
25301
25351
|
#
|
25302
25352
|
# @example Response structure
|
@@ -25363,6 +25413,7 @@ module Aws::RDS
|
|
25363
25413
|
# resp.db_instance.pending_modified_values.resume_full_automation_mode_time #=> Time
|
25364
25414
|
# resp.db_instance.pending_modified_values.storage_throughput #=> Integer
|
25365
25415
|
# resp.db_instance.pending_modified_values.engine #=> String
|
25416
|
+
# resp.db_instance.pending_modified_values.dedicated_log_volume #=> Boolean
|
25366
25417
|
# resp.db_instance.latest_restorable_time #=> Time
|
25367
25418
|
# resp.db_instance.multi_az #=> Boolean
|
25368
25419
|
# resp.db_instance.engine_version #=> String
|
@@ -25456,6 +25507,7 @@ module Aws::RDS
|
|
25456
25507
|
# resp.db_instance.certificate_details.valid_till #=> Time
|
25457
25508
|
# resp.db_instance.read_replica_source_db_cluster_identifier #=> String
|
25458
25509
|
# resp.db_instance.percent_progress #=> String
|
25510
|
+
# resp.db_instance.dedicated_log_volume #=> Boolean
|
25459
25511
|
#
|
25460
25512
|
# @see http://docs.aws.amazon.com/goto/WebAPI/rds-2014-10-31/RestoreDBInstanceFromS3 AWS API Documentation
|
25461
25513
|
#
|
@@ -25991,6 +26043,10 @@ module Aws::RDS
|
|
25991
26043
|
#
|
25992
26044
|
# </note>
|
25993
26045
|
#
|
26046
|
+
# @option params [Boolean] :dedicated_log_volume
|
26047
|
+
# Specifies whether to enable a dedicated log volume (DLV) for the DB
|
26048
|
+
# instance.
|
26049
|
+
#
|
25994
26050
|
# @return [Types::RestoreDBInstanceToPointInTimeResult] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
|
25995
26051
|
#
|
25996
26052
|
# * {Types::RestoreDBInstanceToPointInTimeResult#db_instance #db_instance} => Types::DBInstance
|
@@ -26148,6 +26204,7 @@ module Aws::RDS
|
|
26148
26204
|
# network_type: "String",
|
26149
26205
|
# storage_throughput: 1,
|
26150
26206
|
# allocated_storage: 1,
|
26207
|
+
# dedicated_log_volume: false,
|
26151
26208
|
# })
|
26152
26209
|
#
|
26153
26210
|
# @example Response structure
|
@@ -26214,6 +26271,7 @@ module Aws::RDS
|
|
26214
26271
|
# resp.db_instance.pending_modified_values.resume_full_automation_mode_time #=> Time
|
26215
26272
|
# resp.db_instance.pending_modified_values.storage_throughput #=> Integer
|
26216
26273
|
# resp.db_instance.pending_modified_values.engine #=> String
|
26274
|
+
# resp.db_instance.pending_modified_values.dedicated_log_volume #=> Boolean
|
26217
26275
|
# resp.db_instance.latest_restorable_time #=> Time
|
26218
26276
|
# resp.db_instance.multi_az #=> Boolean
|
26219
26277
|
# resp.db_instance.engine_version #=> String
|
@@ -26307,6 +26365,7 @@ module Aws::RDS
|
|
26307
26365
|
# resp.db_instance.certificate_details.valid_till #=> Time
|
26308
26366
|
# resp.db_instance.read_replica_source_db_cluster_identifier #=> String
|
26309
26367
|
# resp.db_instance.percent_progress #=> String
|
26368
|
+
# resp.db_instance.dedicated_log_volume #=> Boolean
|
26310
26369
|
#
|
26311
26370
|
# @see http://docs.aws.amazon.com/goto/WebAPI/rds-2014-10-31/RestoreDBInstanceToPointInTime AWS API Documentation
|
26312
26371
|
#
|
@@ -26808,6 +26867,7 @@ module Aws::RDS
|
|
26808
26867
|
# resp.db_instance.pending_modified_values.resume_full_automation_mode_time #=> Time
|
26809
26868
|
# resp.db_instance.pending_modified_values.storage_throughput #=> Integer
|
26810
26869
|
# resp.db_instance.pending_modified_values.engine #=> String
|
26870
|
+
# resp.db_instance.pending_modified_values.dedicated_log_volume #=> Boolean
|
26811
26871
|
# resp.db_instance.latest_restorable_time #=> Time
|
26812
26872
|
# resp.db_instance.multi_az #=> Boolean
|
26813
26873
|
# resp.db_instance.engine_version #=> String
|
@@ -26901,6 +26961,7 @@ module Aws::RDS
|
|
26901
26961
|
# resp.db_instance.certificate_details.valid_till #=> Time
|
26902
26962
|
# resp.db_instance.read_replica_source_db_cluster_identifier #=> String
|
26903
26963
|
# resp.db_instance.percent_progress #=> String
|
26964
|
+
# resp.db_instance.dedicated_log_volume #=> Boolean
|
26904
26965
|
#
|
26905
26966
|
# @see http://docs.aws.amazon.com/goto/WebAPI/rds-2014-10-31/StartDBInstance AWS API Documentation
|
26906
26967
|
#
|
@@ -27057,6 +27118,7 @@ module Aws::RDS
|
|
27057
27118
|
# resp.db_instance_automated_backup.backup_target #=> String
|
27058
27119
|
# resp.db_instance_automated_backup.storage_throughput #=> Integer
|
27059
27120
|
# resp.db_instance_automated_backup.aws_backup_recovery_point_arn #=> String
|
27121
|
+
# resp.db_instance_automated_backup.dedicated_log_volume #=> Boolean
|
27060
27122
|
#
|
27061
27123
|
# @see http://docs.aws.amazon.com/goto/WebAPI/rds-2014-10-31/StartDBInstanceAutomatedBackupsReplication AWS API Documentation
|
27062
27124
|
#
|
@@ -27631,6 +27693,7 @@ module Aws::RDS
|
|
27631
27693
|
# resp.db_instance.pending_modified_values.resume_full_automation_mode_time #=> Time
|
27632
27694
|
# resp.db_instance.pending_modified_values.storage_throughput #=> Integer
|
27633
27695
|
# resp.db_instance.pending_modified_values.engine #=> String
|
27696
|
+
# resp.db_instance.pending_modified_values.dedicated_log_volume #=> Boolean
|
27634
27697
|
# resp.db_instance.latest_restorable_time #=> Time
|
27635
27698
|
# resp.db_instance.multi_az #=> Boolean
|
27636
27699
|
# resp.db_instance.engine_version #=> String
|
@@ -27724,6 +27787,7 @@ module Aws::RDS
|
|
27724
27787
|
# resp.db_instance.certificate_details.valid_till #=> Time
|
27725
27788
|
# resp.db_instance.read_replica_source_db_cluster_identifier #=> String
|
27726
27789
|
# resp.db_instance.percent_progress #=> String
|
27790
|
+
# resp.db_instance.dedicated_log_volume #=> Boolean
|
27727
27791
|
#
|
27728
27792
|
# @see http://docs.aws.amazon.com/goto/WebAPI/rds-2014-10-31/StopDBInstance AWS API Documentation
|
27729
27793
|
#
|
@@ -27832,6 +27896,7 @@ module Aws::RDS
|
|
27832
27896
|
# resp.db_instance_automated_backup.backup_target #=> String
|
27833
27897
|
# resp.db_instance_automated_backup.storage_throughput #=> Integer
|
27834
27898
|
# resp.db_instance_automated_backup.aws_backup_recovery_point_arn #=> String
|
27899
|
+
# resp.db_instance_automated_backup.dedicated_log_volume #=> Boolean
|
27835
27900
|
#
|
27836
27901
|
# @see http://docs.aws.amazon.com/goto/WebAPI/rds-2014-10-31/StopDBInstanceAutomatedBackupsReplication AWS API Documentation
|
27837
27902
|
#
|
@@ -28224,6 +28289,7 @@ module Aws::RDS
|
|
28224
28289
|
# resp.db_instance.pending_modified_values.resume_full_automation_mode_time #=> Time
|
28225
28290
|
# resp.db_instance.pending_modified_values.storage_throughput #=> Integer
|
28226
28291
|
# resp.db_instance.pending_modified_values.engine #=> String
|
28292
|
+
# resp.db_instance.pending_modified_values.dedicated_log_volume #=> Boolean
|
28227
28293
|
# resp.db_instance.latest_restorable_time #=> Time
|
28228
28294
|
# resp.db_instance.multi_az #=> Boolean
|
28229
28295
|
# resp.db_instance.engine_version #=> String
|
@@ -28317,6 +28383,7 @@ module Aws::RDS
|
|
28317
28383
|
# resp.db_instance.certificate_details.valid_till #=> Time
|
28318
28384
|
# resp.db_instance.read_replica_source_db_cluster_identifier #=> String
|
28319
28385
|
# resp.db_instance.percent_progress #=> String
|
28386
|
+
# resp.db_instance.dedicated_log_volume #=> Boolean
|
28320
28387
|
#
|
28321
28388
|
# @see http://docs.aws.amazon.com/goto/WebAPI/rds-2014-10-31/SwitchoverReadReplica AWS API Documentation
|
28322
28389
|
#
|
@@ -28340,7 +28407,7 @@ module Aws::RDS
|
|
28340
28407
|
params: params,
|
28341
28408
|
config: config)
|
28342
28409
|
context[:gem_name] = 'aws-sdk-rds'
|
28343
|
-
context[:gem_version] = '1.
|
28410
|
+
context[:gem_version] = '1.197.0'
|
28344
28411
|
Seahorse::Client::Request.new(handlers, context)
|
28345
28412
|
end
|
28346
28413
|
|
@@ -1050,6 +1050,7 @@ module Aws::RDS
|
|
1050
1050
|
CreateDBInstanceMessage.add_member(:master_user_secret_kms_key_id, Shapes::ShapeRef.new(shape: String, location_name: "MasterUserSecretKmsKeyId"))
|
1051
1051
|
CreateDBInstanceMessage.add_member(:ca_certificate_identifier, Shapes::ShapeRef.new(shape: String, location_name: "CACertificateIdentifier"))
|
1052
1052
|
CreateDBInstanceMessage.add_member(:db_system_id, Shapes::ShapeRef.new(shape: String, location_name: "DBSystemId"))
|
1053
|
+
CreateDBInstanceMessage.add_member(:dedicated_log_volume, Shapes::ShapeRef.new(shape: BooleanOptional, location_name: "DedicatedLogVolume"))
|
1053
1054
|
CreateDBInstanceMessage.struct_class = Types::CreateDBInstanceMessage
|
1054
1055
|
|
1055
1056
|
CreateDBInstanceReadReplicaMessage.add_member(:db_instance_identifier, Shapes::ShapeRef.new(shape: String, required: true, location_name: "DBInstanceIdentifier"))
|
@@ -1094,6 +1095,7 @@ module Aws::RDS
|
|
1094
1095
|
CreateDBInstanceReadReplicaMessage.add_member(:enable_customer_owned_ip, Shapes::ShapeRef.new(shape: BooleanOptional, location_name: "EnableCustomerOwnedIp"))
|
1095
1096
|
CreateDBInstanceReadReplicaMessage.add_member(:allocated_storage, Shapes::ShapeRef.new(shape: IntegerOptional, location_name: "AllocatedStorage"))
|
1096
1097
|
CreateDBInstanceReadReplicaMessage.add_member(:source_db_cluster_identifier, Shapes::ShapeRef.new(shape: String, location_name: "SourceDBClusterIdentifier"))
|
1098
|
+
CreateDBInstanceReadReplicaMessage.add_member(:dedicated_log_volume, Shapes::ShapeRef.new(shape: BooleanOptional, location_name: "DedicatedLogVolume"))
|
1097
1099
|
CreateDBInstanceReadReplicaMessage.add_member(:source_region, Shapes::ShapeRef.new(shape: String, location_name: "SourceRegion"))
|
1098
1100
|
CreateDBInstanceReadReplicaMessage.struct_class = Types::CreateDBInstanceReadReplicaMessage
|
1099
1101
|
|
@@ -1597,6 +1599,7 @@ module Aws::RDS
|
|
1597
1599
|
DBInstance.add_member(:certificate_details, Shapes::ShapeRef.new(shape: CertificateDetails, location_name: "CertificateDetails"))
|
1598
1600
|
DBInstance.add_member(:read_replica_source_db_cluster_identifier, Shapes::ShapeRef.new(shape: String, location_name: "ReadReplicaSourceDBClusterIdentifier"))
|
1599
1601
|
DBInstance.add_member(:percent_progress, Shapes::ShapeRef.new(shape: String, location_name: "PercentProgress"))
|
1602
|
+
DBInstance.add_member(:dedicated_log_volume, Shapes::ShapeRef.new(shape: Boolean, location_name: "DedicatedLogVolume"))
|
1600
1603
|
DBInstance.struct_class = Types::DBInstance
|
1601
1604
|
|
1602
1605
|
DBInstanceAlreadyExistsFault.struct_class = Types::DBInstanceAlreadyExistsFault
|
@@ -1630,6 +1633,7 @@ module Aws::RDS
|
|
1630
1633
|
DBInstanceAutomatedBackup.add_member(:backup_target, Shapes::ShapeRef.new(shape: String, location_name: "BackupTarget"))
|
1631
1634
|
DBInstanceAutomatedBackup.add_member(:storage_throughput, Shapes::ShapeRef.new(shape: IntegerOptional, location_name: "StorageThroughput"))
|
1632
1635
|
DBInstanceAutomatedBackup.add_member(:aws_backup_recovery_point_arn, Shapes::ShapeRef.new(shape: String, location_name: "AwsBackupRecoveryPointArn"))
|
1636
|
+
DBInstanceAutomatedBackup.add_member(:dedicated_log_volume, Shapes::ShapeRef.new(shape: BooleanOptional, location_name: "DedicatedLogVolume"))
|
1633
1637
|
DBInstanceAutomatedBackup.struct_class = Types::DBInstanceAutomatedBackup
|
1634
1638
|
|
1635
1639
|
DBInstanceAutomatedBackupList.member = Shapes::ShapeRef.new(shape: DBInstanceAutomatedBackup, location_name: "DBInstanceAutomatedBackup")
|
@@ -1846,6 +1850,7 @@ module Aws::RDS
|
|
1846
1850
|
DBSnapshot.add_member(:snapshot_target, Shapes::ShapeRef.new(shape: String, location_name: "SnapshotTarget"))
|
1847
1851
|
DBSnapshot.add_member(:storage_throughput, Shapes::ShapeRef.new(shape: IntegerOptional, location_name: "StorageThroughput"))
|
1848
1852
|
DBSnapshot.add_member(:db_system_id, Shapes::ShapeRef.new(shape: String, location_name: "DBSystemId"))
|
1853
|
+
DBSnapshot.add_member(:dedicated_log_volume, Shapes::ShapeRef.new(shape: Boolean, location_name: "DedicatedLogVolume"))
|
1849
1854
|
DBSnapshot.struct_class = Types::DBSnapshot
|
1850
1855
|
|
1851
1856
|
DBSnapshotAlreadyExistsFault.struct_class = Types::DBSnapshotAlreadyExistsFault
|
@@ -2771,6 +2776,7 @@ module Aws::RDS
|
|
2771
2776
|
ModifyDBInstanceMessage.add_member(:rotate_master_user_password, Shapes::ShapeRef.new(shape: BooleanOptional, location_name: "RotateMasterUserPassword"))
|
2772
2777
|
ModifyDBInstanceMessage.add_member(:master_user_secret_kms_key_id, Shapes::ShapeRef.new(shape: String, location_name: "MasterUserSecretKmsKeyId"))
|
2773
2778
|
ModifyDBInstanceMessage.add_member(:engine, Shapes::ShapeRef.new(shape: String, location_name: "Engine"))
|
2779
|
+
ModifyDBInstanceMessage.add_member(:dedicated_log_volume, Shapes::ShapeRef.new(shape: BooleanOptional, location_name: "DedicatedLogVolume"))
|
2774
2780
|
ModifyDBInstanceMessage.struct_class = Types::ModifyDBInstanceMessage
|
2775
2781
|
|
2776
2782
|
ModifyDBInstanceResult.add_member(:db_instance, Shapes::ShapeRef.new(shape: DBInstance, location_name: "DBInstance"))
|
@@ -3019,6 +3025,7 @@ module Aws::RDS
|
|
3019
3025
|
OrderableDBInstanceOption.add_member(:max_storage_throughput_per_db_instance, Shapes::ShapeRef.new(shape: IntegerOptional, location_name: "MaxStorageThroughputPerDbInstance"))
|
3020
3026
|
OrderableDBInstanceOption.add_member(:min_storage_throughput_per_iops, Shapes::ShapeRef.new(shape: DoubleOptional, location_name: "MinStorageThroughputPerIops"))
|
3021
3027
|
OrderableDBInstanceOption.add_member(:max_storage_throughput_per_iops, Shapes::ShapeRef.new(shape: DoubleOptional, location_name: "MaxStorageThroughputPerIops"))
|
3028
|
+
OrderableDBInstanceOption.add_member(:supports_dedicated_log_volume, Shapes::ShapeRef.new(shape: Boolean, location_name: "SupportsDedicatedLogVolume"))
|
3022
3029
|
OrderableDBInstanceOption.struct_class = Types::OrderableDBInstanceOption
|
3023
3030
|
|
3024
3031
|
OrderableDBInstanceOptionsList.member = Shapes::ShapeRef.new(shape: OrderableDBInstanceOption, location_name: "OrderableDBInstanceOption")
|
@@ -3085,6 +3092,7 @@ module Aws::RDS
|
|
3085
3092
|
PendingModifiedValues.add_member(:resume_full_automation_mode_time, Shapes::ShapeRef.new(shape: TStamp, location_name: "ResumeFullAutomationModeTime"))
|
3086
3093
|
PendingModifiedValues.add_member(:storage_throughput, Shapes::ShapeRef.new(shape: IntegerOptional, location_name: "StorageThroughput"))
|
3087
3094
|
PendingModifiedValues.add_member(:engine, Shapes::ShapeRef.new(shape: String, location_name: "Engine"))
|
3095
|
+
PendingModifiedValues.add_member(:dedicated_log_volume, Shapes::ShapeRef.new(shape: BooleanOptional, location_name: "DedicatedLogVolume"))
|
3088
3096
|
PendingModifiedValues.struct_class = Types::PendingModifiedValues
|
3089
3097
|
|
3090
3098
|
PointInTimeRestoreNotEnabledFault.struct_class = Types::PointInTimeRestoreNotEnabledFault
|
@@ -3403,6 +3411,7 @@ module Aws::RDS
|
|
3403
3411
|
RestoreDBInstanceFromDBSnapshotMessage.add_member(:storage_throughput, Shapes::ShapeRef.new(shape: IntegerOptional, location_name: "StorageThroughput"))
|
3404
3412
|
RestoreDBInstanceFromDBSnapshotMessage.add_member(:db_cluster_snapshot_identifier, Shapes::ShapeRef.new(shape: String, location_name: "DBClusterSnapshotIdentifier"))
|
3405
3413
|
RestoreDBInstanceFromDBSnapshotMessage.add_member(:allocated_storage, Shapes::ShapeRef.new(shape: IntegerOptional, location_name: "AllocatedStorage"))
|
3414
|
+
RestoreDBInstanceFromDBSnapshotMessage.add_member(:dedicated_log_volume, Shapes::ShapeRef.new(shape: BooleanOptional, location_name: "DedicatedLogVolume"))
|
3406
3415
|
RestoreDBInstanceFromDBSnapshotMessage.struct_class = Types::RestoreDBInstanceFromDBSnapshotMessage
|
3407
3416
|
|
3408
3417
|
RestoreDBInstanceFromDBSnapshotResult.add_member(:db_instance, Shapes::ShapeRef.new(shape: DBInstance, location_name: "DBInstance"))
|
@@ -3456,6 +3465,7 @@ module Aws::RDS
|
|
3456
3465
|
RestoreDBInstanceFromS3Message.add_member(:storage_throughput, Shapes::ShapeRef.new(shape: IntegerOptional, location_name: "StorageThroughput"))
|
3457
3466
|
RestoreDBInstanceFromS3Message.add_member(:manage_master_user_password, Shapes::ShapeRef.new(shape: BooleanOptional, location_name: "ManageMasterUserPassword"))
|
3458
3467
|
RestoreDBInstanceFromS3Message.add_member(:master_user_secret_kms_key_id, Shapes::ShapeRef.new(shape: String, location_name: "MasterUserSecretKmsKeyId"))
|
3468
|
+
RestoreDBInstanceFromS3Message.add_member(:dedicated_log_volume, Shapes::ShapeRef.new(shape: BooleanOptional, location_name: "DedicatedLogVolume"))
|
3459
3469
|
RestoreDBInstanceFromS3Message.struct_class = Types::RestoreDBInstanceFromS3Message
|
3460
3470
|
|
3461
3471
|
RestoreDBInstanceFromS3Result.add_member(:db_instance, Shapes::ShapeRef.new(shape: DBInstance, location_name: "DBInstance"))
|
@@ -3504,6 +3514,7 @@ module Aws::RDS
|
|
3504
3514
|
RestoreDBInstanceToPointInTimeMessage.add_member(:network_type, Shapes::ShapeRef.new(shape: String, location_name: "NetworkType"))
|
3505
3515
|
RestoreDBInstanceToPointInTimeMessage.add_member(:storage_throughput, Shapes::ShapeRef.new(shape: IntegerOptional, location_name: "StorageThroughput"))
|
3506
3516
|
RestoreDBInstanceToPointInTimeMessage.add_member(:allocated_storage, Shapes::ShapeRef.new(shape: IntegerOptional, location_name: "AllocatedStorage"))
|
3517
|
+
RestoreDBInstanceToPointInTimeMessage.add_member(:dedicated_log_volume, Shapes::ShapeRef.new(shape: BooleanOptional, location_name: "DedicatedLogVolume"))
|
3507
3518
|
RestoreDBInstanceToPointInTimeMessage.struct_class = Types::RestoreDBInstanceToPointInTimeMessage
|
3508
3519
|
|
3509
3520
|
RestoreDBInstanceToPointInTimeResult.add_member(:db_instance, Shapes::ShapeRef.new(shape: DBInstance, location_name: "DBInstance"))
|
@@ -3763,6 +3774,7 @@ module Aws::RDS
|
|
3763
3774
|
|
3764
3775
|
ValidDBInstanceModificationsMessage.add_member(:storage, Shapes::ShapeRef.new(shape: ValidStorageOptionsList, location_name: "Storage"))
|
3765
3776
|
ValidDBInstanceModificationsMessage.add_member(:valid_processor_features, Shapes::ShapeRef.new(shape: AvailableProcessorFeatureList, location_name: "ValidProcessorFeatures"))
|
3777
|
+
ValidDBInstanceModificationsMessage.add_member(:supports_dedicated_log_volume, Shapes::ShapeRef.new(shape: Boolean, location_name: "SupportsDedicatedLogVolume"))
|
3766
3778
|
ValidDBInstanceModificationsMessage.struct_class = Types::ValidDBInstanceModificationsMessage
|
3767
3779
|
|
3768
3780
|
ValidStorageOptions.add_member(:storage_type, Shapes::ShapeRef.new(shape: String, location_name: "StorageType"))
|
@@ -757,6 +757,13 @@ module Aws::RDS
|
|
757
757
|
data[:percent_progress]
|
758
758
|
end
|
759
759
|
|
760
|
+
# Indicates whether the DB instance has a dedicated log volume (DLV)
|
761
|
+
# enabled.
|
762
|
+
# @return [Boolean]
|
763
|
+
def dedicated_log_volume
|
764
|
+
data[:dedicated_log_volume]
|
765
|
+
end
|
766
|
+
|
760
767
|
# @!endgroup
|
761
768
|
|
762
769
|
# @return [Client]
|
@@ -967,6 +974,7 @@ module Aws::RDS
|
|
967
974
|
# master_user_secret_kms_key_id: "String",
|
968
975
|
# ca_certificate_identifier: "String",
|
969
976
|
# db_system_id: "String",
|
977
|
+
# dedicated_log_volume: false,
|
970
978
|
# })
|
971
979
|
# @param [Hash] options ({})
|
972
980
|
# @option options [String] :db_name
|
@@ -2066,6 +2074,9 @@ module Aws::RDS
|
|
2066
2074
|
# global area (SGA) and Oracle background processes. If you don't
|
2067
2075
|
# specify a SID, the value defaults to `RDSCDB`. The Oracle SID is also
|
2068
2076
|
# the name of your CDB.
|
2077
|
+
# @option options [Boolean] :dedicated_log_volume
|
2078
|
+
# Indicates whether the DB instance has a dedicated log volume (DLV)
|
2079
|
+
# enabled.
|
2069
2080
|
# @return [DBInstance]
|
2070
2081
|
def create(options = {})
|
2071
2082
|
options = options.merge(db_instance_identifier: @id)
|
@@ -2133,6 +2144,7 @@ module Aws::RDS
|
|
2133
2144
|
# enable_customer_owned_ip: false,
|
2134
2145
|
# allocated_storage: 1,
|
2135
2146
|
# source_db_cluster_identifier: "String",
|
2147
|
+
# dedicated_log_volume: false,
|
2136
2148
|
# source_region: "String",
|
2137
2149
|
# })
|
2138
2150
|
# @param [Hash] options ({})
|
@@ -2684,6 +2696,9 @@ module Aws::RDS
|
|
2684
2696
|
#
|
2685
2697
|
# * The source DB cluster must be in the same Amazon Web Services Region
|
2686
2698
|
# as the read replica. Cross-Region replication isn't supported.
|
2699
|
+
# @option options [Boolean] :dedicated_log_volume
|
2700
|
+
# Indicates whether the DB instance has a dedicated log volume (DLV)
|
2701
|
+
# enabled.
|
2687
2702
|
# @option options [String] :source_region
|
2688
2703
|
# The source region of the snapshot. This is only needed when the
|
2689
2704
|
# shapshot is encrypted and in a different region.
|
@@ -2881,6 +2896,7 @@ module Aws::RDS
|
|
2881
2896
|
# rotate_master_user_password: false,
|
2882
2897
|
# master_user_secret_kms_key_id: "String",
|
2883
2898
|
# engine: "String",
|
2899
|
+
# dedicated_log_volume: false,
|
2884
2900
|
# })
|
2885
2901
|
# @param [Hash] options ({})
|
2886
2902
|
# @option options [Integer] :allocated_storage
|
@@ -3851,6 +3867,9 @@ module Aws::RDS
|
|
3851
3867
|
# parameter group. To avoid reverting to the default, specify a new
|
3852
3868
|
# parameter group with `--db-parameter-group-name` and a new option
|
3853
3869
|
# group with `--option-group-name`.
|
3870
|
+
# @option options [Boolean] :dedicated_log_volume
|
3871
|
+
# Indicates whether the DB instance has a dedicated log volume (DLV)
|
3872
|
+
# enabled.
|
3854
3873
|
# @return [DBInstance]
|
3855
3874
|
def modify(options = {})
|
3856
3875
|
options = options.merge(db_instance_identifier: @id)
|
@@ -3998,6 +4017,7 @@ module Aws::RDS
|
|
3998
4017
|
# network_type: "String",
|
3999
4018
|
# storage_throughput: 1,
|
4000
4019
|
# allocated_storage: 1,
|
4020
|
+
# dedicated_log_volume: false,
|
4001
4021
|
# })
|
4002
4022
|
# @param [Hash] options ({})
|
4003
4023
|
# @option options [required, String] :target_db_instance_identifier
|
@@ -4455,6 +4475,9 @@ module Aws::RDS
|
|
4455
4475
|
# storage for future growth.
|
4456
4476
|
#
|
4457
4477
|
# </note>
|
4478
|
+
# @option options [Boolean] :dedicated_log_volume
|
4479
|
+
# Specifies whether to enable a dedicated log volume (DLV) for the DB
|
4480
|
+
# instance.
|
4458
4481
|
# @return [DBInstance]
|
4459
4482
|
def restore(options = {})
|
4460
4483
|
options = options.merge(source_db_instance_identifier: @id)
|
@@ -273,6 +273,13 @@ module Aws::RDS
|
|
273
273
|
data[:db_system_id]
|
274
274
|
end
|
275
275
|
|
276
|
+
# Indicates whether the DB instance has a dedicated log volume (DLV)
|
277
|
+
# enabled.
|
278
|
+
# @return [Boolean]
|
279
|
+
def dedicated_log_volume
|
280
|
+
data[:dedicated_log_volume]
|
281
|
+
end
|
282
|
+
|
276
283
|
# @!endgroup
|
277
284
|
|
278
285
|
# @return [Client]
|
@@ -690,6 +697,7 @@ module Aws::RDS
|
|
690
697
|
# storage_throughput: 1,
|
691
698
|
# db_cluster_snapshot_identifier: "String",
|
692
699
|
# allocated_storage: 1,
|
700
|
+
# dedicated_log_volume: false,
|
693
701
|
# })
|
694
702
|
# @param [Hash] options ({})
|
695
703
|
# @option options [required, String] :db_instance_identifier
|
@@ -1131,6 +1139,9 @@ module Aws::RDS
|
|
1131
1139
|
# storage for future growth.
|
1132
1140
|
#
|
1133
1141
|
# </note>
|
1142
|
+
# @option options [Boolean] :dedicated_log_volume
|
1143
|
+
# Specifies whether to enable a dedicated log volume (DLV) for the DB
|
1144
|
+
# instance.
|
1134
1145
|
# @return [DBInstance]
|
1135
1146
|
def restore(options = {})
|
1136
1147
|
options = options.merge(db_snapshot_identifier: @snapshot_id)
|
data/lib/aws-sdk-rds/resource.rb
CHANGED
@@ -1036,6 +1036,7 @@ module Aws::RDS
|
|
1036
1036
|
# master_user_secret_kms_key_id: "String",
|
1037
1037
|
# ca_certificate_identifier: "String",
|
1038
1038
|
# db_system_id: "String",
|
1039
|
+
# dedicated_log_volume: false,
|
1039
1040
|
# })
|
1040
1041
|
# @param [Hash] options ({})
|
1041
1042
|
# @option options [String] :db_name
|
@@ -2148,6 +2149,9 @@ module Aws::RDS
|
|
2148
2149
|
# global area (SGA) and Oracle background processes. If you don't
|
2149
2150
|
# specify a SID, the value defaults to `RDSCDB`. The Oracle SID is also
|
2150
2151
|
# the name of your CDB.
|
2152
|
+
# @option options [Boolean] :dedicated_log_volume
|
2153
|
+
# Indicates whether the DB instance has a dedicated log volume (DLV)
|
2154
|
+
# enabled.
|
2151
2155
|
# @return [DBInstance]
|
2152
2156
|
def create_db_instance(options = {})
|
2153
2157
|
resp = Aws::Plugins::UserAgent.feature('resource') do
|
data/lib/aws-sdk-rds/types.rb
CHANGED
@@ -4328,6 +4328,11 @@ module Aws::RDS
|
|
4328
4328
|
# is also the name of your CDB.
|
4329
4329
|
# @return [String]
|
4330
4330
|
#
|
4331
|
+
# @!attribute [rw] dedicated_log_volume
|
4332
|
+
# Indicates whether the DB instance has a dedicated log volume (DLV)
|
4333
|
+
# enabled.
|
4334
|
+
# @return [Boolean]
|
4335
|
+
#
|
4331
4336
|
# @see http://docs.aws.amazon.com/goto/WebAPI/rds-2014-10-31/CreateDBInstanceMessage AWS API Documentation
|
4332
4337
|
#
|
4333
4338
|
class CreateDBInstanceMessage < Struct.new(
|
@@ -4390,7 +4395,8 @@ module Aws::RDS
|
|
4390
4395
|
:manage_master_user_password,
|
4391
4396
|
:master_user_secret_kms_key_id,
|
4392
4397
|
:ca_certificate_identifier,
|
4393
|
-
:db_system_id
|
4398
|
+
:db_system_id,
|
4399
|
+
:dedicated_log_volume)
|
4394
4400
|
SENSITIVE = []
|
4395
4401
|
include Aws::Structure
|
4396
4402
|
end
|
@@ -5079,6 +5085,11 @@ module Aws::RDS
|
|
5079
5085
|
# supported.
|
5080
5086
|
# @return [String]
|
5081
5087
|
#
|
5088
|
+
# @!attribute [rw] dedicated_log_volume
|
5089
|
+
# Indicates whether the DB instance has a dedicated log volume (DLV)
|
5090
|
+
# enabled.
|
5091
|
+
# @return [Boolean]
|
5092
|
+
#
|
5082
5093
|
# @!attribute [rw] source_region
|
5083
5094
|
# The source region of the snapshot. This is only needed when the
|
5084
5095
|
# shapshot is encrypted and in a different region.
|
@@ -5129,6 +5140,7 @@ module Aws::RDS
|
|
5129
5140
|
:enable_customer_owned_ip,
|
5130
5141
|
:allocated_storage,
|
5131
5142
|
:source_db_cluster_identifier,
|
5143
|
+
:dedicated_log_volume,
|
5132
5144
|
:source_region)
|
5133
5145
|
SENSITIVE = []
|
5134
5146
|
include Aws::Structure
|
@@ -8352,6 +8364,11 @@ module Aws::RDS
|
|
8352
8364
|
# The progress of the storage optimization operation as a percentage.
|
8353
8365
|
# @return [String]
|
8354
8366
|
#
|
8367
|
+
# @!attribute [rw] dedicated_log_volume
|
8368
|
+
# Indicates whether the DB instance has a dedicated log volume (DLV)
|
8369
|
+
# enabled.
|
8370
|
+
# @return [Boolean]
|
8371
|
+
#
|
8355
8372
|
# @see http://docs.aws.amazon.com/goto/WebAPI/rds-2014-10-31/DBInstance AWS API Documentation
|
8356
8373
|
#
|
8357
8374
|
class DBInstance < Struct.new(
|
@@ -8436,7 +8453,8 @@ module Aws::RDS
|
|
8436
8453
|
:master_user_secret,
|
8437
8454
|
:certificate_details,
|
8438
8455
|
:read_replica_source_db_cluster_identifier,
|
8439
|
-
:percent_progress
|
8456
|
+
:percent_progress,
|
8457
|
+
:dedicated_log_volume)
|
8440
8458
|
SENSITIVE = []
|
8441
8459
|
include Aws::Structure
|
8442
8460
|
end
|
@@ -8599,6 +8617,11 @@ module Aws::RDS
|
|
8599
8617
|
# Services Backup.
|
8600
8618
|
# @return [String]
|
8601
8619
|
#
|
8620
|
+
# @!attribute [rw] dedicated_log_volume
|
8621
|
+
# Indicates whether the DB instance has a dedicated log volume (DLV)
|
8622
|
+
# enabled.
|
8623
|
+
# @return [Boolean]
|
8624
|
+
#
|
8602
8625
|
# @see http://docs.aws.amazon.com/goto/WebAPI/rds-2014-10-31/DBInstanceAutomatedBackup AWS API Documentation
|
8603
8626
|
#
|
8604
8627
|
class DBInstanceAutomatedBackup < Struct.new(
|
@@ -8630,7 +8653,8 @@ module Aws::RDS
|
|
8630
8653
|
:db_instance_automated_backups_replications,
|
8631
8654
|
:backup_target,
|
8632
8655
|
:storage_throughput,
|
8633
|
-
:aws_backup_recovery_point_arn
|
8656
|
+
:aws_backup_recovery_point_arn,
|
8657
|
+
:dedicated_log_volume)
|
8634
8658
|
SENSITIVE = []
|
8635
8659
|
include Aws::Structure
|
8636
8660
|
end
|
@@ -9658,6 +9682,11 @@ module Aws::RDS
|
|
9658
9682
|
# is also the name of your CDB.
|
9659
9683
|
# @return [String]
|
9660
9684
|
#
|
9685
|
+
# @!attribute [rw] dedicated_log_volume
|
9686
|
+
# Indicates whether the DB instance has a dedicated log volume (DLV)
|
9687
|
+
# enabled.
|
9688
|
+
# @return [Boolean]
|
9689
|
+
#
|
9661
9690
|
# @see http://docs.aws.amazon.com/goto/WebAPI/rds-2014-10-31/DBSnapshot AWS API Documentation
|
9662
9691
|
#
|
9663
9692
|
class DBSnapshot < Struct.new(
|
@@ -9694,7 +9723,8 @@ module Aws::RDS
|
|
9694
9723
|
:snapshot_database_time,
|
9695
9724
|
:snapshot_target,
|
9696
9725
|
:storage_throughput,
|
9697
|
-
:db_system_id
|
9726
|
+
:db_system_id,
|
9727
|
+
:dedicated_log_volume)
|
9698
9728
|
SENSITIVE = []
|
9699
9729
|
include Aws::Structure
|
9700
9730
|
end
|
@@ -16912,6 +16942,11 @@ module Aws::RDS
|
|
16912
16942
|
# `--option-group-name`.
|
16913
16943
|
# @return [String]
|
16914
16944
|
#
|
16945
|
+
# @!attribute [rw] dedicated_log_volume
|
16946
|
+
# Indicates whether the DB instance has a dedicated log volume (DLV)
|
16947
|
+
# enabled.
|
16948
|
+
# @return [Boolean]
|
16949
|
+
#
|
16915
16950
|
# @see http://docs.aws.amazon.com/goto/WebAPI/rds-2014-10-31/ModifyDBInstanceMessage AWS API Documentation
|
16916
16951
|
#
|
16917
16952
|
class ModifyDBInstanceMessage < Struct.new(
|
@@ -16972,7 +17007,8 @@ module Aws::RDS
|
|
16972
17007
|
:manage_master_user_password,
|
16973
17008
|
:rotate_master_user_password,
|
16974
17009
|
:master_user_secret_kms_key_id,
|
16975
|
-
:engine
|
17010
|
+
:engine,
|
17011
|
+
:dedicated_log_volume)
|
16976
17012
|
SENSITIVE = []
|
16977
17013
|
include Aws::Structure
|
16978
17014
|
end
|
@@ -18279,6 +18315,11 @@ module Aws::RDS
|
|
18279
18315
|
# instance.
|
18280
18316
|
# @return [Float]
|
18281
18317
|
#
|
18318
|
+
# @!attribute [rw] supports_dedicated_log_volume
|
18319
|
+
# Indicates whether a DB instance supports using a dedicated log
|
18320
|
+
# volume (DLV).
|
18321
|
+
# @return [Boolean]
|
18322
|
+
#
|
18282
18323
|
# @see http://docs.aws.amazon.com/goto/WebAPI/rds-2014-10-31/OrderableDBInstanceOption AWS API Documentation
|
18283
18324
|
#
|
18284
18325
|
class OrderableDBInstanceOption < Struct.new(
|
@@ -18316,7 +18357,8 @@ module Aws::RDS
|
|
18316
18357
|
:min_storage_throughput_per_db_instance,
|
18317
18358
|
:max_storage_throughput_per_db_instance,
|
18318
18359
|
:min_storage_throughput_per_iops,
|
18319
|
-
:max_storage_throughput_per_iops
|
18360
|
+
:max_storage_throughput_per_iops,
|
18361
|
+
:supports_dedicated_log_volume)
|
18320
18362
|
SENSITIVE = []
|
18321
18363
|
include Aws::Structure
|
18322
18364
|
end
|
@@ -18646,6 +18688,11 @@ module Aws::RDS
|
|
18646
18688
|
# The database engine of the DB instance.
|
18647
18689
|
# @return [String]
|
18648
18690
|
#
|
18691
|
+
# @!attribute [rw] dedicated_log_volume
|
18692
|
+
# Indicates whether the DB instance has a dedicated log volume (DLV)
|
18693
|
+
# enabled.>
|
18694
|
+
# @return [Boolean]
|
18695
|
+
#
|
18649
18696
|
# @see http://docs.aws.amazon.com/goto/WebAPI/rds-2014-10-31/PendingModifiedValues AWS API Documentation
|
18650
18697
|
#
|
18651
18698
|
class PendingModifiedValues < Struct.new(
|
@@ -18668,7 +18715,8 @@ module Aws::RDS
|
|
18668
18715
|
:automation_mode,
|
18669
18716
|
:resume_full_automation_mode_time,
|
18670
18717
|
:storage_throughput,
|
18671
|
-
:engine
|
18718
|
+
:engine,
|
18719
|
+
:dedicated_log_volume)
|
18672
18720
|
SENSITIVE = []
|
18673
18721
|
include Aws::Structure
|
18674
18722
|
end
|
@@ -21663,6 +21711,11 @@ module Aws::RDS
|
|
21663
21711
|
# </note>
|
21664
21712
|
# @return [Integer]
|
21665
21713
|
#
|
21714
|
+
# @!attribute [rw] dedicated_log_volume
|
21715
|
+
# Specifies whether to enable a dedicated log volume (DLV) for the DB
|
21716
|
+
# instance.
|
21717
|
+
# @return [Boolean]
|
21718
|
+
#
|
21666
21719
|
# @see http://docs.aws.amazon.com/goto/WebAPI/rds-2014-10-31/RestoreDBInstanceFromDBSnapshotMessage AWS API Documentation
|
21667
21720
|
#
|
21668
21721
|
class RestoreDBInstanceFromDBSnapshotMessage < Struct.new(
|
@@ -21704,7 +21757,8 @@ module Aws::RDS
|
|
21704
21757
|
:network_type,
|
21705
21758
|
:storage_throughput,
|
21706
21759
|
:db_cluster_snapshot_identifier,
|
21707
|
-
:allocated_storage
|
21760
|
+
:allocated_storage,
|
21761
|
+
:dedicated_log_volume)
|
21708
21762
|
SENSITIVE = []
|
21709
21763
|
include Aws::Structure
|
21710
21764
|
end
|
@@ -22267,6 +22321,11 @@ module Aws::RDS
|
|
22267
22321
|
# each Amazon Web Services Region.
|
22268
22322
|
# @return [String]
|
22269
22323
|
#
|
22324
|
+
# @!attribute [rw] dedicated_log_volume
|
22325
|
+
# Specifies whether to enable a dedicated log volume (DLV) for the DB
|
22326
|
+
# instance.
|
22327
|
+
# @return [Boolean]
|
22328
|
+
#
|
22270
22329
|
# @see http://docs.aws.amazon.com/goto/WebAPI/rds-2014-10-31/RestoreDBInstanceFromS3Message AWS API Documentation
|
22271
22330
|
#
|
22272
22331
|
class RestoreDBInstanceFromS3Message < Struct.new(
|
@@ -22317,7 +22376,8 @@ module Aws::RDS
|
|
22317
22376
|
:network_type,
|
22318
22377
|
:storage_throughput,
|
22319
22378
|
:manage_master_user_password,
|
22320
|
-
:master_user_secret_kms_key_id
|
22379
|
+
:master_user_secret_kms_key_id,
|
22380
|
+
:dedicated_log_volume)
|
22321
22381
|
SENSITIVE = []
|
22322
22382
|
include Aws::Structure
|
22323
22383
|
end
|
@@ -22898,6 +22958,11 @@ module Aws::RDS
|
|
22898
22958
|
# </note>
|
22899
22959
|
# @return [Integer]
|
22900
22960
|
#
|
22961
|
+
# @!attribute [rw] dedicated_log_volume
|
22962
|
+
# Specifies whether to enable a dedicated log volume (DLV) for the DB
|
22963
|
+
# instance.
|
22964
|
+
# @return [Boolean]
|
22965
|
+
#
|
22901
22966
|
# @see http://docs.aws.amazon.com/goto/WebAPI/rds-2014-10-31/RestoreDBInstanceToPointInTimeMessage AWS API Documentation
|
22902
22967
|
#
|
22903
22968
|
class RestoreDBInstanceToPointInTimeMessage < Struct.new(
|
@@ -22943,7 +23008,8 @@ module Aws::RDS
|
|
22943
23008
|
:backup_target,
|
22944
23009
|
:network_type,
|
22945
23010
|
:storage_throughput,
|
22946
|
-
:allocated_storage
|
23011
|
+
:allocated_storage,
|
23012
|
+
:dedicated_log_volume)
|
22947
23013
|
SENSITIVE = []
|
22948
23014
|
include Aws::Structure
|
22949
23015
|
end
|
@@ -24455,11 +24521,17 @@ module Aws::RDS
|
|
24455
24521
|
# Valid processor features for your DB instance.
|
24456
24522
|
# @return [Array<Types::AvailableProcessorFeature>]
|
24457
24523
|
#
|
24524
|
+
# @!attribute [rw] supports_dedicated_log_volume
|
24525
|
+
# Indicates whether a DB instance supports using a dedicated log
|
24526
|
+
# volume (DLV).
|
24527
|
+
# @return [Boolean]
|
24528
|
+
#
|
24458
24529
|
# @see http://docs.aws.amazon.com/goto/WebAPI/rds-2014-10-31/ValidDBInstanceModificationsMessage AWS API Documentation
|
24459
24530
|
#
|
24460
24531
|
class ValidDBInstanceModificationsMessage < Struct.new(
|
24461
24532
|
:storage,
|
24462
|
-
:valid_processor_features
|
24533
|
+
:valid_processor_features,
|
24534
|
+
:supports_dedicated_log_volume)
|
24463
24535
|
SENSITIVE = []
|
24464
24536
|
include Aws::Structure
|
24465
24537
|
end
|
data/lib/aws-sdk-rds.rb
CHANGED
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.197.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-10-
|
11
|
+
date: 2023-10-12 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: aws-sigv4
|