aws-partitions 1.1051.0 → 1.1052.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 +19 -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: 3d7ae273971a29035995b894d637603177e599a279b8207f43abe60ea0cb61cb
|
4
|
+
data.tar.gz: be42a02c306a68e641a1b01ef92f5061049b733bcfee8f30b72a27aabab3d650
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 52830149811bc80af17d1517d42e266be47fcd939e9943cc6da24cef1e7b3cf6a2544d516ed85c65304160446ca226f12f763d1c376a534ea1473760148dac0c
|
7
|
+
data.tar.gz: 28831bcf9bab3e9fbd0b5d3eb7f4bb5710e547a4483aff55606c837fe3339b9671907abc1aecd1bea3850156a91fa1a422583df10a8d04ef0ab5dae0601ed465
|
data/CHANGELOG.md
CHANGED
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
1.
|
1
|
+
1.1052.0
|
data/partitions.json
CHANGED
@@ -17118,6 +17118,12 @@
|
|
17118
17118
|
"tags" : [ "dualstack" ]
|
17119
17119
|
} ]
|
17120
17120
|
},
|
17121
|
+
"eu-south-2" : {
|
17122
|
+
"variants" : [ {
|
17123
|
+
"hostname" : "polly.eu-south-2.api.aws",
|
17124
|
+
"tags" : [ "dualstack" ]
|
17125
|
+
} ]
|
17126
|
+
},
|
17121
17127
|
"eu-west-1" : {
|
17122
17128
|
"variants" : [ {
|
17123
17129
|
"hostname" : "polly.eu-west-1.api.aws",
|
@@ -17751,6 +17757,12 @@
|
|
17751
17757
|
"ca-west-1" : {
|
17752
17758
|
"variants" : [ {
|
17753
17759
|
"tags" : [ "dualstack" ]
|
17760
|
+
}, {
|
17761
|
+
"hostname" : "ram-fips.ca-west-1.amazonaws.com",
|
17762
|
+
"tags" : [ "fips" ]
|
17763
|
+
}, {
|
17764
|
+
"hostname" : "ram-fips.ca-west-1.api.aws",
|
17765
|
+
"tags" : [ "dualstack", "fips" ]
|
17754
17766
|
} ]
|
17755
17767
|
},
|
17756
17768
|
"eu-central-1" : {
|
@@ -17800,6 +17812,13 @@
|
|
17800
17812
|
"deprecated" : true,
|
17801
17813
|
"hostname" : "ram-fips.ca-central-1.amazonaws.com"
|
17802
17814
|
},
|
17815
|
+
"fips-ca-west-1" : {
|
17816
|
+
"credentialScope" : {
|
17817
|
+
"region" : "ca-west-1"
|
17818
|
+
},
|
17819
|
+
"deprecated" : true,
|
17820
|
+
"hostname" : "ram-fips.ca-west-1.amazonaws.com"
|
17821
|
+
},
|
17803
17822
|
"fips-us-east-1" : {
|
17804
17823
|
"credentialScope" : {
|
17805
17824
|
"region" : "us-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.1052.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-02-
|
11
|
+
date: 2025-02-18 00:00:00.000000000 Z
|
12
12
|
dependencies: []
|
13
13
|
description: Provides interfaces to enumerate AWS partitions, regions, and services.
|
14
14
|
email:
|