Values.DescribeReplicatorResponseSourceDescribes a replicator.
type nonrec t = {creationTime : string option;The time when the replicator was created.
*)currentVersion : string option;The current version number of the replicator.
*)isReplicatorReference : bool option;Whether this resource is a replicator reference.
*)kafkaClusters : KafkaClusterDescription.t list option;Kafka Clusters used in setting up sources / targets for replication.
*)replicationInfoList : ReplicationInfoDescription.t list option;A list of replication configurations, where each configuration targets a given source cluster to target cluster replication flow.
*)replicatorArn : string option;The Amazon Resource Name (ARN) of the replicator.
*)replicatorDescription : string option;The description of the replicator.
*)replicatorName : string option;The name of the replicator.
*)replicatorResourceArn : string option;The Amazon Resource Name (ARN) of the replicator resource in the region where the replicator was created.
*)replicatorState : ReplicatorState.t option;State of the replicator.
*)serviceExecutionRoleArn : string option;The Amazon Resource Name (ARN) of the IAM role used by the replicator to access resources in the customer's account (e.g source and target clusters)
*)stateInfo : ReplicationStateInfo.t option;Details about the state of the replicator.
*)logDelivery : LogDelivery.t option;Configuration for log delivery.
*)}type nonrec error = [ | `BadRequestException of BadRequestException.t| `ForbiddenException of ForbiddenException.t| `InternalServerErrorException of InternalServerErrorException.t| `NotFoundException of NotFoundException.t| `TooManyRequestsException of TooManyRequestsException.t| `Unknown_operation_error of string * string option ]val make :
?creationTime:??? ->
?currentVersion:??? ->
?isReplicatorReference:??? ->
?kafkaClusters:??? ->
?replicationInfoList:??? ->
?replicatorArn:??? ->
?replicatorDescription:??? ->
?replicatorName:??? ->
?replicatorResourceArn:??? ->
?replicatorState:??? ->
?serviceExecutionRoleArn:??? ->
?stateInfo:??? ->
?tags:??? ->
?logDelivery:??? ->
unit ->
tval error_of_json :
string ->
Yojson.Safe.t ->
[> `BadRequestException of BadRequestException.t
| `ForbiddenException of ForbiddenException.t
| `InternalServerErrorException of InternalServerErrorException.t
| `NotFoundException of NotFoundException.t
| `ServiceUnavailableException of ServiceUnavailableException.t
| `TooManyRequestsException of TooManyRequestsException.t
| `UnauthorizedException of UnauthorizedException.t
| `Unknown_operation_error of string * string option ]val error_of_xml :
string ->
Awso.Xml.t ->
[> `BadRequestException of BadRequestException.t
| `ForbiddenException of ForbiddenException.t
| `InternalServerErrorException of InternalServerErrorException.t
| `NotFoundException of NotFoundException.t
| `ServiceUnavailableException of ServiceUnavailableException.t
| `TooManyRequestsException of TooManyRequestsException.t
| `UnauthorizedException of UnauthorizedException.t
| `Unknown_operation_error of string * string option ]val to_value :
t ->
[> `Structure of
(string
* [> `Boolean of bool
| `Enum of string
| `List of
[> `Structure of
(string
* [> `Enum of string
| `String of string
| `Structure of
(string
* [> `Boolean of bool
| `Enum of string
| `List of [> `String of string ] list
| `String of string
| `Structure of
(string * [> `Enum of string | `String of string ])
list ])
list ])
list ]
list
| `Map of ([> `String of string ] * [> `String of string ]) list
| `String of string
| `Structure of
(string
* [> `String of string
| `Structure of
(string
* [> `Structure of
(string * [> `Boolean of bool | `String of string ])
list ])
list ])
list
| `Timestamp of string ])
list ]