aws-partitions 1.871.0 → 1.872.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 +2 -0
  5. metadata +2 -2
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 3f530ec84ea5f9467c9adf65531eb611dafad0938cdf29f8719d8d96644f0d2c
4
- data.tar.gz: 05d2954f92b9ade93368d53df7f3ede7978aa74555417fc0f1f08603f8b6447b
3
+ metadata.gz: 83caa036a2cb2d74b56e0ff03cb7fb75486075cc4957c712fc9e4a8643d2ef9a
4
+ data.tar.gz: 7b76f8e0eb873f1fa1e0415667f541236e5c277e165579b18e96d4df06c6af1a
5
5
  SHA512:
6
- metadata.gz: ec208e23ad9e30bf238f5cbf9b73a5b37378b39c8465a68afaab6e7654023763003396554244f858ee3e6f030c819138d0a865ac7d775084442dd86c6bb1fc60
7
- data.tar.gz: 29430ffca70dbf64cf8e8b9c039cdf29f07ba1f184f88b922afb44f17537909be55e020c95ee36f99ec8376b73db86790a622066917e4de20c05080c4f33ec36
6
+ metadata.gz: 287a18728e3c5ba14e6af2f50c06ba8727e60ada5d5d617b726ae89faf17e47c12e59e4406e8f54875e10eff3db364844b86c956bef7478038b761d3884aa5f8
7
+ data.tar.gz: ee5fb1c78b0ed3eba4da5eeb96aea588e4673760e7a40f14d796d2041a28fc5df32172f17fcf5ba0b3fbd565c81a10149a464269dde1c43d78ec406cbca19e9f
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.872.0 (2023-12-21)
5
+ ------------------
6
+
7
+ * Feature - Updated the partitions source data the determines the AWS service regions and endpoints.
8
+
4
9
  1.871.0 (2023-12-20)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.871.0
1
+ 1.872.0
data/partitions.json CHANGED
@@ -11761,6 +11761,7 @@
11761
11761
  "ap-southeast-3" : { },
11762
11762
  "ap-southeast-4" : { },
11763
11763
  "ca-central-1" : { },
11764
+ "ca-west-1" : { },
11764
11765
  "eu-central-1" : { },
11765
11766
  "eu-central-2" : { },
11766
11767
  "eu-north-1" : { },
@@ -14651,6 +14652,7 @@
14651
14652
  "ap-southeast-3" : { },
14652
14653
  "ap-southeast-4" : { },
14653
14654
  "ca-central-1" : { },
14655
+ "ca-west-1" : { },
14654
14656
  "eu-central-1" : { },
14655
14657
  "eu-central-2" : { },
14656
14658
  "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.871.0
4
+ version: 1.872.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-20 00:00:00.000000000 Z
11
+ date: 2023-12-21 00:00:00.000000000 Z
12
12
  dependencies: []
13
13
  description: Provides interfaces to enumerate AWS partitions, regions, and services.
14
14
  email: