Smaws_Client_Lightsail.AttachDiskAttaches a block storage disk to a running or stopped Lightsail instance and exposes it to the instance with the specified disk name.
The attach disk operation supports tag-based access control via resource tags applied to the resource identified by disk name. For more information, see the Amazon Lightsail Developer Guide.
val error_to_string : 
  [ Smaws_Lib.Protocols.AwsJson.error
  | `AccessDeniedException of Types.access_denied_exception
  | `AccountSetupInProgressException of
    Types.account_setup_in_progress_exception
  | `InvalidInputException of Types.invalid_input_exception
  | `NotFoundException of Types.not_found_exception
  | `OperationFailureException of Types.operation_failure_exception
  | `ServiceException of Types.service_exception
  | `UnauthenticatedException of Types.unauthenticated_exception ] ->
  stringval request : 
  'http_type Smaws_Lib.Context.t ->
  Types.attach_disk_request ->
  (Types.attach_disk_result,
    [> Smaws_Lib.Protocols.AwsJson.error
    | `AccessDeniedException of Types.access_denied_exception
    | `AccountSetupInProgressException of
      Types.account_setup_in_progress_exception
    | `InvalidInputException of Types.invalid_input_exception
    | `NotFoundException of Types.not_found_exception
    | `OperationFailureException of Types.operation_failure_exception
    | `ServiceException of Types.service_exception
    | `UnauthenticatedException of Types.unauthenticated_exception ])
    Stdlib.result