aws-iam-policy-types
Version:
Autogenerated Typescript types for AWS IAM Policy and enums for all policy actions
243 lines • 12.1 kB
JavaScript
"use strict";
// AUTOGENERATED FILE - DO NOT EDIT
Object.defineProperty(exports, "__esModule", { value: true });
exports.AwsRoute53domainsActions = void 0;
/**
* All IAM policy actions for Amazon Route 53 Domains (ROUTE53DOMAINS)
*
* Extracted by `aws-iam-policy` from
* https://docs.aws.amazon.com/service-authorization/latest/reference/list_amazonroute53domains.html
*
* 2025-02-24T21:49:29.452Z
*/
var AwsRoute53domainsActions;
(function (AwsRoute53domainsActions) {
/**
* Grants permission to accept the transfer of a domain from another AWS account t
* o the current AWS account
*
* See https://docs.aws.amazon.com/Route53/latest/APIReference/API_domains_AcceptDomainTransferFromAnotherAwsAccount.html
*/
AwsRoute53domainsActions["AcceptDomainTransferFromAnotherAwsAccount"] = "route53domains:AcceptDomainTransferFromAnotherAwsAccount";
/**
* Grants permission to associate a new delegation signer to a domain
*
* See https://docs.aws.amazon.com/Route53/latest/APIReference/API_domains_AssociateDelegationSignerToDomain.html
*/
AwsRoute53domainsActions["AssociateDelegationSignerToDomain"] = "route53domains:AssociateDelegationSignerToDomain";
/**
* Grants permission to cancel the transfer of a domain from the current AWS accou
* nt to another AWS account
*
* See https://docs.aws.amazon.com/Route53/latest/APIReference/API_domains_CancelDomainTransferToAnotherAwsAccount.html
*/
AwsRoute53domainsActions["CancelDomainTransferToAnotherAwsAccount"] = "route53domains:CancelDomainTransferToAnotherAwsAccount";
/**
* Grants permission to check the availability of one domain name
*
* See https://docs.aws.amazon.com/Route53/latest/APIReference/API_domains_CheckDomainAvailability.html
*/
AwsRoute53domainsActions["CheckDomainAvailability"] = "route53domains:CheckDomainAvailability";
/**
* Grants permission to check whether a domain name can be transferred to Amazon R
* oute 53
*
* See https://docs.aws.amazon.com/Route53/latest/APIReference/API_domains_CheckDomainTransferability.html
*/
AwsRoute53domainsActions["CheckDomainTransferability"] = "route53domains:CheckDomainTransferability";
/**
* Grants permission to delete domains
*
* See https://docs.aws.amazon.com/Route53/latest/APIReference/API_domains_DeleteDomain.html
*/
AwsRoute53domainsActions["DeleteDomain"] = "route53domains:DeleteDomain";
/**
* Grants permission to delete the specified tags for a domain
*
* See https://docs.aws.amazon.com/Route53/latest/APIReference/API_domains_DeleteTagsForDomain.html
*/
AwsRoute53domainsActions["DeleteTagsForDomain"] = "route53domains:DeleteTagsForDomain";
/**
* Grants permission to configure Amazon Route 53 to automatically renew the speci
* fied domain before the domain registration expires
*
* See https://docs.aws.amazon.com/Route53/latest/APIReference/API_domains_DisableDomainAutoRenew.html
*/
AwsRoute53domainsActions["DisableDomainAutoRenew"] = "route53domains:DisableDomainAutoRenew";
/**
* Grants permission to remove the transfer lock on the domain (specifically the c
* lientTransferProhibited status) to allow domain transfers
*
* See https://docs.aws.amazon.com/Route53/latest/APIReference/API_domains_DisableDomainTransferLock.html
*/
AwsRoute53domainsActions["DisableDomainTransferLock"] = "route53domains:DisableDomainTransferLock";
/**
* Grants permission to disassociate an existing delegation signer from a domain
*
* See https://docs.aws.amazon.com/Route53/latest/APIReference/API_domains_DisassociateDelegationSignerFromDomain.html
*/
AwsRoute53domainsActions["DisassociateDelegationSignerFromDomain"] = "route53domains:DisassociateDelegationSignerFromDomain";
/**
* Grants permission to configure Amazon Route 53 to automatically renew the speci
* fied domain before the domain registration expires
*
* See https://docs.aws.amazon.com/Route53/latest/APIReference/API_domains_DisableDomainAutoRenew.html
*/
AwsRoute53domainsActions["EnableDomainAutoRenew"] = "route53domains:EnableDomainAutoRenew";
/**
* Grants permission to set the transfer lock on the domain (specifically the clie
* ntTransferProhibited status) to prevent domain transfers
*
* See https://docs.aws.amazon.com/Route53/latest/APIReference/API_domains_EnableDomainTransferLock.html
*/
AwsRoute53domainsActions["EnableDomainTransferLock"] = "route53domains:EnableDomainTransferLock";
/**
* Grants permission to get information about whether the registrant contact has r
* esponded for operations that require confirmation that the email address for th
* e registrant contact is valid, such as registering a new domain
*
* See https://docs.aws.amazon.com/Route53/latest/APIReference/API_domains_GetContactReachabilityStatus.html
*/
AwsRoute53domainsActions["GetContactReachabilityStatus"] = "route53domains:GetContactReachabilityStatus";
/**
* Grants permission to get detailed information about a domain
*
* See https://docs.aws.amazon.com/Route53/latest/APIReference/API_domains_GetDomainDetail.html
*/
AwsRoute53domainsActions["GetDomainDetail"] = "route53domains:GetDomainDetail";
/**
* Grants permission to get a list of suggested domain names given a string, which
* can either be a domain name or simply a word or phrase (without spaces)
*
* See https://docs.aws.amazon.com/Route53/latest/APIReference/API_domains_GetDomainSuggestions.html
*/
AwsRoute53domainsActions["GetDomainSuggestions"] = "route53domains:GetDomainSuggestions";
/**
* Grants permission to get the current status of an operation that is not complet
* ed
*
* See https://docs.aws.amazon.com/Route53/latest/APIReference/API_domains_GetOperationDetail.html
*/
AwsRoute53domainsActions["GetOperationDetail"] = "route53domains:GetOperationDetail";
/**
* Grants permission to list all the domain names registered with Amazon Route 53
* for the current AWS account
*
* See https://docs.aws.amazon.com/Route53/latest/APIReference/API_domains_ListDomains.html
*/
AwsRoute53domainsActions["ListDomains"] = "route53domains:ListDomains";
/**
* Grants permission to list the operation IDs of operations that are not yet comp
* lete
*
* See https://docs.aws.amazon.com/Route53/latest/APIReference/API_domains_ListOperations.html
*/
AwsRoute53domainsActions["ListOperations"] = "route53domains:ListOperations";
/**
* Grants permission to list the prices of operations for TLDs
*
* See https://docs.aws.amazon.com/Route53/latest/APIReference/API_domains_ListPrices.html
*/
AwsRoute53domainsActions["ListPrices"] = "route53domains:ListPrices";
/**
* Grants permission to list all the tags that are associated with the specified d
* omain
*
* See https://docs.aws.amazon.com/Route53/latest/APIReference/API_domains_ListTagsForDomain.html
*/
AwsRoute53domainsActions["ListTagsForDomain"] = "route53domains:ListTagsForDomain";
/**
* Grants permission to change the IPS tag of .uk domain to initiate a transfer pr
* ocess from Route 53 to another registrar
*
* See https://docs.aws.amazon.com/Route53/latest/APIReference/API_domains_PushDomain.html
*/
AwsRoute53domainsActions["PushDomain"] = "route53domains:PushDomain";
/**
* Grants permission to register domains
*
* See https://docs.aws.amazon.com/Route53/latest/APIReference/API_domains_RegisterDomain.html
*/
AwsRoute53domainsActions["RegisterDomain"] = "route53domains:RegisterDomain";
/**
* Grants permission to reject the transfer of a domain from another AWS account t
* o the current AWS account
*
* See https://docs.aws.amazon.com/Route53/latest/APIReference/API_domains_RejectDomainTransferFromAnotherAwsAccount.html
*/
AwsRoute53domainsActions["RejectDomainTransferFromAnotherAwsAccount"] = "route53domains:RejectDomainTransferFromAnotherAwsAccount";
/**
* Grants permission to renew domains for the specified number of years
*
* See https://docs.aws.amazon.com/Route53/latest/APIReference/API_domains_RenewDomain.html
*/
AwsRoute53domainsActions["RenewDomain"] = "route53domains:RenewDomain";
/**
* Grants permission to resend the confirmation email to the current email address
* for the registrant contact for operations that require confirmation that the em
* ail address for the registrant contact is valid, such as registering a new doma
* in
*
* See https://docs.aws.amazon.com/Route53/latest/APIReference/API_domains_ResendContactReachabilityEmail.html
*/
AwsRoute53domainsActions["ResendContactReachabilityEmail"] = "route53domains:ResendContactReachabilityEmail";
/**
* Grants permission to resend the operation authorization
*
* See https://docs.aws.amazon.com/Route53/latest/APIReference/API_domains_ResendOperationAuthorization.html
*/
AwsRoute53domainsActions["ResendOperationAuthorization"] = "route53domains:ResendOperationAuthorization";
/**
* Grants permission to get the AuthCode for the domain
*
* See https://docs.aws.amazon.com/Route53/latest/APIReference/API_domains_RetrieveDomainAuthCode.html
*/
AwsRoute53domainsActions["RetrieveDomainAuthCode"] = "route53domains:RetrieveDomainAuthCode";
/**
* Grants permission to transfer a domain from another registrar to Amazon Route 5
* 3
*
* See https://docs.aws.amazon.com/Route53/latest/APIReference/API_domains_TransferDomain.html
*/
AwsRoute53domainsActions["TransferDomain"] = "route53domains:TransferDomain";
/**
* Grants permission to transfer a domain from the current AWS account to another
* AWS account
*
* See https://docs.aws.amazon.com/Route53/latest/APIReference/API_domains_TransferDomainToAnotherAwsAccount.html
*/
AwsRoute53domainsActions["TransferDomainToAnotherAwsAccount"] = "route53domains:TransferDomainToAnotherAwsAccount";
/**
* Grants permission to update the contact information for domain
*
* See https://docs.aws.amazon.com/Route53/latest/APIReference/API_domains_UpdateDomainContact.html
*/
AwsRoute53domainsActions["UpdateDomainContact"] = "route53domains:UpdateDomainContact";
/**
* Grants permission to update the domain contact privacy setting
*
* See https://docs.aws.amazon.com/Route53/latest/APIReference/API_domains_UpdateDomainContactPrivacy.html
*/
AwsRoute53domainsActions["UpdateDomainContactPrivacy"] = "route53domains:UpdateDomainContactPrivacy";
/**
* Grants permission to replace the current set of name servers for a domain with
* the specified set of name servers
*
* See https://docs.aws.amazon.com/Route53/latest/APIReference/API_domains_UpdateDomainNameservers.html
*/
AwsRoute53domainsActions["UpdateDomainNameservers"] = "route53domains:UpdateDomainNameservers";
/**
* Grants permission to add or update tags for a specified domain
*
* See https://docs.aws.amazon.com/Route53/latest/APIReference/API_domains_UpdateTagsForDomain.html
*/
AwsRoute53domainsActions["UpdateTagsForDomain"] = "route53domains:UpdateTagsForDomain";
/**
* Grants permission to get all the domain-related billing records for the current
* AWS account for a specified period
*
* See https://docs.aws.amazon.com/Route53/latest/APIReference/API_domains_ViewBilling.html
*/
AwsRoute53domainsActions["ViewBilling"] = "route53domains:ViewBilling";
})(AwsRoute53domainsActions = exports.AwsRoute53domainsActions || (exports.AwsRoute53domainsActions = {}));
//# sourceMappingURL=route53domains.js.map