aws-sdk-rds 1.267.0 → 1.269.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 +12 -28
- data/lib/aws-sdk-rds/db_cluster.rb +5 -5
- data/lib/aws-sdk-rds/endpoint_provider.rb +14 -18
- data/lib/aws-sdk-rds/types.rb +13 -10
- data/lib/aws-sdk-rds.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: c0430c28b601630334395a1db768e147dea585c49af5e1af3434063c1a49f7d7
|
4
|
+
data.tar.gz: 7a7e9e792e0b00510123e68af700ff59615a673784f5f3c8a26b223b61bfa272
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 46f30ea126c3ed8a3f435bc54872aaa3190e1d3486e59e8721475ff04c41bdc8af6066aac8985873034ada69b02c85108d5b1a7a346504de4ee89c6c76e84708
|
7
|
+
data.tar.gz: a10f85549fdb9e4bf6d0b5572945f5e01ec277bd14b95dae4b8450209f6558384a714ce992a052d1eb1237065df6615b23c0825c2ed9a0abfe60204c8b21e2e0
|
data/CHANGELOG.md
CHANGED
@@ -1,6 +1,16 @@
|
|
1
1
|
Unreleased Changes
|
2
2
|
------------------
|
3
3
|
|
4
|
+
1.269.0 (2025-02-06)
|
5
|
+
------------------
|
6
|
+
|
7
|
+
* Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
|
8
|
+
|
9
|
+
1.268.0 (2025-02-05)
|
10
|
+
------------------
|
11
|
+
|
12
|
+
* 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.
|
13
|
+
|
4
14
|
1.267.0 (2025-01-31)
|
5
15
|
------------------
|
6
16
|
|
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
1.
|
1
|
+
1.269.0
|
data/lib/aws-sdk-rds/client.rb
CHANGED
@@ -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.
|
31895
|
+
context[:gem_version] = '1.269.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
|
-
#
|
39
|
-
#
|
40
|
-
#
|
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)
|
@@ -10,43 +10,39 @@
|
|
10
10
|
module Aws::RDS
|
11
11
|
class EndpointProvider
|
12
12
|
def resolve_endpoint(parameters)
|
13
|
-
|
14
|
-
|
15
|
-
use_fips = parameters.use_fips
|
16
|
-
endpoint = parameters.endpoint
|
17
|
-
if Aws::Endpoints::Matchers.set?(endpoint)
|
18
|
-
if Aws::Endpoints::Matchers.boolean_equals?(use_fips, true)
|
13
|
+
if Aws::Endpoints::Matchers.set?(parameters.endpoint)
|
14
|
+
if Aws::Endpoints::Matchers.boolean_equals?(parameters.use_fips, true)
|
19
15
|
raise ArgumentError, "Invalid Configuration: FIPS and custom endpoint are not supported"
|
20
16
|
end
|
21
|
-
if Aws::Endpoints::Matchers.boolean_equals?(use_dual_stack, true)
|
17
|
+
if Aws::Endpoints::Matchers.boolean_equals?(parameters.use_dual_stack, true)
|
22
18
|
raise ArgumentError, "Invalid Configuration: Dualstack and custom endpoint are not supported"
|
23
19
|
end
|
24
|
-
return Aws::Endpoints::Endpoint.new(url: endpoint, headers: {}, properties: {})
|
20
|
+
return Aws::Endpoints::Endpoint.new(url: parameters.endpoint, headers: {}, properties: {})
|
25
21
|
end
|
26
|
-
if Aws::Endpoints::Matchers.set?(region)
|
27
|
-
if (partition_result = Aws::Endpoints::Matchers.aws_partition(region))
|
28
|
-
if Aws::Endpoints::Matchers.boolean_equals?(use_fips, true) && Aws::Endpoints::Matchers.boolean_equals?(use_dual_stack, true)
|
22
|
+
if Aws::Endpoints::Matchers.set?(parameters.region)
|
23
|
+
if (partition_result = Aws::Endpoints::Matchers.aws_partition(parameters.region))
|
24
|
+
if Aws::Endpoints::Matchers.boolean_equals?(parameters.use_fips, true) && Aws::Endpoints::Matchers.boolean_equals?(parameters.use_dual_stack, true)
|
29
25
|
if Aws::Endpoints::Matchers.boolean_equals?(true, Aws::Endpoints::Matchers.attr(partition_result, "supportsFIPS")) && Aws::Endpoints::Matchers.boolean_equals?(true, Aws::Endpoints::Matchers.attr(partition_result, "supportsDualStack"))
|
30
|
-
return Aws::Endpoints::Endpoint.new(url: "https://rds-fips.#{region}.#{partition_result['dualStackDnsSuffix']}", headers: {}, properties: {})
|
26
|
+
return Aws::Endpoints::Endpoint.new(url: "https://rds-fips.#{parameters.region}.#{partition_result['dualStackDnsSuffix']}", headers: {}, properties: {})
|
31
27
|
end
|
32
28
|
raise ArgumentError, "FIPS and DualStack are enabled, but this partition does not support one or both"
|
33
29
|
end
|
34
|
-
if Aws::Endpoints::Matchers.boolean_equals?(use_fips, true)
|
30
|
+
if Aws::Endpoints::Matchers.boolean_equals?(parameters.use_fips, true)
|
35
31
|
if Aws::Endpoints::Matchers.boolean_equals?(Aws::Endpoints::Matchers.attr(partition_result, "supportsFIPS"), true)
|
36
32
|
if Aws::Endpoints::Matchers.string_equals?(Aws::Endpoints::Matchers.attr(partition_result, "name"), "aws-us-gov")
|
37
|
-
return Aws::Endpoints::Endpoint.new(url: "https://rds.#{region}.amazonaws.com", headers: {}, properties: {})
|
33
|
+
return Aws::Endpoints::Endpoint.new(url: "https://rds.#{parameters.region}.amazonaws.com", headers: {}, properties: {})
|
38
34
|
end
|
39
|
-
return Aws::Endpoints::Endpoint.new(url: "https://rds-fips.#{region}.#{partition_result['dnsSuffix']}", headers: {}, properties: {})
|
35
|
+
return Aws::Endpoints::Endpoint.new(url: "https://rds-fips.#{parameters.region}.#{partition_result['dnsSuffix']}", headers: {}, properties: {})
|
40
36
|
end
|
41
37
|
raise ArgumentError, "FIPS is enabled but this partition does not support FIPS"
|
42
38
|
end
|
43
|
-
if Aws::Endpoints::Matchers.boolean_equals?(use_dual_stack, true)
|
39
|
+
if Aws::Endpoints::Matchers.boolean_equals?(parameters.use_dual_stack, true)
|
44
40
|
if Aws::Endpoints::Matchers.boolean_equals?(true, Aws::Endpoints::Matchers.attr(partition_result, "supportsDualStack"))
|
45
|
-
return Aws::Endpoints::Endpoint.new(url: "https://rds.#{region}.#{partition_result['dualStackDnsSuffix']}", headers: {}, properties: {})
|
41
|
+
return Aws::Endpoints::Endpoint.new(url: "https://rds.#{parameters.region}.#{partition_result['dualStackDnsSuffix']}", headers: {}, properties: {})
|
46
42
|
end
|
47
43
|
raise ArgumentError, "DualStack is enabled but this partition does not support DualStack"
|
48
44
|
end
|
49
|
-
return Aws::Endpoints::Endpoint.new(url: "https://rds.#{region}.#{partition_result['dnsSuffix']}", headers: {}, properties: {})
|
45
|
+
return Aws::Endpoints::Endpoint.new(url: "https://rds.#{parameters.region}.#{partition_result['dnsSuffix']}", headers: {}, properties: {})
|
50
46
|
end
|
51
47
|
end
|
52
48
|
raise ArgumentError, "Invalid Configuration: Missing Region"
|
data/lib/aws-sdk-rds/types.rb
CHANGED
@@ -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
|
-
#
|
6807
|
-
#
|
6808
|
-
#
|
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.
|
83
|
+
GEM_VERSION = '1.269.0'
|
84
84
|
|
85
85
|
end
|
86
86
|
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: aws-sdk-rds
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 1.
|
4
|
+
version: 1.269.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-
|
11
|
+
date: 2025-02-06 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: aws-sdk-core
|