aws-partitions 1.671.0 → 1.672.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: de71e91c796ae69804a867583b4195848bc2ea5857b01f39f614476c01bd43be
|
|
4
|
+
data.tar.gz: 15db661b879617742c0ec7482a6c16623c9dc50bbbfe3c733f21686d7d7219f6
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: cf79446feaa4d05792887b495cbf125d9b5ff3614cfe1ab7689f391da3ae0b23ec5e10ddf99ec819658da0eb015c814511c68a68dfadacea78436f7f094f0e6a
|
|
7
|
+
data.tar.gz: 295af3509a06b70dedbfbdbb6b53ca6bbcac44aefb39dc1dbce93d784dc180285a3a47ff8a0a9efac21c3380aaaa1a82f2a496eba0a34202bf0be2cb5955fedd
|
data/CHANGELOG.md
CHANGED
data/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
1.
|
|
1
|
+
1.672.0
|
data/partitions.json
CHANGED
|
@@ -3087,6 +3087,7 @@
|
|
|
3087
3087
|
"ca-central-1" : { },
|
|
3088
3088
|
"eu-central-1" : { },
|
|
3089
3089
|
"eu-north-1" : { },
|
|
3090
|
+
"eu-south-1" : { },
|
|
3090
3091
|
"eu-west-1" : { },
|
|
3091
3092
|
"eu-west-2" : { },
|
|
3092
3093
|
"eu-west-3" : { },
|
|
@@ -10022,6 +10023,7 @@
|
|
|
10022
10023
|
"ap-south-1" : { },
|
|
10023
10024
|
"ap-southeast-1" : { },
|
|
10024
10025
|
"ap-southeast-2" : { },
|
|
10026
|
+
"ap-southeast-3" : { },
|
|
10025
10027
|
"ca-central-1" : {
|
|
10026
10028
|
"variants" : [ {
|
|
10027
10029
|
"hostname" : "network-firewall-fips.ca-central-1.amazonaws.com",
|
|
@@ -11624,6 +11626,7 @@
|
|
|
11624
11626
|
},
|
|
11625
11627
|
"resource-explorer-2" : {
|
|
11626
11628
|
"defaults" : {
|
|
11629
|
+
"dnsSuffix" : "api.aws",
|
|
11627
11630
|
"variants" : [ {
|
|
11628
11631
|
"dnsSuffix" : "api.aws",
|
|
11629
11632
|
"hostname" : "{service}-fips.{region}.{dnsSuffix}",
|
|
@@ -16717,6 +16720,7 @@
|
|
|
16717
16720
|
},
|
|
16718
16721
|
"resource-explorer-2" : {
|
|
16719
16722
|
"defaults" : {
|
|
16723
|
+
"dnsSuffix" : "api.amazonwebservices.com.cn",
|
|
16720
16724
|
"variants" : [ {
|
|
16721
16725
|
"dnsSuffix" : "api.amazonwebservices.com.cn",
|
|
16722
16726
|
"hostname" : "{service}-fips.{region}.{dnsSuffix}",
|
|
@@ -19785,6 +19789,7 @@
|
|
|
19785
19789
|
},
|
|
19786
19790
|
"resource-explorer-2" : {
|
|
19787
19791
|
"defaults" : {
|
|
19792
|
+
"dnsSuffix" : "api.aws",
|
|
19788
19793
|
"variants" : [ {
|
|
19789
19794
|
"dnsSuffix" : "api.aws",
|
|
19790
19795
|
"hostname" : "{service}-fips.{region}.{dnsSuffix}",
|
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.672.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-06 00:00:00.000000000 Z
|
|
12
12
|
dependencies: []
|
|
13
13
|
description: Provides interfaces to enumerate AWS partitions, regions, and services.
|
|
14
14
|
email:
|