aws-partitions 1.885.0 → 1.886.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 +9 -0
  5. metadata +2 -2
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 61353c2053796fb6a63f9f5763743b057aeb523db8760f837c3b33fa1794c80c
4
- data.tar.gz: 8efc868466c773112e5263e428adc804fb27dd77c77b902a7dd620d0be64cf5c
3
+ metadata.gz: 43a0d866b98eb2a99e8c34b8e5d1ac4793188c598ef8cca6f660570ba1203852
4
+ data.tar.gz: cb426564f4da6df4e64ed1d325a1baffa59426b8ebaa30db0e5dec31c7efb5a5
5
5
  SHA512:
6
- metadata.gz: 60d37738e815602697d48a5e6adfda43d5e6311c2115e6e90d9b1da4c8e4ad115c0a916c99b42fb8eab981fe34a35b7fe7268955113cab2a61664fae1a15ea38
7
- data.tar.gz: 5b038ee847420325fabedd777641ebac2dbfaad8b3a9644543b158bdc94ba8f3a258de9e0992feb93b139950d1e719c044b709849d567e36ed70d07611a79460
6
+ metadata.gz: e6c66c76f6168a304673029191f9f3831fd91f5e077ccd7aff445589773dc8ee2bd89e656f8f4733f2177b0e29ea0dd609246332d1e14a94757e3b1d0d5405ed
7
+ data.tar.gz: 97d029fe217f66dab6734b391712989a3c48c5f23175b3ff5c0c842a07d760a7c9d885c6077893b7c25f089758544bf55fa5ce093f7c44eab9e20e1fbb071ab2
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.886.0 (2024-02-01)
5
+ ------------------
6
+
7
+ * Feature - Updated the partitions source data the determines the AWS service regions and endpoints.
8
+
4
9
  1.885.0 (2024-01-31)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.885.0
1
+ 1.886.0
data/partitions.json CHANGED
@@ -11281,6 +11281,7 @@
11281
11281
  "eu-central-1" : { },
11282
11282
  "eu-north-1" : { },
11283
11283
  "eu-south-1" : { },
11284
+ "eu-south-2" : { },
11284
11285
  "eu-west-1" : { },
11285
11286
  "eu-west-2" : { },
11286
11287
  "eu-west-3" : { },
@@ -11299,6 +11300,7 @@
11299
11300
  "fips-us-west-2" : {
11300
11301
  "deprecated" : true
11301
11302
  },
11303
+ "il-central-1" : { },
11302
11304
  "sa-east-1" : { },
11303
11305
  "us-east-1" : {
11304
11306
  "variants" : [ {
@@ -16836,9 +16838,13 @@
16836
16838
  "sms-voice" : {
16837
16839
  "endpoints" : {
16838
16840
  "ap-northeast-1" : { },
16841
+ "ap-northeast-2" : { },
16839
16842
  "ap-south-1" : { },
16843
+ "ap-south-2" : { },
16840
16844
  "ap-southeast-1" : { },
16841
16845
  "ap-southeast-2" : { },
16846
+ "ap-southeast-3" : { },
16847
+ "ap-southeast-4" : { },
16842
16848
  "ca-central-1" : {
16843
16849
  "variants" : [ {
16844
16850
  "hostname" : "sms-voice-fips.ca-central-1.amazonaws.com",
@@ -16846,6 +16852,8 @@
16846
16852
  } ]
16847
16853
  },
16848
16854
  "eu-central-1" : { },
16855
+ "eu-central-2" : { },
16856
+ "eu-south-2" : { },
16849
16857
  "eu-west-1" : { },
16850
16858
  "eu-west-2" : { },
16851
16859
  "fips-ca-central-1" : {
@@ -16870,6 +16878,7 @@
16870
16878
  "hostname" : "sms-voice-fips.us-west-2.amazonaws.com"
16871
16879
  },
16872
16880
  "il-central-1" : { },
16881
+ "me-central-1" : { },
16873
16882
  "us-east-1" : {
16874
16883
  "variants" : [ {
16875
16884
  "hostname" : "sms-voice-fips.us-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.885.0
4
+ version: 1.886.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: 2024-01-31 00:00:00.000000000 Z
11
+ date: 2024-02-01 00:00:00.000000000 Z
12
12
  dependencies: []
13
13
  description: Provides interfaces to enumerate AWS partitions, regions, and services.
14
14
  email: