Values.UpdateDomainAssociationResultSourceWe recommend that you use the UpdateDomainAssociation API operation to move a domain association, as it supports both standard distributions and distribution tenants. AssociateAlias performs similar checks but only supports standard distributions. Moves a domain from its current standard distribution or distribution tenant to another one. You must first disable the source distribution (standard distribution or distribution tenant) and then separately call this operation to move the domain to another target distribution (standard distribution or distribution tenant). To use this operation, specify the domain and the ID of the target resource (standard distribution or distribution tenant). For more information, including how to set up the target resource, prerequisites that you must complete, and other restrictions, see Moving an alternate domain name to a different standard distribution or distribution tenant in the Amazon CloudFront Developer Guide.
type nonrec t = {domain : String_.t option;The domain that you're moving.
*)resourceId : String_.t option;The intended destination for the domain.
*)eTag : String_.t option;The current version of the target standard distribution or distribution tenant that was associated with the domain.
*)}type nonrec error = [ | `AccessDenied of AccessDenied.t| `EntityNotFound of EntityNotFound.t| `IllegalUpdate of IllegalUpdate.t| `InvalidArgument of InvalidArgument.t| `InvalidIfMatchVersion of InvalidIfMatchVersion.t| `PreconditionFailed of PreconditionFailed.t| `Unknown_operation_error of string * string option ]val error_of_json :
string ->
Yojson.Safe.t ->
[> `AccessDenied of AccessDenied.t
| `EntityNotFound of EntityNotFound.t
| `IllegalUpdate of IllegalUpdate.t
| `InvalidArgument of InvalidArgument.t
| `InvalidIfMatchVersion of InvalidIfMatchVersion.t
| `PreconditionFailed of PreconditionFailed.t
| `Unknown_operation_error of string * string option ]val error_of_xml :
string ->
Awso.Xml.t ->
[> `AccessDenied of AccessDenied.t
| `EntityNotFound of EntityNotFound.t
| `IllegalUpdate of IllegalUpdate.t
| `InvalidArgument of InvalidArgument.t
| `InvalidIfMatchVersion of InvalidIfMatchVersion.t
| `PreconditionFailed of PreconditionFailed.t
| `Unknown_operation_error of string * string option ]