aws-partitions 1.1204.0 → 1.1205.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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: ea0dbaac76affc9d3ad7588c5c1e84196b64af9024fcf454bbfef3aa9e010eaf
4
- data.tar.gz: aca78e9d36593b2b40fa9fd9ffa1a3a5199cca361249f63a9562408084626dc7
3
+ metadata.gz: 46d01d4caf3d588529929eaae34f702eacccdddb3f8e63a9f01a19f7ad3dc43a
4
+ data.tar.gz: 13d6e5e35af77f6c632debd255d6eaa9be55774711c2a7a8b8f31e0eb92a5156
5
5
  SHA512:
6
- metadata.gz: 79d82b969b3a34fe5943656f279a8adbd18391bf5dab94b569b8e96ff53157012b360e5fe7110090e69214d490b41ca0fb970e5dbc3052bbaef03d8efb706c66
7
- data.tar.gz: 1532422e0da3fe56e8a56741df487d468c53d8d8a610ad9de45fc016ac8e7e19a7d91fc142355ce42f96c4672f812d16ccbb77d1c5f5d11eeed5ae36a748d522
6
+ metadata.gz: 2f293e423f1e77f8086abab03eff9b35a8f34bb7a986f38a443e9e4ae0a8bb1c67347eb116da520fc268f20ff0a649b74e174cbe382c35f24d0ad11b181f99a5
7
+ data.tar.gz: 3f40bc3449468a8936b877e38d62e77ebe2cf59bcfc7bed7800675cb614a84d2811d687cfd97a69a0b2f08115e06dffde609fa5803dca07755376ee8e0f6f608
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.1205.0 (2026-01-15)
5
+ ------------------
6
+
7
+ * Feature - Updated the partitions source data the determines the AWS service regions and endpoints.
8
+
4
9
  1.1204.0 (2026-01-14)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.1204.0
1
+ 1.1205.0
@@ -152,7 +152,7 @@
152
152
  "regionRegex" : "^eusc\\-(de)\\-\\w+\\-\\d+$",
153
153
  "regions" : {
154
154
  "eusc-de-east-1" : {
155
- "description" : "EU (Germany)"
155
+ "description" : "AWS European Sovereign Cloud (Germany)"
156
156
  }
157
157
  }
158
158
  }, {
data/partitions.json CHANGED
@@ -1534,6 +1534,7 @@
1534
1534
  "ap-southeast-1" : { },
1535
1535
  "ap-southeast-2" : { },
1536
1536
  "ap-southeast-4" : { },
1537
+ "ap-southeast-5" : { },
1537
1538
  "ca-central-1" : { },
1538
1539
  "eu-central-1" : { },
1539
1540
  "eu-north-1" : { },
@@ -39403,6 +39404,11 @@
39403
39404
  "us-isof-south-1" : { }
39404
39405
  }
39405
39406
  },
39407
+ "agreement-marketplace" : {
39408
+ "endpoints" : {
39409
+ "us-isof-south-1" : { }
39410
+ }
39411
+ },
39406
39412
  "api.ecr" : {
39407
39413
  "endpoints" : {
39408
39414
  "us-isof-east-1" : {
@@ -40333,6 +40339,16 @@
40333
40339
  "eusc-de-east-1" : { }
40334
40340
  }
40335
40341
  },
40342
+ "cognito-identity" : {
40343
+ "endpoints" : {
40344
+ "eusc-de-east-1" : { }
40345
+ }
40346
+ },
40347
+ "cognito-idp" : {
40348
+ "endpoints" : {
40349
+ "eusc-de-east-1" : { }
40350
+ }
40351
+ },
40336
40352
  "compute-optimizer" : {
40337
40353
  "endpoints" : {
40338
40354
  "eusc-de-east-1" : { }
@@ -40343,6 +40359,11 @@
40343
40359
  "eusc-de-east-1" : { }
40344
40360
  }
40345
40361
  },
40362
+ "controltower" : {
40363
+ "endpoints" : {
40364
+ "eusc-de-east-1" : { }
40365
+ }
40366
+ },
40346
40367
  "cost-optimization-hub" : {
40347
40368
  "endpoints" : {
40348
40369
  "eusc-de-east-1" : { }
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aws-partitions
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.1204.0
4
+ version: 1.1205.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Amazon Web Services