aws-sdk-rds 1.265.0 → 1.272.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 +4 -4
- data/CHANGELOG.md +35 -0
- data/VERSION +1 -1
- data/lib/aws-sdk-rds/client.rb +141 -116
- data/lib/aws-sdk-rds/db_cluster.rb +35 -20
- data/lib/aws-sdk-rds/db_cluster_snapshot.rb +6 -4
- data/lib/aws-sdk-rds/db_instance.rb +21 -21
- data/lib/aws-sdk-rds/db_snapshot.rb +1 -1
- data/lib/aws-sdk-rds/endpoint_provider.rb +14 -18
- data/lib/aws-sdk-rds/errors.rb +205 -0
- data/lib/aws-sdk-rds/resource.rb +17 -15
- data/lib/aws-sdk-rds/types.rb +102 -65
- data/lib/aws-sdk-rds.rb +1 -1
- data/sig/client.rbs +2 -0
- data/sig/resource.rbs +2 -0
- metadata +4 -4
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 10839016c6b715bdb9e89ff1d13a43ae2390bd1d60f11a84e44e23bc790e9656
|
4
|
+
data.tar.gz: 206961cbf6e43312b8201453d378c5fd86d313f5202749fb94ea1d0621761365
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: bb3e249b9814e448c307f5f04bae3cb9451673831a4971981ccc082c11125e3285466637ab8546918ea4a3605d60f5d386c9384f59752fcf73de442ecc628c91
|
7
|
+
data.tar.gz: 96118d8e8bcbf942b252c2f7ff45bff62a36e470d898b46e01a9e70900fec61951897022ada9e0fe8f81a29dbfdd68d9c1fa81287b90d0cfe9e2469dc68cfe7e
|
data/CHANGELOG.md
CHANGED
@@ -1,6 +1,41 @@
|
|
1
1
|
Unreleased Changes
|
2
2
|
------------------
|
3
3
|
|
4
|
+
1.272.0 (2025-03-04)
|
5
|
+
------------------
|
6
|
+
|
7
|
+
* Feature - Note support for Database Insights for Amazon RDS.
|
8
|
+
|
9
|
+
1.271.0 (2025-02-20)
|
10
|
+
------------------
|
11
|
+
|
12
|
+
* Feature - CloudWatch Database Insights now supports Amazon RDS.
|
13
|
+
|
14
|
+
1.270.0 (2025-02-18)
|
15
|
+
------------------
|
16
|
+
|
17
|
+
* Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
|
18
|
+
|
19
|
+
1.269.0 (2025-02-06)
|
20
|
+
------------------
|
21
|
+
|
22
|
+
* Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
|
23
|
+
|
24
|
+
1.268.0 (2025-02-05)
|
25
|
+
------------------
|
26
|
+
|
27
|
+
* 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.
|
28
|
+
|
29
|
+
1.267.0 (2025-01-31)
|
30
|
+
------------------
|
31
|
+
|
32
|
+
* Feature - Updates to Aurora MySQL and Aurora PostgreSQL API pages with instance log type in the create and modify DB Cluster.
|
33
|
+
|
34
|
+
1.266.0 (2025-01-15)
|
35
|
+
------------------
|
36
|
+
|
37
|
+
* Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
|
38
|
+
|
4
39
|
1.265.0 (2025-01-08)
|
5
40
|
------------------
|
6
41
|
|
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
1.
|
1
|
+
1.272.0
|
data/lib/aws-sdk-rds/client.rb
CHANGED
@@ -7,35 +7,35 @@
|
|
7
7
|
#
|
8
8
|
# WARNING ABOUT GENERATED CODE
|
9
9
|
|
10
|
-
require 'seahorse/client/plugins/content_length
|
11
|
-
require 'aws-sdk-core/plugins/credentials_configuration
|
12
|
-
require 'aws-sdk-core/plugins/logging
|
13
|
-
require 'aws-sdk-core/plugins/param_converter
|
14
|
-
require 'aws-sdk-core/plugins/param_validator
|
15
|
-
require 'aws-sdk-core/plugins/user_agent
|
16
|
-
require 'aws-sdk-core/plugins/helpful_socket_errors
|
17
|
-
require 'aws-sdk-core/plugins/retry_errors
|
18
|
-
require 'aws-sdk-core/plugins/global_configuration
|
19
|
-
require 'aws-sdk-core/plugins/regional_endpoint
|
20
|
-
require 'aws-sdk-core/plugins/endpoint_discovery
|
21
|
-
require 'aws-sdk-core/plugins/endpoint_pattern
|
22
|
-
require 'aws-sdk-core/plugins/response_paging
|
23
|
-
require 'aws-sdk-core/plugins/stub_responses
|
24
|
-
require 'aws-sdk-core/plugins/idempotency_token
|
25
|
-
require 'aws-sdk-core/plugins/invocation_id
|
26
|
-
require 'aws-sdk-core/plugins/jsonvalue_converter
|
27
|
-
require 'aws-sdk-core/plugins/client_metrics_plugin
|
28
|
-
require 'aws-sdk-core/plugins/client_metrics_send_plugin
|
29
|
-
require 'aws-sdk-core/plugins/transfer_encoding
|
30
|
-
require 'aws-sdk-core/plugins/http_checksum
|
31
|
-
require 'aws-sdk-core/plugins/checksum_algorithm
|
32
|
-
require 'aws-sdk-core/plugins/request_compression
|
33
|
-
require 'aws-sdk-core/plugins/defaults_mode
|
34
|
-
require 'aws-sdk-core/plugins/recursion_detection
|
35
|
-
require 'aws-sdk-core/plugins/telemetry
|
36
|
-
require 'aws-sdk-core/plugins/sign
|
37
|
-
require 'aws-sdk-core/plugins/protocols/query
|
38
|
-
require 'aws-sdk-rds/plugins/cross_region_copying
|
10
|
+
require 'seahorse/client/plugins/content_length'
|
11
|
+
require 'aws-sdk-core/plugins/credentials_configuration'
|
12
|
+
require 'aws-sdk-core/plugins/logging'
|
13
|
+
require 'aws-sdk-core/plugins/param_converter'
|
14
|
+
require 'aws-sdk-core/plugins/param_validator'
|
15
|
+
require 'aws-sdk-core/plugins/user_agent'
|
16
|
+
require 'aws-sdk-core/plugins/helpful_socket_errors'
|
17
|
+
require 'aws-sdk-core/plugins/retry_errors'
|
18
|
+
require 'aws-sdk-core/plugins/global_configuration'
|
19
|
+
require 'aws-sdk-core/plugins/regional_endpoint'
|
20
|
+
require 'aws-sdk-core/plugins/endpoint_discovery'
|
21
|
+
require 'aws-sdk-core/plugins/endpoint_pattern'
|
22
|
+
require 'aws-sdk-core/plugins/response_paging'
|
23
|
+
require 'aws-sdk-core/plugins/stub_responses'
|
24
|
+
require 'aws-sdk-core/plugins/idempotency_token'
|
25
|
+
require 'aws-sdk-core/plugins/invocation_id'
|
26
|
+
require 'aws-sdk-core/plugins/jsonvalue_converter'
|
27
|
+
require 'aws-sdk-core/plugins/client_metrics_plugin'
|
28
|
+
require 'aws-sdk-core/plugins/client_metrics_send_plugin'
|
29
|
+
require 'aws-sdk-core/plugins/transfer_encoding'
|
30
|
+
require 'aws-sdk-core/plugins/http_checksum'
|
31
|
+
require 'aws-sdk-core/plugins/checksum_algorithm'
|
32
|
+
require 'aws-sdk-core/plugins/request_compression'
|
33
|
+
require 'aws-sdk-core/plugins/defaults_mode'
|
34
|
+
require 'aws-sdk-core/plugins/recursion_detection'
|
35
|
+
require 'aws-sdk-core/plugins/telemetry'
|
36
|
+
require 'aws-sdk-core/plugins/sign'
|
37
|
+
require 'aws-sdk-core/plugins/protocols/query'
|
38
|
+
require 'aws-sdk-rds/plugins/cross_region_copying'
|
39
39
|
|
40
40
|
module Aws::RDS
|
41
41
|
# An API client for RDS. To construct a client, you need to configure a `:region` and `:credentials`.
|
@@ -259,11 +259,34 @@ module Aws::RDS
|
|
259
259
|
# Used when loading credentials from the shared credentials file
|
260
260
|
# at HOME/.aws/credentials. When not specified, 'default' is used.
|
261
261
|
#
|
262
|
+
# @option options [String] :request_checksum_calculation ("when_supported")
|
263
|
+
# Determines when a checksum will be calculated for request payloads. Values are:
|
264
|
+
#
|
265
|
+
# * `when_supported` - (default) When set, a checksum will be
|
266
|
+
# calculated for all request payloads of operations modeled with the
|
267
|
+
# `httpChecksum` trait where `requestChecksumRequired` is `true` and/or a
|
268
|
+
# `requestAlgorithmMember` is modeled.
|
269
|
+
# * `when_required` - When set, a checksum will only be calculated for
|
270
|
+
# request payloads of operations modeled with the `httpChecksum` trait where
|
271
|
+
# `requestChecksumRequired` is `true` or where a `requestAlgorithmMember`
|
272
|
+
# is modeled and supplied.
|
273
|
+
#
|
262
274
|
# @option options [Integer] :request_min_compression_size_bytes (10240)
|
263
275
|
# The minimum size in bytes that triggers compression for request
|
264
276
|
# bodies. The value must be non-negative integer value between 0
|
265
277
|
# and 10485780 bytes inclusive.
|
266
278
|
#
|
279
|
+
# @option options [String] :response_checksum_validation ("when_supported")
|
280
|
+
# Determines when checksum validation will be performed on response payloads. Values are:
|
281
|
+
#
|
282
|
+
# * `when_supported` - (default) When set, checksum validation is performed on all
|
283
|
+
# response payloads of operations modeled with the `httpChecksum` trait where
|
284
|
+
# `responseAlgorithms` is modeled, except when no modeled checksum algorithms
|
285
|
+
# are supported.
|
286
|
+
# * `when_required` - When set, checksum validation is not performed on
|
287
|
+
# response payloads of operations unless the checksum algorithm is supported and
|
288
|
+
# the `requestValidationModeMember` member is set to `ENABLED`.
|
289
|
+
#
|
267
290
|
# @option options [Proc] :retry_backoff
|
268
291
|
# A proc or lambda used for backoff. Defaults to 2**retries * retry_base_delay.
|
269
292
|
# This option is only used in the `legacy` retry mode.
|
@@ -3062,13 +3085,14 @@ module Aws::RDS
|
|
3062
3085
|
#
|
3063
3086
|
# The following values are valid for each DB engine:
|
3064
3087
|
#
|
3065
|
-
# * Aurora MySQL - `audit | error | general | slowquery
|
3088
|
+
# * Aurora MySQL - `audit | error | general | instance | slowquery |
|
3089
|
+
# iam-db-auth-error`
|
3066
3090
|
#
|
3067
|
-
# * Aurora PostgreSQL - `postgresql`
|
3091
|
+
# * Aurora PostgreSQL - `instance | postgresql | iam-db-auth-error`
|
3068
3092
|
#
|
3069
|
-
# * RDS for MySQL - `error | general | slowquery`
|
3093
|
+
# * RDS for MySQL - `error | general | slowquery | iam-db-auth-error`
|
3070
3094
|
#
|
3071
|
-
# * RDS for PostgreSQL - `postgresql | upgrade`
|
3095
|
+
# * RDS for PostgreSQL - `postgresql | upgrade | iam-db-auth-error`
|
3072
3096
|
#
|
3073
3097
|
# For more information about exporting CloudWatch Logs for Amazon RDS,
|
3074
3098
|
# see [Publishing Database Logs to Amazon CloudWatch Logs][1] in the
|
@@ -3357,7 +3381,7 @@ module Aws::RDS
|
|
3357
3381
|
# `PerformanceInsightsEnabled` parameter to `true` and the
|
3358
3382
|
# `PerformanceInsightsRetentionPeriod` parameter to 465.
|
3359
3383
|
#
|
3360
|
-
# Valid for Cluster Type: Aurora DB clusters
|
3384
|
+
# Valid for Cluster Type: Aurora DB clusters and Multi-AZ DB clusters
|
3361
3385
|
#
|
3362
3386
|
# @option params [Boolean] :enable_performance_insights
|
3363
3387
|
# Specifies whether to turn on Performance Insights for the DB cluster.
|
@@ -5154,7 +5178,7 @@ module Aws::RDS
|
|
5154
5178
|
# Valid Values: `gp2 | gp3 | io1 | io2 | standard`
|
5155
5179
|
#
|
5156
5180
|
# Default: `io1`, if the `Iops` parameter is specified. Otherwise,
|
5157
|
-
# `
|
5181
|
+
# `gp3`.
|
5158
5182
|
#
|
5159
5183
|
# @option params [String] :tde_credential_arn
|
5160
5184
|
# The ARN from the key store with which to associate the instance for
|
@@ -5361,10 +5385,8 @@ module Aws::RDS
|
|
5361
5385
|
# @option params [String] :database_insights_mode
|
5362
5386
|
# The mode of Database Insights to enable for the DB instance.
|
5363
5387
|
#
|
5364
|
-
#
|
5365
|
-
#
|
5366
|
-
# <note markdown="1"> Currently, this value is inherited from the DB cluster and can't be
|
5367
|
-
# changed.
|
5388
|
+
# <note markdown="1"> Aurora DB instances inherit this value from the DB cluster, so you
|
5389
|
+
# can't change this value.
|
5368
5390
|
#
|
5369
5391
|
# </note>
|
5370
5392
|
#
|
@@ -5427,17 +5449,19 @@ module Aws::RDS
|
|
5427
5449
|
#
|
5428
5450
|
# The following values are valid for each DB engine:
|
5429
5451
|
#
|
5430
|
-
# * RDS for Db2 - `diag.log | notify.log`
|
5452
|
+
# * RDS for Db2 - `diag.log | notify.log | iam-db-auth-error`
|
5431
5453
|
#
|
5432
|
-
# * RDS for MariaDB - `audit | error | general | slowquery
|
5454
|
+
# * RDS for MariaDB - `audit | error | general | slowquery |
|
5455
|
+
# iam-db-auth-error`
|
5433
5456
|
#
|
5434
5457
|
# * RDS for Microsoft SQL Server - `agent | error`
|
5435
5458
|
#
|
5436
|
-
# * RDS for MySQL - `audit | error | general | slowquery
|
5459
|
+
# * RDS for MySQL - `audit | error | general | slowquery |
|
5460
|
+
# iam-db-auth-error`
|
5437
5461
|
#
|
5438
5462
|
# * RDS for Oracle - `alert | audit | listener | trace | oemagent`
|
5439
5463
|
#
|
5440
|
-
# * RDS for PostgreSQL - `postgresql | upgrade`
|
5464
|
+
# * RDS for PostgreSQL - `postgresql | upgrade | iam-db-auth-error`
|
5441
5465
|
#
|
5442
5466
|
#
|
5443
5467
|
#
|
@@ -5563,7 +5587,8 @@ module Aws::RDS
|
|
5563
5587
|
# [1]: https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/USER_VPC.WorkingWithRDSInstanceinaVPC.html
|
5564
5588
|
#
|
5565
5589
|
# @option params [Integer] :storage_throughput
|
5566
|
-
# The storage throughput value for the
|
5590
|
+
# The storage throughput value, in mebibyte per second (MiBps), for the
|
5591
|
+
# DB instance.
|
5567
5592
|
#
|
5568
5593
|
# This setting applies only to the `gp3` storage type.
|
5569
5594
|
#
|
@@ -6280,7 +6305,7 @@ module Aws::RDS
|
|
6280
6305
|
#
|
6281
6306
|
# Valid Values: `gp2 | gp3 | io1 | io2 | standard`
|
6282
6307
|
#
|
6283
|
-
# Default: `io1` if the `Iops` parameter is specified. Otherwise, `
|
6308
|
+
# Default: `io1` if the `Iops` parameter is specified. Otherwise, `gp3`.
|
6284
6309
|
#
|
6285
6310
|
# @option params [Boolean] :copy_tags_to_snapshot
|
6286
6311
|
# Specifies whether to copy all tags from the read replica to snapshots
|
@@ -6436,7 +6461,7 @@ module Aws::RDS
|
|
6436
6461
|
# @option params [String] :database_insights_mode
|
6437
6462
|
# The mode of Database Insights to enable for the read replica.
|
6438
6463
|
#
|
6439
|
-
# <note markdown="1">
|
6464
|
+
# <note markdown="1"> This setting isn't supported.
|
6440
6465
|
#
|
6441
6466
|
# </note>
|
6442
6467
|
#
|
@@ -7027,22 +7052,6 @@ module Aws::RDS
|
|
7027
7052
|
#
|
7028
7053
|
# This command doesn't apply to RDS Custom.
|
7029
7054
|
#
|
7030
|
-
# After you create a DB parameter group, you should wait at least 5
|
7031
|
-
# minutes before creating your first DB instance that uses that DB
|
7032
|
-
# parameter group as the default parameter group. This allows Amazon RDS
|
7033
|
-
# to fully complete the create action before the parameter group is used
|
7034
|
-
# as the default for a new DB instance. This is especially important for
|
7035
|
-
# parameters that are critical when creating the default database for a
|
7036
|
-
# DB instance, such as the character set for the default database
|
7037
|
-
# defined by the `character_set_database` parameter. You can use the
|
7038
|
-
# *Parameter Groups* option of the [Amazon RDS console][1] or the
|
7039
|
-
# *DescribeDBParameters* command to verify that your DB parameter group
|
7040
|
-
# has been created or modified.
|
7041
|
-
#
|
7042
|
-
#
|
7043
|
-
#
|
7044
|
-
# [1]: https://console.aws.amazon.com/rds/
|
7045
|
-
#
|
7046
7055
|
# @option params [required, String] :db_parameter_group_name
|
7047
7056
|
# The name of the DB parameter group.
|
7048
7057
|
#
|
@@ -8343,13 +8352,13 @@ module Aws::RDS
|
|
8343
8352
|
# @option params [String] :data_filter
|
8344
8353
|
# Data filtering options for the integration. For more information, see
|
8345
8354
|
# [Data filtering for Aurora zero-ETL integrations with Amazon
|
8346
|
-
# Redshift][1]
|
8347
|
-
#
|
8348
|
-
# Valid for: Integrations with Aurora MySQL source DB clusters only
|
8355
|
+
# Redshift][1] or [Data filtering for Amazon RDS zero-ETL integrations
|
8356
|
+
# with Amazon Redshift][2].
|
8349
8357
|
#
|
8350
8358
|
#
|
8351
8359
|
#
|
8352
8360
|
# [1]: https://docs.aws.amazon.com/AmazonRDS/latest/AuroraUserGuide/zero-etl.filtering.html
|
8361
|
+
# [2]: https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/zero-etl.filtering.html
|
8353
8362
|
#
|
8354
8363
|
# @option params [String] :description
|
8355
8364
|
# A description of the integration.
|
@@ -9133,7 +9142,8 @@ module Aws::RDS
|
|
9133
9142
|
# Specifies whether to remove automated backups immediately after the DB
|
9134
9143
|
# cluster is deleted. This parameter isn't case-sensitive. The default
|
9135
9144
|
# is to remove automated backups immediately after the DB cluster is
|
9136
|
-
# deleted
|
9145
|
+
# deleted, unless the Amazon Web Services Backup policy specifies a
|
9146
|
+
# point-in-time restore rule.
|
9137
9147
|
#
|
9138
9148
|
# @return [Types::DeleteDBClusterResult] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
|
9139
9149
|
#
|
@@ -18997,13 +19007,14 @@ module Aws::RDS
|
|
18997
19007
|
#
|
18998
19008
|
# The following values are valid for each DB engine:
|
18999
19009
|
#
|
19000
|
-
# * Aurora MySQL - `audit | error | general | slowquery
|
19010
|
+
# * Aurora MySQL - `audit | error | general | instance | slowquery |
|
19011
|
+
# iam-db-auth-error`
|
19001
19012
|
#
|
19002
|
-
# * Aurora PostgreSQL - `postgresql`
|
19013
|
+
# * Aurora PostgreSQL - `instance | postgresql | iam-db-auth-error`
|
19003
19014
|
#
|
19004
|
-
# * RDS for MySQL - `error | general | slowquery`
|
19015
|
+
# * RDS for MySQL - `error | general | slowquery | iam-db-auth-error`
|
19005
19016
|
#
|
19006
|
-
# * RDS for PostgreSQL - `postgresql | upgrade`
|
19017
|
+
# * RDS for PostgreSQL - `postgresql | upgrade | iam-db-auth-error`
|
19007
19018
|
#
|
19008
19019
|
# For more information about exporting CloudWatch Logs for Amazon RDS,
|
19009
19020
|
# see [ Publishing Database Logs to Amazon CloudWatch Logs][1] in the
|
@@ -19290,7 +19301,7 @@ module Aws::RDS
|
|
19290
19301
|
# If you change the value from `advanced` to `standard`, you must set
|
19291
19302
|
# the `PerformanceInsightsEnabled` parameter to `false`.
|
19292
19303
|
#
|
19293
|
-
# Valid for Cluster Type: Aurora DB clusters
|
19304
|
+
# Valid for Cluster Type: Aurora DB clusters and Multi-AZ DB clusters
|
19294
19305
|
#
|
19295
19306
|
# @option params [Boolean] :enable_performance_insights
|
19296
19307
|
# Specifies whether to turn on Performance Insights for the DB cluster.
|
@@ -20906,10 +20917,8 @@ module Aws::RDS
|
|
20906
20917
|
# @option params [String] :database_insights_mode
|
20907
20918
|
# Specifies the mode of Database Insights to enable for the DB instance.
|
20908
20919
|
#
|
20909
|
-
#
|
20910
|
-
#
|
20911
|
-
# <note markdown="1"> Currently, this value is inherited from the DB cluster and can't be
|
20912
|
-
# changed.
|
20920
|
+
# <note markdown="1"> Aurora DB instances inherit this value from the DB cluster, so you
|
20921
|
+
# can't change this value.
|
20913
20922
|
#
|
20914
20923
|
# </note>
|
20915
20924
|
#
|
@@ -20971,13 +20980,14 @@ module Aws::RDS
|
|
20971
20980
|
#
|
20972
20981
|
# The following values are valid for each DB engine:
|
20973
20982
|
#
|
20974
|
-
# * Aurora MySQL - `audit | error | general | slowquery
|
20983
|
+
# * Aurora MySQL - `audit | error | general | slowquery |
|
20984
|
+
# iam-db-auth-error`
|
20975
20985
|
#
|
20976
|
-
# * Aurora PostgreSQL - `postgresql`
|
20986
|
+
# * Aurora PostgreSQL - `postgresql | iam-db-auth-error`
|
20977
20987
|
#
|
20978
|
-
# * RDS for MySQL - `error | general | slowquery`
|
20988
|
+
# * RDS for MySQL - `error | general | slowquery | iam-db-auth-error`
|
20979
20989
|
#
|
20980
|
-
# * RDS for PostgreSQL - `postgresql | upgrade`
|
20990
|
+
# * RDS for PostgreSQL - `postgresql | upgrade | iam-db-auth-error`
|
20981
20991
|
#
|
20982
20992
|
# For more information about exporting CloudWatch Logs for Amazon RDS,
|
20983
20993
|
# see [ Publishing Database Logs to Amazon CloudWatch Logs][1] in the
|
@@ -21890,6 +21900,8 @@ module Aws::RDS
|
|
21890
21900
|
# hyphens; it can't end with a hyphen or contain two consecutive
|
21891
21901
|
# hyphens.
|
21892
21902
|
#
|
21903
|
+
# You can't rename the `default` target group.
|
21904
|
+
#
|
21893
21905
|
# @return [Types::ModifyDBProxyTargetGroupResponse] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
|
21894
21906
|
#
|
21895
21907
|
# * {Types::ModifyDBProxyTargetGroupResponse#db_proxy_target_group #db_proxy_target_group} => Types::DBProxyTargetGroup
|
@@ -22815,12 +22827,6 @@ module Aws::RDS
|
|
22815
22827
|
|
22816
22828
|
# Modifies a zero-ETL integration with Amazon Redshift.
|
22817
22829
|
#
|
22818
|
-
# <note markdown="1"> Currently, you can only modify integrations that have Aurora MySQL
|
22819
|
-
# source DB clusters. Integrations with Aurora PostgreSQL and RDS
|
22820
|
-
# sources currently don't support modifying the integration.
|
22821
|
-
#
|
22822
|
-
# </note>
|
22823
|
-
#
|
22824
22830
|
# @option params [required, String] :integration_identifier
|
22825
22831
|
# The unique identifier of the integration to modify.
|
22826
22832
|
#
|
@@ -22829,11 +22835,14 @@ module Aws::RDS
|
|
22829
22835
|
#
|
22830
22836
|
# @option params [String] :data_filter
|
22831
22837
|
# A new data filter for the integration. For more information, see [Data
|
22832
|
-
# filtering for Aurora zero-ETL integrations with Amazon Redshift][1]
|
22838
|
+
# filtering for Aurora zero-ETL integrations with Amazon Redshift][1] or
|
22839
|
+
# [Data filtering for Amazon RDS zero-ETL integrations with Amazon
|
22840
|
+
# Redshift][2].
|
22833
22841
|
#
|
22834
22842
|
#
|
22835
22843
|
#
|
22836
22844
|
# [1]: https://docs.aws.amazon.com/AmazonRDS/latest/AuroraUserGuide/USER_Zero_ETL_Filtering.html
|
22845
|
+
# [2]: https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/zero-etl.filtering.html
|
22837
22846
|
#
|
22838
22847
|
# @option params [String] :description
|
22839
22848
|
# A new description for the integration.
|
@@ -25048,15 +25057,25 @@ module Aws::RDS
|
|
25048
25057
|
#
|
25049
25058
|
# **Aurora MySQL**
|
25050
25059
|
#
|
25051
|
-
# Possible values are `audit`, `error`, `general`,
|
25060
|
+
# Possible values are `audit`, `error`, `general`, `instance`,
|
25061
|
+
# `slowquery`, and `iam-db-auth-error`.
|
25062
|
+
#
|
25063
|
+
# **Aurora PostgreSQL**
|
25064
|
+
#
|
25065
|
+
# Possible value are `instance`, `postgresql`, and `iam-db-auth-error`.
|
25066
|
+
#
|
25067
|
+
# For more information about exporting CloudWatch Logs for Amazon RDS,
|
25068
|
+
# see [Publishing Database Logs to Amazon CloudWatch Logs][1] in the
|
25069
|
+
# *Amazon RDS User Guide*.
|
25052
25070
|
#
|
25053
25071
|
# For more information about exporting CloudWatch Logs for Amazon
|
25054
|
-
# Aurora, see [Publishing Database Logs to Amazon CloudWatch Logs][
|
25072
|
+
# Aurora, see [Publishing Database Logs to Amazon CloudWatch Logs][2] in
|
25055
25073
|
# the *Amazon Aurora User Guide*.
|
25056
25074
|
#
|
25057
25075
|
#
|
25058
25076
|
#
|
25059
|
-
# [1]: https://docs.aws.amazon.com/AmazonRDS/latest/
|
25077
|
+
# [1]: https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/USER_LogAccess.html#USER_LogAccess.Procedural.UploadtoCloudWatch
|
25078
|
+
# [2]: https://docs.aws.amazon.com/AmazonRDS/latest/AuroraUserGuide/USER_LogAccess.html#USER_LogAccess.Procedural.UploadtoCloudWatch
|
25060
25079
|
#
|
25061
25080
|
# @option params [Boolean] :deletion_protection
|
25062
25081
|
# Specifies whether to enable deletion protection for the DB cluster.
|
@@ -25714,19 +25733,21 @@ module Aws::RDS
|
|
25714
25733
|
#
|
25715
25734
|
# **RDS for MySQL**
|
25716
25735
|
#
|
25717
|
-
# Possible values are `error`, `general`,
|
25736
|
+
# Possible values are `error`, `general`, `slowquery`, and
|
25737
|
+
# `iam-db-auth-error`.
|
25718
25738
|
#
|
25719
25739
|
# **RDS for PostgreSQL**
|
25720
25740
|
#
|
25721
|
-
# Possible values are `postgresql` and `
|
25741
|
+
# Possible values are `postgresql`, `upgrade`, and `iam-db-auth-error`.
|
25722
25742
|
#
|
25723
25743
|
# **Aurora MySQL**
|
25724
25744
|
#
|
25725
|
-
# Possible values are `audit`, `error`, `general`,
|
25745
|
+
# Possible values are `audit`, `error`, `general`, `instance`,
|
25746
|
+
# `slowquery`, and `iam-db-auth-error`.
|
25726
25747
|
#
|
25727
25748
|
# **Aurora PostgreSQL**
|
25728
25749
|
#
|
25729
|
-
# Possible value
|
25750
|
+
# Possible value are `instance`, `postgresql`, and `iam-db-auth-error`.
|
25730
25751
|
#
|
25731
25752
|
# For more information about exporting CloudWatch Logs for Amazon RDS,
|
25732
25753
|
# see [Publishing Database Logs to Amazon CloudWatch Logs][1] in the
|
@@ -26512,19 +26533,21 @@ module Aws::RDS
|
|
26512
26533
|
#
|
26513
26534
|
# **RDS for MySQL**
|
26514
26535
|
#
|
26515
|
-
# Possible values are `error`, `general`,
|
26536
|
+
# Possible values are `error`, `general`, `slowquery`, and
|
26537
|
+
# `iam-db-auth-error`.
|
26516
26538
|
#
|
26517
26539
|
# **RDS for PostgreSQL**
|
26518
26540
|
#
|
26519
|
-
# Possible values are `postgresql` and `
|
26541
|
+
# Possible values are `postgresql`, `upgrade`, and `iam-db-auth-error`.
|
26520
26542
|
#
|
26521
26543
|
# **Aurora MySQL**
|
26522
26544
|
#
|
26523
|
-
# Possible values are `audit`, `error`, `general`,
|
26545
|
+
# Possible values are `audit`, `error`, `general`, `instance`,
|
26546
|
+
# `slowquery`, and `iam-db-auth-error`.
|
26524
26547
|
#
|
26525
26548
|
# **Aurora PostgreSQL**
|
26526
26549
|
#
|
26527
|
-
# Possible value
|
26550
|
+
# Possible value are `instance`, `postgresql`, and `iam-db-auth-error`.
|
26528
26551
|
#
|
26529
26552
|
# For more information about exporting CloudWatch Logs for Amazon RDS,
|
26530
26553
|
# see [Publishing Database Logs to Amazon CloudWatch Logs][1] in the
|
@@ -27376,7 +27399,7 @@ module Aws::RDS
|
|
27376
27399
|
# If you specify `io1`, `io2`, or `gp3`, you must also include a value
|
27377
27400
|
# for the `Iops` parameter.
|
27378
27401
|
#
|
27379
|
-
# Default: `io1` if the `Iops` parameter is specified, otherwise `
|
27402
|
+
# Default: `io1` if the `Iops` parameter is specified, otherwise `gp3`
|
27380
27403
|
#
|
27381
27404
|
# @option params [String] :tde_credential_arn
|
27382
27405
|
# The ARN from the key store with which to associate the instance for
|
@@ -28355,10 +28378,8 @@ module Aws::RDS
|
|
28355
28378
|
# @option params [String] :database_insights_mode
|
28356
28379
|
# Specifies the mode of Database Insights to enable for the DB instance.
|
28357
28380
|
#
|
28358
|
-
#
|
28359
|
-
#
|
28360
|
-
# <note markdown="1"> Currently, this value is inherited from the DB cluster and can't be
|
28361
|
-
# changed.
|
28381
|
+
# <note markdown="1"> Aurora DB instances inherit this value from the DB cluster, so you
|
28382
|
+
# can't change this value.
|
28362
28383
|
#
|
28363
28384
|
# </note>
|
28364
28385
|
#
|
@@ -29092,7 +29113,7 @@ module Aws::RDS
|
|
29092
29113
|
# Valid Values: `gp2 | gp3 | io1 | io2 | standard`
|
29093
29114
|
#
|
29094
29115
|
# Default: `io1`, if the `Iops` parameter is specified. Otherwise,
|
29095
|
-
# `
|
29116
|
+
# `gp3`.
|
29096
29117
|
#
|
29097
29118
|
# Constraints:
|
29098
29119
|
#
|
@@ -30555,21 +30576,24 @@ module Aws::RDS
|
|
30555
30576
|
# Starts an export of DB snapshot or DB cluster data to Amazon S3. The
|
30556
30577
|
# provided IAM role must have access to the S3 bucket.
|
30557
30578
|
#
|
30558
|
-
# You can't export snapshot data from
|
30579
|
+
# You can't export snapshot data from RDS Custom DB instances. For more
|
30580
|
+
# information, see [ Supported Regions and DB engines for exporting
|
30581
|
+
# snapshots to S3 in Amazon RDS][1].
|
30559
30582
|
#
|
30560
30583
|
# For more information on exporting DB snapshot data, see [Exporting DB
|
30561
|
-
# snapshot data to Amazon S3][
|
30562
|
-
# [Exporting DB cluster snapshot data to Amazon S3][
|
30584
|
+
# snapshot data to Amazon S3][2] in the *Amazon RDS User Guide* or
|
30585
|
+
# [Exporting DB cluster snapshot data to Amazon S3][3] in the *Amazon
|
30563
30586
|
# Aurora User Guide*.
|
30564
30587
|
#
|
30565
30588
|
# For more information on exporting DB cluster data, see [Exporting DB
|
30566
|
-
# cluster data to Amazon S3][
|
30589
|
+
# cluster data to Amazon S3][4] in the *Amazon Aurora User Guide*.
|
30567
30590
|
#
|
30568
30591
|
#
|
30569
30592
|
#
|
30570
|
-
# [1]: https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/
|
30571
|
-
# [2]: https://docs.aws.amazon.com/AmazonRDS/latest/
|
30572
|
-
# [3]: https://docs.aws.amazon.com/AmazonRDS/latest/AuroraUserGuide/export-
|
30593
|
+
# [1]: https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/Concepts.RDS_Fea_Regions_DB-eng.Feature.ExportSnapshotToS3.html
|
30594
|
+
# [2]: https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/USER_ExportSnapshot.html
|
30595
|
+
# [3]: https://docs.aws.amazon.com/AmazonRDS/latest/AuroraUserGuide/aurora-export-snapshot.html
|
30596
|
+
# [4]: https://docs.aws.amazon.com/AmazonRDS/latest/AuroraUserGuide/export-cluster-data.html
|
30573
30597
|
#
|
30574
30598
|
# @option params [required, String] :export_task_identifier
|
30575
30599
|
# A unique identifier for the export task. This ID isn't an identifier
|
@@ -31020,11 +31044,12 @@ module Aws::RDS
|
|
31020
31044
|
req.send_request(options)
|
31021
31045
|
end
|
31022
31046
|
|
31023
|
-
# Stops an Amazon RDS DB instance. When you stop a DB
|
31024
|
-
# RDS retains the DB instance's metadata, including
|
31025
|
-
# parameter group, and option group membership. Amazon
|
31026
|
-
# the transaction logs so you can do a point-in-time
|
31027
|
-
# necessary.
|
31047
|
+
# Stops an Amazon RDS DB instance temporarily. When you stop a DB
|
31048
|
+
# instance, Amazon RDS retains the DB instance's metadata, including
|
31049
|
+
# its endpoint, DB parameter group, and option group membership. Amazon
|
31050
|
+
# RDS also retains the transaction logs so you can do a point-in-time
|
31051
|
+
# restore if necessary. The instance restarts automatically after 7
|
31052
|
+
# days.
|
31028
31053
|
#
|
31029
31054
|
# For more information, see [ Stopping an Amazon RDS DB Instance
|
31030
31055
|
# Temporarily][1] in the *Amazon RDS User Guide.*
|
@@ -31871,7 +31896,7 @@ module Aws::RDS
|
|
31871
31896
|
tracer: tracer
|
31872
31897
|
)
|
31873
31898
|
context[:gem_name] = 'aws-sdk-rds'
|
31874
|
-
context[:gem_version] = '1.
|
31899
|
+
context[:gem_version] = '1.272.0'
|
31875
31900
|
Seahorse::Client::Request.new(handlers, context)
|
31876
31901
|
end
|
31877
31902
|
|