aws-partitions 1.948.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.
Files changed (5) hide show
  1. checksums.yaml +4 -4
  2. data/CHANGELOG.md +5 -0
  3. data/VERSION +1 -1
  4. data/partitions.json +8 -0
  5. metadata +2 -2
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 199397ebdaf5223a04b4ae37e1bf20e8e007386345564988f24a88776160e3a3
4
- data.tar.gz: 7fef426167d0c2e2b41723842d1666568b0a520107ccfbbc5d4fadd6b70ab48c
3
+ metadata.gz: 2a4953bf2a5f9d0cfc1a9e35dcb4cdfce0946b2e4d379ee93656c42b09382684
4
+ data.tar.gz: a985882f55145aaa947a1d50583b5045b83df08b003cf920794d904d4c1ef3dd
5
5
  SHA512:
6
- metadata.gz: f8c6b46a661fef9bb44c0864c4391dcf373a2bdeefc558711a6b7196b79c87141be41c7d3cd48027ac8b9cd2a906a0fb172c52fc02797c3b313e8c67e33a437b
7
- data.tar.gz: f8a1c8b41743e5674107292222e8d6fbb2bf907746e011e747795aca38ba5819815e0bd522389aa58d9065a1d890b5c571e5e66a1a2593239c97d8f63560921e
6
+ metadata.gz: b4c53c2e93b1693f25cbe64e1e7a7276ca5488c9b111ffa481ff47f884558aac13bd73024c9753fdc32981ceaa5ceb4756b9e193fbcaa05d69786613a4106bfe
7
+ data.tar.gz: c632bf300cb9d78fc808890e40f8f8ca266aef7a3e70f78474a376029b2ca1fa5610d728a02ee68159186e353cd1280d4a591ab448cb22da29106952ebca963b
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
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
+
4
9
  1.948.0 (2024-06-27)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.948.0
1
+ 1.949.0
data/partitions.json CHANGED
@@ -21079,6 +21079,14 @@
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
+ }
21089
+ },
21082
21090
  "airflow" : {
21083
21091
  "endpoints" : {
21084
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.948.0
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-27 00:00:00.000000000 Z
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: