Nothing
# This file is generated by make.paws. Please do not edit here.
#' @importFrom paws.common populate
#' @include eventbridgescheduler_service.R
NULL
.eventbridgescheduler$create_schedule_input <- function(...) {
args <- c(as.list(environment()), list(...))
shape <- structure(list(ActionAfterCompletion = structure(logical(0), tags = list(type = "string")), ClientToken = structure(logical(0), tags = list(idempotencyToken = TRUE, type = "string")), Description = structure(logical(0), tags = list(type = "string")), EndDate = structure(logical(0), tags = list(type = "timestamp")), FlexibleTimeWindow = structure(list(MaximumWindowInMinutes = structure(logical(0), tags = list(type = "integer", box = TRUE)), Mode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), GroupName = structure(logical(0), tags = list(type = "string")), KmsKeyArn = structure(logical(0), tags = list(type = "string")), Name = structure(logical(0), tags = list(location = "uri", locationName = "Name", type = "string")), ScheduleExpression = structure(logical(0), tags = list(type = "string")), ScheduleExpressionTimezone = structure(logical(0), tags = list(type = "string")), StartDate = structure(logical(0), tags = list(type = "timestamp")), State = structure(logical(0), tags = list(type = "string")), Target = structure(list(Arn = structure(logical(0), tags = list(type = "string")), DeadLetterConfig = structure(list(Arn = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), EcsParameters = structure(list(CapacityProviderStrategy = structure(list(structure(list(base = structure(logical(0), tags = list(type = "integer")), capacityProvider = structure(logical(0), tags = list(type = "string")), weight = structure(logical(0), tags = list(type = "integer"))), tags = list(type = "structure"))), tags = list(type = "list")), EnableECSManagedTags = structure(logical(0), tags = list(type = "boolean", box = TRUE)), EnableExecuteCommand = structure(logical(0), tags = list(type = "boolean", box = TRUE)), Group = structure(logical(0), tags = list(type = "string")), LaunchType = structure(logical(0), tags = list(type = "string")), NetworkConfiguration = structure(list(awsvpcConfiguration = structure(list(AssignPublicIp = structure(logical(0), tags = list(type = "string")), SecurityGroups = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), Subnets = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "structure")), PlacementConstraints = structure(list(structure(list(expression = structure(logical(0), tags = list(type = "string")), type = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), PlacementStrategy = structure(list(structure(list(field = structure(logical(0), tags = list(type = "string")), type = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), PlatformVersion = structure(logical(0), tags = list(type = "string")), PropagateTags = structure(logical(0), tags = list(type = "string")), ReferenceId = structure(logical(0), tags = list(type = "string")), Tags = structure(list(structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "map"))), tags = list(type = "list")), TaskCount = structure(logical(0), tags = list(type = "integer", box = TRUE)), TaskDefinitionArn = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), EventBridgeParameters = structure(list(DetailType = structure(logical(0), tags = list(type = "string")), Source = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Input = structure(logical(0), tags = list(type = "string")), KinesisParameters = structure(list(PartitionKey = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), RetryPolicy = structure(list(MaximumEventAgeInSeconds = structure(logical(0), tags = list(type = "integer", box = TRUE)), MaximumRetryAttempts = structure(logical(0), tags = list(type = "integer", box = TRUE))), tags = list(type = "structure")), RoleArn = structure(logical(0), tags = list(type = "string")), SageMakerPipelineParameters = structure(list(PipelineParameterList = structure(list(structure(list(Name = structure(logical(0), tags = list(type = "string")), Value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")), SqsParameters = structure(list(MessageGroupId = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))
return(populate(args, shape))
}
.eventbridgescheduler$create_schedule_output <- function(...) {
args <- c(as.list(environment()), list(...))
shape <- structure(list(ScheduleArn = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))
return(populate(args, shape))
}
.eventbridgescheduler$create_schedule_group_input <- function(...) {
args <- c(as.list(environment()), list(...))
shape <- structure(list(ClientToken = structure(logical(0), tags = list(idempotencyToken = TRUE, type = "string")), Name = structure(logical(0), tags = list(location = "uri", locationName = "Name", type = "string")), Tags = structure(list(structure(list(Key = structure(logical(0), tags = list(type = "string")), Value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))
return(populate(args, shape))
}
.eventbridgescheduler$create_schedule_group_output <- function(...) {
args <- c(as.list(environment()), list(...))
shape <- structure(list(ScheduleGroupArn = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))
return(populate(args, shape))
}
.eventbridgescheduler$delete_schedule_input <- function(...) {
args <- c(as.list(environment()), list(...))
shape <- structure(list(ClientToken = structure(logical(0), tags = list(idempotencyToken = TRUE, location = "querystring", locationName = "clientToken", type = "string")), GroupName = structure(logical(0), tags = list(location = "querystring", locationName = "groupName", type = "string")), Name = structure(logical(0), tags = list(location = "uri", locationName = "Name", type = "string"))), tags = list(type = "structure"))
return(populate(args, shape))
}
.eventbridgescheduler$delete_schedule_output <- function(...) {
args <- c(as.list(environment()), list(...))
shape <- structure(list(), tags = list(type = "structure"))
return(populate(args, shape))
}
.eventbridgescheduler$delete_schedule_group_input <- function(...) {
args <- c(as.list(environment()), list(...))
shape <- structure(list(ClientToken = structure(logical(0), tags = list(idempotencyToken = TRUE, location = "querystring", locationName = "clientToken", type = "string")), Name = structure(logical(0), tags = list(location = "uri", locationName = "Name", type = "string"))), tags = list(type = "structure"))
return(populate(args, shape))
}
.eventbridgescheduler$delete_schedule_group_output <- function(...) {
args <- c(as.list(environment()), list(...))
shape <- structure(list(), tags = list(type = "structure"))
return(populate(args, shape))
}
.eventbridgescheduler$get_schedule_input <- function(...) {
args <- c(as.list(environment()), list(...))
shape <- structure(list(GroupName = structure(logical(0), tags = list(location = "querystring", locationName = "groupName", type = "string")), Name = structure(logical(0), tags = list(location = "uri", locationName = "Name", type = "string"))), tags = list(type = "structure"))
return(populate(args, shape))
}
.eventbridgescheduler$get_schedule_output <- function(...) {
args <- c(as.list(environment()), list(...))
shape <- structure(list(ActionAfterCompletion = structure(logical(0), tags = list(type = "string")), Arn = structure(logical(0), tags = list(type = "string")), CreationDate = structure(logical(0), tags = list(type = "timestamp")), Description = structure(logical(0), tags = list(type = "string")), EndDate = structure(logical(0), tags = list(type = "timestamp")), FlexibleTimeWindow = structure(list(MaximumWindowInMinutes = structure(logical(0), tags = list(type = "integer", box = TRUE)), Mode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), GroupName = structure(logical(0), tags = list(type = "string")), KmsKeyArn = structure(logical(0), tags = list(type = "string")), LastModificationDate = structure(logical(0), tags = list(type = "timestamp")), Name = structure(logical(0), tags = list(type = "string")), ScheduleExpression = structure(logical(0), tags = list(type = "string")), ScheduleExpressionTimezone = structure(logical(0), tags = list(type = "string")), StartDate = structure(logical(0), tags = list(type = "timestamp")), State = structure(logical(0), tags = list(type = "string")), Target = structure(list(Arn = structure(logical(0), tags = list(type = "string")), DeadLetterConfig = structure(list(Arn = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), EcsParameters = structure(list(CapacityProviderStrategy = structure(list(structure(list(base = structure(logical(0), tags = list(type = "integer")), capacityProvider = structure(logical(0), tags = list(type = "string")), weight = structure(logical(0), tags = list(type = "integer"))), tags = list(type = "structure"))), tags = list(type = "list")), EnableECSManagedTags = structure(logical(0), tags = list(type = "boolean", box = TRUE)), EnableExecuteCommand = structure(logical(0), tags = list(type = "boolean", box = TRUE)), Group = structure(logical(0), tags = list(type = "string")), LaunchType = structure(logical(0), tags = list(type = "string")), NetworkConfiguration = structure(list(awsvpcConfiguration = structure(list(AssignPublicIp = structure(logical(0), tags = list(type = "string")), SecurityGroups = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), Subnets = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "structure")), PlacementConstraints = structure(list(structure(list(expression = structure(logical(0), tags = list(type = "string")), type = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), PlacementStrategy = structure(list(structure(list(field = structure(logical(0), tags = list(type = "string")), type = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), PlatformVersion = structure(logical(0), tags = list(type = "string")), PropagateTags = structure(logical(0), tags = list(type = "string")), ReferenceId = structure(logical(0), tags = list(type = "string")), Tags = structure(list(structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "map"))), tags = list(type = "list")), TaskCount = structure(logical(0), tags = list(type = "integer", box = TRUE)), TaskDefinitionArn = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), EventBridgeParameters = structure(list(DetailType = structure(logical(0), tags = list(type = "string")), Source = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Input = structure(logical(0), tags = list(type = "string")), KinesisParameters = structure(list(PartitionKey = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), RetryPolicy = structure(list(MaximumEventAgeInSeconds = structure(logical(0), tags = list(type = "integer", box = TRUE)), MaximumRetryAttempts = structure(logical(0), tags = list(type = "integer", box = TRUE))), tags = list(type = "structure")), RoleArn = structure(logical(0), tags = list(type = "string")), SageMakerPipelineParameters = structure(list(PipelineParameterList = structure(list(structure(list(Name = structure(logical(0), tags = list(type = "string")), Value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")), SqsParameters = structure(list(MessageGroupId = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))
return(populate(args, shape))
}
.eventbridgescheduler$get_schedule_group_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))
}
.eventbridgescheduler$get_schedule_group_output <- function(...) {
args <- c(as.list(environment()), list(...))
shape <- structure(list(Arn = structure(logical(0), tags = list(type = "string")), CreationDate = structure(logical(0), tags = list(type = "timestamp")), LastModificationDate = structure(logical(0), tags = list(type = "timestamp")), Name = structure(logical(0), tags = list(type = "string")), State = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))
return(populate(args, shape))
}
.eventbridgescheduler$list_schedule_groups_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)), NamePrefix = structure(logical(0), tags = list(location = "querystring", locationName = "NamePrefix", type = "string")), NextToken = structure(logical(0), tags = list(location = "querystring", locationName = "NextToken", type = "string"))), tags = list(type = "structure"))
return(populate(args, shape))
}
.eventbridgescheduler$list_schedule_groups_output <- function(...) {
args <- c(as.list(environment()), list(...))
shape <- structure(list(NextToken = structure(logical(0), tags = list(type = "string")), ScheduleGroups = structure(list(structure(list(Arn = structure(logical(0), tags = list(type = "string")), CreationDate = structure(logical(0), tags = list(type = "timestamp")), LastModificationDate = structure(logical(0), tags = list(type = "timestamp")), Name = structure(logical(0), tags = list(type = "string")), State = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))
return(populate(args, shape))
}
.eventbridgescheduler$list_schedules_input <- function(...) {
args <- c(as.list(environment()), list(...))
shape <- structure(list(GroupName = structure(logical(0), tags = list(location = "querystring", locationName = "ScheduleGroup", type = "string")), MaxResults = structure(logical(0), tags = list(location = "querystring", locationName = "MaxResults", type = "integer", box = TRUE)), NamePrefix = structure(logical(0), tags = list(location = "querystring", locationName = "NamePrefix", type = "string")), NextToken = structure(logical(0), tags = list(location = "querystring", locationName = "NextToken", type = "string")), State = structure(logical(0), tags = list(location = "querystring", locationName = "State", type = "string"))), tags = list(type = "structure"))
return(populate(args, shape))
}
.eventbridgescheduler$list_schedules_output <- function(...) {
args <- c(as.list(environment()), list(...))
shape <- structure(list(NextToken = structure(logical(0), tags = list(type = "string")), Schedules = structure(list(structure(list(Arn = structure(logical(0), tags = list(type = "string")), CreationDate = structure(logical(0), tags = list(type = "timestamp")), GroupName = structure(logical(0), tags = list(type = "string")), LastModificationDate = structure(logical(0), tags = list(type = "timestamp")), Name = structure(logical(0), tags = list(type = "string")), State = structure(logical(0), tags = list(type = "string")), Target = structure(list(Arn = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))
return(populate(args, shape))
}
.eventbridgescheduler$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))
}
.eventbridgescheduler$list_tags_for_resource_output <- function(...) {
args <- c(as.list(environment()), list(...))
shape <- structure(list(Tags = structure(list(structure(list(Key = structure(logical(0), tags = list(type = "string")), Value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))
return(populate(args, shape))
}
.eventbridgescheduler$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(list(Key = structure(logical(0), tags = list(type = "string")), Value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))
return(populate(args, shape))
}
.eventbridgescheduler$tag_resource_output <- function(...) {
args <- c(as.list(environment()), list(...))
shape <- structure(list(), tags = list(type = "structure"))
return(populate(args, shape))
}
.eventbridgescheduler$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))
}
.eventbridgescheduler$untag_resource_output <- function(...) {
args <- c(as.list(environment()), list(...))
shape <- structure(list(), tags = list(type = "structure"))
return(populate(args, shape))
}
.eventbridgescheduler$update_schedule_input <- function(...) {
args <- c(as.list(environment()), list(...))
shape <- structure(list(ActionAfterCompletion = structure(logical(0), tags = list(type = "string")), ClientToken = structure(logical(0), tags = list(idempotencyToken = TRUE, type = "string")), Description = structure(logical(0), tags = list(type = "string")), EndDate = structure(logical(0), tags = list(type = "timestamp")), FlexibleTimeWindow = structure(list(MaximumWindowInMinutes = structure(logical(0), tags = list(type = "integer", box = TRUE)), Mode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), GroupName = structure(logical(0), tags = list(type = "string")), KmsKeyArn = structure(logical(0), tags = list(type = "string")), Name = structure(logical(0), tags = list(location = "uri", locationName = "Name", type = "string")), ScheduleExpression = structure(logical(0), tags = list(type = "string")), ScheduleExpressionTimezone = structure(logical(0), tags = list(type = "string")), StartDate = structure(logical(0), tags = list(type = "timestamp")), State = structure(logical(0), tags = list(type = "string")), Target = structure(list(Arn = structure(logical(0), tags = list(type = "string")), DeadLetterConfig = structure(list(Arn = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), EcsParameters = structure(list(CapacityProviderStrategy = structure(list(structure(list(base = structure(logical(0), tags = list(type = "integer")), capacityProvider = structure(logical(0), tags = list(type = "string")), weight = structure(logical(0), tags = list(type = "integer"))), tags = list(type = "structure"))), tags = list(type = "list")), EnableECSManagedTags = structure(logical(0), tags = list(type = "boolean", box = TRUE)), EnableExecuteCommand = structure(logical(0), tags = list(type = "boolean", box = TRUE)), Group = structure(logical(0), tags = list(type = "string")), LaunchType = structure(logical(0), tags = list(type = "string")), NetworkConfiguration = structure(list(awsvpcConfiguration = structure(list(AssignPublicIp = structure(logical(0), tags = list(type = "string")), SecurityGroups = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), Subnets = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "structure")), PlacementConstraints = structure(list(structure(list(expression = structure(logical(0), tags = list(type = "string")), type = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), PlacementStrategy = structure(list(structure(list(field = structure(logical(0), tags = list(type = "string")), type = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), PlatformVersion = structure(logical(0), tags = list(type = "string")), PropagateTags = structure(logical(0), tags = list(type = "string")), ReferenceId = structure(logical(0), tags = list(type = "string")), Tags = structure(list(structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "map"))), tags = list(type = "list")), TaskCount = structure(logical(0), tags = list(type = "integer", box = TRUE)), TaskDefinitionArn = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), EventBridgeParameters = structure(list(DetailType = structure(logical(0), tags = list(type = "string")), Source = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Input = structure(logical(0), tags = list(type = "string")), KinesisParameters = structure(list(PartitionKey = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), RetryPolicy = structure(list(MaximumEventAgeInSeconds = structure(logical(0), tags = list(type = "integer", box = TRUE)), MaximumRetryAttempts = structure(logical(0), tags = list(type = "integer", box = TRUE))), tags = list(type = "structure")), RoleArn = structure(logical(0), tags = list(type = "string")), SageMakerPipelineParameters = structure(list(PipelineParameterList = structure(list(structure(list(Name = structure(logical(0), tags = list(type = "string")), Value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")), SqsParameters = structure(list(MessageGroupId = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))
return(populate(args, shape))
}
.eventbridgescheduler$update_schedule_output <- function(...) {
args <- c(as.list(environment()), list(...))
shape <- structure(list(ScheduleArn = structure(logical(0), tags = list(type = "string"))), 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.