Module gzip_api

Source

Structs§

CreateGzipConfigParams
struct for passing parameters to the method create_gzip_config
DeleteGzipConfigParams
struct for passing parameters to the method delete_gzip_config
GetGzipConfigsParams
struct for passing parameters to the method get_gzip_configs
ListGzipConfigsParams
struct for passing parameters to the method list_gzip_configs
UpdateGzipConfigParams
struct for passing parameters to the method update_gzip_config

Enums§

CreateGzipConfigError
struct for typed errors of method create_gzip_config
DeleteGzipConfigError
struct for typed errors of method delete_gzip_config
GetGzipConfigsError
struct for typed errors of method get_gzip_configs
ListGzipConfigsError
struct for typed errors of method list_gzip_configs
UpdateGzipConfigError
struct for typed errors of method update_gzip_config

Functions§

create_gzip_config
Create a named gzip configuration on a particular service and version.
delete_gzip_config
Delete a named gzip configuration on a particular service and version.
get_gzip_configs
Get the gzip configuration for a particular service, version, and name.
list_gzip_configs
List all gzip configurations for a particular service and version.
update_gzip_config
Update a named gzip configuration on a particular service and version.