aws-sdk-backup 1.88.0 → 1.92.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 +20 -0
- data/VERSION +1 -1
- data/lib/aws-sdk-backup/client.rb +319 -60
- data/lib/aws-sdk-backup/client_api.rb +159 -8
- data/lib/aws-sdk-backup/types.rb +492 -84
- data/lib/aws-sdk-backup.rb +2 -2
- data/sig/client.rbs +65 -6
- data/sig/resource.rbs +1 -0
- data/sig/types.rbs +94 -11
- metadata +4 -4
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: fbdc027ad869ac3a8ed06bd3b2a602a4451d5105bdd0d8e5edc85cddbce22b48
|
4
|
+
data.tar.gz: ee547c11aa4e35c05e7f32796a6f3494e68c0373a54bb21e84e01d891c562817
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: e660138e6d6b19ba7935424526fc69a7f1b32eba2cbd1d4cb4c34610bf0192a5cc9e5bc48dc6a57467ed8d1c048b3d24f8c4babbe1a4baf6db84008db507979b
|
7
|
+
data.tar.gz: dd5b598cf73db4c25351480025ab609e2e4b3f5a4dd6ca6882adcab34a09ac634ceca3636364881043fb17932ec04dfa0e84543bfa864af7ea1b62c37e2bdbc8
|
data/CHANGELOG.md
CHANGED
@@ -1,6 +1,26 @@
|
|
1
1
|
Unreleased Changes
|
2
2
|
------------------
|
3
3
|
|
4
|
+
1.92.0 (2025-07-31)
|
5
|
+
------------------
|
6
|
+
|
7
|
+
* Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
|
8
|
+
|
9
|
+
1.91.0 (2025-07-21)
|
10
|
+
------------------
|
11
|
+
|
12
|
+
* Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
|
13
|
+
|
14
|
+
1.90.0 (2025-06-17)
|
15
|
+
------------------
|
16
|
+
|
17
|
+
* Feature - AWS Backup is adding support for integration of its logically air-gapped vaults with the AWS Organizations Multi-party approval capability.
|
18
|
+
|
19
|
+
1.89.0 (2025-06-02)
|
20
|
+
------------------
|
21
|
+
|
22
|
+
* Feature - You can now subscribe to Amazon SNS notifications and Amazon EventBridge events for backup indexing. You can now receive notifications when a backup index is created, deleted, or fails to create, enhancing your ability to monitor and track your backup operations.
|
23
|
+
|
4
24
|
1.88.0 (2025-05-12)
|
5
25
|
------------------
|
6
26
|
|
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
1.
|
1
|
+
1.92.0
|