aws-partitions 1.973.0 → 1.974.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 +11 -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: 2a1d036f94ea6baf894e46fea777ce848bd561b57c3f5e5617d83f7e5422b028
|
4
|
+
data.tar.gz: 19d4209468777e393b27c8f271db5ee9dbc37af002d8eb8aeafac8d5ccaf2947
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 2056af2a30730de1d8af1a985ff2eb8bcad204590d3ddff202460cc86dbae866ad90ab1c136f1caa10f3755915ac05495f7ebf9fbfe45814e60fbfe860ee6b2f
|
7
|
+
data.tar.gz: ab9b6ebefb44d121370313fe764ace33d88c3ea11fdb2af62300ed3b0ca03f6b802dc404cb0425401e1d39cdc92202e5f8dd1c29ee245570b312f2cfa19c7960
|
data/CHANGELOG.md
CHANGED
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
1.
|
1
|
+
1.974.0
|
data/partitions.json
CHANGED
@@ -17689,6 +17689,7 @@
|
|
17689
17689
|
"ap-southeast-2" : { },
|
17690
17690
|
"ap-southeast-3" : { },
|
17691
17691
|
"ap-southeast-4" : { },
|
17692
|
+
"ap-southeast-5" : { },
|
17692
17693
|
"ca-central-1" : { },
|
17693
17694
|
"ca-west-1" : { },
|
17694
17695
|
"eu-central-1" : { },
|
@@ -29425,6 +29426,11 @@
|
|
29425
29426
|
"us-iso-west-1" : { }
|
29426
29427
|
}
|
29427
29428
|
},
|
29429
|
+
"oam" : {
|
29430
|
+
"endpoints" : {
|
29431
|
+
"us-iso-east-1" : { }
|
29432
|
+
}
|
29433
|
+
},
|
29428
29434
|
"outposts" : {
|
29429
29435
|
"endpoints" : {
|
29430
29436
|
"us-iso-east-1" : { }
|
@@ -30148,6 +30154,11 @@
|
|
30148
30154
|
"us-isob-east-1" : { }
|
30149
30155
|
}
|
30150
30156
|
},
|
30157
|
+
"oam" : {
|
30158
|
+
"endpoints" : {
|
30159
|
+
"us-isob-east-1" : { }
|
30160
|
+
}
|
30161
|
+
},
|
30151
30162
|
"outposts" : {
|
30152
30163
|
"endpoints" : {
|
30153
30164
|
"us-isob-east-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.974.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-09-
|
11
|
+
date: 2024-09-11 00:00:00.000000000 Z
|
12
12
|
dependencies: []
|
13
13
|
description: Provides interfaces to enumerate AWS partitions, regions, and services.
|
14
14
|
email:
|