aws-partitions 1.937.0 → 1.938.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/CHANGELOG.md +5 -0
- data/VERSION +1 -1
- data/partitions.json +3 -39
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 4c97c0b4476826b209f87ccec6407d1a9ff992a4372299abfa6fc841132f66a5
|
4
|
+
data.tar.gz: 105cbd1fe8a7e80a1b528b676c5639c80ffc3790d6587af881025bcd8c503f89
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 36b1aef60316d65b1dc9e1c604e1fb123870e9ec2fcc710a2a7a7f436055e5cb583bf3f29b435808f441ddace388e4a8d69c243ed6b2a3abfb37d1cd208713dc
|
7
|
+
data.tar.gz: fd0a1d6c299a0954774a59b8c46410fe7e172be9d810029bea82ec974ed90eef0331565d00488a89e98b3b248746c366f727b75354a8ee1663eb35129996570e
|
data/CHANGELOG.md
CHANGED
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
1.
|
1
|
+
1.938.0
|
data/partitions.json
CHANGED
@@ -27852,32 +27852,8 @@
|
|
27852
27852
|
},
|
27853
27853
|
"ram" : {
|
27854
27854
|
"endpoints" : {
|
27855
|
-
"
|
27856
|
-
|
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
|
-
"
|
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.
|
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-
|
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:
|