aws-partitions 1.750.0 → 1.751.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.
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 +7 -0
  5. metadata +2 -2
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: ab30ad0cd96a9fbc7bb498553cc0322bbf34ba6c6f18a4482824d5d9fa9400eb
4
- data.tar.gz: 175f144c22941dec8462e50a05fa5ba2afc4477080ea15587d971b157117a09c
3
+ metadata.gz: 9e252abcf300db6d5b4c6a386da47ebdd00331b2e6a7a5abda1216f1e5f8ba88
4
+ data.tar.gz: 16521c2a5b45be3ec7831b792df4d94434890e686d041999b66909dad4eb6b6c
5
5
  SHA512:
6
- metadata.gz: 7c407dd9166836cdcb3e86d431ee74849c1302063651768c8fe0fa4ab129f6091e255c20261eee599b40ed85fd609b4b523aee69afe28b6c9fc15d190c9b8bc6
7
- data.tar.gz: 9461898a4d65cd086558d34d4f12ce9e6c38f66251a11f438210720379bf8f4b2a77caf1c4b9d87d74c6b16f6b111bb14509a59d96ceb5dfd78f2e13588f9594
6
+ metadata.gz: 48031bf5624a2b545a3f5abbaa5141b83a57de91dd27ab89acd40bbd82155b965288d339ee84fdf75dfd48b4895680de49cb5d8542698b3ee4882b36bf94f3ec
7
+ data.tar.gz: b6fd06007143f2ccf372653eedec9f2b7563776df91e4abcdd0f760f6f0912211d50cfeb59a5dd8c1e9de3260dcd8129db9715a92630ae42d50f4748d9789b10
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.751.0 (2023-04-20)
5
+ ------------------
6
+
7
+ * Feature - Updated the partitions source data the determines the AWS service regions and endpoints.
8
+
4
9
  1.750.0 (2023-04-19)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.750.0
1
+ 1.751.0
data/partitions.json CHANGED
@@ -7433,6 +7433,7 @@
7433
7433
  "ap-southeast-1" : { },
7434
7434
  "ap-southeast-2" : { },
7435
7435
  "ap-southeast-3" : { },
7436
+ "ap-southeast-4" : { },
7436
7437
  "ca-central-1" : { },
7437
7438
  "eu-central-1" : { },
7438
7439
  "eu-central-2" : { },
@@ -9033,6 +9034,12 @@
9033
9034
  "deprecated" : true,
9034
9035
  "hostname" : "kms-fips.eu-west-3.amazonaws.com"
9035
9036
  },
9037
+ "il-central-1-fips" : {
9038
+ "credentialScope" : {
9039
+ "region" : "il-central-1"
9040
+ },
9041
+ "hostname" : "kms-fips.il-central-1.amazonaws.com"
9042
+ },
9036
9043
  "me-central-1" : {
9037
9044
  "variants" : [ {
9038
9045
  "hostname" : "kms-fips.me-central-1.amazonaws.com",
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.750.0
4
+ version: 1.751.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-04-19 00:00:00.000000000 Z
11
+ date: 2023-04-20 00:00:00.000000000 Z
12
12
  dependencies: []
13
13
  description: Provides interfaces to enumerate AWS partitions, regions, and services.
14
14
  email: