# Functions
IsARN returns whether the given string is an ARN.
ParseAccessPointResource attempts to parse the ARN's resource as an AccessPoint resource.
ParseResource parses an AWS ARN into a typed resource for the S3 API.
SplitResource splits the resource components by the ARN resource delimiters.
# Structs
AccessPointARN provides representation.
InvalidARNError provides the error for an invalid ARN error.
# Interfaces
Resource provides the interfaces abstracting ARNs of specific resource types.
# Type aliases
ResourceParser provides the function for parsing an ARN's resource component into a typed resource.