R/cloudfrontkeyvaluestore_interfaces.R

Defines functions update_keys_output update_keys_input put_key_output put_key_input list_keys_output list_keys_input get_key_output get_key_input describe_key_value_store_output describe_key_value_store_input delete_key_output delete_key_input

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

.cloudfrontkeyvaluestore$delete_key_input <- function(...) {
  args <- c(as.list(environment()), list(...))
  shape <- structure(list(KvsARN = structure(logical(0), tags = list(location = "uri", locationName = "KvsARN", type = "string")), Key = structure(logical(0), tags = list(location = "uri", locationName = "Key", type = "string")), IfMatch = structure(logical(0), tags = list(location = "header", locationName = "If-Match", type = "string"))), tags = list(type = "structure"))
  return(populate(args, shape))
}

.cloudfrontkeyvaluestore$delete_key_output <- function(...) {
  args <- c(as.list(environment()), list(...))
  shape <- structure(list(ItemCount = structure(logical(0), tags = list(type = "integer", box = TRUE)), TotalSizeInBytes = structure(logical(0), tags = list(type = "long", box = TRUE)), ETag = structure(logical(0), tags = list(location = "header", locationName = "ETag", type = "string"))), tags = list(type = "structure"))
  return(populate(args, shape))
}

.cloudfrontkeyvaluestore$describe_key_value_store_input <- function(...) {
  args <- c(as.list(environment()), list(...))
  shape <- structure(list(KvsARN = structure(logical(0), tags = list(location = "uri", locationName = "KvsARN", type = "string"))), tags = list(type = "structure"))
  return(populate(args, shape))
}

.cloudfrontkeyvaluestore$describe_key_value_store_output <- function(...) {
  args <- c(as.list(environment()), list(...))
  shape <- structure(list(ItemCount = structure(logical(0), tags = list(type = "integer", box = TRUE)), TotalSizeInBytes = structure(logical(0), tags = list(type = "long", box = TRUE)), KvsARN = structure(logical(0), tags = list(type = "string")), Created = structure(logical(0), tags = list(type = "timestamp")), ETag = structure(logical(0), tags = list(location = "header", locationName = "ETag", type = "string")), LastModified = structure(logical(0), tags = list(type = "timestamp")), Status = structure(logical(0), tags = list(type = "string")), FailureReason = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))
  return(populate(args, shape))
}

.cloudfrontkeyvaluestore$get_key_input <- function(...) {
  args <- c(as.list(environment()), list(...))
  shape <- structure(list(KvsARN = structure(logical(0), tags = list(location = "uri", locationName = "KvsARN", type = "string")), Key = structure(logical(0), tags = list(location = "uri", locationName = "Key", type = "string"))), tags = list(type = "structure"))
  return(populate(args, shape))
}

.cloudfrontkeyvaluestore$get_key_output <- function(...) {
  args <- c(as.list(environment()), list(...))
  shape <- structure(list(Key = structure(logical(0), tags = list(type = "string")), Value = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), ItemCount = structure(logical(0), tags = list(type = "integer", box = TRUE)), TotalSizeInBytes = structure(logical(0), tags = list(type = "long", box = TRUE))), tags = list(type = "structure"))
  return(populate(args, shape))
}

.cloudfrontkeyvaluestore$list_keys_input <- function(...) {
  args <- c(as.list(environment()), list(...))
  shape <- structure(list(KvsARN = structure(logical(0), tags = list(location = "uri", locationName = "KvsARN", type = "string")), NextToken = structure(logical(0), tags = list(location = "querystring", locationName = "NextToken", type = "string")), MaxResults = structure(logical(0), tags = list(location = "querystring", locationName = "MaxResults", type = "integer", box = TRUE))), tags = list(type = "structure"))
  return(populate(args, shape))
}

.cloudfrontkeyvaluestore$list_keys_output <- function(...) {
  args <- c(as.list(environment()), list(...))
  shape <- structure(list(NextToken = structure(logical(0), tags = list(type = "string")), Items = structure(list(structure(list(Key = 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"))
  return(populate(args, shape))
}

.cloudfrontkeyvaluestore$put_key_input <- function(...) {
  args <- c(as.list(environment()), list(...))
  shape <- structure(list(Key = structure(logical(0), tags = list(location = "uri", locationName = "Key", type = "string")), Value = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), KvsARN = structure(logical(0), tags = list(location = "uri", locationName = "KvsARN", type = "string")), IfMatch = structure(logical(0), tags = list(location = "header", locationName = "If-Match", type = "string"))), tags = list(type = "structure"))
  return(populate(args, shape))
}

.cloudfrontkeyvaluestore$put_key_output <- function(...) {
  args <- c(as.list(environment()), list(...))
  shape <- structure(list(ItemCount = structure(logical(0), tags = list(type = "integer", box = TRUE)), TotalSizeInBytes = structure(logical(0), tags = list(type = "long", box = TRUE)), ETag = structure(logical(0), tags = list(location = "header", locationName = "ETag", type = "string"))), tags = list(type = "structure"))
  return(populate(args, shape))
}

.cloudfrontkeyvaluestore$update_keys_input <- function(...) {
  args <- c(as.list(environment()), list(...))
  shape <- structure(list(KvsARN = structure(logical(0), tags = list(location = "uri", locationName = "KvsARN", type = "string")), IfMatch = structure(logical(0), tags = list(location = "header", locationName = "If-Match", type = "string")), Puts = structure(list(structure(list(Key = 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")), Deletes = structure(list(structure(list(Key = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))
  return(populate(args, shape))
}

.cloudfrontkeyvaluestore$update_keys_output <- function(...) {
  args <- c(as.list(environment()), list(...))
  shape <- structure(list(ItemCount = structure(logical(0), tags = list(type = "integer", box = TRUE)), TotalSizeInBytes = structure(logical(0), tags = list(type = "long", box = TRUE)), ETag = structure(logical(0), tags = list(location = "header", locationName = "ETag", type = "string"))), 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 April 3, 2025, 5:54 p.m.