R/codestarconnections_interfaces.R

Defines functions update_sync_configuration_output update_sync_configuration_input update_sync_blocker_output update_sync_blocker_input update_repository_link_output update_repository_link_input update_host_output update_host_input untag_resource_output untag_resource_input tag_resource_output tag_resource_input list_tags_for_resource_output list_tags_for_resource_input list_sync_configurations_output list_sync_configurations_input list_repository_sync_definitions_output list_repository_sync_definitions_input list_repository_links_output list_repository_links_input list_hosts_output list_hosts_input list_connections_output list_connections_input get_sync_configuration_output get_sync_configuration_input get_sync_blocker_summary_output get_sync_blocker_summary_input get_resource_sync_status_output get_resource_sync_status_input get_repository_sync_status_output get_repository_sync_status_input get_repository_link_output get_repository_link_input get_host_output get_host_input get_connection_output get_connection_input delete_sync_configuration_output delete_sync_configuration_input delete_repository_link_output delete_repository_link_input delete_host_output delete_host_input delete_connection_output delete_connection_input create_sync_configuration_output create_sync_configuration_input create_repository_link_output create_repository_link_input create_host_output create_host_input create_connection_output create_connection_input

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

.codestarconnections$create_connection_input <- function(...) {
  args <- c(as.list(environment()), list(...))
  shape <- structure(list(ProviderType = structure(logical(0), tags = list(type = "string")), ConnectionName = 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")), HostArn = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))
  return(populate(args, shape))
}

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

.codestarconnections$create_host_input <- function(...) {
  args <- c(as.list(environment()), list(...))
  shape <- structure(list(Name = structure(logical(0), tags = list(type = "string")), ProviderType = structure(logical(0), tags = list(type = "string")), ProviderEndpoint = structure(logical(0), tags = list(type = "string")), VpcConfiguration = structure(list(VpcId = structure(logical(0), tags = list(type = "string")), SubnetIds = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), SecurityGroupIds = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), TlsCertificate = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), 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))
}

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

.codestarconnections$create_repository_link_input <- function(...) {
  args <- c(as.list(environment()), list(...))
  shape <- structure(list(ConnectionArn = structure(logical(0), tags = list(type = "string")), OwnerId = structure(logical(0), tags = list(type = "string")), RepositoryName = structure(logical(0), tags = list(type = "string")), EncryptionKeyArn = 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))
}

.codestarconnections$create_repository_link_output <- function(...) {
  args <- c(as.list(environment()), list(...))
  shape <- structure(list(RepositoryLinkInfo = structure(list(ConnectionArn = structure(logical(0), tags = list(type = "string")), EncryptionKeyArn = structure(logical(0), tags = list(type = "string")), OwnerId = structure(logical(0), tags = list(type = "string")), ProviderType = structure(logical(0), tags = list(type = "string")), RepositoryLinkArn = structure(logical(0), tags = list(type = "string")), RepositoryLinkId = structure(logical(0), tags = list(type = "string")), RepositoryName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))
  return(populate(args, shape))
}

.codestarconnections$create_sync_configuration_input <- function(...) {
  args <- c(as.list(environment()), list(...))
  shape <- structure(list(Branch = structure(logical(0), tags = list(type = "string")), ConfigFile = structure(logical(0), tags = list(type = "string")), RepositoryLinkId = structure(logical(0), tags = list(type = "string")), ResourceName = structure(logical(0), tags = list(type = "string")), RoleArn = structure(logical(0), tags = list(type = "string")), SyncType = structure(logical(0), tags = list(type = "string")), PublishDeploymentStatus = structure(logical(0), tags = list(type = "string")), TriggerResourceUpdateOn = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))
  return(populate(args, shape))
}

.codestarconnections$create_sync_configuration_output <- function(...) {
  args <- c(as.list(environment()), list(...))
  shape <- structure(list(SyncConfiguration = structure(list(Branch = structure(logical(0), tags = list(type = "string")), ConfigFile = structure(logical(0), tags = list(type = "string")), OwnerId = structure(logical(0), tags = list(type = "string")), ProviderType = structure(logical(0), tags = list(type = "string")), RepositoryLinkId = structure(logical(0), tags = list(type = "string")), RepositoryName = structure(logical(0), tags = list(type = "string")), ResourceName = structure(logical(0), tags = list(type = "string")), RoleArn = structure(logical(0), tags = list(type = "string")), SyncType = structure(logical(0), tags = list(type = "string")), PublishDeploymentStatus = structure(logical(0), tags = list(type = "string")), TriggerResourceUpdateOn = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))
  return(populate(args, shape))
}

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

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

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

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

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

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

.codestarconnections$delete_sync_configuration_input <- function(...) {
  args <- c(as.list(environment()), list(...))
  shape <- structure(list(SyncType = structure(logical(0), tags = list(type = "string")), ResourceName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))
  return(populate(args, shape))
}

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

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

.codestarconnections$get_connection_output <- function(...) {
  args <- c(as.list(environment()), list(...))
  shape <- structure(list(Connection = structure(list(ConnectionName = structure(logical(0), tags = list(type = "string")), ConnectionArn = structure(logical(0), tags = list(type = "string")), ProviderType = structure(logical(0), tags = list(type = "string")), OwnerAccountId = structure(logical(0), tags = list(type = "string")), ConnectionStatus = structure(logical(0), tags = list(type = "string")), HostArn = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))
  return(populate(args, shape))
}

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

.codestarconnections$get_host_output <- function(...) {
  args <- c(as.list(environment()), list(...))
  shape <- structure(list(Name = structure(logical(0), tags = list(type = "string")), Status = structure(logical(0), tags = list(type = "string")), ProviderType = structure(logical(0), tags = list(type = "string")), ProviderEndpoint = structure(logical(0), tags = list(type = "string")), VpcConfiguration = structure(list(VpcId = structure(logical(0), tags = list(type = "string")), SubnetIds = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), SecurityGroupIds = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), TlsCertificate = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))
  return(populate(args, shape))
}

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

.codestarconnections$get_repository_link_output <- function(...) {
  args <- c(as.list(environment()), list(...))
  shape <- structure(list(RepositoryLinkInfo = structure(list(ConnectionArn = structure(logical(0), tags = list(type = "string")), EncryptionKeyArn = structure(logical(0), tags = list(type = "string")), OwnerId = structure(logical(0), tags = list(type = "string")), ProviderType = structure(logical(0), tags = list(type = "string")), RepositoryLinkArn = structure(logical(0), tags = list(type = "string")), RepositoryLinkId = structure(logical(0), tags = list(type = "string")), RepositoryName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))
  return(populate(args, shape))
}

.codestarconnections$get_repository_sync_status_input <- function(...) {
  args <- c(as.list(environment()), list(...))
  shape <- structure(list(Branch = structure(logical(0), tags = list(type = "string")), RepositoryLinkId = structure(logical(0), tags = list(type = "string")), SyncType = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))
  return(populate(args, shape))
}

.codestarconnections$get_repository_sync_status_output <- function(...) {
  args <- c(as.list(environment()), list(...))
  shape <- structure(list(LatestSync = structure(list(StartedAt = structure(logical(0), tags = list(type = "timestamp")), Status = structure(logical(0), tags = list(type = "string")), Events = structure(list(structure(list(Event = structure(logical(0), tags = list(type = "string")), ExternalId = structure(logical(0), tags = list(type = "string")), Time = structure(logical(0), tags = list(type = "timestamp")), Type = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "structure"))
  return(populate(args, shape))
}

.codestarconnections$get_resource_sync_status_input <- function(...) {
  args <- c(as.list(environment()), list(...))
  shape <- structure(list(ResourceName = structure(logical(0), tags = list(type = "string")), SyncType = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))
  return(populate(args, shape))
}

.codestarconnections$get_resource_sync_status_output <- function(...) {
  args <- c(as.list(environment()), list(...))
  shape <- structure(list(DesiredState = structure(list(Branch = structure(logical(0), tags = list(type = "string")), Directory = structure(logical(0), tags = list(type = "string")), OwnerId = structure(logical(0), tags = list(type = "string")), RepositoryName = structure(logical(0), tags = list(type = "string")), ProviderType = structure(logical(0), tags = list(type = "string")), Sha = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), LatestSuccessfulSync = structure(list(Events = structure(list(structure(list(Event = structure(logical(0), tags = list(type = "string")), ExternalId = structure(logical(0), tags = list(type = "string")), Time = structure(logical(0), tags = list(type = "timestamp")), Type = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), InitialRevision = structure(list(Branch = structure(logical(0), tags = list(type = "string")), Directory = structure(logical(0), tags = list(type = "string")), OwnerId = structure(logical(0), tags = list(type = "string")), RepositoryName = structure(logical(0), tags = list(type = "string")), ProviderType = structure(logical(0), tags = list(type = "string")), Sha = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), StartedAt = structure(logical(0), tags = list(type = "timestamp")), Status = structure(logical(0), tags = list(type = "string")), TargetRevision = structure(list(Branch = structure(logical(0), tags = list(type = "string")), Directory = structure(logical(0), tags = list(type = "string")), OwnerId = structure(logical(0), tags = list(type = "string")), RepositoryName = structure(logical(0), tags = list(type = "string")), ProviderType = structure(logical(0), tags = list(type = "string")), Sha = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Target = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), LatestSync = structure(list(Events = structure(list(structure(list(Event = structure(logical(0), tags = list(type = "string")), ExternalId = structure(logical(0), tags = list(type = "string")), Time = structure(logical(0), tags = list(type = "timestamp")), Type = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), InitialRevision = structure(list(Branch = structure(logical(0), tags = list(type = "string")), Directory = structure(logical(0), tags = list(type = "string")), OwnerId = structure(logical(0), tags = list(type = "string")), RepositoryName = structure(logical(0), tags = list(type = "string")), ProviderType = structure(logical(0), tags = list(type = "string")), Sha = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), StartedAt = structure(logical(0), tags = list(type = "timestamp")), Status = structure(logical(0), tags = list(type = "string")), TargetRevision = structure(list(Branch = structure(logical(0), tags = list(type = "string")), Directory = structure(logical(0), tags = list(type = "string")), OwnerId = structure(logical(0), tags = list(type = "string")), RepositoryName = structure(logical(0), tags = list(type = "string")), ProviderType = structure(logical(0), tags = list(type = "string")), Sha = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Target = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))
  return(populate(args, shape))
}

.codestarconnections$get_sync_blocker_summary_input <- function(...) {
  args <- c(as.list(environment()), list(...))
  shape <- structure(list(SyncType = structure(logical(0), tags = list(type = "string")), ResourceName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))
  return(populate(args, shape))
}

.codestarconnections$get_sync_blocker_summary_output <- function(...) {
  args <- c(as.list(environment()), list(...))
  shape <- structure(list(SyncBlockerSummary = structure(list(ResourceName = structure(logical(0), tags = list(type = "string")), ParentResourceName = structure(logical(0), tags = list(type = "string")), LatestBlockers = structure(list(structure(list(Id = structure(logical(0), tags = list(type = "string")), Type = structure(logical(0), tags = list(type = "string")), Status = structure(logical(0), tags = list(type = "string")), CreatedReason = structure(logical(0), tags = list(type = "string")), CreatedAt = structure(logical(0), tags = list(type = "timestamp")), Contexts = 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")), ResolvedReason = structure(logical(0), tags = list(type = "string")), ResolvedAt = structure(logical(0), tags = list(type = "timestamp"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "structure"))
  return(populate(args, shape))
}

.codestarconnections$get_sync_configuration_input <- function(...) {
  args <- c(as.list(environment()), list(...))
  shape <- structure(list(SyncType = structure(logical(0), tags = list(type = "string")), ResourceName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))
  return(populate(args, shape))
}

.codestarconnections$get_sync_configuration_output <- function(...) {
  args <- c(as.list(environment()), list(...))
  shape <- structure(list(SyncConfiguration = structure(list(Branch = structure(logical(0), tags = list(type = "string")), ConfigFile = structure(logical(0), tags = list(type = "string")), OwnerId = structure(logical(0), tags = list(type = "string")), ProviderType = structure(logical(0), tags = list(type = "string")), RepositoryLinkId = structure(logical(0), tags = list(type = "string")), RepositoryName = structure(logical(0), tags = list(type = "string")), ResourceName = structure(logical(0), tags = list(type = "string")), RoleArn = structure(logical(0), tags = list(type = "string")), SyncType = structure(logical(0), tags = list(type = "string")), PublishDeploymentStatus = structure(logical(0), tags = list(type = "string")), TriggerResourceUpdateOn = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))
  return(populate(args, shape))
}

.codestarconnections$list_connections_input <- function(...) {
  args <- c(as.list(environment()), list(...))
  shape <- structure(list(ProviderTypeFilter = structure(logical(0), tags = list(type = "string")), HostArnFilter = structure(logical(0), tags = list(type = "string")), MaxResults = structure(logical(0), tags = list(type = "integer")), NextToken = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))
  return(populate(args, shape))
}

.codestarconnections$list_connections_output <- function(...) {
  args <- c(as.list(environment()), list(...))
  shape <- structure(list(Connections = structure(list(structure(list(ConnectionName = structure(logical(0), tags = list(type = "string")), ConnectionArn = structure(logical(0), tags = list(type = "string")), ProviderType = structure(logical(0), tags = list(type = "string")), OwnerAccountId = structure(logical(0), tags = list(type = "string")), ConnectionStatus = structure(logical(0), tags = list(type = "string")), HostArn = 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))
}

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

.codestarconnections$list_hosts_output <- function(...) {
  args <- c(as.list(environment()), list(...))
  shape <- structure(list(Hosts = structure(list(structure(list(Name = structure(logical(0), tags = list(type = "string")), HostArn = structure(logical(0), tags = list(type = "string")), ProviderType = structure(logical(0), tags = list(type = "string")), ProviderEndpoint = structure(logical(0), tags = list(type = "string")), VpcConfiguration = structure(list(VpcId = structure(logical(0), tags = list(type = "string")), SubnetIds = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), SecurityGroupIds = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), TlsCertificate = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Status = structure(logical(0), tags = list(type = "string")), StatusMessage = 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))
}

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

.codestarconnections$list_repository_links_output <- function(...) {
  args <- c(as.list(environment()), list(...))
  shape <- structure(list(RepositoryLinks = structure(list(structure(list(ConnectionArn = structure(logical(0), tags = list(type = "string")), EncryptionKeyArn = structure(logical(0), tags = list(type = "string")), OwnerId = structure(logical(0), tags = list(type = "string")), ProviderType = structure(logical(0), tags = list(type = "string")), RepositoryLinkArn = structure(logical(0), tags = list(type = "string")), RepositoryLinkId = structure(logical(0), tags = list(type = "string")), RepositoryName = 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))
}

.codestarconnections$list_repository_sync_definitions_input <- function(...) {
  args <- c(as.list(environment()), list(...))
  shape <- structure(list(RepositoryLinkId = structure(logical(0), tags = list(type = "string")), SyncType = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))
  return(populate(args, shape))
}

.codestarconnections$list_repository_sync_definitions_output <- function(...) {
  args <- c(as.list(environment()), list(...))
  shape <- structure(list(RepositorySyncDefinitions = structure(list(structure(list(Branch = structure(logical(0), tags = list(type = "string")), Directory = structure(logical(0), tags = list(type = "string")), Parent = structure(logical(0), tags = list(type = "string")), Target = 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))
}

.codestarconnections$list_sync_configurations_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")), RepositoryLinkId = structure(logical(0), tags = list(type = "string")), SyncType = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))
  return(populate(args, shape))
}

.codestarconnections$list_sync_configurations_output <- function(...) {
  args <- c(as.list(environment()), list(...))
  shape <- structure(list(SyncConfigurations = structure(list(structure(list(Branch = structure(logical(0), tags = list(type = "string")), ConfigFile = structure(logical(0), tags = list(type = "string")), OwnerId = structure(logical(0), tags = list(type = "string")), ProviderType = structure(logical(0), tags = list(type = "string")), RepositoryLinkId = structure(logical(0), tags = list(type = "string")), RepositoryName = structure(logical(0), tags = list(type = "string")), ResourceName = structure(logical(0), tags = list(type = "string")), RoleArn = structure(logical(0), tags = list(type = "string")), SyncType = structure(logical(0), tags = list(type = "string")), PublishDeploymentStatus = structure(logical(0), tags = list(type = "string")), TriggerResourceUpdateOn = 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))
}

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

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

.codestarconnections$tag_resource_input <- function(...) {
  args <- c(as.list(environment()), list(...))
  shape <- structure(list(ResourceArn = structure(logical(0), tags = list(type = "string")), Tags = structure(list(structure(list(Key = structure(logical(0), tags = list(type = "string")), Value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))
  return(populate(args, shape))
}

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

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

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

.codestarconnections$update_host_input <- function(...) {
  args <- c(as.list(environment()), list(...))
  shape <- structure(list(HostArn = structure(logical(0), tags = list(type = "string")), ProviderEndpoint = structure(logical(0), tags = list(type = "string")), VpcConfiguration = structure(list(VpcId = structure(logical(0), tags = list(type = "string")), SubnetIds = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), SecurityGroupIds = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), TlsCertificate = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))
  return(populate(args, shape))
}

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

.codestarconnections$update_repository_link_input <- function(...) {
  args <- c(as.list(environment()), list(...))
  shape <- structure(list(ConnectionArn = structure(logical(0), tags = list(type = "string")), EncryptionKeyArn = structure(logical(0), tags = list(type = "string")), RepositoryLinkId = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))
  return(populate(args, shape))
}

.codestarconnections$update_repository_link_output <- function(...) {
  args <- c(as.list(environment()), list(...))
  shape <- structure(list(RepositoryLinkInfo = structure(list(ConnectionArn = structure(logical(0), tags = list(type = "string")), EncryptionKeyArn = structure(logical(0), tags = list(type = "string")), OwnerId = structure(logical(0), tags = list(type = "string")), ProviderType = structure(logical(0), tags = list(type = "string")), RepositoryLinkArn = structure(logical(0), tags = list(type = "string")), RepositoryLinkId = structure(logical(0), tags = list(type = "string")), RepositoryName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))
  return(populate(args, shape))
}

.codestarconnections$update_sync_blocker_input <- function(...) {
  args <- c(as.list(environment()), list(...))
  shape <- structure(list(Id = structure(logical(0), tags = list(type = "string")), SyncType = structure(logical(0), tags = list(type = "string")), ResourceName = structure(logical(0), tags = list(type = "string")), ResolvedReason = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))
  return(populate(args, shape))
}

.codestarconnections$update_sync_blocker_output <- function(...) {
  args <- c(as.list(environment()), list(...))
  shape <- structure(list(ResourceName = structure(logical(0), tags = list(type = "string")), ParentResourceName = structure(logical(0), tags = list(type = "string")), SyncBlocker = structure(list(Id = structure(logical(0), tags = list(type = "string")), Type = structure(logical(0), tags = list(type = "string")), Status = structure(logical(0), tags = list(type = "string")), CreatedReason = structure(logical(0), tags = list(type = "string")), CreatedAt = structure(logical(0), tags = list(type = "timestamp")), Contexts = 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")), ResolvedReason = structure(logical(0), tags = list(type = "string")), ResolvedAt = structure(logical(0), tags = list(type = "timestamp"))), tags = list(type = "structure"))), tags = list(type = "structure"))
  return(populate(args, shape))
}

.codestarconnections$update_sync_configuration_input <- function(...) {
  args <- c(as.list(environment()), list(...))
  shape <- structure(list(Branch = structure(logical(0), tags = list(type = "string")), ConfigFile = structure(logical(0), tags = list(type = "string")), RepositoryLinkId = structure(logical(0), tags = list(type = "string")), ResourceName = structure(logical(0), tags = list(type = "string")), RoleArn = structure(logical(0), tags = list(type = "string")), SyncType = structure(logical(0), tags = list(type = "string")), PublishDeploymentStatus = structure(logical(0), tags = list(type = "string")), TriggerResourceUpdateOn = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))
  return(populate(args, shape))
}

.codestarconnections$update_sync_configuration_output <- function(...) {
  args <- c(as.list(environment()), list(...))
  shape <- structure(list(SyncConfiguration = structure(list(Branch = structure(logical(0), tags = list(type = "string")), ConfigFile = structure(logical(0), tags = list(type = "string")), OwnerId = structure(logical(0), tags = list(type = "string")), ProviderType = structure(logical(0), tags = list(type = "string")), RepositoryLinkId = structure(logical(0), tags = list(type = "string")), RepositoryName = structure(logical(0), tags = list(type = "string")), ResourceName = structure(logical(0), tags = list(type = "string")), RoleArn = structure(logical(0), tags = list(type = "string")), SyncType = structure(logical(0), tags = list(type = "string")), PublishDeploymentStatus = structure(logical(0), tags = list(type = "string")), TriggerResourceUpdateOn = structure(logical(0), tags = list(type = "string"))), 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.