aws-partitions 1.1078.0 → 1.1079.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 +38 -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: 34ca9c7ea79ca4df66fbd70bce7c808c4dc129071891a8206309e6771c12dcbd
|
4
|
+
data.tar.gz: acf1b788e906f602bdee11740dacb5fa0e8631d5d7d6473323b90edc031bc709
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: b7c73a5bd8d8f6035da5d2596391582310b9a923833dd886389fd09bf069fd966bc787310a4e0ba3ed1503e56fa5cf668a440d9abac4a758f6f27aa06512ed6c
|
7
|
+
data.tar.gz: 189e3694dc03508d1bc7a7b3a165cfffead51f269cdce58758e9d45053a78bf2506426e5cf436f3568242dd15296e4f11ae959bc840be06a399393e4f826c8f8
|
data/CHANGELOG.md
CHANGED
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
1.
|
1
|
+
1.1079.0
|
data/partitions.json
CHANGED
@@ -36428,10 +36428,33 @@
|
|
36428
36428
|
},
|
36429
36429
|
"glacier" : {
|
36430
36430
|
"endpoints" : {
|
36431
|
+
"fips-us-iso-east-1" : {
|
36432
|
+
"credentialScope" : {
|
36433
|
+
"region" : "us-iso-east-1"
|
36434
|
+
},
|
36435
|
+
"deprecated" : true,
|
36436
|
+
"hostname" : "glacier-fips.us-iso-east-1.c2s.ic.gov"
|
36437
|
+
},
|
36438
|
+
"fips-us-iso-west-1" : {
|
36439
|
+
"credentialScope" : {
|
36440
|
+
"region" : "us-iso-west-1"
|
36441
|
+
},
|
36442
|
+
"deprecated" : true,
|
36443
|
+
"hostname" : "glacier-fips.us-iso-west-1.c2s.ic.gov"
|
36444
|
+
},
|
36431
36445
|
"us-iso-east-1" : {
|
36432
|
-
"protocols" : [ "http", "https" ]
|
36446
|
+
"protocols" : [ "http", "https" ],
|
36447
|
+
"variants" : [ {
|
36448
|
+
"hostname" : "glacier-fips.us-iso-east-1.c2s.ic.gov",
|
36449
|
+
"tags" : [ "fips" ]
|
36450
|
+
} ]
|
36433
36451
|
},
|
36434
|
-
"us-iso-west-1" : {
|
36452
|
+
"us-iso-west-1" : {
|
36453
|
+
"variants" : [ {
|
36454
|
+
"hostname" : "glacier-fips.us-iso-west-1.c2s.ic.gov",
|
36455
|
+
"tags" : [ "fips" ]
|
36456
|
+
} ]
|
36457
|
+
}
|
36435
36458
|
}
|
36436
36459
|
},
|
36437
36460
|
"glue" : {
|
@@ -37411,7 +37434,19 @@
|
|
37411
37434
|
},
|
37412
37435
|
"glacier" : {
|
37413
37436
|
"endpoints" : {
|
37414
|
-
"us-isob-east-1" : {
|
37437
|
+
"fips-us-isob-east-1" : {
|
37438
|
+
"credentialScope" : {
|
37439
|
+
"region" : "us-isob-east-1"
|
37440
|
+
},
|
37441
|
+
"deprecated" : true,
|
37442
|
+
"hostname" : "glacier-fips.us-isob-east-1.sc2s.sgov.gov"
|
37443
|
+
},
|
37444
|
+
"us-isob-east-1" : {
|
37445
|
+
"variants" : [ {
|
37446
|
+
"hostname" : "glacier-fips.us-isob-east-1.sc2s.sgov.gov",
|
37447
|
+
"tags" : [ "fips" ]
|
37448
|
+
} ]
|
37449
|
+
}
|
37415
37450
|
}
|
37416
37451
|
},
|
37417
37452
|
"health" : {
|
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.1079.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: 2025-
|
11
|
+
date: 2025-04-01 00:00:00.000000000 Z
|
12
12
|
dependencies: []
|
13
13
|
description: Provides interfaces to enumerate AWS partitions, regions, and services.
|
14
14
|
email:
|