aws-partitions 1.1198.0 → 1.1199.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: f7fcf2e08e6b5fe5e786cfe77f2630b44c3d3cd237087538b0c51bde66eb3102
4
- data.tar.gz: 526484225b4ea36ae1376b4f4f420c847575b8cd755b3872c4e7f0326494c275
3
+ metadata.gz: 5c0aca40758c21a997c79106e9de89fcf53cc58f5edcc24449a9ebb731ce76c0
4
+ data.tar.gz: ae45d298a620e44691c6679515d29478f8fe603f8321e3c3953018033809a7a1
5
5
  SHA512:
6
- metadata.gz: 70e5d72caedcd16ac0134e0f87eb6dccd45a78cad006c4321b80632830870e9c8a59c0b484b5c7934bec41704142a4eea58b4cc8366b2cfca1256bcb60dbddf2
7
- data.tar.gz: ee0b2822eef00b0c2e7e88641acbf0339ec08b8f7412027f118c675889688483a23ac3d72aef71ccbff0af2dbbfecb96b1f098f4353fc44692046fa466844f64
6
+ metadata.gz: 175f48d8d40b917014e85a5b5cfd77a0295bb7e2143cc35c27b79f695ea23a60edd2d5e4322813051b6ae308a0a93c58f7ea3ab857f67338dd109f8b5c070fec
7
+ data.tar.gz: d78f433f329bdc1f749be69494abf36cdffc895b1394b04004806b215250850a885b296395d4864c49cd33a8015fbfe3c92c6cd325d790d2f1f31bce68f04acf
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.1199.0 (2025-12-26)
5
+ ------------------
6
+
7
+ * Feature - Updated the partitions source data the determines the AWS service regions and endpoints.
8
+
4
9
  1.1198.0 (2025-12-19)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.1198.0
1
+ 1.1199.0
@@ -394,7 +394,6 @@ module Aws
394
394
  'ElasticBeanstalk' => 'elasticbeanstalk',
395
395
  'ElasticLoadBalancing' => 'elasticloadbalancing',
396
396
  'ElasticLoadBalancingV2' => 'elasticloadbalancing',
397
- 'ElasticTranscoder' => 'elastictranscoder',
398
397
  'ElasticsearchService' => 'es',
399
398
  'EntityResolution' => 'entityresolution',
400
399
  'EventBridge' => 'events',
data/partitions.json CHANGED
@@ -10055,18 +10055,6 @@
10055
10055
  }
10056
10056
  }
10057
10057
  },
10058
- "elastictranscoder" : {
10059
- "endpoints" : {
10060
- "ap-northeast-1" : { },
10061
- "ap-south-1" : { },
10062
- "ap-southeast-1" : { },
10063
- "ap-southeast-2" : { },
10064
- "eu-west-1" : { },
10065
- "us-east-1" : { },
10066
- "us-west-1" : { },
10067
- "us-west-2" : { }
10068
- }
10069
- },
10070
10058
  "email" : {
10071
10059
  "endpoints" : {
10072
10060
  "af-south-1" : { },
@@ -13915,6 +13903,7 @@
13915
13903
  "ap-southeast-3" : { },
13916
13904
  "ap-southeast-4" : { },
13917
13905
  "ap-southeast-5" : { },
13906
+ "ap-southeast-6" : { },
13918
13907
  "ap-southeast-7" : { },
13919
13908
  "ca-central-1" : {
13920
13909
  "variants" : [ {
@@ -27235,6 +27224,7 @@
27235
27224
  "ap-southeast-3" : { },
27236
27225
  "ap-southeast-4" : { },
27237
27226
  "ap-southeast-5" : { },
27227
+ "ap-southeast-6" : { },
27238
27228
  "ap-southeast-7" : { },
27239
27229
  "ca-central-1" : {
27240
27230
  "variants" : [ {
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.1198.0
4
+ version: 1.1199.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Amazon Web Services