aws-sdk-secretsmanager 1.81.0 → 1.95.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 +70 -0
- data/VERSION +1 -1
- data/lib/aws-sdk-secretsmanager/client.rb +324 -145
- data/lib/aws-sdk-secretsmanager/client_api.rb +62 -0
- data/lib/aws-sdk-secretsmanager/endpoint_provider.rb +16 -1
- data/lib/aws-sdk-secretsmanager/endpoints.rb +14 -0
- data/lib/aws-sdk-secretsmanager/plugins/endpoints.rb +6 -2
- data/lib/aws-sdk-secretsmanager/types.rb +234 -74
- data/lib/aws-sdk-secretsmanager.rb +2 -2
- data/sig/client.rbs +439 -0
- data/sig/errors.rbs +52 -0
- data/sig/resource.rbs +80 -0
- data/sig/types.rbs +484 -0
- data/sig/waiters.rbs +13 -0
- metadata +14 -9
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 5011a7cf93524e6e5c900c2727647459b500419d570e0e240f99084b148d9192
|
4
|
+
data.tar.gz: c674353ddfc65359f83d76cdb1330a27bfc2bde04d4994ad29c2fd48ef113cd8
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 166fe37dcb929aa732ea5a9c8ae3d10373dc845c0e524fea68cce4fd4a59385738100bceb3377c1ed606409459d5d091f799f4cdabe05c842c564805a104531b
|
7
|
+
data.tar.gz: de5c0fd0899c556b0b325528c9ff84542a0ba9f722745e0bb0711c9272e26f7a6f81ad70c93dbdd97248bced8fbe8564abbcc00a7c431537f93429d7ab6f3c04
|
data/CHANGELOG.md
CHANGED
@@ -1,6 +1,76 @@
|
|
1
1
|
Unreleased Changes
|
2
2
|
------------------
|
3
3
|
|
4
|
+
1.95.0 (2024-05-20)
|
5
|
+
------------------
|
6
|
+
|
7
|
+
* Feature - add v2 smoke tests and smithy smokeTests trait for SDK testing
|
8
|
+
|
9
|
+
1.94.0 (2024-05-16)
|
10
|
+
------------------
|
11
|
+
|
12
|
+
* Feature - Documentation updates for AWS Secrets Manager
|
13
|
+
|
14
|
+
1.93.0 (2024-05-13)
|
15
|
+
------------------
|
16
|
+
|
17
|
+
* Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
|
18
|
+
|
19
|
+
1.92.0 (2024-04-25)
|
20
|
+
------------------
|
21
|
+
|
22
|
+
* Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
|
23
|
+
|
24
|
+
1.91.0 (2024-03-27)
|
25
|
+
------------------
|
26
|
+
|
27
|
+
* Feature - Documentation updates for Secrets Manager
|
28
|
+
|
29
|
+
1.90.0 (2024-01-26)
|
30
|
+
------------------
|
31
|
+
|
32
|
+
* Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
|
33
|
+
|
34
|
+
1.89.0 (2024-01-11)
|
35
|
+
------------------
|
36
|
+
|
37
|
+
* Feature - Doc only update for Secrets Manager
|
38
|
+
|
39
|
+
1.88.0 (2023-12-22)
|
40
|
+
------------------
|
41
|
+
|
42
|
+
* Feature - Update endpoint rules and examples.
|
43
|
+
|
44
|
+
1.87.0 (2023-11-28)
|
45
|
+
------------------
|
46
|
+
|
47
|
+
* Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
|
48
|
+
|
49
|
+
1.86.0 (2023-11-27)
|
50
|
+
------------------
|
51
|
+
|
52
|
+
* Feature - AWS Secrets Manager has released the BatchGetSecretValue API, which allows customers to fetch up to 20 Secrets with a single request using a list of secret names or filters.
|
53
|
+
|
54
|
+
1.85.0 (2023-11-22)
|
55
|
+
------------------
|
56
|
+
|
57
|
+
* Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
|
58
|
+
|
59
|
+
1.84.0 (2023-10-19)
|
60
|
+
------------------
|
61
|
+
|
62
|
+
* Feature - Documentation updates for Secrets Manager
|
63
|
+
|
64
|
+
1.83.0 (2023-09-27)
|
65
|
+
------------------
|
66
|
+
|
67
|
+
* Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
|
68
|
+
|
69
|
+
1.82.0 (2023-08-10)
|
70
|
+
------------------
|
71
|
+
|
72
|
+
* Feature - Add additional InvalidRequestException to list of possible exceptions for ListSecret.
|
73
|
+
|
4
74
|
1.81.0 (2023-07-13)
|
5
75
|
------------------
|
6
76
|
|
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
1.
|
1
|
+
1.95.0
|