aws-partitions 1.823.0 → 1.824.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: 18f504e141a5fa026588f13710142f8007a45a08079d89081f4175dafc50edcc
4
- data.tar.gz: 8fc34b2b4c349910b8c028a7188e4ba50560cd73eacaeba3c0da185314b2a8f3
3
+ metadata.gz: 3bacb02cd86442302a83ba404f8d38072010daa653593b70cbdf2a0406a35370
4
+ data.tar.gz: 1ed4a2de022be1b46ddf5e72a83c24d4139ee9d45bc3f2a1dd16530f7204b4a9
5
5
  SHA512:
6
- metadata.gz: c5b0f5d05626250bc0509d4ef6f857510c98a1961911f34649bfafa3d343e29a32d84c9a08fca08c623506b40e131f3734835c22353274fdf63425267ef1b667
7
- data.tar.gz: 865fb7b5e634ec4dd677546a6e22a446ece2aab11398b9f239ad593fc95ca89658352603750dabbf54cda7867373ce3f0a777d87f3869df4b99c1deaa145c23a
6
+ metadata.gz: 31204fcc46cb112789aab07cf33df0a089d481d15d9422e2232a854f510c9306fd19ecb6eb42b4cf86db05f76c9441ae49fda8ce1c90d161e009c9d53facfb9c
7
+ data.tar.gz: b715f1c2aeebc23fd89f86529c79ee82007dcf5b97b3f515de868a4bd88ed8b9669dbd121b82a35217c3631b997912a9d9c1eb84227ccd5729f36788613fd859
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.824.0 (2023-09-15)
5
+ ------------------
6
+
7
+ * Feature - Updated the partitions source data the determines the AWS service regions and endpoints.
8
+
4
9
  1.823.0 (2023-09-14)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.823.0
1
+ 1.824.0
data/partitions.json CHANGED
@@ -3911,6 +3911,7 @@
3911
3911
  "ap-northeast-2" : { },
3912
3912
  "ap-northeast-3" : { },
3913
3913
  "ap-south-1" : { },
3914
+ "ap-south-2" : { },
3914
3915
  "ap-southeast-1" : { },
3915
3916
  "ap-southeast-2" : { },
3916
3917
  "ap-southeast-3" : { },
@@ -3928,12 +3929,15 @@
3928
3929
  "hostname" : "controltower-fips.ca-central-1.amazonaws.com"
3929
3930
  },
3930
3931
  "eu-central-1" : { },
3932
+ "eu-central-2" : { },
3931
3933
  "eu-north-1" : { },
3932
3934
  "eu-south-1" : { },
3935
+ "eu-south-2" : { },
3933
3936
  "eu-west-1" : { },
3934
3937
  "eu-west-2" : { },
3935
3938
  "eu-west-3" : { },
3936
3939
  "il-central-1" : { },
3940
+ "me-central-1" : { },
3937
3941
  "me-south-1" : { },
3938
3942
  "sa-east-1" : { },
3939
3943
  "us-east-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.823.0
4
+ version: 1.824.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-09-14 00:00:00.000000000 Z
11
+ date: 2023-09-15 00:00:00.000000000 Z
12
12
  dependencies: []
13
13
  description: Provides interfaces to enumerate AWS partitions, regions, and services.
14
14
  email: