Zonehas a new filedLabels, which is an array of labels (key-value pairs) associated to a zoneListZonescan be filtered by label keys or valuesCloneZonePayloadhas a flagAdjustRecordsto adjust the record set content of the cloned zone (replaces the dns name of the original zone with the new dns name of the cloned zone)- Dependency updates
- Dependency updates
API methods, structs and waiters were renamed to have the same look and feel across all services and according to user feedback.
- Changed methods:
GetRecordSetsrenamed toListRecordSetsGetZonesrenamed toListZonesUpdateRecordrenamed toPartialUpdateRecordUpdateRecordSetrenamed toPartialUpdateRecordSetUpdateZonerenamed toPartialUpdateZone
- Changed structs:
CloneZoneRequestrenamed toCloneZonePayloadMoveCodeValidationRequestrenamed toValidateMoveCodePayloadMoveZoneRequestrenamed toMoveZonePayloadRecordSetsResponserenamed toListRecordSetsResponseUpdateRecordPayloadrenamed toPartialUpdateRecordPayloadUpdateRecordSetPayloadrenamed toPartialUpdateRecordSetPayloadUpdateZonePayloadrenamed toPartialUpdateZonePayloadZonesResponserenamed toListZonesResponse
- Changed waiters:
UpdateZoneWaitHandlerrenamed toPartialUpdateZoneWaitHandlerUpdateRecordSetWaitHandlerrenamed toPartialUpdateRecordSetWaitHandler
- Manage your STACKIT DNS resources:
Zones,RecordSet - Waiters for async operations:
CreateZoneWaitHandler,UpdateZoneWaitHandler,DeleteZoneWaitHandler,CreateRecordSetWaitHandler,UpdateRecordSetWaitHandler,DeleteRecordSetWaitHandler - Usage example