aws-partitions 1.1198.0 → 1.1201.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: f7a7207c2309bd4e3b7eb0e78ad04c85e570e00c78fbeba24d7738e3f2d307bb
4
+ data.tar.gz: 6a08648dfb967f4131d129c6871a295570f46902fc390dbd9de76c3b4fb8dd54
5
5
  SHA512:
6
- metadata.gz: 70e5d72caedcd16ac0134e0f87eb6dccd45a78cad006c4321b80632830870e9c8a59c0b484b5c7934bec41704142a4eea58b4cc8366b2cfca1256bcb60dbddf2
7
- data.tar.gz: ee0b2822eef00b0c2e7e88641acbf0339ec08b8f7412027f118c675889688483a23ac3d72aef71ccbff0af2dbbfecb96b1f098f4353fc44692046fa466844f64
6
+ metadata.gz: e604c6995fd3ca63ef33c11f4bc5b001b3af5b02677d6e4b2bfa5e018616589d6cf8dfb299bcd8ade74917baa165ac9aa01b7ed86f4b811178b06ae7831796a3
7
+ data.tar.gz: c61463fbe691b026b3dfa7505988013ad5c96662138c759c5f5470be70e369b9aea1a56c0664f95ed12f6a85f514057e91bd64c7b00979e5b9b71204c8a5bc86
data/CHANGELOG.md CHANGED
@@ -1,6 +1,21 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.1201.0 (2026-01-07)
5
+ ------------------
6
+
7
+ * Feature - Updated the partitions source data the determines the AWS service regions and endpoints.
8
+
9
+ 1.1200.0 (2025-12-30)
10
+ ------------------
11
+
12
+ * Feature - Updated the partitions source data the determines the AWS service regions and endpoints.
13
+
14
+ 1.1199.0 (2025-12-26)
15
+ ------------------
16
+
17
+ * Feature - Updated the partitions source data the determines the AWS service regions and endpoints.
18
+
4
19
  1.1198.0 (2025-12-19)
5
20
  ------------------
6
21
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.1198.0
1
+ 1.1201.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" : [ {
@@ -28395,6 +28385,7 @@
28395
28385
  "tags" : [ "fips" ]
28396
28386
  } ]
28397
28387
  },
28388
+ "ap-southeast-6" : { },
28398
28389
  "ap-southeast-7" : {
28399
28390
  "credentialScope" : {
28400
28391
  "region" : "ap-southeast-7"
@@ -33828,6 +33819,12 @@
33828
33819
  }
33829
33820
  }
33830
33821
  },
33822
+ "kafkaconnect" : {
33823
+ "endpoints" : {
33824
+ "us-gov-east-1" : { },
33825
+ "us-gov-west-1" : { }
33826
+ }
33827
+ },
33831
33828
  "kendra" : {
33832
33829
  "endpoints" : {
33833
33830
  "fips-us-gov-west-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.1198.0
4
+ version: 1.1201.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Amazon Web Services