@scaleway/sdk-domain 2.5.0 → 2.5.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -553,7 +553,7 @@ export type CloneDNSZoneRequest = {
|
|
|
553
553
|
};
|
|
554
554
|
export type CreateDNSZoneRequest = {
|
|
555
555
|
/**
|
|
556
|
-
* Domain in which to
|
|
556
|
+
* Domain in which to create the DNS zone.
|
|
557
557
|
*/
|
|
558
558
|
domain: string;
|
|
559
559
|
/**
|
|
@@ -1373,7 +1373,7 @@ export interface UpdateDNSZoneRecordsResponse {
|
|
|
1373
1373
|
}
|
|
1374
1374
|
export type UpdateDNSZoneRequest = {
|
|
1375
1375
|
/**
|
|
1376
|
-
* DNS zone to
|
|
1376
|
+
* The full name of the DNS zone to modify. For a root zone (e.g., example.com), enter `example.com`. For a specific sub-zone (e.g., prod.example.com), enter `prod.example.com`.
|
|
1377
1377
|
*/
|
|
1378
1378
|
dnsZone: string;
|
|
1379
1379
|
/**
|