aws-partitions 1.801.0 → 1.803.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 +5 -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: 9962338bbcd58d942c0e45cc06f12e423ffe6e11f396545698ff52baaeff17db
|
4
|
+
data.tar.gz: d16d56518ab9a066d5f241510929cedd14440a2b9ac5e89492424ff31c67443b
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 4fe43100784c04e0fe2c63ba8c9766327784360be7091a83ecf656011b5196af6c27c344b32187240e8bb232b24bb2807e3771dea0e3700741924cf597b053f8
|
7
|
+
data.tar.gz: 0af110f140f98d7220c4d46559810dcf08ecbb3e03d38162621a4da3cc9b871cfcf063c5eea881c7d0cddd3630d1c3bfccaf3d1cbc876dcb0539e2a59ac229bf
|
data/CHANGELOG.md
CHANGED
@@ -1,6 +1,16 @@
|
|
1
1
|
Unreleased Changes
|
2
2
|
------------------
|
3
3
|
|
4
|
+
1.803.0 (2023-08-11)
|
5
|
+
------------------
|
6
|
+
|
7
|
+
* Feature - Updated the partitions source data the determines the AWS service regions and endpoints.
|
8
|
+
|
9
|
+
1.802.0 (2023-08-10)
|
10
|
+
------------------
|
11
|
+
|
12
|
+
* Feature - Updated the partitions source data the determines the AWS service regions and endpoints.
|
13
|
+
|
4
14
|
1.801.0 (2023-08-09)
|
5
15
|
------------------
|
6
16
|
|
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
1.
|
1
|
+
1.803.0
|
data/partitions.json
CHANGED
@@ -7841,6 +7841,7 @@
|
|
7841
7841
|
"identitystore" : {
|
7842
7842
|
"endpoints" : {
|
7843
7843
|
"af-south-1" : { },
|
7844
|
+
"ap-east-1" : { },
|
7844
7845
|
"ap-northeast-1" : { },
|
7845
7846
|
"ap-northeast-2" : { },
|
7846
7847
|
"ap-northeast-3" : { },
|
@@ -7855,9 +7856,11 @@
|
|
7855
7856
|
"eu-west-1" : { },
|
7856
7857
|
"eu-west-2" : { },
|
7857
7858
|
"eu-west-3" : { },
|
7859
|
+
"me-south-1" : { },
|
7858
7860
|
"sa-east-1" : { },
|
7859
7861
|
"us-east-1" : { },
|
7860
7862
|
"us-east-2" : { },
|
7863
|
+
"us-west-1" : { },
|
7861
7864
|
"us-west-2" : { }
|
7862
7865
|
}
|
7863
7866
|
},
|
@@ -14311,6 +14314,7 @@
|
|
14311
14314
|
"deprecated" : true,
|
14312
14315
|
"hostname" : "securityhub-fips.us-west-2.amazonaws.com"
|
14313
14316
|
},
|
14317
|
+
"il-central-1" : { },
|
14314
14318
|
"me-central-1" : { },
|
14315
14319
|
"me-south-1" : { },
|
14316
14320
|
"sa-east-1" : { },
|
@@ -16885,6 +16889,7 @@
|
|
16885
16889
|
"ap-northeast-1" : { },
|
16886
16890
|
"ap-southeast-1" : { },
|
16887
16891
|
"ap-southeast-2" : { },
|
16892
|
+
"ca-central-1" : { },
|
16888
16893
|
"eu-west-1" : { },
|
16889
16894
|
"us-east-1" : { },
|
16890
16895
|
"us-east-2" : { },
|
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.803.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-11 00:00:00.000000000 Z
|
12
12
|
dependencies: []
|
13
13
|
description: Provides interfaces to enumerate AWS partitions, regions, and services.
|
14
14
|
email:
|