Values_0.StartActivityStreamResponseSourceStarts a database activity stream to monitor activity on the database. For more information, see Monitoring Amazon Aurora with Database Activity Streams in the Amazon Aurora User Guide or Monitoring Amazon RDS with Database Activity Streams in the Amazon RDS User Guide.
type startActivityStreamResult = {kmsKeyId : String_.t option;The Amazon Web Services KMS key identifier for encryption of messages in the database activity stream.
*)kinesisStreamName : String_.t option;The name of the Amazon Kinesis data stream to be used for the database activity stream.
*)status : ActivityStreamStatus.t option;The status of the database activity stream.
*)mode : ActivityStreamMode.t option;The mode of the database activity stream.
*)engineNativeAuditFieldsIncluded : BooleanOptional.t option;Indicates whether engine-native audit fields are included in the database activity stream.
*)applyImmediately : Boolean.t option;Indicates whether or not the database activity stream will start as soon as possible, regardless of the maintenance window for the database.
*)}and t = {startActivityStreamResult : startActivityStreamResult;responseMetaData : responseMetaData;}type error = [ | `DBClusterNotFoundFault of DBClusterNotFoundFault.t| `DBInstanceNotFoundFault of DBInstanceNotFoundFault.t| `InvalidDBClusterStateFault of InvalidDBClusterStateFault.t| `InvalidDBInstanceStateFault of InvalidDBInstanceStateFault.t| `KMSKeyNotAccessibleFault of KMSKeyNotAccessibleFault.t| `ResourceNotFoundFault of ResourceNotFoundFault.t| `Unknown_operation_error of string * string option ]val error_of_json :
string ->
Yojson.Safe.t ->
[> `DBClusterNotFoundFault of unit
| `DBInstanceNotFoundFault of unit
| `InvalidDBClusterStateFault of unit
| `InvalidDBInstanceStateFault of unit
| `KMSKeyNotAccessibleFault of unit
| `ResourceNotFoundFault of unit
| `Unknown_operation_error of string * string option ]val error_of_xml :
string ->
Awso.Xml.t ->
[> `DBClusterNotFoundFault of unit
| `DBInstanceNotFoundFault of unit
| `InvalidDBClusterStateFault of unit
| `InvalidDBInstanceStateFault of unit
| `KMSKeyNotAccessibleFault of unit
| `ResourceNotFoundFault of unit
| `Unknown_operation_error of string * string option ]val to_value :
t ->
[> `Structure of
(string
* [> `Structure of
(string
* [> `Boolean of BooleanOptional.t
| `Enum of string
| `String of String_.t ])
list ])
list ]