aws-partitions 1.809.0 → 1.810.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 +5 -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: 6716824ce6da56d20ed4e6018a00e492ac3649213e6b85475c8702c1510650f6
|
|
4
|
+
data.tar.gz: 492529847c1ceb16cd7b1da242b41dcc6dc63a9a17180d1f3a8cd1db8494a660
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: aafde4d019007e7a347124dfc91dfe028145b1f0e5366c393573defb068fc3a0483f47f227511ba1ced3c2bf992372cd52b818244020eb73a92466e0c4fb68b1
|
|
7
|
+
data.tar.gz: f00fca19aa826e72a6abff7959943c1a45032bee3405e9dc9e358f376cc155e44edc0c046f0068d871cd54430d53e8dc31c4e2fb320908a434ad03ae962b868e
|
data/CHANGELOG.md
CHANGED
data/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
1.
|
|
1
|
+
1.810.0
|
data/partitions.json
CHANGED
|
@@ -2207,6 +2207,7 @@
|
|
|
2207
2207
|
"eu-west-1" : { },
|
|
2208
2208
|
"eu-west-2" : { },
|
|
2209
2209
|
"eu-west-3" : { },
|
|
2210
|
+
"il-central-1" : { },
|
|
2210
2211
|
"me-central-1" : { },
|
|
2211
2212
|
"me-south-1" : { },
|
|
2212
2213
|
"sa-east-1" : { },
|
|
@@ -2328,6 +2329,7 @@
|
|
|
2328
2329
|
"deprecated" : true,
|
|
2329
2330
|
"hostname" : "fips.batch.us-west-2.amazonaws.com"
|
|
2330
2331
|
},
|
|
2332
|
+
"il-central-1" : { },
|
|
2331
2333
|
"me-central-1" : { },
|
|
2332
2334
|
"me-south-1" : { },
|
|
2333
2335
|
"sa-east-1" : { },
|
|
@@ -9945,6 +9947,7 @@
|
|
|
9945
9947
|
"deprecated" : true,
|
|
9946
9948
|
"hostname" : "license-manager-fips.us-west-2.amazonaws.com"
|
|
9947
9949
|
},
|
|
9950
|
+
"il-central-1" : { },
|
|
9948
9951
|
"me-south-1" : { },
|
|
9949
9952
|
"sa-east-1" : { },
|
|
9950
9953
|
"us-east-1" : {
|
|
@@ -11792,6 +11795,8 @@
|
|
|
11792
11795
|
"deprecated" : true,
|
|
11793
11796
|
"hostname" : "outposts-fips.us-west-2.amazonaws.com"
|
|
11794
11797
|
},
|
|
11798
|
+
"il-central-1" : { },
|
|
11799
|
+
"me-central-1" : { },
|
|
11795
11800
|
"me-south-1" : { },
|
|
11796
11801
|
"sa-east-1" : { },
|
|
11797
11802
|
"us-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.810.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: 2023-08-
|
|
11
|
+
date: 2023-08-23 00:00:00.000000000 Z
|
|
12
12
|
dependencies: []
|
|
13
13
|
description: Provides interfaces to enumerate AWS partitions, regions, and services.
|
|
14
14
|
email:
|