aws-partitions 1.694.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 +5 -0
- data/VERSION +1 -1
- data/partitions.json +22 -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
data/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
1.
|
|
1
|
+
1.695.0
|
data/partitions.json
CHANGED
|
@@ -13424,6 +13424,7 @@
|
|
|
13424
13424
|
"deprecated" : true,
|
|
13425
13425
|
"hostname" : "servicecatalog-appregistry-fips.us-west-2.amazonaws.com"
|
|
13426
13426
|
},
|
|
13427
|
+
"me-central-1" : { },
|
|
13427
13428
|
"me-south-1" : { },
|
|
13428
13429
|
"sa-east-1" : { },
|
|
13429
13430
|
"us-east-1" : {
|
|
@@ -14414,8 +14415,28 @@
|
|
|
14414
14415
|
},
|
|
14415
14416
|
"ssm-sap" : {
|
|
14416
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" : { },
|
|
14417
14425
|
"ap-southeast-2" : { },
|
|
14418
|
-
"
|
|
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" : { }
|
|
14419
14440
|
}
|
|
14420
14441
|
},
|
|
14421
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:
|