aws-partitions 1.799.0 → 1.800.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 +5 -0
- data/VERSION +1 -1
- data/partitions.json +21 -0
- 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: 48acabb68c502b36446364358413af0adfb1b04c7b7ffe36e30a33a8ac7fe951
|
4
|
+
data.tar.gz: '0290355be5c1ac7d3eda7b26dda743c6f9e50788cce9e6d54aeed8f602880920'
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 0f4e4dc0937646fcc254eee814e7c86258a54d5b8796a82791e4fd843502ad218448711addf718751d332c0cf65bf396fda7a340898aa26b1dda1c605e024d1d
|
7
|
+
data.tar.gz: 0a34c22e9931f1c41af1e1891304909a32faa04f9575957500e0a75da45aaa129d111687d591d6a3e94991b1a43174ba3a23771eae1dc678ce5724fe0204a9ea
|
data/CHANGELOG.md
CHANGED
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
1.
|
1
|
+
1.800.0
|
data/partitions.json
CHANGED
@@ -5878,6 +5878,13 @@
|
|
5878
5878
|
"deprecated" : true,
|
5879
5879
|
"hostname" : "elasticfilesystem-fips.eu-west-3.amazonaws.com"
|
5880
5880
|
},
|
5881
|
+
"fips-il-central-1" : {
|
5882
|
+
"credentialScope" : {
|
5883
|
+
"region" : "il-central-1"
|
5884
|
+
},
|
5885
|
+
"deprecated" : true,
|
5886
|
+
"hostname" : "elasticfilesystem-fips.il-central-1.amazonaws.com"
|
5887
|
+
},
|
5881
5888
|
"fips-me-central-1" : {
|
5882
5889
|
"credentialScope" : {
|
5883
5890
|
"region" : "me-central-1"
|
@@ -5927,6 +5934,12 @@
|
|
5927
5934
|
"deprecated" : true,
|
5928
5935
|
"hostname" : "elasticfilesystem-fips.us-west-2.amazonaws.com"
|
5929
5936
|
},
|
5937
|
+
"il-central-1" : {
|
5938
|
+
"variants" : [ {
|
5939
|
+
"hostname" : "elasticfilesystem-fips.il-central-1.amazonaws.com",
|
5940
|
+
"tags" : [ "fips" ]
|
5941
|
+
} ]
|
5942
|
+
},
|
5930
5943
|
"me-central-1" : {
|
5931
5944
|
"variants" : [ {
|
5932
5945
|
"hostname" : "elasticfilesystem-fips.me-central-1.amazonaws.com",
|
@@ -9955,6 +9968,7 @@
|
|
9955
9968
|
"deprecated" : true,
|
9956
9969
|
"hostname" : "license-manager-linux-subscriptions-fips.us-west-2.amazonaws.com"
|
9957
9970
|
},
|
9971
|
+
"il-central-1" : { },
|
9958
9972
|
"me-central-1" : { },
|
9959
9973
|
"me-south-1" : { },
|
9960
9974
|
"sa-east-1" : { },
|
@@ -14425,6 +14439,7 @@
|
|
14425
14439
|
"eu-west-1" : { },
|
14426
14440
|
"eu-west-2" : { },
|
14427
14441
|
"eu-west-3" : { },
|
14442
|
+
"il-central-1" : { },
|
14428
14443
|
"me-central-1" : { },
|
14429
14444
|
"me-south-1" : { },
|
14430
14445
|
"sa-east-1" : { },
|
@@ -21975,6 +21990,12 @@
|
|
21975
21990
|
}
|
21976
21991
|
}
|
21977
21992
|
},
|
21993
|
+
"license-manager-linux-subscriptions" : {
|
21994
|
+
"endpoints" : {
|
21995
|
+
"us-gov-east-1" : { },
|
21996
|
+
"us-gov-west-1" : { }
|
21997
|
+
}
|
21998
|
+
},
|
21978
21999
|
"logs" : {
|
21979
22000
|
"endpoints" : {
|
21980
22001
|
"fips-us-gov-east-1" : {
|
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.800.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-08-
|
11
|
+
date: 2023-08-08 00:00:00.000000000 Z
|
12
12
|
dependencies: []
|
13
13
|
description: Provides interfaces to enumerate AWS partitions, regions, and services.
|
14
14
|
email:
|