Skip to content

Commit 332608c

Browse files
Generator: Update SDK /services/dns (#531)
* Generate dns * Update CHANGELOG * Update date --------- Co-authored-by: vicentepinto98 <[email protected]>
1 parent 32a9ff1 commit 332608c

20 files changed

+4125
-1074
lines changed

CHANGELOG.md

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,23 @@
11
Release (2024-XX-XX)
22

3-
- `secretsmanager`: [v0.8.0](services/secretsmanager/CHANGELOG.md#v080-2024-05-22)
3+
- `secretsmanager`: [v0.8.0](services/secretsmanager/CHANGELOG.md#v080-2024-05-23)
4+
45
- **Breaking change**: Rename data types for uniformity
56
- `Acl` is now `ACL`
67
- `AclList` is now `ListACLsResponse`
78
- `InstanceList` is now `ListInstancesResponse`
89
- `UserList` is now `ListUsersResponse`
910
- **Breaking change**: Remove unused data types
1011

12+
- `dns`: [v0.10.0](services/dns/CHANGELOG.md#v0100-2024-05-23)
13+
- **Feature**: New method `CloneZone` to clone an existing zone with all record sets to a new zone with a different name
14+
- **Feature**: New methods `CreateLabel`, `DeleteLabel` and `ListLabels` to manage labels for a zone
15+
- **Feature**: New methods `CreateMoveCode`, `DeleteMoveCode` and `ValidateMoveCode` to manage move codes to move a zone to another project
16+
- **Feature**: New method `MoveZone` to move a zone to another project
17+
- **Feature**: New methods `ExportRecordSets` and `ImportRecordSets`
18+
- **Feature**: New methods `RestoreZone` and `RestoreRecordSet` to restore inactive zones and record-sets, respectively
19+
- **Feature**: New method `RetrieveZone` to queue a secondary zone for a zone transfer request
20+
1121
## Release (2024-05-22)
1222

1323
- `authorization`: [v0.3.0](services/authorization/CHANGELOG.md#v030-2024-05-22)

services/dns/CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,13 @@
1+
## v0.10.0 (2024-05-23)
2+
3+
- **Feature**: New method `CloneZone` to clone an existing zone with all record sets to a new zone with a different name
4+
- **Feature**: New methods `CreateLabel`, `DeleteLabel` and `ListLabels` to manage labels for a zone
5+
- **Feature**: New methods `CreateMoveCode`, `DeleteMoveCode` and `ValidateMoveCode` to manage move codes to move a zone to another project
6+
- **Feature**: New method `MoveZone` to move a zone to another project
7+
- **Feature**: New methods `ExportRecordSets` and `ImportRecordSets`
8+
- **Feature**: New methods `RestoreZone` and `RestoreRecordSet` to restore inactive zones and record-sets, respectively
9+
- **Feature**: New method `RetrieveZone` to queue a secondary zone for a zone transfer request
10+
111
## v0.9.1 (2024-04-24)
212

313
- Remove unused data types.

0 commit comments

Comments
 (0)