diff options
Diffstat (limited to 'docs/api.rst')
| -rw-r--r-- | docs/api.rst | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/docs/api.rst b/docs/api.rst index b9f39b0e..91572621 100644 --- a/docs/api.rst +++ b/docs/api.rst @@ -471,6 +471,15 @@ All enumerations are subclasses of `enum`_. .. attribute:: us_east The US East region. + .. attribute:: us_central + + The US Central region. + .. attribute:: eu_west + + The EU West region. + .. attribute:: eu_central + + The EU Central region. .. attribute:: singapore The Singapore region. |