Module region

Source
Expand description

AWS Regions and helper functions.

Mostly used for translating the Region enum to a string AWS accepts.

For example: UsEast1 to “us-east-1”

Structs§

ParseRegionError
An error produced when attempting to convert a str into a Region fails.

Enums§

Region
An AWS region.