aws-partitions 1.1078.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 +10 -0
- data/VERSION +1 -1
- data/partitions.json +56 -4
- 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
@@ -1,6 +1,16 @@
|
|
1
1
|
Unreleased Changes
|
2
2
|
------------------
|
3
3
|
|
4
|
+
1.1080.0 (2025-04-02)
|
5
|
+
------------------
|
6
|
+
|
7
|
+
* Feature - Updated the partitions source data the determines the AWS service regions and endpoints.
|
8
|
+
|
9
|
+
1.1079.0 (2025-04-01)
|
10
|
+
------------------
|
11
|
+
|
12
|
+
* Feature - Updated the partitions source data the determines the AWS service regions and endpoints.
|
13
|
+
|
4
14
|
1.1078.0 (2025-03-31)
|
5
15
|
------------------
|
6
16
|
|
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" : [ {
|
@@ -36428,10 +36440,33 @@
|
|
36428
36440
|
},
|
36429
36441
|
"glacier" : {
|
36430
36442
|
"endpoints" : {
|
36443
|
+
"fips-us-iso-east-1" : {
|
36444
|
+
"credentialScope" : {
|
36445
|
+
"region" : "us-iso-east-1"
|
36446
|
+
},
|
36447
|
+
"deprecated" : true,
|
36448
|
+
"hostname" : "glacier-fips.us-iso-east-1.c2s.ic.gov"
|
36449
|
+
},
|
36450
|
+
"fips-us-iso-west-1" : {
|
36451
|
+
"credentialScope" : {
|
36452
|
+
"region" : "us-iso-west-1"
|
36453
|
+
},
|
36454
|
+
"deprecated" : true,
|
36455
|
+
"hostname" : "glacier-fips.us-iso-west-1.c2s.ic.gov"
|
36456
|
+
},
|
36431
36457
|
"us-iso-east-1" : {
|
36432
|
-
"protocols" : [ "http", "https" ]
|
36458
|
+
"protocols" : [ "http", "https" ],
|
36459
|
+
"variants" : [ {
|
36460
|
+
"hostname" : "glacier-fips.us-iso-east-1.c2s.ic.gov",
|
36461
|
+
"tags" : [ "fips" ]
|
36462
|
+
} ]
|
36433
36463
|
},
|
36434
|
-
"us-iso-west-1" : {
|
36464
|
+
"us-iso-west-1" : {
|
36465
|
+
"variants" : [ {
|
36466
|
+
"hostname" : "glacier-fips.us-iso-west-1.c2s.ic.gov",
|
36467
|
+
"tags" : [ "fips" ]
|
36468
|
+
} ]
|
36469
|
+
}
|
36435
36470
|
}
|
36436
36471
|
},
|
36437
36472
|
"glue" : {
|
@@ -37225,6 +37260,11 @@
|
|
37225
37260
|
}
|
37226
37261
|
}
|
37227
37262
|
},
|
37263
|
+
"codebuild" : {
|
37264
|
+
"endpoints" : {
|
37265
|
+
"us-isob-east-1" : { }
|
37266
|
+
}
|
37267
|
+
},
|
37228
37268
|
"codedeploy" : {
|
37229
37269
|
"endpoints" : {
|
37230
37270
|
"us-isob-east-1" : { }
|
@@ -37411,7 +37451,19 @@
|
|
37411
37451
|
},
|
37412
37452
|
"glacier" : {
|
37413
37453
|
"endpoints" : {
|
37414
|
-
"us-isob-east-1" : {
|
37454
|
+
"fips-us-isob-east-1" : {
|
37455
|
+
"credentialScope" : {
|
37456
|
+
"region" : "us-isob-east-1"
|
37457
|
+
},
|
37458
|
+
"deprecated" : true,
|
37459
|
+
"hostname" : "glacier-fips.us-isob-east-1.sc2s.sgov.gov"
|
37460
|
+
},
|
37461
|
+
"us-isob-east-1" : {
|
37462
|
+
"variants" : [ {
|
37463
|
+
"hostname" : "glacier-fips.us-isob-east-1.sc2s.sgov.gov",
|
37464
|
+
"tags" : [ "fips" ]
|
37465
|
+
} ]
|
37466
|
+
}
|
37415
37467
|
}
|
37416
37468
|
},
|
37417
37469
|
"health" : {
|
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-
|
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:
|