aws-sdk-rds 1.271.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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: ddb9f32cb66c752c216f4993d2ee74fcb91c629acee02ee0769208c3d529bda3
4
- data.tar.gz: c51d34139ebbd7408bf0e7d53819ddecf42632e354df34ced9f4c1dea692753e
3
+ metadata.gz: 10839016c6b715bdb9e89ff1d13a43ae2390bd1d60f11a84e44e23bc790e9656
4
+ data.tar.gz: 206961cbf6e43312b8201453d378c5fd86d313f5202749fb94ea1d0621761365
5
5
  SHA512:
6
- metadata.gz: 12fc13320b17027c0850d17701fce019ce25dfa15ceb4fac86b85ef1f90ac2d5407c03b5d4fd6fb035847cd1f6f08bd915becf1ac72c31c10997bd658bff05af
7
- data.tar.gz: 585ff7f73c8690b04e216c0c80b81f5af5c504d59ef840f29fb13ac52420e2daf2358b1a9645dd7c47e18949c6aac465472462c23e85ed05e6556f83697475f8
6
+ metadata.gz: bb3e249b9814e448c307f5f04bae3cb9451673831a4971981ccc082c11125e3285466637ab8546918ea4a3605d60f5d386c9384f59752fcf73de442ecc628c91
7
+ data.tar.gz: 96118d8e8bcbf942b252c2f7ff45bff62a36e470d898b46e01a9e70900fec61951897022ada9e0fe8f81a29dbfdd68d9c1fa81287b90d0cfe9e2469dc68cfe7e
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
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
+
4
9
  1.271.0 (2025-02-20)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.271.0
1
+ 1.272.0
@@ -3085,13 +3085,14 @@ module Aws::RDS
3085
3085
  #
3086
3086
  # The following values are valid for each DB engine:
3087
3087
  #
3088
- # * Aurora MySQL - `audit | error | general | instance | slowquery`
3088
+ # * Aurora MySQL - `audit | error | general | instance | slowquery |
3089
+ # iam-db-auth-error`
3089
3090
  #
3090
- # * Aurora PostgreSQL - `instance | postgresql`
3091
+ # * Aurora PostgreSQL - `instance | postgresql | iam-db-auth-error`
3091
3092
  #
3092
- # * RDS for MySQL - `error | general | slowquery`
3093
+ # * RDS for MySQL - `error | general | slowquery | iam-db-auth-error`
3093
3094
  #
3094
- # * RDS for PostgreSQL - `postgresql | upgrade`
3095
+ # * RDS for PostgreSQL - `postgresql | upgrade | iam-db-auth-error`
3095
3096
  #
3096
3097
  # For more information about exporting CloudWatch Logs for Amazon RDS,
3097
3098
  # see [Publishing Database Logs to Amazon CloudWatch Logs][1] in the
@@ -5177,7 +5178,7 @@ module Aws::RDS
5177
5178
  # Valid Values: `gp2 | gp3 | io1 | io2 | standard`
5178
5179
  #
5179
5180
  # Default: `io1`, if the `Iops` parameter is specified. Otherwise,
5180
- # `gp2`.
5181
+ # `gp3`.
5181
5182
  #
5182
5183
  # @option params [String] :tde_credential_arn
5183
5184
  # The ARN from the key store with which to associate the instance for
@@ -5448,17 +5449,19 @@ module Aws::RDS
5448
5449
  #
5449
5450
  # The following values are valid for each DB engine:
5450
5451
  #
5451
- # * RDS for Db2 - `diag.log | notify.log`
5452
+ # * RDS for Db2 - `diag.log | notify.log | iam-db-auth-error`
5452
5453
  #
5453
- # * RDS for MariaDB - `audit | error | general | slowquery`
5454
+ # * RDS for MariaDB - `audit | error | general | slowquery |
5455
+ # iam-db-auth-error`
5454
5456
  #
5455
5457
  # * RDS for Microsoft SQL Server - `agent | error`
5456
5458
  #
5457
- # * RDS for MySQL - `audit | error | general | slowquery`
5459
+ # * RDS for MySQL - `audit | error | general | slowquery |
5460
+ # iam-db-auth-error`
5458
5461
  #
5459
5462
  # * RDS for Oracle - `alert | audit | listener | trace | oemagent`
5460
5463
  #
5461
- # * RDS for PostgreSQL - `postgresql | upgrade`
5464
+ # * RDS for PostgreSQL - `postgresql | upgrade | iam-db-auth-error`
5462
5465
  #
5463
5466
  #
5464
5467
  #
@@ -6302,7 +6305,7 @@ module Aws::RDS
6302
6305
  #
6303
6306
  # Valid Values: `gp2 | gp3 | io1 | io2 | standard`
6304
6307
  #
6305
- # Default: `io1` if the `Iops` parameter is specified. Otherwise, `gp2`.
6308
+ # Default: `io1` if the `Iops` parameter is specified. Otherwise, `gp3`.
6306
6309
  #
6307
6310
  # @option params [Boolean] :copy_tags_to_snapshot
6308
6311
  # Specifies whether to copy all tags from the read replica to snapshots
@@ -19004,13 +19007,14 @@ module Aws::RDS
19004
19007
  #
19005
19008
  # The following values are valid for each DB engine:
19006
19009
  #
19007
- # * Aurora MySQL - `audit | error | general | instance | slowquery`
19010
+ # * Aurora MySQL - `audit | error | general | instance | slowquery |
19011
+ # iam-db-auth-error`
19008
19012
  #
19009
- # * Aurora PostgreSQL - `instance | postgresql`
19013
+ # * Aurora PostgreSQL - `instance | postgresql | iam-db-auth-error`
19010
19014
  #
19011
- # * RDS for MySQL - `error | general | slowquery`
19015
+ # * RDS for MySQL - `error | general | slowquery | iam-db-auth-error`
19012
19016
  #
19013
- # * RDS for PostgreSQL - `postgresql | upgrade`
19017
+ # * RDS for PostgreSQL - `postgresql | upgrade | iam-db-auth-error`
19014
19018
  #
19015
19019
  # For more information about exporting CloudWatch Logs for Amazon RDS,
19016
19020
  # see [ Publishing Database Logs to Amazon CloudWatch Logs][1] in the
@@ -20976,13 +20980,14 @@ module Aws::RDS
20976
20980
  #
20977
20981
  # The following values are valid for each DB engine:
20978
20982
  #
20979
- # * Aurora MySQL - `audit | error | general | slowquery`
20983
+ # * Aurora MySQL - `audit | error | general | slowquery |
20984
+ # iam-db-auth-error`
20980
20985
  #
20981
- # * Aurora PostgreSQL - `postgresql`
20986
+ # * Aurora PostgreSQL - `postgresql | iam-db-auth-error`
20982
20987
  #
20983
- # * RDS for MySQL - `error | general | slowquery`
20988
+ # * RDS for MySQL - `error | general | slowquery | iam-db-auth-error`
20984
20989
  #
20985
- # * RDS for PostgreSQL - `postgresql | upgrade`
20990
+ # * RDS for PostgreSQL - `postgresql | upgrade | iam-db-auth-error`
20986
20991
  #
20987
20992
  # For more information about exporting CloudWatch Logs for Amazon RDS,
20988
20993
  # see [ Publishing Database Logs to Amazon CloudWatch Logs][1] in the
@@ -25052,12 +25057,12 @@ module Aws::RDS
25052
25057
  #
25053
25058
  # **Aurora MySQL**
25054
25059
  #
25055
- # Possible values are `audit`, `error`, `general`, `instance`, and
25056
- # `slowquery`.
25060
+ # Possible values are `audit`, `error`, `general`, `instance`,
25061
+ # `slowquery`, and `iam-db-auth-error`.
25057
25062
  #
25058
25063
  # **Aurora PostgreSQL**
25059
25064
  #
25060
- # Possible value are `instance` and `postgresql`.
25065
+ # Possible value are `instance`, `postgresql`, and `iam-db-auth-error`.
25061
25066
  #
25062
25067
  # For more information about exporting CloudWatch Logs for Amazon RDS,
25063
25068
  # see [Publishing Database Logs to Amazon CloudWatch Logs][1] in the
@@ -25728,20 +25733,21 @@ module Aws::RDS
25728
25733
  #
25729
25734
  # **RDS for MySQL**
25730
25735
  #
25731
- # Possible values are `error`, `general`, and `slowquery`.
25736
+ # Possible values are `error`, `general`, `slowquery`, and
25737
+ # `iam-db-auth-error`.
25732
25738
  #
25733
25739
  # **RDS for PostgreSQL**
25734
25740
  #
25735
- # Possible values are `postgresql` and `upgrade`.
25741
+ # Possible values are `postgresql`, `upgrade`, and `iam-db-auth-error`.
25736
25742
  #
25737
25743
  # **Aurora MySQL**
25738
25744
  #
25739
- # Possible values are `audit`, `error`, `general`, `instance`, and
25740
- # `slowquery`.
25745
+ # Possible values are `audit`, `error`, `general`, `instance`,
25746
+ # `slowquery`, and `iam-db-auth-error`.
25741
25747
  #
25742
25748
  # **Aurora PostgreSQL**
25743
25749
  #
25744
- # Possible value are `instance` and `postgresql`.
25750
+ # Possible value are `instance`, `postgresql`, and `iam-db-auth-error`.
25745
25751
  #
25746
25752
  # For more information about exporting CloudWatch Logs for Amazon RDS,
25747
25753
  # see [Publishing Database Logs to Amazon CloudWatch Logs][1] in the
@@ -26527,20 +26533,21 @@ module Aws::RDS
26527
26533
  #
26528
26534
  # **RDS for MySQL**
26529
26535
  #
26530
- # Possible values are `error`, `general`, and `slowquery`.
26536
+ # Possible values are `error`, `general`, `slowquery`, and
26537
+ # `iam-db-auth-error`.
26531
26538
  #
26532
26539
  # **RDS for PostgreSQL**
26533
26540
  #
26534
- # Possible values are `postgresql` and `upgrade`.
26541
+ # Possible values are `postgresql`, `upgrade`, and `iam-db-auth-error`.
26535
26542
  #
26536
26543
  # **Aurora MySQL**
26537
26544
  #
26538
- # Possible values are `audit`, `error`, `general`, `instance`, and
26539
- # `slowquery`.
26545
+ # Possible values are `audit`, `error`, `general`, `instance`,
26546
+ # `slowquery`, and `iam-db-auth-error`.
26540
26547
  #
26541
26548
  # **Aurora PostgreSQL**
26542
26549
  #
26543
- # Possible value are `instance` and `postgresql`.
26550
+ # Possible value are `instance`, `postgresql`, and `iam-db-auth-error`.
26544
26551
  #
26545
26552
  # For more information about exporting CloudWatch Logs for Amazon RDS,
26546
26553
  # see [Publishing Database Logs to Amazon CloudWatch Logs][1] in the
@@ -27392,7 +27399,7 @@ module Aws::RDS
27392
27399
  # If you specify `io1`, `io2`, or `gp3`, you must also include a value
27393
27400
  # for the `Iops` parameter.
27394
27401
  #
27395
- # Default: `io1` if the `Iops` parameter is specified, otherwise `gp2`
27402
+ # Default: `io1` if the `Iops` parameter is specified, otherwise `gp3`
27396
27403
  #
27397
27404
  # @option params [String] :tde_credential_arn
27398
27405
  # The ARN from the key store with which to associate the instance for
@@ -29106,7 +29113,7 @@ module Aws::RDS
29106
29113
  # Valid Values: `gp2 | gp3 | io1 | io2 | standard`
29107
29114
  #
29108
29115
  # Default: `io1`, if the `Iops` parameter is specified. Otherwise,
29109
- # `gp2`.
29116
+ # `gp3`.
29110
29117
  #
29111
29118
  # Constraints:
29112
29119
  #
@@ -30569,21 +30576,24 @@ module Aws::RDS
30569
30576
  # Starts an export of DB snapshot or DB cluster data to Amazon S3. The
30570
30577
  # provided IAM role must have access to the S3 bucket.
30571
30578
  #
30572
- # You can't export snapshot data from Db2 or RDS Custom DB instances.
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].
30573
30582
  #
30574
30583
  # For more information on exporting DB snapshot data, see [Exporting DB
30575
- # snapshot data to Amazon S3][1] in the *Amazon RDS User Guide* or
30576
- # [Exporting DB cluster snapshot data to Amazon S3][2] in the *Amazon
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
30577
30586
  # Aurora User Guide*.
30578
30587
  #
30579
30588
  # For more information on exporting DB cluster data, see [Exporting DB
30580
- # cluster data to Amazon S3][3] in the *Amazon Aurora User Guide*.
30589
+ # cluster data to Amazon S3][4] in the *Amazon Aurora User Guide*.
30581
30590
  #
30582
30591
  #
30583
30592
  #
30584
- # [1]: https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/USER_ExportSnapshot.html
30585
- # [2]: https://docs.aws.amazon.com/AmazonRDS/latest/AuroraUserGuide/aurora-export-snapshot.html
30586
- # [3]: https://docs.aws.amazon.com/AmazonRDS/latest/AuroraUserGuide/export-cluster-data.html
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
30587
30597
  #
30588
30598
  # @option params [required, String] :export_task_identifier
30589
30599
  # A unique identifier for the export task. This ID isn't an identifier
@@ -31886,7 +31896,7 @@ module Aws::RDS
31886
31896
  tracer: tracer
31887
31897
  )
31888
31898
  context[:gem_name] = 'aws-sdk-rds'
31889
- context[:gem_version] = '1.271.0'
31899
+ context[:gem_version] = '1.272.0'
31890
31900
  Seahorse::Client::Request.new(handlers, context)
31891
31901
  end
31892
31902
 
@@ -1338,13 +1338,14 @@ module Aws::RDS
1338
1338
  #
1339
1339
  # The following values are valid for each DB engine:
1340
1340
  #
1341
- # * Aurora MySQL - `audit | error | general | instance | slowquery`
1341
+ # * Aurora MySQL - `audit | error | general | instance | slowquery |
1342
+ # iam-db-auth-error`
1342
1343
  #
1343
- # * Aurora PostgreSQL - `instance | postgresql`
1344
+ # * Aurora PostgreSQL - `instance | postgresql | iam-db-auth-error`
1344
1345
  #
1345
- # * RDS for MySQL - `error | general | slowquery`
1346
+ # * RDS for MySQL - `error | general | slowquery | iam-db-auth-error`
1346
1347
  #
1347
- # * RDS for PostgreSQL - `postgresql | upgrade`
1348
+ # * RDS for PostgreSQL - `postgresql | upgrade | iam-db-auth-error`
1348
1349
  #
1349
1350
  # For more information about exporting CloudWatch Logs for Amazon RDS,
1350
1351
  # see [Publishing Database Logs to Amazon CloudWatch Logs][1] in the
@@ -2175,13 +2176,14 @@ module Aws::RDS
2175
2176
  #
2176
2177
  # The following values are valid for each DB engine:
2177
2178
  #
2178
- # * Aurora MySQL - `audit | error | general | instance | slowquery`
2179
+ # * Aurora MySQL - `audit | error | general | instance | slowquery |
2180
+ # iam-db-auth-error`
2179
2181
  #
2180
- # * Aurora PostgreSQL - `instance | postgresql`
2182
+ # * Aurora PostgreSQL - `instance | postgresql | iam-db-auth-error`
2181
2183
  #
2182
- # * RDS for MySQL - `error | general | slowquery`
2184
+ # * RDS for MySQL - `error | general | slowquery | iam-db-auth-error`
2183
2185
  #
2184
- # * RDS for PostgreSQL - `postgresql | upgrade`
2186
+ # * RDS for PostgreSQL - `postgresql | upgrade | iam-db-auth-error`
2185
2187
  #
2186
2188
  # For more information about exporting CloudWatch Logs for Amazon RDS,
2187
2189
  # see [ Publishing Database Logs to Amazon CloudWatch Logs][1] in the
@@ -2899,20 +2901,21 @@ module Aws::RDS
2899
2901
  #
2900
2902
  # **RDS for MySQL**
2901
2903
  #
2902
- # Possible values are `error`, `general`, and `slowquery`.
2904
+ # Possible values are `error`, `general`, `slowquery`, and
2905
+ # `iam-db-auth-error`.
2903
2906
  #
2904
2907
  # **RDS for PostgreSQL**
2905
2908
  #
2906
- # Possible values are `postgresql` and `upgrade`.
2909
+ # Possible values are `postgresql`, `upgrade`, and `iam-db-auth-error`.
2907
2910
  #
2908
2911
  # **Aurora MySQL**
2909
2912
  #
2910
- # Possible values are `audit`, `error`, `general`, `instance`, and
2911
- # `slowquery`.
2913
+ # Possible values are `audit`, `error`, `general`, `instance`,
2914
+ # `slowquery`, and `iam-db-auth-error`.
2912
2915
  #
2913
2916
  # **Aurora PostgreSQL**
2914
2917
  #
2915
- # Possible value are `instance` and `postgresql`.
2918
+ # Possible value are `instance`, `postgresql`, and `iam-db-auth-error`.
2916
2919
  #
2917
2920
  # For more information about exporting CloudWatch Logs for Amazon RDS,
2918
2921
  # see [Publishing Database Logs to Amazon CloudWatch Logs][1] in the
@@ -786,20 +786,21 @@ module Aws::RDS
786
786
  #
787
787
  # **RDS for MySQL**
788
788
  #
789
- # Possible values are `error`, `general`, and `slowquery`.
789
+ # Possible values are `error`, `general`, `slowquery`, and
790
+ # `iam-db-auth-error`.
790
791
  #
791
792
  # **RDS for PostgreSQL**
792
793
  #
793
- # Possible values are `postgresql` and `upgrade`.
794
+ # Possible values are `postgresql`, `upgrade`, and `iam-db-auth-error`.
794
795
  #
795
796
  # **Aurora MySQL**
796
797
  #
797
- # Possible values are `audit`, `error`, `general`, `instance`, and
798
- # `slowquery`.
798
+ # Possible values are `audit`, `error`, `general`, `instance`,
799
+ # `slowquery`, and `iam-db-auth-error`.
799
800
  #
800
801
  # **Aurora PostgreSQL**
801
802
  #
802
- # Possible value are `instance` and `postgresql`.
803
+ # Possible value are `instance`, `postgresql`, and `iam-db-auth-error`.
803
804
  #
804
805
  # For more information about exporting CloudWatch Logs for Amazon RDS,
805
806
  # see [Publishing Database Logs to Amazon CloudWatch Logs][1] in the
@@ -1755,7 +1755,7 @@ module Aws::RDS
1755
1755
  # Valid Values: `gp2 | gp3 | io1 | io2 | standard`
1756
1756
  #
1757
1757
  # Default: `io1`, if the `Iops` parameter is specified. Otherwise,
1758
- # `gp2`.
1758
+ # `gp3`.
1759
1759
  # @option options [String] :tde_credential_arn
1760
1760
  # The ARN from the key store with which to associate the instance for
1761
1761
  # TDE encryption.
@@ -2005,17 +2005,19 @@ module Aws::RDS
2005
2005
  #
2006
2006
  # The following values are valid for each DB engine:
2007
2007
  #
2008
- # * RDS for Db2 - `diag.log | notify.log`
2008
+ # * RDS for Db2 - `diag.log | notify.log | iam-db-auth-error`
2009
2009
  #
2010
- # * RDS for MariaDB - `audit | error | general | slowquery`
2010
+ # * RDS for MariaDB - `audit | error | general | slowquery |
2011
+ # iam-db-auth-error`
2011
2012
  #
2012
2013
  # * RDS for Microsoft SQL Server - `agent | error`
2013
2014
  #
2014
- # * RDS for MySQL - `audit | error | general | slowquery`
2015
+ # * RDS for MySQL - `audit | error | general | slowquery |
2016
+ # iam-db-auth-error`
2015
2017
  #
2016
2018
  # * RDS for Oracle - `alert | audit | listener | trace | oemagent`
2017
2019
  #
2018
- # * RDS for PostgreSQL - `postgresql | upgrade`
2020
+ # * RDS for PostgreSQL - `postgresql | upgrade | iam-db-auth-error`
2019
2021
  #
2020
2022
  #
2021
2023
  #
@@ -2475,7 +2477,7 @@ module Aws::RDS
2475
2477
  #
2476
2478
  # Valid Values: `gp2 | gp3 | io1 | io2 | standard`
2477
2479
  #
2478
- # Default: `io1` if the `Iops` parameter is specified. Otherwise, `gp2`.
2480
+ # Default: `io1` if the `Iops` parameter is specified. Otherwise, `gp3`.
2479
2481
  # @option options [Boolean] :copy_tags_to_snapshot
2480
2482
  # Specifies whether to copy all tags from the read replica to snapshots
2481
2483
  # of the read replica. By default, tags aren't copied.
@@ -3861,13 +3863,14 @@ module Aws::RDS
3861
3863
  #
3862
3864
  # The following values are valid for each DB engine:
3863
3865
  #
3864
- # * Aurora MySQL - `audit | error | general | slowquery`
3866
+ # * Aurora MySQL - `audit | error | general | slowquery |
3867
+ # iam-db-auth-error`
3865
3868
  #
3866
- # * Aurora PostgreSQL - `postgresql`
3869
+ # * Aurora PostgreSQL - `postgresql | iam-db-auth-error`
3867
3870
  #
3868
- # * RDS for MySQL - `error | general | slowquery`
3871
+ # * RDS for MySQL - `error | general | slowquery | iam-db-auth-error`
3869
3872
  #
3870
- # * RDS for PostgreSQL - `postgresql | upgrade`
3873
+ # * RDS for PostgreSQL - `postgresql | upgrade | iam-db-auth-error`
3871
3874
  #
3872
3875
  # For more information about exporting CloudWatch Logs for Amazon RDS,
3873
3876
  # see [ Publishing Database Logs to Amazon CloudWatch Logs][1] in the
@@ -4548,7 +4551,7 @@ module Aws::RDS
4548
4551
  # Valid Values: `gp2 | gp3 | io1 | io2 | standard`
4549
4552
  #
4550
4553
  # Default: `io1`, if the `Iops` parameter is specified. Otherwise,
4551
- # `gp2`.
4554
+ # `gp3`.
4552
4555
  #
4553
4556
  # Constraints:
4554
4557
  #
@@ -924,7 +924,7 @@ module Aws::RDS
924
924
  # If you specify `io1`, `io2`, or `gp3`, you must also include a value
925
925
  # for the `Iops` parameter.
926
926
  #
927
- # Default: `io1` if the `Iops` parameter is specified, otherwise `gp2`
927
+ # Default: `io1` if the `Iops` parameter is specified, otherwise `gp3`
928
928
  # @option options [String] :tde_credential_arn
929
929
  # The ARN from the key store with which to associate the instance for
930
930
  # TDE encryption.