aws-partitions 1.910.0 → 1.911.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 +10 -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: e8d5985f202f685ae8c7e43b24b0645648eeabef9a96090b59fcbaac19c117e5
|
|
4
|
+
data.tar.gz: ca6bad33ca6d21ea1d6e0eeebc86f891fee401bc5992e0e341d49e9404239024
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 2fe732370f26c450b0236aa0b74de199ac6d75c6b3d4c29acf9fc27ead58ab7a2dd631123cad3a3e14cd94bcf18f08056a72c8ae59fc4a41a3446712f7606d37
|
|
7
|
+
data.tar.gz: 231aa22938e09945e37239680c3dded323c00c052e245995d43ed1d66e1eb96cc1ed461c14dd97c7c6a2ae7c56efdc515cd394d218c73654106fbe4911d9d53a
|
data/CHANGELOG.md
CHANGED
data/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
1.
|
|
1
|
+
1.911.0
|
data/partitions.json
CHANGED
|
@@ -14750,19 +14750,29 @@
|
|
|
14750
14750
|
},
|
|
14751
14751
|
"resource-explorer-2" : {
|
|
14752
14752
|
"endpoints" : {
|
|
14753
|
+
"af-south-1" : { },
|
|
14754
|
+
"ap-east-1" : { },
|
|
14753
14755
|
"ap-northeast-1" : { },
|
|
14754
14756
|
"ap-northeast-2" : { },
|
|
14755
14757
|
"ap-northeast-3" : { },
|
|
14756
14758
|
"ap-south-1" : { },
|
|
14759
|
+
"ap-south-2" : { },
|
|
14757
14760
|
"ap-southeast-1" : { },
|
|
14758
14761
|
"ap-southeast-2" : { },
|
|
14759
14762
|
"ap-southeast-3" : { },
|
|
14763
|
+
"ap-southeast-4" : { },
|
|
14760
14764
|
"ca-central-1" : { },
|
|
14765
|
+
"ca-west-1" : { },
|
|
14761
14766
|
"eu-central-1" : { },
|
|
14767
|
+
"eu-central-2" : { },
|
|
14762
14768
|
"eu-north-1" : { },
|
|
14769
|
+
"eu-south-1" : { },
|
|
14770
|
+
"eu-south-2" : { },
|
|
14763
14771
|
"eu-west-1" : { },
|
|
14764
14772
|
"eu-west-2" : { },
|
|
14765
14773
|
"eu-west-3" : { },
|
|
14774
|
+
"il-central-1" : { },
|
|
14775
|
+
"me-central-1" : { },
|
|
14766
14776
|
"me-south-1" : { },
|
|
14767
14777
|
"sa-east-1" : { },
|
|
14768
14778
|
"us-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.911.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-04-
|
|
11
|
+
date: 2024-04-09 00:00:00.000000000 Z
|
|
12
12
|
dependencies: []
|
|
13
13
|
description: Provides interfaces to enumerate AWS partitions, regions, and services.
|
|
14
14
|
email:
|