R/ec2instanceconnect_interfaces.R

Defines functions send_serial_console_ssh_public_key_output send_serial_console_ssh_public_key_input send_ssh_public_key_output send_ssh_public_key_input

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

.ec2instanceconnect$send_ssh_public_key_input <- function(...) {
  args <- c(as.list(environment()), list(...))
  shape <- structure(list(InstanceId = structure(logical(0), tags = list(type = "string")), InstanceOSUser = structure(logical(0), tags = list(type = "string")), SSHPublicKey = structure(logical(0), tags = list(type = "string")), AvailabilityZone = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))
  return(populate(args, shape))
}

.ec2instanceconnect$send_ssh_public_key_output <- function(...) {
  args <- c(as.list(environment()), list(...))
  shape <- structure(list(RequestId = structure(logical(0), tags = list(type = "string")), Success = structure(logical(0), tags = list(type = "boolean"))), tags = list(type = "structure"))
  return(populate(args, shape))
}

.ec2instanceconnect$send_serial_console_ssh_public_key_input <- function(...) {
  args <- c(as.list(environment()), list(...))
  shape <- structure(list(InstanceId = structure(logical(0), tags = list(type = "string")), SerialPort = structure(logical(0), tags = list(type = "integer")), SSHPublicKey = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))
  return(populate(args, shape))
}

.ec2instanceconnect$send_serial_console_ssh_public_key_output <- function(...) {
  args <- c(as.list(environment()), list(...))
  shape <- structure(list(RequestId = structure(logical(0), tags = list(type = "string")), Success = structure(logical(0), tags = list(type = "boolean"))), tags = list(type = "structure"))
  return(populate(args, shape))
}

Try the paws.compute package in your browser

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

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