aws-partitions 1.948.0 → 1.950.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/CHANGELOG.md +10 -0
- data/VERSION +1 -1
- data/partitions.json +9 -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: d825681df2d466daa0ae41a828066c2d942808f421285ad9ad7c82937b5d1202
|
4
|
+
data.tar.gz: 503f7c8367906feb5417048df868ad40dbabe5ed07d300bcf064f4afcfe9dd91
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 185ac1f8a677c7262b76343bebe3fc6b1070fe25bef1463d69530ad881f42f4e5b7c07077c8bd9422bb62f1965a3eaf9fbf86edc639d315f72585baa9c3e15cd
|
7
|
+
data.tar.gz: dd58310ee3f9d03f28392e96aa269e84ee5e8a16c5bf9422821226035d110d56500dabf7dc3eb894643643b4e81e70e13812e66733e507b9de26b38791f6c81a
|
data/CHANGELOG.md
CHANGED
@@ -1,6 +1,16 @@
|
|
1
1
|
Unreleased Changes
|
2
2
|
------------------
|
3
3
|
|
4
|
+
1.950.0 (2024-07-01)
|
5
|
+
------------------
|
6
|
+
|
7
|
+
* Feature - Updated the partitions source data the determines the AWS service regions and endpoints.
|
8
|
+
|
9
|
+
1.949.0 (2024-06-28)
|
10
|
+
------------------
|
11
|
+
|
12
|
+
* Feature - Updated the partitions source data the determines the AWS service regions and endpoints.
|
13
|
+
|
4
14
|
1.948.0 (2024-06-27)
|
5
15
|
------------------
|
6
16
|
|
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
1.
|
1
|
+
1.950.0
|
data/partitions.json
CHANGED
@@ -21079,6 +21079,15 @@
|
|
21079
21079
|
"cn-northwest-1" : { }
|
21080
21080
|
}
|
21081
21081
|
},
|
21082
|
+
"acm-pca" : {
|
21083
|
+
"defaults" : {
|
21084
|
+
"protocols" : [ "https" ]
|
21085
|
+
},
|
21086
|
+
"endpoints" : {
|
21087
|
+
"cn-north-1" : { },
|
21088
|
+
"cn-northwest-1" : { }
|
21089
|
+
}
|
21090
|
+
},
|
21082
21091
|
"airflow" : {
|
21083
21092
|
"endpoints" : {
|
21084
21093
|
"cn-north-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.950.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: 2024-
|
11
|
+
date: 2024-07-01 00:00:00.000000000 Z
|
12
12
|
dependencies: []
|
13
13
|
description: Provides interfaces to enumerate AWS partitions, regions, and services.
|
14
14
|
email:
|