@@ -100,8 +100,8 @@ const jsonContentHeaders = {
100100
101101/**
102102 * Serverless Functions API.
103- *
104- * This API allows you to manage your Serverless Functions.
103+
104+ This API allows you to manage your Serverless Functions.
105105 */
106106export class API extends ParentAPI {
107107 /** Lists the available regions of the API. */
@@ -134,8 +134,7 @@ export class API extends ParentAPI {
134134 )
135135
136136 /**
137- * List all your namespaces. List all existing namespaces in the specified
138- * region.
137+ * List all your namespaces. List all existing namespaces in the specified region.
139138 *
140139 * @param request - The request {@link ListNamespacesRequest}
141140 * @returns A Promise of ListNamespacesResponse
@@ -181,8 +180,7 @@ export class API extends ParentAPI {
181180 )
182181
183182 /**
184- * Create a new namespace. Create a new namespace in a specified Organization
185- * or Project.
183+ * Create a new namespace. Create a new namespace in a specified Organization or Project.
186184 *
187185 * @param request - The request {@link CreateNamespaceRequest}
188186 * @returns A Promise of Namespace
@@ -201,8 +199,7 @@ export class API extends ParentAPI {
201199 )
202200
203201 /**
204- * Update an existing namespace. Update the namespace associated with the
205- * specified ID.
202+ * Update an existing namespace. Update the namespace associated with the specified ID.
206203 *
207204 * @param request - The request {@link UpdateNamespaceRequest}
208205 * @returns A Promise of Namespace
@@ -221,8 +218,7 @@ export class API extends ParentAPI {
221218 )
222219
223220 /**
224- * Delete an existing namespace. Delete the namespace associated with the
225- * specified ID.
221+ * Delete an existing namespace. Delete the namespace associated with the specified ID.
226222 *
227223 * @param request - The request {@link DeleteNamespaceRequest}
228224 * @returns A Promise of Namespace
@@ -304,8 +300,7 @@ export class API extends ParentAPI {
304300 )
305301
306302 /**
307- * Create a new function. Create a new function in the specified region for a
308- * specified Organization or Project.
303+ * Create a new function. Create a new function in the specified region for a specified Organization or Project.
309304 *
310305 * @param request - The request {@link CreateFunctionRequest}
311306 * @returns A Promise of Function
@@ -324,8 +319,7 @@ export class API extends ParentAPI {
324319 )
325320
326321 /**
327- * Update an existing function. Update the function associated with the
328- * specified ID.
322+ * Update an existing function. Update the function associated with the specified ID.
329323 *
330324 * @param request - The request {@link UpdateFunctionRequest}
331325 * @returns A Promise of Function
@@ -393,8 +387,7 @@ export class API extends ParentAPI {
393387 )
394388
395389 /**
396- * Get an upload URL of a function. Get an upload URL of a function associated
397- * with the specified ID.
390+ * Get an upload URL of a function. Get an upload URL of a function associated with the specified ID.
398391 *
399392 * @param request - The request {@link GetFunctionUploadURLRequest}
400393 * @returns A Promise of UploadURL
@@ -410,8 +403,7 @@ export class API extends ParentAPI {
410403 )
411404
412405 /**
413- * Get a download URL of a function. Get a download URL for a function
414- * associated with the specified ID.
406+ * Get a download URL of a function. Get a download URL for a function associated with the specified ID.
415407 *
416408 * @param request - The request {@link GetFunctionDownloadURLRequest}
417409 * @returns A Promise of DownloadURL
@@ -490,8 +482,7 @@ export class API extends ParentAPI {
490482 )
491483
492484 /**
493- * Create a new cron. Create a new cronjob for a function with the specified
494- * ID.
485+ * Create a new cron. Create a new cronjob for a function with the specified ID.
495486 *
496487 * @param request - The request {@link CreateCronRequest}
497488 * @returns A Promise of Cron
@@ -562,8 +553,7 @@ export class API extends ParentAPI {
562553 )
563554
564555 /**
565- * List all domain name bindings. List all domain name bindings in a specified
566- * region.
556+ * List all domain name bindings. List all domain name bindings in a specified region.
567557 *
568558 * @param request - The request {@link ListDomainsRequest}
569559 * @returns A Promise of ListDomainsResponse
@@ -572,8 +562,7 @@ export class API extends ParentAPI {
572562 enrichForPagination ( 'domains' , this . pageOfListDomains , request )
573563
574564 /**
575- * Get a domain name binding. Get a domain name binding for the function with
576- * the specified ID.
565+ * Get a domain name binding. Get a domain name binding for the function with the specified ID.
577566 *
578567 * @param request - The request {@link GetDomainRequest}
579568 * @returns A Promise of Domain
@@ -610,8 +599,7 @@ export class API extends ParentAPI {
610599 )
611600
612601 /**
613- * Create a domain name binding. Create a domain name binding for the function
614- * with the specified ID.
602+ * Create a domain name binding. Create a domain name binding for the function with the specified ID.
615603 *
616604 * @param request - The request {@link CreateDomainRequest}
617605 * @returns A Promise of Domain
@@ -630,8 +618,7 @@ export class API extends ParentAPI {
630618 )
631619
632620 /**
633- * Delete a domain name binding. Delete a domain name binding for the function
634- * with the specified ID.
621+ * Delete a domain name binding. Delete a domain name binding for the function with the specified ID.
635622 *
636623 * @param request - The request {@link DeleteDomainRequest}
637624 * @returns A Promise of Domain
@@ -831,8 +818,7 @@ export class API extends ParentAPI {
831818 )
832819
833820 /**
834- * List all triggers. List all triggers belonging to a specified Organization
835- * or Project.
821+ * List all triggers. List all triggers belonging to a specified Organization or Project.
836822 *
837823 * @param request - The request {@link ListTriggersRequest}
838824 * @returns A Promise of ListTriggersResponse
0 commit comments