aws-partitions 1.523.0 → 1.524.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 +12 -2
- 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: 0e71104e45e1f4f69dce4ba593adac06359ab84e6e718f446b74cb0183922754
|
|
4
|
+
data.tar.gz: 1015eda450bda5eecc7c99ecfc5800fc1358c6aaecd5d2ebf9de65d8398760bc
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 43d063ee4f8df3b61af518cd60cc21b3a10f0321ba8871a6607705c0eb83d6f98c4ee563d51a6c48dc38596636c4f3b2caf062c0a43f6ed8144d2c76ac9d2fee
|
|
7
|
+
data.tar.gz: 89ed40d52d56aac72ad993d6996be96ce68954945343e84496a7faf5abb24dc4da9b66bdb97a7aa0410b29a860a7eb941b9802d5ae45beed0bcf02361c0e1acc
|
data/CHANGELOG.md
CHANGED
data/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
1.
|
|
1
|
+
1.524.0
|
data/partitions.json
CHANGED
|
@@ -16362,7 +16362,12 @@
|
|
|
16362
16362
|
"defaults" : {
|
|
16363
16363
|
"hostname" : "{service}.{region}.{dnsSuffix}",
|
|
16364
16364
|
"protocols" : [ "https" ],
|
|
16365
|
-
"signatureVersions" : [ "v4" ]
|
|
16365
|
+
"signatureVersions" : [ "v4" ],
|
|
16366
|
+
"variants" : [ {
|
|
16367
|
+
"dnsSuffix" : "c2s.ic.gov",
|
|
16368
|
+
"hostname" : "{service}-fips.{region}.{dnsSuffix}",
|
|
16369
|
+
"tags" : [ "fips" ]
|
|
16370
|
+
} ]
|
|
16366
16371
|
},
|
|
16367
16372
|
"dnsSuffix" : "c2s.ic.gov",
|
|
16368
16373
|
"partition" : "aws-iso",
|
|
@@ -16849,7 +16854,12 @@
|
|
|
16849
16854
|
"defaults" : {
|
|
16850
16855
|
"hostname" : "{service}.{region}.{dnsSuffix}",
|
|
16851
16856
|
"protocols" : [ "https" ],
|
|
16852
|
-
"signatureVersions" : [ "v4" ]
|
|
16857
|
+
"signatureVersions" : [ "v4" ],
|
|
16858
|
+
"variants" : [ {
|
|
16859
|
+
"dnsSuffix" : "sc2s.sgov.gov",
|
|
16860
|
+
"hostname" : "{service}-fips.{region}.{dnsSuffix}",
|
|
16861
|
+
"tags" : [ "fips" ]
|
|
16862
|
+
} ]
|
|
16853
16863
|
},
|
|
16854
16864
|
"dnsSuffix" : "sc2s.sgov.gov",
|
|
16855
16865
|
"partition" : "aws-iso-b",
|
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.524.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: 2021-11-
|
|
11
|
+
date: 2021-11-03 00:00:00.000000000 Z
|
|
12
12
|
dependencies: []
|
|
13
13
|
description: Provides interfaces to enumerate AWS partitions, regions, and services.
|
|
14
14
|
email:
|