aws-partitions 1.705.0 → 1.706.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: f72a9d76520a920f01e0e378c457c87e580af88d3e651e9e0bd768b83565a101
4
- data.tar.gz: d037aae29b8b01204646848b1c5dfb0f8d4d58437c34ca47a46e95e93e6815b1
3
+ metadata.gz: c315bf6665c589f579469d46e50845df4a43653d369e6edbf9b64b3a1ec871cc
4
+ data.tar.gz: 5f3998bcd69228145d3dfda524d9dec14aa01b74ade6bec01d2cbe1e20686250
5
5
  SHA512:
6
- metadata.gz: 7acc7114c9850c9955c763f29e9b9d14c24c76321d7ec6a6796903665f15e2a3108ab71caf38a08e88ede9738f36fe36fc40d3af8c224116c990fad0bf709bd7
7
- data.tar.gz: ea5e5025ca73bef66a6cf9653353b869005812c5db11b5d55cc09f59cddd112664c27fce76c627ef6c14dbe202da11e8b73197506d0d6fc044e7f875ce4fc364
6
+ metadata.gz: 446c2e27671cd8c1a122414e031801470d3ce5274af06b3b789c38e96f1f66bc47cefc6c299d01b64cf443839d570a025a178bf63d7bb21c819ea2f49d917a3b
7
+ data.tar.gz: dab34b701412ed4af6e63470ffb57da923dedf7c3a0e9b4e6d69422b3f89dad554ad3219266c149cc340c3e6374974ecfb59856e1cedd709a701eae765f1e5a3
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.706.0 (2023-02-06)
5
+ ------------------
6
+
7
+ * Feature - Updated the partitions source data the determines the AWS service regions and endpoints.
8
+
4
9
  1.705.0 (2023-02-03)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.705.0
1
+ 1.706.0
data/partitions.json CHANGED
@@ -6304,13 +6304,16 @@
6304
6304
  "ap-northeast-2" : { },
6305
6305
  "ap-northeast-3" : { },
6306
6306
  "ap-south-1" : { },
6307
+ "ap-south-2" : { },
6307
6308
  "ap-southeast-1" : { },
6308
6309
  "ap-southeast-2" : { },
6309
6310
  "ap-southeast-3" : { },
6310
6311
  "ca-central-1" : { },
6311
6312
  "eu-central-1" : { },
6313
+ "eu-central-2" : { },
6312
6314
  "eu-north-1" : { },
6313
6315
  "eu-south-1" : { },
6316
+ "eu-south-2" : { },
6314
6317
  "eu-west-1" : { },
6315
6318
  "eu-west-2" : { },
6316
6319
  "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.705.0
4
+ version: 1.706.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-03 00:00:00.000000000 Z
11
+ date: 2023-02-06 00:00:00.000000000 Z
12
12
  dependencies: []
13
13
  description: Provides interfaces to enumerate AWS partitions, regions, and services.
14
14
  email: