Nothing
# This file is generated by make.paws. Please do not edit here.
#' @importFrom paws.common populate
#' @include codegurusecurity_service.R
NULL
.codegurusecurity$batch_get_findings_input <- function(...) {
args <- c(as.list(environment()), list(...))
shape <- structure(list(findingIdentifiers = structure(list(structure(list(findingId = structure(logical(0), tags = list(type = "string")), scanName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))
return(populate(args, shape))
}
.codegurusecurity$batch_get_findings_output <- function(...) {
args <- c(as.list(environment()), list(...))
shape <- structure(list(failedFindings = structure(list(structure(list(errorCode = structure(logical(0), tags = list(type = "string")), findingId = structure(logical(0), tags = list(type = "string")), message = structure(logical(0), tags = list(type = "string")), scanName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), findings = structure(list(structure(list(createdAt = structure(logical(0), tags = list(type = "timestamp")), description = structure(logical(0), tags = list(type = "string")), detectorId = structure(logical(0), tags = list(type = "string")), detectorName = structure(logical(0), tags = list(type = "string")), detectorTags = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), generatorId = structure(logical(0), tags = list(type = "string")), id = structure(logical(0), tags = list(type = "string")), remediation = structure(list(recommendation = structure(list(text = structure(logical(0), tags = list(type = "string")), url = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), suggestedFixes = structure(list(structure(list(code = structure(logical(0), tags = list(type = "string")), description = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")), resource = structure(list(id = structure(logical(0), tags = list(type = "string")), subResourceId = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), ruleId = structure(logical(0), tags = list(type = "string")), severity = structure(logical(0), tags = list(type = "string")), status = structure(logical(0), tags = list(type = "string")), title = structure(logical(0), tags = list(type = "string")), type = structure(logical(0), tags = list(type = "string")), updatedAt = structure(logical(0), tags = list(type = "timestamp")), vulnerability = structure(list(filePath = structure(list(codeSnippet = structure(list(structure(list(content = structure(logical(0), tags = list(type = "string")), number = structure(logical(0), tags = list(type = "integer", box = TRUE))), tags = list(type = "structure"))), tags = list(type = "list")), endLine = structure(logical(0), tags = list(type = "integer", box = TRUE)), name = structure(logical(0), tags = list(type = "string")), path = structure(logical(0), tags = list(type = "string")), startLine = structure(logical(0), tags = list(type = "integer", box = TRUE))), tags = list(type = "structure")), id = structure(logical(0), tags = list(type = "string")), itemCount = structure(logical(0), tags = list(deprecated = TRUE, deprecatedMessage = "This shape is not used.", type = "integer", box = TRUE)), referenceUrls = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), relatedVulnerabilities = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))
return(populate(args, shape))
}
.codegurusecurity$create_scan_input <- function(...) {
args <- c(as.list(environment()), list(...))
shape <- structure(list(analysisType = structure(logical(0), tags = list(type = "string")), clientToken = structure(logical(0), tags = list(idempotencyToken = TRUE, type = "string")), resourceId = structure(list(codeArtifactId = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure", union = TRUE)), scanName = structure(logical(0), tags = list(type = "string")), scanType = structure(logical(0), tags = list(type = "string")), tags = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "map"))), tags = list(type = "structure"))
return(populate(args, shape))
}
.codegurusecurity$create_scan_output <- function(...) {
args <- c(as.list(environment()), list(...))
shape <- structure(list(resourceId = structure(list(codeArtifactId = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure", union = TRUE)), runId = structure(logical(0), tags = list(type = "string")), scanName = structure(logical(0), tags = list(type = "string")), scanNameArn = structure(logical(0), tags = list(type = "string")), scanState = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))
return(populate(args, shape))
}
.codegurusecurity$create_upload_url_input <- function(...) {
args <- c(as.list(environment()), list(...))
shape <- structure(list(scanName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))
return(populate(args, shape))
}
.codegurusecurity$create_upload_url_output <- function(...) {
args <- c(as.list(environment()), list(...))
shape <- structure(list(codeArtifactId = structure(logical(0), tags = list(type = "string")), requestHeaders = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "map", sensitive = TRUE)), s3Url = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))
return(populate(args, shape))
}
.codegurusecurity$get_account_configuration_input <- function(...) {
args <- c(as.list(environment()), list(...))
shape <- structure(list(), tags = list(type = "structure"))
return(populate(args, shape))
}
.codegurusecurity$get_account_configuration_output <- function(...) {
args <- c(as.list(environment()), list(...))
shape <- structure(list(encryptionConfig = structure(list(kmsKeyArn = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))
return(populate(args, shape))
}
.codegurusecurity$get_findings_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")), scanName = structure(logical(0), tags = list(location = "uri", locationName = "scanName", type = "string")), status = structure(logical(0), tags = list(location = "querystring", locationName = "status", type = "string"))), tags = list(type = "structure"))
return(populate(args, shape))
}
.codegurusecurity$get_findings_output <- function(...) {
args <- c(as.list(environment()), list(...))
shape <- structure(list(findings = structure(list(structure(list(createdAt = structure(logical(0), tags = list(type = "timestamp")), description = structure(logical(0), tags = list(type = "string")), detectorId = structure(logical(0), tags = list(type = "string")), detectorName = structure(logical(0), tags = list(type = "string")), detectorTags = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), generatorId = structure(logical(0), tags = list(type = "string")), id = structure(logical(0), tags = list(type = "string")), remediation = structure(list(recommendation = structure(list(text = structure(logical(0), tags = list(type = "string")), url = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), suggestedFixes = structure(list(structure(list(code = structure(logical(0), tags = list(type = "string")), description = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")), resource = structure(list(id = structure(logical(0), tags = list(type = "string")), subResourceId = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), ruleId = structure(logical(0), tags = list(type = "string")), severity = structure(logical(0), tags = list(type = "string")), status = structure(logical(0), tags = list(type = "string")), title = structure(logical(0), tags = list(type = "string")), type = structure(logical(0), tags = list(type = "string")), updatedAt = structure(logical(0), tags = list(type = "timestamp")), vulnerability = structure(list(filePath = structure(list(codeSnippet = structure(list(structure(list(content = structure(logical(0), tags = list(type = "string")), number = structure(logical(0), tags = list(type = "integer", box = TRUE))), tags = list(type = "structure"))), tags = list(type = "list")), endLine = structure(logical(0), tags = list(type = "integer", box = TRUE)), name = structure(logical(0), tags = list(type = "string")), path = structure(logical(0), tags = list(type = "string")), startLine = structure(logical(0), tags = list(type = "integer", box = TRUE))), tags = list(type = "structure")), id = structure(logical(0), tags = list(type = "string")), itemCount = structure(logical(0), tags = list(deprecated = TRUE, deprecatedMessage = "This shape is not used.", type = "integer", box = TRUE)), referenceUrls = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), relatedVulnerabilities = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list")), nextToken = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))
return(populate(args, shape))
}
.codegurusecurity$get_metrics_summary_input <- function(...) {
args <- c(as.list(environment()), list(...))
shape <- structure(list(date = structure(logical(0), tags = list(location = "querystring", locationName = "date", type = "timestamp"))), tags = list(type = "structure"))
return(populate(args, shape))
}
.codegurusecurity$get_metrics_summary_output <- function(...) {
args <- c(as.list(environment()), list(...))
shape <- structure(list(metricsSummary = structure(list(categoriesWithMostFindings = structure(list(structure(list(categoryName = structure(logical(0), tags = list(type = "string")), findingNumber = structure(logical(0), tags = list(type = "integer", box = TRUE))), tags = list(type = "structure"))), tags = list(type = "list")), date = structure(logical(0), tags = list(type = "timestamp")), openFindings = structure(list(critical = structure(logical(0), tags = list(type = "double", box = TRUE)), high = structure(logical(0), tags = list(type = "double", box = TRUE)), info = structure(logical(0), tags = list(type = "double", box = TRUE)), low = structure(logical(0), tags = list(type = "double", box = TRUE)), medium = structure(logical(0), tags = list(type = "double", box = TRUE))), tags = list(type = "structure")), scansWithMostOpenCriticalFindings = structure(list(structure(list(findingNumber = structure(logical(0), tags = list(type = "integer", box = TRUE)), scanName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), scansWithMostOpenFindings = structure(list(structure(list(findingNumber = structure(logical(0), tags = list(type = "integer", box = TRUE)), scanName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "structure"))
return(populate(args, shape))
}
.codegurusecurity$get_scan_input <- function(...) {
args <- c(as.list(environment()), list(...))
shape <- structure(list(runId = structure(logical(0), tags = list(location = "querystring", locationName = "runId", type = "string")), scanName = structure(logical(0), tags = list(location = "uri", locationName = "scanName", type = "string"))), tags = list(type = "structure"))
return(populate(args, shape))
}
.codegurusecurity$get_scan_output <- function(...) {
args <- c(as.list(environment()), list(...))
shape <- structure(list(analysisType = structure(logical(0), tags = list(type = "string")), createdAt = structure(logical(0), tags = list(type = "timestamp")), errorMessage = structure(logical(0), tags = list(type = "string")), numberOfRevisions = structure(logical(0), tags = list(type = "long", box = TRUE)), runId = structure(logical(0), tags = list(type = "string")), scanName = structure(logical(0), tags = list(type = "string")), scanNameArn = structure(logical(0), tags = list(type = "string")), scanState = structure(logical(0), tags = list(type = "string")), updatedAt = structure(logical(0), tags = list(type = "timestamp"))), tags = list(type = "structure"))
return(populate(args, shape))
}
.codegurusecurity$list_findings_metrics_input <- function(...) {
args <- c(as.list(environment()), list(...))
shape <- structure(list(endDate = structure(logical(0), tags = list(location = "querystring", locationName = "endDate", type = "timestamp")), 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")), startDate = structure(logical(0), tags = list(location = "querystring", locationName = "startDate", type = "timestamp"))), tags = list(type = "structure"))
return(populate(args, shape))
}
.codegurusecurity$list_findings_metrics_output <- function(...) {
args <- c(as.list(environment()), list(...))
shape <- structure(list(findingsMetrics = structure(list(structure(list(closedFindings = structure(list(critical = structure(logical(0), tags = list(type = "double", box = TRUE)), high = structure(logical(0), tags = list(type = "double", box = TRUE)), info = structure(logical(0), tags = list(type = "double", box = TRUE)), low = structure(logical(0), tags = list(type = "double", box = TRUE)), medium = structure(logical(0), tags = list(type = "double", box = TRUE))), tags = list(type = "structure")), date = structure(logical(0), tags = list(type = "timestamp")), meanTimeToClose = structure(list(critical = structure(logical(0), tags = list(type = "double", box = TRUE)), high = structure(logical(0), tags = list(type = "double", box = TRUE)), info = structure(logical(0), tags = list(type = "double", box = TRUE)), low = structure(logical(0), tags = list(type = "double", box = TRUE)), medium = structure(logical(0), tags = list(type = "double", box = TRUE))), tags = list(type = "structure")), newFindings = structure(list(critical = structure(logical(0), tags = list(type = "double", box = TRUE)), high = structure(logical(0), tags = list(type = "double", box = TRUE)), info = structure(logical(0), tags = list(type = "double", box = TRUE)), low = structure(logical(0), tags = list(type = "double", box = TRUE)), medium = structure(logical(0), tags = list(type = "double", box = TRUE))), tags = list(type = "structure")), openFindings = structure(list(critical = structure(logical(0), tags = list(type = "double", box = TRUE)), high = structure(logical(0), tags = list(type = "double", box = TRUE)), info = structure(logical(0), tags = list(type = "double", box = TRUE)), low = structure(logical(0), tags = list(type = "double", box = TRUE)), medium = structure(logical(0), tags = list(type = "double", box = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list")), nextToken = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))
return(populate(args, shape))
}
.codegurusecurity$list_scans_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))
}
.codegurusecurity$list_scans_output <- function(...) {
args <- c(as.list(environment()), list(...))
shape <- structure(list(nextToken = structure(logical(0), tags = list(type = "string")), summaries = structure(list(structure(list(createdAt = structure(logical(0), tags = list(type = "timestamp")), runId = structure(logical(0), tags = list(type = "string")), scanName = structure(logical(0), tags = list(type = "string")), scanNameArn = structure(logical(0), tags = list(type = "string")), scanState = structure(logical(0), tags = list(type = "string")), updatedAt = structure(logical(0), tags = list(type = "timestamp"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))
return(populate(args, shape))
}
.codegurusecurity$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))
}
.codegurusecurity$list_tags_for_resource_output <- function(...) {
args <- c(as.list(environment()), list(...))
shape <- structure(list(tags = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "map"))), tags = list(type = "structure"))
return(populate(args, shape))
}
.codegurusecurity$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(logical(0), tags = list(type = "string"))), tags = list(type = "map"))), tags = list(type = "structure"))
return(populate(args, shape))
}
.codegurusecurity$tag_resource_output <- function(...) {
args <- c(as.list(environment()), list(...))
shape <- structure(list(), tags = list(type = "structure"))
return(populate(args, shape))
}
.codegurusecurity$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))
}
.codegurusecurity$untag_resource_output <- function(...) {
args <- c(as.list(environment()), list(...))
shape <- structure(list(), tags = list(type = "structure"))
return(populate(args, shape))
}
.codegurusecurity$update_account_configuration_input <- function(...) {
args <- c(as.list(environment()), list(...))
shape <- structure(list(encryptionConfig = structure(list(kmsKeyArn = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))
return(populate(args, shape))
}
.codegurusecurity$update_account_configuration_output <- function(...) {
args <- c(as.list(environment()), list(...))
shape <- structure(list(encryptionConfig = structure(list(kmsKeyArn = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), 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.