Module Values.DisassociateCustomDomainResponseSource

Disassociate a custom domain name from an App Runner service. Certificates tracking domain validity are associated with a custom domain and are stored in AWS Certificate Manager (ACM). These certificates aren't deleted as part of this action. App Runner delays certificate deletion for 30 days after a domain is disassociated from your service.

Sourcetype nonrec t = {
  1. dNSTarget : String_.t option;
    (*

    The App Runner subdomain of the App Runner service. The disassociated custom domain name was mapped to this target name.

    *)
  2. serviceArn : AppRunnerResourceArn.t option;
    (*

    The Amazon Resource Name (ARN) of the App Runner service that a custom domain name is disassociated from.

    *)
  3. customDomain : CustomDomain.t option;
    (*

    A description of the domain name that's being disassociated.

    *)
  4. vpcDNSTargets : VpcDNSTargetList.t option;
    (*

    DNS Target records for the custom domains of this Amazon VPC.

    *)
}
Sourcetype nonrec error = [
  1. | `InternalServiceErrorException of InternalServiceErrorException.t
  2. | `InvalidRequestException of InvalidRequestException.t
  3. | `InvalidStateException of InvalidStateException.t
  4. | `ResourceNotFoundException of ResourceNotFoundException.t
  5. | `Unknown_operation_error of string * string option
]
Sourceval make : ?dNSTarget:??? -> ?serviceArn:??? -> ?customDomain:??? -> ?vpcDNSTargets:??? -> unit -> t
Sourceval error_of_json : string -> Yojson.Safe.t -> [> `InternalServiceErrorException of InternalServiceErrorException.t | `InvalidRequestException of InvalidRequestException.t | `InvalidStateException of InvalidStateException.t | `ResourceNotFoundException of ResourceNotFoundException.t | `Unknown_operation_error of string * string option ]
Sourceval error_of_xml : string -> Awso.Xml.t -> [> `InternalServiceErrorException of InternalServiceErrorException.t | `InvalidRequestException of InvalidRequestException.t | `InvalidStateException of InvalidStateException.t | `ResourceNotFoundException of ResourceNotFoundException.t | `Unknown_operation_error of string * string option ]
Sourceval error_to_json : error -> Yojson.Safe.t
Sourceval to_value : t -> [> `Structure of (string * [> `List of [> `Structure of (string * [> `String of AppRunnerResourceArn.t ]) list ] list | `String of String_.t | `Structure of (string * [> `Boolean of NullableBoolean.t | `Enum of string | `List of [> `Structure of (string * [> `Enum of string | `String of String_.t ]) list ] list | `String of DomainName.t ]) list ]) 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