R/codeguruprofiler_interfaces.R

Defines functions update_profiling_group_output update_profiling_group_input untag_resource_output untag_resource_input tag_resource_output tag_resource_input submit_feedback_output submit_feedback_input remove_permission_output remove_permission_input remove_notification_channel_output remove_notification_channel_input put_permission_output put_permission_input post_agent_profile_output post_agent_profile_input list_tags_for_resource_output list_tags_for_resource_input list_profiling_groups_output list_profiling_groups_input list_profile_times_output list_profile_times_input list_findings_reports_output list_findings_reports_input get_recommendations_output get_recommendations_input get_profile_output get_profile_input get_policy_output get_policy_input get_notification_configuration_output get_notification_configuration_input get_findings_report_account_summary_output get_findings_report_account_summary_input describe_profiling_group_output describe_profiling_group_input delete_profiling_group_output delete_profiling_group_input create_profiling_group_output create_profiling_group_input configure_agent_output configure_agent_input batch_get_frame_metric_data_output batch_get_frame_metric_data_input add_notification_channels_output add_notification_channels_input

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

.codeguruprofiler$add_notification_channels_input <- function(...) {
  args <- c(as.list(environment()), list(...))
  shape <- structure(list(channels = structure(list(structure(list(eventPublishers = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), id = structure(logical(0), tags = list(type = "string")), uri = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), profilingGroupName = structure(logical(0), tags = list(location = "uri", locationName = "profilingGroupName", type = "string"))), tags = list(type = "structure"))
  return(populate(args, shape))
}

.codeguruprofiler$add_notification_channels_output <- function(...) {
  args <- c(as.list(environment()), list(...))
  shape <- structure(list(notificationConfiguration = structure(list(channels = structure(list(structure(list(eventPublishers = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), id = structure(logical(0), tags = list(type = "string")), uri = 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))
}

.codeguruprofiler$batch_get_frame_metric_data_input <- function(...) {
  args <- c(as.list(environment()), list(...))
  shape <- structure(list(endTime = structure(logical(0), tags = list(location = "querystring", locationName = "endTime", type = "timestamp", timestampFormat = "iso8601")), frameMetrics = structure(list(structure(list(frameName = structure(logical(0), tags = list(type = "string")), threadStates = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), type = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), period = structure(logical(0), tags = list(location = "querystring", locationName = "period", type = "string")), profilingGroupName = structure(logical(0), tags = list(location = "uri", locationName = "profilingGroupName", type = "string")), startTime = structure(logical(0), tags = list(location = "querystring", locationName = "startTime", type = "timestamp", timestampFormat = "iso8601")), targetResolution = structure(logical(0), tags = list(location = "querystring", locationName = "targetResolution", type = "string"))), tags = list(type = "structure"))
  return(populate(args, shape))
}

.codeguruprofiler$batch_get_frame_metric_data_output <- function(...) {
  args <- c(as.list(environment()), list(...))
  shape <- structure(list(endTime = structure(logical(0), tags = list(type = "timestamp", timestampFormat = "iso8601")), endTimes = structure(list(structure(list(value = structure(logical(0), tags = list(type = "timestamp", timestampFormat = "iso8601"))), tags = list(type = "structure"))), tags = list(type = "list")), frameMetricData = structure(list(structure(list(frameMetric = structure(list(frameName = structure(logical(0), tags = list(type = "string")), threadStates = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), type = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), values = structure(list(structure(logical(0), tags = list(type = "double", box = TRUE))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "list")), resolution = structure(logical(0), tags = list(type = "string")), startTime = structure(logical(0), tags = list(type = "timestamp", timestampFormat = "iso8601")), unprocessedEndTimes = structure(list(structure(list(structure(list(value = structure(logical(0), tags = list(type = "timestamp", timestampFormat = "iso8601"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "map"))), tags = list(type = "structure"))
  return(populate(args, shape))
}

.codeguruprofiler$configure_agent_input <- function(...) {
  args <- c(as.list(environment()), list(...))
  shape <- structure(list(fleetInstanceId = structure(logical(0), tags = list(type = "string")), metadata = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "map")), profilingGroupName = structure(logical(0), tags = list(location = "uri", locationName = "profilingGroupName", type = "string"))), tags = list(type = "structure"))
  return(populate(args, shape))
}

.codeguruprofiler$configure_agent_output <- function(...) {
  args <- c(as.list(environment()), list(...))
  shape <- structure(list(configuration = structure(list(agentParameters = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "map")), periodInSeconds = structure(logical(0), tags = list(type = "integer", box = TRUE)), shouldProfile = structure(logical(0), tags = list(type = "boolean", box = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure", payload = "configuration"))
  return(populate(args, shape))
}

.codeguruprofiler$create_profiling_group_input <- function(...) {
  args <- c(as.list(environment()), list(...))
  shape <- structure(list(agentOrchestrationConfig = structure(list(profilingEnabled = structure(logical(0), tags = list(type = "boolean", box = TRUE))), tags = list(type = "structure")), clientToken = structure(logical(0), tags = list(idempotencyToken = TRUE, location = "querystring", locationName = "clientToken", type = "string")), computePlatform = structure(logical(0), tags = list(type = "string")), profilingGroupName = 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))
}

.codeguruprofiler$create_profiling_group_output <- function(...) {
  args <- c(as.list(environment()), list(...))
  shape <- structure(list(profilingGroup = structure(list(agentOrchestrationConfig = structure(list(profilingEnabled = structure(logical(0), tags = list(type = "boolean", box = TRUE))), tags = list(type = "structure")), arn = structure(logical(0), tags = list(type = "string")), computePlatform = structure(logical(0), tags = list(type = "string")), createdAt = structure(logical(0), tags = list(type = "timestamp", timestampFormat = "iso8601")), name = structure(logical(0), tags = list(type = "string")), profilingStatus = structure(list(latestAgentOrchestratedAt = structure(logical(0), tags = list(type = "timestamp", timestampFormat = "iso8601")), latestAgentProfileReportedAt = structure(logical(0), tags = list(type = "timestamp", timestampFormat = "iso8601")), latestAggregatedProfile = structure(list(period = structure(logical(0), tags = list(type = "string")), start = structure(logical(0), tags = list(type = "timestamp", timestampFormat = "iso8601"))), tags = list(type = "structure"))), tags = list(type = "structure")), tags = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "map")), updatedAt = structure(logical(0), tags = list(type = "timestamp", timestampFormat = "iso8601"))), tags = list(type = "structure"))), tags = list(type = "structure", payload = "profilingGroup"))
  return(populate(args, shape))
}

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

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

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

.codeguruprofiler$describe_profiling_group_output <- function(...) {
  args <- c(as.list(environment()), list(...))
  shape <- structure(list(profilingGroup = structure(list(agentOrchestrationConfig = structure(list(profilingEnabled = structure(logical(0), tags = list(type = "boolean", box = TRUE))), tags = list(type = "structure")), arn = structure(logical(0), tags = list(type = "string")), computePlatform = structure(logical(0), tags = list(type = "string")), createdAt = structure(logical(0), tags = list(type = "timestamp", timestampFormat = "iso8601")), name = structure(logical(0), tags = list(type = "string")), profilingStatus = structure(list(latestAgentOrchestratedAt = structure(logical(0), tags = list(type = "timestamp", timestampFormat = "iso8601")), latestAgentProfileReportedAt = structure(logical(0), tags = list(type = "timestamp", timestampFormat = "iso8601")), latestAggregatedProfile = structure(list(period = structure(logical(0), tags = list(type = "string")), start = structure(logical(0), tags = list(type = "timestamp", timestampFormat = "iso8601"))), tags = list(type = "structure"))), tags = list(type = "structure")), tags = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "map")), updatedAt = structure(logical(0), tags = list(type = "timestamp", timestampFormat = "iso8601"))), tags = list(type = "structure"))), tags = list(type = "structure", payload = "profilingGroup"))
  return(populate(args, shape))
}

.codeguruprofiler$get_findings_report_account_summary_input <- function(...) {
  args <- c(as.list(environment()), list(...))
  shape <- structure(list(dailyReportsOnly = structure(logical(0), tags = list(location = "querystring", locationName = "dailyReportsOnly", type = "boolean", box = TRUE)), 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))
}

.codeguruprofiler$get_findings_report_account_summary_output <- function(...) {
  args <- c(as.list(environment()), list(...))
  shape <- structure(list(nextToken = structure(logical(0), tags = list(type = "string")), reportSummaries = structure(list(structure(list(id = structure(logical(0), tags = list(type = "string")), profileEndTime = structure(logical(0), tags = list(type = "timestamp", timestampFormat = "iso8601")), profileStartTime = structure(logical(0), tags = list(type = "timestamp", timestampFormat = "iso8601")), profilingGroupName = structure(logical(0), tags = list(type = "string")), totalNumberOfFindings = structure(logical(0), tags = list(type = "integer", box = TRUE))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))
  return(populate(args, shape))
}

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

.codeguruprofiler$get_notification_configuration_output <- function(...) {
  args <- c(as.list(environment()), list(...))
  shape <- structure(list(notificationConfiguration = structure(list(channels = structure(list(structure(list(eventPublishers = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), id = structure(logical(0), tags = list(type = "string")), uri = 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))
}

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

.codeguruprofiler$get_policy_output <- function(...) {
  args <- c(as.list(environment()), list(...))
  shape <- structure(list(policy = structure(logical(0), tags = list(type = "string")), revisionId = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))
  return(populate(args, shape))
}

.codeguruprofiler$get_profile_input <- function(...) {
  args <- c(as.list(environment()), list(...))
  shape <- structure(list(accept = structure(logical(0), tags = list(location = "header", locationName = "Accept", type = "string")), endTime = structure(logical(0), tags = list(location = "querystring", locationName = "endTime", type = "timestamp", timestampFormat = "iso8601")), maxDepth = structure(logical(0), tags = list(location = "querystring", locationName = "maxDepth", type = "integer", box = TRUE)), period = structure(logical(0), tags = list(location = "querystring", locationName = "period", type = "string")), profilingGroupName = structure(logical(0), tags = list(location = "uri", locationName = "profilingGroupName", type = "string")), startTime = structure(logical(0), tags = list(location = "querystring", locationName = "startTime", type = "timestamp", timestampFormat = "iso8601"))), tags = list(type = "structure"))
  return(populate(args, shape))
}

.codeguruprofiler$get_profile_output <- function(...) {
  args <- c(as.list(environment()), list(...))
  shape <- structure(list(contentEncoding = structure(logical(0), tags = list(location = "header", locationName = "Content-Encoding", type = "string")), contentType = structure(logical(0), tags = list(location = "header", locationName = "Content-Type", type = "string")), profile = structure(logical(0), tags = list(type = "blob"))), tags = list(type = "structure", payload = "profile"))
  return(populate(args, shape))
}

.codeguruprofiler$get_recommendations_input <- function(...) {
  args <- c(as.list(environment()), list(...))
  shape <- structure(list(endTime = structure(logical(0), tags = list(location = "querystring", locationName = "endTime", type = "timestamp", timestampFormat = "iso8601")), locale = structure(logical(0), tags = list(location = "querystring", locationName = "locale", type = "string")), profilingGroupName = structure(logical(0), tags = list(location = "uri", locationName = "profilingGroupName", type = "string")), startTime = structure(logical(0), tags = list(location = "querystring", locationName = "startTime", type = "timestamp", timestampFormat = "iso8601"))), tags = list(type = "structure"))
  return(populate(args, shape))
}

.codeguruprofiler$get_recommendations_output <- function(...) {
  args <- c(as.list(environment()), list(...))
  shape <- structure(list(anomalies = structure(list(structure(list(instances = structure(list(structure(list(endTime = structure(logical(0), tags = list(type = "timestamp", timestampFormat = "iso8601")), id = structure(logical(0), tags = list(type = "string")), startTime = structure(logical(0), tags = list(type = "timestamp", timestampFormat = "iso8601")), userFeedback = structure(list(type = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list")), metric = structure(list(frameName = structure(logical(0), tags = list(type = "string")), threadStates = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), type = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), reason = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), profileEndTime = structure(logical(0), tags = list(type = "timestamp", timestampFormat = "iso8601")), profileStartTime = structure(logical(0), tags = list(type = "timestamp", timestampFormat = "iso8601")), profilingGroupName = structure(logical(0), tags = list(type = "string")), recommendations = structure(list(structure(list(allMatchesCount = structure(logical(0), tags = list(type = "integer", box = TRUE)), allMatchesSum = structure(logical(0), tags = list(type = "double", box = TRUE)), endTime = structure(logical(0), tags = list(type = "timestamp", timestampFormat = "iso8601")), pattern = structure(list(countersToAggregate = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), description = structure(logical(0), tags = list(type = "string")), id = structure(logical(0), tags = list(type = "string")), name = structure(logical(0), tags = list(type = "string")), resolutionSteps = structure(logical(0), tags = list(type = "string")), targetFrames = structure(list(structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list"))), tags = list(type = "list")), thresholdPercent = structure(logical(0), tags = list(type = "double"))), tags = list(type = "structure")), startTime = structure(logical(0), tags = list(type = "timestamp", timestampFormat = "iso8601")), topMatches = structure(list(structure(list(frameAddress = structure(logical(0), tags = list(type = "string")), targetFramesIndex = structure(logical(0), tags = list(type = "integer", box = TRUE)), thresholdBreachValue = structure(logical(0), tags = list(type = "double", box = TRUE))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))
  return(populate(args, shape))
}

.codeguruprofiler$list_findings_reports_input <- function(...) {
  args <- c(as.list(environment()), list(...))
  shape <- structure(list(dailyReportsOnly = structure(logical(0), tags = list(location = "querystring", locationName = "dailyReportsOnly", type = "boolean", box = TRUE)), endTime = structure(logical(0), tags = list(location = "querystring", locationName = "endTime", type = "timestamp", timestampFormat = "iso8601")), 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")), profilingGroupName = structure(logical(0), tags = list(location = "uri", locationName = "profilingGroupName", type = "string")), startTime = structure(logical(0), tags = list(location = "querystring", locationName = "startTime", type = "timestamp", timestampFormat = "iso8601"))), tags = list(type = "structure"))
  return(populate(args, shape))
}

.codeguruprofiler$list_findings_reports_output <- function(...) {
  args <- c(as.list(environment()), list(...))
  shape <- structure(list(findingsReportSummaries = structure(list(structure(list(id = structure(logical(0), tags = list(type = "string")), profileEndTime = structure(logical(0), tags = list(type = "timestamp", timestampFormat = "iso8601")), profileStartTime = structure(logical(0), tags = list(type = "timestamp", timestampFormat = "iso8601")), profilingGroupName = structure(logical(0), tags = list(type = "string")), totalNumberOfFindings = structure(logical(0), tags = list(type = "integer", box = TRUE))), tags = list(type = "structure"))), tags = list(type = "list")), nextToken = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))
  return(populate(args, shape))
}

.codeguruprofiler$list_profile_times_input <- function(...) {
  args <- c(as.list(environment()), list(...))
  shape <- structure(list(endTime = structure(logical(0), tags = list(location = "querystring", locationName = "endTime", type = "timestamp", timestampFormat = "iso8601")), 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")), orderBy = structure(logical(0), tags = list(location = "querystring", locationName = "orderBy", type = "string")), period = structure(logical(0), tags = list(location = "querystring", locationName = "period", type = "string")), profilingGroupName = structure(logical(0), tags = list(location = "uri", locationName = "profilingGroupName", type = "string")), startTime = structure(logical(0), tags = list(location = "querystring", locationName = "startTime", type = "timestamp", timestampFormat = "iso8601"))), tags = list(type = "structure"))
  return(populate(args, shape))
}

.codeguruprofiler$list_profile_times_output <- function(...) {
  args <- c(as.list(environment()), list(...))
  shape <- structure(list(nextToken = structure(logical(0), tags = list(type = "string")), profileTimes = structure(list(structure(list(start = structure(logical(0), tags = list(type = "timestamp", timestampFormat = "iso8601"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))
  return(populate(args, shape))
}

.codeguruprofiler$list_profiling_groups_input <- function(...) {
  args <- c(as.list(environment()), list(...))
  shape <- structure(list(includeDescription = structure(logical(0), tags = list(location = "querystring", locationName = "includeDescription", type = "boolean", box = TRUE)), 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))
}

.codeguruprofiler$list_profiling_groups_output <- function(...) {
  args <- c(as.list(environment()), list(...))
  shape <- structure(list(nextToken = structure(logical(0), tags = list(type = "string")), profilingGroupNames = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), profilingGroups = structure(list(structure(list(agentOrchestrationConfig = structure(list(profilingEnabled = structure(logical(0), tags = list(type = "boolean", box = TRUE))), tags = list(type = "structure")), arn = structure(logical(0), tags = list(type = "string")), computePlatform = structure(logical(0), tags = list(type = "string")), createdAt = structure(logical(0), tags = list(type = "timestamp", timestampFormat = "iso8601")), name = structure(logical(0), tags = list(type = "string")), profilingStatus = structure(list(latestAgentOrchestratedAt = structure(logical(0), tags = list(type = "timestamp", timestampFormat = "iso8601")), latestAgentProfileReportedAt = structure(logical(0), tags = list(type = "timestamp", timestampFormat = "iso8601")), latestAggregatedProfile = structure(list(period = structure(logical(0), tags = list(type = "string")), start = structure(logical(0), tags = list(type = "timestamp", timestampFormat = "iso8601"))), tags = list(type = "structure"))), tags = list(type = "structure")), tags = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "map")), updatedAt = structure(logical(0), tags = list(type = "timestamp", timestampFormat = "iso8601"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))
  return(populate(args, shape))
}

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

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

.codeguruprofiler$post_agent_profile_input <- function(...) {
  args <- c(as.list(environment()), list(...))
  shape <- structure(list(agentProfile = structure(logical(0), tags = list(type = "blob")), contentType = structure(logical(0), tags = list(location = "header", locationName = "Content-Type", type = "string")), profileToken = structure(logical(0), tags = list(idempotencyToken = TRUE, location = "querystring", locationName = "profileToken", type = "string")), profilingGroupName = structure(logical(0), tags = list(location = "uri", locationName = "profilingGroupName", type = "string"))), tags = list(type = "structure", payload = "agentProfile"))
  return(populate(args, shape))
}

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

.codeguruprofiler$put_permission_input <- function(...) {
  args <- c(as.list(environment()), list(...))
  shape <- structure(list(actionGroup = structure(logical(0), tags = list(location = "uri", locationName = "actionGroup", type = "string")), principals = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), profilingGroupName = structure(logical(0), tags = list(location = "uri", locationName = "profilingGroupName", type = "string")), revisionId = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))
  return(populate(args, shape))
}

.codeguruprofiler$put_permission_output <- function(...) {
  args <- c(as.list(environment()), list(...))
  shape <- structure(list(policy = structure(logical(0), tags = list(type = "string")), revisionId = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))
  return(populate(args, shape))
}

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

.codeguruprofiler$remove_notification_channel_output <- function(...) {
  args <- c(as.list(environment()), list(...))
  shape <- structure(list(notificationConfiguration = structure(list(channels = structure(list(structure(list(eventPublishers = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), id = structure(logical(0), tags = list(type = "string")), uri = 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))
}

.codeguruprofiler$remove_permission_input <- function(...) {
  args <- c(as.list(environment()), list(...))
  shape <- structure(list(actionGroup = structure(logical(0), tags = list(location = "uri", locationName = "actionGroup", type = "string")), profilingGroupName = structure(logical(0), tags = list(location = "uri", locationName = "profilingGroupName", type = "string")), revisionId = structure(logical(0), tags = list(location = "querystring", locationName = "revisionId", type = "string"))), tags = list(type = "structure"))
  return(populate(args, shape))
}

.codeguruprofiler$remove_permission_output <- function(...) {
  args <- c(as.list(environment()), list(...))
  shape <- structure(list(policy = structure(logical(0), tags = list(type = "string")), revisionId = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))
  return(populate(args, shape))
}

.codeguruprofiler$submit_feedback_input <- function(...) {
  args <- c(as.list(environment()), list(...))
  shape <- structure(list(anomalyInstanceId = structure(logical(0), tags = list(location = "uri", locationName = "anomalyInstanceId", type = "string")), comment = structure(logical(0), tags = list(type = "string")), profilingGroupName = structure(logical(0), tags = list(location = "uri", locationName = "profilingGroupName", type = "string")), type = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))
  return(populate(args, shape))
}

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

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

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

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

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

.codeguruprofiler$update_profiling_group_input <- function(...) {
  args <- c(as.list(environment()), list(...))
  shape <- structure(list(agentOrchestrationConfig = structure(list(profilingEnabled = structure(logical(0), tags = list(type = "boolean", box = TRUE))), tags = list(type = "structure")), profilingGroupName = structure(logical(0), tags = list(location = "uri", locationName = "profilingGroupName", type = "string"))), tags = list(type = "structure"))
  return(populate(args, shape))
}

.codeguruprofiler$update_profiling_group_output <- function(...) {
  args <- c(as.list(environment()), list(...))
  shape <- structure(list(profilingGroup = structure(list(agentOrchestrationConfig = structure(list(profilingEnabled = structure(logical(0), tags = list(type = "boolean", box = TRUE))), tags = list(type = "structure")), arn = structure(logical(0), tags = list(type = "string")), computePlatform = structure(logical(0), tags = list(type = "string")), createdAt = structure(logical(0), tags = list(type = "timestamp", timestampFormat = "iso8601")), name = structure(logical(0), tags = list(type = "string")), profilingStatus = structure(list(latestAgentOrchestratedAt = structure(logical(0), tags = list(type = "timestamp", timestampFormat = "iso8601")), latestAgentProfileReportedAt = structure(logical(0), tags = list(type = "timestamp", timestampFormat = "iso8601")), latestAggregatedProfile = structure(list(period = structure(logical(0), tags = list(type = "string")), start = structure(logical(0), tags = list(type = "timestamp", timestampFormat = "iso8601"))), tags = list(type = "structure"))), tags = list(type = "structure")), tags = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "map")), updatedAt = structure(logical(0), tags = list(type = "timestamp", timestampFormat = "iso8601"))), tags = list(type = "structure"))), tags = list(type = "structure", payload = "profilingGroup"))
  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.