Nothing
# This file is generated by make.paws. Please do not edit here.
#' @importFrom paws.common populate
#' @include bedrockdataautomationruntime_service.R
NULL
.bedrockdataautomationruntime$get_data_automation_status_input <- function(...) {
args <- c(as.list(environment()), list(...))
shape <- structure(list(invocationArn = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))
return(populate(args, shape))
}
.bedrockdataautomationruntime$get_data_automation_status_output <- function(...) {
args <- c(as.list(environment()), list(...))
shape <- structure(list(status = structure(logical(0), tags = list(type = "string")), errorType = structure(logical(0), tags = list(type = "string")), errorMessage = structure(logical(0), tags = list(type = "string")), outputConfiguration = structure(list(s3Uri = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))
return(populate(args, shape))
}
.bedrockdataautomationruntime$invoke_data_automation_async_input <- function(...) {
args <- c(as.list(environment()), list(...))
shape <- structure(list(clientToken = structure(logical(0), tags = list(idempotencyToken = TRUE, type = "string")), inputConfiguration = structure(list(s3Uri = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), outputConfiguration = structure(list(s3Uri = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), dataAutomationConfiguration = structure(list(dataAutomationArn = structure(logical(0), tags = list(type = "string")), stage = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), encryptionConfiguration = structure(list(kmsKeyId = structure(logical(0), tags = list(type = "string")), kmsEncryptionContext = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "map"))), tags = list(type = "structure")), notificationConfiguration = structure(list(eventBridgeConfiguration = structure(list(eventBridgeEnabled = structure(logical(0), tags = list(type = "boolean", box = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), blueprints = structure(list(structure(list(blueprintArn = structure(logical(0), tags = list(type = "string")), version = structure(logical(0), tags = list(type = "string")), stage = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))
return(populate(args, shape))
}
.bedrockdataautomationruntime$invoke_data_automation_async_output <- function(...) {
args <- c(as.list(environment()), list(...))
shape <- structure(list(invocationArn = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))
return(populate(args, shape))
}
Any scripts or data that you put into this service are public.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.