# Functions
GetPartition returns an AWS [Partition] for the region provided.
IsVirtualHostableS3Bucket returns if the input is a DNS compatible bucket name and can be used with Amazon S3 virtual hosted style addressing.
ParseARN returns an [ARN] value parsed from the input string provided.
# Structs
ARN provides AWS ARN components broken out into a data structure.
Partition provides the metadata describing an AWS partition.
PartitionConfig provides the endpoint metadata for an AWS region or partition.
No description provided by the author
# Type aliases
OptionalStringSlice provides a helper to safely get the index of a string slice that may be out of bounds.