aws-partitions 1.836.0 → 1.837.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 +4 -0
  5. metadata +2 -2
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 6afbad55bc05ee429724693f3e506fb07e3e7533d0dbf6f9ebbfc6685f774c00
4
- data.tar.gz: 0b020fa58944aba324638e7f469311cad37c09dd39472b8af1b6905f815d033c
3
+ metadata.gz: 3ef5cf4868d53286230726596912c555cbeec3d3867a927cbb0ffd60b55dd888
4
+ data.tar.gz: 110a7338cbb818264af9bcc5937202858dd84f01930297e424a66d5f1962c805
5
5
  SHA512:
6
- metadata.gz: e406247ed943ddbac6598f024340662a053d3bf1a83cf7acaebd498968894171552b48df102c88efdcb9dcab171146a7df7f0f02df2c8dfbc92c0ac15319ba84
7
- data.tar.gz: a05ec1d88877018a74a32df25bfd1338ab67d3d4eeed2f8504a262f86d90a342fcc43d6c589eb206b09349ed22ab14990c405b284a89b567e7c92cd3a04dec65
6
+ metadata.gz: ed72732ead8cf63704118affdf9a4967873b7ba9c9f2aed532fbc3d095884fa61378815b8f73d7d26220433eaf5f14b1049cf56ae09c471d27ce468a2ce986a2
7
+ data.tar.gz: ddc937113773c1f3a2dfa055298309464ace3fa1b35994b1882a9e43da48cf5cd3f367dae9a65b9fd084b1170fcfde05b925205513e044efc367bed2c044a45b
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.837.0 (2023-10-17)
5
+ ------------------
6
+
7
+ * Feature - Updated the partitions source data the determines the AWS service regions and endpoints.
8
+
4
9
  1.836.0 (2023-10-16)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.836.0
1
+ 1.837.0
data/partitions.json CHANGED
@@ -7042,8 +7042,12 @@
7042
7042
  },
7043
7043
  "finspace" : {
7044
7044
  "endpoints" : {
7045
+ "ap-southeast-1" : { },
7046
+ "ap-southeast-2" : { },
7045
7047
  "ca-central-1" : { },
7048
+ "eu-central-1" : { },
7046
7049
  "eu-west-1" : { },
7050
+ "eu-west-2" : { },
7047
7051
  "us-east-1" : { },
7048
7052
  "us-east-2" : { },
7049
7053
  "us-west-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.836.0
4
+ version: 1.837.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-10-16 00:00:00.000000000 Z
11
+ date: 2023-10-17 00:00:00.000000000 Z
12
12
  dependencies: []
13
13
  description: Provides interfaces to enumerate AWS partitions, regions, and services.
14
14
  email: