aws-partitions 1.811.0 → 1.812.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 +5 -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: 0c9961e4739c6946866f4672134267ef56d3e2cbd0dc4101c5c49ed409b028f4
|
|
4
|
+
data.tar.gz: c3ed41a9460546bc00fa505876c9c745a3c8f88fbe18337b15497f6ba070c381
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 16b266b0e5bb3642837296416420e7b1c3637382ea3fc82f333744d10bc86e9c5c321e9444478a84da63389a2ffe1d3babf1e4f99af66d4717154d6720954acd
|
|
7
|
+
data.tar.gz: 20588d399ff9b0d844f94cfa37f346bd18d71142b89f0f7431450a4114424de67958e898569cea24ce0da9f1ab0dc9e2db47ed81553aa6d4da841abaced8b846
|
data/CHANGELOG.md
CHANGED
data/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
1.
|
|
1
|
+
1.812.0
|
data/partitions.json
CHANGED
|
@@ -6220,6 +6220,7 @@
|
|
|
6220
6220
|
"deprecated" : true,
|
|
6221
6221
|
"hostname" : "email-fips.us-west-2.amazonaws.com"
|
|
6222
6222
|
},
|
|
6223
|
+
"il-central-1" : { },
|
|
6223
6224
|
"me-south-1" : { },
|
|
6224
6225
|
"sa-east-1" : { },
|
|
6225
6226
|
"us-east-1" : {
|
|
@@ -7180,6 +7181,7 @@
|
|
|
7180
7181
|
"deprecated" : true,
|
|
7181
7182
|
"hostname" : "fsx-fips.us-west-2.amazonaws.com"
|
|
7182
7183
|
},
|
|
7184
|
+
"il-central-1" : { },
|
|
7183
7185
|
"me-central-1" : { },
|
|
7184
7186
|
"me-south-1" : { },
|
|
7185
7187
|
"prod-ca-central-1" : {
|
|
@@ -7685,6 +7687,7 @@
|
|
|
7685
7687
|
"eu-west-1" : { },
|
|
7686
7688
|
"eu-west-2" : { },
|
|
7687
7689
|
"eu-west-3" : { },
|
|
7690
|
+
"il-central-1" : { },
|
|
7688
7691
|
"me-central-1" : { },
|
|
7689
7692
|
"me-south-1" : { },
|
|
7690
7693
|
"sa-east-1" : { },
|
|
@@ -14139,6 +14142,7 @@
|
|
|
14139
14142
|
"fips-us-west-2" : {
|
|
14140
14143
|
"deprecated" : true
|
|
14141
14144
|
},
|
|
14145
|
+
"il-central-1" : { },
|
|
14142
14146
|
"me-south-1" : { },
|
|
14143
14147
|
"sa-east-1" : { },
|
|
14144
14148
|
"us-east-1" : {
|
|
@@ -14941,6 +14945,7 @@
|
|
|
14941
14945
|
"eu-west-1" : { },
|
|
14942
14946
|
"eu-west-2" : { },
|
|
14943
14947
|
"eu-west-3" : { },
|
|
14948
|
+
"il-central-1" : { },
|
|
14944
14949
|
"me-central-1" : { },
|
|
14945
14950
|
"me-south-1" : { },
|
|
14946
14951
|
"sa-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.812.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-25 00:00:00.000000000 Z
|
|
12
12
|
dependencies: []
|
|
13
13
|
description: Provides interfaces to enumerate AWS partitions, regions, and services.
|
|
14
14
|
email:
|