aws-partitions 1.712.0 → 1.713.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 +12 -0
  5. metadata +2 -2
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 2e5456bdd4758269c4692957f48e0b9a8e399c4435df406a1e51606c893453af
4
- data.tar.gz: 36621e4229b3a235d7a8f34541fa809188fca12035e80cd1b2af8307d972129c
3
+ metadata.gz: 91cb504b8d305be5808455ac9cd515977e1cef8220883ffb720ed33b6357acd1
4
+ data.tar.gz: 6813a8787760c0dd2877fa81aa1ef17048d6bfa51ae43c7b11404a4cc4d187c9
5
5
  SHA512:
6
- metadata.gz: '05719476788209986ef8886edb79096b88a30c2207094ce4e4a25d7234c4029f981697a8b6dc504a7810693a5365671c3759c9d742d76fb7729fa38dab6f7c5e'
7
- data.tar.gz: af92a314df06c7cd6e382494d67bd29e3e72301cfd84ea947004e03a0e4fc0b96f1706cd5ea23d0593d3178f8ac69c94d81a7c30e73c3a2ec0875358e4b261c2
6
+ metadata.gz: f937eeb0e7c4c9be35800f8d77d775473370f1708c19666bbf12f99879fe0bd39f2770a34f3150efbfc9aa618976a3a79df5448afda634580d916958cb70cbb0
7
+ data.tar.gz: ec59560b22ed80381652bc6a217132149ae2272565290c446bcccaa13076d0450792cc53189e862ec557f7614c60aba8ca5eb43787ebbbafb63ff1bd96f4da3f
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.713.0 (2023-02-16)
5
+ ------------------
6
+
7
+ * Feature - Updated the partitions source data the determines the AWS service regions and endpoints.
8
+
4
9
  1.712.0 (2023-02-15)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.712.0
1
+ 1.713.0
data/partitions.json CHANGED
@@ -2249,6 +2249,11 @@
2249
2249
  },
2250
2250
  "cases" : {
2251
2251
  "endpoints" : {
2252
+ "ap-southeast-1" : { },
2253
+ "ap-southeast-2" : { },
2254
+ "ca-central-1" : { },
2255
+ "eu-central-1" : { },
2256
+ "eu-west-2" : { },
2252
2257
  "fips-us-east-1" : {
2253
2258
  "deprecated" : true
2254
2259
  },
@@ -8284,12 +8289,18 @@
8284
8289
  "ap-east-1" : {
8285
8290
  "hostname" : "kendra-ranking.ap-east-1.api.aws"
8286
8291
  },
8292
+ "ap-northeast-1" : {
8293
+ "hostname" : "kendra-ranking.ap-northeast-1.api.aws"
8294
+ },
8287
8295
  "ap-northeast-2" : {
8288
8296
  "hostname" : "kendra-ranking.ap-northeast-2.api.aws"
8289
8297
  },
8290
8298
  "ap-northeast-3" : {
8291
8299
  "hostname" : "kendra-ranking.ap-northeast-3.api.aws"
8292
8300
  },
8301
+ "ap-south-1" : {
8302
+ "hostname" : "kendra-ranking.ap-south-1.api.aws"
8303
+ },
8293
8304
  "ap-south-2" : {
8294
8305
  "hostname" : "kendra-ranking.ap-south-2.api.aws"
8295
8306
  },
@@ -11419,6 +11430,7 @@
11419
11430
  "ap-southeast-1" : { },
11420
11431
  "ap-southeast-2" : { },
11421
11432
  "ap-southeast-3" : { },
11433
+ "ap-southeast-4" : { },
11422
11434
  "ca-central-1" : {
11423
11435
  "variants" : [ {
11424
11436
  "hostname" : "ram-fips.ca-central-1.amazonaws.com",
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.712.0
4
+ version: 1.713.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-15 00:00:00.000000000 Z
11
+ date: 2023-02-16 00:00:00.000000000 Z
12
12
  dependencies: []
13
13
  description: Provides interfaces to enumerate AWS partitions, regions, and services.
14
14
  email: