aws-partitions 1.909.0 → 1.910.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: 1a18e11a9cc0ae3cad82b323624d0f70b9c0f1e400ff031034390eab38725931
4
- data.tar.gz: 7213b22d0aad659397e53491c16117eabb89e33144c61289582d50ba051661aa
3
+ metadata.gz: 5a1369be8588f5bb1bb650372a224707d2531ee1be97c17ba4ca9bb2cb560703
4
+ data.tar.gz: f7099fed8e40183966b0c029b0d8acd5a086ee669f143b44385a8b4b6abb42c3
5
5
  SHA512:
6
- metadata.gz: 13a05116343d38a6807f8df979d2d43a043c7db9f3e62db2c16a814574db48c54883198a0e349fa6f8e234214bc1a64f1caf88e47082b32b511dbbf70b4b8d95
7
- data.tar.gz: 78a75aeac8c499a3b2388bf0edb36f4ce25375ec3c0c0782a6345933ad534c34896e3b505dd3dae435f36d819e0f2c579b99e6cc35f664a47d36b8fe7a6b5b7e
6
+ metadata.gz: 25ddea73c8b238f39a770f63780036d1a75fb5c65d2cf949a758c475708aba8b84fdd9a227745bf09f593cc4128d1ef5b62ea23db2080f508e20fdccfab0528d
7
+ data.tar.gz: bc7665d478de698f86ed690fbce597e5a26e3f130e138c382461d1eda63042d878305c174f80ec2e5e9d6694ec182bdb35b1c7eb6c01040244fe8f961a5f54c8
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.910.0 (2024-04-08)
5
+ ------------------
6
+
7
+ * Feature - Added support for enumerating regions for `Aws::ControlCatalog`.
8
+
4
9
  1.909.0 (2024-04-05)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.909.0
1
+ 1.910.0
@@ -340,6 +340,7 @@ module Aws
340
340
  'ConnectContactLens' => 'contact-lens',
341
341
  'ConnectParticipant' => 'participant.connect',
342
342
  'ConnectWisdomService' => 'wisdom',
343
+ 'ControlCatalog' => 'controlcatalog',
343
344
  'ControlTower' => 'controltower',
344
345
  'CostExplorer' => 'ce',
345
346
  'CostOptimizationHub' => 'cost-optimization-hub',
data/partitions.json CHANGED
@@ -19214,6 +19214,7 @@
19214
19214
  "eu-north-1" : { },
19215
19215
  "eu-west-1" : { },
19216
19216
  "eu-west-2" : { },
19217
+ "sa-east-1" : { },
19217
19218
  "us-east-1" : { },
19218
19219
  "us-east-2" : { },
19219
19220
  "us-west-2" : { }
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.909.0
4
+ version: 1.910.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: 2024-04-05 00:00:00.000000000 Z
11
+ date: 2024-04-08 00:00:00.000000000 Z
12
12
  dependencies: []
13
13
  description: Provides interfaces to enumerate AWS partitions, regions, and services.
14
14
  email: