aws-sdk-rds 1.254.0 → 1.256.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/CHANGELOG.md +10 -0
- data/VERSION +1 -1
- data/lib/aws-sdk-rds/client.rb +154 -3
- data/lib/aws-sdk-rds/client_api.rb +12 -0
- data/lib/aws-sdk-rds/db_cluster.rb +64 -0
- data/lib/aws-sdk-rds/db_cluster_snapshot.rb +53 -0
- data/lib/aws-sdk-rds/resource.rb +5 -0
- data/lib/aws-sdk-rds/types.rb +185 -6
- data/lib/aws-sdk-rds.rb +1 -1
- data/sig/client.rbs +10 -0
- data/sig/db_cluster.rbs +5 -0
- data/sig/db_cluster_snapshot.rbs +5 -0
- data/sig/types.rbs +11 -0
- 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: 64d11cfd218801e7cfefa01b0ef1b5fc7fe1ae0ff221df443a98c056626d1dcb
|
4
|
+
data.tar.gz: 65dd4a947e13b2acc761eb78b6e3913911712460630acdbaf085021775cb632f
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 667fbae57234f50deb7ade829637f62d5398289818bf6bcc1e46e54d250e8cbc763cfadd0907fac3c95ba45cc589bcc5d74b38c80b0a2f5717e2a31f819a6f83
|
7
|
+
data.tar.gz: de16fcad517004dab5475ec34e35b1b204dbbd420a53e01d27048ee6fdd6c6c57592986a00d25256e5e1ea587895afcc930346890ea90351d515e60cacf75934
|
data/CHANGELOG.md
CHANGED
@@ -1,6 +1,16 @@
|
|
1
1
|
Unreleased Changes
|
2
2
|
------------------
|
3
3
|
|
4
|
+
1.256.0 (2024-10-28)
|
5
|
+
------------------
|
6
|
+
|
7
|
+
* Feature - This release adds support for Enhanced Monitoring and Performance Insights when restoring Aurora Limitless Database DB clusters. It also adds support for the os-upgrade pending maintenance action.
|
8
|
+
|
9
|
+
1.255.0 (2024-10-22)
|
10
|
+
------------------
|
11
|
+
|
12
|
+
* Feature - Global clusters now expose the Endpoint attribute as one of its fields. It is a Read/Write endpoint for the global cluster which resolves to the Global Cluster writer instance.
|
13
|
+
|
4
14
|
1.254.0 (2024-10-18)
|
5
15
|
------------------
|
6
16
|
|
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
1.
|
1
|
+
1.256.0
|
data/lib/aws-sdk-rds/client.rb
CHANGED
@@ -725,8 +725,25 @@ module Aws::RDS
|
|
725
725
|
# @option params [required, String] :apply_action
|
726
726
|
# The pending maintenance action to apply to this resource.
|
727
727
|
#
|
728
|
-
# Valid Values:
|
729
|
-
#
|
728
|
+
# Valid Values:
|
729
|
+
#
|
730
|
+
# * `ca-certificate-rotation`
|
731
|
+
#
|
732
|
+
# * `db-upgrade`
|
733
|
+
#
|
734
|
+
# * `hardware-maintenance`
|
735
|
+
#
|
736
|
+
# * `os-upgrade`
|
737
|
+
#
|
738
|
+
# * `system-update`
|
739
|
+
#
|
740
|
+
# For more information about these actions, see [Maintenance actions for
|
741
|
+
# Amazon Aurora][1] or [Maintenance actions for Amazon RDS][2].
|
742
|
+
#
|
743
|
+
#
|
744
|
+
#
|
745
|
+
# [1]: https://docs.aws.amazon.com/AmazonRDS/latest/AuroraUserGuide/USER_UpgradeDBInstance.Maintenance.html#maintenance-actions-aurora
|
746
|
+
# [2]: https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/USER_UpgradeDBInstance.Maintenance.html#maintenance-actions-rds
|
730
747
|
#
|
731
748
|
# @option params [required, String] :opt_in_type
|
732
749
|
# A value that specifies the type of opt-in request, or undoes an opt-in
|
@@ -3352,6 +3369,11 @@ module Aws::RDS
|
|
3352
3369
|
#
|
3353
3370
|
# Valid for: Aurora DB clusters only
|
3354
3371
|
#
|
3372
|
+
# <note markdown="1"> This setting is no longer used. Instead use the
|
3373
|
+
# `ClusterScalabilityType` setting.
|
3374
|
+
#
|
3375
|
+
# </note>
|
3376
|
+
#
|
3355
3377
|
# @option params [Types::ServerlessV2ScalingConfiguration] :serverless_v2_scaling_configuration
|
3356
3378
|
# Contains the scaling configuration of an Aurora Serverless v2 DB
|
3357
3379
|
# cluster.
|
@@ -8186,6 +8208,7 @@ module Aws::RDS
|
|
8186
8208
|
# resp.global_cluster.global_cluster_members[0].is_writer #=> Boolean
|
8187
8209
|
# resp.global_cluster.global_cluster_members[0].global_write_forwarding_status #=> String, one of "enabled", "disabled", "enabling", "disabling", "unknown"
|
8188
8210
|
# resp.global_cluster.global_cluster_members[0].synchronization_status #=> String, one of "connected", "pending-resync"
|
8211
|
+
# resp.global_cluster.endpoint #=> String
|
8189
8212
|
# resp.global_cluster.failover_state.status #=> String, one of "pending", "failing-over", "cancelling"
|
8190
8213
|
# resp.global_cluster.failover_state.from_db_cluster_arn #=> String
|
8191
8214
|
# resp.global_cluster.failover_state.to_db_cluster_arn #=> String
|
@@ -10483,6 +10506,7 @@ module Aws::RDS
|
|
10483
10506
|
# resp.global_cluster.global_cluster_members[0].is_writer #=> Boolean
|
10484
10507
|
# resp.global_cluster.global_cluster_members[0].global_write_forwarding_status #=> String, one of "enabled", "disabled", "enabling", "disabling", "unknown"
|
10485
10508
|
# resp.global_cluster.global_cluster_members[0].synchronization_status #=> String, one of "connected", "pending-resync"
|
10509
|
+
# resp.global_cluster.endpoint #=> String
|
10486
10510
|
# resp.global_cluster.failover_state.status #=> String, one of "pending", "failing-over", "cancelling"
|
10487
10511
|
# resp.global_cluster.failover_state.from_db_cluster_arn #=> String
|
10488
10512
|
# resp.global_cluster.failover_state.to_db_cluster_arn #=> String
|
@@ -16071,6 +16095,7 @@ module Aws::RDS
|
|
16071
16095
|
# resp.global_clusters[0].global_cluster_members[0].is_writer #=> Boolean
|
16072
16096
|
# resp.global_clusters[0].global_cluster_members[0].global_write_forwarding_status #=> String, one of "enabled", "disabled", "enabling", "disabling", "unknown"
|
16073
16097
|
# resp.global_clusters[0].global_cluster_members[0].synchronization_status #=> String, one of "connected", "pending-resync"
|
16098
|
+
# resp.global_clusters[0].endpoint #=> String
|
16074
16099
|
# resp.global_clusters[0].failover_state.status #=> String, one of "pending", "failing-over", "cancelling"
|
16075
16100
|
# resp.global_clusters[0].failover_state.from_db_cluster_arn #=> String
|
16076
16101
|
# resp.global_clusters[0].failover_state.to_db_cluster_arn #=> String
|
@@ -18117,6 +18142,7 @@ module Aws::RDS
|
|
18117
18142
|
# resp.global_cluster.global_cluster_members[0].is_writer #=> Boolean
|
18118
18143
|
# resp.global_cluster.global_cluster_members[0].global_write_forwarding_status #=> String, one of "enabled", "disabled", "enabling", "disabling", "unknown"
|
18119
18144
|
# resp.global_cluster.global_cluster_members[0].synchronization_status #=> String, one of "connected", "pending-resync"
|
18145
|
+
# resp.global_cluster.endpoint #=> String
|
18120
18146
|
# resp.global_cluster.failover_state.status #=> String, one of "pending", "failing-over", "cancelling"
|
18121
18147
|
# resp.global_cluster.failover_state.from_db_cluster_arn #=> String
|
18122
18148
|
# resp.global_cluster.failover_state.to_db_cluster_arn #=> String
|
@@ -19378,6 +19404,12 @@ module Aws::RDS
|
|
19378
19404
|
#
|
19379
19405
|
# Valid for: Aurora DB clusters only
|
19380
19406
|
#
|
19407
|
+
# <note markdown="1"> This setting is no longer used. Instead use the
|
19408
|
+
# `ClusterScalabilityType` setting when you create your Aurora Limitless
|
19409
|
+
# Database DB cluster.
|
19410
|
+
#
|
19411
|
+
# </note>
|
19412
|
+
#
|
19381
19413
|
# @option params [String] :ca_certificate_identifier
|
19382
19414
|
# The CA certificate identifier to use for the DB cluster's server
|
19383
19415
|
# certificate.
|
@@ -22621,6 +22653,7 @@ module Aws::RDS
|
|
22621
22653
|
# resp.global_cluster.global_cluster_members[0].is_writer #=> Boolean
|
22622
22654
|
# resp.global_cluster.global_cluster_members[0].global_write_forwarding_status #=> String, one of "enabled", "disabled", "enabling", "disabling", "unknown"
|
22623
22655
|
# resp.global_cluster.global_cluster_members[0].synchronization_status #=> String, one of "connected", "pending-resync"
|
22656
|
+
# resp.global_cluster.endpoint #=> String
|
22624
22657
|
# resp.global_cluster.failover_state.status #=> String, one of "pending", "failing-over", "cancelling"
|
22625
22658
|
# resp.global_cluster.failover_state.from_db_cluster_arn #=> String
|
22626
22659
|
# resp.global_cluster.failover_state.to_db_cluster_arn #=> String
|
@@ -24150,6 +24183,7 @@ module Aws::RDS
|
|
24150
24183
|
# resp.global_cluster.global_cluster_members[0].is_writer #=> Boolean
|
24151
24184
|
# resp.global_cluster.global_cluster_members[0].global_write_forwarding_status #=> String, one of "enabled", "disabled", "enabling", "disabling", "unknown"
|
24152
24185
|
# resp.global_cluster.global_cluster_members[0].synchronization_status #=> String, one of "connected", "pending-resync"
|
24186
|
+
# resp.global_cluster.endpoint #=> String
|
24153
24187
|
# resp.global_cluster.failover_state.status #=> String, one of "pending", "failing-over", "cancelling"
|
24154
24188
|
# resp.global_cluster.failover_state.from_db_cluster_arn #=> String
|
24155
24189
|
# resp.global_cluster.failover_state.to_db_cluster_arn #=> String
|
@@ -25746,6 +25780,59 @@ module Aws::RDS
|
|
25746
25780
|
# @option params [Types::RdsCustomClusterConfiguration] :rds_custom_cluster_configuration
|
25747
25781
|
# Reserved for future use.
|
25748
25782
|
#
|
25783
|
+
# @option params [Integer] :monitoring_interval
|
25784
|
+
# The interval, in seconds, between points when Enhanced Monitoring
|
25785
|
+
# metrics are collected for the DB cluster. To turn off collecting
|
25786
|
+
# Enhanced Monitoring metrics, specify `0`.
|
25787
|
+
#
|
25788
|
+
# If `MonitoringRoleArn` is specified, also set `MonitoringInterval` to
|
25789
|
+
# a value other than `0`.
|
25790
|
+
#
|
25791
|
+
# Valid Values: `0 | 1 | 5 | 10 | 15 | 30 | 60`
|
25792
|
+
#
|
25793
|
+
# Default: `0`
|
25794
|
+
#
|
25795
|
+
# @option params [String] :monitoring_role_arn
|
25796
|
+
# The Amazon Resource Name (ARN) for the IAM role that permits RDS to
|
25797
|
+
# send Enhanced Monitoring metrics to Amazon CloudWatch Logs. An example
|
25798
|
+
# is `arn:aws:iam:123456789012:role/emaccess`.
|
25799
|
+
#
|
25800
|
+
# If `MonitoringInterval` is set to a value other than `0`, supply a
|
25801
|
+
# `MonitoringRoleArn` value.
|
25802
|
+
#
|
25803
|
+
# @option params [Boolean] :enable_performance_insights
|
25804
|
+
# Specifies whether to turn on Performance Insights for the DB cluster.
|
25805
|
+
#
|
25806
|
+
# @option params [String] :performance_insights_kms_key_id
|
25807
|
+
# The Amazon Web Services KMS key identifier for encryption of
|
25808
|
+
# Performance Insights data.
|
25809
|
+
#
|
25810
|
+
# The Amazon Web Services KMS key identifier is the key ARN, key ID,
|
25811
|
+
# alias ARN, or alias name for the KMS key.
|
25812
|
+
#
|
25813
|
+
# If you don't specify a value for `PerformanceInsightsKMSKeyId`, then
|
25814
|
+
# Amazon RDS uses your default KMS key. There is a default KMS key for
|
25815
|
+
# your Amazon Web Services account. Your Amazon Web Services account has
|
25816
|
+
# a different default KMS key for each Amazon Web Services Region.
|
25817
|
+
#
|
25818
|
+
# @option params [Integer] :performance_insights_retention_period
|
25819
|
+
# The number of days to retain Performance Insights data.
|
25820
|
+
#
|
25821
|
+
# Valid Values:
|
25822
|
+
#
|
25823
|
+
# * `7`
|
25824
|
+
#
|
25825
|
+
# * *month* * 31, where *month* is a number of months from 1-23.
|
25826
|
+
# Examples: `93` (3 months * 31), `341` (11 months * 31), `589` (19
|
25827
|
+
# months * 31)
|
25828
|
+
#
|
25829
|
+
# * `731`
|
25830
|
+
#
|
25831
|
+
# Default: `7` days
|
25832
|
+
#
|
25833
|
+
# If you specify a retention period that isn't valid, such as `94`,
|
25834
|
+
# Amazon RDS issues an error.
|
25835
|
+
#
|
25749
25836
|
# @option params [String] :engine_lifecycle_support
|
25750
25837
|
# The life cycle type for this DB cluster.
|
25751
25838
|
#
|
@@ -25904,6 +25991,11 @@ module Aws::RDS
|
|
25904
25991
|
# transit_gateway_multicast_domain_id: "String",
|
25905
25992
|
# replica_mode: "open-read-only", # accepts open-read-only, mounted
|
25906
25993
|
# },
|
25994
|
+
# monitoring_interval: 1,
|
25995
|
+
# monitoring_role_arn: "String",
|
25996
|
+
# enable_performance_insights: false,
|
25997
|
+
# performance_insights_kms_key_id: "String",
|
25998
|
+
# performance_insights_retention_period: 1,
|
25907
25999
|
# engine_lifecycle_support: "String",
|
25908
26000
|
# })
|
25909
26001
|
#
|
@@ -26487,6 +26579,59 @@ module Aws::RDS
|
|
26487
26579
|
# @option params [Types::RdsCustomClusterConfiguration] :rds_custom_cluster_configuration
|
26488
26580
|
# Reserved for future use.
|
26489
26581
|
#
|
26582
|
+
# @option params [Integer] :monitoring_interval
|
26583
|
+
# The interval, in seconds, between points when Enhanced Monitoring
|
26584
|
+
# metrics are collected for the DB cluster. To turn off collecting
|
26585
|
+
# Enhanced Monitoring metrics, specify `0`.
|
26586
|
+
#
|
26587
|
+
# If `MonitoringRoleArn` is specified, also set `MonitoringInterval` to
|
26588
|
+
# a value other than `0`.
|
26589
|
+
#
|
26590
|
+
# Valid Values: `0 | 1 | 5 | 10 | 15 | 30 | 60`
|
26591
|
+
#
|
26592
|
+
# Default: `0`
|
26593
|
+
#
|
26594
|
+
# @option params [String] :monitoring_role_arn
|
26595
|
+
# The Amazon Resource Name (ARN) for the IAM role that permits RDS to
|
26596
|
+
# send Enhanced Monitoring metrics to Amazon CloudWatch Logs. An example
|
26597
|
+
# is `arn:aws:iam:123456789012:role/emaccess`.
|
26598
|
+
#
|
26599
|
+
# If `MonitoringInterval` is set to a value other than `0`, supply a
|
26600
|
+
# `MonitoringRoleArn` value.
|
26601
|
+
#
|
26602
|
+
# @option params [Boolean] :enable_performance_insights
|
26603
|
+
# Specifies whether to turn on Performance Insights for the DB cluster.
|
26604
|
+
#
|
26605
|
+
# @option params [String] :performance_insights_kms_key_id
|
26606
|
+
# The Amazon Web Services KMS key identifier for encryption of
|
26607
|
+
# Performance Insights data.
|
26608
|
+
#
|
26609
|
+
# The Amazon Web Services KMS key identifier is the key ARN, key ID,
|
26610
|
+
# alias ARN, or alias name for the KMS key.
|
26611
|
+
#
|
26612
|
+
# If you don't specify a value for `PerformanceInsightsKMSKeyId`, then
|
26613
|
+
# Amazon RDS uses your default KMS key. There is a default KMS key for
|
26614
|
+
# your Amazon Web Services account. Your Amazon Web Services account has
|
26615
|
+
# a different default KMS key for each Amazon Web Services Region.
|
26616
|
+
#
|
26617
|
+
# @option params [Integer] :performance_insights_retention_period
|
26618
|
+
# The number of days to retain Performance Insights data.
|
26619
|
+
#
|
26620
|
+
# Valid Values:
|
26621
|
+
#
|
26622
|
+
# * `7`
|
26623
|
+
#
|
26624
|
+
# * *month* * 31, where *month* is a number of months from 1-23.
|
26625
|
+
# Examples: `93` (3 months * 31), `341` (11 months * 31), `589` (19
|
26626
|
+
# months * 31)
|
26627
|
+
#
|
26628
|
+
# * `731`
|
26629
|
+
#
|
26630
|
+
# Default: `7` days
|
26631
|
+
#
|
26632
|
+
# If you specify a retention period that isn't valid, such as `94`,
|
26633
|
+
# Amazon RDS issues an error.
|
26634
|
+
#
|
26490
26635
|
# @option params [String] :engine_lifecycle_support
|
26491
26636
|
# The life cycle type for this DB cluster.
|
26492
26637
|
#
|
@@ -26644,6 +26789,11 @@ module Aws::RDS
|
|
26644
26789
|
# transit_gateway_multicast_domain_id: "String",
|
26645
26790
|
# replica_mode: "open-read-only", # accepts open-read-only, mounted
|
26646
26791
|
# },
|
26792
|
+
# monitoring_interval: 1,
|
26793
|
+
# monitoring_role_arn: "String",
|
26794
|
+
# enable_performance_insights: false,
|
26795
|
+
# performance_insights_kms_key_id: "String",
|
26796
|
+
# performance_insights_retention_period: 1,
|
26647
26797
|
# engine_lifecycle_support: "String",
|
26648
26798
|
# })
|
26649
26799
|
#
|
@@ -31302,6 +31452,7 @@ module Aws::RDS
|
|
31302
31452
|
# resp.global_cluster.global_cluster_members[0].is_writer #=> Boolean
|
31303
31453
|
# resp.global_cluster.global_cluster_members[0].global_write_forwarding_status #=> String, one of "enabled", "disabled", "enabling", "disabling", "unknown"
|
31304
31454
|
# resp.global_cluster.global_cluster_members[0].synchronization_status #=> String, one of "connected", "pending-resync"
|
31455
|
+
# resp.global_cluster.endpoint #=> String
|
31305
31456
|
# resp.global_cluster.failover_state.status #=> String, one of "pending", "failing-over", "cancelling"
|
31306
31457
|
# resp.global_cluster.failover_state.from_db_cluster_arn #=> String
|
31307
31458
|
# resp.global_cluster.failover_state.to_db_cluster_arn #=> String
|
@@ -31535,7 +31686,7 @@ module Aws::RDS
|
|
31535
31686
|
tracer: tracer
|
31536
31687
|
)
|
31537
31688
|
context[:gem_name] = 'aws-sdk-rds'
|
31538
|
-
context[:gem_version] = '1.
|
31689
|
+
context[:gem_version] = '1.256.0'
|
31539
31690
|
Seahorse::Client::Request.new(handlers, context)
|
31540
31691
|
end
|
31541
31692
|
|
@@ -2831,6 +2831,7 @@ module Aws::RDS
|
|
2831
2831
|
GlobalCluster.add_member(:storage_encrypted, Shapes::ShapeRef.new(shape: BooleanOptional, location_name: "StorageEncrypted"))
|
2832
2832
|
GlobalCluster.add_member(:deletion_protection, Shapes::ShapeRef.new(shape: BooleanOptional, location_name: "DeletionProtection"))
|
2833
2833
|
GlobalCluster.add_member(:global_cluster_members, Shapes::ShapeRef.new(shape: GlobalClusterMemberList, location_name: "GlobalClusterMembers"))
|
2834
|
+
GlobalCluster.add_member(:endpoint, Shapes::ShapeRef.new(shape: String, location_name: "Endpoint"))
|
2834
2835
|
GlobalCluster.add_member(:failover_state, Shapes::ShapeRef.new(shape: FailoverState, location_name: "FailoverState"))
|
2835
2836
|
GlobalCluster.add_member(:tag_list, Shapes::ShapeRef.new(shape: TagList, location_name: "TagList"))
|
2836
2837
|
GlobalCluster.struct_class = Types::GlobalCluster
|
@@ -3811,6 +3812,11 @@ module Aws::RDS
|
|
3811
3812
|
RestoreDBClusterFromSnapshotMessage.add_member(:serverless_v2_scaling_configuration, Shapes::ShapeRef.new(shape: ServerlessV2ScalingConfiguration, location_name: "ServerlessV2ScalingConfiguration"))
|
3812
3813
|
RestoreDBClusterFromSnapshotMessage.add_member(:network_type, Shapes::ShapeRef.new(shape: String, location_name: "NetworkType"))
|
3813
3814
|
RestoreDBClusterFromSnapshotMessage.add_member(:rds_custom_cluster_configuration, Shapes::ShapeRef.new(shape: RdsCustomClusterConfiguration, location_name: "RdsCustomClusterConfiguration"))
|
3815
|
+
RestoreDBClusterFromSnapshotMessage.add_member(:monitoring_interval, Shapes::ShapeRef.new(shape: IntegerOptional, location_name: "MonitoringInterval"))
|
3816
|
+
RestoreDBClusterFromSnapshotMessage.add_member(:monitoring_role_arn, Shapes::ShapeRef.new(shape: String, location_name: "MonitoringRoleArn"))
|
3817
|
+
RestoreDBClusterFromSnapshotMessage.add_member(:enable_performance_insights, Shapes::ShapeRef.new(shape: BooleanOptional, location_name: "EnablePerformanceInsights"))
|
3818
|
+
RestoreDBClusterFromSnapshotMessage.add_member(:performance_insights_kms_key_id, Shapes::ShapeRef.new(shape: String, location_name: "PerformanceInsightsKMSKeyId"))
|
3819
|
+
RestoreDBClusterFromSnapshotMessage.add_member(:performance_insights_retention_period, Shapes::ShapeRef.new(shape: IntegerOptional, location_name: "PerformanceInsightsRetentionPeriod"))
|
3814
3820
|
RestoreDBClusterFromSnapshotMessage.add_member(:engine_lifecycle_support, Shapes::ShapeRef.new(shape: String, location_name: "EngineLifecycleSupport"))
|
3815
3821
|
RestoreDBClusterFromSnapshotMessage.struct_class = Types::RestoreDBClusterFromSnapshotMessage
|
3816
3822
|
|
@@ -3846,6 +3852,11 @@ module Aws::RDS
|
|
3846
3852
|
RestoreDBClusterToPointInTimeMessage.add_member(:network_type, Shapes::ShapeRef.new(shape: String, location_name: "NetworkType"))
|
3847
3853
|
RestoreDBClusterToPointInTimeMessage.add_member(:source_db_cluster_resource_id, Shapes::ShapeRef.new(shape: String, location_name: "SourceDbClusterResourceId"))
|
3848
3854
|
RestoreDBClusterToPointInTimeMessage.add_member(:rds_custom_cluster_configuration, Shapes::ShapeRef.new(shape: RdsCustomClusterConfiguration, location_name: "RdsCustomClusterConfiguration"))
|
3855
|
+
RestoreDBClusterToPointInTimeMessage.add_member(:monitoring_interval, Shapes::ShapeRef.new(shape: IntegerOptional, location_name: "MonitoringInterval"))
|
3856
|
+
RestoreDBClusterToPointInTimeMessage.add_member(:monitoring_role_arn, Shapes::ShapeRef.new(shape: String, location_name: "MonitoringRoleArn"))
|
3857
|
+
RestoreDBClusterToPointInTimeMessage.add_member(:enable_performance_insights, Shapes::ShapeRef.new(shape: BooleanOptional, location_name: "EnablePerformanceInsights"))
|
3858
|
+
RestoreDBClusterToPointInTimeMessage.add_member(:performance_insights_kms_key_id, Shapes::ShapeRef.new(shape: String, location_name: "PerformanceInsightsKMSKeyId"))
|
3859
|
+
RestoreDBClusterToPointInTimeMessage.add_member(:performance_insights_retention_period, Shapes::ShapeRef.new(shape: IntegerOptional, location_name: "PerformanceInsightsRetentionPeriod"))
|
3849
3860
|
RestoreDBClusterToPointInTimeMessage.add_member(:engine_lifecycle_support, Shapes::ShapeRef.new(shape: String, location_name: "EngineLifecycleSupport"))
|
3850
3861
|
RestoreDBClusterToPointInTimeMessage.struct_class = Types::RestoreDBClusterToPointInTimeMessage
|
3851
3862
|
|
@@ -5993,6 +6004,7 @@ module Aws::RDS
|
|
5993
6004
|
o.input = Shapes::ShapeRef.new(shape: ModifyGlobalClusterMessage)
|
5994
6005
|
o.output = Shapes::ShapeRef.new(shape: ModifyGlobalClusterResult)
|
5995
6006
|
o.errors << Shapes::ShapeRef.new(shape: GlobalClusterNotFoundFault)
|
6007
|
+
o.errors << Shapes::ShapeRef.new(shape: GlobalClusterAlreadyExistsFault)
|
5996
6008
|
o.errors << Shapes::ShapeRef.new(shape: InvalidGlobalClusterStateFault)
|
5997
6009
|
o.errors << Shapes::ShapeRef.new(shape: InvalidDBClusterStateFault)
|
5998
6010
|
o.errors << Shapes::ShapeRef.new(shape: InvalidDBInstanceStateFault)
|
@@ -1643,6 +1643,11 @@ module Aws::RDS
|
|
1643
1643
|
# Aurora Limitless Database to create a DB shard group.
|
1644
1644
|
#
|
1645
1645
|
# Valid for: Aurora DB clusters only
|
1646
|
+
#
|
1647
|
+
# <note markdown="1"> This setting is no longer used. Instead use the
|
1648
|
+
# `ClusterScalabilityType` setting.
|
1649
|
+
#
|
1650
|
+
# </note>
|
1646
1651
|
# @option options [Types::ServerlessV2ScalingConfiguration] :serverless_v2_scaling_configuration
|
1647
1652
|
# Contains the scaling configuration of an Aurora Serverless v2 DB
|
1648
1653
|
# cluster.
|
@@ -2612,6 +2617,12 @@ module Aws::RDS
|
|
2612
2617
|
# Aurora Limitless Database to create a DB shard group.
|
2613
2618
|
#
|
2614
2619
|
# Valid for: Aurora DB clusters only
|
2620
|
+
#
|
2621
|
+
# <note markdown="1"> This setting is no longer used. Instead use the
|
2622
|
+
# `ClusterScalabilityType` setting when you create your Aurora Limitless
|
2623
|
+
# Database DB cluster.
|
2624
|
+
#
|
2625
|
+
# </note>
|
2615
2626
|
# @option options [String] :ca_certificate_identifier
|
2616
2627
|
# The CA certificate identifier to use for the DB cluster's server
|
2617
2628
|
# certificate.
|
@@ -2687,6 +2698,11 @@ module Aws::RDS
|
|
2687
2698
|
# transit_gateway_multicast_domain_id: "String",
|
2688
2699
|
# replica_mode: "open-read-only", # accepts open-read-only, mounted
|
2689
2700
|
# },
|
2701
|
+
# monitoring_interval: 1,
|
2702
|
+
# monitoring_role_arn: "String",
|
2703
|
+
# enable_performance_insights: false,
|
2704
|
+
# performance_insights_kms_key_id: "String",
|
2705
|
+
# performance_insights_retention_period: 1,
|
2690
2706
|
# engine_lifecycle_support: "String",
|
2691
2707
|
# })
|
2692
2708
|
# @param [Hash] options ({})
|
@@ -3053,6 +3069,54 @@ module Aws::RDS
|
|
3053
3069
|
# The resource ID of the source DB cluster from which to restore.
|
3054
3070
|
# @option options [Types::RdsCustomClusterConfiguration] :rds_custom_cluster_configuration
|
3055
3071
|
# Reserved for future use.
|
3072
|
+
# @option options [Integer] :monitoring_interval
|
3073
|
+
# The interval, in seconds, between points when Enhanced Monitoring
|
3074
|
+
# metrics are collected for the DB cluster. To turn off collecting
|
3075
|
+
# Enhanced Monitoring metrics, specify `0`.
|
3076
|
+
#
|
3077
|
+
# If `MonitoringRoleArn` is specified, also set `MonitoringInterval` to
|
3078
|
+
# a value other than `0`.
|
3079
|
+
#
|
3080
|
+
# Valid Values: `0 | 1 | 5 | 10 | 15 | 30 | 60`
|
3081
|
+
#
|
3082
|
+
# Default: `0`
|
3083
|
+
# @option options [String] :monitoring_role_arn
|
3084
|
+
# The Amazon Resource Name (ARN) for the IAM role that permits RDS to
|
3085
|
+
# send Enhanced Monitoring metrics to Amazon CloudWatch Logs. An example
|
3086
|
+
# is `arn:aws:iam:123456789012:role/emaccess`.
|
3087
|
+
#
|
3088
|
+
# If `MonitoringInterval` is set to a value other than `0`, supply a
|
3089
|
+
# `MonitoringRoleArn` value.
|
3090
|
+
# @option options [Boolean] :enable_performance_insights
|
3091
|
+
# Specifies whether to turn on Performance Insights for the DB cluster.
|
3092
|
+
# @option options [String] :performance_insights_kms_key_id
|
3093
|
+
# The Amazon Web Services KMS key identifier for encryption of
|
3094
|
+
# Performance Insights data.
|
3095
|
+
#
|
3096
|
+
# The Amazon Web Services KMS key identifier is the key ARN, key ID,
|
3097
|
+
# alias ARN, or alias name for the KMS key.
|
3098
|
+
#
|
3099
|
+
# If you don't specify a value for `PerformanceInsightsKMSKeyId`, then
|
3100
|
+
# Amazon RDS uses your default KMS key. There is a default KMS key for
|
3101
|
+
# your Amazon Web Services account. Your Amazon Web Services account has
|
3102
|
+
# a different default KMS key for each Amazon Web Services Region.
|
3103
|
+
# @option options [Integer] :performance_insights_retention_period
|
3104
|
+
# The number of days to retain Performance Insights data.
|
3105
|
+
#
|
3106
|
+
# Valid Values:
|
3107
|
+
#
|
3108
|
+
# * `7`
|
3109
|
+
#
|
3110
|
+
# * *month* * 31, where *month* is a number of months from 1-23.
|
3111
|
+
# Examples: `93` (3 months * 31), `341` (11 months * 31), `589` (19
|
3112
|
+
# months * 31)
|
3113
|
+
#
|
3114
|
+
# * `731`
|
3115
|
+
#
|
3116
|
+
# Default: `7` days
|
3117
|
+
#
|
3118
|
+
# If you specify a retention period that isn't valid, such as `94`,
|
3119
|
+
# Amazon RDS issues an error.
|
3056
3120
|
# @option options [String] :engine_lifecycle_support
|
3057
3121
|
# The life cycle type for this DB cluster.
|
3058
3122
|
#
|
@@ -599,6 +599,11 @@ module Aws::RDS
|
|
599
599
|
# transit_gateway_multicast_domain_id: "String",
|
600
600
|
# replica_mode: "open-read-only", # accepts open-read-only, mounted
|
601
601
|
# },
|
602
|
+
# monitoring_interval: 1,
|
603
|
+
# monitoring_role_arn: "String",
|
604
|
+
# enable_performance_insights: false,
|
605
|
+
# performance_insights_kms_key_id: "String",
|
606
|
+
# performance_insights_retention_period: 1,
|
602
607
|
# engine_lifecycle_support: "String",
|
603
608
|
# })
|
604
609
|
# @param [Hash] options ({})
|
@@ -982,6 +987,54 @@ module Aws::RDS
|
|
982
987
|
# [1]: https://docs.aws.amazon.com/AmazonRDS/latest/AuroraUserGuide/USER_VPC.WorkingWithRDSInstanceinaVPC.html
|
983
988
|
# @option options [Types::RdsCustomClusterConfiguration] :rds_custom_cluster_configuration
|
984
989
|
# Reserved for future use.
|
990
|
+
# @option options [Integer] :monitoring_interval
|
991
|
+
# The interval, in seconds, between points when Enhanced Monitoring
|
992
|
+
# metrics are collected for the DB cluster. To turn off collecting
|
993
|
+
# Enhanced Monitoring metrics, specify `0`.
|
994
|
+
#
|
995
|
+
# If `MonitoringRoleArn` is specified, also set `MonitoringInterval` to
|
996
|
+
# a value other than `0`.
|
997
|
+
#
|
998
|
+
# Valid Values: `0 | 1 | 5 | 10 | 15 | 30 | 60`
|
999
|
+
#
|
1000
|
+
# Default: `0`
|
1001
|
+
# @option options [String] :monitoring_role_arn
|
1002
|
+
# The Amazon Resource Name (ARN) for the IAM role that permits RDS to
|
1003
|
+
# send Enhanced Monitoring metrics to Amazon CloudWatch Logs. An example
|
1004
|
+
# is `arn:aws:iam:123456789012:role/emaccess`.
|
1005
|
+
#
|
1006
|
+
# If `MonitoringInterval` is set to a value other than `0`, supply a
|
1007
|
+
# `MonitoringRoleArn` value.
|
1008
|
+
# @option options [Boolean] :enable_performance_insights
|
1009
|
+
# Specifies whether to turn on Performance Insights for the DB cluster.
|
1010
|
+
# @option options [String] :performance_insights_kms_key_id
|
1011
|
+
# The Amazon Web Services KMS key identifier for encryption of
|
1012
|
+
# Performance Insights data.
|
1013
|
+
#
|
1014
|
+
# The Amazon Web Services KMS key identifier is the key ARN, key ID,
|
1015
|
+
# alias ARN, or alias name for the KMS key.
|
1016
|
+
#
|
1017
|
+
# If you don't specify a value for `PerformanceInsightsKMSKeyId`, then
|
1018
|
+
# Amazon RDS uses your default KMS key. There is a default KMS key for
|
1019
|
+
# your Amazon Web Services account. Your Amazon Web Services account has
|
1020
|
+
# a different default KMS key for each Amazon Web Services Region.
|
1021
|
+
# @option options [Integer] :performance_insights_retention_period
|
1022
|
+
# The number of days to retain Performance Insights data.
|
1023
|
+
#
|
1024
|
+
# Valid Values:
|
1025
|
+
#
|
1026
|
+
# * `7`
|
1027
|
+
#
|
1028
|
+
# * *month* * 31, where *month* is a number of months from 1-23.
|
1029
|
+
# Examples: `93` (3 months * 31), `341` (11 months * 31), `589` (19
|
1030
|
+
# months * 31)
|
1031
|
+
#
|
1032
|
+
# * `731`
|
1033
|
+
#
|
1034
|
+
# Default: `7` days
|
1035
|
+
#
|
1036
|
+
# If you specify a retention period that isn't valid, such as `94`,
|
1037
|
+
# Amazon RDS issues an error.
|
985
1038
|
# @option options [String] :engine_lifecycle_support
|
986
1039
|
# The life cycle type for this DB cluster.
|
987
1040
|
#
|
data/lib/aws-sdk-rds/resource.rb
CHANGED
@@ -823,6 +823,11 @@ module Aws::RDS
|
|
823
823
|
# Aurora Limitless Database to create a DB shard group.
|
824
824
|
#
|
825
825
|
# Valid for: Aurora DB clusters only
|
826
|
+
#
|
827
|
+
# <note markdown="1"> This setting is no longer used. Instead use the
|
828
|
+
# `ClusterScalabilityType` setting.
|
829
|
+
#
|
830
|
+
# </note>
|
826
831
|
# @option options [Types::ServerlessV2ScalingConfiguration] :serverless_v2_scaling_configuration
|
827
832
|
# Contains the scaling configuration of an Aurora Serverless v2 DB
|
828
833
|
# cluster.
|
data/lib/aws-sdk-rds/types.rb
CHANGED
@@ -285,8 +285,25 @@ module Aws::RDS
|
|
285
285
|
# @!attribute [rw] apply_action
|
286
286
|
# The pending maintenance action to apply to this resource.
|
287
287
|
#
|
288
|
-
# Valid Values:
|
289
|
-
#
|
288
|
+
# Valid Values:
|
289
|
+
#
|
290
|
+
# * `ca-certificate-rotation`
|
291
|
+
#
|
292
|
+
# * `db-upgrade`
|
293
|
+
#
|
294
|
+
# * `hardware-maintenance`
|
295
|
+
#
|
296
|
+
# * `os-upgrade`
|
297
|
+
#
|
298
|
+
# * `system-update`
|
299
|
+
#
|
300
|
+
# For more information about these actions, see [Maintenance actions
|
301
|
+
# for Amazon Aurora][1] or [Maintenance actions for Amazon RDS][2].
|
302
|
+
#
|
303
|
+
#
|
304
|
+
#
|
305
|
+
# [1]: https://docs.aws.amazon.com/AmazonRDS/latest/AuroraUserGuide/USER_UpgradeDBInstance.Maintenance.html#maintenance-actions-aurora
|
306
|
+
# [2]: https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/USER_UpgradeDBInstance.Maintenance.html#maintenance-actions-rds
|
290
307
|
# @return [String]
|
291
308
|
#
|
292
309
|
# @!attribute [rw] opt_in_type
|
@@ -2884,6 +2901,11 @@ module Aws::RDS
|
|
2884
2901
|
# enable Aurora Limitless Database to create a DB shard group.
|
2885
2902
|
#
|
2886
2903
|
# Valid for: Aurora DB clusters only
|
2904
|
+
#
|
2905
|
+
# <note markdown="1"> This setting is no longer used. Instead use the
|
2906
|
+
# `ClusterScalabilityType` setting.
|
2907
|
+
#
|
2908
|
+
# </note>
|
2887
2909
|
# @return [Boolean]
|
2888
2910
|
#
|
2889
2911
|
# @!attribute [rw] serverless_v2_scaling_configuration
|
@@ -16152,6 +16174,12 @@ module Aws::RDS
|
|
16152
16174
|
# database cluster.
|
16153
16175
|
# @return [Array<Types::GlobalClusterMember>]
|
16154
16176
|
#
|
16177
|
+
# @!attribute [rw] endpoint
|
16178
|
+
# The writer endpoint for the new global database cluster. This
|
16179
|
+
# endpoint always points to the writer DB instance in the current
|
16180
|
+
# primary cluster.
|
16181
|
+
# @return [String]
|
16182
|
+
#
|
16155
16183
|
# @!attribute [rw] failover_state
|
16156
16184
|
# A data object containing all properties for the current state of an
|
16157
16185
|
# in-process or pending switchover or failover process for this global
|
@@ -16187,15 +16215,16 @@ module Aws::RDS
|
|
16187
16215
|
:storage_encrypted,
|
16188
16216
|
:deletion_protection,
|
16189
16217
|
:global_cluster_members,
|
16218
|
+
:endpoint,
|
16190
16219
|
:failover_state,
|
16191
16220
|
:tag_list)
|
16192
16221
|
SENSITIVE = []
|
16193
16222
|
include Aws::Structure
|
16194
16223
|
end
|
16195
16224
|
|
16196
|
-
# The `GlobalClusterIdentifier` already exists.
|
16225
|
+
# The `GlobalClusterIdentifier` already exists. Specify a new global
|
16197
16226
|
# database identifier (unique name) to create a new global database
|
16198
|
-
# cluster.
|
16227
|
+
# cluster or to rename an existing one.
|
16199
16228
|
#
|
16200
16229
|
# @see http://docs.aws.amazon.com/goto/WebAPI/rds-2014-10-31/GlobalClusterAlreadyExistsFault AWS API Documentation
|
16201
16230
|
#
|
@@ -17881,6 +17910,12 @@ module Aws::RDS
|
|
17881
17910
|
# enable Aurora Limitless Database to create a DB shard group.
|
17882
17911
|
#
|
17883
17912
|
# Valid for: Aurora DB clusters only
|
17913
|
+
#
|
17914
|
+
# <note markdown="1"> This setting is no longer used. Instead use the
|
17915
|
+
# `ClusterScalabilityType` setting when you create your Aurora
|
17916
|
+
# Limitless Database DB cluster.
|
17917
|
+
#
|
17918
|
+
# </note>
|
17884
17919
|
# @return [Boolean]
|
17885
17920
|
#
|
17886
17921
|
# @!attribute [rw] ca_certificate_identifier
|
@@ -21002,12 +21037,26 @@ module Aws::RDS
|
|
21002
21037
|
# For more information about maintenance actions, see [Maintaining a
|
21003
21038
|
# DB instance][1].
|
21004
21039
|
#
|
21005
|
-
# Valid Values
|
21006
|
-
#
|
21040
|
+
# Valid Values:
|
21041
|
+
#
|
21042
|
+
# * `ca-certificate-rotation`
|
21043
|
+
#
|
21044
|
+
# * `db-upgrade`
|
21045
|
+
#
|
21046
|
+
# * `hardware-maintenance`
|
21047
|
+
#
|
21048
|
+
# * `os-upgrade`
|
21049
|
+
#
|
21050
|
+
# * `system-update`
|
21051
|
+
#
|
21052
|
+
# For more information about these actions, see [Maintenance actions
|
21053
|
+
# for Amazon Aurora][2] or [Maintenance actions for Amazon RDS][3].
|
21007
21054
|
#
|
21008
21055
|
#
|
21009
21056
|
#
|
21010
21057
|
# [1]: https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/USER_UpgradeDBInstance.Maintenance.html
|
21058
|
+
# [2]: https://docs.aws.amazon.com/AmazonRDS/latest/AuroraUserGuide/USER_UpgradeDBInstance.Maintenance.html#maintenance-actions-aurora
|
21059
|
+
# [3]: https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/USER_UpgradeDBInstance.Maintenance.html#maintenance-actions-rds
|
21011
21060
|
# @return [String]
|
21012
21061
|
#
|
21013
21062
|
# @!attribute [rw] auto_applied_after_date
|
@@ -23468,6 +23517,66 @@ module Aws::RDS
|
|
23468
23517
|
# Reserved for future use.
|
23469
23518
|
# @return [Types::RdsCustomClusterConfiguration]
|
23470
23519
|
#
|
23520
|
+
# @!attribute [rw] monitoring_interval
|
23521
|
+
# The interval, in seconds, between points when Enhanced Monitoring
|
23522
|
+
# metrics are collected for the DB cluster. To turn off collecting
|
23523
|
+
# Enhanced Monitoring metrics, specify `0`.
|
23524
|
+
#
|
23525
|
+
# If `MonitoringRoleArn` is specified, also set `MonitoringInterval`
|
23526
|
+
# to a value other than `0`.
|
23527
|
+
#
|
23528
|
+
# Valid Values: `0 | 1 | 5 | 10 | 15 | 30 | 60`
|
23529
|
+
#
|
23530
|
+
# Default: `0`
|
23531
|
+
# @return [Integer]
|
23532
|
+
#
|
23533
|
+
# @!attribute [rw] monitoring_role_arn
|
23534
|
+
# The Amazon Resource Name (ARN) for the IAM role that permits RDS to
|
23535
|
+
# send Enhanced Monitoring metrics to Amazon CloudWatch Logs. An
|
23536
|
+
# example is `arn:aws:iam:123456789012:role/emaccess`.
|
23537
|
+
#
|
23538
|
+
# If `MonitoringInterval` is set to a value other than `0`, supply a
|
23539
|
+
# `MonitoringRoleArn` value.
|
23540
|
+
# @return [String]
|
23541
|
+
#
|
23542
|
+
# @!attribute [rw] enable_performance_insights
|
23543
|
+
# Specifies whether to turn on Performance Insights for the DB
|
23544
|
+
# cluster.
|
23545
|
+
# @return [Boolean]
|
23546
|
+
#
|
23547
|
+
# @!attribute [rw] performance_insights_kms_key_id
|
23548
|
+
# The Amazon Web Services KMS key identifier for encryption of
|
23549
|
+
# Performance Insights data.
|
23550
|
+
#
|
23551
|
+
# The Amazon Web Services KMS key identifier is the key ARN, key ID,
|
23552
|
+
# alias ARN, or alias name for the KMS key.
|
23553
|
+
#
|
23554
|
+
# If you don't specify a value for `PerformanceInsightsKMSKeyId`,
|
23555
|
+
# then Amazon RDS uses your default KMS key. There is a default KMS
|
23556
|
+
# key for your Amazon Web Services account. Your Amazon Web Services
|
23557
|
+
# account has a different default KMS key for each Amazon Web Services
|
23558
|
+
# Region.
|
23559
|
+
# @return [String]
|
23560
|
+
#
|
23561
|
+
# @!attribute [rw] performance_insights_retention_period
|
23562
|
+
# The number of days to retain Performance Insights data.
|
23563
|
+
#
|
23564
|
+
# Valid Values:
|
23565
|
+
#
|
23566
|
+
# * `7`
|
23567
|
+
#
|
23568
|
+
# * *month* * 31, where *month* is a number of months from 1-23.
|
23569
|
+
# Examples: `93` (3 months * 31), `341` (11 months * 31), `589`
|
23570
|
+
# (19 months * 31)
|
23571
|
+
#
|
23572
|
+
# * `731`
|
23573
|
+
#
|
23574
|
+
# Default: `7` days
|
23575
|
+
#
|
23576
|
+
# If you specify a retention period that isn't valid, such as `94`,
|
23577
|
+
# Amazon RDS issues an error.
|
23578
|
+
# @return [Integer]
|
23579
|
+
#
|
23471
23580
|
# @!attribute [rw] engine_lifecycle_support
|
23472
23581
|
# The life cycle type for this DB cluster.
|
23473
23582
|
#
|
@@ -23539,6 +23648,11 @@ module Aws::RDS
|
|
23539
23648
|
:serverless_v2_scaling_configuration,
|
23540
23649
|
:network_type,
|
23541
23650
|
:rds_custom_cluster_configuration,
|
23651
|
+
:monitoring_interval,
|
23652
|
+
:monitoring_role_arn,
|
23653
|
+
:enable_performance_insights,
|
23654
|
+
:performance_insights_kms_key_id,
|
23655
|
+
:performance_insights_retention_period,
|
23542
23656
|
:engine_lifecycle_support)
|
23543
23657
|
SENSITIVE = []
|
23544
23658
|
include Aws::Structure
|
@@ -24015,6 +24129,66 @@ module Aws::RDS
|
|
24015
24129
|
# Reserved for future use.
|
24016
24130
|
# @return [Types::RdsCustomClusterConfiguration]
|
24017
24131
|
#
|
24132
|
+
# @!attribute [rw] monitoring_interval
|
24133
|
+
# The interval, in seconds, between points when Enhanced Monitoring
|
24134
|
+
# metrics are collected for the DB cluster. To turn off collecting
|
24135
|
+
# Enhanced Monitoring metrics, specify `0`.
|
24136
|
+
#
|
24137
|
+
# If `MonitoringRoleArn` is specified, also set `MonitoringInterval`
|
24138
|
+
# to a value other than `0`.
|
24139
|
+
#
|
24140
|
+
# Valid Values: `0 | 1 | 5 | 10 | 15 | 30 | 60`
|
24141
|
+
#
|
24142
|
+
# Default: `0`
|
24143
|
+
# @return [Integer]
|
24144
|
+
#
|
24145
|
+
# @!attribute [rw] monitoring_role_arn
|
24146
|
+
# The Amazon Resource Name (ARN) for the IAM role that permits RDS to
|
24147
|
+
# send Enhanced Monitoring metrics to Amazon CloudWatch Logs. An
|
24148
|
+
# example is `arn:aws:iam:123456789012:role/emaccess`.
|
24149
|
+
#
|
24150
|
+
# If `MonitoringInterval` is set to a value other than `0`, supply a
|
24151
|
+
# `MonitoringRoleArn` value.
|
24152
|
+
# @return [String]
|
24153
|
+
#
|
24154
|
+
# @!attribute [rw] enable_performance_insights
|
24155
|
+
# Specifies whether to turn on Performance Insights for the DB
|
24156
|
+
# cluster.
|
24157
|
+
# @return [Boolean]
|
24158
|
+
#
|
24159
|
+
# @!attribute [rw] performance_insights_kms_key_id
|
24160
|
+
# The Amazon Web Services KMS key identifier for encryption of
|
24161
|
+
# Performance Insights data.
|
24162
|
+
#
|
24163
|
+
# The Amazon Web Services KMS key identifier is the key ARN, key ID,
|
24164
|
+
# alias ARN, or alias name for the KMS key.
|
24165
|
+
#
|
24166
|
+
# If you don't specify a value for `PerformanceInsightsKMSKeyId`,
|
24167
|
+
# then Amazon RDS uses your default KMS key. There is a default KMS
|
24168
|
+
# key for your Amazon Web Services account. Your Amazon Web Services
|
24169
|
+
# account has a different default KMS key for each Amazon Web Services
|
24170
|
+
# Region.
|
24171
|
+
# @return [String]
|
24172
|
+
#
|
24173
|
+
# @!attribute [rw] performance_insights_retention_period
|
24174
|
+
# The number of days to retain Performance Insights data.
|
24175
|
+
#
|
24176
|
+
# Valid Values:
|
24177
|
+
#
|
24178
|
+
# * `7`
|
24179
|
+
#
|
24180
|
+
# * *month* * 31, where *month* is a number of months from 1-23.
|
24181
|
+
# Examples: `93` (3 months * 31), `341` (11 months * 31), `589`
|
24182
|
+
# (19 months * 31)
|
24183
|
+
#
|
24184
|
+
# * `731`
|
24185
|
+
#
|
24186
|
+
# Default: `7` days
|
24187
|
+
#
|
24188
|
+
# If you specify a retention period that isn't valid, such as `94`,
|
24189
|
+
# Amazon RDS issues an error.
|
24190
|
+
# @return [Integer]
|
24191
|
+
#
|
24018
24192
|
# @!attribute [rw] engine_lifecycle_support
|
24019
24193
|
# The life cycle type for this DB cluster.
|
24020
24194
|
#
|
@@ -24086,6 +24260,11 @@ module Aws::RDS
|
|
24086
24260
|
:network_type,
|
24087
24261
|
:source_db_cluster_resource_id,
|
24088
24262
|
:rds_custom_cluster_configuration,
|
24263
|
+
:monitoring_interval,
|
24264
|
+
:monitoring_role_arn,
|
24265
|
+
:enable_performance_insights,
|
24266
|
+
:performance_insights_kms_key_id,
|
24267
|
+
:performance_insights_retention_period,
|
24089
24268
|
:engine_lifecycle_support)
|
24090
24269
|
SENSITIVE = []
|
24091
24270
|
include Aws::Structure
|
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.256.0'
|
84
84
|
|
85
85
|
end
|
86
86
|
|
data/sig/client.rbs
CHANGED
@@ -3011,6 +3011,11 @@ module Aws
|
|
3011
3011
|
transit_gateway_multicast_domain_id: ::String?,
|
3012
3012
|
replica_mode: ("open-read-only" | "mounted")?
|
3013
3013
|
},
|
3014
|
+
?monitoring_interval: ::Integer,
|
3015
|
+
?monitoring_role_arn: ::String,
|
3016
|
+
?enable_performance_insights: bool,
|
3017
|
+
?performance_insights_kms_key_id: ::String,
|
3018
|
+
?performance_insights_retention_period: ::Integer,
|
3014
3019
|
?engine_lifecycle_support: ::String
|
3015
3020
|
) -> _RestoreDBClusterFromSnapshotResponseSuccess
|
3016
3021
|
| (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _RestoreDBClusterFromSnapshotResponseSuccess
|
@@ -3069,6 +3074,11 @@ module Aws
|
|
3069
3074
|
transit_gateway_multicast_domain_id: ::String?,
|
3070
3075
|
replica_mode: ("open-read-only" | "mounted")?
|
3071
3076
|
},
|
3077
|
+
?monitoring_interval: ::Integer,
|
3078
|
+
?monitoring_role_arn: ::String,
|
3079
|
+
?enable_performance_insights: bool,
|
3080
|
+
?performance_insights_kms_key_id: ::String,
|
3081
|
+
?performance_insights_retention_period: ::Integer,
|
3072
3082
|
?engine_lifecycle_support: ::String
|
3073
3083
|
) -> _RestoreDBClusterToPointInTimeResponseSuccess
|
3074
3084
|
| (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _RestoreDBClusterToPointInTimeResponseSuccess
|
data/sig/db_cluster.rbs
CHANGED
@@ -487,6 +487,11 @@ module Aws
|
|
487
487
|
transit_gateway_multicast_domain_id: ::String?,
|
488
488
|
replica_mode: ("open-read-only" | "mounted")?
|
489
489
|
},
|
490
|
+
?monitoring_interval: ::Integer,
|
491
|
+
?monitoring_role_arn: ::String,
|
492
|
+
?enable_performance_insights: bool,
|
493
|
+
?performance_insights_kms_key_id: ::String,
|
494
|
+
?performance_insights_retention_period: ::Integer,
|
490
495
|
?engine_lifecycle_support: ::String
|
491
496
|
) -> DBCluster
|
492
497
|
| (?Hash[Symbol, untyped]) -> DBCluster
|
data/sig/db_cluster_snapshot.rbs
CHANGED
@@ -188,6 +188,11 @@ module Aws
|
|
188
188
|
transit_gateway_multicast_domain_id: ::String?,
|
189
189
|
replica_mode: ("open-read-only" | "mounted")?
|
190
190
|
},
|
191
|
+
?monitoring_interval: ::Integer,
|
192
|
+
?monitoring_role_arn: ::String,
|
193
|
+
?enable_performance_insights: bool,
|
194
|
+
?performance_insights_kms_key_id: ::String,
|
195
|
+
?performance_insights_retention_period: ::Integer,
|
191
196
|
?engine_lifecycle_support: ::String
|
192
197
|
) -> DBCluster
|
193
198
|
| (?Hash[Symbol, untyped]) -> DBCluster
|
data/sig/types.rbs
CHANGED
@@ -2527,6 +2527,7 @@ module Aws::RDS
|
|
2527
2527
|
attr_accessor storage_encrypted: bool
|
2528
2528
|
attr_accessor deletion_protection: bool
|
2529
2529
|
attr_accessor global_cluster_members: ::Array[Types::GlobalClusterMember]
|
2530
|
+
attr_accessor endpoint: ::String
|
2530
2531
|
attr_accessor failover_state: Types::FailoverState
|
2531
2532
|
attr_accessor tag_list: ::Array[Types::Tag]
|
2532
2533
|
SENSITIVE: []
|
@@ -3708,6 +3709,11 @@ module Aws::RDS
|
|
3708
3709
|
attr_accessor serverless_v2_scaling_configuration: Types::ServerlessV2ScalingConfiguration
|
3709
3710
|
attr_accessor network_type: ::String
|
3710
3711
|
attr_accessor rds_custom_cluster_configuration: Types::RdsCustomClusterConfiguration
|
3712
|
+
attr_accessor monitoring_interval: ::Integer
|
3713
|
+
attr_accessor monitoring_role_arn: ::String
|
3714
|
+
attr_accessor enable_performance_insights: bool
|
3715
|
+
attr_accessor performance_insights_kms_key_id: ::String
|
3716
|
+
attr_accessor performance_insights_retention_period: ::Integer
|
3711
3717
|
attr_accessor engine_lifecycle_support: ::String
|
3712
3718
|
SENSITIVE: []
|
3713
3719
|
end
|
@@ -3747,6 +3753,11 @@ module Aws::RDS
|
|
3747
3753
|
attr_accessor network_type: ::String
|
3748
3754
|
attr_accessor source_db_cluster_resource_id: ::String
|
3749
3755
|
attr_accessor rds_custom_cluster_configuration: Types::RdsCustomClusterConfiguration
|
3756
|
+
attr_accessor monitoring_interval: ::Integer
|
3757
|
+
attr_accessor monitoring_role_arn: ::String
|
3758
|
+
attr_accessor enable_performance_insights: bool
|
3759
|
+
attr_accessor performance_insights_kms_key_id: ::String
|
3760
|
+
attr_accessor performance_insights_retention_period: ::Integer
|
3750
3761
|
attr_accessor engine_lifecycle_support: ::String
|
3751
3762
|
SENSITIVE: []
|
3752
3763
|
end
|
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.256.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-10-
|
11
|
+
date: 2024-10-28 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: aws-sdk-core
|