Module Values_2.ReplicateInstanceResponseSource

Replicates an Amazon Connect instance in the specified Amazon Web Services Region and copies configuration information for Amazon Connect resources across Amazon Web Services Regions. For more information about replicating an Amazon Connect instance, see Create a replica of your existing Amazon Connect instance in the Amazon Connect Administrator Guide.

Sourcetype nonrec t = {
  1. id : Values_0.InstanceId.t option;
    (*

    The identifier of the replicated instance. You can find the instanceId in the ARN of the instance. The replicated instance has the same identifier as the instance it was replicated from.

    *)
  2. arn : Values_0.ARN.t option;
    (*

    The Amazon Resource Name (ARN) of the replicated instance.

    *)
}
Sourcetype nonrec error = [
  1. | `AccessDeniedException of Values_0.AccessDeniedException.t
  2. | `InternalServiceException of Values_0.InternalServiceException.t
  3. | `InvalidRequestException of Values_0.InvalidRequestException.t
  4. | `ResourceConflictException of Values_0.ResourceConflictException.t
  5. | `ResourceNotFoundException of Values_0.ResourceNotFoundException.t
  6. | `ResourceNotReadyException of Values_0.ResourceNotReadyException.t
  7. | `ServiceQuotaExceededException of Values_0.ServiceQuotaExceededException.t
  8. | `ThrottlingException of Values_0.ThrottlingException.t
  9. | `Unknown_operation_error of string * string option
]
Sourceval make : ?id:??? -> ?arn:??? -> unit -> t
Sourceval error_of_json : string -> Yojson.Safe.t -> [> `AccessDeniedException of Values_0.AccessDeniedException.t | `InternalServiceException of Values_0.InternalServiceException.t | `InvalidRequestException of Values_0.InvalidRequestException.t | `ResourceConflictException of Values_0.ResourceConflictException.t | `ResourceNotFoundException of Values_0.ResourceNotFoundException.t | `ResourceNotReadyException of Values_0.ResourceNotReadyException.t | `ServiceQuotaExceededException of Values_0.ServiceQuotaExceededException.t | `ThrottlingException of Values_0.ThrottlingException.t | `Unknown_operation_error of string * string option ]
Sourceval error_of_xml : string -> Awso.Xml.t -> [> `AccessDeniedException of Values_0.AccessDeniedException.t | `InternalServiceException of Values_0.InternalServiceException.t | `InvalidRequestException of Values_0.InvalidRequestException.t | `ResourceConflictException of Values_0.ResourceConflictException.t | `ResourceNotFoundException of Values_0.ResourceNotFoundException.t | `ResourceNotReadyException of Values_0.ResourceNotReadyException.t | `ServiceQuotaExceededException of Values_0.ServiceQuotaExceededException.t | `ThrottlingException of Values_0.ThrottlingException.t | `Unknown_operation_error of string * string option ]
Sourceval error_to_json : error -> Yojson.Safe.t
Sourceval to_value : t -> [> `Structure of (string * [> `String of Values_0.InstanceId.t ]) 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