Create a new cron. Create a new cronjob for a function with the specified ID.
The request CreateCronRequest
A Promise of Cron
Create a domain name binding. Create a domain name binding for the function with the specified ID.
The request CreateDomainRequest
A Promise of Domain
Create a new function. Create a new function in the specified region for a specified Organization or Project.
The request CreateFunctionRequest
A Promise of Function
Create a new namespace. Create a new namespace in a specified Organization or Project.
The request CreateNamespaceRequest
A Promise of Namespace
Create a new revocable token.
The request CreateTokenRequest
A Promise of Token
Create a trigger. Create a new trigger for a specified function.
The request CreateTriggerRequest
A Promise of Trigger
Delete an existing cron. Delete the cron associated with the specified ID.
The request DeleteCronRequest
A Promise of Cron
Delete a domain name binding. Delete a domain name binding for the function with the specified ID.
The request DeleteDomainRequest
A Promise of Domain
Delete a function. Delete the function associated with the specified ID.
The request DeleteFunctionRequest
A Promise of Function
Delete an existing namespace. Delete the namespace associated with the specified ID.
The request DeleteNamespaceRequest
A Promise of Namespace
Delete a token.
The request DeleteTokenRequest
A Promise of Token
Delete a trigger. Delete a trigger with a specified ID.
The request DeleteTriggerRequest
A Promise of Trigger
Deploy a function. Deploy a function associated with the specified ID.
The request DeployFunctionRequest
A Promise of Function
Get a cron. Get the cron associated with the specified ID.
The request GetCronRequest
A Promise of Cron
Get a domain name binding. Get a domain name binding for the function with the specified ID.
The request GetDomainRequest
A Promise of Domain
Get a function. Get the function associated with the specified ID.
The request GetFunctionRequest
A Promise of Function
Get a download URL of a function. Get a download URL for a function associated with the specified ID.
The request GetFunctionDownloadURLRequest
A Promise of DownloadURL
Get an upload URL of a function. Get an upload URL of a function associated with the specified ID.
The request GetFunctionUploadURLRequest
A Promise of UploadURL
Get a namespace. Get the namespace associated with the specified ID.
The request GetNamespaceRequest
A Promise of Namespace
Get a token.
The request GetTokenRequest
A Promise of Token
Get a trigger. Get a trigger with a specified ID.
The request GetTriggerRequest
A Promise of Trigger
List all crons. List all the cronjobs in a specified region.
The request ListCronsRequest
A Promise of ListCronsResponse
List all domain name bindings. List all domain name bindings in a specified region.
The request ListDomainsRequest
A Promise of ListDomainsResponse
List function runtimes. List available function runtimes.
The request ListFunctionRuntimesRequest
A Promise of ListFunctionRuntimesResponse
List all your functions.
The request ListFunctionsRequest
A Promise of ListFunctionsResponse
List all your namespaces. List all existing namespaces in the specified region.
The request ListNamespacesRequest
A Promise of ListNamespacesResponse
List all tokens.
The request ListTokensRequest
A Promise of ListTokensResponse
List all triggers. List all triggers belonging to a specified Organization or Project.
The request ListTriggersRequest
A Promise of ListTriggersResponse
Update an existing cron. Update the cron associated with the specified ID.
The request UpdateCronRequest
A Promise of Cron
Update an existing function. Update the function associated with the specified ID.
The request UpdateFunctionRequest
A Promise of Function
Update an existing namespace. Update the namespace associated with the specified ID.
The request UpdateNamespaceRequest
A Promise of Namespace
Update a trigger. Update a trigger with a specified ID.
The request UpdateTriggerRequest
A Promise of Trigger
Waits for Cron to be in a final state.
The request GetCronRequest
Optional
options: Readonly<WaitForOptions<Function.v1beta1.Cron>>The waiting options
A Promise of Cron
Waits for Domain to be in a final state.
The request GetDomainRequest
Optional
options: Readonly<WaitForOptions<Function.v1beta1.Domain>>The waiting options
A Promise of Domain
Waits for Function to be in a final state.
The request GetFunctionRequest
Optional
options: Readonly<WaitForOptions<Function>>The waiting options
A Promise of Function
Waits for Namespace to be in a final state.
The request GetNamespaceRequest
Optional
options: Readonly<WaitForOptions<Function.v1beta1.Namespace>>The waiting options
A Promise of Namespace
Waits for Token to be in a final state.
The request GetTokenRequest
Optional
options: Readonly<WaitForOptions<Function.v1beta1.Token>>The waiting options
A Promise of Token
Waits for Trigger to be in a final state.
The request GetTriggerRequest
Optional
options: Readonly<WaitForOptions<Function.v1beta1.Trigger>>The waiting options
A Promise of Trigger
Serverless Functions API.
This API allows you to manage your Serverless Functions.