aws-partitions 1.693.0 → 1.695.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.json +23 -1
- 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: d350892d02684970fd3e3c7305bc19dab7a3ef41bf3941c69ec004f096f318c8
|
|
4
|
+
data.tar.gz: 910a9fc311aa22f142e72b2c33c679ce6a468c987e882e341aa558ca568b7bb6
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: fc8941810c51233f716c9e1bd894cc56897f40d877a83c8c20f758f1bceebb2fab805b96996bc231300c6d819a324ed2df0796a4fd615b8c02daeb8166542fe6
|
|
7
|
+
data.tar.gz: 05a3bf0def96ae7c6bf407d126b45e7fe6c23bc1b73ceb2b721a8ef8c5fce4f0e7e06770c556532942623d527f17958d2a48aa2612918a4586eeb979368d8d52
|
data/CHANGELOG.md
CHANGED
|
@@ -1,6 +1,16 @@
|
|
|
1
1
|
Unreleased Changes
|
|
2
2
|
------------------
|
|
3
3
|
|
|
4
|
+
1.695.0 (2023-01-18)
|
|
5
|
+
------------------
|
|
6
|
+
|
|
7
|
+
* Feature - Updated the partitions source data the determines the AWS service regions and endpoints.
|
|
8
|
+
|
|
9
|
+
1.694.0 (2023-01-17)
|
|
10
|
+
------------------
|
|
11
|
+
|
|
12
|
+
* Feature - Updated the partitions source data the determines the AWS service regions and endpoints.
|
|
13
|
+
|
|
4
14
|
1.693.0 (2023-01-13)
|
|
5
15
|
------------------
|
|
6
16
|
|
data/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
1.
|
|
1
|
+
1.695.0
|
data/partitions.json
CHANGED
|
@@ -2069,6 +2069,7 @@
|
|
|
2069
2069
|
"eu-west-1" : { },
|
|
2070
2070
|
"eu-west-2" : { },
|
|
2071
2071
|
"eu-west-3" : { },
|
|
2072
|
+
"me-central-1" : { },
|
|
2072
2073
|
"me-south-1" : { },
|
|
2073
2074
|
"sa-east-1" : { },
|
|
2074
2075
|
"us-east-1" : { },
|
|
@@ -13423,6 +13424,7 @@
|
|
|
13423
13424
|
"deprecated" : true,
|
|
13424
13425
|
"hostname" : "servicecatalog-appregistry-fips.us-west-2.amazonaws.com"
|
|
13425
13426
|
},
|
|
13427
|
+
"me-central-1" : { },
|
|
13426
13428
|
"me-south-1" : { },
|
|
13427
13429
|
"sa-east-1" : { },
|
|
13428
13430
|
"us-east-1" : {
|
|
@@ -14413,8 +14415,28 @@
|
|
|
14413
14415
|
},
|
|
14414
14416
|
"ssm-sap" : {
|
|
14415
14417
|
"endpoints" : {
|
|
14418
|
+
"af-south-1" : { },
|
|
14419
|
+
"ap-east-1" : { },
|
|
14420
|
+
"ap-northeast-1" : { },
|
|
14421
|
+
"ap-northeast-2" : { },
|
|
14422
|
+
"ap-northeast-3" : { },
|
|
14423
|
+
"ap-south-1" : { },
|
|
14424
|
+
"ap-southeast-1" : { },
|
|
14416
14425
|
"ap-southeast-2" : { },
|
|
14417
|
-
"
|
|
14426
|
+
"ap-southeast-3" : { },
|
|
14427
|
+
"ca-central-1" : { },
|
|
14428
|
+
"eu-central-1" : { },
|
|
14429
|
+
"eu-north-1" : { },
|
|
14430
|
+
"eu-south-1" : { },
|
|
14431
|
+
"eu-west-1" : { },
|
|
14432
|
+
"eu-west-2" : { },
|
|
14433
|
+
"eu-west-3" : { },
|
|
14434
|
+
"me-south-1" : { },
|
|
14435
|
+
"sa-east-1" : { },
|
|
14436
|
+
"us-east-1" : { },
|
|
14437
|
+
"us-east-2" : { },
|
|
14438
|
+
"us-west-1" : { },
|
|
14439
|
+
"us-west-2" : { }
|
|
14418
14440
|
}
|
|
14419
14441
|
},
|
|
14420
14442
|
"sso" : {
|
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.695.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-01-
|
|
11
|
+
date: 2023-01-18 00:00:00.000000000 Z
|
|
12
12
|
dependencies: []
|
|
13
13
|
description: Provides interfaces to enumerate AWS partitions, regions, and services.
|
|
14
14
|
email:
|