Nothing
# 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))
}
Any scripts or data that you put into this service are public.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.