R/simpledb_interfaces.R

Defines functions select_output select_input put_attributes_output put_attributes_input list_domains_output list_domains_input get_attributes_output get_attributes_input domain_metadata_output domain_metadata_input delete_domain_output delete_domain_input delete_attributes_output delete_attributes_input create_domain_output create_domain_input batch_put_attributes_output batch_put_attributes_input batch_delete_attributes_output batch_delete_attributes_input

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

.simpledb$batch_delete_attributes_input <- function(...) {
  args <- c(as.list(environment()), list(...))
  shape <- structure(list(DomainName = structure(logical(0), tags = list(type = "string")), Items = structure(list(structure(list(Name = structure(logical(0), tags = list(locationName = "ItemName", type = "string")), Attributes = structure(list(structure(list(Name = structure(logical(0), tags = list(type = "string")), Value = structure(logical(0), tags = list(type = "string"))), tags = list(locationName = "Attribute", type = "structure"))), tags = list(locationNameList = "Attribute", type = "list", flattened = TRUE))), tags = list(locationName = "Item", type = "structure"))), tags = list(locationNameList = "Item", type = "list", flattened = TRUE))), tags = list(type = "structure"))
  return(populate(args, shape))
}

.simpledb$batch_delete_attributes_output <- function(...) {
  list()
}

.simpledb$batch_put_attributes_input <- function(...) {
  args <- c(as.list(environment()), list(...))
  shape <- structure(list(DomainName = structure(logical(0), tags = list(type = "string")), Items = structure(list(structure(list(Name = structure(logical(0), tags = list(locationName = "ItemName", type = "string")), Attributes = structure(list(structure(list(Name = structure(logical(0), tags = list(type = "string")), Value = structure(logical(0), tags = list(type = "string")), Replace = structure(logical(0), tags = list(type = "boolean"))), tags = list(locationName = "Attribute", type = "structure"))), tags = list(locationNameList = "Attribute", type = "list", flattened = TRUE))), tags = list(locationName = "Item", type = "structure"))), tags = list(locationNameList = "Item", type = "list", flattened = TRUE))), tags = list(type = "structure"))
  return(populate(args, shape))
}

.simpledb$batch_put_attributes_output <- function(...) {
  list()
}

.simpledb$create_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))
}

.simpledb$create_domain_output <- function(...) {
  list()
}

.simpledb$delete_attributes_input <- function(...) {
  args <- c(as.list(environment()), list(...))
  shape <- structure(list(DomainName = structure(logical(0), tags = list(type = "string")), ItemName = structure(logical(0), tags = list(type = "string")), Attributes = structure(list(structure(list(Name = structure(logical(0), tags = list(type = "string")), Value = structure(logical(0), tags = list(type = "string"))), tags = list(locationName = "Attribute", type = "structure"))), tags = list(locationNameList = "Attribute", type = "list", flattened = TRUE)), Expected = structure(list(Name = structure(logical(0), tags = list(type = "string")), Value = structure(logical(0), tags = list(type = "string")), Exists = structure(logical(0), tags = list(type = "boolean"))), tags = list(type = "structure"))), tags = list(type = "structure"))
  return(populate(args, shape))
}

.simpledb$delete_attributes_output <- function(...) {
  list()
}

.simpledb$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))
}

.simpledb$delete_domain_output <- function(...) {
  list()
}

.simpledb$domain_metadata_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))
}

.simpledb$domain_metadata_output <- function(...) {
  args <- c(as.list(environment()), list(...))
  shape <- structure(list(ItemCount = structure(logical(0), tags = list(type = "integer")), ItemNamesSizeBytes = structure(logical(0), tags = list(type = "long")), AttributeNameCount = structure(logical(0), tags = list(type = "integer")), AttributeNamesSizeBytes = structure(logical(0), tags = list(type = "long")), AttributeValueCount = structure(logical(0), tags = list(type = "integer")), AttributeValuesSizeBytes = structure(logical(0), tags = list(type = "long")), Timestamp = structure(logical(0), tags = list(type = "integer"))), tags = list(type = "structure", resultWrapper = "DomainMetadataResult"))
  return(populate(args, shape))
}

.simpledb$get_attributes_input <- function(...) {
  args <- c(as.list(environment()), list(...))
  shape <- structure(list(DomainName = structure(logical(0), tags = list(type = "string")), ItemName = structure(logical(0), tags = list(type = "string")), AttributeNames = structure(list(structure(logical(0), tags = list(locationName = "AttributeName", type = "string"))), tags = list(locationNameList = "AttributeName", type = "list", flattened = TRUE)), ConsistentRead = structure(logical(0), tags = list(type = "boolean"))), tags = list(type = "structure"))
  return(populate(args, shape))
}

.simpledb$get_attributes_output <- function(...) {
  args <- c(as.list(environment()), list(...))
  shape <- structure(list(Attributes = structure(list(structure(list(Name = structure(logical(0), tags = list(type = "string")), AlternateNameEncoding = structure(logical(0), tags = list(type = "string")), Value = structure(logical(0), tags = list(type = "string")), AlternateValueEncoding = structure(logical(0), tags = list(type = "string"))), tags = list(locationName = "Attribute", type = "structure"))), tags = list(locationNameList = "Attribute", type = "list", flattened = TRUE))), tags = list(type = "structure", resultWrapper = "GetAttributesResult"))
  return(populate(args, shape))
}

.simpledb$list_domains_input <- function(...) {
  args <- c(as.list(environment()), list(...))
  shape <- structure(list(MaxNumberOfDomains = structure(logical(0), tags = list(type = "integer")), NextToken = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))
  return(populate(args, shape))
}

.simpledb$list_domains_output <- function(...) {
  args <- c(as.list(environment()), list(...))
  shape <- structure(list(DomainNames = structure(list(structure(logical(0), tags = list(locationName = "DomainName", type = "string"))), tags = list(locationNameList = "DomainName", type = "list", flattened = TRUE)), NextToken = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure", resultWrapper = "ListDomainsResult"))
  return(populate(args, shape))
}

.simpledb$put_attributes_input <- function(...) {
  args <- c(as.list(environment()), list(...))
  shape <- structure(list(DomainName = structure(logical(0), tags = list(type = "string")), ItemName = structure(logical(0), tags = list(type = "string")), Attributes = structure(list(structure(list(Name = structure(logical(0), tags = list(type = "string")), Value = structure(logical(0), tags = list(type = "string")), Replace = structure(logical(0), tags = list(type = "boolean"))), tags = list(locationName = "Attribute", type = "structure"))), tags = list(locationNameList = "Attribute", type = "list", flattened = TRUE)), Expected = structure(list(Name = structure(logical(0), tags = list(type = "string")), Value = structure(logical(0), tags = list(type = "string")), Exists = structure(logical(0), tags = list(type = "boolean"))), tags = list(type = "structure"))), tags = list(type = "structure"))
  return(populate(args, shape))
}

.simpledb$put_attributes_output <- function(...) {
  list()
}

.simpledb$select_input <- function(...) {
  args <- c(as.list(environment()), list(...))
  shape <- structure(list(SelectExpression = structure(logical(0), tags = list(type = "string")), NextToken = structure(logical(0), tags = list(type = "string")), ConsistentRead = structure(logical(0), tags = list(type = "boolean"))), tags = list(type = "structure"))
  return(populate(args, shape))
}

.simpledb$select_output <- function(...) {
  args <- c(as.list(environment()), list(...))
  shape <- structure(list(Items = structure(list(structure(list(Name = structure(logical(0), tags = list(type = "string")), AlternateNameEncoding = structure(logical(0), tags = list(type = "string")), Attributes = structure(list(structure(list(Name = structure(logical(0), tags = list(type = "string")), AlternateNameEncoding = structure(logical(0), tags = list(type = "string")), Value = structure(logical(0), tags = list(type = "string")), AlternateValueEncoding = structure(logical(0), tags = list(type = "string"))), tags = list(locationName = "Attribute", type = "structure"))), tags = list(locationNameList = "Attribute", type = "list", flattened = TRUE))), tags = list(locationName = "Item", type = "structure"))), tags = list(locationNameList = "Item", type = "list", flattened = TRUE)), NextToken = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure", resultWrapper = "SelectResult"))
  return(populate(args, shape))
}

Try the paws.database package in your browser

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

paws.database documentation built on Sept. 12, 2024, 6:37 a.m.