R/schemas_interfaces.R

Defines functions update_schema_output update_schema_input update_registry_output update_registry_input update_discoverer_output update_discoverer_input untag_resource_output untag_resource_input tag_resource_output tag_resource_input stop_discoverer_output stop_discoverer_input start_discoverer_output start_discoverer_input search_schemas_output search_schemas_input put_resource_policy_output put_resource_policy_input put_code_binding_output put_code_binding_input list_tags_for_resource_output list_tags_for_resource_input list_schemas_output list_schemas_input list_schema_versions_output list_schema_versions_input list_registries_output list_registries_input list_discoverers_output list_discoverers_input get_resource_policy_output get_resource_policy_input get_discovered_schema_output get_discovered_schema_input get_code_binding_source_output get_code_binding_source_input export_schema_output export_schema_input describe_schema_output describe_schema_input describe_registry_output describe_registry_input describe_discoverer_output describe_discoverer_input describe_code_binding_output describe_code_binding_input delete_schema_version_output delete_schema_version_input delete_schema_output delete_schema_input delete_resource_policy_output delete_resource_policy_input delete_registry_output delete_registry_input delete_discoverer_output delete_discoverer_input create_schema_output create_schema_input create_registry_output create_registry_input create_discoverer_output create_discoverer_input

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

.schemas$create_discoverer_input <- function(...) {
  args <- c(as.list(environment()), list(...))
  shape <- structure(list(Description = structure(logical(0), tags = list(type = "string")), SourceArn = structure(logical(0), tags = list(type = "string")), CrossAccount = structure(logical(0), tags = list(type = "boolean")), Tags = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(locationName = "tags", type = "map"))), tags = list(type = "structure"))
  return(populate(args, shape))
}

.schemas$create_discoverer_output <- function(...) {
  args <- c(as.list(environment()), list(...))
  shape <- structure(list(Description = structure(logical(0), tags = list(type = "string")), DiscovererArn = structure(logical(0), tags = list(type = "string")), DiscovererId = structure(logical(0), tags = list(type = "string")), SourceArn = structure(logical(0), tags = list(type = "string")), State = structure(logical(0), tags = list(type = "string")), CrossAccount = structure(logical(0), tags = list(type = "boolean")), Tags = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(locationName = "tags", type = "map"))), tags = list(type = "structure"))
  return(populate(args, shape))
}

.schemas$create_registry_input <- function(...) {
  args <- c(as.list(environment()), list(...))
  shape <- structure(list(Description = structure(logical(0), tags = list(type = "string")), RegistryName = structure(logical(0), tags = list(location = "uri", locationName = "registryName", type = "string")), Tags = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(locationName = "tags", type = "map"))), tags = list(type = "structure"))
  return(populate(args, shape))
}

.schemas$create_registry_output <- function(...) {
  args <- c(as.list(environment()), list(...))
  shape <- structure(list(Description = structure(logical(0), tags = list(type = "string")), RegistryArn = structure(logical(0), tags = list(type = "string")), RegistryName = structure(logical(0), tags = list(type = "string")), Tags = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(locationName = "tags", type = "map"))), tags = list(type = "structure"))
  return(populate(args, shape))
}

.schemas$create_schema_input <- function(...) {
  args <- c(as.list(environment()), list(...))
  shape <- structure(list(Content = structure(logical(0), tags = list(type = "string")), Description = structure(logical(0), tags = list(type = "string")), RegistryName = structure(logical(0), tags = list(location = "uri", locationName = "registryName", type = "string")), SchemaName = structure(logical(0), tags = list(location = "uri", locationName = "schemaName", type = "string")), Tags = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(locationName = "tags", type = "map")), Type = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))
  return(populate(args, shape))
}

.schemas$create_schema_output <- function(...) {
  args <- c(as.list(environment()), list(...))
  shape <- structure(list(Description = structure(logical(0), tags = list(type = "string")), LastModified = structure(logical(0), tags = list(type = "timestamp", timestampFormat = "iso8601")), SchemaArn = structure(logical(0), tags = list(type = "string")), SchemaName = structure(logical(0), tags = list(type = "string")), SchemaVersion = structure(logical(0), tags = list(type = "string")), Tags = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(locationName = "tags", type = "map")), Type = structure(logical(0), tags = list(type = "string")), VersionCreatedDate = structure(logical(0), tags = list(type = "timestamp", timestampFormat = "iso8601"))), tags = list(type = "structure"))
  return(populate(args, shape))
}

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

.schemas$delete_discoverer_output <- function(...) {
  list()
}

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

.schemas$delete_registry_output <- function(...) {
  list()
}

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

.schemas$delete_resource_policy_output <- function(...) {
  list()
}

.schemas$delete_schema_input <- function(...) {
  args <- c(as.list(environment()), list(...))
  shape <- structure(list(RegistryName = structure(logical(0), tags = list(location = "uri", locationName = "registryName", type = "string")), SchemaName = structure(logical(0), tags = list(location = "uri", locationName = "schemaName", type = "string"))), tags = list(type = "structure"))
  return(populate(args, shape))
}

.schemas$delete_schema_output <- function(...) {
  list()
}

.schemas$delete_schema_version_input <- function(...) {
  args <- c(as.list(environment()), list(...))
  shape <- structure(list(RegistryName = structure(logical(0), tags = list(location = "uri", locationName = "registryName", type = "string")), SchemaName = structure(logical(0), tags = list(location = "uri", locationName = "schemaName", type = "string")), SchemaVersion = structure(logical(0), tags = list(location = "uri", locationName = "schemaVersion", type = "string"))), tags = list(type = "structure"))
  return(populate(args, shape))
}

.schemas$delete_schema_version_output <- function(...) {
  list()
}

.schemas$describe_code_binding_input <- function(...) {
  args <- c(as.list(environment()), list(...))
  shape <- structure(list(Language = structure(logical(0), tags = list(location = "uri", locationName = "language", type = "string")), RegistryName = structure(logical(0), tags = list(location = "uri", locationName = "registryName", type = "string")), SchemaName = structure(logical(0), tags = list(location = "uri", locationName = "schemaName", type = "string")), SchemaVersion = structure(logical(0), tags = list(location = "querystring", locationName = "schemaVersion", type = "string"))), tags = list(type = "structure"))
  return(populate(args, shape))
}

.schemas$describe_code_binding_output <- function(...) {
  args <- c(as.list(environment()), list(...))
  shape <- structure(list(CreationDate = structure(logical(0), tags = list(type = "timestamp", timestampFormat = "iso8601")), LastModified = structure(logical(0), tags = list(type = "timestamp", timestampFormat = "iso8601")), SchemaVersion = structure(logical(0), tags = list(type = "string")), Status = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))
  return(populate(args, shape))
}

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

.schemas$describe_discoverer_output <- function(...) {
  args <- c(as.list(environment()), list(...))
  shape <- structure(list(Description = structure(logical(0), tags = list(type = "string")), DiscovererArn = structure(logical(0), tags = list(type = "string")), DiscovererId = structure(logical(0), tags = list(type = "string")), SourceArn = structure(logical(0), tags = list(type = "string")), State = structure(logical(0), tags = list(type = "string")), CrossAccount = structure(logical(0), tags = list(type = "boolean")), Tags = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(locationName = "tags", type = "map"))), tags = list(type = "structure"))
  return(populate(args, shape))
}

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

.schemas$describe_registry_output <- function(...) {
  args <- c(as.list(environment()), list(...))
  shape <- structure(list(Description = structure(logical(0), tags = list(type = "string")), RegistryArn = structure(logical(0), tags = list(type = "string")), RegistryName = structure(logical(0), tags = list(type = "string")), Tags = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(locationName = "tags", type = "map"))), tags = list(type = "structure"))
  return(populate(args, shape))
}

.schemas$describe_schema_input <- function(...) {
  args <- c(as.list(environment()), list(...))
  shape <- structure(list(RegistryName = structure(logical(0), tags = list(location = "uri", locationName = "registryName", type = "string")), SchemaName = structure(logical(0), tags = list(location = "uri", locationName = "schemaName", type = "string")), SchemaVersion = structure(logical(0), tags = list(location = "querystring", locationName = "schemaVersion", type = "string"))), tags = list(type = "structure"))
  return(populate(args, shape))
}

.schemas$describe_schema_output <- function(...) {
  args <- c(as.list(environment()), list(...))
  shape <- structure(list(Content = structure(logical(0), tags = list(type = "string")), Description = structure(logical(0), tags = list(type = "string")), LastModified = structure(logical(0), tags = list(type = "timestamp", timestampFormat = "iso8601")), SchemaArn = structure(logical(0), tags = list(type = "string")), SchemaName = structure(logical(0), tags = list(type = "string")), SchemaVersion = structure(logical(0), tags = list(type = "string")), Tags = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(locationName = "tags", type = "map")), Type = structure(logical(0), tags = list(type = "string")), VersionCreatedDate = structure(logical(0), tags = list(type = "timestamp", timestampFormat = "iso8601"))), tags = list(type = "structure"))
  return(populate(args, shape))
}

.schemas$export_schema_input <- function(...) {
  args <- c(as.list(environment()), list(...))
  shape <- structure(list(RegistryName = structure(logical(0), tags = list(location = "uri", locationName = "registryName", type = "string")), SchemaName = structure(logical(0), tags = list(location = "uri", locationName = "schemaName", type = "string")), SchemaVersion = structure(logical(0), tags = list(location = "querystring", locationName = "schemaVersion", type = "string")), Type = structure(logical(0), tags = list(location = "querystring", locationName = "type", type = "string"))), tags = list(type = "structure"))
  return(populate(args, shape))
}

.schemas$export_schema_output <- function(...) {
  args <- c(as.list(environment()), list(...))
  shape <- structure(list(Content = structure(logical(0), tags = list(type = "string")), SchemaArn = structure(logical(0), tags = list(type = "string")), SchemaName = structure(logical(0), tags = list(type = "string")), SchemaVersion = structure(logical(0), tags = list(type = "string")), Type = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))
  return(populate(args, shape))
}

.schemas$get_code_binding_source_input <- function(...) {
  args <- c(as.list(environment()), list(...))
  shape <- structure(list(Language = structure(logical(0), tags = list(location = "uri", locationName = "language", type = "string")), RegistryName = structure(logical(0), tags = list(location = "uri", locationName = "registryName", type = "string")), SchemaName = structure(logical(0), tags = list(location = "uri", locationName = "schemaName", type = "string")), SchemaVersion = structure(logical(0), tags = list(location = "querystring", locationName = "schemaVersion", type = "string"))), tags = list(type = "structure"))
  return(populate(args, shape))
}

.schemas$get_code_binding_source_output <- function(...) {
  args <- c(as.list(environment()), list(...))
  shape <- structure(list(Body = structure(logical(0), tags = list(type = "blob"))), tags = list(type = "structure", payload = "Body"))
  return(populate(args, shape))
}

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

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

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

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

.schemas$list_discoverers_input <- function(...) {
  args <- c(as.list(environment()), list(...))
  shape <- structure(list(DiscovererIdPrefix = structure(logical(0), tags = list(location = "querystring", locationName = "discovererIdPrefix", type = "string")), Limit = structure(logical(0), tags = list(location = "querystring", locationName = "limit", type = "integer")), NextToken = structure(logical(0), tags = list(location = "querystring", locationName = "nextToken", type = "string")), SourceArnPrefix = structure(logical(0), tags = list(location = "querystring", locationName = "sourceArnPrefix", type = "string"))), tags = list(type = "structure"))
  return(populate(args, shape))
}

.schemas$list_discoverers_output <- function(...) {
  args <- c(as.list(environment()), list(...))
  shape <- structure(list(Discoverers = structure(list(structure(list(DiscovererArn = structure(logical(0), tags = list(type = "string")), DiscovererId = structure(logical(0), tags = list(type = "string")), SourceArn = structure(logical(0), tags = list(type = "string")), State = structure(logical(0), tags = list(type = "string")), CrossAccount = structure(logical(0), tags = list(type = "boolean")), Tags = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(locationName = "tags", type = "map"))), tags = list(type = "structure"))), tags = list(type = "list")), NextToken = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))
  return(populate(args, shape))
}

.schemas$list_registries_input <- function(...) {
  args <- c(as.list(environment()), list(...))
  shape <- structure(list(Limit = structure(logical(0), tags = list(location = "querystring", locationName = "limit", type = "integer")), NextToken = structure(logical(0), tags = list(location = "querystring", locationName = "nextToken", type = "string")), RegistryNamePrefix = structure(logical(0), tags = list(location = "querystring", locationName = "registryNamePrefix", type = "string")), Scope = structure(logical(0), tags = list(location = "querystring", locationName = "scope", type = "string"))), tags = list(type = "structure"))
  return(populate(args, shape))
}

.schemas$list_registries_output <- function(...) {
  args <- c(as.list(environment()), list(...))
  shape <- structure(list(NextToken = structure(logical(0), tags = list(type = "string")), Registries = structure(list(structure(list(RegistryArn = structure(logical(0), tags = list(type = "string")), RegistryName = structure(logical(0), tags = list(type = "string")), Tags = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(locationName = "tags", type = "map"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))
  return(populate(args, shape))
}

.schemas$list_schema_versions_input <- function(...) {
  args <- c(as.list(environment()), list(...))
  shape <- structure(list(Limit = structure(logical(0), tags = list(location = "querystring", locationName = "limit", type = "integer")), NextToken = structure(logical(0), tags = list(location = "querystring", locationName = "nextToken", type = "string")), RegistryName = structure(logical(0), tags = list(location = "uri", locationName = "registryName", type = "string")), SchemaName = structure(logical(0), tags = list(location = "uri", locationName = "schemaName", type = "string"))), tags = list(type = "structure"))
  return(populate(args, shape))
}

.schemas$list_schema_versions_output <- function(...) {
  args <- c(as.list(environment()), list(...))
  shape <- structure(list(NextToken = structure(logical(0), tags = list(type = "string")), SchemaVersions = structure(list(structure(list(SchemaArn = structure(logical(0), tags = list(type = "string")), SchemaName = structure(logical(0), tags = list(type = "string")), SchemaVersion = structure(logical(0), tags = list(type = "string")), Type = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))
  return(populate(args, shape))
}

.schemas$list_schemas_input <- function(...) {
  args <- c(as.list(environment()), list(...))
  shape <- structure(list(Limit = structure(logical(0), tags = list(location = "querystring", locationName = "limit", type = "integer")), NextToken = structure(logical(0), tags = list(location = "querystring", locationName = "nextToken", type = "string")), RegistryName = structure(logical(0), tags = list(location = "uri", locationName = "registryName", type = "string")), SchemaNamePrefix = structure(logical(0), tags = list(location = "querystring", locationName = "schemaNamePrefix", type = "string"))), tags = list(type = "structure"))
  return(populate(args, shape))
}

.schemas$list_schemas_output <- function(...) {
  args <- c(as.list(environment()), list(...))
  shape <- structure(list(NextToken = structure(logical(0), tags = list(type = "string")), Schemas = structure(list(structure(list(LastModified = structure(logical(0), tags = list(type = "timestamp", timestampFormat = "iso8601")), SchemaArn = structure(logical(0), tags = list(type = "string")), SchemaName = structure(logical(0), tags = list(type = "string")), Tags = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(locationName = "tags", type = "map")), VersionCount = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))
  return(populate(args, shape))
}

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

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

.schemas$put_code_binding_input <- function(...) {
  args <- c(as.list(environment()), list(...))
  shape <- structure(list(Language = structure(logical(0), tags = list(location = "uri", locationName = "language", type = "string")), RegistryName = structure(logical(0), tags = list(location = "uri", locationName = "registryName", type = "string")), SchemaName = structure(logical(0), tags = list(location = "uri", locationName = "schemaName", type = "string")), SchemaVersion = structure(logical(0), tags = list(location = "querystring", locationName = "schemaVersion", type = "string"))), tags = list(type = "structure"))
  return(populate(args, shape))
}

.schemas$put_code_binding_output <- function(...) {
  args <- c(as.list(environment()), list(...))
  shape <- structure(list(CreationDate = structure(logical(0), tags = list(type = "timestamp", timestampFormat = "iso8601")), LastModified = structure(logical(0), tags = list(type = "timestamp", timestampFormat = "iso8601")), SchemaVersion = structure(logical(0), tags = list(type = "string")), Status = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))
  return(populate(args, shape))
}

.schemas$put_resource_policy_input <- function(...) {
  args <- c(as.list(environment()), list(...))
  shape <- structure(list(Policy = structure(logical(0), tags = list(jsonvalue = TRUE, type = "string")), RegistryName = structure(logical(0), tags = list(location = "querystring", locationName = "registryName", type = "string")), RevisionId = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))
  return(populate(args, shape))
}

.schemas$put_resource_policy_output <- function(...) {
  args <- c(as.list(environment()), list(...))
  shape <- structure(list(Policy = structure(logical(0), tags = list(jsonvalue = TRUE, type = "string")), RevisionId = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))
  return(populate(args, shape))
}

.schemas$search_schemas_input <- function(...) {
  args <- c(as.list(environment()), list(...))
  shape <- structure(list(Keywords = structure(logical(0), tags = list(location = "querystring", locationName = "keywords", type = "string")), Limit = structure(logical(0), tags = list(location = "querystring", locationName = "limit", type = "integer")), NextToken = structure(logical(0), tags = list(location = "querystring", locationName = "nextToken", type = "string")), RegistryName = structure(logical(0), tags = list(location = "uri", locationName = "registryName", type = "string"))), tags = list(type = "structure"))
  return(populate(args, shape))
}

.schemas$search_schemas_output <- function(...) {
  args <- c(as.list(environment()), list(...))
  shape <- structure(list(NextToken = structure(logical(0), tags = list(type = "string")), Schemas = structure(list(structure(list(RegistryName = structure(logical(0), tags = list(type = "string")), SchemaArn = structure(logical(0), tags = list(type = "string")), SchemaName = structure(logical(0), tags = list(type = "string")), SchemaVersions = structure(list(structure(list(CreatedDate = structure(logical(0), tags = list(type = "timestamp", timestampFormat = "iso8601")), SchemaVersion = structure(logical(0), tags = list(type = "string")), Type = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))
  return(populate(args, shape))
}

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

.schemas$start_discoverer_output <- function(...) {
  args <- c(as.list(environment()), list(...))
  shape <- structure(list(DiscovererId = structure(logical(0), tags = list(type = "string")), State = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))
  return(populate(args, shape))
}

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

.schemas$stop_discoverer_output <- function(...) {
  args <- c(as.list(environment()), list(...))
  shape <- structure(list(DiscovererId = structure(logical(0), tags = list(type = "string")), State = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))
  return(populate(args, shape))
}

.schemas$tag_resource_input <- function(...) {
  args <- c(as.list(environment()), list(...))
  shape <- structure(list(ResourceArn = structure(logical(0), tags = list(location = "uri", locationName = "resource-arn", type = "string")), Tags = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(locationName = "tags", type = "map"))), tags = list(type = "structure"))
  return(populate(args, shape))
}

.schemas$tag_resource_output <- function(...) {
  list()
}

.schemas$untag_resource_input <- function(...) {
  args <- c(as.list(environment()), list(...))
  shape <- structure(list(ResourceArn = structure(logical(0), tags = list(location = "uri", locationName = "resource-arn", 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))
}

.schemas$untag_resource_output <- function(...) {
  list()
}

.schemas$update_discoverer_input <- function(...) {
  args <- c(as.list(environment()), list(...))
  shape <- structure(list(Description = structure(logical(0), tags = list(type = "string")), DiscovererId = structure(logical(0), tags = list(location = "uri", locationName = "discovererId", type = "string")), CrossAccount = structure(logical(0), tags = list(type = "boolean"))), tags = list(type = "structure"))
  return(populate(args, shape))
}

.schemas$update_discoverer_output <- function(...) {
  args <- c(as.list(environment()), list(...))
  shape <- structure(list(Description = structure(logical(0), tags = list(type = "string")), DiscovererArn = structure(logical(0), tags = list(type = "string")), DiscovererId = structure(logical(0), tags = list(type = "string")), SourceArn = structure(logical(0), tags = list(type = "string")), State = structure(logical(0), tags = list(type = "string")), CrossAccount = structure(logical(0), tags = list(type = "boolean")), Tags = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(locationName = "tags", type = "map"))), tags = list(type = "structure"))
  return(populate(args, shape))
}

.schemas$update_registry_input <- function(...) {
  args <- c(as.list(environment()), list(...))
  shape <- structure(list(Description = structure(logical(0), tags = list(type = "string")), RegistryName = structure(logical(0), tags = list(location = "uri", locationName = "registryName", type = "string"))), tags = list(type = "structure"))
  return(populate(args, shape))
}

.schemas$update_registry_output <- function(...) {
  args <- c(as.list(environment()), list(...))
  shape <- structure(list(Description = structure(logical(0), tags = list(type = "string")), RegistryArn = structure(logical(0), tags = list(type = "string")), RegistryName = structure(logical(0), tags = list(type = "string")), Tags = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(locationName = "tags", type = "map"))), tags = list(type = "structure"))
  return(populate(args, shape))
}

.schemas$update_schema_input <- function(...) {
  args <- c(as.list(environment()), list(...))
  shape <- structure(list(ClientTokenId = structure(logical(0), tags = list(idempotencyToken = TRUE, type = "string")), Content = structure(logical(0), tags = list(type = "string")), Description = structure(logical(0), tags = list(type = "string")), RegistryName = structure(logical(0), tags = list(location = "uri", locationName = "registryName", type = "string")), SchemaName = structure(logical(0), tags = list(location = "uri", locationName = "schemaName", type = "string")), Type = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))
  return(populate(args, shape))
}

.schemas$update_schema_output <- function(...) {
  args <- c(as.list(environment()), list(...))
  shape <- structure(list(Description = structure(logical(0), tags = list(type = "string")), LastModified = structure(logical(0), tags = list(type = "timestamp", timestampFormat = "iso8601")), SchemaArn = structure(logical(0), tags = list(type = "string")), SchemaName = structure(logical(0), tags = list(type = "string")), SchemaVersion = structure(logical(0), tags = list(type = "string")), Tags = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(locationName = "tags", type = "map")), Type = structure(logical(0), tags = list(type = "string")), VersionCreatedDate = structure(logical(0), tags = list(type = "timestamp", timestampFormat = "iso8601"))), tags = list(type = "structure"))
  return(populate(args, shape))
}

Try the paws.application.integration package in your browser

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

paws.application.integration documentation built on Sept. 12, 2023, 1:18 a.m.