aws-partitions 1.876.0 → 1.877.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 +4 -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: d8cf259f0416058d09c5b4c6ca41a1a146a2d96ebab404aa170ab4b617a7fcd4
|
|
4
|
+
data.tar.gz: 8f5d92787cce36a390e688adb738cc5aaac921db152990d837f170c9e3e52b2d
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: b89b47b89016a7f87361fc11dd7b206e2282041ea1756b3106225859a2f2dafee95f9516d79f677ffe30e6c286041989fd81b80d22e361e15d79cee4ab998587
|
|
7
|
+
data.tar.gz: 9c31b1ddd9e34820ec6dcf06b55cedc6b6e3bdd3f60f6a7d6bc39d268bd88d2a5ad07bbe779091bc4d1a5f855f56be5c410b2b21ac60e6eedf55e121ed02fc19
|
data/CHANGELOG.md
CHANGED
data/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
1.
|
|
1
|
+
1.877.0
|
data/partitions.json
CHANGED
|
@@ -11264,8 +11264,10 @@
|
|
|
11264
11264
|
},
|
|
11265
11265
|
"m2" : {
|
|
11266
11266
|
"endpoints" : {
|
|
11267
|
+
"af-south-1" : { },
|
|
11267
11268
|
"ap-northeast-1" : { },
|
|
11268
11269
|
"ap-northeast-2" : { },
|
|
11270
|
+
"ap-northeast-3" : { },
|
|
11269
11271
|
"ap-south-1" : { },
|
|
11270
11272
|
"ap-southeast-1" : { },
|
|
11271
11273
|
"ap-southeast-2" : { },
|
|
@@ -11275,6 +11277,8 @@
|
|
|
11275
11277
|
} ]
|
|
11276
11278
|
},
|
|
11277
11279
|
"eu-central-1" : { },
|
|
11280
|
+
"eu-north-1" : { },
|
|
11281
|
+
"eu-south-1" : { },
|
|
11278
11282
|
"eu-west-1" : { },
|
|
11279
11283
|
"eu-west-2" : { },
|
|
11280
11284
|
"eu-west-3" : { },
|
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.877.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:
|
|
11
|
+
date: 2024-01-03 00:00:00.000000000 Z
|
|
12
12
|
dependencies: []
|
|
13
13
|
description: Provides interfaces to enumerate AWS partitions, regions, and services.
|
|
14
14
|
email:
|