R/cloud9_interfaces.R

Defines functions update_environment_membership_output update_environment_membership_input update_environment_output update_environment_input untag_resource_output untag_resource_input tag_resource_output tag_resource_input list_tags_for_resource_output list_tags_for_resource_input list_environments_output list_environments_input describe_environments_output describe_environments_input describe_environment_status_output describe_environment_status_input describe_environment_memberships_output describe_environment_memberships_input delete_environment_membership_output delete_environment_membership_input delete_environment_output delete_environment_input create_environment_membership_output create_environment_membership_input create_environment_ec2_output create_environment_ec2_input

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

.cloud9$create_environment_ec2_input <- function(...) {
  args <- c(as.list(environment()), list(...))
  shape <- structure(list(name = structure(logical(0), tags = list(type = "string")), description = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), clientRequestToken = structure(logical(0), tags = list(type = "string")), instanceType = structure(logical(0), tags = list(type = "string")), subnetId = structure(logical(0), tags = list(type = "string")), imageId = structure(logical(0), tags = list(type = "string")), automaticStopTimeMinutes = structure(logical(0), tags = list(type = "integer", box = TRUE)), ownerArn = structure(logical(0), tags = list(type = "string")), tags = structure(list(structure(list(Key = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Value = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure", sensitive = TRUE))), tags = list(type = "list", sensitive = TRUE)), connectionType = structure(logical(0), tags = list(type = "string")), dryRun = structure(logical(0), tags = list(type = "boolean"))), tags = list(type = "structure"))
  return(populate(args, shape))
}

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

.cloud9$create_environment_membership_input <- function(...) {
  args <- c(as.list(environment()), list(...))
  shape <- structure(list(environmentId = structure(logical(0), tags = list(type = "string")), userArn = structure(logical(0), tags = list(type = "string")), permissions = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))
  return(populate(args, shape))
}

.cloud9$create_environment_membership_output <- function(...) {
  args <- c(as.list(environment()), list(...))
  shape <- structure(list(membership = structure(list(permissions = structure(logical(0), tags = list(type = "string")), userId = structure(logical(0), tags = list(type = "string")), userArn = structure(logical(0), tags = list(type = "string")), environmentId = structure(logical(0), tags = list(type = "string")), lastAccess = structure(logical(0), tags = list(type = "timestamp"))), tags = list(type = "structure"))), tags = list(type = "structure"))
  return(populate(args, shape))
}

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

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

.cloud9$delete_environment_membership_input <- function(...) {
  args <- c(as.list(environment()), list(...))
  shape <- structure(list(environmentId = structure(logical(0), tags = list(type = "string")), userArn = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))
  return(populate(args, shape))
}

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

.cloud9$describe_environment_memberships_input <- function(...) {
  args <- c(as.list(environment()), list(...))
  shape <- structure(list(userArn = structure(logical(0), tags = list(type = "string")), environmentId = structure(logical(0), tags = list(type = "string")), permissions = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), nextToken = structure(logical(0), tags = list(type = "string")), maxResults = structure(logical(0), tags = list(type = "integer", box = TRUE))), tags = list(type = "structure"))
  return(populate(args, shape))
}

.cloud9$describe_environment_memberships_output <- function(...) {
  args <- c(as.list(environment()), list(...))
  shape <- structure(list(memberships = structure(list(structure(list(permissions = structure(logical(0), tags = list(type = "string")), userId = structure(logical(0), tags = list(type = "string")), userArn = structure(logical(0), tags = list(type = "string")), environmentId = structure(logical(0), tags = list(type = "string")), lastAccess = 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))
}

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

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

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

.cloud9$describe_environments_output <- function(...) {
  args <- c(as.list(environment()), list(...))
  shape <- structure(list(environments = structure(list(structure(list(id = 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)), type = structure(logical(0), tags = list(type = "string")), connectionType = structure(logical(0), tags = list(type = "string")), arn = structure(logical(0), tags = list(type = "string")), ownerArn = structure(logical(0), tags = list(type = "string")), lifecycle = structure(list(status = structure(logical(0), tags = list(type = "string")), reason = structure(logical(0), tags = list(type = "string")), failureResource = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), managedCredentialsStatus = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))
  return(populate(args, shape))
}

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

.cloud9$list_environments_output <- function(...) {
  args <- c(as.list(environment()), list(...))
  shape <- structure(list(nextToken = structure(logical(0), tags = list(type = "string")), environmentIds = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list"))), tags = list(type = "structure"))
  return(populate(args, shape))
}

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

.cloud9$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", sensitive = TRUE)), Value = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure", sensitive = TRUE))), tags = list(type = "list", sensitive = TRUE))), tags = list(type = "structure"))
  return(populate(args, shape))
}

.cloud9$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", sensitive = TRUE)), Value = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure", sensitive = TRUE))), tags = list(type = "list", sensitive = TRUE))), tags = list(type = "structure"))
  return(populate(args, shape))
}

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

.cloud9$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", sensitive = TRUE))), tags = list(type = "list", sensitive = TRUE))), tags = list(type = "structure"))
  return(populate(args, shape))
}

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

.cloud9$update_environment_input <- function(...) {
  args <- c(as.list(environment()), list(...))
  shape <- structure(list(environmentId = 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)), managedCredentialsAction = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))
  return(populate(args, shape))
}

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

.cloud9$update_environment_membership_input <- function(...) {
  args <- c(as.list(environment()), list(...))
  shape <- structure(list(environmentId = structure(logical(0), tags = list(type = "string")), userArn = structure(logical(0), tags = list(type = "string")), permissions = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))
  return(populate(args, shape))
}

.cloud9$update_environment_membership_output <- function(...) {
  args <- c(as.list(environment()), list(...))
  shape <- structure(list(membership = structure(list(permissions = structure(logical(0), tags = list(type = "string")), userId = structure(logical(0), tags = list(type = "string")), userArn = structure(logical(0), tags = list(type = "string")), environmentId = structure(logical(0), tags = list(type = "string")), lastAccess = structure(logical(0), tags = list(type = "timestamp"))), tags = list(type = "structure"))), tags = list(type = "structure"))
  return(populate(args, shape))
}

Try the paws.developer.tools package in your browser

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

paws.developer.tools documentation built on Sept. 12, 2024, 6:46 a.m.