aws-partitions 1.1277.0 → 1.1279.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: 0e426ddb6e518a193f347b59dbbe88391d9002a1fb1ccb19a9105e6f67646d10
4
- data.tar.gz: 1ccc070a9cf7f51d8ddefe53e1ccfa21823debc6655c1663c1981dc1ece44e31
3
+ metadata.gz: ad0a30a35bdb61d316b75c2d0ed77a2539a846cb49e4853dd3f138a4949c00a3
4
+ data.tar.gz: 0f3a2a973ca16556b5fa6ed87cff262ba0cb52184d252aa35ca53e6f0f593209
5
5
  SHA512:
6
- metadata.gz: 11f8fc49151f6e711cd582d9d70cc080c38083fead65d505ee6bad3640b4c258814c20bd94c791ad05b3abad795774dc4554bc792aeed60293378590acde1dbd
7
- data.tar.gz: 90b035044b40cbc0cf908d42844ec8e52564dba930966ab59c358e71f75c6720fb2ef07ace94de6b3a54008ddcb2d09720ae93e9f4e6174db3ebdf1c3f588b8c
6
+ metadata.gz: 80e7e60876a6d5f427cda5c758ddb91f909270b49151b60a5ac7f78cfaa3fab2ed25df4c501470c6ab4ade354dcd5060775fdf4625835fd75a93264df2f4a4c5
7
+ data.tar.gz: 2b7f978c750d3254af156a326c18663375ce84fe56d3fbeb6c14d688b2e9e3cb1e3b7caaa84310ba2f71b3de2ca39dab030a63e2ab4e5998492b1ce5488264ff
data/CHANGELOG.md CHANGED
@@ -1,6 +1,18 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.1279.0 (2026-08-07)
5
+ ------------------
6
+
7
+ * Feature - Updated the partitions source data that determines the AWS service regions and endpoints.
8
+
9
+ 1.1278.0 (2026-08-06)
10
+ ------------------
11
+
12
+ * Feature - Added support for enumerating regions for `Aws::AgentRegistryControl`.
13
+
14
+ * Feature - Added support for enumerating regions for `Aws::AgentRegistry`.
15
+
4
16
  1.1277.0 (2026-07-31)
5
17
  ------------------
6
18
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.1277.0
1
+ 1.1279.0
@@ -253,6 +253,8 @@ module Aws
253
253
  'ARCZonalShift' => 'arc-zonal-shift',
254
254
  'AccessAnalyzer' => 'access-analyzer',
255
255
  'Account' => 'account',
256
+ 'AgentRegistry' => 'agent-registry',
257
+ 'AgentRegistryControl' => 'agent-registry-control',
256
258
  'Amplify' => 'amplify',
257
259
  'AmplifyBackend' => 'amplifybackend',
258
260
  'AmplifyUIBuilder' => 'amplifyuibuilder',
data/partitions.json CHANGED
@@ -4153,6 +4153,7 @@
4153
4153
  "ap-southeast-5" : { },
4154
4154
  "ap-southeast-7" : { },
4155
4155
  "ca-central-1" : { },
4156
+ "ca-west-1" : { },
4156
4157
  "eu-central-1" : { },
4157
4158
  "eu-north-1" : { },
4158
4159
  "eu-west-1" : { },
@@ -30255,6 +30256,12 @@
30255
30256
  "cn-northwest-1" : { }
30256
30257
  }
30257
30258
  },
30259
+ "resource-explorer-2" : {
30260
+ "endpoints" : {
30261
+ "cn-north-1" : { },
30262
+ "cn-northwest-1" : { }
30263
+ }
30264
+ },
30258
30265
  "resource-groups" : {
30259
30266
  "endpoints" : {
30260
30267
  "cn-north-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.1277.0
4
+ version: 1.1279.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Amazon Web Services