Values_2.ReplicateInstanceRequestSourceReplicates 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 = {instanceId : Values_0.InstanceIdOrArn.t;The identifier of the Amazon Connect instance. You can find the instance ID in the Amazon Resource Name (ARN) of the instance. You can provide the InstanceId, or the entire ARN.
*)replicaRegion : Values_0.AwsRegion.t;The Amazon Web Services Region where to replicate the Amazon Connect instance.
*)clientToken : Values_0.ClientToken.t option;A unique, case-sensitive identifier that you provide to ensure the idempotency of the request. If not provided, the Amazon Web Services SDK populates this field. For more information about idempotency, see Making retries safe with idempotent APIs.
*)replicaAlias : Values_0.DirectoryAlias.t;The alias for the replicated instance. The ReplicaAlias must be unique.
*)}val make :
?clientToken:??? ->
instanceId:Values_0.InstanceIdOrArn.t ->
replicaRegion:Values_0.AwsRegion.t ->
replicaAlias:Values_0.DirectoryAlias.t ->
unit ->
tval to_value :
t ->
[> `Structure of (string * [> `String of Values_0.InstanceIdOrArn.t ]) list ]