aws-partitions 1.628.0 → 1.629.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 +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: 63f5cbfbec9ea06d37ba684e23d7e787c8b6f9e4ab11ad87508b7da40c48c1e4
4
- data.tar.gz: d3441a5bea94c161c6f404f8fcb6a852d262c98615eac6f5b2012d9221bfc20d
3
+ metadata.gz: 7d8569ca455f25a19d962fdb62bd59d983b6ed53a50e978ef3b6e281cc23ca07
4
+ data.tar.gz: b695a486e3fa6f2b2da728f710a8b8f232f930e4dec439e40a865bd11a6fab64
5
5
  SHA512:
6
- metadata.gz: 8617e4564b87a5214f14e26e59457bf434657ebde1835ec028f96b5b2393c11a37b78f5b404f552b64a1089d62c70ab9d69f7c122822825ee69d584267c7d3fd
7
- data.tar.gz: 03f40369a2a4620b5c3868ccfcc233f2c12056a47ddbabd82774975a89a3b7e90c63b73a875ca954ee730c714ed63fbc7fb1ce31215247e946b6865affcbb7f5
6
+ metadata.gz: 953e42dfe008468fd29f8aedc8b31d2196bf5874851f3748664e1d7e5fc8409017e892c7869e839cd59bcc07de001bdc9dbed3645019b06710795c102750d6b8
7
+ data.tar.gz: cfdc5f73cf76e8ef3774492c757ba8f2591d60e99e979c3e224935c6199af86af5b7ada3e663ba76bf282c23f59815e323f776759e7d3c622fb6441f98af3f76
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.629.0 (2022-09-13)
5
+ ------------------
6
+
7
+ * Feature - Updated the partitions source data the determines the AWS service regions and endpoints.
8
+
4
9
  1.628.0 (2022-09-09)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.628.0
1
+ 1.629.0
data/partitions.json CHANGED
@@ -10939,6 +10939,7 @@
10939
10939
  },
10940
10940
  "rolesanywhere" : {
10941
10941
  "endpoints" : {
10942
+ "af-south-1" : { },
10942
10943
  "ap-east-1" : { },
10943
10944
  "ap-northeast-1" : { },
10944
10945
  "ap-northeast-2" : { },
@@ -10946,9 +10947,11 @@
10946
10947
  "ap-south-1" : { },
10947
10948
  "ap-southeast-1" : { },
10948
10949
  "ap-southeast-2" : { },
10950
+ "ap-southeast-3" : { },
10949
10951
  "ca-central-1" : { },
10950
10952
  "eu-central-1" : { },
10951
10953
  "eu-north-1" : { },
10954
+ "eu-south-1" : { },
10952
10955
  "eu-west-1" : { },
10953
10956
  "eu-west-2" : { },
10954
10957
  "eu-west-3" : { },
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.628.0
4
+ version: 1.629.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: 2022-09-09 00:00:00.000000000 Z
11
+ date: 2022-09-13 00:00:00.000000000 Z
12
12
  dependencies: []
13
13
  description: Provides interfaces to enumerate AWS partitions, regions, and services.
14
14
  email: