Module aws_sdk_rust::aws::common::region
[−]
[src]
region
contains the type, struct, enum and impls for Region related functions.
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 |
Enums
Region |
An AWS region. CnNorth1 is currently untested due to Rusoto maintainers not having access to AWS China. |