R/finspacedata_interfaces.R

Defines functions update_user_output update_user_input update_permission_group_output update_permission_group_input update_dataset_output update_dataset_input update_changeset_output update_changeset_input reset_user_password_output reset_user_password_input list_users_by_permission_group_output list_users_by_permission_group_input list_users_output list_users_input list_permission_groups_by_user_output list_permission_groups_by_user_input list_permission_groups_output list_permission_groups_input list_datasets_output list_datasets_input list_data_views_output list_data_views_input list_changesets_output list_changesets_input get_working_location_output get_working_location_input get_user_output get_user_input get_programmatic_access_credentials_output get_programmatic_access_credentials_input get_permission_group_output get_permission_group_input get_external_data_view_access_details_output get_external_data_view_access_details_input get_dataset_output get_dataset_input get_data_view_output get_data_view_input get_changeset_output get_changeset_input enable_user_output enable_user_input disassociate_user_from_permission_group_output disassociate_user_from_permission_group_input disable_user_output disable_user_input delete_permission_group_output delete_permission_group_input delete_dataset_output delete_dataset_input create_user_output create_user_input create_permission_group_output create_permission_group_input create_dataset_output create_dataset_input create_data_view_output create_data_view_input create_changeset_output create_changeset_input associate_user_to_permission_group_output associate_user_to_permission_group_input

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

.finspacedata$associate_user_to_permission_group_input <- function(...) {
  args <- c(as.list(environment()), list(...))
  shape <- structure(list(permissionGroupId = structure(logical(0), tags = list(location = "uri", locationName = "permissionGroupId", type = "string")), userId = structure(logical(0), tags = list(location = "uri", locationName = "userId", type = "string")), clientToken = structure(logical(0), tags = list(idempotencyToken = TRUE, type = "string"))), tags = list(type = "structure"))
  return(populate(args, shape))
}

.finspacedata$associate_user_to_permission_group_output <- function(...) {
  args <- c(as.list(environment()), list(...))
  shape <- structure(list(statusCode = structure(logical(0), tags = list(location = "statusCode", type = "integer"))), tags = list(type = "structure"))
  return(populate(args, shape))
}

.finspacedata$create_changeset_input <- function(...) {
  args <- c(as.list(environment()), list(...))
  shape <- structure(list(clientToken = structure(logical(0), tags = list(idempotencyToken = TRUE, type = "string")), datasetId = structure(logical(0), tags = list(location = "uri", locationName = "datasetId", type = "string")), changeType = structure(logical(0), tags = list(type = "string")), sourceParams = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "map")), formatParams = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "map"))), tags = list(type = "structure"))
  return(populate(args, shape))
}

.finspacedata$create_changeset_output <- function(...) {
  args <- c(as.list(environment()), list(...))
  shape <- structure(list(datasetId = structure(logical(0), tags = list(type = "string")), changesetId = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))
  return(populate(args, shape))
}

.finspacedata$create_data_view_input <- function(...) {
  args <- c(as.list(environment()), list(...))
  shape <- structure(list(clientToken = structure(logical(0), tags = list(idempotencyToken = TRUE, type = "string")), datasetId = structure(logical(0), tags = list(location = "uri", locationName = "datasetId", type = "string")), autoUpdate = structure(logical(0), tags = list(type = "boolean")), sortColumns = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), partitionColumns = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), asOfTimestamp = structure(logical(0), tags = list(box = TRUE, type = "long")), destinationTypeParams = structure(list(destinationType = structure(logical(0), tags = list(type = "string")), s3DestinationExportFileFormat = structure(logical(0), tags = list(type = "string")), s3DestinationExportFileFormatOptions = 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))
}

.finspacedata$create_data_view_output <- function(...) {
  args <- c(as.list(environment()), list(...))
  shape <- structure(list(datasetId = structure(logical(0), tags = list(type = "string")), dataViewId = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))
  return(populate(args, shape))
}

.finspacedata$create_dataset_input <- function(...) {
  args <- c(as.list(environment()), list(...))
  shape <- structure(list(clientToken = structure(logical(0), tags = list(idempotencyToken = TRUE, type = "string")), datasetTitle = structure(logical(0), tags = list(type = "string")), kind = structure(logical(0), tags = list(type = "string")), datasetDescription = structure(logical(0), tags = list(type = "string")), ownerInfo = structure(list(name = structure(logical(0), tags = list(type = "string")), phoneNumber = structure(logical(0), tags = list(type = "string")), email = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure")), permissionGroupParams = structure(list(permissionGroupId = structure(logical(0), tags = list(type = "string")), datasetPermissions = structure(list(structure(list(permission = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")), alias = structure(logical(0), tags = list(type = "string")), schemaDefinition = structure(list(tabularSchemaConfig = structure(list(columns = structure(list(structure(list(dataType = structure(logical(0), tags = list(type = "string")), columnName = structure(logical(0), tags = list(type = "string")), columnDescription = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), primaryKeyColumns = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))
  return(populate(args, shape))
}

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

.finspacedata$create_permission_group_input <- function(...) {
  args <- c(as.list(environment()), list(...))
  shape <- structure(list(name = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), description = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), applicationPermissions = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), clientToken = structure(logical(0), tags = list(idempotencyToken = TRUE, type = "string"))), tags = list(type = "structure"))
  return(populate(args, shape))
}

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

.finspacedata$create_user_input <- function(...) {
  args <- c(as.list(environment()), list(...))
  shape <- structure(list(emailAddress = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), type = structure(logical(0), tags = list(type = "string")), firstName = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), lastName = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), ApiAccess = structure(logical(0), tags = list(type = "string")), apiAccessPrincipalArn = structure(logical(0), tags = list(type = "string")), clientToken = structure(logical(0), tags = list(idempotencyToken = TRUE, type = "string"))), tags = list(type = "structure"))
  return(populate(args, shape))
}

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

.finspacedata$delete_dataset_input <- function(...) {
  args <- c(as.list(environment()), list(...))
  shape <- structure(list(clientToken = structure(logical(0), tags = list(idempotencyToken = TRUE, location = "querystring", locationName = "clientToken", type = "string")), datasetId = structure(logical(0), tags = list(location = "uri", locationName = "datasetId", type = "string"))), tags = list(type = "structure"))
  return(populate(args, shape))
}

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

.finspacedata$delete_permission_group_input <- function(...) {
  args <- c(as.list(environment()), list(...))
  shape <- structure(list(permissionGroupId = structure(logical(0), tags = list(location = "uri", locationName = "permissionGroupId", type = "string")), clientToken = structure(logical(0), tags = list(idempotencyToken = TRUE, location = "querystring", locationName = "clientToken", type = "string"))), tags = list(type = "structure"))
  return(populate(args, shape))
}

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

.finspacedata$disable_user_input <- function(...) {
  args <- c(as.list(environment()), list(...))
  shape <- structure(list(userId = structure(logical(0), tags = list(location = "uri", locationName = "userId", type = "string")), clientToken = structure(logical(0), tags = list(idempotencyToken = TRUE, type = "string"))), tags = list(type = "structure"))
  return(populate(args, shape))
}

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

.finspacedata$disassociate_user_from_permission_group_input <- function(...) {
  args <- c(as.list(environment()), list(...))
  shape <- structure(list(permissionGroupId = structure(logical(0), tags = list(location = "uri", locationName = "permissionGroupId", type = "string")), userId = structure(logical(0), tags = list(location = "uri", locationName = "userId", type = "string")), clientToken = structure(logical(0), tags = list(idempotencyToken = TRUE, location = "querystring", locationName = "clientToken", type = "string"))), tags = list(type = "structure"))
  return(populate(args, shape))
}

.finspacedata$disassociate_user_from_permission_group_output <- function(...) {
  args <- c(as.list(environment()), list(...))
  shape <- structure(list(statusCode = structure(logical(0), tags = list(location = "statusCode", type = "integer"))), tags = list(type = "structure"))
  return(populate(args, shape))
}

.finspacedata$enable_user_input <- function(...) {
  args <- c(as.list(environment()), list(...))
  shape <- structure(list(userId = structure(logical(0), tags = list(location = "uri", locationName = "userId", type = "string")), clientToken = structure(logical(0), tags = list(idempotencyToken = TRUE, type = "string"))), tags = list(type = "structure"))
  return(populate(args, shape))
}

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

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

.finspacedata$get_changeset_output <- function(...) {
  args <- c(as.list(environment()), list(...))
  shape <- structure(list(changesetId = structure(logical(0), tags = list(type = "string")), changesetArn = structure(logical(0), tags = list(type = "string")), datasetId = structure(logical(0), tags = list(type = "string")), changeType = structure(logical(0), tags = list(type = "string")), sourceParams = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "map")), formatParams = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "map")), createTime = structure(logical(0), tags = list(type = "long")), status = structure(logical(0), tags = list(type = "string")), errorInfo = structure(list(errorMessage = structure(logical(0), tags = list(type = "string")), errorCategory = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), activeUntilTimestamp = structure(logical(0), tags = list(box = TRUE, type = "long")), activeFromTimestamp = structure(logical(0), tags = list(box = TRUE, type = "long")), updatesChangesetId = structure(logical(0), tags = list(type = "string")), updatedByChangesetId = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))
  return(populate(args, shape))
}

.finspacedata$get_data_view_input <- function(...) {
  args <- c(as.list(environment()), list(...))
  shape <- structure(list(dataViewId = structure(logical(0), tags = list(location = "uri", locationName = "dataviewId", type = "string")), datasetId = structure(logical(0), tags = list(location = "uri", locationName = "datasetId", type = "string"))), tags = list(type = "structure"))
  return(populate(args, shape))
}

.finspacedata$get_data_view_output <- function(...) {
  args <- c(as.list(environment()), list(...))
  shape <- structure(list(autoUpdate = structure(logical(0), tags = list(type = "boolean")), partitionColumns = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), datasetId = structure(logical(0), tags = list(type = "string")), asOfTimestamp = structure(logical(0), tags = list(box = TRUE, type = "long")), errorInfo = structure(list(errorMessage = structure(logical(0), tags = list(type = "string")), errorCategory = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), lastModifiedTime = structure(logical(0), tags = list(type = "long")), createTime = structure(logical(0), tags = list(type = "long")), sortColumns = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), dataViewId = structure(logical(0), tags = list(type = "string")), dataViewArn = structure(logical(0), tags = list(type = "string")), destinationTypeParams = structure(list(destinationType = structure(logical(0), tags = list(type = "string")), s3DestinationExportFileFormat = structure(logical(0), tags = list(type = "string")), s3DestinationExportFileFormatOptions = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "map"))), tags = list(type = "structure")), status = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))
  return(populate(args, shape))
}

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

.finspacedata$get_dataset_output <- function(...) {
  args <- c(as.list(environment()), list(...))
  shape <- structure(list(datasetId = structure(logical(0), tags = list(type = "string")), datasetArn = structure(logical(0), tags = list(type = "string")), datasetTitle = structure(logical(0), tags = list(type = "string")), kind = structure(logical(0), tags = list(type = "string")), datasetDescription = structure(logical(0), tags = list(type = "string")), createTime = structure(logical(0), tags = list(type = "long")), lastModifiedTime = structure(logical(0), tags = list(type = "long")), schemaDefinition = structure(list(tabularSchemaConfig = structure(list(columns = structure(list(structure(list(dataType = structure(logical(0), tags = list(type = "string")), columnName = structure(logical(0), tags = list(type = "string")), columnDescription = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), primaryKeyColumns = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "structure")), alias = structure(logical(0), tags = list(type = "string")), status = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))
  return(populate(args, shape))
}

.finspacedata$get_external_data_view_access_details_input <- function(...) {
  args <- c(as.list(environment()), list(...))
  shape <- structure(list(dataViewId = structure(logical(0), tags = list(location = "uri", locationName = "dataviewId", type = "string")), datasetId = structure(logical(0), tags = list(location = "uri", locationName = "datasetId", type = "string"))), tags = list(type = "structure"))
  return(populate(args, shape))
}

.finspacedata$get_external_data_view_access_details_output <- function(...) {
  args <- c(as.list(environment()), list(...))
  shape <- structure(list(credentials = structure(list(accessKeyId = structure(logical(0), tags = list(type = "string")), secretAccessKey = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), sessionToken = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), expiration = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), s3Location = structure(list(bucket = structure(logical(0), tags = list(type = "string")), key = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))
  return(populate(args, shape))
}

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

.finspacedata$get_permission_group_output <- function(...) {
  args <- c(as.list(environment()), list(...))
  shape <- structure(list(permissionGroup = structure(list(permissionGroupId = structure(logical(0), tags = list(type = "string")), name = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), description = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), applicationPermissions = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), createTime = structure(logical(0), tags = list(type = "long")), lastModifiedTime = structure(logical(0), tags = list(type = "long")), membershipStatus = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))
  return(populate(args, shape))
}

.finspacedata$get_programmatic_access_credentials_input <- function(...) {
  args <- c(as.list(environment()), list(...))
  shape <- structure(list(durationInMinutes = structure(logical(0), tags = list(location = "querystring", locationName = "durationInMinutes", type = "long")), environmentId = structure(logical(0), tags = list(location = "querystring", locationName = "environmentId", type = "string"))), tags = list(type = "structure"))
  return(populate(args, shape))
}

.finspacedata$get_programmatic_access_credentials_output <- function(...) {
  args <- c(as.list(environment()), list(...))
  shape <- structure(list(credentials = structure(list(accessKeyId = structure(logical(0), tags = list(type = "string")), secretAccessKey = structure(logical(0), tags = list(type = "string")), sessionToken = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), durationInMinutes = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure"))
  return(populate(args, shape))
}

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

.finspacedata$get_user_output <- function(...) {
  args <- c(as.list(environment()), list(...))
  shape <- structure(list(userId = structure(logical(0), tags = list(type = "string")), status = structure(logical(0), tags = list(type = "string")), firstName = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), lastName = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), emailAddress = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), type = structure(logical(0), tags = list(type = "string")), apiAccess = structure(logical(0), tags = list(type = "string")), apiAccessPrincipalArn = structure(logical(0), tags = list(type = "string")), createTime = structure(logical(0), tags = list(type = "long")), lastEnabledTime = structure(logical(0), tags = list(type = "long")), lastDisabledTime = structure(logical(0), tags = list(type = "long")), lastModifiedTime = structure(logical(0), tags = list(type = "long")), lastLoginTime = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure"))
  return(populate(args, shape))
}

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

.finspacedata$get_working_location_output <- function(...) {
  args <- c(as.list(environment()), list(...))
  shape <- structure(list(s3Uri = structure(logical(0), tags = list(type = "string")), s3Path = structure(logical(0), tags = list(type = "string")), s3Bucket = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))
  return(populate(args, shape))
}

.finspacedata$list_changesets_input <- function(...) {
  args <- c(as.list(environment()), list(...))
  shape <- structure(list(datasetId = structure(logical(0), tags = list(location = "uri", locationName = "datasetId", type = "string")), maxResults = structure(logical(0), tags = list(box = TRUE, location = "querystring", locationName = "maxResults", type = "integer")), nextToken = structure(logical(0), tags = list(location = "querystring", locationName = "nextToken", type = "string"))), tags = list(type = "structure"))
  return(populate(args, shape))
}

.finspacedata$list_changesets_output <- function(...) {
  args <- c(as.list(environment()), list(...))
  shape <- structure(list(changesets = structure(list(structure(list(changesetId = structure(logical(0), tags = list(type = "string")), changesetArn = structure(logical(0), tags = list(type = "string")), datasetId = structure(logical(0), tags = list(type = "string")), changeType = structure(logical(0), tags = list(type = "string")), sourceParams = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "map")), formatParams = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "map")), createTime = structure(logical(0), tags = list(type = "long")), status = structure(logical(0), tags = list(type = "string")), errorInfo = structure(list(errorMessage = structure(logical(0), tags = list(type = "string")), errorCategory = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), activeUntilTimestamp = structure(logical(0), tags = list(box = TRUE, type = "long")), activeFromTimestamp = structure(logical(0), tags = list(box = TRUE, type = "long")), updatesChangesetId = structure(logical(0), tags = list(type = "string")), updatedByChangesetId = 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))
}

.finspacedata$list_data_views_input <- function(...) {
  args <- c(as.list(environment()), list(...))
  shape <- structure(list(datasetId = structure(logical(0), tags = list(location = "uri", locationName = "datasetId", type = "string")), nextToken = structure(logical(0), tags = list(location = "querystring", locationName = "nextToken", type = "string")), maxResults = structure(logical(0), tags = list(box = TRUE, location = "querystring", locationName = "maxResults", type = "integer"))), tags = list(type = "structure"))
  return(populate(args, shape))
}

.finspacedata$list_data_views_output <- function(...) {
  args <- c(as.list(environment()), list(...))
  shape <- structure(list(nextToken = structure(logical(0), tags = list(type = "string")), dataViews = structure(list(structure(list(dataViewId = structure(logical(0), tags = list(type = "string")), dataViewArn = structure(logical(0), tags = list(type = "string")), datasetId = structure(logical(0), tags = list(type = "string")), asOfTimestamp = structure(logical(0), tags = list(box = TRUE, type = "long")), partitionColumns = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), sortColumns = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), status = structure(logical(0), tags = list(type = "string")), errorInfo = structure(list(errorMessage = structure(logical(0), tags = list(type = "string")), errorCategory = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), destinationTypeProperties = structure(list(destinationType = structure(logical(0), tags = list(type = "string")), s3DestinationExportFileFormat = structure(logical(0), tags = list(type = "string")), s3DestinationExportFileFormatOptions = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "map"))), tags = list(type = "structure")), autoUpdate = structure(logical(0), tags = list(type = "boolean")), createTime = structure(logical(0), tags = list(type = "long")), lastModifiedTime = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))
  return(populate(args, shape))
}

.finspacedata$list_datasets_input <- function(...) {
  args <- c(as.list(environment()), list(...))
  shape <- structure(list(nextToken = structure(logical(0), tags = list(location = "querystring", locationName = "nextToken", type = "string")), maxResults = structure(logical(0), tags = list(box = TRUE, location = "querystring", locationName = "maxResults", type = "integer"))), tags = list(type = "structure"))
  return(populate(args, shape))
}

.finspacedata$list_datasets_output <- function(...) {
  args <- c(as.list(environment()), list(...))
  shape <- structure(list(datasets = structure(list(structure(list(datasetId = structure(logical(0), tags = list(type = "string")), datasetArn = structure(logical(0), tags = list(type = "string")), datasetTitle = structure(logical(0), tags = list(type = "string")), kind = structure(logical(0), tags = list(type = "string")), datasetDescription = structure(logical(0), tags = list(type = "string")), ownerInfo = structure(list(name = structure(logical(0), tags = list(type = "string")), phoneNumber = structure(logical(0), tags = list(type = "string")), email = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure")), createTime = structure(logical(0), tags = list(type = "long")), lastModifiedTime = structure(logical(0), tags = list(type = "long")), schemaDefinition = structure(list(tabularSchemaConfig = structure(list(columns = structure(list(structure(list(dataType = structure(logical(0), tags = list(type = "string")), columnName = structure(logical(0), tags = list(type = "string")), columnDescription = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), primaryKeyColumns = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "structure")), alias = 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))
}

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

.finspacedata$list_permission_groups_output <- function(...) {
  args <- c(as.list(environment()), list(...))
  shape <- structure(list(permissionGroups = structure(list(structure(list(permissionGroupId = structure(logical(0), tags = list(type = "string")), name = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), description = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), applicationPermissions = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), createTime = structure(logical(0), tags = list(type = "long")), lastModifiedTime = structure(logical(0), tags = list(type = "long")), membershipStatus = 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))
}

.finspacedata$list_permission_groups_by_user_input <- function(...) {
  args <- c(as.list(environment()), list(...))
  shape <- structure(list(userId = structure(logical(0), tags = list(location = "uri", locationName = "userId", type = "string")), nextToken = structure(logical(0), tags = list(location = "querystring", locationName = "nextToken", type = "string")), maxResults = structure(logical(0), tags = list(location = "querystring", locationName = "maxResults", type = "integer"))), tags = list(type = "structure"))
  return(populate(args, shape))
}

.finspacedata$list_permission_groups_by_user_output <- function(...) {
  args <- c(as.list(environment()), list(...))
  shape <- structure(list(permissionGroups = structure(list(structure(list(permissionGroupId = structure(logical(0), tags = list(type = "string")), name = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), membershipStatus = 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))
}

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

.finspacedata$list_users_output <- function(...) {
  args <- c(as.list(environment()), list(...))
  shape <- structure(list(users = structure(list(structure(list(userId = structure(logical(0), tags = list(type = "string")), status = structure(logical(0), tags = list(type = "string")), firstName = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), lastName = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), emailAddress = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), type = structure(logical(0), tags = list(type = "string")), apiAccess = structure(logical(0), tags = list(type = "string")), apiAccessPrincipalArn = structure(logical(0), tags = list(type = "string")), createTime = structure(logical(0), tags = list(type = "long")), lastEnabledTime = structure(logical(0), tags = list(type = "long")), lastDisabledTime = structure(logical(0), tags = list(type = "long")), lastModifiedTime = structure(logical(0), tags = list(type = "long")), lastLoginTime = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure"))), tags = list(type = "list")), nextToken = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))
  return(populate(args, shape))
}

.finspacedata$list_users_by_permission_group_input <- function(...) {
  args <- c(as.list(environment()), list(...))
  shape <- structure(list(permissionGroupId = structure(logical(0), tags = list(location = "uri", locationName = "permissionGroupId", type = "string")), nextToken = structure(logical(0), tags = list(location = "querystring", locationName = "nextToken", type = "string")), maxResults = structure(logical(0), tags = list(location = "querystring", locationName = "maxResults", type = "integer"))), tags = list(type = "structure"))
  return(populate(args, shape))
}

.finspacedata$list_users_by_permission_group_output <- function(...) {
  args <- c(as.list(environment()), list(...))
  shape <- structure(list(users = structure(list(structure(list(userId = structure(logical(0), tags = list(type = "string")), status = structure(logical(0), tags = list(type = "string")), firstName = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), lastName = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), emailAddress = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), type = structure(logical(0), tags = list(type = "string")), apiAccess = structure(logical(0), tags = list(type = "string")), apiAccessPrincipalArn = structure(logical(0), tags = list(type = "string")), membershipStatus = 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))
}

.finspacedata$reset_user_password_input <- function(...) {
  args <- c(as.list(environment()), list(...))
  shape <- structure(list(userId = structure(logical(0), tags = list(location = "uri", locationName = "userId", type = "string")), clientToken = structure(logical(0), tags = list(idempotencyToken = TRUE, type = "string"))), tags = list(type = "structure"))
  return(populate(args, shape))
}

.finspacedata$reset_user_password_output <- function(...) {
  args <- c(as.list(environment()), list(...))
  shape <- structure(list(userId = structure(logical(0), tags = list(type = "string")), temporaryPassword = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))
  return(populate(args, shape))
}

.finspacedata$update_changeset_input <- function(...) {
  args <- c(as.list(environment()), list(...))
  shape <- structure(list(clientToken = structure(logical(0), tags = list(idempotencyToken = TRUE, type = "string")), datasetId = structure(logical(0), tags = list(location = "uri", locationName = "datasetId", type = "string")), changesetId = structure(logical(0), tags = list(location = "uri", locationName = "changesetId", type = "string")), sourceParams = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "map")), formatParams = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "map"))), tags = list(type = "structure"))
  return(populate(args, shape))
}

.finspacedata$update_changeset_output <- function(...) {
  args <- c(as.list(environment()), list(...))
  shape <- structure(list(changesetId = structure(logical(0), tags = list(type = "string")), datasetId = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))
  return(populate(args, shape))
}

.finspacedata$update_dataset_input <- function(...) {
  args <- c(as.list(environment()), list(...))
  shape <- structure(list(clientToken = structure(logical(0), tags = list(idempotencyToken = TRUE, type = "string")), datasetId = structure(logical(0), tags = list(location = "uri", locationName = "datasetId", type = "string")), datasetTitle = structure(logical(0), tags = list(type = "string")), kind = structure(logical(0), tags = list(type = "string")), datasetDescription = structure(logical(0), tags = list(type = "string")), alias = structure(logical(0), tags = list(type = "string")), schemaDefinition = structure(list(tabularSchemaConfig = structure(list(columns = structure(list(structure(list(dataType = structure(logical(0), tags = list(type = "string")), columnName = structure(logical(0), tags = list(type = "string")), columnDescription = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), primaryKeyColumns = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))
  return(populate(args, shape))
}

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

.finspacedata$update_permission_group_input <- function(...) {
  args <- c(as.list(environment()), list(...))
  shape <- structure(list(permissionGroupId = structure(logical(0), tags = list(location = "uri", locationName = "permissionGroupId", type = "string")), name = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), description = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), applicationPermissions = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), clientToken = structure(logical(0), tags = list(idempotencyToken = TRUE, type = "string"))), tags = list(type = "structure"))
  return(populate(args, shape))
}

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

.finspacedata$update_user_input <- function(...) {
  args <- c(as.list(environment()), list(...))
  shape <- structure(list(userId = structure(logical(0), tags = list(location = "uri", locationName = "userId", type = "string")), type = structure(logical(0), tags = list(type = "string")), firstName = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), lastName = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), apiAccess = structure(logical(0), tags = list(type = "string")), apiAccessPrincipalArn = structure(logical(0), tags = list(type = "string")), clientToken = structure(logical(0), tags = list(idempotencyToken = TRUE, type = "string"))), tags = list(type = "structure"))
  return(populate(args, shape))
}

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

Try the paws.storage package in your browser

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

paws.storage documentation built on Sept. 12, 2023, 1:23 a.m.