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.
@@ -502,13 +502,14 @@ module Aws::RDS
502
502
  #
503
503
  # The following values are valid for each DB engine:
504
504
  #
505
- # * Aurora MySQL - `audit | error | general | instance | slowquery`
505
+ # * Aurora MySQL - `audit | error | general | instance | slowquery |
506
+ # iam-db-auth-error`
506
507
  #
507
- # * Aurora PostgreSQL - `instance | postgresql`
508
+ # * Aurora PostgreSQL - `instance | postgresql | iam-db-auth-error`
508
509
  #
509
- # * RDS for MySQL - `error | general | slowquery`
510
+ # * RDS for MySQL - `error | general | slowquery | iam-db-auth-error`
510
511
  #
511
- # * RDS for PostgreSQL - `postgresql | upgrade`
512
+ # * RDS for PostgreSQL - `postgresql | upgrade | iam-db-auth-error`
512
513
  #
513
514
  # For more information about exporting CloudWatch Logs for Amazon RDS,
514
515
  # see [Publishing Database Logs to Amazon CloudWatch Logs][1] in the
@@ -1903,7 +1904,7 @@ module Aws::RDS
1903
1904
  # Valid Values: `gp2 | gp3 | io1 | io2 | standard`
1904
1905
  #
1905
1906
  # Default: `io1`, if the `Iops` parameter is specified. Otherwise,
1906
- # `gp2`.
1907
+ # `gp3`.
1907
1908
  # @option options [String] :tde_credential_arn
1908
1909
  # The ARN from the key store with which to associate the instance for
1909
1910
  # TDE encryption.
@@ -2153,17 +2154,19 @@ module Aws::RDS
2153
2154
  #
2154
2155
  # The following values are valid for each DB engine:
2155
2156
  #
2156
- # * RDS for Db2 - `diag.log | notify.log`
2157
+ # * RDS for Db2 - `diag.log | notify.log | iam-db-auth-error`
2157
2158
  #
2158
- # * RDS for MariaDB - `audit | error | general | slowquery`
2159
+ # * RDS for MariaDB - `audit | error | general | slowquery |
2160
+ # iam-db-auth-error`
2159
2161
  #
2160
2162
  # * RDS for Microsoft SQL Server - `agent | error`
2161
2163
  #
2162
- # * RDS for MySQL - `audit | error | general | slowquery`
2164
+ # * RDS for MySQL - `audit | error | general | slowquery |
2165
+ # iam-db-auth-error`
2163
2166
  #
2164
2167
  # * RDS for Oracle - `alert | audit | listener | trace | oemagent`
2165
2168
  #
2166
- # * RDS for PostgreSQL - `postgresql | upgrade`
2169
+ # * RDS for PostgreSQL - `postgresql | upgrade | iam-db-auth-error`
2167
2170
  #
2168
2171
  #
2169
2172
  #
@@ -1086,12 +1086,17 @@ module Aws::RDS
1086
1086
  # @return [Array<String>]
1087
1087
  #
1088
1088
  # @!attribute [rw] init_query
1089
- # One or more SQL statements for the proxy to run when opening each
1090
- # new database connection. Typically used with `SET` statements to
1091
- # make sure that each connection has identical settings such as time
1092
- # zone and character set. For multiple statements, use semicolons as
1093
- # the separator. You can also include multiple variables in a single
1094
- # `SET` statement, such as `SET x=1, y=2`.
1089
+ # Add an initialization query, or modify the current one. You can
1090
+ # specify one or more SQL statements for the proxy to run when opening
1091
+ # each new database connection. The setting is typically used with
1092
+ # `SET` statements to make sure that each connection has identical
1093
+ # settings. Make sure that the query you add is valid. To include
1094
+ # multiple variables in a single `SET` statement, use comma
1095
+ # separators.
1096
+ #
1097
+ # For example: `SET variable1=value1, variable2=value2`
1098
+ #
1099
+ # For multiple statements, use semicolons as the separator.
1095
1100
  #
1096
1101
  # Default: no initialization query
1097
1102
  # @return [String]
@@ -2593,13 +2598,14 @@ module Aws::RDS
2593
2598
  #
2594
2599
  # The following values are valid for each DB engine:
2595
2600
  #
2596
- # * Aurora MySQL - `audit | error | general | instance | slowquery`
2601
+ # * Aurora MySQL - `audit | error | general | instance | slowquery |
2602
+ # iam-db-auth-error`
2597
2603
  #
2598
- # * Aurora PostgreSQL - `instance | postgresql`
2604
+ # * Aurora PostgreSQL - `instance | postgresql | iam-db-auth-error`
2599
2605
  #
2600
- # * RDS for MySQL - `error | general | slowquery`
2606
+ # * RDS for MySQL - `error | general | slowquery | iam-db-auth-error`
2601
2607
  #
2602
- # * RDS for PostgreSQL - `postgresql | upgrade`
2608
+ # * RDS for PostgreSQL - `postgresql | upgrade | iam-db-auth-error`
2603
2609
  #
2604
2610
  # For more information about exporting CloudWatch Logs for Amazon RDS,
2605
2611
  # see [Publishing Database Logs to Amazon CloudWatch Logs][1] in the
@@ -4204,7 +4210,7 @@ module Aws::RDS
4204
4210
  # Valid Values: `gp2 | gp3 | io1 | io2 | standard`
4205
4211
  #
4206
4212
  # Default: `io1`, if the `Iops` parameter is specified. Otherwise,
4207
- # `gp2`.
4213
+ # `gp3`.
4208
4214
  # @return [String]
4209
4215
  #
4210
4216
  # @!attribute [rw] tde_credential_arn
@@ -4500,17 +4506,19 @@ module Aws::RDS
4500
4506
  #
4501
4507
  # The following values are valid for each DB engine:
4502
4508
  #
4503
- # * RDS for Db2 - `diag.log | notify.log`
4509
+ # * RDS for Db2 - `diag.log | notify.log | iam-db-auth-error`
4504
4510
  #
4505
- # * RDS for MariaDB - `audit | error | general | slowquery`
4511
+ # * RDS for MariaDB - `audit | error | general | slowquery |
4512
+ # iam-db-auth-error`
4506
4513
  #
4507
4514
  # * RDS for Microsoft SQL Server - `agent | error`
4508
4515
  #
4509
- # * RDS for MySQL - `audit | error | general | slowquery`
4516
+ # * RDS for MySQL - `audit | error | general | slowquery |
4517
+ # iam-db-auth-error`
4510
4518
  #
4511
4519
  # * RDS for Oracle - `alert | audit | listener | trace | oemagent`
4512
4520
  #
4513
- # * RDS for PostgreSQL - `postgresql | upgrade`
4521
+ # * RDS for PostgreSQL - `postgresql | upgrade | iam-db-auth-error`
4514
4522
  #
4515
4523
  #
4516
4524
  #
@@ -5070,7 +5078,7 @@ module Aws::RDS
5070
5078
  # Valid Values: `gp2 | gp3 | io1 | io2 | standard`
5071
5079
  #
5072
5080
  # Default: `io1` if the `Iops` parameter is specified. Otherwise,
5073
- # `gp2`.
5081
+ # `gp3`.
5074
5082
  # @return [String]
5075
5083
  #
5076
5084
  # @!attribute [rw] copy_tags_to_snapshot
@@ -17522,13 +17530,14 @@ module Aws::RDS
17522
17530
  #
17523
17531
  # The following values are valid for each DB engine:
17524
17532
  #
17525
- # * Aurora MySQL - `audit | error | general | instance | slowquery`
17533
+ # * Aurora MySQL - `audit | error | general | instance | slowquery |
17534
+ # iam-db-auth-error`
17526
17535
  #
17527
- # * Aurora PostgreSQL - `instance | postgresql`
17536
+ # * Aurora PostgreSQL - `instance | postgresql | iam-db-auth-error`
17528
17537
  #
17529
- # * RDS for MySQL - `error | general | slowquery`
17538
+ # * RDS for MySQL - `error | general | slowquery | iam-db-auth-error`
17530
17539
  #
17531
- # * RDS for PostgreSQL - `postgresql | upgrade`
17540
+ # * RDS for PostgreSQL - `postgresql | upgrade | iam-db-auth-error`
17532
17541
  #
17533
17542
  # For more information about exporting CloudWatch Logs for Amazon RDS,
17534
17543
  # see [ Publishing Database Logs to Amazon CloudWatch Logs][1] in the
@@ -19135,13 +19144,14 @@ module Aws::RDS
19135
19144
  #
19136
19145
  # The following values are valid for each DB engine:
19137
19146
  #
19138
- # * Aurora MySQL - `audit | error | general | slowquery`
19147
+ # * Aurora MySQL - `audit | error | general | slowquery |
19148
+ # iam-db-auth-error`
19139
19149
  #
19140
- # * Aurora PostgreSQL - `postgresql`
19150
+ # * Aurora PostgreSQL - `postgresql | iam-db-auth-error`
19141
19151
  #
19142
- # * RDS for MySQL - `error | general | slowquery`
19152
+ # * RDS for MySQL - `error | general | slowquery | iam-db-auth-error`
19143
19153
  #
19144
- # * RDS for PostgreSQL - `postgresql | upgrade`
19154
+ # * RDS for PostgreSQL - `postgresql | upgrade | iam-db-auth-error`
19145
19155
  #
19146
19156
  # For more information about exporting CloudWatch Logs for Amazon RDS,
19147
19157
  # see [ Publishing Database Logs to Amazon CloudWatch Logs][1] in the
@@ -23003,12 +23013,13 @@ module Aws::RDS
23003
23013
  #
23004
23014
  # **Aurora MySQL**
23005
23015
  #
23006
- # Possible values are `audit`, `error`, `general`, `instance`, and
23007
- # `slowquery`.
23016
+ # Possible values are `audit`, `error`, `general`, `instance`,
23017
+ # `slowquery`, and `iam-db-auth-error`.
23008
23018
  #
23009
23019
  # **Aurora PostgreSQL**
23010
23020
  #
23011
- # Possible value are `instance` and `postgresql`.
23021
+ # Possible value are `instance`, `postgresql`, and
23022
+ # `iam-db-auth-error`.
23012
23023
  #
23013
23024
  # For more information about exporting CloudWatch Logs for Amazon RDS,
23014
23025
  # see [Publishing Database Logs to Amazon CloudWatch Logs][1] in the
@@ -23489,20 +23500,23 @@ module Aws::RDS
23489
23500
  #
23490
23501
  # **RDS for MySQL**
23491
23502
  #
23492
- # Possible values are `error`, `general`, and `slowquery`.
23503
+ # Possible values are `error`, `general`, `slowquery`, and
23504
+ # `iam-db-auth-error`.
23493
23505
  #
23494
23506
  # **RDS for PostgreSQL**
23495
23507
  #
23496
- # Possible values are `postgresql` and `upgrade`.
23508
+ # Possible values are `postgresql`, `upgrade`, and
23509
+ # `iam-db-auth-error`.
23497
23510
  #
23498
23511
  # **Aurora MySQL**
23499
23512
  #
23500
- # Possible values are `audit`, `error`, `general`, `instance`, and
23501
- # `slowquery`.
23513
+ # Possible values are `audit`, `error`, `general`, `instance`,
23514
+ # `slowquery`, and `iam-db-auth-error`.
23502
23515
  #
23503
23516
  # **Aurora PostgreSQL**
23504
23517
  #
23505
- # Possible value are `instance` and `postgresql`.
23518
+ # Possible value are `instance`, `postgresql`, and
23519
+ # `iam-db-auth-error`.
23506
23520
  #
23507
23521
  # For more information about exporting CloudWatch Logs for Amazon RDS,
23508
23522
  # see [Publishing Database Logs to Amazon CloudWatch Logs][1] in the
@@ -24097,20 +24111,23 @@ module Aws::RDS
24097
24111
  #
24098
24112
  # **RDS for MySQL**
24099
24113
  #
24100
- # Possible values are `error`, `general`, and `slowquery`.
24114
+ # Possible values are `error`, `general`, `slowquery`, and
24115
+ # `iam-db-auth-error`.
24101
24116
  #
24102
24117
  # **RDS for PostgreSQL**
24103
24118
  #
24104
- # Possible values are `postgresql` and `upgrade`.
24119
+ # Possible values are `postgresql`, `upgrade`, and
24120
+ # `iam-db-auth-error`.
24105
24121
  #
24106
24122
  # **Aurora MySQL**
24107
24123
  #
24108
- # Possible values are `audit`, `error`, `general`, `instance`, and
24109
- # `slowquery`.
24124
+ # Possible values are `audit`, `error`, `general`, `instance`,
24125
+ # `slowquery`, and `iam-db-auth-error`.
24110
24126
  #
24111
24127
  # **Aurora PostgreSQL**
24112
24128
  #
24113
- # Possible value are `instance` and `postgresql`.
24129
+ # Possible value are `instance`, `postgresql`, and
24130
+ # `iam-db-auth-error`.
24114
24131
  #
24115
24132
  # For more information about exporting CloudWatch Logs for Amazon RDS,
24116
24133
  # see [Publishing Database Logs to Amazon CloudWatch Logs][1] in the
@@ -24765,7 +24782,7 @@ module Aws::RDS
24765
24782
  # If you specify `io1`, `io2`, or `gp3`, you must also include a value
24766
24783
  # for the `Iops` parameter.
24767
24784
  #
24768
- # Default: `io1` if the `Iops` parameter is specified, otherwise `gp2`
24785
+ # Default: `io1` if the `Iops` parameter is specified, otherwise `gp3`
24769
24786
  # @return [String]
24770
24787
  #
24771
24788
  # @!attribute [rw] tde_credential_arn
@@ -26191,7 +26208,7 @@ module Aws::RDS
26191
26208
  # Valid Values: `gp2 | gp3 | io1 | io2 | standard`
26192
26209
  #
26193
26210
  # Default: `io1`, if the `Iops` parameter is specified. Otherwise,
26194
- # `gp2`.
26211
+ # `gp3`.
26195
26212
  #
26196
26213
  # Constraints:
26197
26214
  #
@@ -28341,8 +28358,6 @@ module Aws::RDS
28341
28358
  # @!attribute [rw] iam_auth
28342
28359
  # Whether to require or disallow Amazon Web Services Identity and
28343
28360
  # Access Management (IAM) authentication for connections to the proxy.
28344
- # The `ENABLED` value is valid only for proxies with RDS for Microsoft
28345
- # SQL Server.
28346
28361
  # @return [String]
28347
28362
  #
28348
28363
  # @!attribute [rw] client_password_auth_type
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.271.0'
83
+ GEM_VERSION = '1.272.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.271.0
4
+ version: 1.272.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-20 00:00:00.000000000 Z
11
+ date: 2025-03-04 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: aws-sdk-core