aws-sdk-observabilityadmin 1.8.0 → 1.10.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 +4 -4
- data/CHANGELOG.md +10 -0
- data/VERSION +1 -1
- data/lib/aws-sdk-observabilityadmin/client.rb +581 -28
- data/lib/aws-sdk-observabilityadmin/client_api.rb +369 -0
- data/lib/aws-sdk-observabilityadmin/errors.rb +69 -0
- data/lib/aws-sdk-observabilityadmin/types.rb +616 -9
- data/lib/aws-sdk-observabilityadmin.rb +2 -2
- data/sig/client.rbs +198 -0
- data/sig/errors.rbs +13 -0
- data/sig/types.rbs +189 -0
- metadata +1 -1
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 7694103ae46c22d10963811c6fcff950ee05a8c8ecebad9791c09708150c5808
|
4
|
+
data.tar.gz: ef9620b6e59929cc07175e2498669c6132810f6e925fecddd49fa0d476eb043a
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: a646dd9b4ea0aefd0528114c8c29664d6b9fc501845b87713aa5e975882b19e183456852954f5587596483e94ee99e4eaf4c268b324b35ec2320ae0e0b08b7da
|
7
|
+
data.tar.gz: 56ade05fa16adc1efe9678fda540f7cea83c395ba651bf2917916a2fa812694eabd0f0177323074567fde636fb14e3cefb572f3351384a94fdfe31d8a3f14cbe
|
data/CHANGELOG.md
CHANGED
@@ -1,6 +1,16 @@
|
|
1
1
|
Unreleased Changes
|
2
2
|
------------------
|
3
3
|
|
4
|
+
1.10.0 (2025-08-04)
|
5
|
+
------------------
|
6
|
+
|
7
|
+
* Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
|
8
|
+
|
9
|
+
1.9.0 (2025-08-01)
|
10
|
+
------------------
|
11
|
+
|
12
|
+
* Feature - CloudWatch Observability Admin adds the ability to enable telemetry on AWS resources such as Amazon VPCs (Flow Logs) in customers AWS Accounts and Organizations. The release introduces new APIs to manage telemetry rules, which define telemetry settings to be applied on AWS resources.
|
13
|
+
|
4
14
|
1.8.0 (2025-07-31)
|
5
15
|
------------------
|
6
16
|
|
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
1.
|
1
|
+
1.10.0
|