R/route53domains_interfaces.R

Defines functions view_billing_output view_billing_input update_tags_for_domain_output update_tags_for_domain_input update_domain_nameservers_output update_domain_nameservers_input update_domain_contact_privacy_output update_domain_contact_privacy_input update_domain_contact_output update_domain_contact_input transfer_domain_to_another_aws_account_output transfer_domain_to_another_aws_account_input transfer_domain_output transfer_domain_input retrieve_domain_auth_code_output retrieve_domain_auth_code_input resend_operation_authorization_output resend_operation_authorization_input resend_contact_reachability_email_output resend_contact_reachability_email_input renew_domain_output renew_domain_input reject_domain_transfer_from_another_aws_account_output reject_domain_transfer_from_another_aws_account_input register_domain_output register_domain_input push_domain_output push_domain_input list_tags_for_domain_output list_tags_for_domain_input list_prices_output list_prices_input list_operations_output list_operations_input list_domains_output list_domains_input get_operation_detail_output get_operation_detail_input get_domain_suggestions_output get_domain_suggestions_input get_domain_detail_output get_domain_detail_input get_contact_reachability_status_output get_contact_reachability_status_input enable_domain_transfer_lock_output enable_domain_transfer_lock_input enable_domain_auto_renew_output enable_domain_auto_renew_input disassociate_delegation_signer_from_domain_output disassociate_delegation_signer_from_domain_input disable_domain_transfer_lock_output disable_domain_transfer_lock_input disable_domain_auto_renew_output disable_domain_auto_renew_input delete_tags_for_domain_output delete_tags_for_domain_input delete_domain_output delete_domain_input check_domain_transferability_output check_domain_transferability_input check_domain_availability_output check_domain_availability_input cancel_domain_transfer_to_another_aws_account_output cancel_domain_transfer_to_another_aws_account_input associate_delegation_signer_to_domain_output associate_delegation_signer_to_domain_input accept_domain_transfer_from_another_aws_account_output accept_domain_transfer_from_another_aws_account_input

# This file is generated by make.paws. Please do not edit here.
#' @importFrom paws.common populate
#' @include route53domains_service.R
NULL

.route53domains$accept_domain_transfer_from_another_aws_account_input <- function(...) {
  args <- c(as.list(environment()), list(...))
  shape <- structure(list(DomainName = structure(logical(0), tags = list(type = "string")), Password = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))
  return(populate(args, shape))
}

.route53domains$accept_domain_transfer_from_another_aws_account_output <- function(...) {
  args <- c(as.list(environment()), list(...))
  shape <- structure(list(OperationId = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))
  return(populate(args, shape))
}

.route53domains$associate_delegation_signer_to_domain_input <- function(...) {
  args <- c(as.list(environment()), list(...))
  shape <- structure(list(DomainName = structure(logical(0), tags = list(type = "string")), SigningAttributes = structure(list(Algorithm = structure(logical(0), tags = list(type = "integer")), Flags = structure(logical(0), tags = list(type = "integer")), PublicKey = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))
  return(populate(args, shape))
}

.route53domains$associate_delegation_signer_to_domain_output <- function(...) {
  args <- c(as.list(environment()), list(...))
  shape <- structure(list(OperationId = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))
  return(populate(args, shape))
}

.route53domains$cancel_domain_transfer_to_another_aws_account_input <- function(...) {
  args <- c(as.list(environment()), list(...))
  shape <- structure(list(DomainName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))
  return(populate(args, shape))
}

.route53domains$cancel_domain_transfer_to_another_aws_account_output <- function(...) {
  args <- c(as.list(environment()), list(...))
  shape <- structure(list(OperationId = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))
  return(populate(args, shape))
}

.route53domains$check_domain_availability_input <- function(...) {
  args <- c(as.list(environment()), list(...))
  shape <- structure(list(DomainName = structure(logical(0), tags = list(type = "string")), IdnLangCode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))
  return(populate(args, shape))
}

.route53domains$check_domain_availability_output <- function(...) {
  args <- c(as.list(environment()), list(...))
  shape <- structure(list(Availability = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))
  return(populate(args, shape))
}

.route53domains$check_domain_transferability_input <- function(...) {
  args <- c(as.list(environment()), list(...))
  shape <- structure(list(DomainName = structure(logical(0), tags = list(type = "string")), AuthCode = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))
  return(populate(args, shape))
}

.route53domains$check_domain_transferability_output <- function(...) {
  args <- c(as.list(environment()), list(...))
  shape <- structure(list(Transferability = structure(list(Transferable = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Message = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))
  return(populate(args, shape))
}

.route53domains$delete_domain_input <- function(...) {
  args <- c(as.list(environment()), list(...))
  shape <- structure(list(DomainName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))
  return(populate(args, shape))
}

.route53domains$delete_domain_output <- function(...) {
  args <- c(as.list(environment()), list(...))
  shape <- structure(list(OperationId = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))
  return(populate(args, shape))
}

.route53domains$delete_tags_for_domain_input <- function(...) {
  args <- c(as.list(environment()), list(...))
  shape <- structure(list(DomainName = structure(logical(0), tags = list(type = "string")), TagsToDelete = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list"))), tags = list(type = "structure"))
  return(populate(args, shape))
}

.route53domains$delete_tags_for_domain_output <- function(...) {
  args <- c(as.list(environment()), list(...))
  shape <- structure(list(), tags = list(type = "structure"))
  return(populate(args, shape))
}

.route53domains$disable_domain_auto_renew_input <- function(...) {
  args <- c(as.list(environment()), list(...))
  shape <- structure(list(DomainName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))
  return(populate(args, shape))
}

.route53domains$disable_domain_auto_renew_output <- function(...) {
  args <- c(as.list(environment()), list(...))
  shape <- structure(list(), tags = list(type = "structure"))
  return(populate(args, shape))
}

.route53domains$disable_domain_transfer_lock_input <- function(...) {
  args <- c(as.list(environment()), list(...))
  shape <- structure(list(DomainName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))
  return(populate(args, shape))
}

.route53domains$disable_domain_transfer_lock_output <- function(...) {
  args <- c(as.list(environment()), list(...))
  shape <- structure(list(OperationId = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))
  return(populate(args, shape))
}

.route53domains$disassociate_delegation_signer_from_domain_input <- function(...) {
  args <- c(as.list(environment()), list(...))
  shape <- structure(list(DomainName = structure(logical(0), tags = list(type = "string")), Id = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))
  return(populate(args, shape))
}

.route53domains$disassociate_delegation_signer_from_domain_output <- function(...) {
  args <- c(as.list(environment()), list(...))
  shape <- structure(list(OperationId = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))
  return(populate(args, shape))
}

.route53domains$enable_domain_auto_renew_input <- function(...) {
  args <- c(as.list(environment()), list(...))
  shape <- structure(list(DomainName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))
  return(populate(args, shape))
}

.route53domains$enable_domain_auto_renew_output <- function(...) {
  args <- c(as.list(environment()), list(...))
  shape <- structure(list(), tags = list(type = "structure"))
  return(populate(args, shape))
}

.route53domains$enable_domain_transfer_lock_input <- function(...) {
  args <- c(as.list(environment()), list(...))
  shape <- structure(list(DomainName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))
  return(populate(args, shape))
}

.route53domains$enable_domain_transfer_lock_output <- function(...) {
  args <- c(as.list(environment()), list(...))
  shape <- structure(list(OperationId = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))
  return(populate(args, shape))
}

.route53domains$get_contact_reachability_status_input <- function(...) {
  args <- c(as.list(environment()), list(...))
  shape <- structure(list(domainName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))
  return(populate(args, shape))
}

.route53domains$get_contact_reachability_status_output <- function(...) {
  args <- c(as.list(environment()), list(...))
  shape <- structure(list(domainName = structure(logical(0), tags = list(type = "string")), status = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))
  return(populate(args, shape))
}

.route53domains$get_domain_detail_input <- function(...) {
  args <- c(as.list(environment()), list(...))
  shape <- structure(list(DomainName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))
  return(populate(args, shape))
}

.route53domains$get_domain_detail_output <- function(...) {
  args <- c(as.list(environment()), list(...))
  shape <- structure(list(DomainName = structure(logical(0), tags = list(type = "string")), Nameservers = structure(list(structure(list(Name = structure(logical(0), tags = list(type = "string")), GlueIps = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "list")), AutoRenew = structure(logical(0), tags = list(type = "boolean")), AdminContact = structure(list(FirstName = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), LastName = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), ContactType = structure(logical(0), tags = list(type = "string")), OrganizationName = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), AddressLine1 = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), AddressLine2 = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), City = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), State = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), CountryCode = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), ZipCode = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), PhoneNumber = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Email = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Fax = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), ExtraParams = structure(list(structure(list(Name = structure(logical(0), tags = list(type = "string")), Value = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure", sensitive = TRUE)), RegistrantContact = structure(list(FirstName = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), LastName = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), ContactType = structure(logical(0), tags = list(type = "string")), OrganizationName = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), AddressLine1 = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), AddressLine2 = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), City = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), State = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), CountryCode = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), ZipCode = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), PhoneNumber = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Email = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Fax = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), ExtraParams = structure(list(structure(list(Name = structure(logical(0), tags = list(type = "string")), Value = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure", sensitive = TRUE)), TechContact = structure(list(FirstName = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), LastName = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), ContactType = structure(logical(0), tags = list(type = "string")), OrganizationName = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), AddressLine1 = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), AddressLine2 = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), City = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), State = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), CountryCode = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), ZipCode = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), PhoneNumber = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Email = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Fax = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), ExtraParams = structure(list(structure(list(Name = structure(logical(0), tags = list(type = "string")), Value = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure", sensitive = TRUE)), AdminPrivacy = structure(logical(0), tags = list(type = "boolean")), RegistrantPrivacy = structure(logical(0), tags = list(type = "boolean")), TechPrivacy = structure(logical(0), tags = list(type = "boolean")), RegistrarName = structure(logical(0), tags = list(type = "string")), WhoIsServer = structure(logical(0), tags = list(type = "string")), RegistrarUrl = structure(logical(0), tags = list(type = "string")), AbuseContactEmail = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), AbuseContactPhone = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), RegistryDomainId = structure(logical(0), tags = list(type = "string")), CreationDate = structure(logical(0), tags = list(type = "timestamp")), UpdatedDate = structure(logical(0), tags = list(type = "timestamp")), ExpirationDate = structure(logical(0), tags = list(type = "timestamp")), Reseller = structure(logical(0), tags = list(type = "string")), DnsSec = structure(logical(0), tags = list(type = "string")), StatusList = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), DnssecKeys = structure(list(structure(list(Algorithm = structure(logical(0), tags = list(type = "integer")), Flags = structure(logical(0), tags = list(type = "integer")), PublicKey = structure(logical(0), tags = list(type = "string")), DigestType = structure(logical(0), tags = list(type = "integer")), Digest = structure(logical(0), tags = list(type = "string")), KeyTag = structure(logical(0), tags = list(type = "integer")), Id = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))
  return(populate(args, shape))
}

.route53domains$get_domain_suggestions_input <- function(...) {
  args <- c(as.list(environment()), list(...))
  shape <- structure(list(DomainName = structure(logical(0), tags = list(type = "string")), SuggestionCount = structure(logical(0), tags = list(type = "integer")), OnlyAvailable = structure(logical(0), tags = list(type = "boolean"))), tags = list(type = "structure"))
  return(populate(args, shape))
}

.route53domains$get_domain_suggestions_output <- function(...) {
  args <- c(as.list(environment()), list(...))
  shape <- structure(list(SuggestionsList = structure(list(structure(list(DomainName = structure(logical(0), tags = list(type = "string")), Availability = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))
  return(populate(args, shape))
}

.route53domains$get_operation_detail_input <- function(...) {
  args <- c(as.list(environment()), list(...))
  shape <- structure(list(OperationId = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))
  return(populate(args, shape))
}

.route53domains$get_operation_detail_output <- function(...) {
  args <- c(as.list(environment()), list(...))
  shape <- structure(list(OperationId = structure(logical(0), tags = list(type = "string")), Status = structure(logical(0), tags = list(type = "string")), Message = structure(logical(0), tags = list(type = "string")), DomainName = structure(logical(0), tags = list(type = "string")), Type = structure(logical(0), tags = list(type = "string")), SubmittedDate = structure(logical(0), tags = list(type = "timestamp")), LastUpdatedDate = structure(logical(0), tags = list(type = "timestamp")), StatusFlag = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))
  return(populate(args, shape))
}

.route53domains$list_domains_input <- function(...) {
  args <- c(as.list(environment()), list(...))
  shape <- structure(list(FilterConditions = structure(list(structure(list(Name = structure(logical(0), tags = list(type = "string")), Operator = structure(logical(0), tags = list(type = "string")), Values = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "list")), SortCondition = structure(list(Name = structure(logical(0), tags = list(type = "string")), SortOrder = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Marker = structure(logical(0), tags = list(type = "string")), MaxItems = structure(logical(0), tags = list(type = "integer"))), tags = list(type = "structure"))
  return(populate(args, shape))
}

.route53domains$list_domains_output <- function(...) {
  args <- c(as.list(environment()), list(...))
  shape <- structure(list(Domains = structure(list(structure(list(DomainName = structure(logical(0), tags = list(type = "string")), AutoRenew = structure(logical(0), tags = list(type = "boolean")), TransferLock = structure(logical(0), tags = list(type = "boolean")), Expiry = structure(logical(0), tags = list(type = "timestamp"))), tags = list(type = "structure"))), tags = list(type = "list")), NextPageMarker = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))
  return(populate(args, shape))
}

.route53domains$list_operations_input <- function(...) {
  args <- c(as.list(environment()), list(...))
  shape <- structure(list(SubmittedSince = structure(logical(0), tags = list(type = "timestamp")), Marker = structure(logical(0), tags = list(type = "string")), MaxItems = structure(logical(0), tags = list(type = "integer")), Status = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), Type = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), SortBy = structure(logical(0), tags = list(type = "string")), SortOrder = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))
  return(populate(args, shape))
}

.route53domains$list_operations_output <- function(...) {
  args <- c(as.list(environment()), list(...))
  shape <- structure(list(Operations = structure(list(structure(list(OperationId = structure(logical(0), tags = list(type = "string")), Status = structure(logical(0), tags = list(type = "string")), Type = structure(logical(0), tags = list(type = "string")), SubmittedDate = structure(logical(0), tags = list(type = "timestamp")), DomainName = structure(logical(0), tags = list(type = "string")), Message = structure(logical(0), tags = list(type = "string")), StatusFlag = structure(logical(0), tags = list(type = "string")), LastUpdatedDate = structure(logical(0), tags = list(type = "timestamp"))), tags = list(type = "structure"))), tags = list(type = "list")), NextPageMarker = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))
  return(populate(args, shape))
}

.route53domains$list_prices_input <- function(...) {
  args <- c(as.list(environment()), list(...))
  shape <- structure(list(Tld = structure(logical(0), tags = list(type = "string")), Marker = structure(logical(0), tags = list(type = "string")), MaxItems = structure(logical(0), tags = list(type = "integer"))), tags = list(type = "structure"))
  return(populate(args, shape))
}

.route53domains$list_prices_output <- function(...) {
  args <- c(as.list(environment()), list(...))
  shape <- structure(list(Prices = structure(list(structure(list(Name = structure(logical(0), tags = list(type = "string")), RegistrationPrice = structure(list(Price = structure(logical(0), tags = list(type = "double")), Currency = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), TransferPrice = structure(list(Price = structure(logical(0), tags = list(type = "double")), Currency = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), RenewalPrice = structure(list(Price = structure(logical(0), tags = list(type = "double")), Currency = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), ChangeOwnershipPrice = structure(list(Price = structure(logical(0), tags = list(type = "double")), Currency = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), RestorationPrice = structure(list(Price = structure(logical(0), tags = list(type = "double")), Currency = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list")), NextPageMarker = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))
  return(populate(args, shape))
}

.route53domains$list_tags_for_domain_input <- function(...) {
  args <- c(as.list(environment()), list(...))
  shape <- structure(list(DomainName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))
  return(populate(args, shape))
}

.route53domains$list_tags_for_domain_output <- function(...) {
  args <- c(as.list(environment()), list(...))
  shape <- structure(list(TagList = structure(list(structure(list(Key = structure(logical(0), tags = list(type = "string")), Value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))
  return(populate(args, shape))
}

.route53domains$push_domain_input <- function(...) {
  args <- c(as.list(environment()), list(...))
  shape <- structure(list(DomainName = structure(logical(0), tags = list(type = "string")), Target = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))
  return(populate(args, shape))
}

.route53domains$push_domain_output <- function(...) {
  list()
}

.route53domains$register_domain_input <- function(...) {
  args <- c(as.list(environment()), list(...))
  shape <- structure(list(DomainName = structure(logical(0), tags = list(type = "string")), IdnLangCode = structure(logical(0), tags = list(type = "string")), DurationInYears = structure(logical(0), tags = list(type = "integer")), AutoRenew = structure(logical(0), tags = list(type = "boolean")), AdminContact = structure(list(FirstName = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), LastName = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), ContactType = structure(logical(0), tags = list(type = "string")), OrganizationName = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), AddressLine1 = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), AddressLine2 = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), City = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), State = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), CountryCode = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), ZipCode = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), PhoneNumber = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Email = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Fax = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), ExtraParams = structure(list(structure(list(Name = structure(logical(0), tags = list(type = "string")), Value = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure", sensitive = TRUE)), RegistrantContact = structure(list(FirstName = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), LastName = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), ContactType = structure(logical(0), tags = list(type = "string")), OrganizationName = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), AddressLine1 = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), AddressLine2 = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), City = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), State = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), CountryCode = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), ZipCode = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), PhoneNumber = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Email = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Fax = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), ExtraParams = structure(list(structure(list(Name = structure(logical(0), tags = list(type = "string")), Value = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure", sensitive = TRUE)), TechContact = structure(list(FirstName = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), LastName = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), ContactType = structure(logical(0), tags = list(type = "string")), OrganizationName = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), AddressLine1 = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), AddressLine2 = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), City = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), State = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), CountryCode = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), ZipCode = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), PhoneNumber = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Email = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Fax = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), ExtraParams = structure(list(structure(list(Name = structure(logical(0), tags = list(type = "string")), Value = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure", sensitive = TRUE)), PrivacyProtectAdminContact = structure(logical(0), tags = list(type = "boolean")), PrivacyProtectRegistrantContact = structure(logical(0), tags = list(type = "boolean")), PrivacyProtectTechContact = structure(logical(0), tags = list(type = "boolean"))), tags = list(type = "structure"))
  return(populate(args, shape))
}

.route53domains$register_domain_output <- function(...) {
  args <- c(as.list(environment()), list(...))
  shape <- structure(list(OperationId = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))
  return(populate(args, shape))
}

.route53domains$reject_domain_transfer_from_another_aws_account_input <- function(...) {
  args <- c(as.list(environment()), list(...))
  shape <- structure(list(DomainName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))
  return(populate(args, shape))
}

.route53domains$reject_domain_transfer_from_another_aws_account_output <- function(...) {
  args <- c(as.list(environment()), list(...))
  shape <- structure(list(OperationId = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))
  return(populate(args, shape))
}

.route53domains$renew_domain_input <- function(...) {
  args <- c(as.list(environment()), list(...))
  shape <- structure(list(DomainName = structure(logical(0), tags = list(type = "string")), DurationInYears = structure(logical(0), tags = list(type = "integer")), CurrentExpiryYear = structure(logical(0), tags = list(type = "integer"))), tags = list(type = "structure"))
  return(populate(args, shape))
}

.route53domains$renew_domain_output <- function(...) {
  args <- c(as.list(environment()), list(...))
  shape <- structure(list(OperationId = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))
  return(populate(args, shape))
}

.route53domains$resend_contact_reachability_email_input <- function(...) {
  args <- c(as.list(environment()), list(...))
  shape <- structure(list(domainName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))
  return(populate(args, shape))
}

.route53domains$resend_contact_reachability_email_output <- function(...) {
  args <- c(as.list(environment()), list(...))
  shape <- structure(list(domainName = structure(logical(0), tags = list(type = "string")), emailAddress = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), isAlreadyVerified = structure(logical(0), tags = list(type = "boolean"))), tags = list(type = "structure"))
  return(populate(args, shape))
}

.route53domains$resend_operation_authorization_input <- function(...) {
  args <- c(as.list(environment()), list(...))
  shape <- structure(list(OperationId = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))
  return(populate(args, shape))
}

.route53domains$resend_operation_authorization_output <- function(...) {
  list()
}

.route53domains$retrieve_domain_auth_code_input <- function(...) {
  args <- c(as.list(environment()), list(...))
  shape <- structure(list(DomainName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))
  return(populate(args, shape))
}

.route53domains$retrieve_domain_auth_code_output <- function(...) {
  args <- c(as.list(environment()), list(...))
  shape <- structure(list(AuthCode = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))
  return(populate(args, shape))
}

.route53domains$transfer_domain_input <- function(...) {
  args <- c(as.list(environment()), list(...))
  shape <- structure(list(DomainName = structure(logical(0), tags = list(type = "string")), IdnLangCode = structure(logical(0), tags = list(type = "string")), DurationInYears = structure(logical(0), tags = list(type = "integer")), Nameservers = structure(list(structure(list(Name = structure(logical(0), tags = list(type = "string")), GlueIps = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "list")), AuthCode = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), AutoRenew = structure(logical(0), tags = list(type = "boolean")), AdminContact = structure(list(FirstName = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), LastName = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), ContactType = structure(logical(0), tags = list(type = "string")), OrganizationName = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), AddressLine1 = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), AddressLine2 = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), City = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), State = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), CountryCode = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), ZipCode = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), PhoneNumber = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Email = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Fax = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), ExtraParams = structure(list(structure(list(Name = structure(logical(0), tags = list(type = "string")), Value = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure", sensitive = TRUE)), RegistrantContact = structure(list(FirstName = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), LastName = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), ContactType = structure(logical(0), tags = list(type = "string")), OrganizationName = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), AddressLine1 = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), AddressLine2 = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), City = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), State = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), CountryCode = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), ZipCode = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), PhoneNumber = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Email = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Fax = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), ExtraParams = structure(list(structure(list(Name = structure(logical(0), tags = list(type = "string")), Value = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure", sensitive = TRUE)), TechContact = structure(list(FirstName = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), LastName = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), ContactType = structure(logical(0), tags = list(type = "string")), OrganizationName = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), AddressLine1 = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), AddressLine2 = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), City = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), State = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), CountryCode = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), ZipCode = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), PhoneNumber = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Email = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Fax = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), ExtraParams = structure(list(structure(list(Name = structure(logical(0), tags = list(type = "string")), Value = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure", sensitive = TRUE)), PrivacyProtectAdminContact = structure(logical(0), tags = list(type = "boolean")), PrivacyProtectRegistrantContact = structure(logical(0), tags = list(type = "boolean")), PrivacyProtectTechContact = structure(logical(0), tags = list(type = "boolean"))), tags = list(type = "structure"))
  return(populate(args, shape))
}

.route53domains$transfer_domain_output <- function(...) {
  args <- c(as.list(environment()), list(...))
  shape <- structure(list(OperationId = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))
  return(populate(args, shape))
}

.route53domains$transfer_domain_to_another_aws_account_input <- function(...) {
  args <- c(as.list(environment()), list(...))
  shape <- structure(list(DomainName = structure(logical(0), tags = list(type = "string")), AccountId = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))
  return(populate(args, shape))
}

.route53domains$transfer_domain_to_another_aws_account_output <- function(...) {
  args <- c(as.list(environment()), list(...))
  shape <- structure(list(OperationId = structure(logical(0), tags = list(type = "string")), Password = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))
  return(populate(args, shape))
}

.route53domains$update_domain_contact_input <- function(...) {
  args <- c(as.list(environment()), list(...))
  shape <- structure(list(DomainName = structure(logical(0), tags = list(type = "string")), AdminContact = structure(list(FirstName = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), LastName = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), ContactType = structure(logical(0), tags = list(type = "string")), OrganizationName = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), AddressLine1 = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), AddressLine2 = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), City = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), State = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), CountryCode = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), ZipCode = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), PhoneNumber = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Email = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Fax = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), ExtraParams = structure(list(structure(list(Name = structure(logical(0), tags = list(type = "string")), Value = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure", sensitive = TRUE)), RegistrantContact = structure(list(FirstName = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), LastName = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), ContactType = structure(logical(0), tags = list(type = "string")), OrganizationName = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), AddressLine1 = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), AddressLine2 = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), City = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), State = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), CountryCode = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), ZipCode = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), PhoneNumber = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Email = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Fax = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), ExtraParams = structure(list(structure(list(Name = structure(logical(0), tags = list(type = "string")), Value = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure", sensitive = TRUE)), TechContact = structure(list(FirstName = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), LastName = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), ContactType = structure(logical(0), tags = list(type = "string")), OrganizationName = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), AddressLine1 = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), AddressLine2 = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), City = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), State = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), CountryCode = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), ZipCode = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), PhoneNumber = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Email = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Fax = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), ExtraParams = structure(list(structure(list(Name = structure(logical(0), tags = list(type = "string")), Value = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure", sensitive = TRUE)), Consent = structure(list(MaxPrice = structure(logical(0), tags = list(type = "double")), Currency = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))
  return(populate(args, shape))
}

.route53domains$update_domain_contact_output <- function(...) {
  args <- c(as.list(environment()), list(...))
  shape <- structure(list(OperationId = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))
  return(populate(args, shape))
}

.route53domains$update_domain_contact_privacy_input <- function(...) {
  args <- c(as.list(environment()), list(...))
  shape <- structure(list(DomainName = structure(logical(0), tags = list(type = "string")), AdminPrivacy = structure(logical(0), tags = list(type = "boolean")), RegistrantPrivacy = structure(logical(0), tags = list(type = "boolean")), TechPrivacy = structure(logical(0), tags = list(type = "boolean"))), tags = list(type = "structure"))
  return(populate(args, shape))
}

.route53domains$update_domain_contact_privacy_output <- function(...) {
  args <- c(as.list(environment()), list(...))
  shape <- structure(list(OperationId = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))
  return(populate(args, shape))
}

.route53domains$update_domain_nameservers_input <- function(...) {
  args <- c(as.list(environment()), list(...))
  shape <- structure(list(DomainName = structure(logical(0), tags = list(type = "string")), FIAuthKey = structure(logical(0), tags = list(deprecated = TRUE, type = "string", sensitive = TRUE)), Nameservers = structure(list(structure(list(Name = structure(logical(0), tags = list(type = "string")), GlueIps = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))
  return(populate(args, shape))
}

.route53domains$update_domain_nameservers_output <- function(...) {
  args <- c(as.list(environment()), list(...))
  shape <- structure(list(OperationId = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))
  return(populate(args, shape))
}

.route53domains$update_tags_for_domain_input <- function(...) {
  args <- c(as.list(environment()), list(...))
  shape <- structure(list(DomainName = structure(logical(0), tags = list(type = "string")), TagsToUpdate = structure(list(structure(list(Key = structure(logical(0), tags = list(type = "string")), Value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))
  return(populate(args, shape))
}

.route53domains$update_tags_for_domain_output <- function(...) {
  args <- c(as.list(environment()), list(...))
  shape <- structure(list(), tags = list(type = "structure"))
  return(populate(args, shape))
}

.route53domains$view_billing_input <- function(...) {
  args <- c(as.list(environment()), list(...))
  shape <- structure(list(Start = structure(logical(0), tags = list(type = "timestamp")), End = structure(logical(0), tags = list(type = "timestamp")), Marker = structure(logical(0), tags = list(type = "string")), MaxItems = structure(logical(0), tags = list(type = "integer"))), tags = list(type = "structure"))
  return(populate(args, shape))
}

.route53domains$view_billing_output <- function(...) {
  args <- c(as.list(environment()), list(...))
  shape <- structure(list(NextPageMarker = structure(logical(0), tags = list(type = "string")), BillingRecords = structure(list(structure(list(DomainName = structure(logical(0), tags = list(type = "string")), Operation = structure(logical(0), tags = list(type = "string")), InvoiceId = structure(logical(0), tags = list(type = "string")), BillDate = structure(logical(0), tags = list(type = "timestamp")), Price = structure(logical(0), tags = list(type = "double"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))
  return(populate(args, shape))
}

Try the paws.networking package in your browser

Any scripts or data that you put into this service are public.

paws.networking documentation built on Sept. 12, 2023, 1:24 a.m.