aws-sdk-rds 1.270.0 → 1.271.0

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 8954106e08d0149f8e83e8fed9a036073f33b70ba42927a08d71bc17a839c124
4
- data.tar.gz: b5a6161567b5112b39528fee6c62e468bdc3638d4f8743c2e0e2f9fc4b210af7
3
+ metadata.gz: ddb9f32cb66c752c216f4993d2ee74fcb91c629acee02ee0769208c3d529bda3
4
+ data.tar.gz: c51d34139ebbd7408bf0e7d53819ddecf42632e354df34ced9f4c1dea692753e
5
5
  SHA512:
6
- metadata.gz: b78cdabd837a0cdb42216862e183e7dda30f85e1d0ea15777facc69327869ac9efac52dc7a84a7951512fb97141b46ccdca908942535d855cef26b01fa26d119
7
- data.tar.gz: b61777d8c245d45ecb40de0a43f23b50df9f1962aadd8765cf5e25420f055a1406e1a032685b5e17ad3fe3f2879e095a33e137189de5496987f856f6d6d3cece
6
+ metadata.gz: 12fc13320b17027c0850d17701fce019ce25dfa15ceb4fac86b85ef1f90ac2d5407c03b5d4fd6fb035847cd1f6f08bd915becf1ac72c31c10997bd658bff05af
7
+ data.tar.gz: 585ff7f73c8690b04e216c0c80b81f5af5c504d59ef840f29fb13ac52420e2daf2358b1a9645dd7c47e18949c6aac465472462c23e85ed05e6556f83697475f8
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.271.0 (2025-02-20)
5
+ ------------------
6
+
7
+ * Feature - CloudWatch Database Insights now supports Amazon RDS.
8
+
4
9
  1.270.0 (2025-02-18)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.270.0
1
+ 1.271.0
@@ -3380,7 +3380,7 @@ module Aws::RDS
3380
3380
  # `PerformanceInsightsEnabled` parameter to `true` and the
3381
3381
  # `PerformanceInsightsRetentionPeriod` parameter to 465.
3382
3382
  #
3383
- # Valid for Cluster Type: Aurora DB clusters only
3383
+ # Valid for Cluster Type: Aurora DB clusters and Multi-AZ DB clusters
3384
3384
  #
3385
3385
  # @option params [Boolean] :enable_performance_insights
3386
3386
  # Specifies whether to turn on Performance Insights for the DB cluster.
@@ -5384,10 +5384,8 @@ module Aws::RDS
5384
5384
  # @option params [String] :database_insights_mode
5385
5385
  # The mode of Database Insights to enable for the DB instance.
5386
5386
  #
5387
- # This setting only applies to Amazon Aurora DB instances.
5388
- #
5389
- # <note markdown="1"> Currently, this value is inherited from the DB cluster and can't be
5390
- # changed.
5387
+ # <note markdown="1"> Aurora DB instances inherit this value from the DB cluster, so you
5388
+ # can't change this value.
5391
5389
  #
5392
5390
  # </note>
5393
5391
  #
@@ -6460,7 +6458,7 @@ module Aws::RDS
6460
6458
  # @option params [String] :database_insights_mode
6461
6459
  # The mode of Database Insights to enable for the read replica.
6462
6460
  #
6463
- # <note markdown="1"> Currently, this setting is not supported.
6461
+ # <note markdown="1"> This setting isn't supported.
6464
6462
  #
6465
6463
  # </note>
6466
6464
  #
@@ -19299,7 +19297,7 @@ module Aws::RDS
19299
19297
  # If you change the value from `advanced` to `standard`, you must set
19300
19298
  # the `PerformanceInsightsEnabled` parameter to `false`.
19301
19299
  #
19302
- # Valid for Cluster Type: Aurora DB clusters only
19300
+ # Valid for Cluster Type: Aurora DB clusters and Multi-AZ DB clusters
19303
19301
  #
19304
19302
  # @option params [Boolean] :enable_performance_insights
19305
19303
  # Specifies whether to turn on Performance Insights for the DB cluster.
@@ -20915,10 +20913,8 @@ module Aws::RDS
20915
20913
  # @option params [String] :database_insights_mode
20916
20914
  # Specifies the mode of Database Insights to enable for the DB instance.
20917
20915
  #
20918
- # This setting only applies to Amazon Aurora DB instances.
20919
- #
20920
- # <note markdown="1"> Currently, this value is inherited from the DB cluster and can't be
20921
- # changed.
20916
+ # <note markdown="1"> Aurora DB instances inherit this value from the DB cluster, so you
20917
+ # can't change this value.
20922
20918
  #
20923
20919
  # </note>
20924
20920
  #
@@ -28375,10 +28371,8 @@ module Aws::RDS
28375
28371
  # @option params [String] :database_insights_mode
28376
28372
  # Specifies the mode of Database Insights to enable for the DB instance.
28377
28373
  #
28378
- # This setting only applies to Amazon Aurora DB instances.
28379
- #
28380
- # <note markdown="1"> Currently, this value is inherited from the DB cluster and can't be
28381
- # changed.
28374
+ # <note markdown="1"> Aurora DB instances inherit this value from the DB cluster, so you
28375
+ # can't change this value.
28382
28376
  #
28383
28377
  # </note>
28384
28378
  #
@@ -31892,7 +31886,7 @@ module Aws::RDS
31892
31886
  tracer: tracer
31893
31887
  )
31894
31888
  context[:gem_name] = 'aws-sdk-rds'
31895
- context[:gem_version] = '1.270.0'
31889
+ context[:gem_version] = '1.271.0'
31896
31890
  Seahorse::Client::Request.new(handlers, context)
31897
31891
  end
31898
31892
 
@@ -1614,7 +1614,7 @@ module Aws::RDS
1614
1614
  # `PerformanceInsightsEnabled` parameter to `true` and the
1615
1615
  # `PerformanceInsightsRetentionPeriod` parameter to 465.
1616
1616
  #
1617
- # Valid for Cluster Type: Aurora DB clusters only
1617
+ # Valid for Cluster Type: Aurora DB clusters and Multi-AZ DB clusters
1618
1618
  # @option options [Boolean] :enable_performance_insights
1619
1619
  # Specifies whether to turn on Performance Insights for the DB cluster.
1620
1620
  #
@@ -2450,7 +2450,7 @@ module Aws::RDS
2450
2450
  # If you change the value from `advanced` to `standard`, you must set
2451
2451
  # the `PerformanceInsightsEnabled` parameter to `false`.
2452
2452
  #
2453
- # Valid for Cluster Type: Aurora DB clusters only
2453
+ # Valid for Cluster Type: Aurora DB clusters and Multi-AZ DB clusters
2454
2454
  # @option options [Boolean] :enable_performance_insights
2455
2455
  # Specifies whether to turn on Performance Insights for the DB cluster.
2456
2456
  #
@@ -1945,10 +1945,8 @@ module Aws::RDS
1945
1945
  # @option options [String] :database_insights_mode
1946
1946
  # The mode of Database Insights to enable for the DB instance.
1947
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.
1948
+ # <note markdown="1"> Aurora DB instances inherit this value from the DB cluster, so you
1949
+ # can't change this value.
1952
1950
  #
1953
1951
  # </note>
1954
1952
  # @option options [Boolean] :enable_performance_insights
@@ -2626,7 +2624,7 @@ module Aws::RDS
2626
2624
  # @option options [String] :database_insights_mode
2627
2625
  # The mode of Database Insights to enable for the read replica.
2628
2626
  #
2629
- # <note markdown="1"> Currently, this setting is not supported.
2627
+ # <note markdown="1"> This setting isn't supported.
2630
2628
  #
2631
2629
  # </note>
2632
2630
  # @option options [Boolean] :enable_performance_insights
@@ -3804,10 +3802,8 @@ module Aws::RDS
3804
3802
  # @option options [String] :database_insights_mode
3805
3803
  # Specifies the mode of Database Insights to enable for the DB instance.
3806
3804
  #
3807
- # This setting only applies to Amazon Aurora DB instances.
3808
- #
3809
- # <note markdown="1"> Currently, this value is inherited from the DB cluster and can't be
3810
- # changed.
3805
+ # <note markdown="1"> Aurora DB instances inherit this value from the DB cluster, so you
3806
+ # can't change this value.
3811
3807
  #
3812
3808
  # </note>
3813
3809
  # @option options [Boolean] :enable_performance_insights
@@ -778,7 +778,7 @@ module Aws::RDS
778
778
  # `PerformanceInsightsEnabled` parameter to `true` and the
779
779
  # `PerformanceInsightsRetentionPeriod` parameter to 465.
780
780
  #
781
- # Valid for Cluster Type: Aurora DB clusters only
781
+ # Valid for Cluster Type: Aurora DB clusters and Multi-AZ DB clusters
782
782
  # @option options [Boolean] :enable_performance_insights
783
783
  # Specifies whether to turn on Performance Insights for the DB cluster.
784
784
  #
@@ -2093,10 +2093,8 @@ module Aws::RDS
2093
2093
  # @option options [String] :database_insights_mode
2094
2094
  # The mode of Database Insights to enable for the DB instance.
2095
2095
  #
2096
- # This setting only applies to Amazon Aurora DB instances.
2097
- #
2098
- # <note markdown="1"> Currently, this value is inherited from the DB cluster and can't be
2099
- # changed.
2096
+ # <note markdown="1"> Aurora DB instances inherit this value from the DB cluster, so you
2097
+ # can't change this value.
2100
2098
  #
2101
2099
  # </note>
2102
2100
  # @option options [Boolean] :enable_performance_insights
@@ -2907,7 +2907,7 @@ module Aws::RDS
2907
2907
  # `PerformanceInsightsEnabled` parameter to `true` and the
2908
2908
  # `PerformanceInsightsRetentionPeriod` parameter to 465.
2909
2909
  #
2910
- # Valid for Cluster Type: Aurora DB clusters only
2910
+ # Valid for Cluster Type: Aurora DB clusters and Multi-AZ DB clusters
2911
2911
  # @return [String]
2912
2912
  #
2913
2913
  # @!attribute [rw] enable_performance_insights
@@ -4431,10 +4431,8 @@ module Aws::RDS
4431
4431
  # @!attribute [rw] database_insights_mode
4432
4432
  # The mode of Database Insights to enable for the DB instance.
4433
4433
  #
4434
- # This setting only applies to Amazon Aurora DB instances.
4435
- #
4436
- # <note markdown="1"> Currently, this value is inherited from the DB cluster and can't be
4437
- # changed.
4434
+ # <note markdown="1"> Aurora DB instances inherit this value from the DB cluster, so you
4435
+ # can't change this value.
4438
4436
  #
4439
4437
  # </note>
4440
4438
  # @return [String]
@@ -5238,7 +5236,7 @@ module Aws::RDS
5238
5236
  # @!attribute [rw] database_insights_mode
5239
5237
  # The mode of Database Insights to enable for the read replica.
5240
5238
  #
5241
- # <note markdown="1"> Currently, this setting is not supported.
5239
+ # <note markdown="1"> This setting isn't supported.
5242
5240
  #
5243
5241
  # </note>
5244
5242
  # @return [String]
@@ -17837,7 +17835,7 @@ module Aws::RDS
17837
17835
  # If you change the value from `advanced` to `standard`, you must set
17838
17836
  # the `PerformanceInsightsEnabled` parameter to `false`.
17839
17837
  #
17840
- # Valid for Cluster Type: Aurora DB clusters only
17838
+ # Valid for Cluster Type: Aurora DB clusters and Multi-AZ DB clusters
17841
17839
  # @return [String]
17842
17840
  #
17843
17841
  # @!attribute [rw] enable_performance_insights
@@ -19068,10 +19066,8 @@ module Aws::RDS
19068
19066
  # Specifies the mode of Database Insights to enable for the DB
19069
19067
  # instance.
19070
19068
  #
19071
- # This setting only applies to Amazon Aurora DB instances.
19072
- #
19073
- # <note markdown="1"> Currently, this value is inherited from the DB cluster and can't be
19074
- # changed.
19069
+ # <note markdown="1"> Aurora DB instances inherit this value from the DB cluster, so you
19070
+ # can't change this value.
19075
19071
  #
19076
19072
  # </note>
19077
19073
  # @return [String]
@@ -25608,10 +25604,8 @@ module Aws::RDS
25608
25604
  # Specifies the mode of Database Insights to enable for the DB
25609
25605
  # instance.
25610
25606
  #
25611
- # This setting only applies to Amazon Aurora DB instances.
25612
- #
25613
- # <note markdown="1"> Currently, this value is inherited from the DB cluster and can't be
25614
- # changed.
25607
+ # <note markdown="1"> Aurora DB instances inherit this value from the DB cluster, so you
25608
+ # can't change this value.
25615
25609
  #
25616
25610
  # </note>
25617
25611
  # @return [String]
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.270.0'
83
+ GEM_VERSION = '1.271.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.270.0
4
+ version: 1.271.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: 2025-02-18 00:00:00.000000000 Z
11
+ date: 2025-02-20 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: aws-sdk-core