Module Values_0.StopActivityStreamResponseSource

Stops a database activity stream that was started using the Amazon Web Services console, the start-activity-stream CLI command, or the StartActivityStream operation. 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.

Sourcetype stopActivityStreamResult = {
  1. kmsKeyId : String_.t option;
    (*

    The Amazon Web Services KMS key identifier used for encrypting messages in the database activity stream. The Amazon Web Services KMS key identifier is the key ARN, key ID, alias ARN, or alias name for the KMS key.

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

    The name of the Amazon Kinesis data stream used for the database activity stream.

    *)
  3. status : ActivityStreamStatus.t option;
    (*

    The status of the database activity stream.

    *)
}
Sourceand responseMetaData = unit
Sourceand t = {
  1. stopActivityStreamResult : stopActivityStreamResult;
  2. responseMetaData : responseMetaData;
}
Sourcetype error = [
  1. | `DBClusterNotFoundFault of DBClusterNotFoundFault.t
  2. | `DBInstanceNotFoundFault of DBInstanceNotFoundFault.t
  3. | `InvalidDBClusterStateFault of InvalidDBClusterStateFault.t
  4. | `InvalidDBInstanceStateFault of InvalidDBInstanceStateFault.t
  5. | `ResourceNotFoundFault of ResourceNotFoundFault.t
  6. | `Unknown_operation_error of string * string option
]
Sourceval context_ : string
Sourceval make : ?kmsKeyId:??? -> ?kinesisStreamName:??? -> ?status:??? -> unit -> t
Sourceval error_of_json : string -> Yojson.Safe.t -> [> `DBClusterNotFoundFault of unit | `DBInstanceNotFoundFault of unit | `InvalidDBClusterStateFault of unit | `InvalidDBInstanceStateFault of unit | `ResourceNotFoundFault of unit | `Unknown_operation_error of string * string option ]
Sourceval error_of_xml : string -> Awso.Xml.t -> [> `DBClusterNotFoundFault of unit | `DBInstanceNotFoundFault of unit | `InvalidDBClusterStateFault of unit | `InvalidDBInstanceStateFault of unit | `ResourceNotFoundFault 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 * [> `Enum of string | `String of String_.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