R/synthetics_interfaces.R

Defines functions update_canary_output update_canary_input untag_resource_output untag_resource_input tag_resource_output tag_resource_input stop_canary_output stop_canary_input start_canary_output start_canary_input list_tags_for_resource_output list_tags_for_resource_input list_groups_output list_groups_input list_group_resources_output list_group_resources_input list_associated_groups_output list_associated_groups_input get_group_output get_group_input get_canary_runs_output get_canary_runs_input get_canary_output get_canary_input disassociate_resource_output disassociate_resource_input describe_runtime_versions_output describe_runtime_versions_input describe_canaries_last_run_output describe_canaries_last_run_input describe_canaries_output describe_canaries_input delete_group_output delete_group_input delete_canary_output delete_canary_input create_group_output create_group_input create_canary_output create_canary_input associate_resource_output associate_resource_input

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

.synthetics$associate_resource_input <- function(...) {
  args <- c(as.list(environment()), list(...))
  shape <- structure(list(GroupIdentifier = structure(logical(0), tags = list(location = "uri", locationName = "groupIdentifier", type = "string")), ResourceArn = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))
  return(populate(args, shape))
}

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

.synthetics$create_canary_input <- function(...) {
  args <- c(as.list(environment()), list(...))
  shape <- structure(list(Name = structure(logical(0), tags = list(type = "string")), Code = structure(list(S3Bucket = structure(logical(0), tags = list(type = "string")), S3Key = structure(logical(0), tags = list(type = "string")), S3Version = structure(logical(0), tags = list(type = "string")), ZipFile = structure(logical(0), tags = list(type = "blob")), Handler = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), ArtifactS3Location = structure(logical(0), tags = list(type = "string")), ExecutionRoleArn = structure(logical(0), tags = list(type = "string")), Schedule = structure(list(Expression = structure(logical(0), tags = list(type = "string")), DurationInSeconds = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), RunConfig = structure(list(TimeoutInSeconds = structure(logical(0), tags = list(type = "integer")), MemoryInMB = structure(logical(0), tags = list(type = "integer")), ActiveTracing = structure(logical(0), tags = list(type = "boolean")), EnvironmentVariables = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "map"))), tags = list(type = "structure")), SuccessRetentionPeriodInDays = structure(logical(0), tags = list(type = "integer")), FailureRetentionPeriodInDays = structure(logical(0), tags = list(type = "integer")), RuntimeVersion = structure(logical(0), tags = list(type = "string")), VpcConfig = structure(list(SubnetIds = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), SecurityGroupIds = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list"))), tags = list(type = "structure")), Tags = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "map")), ArtifactConfig = structure(list(S3Encryption = structure(list(EncryptionMode = structure(logical(0), tags = list(type = "string")), KmsKeyArn = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))
  return(populate(args, shape))
}

.synthetics$create_canary_output <- function(...) {
  args <- c(as.list(environment()), list(...))
  shape <- structure(list(Canary = structure(list(Id = structure(logical(0), tags = list(type = "string")), Name = structure(logical(0), tags = list(type = "string")), Code = structure(list(SourceLocationArn = structure(logical(0), tags = list(type = "string")), Handler = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), ExecutionRoleArn = structure(logical(0), tags = list(type = "string")), Schedule = structure(list(Expression = structure(logical(0), tags = list(type = "string")), DurationInSeconds = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), RunConfig = structure(list(TimeoutInSeconds = structure(logical(0), tags = list(type = "integer")), MemoryInMB = structure(logical(0), tags = list(type = "integer")), ActiveTracing = structure(logical(0), tags = list(type = "boolean"))), tags = list(type = "structure")), SuccessRetentionPeriodInDays = structure(logical(0), tags = list(type = "integer")), FailureRetentionPeriodInDays = structure(logical(0), tags = list(type = "integer")), Status = structure(list(State = structure(logical(0), tags = list(type = "string")), StateReason = structure(logical(0), tags = list(type = "string")), StateReasonCode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Timeline = structure(list(Created = structure(logical(0), tags = list(type = "timestamp")), LastModified = structure(logical(0), tags = list(type = "timestamp")), LastStarted = structure(logical(0), tags = list(type = "timestamp")), LastStopped = structure(logical(0), tags = list(type = "timestamp"))), tags = list(type = "structure")), ArtifactS3Location = structure(logical(0), tags = list(type = "string")), EngineArn = structure(logical(0), tags = list(type = "string")), RuntimeVersion = structure(logical(0), tags = list(type = "string")), VpcConfig = structure(list(VpcId = structure(logical(0), tags = list(type = "string")), SubnetIds = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), SecurityGroupIds = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list"))), tags = list(type = "structure")), VisualReference = structure(list(BaseScreenshots = structure(list(structure(list(ScreenshotName = structure(logical(0), tags = list(type = "string")), IgnoreCoordinates = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "list")), BaseCanaryRunId = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Tags = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "map")), ArtifactConfig = structure(list(S3Encryption = structure(list(EncryptionMode = structure(logical(0), tags = list(type = "string")), KmsKeyArn = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))
  return(populate(args, shape))
}

.synthetics$create_group_input <- function(...) {
  args <- c(as.list(environment()), list(...))
  shape <- structure(list(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))
}

.synthetics$create_group_output <- function(...) {
  args <- c(as.list(environment()), list(...))
  shape <- structure(list(Group = structure(list(Id = structure(logical(0), tags = list(type = "string")), Name = structure(logical(0), tags = list(type = "string")), Arn = structure(logical(0), tags = list(type = "string")), Tags = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "map")), CreatedTime = structure(logical(0), tags = list(type = "timestamp")), LastModifiedTime = structure(logical(0), tags = list(type = "timestamp"))), tags = list(type = "structure"))), tags = list(type = "structure"))
  return(populate(args, shape))
}

.synthetics$delete_canary_input <- function(...) {
  args <- c(as.list(environment()), list(...))
  shape <- structure(list(Name = structure(logical(0), tags = list(location = "uri", locationName = "name", type = "string")), DeleteLambda = structure(logical(0), tags = list(location = "querystring", locationName = "deleteLambda", type = "boolean"))), tags = list(type = "structure"))
  return(populate(args, shape))
}

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

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

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

.synthetics$describe_canaries_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")), Names = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list"))), tags = list(type = "structure"))
  return(populate(args, shape))
}

.synthetics$describe_canaries_output <- function(...) {
  args <- c(as.list(environment()), list(...))
  shape <- structure(list(Canaries = structure(list(structure(list(Id = structure(logical(0), tags = list(type = "string")), Name = structure(logical(0), tags = list(type = "string")), Code = structure(list(SourceLocationArn = structure(logical(0), tags = list(type = "string")), Handler = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), ExecutionRoleArn = structure(logical(0), tags = list(type = "string")), Schedule = structure(list(Expression = structure(logical(0), tags = list(type = "string")), DurationInSeconds = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), RunConfig = structure(list(TimeoutInSeconds = structure(logical(0), tags = list(type = "integer")), MemoryInMB = structure(logical(0), tags = list(type = "integer")), ActiveTracing = structure(logical(0), tags = list(type = "boolean"))), tags = list(type = "structure")), SuccessRetentionPeriodInDays = structure(logical(0), tags = list(type = "integer")), FailureRetentionPeriodInDays = structure(logical(0), tags = list(type = "integer")), Status = structure(list(State = structure(logical(0), tags = list(type = "string")), StateReason = structure(logical(0), tags = list(type = "string")), StateReasonCode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Timeline = structure(list(Created = structure(logical(0), tags = list(type = "timestamp")), LastModified = structure(logical(0), tags = list(type = "timestamp")), LastStarted = structure(logical(0), tags = list(type = "timestamp")), LastStopped = structure(logical(0), tags = list(type = "timestamp"))), tags = list(type = "structure")), ArtifactS3Location = structure(logical(0), tags = list(type = "string")), EngineArn = structure(logical(0), tags = list(type = "string")), RuntimeVersion = structure(logical(0), tags = list(type = "string")), VpcConfig = structure(list(VpcId = structure(logical(0), tags = list(type = "string")), SubnetIds = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), SecurityGroupIds = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list"))), tags = list(type = "structure")), VisualReference = structure(list(BaseScreenshots = structure(list(structure(list(ScreenshotName = structure(logical(0), tags = list(type = "string")), IgnoreCoordinates = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "list")), BaseCanaryRunId = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Tags = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "map")), ArtifactConfig = structure(list(S3Encryption = structure(list(EncryptionMode = structure(logical(0), tags = list(type = "string")), KmsKeyArn = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), 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))
}

.synthetics$describe_canaries_last_run_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")), Names = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list"))), tags = list(type = "structure"))
  return(populate(args, shape))
}

.synthetics$describe_canaries_last_run_output <- function(...) {
  args <- c(as.list(environment()), list(...))
  shape <- structure(list(CanariesLastRun = structure(list(structure(list(CanaryName = structure(logical(0), tags = list(type = "string")), LastRun = structure(list(Id = structure(logical(0), tags = list(type = "string")), Name = structure(logical(0), tags = list(type = "string")), Status = structure(list(State = structure(logical(0), tags = list(type = "string")), StateReason = structure(logical(0), tags = list(type = "string")), StateReasonCode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Timeline = structure(list(Started = structure(logical(0), tags = list(type = "timestamp")), Completed = structure(logical(0), tags = list(type = "timestamp"))), tags = list(type = "structure")), ArtifactS3Location = structure(logical(0), tags = list(type = "string"))), 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))
}

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

.synthetics$describe_runtime_versions_output <- function(...) {
  args <- c(as.list(environment()), list(...))
  shape <- structure(list(RuntimeVersions = structure(list(structure(list(VersionName = structure(logical(0), tags = list(type = "string")), Description = structure(logical(0), tags = list(type = "string")), ReleaseDate = structure(logical(0), tags = list(type = "timestamp")), DeprecationDate = 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))
}

.synthetics$disassociate_resource_input <- function(...) {
  args <- c(as.list(environment()), list(...))
  shape <- structure(list(GroupIdentifier = structure(logical(0), tags = list(location = "uri", locationName = "groupIdentifier", type = "string")), ResourceArn = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))
  return(populate(args, shape))
}

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

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

.synthetics$get_canary_output <- function(...) {
  args <- c(as.list(environment()), list(...))
  shape <- structure(list(Canary = structure(list(Id = structure(logical(0), tags = list(type = "string")), Name = structure(logical(0), tags = list(type = "string")), Code = structure(list(SourceLocationArn = structure(logical(0), tags = list(type = "string")), Handler = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), ExecutionRoleArn = structure(logical(0), tags = list(type = "string")), Schedule = structure(list(Expression = structure(logical(0), tags = list(type = "string")), DurationInSeconds = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), RunConfig = structure(list(TimeoutInSeconds = structure(logical(0), tags = list(type = "integer")), MemoryInMB = structure(logical(0), tags = list(type = "integer")), ActiveTracing = structure(logical(0), tags = list(type = "boolean"))), tags = list(type = "structure")), SuccessRetentionPeriodInDays = structure(logical(0), tags = list(type = "integer")), FailureRetentionPeriodInDays = structure(logical(0), tags = list(type = "integer")), Status = structure(list(State = structure(logical(0), tags = list(type = "string")), StateReason = structure(logical(0), tags = list(type = "string")), StateReasonCode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Timeline = structure(list(Created = structure(logical(0), tags = list(type = "timestamp")), LastModified = structure(logical(0), tags = list(type = "timestamp")), LastStarted = structure(logical(0), tags = list(type = "timestamp")), LastStopped = structure(logical(0), tags = list(type = "timestamp"))), tags = list(type = "structure")), ArtifactS3Location = structure(logical(0), tags = list(type = "string")), EngineArn = structure(logical(0), tags = list(type = "string")), RuntimeVersion = structure(logical(0), tags = list(type = "string")), VpcConfig = structure(list(VpcId = structure(logical(0), tags = list(type = "string")), SubnetIds = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), SecurityGroupIds = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list"))), tags = list(type = "structure")), VisualReference = structure(list(BaseScreenshots = structure(list(structure(list(ScreenshotName = structure(logical(0), tags = list(type = "string")), IgnoreCoordinates = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "list")), BaseCanaryRunId = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Tags = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "map")), ArtifactConfig = structure(list(S3Encryption = structure(list(EncryptionMode = structure(logical(0), tags = list(type = "string")), KmsKeyArn = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))
  return(populate(args, shape))
}

.synthetics$get_canary_runs_input <- function(...) {
  args <- c(as.list(environment()), list(...))
  shape <- structure(list(Name = structure(logical(0), tags = list(location = "uri", locationName = "name", type = "string")), NextToken = structure(logical(0), tags = list(type = "string")), MaxResults = structure(logical(0), tags = list(type = "integer"))), tags = list(type = "structure"))
  return(populate(args, shape))
}

.synthetics$get_canary_runs_output <- function(...) {
  args <- c(as.list(environment()), list(...))
  shape <- structure(list(CanaryRuns = structure(list(structure(list(Id = structure(logical(0), tags = list(type = "string")), Name = structure(logical(0), tags = list(type = "string")), Status = structure(list(State = structure(logical(0), tags = list(type = "string")), StateReason = structure(logical(0), tags = list(type = "string")), StateReasonCode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Timeline = structure(list(Started = structure(logical(0), tags = list(type = "timestamp")), Completed = structure(logical(0), tags = list(type = "timestamp"))), tags = list(type = "structure")), ArtifactS3Location = 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))
}

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

.synthetics$get_group_output <- function(...) {
  args <- c(as.list(environment()), list(...))
  shape <- structure(list(Group = structure(list(Id = structure(logical(0), tags = list(type = "string")), Name = structure(logical(0), tags = list(type = "string")), Arn = structure(logical(0), tags = list(type = "string")), Tags = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "map")), CreatedTime = structure(logical(0), tags = list(type = "timestamp")), LastModifiedTime = structure(logical(0), tags = list(type = "timestamp"))), tags = list(type = "structure"))), tags = list(type = "structure"))
  return(populate(args, shape))
}

.synthetics$list_associated_groups_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")), ResourceArn = structure(logical(0), tags = list(location = "uri", locationName = "resourceArn", type = "string"))), tags = list(type = "structure"))
  return(populate(args, shape))
}

.synthetics$list_associated_groups_output <- function(...) {
  args <- c(as.list(environment()), list(...))
  shape <- structure(list(Groups = structure(list(structure(list(Id = structure(logical(0), tags = list(type = "string")), Name = structure(logical(0), tags = list(type = "string")), Arn = 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))
}

.synthetics$list_group_resources_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")), GroupIdentifier = structure(logical(0), tags = list(location = "uri", locationName = "groupIdentifier", type = "string"))), tags = list(type = "structure"))
  return(populate(args, shape))
}

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

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

.synthetics$list_groups_output <- function(...) {
  args <- c(as.list(environment()), list(...))
  shape <- structure(list(Groups = structure(list(structure(list(Id = structure(logical(0), tags = list(type = "string")), Name = structure(logical(0), tags = list(type = "string")), Arn = 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))
}

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

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

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

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

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

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

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

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

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

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

.synthetics$update_canary_input <- function(...) {
  args <- c(as.list(environment()), list(...))
  shape <- structure(list(Name = structure(logical(0), tags = list(location = "uri", locationName = "name", type = "string")), Code = structure(list(S3Bucket = structure(logical(0), tags = list(type = "string")), S3Key = structure(logical(0), tags = list(type = "string")), S3Version = structure(logical(0), tags = list(type = "string")), ZipFile = structure(logical(0), tags = list(type = "blob")), Handler = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), ExecutionRoleArn = structure(logical(0), tags = list(type = "string")), RuntimeVersion = structure(logical(0), tags = list(type = "string")), Schedule = structure(list(Expression = structure(logical(0), tags = list(type = "string")), DurationInSeconds = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), RunConfig = structure(list(TimeoutInSeconds = structure(logical(0), tags = list(type = "integer")), MemoryInMB = structure(logical(0), tags = list(type = "integer")), ActiveTracing = structure(logical(0), tags = list(type = "boolean")), EnvironmentVariables = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "map"))), tags = list(type = "structure")), SuccessRetentionPeriodInDays = structure(logical(0), tags = list(type = "integer")), FailureRetentionPeriodInDays = structure(logical(0), tags = list(type = "integer")), VpcConfig = structure(list(SubnetIds = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), SecurityGroupIds = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list"))), tags = list(type = "structure")), VisualReference = structure(list(BaseScreenshots = structure(list(structure(list(ScreenshotName = structure(logical(0), tags = list(type = "string")), IgnoreCoordinates = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "list")), BaseCanaryRunId = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), ArtifactS3Location = structure(logical(0), tags = list(type = "string")), ArtifactConfig = structure(list(S3Encryption = structure(list(EncryptionMode = structure(logical(0), tags = list(type = "string")), KmsKeyArn = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))
  return(populate(args, shape))
}

.synthetics$update_canary_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.