aws-partitions 1.659.0 → 1.660.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 +5 -0
- data/VERSION +1 -1
- data/partitions.json +15 -1
- 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: abca1daa3d446bbb523aed8ca742009051c197254b4824dd6549545504941079
|
4
|
+
data.tar.gz: ad967a2569e8a7888c9becca30a2e3e7ed599fc97c80b5c0834864c985332146
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 44ed81db8dd37e67a2332ee0372bd99baa8d8e1e1216d95fec4de69308b50b84c4efe0d589339716a4ea513d0ca306c30ac420b2a35a36a1bf14a27cfc41bdad
|
7
|
+
data.tar.gz: ee451645efb76e6b9e76aa6b5558d72342b253e30c492326867f26e42f008944dc82513c8ca72ae38ee6a27c5ab7ccd97ae6d6946a7c8de891ec3d4b922e93de
|
data/CHANGELOG.md
CHANGED
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
1.
|
1
|
+
1.660.0
|
data/partitions.json
CHANGED
@@ -5633,6 +5633,7 @@
|
|
5633
5633
|
"ap-south-1" : { },
|
5634
5634
|
"ap-southeast-1" : { },
|
5635
5635
|
"ap-southeast-2" : { },
|
5636
|
+
"ap-southeast-3" : { },
|
5636
5637
|
"ca-central-1" : { },
|
5637
5638
|
"eu-central-1" : { },
|
5638
5639
|
"eu-north-1" : { },
|
@@ -6689,6 +6690,7 @@
|
|
6689
6690
|
},
|
6690
6691
|
"gamesparks" : {
|
6691
6692
|
"endpoints" : {
|
6693
|
+
"ap-northeast-1" : { },
|
6692
6694
|
"us-east-1" : { }
|
6693
6695
|
}
|
6694
6696
|
},
|
@@ -9865,7 +9867,6 @@
|
|
9865
9867
|
"ap-south-1" : { },
|
9866
9868
|
"ap-southeast-1" : { },
|
9867
9869
|
"ap-southeast-2" : { },
|
9868
|
-
"ap-southeast-3" : { },
|
9869
9870
|
"ca-central-1" : {
|
9870
9871
|
"variants" : [ {
|
9871
9872
|
"hostname" : "network-firewall-fips.ca-central-1.amazonaws.com",
|
@@ -12405,6 +12406,19 @@
|
|
12405
12406
|
"isRegionalized" : false,
|
12406
12407
|
"partitionEndpoint" : "aws-global"
|
12407
12408
|
},
|
12409
|
+
"scheduler" : {
|
12410
|
+
"endpoints" : {
|
12411
|
+
"ap-northeast-1" : { },
|
12412
|
+
"ap-southeast-1" : { },
|
12413
|
+
"ap-southeast-2" : { },
|
12414
|
+
"eu-central-1" : { },
|
12415
|
+
"eu-north-1" : { },
|
12416
|
+
"eu-west-1" : { },
|
12417
|
+
"us-east-1" : { },
|
12418
|
+
"us-east-2" : { },
|
12419
|
+
"us-west-2" : { }
|
12420
|
+
}
|
12421
|
+
},
|
12408
12422
|
"schemas" : {
|
12409
12423
|
"endpoints" : {
|
12410
12424
|
"ap-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.660.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: 2022-11-
|
11
|
+
date: 2022-11-11 00:00:00.000000000 Z
|
12
12
|
dependencies: []
|
13
13
|
description: Provides interfaces to enumerate AWS partitions, regions, and services.
|
14
14
|
email:
|