# Functions

New returns a new handler for the service.

# Structs

ACL is the access list.
CreateRequest holds data for requesting new instance.
CreateResponse is the server response when creating a new Instance.
Flavor is a signle falvor struct.
GetResponse is the server response for Get call.
Instance is a struct representing an instance item.
ListResponse represents a list of instances returned from the server.
ListResponseItem is an item in the response item list.
Storage represents the instance storage configuration.
UpdateRequest holds data for updating instance.
UpdateResponse is the server response for an Update call.
User represents a user with access to the database.

# Type aliases

MongoDBInstancesService is the service that manages MongoDB Flex instances.