aws-partitions 1.748.0 → 1.749.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 +5 -0
  5. metadata +2 -2
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: f75be68b0f1cf8005e5cb0aa53b5c3096b22df2d3740c4067366523790d6f3db
4
- data.tar.gz: 848c54f47f73175cf83b9df0b4d33843404bcf86c15c6cc1d5489877a1d1bafb
3
+ metadata.gz: 1c0673b6382cbb2ce6efb22e4b19dd00674153c56d51fde9af0deb77c7fb8ad3
4
+ data.tar.gz: 840f70299a574f8f37692a939f1e42014f8f2b7ceaef47f888bbb14793ad4896
5
5
  SHA512:
6
- metadata.gz: 6aa9d8c9a71cab5ae4a7f3418d3004941f612369755ed832d667ea7f59df93765ec2722d3d7e24fccdc6283ee81df1818bb9bc510eb24f13e695dd24e41ba084
7
- data.tar.gz: 791cf508272c83071e486dda2d9807614177ec5207c55502bad204009751bcf29f888552ee20e79371a7cf55b09fa4585eab523e2b996a99e5fff198e0aa454f
6
+ metadata.gz: 9bba733db6024e568247f344592eb3e503516aad0c1f8daf0bb9b5c87ad9fc171669ee6baef9e00483488e96a13f13fe053bbafa66dd33e81f4c0dea34211a69
7
+ data.tar.gz: d80e99da8dbbe9b83ab3fee07d7204d239c53343b0350c95901a5c863a065e64b1c5409390c674b1debdf85d6d7eb919baeb814553ec1152d6847fc84b2ae7db
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.749.0 (2023-04-17)
5
+ ------------------
6
+
7
+ * Feature - Updated the partitions source data the determines the AWS service regions and endpoints.
8
+
4
9
  1.748.0 (2023-04-14)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.748.0
1
+ 1.749.0
data/partitions.json CHANGED
@@ -1835,15 +1835,19 @@
1835
1835
  "ap-northeast-2" : { },
1836
1836
  "ap-northeast-3" : { },
1837
1837
  "ap-south-1" : { },
1838
+ "ap-south-2" : { },
1838
1839
  "ap-southeast-1" : { },
1839
1840
  "ap-southeast-2" : { },
1840
1841
  "ap-southeast-3" : { },
1841
1842
  "ca-central-1" : { },
1842
1843
  "eu-central-1" : { },
1843
1844
  "eu-north-1" : { },
1845
+ "eu-south-1" : { },
1846
+ "eu-south-2" : { },
1844
1847
  "eu-west-1" : { },
1845
1848
  "eu-west-2" : { },
1846
1849
  "eu-west-3" : { },
1850
+ "me-central-1" : { },
1847
1851
  "me-south-1" : { },
1848
1852
  "sa-east-1" : { },
1849
1853
  "us-east-1" : { },
@@ -14687,6 +14691,7 @@
14687
14691
  "deprecated" : true,
14688
14692
  "hostname" : "snowball-fips.us-west-2.amazonaws.com"
14689
14693
  },
14694
+ "me-central-1" : { },
14690
14695
  "sa-east-1" : {
14691
14696
  "variants" : [ {
14692
14697
  "hostname" : "snowball-fips.sa-east-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.748.0
4
+ version: 1.749.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-04-14 00:00:00.000000000 Z
11
+ date: 2023-04-17 00:00:00.000000000 Z
12
12
  dependencies: []
13
13
  description: Provides interfaces to enumerate AWS partitions, regions, and services.
14
14
  email: