aws-partitions 1.796.0 → 1.798.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 +8 -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: 0edd520dce19e4496d449a371e2843bc57ac848aff21fbf066c410d00da10462
|
4
|
+
data.tar.gz: ede3ba37996de32a8f4bf880ef55e5d14f694d5a14b1bd4fe172734388195498
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 109893114532ace75503f177174dd2ee9fe8bb16ea7bd321c70c38505863c6140298a0d6e56b076906360d443b1b713de493a4bc6891faff93ae6fbbeaaeb604
|
7
|
+
data.tar.gz: 875ea876fa22c2c06b4de52cb17fee4faca10f7a4018bc6620b5560321018d9f23cd8c3ab263c495f6b2f141e0b99e23829c93fcba5026b537d729b1cb84af37
|
data/CHANGELOG.md
CHANGED
@@ -1,6 +1,16 @@
|
|
1
1
|
Unreleased Changes
|
2
2
|
------------------
|
3
3
|
|
4
|
+
1.798.0 (2023-08-04)
|
5
|
+
------------------
|
6
|
+
|
7
|
+
* Feature - Updated the partitions source data the determines the AWS service regions and endpoints.
|
8
|
+
|
9
|
+
1.797.0 (2023-08-02)
|
10
|
+
------------------
|
11
|
+
|
12
|
+
* Feature - Updated the partitions source data the determines the AWS service regions and endpoints.
|
13
|
+
|
4
14
|
1.796.0 (2023-08-01)
|
5
15
|
------------------
|
6
16
|
|
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
1.
|
1
|
+
1.798.0
|
data/partitions.json
CHANGED
@@ -9547,9 +9547,11 @@
|
|
9547
9547
|
"ap-northeast-2" : { },
|
9548
9548
|
"ap-northeast-3" : { },
|
9549
9549
|
"ap-south-1" : { },
|
9550
|
+
"ap-south-2" : { },
|
9550
9551
|
"ap-southeast-1" : { },
|
9551
9552
|
"ap-southeast-2" : { },
|
9552
9553
|
"ap-southeast-3" : { },
|
9554
|
+
"ap-southeast-4" : { },
|
9553
9555
|
"ca-central-1" : { },
|
9554
9556
|
"eu-central-1" : { },
|
9555
9557
|
"eu-central-2" : { },
|
@@ -9587,6 +9589,7 @@
|
|
9587
9589
|
"deprecated" : true,
|
9588
9590
|
"hostname" : "lakeformation-fips.us-west-2.amazonaws.com"
|
9589
9591
|
},
|
9592
|
+
"il-central-1" : { },
|
9590
9593
|
"me-central-1" : { },
|
9591
9594
|
"me-south-1" : { },
|
9592
9595
|
"sa-east-1" : { },
|
@@ -13277,6 +13280,7 @@
|
|
13277
13280
|
"eu-west-1" : { },
|
13278
13281
|
"eu-west-2" : { },
|
13279
13282
|
"eu-west-3" : { },
|
13283
|
+
"il-central-1" : { },
|
13280
13284
|
"me-central-1" : { },
|
13281
13285
|
"me-south-1" : { },
|
13282
13286
|
"sa-east-1" : { },
|
@@ -14486,9 +14490,11 @@
|
|
14486
14490
|
"ap-northeast-2" : { },
|
14487
14491
|
"ap-northeast-3" : { },
|
14488
14492
|
"ap-south-1" : { },
|
14493
|
+
"ap-south-2" : { },
|
14489
14494
|
"ap-southeast-1" : { },
|
14490
14495
|
"ap-southeast-2" : { },
|
14491
14496
|
"ap-southeast-3" : { },
|
14497
|
+
"ap-southeast-4" : { },
|
14492
14498
|
"ca-central-1" : {
|
14493
14499
|
"variants" : [ {
|
14494
14500
|
"hostname" : "servicecatalog-appregistry-fips.ca-central-1.amazonaws.com",
|
@@ -14496,8 +14502,10 @@
|
|
14496
14502
|
} ]
|
14497
14503
|
},
|
14498
14504
|
"eu-central-1" : { },
|
14505
|
+
"eu-central-2" : { },
|
14499
14506
|
"eu-north-1" : { },
|
14500
14507
|
"eu-south-1" : { },
|
14508
|
+
"eu-south-2" : { },
|
14501
14509
|
"eu-west-1" : { },
|
14502
14510
|
"eu-west-2" : { },
|
14503
14511
|
"eu-west-3" : { },
|
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.798.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-04 00:00:00.000000000 Z
|
12
12
|
dependencies: []
|
13
13
|
description: Provides interfaces to enumerate AWS partitions, regions, and services.
|
14
14
|
email:
|