Values.DescribeConnectorOperationResponseSourceReturns information about the specified connector's operations.
type nonrec t = {connectorArn : string option;The Amazon Resource Name (ARN) of the connector.
*)connectorOperationArn : string option;The Amazon Resource Name (ARN) of the connector operation.
*)connectorOperationState : ConnectorOperationState.t option;The state of the connector operation.
*)connectorOperationType : ConnectorOperationType.t option;The type of connector operation performed.
*)operationSteps : ConnectorOperationStep.t list option;The array of operation steps taken.
*)originWorkerSetting : WorkerSetting.t option;The origin worker setting.
*)originConnectorConfiguration : ConnectorConfiguration.t option;The origin connector configuration.
*)targetWorkerSetting : WorkerSetting.t option;The target worker setting.
*)targetConnectorConfiguration : ConnectorConfiguration.t option;The target connector configuration.
*)errorInfo : StateDescription.t option;creationTime : string option;The time when the operation was created.
*)endTime : string option;The time when the operation ended.
*)}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 :
?connectorArn:??? ->
?connectorOperationArn:??? ->
?connectorOperationState:??? ->
?connectorOperationType:??? ->
?operationSteps:??? ->
?originWorkerSetting:??? ->
?originConnectorConfiguration:??? ->
?targetWorkerSetting:??? ->
?targetConnectorConfiguration:??? ->
?errorInfo:??? ->
?creationTime:??? ->
?endTime:??? ->
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
* [> `Enum of string
| `List of
[> `Structure of (string * [> `Enum of string ]) 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
* [> `Integer of int
| `Structure of
(string * [> `Integer of int ]) list ])
list ])
list ])
list
| `Timestamp of string ])
list ]