aws-partitions 1.825.0 → 1.826.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: 0e82b3e54ec02f143e2cc5b08c43da4bfc52ad0e5d10ffef0fe05541152763d7
|
|
4
|
+
data.tar.gz: 81c724e4a115f2708bcdda92b49bd824445dac4aa98320ad40b2fe21d56e86ef
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 693011ceb34a22f5fc2fc334b7174f2fe221d6094d19d34b6e3e0603aac44e94cd71fbf2826cf38cab0b9035ad3d388bbcfdd64e2c6a772a39cd39a25c69e0d0
|
|
7
|
+
data.tar.gz: e1e97f4607b60de807aae36d33dc9e4d3cca4f93a49897efd009eaacf7bb18dd3cacfd490ae884c3977f2b5a895745523b5d5241bdb6b1324c76e56ddfe10690
|
data/CHANGELOG.md
CHANGED
data/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
1.
|
|
1
|
+
1.826.0
|
data/partitions.json
CHANGED
|
@@ -12182,13 +12182,16 @@
|
|
|
12182
12182
|
"ap-northeast-2" : { },
|
|
12183
12183
|
"ap-northeast-3" : { },
|
|
12184
12184
|
"ap-south-1" : { },
|
|
12185
|
+
"ap-south-2" : { },
|
|
12185
12186
|
"ap-southeast-1" : { },
|
|
12186
12187
|
"ap-southeast-2" : { },
|
|
12187
12188
|
"ap-southeast-3" : { },
|
|
12188
12189
|
"ca-central-1" : { },
|
|
12189
12190
|
"eu-central-1" : { },
|
|
12191
|
+
"eu-central-2" : { },
|
|
12190
12192
|
"eu-north-1" : { },
|
|
12191
12193
|
"eu-south-1" : { },
|
|
12194
|
+
"eu-south-2" : { },
|
|
12192
12195
|
"eu-west-1" : { },
|
|
12193
12196
|
"eu-west-2" : { },
|
|
12194
12197
|
"eu-west-3" : { },
|
|
@@ -19559,6 +19562,12 @@
|
|
|
19559
19562
|
"cn-northwest-1" : { }
|
|
19560
19563
|
}
|
|
19561
19564
|
},
|
|
19565
|
+
"sso" : {
|
|
19566
|
+
"endpoints" : {
|
|
19567
|
+
"cn-north-1" : { },
|
|
19568
|
+
"cn-northwest-1" : { }
|
|
19569
|
+
}
|
|
19570
|
+
},
|
|
19562
19571
|
"states" : {
|
|
19563
19572
|
"endpoints" : {
|
|
19564
19573
|
"cn-north-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.826.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-09-
|
|
11
|
+
date: 2023-09-20 00:00:00.000000000 Z
|
|
12
12
|
dependencies: []
|
|
13
13
|
description: Provides interfaces to enumerate AWS partitions, regions, and services.
|
|
14
14
|
email:
|