Skip to content

Commit 07fa720

Browse files
Generator: Update SDK /services/kms (#4124)
1 parent 83cb15a commit 07fa720

File tree

7 files changed

+85
-83
lines changed

7 files changed

+85
-83
lines changed

CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,19 @@
2525
- Bump STACKIT SDK core module from `v0.20.0` to `v0.20.1`
2626
- [v0.1.0](services/logs/CHANGELOG.md#v010)
2727
- **New:** API for logs service
28+
- `kms`: [v1.2.0](services/kms/CHANGELOG.md#v120)
29+
- Set fields `Description` and `ImportOnly` to required in response struct `Key`
30+
- **Breaking change:** Constructor `NewKey` has new parameters `description` and `importOnly`
31+
- **Breaking change:** Remove methods `HasDescription` and `GetImportOnly` in `Key` model
32+
- Set field `Description` to required in response struct `KeyRing`
33+
- **Breaking change:** Constructor `NewKeyRing` has new parameter `description`
34+
- **Breaking change:** Remove method `HasDescription` in `KeyRing` model
35+
- Set field `Disabled` to required in response struct `Version`
36+
- **Breaking change:** Constructor `NewVersion` has new parameter `disabled`
37+
- **Breaking change:** Remove method `HasDisabled` in `Version` model
38+
- Set fields `Description` and `PublicKey` to required in response struct `WrappingKey`
39+
- **Breaking change:** Constructor `NewWrappingKey` has new parameters `description` and `publicKey`
40+
- **Breaking change:** Remove methods `HasDescription` and `HasPublicKey` in `WrappingKey` model
2841
- `sqlserverflex`: [v1.4.0](services/sqlserverflex/CHANGELOG.md#v140)
2942
- **Breaking change:** Add region parameter in `ListMetrics` method. Previously the method failed, because the region parameter was missing
3043
- `mongodbflex`: [v1.5.5](services/mongodbflex/CHANGELOG.md#v155)

services/kms/CHANGELOG.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,17 @@
1+
## v1.2.0
2+
- Set fields `Description` and `ImportOnly` to required in response struct `Key`
3+
- **Breaking change:** Constructor `NewKey` has new parameters `description` and `importOnly`
4+
- **Breaking change:** Remove methods `HasDescription` and `GetImportOnly` in `Key` model
5+
- Set field `Description` to required in response struct `KeyRing`
6+
- **Breaking change:** Constructor `NewKeyRing` has new parameter `description`
7+
- **Breaking change:** Remove method `HasDescription` in `KeyRing` model
8+
- Set field `Disabled` to required in response struct `Version`
9+
- **Breaking change:** Constructor `NewVersion` has new parameter `disabled`
10+
- **Breaking change:** Remove method `HasDisabled` in `Version` model
11+
- Set fields `Description` and `PublicKey` to required in response struct `WrappingKey`
12+
- **Breaking change:** Constructor `NewWrappingKey` has new parameters `description` and `publicKey`
13+
- **Breaking change:** Remove methods `HasDescription` and `HasPublicKey` in `WrappingKey` model
14+
115
## v1.1.2
216
- Bump STACKIT SDK core module from `v0.20.0` to `v0.20.1`
317

services/kms/VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
v1.1.2
1+
v1.2.0

services/kms/model_key.go

Lines changed: 19 additions & 27 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

services/kms/model_key_ring.go

Lines changed: 10 additions & 14 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

services/kms/model_version.go

Lines changed: 10 additions & 14 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

services/kms/model_wrapping_key.go

Lines changed: 18 additions & 27 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)