R/codeartifact_interfaces.R

Defines functions update_repository_output update_repository_input update_package_versions_status_output update_package_versions_status_input update_package_group_origin_configuration_output update_package_group_origin_configuration_input update_package_group_output update_package_group_input untag_resource_output untag_resource_input tag_resource_output tag_resource_input put_repository_permissions_policy_output put_repository_permissions_policy_input put_package_origin_configuration_output put_package_origin_configuration_input put_domain_permissions_policy_output put_domain_permissions_policy_input publish_package_version_output publish_package_version_input list_tags_for_resource_output list_tags_for_resource_input list_sub_package_groups_output list_sub_package_groups_input list_repositories_in_domain_output list_repositories_in_domain_input list_repositories_output list_repositories_input list_packages_output list_packages_input list_package_versions_output list_package_versions_input list_package_version_dependencies_output list_package_version_dependencies_input list_package_version_assets_output list_package_version_assets_input list_package_groups_output list_package_groups_input list_domains_output list_domains_input list_associated_packages_output list_associated_packages_input list_allowed_repositories_for_group_output list_allowed_repositories_for_group_input get_repository_permissions_policy_output get_repository_permissions_policy_input get_repository_endpoint_output get_repository_endpoint_input get_package_version_readme_output get_package_version_readme_input get_package_version_asset_output get_package_version_asset_input get_domain_permissions_policy_output get_domain_permissions_policy_input get_authorization_token_output get_authorization_token_input get_associated_package_group_output get_associated_package_group_input dispose_package_versions_output dispose_package_versions_input disassociate_external_connection_output disassociate_external_connection_input describe_repository_output describe_repository_input describe_package_version_output describe_package_version_input describe_package_group_output describe_package_group_input describe_package_output describe_package_input describe_domain_output describe_domain_input delete_repository_permissions_policy_output delete_repository_permissions_policy_input delete_repository_output delete_repository_input delete_package_versions_output delete_package_versions_input delete_package_group_output delete_package_group_input delete_package_output delete_package_input delete_domain_permissions_policy_output delete_domain_permissions_policy_input delete_domain_output delete_domain_input create_repository_output create_repository_input create_package_group_output create_package_group_input create_domain_output create_domain_input copy_package_versions_output copy_package_versions_input associate_external_connection_output associate_external_connection_input

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

.codeartifact$associate_external_connection_input <- function(...) {
  args <- c(as.list(environment()), list(...))
  shape <- structure(list(domain = structure(logical(0), tags = list(location = "querystring", locationName = "domain", type = "string")), domainOwner = structure(logical(0), tags = list(location = "querystring", locationName = "domain-owner", type = "string")), repository = structure(logical(0), tags = list(location = "querystring", locationName = "repository", type = "string")), externalConnection = structure(logical(0), tags = list(location = "querystring", locationName = "external-connection", type = "string"))), tags = list(type = "structure"))
  return(populate(args, shape))
}

.codeartifact$associate_external_connection_output <- function(...) {
  args <- c(as.list(environment()), list(...))
  shape <- structure(list(repository = structure(list(name = structure(logical(0), tags = list(type = "string")), administratorAccount = structure(logical(0), tags = list(type = "string")), domainName = structure(logical(0), tags = list(type = "string")), domainOwner = structure(logical(0), tags = list(type = "string")), arn = structure(logical(0), tags = list(type = "string")), description = structure(logical(0), tags = list(type = "string")), upstreams = structure(list(structure(list(repositoryName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), externalConnections = structure(list(structure(list(externalConnectionName = structure(logical(0), tags = list(type = "string")), packageFormat = structure(logical(0), tags = list(type = "string")), status = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), createdTime = structure(logical(0), tags = list(type = "timestamp"))), tags = list(type = "structure"))), tags = list(type = "structure"))
  return(populate(args, shape))
}

.codeartifact$copy_package_versions_input <- function(...) {
  args <- c(as.list(environment()), list(...))
  shape <- structure(list(domain = structure(logical(0), tags = list(location = "querystring", locationName = "domain", type = "string")), domainOwner = structure(logical(0), tags = list(location = "querystring", locationName = "domain-owner", type = "string")), sourceRepository = structure(logical(0), tags = list(location = "querystring", locationName = "source-repository", type = "string")), destinationRepository = structure(logical(0), tags = list(location = "querystring", locationName = "destination-repository", type = "string")), format = structure(logical(0), tags = list(location = "querystring", locationName = "format", type = "string")), namespace = structure(logical(0), tags = list(location = "querystring", locationName = "namespace", type = "string")), package = structure(logical(0), tags = list(location = "querystring", locationName = "package", type = "string")), versions = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), versionRevisions = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "map")), allowOverwrite = structure(logical(0), tags = list(type = "boolean")), includeFromUpstream = structure(logical(0), tags = list(type = "boolean"))), tags = list(type = "structure"))
  return(populate(args, shape))
}

.codeartifact$copy_package_versions_output <- function(...) {
  args <- c(as.list(environment()), list(...))
  shape <- structure(list(successfulVersions = structure(list(structure(list(revision = structure(logical(0), tags = list(type = "string")), status = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "map")), failedVersions = 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 = "map"))), tags = list(type = "structure"))
  return(populate(args, shape))
}

.codeartifact$create_domain_input <- function(...) {
  args <- c(as.list(environment()), list(...))
  shape <- structure(list(domain = structure(logical(0), tags = list(location = "querystring", locationName = "domain", type = "string")), encryptionKey = 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))
}

.codeartifact$create_domain_output <- function(...) {
  args <- c(as.list(environment()), list(...))
  shape <- structure(list(domain = structure(list(name = structure(logical(0), tags = list(type = "string")), owner = structure(logical(0), tags = list(type = "string")), arn = structure(logical(0), tags = list(type = "string")), status = structure(logical(0), tags = list(type = "string")), createdTime = structure(logical(0), tags = list(type = "timestamp")), encryptionKey = structure(logical(0), tags = list(type = "string")), repositoryCount = structure(logical(0), tags = list(type = "integer")), assetSizeBytes = structure(logical(0), tags = list(type = "long")), s3BucketArn = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))
  return(populate(args, shape))
}

.codeartifact$create_package_group_input <- function(...) {
  args <- c(as.list(environment()), list(...))
  shape <- structure(list(domain = structure(logical(0), tags = list(location = "querystring", locationName = "domain", type = "string")), domainOwner = structure(logical(0), tags = list(location = "querystring", locationName = "domain-owner", type = "string")), packageGroup = structure(logical(0), tags = list(type = "string")), contactInfo = structure(logical(0), tags = list(type = "string")), description = 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))
}

.codeartifact$create_package_group_output <- function(...) {
  args <- c(as.list(environment()), list(...))
  shape <- structure(list(packageGroup = structure(list(arn = structure(logical(0), tags = list(type = "string")), pattern = structure(logical(0), tags = list(type = "string")), domainName = structure(logical(0), tags = list(type = "string")), domainOwner = structure(logical(0), tags = list(type = "string")), createdTime = structure(logical(0), tags = list(type = "timestamp")), contactInfo = structure(logical(0), tags = list(type = "string")), description = structure(logical(0), tags = list(type = "string")), originConfiguration = structure(list(restrictions = structure(list(structure(list(mode = structure(logical(0), tags = list(type = "string")), effectiveMode = structure(logical(0), tags = list(type = "string")), inheritedFrom = structure(list(arn = structure(logical(0), tags = list(type = "string")), pattern = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), repositoriesCount = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure"))), tags = list(type = "map"))), tags = list(type = "structure")), parent = structure(list(arn = structure(logical(0), tags = list(type = "string")), pattern = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))
  return(populate(args, shape))
}

.codeartifact$create_repository_input <- function(...) {
  args <- c(as.list(environment()), list(...))
  shape <- structure(list(domain = structure(logical(0), tags = list(location = "querystring", locationName = "domain", type = "string")), domainOwner = structure(logical(0), tags = list(location = "querystring", locationName = "domain-owner", type = "string")), repository = structure(logical(0), tags = list(location = "querystring", locationName = "repository", type = "string")), description = structure(logical(0), tags = list(type = "string")), upstreams = structure(list(structure(list(repositoryName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "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))
}

.codeartifact$create_repository_output <- function(...) {
  args <- c(as.list(environment()), list(...))
  shape <- structure(list(repository = structure(list(name = structure(logical(0), tags = list(type = "string")), administratorAccount = structure(logical(0), tags = list(type = "string")), domainName = structure(logical(0), tags = list(type = "string")), domainOwner = structure(logical(0), tags = list(type = "string")), arn = structure(logical(0), tags = list(type = "string")), description = structure(logical(0), tags = list(type = "string")), upstreams = structure(list(structure(list(repositoryName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), externalConnections = structure(list(structure(list(externalConnectionName = structure(logical(0), tags = list(type = "string")), packageFormat = structure(logical(0), tags = list(type = "string")), status = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), createdTime = structure(logical(0), tags = list(type = "timestamp"))), tags = list(type = "structure"))), tags = list(type = "structure"))
  return(populate(args, shape))
}

.codeartifact$delete_domain_input <- function(...) {
  args <- c(as.list(environment()), list(...))
  shape <- structure(list(domain = structure(logical(0), tags = list(location = "querystring", locationName = "domain", type = "string")), domainOwner = structure(logical(0), tags = list(location = "querystring", locationName = "domain-owner", type = "string"))), tags = list(type = "structure"))
  return(populate(args, shape))
}

.codeartifact$delete_domain_output <- function(...) {
  args <- c(as.list(environment()), list(...))
  shape <- structure(list(domain = structure(list(name = structure(logical(0), tags = list(type = "string")), owner = structure(logical(0), tags = list(type = "string")), arn = structure(logical(0), tags = list(type = "string")), status = structure(logical(0), tags = list(type = "string")), createdTime = structure(logical(0), tags = list(type = "timestamp")), encryptionKey = structure(logical(0), tags = list(type = "string")), repositoryCount = structure(logical(0), tags = list(type = "integer")), assetSizeBytes = structure(logical(0), tags = list(type = "long")), s3BucketArn = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))
  return(populate(args, shape))
}

.codeartifact$delete_domain_permissions_policy_input <- function(...) {
  args <- c(as.list(environment()), list(...))
  shape <- structure(list(domain = structure(logical(0), tags = list(location = "querystring", locationName = "domain", type = "string")), domainOwner = structure(logical(0), tags = list(location = "querystring", locationName = "domain-owner", type = "string")), policyRevision = structure(logical(0), tags = list(location = "querystring", locationName = "policy-revision", type = "string"))), tags = list(type = "structure"))
  return(populate(args, shape))
}

.codeartifact$delete_domain_permissions_policy_output <- function(...) {
  args <- c(as.list(environment()), list(...))
  shape <- structure(list(policy = structure(list(resourceArn = structure(logical(0), tags = list(type = "string")), revision = structure(logical(0), tags = list(type = "string")), document = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))
  return(populate(args, shape))
}

.codeartifact$delete_package_input <- function(...) {
  args <- c(as.list(environment()), list(...))
  shape <- structure(list(domain = structure(logical(0), tags = list(location = "querystring", locationName = "domain", type = "string")), domainOwner = structure(logical(0), tags = list(location = "querystring", locationName = "domain-owner", type = "string")), repository = structure(logical(0), tags = list(location = "querystring", locationName = "repository", type = "string")), format = structure(logical(0), tags = list(location = "querystring", locationName = "format", type = "string")), namespace = structure(logical(0), tags = list(location = "querystring", locationName = "namespace", type = "string")), package = structure(logical(0), tags = list(location = "querystring", locationName = "package", type = "string"))), tags = list(type = "structure"))
  return(populate(args, shape))
}

.codeartifact$delete_package_output <- function(...) {
  args <- c(as.list(environment()), list(...))
  shape <- structure(list(deletedPackage = structure(list(format = structure(logical(0), tags = list(type = "string")), namespace = structure(logical(0), tags = list(type = "string")), package = structure(logical(0), tags = list(type = "string")), originConfiguration = structure(list(restrictions = structure(list(publish = structure(logical(0), tags = list(type = "string")), upstream = 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))
}

.codeartifact$delete_package_group_input <- function(...) {
  args <- c(as.list(environment()), list(...))
  shape <- structure(list(domain = structure(logical(0), tags = list(location = "querystring", locationName = "domain", type = "string")), domainOwner = structure(logical(0), tags = list(location = "querystring", locationName = "domain-owner", type = "string")), packageGroup = structure(logical(0), tags = list(location = "querystring", locationName = "package-group", type = "string"))), tags = list(type = "structure"))
  return(populate(args, shape))
}

.codeartifact$delete_package_group_output <- function(...) {
  args <- c(as.list(environment()), list(...))
  shape <- structure(list(packageGroup = structure(list(arn = structure(logical(0), tags = list(type = "string")), pattern = structure(logical(0), tags = list(type = "string")), domainName = structure(logical(0), tags = list(type = "string")), domainOwner = structure(logical(0), tags = list(type = "string")), createdTime = structure(logical(0), tags = list(type = "timestamp")), contactInfo = structure(logical(0), tags = list(type = "string")), description = structure(logical(0), tags = list(type = "string")), originConfiguration = structure(list(restrictions = structure(list(structure(list(mode = structure(logical(0), tags = list(type = "string")), effectiveMode = structure(logical(0), tags = list(type = "string")), inheritedFrom = structure(list(arn = structure(logical(0), tags = list(type = "string")), pattern = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), repositoriesCount = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure"))), tags = list(type = "map"))), tags = list(type = "structure")), parent = structure(list(arn = structure(logical(0), tags = list(type = "string")), pattern = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))
  return(populate(args, shape))
}

.codeartifact$delete_package_versions_input <- function(...) {
  args <- c(as.list(environment()), list(...))
  shape <- structure(list(domain = structure(logical(0), tags = list(location = "querystring", locationName = "domain", type = "string")), domainOwner = structure(logical(0), tags = list(location = "querystring", locationName = "domain-owner", type = "string")), repository = structure(logical(0), tags = list(location = "querystring", locationName = "repository", type = "string")), format = structure(logical(0), tags = list(location = "querystring", locationName = "format", type = "string")), namespace = structure(logical(0), tags = list(location = "querystring", locationName = "namespace", type = "string")), package = structure(logical(0), tags = list(location = "querystring", locationName = "package", type = "string")), versions = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), expectedStatus = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))
  return(populate(args, shape))
}

.codeartifact$delete_package_versions_output <- function(...) {
  args <- c(as.list(environment()), list(...))
  shape <- structure(list(successfulVersions = structure(list(structure(list(revision = structure(logical(0), tags = list(type = "string")), status = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "map")), failedVersions = 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 = "map"))), tags = list(type = "structure"))
  return(populate(args, shape))
}

.codeartifact$delete_repository_input <- function(...) {
  args <- c(as.list(environment()), list(...))
  shape <- structure(list(domain = structure(logical(0), tags = list(location = "querystring", locationName = "domain", type = "string")), domainOwner = structure(logical(0), tags = list(location = "querystring", locationName = "domain-owner", type = "string")), repository = structure(logical(0), tags = list(location = "querystring", locationName = "repository", type = "string"))), tags = list(type = "structure"))
  return(populate(args, shape))
}

.codeartifact$delete_repository_output <- function(...) {
  args <- c(as.list(environment()), list(...))
  shape <- structure(list(repository = structure(list(name = structure(logical(0), tags = list(type = "string")), administratorAccount = structure(logical(0), tags = list(type = "string")), domainName = structure(logical(0), tags = list(type = "string")), domainOwner = structure(logical(0), tags = list(type = "string")), arn = structure(logical(0), tags = list(type = "string")), description = structure(logical(0), tags = list(type = "string")), upstreams = structure(list(structure(list(repositoryName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), externalConnections = structure(list(structure(list(externalConnectionName = structure(logical(0), tags = list(type = "string")), packageFormat = structure(logical(0), tags = list(type = "string")), status = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), createdTime = structure(logical(0), tags = list(type = "timestamp"))), tags = list(type = "structure"))), tags = list(type = "structure"))
  return(populate(args, shape))
}

.codeartifact$delete_repository_permissions_policy_input <- function(...) {
  args <- c(as.list(environment()), list(...))
  shape <- structure(list(domain = structure(logical(0), tags = list(location = "querystring", locationName = "domain", type = "string")), domainOwner = structure(logical(0), tags = list(location = "querystring", locationName = "domain-owner", type = "string")), repository = structure(logical(0), tags = list(location = "querystring", locationName = "repository", type = "string")), policyRevision = structure(logical(0), tags = list(location = "querystring", locationName = "policy-revision", type = "string"))), tags = list(type = "structure"))
  return(populate(args, shape))
}

.codeartifact$delete_repository_permissions_policy_output <- function(...) {
  args <- c(as.list(environment()), list(...))
  shape <- structure(list(policy = structure(list(resourceArn = structure(logical(0), tags = list(type = "string")), revision = structure(logical(0), tags = list(type = "string")), document = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))
  return(populate(args, shape))
}

.codeartifact$describe_domain_input <- function(...) {
  args <- c(as.list(environment()), list(...))
  shape <- structure(list(domain = structure(logical(0), tags = list(location = "querystring", locationName = "domain", type = "string")), domainOwner = structure(logical(0), tags = list(location = "querystring", locationName = "domain-owner", type = "string"))), tags = list(type = "structure"))
  return(populate(args, shape))
}

.codeartifact$describe_domain_output <- function(...) {
  args <- c(as.list(environment()), list(...))
  shape <- structure(list(domain = structure(list(name = structure(logical(0), tags = list(type = "string")), owner = structure(logical(0), tags = list(type = "string")), arn = structure(logical(0), tags = list(type = "string")), status = structure(logical(0), tags = list(type = "string")), createdTime = structure(logical(0), tags = list(type = "timestamp")), encryptionKey = structure(logical(0), tags = list(type = "string")), repositoryCount = structure(logical(0), tags = list(type = "integer")), assetSizeBytes = structure(logical(0), tags = list(type = "long")), s3BucketArn = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))
  return(populate(args, shape))
}

.codeartifact$describe_package_input <- function(...) {
  args <- c(as.list(environment()), list(...))
  shape <- structure(list(domain = structure(logical(0), tags = list(location = "querystring", locationName = "domain", type = "string")), domainOwner = structure(logical(0), tags = list(location = "querystring", locationName = "domain-owner", type = "string")), repository = structure(logical(0), tags = list(location = "querystring", locationName = "repository", type = "string")), format = structure(logical(0), tags = list(location = "querystring", locationName = "format", type = "string")), namespace = structure(logical(0), tags = list(location = "querystring", locationName = "namespace", type = "string")), package = structure(logical(0), tags = list(location = "querystring", locationName = "package", type = "string"))), tags = list(type = "structure"))
  return(populate(args, shape))
}

.codeartifact$describe_package_output <- function(...) {
  args <- c(as.list(environment()), list(...))
  shape <- structure(list(package = structure(list(format = structure(logical(0), tags = list(type = "string")), namespace = structure(logical(0), tags = list(type = "string")), name = structure(logical(0), tags = list(type = "string")), originConfiguration = structure(list(restrictions = structure(list(publish = structure(logical(0), tags = list(type = "string")), upstream = 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))
}

.codeartifact$describe_package_group_input <- function(...) {
  args <- c(as.list(environment()), list(...))
  shape <- structure(list(domain = structure(logical(0), tags = list(location = "querystring", locationName = "domain", type = "string")), domainOwner = structure(logical(0), tags = list(location = "querystring", locationName = "domain-owner", type = "string")), packageGroup = structure(logical(0), tags = list(location = "querystring", locationName = "package-group", type = "string"))), tags = list(type = "structure"))
  return(populate(args, shape))
}

.codeartifact$describe_package_group_output <- function(...) {
  args <- c(as.list(environment()), list(...))
  shape <- structure(list(packageGroup = structure(list(arn = structure(logical(0), tags = list(type = "string")), pattern = structure(logical(0), tags = list(type = "string")), domainName = structure(logical(0), tags = list(type = "string")), domainOwner = structure(logical(0), tags = list(type = "string")), createdTime = structure(logical(0), tags = list(type = "timestamp")), contactInfo = structure(logical(0), tags = list(type = "string")), description = structure(logical(0), tags = list(type = "string")), originConfiguration = structure(list(restrictions = structure(list(structure(list(mode = structure(logical(0), tags = list(type = "string")), effectiveMode = structure(logical(0), tags = list(type = "string")), inheritedFrom = structure(list(arn = structure(logical(0), tags = list(type = "string")), pattern = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), repositoriesCount = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure"))), tags = list(type = "map"))), tags = list(type = "structure")), parent = structure(list(arn = structure(logical(0), tags = list(type = "string")), pattern = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))
  return(populate(args, shape))
}

.codeartifact$describe_package_version_input <- function(...) {
  args <- c(as.list(environment()), list(...))
  shape <- structure(list(domain = structure(logical(0), tags = list(location = "querystring", locationName = "domain", type = "string")), domainOwner = structure(logical(0), tags = list(location = "querystring", locationName = "domain-owner", type = "string")), repository = structure(logical(0), tags = list(location = "querystring", locationName = "repository", type = "string")), format = structure(logical(0), tags = list(location = "querystring", locationName = "format", type = "string")), namespace = structure(logical(0), tags = list(location = "querystring", locationName = "namespace", type = "string")), package = structure(logical(0), tags = list(location = "querystring", locationName = "package", type = "string")), packageVersion = structure(logical(0), tags = list(location = "querystring", locationName = "version", type = "string"))), tags = list(type = "structure"))
  return(populate(args, shape))
}

.codeartifact$describe_package_version_output <- function(...) {
  args <- c(as.list(environment()), list(...))
  shape <- structure(list(packageVersion = structure(list(format = structure(logical(0), tags = list(type = "string")), namespace = structure(logical(0), tags = list(type = "string")), packageName = structure(logical(0), tags = list(type = "string")), displayName = structure(logical(0), tags = list(type = "string")), version = structure(logical(0), tags = list(type = "string")), summary = structure(logical(0), tags = list(type = "string")), homePage = structure(logical(0), tags = list(type = "string")), sourceCodeRepository = structure(logical(0), tags = list(type = "string")), publishedTime = structure(logical(0), tags = list(type = "timestamp")), licenses = structure(list(structure(list(name = structure(logical(0), tags = list(type = "string")), url = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), revision = structure(logical(0), tags = list(type = "string")), status = structure(logical(0), tags = list(type = "string")), origin = structure(list(domainEntryPoint = structure(list(repositoryName = structure(logical(0), tags = list(type = "string")), externalConnectionName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), originType = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))
  return(populate(args, shape))
}

.codeartifact$describe_repository_input <- function(...) {
  args <- c(as.list(environment()), list(...))
  shape <- structure(list(domain = structure(logical(0), tags = list(location = "querystring", locationName = "domain", type = "string")), domainOwner = structure(logical(0), tags = list(location = "querystring", locationName = "domain-owner", type = "string")), repository = structure(logical(0), tags = list(location = "querystring", locationName = "repository", type = "string"))), tags = list(type = "structure"))
  return(populate(args, shape))
}

.codeartifact$describe_repository_output <- function(...) {
  args <- c(as.list(environment()), list(...))
  shape <- structure(list(repository = structure(list(name = structure(logical(0), tags = list(type = "string")), administratorAccount = structure(logical(0), tags = list(type = "string")), domainName = structure(logical(0), tags = list(type = "string")), domainOwner = structure(logical(0), tags = list(type = "string")), arn = structure(logical(0), tags = list(type = "string")), description = structure(logical(0), tags = list(type = "string")), upstreams = structure(list(structure(list(repositoryName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), externalConnections = structure(list(structure(list(externalConnectionName = structure(logical(0), tags = list(type = "string")), packageFormat = structure(logical(0), tags = list(type = "string")), status = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), createdTime = structure(logical(0), tags = list(type = "timestamp"))), tags = list(type = "structure"))), tags = list(type = "structure"))
  return(populate(args, shape))
}

.codeartifact$disassociate_external_connection_input <- function(...) {
  args <- c(as.list(environment()), list(...))
  shape <- structure(list(domain = structure(logical(0), tags = list(location = "querystring", locationName = "domain", type = "string")), domainOwner = structure(logical(0), tags = list(location = "querystring", locationName = "domain-owner", type = "string")), repository = structure(logical(0), tags = list(location = "querystring", locationName = "repository", type = "string")), externalConnection = structure(logical(0), tags = list(location = "querystring", locationName = "external-connection", type = "string"))), tags = list(type = "structure"))
  return(populate(args, shape))
}

.codeartifact$disassociate_external_connection_output <- function(...) {
  args <- c(as.list(environment()), list(...))
  shape <- structure(list(repository = structure(list(name = structure(logical(0), tags = list(type = "string")), administratorAccount = structure(logical(0), tags = list(type = "string")), domainName = structure(logical(0), tags = list(type = "string")), domainOwner = structure(logical(0), tags = list(type = "string")), arn = structure(logical(0), tags = list(type = "string")), description = structure(logical(0), tags = list(type = "string")), upstreams = structure(list(structure(list(repositoryName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), externalConnections = structure(list(structure(list(externalConnectionName = structure(logical(0), tags = list(type = "string")), packageFormat = structure(logical(0), tags = list(type = "string")), status = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), createdTime = structure(logical(0), tags = list(type = "timestamp"))), tags = list(type = "structure"))), tags = list(type = "structure"))
  return(populate(args, shape))
}

.codeartifact$dispose_package_versions_input <- function(...) {
  args <- c(as.list(environment()), list(...))
  shape <- structure(list(domain = structure(logical(0), tags = list(location = "querystring", locationName = "domain", type = "string")), domainOwner = structure(logical(0), tags = list(location = "querystring", locationName = "domain-owner", type = "string")), repository = structure(logical(0), tags = list(location = "querystring", locationName = "repository", type = "string")), format = structure(logical(0), tags = list(location = "querystring", locationName = "format", type = "string")), namespace = structure(logical(0), tags = list(location = "querystring", locationName = "namespace", type = "string")), package = structure(logical(0), tags = list(location = "querystring", locationName = "package", type = "string")), versions = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), versionRevisions = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "map")), expectedStatus = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))
  return(populate(args, shape))
}

.codeartifact$dispose_package_versions_output <- function(...) {
  args <- c(as.list(environment()), list(...))
  shape <- structure(list(successfulVersions = structure(list(structure(list(revision = structure(logical(0), tags = list(type = "string")), status = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "map")), failedVersions = 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 = "map"))), tags = list(type = "structure"))
  return(populate(args, shape))
}

.codeartifact$get_associated_package_group_input <- function(...) {
  args <- c(as.list(environment()), list(...))
  shape <- structure(list(domain = structure(logical(0), tags = list(location = "querystring", locationName = "domain", type = "string")), domainOwner = structure(logical(0), tags = list(location = "querystring", locationName = "domain-owner", type = "string")), format = structure(logical(0), tags = list(location = "querystring", locationName = "format", type = "string")), namespace = structure(logical(0), tags = list(location = "querystring", locationName = "namespace", type = "string")), package = structure(logical(0), tags = list(location = "querystring", locationName = "package", type = "string"))), tags = list(type = "structure"))
  return(populate(args, shape))
}

.codeartifact$get_associated_package_group_output <- function(...) {
  args <- c(as.list(environment()), list(...))
  shape <- structure(list(packageGroup = structure(list(arn = structure(logical(0), tags = list(type = "string")), pattern = structure(logical(0), tags = list(type = "string")), domainName = structure(logical(0), tags = list(type = "string")), domainOwner = structure(logical(0), tags = list(type = "string")), createdTime = structure(logical(0), tags = list(type = "timestamp")), contactInfo = structure(logical(0), tags = list(type = "string")), description = structure(logical(0), tags = list(type = "string")), originConfiguration = structure(list(restrictions = structure(list(structure(list(mode = structure(logical(0), tags = list(type = "string")), effectiveMode = structure(logical(0), tags = list(type = "string")), inheritedFrom = structure(list(arn = structure(logical(0), tags = list(type = "string")), pattern = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), repositoriesCount = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure"))), tags = list(type = "map"))), tags = list(type = "structure")), parent = structure(list(arn = structure(logical(0), tags = list(type = "string")), pattern = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), associationType = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))
  return(populate(args, shape))
}

.codeartifact$get_authorization_token_input <- function(...) {
  args <- c(as.list(environment()), list(...))
  shape <- structure(list(domain = structure(logical(0), tags = list(location = "querystring", locationName = "domain", type = "string")), domainOwner = structure(logical(0), tags = list(location = "querystring", locationName = "domain-owner", type = "string")), durationSeconds = structure(logical(0), tags = list(location = "querystring", locationName = "duration", type = "long"))), tags = list(type = "structure"))
  return(populate(args, shape))
}

.codeartifact$get_authorization_token_output <- function(...) {
  args <- c(as.list(environment()), list(...))
  shape <- structure(list(authorizationToken = structure(logical(0), tags = list(type = "string")), expiration = structure(logical(0), tags = list(type = "timestamp"))), tags = list(type = "structure", sensitive = TRUE))
  return(populate(args, shape))
}

.codeartifact$get_domain_permissions_policy_input <- function(...) {
  args <- c(as.list(environment()), list(...))
  shape <- structure(list(domain = structure(logical(0), tags = list(location = "querystring", locationName = "domain", type = "string")), domainOwner = structure(logical(0), tags = list(location = "querystring", locationName = "domain-owner", type = "string"))), tags = list(type = "structure"))
  return(populate(args, shape))
}

.codeartifact$get_domain_permissions_policy_output <- function(...) {
  args <- c(as.list(environment()), list(...))
  shape <- structure(list(policy = structure(list(resourceArn = structure(logical(0), tags = list(type = "string")), revision = structure(logical(0), tags = list(type = "string")), document = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))
  return(populate(args, shape))
}

.codeartifact$get_package_version_asset_input <- function(...) {
  args <- c(as.list(environment()), list(...))
  shape <- structure(list(domain = structure(logical(0), tags = list(location = "querystring", locationName = "domain", type = "string")), domainOwner = structure(logical(0), tags = list(location = "querystring", locationName = "domain-owner", type = "string")), repository = structure(logical(0), tags = list(location = "querystring", locationName = "repository", type = "string")), format = structure(logical(0), tags = list(location = "querystring", locationName = "format", type = "string")), namespace = structure(logical(0), tags = list(location = "querystring", locationName = "namespace", type = "string")), package = structure(logical(0), tags = list(location = "querystring", locationName = "package", type = "string")), packageVersion = structure(logical(0), tags = list(location = "querystring", locationName = "version", type = "string")), asset = structure(logical(0), tags = list(location = "querystring", locationName = "asset", type = "string")), packageVersionRevision = structure(logical(0), tags = list(location = "querystring", locationName = "revision", type = "string"))), tags = list(type = "structure"))
  return(populate(args, shape))
}

.codeartifact$get_package_version_asset_output <- function(...) {
  args <- c(as.list(environment()), list(...))
  shape <- structure(list(asset = structure(logical(0), tags = list(type = "blob", streaming = TRUE)), assetName = structure(logical(0), tags = list(location = "header", locationName = "X-AssetName", type = "string")), packageVersion = structure(logical(0), tags = list(location = "header", locationName = "X-PackageVersion", type = "string")), packageVersionRevision = structure(logical(0), tags = list(location = "header", locationName = "X-PackageVersionRevision", type = "string"))), tags = list(type = "structure", payload = "asset"))
  return(populate(args, shape))
}

.codeartifact$get_package_version_readme_input <- function(...) {
  args <- c(as.list(environment()), list(...))
  shape <- structure(list(domain = structure(logical(0), tags = list(location = "querystring", locationName = "domain", type = "string")), domainOwner = structure(logical(0), tags = list(location = "querystring", locationName = "domain-owner", type = "string")), repository = structure(logical(0), tags = list(location = "querystring", locationName = "repository", type = "string")), format = structure(logical(0), tags = list(location = "querystring", locationName = "format", type = "string")), namespace = structure(logical(0), tags = list(location = "querystring", locationName = "namespace", type = "string")), package = structure(logical(0), tags = list(location = "querystring", locationName = "package", type = "string")), packageVersion = structure(logical(0), tags = list(location = "querystring", locationName = "version", type = "string"))), tags = list(type = "structure"))
  return(populate(args, shape))
}

.codeartifact$get_package_version_readme_output <- function(...) {
  args <- c(as.list(environment()), list(...))
  shape <- structure(list(format = structure(logical(0), tags = list(type = "string")), namespace = structure(logical(0), tags = list(type = "string")), package = structure(logical(0), tags = list(type = "string")), version = structure(logical(0), tags = list(type = "string")), versionRevision = structure(logical(0), tags = list(type = "string")), readme = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))
  return(populate(args, shape))
}

.codeartifact$get_repository_endpoint_input <- function(...) {
  args <- c(as.list(environment()), list(...))
  shape <- structure(list(domain = structure(logical(0), tags = list(location = "querystring", locationName = "domain", type = "string")), domainOwner = structure(logical(0), tags = list(location = "querystring", locationName = "domain-owner", type = "string")), repository = structure(logical(0), tags = list(location = "querystring", locationName = "repository", type = "string")), format = structure(logical(0), tags = list(location = "querystring", locationName = "format", type = "string"))), tags = list(type = "structure"))
  return(populate(args, shape))
}

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

.codeartifact$get_repository_permissions_policy_input <- function(...) {
  args <- c(as.list(environment()), list(...))
  shape <- structure(list(domain = structure(logical(0), tags = list(location = "querystring", locationName = "domain", type = "string")), domainOwner = structure(logical(0), tags = list(location = "querystring", locationName = "domain-owner", type = "string")), repository = structure(logical(0), tags = list(location = "querystring", locationName = "repository", type = "string"))), tags = list(type = "structure"))
  return(populate(args, shape))
}

.codeartifact$get_repository_permissions_policy_output <- function(...) {
  args <- c(as.list(environment()), list(...))
  shape <- structure(list(policy = structure(list(resourceArn = structure(logical(0), tags = list(type = "string")), revision = structure(logical(0), tags = list(type = "string")), document = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))
  return(populate(args, shape))
}

.codeartifact$list_allowed_repositories_for_group_input <- function(...) {
  args <- c(as.list(environment()), list(...))
  shape <- structure(list(domain = structure(logical(0), tags = list(location = "querystring", locationName = "domain", type = "string")), domainOwner = structure(logical(0), tags = list(location = "querystring", locationName = "domain-owner", type = "string")), packageGroup = structure(logical(0), tags = list(location = "querystring", locationName = "package-group", type = "string")), originRestrictionType = structure(logical(0), tags = list(location = "querystring", locationName = "originRestrictionType", type = "string")), maxResults = structure(logical(0), tags = list(location = "querystring", locationName = "max-results", type = "integer")), nextToken = structure(logical(0), tags = list(location = "querystring", locationName = "next-token", type = "string"))), tags = list(type = "structure"))
  return(populate(args, shape))
}

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

.codeartifact$list_associated_packages_input <- function(...) {
  args <- c(as.list(environment()), list(...))
  shape <- structure(list(domain = structure(logical(0), tags = list(location = "querystring", locationName = "domain", type = "string")), domainOwner = structure(logical(0), tags = list(location = "querystring", locationName = "domain-owner", type = "string")), packageGroup = structure(logical(0), tags = list(location = "querystring", locationName = "package-group", type = "string")), maxResults = structure(logical(0), tags = list(location = "querystring", locationName = "max-results", type = "integer")), nextToken = structure(logical(0), tags = list(location = "querystring", locationName = "next-token", type = "string")), preview = structure(logical(0), tags = list(location = "querystring", locationName = "preview", type = "boolean"))), tags = list(type = "structure"))
  return(populate(args, shape))
}

.codeartifact$list_associated_packages_output <- function(...) {
  args <- c(as.list(environment()), list(...))
  shape <- structure(list(packages = structure(list(structure(list(format = structure(logical(0), tags = list(type = "string")), namespace = structure(logical(0), tags = list(type = "string")), package = structure(logical(0), tags = list(type = "string")), associationType = 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))
}

.codeartifact$list_domains_input <- function(...) {
  args <- c(as.list(environment()), list(...))
  shape <- structure(list(maxResults = structure(logical(0), tags = list(type = "integer")), nextToken = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))
  return(populate(args, shape))
}

.codeartifact$list_domains_output <- function(...) {
  args <- c(as.list(environment()), list(...))
  shape <- structure(list(domains = structure(list(structure(list(name = structure(logical(0), tags = list(type = "string")), owner = structure(logical(0), tags = list(type = "string")), arn = structure(logical(0), tags = list(type = "string")), status = structure(logical(0), tags = list(type = "string")), createdTime = structure(logical(0), tags = list(type = "timestamp")), encryptionKey = 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))
}

.codeartifact$list_package_groups_input <- function(...) {
  args <- c(as.list(environment()), list(...))
  shape <- structure(list(domain = structure(logical(0), tags = list(location = "querystring", locationName = "domain", type = "string")), domainOwner = structure(logical(0), tags = list(location = "querystring", locationName = "domain-owner", type = "string")), maxResults = structure(logical(0), tags = list(location = "querystring", locationName = "max-results", type = "integer")), nextToken = structure(logical(0), tags = list(location = "querystring", locationName = "next-token", type = "string")), prefix = structure(logical(0), tags = list(location = "querystring", locationName = "prefix", type = "string"))), tags = list(type = "structure"))
  return(populate(args, shape))
}

.codeartifact$list_package_groups_output <- function(...) {
  args <- c(as.list(environment()), list(...))
  shape <- structure(list(packageGroups = structure(list(structure(list(arn = structure(logical(0), tags = list(type = "string")), pattern = structure(logical(0), tags = list(type = "string")), domainName = structure(logical(0), tags = list(type = "string")), domainOwner = structure(logical(0), tags = list(type = "string")), createdTime = structure(logical(0), tags = list(type = "timestamp")), contactInfo = structure(logical(0), tags = list(type = "string")), description = structure(logical(0), tags = list(type = "string")), originConfiguration = structure(list(restrictions = structure(list(structure(list(mode = structure(logical(0), tags = list(type = "string")), effectiveMode = structure(logical(0), tags = list(type = "string")), inheritedFrom = structure(list(arn = structure(logical(0), tags = list(type = "string")), pattern = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), repositoriesCount = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure"))), tags = list(type = "map"))), tags = list(type = "structure")), parent = structure(list(arn = structure(logical(0), tags = list(type = "string")), pattern = 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))
}

.codeartifact$list_package_version_assets_input <- function(...) {
  args <- c(as.list(environment()), list(...))
  shape <- structure(list(domain = structure(logical(0), tags = list(location = "querystring", locationName = "domain", type = "string")), domainOwner = structure(logical(0), tags = list(location = "querystring", locationName = "domain-owner", type = "string")), repository = structure(logical(0), tags = list(location = "querystring", locationName = "repository", type = "string")), format = structure(logical(0), tags = list(location = "querystring", locationName = "format", type = "string")), namespace = structure(logical(0), tags = list(location = "querystring", locationName = "namespace", type = "string")), package = structure(logical(0), tags = list(location = "querystring", locationName = "package", type = "string")), packageVersion = structure(logical(0), tags = list(location = "querystring", locationName = "version", type = "string")), maxResults = structure(logical(0), tags = list(location = "querystring", locationName = "max-results", type = "integer")), nextToken = structure(logical(0), tags = list(location = "querystring", locationName = "next-token", type = "string"))), tags = list(type = "structure"))
  return(populate(args, shape))
}

.codeartifact$list_package_version_assets_output <- function(...) {
  args <- c(as.list(environment()), list(...))
  shape <- structure(list(format = structure(logical(0), tags = list(type = "string")), namespace = structure(logical(0), tags = list(type = "string")), package = structure(logical(0), tags = list(type = "string")), version = structure(logical(0), tags = list(type = "string")), versionRevision = structure(logical(0), tags = list(type = "string")), nextToken = structure(logical(0), tags = list(type = "string")), assets = structure(list(structure(list(name = structure(logical(0), tags = list(type = "string")), size = structure(logical(0), tags = list(type = "long")), hashes = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "map"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))
  return(populate(args, shape))
}

.codeartifact$list_package_version_dependencies_input <- function(...) {
  args <- c(as.list(environment()), list(...))
  shape <- structure(list(domain = structure(logical(0), tags = list(location = "querystring", locationName = "domain", type = "string")), domainOwner = structure(logical(0), tags = list(location = "querystring", locationName = "domain-owner", type = "string")), repository = structure(logical(0), tags = list(location = "querystring", locationName = "repository", type = "string")), format = structure(logical(0), tags = list(location = "querystring", locationName = "format", type = "string")), namespace = structure(logical(0), tags = list(location = "querystring", locationName = "namespace", type = "string")), package = structure(logical(0), tags = list(location = "querystring", locationName = "package", type = "string")), packageVersion = structure(logical(0), tags = list(location = "querystring", locationName = "version", type = "string")), nextToken = structure(logical(0), tags = list(location = "querystring", locationName = "next-token", type = "string"))), tags = list(type = "structure"))
  return(populate(args, shape))
}

.codeartifact$list_package_version_dependencies_output <- function(...) {
  args <- c(as.list(environment()), list(...))
  shape <- structure(list(format = structure(logical(0), tags = list(type = "string")), namespace = structure(logical(0), tags = list(type = "string")), package = structure(logical(0), tags = list(type = "string")), version = structure(logical(0), tags = list(type = "string")), versionRevision = structure(logical(0), tags = list(type = "string")), nextToken = structure(logical(0), tags = list(type = "string")), dependencies = structure(list(structure(list(namespace = structure(logical(0), tags = list(type = "string")), package = structure(logical(0), tags = list(type = "string")), dependencyType = structure(logical(0), tags = list(type = "string")), versionRequirement = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))
  return(populate(args, shape))
}

.codeartifact$list_package_versions_input <- function(...) {
  args <- c(as.list(environment()), list(...))
  shape <- structure(list(domain = structure(logical(0), tags = list(location = "querystring", locationName = "domain", type = "string")), domainOwner = structure(logical(0), tags = list(location = "querystring", locationName = "domain-owner", type = "string")), repository = structure(logical(0), tags = list(location = "querystring", locationName = "repository", type = "string")), format = structure(logical(0), tags = list(location = "querystring", locationName = "format", type = "string")), namespace = structure(logical(0), tags = list(location = "querystring", locationName = "namespace", type = "string")), package = structure(logical(0), tags = list(location = "querystring", locationName = "package", type = "string")), status = structure(logical(0), tags = list(location = "querystring", locationName = "status", type = "string")), sortBy = structure(logical(0), tags = list(location = "querystring", locationName = "sortBy", type = "string")), maxResults = structure(logical(0), tags = list(location = "querystring", locationName = "max-results", type = "integer")), nextToken = structure(logical(0), tags = list(location = "querystring", locationName = "next-token", type = "string")), originType = structure(logical(0), tags = list(location = "querystring", locationName = "originType", type = "string"))), tags = list(type = "structure"))
  return(populate(args, shape))
}

.codeartifact$list_package_versions_output <- function(...) {
  args <- c(as.list(environment()), list(...))
  shape <- structure(list(defaultDisplayVersion = structure(logical(0), tags = list(type = "string")), format = structure(logical(0), tags = list(type = "string")), namespace = structure(logical(0), tags = list(type = "string")), package = structure(logical(0), tags = list(type = "string")), versions = structure(list(structure(list(version = structure(logical(0), tags = list(type = "string")), revision = structure(logical(0), tags = list(type = "string")), status = structure(logical(0), tags = list(type = "string")), origin = structure(list(domainEntryPoint = structure(list(repositoryName = structure(logical(0), tags = list(type = "string")), externalConnectionName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), originType = 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))
}

.codeartifact$list_packages_input <- function(...) {
  args <- c(as.list(environment()), list(...))
  shape <- structure(list(domain = structure(logical(0), tags = list(location = "querystring", locationName = "domain", type = "string")), domainOwner = structure(logical(0), tags = list(location = "querystring", locationName = "domain-owner", type = "string")), repository = structure(logical(0), tags = list(location = "querystring", locationName = "repository", type = "string")), format = structure(logical(0), tags = list(location = "querystring", locationName = "format", type = "string")), namespace = structure(logical(0), tags = list(location = "querystring", locationName = "namespace", type = "string")), packagePrefix = structure(logical(0), tags = list(location = "querystring", locationName = "package-prefix", type = "string")), maxResults = structure(logical(0), tags = list(location = "querystring", locationName = "max-results", type = "integer")), nextToken = structure(logical(0), tags = list(location = "querystring", locationName = "next-token", type = "string")), publish = structure(logical(0), tags = list(location = "querystring", locationName = "publish", type = "string")), upstream = structure(logical(0), tags = list(location = "querystring", locationName = "upstream", type = "string"))), tags = list(type = "structure"))
  return(populate(args, shape))
}

.codeartifact$list_packages_output <- function(...) {
  args <- c(as.list(environment()), list(...))
  shape <- structure(list(packages = structure(list(structure(list(format = structure(logical(0), tags = list(type = "string")), namespace = structure(logical(0), tags = list(type = "string")), package = structure(logical(0), tags = list(type = "string")), originConfiguration = structure(list(restrictions = structure(list(publish = structure(logical(0), tags = list(type = "string")), upstream = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list")), nextToken = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))
  return(populate(args, shape))
}

.codeartifact$list_repositories_input <- function(...) {
  args <- c(as.list(environment()), list(...))
  shape <- structure(list(repositoryPrefix = structure(logical(0), tags = list(location = "querystring", locationName = "repository-prefix", type = "string")), maxResults = structure(logical(0), tags = list(location = "querystring", locationName = "max-results", type = "integer")), nextToken = structure(logical(0), tags = list(location = "querystring", locationName = "next-token", type = "string"))), tags = list(type = "structure"))
  return(populate(args, shape))
}

.codeartifact$list_repositories_output <- function(...) {
  args <- c(as.list(environment()), list(...))
  shape <- structure(list(repositories = structure(list(structure(list(name = structure(logical(0), tags = list(type = "string")), administratorAccount = structure(logical(0), tags = list(type = "string")), domainName = structure(logical(0), tags = list(type = "string")), domainOwner = structure(logical(0), tags = list(type = "string")), arn = structure(logical(0), tags = list(type = "string")), description = structure(logical(0), tags = list(type = "string")), createdTime = structure(logical(0), tags = list(type = "timestamp"))), tags = list(type = "structure"))), tags = list(type = "list")), nextToken = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))
  return(populate(args, shape))
}

.codeartifact$list_repositories_in_domain_input <- function(...) {
  args <- c(as.list(environment()), list(...))
  shape <- structure(list(domain = structure(logical(0), tags = list(location = "querystring", locationName = "domain", type = "string")), domainOwner = structure(logical(0), tags = list(location = "querystring", locationName = "domain-owner", type = "string")), administratorAccount = structure(logical(0), tags = list(location = "querystring", locationName = "administrator-account", type = "string")), repositoryPrefix = structure(logical(0), tags = list(location = "querystring", locationName = "repository-prefix", type = "string")), maxResults = structure(logical(0), tags = list(location = "querystring", locationName = "max-results", type = "integer")), nextToken = structure(logical(0), tags = list(location = "querystring", locationName = "next-token", type = "string"))), tags = list(type = "structure"))
  return(populate(args, shape))
}

.codeartifact$list_repositories_in_domain_output <- function(...) {
  args <- c(as.list(environment()), list(...))
  shape <- structure(list(repositories = structure(list(structure(list(name = structure(logical(0), tags = list(type = "string")), administratorAccount = structure(logical(0), tags = list(type = "string")), domainName = structure(logical(0), tags = list(type = "string")), domainOwner = structure(logical(0), tags = list(type = "string")), arn = structure(logical(0), tags = list(type = "string")), description = structure(logical(0), tags = list(type = "string")), createdTime = structure(logical(0), tags = list(type = "timestamp"))), tags = list(type = "structure"))), tags = list(type = "list")), nextToken = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))
  return(populate(args, shape))
}

.codeartifact$list_sub_package_groups_input <- function(...) {
  args <- c(as.list(environment()), list(...))
  shape <- structure(list(domain = structure(logical(0), tags = list(location = "querystring", locationName = "domain", type = "string")), domainOwner = structure(logical(0), tags = list(location = "querystring", locationName = "domain-owner", type = "string")), packageGroup = structure(logical(0), tags = list(location = "querystring", locationName = "package-group", type = "string")), maxResults = structure(logical(0), tags = list(location = "querystring", locationName = "max-results", type = "integer")), nextToken = structure(logical(0), tags = list(location = "querystring", locationName = "next-token", type = "string"))), tags = list(type = "structure"))
  return(populate(args, shape))
}

.codeartifact$list_sub_package_groups_output <- function(...) {
  args <- c(as.list(environment()), list(...))
  shape <- structure(list(packageGroups = structure(list(structure(list(arn = structure(logical(0), tags = list(type = "string")), pattern = structure(logical(0), tags = list(type = "string")), domainName = structure(logical(0), tags = list(type = "string")), domainOwner = structure(logical(0), tags = list(type = "string")), createdTime = structure(logical(0), tags = list(type = "timestamp")), contactInfo = structure(logical(0), tags = list(type = "string")), description = structure(logical(0), tags = list(type = "string")), originConfiguration = structure(list(restrictions = structure(list(structure(list(mode = structure(logical(0), tags = list(type = "string")), effectiveMode = structure(logical(0), tags = list(type = "string")), inheritedFrom = structure(list(arn = structure(logical(0), tags = list(type = "string")), pattern = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), repositoriesCount = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure"))), tags = list(type = "map"))), tags = list(type = "structure")), parent = structure(list(arn = structure(logical(0), tags = list(type = "string")), pattern = 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))
}

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

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

.codeartifact$publish_package_version_input <- function(...) {
  args <- c(as.list(environment()), list(...))
  shape <- structure(list(domain = structure(logical(0), tags = list(location = "querystring", locationName = "domain", type = "string")), domainOwner = structure(logical(0), tags = list(location = "querystring", locationName = "domain-owner", type = "string")), repository = structure(logical(0), tags = list(location = "querystring", locationName = "repository", type = "string")), format = structure(logical(0), tags = list(location = "querystring", locationName = "format", type = "string")), namespace = structure(logical(0), tags = list(location = "querystring", locationName = "namespace", type = "string")), package = structure(logical(0), tags = list(location = "querystring", locationName = "package", type = "string")), packageVersion = structure(logical(0), tags = list(location = "querystring", locationName = "version", type = "string")), assetContent = structure(logical(0), tags = list(type = "blob", streaming = TRUE)), assetName = structure(logical(0), tags = list(location = "querystring", locationName = "asset", type = "string")), assetSHA256 = structure(logical(0), tags = list(location = "header", locationName = "x-amz-content-sha256", type = "string")), unfinished = structure(logical(0), tags = list(location = "querystring", locationName = "unfinished", type = "boolean"))), tags = list(type = "structure", payload = "assetContent"))
  return(populate(args, shape))
}

.codeartifact$publish_package_version_output <- function(...) {
  args <- c(as.list(environment()), list(...))
  shape <- structure(list(format = structure(logical(0), tags = list(type = "string")), namespace = structure(logical(0), tags = list(type = "string")), package = structure(logical(0), tags = list(type = "string")), version = structure(logical(0), tags = list(type = "string")), versionRevision = structure(logical(0), tags = list(type = "string")), status = structure(logical(0), tags = list(type = "string")), asset = structure(list(name = structure(logical(0), tags = list(type = "string")), size = structure(logical(0), tags = list(type = "long")), hashes = 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))
}

.codeartifact$put_domain_permissions_policy_input <- function(...) {
  args <- c(as.list(environment()), list(...))
  shape <- structure(list(domain = structure(logical(0), tags = list(type = "string")), domainOwner = structure(logical(0), tags = list(type = "string")), policyRevision = structure(logical(0), tags = list(type = "string")), policyDocument = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))
  return(populate(args, shape))
}

.codeartifact$put_domain_permissions_policy_output <- function(...) {
  args <- c(as.list(environment()), list(...))
  shape <- structure(list(policy = structure(list(resourceArn = structure(logical(0), tags = list(type = "string")), revision = structure(logical(0), tags = list(type = "string")), document = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))
  return(populate(args, shape))
}

.codeartifact$put_package_origin_configuration_input <- function(...) {
  args <- c(as.list(environment()), list(...))
  shape <- structure(list(domain = structure(logical(0), tags = list(location = "querystring", locationName = "domain", type = "string")), domainOwner = structure(logical(0), tags = list(location = "querystring", locationName = "domain-owner", type = "string")), repository = structure(logical(0), tags = list(location = "querystring", locationName = "repository", type = "string")), format = structure(logical(0), tags = list(location = "querystring", locationName = "format", type = "string")), namespace = structure(logical(0), tags = list(location = "querystring", locationName = "namespace", type = "string")), package = structure(logical(0), tags = list(location = "querystring", locationName = "package", type = "string")), restrictions = structure(list(publish = structure(logical(0), tags = list(type = "string")), upstream = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))
  return(populate(args, shape))
}

.codeartifact$put_package_origin_configuration_output <- function(...) {
  args <- c(as.list(environment()), list(...))
  shape <- structure(list(originConfiguration = structure(list(restrictions = structure(list(publish = structure(logical(0), tags = list(type = "string")), upstream = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))
  return(populate(args, shape))
}

.codeartifact$put_repository_permissions_policy_input <- function(...) {
  args <- c(as.list(environment()), list(...))
  shape <- structure(list(domain = structure(logical(0), tags = list(location = "querystring", locationName = "domain", type = "string")), domainOwner = structure(logical(0), tags = list(location = "querystring", locationName = "domain-owner", type = "string")), repository = structure(logical(0), tags = list(location = "querystring", locationName = "repository", type = "string")), policyRevision = structure(logical(0), tags = list(type = "string")), policyDocument = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))
  return(populate(args, shape))
}

.codeartifact$put_repository_permissions_policy_output <- function(...) {
  args <- c(as.list(environment()), list(...))
  shape <- structure(list(policy = structure(list(resourceArn = structure(logical(0), tags = list(type = "string")), revision = structure(logical(0), tags = list(type = "string")), document = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))
  return(populate(args, shape))
}

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

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

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

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

.codeartifact$update_package_group_input <- function(...) {
  args <- c(as.list(environment()), list(...))
  shape <- structure(list(domain = structure(logical(0), tags = list(location = "querystring", locationName = "domain", type = "string")), domainOwner = structure(logical(0), tags = list(location = "querystring", locationName = "domain-owner", type = "string")), packageGroup = structure(logical(0), tags = list(type = "string")), contactInfo = structure(logical(0), tags = list(type = "string")), description = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))
  return(populate(args, shape))
}

.codeartifact$update_package_group_output <- function(...) {
  args <- c(as.list(environment()), list(...))
  shape <- structure(list(packageGroup = structure(list(arn = structure(logical(0), tags = list(type = "string")), pattern = structure(logical(0), tags = list(type = "string")), domainName = structure(logical(0), tags = list(type = "string")), domainOwner = structure(logical(0), tags = list(type = "string")), createdTime = structure(logical(0), tags = list(type = "timestamp")), contactInfo = structure(logical(0), tags = list(type = "string")), description = structure(logical(0), tags = list(type = "string")), originConfiguration = structure(list(restrictions = structure(list(structure(list(mode = structure(logical(0), tags = list(type = "string")), effectiveMode = structure(logical(0), tags = list(type = "string")), inheritedFrom = structure(list(arn = structure(logical(0), tags = list(type = "string")), pattern = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), repositoriesCount = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure"))), tags = list(type = "map"))), tags = list(type = "structure")), parent = structure(list(arn = structure(logical(0), tags = list(type = "string")), pattern = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))
  return(populate(args, shape))
}

.codeartifact$update_package_group_origin_configuration_input <- function(...) {
  args <- c(as.list(environment()), list(...))
  shape <- structure(list(domain = structure(logical(0), tags = list(location = "querystring", locationName = "domain", type = "string")), domainOwner = structure(logical(0), tags = list(location = "querystring", locationName = "domain-owner", type = "string")), packageGroup = structure(logical(0), tags = list(location = "querystring", locationName = "package-group", type = "string")), restrictions = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "map")), addAllowedRepositories = structure(list(structure(list(repositoryName = structure(logical(0), tags = list(type = "string")), originRestrictionType = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), removeAllowedRepositories = structure(list(structure(list(repositoryName = structure(logical(0), tags = list(type = "string")), originRestrictionType = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))
  return(populate(args, shape))
}

.codeartifact$update_package_group_origin_configuration_output <- function(...) {
  args <- c(as.list(environment()), list(...))
  shape <- structure(list(packageGroup = structure(list(arn = structure(logical(0), tags = list(type = "string")), pattern = structure(logical(0), tags = list(type = "string")), domainName = structure(logical(0), tags = list(type = "string")), domainOwner = structure(logical(0), tags = list(type = "string")), createdTime = structure(logical(0), tags = list(type = "timestamp")), contactInfo = structure(logical(0), tags = list(type = "string")), description = structure(logical(0), tags = list(type = "string")), originConfiguration = structure(list(restrictions = structure(list(structure(list(mode = structure(logical(0), tags = list(type = "string")), effectiveMode = structure(logical(0), tags = list(type = "string")), inheritedFrom = structure(list(arn = structure(logical(0), tags = list(type = "string")), pattern = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), repositoriesCount = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure"))), tags = list(type = "map"))), tags = list(type = "structure")), parent = structure(list(arn = structure(logical(0), tags = list(type = "string")), pattern = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), allowedRepositoryUpdates = structure(list(structure(list(structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list"))), tags = list(type = "map"))), tags = list(type = "map"))), tags = list(type = "structure"))
  return(populate(args, shape))
}

.codeartifact$update_package_versions_status_input <- function(...) {
  args <- c(as.list(environment()), list(...))
  shape <- structure(list(domain = structure(logical(0), tags = list(location = "querystring", locationName = "domain", type = "string")), domainOwner = structure(logical(0), tags = list(location = "querystring", locationName = "domain-owner", type = "string")), repository = structure(logical(0), tags = list(location = "querystring", locationName = "repository", type = "string")), format = structure(logical(0), tags = list(location = "querystring", locationName = "format", type = "string")), namespace = structure(logical(0), tags = list(location = "querystring", locationName = "namespace", type = "string")), package = structure(logical(0), tags = list(location = "querystring", locationName = "package", type = "string")), versions = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), versionRevisions = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "map")), expectedStatus = structure(logical(0), tags = list(type = "string")), targetStatus = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))
  return(populate(args, shape))
}

.codeartifact$update_package_versions_status_output <- function(...) {
  args <- c(as.list(environment()), list(...))
  shape <- structure(list(successfulVersions = structure(list(structure(list(revision = structure(logical(0), tags = list(type = "string")), status = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "map")), failedVersions = 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 = "map"))), tags = list(type = "structure"))
  return(populate(args, shape))
}

.codeartifact$update_repository_input <- function(...) {
  args <- c(as.list(environment()), list(...))
  shape <- structure(list(domain = structure(logical(0), tags = list(location = "querystring", locationName = "domain", type = "string")), domainOwner = structure(logical(0), tags = list(location = "querystring", locationName = "domain-owner", type = "string")), repository = structure(logical(0), tags = list(location = "querystring", locationName = "repository", type = "string")), description = structure(logical(0), tags = list(type = "string")), upstreams = structure(list(structure(list(repositoryName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))
  return(populate(args, shape))
}

.codeartifact$update_repository_output <- function(...) {
  args <- c(as.list(environment()), list(...))
  shape <- structure(list(repository = structure(list(name = structure(logical(0), tags = list(type = "string")), administratorAccount = structure(logical(0), tags = list(type = "string")), domainName = structure(logical(0), tags = list(type = "string")), domainOwner = structure(logical(0), tags = list(type = "string")), arn = structure(logical(0), tags = list(type = "string")), description = structure(logical(0), tags = list(type = "string")), upstreams = structure(list(structure(list(repositoryName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), externalConnections = structure(list(structure(list(externalConnectionName = structure(logical(0), tags = list(type = "string")), packageFormat = structure(logical(0), tags = list(type = "string")), status = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), createdTime = structure(logical(0), tags = list(type = "timestamp"))), tags = list(type = "structure"))), tags = list(type = "structure"))
  return(populate(args, shape))
}

Try the paws.developer.tools package in your browser

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

paws.developer.tools documentation built on Sept. 12, 2024, 6:46 a.m.