R/marketplacecatalog_interfaces.R

Defines functions untag_resource_output untag_resource_input tag_resource_output tag_resource_input start_change_set_output start_change_set_input put_resource_policy_output put_resource_policy_input list_tags_for_resource_output list_tags_for_resource_input list_entities_output list_entities_input list_change_sets_output list_change_sets_input get_resource_policy_output get_resource_policy_input describe_entity_output describe_entity_input describe_change_set_output describe_change_set_input delete_resource_policy_output delete_resource_policy_input cancel_change_set_output cancel_change_set_input

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

.marketplacecatalog$cancel_change_set_input <- function(...) {
  args <- c(as.list(environment()), list(...))
  shape <- structure(list(Catalog = structure(logical(0), tags = list(location = "querystring", locationName = "catalog", type = "string")), ChangeSetId = structure(logical(0), tags = list(location = "querystring", locationName = "changeSetId", type = "string"))), tags = list(type = "structure"))
  return(populate(args, shape))
}

.marketplacecatalog$cancel_change_set_output <- function(...) {
  args <- c(as.list(environment()), list(...))
  shape <- structure(list(ChangeSetId = structure(logical(0), tags = list(type = "string")), ChangeSetArn = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))
  return(populate(args, shape))
}

.marketplacecatalog$delete_resource_policy_input <- function(...) {
  args <- c(as.list(environment()), list(...))
  shape <- structure(list(ResourceArn = structure(logical(0), tags = list(location = "querystring", locationName = "resourceArn", type = "string"))), tags = list(type = "structure"))
  return(populate(args, shape))
}

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

.marketplacecatalog$describe_change_set_input <- function(...) {
  args <- c(as.list(environment()), list(...))
  shape <- structure(list(Catalog = structure(logical(0), tags = list(location = "querystring", locationName = "catalog", type = "string")), ChangeSetId = structure(logical(0), tags = list(location = "querystring", locationName = "changeSetId", type = "string"))), tags = list(type = "structure"))
  return(populate(args, shape))
}

.marketplacecatalog$describe_change_set_output <- function(...) {
  args <- c(as.list(environment()), list(...))
  shape <- structure(list(ChangeSetId = structure(logical(0), tags = list(type = "string")), ChangeSetArn = structure(logical(0), tags = list(type = "string")), ChangeSetName = structure(logical(0), tags = list(type = "string")), StartTime = structure(logical(0), tags = list(type = "string")), EndTime = structure(logical(0), tags = list(type = "string")), Status = structure(logical(0), tags = list(type = "string")), FailureCode = structure(logical(0), tags = list(type = "string")), FailureDescription = structure(logical(0), tags = list(type = "string")), ChangeSet = structure(list(structure(list(ChangeType = structure(logical(0), tags = list(type = "string")), Entity = structure(list(Type = structure(logical(0), tags = list(type = "string")), Identifier = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Details = structure(logical(0), tags = list(type = "string")), ErrorDetailList = structure(list(structure(list(ErrorCode = structure(logical(0), tags = list(type = "string")), ErrorMessage = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), ChangeName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))
  return(populate(args, shape))
}

.marketplacecatalog$describe_entity_input <- function(...) {
  args <- c(as.list(environment()), list(...))
  shape <- structure(list(Catalog = structure(logical(0), tags = list(location = "querystring", locationName = "catalog", type = "string")), EntityId = structure(logical(0), tags = list(location = "querystring", locationName = "entityId", type = "string"))), tags = list(type = "structure"))
  return(populate(args, shape))
}

.marketplacecatalog$describe_entity_output <- function(...) {
  args <- c(as.list(environment()), list(...))
  shape <- structure(list(EntityType = structure(logical(0), tags = list(type = "string")), EntityIdentifier = structure(logical(0), tags = list(type = "string")), EntityArn = structure(logical(0), tags = list(type = "string")), LastModifiedDate = structure(logical(0), tags = list(type = "string")), Details = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))
  return(populate(args, shape))
}

.marketplacecatalog$get_resource_policy_input <- function(...) {
  args <- c(as.list(environment()), list(...))
  shape <- structure(list(ResourceArn = structure(logical(0), tags = list(location = "querystring", locationName = "resourceArn", type = "string"))), tags = list(type = "structure"))
  return(populate(args, shape))
}

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

.marketplacecatalog$list_change_sets_input <- function(...) {
  args <- c(as.list(environment()), list(...))
  shape <- structure(list(Catalog = structure(logical(0), tags = list(type = "string")), FilterList = structure(list(structure(list(Name = structure(logical(0), tags = list(type = "string")), ValueList = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "list")), Sort = structure(list(SortBy = structure(logical(0), tags = list(type = "string")), SortOrder = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), MaxResults = structure(logical(0), tags = list(type = "integer", box = TRUE)), NextToken = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))
  return(populate(args, shape))
}

.marketplacecatalog$list_change_sets_output <- function(...) {
  args <- c(as.list(environment()), list(...))
  shape <- structure(list(ChangeSetSummaryList = structure(list(structure(list(ChangeSetId = structure(logical(0), tags = list(type = "string")), ChangeSetArn = structure(logical(0), tags = list(type = "string")), ChangeSetName = structure(logical(0), tags = list(type = "string")), StartTime = structure(logical(0), tags = list(type = "string")), EndTime = structure(logical(0), tags = list(type = "string")), Status = structure(logical(0), tags = list(type = "string")), EntityIdList = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), FailureCode = 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))
}

.marketplacecatalog$list_entities_input <- function(...) {
  args <- c(as.list(environment()), list(...))
  shape <- structure(list(Catalog = structure(logical(0), tags = list(type = "string")), EntityType = structure(logical(0), tags = list(type = "string")), FilterList = structure(list(structure(list(Name = structure(logical(0), tags = list(type = "string")), ValueList = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "list")), Sort = structure(list(SortBy = structure(logical(0), tags = list(type = "string")), SortOrder = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NextToken = structure(logical(0), tags = list(type = "string")), MaxResults = structure(logical(0), tags = list(type = "integer", box = TRUE)), OwnershipType = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))
  return(populate(args, shape))
}

.marketplacecatalog$list_entities_output <- function(...) {
  args <- c(as.list(environment()), list(...))
  shape <- structure(list(EntitySummaryList = structure(list(structure(list(Name = structure(logical(0), tags = list(type = "string")), EntityType = structure(logical(0), tags = list(type = "string")), EntityId = structure(logical(0), tags = list(type = "string")), EntityArn = structure(logical(0), tags = list(type = "string")), LastModifiedDate = structure(logical(0), tags = list(type = "string")), Visibility = 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))
}

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

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

.marketplacecatalog$put_resource_policy_input <- function(...) {
  args <- c(as.list(environment()), list(...))
  shape <- structure(list(ResourceArn = structure(logical(0), tags = list(type = "string")), Policy = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))
  return(populate(args, shape))
}

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

.marketplacecatalog$start_change_set_input <- function(...) {
  args <- c(as.list(environment()), list(...))
  shape <- structure(list(Catalog = structure(logical(0), tags = list(type = "string")), ChangeSet = structure(list(structure(list(ChangeType = structure(logical(0), tags = list(type = "string")), Entity = structure(list(Type = structure(logical(0), tags = list(type = "string")), Identifier = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), EntityTags = 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")), Details = structure(logical(0), tags = list(type = "string")), ChangeName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), ChangeSetName = structure(logical(0), tags = list(type = "string")), ClientRequestToken = structure(logical(0), tags = list(idempotencyToken = TRUE, type = "string")), ChangeSetTags = 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))
}

.marketplacecatalog$start_change_set_output <- function(...) {
  args <- c(as.list(environment()), list(...))
  shape <- structure(list(ChangeSetId = structure(logical(0), tags = list(type = "string")), ChangeSetArn = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))
  return(populate(args, shape))
}

.marketplacecatalog$tag_resource_input <- function(...) {
  args <- c(as.list(environment()), list(...))
  shape <- structure(list(ResourceArn = structure(logical(0), tags = list(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))
}

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

.marketplacecatalog$untag_resource_input <- function(...) {
  args <- c(as.list(environment()), list(...))
  shape <- structure(list(ResourceArn = structure(logical(0), tags = list(type = "string")), TagKeys = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list"))), tags = list(type = "structure"))
  return(populate(args, shape))
}

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

Try the paws.cost.management package in your browser

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

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