aws-partitions 1.660.0 → 1.661.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/lib/aws-partitions.rb +1 -0
- data/partitions-metadata.json +5 -1
- data/partitions.json +2 -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: a0ebed98b657a0f38bfc8d0302aac358ab4cce70e2a5510a7ea5616cf598e6ad
|
|
4
|
+
data.tar.gz: b01b2ab3424f740eb4f94ce85b1c6d53d4db5143e4b493f3931a01e3e1920b7b
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 0b477541a0d2b9dad22f1bee5e165aad5a9268c8650ca92670b9c39869dda4df87873572b57ef33e1d90b26b3233d6e8628771db48ef138ba9ea8de3e584f8cf
|
|
7
|
+
data.tar.gz: 1123ae8195c949d8ff74c971837b044e464e8d273ff63694cd413d23f4e84f78fab8cf3a515ba05a17dd0d2f5c1a8ee148d673f1dfb7ae52962946836fb950af
|
data/CHANGELOG.md
CHANGED
data/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
1.
|
|
1
|
+
1.661.0
|
data/lib/aws-partitions.rb
CHANGED
data/partitions-metadata.json
CHANGED
|
@@ -6,7 +6,7 @@
|
|
|
6
6
|
"regionRegex": "^(us|eu|ap|sa|ca|me|af)-\\w+-\\d+$",
|
|
7
7
|
"regions": {
|
|
8
8
|
"af-south-1": {},
|
|
9
|
-
"
|
|
9
|
+
"ap-east-1": {},
|
|
10
10
|
"ap-northeast-1": {},
|
|
11
11
|
"ap-northeast-2": {},
|
|
12
12
|
"ap-northeast-3": {},
|
|
@@ -21,6 +21,7 @@
|
|
|
21
21
|
"eu-west-1": {},
|
|
22
22
|
"eu-west-2": {},
|
|
23
23
|
"eu-west-3": {},
|
|
24
|
+
"me-central-1": {},
|
|
24
25
|
"me-south-1": {},
|
|
25
26
|
"sa-east-1": {},
|
|
26
27
|
"us-east-1": {},
|
|
@@ -80,6 +81,8 @@
|
|
|
80
81
|
"dualStackDnsSuffix": "c2s.ic.gov"
|
|
81
82
|
},
|
|
82
83
|
"regions": {
|
|
84
|
+
"us-iso-east-1": {},
|
|
85
|
+
"us-iso-west-1": {},
|
|
83
86
|
"aws-iso-global": {}
|
|
84
87
|
}
|
|
85
88
|
},
|
|
@@ -94,6 +97,7 @@
|
|
|
94
97
|
"dualStackDnsSuffix": "sc2s.sgov.gov"
|
|
95
98
|
},
|
|
96
99
|
"regions": {
|
|
100
|
+
"us-isob-east-1": {},
|
|
97
101
|
"aws-iso-b-global": {}
|
|
98
102
|
}
|
|
99
103
|
}
|
data/partitions.json
CHANGED
|
@@ -9393,8 +9393,10 @@
|
|
|
9393
9393
|
"ca-central-1" : { },
|
|
9394
9394
|
"eu-central-1" : { },
|
|
9395
9395
|
"eu-north-1" : { },
|
|
9396
|
+
"eu-south-1" : { },
|
|
9396
9397
|
"eu-west-1" : { },
|
|
9397
9398
|
"eu-west-2" : { },
|
|
9399
|
+
"eu-west-3" : { },
|
|
9398
9400
|
"fips" : {
|
|
9399
9401
|
"credentialScope" : {
|
|
9400
9402
|
"region" : "us-west-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.661.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: 2022-11-
|
|
11
|
+
date: 2022-11-15 00:00:00.000000000 Z
|
|
12
12
|
dependencies: []
|
|
13
13
|
description: Provides interfaces to enumerate AWS partitions, regions, and services.
|
|
14
14
|
email:
|