aws-sdk-rds 1.255.0 → 1.256.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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 15cd769f552a524682ebabe428d596b36608087f8bb6089cdda5cde34190fa34
4
- data.tar.gz: 674ad038c51962425c98872e7909feb610079fe2c21ad56e1522a1ecca001d0c
3
+ metadata.gz: 64d11cfd218801e7cfefa01b0ef1b5fc7fe1ae0ff221df443a98c056626d1dcb
4
+ data.tar.gz: 65dd4a947e13b2acc761eb78b6e3913911712460630acdbaf085021775cb632f
5
5
  SHA512:
6
- metadata.gz: 50a8a91648f9e976d7a061d853fc22ad358101a39c21a87d5df4bf78fa9f45643bf5be40ba1cbfaa7f82eb52d6fad9f9c0e0b42f76ea2d7c91c2770d9106e4c7
7
- data.tar.gz: ab5b16bb85605a8a38ab7f2d762c92d18d83610718d3022d0c20db04ec371e9f7d3f37cee6ed64a44320a555b6cd6bbcc63ea1197f306f8658faa51a91639285
6
+ metadata.gz: 667fbae57234f50deb7ade829637f62d5398289818bf6bcc1e46e54d250e8cbc763cfadd0907fac3c95ba45cc589bcc5d74b38c80b0a2f5717e2a31f819a6f83
7
+ data.tar.gz: de16fcad517004dab5475ec34e35b1b204dbbd420a53e01d27048ee6fdd6c6c57592986a00d25256e5e1ea587895afcc930346890ea90351d515e60cacf75934
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
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
+
4
9
  1.255.0 (2024-10-22)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.255.0
1
+ 1.256.0
@@ -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: `system-update`, `db-upgrade`, `hardware-maintenance`,
729
- # `ca-certificate-rotation`
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.
@@ -19382,6 +19404,12 @@ module Aws::RDS
19382
19404
  #
19383
19405
  # Valid for: Aurora DB clusters only
19384
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
+ #
19385
19413
  # @option params [String] :ca_certificate_identifier
19386
19414
  # The CA certificate identifier to use for the DB cluster's server
19387
19415
  # certificate.
@@ -25752,6 +25780,59 @@ module Aws::RDS
25752
25780
  # @option params [Types::RdsCustomClusterConfiguration] :rds_custom_cluster_configuration
25753
25781
  # Reserved for future use.
25754
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
+ #
25755
25836
  # @option params [String] :engine_lifecycle_support
25756
25837
  # The life cycle type for this DB cluster.
25757
25838
  #
@@ -25910,6 +25991,11 @@ module Aws::RDS
25910
25991
  # transit_gateway_multicast_domain_id: "String",
25911
25992
  # replica_mode: "open-read-only", # accepts open-read-only, mounted
25912
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,
25913
25999
  # engine_lifecycle_support: "String",
25914
26000
  # })
25915
26001
  #
@@ -26493,6 +26579,59 @@ module Aws::RDS
26493
26579
  # @option params [Types::RdsCustomClusterConfiguration] :rds_custom_cluster_configuration
26494
26580
  # Reserved for future use.
26495
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
+ #
26496
26635
  # @option params [String] :engine_lifecycle_support
26497
26636
  # The life cycle type for this DB cluster.
26498
26637
  #
@@ -26650,6 +26789,11 @@ module Aws::RDS
26650
26789
  # transit_gateway_multicast_domain_id: "String",
26651
26790
  # replica_mode: "open-read-only", # accepts open-read-only, mounted
26652
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,
26653
26797
  # engine_lifecycle_support: "String",
26654
26798
  # })
26655
26799
  #
@@ -31542,7 +31686,7 @@ module Aws::RDS
31542
31686
  tracer: tracer
31543
31687
  )
31544
31688
  context[:gem_name] = 'aws-sdk-rds'
31545
- context[:gem_version] = '1.255.0'
31689
+ context[:gem_version] = '1.256.0'
31546
31690
  Seahorse::Client::Request.new(handlers, context)
31547
31691
  end
31548
31692
 
@@ -3812,6 +3812,11 @@ module Aws::RDS
3812
3812
  RestoreDBClusterFromSnapshotMessage.add_member(:serverless_v2_scaling_configuration, Shapes::ShapeRef.new(shape: ServerlessV2ScalingConfiguration, location_name: "ServerlessV2ScalingConfiguration"))
3813
3813
  RestoreDBClusterFromSnapshotMessage.add_member(:network_type, Shapes::ShapeRef.new(shape: String, location_name: "NetworkType"))
3814
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"))
3815
3820
  RestoreDBClusterFromSnapshotMessage.add_member(:engine_lifecycle_support, Shapes::ShapeRef.new(shape: String, location_name: "EngineLifecycleSupport"))
3816
3821
  RestoreDBClusterFromSnapshotMessage.struct_class = Types::RestoreDBClusterFromSnapshotMessage
3817
3822
 
@@ -3847,6 +3852,11 @@ module Aws::RDS
3847
3852
  RestoreDBClusterToPointInTimeMessage.add_member(:network_type, Shapes::ShapeRef.new(shape: String, location_name: "NetworkType"))
3848
3853
  RestoreDBClusterToPointInTimeMessage.add_member(:source_db_cluster_resource_id, Shapes::ShapeRef.new(shape: String, location_name: "SourceDbClusterResourceId"))
3849
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"))
3850
3860
  RestoreDBClusterToPointInTimeMessage.add_member(:engine_lifecycle_support, Shapes::ShapeRef.new(shape: String, location_name: "EngineLifecycleSupport"))
3851
3861
  RestoreDBClusterToPointInTimeMessage.struct_class = Types::RestoreDBClusterToPointInTimeMessage
3852
3862
 
@@ -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
  #
@@ -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.
@@ -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: `system-update`, `db-upgrade`, `hardware-maintenance`,
289
- # `ca-certificate-rotation`
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
@@ -17888,6 +17910,12 @@ module Aws::RDS
17888
17910
  # enable Aurora Limitless Database to create a DB shard group.
17889
17911
  #
17890
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>
17891
17919
  # @return [Boolean]
17892
17920
  #
17893
17921
  # @!attribute [rw] ca_certificate_identifier
@@ -21009,12 +21037,26 @@ module Aws::RDS
21009
21037
  # For more information about maintenance actions, see [Maintaining a
21010
21038
  # DB instance][1].
21011
21039
  #
21012
- # Valid Values:` system-update | db-upgrade | hardware-maintenance |
21013
- # ca-certificate-rotation`
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].
21014
21054
  #
21015
21055
  #
21016
21056
  #
21017
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
21018
21060
  # @return [String]
21019
21061
  #
21020
21062
  # @!attribute [rw] auto_applied_after_date
@@ -23475,6 +23517,66 @@ module Aws::RDS
23475
23517
  # Reserved for future use.
23476
23518
  # @return [Types::RdsCustomClusterConfiguration]
23477
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
+ #
23478
23580
  # @!attribute [rw] engine_lifecycle_support
23479
23581
  # The life cycle type for this DB cluster.
23480
23582
  #
@@ -23546,6 +23648,11 @@ module Aws::RDS
23546
23648
  :serverless_v2_scaling_configuration,
23547
23649
  :network_type,
23548
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,
23549
23656
  :engine_lifecycle_support)
23550
23657
  SENSITIVE = []
23551
23658
  include Aws::Structure
@@ -24022,6 +24129,66 @@ module Aws::RDS
24022
24129
  # Reserved for future use.
24023
24130
  # @return [Types::RdsCustomClusterConfiguration]
24024
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
+ #
24025
24192
  # @!attribute [rw] engine_lifecycle_support
24026
24193
  # The life cycle type for this DB cluster.
24027
24194
  #
@@ -24093,6 +24260,11 @@ module Aws::RDS
24093
24260
  :network_type,
24094
24261
  :source_db_cluster_resource_id,
24095
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,
24096
24268
  :engine_lifecycle_support)
24097
24269
  SENSITIVE = []
24098
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.255.0'
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
@@ -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
@@ -3709,6 +3709,11 @@ module Aws::RDS
3709
3709
  attr_accessor serverless_v2_scaling_configuration: Types::ServerlessV2ScalingConfiguration
3710
3710
  attr_accessor network_type: ::String
3711
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
3712
3717
  attr_accessor engine_lifecycle_support: ::String
3713
3718
  SENSITIVE: []
3714
3719
  end
@@ -3748,6 +3753,11 @@ module Aws::RDS
3748
3753
  attr_accessor network_type: ::String
3749
3754
  attr_accessor source_db_cluster_resource_id: ::String
3750
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
3751
3761
  attr_accessor engine_lifecycle_support: ::String
3752
3762
  SENSITIVE: []
3753
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.255.0
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-22 00:00:00.000000000 Z
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