R/cloudwatchrum_interfaces.R

Defines functions update_rum_metric_definition_output update_rum_metric_definition_input update_app_monitor_output update_app_monitor_input untag_resource_output untag_resource_input tag_resource_output tag_resource_input put_rum_metrics_destination_output put_rum_metrics_destination_input put_rum_events_output put_rum_events_input list_tags_for_resource_output list_tags_for_resource_input list_rum_metrics_destinations_output list_rum_metrics_destinations_input list_app_monitors_output list_app_monitors_input get_app_monitor_data_output get_app_monitor_data_input get_app_monitor_output get_app_monitor_input delete_rum_metrics_destination_output delete_rum_metrics_destination_input delete_app_monitor_output delete_app_monitor_input create_app_monitor_output create_app_monitor_input batch_get_rum_metric_definitions_output batch_get_rum_metric_definitions_input batch_delete_rum_metric_definitions_output batch_delete_rum_metric_definitions_input batch_create_rum_metric_definitions_output batch_create_rum_metric_definitions_input

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

.cloudwatchrum$batch_create_rum_metric_definitions_input <- function(...) {
  args <- c(as.list(environment()), list(...))
  shape <- structure(list(AppMonitorName = structure(logical(0), tags = list(location = "uri", locationName = "AppMonitorName", type = "string")), Destination = structure(logical(0), tags = list(type = "string")), DestinationArn = structure(logical(0), tags = list(type = "string")), MetricDefinitions = structure(list(structure(list(DimensionKeys = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "map")), EventPattern = structure(logical(0), tags = list(type = "string")), Name = structure(logical(0), tags = list(type = "string")), Namespace = structure(logical(0), tags = list(type = "string")), UnitLabel = structure(logical(0), tags = list(type = "string")), ValueKey = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))
  return(populate(args, shape))
}

.cloudwatchrum$batch_create_rum_metric_definitions_output <- function(...) {
  args <- c(as.list(environment()), list(...))
  shape <- structure(list(Errors = structure(list(structure(list(ErrorCode = structure(logical(0), tags = list(type = "string")), ErrorMessage = structure(logical(0), tags = list(type = "string")), MetricDefinition = structure(list(DimensionKeys = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "map")), EventPattern = structure(logical(0), tags = list(type = "string")), Name = structure(logical(0), tags = list(type = "string")), Namespace = structure(logical(0), tags = list(type = "string")), UnitLabel = structure(logical(0), tags = list(type = "string")), ValueKey = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list")), MetricDefinitions = structure(list(structure(list(DimensionKeys = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "map")), EventPattern = structure(logical(0), tags = list(type = "string")), MetricDefinitionId = structure(logical(0), tags = list(type = "string")), Name = structure(logical(0), tags = list(type = "string")), Namespace = structure(logical(0), tags = list(type = "string")), UnitLabel = structure(logical(0), tags = list(type = "string")), ValueKey = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))
  return(populate(args, shape))
}

.cloudwatchrum$batch_delete_rum_metric_definitions_input <- function(...) {
  args <- c(as.list(environment()), list(...))
  shape <- structure(list(AppMonitorName = structure(logical(0), tags = list(location = "uri", locationName = "AppMonitorName", type = "string")), Destination = structure(logical(0), tags = list(location = "querystring", locationName = "destination", type = "string")), DestinationArn = structure(logical(0), tags = list(location = "querystring", locationName = "destinationArn", type = "string")), MetricDefinitionIds = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(location = "querystring", locationName = "metricDefinitionIds", type = "list"))), tags = list(type = "structure"))
  return(populate(args, shape))
}

.cloudwatchrum$batch_delete_rum_metric_definitions_output <- function(...) {
  args <- c(as.list(environment()), list(...))
  shape <- structure(list(Errors = structure(list(structure(list(ErrorCode = structure(logical(0), tags = list(type = "string")), ErrorMessage = structure(logical(0), tags = list(type = "string")), MetricDefinitionId = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), MetricDefinitionIds = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list"))), tags = list(type = "structure"))
  return(populate(args, shape))
}

.cloudwatchrum$batch_get_rum_metric_definitions_input <- function(...) {
  args <- c(as.list(environment()), list(...))
  shape <- structure(list(AppMonitorName = structure(logical(0), tags = list(location = "uri", locationName = "AppMonitorName", type = "string")), Destination = structure(logical(0), tags = list(location = "querystring", locationName = "destination", type = "string")), DestinationArn = structure(logical(0), tags = list(location = "querystring", locationName = "destinationArn", type = "string")), 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))
}

.cloudwatchrum$batch_get_rum_metric_definitions_output <- function(...) {
  args <- c(as.list(environment()), list(...))
  shape <- structure(list(MetricDefinitions = structure(list(structure(list(DimensionKeys = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "map")), EventPattern = structure(logical(0), tags = list(type = "string")), MetricDefinitionId = structure(logical(0), tags = list(type = "string")), Name = structure(logical(0), tags = list(type = "string")), Namespace = structure(logical(0), tags = list(type = "string")), UnitLabel = structure(logical(0), tags = list(type = "string")), ValueKey = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), NextToken = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))
  return(populate(args, shape))
}

.cloudwatchrum$create_app_monitor_input <- function(...) {
  args <- c(as.list(environment()), list(...))
  shape <- structure(list(AppMonitorConfiguration = structure(list(AllowCookies = structure(logical(0), tags = list(type = "boolean", box = TRUE)), EnableXRay = structure(logical(0), tags = list(type = "boolean", box = TRUE)), ExcludedPages = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), FavoritePages = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), GuestRoleArn = structure(logical(0), tags = list(type = "string")), IdentityPoolId = structure(logical(0), tags = list(type = "string")), IncludedPages = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), SessionSampleRate = structure(logical(0), tags = list(type = "double")), Telemetries = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list"))), tags = list(type = "structure")), CustomEvents = structure(list(Status = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CwLogEnabled = structure(logical(0), tags = list(type = "boolean", box = TRUE)), Domain = structure(logical(0), tags = list(type = "string")), Name = 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))
}

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

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

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

.cloudwatchrum$delete_rum_metrics_destination_input <- function(...) {
  args <- c(as.list(environment()), list(...))
  shape <- structure(list(AppMonitorName = structure(logical(0), tags = list(location = "uri", locationName = "AppMonitorName", type = "string")), Destination = structure(logical(0), tags = list(location = "querystring", locationName = "destination", type = "string")), DestinationArn = structure(logical(0), tags = list(location = "querystring", locationName = "destinationArn", type = "string"))), tags = list(type = "structure"))
  return(populate(args, shape))
}

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

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

.cloudwatchrum$get_app_monitor_output <- function(...) {
  args <- c(as.list(environment()), list(...))
  shape <- structure(list(AppMonitor = structure(list(AppMonitorConfiguration = structure(list(AllowCookies = structure(logical(0), tags = list(type = "boolean", box = TRUE)), EnableXRay = structure(logical(0), tags = list(type = "boolean", box = TRUE)), ExcludedPages = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), FavoritePages = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), GuestRoleArn = structure(logical(0), tags = list(type = "string")), IdentityPoolId = structure(logical(0), tags = list(type = "string")), IncludedPages = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), SessionSampleRate = structure(logical(0), tags = list(type = "double")), Telemetries = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list"))), tags = list(type = "structure")), Created = structure(logical(0), tags = list(type = "string")), CustomEvents = structure(list(Status = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), DataStorage = structure(list(CwLog = structure(list(CwLogEnabled = structure(logical(0), tags = list(type = "boolean", box = TRUE)), CwLogGroup = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Domain = structure(logical(0), tags = list(type = "string")), Id = structure(logical(0), tags = list(type = "string")), LastModified = structure(logical(0), tags = list(type = "string")), Name = structure(logical(0), tags = list(type = "string")), State = 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"))), tags = list(type = "structure"))
  return(populate(args, shape))
}

.cloudwatchrum$get_app_monitor_data_input <- function(...) {
  args <- c(as.list(environment()), list(...))
  shape <- structure(list(Filters = structure(list(structure(list(Name = structure(logical(0), tags = list(type = "string")), Values = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "list")), MaxResults = structure(logical(0), tags = list(type = "integer")), Name = structure(logical(0), tags = list(location = "uri", locationName = "Name", type = "string")), NextToken = structure(logical(0), tags = list(type = "string")), TimeRange = structure(list(After = structure(logical(0), tags = list(type = "long")), Before = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure"))), tags = list(type = "structure"))
  return(populate(args, shape))
}

.cloudwatchrum$get_app_monitor_data_output <- function(...) {
  args <- c(as.list(environment()), list(...))
  shape <- structure(list(Events = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), NextToken = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))
  return(populate(args, shape))
}

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

.cloudwatchrum$list_app_monitors_output <- function(...) {
  args <- c(as.list(environment()), list(...))
  shape <- structure(list(AppMonitorSummaries = structure(list(structure(list(Created = structure(logical(0), tags = list(type = "string")), Id = structure(logical(0), tags = list(type = "string")), LastModified = structure(logical(0), tags = list(type = "string")), Name = structure(logical(0), tags = list(type = "string")), State = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), NextToken = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))
  return(populate(args, shape))
}

.cloudwatchrum$list_rum_metrics_destinations_input <- function(...) {
  args <- c(as.list(environment()), list(...))
  shape <- structure(list(AppMonitorName = structure(logical(0), tags = list(location = "uri", locationName = "AppMonitorName", type = "string")), 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))
}

.cloudwatchrum$list_rum_metrics_destinations_output <- function(...) {
  args <- c(as.list(environment()), list(...))
  shape <- structure(list(Destinations = structure(list(structure(list(Destination = structure(logical(0), tags = list(type = "string")), DestinationArn = structure(logical(0), tags = list(type = "string")), IamRoleArn = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), NextToken = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))
  return(populate(args, shape))
}

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

.cloudwatchrum$list_tags_for_resource_output <- function(...) {
  args <- c(as.list(environment()), list(...))
  shape <- structure(list(ResourceArn = 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))
}

.cloudwatchrum$put_rum_events_input <- function(...) {
  args <- c(as.list(environment()), list(...))
  shape <- structure(list(AppMonitorDetails = structure(list(id = structure(logical(0), tags = list(type = "string")), name = structure(logical(0), tags = list(type = "string")), version = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), BatchId = structure(logical(0), tags = list(type = "string")), Id = structure(logical(0), tags = list(location = "uri", locationName = "Id", type = "string")), RumEvents = structure(list(structure(list(details = structure(logical(0), tags = list(jsonvalue = TRUE, type = "string")), id = structure(logical(0), tags = list(type = "string")), metadata = structure(logical(0), tags = list(jsonvalue = TRUE, type = "string")), timestamp = structure(logical(0), tags = list(type = "timestamp")), type = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), UserDetails = structure(list(sessionId = structure(logical(0), tags = list(type = "string")), userId = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))
  return(populate(args, shape))
}

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

.cloudwatchrum$put_rum_metrics_destination_input <- function(...) {
  args <- c(as.list(environment()), list(...))
  shape <- structure(list(AppMonitorName = structure(logical(0), tags = list(location = "uri", locationName = "AppMonitorName", type = "string")), Destination = structure(logical(0), tags = list(type = "string")), DestinationArn = structure(logical(0), tags = list(type = "string")), IamRoleArn = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))
  return(populate(args, shape))
}

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

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

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

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

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

.cloudwatchrum$update_app_monitor_input <- function(...) {
  args <- c(as.list(environment()), list(...))
  shape <- structure(list(AppMonitorConfiguration = structure(list(AllowCookies = structure(logical(0), tags = list(type = "boolean", box = TRUE)), EnableXRay = structure(logical(0), tags = list(type = "boolean", box = TRUE)), ExcludedPages = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), FavoritePages = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), GuestRoleArn = structure(logical(0), tags = list(type = "string")), IdentityPoolId = structure(logical(0), tags = list(type = "string")), IncludedPages = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), SessionSampleRate = structure(logical(0), tags = list(type = "double")), Telemetries = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list"))), tags = list(type = "structure")), CustomEvents = structure(list(Status = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CwLogEnabled = structure(logical(0), tags = list(type = "boolean", box = TRUE)), Domain = structure(logical(0), tags = list(type = "string")), Name = structure(logical(0), tags = list(location = "uri", locationName = "Name", type = "string"))), tags = list(type = "structure"))
  return(populate(args, shape))
}

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

.cloudwatchrum$update_rum_metric_definition_input <- function(...) {
  args <- c(as.list(environment()), list(...))
  shape <- structure(list(AppMonitorName = structure(logical(0), tags = list(location = "uri", locationName = "AppMonitorName", type = "string")), Destination = structure(logical(0), tags = list(type = "string")), DestinationArn = structure(logical(0), tags = list(type = "string")), MetricDefinition = structure(list(DimensionKeys = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "map")), EventPattern = structure(logical(0), tags = list(type = "string")), Name = structure(logical(0), tags = list(type = "string")), Namespace = structure(logical(0), tags = list(type = "string")), UnitLabel = structure(logical(0), tags = list(type = "string")), ValueKey = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), MetricDefinitionId = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))
  return(populate(args, shape))
}

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

Try the paws.management package in your browser

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

paws.management documentation built on Sept. 12, 2023, 1:06 a.m.