From d331cea77ebead30b90ed83f1242f98610fccc81 Mon Sep 17 00:00:00 2001 From: Luca Niccolini Date: Fri, 6 Feb 2026 16:18:14 -0800 Subject: [PATCH] Add ANZAC and LATAM regions to historical API Add missing ANZAC and LATAM region entries to the region enum in all historical stats endpoint definitions. --- fastly/api/historical_api.py | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/fastly/api/historical_api.py b/fastly/api/historical_api.py index 44c35c0d..a4e6ffb2 100644 --- a/fastly/api/historical_api.py +++ b/fastly/api/historical_api.py @@ -86,10 +86,12 @@ def __init__(self, api_client=None): "USA": "usa", "EUROPE": "europe", + "ANZAC": "anzac", "ASIA": "asia", "ASIA_INDIA": "asia_india", "ASIA_SOUTHKOREA": "asia_southkorea", "AFRICA_STD": "africa_std", + "LATAM": "latam", "MEXICO": "mexico", "SOUTHAMERICA_STD": "southamerica_std" }, @@ -180,10 +182,12 @@ def __init__(self, api_client=None): "USA": "usa", "EUROPE": "europe", + "ANZAC": "anzac", "ASIA": "asia", "ASIA_INDIA": "asia_india", "ASIA_SOUTHKOREA": "asia_southkorea", "AFRICA_STD": "africa_std", + "LATAM": "latam", "MEXICO": "mexico", "SOUTHAMERICA_STD": "southamerica_std" }, @@ -273,10 +277,12 @@ def __init__(self, api_client=None): "USA": "usa", "EUROPE": "europe", + "ANZAC": "anzac", "ASIA": "asia", "ASIA_INDIA": "asia_india", "ASIA_SOUTHKOREA": "asia_southkorea", "AFRICA_STD": "africa_std", + "LATAM": "latam", "MEXICO": "mexico", "SOUTHAMERICA_STD": "southamerica_std" }, @@ -370,10 +376,12 @@ def __init__(self, api_client=None): "USA": "usa", "EUROPE": "europe", + "ANZAC": "anzac", "ASIA": "asia", "ASIA_INDIA": "asia_india", "ASIA_SOUTHKOREA": "asia_southkorea", "AFRICA_STD": "africa_std", + "LATAM": "latam", "MEXICO": "mexico", "SOUTHAMERICA_STD": "southamerica_std" }, @@ -469,10 +477,12 @@ def __init__(self, api_client=None): "USA": "usa", "EUROPE": "europe", + "ANZAC": "anzac", "ASIA": "asia", "ASIA_INDIA": "asia_india", "ASIA_SOUTHKOREA": "asia_southkorea", "AFRICA_STD": "africa_std", + "LATAM": "latam", "MEXICO": "mexico", "SOUTHAMERICA_STD": "southamerica_std" },