aws-partitions 1.673.0 → 1.674.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 +20 -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: bc310cbc230a06eb6b8fa831d70c0403c4883fd1abac3ccc4d5497a89247fc65
|
|
4
|
+
data.tar.gz: 0f5dcb7668c387b996a609cba0026d31f2438203ad341d2155ac4b34fa2423e9
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 88379de73253812df3d2a7cc4cb15e29ab90d96a7a405656756f37767b8cac641104363c8064e97f9fe41103bdbc16c0d5f2f417ad033c5b56faee0de3ee9b64
|
|
7
|
+
data.tar.gz: 1435f906c12bca29a7159a1f15ccea084523cf6978b51c7e0b35dde333361b636220e98c5e566fa69578c39186034b3d1928ebf9f44b55ab1d658c6b44dc2963
|
data/CHANGELOG.md
CHANGED
data/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
1.
|
|
1
|
+
1.674.0
|
data/partitions.json
CHANGED
|
@@ -361,6 +361,7 @@
|
|
|
361
361
|
"deprecated" : true,
|
|
362
362
|
"hostname" : "acm-pca-fips.us-west-2.amazonaws.com"
|
|
363
363
|
},
|
|
364
|
+
"me-central-1" : { },
|
|
364
365
|
"me-south-1" : { },
|
|
365
366
|
"sa-east-1" : { },
|
|
366
367
|
"us-east-1" : {
|
|
@@ -4302,6 +4303,7 @@
|
|
|
4302
4303
|
"eu-west-1" : { },
|
|
4303
4304
|
"eu-west-2" : { },
|
|
4304
4305
|
"eu-west-3" : { },
|
|
4306
|
+
"me-central-1" : { },
|
|
4305
4307
|
"me-south-1" : { },
|
|
4306
4308
|
"sa-east-1" : { },
|
|
4307
4309
|
"us-east-1" : { },
|
|
@@ -10024,7 +10026,6 @@
|
|
|
10024
10026
|
"ap-south-1" : { },
|
|
10025
10027
|
"ap-southeast-1" : { },
|
|
10026
10028
|
"ap-southeast-2" : { },
|
|
10027
|
-
"ap-southeast-3" : { },
|
|
10028
10029
|
"ca-central-1" : {
|
|
10029
10030
|
"variants" : [ {
|
|
10030
10031
|
"hostname" : "network-firewall-fips.ca-central-1.amazonaws.com",
|
|
@@ -16077,8 +16078,18 @@
|
|
|
16077
16078
|
},
|
|
16078
16079
|
"athena" : {
|
|
16079
16080
|
"endpoints" : {
|
|
16080
|
-
"cn-north-1" : {
|
|
16081
|
-
|
|
16081
|
+
"cn-north-1" : {
|
|
16082
|
+
"variants" : [ {
|
|
16083
|
+
"hostname" : "athena.cn-north-1.api.amazonwebservices.com.cn",
|
|
16084
|
+
"tags" : [ "dualstack" ]
|
|
16085
|
+
} ]
|
|
16086
|
+
},
|
|
16087
|
+
"cn-northwest-1" : {
|
|
16088
|
+
"variants" : [ {
|
|
16089
|
+
"hostname" : "athena.cn-northwest-1.api.amazonwebservices.com.cn",
|
|
16090
|
+
"tags" : [ "dualstack" ]
|
|
16091
|
+
} ]
|
|
16092
|
+
}
|
|
16082
16093
|
}
|
|
16083
16094
|
},
|
|
16084
16095
|
"autoscaling" : {
|
|
@@ -17521,12 +17532,18 @@
|
|
|
17521
17532
|
"variants" : [ {
|
|
17522
17533
|
"hostname" : "athena-fips.us-gov-east-1.amazonaws.com",
|
|
17523
17534
|
"tags" : [ "fips" ]
|
|
17535
|
+
}, {
|
|
17536
|
+
"hostname" : "athena.us-gov-east-1.api.aws",
|
|
17537
|
+
"tags" : [ "dualstack" ]
|
|
17524
17538
|
} ]
|
|
17525
17539
|
},
|
|
17526
17540
|
"us-gov-west-1" : {
|
|
17527
17541
|
"variants" : [ {
|
|
17528
17542
|
"hostname" : "athena-fips.us-gov-west-1.amazonaws.com",
|
|
17529
17543
|
"tags" : [ "fips" ]
|
|
17544
|
+
}, {
|
|
17545
|
+
"hostname" : "athena.us-gov-west-1.api.aws",
|
|
17546
|
+
"tags" : [ "dualstack" ]
|
|
17530
17547
|
} ]
|
|
17531
17548
|
}
|
|
17532
17549
|
}
|
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.674.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-12-
|
|
11
|
+
date: 2022-12-08 00:00:00.000000000 Z
|
|
12
12
|
dependencies: []
|
|
13
13
|
description: Provides interfaces to enumerate AWS partitions, regions, and services.
|
|
14
14
|
email:
|