Values.GetBundlesResultSourceReturns the bundles that you can apply to an Amazon Lightsail instance when you create it. A bundle describes the specifications of an instance, such as the monthly cost, amount of memory, the number of vCPUs, amount of storage space, and monthly network data transfer quota. Bundles are referred to as instance plans in the Lightsail console.
type nonrec t = {bundles : BundleList.t option;An array of key-value pairs that contains information about the available bundles.
*)nextPageToken : String_.t option;The token to advance to the next page of results from your request. A next page token is not returned if there are no more results to display. To get the next page of results, perform another GetBundles request and specify the next page token using the pageToken parameter.
*)}type nonrec error = [ | `AccessDeniedException of AccessDeniedException.t| `AccountSetupInProgressException of AccountSetupInProgressException.t| `InvalidInputException of InvalidInputException.t| `NotFoundException of NotFoundException.t| `OperationFailureException of OperationFailureException.t| `RegionSetupInProgressException of RegionSetupInProgressException.t| `ServiceException of ServiceException.t| `UnauthenticatedException of UnauthenticatedException.t| `Unknown_operation_error of string * string option ]val error_of_json :
string ->
Yojson.Safe.t ->
[> `AccessDeniedException of AccessDeniedException.t
| `AccountSetupInProgressException of AccountSetupInProgressException.t
| `InvalidInputException of InvalidInputException.t
| `NotFoundException of NotFoundException.t
| `OperationFailureException of OperationFailureException.t
| `RegionSetupInProgressException of RegionSetupInProgressException.t
| `ServiceException of ServiceException.t
| `UnauthenticatedException of UnauthenticatedException.t
| `Unknown_operation_error of string * string option ]val error_of_xml :
string ->
Awso.Xml.t ->
[> `AccessDeniedException of AccessDeniedException.t
| `AccountSetupInProgressException of AccountSetupInProgressException.t
| `InvalidInputException of InvalidInputException.t
| `NotFoundException of NotFoundException.t
| `OperationFailureException of OperationFailureException.t
| `RegionSetupInProgressException of RegionSetupInProgressException.t
| `ServiceException of ServiceException.t
| `UnauthenticatedException of UnauthenticatedException.t
| `Unknown_operation_error of string * string option ]