Describes the properties of specific versions of DB engines.
Request ParametersFor information about the parameters that are common to all actions, see Common Parameters.
The name of a specific DB parameter group family to return details for.
Constraints:
If supplied, must match an existing DB parameter group family.
Type: String
Required: No
Specifies whether to return only the default version of the specified engine or the engine and major version combination.
Type: Boolean
Required: No
The database engine to return version details for.
Valid Values:
aurora-mysql
aurora-postgresql
custom-oracle-ee
custom-oracle-ee-cdb
custom-oracle-se2
custom-oracle-se2-cdb
db2-ae
db2-se
mariadb
mysql
oracle-ee
oracle-ee-cdb
oracle-se2
oracle-se2-cdb
postgres
sqlserver-ee
sqlserver-se
sqlserver-ex
sqlserver-web
Type: String
Required: No
A specific database engine version to return details for.
Example: 5.1.49
Type: String
Required: No
A filter that specifies one or more DB engine versions to describe.
Supported filters:
db-parameter-group-family
- Accepts parameter groups family names. The results list only includes information about the DB engine versions for these parameter group families.
engine
- Accepts engine names. The results list only includes information about the DB engine versions for these engines.
engine-mode
- Accepts DB engine modes. The results list only includes information about the DB engine versions for these engine modes. Valid DB engine modes are the following:
global
multimaster
parallelquery
provisioned
serverless
engine-version
- Accepts engine versions. The results list only includes information about the DB engine versions for these engine versions.
status
- Accepts engine version statuses. The results list only includes information about the DB engine versions for these statuses. Valid statuses are the following:
Type: Array of Filter objects
Required: No
Specifies whether to also list the engine versions that aren't available. The default is to list only available engine versions.
Type: Boolean
Required: No
Specifies whether to list the supported character sets for each engine version.
If this parameter is enabled and the requested engine supports the CharacterSetName
parameter for CreateDBInstance
, the response includes a list of supported character sets for each engine version.
For RDS Custom, the default is not to list supported character sets. If you enable this parameter, RDS Custom returns no results.
Type: Boolean
Required: No
Specifies whether to list the supported time zones for each engine version.
If this parameter is enabled and the requested engine supports the TimeZone
parameter for CreateDBInstance
, the response includes a list of supported time zones for each engine version.
For RDS Custom, the default is not to list supported time zones. If you enable this parameter, RDS Custom returns no results.
Type: Boolean
Required: No
An optional pagination token provided by a previous request. If this parameter is specified, the response includes only records beyond the marker, up to the value specified by MaxRecords
.
Type: String
Required: No
The maximum number of records to include in the response. If more than the MaxRecords
value is available, a pagination token called a marker is included in the response so you can retrieve the remaining results.
Default: 100
Constraints: Minimum 20, maximum 100.
Type: Integer
Required: No
The following elements are returned by the service.
A list of DBEngineVersion
elements.
Type: Array of DBEngineVersion objects
An optional pagination token provided by a previous request. If this parameter is specified, the response includes only records beyond the marker, up to the value specified by MaxRecords
.
Type: String
For information about the errors that are common to all actions, see Common Errors.
Examples ExampleThis example illustrates one usage of DescribeDBEngineVersions.
Sample Request
https://rds.us-west-2.amazonaws.com/
?Action=DescribeDBEngineVersions
&MaxRecords=100
&SignatureMethod=HmacSHA256
&SignatureVersion=4
&Version=2014-10-31
&X-Amz-Algorithm=AWS4-HMAC-SHA256
&X-Amz-Credential=AKIADQKE4SARGYLE/20140421/us-west-2/rds/aws4_request
&X-Amz-Date=20140421T194732Z
&X-Amz-SignedHeaders=content-type;host;user-agent;x-amz-content-sha256;x-amz-date
&X-Amz-Signature=4772d17a4c43bcd209ff42a0778dd23e73f8434253effd7ac53b89ade3dad45f
Sample Response
<DescribeDBEngineVersionsResponse xmlns="http://rds.amazonaws.com/doc/2014-10-31/">
<DescribeDBEngineVersionsResult>
<DBEngineVersions>
<DBEngineVersion>
<Engine>mysql</Engine>
<DBParameterGroupFamily>mysql5.1</DBParameterGroupFamily>
<DBEngineDescription>MySQL Community Edition</DBEngineDescription>
<EngineVersion>5.1.57</EngineVersion>
<DBEngineVersionDescription>MySQL 5.1.57</DBEngineVersionDescription>
</DBEngineVersion>
<DBEngineVersion>
<Engine>mysql</Engine>
<DBParameterGroupFamily>mysql5.1</DBParameterGroupFamily>
<DBEngineDescription>MySQL Community Edition</DBEngineDescription>
<EngineVersion>5.1.61</EngineVersion>
<DBEngineVersionDescription>MySQL 5.1.61</DBEngineVersionDescription>
</DBEngineVersion>
<DBEngineVersion>
<Engine>mysql</Engine>
<DBParameterGroupFamily>mysql5.1</DBParameterGroupFamily>
<DBEngineDescription>MySQL Community Edition</DBEngineDescription>
<EngineVersion>5.1.62</EngineVersion>
<DBEngineVersionDescription>MySQL 5.1.62</DBEngineVersionDescription>
</DBEngineVersion>
</DescribeDBEngineVersionsResult>
<ResponseMetadata>
<RequestId>b74d2635-b98c-11d3-fbc7-5c0aad74da7c</RequestId>
</ResponseMetadata>
</DescribeDBEngineVersionsResponse>
See Also
For more information about using this API in one of the language-specific AWS SDKs, see the following:
RetroSearch is an open source project built by @garambo | Open a GitHub Issue
Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo
HTML:
3.2
| Encoding:
UTF-8
| Version:
0.7.4