aws-sdk-rds 1.319.0 → 1.321.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/CHANGELOG.md +10 -0
- data/VERSION +1 -1
- data/lib/aws-sdk-rds/client.rb +58 -1
- data/lib/aws-sdk-rds/client_api.rb +5 -0
- data/lib/aws-sdk-rds/db_instance.rb +25 -0
- data/lib/aws-sdk-rds/db_snapshot.rb +10 -0
- data/lib/aws-sdk-rds/types.rb +58 -2
- data/lib/aws-sdk-rds.rb +1 -1
- data/sig/db_instance.rbs +6 -0
- data/sig/db_snapshot.rbs +3 -0
- data/sig/types.rbs +5 -0
- metadata +1 -1
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: ea82cd4ee8f30832c7b0a7aa42b738e80749294e93449708c387ef21e444b4b8
|
|
4
|
+
data.tar.gz: 9415fd2177c892b30f714a2c58c56ecfa704087cb273239bfa84360980fab5b8
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 838069e7d6545b4c9297b23f58e81dd133f90efed773bdff340f125511b69b719f006715669278d3dcf9841af4628f9af52b37851228cec2deab3e5b7a3ed67d
|
|
7
|
+
data.tar.gz: b82b7716a263829e0644135486dc7447b01d7492763484661244ca95d0aa57b1cac5d49b5a7423212c858257708e0c5753dab354d3c09e2c71c7f059fc45de5d
|
data/CHANGELOG.md
CHANGED
|
@@ -1,6 +1,16 @@
|
|
|
1
1
|
Unreleased Changes
|
|
2
2
|
------------------
|
|
3
3
|
|
|
4
|
+
1.321.0 (2026-08-27)
|
|
5
|
+
------------------
|
|
6
|
+
|
|
7
|
+
* Feature - Adding support for the full snapshot size, in bytes, of DB instance snapshots.
|
|
8
|
+
|
|
9
|
+
1.320.0 (2026-07-31)
|
|
10
|
+
------------------
|
|
11
|
+
|
|
12
|
+
* Feature - Adds StorageOperationStatus and StorageOperationPercentProgress to DescribeDBInstances, letting you monitor RDS storage initialization and optimization progress.
|
|
13
|
+
|
|
4
14
|
1.319.0 (2026-07-17)
|
|
5
15
|
------------------
|
|
6
16
|
|
data/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
1.
|
|
1
|
+
1.321.0
|
data/lib/aws-sdk-rds/client.rb
CHANGED
|
@@ -1987,6 +1987,7 @@ module Aws::RDS
|
|
|
1987
1987
|
# resp.db_snapshot.additional_storage_volumes[0].storage_throughput #=> Integer
|
|
1988
1988
|
# resp.db_snapshot.additional_storage_volumes[0].storage_type #=> String
|
|
1989
1989
|
# resp.db_snapshot.snapshot_availability_zone #=> String
|
|
1990
|
+
# resp.db_snapshot.full_snapshot_size_in_bytes #=> Integer
|
|
1990
1991
|
#
|
|
1991
1992
|
# @see http://docs.aws.amazon.com/goto/WebAPI/rds-2014-10-31/CopyDBSnapshot AWS API Documentation
|
|
1992
1993
|
#
|
|
@@ -6442,12 +6443,16 @@ module Aws::RDS
|
|
|
6442
6443
|
# resp.db_instance.additional_storage_volumes #=> Array
|
|
6443
6444
|
# resp.db_instance.additional_storage_volumes[0].volume_name #=> String
|
|
6444
6445
|
# resp.db_instance.additional_storage_volumes[0].storage_volume_status #=> String
|
|
6446
|
+
# resp.db_instance.additional_storage_volumes[0].storage_operation_status #=> String
|
|
6447
|
+
# resp.db_instance.additional_storage_volumes[0].storage_operation_percent_progress #=> Integer
|
|
6445
6448
|
# resp.db_instance.additional_storage_volumes[0].allocated_storage #=> Integer
|
|
6446
6449
|
# resp.db_instance.additional_storage_volumes[0].iops #=> Integer
|
|
6447
6450
|
# resp.db_instance.additional_storage_volumes[0].max_allocated_storage #=> Integer
|
|
6448
6451
|
# resp.db_instance.additional_storage_volumes[0].storage_throughput #=> Integer
|
|
6449
6452
|
# resp.db_instance.additional_storage_volumes[0].storage_type #=> String
|
|
6450
6453
|
# resp.db_instance.storage_volume_status #=> String
|
|
6454
|
+
# resp.db_instance.storage_operation_status #=> String
|
|
6455
|
+
# resp.db_instance.storage_operation_percent_progress #=> Integer
|
|
6451
6456
|
#
|
|
6452
6457
|
# @see http://docs.aws.amazon.com/goto/WebAPI/rds-2014-10-31/CreateDBInstance AWS API Documentation
|
|
6453
6458
|
#
|
|
@@ -7510,12 +7515,16 @@ module Aws::RDS
|
|
|
7510
7515
|
# resp.db_instance.additional_storage_volumes #=> Array
|
|
7511
7516
|
# resp.db_instance.additional_storage_volumes[0].volume_name #=> String
|
|
7512
7517
|
# resp.db_instance.additional_storage_volumes[0].storage_volume_status #=> String
|
|
7518
|
+
# resp.db_instance.additional_storage_volumes[0].storage_operation_status #=> String
|
|
7519
|
+
# resp.db_instance.additional_storage_volumes[0].storage_operation_percent_progress #=> Integer
|
|
7513
7520
|
# resp.db_instance.additional_storage_volumes[0].allocated_storage #=> Integer
|
|
7514
7521
|
# resp.db_instance.additional_storage_volumes[0].iops #=> Integer
|
|
7515
7522
|
# resp.db_instance.additional_storage_volumes[0].max_allocated_storage #=> Integer
|
|
7516
7523
|
# resp.db_instance.additional_storage_volumes[0].storage_throughput #=> Integer
|
|
7517
7524
|
# resp.db_instance.additional_storage_volumes[0].storage_type #=> String
|
|
7518
7525
|
# resp.db_instance.storage_volume_status #=> String
|
|
7526
|
+
# resp.db_instance.storage_operation_status #=> String
|
|
7527
|
+
# resp.db_instance.storage_operation_percent_progress #=> Integer
|
|
7519
7528
|
#
|
|
7520
7529
|
# @see http://docs.aws.amazon.com/goto/WebAPI/rds-2014-10-31/CreateDBInstanceReadReplica AWS API Documentation
|
|
7521
7530
|
#
|
|
@@ -8343,6 +8352,7 @@ module Aws::RDS
|
|
|
8343
8352
|
# resp.db_snapshot.additional_storage_volumes[0].storage_throughput #=> Integer
|
|
8344
8353
|
# resp.db_snapshot.additional_storage_volumes[0].storage_type #=> String
|
|
8345
8354
|
# resp.db_snapshot.snapshot_availability_zone #=> String
|
|
8355
|
+
# resp.db_snapshot.full_snapshot_size_in_bytes #=> Integer
|
|
8346
8356
|
#
|
|
8347
8357
|
# @see http://docs.aws.amazon.com/goto/WebAPI/rds-2014-10-31/CreateDBSnapshot AWS API Documentation
|
|
8348
8358
|
#
|
|
@@ -10616,12 +10626,16 @@ module Aws::RDS
|
|
|
10616
10626
|
# resp.db_instance.additional_storage_volumes #=> Array
|
|
10617
10627
|
# resp.db_instance.additional_storage_volumes[0].volume_name #=> String
|
|
10618
10628
|
# resp.db_instance.additional_storage_volumes[0].storage_volume_status #=> String
|
|
10629
|
+
# resp.db_instance.additional_storage_volumes[0].storage_operation_status #=> String
|
|
10630
|
+
# resp.db_instance.additional_storage_volumes[0].storage_operation_percent_progress #=> Integer
|
|
10619
10631
|
# resp.db_instance.additional_storage_volumes[0].allocated_storage #=> Integer
|
|
10620
10632
|
# resp.db_instance.additional_storage_volumes[0].iops #=> Integer
|
|
10621
10633
|
# resp.db_instance.additional_storage_volumes[0].max_allocated_storage #=> Integer
|
|
10622
10634
|
# resp.db_instance.additional_storage_volumes[0].storage_throughput #=> Integer
|
|
10623
10635
|
# resp.db_instance.additional_storage_volumes[0].storage_type #=> String
|
|
10624
10636
|
# resp.db_instance.storage_volume_status #=> String
|
|
10637
|
+
# resp.db_instance.storage_operation_status #=> String
|
|
10638
|
+
# resp.db_instance.storage_operation_percent_progress #=> Integer
|
|
10625
10639
|
#
|
|
10626
10640
|
# @see http://docs.aws.amazon.com/goto/WebAPI/rds-2014-10-31/DeleteDBInstance AWS API Documentation
|
|
10627
10641
|
#
|
|
@@ -11119,6 +11133,7 @@ module Aws::RDS
|
|
|
11119
11133
|
# resp.db_snapshot.additional_storage_volumes[0].storage_throughput #=> Integer
|
|
11120
11134
|
# resp.db_snapshot.additional_storage_volumes[0].storage_type #=> String
|
|
11121
11135
|
# resp.db_snapshot.snapshot_availability_zone #=> String
|
|
11136
|
+
# resp.db_snapshot.full_snapshot_size_in_bytes #=> Integer
|
|
11122
11137
|
#
|
|
11123
11138
|
# @see http://docs.aws.amazon.com/goto/WebAPI/rds-2014-10-31/DeleteDBSnapshot AWS API Documentation
|
|
11124
11139
|
#
|
|
@@ -14361,12 +14376,16 @@ module Aws::RDS
|
|
|
14361
14376
|
# resp.db_instances[0].additional_storage_volumes #=> Array
|
|
14362
14377
|
# resp.db_instances[0].additional_storage_volumes[0].volume_name #=> String
|
|
14363
14378
|
# resp.db_instances[0].additional_storage_volumes[0].storage_volume_status #=> String
|
|
14379
|
+
# resp.db_instances[0].additional_storage_volumes[0].storage_operation_status #=> String
|
|
14380
|
+
# resp.db_instances[0].additional_storage_volumes[0].storage_operation_percent_progress #=> Integer
|
|
14364
14381
|
# resp.db_instances[0].additional_storage_volumes[0].allocated_storage #=> Integer
|
|
14365
14382
|
# resp.db_instances[0].additional_storage_volumes[0].iops #=> Integer
|
|
14366
14383
|
# resp.db_instances[0].additional_storage_volumes[0].max_allocated_storage #=> Integer
|
|
14367
14384
|
# resp.db_instances[0].additional_storage_volumes[0].storage_throughput #=> Integer
|
|
14368
14385
|
# resp.db_instances[0].additional_storage_volumes[0].storage_type #=> String
|
|
14369
14386
|
# resp.db_instances[0].storage_volume_status #=> String
|
|
14387
|
+
# resp.db_instances[0].storage_operation_status #=> String
|
|
14388
|
+
# resp.db_instances[0].storage_operation_percent_progress #=> Integer
|
|
14370
14389
|
#
|
|
14371
14390
|
#
|
|
14372
14391
|
# The following waiters are defined for this operation (see {Client#wait_until} for detailed usage):
|
|
@@ -16000,6 +16019,7 @@ module Aws::RDS
|
|
|
16000
16019
|
# resp.db_snapshots[0].additional_storage_volumes[0].storage_throughput #=> Integer
|
|
16001
16020
|
# resp.db_snapshots[0].additional_storage_volumes[0].storage_type #=> String
|
|
16002
16021
|
# resp.db_snapshots[0].snapshot_availability_zone #=> String
|
|
16022
|
+
# resp.db_snapshots[0].full_snapshot_size_in_bytes #=> Integer
|
|
16003
16023
|
#
|
|
16004
16024
|
#
|
|
16005
16025
|
# The following waiters are defined for this operation (see {Client#wait_until} for detailed usage):
|
|
@@ -22970,12 +22990,16 @@ module Aws::RDS
|
|
|
22970
22990
|
# resp.db_instance.additional_storage_volumes #=> Array
|
|
22971
22991
|
# resp.db_instance.additional_storage_volumes[0].volume_name #=> String
|
|
22972
22992
|
# resp.db_instance.additional_storage_volumes[0].storage_volume_status #=> String
|
|
22993
|
+
# resp.db_instance.additional_storage_volumes[0].storage_operation_status #=> String
|
|
22994
|
+
# resp.db_instance.additional_storage_volumes[0].storage_operation_percent_progress #=> Integer
|
|
22973
22995
|
# resp.db_instance.additional_storage_volumes[0].allocated_storage #=> Integer
|
|
22974
22996
|
# resp.db_instance.additional_storage_volumes[0].iops #=> Integer
|
|
22975
22997
|
# resp.db_instance.additional_storage_volumes[0].max_allocated_storage #=> Integer
|
|
22976
22998
|
# resp.db_instance.additional_storage_volumes[0].storage_throughput #=> Integer
|
|
22977
22999
|
# resp.db_instance.additional_storage_volumes[0].storage_type #=> String
|
|
22978
23000
|
# resp.db_instance.storage_volume_status #=> String
|
|
23001
|
+
# resp.db_instance.storage_operation_status #=> String
|
|
23002
|
+
# resp.db_instance.storage_operation_percent_progress #=> Integer
|
|
22979
23003
|
#
|
|
22980
23004
|
# @see http://docs.aws.amazon.com/goto/WebAPI/rds-2014-10-31/ModifyDBInstance AWS API Documentation
|
|
22981
23005
|
#
|
|
@@ -23715,6 +23739,7 @@ module Aws::RDS
|
|
|
23715
23739
|
# resp.db_snapshot.additional_storage_volumes[0].storage_throughput #=> Integer
|
|
23716
23740
|
# resp.db_snapshot.additional_storage_volumes[0].storage_type #=> String
|
|
23717
23741
|
# resp.db_snapshot.snapshot_availability_zone #=> String
|
|
23742
|
+
# resp.db_snapshot.full_snapshot_size_in_bytes #=> Integer
|
|
23718
23743
|
#
|
|
23719
23744
|
# @see http://docs.aws.amazon.com/goto/WebAPI/rds-2014-10-31/ModifyDBSnapshot AWS API Documentation
|
|
23720
23745
|
#
|
|
@@ -24968,12 +24993,16 @@ module Aws::RDS
|
|
|
24968
24993
|
# resp.db_instance.additional_storage_volumes #=> Array
|
|
24969
24994
|
# resp.db_instance.additional_storage_volumes[0].volume_name #=> String
|
|
24970
24995
|
# resp.db_instance.additional_storage_volumes[0].storage_volume_status #=> String
|
|
24996
|
+
# resp.db_instance.additional_storage_volumes[0].storage_operation_status #=> String
|
|
24997
|
+
# resp.db_instance.additional_storage_volumes[0].storage_operation_percent_progress #=> Integer
|
|
24971
24998
|
# resp.db_instance.additional_storage_volumes[0].allocated_storage #=> Integer
|
|
24972
24999
|
# resp.db_instance.additional_storage_volumes[0].iops #=> Integer
|
|
24973
25000
|
# resp.db_instance.additional_storage_volumes[0].max_allocated_storage #=> Integer
|
|
24974
25001
|
# resp.db_instance.additional_storage_volumes[0].storage_throughput #=> Integer
|
|
24975
25002
|
# resp.db_instance.additional_storage_volumes[0].storage_type #=> String
|
|
24976
25003
|
# resp.db_instance.storage_volume_status #=> String
|
|
25004
|
+
# resp.db_instance.storage_operation_status #=> String
|
|
25005
|
+
# resp.db_instance.storage_operation_percent_progress #=> Integer
|
|
24977
25006
|
#
|
|
24978
25007
|
# @see http://docs.aws.amazon.com/goto/WebAPI/rds-2014-10-31/PromoteReadReplica AWS API Documentation
|
|
24979
25008
|
#
|
|
@@ -25724,12 +25753,16 @@ module Aws::RDS
|
|
|
25724
25753
|
# resp.db_instance.additional_storage_volumes #=> Array
|
|
25725
25754
|
# resp.db_instance.additional_storage_volumes[0].volume_name #=> String
|
|
25726
25755
|
# resp.db_instance.additional_storage_volumes[0].storage_volume_status #=> String
|
|
25756
|
+
# resp.db_instance.additional_storage_volumes[0].storage_operation_status #=> String
|
|
25757
|
+
# resp.db_instance.additional_storage_volumes[0].storage_operation_percent_progress #=> Integer
|
|
25727
25758
|
# resp.db_instance.additional_storage_volumes[0].allocated_storage #=> Integer
|
|
25728
25759
|
# resp.db_instance.additional_storage_volumes[0].iops #=> Integer
|
|
25729
25760
|
# resp.db_instance.additional_storage_volumes[0].max_allocated_storage #=> Integer
|
|
25730
25761
|
# resp.db_instance.additional_storage_volumes[0].storage_throughput #=> Integer
|
|
25731
25762
|
# resp.db_instance.additional_storage_volumes[0].storage_type #=> String
|
|
25732
25763
|
# resp.db_instance.storage_volume_status #=> String
|
|
25764
|
+
# resp.db_instance.storage_operation_status #=> String
|
|
25765
|
+
# resp.db_instance.storage_operation_percent_progress #=> Integer
|
|
25733
25766
|
#
|
|
25734
25767
|
# @see http://docs.aws.amazon.com/goto/WebAPI/rds-2014-10-31/RebootDBInstance AWS API Documentation
|
|
25735
25768
|
#
|
|
@@ -30241,12 +30274,16 @@ module Aws::RDS
|
|
|
30241
30274
|
# resp.db_instance.additional_storage_volumes #=> Array
|
|
30242
30275
|
# resp.db_instance.additional_storage_volumes[0].volume_name #=> String
|
|
30243
30276
|
# resp.db_instance.additional_storage_volumes[0].storage_volume_status #=> String
|
|
30277
|
+
# resp.db_instance.additional_storage_volumes[0].storage_operation_status #=> String
|
|
30278
|
+
# resp.db_instance.additional_storage_volumes[0].storage_operation_percent_progress #=> Integer
|
|
30244
30279
|
# resp.db_instance.additional_storage_volumes[0].allocated_storage #=> Integer
|
|
30245
30280
|
# resp.db_instance.additional_storage_volumes[0].iops #=> Integer
|
|
30246
30281
|
# resp.db_instance.additional_storage_volumes[0].max_allocated_storage #=> Integer
|
|
30247
30282
|
# resp.db_instance.additional_storage_volumes[0].storage_throughput #=> Integer
|
|
30248
30283
|
# resp.db_instance.additional_storage_volumes[0].storage_type #=> String
|
|
30249
30284
|
# resp.db_instance.storage_volume_status #=> String
|
|
30285
|
+
# resp.db_instance.storage_operation_status #=> String
|
|
30286
|
+
# resp.db_instance.storage_operation_percent_progress #=> Integer
|
|
30250
30287
|
#
|
|
30251
30288
|
# @see http://docs.aws.amazon.com/goto/WebAPI/rds-2014-10-31/RestoreDBInstanceFromDBSnapshot AWS API Documentation
|
|
30252
30289
|
#
|
|
@@ -31114,12 +31151,16 @@ module Aws::RDS
|
|
|
31114
31151
|
# resp.db_instance.additional_storage_volumes #=> Array
|
|
31115
31152
|
# resp.db_instance.additional_storage_volumes[0].volume_name #=> String
|
|
31116
31153
|
# resp.db_instance.additional_storage_volumes[0].storage_volume_status #=> String
|
|
31154
|
+
# resp.db_instance.additional_storage_volumes[0].storage_operation_status #=> String
|
|
31155
|
+
# resp.db_instance.additional_storage_volumes[0].storage_operation_percent_progress #=> Integer
|
|
31117
31156
|
# resp.db_instance.additional_storage_volumes[0].allocated_storage #=> Integer
|
|
31118
31157
|
# resp.db_instance.additional_storage_volumes[0].iops #=> Integer
|
|
31119
31158
|
# resp.db_instance.additional_storage_volumes[0].max_allocated_storage #=> Integer
|
|
31120
31159
|
# resp.db_instance.additional_storage_volumes[0].storage_throughput #=> Integer
|
|
31121
31160
|
# resp.db_instance.additional_storage_volumes[0].storage_type #=> String
|
|
31122
31161
|
# resp.db_instance.storage_volume_status #=> String
|
|
31162
|
+
# resp.db_instance.storage_operation_status #=> String
|
|
31163
|
+
# resp.db_instance.storage_operation_percent_progress #=> Integer
|
|
31123
31164
|
#
|
|
31124
31165
|
# @see http://docs.aws.amazon.com/goto/WebAPI/rds-2014-10-31/RestoreDBInstanceFromS3 AWS API Documentation
|
|
31125
31166
|
#
|
|
@@ -32237,12 +32278,16 @@ module Aws::RDS
|
|
|
32237
32278
|
# resp.db_instance.additional_storage_volumes #=> Array
|
|
32238
32279
|
# resp.db_instance.additional_storage_volumes[0].volume_name #=> String
|
|
32239
32280
|
# resp.db_instance.additional_storage_volumes[0].storage_volume_status #=> String
|
|
32281
|
+
# resp.db_instance.additional_storage_volumes[0].storage_operation_status #=> String
|
|
32282
|
+
# resp.db_instance.additional_storage_volumes[0].storage_operation_percent_progress #=> Integer
|
|
32240
32283
|
# resp.db_instance.additional_storage_volumes[0].allocated_storage #=> Integer
|
|
32241
32284
|
# resp.db_instance.additional_storage_volumes[0].iops #=> Integer
|
|
32242
32285
|
# resp.db_instance.additional_storage_volumes[0].max_allocated_storage #=> Integer
|
|
32243
32286
|
# resp.db_instance.additional_storage_volumes[0].storage_throughput #=> Integer
|
|
32244
32287
|
# resp.db_instance.additional_storage_volumes[0].storage_type #=> String
|
|
32245
32288
|
# resp.db_instance.storage_volume_status #=> String
|
|
32289
|
+
# resp.db_instance.storage_operation_status #=> String
|
|
32290
|
+
# resp.db_instance.storage_operation_percent_progress #=> Integer
|
|
32246
32291
|
#
|
|
32247
32292
|
# @see http://docs.aws.amazon.com/goto/WebAPI/rds-2014-10-31/RestoreDBInstanceToPointInTime AWS API Documentation
|
|
32248
32293
|
#
|
|
@@ -32884,12 +32929,16 @@ module Aws::RDS
|
|
|
32884
32929
|
# resp.db_instance.additional_storage_volumes #=> Array
|
|
32885
32930
|
# resp.db_instance.additional_storage_volumes[0].volume_name #=> String
|
|
32886
32931
|
# resp.db_instance.additional_storage_volumes[0].storage_volume_status #=> String
|
|
32932
|
+
# resp.db_instance.additional_storage_volumes[0].storage_operation_status #=> String
|
|
32933
|
+
# resp.db_instance.additional_storage_volumes[0].storage_operation_percent_progress #=> Integer
|
|
32887
32934
|
# resp.db_instance.additional_storage_volumes[0].allocated_storage #=> Integer
|
|
32888
32935
|
# resp.db_instance.additional_storage_volumes[0].iops #=> Integer
|
|
32889
32936
|
# resp.db_instance.additional_storage_volumes[0].max_allocated_storage #=> Integer
|
|
32890
32937
|
# resp.db_instance.additional_storage_volumes[0].storage_throughput #=> Integer
|
|
32891
32938
|
# resp.db_instance.additional_storage_volumes[0].storage_type #=> String
|
|
32892
32939
|
# resp.db_instance.storage_volume_status #=> String
|
|
32940
|
+
# resp.db_instance.storage_operation_status #=> String
|
|
32941
|
+
# resp.db_instance.storage_operation_percent_progress #=> Integer
|
|
32893
32942
|
#
|
|
32894
32943
|
# @see http://docs.aws.amazon.com/goto/WebAPI/rds-2014-10-31/StartDBInstance AWS API Documentation
|
|
32895
32944
|
#
|
|
@@ -33771,12 +33820,16 @@ module Aws::RDS
|
|
|
33771
33820
|
# resp.db_instance.additional_storage_volumes #=> Array
|
|
33772
33821
|
# resp.db_instance.additional_storage_volumes[0].volume_name #=> String
|
|
33773
33822
|
# resp.db_instance.additional_storage_volumes[0].storage_volume_status #=> String
|
|
33823
|
+
# resp.db_instance.additional_storage_volumes[0].storage_operation_status #=> String
|
|
33824
|
+
# resp.db_instance.additional_storage_volumes[0].storage_operation_percent_progress #=> Integer
|
|
33774
33825
|
# resp.db_instance.additional_storage_volumes[0].allocated_storage #=> Integer
|
|
33775
33826
|
# resp.db_instance.additional_storage_volumes[0].iops #=> Integer
|
|
33776
33827
|
# resp.db_instance.additional_storage_volumes[0].max_allocated_storage #=> Integer
|
|
33777
33828
|
# resp.db_instance.additional_storage_volumes[0].storage_throughput #=> Integer
|
|
33778
33829
|
# resp.db_instance.additional_storage_volumes[0].storage_type #=> String
|
|
33779
33830
|
# resp.db_instance.storage_volume_status #=> String
|
|
33831
|
+
# resp.db_instance.storage_operation_status #=> String
|
|
33832
|
+
# resp.db_instance.storage_operation_percent_progress #=> Integer
|
|
33780
33833
|
#
|
|
33781
33834
|
# @see http://docs.aws.amazon.com/goto/WebAPI/rds-2014-10-31/StopDBInstance AWS API Documentation
|
|
33782
33835
|
#
|
|
@@ -34409,12 +34462,16 @@ module Aws::RDS
|
|
|
34409
34462
|
# resp.db_instance.additional_storage_volumes #=> Array
|
|
34410
34463
|
# resp.db_instance.additional_storage_volumes[0].volume_name #=> String
|
|
34411
34464
|
# resp.db_instance.additional_storage_volumes[0].storage_volume_status #=> String
|
|
34465
|
+
# resp.db_instance.additional_storage_volumes[0].storage_operation_status #=> String
|
|
34466
|
+
# resp.db_instance.additional_storage_volumes[0].storage_operation_percent_progress #=> Integer
|
|
34412
34467
|
# resp.db_instance.additional_storage_volumes[0].allocated_storage #=> Integer
|
|
34413
34468
|
# resp.db_instance.additional_storage_volumes[0].iops #=> Integer
|
|
34414
34469
|
# resp.db_instance.additional_storage_volumes[0].max_allocated_storage #=> Integer
|
|
34415
34470
|
# resp.db_instance.additional_storage_volumes[0].storage_throughput #=> Integer
|
|
34416
34471
|
# resp.db_instance.additional_storage_volumes[0].storage_type #=> String
|
|
34417
34472
|
# resp.db_instance.storage_volume_status #=> String
|
|
34473
|
+
# resp.db_instance.storage_operation_status #=> String
|
|
34474
|
+
# resp.db_instance.storage_operation_percent_progress #=> Integer
|
|
34418
34475
|
#
|
|
34419
34476
|
# @see http://docs.aws.amazon.com/goto/WebAPI/rds-2014-10-31/SwitchoverReadReplica AWS API Documentation
|
|
34420
34477
|
#
|
|
@@ -34443,7 +34500,7 @@ module Aws::RDS
|
|
|
34443
34500
|
tracer: tracer
|
|
34444
34501
|
)
|
|
34445
34502
|
context[:gem_name] = 'aws-sdk-rds'
|
|
34446
|
-
context[:gem_version] = '1.
|
|
34503
|
+
context[:gem_version] = '1.321.0'
|
|
34447
34504
|
Seahorse::Client::Request.new(handlers, context)
|
|
34448
34505
|
end
|
|
34449
34506
|
|
|
@@ -848,6 +848,8 @@ module Aws::RDS
|
|
|
848
848
|
|
|
849
849
|
AdditionalStorageVolumeOutput.add_member(:volume_name, Shapes::ShapeRef.new(shape: String, location_name: "VolumeName"))
|
|
850
850
|
AdditionalStorageVolumeOutput.add_member(:storage_volume_status, Shapes::ShapeRef.new(shape: String, location_name: "StorageVolumeStatus"))
|
|
851
|
+
AdditionalStorageVolumeOutput.add_member(:storage_operation_status, Shapes::ShapeRef.new(shape: String, location_name: "StorageOperationStatus"))
|
|
852
|
+
AdditionalStorageVolumeOutput.add_member(:storage_operation_percent_progress, Shapes::ShapeRef.new(shape: IntegerOptional, location_name: "StorageOperationPercentProgress"))
|
|
851
853
|
AdditionalStorageVolumeOutput.add_member(:allocated_storage, Shapes::ShapeRef.new(shape: Integer, location_name: "AllocatedStorage"))
|
|
852
854
|
AdditionalStorageVolumeOutput.add_member(:iops, Shapes::ShapeRef.new(shape: IntegerOptional, location_name: "IOPS"))
|
|
853
855
|
AdditionalStorageVolumeOutput.add_member(:max_allocated_storage, Shapes::ShapeRef.new(shape: IntegerOptional, location_name: "MaxAllocatedStorage"))
|
|
@@ -1907,6 +1909,8 @@ module Aws::RDS
|
|
|
1907
1909
|
DBInstance.add_member(:engine_lifecycle_support, Shapes::ShapeRef.new(shape: String, location_name: "EngineLifecycleSupport"))
|
|
1908
1910
|
DBInstance.add_member(:additional_storage_volumes, Shapes::ShapeRef.new(shape: AdditionalStorageVolumesOutputList, location_name: "AdditionalStorageVolumes"))
|
|
1909
1911
|
DBInstance.add_member(:storage_volume_status, Shapes::ShapeRef.new(shape: String, location_name: "StorageVolumeStatus"))
|
|
1912
|
+
DBInstance.add_member(:storage_operation_status, Shapes::ShapeRef.new(shape: String, location_name: "StorageOperationStatus"))
|
|
1913
|
+
DBInstance.add_member(:storage_operation_percent_progress, Shapes::ShapeRef.new(shape: IntegerOptional, location_name: "StorageOperationPercentProgress"))
|
|
1910
1914
|
DBInstance.struct_class = Types::DBInstance
|
|
1911
1915
|
|
|
1912
1916
|
DBInstanceAlreadyExistsFault.struct_class = Types::DBInstanceAlreadyExistsFault
|
|
@@ -2232,6 +2236,7 @@ module Aws::RDS
|
|
|
2232
2236
|
DBSnapshot.add_member(:dedicated_log_volume, Shapes::ShapeRef.new(shape: Boolean, location_name: "DedicatedLogVolume"))
|
|
2233
2237
|
DBSnapshot.add_member(:additional_storage_volumes, Shapes::ShapeRef.new(shape: AdditionalStorageVolumesList, location_name: "AdditionalStorageVolumes"))
|
|
2234
2238
|
DBSnapshot.add_member(:snapshot_availability_zone, Shapes::ShapeRef.new(shape: String, location_name: "SnapshotAvailabilityZone"))
|
|
2239
|
+
DBSnapshot.add_member(:full_snapshot_size_in_bytes, Shapes::ShapeRef.new(shape: LongOptional, location_name: "FullSnapshotSizeInBytes"))
|
|
2235
2240
|
DBSnapshot.struct_class = Types::DBSnapshot
|
|
2236
2241
|
|
|
2237
2242
|
DBSnapshotAlreadyExistsFault.struct_class = Types::DBSnapshotAlreadyExistsFault
|
|
@@ -861,6 +861,31 @@ module Aws::RDS
|
|
|
861
861
|
data[:storage_volume_status]
|
|
862
862
|
end
|
|
863
863
|
|
|
864
|
+
# The status of an in-progress storage operation on the DB instance.
|
|
865
|
+
# This field appears only while a storage operation is in progress. It
|
|
866
|
+
# isn't present when no storage operation is active. Possible values:
|
|
867
|
+
#
|
|
868
|
+
# * `Initializing` - The volume is initializing from a snapshot, such as
|
|
869
|
+
# during a snapshot restore, point-in-time restore, read replica
|
|
870
|
+
# creation, or blue/green deployment. Performance can be lower than
|
|
871
|
+
# provisioned until initialization completes.
|
|
872
|
+
#
|
|
873
|
+
# * `Optimizing` - The volume is optimizing following a storage scaling
|
|
874
|
+
# or modification operation.
|
|
875
|
+
# @return [String]
|
|
876
|
+
def storage_operation_status
|
|
877
|
+
data[:storage_operation_status]
|
|
878
|
+
end
|
|
879
|
+
|
|
880
|
+
# The percentage of the in-progress storage operation on the DB instance
|
|
881
|
+
# that has completed, from `0` to `100`. This field appears only while a
|
|
882
|
+
# storage operation is in progress. It isn't present when no storage
|
|
883
|
+
# operation is active.
|
|
884
|
+
# @return [Integer]
|
|
885
|
+
def storage_operation_percent_progress
|
|
886
|
+
data[:storage_operation_percent_progress]
|
|
887
|
+
end
|
|
888
|
+
|
|
864
889
|
# @!endgroup
|
|
865
890
|
|
|
866
891
|
# @return [Client]
|
|
@@ -337,6 +337,16 @@ module Aws::RDS
|
|
|
337
337
|
data[:snapshot_availability_zone]
|
|
338
338
|
end
|
|
339
339
|
|
|
340
|
+
# The full size of the DB snapshot, in bytes.
|
|
341
|
+
#
|
|
342
|
+
# This is not the incremental size of the snapshot. This is the full
|
|
343
|
+
# snapshot size and represents the size of all the blocks that were
|
|
344
|
+
# written to the source volume at the time the snapshot was created.
|
|
345
|
+
# @return [Integer]
|
|
346
|
+
def full_snapshot_size_in_bytes
|
|
347
|
+
data[:full_snapshot_size_in_bytes]
|
|
348
|
+
end
|
|
349
|
+
|
|
340
350
|
# @!endgroup
|
|
341
351
|
|
|
342
352
|
# @return [Client]
|
data/lib/aws-sdk-rds/types.rb
CHANGED
|
@@ -337,6 +337,28 @@ module Aws::RDS
|
|
|
337
337
|
# | STORAGE-OPTIMIZATION | VOLUME-FULL`
|
|
338
338
|
# @return [String]
|
|
339
339
|
#
|
|
340
|
+
# @!attribute [rw] storage_operation_status
|
|
341
|
+
# The status of an in-progress storage operation on the additional
|
|
342
|
+
# storage volume. This field appears only while a storage operation is
|
|
343
|
+
# in progress. It isn't present when no storage operation is active.
|
|
344
|
+
# Possible values:
|
|
345
|
+
#
|
|
346
|
+
# * `Initializing` - The volume is initializing from a snapshot, such
|
|
347
|
+
# as during a snapshot restore, point-in-time restore, read replica
|
|
348
|
+
# creation, or blue/green deployment. Performance can be lower than
|
|
349
|
+
# provisioned until initialization completes.
|
|
350
|
+
#
|
|
351
|
+
# * `Optimizing` - The volume is optimizing following a storage
|
|
352
|
+
# scaling or modification operation.
|
|
353
|
+
# @return [String]
|
|
354
|
+
#
|
|
355
|
+
# @!attribute [rw] storage_operation_percent_progress
|
|
356
|
+
# The percentage of the in-progress storage operation on the
|
|
357
|
+
# additional storage volume that has completed, from `0` to `100`.
|
|
358
|
+
# This field appears only while a storage operation is in progress. It
|
|
359
|
+
# isn't present when no storage operation is active.
|
|
360
|
+
# @return [Integer]
|
|
361
|
+
#
|
|
340
362
|
# @!attribute [rw] allocated_storage
|
|
341
363
|
# The amount of storage allocated for the additional storage volume,
|
|
342
364
|
# in gibibytes (GiB). The minimum is 20 GiB. The maximum is 65,536 GiB
|
|
@@ -369,6 +391,8 @@ module Aws::RDS
|
|
|
369
391
|
class AdditionalStorageVolumeOutput < Struct.new(
|
|
370
392
|
:volume_name,
|
|
371
393
|
:storage_volume_status,
|
|
394
|
+
:storage_operation_status,
|
|
395
|
+
:storage_operation_percent_progress,
|
|
372
396
|
:allocated_storage,
|
|
373
397
|
:iops,
|
|
374
398
|
:max_allocated_storage,
|
|
@@ -10181,6 +10205,27 @@ module Aws::RDS
|
|
|
10181
10205
|
# volume is causing the instance to be in a storage-full state.
|
|
10182
10206
|
# @return [String]
|
|
10183
10207
|
#
|
|
10208
|
+
# @!attribute [rw] storage_operation_status
|
|
10209
|
+
# The status of an in-progress storage operation on the DB instance.
|
|
10210
|
+
# This field appears only while a storage operation is in progress. It
|
|
10211
|
+
# isn't present when no storage operation is active. Possible values:
|
|
10212
|
+
#
|
|
10213
|
+
# * `Initializing` - The volume is initializing from a snapshot, such
|
|
10214
|
+
# as during a snapshot restore, point-in-time restore, read replica
|
|
10215
|
+
# creation, or blue/green deployment. Performance can be lower than
|
|
10216
|
+
# provisioned until initialization completes.
|
|
10217
|
+
#
|
|
10218
|
+
# * `Optimizing` - The volume is optimizing following a storage
|
|
10219
|
+
# scaling or modification operation.
|
|
10220
|
+
# @return [String]
|
|
10221
|
+
#
|
|
10222
|
+
# @!attribute [rw] storage_operation_percent_progress
|
|
10223
|
+
# The percentage of the in-progress storage operation on the DB
|
|
10224
|
+
# instance that has completed, from `0` to `100`. This field appears
|
|
10225
|
+
# only while a storage operation is in progress. It isn't present
|
|
10226
|
+
# when no storage operation is active.
|
|
10227
|
+
# @return [Integer]
|
|
10228
|
+
#
|
|
10184
10229
|
# @see http://docs.aws.amazon.com/goto/WebAPI/rds-2014-10-31/DBInstance AWS API Documentation
|
|
10185
10230
|
#
|
|
10186
10231
|
class DBInstance < Struct.new(
|
|
@@ -10274,7 +10319,9 @@ module Aws::RDS
|
|
|
10274
10319
|
:is_storage_config_upgrade_available,
|
|
10275
10320
|
:engine_lifecycle_support,
|
|
10276
10321
|
:additional_storage_volumes,
|
|
10277
|
-
:storage_volume_status
|
|
10322
|
+
:storage_volume_status,
|
|
10323
|
+
:storage_operation_status,
|
|
10324
|
+
:storage_operation_percent_progress)
|
|
10278
10325
|
SENSITIVE = []
|
|
10279
10326
|
include Aws::Structure
|
|
10280
10327
|
end
|
|
@@ -12004,6 +12051,14 @@ module Aws::RDS
|
|
|
12004
12051
|
# a Dedicated Local Zone.
|
|
12005
12052
|
# @return [String]
|
|
12006
12053
|
#
|
|
12054
|
+
# @!attribute [rw] full_snapshot_size_in_bytes
|
|
12055
|
+
# The full size of the DB snapshot, in bytes.
|
|
12056
|
+
#
|
|
12057
|
+
# This is not the incremental size of the snapshot. This is the full
|
|
12058
|
+
# snapshot size and represents the size of all the blocks that were
|
|
12059
|
+
# written to the source volume at the time the snapshot was created.
|
|
12060
|
+
# @return [Integer]
|
|
12061
|
+
#
|
|
12007
12062
|
# @see http://docs.aws.amazon.com/goto/WebAPI/rds-2014-10-31/DBSnapshot AWS API Documentation
|
|
12008
12063
|
#
|
|
12009
12064
|
class DBSnapshot < Struct.new(
|
|
@@ -12047,7 +12102,8 @@ module Aws::RDS
|
|
|
12047
12102
|
:multi_tenant,
|
|
12048
12103
|
:dedicated_log_volume,
|
|
12049
12104
|
:additional_storage_volumes,
|
|
12050
|
-
:snapshot_availability_zone
|
|
12105
|
+
:snapshot_availability_zone,
|
|
12106
|
+
:full_snapshot_size_in_bytes)
|
|
12051
12107
|
SENSITIVE = []
|
|
12052
12108
|
include Aws::Structure
|
|
12053
12109
|
end
|
data/lib/aws-sdk-rds.rb
CHANGED
|
@@ -80,7 +80,7 @@ module Aws::RDS
|
|
|
80
80
|
autoload :ReservedDBInstancesOffering, 'aws-sdk-rds/reserved_db_instances_offering'
|
|
81
81
|
autoload :ResourcePendingMaintenanceActionList, 'aws-sdk-rds/resource_pending_maintenance_action_list'
|
|
82
82
|
|
|
83
|
-
GEM_VERSION = '1.
|
|
83
|
+
GEM_VERSION = '1.321.0'
|
|
84
84
|
|
|
85
85
|
end
|
|
86
86
|
|
data/sig/db_instance.rbs
CHANGED
|
@@ -288,6 +288,12 @@ module Aws
|
|
|
288
288
|
# https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/RDS/DBInstance.html#storage_volume_status-instance_method
|
|
289
289
|
def storage_volume_status: () -> ::String
|
|
290
290
|
|
|
291
|
+
# https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/RDS/DBInstance.html#storage_operation_status-instance_method
|
|
292
|
+
def storage_operation_status: () -> ::String
|
|
293
|
+
|
|
294
|
+
# https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/RDS/DBInstance.html#storage_operation_percent_progress-instance_method
|
|
295
|
+
def storage_operation_percent_progress: () -> ::Integer
|
|
296
|
+
|
|
291
297
|
def client: () -> Client
|
|
292
298
|
|
|
293
299
|
# https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/RDS/DBInstance.html#load-instance_method
|
data/sig/db_snapshot.rbs
CHANGED
|
@@ -139,6 +139,9 @@ module Aws
|
|
|
139
139
|
# https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/RDS/DBSnapshot.html#snapshot_availability_zone-instance_method
|
|
140
140
|
def snapshot_availability_zone: () -> ::String
|
|
141
141
|
|
|
142
|
+
# https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/RDS/DBSnapshot.html#full_snapshot_size_in_bytes-instance_method
|
|
143
|
+
def full_snapshot_size_in_bytes: () -> ::Integer
|
|
144
|
+
|
|
142
145
|
def client: () -> Client
|
|
143
146
|
|
|
144
147
|
# https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/RDS/DBSnapshot.html#load-instance_method
|
data/sig/types.rbs
CHANGED
|
@@ -64,6 +64,8 @@ module Aws::RDS
|
|
|
64
64
|
class AdditionalStorageVolumeOutput
|
|
65
65
|
attr_accessor volume_name: ::String
|
|
66
66
|
attr_accessor storage_volume_status: ::String
|
|
67
|
+
attr_accessor storage_operation_status: ::String
|
|
68
|
+
attr_accessor storage_operation_percent_progress: ::Integer
|
|
67
69
|
attr_accessor allocated_storage: ::Integer
|
|
68
70
|
attr_accessor iops: ::Integer
|
|
69
71
|
attr_accessor max_allocated_storage: ::Integer
|
|
@@ -1284,6 +1286,8 @@ module Aws::RDS
|
|
|
1284
1286
|
attr_accessor engine_lifecycle_support: ::String
|
|
1285
1287
|
attr_accessor additional_storage_volumes: ::Array[Types::AdditionalStorageVolumeOutput]
|
|
1286
1288
|
attr_accessor storage_volume_status: ::String
|
|
1289
|
+
attr_accessor storage_operation_status: ::String
|
|
1290
|
+
attr_accessor storage_operation_percent_progress: ::Integer
|
|
1287
1291
|
SENSITIVE: []
|
|
1288
1292
|
end
|
|
1289
1293
|
|
|
@@ -1654,6 +1658,7 @@ module Aws::RDS
|
|
|
1654
1658
|
attr_accessor dedicated_log_volume: bool
|
|
1655
1659
|
attr_accessor additional_storage_volumes: ::Array[Types::AdditionalStorageVolume]
|
|
1656
1660
|
attr_accessor snapshot_availability_zone: ::String
|
|
1661
|
+
attr_accessor full_snapshot_size_in_bytes: ::Integer
|
|
1657
1662
|
SENSITIVE: []
|
|
1658
1663
|
end
|
|
1659
1664
|
|