R/account_interfaces.R

Defines functions put_contact_information_output put_contact_information_input put_alternate_contact_output put_alternate_contact_input list_regions_output list_regions_input get_region_opt_status_output get_region_opt_status_input get_contact_information_output get_contact_information_input get_alternate_contact_output get_alternate_contact_input enable_region_output enable_region_input disable_region_output disable_region_input delete_alternate_contact_output delete_alternate_contact_input

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

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

.account$delete_alternate_contact_output <- function(...) {
  list()
}

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

.account$disable_region_output <- function(...) {
  list()
}

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

.account$enable_region_output <- function(...) {
  list()
}

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

.account$get_alternate_contact_output <- function(...) {
  args <- c(as.list(environment()), list(...))
  shape <- structure(list(AlternateContact = structure(list(AlternateContactType = structure(logical(0), tags = list(type = "string")), EmailAddress = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Name = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), PhoneNumber = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Title = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))
  return(populate(args, shape))
}

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

.account$get_contact_information_output <- function(...) {
  args <- c(as.list(environment()), list(...))
  shape <- structure(list(ContactInformation = structure(list(AddressLine1 = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), AddressLine2 = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), AddressLine3 = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), City = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), CompanyName = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), CountryCode = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), DistrictOrCounty = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), FullName = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), PhoneNumber = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), PostalCode = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), StateOrRegion = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), WebsiteUrl = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))
  return(populate(args, shape))
}

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

.account$get_region_opt_status_output <- function(...) {
  args <- c(as.list(environment()), list(...))
  shape <- structure(list(RegionName = structure(logical(0), tags = list(type = "string")), RegionOptStatus = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))
  return(populate(args, shape))
}

.account$list_regions_input <- function(...) {
  args <- c(as.list(environment()), list(...))
  shape <- structure(list(AccountId = structure(logical(0), tags = list(type = "string")), MaxResults = structure(logical(0), tags = list(type = "integer", box = TRUE)), NextToken = structure(logical(0), tags = list(type = "string")), RegionOptStatusContains = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list"))), tags = list(type = "structure"))
  return(populate(args, shape))
}

.account$list_regions_output <- function(...) {
  args <- c(as.list(environment()), list(...))
  shape <- structure(list(NextToken = structure(logical(0), tags = list(type = "string")), Regions = structure(list(structure(list(RegionName = structure(logical(0), tags = list(type = "string")), RegionOptStatus = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))
  return(populate(args, shape))
}

.account$put_alternate_contact_input <- function(...) {
  args <- c(as.list(environment()), list(...))
  shape <- structure(list(AccountId = structure(logical(0), tags = list(type = "string")), AlternateContactType = structure(logical(0), tags = list(type = "string")), EmailAddress = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Name = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), PhoneNumber = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Title = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))
  return(populate(args, shape))
}

.account$put_alternate_contact_output <- function(...) {
  list()
}

.account$put_contact_information_input <- function(...) {
  args <- c(as.list(environment()), list(...))
  shape <- structure(list(AccountId = structure(logical(0), tags = list(type = "string")), ContactInformation = structure(list(AddressLine1 = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), AddressLine2 = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), AddressLine3 = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), City = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), CompanyName = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), CountryCode = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), DistrictOrCounty = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), FullName = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), PhoneNumber = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), PostalCode = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), StateOrRegion = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), WebsiteUrl = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))
  return(populate(args, shape))
}

.account$put_contact_information_output <- function(...) {
  list()
}

Try the paws.security.identity package in your browser

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

paws.security.identity documentation built on Sept. 12, 2023, 1:10 a.m.