R/sfn_interfaces.R

Defines functions update_state_machine_alias_output update_state_machine_alias_input update_state_machine_output update_state_machine_input update_map_run_output update_map_run_input untag_resource_output untag_resource_input tag_resource_output tag_resource_input stop_execution_output stop_execution_input start_sync_execution_output start_sync_execution_input start_execution_output start_execution_input send_task_success_output send_task_success_input send_task_heartbeat_output send_task_heartbeat_input send_task_failure_output send_task_failure_input publish_state_machine_version_output publish_state_machine_version_input list_tags_for_resource_output list_tags_for_resource_input list_state_machines_output list_state_machines_input list_state_machine_versions_output list_state_machine_versions_input list_state_machine_aliases_output list_state_machine_aliases_input list_map_runs_output list_map_runs_input list_executions_output list_executions_input list_activities_output list_activities_input get_execution_history_output get_execution_history_input get_activity_task_output get_activity_task_input describe_state_machine_for_execution_output describe_state_machine_for_execution_input describe_state_machine_alias_output describe_state_machine_alias_input describe_state_machine_output describe_state_machine_input describe_map_run_output describe_map_run_input describe_execution_output describe_execution_input describe_activity_output describe_activity_input delete_state_machine_version_output delete_state_machine_version_input delete_state_machine_alias_output delete_state_machine_alias_input delete_state_machine_output delete_state_machine_input delete_activity_output delete_activity_input create_state_machine_alias_output create_state_machine_alias_input create_state_machine_output create_state_machine_input create_activity_output create_activity_input

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

.sfn$create_activity_input <- function(...) {
  args <- c(as.list(environment()), list(...))
  shape <- structure(list(name = structure(logical(0), tags = list(type = "string")), tags = structure(list(structure(list(key = structure(logical(0), tags = list(type = "string")), value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))
  return(populate(args, shape))
}

.sfn$create_activity_output <- function(...) {
  args <- c(as.list(environment()), list(...))
  shape <- structure(list(activityArn = structure(logical(0), tags = list(type = "string")), creationDate = structure(logical(0), tags = list(type = "timestamp"))), tags = list(type = "structure"))
  return(populate(args, shape))
}

.sfn$create_state_machine_input <- function(...) {
  args <- c(as.list(environment()), list(...))
  shape <- structure(list(name = structure(logical(0), tags = list(type = "string")), definition = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), roleArn = structure(logical(0), tags = list(type = "string")), type = structure(logical(0), tags = list(type = "string")), loggingConfiguration = structure(list(level = structure(logical(0), tags = list(type = "string")), includeExecutionData = structure(logical(0), tags = list(type = "boolean")), destinations = structure(list(structure(list(cloudWatchLogsLogGroup = structure(list(logGroupArn = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")), tags = structure(list(structure(list(key = structure(logical(0), tags = list(type = "string")), value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), tracingConfiguration = structure(list(enabled = structure(logical(0), tags = list(type = "boolean"))), tags = list(type = "structure")), publish = structure(logical(0), tags = list(type = "boolean")), versionDescription = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))
  return(populate(args, shape))
}

.sfn$create_state_machine_output <- function(...) {
  args <- c(as.list(environment()), list(...))
  shape <- structure(list(stateMachineArn = structure(logical(0), tags = list(type = "string")), creationDate = structure(logical(0), tags = list(type = "timestamp")), stateMachineVersionArn = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))
  return(populate(args, shape))
}

.sfn$create_state_machine_alias_input <- function(...) {
  args <- c(as.list(environment()), list(...))
  shape <- structure(list(description = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), name = structure(logical(0), tags = list(type = "string")), routingConfiguration = structure(list(structure(list(stateMachineVersionArn = structure(logical(0), tags = list(type = "string")), weight = structure(logical(0), tags = list(type = "integer"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))
  return(populate(args, shape))
}

.sfn$create_state_machine_alias_output <- function(...) {
  args <- c(as.list(environment()), list(...))
  shape <- structure(list(stateMachineAliasArn = structure(logical(0), tags = list(type = "string")), creationDate = structure(logical(0), tags = list(type = "timestamp"))), tags = list(type = "structure"))
  return(populate(args, shape))
}

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

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

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

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

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

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

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

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

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

.sfn$describe_activity_output <- function(...) {
  args <- c(as.list(environment()), list(...))
  shape <- structure(list(activityArn = structure(logical(0), tags = list(type = "string")), name = structure(logical(0), tags = list(type = "string")), creationDate = structure(logical(0), tags = list(type = "timestamp"))), tags = list(type = "structure"))
  return(populate(args, shape))
}

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

.sfn$describe_execution_output <- function(...) {
  args <- c(as.list(environment()), list(...))
  shape <- structure(list(executionArn = structure(logical(0), tags = list(type = "string")), stateMachineArn = structure(logical(0), tags = list(type = "string")), name = structure(logical(0), tags = list(type = "string")), status = structure(logical(0), tags = list(type = "string")), startDate = structure(logical(0), tags = list(type = "timestamp")), stopDate = structure(logical(0), tags = list(type = "timestamp")), input = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), inputDetails = structure(list(included = structure(logical(0), tags = list(type = "boolean"))), tags = list(type = "structure")), output = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), outputDetails = structure(list(included = structure(logical(0), tags = list(type = "boolean"))), tags = list(type = "structure")), traceHeader = structure(logical(0), tags = list(type = "string")), mapRunArn = structure(logical(0), tags = list(type = "string")), error = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), cause = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), stateMachineVersionArn = structure(logical(0), tags = list(type = "string")), stateMachineAliasArn = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))
  return(populate(args, shape))
}

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

.sfn$describe_map_run_output <- function(...) {
  args <- c(as.list(environment()), list(...))
  shape <- structure(list(mapRunArn = structure(logical(0), tags = list(type = "string")), executionArn = structure(logical(0), tags = list(type = "string")), status = structure(logical(0), tags = list(type = "string")), startDate = structure(logical(0), tags = list(type = "timestamp")), stopDate = structure(logical(0), tags = list(type = "timestamp")), maxConcurrency = structure(logical(0), tags = list(type = "integer")), toleratedFailurePercentage = structure(logical(0), tags = list(type = "float")), toleratedFailureCount = structure(logical(0), tags = list(type = "long")), itemCounts = structure(list(pending = structure(logical(0), tags = list(type = "long")), running = structure(logical(0), tags = list(type = "long")), succeeded = structure(logical(0), tags = list(type = "long")), failed = structure(logical(0), tags = list(type = "long")), timedOut = structure(logical(0), tags = list(type = "long")), aborted = structure(logical(0), tags = list(type = "long")), total = structure(logical(0), tags = list(type = "long")), resultsWritten = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), executionCounts = structure(list(pending = structure(logical(0), tags = list(type = "long")), running = structure(logical(0), tags = list(type = "long")), succeeded = structure(logical(0), tags = list(type = "long")), failed = structure(logical(0), tags = list(type = "long")), timedOut = structure(logical(0), tags = list(type = "long")), aborted = structure(logical(0), tags = list(type = "long")), total = structure(logical(0), tags = list(type = "long")), resultsWritten = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure"))), tags = list(type = "structure"))
  return(populate(args, shape))
}

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

.sfn$describe_state_machine_output <- function(...) {
  args <- c(as.list(environment()), list(...))
  shape <- structure(list(stateMachineArn = structure(logical(0), tags = list(type = "string")), name = structure(logical(0), tags = list(type = "string")), status = structure(logical(0), tags = list(type = "string")), definition = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), roleArn = structure(logical(0), tags = list(type = "string")), type = structure(logical(0), tags = list(type = "string")), creationDate = structure(logical(0), tags = list(type = "timestamp")), loggingConfiguration = structure(list(level = structure(logical(0), tags = list(type = "string")), includeExecutionData = structure(logical(0), tags = list(type = "boolean")), destinations = structure(list(structure(list(cloudWatchLogsLogGroup = structure(list(logGroupArn = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")), tracingConfiguration = structure(list(enabled = structure(logical(0), tags = list(type = "boolean"))), tags = list(type = "structure")), label = structure(logical(0), tags = list(type = "string")), revisionId = structure(logical(0), tags = list(type = "string")), description = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))
  return(populate(args, shape))
}

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

.sfn$describe_state_machine_alias_output <- function(...) {
  args <- c(as.list(environment()), list(...))
  shape <- structure(list(stateMachineAliasArn = structure(logical(0), tags = list(type = "string")), name = structure(logical(0), tags = list(type = "string")), description = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), routingConfiguration = structure(list(structure(list(stateMachineVersionArn = structure(logical(0), tags = list(type = "string")), weight = structure(logical(0), tags = list(type = "integer"))), tags = list(type = "structure"))), tags = list(type = "list")), creationDate = structure(logical(0), tags = list(type = "timestamp")), updateDate = structure(logical(0), tags = list(type = "timestamp"))), tags = list(type = "structure"))
  return(populate(args, shape))
}

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

.sfn$describe_state_machine_for_execution_output <- function(...) {
  args <- c(as.list(environment()), list(...))
  shape <- structure(list(stateMachineArn = structure(logical(0), tags = list(type = "string")), name = structure(logical(0), tags = list(type = "string")), definition = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), roleArn = structure(logical(0), tags = list(type = "string")), updateDate = structure(logical(0), tags = list(type = "timestamp")), loggingConfiguration = structure(list(level = structure(logical(0), tags = list(type = "string")), includeExecutionData = structure(logical(0), tags = list(type = "boolean")), destinations = structure(list(structure(list(cloudWatchLogsLogGroup = structure(list(logGroupArn = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")), tracingConfiguration = structure(list(enabled = structure(logical(0), tags = list(type = "boolean"))), tags = list(type = "structure")), mapRunArn = structure(logical(0), tags = list(type = "string")), label = structure(logical(0), tags = list(type = "string")), revisionId = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))
  return(populate(args, shape))
}

.sfn$get_activity_task_input <- function(...) {
  args <- c(as.list(environment()), list(...))
  shape <- structure(list(activityArn = structure(logical(0), tags = list(type = "string")), workerName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))
  return(populate(args, shape))
}

.sfn$get_activity_task_output <- function(...) {
  args <- c(as.list(environment()), list(...))
  shape <- structure(list(taskToken = structure(logical(0), tags = list(type = "string")), input = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))
  return(populate(args, shape))
}

.sfn$get_execution_history_input <- function(...) {
  args <- c(as.list(environment()), list(...))
  shape <- structure(list(executionArn = structure(logical(0), tags = list(type = "string")), maxResults = structure(logical(0), tags = list(type = "integer")), reverseOrder = structure(logical(0), tags = list(type = "boolean")), nextToken = structure(logical(0), tags = list(type = "string")), includeExecutionData = structure(logical(0), tags = list(type = "boolean", box = TRUE))), tags = list(type = "structure"))
  return(populate(args, shape))
}

.sfn$get_execution_history_output <- function(...) {
  args <- c(as.list(environment()), list(...))
  shape <- structure(list(events = structure(list(structure(list(timestamp = structure(logical(0), tags = list(type = "timestamp")), type = structure(logical(0), tags = list(type = "string")), id = structure(logical(0), tags = list(type = "long")), previousEventId = structure(logical(0), tags = list(type = "long")), activityFailedEventDetails = structure(list(error = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), cause = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure")), activityScheduleFailedEventDetails = structure(list(error = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), cause = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure")), activityScheduledEventDetails = structure(list(resource = structure(logical(0), tags = list(type = "string")), input = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), inputDetails = structure(list(truncated = structure(logical(0), tags = list(type = "boolean"))), tags = list(type = "structure")), timeoutInSeconds = structure(logical(0), tags = list(box = TRUE, type = "long")), heartbeatInSeconds = structure(logical(0), tags = list(box = TRUE, type = "long"))), tags = list(type = "structure")), activityStartedEventDetails = structure(list(workerName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), activitySucceededEventDetails = structure(list(output = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), outputDetails = structure(list(truncated = structure(logical(0), tags = list(type = "boolean"))), tags = list(type = "structure"))), tags = list(type = "structure")), activityTimedOutEventDetails = structure(list(error = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), cause = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure")), taskFailedEventDetails = structure(list(resourceType = structure(logical(0), tags = list(type = "string")), resource = structure(logical(0), tags = list(type = "string")), error = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), cause = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure")), taskScheduledEventDetails = structure(list(resourceType = structure(logical(0), tags = list(type = "string")), resource = structure(logical(0), tags = list(type = "string")), region = structure(logical(0), tags = list(type = "string")), parameters = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), timeoutInSeconds = structure(logical(0), tags = list(box = TRUE, type = "long")), heartbeatInSeconds = structure(logical(0), tags = list(box = TRUE, type = "long")), taskCredentials = structure(list(roleArn = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), taskStartFailedEventDetails = structure(list(resourceType = structure(logical(0), tags = list(type = "string")), resource = structure(logical(0), tags = list(type = "string")), error = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), cause = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure")), taskStartedEventDetails = structure(list(resourceType = structure(logical(0), tags = list(type = "string")), resource = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), taskSubmitFailedEventDetails = structure(list(resourceType = structure(logical(0), tags = list(type = "string")), resource = structure(logical(0), tags = list(type = "string")), error = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), cause = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure")), taskSubmittedEventDetails = structure(list(resourceType = structure(logical(0), tags = list(type = "string")), resource = structure(logical(0), tags = list(type = "string")), output = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), outputDetails = structure(list(truncated = structure(logical(0), tags = list(type = "boolean"))), tags = list(type = "structure"))), tags = list(type = "structure")), taskSucceededEventDetails = structure(list(resourceType = structure(logical(0), tags = list(type = "string")), resource = structure(logical(0), tags = list(type = "string")), output = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), outputDetails = structure(list(truncated = structure(logical(0), tags = list(type = "boolean"))), tags = list(type = "structure"))), tags = list(type = "structure")), taskTimedOutEventDetails = structure(list(resourceType = structure(logical(0), tags = list(type = "string")), resource = structure(logical(0), tags = list(type = "string")), error = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), cause = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure")), executionFailedEventDetails = structure(list(error = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), cause = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure")), executionStartedEventDetails = structure(list(input = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), inputDetails = structure(list(truncated = structure(logical(0), tags = list(type = "boolean"))), tags = list(type = "structure")), roleArn = structure(logical(0), tags = list(type = "string")), stateMachineAliasArn = structure(logical(0), tags = list(type = "string")), stateMachineVersionArn = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), executionSucceededEventDetails = structure(list(output = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), outputDetails = structure(list(truncated = structure(logical(0), tags = list(type = "boolean"))), tags = list(type = "structure"))), tags = list(type = "structure")), executionAbortedEventDetails = structure(list(error = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), cause = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure")), executionTimedOutEventDetails = structure(list(error = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), cause = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure")), mapStateStartedEventDetails = structure(list(length = structure(logical(0), tags = list(type = "integer"))), tags = list(type = "structure")), mapIterationStartedEventDetails = structure(list(name = structure(logical(0), tags = list(type = "string")), index = structure(logical(0), tags = list(type = "integer"))), tags = list(type = "structure")), mapIterationSucceededEventDetails = structure(list(name = structure(logical(0), tags = list(type = "string")), index = structure(logical(0), tags = list(type = "integer"))), tags = list(type = "structure")), mapIterationFailedEventDetails = structure(list(name = structure(logical(0), tags = list(type = "string")), index = structure(logical(0), tags = list(type = "integer"))), tags = list(type = "structure")), mapIterationAbortedEventDetails = structure(list(name = structure(logical(0), tags = list(type = "string")), index = structure(logical(0), tags = list(type = "integer"))), tags = list(type = "structure")), lambdaFunctionFailedEventDetails = structure(list(error = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), cause = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure")), lambdaFunctionScheduleFailedEventDetails = structure(list(error = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), cause = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure")), lambdaFunctionScheduledEventDetails = structure(list(resource = structure(logical(0), tags = list(type = "string")), input = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), inputDetails = structure(list(truncated = structure(logical(0), tags = list(type = "boolean"))), tags = list(type = "structure")), timeoutInSeconds = structure(logical(0), tags = list(box = TRUE, type = "long")), taskCredentials = structure(list(roleArn = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), lambdaFunctionStartFailedEventDetails = structure(list(error = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), cause = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure")), lambdaFunctionSucceededEventDetails = structure(list(output = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), outputDetails = structure(list(truncated = structure(logical(0), tags = list(type = "boolean"))), tags = list(type = "structure"))), tags = list(type = "structure")), lambdaFunctionTimedOutEventDetails = structure(list(error = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), cause = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure")), stateEnteredEventDetails = structure(list(name = structure(logical(0), tags = list(type = "string")), input = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), inputDetails = structure(list(truncated = structure(logical(0), tags = list(type = "boolean"))), tags = list(type = "structure"))), tags = list(type = "structure")), stateExitedEventDetails = structure(list(name = structure(logical(0), tags = list(type = "string")), output = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), outputDetails = structure(list(truncated = structure(logical(0), tags = list(type = "boolean"))), tags = list(type = "structure"))), tags = list(type = "structure")), mapRunStartedEventDetails = structure(list(mapRunArn = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), mapRunFailedEventDetails = structure(list(error = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), cause = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list")), nextToken = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))
  return(populate(args, shape))
}

.sfn$list_activities_input <- function(...) {
  args <- c(as.list(environment()), list(...))
  shape <- structure(list(maxResults = structure(logical(0), tags = list(type = "integer")), nextToken = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))
  return(populate(args, shape))
}

.sfn$list_activities_output <- function(...) {
  args <- c(as.list(environment()), list(...))
  shape <- structure(list(activities = structure(list(structure(list(activityArn = structure(logical(0), tags = list(type = "string")), name = structure(logical(0), tags = list(type = "string")), creationDate = structure(logical(0), tags = list(type = "timestamp"))), tags = list(type = "structure"))), tags = list(type = "list")), nextToken = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))
  return(populate(args, shape))
}

.sfn$list_executions_input <- function(...) {
  args <- c(as.list(environment()), list(...))
  shape <- structure(list(stateMachineArn = structure(logical(0), tags = list(type = "string")), statusFilter = structure(logical(0), tags = list(type = "string")), maxResults = structure(logical(0), tags = list(type = "integer")), nextToken = structure(logical(0), tags = list(type = "string")), mapRunArn = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))
  return(populate(args, shape))
}

.sfn$list_executions_output <- function(...) {
  args <- c(as.list(environment()), list(...))
  shape <- structure(list(executions = structure(list(structure(list(executionArn = structure(logical(0), tags = list(type = "string")), stateMachineArn = structure(logical(0), tags = list(type = "string")), name = structure(logical(0), tags = list(type = "string")), status = structure(logical(0), tags = list(type = "string")), startDate = structure(logical(0), tags = list(type = "timestamp")), stopDate = structure(logical(0), tags = list(type = "timestamp")), mapRunArn = structure(logical(0), tags = list(type = "string")), itemCount = structure(logical(0), tags = list(box = TRUE, type = "integer")), stateMachineVersionArn = structure(logical(0), tags = list(type = "string")), stateMachineAliasArn = 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))
}

.sfn$list_map_runs_input <- function(...) {
  args <- c(as.list(environment()), list(...))
  shape <- structure(list(executionArn = structure(logical(0), tags = list(type = "string")), maxResults = structure(logical(0), tags = list(type = "integer")), nextToken = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))
  return(populate(args, shape))
}

.sfn$list_map_runs_output <- function(...) {
  args <- c(as.list(environment()), list(...))
  shape <- structure(list(mapRuns = structure(list(structure(list(executionArn = structure(logical(0), tags = list(type = "string")), mapRunArn = structure(logical(0), tags = list(type = "string")), stateMachineArn = structure(logical(0), tags = list(type = "string")), startDate = structure(logical(0), tags = list(type = "timestamp")), stopDate = structure(logical(0), tags = list(type = "timestamp"))), tags = list(type = "structure"))), tags = list(type = "list")), nextToken = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))
  return(populate(args, shape))
}

.sfn$list_state_machine_aliases_input <- function(...) {
  args <- c(as.list(environment()), list(...))
  shape <- structure(list(stateMachineArn = structure(logical(0), tags = list(type = "string")), nextToken = structure(logical(0), tags = list(type = "string")), maxResults = structure(logical(0), tags = list(type = "integer"))), tags = list(type = "structure"))
  return(populate(args, shape))
}

.sfn$list_state_machine_aliases_output <- function(...) {
  args <- c(as.list(environment()), list(...))
  shape <- structure(list(stateMachineAliases = structure(list(structure(list(stateMachineAliasArn = structure(logical(0), tags = list(type = "string")), creationDate = structure(logical(0), tags = list(type = "timestamp"))), tags = list(type = "structure"))), tags = list(type = "list")), nextToken = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))
  return(populate(args, shape))
}

.sfn$list_state_machine_versions_input <- function(...) {
  args <- c(as.list(environment()), list(...))
  shape <- structure(list(stateMachineArn = structure(logical(0), tags = list(type = "string")), nextToken = structure(logical(0), tags = list(type = "string")), maxResults = structure(logical(0), tags = list(type = "integer"))), tags = list(type = "structure"))
  return(populate(args, shape))
}

.sfn$list_state_machine_versions_output <- function(...) {
  args <- c(as.list(environment()), list(...))
  shape <- structure(list(stateMachineVersions = structure(list(structure(list(stateMachineVersionArn = structure(logical(0), tags = list(type = "string")), creationDate = structure(logical(0), tags = list(type = "timestamp"))), tags = list(type = "structure"))), tags = list(type = "list")), nextToken = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))
  return(populate(args, shape))
}

.sfn$list_state_machines_input <- function(...) {
  args <- c(as.list(environment()), list(...))
  shape <- structure(list(maxResults = structure(logical(0), tags = list(type = "integer")), nextToken = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))
  return(populate(args, shape))
}

.sfn$list_state_machines_output <- function(...) {
  args <- c(as.list(environment()), list(...))
  shape <- structure(list(stateMachines = structure(list(structure(list(stateMachineArn = structure(logical(0), tags = list(type = "string")), name = structure(logical(0), tags = list(type = "string")), type = structure(logical(0), tags = list(type = "string")), creationDate = structure(logical(0), tags = list(type = "timestamp"))), tags = list(type = "structure"))), tags = list(type = "list")), nextToken = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))
  return(populate(args, shape))
}

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

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

.sfn$publish_state_machine_version_input <- function(...) {
  args <- c(as.list(environment()), list(...))
  shape <- structure(list(stateMachineArn = structure(logical(0), tags = list(type = "string")), revisionId = structure(logical(0), tags = list(type = "string")), description = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))
  return(populate(args, shape))
}

.sfn$publish_state_machine_version_output <- function(...) {
  args <- c(as.list(environment()), list(...))
  shape <- structure(list(creationDate = structure(logical(0), tags = list(type = "timestamp")), stateMachineVersionArn = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))
  return(populate(args, shape))
}

.sfn$send_task_failure_input <- function(...) {
  args <- c(as.list(environment()), list(...))
  shape <- structure(list(taskToken = structure(logical(0), tags = list(type = "string")), error = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), cause = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))
  return(populate(args, shape))
}

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

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

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

.sfn$send_task_success_input <- function(...) {
  args <- c(as.list(environment()), list(...))
  shape <- structure(list(taskToken = structure(logical(0), tags = list(type = "string")), output = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))
  return(populate(args, shape))
}

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

.sfn$start_execution_input <- function(...) {
  args <- c(as.list(environment()), list(...))
  shape <- structure(list(stateMachineArn = structure(logical(0), tags = list(type = "string")), name = structure(logical(0), tags = list(type = "string")), input = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), traceHeader = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))
  return(populate(args, shape))
}

.sfn$start_execution_output <- function(...) {
  args <- c(as.list(environment()), list(...))
  shape <- structure(list(executionArn = structure(logical(0), tags = list(type = "string")), startDate = structure(logical(0), tags = list(type = "timestamp"))), tags = list(type = "structure"))
  return(populate(args, shape))
}

.sfn$start_sync_execution_input <- function(...) {
  args <- c(as.list(environment()), list(...))
  shape <- structure(list(stateMachineArn = structure(logical(0), tags = list(type = "string")), name = structure(logical(0), tags = list(type = "string")), input = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), traceHeader = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))
  return(populate(args, shape))
}

.sfn$start_sync_execution_output <- function(...) {
  args <- c(as.list(environment()), list(...))
  shape <- structure(list(executionArn = structure(logical(0), tags = list(type = "string")), stateMachineArn = structure(logical(0), tags = list(type = "string")), name = structure(logical(0), tags = list(type = "string")), startDate = structure(logical(0), tags = list(type = "timestamp")), stopDate = structure(logical(0), tags = list(type = "timestamp")), status = structure(logical(0), tags = list(type = "string")), error = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), cause = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), input = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), inputDetails = structure(list(included = structure(logical(0), tags = list(type = "boolean"))), tags = list(type = "structure")), output = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), outputDetails = structure(list(included = structure(logical(0), tags = list(type = "boolean"))), tags = list(type = "structure")), traceHeader = structure(logical(0), tags = list(type = "string")), billingDetails = structure(list(billedMemoryUsedInMB = structure(logical(0), tags = list(type = "long")), billedDurationInMilliseconds = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure"))), tags = list(type = "structure"))
  return(populate(args, shape))
}

.sfn$stop_execution_input <- function(...) {
  args <- c(as.list(environment()), list(...))
  shape <- structure(list(executionArn = structure(logical(0), tags = list(type = "string")), error = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), cause = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))
  return(populate(args, shape))
}

.sfn$stop_execution_output <- function(...) {
  args <- c(as.list(environment()), list(...))
  shape <- structure(list(stopDate = structure(logical(0), tags = list(type = "timestamp"))), tags = list(type = "structure"))
  return(populate(args, shape))
}

.sfn$tag_resource_input <- function(...) {
  args <- c(as.list(environment()), list(...))
  shape <- structure(list(resourceArn = structure(logical(0), tags = list(type = "string")), tags = structure(list(structure(list(key = structure(logical(0), tags = list(type = "string")), value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))
  return(populate(args, shape))
}

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

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

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

.sfn$update_map_run_input <- function(...) {
  args <- c(as.list(environment()), list(...))
  shape <- structure(list(mapRunArn = structure(logical(0), tags = list(type = "string")), maxConcurrency = structure(logical(0), tags = list(box = TRUE, type = "integer")), toleratedFailurePercentage = structure(logical(0), tags = list(box = TRUE, type = "float")), toleratedFailureCount = structure(logical(0), tags = list(box = TRUE, type = "long"))), tags = list(type = "structure"))
  return(populate(args, shape))
}

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

.sfn$update_state_machine_input <- function(...) {
  args <- c(as.list(environment()), list(...))
  shape <- structure(list(stateMachineArn = structure(logical(0), tags = list(type = "string")), definition = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), roleArn = structure(logical(0), tags = list(type = "string")), loggingConfiguration = structure(list(level = structure(logical(0), tags = list(type = "string")), includeExecutionData = structure(logical(0), tags = list(type = "boolean")), destinations = structure(list(structure(list(cloudWatchLogsLogGroup = structure(list(logGroupArn = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")), tracingConfiguration = structure(list(enabled = structure(logical(0), tags = list(type = "boolean"))), tags = list(type = "structure")), publish = structure(logical(0), tags = list(type = "boolean")), versionDescription = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))
  return(populate(args, shape))
}

.sfn$update_state_machine_output <- function(...) {
  args <- c(as.list(environment()), list(...))
  shape <- structure(list(updateDate = structure(logical(0), tags = list(type = "timestamp")), revisionId = structure(logical(0), tags = list(type = "string")), stateMachineVersionArn = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))
  return(populate(args, shape))
}

.sfn$update_state_machine_alias_input <- function(...) {
  args <- c(as.list(environment()), list(...))
  shape <- structure(list(stateMachineAliasArn = structure(logical(0), tags = list(type = "string")), description = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), routingConfiguration = structure(list(structure(list(stateMachineVersionArn = structure(logical(0), tags = list(type = "string")), weight = structure(logical(0), tags = list(type = "integer"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))
  return(populate(args, shape))
}

.sfn$update_state_machine_alias_output <- function(...) {
  args <- c(as.list(environment()), list(...))
  shape <- structure(list(updateDate = structure(logical(0), tags = list(type = "timestamp"))), tags = list(type = "structure"))
  return(populate(args, shape))
}

Try the paws.application.integration package in your browser

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

paws.application.integration documentation built on Sept. 12, 2023, 1:18 a.m.