R/appregistry_interfaces.R

Defines functions update_attribute_group_output update_attribute_group_input update_application_output update_application_input untag_resource_output untag_resource_input tag_resource_output tag_resource_input sync_resource_output sync_resource_input put_configuration_output put_configuration_input list_tags_for_resource_output list_tags_for_resource_input list_attribute_groups_for_application_output list_attribute_groups_for_application_input list_attribute_groups_output list_attribute_groups_input list_associated_resources_output list_associated_resources_input list_associated_attribute_groups_output list_associated_attribute_groups_input list_applications_output list_applications_input get_configuration_output get_configuration_input get_attribute_group_output get_attribute_group_input get_associated_resource_output get_associated_resource_input get_application_output get_application_input disassociate_resource_output disassociate_resource_input disassociate_attribute_group_output disassociate_attribute_group_input delete_attribute_group_output delete_attribute_group_input delete_application_output delete_application_input create_attribute_group_output create_attribute_group_input create_application_output create_application_input associate_resource_output associate_resource_input associate_attribute_group_output associate_attribute_group_input

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

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

.appregistry$associate_attribute_group_output <- function(...) {
  args <- c(as.list(environment()), list(...))
  shape <- structure(list(applicationArn = structure(logical(0), tags = list(type = "string")), attributeGroupArn = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))
  return(populate(args, shape))
}

.appregistry$associate_resource_input <- function(...) {
  args <- c(as.list(environment()), list(...))
  shape <- structure(list(application = structure(logical(0), tags = list(location = "uri", locationName = "application", type = "string")), resourceType = structure(logical(0), tags = list(location = "uri", locationName = "resourceType", type = "string")), resource = structure(logical(0), tags = list(location = "uri", locationName = "resource", type = "string"))), tags = list(type = "structure"))
  return(populate(args, shape))
}

.appregistry$associate_resource_output <- function(...) {
  args <- c(as.list(environment()), list(...))
  shape <- structure(list(applicationArn = structure(logical(0), tags = list(type = "string")), resourceArn = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))
  return(populate(args, shape))
}

.appregistry$create_application_input <- function(...) {
  args <- c(as.list(environment()), list(...))
  shape <- structure(list(name = structure(logical(0), tags = list(type = "string")), description = structure(logical(0), tags = list(type = "string")), tags = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "map")), clientToken = structure(logical(0), tags = list(idempotencyToken = TRUE, type = "string"))), tags = list(type = "structure"))
  return(populate(args, shape))
}

.appregistry$create_application_output <- function(...) {
  args <- c(as.list(environment()), list(...))
  shape <- structure(list(application = structure(list(id = structure(logical(0), tags = list(type = "string")), arn = structure(logical(0), tags = list(type = "string")), name = structure(logical(0), tags = list(type = "string")), description = structure(logical(0), tags = list(type = "string")), creationTime = structure(logical(0), tags = list(type = "timestamp", timestampFormat = "iso8601")), lastUpdateTime = structure(logical(0), tags = list(type = "timestamp", timestampFormat = "iso8601")), 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))
}

.appregistry$create_attribute_group_input <- function(...) {
  args <- c(as.list(environment()), list(...))
  shape <- structure(list(name = structure(logical(0), tags = list(type = "string")), description = structure(logical(0), tags = list(type = "string")), attributes = structure(logical(0), tags = list(type = "string")), tags = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "map")), clientToken = structure(logical(0), tags = list(idempotencyToken = TRUE, type = "string"))), tags = list(type = "structure"))
  return(populate(args, shape))
}

.appregistry$create_attribute_group_output <- function(...) {
  args <- c(as.list(environment()), list(...))
  shape <- structure(list(attributeGroup = structure(list(id = structure(logical(0), tags = list(type = "string")), arn = structure(logical(0), tags = list(type = "string")), name = structure(logical(0), tags = list(type = "string")), description = structure(logical(0), tags = list(type = "string")), creationTime = structure(logical(0), tags = list(type = "timestamp", timestampFormat = "iso8601")), lastUpdateTime = structure(logical(0), tags = list(type = "timestamp", timestampFormat = "iso8601")), 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))
}

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

.appregistry$delete_application_output <- function(...) {
  args <- c(as.list(environment()), list(...))
  shape <- structure(list(application = structure(list(id = structure(logical(0), tags = list(type = "string")), arn = structure(logical(0), tags = list(type = "string")), name = structure(logical(0), tags = list(type = "string")), description = structure(logical(0), tags = list(type = "string")), creationTime = structure(logical(0), tags = list(type = "timestamp", timestampFormat = "iso8601")), lastUpdateTime = structure(logical(0), tags = list(type = "timestamp", timestampFormat = "iso8601"))), tags = list(type = "structure"))), tags = list(type = "structure"))
  return(populate(args, shape))
}

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

.appregistry$delete_attribute_group_output <- function(...) {
  args <- c(as.list(environment()), list(...))
  shape <- structure(list(attributeGroup = structure(list(id = structure(logical(0), tags = list(type = "string")), arn = structure(logical(0), tags = list(type = "string")), name = structure(logical(0), tags = list(type = "string")), description = structure(logical(0), tags = list(type = "string")), creationTime = structure(logical(0), tags = list(type = "timestamp", timestampFormat = "iso8601")), lastUpdateTime = structure(logical(0), tags = list(type = "timestamp", timestampFormat = "iso8601")), createdBy = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))
  return(populate(args, shape))
}

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

.appregistry$disassociate_attribute_group_output <- function(...) {
  args <- c(as.list(environment()), list(...))
  shape <- structure(list(applicationArn = structure(logical(0), tags = list(type = "string")), attributeGroupArn = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))
  return(populate(args, shape))
}

.appregistry$disassociate_resource_input <- function(...) {
  args <- c(as.list(environment()), list(...))
  shape <- structure(list(application = structure(logical(0), tags = list(location = "uri", locationName = "application", type = "string")), resourceType = structure(logical(0), tags = list(location = "uri", locationName = "resourceType", type = "string")), resource = structure(logical(0), tags = list(location = "uri", locationName = "resource", type = "string"))), tags = list(type = "structure"))
  return(populate(args, shape))
}

.appregistry$disassociate_resource_output <- function(...) {
  args <- c(as.list(environment()), list(...))
  shape <- structure(list(applicationArn = structure(logical(0), tags = list(type = "string")), resourceArn = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))
  return(populate(args, shape))
}

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

.appregistry$get_application_output <- function(...) {
  args <- c(as.list(environment()), list(...))
  shape <- structure(list(id = structure(logical(0), tags = list(type = "string")), arn = structure(logical(0), tags = list(type = "string")), name = structure(logical(0), tags = list(type = "string")), description = structure(logical(0), tags = list(type = "string")), creationTime = structure(logical(0), tags = list(type = "timestamp", timestampFormat = "iso8601")), lastUpdateTime = structure(logical(0), tags = list(type = "timestamp", timestampFormat = "iso8601")), associatedResourceCount = structure(logical(0), tags = list(type = "integer")), tags = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "map")), integrations = structure(list(resourceGroup = structure(list(state = structure(logical(0), tags = list(type = "string")), arn = structure(logical(0), tags = list(type = "string")), errorMessage = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))
  return(populate(args, shape))
}

.appregistry$get_associated_resource_input <- function(...) {
  args <- c(as.list(environment()), list(...))
  shape <- structure(list(application = structure(logical(0), tags = list(location = "uri", locationName = "application", type = "string")), resourceType = structure(logical(0), tags = list(location = "uri", locationName = "resourceType", type = "string")), resource = structure(logical(0), tags = list(location = "uri", locationName = "resource", type = "string"))), tags = list(type = "structure"))
  return(populate(args, shape))
}

.appregistry$get_associated_resource_output <- function(...) {
  args <- c(as.list(environment()), list(...))
  shape <- structure(list(resource = structure(list(name = structure(logical(0), tags = list(type = "string")), arn = structure(logical(0), tags = list(type = "string")), associationTime = structure(logical(0), tags = list(type = "timestamp", timestampFormat = "iso8601")), integrations = structure(list(resourceGroup = structure(list(state = structure(logical(0), tags = list(type = "string")), arn = structure(logical(0), tags = list(type = "string")), errorMessage = 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))
}

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

.appregistry$get_attribute_group_output <- function(...) {
  args <- c(as.list(environment()), list(...))
  shape <- structure(list(id = structure(logical(0), tags = list(type = "string")), arn = structure(logical(0), tags = list(type = "string")), name = structure(logical(0), tags = list(type = "string")), description = structure(logical(0), tags = list(type = "string")), attributes = structure(logical(0), tags = list(type = "string")), creationTime = structure(logical(0), tags = list(type = "timestamp", timestampFormat = "iso8601")), lastUpdateTime = structure(logical(0), tags = list(type = "timestamp", timestampFormat = "iso8601")), tags = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "map")), createdBy = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))
  return(populate(args, shape))
}

.appregistry$get_configuration_input <- function(...) {
  list()
}

.appregistry$get_configuration_output <- function(...) {
  args <- c(as.list(environment()), list(...))
  shape <- structure(list(configuration = structure(list(tagQueryConfiguration = structure(list(tagKey = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))
  return(populate(args, shape))
}

.appregistry$list_applications_input <- function(...) {
  args <- c(as.list(environment()), list(...))
  shape <- structure(list(nextToken = structure(logical(0), tags = list(location = "querystring", locationName = "nextToken", type = "string")), maxResults = structure(logical(0), tags = list(box = TRUE, location = "querystring", locationName = "maxResults", type = "integer"))), tags = list(type = "structure"))
  return(populate(args, shape))
}

.appregistry$list_applications_output <- function(...) {
  args <- c(as.list(environment()), list(...))
  shape <- structure(list(applications = structure(list(structure(list(id = structure(logical(0), tags = list(type = "string")), arn = structure(logical(0), tags = list(type = "string")), name = structure(logical(0), tags = list(type = "string")), description = structure(logical(0), tags = list(type = "string")), creationTime = structure(logical(0), tags = list(type = "timestamp", timestampFormat = "iso8601")), lastUpdateTime = structure(logical(0), tags = list(type = "timestamp", timestampFormat = "iso8601"))), tags = list(type = "structure"))), tags = list(type = "list")), nextToken = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))
  return(populate(args, shape))
}

.appregistry$list_associated_attribute_groups_input <- function(...) {
  args <- c(as.list(environment()), list(...))
  shape <- structure(list(application = structure(logical(0), tags = list(location = "uri", locationName = "application", type = "string")), nextToken = structure(logical(0), tags = list(location = "querystring", locationName = "nextToken", type = "string")), maxResults = structure(logical(0), tags = list(box = TRUE, location = "querystring", locationName = "maxResults", type = "integer"))), tags = list(type = "structure"))
  return(populate(args, shape))
}

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

.appregistry$list_associated_resources_input <- function(...) {
  args <- c(as.list(environment()), list(...))
  shape <- structure(list(application = structure(logical(0), tags = list(location = "uri", locationName = "application", type = "string")), nextToken = structure(logical(0), tags = list(location = "querystring", locationName = "nextToken", type = "string")), maxResults = structure(logical(0), tags = list(box = TRUE, location = "querystring", locationName = "maxResults", type = "integer"))), tags = list(type = "structure"))
  return(populate(args, shape))
}

.appregistry$list_associated_resources_output <- function(...) {
  args <- c(as.list(environment()), list(...))
  shape <- structure(list(resources = structure(list(structure(list(name = structure(logical(0), tags = list(type = "string")), arn = structure(logical(0), tags = list(type = "string")), resourceType = structure(logical(0), tags = list(type = "string")), resourceDetails = structure(list(tagValue = 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))
}

.appregistry$list_attribute_groups_input <- function(...) {
  args <- c(as.list(environment()), list(...))
  shape <- structure(list(nextToken = structure(logical(0), tags = list(location = "querystring", locationName = "nextToken", type = "string")), maxResults = structure(logical(0), tags = list(box = TRUE, location = "querystring", locationName = "maxResults", type = "integer"))), tags = list(type = "structure"))
  return(populate(args, shape))
}

.appregistry$list_attribute_groups_output <- function(...) {
  args <- c(as.list(environment()), list(...))
  shape <- structure(list(attributeGroups = structure(list(structure(list(id = structure(logical(0), tags = list(type = "string")), arn = structure(logical(0), tags = list(type = "string")), name = structure(logical(0), tags = list(type = "string")), description = structure(logical(0), tags = list(type = "string")), creationTime = structure(logical(0), tags = list(type = "timestamp", timestampFormat = "iso8601")), lastUpdateTime = structure(logical(0), tags = list(type = "timestamp", timestampFormat = "iso8601")), createdBy = 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))
}

.appregistry$list_attribute_groups_for_application_input <- function(...) {
  args <- c(as.list(environment()), list(...))
  shape <- structure(list(application = structure(logical(0), tags = list(location = "uri", locationName = "application", type = "string")), nextToken = structure(logical(0), tags = list(location = "querystring", locationName = "nextToken", type = "string")), maxResults = structure(logical(0), tags = list(box = TRUE, location = "querystring", locationName = "maxResults", type = "integer"))), tags = list(type = "structure"))
  return(populate(args, shape))
}

.appregistry$list_attribute_groups_for_application_output <- function(...) {
  args <- c(as.list(environment()), list(...))
  shape <- structure(list(attributeGroupsDetails = structure(list(structure(list(id = structure(logical(0), tags = list(type = "string")), arn = structure(logical(0), tags = list(type = "string")), name = structure(logical(0), tags = list(deprecated = TRUE, deprecatedMessage = "This field is deprecated. We recommend not using the field when using ListAttributeGroupsForApplication.", type = "string")), createdBy = 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))
}

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

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

.appregistry$put_configuration_input <- function(...) {
  args <- c(as.list(environment()), list(...))
  shape <- structure(list(configuration = structure(list(tagQueryConfiguration = structure(list(tagKey = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))
  return(populate(args, shape))
}

.appregistry$put_configuration_output <- function(...) {
  list()
}

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

.appregistry$sync_resource_output <- function(...) {
  args <- c(as.list(environment()), list(...))
  shape <- structure(list(applicationArn = structure(logical(0), tags = list(type = "string")), resourceArn = structure(logical(0), tags = list(type = "string")), actionTaken = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))
  return(populate(args, shape))
}

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

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

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

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

.appregistry$update_application_input <- function(...) {
  args <- c(as.list(environment()), list(...))
  shape <- structure(list(application = structure(logical(0), tags = list(location = "uri", locationName = "application", type = "string")), name = structure(logical(0), tags = list(deprecated = TRUE, deprecatedMessage = "Name update for application is deprecated.", type = "string")), description = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))
  return(populate(args, shape))
}

.appregistry$update_application_output <- function(...) {
  args <- c(as.list(environment()), list(...))
  shape <- structure(list(application = structure(list(id = structure(logical(0), tags = list(type = "string")), arn = structure(logical(0), tags = list(type = "string")), name = structure(logical(0), tags = list(type = "string")), description = structure(logical(0), tags = list(type = "string")), creationTime = structure(logical(0), tags = list(type = "timestamp", timestampFormat = "iso8601")), lastUpdateTime = structure(logical(0), tags = list(type = "timestamp", timestampFormat = "iso8601")), 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))
}

.appregistry$update_attribute_group_input <- function(...) {
  args <- c(as.list(environment()), list(...))
  shape <- structure(list(attributeGroup = structure(logical(0), tags = list(location = "uri", locationName = "attributeGroup", type = "string")), name = structure(logical(0), tags = list(deprecated = TRUE, deprecatedMessage = "Name update for attribute group is deprecated.", type = "string")), description = structure(logical(0), tags = list(type = "string")), attributes = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))
  return(populate(args, shape))
}

.appregistry$update_attribute_group_output <- function(...) {
  args <- c(as.list(environment()), list(...))
  shape <- structure(list(attributeGroup = structure(list(id = structure(logical(0), tags = list(type = "string")), arn = structure(logical(0), tags = list(type = "string")), name = structure(logical(0), tags = list(type = "string")), description = structure(logical(0), tags = list(type = "string")), creationTime = structure(logical(0), tags = list(type = "timestamp", timestampFormat = "iso8601")), lastUpdateTime = structure(logical(0), tags = list(type = "timestamp", timestampFormat = "iso8601")), 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))
}

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.