aws-partitions 1.937.0 → 1.938.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 +3 -39
  5. metadata +2 -2
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 7e2f24136c31fcaff138013982c9cb47d4a300966ff0c3f59d1f70218749a229
4
- data.tar.gz: 91441394427a7c5260f701145a6d954304939deb79273dad5451002f2280ba4b
3
+ metadata.gz: 4c97c0b4476826b209f87ccec6407d1a9ff992a4372299abfa6fc841132f66a5
4
+ data.tar.gz: 105cbd1fe8a7e80a1b528b676c5639c80ffc3790d6587af881025bcd8c503f89
5
5
  SHA512:
6
- metadata.gz: 712be5f1b822a467f4264d6827c8987ba9d3cd3a1f2cc5584b608e0ba02451384b311c6f7fd99b857f5de7a4f044bcf4e2ba7b6f28a80274e218dc1b9370b4ae
7
- data.tar.gz: f07a51c2fae211ed81ebf07df7f04f976fc533e02debe6638602fd420c8c9a99fa5de387146288e773ade8a08347d736ec871fd0aa8f8b274268bf2bb46998d7
6
+ metadata.gz: 36b1aef60316d65b1dc9e1c604e1fb123870e9ec2fcc710a2a7a7f436055e5cb583bf3f29b435808f441ddace388e4a8d69c243ed6b2a3abfb37d1cd208713dc
7
+ data.tar.gz: fd0a1d6c299a0954774a59b8c46410fe7e172be9d810029bea82ec974ed90eef0331565d00488a89e98b3b248746c366f727b75354a8ee1663eb35129996570e
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.938.0 (2024-06-03)
5
+ ------------------
6
+
7
+ * Feature - Updated the partitions source data the determines the AWS service regions and endpoints.
8
+
4
9
  1.937.0 (2024-05-30)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.937.0
1
+ 1.938.0
data/partitions.json CHANGED
@@ -27852,32 +27852,8 @@
27852
27852
  },
27853
27853
  "ram" : {
27854
27854
  "endpoints" : {
27855
- "fips-us-iso-east-1" : {
27856
- "credentialScope" : {
27857
- "region" : "us-iso-east-1"
27858
- },
27859
- "deprecated" : true,
27860
- "hostname" : "ram-fips.us-iso-east-1.c2s.ic.gov"
27861
- },
27862
- "fips-us-iso-west-1" : {
27863
- "credentialScope" : {
27864
- "region" : "us-iso-west-1"
27865
- },
27866
- "deprecated" : true,
27867
- "hostname" : "ram-fips.us-iso-west-1.c2s.ic.gov"
27868
- },
27869
- "us-iso-east-1" : {
27870
- "variants" : [ {
27871
- "hostname" : "ram-fips.us-iso-east-1.c2s.ic.gov",
27872
- "tags" : [ "fips" ]
27873
- } ]
27874
- },
27875
- "us-iso-west-1" : {
27876
- "variants" : [ {
27877
- "hostname" : "ram-fips.us-iso-west-1.c2s.ic.gov",
27878
- "tags" : [ "fips" ]
27879
- } ]
27880
- }
27855
+ "us-iso-east-1" : { },
27856
+ "us-iso-west-1" : { }
27881
27857
  }
27882
27858
  },
27883
27859
  "rbin" : {
@@ -28618,19 +28594,7 @@
28618
28594
  },
28619
28595
  "ram" : {
28620
28596
  "endpoints" : {
28621
- "fips-us-isob-east-1" : {
28622
- "credentialScope" : {
28623
- "region" : "us-isob-east-1"
28624
- },
28625
- "deprecated" : true,
28626
- "hostname" : "ram-fips.us-isob-east-1.sc2s.sgov.gov"
28627
- },
28628
- "us-isob-east-1" : {
28629
- "variants" : [ {
28630
- "hostname" : "ram-fips.us-isob-east-1.sc2s.sgov.gov",
28631
- "tags" : [ "fips" ]
28632
- } ]
28633
- }
28597
+ "us-isob-east-1" : { }
28634
28598
  }
28635
28599
  },
28636
28600
  "rbin" : {
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.937.0
4
+ version: 1.938.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: 2024-05-30 00:00:00.000000000 Z
11
+ date: 2024-06-03 00:00:00.000000000 Z
12
12
  dependencies: []
13
13
  description: Provides interfaces to enumerate AWS partitions, regions, and services.
14
14
  email: