aws-partitions 1.1091.0 → 1.1092.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.
- checksums.yaml +4 -4
- data/CHANGELOG.md +5 -0
- data/VERSION +1 -1
- data/partitions.json +16 -0
- 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: f2fd1b11ef5720e98ba1de589039b145ab63e92324b304bfd193daa9224808d3
|
4
|
+
data.tar.gz: 117cb1c0f1f7ca0a8ff8626995dbafe710de24dff8c66204713cb3a3406c01e3
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 3d1de6da65ee2106f6d632bbc53231e6e059e3acf430d7ff88031de5a14f9d7dba892d880917cbfc4b6ff8b84527e2b1f3264fa839ef95bea4b06f87233f4e00
|
7
|
+
data.tar.gz: 6fb0a08eed301784e32c70fa8bd2b018711ebc598eea41d04afdb067a1690ebeb7c946a8915a7d8bb28a3df630e296d52871a31cc3b3d0565d5d03c5844ddcbe
|
data/CHANGELOG.md
CHANGED
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
1.
|
1
|
+
1.1092.0
|
data/partitions.json
CHANGED
@@ -36528,6 +36528,11 @@
|
|
36528
36528
|
"us-iso-west-1" : { }
|
36529
36529
|
}
|
36530
36530
|
},
|
36531
|
+
"batch" : {
|
36532
|
+
"endpoints" : {
|
36533
|
+
"us-iso-east-1" : { }
|
36534
|
+
}
|
36535
|
+
},
|
36531
36536
|
"bedrock" : {
|
36532
36537
|
"endpoints" : {
|
36533
36538
|
"bedrock-runtime-us-iso-east-1" : {
|
@@ -37658,6 +37663,12 @@
|
|
37658
37663
|
} ]
|
37659
37664
|
}
|
37660
37665
|
}
|
37666
|
+
},
|
37667
|
+
"xray" : {
|
37668
|
+
"endpoints" : {
|
37669
|
+
"us-iso-east-1" : { },
|
37670
|
+
"us-iso-west-1" : { }
|
37671
|
+
}
|
37661
37672
|
}
|
37662
37673
|
}
|
37663
37674
|
}, {
|
@@ -37742,6 +37753,11 @@
|
|
37742
37753
|
"us-isob-east-1" : { }
|
37743
37754
|
}
|
37744
37755
|
},
|
37756
|
+
"batch" : {
|
37757
|
+
"endpoints" : {
|
37758
|
+
"us-isob-east-1" : { }
|
37759
|
+
}
|
37760
|
+
},
|
37745
37761
|
"budgets" : {
|
37746
37762
|
"endpoints" : {
|
37747
37763
|
"aws-iso-b-global" : {
|
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.1092.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: 2025-04-
|
11
|
+
date: 2025-04-25 00:00:00.000000000 Z
|
12
12
|
dependencies: []
|
13
13
|
description: Provides interfaces to enumerate AWS partitions, regions, and services.
|
14
14
|
email:
|