R/cognitoidentity_interfaces.R

Defines functions update_identity_pool_output update_identity_pool_input untag_resource_output untag_resource_input unlink_identity_output unlink_identity_input unlink_developer_identity_output unlink_developer_identity_input tag_resource_output tag_resource_input set_principal_tag_attribute_map_output set_principal_tag_attribute_map_input set_identity_pool_roles_output set_identity_pool_roles_input merge_developer_identities_output merge_developer_identities_input lookup_developer_identity_output lookup_developer_identity_input list_tags_for_resource_output list_tags_for_resource_input list_identity_pools_output list_identity_pools_input list_identities_output list_identities_input get_principal_tag_attribute_map_output get_principal_tag_attribute_map_input get_open_id_token_for_developer_identity_output get_open_id_token_for_developer_identity_input get_open_id_token_output get_open_id_token_input get_identity_pool_roles_output get_identity_pool_roles_input get_id_output get_id_input get_credentials_for_identity_output get_credentials_for_identity_input describe_identity_pool_output describe_identity_pool_input describe_identity_output describe_identity_input delete_identity_pool_output delete_identity_pool_input delete_identities_output delete_identities_input create_identity_pool_output create_identity_pool_input

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

.cognitoidentity$create_identity_pool_input <- function(...) {
  args <- c(as.list(environment()), list(...))
  shape <- structure(list(IdentityPoolName = structure(logical(0), tags = list(type = "string")), AllowUnauthenticatedIdentities = structure(logical(0), tags = list(type = "boolean")), AllowClassicFlow = structure(logical(0), tags = list(type = "boolean")), SupportedLoginProviders = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "map")), DeveloperProviderName = structure(logical(0), tags = list(type = "string")), OpenIdConnectProviderARNs = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), CognitoIdentityProviders = structure(list(structure(list(ProviderName = structure(logical(0), tags = list(type = "string")), ClientId = structure(logical(0), tags = list(type = "string")), ServerSideTokenCheck = structure(logical(0), tags = list(box = TRUE, type = "boolean"))), tags = list(type = "structure"))), tags = list(type = "list")), SamlProviderARNs = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), IdentityPoolTags = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "map"))), tags = list(type = "structure"))
  return(populate(args, shape))
}

.cognitoidentity$create_identity_pool_output <- function(...) {
  args <- c(as.list(environment()), list(...))
  shape <- structure(list(IdentityPoolId = structure(logical(0), tags = list(type = "string")), IdentityPoolName = structure(logical(0), tags = list(type = "string")), AllowUnauthenticatedIdentities = structure(logical(0), tags = list(type = "boolean")), AllowClassicFlow = structure(logical(0), tags = list(type = "boolean")), SupportedLoginProviders = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "map")), DeveloperProviderName = structure(logical(0), tags = list(type = "string")), OpenIdConnectProviderARNs = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), CognitoIdentityProviders = structure(list(structure(list(ProviderName = structure(logical(0), tags = list(type = "string")), ClientId = structure(logical(0), tags = list(type = "string")), ServerSideTokenCheck = structure(logical(0), tags = list(box = TRUE, type = "boolean"))), tags = list(type = "structure"))), tags = list(type = "list")), SamlProviderARNs = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), IdentityPoolTags = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "map"))), tags = list(type = "structure"))
  return(populate(args, shape))
}

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

.cognitoidentity$delete_identities_output <- function(...) {
  args <- c(as.list(environment()), list(...))
  shape <- structure(list(UnprocessedIdentityIds = structure(list(structure(list(IdentityId = structure(logical(0), tags = list(type = "string")), ErrorCode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))
  return(populate(args, shape))
}

.cognitoidentity$delete_identity_pool_input <- 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))
}

.cognitoidentity$delete_identity_pool_output <- function(...) {
  list()
}

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

.cognitoidentity$describe_identity_output <- function(...) {
  args <- c(as.list(environment()), list(...))
  shape <- structure(list(IdentityId = structure(logical(0), tags = list(type = "string")), Logins = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), CreationDate = structure(logical(0), tags = list(type = "timestamp")), LastModifiedDate = structure(logical(0), tags = list(type = "timestamp"))), tags = list(type = "structure"))
  return(populate(args, shape))
}

.cognitoidentity$describe_identity_pool_input <- 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))
}

.cognitoidentity$describe_identity_pool_output <- function(...) {
  args <- c(as.list(environment()), list(...))
  shape <- structure(list(IdentityPoolId = structure(logical(0), tags = list(type = "string")), IdentityPoolName = structure(logical(0), tags = list(type = "string")), AllowUnauthenticatedIdentities = structure(logical(0), tags = list(type = "boolean")), AllowClassicFlow = structure(logical(0), tags = list(type = "boolean")), SupportedLoginProviders = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "map")), DeveloperProviderName = structure(logical(0), tags = list(type = "string")), OpenIdConnectProviderARNs = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), CognitoIdentityProviders = structure(list(structure(list(ProviderName = structure(logical(0), tags = list(type = "string")), ClientId = structure(logical(0), tags = list(type = "string")), ServerSideTokenCheck = structure(logical(0), tags = list(box = TRUE, type = "boolean"))), tags = list(type = "structure"))), tags = list(type = "list")), SamlProviderARNs = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), IdentityPoolTags = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "map"))), tags = list(type = "structure"))
  return(populate(args, shape))
}

.cognitoidentity$get_credentials_for_identity_input <- function(...) {
  args <- c(as.list(environment()), list(...))
  shape <- structure(list(IdentityId = structure(logical(0), tags = list(type = "string")), Logins = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "map")), CustomRoleArn = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))
  return(populate(args, shape))
}

.cognitoidentity$get_credentials_for_identity_output <- function(...) {
  args <- c(as.list(environment()), list(...))
  shape <- structure(list(IdentityId = structure(logical(0), tags = list(type = "string")), Credentials = structure(list(AccessKeyId = structure(logical(0), tags = list(type = "string")), SecretKey = structure(logical(0), tags = list(type = "string")), SessionToken = structure(logical(0), tags = list(type = "string")), Expiration = structure(logical(0), tags = list(type = "timestamp"))), tags = list(type = "structure"))), tags = list(type = "structure"))
  return(populate(args, shape))
}

.cognitoidentity$get_id_input <- function(...) {
  args <- c(as.list(environment()), list(...))
  shape <- structure(list(AccountId = structure(logical(0), tags = list(type = "string")), IdentityPoolId = structure(logical(0), tags = list(type = "string")), Logins = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "map"))), tags = list(type = "structure"))
  return(populate(args, shape))
}

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

.cognitoidentity$get_identity_pool_roles_input <- 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))
}

.cognitoidentity$get_identity_pool_roles_output <- function(...) {
  args <- c(as.list(environment()), list(...))
  shape <- structure(list(IdentityPoolId = structure(logical(0), tags = list(type = "string")), Roles = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "map")), RoleMappings = structure(list(structure(list(Type = structure(logical(0), tags = list(type = "string")), AmbiguousRoleResolution = structure(logical(0), tags = list(type = "string")), RulesConfiguration = structure(list(Rules = structure(list(structure(list(Claim = structure(logical(0), tags = list(type = "string")), MatchType = structure(logical(0), tags = list(type = "string")), Value = structure(logical(0), tags = list(type = "string")), RoleARN = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "map"))), tags = list(type = "structure"))
  return(populate(args, shape))
}

.cognitoidentity$get_open_id_token_input <- function(...) {
  args <- c(as.list(environment()), list(...))
  shape <- structure(list(IdentityId = structure(logical(0), tags = list(type = "string")), Logins = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "map"))), tags = list(type = "structure"))
  return(populate(args, shape))
}

.cognitoidentity$get_open_id_token_output <- function(...) {
  args <- c(as.list(environment()), list(...))
  shape <- structure(list(IdentityId = structure(logical(0), tags = list(type = "string")), Token = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))
  return(populate(args, shape))
}

.cognitoidentity$get_open_id_token_for_developer_identity_input <- function(...) {
  args <- c(as.list(environment()), list(...))
  shape <- structure(list(IdentityPoolId = structure(logical(0), tags = list(type = "string")), IdentityId = structure(logical(0), tags = list(type = "string")), Logins = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "map")), PrincipalTags = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "map")), TokenDuration = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure"))
  return(populate(args, shape))
}

.cognitoidentity$get_open_id_token_for_developer_identity_output <- function(...) {
  args <- c(as.list(environment()), list(...))
  shape <- structure(list(IdentityId = structure(logical(0), tags = list(type = "string")), Token = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))
  return(populate(args, shape))
}

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

.cognitoidentity$get_principal_tag_attribute_map_output <- function(...) {
  args <- c(as.list(environment()), list(...))
  shape <- structure(list(IdentityPoolId = structure(logical(0), tags = list(type = "string")), IdentityProviderName = structure(logical(0), tags = list(type = "string")), UseDefaults = structure(logical(0), tags = list(type = "boolean")), PrincipalTags = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "map"))), tags = list(type = "structure"))
  return(populate(args, shape))
}

.cognitoidentity$list_identities_input <- function(...) {
  args <- c(as.list(environment()), list(...))
  shape <- structure(list(IdentityPoolId = structure(logical(0), tags = list(type = "string")), MaxResults = structure(logical(0), tags = list(type = "integer")), NextToken = structure(logical(0), tags = list(type = "string")), HideDisabled = structure(logical(0), tags = list(type = "boolean"))), tags = list(type = "structure"))
  return(populate(args, shape))
}

.cognitoidentity$list_identities_output <- function(...) {
  args <- c(as.list(environment()), list(...))
  shape <- structure(list(IdentityPoolId = structure(logical(0), tags = list(type = "string")), Identities = structure(list(structure(list(IdentityId = structure(logical(0), tags = list(type = "string")), Logins = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), CreationDate = structure(logical(0), tags = list(type = "timestamp")), LastModifiedDate = structure(logical(0), tags = list(type = "timestamp"))), tags = list(type = "structure"))), tags = list(type = "list")), NextToken = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))
  return(populate(args, shape))
}

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

.cognitoidentity$list_identity_pools_output <- function(...) {
  args <- c(as.list(environment()), list(...))
  shape <- structure(list(IdentityPools = structure(list(structure(list(IdentityPoolId = structure(logical(0), tags = list(type = "string")), IdentityPoolName = 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))
}

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

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

.cognitoidentity$lookup_developer_identity_input <- function(...) {
  args <- c(as.list(environment()), list(...))
  shape <- structure(list(IdentityPoolId = structure(logical(0), tags = list(type = "string")), IdentityId = structure(logical(0), tags = list(type = "string")), DeveloperUserIdentifier = structure(logical(0), tags = list(type = "string")), MaxResults = structure(logical(0), tags = list(type = "integer")), NextToken = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))
  return(populate(args, shape))
}

.cognitoidentity$lookup_developer_identity_output <- function(...) {
  args <- c(as.list(environment()), list(...))
  shape <- structure(list(IdentityId = structure(logical(0), tags = list(type = "string")), DeveloperUserIdentifierList = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), NextToken = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))
  return(populate(args, shape))
}

.cognitoidentity$merge_developer_identities_input <- function(...) {
  args <- c(as.list(environment()), list(...))
  shape <- structure(list(SourceUserIdentifier = structure(logical(0), tags = list(type = "string")), DestinationUserIdentifier = structure(logical(0), tags = list(type = "string")), DeveloperProviderName = structure(logical(0), tags = list(type = "string")), IdentityPoolId = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))
  return(populate(args, shape))
}

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

.cognitoidentity$set_identity_pool_roles_input <- function(...) {
  args <- c(as.list(environment()), list(...))
  shape <- structure(list(IdentityPoolId = structure(logical(0), tags = list(type = "string")), Roles = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "map")), RoleMappings = structure(list(structure(list(Type = structure(logical(0), tags = list(type = "string")), AmbiguousRoleResolution = structure(logical(0), tags = list(type = "string")), RulesConfiguration = structure(list(Rules = structure(list(structure(list(Claim = structure(logical(0), tags = list(type = "string")), MatchType = structure(logical(0), tags = list(type = "string")), Value = structure(logical(0), tags = list(type = "string")), RoleARN = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "map"))), tags = list(type = "structure"))
  return(populate(args, shape))
}

.cognitoidentity$set_identity_pool_roles_output <- function(...) {
  list()
}

.cognitoidentity$set_principal_tag_attribute_map_input <- function(...) {
  args <- c(as.list(environment()), list(...))
  shape <- structure(list(IdentityPoolId = structure(logical(0), tags = list(type = "string")), IdentityProviderName = structure(logical(0), tags = list(type = "string")), UseDefaults = structure(logical(0), tags = list(type = "boolean")), PrincipalTags = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "map"))), tags = list(type = "structure"))
  return(populate(args, shape))
}

.cognitoidentity$set_principal_tag_attribute_map_output <- function(...) {
  args <- c(as.list(environment()), list(...))
  shape <- structure(list(IdentityPoolId = structure(logical(0), tags = list(type = "string")), IdentityProviderName = structure(logical(0), tags = list(type = "string")), UseDefaults = structure(logical(0), tags = list(type = "boolean")), PrincipalTags = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "map"))), tags = list(type = "structure"))
  return(populate(args, shape))
}

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

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

.cognitoidentity$unlink_developer_identity_input <- function(...) {
  args <- c(as.list(environment()), list(...))
  shape <- structure(list(IdentityId = structure(logical(0), tags = list(type = "string")), IdentityPoolId = structure(logical(0), tags = list(type = "string")), DeveloperProviderName = structure(logical(0), tags = list(type = "string")), DeveloperUserIdentifier = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))
  return(populate(args, shape))
}

.cognitoidentity$unlink_developer_identity_output <- function(...) {
  list()
}

.cognitoidentity$unlink_identity_input <- function(...) {
  args <- c(as.list(environment()), list(...))
  shape <- structure(list(IdentityId = structure(logical(0), tags = list(type = "string")), Logins = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "map")), LoginsToRemove = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list"))), tags = list(type = "structure"))
  return(populate(args, shape))
}

.cognitoidentity$unlink_identity_output <- function(...) {
  list()
}

.cognitoidentity$untag_resource_input <- function(...) {
  args <- c(as.list(environment()), list(...))
  shape <- structure(list(ResourceArn = structure(logical(0), tags = list(type = "string")), TagKeys = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list"))), tags = list(type = "structure"))
  return(populate(args, shape))
}

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

.cognitoidentity$update_identity_pool_input <- function(...) {
  args <- c(as.list(environment()), list(...))
  shape <- structure(list(IdentityPoolId = structure(logical(0), tags = list(type = "string")), IdentityPoolName = structure(logical(0), tags = list(type = "string")), AllowUnauthenticatedIdentities = structure(logical(0), tags = list(type = "boolean")), AllowClassicFlow = structure(logical(0), tags = list(type = "boolean")), SupportedLoginProviders = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "map")), DeveloperProviderName = structure(logical(0), tags = list(type = "string")), OpenIdConnectProviderARNs = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), CognitoIdentityProviders = structure(list(structure(list(ProviderName = structure(logical(0), tags = list(type = "string")), ClientId = structure(logical(0), tags = list(type = "string")), ServerSideTokenCheck = structure(logical(0), tags = list(box = TRUE, type = "boolean"))), tags = list(type = "structure"))), tags = list(type = "list")), SamlProviderARNs = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), IdentityPoolTags = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "map"))), tags = list(type = "structure"))
  return(populate(args, shape))
}

.cognitoidentity$update_identity_pool_output <- function(...) {
  args <- c(as.list(environment()), list(...))
  shape <- structure(list(IdentityPoolId = structure(logical(0), tags = list(type = "string")), IdentityPoolName = structure(logical(0), tags = list(type = "string")), AllowUnauthenticatedIdentities = structure(logical(0), tags = list(type = "boolean")), AllowClassicFlow = structure(logical(0), tags = list(type = "boolean")), SupportedLoginProviders = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "map")), DeveloperProviderName = structure(logical(0), tags = list(type = "string")), OpenIdConnectProviderARNs = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), CognitoIdentityProviders = structure(list(structure(list(ProviderName = structure(logical(0), tags = list(type = "string")), ClientId = structure(logical(0), tags = list(type = "string")), ServerSideTokenCheck = structure(logical(0), tags = list(box = TRUE, type = "boolean"))), tags = list(type = "structure"))), tags = list(type = "list")), SamlProviderARNs = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), IdentityPoolTags = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "map"))), 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 May 29, 2024, 10:51 a.m.