aws-partitions 1.729.0 → 1.731.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 +7 -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: 2e356901ee8c87397137ef47a09e340e1bc7b6567364e2cca6182983ea84ae33
|
|
4
|
+
data.tar.gz: 207668614e827f3a33bdd05bcee2d8eef4a36dc3935765dec69fb7b79c5c4ed9
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: a5fb0b53a51eb561a1d2359b0d93043e064d6a06b5bb17d8a21386ebf49d564b4679f7337e2710fd6524d0e875d9bd90d234a4e0a5dfb28440c1824e71c6f1ad
|
|
7
|
+
data.tar.gz: 695143d93c854ccc43d989331768bd46904757c1d727e8b68a518dda383836835c51af8db2f72c268908ea4c0e0bb73860e3d56f1c30836e534f983edeb59793
|
data/CHANGELOG.md
CHANGED
|
@@ -1,6 +1,16 @@
|
|
|
1
1
|
Unreleased Changes
|
|
2
2
|
------------------
|
|
3
3
|
|
|
4
|
+
1.731.0 (2023-03-20)
|
|
5
|
+
------------------
|
|
6
|
+
|
|
7
|
+
* Feature - Updated the partitions source data the determines the AWS service regions and endpoints.
|
|
8
|
+
|
|
9
|
+
1.730.0 (2023-03-17)
|
|
10
|
+
------------------
|
|
11
|
+
|
|
12
|
+
* Feature - Updated the partitions source data the determines the AWS service regions and endpoints.
|
|
13
|
+
|
|
4
14
|
1.729.0 (2023-03-16)
|
|
5
15
|
------------------
|
|
6
16
|
|
data/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
1.
|
|
1
|
+
1.731.0
|
data/partitions.json
CHANGED
|
@@ -13817,6 +13817,12 @@
|
|
|
13817
13817
|
"tags" : [ "dualstack" ]
|
|
13818
13818
|
} ]
|
|
13819
13819
|
},
|
|
13820
|
+
"ap-southeast-4" : {
|
|
13821
|
+
"variants" : [ {
|
|
13822
|
+
"hostname" : "servicediscovery.ap-southeast-4.amazonaws.com",
|
|
13823
|
+
"tags" : [ "dualstack" ]
|
|
13824
|
+
} ]
|
|
13825
|
+
},
|
|
13820
13826
|
"ca-central-1" : {
|
|
13821
13827
|
"variants" : [ {
|
|
13822
13828
|
"hostname" : "servicediscovery-fips.ca-central-1.amazonaws.com",
|
|
@@ -15592,6 +15598,7 @@
|
|
|
15592
15598
|
"deprecated" : true,
|
|
15593
15599
|
"hostname" : "transfer-fips.us-west-2.amazonaws.com"
|
|
15594
15600
|
},
|
|
15601
|
+
"me-central-1" : { },
|
|
15595
15602
|
"me-south-1" : { },
|
|
15596
15603
|
"sa-east-1" : { },
|
|
15597
15604
|
"us-east-1" : {
|
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.731.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-03-
|
|
11
|
+
date: 2023-03-20 00:00:00.000000000 Z
|
|
12
12
|
dependencies: []
|
|
13
13
|
description: Provides interfaces to enumerate AWS partitions, regions, and services.
|
|
14
14
|
email:
|