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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 7083ca3095f437295e951ad3e04ba6b628e0ebd13874e1fa19d1c3d0873edacf
4
- data.tar.gz: e0d048cb4ea9684f968178ea1b8dfd4aaff9e089864cc53e839f4f14d125b61b
3
+ metadata.gz: 27205ebb9ac89706b9193e2490b075c57f0d4cccb4dcd359134bd2425f44eff3
4
+ data.tar.gz: ea06b9c8bc98a32118101b9a3fa2363643146369bb8f17a9d1dbb77c435acc65
5
5
  SHA512:
6
- metadata.gz: 33237fa7b0995e14b7a3f78cfc37fd3acf1c879f537877e6f497a54f6784409ada2efb7ab8221ad6149f8d8dd2f8c79db0e4f644c7108cc5cfc08a2f91335e42
7
- data.tar.gz: 4dd9e469026a4375363db7f217e522f68859f93712c3b083c28bc4ac67877cd81ffb7e2a6af7077020018340db1a471562a3c92dfe7bde401334421e2d6661c2
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.72.0
1
+ 1.96.0