@@ -27,39 +27,52 @@ var extraTypes = map[string]schema.ComplexTypeSpec{
2727 Type : "string" ,
2828 Description : "A Region represents any valid Amazon region that may be targeted with deployments." ,
2929 },
30+ // synced with https://github.com/hashicorp/aws-sdk-go-base/blob/fdf82b33b2d1b0c9165e3b465e0fa17191c6e5b8/internal/endpoints/endpoints.go
3031 Enum : []schema.EnumValueSpec {
31- {Value : "af-south-1" , Name : "AFSouth1" },
32- {Value : "ap-east-1" , Name : "APEast1" },
33- {Value : "ap-northeast-1" , Name : "APNortheast1" },
34- {Value : "ap-northeast-2" , Name : "APNortheast2" },
35- {Value : "ap-northeast-3" , Name : "APNortheast3" },
36- {Value : "ap-south-1" , Name : "APSouth1" },
37- {Value : "ap-south-2" , Name : "APSouth2" },
38- {Value : "ap-southeast-1" , Name : "APSoutheast1" },
39- {Value : "ap-southeast-2" , Name : "APSoutheast2" },
40- {Value : "ap-southeast-3" , Name : "APSoutheast3" },
41- {Value : "ap-southeast-4" , Name : "APSoutheast4" },
42- {Value : "ca-central-1" , Name : "CACentral" },
43- {Value : "ca-west-1" , Name : "CAWest1" },
44- {Value : "cn-north-1" , Name : "CNNorth1" },
45- {Value : "cn-northwest-1" , Name : "CNNorthwest1" },
46- {Value : "eu-central-1" , Name : "EUCentral1" },
47- {Value : "eu-central-2" , Name : "EUCentral2" },
48- {Value : "eu-north-1" , Name : "EUNorth1" },
49- {Value : "eu-south-1" , Name : "EUSouth1" },
50- {Value : "eu-south-2" , Name : "EUSouth2" },
51- {Value : "eu-west-1" , Name : "EUWest1" },
52- {Value : "eu-west-2" , Name : "EUWest2" },
53- {Value : "eu-west-3" , Name : "EUWest3" },
54- {Value : "me-central-1" , Name : "MECentral1" },
55- {Value : "me-south-1" , Name : "MESouth1" },
56- {Value : "sa-east-1" , Name : "SAEast1" },
57- {Value : "us-gov-east-1" , Name : "USGovEast1" },
58- {Value : "us-gov-west-1" , Name : "USGovWest1" },
59- {Value : "us-east-1" , Name : "USEast1" },
60- {Value : "us-east-2" , Name : "USEast2" },
61- {Value : "us-west-1" , Name : "USWest1" },
62- {Value : "us-west-2" , Name : "USWest2" },
32+ // aws partition
33+ {Value : "af-south-1" , Name : "AFSouth1" }, // Africa (Cape Town)
34+ {Value : "ap-east-1" , Name : "APEast1" }, // Asia Pacific (Hong Kong)
35+ {Value : "ap-northeast-1" , Name : "APNortheast1" }, // Asia Pacific (Tokyo)
36+ {Value : "ap-northeast-2" , Name : "APNortheast2" }, // Asia Pacific (Seoul)
37+ {Value : "ap-northeast-3" , Name : "APNortheast3" }, // Asia Pacific (Osaka)
38+ {Value : "ap-south-1" , Name : "APSouth1" }, // Asia Pacific (Mumbai)
39+ {Value : "ap-south-2" , Name : "APSouth2" }, // Asia Pacific (Hyderabad)
40+ {Value : "ap-southeast-1" , Name : "APSoutheast1" }, // Asia Pacific (Singapore)
41+ {Value : "ap-southeast-2" , Name : "APSoutheast2" }, // Asia Pacific (Sydney)
42+ {Value : "ap-southeast-3" , Name : "APSoutheast3" }, // Asia Pacific (Jakarta)
43+ {Value : "ap-southeast-4" , Name : "APSoutheast4" }, // Asia Pacific (Melbourne)
44+ {Value : "ap-southeast-5" , Name : "APSoutheast5" }, // Asia Pacific (Malaysia)
45+ {Value : "ca-central-1" , Name : "CACentral" }, // Canada (Central)
46+ {Value : "ca-west-1" , Name : "CAWest1" }, // Canada (Calgary)
47+ {Value : "eu-central-1" , Name : "EUCentral1" }, // Europe (Frankfurt)
48+ {Value : "eu-central-2" , Name : "EUCentral2" }, // Europe (Zurich)
49+ {Value : "eu-north-1" , Name : "EUNorth1" }, // Europe (Stockholm)
50+ {Value : "eu-south-1" , Name : "EUSouth1" }, // Europe (Milan)
51+ {Value : "eu-south-2" , Name : "EUSouth2" }, // Europe (Spain)
52+ {Value : "eu-west-1" , Name : "EUWest1" }, // Europe (Ireland)
53+ {Value : "eu-west-2" , Name : "EUWest2" }, // Europe (London)
54+ {Value : "eu-west-3" , Name : "EUWest3" }, // Europe (Paris)
55+ {Value : "il-central-1" , Name : "ILCentral1" }, // Israel (Tel Aviv)
56+ {Value : "me-central-1" , Name : "MECentral1" }, // Middle East (UAE)
57+ {Value : "me-south-1" , Name : "MESouth1" }, // Middle East (Bahrain)
58+ {Value : "sa-east-1" , Name : "SAEast1" }, // South America (Sao Paulo)
59+ {Value : "us-east-1" , Name : "USEast1" }, // US East (N. Virginia)
60+ {Value : "us-east-2" , Name : "USEast2" }, // US East (Ohio)
61+ {Value : "us-west-1" , Name : "USWest1" }, // US West (N. California)
62+ {Value : "us-west-2" , Name : "USWest2" }, // US West (Oregon)
63+ // aws-cn partition
64+ {Value : "cn-north-1" , Name : "CNNorth1" }, // China (Beijing)
65+ {Value : "cn-northwest-1" , Name : "CNNorthwest1" }, // China (Ningxia)
66+ // aws-us-gov partition
67+ {Value : "us-gov-east-1" , Name : "USGovEast1" }, // AWS GovCloud (US-East)
68+ {Value : "us-gov-west-1" , Name : "USGovWest1" }, // AWS GovCloud (US-West)
69+ // aws-iso partition
70+ {Value : "us-iso-east-1" , Name : "USISOEast1" }, // US ISO East
71+ {Value : "us-iso-west-1" , Name : "USISOWest1" }, // US ISO West
72+ // aws-iso-b partition
73+ {Value : "us-isob-east-1" , Name : "USISOBEast1" }, // US ISOB East (Ohio)
74+ // aws-iso-e partition
75+ {Value : "eu-isoe-west-1" , Name : "EUISOEWest1" }, // EU ISOE West
6376 },
6477 },
6578 "aws:autoscaling/MetricsGranularity:MetricsGranularity" : {
0 commit comments