aws-partitions 1.1061.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 +10 -0
- data/VERSION +1 -1
- data/partitions.json +60 -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: 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
@@ -1,6 +1,16 @@
|
|
1
1
|
Unreleased Changes
|
2
2
|
------------------
|
3
3
|
|
4
|
+
1.1063.0 (2025-03-07)
|
5
|
+
------------------
|
6
|
+
|
7
|
+
* Feature - Updated the partitions source data the determines the AWS service regions and endpoints.
|
8
|
+
|
9
|
+
1.1062.0 (2025-03-06)
|
10
|
+
------------------
|
11
|
+
|
12
|
+
* Feature - Updated the partitions source data the determines the AWS service regions and endpoints.
|
13
|
+
|
4
14
|
1.1061.0 (2025-03-05)
|
5
15
|
------------------
|
6
16
|
|
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",
|
@@ -10801,6 +10813,9 @@
|
|
10801
10813
|
"ap-east-1" : {
|
10802
10814
|
"hostname" : "gameliftstreams.ap-east-1.api.aws"
|
10803
10815
|
},
|
10816
|
+
"ap-northeast-1" : {
|
10817
|
+
"hostname" : "gameliftstreams.ap-northeast-1.api.aws"
|
10818
|
+
},
|
10804
10819
|
"ap-northeast-2" : {
|
10805
10820
|
"hostname" : "gameliftstreams.ap-northeast-2.api.aws"
|
10806
10821
|
},
|
@@ -10837,6 +10852,9 @@
|
|
10837
10852
|
"ca-west-1" : {
|
10838
10853
|
"hostname" : "gameliftstreams.ca-west-1.api.aws"
|
10839
10854
|
},
|
10855
|
+
"eu-central-1" : {
|
10856
|
+
"hostname" : "gameliftstreams.eu-central-1.api.aws"
|
10857
|
+
},
|
10840
10858
|
"eu-central-2" : {
|
10841
10859
|
"hostname" : "gameliftstreams.eu-central-2.api.aws"
|
10842
10860
|
},
|
@@ -10876,8 +10894,14 @@
|
|
10876
10894
|
"us-east-1" : {
|
10877
10895
|
"hostname" : "gameliftstreams.us-east-1.api.aws"
|
10878
10896
|
},
|
10897
|
+
"us-east-2" : {
|
10898
|
+
"hostname" : "gameliftstreams.us-east-2.api.aws"
|
10899
|
+
},
|
10879
10900
|
"us-west-1" : {
|
10880
10901
|
"hostname" : "gameliftstreams.us-west-1.api.aws"
|
10902
|
+
},
|
10903
|
+
"us-west-2" : {
|
10904
|
+
"hostname" : "gameliftstreams.us-west-2.api.aws"
|
10881
10905
|
}
|
10882
10906
|
}
|
10883
10907
|
},
|
@@ -29743,6 +29767,12 @@
|
|
29743
29767
|
"deprecated" : true,
|
29744
29768
|
"hostname" : "cognito-identity-fips.us-gov-west-1.amazonaws.com"
|
29745
29769
|
},
|
29770
|
+
"us-gov-east-1" : {
|
29771
|
+
"variants" : [ {
|
29772
|
+
"hostname" : "cognito-identity.us-gov-east-1.amazonaws.com",
|
29773
|
+
"tags" : [ "dualstack" ]
|
29774
|
+
} ]
|
29775
|
+
},
|
29746
29776
|
"us-gov-west-1" : {
|
29747
29777
|
"variants" : [ {
|
29748
29778
|
"hostname" : "cognito-identity-fips.us-gov-west-1.amazonaws.com",
|
@@ -29766,6 +29796,12 @@
|
|
29766
29796
|
"deprecated" : true,
|
29767
29797
|
"hostname" : "cognito-idp-fips.us-gov-west-1.amazonaws.com"
|
29768
29798
|
},
|
29799
|
+
"us-gov-east-1" : {
|
29800
|
+
"variants" : [ {
|
29801
|
+
"hostname" : "cognito-idp.us-gov-east-1.amazonaws.com",
|
29802
|
+
"tags" : [ "dualstack" ]
|
29803
|
+
} ]
|
29804
|
+
},
|
29769
29805
|
"us-gov-west-1" : {
|
29770
29806
|
"variants" : [ {
|
29771
29807
|
"hostname" : "cognito-idp-fips.us-gov-west-1.amazonaws.com",
|
@@ -35067,8 +35103,22 @@
|
|
35067
35103
|
},
|
35068
35104
|
"secretsmanager" : {
|
35069
35105
|
"endpoints" : {
|
35070
|
-
"us-iso-east-1" : {
|
35071
|
-
|
35106
|
+
"us-iso-east-1" : {
|
35107
|
+
"variants" : [ {
|
35108
|
+
"tags" : [ "fips" ]
|
35109
|
+
} ]
|
35110
|
+
},
|
35111
|
+
"us-iso-east-1-fips" : {
|
35112
|
+
"deprecated" : true
|
35113
|
+
},
|
35114
|
+
"us-iso-west-1" : {
|
35115
|
+
"variants" : [ {
|
35116
|
+
"tags" : [ "fips" ]
|
35117
|
+
} ]
|
35118
|
+
},
|
35119
|
+
"us-iso-west-1-fips" : {
|
35120
|
+
"deprecated" : true
|
35121
|
+
}
|
35072
35122
|
}
|
35073
35123
|
},
|
35074
35124
|
"snowball" : {
|
@@ -35832,7 +35882,14 @@
|
|
35832
35882
|
},
|
35833
35883
|
"secretsmanager" : {
|
35834
35884
|
"endpoints" : {
|
35835
|
-
"us-isob-east-1" : {
|
35885
|
+
"us-isob-east-1" : {
|
35886
|
+
"variants" : [ {
|
35887
|
+
"tags" : [ "fips" ]
|
35888
|
+
} ]
|
35889
|
+
},
|
35890
|
+
"us-isob-east-1-fips" : {
|
35891
|
+
"deprecated" : true
|
35892
|
+
}
|
35836
35893
|
}
|
35837
35894
|
},
|
35838
35895
|
"snowball" : {
|
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:
|