@@ -488,8 +488,7 @@ export class API extends ParentAPI {
488488 )
489489
490490 /**
491- * List all domain name bindings. List all domain name bindings in a specified
492- * region.
491+ * List all custom domains. List all custom domains in a specified region.
493492 *
494493 * @param request - The request {@link ListDomainsRequest}
495494 * @returns A Promise of ListDomainsResponse
@@ -498,8 +497,8 @@ export class API extends ParentAPI {
498497 enrichForPagination ( 'domains' , this . pageOfListDomains , request )
499498
500499 /**
501- * Get a domain name binding . Get a domain name binding for the container with
502- * the specified ID.
500+ * Get a custom domain . Get a custom domain for the container with the
501+ * specified ID.
503502 *
504503 * @param request - The request {@link GetDomainRequest}
505504 * @returns A Promise of Domain
@@ -534,8 +533,8 @@ export class API extends ParentAPI {
534533 )
535534
536535 /**
537- * Create a domain name binding . Create a domain name binding for the
538- * container with the specified ID.
536+ * Create a custom domain . Create a custom domain for the container with the
537+ * specified ID.
539538 *
540539 * @param request - The request {@link CreateDomainRequest}
541540 * @returns A Promise of Domain
@@ -554,8 +553,7 @@ export class API extends ParentAPI {
554553 )
555554
556555 /**
557- * Delete a domain name binding. Delete the domain name binding with the
558- * specific ID.
556+ * Delete a custom domain. Delete the custom domain with the specific ID.
559557 *
560558 * @param request - The request {@link DeleteDomainRequest}
561559 * @returns A Promise of Domain
0 commit comments