Module Values_0.DBEngineVersionSource

This data type is used as a response element in the action DescribeDBEngineVersions.

Sourcetype createCustomDBEngineVersionResult = {
  1. engine : String_.t option;
    (*

    The name of the database engine.

    *)
  2. majorEngineVersion : String_.t option;
    (*

    The major engine version of the CEV.

    *)
  3. engineVersion : String_.t option;
    (*

    The version number of the database engine.

    *)
  4. databaseInstallationFilesS3BucketName : String_.t option;
    (*

    The name of the Amazon S3 bucket that contains your database installation files.

    *)
  5. databaseInstallationFilesS3Prefix : String_.t option;
    (*

    The Amazon S3 directory that contains the database installation files. If not specified, then no prefix is assumed.

    *)
  6. databaseInstallationFiles : StringList.t option;
    (*

    The database installation files (ISO and EXE) uploaded to Amazon S3 for your database engine version to import to Amazon RDS. Required for sqlserver-dev-ee.

    *)
  7. customDBEngineVersionManifest : CustomDBEngineVersionManifest.t option;
    (*

    JSON string that lists the installation files and parameters that RDS Custom uses to create a custom engine version (CEV). RDS Custom applies the patches in the order in which they're listed in the manifest. You can set the Oracle home, Oracle base, and UNIX/Linux user and group using the installation parameters. For more information, see JSON fields in the CEV manifest in the Amazon RDS User Guide.

    *)
  8. dBParameterGroupFamily : String_.t option;
    (*

    The name of the DB parameter group family for the database engine.

    *)
  9. dBEngineDescription : String_.t option;
    (*

    The description of the database engine.

    *)
  10. dBEngineVersionArn : String_.t option;
    (*

    The ARN of the custom engine version.

    *)
  11. dBEngineVersionDescription : String_.t option;
    (*

    The description of the database engine version.

    *)
  12. defaultCharacterSet : CharacterSet.t option;
    (*

    The default character set for new instances of this engine version, if the CharacterSetName parameter of the CreateDBInstance API isn't specified.

    *)
  13. failureReason : String_.t option;
    (*

    The reason that the custom engine version creation for sqlserver-dev-ee failed with an incompatible-installation-media status.

    *)
  14. image : CustomDBEngineVersionAMI.t option;
    (*

    The EC2 image

    *)
  15. dBEngineMediaType : String_.t option;
    (*

    A value that indicates the source media provider of the AMI based on the usage operation. Applicable for RDS Custom for SQL Server.

    *)
  16. kMSKeyId : String_.t option;
    (*

    The Amazon Web Services KMS key identifier for an encrypted CEV. This parameter is required for RDS Custom, but optional for Amazon RDS.

    *)
  17. createTime : TStamp.t option;
    (*

    The creation time of the DB engine version.

    *)
  18. supportedCharacterSets : SupportedCharacterSetsList.t option;
    (*

    A list of the character sets supported by this engine for the CharacterSetName parameter of the CreateDBInstance operation.

    *)
  19. supportedNcharCharacterSets : SupportedCharacterSetsList.t option;
    (*

    A list of the character sets supported by the Oracle DB engine for the NcharCharacterSetName parameter of the CreateDBInstance operation.

    *)
  20. validUpgradeTarget : ValidUpgradeTargetList.t option;
    (*

    A list of engine versions that this database engine version can be upgraded to.

    *)
  21. supportedTimezones : SupportedTimezonesList.t option;
    (*

    A list of the time zones supported by this engine for the Timezone parameter of the CreateDBInstance action.

    *)
  22. exportableLogTypes : LogTypeList.t option;
    (*

    The types of logs that the database engine has available for export to CloudWatch Logs.

    *)
  23. supportsLogExportsToCloudwatchLogs : Boolean.t option;
    (*

    Indicates whether the engine version supports exporting the log types specified by ExportableLogTypes to CloudWatch Logs.

    *)
  24. supportsReadReplica : Boolean.t option;
    (*

    Indicates whether the database engine version supports read replicas.

    *)
  25. supportedEngineModes : EngineModeList.t option;
    (*

    A list of the supported DB engine modes.

    *)
  26. supportedFeatureNames : FeatureNameList.t option;
    (*

    A list of features supported by the DB engine. The supported features vary by DB engine and DB engine version. To determine the supported features for a specific DB engine and DB engine version using the CLI, use the following command: aws rds describe-db-engine-versions --engine <engine_name> --engine-version <engine_version> For example, to determine the supported features for RDS for PostgreSQL version 13.3 using the CLI, use the following command: aws rds describe-db-engine-versions --engine postgres --engine-version 13.3 The supported features are listed under SupportedFeatureNames in the output.

    *)
  27. status : String_.t option;
    (*

    The status of the DB engine version, either available or deprecated.

    *)
  28. supportsParallelQuery : Boolean.t option;
    (*

    Indicates whether you can use Aurora parallel query with a specific DB engine version.

    *)
  29. supportsGlobalDatabases : Boolean.t option;
    (*

    Indicates whether you can use Aurora global databases with a specific DB engine version.

    *)
  30. tagList : TagList.t option;
  31. supportsBabelfish : Boolean.t option;
    (*

    Indicates whether the engine version supports Babelfish for Aurora PostgreSQL.

    *)
  32. supportsLimitlessDatabase : Boolean.t option;
    (*

    Indicates whether the DB engine version supports Aurora Limitless Database.

    *)
  33. supportsCertificateRotationWithoutRestart : BooleanOptional.t option;
    (*

    Indicates whether the engine version supports rotating the server certificate without rebooting the DB instance.

    *)
  34. supportedCACertificateIdentifiers : CACertificateIdentifiersList.t option;
    (*

    A list of the supported CA certificate identifiers. For more information, see Using SSL/TLS to encrypt a connection to a DB instance in the Amazon RDS User Guide and Using SSL/TLS to encrypt a connection to a DB cluster in the Amazon Aurora User Guide.

    *)
  35. supportsLocalWriteForwarding : BooleanOptional.t option;
    (*

    Indicates whether the DB engine version supports forwarding write operations from reader DB instances to the writer DB instance in the DB cluster. By default, write operations aren't allowed on reader DB instances. Valid for: Aurora DB clusters only

    *)
  36. supportsIntegrations : Boolean.t option;
    (*

    Indicates whether the DB engine version supports zero-ETL integrations with Amazon Redshift.

    *)
  37. serverlessV2FeaturesSupport : ServerlessV2FeaturesSupport.t option;
    (*

    Specifies any Aurora Serverless v2 properties or limits that differ between Aurora engine versions. You can test the values of this attribute when deciding which Aurora version to use in a new or upgraded DB cluster. You can also retrieve the version of an existing DB cluster and check whether that version supports certain Aurora Serverless v2 features before you attempt to use those features.

    *)
}
Sourceand responseMetaData = unit
Sourceand t = {
  1. createCustomDBEngineVersionResult : createCustomDBEngineVersionResult;
  2. responseMetaData : responseMetaData;
}
Sourcetype error = [
  1. | `CreateCustomDBEngineVersionFault of CreateCustomDBEngineVersionFault.t
  2. | `CustomDBEngineVersionAlreadyExistsFault of CustomDBEngineVersionAlreadyExistsFault.t
  3. | `CustomDBEngineVersionNotFoundFault of CustomDBEngineVersionNotFoundFault.t
  4. | `CustomDBEngineVersionQuotaExceededFault of CustomDBEngineVersionQuotaExceededFault.t
  5. | `Ec2ImagePropertiesNotSupportedFault of Ec2ImagePropertiesNotSupportedFault.t
  6. | `InvalidCustomDBEngineVersionStateFault of InvalidCustomDBEngineVersionStateFault.t
  7. | `KMSKeyNotAccessibleFault of KMSKeyNotAccessibleFault.t
  8. | `Unknown_operation_error of string * string option
]
Sourceval context_ : string
Sourceval make : ?engine:??? -> ?majorEngineVersion:??? -> ?engineVersion:??? -> ?databaseInstallationFilesS3BucketName:??? -> ?databaseInstallationFilesS3Prefix:??? -> ?databaseInstallationFiles:??? -> ?customDBEngineVersionManifest:??? -> ?dBParameterGroupFamily:??? -> ?dBEngineDescription:??? -> ?dBEngineVersionArn:??? -> ?dBEngineVersionDescription:??? -> ?defaultCharacterSet:??? -> ?failureReason:??? -> ?image:??? -> ?dBEngineMediaType:??? -> ?kMSKeyId:??? -> ?createTime:??? -> ?supportedCharacterSets:??? -> ?supportedNcharCharacterSets:??? -> ?validUpgradeTarget:??? -> ?supportedTimezones:??? -> ?exportableLogTypes:??? -> ?supportsLogExportsToCloudwatchLogs:??? -> ?supportsReadReplica:??? -> ?supportedEngineModes:??? -> ?supportedFeatureNames:??? -> ?status:??? -> ?supportsParallelQuery:??? -> ?supportsGlobalDatabases:??? -> ?tagList:??? -> ?supportsBabelfish:??? -> ?supportsLimitlessDatabase:??? -> ?supportsCertificateRotationWithoutRestart:??? -> ?supportedCACertificateIdentifiers:??? -> ?supportsLocalWriteForwarding:??? -> ?supportsIntegrations:??? -> ?serverlessV2FeaturesSupport:??? -> unit -> t
Sourceval error_of_json : string -> Yojson.Safe.t -> [> `CreateCustomDBEngineVersionFault of unit | `CustomDBEngineVersionAlreadyExistsFault of unit | `CustomDBEngineVersionNotFoundFault of unit | `CustomDBEngineVersionQuotaExceededFault of unit | `Ec2ImagePropertiesNotSupportedFault of unit | `InvalidCustomDBEngineVersionStateFault of unit | `KMSKeyNotAccessibleFault of unit | `Unknown_operation_error of string * string option ]
Sourceval error_of_xml : string -> Awso.Xml.t -> [> `CreateCustomDBEngineVersionFault of unit | `CustomDBEngineVersionAlreadyExistsFault of unit | `CustomDBEngineVersionNotFoundFault of unit | `CustomDBEngineVersionQuotaExceededFault of unit | `Ec2ImagePropertiesNotSupportedFault of unit | `InvalidCustomDBEngineVersionStateFault of unit | `KMSKeyNotAccessibleFault of unit | `Unknown_operation_error of string * string option ]
Sourceval error_to_json : error -> Yojson.Safe.t
Sourceval to_value : t -> [> `Structure of (string * [> `Structure of (string * [> `Boolean of Boolean.t | `List of [> `String of String_.t | `Structure of (string * [> `Boolean of Boolean.t | `List of [> `String of String_.t ] list | `String of String_.t ]) list ] list | `String of String_.t | `Structure of (string * [> `Double of DoubleOptional.t | `String of String_.t ]) list | `Timestamp of TStamp.t ]) list ]) list ]
Sourceval to_query : t -> Awso.Client.Query.t
Sourceval of_xml : Awso.Xml.t -> t
Sourceval of_string : string -> t
Sourceval of_json : Yojson.Safe.t -> t
Sourceval to_json : t -> Yojson.Safe.t