R/cognitosync_interfaces.R

Defines functions update_records_output update_records_input unsubscribe_from_dataset_output unsubscribe_from_dataset_input subscribe_to_dataset_output subscribe_to_dataset_input set_identity_pool_configuration_output set_identity_pool_configuration_input set_cognito_events_output set_cognito_events_input register_device_output register_device_input list_records_output list_records_input list_identity_pool_usage_output list_identity_pool_usage_input list_datasets_output list_datasets_input get_identity_pool_configuration_output get_identity_pool_configuration_input get_cognito_events_output get_cognito_events_input get_bulk_publish_details_output get_bulk_publish_details_input describe_identity_usage_output describe_identity_usage_input describe_identity_pool_usage_output describe_identity_pool_usage_input describe_dataset_output describe_dataset_input delete_dataset_output delete_dataset_input bulk_publish_output bulk_publish_input

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

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

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

.cognitosync$delete_dataset_input <- function(...) {
  args <- c(as.list(environment()), list(...))
  shape <- structure(list(IdentityPoolId = structure(logical(0), tags = list(location = "uri", locationName = "IdentityPoolId", type = "string")), IdentityId = structure(logical(0), tags = list(location = "uri", locationName = "IdentityId", type = "string")), DatasetName = structure(logical(0), tags = list(location = "uri", locationName = "DatasetName", type = "string"))), tags = list(type = "structure"))
  return(populate(args, shape))
}

.cognitosync$delete_dataset_output <- function(...) {
  args <- c(as.list(environment()), list(...))
  shape <- structure(list(Dataset = structure(list(IdentityId = structure(logical(0), tags = list(type = "string")), DatasetName = structure(logical(0), tags = list(type = "string")), CreationDate = structure(logical(0), tags = list(type = "timestamp")), LastModifiedDate = structure(logical(0), tags = list(type = "timestamp")), LastModifiedBy = structure(logical(0), tags = list(type = "string")), DataStorage = structure(logical(0), tags = list(type = "long")), NumRecords = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure"))), tags = list(type = "structure"))
  return(populate(args, shape))
}

.cognitosync$describe_dataset_input <- function(...) {
  args <- c(as.list(environment()), list(...))
  shape <- structure(list(IdentityPoolId = structure(logical(0), tags = list(location = "uri", locationName = "IdentityPoolId", type = "string")), IdentityId = structure(logical(0), tags = list(location = "uri", locationName = "IdentityId", type = "string")), DatasetName = structure(logical(0), tags = list(location = "uri", locationName = "DatasetName", type = "string"))), tags = list(type = "structure"))
  return(populate(args, shape))
}

.cognitosync$describe_dataset_output <- function(...) {
  args <- c(as.list(environment()), list(...))
  shape <- structure(list(Dataset = structure(list(IdentityId = structure(logical(0), tags = list(type = "string")), DatasetName = structure(logical(0), tags = list(type = "string")), CreationDate = structure(logical(0), tags = list(type = "timestamp")), LastModifiedDate = structure(logical(0), tags = list(type = "timestamp")), LastModifiedBy = structure(logical(0), tags = list(type = "string")), DataStorage = structure(logical(0), tags = list(type = "long")), NumRecords = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure"))), tags = list(type = "structure"))
  return(populate(args, shape))
}

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

.cognitosync$describe_identity_pool_usage_output <- function(...) {
  args <- c(as.list(environment()), list(...))
  shape <- structure(list(IdentityPoolUsage = structure(list(IdentityPoolId = structure(logical(0), tags = list(type = "string")), SyncSessionsCount = structure(logical(0), tags = list(type = "long")), DataStorage = structure(logical(0), tags = list(type = "long")), LastModifiedDate = structure(logical(0), tags = list(type = "timestamp"))), tags = list(type = "structure"))), tags = list(type = "structure"))
  return(populate(args, shape))
}

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

.cognitosync$describe_identity_usage_output <- function(...) {
  args <- c(as.list(environment()), list(...))
  shape <- structure(list(IdentityUsage = structure(list(IdentityId = structure(logical(0), tags = list(type = "string")), IdentityPoolId = structure(logical(0), tags = list(type = "string")), LastModifiedDate = structure(logical(0), tags = list(type = "timestamp")), DatasetCount = structure(logical(0), tags = list(type = "integer")), DataStorage = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure"))), tags = list(type = "structure"))
  return(populate(args, shape))
}

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

.cognitosync$get_bulk_publish_details_output <- function(...) {
  args <- c(as.list(environment()), list(...))
  shape <- structure(list(IdentityPoolId = structure(logical(0), tags = list(type = "string")), BulkPublishStartTime = structure(logical(0), tags = list(type = "timestamp")), BulkPublishCompleteTime = structure(logical(0), tags = list(type = "timestamp")), BulkPublishStatus = structure(logical(0), tags = list(type = "string")), FailureMessage = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))
  return(populate(args, shape))
}

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

.cognitosync$get_cognito_events_output <- function(...) {
  args <- c(as.list(environment()), list(...))
  shape <- structure(list(Events = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "map"))), tags = list(type = "structure"))
  return(populate(args, shape))
}

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

.cognitosync$get_identity_pool_configuration_output <- function(...) {
  args <- c(as.list(environment()), list(...))
  shape <- structure(list(IdentityPoolId = structure(logical(0), tags = list(type = "string")), PushSync = structure(list(ApplicationArns = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), RoleArn = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CognitoStreams = structure(list(StreamName = structure(logical(0), tags = list(type = "string")), RoleArn = structure(logical(0), tags = list(type = "string")), StreamingStatus = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))
  return(populate(args, shape))
}

.cognitosync$list_datasets_input <- function(...) {
  args <- c(as.list(environment()), list(...))
  shape <- structure(list(IdentityPoolId = structure(logical(0), tags = list(location = "uri", locationName = "IdentityPoolId", type = "string")), IdentityId = structure(logical(0), tags = list(location = "uri", locationName = "IdentityId", 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))
}

.cognitosync$list_datasets_output <- function(...) {
  args <- c(as.list(environment()), list(...))
  shape <- structure(list(Datasets = structure(list(structure(list(IdentityId = structure(logical(0), tags = list(type = "string")), DatasetName = structure(logical(0), tags = list(type = "string")), CreationDate = structure(logical(0), tags = list(type = "timestamp")), LastModifiedDate = structure(logical(0), tags = list(type = "timestamp")), LastModifiedBy = structure(logical(0), tags = list(type = "string")), DataStorage = structure(logical(0), tags = list(type = "long")), NumRecords = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure"))), tags = list(type = "list")), Count = structure(logical(0), tags = list(type = "integer")), NextToken = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))
  return(populate(args, shape))
}

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

.cognitosync$list_identity_pool_usage_output <- function(...) {
  args <- c(as.list(environment()), list(...))
  shape <- structure(list(IdentityPoolUsages = structure(list(structure(list(IdentityPoolId = structure(logical(0), tags = list(type = "string")), SyncSessionsCount = structure(logical(0), tags = list(type = "long")), DataStorage = structure(logical(0), tags = list(type = "long")), LastModifiedDate = structure(logical(0), tags = list(type = "timestamp"))), tags = list(type = "structure"))), tags = list(type = "list")), MaxResults = structure(logical(0), tags = list(type = "integer")), Count = structure(logical(0), tags = list(type = "integer")), NextToken = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))
  return(populate(args, shape))
}

.cognitosync$list_records_input <- function(...) {
  args <- c(as.list(environment()), list(...))
  shape <- structure(list(IdentityPoolId = structure(logical(0), tags = list(location = "uri", locationName = "IdentityPoolId", type = "string")), IdentityId = structure(logical(0), tags = list(location = "uri", locationName = "IdentityId", type = "string")), DatasetName = structure(logical(0), tags = list(location = "uri", locationName = "DatasetName", type = "string")), LastSyncCount = structure(logical(0), tags = list(location = "querystring", locationName = "lastSyncCount", type = "long")), NextToken = structure(logical(0), tags = list(location = "querystring", locationName = "nextToken", type = "string")), MaxResults = structure(logical(0), tags = list(location = "querystring", locationName = "maxResults", type = "integer")), SyncSessionToken = structure(logical(0), tags = list(location = "querystring", locationName = "syncSessionToken", type = "string"))), tags = list(type = "structure"))
  return(populate(args, shape))
}

.cognitosync$list_records_output <- function(...) {
  args <- c(as.list(environment()), list(...))
  shape <- structure(list(Records = structure(list(structure(list(Key = structure(logical(0), tags = list(type = "string")), Value = structure(logical(0), tags = list(type = "string")), SyncCount = structure(logical(0), tags = list(type = "long")), LastModifiedDate = structure(logical(0), tags = list(type = "timestamp")), LastModifiedBy = structure(logical(0), tags = list(type = "string")), DeviceLastModifiedDate = structure(logical(0), tags = list(type = "timestamp"))), tags = list(type = "structure"))), tags = list(type = "list")), NextToken = structure(logical(0), tags = list(type = "string")), Count = structure(logical(0), tags = list(type = "integer")), DatasetSyncCount = structure(logical(0), tags = list(type = "long")), LastModifiedBy = structure(logical(0), tags = list(type = "string")), MergedDatasetNames = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), DatasetExists = structure(logical(0), tags = list(type = "boolean")), DatasetDeletedAfterRequestedSyncCount = structure(logical(0), tags = list(type = "boolean")), SyncSessionToken = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))
  return(populate(args, shape))
}

.cognitosync$register_device_input <- function(...) {
  args <- c(as.list(environment()), list(...))
  shape <- structure(list(IdentityPoolId = structure(logical(0), tags = list(location = "uri", locationName = "IdentityPoolId", type = "string")), IdentityId = structure(logical(0), tags = list(location = "uri", locationName = "IdentityId", type = "string")), Platform = structure(logical(0), tags = list(type = "string")), Token = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))
  return(populate(args, shape))
}

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

.cognitosync$set_cognito_events_input <- function(...) {
  args <- c(as.list(environment()), list(...))
  shape <- structure(list(IdentityPoolId = structure(logical(0), tags = list(location = "uri", locationName = "IdentityPoolId", type = "string")), Events = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "map"))), tags = list(type = "structure"))
  return(populate(args, shape))
}

.cognitosync$set_cognito_events_output <- function(...) {
  list()
}

.cognitosync$set_identity_pool_configuration_input <- function(...) {
  args <- c(as.list(environment()), list(...))
  shape <- structure(list(IdentityPoolId = structure(logical(0), tags = list(location = "uri", locationName = "IdentityPoolId", type = "string")), PushSync = structure(list(ApplicationArns = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), RoleArn = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CognitoStreams = structure(list(StreamName = structure(logical(0), tags = list(type = "string")), RoleArn = structure(logical(0), tags = list(type = "string")), StreamingStatus = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))
  return(populate(args, shape))
}

.cognitosync$set_identity_pool_configuration_output <- function(...) {
  args <- c(as.list(environment()), list(...))
  shape <- structure(list(IdentityPoolId = structure(logical(0), tags = list(type = "string")), PushSync = structure(list(ApplicationArns = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), RoleArn = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CognitoStreams = structure(list(StreamName = structure(logical(0), tags = list(type = "string")), RoleArn = structure(logical(0), tags = list(type = "string")), StreamingStatus = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))
  return(populate(args, shape))
}

.cognitosync$subscribe_to_dataset_input <- function(...) {
  args <- c(as.list(environment()), list(...))
  shape <- structure(list(IdentityPoolId = structure(logical(0), tags = list(location = "uri", locationName = "IdentityPoolId", type = "string")), IdentityId = structure(logical(0), tags = list(location = "uri", locationName = "IdentityId", type = "string")), DatasetName = structure(logical(0), tags = list(location = "uri", locationName = "DatasetName", type = "string")), DeviceId = structure(logical(0), tags = list(location = "uri", locationName = "DeviceId", type = "string"))), tags = list(type = "structure"))
  return(populate(args, shape))
}

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

.cognitosync$unsubscribe_from_dataset_input <- function(...) {
  args <- c(as.list(environment()), list(...))
  shape <- structure(list(IdentityPoolId = structure(logical(0), tags = list(location = "uri", locationName = "IdentityPoolId", type = "string")), IdentityId = structure(logical(0), tags = list(location = "uri", locationName = "IdentityId", type = "string")), DatasetName = structure(logical(0), tags = list(location = "uri", locationName = "DatasetName", type = "string")), DeviceId = structure(logical(0), tags = list(location = "uri", locationName = "DeviceId", type = "string"))), tags = list(type = "structure"))
  return(populate(args, shape))
}

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

.cognitosync$update_records_input <- function(...) {
  args <- c(as.list(environment()), list(...))
  shape <- structure(list(IdentityPoolId = structure(logical(0), tags = list(location = "uri", locationName = "IdentityPoolId", type = "string")), IdentityId = structure(logical(0), tags = list(location = "uri", locationName = "IdentityId", type = "string")), DatasetName = structure(logical(0), tags = list(location = "uri", locationName = "DatasetName", type = "string")), DeviceId = structure(logical(0), tags = list(type = "string")), RecordPatches = structure(list(structure(list(Op = structure(logical(0), tags = list(type = "string")), Key = structure(logical(0), tags = list(type = "string")), Value = structure(logical(0), tags = list(type = "string")), SyncCount = structure(logical(0), tags = list(type = "long")), DeviceLastModifiedDate = structure(logical(0), tags = list(type = "timestamp"))), tags = list(type = "structure"))), tags = list(type = "list")), SyncSessionToken = structure(logical(0), tags = list(type = "string")), ClientContext = structure(logical(0), tags = list(location = "header", locationName = "x-amz-Client-Context", type = "string"))), tags = list(type = "structure"))
  return(populate(args, shape))
}

.cognitosync$update_records_output <- function(...) {
  args <- c(as.list(environment()), list(...))
  shape <- structure(list(Records = structure(list(structure(list(Key = structure(logical(0), tags = list(type = "string")), Value = structure(logical(0), tags = list(type = "string")), SyncCount = structure(logical(0), tags = list(type = "long")), LastModifiedDate = structure(logical(0), tags = list(type = "timestamp")), LastModifiedBy = structure(logical(0), tags = list(type = "string")), DeviceLastModifiedDate = structure(logical(0), tags = list(type = "timestamp"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))
  return(populate(args, shape))
}

Try the paws.security.identity package in your browser

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

paws.security.identity documentation built on Sept. 12, 2023, 1:10 a.m.