R/appfabric_interfaces.R

Defines functions update_ingestion_destination_output update_ingestion_destination_input update_app_authorization_output update_app_authorization_input untag_resource_output untag_resource_input tag_resource_output tag_resource_input stop_ingestion_output stop_ingestion_input start_user_access_tasks_output start_user_access_tasks_input start_ingestion_output start_ingestion_input list_tags_for_resource_output list_tags_for_resource_input list_ingestions_output list_ingestions_input list_ingestion_destinations_output list_ingestion_destinations_input list_app_bundles_output list_app_bundles_input list_app_authorizations_output list_app_authorizations_input get_ingestion_destination_output get_ingestion_destination_input get_ingestion_output get_ingestion_input get_app_bundle_output get_app_bundle_input get_app_authorization_output get_app_authorization_input delete_ingestion_destination_output delete_ingestion_destination_input delete_ingestion_output delete_ingestion_input delete_app_bundle_output delete_app_bundle_input delete_app_authorization_output delete_app_authorization_input create_ingestion_destination_output create_ingestion_destination_input create_ingestion_output create_ingestion_input create_app_bundle_output create_app_bundle_input create_app_authorization_output create_app_authorization_input connect_app_authorization_output connect_app_authorization_input batch_get_user_access_tasks_output batch_get_user_access_tasks_input

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

.appfabric$batch_get_user_access_tasks_input <- function(...) {
  args <- c(as.list(environment()), list(...))
  shape <- structure(list(appBundleIdentifier = structure(logical(0), tags = list(type = "string")), taskIdList = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list"))), tags = list(type = "structure"))
  return(populate(args, shape))
}

.appfabric$batch_get_user_access_tasks_output <- function(...) {
  args <- c(as.list(environment()), list(...))
  shape <- structure(list(userAccessResultsList = structure(list(structure(list(app = structure(logical(0), tags = list(type = "string")), tenantId = structure(logical(0), tags = list(type = "string")), tenantDisplayName = structure(logical(0), tags = list(type = "string")), taskId = structure(logical(0), tags = list(type = "string")), resultStatus = structure(logical(0), tags = list(type = "string")), email = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), userId = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), userFullName = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), userFirstName = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), userLastName = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), userStatus = structure(logical(0), tags = list(type = "string")), taskError = structure(list(errorCode = structure(logical(0), tags = list(type = "string")), errorMessage = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))
  return(populate(args, shape))
}

.appfabric$connect_app_authorization_input <- function(...) {
  args <- c(as.list(environment()), list(...))
  shape <- structure(list(appBundleIdentifier = structure(logical(0), tags = list(location = "uri", locationName = "appBundleIdentifier", type = "string")), appAuthorizationIdentifier = structure(logical(0), tags = list(location = "uri", locationName = "appAuthorizationIdentifier", type = "string")), authRequest = structure(list(redirectUri = structure(logical(0), tags = list(type = "string")), code = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))
  return(populate(args, shape))
}

.appfabric$connect_app_authorization_output <- function(...) {
  args <- c(as.list(environment()), list(...))
  shape <- structure(list(appAuthorizationSummary = structure(list(appAuthorizationArn = structure(logical(0), tags = list(type = "string")), appBundleArn = structure(logical(0), tags = list(type = "string")), app = structure(logical(0), tags = list(type = "string")), tenant = structure(list(tenantIdentifier = structure(logical(0), tags = list(type = "string")), tenantDisplayName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), status = structure(logical(0), tags = list(type = "string")), updatedAt = structure(logical(0), tags = list(type = "timestamp", timestampFormat = "iso8601"))), tags = list(type = "structure"))), tags = list(type = "structure"))
  return(populate(args, shape))
}

.appfabric$create_app_authorization_input <- function(...) {
  args <- c(as.list(environment()), list(...))
  shape <- structure(list(appBundleIdentifier = structure(logical(0), tags = list(location = "uri", locationName = "appBundleIdentifier", type = "string")), app = structure(logical(0), tags = list(type = "string")), credential = structure(list(oauth2Credential = structure(list(clientId = structure(logical(0), tags = list(type = "string")), clientSecret = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure")), apiKeyCredential = structure(list(apiKey = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure", union = TRUE)), tenant = structure(list(tenantIdentifier = structure(logical(0), tags = list(type = "string")), tenantDisplayName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), authType = structure(logical(0), tags = list(type = "string")), clientToken = structure(logical(0), tags = list(idempotencyToken = TRUE, 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))
}

.appfabric$create_app_authorization_output <- function(...) {
  args <- c(as.list(environment()), list(...))
  shape <- structure(list(appAuthorization = structure(list(appAuthorizationArn = structure(logical(0), tags = list(type = "string")), appBundleArn = structure(logical(0), tags = list(type = "string")), app = structure(logical(0), tags = list(type = "string")), tenant = structure(list(tenantIdentifier = structure(logical(0), tags = list(type = "string")), tenantDisplayName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), authType = structure(logical(0), tags = list(type = "string")), status = structure(logical(0), tags = list(type = "string")), createdAt = structure(logical(0), tags = list(type = "timestamp", timestampFormat = "iso8601")), updatedAt = structure(logical(0), tags = list(type = "timestamp", timestampFormat = "iso8601")), persona = structure(logical(0), tags = list(type = "string")), authUrl = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))
  return(populate(args, shape))
}

.appfabric$create_app_bundle_input <- function(...) {
  args <- c(as.list(environment()), list(...))
  shape <- structure(list(clientToken = structure(logical(0), tags = list(idempotencyToken = TRUE, type = "string")), customerManagedKeyIdentifier = 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))
}

.appfabric$create_app_bundle_output <- function(...) {
  args <- c(as.list(environment()), list(...))
  shape <- structure(list(appBundle = structure(list(arn = structure(logical(0), tags = list(type = "string")), customerManagedKeyArn = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))
  return(populate(args, shape))
}

.appfabric$create_ingestion_input <- function(...) {
  args <- c(as.list(environment()), list(...))
  shape <- structure(list(appBundleIdentifier = structure(logical(0), tags = list(location = "uri", locationName = "appBundleIdentifier", type = "string")), app = structure(logical(0), tags = list(type = "string")), tenantId = structure(logical(0), tags = list(type = "string")), ingestionType = structure(logical(0), tags = list(type = "string")), clientToken = structure(logical(0), tags = list(idempotencyToken = TRUE, 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))
}

.appfabric$create_ingestion_output <- function(...) {
  args <- c(as.list(environment()), list(...))
  shape <- structure(list(ingestion = structure(list(arn = structure(logical(0), tags = list(type = "string")), appBundleArn = structure(logical(0), tags = list(type = "string")), app = structure(logical(0), tags = list(type = "string")), tenantId = structure(logical(0), tags = list(type = "string")), createdAt = structure(logical(0), tags = list(type = "timestamp", timestampFormat = "iso8601")), updatedAt = structure(logical(0), tags = list(type = "timestamp", timestampFormat = "iso8601")), state = structure(logical(0), tags = list(type = "string")), ingestionType = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))
  return(populate(args, shape))
}

.appfabric$create_ingestion_destination_input <- function(...) {
  args <- c(as.list(environment()), list(...))
  shape <- structure(list(appBundleIdentifier = structure(logical(0), tags = list(location = "uri", locationName = "appBundleIdentifier", type = "string")), ingestionIdentifier = structure(logical(0), tags = list(location = "uri", locationName = "ingestionIdentifier", type = "string")), processingConfiguration = structure(list(auditLog = structure(list(schema = structure(logical(0), tags = list(type = "string")), format = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure", union = TRUE)), destinationConfiguration = structure(list(auditLog = structure(list(destination = structure(list(s3Bucket = structure(list(bucketName = structure(logical(0), tags = list(type = "string")), prefix = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), firehoseStream = structure(list(streamName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure", union = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure", union = TRUE)), clientToken = structure(logical(0), tags = list(idempotencyToken = TRUE, 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))
}

.appfabric$create_ingestion_destination_output <- function(...) {
  args <- c(as.list(environment()), list(...))
  shape <- structure(list(ingestionDestination = structure(list(arn = structure(logical(0), tags = list(type = "string")), ingestionArn = structure(logical(0), tags = list(type = "string")), processingConfiguration = structure(list(auditLog = structure(list(schema = structure(logical(0), tags = list(type = "string")), format = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure", union = TRUE)), destinationConfiguration = structure(list(auditLog = structure(list(destination = structure(list(s3Bucket = structure(list(bucketName = structure(logical(0), tags = list(type = "string")), prefix = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), firehoseStream = structure(list(streamName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure", union = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure", union = TRUE)), status = structure(logical(0), tags = list(type = "string")), statusReason = structure(logical(0), tags = list(type = "string")), createdAt = structure(logical(0), tags = list(type = "timestamp", timestampFormat = "iso8601")), updatedAt = structure(logical(0), tags = list(type = "timestamp", timestampFormat = "iso8601"))), tags = list(type = "structure"))), tags = list(type = "structure"))
  return(populate(args, shape))
}

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

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

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

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

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

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

.appfabric$delete_ingestion_destination_input <- function(...) {
  args <- c(as.list(environment()), list(...))
  shape <- structure(list(appBundleIdentifier = structure(logical(0), tags = list(location = "uri", locationName = "appBundleIdentifier", type = "string")), ingestionIdentifier = structure(logical(0), tags = list(location = "uri", locationName = "ingestionIdentifier", type = "string")), ingestionDestinationIdentifier = structure(logical(0), tags = list(location = "uri", locationName = "ingestionDestinationIdentifier", type = "string"))), tags = list(type = "structure"))
  return(populate(args, shape))
}

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

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

.appfabric$get_app_authorization_output <- function(...) {
  args <- c(as.list(environment()), list(...))
  shape <- structure(list(appAuthorization = structure(list(appAuthorizationArn = structure(logical(0), tags = list(type = "string")), appBundleArn = structure(logical(0), tags = list(type = "string")), app = structure(logical(0), tags = list(type = "string")), tenant = structure(list(tenantIdentifier = structure(logical(0), tags = list(type = "string")), tenantDisplayName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), authType = structure(logical(0), tags = list(type = "string")), status = structure(logical(0), tags = list(type = "string")), createdAt = structure(logical(0), tags = list(type = "timestamp", timestampFormat = "iso8601")), updatedAt = structure(logical(0), tags = list(type = "timestamp", timestampFormat = "iso8601")), persona = structure(logical(0), tags = list(type = "string")), authUrl = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))
  return(populate(args, shape))
}

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

.appfabric$get_app_bundle_output <- function(...) {
  args <- c(as.list(environment()), list(...))
  shape <- structure(list(appBundle = structure(list(arn = structure(logical(0), tags = list(type = "string")), customerManagedKeyArn = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))
  return(populate(args, shape))
}

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

.appfabric$get_ingestion_output <- function(...) {
  args <- c(as.list(environment()), list(...))
  shape <- structure(list(ingestion = structure(list(arn = structure(logical(0), tags = list(type = "string")), appBundleArn = structure(logical(0), tags = list(type = "string")), app = structure(logical(0), tags = list(type = "string")), tenantId = structure(logical(0), tags = list(type = "string")), createdAt = structure(logical(0), tags = list(type = "timestamp", timestampFormat = "iso8601")), updatedAt = structure(logical(0), tags = list(type = "timestamp", timestampFormat = "iso8601")), state = structure(logical(0), tags = list(type = "string")), ingestionType = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))
  return(populate(args, shape))
}

.appfabric$get_ingestion_destination_input <- function(...) {
  args <- c(as.list(environment()), list(...))
  shape <- structure(list(appBundleIdentifier = structure(logical(0), tags = list(location = "uri", locationName = "appBundleIdentifier", type = "string")), ingestionIdentifier = structure(logical(0), tags = list(location = "uri", locationName = "ingestionIdentifier", type = "string")), ingestionDestinationIdentifier = structure(logical(0), tags = list(location = "uri", locationName = "ingestionDestinationIdentifier", type = "string"))), tags = list(type = "structure"))
  return(populate(args, shape))
}

.appfabric$get_ingestion_destination_output <- function(...) {
  args <- c(as.list(environment()), list(...))
  shape <- structure(list(ingestionDestination = structure(list(arn = structure(logical(0), tags = list(type = "string")), ingestionArn = structure(logical(0), tags = list(type = "string")), processingConfiguration = structure(list(auditLog = structure(list(schema = structure(logical(0), tags = list(type = "string")), format = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure", union = TRUE)), destinationConfiguration = structure(list(auditLog = structure(list(destination = structure(list(s3Bucket = structure(list(bucketName = structure(logical(0), tags = list(type = "string")), prefix = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), firehoseStream = structure(list(streamName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure", union = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure", union = TRUE)), status = structure(logical(0), tags = list(type = "string")), statusReason = structure(logical(0), tags = list(type = "string")), createdAt = structure(logical(0), tags = list(type = "timestamp", timestampFormat = "iso8601")), updatedAt = structure(logical(0), tags = list(type = "timestamp", timestampFormat = "iso8601"))), tags = list(type = "structure"))), tags = list(type = "structure"))
  return(populate(args, shape))
}

.appfabric$list_app_authorizations_input <- function(...) {
  args <- c(as.list(environment()), list(...))
  shape <- structure(list(appBundleIdentifier = structure(logical(0), tags = list(location = "uri", locationName = "appBundleIdentifier", type = "string")), maxResults = structure(logical(0), tags = list(location = "querystring", locationName = "maxResults", type = "integer", box = TRUE)), nextToken = structure(logical(0), tags = list(location = "querystring", locationName = "nextToken", type = "string"))), tags = list(type = "structure"))
  return(populate(args, shape))
}

.appfabric$list_app_authorizations_output <- function(...) {
  args <- c(as.list(environment()), list(...))
  shape <- structure(list(appAuthorizationSummaryList = structure(list(structure(list(appAuthorizationArn = structure(logical(0), tags = list(type = "string")), appBundleArn = structure(logical(0), tags = list(type = "string")), app = structure(logical(0), tags = list(type = "string")), tenant = structure(list(tenantIdentifier = structure(logical(0), tags = list(type = "string")), tenantDisplayName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), status = structure(logical(0), tags = list(type = "string")), updatedAt = structure(logical(0), tags = list(type = "timestamp", timestampFormat = "iso8601"))), tags = list(type = "structure"))), tags = list(type = "list")), nextToken = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))
  return(populate(args, shape))
}

.appfabric$list_app_bundles_input <- function(...) {
  args <- c(as.list(environment()), list(...))
  shape <- structure(list(maxResults = structure(logical(0), tags = list(location = "querystring", locationName = "maxResults", type = "integer", box = TRUE)), nextToken = structure(logical(0), tags = list(location = "querystring", locationName = "nextToken", type = "string"))), tags = list(type = "structure"))
  return(populate(args, shape))
}

.appfabric$list_app_bundles_output <- function(...) {
  args <- c(as.list(environment()), list(...))
  shape <- structure(list(appBundleSummaryList = structure(list(structure(list(arn = 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))
}

.appfabric$list_ingestion_destinations_input <- function(...) {
  args <- c(as.list(environment()), list(...))
  shape <- structure(list(appBundleIdentifier = structure(logical(0), tags = list(location = "uri", locationName = "appBundleIdentifier", type = "string")), ingestionIdentifier = structure(logical(0), tags = list(location = "uri", locationName = "ingestionIdentifier", type = "string")), maxResults = structure(logical(0), tags = list(location = "querystring", locationName = "maxResults", type = "integer", box = TRUE)), nextToken = structure(logical(0), tags = list(location = "querystring", locationName = "nextToken", type = "string"))), tags = list(type = "structure"))
  return(populate(args, shape))
}

.appfabric$list_ingestion_destinations_output <- function(...) {
  args <- c(as.list(environment()), list(...))
  shape <- structure(list(ingestionDestinations = structure(list(structure(list(arn = 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))
}

.appfabric$list_ingestions_input <- function(...) {
  args <- c(as.list(environment()), list(...))
  shape <- structure(list(appBundleIdentifier = structure(logical(0), tags = list(location = "uri", locationName = "appBundleIdentifier", type = "string")), maxResults = structure(logical(0), tags = list(location = "querystring", locationName = "maxResults", type = "integer", box = TRUE)), nextToken = structure(logical(0), tags = list(location = "querystring", locationName = "nextToken", type = "string"))), tags = list(type = "structure"))
  return(populate(args, shape))
}

.appfabric$list_ingestions_output <- function(...) {
  args <- c(as.list(environment()), list(...))
  shape <- structure(list(ingestions = structure(list(structure(list(arn = structure(logical(0), tags = list(type = "string")), app = structure(logical(0), tags = list(type = "string")), tenantId = structure(logical(0), tags = list(type = "string")), state = 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))
}

.appfabric$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))
}

.appfabric$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))
}

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

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

.appfabric$start_user_access_tasks_input <- function(...) {
  args <- c(as.list(environment()), list(...))
  shape <- structure(list(appBundleIdentifier = structure(logical(0), tags = list(type = "string")), email = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))
  return(populate(args, shape))
}

.appfabric$start_user_access_tasks_output <- function(...) {
  args <- c(as.list(environment()), list(...))
  shape <- structure(list(userAccessTasksList = structure(list(structure(list(app = structure(logical(0), tags = list(type = "string")), tenantId = structure(logical(0), tags = list(type = "string")), taskId = structure(logical(0), tags = list(type = "string")), error = structure(list(errorCode = structure(logical(0), tags = list(type = "string")), errorMessage = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))
  return(populate(args, shape))
}

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

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

.appfabric$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(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))
}

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

.appfabric$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))
}

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

.appfabric$update_app_authorization_input <- function(...) {
  args <- c(as.list(environment()), list(...))
  shape <- structure(list(appBundleIdentifier = structure(logical(0), tags = list(location = "uri", locationName = "appBundleIdentifier", type = "string")), appAuthorizationIdentifier = structure(logical(0), tags = list(location = "uri", locationName = "appAuthorizationIdentifier", type = "string")), credential = structure(list(oauth2Credential = structure(list(clientId = structure(logical(0), tags = list(type = "string")), clientSecret = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure")), apiKeyCredential = structure(list(apiKey = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure", union = TRUE)), tenant = structure(list(tenantIdentifier = structure(logical(0), tags = list(type = "string")), tenantDisplayName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))
  return(populate(args, shape))
}

.appfabric$update_app_authorization_output <- function(...) {
  args <- c(as.list(environment()), list(...))
  shape <- structure(list(appAuthorization = structure(list(appAuthorizationArn = structure(logical(0), tags = list(type = "string")), appBundleArn = structure(logical(0), tags = list(type = "string")), app = structure(logical(0), tags = list(type = "string")), tenant = structure(list(tenantIdentifier = structure(logical(0), tags = list(type = "string")), tenantDisplayName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), authType = structure(logical(0), tags = list(type = "string")), status = structure(logical(0), tags = list(type = "string")), createdAt = structure(logical(0), tags = list(type = "timestamp", timestampFormat = "iso8601")), updatedAt = structure(logical(0), tags = list(type = "timestamp", timestampFormat = "iso8601")), persona = structure(logical(0), tags = list(type = "string")), authUrl = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))
  return(populate(args, shape))
}

.appfabric$update_ingestion_destination_input <- function(...) {
  args <- c(as.list(environment()), list(...))
  shape <- structure(list(appBundleIdentifier = structure(logical(0), tags = list(location = "uri", locationName = "appBundleIdentifier", type = "string")), ingestionIdentifier = structure(logical(0), tags = list(location = "uri", locationName = "ingestionIdentifier", type = "string")), ingestionDestinationIdentifier = structure(logical(0), tags = list(location = "uri", locationName = "ingestionDestinationIdentifier", type = "string")), destinationConfiguration = structure(list(auditLog = structure(list(destination = structure(list(s3Bucket = structure(list(bucketName = structure(logical(0), tags = list(type = "string")), prefix = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), firehoseStream = structure(list(streamName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure", union = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure", union = TRUE))), tags = list(type = "structure"))
  return(populate(args, shape))
}

.appfabric$update_ingestion_destination_output <- function(...) {
  args <- c(as.list(environment()), list(...))
  shape <- structure(list(ingestionDestination = structure(list(arn = structure(logical(0), tags = list(type = "string")), ingestionArn = structure(logical(0), tags = list(type = "string")), processingConfiguration = structure(list(auditLog = structure(list(schema = structure(logical(0), tags = list(type = "string")), format = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure", union = TRUE)), destinationConfiguration = structure(list(auditLog = structure(list(destination = structure(list(s3Bucket = structure(list(bucketName = structure(logical(0), tags = list(type = "string")), prefix = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), firehoseStream = structure(list(streamName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure", union = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure", union = TRUE)), status = structure(logical(0), tags = list(type = "string")), statusReason = structure(logical(0), tags = list(type = "string")), createdAt = structure(logical(0), tags = list(type = "timestamp", timestampFormat = "iso8601")), updatedAt = structure(logical(0), tags = list(type = "timestamp", timestampFormat = "iso8601"))), tags = list(type = "structure"))), tags = list(type = "structure"))
  return(populate(args, shape))
}

Try the paws.networking package in your browser

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

paws.networking documentation built on Sept. 12, 2024, 7:32 a.m.