Module service_api

Source

Structs§

CreateServiceParams
struct for passing parameters to the method create_service
DeleteServiceParams
struct for passing parameters to the method delete_service
GetServiceDetailParams
struct for passing parameters to the method get_service_detail
GetServiceParams
struct for passing parameters to the method get_service
ListServiceDomainsParams
struct for passing parameters to the method list_service_domains
ListServicesParams
struct for passing parameters to the method list_services
SearchServiceParams
struct for passing parameters to the method search_service
UpdateServiceParams
struct for passing parameters to the method update_service

Enums§

CreateServiceError
struct for typed errors of method create_service
DeleteServiceError
struct for typed errors of method delete_service
GetServiceDetailError
struct for typed errors of method get_service_detail
GetServiceError
struct for typed errors of method get_service
ListServiceDomainsError
struct for typed errors of method list_service_domains
ListServicesError
struct for typed errors of method list_services
SearchServiceError
struct for typed errors of method search_service
UpdateServiceError
struct for typed errors of method update_service

Functions§

create_service
Create a service.
delete_service
Delete a service.
get_service
Get a specific service by id.
get_service_detail
List detailed information on a specified service.
list_service_domains
List the domains within a service.
list_services
List services.
search_service
Get a specific service by name.
update_service
Update a service.