aws-partitions 1.1061.0 → 1.1062.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 +36 -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: 16194e6adb4dc9829f32931a370bdc66e479862e52a6b7ee9e17a7f6f96ee3f3
|
4
|
+
data.tar.gz: 03f880bbbc3f69fd03619ce4b9c108ea54a187602f75ef31877fdcb63a2db6f7
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 1879d23f01d16b49859d8ecb25c597b5a838c143be651604e7339d2ae42d6bbaa5a46a16efc61c0a1f58b31f71d9c83145f253cd65bfe148a75c11c8d1eb1c8d
|
7
|
+
data.tar.gz: 2a04420c1e5aac48162e109ac5b3964f3432083f45a56153196d08c7ad6d0a4951f981e460a9c5dd168c928324510dbe1007ad337fc65a01e913b115b35f2551
|
data/CHANGELOG.md
CHANGED
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
1.
|
1
|
+
1.1062.0
|
data/partitions.json
CHANGED
@@ -10801,6 +10801,9 @@
|
|
10801
10801
|
"ap-east-1" : {
|
10802
10802
|
"hostname" : "gameliftstreams.ap-east-1.api.aws"
|
10803
10803
|
},
|
10804
|
+
"ap-northeast-1" : {
|
10805
|
+
"hostname" : "gameliftstreams.ap-northeast-1.api.aws"
|
10806
|
+
},
|
10804
10807
|
"ap-northeast-2" : {
|
10805
10808
|
"hostname" : "gameliftstreams.ap-northeast-2.api.aws"
|
10806
10809
|
},
|
@@ -10837,6 +10840,9 @@
|
|
10837
10840
|
"ca-west-1" : {
|
10838
10841
|
"hostname" : "gameliftstreams.ca-west-1.api.aws"
|
10839
10842
|
},
|
10843
|
+
"eu-central-1" : {
|
10844
|
+
"hostname" : "gameliftstreams.eu-central-1.api.aws"
|
10845
|
+
},
|
10840
10846
|
"eu-central-2" : {
|
10841
10847
|
"hostname" : "gameliftstreams.eu-central-2.api.aws"
|
10842
10848
|
},
|
@@ -10876,8 +10882,14 @@
|
|
10876
10882
|
"us-east-1" : {
|
10877
10883
|
"hostname" : "gameliftstreams.us-east-1.api.aws"
|
10878
10884
|
},
|
10885
|
+
"us-east-2" : {
|
10886
|
+
"hostname" : "gameliftstreams.us-east-2.api.aws"
|
10887
|
+
},
|
10879
10888
|
"us-west-1" : {
|
10880
10889
|
"hostname" : "gameliftstreams.us-west-1.api.aws"
|
10890
|
+
},
|
10891
|
+
"us-west-2" : {
|
10892
|
+
"hostname" : "gameliftstreams.us-west-2.api.aws"
|
10881
10893
|
}
|
10882
10894
|
}
|
10883
10895
|
},
|
@@ -35067,8 +35079,22 @@
|
|
35067
35079
|
},
|
35068
35080
|
"secretsmanager" : {
|
35069
35081
|
"endpoints" : {
|
35070
|
-
"us-iso-east-1" : {
|
35071
|
-
|
35082
|
+
"us-iso-east-1" : {
|
35083
|
+
"variants" : [ {
|
35084
|
+
"tags" : [ "fips" ]
|
35085
|
+
} ]
|
35086
|
+
},
|
35087
|
+
"us-iso-east-1-fips" : {
|
35088
|
+
"deprecated" : true
|
35089
|
+
},
|
35090
|
+
"us-iso-west-1" : {
|
35091
|
+
"variants" : [ {
|
35092
|
+
"tags" : [ "fips" ]
|
35093
|
+
} ]
|
35094
|
+
},
|
35095
|
+
"us-iso-west-1-fips" : {
|
35096
|
+
"deprecated" : true
|
35097
|
+
}
|
35072
35098
|
}
|
35073
35099
|
},
|
35074
35100
|
"snowball" : {
|
@@ -35832,7 +35858,14 @@
|
|
35832
35858
|
},
|
35833
35859
|
"secretsmanager" : {
|
35834
35860
|
"endpoints" : {
|
35835
|
-
"us-isob-east-1" : {
|
35861
|
+
"us-isob-east-1" : {
|
35862
|
+
"variants" : [ {
|
35863
|
+
"tags" : [ "fips" ]
|
35864
|
+
} ]
|
35865
|
+
},
|
35866
|
+
"us-isob-east-1-fips" : {
|
35867
|
+
"deprecated" : true
|
35868
|
+
}
|
35836
35869
|
}
|
35837
35870
|
},
|
35838
35871
|
"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.1062.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-06 00:00:00.000000000 Z
|
12
12
|
dependencies: []
|
13
13
|
description: Provides interfaces to enumerate AWS partitions, regions, and services.
|
14
14
|
email:
|