aws-partitions 1.899.0 → 1.900.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 +10 -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: fe3f23c58eb9861e492d358e67a11c3116cb1bb44e159fab1a16f028a69cf8f7
|
|
4
|
+
data.tar.gz: 296ea33ccfe592fd93422a2fa909671fceb9d647b61420ed5488d0fbc1236c1a
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: e2d8e74ce14fa2f9456b3a9eccc64c78ed8afe55ece28dedb491fa6370d3899e54c514c9efa89e44831a014a3401bd4687a3011be716221989f5eb1aeb91319f
|
|
7
|
+
data.tar.gz: c9c1627b1490a51ea0dc12ec9cc968dd0d9d05c6b61c6f7b2d9c3ff61672327d50217fa0b7cbac72b0b46e1da83fe889de87fd9384a7b7ef8a97a68b0450e908
|
data/CHANGELOG.md
CHANGED
data/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
1.
|
|
1
|
+
1.900.0
|
data/partitions.json
CHANGED
|
@@ -24732,6 +24732,11 @@
|
|
|
24732
24732
|
}
|
|
24733
24733
|
}
|
|
24734
24734
|
},
|
|
24735
|
+
"models-v2-lex" : {
|
|
24736
|
+
"endpoints" : {
|
|
24737
|
+
"us-gov-west-1" : { }
|
|
24738
|
+
}
|
|
24739
|
+
},
|
|
24735
24740
|
"models.lex" : {
|
|
24736
24741
|
"defaults" : {
|
|
24737
24742
|
"credentialScope" : {
|
|
@@ -25384,6 +25389,11 @@
|
|
|
25384
25389
|
}
|
|
25385
25390
|
}
|
|
25386
25391
|
},
|
|
25392
|
+
"runtime-v2-lex" : {
|
|
25393
|
+
"endpoints" : {
|
|
25394
|
+
"us-gov-west-1" : { }
|
|
25395
|
+
}
|
|
25396
|
+
},
|
|
25387
25397
|
"runtime.lex" : {
|
|
25388
25398
|
"defaults" : {
|
|
25389
25399
|
"credentialScope" : {
|
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.900.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-03-
|
|
11
|
+
date: 2024-03-25 00:00:00.000000000 Z
|
|
12
12
|
dependencies: []
|
|
13
13
|
description: Provides interfaces to enumerate AWS partitions, regions, and services.
|
|
14
14
|
email:
|