R/keyspaces_interfaces.R

Defines functions update_table_output update_table_input untag_resource_output untag_resource_input tag_resource_output tag_resource_input restore_table_output restore_table_input list_tags_for_resource_output list_tags_for_resource_input list_tables_output list_tables_input list_keyspaces_output list_keyspaces_input get_table_output get_table_input get_keyspace_output get_keyspace_input delete_table_output delete_table_input delete_keyspace_output delete_keyspace_input create_table_output create_table_input create_keyspace_output create_keyspace_input

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

.keyspaces$create_keyspace_input <- function(...) {
  args <- c(as.list(environment()), list(...))
  shape <- structure(list(keyspaceName = structure(logical(0), tags = list(type = "string")), tags = 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")), replicationSpecification = structure(list(replicationStrategy = structure(logical(0), tags = list(type = "string")), regionList = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "structure"))
  return(populate(args, shape))
}

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

.keyspaces$create_table_input <- function(...) {
  args <- c(as.list(environment()), list(...))
  shape <- structure(list(keyspaceName = structure(logical(0), tags = list(type = "string")), tableName = structure(logical(0), tags = list(type = "string")), schemaDefinition = structure(list(allColumns = structure(list(structure(list(name = structure(logical(0), tags = list(type = "string")), type = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), partitionKeys = structure(list(structure(list(name = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), clusteringKeys = structure(list(structure(list(name = structure(logical(0), tags = list(type = "string")), orderBy = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), staticColumns = structure(list(structure(list(name = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")), comment = structure(list(message = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), capacitySpecification = structure(list(throughputMode = structure(logical(0), tags = list(type = "string")), readCapacityUnits = structure(logical(0), tags = list(type = "long", box = TRUE)), writeCapacityUnits = structure(logical(0), tags = list(type = "long", box = TRUE))), tags = list(type = "structure")), encryptionSpecification = structure(list(type = structure(logical(0), tags = list(type = "string")), kmsKeyIdentifier = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), pointInTimeRecovery = structure(list(status = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), ttl = structure(list(status = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), defaultTimeToLive = structure(logical(0), tags = list(type = "integer", box = TRUE)), tags = 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")), clientSideTimestamps = structure(list(status = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))
  return(populate(args, shape))
}

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

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

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

.keyspaces$delete_table_input <- function(...) {
  args <- c(as.list(environment()), list(...))
  shape <- structure(list(keyspaceName = structure(logical(0), tags = list(type = "string")), tableName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))
  return(populate(args, shape))
}

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

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

.keyspaces$get_keyspace_output <- function(...) {
  args <- c(as.list(environment()), list(...))
  shape <- structure(list(keyspaceName = structure(logical(0), tags = list(type = "string")), resourceArn = structure(logical(0), tags = list(type = "string")), replicationStrategy = structure(logical(0), tags = list(type = "string")), replicationRegions = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list"))), tags = list(type = "structure"))
  return(populate(args, shape))
}

.keyspaces$get_table_input <- function(...) {
  args <- c(as.list(environment()), list(...))
  shape <- structure(list(keyspaceName = structure(logical(0), tags = list(type = "string")), tableName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))
  return(populate(args, shape))
}

.keyspaces$get_table_output <- function(...) {
  args <- c(as.list(environment()), list(...))
  shape <- structure(list(keyspaceName = structure(logical(0), tags = list(type = "string")), tableName = structure(logical(0), tags = list(type = "string")), resourceArn = structure(logical(0), tags = list(type = "string")), creationTimestamp = structure(logical(0), tags = list(type = "timestamp")), status = structure(logical(0), tags = list(type = "string")), schemaDefinition = structure(list(allColumns = structure(list(structure(list(name = structure(logical(0), tags = list(type = "string")), type = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), partitionKeys = structure(list(structure(list(name = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), clusteringKeys = structure(list(structure(list(name = structure(logical(0), tags = list(type = "string")), orderBy = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), staticColumns = structure(list(structure(list(name = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")), capacitySpecification = structure(list(throughputMode = structure(logical(0), tags = list(type = "string")), readCapacityUnits = structure(logical(0), tags = list(type = "long", box = TRUE)), writeCapacityUnits = structure(logical(0), tags = list(type = "long", box = TRUE)), lastUpdateToPayPerRequestTimestamp = structure(logical(0), tags = list(type = "timestamp"))), tags = list(type = "structure")), encryptionSpecification = structure(list(type = structure(logical(0), tags = list(type = "string")), kmsKeyIdentifier = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), pointInTimeRecovery = structure(list(status = structure(logical(0), tags = list(type = "string")), earliestRestorableTimestamp = structure(logical(0), tags = list(type = "timestamp"))), tags = list(type = "structure")), ttl = structure(list(status = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), defaultTimeToLive = structure(logical(0), tags = list(type = "integer", box = TRUE)), comment = structure(list(message = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), clientSideTimestamps = structure(list(status = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))
  return(populate(args, shape))
}

.keyspaces$list_keyspaces_input <- function(...) {
  args <- c(as.list(environment()), list(...))
  shape <- structure(list(nextToken = structure(logical(0), tags = list(type = "string")), maxResults = structure(logical(0), tags = list(type = "integer", box = TRUE))), tags = list(type = "structure"))
  return(populate(args, shape))
}

.keyspaces$list_keyspaces_output <- function(...) {
  args <- c(as.list(environment()), list(...))
  shape <- structure(list(nextToken = structure(logical(0), tags = list(type = "string")), keyspaces = structure(list(structure(list(keyspaceName = structure(logical(0), tags = list(type = "string")), resourceArn = structure(logical(0), tags = list(type = "string")), replicationStrategy = structure(logical(0), tags = list(type = "string")), replicationRegions = 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))
}

.keyspaces$list_tables_input <- function(...) {
  args <- c(as.list(environment()), list(...))
  shape <- structure(list(nextToken = structure(logical(0), tags = list(type = "string")), maxResults = structure(logical(0), tags = list(type = "integer", box = TRUE)), keyspaceName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))
  return(populate(args, shape))
}

.keyspaces$list_tables_output <- function(...) {
  args <- c(as.list(environment()), list(...))
  shape <- structure(list(nextToken = structure(logical(0), tags = list(type = "string")), tables = structure(list(structure(list(keyspaceName = structure(logical(0), tags = list(type = "string")), tableName = structure(logical(0), tags = list(type = "string")), resourceArn = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))
  return(populate(args, shape))
}

.keyspaces$list_tags_for_resource_input <- function(...) {
  args <- c(as.list(environment()), list(...))
  shape <- structure(list(resourceArn = structure(logical(0), tags = list(type = "string")), nextToken = structure(logical(0), tags = list(type = "string")), maxResults = structure(logical(0), tags = list(type = "integer", box = TRUE))), tags = list(type = "structure"))
  return(populate(args, shape))
}

.keyspaces$list_tags_for_resource_output <- function(...) {
  args <- c(as.list(environment()), list(...))
  shape <- structure(list(nextToken = structure(logical(0), tags = list(type = "string")), tags = 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))
}

.keyspaces$restore_table_input <- function(...) {
  args <- c(as.list(environment()), list(...))
  shape <- structure(list(sourceKeyspaceName = structure(logical(0), tags = list(type = "string")), sourceTableName = structure(logical(0), tags = list(type = "string")), targetKeyspaceName = structure(logical(0), tags = list(type = "string")), targetTableName = structure(logical(0), tags = list(type = "string")), restoreTimestamp = structure(logical(0), tags = list(type = "timestamp")), capacitySpecificationOverride = structure(list(throughputMode = structure(logical(0), tags = list(type = "string")), readCapacityUnits = structure(logical(0), tags = list(type = "long", box = TRUE)), writeCapacityUnits = structure(logical(0), tags = list(type = "long", box = TRUE))), tags = list(type = "structure")), encryptionSpecificationOverride = structure(list(type = structure(logical(0), tags = list(type = "string")), kmsKeyIdentifier = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), pointInTimeRecoveryOverride = structure(list(status = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), tagsOverride = 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))
}

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

.keyspaces$tag_resource_input <- function(...) {
  args <- c(as.list(environment()), list(...))
  shape <- structure(list(resourceArn = structure(logical(0), tags = list(type = "string")), tags = 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))
}

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

.keyspaces$untag_resource_input <- function(...) {
  args <- c(as.list(environment()), list(...))
  shape <- structure(list(resourceArn = structure(logical(0), tags = list(type = "string")), tags = 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))
}

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

.keyspaces$update_table_input <- function(...) {
  args <- c(as.list(environment()), list(...))
  shape <- structure(list(keyspaceName = structure(logical(0), tags = list(type = "string")), tableName = structure(logical(0), tags = list(type = "string")), addColumns = structure(list(structure(list(name = structure(logical(0), tags = list(type = "string")), type = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), capacitySpecification = structure(list(throughputMode = structure(logical(0), tags = list(type = "string")), readCapacityUnits = structure(logical(0), tags = list(type = "long", box = TRUE)), writeCapacityUnits = structure(logical(0), tags = list(type = "long", box = TRUE))), tags = list(type = "structure")), encryptionSpecification = structure(list(type = structure(logical(0), tags = list(type = "string")), kmsKeyIdentifier = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), pointInTimeRecovery = structure(list(status = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), ttl = structure(list(status = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), defaultTimeToLive = structure(logical(0), tags = list(type = "integer", box = TRUE)), clientSideTimestamps = structure(list(status = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))
  return(populate(args, shape))
}

.keyspaces$update_table_output <- function(...) {
  args <- c(as.list(environment()), list(...))
  shape <- structure(list(resourceArn = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))
  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, 2023, 1:21 a.m.