aws-sdk-kms 1.71.0 → 1.113.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 +210 -0
- data/VERSION +1 -1
- data/lib/aws-sdk-kms/client.rb +1977 -785
- data/lib/aws-sdk-kms/client_api.rb +168 -6
- data/lib/aws-sdk-kms/customizations.rb +0 -8
- data/lib/aws-sdk-kms/endpoint_parameters.rb +9 -6
- data/lib/aws-sdk-kms/endpoint_provider.rb +14 -18
- data/lib/aws-sdk-kms/endpoints.rb +2 -698
- data/lib/aws-sdk-kms/errors.rb +16 -0
- data/lib/aws-sdk-kms/plugins/endpoints.rb +23 -114
- data/lib/aws-sdk-kms/types.rb +1088 -340
- data/lib/aws-sdk-kms.rb +15 -11
- data/sig/client.rbs +826 -0
- data/sig/errors.rbs +160 -0
- data/sig/resource.rbs +86 -0
- data/sig/types.rbs +1064 -0
- data/sig/waiters.rbs +13 -0
- metadata +13 -11
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 6194c2d6e6313e30760803626454700604df320336130717c3891514aaa0322d
|
4
|
+
data.tar.gz: 01fe36449660e22be20c7269a7d37b5b9aa0d9718897f60718370d29b0fcd947
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: eb712957b199abb2b20071436c37c46720429d53da7a154c1de6af4d2872f857cd30b40b6477b91af36be1006917e3a972078e8bb40d3564dc47d8f20742bd98
|
7
|
+
data.tar.gz: b607ae20f945b7f0d6cb4634e5b7cca3c67a5c4d13a9e2d410d34013c7e5e3660ca7b421e080f0248839d2364cc89fc648a2736e60ca82b984218aceab313995
|
data/CHANGELOG.md
CHANGED
@@ -1,6 +1,216 @@
|
|
1
1
|
Unreleased Changes
|
2
2
|
------------------
|
3
3
|
|
4
|
+
1.113.0 (2025-09-24)
|
5
|
+
------------------
|
6
|
+
|
7
|
+
* Feature - Documentation only updates for KMS.
|
8
|
+
|
9
|
+
1.112.0 (2025-08-27)
|
10
|
+
------------------
|
11
|
+
|
12
|
+
* Feature - Remove incorrect endpoint tests
|
13
|
+
|
14
|
+
1.111.0 (2025-08-26)
|
15
|
+
------------------
|
16
|
+
|
17
|
+
* Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
|
18
|
+
|
19
|
+
1.110.0 (2025-08-04)
|
20
|
+
------------------
|
21
|
+
|
22
|
+
* Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
|
23
|
+
|
24
|
+
1.109.0 (2025-07-31)
|
25
|
+
------------------
|
26
|
+
|
27
|
+
* Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
|
28
|
+
|
29
|
+
1.108.0 (2025-07-25)
|
30
|
+
------------------
|
31
|
+
|
32
|
+
* Feature - Doc only update: fixed grammatical errors.
|
33
|
+
|
34
|
+
1.107.0 (2025-07-21)
|
35
|
+
------------------
|
36
|
+
|
37
|
+
* Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
|
38
|
+
|
39
|
+
1.106.0 (2025-06-26)
|
40
|
+
------------------
|
41
|
+
|
42
|
+
* Feature - This release updates AWS CLI examples for KMS APIs.
|
43
|
+
|
44
|
+
1.105.0 (2025-06-12)
|
45
|
+
------------------
|
46
|
+
|
47
|
+
* Feature - AWS KMS announces the support of ML-DSA key pairs that creates post-quantum safe digital signatures.
|
48
|
+
|
49
|
+
1.104.0 (2025-06-06)
|
50
|
+
------------------
|
51
|
+
|
52
|
+
* Feature - Remove unpopulated KeyMaterialId from Encrypt Response
|
53
|
+
|
54
|
+
1.103.0 (2025-06-05)
|
55
|
+
------------------
|
56
|
+
|
57
|
+
* Feature - AWS KMS announces the support for on-demand rotation of symmetric-encryption KMS keys with imported key material (EXTERNAL origin).
|
58
|
+
|
59
|
+
1.102.0 (2025-06-02)
|
60
|
+
------------------
|
61
|
+
|
62
|
+
* Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
|
63
|
+
|
64
|
+
1.101.0 (2025-05-12)
|
65
|
+
------------------
|
66
|
+
|
67
|
+
* Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
|
68
|
+
|
69
|
+
1.100.0 (2025-05-01)
|
70
|
+
------------------
|
71
|
+
|
72
|
+
* Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
|
73
|
+
|
74
|
+
1.99.0 (2025-02-18)
|
75
|
+
------------------
|
76
|
+
|
77
|
+
* Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
|
78
|
+
|
79
|
+
1.98.0 (2025-02-06)
|
80
|
+
------------------
|
81
|
+
|
82
|
+
* Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
|
83
|
+
|
84
|
+
1.97.0 (2025-01-15)
|
85
|
+
------------------
|
86
|
+
|
87
|
+
* Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
|
88
|
+
|
89
|
+
1.96.0 (2024-11-18)
|
90
|
+
------------------
|
91
|
+
|
92
|
+
* Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
|
93
|
+
|
94
|
+
1.95.0 (2024-10-18)
|
95
|
+
------------------
|
96
|
+
|
97
|
+
* Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
|
98
|
+
|
99
|
+
1.94.0 (2024-09-24)
|
100
|
+
------------------
|
101
|
+
|
102
|
+
* Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
|
103
|
+
|
104
|
+
1.93.0 (2024-09-23)
|
105
|
+
------------------
|
106
|
+
|
107
|
+
* Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
|
108
|
+
|
109
|
+
1.92.0 (2024-09-20)
|
110
|
+
------------------
|
111
|
+
|
112
|
+
* Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
|
113
|
+
|
114
|
+
1.91.0 (2024-09-11)
|
115
|
+
------------------
|
116
|
+
|
117
|
+
* Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
|
118
|
+
|
119
|
+
1.90.0 (2024-09-10)
|
120
|
+
------------------
|
121
|
+
|
122
|
+
* Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
|
123
|
+
|
124
|
+
1.89.0 (2024-09-03)
|
125
|
+
------------------
|
126
|
+
|
127
|
+
* Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
|
128
|
+
|
129
|
+
1.88.0 (2024-07-02)
|
130
|
+
------------------
|
131
|
+
|
132
|
+
* Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
|
133
|
+
|
134
|
+
1.87.0 (2024-06-25)
|
135
|
+
------------------
|
136
|
+
|
137
|
+
* Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
|
138
|
+
|
139
|
+
1.86.0 (2024-06-24)
|
140
|
+
------------------
|
141
|
+
|
142
|
+
* Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
|
143
|
+
|
144
|
+
1.85.0 (2024-06-17)
|
145
|
+
------------------
|
146
|
+
|
147
|
+
* Feature - Updating SDK example for KMS DeriveSharedSecret API.
|
148
|
+
|
149
|
+
1.84.0 (2024-06-13)
|
150
|
+
------------------
|
151
|
+
|
152
|
+
* Feature - This feature allows customers to use their keys stored in KMS to derive a shared secret which can then be used to establish a secured channel for communication, provide proof of possession, or establish trust with other parties.
|
153
|
+
|
154
|
+
1.83.0 (2024-06-05)
|
155
|
+
------------------
|
156
|
+
|
157
|
+
* Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
|
158
|
+
|
159
|
+
1.82.0 (2024-05-22)
|
160
|
+
------------------
|
161
|
+
|
162
|
+
* Feature - This release includes feature to import customer's asymmetric (RSA, ECC and SM2) and HMAC keys into KMS in China.
|
163
|
+
|
164
|
+
1.81.0 (2024-05-13)
|
165
|
+
------------------
|
166
|
+
|
167
|
+
* Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
|
168
|
+
|
169
|
+
1.80.0 (2024-04-25)
|
170
|
+
------------------
|
171
|
+
|
172
|
+
* Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
|
173
|
+
|
174
|
+
1.79.0 (2024-04-12)
|
175
|
+
------------------
|
176
|
+
|
177
|
+
* Feature - This feature supports the ability to specify a custom rotation period for automatic key rotations, the ability to perform on-demand key rotations, and visibility into your key material rotations.
|
178
|
+
|
179
|
+
1.78.0 (2024-03-18)
|
180
|
+
------------------
|
181
|
+
|
182
|
+
* Feature - Adds the ability to use the default policy name by omitting the policyName parameter in calls to PutKeyPolicy and GetKeyPolicy
|
183
|
+
|
184
|
+
1.77.0 (2024-01-26)
|
185
|
+
------------------
|
186
|
+
|
187
|
+
* Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
|
188
|
+
|
189
|
+
1.76.0 (2024-01-05)
|
190
|
+
------------------
|
191
|
+
|
192
|
+
* Feature - Documentation updates for AWS Key Management Service (KMS).
|
193
|
+
|
194
|
+
1.75.0 (2023-12-15)
|
195
|
+
------------------
|
196
|
+
|
197
|
+
* Feature - Documentation updates for AWS Key Management Service
|
198
|
+
|
199
|
+
1.74.0 (2023-11-28)
|
200
|
+
------------------
|
201
|
+
|
202
|
+
* Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
|
203
|
+
|
204
|
+
1.73.0 (2023-11-22)
|
205
|
+
------------------
|
206
|
+
|
207
|
+
* Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
|
208
|
+
|
209
|
+
1.72.0 (2023-09-27)
|
210
|
+
------------------
|
211
|
+
|
212
|
+
* Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
|
213
|
+
|
4
214
|
1.71.0 (2023-07-11)
|
5
215
|
------------------
|
6
216
|
|
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
1.
|
1
|
+
1.113.0
|