Values_2.ReplicateInstanceResponseSourceReplicates 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.
type nonrec t = {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.
*)arn : Values_0.ARN.t option;The Amazon Resource Name (ARN) of the replicated instance.
*)}type nonrec error = [ | `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 ]val 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 ]val 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 ]