R/arczonalshift_interfaces.R

Defines functions update_zonal_shift_output update_zonal_shift_input update_zonal_autoshift_configuration_output update_zonal_autoshift_configuration_input update_practice_run_configuration_output update_practice_run_configuration_input update_autoshift_observer_notification_status_output update_autoshift_observer_notification_status_input start_zonal_shift_output start_zonal_shift_input list_zonal_shifts_output list_zonal_shifts_input list_managed_resources_output list_managed_resources_input list_autoshifts_output list_autoshifts_input get_managed_resource_output get_managed_resource_input get_autoshift_observer_notification_status_output get_autoshift_observer_notification_status_input delete_practice_run_configuration_output delete_practice_run_configuration_input create_practice_run_configuration_output create_practice_run_configuration_input cancel_zonal_shift_output cancel_zonal_shift_input

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

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

.arczonalshift$cancel_zonal_shift_output <- function(...) {
  args <- c(as.list(environment()), list(...))
  shape <- structure(list(awayFrom = structure(logical(0), tags = list(type = "string")), comment = structure(logical(0), tags = list(type = "string")), expiryTime = structure(logical(0), tags = list(type = "timestamp")), resourceIdentifier = structure(logical(0), tags = list(type = "string")), startTime = structure(logical(0), tags = list(type = "timestamp")), status = structure(logical(0), tags = list(type = "string")), zonalShiftId = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))
  return(populate(args, shape))
}

.arczonalshift$create_practice_run_configuration_input <- function(...) {
  args <- c(as.list(environment()), list(...))
  shape <- structure(list(blockedDates = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), blockedWindows = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), blockingAlarms = structure(list(structure(list(alarmIdentifier = structure(logical(0), tags = list(type = "string")), type = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), outcomeAlarms = structure(list(structure(list(alarmIdentifier = structure(logical(0), tags = list(type = "string")), type = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), resourceIdentifier = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))
  return(populate(args, shape))
}

.arczonalshift$create_practice_run_configuration_output <- function(...) {
  args <- c(as.list(environment()), list(...))
  shape <- structure(list(arn = structure(logical(0), tags = list(type = "string")), name = structure(logical(0), tags = list(type = "string")), practiceRunConfiguration = structure(list(blockedDates = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), blockedWindows = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), blockingAlarms = structure(list(structure(list(alarmIdentifier = structure(logical(0), tags = list(type = "string")), type = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), outcomeAlarms = structure(list(structure(list(alarmIdentifier = structure(logical(0), tags = list(type = "string")), type = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")), zonalAutoshiftStatus = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))
  return(populate(args, shape))
}

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

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

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

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

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

.arczonalshift$get_managed_resource_output <- function(...) {
  args <- c(as.list(environment()), list(...))
  shape <- structure(list(appliedWeights = structure(list(structure(logical(0), tags = list(type = "float", box = TRUE))), tags = list(type = "map")), arn = structure(logical(0), tags = list(type = "string")), autoshifts = structure(list(structure(list(appliedStatus = structure(logical(0), tags = list(type = "string")), awayFrom = structure(logical(0), tags = list(type = "string")), startTime = structure(logical(0), tags = list(type = "timestamp"))), tags = list(type = "structure"))), tags = list(type = "list")), name = structure(logical(0), tags = list(type = "string")), practiceRunConfiguration = structure(list(blockedDates = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), blockedWindows = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), blockingAlarms = structure(list(structure(list(alarmIdentifier = structure(logical(0), tags = list(type = "string")), type = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), outcomeAlarms = structure(list(structure(list(alarmIdentifier = structure(logical(0), tags = list(type = "string")), type = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")), zonalAutoshiftStatus = structure(logical(0), tags = list(type = "string")), zonalShifts = structure(list(structure(list(appliedStatus = structure(logical(0), tags = list(type = "string")), awayFrom = structure(logical(0), tags = list(type = "string")), comment = structure(logical(0), tags = list(type = "string")), expiryTime = structure(logical(0), tags = list(type = "timestamp")), practiceRunOutcome = structure(logical(0), tags = list(type = "string")), resourceIdentifier = structure(logical(0), tags = list(type = "string")), startTime = structure(logical(0), tags = list(type = "timestamp")), zonalShiftId = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))
  return(populate(args, shape))
}

.arczonalshift$list_autoshifts_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")), status = structure(logical(0), tags = list(location = "querystring", locationName = "status", type = "string"))), tags = list(type = "structure"))
  return(populate(args, shape))
}

.arczonalshift$list_autoshifts_output <- function(...) {
  args <- c(as.list(environment()), list(...))
  shape <- structure(list(items = structure(list(structure(list(awayFrom = structure(logical(0), tags = list(type = "string")), endTime = structure(logical(0), tags = list(type = "timestamp")), startTime = structure(logical(0), tags = list(type = "timestamp")), status = 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))
}

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

.arczonalshift$list_managed_resources_output <- function(...) {
  args <- c(as.list(environment()), list(...))
  shape <- structure(list(items = structure(list(structure(list(appliedWeights = structure(list(structure(logical(0), tags = list(type = "float", box = TRUE))), tags = list(type = "map")), arn = structure(logical(0), tags = list(type = "string")), autoshifts = structure(list(structure(list(appliedStatus = structure(logical(0), tags = list(type = "string")), awayFrom = structure(logical(0), tags = list(type = "string")), startTime = structure(logical(0), tags = list(type = "timestamp"))), tags = list(type = "structure"))), tags = list(type = "list")), availabilityZones = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), name = structure(logical(0), tags = list(type = "string")), practiceRunStatus = structure(logical(0), tags = list(type = "string")), zonalAutoshiftStatus = structure(logical(0), tags = list(type = "string")), zonalShifts = structure(list(structure(list(appliedStatus = structure(logical(0), tags = list(type = "string")), awayFrom = structure(logical(0), tags = list(type = "string")), comment = structure(logical(0), tags = list(type = "string")), expiryTime = structure(logical(0), tags = list(type = "timestamp")), practiceRunOutcome = structure(logical(0), tags = list(type = "string")), resourceIdentifier = structure(logical(0), tags = list(type = "string")), startTime = structure(logical(0), tags = list(type = "timestamp")), zonalShiftId = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "list")), nextToken = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))
  return(populate(args, shape))
}

.arczonalshift$list_zonal_shifts_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")), resourceIdentifier = structure(logical(0), tags = list(location = "querystring", locationName = "resourceIdentifier", type = "string")), status = structure(logical(0), tags = list(location = "querystring", locationName = "status", type = "string"))), tags = list(type = "structure"))
  return(populate(args, shape))
}

.arczonalshift$list_zonal_shifts_output <- function(...) {
  args <- c(as.list(environment()), list(...))
  shape <- structure(list(items = structure(list(structure(list(awayFrom = structure(logical(0), tags = list(type = "string")), comment = structure(logical(0), tags = list(type = "string")), expiryTime = structure(logical(0), tags = list(type = "timestamp")), practiceRunOutcome = structure(logical(0), tags = list(type = "string")), resourceIdentifier = structure(logical(0), tags = list(type = "string")), startTime = structure(logical(0), tags = list(type = "timestamp")), status = structure(logical(0), tags = list(type = "string")), zonalShiftId = 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))
}

.arczonalshift$start_zonal_shift_input <- function(...) {
  args <- c(as.list(environment()), list(...))
  shape <- structure(list(awayFrom = structure(logical(0), tags = list(type = "string")), comment = structure(logical(0), tags = list(type = "string")), expiresIn = structure(logical(0), tags = list(type = "string")), resourceIdentifier = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))
  return(populate(args, shape))
}

.arczonalshift$start_zonal_shift_output <- function(...) {
  args <- c(as.list(environment()), list(...))
  shape <- structure(list(awayFrom = structure(logical(0), tags = list(type = "string")), comment = structure(logical(0), tags = list(type = "string")), expiryTime = structure(logical(0), tags = list(type = "timestamp")), resourceIdentifier = structure(logical(0), tags = list(type = "string")), startTime = structure(logical(0), tags = list(type = "timestamp")), status = structure(logical(0), tags = list(type = "string")), zonalShiftId = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))
  return(populate(args, shape))
}

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

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

.arczonalshift$update_practice_run_configuration_input <- function(...) {
  args <- c(as.list(environment()), list(...))
  shape <- structure(list(blockedDates = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), blockedWindows = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), blockingAlarms = structure(list(structure(list(alarmIdentifier = structure(logical(0), tags = list(type = "string")), type = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), outcomeAlarms = structure(list(structure(list(alarmIdentifier = structure(logical(0), tags = list(type = "string")), type = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), resourceIdentifier = structure(logical(0), tags = list(location = "uri", locationName = "resourceIdentifier", type = "string"))), tags = list(type = "structure"))
  return(populate(args, shape))
}

.arczonalshift$update_practice_run_configuration_output <- function(...) {
  args <- c(as.list(environment()), list(...))
  shape <- structure(list(arn = structure(logical(0), tags = list(type = "string")), name = structure(logical(0), tags = list(type = "string")), practiceRunConfiguration = structure(list(blockedDates = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), blockedWindows = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), blockingAlarms = structure(list(structure(list(alarmIdentifier = structure(logical(0), tags = list(type = "string")), type = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), outcomeAlarms = structure(list(structure(list(alarmIdentifier = structure(logical(0), tags = list(type = "string")), type = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")), zonalAutoshiftStatus = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))
  return(populate(args, shape))
}

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

.arczonalshift$update_zonal_autoshift_configuration_output <- function(...) {
  args <- c(as.list(environment()), list(...))
  shape <- structure(list(resourceIdentifier = structure(logical(0), tags = list(type = "string")), zonalAutoshiftStatus = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))
  return(populate(args, shape))
}

.arczonalshift$update_zonal_shift_input <- function(...) {
  args <- c(as.list(environment()), list(...))
  shape <- structure(list(comment = structure(logical(0), tags = list(type = "string")), expiresIn = structure(logical(0), tags = list(type = "string")), zonalShiftId = structure(logical(0), tags = list(location = "uri", locationName = "zonalShiftId", type = "string"))), tags = list(type = "structure"))
  return(populate(args, shape))
}

.arczonalshift$update_zonal_shift_output <- function(...) {
  args <- c(as.list(environment()), list(...))
  shape <- structure(list(awayFrom = structure(logical(0), tags = list(type = "string")), comment = structure(logical(0), tags = list(type = "string")), expiryTime = structure(logical(0), tags = list(type = "timestamp")), resourceIdentifier = structure(logical(0), tags = list(type = "string")), startTime = structure(logical(0), tags = list(type = "timestamp")), status = structure(logical(0), tags = list(type = "string")), zonalShiftId = structure(logical(0), tags = list(type = "string"))), 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.