aws-partitions 1.947.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 +15 -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: 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,21 @@
|
|
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
|
+
|
14
|
+
1.948.0 (2024-06-27)
|
15
|
+
------------------
|
16
|
+
|
17
|
+
* Feature - Updated the partitions source data the determines the AWS service regions and endpoints.
|
18
|
+
|
4
19
|
1.947.0 (2024-06-24)
|
5
20
|
------------------
|
6
21
|
|
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
1.
|
1
|
+
1.950.0
|
data/partitions.json
CHANGED
@@ -12282,7 +12282,19 @@
|
|
12282
12282
|
"ap-south-1" : { },
|
12283
12283
|
"ap-southeast-1" : { },
|
12284
12284
|
"ap-southeast-2" : { },
|
12285
|
-
"ca-central-1" : {
|
12285
|
+
"ca-central-1" : {
|
12286
|
+
"variants" : [ {
|
12287
|
+
"hostname" : "meetings-chime-fips.ca-central-1.amazonaws.com",
|
12288
|
+
"tags" : [ "fips" ]
|
12289
|
+
} ]
|
12290
|
+
},
|
12291
|
+
"ca-central-1-fips" : {
|
12292
|
+
"credentialScope" : {
|
12293
|
+
"region" : "ca-central-1"
|
12294
|
+
},
|
12295
|
+
"deprecated" : true,
|
12296
|
+
"hostname" : "meetings-chime-fips.ca-central-1.amazonaws.com"
|
12297
|
+
},
|
12286
12298
|
"eu-central-1" : { },
|
12287
12299
|
"eu-west-2" : { },
|
12288
12300
|
"il-central-1" : { },
|
@@ -21067,6 +21079,15 @@
|
|
21067
21079
|
"cn-northwest-1" : { }
|
21068
21080
|
}
|
21069
21081
|
},
|
21082
|
+
"acm-pca" : {
|
21083
|
+
"defaults" : {
|
21084
|
+
"protocols" : [ "https" ]
|
21085
|
+
},
|
21086
|
+
"endpoints" : {
|
21087
|
+
"cn-north-1" : { },
|
21088
|
+
"cn-northwest-1" : { }
|
21089
|
+
}
|
21090
|
+
},
|
21070
21091
|
"airflow" : {
|
21071
21092
|
"endpoints" : {
|
21072
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:
|