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.
Files changed (5) hide show
  1. checksums.yaml +4 -4
  2. data/CHANGELOG.md +5 -0
  3. data/VERSION +1 -1
  4. data/partitions.json +18 -1
  5. metadata +2 -2
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 34ca9c7ea79ca4df66fbd70bce7c808c4dc129071891a8206309e6771c12dcbd
4
- data.tar.gz: acf1b788e906f602bdee11740dacb5fa0e8631d5d7d6473323b90edc031bc709
3
+ metadata.gz: a11a2d109b306a85ce29cde0ef47a40a139ef554f23add77b9cfb64bfc42257a
4
+ data.tar.gz: c4f10626883c032857dbaad8f3f0f3b255c94af1f6a86660dd76f6ff8e8c67bc
5
5
  SHA512:
6
- metadata.gz: b7c73a5bd8d8f6035da5d2596391582310b9a923833dd886389fd09bf069fd966bc787310a4e0ba3ed1503e56fa5cf668a440d9abac4a758f6f27aa06512ed6c
7
- data.tar.gz: 189e3694dc03508d1bc7a7b3a165cfffead51f269cdce58758e9d45053a78bf2506426e5cf436f3568242dd15296e4f11ae959bc840be06a399393e4f826c8f8
6
+ metadata.gz: 74b1ccebafee34489d8b3597c3a2c1e9b262bd98e789260541688a03ac563a535a9597fa674aab713a91c8b8f02d5121c9a311dd3bb39e346f930dada4f02957
7
+ data.tar.gz: 240d9a4f95290f383022126a608480df8cd386bbfe5117fd407660b5ac8d64c90a44122245a3e31e6c573e9dc4fa217c88998b9d48b9e013aa0d2ebad13ba193
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
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
+
4
9
  1.1079.0 (2025-04-01)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.1079.0
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.1079.0
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-01 00:00:00.000000000 Z
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: