Module Values.DeleteDomainNameAccessAssociationRequestSource

Deletes the DomainNameAccessAssociation resource. Only the AWS account that created the DomainNameAccessAssociation resource can delete it. To stop an access association source in another AWS account from accessing your private custom domain name, use the RejectDomainNameAccessAssociation operation.

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

    The ARN of the domain name access association resource.

    *)
}
Sourceval context_ : string
Sourceval make : domainNameAccessAssociationArn:String_.t -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `String of String_.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