# Functions

Validate.
ValidateInstanceName validates argus instance name.
ValidatePlanID validates argus instance plan ID.

# Structs

CreateOrUpdateRequest is the structure needed for creating or updating an instance.
CreateOrUpdateResponse is the api response structure for instance creation/update.
Instance is the structure returned when reading a single instance.
InstanceItem is an item in the list of instances from the list api endpoint.
InstanceList is the structure returned from the list api endpoint.
InstanceSensitiveFields provides more elaborated information of the instance, including sensitive data.

# Type aliases

InstancesService is the service that handles CRUD functionality for Argus instances and also wraps instance credentials service.