R/qldbsession_interfaces.R

Defines functions send_command_output send_command_input

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

.qldbsession$send_command_input <- function(...) {
  args <- c(as.list(environment()), list(...))
  shape <- structure(list(SessionToken = structure(logical(0), tags = list(type = "string")), StartSession = structure(list(LedgerName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), StartTransaction = structure(list(), tags = list(type = "structure")), EndSession = structure(list(), tags = list(type = "structure")), CommitTransaction = structure(list(TransactionId = structure(logical(0), tags = list(type = "string")), CommitDigest = structure(logical(0), tags = list(type = "blob"))), tags = list(type = "structure")), AbortTransaction = structure(list(), tags = list(type = "structure")), ExecuteStatement = structure(list(TransactionId = structure(logical(0), tags = list(type = "string")), Statement = structure(logical(0), tags = list(type = "string")), Parameters = structure(list(structure(list(IonBinary = structure(logical(0), tags = list(type = "blob")), IonText = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")), FetchPage = structure(list(TransactionId = structure(logical(0), tags = list(type = "string")), NextPageToken = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))
  return(populate(args, shape))
}

.qldbsession$send_command_output <- function(...) {
  args <- c(as.list(environment()), list(...))
  shape <- structure(list(StartSession = structure(list(SessionToken = structure(logical(0), tags = list(type = "string")), TimingInformation = structure(list(ProcessingTimeMilliseconds = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure"))), tags = list(type = "structure")), StartTransaction = structure(list(TransactionId = structure(logical(0), tags = list(type = "string")), TimingInformation = structure(list(ProcessingTimeMilliseconds = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure"))), tags = list(type = "structure")), EndSession = structure(list(TimingInformation = structure(list(ProcessingTimeMilliseconds = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure"))), tags = list(type = "structure")), CommitTransaction = structure(list(TransactionId = structure(logical(0), tags = list(type = "string")), CommitDigest = structure(logical(0), tags = list(type = "blob")), TimingInformation = structure(list(ProcessingTimeMilliseconds = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), ConsumedIOs = structure(list(ReadIOs = structure(logical(0), tags = list(type = "long")), WriteIOs = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure"))), tags = list(type = "structure")), AbortTransaction = structure(list(TimingInformation = structure(list(ProcessingTimeMilliseconds = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure"))), tags = list(type = "structure")), ExecuteStatement = structure(list(FirstPage = structure(list(Values = structure(list(structure(list(IonBinary = structure(logical(0), tags = list(type = "blob")), IonText = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), NextPageToken = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), TimingInformation = structure(list(ProcessingTimeMilliseconds = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), ConsumedIOs = structure(list(ReadIOs = structure(logical(0), tags = list(type = "long")), WriteIOs = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure"))), tags = list(type = "structure")), FetchPage = structure(list(Page = structure(list(Values = structure(list(structure(list(IonBinary = structure(logical(0), tags = list(type = "blob")), IonText = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), NextPageToken = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), TimingInformation = structure(list(ProcessingTimeMilliseconds = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), ConsumedIOs = structure(list(ReadIOs = structure(logical(0), tags = list(type = "long")), WriteIOs = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure"))), tags = list(type = "structure"))), 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.