aws-sdk-secretsmanager 1.84.0 → 1.110.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 +130 -0
- data/VERSION +1 -1
- data/lib/aws-sdk-secretsmanager/client.rb +400 -91
- data/lib/aws-sdk-secretsmanager/client_api.rb +65 -0
- data/lib/aws-sdk-secretsmanager/endpoint_parameters.rb +9 -6
- data/lib/aws-sdk-secretsmanager/endpoint_provider.rb +15 -0
- data/lib/aws-sdk-secretsmanager/endpoints.rb +2 -306
- data/lib/aws-sdk-secretsmanager/plugins/endpoints.rb +23 -58
- data/lib/aws-sdk-secretsmanager/types.rb +255 -24
- data/lib/aws-sdk-secretsmanager.rb +16 -12
- data/sig/client.rbs +443 -0
- data/sig/errors.rbs +52 -0
- data/sig/resource.rbs +83 -0
- data/sig/types.rbs +485 -0
- data/sig/waiters.rbs +13 -0
- metadata +16 -11
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 64bea02c66e28adae0ee0d61820712b1964ff27fa7d1351f95a5f584ce80d97b
|
4
|
+
data.tar.gz: e7c7bf918cb0918f2bc48962ed894eb5a5b01d8b452c2980f772a51077ab1d2b
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 9e9c542a2647252ffbaf5c43de28bd915654bbf8da08406e1dc09fa1d8dd028f8a51ff6667f1c35cb8e84a9dfb209d623a75ec178844c2cde37957130b8ee3c6
|
7
|
+
data.tar.gz: 6e47589c6a6367aa78dda6e952f5b837ff4a41e769c2f5e593e835c8274514b0932f73da203e7e20e3d2209159e9a8c0bfd7721cc2f158a0ed6817a31d45ef12
|
data/CHANGELOG.md
CHANGED
@@ -1,6 +1,136 @@
|
|
1
1
|
Unreleased Changes
|
2
2
|
------------------
|
3
3
|
|
4
|
+
1.110.0 (2024-11-06)
|
5
|
+
------------------
|
6
|
+
|
7
|
+
* Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
|
8
|
+
|
9
|
+
1.109.0 (2024-10-18)
|
10
|
+
------------------
|
11
|
+
|
12
|
+
* Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
|
13
|
+
|
14
|
+
1.108.0 (2024-09-24)
|
15
|
+
------------------
|
16
|
+
|
17
|
+
* Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
|
18
|
+
|
19
|
+
1.107.0 (2024-09-23)
|
20
|
+
------------------
|
21
|
+
|
22
|
+
* Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
|
23
|
+
|
24
|
+
1.106.0 (2024-09-20)
|
25
|
+
------------------
|
26
|
+
|
27
|
+
* Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
|
28
|
+
|
29
|
+
1.105.0 (2024-09-11)
|
30
|
+
------------------
|
31
|
+
|
32
|
+
* Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
|
33
|
+
|
34
|
+
1.104.0 (2024-09-10)
|
35
|
+
------------------
|
36
|
+
|
37
|
+
* Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
|
38
|
+
|
39
|
+
1.103.0 (2024-09-03)
|
40
|
+
------------------
|
41
|
+
|
42
|
+
* Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
|
43
|
+
|
44
|
+
1.102.0 (2024-07-18)
|
45
|
+
------------------
|
46
|
+
|
47
|
+
* Feature - Doc only update for Secrets Manager
|
48
|
+
|
49
|
+
1.101.0 (2024-07-02)
|
50
|
+
------------------
|
51
|
+
|
52
|
+
* Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
|
53
|
+
|
54
|
+
1.100.0 (2024-06-25)
|
55
|
+
------------------
|
56
|
+
|
57
|
+
* Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
|
58
|
+
|
59
|
+
1.99.0 (2024-06-24)
|
60
|
+
------------------
|
61
|
+
|
62
|
+
* Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
|
63
|
+
|
64
|
+
1.98.0 (2024-06-17)
|
65
|
+
------------------
|
66
|
+
|
67
|
+
* Feature - Doc only update for Secrets Manager
|
68
|
+
|
69
|
+
1.97.0 (2024-06-12)
|
70
|
+
------------------
|
71
|
+
|
72
|
+
* Feature - Introducing RotationToken parameter for PutSecretValue API
|
73
|
+
|
74
|
+
1.96.0 (2024-06-05)
|
75
|
+
------------------
|
76
|
+
|
77
|
+
* Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
|
78
|
+
|
79
|
+
1.95.0 (2024-05-20)
|
80
|
+
------------------
|
81
|
+
|
82
|
+
* Feature - add v2 smoke tests and smithy smokeTests trait for SDK testing
|
83
|
+
|
84
|
+
1.94.0 (2024-05-16)
|
85
|
+
------------------
|
86
|
+
|
87
|
+
* Feature - Documentation updates for AWS Secrets Manager
|
88
|
+
|
89
|
+
1.93.0 (2024-05-13)
|
90
|
+
------------------
|
91
|
+
|
92
|
+
* Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
|
93
|
+
|
94
|
+
1.92.0 (2024-04-25)
|
95
|
+
------------------
|
96
|
+
|
97
|
+
* Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
|
98
|
+
|
99
|
+
1.91.0 (2024-03-27)
|
100
|
+
------------------
|
101
|
+
|
102
|
+
* Feature - Documentation updates for Secrets Manager
|
103
|
+
|
104
|
+
1.90.0 (2024-01-26)
|
105
|
+
------------------
|
106
|
+
|
107
|
+
* Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
|
108
|
+
|
109
|
+
1.89.0 (2024-01-11)
|
110
|
+
------------------
|
111
|
+
|
112
|
+
* Feature - Doc only update for Secrets Manager
|
113
|
+
|
114
|
+
1.88.0 (2023-12-22)
|
115
|
+
------------------
|
116
|
+
|
117
|
+
* Feature - Update endpoint rules and examples.
|
118
|
+
|
119
|
+
1.87.0 (2023-11-28)
|
120
|
+
------------------
|
121
|
+
|
122
|
+
* Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
|
123
|
+
|
124
|
+
1.86.0 (2023-11-27)
|
125
|
+
------------------
|
126
|
+
|
127
|
+
* 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.
|
128
|
+
|
129
|
+
1.85.0 (2023-11-22)
|
130
|
+
------------------
|
131
|
+
|
132
|
+
* Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
|
133
|
+
|
4
134
|
1.84.0 (2023-10-19)
|
5
135
|
------------------
|
6
136
|
|
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
1.
|
1
|
+
1.110.0
|