aws-partitions 1.711.0 → 1.712.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: 8d5cc22241d4300b66b467a9de556038ac6ec36eab1a5102ba8bf44f1fb82e31
4
- data.tar.gz: 7702d87d939a367a8ebfc852473118f46745a178526f3f7e70c7915770a40fa7
3
+ metadata.gz: 2e5456bdd4758269c4692957f48e0b9a8e399c4435df406a1e51606c893453af
4
+ data.tar.gz: 36621e4229b3a235d7a8f34541fa809188fca12035e80cd1b2af8307d972129c
5
5
  SHA512:
6
- metadata.gz: 5e83c29afb43db203ddd30ab5b9ec5ce864b74314b7d0e9cab3ce97b28056d9f9c7bd681b4aae8ec5e237c88c9af4110331739ff7a0ee5c29a4456aef36d2d9d
7
- data.tar.gz: acbc8b339a7a43a1ada37c48b743785e9f6cedb30318ba14276a0f7ada94bd20744369ab8351f5317cf429f0db3bbeadb7b279fb512847dbcf968031642e6f2b
6
+ metadata.gz: '05719476788209986ef8886edb79096b88a30c2207094ce4e4a25d7234c4029f981697a8b6dc504a7810693a5365671c3759c9d742d76fb7729fa38dab6f7c5e'
7
+ data.tar.gz: af92a314df06c7cd6e382494d67bd29e3e72301cfd84ea947004e03a0e4fc0b96f1706cd5ea23d0593d3178f8ac69c94d81a7c30e73c3a2ec0875358e4b261c2
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.712.0 (2023-02-15)
5
+ ------------------
6
+
7
+ * Feature - Updated the partitions source data the determines the AWS service regions and endpoints.
8
+
4
9
  1.711.0 (2023-02-13)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.711.0
1
+ 1.712.0
data/partitions.json CHANGED
@@ -7282,6 +7282,7 @@
7282
7282
  "ap-northeast-2" : { },
7283
7283
  "ap-northeast-3" : { },
7284
7284
  "ap-south-1" : { },
7285
+ "ap-south-2" : { },
7285
7286
  "ap-southeast-1" : { },
7286
7287
  "ap-southeast-2" : { },
7287
7288
  "ap-southeast-3" : { },
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.711.0
4
+ version: 1.712.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: 2023-02-13 00:00:00.000000000 Z
11
+ date: 2023-02-15 00:00:00.000000000 Z
12
12
  dependencies: []
13
13
  description: Provides interfaces to enumerate AWS partitions, regions, and services.
14
14
  email: