aws-partitions 1.698.0 → 1.699.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: f9ae6d00015652c773712ddc0b4f8164ae06973aa4b14d1ad83168f29790fee4
4
- data.tar.gz: be17fce7f3d263b6e905c6aaeab9aa5a46b515dd9d8080ca0dbfca4bf4860d08
3
+ metadata.gz: 9044d21c427c01e112735e9a43a10162c586920f1deaaa42010b2ef77c91d00a
4
+ data.tar.gz: 4ac2b271f9114f105fc417b4641795d7f904c9c95c9d30d5de1518522bde15ab
5
5
  SHA512:
6
- metadata.gz: 30170ea7a20aec3400975822335af19fe93cf685bab94ab187649fb1d1c9081b7ccc8389703be1d1b242a65584c666437d2beb3eec583a315fe12d509ef7a4d9
7
- data.tar.gz: 3a2d28def40fbf036eae794fcc114a364b88e4e0356216eca343fa238273312cfc6163538193da67289d0aa10ee81a39990226010330ff3eb870cccf1569385a
6
+ metadata.gz: 1de07e5237215f7980752ebab561e41cf0a03dec93d37059e27d0e4833e8c5653004213b91d68dd356649cfb7a2b9d1fbbf8396e9b2c9253991a063744e498b9
7
+ data.tar.gz: 5b268daf23cff076cbcfad33dcb3d2d9ec5c8e396b6b2b74bf2ef19d380e74fdb7c3a1f48e25954374b8291b85d52f7f51077b89ebce761ffcda37cda19c5e5e
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.699.0 (2023-01-24)
5
+ ------------------
6
+
7
+ * Feature - Updated the partitions source data the determines the AWS service regions and endpoints.
8
+
4
9
  1.698.0 (2023-01-23)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.698.0
1
+ 1.699.0
@@ -40,6 +40,9 @@
40
40
  "ap-southeast-3" : {
41
41
  "description" : "Asia Pacific (Jakarta)"
42
42
  },
43
+ "ap-southeast-4" : {
44
+ "description" : "Asia Pacific (Melbourne)"
45
+ },
43
46
  "aws-global" : {
44
47
  "description" : "AWS Standard global region"
45
48
  },
data/partitions.json CHANGED
@@ -4341,6 +4341,7 @@
4341
4341
  "ap-southeast-1" : { },
4342
4342
  "ap-southeast-2" : { },
4343
4343
  "ap-southeast-3" : { },
4344
+ "ap-southeast-4" : { },
4344
4345
  "ca-central-1" : { },
4345
4346
  "eu-central-1" : { },
4346
4347
  "eu-north-1" : { },
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.698.0
4
+ version: 1.699.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-01-23 00:00:00.000000000 Z
11
+ date: 2023-01-24 00:00:00.000000000 Z
12
12
  dependencies: []
13
13
  description: Provides interfaces to enumerate AWS partitions, regions, and services.
14
14
  email: