aws-partitions 1.1122.0 → 1.1126.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 +20 -0
- data/VERSION +1 -1
- data/lib/aws-partitions.rb +1 -0
- data/partitions.json +34 -0
- 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: 2a16699fd84884ccb0fe9904d09cbb09e695a8b0f21654d89f334ebf0d64a992
|
4
|
+
data.tar.gz: fa39670435cd840b8d869c048c10526a053095435344f48de4f5623d10cd2d4c
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 76d149b7117f8f916acf19a632cf0015bee4ae740559fc658cfadb48b4c54ed7eb2dda0b90bb8b6749efbb9a62972b8fecab5ea625bb49bd1b790bc30c767ab2
|
7
|
+
data.tar.gz: bd2c126192c5887a3a0437881b9d9dba5054b3d729f75735ff0464f64d12ce07bb87998f20cde165c434dbb1e858993512b9e4743c5497d08f5fff19b280ee97
|
data/CHANGELOG.md
CHANGED
@@ -1,6 +1,26 @@
|
|
1
1
|
Unreleased Changes
|
2
2
|
------------------
|
3
3
|
|
4
|
+
1.1126.0 (2025-07-09)
|
5
|
+
------------------
|
6
|
+
|
7
|
+
* Feature - Updated the partitions source data the determines the AWS service regions and endpoints.
|
8
|
+
|
9
|
+
1.1125.0 (2025-07-03)
|
10
|
+
------------------
|
11
|
+
|
12
|
+
* Feature - Updated the partitions source data the determines the AWS service regions and endpoints.
|
13
|
+
|
14
|
+
1.1124.0 (2025-07-01)
|
15
|
+
------------------
|
16
|
+
|
17
|
+
* Feature - Added support for enumerating regions for `Aws::Odb`.
|
18
|
+
|
19
|
+
1.1123.0 (2025-06-30)
|
20
|
+
------------------
|
21
|
+
|
22
|
+
* Feature - Updated the partitions source data the determines the AWS service regions and endpoints.
|
23
|
+
|
4
24
|
1.1122.0 (2025-06-27)
|
5
25
|
------------------
|
6
26
|
|
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
1.
|
1
|
+
1.1126.0
|
data/lib/aws-partitions.rb
CHANGED
data/partitions.json
CHANGED
@@ -1625,6 +1625,7 @@
|
|
1625
1625
|
"endpoints" : {
|
1626
1626
|
"af-south-1" : { },
|
1627
1627
|
"ap-east-1" : { },
|
1628
|
+
"ap-east-2" : { },
|
1628
1629
|
"ap-northeast-1" : { },
|
1629
1630
|
"ap-northeast-2" : { },
|
1630
1631
|
"ap-northeast-3" : { },
|
@@ -3160,6 +3161,7 @@
|
|
3160
3161
|
"tags" : [ "dualstack" ]
|
3161
3162
|
} ]
|
3162
3163
|
},
|
3164
|
+
"ap-east-2" : { },
|
3163
3165
|
"ap-northeast-1" : {
|
3164
3166
|
"variants" : [ {
|
3165
3167
|
"hostname" : "athena.ap-northeast-1.api.aws",
|
@@ -5021,6 +5023,7 @@
|
|
5021
5023
|
"tags" : [ "dualstack" ]
|
5022
5024
|
} ]
|
5023
5025
|
},
|
5026
|
+
"eu-south-2" : { },
|
5024
5027
|
"eu-west-1" : {
|
5025
5028
|
"variants" : [ {
|
5026
5029
|
"hostname" : "cloudhsmv2.eu-west-1.api.aws",
|
@@ -9336,6 +9339,7 @@
|
|
9336
9339
|
"tags" : [ "dualstack" ]
|
9337
9340
|
} ]
|
9338
9341
|
},
|
9342
|
+
"me-central-1" : { },
|
9339
9343
|
"me-south-1" : {
|
9340
9344
|
"variants" : [ {
|
9341
9345
|
"hostname" : "elasticbeanstalk.me-south-1.api.aws",
|
@@ -12843,14 +12847,20 @@
|
|
12843
12847
|
"ap-northeast-2" : { },
|
12844
12848
|
"ap-northeast-3" : { },
|
12845
12849
|
"ap-south-1" : { },
|
12850
|
+
"ap-south-2" : { },
|
12846
12851
|
"ap-southeast-1" : { },
|
12847
12852
|
"ap-southeast-2" : { },
|
12848
12853
|
"ap-southeast-3" : { },
|
12854
|
+
"ap-southeast-4" : { },
|
12855
|
+
"ap-southeast-5" : { },
|
12856
|
+
"ap-southeast-7" : { },
|
12849
12857
|
"ca-central-1" : { },
|
12858
|
+
"ca-west-1" : { },
|
12850
12859
|
"eu-central-1" : { },
|
12851
12860
|
"eu-central-2" : { },
|
12852
12861
|
"eu-north-1" : { },
|
12853
12862
|
"eu-south-1" : { },
|
12863
|
+
"eu-south-2" : { },
|
12854
12864
|
"eu-west-1" : { },
|
12855
12865
|
"eu-west-2" : { },
|
12856
12866
|
"eu-west-3" : { },
|
@@ -12882,7 +12892,10 @@
|
|
12882
12892
|
"deprecated" : true,
|
12883
12893
|
"hostname" : "inspector2-fips.us-west-2.amazonaws.com"
|
12884
12894
|
},
|
12895
|
+
"il-central-1" : { },
|
12896
|
+
"me-central-1" : { },
|
12885
12897
|
"me-south-1" : { },
|
12898
|
+
"mx-central-1" : { },
|
12886
12899
|
"sa-east-1" : { },
|
12887
12900
|
"us-east-1" : {
|
12888
12901
|
"variants" : [ {
|
@@ -14240,6 +14253,7 @@
|
|
14240
14253
|
"endpoints" : {
|
14241
14254
|
"af-south-1" : { },
|
14242
14255
|
"ap-east-1" : { },
|
14256
|
+
"ap-east-2" : { },
|
14243
14257
|
"ap-northeast-1" : { },
|
14244
14258
|
"ap-northeast-2" : { },
|
14245
14259
|
"ap-northeast-3" : { },
|
@@ -22493,6 +22507,7 @@
|
|
22493
22507
|
"endpoints" : {
|
22494
22508
|
"af-south-1" : { },
|
22495
22509
|
"ap-east-1" : { },
|
22510
|
+
"ap-east-2" : { },
|
22496
22511
|
"ap-northeast-1" : { },
|
22497
22512
|
"ap-northeast-2" : { },
|
22498
22513
|
"ap-northeast-3" : { },
|
@@ -22502,6 +22517,8 @@
|
|
22502
22517
|
"ap-southeast-2" : { },
|
22503
22518
|
"ap-southeast-3" : { },
|
22504
22519
|
"ap-southeast-4" : { },
|
22520
|
+
"ap-southeast-5" : { },
|
22521
|
+
"ap-southeast-7" : { },
|
22505
22522
|
"ca-central-1" : { },
|
22506
22523
|
"ca-west-1" : { },
|
22507
22524
|
"eu-central-1" : { },
|
@@ -22515,6 +22532,7 @@
|
|
22515
22532
|
"il-central-1" : { },
|
22516
22533
|
"me-central-1" : { },
|
22517
22534
|
"me-south-1" : { },
|
22535
|
+
"mx-central-1" : { },
|
22518
22536
|
"sa-east-1" : { },
|
22519
22537
|
"us-east-1" : { },
|
22520
22538
|
"us-east-2" : { },
|
@@ -35339,6 +35357,12 @@
|
|
35339
35357
|
}
|
35340
35358
|
}
|
35341
35359
|
},
|
35360
|
+
"scheduler" : {
|
35361
|
+
"endpoints" : {
|
35362
|
+
"us-gov-east-1" : { },
|
35363
|
+
"us-gov-west-1" : { }
|
35364
|
+
}
|
35365
|
+
},
|
35342
35366
|
"schemas" : {
|
35343
35367
|
"endpoints" : {
|
35344
35368
|
"us-gov-east-1" : { },
|
@@ -37792,6 +37816,11 @@
|
|
37792
37816
|
}
|
37793
37817
|
}
|
37794
37818
|
},
|
37819
|
+
"wafv2" : {
|
37820
|
+
"endpoints" : {
|
37821
|
+
"us-iso-east-1" : { }
|
37822
|
+
}
|
37823
|
+
},
|
37795
37824
|
"workspaces" : {
|
37796
37825
|
"endpoints" : {
|
37797
37826
|
"fips-us-iso-east-1" : {
|
@@ -38662,6 +38691,11 @@
|
|
38662
38691
|
"us-isob-east-1" : { }
|
38663
38692
|
}
|
38664
38693
|
},
|
38694
|
+
"wafv2" : {
|
38695
|
+
"endpoints" : {
|
38696
|
+
"us-isob-east-1" : { }
|
38697
|
+
}
|
38698
|
+
},
|
38665
38699
|
"workspaces" : {
|
38666
38700
|
"endpoints" : {
|
38667
38701
|
"fips-us-isob-east-1" : {
|