R/emrserverless_interfaces.R

Defines functions update_application_output update_application_input untag_resource_output untag_resource_input tag_resource_output tag_resource_input stop_application_output stop_application_input start_job_run_output start_job_run_input start_application_output start_application_input list_tags_for_resource_output list_tags_for_resource_input list_job_runs_output list_job_runs_input list_applications_output list_applications_input get_job_run_output get_job_run_input get_dashboard_for_job_run_output get_dashboard_for_job_run_input get_application_output get_application_input delete_application_output delete_application_input create_application_output create_application_input cancel_job_run_output cancel_job_run_input

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

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

.emrserverless$cancel_job_run_output <- function(...) {
  args <- c(as.list(environment()), list(...))
  shape <- structure(list(applicationId = structure(logical(0), tags = list(type = "string")), jobRunId = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))
  return(populate(args, shape))
}

.emrserverless$create_application_input <- function(...) {
  args <- c(as.list(environment()), list(...))
  shape <- structure(list(name = structure(logical(0), tags = list(type = "string")), releaseLabel = structure(logical(0), tags = list(type = "string")), type = structure(logical(0), tags = list(type = "string")), clientToken = structure(logical(0), tags = list(idempotencyToken = TRUE, type = "string")), initialCapacity = structure(list(structure(list(workerCount = structure(logical(0), tags = list(type = "long")), workerConfiguration = structure(list(cpu = structure(logical(0), tags = list(type = "string")), memory = structure(logical(0), tags = list(type = "string")), disk = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "map")), maximumCapacity = structure(list(cpu = structure(logical(0), tags = list(type = "string")), memory = structure(logical(0), tags = list(type = "string")), disk = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), tags = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "map")), autoStartConfiguration = structure(list(enabled = structure(logical(0), tags = list(type = "boolean", box = TRUE))), tags = list(type = "structure")), autoStopConfiguration = structure(list(enabled = structure(logical(0), tags = list(type = "boolean", box = TRUE)), idleTimeoutMinutes = structure(logical(0), tags = list(type = "integer", box = TRUE))), tags = list(type = "structure")), networkConfiguration = structure(list(subnetIds = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), securityGroupIds = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list"))), tags = list(type = "structure")), architecture = structure(logical(0), tags = list(type = "string")), imageConfiguration = structure(list(imageUri = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), workerTypeSpecifications = structure(list(structure(list(imageConfiguration = structure(list(imageUri = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "map"))), tags = list(type = "structure"))
  return(populate(args, shape))
}

.emrserverless$create_application_output <- function(...) {
  args <- c(as.list(environment()), list(...))
  shape <- structure(list(applicationId = structure(logical(0), tags = list(type = "string")), name = structure(logical(0), tags = list(type = "string")), arn = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))
  return(populate(args, shape))
}

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

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

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

.emrserverless$get_application_output <- function(...) {
  args <- c(as.list(environment()), list(...))
  shape <- structure(list(application = structure(list(applicationId = structure(logical(0), tags = list(type = "string")), name = structure(logical(0), tags = list(type = "string")), arn = structure(logical(0), tags = list(type = "string")), releaseLabel = structure(logical(0), tags = list(type = "string")), type = structure(logical(0), tags = list(type = "string")), state = structure(logical(0), tags = list(type = "string")), stateDetails = structure(logical(0), tags = list(type = "string")), initialCapacity = structure(list(structure(list(workerCount = structure(logical(0), tags = list(type = "long")), workerConfiguration = structure(list(cpu = structure(logical(0), tags = list(type = "string")), memory = structure(logical(0), tags = list(type = "string")), disk = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "map")), maximumCapacity = structure(list(cpu = structure(logical(0), tags = list(type = "string")), memory = structure(logical(0), tags = list(type = "string")), disk = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), createdAt = structure(logical(0), tags = list(type = "timestamp")), updatedAt = structure(logical(0), tags = list(type = "timestamp")), tags = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "map")), autoStartConfiguration = structure(list(enabled = structure(logical(0), tags = list(type = "boolean", box = TRUE))), tags = list(type = "structure")), autoStopConfiguration = structure(list(enabled = structure(logical(0), tags = list(type = "boolean", box = TRUE)), idleTimeoutMinutes = structure(logical(0), tags = list(type = "integer", box = TRUE))), tags = list(type = "structure")), networkConfiguration = structure(list(subnetIds = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), securityGroupIds = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list"))), tags = list(type = "structure")), architecture = structure(logical(0), tags = list(type = "string")), imageConfiguration = structure(list(imageUri = structure(logical(0), tags = list(type = "string")), resolvedImageDigest = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), workerTypeSpecifications = structure(list(structure(list(imageConfiguration = structure(list(imageUri = structure(logical(0), tags = list(type = "string")), resolvedImageDigest = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "map"))), tags = list(type = "structure"))), tags = list(type = "structure"))
  return(populate(args, shape))
}

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

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

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

.emrserverless$get_job_run_output <- function(...) {
  args <- c(as.list(environment()), list(...))
  shape <- structure(list(jobRun = structure(list(applicationId = structure(logical(0), tags = list(type = "string")), jobRunId = structure(logical(0), tags = list(type = "string")), name = structure(logical(0), tags = list(type = "string")), arn = structure(logical(0), tags = list(type = "string")), createdBy = structure(logical(0), tags = list(type = "string")), createdAt = structure(logical(0), tags = list(type = "timestamp")), updatedAt = structure(logical(0), tags = list(type = "timestamp")), executionRole = structure(logical(0), tags = list(type = "string")), state = structure(logical(0), tags = list(type = "string")), stateDetails = structure(logical(0), tags = list(type = "string")), releaseLabel = structure(logical(0), tags = list(type = "string")), configurationOverrides = structure(list(applicationConfiguration = structure(list(structure(list(classification = structure(logical(0), tags = list(type = "string")), properties = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "map", sensitive = TRUE)), configurations = structure(logical(0), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "list")), monitoringConfiguration = structure(list(s3MonitoringConfiguration = structure(list(logUri = structure(logical(0), tags = list(type = "string")), encryptionKeyArn = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), managedPersistenceMonitoringConfiguration = structure(list(enabled = structure(logical(0), tags = list(type = "boolean", box = TRUE)), encryptionKeyArn = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), cloudWatchLoggingConfiguration = structure(list(enabled = structure(logical(0), tags = list(type = "boolean", box = TRUE)), logGroupName = structure(logical(0), tags = list(type = "string")), logStreamNamePrefix = structure(logical(0), tags = list(type = "string")), encryptionKeyArn = structure(logical(0), tags = list(type = "string")), logTypes = structure(list(structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list"))), tags = list(type = "map"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), jobDriver = structure(list(sparkSubmit = structure(list(entryPoint = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), entryPointArguments = structure(list(structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "list")), sparkSubmitParameters = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure")), hive = structure(list(query = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), initQueryFile = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), parameters = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure", union = TRUE)), tags = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "map")), totalResourceUtilization = structure(list(vCPUHour = structure(logical(0), tags = list(type = "double", box = TRUE)), memoryGBHour = structure(logical(0), tags = list(type = "double", box = TRUE)), storageGBHour = structure(logical(0), tags = list(type = "double", box = TRUE))), tags = list(type = "structure")), networkConfiguration = structure(list(subnetIds = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), securityGroupIds = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list"))), tags = list(type = "structure")), totalExecutionDurationSeconds = structure(logical(0), tags = list(type = "integer", box = TRUE)), executionTimeoutMinutes = structure(logical(0), tags = list(box = TRUE, type = "long")), billedResourceUtilization = structure(list(vCPUHour = structure(logical(0), tags = list(type = "double", box = TRUE)), memoryGBHour = structure(logical(0), tags = list(type = "double", box = TRUE)), storageGBHour = structure(logical(0), tags = list(type = "double", box = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))
  return(populate(args, shape))
}

.emrserverless$list_applications_input <- function(...) {
  args <- c(as.list(environment()), list(...))
  shape <- structure(list(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)), states = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(location = "querystring", locationName = "states", type = "list"))), tags = list(type = "structure"))
  return(populate(args, shape))
}

.emrserverless$list_applications_output <- function(...) {
  args <- c(as.list(environment()), list(...))
  shape <- structure(list(applications = structure(list(structure(list(id = structure(logical(0), tags = list(type = "string")), name = structure(logical(0), tags = list(type = "string")), arn = structure(logical(0), tags = list(type = "string")), releaseLabel = structure(logical(0), tags = list(type = "string")), type = structure(logical(0), tags = list(type = "string")), state = structure(logical(0), tags = list(type = "string")), stateDetails = structure(logical(0), tags = list(type = "string")), createdAt = structure(logical(0), tags = list(type = "timestamp")), updatedAt = structure(logical(0), tags = list(type = "timestamp")), architecture = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), nextToken = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))
  return(populate(args, shape))
}

.emrserverless$list_job_runs_input <- function(...) {
  args <- c(as.list(environment()), list(...))
  shape <- structure(list(applicationId = structure(logical(0), tags = list(location = "uri", locationName = "applicationId", 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)), createdAtAfter = structure(logical(0), tags = list(location = "querystring", locationName = "createdAtAfter", type = "timestamp")), createdAtBefore = structure(logical(0), tags = list(location = "querystring", locationName = "createdAtBefore", type = "timestamp")), states = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(location = "querystring", locationName = "states", type = "list"))), tags = list(type = "structure"))
  return(populate(args, shape))
}

.emrserverless$list_job_runs_output <- function(...) {
  args <- c(as.list(environment()), list(...))
  shape <- structure(list(jobRuns = structure(list(structure(list(applicationId = structure(logical(0), tags = list(type = "string")), id = structure(logical(0), tags = list(type = "string")), name = structure(logical(0), tags = list(type = "string")), arn = structure(logical(0), tags = list(type = "string")), createdBy = structure(logical(0), tags = list(type = "string")), createdAt = structure(logical(0), tags = list(type = "timestamp")), updatedAt = structure(logical(0), tags = list(type = "timestamp")), executionRole = structure(logical(0), tags = list(type = "string")), state = structure(logical(0), tags = list(type = "string")), stateDetails = structure(logical(0), tags = list(type = "string")), releaseLabel = structure(logical(0), tags = list(type = "string")), type = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), nextToken = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))
  return(populate(args, shape))
}

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

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

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

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

.emrserverless$start_job_run_input <- function(...) {
  args <- c(as.list(environment()), list(...))
  shape <- structure(list(applicationId = structure(logical(0), tags = list(location = "uri", locationName = "applicationId", type = "string")), clientToken = structure(logical(0), tags = list(idempotencyToken = TRUE, type = "string")), executionRoleArn = structure(logical(0), tags = list(type = "string")), jobDriver = structure(list(sparkSubmit = structure(list(entryPoint = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), entryPointArguments = structure(list(structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "list")), sparkSubmitParameters = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure")), hive = structure(list(query = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), initQueryFile = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), parameters = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure", union = TRUE)), configurationOverrides = structure(list(applicationConfiguration = structure(list(structure(list(classification = structure(logical(0), tags = list(type = "string")), properties = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "map", sensitive = TRUE)), configurations = structure(logical(0), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "list")), monitoringConfiguration = structure(list(s3MonitoringConfiguration = structure(list(logUri = structure(logical(0), tags = list(type = "string")), encryptionKeyArn = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), managedPersistenceMonitoringConfiguration = structure(list(enabled = structure(logical(0), tags = list(type = "boolean", box = TRUE)), encryptionKeyArn = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), cloudWatchLoggingConfiguration = structure(list(enabled = structure(logical(0), tags = list(type = "boolean", box = TRUE)), logGroupName = structure(logical(0), tags = list(type = "string")), logStreamNamePrefix = structure(logical(0), tags = list(type = "string")), encryptionKeyArn = structure(logical(0), tags = list(type = "string")), logTypes = structure(list(structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list"))), tags = list(type = "map"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), tags = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "map")), executionTimeoutMinutes = structure(logical(0), tags = list(box = TRUE, type = "long")), name = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))
  return(populate(args, shape))
}

.emrserverless$start_job_run_output <- function(...) {
  args <- c(as.list(environment()), list(...))
  shape <- structure(list(applicationId = structure(logical(0), tags = list(type = "string")), jobRunId = structure(logical(0), tags = list(type = "string")), arn = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))
  return(populate(args, shape))
}

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

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

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

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

.emrserverless$untag_resource_input <- function(...) {
  args <- c(as.list(environment()), list(...))
  shape <- structure(list(resourceArn = structure(logical(0), tags = list(location = "uri", locationName = "resourceArn", type = "string")), tagKeys = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(location = "querystring", locationName = "tagKeys", type = "list"))), tags = list(type = "structure"))
  return(populate(args, shape))
}

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

.emrserverless$update_application_input <- function(...) {
  args <- c(as.list(environment()), list(...))
  shape <- structure(list(applicationId = structure(logical(0), tags = list(location = "uri", locationName = "applicationId", type = "string")), clientToken = structure(logical(0), tags = list(idempotencyToken = TRUE, type = "string")), initialCapacity = structure(list(structure(list(workerCount = structure(logical(0), tags = list(type = "long")), workerConfiguration = structure(list(cpu = structure(logical(0), tags = list(type = "string")), memory = structure(logical(0), tags = list(type = "string")), disk = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "map")), maximumCapacity = structure(list(cpu = structure(logical(0), tags = list(type = "string")), memory = structure(logical(0), tags = list(type = "string")), disk = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), autoStartConfiguration = structure(list(enabled = structure(logical(0), tags = list(type = "boolean", box = TRUE))), tags = list(type = "structure")), autoStopConfiguration = structure(list(enabled = structure(logical(0), tags = list(type = "boolean", box = TRUE)), idleTimeoutMinutes = structure(logical(0), tags = list(type = "integer", box = TRUE))), tags = list(type = "structure")), networkConfiguration = structure(list(subnetIds = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), securityGroupIds = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list"))), tags = list(type = "structure")), architecture = structure(logical(0), tags = list(type = "string")), imageConfiguration = structure(list(imageUri = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), workerTypeSpecifications = structure(list(structure(list(imageConfiguration = structure(list(imageUri = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "map")), releaseLabel = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))
  return(populate(args, shape))
}

.emrserverless$update_application_output <- function(...) {
  args <- c(as.list(environment()), list(...))
  shape <- structure(list(application = structure(list(applicationId = structure(logical(0), tags = list(type = "string")), name = structure(logical(0), tags = list(type = "string")), arn = structure(logical(0), tags = list(type = "string")), releaseLabel = structure(logical(0), tags = list(type = "string")), type = structure(logical(0), tags = list(type = "string")), state = structure(logical(0), tags = list(type = "string")), stateDetails = structure(logical(0), tags = list(type = "string")), initialCapacity = structure(list(structure(list(workerCount = structure(logical(0), tags = list(type = "long")), workerConfiguration = structure(list(cpu = structure(logical(0), tags = list(type = "string")), memory = structure(logical(0), tags = list(type = "string")), disk = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "map")), maximumCapacity = structure(list(cpu = structure(logical(0), tags = list(type = "string")), memory = structure(logical(0), tags = list(type = "string")), disk = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), createdAt = structure(logical(0), tags = list(type = "timestamp")), updatedAt = structure(logical(0), tags = list(type = "timestamp")), tags = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "map")), autoStartConfiguration = structure(list(enabled = structure(logical(0), tags = list(type = "boolean", box = TRUE))), tags = list(type = "structure")), autoStopConfiguration = structure(list(enabled = structure(logical(0), tags = list(type = "boolean", box = TRUE)), idleTimeoutMinutes = structure(logical(0), tags = list(type = "integer", box = TRUE))), tags = list(type = "structure")), networkConfiguration = structure(list(subnetIds = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), securityGroupIds = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list"))), tags = list(type = "structure")), architecture = structure(logical(0), tags = list(type = "string")), imageConfiguration = structure(list(imageUri = structure(logical(0), tags = list(type = "string")), resolvedImageDigest = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), workerTypeSpecifications = structure(list(structure(list(imageConfiguration = structure(list(imageUri = structure(logical(0), tags = list(type = "string")), resolvedImageDigest = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "map"))), tags = list(type = "structure"))), tags = list(type = "structure"))
  return(populate(args, shape))
}

Try the paws.compute package in your browser

Any scripts or data that you put into this service are public.

paws.compute documentation built on Sept. 12, 2023, 1:28 a.m.