aws-partitions 1.761.0 → 1.762.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 +4 -0
  5. metadata +2 -2
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 7c4815b448982276d08bfced4d5d2c0a2a25d4d04e3db68879c5501a96df8c0c
4
- data.tar.gz: a25689672419a2f1dec056f4cf11e831015d97b17896343feada92c0c396775b
3
+ metadata.gz: 710355b33da53cb41ec27aed5bb1a881ba27fc0bc35af6655019d6d2e7cd6de8
4
+ data.tar.gz: 48a35992f3a5b3554a9927cad3386727653375ead3f3be94b4b3ecd72703cc60
5
5
  SHA512:
6
- metadata.gz: 14037cccf34a49d530f2bc4cc33ede6b1d955eb55219ab00949c29ae207fee3ab63af4ec9824287519dd983233ba8c7aaa43d9a68684f7ec529d952fe08edd06
7
- data.tar.gz: 8bf5aebae18e4f8ea82205246425f8a02b4031d7b432cbfa2248f2834b9aa54ad18a43dbc3cb0ec01605966bfb2ab5526e4db0d279fcd9ae8c068ad16f526535
6
+ metadata.gz: cd05a716909b6ec5a97d430036ed469e2dadc08abd930a64d1bc45c12468ef36c5d4590ed4757d3c68e3940a109fa231bdf5b1370aaadf82c7753a64fa43eb23
7
+ data.tar.gz: fd185118069b94dfa9a2fe6ed22f2f97c9a901c934ef6e162157f3f2bd8bb0a45feaa6b371210aba3bc51456af08d485e56fea1ab7e5e85eba81b1dca2d4e064
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.762.0 (2023-05-09)
5
+ ------------------
6
+
7
+ * Feature - Updated the partitions source data the determines the AWS service regions and endpoints.
8
+
4
9
  1.761.0 (2023-05-08)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.761.0
1
+ 1.762.0
data/partitions.json CHANGED
@@ -1817,12 +1817,16 @@
1817
1817
  },
1818
1818
  "endpoints" : {
1819
1819
  "ap-northeast-1" : { },
1820
+ "ap-northeast-2" : { },
1821
+ "ap-south-1" : { },
1820
1822
  "ap-southeast-1" : { },
1821
1823
  "ap-southeast-2" : { },
1822
1824
  "eu-central-1" : { },
1823
1825
  "eu-north-1" : { },
1824
1826
  "eu-west-1" : { },
1825
1827
  "eu-west-2" : { },
1828
+ "eu-west-3" : { },
1829
+ "sa-east-1" : { },
1826
1830
  "us-east-1" : { },
1827
1831
  "us-east-2" : { },
1828
1832
  "us-west-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.761.0
4
+ version: 1.762.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-05-08 00:00:00.000000000 Z
11
+ date: 2023-05-09 00:00:00.000000000 Z
12
12
  dependencies: []
13
13
  description: Provides interfaces to enumerate AWS partitions, regions, and services.
14
14
  email: