aws-partitions 1.1009.0 → 1.1010.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 +1 -0
  5. metadata +2 -2
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 276259e7c5cb0f9f8533b31d4baf34e2080f58244148c9255d2c0ae85fda583f
4
- data.tar.gz: 389e58dfd078b22df463a9265e6335ff9e602b180a8ca601c8863e99cc7b0fa7
3
+ metadata.gz: e067cbc8dd1dc662dd61a39084f07813b3bb2b0c73d3fd40bd10d9dcbc12075b
4
+ data.tar.gz: ccd51790da26fe15b88dd742d0cfc4401bb92e39aa6638260468cf831d4029c6
5
5
  SHA512:
6
- metadata.gz: 0a5a7e86ed7ce3c540cf2c43f920b8e50ed5017810fc2faaaea9fd03e6d5660ca7d9d72666656f12b2c26e807d340015675899ac94352b5aed95edb91e1afa5b
7
- data.tar.gz: b2c19e264695ed5cf44477f17e95a371cb99118bfaa78b59c35b942e8574c579fe3bd0c9d6e1aa9ccc7a950a94b161d36a84e7dda15f6555e38e0e2c585a1eed
6
+ metadata.gz: ba73157b1326a854481294a6eca4d740a566787b10e7bc3da4153e9c23f6d090fa071e22e46491f065e4dc78f040f19e68b5cff8f7097e823cad41b32165763d
7
+ data.tar.gz: 32d58c91efd66dbb82fe1281016a46540048d542c7f570740cfb6fc5baf891e8e4bc392c9c1a94a330f158543cc109a8c89c5448cba60f83a4a55ee400f4106e
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.1010.0 (2024-11-19)
5
+ ------------------
6
+
7
+ * Feature - Updated the partitions source data the determines the AWS service regions and endpoints.
8
+
4
9
  1.1009.0 (2024-11-15)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.1009.0
1
+ 1.1010.0
data/partitions.json CHANGED
@@ -5063,6 +5063,7 @@
5063
5063
  },
5064
5064
  "connect-campaigns" : {
5065
5065
  "endpoints" : {
5066
+ "af-south-1" : { },
5066
5067
  "ap-southeast-2" : { },
5067
5068
  "ca-central-1" : { },
5068
5069
  "eu-central-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.1009.0
4
+ version: 1.1010.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-15 00:00:00.000000000 Z
11
+ date: 2024-11-19 00:00:00.000000000 Z
12
12
  dependencies: []
13
13
  description: Provides interfaces to enumerate AWS partitions, regions, and services.
14
14
  email: