aws-partitions 1.885.0 → 1.886.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 +9 -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: 43a0d866b98eb2a99e8c34b8e5d1ac4793188c598ef8cca6f660570ba1203852
|
|
4
|
+
data.tar.gz: cb426564f4da6df4e64ed1d325a1baffa59426b8ebaa30db0e5dec31c7efb5a5
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: e6c66c76f6168a304673029191f9f3831fd91f5e077ccd7aff445589773dc8ee2bd89e656f8f4733f2177b0e29ea0dd609246332d1e14a94757e3b1d0d5405ed
|
|
7
|
+
data.tar.gz: 97d029fe217f66dab6734b391712989a3c48c5f23175b3ff5c0c842a07d760a7c9d885c6077893b7c25f089758544bf55fa5ce093f7c44eab9e20e1fbb071ab2
|
data/CHANGELOG.md
CHANGED
data/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
1.
|
|
1
|
+
1.886.0
|
data/partitions.json
CHANGED
|
@@ -11281,6 +11281,7 @@
|
|
|
11281
11281
|
"eu-central-1" : { },
|
|
11282
11282
|
"eu-north-1" : { },
|
|
11283
11283
|
"eu-south-1" : { },
|
|
11284
|
+
"eu-south-2" : { },
|
|
11284
11285
|
"eu-west-1" : { },
|
|
11285
11286
|
"eu-west-2" : { },
|
|
11286
11287
|
"eu-west-3" : { },
|
|
@@ -11299,6 +11300,7 @@
|
|
|
11299
11300
|
"fips-us-west-2" : {
|
|
11300
11301
|
"deprecated" : true
|
|
11301
11302
|
},
|
|
11303
|
+
"il-central-1" : { },
|
|
11302
11304
|
"sa-east-1" : { },
|
|
11303
11305
|
"us-east-1" : {
|
|
11304
11306
|
"variants" : [ {
|
|
@@ -16836,9 +16838,13 @@
|
|
|
16836
16838
|
"sms-voice" : {
|
|
16837
16839
|
"endpoints" : {
|
|
16838
16840
|
"ap-northeast-1" : { },
|
|
16841
|
+
"ap-northeast-2" : { },
|
|
16839
16842
|
"ap-south-1" : { },
|
|
16843
|
+
"ap-south-2" : { },
|
|
16840
16844
|
"ap-southeast-1" : { },
|
|
16841
16845
|
"ap-southeast-2" : { },
|
|
16846
|
+
"ap-southeast-3" : { },
|
|
16847
|
+
"ap-southeast-4" : { },
|
|
16842
16848
|
"ca-central-1" : {
|
|
16843
16849
|
"variants" : [ {
|
|
16844
16850
|
"hostname" : "sms-voice-fips.ca-central-1.amazonaws.com",
|
|
@@ -16846,6 +16852,8 @@
|
|
|
16846
16852
|
} ]
|
|
16847
16853
|
},
|
|
16848
16854
|
"eu-central-1" : { },
|
|
16855
|
+
"eu-central-2" : { },
|
|
16856
|
+
"eu-south-2" : { },
|
|
16849
16857
|
"eu-west-1" : { },
|
|
16850
16858
|
"eu-west-2" : { },
|
|
16851
16859
|
"fips-ca-central-1" : {
|
|
@@ -16870,6 +16878,7 @@
|
|
|
16870
16878
|
"hostname" : "sms-voice-fips.us-west-2.amazonaws.com"
|
|
16871
16879
|
},
|
|
16872
16880
|
"il-central-1" : { },
|
|
16881
|
+
"me-central-1" : { },
|
|
16873
16882
|
"us-east-1" : {
|
|
16874
16883
|
"variants" : [ {
|
|
16875
16884
|
"hostname" : "sms-voice-fips.us-east-1.amazonaws.com",
|
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.886.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: 2024-01
|
|
11
|
+
date: 2024-02-01 00:00:00.000000000 Z
|
|
12
12
|
dependencies: []
|
|
13
13
|
description: Provides interfaces to enumerate AWS partitions, regions, and services.
|
|
14
14
|
email:
|