aws-partitions 1.699.0 → 1.701.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 +10 -0
- data/VERSION +1 -1
- data/partitions.json +27 -2
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: accc699655ec0ca0799501bc862abfcf7387f59066fed18244db3cf15550b369
|
|
4
|
+
data.tar.gz: 172654d54599f2e8b3d80c5378a0f172826047349e505e91708d76f9dedaaf3a
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: d6c758b842739d416babd0d52ff782accc3b57da8815481b90ce5c70bbf01dabe7e53998d862caa96829bda0a7f7cadebe5ade52c7c9d163bf9513e1eeaf4c75
|
|
7
|
+
data.tar.gz: 52fb1c9dce301a52adb2512f0cfa106c9482ed32743b3ef248e26919170e445fed9736c9c6078a0d7c6fdb64da8ccdfe540a810c8b2e54bf9ec11434bd728baa
|
data/CHANGELOG.md
CHANGED
|
@@ -1,6 +1,16 @@
|
|
|
1
1
|
Unreleased Changes
|
|
2
2
|
------------------
|
|
3
3
|
|
|
4
|
+
1.701.0 (2023-01-26)
|
|
5
|
+
------------------
|
|
6
|
+
|
|
7
|
+
* Feature - Updated the partitions source data the determines the AWS service regions and endpoints.
|
|
8
|
+
|
|
9
|
+
1.700.0 (2023-01-25)
|
|
10
|
+
------------------
|
|
11
|
+
|
|
12
|
+
* Feature - Updated the partitions source data the determines the AWS service regions and endpoints.
|
|
13
|
+
|
|
4
14
|
1.699.0 (2023-01-24)
|
|
5
15
|
------------------
|
|
6
16
|
|
data/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
1.
|
|
1
|
+
1.701.0
|
data/partitions.json
CHANGED
|
@@ -482,6 +482,9 @@
|
|
|
482
482
|
"aoss" : {
|
|
483
483
|
"endpoints" : {
|
|
484
484
|
"ap-northeast-1" : { },
|
|
485
|
+
"ap-southeast-1" : { },
|
|
486
|
+
"ap-southeast-2" : { },
|
|
487
|
+
"eu-central-1" : { },
|
|
485
488
|
"eu-west-1" : { },
|
|
486
489
|
"us-east-1" : { },
|
|
487
490
|
"us-east-2" : { },
|
|
@@ -2244,8 +2247,22 @@
|
|
|
2244
2247
|
},
|
|
2245
2248
|
"cases" : {
|
|
2246
2249
|
"endpoints" : {
|
|
2247
|
-
"us-east-1" : {
|
|
2248
|
-
|
|
2250
|
+
"fips-us-east-1" : {
|
|
2251
|
+
"deprecated" : true
|
|
2252
|
+
},
|
|
2253
|
+
"fips-us-west-2" : {
|
|
2254
|
+
"deprecated" : true
|
|
2255
|
+
},
|
|
2256
|
+
"us-east-1" : {
|
|
2257
|
+
"variants" : [ {
|
|
2258
|
+
"tags" : [ "fips" ]
|
|
2259
|
+
} ]
|
|
2260
|
+
},
|
|
2261
|
+
"us-west-2" : {
|
|
2262
|
+
"variants" : [ {
|
|
2263
|
+
"tags" : [ "fips" ]
|
|
2264
|
+
} ]
|
|
2265
|
+
}
|
|
2249
2266
|
}
|
|
2250
2267
|
},
|
|
2251
2268
|
"cassandra" : {
|
|
@@ -14677,8 +14694,10 @@
|
|
|
14677
14694
|
"hostname" : "storagegateway-fips.ca-central-1.amazonaws.com"
|
|
14678
14695
|
},
|
|
14679
14696
|
"eu-central-1" : { },
|
|
14697
|
+
"eu-central-2" : { },
|
|
14680
14698
|
"eu-north-1" : { },
|
|
14681
14699
|
"eu-south-1" : { },
|
|
14700
|
+
"eu-south-2" : { },
|
|
14682
14701
|
"eu-west-1" : { },
|
|
14683
14702
|
"eu-west-2" : { },
|
|
14684
14703
|
"eu-west-3" : { },
|
|
@@ -18087,6 +18106,7 @@
|
|
|
18087
18106
|
} ]
|
|
18088
18107
|
},
|
|
18089
18108
|
"endpoints" : {
|
|
18109
|
+
"us-gov-east-1" : { },
|
|
18090
18110
|
"us-gov-west-1" : {
|
|
18091
18111
|
"variants" : [ {
|
|
18092
18112
|
"hostname" : "api-fips.sagemaker.us-gov-west-1.amazonaws.com",
|
|
@@ -22384,6 +22404,11 @@
|
|
|
22384
22404
|
"us-isob-east-1" : { }
|
|
22385
22405
|
}
|
|
22386
22406
|
},
|
|
22407
|
+
"dlm" : {
|
|
22408
|
+
"endpoints" : {
|
|
22409
|
+
"us-isob-east-1" : { }
|
|
22410
|
+
}
|
|
22411
|
+
},
|
|
22387
22412
|
"dms" : {
|
|
22388
22413
|
"defaults" : {
|
|
22389
22414
|
"variants" : [ {
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: aws-partitions
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 1.
|
|
4
|
+
version: 1.701.0
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Amazon Web Services
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2023-01-
|
|
11
|
+
date: 2023-01-26 00:00:00.000000000 Z
|
|
12
12
|
dependencies: []
|
|
13
13
|
description: Provides interfaces to enumerate AWS partitions, regions, and services.
|
|
14
14
|
email:
|