aws-partitions 1.1031.0 → 1.1033.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 +10 -0
- data/VERSION +1 -1
- data/partitions.json +15 -14
- 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: f23298da2b95074a2a5e72a16c9d50a20f01548f2c87d8f18fc4b1c6bdba2868
|
4
|
+
data.tar.gz: 8a68c02b0d1c92c25625a70922081025d1f4b69e533a33635ca246e8e06a7718
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: e6356ad104dac55311930218479f2704cefebca1f4840b4a40e86bd19480788adf5b3b48f9694dd1d37dfdd30e9b8e824550133cd4e4dfa160fe60f6108af123
|
7
|
+
data.tar.gz: 21cdf5a98ff64d8c6c59cfc7a9c377f194998b10df2f92948e4bb5662ac9474f0dc553c0d906ccef3d16903100bf4a10f99980f400fe96843e0c1e86bcd2836e
|
data/CHANGELOG.md
CHANGED
@@ -1,6 +1,16 @@
|
|
1
1
|
Unreleased Changes
|
2
2
|
------------------
|
3
3
|
|
4
|
+
1.1033.0 (2025-01-07)
|
5
|
+
------------------
|
6
|
+
|
7
|
+
* Feature - Updated the partitions source data the determines the AWS service regions and endpoints.
|
8
|
+
|
9
|
+
1.1032.0 (2025-01-06)
|
10
|
+
------------------
|
11
|
+
|
12
|
+
* Feature - Updated the partitions source data the determines the AWS service regions and endpoints.
|
13
|
+
|
4
14
|
1.1031.0 (2025-01-03)
|
5
15
|
------------------
|
6
16
|
|
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
1.
|
1
|
+
1.1033.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" : {
|
@@ -17142,17 +17154,6 @@
|
|
17142
17154
|
}
|
17143
17155
|
}
|
17144
17156
|
},
|
17145
|
-
"projects.iot1click" : {
|
17146
|
-
"endpoints" : {
|
17147
|
-
"ap-northeast-1" : { },
|
17148
|
-
"eu-central-1" : { },
|
17149
|
-
"eu-west-1" : { },
|
17150
|
-
"eu-west-2" : { },
|
17151
|
-
"us-east-1" : { },
|
17152
|
-
"us-east-2" : { },
|
17153
|
-
"us-west-2" : { }
|
17154
|
-
}
|
17155
|
-
},
|
17156
17157
|
"proton" : {
|
17157
17158
|
"endpoints" : {
|
17158
17159
|
"ap-northeast-1" : { },
|
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.1033.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-07 00:00:00.000000000 Z
|
12
12
|
dependencies: []
|
13
13
|
description: Provides interfaces to enumerate AWS partitions, regions, and services.
|
14
14
|
email:
|