aws-partitions 1.841.0 → 1.842.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 +3 -0
  5. metadata +2 -2
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: a7b6a48c33c155387781e3d68d96a2b46761bb21d980ec788e4e4bad08b0b6a1
4
- data.tar.gz: a70659359298726405a33ce014af6813da4386139d76eaad969287717aed24a7
3
+ metadata.gz: 66543d1985550053f642954cb8f8e5232c213d7094ed60e50f85f4205c1fcc83
4
+ data.tar.gz: b1545cf3d45b436eec7dc7c23201aedbaf4e9667d1cdba9bab66b28db039b227
5
5
  SHA512:
6
- metadata.gz: c06a855cb9213da666f1aa4e55398da5068347ec470ca53451b2960fe551690daf1a502648ad8f5a85159d90ae5e8a29e0bcf0eeb0e5c2974a2f48a33589195e
7
- data.tar.gz: 5fe1d4d3e74fd75e900f4829e3225c6855b00b4ab373ccd3ad79c47dcfc5e8e2cd0f75bf12c0c996fcb30828584f2e0ccf8933f4d3c25315d34a8c12a038ada9
6
+ metadata.gz: f62ced7ecfd8056711d8043fce4005c4de77bab4643bf6bd09cb7a63bb909b1cec7844bdf6161dd1e2d04572b1d1327af136d37a7e10ea80fe0b20c47d6b096f
7
+ data.tar.gz: e5d5e67e1cd054a8fe713fbe0c04ad2c76085f6b3ab8f306f10a7b2e2e3ba543ce6593b083fbf9c9639db1a84065b2b96fe2f8b5b1f023f4cdd715f1eabdf229
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.842.0 (2023-10-26)
5
+ ------------------
6
+
7
+ * Feature - Updated the partitions source data the determines the AWS service regions and endpoints.
8
+
4
9
  1.841.0 (2023-10-24)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.841.0
1
+ 1.842.0
data/partitions.json CHANGED
@@ -11147,6 +11147,7 @@
11147
11147
  "endpoints" : {
11148
11148
  "ap-northeast-1" : { },
11149
11149
  "ap-northeast-2" : { },
11150
+ "ap-northeast-3" : { },
11150
11151
  "ap-south-1" : { },
11151
11152
  "ap-southeast-1" : { },
11152
11153
  "ap-southeast-2" : { },
@@ -11167,6 +11168,7 @@
11167
11168
  "endpoints" : {
11168
11169
  "ap-northeast-1" : { },
11169
11170
  "ap-northeast-2" : { },
11171
+ "ap-northeast-3" : { },
11170
11172
  "ap-south-1" : { },
11171
11173
  "ap-southeast-1" : { },
11172
11174
  "ap-southeast-2" : { },
@@ -11187,6 +11189,7 @@
11187
11189
  "endpoints" : {
11188
11190
  "ap-northeast-1" : { },
11189
11191
  "ap-northeast-2" : { },
11192
+ "ap-northeast-3" : { },
11190
11193
  "ap-south-1" : { },
11191
11194
  "ap-southeast-1" : { },
11192
11195
  "ap-southeast-2" : { },
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.841.0
4
+ version: 1.842.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-10-24 00:00:00.000000000 Z
11
+ date: 2023-10-26 00:00:00.000000000 Z
12
12
  dependencies: []
13
13
  description: Provides interfaces to enumerate AWS partitions, regions, and services.
14
14
  email: