aws-partitions 1.1031.0 → 1.1032.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 +15 -3
- 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: c27196d4c75168425c991db45eeb8f898b6cc632f09fe3dfb5fe502db1d62ee5
|
|
4
|
+
data.tar.gz: 97565a9bc9e221f7cd13702e18371e6c173d0b80102f48b8705b09f712381bef
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: a4bf32e39e7744077776a048f79d6be55bbc1b0cc7056b12820092c3dfed066d8a71125f9516525bc3540136f7a6cd3f9649e70cad22a1abc208305b332b6d98
|
|
7
|
+
data.tar.gz: 19682d07d094aedee960e0122717162c86f97118fa190be31f68c222c52f8366cb1286ae53821d3c21174eaef67a44f55bb1ba8046110804b1acd1c4bc968105
|
data/CHANGELOG.md
CHANGED
data/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
1.
|
|
1
|
+
1.1032.0
|
data/partitions.json
CHANGED
|
@@ -11913,9 +11913,21 @@
|
|
|
11913
11913
|
},
|
|
11914
11914
|
"iotfleetwise" : {
|
|
11915
11915
|
"endpoints" : {
|
|
11916
|
-
"ap-south-1" : {
|
|
11917
|
-
|
|
11918
|
-
|
|
11916
|
+
"ap-south-1" : {
|
|
11917
|
+
"variants" : [ {
|
|
11918
|
+
"tags" : [ "dualstack" ]
|
|
11919
|
+
} ]
|
|
11920
|
+
},
|
|
11921
|
+
"eu-central-1" : {
|
|
11922
|
+
"variants" : [ {
|
|
11923
|
+
"tags" : [ "dualstack" ]
|
|
11924
|
+
} ]
|
|
11925
|
+
},
|
|
11926
|
+
"us-east-1" : {
|
|
11927
|
+
"variants" : [ {
|
|
11928
|
+
"tags" : [ "dualstack" ]
|
|
11929
|
+
} ]
|
|
11930
|
+
}
|
|
11919
11931
|
}
|
|
11920
11932
|
},
|
|
11921
11933
|
"iotsecuredtunneling" : {
|
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.1032.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-01-
|
|
11
|
+
date: 2025-01-06 00:00:00.000000000 Z
|
|
12
12
|
dependencies: []
|
|
13
13
|
description: Provides interfaces to enumerate AWS partitions, regions, and services.
|
|
14
14
|
email:
|