aws-partitions 1.1062.0 → 1.1063.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 +24 -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: f2357c71818b7db7a6eebb08e6ff153d60a92682ffc219eeef8d09c1120b3c5d
|
4
|
+
data.tar.gz: 58fd6bf2af0269e5abbeaf76a6813d5eccc47471c67b7a5cd92b9749fecb934d
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 93a06fcc06cdee77aa52f852bd65fdc9a934ee9c5f91f64af2f7922a92e2e3fd4418a6a0d1b60c578387cb4b8f109f2fa24b8c446c8c27936d68d2d1208f2a91
|
7
|
+
data.tar.gz: 63e274455bef5bbd117042f02bd2f44bf8ad2d8128f0265f8b87e6a2403f09f1f22eb582abf1849166004ace944cb272b0188d3c967028491555d623193fab27
|
data/CHANGELOG.md
CHANGED
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
1.
|
1
|
+
1.1063.0
|
data/partitions.json
CHANGED
@@ -5053,6 +5053,12 @@
|
|
5053
5053
|
"tags" : [ "dualstack" ]
|
5054
5054
|
} ]
|
5055
5055
|
},
|
5056
|
+
"ap-southeast-5" : {
|
5057
|
+
"variants" : [ {
|
5058
|
+
"hostname" : "cognito-identity.ap-southeast-5.amazonaws.com",
|
5059
|
+
"tags" : [ "dualstack" ]
|
5060
|
+
} ]
|
5061
|
+
},
|
5056
5062
|
"ca-central-1" : {
|
5057
5063
|
"variants" : [ {
|
5058
5064
|
"hostname" : "cognito-identity.ca-central-1.amazonaws.com",
|
@@ -5283,6 +5289,12 @@
|
|
5283
5289
|
"tags" : [ "dualstack" ]
|
5284
5290
|
} ]
|
5285
5291
|
},
|
5292
|
+
"ap-southeast-5" : {
|
5293
|
+
"variants" : [ {
|
5294
|
+
"hostname" : "cognito-idp.ap-southeast-5.amazonaws.com",
|
5295
|
+
"tags" : [ "dualstack" ]
|
5296
|
+
} ]
|
5297
|
+
},
|
5286
5298
|
"ca-central-1" : {
|
5287
5299
|
"variants" : [ {
|
5288
5300
|
"hostname" : "cognito-idp.ca-central-1.amazonaws.com",
|
@@ -29755,6 +29767,12 @@
|
|
29755
29767
|
"deprecated" : true,
|
29756
29768
|
"hostname" : "cognito-identity-fips.us-gov-west-1.amazonaws.com"
|
29757
29769
|
},
|
29770
|
+
"us-gov-east-1" : {
|
29771
|
+
"variants" : [ {
|
29772
|
+
"hostname" : "cognito-identity.us-gov-east-1.amazonaws.com",
|
29773
|
+
"tags" : [ "dualstack" ]
|
29774
|
+
} ]
|
29775
|
+
},
|
29758
29776
|
"us-gov-west-1" : {
|
29759
29777
|
"variants" : [ {
|
29760
29778
|
"hostname" : "cognito-identity-fips.us-gov-west-1.amazonaws.com",
|
@@ -29778,6 +29796,12 @@
|
|
29778
29796
|
"deprecated" : true,
|
29779
29797
|
"hostname" : "cognito-idp-fips.us-gov-west-1.amazonaws.com"
|
29780
29798
|
},
|
29799
|
+
"us-gov-east-1" : {
|
29800
|
+
"variants" : [ {
|
29801
|
+
"hostname" : "cognito-idp.us-gov-east-1.amazonaws.com",
|
29802
|
+
"tags" : [ "dualstack" ]
|
29803
|
+
} ]
|
29804
|
+
},
|
29781
29805
|
"us-gov-west-1" : {
|
29782
29806
|
"variants" : [ {
|
29783
29807
|
"hostname" : "cognito-idp-fips.us-gov-west-1.amazonaws.com",
|
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.1063.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-03-
|
11
|
+
date: 2025-03-07 00:00:00.000000000 Z
|
12
12
|
dependencies: []
|
13
13
|
description: Provides interfaces to enumerate AWS partitions, regions, and services.
|
14
14
|
email:
|