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_streaming_access_for_services_output list_streaming_access_for_services_input list_service_views_output list_service_views_input list_service_indexes_output list_service_indexes_input list_resources_output list_resources_input list_managed_views_output list_managed_views_input list_indexes_for_members_output list_indexes_for_members_input list_indexes_output list_indexes_input get_view_output get_view_input get_service_view_output get_service_view_input get_service_index_output get_service_index_input get_resource_explorer_setup_output get_resource_explorer_setup_input get_managed_view_output get_managed_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_resource_explorer_setup_output delete_resource_explorer_setup_input delete_index_output delete_index_input create_view_output create_view_input create_resource_explorer_setup_output create_resource_explorer_setup_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(Views = structure(list(structure(list(ViewArn = structure(logical(0), tags = list(type = "string")), ViewName = structure(logical(0), tags = list(type = "string")), Owner = structure(logical(0), tags = list(type = "string")), LastUpdatedAt = structure(logical(0), tags = list(type = "timestamp", timestampFormat = "iso8601")), Scope = structure(logical(0), tags = list(type = "string")), IncludedProperties = structure(list(structure(list(Name = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), Filters = structure(list(FilterString = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "list")), Errors = structure(list(structure(list(ViewArn = structure(logical(0), tags = list(type = "string")), ErrorMessage = 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")), State = structure(logical(0), tags = list(type = "string")), CreatedAt = structure(logical(0), tags = list(type = "timestamp", timestampFormat = "iso8601"))), tags = list(type = "structure"))
  return(populate(args, shape))
}

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

.resourceexplorer$create_resource_explorer_setup_output <- function(...) {
  args <- c(as.list(environment()), list(...))
  shape <- structure(list(TaskId = 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")), ViewName = structure(logical(0), tags = list(type = "string")), 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")), Filters = structure(list(FilterString = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure", sensitive = TRUE)), 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_view_output <- function(...) {
  args <- c(as.list(environment()), list(...))
  shape <- structure(list(View = structure(list(ViewArn = structure(logical(0), tags = list(type = "string")), ViewName = structure(logical(0), tags = list(type = "string")), Owner = structure(logical(0), tags = list(type = "string")), LastUpdatedAt = structure(logical(0), tags = list(type = "timestamp", timestampFormat = "iso8601")), Scope = structure(logical(0), tags = list(type = "string")), IncludedProperties = structure(list(structure(list(Name = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), Filters = structure(list(FilterString = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure", sensitive = TRUE))), 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")), State = structure(logical(0), tags = list(type = "string")), LastUpdatedAt = structure(logical(0), tags = list(type = "timestamp", timestampFormat = "iso8601"))), tags = list(type = "structure"))
  return(populate(args, shape))
}

.resourceexplorer$delete_resource_explorer_setup_input <- function(...) {
  args <- c(as.list(environment()), list(...))
  shape <- structure(list(RegionList = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), DeleteInAllRegions = structure(logical(0), tags = list(type = "boolean", box = TRUE))), tags = list(type = "structure"))
  return(populate(args, shape))
}

.resourceexplorer$delete_resource_explorer_setup_output <- function(...) {
  args <- c(as.list(environment()), list(...))
  shape <- structure(list(TaskId = 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")), Type = structure(logical(0), tags = list(type = "string")), State = structure(logical(0), tags = list(type = "string")), 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")), CreatedAt = structure(logical(0), tags = list(type = "timestamp", timestampFormat = "iso8601")), LastUpdatedAt = structure(logical(0), tags = list(type = "timestamp", timestampFormat = "iso8601")), 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$get_managed_view_input <- function(...) {
  args <- c(as.list(environment()), list(...))
  shape <- structure(list(ManagedViewArn = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))
  return(populate(args, shape))
}

.resourceexplorer$get_managed_view_output <- function(...) {
  args <- c(as.list(environment()), list(...))
  shape <- structure(list(ManagedView = structure(list(ManagedViewArn = structure(logical(0), tags = list(type = "string")), ManagedViewName = structure(logical(0), tags = list(type = "string")), TrustedService = structure(logical(0), tags = list(type = "string")), 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")), IncludedProperties = structure(list(structure(list(Name = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), Filters = structure(list(FilterString = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure", sensitive = TRUE)), ResourcePolicy = structure(logical(0), tags = list(type = "string")), Version = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))
  return(populate(args, shape))
}

.resourceexplorer$get_resource_explorer_setup_input <- function(...) {
  args <- c(as.list(environment()), list(...))
  shape <- structure(list(TaskId = structure(logical(0), tags = list(type = "string")), 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$get_resource_explorer_setup_output <- function(...) {
  args <- c(as.list(environment()), list(...))
  shape <- structure(list(Regions = structure(list(structure(list(Region = structure(logical(0), tags = list(type = "string")), Index = structure(list(Status = structure(logical(0), tags = list(type = "string")), Index = structure(list(Region = structure(logical(0), tags = list(type = "string")), Arn = structure(logical(0), tags = list(type = "string")), Type = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), ErrorDetails = structure(list(Code = structure(logical(0), tags = list(type = "string")), Message = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), View = structure(list(Status = structure(logical(0), tags = list(type = "string")), View = structure(list(ViewArn = structure(logical(0), tags = list(type = "string")), ViewName = structure(logical(0), tags = list(type = "string")), Owner = structure(logical(0), tags = list(type = "string")), LastUpdatedAt = structure(logical(0), tags = list(type = "timestamp", timestampFormat = "iso8601")), Scope = structure(logical(0), tags = list(type = "string")), IncludedProperties = structure(list(structure(list(Name = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), Filters = structure(list(FilterString = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure", sensitive = TRUE))), tags = list(type = "structure")), ErrorDetails = structure(list(Code = structure(logical(0), tags = list(type = "string")), Message = 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))
}

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

.resourceexplorer$get_service_index_output <- 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$get_service_view_input <- function(...) {
  args <- c(as.list(environment()), list(...))
  shape <- structure(list(ServiceViewArn = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))
  return(populate(args, shape))
}

.resourceexplorer$get_service_view_output <- function(...) {
  args <- c(as.list(environment()), list(...))
  shape <- structure(list(View = structure(list(ServiceViewArn = structure(logical(0), tags = list(type = "string")), ServiceViewName = structure(logical(0), tags = list(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")), StreamingAccessForService = structure(logical(0), tags = list(type = "string")), ScopeType = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), 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(View = structure(list(ViewArn = structure(logical(0), tags = list(type = "string")), ViewName = structure(logical(0), tags = list(type = "string")), Owner = structure(logical(0), tags = list(type = "string")), LastUpdatedAt = structure(logical(0), tags = list(type = "timestamp", timestampFormat = "iso8601")), Scope = structure(logical(0), tags = list(type = "string")), IncludedProperties = structure(list(structure(list(Name = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), Filters = structure(list(FilterString = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure", sensitive = TRUE))), tags = list(type = "structure")), 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_indexes_input <- function(...) {
  args <- c(as.list(environment()), list(...))
  shape <- structure(list(Type = structure(logical(0), tags = list(type = "string")), Regions = 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_output <- function(...) {
  args <- c(as.list(environment()), list(...))
  shape <- structure(list(Indexes = structure(list(structure(list(Region = structure(logical(0), tags = list(type = "string")), Arn = 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")), Region = structure(logical(0), tags = list(type = "string")), Arn = 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_managed_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")), ServicePrincipal = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))
  return(populate(args, shape))
}

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

.resourceexplorer$list_resources_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)), MaxResults = structure(logical(0), tags = list(type = "integer", box = TRUE)), ViewArn = structure(logical(0), tags = list(type = "string")), NextToken = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))
  return(populate(args, shape))
}

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

.resourceexplorer$list_service_indexes_input <- function(...) {
  args <- c(as.list(environment()), list(...))
  shape <- structure(list(Regions = 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_service_indexes_output <- function(...) {
  args <- c(as.list(environment()), list(...))
  shape <- structure(list(Indexes = structure(list(structure(list(Region = structure(logical(0), tags = list(type = "string")), Arn = 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_service_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_service_views_output <- function(...) {
  args <- c(as.list(environment()), list(...))
  shape <- structure(list(NextToken = structure(logical(0), tags = list(type = "string")), ServiceViews = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list"))), tags = list(type = "structure"))
  return(populate(args, shape))
}

.resourceexplorer$list_streaming_access_for_services_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_streaming_access_for_services_output <- function(...) {
  args <- c(as.list(environment()), list(...))
  shape <- structure(list(StreamingAccessForServices = structure(list(structure(list(ServicePrincipal = structure(logical(0), tags = list(type = "string")), CreatedAt = structure(logical(0), tags = list(type = "timestamp", timestampFormat = "iso8601"))), tags = list(type = "structure"))), tags = list(type = "list")), NextToken = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))
  return(populate(args, shape))
}

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

.resourceexplorer$list_supported_resource_types_output <- function(...) {
  args <- c(as.list(environment()), list(...))
  shape <- structure(list(ResourceTypes = structure(list(structure(list(Service = structure(logical(0), tags = list(type = "string")), ResourceType = 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_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(NextToken = structure(logical(0), tags = list(type = "string")), MaxResults = structure(logical(0), tags = list(type = "integer", box = TRUE))), tags = list(type = "structure"))
  return(populate(args, shape))
}

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

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

.resourceexplorer$tag_resource_input <- function(...) {
  args <- c(as.list(environment()), list(...))
  shape <- structure(list(resourceArn = structure(logical(0), tags = list(location = "uri", locationName = "resourceArn", type = "string")), Tags = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "map", sensitive = TRUE))), 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")), Type = structure(logical(0), tags = list(type = "string")), State = structure(logical(0), tags = list(type = "string")), LastUpdatedAt = structure(logical(0), tags = list(type = "timestamp", timestampFormat = "iso8601"))), tags = list(type = "structure"))
  return(populate(args, shape))
}

.resourceexplorer$update_view_input <- function(...) {
  args <- c(as.list(environment()), list(...))
  shape <- structure(list(ViewArn = structure(logical(0), tags = list(type = "string")), IncludedProperties = structure(list(structure(list(Name = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), Filters = structure(list(FilterString = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure", sensitive = TRUE))), 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(ViewArn = structure(logical(0), tags = list(type = "string")), ViewName = structure(logical(0), tags = list(type = "string")), Owner = structure(logical(0), tags = list(type = "string")), LastUpdatedAt = structure(logical(0), tags = list(type = "timestamp", timestampFormat = "iso8601")), Scope = structure(logical(0), tags = list(type = "string")), IncludedProperties = structure(list(structure(list(Name = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), Filters = structure(list(FilterString = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure", sensitive = TRUE))), 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 May 30, 2026, 9:08 a.m.