aws-partitions 1.797.0 → 1.799.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 +10 -0
- data/VERSION +1 -1
- data/partitions-metadata.json +3 -0
- 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: 52f364420d9640346e180af062bdc05fce5a3f55cf73df25cf2fe4330f686e95
|
4
|
+
data.tar.gz: '097ada30164c8492722991dd3ca4aa217111fe3beb209c4b709a9edfcd284ce0'
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 7dbfcbe79027f2fce6fa50990733e32df8264f85bafc3cd14cef8f80a02c0a9baf8a94781cb28fa5682bcc51c0c04a909e06bf388f72018a4d1e6af0821d77c9
|
7
|
+
data.tar.gz: 52db5ad2f3dc8249cbea09686d58d6e88c48607f70003c04e6f64a34d9243b0b4937eedf77afc61e2665e283628797d4209c58bb69050c9acafd8fae1bbe590c
|
data/CHANGELOG.md
CHANGED
@@ -1,6 +1,16 @@
|
|
1
1
|
Unreleased Changes
|
2
2
|
------------------
|
3
3
|
|
4
|
+
1.799.0 (2023-08-07)
|
5
|
+
------------------
|
6
|
+
|
7
|
+
* Feature - Updated the partitions source data the determines the AWS service regions and endpoints.
|
8
|
+
|
9
|
+
1.798.0 (2023-08-04)
|
10
|
+
------------------
|
11
|
+
|
12
|
+
* Feature - Updated the partitions source data the determines the AWS service regions and endpoints.
|
13
|
+
|
4
14
|
1.797.0 (2023-08-02)
|
5
15
|
------------------
|
6
16
|
|
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
1.
|
1
|
+
1.799.0
|
data/partitions-metadata.json
CHANGED
data/partitions.json
CHANGED
@@ -13280,6 +13280,7 @@
|
|
13280
13280
|
"eu-west-1" : { },
|
13281
13281
|
"eu-west-2" : { },
|
13282
13282
|
"eu-west-3" : { },
|
13283
|
+
"il-central-1" : { },
|
13283
13284
|
"me-central-1" : { },
|
13284
13285
|
"me-south-1" : { },
|
13285
13286
|
"sa-east-1" : { },
|
@@ -16400,6 +16401,15 @@
|
|
16400
16401
|
}
|
16401
16402
|
}
|
16402
16403
|
},
|
16404
|
+
"tnb" : {
|
16405
|
+
"endpoints" : {
|
16406
|
+
"ap-southeast-2" : { },
|
16407
|
+
"eu-central-1" : { },
|
16408
|
+
"eu-west-3" : { },
|
16409
|
+
"us-east-1" : { },
|
16410
|
+
"us-west-2" : { }
|
16411
|
+
}
|
16412
|
+
},
|
16403
16413
|
"transcribe" : {
|
16404
16414
|
"defaults" : {
|
16405
16415
|
"protocols" : [ "https" ],
|
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.799.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-08-
|
11
|
+
date: 2023-08-07 00:00:00.000000000 Z
|
12
12
|
dependencies: []
|
13
13
|
description: Provides interfaces to enumerate AWS partitions, regions, and services.
|
14
14
|
email:
|