aws-partitions 1.875.0 → 1.877.0

Sign up to get free protection for your applications and to get access to all the features.
Files changed (5) hide show
  1. checksums.yaml +4 -4
  2. data/CHANGELOG.md +10 -0
  3. data/VERSION +1 -1
  4. data/partitions.json +7 -0
  5. metadata +2 -2
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: c671e76af822976c1ad63f7905c2ff3307a7258d4ceda79e9c38b7ee4a5fbfd5
4
- data.tar.gz: b5ca4747effef9eb7e89a3f04cc2a8f3af933d19a89f4f7bd06b975c75814b67
3
+ metadata.gz: d8cf259f0416058d09c5b4c6ca41a1a146a2d96ebab404aa170ab4b617a7fcd4
4
+ data.tar.gz: 8f5d92787cce36a390e688adb738cc5aaac921db152990d837f170c9e3e52b2d
5
5
  SHA512:
6
- metadata.gz: 2afa47c512684d6ea09839db3796bfde9b81c2f2158ac302904da6afa83de323cc51d54b40c4b087447fee51ad62ca8b87a8345ce1ff2d3a43e5b6927dc74068
7
- data.tar.gz: 118227519ab15959c7fa16176d2263300894860cd9b73a3173f704d7f01dda98a51bc93e2c761e835252f871d8234165616a2df78a09d19a48bbb941e9647639
6
+ metadata.gz: b89b47b89016a7f87361fc11dd7b206e2282041ea1756b3106225859a2f2dafee95f9516d79f677ffe30e6c286041989fd81b80d22e361e15d79cee4ab998587
7
+ data.tar.gz: 9c31b1ddd9e34820ec6dcf06b55cedc6b6e3bdd3f60f6a7d6bc39d268bd88d2a5ad07bbe779091bc4d1a5f855f56be5c410b2b21ac60e6eedf55e121ed02fc19
data/CHANGELOG.md CHANGED
@@ -1,6 +1,16 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.877.0 (2024-01-03)
5
+ ------------------
6
+
7
+ * Feature - Updated the partitions source data the determines the AWS service regions and endpoints.
8
+
9
+ 1.876.0 (2023-12-28)
10
+ ------------------
11
+
12
+ * Feature - Updated the partitions source data the determines the AWS service regions and endpoints.
13
+
4
14
  1.875.0 (2023-12-27)
5
15
  ------------------
6
16
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.875.0
1
+ 1.877.0
data/partitions.json CHANGED
@@ -11264,8 +11264,10 @@
11264
11264
  },
11265
11265
  "m2" : {
11266
11266
  "endpoints" : {
11267
+ "af-south-1" : { },
11267
11268
  "ap-northeast-1" : { },
11268
11269
  "ap-northeast-2" : { },
11270
+ "ap-northeast-3" : { },
11269
11271
  "ap-south-1" : { },
11270
11272
  "ap-southeast-1" : { },
11271
11273
  "ap-southeast-2" : { },
@@ -11275,6 +11277,8 @@
11275
11277
  } ]
11276
11278
  },
11277
11279
  "eu-central-1" : { },
11280
+ "eu-north-1" : { },
11281
+ "eu-south-1" : { },
11278
11282
  "eu-west-1" : { },
11279
11283
  "eu-west-2" : { },
11280
11284
  "eu-west-3" : { },
@@ -11619,6 +11623,7 @@
11619
11623
  "ap-south-1" : { },
11620
11624
  "ap-southeast-1" : { },
11621
11625
  "ap-southeast-2" : { },
11626
+ "ap-southeast-4" : { },
11622
11627
  "ca-central-1" : { },
11623
11628
  "eu-central-1" : { },
11624
11629
  "eu-north-1" : { },
@@ -11640,6 +11645,7 @@
11640
11645
  "ap-south-1" : { },
11641
11646
  "ap-southeast-1" : { },
11642
11647
  "ap-southeast-2" : { },
11648
+ "ap-southeast-4" : { },
11643
11649
  "ca-central-1" : { },
11644
11650
  "eu-central-1" : { },
11645
11651
  "eu-north-1" : { },
@@ -11661,6 +11667,7 @@
11661
11667
  "ap-south-1" : { },
11662
11668
  "ap-southeast-1" : { },
11663
11669
  "ap-southeast-2" : { },
11670
+ "ap-southeast-4" : { },
11664
11671
  "ca-central-1" : { },
11665
11672
  "eu-central-1" : { },
11666
11673
  "eu-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.875.0
4
+ version: 1.877.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-12-27 00:00:00.000000000 Z
11
+ date: 2024-01-03 00:00:00.000000000 Z
12
12
  dependencies: []
13
13
  description: Provides interfaces to enumerate AWS partitions, regions, and services.
14
14
  email: