aws-sdk-kms 1.72.0 → 1.96.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 +120 -0
- data/VERSION +1 -1
- data/lib/aws-sdk-kms/client.rb +1071 -186
- data/lib/aws-sdk-kms/client_api.rb +131 -2
- data/lib/aws-sdk-kms/endpoint_parameters.rb +9 -6
- data/lib/aws-sdk-kms/endpoint_provider.rb +1 -1
- 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 +509 -74
- data/lib/aws-sdk-kms.rb +15 -11
- data/sig/client.rbs +804 -0
- data/sig/errors.rbs +160 -0
- data/sig/resource.rbs +83 -0
- data/sig/types.rbs +1036 -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: 27205ebb9ac89706b9193e2490b075c57f0d4cccb4dcd359134bd2425f44eff3
|
4
|
+
data.tar.gz: ea06b9c8bc98a32118101b9a3fa2363643146369bb8f17a9d1dbb77c435acc65
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: aaf90e8d29bc84924327304c4f417feed62b082d1245e88fb9ff3afd3ece1a2114808c5e6275ff5d0bfd6000b3a0225faf1e0e3ad4dee0ba5a7b9a2688c32b3d
|
7
|
+
data.tar.gz: 3c451ee500b841f71051b724d90c86c0fa38b2f674f96c681d23ee8763237872e761e50c2205fed0b370b7cf9a9d86e9586ad08ad3a80fec209cb0128c47e75d
|
data/CHANGELOG.md
CHANGED
@@ -1,6 +1,126 @@
|
|
1
1
|
Unreleased Changes
|
2
2
|
------------------
|
3
3
|
|
4
|
+
1.96.0 (2024-11-18)
|
5
|
+
------------------
|
6
|
+
|
7
|
+
* Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
|
8
|
+
|
9
|
+
1.95.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.94.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.93.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.92.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.91.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.90.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.89.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.88.0 (2024-07-02)
|
45
|
+
------------------
|
46
|
+
|
47
|
+
* Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
|
48
|
+
|
49
|
+
1.87.0 (2024-06-25)
|
50
|
+
------------------
|
51
|
+
|
52
|
+
* Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
|
53
|
+
|
54
|
+
1.86.0 (2024-06-24)
|
55
|
+
------------------
|
56
|
+
|
57
|
+
* Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
|
58
|
+
|
59
|
+
1.85.0 (2024-06-17)
|
60
|
+
------------------
|
61
|
+
|
62
|
+
* Feature - Updating SDK example for KMS DeriveSharedSecret API.
|
63
|
+
|
64
|
+
1.84.0 (2024-06-13)
|
65
|
+
------------------
|
66
|
+
|
67
|
+
* 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.
|
68
|
+
|
69
|
+
1.83.0 (2024-06-05)
|
70
|
+
------------------
|
71
|
+
|
72
|
+
* Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
|
73
|
+
|
74
|
+
1.82.0 (2024-05-22)
|
75
|
+
------------------
|
76
|
+
|
77
|
+
* Feature - This release includes feature to import customer's asymmetric (RSA, ECC and SM2) and HMAC keys into KMS in China.
|
78
|
+
|
79
|
+
1.81.0 (2024-05-13)
|
80
|
+
------------------
|
81
|
+
|
82
|
+
* Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
|
83
|
+
|
84
|
+
1.80.0 (2024-04-25)
|
85
|
+
------------------
|
86
|
+
|
87
|
+
* Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
|
88
|
+
|
89
|
+
1.79.0 (2024-04-12)
|
90
|
+
------------------
|
91
|
+
|
92
|
+
* 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.
|
93
|
+
|
94
|
+
1.78.0 (2024-03-18)
|
95
|
+
------------------
|
96
|
+
|
97
|
+
* Feature - Adds the ability to use the default policy name by omitting the policyName parameter in calls to PutKeyPolicy and GetKeyPolicy
|
98
|
+
|
99
|
+
1.77.0 (2024-01-26)
|
100
|
+
------------------
|
101
|
+
|
102
|
+
* Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
|
103
|
+
|
104
|
+
1.76.0 (2024-01-05)
|
105
|
+
------------------
|
106
|
+
|
107
|
+
* Feature - Documentation updates for AWS Key Management Service (KMS).
|
108
|
+
|
109
|
+
1.75.0 (2023-12-15)
|
110
|
+
------------------
|
111
|
+
|
112
|
+
* Feature - Documentation updates for AWS Key Management Service
|
113
|
+
|
114
|
+
1.74.0 (2023-11-28)
|
115
|
+
------------------
|
116
|
+
|
117
|
+
* Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
|
118
|
+
|
119
|
+
1.73.0 (2023-11-22)
|
120
|
+
------------------
|
121
|
+
|
122
|
+
* Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
|
123
|
+
|
4
124
|
1.72.0 (2023-09-27)
|
5
125
|
------------------
|
6
126
|
|
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
1.
|
1
|
+
1.96.0
|