Module version_api

Source

Structs§

ActivateServiceVersionEnvironmentParams
struct for passing parameters to the method activate_service_version_environment
ActivateServiceVersionParams
struct for passing parameters to the method activate_service_version
CloneServiceVersionParams
struct for passing parameters to the method clone_service_version
CreateServiceVersionParams
struct for passing parameters to the method create_service_version
DeactivateServiceVersionEnvironmentParams
struct for passing parameters to the method deactivate_service_version_environment
DeactivateServiceVersionParams
struct for passing parameters to the method deactivate_service_version
GetServiceVersionParams
struct for passing parameters to the method get_service_version
ListServiceVersionsParams
struct for passing parameters to the method list_service_versions
LockServiceVersionParams
struct for passing parameters to the method lock_service_version
UpdateServiceVersionParams
struct for passing parameters to the method update_service_version
ValidateServiceVersionParams
struct for passing parameters to the method validate_service_version

Enums§

ActivateServiceVersionEnvironmentError
struct for typed errors of method activate_service_version_environment
ActivateServiceVersionError
struct for typed errors of method activate_service_version
CloneServiceVersionError
struct for typed errors of method clone_service_version
CreateServiceVersionError
struct for typed errors of method create_service_version
DeactivateServiceVersionEnvironmentError
struct for typed errors of method deactivate_service_version_environment
DeactivateServiceVersionError
struct for typed errors of method deactivate_service_version
GetServiceVersionError
struct for typed errors of method get_service_version
ListServiceVersionsError
struct for typed errors of method list_service_versions
LockServiceVersionError
struct for typed errors of method lock_service_version
UpdateServiceVersionError
struct for typed errors of method update_service_version
ValidateServiceVersionError
struct for typed errors of method validate_service_version

Functions§

activate_service_version
Activate the current version.
activate_service_version_environment
Activate a version on a given environment, i.e. "staging"
clone_service_version
Clone the current configuration into a new version.
create_service_version
Create a version for a particular service.
deactivate_service_version
Deactivate the current version.
deactivate_service_version_environment
Deactivate the current version on a given environment, i.e. "staging"
get_service_version
Get the version for a particular service.
list_service_versions
List the versions for a particular service.
lock_service_version
Locks the specified version.
update_service_version
Update a particular version for a particular service.
validate_service_version
Validate the version for a particular service and version.