aws-partitions 1.1156.0 → 1.1164.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/CHANGELOG.md +40 -0
- data/VERSION +1 -1
- data/lib/aws-partitions.rb +0 -1
- data/partitions-metadata.json +4 -4
- data/partitions.json +39 -39
- metadata +1 -1
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: fbad794503466830fdfd0c8818b37408943717ae6de625d4363e4b32335339fc
|
4
|
+
data.tar.gz: f9915600efa368cc2338ea20197c12469facf314e779c2256c68f277a46714e5
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 0da3187b9db1823f16dfb37540e02079ac541fc79df8d655b4e08af5ba3683297d452cd0bebd56ee583c89e734a8ef75d78de929326cda4559dadd2e425eadd7
|
7
|
+
data.tar.gz: 9077408eacb28d4d7b3ad17b49d0b66ac78686b10d571176fb179300e09b91e5904628fee370856c4579a11902623bc5f4fdbff0009217eafe885bee9e56655e
|
data/CHANGELOG.md
CHANGED
@@ -1,6 +1,46 @@
|
|
1
1
|
Unreleased Changes
|
2
2
|
------------------
|
3
3
|
|
4
|
+
1.1164.0 (2025-09-23)
|
5
|
+
------------------
|
6
|
+
|
7
|
+
* Feature - Updated the partitions source data the determines the AWS service regions and endpoints.
|
8
|
+
|
9
|
+
1.1163.0 (2025-09-22)
|
10
|
+
------------------
|
11
|
+
|
12
|
+
* Feature - Updated the partitions source data the determines the AWS service regions and endpoints.
|
13
|
+
|
14
|
+
1.1162.0 (2025-09-19)
|
15
|
+
------------------
|
16
|
+
|
17
|
+
* Feature - Updated the partitions source data the determines the AWS service regions and endpoints.
|
18
|
+
|
19
|
+
1.1161.0 (2025-09-16)
|
20
|
+
------------------
|
21
|
+
|
22
|
+
* Feature - Updated the partitions source data the determines the AWS service regions and endpoints.
|
23
|
+
|
24
|
+
1.1160.0 (2025-09-15)
|
25
|
+
------------------
|
26
|
+
|
27
|
+
* Feature - Updated the partitions source data the determines the AWS service regions and endpoints.
|
28
|
+
|
29
|
+
1.1159.0 (2025-09-11)
|
30
|
+
------------------
|
31
|
+
|
32
|
+
* Feature - Updated the partitions source data the determines the AWS service regions and endpoints.
|
33
|
+
|
34
|
+
1.1158.0 (2025-09-10)
|
35
|
+
------------------
|
36
|
+
|
37
|
+
* Feature - Updated the partitions source data the determines the AWS service regions and endpoints.
|
38
|
+
|
39
|
+
1.1157.0 (2025-09-09)
|
40
|
+
------------------
|
41
|
+
|
42
|
+
* Feature - Updated the partitions source data the determines the AWS service regions and endpoints.
|
43
|
+
|
4
44
|
1.1156.0 (2025-09-08)
|
5
45
|
------------------
|
6
46
|
|
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
1.
|
1
|
+
1.1164.0
|
data/lib/aws-partitions.rb
CHANGED
data/partitions-metadata.json
CHANGED
@@ -162,7 +162,7 @@
|
|
162
162
|
"dualStackDnsSuffix" : "api.aws.ic.gov",
|
163
163
|
"implicitGlobalRegion" : "us-iso-east-1",
|
164
164
|
"name" : "aws-iso",
|
165
|
-
"supportsDualStack" :
|
165
|
+
"supportsDualStack" : true,
|
166
166
|
"supportsFIPS" : true
|
167
167
|
},
|
168
168
|
"regionRegex" : "^us\\-iso\\-\\w+\\-\\d+$",
|
@@ -184,7 +184,7 @@
|
|
184
184
|
"dualStackDnsSuffix" : "api.aws.scloud",
|
185
185
|
"implicitGlobalRegion" : "us-isob-east-1",
|
186
186
|
"name" : "aws-iso-b",
|
187
|
-
"supportsDualStack" :
|
187
|
+
"supportsDualStack" : true,
|
188
188
|
"supportsFIPS" : true
|
189
189
|
},
|
190
190
|
"regionRegex" : "^us\\-isob\\-\\w+\\-\\d+$",
|
@@ -203,7 +203,7 @@
|
|
203
203
|
"dualStackDnsSuffix" : "api.cloud-aws.adc-e.uk",
|
204
204
|
"implicitGlobalRegion" : "eu-isoe-west-1",
|
205
205
|
"name" : "aws-iso-e",
|
206
|
-
"supportsDualStack" :
|
206
|
+
"supportsDualStack" : true,
|
207
207
|
"supportsFIPS" : true
|
208
208
|
},
|
209
209
|
"regionRegex" : "^eu\\-isoe\\-\\w+\\-\\d+$",
|
@@ -222,7 +222,7 @@
|
|
222
222
|
"dualStackDnsSuffix" : "api.aws.hci.ic.gov",
|
223
223
|
"implicitGlobalRegion" : "us-isof-south-1",
|
224
224
|
"name" : "aws-iso-f",
|
225
|
-
"supportsDualStack" :
|
225
|
+
"supportsDualStack" : true,
|
226
226
|
"supportsFIPS" : true
|
227
227
|
},
|
228
228
|
"regionRegex" : "^us\\-isof\\-\\w+\\-\\d+$",
|
data/partitions.json
CHANGED
@@ -3024,6 +3024,7 @@
|
|
3024
3024
|
"endpoints" : {
|
3025
3025
|
"af-south-1" : { },
|
3026
3026
|
"ap-east-1" : { },
|
3027
|
+
"ap-east-2" : { },
|
3027
3028
|
"ap-northeast-1" : {
|
3028
3029
|
"variants" : [ {
|
3029
3030
|
"tags" : [ "dualstack" ]
|
@@ -3034,11 +3035,13 @@
|
|
3034
3035
|
"tags" : [ "dualstack" ]
|
3035
3036
|
} ]
|
3036
3037
|
},
|
3038
|
+
"ap-northeast-3" : { },
|
3037
3039
|
"ap-south-1" : {
|
3038
3040
|
"variants" : [ {
|
3039
3041
|
"tags" : [ "dualstack" ]
|
3040
3042
|
} ]
|
3041
3043
|
},
|
3044
|
+
"ap-south-2" : { },
|
3042
3045
|
"ap-southeast-1" : {
|
3043
3046
|
"variants" : [ {
|
3044
3047
|
"tags" : [ "dualstack" ]
|
@@ -3049,9 +3052,12 @@
|
|
3049
3052
|
"tags" : [ "dualstack" ]
|
3050
3053
|
} ]
|
3051
3054
|
},
|
3055
|
+
"ap-southeast-3" : { },
|
3056
|
+
"ap-southeast-4" : { },
|
3052
3057
|
"ap-southeast-5" : { },
|
3053
3058
|
"ap-southeast-7" : { },
|
3054
3059
|
"ca-central-1" : { },
|
3060
|
+
"ca-west-1" : { },
|
3055
3061
|
"eu-central-1" : {
|
3056
3062
|
"variants" : [ {
|
3057
3063
|
"tags" : [ "dualstack" ]
|
@@ -3064,6 +3070,7 @@
|
|
3064
3070
|
} ]
|
3065
3071
|
},
|
3066
3072
|
"eu-south-1" : { },
|
3073
|
+
"eu-south-2" : { },
|
3067
3074
|
"eu-west-1" : {
|
3068
3075
|
"variants" : [ {
|
3069
3076
|
"tags" : [ "dualstack" ]
|
@@ -3079,7 +3086,10 @@
|
|
3079
3086
|
"tags" : [ "dualstack" ]
|
3080
3087
|
} ]
|
3081
3088
|
},
|
3089
|
+
"il-central-1" : { },
|
3082
3090
|
"me-central-1" : { },
|
3091
|
+
"me-south-1" : { },
|
3092
|
+
"mx-central-1" : { },
|
3083
3093
|
"sa-east-1" : {
|
3084
3094
|
"variants" : [ {
|
3085
3095
|
"tags" : [ "dualstack" ]
|
@@ -3109,6 +3119,7 @@
|
|
3109
3119
|
"us-east-2-fips" : {
|
3110
3120
|
"deprecated" : true
|
3111
3121
|
},
|
3122
|
+
"us-west-1" : { },
|
3112
3123
|
"us-west-2" : {
|
3113
3124
|
"variants" : [ {
|
3114
3125
|
"tags" : [ "dualstack" ]
|
@@ -3788,6 +3799,7 @@
|
|
3788
3799
|
},
|
3789
3800
|
"bedrock" : {
|
3790
3801
|
"endpoints" : {
|
3802
|
+
"ap-east-2" : { },
|
3791
3803
|
"ap-northeast-1" : { },
|
3792
3804
|
"ap-northeast-2" : { },
|
3793
3805
|
"ap-northeast-3" : { },
|
@@ -3797,6 +3809,8 @@
|
|
3797
3809
|
"ap-southeast-2" : { },
|
3798
3810
|
"ap-southeast-3" : { },
|
3799
3811
|
"ap-southeast-4" : { },
|
3812
|
+
"ap-southeast-5" : { },
|
3813
|
+
"ap-southeast-7" : { },
|
3800
3814
|
"bedrock-ap-northeast-1" : {
|
3801
3815
|
"credentialScope" : {
|
3802
3816
|
"region" : "ap-northeast-1"
|
@@ -4094,6 +4108,8 @@
|
|
4094
4108
|
"eu-west-1" : { },
|
4095
4109
|
"eu-west-2" : { },
|
4096
4110
|
"eu-west-3" : { },
|
4111
|
+
"il-central-1" : { },
|
4112
|
+
"me-central-1" : { },
|
4097
4113
|
"sa-east-1" : { },
|
4098
4114
|
"us-east-1" : { },
|
4099
4115
|
"us-east-2" : { },
|
@@ -7514,6 +7530,7 @@
|
|
7514
7530
|
} ]
|
7515
7531
|
},
|
7516
7532
|
"endpoints" : {
|
7533
|
+
"ap-east-1" : { },
|
7517
7534
|
"ap-east-2" : { },
|
7518
7535
|
"ap-northeast-1" : {
|
7519
7536
|
"hostname" : "datazone.ap-northeast-1.api.aws"
|
@@ -7562,6 +7579,7 @@
|
|
7562
7579
|
"eu-central-1" : {
|
7563
7580
|
"hostname" : "datazone.eu-central-1.api.aws"
|
7564
7581
|
},
|
7582
|
+
"eu-central-2" : { },
|
7565
7583
|
"eu-north-1" : {
|
7566
7584
|
"hostname" : "datazone.eu-north-1.api.aws"
|
7567
7585
|
},
|
@@ -14044,6 +14062,7 @@
|
|
14044
14062
|
},
|
14045
14063
|
"kafkaconnect" : {
|
14046
14064
|
"endpoints" : {
|
14065
|
+
"ap-east-2" : { },
|
14047
14066
|
"ap-northeast-1" : { },
|
14048
14067
|
"ap-northeast-2" : { },
|
14049
14068
|
"ap-south-1" : { },
|
@@ -14051,12 +14070,16 @@
|
|
14051
14070
|
"ap-southeast-1" : { },
|
14052
14071
|
"ap-southeast-2" : { },
|
14053
14072
|
"ap-southeast-5" : { },
|
14073
|
+
"ap-southeast-7" : { },
|
14054
14074
|
"ca-central-1" : { },
|
14075
|
+
"ca-west-1" : { },
|
14055
14076
|
"eu-central-1" : { },
|
14056
14077
|
"eu-north-1" : { },
|
14078
|
+
"eu-south-2" : { },
|
14057
14079
|
"eu-west-1" : { },
|
14058
14080
|
"eu-west-2" : { },
|
14059
14081
|
"eu-west-3" : { },
|
14082
|
+
"mx-central-1" : { },
|
14060
14083
|
"sa-east-1" : { },
|
14061
14084
|
"us-east-1" : { },
|
14062
14085
|
"us-east-2" : { },
|
@@ -17877,6 +17900,7 @@
|
|
17877
17900
|
},
|
17878
17901
|
"hostname" : "oidc.ap-southeast-5.amazonaws.com"
|
17879
17902
|
},
|
17903
|
+
"ap-southeast-7" : { },
|
17880
17904
|
"ca-central-1" : {
|
17881
17905
|
"credentialScope" : {
|
17882
17906
|
"region" : "ca-central-1"
|
@@ -17955,6 +17979,7 @@
|
|
17955
17979
|
},
|
17956
17980
|
"hostname" : "oidc.me-south-1.amazonaws.com"
|
17957
17981
|
},
|
17982
|
+
"mx-central-1" : { },
|
17958
17983
|
"sa-east-1" : {
|
17959
17984
|
"credentialScope" : {
|
17960
17985
|
"region" : "sa-east-1"
|
@@ -18161,6 +18186,7 @@
|
|
18161
18186
|
"il-central-1" : { },
|
18162
18187
|
"me-central-1" : { },
|
18163
18188
|
"me-south-1" : { },
|
18189
|
+
"mx-central-1" : { },
|
18164
18190
|
"sa-east-1" : { },
|
18165
18191
|
"us-east-1" : {
|
18166
18192
|
"variants" : [ {
|
@@ -20226,7 +20252,9 @@
|
|
20226
20252
|
},
|
20227
20253
|
"redshift-serverless" : {
|
20228
20254
|
"endpoints" : {
|
20255
|
+
"af-south-1" : { },
|
20229
20256
|
"ap-east-1" : { },
|
20257
|
+
"ap-east-2" : { },
|
20230
20258
|
"ap-northeast-1" : { },
|
20231
20259
|
"ap-northeast-2" : { },
|
20232
20260
|
"ap-south-1" : { },
|
@@ -20244,6 +20272,7 @@
|
|
20244
20272
|
"eu-central-1" : { },
|
20245
20273
|
"eu-central-2" : { },
|
20246
20274
|
"eu-north-1" : { },
|
20275
|
+
"eu-south-1" : { },
|
20247
20276
|
"eu-south-2" : { },
|
20248
20277
|
"eu-west-1" : { },
|
20249
20278
|
"eu-west-2" : { },
|
@@ -22974,6 +23003,7 @@
|
|
22974
23003
|
"tags" : [ "dualstack" ]
|
22975
23004
|
} ]
|
22976
23005
|
},
|
23006
|
+
"ap-southeast-6" : { },
|
22977
23007
|
"ap-southeast-7" : {
|
22978
23008
|
"variants" : [ {
|
22979
23009
|
"hostname" : "securityhub.ap-southeast-7.api.aws",
|
@@ -24129,23 +24159,6 @@
|
|
24129
24159
|
"us-west-2" : { }
|
24130
24160
|
}
|
24131
24161
|
},
|
24132
|
-
"sms" : {
|
24133
|
-
"endpoints" : {
|
24134
|
-
"fips-us-west-2" : {
|
24135
|
-
"credentialScope" : {
|
24136
|
-
"region" : "us-west-2"
|
24137
|
-
},
|
24138
|
-
"deprecated" : true,
|
24139
|
-
"hostname" : "sms-fips.us-west-2.amazonaws.com"
|
24140
|
-
},
|
24141
|
-
"us-west-2" : {
|
24142
|
-
"variants" : [ {
|
24143
|
-
"hostname" : "sms-fips.us-west-2.amazonaws.com",
|
24144
|
-
"tags" : [ "fips" ]
|
24145
|
-
} ]
|
24146
|
-
}
|
24147
|
-
}
|
24148
|
-
},
|
24149
24162
|
"sms-voice" : {
|
24150
24163
|
"endpoints" : {
|
24151
24164
|
"af-south-1" : {
|
@@ -27375,6 +27388,7 @@
|
|
27375
27388
|
"endpoints" : {
|
27376
27389
|
"af-south-1" : { },
|
27377
27390
|
"ap-east-1" : { },
|
27391
|
+
"ap-east-2" : { },
|
27378
27392
|
"ap-northeast-1" : { },
|
27379
27393
|
"ap-northeast-2" : { },
|
27380
27394
|
"ap-northeast-3" : { },
|
@@ -27677,6 +27691,7 @@
|
|
27677
27691
|
"ap-southeast-3" : { },
|
27678
27692
|
"ap-southeast-4" : { },
|
27679
27693
|
"ap-southeast-5" : { },
|
27694
|
+
"ap-southeast-6" : { },
|
27680
27695
|
"ap-southeast-7" : { },
|
27681
27696
|
"ca-central-1" : {
|
27682
27697
|
"variants" : [ {
|
@@ -28443,6 +28458,7 @@
|
|
28443
28458
|
"tags" : [ "fips" ]
|
28444
28459
|
} ]
|
28445
28460
|
},
|
28461
|
+
"ap-east-2" : { },
|
28446
28462
|
"ap-northeast-1" : {
|
28447
28463
|
"credentialScope" : {
|
28448
28464
|
"region" : "ap-northeast-1"
|
@@ -30773,11 +30789,6 @@
|
|
30773
30789
|
}
|
30774
30790
|
}
|
30775
30791
|
},
|
30776
|
-
"sms" : {
|
30777
|
-
"endpoints" : {
|
30778
|
-
"cn-north-1" : { }
|
30779
|
-
}
|
30780
|
-
},
|
30781
30792
|
"snowball" : {
|
30782
30793
|
"endpoints" : {
|
30783
30794
|
"cn-north-1" : {
|
@@ -31651,6 +31662,12 @@
|
|
31651
31662
|
}
|
31652
31663
|
}
|
31653
31664
|
},
|
31665
|
+
"aps" : {
|
31666
|
+
"endpoints" : {
|
31667
|
+
"us-gov-east-1" : { },
|
31668
|
+
"us-gov-west-1" : { }
|
31669
|
+
}
|
31670
|
+
},
|
31654
31671
|
"arc-zonal-shift" : {
|
31655
31672
|
"endpoints" : {
|
31656
31673
|
"us-gov-east-1" : { },
|
@@ -35861,23 +35878,6 @@
|
|
35861
35878
|
}
|
35862
35879
|
}
|
35863
35880
|
},
|
35864
|
-
"sms" : {
|
35865
|
-
"endpoints" : {
|
35866
|
-
"fips-us-gov-west-1" : {
|
35867
|
-
"credentialScope" : {
|
35868
|
-
"region" : "us-gov-west-1"
|
35869
|
-
},
|
35870
|
-
"deprecated" : true,
|
35871
|
-
"hostname" : "sms-fips.us-gov-west-1.amazonaws.com"
|
35872
|
-
},
|
35873
|
-
"us-gov-west-1" : {
|
35874
|
-
"variants" : [ {
|
35875
|
-
"hostname" : "sms-fips.us-gov-west-1.amazonaws.com",
|
35876
|
-
"tags" : [ "fips" ]
|
35877
|
-
} ]
|
35878
|
-
}
|
35879
|
-
}
|
35880
|
-
},
|
35881
35881
|
"sms-voice" : {
|
35882
35882
|
"endpoints" : {
|
35883
35883
|
"fips-us-gov-east-1" : {
|