R/resourceexplorer_interfaces.R

Defines functions update_view_output update_view_input update_index_type_output update_index_type_input untag_resource_output untag_resource_input tag_resource_output tag_resource_input search_output search_input list_views_output list_views_input list_tags_for_resource_output list_tags_for_resource_input list_supported_resource_types_output list_supported_resource_types_input list_indexes_for_members_output list_indexes_for_members_input list_indexes_output list_indexes_input get_view_output get_view_input get_index_output get_index_input get_default_view_output get_default_view_input get_account_level_service_configuration_output get_account_level_service_configuration_input disassociate_default_view_output disassociate_default_view_input delete_view_output delete_view_input delete_index_output delete_index_input create_view_output create_view_input create_index_output create_index_input batch_get_view_output batch_get_view_input associate_default_view_output associate_default_view_input

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

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

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

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

.resourceexplorer$batch_get_view_output <- function(...) {
  args <- c(as.list(environment()), list(...))
  shape <- structure(list(Errors = structure(list(structure(list(ErrorMessage = structure(logical(0), tags = list(type = "string")), ViewArn = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), Views = structure(list(structure(list(Filters = structure(list(FilterString = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure", sensitive = TRUE)), IncludedProperties = structure(list(structure(list(Name = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), LastUpdatedAt = structure(logical(0), tags = list(type = "timestamp", timestampFormat = "iso8601")), Owner = structure(logical(0), tags = list(type = "string")), Scope = structure(logical(0), tags = list(type = "string")), ViewArn = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))
  return(populate(args, shape))
}

.resourceexplorer$create_index_input <- function(...) {
  args <- c(as.list(environment()), list(...))
  shape <- structure(list(ClientToken = structure(logical(0), tags = list(idempotencyToken = TRUE, type = "string")), Tags = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "map", sensitive = TRUE))), tags = list(type = "structure"))
  return(populate(args, shape))
}

.resourceexplorer$create_index_output <- function(...) {
  args <- c(as.list(environment()), list(...))
  shape <- structure(list(Arn = structure(logical(0), tags = list(type = "string")), CreatedAt = structure(logical(0), tags = list(type = "timestamp", timestampFormat = "iso8601")), State = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))
  return(populate(args, shape))
}

.resourceexplorer$create_view_input <- function(...) {
  args <- c(as.list(environment()), list(...))
  shape <- structure(list(ClientToken = structure(logical(0), tags = list(idempotencyToken = TRUE, type = "string")), Filters = structure(list(FilterString = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure", sensitive = TRUE)), IncludedProperties = structure(list(structure(list(Name = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), Scope = structure(logical(0), tags = list(type = "string")), Tags = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "map", sensitive = TRUE)), ViewName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))
  return(populate(args, shape))
}

.resourceexplorer$create_view_output <- function(...) {
  args <- c(as.list(environment()), list(...))
  shape <- structure(list(View = structure(list(Filters = structure(list(FilterString = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure", sensitive = TRUE)), IncludedProperties = structure(list(structure(list(Name = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), LastUpdatedAt = structure(logical(0), tags = list(type = "timestamp", timestampFormat = "iso8601")), Owner = structure(logical(0), tags = list(type = "string")), Scope = structure(logical(0), tags = list(type = "string")), ViewArn = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))
  return(populate(args, shape))
}

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

.resourceexplorer$delete_index_output <- function(...) {
  args <- c(as.list(environment()), list(...))
  shape <- structure(list(Arn = structure(logical(0), tags = list(type = "string")), LastUpdatedAt = structure(logical(0), tags = list(type = "timestamp", timestampFormat = "iso8601")), State = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))
  return(populate(args, shape))
}

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

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

.resourceexplorer$disassociate_default_view_input <- function(...) {
  list()
}

.resourceexplorer$disassociate_default_view_output <- function(...) {
  list()
}

.resourceexplorer$get_account_level_service_configuration_input <- function(...) {
  list()
}

.resourceexplorer$get_account_level_service_configuration_output <- function(...) {
  args <- c(as.list(environment()), list(...))
  shape <- structure(list(OrgConfiguration = structure(list(AWSServiceAccessStatus = structure(logical(0), tags = list(type = "string")), ServiceLinkedRole = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))
  return(populate(args, shape))
}

.resourceexplorer$get_default_view_input <- function(...) {
  list()
}

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

.resourceexplorer$get_index_input <- function(...) {
  list()
}

.resourceexplorer$get_index_output <- function(...) {
  args <- c(as.list(environment()), list(...))
  shape <- structure(list(Arn = structure(logical(0), tags = list(type = "string")), CreatedAt = structure(logical(0), tags = list(type = "timestamp", timestampFormat = "iso8601")), LastUpdatedAt = structure(logical(0), tags = list(type = "timestamp", timestampFormat = "iso8601")), ReplicatingFrom = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), ReplicatingTo = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), State = structure(logical(0), tags = list(type = "string")), Tags = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "map", sensitive = TRUE)), Type = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))
  return(populate(args, shape))
}

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

.resourceexplorer$get_view_output <- function(...) {
  args <- c(as.list(environment()), list(...))
  shape <- structure(list(Tags = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "map", sensitive = TRUE)), View = structure(list(Filters = structure(list(FilterString = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure", sensitive = TRUE)), IncludedProperties = structure(list(structure(list(Name = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), LastUpdatedAt = structure(logical(0), tags = list(type = "timestamp", timestampFormat = "iso8601")), Owner = structure(logical(0), tags = list(type = "string")), Scope = structure(logical(0), tags = list(type = "string")), ViewArn = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))
  return(populate(args, shape))
}

.resourceexplorer$list_indexes_input <- function(...) {
  args <- c(as.list(environment()), list(...))
  shape <- structure(list(MaxResults = structure(logical(0), tags = list(type = "integer", box = TRUE)), NextToken = structure(logical(0), tags = list(type = "string")), Regions = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), Type = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))
  return(populate(args, shape))
}

.resourceexplorer$list_indexes_output <- function(...) {
  args <- c(as.list(environment()), list(...))
  shape <- structure(list(Indexes = structure(list(structure(list(Arn = structure(logical(0), tags = list(type = "string")), Region = structure(logical(0), tags = list(type = "string")), Type = 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))
}

.resourceexplorer$list_indexes_for_members_input <- function(...) {
  args <- c(as.list(environment()), list(...))
  shape <- structure(list(AccountIdList = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), MaxResults = structure(logical(0), tags = list(type = "integer", box = TRUE)), NextToken = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))
  return(populate(args, shape))
}

.resourceexplorer$list_indexes_for_members_output <- function(...) {
  args <- c(as.list(environment()), list(...))
  shape <- structure(list(Indexes = structure(list(structure(list(AccountId = structure(logical(0), tags = list(type = "string")), Arn = structure(logical(0), tags = list(type = "string")), Region = structure(logical(0), tags = list(type = "string")), Type = 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))
}

.resourceexplorer$list_supported_resource_types_input <- function(...) {
  args <- c(as.list(environment()), list(...))
  shape <- structure(list(MaxResults = structure(logical(0), tags = list(type = "integer", box = TRUE)), NextToken = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))
  return(populate(args, shape))
}

.resourceexplorer$list_supported_resource_types_output <- function(...) {
  args <- c(as.list(environment()), list(...))
  shape <- structure(list(NextToken = structure(logical(0), tags = list(type = "string")), ResourceTypes = structure(list(structure(list(ResourceType = structure(logical(0), tags = list(type = "string")), Service = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))
  return(populate(args, shape))
}

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

.resourceexplorer$list_tags_for_resource_output <- function(...) {
  args <- c(as.list(environment()), list(...))
  shape <- structure(list(Tags = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "map", sensitive = TRUE))), tags = list(type = "structure"))
  return(populate(args, shape))
}

.resourceexplorer$list_views_input <- function(...) {
  args <- c(as.list(environment()), list(...))
  shape <- structure(list(MaxResults = structure(logical(0), tags = list(type = "integer", box = TRUE)), NextToken = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))
  return(populate(args, shape))
}

.resourceexplorer$list_views_output <- function(...) {
  args <- c(as.list(environment()), list(...))
  shape <- structure(list(NextToken = structure(logical(0), tags = list(type = "string")), Views = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list"))), tags = list(type = "structure"))
  return(populate(args, shape))
}

.resourceexplorer$search_input <- function(...) {
  args <- c(as.list(environment()), list(...))
  shape <- structure(list(MaxResults = structure(logical(0), tags = list(type = "integer", box = TRUE)), NextToken = structure(logical(0), tags = list(type = "string")), QueryString = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), ViewArn = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))
  return(populate(args, shape))
}

.resourceexplorer$search_output <- function(...) {
  args <- c(as.list(environment()), list(...))
  shape <- structure(list(Count = structure(list(Complete = structure(logical(0), tags = list(type = "boolean", box = TRUE)), TotalResources = structure(logical(0), tags = list(type = "long", box = TRUE))), tags = list(type = "structure")), NextToken = structure(logical(0), tags = list(type = "string")), Resources = structure(list(structure(list(Arn = structure(logical(0), tags = list(type = "string")), LastReportedAt = structure(logical(0), tags = list(type = "timestamp", timestampFormat = "iso8601")), OwningAccountId = structure(logical(0), tags = list(type = "string")), Properties = structure(list(structure(list(Data = structure(list(), tags = list(type = "structure", document = TRUE)), LastReportedAt = structure(logical(0), tags = list(type = "timestamp", timestampFormat = "iso8601")), Name = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), Region = structure(logical(0), tags = list(type = "string")), ResourceType = structure(logical(0), tags = list(type = "string")), Service = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), ViewArn = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))
  return(populate(args, shape))
}

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

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

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

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

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

.resourceexplorer$update_index_type_output <- function(...) {
  args <- c(as.list(environment()), list(...))
  shape <- structure(list(Arn = structure(logical(0), tags = list(type = "string")), LastUpdatedAt = structure(logical(0), tags = list(type = "timestamp", timestampFormat = "iso8601")), State = structure(logical(0), tags = list(type = "string")), Type = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))
  return(populate(args, shape))
}

.resourceexplorer$update_view_input <- function(...) {
  args <- c(as.list(environment()), list(...))
  shape <- structure(list(Filters = structure(list(FilterString = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure", sensitive = TRUE)), IncludedProperties = structure(list(structure(list(Name = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), ViewArn = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))
  return(populate(args, shape))
}

.resourceexplorer$update_view_output <- function(...) {
  args <- c(as.list(environment()), list(...))
  shape <- structure(list(View = structure(list(Filters = structure(list(FilterString = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure", sensitive = TRUE)), IncludedProperties = structure(list(structure(list(Name = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), LastUpdatedAt = structure(logical(0), tags = list(type = "timestamp", timestampFormat = "iso8601")), Owner = structure(logical(0), tags = list(type = "string")), Scope = structure(logical(0), tags = list(type = "string")), ViewArn = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))
  return(populate(args, shape))
}

Try the paws.application.integration package in your browser

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

paws.application.integration documentation built on Sept. 12, 2024, 6:11 a.m.