R/workdocs_interfaces.R

Defines functions update_user_output update_user_input update_folder_output update_folder_input update_document_version_output update_document_version_input update_document_output update_document_input search_resources_output search_resources_input restore_document_versions_output restore_document_versions_input remove_resource_permission_output remove_resource_permission_input remove_all_resource_permissions_output remove_all_resource_permissions_input initiate_document_version_upload_output initiate_document_version_upload_input get_resources_output get_resources_input get_folder_path_output get_folder_path_input get_folder_output get_folder_input get_document_version_output get_document_version_input get_document_path_output get_document_path_input get_document_output get_document_input get_current_user_output get_current_user_input describe_users_output describe_users_input describe_root_folders_output describe_root_folders_input describe_resource_permissions_output describe_resource_permissions_input describe_notification_subscriptions_output describe_notification_subscriptions_input describe_groups_output describe_groups_input describe_folder_contents_output describe_folder_contents_input describe_document_versions_output describe_document_versions_input describe_comments_output describe_comments_input describe_activities_output describe_activities_input delete_user_output delete_user_input delete_notification_subscription_output delete_notification_subscription_input delete_labels_output delete_labels_input delete_folder_contents_output delete_folder_contents_input delete_folder_output delete_folder_input delete_document_version_output delete_document_version_input delete_document_output delete_document_input delete_custom_metadata_output delete_custom_metadata_input delete_comment_output delete_comment_input deactivate_user_output deactivate_user_input create_user_output create_user_input create_notification_subscription_output create_notification_subscription_input create_labels_output create_labels_input create_folder_output create_folder_input create_custom_metadata_output create_custom_metadata_input create_comment_output create_comment_input add_resource_permissions_output add_resource_permissions_input activate_user_output activate_user_input abort_document_version_upload_output abort_document_version_upload_input

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

.workdocs$abort_document_version_upload_input <- function(...) {
  args <- c(as.list(environment()), list(...))
  shape <- structure(list(AuthenticationToken = structure(logical(0), tags = list(location = "header", locationName = "Authentication", type = "string", sensitive = TRUE)), DocumentId = structure(logical(0), tags = list(location = "uri", locationName = "DocumentId", type = "string")), VersionId = structure(logical(0), tags = list(location = "uri", locationName = "VersionId", type = "string"))), tags = list(type = "structure"))
  return(populate(args, shape))
}

.workdocs$abort_document_version_upload_output <- function(...) {
  list()
}

.workdocs$activate_user_input <- function(...) {
  args <- c(as.list(environment()), list(...))
  shape <- structure(list(UserId = structure(logical(0), tags = list(location = "uri", locationName = "UserId", type = "string")), AuthenticationToken = structure(logical(0), tags = list(location = "header", locationName = "Authentication", type = "string", sensitive = TRUE))), tags = list(type = "structure"))
  return(populate(args, shape))
}

.workdocs$activate_user_output <- function(...) {
  args <- c(as.list(environment()), list(...))
  shape <- structure(list(User = structure(list(Id = structure(logical(0), tags = list(type = "string")), Username = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), EmailAddress = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), GivenName = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Surname = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), OrganizationId = structure(logical(0), tags = list(type = "string")), RootFolderId = structure(logical(0), tags = list(type = "string")), RecycleBinFolderId = structure(logical(0), tags = list(type = "string")), Status = structure(logical(0), tags = list(type = "string")), Type = structure(logical(0), tags = list(type = "string")), CreatedTimestamp = structure(logical(0), tags = list(type = "timestamp")), ModifiedTimestamp = structure(logical(0), tags = list(type = "timestamp")), TimeZoneId = structure(logical(0), tags = list(type = "string")), Locale = structure(logical(0), tags = list(type = "string")), Storage = structure(list(StorageUtilizedInBytes = structure(logical(0), tags = list(type = "long")), StorageRule = structure(list(StorageAllocatedInBytes = structure(logical(0), tags = list(type = "long")), StorageType = 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))
}

.workdocs$add_resource_permissions_input <- function(...) {
  args <- c(as.list(environment()), list(...))
  shape <- structure(list(AuthenticationToken = structure(logical(0), tags = list(location = "header", locationName = "Authentication", type = "string", sensitive = TRUE)), ResourceId = structure(logical(0), tags = list(location = "uri", locationName = "ResourceId", type = "string")), Principals = structure(list(structure(list(Id = structure(logical(0), tags = list(type = "string")), Type = structure(logical(0), tags = list(type = "string")), Role = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), NotificationOptions = structure(list(SendEmail = structure(logical(0), tags = list(type = "boolean")), EmailMessage = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))
  return(populate(args, shape))
}

.workdocs$add_resource_permissions_output <- function(...) {
  args <- c(as.list(environment()), list(...))
  shape <- structure(list(ShareResults = structure(list(structure(list(PrincipalId = structure(logical(0), tags = list(type = "string")), InviteePrincipalId = structure(logical(0), tags = list(type = "string")), Role = structure(logical(0), tags = list(type = "string")), Status = structure(logical(0), tags = list(type = "string")), ShareId = structure(logical(0), tags = list(type = "string")), StatusMessage = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))
  return(populate(args, shape))
}

.workdocs$create_comment_input <- function(...) {
  args <- c(as.list(environment()), list(...))
  shape <- structure(list(AuthenticationToken = structure(logical(0), tags = list(location = "header", locationName = "Authentication", type = "string", sensitive = TRUE)), DocumentId = structure(logical(0), tags = list(location = "uri", locationName = "DocumentId", type = "string")), VersionId = structure(logical(0), tags = list(location = "uri", locationName = "VersionId", type = "string")), ParentId = structure(logical(0), tags = list(type = "string")), ThreadId = structure(logical(0), tags = list(type = "string")), Text = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Visibility = structure(logical(0), tags = list(type = "string")), NotifyCollaborators = structure(logical(0), tags = list(type = "boolean"))), tags = list(type = "structure"))
  return(populate(args, shape))
}

.workdocs$create_comment_output <- function(...) {
  args <- c(as.list(environment()), list(...))
  shape <- structure(list(Comment = structure(list(CommentId = structure(logical(0), tags = list(type = "string")), ParentId = structure(logical(0), tags = list(type = "string")), ThreadId = structure(logical(0), tags = list(type = "string")), Text = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Contributor = structure(list(Id = structure(logical(0), tags = list(type = "string")), Username = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), EmailAddress = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), GivenName = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Surname = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), OrganizationId = structure(logical(0), tags = list(type = "string")), RootFolderId = structure(logical(0), tags = list(type = "string")), RecycleBinFolderId = structure(logical(0), tags = list(type = "string")), Status = structure(logical(0), tags = list(type = "string")), Type = structure(logical(0), tags = list(type = "string")), CreatedTimestamp = structure(logical(0), tags = list(type = "timestamp")), ModifiedTimestamp = structure(logical(0), tags = list(type = "timestamp")), TimeZoneId = structure(logical(0), tags = list(type = "string")), Locale = structure(logical(0), tags = list(type = "string")), Storage = structure(list(StorageUtilizedInBytes = structure(logical(0), tags = list(type = "long")), StorageRule = structure(list(StorageAllocatedInBytes = structure(logical(0), tags = list(type = "long")), StorageType = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), CreatedTimestamp = structure(logical(0), tags = list(type = "timestamp")), Status = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string")), RecipientId = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))
  return(populate(args, shape))
}

.workdocs$create_custom_metadata_input <- function(...) {
  args <- c(as.list(environment()), list(...))
  shape <- structure(list(AuthenticationToken = structure(logical(0), tags = list(location = "header", locationName = "Authentication", type = "string", sensitive = TRUE)), ResourceId = structure(logical(0), tags = list(location = "uri", locationName = "ResourceId", type = "string")), VersionId = structure(logical(0), tags = list(location = "querystring", locationName = "versionid", type = "string")), CustomMetadata = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "map"))), tags = list(type = "structure"))
  return(populate(args, shape))
}

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

.workdocs$create_folder_input <- function(...) {
  args <- c(as.list(environment()), list(...))
  shape <- structure(list(AuthenticationToken = structure(logical(0), tags = list(location = "header", locationName = "Authentication", type = "string", sensitive = TRUE)), Name = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), ParentFolderId = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))
  return(populate(args, shape))
}

.workdocs$create_folder_output <- function(...) {
  args <- c(as.list(environment()), list(...))
  shape <- structure(list(Metadata = structure(list(Id = structure(logical(0), tags = list(type = "string")), Name = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), CreatorId = structure(logical(0), tags = list(type = "string")), ParentFolderId = structure(logical(0), tags = list(type = "string")), CreatedTimestamp = structure(logical(0), tags = list(type = "timestamp")), ModifiedTimestamp = structure(logical(0), tags = list(type = "timestamp")), ResourceState = structure(logical(0), tags = list(type = "string")), Signature = structure(logical(0), tags = list(type = "string")), Labels = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), Size = structure(logical(0), tags = list(type = "long")), LatestVersionSize = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure"))), tags = list(type = "structure"))
  return(populate(args, shape))
}

.workdocs$create_labels_input <- function(...) {
  args <- c(as.list(environment()), list(...))
  shape <- structure(list(ResourceId = structure(logical(0), tags = list(location = "uri", locationName = "ResourceId", type = "string")), Labels = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), AuthenticationToken = structure(logical(0), tags = list(location = "header", locationName = "Authentication", type = "string", sensitive = TRUE))), tags = list(type = "structure"))
  return(populate(args, shape))
}

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

.workdocs$create_notification_subscription_input <- function(...) {
  args <- c(as.list(environment()), list(...))
  shape <- structure(list(OrganizationId = structure(logical(0), tags = list(location = "uri", locationName = "OrganizationId", type = "string")), Endpoint = structure(logical(0), tags = list(type = "string")), Protocol = structure(logical(0), tags = list(type = "string")), SubscriptionType = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))
  return(populate(args, shape))
}

.workdocs$create_notification_subscription_output <- function(...) {
  args <- c(as.list(environment()), list(...))
  shape <- structure(list(Subscription = structure(list(SubscriptionId = structure(logical(0), tags = list(type = "string")), EndPoint = structure(logical(0), tags = list(type = "string")), Protocol = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))
  return(populate(args, shape))
}

.workdocs$create_user_input <- function(...) {
  args <- c(as.list(environment()), list(...))
  shape <- structure(list(OrganizationId = structure(logical(0), tags = list(type = "string")), Username = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), EmailAddress = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), GivenName = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Surname = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Password = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), TimeZoneId = structure(logical(0), tags = list(type = "string")), StorageRule = structure(list(StorageAllocatedInBytes = structure(logical(0), tags = list(type = "long")), StorageType = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), AuthenticationToken = structure(logical(0), tags = list(location = "header", locationName = "Authentication", type = "string", sensitive = TRUE))), tags = list(type = "structure"))
  return(populate(args, shape))
}

.workdocs$create_user_output <- function(...) {
  args <- c(as.list(environment()), list(...))
  shape <- structure(list(User = structure(list(Id = structure(logical(0), tags = list(type = "string")), Username = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), EmailAddress = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), GivenName = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Surname = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), OrganizationId = structure(logical(0), tags = list(type = "string")), RootFolderId = structure(logical(0), tags = list(type = "string")), RecycleBinFolderId = structure(logical(0), tags = list(type = "string")), Status = structure(logical(0), tags = list(type = "string")), Type = structure(logical(0), tags = list(type = "string")), CreatedTimestamp = structure(logical(0), tags = list(type = "timestamp")), ModifiedTimestamp = structure(logical(0), tags = list(type = "timestamp")), TimeZoneId = structure(logical(0), tags = list(type = "string")), Locale = structure(logical(0), tags = list(type = "string")), Storage = structure(list(StorageUtilizedInBytes = structure(logical(0), tags = list(type = "long")), StorageRule = structure(list(StorageAllocatedInBytes = structure(logical(0), tags = list(type = "long")), StorageType = 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))
}

.workdocs$deactivate_user_input <- function(...) {
  args <- c(as.list(environment()), list(...))
  shape <- structure(list(UserId = structure(logical(0), tags = list(location = "uri", locationName = "UserId", type = "string")), AuthenticationToken = structure(logical(0), tags = list(location = "header", locationName = "Authentication", type = "string", sensitive = TRUE))), tags = list(type = "structure"))
  return(populate(args, shape))
}

.workdocs$deactivate_user_output <- function(...) {
  list()
}

.workdocs$delete_comment_input <- function(...) {
  args <- c(as.list(environment()), list(...))
  shape <- structure(list(AuthenticationToken = structure(logical(0), tags = list(location = "header", locationName = "Authentication", type = "string", sensitive = TRUE)), DocumentId = structure(logical(0), tags = list(location = "uri", locationName = "DocumentId", type = "string")), VersionId = structure(logical(0), tags = list(location = "uri", locationName = "VersionId", type = "string")), CommentId = structure(logical(0), tags = list(location = "uri", locationName = "CommentId", type = "string"))), tags = list(type = "structure"))
  return(populate(args, shape))
}

.workdocs$delete_comment_output <- function(...) {
  list()
}

.workdocs$delete_custom_metadata_input <- function(...) {
  args <- c(as.list(environment()), list(...))
  shape <- structure(list(AuthenticationToken = structure(logical(0), tags = list(location = "header", locationName = "Authentication", type = "string", sensitive = TRUE)), ResourceId = structure(logical(0), tags = list(location = "uri", locationName = "ResourceId", type = "string")), VersionId = structure(logical(0), tags = list(location = "querystring", locationName = "versionId", type = "string")), Keys = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(location = "querystring", locationName = "keys", type = "list")), DeleteAll = structure(logical(0), tags = list(location = "querystring", locationName = "deleteAll", type = "boolean"))), tags = list(type = "structure"))
  return(populate(args, shape))
}

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

.workdocs$delete_document_input <- function(...) {
  args <- c(as.list(environment()), list(...))
  shape <- structure(list(AuthenticationToken = structure(logical(0), tags = list(location = "header", locationName = "Authentication", type = "string", sensitive = TRUE)), DocumentId = structure(logical(0), tags = list(location = "uri", locationName = "DocumentId", type = "string"))), tags = list(type = "structure"))
  return(populate(args, shape))
}

.workdocs$delete_document_output <- function(...) {
  list()
}

.workdocs$delete_document_version_input <- function(...) {
  args <- c(as.list(environment()), list(...))
  shape <- structure(list(AuthenticationToken = structure(logical(0), tags = list(location = "header", locationName = "Authentication", type = "string", sensitive = TRUE)), DocumentId = structure(logical(0), tags = list(location = "uri", locationName = "DocumentId", type = "string")), VersionId = structure(logical(0), tags = list(location = "uri", locationName = "VersionId", type = "string")), DeletePriorVersions = structure(logical(0), tags = list(location = "querystring", locationName = "deletePriorVersions", type = "boolean"))), tags = list(type = "structure"))
  return(populate(args, shape))
}

.workdocs$delete_document_version_output <- function(...) {
  list()
}

.workdocs$delete_folder_input <- function(...) {
  args <- c(as.list(environment()), list(...))
  shape <- structure(list(AuthenticationToken = structure(logical(0), tags = list(location = "header", locationName = "Authentication", type = "string", sensitive = TRUE)), FolderId = structure(logical(0), tags = list(location = "uri", locationName = "FolderId", type = "string"))), tags = list(type = "structure"))
  return(populate(args, shape))
}

.workdocs$delete_folder_output <- function(...) {
  list()
}

.workdocs$delete_folder_contents_input <- function(...) {
  args <- c(as.list(environment()), list(...))
  shape <- structure(list(AuthenticationToken = structure(logical(0), tags = list(location = "header", locationName = "Authentication", type = "string", sensitive = TRUE)), FolderId = structure(logical(0), tags = list(location = "uri", locationName = "FolderId", type = "string"))), tags = list(type = "structure"))
  return(populate(args, shape))
}

.workdocs$delete_folder_contents_output <- function(...) {
  list()
}

.workdocs$delete_labels_input <- function(...) {
  args <- c(as.list(environment()), list(...))
  shape <- structure(list(ResourceId = structure(logical(0), tags = list(location = "uri", locationName = "ResourceId", type = "string")), AuthenticationToken = structure(logical(0), tags = list(location = "header", locationName = "Authentication", type = "string", sensitive = TRUE)), Labels = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(location = "querystring", locationName = "labels", type = "list")), DeleteAll = structure(logical(0), tags = list(location = "querystring", locationName = "deleteAll", type = "boolean"))), tags = list(type = "structure"))
  return(populate(args, shape))
}

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

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

.workdocs$delete_notification_subscription_output <- function(...) {
  list()
}

.workdocs$delete_user_input <- function(...) {
  args <- c(as.list(environment()), list(...))
  shape <- structure(list(AuthenticationToken = structure(logical(0), tags = list(location = "header", locationName = "Authentication", type = "string", sensitive = TRUE)), UserId = structure(logical(0), tags = list(location = "uri", locationName = "UserId", type = "string"))), tags = list(type = "structure"))
  return(populate(args, shape))
}

.workdocs$delete_user_output <- function(...) {
  list()
}

.workdocs$describe_activities_input <- function(...) {
  args <- c(as.list(environment()), list(...))
  shape <- structure(list(AuthenticationToken = structure(logical(0), tags = list(location = "header", locationName = "Authentication", type = "string", sensitive = TRUE)), StartTime = structure(logical(0), tags = list(location = "querystring", locationName = "startTime", type = "timestamp")), EndTime = structure(logical(0), tags = list(location = "querystring", locationName = "endTime", type = "timestamp")), OrganizationId = structure(logical(0), tags = list(location = "querystring", locationName = "organizationId", type = "string")), ActivityTypes = structure(logical(0), tags = list(location = "querystring", locationName = "activityTypes", type = "string")), ResourceId = structure(logical(0), tags = list(location = "querystring", locationName = "resourceId", type = "string")), UserId = structure(logical(0), tags = list(location = "querystring", locationName = "userId", type = "string")), IncludeIndirectActivities = structure(logical(0), tags = list(location = "querystring", locationName = "includeIndirectActivities", type = "boolean")), Limit = structure(logical(0), tags = list(location = "querystring", locationName = "limit", type = "integer")), Marker = structure(logical(0), tags = list(location = "querystring", locationName = "marker", type = "string"))), tags = list(type = "structure"))
  return(populate(args, shape))
}

.workdocs$describe_activities_output <- function(...) {
  args <- c(as.list(environment()), list(...))
  shape <- structure(list(UserActivities = structure(list(structure(list(Type = structure(logical(0), tags = list(type = "string")), TimeStamp = structure(logical(0), tags = list(type = "timestamp")), IsIndirectActivity = structure(logical(0), tags = list(type = "boolean")), OrganizationId = structure(logical(0), tags = list(type = "string")), Initiator = structure(list(Id = structure(logical(0), tags = list(type = "string")), Username = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), GivenName = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Surname = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), EmailAddress = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure")), Participants = structure(list(Users = structure(list(structure(list(Id = structure(logical(0), tags = list(type = "string")), Username = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), GivenName = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Surname = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), EmailAddress = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "list")), Groups = structure(list(structure(list(Id = structure(logical(0), tags = list(type = "string")), Name = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")), ResourceMetadata = structure(list(Type = structure(logical(0), tags = list(type = "string")), Name = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), OriginalName = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Id = structure(logical(0), tags = list(type = "string")), VersionId = structure(logical(0), tags = list(type = "string")), Owner = structure(list(Id = structure(logical(0), tags = list(type = "string")), Username = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), GivenName = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Surname = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), EmailAddress = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure")), ParentId = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), OriginalParent = structure(list(Type = structure(logical(0), tags = list(type = "string")), Name = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), OriginalName = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Id = structure(logical(0), tags = list(type = "string")), VersionId = structure(logical(0), tags = list(type = "string")), Owner = structure(list(Id = structure(logical(0), tags = list(type = "string")), Username = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), GivenName = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Surname = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), EmailAddress = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure")), ParentId = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CommentMetadata = structure(list(CommentId = structure(logical(0), tags = list(type = "string")), Contributor = structure(list(Id = structure(logical(0), tags = list(type = "string")), Username = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), EmailAddress = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), GivenName = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Surname = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), OrganizationId = structure(logical(0), tags = list(type = "string")), RootFolderId = structure(logical(0), tags = list(type = "string")), RecycleBinFolderId = structure(logical(0), tags = list(type = "string")), Status = structure(logical(0), tags = list(type = "string")), Type = structure(logical(0), tags = list(type = "string")), CreatedTimestamp = structure(logical(0), tags = list(type = "timestamp")), ModifiedTimestamp = structure(logical(0), tags = list(type = "timestamp")), TimeZoneId = structure(logical(0), tags = list(type = "string")), Locale = structure(logical(0), tags = list(type = "string")), Storage = structure(list(StorageUtilizedInBytes = structure(logical(0), tags = list(type = "long")), StorageRule = structure(list(StorageAllocatedInBytes = structure(logical(0), tags = list(type = "long")), StorageType = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), CreatedTimestamp = structure(logical(0), tags = list(type = "timestamp")), CommentStatus = structure(logical(0), tags = list(type = "string")), RecipientId = structure(logical(0), tags = list(type = "string")), ContributorId = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list")), Marker = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))
  return(populate(args, shape))
}

.workdocs$describe_comments_input <- function(...) {
  args <- c(as.list(environment()), list(...))
  shape <- structure(list(AuthenticationToken = structure(logical(0), tags = list(location = "header", locationName = "Authentication", type = "string", sensitive = TRUE)), DocumentId = structure(logical(0), tags = list(location = "uri", locationName = "DocumentId", type = "string")), VersionId = structure(logical(0), tags = list(location = "uri", locationName = "VersionId", type = "string")), Limit = structure(logical(0), tags = list(location = "querystring", locationName = "limit", type = "integer")), Marker = structure(logical(0), tags = list(location = "querystring", locationName = "marker", type = "string"))), tags = list(type = "structure"))
  return(populate(args, shape))
}

.workdocs$describe_comments_output <- function(...) {
  args <- c(as.list(environment()), list(...))
  shape <- structure(list(Comments = structure(list(structure(list(CommentId = structure(logical(0), tags = list(type = "string")), ParentId = structure(logical(0), tags = list(type = "string")), ThreadId = structure(logical(0), tags = list(type = "string")), Text = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Contributor = structure(list(Id = structure(logical(0), tags = list(type = "string")), Username = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), EmailAddress = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), GivenName = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Surname = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), OrganizationId = structure(logical(0), tags = list(type = "string")), RootFolderId = structure(logical(0), tags = list(type = "string")), RecycleBinFolderId = structure(logical(0), tags = list(type = "string")), Status = structure(logical(0), tags = list(type = "string")), Type = structure(logical(0), tags = list(type = "string")), CreatedTimestamp = structure(logical(0), tags = list(type = "timestamp")), ModifiedTimestamp = structure(logical(0), tags = list(type = "timestamp")), TimeZoneId = structure(logical(0), tags = list(type = "string")), Locale = structure(logical(0), tags = list(type = "string")), Storage = structure(list(StorageUtilizedInBytes = structure(logical(0), tags = list(type = "long")), StorageRule = structure(list(StorageAllocatedInBytes = structure(logical(0), tags = list(type = "long")), StorageType = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), CreatedTimestamp = structure(logical(0), tags = list(type = "timestamp")), Status = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string")), RecipientId = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), Marker = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))
  return(populate(args, shape))
}

.workdocs$describe_document_versions_input <- function(...) {
  args <- c(as.list(environment()), list(...))
  shape <- structure(list(AuthenticationToken = structure(logical(0), tags = list(location = "header", locationName = "Authentication", type = "string", sensitive = TRUE)), DocumentId = structure(logical(0), tags = list(location = "uri", locationName = "DocumentId", type = "string")), Marker = structure(logical(0), tags = list(location = "querystring", locationName = "marker", type = "string")), Limit = structure(logical(0), tags = list(location = "querystring", locationName = "limit", type = "integer")), Include = structure(logical(0), tags = list(location = "querystring", locationName = "include", type = "string")), Fields = structure(logical(0), tags = list(location = "querystring", locationName = "fields", type = "string"))), tags = list(type = "structure"))
  return(populate(args, shape))
}

.workdocs$describe_document_versions_output <- function(...) {
  args <- c(as.list(environment()), list(...))
  shape <- structure(list(DocumentVersions = structure(list(structure(list(Id = structure(logical(0), tags = list(type = "string")), Name = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), ContentType = structure(logical(0), tags = list(type = "string")), Size = structure(logical(0), tags = list(type = "long")), Signature = structure(logical(0), tags = list(type = "string")), Status = structure(logical(0), tags = list(type = "string")), CreatedTimestamp = structure(logical(0), tags = list(type = "timestamp")), ModifiedTimestamp = structure(logical(0), tags = list(type = "timestamp")), ContentCreatedTimestamp = structure(logical(0), tags = list(type = "timestamp")), ContentModifiedTimestamp = structure(logical(0), tags = list(type = "timestamp")), CreatorId = structure(logical(0), tags = list(type = "string")), Thumbnail = structure(list(structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "map")), Source = structure(list(structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "map"))), tags = list(type = "structure"))), tags = list(type = "list")), Marker = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))
  return(populate(args, shape))
}

.workdocs$describe_folder_contents_input <- function(...) {
  args <- c(as.list(environment()), list(...))
  shape <- structure(list(AuthenticationToken = structure(logical(0), tags = list(location = "header", locationName = "Authentication", type = "string", sensitive = TRUE)), FolderId = structure(logical(0), tags = list(location = "uri", locationName = "FolderId", type = "string")), Sort = structure(logical(0), tags = list(location = "querystring", locationName = "sort", type = "string")), Order = structure(logical(0), tags = list(location = "querystring", locationName = "order", type = "string")), Limit = structure(logical(0), tags = list(location = "querystring", locationName = "limit", type = "integer")), Marker = structure(logical(0), tags = list(location = "querystring", locationName = "marker", type = "string")), Type = structure(logical(0), tags = list(location = "querystring", locationName = "type", type = "string")), Include = structure(logical(0), tags = list(location = "querystring", locationName = "include", type = "string"))), tags = list(type = "structure"))
  return(populate(args, shape))
}

.workdocs$describe_folder_contents_output <- function(...) {
  args <- c(as.list(environment()), list(...))
  shape <- structure(list(Folders = structure(list(structure(list(Id = structure(logical(0), tags = list(type = "string")), Name = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), CreatorId = structure(logical(0), tags = list(type = "string")), ParentFolderId = structure(logical(0), tags = list(type = "string")), CreatedTimestamp = structure(logical(0), tags = list(type = "timestamp")), ModifiedTimestamp = structure(logical(0), tags = list(type = "timestamp")), ResourceState = structure(logical(0), tags = list(type = "string")), Signature = structure(logical(0), tags = list(type = "string")), Labels = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), Size = structure(logical(0), tags = list(type = "long")), LatestVersionSize = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure"))), tags = list(type = "list")), Documents = structure(list(structure(list(Id = structure(logical(0), tags = list(type = "string")), CreatorId = structure(logical(0), tags = list(type = "string")), ParentFolderId = structure(logical(0), tags = list(type = "string")), CreatedTimestamp = structure(logical(0), tags = list(type = "timestamp")), ModifiedTimestamp = structure(logical(0), tags = list(type = "timestamp")), LatestVersionMetadata = structure(list(Id = structure(logical(0), tags = list(type = "string")), Name = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), ContentType = structure(logical(0), tags = list(type = "string")), Size = structure(logical(0), tags = list(type = "long")), Signature = structure(logical(0), tags = list(type = "string")), Status = structure(logical(0), tags = list(type = "string")), CreatedTimestamp = structure(logical(0), tags = list(type = "timestamp")), ModifiedTimestamp = structure(logical(0), tags = list(type = "timestamp")), ContentCreatedTimestamp = structure(logical(0), tags = list(type = "timestamp")), ContentModifiedTimestamp = structure(logical(0), tags = list(type = "timestamp")), CreatorId = structure(logical(0), tags = list(type = "string")), Thumbnail = structure(list(structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "map")), Source = structure(list(structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "map"))), tags = list(type = "structure")), ResourceState = structure(logical(0), tags = list(type = "string")), Labels = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "list")), Marker = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))
  return(populate(args, shape))
}

.workdocs$describe_groups_input <- function(...) {
  args <- c(as.list(environment()), list(...))
  shape <- structure(list(AuthenticationToken = structure(logical(0), tags = list(location = "header", locationName = "Authentication", type = "string", sensitive = TRUE)), SearchQuery = structure(logical(0), tags = list(location = "querystring", locationName = "searchQuery", type = "string", sensitive = TRUE)), OrganizationId = structure(logical(0), tags = list(location = "querystring", locationName = "organizationId", type = "string")), Marker = structure(logical(0), tags = list(location = "querystring", locationName = "marker", type = "string")), Limit = structure(logical(0), tags = list(location = "querystring", locationName = "limit", type = "integer"))), tags = list(type = "structure"))
  return(populate(args, shape))
}

.workdocs$describe_groups_output <- function(...) {
  args <- c(as.list(environment()), list(...))
  shape <- structure(list(Groups = structure(list(structure(list(Id = structure(logical(0), tags = list(type = "string")), Name = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), Marker = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))
  return(populate(args, shape))
}

.workdocs$describe_notification_subscriptions_input <- function(...) {
  args <- c(as.list(environment()), list(...))
  shape <- structure(list(OrganizationId = structure(logical(0), tags = list(location = "uri", locationName = "OrganizationId", type = "string")), Marker = structure(logical(0), tags = list(location = "querystring", locationName = "marker", type = "string")), Limit = structure(logical(0), tags = list(location = "querystring", locationName = "limit", type = "integer"))), tags = list(type = "structure"))
  return(populate(args, shape))
}

.workdocs$describe_notification_subscriptions_output <- function(...) {
  args <- c(as.list(environment()), list(...))
  shape <- structure(list(Subscriptions = structure(list(structure(list(SubscriptionId = structure(logical(0), tags = list(type = "string")), EndPoint = structure(logical(0), tags = list(type = "string")), Protocol = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), Marker = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))
  return(populate(args, shape))
}

.workdocs$describe_resource_permissions_input <- function(...) {
  args <- c(as.list(environment()), list(...))
  shape <- structure(list(AuthenticationToken = structure(logical(0), tags = list(location = "header", locationName = "Authentication", type = "string", sensitive = TRUE)), ResourceId = structure(logical(0), tags = list(location = "uri", locationName = "ResourceId", type = "string")), PrincipalId = structure(logical(0), tags = list(location = "querystring", locationName = "principalId", type = "string")), Limit = structure(logical(0), tags = list(location = "querystring", locationName = "limit", type = "integer")), Marker = structure(logical(0), tags = list(location = "querystring", locationName = "marker", type = "string"))), tags = list(type = "structure"))
  return(populate(args, shape))
}

.workdocs$describe_resource_permissions_output <- function(...) {
  args <- c(as.list(environment()), list(...))
  shape <- structure(list(Principals = structure(list(structure(list(Id = structure(logical(0), tags = list(type = "string")), Type = structure(logical(0), tags = list(type = "string")), Roles = structure(list(structure(list(Role = structure(logical(0), tags = list(type = "string")), Type = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "list")), Marker = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))
  return(populate(args, shape))
}

.workdocs$describe_root_folders_input <- function(...) {
  args <- c(as.list(environment()), list(...))
  shape <- structure(list(AuthenticationToken = structure(logical(0), tags = list(location = "header", locationName = "Authentication", type = "string", sensitive = TRUE)), Limit = structure(logical(0), tags = list(location = "querystring", locationName = "limit", type = "integer")), Marker = structure(logical(0), tags = list(location = "querystring", locationName = "marker", type = "string"))), tags = list(type = "structure"))
  return(populate(args, shape))
}

.workdocs$describe_root_folders_output <- function(...) {
  args <- c(as.list(environment()), list(...))
  shape <- structure(list(Folders = structure(list(structure(list(Id = structure(logical(0), tags = list(type = "string")), Name = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), CreatorId = structure(logical(0), tags = list(type = "string")), ParentFolderId = structure(logical(0), tags = list(type = "string")), CreatedTimestamp = structure(logical(0), tags = list(type = "timestamp")), ModifiedTimestamp = structure(logical(0), tags = list(type = "timestamp")), ResourceState = structure(logical(0), tags = list(type = "string")), Signature = structure(logical(0), tags = list(type = "string")), Labels = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), Size = structure(logical(0), tags = list(type = "long")), LatestVersionSize = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure"))), tags = list(type = "list")), Marker = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))
  return(populate(args, shape))
}

.workdocs$describe_users_input <- function(...) {
  args <- c(as.list(environment()), list(...))
  shape <- structure(list(AuthenticationToken = structure(logical(0), tags = list(location = "header", locationName = "Authentication", type = "string", sensitive = TRUE)), OrganizationId = structure(logical(0), tags = list(location = "querystring", locationName = "organizationId", type = "string")), UserIds = structure(logical(0), tags = list(location = "querystring", locationName = "userIds", type = "string")), Query = structure(logical(0), tags = list(location = "querystring", locationName = "query", type = "string", sensitive = TRUE)), Include = structure(logical(0), tags = list(location = "querystring", locationName = "include", type = "string")), Order = structure(logical(0), tags = list(location = "querystring", locationName = "order", type = "string")), Sort = structure(logical(0), tags = list(location = "querystring", locationName = "sort", type = "string")), Marker = structure(logical(0), tags = list(location = "querystring", locationName = "marker", type = "string")), Limit = structure(logical(0), tags = list(location = "querystring", locationName = "limit", type = "integer")), Fields = structure(logical(0), tags = list(location = "querystring", locationName = "fields", type = "string"))), tags = list(type = "structure"))
  return(populate(args, shape))
}

.workdocs$describe_users_output <- function(...) {
  args <- c(as.list(environment()), list(...))
  shape <- structure(list(Users = structure(list(structure(list(Id = structure(logical(0), tags = list(type = "string")), Username = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), EmailAddress = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), GivenName = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Surname = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), OrganizationId = structure(logical(0), tags = list(type = "string")), RootFolderId = structure(logical(0), tags = list(type = "string")), RecycleBinFolderId = structure(logical(0), tags = list(type = "string")), Status = structure(logical(0), tags = list(type = "string")), Type = structure(logical(0), tags = list(type = "string")), CreatedTimestamp = structure(logical(0), tags = list(type = "timestamp")), ModifiedTimestamp = structure(logical(0), tags = list(type = "timestamp")), TimeZoneId = structure(logical(0), tags = list(type = "string")), Locale = structure(logical(0), tags = list(type = "string")), Storage = structure(list(StorageUtilizedInBytes = structure(logical(0), tags = list(type = "long")), StorageRule = structure(list(StorageAllocatedInBytes = structure(logical(0), tags = list(type = "long")), StorageType = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list")), TotalNumberOfUsers = structure(logical(0), tags = list(deprecated = TRUE, type = "long")), Marker = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))
  return(populate(args, shape))
}

.workdocs$get_current_user_input <- function(...) {
  args <- c(as.list(environment()), list(...))
  shape <- structure(list(AuthenticationToken = structure(logical(0), tags = list(location = "header", locationName = "Authentication", type = "string", sensitive = TRUE))), tags = list(type = "structure"))
  return(populate(args, shape))
}

.workdocs$get_current_user_output <- function(...) {
  args <- c(as.list(environment()), list(...))
  shape <- structure(list(User = structure(list(Id = structure(logical(0), tags = list(type = "string")), Username = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), EmailAddress = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), GivenName = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Surname = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), OrganizationId = structure(logical(0), tags = list(type = "string")), RootFolderId = structure(logical(0), tags = list(type = "string")), RecycleBinFolderId = structure(logical(0), tags = list(type = "string")), Status = structure(logical(0), tags = list(type = "string")), Type = structure(logical(0), tags = list(type = "string")), CreatedTimestamp = structure(logical(0), tags = list(type = "timestamp")), ModifiedTimestamp = structure(logical(0), tags = list(type = "timestamp")), TimeZoneId = structure(logical(0), tags = list(type = "string")), Locale = structure(logical(0), tags = list(type = "string")), Storage = structure(list(StorageUtilizedInBytes = structure(logical(0), tags = list(type = "long")), StorageRule = structure(list(StorageAllocatedInBytes = structure(logical(0), tags = list(type = "long")), StorageType = 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))
}

.workdocs$get_document_input <- function(...) {
  args <- c(as.list(environment()), list(...))
  shape <- structure(list(AuthenticationToken = structure(logical(0), tags = list(location = "header", locationName = "Authentication", type = "string", sensitive = TRUE)), DocumentId = structure(logical(0), tags = list(location = "uri", locationName = "DocumentId", type = "string")), IncludeCustomMetadata = structure(logical(0), tags = list(location = "querystring", locationName = "includeCustomMetadata", type = "boolean"))), tags = list(type = "structure"))
  return(populate(args, shape))
}

.workdocs$get_document_output <- function(...) {
  args <- c(as.list(environment()), list(...))
  shape <- structure(list(Metadata = structure(list(Id = structure(logical(0), tags = list(type = "string")), CreatorId = structure(logical(0), tags = list(type = "string")), ParentFolderId = structure(logical(0), tags = list(type = "string")), CreatedTimestamp = structure(logical(0), tags = list(type = "timestamp")), ModifiedTimestamp = structure(logical(0), tags = list(type = "timestamp")), LatestVersionMetadata = structure(list(Id = structure(logical(0), tags = list(type = "string")), Name = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), ContentType = structure(logical(0), tags = list(type = "string")), Size = structure(logical(0), tags = list(type = "long")), Signature = structure(logical(0), tags = list(type = "string")), Status = structure(logical(0), tags = list(type = "string")), CreatedTimestamp = structure(logical(0), tags = list(type = "timestamp")), ModifiedTimestamp = structure(logical(0), tags = list(type = "timestamp")), ContentCreatedTimestamp = structure(logical(0), tags = list(type = "timestamp")), ContentModifiedTimestamp = structure(logical(0), tags = list(type = "timestamp")), CreatorId = structure(logical(0), tags = list(type = "string")), Thumbnail = structure(list(structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "map")), Source = structure(list(structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "map"))), tags = list(type = "structure")), ResourceState = structure(logical(0), tags = list(type = "string")), Labels = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list"))), tags = list(type = "structure")), CustomMetadata = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "map"))), tags = list(type = "structure"))
  return(populate(args, shape))
}

.workdocs$get_document_path_input <- function(...) {
  args <- c(as.list(environment()), list(...))
  shape <- structure(list(AuthenticationToken = structure(logical(0), tags = list(location = "header", locationName = "Authentication", type = "string", sensitive = TRUE)), DocumentId = structure(logical(0), tags = list(location = "uri", locationName = "DocumentId", type = "string")), Limit = structure(logical(0), tags = list(location = "querystring", locationName = "limit", type = "integer")), Fields = structure(logical(0), tags = list(location = "querystring", locationName = "fields", type = "string")), Marker = structure(logical(0), tags = list(location = "querystring", locationName = "marker", type = "string"))), tags = list(type = "structure"))
  return(populate(args, shape))
}

.workdocs$get_document_path_output <- function(...) {
  args <- c(as.list(environment()), list(...))
  shape <- structure(list(Path = structure(list(Components = structure(list(structure(list(Id = structure(logical(0), tags = list(type = "string")), Name = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "structure"))
  return(populate(args, shape))
}

.workdocs$get_document_version_input <- function(...) {
  args <- c(as.list(environment()), list(...))
  shape <- structure(list(AuthenticationToken = structure(logical(0), tags = list(location = "header", locationName = "Authentication", type = "string", sensitive = TRUE)), DocumentId = structure(logical(0), tags = list(location = "uri", locationName = "DocumentId", type = "string")), VersionId = structure(logical(0), tags = list(location = "uri", locationName = "VersionId", type = "string")), Fields = structure(logical(0), tags = list(location = "querystring", locationName = "fields", type = "string")), IncludeCustomMetadata = structure(logical(0), tags = list(location = "querystring", locationName = "includeCustomMetadata", type = "boolean"))), tags = list(type = "structure"))
  return(populate(args, shape))
}

.workdocs$get_document_version_output <- function(...) {
  args <- c(as.list(environment()), list(...))
  shape <- structure(list(Metadata = structure(list(Id = structure(logical(0), tags = list(type = "string")), Name = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), ContentType = structure(logical(0), tags = list(type = "string")), Size = structure(logical(0), tags = list(type = "long")), Signature = structure(logical(0), tags = list(type = "string")), Status = structure(logical(0), tags = list(type = "string")), CreatedTimestamp = structure(logical(0), tags = list(type = "timestamp")), ModifiedTimestamp = structure(logical(0), tags = list(type = "timestamp")), ContentCreatedTimestamp = structure(logical(0), tags = list(type = "timestamp")), ContentModifiedTimestamp = structure(logical(0), tags = list(type = "timestamp")), CreatorId = structure(logical(0), tags = list(type = "string")), Thumbnail = structure(list(structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "map")), Source = structure(list(structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "map"))), tags = list(type = "structure")), CustomMetadata = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "map"))), tags = list(type = "structure"))
  return(populate(args, shape))
}

.workdocs$get_folder_input <- function(...) {
  args <- c(as.list(environment()), list(...))
  shape <- structure(list(AuthenticationToken = structure(logical(0), tags = list(location = "header", locationName = "Authentication", type = "string", sensitive = TRUE)), FolderId = structure(logical(0), tags = list(location = "uri", locationName = "FolderId", type = "string")), IncludeCustomMetadata = structure(logical(0), tags = list(location = "querystring", locationName = "includeCustomMetadata", type = "boolean"))), tags = list(type = "structure"))
  return(populate(args, shape))
}

.workdocs$get_folder_output <- function(...) {
  args <- c(as.list(environment()), list(...))
  shape <- structure(list(Metadata = structure(list(Id = structure(logical(0), tags = list(type = "string")), Name = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), CreatorId = structure(logical(0), tags = list(type = "string")), ParentFolderId = structure(logical(0), tags = list(type = "string")), CreatedTimestamp = structure(logical(0), tags = list(type = "timestamp")), ModifiedTimestamp = structure(logical(0), tags = list(type = "timestamp")), ResourceState = structure(logical(0), tags = list(type = "string")), Signature = structure(logical(0), tags = list(type = "string")), Labels = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), Size = structure(logical(0), tags = list(type = "long")), LatestVersionSize = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), CustomMetadata = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "map"))), tags = list(type = "structure"))
  return(populate(args, shape))
}

.workdocs$get_folder_path_input <- function(...) {
  args <- c(as.list(environment()), list(...))
  shape <- structure(list(AuthenticationToken = structure(logical(0), tags = list(location = "header", locationName = "Authentication", type = "string", sensitive = TRUE)), FolderId = structure(logical(0), tags = list(location = "uri", locationName = "FolderId", type = "string")), Limit = structure(logical(0), tags = list(location = "querystring", locationName = "limit", type = "integer")), Fields = structure(logical(0), tags = list(location = "querystring", locationName = "fields", type = "string")), Marker = structure(logical(0), tags = list(location = "querystring", locationName = "marker", type = "string"))), tags = list(type = "structure"))
  return(populate(args, shape))
}

.workdocs$get_folder_path_output <- function(...) {
  args <- c(as.list(environment()), list(...))
  shape <- structure(list(Path = structure(list(Components = structure(list(structure(list(Id = structure(logical(0), tags = list(type = "string")), Name = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "structure"))
  return(populate(args, shape))
}

.workdocs$get_resources_input <- function(...) {
  args <- c(as.list(environment()), list(...))
  shape <- structure(list(AuthenticationToken = structure(logical(0), tags = list(location = "header", locationName = "Authentication", type = "string", sensitive = TRUE)), UserId = structure(logical(0), tags = list(location = "querystring", locationName = "userId", type = "string")), CollectionType = structure(logical(0), tags = list(location = "querystring", locationName = "collectionType", type = "string")), Limit = structure(logical(0), tags = list(location = "querystring", locationName = "limit", type = "integer")), Marker = structure(logical(0), tags = list(location = "querystring", locationName = "marker", type = "string"))), tags = list(type = "structure"))
  return(populate(args, shape))
}

.workdocs$get_resources_output <- function(...) {
  args <- c(as.list(environment()), list(...))
  shape <- structure(list(Folders = structure(list(structure(list(Id = structure(logical(0), tags = list(type = "string")), Name = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), CreatorId = structure(logical(0), tags = list(type = "string")), ParentFolderId = structure(logical(0), tags = list(type = "string")), CreatedTimestamp = structure(logical(0), tags = list(type = "timestamp")), ModifiedTimestamp = structure(logical(0), tags = list(type = "timestamp")), ResourceState = structure(logical(0), tags = list(type = "string")), Signature = structure(logical(0), tags = list(type = "string")), Labels = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), Size = structure(logical(0), tags = list(type = "long")), LatestVersionSize = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure"))), tags = list(type = "list")), Documents = structure(list(structure(list(Id = structure(logical(0), tags = list(type = "string")), CreatorId = structure(logical(0), tags = list(type = "string")), ParentFolderId = structure(logical(0), tags = list(type = "string")), CreatedTimestamp = structure(logical(0), tags = list(type = "timestamp")), ModifiedTimestamp = structure(logical(0), tags = list(type = "timestamp")), LatestVersionMetadata = structure(list(Id = structure(logical(0), tags = list(type = "string")), Name = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), ContentType = structure(logical(0), tags = list(type = "string")), Size = structure(logical(0), tags = list(type = "long")), Signature = structure(logical(0), tags = list(type = "string")), Status = structure(logical(0), tags = list(type = "string")), CreatedTimestamp = structure(logical(0), tags = list(type = "timestamp")), ModifiedTimestamp = structure(logical(0), tags = list(type = "timestamp")), ContentCreatedTimestamp = structure(logical(0), tags = list(type = "timestamp")), ContentModifiedTimestamp = structure(logical(0), tags = list(type = "timestamp")), CreatorId = structure(logical(0), tags = list(type = "string")), Thumbnail = structure(list(structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "map")), Source = structure(list(structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "map"))), tags = list(type = "structure")), ResourceState = structure(logical(0), tags = list(type = "string")), Labels = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "list")), Marker = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))
  return(populate(args, shape))
}

.workdocs$initiate_document_version_upload_input <- function(...) {
  args <- c(as.list(environment()), list(...))
  shape <- structure(list(AuthenticationToken = structure(logical(0), tags = list(location = "header", locationName = "Authentication", type = "string", sensitive = TRUE)), Id = structure(logical(0), tags = list(type = "string")), Name = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), ContentCreatedTimestamp = structure(logical(0), tags = list(type = "timestamp")), ContentModifiedTimestamp = structure(logical(0), tags = list(type = "timestamp")), ContentType = structure(logical(0), tags = list(type = "string")), DocumentSizeInBytes = structure(logical(0), tags = list(type = "long")), ParentFolderId = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))
  return(populate(args, shape))
}

.workdocs$initiate_document_version_upload_output <- function(...) {
  args <- c(as.list(environment()), list(...))
  shape <- structure(list(Metadata = structure(list(Id = structure(logical(0), tags = list(type = "string")), CreatorId = structure(logical(0), tags = list(type = "string")), ParentFolderId = structure(logical(0), tags = list(type = "string")), CreatedTimestamp = structure(logical(0), tags = list(type = "timestamp")), ModifiedTimestamp = structure(logical(0), tags = list(type = "timestamp")), LatestVersionMetadata = structure(list(Id = structure(logical(0), tags = list(type = "string")), Name = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), ContentType = structure(logical(0), tags = list(type = "string")), Size = structure(logical(0), tags = list(type = "long")), Signature = structure(logical(0), tags = list(type = "string")), Status = structure(logical(0), tags = list(type = "string")), CreatedTimestamp = structure(logical(0), tags = list(type = "timestamp")), ModifiedTimestamp = structure(logical(0), tags = list(type = "timestamp")), ContentCreatedTimestamp = structure(logical(0), tags = list(type = "timestamp")), ContentModifiedTimestamp = structure(logical(0), tags = list(type = "timestamp")), CreatorId = structure(logical(0), tags = list(type = "string")), Thumbnail = structure(list(structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "map")), Source = structure(list(structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "map"))), tags = list(type = "structure")), ResourceState = structure(logical(0), tags = list(type = "string")), Labels = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list"))), tags = list(type = "structure")), UploadMetadata = structure(list(UploadUrl = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SignedHeaders = 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))
}

.workdocs$remove_all_resource_permissions_input <- function(...) {
  args <- c(as.list(environment()), list(...))
  shape <- structure(list(AuthenticationToken = structure(logical(0), tags = list(location = "header", locationName = "Authentication", type = "string", sensitive = TRUE)), ResourceId = structure(logical(0), tags = list(location = "uri", locationName = "ResourceId", type = "string"))), tags = list(type = "structure"))
  return(populate(args, shape))
}

.workdocs$remove_all_resource_permissions_output <- function(...) {
  list()
}

.workdocs$remove_resource_permission_input <- function(...) {
  args <- c(as.list(environment()), list(...))
  shape <- structure(list(AuthenticationToken = structure(logical(0), tags = list(location = "header", locationName = "Authentication", type = "string", sensitive = TRUE)), ResourceId = structure(logical(0), tags = list(location = "uri", locationName = "ResourceId", type = "string")), PrincipalId = structure(logical(0), tags = list(location = "uri", locationName = "PrincipalId", type = "string")), PrincipalType = structure(logical(0), tags = list(location = "querystring", locationName = "type", type = "string"))), tags = list(type = "structure"))
  return(populate(args, shape))
}

.workdocs$remove_resource_permission_output <- function(...) {
  list()
}

.workdocs$restore_document_versions_input <- function(...) {
  args <- c(as.list(environment()), list(...))
  shape <- structure(list(AuthenticationToken = structure(logical(0), tags = list(location = "header", locationName = "Authentication", type = "string", sensitive = TRUE)), DocumentId = structure(logical(0), tags = list(location = "uri", locationName = "DocumentId", type = "string"))), tags = list(type = "structure"))
  return(populate(args, shape))
}

.workdocs$restore_document_versions_output <- function(...) {
  list()
}

.workdocs$search_resources_input <- function(...) {
  args <- c(as.list(environment()), list(...))
  shape <- structure(list(AuthenticationToken = structure(logical(0), tags = list(location = "header", locationName = "Authentication", type = "string", sensitive = TRUE)), QueryText = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), QueryScopes = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), OrganizationId = structure(logical(0), tags = list(type = "string")), AdditionalResponseFields = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), Filters = structure(list(TextLocales = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), ContentCategories = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), ResourceTypes = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), Labels = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), Principals = structure(list(structure(list(Id = structure(logical(0), tags = list(type = "string")), Roles = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "list")), AncestorIds = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), SearchCollectionTypes = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), SizeRange = structure(list(StartValue = structure(logical(0), tags = list(type = "long")), EndValue = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), CreatedRange = structure(list(StartValue = structure(logical(0), tags = list(type = "timestamp")), EndValue = structure(logical(0), tags = list(type = "timestamp"))), tags = list(type = "structure")), ModifiedRange = structure(list(StartValue = structure(logical(0), tags = list(type = "timestamp")), EndValue = structure(logical(0), tags = list(type = "timestamp"))), tags = list(type = "structure"))), tags = list(type = "structure")), OrderBy = structure(list(structure(list(Field = structure(logical(0), tags = list(type = "string")), Order = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), Limit = structure(logical(0), tags = list(type = "integer")), Marker = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))
  return(populate(args, shape))
}

.workdocs$search_resources_output <- function(...) {
  args <- c(as.list(environment()), list(...))
  shape <- structure(list(Items = structure(list(structure(list(ResourceType = structure(logical(0), tags = list(type = "string")), WebUrl = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), DocumentMetadata = structure(list(Id = structure(logical(0), tags = list(type = "string")), CreatorId = structure(logical(0), tags = list(type = "string")), ParentFolderId = structure(logical(0), tags = list(type = "string")), CreatedTimestamp = structure(logical(0), tags = list(type = "timestamp")), ModifiedTimestamp = structure(logical(0), tags = list(type = "timestamp")), LatestVersionMetadata = structure(list(Id = structure(logical(0), tags = list(type = "string")), Name = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), ContentType = structure(logical(0), tags = list(type = "string")), Size = structure(logical(0), tags = list(type = "long")), Signature = structure(logical(0), tags = list(type = "string")), Status = structure(logical(0), tags = list(type = "string")), CreatedTimestamp = structure(logical(0), tags = list(type = "timestamp")), ModifiedTimestamp = structure(logical(0), tags = list(type = "timestamp")), ContentCreatedTimestamp = structure(logical(0), tags = list(type = "timestamp")), ContentModifiedTimestamp = structure(logical(0), tags = list(type = "timestamp")), CreatorId = structure(logical(0), tags = list(type = "string")), Thumbnail = structure(list(structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "map")), Source = structure(list(structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "map"))), tags = list(type = "structure")), ResourceState = structure(logical(0), tags = list(type = "string")), Labels = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list"))), tags = list(type = "structure")), FolderMetadata = structure(list(Id = structure(logical(0), tags = list(type = "string")), Name = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), CreatorId = structure(logical(0), tags = list(type = "string")), ParentFolderId = structure(logical(0), tags = list(type = "string")), CreatedTimestamp = structure(logical(0), tags = list(type = "timestamp")), ModifiedTimestamp = structure(logical(0), tags = list(type = "timestamp")), ResourceState = structure(logical(0), tags = list(type = "string")), Signature = structure(logical(0), tags = list(type = "string")), Labels = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), Size = structure(logical(0), tags = list(type = "long")), LatestVersionSize = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), CommentMetadata = structure(list(CommentId = structure(logical(0), tags = list(type = "string")), Contributor = structure(list(Id = structure(logical(0), tags = list(type = "string")), Username = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), EmailAddress = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), GivenName = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Surname = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), OrganizationId = structure(logical(0), tags = list(type = "string")), RootFolderId = structure(logical(0), tags = list(type = "string")), RecycleBinFolderId = structure(logical(0), tags = list(type = "string")), Status = structure(logical(0), tags = list(type = "string")), Type = structure(logical(0), tags = list(type = "string")), CreatedTimestamp = structure(logical(0), tags = list(type = "timestamp")), ModifiedTimestamp = structure(logical(0), tags = list(type = "timestamp")), TimeZoneId = structure(logical(0), tags = list(type = "string")), Locale = structure(logical(0), tags = list(type = "string")), Storage = structure(list(StorageUtilizedInBytes = structure(logical(0), tags = list(type = "long")), StorageRule = structure(list(StorageAllocatedInBytes = structure(logical(0), tags = list(type = "long")), StorageType = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), CreatedTimestamp = structure(logical(0), tags = list(type = "timestamp")), CommentStatus = structure(logical(0), tags = list(type = "string")), RecipientId = structure(logical(0), tags = list(type = "string")), ContributorId = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), DocumentVersionMetadata = structure(list(Id = structure(logical(0), tags = list(type = "string")), Name = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), ContentType = structure(logical(0), tags = list(type = "string")), Size = structure(logical(0), tags = list(type = "long")), Signature = structure(logical(0), tags = list(type = "string")), Status = structure(logical(0), tags = list(type = "string")), CreatedTimestamp = structure(logical(0), tags = list(type = "timestamp")), ModifiedTimestamp = structure(logical(0), tags = list(type = "timestamp")), ContentCreatedTimestamp = structure(logical(0), tags = list(type = "timestamp")), ContentModifiedTimestamp = structure(logical(0), tags = list(type = "timestamp")), CreatorId = structure(logical(0), tags = list(type = "string")), Thumbnail = structure(list(structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "map")), Source = structure(list(structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "map"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list")), Marker = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))
  return(populate(args, shape))
}

.workdocs$update_document_input <- function(...) {
  args <- c(as.list(environment()), list(...))
  shape <- structure(list(AuthenticationToken = structure(logical(0), tags = list(location = "header", locationName = "Authentication", type = "string", sensitive = TRUE)), DocumentId = structure(logical(0), tags = list(location = "uri", locationName = "DocumentId", type = "string")), Name = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), ParentFolderId = structure(logical(0), tags = list(type = "string")), ResourceState = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))
  return(populate(args, shape))
}

.workdocs$update_document_output <- function(...) {
  list()
}

.workdocs$update_document_version_input <- function(...) {
  args <- c(as.list(environment()), list(...))
  shape <- structure(list(AuthenticationToken = structure(logical(0), tags = list(location = "header", locationName = "Authentication", type = "string", sensitive = TRUE)), DocumentId = structure(logical(0), tags = list(location = "uri", locationName = "DocumentId", type = "string")), VersionId = structure(logical(0), tags = list(location = "uri", locationName = "VersionId", type = "string")), VersionStatus = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))
  return(populate(args, shape))
}

.workdocs$update_document_version_output <- function(...) {
  list()
}

.workdocs$update_folder_input <- function(...) {
  args <- c(as.list(environment()), list(...))
  shape <- structure(list(AuthenticationToken = structure(logical(0), tags = list(location = "header", locationName = "Authentication", type = "string", sensitive = TRUE)), FolderId = structure(logical(0), tags = list(location = "uri", locationName = "FolderId", type = "string")), Name = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), ParentFolderId = structure(logical(0), tags = list(type = "string")), ResourceState = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))
  return(populate(args, shape))
}

.workdocs$update_folder_output <- function(...) {
  list()
}

.workdocs$update_user_input <- function(...) {
  args <- c(as.list(environment()), list(...))
  shape <- structure(list(AuthenticationToken = structure(logical(0), tags = list(location = "header", locationName = "Authentication", type = "string", sensitive = TRUE)), UserId = structure(logical(0), tags = list(location = "uri", locationName = "UserId", type = "string")), GivenName = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Surname = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Type = structure(logical(0), tags = list(type = "string")), StorageRule = structure(list(StorageAllocatedInBytes = structure(logical(0), tags = list(type = "long")), StorageType = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), TimeZoneId = structure(logical(0), tags = list(type = "string")), Locale = structure(logical(0), tags = list(type = "string")), GrantPoweruserPrivileges = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))
  return(populate(args, shape))
}

.workdocs$update_user_output <- function(...) {
  args <- c(as.list(environment()), list(...))
  shape <- structure(list(User = structure(list(Id = structure(logical(0), tags = list(type = "string")), Username = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), EmailAddress = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), GivenName = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Surname = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), OrganizationId = structure(logical(0), tags = list(type = "string")), RootFolderId = structure(logical(0), tags = list(type = "string")), RecycleBinFolderId = structure(logical(0), tags = list(type = "string")), Status = structure(logical(0), tags = list(type = "string")), Type = structure(logical(0), tags = list(type = "string")), CreatedTimestamp = structure(logical(0), tags = list(type = "timestamp")), ModifiedTimestamp = structure(logical(0), tags = list(type = "timestamp")), TimeZoneId = structure(logical(0), tags = list(type = "string")), Locale = structure(logical(0), tags = list(type = "string")), Storage = structure(list(StorageUtilizedInBytes = structure(logical(0), tags = list(type = "long")), StorageRule = structure(list(StorageAllocatedInBytes = structure(logical(0), tags = list(type = "long")), StorageType = 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))
}

Try the paws.end.user.computing package in your browser

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

paws.end.user.computing documentation built on Sept. 12, 2023, 1:17 a.m.