aws-sdk-rds 1.224.0 → 1.225.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 +5 -0
- data/VERSION +1 -1
- data/lib/aws-sdk-rds/client.rb +63 -10
- data/lib/aws-sdk-rds/db_instance.rb +16 -1
- data/lib/aws-sdk-rds/resource.rb +10 -0
- data/lib/aws-sdk-rds/types.rb +62 -9
- 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: 686a863a533bdb94cd8d111dc0cc5690d1b6dcd7db3350a0b4df0c323df6505e
|
|
4
|
+
data.tar.gz: 13ed3c724363c0ceba3a387a197c5cc767cb5245237e59cab4a0bdbf90331121
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 90439915f75da6baeafacce16aca253586100a2ff9d951ce5efb4a383c72dd346f980e5f93472bd429d273eb95bc459cd9a1ec4ac35ca3ce3ead48352bc66c1b
|
|
7
|
+
data.tar.gz: b1d894ed3e32ac99a2377276fceba00b0bcd05c35f1ac09e3b8ea2eb5efa114a106549758be0b583b527b5756ce1de20ef72b198c8a43b7b3a15b51ffdf0bde3
|
data/CHANGELOG.md
CHANGED
data/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
1.
|
|
1
|
+
1.225.0
|
data/lib/aws-sdk-rds/client.rb
CHANGED
|
@@ -2239,8 +2239,16 @@ module Aws::RDS
|
|
|
2239
2239
|
# Creates a custom DB engine version (CEV).
|
|
2240
2240
|
#
|
|
2241
2241
|
# @option params [required, String] :engine
|
|
2242
|
-
# The database engine
|
|
2243
|
-
#
|
|
2242
|
+
# The database engine. RDS Custom for Oracle supports the following
|
|
2243
|
+
# values:
|
|
2244
|
+
#
|
|
2245
|
+
# * `custom-oracle-ee`
|
|
2246
|
+
#
|
|
2247
|
+
# * `custom-oracle-ee-cdb`
|
|
2248
|
+
#
|
|
2249
|
+
# * `custom-oracle-se2`
|
|
2250
|
+
#
|
|
2251
|
+
# * `custom-oracle-se2-cdb`
|
|
2244
2252
|
#
|
|
2245
2253
|
# @option params [required, String] :engine_version
|
|
2246
2254
|
# The name of your CEV. The name format is 19.*customized\_string*. For
|
|
@@ -4432,6 +4440,10 @@ module Aws::RDS
|
|
|
4432
4440
|
#
|
|
4433
4441
|
# * `custom-oracle-ee-cdb` (for RDS Custom for Oracle DB instances)
|
|
4434
4442
|
#
|
|
4443
|
+
# * `custom-oracle-se2` (for RDS Custom for Oracle DB instances)
|
|
4444
|
+
#
|
|
4445
|
+
# * `custom-oracle-se2-cdb` (for RDS Custom for Oracle DB instances)
|
|
4446
|
+
#
|
|
4435
4447
|
# * `custom-sqlserver-ee` (for RDS Custom for SQL Server DB instances)
|
|
4436
4448
|
#
|
|
4437
4449
|
# * `custom-sqlserver-se` (for RDS Custom for SQL Server DB instances)
|
|
@@ -8507,8 +8519,16 @@ module Aws::RDS
|
|
|
8507
8519
|
# [1]: https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/custom-cev.html#custom-cev.delete
|
|
8508
8520
|
#
|
|
8509
8521
|
# @option params [required, String] :engine
|
|
8510
|
-
# The database engine.
|
|
8511
|
-
#
|
|
8522
|
+
# The database engine. RDS Custom for Oracle supports the following
|
|
8523
|
+
# values:
|
|
8524
|
+
#
|
|
8525
|
+
# * `custom-oracle-ee`
|
|
8526
|
+
#
|
|
8527
|
+
# * `custom-oracle-ee-cdb`
|
|
8528
|
+
#
|
|
8529
|
+
# * `custom-oracle-se2`
|
|
8530
|
+
#
|
|
8531
|
+
# * `custom-oracle-se2-cdb`
|
|
8512
8532
|
#
|
|
8513
8533
|
# @option params [required, String] :engine_version
|
|
8514
8534
|
# The custom engine version (CEV) for your DB instance. This option is
|
|
@@ -12334,6 +12354,12 @@ module Aws::RDS
|
|
|
12334
12354
|
#
|
|
12335
12355
|
# * `custom-oracle-ee`
|
|
12336
12356
|
#
|
|
12357
|
+
# * `custom-oracle-ee-cdb`
|
|
12358
|
+
#
|
|
12359
|
+
# * `custom-oracle-se2`
|
|
12360
|
+
#
|
|
12361
|
+
# * `custom-oracle-se2-cdb`
|
|
12362
|
+
#
|
|
12337
12363
|
# * `db2-ae`
|
|
12338
12364
|
#
|
|
12339
12365
|
# * `db2-se`
|
|
@@ -14831,6 +14857,8 @@ module Aws::RDS
|
|
|
14831
14857
|
#
|
|
14832
14858
|
# * `custom-oracle-ee-19`
|
|
14833
14859
|
#
|
|
14860
|
+
# * `custom-oracle-ee-cdb-19`
|
|
14861
|
+
#
|
|
14834
14862
|
# * `db2-ae`
|
|
14835
14863
|
#
|
|
14836
14864
|
# * `db2-se`
|
|
@@ -16146,7 +16174,7 @@ module Aws::RDS
|
|
|
16146
16174
|
# Describes the orderable DB instance options for a specified DB engine.
|
|
16147
16175
|
#
|
|
16148
16176
|
# @option params [required, String] :engine
|
|
16149
|
-
# The name of the engine to describe DB instance options for.
|
|
16177
|
+
# The name of the database engine to describe DB instance options for.
|
|
16150
16178
|
#
|
|
16151
16179
|
# Valid Values:
|
|
16152
16180
|
#
|
|
@@ -16156,6 +16184,12 @@ module Aws::RDS
|
|
|
16156
16184
|
#
|
|
16157
16185
|
# * `custom-oracle-ee`
|
|
16158
16186
|
#
|
|
16187
|
+
# * `custom-oracle-ee-cdb`
|
|
16188
|
+
#
|
|
16189
|
+
# * `custom-oracle-se2`
|
|
16190
|
+
#
|
|
16191
|
+
# * `custom-oracle-se2-cdb`
|
|
16192
|
+
#
|
|
16159
16193
|
# * `db2-ae`
|
|
16160
16194
|
#
|
|
16161
16195
|
# * `db2-se`
|
|
@@ -16224,7 +16258,7 @@ module Aws::RDS
|
|
|
16224
16258
|
#
|
|
16225
16259
|
# Default: 100
|
|
16226
16260
|
#
|
|
16227
|
-
# Constraints: Minimum 20, maximum
|
|
16261
|
+
# Constraints: Minimum 20, maximum 1000.
|
|
16228
16262
|
#
|
|
16229
16263
|
# @option params [String] :marker
|
|
16230
16264
|
# An optional pagination token provided by a previous
|
|
@@ -18120,8 +18154,16 @@ module Aws::RDS
|
|
|
18120
18154
|
# [1]: https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/custom-cev.html#custom-cev.modify
|
|
18121
18155
|
#
|
|
18122
18156
|
# @option params [required, String] :engine
|
|
18123
|
-
# The
|
|
18124
|
-
#
|
|
18157
|
+
# The database engine. RDS Custom for Oracle supports the following
|
|
18158
|
+
# values:
|
|
18159
|
+
#
|
|
18160
|
+
# * `custom-oracle-ee`
|
|
18161
|
+
#
|
|
18162
|
+
# * `custom-oracle-ee-cdb`
|
|
18163
|
+
#
|
|
18164
|
+
# * `custom-oracle-se2`
|
|
18165
|
+
#
|
|
18166
|
+
# * `custom-oracle-se2-cdb`
|
|
18125
18167
|
#
|
|
18126
18168
|
# @option params [required, String] :engine_version
|
|
18127
18169
|
# The custom engine version (CEV) that you want to modify. This option
|
|
@@ -19645,6 +19687,15 @@ module Aws::RDS
|
|
|
19645
19687
|
# For the valid values for allocated storage for each engine, see
|
|
19646
19688
|
# `CreateDBInstance`.
|
|
19647
19689
|
#
|
|
19690
|
+
# Constraints:
|
|
19691
|
+
#
|
|
19692
|
+
# * When you increase the allocated storage for a DB instance that uses
|
|
19693
|
+
# Provisioned IOPS (`gp3`, `io1`, or `io2` storage type), you must
|
|
19694
|
+
# also specify the `Iops` parameter. You can use the current value for
|
|
19695
|
+
# `Iops`.
|
|
19696
|
+
#
|
|
19697
|
+
# ^
|
|
19698
|
+
#
|
|
19648
19699
|
# @option params [String] :db_instance_class
|
|
19649
19700
|
# The new compute and memory capacity of the DB instance, for example
|
|
19650
19701
|
# `db.m4.large`. Not all DB instance classes are available in all Amazon
|
|
@@ -20040,7 +20091,9 @@ module Aws::RDS
|
|
|
20040
20091
|
# existing value are rounded up so that they are 10% greater than the
|
|
20041
20092
|
# current value.
|
|
20042
20093
|
#
|
|
20043
|
-
#
|
|
20094
|
+
# * When you increase the Provisioned IOPS, you must also specify the
|
|
20095
|
+
# `AllocatedStorage` parameter. You can use the current value for
|
|
20096
|
+
# `AllocatedStorage`.
|
|
20044
20097
|
#
|
|
20045
20098
|
# Default: Uses existing setting
|
|
20046
20099
|
#
|
|
@@ -30717,7 +30770,7 @@ module Aws::RDS
|
|
|
30717
30770
|
params: params,
|
|
30718
30771
|
config: config)
|
|
30719
30772
|
context[:gem_name] = 'aws-sdk-rds'
|
|
30720
|
-
context[:gem_version] = '1.
|
|
30773
|
+
context[:gem_version] = '1.225.0'
|
|
30721
30774
|
Seahorse::Client::Request.new(handlers, context)
|
|
30722
30775
|
end
|
|
30723
30776
|
|
|
@@ -1273,6 +1273,10 @@ module Aws::RDS
|
|
|
1273
1273
|
#
|
|
1274
1274
|
# * `custom-oracle-ee-cdb` (for RDS Custom for Oracle DB instances)
|
|
1275
1275
|
#
|
|
1276
|
+
# * `custom-oracle-se2` (for RDS Custom for Oracle DB instances)
|
|
1277
|
+
#
|
|
1278
|
+
# * `custom-oracle-se2-cdb` (for RDS Custom for Oracle DB instances)
|
|
1279
|
+
#
|
|
1276
1280
|
# * `custom-sqlserver-ee` (for RDS Custom for SQL Server DB instances)
|
|
1277
1281
|
#
|
|
1278
1282
|
# * `custom-sqlserver-se` (for RDS Custom for SQL Server DB instances)
|
|
@@ -3020,6 +3024,15 @@ module Aws::RDS
|
|
|
3020
3024
|
#
|
|
3021
3025
|
# For the valid values for allocated storage for each engine, see
|
|
3022
3026
|
# `CreateDBInstance`.
|
|
3027
|
+
#
|
|
3028
|
+
# Constraints:
|
|
3029
|
+
#
|
|
3030
|
+
# * When you increase the allocated storage for a DB instance that uses
|
|
3031
|
+
# Provisioned IOPS (`gp3`, `io1`, or `io2` storage type), you must
|
|
3032
|
+
# also specify the `Iops` parameter. You can use the current value for
|
|
3033
|
+
# `Iops`.
|
|
3034
|
+
#
|
|
3035
|
+
# ^
|
|
3023
3036
|
# @option options [String] :db_instance_class
|
|
3024
3037
|
# The new compute and memory capacity of the DB instance, for example
|
|
3025
3038
|
# `db.m4.large`. Not all DB instance classes are available in all Amazon
|
|
@@ -3400,7 +3413,9 @@ module Aws::RDS
|
|
|
3400
3413
|
# existing value are rounded up so that they are 10% greater than the
|
|
3401
3414
|
# current value.
|
|
3402
3415
|
#
|
|
3403
|
-
#
|
|
3416
|
+
# * When you increase the Provisioned IOPS, you must also specify the
|
|
3417
|
+
# `AllocatedStorage` parameter. You can use the current value for
|
|
3418
|
+
# `AllocatedStorage`.
|
|
3404
3419
|
#
|
|
3405
3420
|
# Default: Uses existing setting
|
|
3406
3421
|
# @option options [String] :option_group_name
|
data/lib/aws-sdk-rds/resource.rb
CHANGED
|
@@ -1361,6 +1361,10 @@ module Aws::RDS
|
|
|
1361
1361
|
#
|
|
1362
1362
|
# * `custom-oracle-ee-cdb` (for RDS Custom for Oracle DB instances)
|
|
1363
1363
|
#
|
|
1364
|
+
# * `custom-oracle-se2` (for RDS Custom for Oracle DB instances)
|
|
1365
|
+
#
|
|
1366
|
+
# * `custom-oracle-se2-cdb` (for RDS Custom for Oracle DB instances)
|
|
1367
|
+
#
|
|
1364
1368
|
# * `custom-sqlserver-ee` (for RDS Custom for SQL Server DB instances)
|
|
1365
1369
|
#
|
|
1366
1370
|
# * `custom-sqlserver-se` (for RDS Custom for SQL Server DB instances)
|
|
@@ -2897,6 +2901,12 @@ module Aws::RDS
|
|
|
2897
2901
|
#
|
|
2898
2902
|
# * `custom-oracle-ee`
|
|
2899
2903
|
#
|
|
2904
|
+
# * `custom-oracle-ee-cdb`
|
|
2905
|
+
#
|
|
2906
|
+
# * `custom-oracle-se2`
|
|
2907
|
+
#
|
|
2908
|
+
# * `custom-oracle-se2-cdb`
|
|
2909
|
+
#
|
|
2900
2910
|
# * `db2-ae`
|
|
2901
2911
|
#
|
|
2902
2912
|
# * `db2-se`
|
data/lib/aws-sdk-rds/types.rb
CHANGED
|
@@ -1864,8 +1864,16 @@ module Aws::RDS
|
|
|
1864
1864
|
class CreateCustomDBEngineVersionFault < Aws::EmptyStructure; end
|
|
1865
1865
|
|
|
1866
1866
|
# @!attribute [rw] engine
|
|
1867
|
-
# The database engine
|
|
1868
|
-
#
|
|
1867
|
+
# The database engine. RDS Custom for Oracle supports the following
|
|
1868
|
+
# values:
|
|
1869
|
+
#
|
|
1870
|
+
# * `custom-oracle-ee`
|
|
1871
|
+
#
|
|
1872
|
+
# * `custom-oracle-ee-cdb`
|
|
1873
|
+
#
|
|
1874
|
+
# * `custom-oracle-se2`
|
|
1875
|
+
#
|
|
1876
|
+
# * `custom-oracle-se2-cdb`
|
|
1869
1877
|
# @return [String]
|
|
1870
1878
|
#
|
|
1871
1879
|
# @!attribute [rw] engine_version
|
|
@@ -3493,6 +3501,10 @@ module Aws::RDS
|
|
|
3493
3501
|
#
|
|
3494
3502
|
# * `custom-oracle-ee-cdb` (for RDS Custom for Oracle DB instances)
|
|
3495
3503
|
#
|
|
3504
|
+
# * `custom-oracle-se2` (for RDS Custom for Oracle DB instances)
|
|
3505
|
+
#
|
|
3506
|
+
# * `custom-oracle-se2-cdb` (for RDS Custom for Oracle DB instances)
|
|
3507
|
+
#
|
|
3496
3508
|
# * `custom-sqlserver-ee` (for RDS Custom for SQL Server DB instances)
|
|
3497
3509
|
#
|
|
3498
3510
|
# * `custom-sqlserver-se` (for RDS Custom for SQL Server DB instances)
|
|
@@ -10972,8 +10984,16 @@ module Aws::RDS
|
|
|
10972
10984
|
end
|
|
10973
10985
|
|
|
10974
10986
|
# @!attribute [rw] engine
|
|
10975
|
-
# The database engine.
|
|
10976
|
-
#
|
|
10987
|
+
# The database engine. RDS Custom for Oracle supports the following
|
|
10988
|
+
# values:
|
|
10989
|
+
#
|
|
10990
|
+
# * `custom-oracle-ee`
|
|
10991
|
+
#
|
|
10992
|
+
# * `custom-oracle-ee-cdb`
|
|
10993
|
+
#
|
|
10994
|
+
# * `custom-oracle-se2`
|
|
10995
|
+
#
|
|
10996
|
+
# * `custom-oracle-se2-cdb`
|
|
10977
10997
|
# @return [String]
|
|
10978
10998
|
#
|
|
10979
10999
|
# @!attribute [rw] engine_version
|
|
@@ -12335,6 +12355,12 @@ module Aws::RDS
|
|
|
12335
12355
|
#
|
|
12336
12356
|
# * `custom-oracle-ee`
|
|
12337
12357
|
#
|
|
12358
|
+
# * `custom-oracle-ee-cdb`
|
|
12359
|
+
#
|
|
12360
|
+
# * `custom-oracle-se2`
|
|
12361
|
+
#
|
|
12362
|
+
# * `custom-oracle-se2-cdb`
|
|
12363
|
+
#
|
|
12338
12364
|
# * `db2-ae`
|
|
12339
12365
|
#
|
|
12340
12366
|
# * `db2-se`
|
|
@@ -13682,6 +13708,8 @@ module Aws::RDS
|
|
|
13682
13708
|
#
|
|
13683
13709
|
# * `custom-oracle-ee-19`
|
|
13684
13710
|
#
|
|
13711
|
+
# * `custom-oracle-ee-cdb-19`
|
|
13712
|
+
#
|
|
13685
13713
|
# * `db2-ae`
|
|
13686
13714
|
#
|
|
13687
13715
|
# * `db2-se`
|
|
@@ -14314,7 +14342,7 @@ module Aws::RDS
|
|
|
14314
14342
|
end
|
|
14315
14343
|
|
|
14316
14344
|
# @!attribute [rw] engine
|
|
14317
|
-
# The name of the engine to describe DB instance options for.
|
|
14345
|
+
# The name of the database engine to describe DB instance options for.
|
|
14318
14346
|
#
|
|
14319
14347
|
# Valid Values:
|
|
14320
14348
|
#
|
|
@@ -14324,6 +14352,12 @@ module Aws::RDS
|
|
|
14324
14352
|
#
|
|
14325
14353
|
# * `custom-oracle-ee`
|
|
14326
14354
|
#
|
|
14355
|
+
# * `custom-oracle-ee-cdb`
|
|
14356
|
+
#
|
|
14357
|
+
# * `custom-oracle-se2`
|
|
14358
|
+
#
|
|
14359
|
+
# * `custom-oracle-se2-cdb`
|
|
14360
|
+
#
|
|
14327
14361
|
# * `db2-ae`
|
|
14328
14362
|
#
|
|
14329
14363
|
# * `db2-se`
|
|
@@ -14399,7 +14433,7 @@ module Aws::RDS
|
|
|
14399
14433
|
#
|
|
14400
14434
|
# Default: 100
|
|
14401
14435
|
#
|
|
14402
|
-
# Constraints: Minimum 20, maximum
|
|
14436
|
+
# Constraints: Minimum 20, maximum 1000.
|
|
14403
14437
|
# @return [Integer]
|
|
14404
14438
|
#
|
|
14405
14439
|
# @!attribute [rw] marker
|
|
@@ -16672,8 +16706,16 @@ module Aws::RDS
|
|
|
16672
16706
|
end
|
|
16673
16707
|
|
|
16674
16708
|
# @!attribute [rw] engine
|
|
16675
|
-
# The
|
|
16676
|
-
#
|
|
16709
|
+
# The database engine. RDS Custom for Oracle supports the following
|
|
16710
|
+
# values:
|
|
16711
|
+
#
|
|
16712
|
+
# * `custom-oracle-ee`
|
|
16713
|
+
#
|
|
16714
|
+
# * `custom-oracle-ee-cdb`
|
|
16715
|
+
#
|
|
16716
|
+
# * `custom-oracle-se2`
|
|
16717
|
+
#
|
|
16718
|
+
# * `custom-oracle-se2-cdb`
|
|
16677
16719
|
# @return [String]
|
|
16678
16720
|
#
|
|
16679
16721
|
# @!attribute [rw] engine_version
|
|
@@ -17718,6 +17760,15 @@ module Aws::RDS
|
|
|
17718
17760
|
#
|
|
17719
17761
|
# For the valid values for allocated storage for each engine, see
|
|
17720
17762
|
# `CreateDBInstance`.
|
|
17763
|
+
#
|
|
17764
|
+
# Constraints:
|
|
17765
|
+
#
|
|
17766
|
+
# * When you increase the allocated storage for a DB instance that
|
|
17767
|
+
# uses Provisioned IOPS (`gp3`, `io1`, or `io2` storage type), you
|
|
17768
|
+
# must also specify the `Iops` parameter. You can use the current
|
|
17769
|
+
# value for `Iops`.
|
|
17770
|
+
#
|
|
17771
|
+
# ^
|
|
17721
17772
|
# @return [Integer]
|
|
17722
17773
|
#
|
|
17723
17774
|
# @!attribute [rw] db_instance_class
|
|
@@ -18135,7 +18186,9 @@ module Aws::RDS
|
|
|
18135
18186
|
# the existing value are rounded up so that they are 10% greater
|
|
18136
18187
|
# than the current value.
|
|
18137
18188
|
#
|
|
18138
|
-
#
|
|
18189
|
+
# * When you increase the Provisioned IOPS, you must also specify the
|
|
18190
|
+
# `AllocatedStorage` parameter. You can use the current value for
|
|
18191
|
+
# `AllocatedStorage`.
|
|
18139
18192
|
#
|
|
18140
18193
|
# Default: Uses existing setting
|
|
18141
18194
|
# @return [Integer]
|
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.225.0
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Amazon Web Services
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2024-04-
|
|
11
|
+
date: 2024-04-11 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: aws-sdk-core
|