aws-sdk-rds 1.117.0 → 1.118.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.rb +1 -1
- data/lib/aws-sdk-rds/client.rb +40 -32
- data/lib/aws-sdk-rds/db_cluster.rb +6 -8
- data/lib/aws-sdk-rds/db_instance.rb +25 -13
- data/lib/aws-sdk-rds/event_subscription.rb +1 -2
- data/lib/aws-sdk-rds/resource.rb +7 -14
- data/lib/aws-sdk-rds/types.rb +42 -29
- metadata +4 -4
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 39da83da255ea416e5990eaa85e8fbd700b354e5b4d25877e0f3eda0c019f74a
|
4
|
+
data.tar.gz: 2b148ef4c293729a0d990d7c24f6badeedcda6b25d6e1d08b64af07b7f9977f1
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: acbdcb505c4bf70658822c2a13645efc5294d824d3b2abd685f5ed9e901cd86cfa29531cc549312101f4ecbefe8f4581f8595016758234bf0aa08659f3a125ed
|
7
|
+
data.tar.gz: 5cd8d5bb42f167417e44654cf57d119a7671a87c84667ecaface0e6dfc2460646f3452ce303ebf1ea65fb354a849f4bef6ea51342e1aba95de294dccb36cb589
|
data/CHANGELOG.md
CHANGED
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
1.
|
1
|
+
1.118.0
|
data/lib/aws-sdk-rds.rb
CHANGED
data/lib/aws-sdk-rds/client.rb
CHANGED
@@ -1981,9 +1981,8 @@ module Aws::RDS
|
|
1981
1981
|
# parameter.
|
1982
1982
|
#
|
1983
1983
|
# The default is a 30-minute window selected at random from an 8-hour
|
1984
|
-
# block of time for each AWS Region. To
|
1985
|
-
# see [
|
1986
|
-
# *Amazon Aurora User Guide.*
|
1984
|
+
# block of time for each AWS Region. To view the time blocks available,
|
1985
|
+
# see [ Backup window][1] in the *Amazon Aurora User Guide.*
|
1987
1986
|
#
|
1988
1987
|
# Constraints:
|
1989
1988
|
#
|
@@ -1997,7 +1996,7 @@ module Aws::RDS
|
|
1997
1996
|
#
|
1998
1997
|
#
|
1999
1998
|
#
|
2000
|
-
# [1]: https://docs.aws.amazon.com/AmazonRDS/latest/AuroraUserGuide/
|
1999
|
+
# [1]: https://docs.aws.amazon.com/AmazonRDS/latest/AuroraUserGuide/Aurora.Managing.Backups.html#Aurora.Managing.Backups.BackupWindow
|
2001
2000
|
#
|
2002
2001
|
# @option params [String] :preferred_maintenance_window
|
2003
2002
|
# The weekly time range during which system maintenance can occur, in
|
@@ -3200,19 +3199,15 @@ module Aws::RDS
|
|
3200
3199
|
# @option params [String] :preferred_backup_window
|
3201
3200
|
# The daily time range during which automated backups are created if
|
3202
3201
|
# automated backups are enabled, using the `BackupRetentionPeriod`
|
3203
|
-
# parameter.
|
3204
|
-
#
|
3202
|
+
# parameter. The default is a 30-minute window selected at random from
|
3203
|
+
# an 8-hour block of time for each AWS Region. For more information, see
|
3204
|
+
# [Backup window][1] in the *Amazon RDS User Guide*.
|
3205
3205
|
#
|
3206
3206
|
# **Amazon Aurora**
|
3207
3207
|
#
|
3208
3208
|
# Not applicable. The daily time range for creating automated backups is
|
3209
3209
|
# managed by the DB cluster.
|
3210
3210
|
#
|
3211
|
-
# The default is a 30-minute window selected at random from an 8-hour
|
3212
|
-
# block of time for each AWS Region. To see the time blocks available,
|
3213
|
-
# see [ Adjusting the Preferred DB Instance Maintenance Window][2] in
|
3214
|
-
# the *Amazon RDS User Guide*.
|
3215
|
-
#
|
3216
3211
|
# Constraints:
|
3217
3212
|
#
|
3218
3213
|
# * Must be in the format `hh24:mi-hh24:mi`.
|
@@ -3226,7 +3221,6 @@ module Aws::RDS
|
|
3226
3221
|
#
|
3227
3222
|
#
|
3228
3223
|
# [1]: https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/USER_WorkingWithAutomatedBackups.html#USER_WorkingWithAutomatedBackups.BackupWindow
|
3229
|
-
# [2]: https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/USER_UpgradeDBInstance.Maintenance.html#AdjustingTheMaintenanceWindow
|
3230
3224
|
#
|
3231
3225
|
# @option params [Integer] :port
|
3232
3226
|
# The port number on which the database accepts connections.
|
@@ -5206,8 +5200,7 @@ module Aws::RDS
|
|
5206
5200
|
#
|
5207
5201
|
# Constraints:
|
5208
5202
|
#
|
5209
|
-
# * If
|
5210
|
-
# provided.
|
5203
|
+
# * If `SourceIds` are supplied, `SourceType` must also be provided.
|
5211
5204
|
#
|
5212
5205
|
# * If the source type is a DB instance, a `DBInstanceIdentifier` value
|
5213
5206
|
# must be supplied.
|
@@ -11516,7 +11509,7 @@ module Aws::RDS
|
|
11516
11509
|
#
|
11517
11510
|
#
|
11518
11511
|
#
|
11519
|
-
# [1]: https://docs.aws.amazon.com/AmazonRDS/latest/AuroraUserGuide/aurora-global-database-disaster-recovery.managed-failover
|
11512
|
+
# [1]: https://docs.aws.amazon.com/AmazonRDS/latest/AuroraUserGuide/aurora-global-database-disaster-recovery.html#aurora-global-database-disaster-recovery.managed-failover
|
11520
11513
|
#
|
11521
11514
|
# @option params [required, String] :global_cluster_identifier
|
11522
11515
|
# Identifier of the Aurora global database (GlobalCluster) that should
|
@@ -12029,9 +12022,8 @@ module Aws::RDS
|
|
12029
12022
|
# parameter.
|
12030
12023
|
#
|
12031
12024
|
# The default is a 30-minute window selected at random from an 8-hour
|
12032
|
-
# block of time for each AWS Region. To
|
12033
|
-
# see [
|
12034
|
-
# *Amazon Aurora User Guide.*
|
12025
|
+
# block of time for each AWS Region. To view the time blocks available,
|
12026
|
+
# see [ Backup window][1] in the *Amazon Aurora User Guide.*
|
12035
12027
|
#
|
12036
12028
|
# Constraints:
|
12037
12029
|
#
|
@@ -12045,7 +12037,7 @@ module Aws::RDS
|
|
12045
12037
|
#
|
12046
12038
|
#
|
12047
12039
|
#
|
12048
|
-
# [1]: https://docs.aws.amazon.com/AmazonRDS/latest/AuroraUserGuide/
|
12040
|
+
# [1]: https://docs.aws.amazon.com/AmazonRDS/latest/AuroraUserGuide/Aurora.Managing.Backups.html#Aurora.Managing.Backups.BackupWindow
|
12049
12041
|
#
|
12050
12042
|
# @option params [String] :preferred_maintenance_window
|
12051
12043
|
# The weekly time range during which system maintenance can occur, in
|
@@ -12842,10 +12834,14 @@ module Aws::RDS
|
|
12842
12834
|
# to a positive number enables backups. Setting this parameter to 0
|
12843
12835
|
# disables automated backups.
|
12844
12836
|
#
|
12845
|
-
#
|
12846
|
-
#
|
12847
|
-
#
|
12848
|
-
#
|
12837
|
+
# <note markdown="1"> Enabling and disabling backups can result in a brief I/O suspension
|
12838
|
+
# that lasts from a few seconds to a few minutes, depending on the size
|
12839
|
+
# and class of your DB instance.
|
12840
|
+
#
|
12841
|
+
# </note>
|
12842
|
+
#
|
12843
|
+
# These changes are applied during the next maintenance window unless
|
12844
|
+
# the `ApplyImmediately` parameter is enabled for this request. If you
|
12849
12845
|
# change the parameter from one non-zero value to another non-zero
|
12850
12846
|
# value, the change is asynchronously applied as soon as possible.
|
12851
12847
|
#
|
@@ -12873,7 +12869,9 @@ module Aws::RDS
|
|
12873
12869
|
# automated backups are enabled, as determined by the
|
12874
12870
|
# `BackupRetentionPeriod` parameter. Changing this parameter doesn't
|
12875
12871
|
# result in an outage and the change is asynchronously applied as soon
|
12876
|
-
# as possible.
|
12872
|
+
# as possible. The default is a 30-minute window selected at random from
|
12873
|
+
# an 8-hour block of time for each AWS Region. For more information, see
|
12874
|
+
# [Backup window][1] in the *Amazon RDS User Guide.*
|
12877
12875
|
#
|
12878
12876
|
# **Amazon Aurora**
|
12879
12877
|
#
|
@@ -12891,6 +12889,10 @@ module Aws::RDS
|
|
12891
12889
|
#
|
12892
12890
|
# * Must be at least 30 minutes
|
12893
12891
|
#
|
12892
|
+
#
|
12893
|
+
#
|
12894
|
+
# [1]: https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/USER_WorkingWithAutomatedBackups.html#USER_WorkingWithAutomatedBackups.BackupWindow
|
12895
|
+
#
|
12894
12896
|
# @option params [String] :preferred_maintenance_window
|
12895
12897
|
# The weekly time range (in UTC) during which system maintenance can
|
12896
12898
|
# occur, which might result in an outage. Changing this parameter
|
@@ -12902,6 +12904,9 @@ module Aws::RDS
|
|
12902
12904
|
# current time, there must be at least 30 minutes between the current
|
12903
12905
|
# time and end of the window to ensure pending changes are applied.
|
12904
12906
|
#
|
12907
|
+
# For more information, see [Amazon RDS Maintenance Window][1] in the
|
12908
|
+
# *Amazon RDS User Guide.*
|
12909
|
+
#
|
12905
12910
|
# Default: Uses existing setting
|
12906
12911
|
#
|
12907
12912
|
# Format: ddd:hh24:mi-ddd:hh24:mi
|
@@ -12910,6 +12915,10 @@ module Aws::RDS
|
|
12910
12915
|
#
|
12911
12916
|
# Constraints: Must be at least 30 minutes
|
12912
12917
|
#
|
12918
|
+
#
|
12919
|
+
#
|
12920
|
+
# [1]: https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/USER_UpgradeDBInstance.Maintenance.html#Concepts.DBMaintenance
|
12921
|
+
#
|
12913
12922
|
# @option params [Boolean] :multi_az
|
12914
12923
|
# A value that indicates whether the DB instance is a Multi-AZ
|
12915
12924
|
# deployment. Changing this parameter doesn't result in an outage and
|
@@ -15832,9 +15841,8 @@ module Aws::RDS
|
|
15832
15841
|
# parameter.
|
15833
15842
|
#
|
15834
15843
|
# The default is a 30-minute window selected at random from an 8-hour
|
15835
|
-
# block of time for each AWS Region. To
|
15836
|
-
# see [
|
15837
|
-
# Aurora User Guide.*
|
15844
|
+
# block of time for each AWS Region. To view the time blocks available,
|
15845
|
+
# see [ Backup window][1] in the *Amazon Aurora User Guide.*
|
15838
15846
|
#
|
15839
15847
|
# Constraints:
|
15840
15848
|
#
|
@@ -15848,7 +15856,7 @@ module Aws::RDS
|
|
15848
15856
|
#
|
15849
15857
|
#
|
15850
15858
|
#
|
15851
|
-
# [1]: https://docs.aws.amazon.com/AmazonRDS/latest/AuroraUserGuide/
|
15859
|
+
# [1]: https://docs.aws.amazon.com/AmazonRDS/latest/AuroraUserGuide/Aurora.Managing.Backups.html#Aurora.Managing.Backups.BackupWindow
|
15852
15860
|
#
|
15853
15861
|
# @option params [String] :preferred_maintenance_window
|
15854
15862
|
# The weekly time range during which system maintenance can occur, in
|
@@ -17651,8 +17659,8 @@ module Aws::RDS
|
|
17651
17659
|
#
|
17652
17660
|
# @option params [String] :preferred_backup_window
|
17653
17661
|
# The time range each day during which automated backups are created if
|
17654
|
-
# automated backups are enabled. For more information, see [
|
17655
|
-
#
|
17662
|
+
# automated backups are enabled. For more information, see [Backup
|
17663
|
+
# window][1] in the *Amazon RDS User Guide.*
|
17656
17664
|
#
|
17657
17665
|
# Constraints:
|
17658
17666
|
#
|
@@ -18720,7 +18728,7 @@ module Aws::RDS
|
|
18720
18728
|
end
|
18721
18729
|
|
18722
18730
|
# Revokes ingress from a DBSecurityGroup for previously authorized IP
|
18723
|
-
# ranges or EC2 or VPC
|
18731
|
+
# ranges or EC2 or VPC security groups. Required parameters for this API
|
18724
18732
|
# are one of CIDRIP, EC2SecurityGroupId for VPC, or
|
18725
18733
|
# (EC2SecurityGroupOwnerId and either EC2SecurityGroupName or
|
18726
18734
|
# EC2SecurityGroupId).
|
@@ -19805,7 +19813,7 @@ module Aws::RDS
|
|
19805
19813
|
params: params,
|
19806
19814
|
config: config)
|
19807
19815
|
context[:gem_name] = 'aws-sdk-rds'
|
19808
|
-
context[:gem_version] = '1.
|
19816
|
+
context[:gem_version] = '1.118.0'
|
19809
19817
|
Seahorse::Client::Request.new(handlers, context)
|
19810
19818
|
end
|
19811
19819
|
|
@@ -777,9 +777,8 @@ module Aws::RDS
|
|
777
777
|
# parameter.
|
778
778
|
#
|
779
779
|
# The default is a 30-minute window selected at random from an 8-hour
|
780
|
-
# block of time for each AWS Region. To
|
781
|
-
# see [
|
782
|
-
# *Amazon Aurora User Guide.*
|
780
|
+
# block of time for each AWS Region. To view the time blocks available,
|
781
|
+
# see [ Backup window][1] in the *Amazon Aurora User Guide.*
|
783
782
|
#
|
784
783
|
# Constraints:
|
785
784
|
#
|
@@ -793,7 +792,7 @@ module Aws::RDS
|
|
793
792
|
#
|
794
793
|
#
|
795
794
|
#
|
796
|
-
# [1]: https://docs.aws.amazon.com/AmazonRDS/latest/AuroraUserGuide/
|
795
|
+
# [1]: https://docs.aws.amazon.com/AmazonRDS/latest/AuroraUserGuide/Aurora.Managing.Backups.html#Aurora.Managing.Backups.BackupWindow
|
797
796
|
# @option options [String] :preferred_maintenance_window
|
798
797
|
# The weekly time range during which system maintenance can occur, in
|
799
798
|
# Universal Coordinated Time (UTC).
|
@@ -1262,9 +1261,8 @@ module Aws::RDS
|
|
1262
1261
|
# parameter.
|
1263
1262
|
#
|
1264
1263
|
# The default is a 30-minute window selected at random from an 8-hour
|
1265
|
-
# block of time for each AWS Region. To
|
1266
|
-
# see [
|
1267
|
-
# *Amazon Aurora User Guide.*
|
1264
|
+
# block of time for each AWS Region. To view the time blocks available,
|
1265
|
+
# see [ Backup window][1] in the *Amazon Aurora User Guide.*
|
1268
1266
|
#
|
1269
1267
|
# Constraints:
|
1270
1268
|
#
|
@@ -1278,7 +1276,7 @@ module Aws::RDS
|
|
1278
1276
|
#
|
1279
1277
|
#
|
1280
1278
|
#
|
1281
|
-
# [1]: https://docs.aws.amazon.com/AmazonRDS/latest/AuroraUserGuide/
|
1279
|
+
# [1]: https://docs.aws.amazon.com/AmazonRDS/latest/AuroraUserGuide/Aurora.Managing.Backups.html#Aurora.Managing.Backups.BackupWindow
|
1282
1280
|
# @option options [String] :preferred_maintenance_window
|
1283
1281
|
# The weekly time range during which system maintenance can occur, in
|
1284
1282
|
# Universal Coordinated Time (UTC).
|
@@ -1188,19 +1188,15 @@ module Aws::RDS
|
|
1188
1188
|
# @option options [String] :preferred_backup_window
|
1189
1189
|
# The daily time range during which automated backups are created if
|
1190
1190
|
# automated backups are enabled, using the `BackupRetentionPeriod`
|
1191
|
-
# parameter.
|
1192
|
-
#
|
1191
|
+
# parameter. The default is a 30-minute window selected at random from
|
1192
|
+
# an 8-hour block of time for each AWS Region. For more information, see
|
1193
|
+
# [Backup window][1] in the *Amazon RDS User Guide*.
|
1193
1194
|
#
|
1194
1195
|
# **Amazon Aurora**
|
1195
1196
|
#
|
1196
1197
|
# Not applicable. The daily time range for creating automated backups is
|
1197
1198
|
# managed by the DB cluster.
|
1198
1199
|
#
|
1199
|
-
# The default is a 30-minute window selected at random from an 8-hour
|
1200
|
-
# block of time for each AWS Region. To see the time blocks available,
|
1201
|
-
# see [ Adjusting the Preferred DB Instance Maintenance Window][2] in
|
1202
|
-
# the *Amazon RDS User Guide*.
|
1203
|
-
#
|
1204
1200
|
# Constraints:
|
1205
1201
|
#
|
1206
1202
|
# * Must be in the format `hh24:mi-hh24:mi`.
|
@@ -1214,7 +1210,6 @@ module Aws::RDS
|
|
1214
1210
|
#
|
1215
1211
|
#
|
1216
1212
|
# [1]: https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/USER_WorkingWithAutomatedBackups.html#USER_WorkingWithAutomatedBackups.BackupWindow
|
1217
|
-
# [2]: https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/USER_UpgradeDBInstance.Maintenance.html#AdjustingTheMaintenanceWindow
|
1218
1213
|
# @option options [Integer] :port
|
1219
1214
|
# The port number on which the database accepts connections.
|
1220
1215
|
#
|
@@ -2344,10 +2339,14 @@ module Aws::RDS
|
|
2344
2339
|
# to a positive number enables backups. Setting this parameter to 0
|
2345
2340
|
# disables automated backups.
|
2346
2341
|
#
|
2347
|
-
#
|
2348
|
-
#
|
2349
|
-
#
|
2350
|
-
#
|
2342
|
+
# <note markdown="1"> Enabling and disabling backups can result in a brief I/O suspension
|
2343
|
+
# that lasts from a few seconds to a few minutes, depending on the size
|
2344
|
+
# and class of your DB instance.
|
2345
|
+
#
|
2346
|
+
# </note>
|
2347
|
+
#
|
2348
|
+
# These changes are applied during the next maintenance window unless
|
2349
|
+
# the `ApplyImmediately` parameter is enabled for this request. If you
|
2351
2350
|
# change the parameter from one non-zero value to another non-zero
|
2352
2351
|
# value, the change is asynchronously applied as soon as possible.
|
2353
2352
|
#
|
@@ -2374,7 +2373,9 @@ module Aws::RDS
|
|
2374
2373
|
# automated backups are enabled, as determined by the
|
2375
2374
|
# `BackupRetentionPeriod` parameter. Changing this parameter doesn't
|
2376
2375
|
# result in an outage and the change is asynchronously applied as soon
|
2377
|
-
# as possible.
|
2376
|
+
# as possible. The default is a 30-minute window selected at random from
|
2377
|
+
# an 8-hour block of time for each AWS Region. For more information, see
|
2378
|
+
# [Backup window][1] in the *Amazon RDS User Guide.*
|
2378
2379
|
#
|
2379
2380
|
# **Amazon Aurora**
|
2380
2381
|
#
|
@@ -2391,6 +2392,10 @@ module Aws::RDS
|
|
2391
2392
|
# * Must not conflict with the preferred maintenance window
|
2392
2393
|
#
|
2393
2394
|
# * Must be at least 30 minutes
|
2395
|
+
#
|
2396
|
+
#
|
2397
|
+
#
|
2398
|
+
# [1]: https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/USER_WorkingWithAutomatedBackups.html#USER_WorkingWithAutomatedBackups.BackupWindow
|
2394
2399
|
# @option options [String] :preferred_maintenance_window
|
2395
2400
|
# The weekly time range (in UTC) during which system maintenance can
|
2396
2401
|
# occur, which might result in an outage. Changing this parameter
|
@@ -2402,6 +2407,9 @@ module Aws::RDS
|
|
2402
2407
|
# current time, there must be at least 30 minutes between the current
|
2403
2408
|
# time and end of the window to ensure pending changes are applied.
|
2404
2409
|
#
|
2410
|
+
# For more information, see [Amazon RDS Maintenance Window][1] in the
|
2411
|
+
# *Amazon RDS User Guide.*
|
2412
|
+
#
|
2405
2413
|
# Default: Uses existing setting
|
2406
2414
|
#
|
2407
2415
|
# Format: ddd:hh24:mi-ddd:hh24:mi
|
@@ -2409,6 +2417,10 @@ module Aws::RDS
|
|
2409
2417
|
# Valid Days: Mon \| Tue \| Wed \| Thu \| Fri \| Sat \| Sun
|
2410
2418
|
#
|
2411
2419
|
# Constraints: Must be at least 30 minutes
|
2420
|
+
#
|
2421
|
+
#
|
2422
|
+
#
|
2423
|
+
# [1]: https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/USER_UpgradeDBInstance.Maintenance.html#Concepts.DBMaintenance
|
2412
2424
|
# @option options [Boolean] :multi_az
|
2413
2425
|
# A value that indicates whether the DB instance is a Multi-AZ
|
2414
2426
|
# deployment. Changing this parameter doesn't result in an outage and
|
@@ -321,8 +321,7 @@ module Aws::RDS
|
|
321
321
|
#
|
322
322
|
# Constraints:
|
323
323
|
#
|
324
|
-
# * If
|
325
|
-
# provided.
|
324
|
+
# * If `SourceIds` are supplied, `SourceType` must also be provided.
|
326
325
|
#
|
327
326
|
# * If the source type is a DB instance, a `DBInstanceIdentifier` value
|
328
327
|
# must be supplied.
|
data/lib/aws-sdk-rds/resource.rb
CHANGED
@@ -213,9 +213,8 @@ module Aws::RDS
|
|
213
213
|
# parameter.
|
214
214
|
#
|
215
215
|
# The default is a 30-minute window selected at random from an 8-hour
|
216
|
-
# block of time for each AWS Region. To
|
217
|
-
# see [
|
218
|
-
# *Amazon Aurora User Guide.*
|
216
|
+
# block of time for each AWS Region. To view the time blocks available,
|
217
|
+
# see [ Backup window][1] in the *Amazon Aurora User Guide.*
|
219
218
|
#
|
220
219
|
# Constraints:
|
221
220
|
#
|
@@ -229,7 +228,7 @@ module Aws::RDS
|
|
229
228
|
#
|
230
229
|
#
|
231
230
|
#
|
232
|
-
# [1]: https://docs.aws.amazon.com/AmazonRDS/latest/AuroraUserGuide/
|
231
|
+
# [1]: https://docs.aws.amazon.com/AmazonRDS/latest/AuroraUserGuide/Aurora.Managing.Backups.html#Aurora.Managing.Backups.BackupWindow
|
233
232
|
# @option options [String] :preferred_maintenance_window
|
234
233
|
# The weekly time range during which system maintenance can occur, in
|
235
234
|
# Universal Coordinated Time (UTC).
|
@@ -1023,19 +1022,15 @@ module Aws::RDS
|
|
1023
1022
|
# @option options [String] :preferred_backup_window
|
1024
1023
|
# The daily time range during which automated backups are created if
|
1025
1024
|
# automated backups are enabled, using the `BackupRetentionPeriod`
|
1026
|
-
# parameter.
|
1027
|
-
#
|
1025
|
+
# parameter. The default is a 30-minute window selected at random from
|
1026
|
+
# an 8-hour block of time for each AWS Region. For more information, see
|
1027
|
+
# [Backup window][1] in the *Amazon RDS User Guide*.
|
1028
1028
|
#
|
1029
1029
|
# **Amazon Aurora**
|
1030
1030
|
#
|
1031
1031
|
# Not applicable. The daily time range for creating automated backups is
|
1032
1032
|
# managed by the DB cluster.
|
1033
1033
|
#
|
1034
|
-
# The default is a 30-minute window selected at random from an 8-hour
|
1035
|
-
# block of time for each AWS Region. To see the time blocks available,
|
1036
|
-
# see [ Adjusting the Preferred DB Instance Maintenance Window][2] in
|
1037
|
-
# the *Amazon RDS User Guide*.
|
1038
|
-
#
|
1039
1034
|
# Constraints:
|
1040
1035
|
#
|
1041
1036
|
# * Must be in the format `hh24:mi-hh24:mi`.
|
@@ -1049,7 +1044,6 @@ module Aws::RDS
|
|
1049
1044
|
#
|
1050
1045
|
#
|
1051
1046
|
# [1]: https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/USER_WorkingWithAutomatedBackups.html#USER_WorkingWithAutomatedBackups.BackupWindow
|
1052
|
-
# [2]: https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/USER_UpgradeDBInstance.Maintenance.html#AdjustingTheMaintenanceWindow
|
1053
1047
|
# @option options [Integer] :port
|
1054
1048
|
# The port number on which the database accepts connections.
|
1055
1049
|
#
|
@@ -1649,8 +1643,7 @@ module Aws::RDS
|
|
1649
1643
|
#
|
1650
1644
|
# Constraints:
|
1651
1645
|
#
|
1652
|
-
# * If
|
1653
|
-
# provided.
|
1646
|
+
# * If `SourceIds` are supplied, `SourceType` must also be provided.
|
1654
1647
|
#
|
1655
1648
|
# * If the source type is a DB instance, a `DBInstanceIdentifier` value
|
1656
1649
|
# must be supplied.
|
data/lib/aws-sdk-rds/types.rb
CHANGED
@@ -1922,9 +1922,9 @@ module Aws::RDS
|
|
1922
1922
|
# parameter.
|
1923
1923
|
#
|
1924
1924
|
# The default is a 30-minute window selected at random from an 8-hour
|
1925
|
-
# block of time for each AWS Region. To
|
1926
|
-
# see [
|
1927
|
-
#
|
1925
|
+
# block of time for each AWS Region. To view the time blocks
|
1926
|
+
# available, see [ Backup window][1] in the *Amazon Aurora User
|
1927
|
+
# Guide.*
|
1928
1928
|
#
|
1929
1929
|
# Constraints:
|
1930
1930
|
#
|
@@ -1938,7 +1938,7 @@ module Aws::RDS
|
|
1938
1938
|
#
|
1939
1939
|
#
|
1940
1940
|
#
|
1941
|
-
# [1]: https://docs.aws.amazon.com/AmazonRDS/latest/AuroraUserGuide/
|
1941
|
+
# [1]: https://docs.aws.amazon.com/AmazonRDS/latest/AuroraUserGuide/Aurora.Managing.Backups.html#Aurora.Managing.Backups.BackupWindow
|
1942
1942
|
# @return [String]
|
1943
1943
|
#
|
1944
1944
|
# @!attribute [rw] preferred_maintenance_window
|
@@ -2945,19 +2945,15 @@ module Aws::RDS
|
|
2945
2945
|
# @!attribute [rw] preferred_backup_window
|
2946
2946
|
# The daily time range during which automated backups are created if
|
2947
2947
|
# automated backups are enabled, using the `BackupRetentionPeriod`
|
2948
|
-
# parameter.
|
2949
|
-
#
|
2948
|
+
# parameter. The default is a 30-minute window selected at random from
|
2949
|
+
# an 8-hour block of time for each AWS Region. For more information,
|
2950
|
+
# see [Backup window][1] in the *Amazon RDS User Guide*.
|
2950
2951
|
#
|
2951
2952
|
# **Amazon Aurora**
|
2952
2953
|
#
|
2953
2954
|
# Not applicable. The daily time range for creating automated backups
|
2954
2955
|
# is managed by the DB cluster.
|
2955
2956
|
#
|
2956
|
-
# The default is a 30-minute window selected at random from an 8-hour
|
2957
|
-
# block of time for each AWS Region. To see the time blocks available,
|
2958
|
-
# see [ Adjusting the Preferred DB Instance Maintenance Window][2] in
|
2959
|
-
# the *Amazon RDS User Guide*.
|
2960
|
-
#
|
2961
2957
|
# Constraints:
|
2962
2958
|
#
|
2963
2959
|
# * Must be in the format `hh24:mi-hh24:mi`.
|
@@ -2971,7 +2967,6 @@ module Aws::RDS
|
|
2971
2967
|
#
|
2972
2968
|
#
|
2973
2969
|
# [1]: https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/USER_WorkingWithAutomatedBackups.html#USER_WorkingWithAutomatedBackups.BackupWindow
|
2974
|
-
# [2]: https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/USER_UpgradeDBInstance.Maintenance.html#AdjustingTheMaintenanceWindow
|
2975
2970
|
# @return [String]
|
2976
2971
|
#
|
2977
2972
|
# @!attribute [rw] port
|
@@ -4625,8 +4620,7 @@ module Aws::RDS
|
|
4625
4620
|
#
|
4626
4621
|
# Constraints:
|
4627
4622
|
#
|
4628
|
-
# * If
|
4629
|
-
# provided.
|
4623
|
+
# * If `SourceIds` are supplied, `SourceType` must also be provided.
|
4630
4624
|
#
|
4631
4625
|
# * If the source type is a DB instance, a `DBInstanceIdentifier`
|
4632
4626
|
# value must be supplied.
|
@@ -13569,9 +13563,9 @@ module Aws::RDS
|
|
13569
13563
|
# parameter.
|
13570
13564
|
#
|
13571
13565
|
# The default is a 30-minute window selected at random from an 8-hour
|
13572
|
-
# block of time for each AWS Region. To
|
13573
|
-
# see [
|
13574
|
-
#
|
13566
|
+
# block of time for each AWS Region. To view the time blocks
|
13567
|
+
# available, see [ Backup window][1] in the *Amazon Aurora User
|
13568
|
+
# Guide.*
|
13575
13569
|
#
|
13576
13570
|
# Constraints:
|
13577
13571
|
#
|
@@ -13585,7 +13579,7 @@ module Aws::RDS
|
|
13585
13579
|
#
|
13586
13580
|
#
|
13587
13581
|
#
|
13588
|
-
# [1]: https://docs.aws.amazon.com/AmazonRDS/latest/AuroraUserGuide/
|
13582
|
+
# [1]: https://docs.aws.amazon.com/AmazonRDS/latest/AuroraUserGuide/Aurora.Managing.Backups.html#Aurora.Managing.Backups.BackupWindow
|
13589
13583
|
# @return [String]
|
13590
13584
|
#
|
13591
13585
|
# @!attribute [rw] preferred_maintenance_window
|
@@ -14171,10 +14165,14 @@ module Aws::RDS
|
|
14171
14165
|
# parameter to a positive number enables backups. Setting this
|
14172
14166
|
# parameter to 0 disables automated backups.
|
14173
14167
|
#
|
14174
|
-
#
|
14175
|
-
#
|
14176
|
-
#
|
14177
|
-
#
|
14168
|
+
# <note markdown="1"> Enabling and disabling backups can result in a brief I/O suspension
|
14169
|
+
# that lasts from a few seconds to a few minutes, depending on the
|
14170
|
+
# size and class of your DB instance.
|
14171
|
+
#
|
14172
|
+
# </note>
|
14173
|
+
#
|
14174
|
+
# These changes are applied during the next maintenance window unless
|
14175
|
+
# the `ApplyImmediately` parameter is enabled for this request. If you
|
14178
14176
|
# change the parameter from one non-zero value to another non-zero
|
14179
14177
|
# value, the change is asynchronously applied as soon as possible.
|
14180
14178
|
#
|
@@ -14204,7 +14202,9 @@ module Aws::RDS
|
|
14204
14202
|
# automated backups are enabled, as determined by the
|
14205
14203
|
# `BackupRetentionPeriod` parameter. Changing this parameter doesn't
|
14206
14204
|
# result in an outage and the change is asynchronously applied as soon
|
14207
|
-
# as possible.
|
14205
|
+
# as possible. The default is a 30-minute window selected at random
|
14206
|
+
# from an 8-hour block of time for each AWS Region. For more
|
14207
|
+
# information, see [Backup window][1] in the *Amazon RDS User Guide.*
|
14208
14208
|
#
|
14209
14209
|
# **Amazon Aurora**
|
14210
14210
|
#
|
@@ -14221,6 +14221,10 @@ module Aws::RDS
|
|
14221
14221
|
# * Must not conflict with the preferred maintenance window
|
14222
14222
|
#
|
14223
14223
|
# * Must be at least 30 minutes
|
14224
|
+
#
|
14225
|
+
#
|
14226
|
+
#
|
14227
|
+
# [1]: https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/USER_WorkingWithAutomatedBackups.html#USER_WorkingWithAutomatedBackups.BackupWindow
|
14224
14228
|
# @return [String]
|
14225
14229
|
#
|
14226
14230
|
# @!attribute [rw] preferred_maintenance_window
|
@@ -14234,6 +14238,9 @@ module Aws::RDS
|
|
14234
14238
|
# current time, there must be at least 30 minutes between the current
|
14235
14239
|
# time and end of the window to ensure pending changes are applied.
|
14236
14240
|
#
|
14241
|
+
# For more information, see [Amazon RDS Maintenance Window][1] in the
|
14242
|
+
# *Amazon RDS User Guide.*
|
14243
|
+
#
|
14237
14244
|
# Default: Uses existing setting
|
14238
14245
|
#
|
14239
14246
|
# Format: ddd:hh24:mi-ddd:hh24:mi
|
@@ -14241,6 +14248,10 @@ module Aws::RDS
|
|
14241
14248
|
# Valid Days: Mon \| Tue \| Wed \| Thu \| Fri \| Sat \| Sun
|
14242
14249
|
#
|
14243
14250
|
# Constraints: Must be at least 30 minutes
|
14251
|
+
#
|
14252
|
+
#
|
14253
|
+
#
|
14254
|
+
# [1]: https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/USER_UpgradeDBInstance.Maintenance.html#Concepts.DBMaintenance
|
14244
14255
|
# @return [String]
|
14245
14256
|
#
|
14246
14257
|
# @!attribute [rw] multi_az
|
@@ -17709,9 +17720,9 @@ module Aws::RDS
|
|
17709
17720
|
# parameter.
|
17710
17721
|
#
|
17711
17722
|
# The default is a 30-minute window selected at random from an 8-hour
|
17712
|
-
# block of time for each AWS Region. To
|
17713
|
-
# see [
|
17714
|
-
#
|
17723
|
+
# block of time for each AWS Region. To view the time blocks
|
17724
|
+
# available, see [ Backup window][1] in the *Amazon Aurora User
|
17725
|
+
# Guide.*
|
17715
17726
|
#
|
17716
17727
|
# Constraints:
|
17717
17728
|
#
|
@@ -17725,7 +17736,7 @@ module Aws::RDS
|
|
17725
17736
|
#
|
17726
17737
|
#
|
17727
17738
|
#
|
17728
|
-
# [1]: https://docs.aws.amazon.com/AmazonRDS/latest/AuroraUserGuide/
|
17739
|
+
# [1]: https://docs.aws.amazon.com/AmazonRDS/latest/AuroraUserGuide/Aurora.Managing.Backups.html#Aurora.Managing.Backups.BackupWindow
|
17729
17740
|
# @return [String]
|
17730
17741
|
#
|
17731
17742
|
# @!attribute [rw] preferred_maintenance_window
|
@@ -19175,8 +19186,8 @@ module Aws::RDS
|
|
19175
19186
|
#
|
19176
19187
|
# @!attribute [rw] preferred_backup_window
|
19177
19188
|
# The time range each day during which automated backups are created
|
19178
|
-
# if automated backups are enabled. For more information, see [
|
19179
|
-
#
|
19189
|
+
# if automated backups are enabled. For more information, see [Backup
|
19190
|
+
# window][1] in the *Amazon RDS User Guide.*
|
19180
19191
|
#
|
19181
19192
|
# Constraints:
|
19182
19193
|
#
|
@@ -20156,6 +20167,8 @@ module Aws::RDS
|
|
20156
20167
|
# @!attribute [rw] seconds_until_auto_pause
|
20157
20168
|
# The time, in seconds, before an Aurora DB cluster in `serverless`
|
20158
20169
|
# mode is paused.
|
20170
|
+
#
|
20171
|
+
# Specify a value between 300 and 86,400 seconds.
|
20159
20172
|
# @return [Integer]
|
20160
20173
|
#
|
20161
20174
|
# @!attribute [rw] timeout_action
|
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.118.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: 2021-
|
11
|
+
date: 2021-04-13 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: aws-sigv4
|
@@ -94,8 +94,8 @@ homepage: https://github.com/aws/aws-sdk-ruby
|
|
94
94
|
licenses:
|
95
95
|
- Apache-2.0
|
96
96
|
metadata:
|
97
|
-
source_code_uri: https://github.com/aws/aws-sdk-ruby/tree/
|
98
|
-
changelog_uri: https://github.com/aws/aws-sdk-ruby/tree/
|
97
|
+
source_code_uri: https://github.com/aws/aws-sdk-ruby/tree/version-3/gems/aws-sdk-rds
|
98
|
+
changelog_uri: https://github.com/aws/aws-sdk-ruby/tree/version-3/gems/aws-sdk-rds/CHANGELOG.md
|
99
99
|
post_install_message:
|
100
100
|
rdoc_options: []
|
101
101
|
require_paths:
|