aws-partitions 1.801.0 → 1.802.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: ae228e3f56b9323d920c37414028e5a3f9da580652f8184cf3390afe8432bb22
4
- data.tar.gz: 78843372ef3425807d4aff5ac850496ecfb55106faafcb1f48c819906e33b967
3
+ metadata.gz: 32089b6bd27296fc0d2e0ebf451912430a61e29d174855a8ab47152f0213b6e7
4
+ data.tar.gz: da5e588e93a68dc744ecff9d875ac63614cc7207a376a3096937709933dfea0d
5
5
  SHA512:
6
- metadata.gz: 52a6f17f96960a46d842970d20309581effe172165d887e6d676a74067e6dedff2db5d9b76ab64557e0eadf039363835654ba0a102974a6cda4c2addec7c4d04
7
- data.tar.gz: be84d3cf2a4e50a292d8310551208abcde73d1e9bfa52bd84b44b668682540e7ec544d1e8714d58bc3759fad98e729ee57c9a41084ebb2738a36804d13c104b2
6
+ metadata.gz: 482341e610f78c8e021efbb3b282dce3a056d15b2788fc357ac76cc3755ee7043fa07c3013242bceeeb03a15c78bfd0ab07e565e3de178bccb9d2db945c82cee
7
+ data.tar.gz: f0d997557f52a4babdd7b9f76cc99e801a5fb32d92ebf34593782d6b61b52bbb0e6b68a41ae74861b447debb7fa8859d91cb8410694a76ad813193b561470dd4
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.802.0 (2023-08-10)
5
+ ------------------
6
+
7
+ * Feature - Updated the partitions source data the determines the AWS service regions and endpoints.
8
+
4
9
  1.801.0 (2023-08-09)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.801.0
1
+ 1.802.0
data/partitions.json CHANGED
@@ -7841,6 +7841,7 @@
7841
7841
  "identitystore" : {
7842
7842
  "endpoints" : {
7843
7843
  "af-south-1" : { },
7844
+ "ap-east-1" : { },
7844
7845
  "ap-northeast-1" : { },
7845
7846
  "ap-northeast-2" : { },
7846
7847
  "ap-northeast-3" : { },
@@ -7855,9 +7856,11 @@
7855
7856
  "eu-west-1" : { },
7856
7857
  "eu-west-2" : { },
7857
7858
  "eu-west-3" : { },
7859
+ "me-south-1" : { },
7858
7860
  "sa-east-1" : { },
7859
7861
  "us-east-1" : { },
7860
7862
  "us-east-2" : { },
7863
+ "us-west-1" : { },
7861
7864
  "us-west-2" : { }
7862
7865
  }
7863
7866
  },
@@ -14311,6 +14314,7 @@
14311
14314
  "deprecated" : true,
14312
14315
  "hostname" : "securityhub-fips.us-west-2.amazonaws.com"
14313
14316
  },
14317
+ "il-central-1" : { },
14314
14318
  "me-central-1" : { },
14315
14319
  "me-south-1" : { },
14316
14320
  "sa-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.801.0
4
+ version: 1.802.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-08-09 00:00:00.000000000 Z
11
+ date: 2023-08-10 00:00:00.000000000 Z
12
12
  dependencies: []
13
13
  description: Provides interfaces to enumerate AWS partitions, regions, and services.
14
14
  email: