aws-partitions 1.1079.0 → 1.1080.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 +18 -1
- 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: a11a2d109b306a85ce29cde0ef47a40a139ef554f23add77b9cfb64bfc42257a
|
4
|
+
data.tar.gz: c4f10626883c032857dbaad8f3f0f3b255c94af1f6a86660dd76f6ff8e8c67bc
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 74b1ccebafee34489d8b3597c3a2c1e9b262bd98e789260541688a03ac563a535a9597fa674aab713a91c8b8f02d5121c9a311dd3bb39e346f930dada4f02957
|
7
|
+
data.tar.gz: 240d9a4f95290f383022126a608480df8cd386bbfe5117fd407660b5ac8d64c90a44122245a3e31e6c573e9dc4fa217c88998b9d48b9e013aa0d2ebad13ba193
|
data/CHANGELOG.md
CHANGED
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
1.
|
1
|
+
1.1080.0
|
data/partitions.json
CHANGED
@@ -5970,7 +5970,12 @@
|
|
5970
5970
|
"endpoints" : {
|
5971
5971
|
"ap-northeast-1" : { },
|
5972
5972
|
"ap-northeast-2" : { },
|
5973
|
-
"ap-south-1" : {
|
5973
|
+
"ap-south-1" : {
|
5974
|
+
"variants" : [ {
|
5975
|
+
"hostname" : "comprehend.ap-south-1.api.aws",
|
5976
|
+
"tags" : [ "dualstack" ]
|
5977
|
+
} ]
|
5978
|
+
},
|
5974
5979
|
"ap-southeast-1" : { },
|
5975
5980
|
"ap-southeast-2" : { },
|
5976
5981
|
"ca-central-1" : {
|
@@ -6020,6 +6025,12 @@
|
|
6020
6025
|
"variants" : [ {
|
6021
6026
|
"hostname" : "comprehend-fips.us-east-2.amazonaws.com",
|
6022
6027
|
"tags" : [ "fips" ]
|
6028
|
+
}, {
|
6029
|
+
"hostname" : "comprehend-fips.us-east-2.api.aws",
|
6030
|
+
"tags" : [ "dualstack", "fips" ]
|
6031
|
+
}, {
|
6032
|
+
"hostname" : "comprehend.us-east-2.api.aws",
|
6033
|
+
"tags" : [ "dualstack" ]
|
6023
6034
|
} ]
|
6024
6035
|
},
|
6025
6036
|
"us-west-2" : {
|
@@ -12193,6 +12204,7 @@
|
|
12193
12204
|
"ap-southeast-3" : { },
|
12194
12205
|
"ap-southeast-4" : { },
|
12195
12206
|
"ap-southeast-5" : { },
|
12207
|
+
"ap-southeast-7" : { },
|
12196
12208
|
"ca-central-1" : { },
|
12197
12209
|
"ca-west-1" : {
|
12198
12210
|
"variants" : [ {
|
@@ -37248,6 +37260,11 @@
|
|
37248
37260
|
}
|
37249
37261
|
}
|
37250
37262
|
},
|
37263
|
+
"codebuild" : {
|
37264
|
+
"endpoints" : {
|
37265
|
+
"us-isob-east-1" : { }
|
37266
|
+
}
|
37267
|
+
},
|
37251
37268
|
"codedeploy" : {
|
37252
37269
|
"endpoints" : {
|
37253
37270
|
"us-isob-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.1080.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-04-
|
11
|
+
date: 2025-04-02 00:00:00.000000000 Z
|
12
12
|
dependencies: []
|
13
13
|
description: Provides interfaces to enumerate AWS partitions, regions, and services.
|
14
14
|
email:
|