aws-partitions 1.762.0 → 1.764.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 +26 -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: fdd6f99c3212c212b812a9bfc16073d9bbfbb3327dc4903a1a92ab4dd0889190
|
|
4
|
+
data.tar.gz: fca46738112d21748df21d2d6ea450c1547cdd4a576ff14cf2bbf0d94a8815ac
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 296e57b74d0b9a43067f0cccd869bee89a2e81519ef3eb2c0d8a33b93301c3cd3d7404692e1561a10759c1cf878e04ab67f1e3c6e142570d498a68039a72f82b
|
|
7
|
+
data.tar.gz: 5425c4ee12bed609cd134eb2370234cfdac468df3ad44dcbd29e8c2d81063670e74b99d821a17082ecccba5b414972522f5aa46b9c86214d5a4859e67f39be91
|
data/CHANGELOG.md
CHANGED
|
@@ -1,6 +1,16 @@
|
|
|
1
1
|
Unreleased Changes
|
|
2
2
|
------------------
|
|
3
3
|
|
|
4
|
+
1.764.0 (2023-05-15)
|
|
5
|
+
------------------
|
|
6
|
+
|
|
7
|
+
* Feature - Updated the partitions source data the determines the AWS service regions and endpoints.
|
|
8
|
+
|
|
9
|
+
1.763.0 (2023-05-11)
|
|
10
|
+
------------------
|
|
11
|
+
|
|
12
|
+
* Feature - Updated the partitions source data the determines the AWS service regions and endpoints.
|
|
13
|
+
|
|
4
14
|
1.762.0 (2023-05-09)
|
|
5
15
|
------------------
|
|
6
16
|
|
data/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
1.
|
|
1
|
+
1.764.0
|
data/partitions.json
CHANGED
|
@@ -18016,6 +18016,12 @@
|
|
|
18016
18016
|
"cn-northwest-1" : { }
|
|
18017
18017
|
}
|
|
18018
18018
|
},
|
|
18019
|
+
"emr-serverless" : {
|
|
18020
|
+
"endpoints" : {
|
|
18021
|
+
"cn-north-1" : { },
|
|
18022
|
+
"cn-northwest-1" : { }
|
|
18023
|
+
}
|
|
18024
|
+
},
|
|
18019
18025
|
"es" : {
|
|
18020
18026
|
"endpoints" : {
|
|
18021
18027
|
"cn-north-1" : { },
|
|
@@ -21984,8 +21990,26 @@
|
|
|
21984
21990
|
},
|
|
21985
21991
|
"route53resolver" : {
|
|
21986
21992
|
"endpoints" : {
|
|
21987
|
-
"us-gov-east-1" : {
|
|
21988
|
-
|
|
21993
|
+
"us-gov-east-1" : {
|
|
21994
|
+
"variants" : [ {
|
|
21995
|
+
"hostname" : "route53resolver.us-gov-east-1.amazonaws.com",
|
|
21996
|
+
"tags" : [ "fips" ]
|
|
21997
|
+
} ]
|
|
21998
|
+
},
|
|
21999
|
+
"us-gov-east-1-fips" : {
|
|
22000
|
+
"deprecated" : true,
|
|
22001
|
+
"hostname" : "route53resolver.us-gov-east-1.amazonaws.com"
|
|
22002
|
+
},
|
|
22003
|
+
"us-gov-west-1" : {
|
|
22004
|
+
"variants" : [ {
|
|
22005
|
+
"hostname" : "route53resolver.us-gov-west-1.amazonaws.com",
|
|
22006
|
+
"tags" : [ "fips" ]
|
|
22007
|
+
} ]
|
|
22008
|
+
},
|
|
22009
|
+
"us-gov-west-1-fips" : {
|
|
22010
|
+
"deprecated" : true,
|
|
22011
|
+
"hostname" : "route53resolver.us-gov-west-1.amazonaws.com"
|
|
22012
|
+
}
|
|
21989
22013
|
}
|
|
21990
22014
|
},
|
|
21991
22015
|
"runtime.lex" : {
|
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.764.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-05-
|
|
11
|
+
date: 2023-05-15 00:00:00.000000000 Z
|
|
12
12
|
dependencies: []
|
|
13
13
|
description: Provides interfaces to enumerate AWS partitions, regions, and services.
|
|
14
14
|
email:
|