aws-partitions 1.1016.0 → 1.1018.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/CHANGELOG.md +14 -0
- data/VERSION +1 -1
- data/lib/aws-partitions.rb +4 -0
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 7dee4a9a2f29f8dfd1102b17e000c72d3858768fb7321aaa22e0e8ca402cb44c
|
4
|
+
data.tar.gz: f20463727652dc87a5637de63ca16760d4757013abc7585bd10e2f351815ee81
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 35b80fa7e1d2a92c8aaee8010cb50887b9c2663c2a045c0dad1235e5a89cba611f92e1613990ba59c020f76cf262ce083d4330940796d70d8eea310f4d296121
|
7
|
+
data.tar.gz: b7a0507f876d87bed0ab76b7dd00f6fcd5980a574d26ca5608f8647f43e984e953bc2e3ff533fcb3a2c8b34347e0bebf0957e9db06e3c4a98e49f140b43624ea
|
data/CHANGELOG.md
CHANGED
@@ -1,6 +1,20 @@
|
|
1
1
|
Unreleased Changes
|
2
2
|
------------------
|
3
3
|
|
4
|
+
1.1018.0 (2024-12-04)
|
5
|
+
------------------
|
6
|
+
|
7
|
+
* Feature - Added support for enumerating regions for `Aws::BedrockDataAutomationRuntime`.
|
8
|
+
|
9
|
+
* Feature - Added support for enumerating regions for `Aws::BedrockDataAutomation`.
|
10
|
+
|
11
|
+
1.1017.0 (2024-12-03)
|
12
|
+
------------------
|
13
|
+
|
14
|
+
* Feature - Added support for enumerating regions for `Aws::S3Tables`.
|
15
|
+
|
16
|
+
* Feature - Added support for enumerating regions for `Aws::DSQL`.
|
17
|
+
|
4
18
|
1.1016.0 (2024-12-03)
|
5
19
|
------------------
|
6
20
|
|
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
1.
|
1
|
+
1.1018.0
|
data/lib/aws-partitions.rb
CHANGED
@@ -287,6 +287,8 @@ module Aws
|
|
287
287
|
'Bedrock' => 'bedrock',
|
288
288
|
'BedrockAgent' => 'bedrock-agent',
|
289
289
|
'BedrockAgentRuntime' => 'bedrock-agent-runtime',
|
290
|
+
'BedrockDataAutomation' => 'bedrock-data-automation',
|
291
|
+
'BedrockDataAutomationRuntime' => 'bedrock-data-automation-runtime',
|
290
292
|
'BedrockRuntime' => 'bedrock-runtime',
|
291
293
|
'Billing' => 'billing',
|
292
294
|
'BillingConductor' => 'billingconductor',
|
@@ -351,6 +353,7 @@ module Aws
|
|
351
353
|
'CustomerProfiles' => 'profile',
|
352
354
|
'DAX' => 'dax',
|
353
355
|
'DLM' => 'dlm',
|
356
|
+
'DSQL' => 'dsql',
|
354
357
|
'DataExchange' => 'dataexchange',
|
355
358
|
'DataPipeline' => 'datapipeline',
|
356
359
|
'DataSync' => 'datasync',
|
@@ -574,6 +577,7 @@ module Aws
|
|
574
577
|
'S3' => 's3',
|
575
578
|
'S3Control' => 's3-control',
|
576
579
|
'S3Outposts' => 's3-outposts',
|
580
|
+
'S3Tables' => 's3tables',
|
577
581
|
'SES' => 'email',
|
578
582
|
'SESV2' => 'email',
|
579
583
|
'SMS' => 'sms',
|
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.
|
4
|
+
version: 1.1018.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-12-
|
11
|
+
date: 2024-12-04 00:00:00.000000000 Z
|
12
12
|
dependencies: []
|
13
13
|
description: Provides interfaces to enumerate AWS partitions, regions, and services.
|
14
14
|
email:
|