aws-partitions 1.1106.0 → 1.1107.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/lib/aws-partitions.rb +0 -1
- data/partitions.json +3 -7
- 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: 5f2866a7434cb9c5d23e89ca2af6ab1747afe3c97cbb7c49578518479b8ffbab
|
4
|
+
data.tar.gz: dba98491c837fc633ef6a5278222dc07e50c11a036116d5c48546862e21014a6
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: f66df36126ea11472d78b3dc349600de635a8431da42382605aa48a9b7440c0513f1d7a05760ac74b4165074643c310d50dc678cc8c63df0c87dccd96f942f29
|
7
|
+
data.tar.gz: 4758f36a8f71081a74292dfd69fe74e880f41ea67b14672000d3cfbe86c5a45797f0c1f289d32f060e8c60888f90dbebfaac6a2d887ab8dc6bd041a45cd84e4e
|
data/CHANGELOG.md
CHANGED
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
1.
|
1
|
+
1.1107.0
|
data/lib/aws-partitions.rb
CHANGED
data/partitions.json
CHANGED
@@ -18876,13 +18876,6 @@
|
|
18876
18876
|
}
|
18877
18877
|
}
|
18878
18878
|
},
|
18879
|
-
"private-networks" : {
|
18880
|
-
"endpoints" : {
|
18881
|
-
"us-east-1" : { },
|
18882
|
-
"us-east-2" : { },
|
18883
|
-
"us-west-2" : { }
|
18884
|
-
}
|
18885
|
-
},
|
18886
18879
|
"profile" : {
|
18887
18880
|
"endpoints" : {
|
18888
18881
|
"af-south-1" : { },
|
@@ -20914,6 +20907,8 @@
|
|
20914
20907
|
"tags" : [ "dualstack" ]
|
20915
20908
|
} ]
|
20916
20909
|
},
|
20910
|
+
"ap-southeast-5" : { },
|
20911
|
+
"ap-southeast-7" : { },
|
20917
20912
|
"ca-central-1" : {
|
20918
20913
|
"variants" : [ {
|
20919
20914
|
"hostname" : "route53profiles-fips.ca-central-1.api.aws",
|
@@ -20998,6 +20993,7 @@
|
|
20998
20993
|
"tags" : [ "dualstack" ]
|
20999
20994
|
} ]
|
21000
20995
|
},
|
20996
|
+
"mx-central-1" : { },
|
21001
20997
|
"sa-east-1" : {
|
21002
20998
|
"variants" : [ {
|
21003
20999
|
"hostname" : "route53profiles.sa-east-1.api.aws",
|