aws-partitions 1.947.0 → 1.949.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 +21 -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: 2a4953bf2a5f9d0cfc1a9e35dcb4cdfce0946b2e4d379ee93656c42b09382684
|
4
|
+
data.tar.gz: a985882f55145aaa947a1d50583b5045b83df08b003cf920794d904d4c1ef3dd
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: b4c53c2e93b1693f25cbe64e1e7a7276ca5488c9b111ffa481ff47f884558aac13bd73024c9753fdc32981ceaa5ceb4756b9e193fbcaa05d69786613a4106bfe
|
7
|
+
data.tar.gz: c632bf300cb9d78fc808890e40f8f8ca266aef7a3e70f78474a376029b2ca1fa5610d728a02ee68159186e353cd1280d4a591ab448cb22da29106952ebca963b
|
data/CHANGELOG.md
CHANGED
@@ -1,6 +1,16 @@
|
|
1
1
|
Unreleased Changes
|
2
2
|
------------------
|
3
3
|
|
4
|
+
1.949.0 (2024-06-28)
|
5
|
+
------------------
|
6
|
+
|
7
|
+
* Feature - Updated the partitions source data the determines the AWS service regions and endpoints.
|
8
|
+
|
9
|
+
1.948.0 (2024-06-27)
|
10
|
+
------------------
|
11
|
+
|
12
|
+
* Feature - Updated the partitions source data the determines the AWS service regions and endpoints.
|
13
|
+
|
4
14
|
1.947.0 (2024-06-24)
|
5
15
|
------------------
|
6
16
|
|
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
1.
|
1
|
+
1.949.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,14 @@
|
|
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
|
+
}
|
21089
|
+
},
|
21070
21090
|
"airflow" : {
|
21071
21091
|
"endpoints" : {
|
21072
21092
|
"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.949.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-06-
|
11
|
+
date: 2024-06-28 00:00:00.000000000 Z
|
12
12
|
dependencies: []
|
13
13
|
description: Provides interfaces to enumerate AWS partitions, regions, and services.
|
14
14
|
email:
|