(accept-domain-transfer-from-another-aws-account
&
{:keys [domain-name password]
:as accept-domain-transfer-from-another-aws-account-request})
(cancel-domain-transfer-to-another-aws-account
&
{:keys [domain-name]
:as cancel-domain-transfer-to-another-aws-account-request})
(check-domain-availability &
{:keys [domain-name idn-lang-code]
:as check-domain-availability-request})
(check-domain-transferability &
{:keys [auth-code domain-name]
:as check-domain-transferability-request})
(delete-tags-for-domain &
{:keys [domain-name tags-to-delete]
:as delete-tags-for-domain-request})
(disable-domain-auto-renew &
{:keys [domain-name]
:as disable-domain-auto-renew-request})
(disable-domain-transfer-lock &
{:keys [domain-name]
:as disable-domain-transfer-lock-request})
(enable-domain-auto-renew &
{:keys [domain-name]
:as enable-domain-auto-renew-request})
(enable-domain-transfer-lock &
{:keys [domain-name]
:as enable-domain-transfer-lock-request})
(get-contact-reachability-status &
{:keys [domain-name]
:as get-contact-reachability-status-request})
(get-domain-suggestions &
{:keys [domain-name only-available suggestion-count]
:as get-domain-suggestions-request})
(get-operation-detail & {:keys [operation-id] :as get-operation-detail-request})
(list-domains)
(list-domains & {:keys [marker max-items] :as list-domains-request})
(list-operations)
(list-operations &
{:keys [marker max-items submitted-since]
:as list-operations-request})
(list-tags-for-domain & {:keys [domain-name] :as list-tags-for-domain-request})
(register-domain
&
{:keys [admin-contact auto-renew domain-name duration-in-years idn-lang-code
privacy-protect-admin-contact privacy-protect-registrant-contact
privacy-protect-tech-contact registrant-contact tech-contact]
:as register-domain-request})
(reject-domain-transfer-from-another-aws-account
&
{:keys [domain-name]
:as reject-domain-transfer-from-another-aws-account-request})
(renew-domain &
{:keys [current-expiry-year domain-name duration-in-years]
:as renew-domain-request})
(resend-contact-reachability-email
&
{:keys [domain-name] :as resend-contact-reachability-email-request})
(retrieve-domain-auth-code &
{:keys [domain-name]
:as retrieve-domain-auth-code-request})
(transfer-domain
&
{:keys [admin-contact auth-code auto-renew domain-name duration-in-years
idn-lang-code nameservers privacy-protect-admin-contact
privacy-protect-registrant-contact privacy-protect-tech-contact
registrant-contact tech-contact]
:as transfer-domain-request})
(transfer-domain-to-another-aws-account
&
{:keys [account-id domain-name]
:as transfer-domain-to-another-aws-account-request})
(update-domain-contact &
{:keys [admin-contact domain-name registrant-contact
tech-contact]
:as update-domain-contact-request})
(update-domain-contact-privacy &
{:keys [admin-privacy domain-name
registrant-privacy tech-privacy]
:as update-domain-contact-privacy-request})
(update-domain-nameservers &
{:keys [domain-name fi-auth-key nameservers]
:as update-domain-nameservers-request})
(update-tags-for-domain &
{:keys [domain-name tags-to-update]
:as update-tags-for-domain-request})
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close