R/dynamodbstreams_interfaces.R

Defines functions list_streams_output list_streams_input get_shard_iterator_output get_shard_iterator_input get_records_output get_records_input describe_stream_output describe_stream_input

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

.dynamodbstreams$describe_stream_input <- function(...) {
  args <- c(as.list(environment()), list(...))
  shape <- structure(list(StreamArn = structure(logical(0), tags = list(type = "string")), Limit = structure(logical(0), tags = list(type = "integer")), ExclusiveStartShardId = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))
  return(populate(args, shape))
}

.dynamodbstreams$describe_stream_output <- function(...) {
  args <- c(as.list(environment()), list(...))
  shape <- structure(list(StreamDescription = structure(list(StreamArn = structure(logical(0), tags = list(type = "string")), StreamLabel = structure(logical(0), tags = list(type = "string")), StreamStatus = structure(logical(0), tags = list(type = "string")), StreamViewType = structure(logical(0), tags = list(type = "string")), CreationRequestDateTime = structure(logical(0), tags = list(type = "timestamp")), TableName = structure(logical(0), tags = list(type = "string")), KeySchema = structure(list(structure(list(AttributeName = structure(logical(0), tags = list(type = "string")), KeyType = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), Shards = structure(list(structure(list(ShardId = structure(logical(0), tags = list(type = "string")), SequenceNumberRange = structure(list(StartingSequenceNumber = structure(logical(0), tags = list(type = "string")), EndingSequenceNumber = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), ParentShardId = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), LastEvaluatedShardId = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))
  return(populate(args, shape))
}

.dynamodbstreams$get_records_input <- function(...) {
  args <- c(as.list(environment()), list(...))
  shape <- structure(list(ShardIterator = structure(logical(0), tags = list(type = "string")), Limit = structure(logical(0), tags = list(type = "integer"))), tags = list(type = "structure"))
  return(populate(args, shape))
}

.dynamodbstreams$get_records_output <- function(...) {
  args <- c(as.list(environment()), list(...))
  shape <- structure(list(Records = structure(list(structure(list(eventID = structure(logical(0), tags = list(type = "string")), eventName = structure(logical(0), tags = list(type = "string")), eventVersion = structure(logical(0), tags = list(type = "string")), eventSource = structure(logical(0), tags = list(type = "string")), awsRegion = structure(logical(0), tags = list(type = "string")), dynamodb = structure(list(ApproximateCreationDateTime = structure(logical(0), tags = list(type = "timestamp")), Keys = structure(list(structure(list(S = structure(logical(0), tags = list(type = "string")), N = structure(logical(0), tags = list(type = "string")), B = structure(logical(0), tags = list(type = "blob")), SS = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), NS = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), BS = structure(list(structure(logical(0), tags = list(type = "blob"))), tags = list(type = "list")), M = structure(list(structure(logical(0), tags = list(type = "structure"))), tags = list(type = "map")), L = structure(list(structure(logical(0), tags = list(type = "structure"))), tags = list(type = "list")), "NULL" = structure(logical(0), tags = list(type = "boolean")), BOOL = structure(logical(0), tags = list(type = "boolean"))), tags = list(type = "structure"))), tags = list(type = "map")), NewImage = structure(list(structure(list(S = structure(logical(0), tags = list(type = "string")), N = structure(logical(0), tags = list(type = "string")), B = structure(logical(0), tags = list(type = "blob")), SS = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), NS = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), BS = structure(list(structure(logical(0), tags = list(type = "blob"))), tags = list(type = "list")), M = structure(list(structure(logical(0), tags = list(type = "structure"))), tags = list(type = "map")), L = structure(list(structure(logical(0), tags = list(type = "structure"))), tags = list(type = "list")), "NULL" = structure(logical(0), tags = list(type = "boolean")), BOOL = structure(logical(0), tags = list(type = "boolean"))), tags = list(type = "structure"))), tags = list(type = "map")), OldImage = structure(list(structure(list(S = structure(logical(0), tags = list(type = "string")), N = structure(logical(0), tags = list(type = "string")), B = structure(logical(0), tags = list(type = "blob")), SS = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), NS = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), BS = structure(list(structure(logical(0), tags = list(type = "blob"))), tags = list(type = "list")), M = structure(list(structure(logical(0), tags = list(type = "structure"))), tags = list(type = "map")), L = structure(list(structure(logical(0), tags = list(type = "structure"))), tags = list(type = "list")), "NULL" = structure(logical(0), tags = list(type = "boolean")), BOOL = structure(logical(0), tags = list(type = "boolean"))), tags = list(type = "structure"))), tags = list(type = "map")), SequenceNumber = structure(logical(0), tags = list(type = "string")), SizeBytes = structure(logical(0), tags = list(type = "long")), StreamViewType = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), userIdentity = structure(list(PrincipalId = structure(logical(0), tags = list(type = "string")), Type = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list")), NextShardIterator = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))
  return(populate(args, shape))
}

.dynamodbstreams$get_shard_iterator_input <- function(...) {
  args <- c(as.list(environment()), list(...))
  shape <- structure(list(StreamArn = structure(logical(0), tags = list(type = "string")), ShardId = structure(logical(0), tags = list(type = "string")), ShardIteratorType = structure(logical(0), tags = list(type = "string")), SequenceNumber = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))
  return(populate(args, shape))
}

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

.dynamodbstreams$list_streams_input <- function(...) {
  args <- c(as.list(environment()), list(...))
  shape <- structure(list(TableName = structure(logical(0), tags = list(type = "string")), Limit = structure(logical(0), tags = list(type = "integer")), ExclusiveStartStreamArn = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))
  return(populate(args, shape))
}

.dynamodbstreams$list_streams_output <- function(...) {
  args <- c(as.list(environment()), list(...))
  shape <- structure(list(Streams = structure(list(structure(list(StreamArn = structure(logical(0), tags = list(type = "string")), TableName = structure(logical(0), tags = list(type = "string")), StreamLabel = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), LastEvaluatedStreamArn = 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.