aws-partitions 1.707.0 → 1.708.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 +8 -0
  5. metadata +2 -2
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 48e4dd266324d835eb907198d70bc774786c6edbb233c8a1375381db34200965
4
- data.tar.gz: 4c840a0b94c7c3ba79d0e8b2d560830fab89aa72c98f46a1a48f3f5cee316a40
3
+ metadata.gz: de40404422bfa1ef338507f46666702487fd486af2b1bde7bf466f50e0209462
4
+ data.tar.gz: d2b0c343ec464890d769acd48ca89007e800ddd44dfe53ccdb73214f8b10918f
5
5
  SHA512:
6
- metadata.gz: d7dc697c23d0744e77bc9b514974ff427f06da3e0bf4259cba669424c193daf9dd3c2be9d9ab12386ba3b77eedf85f8546e65e04951614911fc2c16a8b6f9b6c
7
- data.tar.gz: 1679866e0b1f191029cfbdc1596a5bbdbd4799cd65f1cd701a80903023bca3d3aaa5c848d9289a330f97d10a43830c57036aaca8c01872fb5c86b7e354e7cccb
6
+ metadata.gz: 949216f967e46ac0cb8dad479684e4f63a88ef18aa6337d059686ecbd3bed22363a3ad1f5bc9b1b417edb49e5bb54a9d0dac1ca57c6e3dfa273da2c4fd0f6c50
7
+ data.tar.gz: 9ee3dfba0ef2e36f4dc9249feb557ecacbf2a49159db95ea10df9d8170daceb15ffac0ecbf87e942d4885f2ca55c4ea39843063d581b71c5da2eb9b7ccefee5a
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.708.0 (2023-02-08)
5
+ ------------------
6
+
7
+ * Feature - Updated the partitions source data the determines the AWS service regions and endpoints.
8
+
4
9
  1.707.0 (2023-02-07)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.707.0
1
+ 1.708.0
data/partitions.json CHANGED
@@ -1807,6 +1807,7 @@
1807
1807
  "arc-zonal-shift" : {
1808
1808
  "endpoints" : {
1809
1809
  "ap-northeast-1" : { },
1810
+ "ap-southeast-1" : { },
1810
1811
  "ap-southeast-2" : { },
1811
1812
  "ap-southeast-3" : { },
1812
1813
  "eu-central-1" : { },
@@ -4123,6 +4124,7 @@
4123
4124
  "ap-northeast-2" : { },
4124
4125
  "ap-northeast-3" : { },
4125
4126
  "ap-south-1" : { },
4127
+ "ap-south-2" : { },
4126
4128
  "ap-southeast-1" : { },
4127
4129
  "ap-southeast-2" : { },
4128
4130
  "ap-southeast-3" : { },
@@ -4133,8 +4135,10 @@
4133
4135
  } ]
4134
4136
  },
4135
4137
  "eu-central-1" : { },
4138
+ "eu-central-2" : { },
4136
4139
  "eu-north-1" : { },
4137
4140
  "eu-south-1" : { },
4141
+ "eu-south-2" : { },
4138
4142
  "eu-west-1" : { },
4139
4143
  "eu-west-2" : { },
4140
4144
  "eu-west-3" : { },
@@ -5115,13 +5119,16 @@
5115
5119
  "ap-northeast-2" : { },
5116
5120
  "ap-northeast-3" : { },
5117
5121
  "ap-south-1" : { },
5122
+ "ap-south-2" : { },
5118
5123
  "ap-southeast-1" : { },
5119
5124
  "ap-southeast-2" : { },
5120
5125
  "ap-southeast-3" : { },
5121
5126
  "ca-central-1" : { },
5122
5127
  "eu-central-1" : { },
5128
+ "eu-central-2" : { },
5123
5129
  "eu-north-1" : { },
5124
5130
  "eu-south-1" : { },
5131
+ "eu-south-2" : { },
5125
5132
  "eu-west-1" : { },
5126
5133
  "eu-west-2" : { },
5127
5134
  "eu-west-3" : { },
@@ -8210,6 +8217,7 @@
8210
8217
  },
8211
8218
  "kendra" : {
8212
8219
  "endpoints" : {
8220
+ "ap-northeast-1" : { },
8213
8221
  "ap-south-1" : { },
8214
8222
  "ap-southeast-1" : { },
8215
8223
  "ap-southeast-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.707.0
4
+ version: 1.708.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-02-07 00:00:00.000000000 Z
11
+ date: 2023-02-08 00:00:00.000000000 Z
12
12
  dependencies: []
13
13
  description: Provides interfaces to enumerate AWS partitions, regions, and services.
14
14
  email: