aws-sdk-rds 1.263.0 → 1.264.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 +102 -22
- data/lib/aws-sdk-rds/db_cluster.rb +33 -18
- data/lib/aws-sdk-rds/db_instance.rb +48 -3
- data/lib/aws-sdk-rds/db_parameter_group.rb +4 -1
- data/lib/aws-sdk-rds/db_parameter_group_family.rb +4 -1
- data/lib/aws-sdk-rds/db_snapshot.rb +2 -0
- data/lib/aws-sdk-rds/resource.rb +21 -8
- data/lib/aws-sdk-rds/types.rb +138 -28
- 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: af695caf7a58fa1133cb7f9137e070ab2672bfd23fcd028dd4d20e27330b4b39
|
|
4
|
+
data.tar.gz: 57e5c57c2322d5618fd99bc8d0df73a4e97e516bae889933a4b901b362e38240
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 887f9f0a65e49eaca13ea7a0b6d7c63d69dad526a6c24efdfb7789f041ca94e21d34517881974d414bce95d533337dbac5859f20184f83ddea4b2faec1989a64
|
|
7
|
+
data.tar.gz: 6e1b2fa578056f36ec85bd906e9907ab3b6f4d27259e65a9afe9b8889e281ff756669a22f74500ebce1fa666b06f1c1b3eff39e684ce36e6057bb2bc32d11647
|
data/CHANGELOG.md
CHANGED
data/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
1.
|
|
1
|
+
1.264.0
|
data/lib/aws-sdk-rds/client.rb
CHANGED
|
@@ -3324,7 +3324,7 @@ module Aws::RDS
|
|
|
3324
3324
|
# the DB cluster during the maintenance window. By default, minor engine
|
|
3325
3325
|
# upgrades are applied automatically.
|
|
3326
3326
|
#
|
|
3327
|
-
# Valid for Cluster Type: Multi-AZ DB
|
|
3327
|
+
# Valid for Cluster Type: Aurora DB clusters and Multi-AZ DB cluster
|
|
3328
3328
|
#
|
|
3329
3329
|
# @option params [Integer] :monitoring_interval
|
|
3330
3330
|
# The interval, in seconds, between points when Enhanced Monitoring
|
|
@@ -3334,7 +3334,7 @@ module Aws::RDS
|
|
|
3334
3334
|
# If `MonitoringRoleArn` is specified, also set `MonitoringInterval` to
|
|
3335
3335
|
# a value other than `0`.
|
|
3336
3336
|
#
|
|
3337
|
-
# Valid for Cluster Type: Multi-AZ DB clusters
|
|
3337
|
+
# Valid for Cluster Type: Aurora DB clusters and Multi-AZ DB clusters
|
|
3338
3338
|
#
|
|
3339
3339
|
# Valid Values: `0 | 1 | 5 | 10 | 15 | 30 | 60`
|
|
3340
3340
|
#
|
|
@@ -3350,14 +3350,20 @@ module Aws::RDS
|
|
|
3350
3350
|
# If `MonitoringInterval` is set to a value other than `0`, supply a
|
|
3351
3351
|
# `MonitoringRoleArn` value.
|
|
3352
3352
|
#
|
|
3353
|
-
# Valid for Cluster Type: Multi-AZ DB clusters
|
|
3353
|
+
# Valid for Cluster Type: Aurora DB clusters and Multi-AZ DB clusters
|
|
3354
3354
|
#
|
|
3355
3355
|
#
|
|
3356
3356
|
#
|
|
3357
3357
|
# [1]: https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/USER_Monitoring.OS.html#USER_Monitoring.OS.Enabling
|
|
3358
3358
|
#
|
|
3359
3359
|
# @option params [String] :database_insights_mode
|
|
3360
|
-
#
|
|
3360
|
+
# The mode of Database Insights to enable for the DB cluster.
|
|
3361
|
+
#
|
|
3362
|
+
# If you set this value to `advanced`, you must also set the
|
|
3363
|
+
# `PerformanceInsightsEnabled` parameter to `true` and the
|
|
3364
|
+
# `PerformanceInsightsRetentionPeriod` parameter to 465.
|
|
3365
|
+
#
|
|
3366
|
+
# Valid for Cluster Type: Aurora DB clusters only
|
|
3361
3367
|
#
|
|
3362
3368
|
# @option params [Boolean] :enable_performance_insights
|
|
3363
3369
|
# Specifies whether to turn on Performance Insights for the DB cluster.
|
|
@@ -3365,7 +3371,7 @@ module Aws::RDS
|
|
|
3365
3371
|
# For more information, see [ Using Amazon Performance Insights][1] in
|
|
3366
3372
|
# the *Amazon RDS User Guide*.
|
|
3367
3373
|
#
|
|
3368
|
-
# Valid for Cluster Type: Multi-AZ DB clusters
|
|
3374
|
+
# Valid for Cluster Type: Aurora DB clusters and Multi-AZ DB clusters
|
|
3369
3375
|
#
|
|
3370
3376
|
#
|
|
3371
3377
|
#
|
|
@@ -3383,12 +3389,12 @@ module Aws::RDS
|
|
|
3383
3389
|
# your Amazon Web Services account. Your Amazon Web Services account has
|
|
3384
3390
|
# a different default KMS key for each Amazon Web Services Region.
|
|
3385
3391
|
#
|
|
3386
|
-
# Valid for Cluster Type: Multi-AZ DB clusters
|
|
3392
|
+
# Valid for Cluster Type: Aurora DB clusters and Multi-AZ DB clusters
|
|
3387
3393
|
#
|
|
3388
3394
|
# @option params [Integer] :performance_insights_retention_period
|
|
3389
3395
|
# The number of days to retain Performance Insights data.
|
|
3390
3396
|
#
|
|
3391
|
-
# Valid for Cluster Type: Multi-AZ DB clusters
|
|
3397
|
+
# Valid for Cluster Type: Aurora DB clusters and Multi-AZ DB clusters
|
|
3392
3398
|
#
|
|
3393
3399
|
# Valid Values:
|
|
3394
3400
|
#
|
|
@@ -5359,7 +5365,14 @@ module Aws::RDS
|
|
|
5359
5365
|
# [1]: https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/UsingWithRDS.IAMDBAuth.html
|
|
5360
5366
|
#
|
|
5361
5367
|
# @option params [String] :database_insights_mode
|
|
5362
|
-
#
|
|
5368
|
+
# The mode of Database Insights to enable for the DB instance.
|
|
5369
|
+
#
|
|
5370
|
+
# This setting only applies to Amazon Aurora DB instances.
|
|
5371
|
+
#
|
|
5372
|
+
# <note markdown="1"> Currently, this value is inherited from the DB cluster and can't be
|
|
5373
|
+
# changed.
|
|
5374
|
+
#
|
|
5375
|
+
# </note>
|
|
5363
5376
|
#
|
|
5364
5377
|
# @option params [Boolean] :enable_performance_insights
|
|
5365
5378
|
# Specifies whether to enable Performance Insights for the DB instance.
|
|
@@ -6427,7 +6440,11 @@ module Aws::RDS
|
|
|
6427
6440
|
# [1]: https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/UsingWithRDS.IAMDBAuth.html
|
|
6428
6441
|
#
|
|
6429
6442
|
# @option params [String] :database_insights_mode
|
|
6430
|
-
#
|
|
6443
|
+
# The mode of Database Insights to enable for the read replica.
|
|
6444
|
+
#
|
|
6445
|
+
# <note markdown="1"> Currently, this setting is not supported.
|
|
6446
|
+
#
|
|
6447
|
+
# </note>
|
|
6431
6448
|
#
|
|
6432
6449
|
# @option params [Boolean] :enable_performance_insights
|
|
6433
6450
|
# Specifies whether to enable Performance Insights for the read replica.
|
|
@@ -6686,6 +6703,8 @@ module Aws::RDS
|
|
|
6686
6703
|
# read replica. Follow the allocation rules specified in
|
|
6687
6704
|
# `CreateDBInstance`.
|
|
6688
6705
|
#
|
|
6706
|
+
# This setting isn't valid for RDS for SQL Server.
|
|
6707
|
+
#
|
|
6689
6708
|
# <note markdown="1"> Be sure to allocate enough storage for your read replica so that the
|
|
6690
6709
|
# create operation can succeed. You can also allocate additional storage
|
|
6691
6710
|
# for future growth.
|
|
@@ -11970,14 +11989,17 @@ module Aws::RDS
|
|
|
11970
11989
|
#
|
|
11971
11990
|
# Valid Values:
|
|
11972
11991
|
#
|
|
11973
|
-
# * `
|
|
11992
|
+
# * `engine-default`
|
|
11974
11993
|
#
|
|
11975
|
-
# * `
|
|
11994
|
+
# * `system`
|
|
11976
11995
|
#
|
|
11977
|
-
# * `
|
|
11996
|
+
# * `user`
|
|
11978
11997
|
#
|
|
11979
11998
|
# @option params [Array<Types::Filter>] :filters
|
|
11980
|
-
#
|
|
11999
|
+
# A filter that specifies one or more DB cluster parameters to describe.
|
|
12000
|
+
#
|
|
12001
|
+
# The only supported filter is `parameter-name`. The results list only
|
|
12002
|
+
# includes information about the DB cluster parameters with these names.
|
|
11981
12003
|
#
|
|
11982
12004
|
# @option params [Integer] :max_records
|
|
11983
12005
|
# The maximum number of records to include in the response. If more
|
|
@@ -13769,7 +13791,10 @@ module Aws::RDS
|
|
|
13769
13791
|
# Valid Values: `user | system | engine-default`
|
|
13770
13792
|
#
|
|
13771
13793
|
# @option params [Array<Types::Filter>] :filters
|
|
13772
|
-
#
|
|
13794
|
+
# A filter that specifies one or more DB parameters to describe.
|
|
13795
|
+
#
|
|
13796
|
+
# The only supported filter is `parameter-name`. The results list only
|
|
13797
|
+
# includes information about the DB parameters with these names.
|
|
13773
13798
|
#
|
|
13774
13799
|
# @option params [Integer] :max_records
|
|
13775
13800
|
# The maximum number of records to include in the response. If more
|
|
@@ -15373,7 +15398,10 @@ module Aws::RDS
|
|
|
15373
15398
|
# * `sqlserver-web-15.0`
|
|
15374
15399
|
#
|
|
15375
15400
|
# @option params [Array<Types::Filter>] :filters
|
|
15376
|
-
#
|
|
15401
|
+
# A filter that specifies one or more parameters to describe.
|
|
15402
|
+
#
|
|
15403
|
+
# The only supported filter is `parameter-name`. The results list only
|
|
15404
|
+
# includes information about the parameters with these names.
|
|
15377
15405
|
#
|
|
15378
15406
|
# @option params [Integer] :max_records
|
|
15379
15407
|
# The maximum number of records to include in the response. If more
|
|
@@ -19226,7 +19254,7 @@ module Aws::RDS
|
|
|
19226
19254
|
# the DB cluster during the maintenance window. By default, minor engine
|
|
19227
19255
|
# upgrades are applied automatically.
|
|
19228
19256
|
#
|
|
19229
|
-
# Valid for Cluster Type: Multi-AZ DB clusters
|
|
19257
|
+
# Valid for Cluster Type: Aurora DB clusters and Multi-AZ DB clusters
|
|
19230
19258
|
#
|
|
19231
19259
|
# @option params [Integer] :monitoring_interval
|
|
19232
19260
|
# The interval, in seconds, between points when Enhanced Monitoring
|
|
@@ -19259,7 +19287,16 @@ module Aws::RDS
|
|
|
19259
19287
|
# [1]: https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/USER_Monitoring.html#USER_Monitoring.OS.IAMRole
|
|
19260
19288
|
#
|
|
19261
19289
|
# @option params [String] :database_insights_mode
|
|
19262
|
-
# Specifies the mode of Database Insights to enable for the cluster.
|
|
19290
|
+
# Specifies the mode of Database Insights to enable for the DB cluster.
|
|
19291
|
+
#
|
|
19292
|
+
# If you change the value from `standard` to `advanced`, you must set
|
|
19293
|
+
# the `PerformanceInsightsEnabled` parameter to `true` and the
|
|
19294
|
+
# `PerformanceInsightsRetentionPeriod` parameter to 465.
|
|
19295
|
+
#
|
|
19296
|
+
# If you change the value from `advanced` to `standard`, you must set
|
|
19297
|
+
# the `PerformanceInsightsEnabled` parameter to `false`.
|
|
19298
|
+
#
|
|
19299
|
+
# Valid for Cluster Type: Aurora DB clusters only
|
|
19263
19300
|
#
|
|
19264
19301
|
# @option params [Boolean] :enable_performance_insights
|
|
19265
19302
|
# Specifies whether to turn on Performance Insights for the DB cluster.
|
|
@@ -19285,12 +19322,12 @@ module Aws::RDS
|
|
|
19285
19322
|
# your Amazon Web Services account. Your Amazon Web Services account has
|
|
19286
19323
|
# a different default KMS key for each Amazon Web Services Region.
|
|
19287
19324
|
#
|
|
19288
|
-
# Valid for Cluster Type: Multi-AZ DB clusters
|
|
19325
|
+
# Valid for Cluster Type: Aurora DB clusters and Multi-AZ DB clusters
|
|
19289
19326
|
#
|
|
19290
19327
|
# @option params [Integer] :performance_insights_retention_period
|
|
19291
19328
|
# The number of days to retain Performance Insights data.
|
|
19292
19329
|
#
|
|
19293
|
-
# Valid for Cluster Type: Multi-AZ DB clusters
|
|
19330
|
+
# Valid for Cluster Type: Aurora DB clusters and Multi-AZ DB clusters
|
|
19294
19331
|
#
|
|
19295
19332
|
# Valid Values:
|
|
19296
19333
|
#
|
|
@@ -20871,7 +20908,14 @@ module Aws::RDS
|
|
|
20871
20908
|
# [1]: https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/UsingWithRDS.IAMDBAuth.html
|
|
20872
20909
|
#
|
|
20873
20910
|
# @option params [String] :database_insights_mode
|
|
20874
|
-
# Specifies the mode of Database Insights to enable for the instance.
|
|
20911
|
+
# Specifies the mode of Database Insights to enable for the DB instance.
|
|
20912
|
+
#
|
|
20913
|
+
# This setting only applies to Amazon Aurora DB instances.
|
|
20914
|
+
#
|
|
20915
|
+
# <note markdown="1"> Currently, this value is inherited from the DB cluster and can't be
|
|
20916
|
+
# changed.
|
|
20917
|
+
#
|
|
20918
|
+
# </note>
|
|
20875
20919
|
#
|
|
20876
20920
|
# @option params [Boolean] :enable_performance_insights
|
|
20877
20921
|
# Specifies whether to enable Performance Insights for the DB instance.
|
|
@@ -20929,6 +20973,29 @@ module Aws::RDS
|
|
|
20929
20973
|
#
|
|
20930
20974
|
# This setting doesn't apply to RDS Custom DB instances.
|
|
20931
20975
|
#
|
|
20976
|
+
# The following values are valid for each DB engine:
|
|
20977
|
+
#
|
|
20978
|
+
# * Aurora MySQL - `audit | error | general | slowquery`
|
|
20979
|
+
#
|
|
20980
|
+
# * Aurora PostgreSQL - `postgresql`
|
|
20981
|
+
#
|
|
20982
|
+
# * RDS for MySQL - `error | general | slowquery`
|
|
20983
|
+
#
|
|
20984
|
+
# * RDS for PostgreSQL - `postgresql | upgrade`
|
|
20985
|
+
#
|
|
20986
|
+
# For more information about exporting CloudWatch Logs for Amazon RDS,
|
|
20987
|
+
# see [ Publishing Database Logs to Amazon CloudWatch Logs][1] in the
|
|
20988
|
+
# *Amazon RDS User Guide*.
|
|
20989
|
+
#
|
|
20990
|
+
# For more information about exporting CloudWatch Logs for Amazon
|
|
20991
|
+
# Aurora, see [Publishing Database Logs to Amazon CloudWatch Logs][2] in
|
|
20992
|
+
# the *Amazon Aurora User Guide*.
|
|
20993
|
+
#
|
|
20994
|
+
#
|
|
20995
|
+
#
|
|
20996
|
+
# [1]: https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/USER_LogAccess.html#USER_LogAccess.Procedural.UploadtoCloudWatch
|
|
20997
|
+
# [2]: https://docs.aws.amazon.com/AmazonRDS/latest/AuroraUserGuide/USER_LogAccess.html#USER_LogAccess.Procedural.UploadtoCloudWatch
|
|
20998
|
+
#
|
|
20932
20999
|
# @option params [Array<Types::ProcessorFeature>] :processor_features
|
|
20933
21000
|
# The number of CPU cores and the number of threads per core for the DB
|
|
20934
21001
|
# instance class of the DB instance.
|
|
@@ -27601,6 +27668,8 @@ module Aws::RDS
|
|
|
27601
27668
|
# The amount of storage (in gibibytes) to allocate initially for the DB
|
|
27602
27669
|
# instance. Follow the allocation rules specified in CreateDBInstance.
|
|
27603
27670
|
#
|
|
27671
|
+
# This setting isn't valid for RDS for SQL Server.
|
|
27672
|
+
#
|
|
27604
27673
|
# <note markdown="1"> Be sure to allocate enough storage for your new DB instance so that
|
|
27605
27674
|
# the restore operation can succeed. You can also allocate additional
|
|
27606
27675
|
# storage for future growth.
|
|
@@ -27968,6 +28037,8 @@ module Aws::RDS
|
|
|
27968
28037
|
# The amount of storage (in gibibytes) to allocate initially for the DB
|
|
27969
28038
|
# instance. Follow the allocation rules specified in `CreateDBInstance`.
|
|
27970
28039
|
#
|
|
28040
|
+
# This setting isn't valid for RDS for SQL Server.
|
|
28041
|
+
#
|
|
27971
28042
|
# <note markdown="1"> Be sure to allocate enough storage for your new DB instance so that
|
|
27972
28043
|
# the restore operation can succeed. You can also allocate additional
|
|
27973
28044
|
# storage for future growth.
|
|
@@ -28285,7 +28356,14 @@ module Aws::RDS
|
|
|
28285
28356
|
# [1]: https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/MySQL.Procedural.Importing.html#MySQL.Procedural.Importing.Enabling.IAM
|
|
28286
28357
|
#
|
|
28287
28358
|
# @option params [String] :database_insights_mode
|
|
28288
|
-
# Specifies the mode of Database Insights to enable for the instance.
|
|
28359
|
+
# Specifies the mode of Database Insights to enable for the DB instance.
|
|
28360
|
+
#
|
|
28361
|
+
# This setting only applies to Amazon Aurora DB instances.
|
|
28362
|
+
#
|
|
28363
|
+
# <note markdown="1"> Currently, this value is inherited from the DB cluster and can't be
|
|
28364
|
+
# changed.
|
|
28365
|
+
#
|
|
28366
|
+
# </note>
|
|
28289
28367
|
#
|
|
28290
28368
|
# @option params [Boolean] :enable_performance_insights
|
|
28291
28369
|
# Specifies whether to enable Performance Insights for the DB instance.
|
|
@@ -29299,6 +29377,8 @@ module Aws::RDS
|
|
|
29299
29377
|
# The amount of storage (in gibibytes) to allocate initially for the DB
|
|
29300
29378
|
# instance. Follow the allocation rules specified in `CreateDBInstance`.
|
|
29301
29379
|
#
|
|
29380
|
+
# This setting isn't valid for RDS for SQL Server.
|
|
29381
|
+
#
|
|
29302
29382
|
# <note markdown="1"> Be sure to allocate enough storage for your new DB instance so that
|
|
29303
29383
|
# the restore operation can succeed. You can also allocate additional
|
|
29304
29384
|
# storage for future growth.
|
|
@@ -31794,7 +31874,7 @@ module Aws::RDS
|
|
|
31794
31874
|
tracer: tracer
|
|
31795
31875
|
)
|
|
31796
31876
|
context[:gem_name] = 'aws-sdk-rds'
|
|
31797
|
-
context[:gem_version] = '1.
|
|
31877
|
+
context[:gem_version] = '1.264.0'
|
|
31798
31878
|
Seahorse::Client::Request.new(handlers, context)
|
|
31799
31879
|
end
|
|
31800
31880
|
|
|
@@ -541,7 +541,7 @@ module Aws::RDS
|
|
|
541
541
|
|
|
542
542
|
# Indicates whether minor version patches are applied automatically.
|
|
543
543
|
#
|
|
544
|
-
# This setting is
|
|
544
|
+
# This setting is for Aurora DB clusters and Multi-AZ DB clusters.
|
|
545
545
|
# @return [Boolean]
|
|
546
546
|
def auto_minor_version_upgrade
|
|
547
547
|
data[:auto_minor_version_upgrade]
|
|
@@ -550,7 +550,7 @@ module Aws::RDS
|
|
|
550
550
|
# The interval, in seconds, between points when Enhanced Monitoring
|
|
551
551
|
# metrics are collected for the DB cluster.
|
|
552
552
|
#
|
|
553
|
-
# This setting is only for
|
|
553
|
+
# This setting is only for -Aurora DB clusters and Multi-AZ DB clusters.
|
|
554
554
|
# @return [Integer]
|
|
555
555
|
def monitoring_interval
|
|
556
556
|
data[:monitoring_interval]
|
|
@@ -559,13 +559,13 @@ module Aws::RDS
|
|
|
559
559
|
# The ARN for the IAM role that permits RDS to send Enhanced Monitoring
|
|
560
560
|
# metrics to Amazon CloudWatch Logs.
|
|
561
561
|
#
|
|
562
|
-
# This setting is only for
|
|
562
|
+
# This setting is only for Aurora DB clusters and Multi-AZ DB clusters.
|
|
563
563
|
# @return [String]
|
|
564
564
|
def monitoring_role_arn
|
|
565
565
|
data[:monitoring_role_arn]
|
|
566
566
|
end
|
|
567
567
|
|
|
568
|
-
# The mode of Database Insights that is enabled for the cluster.
|
|
568
|
+
# The mode of Database Insights that is enabled for the DB cluster.
|
|
569
569
|
# @return [String]
|
|
570
570
|
def database_insights_mode
|
|
571
571
|
data[:database_insights_mode]
|
|
@@ -573,7 +573,7 @@ module Aws::RDS
|
|
|
573
573
|
|
|
574
574
|
# Indicates whether Performance Insights is enabled for the DB cluster.
|
|
575
575
|
#
|
|
576
|
-
# This setting is only for
|
|
576
|
+
# This setting is only for Aurora DB clusters and Multi-AZ DB clusters.
|
|
577
577
|
# @return [Boolean]
|
|
578
578
|
def performance_insights_enabled
|
|
579
579
|
data[:performance_insights_enabled]
|
|
@@ -585,7 +585,7 @@ module Aws::RDS
|
|
|
585
585
|
# The Amazon Web Services KMS key identifier is the key ARN, key ID,
|
|
586
586
|
# alias ARN, or alias name for the KMS key.
|
|
587
587
|
#
|
|
588
|
-
# This setting is only for
|
|
588
|
+
# This setting is only for Aurora DB clusters and Multi-AZ DB clusters.
|
|
589
589
|
# @return [String]
|
|
590
590
|
def performance_insights_kms_key_id
|
|
591
591
|
data[:performance_insights_kms_key_id]
|
|
@@ -593,7 +593,7 @@ module Aws::RDS
|
|
|
593
593
|
|
|
594
594
|
# The number of days to retain Performance Insights data.
|
|
595
595
|
#
|
|
596
|
-
# This setting is only for
|
|
596
|
+
# This setting is only for Aurora DB clusters and Multi-AZ DB clusters.
|
|
597
597
|
#
|
|
598
598
|
# Valid Values:
|
|
599
599
|
#
|
|
@@ -1574,7 +1574,7 @@ module Aws::RDS
|
|
|
1574
1574
|
# the DB cluster during the maintenance window. By default, minor engine
|
|
1575
1575
|
# upgrades are applied automatically.
|
|
1576
1576
|
#
|
|
1577
|
-
# Valid for Cluster Type: Multi-AZ DB
|
|
1577
|
+
# Valid for Cluster Type: Aurora DB clusters and Multi-AZ DB cluster
|
|
1578
1578
|
# @option options [Integer] :monitoring_interval
|
|
1579
1579
|
# The interval, in seconds, between points when Enhanced Monitoring
|
|
1580
1580
|
# metrics are collected for the DB cluster. To turn off collecting
|
|
@@ -1583,7 +1583,7 @@ module Aws::RDS
|
|
|
1583
1583
|
# If `MonitoringRoleArn` is specified, also set `MonitoringInterval` to
|
|
1584
1584
|
# a value other than `0`.
|
|
1585
1585
|
#
|
|
1586
|
-
# Valid for Cluster Type: Multi-AZ DB clusters
|
|
1586
|
+
# Valid for Cluster Type: Aurora DB clusters and Multi-AZ DB clusters
|
|
1587
1587
|
#
|
|
1588
1588
|
# Valid Values: `0 | 1 | 5 | 10 | 15 | 30 | 60`
|
|
1589
1589
|
#
|
|
@@ -1598,20 +1598,26 @@ module Aws::RDS
|
|
|
1598
1598
|
# If `MonitoringInterval` is set to a value other than `0`, supply a
|
|
1599
1599
|
# `MonitoringRoleArn` value.
|
|
1600
1600
|
#
|
|
1601
|
-
# Valid for Cluster Type: Multi-AZ DB clusters
|
|
1601
|
+
# Valid for Cluster Type: Aurora DB clusters and Multi-AZ DB clusters
|
|
1602
1602
|
#
|
|
1603
1603
|
#
|
|
1604
1604
|
#
|
|
1605
1605
|
# [1]: https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/USER_Monitoring.OS.html#USER_Monitoring.OS.Enabling
|
|
1606
1606
|
# @option options [String] :database_insights_mode
|
|
1607
|
-
#
|
|
1607
|
+
# The mode of Database Insights to enable for the DB cluster.
|
|
1608
|
+
#
|
|
1609
|
+
# If you set this value to `advanced`, you must also set the
|
|
1610
|
+
# `PerformanceInsightsEnabled` parameter to `true` and the
|
|
1611
|
+
# `PerformanceInsightsRetentionPeriod` parameter to 465.
|
|
1612
|
+
#
|
|
1613
|
+
# Valid for Cluster Type: Aurora DB clusters only
|
|
1608
1614
|
# @option options [Boolean] :enable_performance_insights
|
|
1609
1615
|
# Specifies whether to turn on Performance Insights for the DB cluster.
|
|
1610
1616
|
#
|
|
1611
1617
|
# For more information, see [ Using Amazon Performance Insights][1] in
|
|
1612
1618
|
# the *Amazon RDS User Guide*.
|
|
1613
1619
|
#
|
|
1614
|
-
# Valid for Cluster Type: Multi-AZ DB clusters
|
|
1620
|
+
# Valid for Cluster Type: Aurora DB clusters and Multi-AZ DB clusters
|
|
1615
1621
|
#
|
|
1616
1622
|
#
|
|
1617
1623
|
#
|
|
@@ -1628,11 +1634,11 @@ module Aws::RDS
|
|
|
1628
1634
|
# your Amazon Web Services account. Your Amazon Web Services account has
|
|
1629
1635
|
# a different default KMS key for each Amazon Web Services Region.
|
|
1630
1636
|
#
|
|
1631
|
-
# Valid for Cluster Type: Multi-AZ DB clusters
|
|
1637
|
+
# Valid for Cluster Type: Aurora DB clusters and Multi-AZ DB clusters
|
|
1632
1638
|
# @option options [Integer] :performance_insights_retention_period
|
|
1633
1639
|
# The number of days to retain Performance Insights data.
|
|
1634
1640
|
#
|
|
1635
|
-
# Valid for Cluster Type: Multi-AZ DB clusters
|
|
1641
|
+
# Valid for Cluster Type: Aurora DB clusters and Multi-AZ DB clusters
|
|
1636
1642
|
#
|
|
1637
1643
|
# Valid Values:
|
|
1638
1644
|
#
|
|
@@ -2400,7 +2406,7 @@ module Aws::RDS
|
|
|
2400
2406
|
# the DB cluster during the maintenance window. By default, minor engine
|
|
2401
2407
|
# upgrades are applied automatically.
|
|
2402
2408
|
#
|
|
2403
|
-
# Valid for Cluster Type: Multi-AZ DB clusters
|
|
2409
|
+
# Valid for Cluster Type: Aurora DB clusters and Multi-AZ DB clusters
|
|
2404
2410
|
# @option options [Integer] :monitoring_interval
|
|
2405
2411
|
# The interval, in seconds, between points when Enhanced Monitoring
|
|
2406
2412
|
# metrics are collected for the DB cluster. To turn off collecting
|
|
@@ -2430,7 +2436,16 @@ module Aws::RDS
|
|
|
2430
2436
|
#
|
|
2431
2437
|
# [1]: https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/USER_Monitoring.html#USER_Monitoring.OS.IAMRole
|
|
2432
2438
|
# @option options [String] :database_insights_mode
|
|
2433
|
-
# Specifies the mode of Database Insights to enable for the cluster.
|
|
2439
|
+
# Specifies the mode of Database Insights to enable for the DB cluster.
|
|
2440
|
+
#
|
|
2441
|
+
# If you change the value from `standard` to `advanced`, you must set
|
|
2442
|
+
# the `PerformanceInsightsEnabled` parameter to `true` and the
|
|
2443
|
+
# `PerformanceInsightsRetentionPeriod` parameter to 465.
|
|
2444
|
+
#
|
|
2445
|
+
# If you change the value from `advanced` to `standard`, you must set
|
|
2446
|
+
# the `PerformanceInsightsEnabled` parameter to `false`.
|
|
2447
|
+
#
|
|
2448
|
+
# Valid for Cluster Type: Aurora DB clusters only
|
|
2434
2449
|
# @option options [Boolean] :enable_performance_insights
|
|
2435
2450
|
# Specifies whether to turn on Performance Insights for the DB cluster.
|
|
2436
2451
|
#
|
|
@@ -2454,11 +2469,11 @@ module Aws::RDS
|
|
|
2454
2469
|
# your Amazon Web Services account. Your Amazon Web Services account has
|
|
2455
2470
|
# a different default KMS key for each Amazon Web Services Region.
|
|
2456
2471
|
#
|
|
2457
|
-
# Valid for Cluster Type: Multi-AZ DB clusters
|
|
2472
|
+
# Valid for Cluster Type: Aurora DB clusters and Multi-AZ DB clusters
|
|
2458
2473
|
# @option options [Integer] :performance_insights_retention_period
|
|
2459
2474
|
# The number of days to retain Performance Insights data.
|
|
2460
2475
|
#
|
|
2461
|
-
# Valid for Cluster Type: Multi-AZ DB clusters
|
|
2476
|
+
# Valid for Cluster Type: Aurora DB clusters and Multi-AZ DB clusters
|
|
2462
2477
|
#
|
|
2463
2478
|
# Valid Values:
|
|
2464
2479
|
#
|
|
@@ -1943,7 +1943,14 @@ module Aws::RDS
|
|
|
1943
1943
|
#
|
|
1944
1944
|
# [1]: https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/UsingWithRDS.IAMDBAuth.html
|
|
1945
1945
|
# @option options [String] :database_insights_mode
|
|
1946
|
-
#
|
|
1946
|
+
# The mode of Database Insights to enable for the DB instance.
|
|
1947
|
+
#
|
|
1948
|
+
# This setting only applies to Amazon Aurora DB instances.
|
|
1949
|
+
#
|
|
1950
|
+
# <note markdown="1"> Currently, this value is inherited from the DB cluster and can't be
|
|
1951
|
+
# changed.
|
|
1952
|
+
#
|
|
1953
|
+
# </note>
|
|
1947
1954
|
# @option options [Boolean] :enable_performance_insights
|
|
1948
1955
|
# Specifies whether to enable Performance Insights for the DB instance.
|
|
1949
1956
|
# For more information, see [Using Amazon Performance Insights][1] in
|
|
@@ -2616,7 +2623,11 @@ module Aws::RDS
|
|
|
2616
2623
|
#
|
|
2617
2624
|
# [1]: https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/UsingWithRDS.IAMDBAuth.html
|
|
2618
2625
|
# @option options [String] :database_insights_mode
|
|
2619
|
-
#
|
|
2626
|
+
# The mode of Database Insights to enable for the read replica.
|
|
2627
|
+
#
|
|
2628
|
+
# <note markdown="1"> Currently, this setting is not supported.
|
|
2629
|
+
#
|
|
2630
|
+
# </note>
|
|
2620
2631
|
# @option options [Boolean] :enable_performance_insights
|
|
2621
2632
|
# Specifies whether to enable Performance Insights for the read replica.
|
|
2622
2633
|
#
|
|
@@ -2855,6 +2866,8 @@ module Aws::RDS
|
|
|
2855
2866
|
# read replica. Follow the allocation rules specified in
|
|
2856
2867
|
# `CreateDBInstance`.
|
|
2857
2868
|
#
|
|
2869
|
+
# This setting isn't valid for RDS for SQL Server.
|
|
2870
|
+
#
|
|
2858
2871
|
# <note markdown="1"> Be sure to allocate enough storage for your read replica so that the
|
|
2859
2872
|
# create operation can succeed. You can also allocate additional storage
|
|
2860
2873
|
# for future growth.
|
|
@@ -3786,7 +3799,14 @@ module Aws::RDS
|
|
|
3786
3799
|
#
|
|
3787
3800
|
# [1]: https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/UsingWithRDS.IAMDBAuth.html
|
|
3788
3801
|
# @option options [String] :database_insights_mode
|
|
3789
|
-
# Specifies the mode of Database Insights to enable for the instance.
|
|
3802
|
+
# Specifies the mode of Database Insights to enable for the DB instance.
|
|
3803
|
+
#
|
|
3804
|
+
# This setting only applies to Amazon Aurora DB instances.
|
|
3805
|
+
#
|
|
3806
|
+
# <note markdown="1"> Currently, this value is inherited from the DB cluster and can't be
|
|
3807
|
+
# changed.
|
|
3808
|
+
#
|
|
3809
|
+
# </note>
|
|
3790
3810
|
# @option options [Boolean] :enable_performance_insights
|
|
3791
3811
|
# Specifies whether to enable Performance Insights for the DB instance.
|
|
3792
3812
|
#
|
|
@@ -3839,6 +3859,29 @@ module Aws::RDS
|
|
|
3839
3859
|
# `ApplyImmediately` parameter has no effect.
|
|
3840
3860
|
#
|
|
3841
3861
|
# This setting doesn't apply to RDS Custom DB instances.
|
|
3862
|
+
#
|
|
3863
|
+
# The following values are valid for each DB engine:
|
|
3864
|
+
#
|
|
3865
|
+
# * Aurora MySQL - `audit | error | general | slowquery`
|
|
3866
|
+
#
|
|
3867
|
+
# * Aurora PostgreSQL - `postgresql`
|
|
3868
|
+
#
|
|
3869
|
+
# * RDS for MySQL - `error | general | slowquery`
|
|
3870
|
+
#
|
|
3871
|
+
# * RDS for PostgreSQL - `postgresql | upgrade`
|
|
3872
|
+
#
|
|
3873
|
+
# For more information about exporting CloudWatch Logs for Amazon RDS,
|
|
3874
|
+
# see [ Publishing Database Logs to Amazon CloudWatch Logs][1] in the
|
|
3875
|
+
# *Amazon RDS User Guide*.
|
|
3876
|
+
#
|
|
3877
|
+
# For more information about exporting CloudWatch Logs for Amazon
|
|
3878
|
+
# Aurora, see [Publishing Database Logs to Amazon CloudWatch Logs][2] in
|
|
3879
|
+
# the *Amazon Aurora User Guide*.
|
|
3880
|
+
#
|
|
3881
|
+
#
|
|
3882
|
+
#
|
|
3883
|
+
# [1]: https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/USER_LogAccess.html#USER_LogAccess.Procedural.UploadtoCloudWatch
|
|
3884
|
+
# [2]: https://docs.aws.amazon.com/AmazonRDS/latest/AuroraUserGuide/USER_LogAccess.html#USER_LogAccess.Procedural.UploadtoCloudWatch
|
|
3842
3885
|
# @option options [Array<Types::ProcessorFeature>] :processor_features
|
|
3843
3886
|
# The number of CPU cores and the number of threads per core for the DB
|
|
3844
3887
|
# instance class of the DB instance.
|
|
@@ -4764,6 +4807,8 @@ module Aws::RDS
|
|
|
4764
4807
|
# The amount of storage (in gibibytes) to allocate initially for the DB
|
|
4765
4808
|
# instance. Follow the allocation rules specified in `CreateDBInstance`.
|
|
4766
4809
|
#
|
|
4810
|
+
# This setting isn't valid for RDS for SQL Server.
|
|
4811
|
+
#
|
|
4767
4812
|
# <note markdown="1"> Be sure to allocate enough storage for your new DB instance so that
|
|
4768
4813
|
# the restore operation can succeed. You can also allocate additional
|
|
4769
4814
|
# storage for future growth.
|
|
@@ -602,7 +602,10 @@ module Aws::RDS
|
|
|
602
602
|
#
|
|
603
603
|
# Valid Values: `user | system | engine-default`
|
|
604
604
|
# @option options [Array<Types::Filter>] :filters
|
|
605
|
-
#
|
|
605
|
+
# A filter that specifies one or more DB parameters to describe.
|
|
606
|
+
#
|
|
607
|
+
# The only supported filter is `parameter-name`. The results list only
|
|
608
|
+
# includes information about the DB parameters with these names.
|
|
606
609
|
# @return [Parameter::Collection]
|
|
607
610
|
def parameters(options = {})
|
|
608
611
|
batches = Enumerator.new do |y|
|
|
@@ -224,7 +224,10 @@ module Aws::RDS
|
|
|
224
224
|
# })
|
|
225
225
|
# @param [Hash] options ({})
|
|
226
226
|
# @option options [Array<Types::Filter>] :filters
|
|
227
|
-
#
|
|
227
|
+
# A filter that specifies one or more parameters to describe.
|
|
228
|
+
#
|
|
229
|
+
# The only supported filter is `parameter-name`. The results list only
|
|
230
|
+
# includes information about the parameters with these names.
|
|
228
231
|
# @return [Parameter::Collection]
|
|
229
232
|
def engine_default_parameters(options = {})
|
|
230
233
|
batches = Enumerator.new do |y|
|
|
@@ -1190,6 +1190,8 @@ module Aws::RDS
|
|
|
1190
1190
|
# The amount of storage (in gibibytes) to allocate initially for the DB
|
|
1191
1191
|
# instance. Follow the allocation rules specified in CreateDBInstance.
|
|
1192
1192
|
#
|
|
1193
|
+
# This setting isn't valid for RDS for SQL Server.
|
|
1194
|
+
#
|
|
1193
1195
|
# <note markdown="1"> Be sure to allocate enough storage for your new DB instance so that
|
|
1194
1196
|
# the restore operation can succeed. You can also allocate additional
|
|
1195
1197
|
# storage for future growth.
|
data/lib/aws-sdk-rds/resource.rb
CHANGED
|
@@ -748,7 +748,7 @@ module Aws::RDS
|
|
|
748
748
|
# the DB cluster during the maintenance window. By default, minor engine
|
|
749
749
|
# upgrades are applied automatically.
|
|
750
750
|
#
|
|
751
|
-
# Valid for Cluster Type: Multi-AZ DB
|
|
751
|
+
# Valid for Cluster Type: Aurora DB clusters and Multi-AZ DB cluster
|
|
752
752
|
# @option options [Integer] :monitoring_interval
|
|
753
753
|
# The interval, in seconds, between points when Enhanced Monitoring
|
|
754
754
|
# metrics are collected for the DB cluster. To turn off collecting
|
|
@@ -757,7 +757,7 @@ module Aws::RDS
|
|
|
757
757
|
# If `MonitoringRoleArn` is specified, also set `MonitoringInterval` to
|
|
758
758
|
# a value other than `0`.
|
|
759
759
|
#
|
|
760
|
-
# Valid for Cluster Type: Multi-AZ DB clusters
|
|
760
|
+
# Valid for Cluster Type: Aurora DB clusters and Multi-AZ DB clusters
|
|
761
761
|
#
|
|
762
762
|
# Valid Values: `0 | 1 | 5 | 10 | 15 | 30 | 60`
|
|
763
763
|
#
|
|
@@ -772,20 +772,26 @@ module Aws::RDS
|
|
|
772
772
|
# If `MonitoringInterval` is set to a value other than `0`, supply a
|
|
773
773
|
# `MonitoringRoleArn` value.
|
|
774
774
|
#
|
|
775
|
-
# Valid for Cluster Type: Multi-AZ DB clusters
|
|
775
|
+
# Valid for Cluster Type: Aurora DB clusters and Multi-AZ DB clusters
|
|
776
776
|
#
|
|
777
777
|
#
|
|
778
778
|
#
|
|
779
779
|
# [1]: https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/USER_Monitoring.OS.html#USER_Monitoring.OS.Enabling
|
|
780
780
|
# @option options [String] :database_insights_mode
|
|
781
|
-
#
|
|
781
|
+
# The mode of Database Insights to enable for the DB cluster.
|
|
782
|
+
#
|
|
783
|
+
# If you set this value to `advanced`, you must also set the
|
|
784
|
+
# `PerformanceInsightsEnabled` parameter to `true` and the
|
|
785
|
+
# `PerformanceInsightsRetentionPeriod` parameter to 465.
|
|
786
|
+
#
|
|
787
|
+
# Valid for Cluster Type: Aurora DB clusters only
|
|
782
788
|
# @option options [Boolean] :enable_performance_insights
|
|
783
789
|
# Specifies whether to turn on Performance Insights for the DB cluster.
|
|
784
790
|
#
|
|
785
791
|
# For more information, see [ Using Amazon Performance Insights][1] in
|
|
786
792
|
# the *Amazon RDS User Guide*.
|
|
787
793
|
#
|
|
788
|
-
# Valid for Cluster Type: Multi-AZ DB clusters
|
|
794
|
+
# Valid for Cluster Type: Aurora DB clusters and Multi-AZ DB clusters
|
|
789
795
|
#
|
|
790
796
|
#
|
|
791
797
|
#
|
|
@@ -802,11 +808,11 @@ module Aws::RDS
|
|
|
802
808
|
# your Amazon Web Services account. Your Amazon Web Services account has
|
|
803
809
|
# a different default KMS key for each Amazon Web Services Region.
|
|
804
810
|
#
|
|
805
|
-
# Valid for Cluster Type: Multi-AZ DB clusters
|
|
811
|
+
# Valid for Cluster Type: Aurora DB clusters and Multi-AZ DB clusters
|
|
806
812
|
# @option options [Integer] :performance_insights_retention_period
|
|
807
813
|
# The number of days to retain Performance Insights data.
|
|
808
814
|
#
|
|
809
|
-
# Valid for Cluster Type: Multi-AZ DB clusters
|
|
815
|
+
# Valid for Cluster Type: Aurora DB clusters and Multi-AZ DB clusters
|
|
810
816
|
#
|
|
811
817
|
# Valid Values:
|
|
812
818
|
#
|
|
@@ -2091,7 +2097,14 @@ module Aws::RDS
|
|
|
2091
2097
|
#
|
|
2092
2098
|
# [1]: https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/UsingWithRDS.IAMDBAuth.html
|
|
2093
2099
|
# @option options [String] :database_insights_mode
|
|
2094
|
-
#
|
|
2100
|
+
# The mode of Database Insights to enable for the DB instance.
|
|
2101
|
+
#
|
|
2102
|
+
# This setting only applies to Amazon Aurora DB instances.
|
|
2103
|
+
#
|
|
2104
|
+
# <note markdown="1"> Currently, this value is inherited from the DB cluster and can't be
|
|
2105
|
+
# changed.
|
|
2106
|
+
#
|
|
2107
|
+
# </note>
|
|
2095
2108
|
# @option options [Boolean] :enable_performance_insights
|
|
2096
2109
|
# Specifies whether to enable Performance Insights for the DB instance.
|
|
2097
2110
|
# For more information, see [Using Amazon Performance Insights][1] in
|
data/lib/aws-sdk-rds/types.rb
CHANGED
|
@@ -894,10 +894,30 @@ module Aws::RDS
|
|
|
894
894
|
#
|
|
895
895
|
# @!attribute [rw] enable_log_types
|
|
896
896
|
# The list of log types to enable.
|
|
897
|
+
#
|
|
898
|
+
# The following values are valid for each DB engine:
|
|
899
|
+
#
|
|
900
|
+
# * Aurora MySQL - `audit | error | general | slowquery`
|
|
901
|
+
#
|
|
902
|
+
# * Aurora PostgreSQL - `postgresql`
|
|
903
|
+
#
|
|
904
|
+
# * RDS for MySQL - `error | general | slowquery`
|
|
905
|
+
#
|
|
906
|
+
# * RDS for PostgreSQL - `postgresql | upgrade`
|
|
897
907
|
# @return [Array<String>]
|
|
898
908
|
#
|
|
899
909
|
# @!attribute [rw] disable_log_types
|
|
900
910
|
# The list of log types to disable.
|
|
911
|
+
#
|
|
912
|
+
# The following values are valid for each DB engine:
|
|
913
|
+
#
|
|
914
|
+
# * Aurora MySQL - `audit | error | general | slowquery`
|
|
915
|
+
#
|
|
916
|
+
# * Aurora PostgreSQL - `postgresql`
|
|
917
|
+
#
|
|
918
|
+
# * RDS for MySQL - `error | general | slowquery`
|
|
919
|
+
#
|
|
920
|
+
# * RDS for PostgreSQL - `postgresql | upgrade`
|
|
901
921
|
# @return [Array<String>]
|
|
902
922
|
#
|
|
903
923
|
# @see http://docs.aws.amazon.com/goto/WebAPI/rds-2014-10-31/CloudwatchLogsExportConfiguration AWS API Documentation
|
|
@@ -2851,7 +2871,7 @@ module Aws::RDS
|
|
|
2851
2871
|
# the DB cluster during the maintenance window. By default, minor
|
|
2852
2872
|
# engine upgrades are applied automatically.
|
|
2853
2873
|
#
|
|
2854
|
-
# Valid for Cluster Type: Multi-AZ DB
|
|
2874
|
+
# Valid for Cluster Type: Aurora DB clusters and Multi-AZ DB cluster
|
|
2855
2875
|
# @return [Boolean]
|
|
2856
2876
|
#
|
|
2857
2877
|
# @!attribute [rw] monitoring_interval
|
|
@@ -2862,7 +2882,7 @@ module Aws::RDS
|
|
|
2862
2882
|
# If `MonitoringRoleArn` is specified, also set `MonitoringInterval`
|
|
2863
2883
|
# to a value other than `0`.
|
|
2864
2884
|
#
|
|
2865
|
-
# Valid for Cluster Type: Multi-AZ DB clusters
|
|
2885
|
+
# Valid for Cluster Type: Aurora DB clusters and Multi-AZ DB clusters
|
|
2866
2886
|
#
|
|
2867
2887
|
# Valid Values: `0 | 1 | 5 | 10 | 15 | 30 | 60`
|
|
2868
2888
|
#
|
|
@@ -2879,7 +2899,7 @@ module Aws::RDS
|
|
|
2879
2899
|
# If `MonitoringInterval` is set to a value other than `0`, supply a
|
|
2880
2900
|
# `MonitoringRoleArn` value.
|
|
2881
2901
|
#
|
|
2882
|
-
# Valid for Cluster Type: Multi-AZ DB clusters
|
|
2902
|
+
# Valid for Cluster Type: Aurora DB clusters and Multi-AZ DB clusters
|
|
2883
2903
|
#
|
|
2884
2904
|
#
|
|
2885
2905
|
#
|
|
@@ -2887,7 +2907,13 @@ module Aws::RDS
|
|
|
2887
2907
|
# @return [String]
|
|
2888
2908
|
#
|
|
2889
2909
|
# @!attribute [rw] database_insights_mode
|
|
2890
|
-
#
|
|
2910
|
+
# The mode of Database Insights to enable for the DB cluster.
|
|
2911
|
+
#
|
|
2912
|
+
# If you set this value to `advanced`, you must also set the
|
|
2913
|
+
# `PerformanceInsightsEnabled` parameter to `true` and the
|
|
2914
|
+
# `PerformanceInsightsRetentionPeriod` parameter to 465.
|
|
2915
|
+
#
|
|
2916
|
+
# Valid for Cluster Type: Aurora DB clusters only
|
|
2891
2917
|
# @return [String]
|
|
2892
2918
|
#
|
|
2893
2919
|
# @!attribute [rw] enable_performance_insights
|
|
@@ -2897,7 +2923,7 @@ module Aws::RDS
|
|
|
2897
2923
|
# For more information, see [ Using Amazon Performance Insights][1] in
|
|
2898
2924
|
# the *Amazon RDS User Guide*.
|
|
2899
2925
|
#
|
|
2900
|
-
# Valid for Cluster Type: Multi-AZ DB clusters
|
|
2926
|
+
# Valid for Cluster Type: Aurora DB clusters and Multi-AZ DB clusters
|
|
2901
2927
|
#
|
|
2902
2928
|
#
|
|
2903
2929
|
#
|
|
@@ -2917,13 +2943,13 @@ module Aws::RDS
|
|
|
2917
2943
|
# account has a different default KMS key for each Amazon Web Services
|
|
2918
2944
|
# Region.
|
|
2919
2945
|
#
|
|
2920
|
-
# Valid for Cluster Type: Multi-AZ DB clusters
|
|
2946
|
+
# Valid for Cluster Type: Aurora DB clusters and Multi-AZ DB clusters
|
|
2921
2947
|
# @return [String]
|
|
2922
2948
|
#
|
|
2923
2949
|
# @!attribute [rw] performance_insights_retention_period
|
|
2924
2950
|
# The number of days to retain Performance Insights data.
|
|
2925
2951
|
#
|
|
2926
|
-
# Valid for Cluster Type: Multi-AZ DB clusters
|
|
2952
|
+
# Valid for Cluster Type: Aurora DB clusters and Multi-AZ DB clusters
|
|
2927
2953
|
#
|
|
2928
2954
|
# Valid Values:
|
|
2929
2955
|
#
|
|
@@ -4409,7 +4435,14 @@ module Aws::RDS
|
|
|
4409
4435
|
# @return [Boolean]
|
|
4410
4436
|
#
|
|
4411
4437
|
# @!attribute [rw] database_insights_mode
|
|
4412
|
-
#
|
|
4438
|
+
# The mode of Database Insights to enable for the DB instance.
|
|
4439
|
+
#
|
|
4440
|
+
# This setting only applies to Amazon Aurora DB instances.
|
|
4441
|
+
#
|
|
4442
|
+
# <note markdown="1"> Currently, this value is inherited from the DB cluster and can't be
|
|
4443
|
+
# changed.
|
|
4444
|
+
#
|
|
4445
|
+
# </note>
|
|
4413
4446
|
# @return [String]
|
|
4414
4447
|
#
|
|
4415
4448
|
# @!attribute [rw] enable_performance_insights
|
|
@@ -5208,7 +5241,11 @@ module Aws::RDS
|
|
|
5208
5241
|
# @return [Boolean]
|
|
5209
5242
|
#
|
|
5210
5243
|
# @!attribute [rw] database_insights_mode
|
|
5211
|
-
#
|
|
5244
|
+
# The mode of Database Insights to enable for the read replica.
|
|
5245
|
+
#
|
|
5246
|
+
# <note markdown="1"> Currently, this setting is not supported.
|
|
5247
|
+
#
|
|
5248
|
+
# </note>
|
|
5212
5249
|
# @return [String]
|
|
5213
5250
|
#
|
|
5214
5251
|
# @!attribute [rw] enable_performance_insights
|
|
@@ -5492,6 +5529,8 @@ module Aws::RDS
|
|
|
5492
5529
|
# read replica. Follow the allocation rules specified in
|
|
5493
5530
|
# `CreateDBInstance`.
|
|
5494
5531
|
#
|
|
5532
|
+
# This setting isn't valid for RDS for SQL Server.
|
|
5533
|
+
#
|
|
5495
5534
|
# <note markdown="1"> Be sure to allocate enough storage for your read replica so that the
|
|
5496
5535
|
# create operation can succeed. You can also allocate additional
|
|
5497
5536
|
# storage for future growth.
|
|
@@ -7161,32 +7200,35 @@ module Aws::RDS
|
|
|
7161
7200
|
# @!attribute [rw] auto_minor_version_upgrade
|
|
7162
7201
|
# Indicates whether minor version patches are applied automatically.
|
|
7163
7202
|
#
|
|
7164
|
-
# This setting is
|
|
7203
|
+
# This setting is for Aurora DB clusters and Multi-AZ DB clusters.
|
|
7165
7204
|
# @return [Boolean]
|
|
7166
7205
|
#
|
|
7167
7206
|
# @!attribute [rw] monitoring_interval
|
|
7168
7207
|
# The interval, in seconds, between points when Enhanced Monitoring
|
|
7169
7208
|
# metrics are collected for the DB cluster.
|
|
7170
7209
|
#
|
|
7171
|
-
# This setting is only for
|
|
7210
|
+
# This setting is only for -Aurora DB clusters and Multi-AZ DB
|
|
7211
|
+
# clusters.
|
|
7172
7212
|
# @return [Integer]
|
|
7173
7213
|
#
|
|
7174
7214
|
# @!attribute [rw] monitoring_role_arn
|
|
7175
7215
|
# The ARN for the IAM role that permits RDS to send Enhanced
|
|
7176
7216
|
# Monitoring metrics to Amazon CloudWatch Logs.
|
|
7177
7217
|
#
|
|
7178
|
-
# This setting is only for
|
|
7218
|
+
# This setting is only for Aurora DB clusters and Multi-AZ DB
|
|
7219
|
+
# clusters.
|
|
7179
7220
|
# @return [String]
|
|
7180
7221
|
#
|
|
7181
7222
|
# @!attribute [rw] database_insights_mode
|
|
7182
|
-
# The mode of Database Insights that is enabled for the cluster.
|
|
7223
|
+
# The mode of Database Insights that is enabled for the DB cluster.
|
|
7183
7224
|
# @return [String]
|
|
7184
7225
|
#
|
|
7185
7226
|
# @!attribute [rw] performance_insights_enabled
|
|
7186
7227
|
# Indicates whether Performance Insights is enabled for the DB
|
|
7187
7228
|
# cluster.
|
|
7188
7229
|
#
|
|
7189
|
-
# This setting is only for
|
|
7230
|
+
# This setting is only for Aurora DB clusters and Multi-AZ DB
|
|
7231
|
+
# clusters.
|
|
7190
7232
|
# @return [Boolean]
|
|
7191
7233
|
#
|
|
7192
7234
|
# @!attribute [rw] performance_insights_kms_key_id
|
|
@@ -7196,13 +7238,15 @@ module Aws::RDS
|
|
|
7196
7238
|
# The Amazon Web Services KMS key identifier is the key ARN, key ID,
|
|
7197
7239
|
# alias ARN, or alias name for the KMS key.
|
|
7198
7240
|
#
|
|
7199
|
-
# This setting is only for
|
|
7241
|
+
# This setting is only for Aurora DB clusters and Multi-AZ DB
|
|
7242
|
+
# clusters.
|
|
7200
7243
|
# @return [String]
|
|
7201
7244
|
#
|
|
7202
7245
|
# @!attribute [rw] performance_insights_retention_period
|
|
7203
7246
|
# The number of days to retain Performance Insights data.
|
|
7204
7247
|
#
|
|
7205
|
-
# This setting is only for
|
|
7248
|
+
# This setting is only for Aurora DB clusters and Multi-AZ DB
|
|
7249
|
+
# clusters.
|
|
7206
7250
|
#
|
|
7207
7251
|
# Valid Values:
|
|
7208
7252
|
#
|
|
@@ -12510,15 +12554,20 @@ module Aws::RDS
|
|
|
12510
12554
|
#
|
|
12511
12555
|
# Valid Values:
|
|
12512
12556
|
#
|
|
12513
|
-
# * `
|
|
12557
|
+
# * `engine-default`
|
|
12514
12558
|
#
|
|
12515
|
-
# * `
|
|
12559
|
+
# * `system`
|
|
12516
12560
|
#
|
|
12517
|
-
# * `
|
|
12561
|
+
# * `user`
|
|
12518
12562
|
# @return [String]
|
|
12519
12563
|
#
|
|
12520
12564
|
# @!attribute [rw] filters
|
|
12521
|
-
#
|
|
12565
|
+
# A filter that specifies one or more DB cluster parameters to
|
|
12566
|
+
# describe.
|
|
12567
|
+
#
|
|
12568
|
+
# The only supported filter is `parameter-name`. The results list only
|
|
12569
|
+
# includes information about the DB cluster parameters with these
|
|
12570
|
+
# names.
|
|
12522
12571
|
# @return [Array<Types::Filter>]
|
|
12523
12572
|
#
|
|
12524
12573
|
# @!attribute [rw] max_records
|
|
@@ -13263,7 +13312,10 @@ module Aws::RDS
|
|
|
13263
13312
|
# @return [String]
|
|
13264
13313
|
#
|
|
13265
13314
|
# @!attribute [rw] filters
|
|
13266
|
-
#
|
|
13315
|
+
# A filter that specifies one or more DB parameters to describe.
|
|
13316
|
+
#
|
|
13317
|
+
# The only supported filter is `parameter-name`. The results list only
|
|
13318
|
+
# includes information about the DB parameters with these names.
|
|
13267
13319
|
# @return [Array<Types::Filter>]
|
|
13268
13320
|
#
|
|
13269
13321
|
# @!attribute [rw] max_records
|
|
@@ -14233,7 +14285,10 @@ module Aws::RDS
|
|
|
14233
14285
|
# @return [String]
|
|
14234
14286
|
#
|
|
14235
14287
|
# @!attribute [rw] filters
|
|
14236
|
-
#
|
|
14288
|
+
# A filter that specifies one or more parameters to describe.
|
|
14289
|
+
#
|
|
14290
|
+
# The only supported filter is `parameter-name`. The results list only
|
|
14291
|
+
# includes information about the parameters with these names.
|
|
14237
14292
|
# @return [Array<Types::Filter>]
|
|
14238
14293
|
#
|
|
14239
14294
|
# @!attribute [rw] max_records
|
|
@@ -17730,7 +17785,7 @@ module Aws::RDS
|
|
|
17730
17785
|
# the DB cluster during the maintenance window. By default, minor
|
|
17731
17786
|
# engine upgrades are applied automatically.
|
|
17732
17787
|
#
|
|
17733
|
-
# Valid for Cluster Type: Multi-AZ DB clusters
|
|
17788
|
+
# Valid for Cluster Type: Aurora DB clusters and Multi-AZ DB clusters
|
|
17734
17789
|
# @return [Boolean]
|
|
17735
17790
|
#
|
|
17736
17791
|
# @!attribute [rw] monitoring_interval
|
|
@@ -17766,7 +17821,17 @@ module Aws::RDS
|
|
|
17766
17821
|
# @return [String]
|
|
17767
17822
|
#
|
|
17768
17823
|
# @!attribute [rw] database_insights_mode
|
|
17769
|
-
# Specifies the mode of Database Insights to enable for the
|
|
17824
|
+
# Specifies the mode of Database Insights to enable for the DB
|
|
17825
|
+
# cluster.
|
|
17826
|
+
#
|
|
17827
|
+
# If you change the value from `standard` to `advanced`, you must set
|
|
17828
|
+
# the `PerformanceInsightsEnabled` parameter to `true` and the
|
|
17829
|
+
# `PerformanceInsightsRetentionPeriod` parameter to 465.
|
|
17830
|
+
#
|
|
17831
|
+
# If you change the value from `advanced` to `standard`, you must set
|
|
17832
|
+
# the `PerformanceInsightsEnabled` parameter to `false`.
|
|
17833
|
+
#
|
|
17834
|
+
# Valid for Cluster Type: Aurora DB clusters only
|
|
17770
17835
|
# @return [String]
|
|
17771
17836
|
#
|
|
17772
17837
|
# @!attribute [rw] enable_performance_insights
|
|
@@ -17796,13 +17861,13 @@ module Aws::RDS
|
|
|
17796
17861
|
# account has a different default KMS key for each Amazon Web Services
|
|
17797
17862
|
# Region.
|
|
17798
17863
|
#
|
|
17799
|
-
# Valid for Cluster Type: Multi-AZ DB clusters
|
|
17864
|
+
# Valid for Cluster Type: Aurora DB clusters and Multi-AZ DB clusters
|
|
17800
17865
|
# @return [String]
|
|
17801
17866
|
#
|
|
17802
17867
|
# @!attribute [rw] performance_insights_retention_period
|
|
17803
17868
|
# The number of days to retain Performance Insights data.
|
|
17804
17869
|
#
|
|
17805
|
-
# Valid for Cluster Type: Multi-AZ DB clusters
|
|
17870
|
+
# Valid for Cluster Type: Aurora DB clusters and Multi-AZ DB clusters
|
|
17806
17871
|
#
|
|
17807
17872
|
# Valid Values:
|
|
17808
17873
|
#
|
|
@@ -18992,7 +19057,15 @@ module Aws::RDS
|
|
|
18992
19057
|
# @return [Boolean]
|
|
18993
19058
|
#
|
|
18994
19059
|
# @!attribute [rw] database_insights_mode
|
|
18995
|
-
# Specifies the mode of Database Insights to enable for the
|
|
19060
|
+
# Specifies the mode of Database Insights to enable for the DB
|
|
19061
|
+
# instance.
|
|
19062
|
+
#
|
|
19063
|
+
# This setting only applies to Amazon Aurora DB instances.
|
|
19064
|
+
#
|
|
19065
|
+
# <note markdown="1"> Currently, this value is inherited from the DB cluster and can't be
|
|
19066
|
+
# changed.
|
|
19067
|
+
#
|
|
19068
|
+
# </note>
|
|
18996
19069
|
# @return [String]
|
|
18997
19070
|
#
|
|
18998
19071
|
# @!attribute [rw] enable_performance_insights
|
|
@@ -19055,6 +19128,29 @@ module Aws::RDS
|
|
|
19055
19128
|
# `ApplyImmediately` parameter has no effect.
|
|
19056
19129
|
#
|
|
19057
19130
|
# This setting doesn't apply to RDS Custom DB instances.
|
|
19131
|
+
#
|
|
19132
|
+
# The following values are valid for each DB engine:
|
|
19133
|
+
#
|
|
19134
|
+
# * Aurora MySQL - `audit | error | general | slowquery`
|
|
19135
|
+
#
|
|
19136
|
+
# * Aurora PostgreSQL - `postgresql`
|
|
19137
|
+
#
|
|
19138
|
+
# * RDS for MySQL - `error | general | slowquery`
|
|
19139
|
+
#
|
|
19140
|
+
# * RDS for PostgreSQL - `postgresql | upgrade`
|
|
19141
|
+
#
|
|
19142
|
+
# For more information about exporting CloudWatch Logs for Amazon RDS,
|
|
19143
|
+
# see [ Publishing Database Logs to Amazon CloudWatch Logs][1] in the
|
|
19144
|
+
# *Amazon RDS User Guide*.
|
|
19145
|
+
#
|
|
19146
|
+
# For more information about exporting CloudWatch Logs for Amazon
|
|
19147
|
+
# Aurora, see [Publishing Database Logs to Amazon CloudWatch Logs][2]
|
|
19148
|
+
# in the *Amazon Aurora User Guide*.
|
|
19149
|
+
#
|
|
19150
|
+
#
|
|
19151
|
+
#
|
|
19152
|
+
# [1]: https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/USER_LogAccess.html#USER_LogAccess.Procedural.UploadtoCloudWatch
|
|
19153
|
+
# [2]: https://docs.aws.amazon.com/AmazonRDS/latest/AuroraUserGuide/USER_LogAccess.html#USER_LogAccess.Procedural.UploadtoCloudWatch
|
|
19058
19154
|
# @return [Types::CloudwatchLogsExportConfiguration]
|
|
19059
19155
|
#
|
|
19060
19156
|
# @!attribute [rw] processor_features
|
|
@@ -24967,6 +25063,8 @@ module Aws::RDS
|
|
|
24967
25063
|
# DB instance. Follow the allocation rules specified in
|
|
24968
25064
|
# CreateDBInstance.
|
|
24969
25065
|
#
|
|
25066
|
+
# This setting isn't valid for RDS for SQL Server.
|
|
25067
|
+
#
|
|
24970
25068
|
# <note markdown="1"> Be sure to allocate enough storage for your new DB instance so that
|
|
24971
25069
|
# the restore operation can succeed. You can also allocate additional
|
|
24972
25070
|
# storage for future growth.
|
|
@@ -25125,6 +25223,8 @@ module Aws::RDS
|
|
|
25125
25223
|
# DB instance. Follow the allocation rules specified in
|
|
25126
25224
|
# `CreateDBInstance`.
|
|
25127
25225
|
#
|
|
25226
|
+
# This setting isn't valid for RDS for SQL Server.
|
|
25227
|
+
#
|
|
25128
25228
|
# <note markdown="1"> Be sure to allocate enough storage for your new DB instance so that
|
|
25129
25229
|
# the restore operation can succeed. You can also allocate additional
|
|
25130
25230
|
# storage for future growth.
|
|
@@ -25480,7 +25580,15 @@ module Aws::RDS
|
|
|
25480
25580
|
# @return [String]
|
|
25481
25581
|
#
|
|
25482
25582
|
# @!attribute [rw] database_insights_mode
|
|
25483
|
-
# Specifies the mode of Database Insights to enable for the
|
|
25583
|
+
# Specifies the mode of Database Insights to enable for the DB
|
|
25584
|
+
# instance.
|
|
25585
|
+
#
|
|
25586
|
+
# This setting only applies to Amazon Aurora DB instances.
|
|
25587
|
+
#
|
|
25588
|
+
# <note markdown="1"> Currently, this value is inherited from the DB cluster and can't be
|
|
25589
|
+
# changed.
|
|
25590
|
+
#
|
|
25591
|
+
# </note>
|
|
25484
25592
|
# @return [String]
|
|
25485
25593
|
#
|
|
25486
25594
|
# @!attribute [rw] enable_performance_insights
|
|
@@ -26377,6 +26485,8 @@ module Aws::RDS
|
|
|
26377
26485
|
# DB instance. Follow the allocation rules specified in
|
|
26378
26486
|
# `CreateDBInstance`.
|
|
26379
26487
|
#
|
|
26488
|
+
# This setting isn't valid for RDS for SQL Server.
|
|
26489
|
+
#
|
|
26380
26490
|
# <note markdown="1"> Be sure to allocate enough storage for your new DB instance so that
|
|
26381
26491
|
# the restore operation can succeed. You can also allocate additional
|
|
26382
26492
|
# storage for future growth.
|
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.264.0'
|
|
84
84
|
|
|
85
85
|
end
|
|
86
86
|
|
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.264.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-12-
|
|
11
|
+
date: 2024-12-27 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: aws-sdk-core
|