aws-sdk-rds 1.267.0 → 1.268.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: 5c1233f5f8a7daa8f973a771b602965d938835e11d401fa38874a97c9ff999f4
4
- data.tar.gz: 242bd1528fd68efc88d41a3ed3819714a8f74834364a9f3d1366b886451ed748
3
+ metadata.gz: 312e08826a58841d556d1a57582392f582ae75e0345f0f655de5ad62d2dbb495
4
+ data.tar.gz: 8d061d84d079d8d05f448a2103b2eeaa60eba9bed29316412f0fa3c7bfa8c4a4
5
5
  SHA512:
6
- metadata.gz: 48f4178a3ab4324cb2f619a67cb2ff425465ae71be5618f4a440941397bd4b8abdc1620148e3def629d2225ba1d8e2a440378aa2eb233e4dc57ef0b6c5f94cd0
7
- data.tar.gz: d93df26c83b956404c4fdb5d26999a6f9da387caf6138faa228aa05645c4d11e693d389a84c575974f1667d2780d86d6571524bf93b009254cd6d1095b880f26
6
+ metadata.gz: 583ea5996a58acea42f3a1fe889555d36180cc9e71d57437e9b143943d977a5bafc923b28e76ac6860b3e8c9abf720daca1d0b66453d26eb3acab6b428029d79
7
+ data.tar.gz: bcae5da69deeacf73b1d8809f449e03fccd7cbb51529d2855f434eb2c70110b9adb491fdb9bd17b8315745b1011dcb793767f0347559436a1ffdd704ad16e8d9
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.268.0 (2025-02-05)
5
+ ------------------
6
+
7
+ * Feature - Documentation updates to clarify the description for the parameter AllocatedStorage for the DB cluster data type, the description for the parameter DeleteAutomatedBackups for the DeleteDBCluster API operation, and removing an outdated note for the CreateDBParameterGroup API operation.
8
+
4
9
  1.267.0 (2025-01-31)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.267.0
1
+ 1.268.0
@@ -7051,22 +7051,6 @@ module Aws::RDS
7051
7051
  #
7052
7052
  # This command doesn't apply to RDS Custom.
7053
7053
  #
7054
- # After you create a DB parameter group, you should wait at least 5
7055
- # minutes before creating your first DB instance that uses that DB
7056
- # parameter group as the default parameter group. This allows Amazon RDS
7057
- # to fully complete the create action before the parameter group is used
7058
- # as the default for a new DB instance. This is especially important for
7059
- # parameters that are critical when creating the default database for a
7060
- # DB instance, such as the character set for the default database
7061
- # defined by the `character_set_database` parameter. You can use the
7062
- # *Parameter Groups* option of the [Amazon RDS console][1] or the
7063
- # *DescribeDBParameters* command to verify that your DB parameter group
7064
- # has been created or modified.
7065
- #
7066
- #
7067
- #
7068
- # [1]: https://console.aws.amazon.com/rds/
7069
- #
7070
7054
  # @option params [required, String] :db_parameter_group_name
7071
7055
  # The name of the DB parameter group.
7072
7056
  #
@@ -8367,13 +8351,13 @@ module Aws::RDS
8367
8351
  # @option params [String] :data_filter
8368
8352
  # Data filtering options for the integration. For more information, see
8369
8353
  # [Data filtering for Aurora zero-ETL integrations with Amazon
8370
- # Redshift][1].
8371
- #
8372
- # Valid for: Integrations with Aurora MySQL source DB clusters only
8354
+ # Redshift][1] or [Data filtering for Amazon RDS zero-ETL integrations
8355
+ # with Amazon Redshift][2].
8373
8356
  #
8374
8357
  #
8375
8358
  #
8376
8359
  # [1]: https://docs.aws.amazon.com/AmazonRDS/latest/AuroraUserGuide/zero-etl.filtering.html
8360
+ # [2]: https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/zero-etl.filtering.html
8377
8361
  #
8378
8362
  # @option params [String] :description
8379
8363
  # A description of the integration.
@@ -9157,7 +9141,8 @@ module Aws::RDS
9157
9141
  # Specifies whether to remove automated backups immediately after the DB
9158
9142
  # cluster is deleted. This parameter isn't case-sensitive. The default
9159
9143
  # is to remove automated backups immediately after the DB cluster is
9160
- # deleted.
9144
+ # deleted, unless the Amazon Web Services Backup policy specifies a
9145
+ # point-in-time restore rule.
9161
9146
  #
9162
9147
  # @return [Types::DeleteDBClusterResult] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
9163
9148
  #
@@ -21914,6 +21899,8 @@ module Aws::RDS
21914
21899
  # hyphens; it can't end with a hyphen or contain two consecutive
21915
21900
  # hyphens.
21916
21901
  #
21902
+ # You can't rename the `default` target group.
21903
+ #
21917
21904
  # @return [Types::ModifyDBProxyTargetGroupResponse] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
21918
21905
  #
21919
21906
  # * {Types::ModifyDBProxyTargetGroupResponse#db_proxy_target_group #db_proxy_target_group} => Types::DBProxyTargetGroup
@@ -22839,12 +22826,6 @@ module Aws::RDS
22839
22826
 
22840
22827
  # Modifies a zero-ETL integration with Amazon Redshift.
22841
22828
  #
22842
- # <note markdown="1"> Currently, you can only modify integrations that have Aurora MySQL
22843
- # source DB clusters. Integrations with Aurora PostgreSQL and RDS
22844
- # sources currently don't support modifying the integration.
22845
- #
22846
- # </note>
22847
- #
22848
22829
  # @option params [required, String] :integration_identifier
22849
22830
  # The unique identifier of the integration to modify.
22850
22831
  #
@@ -22853,11 +22834,14 @@ module Aws::RDS
22853
22834
  #
22854
22835
  # @option params [String] :data_filter
22855
22836
  # A new data filter for the integration. For more information, see [Data
22856
- # filtering for Aurora zero-ETL integrations with Amazon Redshift][1].
22837
+ # filtering for Aurora zero-ETL integrations with Amazon Redshift][1] or
22838
+ # [Data filtering for Amazon RDS zero-ETL integrations with Amazon
22839
+ # Redshift][2].
22857
22840
  #
22858
22841
  #
22859
22842
  #
22860
22843
  # [1]: https://docs.aws.amazon.com/AmazonRDS/latest/AuroraUserGuide/USER_Zero_ETL_Filtering.html
22844
+ # [2]: https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/zero-etl.filtering.html
22861
22845
  #
22862
22846
  # @option params [String] :description
22863
22847
  # A new description for the integration.
@@ -31908,7 +31892,7 @@ module Aws::RDS
31908
31892
  tracer: tracer
31909
31893
  )
31910
31894
  context[:gem_name] = 'aws-sdk-rds'
31911
- context[:gem_version] = '1.267.0'
31895
+ context[:gem_version] = '1.268.0'
31912
31896
  Seahorse::Client::Request.new(handlers, context)
31913
31897
  end
31914
31898
 
@@ -35,10 +35,9 @@ module Aws::RDS
35
35
  end
36
36
  alias :db_cluster_identifier :id
37
37
 
38
- # For all database engines except Amazon Aurora, `AllocatedStorage`
39
- # specifies the allocated storage size in gibibytes (GiB). For Aurora,
40
- # `AllocatedStorage` always returns 1, because Aurora DB cluster storage
41
- # size isn't fixed, but instead automatically adjusts as needed.
38
+ # `AllocatedStorage` specifies the allocated storage size in gibibytes
39
+ # (GiB). For Aurora, `AllocatedStorage` can vary because Aurora DB
40
+ # cluster storage size adjusts as needed.
42
41
  # @return [Integer]
43
42
  def allocated_storage
44
43
  data[:allocated_storage]
@@ -1906,7 +1905,8 @@ module Aws::RDS
1906
1905
  # Specifies whether to remove automated backups immediately after the DB
1907
1906
  # cluster is deleted. This parameter isn't case-sensitive. The default
1908
1907
  # is to remove automated backups immediately after the DB cluster is
1909
- # deleted.
1908
+ # deleted, unless the Amazon Web Services Backup policy specifies a
1909
+ # point-in-time restore rule.
1910
1910
  # @return [DBCluster]
1911
1911
  def delete(options = {})
1912
1912
  options = options.merge(db_cluster_identifier: @id)
@@ -6534,13 +6534,13 @@ module Aws::RDS
6534
6534
  # @!attribute [rw] data_filter
6535
6535
  # Data filtering options for the integration. For more information,
6536
6536
  # see [Data filtering for Aurora zero-ETL integrations with Amazon
6537
- # Redshift][1].
6538
- #
6539
- # Valid for: Integrations with Aurora MySQL source DB clusters only
6537
+ # Redshift][1] or [Data filtering for Amazon RDS zero-ETL integrations
6538
+ # with Amazon Redshift][2].
6540
6539
  #
6541
6540
  #
6542
6541
  #
6543
6542
  # [1]: https://docs.aws.amazon.com/AmazonRDS/latest/AuroraUserGuide/zero-etl.filtering.html
6543
+ # [2]: https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/zero-etl.filtering.html
6544
6544
  # @return [String]
6545
6545
  #
6546
6546
  # @!attribute [rw] description
@@ -6803,11 +6803,9 @@ module Aws::RDS
6803
6803
  # [2]: https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/multi-az-db-clusters-concepts.html
6804
6804
  #
6805
6805
  # @!attribute [rw] allocated_storage
6806
- # For all database engines except Amazon Aurora, `AllocatedStorage`
6807
- # specifies the allocated storage size in gibibytes (GiB). For Aurora,
6808
- # `AllocatedStorage` always returns 1, because Aurora DB cluster
6809
- # storage size isn't fixed, but instead automatically adjusts as
6810
- # needed.
6806
+ # `AllocatedStorage` specifies the allocated storage size in gibibytes
6807
+ # (GiB). For Aurora, `AllocatedStorage` can vary because Aurora DB
6808
+ # cluster storage size adjusts as needed.
6811
6809
  # @return [Integer]
6812
6810
  #
6813
6811
  # @!attribute [rw] availability_zones
@@ -11599,7 +11597,8 @@ module Aws::RDS
11599
11597
  # Specifies whether to remove automated backups immediately after the
11600
11598
  # DB cluster is deleted. This parameter isn't case-sensitive. The
11601
11599
  # default is to remove automated backups immediately after the DB
11602
- # cluster is deleted.
11600
+ # cluster is deleted, unless the Amazon Web Services Backup policy
11601
+ # specifies a point-in-time restore rule.
11603
11602
  # @return [Boolean]
11604
11603
  #
11605
11604
  # @see http://docs.aws.amazon.com/goto/WebAPI/rds-2014-10-31/DeleteDBClusterMessage AWS API Documentation
@@ -19755,6 +19754,8 @@ module Aws::RDS
19755
19754
  # begin with a letter and must contain only ASCII letters, digits, and
19756
19755
  # hyphens; it can't end with a hyphen or contain two consecutive
19757
19756
  # hyphens.
19757
+ #
19758
+ # You can't rename the `default` target group.
19758
19759
  # @return [String]
19759
19760
  #
19760
19761
  # @see http://docs.aws.amazon.com/goto/WebAPI/rds-2014-10-31/ModifyDBProxyTargetGroupRequest AWS API Documentation
@@ -20206,11 +20207,13 @@ module Aws::RDS
20206
20207
  # @!attribute [rw] data_filter
20207
20208
  # A new data filter for the integration. For more information, see
20208
20209
  # [Data filtering for Aurora zero-ETL integrations with Amazon
20209
- # Redshift][1].
20210
+ # Redshift][1] or [Data filtering for Amazon RDS zero-ETL integrations
20211
+ # with Amazon Redshift][2].
20210
20212
  #
20211
20213
  #
20212
20214
  #
20213
20215
  # [1]: https://docs.aws.amazon.com/AmazonRDS/latest/AuroraUserGuide/USER_Zero_ETL_Filtering.html
20216
+ # [2]: https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/zero-etl.filtering.html
20214
20217
  # @return [String]
20215
20218
  #
20216
20219
  # @!attribute [rw] description
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.267.0'
83
+ GEM_VERSION = '1.268.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.267.0
4
+ version: 1.268.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-01-31 00:00:00.000000000 Z
11
+ date: 2025-02-05 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: aws-sdk-core